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

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

.wrapper-skeleton_uS2XYC {
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

html,body {
    min-height: 100%;
    scroll-behavior: smooth;
    font-family: Arial, sans-serif;
    height: 100%;
    color: #000000;
}

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

.header_master_jCTsUA {
    flex: 1 0 auto;
}


.price_plan_envtMi {
    position: relative;
    --card-bg: #ffffff;
    --card-hover-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    --pricing-bg: #f5f7fa;
    --card-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    --card-transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    --card-border: linear-gradient(135deg, rgb(207,184,199), rgb(179,148,169));
    background-color: var(--pricing-bg);
    --card-accent: rgb(207,184,199);
    padding: 120px 0 80px;
}

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

.price_plan_envtMi .package_deal_LBjcy2 {
    flex-direction: column;
    display: flex;
}

.price_plan_envtMi .deal_grid_biKQyH h2 {
    margin-bottom: 20px;
    color: #000000;
    position: relative;
    display: inline-block;
    font-weight: 700;
    font-size: 28px;
}

.price_plan_envtMi .pricing_pack_M1dxtP {
    max-width: 700px;
    white-space: normal;
    line-height: 1.6;
    word-wrap: break-word;
    overflow-wrap: break-word;
    color: #000000;
    margin: 0 auto;
    font-size: calc(14px + 2px);
}

.price_plan_envtMi .class_rates_AlahKC {
    transform: translateY(0);
    display: block;
    color: inherit;
    text-decoration: none;
    transition: transform var(--card-transition);
    height: 100%;
}

.price_plan_envtMi .class_rates_AlahKC:hover .access_cost_t54FAT {
    box-shadow: var(--card-hover-shadow);
}

.price_plan_envtMi .access_cost_t54FAT::before {
    left: 0;
    transform: scaleX(0);
    content: "";
    background: var(--card-border);
    width: 100%;
    transition: transform 0.5s ease;
    height: 5px;
    top: 0;
    position: absolute;
    transform-origin: left;
}

.price_plan_envtMi .tuition_table_AIcwkF h3 {
    font-weight: 700;
    position: relative;
    color: #000000;
    display: inline-block;
    transition: color 0.3s ease;
    margin-bottom: 15px;
    font-size: calc(21px + 2px);
}

.price_plan_envtMi .payment_plan_zA2v1r {
    color: var(--card-accent);
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    font-size: calc(21px + 6px);
    display: inline-block;
}

.price_plan_envtMi .class_rates_AlahKC:hover .payment_plan_zA2v1r::after {
    width: 60px;
}

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

.price_plan_envtMi .img_grid_wrapper_kJmFY6::after {
    transition: opacity 0.4s ease;
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
    right: 0;
    opacity: 0;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

header .main_pagewrap_NGf8DK {
    padding: 1.2rem 2rem;
    position: relative;
    justify-content: space-between;
    z-index: 2;
    align-items: center;
    display: flex;
}

header .head_info_icCHU2 {
    flex: 0 0 auto;
    margin-right: 2rem;
    position: relative;
    max-width: 180px;
}

header .first_expert_txAyRF {
    display: block;
    position: relative;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

header .first_expert_txAyRF::before {
    transform: scaleX(0.7);
    transition: all 0.3s ease;
    left: 0;
    height: 10px;
    opacity: 0;
    position: absolute;
    border-radius: 10px;
    content: '';
    width: 100%;
    background: rgb(207,184,199);
    bottom: -15px;
}

header .site_head_LEtKui::after {
    left: 0;
    position: absolute;
    bottom: -15px;
    content: '';
    height: 1px;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(207,184,199,0.5), 
        transparent
    );
    width: 100%;
}

header .main_primary_AiHyh3 a::before {
    transform: translateX(-100%);
    background: rgb(207,184,199);
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    transition: transform 0.3s ease;
    bottom: 0;
}

header .main_primary_AiHyh3 a::after {
    position: absolute;
    background: rgb(207,184,199,0.5);
    z-index: -1;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    opacity: 0;
    transform: scale(0.8);
    pointer-events: none;
    left: 0;
    content: '';
    transition: all 0.3s ease;
    top: 0;
}

header .main_pagewrap_NGf8DK::after {
    background: linear-gradient(90deg, rgb(231,219,227), transparent);
    left: 0;
    height: 100%;
    top: 0;
    content: '';
    position: absolute;
    z-index: -1;
    width: 30%;
}

.mentorship_experience_Sq7fpF::before {
    position: absolute;
    opacity: 0.3;
    left: 0;
    background: linear-gradient(90deg, 
        transparent 9%, 
        rgb(207,184,199,0.5) 10%, 
        transparent 11%);
    background-size: 150px 100%;
    height: 100%;
    top: 0;
    width: 100%;
    animation: gradientSlide 30s linear infinite;
    content: "";
}

.mentorship_experience_Sq7fpF .client_review_jTmYSu:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.mentorship_experience_Sq7fpF .client_review_jTmYSu:hover .img_grid_wrapper_kJmFY6 {
    transform: rotate(-5deg);
}

.mentorship_experience_Sq7fpF .name {
    transform: translateX(0);
    margin-top: 40px;
    font-weight: 700;
    transition: transform 0.5s ease;
    color: #000000;
    letter-spacing: -0.5px;
    margin-left: 0;
    font-size: calc(22px * 1.2);
}

.mentorship_experience_Sq7fpF .client_review_jTmYSu span:not(.name) {
    font-weight: 300;
    letter-spacing: 1px;
    color: #000000;
    transform: translateX(0);
    margin-top: 5px;
    transition: transform 0.5s ease;
    font-size: 18px;
    text-transform: uppercase;
}

.mentorship_experience_Sq7fpF .work_trajectory_OnUK3q::before {
    width: 30px;
    transition: transform 0.5s ease;
    top: 15px;
    transform: scaleX(0);
    left: -40px;
    height: 2px;
    transform-origin: right;
    content: "";
    position: absolute;
    background: rgb(207,184,199);
}

.meet_us_YwznRZ {
    position: relative;
    overflow: hidden;
    background: rgb(231,219,227);
    padding: 100px 0;
}

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

.meet_us_YwznRZ .student_voice_2bUxuK {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}

.meet_us_YwznRZ h3 {
    width: 100%;
    font-size: 37px;
    position: relative;
    padding-left: 20px;
    border-left: 5px solid rgb(207,184,199);
    color: #000000;
    font-weight: 700;
    margin-bottom: 30px;
}

.meet_us_YwznRZ .master_classes_XnQT6D span {
    font-weight: 600;
    color: #ffffff;
    padding: 15px 25px;
    background: rgb(207,184,199);
    font-size: 22px;
    display: block;
}

.meet_us_YwznRZ .master_classes_XnQT6D p {
    padding: 25px;
    font-size: 15px;
    line-height: 1.7;
    color: #000000;
}

.meet_us_YwznRZ .img_grid_wrapper_kJmFY6:hover {
    transform: scale(1.02);
}

.meet_us_YwznRZ .how_grow_Pz4IGB {
    display: flex;
    min-width: 300px;
    background: #ffffff;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    border-radius: 23px;
    flex-direction: column;
    flex: 1;
}

.meet_us_YwznRZ .pro_track_pILE2U {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    height: 300px;
    overflow: hidden;
    transition: transform 0.4s ease;
    border-radius: 10px;
    margin: 0 25px 25px;
    order: 1;
}

.meet_us_YwznRZ .pro_track_pILE2U {
    margin-top: 25px;
}

.meet_us_YwznRZ .pro_track_pILE2U,
.meet_us_YwznRZ .img_grid_wrapper_kJmFY6 {
    flex: 1;
    min-height: 250px;
}

.meet_us_YwznRZ .master_classes_XnQT6D::before,
.meet_us_YwznRZ .how_grow_Pz4IGB::before {
    content: "";
    height: 5px;
    left: 0;
    width: 100%;
    background: rgb(179,148,169);
    position: absolute;
    top: 0;
}

.contact_section_MqoX3W::before {
    left: 0;
    opacity: 0.92;
    content: '';
    position: absolute;
    top: 0;
    background-color: rgb(231,219,227);
    height: 100%;
    width: 100%;
}

.contact_section_MqoX3W .support_query_SX7hE4 {
    display: flex;
    padding: 80px 50px;
    width: 40%;
    background-color: rgb(207,184,199);
    justify-content: center;
    color: #ffffff;
    flex-direction: column;
}

.contact_section_MqoX3W .support_query_SX7hE4 h3::after {
    width: 60px;
    content: '';
    background: #ffffff;
    left: 0;
    position: absolute;
    height: 3px;
    bottom: -15px;
}

.contact_section_MqoX3W .support_query_SX7hE4 div:last-child {
    border-bottom: none;
}

.contact_section_MqoX3W .support_query_SX7hE4 svg path {
    fill: #ffffff;
}

.contact_section_MqoX3W .support_query_SX7hE4 a {
    color: #ffffff;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.contact_section_MqoX3W form {
    width: 100%;
}

.contact_section_MqoX3W form h3 {
    color: #000000;
    font-size: 30px;
    position: relative;
    margin-bottom: 40px;
    font-weight: 700;
}

.contact_section_MqoX3W form input[type="text"],
.contact_section_MqoX3W form input[type="email"] {
    transition: all 0.3s ease;
    font-size: 12px;
    border-bottom: 1px solid #e0e0e0;
    background: transparent;
    border: none;
    margin-bottom: 25px;
    width: 100%;
    padding: 15px 0;
    color: #000000;
}

.contact_section_MqoX3W form input::placeholder {
    color: #9e9e9e;
}

.contact_section_MqoX3W .support_widget_ehyuIq input[type="checkbox"] {
    transition: all 0.3s ease;
    flex-shrink: 0;
    height: 20px;
    background: transparent;
    border: 1px solid #e0e0e0;
    position: relative;
    margin-right: 15px;
    width: 20px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}

.contact_section_MqoX3W .support_widget_ehyuIq label {
    font-size: 16px;
    line-height: 1.6;
    color: #000000;
}

.contact_section_MqoX3W .support_widget_ehyuIq a {
    font-weight: 600;
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(207,184,199);
}

.contact_section_MqoX3W .request_section_b8Esav::after {
    top: 0;
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 100%;
    z-index: -1;
    content: '';
    width: 100%;
    transform-origin: right;
    left: 0;
    background: rgb(179,148,169);
    transform: scaleX(0);
}

.learning_profits_u2XYkz {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(231,219,227) 40%, #ffffff 140%);
    padding: 6rem 0;
}

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

.learning_profits_u2XYkz .student_voice_2bUxuK {
    flex-direction: column-reverse;
    display: flex;
    gap: 3rem;
    align-items: center;
}

.learning_profits_u2XYkz .text_holder_item_jOBVyt {
    width: 100%;
}

.learning_profits_u2XYkz h4 {
    color: #000000;
    line-height: 1.3;
    font-weight: 700;
    transform: translateX(-5px);
    position: relative;
    margin-bottom: 2.5rem;
    font-family: Arial, sans-serif;
    font-size: calc(22px * 1.1);
}

.learning_profits_u2XYkz .text_holder_item_jOBVyt:hover h4::after {
    width: 90px;
}

.learning_profits_u2XYkz ul {
    padding: 0;
    list-style-type: none;
    margin: 0;
}

.learning_profits_u2XYkz li {
    margin-bottom: 1.2rem;
    transition: transform 0.3s ease;
}

.learning_profits_u2XYkz li p span:first-child {
    margin-top: 0.15rem;
    flex-shrink: 0;
}

.learning_profits_u2XYkz li p span:last-child {
    position: relative;
}

.learning_profits_u2XYkz li p span:last-child::before {
    transition: width 0.4s ease;
    left: 0;
    background-color: rgb(207,184,199);
    width: 0;
    content: "";
    opacity: 0.7;
    bottom: -3px;
    position: absolute;
    height: 1px;
}

.learning_profits_u2XYkz svg path {
    fill: rgb(207,184,199);
    transition: fill 0.3s ease;
}

.learning_profits_u2XYkz .img_grid_wrapper_kJmFY6 {
    object-fit: cover;
    z-index: 2;
    transform: perspective(1000px) rotateY(-3deg) rotateX(2deg);
    border-radius: 3px;
    width: 100%;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    max-width: 420px;
    height: auto;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12), 0 5px 10px rgba(0, 0, 0, 0.05);
}

.learning_profits_u2XYkz .img_grid_wrapper_kJmFY6:hover::after {
    opacity: 0.2;
}

.customer_feedback_217dcP {
    padding: 8rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(231,219,227) 0%, rgba(245, 248, 255, 0.95) 100%);
    overflow: hidden;
}

.customer_feedback_217dcP::after {
    left: -3%;
    content: "";
    width: 25%;
    position: absolute;
    background: radial-gradient(ellipse at center, rgb(179,148,169,0.5) 0%, transparent 75%);
    animation: float 18s infinite alternate-reverse ease-in-out;
    transform: rotate(-15deg);
    height: 30%;
    opacity: 0.12;
    bottom: -8%;
}

.customer_feedback_217dcP h2 {
    font-size: calc(29px * 1.05);
    line-height: 1.3;
    letter-spacing: -0.5px;
    transform: perspective(1000px) rotateX(2deg);
    color: #000000;
    position: relative;
    text-align: center;
    margin-bottom: 3.5rem;
    font-weight: 700;
}

.customer_feedback_217dcP .client_review_jTmYSu {
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 1;
    isolation: isolate;
    border-radius: 2px;
    transform: translateY(0);
    padding: 2.2rem 2rem;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: #ffffff;
}

.customer_feedback_217dcP .client_review_jTmYSu::after {
    height: 3px;
    bottom: 0;
    background: linear-gradient(90deg, rgb(207,184,199) 0%, rgb(179,148,169) 100%);
    transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    position: absolute;
    content: "";
    width: 0;
}

.customer_feedback_217dcP .client_review_jTmYSu div {
    align-items: center;
    display: flex;
    margin-bottom: 1.5rem;
}

.customer_feedback_217dcP .client_review_jTmYSu:hover img {
    transform: scale(1.08) rotate(3deg);
}

.customer_feedback_217dcP .client_review_jTmYSu h4 {
    margin: 0;
    color: #000000;
    font-size: calc(18px * 0.95);
    font-weight: 600;
    position: relative;
}

.customer_feedback_217dcP .client_review_jTmYSu h4::after {
    position: absolute;
    background-color: rgb(207,184,199,0.5);
    bottom: -5px;
    height: 2px;
    width: 25px;
    transition: width 0.3s ease;
    content: "";
    left: 0;
}

.customer_feedback_217dcP a {
    font-weight: 600;
    margin-top: 3.5rem;
    padding: 0.9rem 2.2rem;
    font-size: 14px;
    z-index: 1;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(207,184,199) 0%, rgb(207,184,199) 100%);
    left: 50%;
    position: relative;
    color: #ffffff;
    display: inline-block;
    transition: all 0.4s ease;
    overflow: hidden;
    box-shadow: 0 10px 25px -10px rgb(207,184,199,0.5);
    text-decoration: none;
    border-radius: 3px;
}

.terms_legal_xjS6kH::before {
    backdrop-filter: blur(8px);
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    position: absolute;
    left: 0;
    content: "";
    z-index: -1;
    height: 100%;
}



.terms_legal_xjS6kH::before {
    background-image: radial-gradient(
        circle at 20% 80%, 
        #000000 0%, 
        rgba(0, 0, 0, 0.5) 70%
    );
}

.terms_legal_xjS6kH .company_holder h3 {
    font-weight: 700;
    display: inline-block;
    font-size: calc(36px * 0.9);
    margin-bottom: 25px;
    position: relative;
}

.terms_legal_xjS6kH .company_holder h3::after {
    border-radius: 10px;
    content: "";
    left: 0;
    width: 40px;
    height: 3px;
    position: absolute;
    background: rgb(207,184,199);
    bottom: -8px;
}

.terms_legal_xjS6kH .head_nav_8LuhP6 {
    gap: 60px;
    display: flex;
}

.terms_legal_xjS6kH .site_head_LEtKui h5 {
    font-weight: 600;
    position: relative;
    padding-bottom: 12px;
    font-size: 20px;
    margin-bottom: 25px;
}

.terms_legal_xjS6kH .site_head_LEtKui .head_nav_8LuhP6 {
    gap: 15px;
    flex-direction: column;
    display: flex;
}

.terms_legal_xjS6kH .site_head_LEtKui .head_nav_8LuhP6 a::before {
    width: 0;
    left: 0;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    position: absolute;
    height: 1px;
    opacity: 0;
    background: rgb(207,184,199);
    top: 50%;
    content: "";
}

.terms_legal_xjS6kH .site_head_LEtKui .head_nav_8LuhP6 a:hover::before {
    opacity: 1;
    width: 8px;
}

.app_store_EVwKep .container {
    justify-content: center;
    display: flex;
    align-items: center;
}

.app_store_EVwKep .cheat_sheet_Rn5Evj {
    font-size: 13px;
    letter-spacing: 0.5px;
    opacity: 0.6;
    text-align: center;
    color: #ffffff;
}

.app_store_EVwKep .cheat_sheet_Rn5Evj {
    position: relative;
    transition: all 0.3s ease;
}

.terms_legal_xjS6kH .site_head_LEtKui::before {
    width: 5px;
    position: absolute;
    left: -15px;
    height: 5px;
    border-radius: 50%;
    content: "";
    top: 10px;
    background: rgb(207,184,199);
    opacity: 0.7;
}

.terms_legal_xjS6kH .site_head_LEtKui:hover::before {
    animation: glow 2s infinite;
}



.terms_legal_xjS6kH .site_head_LEtKui .head_nav_8LuhP6 a::after {
    content: "";
    left: 0;
    transition: width 0.3s ease;
    position: absolute;
    height: 1px;
    background: rgb(207,184,199);
    width: 0;
    bottom: -2px;
}

.terms_legal_xjS6kH .site_head_LEtKui .head_nav_8LuhP6 a:nth-child(odd):hover {
    transform: translateX(2px);
}



.terms_legal_xjS6kH .company_holder h3::before {
    left: -30px;
    top: 50%;
    background: rgb(207,184,199);
    content: "";
    width: 20px;
    position: absolute;
    opacity: 0.7;
    height: 1px;
}

.app_store_EVwKep::after {
    height: 1px;
    left: 35%;
    bottom: 0;
    position: absolute;
    width: 30%;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(179,148,169,0.5), 
        transparent);
    content: "";
    opacity: 0.3;
}


#cookie_popup_panel_uNelqW {
    display: none;
}

#cookie_popup_panel_uNelqW:checked ~ .cookie_alert_overlay_Hwr79D {
    visibility: hidden;
    opacity: 0;
}

.cookie_ack_NOl9hi {
    gap: 20px;
    justify-content: space-between;
    display: flex;
    padding: 20px 5%;
    align-items: center;
}

.cookie_alert_overlay_Hwr79D p {
    font-family: Arial, sans-serif;
    color: #ffffff;
    line-height: 1.5;
    font-size: 15px;
}

.consent_ack_PpqZwb {
    display: flex;
    margin-right: 15px;
    filter: drop-shadow(0 0 10px rgb(207,184,199));
    align-items: center;
    flex-shrink: 0;
    justify-content: center;
}

.data_opt_2mOQW6 {
    font-size: 15px;
    box-shadow: 0 0 15px rgb(207,184,199);
    background: linear-gradient(90deg, rgb(207,184,199), rgb(179,148,169));
    text-decoration: none;
    white-space: nowrap;
    line-height: 40px;
    cursor: pointer;
    text-align: center;
    margin-left: 10px;
    border-radius: 18px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    padding: 10px 20px;
    flex-shrink: 0;
    min-width: 140px;
    color: #000000;
}


.check_it_out_now_B4r3Mm {
    position: relative;
    background: linear-gradient(135deg, rgb(207,184,199) 0%, rgb(179,148,169) 100%);
    overflow: hidden;
    padding: 4rem 0;
    perspective: 1000px;
    transform-style: preserve-3d;
}

.check_it_out_now_B4r3Mm::after {
    transform: translateZ(-5px) rotate(45deg);
    top: -50%;
    animation: glow 8s infinite alternate ease-in-out;
    width: 100%;
    position: absolute;
    z-index: 1;
    height: 200%;
    right: -50%;
    background: radial-gradient(
        circle at center,
        rgb(255, 255, 255, 0.5) 0%,
        transparent 70%
    );
    opacity: 0.15;
    content: "";
}

.check_it_out_now_B4r3Mm h6 {
    margin-bottom: 2.5rem;
    font-family: Arial, sans-serif;
    opacity: 0;
    line-height: 1.5;
    text-align: center;
    font-weight: 600;
    animation: fadeInUp 0.8s forwards 0.2s ease-out;
    transform: translateZ(10px);
    font-size: calc(22px * 1.2);
    max-width: 800px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    letter-spacing: 0.5px;
    color: #ffffff;
}

.check_it_out_now_B4r3Mm .request_section_b8Esav::before {
    transition: left 0.7s ease;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    content: "";
    top: 0;
    position: absolute;
    width: 100%;
    left: -100%;
}

.check_it_out_now_B4r3Mm .request_section_b8Esav::after {
    background: linear-gradient(
        90deg,
        rgb(207,184,199),
        rgb(179,148,169),
        rgb(207,184,199)
    );
    left: 0;
    transition: transform 0.4s ease-out;
    width: 100%;
    transform-origin: right;
    position: absolute;
    bottom: 0;
    height: 3px;
    transform: scaleX(0);
    content: "";
}

.check_it_out_now_B4r3Mm .request_section_b8Esav:hover::before {
    left: 100%;
}

.check_it_out_now_B4r3Mm .request_section_b8Esav:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}

.check_it_out_now_B4r3Mm .request_section_b8Esav:active {
    transition: all 0.1s;
    transform: translateY(0) translateZ(0);
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}

.course_highlights_l85E46::before {
    border-radius: 50%;
    top: -50px;
    animation: floatEffect 15s infinite alternate ease-in-out;
    content: "";
    opacity: 0.3;
    background: radial-gradient(circle, rgb(207,184,199,0.5) 0%, transparent 70%);
    width: 200px;
    position: absolute;
    height: 200px;
    right: -50px;
}

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

.course_highlights_l85E46 .img_grid_wrapper_kJmFY6 {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.5s ease-out;
    height: 350px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateZ(20px) rotateX(2deg);
}

.course_highlights_l85E46 .img_grid_wrapper_kJmFY6::after {
    animation: orbitEffect 20s infinite linear;
    content: "";
    width: 200%;
    height: 200%;
    left: -50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, transparent 10%);
    top: -50%;
    position: absolute;
}

.course_highlights_l85E46 .text_holder_item_jOBVyt:hover {
    transform: translateZ(15px);
}

.course_highlights_l85E46 h3 {
    line-height: 1.4;
    font-size: calc(18px * 1.1);
    letter-spacing: 0.5px;
    position: relative;
    font-weight: 600;
    color: rgb(207,184,199);
    margin-bottom: 25px;
}

.course_highlights_l85E46 .text_holder_item_jOBVyt:hover h3::after {
    transform: scaleX(1.5);
}

.course_highlights_l85E46 .description {
    margin-bottom: 20px;
    scrollbar-color: rgb(179,148,169,0.5) transparent;
    max-height: 300px;
    font-size: 16px;
    line-height: 1.8;
    scrollbar-width: thin;
    color: #000000;
    overflow-y: auto;
    position: relative;
}

.primary_page_9hc0o6 {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.primary_page_9hc0o6 .start_learn_ZvlJMN::before {
    left: 0;
    top: 0;
    position: absolute;
    bottom: 0;
    backdrop-filter: blur(3px) saturate(110%);
    z-index: 1;
    content: "";
    right: 0;
    background: linear-gradient(135deg, rgb(207,184,199,0.5), rgba(0, 0, 0, 0.5) 70%);
}

.primary_page_9hc0o6 .skill_lab_CuBZqM {
    padding: 3.5rem;
    backdrop-filter: blur(12px);
    max-width: 750px;
    z-index: 5;
    position: relative;
    animation: fadeInSlide 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    border-left: 4px solid rgb(207,184,199);
    background: linear-gradient(135deg, 
    rgba(255,255,255,0.12) 0%, 
    rgba(255,255,255,0.05) 100%);
    transform: translateX(5%) perspective(800px) rotateY(-2deg);
    box-shadow: 
    0 25px 50px -12px rgba(0,0,0,0.25),
    -15px 15px 30px rgba(0,0,0,0.1);
}

.primary_page_9hc0o6 .skill_lab_CuBZqM {
    transform: none;
    padding: 2rem;
    backdrop-filter: blur(8px);
    max-width: 100%;
    animation: fadeIn 1s ease forwards;
}

.primary_page_9hc0o6 h1 {
    transform: translateY(20px);
    font-weight: 700;
    font-size: 38px;
    line-height: 1.1;
    position: relative;
    margin-bottom: 1.5rem;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0,0,0,0.15);
    opacity: 0;
    animation: fadeUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.3s forwards;
}

.primary_page_9hc0o6 h1 {
    font-size: calc(38px * 0.8);
}

.primary_page_9hc0o6 h3 {
    font-size: calc(22px + 0.1rem);
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
    font-weight: 600;
    animation: fadeUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.5s forwards;
    margin-bottom: 1.5rem;
    transform: translateY(20px);
    color: #ffffff;
    line-height: 1.5;
    position: relative;
    opacity: 0;
}

.primary_page_9hc0o6 h3 {
    line-height: 1.4;
    font-size: calc(22px * 0.95);
}

.privacy_area_a6pMHw::before {
    top: 0;
    height: 100%;
    content: "";
    position: absolute;
    z-index: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(var(--primary-color-rgb), 0.03) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(var(--primary-color-rgb), 0.04) 0%, transparent 60%);
    left: 0;
    width: 100%;
}

.privacy_area_a6pMHw .container {
    position: relative;
    max-width: 1140px;
    padding: 0 15px;
    margin: 0 auto;
    z-index: 1;
}

.privacy_area_a6pMHw h1::after {
    transform: scaleX(1);
    bottom: -12px;
    height: 3px;
    left: 0;
    background: rgb(207,184,199);
    position: absolute;
    width: 70px;
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
}

.privacy_area_a6pMHw h3 {
    font-weight: 600;
    padding-left: 15px;
    position: relative;
    margin: 2.5rem 0 1.25rem;
    font-size: calc(36px * 0.8);
    color: #000000;
}

.privacy_area_a6pMHw h4 {
    font-weight: 600;
    margin: 2rem 0 1rem;
    position: relative;
    color: #000000;
    font-size: calc(36px * 0.7);
    padding-left: 12px;
}

.privacy_area_a6pMHw h4::before {
    position: absolute;
    top: 10px;
    height: 40%;
    width: 2px;
    content: "";
    background: rgba(var(--secondary-color-rgb), 0.7);
    left: 0;
    transform: translateY(-50%);
}

.privacy_area_a6pMHw ul {
    list-style: none;
    position: relative;
    padding-left: 1.5rem;
    margin: 1.5rem 0 2.5rem;
}

.privacy_area_a6pMHw ul::before {
    position: absolute;
    bottom: 0;
    top: 0;
    width: 1px;
    background: linear-gradient(to bottom, 
        rgba(var(--primary-color-rgb), 0.1),
        rgba(var(--primary-color-rgb), 0.3),
        rgba(var(--primary-color-rgb), 0.1));
    content: "";
    left: 0;
}

.privacy_area_a6pMHw li:hover {
    transform: translateX(5px);
}

.privacy_area_a6pMHw li:hover::before {
    transform: translateY(-50%) rotate(225deg);
}

.privacy_area_a6pMHw strong {
    display: inline-block;
    font-weight: 600;
    position: relative;
    color: #000000;
}

.privacy_area_a6pMHw strong:hover::after {
    transform: scaleX(1);
}

.thxMessage_9T4J1z {
    position: relative;
    overflow: hidden;
    padding: 5rem 2rem;
    background: linear-gradient(135deg, rgb(231,219,227) 0%, rgb(179,148,169,0.5) 100%);
}

.thxMessage_9T4J1z::after {
    opacity: 0.05;
    height: 100%;
    background: rgb(255, 255, 255, 0.5);
    width: 100%;
    clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 0% 100%);
    top: -50%;
    z-index: 0;
    right: -50%;
    transform: rotate(25deg);
    position: absolute;
    content: "";
}

.thxMessage_9T4J1z h2 {
    margin-bottom: 3rem;
    font-size: 29px;
    text-align: left;
    animation: slide-up 0.8s ease-out forwards;
    color: #000000;
    padding-left: 1.5rem;
    font-weight: 700;
    position: relative;
    border-left: 5px solid rgb(207,184,199);
    line-height: 1.3;
    opacity: 0;
    max-width: 90%;
    transform: translateY(30px);
    font-family: Arial, sans-serif;
}

.thxMessage_9T4J1z .student_voice_2bUxuK::before {
    width: 100%;
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(207,184,199) 0%, rgb(179,148,169) 100%);
    height: 5px;
    content: "";
    left: 0;
}

.thxMessage_9T4J1z li {
    position: relative;
    padding: 0.5rem 0;
}

.thxMessage_9T4J1z li span {
    line-height: 1.8;
    transform: translateX(20px);
    font-size: 12px;
    color: #000000;
    animation: fade-in-text 1s ease-out forwards 0.6s;
    padding-left: 0.5rem;
    display: block;
    position: relative;
    font-family: Arial, sans-serif;
    opacity: 0;
    text-align: left;
}

.receive_updates_CPSa5T {
    overflow: hidden;
    background: linear-gradient(135deg, #f0f2f5 0%, #e4e8ec 100%);
    z-index: 1;
    padding: 80px 0;
    position: relative;
}

.receive_updates_CPSa5T::before {
    top: -5%;
    animation: float 12s ease-in-out infinite alternate;
    opacity: 0.08;
    transform: rotate(-15deg);
    width: 300px;
    background: linear-gradient(45deg, rgb(207,184,199,0.5) 0%, rgb(207,184,199) 100%);
    right: -5%;
    content: "";
    height: 300px;
    z-index: -1;
    position: absolute;
    border-radius: 60% 40% 50% 30% / 40% 50% 60% 50%;
}

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

.receive_updates_CPSa5T .student_voice_2bUxuK:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}

.receive_updates_CPSa5T h3 {
    margin: 0 0 30px;
    font-weight: 600;
    opacity: 1;
    transform: translateY(0);
    color: #000000;
    transition: transform 0.5s ease, opacity 0.5s ease;
    letter-spacing: -0.01em;
    font-size: clamp(1.4rem, 2vw + 0.5rem, 1.8rem);
    max-width: 90%;
    line-height: 1.35;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.9);
}

.receive_updates_CPSa5T .input_holder > div {
    position: relative;
    flex-grow: 1;
}

.receive_updates_CPSa5T .input_holder input[type="email"] {
    padding: 0 20px;
    transition: all 0.3s ease;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 6px -2px rgba(0, 0, 0, 0.05);
    font-size: 16px;
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 56px;
    color: #000000;
}

.receive_updates_CPSa5T .input_holder input[type="email"]:focus::placeholder {
    color: rgba(0, 0, 0, 0.2);
}

.receive_updates_CPSa5T .input_holder .mail_container_EaAZvO {
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    padding: 0 25px;
    color: #ffffff;
    font-weight: 600;
    border: none;
    position: relative;
    box-shadow: 0 4px 12px -2px rgb(207,184,199,0.5),
              0 0 0 0 rgb(207,184,199);
    background: linear-gradient(135deg, rgb(207,184,199) 0%, rgb(207,184,199) 100%);
    cursor: pointer;
    min-width: 140px;
    height: 56px;
    font-size: 16px;
}

.receive_updates_CPSa5T .input_holder .mail_container_EaAZvO:hover::before {
    left: 100%;
}

header .top_plank {
    color:  #ffffff;
    background: rgb(207,184,199);
}

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

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

.course_highlights_l85E46 .description::-webkit-scrollbar {
    width: 6px;
}

.course_highlights_l85E46 .description::-webkit-scrollbar-track {
    background: transparent;
}

.course_highlights_l85E46 .description::-webkit-scrollbar-thumb {
    background-color: rgb(179,148,169,0.5);
    border-radius: 20px;
}



@media (max-width: 991px) {.price_plan_envtMi {
    padding: 80px 0 60px;
}.price_plan_envtMi .premium_plan_TylfZg {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
}



@media (max-width: 767px) {.price_plan_envtMi {
    padding: 60px 0 40px;
}.price_plan_envtMi .deal_grid_biKQyH {
    margin-bottom: 40px;
}.price_plan_envtMi .premium_plan_TylfZg {
    max-width: 450px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.price_plan_envtMi .tuition_table_AIcwkF {
    padding: 25px 20px;
}.price_plan_envtMi .tuition_table_AIcwkF h3 {
    font-size: 21px;
}.price_plan_envtMi .payment_plan_zA2v1r {
    font-size: calc(21px + 2px);
}.price_plan_envtMi .tuition_table_AIcwkF p {
    font-size: calc(14px - 1px);
}.price_plan_envtMi .img_grid_wrapper_kJmFY6 {
    height: 180px;
}
}



@media (min-width: 1400px) {header .main_pagewrap_NGf8DK {
    max-width: 1300px;
    margin: 0 auto;
}header .main_primary_AiHyh3 a {
    padding: 1rem 1.5rem;
}
}



@media (max-width: 767px) {header {
    margin-top: 0;
}header .main_pagewrap_NGf8DK {
    padding: 1rem 1.5rem;
}header .head_info_icCHU2 {
    flex: 0 0 auto;
    max-width: 150px;
}header .site_head_LEtKui {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    scrollbar-width: thin;
    padding: 0.5rem 0;
    justify-content: flex-start;
    margin-top: 0.5rem;
    padding-bottom: 0.5rem;
    flex-wrap: nowrap;
}header .site_head_LEtKui::-webkit-scrollbar {
    height: 3px;
}header .site_head_LEtKui::-webkit-scrollbar-thumb {
    background: rgb(207,184,199,0.5);
    border-radius: 10px;
}header .main_primary_AiHyh3 {
    flex: 0 0 auto;
}header .main_primary_AiHyh3 a {
    white-space: nowrap;
    padding: 0.6rem 0.8rem;
    font-size: calc(17px - 2px);
}header .site_head_LEtKui::after {
    bottom: 0;
}header .first_expert_txAyRF::before {
    display: none;
}}



@media (min-width: 1200px) {.meet_us_YwznRZ .master_classes_XnQT6D,
    .meet_us_YwznRZ .how_grow_Pz4IGB {
    flex: 0 0 calc(50% - 25px);
}
}



@media (max-width: 767px) {.meet_us_YwznRZ {
    padding: 70px 0;
}.meet_us_YwznRZ .student_voice_2bUxuK {
    gap: 40px;
    flex-direction: column;
}.meet_us_YwznRZ h3 {
    margin-bottom: 25px;
    font-size: calc(37px * 0.9);
}.meet_us_YwznRZ .master_classes_XnQT6D span {
    padding: 12px 20px;
    font-size: calc(22px * 0.95);
}.meet_us_YwznRZ .master_classes_XnQT6D p,
    .meet_us_YwznRZ .how_grow_Pz4IGB p {
    padding: 20px;
}.meet_us_YwznRZ .img_grid_wrapper_kJmFY6,
    .meet_us_YwznRZ .pro_track_pILE2U {
    height: 250px;
    margin: 0 20px 20px;
}
}



@media (max-width: 1600px) and (min-width: 1200px) {.meet_us_YwznRZ .container {
    margin: 0 auto;
    max-width: 1140px;
}
}



@media (hover: hover) {.meet_us_YwznRZ .master_classes_XnQT6D,
    .meet_us_YwznRZ .how_grow_Pz4IGB {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.meet_us_YwznRZ .master_classes_XnQT6D:hover,
    .meet_us_YwznRZ .how_grow_Pz4IGB:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}}



@media (max-width: 576px) {.contact_section_MqoX3W .support_query_SX7hE4,
    .contact_section_MqoX3W .connect_support_IeisZl {
    padding: 40px 25px;
}.contact_section_MqoX3W .support_query_SX7hE4 h3,
    .contact_section_MqoX3W form h3 {
    font-size: calc(30px * 0.8);
    margin-bottom: 25px;
}.contact_section_MqoX3W .support_query_SX7hE4 div {
    margin-bottom: 20px;
}.contact_section_MqoX3W .request_section_b8Esav {
    padding: 15px 20px;
    width: 100%;
}}



@media (min-width: 992px) {.learning_profits_u2XYkz {
    padding: 8rem 0;
}.learning_profits_u2XYkz .student_voice_2bUxuK {
    gap: 5rem;
}.learning_profits_u2XYkz h4 {
    font-size: calc(22px * 1.3);
}.learning_profits_u2XYkz li p {
    font-size: calc(17px * 1.05);
}.learning_profits_u2XYkz svg {
    width: 22px;
    height: 22px;
}.learning_profits_u2XYkz .img_grid_wrapper_kJmFY6 {
    max-width: 520px;
    transform: perspective(1200px) rotateY(-4deg) rotateX(2deg);
}
}



@media (max-width: 767px) {.learning_profits_u2XYkz {
    padding: 4rem 0;
}.learning_profits_u2XYkz h4 {
    font-size: 22px;
    margin-bottom: 2rem;
}.learning_profits_u2XYkz li {
    margin-bottom: 1rem;
}.learning_profits_u2XYkz li p {
    font-size: calc(17px * 0.95);
}.learning_profits_u2XYkz svg {
    height: 18px;
    width: 18px;
}}



@media (max-width: 768px) {.customer_feedback_217dcP {
    padding: 5rem 0;
}.customer_feedback_217dcP h2 {
    transform: none;
    margin-bottom: 2.5rem;
    font-size: calc(29px * 0.9);
}.customer_feedback_217dcP .client_sentiments_tGoFYQ {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 1.8rem;
}.customer_feedback_217dcP .client_review_jTmYSu {
    padding: 1.8rem 1.6rem;
}.customer_feedback_217dcP .client_review_jTmYSu:hover {
    transform: translateY(-5px);
}.customer_feedback_217dcP a {
    margin-top: 2.5rem;
    padding: 0.8rem 2rem;
}
}



@media (max-width: 991px) {.terms_legal_xjS6kH {
    padding: 60px 0 30px;
}.terms_legal_xjS6kH .container {
    gap: 50px;
    grid-template-columns: 1fr;
}.terms_legal_xjS6kH .company_holder {
    text-align: center;
    padding-right: 0;
    margin: 0 auto;
    max-width: 600px;
}.terms_legal_xjS6kH .company_holder::after {
    display: none;
}.terms_legal_xjS6kH .company_holder h3 {
    margin-right: auto;
    margin-left: auto;
}.terms_legal_xjS6kH .company_holder h3::after {
    width: 60px;
    left: 50%;
    transform: translateX(-50%);
}.terms_legal_xjS6kH .ar_tools_i2NJeF {
    max-width: 100%;
    text-align: center;
}.terms_legal_xjS6kH .webinar_live_vWY0q8 {
    justify-content: center;
}
}



@media (max-width: 480px) {.terms_legal_xjS6kH {
    padding: 40px 0 20px;
}.terms_legal_xjS6kH .company_holder h3 {
    font-size: calc(36px * 0.8);
}.terms_legal_xjS6kH .ar_tools_i2NJeF {
    font-size: calc(18px * 0.9);
}.app_store_EVwKep .cheat_sheet_Rn5Evj {
    font-size: calc(13px * 0.9);
}}



@media (min-width: 992px) {footer::after {
    background: linear-gradient(90deg, 
            transparent, 
            rgb(179,148,169,0.5), 
            transparent);
    height: 1px;
    content: "";
    right: 0;
    position: absolute;
    top: 0;
    left: 0;
}.terms_legal_xjS6kH::before {
    background-blend-mode: overlay;
}}


@media only screen and (max-width: 800px) {.consent_ack_PpqZwb {
    display: none;
}.cookie_ack_NOl9hi {
    text-align: center;
    flex-direction: column;
    align-items: center;
}.cookie_alert_overlay_Hwr79D h5 {
    font-size: 20px;
    margin-bottom: 5px;
}.track_edu_WliDmU {
    margin-bottom: 15px;
}.data_opt_2mOQW6 {
    min-width: 100%;
    margin: 10px 0;
}}



@media (max-width: 575px) {.check_it_out_now_B4r3Mm {
    padding: 2.5rem 0;
}.check_it_out_now_B4r3Mm h6 {
    font-size: calc(22px * 0.9);
    max-width: 100%;
    margin-bottom: 1.5rem;
}.check_it_out_now_B4r3Mm .request_section_b8Esav {
    padding: 0.6rem 1.8rem;
    font-size: calc(20px * 0.95);
}
}



@media (min-width: 768px) {.course_highlights_l85E46 .learn_skills_mzr0AG {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 60px;
}.course_highlights_l85E46 .img_grid_wrapper_kJmFY6 {
    height: 450px;
    transform: translateZ(30px) rotateY(-3deg);
}.course_highlights_l85E46 h3 {
    font-size: 32px;
    margin-bottom: 30px;
}.course_highlights_l85E46 h3::after {
    width: 80px;
}.course_highlights_l85E46 .description {
    max-height: 350px;
}
}



@media (min-width: 1200px) {.course_highlights_l85E46 .img_grid_wrapper_kJmFY6 {
    height: 550px;
}.course_highlights_l85E46 .learn_skills_mzr0AG {
    gap: 100px;
}.course_highlights_l85E46 .description {
    max-height: 450px;
}
}



@media (max-width: 767px) {.course_highlights_l85E46 {
    padding: 80px 0;
}.course_highlights_l85E46 .container {
    padding: 0 15px;
}.course_highlights_l85E46 .text_holder_item_jOBVyt {
    padding: 25px 20px;
}.course_highlights_l85E46 h3 {
    font-size: 18px;
    margin-bottom: 20px;
}.course_highlights_l85E46 .description {
    font-size: calc(16px * 0.95);
    max-height: 250px;
    line-height: 1.7;
}}



@media (max-width: 576px) {.primary_page_9hc0o6 .start_learn_ZvlJMN {
    min-height: 80vh;
    padding: 1rem;
}.primary_page_9hc0o6 .skill_lab_CuBZqM {
    padding: 1.5rem;
}.primary_page_9hc0o6 h1 {
    font-size: calc(38px * 0.7);
    margin-bottom: 1rem;
}.primary_page_9hc0o6 h3 {
    font-size: calc(22px * 0.9);
    margin-bottom: 1rem;
}.primary_page_9hc0o6 p {
    margin-top: 1.5rem;
    font-size: calc(17px * 0.9);
}.primary_page_9hc0o6 .skill_lab_CuBZqM::after {
    bottom: 20px;
    width: 30%;
}}



@media (max-width: 575px) {.privacy_area_a6pMHw {
    padding: 2.5rem 0.8rem;
}.privacy_area_a6pMHw h1 {
    font-size: calc(48px * 0.7);
}.privacy_area_a6pMHw h2 {
    padding-left: 12px;
    font-size: calc(36px * 0.7);
}.privacy_area_a6pMHw h3 {
    font-size: calc(36px * 0.6);
    padding-left: 10px;
}.privacy_area_a6pMHw h4 {
    font-size: calc(36px * 0.55);
    padding-left: 8px;
}.privacy_area_a6pMHw p, 
    .privacy_area_a6pMHw span, 
    .privacy_area_a6pMHw li {
    font-size: calc(16px * 0.95);
    line-height: 1.6;
}.privacy_area_a6pMHw span {
    padding-left: 0.8rem;
}.privacy_area_a6pMHw ul {
    margin: 1.2rem 0 2rem;
}.privacy_area_a6pMHw li {
    margin-bottom: 1rem;
}}



@media (max-width: 767px) {.thxMessage_9T4J1z {
    padding: 3rem 1rem;
}.thxMessage_9T4J1z h2 {
    margin-bottom: 1.5rem;
    border-left: 3px solid rgb(207,184,199);
    font-size: calc(29px * 0.8);
    padding-left: 1rem;
}.thxMessage_9T4J1z .student_voice_2bUxuK {
    padding: 1.5rem;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 90% 100%, 0 100%);
}.thxMessage_9T4J1z li::before {
    left: -1rem;
}
}



@media (hover: hover) {.thxMessage_9T4J1z .student_voice_2bUxuK {
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
                    box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}}



@media (max-width: 768px) {.receive_updates_CPSa5T {
    padding: 60px 0;
}.receive_updates_CPSa5T .student_voice_2bUxuK {
    padding: 30px 25px;
    transform: perspective(1000px) rotateX(1deg);
}.receive_updates_CPSa5T h3 {
    margin-bottom: 25px;
    font-size: clamp(1.2rem, 4vw, 1.6rem);
    max-width: 100%;
}.receive_updates_CPSa5T .input_holder {
    flex-direction: column;
    gap: 15px;
}.receive_updates_CPSa5T .input_holder .mail_container_EaAZvO {
    width: 100%;
    min-width: auto;
}.receive_updates_CPSa5T::before {
    height: 200px;
    width: 200px;
}.receive_updates_CPSa5T::after {
    width: 150px;
    height: 150px;
}
}



@keyframes pulseBg {
    0%, 100% {
        background-position: 0% 0%;
    }
    50% {
        background-position: 100% 100%;
    }
}



@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.3;
    }
}

@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}



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



@keyframes floatEffect {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(20px, 20px);
    }
}



@keyframes fadeInSlide {
  from {
    opacity: 0;
    transform: translateX(-5%) perspective(800px) rotateY(-2deg);
  }
  to {
    opacity: 1;
    transform: translateX(5%) perspective(800px) rotateY(-2deg);
  }
}



@keyframes lineGrow2 {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

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



@keyframes fade-in-text {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

