﻿* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}svg {
    height: 30px;
    width: 30px;
}.container {
    margin: auto;
    width: 1131px;
    max-width: 100%;
}.first_teachhNipX {
    flex: 1 0 auto;
}.copy_noticeANSCx {
    flex: 0 0 auto;
}html,body {
    color: #000000;
    min-height: 100%;
    height: 100%;
    font-family: Arial, sans-serif;
}header,footer {
    width: 100%;
}.wrapper-segmentq2Yoz {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}a {
    text-decoration: none;
    color: inherit;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.privacy_containerXgoGT {
    height: auto;
    width: 100%;
    color: #ffffff;
    padding: 60px;
}.privacy_containerXgoGT h1 {
    font-size: 39px;
    color: rgb(189,194,217);
    margin-bottom: 40px;
    border-bottom: 3px solid rgb(156,154,186);
    text-align: center;
    padding-bottom: 15px;
    grid-column: span 2;
    font-weight: 700;
}.privacy_containerXgoGT h2 {
    color: rgb(156,154,186);
    font-size: 28px;
    margin-bottom: 25px;
    margin-top: 0;
    padding-bottom: 10px;
    font-weight: 600;
    border-bottom: 2px solid rgb(189,194,217);
}.privacy_containerXgoGT ul, .privacy_containerXgoGT ol {
    margin: 0;
    list-style: none;
    padding-left: 0;
}.privacy_containerXgoGT li {
    font-size: 13px;
    font-weight: 400;
    background: rgb(189,194,217,0.5);
    color: #000000;
    margin-bottom: 15px;
    padding: 10px 20px;
    border-left: 4px solid rgb(189,194,217);
    border-radius: 10px;
}.privacy_containerXgoGT section {
    border-radius: 21px;
    padding: 30px;
    background: rgb(156,154,186,0.5);
    width: 100%;
}.privacy_containerXgoGT p, .privacy_containerXgoGT span, .privacy_containerXgoGT div {
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 13px;
    line-height: 1.8;
}

@media only screen and (max-width: 800px) {.privacy_containerXgoGT {
    grid-template-columns: 1fr;
    padding: 30px 15px;
}.privacy_containerXgoGT h1 {
    font-size: calc(22px - 10px);
}.privacy_containerXgoGT h2 {
    font-size: calc(22px - 8px);
}.privacy_containerXgoGT li {
    font-size: calc(13px - 2px);
    padding: 8px 15px;
}}.welcome_boardULw8R {
    min-height: 100vh;
    background: linear-gradient(135deg, rgb(222,222,236), rgba(0, 0, 0, 0.5));
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    padding: 2rem;
}.welcome_boardULw8R > div {
    z-index: 2;
    width: 100%;
    position: relative;
    max-width: 1200px;
}.welcome_boardULw8R .expert_learningsIRzce {
    margin-bottom: 2rem;
    opacity: 0;
    transform: translateX(-20px);
    animation: slide-in 0.8s forwards ease-out;
    position: relative;
}.welcome_boardULw8R .learn_topbyaC9 {
    font-weight: 700;
    font-size: 44px;
    margin-bottom: 1.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    color: rgb(189,194,217);
    position: relative;
    display: inline-block;
}.welcome_boardULw8R .learn_topbyaC9::after {
    width: 80%;
    left: 0;
    height: 4px;
    transform: scaleX(0);
    animation: line-expand 1.2s 0.5s forwards ease-out;
    content: "";
    background: linear-gradient(90deg, rgb(189,194,217), rgb(156,154,186));
    bottom: -10px;
    transform-origin: left;
    position: absolute;
}.welcome_boardULw8R .fast_studyproq2HZk {
    animation: fade-up 1s 0.3s forwards ease-out;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transform: translateY(20px);
    position: relative;
}.welcome_boardULw8R .fast_studyproq2HZk::before {
    bottom: 0;
    position: absolute;
    content: "";
    background: linear-gradient(135deg, rgb(189,194,217,0.5), rgb(156,154,186,0.5));
    right: 0;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0.7;
}.welcome_boardULw8R .fast_studyproq2HZk > div {
    display: grid;
    grid-template-columns: 1fr;
    z-index: 2;
    padding: 3rem;
    gap: 2rem;
    position: relative;
}.welcome_boardULw8R .fast_studyproq2HZk > div > div {
    position: relative;
}.welcome_boardULw8R .fast_studyproq2HZk p {
    opacity: 0;
    animation: slide-in 0.8s 0.6s forwards ease-out;
    margin-bottom: 1rem;
    font-weight: 600;
    transform: translateX(-20px);
    line-height: 1.6;
    color: #ffffff;
    max-width: 80%;
    font-size: calc(16px * 1.2);
    position: relative;
}.welcome_boardULw8R .fast_studyproq2HZk p::before {
    width: 4px;
    height: 100%;
    transform: scaleY(0);
    position: absolute;
    left: -20px;
    content: "";
    background: rgb(189,194,217);
    top: 0;
    transform-origin: top;
    animation: line-expand-vertical 0.8s 0.9s forwards ease-out;
}.welcome_boardULw8R .fast_studyproq2HZk h3 {
    animation: fade-up 0.8s 0.8s forwards ease-out;
    border-left: 3px solid rgb(156,154,186);
    color: #ffffff;
    backdrop-filter: blur(4px);
    font-weight: 700;
    line-height: 1.5;
    transform: translateY(20px);
    opacity: 0;
    padding: 1.5rem;
    background: rgba(0, 0, 0, 0.4);
    margin-top: 1rem;
    font-size: calc(19px * 1.1);
}

@keyframes slide-in {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-up {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes line-expand {
  to {
    transform: scaleX(1);
  }
}

@keyframes line-expand-vertical {
  to {
    transform: scaleY(1);
  }
}

@media (min-width: 768px) {.welcome_boardULw8R {
    padding: 4rem;
}.welcome_boardULw8R .learn_topbyaC9 {
    font-size: calc(44px * 1.2);
}.welcome_boardULw8R .fast_studyproq2HZk > div {
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.welcome_boardULw8R .fast_studyproq2HZk p {
    font-size: calc(16px * 1.4);
    margin-bottom: 0;
}.welcome_boardULw8R .fast_studyproq2HZk h3 {
    opacity: 0;
    transform: translateX(20px);
    font-size: 19px;
    animation: slide-in-right 0.8s 0.8s forwards ease-out;
}
  
  @keyframes slide-in-right {
    to {
      transform: translateX(0);
      opacity: 1;
    }
  }
}

@media (min-width: 992px) {.welcome_boardULw8R .expert_learningsIRzce {
    transform: translateX(-40px);
}.welcome_boardULw8R .learn_topbyaC9 {
    font-size: calc(44px * 1.4);
}.welcome_boardULw8R .fast_studyproq2HZk {
    margin-right: 3rem;
    margin-left: 3rem;
}.welcome_boardULw8R .fast_studyproq2HZk > div {
    padding: 4rem;
}.welcome_boardULw8R .fast_studyproq2HZk::after {
    animation: corner-appear 0.8s 1.2s forwards ease-out;
    border-top: 4px solid rgb(189,194,217);
    position: absolute;
    width: 80px;
    border-right: 4px solid rgb(189,194,217);
    height: 80px;
    content: "";
    top: -15px;
    right: -15px;
    opacity: 0;
    z-index: 3;
}
  
  @keyframes corner-appear {
    to {
      opacity: 1;
    }
  }
}

@media (max-width: 767px) {.welcome_boardULw8R {
    padding: 1.5rem;
}.welcome_boardULw8R .learn_topbyaC9 {
    font-size: calc(44px * 0.9);
}.welcome_boardULw8R .fast_studyproq2HZk > div {
    padding: 2rem 1.5rem;
}.welcome_boardULw8R .fast_studyproq2HZk p {
    font-size: 16px;
    max-width: 100%;
}.welcome_boardULw8R .fast_studyproq2HZk h3 {
    font-size: calc(17px * 1.1);
    padding: 1rem;
}
}

@media (max-width: 480px) {.welcome_boardULw8R .learn_topbyaC9 {
    font-size: calc(36px * 0.9);
}.welcome_boardULw8R .fast_studyproq2HZk > div {
    padding: 1.5rem 1rem;
}.welcome_boardULw8R .fast_studyproq2HZk h3 {
    padding: 0.8rem;
    font-size: 17px;
}}.course_highlightsWx0p6 {
    min-height: 100vh;
    position: relative;
    background: rgb(222,222,236);
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
}.course_highlightsWx0p6 .online_learnYJwMg {
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
    top: 0;
    overflow: hidden;
    width: 50%;
    right: 0;
    z-index: 1;
    grid-column: 1 / 3;
    position: absolute;
    height: 100%;
    grid-row: 1;
}.course_highlightsWx0p6 .online_learnYJwMg::before {
    width: 100%;
    background: linear-gradient(90deg, rgb(222,222,236) 0%, transparent 40%);
    pointer-events: none;
    height: 100%;
    z-index: 2;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}.course_highlightsWx0p6 .training_flowBHCO1 {
    flex-direction: column;
    height: 100%;
    animation: carousel-vertical 30s ease-in-out infinite;
    display: flex;
}.course_highlightsWx0p6 .online_learnYJwMg:hover .training_flowBHCO1 {
    animation-play-state: paused;
}.course_highlightsWx0p6 .learn_toolsN1hb2 {
    position: relative;
    min-height: 33.33vh;
    width: 100%;
    overflow: hidden;
}.course_highlightsWx0p6 .learn_toolsN1hb2 img {
    object-fit: cover;
    transition: transform 0.7s ease-out;
    transform: scale(1.1);
    filter: brightness(1.05) contrast(1.05);
    width: 100%;
    height: 100%;
}.course_highlightsWx0p6 .learn_toolsN1hb2:hover img {
    transform: scale(1);
}.course_highlightsWx0p6 .container {
    grid-row: 1;
    grid-column: 1;
    padding: 0 3rem;
    align-items: center;
    display: flex;
    z-index: 3;
}.course_highlightsWx0p6 .smart_studycZp97 {
    padding: 2.5rem;
    border-radius: 23px;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(10px);
    max-width: 600px;
    margin-right: auto;
    width: 100%;
}.course_highlightsWx0p6 .skill_map86Hct {
    flex-direction: column;
    display: flex;
    position: relative;
}.course_highlightsWx0p6 .skill_map86Hct::before {
    content: "";
    left: -15px;
    border-left: 2px solid rgb(189,194,217);
    top: -15px;
    width: 60px;
    border-radius: 10px 0 0 0;
    border-top: 2px solid rgb(189,194,217);
    height: 60px;
    position: absolute;
}.course_highlightsWx0p6 .skill_map86Hct::after {
    bottom: -15px;
    position: absolute;
    border-bottom: 2px solid rgb(189,194,217);
    right: -15px;
    border-right: 2px solid rgb(189,194,217);
    height: 60px;
    border-radius: 0 0 10px 0;
    width: 60px;
    content: "";
}.course_highlightsWx0p6 .skill_map86Hct h3 {
    margin: 0 0 1.5rem 0;
    font-weight: 700;
    font-size: 33px;
    line-height: 1.2;
    color: rgb(189,194,217);
    position: relative;
}.course_highlightsWx0p6 .skill_map86Hct h3::after {
    border-radius: 10px;
    left: 0;
    content: "";
    width: 80px;
    position: absolute;
    height: 3px;
    bottom: -0.5rem;
    background: rgb(189,194,217);
}.course_highlightsWx0p6 .skill_map86Hct p {
    margin-bottom: 2rem;
    line-height: 1.8;
    color: #000000;
    font-size: 12px;
}.course_highlightsWx0p6 .skill_map86Hct .query_supportjWbU8 {
    font-size: 16px;
    background: rgb(189,194,217);
    color: #ffffff;
    font-weight: 600;
    transition: all 0.3s ease;
    padding: 0.8rem 2.5rem;
    text-decoration: none;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border-radius: 23px;
    align-self: flex-start;
}.course_highlightsWx0p6 .skill_map86Hct .query_supportjWbU8::before {
    content: "";
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    position: absolute;
    top: 0;
    transform: translateX(-100%);
    width: 100%;
    transition: transform 0.6s ease;
    height: 100%;
    left: 0;
}.course_highlightsWx0p6 .skill_map86Hct .query_supportjWbU8:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}.course_highlightsWx0p6 .skill_map86Hct .query_supportjWbU8:hover::before {
    transform: translateX(100%);
}

@keyframes carousel-vertical {
    0%, 16% {
        transform: translateY(0);
    }
    20%, 36% {
        transform: translateY(-33.33%);
    }
    40%, 56% {
        transform: translateY(-66.66%);
    }
    60%, 76% {
        transform: translateY(-100%);
    }
    80%, 96% {
        transform: translateY(-133.33%);
    }
    100% {
        transform: translateY(0);
    }
}

@media (min-width: 768px) and (max-width: 991px) {.course_highlightsWx0p6 {
    grid-template-columns: 1fr;
}.course_highlightsWx0p6 .online_learnYJwMg {
    grid-row: 1;
    position: relative;
    height: 45%;
    width: 100%;
    clip-path: none;
    grid-column: 1;
}.course_highlightsWx0p6 .online_learnYJwMg::before {
    background: linear-gradient(0deg, rgb(222,222,236) 0%, transparent 80%);
}.course_highlightsWx0p6 .training_flowBHCO1 {
    animation: carousel-horizontal-tablet 20s ease-in-out infinite;
    flex-direction: row;
}.course_highlightsWx0p6 .learn_toolsN1hb2 {
    min-height: auto;
    width: 50%;
}.course_highlightsWx0p6 .container {
    grid-column: 1;
    padding: 2rem;
    grid-row: 2;
}.course_highlightsWx0p6 .smart_studycZp97 {
    margin: 0 auto;
    max-width: 100%;
}.course_highlightsWx0p6 .skill_map86Hct h3 {
    font-size: calc(33px * 1.1);
}

    @keyframes carousel-horizontal-tablet {
        0%, 16% {
            transform: translateX(0);
        }
        20%, 36% {
            transform: translateX(-50%);
        }
        40%, 56% {
            transform: translateX(-100%);
        }
        60%, 76% {
            transform: translateX(-150%);
        }
        80%, 96% {
            transform: translateX(-200%);
        }
        100% {
            transform: translateX(0);
        }
    }
}

@media (max-width: 767px) {.course_highlightsWx0p6 {
    grid-template-columns: 1fr;
    min-height: auto;
}.course_highlightsWx0p6 .online_learnYJwMg {
    grid-column: 1;
    clip-path: none;
    height: 40vh;
    grid-row: 1;
    width: 100%;
    position: relative;
}.course_highlightsWx0p6 .online_learnYJwMg::before {
    background: linear-gradient(0deg, rgb(222,222,236) 0%, rgba(255,255,255,0.3) 100%);
}.course_highlightsWx0p6 .training_flowBHCO1 {
    flex-direction: row;
    animation: none;
}.course_highlightsWx0p6 .learn_toolsN1hb2 {
    width: 100%;
    min-height: auto;
}.course_highlightsWx0p6 .container {
    padding: 2rem 1.5rem;
    grid-column: 1;
    grid-row: 2;
}.course_highlightsWx0p6 .smart_studycZp97 {
    max-width: 100%;
    padding: 1.5rem;
}.course_highlightsWx0p6 .skill_map86Hct::before,
    .course_highlightsWx0p6 .skill_map86Hct::after {
    width: 40px;
    height: 40px;
}.course_highlightsWx0p6 .skill_map86Hct h3 {
    font-size: 18px;
    margin-bottom: 1rem;
}.course_highlightsWx0p6 .skill_map86Hct h3::after {
    width: 50px;
    height: 2px;
}.course_highlightsWx0p6 .skill_map86Hct p {
    font-size: calc(12px * 0.9);
    margin-bottom: 1.5rem;
    line-height: 1.6;
}.course_highlightsWx0p6 .skill_map86Hct .query_supportjWbU8 {
    text-align: center;
    padding: 0.7rem 1.5rem;
    width: 100%;
}}.copy_noticeANSCx {
    font-family: Arial, sans-serif;
    color: #000000;
    background-color: rgb(222,222,236);
    padding: 5rem 0 2rem;
    position: relative;
}.copy_noticeANSCx::before {
    z-index: 0;
    content: '';
    opacity: 0.05;
    height: 250px;
    bottom: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(180deg, transparent 0%, rgb(189,194,217,0.5) 100%);
    right: 0;
}.copy_noticeANSCx .container {
    position: relative;
    z-index: 1;
}.copy_noticeANSCx .pledge_blockt1hug {
    gap: 4rem;
    display: flex;
    flex-direction: column;
}.copy_noticeANSCx .quick_contactS1pkD {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    padding-bottom: 2.5rem;
    position: relative;
    display: grid;
    gap: 1.5rem;
    border-bottom: 1px solid rgb(156,154,186,0.5);
}.copy_noticeANSCx .quick_contactS1pkD::after {
    width: 60px;
    position: absolute;
    background-color: rgb(189,194,217);
    content: '';
    bottom: -1px;
    left: 0;
    height: 3px;
}.copy_noticeANSCx .info_item {
    transition: transform 0.3s ease-out;
    padding: 0.5rem;
}.copy_noticeANSCx .info_item:hover {
    transform: translateX(5px);
}.copy_noticeANSCx .info_item p,
.copy_noticeANSCx .info_item a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: #000000;
    font-size: 15px;
    align-items: center;
    font-weight: 400;
    gap: 0.75rem;
    display: flex;
}.copy_noticeANSCx .info_item a:hover {
    color: rgb(189,194,217);
}.copy_noticeANSCx .info_item svg {
    fill: rgb(189,194,217);
    width: 20px;
    flex-shrink: 0;
    height: 20px;
}.copy_noticeANSCx .text_main_holder {
    grid-template-columns: 1.2fr 1fr 1.2fr;
    display: grid;
    gap: 3rem;
}.copy_noticeANSCx .nav_teachR8caK {
    flex-direction: column;
    display: flex;
    gap: 1.25rem;
}.copy_noticeANSCx .nav_teachR8caK svg {
    height: auto;
    transition: opacity 0.3s ease;
    max-width: 160px;
}.copy_noticeANSCx .nav_teachR8caK svg:hover {
    opacity: 0.8;
}.copy_noticeANSCx .lecture_refC7jkY {
    opacity: 0.8;
    max-width: 300px;
    color: #000000;
    font-size: 12px;
    line-height: 1.6;
}.copy_noticeANSCx .main_primaryA80V2 {
    display: flex;
    gap: 1.5rem;
    flex-direction: column;
}.copy_noticeANSCx .main_primaryA80V2 h5 {
    font-weight: 600;
    font-size: 21px;
    color: #000000;
    margin-bottom: 0.5rem;
    position: relative;
}.copy_noticeANSCx .main_masterpY1xM {
    flex-direction: column;
    gap: 1rem;
    display: flex;
}.copy_noticeANSCx .main_masterpY1xM a {
    transition: color 0.3s ease, padding-left 0.3s ease;
    color: #000000;
    font-size: 15px;
    text-decoration: none;
    padding-left: 0;
    position: relative;
}.copy_noticeANSCx .main_masterpY1xM a::before {
    background-color: rgb(189,194,217);
    position: absolute;
    height: 1px;
    content: '';
    transition: width 0.3s ease, left 0.3s ease;
    transform: translateY(-50%);
    top: 50%;
    width: 0;
    left: -10px;
}.copy_noticeANSCx .main_masterpY1xM a:hover {
    padding-left: 12px;
    color: rgb(189,194,217);
}.copy_noticeANSCx .main_masterpY1xM a:hover::before {
    width: 10px;
    left: 0;
}.copy_noticeANSCx .subscribe_holder {
    flex-direction: column;
    border-radius: 26px;
    gap: 1.5rem;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
    display: flex;
    background-color: #ffffff;
    padding: 2rem;
}.copy_noticeANSCx .subscribe_holder h5 {
    color: #000000;
    font-size: 21px;
    font-weight: 600;
}.copy_noticeANSCx .subscribe_holder p {
    line-height: 1.6;
    color: #000000;
    font-size: 15px;
}.copy_noticeANSCx .input_holder {
    gap: 0.5rem;
    display: flex;
    position: relative;
}.copy_noticeANSCx .input_holder input[type="email"] {
    color: #000000;
    border-radius: 10px;
    padding: 1rem 1.25rem;
    font-size: 15px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    background-color: transparent;
    flex: 1;
    border: 1px solid rgb(156,154,186,0.5);
}.copy_noticeANSCx .input_holder input[type="email"]:focus {
    outline: none;
    border-color: rgb(189,194,217);
    box-shadow: 0 0 0 3px rgb(189,194,217,0.5);
}.copy_noticeANSCx .input_holder input[type="email"]::placeholder {
    opacity: 0.5;
    color: #000000;
}.copy_noticeANSCx .email_signupVecG1 {
    transition: background-color 0.3s ease, transform 0.3s ease;
    border-radius: 10px;
    color: #ffffff;
    font-weight: 600;
    background-color: rgb(189,194,217);
    border: none;
    cursor: pointer;
    font-size: 15px;
    padding: 1rem 1.5rem;
}.copy_noticeANSCx .email_signupVecG1:hover {
    transform: translateY(-2px);
    background-color: rgb(156,154,186);
}.copy_noticeANSCx .gdpr_blockHJOmB {
    padding-top: 1.5rem;
    border-top: 1px solid rgb(156,154,186,0.5);
    text-align: center;
    margin-top: 3rem;
}.copy_noticeANSCx .mentor_ctacwBXD {
    font-size: 12px;
    opacity: 0.8;
    color: #000000;
}.copy_noticeANSCx .main_masterpY1xM:first-child {
    position: relative;
    margin-bottom: 1.5rem;
}.copy_noticeANSCx .main_masterpY1xM:first-child::after {
    left: 0;
    width: 30px;
    bottom: -0.75rem;
    background-color: rgb(156,154,186,0.5);
    height: 1px;
    position: absolute;
    content: '';
}.copy_noticeANSCx {
    background-attachment: fixed;
    background-position: center;
    background-image: 
        linear-gradient(rgb(156,154,186,0.5) 1px, transparent 1px),
        linear-gradient(to right, rgb(156,154,186,0.5) 1px, transparent 1px);
    background-repeat: repeat;
    background-size: 40px 40px;
    background-blend-mode: overlay;
}

@media (max-width: 1024px) {.copy_noticeANSCx {
    padding: 4rem 0 2rem;
}.copy_noticeANSCx .text_main_holder {
    gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
}.copy_noticeANSCx .subscribe_holder {
    grid-column: span 2;
}
}

@media (max-width: 768px) {.copy_noticeANSCx {
    padding: 3.5rem 0 1.5rem;
}.copy_noticeANSCx .text_main_holder {
    grid-template-columns: 1fr;
    gap: 3rem;
}.copy_noticeANSCx .subscribe_holder {
    grid-column: auto;
}.copy_noticeANSCx .quick_contactS1pkD {
    grid-template-columns: 1fr 1fr;
}.copy_noticeANSCx .info_item:hover {
    transform: translateX(0) translateY(-5px);
}
}

@media (max-width: 576px) {.copy_noticeANSCx {
    padding: 3rem 0 1.5rem;
}.copy_noticeANSCx .quick_contactS1pkD {
    grid-template-columns: 1fr;
}.copy_noticeANSCx .input_holder {
    flex-direction: column;
}.copy_noticeANSCx .email_signupVecG1 {
    width: 100%;
}.copy_noticeANSCx .nav_teachR8caK,
    .copy_noticeANSCx .main_primaryA80V2 h5,
    .copy_noticeANSCx .main_masterpY1xM,
    .copy_noticeANSCx .main_masterpY1xM a {
    text-align: center;
    align-items: center;
}.copy_noticeANSCx .nav_teachR8caK svg {
    margin: 0 auto;
}.copy_noticeANSCx .lecture_refC7jkY {
    text-align: center;
    max-width: 100%;
}.copy_noticeANSCx .main_masterpY1xM:first-child::after {
    transform: translateX(-50%);
    left: 50%;
}.copy_noticeANSCx .quick_contactS1pkD::after {
    left: 50%;
    transform: translateX(-50%);
}.copy_noticeANSCx .main_masterpY1xM a::before {
    display: none;
}.copy_noticeANSCx .main_masterpY1xM a:hover {
    padding-left: 0;
}}.academic_experiencegntv0 {
    position: relative;
    padding: 5rem 2rem;
    overflow: hidden;
    background: linear-gradient(to bottom, rgb(222,222,236), rgb(189,194,217,0.5) 120%);
    border-radius: 10px;
}.academic_experiencegntv0::before {
    left: 0;
    width: 100%;
    content: "";
    opacity: 0.3;
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(156,154,186,0.5) 0,
        rgb(156,154,186,0.5) 2px,
        transparent 2px,
        transparent 10px
    );
    height: 100%;
    position: absolute;
    z-index: 1;
}.academic_experiencegntv0 .testimonials_propacsq {
    z-index: 2;
    display: flex;
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    max-width: 500px;
    margin: 0 auto;
    flex-direction: column;
    transform: translateY(0);
    position: relative;
}.academic_experiencegntv0 .testimonials_propacsq:hover {
    transform: translateY(-15px);
}.academic_experiencegntv0 .lightbox_imageLwp7x {
    margin: 0 auto;
    width: 80%;
    box-shadow: 0 15px 25px -5px rgba(0, 0, 0, 0.5);
    border-radius: 10px 10px 0 0;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
    transition: all 0.5s ease;
    height: 350px;
    z-index: 3;
    position: relative;
}.academic_experiencegntv0 .lightbox_imageLwp7x::after {
    border-radius: 10px 10px 0 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(to bottom, 
                transparent 50%, 
                rgb(189,194,217,0.5) 100%);
    top: 0;
    left: 0;
    content: "";
    height: 100%;
}.academic_experiencegntv0 .testimonials_propacsq:hover .lightbox_imageLwp7x {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 95%);
}.academic_experiencegntv0 .work_area12gqL {
    transform: translateZ(0);
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    z-index: 2;
    transition: transform 0.5s ease;
    border-radius: 10px;
    margin-top: -50px;
    background: #ffffff;
    padding: 70px 2rem 2rem;
}.academic_experiencegntv0 .work_area12gqL::before {
    border-radius: 10px 10px 0 0;
    right: 0;
    animation: gradient-shift 8s infinite alternate;
    background: linear-gradient(90deg, 
                rgb(189,194,217), 
                rgb(156,154,186), 
                rgb(189,194,217));
    top: 0;
    background-size: 200% 100%;
    height: 6px;
    position: absolute;
    left: 0;
    content: "";
}.academic_experiencegntv0 .work_area12gqL::after {
    filter: blur(15px);
    height: 60px;
    animation: float-blob 10s infinite alternate;
    background: rgb(156,154,186,0.5);
    position: absolute;
    width: 60px;
    border-radius: 20% 40% 50% 30%;
    bottom: 20px;
    content: "";
    opacity: 0.2;
    right: 20px;
}.academic_experiencegntv0 .name {
    font-family: Arial, sans-serif;
    opacity: 0.9;
    color: rgb(189,194,217);
    margin-bottom: 0.5rem;
    transform: translateY(0);
    transition: all 0.3s ease;
    font-weight: 700;
    font-size: 30px;
}.academic_experiencegntv0 .work_area12gqL > div:nth-child(2) {
    position: relative;
    font-weight: 600;
    transition: all 0.4s ease 0.1s;
    transform: translateY(0);
    margin-bottom: 1.5rem;
    font-size: 19px;
    padding-bottom: 1rem;
    color: rgb(156,154,186);
    opacity: 0.8;
}.academic_experiencegntv0 .work_area12gqL > div:nth-child(2)::after {
    transition: width 0.4s ease;
    bottom: 0;
    position: absolute;
    content: "";
    left: 0;
    height: 3px;
    width: 40px;
    background: rgb(156,154,186,0.5);
}.academic_experiencegntv0 .testimonials_propacsq:hover .work_area12gqL > div:nth-child(2)::after {
    width: 100px;
}.academic_experiencegntv0 .job_expertiserMJt2 {
    color: #000000;
    transform: translateY(10px);
    font-size: 15px;
    transition: all 0.5s ease 0.2s;
    padding: 1rem 0 0 1.5rem;
    position: relative;
    line-height: 1.7;
    opacity: 0.7;
    font-style: italic;
    border-left: 3px solid rgb(156,154,186,0.5);
}.academic_experiencegntv0 .testimonials_propacsq:hover .job_expertiserMJt2 {
    transform: translateY(0);
    opacity: 1;
}

@keyframes gradient-shift {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}

@keyframes float-blob {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-10px) rotate(180deg);
    }
    100% {
        transform: translateY(10px) rotate(360deg);
    }
}

@media (max-width: 768px) {.academic_experiencegntv0 .lightbox_imageLwp7x {
    width: 100%;
    height: 250px;
}}.experience_trialxquHh {
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: linear-gradient(135deg, rgb(189,194,217,0.5), rgb(156,154,186));
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12), 
                inset 0 1px 3px rgba(255, 255, 255, 0.3);
    padding: 4rem 2rem;
}.experience_trialxquHh::before {
    background: radial-gradient(circle at center, transparent 30%, rgb(156,154,186,0.5) 70%);
    height: 200%;
    width: 200%;
    z-index: -1;
    animation: pulse 15s infinite alternate;
    top: -50%;
    opacity: 0.1;
    content: "";
    position: absolute;
    transform: rotate(-15deg);
    left: -50%;
}.experience_trialxquHh::after {
    position: absolute;
    opacity: 0.4;
    background-size: 60px 60px;
    right: 0;
    background: linear-gradient(45deg, 
                rgba(255, 255, 255, 0.05) 25%, 
                transparent 25%,
                transparent 50%, 
                rgba(255, 255, 255, 0.05) 50%,
                rgba(255, 255, 255, 0.05) 75%, 
                transparent 75%);
    content: "";
    top: 0;
    filter: blur(2px);
    left: 0;
    z-index: -1;
    bottom: 0;
}.experience_trialxquHh .container {
    position: relative;
    transform-style: preserve-3d;
    flex-direction: column;
    margin: 0 auto;
    display: flex;
    perspective: 1000px;
    justify-content: center;
    z-index: 2;
    align-items: center;
    max-width: 1140px;
    gap: 2.5rem;
}.experience_trialxquHh h6 {
    font-family: Arial, sans-serif;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    font-weight: 600;
    padding: 0 1rem;
    margin: 0;
    transform: translateZ(20px);
    font-size: calc(19px * 1.1);
    line-height: 1.5;
    letter-spacing: 0.02em;
    transition: transform 0.3s ease-out;
    max-width: 800px;
    text-align: center;
}.experience_trialxquHh .container div {
    transform: translateZ(40px);
    transition: transform 0.3s ease-out;
    display: flex;
    justify-content: center;
}.experience_trialxquHh .container:hover h6 {
    transform: translateZ(30px);
}.experience_trialxquHh .container:hover div {
    transform: translateZ(50px);
}.experience_trialxquHh .query_supportjWbU8 {
    transform: translateY(0) scale(1);
    position: relative;
    overflow: hidden;
    z-index: 3;
    color: rgb(189,194,217);
    align-items: center;
    font-size: 17px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15),
                inset 0 -4px 0 rgba(0, 0, 0, 0.1),
                0 0 0 4px rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    text-decoration: none;
    background: #ffffff;
    font-family: Arial, sans-serif;
    padding: 1rem 2.5rem;
    justify-content: center;
    display: inline-flex;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-weight: 700;
}.experience_trialxquHh .query_supportjWbU8::before {
    z-index: -1;
    opacity: 0.7;
    transition: opacity 0.4s ease;
    height: 100%;
    left: 0;
    position: absolute;
    content: "";
    top: 0;
    background: linear-gradient(135deg, 
                rgba(255, 255, 255, 0.2) 0%, 
                rgba(255, 255, 255, 0) 50%,
                rgba(255, 255, 255, 0) 100%);
    width: 100%;
}.experience_trialxquHh .query_supportjWbU8::after {
    background: radial-gradient(circle, 
                rgba(255, 255, 255, 0.8) 0%, 
                rgba(255, 255, 255, 0) 70%);
    position: absolute;
    left: -50%;
    height: 200%;
    transform: scale(0);
    content: "";
    width: 200%;
    transition: transform 0.8s ease, opacity 0.8s ease;
    z-index: -1;
    top: -50%;
    opacity: 0;
}.experience_trialxquHh .query_supportjWbU8 span {
    z-index: 2;
    position: relative;
    transition: transform 0.3s ease;
}.experience_trialxquHh .query_supportjWbU8:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2),
                inset 0 -4px 0 rgba(0, 0, 0, 0.1),
                0 0 0 6px rgba(255, 255, 255, 0.2);
    color: rgb(156,154,186);
    transform: translateY(-5px) scale(1.03);
    background: #ffffff;
}.experience_trialxquHh .query_supportjWbU8:hover::before {
    opacity: 1;
}.experience_trialxquHh .query_supportjWbU8:hover::after {
    opacity: 0.2;
    transform: scale(1);
}.experience_trialxquHh .query_supportjWbU8:hover span {
    transform: translateY(-2px);
}.experience_trialxquHh .query_supportjWbU8:active {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2),
                inset 0 -2px 0 rgba(0, 0, 0, 0.1),
                0 0 0 4px rgba(255, 255, 255, 0.1);
    transition: all 0.1s ease;
    transform: translateY(2px) scale(0.98);
}

@keyframes pulse {
    0% {
        opacity: 0.05;
        transform: rotate(-15deg) scale(1);
    }
    50% {
        opacity: 0.15;
        transform: rotate(-15deg) scale(1.05);
    }
    100% {
        opacity: 0.05;
        transform: rotate(-15deg) scale(1);
    }
}

@media (max-width: 991px) {.experience_trialxquHh {
    padding: 3.5rem 1.5rem;
}.experience_trialxquHh h6 {
    font-size: calc(22px * 1.1);
    max-width: 600px;
}.experience_trialxquHh .query_supportjWbU8 {
    padding: 0.9rem 2.2rem;
}
}

@media (max-width: 768px) {.experience_trialxquHh {
    padding: 3rem 1rem;
}.experience_trialxquHh .container {
    gap: 2rem;
}.experience_trialxquHh h6 {
    max-width: 100%;
    font-size: 22px;
}.experience_trialxquHh .query_supportjWbU8 {
    padding: 0.8rem 2rem;
    font-size: calc(17px * 0.95);
}
}

@media (max-width: 576px) {.experience_trialxquHh {
    padding: 2.5rem 0.8rem;
}.experience_trialxquHh .container {
    gap: 1.8rem;
}.experience_trialxquHh h6 {
    font-size: calc(22px * 0.9);
    padding: 0 0.5rem;
    line-height: 1.4;
}.experience_trialxquHh .query_supportjWbU8 {
    padding: 0.7rem 1.8rem;
    font-size: calc(17px * 0.9);
}
}

@media (max-width: 480px) {.experience_trialxquHh {
    padding: 2rem 0.5rem;
}.experience_trialxquHh .container {
    gap: 1.5rem;
}.experience_trialxquHh h6 {
    font-size: calc(22px * 0.85);
}.experience_trialxquHh .query_supportjWbU8 {
    font-size: calc(17px * 0.85);
    padding: 0.7rem 1.6rem;
}
}

@media (hover: none) {.experience_trialxquHh .container h6,
    .experience_trialxquHh .container div {
    transform: translateZ(0);
}.experience_trialxquHh .container:hover h6,
    .experience_trialxquHh .container:hover div {
    transform: translateZ(0);
}}.data_summaryXF8cG {
    background: rgb(222,222,236);
    position: relative;
    padding: 7rem 0;
    overflow: hidden;
}.data_summaryXF8cG::before {
    height: 100%;
    top: 0;
    z-index: 0;
    content: "";
    opacity: 0.05;
    background: linear-gradient(120deg, rgb(189,194,217,0.5) 0%, transparent 70%);
    width: 100%;
    left: 0;
    position: absolute;
}.data_summaryXF8cG .container {
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1200px;
}.data_summaryXF8cG h2 {
    writing-mode: vertical-rl;
    font-weight: 700;
    align-items: center;
    top: 0;
    display: flex;
    font-size: 38px;
    margin: 0;
    text-transform: uppercase;
    color: #000000;
    left: 0;
    height: 100%;
    padding-right: 1.5rem;
    position: absolute;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
    letter-spacing: 2px;
    transform: rotate(180deg);
    border-right: 3px solid rgb(189,194,217);
}.data_summaryXF8cG ul {
    flex-direction: column;
    position: relative;
    display: flex;
    margin: 0 0 0 5rem;
    padding: 0;
    list-style: none;
}.data_summaryXF8cG .statistics_gainsWanrf {
    width: 80%;
    display: flex;
    position: relative;
    margin-bottom: 3.5rem;
    z-index: 2;
}.data_summaryXF8cG .statistics_gainsWanrf:nth-child(even) {
    flex-direction: row-reverse;
    margin-left: auto;
}.data_summaryXF8cG .statistics_gainsWanrf:last-child {
    margin-bottom: 0;
}.data_summaryXF8cG .statistics_gainsWanrf p {
    box-shadow: 0 10px 25px -10px rgba(0, 0, 0, 0.1);
    font-weight: 700;
    align-items: center;
    width: 120px;
    z-index: 2;
    color: rgb(189,194,217);
    transition: all 0.4s ease;
    border-radius: 50%;
    justify-content: center;
    height: 120px;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 1);
    background: #ffffff;
    display: flex;
    position: relative;
    font-size: calc(39px * 1.4);
    margin: 0;
}.data_summaryXF8cG .statistics_gainsWanrf:nth-child(even) p {
    color: rgb(156,154,186);
}.data_summaryXF8cG .statistics_gainsWanrf span {
    background: rgba(255, 255, 255, 0.75);
    position: relative;
    border-radius: 10px;
    padding: 8px 12px;
    max-width: 60%;
    line-height: 1.6;
    margin: 0 2rem;
    z-index: 1;
    align-self: center;
    color: #000000;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    font-size: 15px;
}.data_summaryXF8cG .statistics_gainsWanrf span::before {
    z-index: -1;
    width: 120%;
    position: absolute;
    content: "";
    top: 0;
    background: linear-gradient(90deg, transparent, rgb(189,194,217,0.5), transparent);
    height: 1px;
    left: -10%;
}.data_summaryXF8cG .statistics_gainsWanrf span::after {
    width: 120%;
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgb(189,194,217,0.5), transparent);
    left: -10%;
    position: absolute;
    z-index: -1;
    content: "";
    height: 1px;
}.data_summaryXF8cG .statistics_gainsWanrf:nth-child(even) span::before,
.data_summaryXF8cG .statistics_gainsWanrf:nth-child(even) span::after {
    background: linear-gradient(90deg, transparent, rgb(156,154,186,0.5), transparent);
}.data_summaryXF8cG .statistics_gainsWanrf:nth-child(odd)::before {
    content: "";
    width: calc(100% - 60px);
    z-index: 1;
    background: linear-gradient(90deg, rgb(189,194,217) 0%, transparent 100%);
    position: absolute;
    top: 60px;
    left: 60px;
    height: 1px;
}.data_summaryXF8cG .statistics_gainsWanrf:nth-child(even)::before {
    top: 60px;
    height: 1px;
    position: absolute;
    content: "";
    width: calc(100% - 60px);
    background: linear-gradient(90deg, transparent 0%, rgb(156,154,186) 100%);
    z-index: 1;
    right: 60px;
}.data_summaryXF8cG svg {
    width: 30px;
    top: 0;
    position: absolute;
    right: 0;
    transition: all 0.3s ease;
    fill: rgb(189,194,217);
    opacity: 0.2;
    height: 30px;
}.data_summaryXF8cG svg path {
    fill: inherit;
}.data_summaryXF8cG .statistics_gainsWanrf:hover p {
    box-shadow: 0 15px 35px -15px rgba(0, 0, 0, 0.2);
    transform: scale(1.1);
}.data_summaryXF8cG .statistics_gainsWanrf:hover span {
    background: rgba(255, 255, 255, 0.9);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}.data_summaryXF8cG .statistics_gainsWanrf:hover svg {
    opacity: 0.5;
    transform: rotate(360deg);
}.data_summaryXF8cG .container::after {
    width: 80%;
    z-index: -1;
    background: repeating-linear-gradient(
        45deg,
        rgb(189,194,217,0.5) 0px,
        rgb(189,194,217,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
    position: absolute;
    top: 0;
    content: "";
    opacity: 0.05;
    right: 0;
    height: 100%;
}

@media screen and (max-width: 1024px) {.data_summaryXF8cG h2 {
    font-size: calc(38px * 0.9);
}.data_summaryXF8cG .statistics_gainsWanrf {
    width: 90%;
}.data_summaryXF8cG .statistics_gainsWanrf p {
    width: 110px;
    font-size: calc(39px * 1.2);
    height: 110px;
}
}

@media screen and (max-width: 768px) {.data_summaryXF8cG {
    padding: 5rem 0;
}.data_summaryXF8cG h2 {
    writing-mode: horizontal-tb;
    transform: none;
    border-bottom: 3px solid rgb(189,194,217);
    padding-right: 0;
    height: auto;
    text-align: center;
    top: auto;
    border-right: none;
    padding-bottom: 1rem;
    position: relative;
    margin-bottom: 4rem;
    left: auto;
}.data_summaryXF8cG ul {
    margin: 0;
}.data_summaryXF8cG .statistics_gainsWanrf, 
    .data_summaryXF8cG .statistics_gainsWanrf:nth-child(even) {
    width: 100%;
    margin-bottom: 3rem;
    align-items: center;
    flex-direction: column;
    margin-left: 0;
}.data_summaryXF8cG .statistics_gainsWanrf p {
    margin-bottom: 1.5rem;
}.data_summaryXF8cG .statistics_gainsWanrf span {
    max-width: 80%;
    text-align: center;
    margin: 0;
}.data_summaryXF8cG .statistics_gainsWanrf:nth-child(odd)::before,
    .data_summaryXF8cG .statistics_gainsWanrf:nth-child(even)::before {
    display: none;
}.data_summaryXF8cG .statistics_gainsWanrf span::before,
    .data_summaryXF8cG .statistics_gainsWanrf span::after {
    left: 10%;
    width: 80%;
}
}

@media screen and (max-width: 480px) {.data_summaryXF8cG {
    padding: 4rem 0;
}.data_summaryXF8cG h2 {
    margin-bottom: 3rem;
    font-size: calc(38px * 0.8);
}.data_summaryXF8cG .statistics_gainsWanrf p {
    font-size: calc(39px * 1.1);
    height: 100px;
    width: 100px;
}.data_summaryXF8cG .statistics_gainsWanrf span {
    font-size: calc(15px * 0.9);
    max-width: 90%;
    padding: 6px 10px;
}}

.data_summaryXF8cG::after {
    background: 
        radial-gradient(circle at 20% 80%, rgb(189,194,217,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 20%, rgb(156,154,186,0.5) 0%, transparent 30%);
    top: 0;
    z-index: -2;
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    content: "";
    opacity: 0.1;
}.data_summaryXF8cG .statistics_gainsWanrf:nth-child(1) p::before,
.data_summaryXF8cG .statistics_gainsWanrf:nth-child(2) p::before,
.data_summaryXF8cG .statistics_gainsWanrf:nth-child(3) p::before,
.data_summaryXF8cG .statistics_gainsWanrf:nth-child(4) p::before {
    transition: all 0.4s ease;
    width: 120%;
    opacity: 0.5;
    left: -10%;
    background: #ffffff;
    z-index: -1;
    top: -10%;
    border-radius: 50%;
    content: "";
    position: absolute;
    height: 120%;
}.data_summaryXF8cG .statistics_gainsWanrf:hover p::before {
    opacity: 0;
    transform: scale(1.1);
}.data_summaryXF8cG .statistics_gainsWanrf span {
    position: relative;
}.data_summaryXF8cG .statistics_gainsWanrf span::after {
    background: repeating-linear-gradient(
        90deg,
        transparent,
        transparent 7px,
        rgba(0, 0, 0, 0.04) 7px,
        rgba(0, 0, 0, 0.04) 8px
    );
    height: 1px;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    z-index: -1;
    width: 100%;
}@keyframes timeline {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

.data_summaryXF8cG .statistics_gainsWanrf:nth-child(1) {
    animation: timeline 8s infinite ease 0s;
}.data_summaryXF8cG .statistics_gainsWanrf:nth-child(2) {
    animation: timeline 8s infinite ease 2s;
}.data_summaryXF8cG .statistics_gainsWanrf:nth-child(3) {
    animation: timeline 8s infinite ease 4s;
}.data_summaryXF8cG .statistics_gainsWanrf:nth-child(4) {
    animation: timeline 8s infinite ease 6s;
}header {
    left: 0;
    z-index: 100;
    width: 100%;
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    top: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: fixed;
    transition: all 0.5s ease;
}header::before {
    content: "";
    animation: pulse 15s infinite alternate;
    width: 100%;
    position: absolute;
    left: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(189,194,217,0.5) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgb(156,154,186,0.5) 0%, transparent 20%);
    top: 0;
    z-index: -1;
    opacity: 0.3;
    height: 100%;
}header .container {
    position: relative;
    padding: 1rem 2rem;
}header .top_primaryfUswX {
    justify-content: space-between;
    align-items: center;
    z-index: 2;
    display: flex;
    position: relative;
}header .main_primaryA80V2 {
    gap: 2rem;
    position: relative;
    align-items: center;
    display: flex;
}header .main_primaryA80V2::before {
    transform: skewX(-15deg);
    left: -30px;
    position: absolute;
    width: calc(100% + 60px);
    height: calc(100% + 30px);
    opacity: 0.1;
    top: -15px;
    background: linear-gradient(90deg, transparent 0%, rgb(189,194,217,0.5) 50%, transparent 100%);
    content: "";
    z-index: -1;
    border-radius: 16px;
}header .nav_pageAEOU7 {
    font-size: 17px;
    letter-spacing: 0.5px;
    padding: 0.5rem 0;
    font-family: Arial, sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    font-weight: 600;
    transition: all 0.3s ease;
}header .nav_pageAEOU7::before {
    background: linear-gradient(to right, rgb(189,194,217), rgb(156,154,186));
    width: 0;
    height: 2px;
    transition: width 0.3s ease;
    left: 0;
    bottom: 0;
    position: absolute;
    content: "";
}header .nav_pageAEOU7:hover {
    color: rgb(189,194,217);
    transform: translateY(-2px);
}header .nav_pageAEOU7:hover::before {
    width: 100%;
}header .site_coreoz1VX {
    z-index: 2;
    position: relative;
    text-decoration: none;
    display: flex;
    align-items: center;
}header .site_coreoz1VX svg {
    height: 40px;
    filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.3));
    width: auto;
    transition: all 0.3s ease;
}header .site_coreoz1VX:hover svg {
    filter: drop-shadow(0 0 12px rgb(189,194,217,0.5));
    transform: scale(1.05);
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.4;
    }
}

@media (max-width: 991px) {header .container {
    padding: 0.8rem 1.5rem;
}header .main_primaryA80V2 {
    gap: 1.5rem;
}header .nav_pageAEOU7 {
    font-size: calc(17px - 1px);
}
}

@media (max-width: 767px) {header {
    position: relative;
}header .top_primaryfUswX {
    padding: 1rem 0;
    gap: 1rem;
    flex-direction: column-reverse;
}header .site_coreoz1VX {
    margin-bottom: 0.5rem;
}header .main_primaryA80V2 {
    padding: 0.5rem 0;
    mask-image: linear-gradient(to right, transparent 0%, #000 5%, #000 95%, transparent 100%);
    overflow-x: auto;
    justify-content: flex-start;
    width: 100%;
}header .main_primaryA80V2::before {
    display: none;
}header .nav_pageAEOU7 {
    white-space: nowrap;
    padding: 0.5rem 1rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
}header .nav_pageAEOU7::before {
    display: none;
}}.contact_boxwiXor {
    padding: 120px 0;
    position: relative;
    background: rgb(222,222,236);
    overflow: hidden;
}.contact_boxwiXor::before {
    left: 0;
    content: "";
    width: 100%;
    top: 0;
    height: 5px;
    background: linear-gradient(90deg, rgb(189,194,217), rgb(156,154,186));
    position: absolute;
}.contact_boxwiXor .container {
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}.contact_boxwiXor h2 {
    font-family: Arial, sans-serif;
    padding-left: 20px;
    margin-bottom: 60px;
    font-weight: 700;
    position: relative;
    text-align: left;
    font-size: 34px;
    color: #000000;
    display: inline-block;
}.contact_boxwiXor h2::before {
    width: 5px;
    position: absolute;
    height: 100%;
    content: "";
    background: rgb(189,194,217);
    top: 0;
    border-radius: 10px;
    left: 0;
}.contact_boxwiXor .help_messagebz6v8 {
    align-items: center;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}.contact_boxwiXor .lightbox_imageLwp7x {
    border-radius: 23px;
    overflow: hidden;
    position: relative;
    min-height: 500px;
    order: 2;
    box-shadow: -15px 15px 0 rgb(189,194,217,0.5);
}.contact_boxwiXor .request_cardB6JsU {
    order: 1;
}.contact_boxwiXor form {
    width: 100%;
    border-radius: 23px;
    padding: 50px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: #ffffff;
}.contact_boxwiXor form h3 {
    margin-bottom: 35px;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000000;
    font-family: Arial, sans-serif;
    letter-spacing: 1px;
}.contact_boxwiXor form input[type="text"] {
    padding: 18px 25px;
    margin-bottom: 25px;
    border-radius: 10px;
    font-size: 12px;
    border: none;
    width: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    background: rgb(222,222,236);
}.contact_boxwiXor form input[type="text"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(189,194,217,0.5);
    background: #ffffff;
}.contact_boxwiXor form input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.5;
}.contact_boxwiXor .help_mapEMLsA {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
}.contact_boxwiXor .help_mapEMLsA input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact_boxwiXor .help_mapEMLsA label {
    line-height: 1.5;
    position: relative;
    padding-left: 35px;
    font-size: 13px;
    cursor: pointer;
    color: #000000;
}.contact_boxwiXor .help_mapEMLsA label::before {
    background: rgb(222,222,236);
    width: 22px;
    left: 0;
    position: absolute;
    transition: all 0.2s ease;
    border-radius: 10px;
    top: 2px;
    height: 22px;
    content: "";
}.contact_boxwiXor .help_mapEMLsA input[type="checkbox"]:checked + label::before {
    background: rgb(189,194,217);
}.contact_boxwiXor .help_mapEMLsA input[type="checkbox"]:checked + label::after {
    position: absolute;
    top: 6px;
    border-bottom: 2px solid #ffffff;
    width: 6px;
    transform: rotate(45deg);
    border-right: 2px solid #ffffff;
    left: 8px;
    content: "";
    height: 10px;
}.contact_boxwiXor .help_mapEMLsA label a {
    color: rgb(189,194,217);
    transition: all 0.3s ease;
    text-decoration: none;
    font-weight: 600;
}.contact_boxwiXor .help_mapEMLsA label a:hover {
    color: rgb(156,154,186);
}.contact_boxwiXor form .query_supportjWbU8 {
    overflow: hidden;
    background: #000000;
    cursor: pointer;
    border: none;
    font-size: 19px;
    display: inline-block;
    color: #ffffff;
    font-family: Arial, sans-serif;
    position: relative;
    padding: 18px 40px;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-weight: 600;
}.contact_boxwiXor form .query_supportjWbU8:hover {
    background: rgb(189,194,217);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}.contact_boxwiXor svg {
    width: 20px;
    fill: rgb(189,194,217);
    height: 20px;
}.contact_boxwiXor svg path {
    transition: fill 0.3s ease;
    fill: rgb(189,194,217);
}

@media screen and (max-width: 991px) {.contact_boxwiXor {
    padding: 90px 0;
}.contact_boxwiXor .help_messagebz6v8 {
    grid-template-columns: 1fr;
    gap: 40px;
}.contact_boxwiXor .lightbox_imageLwp7x {
    min-height: 400px;
    margin: 0 auto;
    order: 1;
    max-width: 600px;
}.contact_boxwiXor .request_cardB6JsU {
    order: 2;
}.contact_boxwiXor form {
    max-width: 600px;
    margin: 0 auto;
}
}

@media screen and (max-width: 767px) {.contact_boxwiXor {
    padding: 70px 0;
}.contact_boxwiXor h2 {
    margin-bottom: 40px;
    font-size: calc(34px * 0.9);
}.contact_boxwiXor .lightbox_imageLwp7x {
    min-height: 300px;
    width: 100%;
    box-shadow: -10px 10px 0 rgb(189,194,217,0.5);
}.contact_boxwiXor form {
    padding: 40px 30px;
}
}

@media screen and (max-width: 576px) {.contact_boxwiXor {
    padding: 50px 0;
}.contact_boxwiXor h2 {
    font-size: calc(34px * 0.8);
    margin-bottom: 30px;
}.contact_boxwiXor .lightbox_imageLwp7x {
    box-shadow: -8px 8px 0 rgb(189,194,217,0.5);
    min-height: 250px;
}.contact_boxwiXor form {
    padding: 30px 20px;
}.contact_boxwiXor form h3 {
    font-size: calc(22px * 0.9);
    margin-bottom: 25px;
}.contact_boxwiXor form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.contact_boxwiXor form .query_supportjWbU8 {
    padding: 15px 20px;
    width: 100%;
}}.thanksWebjkGuV {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(222,222,236) 0%, rgb(156,154,186,0.5) 100%);
    padding: 120px 0;
}.thanksWebjkGuV::before {
    background: radial-gradient(circle, rgb(189,194,217,0.5) 0%, transparent 70%);
    transform: rotate(-15deg);
    width: 300px;
    top: -50px;
    position: absolute;
    right: -50px;
    height: 300px;
    z-index: 1;
    opacity: 0.6;
    animation: pulse 8s infinite alternate ease-in-out;
    content: "";
}.thanksWebjkGuV::after {
    bottom: -100px;
    left: -100px;
    height: 400px;
    width: 400px;
    z-index: 1;
    opacity: 0.4;
    background: radial-gradient(ellipse, rgb(156,154,186,0.5) 0%, transparent 70%);
    content: "";
    position: absolute;
    animation: float 12s infinite alternate ease-in-out;
}.thanksWebjkGuV .container {
    max-width: 1140px;
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
    position: relative;
}.thanksWebjkGuV h2 {
    margin-bottom: 40px;
    transform: translateY(0);
    opacity: 1;
    font-weight: 700;
    color: #000000;
    animation: slideInTitle 1.2s ease-out;
    font-size: 34px;
    position: relative;
}.thanksWebjkGuV h2::after {
    height: 4px;
    position: absolute;
    width: 80px;
    left: 0;
    animation: expandWidth 1.5s ease-out forwards 0.5s;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(189,194,217) 0%, rgb(156,154,186) 100%);
    bottom: -15px;
    content: "";
}.thanksWebjkGuV .smart_studycZp97 {
    padding: 40px;
    position: relative;
    background: #ffffff;
    animation: slideInContent 1.5s ease-out 0.3s both;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    transform: translateY(0);
}.thanksWebjkGuV .smart_studycZp97::before {
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, transparent 0%, rgb(255, 255, 255, 0.5) 100%);
    content: "";
    z-index: -1;
}.thanksWebjkGuV ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.thanksWebjkGuV li {
    animation: fadeIn 1.8s ease-out 0.6s both;
    margin-bottom: 15px;
    position: relative;
    padding-left: 25px;
}.thanksWebjkGuV li::before {
    left: 0;
    animation: rotateMark 6s infinite alternate ease-in-out;
    background: rgb(189,194,217);
    position: absolute;
    height: 8px;
    width: 8px;
    transform: rotate(45deg);
    top: 10px;
    content: "";
}.thanksWebjkGuV li span {
    display: block;
    font-size: 12px;
    font-family: Arial, sans-serif;
    color: #000000;
    line-height: 1.8;
}

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

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

@keyframes expandWidth {
  from {
    transform: scaleX(0.3);
  }
  to {
    transform: scaleX(1);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes rotateMark {
  0% {
    transform: rotate(45deg);
  }
  50% {
    transform: rotate(135deg);
  }
  100% {
    transform: rotate(45deg);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1) rotate(-15deg);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.1) rotate(-15deg);
    opacity: 0.8;
  }
  100% {
    transform: scale(1) rotate(-15deg);
    opacity: 0.6;
  }
}

@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}

@media (max-width: 992px) {.thanksWebjkGuV {
    padding: 80px 0;
}.thanksWebjkGuV h2 {
    font-size: calc(34px * 0.9);
}.thanksWebjkGuV .smart_studycZp97 {
    padding: 30px;
}
}

@media (max-width: 768px) {.thanksWebjkGuV {
    padding: 60px 0;
}.thanksWebjkGuV h2 {
    margin-bottom: 30px;
    font-size: calc(34px * 0.8);
}.thanksWebjkGuV h2::after {
    width: 60px;
}.thanksWebjkGuV .smart_studycZp97 {
    padding: 25px;
}.thanksWebjkGuV::before {
    height: 200px;
    width: 200px;
}.thanksWebjkGuV::after {
    width: 250px;
    height: 250px;
}
}

@media (max-width: 576px) {.thanksWebjkGuV {
    padding: 40px 0;
}.thanksWebjkGuV h2 {
    font-size: calc(34px * 0.7);
    margin-bottom: 25px;
}.thanksWebjkGuV h2::after {
    height: 3px;
    width: 50px;
}.thanksWebjkGuV .smart_studycZp97 {
    padding: 20px;
}.thanksWebjkGuV li {
    padding-left: 20px;
}.thanksWebjkGuV li span {
    line-height: 1.6;
    font-size: calc(12px * 0.95);
}
}

@media (prefers-reduced-motion: reduce) {.thanksWebjkGuV, .thanksWebjkGuV::before, .thanksWebjkGuV::after, 
  .thanksWebjkGuV h2, .thanksWebjkGuV h2::after, 
  .thanksWebjkGuV .smart_studycZp97, .thanksWebjkGuV li, .thanksWebjkGuV li::before {
    animation: none;
    transition: none;
}
}

@supports (container-type: inline-size) {.thanksWebjkGuV .container {
    container-name: thanks-container;
    container-type: inline-size;
}
  
  @container thanks-container (max-width: 768px) {.thanksWebjkGuV .smart_studycZp97 {
    padding: 20px;
}.thanksWebjkGuV h2 {
    margin-bottom: 25px;
}}
}.our_missionIRXPj {
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(222,222,236) 0%, rgb(156,154,186,0.5) 100%);
}.our_missionIRXPj::before {
    left: 0;
    background-image: 
        linear-gradient(45deg, rgb(156,154,186,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(156,154,186,0.5) 25%, transparent 25%);
    position: absolute;
    z-index: 0;
    width: 100%;
    content: "";
    top: 0;
    opacity: 0.05;
    background-size: 60px 60px;
    height: 100%;
}.our_missionIRXPj::after {
    transform: rotate(-15deg);
    position: absolute;
    z-index: 0;
    right: -25%;
    content: "";
    opacity: 0.1;
    background: radial-gradient(ellipse at center, rgb(189,194,217,0.5) 0%, transparent 70%);
    height: 150%;
    width: 80%;
    top: -50%;
}.our_missionIRXPj .container {
    max-width: 1200px;
    position: relative;
    padding: 0 2rem;
    z-index: 1;
    margin: 0 auto;
}.our_missionIRXPj h1 {
    color: #000000;
    font-size: 47px;
    opacity: 0;
    animation: slideIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transform: translateX(-20px);
    margin-bottom: 3rem;
    position: relative;
    font-weight: 700;
    text-align: left;
}.our_missionIRXPj h1::after {
    transform-origin: left;
    position: absolute;
    animation: expandLine 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.4s;
    width: 80px;
    transform: scaleX(0);
    background: rgb(189,194,217);
    left: 0;
    bottom: -12px;
    content: "";
    height: 4px;
}.our_missionIRXPj .learning_studioDehzu {
    position: relative;
}.our_missionIRXPj .learning_studioDehzu ul {
    list-style: none;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    padding: 0;
}.our_missionIRXPj .knowledge_studiorgN8D {
    padding: 2.5rem;
    position: relative;
    opacity: 0;
    background: #ffffff;
    animation: fadeUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    border-left: 4px solid rgb(189,194,217);
    transform: translateY(30px);
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    animation-delay: calc(0.2s * var(--i, 1));
}.our_missionIRXPj .knowledge_studiorgN8D:nth-child(1) {
    --i: 1;
}.our_missionIRXPj .knowledge_studiorgN8D:nth-child(2) {
    --i: 2;
}.our_missionIRXPj .knowledge_studiorgN8D:hover {
    transform: translateY(-5px);
}.our_missionIRXPj .knowledge_studiorgN8D::before {
    transform: translate(50%, -50%);
    width: 100px;
    background: rgb(156,154,186,0.5);
    opacity: 0.1;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    content: "";
    right: 0;
}.our_missionIRXPj .knowledge_studiorgN8D h4 {
    font-weight: 600;
    animation-delay: calc(0.4s * var(--i, 1));
    animation: slideIn 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    position: relative;
    margin-bottom: 1.5rem;
    color: rgb(189,194,217);
    opacity: 0;
    transform: translateX(-10px);
    font-size: 22px;
}.our_missionIRXPj .knowledge_studiorgN8D div {
    transform: translateY(20px);
    animation-delay: calc(0.6s * var(--i, 1));
    opacity: 0;
    line-height: 1.8;
    overflow-y: auto;
    padding-right: 1rem;
    max-height: 250px;
    animation: fadeUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    position: relative;
    color: #000000;
    font-size: 17px;
}.our_missionIRXPj .knowledge_studiorgN8D div::-webkit-scrollbar {
    width: 6px;
}.our_missionIRXPj .knowledge_studiorgN8D div::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}.our_missionIRXPj .knowledge_studiorgN8D div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(156,154,186,0.5);
}

@keyframes slideIn {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes expandLine {
    to {
        transform: scaleX(1);
    }
}

@keyframes fadeUp {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (min-width: 768px) {.our_missionIRXPj {
    padding: 8rem 0;
}.our_missionIRXPj h1 {
    font-size: calc(47px * 1.2);
    margin-bottom: 4rem;
}.our_missionIRXPj h1::after {
    width: 120px;
    height: 5px;
}.our_missionIRXPj .learning_studioDehzu ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}.our_missionIRXPj .knowledge_studiorgN8D {
    display: flex;
    flex-direction: column;
    height: 100%;
}.our_missionIRXPj .knowledge_studiorgN8D:first-child {
    transform: translateY(40px);
}.our_missionIRXPj .knowledge_studiorgN8D:last-child {
    transform: translateY(-10px);
}.our_missionIRXPj .knowledge_studiorgN8D:hover:first-child {
    transform: translateY(35px);
}.our_missionIRXPj .knowledge_studiorgN8D:hover:last-child {
    transform: translateY(-15px);
}.our_missionIRXPj .knowledge_studiorgN8D div {
    flex: 1;
    max-height: none;
}
}

@media (min-width: 1024px) {.our_missionIRXPj {
    padding: 10rem 0;
}.our_missionIRXPj::before {
    background-size: 80px 80px;
}.our_missionIRXPj .container {
    padding: 0 4rem;
}.our_missionIRXPj h1 {
    margin-bottom: 5rem;
    font-size: calc(47px * 1.4);
}.our_missionIRXPj h1::after {
    width: 140px;
}.our_missionIRXPj .knowledge_studiorgN8D {
    padding: 3rem;
}.our_missionIRXPj .knowledge_studiorgN8D h4 {
    margin-bottom: 2rem;
    font-size: calc(22px * 1.1);
}.our_missionIRXPj .knowledge_studiorgN8D div {
    line-height: 1.9;
    font-size: calc(17px * 1.05);
}
}

@media (max-width: 767px) {.our_missionIRXPj {
    padding: 4rem 0;
}.our_missionIRXPj h1 {
    text-align: center;
    margin-bottom: 2.5rem;
}.our_missionIRXPj h1::after {
    transform: translateX(-50%) scaleX(0);
    left: 50%;
}.our_missionIRXPj .knowledge_studiorgN8D {
    margin-bottom: 2rem;
    padding: 1.8rem;
}.our_missionIRXPj .knowledge_studiorgN8D h4 {
    margin-bottom: 1rem;
}.our_missionIRXPj .knowledge_studiorgN8D div {
    max-height: 200px;
}}.user_testimonialseSIVv {
    padding: 120px 0 80px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(222,222,236) 0%, rgba(rgb(156,154,186,0.5), 0.05) 100%);
}.user_testimonialseSIVv::before {
    height: 100%;
    top: 0;
    background: radial-gradient(circle at 20% 30%, rgba(rgb(189,194,217,0.5), 0.07) 0%, transparent 60%);
    width: 100%;
    z-index: 1;
    left: 0;
    content: "";
    position: absolute;
}.user_testimonialseSIVv::after {
    background: radial-gradient(circle, rgba(rgb(156,154,186,0.5), 0.1) 0%, transparent 70%);
    right: -5%;
    height: 30%;
    position: absolute;
    content: "";
    z-index: 1;
    width: 30%;
    bottom: -5%;
}.user_testimonialseSIVv .container {
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
}.user_testimonialseSIVv h2 {
    transform: translateX(5px);
    text-align: left;
    position: relative;
    color: #000000;
    margin-bottom: 50px;
    letter-spacing: -0.5px;
    font-weight: 700;
    font-size: 32px;
}.user_testimonialseSIVv h2::after {
    bottom: -12px;
    animation: pulse 3s infinite alternate;
    height: 3px;
    background: linear-gradient(90deg, rgb(189,194,217) 0%, rgb(156,154,186) 100%);
    content: "";
    position: absolute;
    transform-origin: left center;
    left: 0;
    width: 80px;
}.user_testimonialseSIVv .learner_viewsZ8On2 {
    display: grid;
    margin: 0;
    padding: 0;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
}.user_testimonialseSIVv .testimonials_propacsq {
    position: relative;
    background: #ffffff;
    border-radius: 10px;
    isolation: isolate;
    box-shadow: 0 8px 30px rgba(rgba(0, 0, 0, 0.5), 0.05);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    padding: 30px 25px;
    overflow: hidden;
    z-index: 1;
}.user_testimonialseSIVv .testimonials_propacsq:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(rgba(0, 0, 0, 0.5), 0.1);
}.user_testimonialseSIVv .testimonials_propacsq::before {
    line-height: 1;
    right: 20px;
    font-family: serif;
    top: -20px;
    font-size: 150px;
    color: rgba(rgb(189,194,217,0.5), 0.05);
    position: absolute;
    content: "";
    z-index: -1;
}.user_testimonialseSIVv .testimonials_propacsq::after {
    bottom: 0;
    height: 4px;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, rgb(189,194,217) 0%, rgb(156,154,186) 100%);
    left: 0;
    transform: scaleX(0);
    content: "";
    transform-origin: left;
    transition: transform 0.4s ease-out;
}.user_testimonialseSIVv .testimonials_propacsq:hover::after {
    transform: scaleX(1);
}.user_testimonialseSIVv .testimonials_propacsq div {
    align-items: center;
    display: flex;
    margin-bottom: 20px;
}.user_testimonialseSIVv .testimonials_propacsq img {
    border: 3px solid #ffffff;
    height: 60px;
    box-shadow: 0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.1);
    border-radius: 50%;
    transition: transform 0.3s ease;
    object-fit: cover;
    width: 60px;
}.user_testimonialseSIVv .testimonials_propacsq:hover img {
    transform: scale(1.1);
}.user_testimonialseSIVv .testimonials_propacsq h4 {
    font-size: 21px;
    margin: 0 0 0 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    position: relative;
    color: #000000;
}.user_testimonialseSIVv .testimonials_propacsq h4::after {
    position: absolute;
    height: 2px;
    width: 0;
    content: "";
    background-color: rgb(156,154,186);
    transition: width 0.3s ease;
    left: 0;
    bottom: -5px;
}.user_testimonialseSIVv .testimonials_propacsq:hover h4::after {
    width: 100%;
}.user_testimonialseSIVv .testimonials_propacsq .description {
    font-size: 16px;
    position: relative;
    line-height: 1.6;
    transition: transform 0.3s ease;
    color: #000000;
    margin: 0;
}.user_testimonialseSIVv .testimonials_propacsq:hover .description {
    transform: translateY(-3px);
}.user_testimonialseSIVv a {
    font-weight: 600;
    font-size: 14px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(189,194,217) 0%, rgb(156,154,186) 100%);
    position: relative;
    color: #ffffff;
    box-shadow: 0 8px 25px rgba(rgb(189,194,217,0.5), 0.3);
    margin-top: 50px;
    text-decoration: none;
    border-radius: 10px;
    padding: 14px 32px;
    transition: all 0.3s ease;
    display: inline-block;
    z-index: 1;
}.user_testimonialseSIVv a::before {
    top: 0;
    content: "";
    transition: opacity 0.4s ease;
    left: 0;
    height: 100%;
    z-index: -1;
    width: 100%;
    opacity: 0;
    background: linear-gradient(135deg, rgb(156,154,186) 0%, rgb(189,194,217) 100%);
    position: absolute;
}.user_testimonialseSIVv a:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(rgb(189,194,217,0.5), 0.4);
}.user_testimonialseSIVv a:hover::before {
    opacity: 1;
}

@keyframes pulse {
    0%, 100% {
        transform: scaleX(1);
    }
    50% {
        transform: scaleX(1.2);
    }
}

@media (max-width: 1200px) {.user_testimonialseSIVv {
    padding: 100px 0 70px;
}.user_testimonialseSIVv .learner_viewsZ8On2 {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media (max-width: 992px) {.user_testimonialseSIVv {
    padding: 80px 0 60px;
}.user_testimonialseSIVv h2 {
    margin-bottom: 40px;
    font-size: calc(32px * 0.9);
}.user_testimonialseSIVv .learner_viewsZ8On2 {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.user_testimonialseSIVv .testimonials_propacsq {
    padding: 25px 20px;
}
}

@media (max-width: 768px) {.user_testimonialseSIVv {
    padding: 70px 0 50px;
}.user_testimonialseSIVv h2 {
    font-size: calc(32px * 0.8);
    margin-bottom: 35px;
}.user_testimonialseSIVv .learner_viewsZ8On2 {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 20px;
}.user_testimonialseSIVv .testimonials_propacsq {
    padding: 20px 18px;
}.user_testimonialseSIVv .testimonials_propacsq div {
    margin-bottom: 15px;
}.user_testimonialseSIVv .testimonials_propacsq img {
    height: 50px;
    width: 50px;
}.user_testimonialseSIVv a {
    padding: 12px 26px;
    margin-top: 40px;
}
}

@media (max-width: 576px) {.user_testimonialseSIVv {
    padding: 60px 0 40px;
}.user_testimonialseSIVv h2 {
    margin-bottom: 30px;
    font-size: calc(32px * 0.7);
}.user_testimonialseSIVv .testimonials_propacsq {
    padding: 18px 15px;
}.user_testimonialseSIVv .testimonials_propacsq img {
    height: 45px;
    width: 45px;
}.user_testimonialseSIVv .testimonials_propacsq h4 {
    font-size: calc(21px * 0.9);
}.user_testimonialseSIVv .testimonials_propacsq .description {
    font-size: calc(16px * 0.95);
}.user_testimonialseSIVv a {
    font-size: calc(14px * 0.9);
    padding: 10px 22px;
}}.operation_processqvASt {
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(222,222,236) 0%, rgba(245, 245, 250, 0.9) 100%);
    position: relative;
    overflow: hidden;
}.operation_processqvASt::before {
    top: 0;
    position: absolute;
    opacity: 0.15;
    transform: perspective(1000px) rotateX(5deg);
    bottom: 0;
    content: "";
    background-image: 
        linear-gradient(30deg, rgb(156,154,186,0.5) 1px, transparent 1px),
        linear-gradient(120deg, rgb(156,154,186,0.5) 1px, transparent 1px);
    right: 0;
    z-index: 1;
    background-size: 60px 60px;
    left: 0;
}.operation_processqvASt::after {
    width: 40%;
    transform-origin: top right;
    animation: float 15s ease-in-out infinite alternate;
    content: "";
    position: absolute;
    top: -10%;
    filter: blur(80px);
    z-index: 0;
    right: -10%;
    height: 70%;
    background: linear-gradient(to bottom right, rgb(189,194,217,0.5), rgb(156,154,186,0.5));
    opacity: 0.1;
}.operation_processqvASt .smart_studycZp97 {
    position: relative;
    perspective: 1000px;
    padding: 0 30px;
    z-index: 2;
    max-width: 1200px;
    transform-style: preserve-3d;
    margin: 0 auto;
}.operation_processqvASt h2 {
    font-weight: 700;
    letter-spacing: -0.5px;
    font-size: 28px;
    margin-bottom: 40px;
    position: relative;
    color: #000000;
    transform: translateZ(20px);
    text-align: center;
}.operation_processqvASt h2::after {
    position: absolute;
    background: linear-gradient(90deg, rgb(189,194,217), rgb(156,154,186));
    bottom: -15px;
    height: 3px;
    transform: translateX(-50%);
    width: 80px;
    box-shadow: 0 5px 15px rgba(rgb(189,194,217,0.5), 0.3);
    content: "";
    left: 50%;
}.operation_processqvASt .text_wrapper8EQn0 {
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.05),
        0 5px 15px rgba(0, 0, 0, 0.03);
    overflow: hidden;
    background: #ffffff;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.5s ease;
    position: relative;
    border-radius: 4px;
    padding: 40px;
    transform: translateZ(10px) perspective(1000px);
}.operation_processqvASt .text_wrapper8EQn0::before {
    height: 100%;
    background: linear-gradient(to bottom, rgb(189,194,217), rgb(156,154,186));
    width: 5px;
    top: 0;
    position: absolute;
    content: "";
    left: 0;
}.operation_processqvASt .text_wrapper8EQn0 p {
    margin: 0;
    color: #000000;
    z-index: 2;
    line-height: 1.8;
    font-size: 15px;
    position: relative;
}.operation_processqvASt .text_wrapper8EQn0::after {
    background: linear-gradient(135deg, transparent, rgb(156,154,186,0.5));
    height: 150px;
    bottom: -50px;
    z-index: 1;
    border-radius: 50%;
    width: 150px;
    right: -50px;
    position: absolute;
    opacity: 0.1;
    content: "";
}.operation_processqvASt .smart_studycZp97:hover .text_wrapper8EQn0 {
    transform: translateZ(15px) perspective(1000px) rotateX(2deg);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 10px 20px rgba(0, 0, 0, 0.05);
}

@keyframes float {
    0% {
        transform: translateY(0) rotate(0);
    }
    50% {
        transform: translateY(-20px) rotate(5deg);
    }
    100% {
        transform: translateY(0) rotate(-2deg);
    }
}

@media (max-width: 991px) {.operation_processqvASt {
    padding: 80px 0;
}.operation_processqvASt::before {
    background-size: 40px 40px;
}.operation_processqvASt .text_wrapper8EQn0 {
    padding: 30px;
}.operation_processqvASt h2 {
    font-size: calc(28px * 0.9);
}
}

@media (max-width: 767px) {.operation_processqvASt {
    padding: 60px 0;
}.operation_processqvASt h2 {
    margin-bottom: 30px;
    font-size: calc(28px * 0.8);
}.operation_processqvASt .text_wrapper8EQn0 {
    padding: 25px;
}.operation_processqvASt .text_wrapper8EQn0 p {
    font-size: calc(15px * 0.95);
}.operation_processqvASt::before {
    opacity: 0.1;
}
}

@media (max-width: 575px) {.operation_processqvASt {
    padding: 50px 0;
}.operation_processqvASt .smart_studycZp97 {
    padding: 0 20px;
}.operation_processqvASt h2 {
    margin-bottom: 25px;
    font-size: calc(28px * 0.7);
}.operation_processqvASt .text_wrapper8EQn0 {
    padding: 20px;
}.operation_processqvASt .text_wrapper8EQn0::before {
    width: 3px;
}.operation_processqvASt h2::after {
    bottom: -10px;
    width: 60px;
}}.plan_blocklig6d {
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(222,222,236) 0%, rgb(189,194,217,0.5) 100%);
    overflow: hidden;
    position: relative;
}.plan_blocklig6d::before {
    left: 0;
    position: absolute;
    width: 100%;
    content: "";
    height: 100%;
    z-index: 0;
    background: radial-gradient(circle at 30% 70%, rgb(156,154,186,0.5) 0%, transparent 60%);
    top: 0;
    pointer-events: none;
}.plan_blocklig6d .container {
    position: relative;
    z-index: 1;
    padding: 0 15px;
    max-width: 1320px;
    margin: 0 auto;
}.plan_blocklig6d .plan_matrixYfDhe {
    flex-direction: column-reverse;
    position: relative;
    display: flex;
    gap: 60px;
}.plan_blocklig6d .learn_feesNTlVs {
    max-width: 100%;
    transform: perspective(1000px) rotateX(0deg);
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-left: 3px solid rgb(189,194,217);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 90%);
    backdrop-filter: blur(10px);
}.plan_blocklig6d .learn_feesNTlVs:hover {
    transform: perspective(1000px) rotateX(2deg);
}.plan_blocklig6d .learn_feesNTlVs h2 {
    font-weight: 700;
    transform: translateZ(0);
    margin-bottom: 20px;
    line-height: 1.3;
    background: linear-gradient(90deg, rgb(189,194,217), rgb(156,154,186));
    -webkit-background-clip: text !important;
    background-clip: text !important;
    color: transparent;
    letter-spacing: -0.02em;
    font-size: 38px;
}.plan_blocklig6d .learn_feesNTlVs .learning_feetfNsy {
    margin-bottom: 0;
    max-width: 700px;
    font-size: 16px;
    overflow-wrap: break-word;
    word-break: break-word;
    color: #000000;
    line-height: 1.6;
}.plan_blocklig6d .training_sub3Fm0j {
    gap: 30px;
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
}.plan_blocklig6d .price_gridDWKL8 {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: translateY(0);
    position: relative;
    display: block;
    border-radius: 4px;
    overflow: hidden;
    text-decoration: none;
}.plan_blocklig6d .price_gridDWKL8:hover {
    z-index: 5;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}.plan_blocklig6d .plan_optionsU46bI {
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 95%);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, 0.06);
    display: flex;
    height: 100%;
    overflow: hidden;
}.plan_blocklig6d .plan_optionsU46bI::before {
    transform-origin: left;
    height: 5px;
    width: 100%;
    content: "";
    transition: transform 0.4s ease-out;
    background: linear-gradient(90deg, rgb(189,194,217), rgb(156,154,186));
    left: 0;
    position: absolute;
    transform: scaleX(0.8);
    top: 0;
}.plan_blocklig6d .price_gridDWKL8:hover .plan_optionsU46bI::before {
    transform: scaleX(1);
}.plan_blocklig6d .group_ratesJAxl5 {
    padding: 30px;
    flex-direction: column;
    display: flex;
    z-index: 1;
    flex: 1;
    position: relative;
}.plan_blocklig6d .group_ratesJAxl5 h3 {
    transform-origin: left;
    font-size: calc(21px + 2px);
    overflow: hidden;
    white-space: nowrap;
    font-weight: 700;
    margin-bottom: 15px;
    text-overflow: ellipsis;
    position: relative;
    transition: transform 0.3s ease;
    color: #000000;
}.plan_blocklig6d .price_gridDWKL8:hover .group_ratesJAxl5 h3 {
    color: rgb(189,194,217);
    transform: translateX(5px) scale(1.03);
}.plan_blocklig6d .learn_pricingWkSYJ {
    font-weight: 700;
    color: rgb(156,154,186);
    display: inline-block;
    position: relative;
    font-size: calc(21px + 4px);
    margin-bottom: 20px;
}.plan_blocklig6d .learn_pricingWkSYJ::after {
    position: absolute;
    width: 50px;
    height: 3px;
    left: 0;
    transform-origin: left;
    bottom: -5px;
    content: "";
    transform: scaleX(0.5);
    background: rgb(189,194,217);
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}.plan_blocklig6d .price_gridDWKL8:hover .learn_pricingWkSYJ::after {
    transform: scaleX(1);
}.plan_blocklig6d .group_ratesJAxl5 p {
    -webkit-line-clamp: 5;
    color: #000000;
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    word-break: break-word;
    overflow: hidden;
    flex: 1;
    line-height: 1.6;
    font-size: 16px;
    overflow-wrap: break-word;
}.plan_blocklig6d .lightbox_imageLwp7x {
    overflow: hidden;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    height: 200px;
}.plan_blocklig6d .lightbox_imageLwp7x::after {
    height: 100%;
    position: absolute;
    top: 0;
    content: "";
    pointer-events: none;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.3) 100%);
    left: 0;
    width: 100%;
}.plan_blocklig6d .price_gridDWKL8:hover .lightbox_imageLwp7x {
    transform: scale(1.05);
}

@media (min-width: 768px) {.plan_blocklig6d .training_sub3Fm0j {
    grid-template-columns: repeat(2, 1fr);
}.plan_blocklig6d .learn_feesNTlVs {
    padding: 40px;
}.plan_blocklig6d .group_ratesJAxl5 {
    padding: 30px 35px;
}.plan_blocklig6d .lightbox_imageLwp7x {
    height: 240px;
}
}

@media (min-width: 992px) {.plan_blocklig6d .plan_matrixYfDhe {
    flex-direction: row;
    align-items: stretch;
    gap: 40px;
}.plan_blocklig6d .learn_feesNTlVs {
    display: flex;
    width: 30%;
    justify-content: center;
    padding: 50px 40px;
    flex-direction: column;
}.plan_blocklig6d .training_sub3Fm0j {
    width: 70%;
    grid-template-columns: repeat(2, 1fr);
}.plan_blocklig6d .group_ratesJAxl5 {
    padding: 30px;
}.plan_blocklig6d .group_ratesJAxl5 p {
    -webkit-line-clamp: 6;
}
}

@media (min-width: 1200px) {.plan_blocklig6d {
    padding: 120px 0;
}.plan_blocklig6d .training_sub3Fm0j {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.plan_blocklig6d .learn_feesNTlVs h2 {
    font-size: calc(38px + 4px);
}.plan_blocklig6d .group_ratesJAxl5 h3 {
    font-size: calc(21px + 4px);
}.plan_blocklig6d .learn_pricingWkSYJ {
    font-size: calc(21px + 8px);
}.plan_blocklig6d .lightbox_imageLwp7x {
    height: 280px;
}
}

@media (min-width: 1400px) {.plan_blocklig6d .training_sub3Fm0j {
    grid-template-columns: repeat(2, 1fr);
}.plan_blocklig6d .group_ratesJAxl5 p {
    -webkit-line-clamp: 7;
}
}

@media (hover: hover) {.plan_blocklig6d .price_gridDWKL8 {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.plan_blocklig6d .price_gridDWKL8:hover {
    transform: translateY(-10px) scale(1.02);
}}.cookieAlertContainernO9VQ {
    position: fixed;
    bottom: 0;
    z-index: 90;
    width: 100%;
    border-top: 2px solid rgb(189,194,217);
    background: rgb(222,222,236);
}.cookie_frame0SrdD {
    align-items: center;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
}.cookieAlertContainernO9VQ h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.cookieAlertContainernO9VQ p {
    font-size: 18px;
}.track_ackP7HL8 {
    margin-right: 10px;
    flex-shrink: 0;
}.track_ackP7HL8 svg, .track_ackP7HL8 svg path, .track_ackP7HL8 img {
    width: 100px;
    fill: rgb(189,194,217);
    height: 100px;
}.user_choiceshG95X {
    margin-left: 10px;
    font-size: 24px;
    text-decoration: none;
    min-width: 120px;
    white-space: nowrap;
    color: rgb(189,194,217);
    text-align: center;
    cursor: pointer;
    flex-shrink: 0;
    border-bottom: 2px solid rgb(189,194,217);
    line-height: 35px;
}.cookieAlertContainernO9VQ p a {
    text-decoration: none;
    color: rgb(189,194,217);
}
@media only screen and (max-width: 1200px) {.cookieAlertContainernO9VQ {
    padding: 20px;
}}
#cookieBannerPromptRcslF {
    display: none;
}#cookieBannerPromptRcslF:checked ~ .cookieAlertContainernO9VQ {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 800px) {.track_ackP7HL8 {
    display: none;
}.cookie_frame0SrdD {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.cookieAlertContainernO9VQ h5 {
    text-align: center;
}.cookieAlertContainernO9VQ p {
    text-align: center;
}.online_trackingQ0htc {
    margin-bottom: 20px;
}body .wrapper-segmentq2Yoz .user_choiceshG95X {
    margin-left: 0;
}
}