﻿header,footer {
    width: 100%;
}

header {
    left: 0;
    width: 100%;
    z-index: 1000;
    position: fixed;
    background: #000000;
    top: 0;
    background: 
        linear-gradient(170deg, 
            #000000 0%,
            rgb(173,191,193,0.5) 100%);
    overflow: hidden;
}

.meet_us_Tp35::after {
    z-index: 0;
    position: absolute;
    left: -100px;
    animation: float 18s ease-in-out infinite alternate-reverse;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    bottom: -100px;
    height: 400px;
    width: 400px;
    background: linear-gradient(225deg, rgb(112,159,164,0.5), transparent 70%);
    filter: blur(25px);
    content: "";
}

.meet_us_Tp35 h1:hover::before {
    width: 120px;
}

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

.meet_us_Tp35 .student_voice_Ijny::before {
    transition: height 0.5s ease;
    height: 0;
    width: 4px;
    background: linear-gradient(180deg, rgb(173,191,193), rgb(112,159,164));
    left: 0;
    position: absolute;
    content: "";
    top: 0;
}

.meet_us_Tp35 .student_voice_Ijny h4 {
    margin-bottom: 20px;
    font-weight: 600;
    color: #000000;
    display: inline-block;
    transition: transform 0.3s ease, color 0.3s ease;
    font-size: 20px;
    position: relative;
}

.meet_us_Tp35 .student_voice_Ijny div {
    max-height: 300px;
    font-weight: 400;
    margin-left: 5px;
    color: #000000;
    transition: color 0.3s ease;
    line-height: 1.7;
    overflow-y: auto;
    padding-right: 10px;
    font-size: 18px;
}

.pricing_plan_PB98 .study_price_yUic:hover {
    transform: translateY(-5px);
}

.pricing_plan_PB98 .study_price_yUic h2::after {
    position: absolute;
    background: rgb(173,191,193);
    transition: transform 0.5s ease;
    bottom: -10px;
    transform-origin: left;
    left: 0;
    transform: scaleX(1);
    content: "";
    width: 80px;
    height: 3px;
}

.pricing_plan_PB98 .pay_plans_qkiZ:hover {
    transform: translateY(-8px);
}

.pricing_plan_PB98 .cost_summary_7SyW {
    min-height: 280px;
    flex-grow: 1;
    padding: 2rem;
    flex-direction: column;
    display: flex;
}

.pricing_plan_PB98 .pricing_fees_dLgq::before {
    left: 0;
    height: 2px;
    content: "";
    background: rgb(112,159,164);
    bottom: -10px;
    width: 40px;
    position: absolute;
}

.pricing_plan_PB98 .pay_plans_qkiZ:hover .hero_image_ePy3 {
    transform: scale(1.05);
}

.program_details_5faI {
    padding: 120px 0 80px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(230,234,235) 0%, rgba(245, 248, 252, 0.9) 100%);
    position: relative;
}

.program_details_5faI h2 {
    position: relative;
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 3rem;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-origin: left center;
    max-width: 90%;
    line-height: 1.3;
}

.program_details_5faI .hero_image_ePy3 {
    height: 380px;
    overflow: hidden;
    width: 100%;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
}

.program_details_5faI .description {
    margin-bottom: 1.5rem;
    color: #000000;
    position: relative;
    line-height: 1.7;
    padding-left: 1rem;
    font-size: 18px;
}

.program_details_5faI .description::before {
    height: 4px;
    width: 4px;
    content: "";
    border-radius: 50%;
    position: absolute;
    top: 0.5rem;
    left: 0;
    background: rgb(112,159,164);
}

.education_history_fX3T .user_opinions_l6do {
    z-index: 2;
    position: relative;
    transform-style: preserve-3d;
    perspective: 1500px;
    grid-template-columns: 1fr;
    margin: 0 auto;
    display: grid;
    max-width: 1000px;
}

.education_history_fX3T .work_expertise_NpSb {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: rotateX(-5deg);
    border-radius: 0 0 21px 21px;
    z-index: 1;
    transform-origin: top;
    background: #ffffff;
    position: relative;
    padding: 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

.education_history_fX3T .user_opinions_l6do:hover .work_expertise_NpSb > div:nth-child(2) {
    color: rgb(112,159,164);
    transform: translateZ(15px);
}

.potential_learners_KGIY {
    position: relative;
    background: rgb(230,234,235);
    overflow: hidden;
    padding: 100px 0;
}

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

.potential_learners_KGIY h4::after {
    bottom: -15px;
    content: "";
    border-radius: 2px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    height: 4px;
    background: linear-gradient(90deg, rgb(173,191,193), rgb(112,159,164));
    width: 80px;
}

.potential_learners_KGIY div p svg {
    padding: 8px;
    background: rgb(230,234,235);
    box-shadow: 
        4px 4px 8px rgba(0, 0, 0, 0.1),
        -4px -4px 8px rgba(255, 255, 255, 0.8);
    height: 40px;
    transition: all 0.3s ease;
    width: 40px;
    border-radius: 50%;
    margin-right: 20px;
    min-width: 40px;
}

.access_now_RAcL {
    overflow: hidden;
    padding: 6rem 2rem;
    background: linear-gradient(135deg, rgb(112,159,164) 0%, rgb(173,191,193) 100%);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    position: relative;
}

.access_now_RAcL .container:hover {
    transform: translateY(-5px);
}

.access_now_RAcL h6 {
    color: #ffffff;
    font-family: Arial, sans-serif;
    text-align: center;
    margin: 0 auto;
    position: relative;
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    font-size: clamp(1.2rem, 2vw, 19px);
    letter-spacing: 0.02em;
    line-height: 1.5;
    transform: perspective(1000px) rotateX(0);
    max-width: 800px;
}

.access_now_RAcL .query_panel_HZgU:hover {
    transform: translateY(-3px);
    background: #ffffff;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2), 0 8px 15px rgba(0, 0, 0, 0.15);
    color: rgb(112,159,164);
}

.access_now_RAcL .query_panel_HZgU:hover span {
    transform: scale(1.05);
}

.location_details_UGnb {
    padding: 90px 0;
    overflow: hidden;
    background: rgb(230,234,235);
    position: relative;
    isolation: isolate;
}

.location_details_UGnb .container::after {
    background: 
        linear-gradient(rgba(var(--primary-color, 0, 120, 200), 0.1) 0%, transparent 80%),
        radial-gradient(circle at center, rgba(var(--secondary-color, 100, 0, 150), 0.05) 0%, transparent 60%);
    animation: pulseEffect 10s infinite alternate;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    top: 50%;
    content: '';
    height: 500px;
    left: 50%;
    width: 500px;
    filter: blur(50px);
    transform: translate(-50%, -50%);
    opacity: 0.5;
}

.location_details_UGnb .feedback_form_stEf svg {
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.2));
    width: 24px;
    fill: #ffffff;
    margin-right: 12px;
    height: 24px;
}

.location_details_UGnb .hero_image_ePy3::after {
    height: 30%;
    z-index: 1;
    left: 0;
    width: 100%;
    bottom: 0;
    content: '';
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.location_details_UGnb .edu_asknow_X4it p:last-child {
    margin-bottom: 0;
}

.location_details_UGnb .edu_asknow_X4it p svg {
    fill: rgb(173,191,193);
    transition: all 0.3s ease;
    left: 0;
    height: 20px;
    position: absolute;
    top: 4px;
    width: 20px;
}

.location_details_UGnb .edu_asknow_X4it p a:hover {
    color: rgb(112,159,164);
}

.location_details_UGnb .get_contact_glU1 {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding-top: 35px;
    margin-top: 35px;
}

.location_details_UGnb .contact_team_zSN9 {
    gap: 12px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

.location_details_UGnb .contact_today_OPd9:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    color: #000000;
    background: rgb(173,191,193,0.5);
    transform: translateY(-3px);
}

.location_details_UGnb .contact_today_OPd9::before {
    z-index: 1;
    width: 100%;
    opacity: 0.05;
    background: linear-gradient(45deg, transparent 49.5%, rgba(255, 255, 255, 0.5) 50%, transparent 50.5%);
    position: absolute;
    pointer-events: none;
    content: '';
    height: 100%;
    left: 0;
    background-size: 10px 10px;
    top: 0;
}

header .head_mainwrap_2APl {
    display: flex;
    z-index: 3;
    margin-bottom: 2rem;
    padding: 0.5rem 2rem;
    position: relative;
    text-decoration: none;
    justify-content: center;
}

header .head_mainwrap_2APl:hover svg {
    filter: drop-shadow(0 0 12px rgb(173,191,193));
    transform: scale(1.08);
}

header .main_primary_R6iZ {
    gap: 1rem;
    mask-image: linear-gradient(90deg, 
        transparent 0%,
        #000 5%,
        #000 95%,
        transparent 100%);
    display: flex;
    scrollbar-width: none;
    width: 100vw;
    background: linear-gradient(to bottom, 
        #000000 0%,
        rgba(0, 0, 0, 0.5) 100%);
    justify-content: center;
    overflow-x: auto;
    padding: 1rem 0;
    position: relative;
}

header .header_learn_sIUY:hover::before {
    left: 100%;
}

header .header_learn_sIUY:hover::after {
    transform: translateY(-50%) scale(1);
}

.contact_section_rHPn::after {
    right: 0;
    background: linear-gradient(240deg, rgb(112,159,164,0.5) 0%, transparent 70%);
    opacity: 0.1;
    height: 70%;
    width: 70%;
    bottom: 0;
    content: "";
    position: absolute;
}

.contact_section_rHPn .hero_image_ePy3::after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    background: linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.4));
}

.contact_section_rHPn form input[type="text"] {
    font-size: 18px;
    border-radius: 10px;
    transition: all 0.3s ease;
    width: 100%;
    border: none;
    color: #000000;
    background: rgb(230,234,235);
    padding: 18px 25px;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
}

.contact_section_rHPn .inquiry_list_Wb4U input[type="checkbox"]:checked + label::after {
    width: 6px;
    left: 8px;
    transform: rotate(45deg);
    content: "";
    border-bottom: 2px solid #ffffff;
    height: 11px;
    top: 9px;
    border-right: 2px solid #ffffff;
    position: absolute;
}

.contact_section_rHPn form .query_panel_HZgU:hover::before {
    transform: rotate(45deg) translateX(200%);
}

.contact_section_rHPn svg path {
    transition: fill 0.3s ease;
    fill: rgb(173,191,193);
}

footer::before {
    z-index: -1;
    content: "";
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(173,191,193,0.5) 50%, rgb(112,159,164,0.5) 100%);
    width: 100%;
    position: absolute;
    backdrop-filter: blur(8px);
    animation: gradientShift 15s ease infinite;
    height: 100%;
    left: 0;
    top: 0;
}

.diploma_cta_fEyA .company_holder h3 {
    color: #ffffff;
    position: relative;
    font-weight: 700;
    font-size: calc(32px * 0.85);
    margin-bottom: 1.25rem;
    display: inline-block;
}

.diploma_cta_fEyA .collab_net_CAMr {
    max-width: 450px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 1rem;
    font-size: 15px;
}

.diploma_cta_fEyA .main_primary_R6iZ h5 {
    display: inline-block;
    position: relative;
    color: #ffffff;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 1.25rem;
}

.diploma_cta_fEyA .main_primary_R6iZ a {
    position: relative;
    z-index: 1;
    text-decoration: none;
    display: block;
    color: rgba(255, 255, 255, 0.8);
    padding: 0.25rem 0.5rem;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-size: 15px;
}

.teach_supp_zvXk .container {
    position: relative;
    align-items: center;
    display: flex;
    justify-content: center;
}



.diploma_cta_fEyA .head_lesson_nCJv a::after {
    top: 50%;
    height: 4px;
    width: 4px;
    position: absolute;
    border-radius: 50%;
    left: -10px;
    transform: translateY(-50%) scale(0);
    transition: transform 0.3s ease;
    background: rgb(173,191,193);
    content: "";
}

.diploma_cta_fEyA .company_holder:hover .collab_net_CAMr::after {
    border-bottom-color: rgb(112,159,164,0.5);
    transition: width 0.5s ease, height 0.5s ease 0.3s;
    height: calc(100% + 20px);
    width: calc(100% + 20px);
    border-left-color: rgb(112,159,164,0.5);
}

.customer_comments_LAQE .client_stories_6CKy {
    overflow-x: auto;
    display: flex;
    scroll-snap-type: x mandatory;
    margin: 0 -1rem;
    gap: 3rem;
    padding: 3rem 1rem;
    transform-style: preserve-3d;
}

.customer_comments_LAQE .user_opinions_l6do:nth-child(odd) {
    transform: perspective(1000px) rotateY(-5deg) translateZ(10px);
}

.customer_comments_LAQE .user_opinions_l6do:hover {
    transform: perspective(1000px) rotateY(0) translateZ(50px) scale(1.05);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    z-index: 10;
}

.customer_comments_LAQE .user_opinions_l6do .description {
    position: relative;
    transition: all 0.3s ease;
    color: #000000;
    padding-left: 1.5rem;
    margin-top: 1rem;
    font-size: 17px;
    line-height: 1.6;
    border-left: 3px solid rgb(112,159,164,0.5);
    font-weight: 400;
}

.thanksCore_HztG .container {
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    transform-style: preserve-3d;
    z-index: 10;
    max-width: 1200px;
}

.thanksCore_HztG h2::after {
    left: 50%;
    transform-origin: center;
    bottom: -15px;
    content: "";
    width: 150px;
    animation: underlineExpand 1.5s ease-out forwards 0.5s;
    transform: translateX(-50%);
    height: 3px;
    position: absolute;
    opacity: 0;
    background: linear-gradient(90deg, transparent, rgb(112,159,164), transparent);
}

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

.thanksCore_HztG li {
    border-left: 3px solid rgb(112,159,164);
    transform: translateX(-20px);
    opacity: 0;
    border-radius: 0 10px 10px 0;
    margin-bottom: 15px;
    position: relative;
    background: linear-gradient(to right, rgba(245, 245, 245, 0.5) 0%, transparent 100%);
    animation: itemSlideIn 0.8s ease-out forwards 0.6s;
    padding: 20px 15px 20px 35px;
}

.title_opener_JuE5::before {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    content: "";
    height: 100%;
    background-image: 
    radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.05) 0%, transparent 20%),
    radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.05) 0%, transparent 20%);
    pointer-events: none;
    z-index: 1;
}

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

.title_opener_JuE5 .edu_home_Khsu h3::after {
    height: 3px;
    width: 40px;
    bottom: -10px;
    transform: scaleX(0);
    right: 0;
    animation: scaleIn 0.6s 1.2s ease forwards;
    content: "";
    background: rgb(112,159,164);
    position: absolute;
    transform-origin: right;
}



.study_process_2L8N .edu_ethos_U05h {
    width: 90%;
    z-index: 5;
    display: flex;
    justify-content: center;
    position: relative;
    max-width: 1200px;
}

.study_process_2L8N .article_wrap_UxHB::before {
    opacity: 0.2;
    transform: rotate(30deg);
    left: -50%;
    position: absolute;
    top: -50%;
    background: radial-gradient(
        ellipse at center,
        rgb(173,191,193,0.5) 0%,
        transparent 60%
    );
    content: '';
    z-index: -1;
    transition: all 0.5s ease;
    height: 200%;
    width: 200%;
}

.study_process_2L8N .article_wrap_UxHB:hover h2::before {
    width: 100px;
}

.study_process_2L8N p {
    opacity: 0.9;
    font-size: 18px;
    z-index: 2;
    line-height: 1.8;
    position: relative;
    color: #ffffff;
}

.study_process_2L8N .article_wrap_UxHB:hover h2::after {
    transform: scale(1.2);
    opacity: 0.7;
}

.study_process_2L8N:hover::after {
    opacity: 0.15;
}

.privacy_area_Jk8D h2 {
    font-size: 29px;
    margin-bottom: 20px;
    margin-top: 40px;
    text-shadow: 0 0 5px rgb(112,159,164,0.5);
    color: rgb(173,191,193);
    font-weight: 600;
}

.privacy_area_Jk8D h6 {
    font-size: 18px;
    text-shadow: 0 0 2px rgb(173,191,193,0.5);
    font-weight: 300;
}

.privacy_area_Jk8D li::before {
    transform: translateY(-50%);
    content: '';
    box-shadow: 0 0 8px rgb(112,159,164,0.5);
    height: 10px;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    width: 10px;
    background-color: rgb(112,159,164);
    left: 0;
}

.program_assets_QDw4 .edu_ethos_U05h {
    margin: 0 auto;
    max-width: 1280px;
    padding: 0 20px;
    gap: 30px 60px;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
        "header photo"
        "content photo";
    display: grid;
    z-index: 1;
    position: relative;
    grid-template-rows: auto 1fr;
}

.program_assets_QDw4 h2 {
    position: relative;
    grid-area: header;
    animation: slideIn 0.8s forwards;
    transform: translateX(-30px);
    font-size: 48px;
    opacity: 0;
    font-weight: 700;
    padding-left: 30px;
    margin: 0;
    color: #ffffff;
}

.program_assets_QDw4 .text_main_holder > div:nth-child(1) {
    --i: 1;
}

.program_assets_QDw4 .text_main_holder > div:nth-child(3) {
    --i: 3;
}

.program_assets_QDw4 .text_main_holder > div:nth-child(5) {
    --i: 5;
}

.program_assets_QDw4 .text_main_holder > div:nth-child(7) {
    --i: 7;
}

.program_assets_QDw4 .text_main_holder > div::after {
    right: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    position: absolute;
    width: 100%;
    content: '';
    background: linear-gradient(135deg, transparent 0%, rgba(rgb(112,159,164), 0.05) 100%);
}

.consentNotificationBox_Q2Ev {
    width: 100%;
    animation: fadeInUp 0.5s ease-out;
    background-color: rgb(230,234,235);
    border-top: 1px solid rgb(173,191,193);
    bottom: 0;
    position: fixed;
    padding: 20px 0;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.consentNotificationBox_Q2Ev .cookie_user_GLyb:active {
    box-shadow: none;
    transform: translateY(1px);
}

::-webkit-scrollbar {
    padding: 2px;
    width: 20px;
}

::-webkit-scrollbar-button {
    border-radius: 6px;
}

::-webkit-scrollbar-track {
    background: rgb(230,234,235);
}

::-webkit-scrollbar-track:active {
    background: #ffffff;
}

::-webkit-scrollbar-thumb {
    border-radius: 9999px;
    border: 2px solid rgb(255, 255, 255, 0.5);
    min-height: 40px;
    background: linear-gradient(234deg, #ffffff 5%, rgb(255, 255, 255, 0.5) 51%, rgb(112,159,164) 19%, rgb(173,191,193) 29%, rgb(230,234,235) 62%);
}

::-webkit-scrollbar-thumb:hover {
    box-shadow: 3px -5px 13px 4px rgba(0, 0, 0, 0.1);
    transform: translateX(2px);
    background: rgb(230,234,235);
}

::-webkit-scrollbar-thumb:active {
    box-shadow: inset 4px -3px 6px 4px rgba(0, 0, 0, 0.6);
    background: #ffffff;
}

.meet_us_Tp35 .student_voice_Ijny div::-webkit-scrollbar {
    width: 4px;
}

.meet_us_Tp35 .student_voice_Ijny div::-webkit-scrollbar-track {
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.05);
}

.meet_us_Tp35 .student_voice_Ijny div::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, rgb(173,191,193), rgb(112,159,164));
    border-radius: 8px;
}

.program_details_5faI .article_wrap_UxHB::-webkit-scrollbar {
    width: 6px;
}

.program_details_5faI .article_wrap_UxHB::-webkit-scrollbar-track {
    background: rgba(rgb(173,191,193,0.5), 0.1);
    border-radius: 3px;
}

.program_details_5faI .article_wrap_UxHB::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: rgb(173,191,193);
}

header .main_primary_R6iZ::-webkit-scrollbar {
    display: none;
}

.customer_comments_LAQE .client_stories_6CKy::-webkit-scrollbar {
    height: 8px;
}

.customer_comments_LAQE .client_stories_6CKy::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

.customer_comments_LAQE .client_stories_6CKy::-webkit-scrollbar-thumb {
    background: rgb(173,191,193);
    border-radius: 10px;
}



@media (max-width: 767px) {.potential_learners_KGIY {
    padding: 60px 0;
}.potential_learners_KGIY .edu_ethos_U05h {
    padding: 30px 20px;
}.potential_learners_KGIY h4 {
    margin-bottom: 35px;
    font-size: calc(33px - 4px);
}.potential_learners_KGIY div p {
    flex: 1 1 100%;
    padding: 18px;
}.potential_learners_KGIY div p svg {
    width: 30px;
    height: 30px;
    margin-right: 15px;
    padding: 6px;
    min-width: 30px;
}
}



@media (prefers-reduced-motion: reduce) {.access_now_RAcL .container,
    .access_now_RAcL h6,
    .access_now_RAcL span,
    .access_now_RAcL .query_panel_HZgU,
    .access_now_RAcL .query_panel_HZgU::before,
    .access_now_RAcL .query_panel_HZgU span,
    .access_now_RAcL h6::before,
    .access_now_RAcL span::before {
    animation: none;
    transform: none;
    transition: none;
}}



@media (max-width: 991px) {header .head_mainwrap_2APl {
    margin-bottom: 1.5rem;
}header .head_mainwrap_2APl svg {
    height: 42px;
}header .header_learn_sIUY {
    padding: 0.5rem 1.5rem;
    font-size: calc(16px - 1px);
}
}



@media (max-width: 767px) {header .top_page_iB6S {
    padding-top: 1rem;
}header .head_mainwrap_2APl {
    margin-bottom: 1rem;
}header .head_mainwrap_2APl svg {
    height: 36px;
}header .main_primary_R6iZ {
    justify-content: flex-start;
    padding: 0.8rem 0;
}header .header_learn_sIUY {
    margin: 0 0.2rem;
    padding: 0.4rem 1.2rem;
    font-size: calc(16px - 2px);
}header .header_learn_sIUY:first-child {
    margin-left: 1rem;
}header .header_learn_sIUY:last-child {
    margin-right: 1rem;
}header .header_learn_sIUY::after {
    width: 6px;
    right: 8px;
    height: 6px;
}}



@media screen and (max-width: 767px) {.contact_section_rHPn {
    padding: 70px 0;
}.contact_section_rHPn .hero_image_ePy3 {
    min-height: 250px;
}.contact_section_rHPn .contact_request_Cbo7 {
    padding: 40px 30px;
}.contact_section_rHPn .contact_request_Cbo7::before {
    width: calc(100% - 60px);
    left: 30px;
}
}



@media (max-width: 576px) {.diploma_cta_fEyA {
    padding: 2.5rem 0 1rem;
}.diploma_cta_fEyA .company_holder h3 {
    font-size: calc(32px * 0.75);
}.diploma_cta_fEyA .collab_net_CAMr {
    font-size: calc(15px * 0.9);
}.diploma_cta_fEyA .main_primary_R6iZ h5 {
    font-size: calc(20px * 0.9);
}.diploma_cta_fEyA .main_primary_R6iZ a {
    font-size: calc(15px * 0.9);
}.teach_supp_zvXk .tech_stack_jMPN {
    font-size: calc(12px * 0.9);
    padding: 0.4rem 0.8rem;
}}



@media (max-width: 576px) {.thanksCore_HztG {
    padding: 40px 0;
}.thanksCore_HztG h2 {
    font-size: calc(28px * 0.7);
    margin-bottom: 20px;
    line-height: 1.5;
}.thanksCore_HztG h2::after {
    width: 100px;
    bottom: -10px;
}.thanksCore_HztG .edu_ethos_U05h {
    transform: translateZ(5px) rotateX(0.5deg);
    padding: 20px;
    margin-top: 15px;
}.thanksCore_HztG li {
    margin-bottom: 10px;
    padding: 12px 10px 12px 20px;
}.thanksCore_HztG li::before {
    left: -7px;
    width: 12px;
    height: 12px;
}.thanksCore_HztG span {
    font-size: calc(16px * 0.95);
    line-height: 1.6;
}}



@media (max-width: 767px) {.title_opener_JuE5 {
    padding: 4rem 0;
}.title_opener_JuE5 > div {
    padding: 1.5rem;
    width: 95%;
}.title_opener_JuE5 .course_entry_mf5T {
    font-size: calc(39px - 0.1rem);
}.title_opener_JuE5 .edu_home_Khsu {
    padding: 2rem 1.5rem;
}.title_opener_JuE5 .edu_home_Khsu p {
    font-size: 13px;
}.title_opener_JuE5 .edu_home_Khsu h3 {
    padding-right: 1rem;
    font-size: 20px;
}}


@media only screen and (max-width: 800px) {.privacy_area_Jk8D {
    padding: 30px;
    border-radius: 10px;
}.privacy_area_Jk8D h1 {
    font-size: calc(19px - 8px);
}.privacy_area_Jk8D h2 {
    font-size: calc(19px - 6px);
}.privacy_area_Jk8D ul, .privacy_area_Jk8D ol {
    padding-left: 20px;
}.privacy_area_Jk8D li {
    font-size: calc(15px - 1px);
}.privacy_area_Jk8D p {
    font-size: calc(15px - 1px);
}}



@media (max-width: 768px) {.program_assets_QDw4 {
    padding: 80px 0;
}.program_assets_QDw4 .text_main_holder {
    gap: 20px;
    grid-template-columns: 1fr;
}.program_assets_QDw4 .hero_image_ePy3 {
    height: 350px;
}.program_assets_QDw4 h2 {
    font-size: 34px;
}
}



@keyframes float {
    0%, 100% {
        transform: translate(0, 0) rotate(0deg);
    }
    25% {
        transform: translate(20px, -15px) rotate(5deg);
    }
    50% {
        transform: translate(-10px, 20px) rotate(-3deg);
    }
    75% {
        transform: translate(-15px, -10px) rotate(2deg);
    }
}



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



@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.05;
    }
    50% {
        opacity: 0.1;
    }
}



@keyframes pulsate {
    0%, 100% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.6;
        transform: scale(1.05);
    }
}



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



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



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



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



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



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

