.container {
    margin: auto;
    width: 1193px;
    max-width: 100%;
}

html,body {
    font-family: Arial, sans-serif;
    scroll-snap-type: none;
    height: 100%;
    scroll-behavior: auto;
    color: #000000;
    min-height: 100%;
    auto
contain
touch-action: none;
}

svg {
    height: 30px;
    width: 30px;
}

.main_pro7156 {
    flex: 1 0 auto;
}

a {
    text-decoration: none;
    color: inherit;
}

.newsletter_signup4127::before {
    z-index: 1;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(114,125,140,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(150,163,183,0.5) 0%, transparent 40%);
    opacity: 0.4;
    top: 0;
    content: "";
}

.newsletter_signup4127 .request_panel6735 {
    display: flex;
    width: 100%;
    max-width: 350px;
    box-shadow: 
        0 20px 25px -5px rgba(0, 0, 0, 0.5),
        0 10px 10px -5px rgba(0, 0, 0, 0.5);
    padding: 3rem 2rem;
    background: #ffffff;
    align-items: center;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 85%, 
        85% 100%, 
        0 100%
    );
    position: relative;
    flex-direction: column;
}



.newsletter_signup4127 .request_panel6735 {
    animation: floatUp 6s ease-in-out infinite;
}

.newsletter_signup4127 .request_panel6735:hover h3::after {
    transform: translateX(-50%) scaleX(1);
}

.newsletter_signup4127 .input_holder {
    display: flex;
    gap: 1.5rem;
    width: 100%;
    flex-direction: column;
}

.newsletter_signup4127 input[type="email"] {
    background: #ffffff;
    border-bottom: 2px solid rgb(114,125,140,0.5);
    transition: all 0.3s ease;
    width: 100%;
    font-size: 16px;
    border: none;
    padding: 1rem;
    color: #000000;
    font-family: Arial, sans-serif;
}

.newsletter_signup4127 input[type="submit"]::before {
    z-index: -1;
    transform: translateY(100%);
    top: 0;
    left: 0;
    height: 100%;
    content: "";
    width: 100%;
    transition: transform 0.3s ease;
    position: absolute;
    background: rgb(114,125,140);
}

.newsletter_signup4127 input[type="submit"]:hover::before {
    transform: translateY(0);
}

header .top_plank {
    color:  #ffffff;
    background: rgb(150,163,183);
}

header .top_plank .prime_study2531 div span {
    color: #ffffff;
}

header .top_plank .prime_study2531 {
    width: 100%;
    padding: 15px 0 10px 0;
    flex-wrap: wrap;
    font-size: 12px;
    align-items: center;
    line-height: 21px;
    display: flex;
    justify-content: flex-start;
}

.course_program_details6975 {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(120deg, rgb(187,200,220) 0%, rgb(150,163,183,0.5) 25%, rgb(114,125,140,0.5) 75%, rgb(187,200,220) 100%);
    overflow: hidden;
}

.course_program_details6975::after {
    content: "";
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    filter: blur(50px);
    background: radial-gradient(
        circle at 30% 70%,
        rgb(114,125,140,0.5) 0%,
        transparent 50%
    );
    top: 0;
    position: absolute;
}

.course_program_details6975 .skill_guides1875 {
    border-radius: 0;
    position: relative;
    align-items: center;
    min-height: 500px;
    display: flex;
    justify-content: flex-end;
    overflow: hidden;
}

.course_program_details6975 .content_image9053::before {
    height: 100%;
    width: 100%;
    background: linear-gradient(
        135deg,
        transparent 30%,
        rgb(150,163,183,0.5) 100%
    );
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.course_program_details6975 .lesson_track5367 {
    border-radius: 14px 0 0 14px;
    transform: translateX(-30px);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    box-shadow: -15px 15px 30px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 4;
    background: rgba(255, 255, 255, 0.85);
    max-width: 55%;
    backdrop-filter: blur(10px);
    padding: 50px;
}

.course_program_details6975 .lesson_track5367::after {
    border-radius: calc(14px - 10px) 0 0 calc(14px - 10px);
    height: calc(100% - 30px);
    border: 1px solid rgb(150,163,183,0.5);
    z-index: -1;
    top: 15px;
    content: "";
    width: calc(100% - 30px);
    opacity: 0.5;
    position: absolute;
    left: 15px;
}

.course_program_details6975 .nav_core1789 svg:hover {
    transform: scale(1.05) translateY(-5px);
}

.course_program_details6975 .nav_core1789::after {
    position: absolute;
    background: rgb(114,125,140);
    content: "";
    transition: width 0.3s ease;
    height: 3px;
    width: 40px;
    left: 0;
    border-radius: 10px;
    bottom: -8px;
}

.course_program_details6975 h3::after {
    left: 0;
    background: linear-gradient(
        90deg,
        rgb(150,163,183) 0%,
        rgb(114,125,140) 100%
    );
    width: 70px;
    position: absolute;
    bottom: 0;
    height: 2px;
    border-radius: 10px;
    content: "";
}

.academic_experience5984::before {
    height: 300px;
    transform: rotate(-15deg);
    position: absolute;
    top: -50px;
    width: 300px;
    content: "";
    background: rgb(114,125,140,0.5);
    z-index: 0;
    right: -50px;
    filter: blur(80px);
}

.academic_experience5984 .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
    position: relative;
    padding: 0 20px;
}

.academic_experience5984 .learning_stories1967:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.academic_experience5984 .learning_stories1967::before {
    transform-origin: left center;
    transform: scaleY(0);
    background: linear-gradient(to bottom, rgb(150,163,183), rgb(114,125,140));
    content: "";
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    width: 5px;
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
}

.academic_experience5984 .learning_stories1967:hover .content_image9053 {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px) scale(1.05);
}

.academic_experience5984 .content_image9053::after {
    position: absolute;
    opacity: 0;
    top: 0;
    transition: opacity 0.6s ease;
    width: 100%;
    background: linear-gradient(135deg, rgb(150,163,183,0.5) 0%, transparent 50%, rgb(114,125,140,0.5) 100%);
    left: 0;
    height: 100%;
    content: "";
}

.academic_experience5984 .learning_stories1967:hover .name {
    transform: translateX(10px);
}

.academic_experience5984 .name::after {
    background: rgb(114,125,140);
    left: 0;
    width: 0;
    bottom: -3px;
    content: "";
    height: 2px;
    transition: width 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0.1s;
    position: absolute;
}

.academic_experience5984 .learning_stories1967 > div:nth-child(2) > div {
    font-size: calc(12px * 0.95);
    position: relative;
    transition: padding-left 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    margin-bottom: 15px;
    font-weight: 600;
    padding-left: 0;
    color: #000000;
}

.academic_experience5984 .learning_stories1967:hover .work_background2854 {
    background-position: right center;
}

.academic_experience5984 .work_background2854::before,
.academic_experience5984 .work_background2854::after {
    color: rgb(150,163,183,0.5);
    content: "";
    font-size: 60px;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    line-height: 1;
    position: absolute;
    font-family: Georgia, serif;
}

.academic_experience5984 .work_background2854::before {
    opacity: 0.5;
    left: -10px;
    transform: translateX(-20px) translateY(-20px) scale(0.8);
    top: -10px;
}

.title_screen5841 {
    position: relative;
    min-height: 100vh;
    justify-content: center;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, rgb(187,200,220) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
}

.title_screen5841::after {
    transform: rotate(-15deg);
    right: -5%;
    position: absolute;
    z-index: 0;
    width: 35%;
    content: "";
    height: 70%;
    opacity: 0.1;
    background: rgb(114,125,140);
    bottom: -10%;
}

.title_screen5841 .fast_edu7618 > div:first-child {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    background: #ffffff;
    padding: 1.5rem;
    transform: translateY(-1rem);
}

.title_screen5841 .learning_experts1463 {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    position: relative;
}

.title_screen5841 .learning_experts1463 > div {
    flex-direction: column;
    height: 100%;
    min-height: 400px;
    position: relative;
    padding: 3rem 2rem;
    justify-content: space-between;
    display: flex;
}

.title_screen5841 .learning_experts1463 h3 {
    max-width: 90%;
    z-index: 2;
    position: relative;
    font-size: calc(22px * 1.1);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    font-weight: 400;
    opacity: 0.9;
    transition: all 0.4s ease;
    transform: translateX(1rem);
    line-height: 1.4;
    margin-bottom: 2rem;
}

.title_screen5841 .learning_experts1463:hover div div div {
    transform: translateY(0);
}

.title_screen5841 .title_style_header {
    font-weight: 700;
    color: rgb(150,163,183);
    position: relative;
    font-size: calc(44px * 0.9);
    margin: 0;
    line-height: 1.2;
    padding-left: 1rem;
}

.title_screen5841 .learning_experts1463:hover .title_style_header::before {
    transform: scaleY(1);
}

.user_reviews2845 {
    position: relative;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(187,200,220), #ffffff);
    overflow: hidden;
}

.user_reviews2845::after {
    border-radius: 50% 30% 70% 40%;
    position: absolute;
    width: 200px;
    height: 200px;
    opacity: 0.1;
    content: "";
    filter: blur(40px);
    right: -50px;
    top: -50px;
    background: rgb(150,163,183);
    animation: floating 12s infinite alternate ease-in-out;
}

.user_reviews2845 h2 {
    line-height: 1.3;
    font-weight: 700;
    position: relative;
    max-width: 800px;
    margin-bottom: 3rem;
    transform: translateY(0);
    font-size: 35px;
    color: #000000;
    text-align: left;
}

.user_reviews2845 .skill_guides1875 {
    position: relative;
    z-index: 2;
}

.user_reviews2845 .learning_stories1967 {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    overflow: hidden;
    flex-direction: column;
    height: 100%;
    transform: translateY(0);
    display: flex;
    background: #ffffff;
    padding: 2rem;
    position: relative;
    min-height: 240px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.user_reviews2845 .learning_stories1967 h3 {
    color: rgb(150,163,183);
    position: relative;
    font-weight: 700;
    font-size: calc(24px * 0.9);
    margin-bottom: 0.8rem;
}

.user_reviews2845 .learning_stories1967:hover h3::after {
    transform: scaleX(1);
}

.user_reviews2845 .learning_stories1967 .description {
    line-height: 1.6;
    margin-bottom: 1.5rem;
    position: relative;
    color: #000000;
    flex-grow: 1;
    font-size: 12px;
}

.user_reviews2845 .learning_stories1967 img {
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #ffffff;
    width: 60px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    height: 60px;
    transition: transform 0.3s ease;
}

.secure_hideout6450 h1 {
    border-bottom: 4px solid rgb(150,163,183);
    padding-bottom: 10px;
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 42px;
    color: rgb(150,163,183);
    font-weight: 700;
}

.secure_hideout6450 ul {
    list-style-type: none;
    margin: 20px 0;
    padding-left: 0;
}

.secure_hideout6450 ul li::before {
    color: rgb(150,163,183);
    display: inline-block;
    font-size: 1.5em;
    width: 1em;
    margin-left: -1em;
    content: "•";
}

.secure_hideout6450 p, .secure_hideout6450 span, .secure_hideout6450 div {
    font-size: 12px;
    margin-bottom: 20px;
    line-height: 1.8;
    color: #ffffff;
}

.tyWrap5812 {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(150,163,183,0.5) 0%, rgb(187,200,220) 100%);
}

.tyWrap5812 {
    padding: 70px 0;
}

.tyWrap5812 {
    padding: 50px 0;
}

.tyWrap5812::after {
    width: 200%;
    position: absolute;
    left: -50%;
    opacity: 0.15;
    background: radial-gradient(ellipse at center, #ffffff 0%, transparent 70%);
    content: "";
    height: 200%;
    transform: translateZ(0);
    top: -50%;
    animation: lightPulse 10s infinite ease-in-out;
    z-index: 0;
}

.tyWrap5812 .container {
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}

.tyWrap5812 .skill_guides1875::before {
    right: -5px;
    top: -5px;
    filter: blur(8px);
    opacity: 0.6;
    background: linear-gradient(45deg, 
        rgb(150,163,183) 0%, 
        transparent 30%, 
        transparent 70%, 
        rgb(114,125,140) 100%);
    transition: opacity 0.6s ease, filter 0.6s ease;
    left: -5px;
    content: "";
    z-index: -1;
    border-radius: calc(10px + 5px);
    position: absolute;
    bottom: -5px;
}

.tyWrap5812 .skill_guides1875:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.12),
        0 1px 0 rgba(255, 255, 255, 0.9) inset,
        0 -1px 0 rgba(0, 0, 0, 0.08) inset;
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}

.tyWrap5812 .skill_guides1875 > div:first-child::after {
    height: 4px;
    left: 0;
    position: absolute;
    transform-origin: left center;
    border-radius: 2px;
    background: linear-gradient(90deg, rgb(150,163,183), rgb(114,125,140));
    bottom: -10px;
    animation: lineExtend 1.5s ease-out forwards;
    width: 80px;
    content: "";
}

.tyWrap5812 .skill_guides1875 > div:first-child::after {
    width: 60px;
}

.tyWrap5812 .skill_guides1875 > div:first-child::after {
    width: 50px;
    height: 3px;
}

.tyWrap5812 .skill_guides1875 > div:last-child {
    position: relative;
    overflow: hidden;
}

.tyWrap5812 a:hover {
    transform: translateX(5px);
}

.tyWrap5812 p {
    opacity: 0;
    padding: 0;
    line-height: 1.8;
    margin: 0;
    font-family: Arial, sans-serif;
    font-weight: 400;
    color: #000000;
    animation: fadeIn 1s 0.5s ease-out forwards;
    font-size: 13px;
}

.tyWrap5812 p {
    line-height: 1.7;
    font-size: calc(13px - 0.05rem);
}

.tyWrap5812 p {
    line-height: 1.6;
    font-size: calc(13px - 0.1rem);
}

.course_demographic6394::after {
    content: "";
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
    background-size: 120px 120px;
    opacity: 0.03;
    background-position: 0 0, 0 60px, 60px -60px, -60px 0px;
    position: absolute;
    z-index: 0;
    background-image: 
        linear-gradient(45deg, #000000 25%, transparent 25%),
        linear-gradient(-45deg, #000000 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, #000000 25%),
        linear-gradient(-45deg, transparent 75%, #000000 25%);
}

.course_demographic6394 .skill_guides1875:hover {
    transform: translateY(-10px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 5px 15px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(255, 255, 255, 0.15) inset;
}

.course_demographic6394 .skill_guides1875::before {
    content: "";
    width: 200px;
    filter: blur(30px);
    background: linear-gradient(45deg, rgb(150,163,183) 0%, rgb(114,125,140) 100%);
    animation: pulse-effect 8s infinite alternate ease-in-out;
    opacity: 0.1;
    height: 200px;
    border-radius: 50%;
    top: -100px;
    right: -100px;
    position: absolute;
}



.course_demographic6394 h4 {
    text-align: center;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
    font-size: 33px;
    margin-bottom: 40px;
    color: #ffffff;
}

.course_demographic6394 div p {
    font-size: calc(12px + 2px);
    position: relative;
    padding: 15px 20px;
    transition: all 0.3s ease;
    border-left: 3px solid rgb(150,163,183);
    color: #ffffff;
    backdrop-filter: blur(5px);
    border-radius: 10px;
    margin-bottom: 25px;
    display: flex;
    background: rgba(255, 255, 255, 0.05);
    align-items: center;
}

.course_demographic6394 div p:hover svg {
    transform: scale(1.2) rotate(5deg);
}

.course_demographic6394 div p svg path {
    fill: rgb(150,163,183);
}

.course_demographic6394 div p::after {
    height: 1px;
    width: 0;
    background: linear-gradient(90deg, rgb(150,163,183) 0%, transparent 100%);
    bottom: 0;
    position: absolute;
    content: "";
    transition: width 0.5s ease;
    left: 0;
}

.statistical_data4219::before {
    position: absolute;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    height: 100%;
    left: 0;
    z-index: -1;
    content: "";
    width: 100%;
    top: 0;
}

.statistical_data4219 .container {
    position: relative;
    display: flex;
    z-index: 2;
    flex-direction: column;
}

.statistical_data4219 ul {
    padding: 0;
    list-style: none;
    margin: 0;
    gap: 25px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.statistical_data4219 .boost_growth8563 {
    position: relative;
    transition: all 0.4s ease;
    background: #ffffff;
    flex-direction: row;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    display: flex;
    align-items: center;
    border-radius: 19px;
    padding: 0;
}

.statistical_data4219 .boost_growth8563 {
    flex-direction: column;
    text-align: center;
}

.statistical_data4219 .boost_growth8563:nth-child(2n) p {
    background: rgb(114,125,140);
}

.statistical_data4219 .boost_growth8563 p::after {
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    width: 0;
    position: absolute;
    z-index: 1;
    height: 0;
    transform: translateY(-50%);
    right: -15px;
    border-left: 15px solid rgb(150,163,183);
    content: "";
    top: 50%;
}

.statistical_data4219 .boost_growth8563 p::after {
    bottom: -15px;
    border-left: 15px solid transparent;
    transform: translateX(-50%);
    border-right: 15px solid transparent;
    border-bottom: none;
    right: auto;
    left: 50%;
    top: auto;
    border-top: 15px solid rgb(150,163,183);
}

.statistical_data4219 .boost_growth8563:hover span {
    color: rgb(150,163,183);
}

.statistical_data4219 .boost_growth8563:nth-child(2n):hover span {
    color: rgb(114,125,140);
}

.statistical_data4219 svg {
    width: 40px;
    top: 20px;
    right: 20px;
    fill: #ffffff;
    transition: all 0.3s ease;
    position: absolute;
    height: 40px;
}

.statistical_data4219 svg {
    top: auto;
    margin: 15px 0;
    right: auto;
    position: relative;
}

.statistical_data4219 ul::before {
    height: 100%;
    background: linear-gradient(to bottom, rgb(150,163,183,0.5), rgb(114,125,140,0.5));
    opacity: 0.3;
    position: absolute;
    z-index: -1;
    top: 0;
    width: 2px;
    content: "";
    left: 90px;
}

.statistical_data4219 ul::before {
    display: none;
}

.statistical_data4219 .boost_growth8563:nth-child(4) {
    animation: slide-in 0.5s 0.4s both;
}

.statistical_data4219 .container::after {
    left: -150px;
    bottom: -150px;
}



.statistical_data4219 .boost_growth8563::before {
    top: 0;
    opacity: 0;
    background: linear-gradient(45deg, #ffffff 0%, transparent 100%);
    z-index: 0;
    height: 100%;
    content: "";
    width: 100%;
    transition: all 0.4s ease;
    left: 0;
    position: absolute;
}

.about_this6780 {
    position: relative;
    min-height: 100vh;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
}

.about_this6780::after {
    content: "";
    animation: float 20s infinite ease-in-out;
    right: -50px;
    z-index: 0;
    background: rgb(114,125,140);
    height: 200px;
    transform: rotate(45deg);
    width: 200px;
    top: -50px;
    position: absolute;
    opacity: 0.15;
}

.about_this6780 .abstract_box9206:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.about_this6780 .abstract_box9206::before {
    width: 5px;
    top: 0;
    content: "";
    position: absolute;
    left: -15px;
    height: 100%;
    background: linear-gradient(to bottom, rgb(150,163,183), rgb(114,125,140));
}

.about_this6780 .abstract_box9206 > div:first-child {
    position: relative;
    margin-bottom: 1rem;
}

.about_this6780 .abstract_box9206 h5::after {
    background: linear-gradient(90deg, rgb(150,163,183), transparent);
    bottom: -5px;
    content: "";
    transform-origin: left;
    position: absolute;
    height: 2px;
    left: 0;
    width: 100%;
    animation: lineGrow 3s infinite alternate cubic-bezier(0.645, 0.045, 0.355, 1);
}

.about_this6780 .abstract_box9206 p b {
    position: relative;
    color: rgb(114,125,140);
    display: inline-block;
    font-weight: 700;
}

.about_this6780 .abstract_box9206 li {
    column-count: 1;
    color: #000000;
    margin-bottom: 1rem;
    text-align: justify;
    font-size: 18px;
    position: relative;
    line-height: 1.8;
    list-style: none;
    column-gap: 2rem;
    text-indent: 0;
}

.privacy_ack5827 {
    align-items: center;
    border: 2px dashed rgb(150,163,183);
    display: flex;
    background: rgba(0, 0, 0, 0.5);
    justify-content: space-between;
    padding: 20px 5%;
    border-radius: 18px;
    gap: 20px;
}

.cookieInformationAlert7159 p {
    line-height: 1.5;
    font-size: 18px;
    position: relative;
    color: #ffffff;
    margin: 0;
}

.cookie_user3915 svg {
    width: 60px;
    height: 60px;
    fill: rgb(150,163,183);
}

.cookie_customize0397 {
    line-height: 40px;
    min-width: 140px;
    white-space: nowrap;
    text-align: center;
    cursor: pointer;
    background: rgb(150,163,183);
    flex-shrink: 0;
    border: 2px solid rgb(150,163,183);
    margin-left: 10px;
    font-size: 19px;
    color: #000000;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    padding: 10px 20px;
    border-radius: 10px;
    text-decoration: none;
}

.cookieInformationAlert7159 p a:hover {
    color: rgb(114,125,140);
}


header .top_expert7896 {
    padding: 1.5rem 0;
    align-items: center;
    box-sizing: border-box;
    display: flex;
    position: relative;
    background: linear-gradient(120deg, rgb(150,163,183) 0%, rgb(114,125,140,0.5) 100%);
    justify-content: space-between;
    width: 100%;
    z-index: 99;
    overflow: visible;
}

header .top_expert7896 .nav_core1789 {
    transition: all 0.4s ease;
    transform: translateY(-5px);
    margin-left: calc((100vw - 100%) / 2);
    position: relative;
    z-index: 2;
}

header .top_expert7896 .nav_core1789 .top_mainwrap8576::before {
    top: -10px;
    content: "";
    height: calc(100% + 20px);
    left: -20px;
    z-index: -1;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
    width: calc(100% + 40px);
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
}

header .top_expert7896 .top_head7893::before {
    left: 0;
    background: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 10px,
    rgba(255, 255, 255, 0.03) 10px,
    rgba(255, 255, 255, 0.03) 20px
  );
    width: 100%;
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    z-index: -1;
}

header .top_expert7896 .top_head7893 .head_train6980 a {
    color: #ffffff;
    transition: all 0.3s ease;
    font-weight: 600;
    display: block;
    text-decoration: none;
    font-size: 18px;
    transform-origin: center;
    padding: 1.2rem 1.5rem;
    position: relative;
}

header .top_expert7896 .top_head7893 .head_train6980 a:hover {
    color: rgb(114,125,140);
    transform: translateZ(10px);
}

.contact8510 {
    position: relative;
    background: linear-gradient(135deg, rgb(187,200,220) 0%, rgba(0, 0, 0, 0.03) 100%);
    padding: 80px 0;
    overflow: hidden;
}

.contact8510::after {
    height: 100%;
    background-size: 20px 20px;
    position: absolute;
    opacity: 0.6;
    content: "";
    animation: gridMove 20s linear infinite;
    z-index: 1;
    top: 0;
    left: 0;
    background-image: 
        linear-gradient(90deg, rgba(rgb(150,163,183), 0.03) 1px, transparent 1px),
        linear-gradient(rgba(rgb(150,163,183), 0.03) 1px, transparent 1px);
    width: 100%;
}

.contact8510 h2::after {
    bottom: -15px;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(150,163,183), transparent);
    position: absolute;
    height: 3px;
    width: 70%;
    left: 15%;
}

.contact8510 .message_feedback4936:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                0 10px 20px rgba(rgb(150,163,183), 0.1);
}

.contact8510 .message_feedback4936::before {
    width: 5px;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    background: linear-gradient(to bottom, rgb(150,163,183), rgb(114,125,140));
    position: absolute;
}

.contact8510 .content_image9053::before {
    animation: shine 6s infinite;
    z-index: 2;
    content: "";
    width: 150%;
    background: rgba(255, 255, 255, 0.2);
    left: -100px;
    height: 150px;
    position: absolute;
    transform: rotate(45deg);
    top: -100px;
}

.contact8510 .help_feedback8942::before {
    background: radial-gradient(circle, rgba(rgb(150,163,183), 0.05) 0%, transparent 70%);
    z-index: 0;
    width: 200px;
    right: -50px;
    height: 200px;
    border-radius: 50%;
    content: "";
    top: -50px;
    position: absolute;
}

.contact8510 form h3::after {
    width: 40px;
    background: rgb(150,163,183);
    bottom: -10px;
    left: 0;
    content: "";
    position: absolute;
    height: 2px;
}

.contact8510 form input[type="text"]:focus {
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(rgb(150,163,183), 0.1);
    outline: none;
    border-color: rgb(150,163,183);
}

.contact8510 form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
    transition: all 0.3s ease;
}

.contact8510 .query_grid5064 {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.contact8510 .query_grid5064 label {
    line-height: 1.4;
    cursor: pointer;
    color: #000000;
    padding-left: 35px;
    user-select: none;
    position: relative;
    font-size: 16px;
}

.contact8510 .query_grid5064 input[type="checkbox"]:checked + label::before {
    border-color: rgb(150,163,183);
    background: rgb(150,163,183);
}

.contact8510 .query_grid5064 label a {
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
    color: rgb(150,163,183);
}

.contact8510 .query_grid5064 label a::after {
    position: absolute;
    transform-origin: left;
    content: "";
    bottom: -2px;
    transform: scaleX(0);
    left: 0;
    height: 1px;
    transition: transform 0.3s ease;
    background: rgb(150,163,183);
    width: 100%;
}

.contact8510 .inquiry_support4635::before {
    opacity: 0;
    width: 100%;
    left: 0;
    transition: opacity 0.3s ease;
    background: linear-gradient(90deg, rgb(114,125,140), rgb(150,163,183));
    content: "";
    z-index: -1;
    height: 100%;
    top: 0;
    position: absolute;
}

.contact8510 .inquiry_support4635:hover::before {
    opacity: 1;
}

.contact8510 .inquiry_support4635:active {
    transform: translateY(2px);
}

.contact8510 svg path {
    fill: rgb(150,163,183);
    transition: fill 0.3s ease;
}

.contact8510 form input {
    background: rgb(187,200,220);
}

.netiquette6712 .container {
    z-index: 2;
    position: relative;
}

.netiquette6712 .talk_team8264 {
    background-color: rgb(150,163,183);
    margin-bottom: -2rem;
    z-index: 3;
    padding: 3rem 1.5rem 5rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    position: relative;
}

.netiquette6712 .info_item {
    transition: transform 0.3s ease;
    padding: 0.5rem 1rem;
    position: relative;
}

.netiquette6712 .info_item p,
.netiquette6712 .info_item a {
    text-decoration: none;
    transition: all 0.3s ease;
    gap: 0.75rem;
    align-items: center;
    display: flex;
    font-size: 12px;
    color: #ffffff;
}

.netiquette6712 .text_main_holder {
    grid-template-columns: 1fr 1.5fr 1fr;
    display: grid;
    position: relative;
    gap: 0;
    z-index: 2;
}

.netiquette6712 .nav_core1789 svg {
    max-width: 150px;
    filter: brightness(0) invert(1);
    transition: all 0.3s ease;
    height: auto;
}

.netiquette6712 .cert_block2073 {
    opacity: 0.9;
    color: #ffffff;
    line-height: 1.6;
    font-size: 14px;
}

.netiquette6712 .top_head7893::before {
    position: absolute;
    width: 100%;
    content: '';
    height: 100%;
    top: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, transparent 100%);
    left: 0;
    z-index: -1;
}

.netiquette6712 .top_head7893 h5::after {
    left: 0;
    position: absolute;
    background-color: rgb(150,163,183);
    height: 3px;
    content: '';
    width: 40px;
    bottom: -0.5rem;
}

.netiquette6712 .page_header6021:not(:last-child) {
    margin-bottom: 1rem;
}

.netiquette6712 .page_header6021 a::before {
    height: 2px;
    content: '';
    width: 0;
    left: 0;
    bottom: 0;
    transition: width 0.3s ease;
    background-color: rgb(150,163,183);
    position: absolute;
}

.netiquette6712 .page_header6021 a:hover::before {
    width: 30px;
}

.netiquette6712 .subscribe_holder::before {
    position: absolute;
    left: 0;
    width: 100%;
    content: '';
    height: 100%;
    z-index: -1;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(0, 0, 0, 0.05) 10px,
        rgba(0, 0, 0, 0.05) 20px
    );
    top: 0;
}

.netiquette6712 .input_holder {
    gap: 1rem;
    display: flex;
    flex-direction: column;
}

.netiquette6712 .input_holder input[type="email"]:focus {
    outline: none;
    border-color: rgba(255, 255, 255, 0.3);
    background-color: rgba(255, 255, 255, 0.2);
}

.netiquette6712 .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.netiquette6712 .news_label3817::before {
    width: 100%;
    content: '';
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    top: 0;
    height: 100%;
    position: absolute;
    transition: left 0.5s ease;
    left: -100%;
}

.netiquette6712 .news_label3817:hover {
    background-color: rgb(150,163,183,0.5);
}

.netiquette6712 .flag_content0735 {
    position: relative;
    background-color: rgb(114,125,140);
    clip-path: polygon(0 30%, 100% 0, 100% 100%, 0 100%);
    padding: 6rem 0 2rem;
    text-align: center;
    z-index: 1;
    margin-top: 0;
}

.netiquette6712 .eng_center4527 {
    opacity: 0.7;
    color: #ffffff;
    font-size: 14px;
}

.plan_deck1492::before {
    pointer-events: none;
    z-index: 1;
    height: 100%;
    left: 0;
    width: 100%;
    top: 0;
    content: "";
    background-image: repeating-linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.02) 0px,
    rgba(0, 0, 0, 0.02) 1px,
    transparent 1px,
    transparent 11px
  );
    position: absolute;
}

.plan_deck1492 .plan_options9518 h2 {
    display: inline-block;
    font-weight: 700;
    color: #000000;
    font-size: 33px;
    margin-bottom: 15px;
    position: relative;
}

.plan_deck1492 .rate_list2458 {
    font-size: 14px;
    overflow-wrap: break-word;
    color: #000000;
    word-break: break-word;
    white-space: normal;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

.plan_deck1492 .pricing_tiers9041 {
    overflow: hidden;
    text-decoration: none;
    display: block;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    color: #000000;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 8px;
}

.plan_deck1492 .value_fees1875 {
    position: relative;
    flex: 1;
    flex-direction: column;
    word-break: break-word;
    padding: 30px;
    white-space: normal;
    overflow-wrap: break-word;
    z-index: 2;
    display: flex;
}

.plan_deck1492 .pricing_tiers9041:hover .value_fees1875 h3 {
    transform: translateX(5px);
}

.plan_deck1492 .study_cost3759::before {
    transform: translateX(-10px);
    height: 2px;
    top: 50%;
    background: rgb(150,163,183);
    position: absolute;
    left: -20px;
    content: "";
    transition: all 0.3s ease;
    opacity: 0;
    width: 10px;
}

.plan_deck1492 .content_image9053 {
    height: 200px;
    transition: transform 0.6s ease;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.plan_deck1492 .content_image9053::after {
    content: "";
    width: 100%;
    background: linear-gradient(0deg, rgba(rgb(150,163,183,0.5), 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    left: 0;
    top: 0;
    z-index: 1;
    height: 100%;
    position: absolute;
}

.plan_deck1492 .pricing_tiers9041:nth-child(even) .rate_choices8470 {
    background: linear-gradient(135deg, rgba(245, 247, 252, 1) 0%, #ffffff 100%);
}

.plan_deck1492 .pricing_tiers9041:nth-child(3) {
    animation: fadeInUp 0.6s 0.3s both;
}


@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}



@media (max-width: 768px) {.newsletter_signup4127 {
    padding: 4rem 1.5rem;
}.newsletter_signup4127 .request_panel6735 {
    padding: 2.5rem 1.5rem;
    animation: none;
    max-width: 100%;
}
}



@media (max-width: 1200px) {.course_program_details6975 .lesson_track5367 {
    max-width: 65%;
}
}



@media (max-width: 992px) {.course_program_details6975 {
    padding: 80px 0;
}.course_program_details6975 .skill_guides1875 {
    min-height: auto;
    display: block;
}.course_program_details6975 .content_image9053 {
    position: relative;
    margin-bottom: 30px;
    height: 300px;
}.course_program_details6975 .lesson_track5367 {
    border-radius: 14px;
    max-width: 100%;
    padding: 40px 30px;
    transform: translateX(0);
}.course_program_details6975 .lesson_track5367::before,
    .course_program_details6975 .lesson_track5367::after {
    border-radius: 14px;
}
}



@media (min-width: 768px) {.academic_experience5984 .learning_stories1967 {
    grid-template-rows: auto 1fr;
    grid-template-columns: 220px 1fr;
    gap: 25px 40px;
}.academic_experience5984 .learning_stories1967 > div:first-child {
    justify-content: center;
    grid-row: 1 / 3;
    display: flex;
    align-items: center;
}.academic_experience5984 .learning_stories1967 > div:nth-child(2) {
    align-self: end;
}.academic_experience5984 .learning_stories1967 > div:nth-child(3) {
    grid-column: 2 / 3;
}.academic_experience5984 .content_image9053 {
    width: 200px;
    height: 200px;
}
}



@media (max-width: 767px) {.academic_experience5984 {
    padding: 80px 0;
}.academic_experience5984 .learning_stories1967 {
    padding: 30px 25px;
    gap: 20px;
}.academic_experience5984 .content_image9053 {
    width: 150px;
    height: 150px;
}.academic_experience5984 .name {
    text-align: center;
    font-size: 18px;
}.academic_experience5984 .learning_stories1967 > div:nth-child(2) {
    text-align: center;
}.academic_experience5984 .learning_stories1967 > div:nth-child(2) > div {
    font-size: calc(12px * 0.9);
}.academic_experience5984 .work_background2854 {
    line-height: 1.7;
    font-size: calc(12px * 0.95);
    padding: 20px 15px;
}}



@media (min-width: 992px) {.title_screen5841 .fast_edu7618 {
    padding: 3rem;
    width: 85%;
}.title_screen5841 .learning_experts1463 h3 {
    max-width: 80%;
    font-size: 22px;
}.title_screen5841 .learning_experts1463 > div {
    padding: 4rem 3rem;
}.title_screen5841 .learning_experts1463 div div div {
    padding: 3rem;
    max-width: 85%;
}
}



@media screen and (max-width: 991px) {.user_reviews2845 {
    padding: 4rem 0;
}.user_reviews2845 h2 {
    margin-bottom: 2rem;
    font-size: calc(35px * 0.9);
}.user_reviews2845 .testimonials_track3281 {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}



@media screen and (max-width: 768px) {.user_reviews2845 {
    padding: 3rem 0;
}.user_reviews2845 h2 {
    font-size: calc(35px * 0.8);
    margin-bottom: 1.5rem;
}.user_reviews2845 .testimonials_track3281 {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 500px;
}.user_reviews2845 .learning_stories1967 {
    padding: 1.5rem;
    min-height: 200px;
}
}



@media only screen and (max-width: 800px) {.secure_hideout6450 {
    padding: 30px;
}.secure_hideout6450 h1 {
    font-size: calc(18px - 4px);
}.secure_hideout6450 h2 {
    font-size: calc(18px - 3px);
}.secure_hideout6450 h3, .secure_hideout6450 h4, .secure_hideout6450 h5, .secure_hideout6450 h6 {
    font-size: calc(18px - 2px);
}.secure_hideout6450 p, .secure_hideout6450 span, .secure_hideout6450 div, .secure_hideout6450 li {
    font-size: calc(12px - 2px);
}}



@media (max-width: 991px) {.course_demographic6394 {
    padding: 80px 0;
}.course_demographic6394 .skill_guides1875 {
    padding: 40px 30px;
}.course_demographic6394 h4 {
    margin-bottom: 30px;
    font-size: calc(33px - 2px);
}.course_demographic6394 div p {
    margin-bottom: 20px;
    font-size: 12px;
    padding: 12px 15px;
}
}



@media (max-width: 479px) {.course_demographic6394 {
    padding: 40px 0;
}.course_demographic6394 .skill_guides1875 {
    padding: 25px 15px;
}.course_demographic6394 h4 {
    font-size: calc(33px - 6px);
}.course_demographic6394 div p {
    padding: 8px 10px;
    font-size: calc(12px - 2px);
}.course_demographic6394 div p svg {
    height: 18px;
    margin-right: 8px;
    min-width: 18px;
    width: 18px;
}}



@media (max-width: 992px) {.statistical_data4219 {
    padding: 90px 0;
}.statistical_data4219 h2 {
    margin-bottom: 60px;
    font-size: calc(28px * 0.9);
}.statistical_data4219 .boost_growth8563 p {
    padding: 25px 30px;
    font-size: 2.5rem;
    min-width: 150px;
}.statistical_data4219 .boost_growth8563 span {
    padding: 25px 30px;
}.statistical_data4219 ul::before {
    left: 75px;
}
}



@media (min-width: 1400px) {.statistical_data4219 .boost_growth8563 {
    max-width: 90%;
    margin-left: auto;
}.statistical_data4219 .boost_growth8563:nth-child(2n) {
    margin-left: 0;
    margin-right: auto;
}.statistical_data4219 .boost_growth8563 p {
    font-size: 3.5rem;
}}



@media (min-width: 992px) {.about_this6780 .container {
    padding: 5rem 3rem;
}.about_this6780 .abstract_box9206 {
    padding: 5rem;
    max-width: 75%;
}.about_this6780 .abstract_box9206 h5 {
    font-size: calc(23px * 1.2);
}.about_this6780 .abstract_box9206 p {
    font-size: calc(18px * 1.6);
}.about_this6780 .abstract_box9206 li {
    font-size: calc(18px * 1.1);
}
}


@media only screen and (max-width: 1200px) {.cookieInformationAlert7159 {
    padding: 15px 0;
}.privacy_ack5827 {
    padding: 15px 5%;
}.cookie_user3915 {
    display: none;
}.privacy_ack5827 {
    align-items: center;
    flex-direction: column;
    text-align: center;
}.cookieInformationAlert7159 h5 {
    font-size: 18px;
    margin-bottom: 10px;
}.cookie_control7013 {
    margin-bottom: 15px;
}.cookie_customize0397 {
    min-width: 100%;
    margin: 10px 0;
}}



@media screen and (max-width: 767px) {header .top_expert7896 .top_head7893 {
    padding: 0.5rem 0;
}header .top_expert7896 .top_head7893 .head_train6980 {
    width: 50%;
}header .top_expert7896 .top_head7893 .head_train6980 a {
    padding: 0.6rem 0.8rem;
    text-align: center;
    font-size: calc(18px - 2px);
}header .top_expert7896 .top_head7893 .head_train6980 a::after {
    display: none;
}}



@media (max-width: 768px) {.contact8510 {
    padding: 50px 0;
}.contact8510 h2 {
    margin-bottom: 30px;
}.contact8510 .message_feedback4936 {
    flex-direction: column;
}.contact8510 .content_image9053 {
    height: 250px;
    width: 100%;
}.contact8510 .help_feedback8942 {
    padding: 30px 25px;
    width: 100%;
}.contact8510 form h3 {
    margin-bottom: 25px;
}.contact8510 form input[type="text"] {
    padding: 12px 15px;
    margin-bottom: 15px;
}.contact8510 .query_grid5064 {
    margin-bottom: 25px;
}.contact8510 .inquiry_support4635 {
    padding: 12px 15px;
}
}



@media (prefers-reduced-motion: reduce) {.contact8510::after,
    .contact8510 .content_image9053::before {
    animation: none;
}.contact8510 .message_feedback4936:hover {
    transform: none;
}}



@media (max-width: 1200px) {.netiquette6712 .talk_team8264 {
    gap: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
}.netiquette6712 .text_main_holder {
    grid-template-columns: 1fr 1.5fr;
}.netiquette6712 .subscribe_holder {
    grid-column: 1 / -1;
}
}



@media (max-width: 991px) {.netiquette6712 .text_main_holder {
    grid-template-columns: 1fr;
}.netiquette6712 .nav_core1789,
    .netiquette6712 .top_head7893,
    .netiquette6712 .subscribe_holder {
    clip-path: none;
}.netiquette6712 .top_head7893 {
    padding: 3rem 2rem;
}.netiquette6712 .nav_core1789 {
    align-items: center;
    padding: 3rem 2rem;
    text-align: center;
}.netiquette6712 .subscribe_holder {
    padding: 3rem 2rem;
}.netiquette6712 .flag_content0735 {
    padding: 3rem 0 2rem;
    clip-path: none;
}
}



@media (max-width: 576px) {.netiquette6712 .nav_core1789,
    .netiquette6712 .top_head7893,
    .netiquette6712 .subscribe_holder {
    padding: 2.5rem 1.5rem;
}.netiquette6712 .flag_content0735 {
    padding: 2.5rem 0 1.5rem;
}.netiquette6712 .info_item {
    padding: 0.5rem 0;
}.netiquette6712 .info_item p,
    .netiquette6712 .info_item a {
    justify-content: center;
}}



@media (min-width: 992px) {.plan_deck1492 .learning_pricing4190 {
    align-items: center;
    gap: 50px;
    flex-direction: row;
}.plan_deck1492 .plan_options9518 {
    text-align: left;
    margin-bottom: 0;
    flex: 0 0 30%;
}.plan_deck1492 .plan_options9518 h2::after {
    left: 0;
    transform: none;
}.plan_deck1492 .payment_plans3694 {
    flex: 0 0 70%;
    grid-template-columns: repeat(2, 1fr);
}.plan_deck1492 .value_fees1875 {
    padding: 35px;
}
}



@keyframes patternShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}



@keyframes lineExtend {
    0% { 
        width: 0; 
        opacity: 0;
    }
    100% { 
        width: 80px; 
        opacity: 1;
    }
}



@keyframes slideIn {
    0% { 
        transform: translateX(-30px); 
        opacity: 0;
    }
    100% { 
        transform: translateX(0); 
        opacity: 1;
    }
}



@keyframes lightPulse {
    0%, 100% { 
        opacity: 0.15; 
        transform: translate(-50%, -50%) scale(1); 
    }
    50% { 
        opacity: 0.2; 
        transform: translate(-50%, -50%) scale(1.1); 
    }
}



@keyframes gradient-animation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}


    
    @keyframes slide-in {
        from {
            opacity: 0;
            transform: translateY(30px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }



@keyframes float {
    0%, 100% {
        transform: rotate(45deg) translate(0, 0);
    }
    25% {
        transform: rotate(45deg) translate(-20px, 20px);
    }
    50% {
        transform: rotate(45deg) translate(0, 40px);
    }
    75% {
        transform: rotate(45deg) translate(20px, 20px);
    }
}

