.ar_tools_VW {
    flex: 0 0 auto;
}

.ar_tools_VW {
    position: relative;
    color: #ffffff;
    padding: 4rem 0 2rem;
}

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

.wrapping-container_dn {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    height: 100%;
}

header .nav_header_IM::after {
    opacity: 0.1;
    height: 100px;
    z-index: -2;
    left: -25%;
    top: -50px;
    position: absolute;
    width: 150%;
    background: rgb(168,199,187);
    content: "";
    transform: rotate(-2deg);
}

header .nav_pagewrap_jK {
    z-index: 2;
    position: relative;
}

header .nav_wrap_Nd {
    padding: 15px;
    transform: rotate(-3deg);
    transition: all 0.3s ease;
    position: relative;
    border-radius: 10px;
    background: #ffffff;
    display: block;
    box-shadow: 5px 5px 0 rgb(168,199,187,0.5);
}

header .nav_wrap_Nd svg {
    width: auto;
    height: 45px;
    filter: drop-shadow(2px 2px 0 rgba(0, 0, 0, 0.5));
}

header .top_train_za:hover::before {
    width: 100%;
}

header .head_master_AZ {
    margin: 5px 3px;
    position: relative;
}

header .head_master_AZ:nth-child(even) {
    transform: translateY(3px);
}

header .head_master_AZ a::before {
    transform-origin: top;
    right: 0;
    position: absolute;
    height: 100%;
    content: "";
    top: 0;
    background: rgb(168,199,187);
    transform: scaleY(0);
    transition: transform 0.3s ease;
    width: 5px;
}

header .head_master_AZ a:hover {
    transform: translateX(5px);
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.5);
    color: rgb(168,199,187);
    border-left-color: rgb(168,199,187);
}

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

.newsletter_subscription_Un .value_prop_EI {
    background: #ffffff;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s ease;
    padding: 3rem;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    border-radius: 12px;
    box-shadow: 
        12px 12px 24px rgba(0, 0, 0, 0.03),
        -12px -12px 24px rgba(255, 255, 255, 0.8),
        inset 2px 2px 5px rgba(255, 255, 255, 0.4),
        inset -2px -2px 5px rgba(0, 0, 0, 0.05);
}

.newsletter_subscription_Un .value_prop_EI:hover h3::after {
    width: 5rem;
}

.newsletter_subscription_Un .input_holder div {
    position: relative;
    flex: 1;
    min-width: 200px;
}

.newsletter_subscription_Un input[type="email"]:focus {
    transform: translateY(-2px);
    box-shadow: 
        0 5px 15px -5px rgb(168,199,187,0.5),
        inset 2px 2px 5px rgba(0, 0, 0, 0.03),
        inset -2px -2px 5px rgba(255, 255, 255, 0.6);
    border-color: rgb(168,199,187,0.5);
    outline: none;
}

.newsletter_subscription_Un .subscribe_now_vM {
    position: relative;
    border-radius: 8px;
    font-family: Arial, sans-serif;
    font-weight: 600;
    overflow: hidden;
    cursor: pointer;
    padding: 1rem 2rem;
    color: #ffffff;
    background: linear-gradient(135deg, rgb(168,199,187) 0%, rgba(86, 58, 250, 1) 100%);
    border: none;
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 
        6px 6px 12px rgba(0, 0, 0, 0.1),
        -6px -6px 12px rgba(255, 255, 255, 0.7),
        inset 1px 1px 2px rgba(255, 255, 255, 0.3);
    font-size: 18px;
}

.location_info_Oh::before {
    background: linear-gradient(145deg, rgb(168,199,187,0.5) 0%, rgb(123,168,154,0.5) 100%);
    z-index: 0;
    right: -5%;
    transform: rotate(-15deg) skewX(15deg);
    content: "";
    width: 40%;
    filter: blur(20px);
    top: -10%;
    opacity: 0.6;
    height: 70%;
    position: absolute;
}

.location_info_Oh h1:hover {
    transform: perspective(500px) translateZ(20px);
}

.location_info_Oh .learn_chat_eI {
    gap: 30px;
    position: relative;
    background: #ffffff;
    grid-template-columns: 1fr;
    backdrop-filter: blur(5px);
    padding: 40px 30px;
    transform: perspective(1000px) rotateX(2deg);
    display: grid;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.location_info_Oh h6 {
    align-items: center;
    font-size: 22px;
    font-weight: 600;
    display: flex;
    margin-bottom: 10px;
    color: #000000;
    text-transform: capitalize;
}

.location_info_Oh .learn_talk_KD {
    gap: 15px;
    flex-direction: column;
    display: flex;
}

.location_info_Oh .learn_talk_KD > div:hover {
    transform: translateX(5px);
}

.location_info_Oh .ask_team_Gc:hover {
    color: rgb(168,199,187);
}

.location_info_Oh .ask_team_Gc:hover::before {
    width: calc(100% - 34px);
}

.location_info_Oh .ask_team_Gc svg {
    margin-left: 10px;
    transition: all 0.3s ease;
}

.location_info_Oh svg {
    height: 24px;
    width: 24px;
    transition: all 0.3s ease;
}

.course_benefits_OB::before {
    top: 0;
    left: -10%;
    content: '';
    opacity: 0.1;
    height: 100%;
    position: absolute;
    background-image: 
        repeating-linear-gradient(0deg, transparent, transparent 20px, rgb(168,199,187,0.5) 20px, rgb(168,199,187,0.5) 21px),
        repeating-linear-gradient(90deg, transparent, transparent 20px, rgb(168,199,187,0.5) 20px, rgb(168,199,187,0.5) 21px);
    width: 120%;
    z-index: 1;
}

.course_benefits_OB .img_icon_sh {
    grid-column: 1 / span 6;
    position: relative;
    border-radius: 0;
    transform: translateX(-5vw);
    height: 100%;
    z-index: 1;
    clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
    min-height: 450px;
    grid-row: 2;
}

.course_benefits_OB .text_main_holder > div {
    border-radius: 27px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: translateX(5vw);
    align-items: flex-start;
    padding: 1.5rem;
    display: flex;
    position: relative;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}

.course_benefits_OB .text_main_holder svg {
    width: 2.5rem;
    height: 2.5rem;
    fill: rgb(168,199,187);
    transition: all 0.3s ease;
    margin-right: 1rem;
    flex-shrink: 0;
}

.course_benefits_OB .text_main_holder p {
    color: #000000;
    margin: 0;
    font-size: 18px;
    line-height: 1.6;
}

.privacy_preserve_vA:after {
    bottom: -75px;
    width: 150px;
    height: 150px;
    right: -75px;
}

.privacy_preserve_vA h1 {
    z-index: 1;
    font-size: 42px;
    padding-bottom: 10px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 20px;
    border-bottom: 2px solid rgb(168,199,187);
    color: #000000;
    position: relative;
}

.privacy_preserve_vA li {
    line-height: 1.6;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
    font-size: 13px;
}

.privacy_preserve_vA div {
    margin-bottom: 20px;
    z-index: 1;
    line-height: 1.8;
    background: #ffffff;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    position: relative;
    border-radius: 10px;
}

.privacy_preserve_vA a {
    color: rgb(123,168,154);
    z-index: 1;
    position: relative;
    text-decoration: none;
    font-weight: 400;
    border-bottom: 1px solid rgb(123,168,154,0.5);
}

.course_highlights_uC {
    padding: 100px 0;
    background: rgb(212,227,220);
    position: relative;
    overflow: hidden;
}

.course_highlights_uC .knowledge_route_eM {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
}

.course_highlights_uC .text_title_Mn .description {
    margin-bottom: 20px;
    font-size: 17px;
    color: #000000;
    text-align: center;
    line-height: 1.7;
}

.course_highlights_uC .img_icon_sh {
    height: 100%;
    position: absolute;
    object-fit: cover;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}

.thanksPart_iu::before {
    top: 0;
    transform: translateZ(-10px);
    height: 100%;
    position: absolute;
    content: "";
    background-image: repeating-linear-gradient(
        45deg,
        rgb(123,168,154,0.5) 0px,
        rgb(123,168,154,0.5) 1px,
        transparent 1px,
        transparent 12px
    );
    left: 0;
    width: 100%;
    opacity: 0.07;
    z-index: 0;
}

.thanksPart_iu h2::after {
    position: absolute;
    bottom: -12px;
    left: 0;
    content: "";
    height: 4px;
    width: 120px;
    animation: lineExpand 1.2s 0.4s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(168,199,187) 0%, rgb(123,168,154) 100%);
    transform-origin: left;
}

.thanksPart_iu li::before {
    box-shadow: 0 0 0 4px rgb(123,168,154,0.5);
    width: 8px;
    border-radius: 50%;
    animation: pulse 3s infinite;
    content: "";
    height: 8px;
    top: 8px;
    position: absolute;
    left: 0;
    background-color: rgb(123,168,154);
}

.audience_profile_FH::before {
    content: "";
    z-index: 0;
    position: absolute;
    background-size: 60px 60px;
    width: 100%;
    height: 100%;
    opacity: 0.05;
    background: 
        linear-gradient(45deg, rgb(168,199,187,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(123,168,154,0.5) 25%, transparent 25%);
    top: 0;
    left: 0;
}

.audience_profile_FH div {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.audience_profile_FH div p::before {
    top: 5px;
    border-radius: calc(20px - 5px);
    height: calc(100% - 10px);
    content: "";
    left: 5px;
    opacity: 0.4;
    background: #ffffff;
    z-index: -1;
    transition: all 0.3s ease;
    position: absolute;
    border: 1px solid rgb(168,199,187,0.5);
    width: calc(100% - 10px);
}

.audience_profile_FH div p:hover::before {
    top: 10px;
    left: 10px;
}

.audience_profile_FH div p:hover svg {
    transform: rotate(15deg);
    background: rgb(168,199,187,0.5);
}

.audience_profile_FH div p:hover svg path {
    fill: rgb(123,168,154);
}

.plan_deck_Ar::before {
    height: 300px;
    background: linear-gradient(135deg, rgb(123,168,154,0.5), rgb(168,199,187,0.5));
    border-radius: 50%;
    top: -50px;
    content: "";
    width: 300px;
    z-index: 0;
    position: absolute;
    filter: blur(60px);
    right: -50px;
}

.plan_deck_Ar .plan_matrix_dp h2 {
    color: #000000;
    display: inline-block;
    font-weight: 700;
    position: relative;
    margin-bottom: 1.5rem;
    font-size: calc(38px * 1.1);
}

.plan_deck_Ar .training_fees_Xc {
    display: grid;
    perspective: 1000px;
    grid-template-columns: 1fr;
    gap: 2rem;
}

.plan_deck_Ar .study_rates_CD {
    transition: all 0.4s ease;
    display: flex;
    justify-content: space-between;
    min-height: 430px;
    z-index: 1;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    flex-direction: column;
    background: #ffffff;
    position: relative;
}

.plan_deck_Ar .indv_sub_IY:hover h3::before {
    width: 100%;
}

.plan_deck_Ar .sub_options_Cq::after {
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    border-radius: 3px;
    left: -10px;
    background: rgb(168,199,187);
    position: absolute;
    content: "";
}

.plan_deck_Ar .indv_sub_IY:nth-child(2) .study_rates_CD {
    border-top: 4px solid rgb(123,168,154);
}

.plan_deck_Ar .indv_sub_IY:nth-child(4) .study_rates_CD {
    border-top: 4px solid #00b894;
}

.title_welcome_hx .pedagogy_info_xL {
    transform: translateX(-10px);
    animation: slideInLeft 0.8s ease-out forwards;
    opacity: 0;
    position: relative;
    margin-bottom: 3rem;
}

.title_welcome_hx .online_tech_Bn::after {
    width: 0;
    height: 3px;
    content: "";
    background: linear-gradient(90deg, rgb(168,199,187), rgb(123,168,154));
    animation: lineGrow 1.2s ease-out 0.5s forwards;
    position: absolute;
    bottom: 0;
    left: 0;
}

.title_welcome_hx .edu_title_Mu:hover::before {
    opacity: 0.6;
}

.title_welcome_hx .edu_title_Mu > div > div {
    animation: slideInLeft 0.8s ease-out 0.6s forwards;
    transform: translateX(-15px);
    margin-bottom: 2rem;
    opacity: 0;
}

.title_welcome_hx .edu_title_Mu p {
    position: relative;
    line-height: 1.6;
    font-size: calc(13px * 1.2);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    padding-left: 1rem;
    max-width: 80%;
    margin: 0 0 1.5rem;
}

.title_welcome_hx .edu_title_Mu h3::after {
    left: 0;
    animation: scaleHorizontal 0.5s ease-out 1.3s forwards;
    transform: scaleX(0);
    background: rgb(123,168,154);
    width: 60px;
    position: absolute;
    bottom: 0;
    transform-origin: left;
    content: "";
    height: 2px;
}

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

.teacher_profile_yr .student_insights_Ka {
    border-left: 5px solid rgb(168,199,187);
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
    gap: 2.5rem;
    padding: 3rem;
    transform: perspective(1000px) rotateY(1deg) translateZ(0);
    transition: transform 0.5s ease-out, box-shadow 0.5s ease-out;
    display: grid;
    grid-template-columns: 1fr;
    background: #ffffff;
}

.teacher_profile_yr .name::after {
    background: linear-gradient(90deg, rgb(168,199,187) 0%, transparent 100%);
    content: "";
    left: 0;
    width: 40%;
    transition: width 0.4s ease;
    position: absolute;
    bottom: -8px;
    height: 3px;
}

.teacher_profile_yr .exp_section_zd {
    padding-left: 1.5rem;
    position: relative;
    line-height: 1.8;
    margin: 0;
    color: #000000;
    font-size: 13px;
}

footer {
    position: relative;
    z-index: 1;
}

footer::after {
    background-image: 
        radial-gradient(circle at 25% 25%, rgb(123,168,154) 1px, transparent 1px),
        radial-gradient(circle at 75% 75%, rgb(123,168,154) 1px, transparent 1px),
        radial-gradient(circle at 25% 75%, rgb(123,168,154) 1px, transparent 1px),
        radial-gradient(circle at 75% 25%, rgb(123,168,154) 1px, transparent 1px);
    position: absolute;
    opacity: 0.1;
    z-index: -1;
    right: 0;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    background-size: 50px 50px;
}

.ar_tools_VW .company_holder h3 {
    position: relative;
    background: rgb(123,168,154);
    margin: 0;
    font-size: 34px;
    border-top-right-radius: 10px;
    font-weight: 700;
    color: #ffffff;
    padding: 1.5rem 2rem;
    border-top-left-radius: 10px;
}

.ar_tools_VW .company_holder h3::after {
    width: 10px;
    content: "";
    height: 10px;
    transform: translateY(-50%);
    top: 50%;
    border-radius: 50%;
    position: absolute;
    background: #ffffff;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
    right: 15px;
}

.ar_tools_VW .donate_books_Jj::after {
    border-radius: 50%;
    width: 20px;
    right: -10px;
    bottom: 2rem;
    background: rgb(123,168,154);
    position: absolute;
    height: 20px;
    content: "";
    opacity: 0.6;
}

.ar_tools_VW .top_train_za::before {
    background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.05) 10px, rgba(255, 255, 255, 0.05) 20px);
    left: 0;
    border-radius: 10px;
    position: absolute;
    z-index: -1;
    bottom: 0;
    top: 0;
    right: 0;
    content: "";
}

.ar_tools_VW .top_train_za .main_learning_LG {
    flex-direction: column;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    gap: 2px;
}

.ar_tools_VW .top_train_za .main_learning_LG a::before {
    top: 50%;
    height: 6px;
    transform: translateY(-50%);
    background: rgb(123,168,154);
    position: absolute;
    transition: all 0.3s ease;
    left: 0.7rem;
    content: "";
    border-radius: 50%;
    width: 6px;
}

.license_cta_wy .container::before,
.license_cta_wy .container::after {
    position: absolute;
    top: 50%;
    width: 15px;
    background: rgb(168,199,187);
    content: "";
    height: 15px;
    border-radius: 50%;
    transform: translateY(-50%);
}

.license_cta_wy .container::before {
    left: 15%;
}

.license_cta_wy .enroll_info_fH::before,
.license_cta_wy .enroll_info_fH::after {
    content: "";
    position: absolute;
    background: rgb(168,199,187);
    height: 1px;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
}

.license_cta_wy .enroll_info_fH::before {
    margin-right: 15px;
    right: 100%;
}

.cookie_panel_AK {
    margin-right: 10px;
    flex-shrink: 0;
}

.cookieNotificationBanner_gU p a {
    color: rgb(168,199,187);
    text-decoration: none;
}

#cookieUsageWindow_qK {
    display: none;
}


.wrapping-container_dn .learn_prefs_ve {
    justify-content: flex-end;
}

.wrapping-container_dn .cookie_overlay_dL {
    background: rgb(168,199,187);
    padding: 10px;
    color: #ffffff;
    margin-left: 30px;
    font-size: 20px;
}



.user_feedback_ms::after {
    top: -50%;
    height: 200%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
    z-index: 0;
    transform: rotate(30deg);
    right: -20%;
    opacity: 0.1;
    position: absolute;
    width: 70%;
    background: rgb(168,199,187,0.5);
    content: "";
}

.user_feedback_ms .learner_feedback_aX {
    position: relative;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 3rem;
    display: grid;
}

.user_feedback_ms .student_insights_Ka::before {
    height: 100%;
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 85%, 
        85% 100%, 
        0% 100%
    );
    transition: all 0.5s ease;
    content: "";
    width: 100%;
    z-index: -1;
    transform: translateY(10px) translateX(10px);
    left: 0;
    position: absolute;
    background: linear-gradient(
        135deg,
        rgb(168,199,187,0.5),
        rgb(123,168,154,0.5)
    );
    top: 0;
}

.user_feedback_ms .student_insights_Ka:nth-child(3n) {
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 100%, 
        15% 100%, 
        0% 85%
    );
}

.user_feedback_ms .student_insights_Ka:nth-child(3n+1)::before {
    clip-path: polygon(
        0% 0%, 
        85% 0%, 
        100% 15%, 
        100% 100%, 
        0% 100%
    );
}

.user_feedback_ms .student_insights_Ka:hover::after {
    opacity: 1;
    transform: rotate(225deg);
}

.user_feedback_ms .student_insights_Ka:hover img {
    clip-path: polygon(0 0, 50% 0, 100% 50%, 100% 100%, 50% 100%, 0 50%);
    transform: rotate(45deg);
}

.user_feedback_ms .student_insights_Ka p::after {
    transition: all 0.5s ease;
    bottom: -5px;
    position: absolute;
    left: 50%;
    width: 0;
    height: 2px;
    content: "";
    background: rgb(168,199,187);
    transform: translateX(-50%);
}

.user_feedback_ms .student_insights_Ka:nth-child(4n+1) {
    animation: shiftLeft 10s infinite alternate;
}

.user_feedback_ms .student_insights_Ka:nth-child(4n+2) {
    animation: shiftRight 12s infinite alternate;
}

.our_story_XJ::before {
    width: 100%;
    height: 100%;
    position: absolute;
    background: repeating-linear-gradient(
        -45deg,
        rgb(168,199,187,0.5) 0,
        rgb(168,199,187,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    opacity: 0.05;
    left: 0;
    content: "";
    z-index: 1;
    top: 0;
}

.our_story_XJ .founders_team_XT {
    position: relative;
    width: 45%;
}

.our_story_XJ .founders_team_XT p {
    margin-bottom: 40px;
    font-size: 12px;
    color: #000000;
    line-height: 1.8;
    position: relative;
}

.our_story_XJ .approach_edu_Zh .img_icon_sh:hover {
    box-shadow: -20px 20px 0 rgb(168,199,187,0.5);
    transform: translate(5px, -5px);
}

.our_story_XJ .founders_team_XT .fast_classes_ND:hover {
    transform: translate(-5px, -5px);
    box-shadow: 20px 20px 0 rgb(123,168,154,0.5);
}

.our_story_XJ .founders_team_XT::before {
    background: linear-gradient(90deg, transparent, rgb(123,168,154));
    width: 40%;
    right: 0;
    height: 2px;
    position: absolute;
    top: -30px;
    content: "";
}

.course_methodology_Cg::after {
    content: "";
    background-image: 
        radial-gradient(circle at 10% 10%, rgb(255, 255, 255, 0.5) 1px, transparent 2px),
        radial-gradient(circle at 30% 40%, rgb(255, 255, 255, 0.5) 1px, transparent 2px),
        radial-gradient(circle at 60% 30%, rgb(255, 255, 255, 0.5) 1px, transparent 2px),
        radial-gradient(circle at 80% 70%, rgb(255, 255, 255, 0.5) 1px, transparent 2px),
        radial-gradient(circle at 20% 80%, rgb(255, 255, 255, 0.5) 1px, transparent 2px),
        radial-gradient(circle at 90% 20%, rgb(255, 255, 255, 0.5) 1px, transparent 2px);
    width: 100%;
    z-index: 1;
    animation: twinkle 15s infinite linear;
    opacity: 0.5;
    height: 100%;
    background-size: 200px 200px;
    left: 0;
    position: absolute;
    top: 0;
}

.course_methodology_Cg p {
    font-size: 16px;
    opacity: 0;
    transform: translateY(10px);
    line-height: 1.7;
    color: #ffffff;
    position: relative;
    margin-bottom: 0;
    animation: fadeInUp 0.8s 0.4s forwards cubic-bezier(0.22, 1, 0.36, 1);
}

.course_methodology_Cg .value_prop_EI:hover p span::before {
    transform: scaleY(1);
}

.contact_xT::before {
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(168,199,187), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(rgb(123,168,154), 0.05) 0%, transparent 50%);
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    content: "";
    left: 0;
}

.contact_xT h2::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgb(168,199,187), transparent);
    bottom: -10px;
}

.contact_xT .feedback_info_TH::before {
    height: 5px;
    position: absolute;
    background: linear-gradient(90deg, rgb(168,199,187), rgb(123,168,154));
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    z-index: 3;
}

.contact_xT .img_icon_sh {
    position: relative;
    flex: 0 0 45%;
    transform: translateZ(0);
    min-height: 500px;
    overflow: hidden;
}



.contact_xT .reach_reach_zr {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.95));
    position: relative;
    flex: 0 0 55%;
    backdrop-filter: blur(10px);
    padding: 60px 50px;
}

.contact_xT form {
    position: relative;
    z-index: 3;
}

.contact_xT form h3::after {
    width: 30px;
    height: 2px;
    content: "";
    position: absolute;
    background: rgb(168,199,187);
    left: 0;
    bottom: -15px;
}

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

.contact_xT form input[type="text"]:focus::placeholder {
    opacity: 0.7;
    transform: translateX(5px);
}

.contact_xT .request_map_zP input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.contact_xT .request_map_zP input[type="checkbox"]:checked + label::before {
    border-color: rgb(168,199,187);
    background: rgb(168,199,187);
}

.contact_xT .request_map_zP label a {
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(168,199,187);
    font-weight: 600;
}

.contact_xT .request_map_zP label a:hover {
    color: rgb(123,168,154);
}

.contact_xT .support_list_Xj {
    letter-spacing: 0.5px;
    font-size: 14px;
    overflow: hidden;
    transition: all 0.3s ease;
    border-radius: 8px;
    position: relative;
    background: rgb(168,199,187);
    z-index: 1;
    color: #ffffff;
    cursor: pointer;
    font-weight: 600;
    padding: 16px 40px;
    border: none;
}

.contact_xT .support_list_Xj:hover::after {
    opacity: 0;
    transform: scale(4);
}

.contact_xT svg path {
    transition: all 0.3s ease;
    stroke: rgb(168,199,187);
    stroke-width: 2;
}

.contact_xT form input {
    border: 1px solid rgb(168,199,187);
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (max-width: 767px) {header .container {
    padding: 1.2rem 1rem;
}header .top_train_za {
    width: 100%;
    flex-direction: column;
}header .head_master_AZ {
    width: 100%;
    transform: none !important;
    margin: 3px 0;
}header .head_master_AZ a {
    border-left: none;
    text-align: center;
    border-radius: 10px;
    border-bottom: 3px solid transparent;
}header .head_master_AZ a:hover {
    transform: translateY(-3px);
    border-left-color: transparent;
    border-bottom-color: rgb(168,199,187);
}header .head_master_AZ a::before {
    transform: scaleX(0);
    left: 0;
    right: auto;
    height: 5px;
    width: 100%;
    top: auto;
    bottom: 0;
}header .head_master_AZ a:hover::before {
    transform: scaleX(1);
}
}



@media (max-width: 480px) {.newsletter_subscription_Un {
    padding: 2rem 0;
}.newsletter_subscription_Un .value_prop_EI {
    padding: 1.5rem 1.2rem;
}.newsletter_subscription_Un h3 {
    font-size: 20px;
    margin-bottom: 1.5rem;
}.newsletter_subscription_Un .input_holder {
    margin-top: 1rem;
}
}



@media (max-width: 767px) {.location_info_Oh .learn_chat_eI {
    padding: 30px 20px;
}.location_info_Oh .learn_chat_eI > div {
    padding: 15px;
}.location_info_Oh h1 {
    font-size: calc(41px * 0.9);
}.location_info_Oh span {
    margin-left: 20px;
}
}



@media (prefers-reduced-motion: reduce) {.location_info_Oh .learn_chat_eI,
    .location_info_Oh .learn_chat_eI > div,
    .location_info_Oh h1,
    .location_info_Oh .ask_team_Gc::before,
    .location_info_Oh svg {
    transition: none;
    transform: none;
}.location_info_Oh .learn_chat_eI > div:hover,
    .location_info_Oh .learn_talk_KD > div:hover,
    .location_info_Oh h1:hover,
    .location_info_Oh .ask_team_Gc:hover svg {
    transform: none;
}}



@media (max-width: 576px) {.course_benefits_OB .value_prop_EI {
    width: 92%;
}.course_benefits_OB .img_icon_sh {
    height: 250px;
}.course_benefits_OB .text_main_holder > div {
    padding: 1.2rem;
}.course_benefits_OB .text_main_holder svg {
    margin-right: 0.8rem;
    height: 2rem;
    width: 2rem;
}}


@media (min-width: 992px) {.course_highlights_uC .text_title_Mn {
    margin: 0 auto;
}
}


@media (max-width: 991px) {.course_highlights_uC {
    padding: 80px 0;
}.course_highlights_uC .text_title_Mn {
    padding: 30px;
    max-width: 750px;
}
}


@media (max-width: 767px) {.course_highlights_uC {
    padding: 60px 0;
}.course_highlights_uC .text_title_Mn {
    max-width: 100%;
    padding: 25px;
}.course_highlights_uC .text_title_Mn h2 {
    margin-bottom: 20px;
    font-size: calc(36px * 0.9);
}.course_highlights_uC .text_title_Mn .description {
    font-size: calc(17px * 0.95);
    line-height: 1.6;
}
}



@media (max-width: 575px) {.thanksPart_iu {
    padding: 50px 0 30px;
}.thanksPart_iu h2 {
    margin-bottom: 20px;
    line-height: 1.4;
    font-size: calc(37px * 0.7);
}.thanksPart_iu h2::after {
    width: 80px;
    height: 3px;
}.thanksPart_iu .value_prop_EI {
    box-shadow: 0 10px 25px rgba(0,0,0,0.07);
    padding: 20px 15px;
    transform: none;
}.thanksPart_iu .value_prop_EI:hover {
    transform: translateY(-3px);
}.thanksPart_iu li {
    padding-left: 20px;
}.thanksPart_iu li::before {
    width: 6px;
    height: 6px;
    top: 7px;
}.thanksPart_iu span {
    line-height: 1.6;
    font-size: calc(12px * 0.9);
}.thanksPart_iu .value_prop_EI::after {
    display: none;
}}



@media (min-width: 768px) {.plan_deck_Ar .training_fees_Xc {
    grid-template-columns: repeat(2, 1fr);
}.plan_deck_Ar .study_rates_CD {
    min-height: 480px;
}.plan_deck_Ar .plan_matrix_dp {
    padding: 0 2rem;
}.plan_deck_Ar .plan_matrix_dp h2 {
    font-size: calc(38px * 1.2);
}
}



@media (min-width: 1200px) {.plan_deck_Ar .training_fees_Xc {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
}.plan_deck_Ar .indv_sub_IY {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateY(0);
}.plan_deck_Ar .indv_sub_IY:hover {
    transform: perspective(1000px) translateY(-15px) rotateY(2deg);
}.plan_deck_Ar .study_rates_CD {
    min-height: 520px;
    transform-style: preserve-3d;
    backface-visibility: hidden;
}.plan_deck_Ar .img_icon_sh {
    height: 200px;
}.plan_deck_Ar .sub_options_Cq {
    font-size: calc(19px * 1.6);
}.plan_deck_Ar .plan_matrix_dp h2 {
    font-size: calc(38px * 1.3);
}}



@media (min-width: 768px) {.teacher_profile_yr .student_insights_Ka {
    grid-template-rows: auto 1fr;
    grid-template-columns: 220px 1fr;
}.teacher_profile_yr .student_insights_Ka > div:first-child {
    grid-row: span 2;
}.teacher_profile_yr .img_icon_sh {
    height: 200px;
    width: 200px;
}.teacher_profile_yr .exp_section_zd {
    font-size: calc(13px + 0.05rem);
}
}



@media (max-width: 480px) {.teacher_profile_yr {
    padding: 2rem 0;
}.teacher_profile_yr .container {
    padding: 0 1rem;
}.teacher_profile_yr .student_insights_Ka {
    padding: 1.5rem;
    gap: 1.5rem;
}.teacher_profile_yr .img_icon_sh {
    width: 120px;
    height: 120px;
}.teacher_profile_yr .exp_section_zd::before {
    font-size: 4rem;
    top: -1rem;
}}



@media (max-width: 768px) {.ar_tools_VW {
    padding: 3rem 0 1rem;
}.ar_tools_VW .main_learning_LG {
    gap: 1.5rem;
}.ar_tools_VW .company_holder h3 {
    padding: 1.2rem 1.5rem;
    font-size: calc(34px - 2px);
}.ar_tools_VW .donate_books_Jj {
    padding: 1.5rem;
}.ar_tools_VW .donate_books_Jj::before,
    .ar_tools_VW .donate_books_Jj::after {
    display: none;
}.license_cta_wy {
    margin-top: 2rem;
}.license_cta_wy .enroll_info_fH::before,
    .license_cta_wy .enroll_info_fH::after {
    width: 30px;
}
}


@media only screen and (max-width: 1200px) {.cookieNotificationBanner_gU {
    padding: 20px;
}
}


@media only screen and (max-width: 800px) {.cookie_panel_AK {
    display: none;
}.learn_prefs_ve {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.cookieNotificationBanner_gU h5 {
    text-align: center;
}.cookieNotificationBanner_gU p {
    text-align: center;
}.visitor_privacy_uS {
    margin-bottom: 20px;
}body .wrapping-container_dn .cookie_overlay_dL {
    margin-left: 0;
}}



@media (max-width: 768px) {.our_story_XJ {
    padding: 60px 0;
}.our_story_XJ .value_prop_EI h3 {
    font-size: calc(43px * 0.8);
    margin-bottom: 30px;
}.our_story_XJ .approach_edu_Zh,
    .our_story_XJ .founders_team_XT {
    width: 100%;
    padding-right: 0;
}.our_story_XJ .approach_edu_Zh {
    margin-bottom: 60px;
}.our_story_XJ .approach_edu_Zh .img_icon_sh {
    box-shadow: -10px 10px 0 rgb(168,199,187,0.5);
    height: 250px;
    border-radius: 16px;
}.our_story_XJ .founders_team_XT .fast_classes_ND {
    height: 250px;
    border-radius: 16px;
    box-shadow: 10px 10px 0 rgb(123,168,154,0.5);
}.our_story_XJ .approach_edu_Zh::after,
    .our_story_XJ .founders_team_XT::before {
    width: 30%;
}
}



@media (max-width: 991px) {.course_methodology_Cg {
    padding: 4rem 0;
}.course_methodology_Cg .value_prop_EI {
    padding: 2.5rem;
}.course_methodology_Cg h3 {
    font-size: calc(32px * 0.9);
}
}



@media (max-width: 767px) {.course_methodology_Cg {
    padding: 3rem 0;
}.course_methodology_Cg .container {
    transform: perspective(1000px) rotateX(1deg);
}.course_methodology_Cg .value_prop_EI {
    padding: 2rem;
}.course_methodology_Cg h3 {
    margin-bottom: 1.2rem;
    font-size: calc(32px * 0.85);
}.course_methodology_Cg p {
    font-size: calc(16px * 0.95);
}
}



@media (prefers-reduced-motion: reduce) {.course_methodology_Cg .container,
    .course_methodology_Cg .value_prop_EI,
    .course_methodology_Cg h3,
    .course_methodology_Cg p,
    .course_methodology_Cg::after {
    transition: none;
    animation: none;
    transform: none;
}.course_methodology_Cg h3,
    .course_methodology_Cg p {
    opacity: 1;
}.course_methodology_Cg h3::after {
    transform: scaleX(1);
}}



@media (max-width: 480px) {.contact_xT {
    padding: 50px 0;
}.contact_xT h2 {
    font-size: calc(38px * 0.85);
}.contact_xT .feedback_info_TH {
    border-radius: 12px;
    margin-top: 30px;
}.contact_xT .img_icon_sh {
    min-height: 220px;
}.contact_xT .reach_reach_zr {
    padding: 30px 20px;
}.contact_xT form h3 {
    margin-bottom: 25px;
    font-size: calc(20px * 0.9);
}.contact_xT form input[type="text"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.contact_xT .request_map_zP {
    margin-bottom: 20px;
}.contact_xT .request_map_zP label {
    font-size: calc(15px * 0.9);
}.contact_xT .support_list_Xj {
    padding: 12px 20px;
}
}



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



@keyframes lineGrow {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}



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

@keyframes pulse {
    0%, 100% { 
        box-shadow: 0 0 0 0 rgb(168,199,187,0.5);
    }
    50% { 
        box-shadow: 0 0 0 10px transparent;
    }
}



@keyframes shiftDown {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(5px); }
}



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

@keyframes backgroundShift {
    0% {
        background-position: 0px 0px, 0px 0px, center center, 80% 20%, 20% 80%;
    }
    100% {
        background-position: 30px 30px, 30px 30px, center center, 85% 15%, 15% 85%;
    }
}

