﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}a {
    color: inherit;
    text-decoration: none;
}.h_wrapper-container {
    min-height: 100%;
    height: 100%;
    flex-direction: column;
    display: flex;
}.container {
    width: 1129px;
    max-width: 100%;
    margin: auto;
}header,footer {
    width: 100%;
}.n_rating_stars {
    flex: 0 0 auto;
}.H_nav_pagewrap {
    flex: 1 0 auto;
}html,body {
    scroll-snap-type: none;
    auto
contain
touch-action: none;
    font-family: Arial, sans-serif;
    min-height: 100%;
    color: #000000;
    height: 100%;
    scroll-behavior: smooth;
}svg {
    width: 30px;
    height: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.O_future_members {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(165,190,190) 0%, rgb(102,125,125,0.5) 100%);
    padding: 5rem 0;
}.O_future_members::before {
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    content: '';
    opacity: 0.1;
    width: 100%;
    background: 
        linear-gradient(45deg, transparent 45%, rgb(134,158,158,0.5) 46%, rgb(134,158,158,0.5) 54%, transparent 55%),
        linear-gradient(135deg, transparent 45%, rgb(102,125,125,0.5) 46%, rgb(102,125,125,0.5) 54%, transparent 55%);
    background-size: 50px 50px;
    z-index: 1;
}.O_future_members::after {
    background-size: 180px 180px;
    height: 100%;
    content: '';
    z-index: 1;
    opacity: 0.4;
    width: 100%;
    top: 0;
    animation: pulseDots 10s infinite alternate;
    position: absolute;
    background-image: radial-gradient(circle at 50% 50%, rgb(134,158,158,0.5) 0%, transparent 2%),
        radial-gradient(circle at 20% 20%, rgb(134,158,158,0.5) 0%, transparent 2%),
        radial-gradient(circle at 30% 70%, rgb(134,158,158,0.5) 0%, transparent 2%),
        radial-gradient(circle at 70% 40%, rgb(134,158,158,0.5) 0%, transparent 2%),
        radial-gradient(circle at 80% 30%, rgb(134,158,158,0.5) 0%, transparent 2%),
        radial-gradient(circle at 90% 80%, rgb(134,158,158,0.5) 0%, transparent 2%),
        radial-gradient(circle at 10% 90%, rgb(134,158,158,0.5) 0%, transparent 2%),
        radial-gradient(circle at 60% 10%, rgb(134,158,158,0.5) 0%, transparent 2%),
        radial-gradient(circle at 40% 60%, rgb(134,158,158,0.5) 0%, transparent 2%),
        radial-gradient(circle at 95% 40%, rgb(134,158,158,0.5) 0%, transparent 2%);
    left: 0;
}.O_future_members .O_expert_learnings {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    padding: 0 2rem;
    position: relative;
}.O_future_members h3 {
    border-left: 4px solid rgb(134,158,158);
    text-align: left;
    box-shadow: -5px 0 15px rgb(134,158,158,0.5);
    font-weight: 700;
    position: relative;
    color: rgb(102,125,125);
    margin-bottom: 3rem;
    font-size: 35px;
    padding-left: 1.5rem;
}.O_future_members ul {
    padding: 0;
    display: grid;
    gap: 2rem;
    margin: 0;
    grid-template-columns: repeat(2, 1fr);
    list-style-type: none;
}.O_future_members li {
    border-radius: 14px;
    position: relative;
    overflow: hidden;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.15);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.05),
        0 5px 15px rgba(0, 0, 0, 0.03);
    display: flex;
    padding: 1.8rem;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}.O_future_members li::before {
    pointer-events: none;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, transparent 100%);
    top: 0;
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
}.O_future_members li::after {
    transition: width 0.4s ease, opacity 0.4s ease;
    position: absolute;
    content: '';
    width: 5px;
    opacity: 0.7;
    left: 0;
    height: 100%;
    background: rgb(134,158,158);
    top: 0;
}.O_future_members li:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 10px 20px rgba(0, 0, 0, 0.05),
        0 0 25px rgb(134,158,158,0.5);
    background-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-5px) scale(1.02);
}.O_future_members li:hover::after {
    opacity: 1;
    width: 8px;
}.O_future_members li svg {
    width: 40px;
    flex-shrink: 0;
    animation: pulseIcon 3s infinite alternate;
    fill: rgb(134,158,158);
    transition: all 0.4s ease;
    height: 40px;
    filter: drop-shadow(0 0 8px rgb(134,158,158,0.5));
    margin-right: 1.5rem;
}.O_future_members li:hover svg {
    animation-duration: 1.5s;
}.O_future_members li svg path {
    transition: all 0.4s ease;
}.O_future_members li:hover svg path {
    fill: rgb(134,158,158);
}.O_future_members li {
    font-size: 17px;
    line-height: 1.5;
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    font-weight: 400;
}.O_future_members li:nth-child(1)::after {
    animation-delay: 0s;
}.O_future_members li:nth-child(2)::after {
    animation-delay: 0.5s;
}.O_future_members li:nth-child(3)::after {
    animation-delay: 1s;
}.O_future_members li:nth-child(4)::after {
    animation-delay: 1.5s;
}.O_future_members li:nth-child(1) svg {
    animation-delay: 0s;
}.O_future_members li:nth-child(2) svg {
    animation-delay: 1s;
}.O_future_members li:nth-child(3) svg {
    animation-delay: 0.5s;
}.O_future_members li:nth-child(4) svg {
    animation-delay: 1.5s;
}

@keyframes pulseDots {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
}

@keyframes pulseIcon {
    0%, 100% {
        transform: scale(1);
        filter: drop-shadow(0 0 5px rgb(134,158,158,0.5));
    }
    50% {
        transform: scale(1.05);
        filter: drop-shadow(0 0 12px rgb(134,158,158));
    }
}

@keyframes glowLine {
    0%, 100% {
        box-shadow: 0 0 5px rgb(134,158,158,0.5);
    }
    50% {
        box-shadow: 0 0 15px rgb(134,158,158);
    }
}

@media (max-width: 991px) {.O_future_members {
    padding: 4rem 0;
}.O_future_members h3 {
    font-size: calc(35px * 0.9);
    padding-left: 1.2rem;
}.O_future_members li {
    padding: 1.5rem;
}.O_future_members li svg {
    height: 35px;
    margin-right: 1.2rem;
    width: 35px;
}
}

@media (max-width: 767px) {.O_future_members {
    padding: 3rem 0;
}.O_future_members ul {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.O_future_members h3 {
    text-align: center;
    border-left: none;
    padding-bottom: 1rem;
    padding-left: 0;
    margin-bottom: 2.5rem;
    font-size: calc(35px * 0.8);
    box-shadow: 0 5px 15px rgb(134,158,158,0.5);
    border-bottom: 4px solid rgb(134,158,158);
}.O_future_members li {
    padding: 1.2rem;
}.O_future_members li svg {
    height: 30px;
    width: 30px;
    margin-right: 1rem;
}}.r_join_now {
    overflow: hidden;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
    margin: 5rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(102,125,125,0.5), rgb(134,158,158,0.5) 60%, rgba(0, 0, 0, 0.5) 100%);
    padding: 4rem 0;
    z-index: 1;
}.r_join_now::before {
    top: 0;
    left: 0;
    content: "";
    right: 0;
    bottom: 0;
    z-index: -1;
    background: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 2px,
        transparent 2px,
        transparent 8px
    );
    position: absolute;
}.r_join_now::after {
    height: 100%;
    filter: blur(50px);
    right: -10%;
    z-index: -1;
    opacity: 0.4;
    transform: translateY(-10%) scale(1.5);
    background: radial-gradient(
        circle at center,
        rgb(134,158,158,0.5) 0%,
        transparent 70%
    );
    top: 0;
    width: 50%;
    position: absolute;
    content: "";
}.r_join_now .container {
    z-index: 2;
    padding: 0 2rem;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.r_join_now h2 {
    font-weight: 700;
    margin-right: auto;
    position: relative;
    margin-left: auto;
    padding: 0.5rem 0;
    max-width: 85%;
    font-size: 30px;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    color: #000000;
    margin-bottom: 2.5rem;
    transform: perspective(1000px) rotateX(2deg);
    line-height: 1.4;
}.r_join_now h2::after {
    position: absolute;
    height: 3px;
    content: "";
    left: 50%;
    transform-origin: center;
    transform: translateX(-50%) scaleX(0);
    animation: underlineExpand 1.2s ease-out forwards 0.3s;
    background: rgb(134,158,158);
    bottom: -0.75rem;
    width: 80px;
}.r_join_now .O_expert_learnings {
    padding: 1.5rem;
    transform: translateY(0) scale(1);
    position: relative;
    margin: 0 auto;
    justify-content: center;
    backdrop-filter: blur(10px);
    display: flex;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 
                0 3px 10px rgba(0, 0, 0, 0.05),
                inset 0 0 0 1px rgba(255, 255, 255, 0.8);
    align-items: center;
    max-width: 80%;
    background: rgba(255, 255, 255, 0.85);
    gap: 2.5rem;
}.r_join_now .O_expert_learnings:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                0 5px 15px rgba(0, 0, 0, 0.08),
                inset 0 0 0 1px rgba(255, 255, 255, 0.9);
}.r_join_now svg {
    width: 56px;
    flex-shrink: 0;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
    height: 56px;
    transform: rotate(-5deg);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.r_join_now .O_expert_learnings:hover svg {
    transform: rotate(5deg) scale(1.1);
}.r_join_now svg path {
    transition: fill 0.3s ease;
    fill: rgb(134,158,158);
}.r_join_now .O_expert_learnings:hover svg path {
    fill: rgb(102,125,125);
}.r_join_now .m_message_inquiry {
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    display: inline-block;
    font-weight: 600;
    min-width: 200px;
    padding: 1rem 2.5rem;
    color: #ffffff;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    text-align: center;
    overflow: hidden;
    transform: translateZ(0);
    font-size: 18px;
    background: linear-gradient(135deg, rgb(134,158,158), rgb(102,125,125));
    text-decoration: none;
}.r_join_now .m_message_inquiry::before {
    height: 100%;
    content: "";
    transform: translateX(-100%);
    width: 100%;
    top: 0;
    left: 0;
    transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}.r_join_now .m_message_inquiry:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px) translateZ(0);
}.r_join_now .m_message_inquiry:hover::before {
    transform: translateX(100%);
}.r_join_now .m_message_inquiry:active {
    transform: translateY(1px) translateZ(0);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

@keyframes underlineExpand {
    0% {
        transform: translateX(-50%) scaleX(0);
    }
    100% {
        transform: translateX(-50%) scaleX(1);
    }
}

@media (max-width: 992px) {.r_join_now {
    padding: 3.5rem 0;
}.r_join_now h2 {
    max-width: 95%;
    font-size: calc(30px * 0.9);
}.r_join_now .O_expert_learnings {
    padding: 1.25rem;
    max-width: 90%;
}
}

@media (max-width: 768px) {.r_join_now {
    padding: 3rem 0;
}.r_join_now h2 {
    transform: perspective(1000px) rotateX(1deg);
    font-size: calc(30px * 0.8);
}.r_join_now .O_expert_learnings {
    flex-direction: column;
    gap: 1.5rem;
    max-width: 100%;
}.r_join_now svg {
    width: 48px;
    height: 48px;
}.r_join_now .m_message_inquiry {
    padding: 0.9rem 2rem;
    width: 100%;
}
}

@media (max-width: 576px) {.r_join_now {
    padding: 2.5rem 0;
    margin: 3rem 0;
}.r_join_now h2 {
    transform: none;
    margin-bottom: 2rem;
    font-size: calc(30px * 0.7);
}.r_join_now .O_expert_learnings {
    padding: 1rem;
}.r_join_now svg {
    height: 40px;
    width: 40px;
}.r_join_now .m_message_inquiry {
    min-width: auto;
    font-size: calc(18px * 0.9);
    padding: 0.8rem 1.5rem;
}
}

@media (max-width: 480px) {.r_join_now h2 {
    font-size: calc(30px * 0.6);
}
}

@media (hover: none) {.r_join_now .O_expert_learnings {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 
                    0 3px 10px rgba(0, 0, 0, 0.05);
    transform: none !important;
}.r_join_now svg {
    transform: none !important;
}.r_join_now .m_message_inquiry:hover {
    transform: none;
}
}

@container (max-width: 500px) {.r_join_now .container {
    padding: 0 1rem;
}}header {
    overflow: visible;
    width: 100%;
    position: relative;
    z-index: 99;
    background: #ffffff;
}header::before {
    position: absolute;
    left: 0;
    background: linear-gradient(to right, rgb(134,158,158), rgb(102,125,125));
    width: 100%;
    content: "";
    height: 5px;
    top: 0;
}header .k_head_guide {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    padding: 25px 30px;
}header .k_head_guide::after {
    left: 0;
    width: 100%;
    position: absolute;
    bottom: 0;
    content: "";
    background-color: rgb(165,190,190);
    height: 1px;
}header .k_head_guide .w_top_teach {
    position: relative;
    z-index: 2;
}header .k_head_guide .w_top_teach .y_nav_master {
    position: relative;
    display: block;
    overflow: hidden;
}header .k_head_guide .w_top_teach .y_nav_master svg {
    height: 40px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: auto;
}header .k_head_guide .w_top_teach .y_nav_master:hover svg {
    transform: scale(1.08);
}header .k_head_guide .I_nav_skill {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}header .k_head_guide .I_nav_skill .k_nav_mainwrap {
    position: relative;
    margin: 0 15px;
}header .k_head_guide .I_nav_skill .k_nav_mainwrap:last-child {
    margin-right: 0;
}header .k_head_guide .I_nav_skill .k_nav_mainwrap a {
    font-family: Arial, sans-serif;
    text-decoration: none;
    position: relative;
    display: block;
    overflow: hidden;
    letter-spacing: 0.5px;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    padding: 8px 0;
    transition: color 0.3s ease, letter-spacing 0.3s ease;
}header .k_head_guide .I_nav_skill .k_nav_mainwrap a:hover {
    color: rgb(134,158,158);
    letter-spacing: 1px;
}header .k_head_guide .I_nav_skill .k_nav_mainwrap a::before,
header .k_head_guide .I_nav_skill .k_nav_mainwrap a::after {
    content: "";
    width: 100%;
    background-color: rgb(134,158,158);
    left: 0;
    transform-origin: right center;
    bottom: 0;
    position: absolute;
    height: 1px;
}header .k_head_guide .I_nav_skill .k_nav_mainwrap a::before {
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(0);
}header .k_head_guide .I_nav_skill .k_nav_mainwrap a::after {
    transform-origin: left center;
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    background-color: rgb(102,125,125);
    transform: scaleX(0);
}header .k_head_guide .I_nav_skill .k_nav_mainwrap a:hover::before {
    transform: scaleX(1);
    transform-origin: left center;
}header .k_head_guide .I_nav_skill .k_nav_mainwrap a:hover::after {
    transform: scaleX(1);
    transform-origin: right center;
}header .k_head_guide .I_nav_skill .k_nav_mainwrap a::after {
    bottom: -2px;
    height: 3px;
    opacity: 0.3;
}header .k_head_guide .I_nav_skill .k_nav_mainwrap:hover {
    animation: subtle-float 2s infinite alternate ease-in-out;
}

@keyframes subtle-float {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-4px);
    }
}

@media (max-width: 992px) {header .k_head_guide {
    flex-direction: column;
    padding: 20px 15px;
}header .k_head_guide .w_top_teach {
    margin-bottom: 20px;
}header .k_head_guide .I_nav_skill {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}header .k_head_guide .I_nav_skill .k_nav_mainwrap {
    margin: 5px 12px;
}header .k_head_guide .I_nav_skill .k_nav_mainwrap a {
    padding: 5px 0;
    font-size: calc(16px - 1px);
}
    
    @keyframes subtle-float {
        0% {
            transform: translateY(0);
        }
        100% {
            transform: translateY(-2px);
        }
    }
}

@media (max-width: 767px) {header .k_head_guide {
    padding: 15px 10px;
}header .k_head_guide .w_top_teach {
    margin-bottom: 15px;
}header .k_head_guide .w_top_teach .y_nav_master svg {
    height: 35px;
}header .k_head_guide .I_nav_skill {
    gap: 5px;
}header .k_head_guide .I_nav_skill .k_nav_mainwrap {
    margin: 2px 10px;
}}footer {
    width: 100%;
    position: relative;
}.n_rating_stars {
    color: #000000;
    background-color: #ffffff;
    padding: 70px 0 30px;
    font-family: Arial, sans-serif;
    position: relative;
}.n_rating_stars::before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    position: absolute;
    background: linear-gradient(90deg, rgb(134,158,158), rgb(102,125,125));
}footer .V_subscr_info {
    gap: 60px;
    display: grid;
}footer .u_message_us {
    justify-content: space-between;
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    flex-wrap: wrap;
    padding-bottom: 40px;
}footer .info_item {
    position: relative;
    margin-bottom: 15px;
    margin-right: 30px;
}footer .info_item:last-child {
    margin-right: 0;
}footer .info_item svg {
    width: 18px;
    top: 3px;
    fill: rgb(134,158,158);
    margin-right: 10px;
    height: 18px;
    position: relative;
}footer .info_item p,
footer .info_item a {
    letter-spacing: 0.3px;
    text-decoration: none;
    color: #000000;
    transition: color 0.2s ease;
    font-size: 15px;
}footer .info_item a:hover {
    color: rgb(134,158,158);
}footer .text_main_holder {
    grid-template-columns: 1fr;
    gap: 40px;
    display: grid;
}footer .w_top_teach {
    margin-bottom: 15px;
}footer .w_top_teach svg {
    margin-bottom: 20px;
    width: auto;
    height: 40px;
}footer .y_gdpr_block {
    color: #000000;
    font-size: 13px;
    max-width: 350px;
    line-height: 1.6;
}footer .I_nav_skill h5 {
    position: relative;
    font-size: 23px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 25px;
}footer .I_nav_skill h5::after {
    width: 30px;
    position: absolute;
    left: 0;
    background-color: rgb(134,158,158);
    bottom: -8px;
    content: "";
    height: 2px;
}footer .L_head_mainbar {
    margin-bottom: 30px;
}footer .L_head_mainbar a {
    color: #000000;
    display: block;
    text-decoration: none;
    transition: transform 0.2s ease, color 0.2s ease;
    margin-bottom: 12px;
    font-size: 15px;
}footer .L_head_mainbar a:hover {
    color: rgb(134,158,158);
    transform: translateX(5px);
}footer .subscribe_holder {
    padding: 30px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.02);
}footer .subscribe_holder h5 {
    margin-bottom: 15px;
    color: #000000;
    font-size: 23px;
    font-weight: 600;
}footer .subscribe_holder p {
    color: #000000;
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 1.6;
}footer .input_holder {
    display: flex;
    gap: 10px;
    flex-direction: column;
}footer .input_holder input[type="email"] {
    font-size: 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 14px 16px;
    transition: border-color 0.3s ease;
    border-radius: 10px;
    background-color: #ffffff;
    color: #000000;
}footer .input_holder input[type="email"]:focus {
    border-color: rgb(134,158,158);
    outline: none;
}footer .M_sub_tutorial {
    font-weight: 600;
    cursor: pointer;
    background-color: rgb(134,158,158);
    text-align: center;
    color: #ffffff;
    border: none;
    border-radius: 10px;
    padding: 14px 20px;
    font-size: 19px;
    transition: background-color 0.3s ease;
}footer .M_sub_tutorial:hover {
    background-color: rgb(102,125,125);
}footer .t_collab_net {
    margin-top: 50px;
}footer .e_student_aid {
    text-align: center;
    color: #000000;
    font-size: 13px;
}

@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .M_sub_tutorial {
    white-space: nowrap;
}
}

@media (max-width: 767px) {footer .n_rating_stars {
    padding: 50px 0 30px;
}footer .u_message_us {
    flex-direction: column;
    gap: 15px;
}footer .info_item {
    margin-bottom: 20px;
    margin-right: 0;
}footer .subscribe_holder {
    padding: 20px;
}footer .t_collab_net {
    margin-top: 30px;
}
}

@media (max-width: 576px) {footer .n_rating_stars {
    padding: 40px 0 20px;
}footer .V_subscr_info {
    gap: 40px;
}footer .I_nav_skill h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
}}.u_educational_rewards {
    background: linear-gradient(135deg, rgb(165,190,190) 0%, #ffffff 100%);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.u_educational_rewards::before {
    pointer-events: none;
    position: absolute;
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(102,125,125,0.5) 0px,
        rgb(102,125,125,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    opacity: 0.05;
    left: 0;
    z-index: 1;
    content: "";
    height: 100%;
    top: 0;
}.u_educational_rewards::after {
    position: absolute;
    opacity: 0.08;
    height: 200%;
    z-index: 0;
    top: -50%;
    background: linear-gradient(45deg, rgb(134,158,158,0.5) 0%, transparent 70%);
    right: -20%;
    content: "";
    width: 70%;
    transform: rotate(25deg);
}.u_educational_rewards h5 {
    margin-bottom: 60px;
    text-align: center;
    font-size: 18px;
    position: relative;
    z-index: 2;
    transform: perspective(1000px) translateZ(20px);
    font-weight: 700;
    color: #000000;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.u_educational_rewards h5::after {
    bottom: -15px;
    content: "";
    height: 3px;
    transform: translateX(-50%);
    width: 80px;
    background: rgb(134,158,158);
    position: absolute;
    left: 50%;
    transition: width 0.5s ease;
}.u_educational_rewards h5:hover {
    transform: perspective(1000px) translateZ(30px);
}.u_educational_rewards h5:hover::after {
    width: 120px;
}.u_educational_rewards .container {
    padding: 0 15px;
    z-index: 2;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.u_educational_rewards .O_expert_learnings {
    transform: perspective(1000px) rotateX(2deg);
    background: #ffffff;
    display: flex;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 4px;
    flex-direction: column;
    overflow: hidden;
}.u_educational_rewards .O_expert_learnings:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
}.u_educational_rewards .q_shot {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    width: 100%;
    transform-origin: center;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    object-fit: cover;
    height: 300px;
}.u_educational_rewards .O_expert_learnings:hover .q_shot {
    transform: scale(1.05);
}.u_educational_rewards .q_text_row {
    padding: 40px 30px;
    position: relative;
    background: linear-gradient(180deg, #ffffff 0%, rgba(250, 250, 250, 1) 100%);
}.u_educational_rewards .q_text_row::before {
    top: 0;
    background: rgb(134,158,158);
    width: 4px;
    height: 0;
    transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    left: 0;
    content: "";
}.u_educational_rewards .O_expert_learnings:hover .q_text_row::before {
    height: 100%;
}.u_educational_rewards ul {
    margin: 0;
    padding: 0;
    gap: 24px;
    list-style: none;
    grid-template-columns: 1fr;
    display: grid;
}.u_educational_rewards li {
    transform-origin: left center;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    padding-left: 40px;
}.u_educational_rewards li:hover {
    transform: translateX(10px);
}.u_educational_rewards li:nth-child(1) {
    animation: fadeInUp 0.6s 0.1s both;
}.u_educational_rewards li:nth-child(2) {
    animation: fadeInUp 0.6s 0.2s both;
}.u_educational_rewards li:nth-child(3) {
    animation: fadeInUp 0.6s 0.3s both;
}.u_educational_rewards li:nth-child(4) {
    animation: fadeInUp 0.6s 0.4s both;
}.u_educational_rewards li:nth-child(5) {
    animation: fadeInUp 0.6s 0.5s both;
}.u_educational_rewards li p {
    font-size: 12px;
    margin: 0;
    color: #000000;
    position: relative;
    line-height: 1.6;
}.u_educational_rewards li svg {
    height: 28px;
    width: 28px;
    left: -40px;
    transition: transform 0.3s ease;
    top: 0;
    position: absolute;
}.u_educational_rewards li:hover svg {
    transform: rotate(10deg) scale(1.1);
}.u_educational_rewards li svg path {
    fill: rgb(134,158,158);
    transition: fill 0.3s ease;
}.u_educational_rewards li:hover svg path {
    fill: rgb(102,125,125);
}.u_educational_rewards li::after {
    content: "";
    transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    left: 40px;
    height: 1px;
    bottom: -12px;
    width: 0;
    background: linear-gradient(to right, rgb(134,158,158,0.5), transparent);
}.u_educational_rewards li:hover::after {
    width: 70%;
}

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

@media (min-width: 768px) {.u_educational_rewards .O_expert_learnings {
    flex-direction: row;
    align-items: stretch;
}.u_educational_rewards .O_expert_learnings > div:first-child {
    width: 40%;
    flex-shrink: 0;
}.u_educational_rewards .q_text_row {
    width: 60%;
    padding: 50px 40px;
}.u_educational_rewards ul {
    grid-template-columns: repeat(2, 1fr);
}.u_educational_rewards .q_shot {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    height: 100%;
}
}

@media (min-width: 992px) {.u_educational_rewards {
    padding: 150px 0;
}.u_educational_rewards h5 {
    margin-bottom: 80px;
    font-size: calc(18px * 1.1);
}.u_educational_rewards .O_expert_learnings {
    transform: perspective(1200px) rotateX(2deg) rotateY(-1deg);
}.u_educational_rewards .O_expert_learnings:hover {
    transform: perspective(1200px) rotateX(0deg) rotateY(0deg) translateY(-10px);
}.u_educational_rewards .q_text_row {
    padding: 60px 50px;
}.u_educational_rewards li {
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), 
                   box-shadow 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}.u_educational_rewards li:hover {
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.05);
    transform: translateX(15px) translateZ(10px);
}.u_educational_rewards li p {
    font-size: calc(12px * 1.05);
}
}

@media (max-width: 767px) {.u_educational_rewards {
    padding: 80px 0;
}.u_educational_rewards h5 {
    margin-bottom: 40px;
    font-size: calc(18px * 0.9);
    padding: 0 20px;
}.u_educational_rewards .q_text_row {
    padding: 30px 20px;
}.u_educational_rewards li {
    padding-left: 35px;
    margin-bottom: 15px;
}.u_educational_rewards li svg {
    width: 24px;
    height: 24px;
    left: -35px;
}.u_educational_rewards li p {
    font-size: calc(12px * 0.95);
}}.y_customer_comments {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(165,190,190) 0%, rgb(102,125,125,0.5) 100%);
    padding: 6rem 0;
}.y_customer_comments::before {
    height: 70%;
    transform: rotate(-15deg) skewX(15deg);
    content: "";
    width: 40%;
    top: -10%;
    opacity: 0.7;
    background: linear-gradient(225deg, rgb(134,158,158,0.5) 10%, transparent 70%);
    right: -5%;
    z-index: 1;
    position: absolute;
    pointer-events: none;
}.y_customer_comments::after {
    z-index: 1;
    width: 35%;
    bottom: -10%;
    background: linear-gradient(45deg, rgb(102,125,125,0.5) 20%, transparent 80%);
    opacity: 0.5;
    position: absolute;
    content: "";
    transform: rotate(10deg) skewX(-10deg);
    pointer-events: none;
    height: 60%;
    left: -5%;
}.y_customer_comments .container {
    perspective: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 0 2rem;
    z-index: 2;
    max-width: 1200px;
}.y_customer_comments h2 {
    transform: translateZ(30px);
    font-weight: 700;
    font-size: 37px;
    text-align: center;
    letter-spacing: 0.5px;
    position: relative;
    color: #000000;
    margin-bottom: 3.5rem;
}.y_customer_comments h2::after {
    content: "";
    bottom: -15px;
    position: absolute;
    transform: translateX(-50%);
    width: 80px;
    left: 50%;
    background: linear-gradient(90deg, rgb(134,158,158) 0%, rgb(102,125,125) 100%);
    height: 4px;
}.y_customer_comments .f_edu_stories {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
    list-style: none;
    perspective: 1000px;
    display: grid;
    gap: 2.5rem;
    margin: 0;
}.y_customer_comments .F_review_carousel {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    position: relative;
    z-index: 1;
    transform: translateZ(0);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    padding: 2rem;
}.y_customer_comments .F_review_carousel::before {
    left: 0;
    z-index: 2;
    background: linear-gradient(90deg, rgb(134,158,158) 0%, rgb(102,125,125) 100%);
    width: 100%;
    transform-origin: left;
    height: 5px;
    transform: scaleX(0);
    top: 0;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    content: "";
    position: absolute;
}.y_customer_comments .F_review_carousel:hover {
    transform: translateY(-10px) translateZ(30px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}.y_customer_comments .F_review_carousel:hover::before {
    transform: scaleX(1);
}.y_customer_comments .F_review_carousel > div {
    margin-bottom: 1.5rem;
    align-items: center;
    display: flex;
}.y_customer_comments .F_review_carousel img {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 60px;
    border: 3px solid #ffffff;
    margin-right: 1rem;
    height: 60px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    object-fit: cover;
}.y_customer_comments .F_review_carousel:hover img {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transform: scale(1.1);
}.y_customer_comments .F_review_carousel h4 {
    color: #000000;
    font-size: 21px;
    font-weight: 600;
    transition: transform 0.3s ease, color 0.3s ease;
    margin: 0;
}.y_customer_comments .F_review_carousel:hover h4 {
    color: rgb(134,158,158);
    transform: translateX(5px);
}.y_customer_comments .description {
    line-height: 1.6;
    margin: 0;
    color: #000000;
    font-size: 16px;
    position: relative;
    z-index: 2;
}.y_customer_comments .description::before {
    transition: transform 0.4s ease, opacity 0.4s ease;
    font-size: 80px;
    color: rgb(102,125,125,0.5);
    line-height: 1;
    left: -10px;
    z-index: -1;
    position: absolute;
    top: -35px;
    content: "";
    opacity: 0.3;
}.y_customer_comments .F_review_carousel:hover .description::before {
    opacity: 0.5;
    transform: scale(1.2) rotate(5deg);
}.y_customer_comments a {
    font-weight: 600;
    border-radius: 4px;
    background: linear-gradient(135deg, rgb(134,158,158) 0%, rgb(102,125,125) 100%);
    position: relative;
    font-size: 20px;
    overflow: hidden;
    margin-top: 2.5rem;
    text-decoration: none;
    display: table;
    margin-left: auto;
    z-index: 2;
    padding: 0.8rem 2rem;
    text-align: center;
    display: inline-block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    color: #ffffff;
    margin-right: auto;
}.y_customer_comments a::before {
    position: absolute;
    top: 0;
    transition: left 0.6s ease;
    z-index: -1;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.2) 50%, transparent 100%);
    height: 100%;
    left: -100%;
    width: 100%;
    content: "";
}.y_customer_comments a:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.y_customer_comments a:hover::before {
    left: 100%;
}

@media (max-width: 1024px) {.y_customer_comments {
    padding: 5rem 0;
}.y_customer_comments .f_edu_stories {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.y_customer_comments h2 {
    margin-bottom: 3rem;
    font-size: calc(37px * 0.9);
}
}

@media (max-width: 768px) {.y_customer_comments {
    padding: 4rem 0;
}.y_customer_comments .container {
    padding: 0 1.5rem;
}.y_customer_comments .f_edu_stories {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1.8rem;
}.y_customer_comments h2 {
    font-size: calc(37px * 0.85);
    margin-bottom: 2.5rem;
}.y_customer_comments .F_review_carousel {
    padding: 1.8rem;
}
}

@media (max-width: 576px) {.y_customer_comments {
    padding: 3.5rem 0;
}.y_customer_comments .container {
    padding: 0 1rem;
}.y_customer_comments .f_edu_stories {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.y_customer_comments h2 {
    font-size: calc(37px * 0.8);
    margin-bottom: 2rem;
}.y_customer_comments .F_review_carousel img {
    width: 50px;
    height: 50px;
}.y_customer_comments .F_review_carousel {
    padding: 1.5rem;
}.y_customer_comments .description::before {
    font-size: 60px;
    top: -25px;
}
}

@media (prefers-reduced-motion: reduce) {.y_customer_comments .F_review_carousel,
    .y_customer_comments .F_review_carousel::before,
    .y_customer_comments .F_review_carousel img,
    .y_customer_comments .F_review_carousel h4,
    .y_customer_comments .description::before,
    .y_customer_comments a,
    .y_customer_comments a::before {
    transition: none;
}}.v_connect_with_us {
    overflow: hidden;
    background: rgb(165,190,190);
    position: relative;
    padding: 100px 0;
}.v_connect_with_us::before {
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(134,158,158,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(102,125,125,0.5) 0%, transparent 30%);
    position: absolute;
    z-index: 1;
    background: rgb(165,190,190);
}.v_connect_with_us::after {
    background-size: 30px 30px, 30px 30px, 100% 100%, 100% 100%;
    width: 100%;
    z-index: 1;
    height: 100%;
    left: 0;
    animation: backgroundMove 30s infinite linear;
    content: "";
    top: 0;
    background-position: 0 0, 0 0, 0 0, 0 0;
    opacity: 0.2;
    background-image: 
        repeating-linear-gradient(45deg, rgb(134,158,158,0.5) 0, rgb(134,158,158,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(-45deg, rgb(102,125,125,0.5) 0, rgb(102,125,125,0.5) 1px, transparent 1px, transparent 20px),
        linear-gradient(90deg, rgb(134,158,158,0.5), transparent 70%),
        linear-gradient(180deg, rgb(102,125,125,0.5), transparent 70%);
    position: absolute;
}@keyframes backgroundMove {
    0% {
        background-position: 0 0, 0 0, 0 0, 0 0;
    }
    100% {
        background-position: 60px 60px, 60px 60px, 0 0, 0 0;
    }
}

.v_connect_with_us .container {
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 30px;
}.v_connect_with_us h2 {
    letter-spacing: 2px;
    color: #000000;
    font-size: 40px;
    position: relative;
    margin-bottom: 50px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}.v_connect_with_us h2::before {
    height: 2px;
    box-shadow: 
        0 0 5px rgb(134,158,158),
        0 0 10px rgb(134,158,158),
        0 0 15px rgb(134,158,158);
    bottom: -15px;
    content: "";
    position: absolute;
    left: calc(50% - 50px);
    width: 100px;
    background: rgb(134,158,158);
}.v_connect_with_us .R_reach_request {
    display: flex;
    position: relative;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgb(134,158,158,0.5);
    border-radius: 12px;
    overflow: hidden;
}.v_connect_with_us .R_reach_request::before {
    opacity: 0.2;
    content: "";
    inset: 0;
    border-radius: 12px;
    position: absolute;
    pointer-events: none;
    border: 1px solid rgb(134,158,158);
    z-index: 3;
}.v_connect_with_us .q_shot {
    min-height: 550px;
    position: relative;
    flex: 0 0 45%;
    overflow: hidden;
}.v_connect_with_us .q_shot::before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    inset: 0;
}.v_connect_with_us .q_shot::after {
    z-index: 2;
    background: 
        linear-gradient(135deg, transparent 0%, rgb(134,158,158,0.5) 100%);
    content: "";
    position: absolute;
    opacity: 0.7;
    inset: 0;
}.v_connect_with_us .C_message_box {
    background: #ffffff;
    padding: 60px;
    flex: 0 0 55%;
    position: relative;
}.v_connect_with_us .C_message_box::before {
    top: -100px;
    z-index: 0;
    opacity: 0.3;
    background: rgb(134,158,158,0.5);
    width: 200px;
    filter: blur(100px);
    position: absolute;
    right: -100px;
    content: "";
    height: 200px;
}.v_connect_with_us .C_message_box::after {
    background: rgb(102,125,125,0.5);
    content: "";
    z-index: 0;
    position: absolute;
    bottom: -75px;
    opacity: 0.3;
    left: -75px;
    width: 150px;
    height: 150px;
    filter: blur(80px);
}.v_connect_with_us form {
    position: relative;
    z-index: 2;
}.v_connect_with_us form h3 {
    position: relative;
    font-weight: 700;
    font-size: 21px;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 40px;
}.v_connect_with_us form h3::after {
    height: 2px;
    position: absolute;
    width: 40px;
    box-shadow: 
        0 0 5px rgb(134,158,158,0.5),
        0 0 10px rgb(134,158,158,0.5);
    bottom: -15px;
    background: rgb(134,158,158);
    content: "";
    left: 0;
}.v_connect_with_us form input[type="text"] {
    background: rgb(165,190,190);
    border: 1px solid rgb(134,158,158,0.5);
    transition: all 0.3s ease;
    font-size: 12px;
    padding: 18px 25px;
    margin-bottom: 25px;
    color: #000000;
    width: 100%;
    border-radius: 8px;
}.v_connect_with_us form input[type="text"]:focus {
    box-shadow: 
        0 0 0 1px rgb(134,158,158),
        0 0 5px rgb(134,158,158,0.5);
    border-color: rgb(134,158,158);
    outline: none;
}.v_connect_with_us form input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.7;
}.v_connect_with_us .T_help_section {
    position: relative;
    margin-bottom: 35px;
}.v_connect_with_us .T_help_section input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.v_connect_with_us .T_help_section label {
    padding-left: 35px;
    line-height: 1.5;
    cursor: pointer;
    position: relative;
    color: #000000;
    font-size: 13px;
}.v_connect_with_us .T_help_section label::before {
    position: absolute;
    content: "";
    background: rgb(165,190,190);
    top: 0;
    transition: all 0.3s ease;
    left: 0;
    width: 22px;
    height: 22px;
    border-radius: 4px;
    border: 1px solid rgb(134,158,158,0.5);
}.v_connect_with_us .T_help_section input[type="checkbox"]:checked + label::before {
    box-shadow: 0 0 5px rgb(134,158,158,0.5);
    background: rgb(134,158,158);
    border-color: rgb(134,158,158);
}.v_connect_with_us .T_help_section input[type="checkbox"]:checked + label::after {
    left: 8px;
    top: 4px;
    position: absolute;
    content: "";
    transform: rotate(45deg);
    height: 12px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    width: 6px;
}.v_connect_with_us .T_help_section label a {
    transition: all 0.3s ease;
    font-weight: 600;
    color: rgb(134,158,158);
    text-decoration: none;
    position: relative;
}.v_connect_with_us .T_help_section label a::after {
    position: absolute;
    transform-origin: right;
    background: rgb(134,158,158);
    content: "";
    transform: scaleX(0);
    left: 0;
    height: 1px;
    transition: transform 0.3s ease;
    bottom: -1px;
    width: 100%;
}.v_connect_with_us .T_help_section label a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}.v_connect_with_us .m_message_inquiry {
    box-shadow: 
        0 5px 15px rgb(134,158,158,0.5),
        0 0 0 1px rgb(134,158,158);
    font-size: 14px;
    position: relative;
    cursor: pointer;
    font-weight: 700;
    transition: all 0.3s ease;
    border-radius: 8px;
    color: #ffffff;
    overflow: hidden;
    background: rgb(134,158,158);
    text-transform: uppercase;
    width: 100%;
    padding: 18px 30px;
    border: none;
    letter-spacing: 1px;
}.v_connect_with_us .m_message_inquiry::before {
    transform: scaleX(0);
    left: 0;
    width: 100%;
    top: 0;
    position: absolute;
    transition: transform 0.5s ease;
    content: "";
    transform-origin: right;
    height: 100%;
    z-index: -1;
    background: rgb(102,125,125);
}.v_connect_with_us .m_message_inquiry:hover {
    box-shadow: 
        0 5px 20px rgb(102,125,125,0.5),
        0 0 0 1px rgb(102,125,125);
}.v_connect_with_us .m_message_inquiry:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}.v_connect_with_us svg {
    transition: all 0.3s ease;
    width: 22px;
    fill: rgb(134,158,158);
    filter: drop-shadow(0 0 2px rgb(134,158,158,0.5));
    height: 22px;
}.v_connect_with_us svg path {
    transition: all 0.3s ease;
    fill: rgb(134,158,158);
}.v_connect_with_us svg:hover,
.v_connect_with_us svg:hover path {
    fill: rgb(102,125,125);
    filter: drop-shadow(0 0 3px rgb(102,125,125,0.5));
    transform: translateY(-2px);
}

@media (max-width: 1024px) {.v_connect_with_us {
    padding: 80px 0;
}.v_connect_with_us .q_shot {
    min-height: 500px;
}.v_connect_with_us .C_message_box {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.v_connect_with_us {
    padding: 60px 0;
}.v_connect_with_us h2 {
    margin-bottom: 40px;
    font-size: calc(40px * 0.8);
}.v_connect_with_us .R_reach_request {
    flex-direction: column;
}.v_connect_with_us .q_shot {
    width: 100%;
    min-height: 300px;
}.v_connect_with_us .C_message_box {
    padding: 40px 30px;
    width: 100%;
}.v_connect_with_us form h3 {
    margin-bottom: 30px;
}.v_connect_with_us form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.v_connect_with_us .T_help_section {
    margin-bottom: 25px;
}.v_connect_with_us .m_message_inquiry {
    padding: 15px 25px;
}
}

@media (max-width: 480px) {.v_connect_with_us {
    padding: 50px 0;
}.v_connect_with_us h2 {
    margin-bottom: 30px;
    font-size: calc(40px * 0.7);
}.v_connect_with_us .q_shot {
    min-height: 200px;
}.v_connect_with_us .C_message_box {
    padding: 30px 20px;
}.v_connect_with_us form h3 {
    margin-bottom: 25px;
    font-size: calc(21px * 0.9);
}.v_connect_with_us form input[type="text"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.v_connect_with_us .T_help_section {
    margin-bottom: 20px;
}.v_connect_with_us .T_help_section label {
    font-size: calc(13px * 0.9);
}.v_connect_with_us .m_message_inquiry {
    padding: 12px 20px;
}}.B_follow {
    font-family: Arial, sans-serif;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgb(165,190,190) 100%);
    overflow: hidden;
    position: relative;
    padding: 5rem 2rem;
}.B_follow::before {
    height: 1px;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(134,158,158), transparent);
    content: "";
    box-shadow: 0 0 15px 2px rgb(134,158,158);
    top: 0;
    right: 0;
    animation: scanLine 4s infinite linear;
    left: 0;
}.B_follow::after {
    filter: blur(30px);
    width: 100%;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(134,158,158,0.5) 0%, transparent 20%),
        radial-gradient(circle at 80% 70%, rgb(102,125,125,0.5) 0%, transparent 20%);
    content: "";
    position: absolute;
    left: 0;
    z-index: 0;
    height: 100%;
}.B_follow .O_expert_learnings {
    max-width: 1200px;
    z-index: 1;
    perspective: 1000px;
    margin: 0 auto;
    position: relative;
}.B_follow .z_inquiry_message {
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, 0.5);
    max-width: 600px;
    margin: 0 auto;
    transform: rotateY(-5deg);
    transition: transform 0.5s ease;
    width: 90%;
    position: relative;
    padding: 3rem;
    transform-style: preserve-3d;
    border-radius: 18px;
}.B_follow .z_inquiry_message:hover {
    transform: rotateY(0deg);
}.B_follow .z_inquiry_message::before,
.B_follow .z_inquiry_message::after {
    inset: 0;
    z-index: -1;
    position: absolute;
    border-radius: 18px;
    content: "";
}.B_follow .z_inquiry_message::before {
    background: linear-gradient(45deg, rgb(134,158,158), transparent 60%);
    filter: blur(20px);
    opacity: 0.5;
    animation: glowPulse 3s infinite alternate;
}.B_follow .z_inquiry_message::after {
    box-shadow: 0 0 20px rgb(134,158,158,0.5);
    border: 1px solid rgb(134,158,158);
    animation: borderFlash 4s infinite alternate;
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 70%, 
        85% 100%, 
        0% 100%
    );
}.B_follow h3 {
    text-shadow: 0 0 10px rgb(134,158,158), 0 0 20px rgb(134,158,158,0.5);
    color: #ffffff;
    font-size: 32px;
    display: inline-block;
    position: relative;
    margin-bottom: 2.5rem;
    font-weight: 700;
}.B_follow h3::after {
    content: "";
    width: 100%;
    left: 0;
    height: 2px;
    animation: widthPulse 3s infinite alternate;
    bottom: -10px;
    position: absolute;
    background: linear-gradient(90deg, rgb(134,158,158), transparent);
}.B_follow .input_holder {
    gap: 1.5rem;
    width: 100%;
    display: grid;
}.B_follow input[type="email"] {
    border-radius: 10px;
    color: #ffffff;
    width: 100%;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.05);
    padding: 1.2rem 1.5rem;
    font-size: 18px;
    transition: all 0.3s ease;
    border: 1px solid rgb(102,125,125,0.5);
}.B_follow input[type="email"]:focus {
    border-color: rgb(134,158,158);
    outline: none;
    box-shadow: 0 0 15px rgb(134,158,158,0.5);
}.B_follow input[type="email"]::placeholder {
    color: #ffffff;
    opacity: 0.6;
}.B_follow .M_sub_tutorial {
    text-shadow: 0 0 10px rgb(134,158,158);
    box-shadow: 0 0 15px rgb(134,158,158,0.5);
    color: #ffffff;
    overflow: hidden;
    border-radius: 10px;
    background: transparent;
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 20px;
    position: relative;
    border: 1px solid rgb(134,158,158);
}.B_follow .M_sub_tutorial::before {
    inset: 0;
    z-index: -1;
    content: "";
    transition: opacity 0.3s ease;
    position: absolute;
    opacity: 0;
    background: linear-gradient(45deg, rgb(134,158,158), rgb(102,125,125));
}.B_follow .M_sub_tutorial:hover {
    box-shadow: 0 0 20px rgb(134,158,158);
    transform: translateY(-5px);
}.B_follow .M_sub_tutorial:hover::before {
    opacity: 1;
}

@keyframes scanLine {
    0% {
        transform: translateY(-100vh);
    }
    100% {
        transform: translateY(100vh);
    }
}

@keyframes glowPulse {
    0% {
        opacity: 0.3;
        filter: blur(20px);
    }
    100% {
        opacity: 0.7;
        filter: blur(15px);
    }
}

@keyframes borderFlash {
    0%, 90% {
        border-color: rgb(134,158,158);
        box-shadow: 0 0 20px rgb(134,158,158,0.5);
    }
    91%, 100% {
        border-color: rgb(102,125,125);
        box-shadow: 0 0 25px rgb(102,125,125);
    }
}

@keyframes widthPulse {
    0% {
        width: 30%;
    }
    100% {
        width: 100%;
    }
}

@media (min-width: 768px) {.B_follow {
    padding: 7rem 3rem;
}.B_follow .z_inquiry_message {
    padding: 4rem;
    width: 80%;
}.B_follow .input_holder {
    grid-template-columns: 2fr 1fr;
}
}

@media (max-width: 767px) {.B_follow {
    padding: 4rem 1.5rem;
}.B_follow h3 {
    font-size: 23px;
}.B_follow .z_inquiry_message {
    padding: 2rem;
    width: 100%;
    transform: rotateY(0deg);
}.B_follow .input_holder {
    grid-template-columns: 1fr;
}.B_follow .M_sub_tutorial {
    width: 100%;
}}.X_price_palette {
    overflow: hidden;
    padding: 4rem 0;
    color: #ffffff;
    position: relative;
}.X_price_palette::before {
    content: "";
    top: 0;
    right: 0;
    background: linear-gradient(135deg, rgba(34, 30, 80, 0.95), rgba(19, 31, 60, 0.85));
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
}.X_price_palette .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding: 0 1.5rem;
    max-width: 1200px;
}.X_price_palette .v_deal_board {
    position: relative;
}.X_price_palette h2 {
    background-clip: text !important;
    transform: translateY(10px);
    margin-bottom: 1.5rem;
    -webkit-background-clip: text !important;
    font-size: 36px;
    background: linear-gradient(90deg, rgb(134,158,158), rgb(102,125,125));
    animation: fadeIn 0.8s ease-out forwards;
    font-weight: 700;
    text-align: center;
    color: transparent;
}.X_price_palette .Q_deal_opts {
    margin: 0 auto 3rem;
    transform: translateY(15px);
    max-width: 800px;
    text-align: center;
    opacity: 0;
    color: #ffffff;
    font-size: calc(12px * 1.1);
    line-height: 1.6;
    animation: fadeIn 0.8s ease-out 0.2s forwards;
    padding: 0 1rem;
    position: relative;
}.X_price_palette .W_plan_fee {
    perspective: 1000px;
    list-style: none;
    gap: 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    padding: 0;
    margin: 0;
}.X_price_palette .W_plan_fee li {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease-out forwards;
}.X_price_palette .W_plan_fee li:nth-child(1) {
    animation-delay: 0.2s;
}.X_price_palette .W_plan_fee li:nth-child(2) {
    animation-delay: 0.3s;
}.X_price_palette .W_plan_fee li:nth-child(3) {
    animation-delay: 0.4s;
}.X_price_palette .W_plan_fee li:nth-child(4) {
    animation-delay: 0.5s;
}.X_price_palette .h_premium_cost {
    height: 100%;
    display: block;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.X_price_palette .h_premium_cost:hover {
    transform: translateY(-12px) scale(1.02);
}.X_price_palette .d_rate_list {
    background: linear-gradient(140deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.05) 100%);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2), 0 1px 3px rgba(0, 0, 0, 0.1);
    position: relative;
    -webkit-backdrop-filter: blur(10px);
    height: 100%;
    display: flex;
    transition: all 0.4s ease;
    backdrop-filter: blur(10px);
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    flex-direction: column;
}.X_price_palette .d_rate_list::before {
    background: linear-gradient(90deg, rgb(134,158,158), rgb(102,125,125));
    top: 0;
    transform-origin: left;
    transform: scaleX(0);
    width: 100%;
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    content: "";
    left: 0;
    height: 5px;
}.X_price_palette .h_premium_cost:hover .d_rate_list::before {
    transform: scaleX(1);
}.X_price_palette .D_fee_structure {
    display: flex;
    height: 100%;
    padding: 2.5rem 2rem;
    flex-direction: column;
    color: #ffffff;
}.X_price_palette .D_fee_structure h4 {
    margin-top: 0;
    position: relative;
    font-size: calc(20px * 1.2);
    padding-bottom: 0.75rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 1.5rem;
}.X_price_palette .D_fee_structure h4::after {
    height: 2px;
    content: "";
    width: 50px;
    left: 0;
    bottom: 0;
    position: absolute;
    background: rgb(102,125,125);
}.X_price_palette .D_fee_structure p {
    overflow-wrap: break-word;
    word-wrap: break-word;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
    word-break: break-word;
    font-size: 12px;
    hyphens: auto;
    margin-bottom: 2rem;
    flex-grow: 1;
}.X_price_palette .L_promo_rates {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    font-weight: 700;
    border-radius: 10px;
    font-size: calc(12px * 1.3);
    padding: 0.75rem 1.5rem;
    display: inline-flex;
    justify-content: center;
    background: linear-gradient(120deg, rgb(134,158,158), rgb(102,125,125));
    margin-top: auto;
    align-items: center;
    align-self: flex-start;
}.X_price_palette .h_premium_cost:hover .L_promo_rates {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    transform: translateY(-5px);
}

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

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


@media (max-width: 1200px) {.X_price_palette .W_plan_fee {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.X_price_palette .D_fee_structure {
    padding: 2rem 1.5rem;
}
}

@media (max-width: 991px) {.X_price_palette {
    padding: 3.5rem 0;
}.X_price_palette h2 {
    font-size: calc(36px * 0.9);
}.X_price_palette .Q_deal_opts {
    margin-bottom: 2.5rem;
    font-size: 12px;
}
}

@media (max-width: 768px) {.X_price_palette {
    padding: 3rem 0;
}.X_price_palette h2 {
    font-size: calc(36px * 0.85);
}.X_price_palette .W_plan_fee {
    margin: 0 auto;
    max-width: 480px;
    grid-template-columns: 1fr;
}.X_price_palette .D_fee_structure h4 {
    font-size: 20px;
}.X_price_palette .L_promo_rates {
    padding: 0.6rem 1.2rem;
    font-size: calc(12px * 1.2);
}
}

@media (max-width: 480px) {.X_price_palette {
    padding: 2.5rem 0;
}.X_price_palette h2 {
    font-size: calc(36px * 0.8);
}.X_price_palette .Q_deal_opts {
    margin-bottom: 2rem;
    font-size: calc(12px * 0.95);
}.X_price_palette .D_fee_structure {
    padding: 1.75rem 1.25rem;
}.X_price_palette .D_fee_structure p {
    margin-bottom: 1.5rem;
    font-size: calc(12px * 0.95);
}}.W_secure_zone {
    overflow: hidden;
    background-color: rgb(102,125,125,0.5);
    font-family: Arial, sans-serif;
    padding: 40px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    color: #000000;
    width: 100%;
    height: 100%;
}.W_secure_zone h1 {
    margin-top: 40px;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 2px solid rgb(134,158,158,0.5);
    font-size: 44px;
    margin-bottom: 30px;
    color: rgb(134,158,158);
}.W_secure_zone h2 {
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 29px;
    color: rgb(102,125,125);
}.W_secure_zone h3, .W_secure_zone h4, .W_secure_zone h5, .W_secure_zone h6 {
    color: rgb(134,158,158);
    margin-top: 25px;
    font-weight: 400;
    margin-bottom: 15px;
    font-size: 23px;
}.W_secure_zone ul, .W_secure_zone ol {
    list-style-position: inside;
    padding: 15px 0;
    font-size: 14px;
    line-height: 1.6;
    padding-left: 20px;
}.W_secure_zone li {
    padding-left: 5px;
    border-left: 3px solid rgb(134,158,158);
    margin-bottom: 12px;
}.W_secure_zone section {
    border-radius: 10px;
    padding: 20px;
    background: rgb(165,190,190);
}.W_secure_zone p, .W_secure_zone span, .W_secure_zone div {
    font-size: 14px;
    line-height: 1.8;
    color: #000000;
    margin-bottom: 15px;
}

@media only screen and (max-width: 800px) {.W_secure_zone {
    padding: 20px;
}.W_secure_zone h1 {
    font-size: calc(23px - 10px);
}.W_secure_zone h2 {
    font-size: calc(23px - 8px);
}.W_secure_zone h3, .W_secure_zone h4, .W_secure_zone h5, .W_secure_zone h6 {
    font-size: calc(23px - 6px);
}.W_secure_zone ul, .W_secure_zone ol {
    padding-left: 10px;
}}

.W_secure_zone a {
    text-decoration: none;
    color: rgb(134,158,158);
    border-bottom: 1px solid rgb(134,158,158,0.5);
    transition: color 0.3s ease, border-bottom-color 0.3s ease;
}.W_secure_zone a:hover {
    color: rgb(102,125,125);
    border-bottom-color: rgb(102,125,125,0.5);
}.n_teaching_experience {
    padding: 120px 0;
    overflow: hidden;
    background: rgb(165,190,190);
    position: relative;
}.n_teaching_experience::before {
    z-index: 1;
    top: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(134,158,158,0.5) 0,
        rgb(134,158,158,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    opacity: 0.05;
    content: "";
}.n_teaching_experience .container {
    padding: 0 30px;
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}.n_teaching_experience .F_review_carousel {
    background: #ffffff;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 10px 20px rgba(0, 0, 0, 0.05);
    display: grid;
    max-width: 1000px;
    grid-template-columns: 350px 1fr;
    overflow: hidden;
    margin: 0 auto;
    gap: 50px;
    position: relative;
    border-radius: 21px;
}.n_teaching_experience .q_shot {
    height: 100%;
    border-radius: 0;
    min-height: 400px;
    width: 100%;
    overflow: hidden;
    position: relative;
}.n_teaching_experience .q_shot::before {
    height: 50%;
    bottom: 0;
    content: "";
    z-index: 1;
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
    left: 0;
    width: 100%;
}.n_teaching_experience .q_shot::after {
    width: 100%;
    background: rgb(134,158,158);
    transition: opacity 0.4s ease;
    opacity: 0.15;
    left: 0;
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
}.n_teaching_experience .q_shot:hover::after {
    opacity: 0;
}.n_teaching_experience .name {
    position: absolute;
    left: 30px;
    font-weight: 700;
    margin: 0;
    transition: transform 0.3s ease;
    bottom: 60px;
    padding-bottom: 0;
    color: #ffffff;
    font-size: 20px;
    z-index: 2;
    font-family: Arial, sans-serif;
}.n_teaching_experience .F_review_carousel span:not(.name) {
    font-family: Arial, sans-serif;
    font-weight: 400;
    margin: 0;
    opacity: 0.85;
    transition: transform 0.3s ease;
    bottom: 30px;
    position: absolute;
    z-index: 2;
    font-size: 18px;
    color: #ffffff;
    left: 30px;
}.n_teaching_experience .q_shot:hover ~ .name,
.n_teaching_experience .q_shot:hover ~ span:not(.name) {
    transform: translateX(5px);
}.n_teaching_experience .p_employee_section {
    position: relative;
    display: flex;
    font-family: Arial, sans-serif;
    margin: 0;
    font-size: 18px;
    color: #000000;
    padding: 50px 40px;
    font-weight: 400;
    flex-direction: column;
    line-height: 1.8;
    justify-content: center;
}.n_teaching_experience .p_employee_section::before {
    height: 30px;
    opacity: 0.2;
    top: 40px;
    background: linear-gradient(to right bottom, 
        rgb(134,158,158) 0%, 
        rgb(134,158,158) 50%, 
        transparent 50%, 
        transparent 100%);
    width: 40px;
    position: absolute;
    left: 40px;
    content: "";
}.n_teaching_experience .p_employee_section::after {
    bottom: 40px;
    content: "";
    right: 40px;
    background: linear-gradient(to left top, 
        rgb(102,125,125) 0%, 
        rgb(102,125,125) 50%, 
        transparent 50%, 
        transparent 100%);
    position: absolute;
    opacity: 0.2;
    height: 30px;
    width: 40px;
}

@media (max-width: 992px) {.n_teaching_experience {
    padding: 100px 0;
}.n_teaching_experience .F_review_carousel {
    grid-template-columns: 300px 1fr;
    gap: 40px;
}.n_teaching_experience .q_shot {
    min-height: 350px;
}.n_teaching_experience .p_employee_section {
    padding: 40px 30px;
}.n_teaching_experience .p_employee_section::before {
    top: 30px;
    left: 30px;
    height: 24px;
    width: 30px;
}.n_teaching_experience .p_employee_section::after {
    width: 30px;
    bottom: 30px;
    right: 30px;
    height: 24px;
}
}

@media (max-width: 768px) {.n_teaching_experience {
    padding: 80px 0;
}.n_teaching_experience .container {
    padding: 0 20px;
}.n_teaching_experience .F_review_carousel {
    grid-template-columns: 1fr;
    gap: 0;
}.n_teaching_experience .q_shot {
    min-height: 300px;
    height: 300px;
}.n_teaching_experience .p_employee_section {
    padding: 35px 25px;
}.n_teaching_experience .name {
    font-size: calc(20px * 0.9);
    bottom: 50px;
    left: 25px;
}.n_teaching_experience .F_review_carousel span:not(.name) {
    bottom: 25px;
    left: 25px;
    font-size: calc(18px * 0.95);
}.n_teaching_experience .p_employee_section::before {
    height: 20px;
    width: 24px;
    top: 25px;
    left: 25px;
}.n_teaching_experience .p_employee_section::after {
    right: 25px;
    bottom: 25px;
    height: 20px;
    width: 24px;
}
}

@media (max-width: 480px) {.n_teaching_experience {
    padding: 60px 0;
}.n_teaching_experience .q_shot {
    height: 250px;
    min-height: 250px;
}.n_teaching_experience .p_employee_section {
    padding: 30px 20px;
    font-size: calc(18px * 0.9);
}.n_teaching_experience .name {
    left: 20px;
    font-size: calc(20px * 0.85);
    bottom: 45px;
}.n_teaching_experience .F_review_carousel span:not(.name) {
    bottom: 20px;
    left: 20px;
    font-size: calc(18px * 0.9);
}.n_teaching_experience .p_employee_section::before,
    .n_teaching_experience .p_employee_section::after {
    height: 16px;
    width: 20px;
}}.L_help_desk_info {
    padding: 80px 0;
    background: rgb(165,190,190);
    overflow: hidden;
    position: relative;
}.L_help_desk_info::before {
    background: rgb(134,158,158,0.5);
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    height: 100%;
    width: 40%;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
}.L_help_desk_info .container {
    z-index: 2;
    position: relative;
}.L_help_desk_info .U_quick_support {
    position: relative;
    padding: 50px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    border-radius: 11px;
    transition: transform 0.3s ease;
}.L_help_desk_info .U_quick_support::after {
    position: absolute;
    content: '';
    border-top-left-radius: 11px;
    left: 0;
    top: 0;
    background: rgb(134,158,158);
    width: 5px;
    height: 100px;
}.L_help_desk_info .U_quick_support h2 {
    position: relative;
    color: #000000;
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 36px;
}.L_help_desk_info .U_quick_support p {
    display: flex;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 25px;
    align-items: center;
    font-size: 17px;
}.L_help_desk_info .U_quick_support p svg {
    height: 18px;
    fill: rgb(134,158,158);
    width: 18px;
    margin-right: 10px;
}.L_help_desk_info .U_quick_support p svg path {
    fill: rgb(134,158,158);
}.L_help_desk_info .r_contact_links {
    margin-top: 35px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}.L_help_desk_info .W_learn_chat {
    position: relative;
    width: 55px;
    justify-content: center;
    height: 55px;
    background: rgb(165,190,190);
    border-radius: 50%;
    display: flex;
    transition: all 0.3s ease;
    text-decoration: none;
    align-items: center;
}.L_help_desk_info .W_learn_chat::before {
    content: '';
    height: 100%;
    opacity: 0;
    transition: all 0.3s ease;
    border-radius: 50%;
    left: 0;
    transform: scale(0.8);
    background: rgb(134,158,158);
    position: absolute;
    z-index: 0;
    width: 100%;
    top: 0;
}.L_help_desk_info .W_learn_chat:hover::before {
    opacity: 1;
    transform: scale(1);
}.L_help_desk_info .W_learn_chat svg {
    transition: all 0.3s ease;
    width: 22px;
    fill: rgb(134,158,158);
    z-index: 1;
    height: 22px;
    position: relative;
}.L_help_desk_info .W_learn_chat svg path {
    transition: all 0.3s ease;
    fill: rgb(134,158,158);
}.L_help_desk_info .W_learn_chat:hover svg {
    fill: #ffffff;
}.L_help_desk_info .W_learn_chat:hover svg path {
    fill: #ffffff;
}

@media (max-width: 1024px) {.L_help_desk_info {
    padding: 60px 0;
}.L_help_desk_info .U_quick_support {
    padding: 40px 30px;
}.L_help_desk_info .U_quick_support h2 {
    font-size: calc(36px - 2px);
}
}

@media (max-width: 768px) {.L_help_desk_info {
    padding: 50px 0;
}.L_help_desk_info::before {
    width: 50%;
}.L_help_desk_info .U_quick_support {
    padding: 35px 25px;
}.L_help_desk_info .U_quick_support h2 {
    font-size: calc(36px - 4px);
}.L_help_desk_info .r_contact_links {
    justify-content: center;
}
}

@media (max-width: 480px) {.L_help_desk_info {
    padding: 40px 0;
}.L_help_desk_info::before {
    width: 70%;
}.L_help_desk_info .U_quick_support {
    padding: 30px 20px;
}.L_help_desk_info .U_quick_support h2 {
    font-size: calc(36px - 5px);
}.L_help_desk_info .U_quick_support p {
    font-size: calc(17px - 1px);
}.L_help_desk_info .W_learn_chat {
    width: 50px;
    height: 50px;
}.L_help_desk_info .W_learn_chat svg {
    height: 20px;
    width: 20px;
}}.N_our_background {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.N_our_background::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    bottom: 0;
    background: linear-gradient(135deg, rgb(134,158,158,0.5), rgb(102,125,125,0.5));
    right: 0;
    z-index: 1;
}.N_our_background::after {
    animation: float 15s infinite ease-in-out;
    transform: rotate(-15deg);
    background: rgb(102,125,125);
    z-index: 2;
    right: -20%;
    width: 80%;
    height: 200%;
    position: absolute;
    opacity: 0.08;
    content: "";
    top: -50%;
}.N_our_background .container {
    transform-style: preserve-3d;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 5;
    perspective: 1000px;
    max-width: 1200px;
}.N_our_background .q_text_row {
    box-shadow: 0 20px 60px rgba(0,0,0,0.1), 0 10px 30px rgba(0,0,0,0.08);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: translateZ(20px) rotateX(2deg);
    background: linear-gradient(145deg, rgba(255,255,255,0.9), rgba(255,255,255,0.85));
    position: relative;
    padding: 60px 50px;
    backdrop-filter: blur(10px);
    transform-origin: top center;
}.N_our_background .q_text_row:hover {
    transform: translateZ(40px) rotateX(0deg);
}.N_our_background .q_text_row::before {
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgb(134,158,158), rgb(102,125,125));
    width: 8px;
    transform: translateX(-4px);
}.N_our_background h1 {
    letter-spacing: -0.03em;
    margin-bottom: 40px;
    position: relative;
    transition: transform 0.4s ease;
    color: #000000;
    font-size: 38px;
    font-weight: 700;
    transform: translateX(0);
}.N_our_background h1::after {
    bottom: -12px;
    width: 70px;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(134,158,158), rgb(102,125,125));
    height: 4px;
    transition: width 0.4s ease;
    content: "";
}.N_our_background .q_text_row:hover h1 {
    transform: translateX(10px);
}.N_our_background .q_text_row:hover h1::after {
    width: 100px;
}.N_our_background ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.N_our_background ul li {
    animation-delay: 0.3s;
    opacity: 0;
    transform: translateZ(10px);
    margin-bottom: 20px;
    animation: fade-in 0.8s forwards;
    position: relative;
}.N_our_background ul li:first-child {
    animation-delay: 0.1s;
}.N_our_background ul li h4 {
    position: relative;
    font-weight: 600;
    padding-left: 0;
    transition: all 0.3s ease;
    margin-bottom: 15px;
    color: rgb(134,158,158);
    display: inline-block;
    transform-origin: left center;
    font-size: calc(18px + 2px);
}.N_our_background ul li h4::before {
    content: "";
    background: rgb(102,125,125);
    bottom: -5px;
    left: 0;
    position: absolute;
    width: 0;
    height: 2px;
    transition: width 0.3s ease-out;
}.N_our_background ul li:hover h4::before {
    width: 100%;
}.N_our_background ul li span {
    display: block;
    margin-bottom: 10px;
    column-count: 1;
    transition: transform 0.4s ease;
    font-size: 13px;
    color: #000000;
    transform: translateY(0);
    letter-spacing: 0.02em;
    line-height: 1.7;
    text-align: justify;
    position: relative;
}

@media (min-width: 992px) {.N_our_background ul li span {
    column-gap: 40px;
    column-count: 2;
}}

.N_our_background ul li:hover span {
    transform: translateY(-5px);
}

@keyframes fade-in {
    0% {
        opacity: 0;
        transform: translateY(20px) translateZ(10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateZ(10px);
    }
}

@keyframes float {
    0%, 100% {
        transform: rotate(-15deg) translateY(0);
    }
    50% {
        transform: rotate(-15deg) translateY(-30px);
    }
}

@media (max-width: 991px) {.N_our_background {
    padding: 80px 0;
}.N_our_background .q_text_row {
    transform: translateZ(10px) rotateX(1deg);
    padding: 40px 30px;
}.N_our_background h1 {
    font-size: calc(30px + 2px);
    margin-bottom: 30px;
}.N_our_background ul li h4 {
    font-size: 18px;
}
}

@media (max-width: 767px) {.N_our_background {
    padding: 60px 0;
}.N_our_background .q_text_row {
    transform: none;
    padding: 30px 25px;
}.N_our_background h1 {
    margin-bottom: 25px;
    font-size: 30px;
}.N_our_background h1::after {
    width: 50px;
    height: 3px;
}.N_our_background ul li span {
    line-height: 1.6;
    font-size: calc(13px - 1px);
}.N_our_background::after {
    width: 100%;
    top: -30%;
}
}

@media (max-width: 575px) {.N_our_background {
    padding: 50px 0;
}.N_our_background .q_text_row {
    padding: 25px 20px;
}.N_our_background .q_text_row::before {
    width: 5px;
    transform: translateX(-3px);
}.N_our_background h1 {
    margin-bottom: 20px;
    font-size: calc(30px - 2px);
}.N_our_background ul li {
    margin-bottom: 15px;
}.N_our_background ul li h4 {
    font-size: calc(18px - 1px);
    margin-bottom: 10px;
}}.o_homepage {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #000000;
}.o_homepage::before {
    z-index: 1;
    height: 100%;
    width: 100%;
    opacity: 0.1;
    left: 0;
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(134,158,158,0.5) 0,
        rgb(134,158,158,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    position: absolute;
    content: "";
}.o_homepage .O_expert_learnings {
    display: grid;
    height: 75vh;
    z-index: 2;
    grid-template-columns: 2fr 1fr;
    position: relative;
    width: 100%;
}.o_homepage .o_course_intro {
    height: 75vh;
    position: relative;
    overflow: hidden;
    width: 100%;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 14px 0;
}.o_homepage .o_course_intro input {
    display: none;
}.o_homepage .T_edu_page {
    width: 500%;
    display: flex;
    height: 100%;
    transition: transform 0.7s cubic-bezier(0.5, 0, 0.2, 1);
}.o_homepage .L_quick_edu {
    overflow: hidden;
    height: 100%;
    width: 20%;
    position: relative;
}.o_homepage .L_quick_edu img {
    width: 100%;
    height: 100%;
    transition: transform 1.2s ease-out, filter 0.7s ease;
    filter: contrast(1.05) brightness(0.9);
    transform: scale(1.1);
    object-fit: cover;
}.o_homepage .m_study_master {
    padding: 15px 20px;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    border-radius: 0 14px 0 0;
    z-index: 10;
    bottom: 0;
    left: 0;
}.o_homepage .m_study_master label {
    position: relative;
    width: 12px;
    background: transparent;
    border: 2px solid rgb(102,125,125,0.5);
    transition: all 0.3s ease-out;
    height: 12px;
    cursor: pointer;
    border-radius: 50%;
    margin: 0 6px;
}.o_homepage .m_study_master label::after {
    position: absolute;
    inset: 2px;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    content: "";
    transform: scale(0);
    border-radius: 50%;
    background: rgb(102,125,125);
}.o_homepage .m_study_master label:hover::after {
    transform: scale(0.5);
}.o_homepage .q_text_row {
    flex-direction: column;
    padding: 0 2rem 0 3rem;
    overflow: hidden;
    display: flex;
    background: rgb(134,158,158);
    position: relative;
    justify-content: center;
}.o_homepage .q_text_row::before {
    background: 
        linear-gradient(135deg, rgb(134,158,158,0.5) 0%, transparent 100%),
        radial-gradient(circle at 90% 90%, rgb(102,125,125,0.5) 0%, transparent 50%);
    opacity: 0.15;
    left: 0;
    position: absolute;
    width: 100%;
    content: "";
    z-index: 0;
    top: 0;
    height: 100%;
}.o_homepage .q_text_row .container {
    position: relative;
    z-index: 1;
    max-width: 100%;
}.o_homepage .q_text_row h1 {
    margin-bottom: 1.5rem;
    color: #ffffff;
    position: relative;
    font-weight: 700;
    font-size: 42px;
    display: inline-block;
}.o_homepage .q_text_row h1::after {
    left: 0;
    bottom: -8px;
    position: absolute;
    background: rgb(102,125,125);
    height: 3px;
    content: "";
    width: 40%;
}.o_homepage .q_text_row h3 {
    opacity: 0.9;
    font-size: 21px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 2rem;
}.o_homepage .q_text_row p {
    opacity: 0.8;
    font-weight: 400;
    max-width: 100%;
    color: #ffffff;
    line-height: 1.7;
    margin-bottom: 1rem;
    font-size: 12px;
}.o_homepage input:nth-of-type(1):checked ~ .T_edu_page {
    transform: translateX(0);
}.o_homepage input:nth-of-type(2):checked ~ .T_edu_page {
    transform: translateX(-20%);
}.o_homepage input:nth-of-type(3):checked ~ .T_edu_page {
    transform: translateX(-40%);
}.o_homepage input:nth-of-type(4):checked ~ .T_edu_page {
    transform: translateX(-60%);
}.o_homepage input:nth-of-type(5):checked ~ .T_edu_page {
    transform: translateX(-80%);
}.o_homepage input:nth-of-type(6):checked ~ .T_edu_page {
    transform: translateX(-100%);
}.o_homepage input:nth-of-type(7):checked ~ .T_edu_page {
    transform: translateX(-120%);
}.o_homepage input:nth-of-type(8):checked ~ .T_edu_page {
    transform: translateX(-140%);
}.o_homepage input:nth-of-type(9):checked ~ .T_edu_page {
    transform: translateX(-160%);
}.o_homepage input:nth-of-type(10):checked ~ .T_edu_page {
    transform: translateX(-180%);
}.o_homepage input:nth-of-type(1):checked ~ .m_study_master label:nth-child(1)::after,
.o_homepage input:nth-of-type(2):checked ~ .m_study_master label:nth-child(2)::after,
.o_homepage input:nth-of-type(3):checked ~ .m_study_master label:nth-child(3)::after,
.o_homepage input:nth-of-type(4):checked ~ .m_study_master label:nth-child(4)::after,
.o_homepage input:nth-of-type(5):checked ~ .m_study_master label:nth-child(5)::after,
.o_homepage input:nth-of-type(6):checked ~ .m_study_master label:nth-child(6)::after,
.o_homepage input:nth-of-type(7):checked ~ .m_study_master label:nth-child(7)::after,
.o_homepage input:nth-of-type(8):checked ~ .m_study_master label:nth-child(8)::after,
.o_homepage input:nth-of-type(9):checked ~ .m_study_master label:nth-child(9)::after,
.o_homepage input:nth-of-type(10):checked ~ .m_study_master label:nth-child(10)::after {
    transform: scale(1);
}.o_homepage input:nth-of-type(1):checked ~ .m_study_master label:nth-child(1),
.o_homepage input:nth-of-type(2):checked ~ .m_study_master label:nth-child(2),
.o_homepage input:nth-of-type(3):checked ~ .m_study_master label:nth-child(3),
.o_homepage input:nth-of-type(4):checked ~ .m_study_master label:nth-child(4),
.o_homepage input:nth-of-type(5):checked ~ .m_study_master label:nth-child(5),
.o_homepage input:nth-of-type(6):checked ~ .m_study_master label:nth-child(6),
.o_homepage input:nth-of-type(7):checked ~ .m_study_master label:nth-child(7),
.o_homepage input:nth-of-type(8):checked ~ .m_study_master label:nth-child(8),
.o_homepage input:nth-of-type(9):checked ~ .m_study_master label:nth-child(9),
.o_homepage input:nth-of-type(10):checked ~ .m_study_master label:nth-child(10) {
    transform: scale(1.1);
    border-color: rgb(102,125,125);
}.o_homepage input:checked ~ .T_edu_page .L_quick_edu img {
    transform: scale(1);
    filter: contrast(1.1) brightness(1);
}

@media (max-width: 1199px) {.o_homepage .q_text_row {
    padding: 0 1.5rem 0 2.5rem;
}
}

@media (max-width: 991px) {.o_homepage .O_expert_learnings {
    grid-template-columns: 1.5fr 1fr;
}.o_homepage .q_text_row {
    padding: 0 1.2rem 0 2rem;
}.o_homepage .q_text_row h1 {
    font-size: calc(42px * 0.9);
}.o_homepage .q_text_row h3 {
    font-size: calc(21px * 0.9);
    margin-bottom: 1.5rem;
}.o_homepage .q_text_row p {
    font-size: calc(12px * 0.95);
}
}

@media (max-width: 767px) {.o_homepage .O_expert_learnings {
    min-height: 80vh;
    grid-template-columns: 1fr;
    height: auto;
    grid-template-rows: 1fr auto;
}.o_homepage .o_course_intro {
    height: 50vh;
    border-radius: 0;
}.o_homepage .q_text_row {
    padding: 2.5rem 2rem;
}.o_homepage .q_text_row h1 {
    font-size: calc(42px * 0.85);
}.o_homepage .q_text_row h3 {
    margin-bottom: 1.2rem;
    font-size: calc(21px * 0.85);
}.o_homepage .m_study_master {
    border-radius: 0;
}
}

@media (max-width: 575px) {.o_homepage .o_course_intro {
    height: 45vh;
}.o_homepage .q_text_row {
    padding: 2rem 1.5rem;
}.o_homepage .q_text_row h1 {
    margin-bottom: 1.2rem;
    font-size: calc(42px * 0.8);
}.o_homepage .q_text_row h3 {
    font-size: calc(22px * 1.1);
    margin-bottom: 1rem;
}.o_homepage .q_text_row p {
    font-size: calc(12px * 0.9);
    line-height: 1.5;
    margin-bottom: 0.8rem;
}.o_homepage .m_study_master {
    padding: 12px 15px;
}.o_homepage .m_study_master label {
    height: 10px;
    width: 10px;
    margin: 0 5px;
}
}

@media (max-width: 480px) {.o_homepage .o_course_intro {
    height: 40vh;
}
}

@media (max-width: 400px) {.o_homepage .o_course_intro {
    height: 35vh;
}
}

@media (orientation: landscape) and (max-height: 600px) and (min-width: 768px) {.o_homepage .O_expert_learnings {
    height: 85vh;
}.o_homepage .o_course_intro {
    height: 85vh;
}}.Y_appBox {
    position: relative;
    padding: 120px 0 100px;
    background: linear-gradient(135deg, rgb(165,190,190) 0%, rgba(245, 247, 250, 0.95) 100%);
    overflow: hidden;
}.Y_appBox::before {
    opacity: 0.4;
    right: -50px;
    height: 300px;
    position: absolute;
    width: 300px;
    filter: blur(80px);
    background: linear-gradient(45deg, rgb(102,125,125,0.5) 0%, rgb(134,158,158,0.5) 100%);
    z-index: 1;
    animation: float 15s ease-in-out infinite;
    top: -50px;
    content: "";
}.Y_appBox::after {
    position: absolute;
    animation: float 18s ease-in-out infinite reverse;
    background: linear-gradient(225deg, rgb(134,158,158,0.5) 0%, rgb(102,125,125,0.5) 80%);
    opacity: 0.3;
    bottom: -30px;
    z-index: 1;
    content: "";
    left: -30px;
    height: 250px;
    filter: blur(60px);
    width: 250px;
}.Y_appBox .container {
    position: relative;
    z-index: 5;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
}.Y_appBox h2 {
    position: relative;
    opacity: 0;
    font-family: Arial, sans-serif;
    transform: translateY(20px);
    font-size: 29px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 40px;
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}.Y_appBox h2::after {
    height: 3px;
    transform-origin: left center;
    content: "";
    transform: scaleX(0);
    animation: expandLine 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.4s;
    width: 80px;
    background: linear-gradient(90deg, rgb(134,158,158) 0%, rgb(102,125,125) 100%);
    position: absolute;
    left: 0;
    bottom: -12px;
}.Y_appBox .O_expert_learnings {
    background: #ffffff;
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.3s;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.07), 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 50px;
    transform: translateY(30px);
    overflow: hidden;
    position: relative;
    opacity: 0;
    border-radius: 20px;
}.Y_appBox .O_expert_learnings::before {
    transform-origin: top center;
    transform: scaleY(0);
    top: 0;
    position: absolute;
    width: 6px;
    content: "";
    animation: expandHeight 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.6s;
    height: 100%;
    background: linear-gradient(to bottom, rgb(102,125,125), rgb(134,158,158));
    left: 0;
}.Y_appBox ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.Y_appBox li {
    padding-left: 25px;
    position: relative;
}.Y_appBox li::before {
    height: 10px;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    animation: popIn 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 1s;
    width: 10px;
    left: 0;
    background: linear-gradient(135deg, rgb(134,158,158) 0%, rgb(102,125,125) 100%);
    transform: scale(0);
    content: "";
}.Y_appBox span {
    display: block;
    line-height: 1.7;
    transform: translateY(15px);
    font-size: calc(12px * 1.05);
    animation: fadeText 0.8s ease forwards 0.8s;
    color: #000000;
    opacity: 0;
    font-family: Arial, sans-serif;
}

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

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

@keyframes expandHeight {
    to {
        transform: scaleY(1);
    }
}

@keyframes popIn {
    0% {
        transform: scale(0);
    }
    70% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

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

@keyframes float {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(15px, -15px);
    }
    100% {
        transform: translate(0, 0);
    }
}

@media (max-width: 991px) {.Y_appBox {
    padding: 90px 0 70px;
}.Y_appBox h2 {
    margin-bottom: 35px;
    font-size: calc(29px * 0.9);
}.Y_appBox .O_expert_learnings {
    padding: 40px 35px;
}.Y_appBox h2::after {
    width: 70px;
}
}

@media (max-width: 767px) {.Y_appBox {
    padding: 70px 0 50px;
}.Y_appBox h2 {
    line-height: 1.4;
    margin-bottom: 30px;
    font-size: calc(29px * 0.8);
}.Y_appBox .O_expert_learnings {
    padding: 35px 25px;
}.Y_appBox span {
    line-height: 1.6;
    font-size: 12px;
}.Y_appBox h2::after {
    height: 2px;
    width: 60px;
}
}

@media (max-width: 575px) {.Y_appBox {
    padding: 60px 0 40px;
}.Y_appBox h2 {
    font-size: calc(29px * 0.7);
    margin-bottom: 25px;
}.Y_appBox .O_expert_learnings {
    padding: 30px 20px;
}.Y_appBox li {
    padding-left: 20px;
}.Y_appBox li::before {
    height: 8px;
    width: 8px;
    top: 9px;
}.Y_appBox h2::after {
    width: 50px;
}
}

@media (hover: hover) {.Y_appBox .O_expert_learnings:hover {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.06);
    transform: translateY(-5px);
}.Y_appBox .O_expert_learnings:hover::before {
    transition: background 0.5s ease;
    background: linear-gradient(to bottom, rgb(134,158,158), rgb(102,125,125));
}}.D_cookieUsageContainer {
    font-family: Arial, sans-serif;
    position: fixed;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    bottom: 0;
    background: rgb(102,125,125);
    z-index: 90;
    transition: transform 0.5s ease-in-out;
    transform: translateY(100%);
    padding: 20px 0;
    width: 100%;
    animation: slideUp 0.5s forwards;
    border-top: 3px solid rgb(102,125,125);
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
.N_manage_cookies {
    justify-content: space-between;
    gap: 20px;
    padding: 20px 5%;
    display: flex;
    align-items: center;
}.D_cookieUsageContainer h5 {
    text-transform: uppercase;
    font-size: 19px;
    letter-spacing: 1px;
    font-weight: 700;
    color: #ffffff;
}.D_cookieUsageContainer p {
    margin: 0;
    line-height: 1.5;
    color: #ffffff;
    font-size: 16px;
}.M_cookie_frame {
    align-items: center;
    filter: drop-shadow(0 0 10px rgb(134,158,158));
    flex-shrink: 0;
    margin-right: 15px;
    display: flex;
    justify-content: center;
}.M_cookie_frame svg {
    transition: transform 0.3s ease-in-out;
    fill: rgb(134,158,158);
    width: 80px;
    height: 80px;
}.M_cookie_frame:hover svg {
    transform: scale(1.1);
}.R_cookie_reset {
    min-width: 140px;
    font-size: 20px;
    margin-left: 10px;
    line-height: 40px;
    flex-shrink: 0;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    border-radius: 23px;
    cursor: pointer;
    color: #000000;
    padding: 10px 20px;
    box-shadow: 0 0 15px rgb(134,158,158);
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    background: linear-gradient(90deg, rgb(134,158,158), rgb(102,125,125));
}.R_cookie_reset:hover {
    box-shadow: 0 0 20px rgb(102,125,125);
}.cookie_button.p_online_cookies:hover {
    box-shadow: 0 0 15px rgb(102,125,125);
}.D_cookieUsageContainer p a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(134,158,158);
}.D_cookieUsageContainer p a:hover {
    color: rgb(102,125,125);
}#s_cookieModalMessage {
    display: none;
}#s_cookieModalMessage:checked ~ .D_cookieUsageContainer {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.D_cookieUsageContainer {
    padding: 15px 0;
}.N_manage_cookies {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.M_cookie_frame {
    display: none;
}.N_manage_cookies {
    align-items: center;
    text-align: center;
    flex-direction: column;
}.D_cookieUsageContainer h5 {
    font-size: 22px;
    margin-bottom: 5px;
}.j_user_alert {
    margin-bottom: 15px;
}.R_cookie_reset {
    margin: 10px 0;
    min-width: 100%;
}}
.m_course_features {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    background-color: rgb(165,190,190);
}.m_course_features::before {
    z-index: 2;
    content: "";
    background: linear-gradient(180deg, transparent 30%, #000000 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
}.m_course_features .s_lesson_plan {
    height: 100%;
    left: 0;
    z-index: 1;
    width: 100%;
    top: 0;
    position: absolute;
}.m_course_features .M_career_path {
    animation: carousel-slide 35s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    width: calc(100% * 5);
    height: 100%;
    display: flex;
}.m_course_features .s_lesson_plan:hover .M_career_path {
    animation-play-state: paused;
}.m_course_features .a_job_success {
    height: 100%;
    width: calc(100% / 5);
    position: relative;
}.m_course_features .a_job_success img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    filter: brightness(0.7);
}.m_course_features .container {
    z-index: 3;
    margin-top: auto;
    position: relative;
    padding-bottom: 80px;
}.m_course_features .O_expert_learnings {
    justify-content: center;
    display: flex;
}.m_course_features .A_education_flow {
    padding: 50px;
    border-top: 4px solid rgb(134,158,158);
    transform: translateY(30px);
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    position: relative;
    backdrop-filter: blur(8px);
    width: 100%;
    border-radius: 0;
    animation: float-up 1s forwards;
    max-width: 800px;
}.m_course_features .A_education_flow::before,
.m_course_features .A_education_flow::after {
    content: "";
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    background: rgb(134,158,158);
    opacity: 0.3;
}.m_course_features .A_education_flow::before {
    height: 300px;
    right: -150px;
    top: -150px;
    width: 300px;
}.m_course_features .A_education_flow::after {
    height: 200px;
    left: -100px;
    width: 200px;
    bottom: -100px;
}.m_course_features .A_education_flow h3 {
    position: relative;
    font-weight: 700;
    font-size: 46px;
    text-align: center;
    margin-bottom: 20px;
    color: #ffffff;
}.m_course_features .A_education_flow p {
    color: #ffffff;
    line-height: 1.7;
    text-align: center;
    opacity: 0.8;
    font-size: 13px;
    margin-bottom: 30px;
}.m_course_features .A_education_flow .m_message_inquiry {
    border-radius: 10px;
    transition: all 0.3s ease;
    padding: 15px 0;
    font-weight: 600;
    display: block;
    color: #ffffff;
    overflow: hidden;
    width: 200px;
    background: rgb(134,158,158);
    font-size: 16px;
    position: relative;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
}.m_course_features .A_education_flow .m_message_inquiry::before {
    transform: translateX(-100%);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    content: "";
    z-index: -1;
    background: rgb(102,125,125);
    top: 0;
    transition: transform 0.3s ease;
}.m_course_features .A_education_flow .m_message_inquiry:hover {
    color: #ffffff;
}.m_course_features .A_education_flow .m_message_inquiry:hover::before {
    transform: translateX(0);
}

@keyframes carousel-slide {
    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);
    }
}

@keyframes float-up {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 992px) {.m_course_features {
    min-height: 100vh;
}.m_course_features .container {
    padding-bottom: 60px;
}.m_course_features .A_education_flow {
    padding: 40px 30px;
}.m_course_features .A_education_flow h3 {
    font-size: calc(31px * 1.1);
}
}

@media (max-width: 768px) {.m_course_features {
    min-height: auto;
    padding-top: 50vh;
    height: auto;
}.m_course_features::before {
    background: linear-gradient(180deg, transparent 40%, #000000 70%);
}.m_course_features .s_lesson_plan {
    top: 0;
    position: fixed;
    height: 50vh;
}.m_course_features .container {
    padding-bottom: 50px;
    margin-top: 0;
}.m_course_features .A_education_flow {
    padding: 30px 25px;
}.m_course_features .A_education_flow h3 {
    font-size: 31px;
}.m_course_features .A_education_flow .m_message_inquiry {
    width: 100%;
}
}

@media (max-width: 576px) {.m_course_features {
    padding-top: 45vh;
}.m_course_features .s_lesson_plan {
    height: 45vh;
}.m_course_features .container {
    padding-bottom: 40px;
}.m_course_features .A_education_flow {
    padding: 25px 20px;
}.m_course_features .A_education_flow h3 {
    font-size: calc(20px * 1.1);
    margin-bottom: 15px;
}.m_course_features .A_education_flow p {
    margin-bottom: 25px;
}.m_course_features .A_education_flow .m_message_inquiry {
    padding: 12px 0;
}}.O_training_method {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(165,190,190) 0%, rgb(134,158,158,0.5) 100%);
    padding: 6rem 0;
}.O_training_method::before {
    height: 100%;
    content: '';
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 20px,
        rgb(102,125,125,0.5) 20px,
        rgb(102,125,125,0.5) 22px
    );
    width: 100%;
    opacity: 0.05;
    left: 0;
    z-index: 1;
    top: 0;
}.O_training_method::after {
    opacity: 0.1;
    z-index: 0;
    filter: blur(80px);
    content: '';
    width: 300px;
    background: rgb(134,158,158);
    bottom: -100px;
    border-radius: 50%;
    position: absolute;
    right: -100px;
    height: 300px;
}.O_training_method .container {
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
}.O_training_method .O_expert_learnings {
    padding: 3.5rem;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08),
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(0, 0, 0, 0.02);
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateY(2deg);
}.O_training_method .O_expert_learnings:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12),
                0 10px 25px rgba(0, 0, 0, 0.08),
                0 0 0 1px rgba(0, 0, 0, 0.02);
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.O_training_method h3 {
    font-weight: 700;
    transform-origin: left center;
    color: #000000;
    margin-bottom: 1.5rem;
    position: relative;
    transition: color 0.3s ease;
    font-size: clamp(1.75rem, 4vw, 2.5rem);
}.O_training_method h3::before {
    height: 40px;
    top: 50%;
    transform: translateY(-50%) scaleY(0.6);
    position: absolute;
    left: -20px;
    width: 8px;
    background: rgb(134,158,158);
    content: '';
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.O_training_method .O_expert_learnings:hover h3::before {
    transform: translateY(-50%) scaleY(1);
}.O_training_method p {
    color: #000000;
    font-size: 16px;
    position: relative;
    margin-bottom: 0;
    max-width: 90%;
    line-height: 1.8;
}.O_training_method p span {
    transform-origin: left bottom;
    transition: transform 0.5s ease;
    opacity: 0.95;
    position: relative;
    display: inline-block;
}.O_training_method .O_expert_learnings:hover p span {
    transform: translateZ(0);
    opacity: 1;
}.O_training_method p::after {
    width: 60px;
    transition: opacity 0.5s ease;
    content: '';
    opacity: 0;
    right: -20px;
    bottom: -20px;
    height: 60px;
    position: absolute;
    background: linear-gradient(135deg, rgb(102,125,125,0.5) 0%, transparent 70%);
}.O_training_method .O_expert_learnings:hover p::after {
    opacity: 0.5;
}

@media screen and (max-width: 992px) {.O_training_method {
    padding: 4rem 0;
}.O_training_method .O_expert_learnings {
    transform: perspective(800px) rotateY(1deg);
    padding: 2.5rem;
}.O_training_method h3 {
    font-size: clamp(1.5rem, 5vw, 2rem);
}.O_training_method p {
    max-width: 100%;
}
}

@media screen and (max-width: 768px) {.O_training_method {
    padding: 3rem 0;
}.O_training_method .O_expert_learnings {
    padding: 2rem;
    transform: perspective(600px) rotateY(0deg);
}.O_training_method h3::before {
    left: -15px;
    height: 30px;
}.O_training_method p::after {
    width: 40px;
    height: 40px;
    right: -10px;
    bottom: -10px;
}
}

@media screen and (max-width: 576px) {.O_training_method {
    padding: 2.5rem 0;
}.O_training_method .O_expert_learnings {
    padding: 1.75rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08),
                    0 5px 15px rgba(0, 0, 0, 0.05);
}.O_training_method h3 {
    margin-bottom: 1.25rem;
}.O_training_method h3::before {
    height: 25px;
    width: 6px;
    left: -10px;
}
}

@media (prefers-reduced-motion: reduce) {.O_training_method .O_expert_learnings,
    .O_training_method .O_expert_learnings:hover,
    .O_training_method h3::before,
    .O_training_method .O_expert_learnings:hover h3::before,
    .O_training_method p span,
    .O_training_method .O_expert_learnings:hover p span,
    .O_training_method p::after,
    .O_training_method .O_expert_learnings:hover p::after {
    animation: none;
    transform: none;
    transition: none;
}
}