* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1194px;
}svg {
    height: 30px;
    width: 30px;
}header,footer {
    width: 100%;
}.n_wrapper-structure {
    min-height: 100%;
    display: flex;
    height: 100%;
    flex-direction: column;
}a {
    text-decoration: none;
    color: inherit;
}html,body {
    auto
contain
    scroll-behavior: auto;
    min-height: 100%;
    height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
}.g_head_guide {
    flex: 1 0 auto;
}.R_access_help {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.f_program_offerings {
    align-items: center;
    overflow: hidden;
    background: rgb(183,192,210);
    padding: 4rem 2rem;
    display: flex;
    justify-content: center;
    min-height: 100vh;
    position: relative;
}.f_program_offerings .l_future_skills {
    height: 70vh;
    overflow: hidden;
    transform: translateY(-50%);
    z-index: 1;
    width: 45%;
    top: 50%;
    border-top-left-radius: 150px;
    right: 0;
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.08);
    border-bottom-left-radius: 150px;
    position: absolute;
}.f_program_offerings .l_future_skills::before {
    content: "";
    width: 100px;
    left: 0;
    height: 100%;
    pointer-events: none;
    top: 0;
    z-index: 2;
    position: absolute;
    background: linear-gradient(90deg, rgb(183,192,210), transparent);
}.f_program_offerings .B_learn_track {
    flex-direction: column;
    width: 100%;
    display: flex;
    height: 500%;
    animation: carousel-vertical 25s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}.f_program_offerings .l_future_skills:hover .B_learn_track {
    animation-play-state: paused;
}.f_program_offerings .Y_training {
    position: relative;
    width: 100%;
    flex-shrink: 0;
    height: 20%;
}.f_program_offerings .Y_training img {
    filter: brightness(1.05) contrast(1.08);
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.7s ease;
    width: 100%;
}.f_program_offerings .Y_training:hover img {
    transform: scale(1.05);
}.f_program_offerings .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    justify-content: flex-start;
    display: flex;
    max-width: 1200px;
    width: 100%;
}.f_program_offerings .i_learn_space {
    padding-right: 10%;
    width: 60%;
}.f_program_offerings .a_skill_master {
    border-radius: 29px;
    position: relative;
    padding: 3.5rem;
    background: #ffffff;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.06);
}.f_program_offerings .a_skill_master::before {
    left: 1.5rem;
    opacity: 0.3;
    position: absolute;
    content: "";
    width: calc(100% - 3rem);
    height: calc(100% - 3rem);
    pointer-events: none;
    top: 1.5rem;
    border-radius: 10px;
    border: 1px solid rgb(131,151,190,0.5);
}.f_program_offerings .a_skill_master h3 {
    font-size: 38px;
    color: rgb(131,151,190);
    font-weight: 700;
    margin-bottom: 1.25rem;
}.f_program_offerings .a_skill_master p {
    color: #000000;
    margin-bottom: 2rem;
    line-height: 1.7;
    font-size: 14px;
}.f_program_offerings .a_skill_master .U_reach_panel {
    transition: all 0.3s ease;
    font-size: 18px;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
    color: #ffffff;
    padding: 0.9rem 2.25rem;
    background: rgb(131,151,190);
    z-index: 1;
    overflow: hidden;
    border-radius: 29px;
}.f_program_offerings .a_skill_master .U_reach_panel::before {
    transition: transform 0.6s ease;
    transform: translateX(-100%);
    left: 0;
    top: 0;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    position: absolute;
    width: 100%;
    content: "";
    z-index: -1;
}.f_program_offerings .a_skill_master .U_reach_panel:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}.f_program_offerings .a_skill_master .U_reach_panel:hover::before {
    transform: translateX(100%);
}

@keyframes carousel-vertical {
    0%, 16% {
        transform: translateY(0);
    }
    20%, 36% {
        transform: translateY(-20%);
    }
    40%, 56% {
        transform: translateY(-40%);
    }
    60%, 76% {
        transform: translateY(-60%);
    }
    80%, 96% {
        transform: translateY(-80%);
    }
    100% {
        transform: translateY(0);
    }
}

@media (min-width: 768px) and (max-width: 991px) {.f_program_offerings {
    padding: 3rem 2rem;
}.f_program_offerings .l_future_skills {
    height: 60vh;
    width: 40%;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}.f_program_offerings .i_learn_space {
    width: 65%;
    padding-right: 5%;
}.f_program_offerings .a_skill_master {
    padding: 2.5rem;
}.f_program_offerings .a_skill_master::before {
    height: calc(100% - 2rem);
    left: 1rem;
    width: calc(100% - 2rem);
    top: 1rem;
}.f_program_offerings .a_skill_master h3 {
    font-size: calc(38px * 0.9);
}

}

@media (max-width: 767px) {.f_program_offerings {
    display: block;
    padding: 3rem 1.5rem;
    min-height: auto;
}.f_program_offerings .l_future_skills {
    border-bottom-right-radius: 50px;
    height: 40vh;
    width: 100%;
    right: auto;
    position: relative;
    margin-bottom: 2rem;
    top: auto;
    border-radius: 0;
    transform: none;
    border-bottom-left-radius: 50px;
}.f_program_offerings .l_future_skills::before {
    background: linear-gradient(0deg, rgb(183,192,210), transparent);
    bottom: 0;
    width: 100%;
    top: auto;
    height: 100px;
}.f_program_offerings .B_learn_track {
    flex-direction: row;
    height: 100%;
    width: 500%;
    animation: carousel-horizontal-mobile 20s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}.f_program_offerings .Y_training {
    height: 100%;
    width: 20%;
}.f_program_offerings .container {
    justify-content: center;
    width: 100%;
}.f_program_offerings .i_learn_space {
    max-width: 500px;
    width: 100%;
    padding-right: 0;
}.f_program_offerings .a_skill_master {
    padding: 2rem 1.5rem;
}.f_program_offerings .a_skill_master::before {
    width: calc(100% - 1.5rem);
    left: 0.75rem;
    top: 0.75rem;
    height: calc(100% - 1.5rem);
}.f_program_offerings .a_skill_master h3 {
    font-size: 23px;
}.f_program_offerings .a_skill_master p {
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-size: calc(14px * 0.9);
}.f_program_offerings .a_skill_master .U_reach_panel {
    text-align: center;
    width: 100%;
    padding: 0.8rem 1.5rem;
}@keyframes carousel-horizontal-mobile {
        0%, 16% {
            transform: translateX(0);
        }
        20%, 36% {
            transform: translateX(-20%);
        }
        40%, 56% {
            transform: translateX(-40%);
        }
        60%, 76% {
            transform: translateX(-60%);
        }
        80%, 96% {
            transform: translateX(-80%);
        }
        100% {
            transform: translateX(0);
        }
    }
}.T_teaching_process {
    overflow: hidden;
    min-height: 75vh;
    align-items: center;
    position: relative;
    justify-content: center;
    background: rgb(183,192,210);
    display: flex;
}.T_teaching_process::before {
    position: absolute;
    opacity: 0.6;
    height: 100%;
    content: "";
    background: 
        radial-gradient(circle at 30% 30%, rgb(131,151,190,0.5) 0%, transparent 40%),
        radial-gradient(circle at 70% 70%, rgb(81,114,179,0.5) 0%, transparent 40%);
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
}.T_teaching_process::after {
    left: 50%;
    border-radius: 50%;
    top: 50%;
    height: 800px;
    z-index: 1;
    transform: translate(-50%, -50%);
    width: 800px;
    content: "";
    position: absolute;
    background: 
        repeating-radial-gradient(
            circle at center,
            rgba(255, 255, 255, 0.03) 0px,
            rgba(255, 255, 255, 0.03) 1px,
            transparent 1px,
            transparent 30px
        );
    animation: pulseRings 6s ease-in-out infinite;
}.T_teaching_process .container {
    margin: 0 auto;
    justify-content: center;
    z-index: 5;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 5rem 2rem;
    max-width: 1200px;
    position: relative;
}.T_teaching_process .i_learn_space {
    max-width: 1000px;
    width: 100%;
    position: relative;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1 / 1;
}.T_teaching_process .i_learn_space::before {
    width: 100%;
    border-radius: 50%;
    opacity: 0.6;
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    animation: rotateCircle 20s linear infinite;
    top: 0;
    border: 2px solid rgb(131,151,190,0.5);
}.T_teaching_process .i_learn_space::after {
    animation: rotateCircle 30s linear infinite reverse;
    top: 10%;
    height: 80%;
    position: absolute;
    content: "";
    border-radius: 50%;
    border: 2px dashed rgb(81,114,179,0.5);
    left: 10%;
    width: 80%;
    opacity: 0.4;
}.T_teaching_process h3 {
    padding: 2rem 3rem;
    font-weight: 700;
    position: relative;
    width: 70%;
    max-width: 600px;
    border-radius: 25px;
    color: rgb(131,151,190);
    font-size: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin: 0 0 20%;
    z-index: 3;
    text-align: center;
    background: #ffffff;
}.T_teaching_process h3::before {
    height: 20%;
    position: absolute;
    width: 2px;
    bottom: -20%;
    left: 50%;
    z-index: 2;
    content: "";
    background: linear-gradient(to bottom, rgb(131,151,190), transparent);
}.T_teaching_process h3::after {
    left: 50%;
    transform: translate(-50%, 50%) rotate(45deg);
    height: 30px;
    width: 30px;
    animation: rotateElement 10s linear infinite;
    position: absolute;
    z-index: 2;
    border-radius: 5px;
    content: "";
    border: 2px solid rgb(131,151,190,0.5);
    background: #ffffff;
    bottom: -20%;
}.T_teaching_process span {
    font-size: 14px;
    line-height: 1.8;
    text-align: center;
    position: relative;
    color: #000000;
    z-index: 2;
    max-width: 600px;
    background: #ffffff;
    border-radius: 25px;
    padding: 2rem 3rem;
    width: 70%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}.T_teaching_process span::before {
    animation: glowPulse 4s ease-in-out infinite alternate;
    inset: -5px;
    position: absolute;
    z-index: -1;
    background: linear-gradient(135deg, rgb(131,151,190,0.5), rgb(81,114,179,0.5));
    content: "";
    opacity: 0.3;
    filter: blur(5px);
    border-radius: inherit;
}.T_teaching_process span::after {
    top: -10px;
    transform: translateX(-50%) rotate(45deg);
    z-index: 3;
    border: 2px solid rgb(81,114,179,0.5);
    position: absolute;
    left: 50%;
    content: "";
    height: 20px;
    background: #ffffff;
    width: 20px;
}

@keyframes pulseRings {
    0%, 100% {
        opacity: 0.1;
        transform: translate(-50%, -50%) scale(1);
    }
    50% {
        opacity: 0.2;
        transform: translate(-50%, -50%) scale(1.05);
    }
}

@keyframes rotateCircle {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotateElement {
    0% {
        transform: translate(-50%, 50%) rotate(45deg);
    }
    100% {
        transform: translate(-50%, 50%) rotate(405deg);
    }
}

@keyframes glowPulse {
    0%, 100% {
        opacity: 0.3;
        filter: blur(5px);
    }
    50% {
        opacity: 0.5;
        filter: blur(10px);
    }
}

@media (max-width: 992px) {.T_teaching_process .container {
    padding: 4rem 1.5rem;
}.T_teaching_process .i_learn_space {
    height: auto;
    aspect-ratio: auto;
    gap: 4rem;
}.T_teaching_process h3 {
    width: 80%;
    margin: 0;
    padding: 1.8rem 2.5rem;
    font-size: calc(30px * 0.9);
}.T_teaching_process span {
    padding: 1.8rem 2.5rem;
    width: 80%;
    font-size: calc(14px * 0.95);
}.T_teaching_process h3::before,
    .T_teaching_process h3::after {
    display: none;
}.T_teaching_process span::after {
    display: none;
}.T_teaching_process .i_learn_space::before,
    .T_teaching_process .i_learn_space::after {
    left: 0;
    border-radius: 25px;
    top: 0;
    height: 100%;
    width: 100%;
}
}

@media (max-width: 768px) {.T_teaching_process {
    padding: 3rem 0;
    min-height: auto;
}.T_teaching_process .container {
    padding: 0 1.2rem;
}.T_teaching_process .i_learn_space {
    gap: 2rem;
}.T_teaching_process h3 {
    font-size: calc(30px * 0.8);
    padding: 1.5rem 2rem;
    width: 100%;
}.T_teaching_process span {
    width: 100%;
    padding: 1.5rem 2rem;
    font-size: calc(14px * 0.9);
}
}

@media (max-width: 576px) {.T_teaching_process {
    padding: 2.5rem 0;
}.T_teaching_process .container {
    padding: 0 1rem;
}.T_teaching_process .i_learn_space {
    gap: 1.5rem;
}.T_teaching_process h3 {
    padding: 1.2rem 1.5rem;
    font-size: calc(30px * 0.7);
}.T_teaching_process span {
    font-size: calc(14px * 0.85);
    padding: 1.2rem 1.5rem;
}.T_teaching_process .i_learn_space::before,
    .T_teaching_process .i_learn_space::after {
    display: none;
}}.n_support {
    position: relative;
    overflow: hidden;
    padding: 90px 0;
    background: linear-gradient(125deg, rgb(131,151,190,0.5) 0%, rgb(183,192,210) 65%, rgb(81,114,179,0.5) 100%);
}.n_support::before {
    z-index: 0;
    left: 0;
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.02) 10px, rgba(255, 255, 255, 0.02) 20px);
}.n_support::after {
    left: -50%;
    top: -50%;
    height: 200%;
    z-index: 0;
    content: "";
    width: 200%;
    position: absolute;
    opacity: 0.6;
    background: radial-gradient(circle, rgb(131,151,190,0.5) 0%, transparent 25%);
    animation: rotate 40s linear infinite;
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.n_support .container {
    margin: 0 auto;
    padding: 0 20px;
    z-index: 1;
    max-width: 1200px;
    position: relative;
}.n_support .P_join_conversation {
    display: grid;
    perspective: 1000px;
    gap: 24px;
    grid-template-columns: 1.2fr 0.8fr 1fr;
    position: relative;
}.n_support .u_submit_feedback {
    border-top: 4px solid rgb(131,151,190);
    border-radius: 11px;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    padding: 35px;
    transform-style: preserve-3d;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
}.n_support .u_submit_feedback::before {
    right: 0;
    z-index: 0;
    height: 150px;
    bottom: 0;
    width: 150px;
    border-radius: 0 0 11px 0;
    opacity: 0.1;
    content: "";
    position: absolute;
    background: linear-gradient(135deg, transparent 50%, rgb(131,151,190,0.5) 100%);
    transition: opacity 0.3s ease;
}.n_support .u_submit_feedback::after {
    bottom: 0;
    z-index: -1;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
    left: 0;
    content: "";
    position: absolute;
    transition: opacity 0.3s ease;
    right: 0;
    opacity: 0.8;
    top: 0;
}.n_support .u_submit_feedback:hover {
    transform: translateY(-10px) rotateX(3deg) rotateY(3deg);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}.n_support .u_submit_feedback:hover::before {
    opacity: 0.2;
}.n_support h2 {
    font-size: 37px;
    transform: translateZ(10px);
    margin-bottom: 28px;
    position: relative;
    font-weight: 700;
    color: #000000;
}.n_support h2::before {
    transition: width 0.3s ease;
    position: absolute;
    bottom: -12px;
    height: 4px;
    background: rgb(131,151,190);
    border-radius: 10px;
    width: 40px;
    left: 0;
    content: "";
}.n_support .u_submit_feedback:hover h2::before {
    width: 60px;
}.n_support h3 {
    color: #000000;
    font-size: 22px;
    margin-bottom: 16px;
    font-weight: 600;
}.n_support p {
    margin-bottom: 16px;
    color: #000000;
    z-index: 1;
    line-height: 1.6;
    position: relative;
    font-size: 14px;
}.n_support .w_contact_links {
    color: rgb(131,151,190);
    font-size: calc(14px * 1.15);
    letter-spacing: 0.02em;
    font-weight: 600;
    margin-bottom: 20px;
}.n_support .Z_help_question {
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}.n_support .d_contact_team {
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}.n_support .R_msg_support {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}.n_support .R_msg_support span {
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.08);
    font-size: calc(14px * 0.85);
    background: rgba(0, 0, 0, 0.03);
    color: #000000;
    border-radius: 30px;
    padding: 7px 14px;
    transition: all 0.3s ease;
}.n_support .R_msg_support span:hover {
    background: rgb(131,151,190);
    color: #ffffff;
    border-color: rgb(131,151,190);
    transform: translateY(-2px);
}.n_support .u_submit_feedback .j_image_show_item {
    transform: translateZ(20px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    width: 100%;
    transition: transform 0.4s ease-out;
    height: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 11px;
}.n_support .u_submit_feedback:nth-child(2):hover .j_image_show_item {
    transform: translateZ(30px) scale(1.03);
}.n_support .u_submit_feedback .j_image_show_item::after {
    transition: opacity 0.3s ease;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.5) 100%);
    opacity: 0.6;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
}.n_support .u_submit_feedback:hover .j_image_show_item::after {
    opacity: 0.4;
}.n_support .A_assist_form {
    gap: 20px;
    display: flex;
    flex-direction: column;
}.n_support .A_assist_form a {
    background: #ffffff;
    position: relative;
    padding: 18px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.05);
    transform: translateZ(5px);
    text-decoration: none;
    align-items: center;
    border-radius: 11px;
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
}.n_support .A_assist_form a::before {
    opacity: 0;
    left: 0;
    height: 100%;
    transition: opacity 0.3s ease;
    position: absolute;
    top: 0;
    background: linear-gradient(45deg, rgb(131,151,190,0.5), transparent);
    z-index: 0;
    content: "";
    width: 100%;
}.n_support .A_assist_form a:hover {
    transform: translateY(-5px) translateZ(10px);
    border-color: rgb(131,151,190,0.5);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.n_support .A_assist_form a:hover::before {
    opacity: 0.15;
}.n_support .A_assist_form a span {
    margin-right: 10px;
    z-index: 1;
    font-size: calc(14px * 0.85);
    position: relative;
    font-weight: 600;
    color: rgb(131,151,190);
}.n_support .A_assist_form a p {
    flex-grow: 1;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
    color: #000000;
    position: relative;
    z-index: 1;
}.n_support svg {
    transition: transform 0.3s ease;
    width: 22px;
    z-index: 1;
    position: relative;
    fill: rgb(131,151,190);
    margin-right: 12px;
    height: 22px;
}.n_support svg path {
    fill: rgb(131,151,190);
    transition: fill 0.3s ease;
}.n_support .A_assist_form a:hover svg {
    transform: scale(1.1);
}.n_support .A_assist_form a:hover svg,
.n_support .A_assist_form a:hover svg path {
    fill: rgb(81,114,179);
}

@media (max-width: 992px) {.n_support {
    padding: 70px 0;
}.n_support .P_join_conversation {
    grid-template-columns: 1fr 1fr;
}.n_support .u_submit_feedback:last-child {
    grid-column: span 2;
}.n_support .u_submit_feedback {
    padding: 30px;
}
}

@media (max-width: 768px) {.n_support {
    padding: 50px 0;
}.n_support .P_join_conversation {
    grid-template-columns: 1fr;
}.n_support .u_submit_feedback:last-child {
    grid-column: span 1;
}.n_support h2 {
    font-size: calc(37px * 0.9);
}.n_support .u_submit_feedback .j_image_show_item {
    height: 280px;
}.n_support .A_assist_form {
    gap: 15px;
}
}

@media (max-width: 576px) {.n_support {
    padding: 40px 0;
}.n_support .u_submit_feedback {
    padding: 25px 20px;
}.n_support h2 {
    margin-bottom: 25px;
    font-size: calc(37px * 0.85);
}.n_support p {
    font-size: calc(14px * 0.95);
}.n_support .R_msg_support {
    gap: 8px;
    flex-direction: column;
}.n_support .R_msg_support span {
    width: 100%;
    text-align: center;
}.n_support .u_submit_feedback .j_image_show_item {
    height: 220px;
}.n_support .A_assist_form a {
    align-items: flex-start;
    flex-direction: column;
    padding: 15px;
}.n_support .A_assist_form a span {
    margin-bottom: 5px;
    margin-right: 0;
}}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.n_support .A_assist_form a::after {
    border-top: 2px solid rgb(131,151,190,0.5);
    content: "";
    right: 15px;
    transition: transform 0.3s ease, border-color 0.3s ease;
    height: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    border-right: 2px solid rgb(131,151,190,0.5);
    position: absolute;
    transform: translateY(-50%) rotate(45deg);
}.n_support .A_assist_form a:hover::after {
    transform: translateY(-50%) rotate(45deg) scale(1.2);
    border-color: rgb(81,114,179);
}.n_support .d_contact_team h3::before {
    width: 18px;
    background: rgb(131,151,190,0.5);
    display: inline-block;
    transform: translateY(-1px);
    vertical-align: middle;
    margin-right: 8px;
    border-radius: 50%;
    height: 18px;
    content: "";
}.n_support .u_submit_feedback:first-child {
    transition: all 0.4s ease;
    transform: translateZ(0) perspective(1000px);
}.n_support .u_submit_feedback:nth-child(2) {
    transform: translateZ(0) perspective(1000px);
    transition: all 0.4s ease;
}.n_support .u_submit_feedback:last-child {
    transform: translateZ(0) perspective(1000px);
    transition: all 0.4s ease;
}.n_support .container::before {
    top: -150px;
    border-radius: 50%;
    width: 300px;
    height: 300px;
    content: "";
    background: radial-gradient(circle, rgb(81,114,179,0.5) 0%, transparent 70%);
    z-index: -1;
    opacity: 0.3;
    right: -150px;
    position: absolute;
}.n_support .container::after {
    position: absolute;
    width: 250px;
    content: "";
    height: 250px;
    z-index: -1;
    border-radius: 50%;
    background: radial-gradient(circle, rgb(131,151,190,0.5) 0%, transparent 70%);
    bottom: -100px;
    left: -100px;
    opacity: 0.3;
}.n_support .u_submit_feedback:nth-child(odd) {
    animation: tileFloat 6s ease-in-out infinite;
}.n_support .u_submit_feedback:nth-child(even) {
    animation: tileFloat 8s ease-in-out infinite reverse;
}@keyframes tileFloat {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
    100% {
        transform: translateY(0);
    }
}

.n_support .R_msg_support span:nth-child(odd) {
    animation: fadeInLeft 0.5s ease-out both;
}.n_support .R_msg_support span:nth-child(even) {
    animation: fadeInRight 0.5s ease-out both;
}@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-10px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(10px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}.Z_contact_form_section {
    background: rgb(183,192,210);
    overflow: hidden;
    position: relative;
    padding: 90px 0;
}.Z_contact_form_section::before {
    border-radius: 50%;
    height: 400px;
    content: "";
    top: -150px;
    filter: blur(70px);
    z-index: 1;
    width: 400px;
    right: -150px;
    background: linear-gradient(45deg, rgb(131,151,190,0.5), rgb(81,114,179,0.5));
    position: absolute;
}.Z_contact_form_section::after {
    height: 300px;
    width: 300px;
    background: linear-gradient(225deg, rgb(81,114,179,0.5), rgb(131,151,190,0.5));
    filter: blur(60px);
    bottom: -100px;
    left: -100px;
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    content: "";
}.Z_contact_form_section .container {
    max-width: 1200px;
    z-index: 2;
    padding: 0 30px;
    margin: 0 auto;
    position: relative;
}.Z_contact_form_section h2 {
    font-size: 28px;
    position: relative;
    text-align: center;
    margin-bottom: 60px;
    color: #000000;
    font-weight: 700;
}.Z_contact_form_section h2::before {
    border-radius: 50%;
    width: 50px;
    z-index: -1;
    left: calc(50% - 120px);
    content: "";
    top: -25px;
    background: rgb(131,151,190,0.5);
    height: 50px;
    position: absolute;
}.Z_contact_form_section h2::after {
    border-radius: 50%;
    background: rgb(81,114,179,0.5);
    bottom: -15px;
    right: calc(50% - 100px);
    z-index: -1;
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
}.Z_contact_form_section .c_message_reach {
    overflow: hidden;
    position: relative;
    border-radius: 20px;
    display: flex;
    background: #ffffff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}.Z_contact_form_section .c_message_reach::before {
    pointer-events: none;
    content: "";
    position: absolute;
    z-index: 0;
    background: radial-gradient(
        circle at 0% 0%,
        transparent 98%,
        rgb(131,151,190,0.5) 99%
    ), radial-gradient(
        circle at 100% 100%,
        transparent 98%,
        rgb(81,114,179,0.5) 99%
    );
    inset: 0;
}.Z_contact_form_section .j_image_show_item {
    transition: transform 0.5s ease;
    position: relative;
    min-height: 500px;
    flex: 0 0 45%;
}.Z_contact_form_section .j_image_show_item::before {
    content: "";
    inset: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5));
    z-index: 1;
    position: absolute;
}.Z_contact_form_section .j_image_show_item::after {
    left: 20px;
    pointer-events: none;
    content: "";
    right: 20px;
    bottom: 20px;
    z-index: 2;
    position: absolute;
    top: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}.Z_contact_form_section .v_help_message {
    flex: 0 0 55%;
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}.Z_contact_form_section form {
    z-index: 3;
    position: relative;
}.Z_contact_form_section form h3 {
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 18px;
    color: #000000;
}.Z_contact_form_section form input[type="text"] {
    border-radius: 12px;
    transition: all 0.3s ease;
    background: rgb(183,192,210);
    color: #000000;
    width: 100%;
    font-size: 15px;
    border: none;
    margin-bottom: 25px;
    padding: 18px 25px;
}.Z_contact_form_section form input[type="text"]:focus {
    background: linear-gradient(rgb(183,192,210), rgb(183,192,210)) padding-box,
                linear-gradient(to right, rgb(131,151,190), rgb(81,114,179)) border-box;
    outline: none;
    border: 1px solid transparent;
    box-shadow: 0 5px 15px rgba(rgb(131,151,190), 0.1);
}.Z_contact_form_section form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
}.Z_contact_form_section .a_inquiry_section {
    margin-bottom: 30px;
    position: relative;
}.Z_contact_form_section .a_inquiry_section input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.Z_contact_form_section .a_inquiry_section label {
    align-items: center;
    display: flex;
    cursor: pointer;
    padding-left: 35px;
    font-size: 15px;
    color: #000000;
    position: relative;
}.Z_contact_form_section .a_inquiry_section label::before {
    background: rgb(183,192,210);
    height: 22px;
    left: 0;
    transition: all 0.3s ease;
    top: 0;
    position: absolute;
    border-radius: 6px;
    width: 22px;
    content: "";
}.Z_contact_form_section .a_inquiry_section input[type="checkbox"]:checked + label::before {
    background: linear-gradient(135deg, rgb(131,151,190), rgb(81,114,179));
}.Z_contact_form_section .a_inquiry_section input[type="checkbox"]:checked + label::after {
    top: 4px;
    width: 6px;
    border: solid #ffffff;
    height: 12px;
    left: 8px;
    transform: rotate(45deg);
    content: "";
    position: absolute;
    border-width: 0 2px 2px 0;
}.Z_contact_form_section .a_inquiry_section label a {
    text-decoration: none;
    font-weight: 600;
    color: rgb(131,151,190);
    transition: color 0.3s ease;
}.Z_contact_form_section .a_inquiry_section label a:hover {
    color: rgb(81,114,179);
}.Z_contact_form_section .U_reach_panel {
    border-radius: 12px;
    width: 100%;
    border: none;
    background: linear-gradient(135deg, rgb(131,151,190), rgb(81,114,179));
    overflow: hidden;
    z-index: 1;
    transition: all 0.5s ease;
    font-weight: 600;
    font-size: 16px;
    color: #ffffff;
    position: relative;
    padding: 20px;
    cursor: pointer;
}.Z_contact_form_section .U_reach_panel::before {
    width: 100%;
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    transform: scaleX(0);
    transition: transform 0.5s ease;
    left: 0;
    background: linear-gradient(135deg, rgb(81,114,179), rgb(131,151,190));
    z-index: -1;
    transform-origin: right;
}.Z_contact_form_section .U_reach_panel:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.Z_contact_form_section svg {
    fill: none;
    margin-right: 12px;
    transition: all 0.3s ease;
    width: 24px;
    stroke: rgb(131,151,190);
    height: 24px;
}.Z_contact_form_section svg path {
    fill: none;
    stroke: rgb(131,151,190);
    stroke-width: 2;
    transition: all 0.3s ease;
}.Z_contact_form_section svg:hover,
.Z_contact_form_section svg:hover path {
    stroke: rgb(81,114,179);
}

@media (max-width: 1024px) {.Z_contact_form_section {
    padding: 70px 0;
}.Z_contact_form_section .v_help_message {
    padding: 45px;
}.Z_contact_form_section .j_image_show_item {
    min-height: 450px;
}
}

@media (max-width: 768px) {.Z_contact_form_section {
    padding: 60px 0;
}.Z_contact_form_section h2 {
    margin-bottom: 40px;
}.Z_contact_form_section .c_message_reach {
    flex-direction: column;
}.Z_contact_form_section .j_image_show_item {
    flex: 0 0 300px;
    width: 100%;
    min-height: 300px;
}.Z_contact_form_section .v_help_message {
    flex: 0 0 auto;
    padding: 40px 30px;
}.Z_contact_form_section form h3 {
    margin-bottom: 25px;
}.Z_contact_form_section form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}
}

@media (max-width: 480px) {.Z_contact_form_section {
    padding: 50px 0;
}.Z_contact_form_section h2 {
    margin-bottom: 30px;
    font-size: calc(28px * 0.9);
}.Z_contact_form_section .j_image_show_item {
    min-height: 220px;
}.Z_contact_form_section .v_help_message {
    padding: 30px 20px;
}.Z_contact_form_section form h3 {
    margin-bottom: 20px;
    font-size: calc(18px * 0.9);
}.Z_contact_form_section form input[type="text"] {
    font-size: calc(15px * 0.95);
    margin-bottom: 16px;
    padding: 14px 16px;
}.Z_contact_form_section .U_reach_panel {
    padding: 16px;
}.Z_contact_form_section .a_inquiry_section label {
    font-size: calc(15px * 0.95);
}}.X_gratSpot {
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(183,192,210) 0%, rgb(131,151,190,0.5) 100%);
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
}.X_gratSpot::before {
    width: 100%;
    content: "";
    position: absolute;
    transform: translateZ(-50px);
    z-index: 1;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(45deg, transparent 45%, rgb(81,114,179,0.5) 45%, rgb(81,114,179,0.5) 55%, transparent 55%);
    opacity: 0.1;
}.X_gratSpot::after {
    opacity: 0.2;
    z-index: 0;
    width: 100%;
    position: absolute;
    background: radial-gradient(circle at center, rgb(131,151,190,0.5) 0%, transparent 70%);
    right: -50%;
    animation: rotateGradient 15s infinite linear;
    content: "";
    height: 200%;
    top: -50%;
}.X_gratSpot .container {
    z-index: 2;
    position: relative;
    transform-style: preserve-3d;
}.X_gratSpot .i_learn_space {
    margin: 0 auto;
    transform-style: preserve-3d;
    gap: 2rem;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    flex-direction: column;
    background: linear-gradient(170deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    display: flex;
    max-width: 900px;
    padding: 3rem;
    border-left: 4px solid rgb(131,151,190);
    transform: translateZ(30px);
    position: relative;
}.X_gratSpot .i_learn_space::before {
    opacity: 0.4;
    bottom: 10px;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
    z-index: -1;
    background: linear-gradient(135deg, rgb(81,114,179,0.5) 0%, transparent 70%);
    transform: translateZ(-15px);
    left: -10px;
    right: 10px;
    position: absolute;
    top: -10px;
    content: "";
}.X_gratSpot .i_learn_space > div:first-child {
    transform: translateZ(20px);
    animation: slideInTop 0.8s ease-out forwards;
    position: relative;
}.X_gratSpot .i_learn_space > div:first-child::after {
    background: linear-gradient(90deg, rgb(131,151,190) 0%, transparent 100%);
    left: 0;
    width: 70%;
    transform: translateZ(5px);
    content: "";
    position: absolute;
    height: 3px;
    bottom: -10px;
}.X_gratSpot .i_learn_space > div:last-child {
    transform: translateZ(10px);
    opacity: 0;
    position: relative;
    animation: slideInBottom 0.8s ease-out 0.3s forwards;
}.X_gratSpot h5 {
    margin-bottom: 1rem;
    display: inline-block;
    position: relative;
    font-size: 21px;
    color: #000000;
    transform: translateX(-5px);
    font-weight: 700;
}.X_gratSpot h5::before {
    background-color: rgb(131,151,190);
    top: 50%;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    position: absolute;
    transform: translateY(-50%);
    content: "";
    height: 15px;
    left: -20px;
    width: 15px;
}.X_gratSpot p {
    max-width: 95%;
    font-size: 18px;
    padding-left: 1rem;
    position: relative;
    color: #000000;
    transition: color 0.3s ease;
    line-height: 1.7;
}.X_gratSpot p::before {
    left: 0;
    transition: transform 0.3s ease;
    bottom: 0;
    transform: scaleY(0.9);
    background: linear-gradient(to bottom, rgb(131,151,190) 0%, rgb(81,114,179) 100%);
    position: absolute;
    top: 0;
    content: "";
    width: 3px;
}.X_gratSpot a {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: block;
    text-decoration: none;
}.X_gratSpot a:hover {
    transform: translateX(10px);
}.X_gratSpot a:hover p {
    color: rgb(131,151,190);
}.X_gratSpot a:hover p::before {
    transform: scaleY(1.1);
}

@keyframes slideInTop {
    from {
        transform: translateZ(20px) translateY(-30px);
        opacity: 0;
    }
    to {
        transform: translateZ(20px) translateY(0);
        opacity: 1;
    }
}

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

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

@media (max-width: 992px) {.X_gratSpot {
    padding: 4rem 0;
}.X_gratSpot .i_learn_space {
    margin: 0 2rem;
    padding: 2.5rem;
}.X_gratSpot h5 {
    font-size: calc(21px - 0.1rem);
}
}

@media (max-width: 768px) {.X_gratSpot {
    padding: 3rem 0;
}.X_gratSpot .i_learn_space {
    padding: 2rem;
    gap: 1.5rem;
    margin: 0 1.5rem;
}.X_gratSpot h5 {
    font-size: calc(21px - 0.2rem);
}.X_gratSpot p {
    font-size: calc(18px - 0.1rem);
    max-width: 100%;
}
}

@media (max-width: 576px) {.X_gratSpot {
    padding: 2.5rem 0;
}.X_gratSpot .i_learn_space {
    padding: 1.5rem;
    margin: 0 1rem;
    gap: 1.2rem;
}.X_gratSpot h5 {
    font-size: calc(21px - 0.3rem);
}.X_gratSpot h5::before {
    height: 12px;
    width: 12px;
    left: -15px;
}.X_gratSpot p {
    padding-left: 0.7rem;
}.X_gratSpot a:hover {
    transform: translateX(5px);
}}footer {
    position: relative;
    z-index: 1;
}footer::before {
    background-size: 300% 300%;
    right: 0;
    z-index: -1;
    animation: gradientFlow 20s ease infinite;
    background: linear-gradient(145deg, rgba(0, 0, 0, 0.5) 0%, rgb(131,151,190,0.5) 35%, rgb(81,114,179,0.5) 70%, rgba(0, 0, 0, 0.5) 100%);
    content: "";
    bottom: 0;
    left: 0;
    opacity: 0.75;
    top: 0;
    position: absolute;
}footer::after {
    position: absolute;
    left: 0;
    content: "";
    right: 0;
    background-image: 
        linear-gradient(0deg, transparent 24%, rgb(131,151,190,0.5) 25%, rgb(131,151,190,0.5) 26%, transparent 27%, transparent 74%, rgb(81,114,179,0.5) 75%, rgb(81,114,179,0.5) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgb(131,151,190,0.5) 25%, rgb(131,151,190,0.5) 26%, transparent 27%, transparent 74%, rgb(81,114,179,0.5) 75%, rgb(81,114,179,0.5) 76%, transparent 77%, transparent);
    background-size: 50px 50px;
    bottom: 0;
    z-index: -1;
    opacity: 0.15;
    top: 0;
}.R_access_help {
    padding: 4rem 0 2.5rem;
    position: relative;
    color: #ffffff;
}.R_access_help::before {
    opacity: 0.8;
    height: 2px;
    left: 0;
    width: 100%;
    top: 0;
    box-shadow: 0 0 20px rgb(131,151,190,0.5);
    content: "";
    background: linear-gradient(90deg, transparent, rgb(131,151,190), rgb(81,114,179), transparent);
    position: absolute;
}.R_access_help .container {
    justify-content: space-between;
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
    position: relative;
}.R_access_help .company_holder {
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    overflow: hidden;
    padding: 2rem;
    backdrop-filter: blur(8px);
    position: relative;
    flex: 1 1 350px;
    transition: all 0.4s ease;
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    border-radius: 13px;
}.R_access_help .company_holder::before {
    width: 200%;
    background: linear-gradient(90deg, transparent, rgb(131,151,190), transparent);
    content: "";
    left: -50%;
    top: 0;
    height: 1px;
    position: absolute;
    transform: translateY(-1px);
}.R_access_help .company_holder::after {
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(81,114,179), transparent);
    content: "";
    transform: translateY(1px);
    position: absolute;
    height: 1px;
    width: 100%;
}.R_access_help .company_holder:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.07),
        0 0 20px rgb(131,151,190,0.5);
}.R_access_help .company_holder h3 {
    display: inline-block;
    font-size: 38px;
    margin: 0 0 1.5rem;
    font-weight: 700;
    text-shadow: 0 0 15px rgb(131,151,190,0.5);
    color: #ffffff;
    letter-spacing: 1px;
    position: relative;
}.R_access_help .company_holder h3::after {
    bottom: -8px;
    position: absolute;
    background: linear-gradient(90deg, rgb(131,151,190), rgb(81,114,179));
    height: 3px;
    width: 50px;
    content: "";
    box-shadow: 0 0 10px rgb(131,151,190);
    left: 0;
    transition: width 0.3s ease-out;
    border-radius: 10px;
}.R_access_help .company_holder:hover h3::after {
    width: 100%;
}.R_access_help .I_scholar_cta {
    opacity: 0.85;
    max-width: 100%;
    line-height: 1.6;
    font-size: 12px;
    color: #ffffff;
    text-shadow: 0 0 10px #000000;
}.R_access_help .p_study_bottom {
    flex: 1 1 calc(100% - 450px);
    min-width: 400px;
}.R_access_help .o_first_class {
    flex-wrap: wrap;
    gap: 2.5rem;
    display: flex;
}.R_access_help .z_top_learning {
    transition: all 0.4s ease;
    overflow: hidden;
    min-width: 250px;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    flex: 1 1 calc(50% - 1.25rem);
    backdrop-filter: blur(8px);
    border-radius: 13px;
    padding: 2rem;
    position: relative;
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
}.R_access_help .z_top_learning::before {
    transform: translateY(-1px);
    top: 0;
    background: linear-gradient(90deg, transparent, rgb(81,114,179), transparent);
    height: 1px;
    left: -50%;
    position: absolute;
    content: "";
    width: 200%;
}.R_access_help .z_top_learning::after {
    content: "";
    background: linear-gradient(90deg, transparent, rgb(131,151,190), transparent);
    width: 100%;
    transform: translateY(1px);
    position: absolute;
    height: 1px;
    left: 0;
    bottom: 0;
}.R_access_help .z_top_learning:hover {
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.07),
        0 0 20px rgb(81,114,179,0.5);
    transform: translateY(-5px);
}.R_access_help .z_top_learning h5 {
    font-size: 20px;
    margin: 0 0 1.5rem;
    color: #ffffff;
    position: relative;
    text-shadow: 0 0 15px rgb(81,114,179,0.5);
    letter-spacing: 0.5px;
    display: inline-block;
    font-weight: 600;
}.R_access_help .z_top_learning h5::after {
    box-shadow: 0 0 10px rgb(81,114,179);
    border-radius: 10px;
    content: "";
    transition: width 0.3s ease-out;
    left: 0;
    position: absolute;
    bottom: -8px;
    width: 40px;
    height: 3px;
    background: linear-gradient(90deg, rgb(81,114,179), rgb(131,151,190));
}.R_access_help .z_top_learning:hover h5::after {
    width: 100%;
}.R_access_help .z_top_learning .o_first_class {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}.R_access_help .z_top_learning .o_first_class a {
    position: relative;
    opacity: 0.8;
    transition: all 0.3s ease;
    font-size: 12px;
    border-radius: 10px;
    text-decoration: none;
    color: #ffffff;
    text-shadow: 0 0 5px #000000;
    display: block;
    padding: 0.5rem 1rem;
    z-index: 1;
}.R_access_help .z_top_learning .o_first_class a::before {
    transition: all 0.3s ease;
    height: 100%;
    position: absolute;
    opacity: 0.5;
    width: 3px;
    z-index: -1;
    top: 0;
    content: "";
    background: linear-gradient(180deg, rgb(131,151,190), rgb(81,114,179));
    left: 0;
    border-radius: 10px;
}.R_access_help .z_top_learning .o_first_class a::after {
    top: 0;
    width: 0;
    content: "";
    height: 100%;
    transition: all 0.3s ease;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
    z-index: -1;
    left: 0;
    position: absolute;
    opacity: 0;
}.R_access_help .z_top_learning .o_first_class a:hover {
    padding-left: 1.5rem;
    opacity: 1;
    text-shadow: 0 0 10px rgb(81,114,179,0.5);
    color: #ffffff;
}.R_access_help .z_top_learning .o_first_class a:hover::before {
    box-shadow: 0 0 10px rgb(131,151,190);
    opacity: 1;
    width: 5px;
}.R_access_help .z_top_learning .o_first_class a:hover::after {
    width: 100%;
    opacity: 0.2;
}.T_lang_learn {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    padding: 2rem 0;
    margin-top: 2rem;
}.T_lang_learn::before {
    top: 0;
    opacity: 0.5;
    background: linear-gradient(90deg, transparent, rgb(131,151,190), rgb(81,114,179), transparent);
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
    height: 1px;
}.T_lang_learn .container {
    justify-content: center;
    display: flex;
    align-items: center;
}.T_lang_learn .i_podcast_cta {
    transition: all 0.3s ease;
    color: #ffffff;
    letter-spacing: 0.5px;
    font-size: 13px;
    text-align: center;
    text-shadow: 0 0 5px #000000;
    position: relative;
    opacity: 0.7;
}.T_lang_learn .i_podcast_cta:hover {
    text-shadow: 0 0 8px rgb(81,114,179,0.5);
    opacity: 1;
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@media (max-width: 1200px) {.R_access_help .container {
    gap: 2rem;
}.R_access_help .company_holder {
    flex: 1 1 320px;
}.R_access_help .p_study_bottom {
    min-width: 320px;
    flex: 1 1 calc(100% - 370px);
}
}

@media (max-width: 992px) {.R_access_help {
    padding: 3.5rem 0 2rem;
}.R_access_help .container {
    flex-direction: column;
    gap: 2rem;
}.R_access_help .company_holder,
    .R_access_help .p_study_bottom {
    min-width: 100%;
    flex: 1 1 100%;
}.R_access_help .z_top_learning {
    flex: 0 1 calc(50% - 1.25rem);
    min-width: 220px;
}
}

@media (max-width: 768px) {.R_access_help {
    padding: 3rem 0 1.5rem;
}.R_access_help .company_holder,
    .R_access_help .z_top_learning {
    padding: 1.5rem;
}.R_access_help .o_first_class {
    gap: 1.5rem;
}.R_access_help .company_holder h3 {
    font-size: calc(38px - 2px);
}.R_access_help .z_top_learning h5 {
    font-size: calc(20px - 1px);
}.R_access_help .company_holder:hover,
    .R_access_help .z_top_learning:hover {
    transform: translateY(-3px);
}
}

@media (max-width: 576px) {.R_access_help {
    padding: 2.5rem 0 1rem;
}.R_access_help .o_first_class {
    gap: 1rem;
}.R_access_help .z_top_learning {
    flex: 1 1 100%;
    min-width: 100%;
}.R_access_help .z_top_learning .o_first_class a {
    padding: 0.4rem 0.8rem;
}.R_access_help .z_top_learning .o_first_class a:hover {
    padding-left: 1.2rem;
}.T_lang_learn {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}.R_access_help .company_holder:hover,
    .R_access_help .z_top_learning:hover {
    transform: translateY(-2px);
}}.c_welcome_board {
    position: relative;
    align-items: center;
    background: linear-gradient(135deg, rgb(183,192,210) 0%, #ffffff 100%);
    overflow: hidden;
    justify-content: center;
    min-height: 100vh;
    display: flex;
}.c_welcome_board::before {
    left: 0;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    background: repeating-linear-gradient(
        -45deg,
        rgb(131,151,190,0.5) 0px,
        transparent 2px,
        transparent 10px
    );
    height: 100%;
    content: "";
    opacity: 0.05;
}.c_welcome_board .i_learn_space {
    display: grid;
    padding: 2rem;
    max-width: 1200px;
    z-index: 2;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    position: relative;
}.c_welcome_board h1 {
    animation: slideInTitle 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
    margin-bottom: 1.5rem;
    position: relative;
    opacity: 0;
    color: #000000;
    grid-column: 1 / -1;
    font-weight: 700;
    transform: translateY(-10px);
    font-size: 47px;
}.c_welcome_board h1::after {
    content: "";
    transform-origin: left;
    transform: scaleX(0);
    position: absolute;
    bottom: -10px;
    width: 80px;
    background: rgb(131,151,190);
    animation: expandLine 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s forwards;
    left: 0;
    height: 4px;
}.c_welcome_board .J_content_column {
    animation: fadeSlideIn 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s forwards;
    flex-direction: column;
    transform: translateX(-20px);
    opacity: 0;
    z-index: 3;
    justify-content: center;
    display: flex;
    position: relative;
}.c_welcome_board .f_online_tech {
    padding: 2.5rem;
    transform: perspective(1000px) rotateY(-3deg);
    transition: transform 0.5s ease;
    border-radius: 10px;
    z-index: 2;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08),
                0 5px 15px rgba(0, 0, 0, 0.05);
    background: #ffffff;
}.c_welcome_board .f_online_tech:hover {
    transform: perspective(1000px) rotateY(0);
}.c_welcome_board .f_online_tech::before {
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(131,151,190,0.5) 0%, transparent 80%);
    border-radius: 10px;
    content: "";
    left: 0;
    position: absolute;
    opacity: 0.1;
}.c_welcome_board .f_online_tech p {
    position: relative;
    line-height: 1.6;
    font-size: calc(12px * 1.2);
    color: #000000;
    margin-bottom: 2rem;
}.c_welcome_board .f_online_tech p::first-letter {
    font-size: calc(12px * 1.8);
    color: rgb(131,151,190);
    font-weight: 700;
}.c_welcome_board svg {
    transform-origin: center;
    width: 100px;
    height: 100px;
    animation: pulseGently 4s ease-in-out infinite;
    display: block;
    margin: 2rem auto;
}.c_welcome_board svg path {
    transition: fill 0.3s ease;
    fill: rgb(131,151,190);
}.c_welcome_board svg:hover path {
    fill: rgb(81,114,179);
}.c_welcome_board svg text {
    transition: all 0.3s ease;
    font-weight: 700;
}.c_welcome_board svg:hover text {
    fill: #000000;
}.c_welcome_board .U_reach_panel {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 2;
    display: inline-block;
    text-decoration: none;
    border-radius: 10px;
    margin-top: 1rem;
    color: #ffffff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    letter-spacing: 0.5px;
    padding: 1rem 2rem;
    font-weight: 600;
    overflow: hidden;
    font-size: 19px;
    text-align: center;
    background: linear-gradient(45deg, rgb(131,151,190) 0%, rgb(81,114,179) 100%);
    position: relative;
}.c_welcome_board .U_reach_panel::before {
    left: -100%;
    transition: all 0.6s ease;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    position: absolute;
    top: 0;
    content: "";
    width: 100%;
}.c_welcome_board .U_reach_panel:hover {
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.c_welcome_board .U_reach_panel:hover::before {
    left: 100%;
}.c_welcome_board .j_image_show_item {
    opacity: 0;
    border-radius: 10px;
    transform: translateX(20px);
    height: 450px;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.15),
               -20px -20px 60px rgba(255, 255, 255, 0.8);
    animation: fadeSlideIn 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s forwards;
    position: relative;
    width: 100%;
    transition: transform 0.5s ease;
    overflow: hidden;
}.c_welcome_board .j_image_show_item:hover {
    transform: scale(1.02) perspective(1000px) rotateY(3deg);
}.c_welcome_board .j_image_show_item::after {
    content: "";
    background: linear-gradient(135deg, rgb(131,151,190,0.5) 0%, transparent 70%);
    right: 0;
    position: absolute;
    bottom: 0;
    z-index: 1;
    top: 0;
    left: 0;
}

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

@keyframes expandLine {
    to {
        transform: scaleX(1);
    }
}

@keyframes fadeSlideIn {
    to {
        opacity: 1;
        transform: translate(0);
    }
}

@keyframes pulseGently {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

@media (max-width: 992px) {.c_welcome_board .i_learn_space {
    grid-template-columns: 1fr;
}.c_welcome_board h1 {
    font-size: calc(47px * 0.9);
}.c_welcome_board .f_online_tech {
    padding: 2rem;
    transform: perspective(1000px) rotateY(0);
}.c_welcome_board .j_image_show_item {
    order: -1;
    height: 350px;
}
}

@media (max-width: 768px) {.c_welcome_board {
    padding: 3rem 0;
}.c_welcome_board .i_learn_space {
    padding: 1.5rem;
}.c_welcome_board h1 {
    font-size: calc(47px * 0.8);
}.c_welcome_board .f_online_tech p {
    font-size: 12px;
}.c_welcome_board svg {
    width: 80px;
    margin: 1.5rem auto;
    height: 80px;
}.c_welcome_board .U_reach_panel {
    width: 100%;
}.c_welcome_board .j_image_show_item {
    height: 280px;
}
}

@media (max-width: 576px) {.c_welcome_board .i_learn_space {
    padding: 1rem;
}.c_welcome_board h1 {
    font-size: calc(47px * 0.7);
}.c_welcome_board .f_online_tech {
    padding: 1.5rem;
}.c_welcome_board .j_image_show_item {
    height: 240px;
}.c_welcome_board .f_online_tech p::first-letter {
    font-size: calc(12px * 1.4);
}}header {
    z-index: 100;
    position: relative;
    background: rgb(183,192,210);
    padding: 1.2rem 0;
}header::before {
    content: '';
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.5;
    background: linear-gradient(135deg, 
        rgb(131,151,190,0.5) 0%, 
        transparent 50%, 
        rgb(81,114,179,0.5) 100%);
    width: 100%;
}header .container {
    max-width: 1200px;
    position: relative;
    z-index: 1;
    padding: 0 1.5rem;
    margin: 0 auto;
}header .Z_main_primary {
    background: #ffffff;
    display: flex;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    border-radius: 22px;
    padding: 1rem;
}header .F_main_train {
    padding: 0.5rem 1rem;
    text-decoration: none;
    justify-content: center;
    position: relative;
    display: flex;
    margin-bottom: 0.5rem;
}header .F_main_train::before {
    content: '';
    height: 1px;
    width: 100%;
    left: 0;
    bottom: 0;
    background: linear-gradient(to right, 
        transparent, 
        rgb(131,151,190,0.5), 
        rgb(81,114,179,0.5), 
        rgb(131,151,190,0.5), 
        transparent);
    position: absolute;
}header .F_main_train svg {
    width: 160px;
    transition: all 0.3s ease;
    height: auto;
}header .F_main_train:hover svg {
    transform: translateY(-2px);
    filter: drop-shadow(0 2px 4px rgb(131,151,190,0.5));
}header .z_top_learning {
    padding: 0.6rem;
    flex-wrap: wrap;
    justify-content: center;
    background: rgb(183,192,210);
    gap: 0.4rem;
    display: flex;
    width: 100%;
    border-radius: 10px;
}header .K_main_mentor {
    font-family: Arial, sans-serif;
    padding: 0.5rem 1rem;
    overflow: hidden;
    color: #000000;
    position: relative;
    text-decoration: none;
    border-radius: 10px;
    z-index: 1;
    font-size: 18px;
    font-weight: 400;
    transition: all 0.3s ease;
}header .K_main_mentor::before {
    position: absolute;
    opacity: 0;
    left: 0;
    background: linear-gradient(135deg, rgb(131,151,190), rgb(81,114,179));
    height: 100%;
    z-index: -1;
    content: '';
    top: 0;
    transition: opacity 0.3s ease;
    width: 100%;
}header .K_main_mentor:hover {
    color: #ffffff;
}header .K_main_mentor:hover::before {
    opacity: 1;
}header .K_main_mentor::after {
    transform-origin: left;
    background: linear-gradient(to right, rgb(131,151,190), rgb(81,114,179));
    content: '';
    position: absolute;
    transform: scaleX(0);
    height: 2px;
    left: 0;
    bottom: 0;
    width: 100%;
    transition: transform 0.3s ease;
}header .K_main_mentor:hover::after {
    transform: scaleX(1);
}

@media (max-width: 991px) {header {
    padding: 1rem 0;
}header .Z_main_primary {
    gap: 0.8rem;
    padding: 0.8rem;
}header .F_main_train svg {
    width: 140px;
}header .z_top_learning {
    padding: 0.5rem;
}header .K_main_mentor {
    padding: 0.4rem 0.8rem;
    font-size: calc(18px - 1px);
}
}

@media (max-width: 767px) {header {
    padding: 0.8rem 0;
}header .Z_main_primary {
    gap: 0.7rem;
    padding: 0.7rem;
}header .F_main_train svg {
    width: 120px;
}header .z_top_learning {
    gap: 0.3rem;
    padding: 0.4rem;
}header .K_main_mentor {
    padding: 0.3rem 0.7rem;
    font-size: calc(18px - 2px);
}
}

@media (max-width: 480px) {header {
    padding: 0.7rem 0;
}header .Z_main_primary {
    gap: 0.6rem;
    padding: 0.6rem;
}header .F_main_train svg {
    width: 110px;
}header .z_top_learning {
    justify-content: flex-start;
    flex-wrap: nowrap;
    padding: 0.4rem;
    overflow-x: auto;
}header .z_top_learning::-webkit-scrollbar {
    height: 2px;
}header .z_top_learning::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(131,151,190);
}header .K_main_mentor {
    white-space: nowrap;
    flex-shrink: 0;
}}.c_privacy_hedge {
    color: #000000;
    font-family: Arial, sans-serif;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(183,192,210) 0%, rgba(245, 248, 250, 0.9) 100%);
    padding: 5rem 0;
}.c_privacy_hedge::before {
    background: repeating-linear-gradient(
        -45deg,
        rgba(rgb(131,151,190,0.5), 0.03),
        rgba(rgb(131,151,190,0.5), 0.03) 10px,
        transparent 10px,
        transparent 20px
    );
    z-index: 0;
    width: 100%;
    left: 0;
    top: 0;
    content: '';
    position: absolute;
    height: 100%;
}.c_privacy_hedge::after {
    position: absolute;
    right: 0;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(rgb(131,151,190,0.5), 0.08));
    top: 0;
    z-index: 1;
    width: 15vw;
    content: '';
}.c_privacy_hedge .container {
    position: relative;
    border-left: 4px solid rgb(131,151,190);
    z-index: 2;
    backdrop-filter: blur(5px);
    box-shadow: 0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.07);
    max-width: 1140px;
    margin: 0 auto;
    transform-origin: left center;
    transform: perspective(1000px) rotateY(0.5deg);
    padding: 0 2rem;
    background: rgba(#ffffff, 0.95);
}.c_privacy_hedge h1 {
    line-height: 1.2;
    font-weight: 700;
    transform: translateX(-0.5rem);
    position: relative;
    color: #000000;
    padding: 2rem 0 1rem;
    margin: 0 0 2rem;
    letter-spacing: -0.02em;
    font-size: 46px;
}.c_privacy_hedge h1::after {
    left: 0;
    width: 6rem;
    content: '';
    bottom: 0;
    animation: expandLine 0.8s ease-out forwards;
    transform-origin: left center;
    background: linear-gradient(90deg, rgb(131,151,190), transparent);
    height: 3px;
    position: absolute;
}.c_privacy_hedge h2 {
    position: relative;
    line-height: 1.3;
    padding-left: 1rem;
    font-weight: 600;
    font-size: 38px;
    margin: 2.5rem 0 1.5rem;
    color: #000000;
}.c_privacy_hedge h2::before {
    bottom: 0.25rem;
    position: absolute;
    top: 0.25rem;
    content: '';
    width: 3px;
    left: 0;
    background: rgb(131,151,190);
    border-radius: 1px;
}.c_privacy_hedge h3 {
    margin: 2rem 0 1.25rem;
    padding-bottom: 0.75rem;
    font-weight: 600;
    font-size: calc(38px * 0.85);
    color: #000000;
    border-bottom: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.1);
}.c_privacy_hedge h4 {
    padding: 0.35rem 0.75rem;
    font-weight: 600;
    display: inline-block;
    border-radius: 2px;
    background: rgba(rgb(131,151,190,0.5), 0.08);
    font-size: calc(38px * 0.7);
    margin: 1.75rem 0 1rem;
    color: #000000;
}.c_privacy_hedge p {
    color: #000000;
    font-size: 16px;
    margin-bottom: 1.5rem;
    line-height: 1.7;
}.c_privacy_hedge p strong {
    color: #000000;
    font-weight: 600;
    position: relative;
    display: inline-block;
}.c_privacy_hedge p strong::after {
    bottom: -2px;
    width: 100%;
    left: 0;
    content: '';
    position: absolute;
    background: rgba(rgb(131,151,190,0.5), 0.3);
    height: 2px;
}.c_privacy_hedge ul {
    padding-left: 1.25rem;
    list-style-type: none;
    margin: 1.5rem 0 2rem 0;
}.c_privacy_hedge li {
    padding-left: 1.75rem;
    margin-bottom: 1.25rem;
    line-height: 1.6;
    position: relative;
}.c_privacy_hedge li::before {
    top: 0.5rem;
    transform: rotate(45deg);
    content: '';
    border: 2px solid rgb(131,151,190);
    position: absolute;
    height: 0.75rem;
    opacity: 0.8;
    left: 0;
    width: 0.75rem;
}.c_privacy_hedge span {
    padding: 1.25rem;
    font-size: calc(16px * 0.95);
    display: block;
    margin-bottom: 1.5rem;
    background: linear-gradient(to right, rgba(rgb(81,114,179,0.5), 0.05), transparent);
    border-left: 2px solid rgb(81,114,179);
    line-height: 1.7;
}

@keyframes expandLine {
    from {
        width: 0;
    }
    to {
        width: 6rem;
    }
}

@media (max-width: 991px) {.c_privacy_hedge {
    padding: 4rem 0;
}.c_privacy_hedge .container {
    padding: 2rem;
    transform: perspective(800px) rotateY(0.3deg);
}.c_privacy_hedge h1 {
    margin-bottom: 1.5rem;
    font-size: calc(46px * 0.9);
}.c_privacy_hedge h2 {
    font-size: calc(38px * 0.9);
    margin: 2rem 0 1.25rem;
}
}

@media (max-width: 767px) {.c_privacy_hedge {
    padding: 3rem 0;
}.c_privacy_hedge::after {
    width: 10vw;
}.c_privacy_hedge .container {
    transform: none;
    padding: 1.5rem;
}.c_privacy_hedge h1 {
    font-size: calc(46px * 0.8);
    transform: translateX(0);
    padding-top: 1rem;
}.c_privacy_hedge h2 {
    font-size: calc(38px * 0.8);
    padding-left: 0.75rem;
}.c_privacy_hedge h3 {
    font-size: calc(38px * 0.7);
}.c_privacy_hedge h4 {
    font-size: calc(38px * 0.6);
}.c_privacy_hedge ul {
    padding-left: 0.5rem;
}.c_privacy_hedge li {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
}.c_privacy_hedge span {
    padding: 1rem;
}
}

@media (max-width: 480px) {.c_privacy_hedge {
    padding: 2rem 0;
}.c_privacy_hedge .container {
    border-left-width: 3px;
    padding: 1.25rem;
}.c_privacy_hedge h1 {
    font-size: calc(46px * 0.7);
    margin-bottom: 1.25rem;
}.c_privacy_hedge h1::after {
    width: 4rem;
}.c_privacy_hedge p, .c_privacy_hedge span {
    font-size: calc(16px * 0.95);
}.c_privacy_hedge li {
    font-size: calc(16px * 0.95);
}@keyframes expandLine {
        from {
            width: 0;
        }
        to {
            width: 4rem;
        }
    }
}.h_meet_us {
    padding: 100px 0 120px;
    background: linear-gradient(135deg, rgb(183,192,210) 0%, rgba(240, 242, 245, 1) 100%);
    overflow: hidden;
    position: relative;
    box-shadow: inset 0 20px 40px -25px rgba(0, 0, 0, 0.1);
}.h_meet_us::before {
    filter: blur(40px);
    right: -5%;
    background: linear-gradient(225deg, rgb(131,151,190,0.5) 0%, transparent 70%);
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    animation: float 15s infinite alternate ease-in-out;
    height: 300px;
    transform: rotate(-15deg);
    top: -10%;
    opacity: 0.4;
    z-index: 0;
    width: 300px;
    content: '';
    position: absolute;
}.h_meet_us::after {
    left: -5%;
    width: 250px;
    position: absolute;
    background: linear-gradient(45deg, rgb(81,114,179,0.5) 0%, transparent 70%);
    content: '';
    z-index: 0;
    height: 250px;
    animation: float 18s infinite alternate-reverse ease-in-out;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    opacity: 0.3;
    filter: blur(35px);
    bottom: -10%;
}.h_meet_us .container {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}.h_meet_us h1 {
    font-weight: 700;
    margin-bottom: 60px;
    font-size: 48px;
    color: #000000;
    text-align: center;
    letter-spacing: 0.5px;
    position: relative;
}.h_meet_us h1::after {
    bottom: -15px;
    transform: translateX(-50%);
    border-radius: 2px;
    background: linear-gradient(90deg, rgb(131,151,190) 0%, rgb(81,114,179) 100%);
    left: 50%;
    content: '';
    position: absolute;
    height: 4px;
    box-shadow: 0 2px 8px rgba(var(--primary-color-rgb), 0.3);
    width: 80px;
}.h_meet_us .R_history_tl {
    position: relative;
}.h_meet_us .R_history_tl ul {
    padding: 0;
    display: grid;
    margin: 0;
    gap: 40px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    list-style: none;
}.h_meet_us .y_edu_beliefs {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    border-radius: 15px;
    position: relative;
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.04),
              -12px -12px 24px rgba(255, 255, 255, 0.9),
              inset 1px 1px 2px rgba(255, 255, 255, 0.6),
              inset -1px -1px 2px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    background: #ffffff;
    padding: 40px;
}.h_meet_us .y_edu_beliefs:hover {
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.06),
              -15px -15px 30px rgba(255, 255, 255, 1),
              inset 1px 1px 2px rgba(255, 255, 255, 0.7),
              inset -1px -1px 2px rgba(0, 0, 0, 0.06);
    transform: translateY(-5px);
}.h_meet_us .y_edu_beliefs::before {
    height: 6px;
    position: absolute;
    content: '';
    top: 0;
    background: linear-gradient(90deg, rgb(131,151,190) 0%, rgb(81,114,179) 100%);
    opacity: 0.8;
    left: 0;
    transition: height 0.3s ease;
    width: 100%;
}.h_meet_us .y_edu_beliefs:hover::before {
    height: 8px;
}.h_meet_us .y_edu_beliefs h4 {
    position: relative;
    font-size: calc(21px + 2px);
    font-weight: 600;
    padding-bottom: 15px;
    letter-spacing: 0.3px;
    color: #000000;
    margin-bottom: 20px;
}.h_meet_us .y_edu_beliefs h4::after {
    transition: width 0.3s ease;
    height: 3px;
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    border-radius: 2px;
    width: 40px;
    background: rgb(81,114,179);
}.h_meet_us .y_edu_beliefs:hover h4::after {
    width: 60px;
}.h_meet_us .y_edu_beliefs div {
    line-height: 1.75;
    scrollbar-width: thin;
    overflow-y: auto;
    font-weight: 400;
    padding-right: 10px;
    color: #000000;
    scrollbar-color: rgb(81,114,179,0.5) transparent;
    max-height: 240px;
    font-size: 15px;
}.h_meet_us .y_edu_beliefs div::-webkit-scrollbar {
    width: 6px;
}.h_meet_us .y_edu_beliefs div::-webkit-scrollbar-track {
    background: transparent;
}.h_meet_us .y_edu_beliefs div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(81,114,179,0.5);
}

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

@media screen and (max-width: 991px) {.h_meet_us {
    padding: 80px 0 100px;
}.h_meet_us h1 {
    margin-bottom: 50px;
    font-size: calc(48px - 4px);
}.h_meet_us .y_edu_beliefs {
    padding: 30px;
}
}

@media screen and (max-width: 768px) {.h_meet_us {
    padding: 60px 0 80px;
}.h_meet_us::before,
  .h_meet_us::after {
    width: 180px;
    height: 180px;
}.h_meet_us h1 {
    margin-bottom: 40px;
    font-size: calc(48px - 6px);
}.h_meet_us h1::after {
    height: 3px;
    width: 60px;
}.h_meet_us .R_history_tl ul {
    grid-template-columns: 1fr;
    gap: 30px;
}.h_meet_us .y_edu_beliefs div {
    max-height: 200px;
}
}

@media screen and (max-width: 576px) {.h_meet_us {
    padding: 50px 0 70px;
}.h_meet_us h1 {
    font-size: calc(48px - 8px);
}.h_meet_us .y_edu_beliefs {
    padding: 25px 20px;
}.h_meet_us .y_edu_beliefs h4 {
    font-size: 21px;
}.h_meet_us .y_edu_beliefs div {
    line-height: 1.7;
    font-size: calc(15px - 1px);
}}.G_cookie_popup_overlay {
    transition: all 0.3s ease-in-out;
    z-index: 1050;
    border-top: 3px solid rgb(131,151,190);
    background: #ffffff;
    padding: 15px 20px;
    position: fixed;
    font-family: Arial, sans-serif;
    bottom: 0;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
    width: 100%;
}.y_learn_cookies {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}.e_cookie_view {
    margin-right: 15px;
    flex-shrink: 0;
}.e_cookie_view svg {
    transition: fill 0.3s ease-in-out;
    width: 50px;
    height: 50px;
    fill: rgb(131,151,190);
}.w_edu_track {
    flex-grow: 1;
    margin-right: 15px;
}.w_edu_track h5 {
    font-size: 23px;
    color: rgb(131,151,190);
    margin-bottom: 5px;
    font-weight: 700;
}.w_edu_track p {
    color: #000000;
    font-size: 15px;
    margin-bottom: 0;
}.J_policy_ack {
    white-space: nowrap;
    font-size: 20px;
    vertical-align: middle;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border: 1px solid transparent;
    user-select: none;
    text-align: center;
    margin-left: 10px;
    padding: 0.375rem 0.75rem;
    border-radius: 10px;
    line-height: 1.5;
    text-decoration: none;
}.cookie_button.e_cookie_reset {
    background-color: rgb(131,151,190);
    border-color: rgb(131,151,190);
    color: #ffffff;
}#a_cookie_dialog_box {
    display: none;
}#a_cookie_dialog_box:checked ~ .G_cookie_popup_overlay {
    opacity: 0;
    visibility: hidden;
}.cookie_button.e_cookie_reset:hover {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.5);
}.cookie_button.w_safe_cookies {
    border-color: rgb(81,114,179);
    color: #000000;
    background-color: rgb(81,114,179);
}.cookie_button.w_safe_cookies:hover {
    color: #ffffff;
    background-color: rgb(131,151,190);
    border-color: rgb(131,151,190);
}.G_cookie_popup_overlay p a {
    text-decoration: underline;
    color: rgb(131,151,190);
}.G_cookie_popup_overlay p a:hover {
    color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1200px) {.w_edu_track h5 {
    font-size: calc(23px - 2px);
}.w_edu_track p {
    font-size: calc(15px - 2px);
}.J_policy_ack {
    font-size: calc(20px - 2px);
}
}
@media (max-width: 800px) {.y_learn_cookies {
    align-items: center;
    flex-direction: column;
}.e_cookie_view {
    margin-bottom: 10px;
}.w_edu_track {
    margin-bottom: 15px;
    text-align: center;
}.J_policy_ack {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
}}
.O_pricing_table {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.O_pricing_table::before {
    z-index: 1;
    position: absolute;
    content: "";
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.4) 100%);
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
}.O_pricing_table .container {
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}.O_pricing_table .X_cost_matrix {
    position: relative;
    perspective: 1000px;
}.O_pricing_table h2 {
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 29px;
    transform: translateZ(50px);
    text-align: center;
    text-shadow: 0 3px 10px rgba(0,0,0,0.3);
    margin-bottom: 20px;
    animation: fadeInDown 0.8s ease-out forwards;
    color: #ffffff;
}.O_pricing_table .i_pricing_catalog {
    text-align: center;
    max-width: 800px;
    opacity: 0.9;
    font-size: calc(17px * 1.1);
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    margin: 0 auto 50px;
    transform: translateZ(30px);
    line-height: 1.6;
    color: #ffffff;
}.O_pricing_table .Y_promo_cost {
    perspective: 2000px;
    padding: 0;
    gap: 30px;
    margin: 0;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    display: grid;
    list-style: none;
}.O_pricing_table .Y_promo_cost li {
    height: 100%;
    animation: cardEntrance 0.6s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    transform: translateY(30px) rotateX(5deg);
    opacity: 0;
}.O_pricing_table .Y_promo_cost li:nth-child(1) {
    animation-delay: 0.3s;
}.O_pricing_table .Y_promo_cost li:nth-child(2) {
    animation-delay: 0.5s;
}.O_pricing_table .Y_promo_cost li:nth-child(3) {
    animation-delay: 0.7s;
}.O_pricing_table .Y_promo_cost li:nth-child(4) {
    animation-delay: 0.9s;
}.O_pricing_table .b_skill_pricing {
    transform-style: preserve-3d;
    text-decoration: none;
    display: block;
    color: inherit;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    height: 100%;
    will-change: transform;
}.O_pricing_table .b_skill_pricing:hover {
    transform: translateY(-15px) scale(1.02) rotateX(2deg);
}.O_pricing_table .z_indv_sub {
    position: relative;
    height: 100%;
    transition: all 0.4s ease;
    clip-path: polygon(0 0, 100% 0, 100% 94%, 96% 100%, 0 100%);
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 10px 15px rgba(0,0,0,0.1);
    background: linear-gradient(135deg, rgb(131,151,190,0.5), rgb(81,114,179,0.5));
    border: 1px solid rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
}.O_pricing_table .b_skill_pricing:hover .z_indv_sub {
    box-shadow: 0 25px 50px rgba(0,0,0,0.3), 0 15px 20px rgba(0,0,0,0.15);
    border-color: rgba(255,255,255,0.25);
}.O_pricing_table .z_indv_sub::before {
    height: 100px;
    transition: all 0.4s ease;
    position: absolute;
    width: 100px;
    top: -10px;
    opacity: 0.15;
    right: -10px;
    transform: rotate(45deg);
    content: "";
    background: rgb(81,114,179);
}.O_pricing_table .b_skill_pricing:hover .z_indv_sub::before {
    opacity: 0.25;
    transform: rotate(45deg) scale(1.2);
}.O_pricing_table .s_monthly_rate {
    position: relative;
    padding: 35px 30px;
    z-index: 1;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}.O_pricing_table .b_skill_pricing:hover .s_monthly_rate {
    transform: translateZ(10px);
}.O_pricing_table .s_monthly_rate h4 {
    font-weight: 700;
    transition: transform 0.3s ease;
    font-size: calc(21px * 1.2);
    position: relative;
    padding-bottom: 15px;
    color: #ffffff;
    margin: 0 0 20px;
}.O_pricing_table .b_skill_pricing:hover .s_monthly_rate h4 {
    transform: translateY(-5px);
}.O_pricing_table .s_monthly_rate h4::after {
    height: 3px;
    bottom: 0;
    content: "";
    transition: width 0.4s ease;
    width: 50px;
    background: rgb(131,151,190);
    position: absolute;
    left: 0;
}.O_pricing_table .b_skill_pricing:hover .s_monthly_rate h4::after {
    width: 80px;
}.O_pricing_table .s_monthly_rate p {
    color: #ffffff;
    transition: opacity 0.3s ease;
    max-height: 200px;
    padding-right: 10px;
    line-height: 1.6;
    font-size: 17px;
    margin-bottom: 30px;
    opacity: 0.8;
    overflow-y: auto;
}.O_pricing_table .s_monthly_rate p::-webkit-scrollbar {
    width: 4px;
}.O_pricing_table .s_monthly_rate p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(131,151,190,0.5);
}.O_pricing_table .b_skill_pricing:hover .s_monthly_rate p {
    opacity: 1;
}.O_pricing_table .i_rate_choice {
    text-shadow: 0 2px 8px rgba(0,0,0,0.2);
    font-weight: 700;
    margin-top: 20px;
    font-size: calc(21px * 1.4);
    color: #ffffff;
    transition: all 0.4s ease;
    display: block;
    position: relative;
}.O_pricing_table .i_rate_choice::before {
    position: absolute;
    transition: width 0.4s ease;
    top: -10px;
    content: "";
    width: 30px;
    left: 0;
    height: 2px;
    background: rgb(81,114,179);
}.O_pricing_table .b_skill_pricing:hover .i_rate_choice::before {
    width: 50px;
}.O_pricing_table .b_skill_pricing:hover .i_rate_choice {
    color: rgb(81,114,179);
    transform: scale(1.1);
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px) translateZ(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0) translateZ(50px);
    }
}

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

@keyframes cardEntrance {
    from {
        opacity: 0;
        transform: translateY(30px) rotateX(5deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) rotateX(0);
    }
}

@media (max-width: 1200px) {.O_pricing_table {
    padding: 100px 0;
}.O_pricing_table h2 {
    font-size: calc(29px * 0.9);
}.O_pricing_table .i_pricing_catalog {
    font-size: 17px;
    margin-bottom: 40px;
}.O_pricing_table .Y_promo_cost {
    gap: 25px;
}
}

@media (max-width: 992px) {.O_pricing_table {
    padding: 80px 0;
}.O_pricing_table .Y_promo_cost {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.O_pricing_table .s_monthly_rate {
    padding: 30px 25px;
}.O_pricing_table .s_monthly_rate p {
    max-height: 180px;
}
}

@media (max-width: 768px) {.O_pricing_table {
    padding: 70px 0;
}.O_pricing_table h2 {
    margin-bottom: 15px;
    font-size: calc(29px * 0.8);
}.O_pricing_table .i_pricing_catalog {
    font-size: calc(17px * 0.95);
    margin-bottom: 30px;
}.O_pricing_table .Y_promo_cost {
    max-width: 500px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.O_pricing_table .z_indv_sub {
    clip-path: polygon(0 0, 100% 0, 100% 96%, 94% 100%, 0 100%);
}.O_pricing_table .i_rate_choice {
    font-size: calc(21px * 1.2);
}
}

@media (max-width: 576px) {.O_pricing_table {
    padding: 60px 0;
}.O_pricing_table h2 {
    font-size: calc(29px * 0.7);
}.O_pricing_table .i_pricing_catalog {
    margin-bottom: 25px;
    font-size: calc(17px * 0.9);
}.O_pricing_table .s_monthly_rate {
    padding: 25px 20px;
}.O_pricing_table .s_monthly_rate h4 {
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 21px;
}.O_pricing_table .s_monthly_rate p {
    max-height: 150px;
    margin-bottom: 20px;
    font-size: calc(17px * 0.9);
}}.m_instructor_profile {
    padding: 80px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(183,192,210), rgba(245, 247, 250, 0.9));
    position: relative;
}.m_instructor_profile::before {
    opacity: 0.07;
    background-size: 60px 60px;
    position: absolute;
    content: "";
    background-image: 
        linear-gradient(30deg, rgb(81,114,179,0.5) 2px, transparent 2px),
        linear-gradient(120deg, rgb(81,114,179,0.5) 2px, transparent 2px);
    height: 100%;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 0;
}.m_instructor_profile::after {
    top: -50%;
    opacity: 0.1;
    height: 200%;
    width: 70%;
    z-index: 1;
    position: absolute;
    background: radial-gradient(circle at center, rgb(81,114,179,0.5) 0%, transparent 70%);
    right: -20%;
    content: "";
    transform: rotate(-15deg);
}.m_instructor_profile .container {
    position: relative;
    z-index: 2;
    padding: 0 15px;
    max-width: 1140px;
    margin: 0 auto;
}.m_instructor_profile .j_learner_voices {
    position: relative;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    border-radius: 8px;
    padding: 40px;
    grid-template-columns: 1fr;
    display: grid;
    box-shadow: 
        15px 15px 30px rgba(rgba(0, 0, 0, 0.5), 0.06),
        -5px -5px 20px rgba(#ffffff, 0.8),
        inset 2px 2px 5px rgba(#ffffff, 0.4),
        inset -2px -2px 5px rgba(rgba(0, 0, 0, 0.5), 0.05);
    background: #ffffff;
    gap: 30px;
}.m_instructor_profile .j_learner_voices:hover {
    box-shadow: 
        20px 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08),
        -8px -8px 25px rgba(#ffffff, 0.9),
        inset 2px 2px 5px rgba(#ffffff, 0.4),
        inset -2px -2px 5px rgba(rgba(0, 0, 0, 0.5), 0.05);
    transform: translateY(-5px);
}.m_instructor_profile .j_learner_voices > div:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
}.m_instructor_profile .j_image_show_item {
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    border-radius: 12px;
    height: 160px;
    width: 160px;
    box-shadow: 
        8px 8px 16px rgba(rgba(0, 0, 0, 0.5), 0.1),
        -4px -4px 12px rgba(#ffffff, 0.6);
    position: relative;
    transform: rotate(-2deg);
}.m_instructor_profile .j_learner_voices:hover .j_image_show_item {
    transform: rotate(1deg) scale(1.03);
}.m_instructor_profile .j_image_show_item::before {
    bottom: -15px;
    top: -15px;
    z-index: -1;
    transform: rotate(-3deg);
    opacity: 0.2;
    right: -15px;
    background: linear-gradient(135deg, rgb(81,114,179,0.5), transparent);
    border-radius: 20px;
    transition: transform 0.8s ease;
    content: "";
    left: -15px;
    position: absolute;
}.m_instructor_profile .j_learner_voices:hover .j_image_show_item::before {
    transform: rotate(1deg) scale(1.05);
}.m_instructor_profile .j_learner_voices > div:nth-child(2) {
    position: relative;
    text-align: center;
    padding-bottom: 20px;
}.m_instructor_profile .j_learner_voices > div:nth-child(2)::after {
    height: 3px;
    bottom: 0;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(81,114,179), transparent);
    left: 50%;
    width: 80px;
    content: "";
    transform: translateX(-50%);
}.m_instructor_profile .name {
    font-family: Arial, sans-serif;
    margin: 0 0 10px;
    letter-spacing: 0.5px;
    font-size: calc(22px * 1.1);
    color: rgb(131,151,190);
    display: inline-block;
    font-weight: 700;
    position: relative;
}.m_instructor_profile .j_learner_voices > div:nth-child(2) > div {
    color: rgb(81,114,179);
    font-weight: 600;
    background: linear-gradient(120deg, rgba(rgb(81,114,179,0.5), 0.05), rgba(rgb(81,114,179,0.5), 0.15));
    backdrop-filter: blur(2px);
    position: relative;
    font-size: calc(17px * 0.95);
    padding: 5px 15px;
    display: inline-block;
    border-radius: 4px;
    letter-spacing: 0.3px;
}.m_instructor_profile .a_exp_container {
    border-left: 3px solid rgb(81,114,179);
    background: linear-gradient(to right, rgba(rgb(81,114,179,0.5), 0.05), transparent);
    margin: 0;
    font-size: 17px;
    padding: 10px 20px 10px 30px;
    line-height: 1.7;
    color: #000000;
    font-family: Arial, sans-serif;
    backdrop-filter: blur(3px);
    position: relative;
}.m_instructor_profile .a_exp_container::before {
    font-size: 80px;
    opacity: 0.1;
    top: -20px;
    content: "";
    font-family: serif;
    color: rgb(81,114,179);
    position: absolute;
    left: 10px;
}.m_instructor_profile .a_exp_container::after {
    font-family: serif;
    right: 10px;
    color: rgb(81,114,179);
    position: absolute;
    bottom: -70px;
    content: "";
    font-size: 80px;
    opacity: 0.1;
}

@media (min-width: 768px) {.m_instructor_profile {
    padding: 100px 0;
}.m_instructor_profile .j_learner_voices {
    gap: 40px 50px;
    grid-template-columns: auto 1fr;
    padding: 50px;
    align-items: center;
    grid-template-areas: 
            "photo info"
            "quote quote";
}.m_instructor_profile .j_learner_voices > div:first-child {
    grid-area: photo;
}.m_instructor_profile .j_learner_voices > div:nth-child(2) {
    padding-bottom: 0;
    grid-area: info;
    text-align: left;
}.m_instructor_profile .j_learner_voices > div:nth-child(3) {
    grid-area: quote;
}.m_instructor_profile .j_learner_voices > div:nth-child(2)::after {
    transform: none;
    bottom: -10px;
    width: 60px;
    left: 0;
    background: linear-gradient(90deg, rgb(81,114,179), transparent);
}.m_instructor_profile .j_image_show_item {
    width: 200px;
    height: 200px;
}.m_instructor_profile .a_exp_container {
    font-size: calc(17px * 1.05);
    padding: 25px 40px 25px 50px;
    margin-top: 20px;
}
}

@media (min-width: 992px) {.m_instructor_profile .j_learner_voices {
    grid-template-areas: 
            "photo info quote";
    grid-template-columns: auto 1fr 1fr;
    gap: 0 50px;
}.m_instructor_profile .j_image_show_item {
    transform: rotate(-3deg);
    height: 240px;
    width: 240px;
}.m_instructor_profile .j_learner_voices:hover .j_image_show_item {
    transform: rotate(0) scale(1.05);
}.m_instructor_profile .a_exp_container {
    margin-top: 0;
    padding: 30px;
    background: linear-gradient(135deg, rgba(rgb(81,114,179,0.5), 0.08), transparent);
    border-left: none;
    position: relative;
}.m_instructor_profile .a_exp_container::before {
    left: 0;
}.m_instructor_profile .a_exp_container::after {
    right: 0;
}.m_instructor_profile .a_exp_container:before {
    left: -25px;
    top: 0;
    content: "";
    background: linear-gradient(to bottom, rgb(81,114,179), transparent);
    height: 100%;
    position: absolute;
    width: 3px;
}
}

@media (max-width: 767px) {.m_instructor_profile {
    padding: 60px 0;
}.m_instructor_profile .j_learner_voices {
    padding: 30px 25px;
}.m_instructor_profile .j_image_show_item {
    height: 140px;
    width: 140px;
}.m_instructor_profile .name {
    font-size: 22px;
}.m_instructor_profile .j_learner_voices > div:nth-child(2) > div {
    font-size: calc(17px * 0.9);
}.m_instructor_profile .a_exp_container {
    padding: 15px 15px 15px 25px;
    font-size: calc(17px * 0.95);
    line-height: 1.6;
}
}