﻿* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}

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

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


.pricing_option_QrMNa {
    overflow: hidden;
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(238,234,239) 0%, rgba(245, 247, 252, 1) 100%);
    position: relative;
}

.pricing_option_QrMNa .pay_plans_JFTlu {
    display: flex;
    flex-direction: column-reverse;
}

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

.pricing_option_QrMNa .trial_pricing_ElaRA {
    grid-template-columns: 1fr;
    gap: 30px;
    display: grid;
}

.pricing_option_QrMNa .rate_schemes_esymG:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}

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

.pricing_option_QrMNa .discount_plan_apKFR {
    margin: 15px 0;
    display: inline-block;
    font-weight: 700;
    color: rgb(209,198,212);
    position: relative;
    font-size: calc(24px + 4px);
}

.pricing_option_QrMNa .study_rates_YUWTo p {
    white-space: normal;
    font-size: 16px;
    word-break: break-word;
    color: #000000;
    margin-top: 15px;
    flex: 1;
    line-height: 1.6;
    overflow-wrap: break-word;
}

.pricing_option_QrMNa .rate_schemes_esymG:nth-child(odd) .basic_rates_WqrXN {
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 247, 252, 1) 100%);
}

.pricing_option_QrMNa .rate_schemes_esymG:nth-child(2) {
    animation: fadeInUp 0.6s 0.2s both;
}

.privacy_lair_GfZlx {
    border: 1px solid rgba(0, 0, 0, 0.5);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    width: 100%;
    overflow: hidden;
    background: #ffffff;
    padding: 50px;
    height: auto;
}

.privacy_lair_GfZlx ul, .privacy_lair_GfZlx ol {
    padding: 20px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    margin: 20px 0;
    padding-left: 0;
    list-style: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.privacy_lair_GfZlx p, .privacy_lair_GfZlx span, .privacy_lair_GfZlx div {
    line-height: 1.8;
    color: #000000;
    margin-bottom: 20px;
    font-size: 15px;
    font-family: Arial, sans-serif;
}

.our_background_ledgM::after {
    z-index: 0;
    animation: float 18s ease-in-out infinite alternate-reverse;
    width: 250px;
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    position: absolute;
    left: -50px;
    opacity: 0.2;
    filter: blur(20px);
    background: linear-gradient(225deg, rgb(174,161,179,0.5), rgb(209,198,212,0.5));
    height: 250px;
    bottom: -100px;
    content: "";
}

.our_background_ledgM h1:hover::after {
    width: 120px;
}

.our_background_ledgM .study_sessions_omSaQ ul {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    list-style: none;
    padding: 0;
    display: grid;
    margin: 0;
    gap: 30px;
}

.our_background_ledgM .learn_roots_DitoK::before {
    height: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgb(209,198,212), rgb(174,161,179));
    transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    left: 0;
    width: 5px;
    top: 0;
}

.our_background_ledgM .learn_roots_DitoK:hover h4 {
    color: rgb(209,198,212);
    transform: translateX(5px);
}

.our_background_ledgM .learn_roots_DitoK:hover div {
    color: #000000;
}

.learning_impact_bVeJS {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(238,234,239) 0%, rgba(247, 248, 252, 0.9) 100%);
    padding: 120px 0;
}

.learning_impact_bVeJS .container {
    gap: 40px;
    margin: 0 auto;
    grid-template-columns: 1fr;
    display: grid;
    max-width: 1400px;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.learning_impact_bVeJS .image_box_UFNXf:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15), 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg) translateY(-10px);
}

.learning_impact_bVeJS .text_frame_wrap_hlByG {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.07);
    background: rgba(255, 255, 255, 0.9);
    padding: 30px;
    transform: translateZ(0);
    backdrop-filter: blur(10px);
    position: relative;
}

.learning_impact_bVeJS ul {
    margin: 0;
    gap: 18px;
    display: grid;
    grid-template-columns: 1fr;
    padding: 0;
    list-style: none;
}

.learning_impact_bVeJS li:nth-child(1) {
    --i: 1;
}

.learning_impact_bVeJS li:nth-child(2) {
    --i: 2;
}

.learning_impact_bVeJS li:nth-child(4) {
    --i: 4;
}

.learning_impact_bVeJS li p {
    position: relative;
    align-items: center;
    transition: transform 0.3s ease;
    line-height: 1.6;
    color: #000000;
    margin: 0;
    font-size: 14px;
    padding-left: 40px;
    display: flex;
}

.learning_impact_bVeJS li:hover svg path {
    fill: rgb(174,161,179);
}

.appBox_EVwoK::after {
    content: "";
    right: -50px;
    opacity: 0.3;
    z-index: -1;
    bottom: -50px;
    height: 250px;
    width: 250px;
    filter: blur(80px);
    background: rgb(209,198,212,0.5);
    position: absolute;
}

.appBox_EVwoK h2 {
    position: relative;
    animation: slideInTitle 0.8s ease-out forwards;
    font-weight: 700;
    color: #000000;
    text-align: center;
    font-family: Arial, sans-serif;
    transform: translateZ(20px);
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 2.5rem;
}

.appBox_EVwoK .quick_skill_PmbMK::before {
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    animation: gradientShift 8s ease infinite;
    height: 6px;
    background: linear-gradient(90deg, rgb(209,198,212), rgb(174,161,179));
}

.appBox_EVwoK .quick_skill_PmbMK:hover {
    transform: translateZ(15px) rotateX(0deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1),
                0 35px 65px rgba(0, 0, 0, 0.07),
                0 0 0 1px rgba(0, 0, 0, 0.03);
}

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

.get_in_touch_NtRKr h3 {
    text-align: center;
    position: relative;
    margin-bottom: 40px;
    font-size: 36px;
    font-weight: 700;
    color: #000000;
}

.get_in_touch_NtRKr .image_box_UFNXf::after {
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    position: absolute;
    background: linear-gradient(to right, rgb(209,198,212,0.5) 0%, transparent 100%);
}

.request_query_toXRJ .feedback_section_FSCVp {
    flex: 0 0 60%;
    padding: 50px;
    position: relative;
}

.request_query_toXRJ .feedback_section_FSCVp::before {
    position: absolute;
    background: linear-gradient(to bottom, transparent, rgb(174,161,179,0.5), transparent);
    right: 0;
    height: 100%;
    content: "";
    top: 0;
    width: 1px;
}

.request_query_toXRJ .feedback_section_FSCVp input[type="text"]:focus,
.request_query_toXRJ .feedback_section_FSCVp textarea:focus {
    box-shadow: 0 0 0 3px rgb(209,198,212,0.5);
    border-color: rgb(209,198,212);
    outline: none;
}

.request_query_toXRJ .feedback_section_FSCVp .connect_card_DRWwV input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.request_query_toXRJ .feedback_section_FSCVp .connect_card_DRWwV input[type="checkbox"]:checked + label::before {
    background: rgb(209,198,212);
    border-color: rgb(209,198,212);
}

.request_query_toXRJ .feedback_section_FSCVp .connect_card_DRWwV a {
    transition: all 0.3s ease;
    color: rgb(209,198,212);
    text-decoration: none;
    font-weight: 600;
}

.request_query_toXRJ .feedback_section_FSCVp .inquiry_help_CPpBS::before {
    top: 0;
    height: 100%;
    content: "";
    width: 100%;
    z-index: -1;
    transition: all 0.5s ease;
    left: -100%;
    position: absolute;
    background: rgb(174,161,179);
}

.request_query_toXRJ .support_card_QpLTN {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(209,198,212,0.5) 0%, rgb(238,234,239) 100%);
    padding: 50px;
    flex: 0 0 40%;
}

.request_query_toXRJ .support_card_QpLTN h4::after {
    background: rgb(209,198,212);
    width: 60px;
    bottom: -15px;
    height: 3px;
    content: "";
    border-radius: 10px;
    left: 0;
    position: absolute;
}

.request_query_toXRJ .support_card_QpLTN .feedback_request_qfzoX li svg {
    width: 24px;
    height: 24px;
    margin-right: 15px;
    flex-shrink: 0;
}

.request_query_toXRJ .support_card_QpLTN .feedback_request_qfzoX li span {
    font-size: 17px;
    color: #000000;
    line-height: 1.5;
}

.teaching_history_rJvdu {
    padding: 7rem 2rem;
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 70% 30%, rgb(209,198,212,0.5) 0%, transparent 40%), 
              radial-gradient(circle at 30% 70%, rgb(174,161,179,0.5) 0%, transparent 40%), 
              #000000;
}

.teaching_history_rJvdu .client_testimonials_FcmLz::after {
    top: 0;
    opacity: 0.3;
    mix-blend-mode: overlay;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    pointer-events: none;
    background: linear-gradient(135deg, rgb(209,198,212,0.5) 0%, transparent 50%);
}

.teaching_history_rJvdu .client_testimonials_FcmLz .name {
    font-weight: 700;
    letter-spacing: 2px;
    position: relative;
    padding: 3.5rem 2rem 0.5rem 3rem;
    grid-column: 2 / 3;
    animation: neonPulse 4s infinite alternate;
    z-index: 2;
    font-size: 32px;
    text-shadow: 0 0 10px rgb(209,198,212,0.5), 0 0 20px rgb(209,198,212,0.5);
    grid-row: 1 / 2;
    color: #ffffff;
}

.course_program_info_EUrgz::before {
    z-index: 0;
    opacity: 0.1;
    right: 0;
    position: absolute;
    width: 40%;
    height: 100%;
    transform: translateX(30%) skewX(-15deg);
    content: "";
    background: linear-gradient(45deg, transparent, rgb(174,161,179,0.5), transparent);
    top: 0;
}

.course_program_info_EUrgz h2 {
    font-size: calc(38px * 1.05);
    transform: translateX(-2rem);
    opacity: 0;
    animation: slideInTitle 0.8s ease-out 0.2s forwards;
    color: #000000;
    position: relative;
    margin-bottom: 3rem;
    font-weight: 700;
}

.course_program_info_EUrgz .image_box_UFNXf {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateX(3deg);
    position: relative;
    height: 320px;
    width: 100%;
    transition: transform 0.5s ease-out;
}

.course_program_info_EUrgz .image_box_UFNXf:hover {
    transform: perspective(1000px) rotateX(0deg);
}

.course_program_info_EUrgz .description {
    color: #000000;
    line-height: 1.7;
    font-size: 15px;
    position: relative;
    padding-left: 1rem;
    border-left: 2px solid rgb(209,198,212,0.5);
    margin-bottom: 1.5rem;
}

.course_program_info_EUrgz .description:last-of-type::before {
    left: 0;
    content: "";
    position: absolute;
    width: 80%;
    background: linear-gradient(90deg, rgb(174,161,179,0.5) 0%, transparent 100%);
    height: 1px;
    top: 0;
}

.debate_club_JcMkA::before {
    opacity: 0.8;
    top: 0;
    background: linear-gradient(90deg, transparent, rgb(209,198,212), rgb(174,161,179), transparent);
    width: 100%;
    height: 2px;
    left: 0;
    content: "";
    box-shadow: 0 0 20px rgb(209,198,212,0.5);
    position: absolute;
}

.debate_club_JcMkA .company_holder {
    position: relative;
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    transition: all 0.4s ease;
    flex: 1 1 350px;
    backdrop-filter: blur(8px);
    border-radius: 26px;
    padding: 2rem;
    overflow: hidden;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
}

.debate_club_JcMkA .company_holder h3 {
    margin: 0 0 1.5rem;
    display: inline-block;
    font-weight: 700;
    text-shadow: 0 0 15px rgb(209,198,212,0.5);
    font-size: 29px;
    position: relative;
    letter-spacing: 1px;
    color: #ffffff;
}

.debate_club_JcMkA .skill_links_ayIJV {
    min-width: 400px;
    flex: 1 1 calc(100% - 450px);
}

.debate_club_JcMkA .top_start_hCQmN {
    display: flex;
    gap: 2.5rem;
    flex-wrap: wrap;
}

.debate_club_JcMkA .top_expert_XpTBD::after {
    width: 100%;
    position: absolute;
    transform: translateY(1px);
    left: 0;
    height: 1px;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(209,198,212), transparent);
    bottom: 0;
}

.debate_club_JcMkA .top_expert_XpTBD h5 {
    font-size: 23px;
    margin: 0 0 1.5rem;
    letter-spacing: 0.5px;
    color: #ffffff;
    display: inline-block;
    text-shadow: 0 0 15px rgb(174,161,179,0.5);
    position: relative;
    font-weight: 600;
}

.debate_club_JcMkA .top_expert_XpTBD .top_start_hCQmN a {
    transition: all 0.3s ease;
    border-radius: 10px;
    text-shadow: 0 0 5px #000000;
    padding: 0.5rem 1rem;
    position: relative;
    text-decoration: none;
    z-index: 1;
    display: block;
    font-size: 15px;
    opacity: 0.8;
    color: #ffffff;
}

.debate_club_JcMkA .top_expert_XpTBD .top_start_hCQmN a:hover {
    padding-left: 1.5rem;
    text-shadow: 0 0 10px rgb(174,161,179,0.5);
    opacity: 1;
    color: #ffffff;
}

.discord_cta_vDatr {
    margin-top: 2rem;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(0, 0, 0, 0.5);
    padding: 2rem 0;
}

.discord_cta_vDatr .workshop_cta_RuBOD {
    text-align: center;
    letter-spacing: 0.5px;
    position: relative;
    font-size: 13px;
    text-shadow: 0 0 5px #000000;
    opacity: 0.7;
    color: #ffffff;
    transition: all 0.3s ease;
}

.modalCookieSettings_ZqAVd h5 {
    transition: color 0.3s ease-in-out;
    color: #ffffff;
    margin-bottom: 6px;
    font-weight: 700;
    font-size: 22px;
}

.track_edu_nIXJx {
    flex-shrink: 0;
    margin-right: 20px;
}

.edu_cookie_nmZVI {
    font-size: 18px;
    padding: 10px 20px;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    box-shadow: rgb(209,198,212,0.5) 0px 4px 10px 0px;
    border-radius: 24px;
    margin-left: 20px;
    cursor: pointer;
    line-height: 35px;
    text-decoration: none;
    background: rgb(209,198,212);
    color: #ffffff;
}

.inner-container_jxFEw .cookie_all_qRBCw h5, .inner-container_jxFEw .cookie_all_qRBCw p {
    color: #ffffff;
}


#consentPolicyBanner_tmXPe {
    display: none;
}

.education_framework_bdkEO {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(238,234,239) 0%, #ffffff 100%);
}

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

.education_framework_bdkEO .quick_skill_PmbMK {
    justify-content: center;
    display: flex;
    align-items: center;
    perspective: 1000px;
    transform-style: preserve-3d;
    position: relative;
}

.education_framework_bdkEO .quick_skill_PmbMK > div::after {
    width: 90%;
    z-index: -1;
    opacity: 0.7;
    background: #ffffff;
    filter: blur(10px);
    height: 10px;
    position: absolute;
    left: 5%;
    content: "";
    bottom: -10px;
}

.education_framework_bdkEO h3 {
    display: inline-block;
    margin-bottom: 25px;
    position: relative;
    animation: fadeSlideUp 0.8s ease-out forwards;
    font-size: 29px;
    transform: translateY(0);
    font-weight: 700;
    transition: transform 0.5s ease-out;
    color: #000000;
}

.education_framework_bdkEO p span {
    position: relative;
    display: block;
}

.education_framework_bdkEO .quick_skill_PmbMK:hover h3 {
    color: rgb(209,198,212);
    transform: translateY(-3px);
}

.opening_page_ofNMI {
    background: linear-gradient(135deg, rgb(238,234,239) 0%, rgba(245, 248, 250, 0.9) 100%);
    overflow: hidden;
    min-height: 100vh;
    position: relative;
}

.opening_page_ofNMI .quick_skill_PmbMK {
    max-width: 1400px;
    height: 100%;
    z-index: 2;
    flex-direction: column-reverse;
    display: flex;
    position: relative;
    min-height: 100vh;
    margin: 0 auto;
    padding: 2rem;
}

.opening_page_ofNMI .quick_skill_PmbMK {
    gap: 6rem;
}

.opening_page_ofNMI h1::after {
    width: 0;
    content: "";
    bottom: -12px;
    position: absolute;
    background: rgb(209,198,212);
    animation: growLine 1.2s 0.6s forwards cubic-bezier(0.17, 0.67, 0.21, 1.04);
    left: 0;
    height: 3px;
}

.opening_page_ofNMI h1::after {
    animation: growLine 1.2s 0.6s forwards cubic-bezier(0.17, 0.67, 0.21, 1.04);
}

.opening_page_ofNMI svg {
    transform: translateY(0);
    transition: transform 0.3s ease-in-out;
    height: 80px;
    width: 80px;
    animation: float 4s ease-in-out infinite;
    filter: drop-shadow(0 3px 5px rgba(94, 170, 168, 0.2));
}

.opening_page_ofNMI svg text {
    transition: fill 0.3s ease;
    font-weight: 700;
}

.opening_page_ofNMI ul {
    padding: 0;
    animation: fadeInUp 0.8s 0.6s forwards cubic-bezier(0.17, 0.67, 0.21, 1.04);
    margin: 0;
    transform: translateY(20px);
    list-style: none;
    opacity: 0;
}

.opening_page_ofNMI .inquiry_help_CPpBS:hover {
    box-shadow: 0 10px 25px -8px rgba(94, 170, 168, 0.6);
    background: rgba(84, 160, 158, 1);
    transform: translateY(-2px) translateZ(0);
}

.opening_page_ofNMI .inquiry_help_CPpBS:active {
    transform: translateY(1px) translateZ(0);
    box-shadow: 0 5px 15px -8px rgba(94, 170, 168, 0.4);
}

.opening_page_ofNMI .image_box_UFNXf::after {
    height: 100%;
    content: "";
    left: 0;
    animation: borderScan 4s linear infinite;
    box-sizing: border-box;
    clip-path: polygon(0 0, 100% 0, 100% 30%, 0 30%);
    width: 100%;
    border: 2px solid rgba(94, 170, 168, 0.3);
    position: absolute;
    top: 0;
}

header::before {
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 5px,
        transparent 5px,
        transparent 25px
    );
    height: 100%;
    z-index: 0;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
}

header .main_tutor_RyKlY:hover::before {
    opacity: 0;
}

header .main_tutor_RyKlY:hover::after {
    animation: neonPulse 1.5s infinite alternate;
    opacity: 0.5;
}

header .nav_prime_QbKoc:hover {
    transform: scale(1.05);
}

header .top_expert_XpTBD {
    position: relative;
    padding: 0;
    display: flex;
    list-style: none;
    margin: 0;
    z-index: 2;
}

header .header_lead_nNGiS a:hover {
    color: rgb(209,198,212);
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
    border-color: #ffffff;
    text-shadow: none;
    transform: translateY(-3px);
}

header .header_lead_nNGiS a:hover::before {
    transform: scale(1);
    opacity: 1;
}

header .header_lead_nNGiS:hover::after {
    bottom: -5px;
    opacity: 0.5;
}

header .site_navbar_kUGsh::before {
    top: 0;
    width: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    left: 0;
    position: absolute;
    height: 1px;
    content: '';
}

.our_background_ledgM .learn_roots_DitoK div::-webkit-scrollbar {
    width: 5px;
}

.our_background_ledgM .learn_roots_DitoK div::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.03);
    border-radius: 1px;
}

.our_background_ledgM .learn_roots_DitoK div::-webkit-scrollbar-thumb {
    border-radius: 1px;
    background: linear-gradient(to bottom, rgb(209,198,212,0.5), rgb(174,161,179,0.5));
}

.course_program_info_EUrgz .text_frame_wrap_hlByG::-webkit-scrollbar {
    width: 6px;
}

.course_program_info_EUrgz .text_frame_wrap_hlByG::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.course_program_info_EUrgz .text_frame_wrap_hlByG::-webkit-scrollbar-thumb {
    background: rgb(209,198,212);
    border-radius: 10px;
}



@media (max-width: 992px) {.our_background_ledgM {
    padding: 60px 0;
}.our_background_ledgM h1 {
    text-align: center;
}.our_background_ledgM h1::after {
    transform: translateX(-50%);
    left: 50%;
}.our_background_ledgM .study_sessions_omSaQ ul {
    grid-template-columns: 1fr;
}
}



@media (max-width: 480px) {.our_background_ledgM h1 {
    margin-bottom: 30px;
    font-size: calc(47px * 0.85);
}.our_background_ledgM .learn_roots_DitoK {
    padding: 20px 15px;
}.our_background_ledgM .learn_roots_DitoK h4 {
    font-size: calc(24px * 0.9);
    margin-bottom: 15px;
}.our_background_ledgM .learn_roots_DitoK div {
    max-height: 180px;
    font-size: calc(16px * 0.95);
}}



@media (max-width: 480px) {.learning_impact_bVeJS {
    padding: 60px 0;
}.learning_impact_bVeJS .text_frame_wrap_hlByG {
    padding: 25px 20px;
}.learning_impact_bVeJS h1 {
    font-size: calc(39px * 0.75);
}.learning_impact_bVeJS li p {
    font-size: calc(14px * 0.9);
    padding-left: 32px;
}.learning_impact_bVeJS li svg {
    height: 22px;
    width: 22px;
}}



@media (prefers-reduced-motion) {.appBox_EVwoK h2,
    .appBox_EVwoK h2::after,
    .appBox_EVwoK .quick_skill_PmbMK,
    .appBox_EVwoK .quick_skill_PmbMK::before,
    .appBox_EVwoK .quick_skill_PmbMK li {
    animation: none;
    transition: none;
}.appBox_EVwoK .quick_skill_PmbMK:hover {
    transform: none;
}.appBox_EVwoK::before {
    animation: none;
}}



@media screen and (max-width: 768px) {.get_in_touch_NtRKr {
    padding: 60px 0;
}.get_in_touch_NtRKr h3 {
    font-size: calc(36px - 4px);
}.request_query_toXRJ .feedback_section_FSCVp,
    .request_query_toXRJ .support_card_QpLTN {
    padding: 30px;
}.request_query_toXRJ .feedback_section_FSCVp h3,
    .request_query_toXRJ .support_card_QpLTN h4 {
    font-size: calc(18px - 2px);
}.request_query_toXRJ .feedback_section_FSCVp input[type="text"],
    .request_query_toXRJ .feedback_section_FSCVp textarea {
    padding: 12px 15px;
}.request_query_toXRJ .feedback_section_FSCVp .inquiry_help_CPpBS {
    text-align: center;
    width: 100%;
}
}



@media (min-width: 768px) {.course_program_info_EUrgz {
    padding: 8rem 0;
}.course_program_info_EUrgz h2 {
    font-size: calc(38px * 1.1);
    max-width: 80%;
    margin-bottom: 4rem;
}.course_program_info_EUrgz .lesson_track_ywRut {
    align-items: flex-start;
    gap: 4rem;
    grid-template-columns: 45% 1fr;
}.course_program_info_EUrgz .image_box_UFNXf {
    top: 2rem;
    position: sticky;
    height: 450px;
}.course_program_info_EUrgz .text_frame_wrap_hlByG {
    max-height: 600px;
}
}



@media (max-width: 767px) {.course_program_info_EUrgz {
    padding: 4rem 0;
}.course_program_info_EUrgz h2 {
    margin-bottom: 2rem;
    font-size: calc(38px * 0.9);
}.course_program_info_EUrgz .image_box_UFNXf {
    margin-bottom: 1rem;
    height: 250px;
}.course_program_info_EUrgz .text_frame_wrap_hlByG {
    max-height: 350px;
}.course_program_info_EUrgz .description:first-of-type::first-letter {
    font-size: 2.5rem;
}}



@media (max-width: 768px) {.debate_club_JcMkA {
    padding: 3rem 0 1.5rem;
}.debate_club_JcMkA .company_holder,
    .debate_club_JcMkA .top_expert_XpTBD {
    padding: 1.5rem;
}.debate_club_JcMkA .top_start_hCQmN {
    gap: 1.5rem;
}.debate_club_JcMkA .company_holder h3 {
    font-size: calc(29px - 2px);
}.debate_club_JcMkA .top_expert_XpTBD h5 {
    font-size: calc(23px - 1px);
}.debate_club_JcMkA .company_holder:hover,
    .debate_club_JcMkA .top_expert_XpTBD:hover {
    transform: translateY(-3px);
}
}



@media screen and (max-width: 992px) {.education_framework_bdkEO {
    padding: 80px 0;
}.education_framework_bdkEO .quick_skill_PmbMK > div {
    padding: 40px 35px;
}.education_framework_bdkEO h3 {
    font-size: calc(29px * 0.9);
}
}



@media screen and (max-width: 576px) {.education_framework_bdkEO {
    padding: 50px 0;
}.education_framework_bdkEO .quick_skill_PmbMK > div {
    padding: 30px 20px;
}.education_framework_bdkEO h3 {
    font-size: calc(29px * 0.7);
    margin-bottom: 15px;
}.education_framework_bdkEO p {
    line-height: 1.7;
    font-size: calc(15px * 0.9);
}.education_framework_bdkEO h3::after {
    width: 40px;
}.education_framework_bdkEO p span::before {
    top: -30px;
    font-size: 80px;
}}



@media (min-width: 1400px) {header .site_navbar_kUGsh {
    max-width: 1320px;
    margin: 0 auto;
}header .header_lead_nNGiS {
    margin: 0 0.6rem;
}header .header_lead_nNGiS a {
    padding: 0 1.5rem;
}
}



@media (max-width: 479px) {header .site_navbar_kUGsh {
    padding: 0.7rem 1.2rem;
}header .main_tutor_RyKlY {
    max-width: 120px;
}header .header_lead_nNGiS a {
    height: 30px;
    font-size: calc(18px - 3px);
    padding: 0 0.6rem;
}
}



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



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



@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}



@keyframes expandWidth {
    from {
        width: 0;
    }
    to {
        width: 100px;
    }
}



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



@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



@keyframes backgroundMovement {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  100% {
    transform: translate(50px, 50px) rotate(10deg);
  }
}



@keyframes fadeUpContent {
    0% {
        transform: translateY(2rem);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}



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



@keyframes borderScan {
    0% {
        clip-path: polygon(0 0, 100% 0, 100% 10%, 0 10%);
    }
    25% {
        clip-path: polygon(90% 0, 100% 0, 100% 100%, 90% 100%);
    }
    50% {
        clip-path: polygon(0 90%, 100% 90%, 100% 100%, 0 100%);
    }
    75% {
        clip-path: polygon(0 0, 10% 0, 10% 100%, 0 100%);
    }
    100% {
        clip-path: polygon(0 0, 100% 0, 100% 10%, 0 10%);
    }
}

@keyframes neonPulse {
    0% { opacity: 0.3; box-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff; }
    100% { opacity: 0.7; box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff, 0 0 30px #ffffff; }
}

