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

.z_head_know {
    flex: 1 0 auto;
}

.h_eco_foot {
    flex: 0 0 auto;
}

.h_eco_foot {
    color: #ffffff;
    position: relative;
    padding: 5rem 0 2rem;
}

.G_course_rewards::before {
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
    z-index: 0;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(203,207,165,0.5), 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(rgb(183,161,118,0.5), 0.15) 0%, transparent 60%);
}

.G_course_rewards .N_portrait_image:hover {
    box-shadow: 0 25px 50px rgba(rgba(0, 0, 0, 0.5), 0.18), 
                0 0 0 1px rgba(rgb(203,207,165,0.5), 0.15);
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg) translateY(-5px);
}

.G_course_rewards .Z_text_content {
    position: relative;
}

.G_course_rewards h1 {
    color: #000000;
    background-clip: text !important;
    font-weight: 700;
    font-size: calc(31px * 1.1);
    -webkit-background-clip: text !important;
    background: linear-gradient(90deg, #000000 0%, rgb(203,207,165) 100%);
    line-height: 1.3;
    margin-bottom: 2rem;
    color: transparent;
    position: relative;
}

.G_course_rewards li p {
    color: #000000;
    display: flex;
    margin: 0;
    font-size: calc(15px * 1.05);
    line-height: 1.6;
    align-items: center;
}

.G_course_rewards li:hover svg path {
    fill: rgb(183,161,118);
}

header .P_main_header {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

header .o_head_top svg {
    width: 180px;
    transition: transform 0.3s ease;
    height: auto;
}

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

header .y_main_start {
    border-radius: 10px;
    padding: 0.6rem 1.2rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    text-decoration: none;
    color: #000000;
    font-family: Arial, sans-serif;
    background: #ffffff;
    transition: all 0.3s ease;
    font-weight: 400;
    font-size: 15px;
}

.J_price_box .f_access_rates {
    position: relative;
}

.J_price_box h2 {
    text-align: center;
    font-size: 34px;
    margin-bottom: 20px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-weight: 700;
    transform: translateY(0);
    color: #ffffff;
    position: relative;
}

.J_price_box .v_deal_opts {
    gap: 30px;
    display: grid;
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
    list-style: none;
}

.J_price_box .J_group_rates::before {
    transform-origin: left;
    left: 0;
    content: "";
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    height: 5px;
    width: 100%;
    top: 0;
    background: linear-gradient(90deg, rgb(203,207,165), rgb(183,161,118));
    transform: scaleX(0);
}

.J_price_box .j_pricing_options p {
    hyphens: auto;
    color: #000000;
    flex: 1;
    line-height: 1.7;
    word-wrap: break-word;
    margin-bottom: 20px;
    font-size: 14px;
    overflow-wrap: break-word;
}

.J_price_box .j_pricing_options:hover .J_group_rates::before {
    transform: scaleX(1);
}

.J_price_box .j_pricing_options:hover h4::after {
    width: 60px;
}

.J_price_box .j_pricing_options:hover .n_price_grid {
    transform: translateY(-5px);
    color: rgb(203,207,165);
}

.h_teaching_experience {
    overflow: hidden;
    position: relative;
    background: rgb(230,231,218);
    padding: 5rem 2rem;
}

.h_teaching_experience .i_user_experience {
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    display: grid;
    position: relative;
    gap: 3rem;
    grid-template-columns: 1fr 1.5fr;
}

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

.h_teaching_experience .i_user_experience:hover .v_past_experience::before {
    height: 100%;
}

.h_teaching_experience .name::after {
    height: 1px;
    position: absolute;
    width: 100%;
    left: 0;
    content: "";
    transform: translateX(-101%);
    transition: transform 0.6s ease-out 0.2s;
    background: rgb(183,161,118);
    bottom: 0;
}

.h_teaching_experience .i_user_experience:hover .S_emp_section {
    opacity: 1;
    transform: translateY(0);
}

.h_teaching_experience .S_emp_section::first-letter {
    color: rgb(203,207,165);
    font-weight: 700;
    font-size: 1.5em;
}

.L_privacy_safehouse {
    overflow: hidden;
    padding: 5rem 1.5rem;
    background: linear-gradient(135deg, rgb(230,231,218) 0%, rgba(245, 247, 250, 0.95) 100%);
    position: relative;
}

.L_privacy_safehouse .container {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    max-width: 1140px;
    padding: 3.5rem 4rem;
    z-index: 1;
    background-color: #ffffff;
    transform: translateZ(0);
    position: relative;
    margin: 0 auto;
}

.L_privacy_safehouse h2 {
    margin: 3rem 0 1.5rem;
    font-weight: 600;
    color: #000000;
    padding-left: 1.2rem;
    position: relative;
    font-size: 32px;
    line-height: 1.3;
    transform: translateX(-1.2rem);
}

.L_privacy_safehouse h3 {
    font-weight: 600;
    margin: 2.5rem 0 1.2rem;
    color: #000000;
    padding-left: 1rem;
    font-size: calc(32px * 0.85);
    transform: translateX(-1rem);
    position: relative;
}

.L_privacy_safehouse h4::before {
    position: absolute;
    background: rgb(183,161,118,0.5);
    left: 0;
    top: 0.3rem;
    bottom: 0.3rem;
    width: 2px;
    content: "";
    border-radius: 1px;
}

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

.L_privacy_safehouse li::before {
    background-color: rgb(203,207,165,0.5);
    left: 0;
    width: 0.6rem;
    position: absolute;
    height: 0.6rem;
    content: "";
    border: 1px solid rgb(203,207,165);
    transition: transform 0.3s ease, background-color 0.3s ease;
    transform: rotate(45deg);
    top: 0.7rem;
}

.M_meet_us::before {
    background: linear-gradient(135deg, rgb(203,207,165,0.5), rgba(0, 0, 0, 0.5));
    content: "";
    top: 0;
    z-index: 1;
    position: absolute;
    width: 100%;
    backdrop-filter: blur(5px);
    height: 100%;
    left: 0;
}

.M_meet_us .container:hover {
    transform: perspective(1000px) rotateX(0deg);
}

.M_meet_us .Z_text_content::before {
    border: 1px solid rgb(183,161,118,0.5);
    content: "";
    opacity: 0;
    pointer-events: none;
    top: 20px;
    left: 20px;
    transform: scale(0.95);
    bottom: 20px;
    transition: opacity 0.6s ease, transform 0.6s ease;
    right: 20px;
    z-index: -1;
    position: absolute;
}

.M_meet_us h1::after {
    position: absolute;
    width: 80px;
    animation: expandWidth 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.8s forwards;
    bottom: 0;
    transform: scaleX(0);
    transform-origin: left;
    left: 0;
    height: 4px;
    content: "";
    background: linear-gradient(to right, rgb(203,207,165), rgb(183,161,118));
}

.M_meet_us span {
    display: block;
    column-gap: 3rem;
    column-count: 1;
    font-size: 18px;
    hyphens: auto;
    color: #000000;
    text-align: justify;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    max-width: 100%;
}

.E_connect_form .t_inquiry_support {
    flex-direction: column-reverse;
    display: flex;
    position: relative;
    width: 100%;
}

.E_connect_form .V_query_info h3::after {
    height: 3px;
    transform: translateX(-50%);
    width: 60px;
    bottom: 0;
    position: absolute;
    left: 50%;
    content: '';
    background-color: rgb(183,161,118);
}

.E_connect_form .V_query_info div svg {
    width: 35px;
    height: 35px;
    margin-bottom: 15px;
}

.E_connect_form .V_query_info div svg path {
    fill: rgb(183,161,118);
}

.E_connect_form .V_query_info div span a {
    text-decoration: none;
    color: #000000;
    transition: color 0.3s ease;
}

.E_connect_form .W_help_reach {
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.5);
    max-width: 550px;
    border-radius: 18px;
    padding: 40px 30px;
    background-color: #ffffff;
    position: relative;
    transform: translateY(50px);
    z-index: 2;
    margin: 0 auto;
}

.E_connect_form .W_help_reach input[type="text"],
.E_connect_form .W_help_reach input[type="email"] {
    height: 50px;
    font-size: 17px;
    flex: 1 0 100%;
    background-color: transparent;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
    padding: 15px 20px;
    color: #000000;
    border: 1px solid rgb(230,231,218);
}

.E_connect_form .W_help_reach .s_support_panel input[type="checkbox"]:checked::before {
    top: 50%;
    color: #ffffff;
    left: 50%;
    position: absolute;
    content: '✓';
    transform: translate(-50%, -50%);
    font-size: 12px;
}

.E_connect_form .W_help_reach .s_support_panel label a:hover {
    color: rgb(203,207,165);
}

footer {
    z-index: 1;
    position: relative;
}

footer::before {
    right: 0;
    content: "";
    left: 0;
    z-index: -2;
    position: absolute;
    opacity: 0.9;
    top: 0;
    bottom: 0;
    background: linear-gradient(to right, rgb(183,161,118), rgb(203,207,165));
}

.h_eco_foot::before {
    height: 10px;
    background: linear-gradient(90deg, rgb(203,207,165), rgb(183,161,118), rgb(203,207,165));
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    content: "";
}

.h_eco_foot .company_holder h3::after {
    width: 80px;
    height: 2px;
    background: #ffffff;
    bottom: -2px;
    left: 0;
    content: "";
    position: absolute;
}

.h_eco_foot .E_knowl_base {
    grid-column: span 7;
}

.h_eco_foot .w_head_core {
    position: relative;
}

.h_eco_foot .w_head_core h5::after {
    content: "";
    position: absolute;
    height: 2px;
    bottom: -2px;
    background: #ffffff;
    width: 40px;
    left: 0;
}

.h_eco_foot .w_head_core .b_top_header a::after {
    content: "\2192";
    opacity: 0;
    transition: all 0.3s ease;
    margin-left: 0.5rem;
    transform: translateX(-5px);
}

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

.h_eco_foot::after {
    position: absolute;
    right: 2rem;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    top: 2rem;
    width: 50px;
    height: 50px;
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    content: "";
}

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

.z_get_updates::after {
    width: 100%;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.03;
    background: repeating-linear-gradient(
        60deg,
        rgb(183,161,118,0.5) 0,
        rgb(183,161,118,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
    position: absolute;
    top: 0;
    pointer-events: none;
}

.z_get_updates .W_achieve_goals::before {
    content: "";
    animation: pulseOrbit 12s infinite ease-in-out;
    right: -50px;
    filter: blur(20px);
    width: 100px;
    opacity: 0.1;
    transform-origin: center;
    top: -50px;
    height: 100px;
    position: absolute;
    background: linear-gradient(to right, rgb(203,207,165), rgb(183,161,118));
    border-radius: 50%;
}

.z_get_updates h3::before {
    position: absolute;
    height: 3px;
    content: "";
    left: 50%;
    opacity: 0.7;
    background: rgb(203,207,165);
    width: 60px;
    transform: translateX(-50%);
    bottom: -10px;
}

.z_get_updates input[type="email"] {
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,0.1);
    font-size: 18px;
    padding: 15px 15px 15px 45px;
    background: rgba(255,255,255,0.9);
    transition: all 0.3s ease;
    color: #000000;
    width: 100%;
}

.z_get_updates input[type="email"]:focus + .input_holder div::before {
    opacity: 1;
}

.z_get_updates .H_knowledge_quest::before {
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    z-index: -1;
    transition: all 0.6s ease;
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    left: -100%;
    content: "";
}

.X_course_program {
    position: relative;
    padding: 100px 0;
    background: rgb(230,231,218);
    overflow: hidden;
}

.X_course_program .c_career_learn {
    position: relative;
    flex-direction: column;
    align-items: center;
    display: flex;
}

.X_course_program .Z_text_content .description {
    line-height: 1.7;
    text-align: center;
    margin-bottom: 20px;
    font-size: 18px;
    color: #000000;
}

.X_course_program .Z_text_content .description:last-child {
    font-weight: 600;
    margin-bottom: 0;
}

.M_cookie_dialog_notice {
    padding: 1rem 0;
    background: rgb(230,231,218);
    bottom: 0;
    width: 100%;
    border-top: 3px solid rgb(203,207,165);
    align-items: center;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    display: flex;
    position: fixed;
    justify-content: center;
    transition: transform 0.3s ease-in-out;
    z-index: 90;
}

.c_visitor_confirm {
    min-width: 300px;
    flex: 1;
    margin-bottom: 20px;
}

.T_cookie_all {
    transition: background-color 0.3s ease, transform 0.3s ease;
    text-decoration: none;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    padding: 0.75rem 1.5rem;
    border: none;
    background: rgb(203,207,165);
    border-radius: 10px;
    font-weight: 700;
}

.f_welcome_board .b_skill_quick::before {
    z-index: 1;
    top: 0;
    position: absolute;
    content: "";
    mix-blend-mode: multiply;
    height: 100%;
    left: 0;
    width: 100%;
    background: linear-gradient(
    135deg,
    rgb(203,207,165,0.5),
    rgb(183,161,118,0.5),
    rgb(203,207,165,0.5)
  );
}

.f_welcome_board h1 {
    letter-spacing: -0.02em;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    font-size: clamp(2.5rem, 5vw, 41px);
    animation: slideRight 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.3s forwards;
    opacity: 0;
    font-weight: 700;
    transform: translateX(-20px);
}

.f_welcome_board h3::after {
    left: 0;
    position: absolute;
    width: 100px;
    transform-origin: left;
    bottom: -12px;
    height: 3px;
    background: linear-gradient(
    90deg,
    rgb(203,207,165),
    rgb(183,161,118)
  );
    animation: scaleIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1s forwards;
    content: "";
    transform: scaleX(0);
}

.M_course_suitability::after {
    height: 200px;
    left: 0;
    bottom: 0;
    width: 100%;
    position: absolute;
    content: "";
    z-index: 0;
    background: 
        linear-gradient(
            to top,
            rgb(230,231,218) 0%,
            transparent 100%
        );
}

.M_course_suitability h4 {
    line-height: 1.2;
    max-width: 700px;
    margin-bottom: 80px;
    font-weight: 700;
    padding-left: 25px;
    font-size: 38px;
    color: #000000;
    position: relative;
}

.M_course_suitability div p {
    display: flex;
    color: #000000;
    font-size: 18px;
    transition: all 0.3s ease;
    position: relative;
    line-height: 1.6;
    padding-left: 85px;
    align-items: flex-start;
    margin: 0 0 35px 0;
}

.M_course_suitability div p svg path {
    transition: fill 0.3s ease;
    fill: rgb(203,207,165);
}

.M_course_suitability div p:hover svg path {
    fill: rgb(183,161,118);
}

.M_course_suitability div p:hover::before {
    width: 20px;
    opacity: 1;
}

.M_course_suitability div p:hover::after {
    transform: scale(1);
    opacity: 1;
}

.S_ty_section::before {
    background: repeating-linear-gradient(
        -45deg,
        rgb(203,207,165,0.5) 0px,
        rgb(203,207,165,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    top: 0;
    z-index: 1;
    content: "";
    height: 100%;
    position: absolute;
    opacity: 0.05;
    width: 100%;
    left: 0;
}

.S_ty_section .W_achieve_goals {
    display: grid;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08), 0 10px 20px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.97);
    border-left: 5px solid rgb(203,207,165);
    grid-template-columns: 1fr;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    padding: 3.5rem;
    gap: 2rem;
}

.S_ty_section a {
    text-decoration: none;
    display: block;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.S_ty_section a:hover {
    transform: translateY(-5px);
}

.S_ty_section p {
    border-left: 3px solid rgb(183,161,118,0.5);
    border-radius: 10px;
    position: relative;
    margin: 0;
    padding: 1.5rem;
    font-size: 15px;
    line-height: 1.8;
    color: #000000;
    transform: translateY(20px);
    animation: fadeUp 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s forwards;
    opacity: 0;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.03);
    background: linear-gradient(to bottom right, rgba(rgb(230,231,218), 0.3), rgba(255, 255, 255, 0.9));
}



@media (max-width: 767px) {.G_course_rewards {
    padding: 4rem 0;
}.G_course_rewards .W_achieve_goals {
    padding: 1.5rem;
}.G_course_rewards h1 {
    margin-bottom: 1.5rem;
    font-size: calc(31px * 0.9);
}.G_course_rewards li {
    padding-left: 2rem;
}.G_course_rewards li p {
    font-size: 15px;
}.G_course_rewards svg {
    transform: scale(0.8);
}
}



@media (max-width: 991px) {header {
    padding: 1.2rem 0;
}header .o_head_top svg {
    width: 160px;
}header .w_head_core {
    padding: 0.7rem;
}header .y_main_start {
    font-size: calc(15px - 1px);
    padding: 0.5rem 1rem;
}
}



@media screen and (min-width: 1200px) {.J_price_box .v_deal_opts {
    grid-template-columns: repeat(4, 1fr);
}.J_price_box .J_group_rates {
    min-height: 450px;
}
}



@media screen and (min-width: 768px) and (max-width: 1199px) {.J_price_box .v_deal_opts {
    grid-template-columns: repeat(2, 1fr);
}.J_price_box .J_group_rates {
    min-height: 420px;
}.J_price_box {
    padding: 100px 0;
}
}



@media (prefers-reduced-motion: reduce) {.J_price_box .j_pricing_options,
    .J_price_box .j_pricing_options:hover,
    .J_price_box h2,
    .J_price_box .J_group_rates::before,
    .J_price_box .j_pricing_options h4,
    .J_price_box .n_price_grid {
    transition: none;
    transform: none;
}}



@media (max-width: 991px) {.L_privacy_safehouse {
    padding: 4rem 1rem;
}.L_privacy_safehouse .container {
    padding: 2.5rem 3rem;
}.L_privacy_safehouse h1 {
    font-size: calc(39px * 0.9);
    margin-bottom: 2rem;
}.L_privacy_safehouse h2 {
    margin: 2.5rem 0 1.2rem;
    font-size: calc(32px * 0.9);
}
}



@media (max-width: 479px) {.L_privacy_safehouse {
    padding: 2rem 0.5rem;
}.L_privacy_safehouse .container {
    padding: 1.5rem 1.2rem;
}.L_privacy_safehouse h1 {
    margin-bottom: 1.5rem;
    font-size: calc(39px * 0.7);
}.L_privacy_safehouse h1::after {
    height: 3px;
    width: 5rem;
}.L_privacy_safehouse h2 {
    transform: translateX(-0.8rem);
    padding-left: 0.8rem;
    font-size: calc(32px * 0.7);
    margin: 1.8rem 0 0.8rem;
}.L_privacy_safehouse h2::before {
    width: 3px;
}.L_privacy_safehouse h3, .L_privacy_safehouse h4 {
    margin: 1.5rem 0 0.8rem;
    padding-left: 0.7rem;
    font-size: calc(32px * 0.6);
    transform: translateX(-0.7rem);
}.L_privacy_safehouse p, 
    .L_privacy_safehouse span, 
    .L_privacy_safehouse li {
    font-size: calc(15px * 0.9);
    line-height: 1.6;
    max-width: 100%;
    margin-bottom: 1rem;
}.L_privacy_safehouse ul {
    padding-left: 0.5rem;
}.L_privacy_safehouse li {
    padding-left: 1.3rem;
}.L_privacy_safehouse li::before {
    width: 0.5rem;
    height: 0.5rem;
}}



@media screen and (min-width: 768px) and (max-width: 991px) {.E_connect_form {
    padding: 80px 0 120px;
}.E_connect_form .V_query_info {
    padding: 0 20px 120px;
    justify-content: space-between;
}.E_connect_form .V_query_info div {
    max-width: calc(50% - 15px);
    flex: 0 0 calc(50% - 15px);
}
}



@media screen and (max-width: 480px) {.E_connect_form {
    padding: 40px 0 100px;
}.E_connect_form .V_query_info {
    gap: 20px;
}.E_connect_form .V_query_info div {
    min-height: auto;
    padding: 20px 15px;
}}



@media (max-width: 1200px) {.h_eco_foot .container {
    gap: 1.5rem;
}
}



@media (max-width: 768px) {.h_eco_foot {
    padding: 3rem 0 1.5rem;
}.h_eco_foot .b_top_header {
    gap: 1.5rem;
}.h_eco_foot .company_holder h3 {
    font-size: calc(34px - 2px);
}.y_cert_display {
    margin-top: 3rem;
}
}



@media (max-width: 576px) {.h_eco_foot {
    padding: 2.5rem 0 1rem;
}.h_eco_foot .b_top_header {
    gap: 2rem;
    grid-template-columns: 1fr;
}.h_eco_foot .X_grant_info {
    padding-left: 1rem;
}.y_cert_display {
    margin-top: 2rem;
}
}



@media screen and (max-width: 480px) {.z_get_updates {
    padding: 2rem 0;
}.z_get_updates .W_achieve_goals {
    padding: 2rem 1.25rem;
}.z_get_updates h3 {
    font-size: 16px;
}.z_get_updates h3::before {
    width: 40px;
}
}



@media (prefers-reduced-motion) {.z_get_updates .W_achieve_goals,
    .z_get_updates .W_achieve_goals::before,
    .z_get_updates .W_achieve_goals::after,
    .z_get_updates::before,
    .z_get_updates .H_knowledge_quest::before {
    transition: opacity 0.3s ease;
    animation: none;
}}


@media (max-width: 480px) {.X_course_program {
    padding: 50px 0;
}.X_course_program .Z_text_content {
    padding: 20px;
}.X_course_program .Z_text_content h2 {
    padding-bottom: 10px;
    font-size: calc(29px * 0.8);
    margin-bottom: 15px;
}.X_course_program .Z_text_content .description {
    line-height: 1.5;
    font-size: calc(18px * 0.9);
}}



@media (max-width: 768px) {.f_welcome_board .b_skill_quick {
    min-height: 450px;
}.f_welcome_board .r_study_tracks {
    padding: 2rem 1.5rem;
    max-width: 95%;
}.f_welcome_board h1 {
    margin-bottom: 1.2rem;
}.f_welcome_board h3 {
    max-width: 100%;
    margin-bottom: 1.5rem;
}.f_welcome_board p {
    max-width: 100%;
}
}



@media (max-width: 767px) {.M_course_suitability {
    padding: 80px 0;
}.M_course_suitability .W_achieve_goals {
    padding: 0 20px;
}.M_course_suitability h4 {
    padding-left: 20px;
    font-size: calc(38px - 12px);
    margin-bottom: 50px;
}.M_course_suitability h4::before {
    width: 4px;
}.M_course_suitability div p {
    margin-bottom: 25px;
    padding-left: 65px;
}.M_course_suitability div::before {
    left: 28px;
}.M_course_suitability div p svg {
    width: 24px;
    left: 16px;
    height: 24px;
}.M_course_suitability div p::before {
    top: 14px;
    left: 55px;
}.M_course_suitability div p::after {
    width: calc(100% - 45px);
    left: 45px;
}
}



@media (max-width: 767px) {.S_ty_section {
    padding: 4rem 1.5rem;
}.S_ty_section .W_achieve_goals {
    padding: 2.5rem 1.5rem;
    transform: perspective(1000px) rotateX(1deg);
}.S_ty_section h5 {
    font-size: 19px;
    line-height: 1.5;
}.S_ty_section p {
    padding: 1.2rem;
    font-size: calc(15px * 0.95);
}.S_ty_section p::before {
    font-size: 0.8rem;
    top: -10px;
    height: 30px;
    width: 30px;
    left: -10px;
}
}



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



@keyframes floatBackground {
    0% {
        transform: rotate(35deg) skewX(-15deg) translate(0, 0);
    }
    50% {
        transform: rotate(38deg) skewX(-12deg) translate(-5%, 5%);
    }
    100% {
        transform: rotate(35deg) skewX(-15deg) translate(0, 0);
    }
}



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

