﻿.Q_wrapper-padding {
    height: 100%;
    flex-direction: column;
    display: flex;
    min-height: 100%;
}

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


.G_course_rewards {
    background: linear-gradient(135deg, rgb(230,231,218) 30%, rgba(rgb(183,161,118,0.5), 0.15) 100%);
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
}

.G_course_rewards::after {
    position: absolute;
    right: -20%;
    background: linear-gradient(135deg, rgba(rgb(203,207,165,0.5), 0.05) 0%, rgba(rgb(183,161,118,0.5), 0.12) 100%);
    z-index: 0;
    top: -50%;
    height: 200%;
    transform: rotate(-15deg);
    width: 60%;
    content: "";
}

.G_course_rewards .W_achieve_goals {
    transform: translateY(-20px);
    border-radius: 19px;
    background: linear-gradient(145deg, rgba(rgb(255, 255, 255, 0.5), 0.95), rgba(rgb(255, 255, 255, 0.5), 0.85));
    position: relative;
    backdrop-filter: blur(10px);
    padding: 2.5rem;
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.1),
                0 0 0 1px rgba(rgb(203,207,165,0.5), 0.05);
}

.G_course_rewards ul {
    padding: 0;
    gap: 1.25rem;
    grid-template-columns: repeat(1, 1fr);
    display: grid;
    list-style: none;
    margin: 0;
}

.G_course_rewards li {
    padding-left: 2.5rem;
    transition: transform 0.3s ease-out;
    position: relative;
}

.G_course_rewards li:hover svg {
    transform: scale(1.1);
}

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

header .container {
    margin: 0 auto;
    padding: 0 1.5rem;
    position: relative;
    max-width: 1200px;
}

header .o_head_top::after {
    background: linear-gradient(to right, transparent, rgb(203,207,165), transparent);
    bottom: -5px;
    content: '';
    width: 100%;
    left: 0;
    opacity: 0.7;
    height: 2px;
    position: absolute;
}

header .y_main_start:hover {
    color: #ffffff;
    box-shadow: 0 4px 8px rgb(203,207,165,0.5);
    background: linear-gradient(135deg, rgb(203,207,165), rgb(183,161,118));
    transform: translateY(-2px);
}

.J_price_box::before {
    content: "";
    bottom: 0;
    right: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgb(203,207,165,0.5), rgba(0, 0, 0, 0.5) 85%);
    left: 0;
}

.J_price_box .R_cost_fee {
    opacity: 0.9;
    line-height: 1.6;
    padding: 0 15px;
    max-width: 700px;
    font-size: 14px;
    text-align: center;
    margin: 0 auto 50px;
    color: #ffffff;
}

.J_price_box .j_pricing_options {
    text-decoration: none;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 100%;
    transform-style: preserve-3d;
    display: block;
}

.J_price_box .N_learn_packs {
    flex-direction: column;
    padding: 30px;
    flex: 1;
    display: flex;
    position: relative;
    z-index: 2;
}

.J_price_box .j_pricing_options h4 {
    position: relative;
    margin: 0 0 15px;
    color: #000000;
    transition: transform 0.4s ease;
    font-size: calc(20px + 2px);
    padding-bottom: 12px;
    font-weight: 700;
}

.J_price_box .n_price_grid {
    transform: translateY(0);
    font-weight: 700;
    border-radius: 10px;
    margin-top: auto;
    display: inline-flex;
    font-size: calc(20px + 4px);
    padding: 10px 20px;
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.1), transparent);
    align-self: flex-start;
    transition: transform 0.4s ease, color 0.3s ease;
    align-items: center;
    justify-content: center;
    color: #000000;
}

.h_teaching_experience::after {
    height: 70%;
    position: absolute;
    z-index: 1;
    width: 40%;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    bottom: 0;
    content: "";
    background: rgb(183,161,118,0.5);
    opacity: 0.5;
    right: 0;
}

.h_teaching_experience .N_portrait_image:hover {
    filter: grayscale(0%);
    transform: scale(1.03);
}

.h_teaching_experience .v_past_experience {
    flex-direction: column;
    display: flex;
    justify-content: center;
    position: relative;
    padding: 2rem;
}

.h_teaching_experience .name {
    color: #000000;
    font-size: 45px;
    position: relative;
    margin-bottom: 0.5rem;
    overflow: hidden;
    font-weight: 700;
}

.h_teaching_experience .v_past_experience > div:nth-child(2) {
    text-transform: uppercase;
    opacity: 0;
    font-weight: 400;
    transition: all 0.5s ease-out 0.4s;
    color: rgb(183,161,118);
    margin-bottom: 2.5rem;
    font-size: 21px;
    transform: translateY(20px);
    letter-spacing: 3px;
}



.h_teaching_experience:hover .name {
    animation: 
        typing 2.5s steps(40, end),
        blink .75s step-end infinite;
    overflow: hidden;
    white-space: nowrap;
}

.L_privacy_safehouse::after {
    top: -10%;
    opacity: 0.2;
    right: -10%;
    transform: rotate(-15deg);
    content: "";
    width: 40%;
    height: 40%;
    background: linear-gradient(120deg, rgb(183,161,118,0.5) 0%, transparent 70%);
    z-index: 0;
    position: absolute;
}

.L_privacy_safehouse h1 {
    color: #000000;
    transform: translateX(-0.5rem);
    position: relative;
    font-weight: 700;
    padding-bottom: 1.2rem;
    font-size: 39px;
    margin-bottom: 2.5rem;
    line-height: 1.2;
}

.L_privacy_safehouse h2::before {
    top: 0.5rem;
    width: 4px;
    content: "";
    border-radius: 2px;
    left: 0;
    bottom: 0.5rem;
    position: absolute;
    background: rgb(203,207,165);
}

.L_privacy_safehouse h4 {
    position: relative;
    font-size: calc(32px * 0.7);
    padding-left: 0.8rem;
    transform: translateX(-0.8rem);
    font-weight: 600;
    margin: 2rem 0 1rem;
    color: #000000;
}

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

.L_privacy_safehouse li {
    margin-bottom: 1rem;
    line-height: 1.6;
    font-size: 15px;
    padding-left: 1.8rem;
    position: relative;
    color: #000000;
}

.L_privacy_safehouse span {
    position: relative;
    padding: 0.5rem 0;
    display: block;
    margin-bottom: 1.5rem;
    color: #000000;
    line-height: 1.7;
    font-size: 15px;
}

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

.M_meet_us::after {
    right: -50%;
    opacity: 0.08;
    width: 100%;
    z-index: 0;
    top: -50%;
    transform: rotate(35deg) skewX(-15deg);
    background: rgb(183,161,118);
    height: 100%;
    content: "";
    position: absolute;
    animation: floatBackground 30s infinite alternate ease-in-out;
}

.M_meet_us .Z_text_content {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15), 0 5px 15px rgba(0, 0, 0, 0.07);
    background: rgba(255, 255, 255, 0.9);
    animation: slideUp 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    border-left: 5px solid rgb(203,207,165);
    padding: 3.5rem;
    position: relative;
    transform: translateZ(0);
    backdrop-filter: blur(10px);
}

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

.M_meet_us li:first-child {
    animation-delay: 0.5s;
}

.M_meet_us li:last-child {
    animation-delay: 0.7s;
}

.M_meet_us h4 {
    font-weight: 600;
    display: inline-block;
    margin-bottom: 1rem;
    color: #000000;
    position: relative;
    font-size: calc(23px * 1.2);
}

.E_connect_form {
    align-items: center;
    position: relative;
    z-index: 1;
    display: flex;
    min-height: 650px;
    padding: 0;
}

.E_connect_form .container {
    width: 100%;
    margin: 0 auto;
    max-width: 1280px;
    position: relative;
    padding: 0 20px;
}

.E_connect_form .V_query_info {
    padding: 40px 20px 120px;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    display: flex;
    background-color: transparent;
    gap: 30px;
    justify-content: center;
    align-items: flex-start;
}

.E_connect_form .V_query_info div:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    transform: translateY(-10px);
}

.E_connect_form .V_query_info div span {
    color: #000000;
    line-height: 1.5;
    font-size: 17px;
    margin-top: 10px;
}

.E_connect_form .V_query_info div span a:hover {
    color: rgb(183,161,118);
}

.E_connect_form .W_help_reach::before {
    border-radius: 3px;
    transform: translateX(-50%) rotate(45deg);
    background-color: #ffffff;
    position: absolute;
    height: 30px;
    z-index: -1;
    content: '';
    top: -15px;
    width: 30px;
    left: 50%;
}

.E_connect_form .W_help_reach input[type="text"]:focus,
.E_connect_form .W_help_reach input[type="email"]:focus {
    outline: none;
    border-color: rgb(183,161,118);
    box-shadow: 0 0 0 3px rgb(183,161,118,0.5);
}

.E_connect_form .W_help_reach .s_support_panel input[type="checkbox"] {
    transition: background-color 0.3s ease, border-color 0.3s ease;
    position: relative;
    border: 2px solid rgb(230,231,218);
    appearance: none;
    -webkit-appearance: none;
    flex-shrink: 0;
    margin-right: 10px;
    height: 20px;
    border-radius: 4px;
    width: 20px;
    cursor: pointer;
    margin-top: 3px;
}

.E_connect_form .W_help_reach .a_request_widget {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 50px;
    color: #ffffff;
    font-size: 14px;
    margin-top: 15px;
    cursor: pointer;
    box-shadow: 0 5px 15px rgb(183,161,118,0.5);
    width: 100%;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    background: linear-gradient(135deg, rgb(183,161,118), rgb(203,207,165));
}

.h_eco_foot .container {
    position: relative;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 2rem;
}

.h_eco_foot .company_holder h3 {
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    margin: 0 0 1.5rem;
    font-size: 34px;
    padding-bottom: 1rem;
    font-weight: 700;
    position: relative;
    color: #ffffff;
}

.h_eco_foot .b_top_header {
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}

.h_eco_foot .w_head_core .b_top_header {
    gap: 1rem;
    display: grid;
}

.h_eco_foot .w_head_core .b_top_header a {
    font-size: 13px;
    text-decoration: none;
    align-items: center;
    display: flex;
    transition: all 0.3s ease;
    color: rgba(255, 255, 255, 0.8);
    position: relative;
}

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

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

.z_get_updates {
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
    background: radial-gradient(ellipse at center, rgb(203,207,165,0.5), rgb(230,231,218) 70%);
}

.z_get_updates .container {
    z-index: 3;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
    max-width: 1200px;
}

.z_get_updates .W_achieve_goals {
    background: linear-gradient(120deg, rgba(255,255,255,0.9), rgba(255,255,255,0.95));
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    padding: 3.5rem 2.5rem;
    box-shadow: 
        0 20px 40px -10px rgba(0, 0, 0, 0.5),
        0 2px 0 rgb(203,207,165,0.5),
        0 -5px 25px rgba(255,255,255,0.5);
    transform: perspective(1000px) rotateX(1deg);
    overflow: hidden;
}

.z_get_updates h3 {
    transform: translateZ(0);
    color: #000000;
    position: relative;
    text-align: center;
    font-weight: 600;
    font-family: Arial, sans-serif;
    line-height: 1.5;
    font-size: 20px;
    margin-bottom: 2rem;
}

.z_get_updates .input_holder {
    flex-direction: column;
    display: flex;
    margin-right: auto;
    max-width: 550px;
    position: relative;
    margin-top: 2rem;
    margin-left: auto;
    gap: 1.25rem;
}

.z_get_updates input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgb(203,207,165,0.5);
    background: #ffffff;
    outline: none;
    border-color: rgb(203,207,165);
}

.z_get_updates input[type="email"]::placeholder {
    opacity: 0.5;
    color: rgba(0, 0, 0, 0.5);
    font-style: italic;
}

.z_get_updates .H_knowledge_quest:hover {
    transform: translateY(-2px);
    box-shadow: 0 7px 20px -5px rgb(203,207,165);
}

.z_get_updates .H_knowledge_quest:hover::before {
    left: 100%;
}

.z_get_updates .H_knowledge_quest:active {
    transform: translateY(1px);
    box-shadow: 0 2px 10px -5px rgb(203,207,165);
}

.X_course_program .container {
    z-index: 3;
    max-width: 1400px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
}

.X_course_program .Z_text_content h2 {
    margin-bottom: 25px;
    font-size: 29px;
    font-weight: 700;
    color: #000000;
    padding-bottom: 15px;
    border-bottom: 2px solid rgb(203,207,165);
    text-align: center;
}

.X_course_program .N_portrait_image {
    left: 0;
    width: 100%;
    object-fit: cover;
    position: absolute;
    z-index: 1;
    top: 0;
    height: 100%;
}

#b_privacyModalWindow {
    display: none;
}

#b_privacyModalWindow:checked ~ .M_cookie_dialog_notice {
    opacity: 0;
    visibility: hidden;
}

.j_cookie_customize {
    display: flex;
    flex-shrink: 0;
    margin-right: 1rem;
    align-items: center;
}

.j_cookie_customize svg {
    width: 50px;
    height: 50px;
    fill: rgb(203,207,165);
}

.c_visitor_confirm p {
    color: #000000;
    font-size: 1rem;
}

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

.T_cookie_all:hover {
    background: #000000;
    transform: translateY(-3px);
}

.M_cookie_dialog_notice p a {
    color: rgb(203,207,165);
    text-decoration: underline;
    transition: color 0.3s ease;
}

.f_welcome_board .b_skill_quick {
    width: 100%;
    position: relative;
    height: 100vh;
    align-items: center;
    justify-content: center;
    transform-style: preserve-3d;
    display: flex;
    min-height: 600px;
}

.f_welcome_board .r_study_tracks {
    width: 100%;
    box-shadow: 
    0 15px 35px rgba(0, 0, 0, 0.2),
    0 5px 15px rgba(0, 0, 0, 0.1),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    transform: translateZ(30px);
    backdrop-filter: blur(5px);
    animation: elevate 1.2s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    padding: 3rem;
    background: linear-gradient(
    150deg,
    rgba(255, 255, 255, 0.08),
    rgba(255, 255, 255, 0.02)
  );
    z-index: 3;
    isolation: isolate;
    max-width: 85%;
    position: relative;
}

.f_welcome_board p {
    font-size: clamp(1rem, 2vw, 12px);
    margin-top: 2rem;
    color: #ffffff;
    line-height: 1.6;
    opacity: 0;
    transform: translateX(-10px);
    animation: slideRight 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.7s forwards;
    max-width: 85%;
}

.M_course_suitability {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(230,231,218) 0%, rgb(203,207,165,0.5) 100%);
}

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

.M_course_suitability .W_achieve_goals {
    overflow: visible;
    position: relative;
    padding: 0 50px;
}

.M_course_suitability div {
    flex-direction: column;
    display: flex;
    position: relative;
}

.M_course_suitability div::before {
    left: 36px;
    height: 100%;
    opacity: 0.5;
    top: 0;
    background: linear-gradient(180deg, rgb(203,207,165,0.5), rgb(183,161,118,0.5));
    width: 2px;
    content: "";
    position: absolute;
}

.M_course_suitability div p:hover svg {
    transform: scale(1.2);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.M_course_suitability div p::before {
    height: 2px;
    content: "";
    width: 10px;
    transition: all 0.3s ease;
    top: 16px;
    left: 75px;
    background: rgb(203,207,165);
    opacity: 0;
    position: absolute;
}

.S_ty_section {
    min-height: 60vh;
    background: linear-gradient(135deg, rgb(230,231,218) 0%, rgb(203,207,165,0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 5rem 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.S_ty_section .container {
    z-index: 2;
    width: 100%;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}

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

.S_ty_section h5 {
    font-size: calc(19px * 1.1);
    opacity: 0;
    animation: fadeUp 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s forwards;
    transform: translateY(20px);
    margin: 0;
    font-weight: 700;
    line-height: 1.4;
    color: #000000;
}

.S_ty_section p::before {
    justify-content: center;
    display: flex;
    content: "✓";
    font-weight: 700;
    border-radius: 50%;
    left: -15px;
    align-items: center;
    position: absolute;
    background: rgb(203,207,165);
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    width: 36px;
    top: -15px;
    height: 36px;
}



@media (min-width: 992px) {.G_course_rewards .container {
    gap: 4rem;
}.G_course_rewards .N_portrait_image {
    max-height: 600px;
}.G_course_rewards .W_achieve_goals {
    padding: 3rem;
}.G_course_rewards h1 {
    margin-bottom: 2.5rem;
}.G_course_rewards h1::after {
    width: 100px;
}
}



@media (max-width: 480px) {.G_course_rewards {
    padding: 3rem 0;
}.G_course_rewards .W_achieve_goals {
    transform: translateY(-10px);
    padding: 1.25rem;
}.G_course_rewards h1 {
    font-size: calc(31px * 0.8);
    margin-bottom: 1.25rem;
}.G_course_rewards ul {
    gap: 1rem;
}.G_course_rewards li p {
    font-size: calc(15px * 0.95);
}
}



@media (max-width: 767px) {header {
    padding: 1rem 0;
}header .P_main_header {
    gap: 1rem;
}header .o_head_top svg {
    width: 140px;
}header .w_head_core {
    padding: 0.6rem;
    gap: 0.4rem;
}header .y_main_start {
    font-size: calc(15px - 2px);
    padding: 0.4rem 0.8rem;
}
}



@media screen and (max-width: 767px) {.J_price_box {
    padding: 80px 0;
}.J_price_box .v_deal_opts {
    grid-template-columns: 1fr;
    gap: 20px;
}.J_price_box .J_group_rates {
    min-height: auto;
}.J_price_box h2 {
    font-size: calc(34px - 4px);
}.J_price_box .R_cost_fee {
    margin-bottom: 30px;
}.J_price_box .N_learn_packs {
    padding: 25px 20px;
}.J_price_box .j_pricing_options p {
    font-size: calc(14px - 1px);
    max-height: 300px;
    margin-bottom: 15px;
    padding-right: 5px;
    overflow-y: auto;
}.J_price_box .j_pricing_options p::-webkit-scrollbar {
    width: 4px;
}.J_price_box .j_pricing_options p::-webkit-scrollbar-thumb {
    background-color: rgb(203,207,165,0.5);
    border-radius: 4px;
}
}



@media (max-width: 767px) {.L_privacy_safehouse {
    padding: 3rem 0.8rem;
}.L_privacy_safehouse .container {
    padding: 2rem 1.5rem;
}.L_privacy_safehouse h1 {
    margin-bottom: 1.8rem;
    padding-bottom: 1rem;
    font-size: calc(39px * 0.8);
}.L_privacy_safehouse h1::after {
    width: 6rem;
}.L_privacy_safehouse h2 {
    font-size: calc(32px * 0.8);
    margin: 2rem 0 1rem;
    padding-left: 1rem;
    transform: translateX(-1rem);
}.L_privacy_safehouse h3 {
    padding-left: 0.8rem;
    margin: 1.8rem 0 1rem;
    transform: translateX(-0.8rem);
    font-size: calc(32px * 0.7);
}.L_privacy_safehouse h4 {
    font-size: calc(32px * 0.6);
    margin: 1.5rem 0 0.8rem;
}.L_privacy_safehouse p, 
    .L_privacy_safehouse span, 
    .L_privacy_safehouse li {
    font-size: calc(15px * 0.95);
    margin-bottom: 1.2rem;
}.L_privacy_safehouse ul {
    margin: 1.2rem 0 1.8rem;
    padding-left: 0.8rem;
}.L_privacy_safehouse li {
    margin-bottom: 0.8rem;
    padding-left: 1.5rem;
}
}



@media screen and (min-width: 1200px) {.E_connect_form .V_query_info {
    width: 70%;
    padding-left: 200px;
}.E_connect_form .W_help_reach {
    max-width: 480px;
    width: 40%;
}
}



@media screen and (max-width: 767px) {.E_connect_form {
    padding: 60px 0 120px;
}.E_connect_form .V_query_info {
    padding: 0 20px 120px;
}.E_connect_form .V_query_info h3 {
    font-size: calc(21px + 2px);
}.E_connect_form .V_query_info div {
    min-height: 120px;
    flex: 0 0 100%;
    margin-bottom: 0;
    max-width: 280px;
}.E_connect_form .V_query_info div svg {
    height: 30px;
    width: 30px;
}.E_connect_form .W_help_reach {
    padding: 30px 25px;
}
}



@media (max-width: 992px) {.h_eco_foot {
    padding: 4rem 0 2rem;
}.h_eco_foot .container {
    grid-template-columns: 1fr;
}.h_eco_foot .company_holder,
    .h_eco_foot .E_knowl_base {
    grid-column: span 12;
}.h_eco_foot .company_holder {
    margin-bottom: 2rem;
}.h_eco_foot::after,
    .h_eco_foot .company_holder::before,
    .h_eco_foot .company_holder::after,
    .h_eco_foot .E_knowl_base::after {
    display: none;
}
}



@media screen and (min-width: 768px) {.z_get_updates .input_holder {
    flex-direction: row;
    align-items: center;
}.z_get_updates .input_holder div {
    flex: 1;
}.z_get_updates .H_knowledge_quest {
    white-space: nowrap;
    align-self: stretch;
}.z_get_updates .W_achieve_goals {
    border-radius: 24px;
    padding: 4rem 3.5rem;
}.z_get_updates h3 {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: calc(20px * 1.1);
}
}


@media (min-width: 992px) {.X_course_program .Z_text_content {
    margin: 0 auto;
}
}


@media (max-width: 767px) {.X_course_program {
    padding: 60px 0;
}.X_course_program .Z_text_content {
    max-width: 100%;
    padding: 25px;
}.X_course_program .Z_text_content h2 {
    font-size: calc(29px * 0.9);
    margin-bottom: 20px;
}.X_course_program .Z_text_content .description {
    font-size: calc(18px * 0.95);
    line-height: 1.6;
}
}



@media (max-width: 992px) {.f_welcome_board .b_skill_quick {
    height: 90vh;
    min-height: 500px;
}.f_welcome_board .r_study_tracks {
    padding: 2.5rem 2rem;
    transform: translateZ(20px);
    max-width: 90%;
}
}



@media (hover: hover) {.f_welcome_board .r_study_tracks:hover {
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateZ(40px) scale(1.02);
}}



@media (max-width: 479px) {.M_course_suitability {
    padding: 60px 0;
}.M_course_suitability .W_achieve_goals {
    padding: 0 10px;
}.M_course_suitability h4 {
    margin-bottom: 40px;
    padding-left: 15px;
    font-size: calc(38px - 18px);
}.M_course_suitability div p {
    margin-bottom: 20px;
    padding-left: 55px;
    font-size: calc(18px - 1px);
}.M_course_suitability div::before {
    left: 23px;
}.M_course_suitability div p svg {
    width: 20px;
    left: 13px;
    height: 20px;
    padding: 6px;
}.M_course_suitability div p::before {
    top: 10px;
    left: 45px;
}.M_course_suitability div p::after {
    width: calc(100% - 40px);
    left: 40px;
}}



@media (max-width: 480px) {.S_ty_section {
    padding: 3rem 1rem;
}.S_ty_section .W_achieve_goals {
    border-left-width: 3px;
    padding: 2rem 1.2rem;
}.S_ty_section .W_achieve_goals::before {
    height: 5px;
}.S_ty_section h5 {
    font-size: calc(19px * 0.9);
}.S_ty_section p {
    padding: 1rem;
    font-size: calc(15px * 0.9);
    line-height: 1.6;
}
}

@keyframes typing {
    from { width: 0 }
    to { width: 100% }
}



@keyframes expandWidth {
    from { width: 0; }
    to { width: 8rem; }
}



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



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



@keyframes widthPulse {
    0% {
        width: 30%;
        opacity: 0.3;
    }
    100% {
        width: 70%;
        opacity: 0.6;
    }
}



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



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

