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

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

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

header,footer {
    width: 100%;
}

header {
    background: linear-gradient(to right, rgb(230,231,218), #ffffff);
    position: relative;
    z-index: 100;
    padding: 1.5rem 0;
    box-shadow: 0 5px 15px rgb(203,207,165,0.5);
}

.G_course_rewards .container {
    position: relative;
    z-index: 1;
    padding: 0 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.G_course_rewards .N_portrait_image {
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.15), 
                0 0 0 1px rgba(rgb(203,207,165,0.5), 0.1);
    max-height: 420px;
    border-radius: 19px;
    margin-bottom: 2.5rem;
    object-fit: cover;
    transform: perspective(1000px) rotateY(-2deg) rotateX(2deg);
    width: 100%;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    height: auto;
}

.G_course_rewards h1::after {
    bottom: -12px;
    border-radius: 5px;
    background: linear-gradient(90deg, rgb(203,207,165) 0%, rgb(183,161,118) 100%);
    width: 80px;
    position: absolute;
    content: "";
    height: 3px;
    left: 0;
}

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

.G_course_rewards li svg {
    height: 24px;
    transform-origin: center;
    transform: scale(0.9);
    left: 0;
    width: 24px;
    top: 0;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: absolute;
}

header .o_head_top {
    transition: all 0.3s ease;
    text-decoration: none;
    padding: 0.5rem;
    margin-bottom: 0.5rem;
    border-radius: 10px;
    position: relative;
    display: block;
}

header .w_head_core {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    background: linear-gradient(to right, rgb(203,207,165,0.5), rgb(183,161,118,0.5));
    border-radius: 25px;
    padding: 0.8rem;
    width: 100%;
}

.J_price_box {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

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

.J_price_box h2::after {
    background: linear-gradient(90deg, rgb(203,207,165), rgb(183,161,118));
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    height: 4px;
    content: "";
    width: 80px;
    bottom: -15px;
}

.J_price_box .v_deal_opts li {
    transform-style: preserve-3d;
    perspective: 1000px;
}

.J_price_box .J_group_rates {
    background: rgba(255, 255, 255, 0.95);
    transform-style: preserve-3d;
    backdrop-filter: blur(10px);
    display: flex;
    min-height: 400px;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    flex-direction: column;
    overflow: hidden;
    height: 100%;
}

.J_price_box .j_pricing_options h4::after {
    height: 3px;
    content: "";
    transition: width 0.4s ease;
    bottom: 0;
    background-color: rgb(203,207,165);
    width: 40px;
    left: 0;
    position: absolute;
}

.J_price_box .j_pricing_options:hover {
    transform: translateY(-10px) scale(1.02);
}

.J_price_box .j_pricing_options:hover h4 {
    color: rgb(203,207,165);
    transform: translateX(5px);
}

.J_price_box .j_pricing_options:active {
    transform: translateY(-5px) scale(0.98);
    transition: transform 0.2s ease;
}

.h_teaching_experience::before {
    position: absolute;
    height: 100%;
    z-index: 1;
    width: 100%;
    top: 0;
    content: "";
    background: linear-gradient(120deg, transparent 30%, rgb(203,207,165,0.5) 100%);
    left: 0;
}

.h_teaching_experience .N_portrait_image {
    border-radius: 0;
    width: 100%;
    filter: grayscale(100%);
    position: relative;
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    aspect-ratio: 3/4;
    overflow: hidden;
}

.h_teaching_experience .v_past_experience::before {
    left: 0;
    height: 0;
    content: "";
    position: absolute;
    top: 0;
    background: rgb(203,207,165);
    width: 2px;
    transition: height 0.8s ease-out;
}

.h_teaching_experience .i_user_experience:hover .name::after {
    transform: translateX(0);
}

.h_teaching_experience .i_user_experience:hover .v_past_experience > div:nth-child(2) {
    opacity: 1;
    transform: translateY(0);
}

.h_teaching_experience .S_emp_section {
    padding: 0 0 0 20px;
    line-height: 1.8;
    font-size: 14px;
    font-weight: 300;
    transform: translateY(20px);
    color: #000000;
    transition: all 0.5s ease-out 0.6s;
    opacity: 0;
    position: relative;
}

.L_privacy_safehouse::before {
    content: "";
    left: 0;
    position: absolute;
    z-index: 0;
    background-size: 60px 60px;
    opacity: 0.04;
    top: 0;
    width: 100%;
    background-image: linear-gradient(45deg, rgb(203,207,165,0.5) 25%, transparent 25%), 
                      linear-gradient(-45deg, rgb(203,207,165,0.5) 25%, transparent 25%);
    height: 100%;
}

.L_privacy_safehouse h1::after {
    bottom: 0;
    animation: expandWidth 0.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transform-origin: left;
    width: 8rem;
    position: absolute;
    background: linear-gradient(90deg, rgb(203,207,165) 0%, rgb(183,161,118) 100%);
    height: 4px;
    left: 0;
    content: "";
}

.L_privacy_safehouse h3::before {
    border-radius: 1.5px;
    left: 0;
    position: absolute;
    width: 3px;
    top: 0.4rem;
    bottom: 0.4rem;
    background: rgb(183,161,118);
    content: "";
}

.L_privacy_safehouse p {
    position: relative;
    margin-bottom: 1.5rem;
    max-width: 95%;
    color: #000000;
    line-height: 1.7;
    font-size: 15px;
}

.L_privacy_safehouse strong::after {
    position: absolute;
    width: 100%;
    bottom: -2px;
    left: 0;
    content: "";
    height: 1px;
    background-color: rgb(183,161,118,0.5);
}

.L_privacy_safehouse li:hover::before {
    transform: rotate(135deg);
    background-color: rgb(203,207,165);
}

.L_privacy_safehouse span::after {
    left: 0;
    width: 100%;
    height: 1px;
    transform-origin: left;
    position: absolute;
    background: linear-gradient(90deg, rgb(203,207,165,0.5) 0%, transparent 100%);
    content: "";
    bottom: 0;
}

.M_meet_us .container {
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
    transform: perspective(1000px) rotateX(3deg);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transform-origin: center top;
}

.M_meet_us .Z_text_content:hover::before {
    opacity: 1;
    transform: scale(1);
}

.M_meet_us h1 {
    color: rgb(203,207,165);
    padding-bottom: 0.75rem;
    font-weight: 700;
    transform: translateX(-10px);
    font-size: 40px;
    opacity: 0;
    margin-bottom: 2rem;
    position: relative;
    animation: slideRight 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.3s forwards;
}

.M_meet_us li {
    transform: translateY(20px);
    animation: fadeUp 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.6s forwards;
    margin-bottom: 0.75rem;
    opacity: 0;
}

.M_meet_us h4::before {
    height: 3px;
    transform: scaleX(0);
    transform-origin: left;
    bottom: -8px;
    position: absolute;
    width: 40px;
    background: rgb(183,161,118);
    left: 0;
    content: "";
    animation: expandWidth 0.8s cubic-bezier(0.22, 1, 0.36, 1) 1s forwards;
}

.E_connect_form::before {
    z-index: -1;
    background-color: rgb(203,207,165,0.5);
    inset: 0;
    content: '';
    position: absolute;
}

.E_connect_form .V_query_info h3 {
    font-size: 33px;
    font-weight: 700;
    width: 100%;
    color: #ffffff;
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 20px;
    position: relative;
}

.E_connect_form .V_query_info div {
    text-align: center;
    min-height: 140px;
    align-items: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    border-radius: 18px;
    justify-content: center;
    background-color: #ffffff;
    flex-direction: column;
    max-width: 220px;
    flex: 1 0 calc(50% - 30px);
    display: flex;
}

.E_connect_form .W_help_reach h3 {
    margin-bottom: 25px;
    text-align: center;
    font-size: 21px;
    color: rgb(203,207,165);
    font-weight: 700;
}

.E_connect_form .W_help_reach form {
    gap: 15px;
    display: flex;
    flex-wrap: wrap;
}

.E_connect_form .W_help_reach input::placeholder {
    color: #000000;
    opacity: 0.6;
}

.E_connect_form .W_help_reach .s_support_panel {
    display: flex;
    flex: 1 0 100%;
    align-items: flex-start;
    margin-top: 5px;
}

.E_connect_form .W_help_reach .s_support_panel input[type="checkbox"]:checked {
    border-color: rgb(183,161,118);
    background-color: rgb(183,161,118);
}

.E_connect_form .W_help_reach .s_support_panel label {
    font-size: 12px;
    line-height: 1.5;
    color: #000000;
}

.E_connect_form .W_help_reach .s_support_panel label a {
    transition: color 0.3s ease;
    color: rgb(183,161,118);
    text-decoration: none;
}

.E_connect_form .W_help_reach .a_request_widget:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgb(203,207,165,0.5);
}

footer::after {
    right: 0;
    content: "";
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 10px,
        transparent 10px,
        transparent 20px
    );
    z-index: -1;
    left: 0;
    top: 0;
    position: absolute;
    bottom: 0;
}

.h_eco_foot .company_holder {
    padding: 0;
    position: relative;
    grid-column: span 5;
}

.h_eco_foot .X_grant_info {
    padding: 0 0 0 1.5rem;
    position: relative;
    font-size: 13px;
    border-left: 3px solid rgba(255, 255, 255, 0.3);
    margin-top: 1.5rem;
    line-height: 1.7;
    color: #ffffff;
}

.h_eco_foot .w_head_core h5 {
    position: relative;
    color: #ffffff;
    font-size: 21px;
    padding-bottom: 0.8rem;
    margin: 0 0 1.5rem;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    font-weight: 600;
}

.h_eco_foot .w_head_core .b_top_header a:hover {
    padding-left: 0.5rem;
    color: #ffffff;
}

.h_eco_foot .w_head_core .b_top_header a:hover::after {
    opacity: 1;
    transform: translateX(0);
}

.y_cert_display .r_design_res {
    padding: 0 1rem;
    text-align: center;
    position: relative;
    color: #ffffff;
    opacity: 0.9;
    font-size: 14px;
}

.h_eco_foot .company_holder::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 50px;
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    height: 50px;
    left: 0;
}

.z_get_updates::before {
    height: 200%;
    animation: orbitalShift 25s infinite linear;
    width: 200%;
    opacity: 0.05;
    top: -50%;
    pointer-events: none;
    position: absolute;
    background: linear-gradient(135deg, transparent 30%, rgb(183,161,118,0.5) 35%, transparent 40%);
    content: "";
    transform: rotate(15deg);
    left: -50%;
}

.z_get_updates .W_achieve_goals:hover {
    box-shadow: 
        0 25px 50px -5px rgba(0, 0, 0, 0.5),
        0 2px 0 rgb(203,207,165),
        0 -5px 25px rgba(255,255,255,0.8);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}

.z_get_updates .W_achieve_goals::after {
    filter: blur(1px);
    animation: widthPulse 8s infinite alternate ease-in-out;
    content: "";
    width: 60%;
    left: 20%;
    position: absolute;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgb(183,161,118,0.5) 50%, transparent);
    transform-origin: center;
    bottom: -20px;
}

.z_get_updates .input_holder div {
    width: 100%;
    position: relative;
}

.z_get_updates .input_holder div::before {
    top: 50%;
    background-size: contain;
    left: 15px;
    position: absolute;
    transition: all 0.3s ease;
    width: 18px;
    background-repeat: no-repeat;
    pointer-events: none;
    opacity: 0.5;
    transform: translateY(-50%);
    content: "";
    height: 18px;
}

.z_get_updates .H_knowledge_quest {
    border-radius: 10px;
    font-weight: 600;
    padding: 12px 30px;
    z-index: 1;
    color: #ffffff;
    background: linear-gradient(135deg, rgb(203,207,165), rgb(183,161,118));
    box-shadow: 0 4px 15px -5px rgb(203,207,165,0.5);
    position: relative;
    cursor: pointer;
    font-size: 14px;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    border: none;
    display: inline-block;
    align-self: center;
}

.X_course_program .Z_text_content {
    padding: 40px;
    position: relative;
    max-width: 850px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    z-index: 4;
}

.X_course_program .N_portrait_image::after {
    height: 100%;
    z-index: 2;
    width: 100%;
    top: 0;
    position: absolute;
    content: "";
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3));
    left: 0;
}

.M_cookie_dialog_notice .container {
    gap: 1rem;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
    padding: 0 15px;
    z-index: 1;
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.c_visitor_confirm h5 {
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    color: rgb(203,207,165);
}

.cookie_button.o_edu_track {
    margin-left: 0.5rem;
    background: #000000;
}

.cookie_button.o_edu_track:hover {
    background: rgb(203,207,165);
}

.M_cookie_dialog_notice p a:hover {
    color: #000000;
}


.f_welcome_board {
    perspective: 1000px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.f_welcome_board .b_skill_quick::after {
    top: 0;
    content: "";
    position: absolute;
    z-index: 2;
    background: linear-gradient(
    to bottom,
    transparent 40%,
    rgba(0, 0, 0, 0.5) 100%
  );
    width: 100%;
    left: 0;
    height: 100%;
}

.f_welcome_board .r_study_tracks::before {
    transform: translateZ(-5px);
    right: -2px;
    filter: blur(10px);
    content: "";
    bottom: -2px;
    z-index: -1;
    background: linear-gradient(
    45deg,
    rgb(203,207,165),
    rgb(183,161,118),
    rgb(203,207,165)
  );
    top: -2px;
    position: absolute;
    left: -2px;
    opacity: 0.5;
}

.f_welcome_board h3 {
    font-size: clamp(1.2rem, 3vw, 1.8rem);
    margin-bottom: 2rem;
    opacity: 0;
    color: #ffffff;
    line-height: 1.5;
    animation: slideRight 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.5s forwards;
    position: relative;
    max-width: 90%;
    transform: translateX(-15px);
    font-weight: 400;
}

.M_course_suitability::before {
    width: 100%;
    z-index: 0;
    left: 0;
    background: 
        radial-gradient(
            circle at 70% 20%, 
            rgb(183,161,118,0.5) 0%, 
            transparent 50%
        );
    opacity: 0.6;
    height: 100%;
    top: 0;
    content: "";
    position: absolute;
}

.M_course_suitability h4::before {
    position: absolute;
    width: 6px;
    background: linear-gradient(180deg, rgb(203,207,165), rgb(183,161,118));
    bottom: 15px;
    border-radius: 3px;
    top: 15px;
    left: 0;
    content: "";
}

.M_course_suitability div p:last-child {
    margin-bottom: 0;
}

.M_course_suitability div p:hover {
    transform: translateX(10px);
}

.M_course_suitability div p svg {
    top: 0;
    width: 32px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    height: 32px;
    transition: all 0.3s ease;
    padding: 8px;
    left: 20px;
    z-index: 2;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
}

.M_course_suitability div p::after {
    height: calc(100% + 20px);
    z-index: -1;
    position: absolute;
    background: #ffffff;
    border-radius: 25px;
    top: -10px;
    transition: all 0.3s ease;
    opacity: 0;
    width: calc(100% - 60px);
    left: 60px;
    transform: scale(0.95);
    content: "";
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.S_ty_section::after {
    right: -5%;
    position: absolute;
    top: -5%;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    height: 30%;
    opacity: 0.1;
    width: 30%;
    z-index: 1;
    content: "";
    background: rgb(183,161,118,0.5);
    transform: rotate(15deg);
}

.S_ty_section .W_achieve_goals > div:first-child {
    padding-bottom: 1.5rem;
    position: relative;
}

.S_ty_section .W_achieve_goals > div:first-child::after {
    position: absolute;
    background: rgb(183,161,118);
    width: 80px;
    height: 4px;
    content: "";
    bottom: 0;
    left: 0;
    animation: lineGrow 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    transform-origin: left;
}


@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}


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



@media (min-width: 768px) {.G_course_rewards {
    padding: 8rem 0;
}.G_course_rewards .container {
    gap: 3rem;
    flex-direction: row;
    align-items: center;
}.G_course_rewards .N_portrait_image {
    width: 45%;
    max-height: 500px;
    margin-bottom: 0;
}.G_course_rewards .W_achieve_goals {
    transform: translateY(0) translateX(-30px);
    width: 55%;
}.G_course_rewards ul {
    grid-template-columns: repeat(2, 1fr);
}.G_course_rewards h1 {
    font-size: 47px;
}
}



@media (hover: hover) {.G_course_rewards .W_achieve_goals {
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), 
                    box-shadow 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}.G_course_rewards .W_achieve_goals:hover {
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.15),
                    0 0 0 1px rgba(rgb(203,207,165,0.5), 0.1);
}}



@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .P_main_header {
    gap: 0.8rem;
}header .o_head_top svg {
    width: 120px;
}header .w_head_core {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    padding: 0.5rem;
}header .w_head_core::-webkit-scrollbar {
    height: 3px;
}header .w_head_core::-webkit-scrollbar-thumb {
    background: rgb(203,207,165);
    border-radius: 10px;
}header .y_main_start {
    font-size: calc(15px - 2px);
    white-space: nowrap;
    flex-shrink: 0;
    padding: 0.4rem 0.7rem;
}}



@media (max-width: 992px) {.h_teaching_experience .i_user_experience {
    gap: 2rem;
    grid-template-columns: 1fr;
}.h_teaching_experience .N_portrait_image {
    max-height: 300px;
    aspect-ratio: 16/9;
}.h_teaching_experience .v_past_experience {
    padding: 1rem 0;
}.h_teaching_experience .v_past_experience::before {
    transition: width 0.8s ease-out;
    width: 0;
    height: 2px;
}.h_teaching_experience .i_user_experience:hover .v_past_experience::before {
    width: 100%;
    height: 2px;
}}



@media (min-width: 992px) {.M_meet_us span {
    column-count: 2;
}.M_meet_us .Z_text_content {
    margin: 0 8%;
    padding: 5rem;
}
}



@media (min-width: 1200px) {.M_meet_us .Z_text_content {
    transform: translateX(50px) translateZ(0);
    margin: 0;
}.M_meet_us span {
    column-count: 2;
}
}



@media (max-width: 991px) {.M_meet_us {
    padding: 80px 0;
}.M_meet_us .Z_text_content {
    padding: 2.5rem;
}.M_meet_us h1 {
    font-size: calc(28px * 1.1);
}
}



@media (max-width: 767px) {.M_meet_us {
    padding: 60px 0;
}.M_meet_us .Z_text_content {
    padding: 2rem;
}.M_meet_us h1 {
    font-size: 28px;
}.M_meet_us h1::after {
    width: 60px;
}.M_meet_us h4 {
    font-size: 23px;
}
}



@media (max-width: 575px) {.M_meet_us {
    padding: 40px 0;
}.M_meet_us .Z_text_content {
    padding: 1.5rem;
}.M_meet_us .container {
    transform: perspective(800px) rotateX(1deg);
}}



@media screen and (min-width: 992px) {.E_connect_form {
    padding: 100px 0;
    min-height: 700px;
}.E_connect_form .t_inquiry_support {
    align-items: center;
    flex-direction: row;
}.E_connect_form .V_query_info {
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    width: 65%;
    padding: 60px 0 60px 120px;
    gap: 30px;
}.E_connect_form .V_query_info h3 {
    text-align: left;
    margin-bottom: 40px;
    padding-right: 0;
    padding-left: 0;
}.E_connect_form .V_query_info h3::after {
    left: 0;
    transform: none;
}.E_connect_form .V_query_info div {
    flex: 0 0 calc(50% - 15px);
    margin: 0;
    max-width: calc(50% - 15px);
}.E_connect_form .W_help_reach {
    margin: 0;
    width: 45%;
    left: 0;
    padding: 40px;
    z-index: 3;
    position: absolute;
    max-width: 450px;
}.E_connect_form .W_help_reach::before {
    top: 50%;
    left: -15px;
    transform: translateY(-50%) rotate(45deg);
}
}



@media (max-width: 420px) {.h_eco_foot .company_holder h3::after,
    .h_eco_foot .w_head_core h5::after {
    width: 30px;
}.h_eco_foot .w_head_core .b_top_header a:hover {
    padding-left: 0.3rem;
}}



@media screen and (max-width: 767px) {.z_get_updates {
    padding: 3rem 0;
}.z_get_updates .W_achieve_goals {
    padding: 2.5rem 1.5rem;
    border-radius: 10px;
}.z_get_updates h3 {
    font-size: calc(16px * 1.1);
    line-height: 1.4;
}.z_get_updates .H_knowledge_quest {
    width: 100%;
    padding: 12px 20px;
}.z_get_updates input[type="email"] {
    padding: 12px 12px 12px 40px;
}.z_get_updates .input_holder div::before {
    height: 16px;
    left: 12px;
    width: 16px;
}
}


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


@media only screen and (max-width: 768px) {.M_cookie_dialog_notice .container {
    align-items: center;
    flex-direction: column;
}.j_cookie_customize {
    margin-right: 0;
    margin-bottom: 1rem;
}.c_visitor_confirm {
    margin-bottom: 1rem;
    text-align: center;
}.cookie_button.o_edu_track {
    margin-top: 0.5rem;
    margin-left: 0;
}}



@media (max-width: 576px) {.f_welcome_board .b_skill_quick {
    min-height: 400px;
}.f_welcome_board .r_study_tracks {
    backdrop-filter: blur(3px);
    padding: 1.5rem 1rem;
}.f_welcome_board h3::after {
    width: 70px;
    height: 2px;
}
}



@media (max-width: 991px) {.M_course_suitability {
    padding: 100px 0;
}.M_course_suitability .W_achieve_goals {
    padding: 0 30px;
}.M_course_suitability h4 {
    font-size: calc(38px - 6px);
    margin-bottom: 60px;
}.M_course_suitability div p {
    margin-bottom: 30px;
    padding-left: 75px;
}.M_course_suitability div::before {
    left: 31px;
}.M_course_suitability div p svg {
    height: 28px;
    left: 17px;
    width: 28px;
}.M_course_suitability div p::before {
    left: 65px;
}.M_course_suitability div p::after {
    width: calc(100% - 50px);
    left: 50px;
}
}



@media (min-width: 768px) {.S_ty_section {
    padding: 7rem 3rem;
}.S_ty_section .W_achieve_goals {
    padding: 4rem;
    transform: perspective(1000px) rotateX(1deg);
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
}.S_ty_section h5 {
    font-size: calc(19px * 1.3);
}.S_ty_section .W_achieve_goals > div:first-child {
    padding-bottom: 0;
    align-items: center;
    display: flex;
}.S_ty_section .W_achieve_goals > div:first-child::after {
    display: none;
}.S_ty_section p {
    padding: 2rem;
}
}



@keyframes blink {
    50% { border-color: transparent }
}



@keyframes slideRight {
    from {
        opacity: 0;
        transform: translateX(-10px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}



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



@keyframes pulseOrbit {
    0%, 100% {
        transform: scale(1) rotate(0deg);
    }
    50% {
        transform: scale(1.5) rotate(180deg);
    }
}



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



@keyframes lineGrow {
    from {
        width: 0;
    }
    to {
        width: 80px;
    }
}

