﻿* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}html,body {
    color: #000000;
    min-height: 100%;
    font-family: Arial, sans-serif;
    height: 100%;
    scroll-behavior: auto;
}svg {
    height: 30px;
    width: 30px;
}.edu_links_7zejHrm {
    flex: 0 0 auto;
}.main_learning_JpSetg8 {
    flex: 1 0 auto;
}.framework-wrap_15ndqAx {
    flex-direction: column;
    min-height: 100%;
    display: flex;
    height: 100%;
}.container {
    width: 1266px;
    max-width: 100%;
    margin: auto;
}header,footer {
    width: 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;
}}
header .top_navbar_XnRuFwE {
    background: linear-gradient(120deg, rgb(214,204,219) 0%, rgb(195,166,201,0.5) 100%);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    z-index: 100;
    position: relative;
}header .top_navbar_XnRuFwE::before {
    width: 100%;
    height: 100%;
    animation: slidePattern 25s linear infinite;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgb(172,106,185,0.5) 10px,
        rgb(172,106,185,0.5) 11px
    );
    top: 0;
    content: "";
    position: absolute;
    left: 0;
    opacity: 0.1;
}header .top_navbar_XnRuFwE::after {
    transform: rotate(-2deg);
    height: 100px;
    top: -50px;
    z-index: -2;
    opacity: 0.1;
    width: 150%;
    content: "";
    left: -25%;
    position: absolute;
    background: rgb(195,166,201);
}header .container {
    padding: 1.5rem 2rem;
    position: relative;
}header .header_guide_IDvBp4y {
    display: grid;
    align-items: center;
    gap: 2rem;
    grid-template-columns: auto 1fr;
}header .nav_wrap_biFEHoy {
    z-index: 2;
    position: relative;
}header .head_top_9OlYfZR {
    display: block;
    position: relative;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 5px 5px 0 rgb(195,166,201,0.5);
    background: #ffffff;
    transition: all 0.3s ease;
    transform: rotate(-3deg);
}header .head_top_9OlYfZR::before {
    top: -5px;
    right: -5px;
    content: "";
    left: -5px;
    transition: all 0.3s ease;
    position: absolute;
    bottom: -5px;
    border-radius: 10px;
    opacity: 0;
    border: 2px dashed rgb(195,166,201,0.5);
}header .head_top_9OlYfZR:hover {
    box-shadow: 8px 8px 0 rgb(195,166,201);
    transform: rotate(0deg) translateY(-5px);
}header .head_top_9OlYfZR:hover::before {
    left: -8px;
    opacity: 1;
    bottom: -8px;
    top: -8px;
    right: -8px;
}header .head_top_9OlYfZR svg {
    height: 45px;
    filter: drop-shadow(2px 2px 0 rgba(0, 0, 0, 0.5));
    width: auto;
}header .top_guide_obLm4TM {
    flex-wrap: wrap;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
    list-style: none;
    margin: 0;
}header .top_guide_obLm4TM::before {
    content: "";
    right: 0;
    opacity: 0.15;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(172,106,185,0.5) 100%);
    border-radius: 0 10px 10px 0;
    bottom: 0;
    z-index: -1;
    transition: width 0.3s ease;
    top: 0;
    width: 85%;
}header .top_guide_obLm4TM:hover::before {
    width: 100%;
}header .head_lesson_k5NBoWs {
    margin: 5px 3px;
    position: relative;
}header .head_lesson_k5NBoWs:nth-child(odd) {
    transform: translateY(-3px);
}header .head_lesson_k5NBoWs:nth-child(even) {
    transform: translateY(3px);
}header .head_lesson_k5NBoWs a {
    border-radius: 0 10px 0 10px;
    border-left: 3px solid transparent;
    font-weight: 600;
    padding: 8px 16px;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    overflow: hidden;
    text-decoration: none;
    display: block;
    color: #000000;
    font-size: 16px;
    position: relative;
    background: #ffffff;
}header .head_lesson_k5NBoWs a::before {
    width: 5px;
    right: 0;
    top: 0;
    background: rgb(195,166,201);
    transition: transform 0.3s ease;
    transform-origin: top;
    content: "";
    transform: scaleY(0);
    position: absolute;
    height: 100%;
}header .head_lesson_k5NBoWs a::after {
    bottom: 0;
    height: 2px;
    transform: scaleX(0);
    width: 100%;
    transition: transform 0.3s ease 0.1s;
    position: absolute;
    transform-origin: left;
    content: "";
    background: linear-gradient(90deg, rgb(195,166,201) 0%, rgb(172,106,185) 100%);
    left: 0;
}header .head_lesson_k5NBoWs a:hover {
    color: rgb(195,166,201);
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.5);
    border-left-color: rgb(195,166,201);
    transform: translateX(5px);
}header .head_lesson_k5NBoWs a:hover::before {
    transform: scaleY(1);
}header .head_lesson_k5NBoWs a:hover::after {
    transform: scaleX(1);
}

@keyframes slidePattern {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 500px 500px;
    }
}

@media (max-width: 991px) {header .header_guide_IDvBp4y {
    gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
}header .nav_wrap_biFEHoy {
    justify-self: center;
}header .top_guide_obLm4TM {
    justify-content: center;
}header .top_guide_obLm4TM::before {
    opacity: 0.1;
    background: rgb(172,106,185,0.5);
    width: 100%;
}
}

@media (max-width: 767px) {header .container {
    padding: 1.2rem 1rem;
}header .top_guide_obLm4TM {
    width: 100%;
    flex-direction: column;
}header .head_lesson_k5NBoWs {
    transform: none !important;
    margin: 3px 0;
    width: 100%;
}header .head_lesson_k5NBoWs a {
    border-bottom: 3px solid transparent;
    border-left: none;
    text-align: center;
    border-radius: 10px;
}header .head_lesson_k5NBoWs a:hover {
    border-bottom-color: rgb(195,166,201);
    transform: translateY(-3px);
    border-left-color: transparent;
}header .head_lesson_k5NBoWs a::before {
    height: 5px;
    top: auto;
    bottom: 0;
    width: 100%;
    right: auto;
    transform: scaleX(0);
    left: 0;
}header .head_lesson_k5NBoWs a:hover::before {
    transform: scaleX(1);
}
}

@media (max-width: 480px) {header .head_top_9OlYfZR {
    padding: 10px;
    transform: none;
}header .head_top_9OlYfZR svg {
    height: 40px;
}header .head_top_9OlYfZR:hover {
    transform: translateY(-3px);
}}.privacy_shield_1pgSz5K {
    transition: all 0.3s ease;
    background-color: #ffffff;
    width: 100%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
    height: auto;
    overflow: hidden;
    padding: 40px;
}.privacy_shield_1pgSz5K:hover {
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.5);
    transform: translateY(-5px);
}.privacy_shield_1pgSz5K h1 {
    margin-top: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    color: rgb(195,166,201);
    font-size: 40px;
}.privacy_shield_1pgSz5K h2 {
    border-bottom: 2px solid rgb(195,166,201,0.5);
    margin-top: 15px;
    font-size: 30px;
    padding-bottom: 5px;
    color: rgb(172,106,185);
    font-weight: 600;
    font-family: Arial, sans-serif;
    margin-bottom: 10px;
}.privacy_shield_1pgSz5K h3, .privacy_shield_1pgSz5K h4, .privacy_shield_1pgSz5K h5, .privacy_shield_1pgSz5K h6 {
    font-weight: 400;
    font-family: Arial, sans-serif;
    text-transform: capitalize;
    color: #000000;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 5px;
}.privacy_shield_1pgSz5K ul, .privacy_shield_1pgSz5K ol {
    padding-left: 20px;
    list-style-position: inside;
    margin: 10px 0;
    color: #000000;
    list-style: none;
    font-size: 16px;
    line-height: 1.6;
    font-family: Arial, sans-serif;
}.privacy_shield_1pgSz5K li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
}.privacy_shield_1pgSz5K li::before {
    content: "•";
    font-size: 1.2em;
    position: absolute;
    color: rgb(195,166,201);
    left: 0;
}.privacy_shield_1pgSz5K section {
    transition: background 0.3s ease;
    background: rgb(214,204,219);
    padding: 20px;
    border-radius: 10px;
}.privacy_shield_1pgSz5K section:hover {
    background: rgb(195,166,201,0.5);
}.privacy_shield_1pgSz5K p, .privacy_shield_1pgSz5K span, .privacy_shield_1pgSz5K div {
    color: #000000;
    font-size: 16px;
    transition: color 0.3s ease;
    margin-bottom: 10px;
    font-family: Arial, sans-serif;
    line-height: 1.8;
}.privacy_shield_1pgSz5K p:hover, .privacy_shield_1pgSz5K span:hover, .privacy_shield_1pgSz5K div:hover {
    color: #000000;
}

@media only screen and (max-width: 800px) {.privacy_shield_1pgSz5K {
    padding: 20px;
}.privacy_shield_1pgSz5K h1 {
    font-size: calc(20px - 10px);
}.privacy_shield_1pgSz5K h2 {
    font-size: calc(20px - 8px);
}.privacy_shield_1pgSz5K h3, .privacy_shield_1pgSz5K h4, .privacy_shield_1pgSz5K h5, .privacy_shield_1pgSz5K h6 {
    font-size: calc(20px - 5px);
}.privacy_shield_1pgSz5K ul, .privacy_shield_1pgSz5K ol {
    padding-left: 15px;
    font-size: calc(16px - 2px);
}}.newsletter_signup_kT9EVed {
    background-color: rgb(214,204,219);
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 5rem 3rem;
}.newsletter_signup_kT9EVed::before {
    top: 0;
    width: 100%;
    z-index: -1;
    content: "";
    left: 0;
    position: absolute;
    opacity: 0.1;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(195,166,201,0.5) 49%, rgb(195,166,201,0.5) 51%, transparent 52%) 0 0 / 2rem 2rem,
        linear-gradient(-45deg, transparent 48%, rgb(172,106,185,0.5) 49%, rgb(172,106,185,0.5) 51%, transparent 52%) 1rem 1rem / 2rem 2rem;
    height: 100%;
}.newsletter_signup_kT9EVed::after {
    content: "";
    bottom: 0;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    z-index: -1;
    width: 40%;
    background: linear-gradient(135deg, transparent, rgb(195,166,201,0.5));
    animation: shift 10s infinite alternate;
    height: 70%;
    right: 0;
    position: absolute;
}.newsletter_signup_kT9EVed .mastery_center_9cPSMQG {
    position: relative;
    gap: 0;
    grid-template-columns: 2fr 3fr;
    display: grid;
}.newsletter_signup_kT9EVed .mastery_center_9cPSMQG::before {
    top: 50%;
    width: 100%;
    background: linear-gradient(90deg, rgb(195,166,201,0.5), transparent);
    left: 0;
    opacity: 0.5;
    transform: translateY(-50%) rotate(-5deg);
    height: 1px;
    position: absolute;
    content: "";
}.newsletter_signup_kT9EVed p {
    margin: 0;
    font-size: calc(17px * 1.2);
    color: #000000;
    letter-spacing: 1px;
    flex-direction: column;
    font-family: Arial, sans-serif;
    position: relative;
    grid-column: 1 / 2;
    font-weight: 300;
    padding-right: 2rem;
    justify-content: center;
    transform-origin: left center;
    line-height: 1.6;
    display: flex;
}.newsletter_signup_kT9EVed p::after {
    right: 0;
    height: 100%;
    content: "";
    top: 0;
    width: 1px;
    position: absolute;
    background: linear-gradient(to bottom, transparent, rgb(195,166,201,0.5), transparent);
}.newsletter_signup_kT9EVed .input_holder {
    grid-column: 2 / 3;
    position: relative;
    display: flex;
    margin-left: 2rem;
    align-items: center;
}.newsletter_signup_kT9EVed .signup_block_0eUADRZ {
    color: #000000;
    font-family: Arial, sans-serif;
    padding: 1.2rem 1.5rem;
    border: 1px solid transparent;
    background-color: #ffffff;
    flex: 1;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-radius: 10px 0 0 10px;
    transition: all 0.3s ease;
    font-size: 16px;
}.newsletter_signup_kT9EVed .signup_block_0eUADRZ:focus {
    border-color: rgb(195,166,201,0.5);
    outline: none;
}.newsletter_signup_kT9EVed .signup_block_0eUADRZ::placeholder {
    color: #000000;
    opacity: 0.7;
    transition: all 0.3s ease;
}.newsletter_signup_kT9EVed .signup_block_0eUADRZ:focus::placeholder {
    opacity: 0.3;
    transform: translateY(-10px);
}.newsletter_signup_kT9EVed .email_block_WaJNi8G {
    border-radius: 0 10px 10px 0;
    background-color: rgb(195,166,201);
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    cursor: pointer;
    letter-spacing: 1px;
    position: relative;
    padding: 1.2rem 2rem;
    color: #ffffff;
    overflow: hidden;
    font-weight: 400;
    border: none;
    z-index: 1;
    font-size: 20px;
}.newsletter_signup_kT9EVed .email_block_WaJNi8G::before {
    position: absolute;
    content: "";
    background-color: rgb(172,106,185);
    transform: translateX(-100%);
    top: 0;
    height: 100%;
    width: 100%;
    transition: transform 0.3s ease;
    z-index: -1;
    left: 0;
}.newsletter_signup_kT9EVed .email_block_WaJNi8G:hover::before {
    transform: translateX(0);
}.newsletter_signup_kT9EVed .email_block_WaJNi8G:hover {
    letter-spacing: 2px;
}

@keyframes shift {
    0% {
        opacity: 0.5;
        transform: translateX(0);
    }
    100% {
        opacity: 0.7;
        transform: translateX(-20px);
    }
}

@media (max-width: 768px) {.newsletter_signup_kT9EVed {
    padding: 3rem 1.5rem;
}.newsletter_signup_kT9EVed .mastery_center_9cPSMQG {
    gap: 2rem;
    grid-template-columns: 1fr;
}.newsletter_signup_kT9EVed p {
    text-align: center;
    grid-column: 1 / 2;
    padding-bottom: 1.5rem;
    padding-right: 0;
}.newsletter_signup_kT9EVed p::after {
    top: auto;
    background: linear-gradient(to right, transparent, rgb(195,166,201,0.5), transparent);
    transform: translateX(-50%);
    right: auto;
    height: 1px;
    width: 50%;
    left: 50%;
    bottom: 0;
}.newsletter_signup_kT9EVed .input_holder {
    flex-direction: column;
    margin-left: 0;
    grid-column: 1 / 2;
}.newsletter_signup_kT9EVed .signup_block_0eUADRZ {
    border-radius: 10px;
    width: 100%;
    margin-bottom: 1rem;
}.newsletter_signup_kT9EVed .email_block_WaJNi8G {
    border-radius: 10px;
    width: 100%;
}}.access_now_M0fNReh {
    background: linear-gradient(135deg, rgb(195,166,201,0.5) 0%, rgb(172,106,185) 100%);
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    padding: 100px 0 90px;
    position: relative;
}.access_now_M0fNReh::before {
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(
    45deg,
    rgba(255,255,255,0.05) 0,
    rgba(255,255,255,0.05) 2px,
    transparent 2px,
    transparent 8px
  );
}.access_now_M0fNReh::after {
    z-index: 0;
    background: radial-gradient(circle, rgb(195,166,201) 0%, transparent 70%);
    top: -150px;
    content: "";
    right: -100px;
    height: 300px;
    border-radius: 50%;
    position: absolute;
    opacity: 0.1;
    width: 300px;
}.access_now_M0fNReh .container {
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.access_now_M0fNReh h2 {
    font-family: Arial, sans-serif;
    max-width: 800px;
    transform: translateY(0);
    line-height: 1.3;
    color: #000000;
    margin-bottom: 40px;
    position: relative;
    font-size: clamp(1.8rem, 3vw, 37px);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    font-weight: 700;
}.access_now_M0fNReh:hover h2 {
    transform: translateY(-5px);
}.access_now_M0fNReh h2::after {
    bottom: -12px;
    content: "";
    transform-origin: left;
    width: 80px;
    transform: scaleX(1);
    height: 3px;
    background: rgb(195,166,201);
    left: 0;
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}.access_now_M0fNReh:hover h2::after {
    transform: scaleX(1.5);
}.access_now_M0fNReh .mastery_center_9cPSMQG {
    gap: 25px;
    align-items: center;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.5s ease;
    display: flex;
    padding: 30px;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    border-left: 3px solid rgb(195,166,201);
    transform: translateY(0);
}.access_now_M0fNReh .mastery_center_9cPSMQG:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}.access_now_M0fNReh svg {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: scale(1);
    height: 48px;
    width: 48px;
    flex-shrink: 0;
}.access_now_M0fNReh .mastery_center_9cPSMQG:hover svg {
    transform: scale(1.1) rotate(5deg);
}.access_now_M0fNReh svg path {
    fill: rgb(195,166,201);
    transition: fill 0.3s ease;
}.access_now_M0fNReh .mastery_center_9cPSMQG:hover svg path {
    fill: rgb(172,106,185);
}.access_now_M0fNReh .mastery_center_9cPSMQG div {
    justify-content: flex-end;
    display: flex;
    flex-grow: 1;
}.access_now_M0fNReh .help_query_2EKXP6n {
    padding: 14px 32px;
    background: rgb(195,166,201);
    transition: color 0.4s ease, border-color 0.4s ease;
    font-weight: 600;
    align-items: center;
    border: 2px solid rgb(195,166,201);
    text-decoration: none;
    overflow: hidden;
    font-family: Arial, sans-serif;
    z-index: 1;
    color: #ffffff;
    justify-content: center;
    letter-spacing: 0.5px;
    display: inline-flex;
    font-size: 14px;
    position: relative;
}.access_now_M0fNReh .help_query_2EKXP6n::before {
    top: 0;
    transform: scaleX(0);
    position: absolute;
    z-index: -1;
    transform-origin: right;
    left: 0;
    height: 100%;
    content: "";
    width: 100%;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background: #ffffff;
}.access_now_M0fNReh .help_query_2EKXP6n:hover {
    border-color: rgb(195,166,201);
    color: rgb(195,166,201);
}.access_now_M0fNReh .help_query_2EKXP6n:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}.access_now_M0fNReh .help_query_2EKXP6n::after {
    transition: opacity 0.3s ease, margin-left 0.3s ease;
    margin-left: -15px;
    opacity: 0;
    content: "→";
}.access_now_M0fNReh .help_query_2EKXP6n:hover::after {
    opacity: 1;
    margin-left: 8px;
}

@media (max-width: 991px) {.access_now_M0fNReh {
    padding: 80px 0 70px;
}.access_now_M0fNReh h2 {
    margin-bottom: 30px;
}.access_now_M0fNReh .mastery_center_9cPSMQG {
    padding: 25px;
}
}

@media (max-width: 767px) {.access_now_M0fNReh {
    padding: 60px 0 50px;
}.access_now_M0fNReh h2 {
    font-size: 1.8rem;
    margin-bottom: 25px;
}.access_now_M0fNReh .mastery_center_9cPSMQG {
    padding: 25px 20px;
    gap: 20px;
    flex-direction: column;
    align-items: flex-start;
}.access_now_M0fNReh .mastery_center_9cPSMQG div {
    justify-content: center;
    width: 100%;
}.access_now_M0fNReh .help_query_2EKXP6n {
    padding: 12px 24px;
    width: 100%;
}
}

@media (max-width: 480px) {.access_now_M0fNReh {
    padding: 50px 0 40px;
}.access_now_M0fNReh h2 {
    font-size: 1.5rem;
}.access_now_M0fNReh .mastery_center_9cPSMQG {
    padding: 20px 15px;
}.access_now_M0fNReh svg {
    height: 36px;
    width: 36px;
}.access_now_M0fNReh .help_query_2EKXP6n {
    padding: 10px 20px;
}}.plan_QOzF35D {
    background: linear-gradient(135deg, rgb(214,204,219) 0%, rgb(195,166,201,0.5) 100%);
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}.plan_QOzF35D::before {
    content: "";
    background: radial-gradient(circle at 30% 70%, rgb(172,106,185,0.5) 0%, transparent 60%);
    z-index: 0;
    position: absolute;
    pointer-events: none;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}.plan_QOzF35D .container {
    margin: 0 auto;
    z-index: 1;
    padding: 0 15px;
    max-width: 1320px;
    position: relative;
}.plan_QOzF35D .study_pricing_OEguoSK {
    display: flex;
    position: relative;
    gap: 60px;
    flex-direction: column-reverse;
}.plan_QOzF35D .plan_fee_eQx0w79 {
    padding: 30px;
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 90%);
    border-left: 3px solid rgb(195,166,201);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    max-width: 100%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    position: relative;
    transform: perspective(1000px) rotateX(0deg);
    backdrop-filter: blur(10px);
}.plan_QOzF35D .plan_fee_eQx0w79:hover {
    transform: perspective(1000px) rotateX(2deg);
}.plan_QOzF35D .plan_fee_eQx0w79 h2 {
    font-weight: 700;
    letter-spacing: -0.02em;
    color: transparent;
    transform: translateZ(0);
    background: linear-gradient(90deg, rgb(195,166,201), rgb(172,106,185));
    margin-bottom: 20px;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    font-size: 38px;
    line-height: 1.3;
}.plan_QOzF35D .plan_fee_eQx0w79 .learning_rates_mdXJq6Q {
    font-size: 14px;
    overflow-wrap: break-word;
    color: #000000;
    margin-bottom: 0;
    word-break: break-word;
    line-height: 1.6;
    max-width: 700px;
}.plan_QOzF35D .training_sub_iXvhpt3 {
    position: relative;
    grid-template-columns: 1fr;
    display: grid;
    gap: 30px;
}.plan_QOzF35D .tuition_grid_GMU5cHI {
    position: relative;
    overflow: hidden;
    transform: translateY(0);
    text-decoration: none;
    border-radius: 4px;
    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);
    display: block;
}.plan_QOzF35D .tuition_grid_GMU5cHI:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    z-index: 5;
}.plan_QOzF35D .value_fees_KRyfkF9 {
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.06);
    display: flex;
    overflow: hidden;
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 95%);
    position: relative;
    height: 100%;
}.plan_QOzF35D .value_fees_KRyfkF9::before {
    content: "";
    transform: scaleX(0.8);
    left: 0;
    position: absolute;
    top: 0;
    height: 5px;
    transform-origin: left;
    width: 100%;
    transition: transform 0.4s ease-out;
    background: linear-gradient(90deg, rgb(195,166,201), rgb(172,106,185));
}.plan_QOzF35D .tuition_grid_GMU5cHI:hover .value_fees_KRyfkF9::before {
    transform: scaleX(1);
}.plan_QOzF35D .plan_pricing_G4jImya {
    z-index: 1;
    padding: 30px;
    flex: 1;
    position: relative;
    flex-direction: column;
    display: flex;
}.plan_QOzF35D .plan_pricing_G4jImya h3 {
    overflow: hidden;
    transform-origin: left;
    color: #000000;
    font-size: calc(18px + 2px);
    font-weight: 700;
    margin-bottom: 15px;
    transition: transform 0.3s ease;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
}.plan_QOzF35D .tuition_grid_GMU5cHI:hover .plan_pricing_G4jImya h3 {
    transform: translateX(5px) scale(1.03);
    color: rgb(195,166,201);
}.plan_QOzF35D .plan_options_vlioMtO {
    font-size: calc(18px + 4px);
    position: relative;
    margin-bottom: 20px;
    color: rgb(172,106,185);
    display: inline-block;
    font-weight: 700;
}.plan_QOzF35D .plan_options_vlioMtO::after {
    content: "";
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 50px;
    left: 0;
    position: absolute;
    height: 3px;
    transform-origin: left;
    transform: scaleX(0.5);
    background: rgb(195,166,201);
    bottom: -5px;
}.plan_QOzF35D .tuition_grid_GMU5cHI:hover .plan_options_vlioMtO::after {
    transform: scaleX(1);
}.plan_QOzF35D .plan_pricing_G4jImya p {
    flex: 1;
    display: -webkit-box;
    overflow-wrap: break-word;
    word-break: break-word;
    line-height: 1.6;
    -webkit-line-clamp: 5;
    font-size: 14px;
    color: #000000;
    margin-bottom: 0;
    overflow: hidden;
    -webkit-box-orient: vertical;
}.plan_QOzF35D .portrait_image_xKvYzfP {
    position: relative;
    overflow: hidden;
    height: 200px;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}.plan_QOzF35D .portrait_image_xKvYzfP::after {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    content: "";
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.3) 100%);
    pointer-events: none;
    height: 100%;
}.plan_QOzF35D .tuition_grid_GMU5cHI:hover .portrait_image_xKvYzfP {
    transform: scale(1.05);
}

@media (min-width: 768px) {.plan_QOzF35D .training_sub_iXvhpt3 {
    grid-template-columns: repeat(2, 1fr);
}.plan_QOzF35D .plan_fee_eQx0w79 {
    padding: 40px;
}.plan_QOzF35D .plan_pricing_G4jImya {
    padding: 30px 35px;
}.plan_QOzF35D .portrait_image_xKvYzfP {
    height: 240px;
}
}

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

@media (min-width: 1200px) {.plan_QOzF35D {
    padding: 120px 0;
}.plan_QOzF35D .training_sub_iXvhpt3 {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.plan_QOzF35D .plan_fee_eQx0w79 h2 {
    font-size: calc(38px + 4px);
}.plan_QOzF35D .plan_pricing_G4jImya h3 {
    font-size: calc(18px + 4px);
}.plan_QOzF35D .plan_options_vlioMtO {
    font-size: calc(18px + 8px);
}.plan_QOzF35D .portrait_image_xKvYzfP {
    height: 280px;
}
}

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

@media (hover: hover) {.plan_QOzF35D .tuition_grid_GMU5cHI {
    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_QOzF35D .tuition_grid_GMU5cHI:hover {
    transform: translateY(-10px) scale(1.02);
}}.cookie_popup_warning_8kEgOWj {
    width: 100%;
    z-index: 90;
    transition: transform 0.3s ease-in-out;
    bottom: 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    border-top: 3px solid rgb(195,166,201);
    background: rgb(214,204,219);
    position: fixed;
}.cookie_control_OQZRvwa {
    margin: 0 auto;
    padding: 20px 15px;
    align-items: center;
    display: flex;
    max-width: 1200px;
    justify-content: space-between;
}.cookie_view_WYkiPjV {
    margin-right: 15px;
    flex-shrink: 0;
}.cookie_view_WYkiPjV svg {
    transition: fill 0.3s ease;
    height: 60px;
    width: 60px;
    fill: rgb(195,166,201);
}.cookie_view_WYkiPjV svg:hover {
    fill: rgb(172,106,185);
}.cookie_customize_CZbJoDv {
    color: #000000;
    margin-right: 15px;
    flex-grow: 1;
}.cookie_popup_warning_8kEgOWj h5 {
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 22px;
    color: rgb(195,166,201);
    font-family: Arial, sans-serif;
}.cookie_popup_warning_8kEgOWj p {
    font-size: 13px;
    color: #000000;
    font-family: Arial, sans-serif;
    line-height: 1.5;
}.user_safety_bqtVRyx {
    line-height: 35px;
    font-size: 19px;
    border-radius: 30px;
    cursor: pointer;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    margin-left: 10px;
    padding: 10px 20px;
    background: rgb(195,166,201);
}.user_safety_bqtVRyx:hover {
    background: rgb(172,106,185);
    box-shadow: 0 0 10px rgb(172,106,185,0.5);
}#enableCookieAgreementBtn_JodUpnP {
    background: rgb(195,166,201);
}#declinePrivacyCookieUsage_1F3w6fA {
    background: rgba(0, 0, 0, 0.5);
}.cookie_popup_warning_8kEgOWj p a {
    transition: color 0.3s ease;
    text-decoration: underline;
    color: rgb(195,166,201);
}.cookie_popup_warning_8kEgOWj p a:hover {
    color: rgb(172,106,185);
}
@media only screen and (max-width: 1200px) {.cookie_control_OQZRvwa {
    flex-direction: column;
    align-items: center;
}.cookie_view_WYkiPjV {
    margin-bottom: 15px;
}.cookie_customize_CZbJoDv {
    margin-right: 0;
    text-align: center;
    margin-bottom: 15px;
}.user_safety_bqtVRyx {
    margin-bottom: 10px;
    width: 100%;
    max-width: 200px;
    margin-left: 0;
}
}
@media only screen and (max-width: 800px) {.cookie_control_OQZRvwa {
    padding: 15px;
}.cookie_view_WYkiPjV {
    display: none;
}.cookie_popup_warning_8kEgOWj h5 {
    font-size: 19px;
}.cookie_popup_warning_8kEgOWj p {
    font-size: 15px;
}}
#cookie_popupalert_jNmQDVY {
    display: none;
}#cookie_popupalert_jNmQDVY:checked ~ .cookie_popup_warning_8kEgOWj {
    opacity: 0;
    visibility: hidden;
}.ty_content_ESTN4r7 {
    padding: 5rem 2rem;
    background: linear-gradient(135deg, rgb(214,204,219) 0%, rgba(255,255,255,0.95) 100%);
    position: relative;
    overflow: hidden;
}.ty_content_ESTN4r7::before {
    top: -20%;
    width: 60%;
    transform: rotate(-15deg);
    opacity: 0.4;
    animation: float 12s ease-in-out infinite;
    filter: blur(40px);
    position: absolute;
    right: -20%;
    z-index: 0;
    height: 70%;
    background: linear-gradient(45deg, rgb(195,166,201,0.5) 0%, rgb(172,106,185) 100%);
    content: "";
}.ty_content_ESTN4r7::after {
    bottom: -10%;
    position: absolute;
    background: linear-gradient(-45deg, rgb(172,106,185,0.5) 0%, rgb(195,166,201) 100%);
    z-index: 0;
    animation: float 15s ease-in-out infinite reverse;
    height: 60%;
    filter: blur(30px);
    left: -10%;
    content: "";
    width: 50%;
    transform: rotate(15deg);
    opacity: 0.3;
}.ty_content_ESTN4r7 .container {
    margin: 0 auto;
    animation: fadeIn 0.8s ease-out forwards;
    flex-direction: column;
    display: flex;
    align-items: center;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}.ty_content_ESTN4r7 h2 {
    font-family: Arial, sans-serif;
    max-width: 90%;
    position: relative;
    letter-spacing: -0.02em;
    margin-bottom: 3rem;
    animation: slideUp 0.7s ease-out 0.2s forwards;
    line-height: 1.3;
    text-align: center;
    font-size: clamp(1.75rem, 4vw, 37px);
    color: #000000;
    font-weight: 700;
    transform: translateY(20px);
    opacity: 0;
}.ty_content_ESTN4r7 h2::before {
    border-radius: 2px;
    width: 80px;
    background: linear-gradient(90deg, rgb(195,166,201) 0%, rgb(172,106,185) 100%);
    height: 4px;
    position: absolute;
    bottom: -16px;
    transform: translateX(-50%);
    left: 50%;
    content: "";
}.ty_content_ESTN4r7 .mastery_center_9cPSMQG {
    max-width: 880px;
    width: 100%;
    border-radius: 10px;
    border-left: 4px solid rgb(195,166,201);
    box-shadow: 0 20px 40px rgba(0,0,0,0.06), 0 8px 16px rgba(0,0,0,0.04);
    background: linear-gradient(120deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.96) 100%);
    opacity: 0;
    backdrop-filter: blur(8px);
    padding: 3rem;
    animation: slideUp 0.8s ease-out 0.4s forwards;
    transform: translateY(30px);
    position: relative;
}.ty_content_ESTN4r7 .mastery_center_9cPSMQG::before {
    bottom: 15px;
    top: 15px;
    left: 15px;
    content: "";
    pointer-events: none;
    border: 1px dashed rgba(0,0,0,0.07);
    position: absolute;
    right: 15px;
    z-index: 0;
    border-radius: calc(10px - 15px);
}.ty_content_ESTN4r7 ul {
    padding: 0;
    position: relative;
    z-index: 1;
    list-style: none;
    margin: 0;
}.ty_content_ESTN4r7 li {
    padding-left: 2rem;
    position: relative;
}.ty_content_ESTN4r7 li::before {
    top: 8px;
    content: "";
    left: 0;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgb(195,166,201,0.5);
    width: 8px;
    height: 8px;
    position: absolute;
    background: rgb(195,166,201);
    animation: pulse 3s ease-in-out infinite;
}.ty_content_ESTN4r7 span {
    z-index: 2;
    display: block;
    position: relative;
    line-height: 1.7;
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-size: clamp(1rem, 2vw, 1.1rem);
    color: #000000;
}

@keyframes slideUp {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(195,166,201,0.5);
    }
    70% {
        box-shadow: 0 0 0 8px rgba(0,0,0,0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0,0,0,0);
    }
}

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

@media screen and (max-width: 767px) {.ty_content_ESTN4r7 {
    padding: 3rem 1.25rem;
}.ty_content_ESTN4r7 h2 {
    max-width: 100%;
    margin-bottom: 2rem;
}.ty_content_ESTN4r7 .mastery_center_9cPSMQG {
    padding: 2rem 1.5rem;
    border-left-width: 3px;
}.ty_content_ESTN4r7 li {
    padding-left: 1.5rem;
}.ty_content_ESTN4r7 li::before {
    width: 6px;
    top: 6px;
    height: 6px;
}.ty_content_ESTN4r7 h2::before {
    height: 3px;
    bottom: -12px;
    width: 60px;
}
}

@media screen and (max-width: 480px) {.ty_content_ESTN4r7 {
    padding: 2.5rem 1rem;
}.ty_content_ESTN4r7 h2 {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
}.ty_content_ESTN4r7 .mastery_center_9cPSMQG {
    padding: 1.5rem 1.25rem;
}.ty_content_ESTN4r7 span {
    font-size: 0.95rem;
}}footer {
    position: relative;
    width: 100%;
}.edu_links_7zejHrm {
    overflow: hidden;
    font-family: Arial, sans-serif;
    position: relative;
    padding: 0 0 30px;
}footer .math_tools_4Q19YIF {
    z-index: 1;
    position: relative;
}footer .instant_contact_iGuSjJH {
    flex-wrap: wrap;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    justify-content: center;
    padding: 40px 20px;
    gap: 20px;
    background-color: rgb(172,106,185);
    color: #ffffff;
    margin-bottom: 70px;
    display: flex;
}footer .instant_contact_iGuSjJH::after {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    pointer-events: none;
}footer .info_item {
    transition: all 0.3s ease;
    flex: 1 1 200px;
    display: flex;
    align-items: center;
    max-width: 300px;
    border-radius: 10px;
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, 0.2);
}footer .info_item:hover {
    transform: translateY(-5px);
    background-color: rgba(0, 0, 0, 0.3);
}footer .info_item svg {
    margin-right: 15px;
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    fill: #ffffff;
}footer .info_item p,
footer .info_item a {
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
}footer .info_item a:hover {
    text-decoration: underline;
}footer .text_main_holder {
    display: grid;
    gap: 40px;
    margin-top: -30px;
    grid-template-columns: 1fr;
    position: relative;
}footer .text_main_holder::before {
    width: 100%;
    z-index: -1;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    background-color: #ffffff;
    content: "";
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
}footer .nav_wrap_biFEHoy {
    text-align: center;
    padding-top: 60px;
}footer .nav_wrap_biFEHoy svg {
    height: 45px;
    margin-bottom: 15px;
    width: auto;
}footer .edu_global_xSwEu4Z {
    margin: 0 auto;
    color: #000000;
    line-height: 1.6;
    font-size: 16px;
    text-align: center;
    max-width: 350px;
}footer .top_guide_obLm4TM {
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
    background-color: rgb(214,204,219);
    margin: 0 20px;
    padding: 30px;
    position: relative;
}footer .top_guide_obLm4TM h5 {
    font-weight: 600;
    margin-bottom: 25px;
    font-size: 23px;
    display: inline-block;
    color: #000000;
    position: relative;
}footer .top_guide_obLm4TM h5::after {
    position: absolute;
    content: "";
    bottom: -8px;
    background: linear-gradient(90deg, rgb(195,166,201), transparent);
    width: 100%;
    height: 2px;
    left: 0;
}footer .top_expert_7SkxmtB {
    margin-bottom: 25px;
    flex-direction: column;
    gap: 10px 30px;
    flex-wrap: wrap;
    display: flex;
}footer .top_expert_7SkxmtB a {
    text-decoration: none;
    padding: 8px 0;
    flex: 1 0 calc(50% - 30px);
    position: relative;
    color: #000000;
    transition: all 0.3s ease;
    font-size: 12px;
}footer .top_expert_7SkxmtB a::after {
    position: absolute;
    height: 1px;
    transition: width 0.3s ease;
    left: 0;
    background-color: rgb(195,166,201);
    bottom: 0;
    content: "";
    width: 0;
}footer .top_expert_7SkxmtB a:hover {
    color: rgb(195,166,201);
    padding-left: 5px;
}footer .top_expert_7SkxmtB a:hover::after {
    width: 100%;
}footer .subscribe_holder {
    color: #ffffff;
    position: relative;
    margin: 0 20px;
    background-color: rgb(195,166,201);
    clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
    padding: 30px;
}footer .subscribe_holder::before {
    pointer-events: none;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 0%, transparent 50%);
    top: 0;
    position: absolute;
    content: "";
    left: 0;
    height: 100%;
    width: 100%;
}footer .subscribe_holder h5 {
    margin-bottom: 15px;
    font-size: 23px;
    font-weight: 600;
    color: #ffffff;
}footer .subscribe_holder p {
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    font-size: 12px;
    margin-bottom: 25px;
}footer .input_holder {
    gap: 15px;
    display: flex;
    flex-direction: column;
    position: relative;
}footer .input_holder input[type="email"] {
    font-size: 12px;
    transition: all 0.3s ease;
    padding: 15px;
    border-radius: 10px;
    border: none;
}footer .input_holder input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
    outline: none;
}footer .email_block_WaJNi8G {
    padding: 15px;
    font-size: 16px;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-weight: 600;
    cursor: pointer;
    background-color: #000000;
    color: #ffffff;
    border: none;
}footer .email_block_WaJNi8G:hover {
    background-color: rgb(172,106,185);
}footer .fellow_prog_QNdiBbp {
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
    margin-top: 60px;
    padding-top: 20px;
}footer .trial_offer_UIhzfrK {
    text-align: center;
    font-size: 16px;
    color: #000000;
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .email_block_WaJNi8G {
    white-space: nowrap;
}footer .nav_wrap_biFEHoy {
    padding-top: 80px;
}
}

@media (max-width: 767px) {footer .instant_contact_iGuSjJH {
    padding: 30px 15px 50px;
}footer .top_guide_obLm4TM, footer .subscribe_holder {
    margin: 0 10px;
    padding: 25px 20px;
}footer .fellow_prog_QNdiBbp {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .instant_contact_iGuSjJH {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}footer .top_guide_obLm4TM h5, footer .subscribe_holder h5 {
    font-size: calc(23px - 2px);
}footer .top_expert_7SkxmtB a {
    flex: 1 0 100%;
}footer .input_holder input[type="email"],
    footer .email_block_WaJNi8G {
    padding: 12px;
}}.who_we_are_wtCoRrP {
    overflow: hidden;
    padding: 120px 0 80px;
    min-height: 100vh;
    align-items: center;
    position: relative;
    display: flex;
    isolation: isolate;
}.who_we_are_wtCoRrP::before {
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(135deg, rgb(195,166,201,0.5), rgba(0, 0, 0, 0.5) 80%);
    content: "";
    left: 0;
    top: 0;
    position: absolute;
}.who_we_are_wtCoRrP::after {
    bottom: -20px;
    right: -20px;
    opacity: 0.15;
    content: "";
    background: linear-gradient(225deg, rgb(172,106,185) 0%, transparent 70%);
    height: 70%;
    position: absolute;
    animation: floatBackground 20s ease-in-out infinite alternate;
    width: 60%;
    transform: skewY(-12deg);
    z-index: -1;
}.who_we_are_wtCoRrP .container {
    max-width: 1200px;
    transform: perspective(1000px) rotateX(2deg);
    transform-origin: center top;
    z-index: 1;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
}.who_we_are_wtCoRrP h2 {
    position: relative;
    margin-bottom: 40px;
    font-size: 36px;
    letter-spacing: 1.5px;
    font-weight: 700;
    transform: translateZ(30px);
    color: #ffffff;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    display: inline-block;
}.who_we_are_wtCoRrP h2::before {
    height: 4px;
    left: 0;
    transform: scaleX(0);
    position: absolute;
    width: 80px;
    bottom: -12px;
    transform-origin: left;
    animation: lineExpand 1.2s 0.3s forwards cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    background: rgb(172,106,185);
}.who_we_are_wtCoRrP h2::after {
    height: 4px;
    transform: translateX(80px) scaleX(0);
    background: rgb(195,166,201);
    animation: lineExpandSecondary 1.2s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    bottom: -12px;
    position: absolute;
    content: "";
    left: 0;
    width: 40px;
    transform-origin: left;
}.who_we_are_wtCoRrP .word_wrapper_YwOEN8W {
    background: rgba(255, 255, 255, 0.95);
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) translateZ(0);
    position: relative;
    padding: 60px 50px;
    border-radius: 4px;
    backdrop-filter: blur(10px);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25), 
                0 -5px 20px rgba(255, 255, 255, 0.1);
}.who_we_are_wtCoRrP .word_wrapper_YwOEN8W::before {
    left: 0;
    content: "";
    top: 0;
    height: 100%;
    animation: pulseBar 8s infinite alternate cubic-bezier(0.445, 0.05, 0.55, 0.95);
    width: 6px;
    background: linear-gradient(to bottom, rgb(195,166,201), rgb(172,106,185));
    position: absolute;
    transform-origin: center;
    transform: scaleY(0.8);
}.who_we_are_wtCoRrP .word_wrapper_YwOEN8W::after {
    right: 0;
    top: 0;
    animation: pulseBar 12s infinite alternate cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transform: scaleX(0.9);
    background: linear-gradient(to right, rgb(195,166,201), rgb(172,106,185));
    position: absolute;
    height: 6px;
    content: "";
    transform-origin: center;
    width: 100%;
}.who_we_are_wtCoRrP .word_wrapper_YwOEN8W > div {
    z-index: 1;
    position: relative;
}.who_we_are_wtCoRrP .word_wrapper_YwOEN8W p {
    opacity: 0;
    margin-bottom: 20px;
    color: rgb(195,166,201);
    font-weight: 600;
    animation: slideUpFade 0.8s 0.3s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(20px);
    font-size: calc(22px - 2px);
    position: relative;
    display: inline-block;
}.who_we_are_wtCoRrP .word_wrapper_YwOEN8W p::after {
    background: rgb(172,106,185);
    bottom: -8px;
    animation: lineGrow 1s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: left;
    transform: scaleX(0);
    width: 40px;
    content: "";
    height: 2px;
    position: absolute;
    left: 0;
}.who_we_are_wtCoRrP .word_wrapper_YwOEN8W div div {
    color: #000000;
    column-gap: 40px;
    font-size: 17px;
    column-count: 1;
    opacity: 0;
    font-family: Arial, sans-serif;
    transform: translateY(30px);
    line-height: 1.8;
    animation: slideUpFade 1s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
}


@keyframes lineExpand {
    0% { transform: scaleX(0); }
    100% { transform: scaleX(1); }
}

@keyframes lineExpandSecondary {
    0% { transform: translateX(80px) scaleX(0); }
    100% { transform: translateX(80px) scaleX(1); }
}

@keyframes lineGrow {
    0% { transform: scaleX(0); }
    100% { transform: scaleX(1); }
}

@keyframes slideUpFade {
    0% { 
        opacity: 0;
        transform: translateY(30px);
    }
    100% { 
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulseBar {
    0%, 100% {
        transform: scaleY(0.8);
    }
    50% {
        transform: scaleY(1);
    }
}

@keyframes floatBackground {
    0% {
        transform: skewY(-12deg) translateY(0);
    }
    50% {
        transform: skewY(-10deg) translateY(-15px);
    }
    100% {
        transform: skewY(-12deg) translateY(0);
    }
}


@media (min-width: 768px) {.who_we_are_wtCoRrP {
    padding: 150px 0 100px;
}.who_we_are_wtCoRrP .container {
    transform: perspective(1200px) rotateX(3deg);
}.who_we_are_wtCoRrP h2 {
    margin-bottom: 60px;
    font-size: calc(36px + 4px);
}.who_we_are_wtCoRrP .word_wrapper_YwOEN8W {
    border-radius: 6px;
    transform: perspective(1000px) translateZ(10px) rotateY(-1deg);
    padding: 70px 60px;
    margin-left: 40px;
}.who_we_are_wtCoRrP .word_wrapper_YwOEN8W div div {
    column-count: 2;
}
}

@media (min-width: 992px) {.who_we_are_wtCoRrP .container {
    transform: perspective(1500px) rotateX(4deg);
}.who_we_are_wtCoRrP .word_wrapper_YwOEN8W {
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.3), 
                    0 -8px 25px rgba(255, 255, 255, 0.1);
    transform: perspective(1000px) translateZ(20px) rotateY(-1.5deg);
    margin-left: 60px;
    padding: 80px 70px;
}.who_we_are_wtCoRrP h2 {
    font-size: calc(36px + 8px);
}.who_we_are_wtCoRrP .word_wrapper_YwOEN8W::before {
    width: 8px;
}.who_we_are_wtCoRrP .word_wrapper_YwOEN8W::after {
    height: 8px;
}.who_we_are_wtCoRrP .word_wrapper_YwOEN8W div div {
    font-size: calc(17px + 1px);
    line-height: 1.9;
}
}

@media (min-width: 1200px) {.who_we_are_wtCoRrP .container {
    padding: 0 40px;
    transform: perspective(2000px) rotateX(4deg);
}.who_we_are_wtCoRrP .word_wrapper_YwOEN8W {
    padding: 90px 80px;
    transform: perspective(1000px) translateZ(30px) rotateY(-2deg);
    margin-left: 80px;
}.who_we_are_wtCoRrP .word_wrapper_YwOEN8W div div {
    column-gap: 60px;
    column-count: 2;
}
}

@media (max-width: 767px) {.who_we_are_wtCoRrP {
    padding: 100px 0 60px;
}.who_we_are_wtCoRrP .container {
    transform: perspective(800px) rotateX(1deg);
    padding: 0 15px;
}.who_we_are_wtCoRrP h2 {
    font-size: 36px;
    margin-bottom: 30px;
}.who_we_are_wtCoRrP .word_wrapper_YwOEN8W {
    border-radius: 4px;
    margin-left: 0;
    padding: 40px 25px;
}.who_we_are_wtCoRrP .word_wrapper_YwOEN8W::before {
    width: 4px;
}.who_we_are_wtCoRrP .word_wrapper_YwOEN8W::after {
    height: 4px;
}.who_we_are_wtCoRrP .word_wrapper_YwOEN8W div div {
    font-size: 17px;
    line-height: 1.7;
}}.greeting_page_lczbjOh {
    background-color: rgb(195,166,201);
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}.greeting_page_lczbjOh .mastery_center_9cPSMQG {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
    align-items: center;
}.greeting_page_lczbjOh .learn_welcome_sFXeTvm {
    width: 100%;
    left: 0;
    z-index: 1;
    position: absolute;
    overflow: hidden;
    top: 0;
    height: 100%;
}.greeting_page_lczbjOh .learn_welcome_sFXeTvm::before {
    z-index: 2;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(
        0deg,
        rgb(195,166,201,0.5) 0%,
        transparent 50%,
        rgb(195,166,201,0.5) 100%
    );
    content: "";
    position: absolute;
}.greeting_page_lczbjOh .learn_welcome_sFXeTvm::after {
    inset: 0;
    pointer-events: none;
    background: radial-gradient(
        ellipse at center,
        transparent 40%,
        rgb(172,106,185) 100%
    );
    z-index: 2;
    position: absolute;
    opacity: 0.7;
    content: "";
}.greeting_page_lczbjOh .skill_plus_iomgLvO {
    width: 100%;
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    height: 100%;
    grid-template-columns: repeat(2, 1fr);
    animation: grid-shuffle 25s ease-in-out infinite;
}.greeting_page_lczbjOh .main_hero_BOhD5RJ {
    overflow: hidden;
    transition: all 0.5s ease;
    opacity: 1;
    position: relative;
}.greeting_page_lczbjOh .main_hero_BOhD5RJ:nth-child(1) {
    grid-area: 1 / 1 / 2 / 2;
    animation: scale-up 25s infinite ease-in-out;
}.greeting_page_lczbjOh .main_hero_BOhD5RJ:nth-child(2) {
    animation: scale-down 25s infinite ease-in-out;
    animation-delay: 6.25s;
    grid-area: 1 / 2 / 2 / 3;
}.greeting_page_lczbjOh .main_hero_BOhD5RJ:nth-child(3) {
    grid-area: 2 / 1 / 3 / 2;
    animation: scale-up 25s infinite ease-in-out;
    animation-delay: 12.5s;
}.greeting_page_lczbjOh .main_hero_BOhD5RJ:nth-child(4) {
    animation: scale-down 25s infinite ease-in-out;
    animation-delay: 18.75s;
    grid-area: 2 / 2 / 3 / 3;
}.greeting_page_lczbjOh .skill_plus_iomgLvO:has(.main_hero_BOhD5RJ:nth-child(1):nth-last-child(1)) {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
}.greeting_page_lczbjOh .skill_plus_iomgLvO:has(.main_hero_BOhD5RJ:nth-child(1):nth-last-child(1)) .main_hero_BOhD5RJ:nth-child(1) {
    grid-area: 1 / 1 / 2 / 2;
}.greeting_page_lczbjOh .skill_plus_iomgLvO:has(.main_hero_BOhD5RJ:nth-child(2):nth-last-child(1)) {
    grid-template-rows: 1fr;
    grid-template-columns: repeat(2, 1fr);
}.greeting_page_lczbjOh .skill_plus_iomgLvO:has(.main_hero_BOhD5RJ:nth-child(2):nth-last-child(1)) .main_hero_BOhD5RJ:nth-child(1) {
    grid-area: 1 / 1 / 2 / 2;
}.greeting_page_lczbjOh .skill_plus_iomgLvO:has(.main_hero_BOhD5RJ:nth-child(2):nth-last-child(1)) .main_hero_BOhD5RJ:nth-child(2) {
    grid-area: 1 / 2 / 2 / 3;
}.greeting_page_lczbjOh .skill_plus_iomgLvO:has(.main_hero_BOhD5RJ:nth-child(3):nth-last-child(1)) {
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
}.greeting_page_lczbjOh .skill_plus_iomgLvO:has(.main_hero_BOhD5RJ:nth-child(3):nth-last-child(1)) .main_hero_BOhD5RJ:nth-child(1) {
    grid-area: 1 / 1 / 2 / 2;
}.greeting_page_lczbjOh .skill_plus_iomgLvO:has(.main_hero_BOhD5RJ:nth-child(3):nth-last-child(1)) .main_hero_BOhD5RJ:nth-child(2) {
    grid-area: 1 / 2 / 2 / 3;
}.greeting_page_lczbjOh .skill_plus_iomgLvO:has(.main_hero_BOhD5RJ:nth-child(3):nth-last-child(1)) .main_hero_BOhD5RJ:nth-child(3) {
    grid-area: 2 / 1 / 3 / 3;
}.greeting_page_lczbjOh .main_hero_BOhD5RJ img {
    height: calc(100% + 20px);
    object-fit: cover;
    margin: -10px;
    transition: all 0.5s ease;
    width: calc(100% + 20px);
    filter: grayscale(30%) brightness(0.8);
}.greeting_page_lczbjOh .main_hero_BOhD5RJ::before {
    background: linear-gradient(
        rgb(195,166,201,0.5),
        transparent
    );
    content: "";
    transition: opacity 0.5s ease;
    inset: 0;
    position: absolute;
    mix-blend-mode: overlay;
    opacity: 0;
    z-index: 1;
}.greeting_page_lczbjOh .main_hero_BOhD5RJ:nth-child(even)::before {
    background: linear-gradient(
        rgb(172,106,185,0.5),
        transparent
    );
}.greeting_page_lczbjOh .carousel-auto-slide.active::before {
    opacity: 0.6;
}.greeting_page_lczbjOh .word_wrapper_YwOEN8W {
    transition: all 0.5s ease;
    backdrop-filter: blur(10px);
    position: absolute;
    width: 70%;
    max-width: 800px;
    text-align: center;
    padding: 3rem;
    z-index: 5;
}.greeting_page_lczbjOh .word_wrapper_YwOEN8W::before {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.1);
    z-index: -1;
    border-radius: 10px;
    content: "";
}.greeting_page_lczbjOh .word_wrapper_YwOEN8W::after {
    animation: border-light 5s linear infinite;
    filter: blur(8px);
    background-size: 200% 200%;
    border-radius: 10px;
    background-image: 
        linear-gradient(90deg, transparent 30%, rgb(195,166,201) 50%, transparent 70%),
        linear-gradient(180deg, transparent 30%, rgb(172,106,185) 50%, transparent 70%);
    content: "";
    inset: -5px;
    opacity: 0.5;
    z-index: -2;
    position: absolute;
    background-position: 0% 0%;
}.greeting_page_lczbjOh .word_wrapper_YwOEN8W h1 {
    font-size: 39px;
    position: relative;
    color: #ffffff;
    margin-bottom: 1.5rem;
    font-weight: 700;
}.greeting_page_lczbjOh .word_wrapper_YwOEN8W h1::after {
    margin: 15px auto 0;
    height: 2px;
    display: block;
    content: "";
    width: 80px;
    background: linear-gradient(90deg, rgb(195,166,201), rgb(172,106,185));
}.greeting_page_lczbjOh .word_wrapper_YwOEN8W p {
    line-height: 1.7;
    margin-bottom: 2rem;
    opacity: 0.9;
    font-size: 13px;
    color: #ffffff;
}.greeting_page_lczbjOh .word_wrapper_YwOEN8W .help_query_2EKXP6n {
    background-color: rgb(195,166,201);
    overflow: hidden;
    color: #ffffff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    font-weight: 600;
    position: relative;
    padding: 1rem 2.5rem;
    font-size: 19px;
    transition: all 0.5s ease;
    border-radius: 50px;
    display: inline-block;
    z-index: 1;
}.greeting_page_lczbjOh .word_wrapper_YwOEN8W .help_query_2EKXP6n::before {
    background: linear-gradient(
        90deg,
        rgb(195,166,201),
        rgb(172,106,185),
        rgb(195,166,201)
    );
    background-position: 0% 0%;
    content: "";
    left: 0;
    height: 100%;
    width: 100%;
    transition: all 0.5s ease;
    z-index: -1;
    position: absolute;
    top: 0;
    background-size: 200% 100%;
}.greeting_page_lczbjOh .word_wrapper_YwOEN8W .help_query_2EKXP6n:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}.greeting_page_lczbjOh .word_wrapper_YwOEN8W .help_query_2EKXP6n:hover::before {
    background-position: 100% 0%;
}

@keyframes grid-shuffle {
    0%, 20% {
        transform: rotate(0deg) scale(1.1);
    }
    25%, 45% {
        transform: rotate(5deg) scale(1.15);
    }
    50%, 70% {
        transform: rotate(0deg) scale(1.2);
    }
    75%, 95% {
        transform: rotate(-5deg) scale(1.15);
    }
    100% {
        transform: rotate(0deg) scale(1.1);
    }
}

@keyframes scale-up {
    0%, 5%, 25%, 30%, 50%, 55%, 75%, 80%, 100% {
        opacity: 0.4;
    }
    10%, 15%, 20%, 35%, 40%, 45%, 60%, 65%, 70%, 85%, 90%, 95% {
        opacity: 1;
    }
}

@keyframes scale-down {
    0%, 5%, 25%, 30%, 50%, 55%, 75%, 80%, 100% {
        opacity: 1;
    }
    10%, 15%, 20%, 35%, 40%, 45%, 60%, 65%, 70%, 85%, 90%, 95% {
        opacity: 0.4;
    }
}

@keyframes border-light {
    0% {
        background-position: 0% 0%;
    }
    50% {
        background-position: 100% 100%;
    }
    100% {
        background-position: 0% 0%;
    }
}

@media (max-width: 992px) {.greeting_page_lczbjOh .word_wrapper_YwOEN8W {
    padding: 2.5rem;
    width: 80%;
}.greeting_page_lczbjOh .word_wrapper_YwOEN8W h1 {
    font-size: calc(39px * 0.85);
}.greeting_page_lczbjOh .word_wrapper_YwOEN8W p {
    font-size: calc(13px * 0.95);
}
}

@media (max-width: 768px) {.greeting_page_lczbjOh .word_wrapper_YwOEN8W {
    padding: 2rem;
    width: 85%;
}.greeting_page_lczbjOh .word_wrapper_YwOEN8W h1 {
    font-size: calc(39px * 0.7);
    margin-bottom: 1.2rem;
}.greeting_page_lczbjOh .word_wrapper_YwOEN8W h1::after {
    margin: 10px auto 0;
    width: 60px;
}.greeting_page_lczbjOh .word_wrapper_YwOEN8W p {
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-size: calc(13px * 0.9);
}.greeting_page_lczbjOh .word_wrapper_YwOEN8W .help_query_2EKXP6n {
    padding: 0.8rem 2rem;
}
    
    @keyframes grid-shuffle {
        0%, 20% {
            transform: rotate(0deg) scale(1.05);
        }
        25%, 45% {
            transform: rotate(3deg) scale(1.1);
        }
        50%, 70% {
            transform: rotate(0deg) scale(1.15);
        }
        75%, 95% {
            transform: rotate(-3deg) scale(1.1);
        }
        100% {
            transform: rotate(0deg) scale(1.05);
        }
    }
}

@media (max-width: 576px) {.greeting_page_lczbjOh .word_wrapper_YwOEN8W {
    padding: 1.5rem;
    width: 90%;
}.greeting_page_lczbjOh .word_wrapper_YwOEN8W h1 {
    font-size: calc(39px * 0.6);
    margin-bottom: 1rem;
}.greeting_page_lczbjOh .word_wrapper_YwOEN8W h1::after {
    width: 50px;
    margin: 8px auto 0;
}.greeting_page_lczbjOh .word_wrapper_YwOEN8W p {
    line-height: 1.5;
    font-size: calc(13px * 0.85);
    margin-bottom: 1.2rem;
}.greeting_page_lczbjOh .word_wrapper_YwOEN8W .help_query_2EKXP6n {
    padding: 0.7rem 1.7rem;
    font-size: calc(19px * 0.9);
}@keyframes grid-shuffle {
        0%, 20% {
            transform: rotate(0deg) scale(1.03);
        }
        25%, 45% {
            transform: rotate(2deg) scale(1.06);
        }
        50%, 70% {
            transform: rotate(0deg) scale(1.09);
        }
        75%, 95% {
            transform: rotate(-2deg) scale(1.06);
        }
        100% {
            transform: rotate(0deg) scale(1.03);
        }
    }
}.learning_impact_zFCpdYx {
    font-family: Arial, sans-serif;
    padding: 80px 0;
    overflow: hidden;
    background: linear-gradient(160deg, rgb(214,204,219) 0%, #ffffff 100%);
    position: relative;
}.learning_impact_zFCpdYx::before {
    top: -150px;
    position: absolute;
    height: 400px;
    filter: blur(100px);
    border-radius: 50%;
    opacity: 0.3;
    right: -150px;
    background: rgb(195,166,201,0.5);
    content: "";
    animation: pulse 10s ease-in-out infinite alternate;
    width: 400px;
}.learning_impact_zFCpdYx::after {
    bottom: -150px;
    width: 400px;
    animation: pulse 12s ease-in-out infinite alternate-reverse;
    opacity: 0.3;
    height: 400px;
    left: -150px;
    filter: blur(100px);
    border-radius: 50%;
    content: "";
    position: absolute;
    background: rgb(172,106,185,0.5);
}@keyframes pulse {
  0% {
    opacity: 0.2;
    transform: scale(0.9);
  }
  100% {
    opacity: 0.4;
    transform: scale(1.1);
  }
}

.learning_impact_zFCpdYx .container {
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
}.learning_impact_zFCpdYx .mastery_center_9cPSMQG {
    grid-template-columns: 1fr 1.3fr;
    position: relative;
    display: grid;
    gap: 0;
}.learning_impact_zFCpdYx .portrait_image_xKvYzfP {
    min-height: 400px;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    transform-origin: center;
    object-fit: cover;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.15);
    transition: all 0.5s ease;
    width: 100%;
    z-index: 1;
    height: 100%;
}.learning_impact_zFCpdYx .portrait_image_xKvYzfP:hover {
    transform: scale(1.02);
}.learning_impact_zFCpdYx .word_wrapper_YwOEN8W {
    background: #ffffff;
    z-index: 2;
    position: relative;
    box-shadow: 
    10px 10px 30px rgba(0, 0, 0, 0.1),
    -5px -5px 20px rgba(255, 255, 255, 0.7);
    border-radius: 15px;
    padding: 40px 35px 40px 45px;
    margin-left: -30px;
}.learning_impact_zFCpdYx .word_wrapper_YwOEN8W::before {
    opacity: 0.4;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    top: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(195,166,201,0.5), transparent);
    width: 100px;
    height: 100px;
    right: 0;
    content: "";
}.learning_impact_zFCpdYx .word_wrapper_YwOEN8W::after {
    height: 100px;
    clip-path: polygon(0 100%, 0 0, 100% 100%);
    bottom: 0;
    width: 100px;
    background: linear-gradient(135deg, rgb(172,106,185,0.5), transparent);
    content: "";
    left: 0;
    opacity: 0.4;
    position: absolute;
}.learning_impact_zFCpdYx h3 {
    margin-bottom: 30px;
    position: relative;
    color: rgb(195,166,201);
    padding-left: 20px;
    font-size: 30px;
    font-weight: 700;
}.learning_impact_zFCpdYx h3::before {
    left: 0;
    content: "";
    border-radius: 10px;
    position: absolute;
    background: linear-gradient(to bottom, rgb(195,166,201), rgb(172,106,185));
    height: 100%;
    top: 0;
    width: 5px;
}.learning_impact_zFCpdYx ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    margin: 0;
    gap: 15px;
    padding: 0;
}.learning_impact_zFCpdYx li {
    transform: translateY(0);
    transition: all 0.3s ease;
    position: relative;
}.learning_impact_zFCpdYx li:hover {
    transform: translateY(-5px);
}.learning_impact_zFCpdYx li p {
    color: #000000;
    gap: 16px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.5));
    z-index: 1;
    display: flex;
    overflow: hidden;
    margin: 0;
    position: relative;
    border-radius: 10px;
    box-shadow: 
    5px 5px 15px rgba(0, 0, 0, 0.05),
    -3px -3px 10px rgba(255, 255, 255, 0.8);
    padding: 15px 20px;
    align-items: center;
    font-size: 12px;
}.learning_impact_zFCpdYx li p::before {
    width: 100%;
    transition: opacity 0.3s ease;
    content: "";
    height: 100%;
    top: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(195,166,201,0.5), rgb(172,106,185,0.5));
    z-index: -1;
    left: 0;
    opacity: 0;
}.learning_impact_zFCpdYx li:hover p {
    box-shadow: 
    8px 8px 20px rgba(0, 0, 0, 0.08),
    -5px -5px 15px rgba(255, 255, 255, 1);
}.learning_impact_zFCpdYx li:hover p::before {
    opacity: 0.1;
}.learning_impact_zFCpdYx svg {
    border-radius: 50%;
    padding: 10px;
    box-shadow: 
    3px 3px 8px rgba(0, 0, 0, 0.1),
    -2px -2px 5px rgba(255, 255, 255, 0.8);
    background: #ffffff;
    transition: all 0.3s ease;
    height: 24px;
    width: 24px;
    flex-shrink: 0;
}.learning_impact_zFCpdYx svg path {
    transition: fill 0.3s ease;
    fill: rgb(195,166,201);
}.learning_impact_zFCpdYx li:hover svg {
    box-shadow: 
    5px 5px 10px rgba(0, 0, 0, 0.15),
    -2px -2px 5px rgba(255, 255, 255, 0.8);
    transform: rotate(-15deg);
    background: linear-gradient(135deg, rgb(195,166,201), rgb(172,106,185));
}.learning_impact_zFCpdYx li:hover svg path {
    fill: #ffffff;
}

@media (max-width: 992px) {.learning_impact_zFCpdYx {
    padding: 60px 0;
}.learning_impact_zFCpdYx .mastery_center_9cPSMQG {
    grid-template-columns: 1fr;
    gap: 30px;
}.learning_impact_zFCpdYx .portrait_image_xKvYzfP {
    min-height: 350px;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}.learning_impact_zFCpdYx .word_wrapper_YwOEN8W {
    padding: 35px 30px;
    margin-left: 0;
}
}

@media (max-width: 768px) {.learning_impact_zFCpdYx {
    padding: 50px 0;
}.learning_impact_zFCpdYx .portrait_image_xKvYzfP {
    min-height: 280px;
}.learning_impact_zFCpdYx h3 {
    font-size: calc(30px * 0.95);
}
}

@media (max-width: 576px) {.learning_impact_zFCpdYx {
    padding: 40px 0;
}.learning_impact_zFCpdYx .portrait_image_xKvYzfP {
    min-height: 220px;
}.learning_impact_zFCpdYx .word_wrapper_YwOEN8W {
    padding: 25px 20px;
}.learning_impact_zFCpdYx h3 {
    margin-bottom: 25px;
    font-size: calc(30px * 0.9);
}.learning_impact_zFCpdYx li p {
    font-size: 12px;
    padding: 12px 15px;
    gap: 12px;
}.learning_impact_zFCpdYx svg {
    height: 22px;
    width: 22px;
    padding: 8px;
}}.course_methodology_Cct89VY {
    background: linear-gradient(160deg, rgb(214,204,219) 0%, rgb(195,166,201,0.5) 140%);
    padding: 180px 0 150px;
    position: relative;
    overflow: visible;
}.course_methodology_Cct89VY::before {
    content: '';
    left: 0;
    width: 100%;
    top: 0;
    position: absolute;
    background: linear-gradient(45deg, transparent 60%, rgb(195,166,201,0.5) 100%);
    height: 100%;
    opacity: 0.2;
    z-index: 1;
}.course_methodology_Cct89VY .mastery_center_9cPSMQG {
    padding: 0 30px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}.course_methodology_Cct89VY .word_wrapper_YwOEN8W {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    position: relative;
}.course_methodology_Cct89VY .word_wrapper_YwOEN8W h2 {
    background: rgb(195,166,201,0.5);
    padding: 30px 40px;
    align-self: flex-start;
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.15);
    position: relative;
    color: #ffffff;
    margin-bottom: 0;
    z-index: 4;
    border-radius: 10px;
    transform: translateX(-80px);
    font-weight: 700;
    font-size: 29px;
    backdrop-filter: blur(10px);
}.course_methodology_Cct89VY .word_wrapper_YwOEN8W p {
    margin-top: -15px;
    width: 70%;
    box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.2);
    align-self: flex-end;
    color: #ffffff;
    line-height: 1.8;
    background: rgba(255, 255, 255, 0.08);
    position: relative;
    border-radius: 10px;
    backdrop-filter: blur(15px);
    padding: 50px 60px;
    z-index: 3;
    font-size: 14px;
}.course_methodology_Cct89VY .word_wrapper_YwOEN8W::before {
    content: '';
    animation: morph 15s infinite alternate;
    z-index: 1;
    position: absolute;
    height: 300px;
    filter: blur(60px);
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    top: -150px;
    width: 300px;
    background: rgb(195,166,201);
    right: -150px;
    opacity: 0.05;
}.course_methodology_Cct89VY .word_wrapper_YwOEN8W::after {
    border-radius: 60% 40% 30% 70% / 50% 60% 30% 60%;
    opacity: 0.05;
    bottom: -200px;
    background: rgb(172,106,185);
    position: absolute;
    height: 400px;
    filter: blur(70px);
    z-index: 0;
    animation: morph 20s infinite alternate-reverse;
    left: -150px;
    width: 400px;
    content: '';
}.course_methodology_Cct89VY .word_wrapper_YwOEN8W h2::before {
    border-radius: 10px;
    transform: rotate(45deg);
    width: 40px;
    background: rgb(195,166,201);
    z-index: -1;
    position: absolute;
    left: -20px;
    top: -20px;
    content: '';
    height: 40px;
}.course_methodology_Cct89VY .word_wrapper_YwOEN8W h2::after {
    position: absolute;
    content: '';
    bottom: -30px;
    background: rgb(195,166,201);
    height: 2px;
    left: 40px;
    z-index: 5;
    width: 120px;
}.course_methodology_Cct89VY .word_wrapper_YwOEN8W p::before {
    width: 80px;
    opacity: 0.1;
    content: '';
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    background: rgb(195,166,201,0.5);
    position: absolute;
    top: -40px;
    height: 80px;
    animation: float-rotate 10s infinite alternate;
    z-index: -1;
    right: 60px;
}.course_methodology_Cct89VY .word_wrapper_YwOEN8W p::after {
    bottom: -30px;
    animation: float-rotate 12s infinite alternate-reverse;
    opacity: 0.1;
    content: '';
    height: 60px;
    background: rgb(172,106,185,0.5);
    width: 60px;
    border-radius: 30% 70% 50% 50% / 50% 50% 70% 30%;
    z-index: -1;
    left: 40px;
    position: absolute;
}.course_methodology_Cct89VY::after {
    z-index: 1;
    opacity: 0.6;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(195,166,201,0.5) 20%, 
        rgb(195,166,201) 50%, 
        rgb(172,106,185,0.5) 80%, 
        transparent 100%
    );
    position: absolute;
    height: 3px;
    width: 100%;
    content: '';
}.course_methodology_Cct89VY .mastery_center_9cPSMQG::before {
    height: 2px;
    background: rgb(195,166,201,0.5);
    width: 200px;
    left: -100px;
    position: absolute;
    transform: rotate(60deg);
    top: 35%;
    animation: glow 5s infinite alternate;
    content: '';
}.course_methodology_Cct89VY .mastery_center_9cPSMQG::after {
    animation: glow 6s infinite alternate-reverse;
    bottom: 25%;
    content: '';
    height: 2px;
    transform: rotate(-60deg);
    width: 200px;
    right: -100px;
    background: rgb(172,106,185,0.5);
    position: absolute;
}@keyframes morph {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }
    100% {
        border-radius: 70% 30% 40% 60% / 50% 60% 30% 60%;
    }
}

@keyframes float-rotate {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    100% {
        transform: translateY(-20px) rotate(45deg);
    }
}

@keyframes glow {
    0%, 100% {
        opacity: 0.3;
        box-shadow: 0 0 5px rgb(195,166,201,0.5);
    }
    50% {
        opacity: 0.7;
        box-shadow: 0 0 15px rgb(195,166,201);
    }
}

.course_methodology_Cct89VY .word_wrapper_YwOEN8W h2 span {
    position: relative;
    z-index: 2;
}.course_methodology_Cct89VY .word_wrapper_YwOEN8W p span {
    color: rgb(195,166,201);
    font-weight: 600;
    position: relative;
}.course_methodology_Cct89VY .floating-element {
    width: 150px;
    border: 2px solid rgb(195,166,201,0.5);
    z-index: 0;
    right: 10%;
    opacity: 0.2;
    animation: float 20s infinite ease-in-out;
    top: 20%;
    height: 150px;
    position: absolute;
}.course_methodology_Cct89VY .floating-element::before {
    content: '';
    width: 20px;
    position: absolute;
    opacity: 0.3;
    transform: translate(-50%, -50%);
    background: rgb(195,166,201);
    border-radius: 50%;
    left: 50%;
    height: 20px;
    top: 50%;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    25% {
        transform: translateY(-30px) rotate(5deg);
    }
    50% {
        transform: translateY(0) rotate(10deg);
    }
    75% {
        transform: translateY(30px) rotate(5deg);
    }
}

@media screen and (max-width: 1200px) {.course_methodology_Cct89VY .word_wrapper_YwOEN8W h2 {
    transform: translateX(-60px);
}.course_methodology_Cct89VY .word_wrapper_YwOEN8W p {
    width: 75%;
}.course_methodology_Cct89VY .word_wrapper_YwOEN8W::before {
    width: 250px;
    top: -125px;
    right: -125px;
    height: 250px;
}.course_methodology_Cct89VY .word_wrapper_YwOEN8W::after {
    left: -120px;
    bottom: -175px;
    height: 350px;
    width: 350px;
}.course_methodology_Cct89VY .floating-element {
    height: 120px;
    right: 8%;
    width: 120px;
}
}

@media screen and (max-width: 992px) {.course_methodology_Cct89VY {
    padding: 150px 0 120px;
}.course_methodology_Cct89VY .word_wrapper_YwOEN8W h2 {
    transform: translateX(-40px);
    padding: 25px 35px;
}.course_methodology_Cct89VY .word_wrapper_YwOEN8W p {
    width: 80%;
    padding: 40px 50px;
}.course_methodology_Cct89VY .word_wrapper_YwOEN8W::before {
    height: 200px;
    right: -100px;
    width: 200px;
    top: -100px;
}.course_methodology_Cct89VY .word_wrapper_YwOEN8W::after {
    left: -100px;
    height: 280px;
    bottom: -140px;
    width: 280px;
}.course_methodology_Cct89VY .mastery_center_9cPSMQG::before,
    .course_methodology_Cct89VY .mastery_center_9cPSMQG::after {
    width: 150px;
}.course_methodology_Cct89VY .floating-element {
    width: 100px;
    height: 100px;
}
}

@media screen and (max-width: 768px) {.course_methodology_Cct89VY {
    padding: 120px 0 100px;
    overflow: hidden;
}.course_methodology_Cct89VY .word_wrapper_YwOEN8W h2 {
    padding: 20px 30px;
    transform: translateX(0);
    align-self: center;
    font-size: calc(29px * 0.9);
    margin-bottom: 30px;
}.course_methodology_Cct89VY .word_wrapper_YwOEN8W p {
    align-self: center;
    width: 100%;
    margin-top: 0;
    padding: 30px 40px;
}.course_methodology_Cct89VY .word_wrapper_YwOEN8W h2::after {
    width: 80px;
    transform: translateX(-50%);
    bottom: -20px;
    left: 50%;
}.course_methodology_Cct89VY .word_wrapper_YwOEN8W::before,
    .course_methodology_Cct89VY .word_wrapper_YwOEN8W::after,
    .course_methodology_Cct89VY .mastery_center_9cPSMQG::before,
    .course_methodology_Cct89VY .mastery_center_9cPSMQG::after,
    .course_methodology_Cct89VY .floating-element {
    display: none;
}
}

@media screen and (max-width: 480px) {.course_methodology_Cct89VY {
    padding: 100px 0 80px;
}.course_methodology_Cct89VY .word_wrapper_YwOEN8W h2 {
    font-size: calc(29px * 0.8);
    padding: 15px 25px;
}.course_methodology_Cct89VY .word_wrapper_YwOEN8W p {
    font-size: calc(14px * 0.9);
    padding: 25px 30px;
}.course_methodology_Cct89VY .word_wrapper_YwOEN8W h2::before {
    width: 30px;
    top: -15px;
    height: 30px;
    left: -15px;
}.course_methodology_Cct89VY .word_wrapper_YwOEN8W h2::after {
    width: 60px;
    bottom: -15px;
    height: 1px;
}}.program_overview_B6ytk09 {
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(214,204,219) 40%, rgb(172,106,185,0.5) 100%);
}.program_overview_B6ytk09::before {
    width: 25vw;
    position: absolute;
    height: 25vw;
    content: "";
    animation: float 15s infinite ease-in-out;
    background: radial-gradient(circle at center, rgb(195,166,201,0.5) 0%, transparent 70%);
    top: -10%;
    z-index: 1;
    right: -5%;
}.program_overview_B6ytk09::after {
    background: radial-gradient(circle at center, rgb(172,106,185,0.5) 0%, transparent 70%);
    width: 30vw;
    z-index: 1;
    left: -5%;
    position: absolute;
    height: 30vw;
    content: "";
    bottom: -10%;
    animation: float 18s infinite ease-in-out reverse;
}.program_overview_B6ytk09 .container {
    padding: 0 2rem;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.program_overview_B6ytk09 h2 {
    position: relative;
    color: #000000;
    font-weight: 700;
    transform: perspective(1000px) rotateX(0deg);
    font-size: 32px;
    margin-bottom: 3rem;
    text-align: center;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.program_overview_B6ytk09 h2::after {
    transition: transform 0.5s ease;
    background: linear-gradient(90deg, rgb(195,166,201), rgb(172,106,185));
    height: 4px;
    left: 50%;
    width: 80px;
    content: "";
    bottom: -1rem;
    transform: translateX(-50%) scaleX(0.8);
    position: absolute;
}.program_overview_B6ytk09:hover h2::after {
    transform: translateX(-50%) scaleX(1);
}.program_overview_B6ytk09 .learn_path_wq4slL0 {
    display: grid;
    grid-template-columns: 1fr;
    transform-style: preserve-3d;
    perspective: 1000px;
    gap: 3rem;
    position: relative;
}.program_overview_B6ytk09 .portrait_image_xKvYzfP {
    position: relative;
    transition: transform 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 400px;
    overflow: hidden;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 95% 100%, 0 100%);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(0) rotate(0deg);
    border-radius: 23px;
}.program_overview_B6ytk09 .portrait_image_xKvYzfP::before {
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 2;
    content: "";
    top: 0;
    background: linear-gradient(
        to bottom right,
        transparent 0%,
        rgba(rgb(195,166,201), 0.2) 100%
    );
    height: 100%;
}.program_overview_B6ytk09 .portrait_image_xKvYzfP::after {
    position: absolute;
    z-index: 1;
    animation: pulse 6s infinite alternate;
    top: -10px;
    opacity: 0.7;
    border-radius: 50%;
    width: 70px;
    background: rgb(195,166,201);
    content: "";
    height: 70px;
    right: -10px;
    filter: blur(15px);
}.program_overview_B6ytk09:hover .portrait_image_xKvYzfP {
    transform: translateY(-10px) rotate(1deg);
}.program_overview_B6ytk09 .word_wrapper_YwOEN8W {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    backdrop-filter: blur(5px);
    max-height: 500px;
    border-radius: 23px;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.95) 0%,
        rgba(255, 255, 255, 0.85) 100%
    );
    position: relative;
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    overflow-y: auto;
    transform: translateZ(0);
}.program_overview_B6ytk09 .word_wrapper_YwOEN8W::-webkit-scrollbar {
    width: 8px;
}.program_overview_B6ytk09 .word_wrapper_YwOEN8W::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(rgba(0, 0, 0, 0.5), 0.05);
}.program_overview_B6ytk09 .word_wrapper_YwOEN8W::-webkit-scrollbar-thumb {
    border-radius: 10px;
    transition: background 0.3s ease;
    background: rgb(172,106,185,0.5);
}.program_overview_B6ytk09 .word_wrapper_YwOEN8W::-webkit-scrollbar-thumb:hover {
    background: rgb(172,106,185);
}.program_overview_B6ytk09 .word_wrapper_YwOEN8W::before {
    position: absolute;
    left: 20px;
    top: -30px;
    border-radius: 50%;
    z-index: -1;
    opacity: 0.6;
    background: rgb(172,106,185,0.5);
    content: "";
    width: 60px;
    filter: blur(25px);
    height: 60px;
}.program_overview_B6ytk09:hover .word_wrapper_YwOEN8W {
    transform: translateZ(20px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}.program_overview_B6ytk09 .description {
    line-height: 1.75;
    transform: translateY(20px);
    margin-bottom: 1.5rem;
    opacity: 0;
    animation-delay: 0.2s;
    color: #000000;
    animation: fadeInUp 0.8s forwards;
    font-size: 12px;
}.program_overview_B6ytk09 .description:last-child {
    animation-delay: 0.4s;
    margin-bottom: 0;
}

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

@keyframes float {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(5%, 3%);
    }
    50% {
        transform: translate(-3%, 5%);
    }
    75% {
        transform: translate(3%, -3%);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.2);
    }
}

@media (min-width: 768px) {.program_overview_B6ytk09 .learn_path_wq4slL0 {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}.program_overview_B6ytk09 h2 {
    font-size: calc(32px * 1.1);
    text-align: left;
}.program_overview_B6ytk09 h2::after {
    transform: translateX(0) scaleX(0.8);
    left: 0;
}.program_overview_B6ytk09:hover h2::after {
    transform: translateX(0) scaleX(1);
}.program_overview_B6ytk09 .portrait_image_xKvYzfP {
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 90%);
    min-height: 450px;
}
}

@media (min-width: 992px) {.program_overview_B6ytk09 {
    padding: 8rem 0;
}.program_overview_B6ytk09 .learn_path_wq4slL0 {
    gap: 5rem;
}.program_overview_B6ytk09 h2 {
    font-size: calc(32px * 1.2);
    margin-bottom: 4rem;
}.program_overview_B6ytk09 .portrait_image_xKvYzfP {
    transform: translateX(-20px) rotate(-1deg);
    min-height: 550px;
}.program_overview_B6ytk09:hover .portrait_image_xKvYzfP {
    transform: translateX(-20px) translateY(-10px) rotate(0deg);
}.program_overview_B6ytk09 .word_wrapper_YwOEN8W {
    padding: 3rem;
    max-height: 550px;
    transform: translateX(20px);
}.program_overview_B6ytk09:hover .word_wrapper_YwOEN8W {
    transform: translateX(20px) translateZ(30px);
}
}

@media (min-width: 1200px) {.program_overview_B6ytk09 .portrait_image_xKvYzfP {
    transform: translateX(-40px) rotate(-1deg);
    min-height: 600px;
}.program_overview_B6ytk09:hover .portrait_image_xKvYzfP {
    transform: translateX(-40px) translateY(-15px) rotate(0deg);
}.program_overview_B6ytk09 .word_wrapper_YwOEN8W {
    padding: 3.5rem;
    transform: translateX(40px);
    max-height: 600px;
}.program_overview_B6ytk09:hover .word_wrapper_YwOEN8W {
    transform: translateX(40px) translateZ(40px);
}
}

@media (max-width: 767px) {.program_overview_B6ytk09 {
    padding: 4rem 0;
}.program_overview_B6ytk09 h2 {
    margin-bottom: 2rem;
    font-size: calc(32px * 0.9);
}.program_overview_B6ytk09 .portrait_image_xKvYzfP {
    height: 280px;
}.program_overview_B6ytk09 .word_wrapper_YwOEN8W {
    padding: 1.5rem;
}.program_overview_B6ytk09 .description {
    line-height: 1.6;
    font-size: calc(12px * 0.95);
}}.contact_box_aYB4Azs {
    padding: 120px 0;
    position: relative;
    background: rgb(214,204,219);
    overflow: hidden;
}.contact_box_aYB4Azs::before {
    opacity: 0.4;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgb(172,106,185,0.5) 0%, transparent 100%);
    top: 0;
    content: "";
    position: absolute;
}.contact_box_aYB4Azs::after {
    height: 200px;
    content: "";
    width: 100%;
    background: linear-gradient(0deg, rgb(214,204,219) 0%, transparent 100%);
    bottom: 0;
    position: absolute;
    left: 0;
    z-index: 2;
}.contact_box_aYB4Azs .portrait_image_xKvYzfP {
    z-index: 0;
    filter: grayscale(100%) contrast(120%);
    height: 100%;
    left: 0;
    width: 100%;
    position: absolute;
    opacity: 0.12;
    top: 0;
}.contact_box_aYB4Azs .container {
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 5;
}.contact_box_aYB4Azs h3 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 60px;
    text-transform: uppercase;
    position: relative;
    color: #000000;
    text-align: center;
}.support_help_yTJtSck {
    gap: 0;
    display: flex;
    position: relative;
    z-index: 10;
}.support_help_yTJtSck .inquiry_links_HZXe47W {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    padding: 60px;
    flex: 0 0 58%;
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    position: relative;
    background: #ffffff;
}.support_help_yTJtSck .inquiry_links_HZXe47W h3 {
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    text-transform: none;
    text-align: left;
    margin-bottom: 40px;
}.support_help_yTJtSck .inquiry_links_HZXe47W h3::before,
.support_help_yTJtSck .inquiry_links_HZXe47W h3::after {
    content: none;
}.support_help_yTJtSck .inquiry_links_HZXe47W form {
    flex-direction: column;
    display: flex;
}.support_help_yTJtSck .inquiry_links_HZXe47W input[type="text"],
.support_help_yTJtSck .inquiry_links_HZXe47W textarea {
    margin-bottom: 25px;
    transition: all 0.3s ease;
    font-size: 13px;
    border: none;
    font-family: Arial, sans-serif;
    background: rgba(245, 245, 245, 0.5);
    width: 100%;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    padding: 16px 20px;
}.support_help_yTJtSck .inquiry_links_HZXe47W input[type="text"]:focus,
.support_help_yTJtSck .inquiry_links_HZXe47W textarea:focus {
    outline: none;
    background: rgba(245, 245, 245, 0.8);
    border-bottom-color: rgb(195,166,201);
}.support_help_yTJtSck .inquiry_links_HZXe47W textarea {
    min-height: 150px;
    resize: vertical;
}.support_help_yTJtSck .inquiry_links_HZXe47W .query_query_0Xo1QdT {
    display: flex;
    align-items: flex-start;
    position: relative;
    margin-bottom: 30px;
}.support_help_yTJtSck .inquiry_links_HZXe47W .query_query_0Xo1QdT input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.support_help_yTJtSck .inquiry_links_HZXe47W .query_query_0Xo1QdT label {
    position: relative;
    font-size: calc(13px - 2px);
    padding-left: 35px;
    cursor: pointer;
    line-height: 1.5;
    color: #000000;
}.support_help_yTJtSck .inquiry_links_HZXe47W .query_query_0Xo1QdT label::before {
    position: absolute;
    content: "";
    background: rgba(245, 245, 245, 0.5);
    left: 0;
    top: 2px;
    height: 22px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    width: 22px;
}.support_help_yTJtSck .inquiry_links_HZXe47W .query_query_0Xo1QdT input[type="checkbox"]:checked + label::before {
    background: rgb(195,166,201);
    border-bottom-color: rgb(195,166,201);
}.support_help_yTJtSck .inquiry_links_HZXe47W .query_query_0Xo1QdT input[type="checkbox"]:checked + label::after {
    left: 8px;
    transform: rotate(45deg);
    width: 6px;
    position: absolute;
    height: 12px;
    content: "";
    border-width: 0 2px 2px 0;
    top: 4px;
    border: solid #ffffff;
}.support_help_yTJtSck .inquiry_links_HZXe47W .query_query_0Xo1QdT a {
    border-bottom: 1px dashed rgb(195,166,201);
    transition: all 0.3s ease;
    text-decoration: none;
    font-weight: 600;
    color: rgb(195,166,201);
}.support_help_yTJtSck .inquiry_links_HZXe47W .query_query_0Xo1QdT a:hover {
    color: rgb(172,106,185);
    border-bottom-color: rgb(172,106,185);
}.support_help_yTJtSck .inquiry_links_HZXe47W .help_query_2EKXP6n {
    color: #000000;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
    padding: 15px 35px;
    border: none;
    position: relative;
    text-transform: uppercase;
    border-bottom: 2px solid rgb(195,166,201);
    align-self: flex-start;
    font-size: 16px;
    display: inline-block;
    background: transparent;
    letter-spacing: 1px;
}.support_help_yTJtSck .inquiry_links_HZXe47W .help_query_2EKXP6n::before {
    bottom: -2px;
    transition: all 0.3s ease;
    left: 0;
    content: "";
    height: 2px;
    width: 100%;
    z-index: -1;
    position: absolute;
    background: rgb(195,166,201);
}.support_help_yTJtSck .inquiry_links_HZXe47W .help_query_2EKXP6n:hover {
    color: #ffffff;
}.support_help_yTJtSck .inquiry_links_HZXe47W .help_query_2EKXP6n:hover::before {
    height: 100%;
}.support_help_yTJtSck .request_query_bOoht1r {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    position: relative;
    color: #ffffff;
    z-index: 0;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    flex: 0 0 42%;
    background: rgba(0, 0, 0, 0.5);
    padding: 60px;
    margin-left: -40px;
}.support_help_yTJtSck .request_query_bOoht1r::before {
    content: "";
    z-index: -1;
    height: 100%;
    background-image: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.05) 0,
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
}.support_help_yTJtSck .request_query_bOoht1r h4 {
    font-size: 18px;
    padding-bottom: 15px;
    font-weight: 600;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 40px;
    color: #ffffff;
    position: relative;
}.support_help_yTJtSck .request_query_bOoht1r .support_section_kiSJ53a {
    list-style: none;
    padding: 0;
    margin: 0;
}.support_help_yTJtSck .request_query_bOoht1r .support_section_kiSJ53a li {
    margin-bottom: 30px;
    position: relative;
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    align-items: center;
    z-index: 1;
    padding-bottom: 30px;
}.support_help_yTJtSck .request_query_bOoht1r .support_section_kiSJ53a li:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}.support_help_yTJtSck .request_query_bOoht1r .support_section_kiSJ53a li svg {
    height: 24px;
    flex-shrink: 0;
    width: 24px;
    margin-right: 20px;
}.support_help_yTJtSck .request_query_bOoht1r .support_section_kiSJ53a li svg path {
    fill: rgb(195,166,201);
    transition: all 0.3s ease;
}.support_help_yTJtSck .request_query_bOoht1r .support_section_kiSJ53a li:hover svg path {
    fill: #ffffff;
}.support_help_yTJtSck .request_query_bOoht1r .support_section_kiSJ53a li span {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.5;
    font-size: 13px;
}.support_help_yTJtSck .request_query_bOoht1r .support_section_kiSJ53a li a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: all 0.3s ease;
}.support_help_yTJtSck .request_query_bOoht1r .support_section_kiSJ53a li a:hover {
    color: rgb(195,166,201);
}

@media screen and (max-width: 992px) {.contact_box_aYB4Azs {
    padding: 80px 0;
}.support_help_yTJtSck {
    flex-direction: column;
}.support_help_yTJtSck .inquiry_links_HZXe47W {
    clip-path: none;
    width: 100%;
}.support_help_yTJtSck .request_query_bOoht1r {
    clip-path: none;
    margin-left: 0;
    width: 100%;
}
}

@media screen and (max-width: 768px) {.contact_box_aYB4Azs {
    padding: 60px 0;
}.contact_box_aYB4Azs h3 {
    font-size: calc(36px - 4px);
}.support_help_yTJtSck .inquiry_links_HZXe47W,
    .support_help_yTJtSck .request_query_bOoht1r {
    padding: 40px 30px;
}.support_help_yTJtSck .inquiry_links_HZXe47W .help_query_2EKXP6n {
    width: 100%;
    text-align: center;
}
}

@media screen and (max-width: 480px) {.contact_box_aYB4Azs {
    padding: 40px 0;
}.support_help_yTJtSck .inquiry_links_HZXe47W,
    .support_help_yTJtSck .request_query_bOoht1r {
    padding: 30px 20px;
}.support_help_yTJtSck .inquiry_links_HZXe47W h3,
    .support_help_yTJtSck .request_query_bOoht1r h4 {
    font-size: calc(18px - 2px);
}}.leadership_experience_tH0pWL7 {
    padding: 5rem 2rem;
    isolation: isolate;
    background: rgb(214,204,219);
    position: relative;
    overflow: hidden;
}.leadership_experience_tH0pWL7::before {
    content: "";
    background: rgb(195,166,201,0.5);
    width: 60%;
    right: -5%;
    z-index: -1;
    transform: rotate(15deg);
    height: 140%;
    top: -20%;
    filter: blur(3px);
    position: absolute;
}.leadership_experience_tH0pWL7::after {
    bottom: -5%;
    position: absolute;
    background: rgb(172,106,185,0.5);
    height: 30%;
    content: "";
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    left: -5%;
    width: 30%;
    z-index: -1;
    animation: morph 15s linear infinite alternate;
}@keyframes morph {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }
    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
}

.leadership_experience_tH0pWL7 .learner_stories_lApseyK {
    position: relative;
    gap: 0;
    max-width: 1100px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0 auto;
}.leadership_experience_tH0pWL7 .portrait_image_xKvYzfP {
    grid-column: 1 / 2;
    border-radius: 0;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
    width: 100%;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    grid-row: 1 / 2;
    z-index: 2;
    transform: translateX(-5%);
    height: 450px;
    position: relative;
}.leadership_experience_tH0pWL7 .portrait_image_xKvYzfP::after {
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.5) 0%,
        transparent 50%
    );
    content: "";
    width: 100%;
    height: 100%;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
    left: 0;
    top: 0;
    position: absolute;
}.leadership_experience_tH0pWL7 .learner_stories_lApseyK:hover .portrait_image_xKvYzfP {
    filter: contrast(1.1);
    transform: translateX(0) scale(1.02);
}.leadership_experience_tH0pWL7 .emp_items_Z43Qhke {
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    background: #ffffff;
    grid-row: 1 / 2;
    flex-direction: column;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
    justify-content: center;
    display: flex;
    padding: 3rem 3rem 3rem 5rem;
    transform: translateX(-15%);
    z-index: 1;
    grid-column: 2 / 3;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.5);
}.leadership_experience_tH0pWL7 .learner_stories_lApseyK:hover .emp_items_Z43Qhke {
    transform: translateX(-10%) translateY(-5px);
    box-shadow: 0 25px 50px -15px rgba(0, 0, 0, 0.5);
}.leadership_experience_tH0pWL7 .name {
    margin-bottom: 0.7rem;
    font-weight: 700;
    display: inline-block;
    font-size: 34px;
    color: rgb(195,166,201);
    position: relative;
}.leadership_experience_tH0pWL7 .name::before {
    top: -10px;
    z-index: -1;
    background: rgb(172,106,185,0.5);
    border-radius: 10px;
    left: -20px;
    height: 30px;
    width: 30px;
    position: absolute;
    transform: rotate(45deg) scale(0);
    transition: transform 0.4s ease 0.2s;
    content: "";
}.leadership_experience_tH0pWL7 .learner_stories_lApseyK:hover .name::before {
    transform: rotate(45deg) scale(1);
}.leadership_experience_tH0pWL7 .emp_items_Z43Qhke > div:nth-child(2) {
    transform: translateX(-20px);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2rem;
    opacity: 0;
    color: rgb(172,106,185);
    opacity: 0.9;
    transition: all 0.5s ease 0.3s;
}.leadership_experience_tH0pWL7 .learner_stories_lApseyK:hover .emp_items_Z43Qhke > div:nth-child(2) {
    opacity: 1;
    transform: translateX(0);
}.leadership_experience_tH0pWL7 .work_skills_pMQkrfB {
    color: #000000;
    font-weight: 400;
    opacity: 0;
    line-height: 1.7;
    font-size: 12px;
    padding-top: 20px;
    font-style: italic;
    transform: translateY(20px);
    position: relative;
    transition: all 0.5s ease 0.5s;
}.leadership_experience_tH0pWL7 .learner_stories_lApseyK:hover .work_skills_pMQkrfB {
    opacity: 1;
    transform: translateY(0);
}.leadership_experience_tH0pWL7 .work_skills_pMQkrfB::before {
    left: 0;
    height: 3px;
    content: "";
    width: 60px;
    position: absolute;
    background: linear-gradient(to right, rgb(195,166,201), transparent);
    top: 0;
}@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

.leadership_experience_tH0pWL7 .emp_items_Z43Qhke::after {
    background: rgb(195,166,201,0.5);
    width: 40px;
    height: 40px;
    content: "";
    border-radius: 50%;
    animation: float 4s ease-in-out infinite;
    right: 20px;
    bottom: 20px;
    position: absolute;
    z-index: -1;
}

@media (max-width: 992px) {.leadership_experience_tH0pWL7 .learner_stories_lApseyK {
    gap: 2rem;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
}.leadership_experience_tH0pWL7 .portrait_image_xKvYzfP {
    transform: none;
    grid-row: 1 / 2;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    grid-column: 1 / 2;
    height: 300px;
}.leadership_experience_tH0pWL7 .portrait_image_xKvYzfP::after {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}.leadership_experience_tH0pWL7 .emp_items_Z43Qhke {
    padding: 2rem;
    transform: none;
    grid-row: 2 / 3;
    grid-column: 1 / 2;
    clip-path: none;
}.leadership_experience_tH0pWL7 .learner_stories_lApseyK:hover .emp_items_Z43Qhke {
    transform: translateY(-5px);
}
}