* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}@keyframes shift_scrollbar { 0% { transform: translateX(0); } 50% { transform: translateX(5px); } 100% { transform: translateX(0); } }

::-webkit-scrollbar {
    width: 7px;
}::-webkit-scrollbar-track {
    background: rgb(168,198,187,0.5);
}::-webkit-scrollbar-thumb {
    border-radius: 9999px;
    background: rgb(168,198,187,0.5);
    transition: transform 4.3s ease-in-out;
    animation: shift_scrollbar 3s ease-in-out 1;
    box-shadow: 1px 5px 13px 8px rgba(0, 0, 0, 0.5);
}::-webkit-scrollbar-thumb:hover {
    background: rgb(255, 255, 255, 0.5);
    border-color: rgb(168,198,187);
}::-webkit-scrollbar-thumb:active {
    background: rgb(211,227,220);
    box-shadow: inset -4px 1px 10px 0px rgba(0, 0, 0, 0.7);
    transform: scale(0.9);
}::-webkit-scrollbar-corner {
    background: rgb(168,198,187);
}html {
    scrollbar-width: auto;
    scrollbar-color: rgb(168,198,187,0.5) rgb(211,227,220);
}.container {
    width: 1266px;
    max-width: 100%;
    margin: auto;
}.lUnav_lesson {
    flex: 1 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}.fagrid-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
}header,footer {
    width: 100%;
}html,body {
    color: #000000;
    min-height: 100%;
    height: 100%;
    auto
contain
touch-action: none;
    font-family: Arial, sans-serif;
    scroll-behavior: smooth;
}svg {
    width: 30px;
    height: 30px;
}.oValumni_net {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.yIpolicyAgreementPanel {
    z-index: 1050;
    overflow: hidden;
    width: 100%;
    position: fixed;
    background: rgb(211,227,220);
    font-family: Arial, sans-serif;
    padding: 20px;
    bottom: 0;
    border-top: 3px solid rgb(168,198,187);
}.LYconsent_comply {
    z-index: 1;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}.IYdata_accept {
    flex-shrink: 0;
    margin-right: 20px;
}#wxcookiePolicyMessage {
    display: none;
}#wxcookiePolicyMessage:checked ~ .yIpolicyAgreementPanel {
    opacity: 0;
    visibility: hidden;
}.IYdata_accept svg {
    transition: fill 0.3s ease-in-out;
    fill: rgb(168,198,187);
    height: 60px;
    width: 60px;
}.npcookie_notice {
    margin-right: 20px;
    flex-grow: 1;
}.npcookie_notice h5 {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 5px;
    color: rgb(168,198,187);
}.npcookie_notice p {
    margin-bottom: 0;
    color: #000000;
    font-size: 12px;
}.FGcookie_confirm {
    transition: all 0.3s ease-in-out;
    font-size: 19px;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 10px;
    margin-left: 10px;
}.FGcookie_confirm {
    color: #ffffff;
    border: 1px solid rgb(168,198,187);
    background-color: rgb(168,198,187);
}.FGcookie_confirm:hover {
    background-color: rgba(0, 0, 0, 0.5);
    border-color: #000000;
}.yIpolicyAgreementPanel p a {
    text-decoration: underline;
    color: rgb(168,198,187);
}.yIpolicyAgreementPanel p a:hover {
    color: #000000;
}
@media (max-width: 1200px) {.npcookie_notice h5 {
    font-size: calc(22px - 2px);
}.npcookie_notice p {
    font-size: calc(12px - 2px);
}.FGcookie_confirm {
    padding: 8px 16px;
    font-size: calc(19px - 2px);
}
}
@media (max-width: 800px) {.LYconsent_comply {
    align-items: center;
    flex-direction: column;
}.IYdata_accept {
    margin-bottom: 15px;
}.npcookie_notice {
    margin-bottom: 20px;
    text-align: center;
}.FGcookie_confirm {
    margin-top: 10px;
    width: 100%;
    margin-left: 0;
}}
.xfwelcome {
    overflow: hidden;
    justify-content: center;
    min-height: 100vh;
    align-items: center;
    background: linear-gradient(135deg, rgb(211,227,220) 0%, #ffffff 100%);
    position: relative;
    display: flex;
}.xfwelcome .mtfast_learning {
    padding: 2rem;
    max-width: 1400px;
    gap: 2rem;
    width: 100%;
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
}.xfwelcome .cacontent_pad {
    padding: 3rem;
    z-index: 2;
    background: rgba(255, 255, 255, 0.85);
    position: relative;
    transform: translateY(0);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}.xfwelcome .cacontent_pad:hover {
    transform: translateY(-10px);
}.xfwelcome h1 {
    position: relative;
    font-size: 35px;
    color: #000000;
    margin-bottom: 1.5rem;
    display: inline-block;
    font-weight: 700;
}.xfwelcome h1::after {
    bottom: -10px;
    transform-origin: left;
    height: 4px;
    content: '';
    background: rgb(168,198,187);
    position: absolute;
    transition: transform 0.5s ease-out;
    left: 0;
    transform: scaleX(0);
    width: 80px;
}.xfwelcome .cacontent_pad:hover h1::after {
    transform: scaleX(1);
}.xfwelcome .kKstart_intro {
    align-items: center;
    margin-bottom: 2rem;
    flex-direction: column;
    display: flex;
}.xfwelcome .kKstart_intro svg {
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
    height: 100px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin-bottom: 1.5rem;
    width: 100px;
}.xfwelcome .cacontent_pad:hover .kKstart_intro svg {
    transform: scale(1.05) rotate(2deg);
}.xfwelcome .kKstart_intro svg path {
    transition: fill 0.3s ease;
}.xfwelcome .kKstart_intro svg:hover path {
    fill: rgb(168,198,187);
}.xfwelcome .kKstart_intro svg text {
    transition: all 0.3s ease;
}.xfwelcome .kKstart_intro svg:hover text {
    fill: #000000;
}.xfwelcome .kKstart_intro p {
    font-size: 18px;
    color: #000000;
    position: relative;
    margin: 0 auto;
    line-height: 1.7;
    text-align: center;
    padding: 0 0.5rem;
    max-width: 550px;
}.xfwelcome ul {
    list-style: none;
    justify-content: center;
    display: flex;
    padding: 0;
}.xfwelcome .Luquery_list {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    display: inline-block;
    font-weight: 600;
    transition: all 0.3s ease;
    background: rgb(168,198,187);
    text-decoration: none;
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(94, 170, 168, 0.3);
    z-index: 1;
    padding: 1rem 2rem;
}.xfwelcome .Luquery_list::before {
    transition: opacity 0.3s ease;
    z-index: -1;
    content: '';
    background: linear-gradient(45deg, rgb(124,169,154), rgb(168,198,187));
    position: absolute;
    opacity: 0;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
}.xfwelcome .Luquery_list:hover {
    transform: translateY(-3px);
    box-shadow: 0 7px 20px rgba(94, 170, 168, 0.4);
}.xfwelcome .Luquery_list:hover::before {
    opacity: 1;
}.xfwelcome .sKimg_gallery_item {
    border-radius: 27px;
    width: 100%;
    transform: perspective(1000px) rotateY(0deg);
    height: 300px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}.xfwelcome .sKimg_gallery_item::after {
    position: absolute;
    content: '';
    width: 100%;
    left: 0;
    pointer-events: none;
    top: 0;
    height: 100%;
    background: linear-gradient(135deg, rgb(168,198,187,0.5) 0%, transparent 50%, rgb(124,169,154,0.5) 100%);
}.xfwelcome .sKimg_gallery_item:hover {
    transform: perspective(1000px) rotateY(5deg);
}

@media (min-width: 768px) {.xfwelcome .mtfast_learning {
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
}.xfwelcome .cacontent_pad {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    padding: 4rem;
    margin-right: -2rem;
}.xfwelcome .sKimg_gallery_item {
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    height: 450px;
}.xfwelcome h1 {
    font-size: calc(35px * 1.2);
}.xfwelcome .kKstart_intro svg {
    width: 120px;
    height: 120px;
}
}

@media (min-width: 992px) {.xfwelcome .mtfast_learning {
    min-height: 550px;
    grid-template-columns: 6fr 5fr;
}.xfwelcome .cacontent_pad {
    padding: 5rem;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    flex-direction: column;
    justify-content: center;
    transform: translateX(0);
    display: flex;
}.xfwelcome .cacontent_pad:hover {
    transform: translateX(10px);
}.xfwelcome .sKimg_gallery_item {
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    height: 550px;
    transform: perspective(1200px) rotateY(0);
}.xfwelcome .sKimg_gallery_item:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
    transform: perspective(1200px) rotateY(5deg) translateZ(30px);
}.xfwelcome h1 {
    font-size: calc(38px * 0.9);
}.xfwelcome .kKstart_intro p {
    font-size: calc(18px * 1.1);
}.xfwelcome .Luquery_list {
    padding: 1.2rem 3rem;
    font-size: calc(19px * 1.1);
}
}

@media (min-width: 1200px) {.xfwelcome .cacontent_pad {
    padding: 5rem 6rem;
}.xfwelcome .sKimg_gallery_item {
    transform: perspective(2000px) rotateY(0) translateZ(0) scale(1);
}.xfwelcome .sKimg_gallery_item:hover {
    transform: perspective(2000px) rotateY(7deg) translateZ(50px) scale(1.02);
}.xfwelcome h1 {
    font-size: 38px;
}.xfwelcome .kKstart_intro svg {
    width: 140px;
    height: 140px;
}.xfwelcome::before {
    position: absolute;
    height: 300px;
    animation: floatAnimation 20s infinite alternate ease-in-out;
    z-index: 0;
    width: 300px;
    background: linear-gradient(135deg, rgb(168,198,187,0.5) 0%, transparent 70%);
    border-radius: 50%;
    right: -5%;
    top: -10%;
    content: '';
}.xfwelcome::after {
    z-index: 0;
    width: 350px;
    position: absolute;
    height: 350px;
    border-radius: 50%;
    content: '';
    animation: floatAnimation 25s infinite alternate-reverse ease-in-out;
    background: linear-gradient(225deg, rgb(124,169,154,0.5) 0%, transparent 70%);
    left: -5%;
    bottom: -10%;
}
    
    @keyframes floatAnimation {
        0% {
            transform: translate(0, 0);
        }
        50% {
            transform: translate(40px, 20px);
        }
        100% {
            transform: translate(15px, 40px);
        }
    }
}

@media (max-width: 767px) {.xfwelcome {
    padding: 4rem 0;
    min-height: auto;
}.xfwelcome .cacontent_pad {
    padding: 2rem;
}.xfwelcome h1 {
    text-align: center;
    font-size: calc(35px * 0.9);
}.xfwelcome h1::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0);
}.xfwelcome .cacontent_pad:hover h1::after {
    transform: translateX(-50%) scaleX(1);
}.xfwelcome .kKstart_intro svg {
    height: 80px;
    width: 80px;
}.xfwelcome .kKstart_intro p {
    font-size: calc(18px * 0.9);
}.xfwelcome .Luquery_list {
    padding: 0.9rem 1.8rem;
    font-size: calc(19px * 0.9);
}.xfwelcome .sKimg_gallery_item {
    height: 250px;
    order: -1;
}}.Wwcontact_section {
    position: relative;
    overflow: hidden;
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(211,227,220) 0%, rgb(124,169,154,0.5) 100%);
}.Wwcontact_section::before {
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(168,198,187,0.5) 0%, transparent 70%),
        radial-gradient(circle at 80% 70%, rgb(124,169,154,0.5) 0%, transparent 70%);
    opacity: 0.4;
    content: '';
    top: 0;
    z-index: 1;
}.Wwcontact_section::after {
    opacity: 0.1;
    width: 100%;
    z-index: 1;
    background-image: 
        linear-gradient(90deg, rgb(124,169,154,0.5) 1px, transparent 1px),
        linear-gradient(0deg, rgb(124,169,154,0.5) 1px, transparent 1px);
    top: 0;
    height: 100%;
    position: absolute;
    left: 0;
    background-size: 50px 50px;
    content: '';
}.Wwcontact_section .sKimg_gallery_item {
    position: absolute;
    z-index: 2;
    height: 100%;
    width: 45%;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    top: 0;
}.Wwcontact_section .sKimg_gallery_item::after {
    width: 100%;
    top: 0;
    position: absolute;
    height: 100%;
    background: linear-gradient(135deg, rgb(168,198,187,0.5) 0%, transparent 60%);
    left: 0;
    content: '';
    opacity: 0.7;
}.Wwcontact_section .container {
    max-width: 1200px;
    z-index: 3;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
}.Wwcontact_section h3 {
    text-shadow: 0 0 15px rgb(168,198,187,0.5);
    color: #ffffff;
    margin-bottom: 40px;
    text-align: center;
    letter-spacing: 1px;
    font-family: Arial, sans-serif;
    font-size: 32px;
    font-weight: 700;
}.Wwcontact_section .Bcfeedback_card {
    display: flex;
    border-radius: 18px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    justify-content: space-between;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2),
                0 5px 15px rgba(0, 0, 0, 0.1),
                0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    background: rgba(255, 255, 255, 0.05);
    overflow: hidden;
    backdrop-filter: blur(10px);
}.Wwcontact_section .Bcfeedback_card:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3),
                0 10px 20px rgba(0, 0, 0, 0.2),
                0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    transform: translateY(-5px);
}.Wwcontact_section .oyconnect_widget {
    padding: 40px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    position: relative;
    flex: 1;
}.Wwcontact_section .oyconnect_widget::before {
    opacity: 0.2;
    background: radial-gradient(rgb(168,198,187,0.5), transparent 70%);
    height: 200px;
    right: -100px;
    position: absolute;
    content: '';
    top: -100px;
    border-radius: 50%;
    width: 200px;
}.Wwcontact_section .oyconnect_widget::after {
    border-radius: 50%;
    background: radial-gradient(rgb(124,169,154,0.5), transparent 70%);
    position: absolute;
    width: 150px;
    bottom: -75px;
    content: '';
    left: -75px;
    height: 150px;
    opacity: 0.2;
}.Wwcontact_section form {
    z-index: 2;
    position: relative;
}.Wwcontact_section form h3 {
    text-align: left;
    margin-bottom: 25px;
    -webkit-background-clip: text !important;
    text-shadow: none;
    -webkit-text-fill-color: transparent;
    font-size: 24px;
    background: linear-gradient(to right, #ffffff, rgb(168,198,187));
}.Wwcontact_section input[type="text"],
.Wwcontact_section textarea {
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.08);
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    width: 100%;
    padding: 15px;
    font-size: 13px;
    border-radius: 10px;
    transition: all 0.3s ease;
}.Wwcontact_section input[type="text"]:focus,
.Wwcontact_section textarea:focus {
    border-color: rgb(168,198,187);
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 0 10px rgb(168,198,187,0.5);
    outline: none;
}.Wwcontact_section textarea {
    height: 120px;
    resize: none;
}.Wwcontact_section .Hzrequest_request {
    position: relative;
    margin-bottom: 25px;
    display: flex;
    align-items: flex-start;
}.Wwcontact_section .Hzrequest_request input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.Wwcontact_section .Hzrequest_request label {
    position: relative;
    line-height: 1.5;
    cursor: pointer;
    color: #ffffff;
    font-size: 13px;
    padding-left: 30px;
}.Wwcontact_section .Hzrequest_request label::before {
    content: '';
    position: absolute;
    height: 20px;
    transition: all 0.3s ease;
    top: 2px;
    width: 20px;
    background: rgba(255, 255, 255, 0.08);
    left: 0;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}.Wwcontact_section .Hzrequest_request input[type="checkbox"]:checked + label::before {
    background: rgb(168,198,187);
    border-color: rgb(168,198,187);
}.Wwcontact_section .Hzrequest_request input[type="checkbox"]:checked + label::after {
    width: 6px;
    height: 12px;
    left: 7px;
    content: '';
    position: absolute;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    border: solid #ffffff;
    top: 5px;
}.Wwcontact_section .Hzrequest_request a {
    color: rgb(168,198,187);
    transition: color 0.3s ease;
    text-decoration: none;
}.Wwcontact_section .Hzrequest_request a:hover {
    text-decoration: underline;
    color: rgb(124,169,154);
}.Wwcontact_section .Luquery_list {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #ffffff;
    width: 100%;
    font-size: 16px;
    border: none;
    font-weight: 600;
    background: linear-gradient(to right, rgb(168,198,187), rgb(124,169,154));
    padding: 15px;
    border-radius: 10px;
    font-family: Arial, sans-serif;
}.Wwcontact_section .Luquery_list::before {
    transition: left 0.7s ease;
    position: absolute;
    left: -100%;
    content: '';
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
}.Wwcontact_section .Luquery_list:hover {
    box-shadow: 0 5px 15px rgb(168,198,187,0.5);
    transform: translateY(-2px);
}.Wwcontact_section .Luquery_list:hover::before {
    left: 100%;
}.Wwcontact_section .MPinquiry_support {
    width: 40%;
    position: relative;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), transparent);
    overflow: hidden;
    padding: 40px;
}.Wwcontact_section .MPinquiry_support::before {
    position: absolute;
    top: 0;
    opacity: 0.4;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(circle at 70% 30%, rgb(168,198,187,0.5) 0%, transparent 60%);
    content: '';
}.Wwcontact_section .MPinquiry_support h4 {
    font-weight: 600;
    margin-bottom: 30px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 24px;
    position: relative;
}.Wwcontact_section .MPinquiry_support h4::after {
    height: 3px;
    position: absolute;
    width: 50px;
    content: '';
    left: 0;
    background: rgb(168,198,187);
    bottom: -10px;
    border-radius: 3px;
}.Wwcontact_section .yiconnect_map {
    list-style: none;
    margin: 0;
    padding: 0;
}.Wwcontact_section .yiconnect_map li {
    position: relative;
    transition: transform 0.3s ease;
    margin-bottom: 25px;
    padding-left: 5px;
    display: flex;
    align-items: flex-start;
}.Wwcontact_section .yiconnect_map li:hover {
    transform: translateX(5px);
}.Wwcontact_section .yiconnect_map li::before {
    left: -10px;
    position: absolute;
    transform: translateY(-50%);
    opacity: 0;
    width: 0;
    top: 50%;
    background: rgb(168,198,187);
    height: 0;
    border-radius: 50%;
    content: '';
    transition: all 0.3s ease;
}.Wwcontact_section .yiconnect_map li:hover::before {
    width: 6px;
    opacity: 1;
    height: 6px;
    left: -3px;
}.Wwcontact_section .yiconnect_map svg {
    fill: rgb(168,198,187);
    flex-shrink: 0;
    height: 24px;
    margin-right: 15px;
    filter: drop-shadow(0 0 5px rgb(168,198,187,0.5));
    transition: transform 0.3s ease;
    width: 24px;
}.Wwcontact_section .yiconnect_map li:hover svg {
    transform: scale(1.1);
}.Wwcontact_section .yiconnect_map svg path {
    transition: fill 0.3s ease;
    fill: rgb(168,198,187);
}.Wwcontact_section .yiconnect_map li:hover svg path {
    fill: rgb(124,169,154);
}.Wwcontact_section .yiconnect_map span {
    color: #ffffff;
    line-height: 1.5;
    font-family: Arial, sans-serif;
    font-size: 13px;
}.Wwcontact_section .yiconnect_map a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: #ffffff;
}.Wwcontact_section .yiconnect_map a:hover {
    color: rgb(168,198,187);
}

@media (max-width: 992px) {.Wwcontact_section {
    padding: 60px 0;
}.Wwcontact_section .sKimg_gallery_item {
    clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
    width: 40%;
}.Wwcontact_section .Bcfeedback_card {
    flex-direction: column;
}.Wwcontact_section .oyconnect_widget {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
}.Wwcontact_section .MPinquiry_support {
    width: 100%;
}
}

@media (max-width: 768px) {.Wwcontact_section {
    padding: 40px 0;
}.Wwcontact_section .sKimg_gallery_item {
    display: none;
}.Wwcontact_section h3 {
    font-size: calc(32px * 0.8);
    margin-bottom: 30px;
}.Wwcontact_section .oyconnect_widget,
    .Wwcontact_section .MPinquiry_support {
    padding: 30px;
}.Wwcontact_section form h3,
    .Wwcontact_section .MPinquiry_support h4 {
    font-size: calc(24px * 0.9);
}.Wwcontact_section input[type="text"],
    .Wwcontact_section textarea {
    margin-bottom: 15px;
    padding: 12px;
}.Wwcontact_section textarea {
    height: 100px;
}.Wwcontact_section .Luquery_list {
    padding: 12px;
}.Wwcontact_section .yiconnect_map li {
    margin-bottom: 20px;
}.Wwcontact_section .yiconnect_map svg {
    height: 20px;
    width: 20px;
    margin-right: 10px;
}
}

@media (max-width: 576px) {.Wwcontact_section {
    padding: 30px 0;
}.Wwcontact_section h3 {
    font-size: calc(32px * 0.7);
    margin-bottom: 20px;
}.Wwcontact_section .oyconnect_widget,
    .Wwcontact_section .MPinquiry_support {
    padding: 20px;
}.Wwcontact_section .Bcfeedback_card {
    margin: 0 10px;
}.Wwcontact_section .Hzrequest_request label {
    font-size: calc(13px * 0.9);
}.Wwcontact_section .yiconnect_map li {
    margin-bottom: 15px;
}.Wwcontact_section .yiconnect_map span {
    font-size: calc(13px * 0.9);
}.Wwcontact_section::before,
    .Wwcontact_section::after,
    .Wwcontact_section .oyconnect_widget::before,
    .Wwcontact_section .oyconnect_widget::after,
    .Wwcontact_section .MPinquiry_support::before {
    opacity: 0.2;
}}.lPour_mission {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: rgb(211,227,220);
}.lPour_mission::before {
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgb(168,198,187,0.5) 0,
        rgb(168,198,187,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    top: 0;
    z-index: 1;
    height: 100%;
    left: 0;
    opacity: 0.1;
    content: "";
    width: 100%;
}.lPour_mission .container {
    position: relative;
    z-index: 2;
}.lPour_mission .mtfast_learning {
    gap: 50px;
    display: flex;
    flex-wrap: wrap;
}.lPour_mission h3 {
    padding-left: 20px;
    border-left: 5px solid rgb(168,198,187);
    font-weight: 700;
    width: 100%;
    font-size: 37px;
    margin-bottom: 30px;
    color: #000000;
    position: relative;
}.lPour_mission .HLfast_study {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    min-width: 300px;
    flex: 1;
}.lPour_mission .HLfast_study span {
    font-size: 20px;
    padding: 15px 25px;
    font-weight: 600;
    display: block;
    background: rgb(168,198,187);
    color: #ffffff;
}.lPour_mission .HLfast_study p {
    line-height: 1.7;
    color: #000000;
    padding: 25px;
    font-size: 15px;
}.lPour_mission .sKimg_gallery_item {
    margin: 0 25px 25px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: transform 0.4s ease;
    height: 300px;
    overflow: hidden;
}.lPour_mission .sKimg_gallery_item:hover {
    transform: scale(1.02);
}.lPour_mission .aOknowledge_zone {
    background: #ffffff;
    flex: 1;
    overflow: hidden;
    position: relative;
    min-width: 300px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border-radius: 14px;
    flex-direction: column;
    display: flex;
}.lPour_mission .aOknowledge_zone p {
    color: #000000;
    line-height: 1.7;
    font-size: 15px;
    order: 2;
    padding: 25px;
}.lPour_mission .mclearning_experts {
    border-radius: 10px;
    transition: transform 0.4s ease;
    margin: 0 25px 25px;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    height: 300px;
    overflow: hidden;
    order: 1;
}.lPour_mission .mclearning_experts:hover {
    transform: scale(1.02);
}.lPour_mission .mclearning_experts::after {
    background: linear-gradient(to bottom, transparent 80%, rgba(0, 0, 0, 0.2) 100%);
    left: 0;
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
}.lPour_mission .sKimg_gallery_item::after {
    height: 100%;
    background: linear-gradient(to bottom, transparent 80%, rgba(0, 0, 0, 0.2) 100%);
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    top: 0;
}.lPour_mission .HLfast_study::before,
.lPour_mission .aOknowledge_zone::before {
    top: 0;
    height: 5px;
    background: rgb(124,169,154);
    left: 0;
    width: 100%;
    position: absolute;
    content: "";
}.lPour_mission .aOknowledge_zone::before {
    background: rgb(168,198,187);
}

@media (min-width: 1200px) {.lPour_mission .HLfast_study,
    .lPour_mission .aOknowledge_zone {
    flex: 0 0 calc(50% - 25px);
}
}

@media (max-width: 1199px) and (min-width: 768px) {.lPour_mission .mtfast_learning {
    justify-content: center;
}.lPour_mission .HLfast_study,
    .lPour_mission .aOknowledge_zone {
    max-width: 500px;
    flex: 0 0 calc(50% - 25px);
}
}

@media (max-width: 767px) {.lPour_mission {
    padding: 70px 0;
}.lPour_mission .mtfast_learning {
    gap: 40px;
    flex-direction: column;
}.lPour_mission h3 {
    font-size: calc(37px * 0.9);
    margin-bottom: 25px;
}.lPour_mission .HLfast_study span {
    font-size: calc(20px * 0.95);
    padding: 12px 20px;
}.lPour_mission .HLfast_study p,
    .lPour_mission .aOknowledge_zone p {
    padding: 20px;
}.lPour_mission .sKimg_gallery_item,
    .lPour_mission .mclearning_experts {
    margin: 0 20px 20px;
    height: 250px;
}
}

@media (max-width: 576px) {.lPour_mission {
    padding: 50px 0;
}.lPour_mission h3 {
    padding-left: 15px;
    margin-bottom: 20px;
    font-size: calc(37px * 0.8);
}.lPour_mission .HLfast_study span {
    padding: 10px 15px;
    font-size: calc(20px * 0.9);
}.lPour_mission .HLfast_study p,
    .lPour_mission .aOknowledge_zone p {
    padding: 15px;
    font-size: calc(15px * 0.95);
}.lPour_mission .sKimg_gallery_item,
    .lPour_mission .mclearning_experts {
    margin: 0 15px 15px;
    height: 200px;
}
}

@media (max-width: 1600px) and (min-width: 1200px) {.lPour_mission .container {
    max-width: 1140px;
    margin: 0 auto;
}
}

@media (hover: hover) {.lPour_mission .HLfast_study,
    .lPour_mission .aOknowledge_zone {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.lPour_mission .HLfast_study:hover,
    .lPour_mission .aOknowledge_zone:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}}

.lPour_mission .HLfast_study,
.lPour_mission .aOknowledge_zone {
    flex-direction: column;
    display: flex;
}.lPour_mission .mclearning_experts {
    margin-top: 25px;
}.lPour_mission .mclearning_experts,
.lPour_mission .sKimg_gallery_item {
    min-height: 250px;
    flex: 1;
}.KtappCard {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(211,227,220) 0%, rgb(211,227,220) 60%, rgba(rgb(168,198,187,0.5), 0.05) 100%);
    perspective: 1000px;
    position: relative;
    padding: 6rem 0;
}.KtappCard::before,
.KtappCard::after {
    pointer-events: none;
    content: '';
    position: absolute;
}.KtappCard::before {
    width: 40%;
    opacity: 0.03;
    filter: blur(20px);
    height: 70%;
    left: -10%;
    background: linear-gradient(45deg, rgb(168,198,187,0.5) 10%, transparent 70%);
    transform: rotate(-15deg) translateZ(-10px);
    top: -5%;
}.KtappCard::after {
    transform: rotate(10deg) translateZ(-5px);
    right: -5%;
    height: 60%;
    width: 30%;
    opacity: 0.04;
    bottom: -10%;
    filter: blur(15px);
    background: linear-gradient(135deg, rgb(124,169,154,0.5) 10%, transparent 70%);
}.KtappCard .container {
    padding: 0 2rem;
    transform-style: preserve-3d;
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.KtappCard h2 {
    transform: translateZ(10px);
    max-width: 90%;
    position: relative;
    margin-bottom: 3rem;
    text-shadow: 0 2px 4px rgba(0,0,0,0.05);
    line-height: 1.3;
    font-weight: 700;
    font-size: 30px;
    color: #000000;
}.KtappCard h2::after {
    width: 80px;
    position: absolute;
    transform-origin: left;
    content: '';
    bottom: -0.8rem;
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    height: 3px;
    left: 0;
    background: linear-gradient(90deg, rgb(168,198,187) 0%, rgb(168,198,187,0.5) 100%);
    transform: translateZ(15px) scaleX(1);
}.KtappCard .mtfast_learning {
    position: relative;
    padding: 2.5rem 3rem;
    box-shadow: 
        0 20px 30px -15px rgba(rgba(0, 0, 0, 0.5), 0.1),
        0 10px 20px -10px rgba(rgba(0, 0, 0, 0.5), 0.07);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    margin: 1rem 0;
    background: linear-gradient(145deg, #ffffff 0%, rgba(rgb(255, 255, 255, 0.5), 0.95) 100%);
    border-radius: 27px;
    transform: translateZ(20px) rotateY(-2deg);
}.KtappCard .mtfast_learning::before {
    right: -10px;
    pointer-events: none;
    left: -10px;
    transform: translateZ(5px);
    top: -10px;
    content: '';
    opacity: 0.1;
    border-radius: 100px;
    border: 1px solid rgb(168,198,187,0.5);
    bottom: -10px;
    position: absolute;
}.KtappCard .mtfast_learning:hover {
    transform: translateZ(25px) rotateY(0deg);
    box-shadow: 
        0 25px 35px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
        0 15px 25px -10px rgba(rgba(0, 0, 0, 0.5), 0.1);
}.KtappCard ul {
    list-style: none;
    padding: 0;
    margin: 0;
}.KtappCard li {
    position: relative;
    padding-left: 0;
}.KtappCard li::before {
    transition: all 0.4s ease-out;
    top: -20px;
    content: '';
    width: 60px;
    position: absolute;
    opacity: 0.2;
    border-radius: 50%;
    left: -30px;
    background: linear-gradient(135deg, rgb(168,198,187,0.5) 0%, transparent 80%);
    height: 60px;
    transform: translateZ(15px) scale(0.95);
}.KtappCard li span {
    font-size: 18px;
    position: relative;
    text-shadow: 0 1px 1px rgba(255,255,255,0.8);
    font-family: Arial, sans-serif;
    display: block;
    transform: translateZ(5px);
    line-height: 1.7;
    color: #000000;
}

@media (min-width: 992px) {.KtappCard {
    padding: 8rem 0;
}.KtappCard h2 {
    transform: translateZ(15px);
    font-size: calc(30px * 1.1);
    max-width: 80%;
}.KtappCard h2::after {
    width: 100px;
}.KtappCard .mtfast_learning {
    padding: 3.5rem 4rem;
    margin: 2rem 0;
}.KtappCard li span {
    line-height: 1.8;
    font-size: calc(18px * 1.05);
}.KtappCard li::before {
    height: 80px;
    width: 80px;
}
}

@media (max-width: 991px) {.KtappCard {
    padding: 5rem 0;
}.KtappCard h2 {
    font-size: calc(30px * 0.9);
    max-width: 100%;
}.KtappCard .mtfast_learning {
    transform: translateZ(10px) rotateY(-1deg);
    padding: 2rem 2.5rem;
}
}

@media (max-width: 767px) {.KtappCard {
    padding: 4rem 0;
}.KtappCard h2 {
    margin-bottom: 2rem;
    font-size: calc(30px * 0.8);
}.KtappCard h2::after {
    width: 60px;
    height: 2px;
}.KtappCard .mtfast_learning {
    padding: 1.5rem 2rem;
    transform: translateZ(5px) rotateY(0deg);
}.KtappCard li::before {
    height: 40px;
    left: -20px;
    width: 40px;
    top: -15px;
}
}

@media (max-width: 480px) {.KtappCard {
    padding: 3rem 0;
}.KtappCard .container {
    padding: 0 1.5rem;
}.KtappCard h2 {
    font-size: calc(30px * 0.7);
    margin-bottom: 1.5rem;
}.KtappCard .mtfast_learning {
    margin: 0.5rem 0;
    padding: 1.25rem 1.5rem;
}.KtappCard li span {
    font-size: calc(18px * 0.95);
    line-height: 1.6;
}}

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

.KtappCard .mtfast_learning {
    animation: floatIn 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}.RDinstructor_profile {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(211,227,220) 0%, rgb(168,198,187,0.5) 100%);
    position: relative;
    padding: 4rem 2rem;
}.RDinstructor_profile::before {
    top: -10%;
    height: 70%;
    width: 120%;
    transform: rotate(-12deg);
    position: absolute;
    left: -5%;
    z-index: 1;
    background: rgb(124,169,154,0.5);
    content: "";
}.RDinstructor_profile .VDuser_opinions {
    z-index: 2;
    display: flex;
    flex-direction: row;
    transform: translateX(5%);
    align-items: center;
    position: relative;
    gap: 3rem;
}.RDinstructor_profile .sKimg_gallery_item {
    transform: rotate(-5deg);
    border-radius: 29px;
    box-shadow: 15px 15px 0 rgb(168,198,187,0.5);
    transition: all 0.5s ease;
    width: 280px;
    height: 350px;
}.RDinstructor_profile .sKimg_gallery_item:hover {
    transform: rotate(0deg) scale(1.05);
    box-shadow: 0px 20px 30px -10px rgba(0, 0, 0, 0.5);
}.RDinstructor_profile .mwcareer_record {
    border-radius: 29px;
    max-width: 60%;
    transform: rotate(2deg) translateY(-30px);
    transition: all 0.5s ease;
    position: relative;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.5);
    padding: 2rem;
    background: #ffffff;
}.RDinstructor_profile .mwcareer_record::after {
    background: rgb(124,169,154);
    transition: all 0.5s ease;
    left: 30px;
    content: "";
    bottom: -10px;
    opacity: 0.6;
    filter: blur(8px);
    position: absolute;
    height: 10px;
    width: 85%;
}.RDinstructor_profile .mwcareer_record:hover {
    transform: rotate(0deg) translateY(-20px);
}.RDinstructor_profile .mwcareer_record:hover::after {
    opacity: 0.8;
    width: 95%;
}.RDinstructor_profile .name {
    font-weight: 700;
    font-size: 32px;
    transform: translateX(-20px);
    margin-bottom: 0.5rem;
    color: rgb(168,198,187);
}.RDinstructor_profile .mwcareer_record > div:nth-child(2) {
    transform: translateX(-10px);
    font-size: 22px;
    color: rgb(124,169,154);
    margin-bottom: 1.5rem;
    font-weight: 600;
}.RDinstructor_profile .rlcareer_overview {
    font-style: italic;
    font-weight: 400;
    line-height: 1.6;
    color: #000000;
    position: relative;
    padding-left: 1.5rem;
    font-size: 16px;
}.RDinstructor_profile .rlcareer_overview::before {
    top: 0;
    height: 100%;
    border-radius: 10px;
    left: 0;
    background: linear-gradient(to bottom, rgb(168,198,187), rgb(124,169,154));
    position: absolute;
    width: 5px;
    content: "";
}

@media (max-width: 992px) {.RDinstructor_profile .VDuser_opinions {
    transform: none;
    gap: 2rem;
    flex-direction: column;
}.RDinstructor_profile .sKimg_gallery_item {
    width: 220px;
    margin: 0 auto;
    height: 280px;
}.RDinstructor_profile .mwcareer_record {
    max-width: 100%;
    transform: none;
}.RDinstructor_profile .name,
    .RDinstructor_profile .mwcareer_record > div:nth-child(2) {
    transform: none;
}}.Dvnewsletter_signup {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background-color: rgb(211,227,220);
    padding: 5rem 3rem;
}.Dvnewsletter_signup::before {
    left: 0;
    height: 100%;
    content: "";
    opacity: 0.1;
    top: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(168,198,187,0.5) 49%, rgb(168,198,187,0.5) 51%, transparent 52%) 0 0 / 2rem 2rem,
        linear-gradient(-45deg, transparent 48%, rgb(124,169,154,0.5) 49%, rgb(124,169,154,0.5) 51%, transparent 52%) 1rem 1rem / 2rem 2rem;
}.Dvnewsletter_signup::after {
    position: absolute;
    height: 70%;
    width: 40%;
    content: "";
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    bottom: 0;
    z-index: -1;
    animation: shift 10s infinite alternate;
    right: 0;
    background: linear-gradient(135deg, transparent, rgb(168,198,187,0.5));
}.Dvnewsletter_signup .mtfast_learning {
    gap: 0;
    grid-template-columns: 2fr 3fr;
    position: relative;
    display: grid;
}.Dvnewsletter_signup .mtfast_learning::before {
    background: linear-gradient(90deg, rgb(168,198,187,0.5), transparent);
    left: 0;
    opacity: 0.5;
    top: 50%;
    height: 1px;
    transform: translateY(-50%) rotate(-5deg);
    position: absolute;
    width: 100%;
    content: "";
}.Dvnewsletter_signup p {
    display: flex;
    justify-content: center;
    position: relative;
    font-size: calc(18px * 1.2);
    color: #000000;
    transform-origin: left center;
    margin: 0;
    font-family: Arial, sans-serif;
    flex-direction: column;
    line-height: 1.6;
    letter-spacing: 1px;
    grid-column: 1 / 2;
    font-weight: 300;
    padding-right: 2rem;
}.Dvnewsletter_signup p::after {
    height: 100%;
    width: 1px;
    top: 0;
    position: absolute;
    content: "";
    background: linear-gradient(to bottom, transparent, rgb(168,198,187,0.5), transparent);
    right: 0;
}.Dvnewsletter_signup .input_holder {
    align-items: center;
    margin-left: 2rem;
    position: relative;
    display: flex;
    grid-column: 2 / 3;
}.Dvnewsletter_signup .mIjoin_list {
    font-family: Arial, sans-serif;
    border: 1px solid transparent;
    flex: 1;
    transition: all 0.3s ease;
    color: #000000;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 1.2rem 1.5rem;
    font-size: 18px;
    border-radius: 10px 0 0 10px;
    background-color: #ffffff;
}.Dvnewsletter_signup .mIjoin_list:focus {
    border-color: rgb(168,198,187,0.5);
    outline: none;
}.Dvnewsletter_signup .mIjoin_list::placeholder {
    color: #000000;
    transition: all 0.3s ease;
    opacity: 0.7;
}.Dvnewsletter_signup .mIjoin_list:focus::placeholder {
    transform: translateY(-10px);
    opacity: 0.3;
}.Dvnewsletter_signup .urnew_beginnings {
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 400;
    border: none;
    padding: 1.2rem 2rem;
    transition: all 0.3s ease;
    background-color: rgb(168,198,187);
    position: relative;
    border-radius: 0 10px 10px 0;
    color: #ffffff;
    cursor: pointer;
    font-family: Arial, sans-serif;
    overflow: hidden;
    z-index: 1;
}.Dvnewsletter_signup .urnew_beginnings::before {
    width: 100%;
    content: "";
    left: 0;
    transform: translateX(-100%);
    top: 0;
    position: absolute;
    z-index: -1;
    transition: transform 0.3s ease;
    height: 100%;
    background-color: rgb(124,169,154);
}.Dvnewsletter_signup .urnew_beginnings:hover::before {
    transform: translateX(0);
}.Dvnewsletter_signup .urnew_beginnings:hover {
    letter-spacing: 2px;
}

@keyframes shift {
    0% {
        opacity: 0.5;
        transform: translateX(0);
    }
    100% {
        opacity: 0.7;
        transform: translateX(-20px);
    }
}

@media (max-width: 768px) {.Dvnewsletter_signup {
    padding: 3rem 1.5rem;
}.Dvnewsletter_signup .mtfast_learning {
    grid-template-columns: 1fr;
    gap: 2rem;
}.Dvnewsletter_signup p {
    grid-column: 1 / 2;
    padding-right: 0;
    padding-bottom: 1.5rem;
    text-align: center;
}.Dvnewsletter_signup p::after {
    bottom: 0;
    left: 50%;
    width: 50%;
    top: auto;
    height: 1px;
    transform: translateX(-50%);
    background: linear-gradient(to right, transparent, rgb(168,198,187,0.5), transparent);
    right: auto;
}.Dvnewsletter_signup .input_holder {
    margin-left: 0;
    grid-column: 1 / 2;
    flex-direction: column;
}.Dvnewsletter_signup .mIjoin_list {
    margin-bottom: 1rem;
    width: 100%;
    border-radius: 10px;
}.Dvnewsletter_signup .urnew_beginnings {
    width: 100%;
    border-radius: 10px;
}}.VAcheck_it_out_now {
    overflow: hidden;
    position: relative;
    background: rgb(211,227,220);
    padding: 140px 0;
}.VAcheck_it_out_now::before {
    height: 200%;
    content: '';
    position: absolute;
    background: rgb(168,198,187,0.5);
    top: -50%;
    z-index: 1;
    right: 0;
    opacity: 0.1;
    width: 50%;
    transform: skewX(-20deg);
}.VAcheck_it_out_now::after {
    right: 15%;
    top: -50%;
    content: '';
    transform: skewX(-20deg);
    height: 200%;
    position: absolute;
    background: rgb(124,169,154,0.5);
    opacity: 0.1;
    z-index: 1;
    width: 30%;
}.VAcheck_it_out_now .mtfast_learning {
    position: relative;
    flex-direction: row;
    z-index: 10;
    display: flex;
    align-items: flex-start;
}.VAcheck_it_out_now .container p {
    position: relative;
    line-height: 1.4;
    padding-right: 60px;
    flex: 0 0 60%;
    font-weight: 700;
    margin: 0;
    z-index: 5;
    font-size: 34px;
    color: #000000;
}.VAcheck_it_out_now .Luquery_list {
    text-decoration: none;
    overflow: hidden;
    background: #ffffff;
    color: #000000;
    z-index: 5;
    flex: 0 0 35%;
    position: relative;
    justify-content: center;
    display: flex;
    align-items: center;
    font-weight: 600;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.1);
    height: 120px;
    transition: all 0.4s ease;
    font-size: 14px;
    border-radius: 60px 0 60px 60px;
}.VAcheck_it_out_now .Luquery_list::before {
    position: absolute;
    height: 20px;
    top: 0;
    content: '';
    right: 0;
    width: 20px;
    z-index: -1;
    transition: all 0.4s ease;
    background: rgb(168,198,187);
}.VAcheck_it_out_now .Luquery_list:hover {
    color: #ffffff;
    transform: translateY(-5px);
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.15);
}.VAcheck_it_out_now .Luquery_list:hover::before {
    width: 100%;
    border-radius: 60px 0 60px 60px;
    height: 100%;
}.VAcheck_it_out_now .container p::after {
    bottom: -20px;
    height: 6px;
    content: '';
    left: 0;
    border-radius: 3px;
    width: 60px;
    background: rgb(168,198,187);
    position: absolute;
}.VAcheck_it_out_now .mtfast_learning::before {
    background: rgb(168,198,187,0.5);
    width: 200px;
    top: -100px;
    position: absolute;
    opacity: 0.1;
    left: -100px;
    filter: blur(40px);
    content: '';
    height: 200px;
    z-index: -1;
    border-radius: 50%;
}.VAcheck_it_out_now .mtfast_learning::after {
    background: rgb(168,198,187);
    bottom: -30px;
    position: absolute;
    height: 10px;
    border-radius: 50%;
    content: '';
    width: 10px;
    right: 40px;
}

@media (max-width: 991px) {.VAcheck_it_out_now {
    padding: 120px 0;
}.VAcheck_it_out_now .container p {
    padding-right: 40px;
    font-size: calc(20px * 1.2);
}.VAcheck_it_out_now .Luquery_list {
    height: 100px;
}.VAcheck_it_out_now .container p::after {
    width: 50px;
    height: 5px;
}
}

@media (max-width: 767px) {.VAcheck_it_out_now {
    padding: 90px 0;
}.VAcheck_it_out_now .mtfast_learning {
    flex-direction: column;
}.VAcheck_it_out_now .container p {
    width: 100%;
    padding-right: 0;
    margin-bottom: 50px;
    font-size: 20px;
    flex: none;
}.VAcheck_it_out_now .Luquery_list {
    height: 80px;
    width: 100%;
    flex: none;
}.VAcheck_it_out_now .mtfast_learning::after {
    right: auto;
    left: 40px;
}
}

@media (max-width: 480px) {.VAcheck_it_out_now {
    padding: 70px 0;
}.VAcheck_it_out_now .container p {
    font-size: calc(16px * 1.2);
    margin-bottom: 40px;
}.VAcheck_it_out_now .Luquery_list {
    border-radius: 35px 0 35px 35px;
    font-size: calc(14px * 0.9);
    height: 70px;
}.VAcheck_it_out_now .Luquery_list:hover::before {
    border-radius: 35px 0 35px 35px;
}.VAcheck_it_out_now .container p::after {
    width: 40px;
    bottom: -15px;
    height: 4px;
}.VAcheck_it_out_now .mtfast_learning::after {
    height: 8px;
    bottom: -25px;
    left: 30px;
    width: 8px;
}}.rGfuture_learners {
    background: #f9f9f9;
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.rGfuture_learners::before {
    bottom: 0;
    left: 50%;
    content: '';
    background-color: rgb(168,198,187,0.5);
    position: absolute;
    z-index: 1;
    top: 0;
    transform: translateX(-50%);
    width: 6px;
}.rGfuture_learners .mtfast_learning {
    position: relative;
    z-index: 10;
    padding: 0 30px;
    margin: 0 auto;
    max-width: 1000px;
    text-align: center;
}.rGfuture_learners h3 {
    color: #000000;
    position: relative;
    padding: 0 30px;
    border-radius: 50px;
    background-color: #f9f9f9;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 80px;
    border: 3px solid rgb(168,198,187,0.5);
    display: inline-block;
    font-size: 33px;
    font-weight: 700;
}.rGfuture_learners ul {
    flex-direction: column;
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    align-items: center;
    gap: 50px;
    display: flex;
}.rGfuture_learners ul li {
    border-radius: 20px;
    gap: 20px;
    align-items: center;
    padding: 30px;
    text-align: left;
    transition: all 0.4s ease;
    position: relative;
    display: flex;
    background-color: #ffffff;
    width: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    max-width: 500px;
    z-index: 2;
}.rGfuture_learners ul li::before {
    height: 50px;
    width: 50px;
    transform: translateX(-50%);
    content: '';
    border: 6px solid rgb(168,198,187,0.5);
    transition: all 0.4s ease;
    left: 50%;
    z-index: 5;
    border-radius: 50%;
    top: -25px;
    position: absolute;
    background-color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.rGfuture_learners ul li:nth-child(even) {
    text-align: right;
    flex-direction: row-reverse;
}.rGfuture_learners ul li:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.rGfuture_learners ul li:hover::before {
    border-color: #ffffff;
    background-color: rgb(168,198,187,0.5);
}.rGfuture_learners ul li svg {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background-color: rgb(168,198,187,0.5);
    padding: 12px;
    flex-shrink: 0;
    transition: all 0.4s ease;
}.rGfuture_learners ul li:hover svg {
    transform: rotate(360deg);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}.rGfuture_learners ul li svg path {
    fill: #ffffff;
    transition: fill 0.4s ease;
}.rGfuture_learners ul li:hover svg path {
    fill: rgb(168,198,187);
}@keyframes fadeInFromTop {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.rGfuture_learners ul li {
    opacity: 0;
    animation: fadeInFromTop 0.6s ease forwards;
}.rGfuture_learners ul li:nth-child(1) {
    animation-delay: 0.1s;
}.rGfuture_learners ul li:nth-child(2) {
    animation-delay: 0.3s;
}.rGfuture_learners ul li:nth-child(3) {
    animation-delay: 0.5s;
}.rGfuture_learners ul li:nth-child(4) {
    animation-delay: 0.7s;
}.rGfuture_learners ul li:nth-child(5) {
    animation-delay: 0.9s;
}.rGfuture_learners ul li:nth-child(6) {
    animation-delay: 1.1s;
}

@media (max-width: 992px) {.rGfuture_learners {
    padding: 90px 0;
}.rGfuture_learners h3 {
    margin-bottom: 60px;
}.rGfuture_learners ul {
    gap: 60px;
}.rGfuture_learners ul li {
    padding: 25px;
}.rGfuture_learners ul li svg {
    width: 50px;
    padding: 10px;
    height: 50px;
}
}

@media (max-width: 768px) {.rGfuture_learners ul li,
    .rGfuture_learners ul li:nth-child(even) {
    flex-direction: column;
    align-items: center;
    text-align: center;
}.rGfuture_learners ul li::before {
    top: -30px;
}
}

@media (max-width: 576px) {.rGfuture_learners {
    padding: 70px 0;
}.rGfuture_learners h3 {
    font-size: calc(33px * 0.85);
    margin-bottom: 50px;
    padding: 0 20px;
}.rGfuture_learners ul {
    gap: 50px;
}.rGfuture_learners ul li {
    padding: 20px;
}.rGfuture_learners ul li::before {
    top: -25px;
    height: 40px;
    width: 40px;
}.rGfuture_learners ul li svg {
    padding: 8px;
    width: 45px;
    height: 45px;
}
}

@media (prefers-reduced-motion: reduce) {.rGfuture_learners ul li {
    opacity: 1;
    animation: none;
}.rGfuture_learners ul li:hover {
    transform: none;
}.rGfuture_learners ul li:hover svg {
    transform: none;
}}header {
    z-index: 99;
    position: relative;
    background: linear-gradient(135deg, rgb(211,227,220), #ffffff);
    width: 100%;
    overflow: visible;
}header::before {
    background: 
        radial-gradient(
            circle at 0% 50%,
            transparent 6px,
            rgb(168,198,187,0.5) 6px,
            rgb(168,198,187,0.5) 10px,
            transparent 10px
        ) repeat-x;
    bottom: 0;
    height: 15px;
    position: absolute;
    width: 100%;
    opacity: 0.3;
    content: "";
    background-size: 20px 20px;
    left: 0;
}header .XJnav_mainbar {
    position: relative;
    justify-content: space-between;
    display: flex;
    padding: 25px 30px;
    align-items: center;
}header .XJnav_mainbar::before,
header .XJnav_mainbar::after {
    width: 30%;
    position: absolute;
    content: "";
    background: linear-gradient(to right, rgb(168,198,187), transparent);
    height: 2px;
}header .XJnav_mainbar::before {
    left: 0;
    top: 10px;
}header .XJnav_mainbar::after {
    right: 0;
    bottom: 10px;
    background: linear-gradient(to left, rgb(124,169,154), transparent);
}header .XJnav_mainbar .Zotop_edu {
    z-index: 2;
    position: relative;
}header .XJnav_mainbar .Zotop_edu::before {
    opacity: 0.05;
    background: rgb(168,198,187,0.5);
    transition: transform 0.5s ease-in-out;
    border-radius: 60% 40% 50% 30% / 40% 50% 60% 50%;
    height: 140%;
    left: -20%;
    top: -20%;
    content: "";
    width: 140%;
    position: absolute;
    z-index: -1;
}header .XJnav_mainbar .Zotop_edu:hover::before {
    transform: rotate(15deg) scale(1.1);
}header .XJnav_mainbar .Zotop_edu .PTmain_tutor {
    transition: transform 0.3s ease;
    display: block;
}header .XJnav_mainbar .Zotop_edu:hover .PTmain_tutor {
    transform: translateY(-3px);
}header .XJnav_mainbar .Zotop_edu .PTmain_tutor svg {
    width: auto;
    height: 45px;
    filter: drop-shadow(0 2px 3px rgba(0,0,0,0.1));
}header .XJnav_mainbar .nMheader_master {
    list-style: none;
    display: flex;
    position: relative;
    padding: 0;
    margin: 0;
}header .XJnav_mainbar .nMheader_master::before {
    height: 100%;
    transition: all 0.5s ease;
    z-index: -1;
    position: absolute;
    width: 100%;
    background: rgb(124,169,154,0.5);
    opacity: 0.05;
    content: "";
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    left: 0;
    top: 0;
}header .XJnav_mainbar .nMheader_master:hover::before {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    opacity: 0.08;
}header .XJnav_mainbar .nMheader_master .eitop_section {
    position: relative;
    margin: 0 8px;
}header .XJnav_mainbar .nMheader_master .eitop_section a {
    text-decoration: none;
    font-weight: 600;
    color: #000000;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    transition: all 0.4s ease;
    position: relative;
    font-family: Arial, sans-serif;
    font-size: 13px;
    overflow: hidden;
    display: block;
    padding: 10px 15px;
}header .XJnav_mainbar .nMheader_master .eitop_section a:hover {
    color: #ffffff;
    border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
}header .XJnav_mainbar .nMheader_master .eitop_section a::before {
    border-radius: 0% 0% 0% 0% / 0% 0% 0% 0%;
    transform: scale(0);
    position: absolute;
    content: "";
    background: rgb(168,198,187);
    width: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    height: 100%;
    transition: transform 0.4s ease, border-radius 0.4s ease;
    transform-origin: right top;
}header .XJnav_mainbar .nMheader_master .eitop_section a:hover::before {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    transform: scale(1);
}header .XJnav_mainbar .nMheader_master .eitop_section:nth-child(2n) a::before {
    background: rgb(124,169,154);
    transform-origin: left bottom;
}header .XJnav_mainbar .nMheader_master .eitop_section:nth-child(2n) a:hover::before {
    border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
}header .XJnav_mainbar .nMheader_master .eitop_section:hover {
    animation: menu-wobble 1s ease;
}

@keyframes menu-wobble {
    0%, 100% {
        transform: translateX(0);
    }
    15% {
        transform: translateX(-3px) rotate(-1deg);
    }
    30% {
        transform: translateX(2px) rotate(1deg);
    }
    45% {
        transform: translateX(-2px) rotate(-0.5deg);
    }
    60% {
        transform: translateX(1px) rotate(0.5deg);
    }
    75% {
        transform: translateX(-1px) rotate(-0.25deg);
    }
}

@media (max-width: 992px) {header .XJnav_mainbar {
    padding: 20px 15px;
    flex-direction: column;
}header .XJnav_mainbar .Zotop_edu {
    margin-bottom: 15px;
}header .XJnav_mainbar .nMheader_master {
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}header .XJnav_mainbar .nMheader_master .eitop_section {
    margin: 5px;
}header .XJnav_mainbar .nMheader_master .eitop_section a {
    padding: 8px 12px;
    font-size: calc(13px - 1px);
}
}

@media (max-width: 767px) {header .XJnav_mainbar {
    padding: 15px 10px;
}header .XJnav_mainbar .Zotop_edu .PTmain_tutor svg {
    height: 40px;
}header .XJnav_mainbar .nMheader_master .eitop_section a {
    font-size: calc(13px - 2px);
    padding: 6px 10px;
}}.aoprivacy_sanctuary {
    position: relative;
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(211,227,220) 0%, rgba(255,255,255,0.98) 100%);
    overflow: hidden;
    padding: 5rem 2rem;
}.aoprivacy_sanctuary::before {
    width: 100%;
    transform: translateZ(-50px);
    position: absolute;
    left: 0;
    z-index: 0;
    opacity: 0.15;
    height: 100%;
    content: "";
    background: 
        radial-gradient(circle at 20% 30%, rgb(168,198,187,0.5) 0%, transparent 20%),
        radial-gradient(circle at 80% 70%, rgb(124,169,154,0.5) 0%, transparent 25%);
    top: 0;
}.aoprivacy_sanctuary .container {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    border-left: 4px solid rgb(168,198,187);
    margin: 0 auto;
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.05),
        0 5px 15px rgba(0,0,0,0.03);
    z-index: 1;
    max-width: 1140px;
    transform: translateZ(0) rotateX(0.5deg);
    transform-style: preserve-3d;
    background: #ffffff;
    padding: 2rem;
}.aoprivacy_sanctuary .container:hover {
    transform: translateZ(10px) rotateX(0deg);
}.aoprivacy_sanctuary h1 {
    margin-bottom: 2rem;
    font-weight: 700;
    color: #000000;
    letter-spacing: -0.5px;
    font-size: calc(38px * 1.2);
    font-family: Arial, sans-serif;
    position: relative;
    line-height: 1.2;
    padding-bottom: 1rem;
}.aoprivacy_sanctuary h1::after {
    left: 0;
    bottom: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(168,198,187) 0%, rgb(124,169,154) 100%);
    transform: scaleX(1);
    transform-origin: left;
    content: "";
    width: 80px;
    transition: transform 0.4s ease-out;
    height: 4px;
}.aoprivacy_sanctuary:hover h1::after {
    transform: scaleX(1.5);
}.aoprivacy_sanctuary h2 {
    border-left: 3px solid rgb(124,169,154);
    transition: transform 0.3s ease-out;
    margin: 3rem 0 1.5rem;
    font-family: Arial, sans-serif;
    position: relative;
    padding-left: 1rem;
    font-size: calc(38px * 1.05);
    transform: translateX(0);
    color: #000000;
    font-weight: 600;
}.aoprivacy_sanctuary h2:hover {
    transform: translateX(5px);
}.aoprivacy_sanctuary h3 {
    margin: 2.5rem 0 1rem;
    position: relative;
    font-weight: 600;
    font-family: Arial, sans-serif;
    padding-bottom: 0.5rem;
    color: #000000;
    font-size: calc(18px * 1.2);
    border-bottom: 1px solid rgba(0,0,0,0.1);
}.aoprivacy_sanctuary h4 {
    font-size: calc(16px * 1.1);
    padding-left: 1.5rem;
    margin: 2rem 0 1rem;
    position: relative;
    font-weight: 600;
    color: #000000;
    font-family: Arial, sans-serif;
}.aoprivacy_sanctuary h4::before {
    position: absolute;
    background-color: rgb(168,198,187);
    transform: translateY(-50%) rotate(45deg);
    height: 8px;
    left: 0;
    top: 50%;
    width: 8px;
    content: "";
}.aoprivacy_sanctuary p {
    font-family: Arial, sans-serif;
    margin-bottom: 1.5rem;
    color: #000000;
    line-height: 1.8;
    transform: translateZ(0);
    transition: transform 0.3s ease-out;
    position: relative;
    font-size: 15px;
}.aoprivacy_sanctuary p:hover {
    transform: translateZ(5px);
}.aoprivacy_sanctuary strong {
    position: relative;
    color: #000000;
    padding: 0 2px;
    font-weight: 600;
    background: linear-gradient(to bottom, transparent 85%, rgb(124,169,154,0.5) 85%, rgb(124,169,154,0.5) 100%);
    display: inline-block;
}.aoprivacy_sanctuary ul {
    margin: 1.5rem 0 2rem;
    list-style: none;
    position: relative;
    padding-left: 1.5rem;
}.aoprivacy_sanctuary ul li {
    color: #000000;
    font-family: Arial, sans-serif;
    padding-left: 1.5rem;
    position: relative;
    transition: transform 0.2s ease-out;
    font-size: 15px;
    margin-bottom: 1rem;
    line-height: 1.7;
}.aoprivacy_sanctuary ul li:hover {
    transform: translateX(5px);
}.aoprivacy_sanctuary ul li::before {
    left: 0;
    position: absolute;
    border-radius: 50%;
    height: 6px;
    background-color: rgb(168,198,187);
    transition: transform 0.2s ease-out, background-color 0.2s ease-out;
    top: 0.65rem;
    content: "";
    width: 6px;
}.aoprivacy_sanctuary ul li:hover::before {
    background-color: rgb(124,169,154);
    transform: scale(1.5);
}.aoprivacy_sanctuary span {
    transform: translateX(0);
    color: #000000;
    transition: transform 0.3s ease-out, border-left-color 0.3s ease-out;
    display: block;
    margin-bottom: 2rem;
    border-left: 2px solid rgb(124,169,154,0.5);
    font-size: 15px;
    padding: 1rem 1.5rem;
    background-color: rgba(rgba(0, 0, 0, 0.5), 0.02);
    font-family: Arial, sans-serif;
    line-height: 1.7;
}.aoprivacy_sanctuary span:hover {
    transform: translateX(5px);
    border-left-color: rgb(124,169,154);
}

@media screen and (max-width: 1200px) {.aoprivacy_sanctuary {
    padding: 4rem 1.5rem;
}.aoprivacy_sanctuary .container {
    padding: 1.5rem;
}.aoprivacy_sanctuary h1 {
    font-size: calc(38px * 1.1);
}.aoprivacy_sanctuary h2 {
    font-size: 38px;
}
}

@media screen and (max-width: 992px) {.aoprivacy_sanctuary {
    padding: 3rem 1rem;
}.aoprivacy_sanctuary .container {
    box-shadow: 
            0 10px 30px rgba(0,0,0,0.05),
            0 3px 10px rgba(0,0,0,0.03);
    transform: none;
}.aoprivacy_sanctuary .container:hover {
    transform: none;
}.aoprivacy_sanctuary h1 {
    font-size: 38px;
}
}

@media screen and (max-width: 768px) {.aoprivacy_sanctuary {
    padding: 2rem 0.5rem;
}.aoprivacy_sanctuary .container {
    padding: 1.5rem 1rem;
}.aoprivacy_sanctuary h1 {
    font-size: calc(38px * 0.9);
}.aoprivacy_sanctuary h2 {
    font-size: calc(38px * 0.9);
    padding-left: 0.75rem;
}.aoprivacy_sanctuary h3 {
    font-size: 18px;
}.aoprivacy_sanctuary h4 {
    font-size: 16px;
}.aoprivacy_sanctuary p, 
    .aoprivacy_sanctuary ul li,
    .aoprivacy_sanctuary span {
    font-size: calc(15px * 0.95);
}.aoprivacy_sanctuary ul {
    padding-left: 0.5rem;
}.aoprivacy_sanctuary span {
    padding: 0.75rem 1rem;
}
}

@media screen and (max-width: 576px) {.aoprivacy_sanctuary {
    padding: 1.5rem 0.5rem;
}.aoprivacy_sanctuary .container {
    padding: 1rem;
    border-left-width: 3px;
}.aoprivacy_sanctuary h1 {
    font-size: calc(38px * 0.8);
}.aoprivacy_sanctuary h1::after {
    width: 60px;
    height: 3px;
}.aoprivacy_sanctuary h2 {
    margin: 2rem 0 1rem;
    border-left-width: 2px;
}.aoprivacy_sanctuary ul li {
    padding-left: 1.25rem;
}.aoprivacy_sanctuary p:hover,
    .aoprivacy_sanctuary ul li:hover,
    .aoprivacy_sanctuary span:hover,
    .aoprivacy_sanctuary h2:hover {
    transform: none;
}}footer {
    position: relative;
    width: 100%;
}footer .oValumni_net {
    padding: 80px 0 30px;
    background-color: rgb(124,169,154);
    color: #ffffff;
    position: relative;
    font-family: Arial, sans-serif;
}footer .oValumni_net::before {
    background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0, 40px 70px;
    left: 0;
    opacity: 0.05;
    width: 100%;
    background-size: 80px 140px;
    content: "";
    height: 100%;
    background-image: 
        linear-gradient(30deg, rgb(124,169,154) 12%, transparent 12.5%, transparent 87%, rgb(124,169,154) 87.5%, rgb(124,169,154)),
        linear-gradient(150deg, rgb(124,169,154) 12%, transparent 12.5%, transparent 87%, rgb(124,169,154) 87.5%, rgb(124,169,154)),
        linear-gradient(30deg, rgb(124,169,154) 12%, transparent 12.5%, transparent 87%, rgb(124,169,154) 87.5%, rgb(124,169,154)),
        linear-gradient(150deg, rgb(124,169,154) 12%, transparent 12.5%, transparent 87%, rgb(124,169,154) 87.5%, rgb(124,169,154)),
        linear-gradient(60deg, rgb(168,198,187,0.5) 25%, transparent 25.5%, transparent 75%, rgb(168,198,187,0.5) 75%, rgb(168,198,187,0.5)),
        linear-gradient(60deg, rgb(168,198,187,0.5) 25%, transparent 25.5%, transparent 75%, rgb(168,198,187,0.5) 75%, rgb(168,198,187,0.5));
    top: 0;
    pointer-events: none;
    position: absolute;
}footer .oValumni_net::after {
    width: 100%;
    height: 5px;
    content: "";
    top: 0;
    left: 0;
    pointer-events: none;
    position: absolute;
    background: linear-gradient(90deg, rgb(168,198,187), rgb(124,169,154));
}footer .ktlang_learn {
    z-index: 1;
    position: relative;
}footer .xZedu_query {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 60px;
    justify-content: center;
}footer .info_item {
    clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
    flex: 0 1 auto;
    justify-content: center;
    display: flex;
    max-width: 300px;
    cursor: pointer;
    min-height: 60px;
    padding: 20px 25px;
    background-color: rgba(255, 255, 255, 0.03);
    min-width: 200px;
    align-items: center;
    transition: all 0.4s ease;
    position: relative;
}footer .info_item::before {
    background-color: rgb(124,169,154);
    top: 3px;
    z-index: -1;
    right: 3px;
    left: 3px;
    pointer-events: none;
    content: "";
    bottom: 3px;
    position: absolute;
    clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
}footer .info_item:hover {
    background-color: rgb(168,198,187);
    transform: translateY(-5px);
}footer .info_item svg {
    width: 20px;
    margin-right: 12px;
    transition: fill 0.3s ease;
    flex-shrink: 0;
    fill: rgb(168,198,187);
    height: 20px;
}footer .info_item:hover svg {
    fill: #ffffff;
}footer .info_item p,
footer .info_item a {
    display: flex;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #ffffff;
    text-decoration: none;
    width: 100%;
    height: 100%;
    align-items: center;
    white-space: nowrap;
    z-index: 1;
    transition: all 0.3s ease;
    font-size: 12px;
}footer .text_main_holder {
    grid-template-columns: 1fr;
    padding-top: 40px;
    position: relative;
    display: grid;
    gap: 50px;
}footer .text_main_holder::before {
    height: 1px;
    width: 80%;
    content: "";
    pointer-events: none;
    left: 10%;
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
}footer .Zotop_edu {
    text-align: center;
    align-items: center;
    flex-direction: column;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    max-width: 350px;
    position: relative;
    display: flex;
    padding: 20px;
    justify-content: center;
    margin: 0 auto;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}footer .Zotop_edu::before {
    bottom: 3px;
    left: 3px;
    content: "";
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    pointer-events: none;
    right: 3px;
    top: 3px;
    z-index: -1;
    position: absolute;
    background-color: rgb(124,169,154);
}footer .Zotop_edu svg {
    filter: brightness(0) invert(1);
    margin-bottom: 20px;
    height: 45px;
    width: auto;
}footer .jmmusic_edu {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    font-size: 16px;
}footer .nMheader_master {
    position: relative;
    padding: 30px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.03);
}footer .nMheader_master h5 {
    margin-bottom: 25px;
    font-weight: 700;
    display: inline-block;
    padding-bottom: 10px;
    font-size: 22px;
    position: relative;
    color: #ffffff;
}footer .nMheader_master h5::after {
    width: 50px;
    height: 2px;
    content: "";
    bottom: 0;
    pointer-events: none;
    background-color: rgb(168,198,187);
    left: 0;
    position: absolute;
}footer .FEhead_train {
    gap: 5px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 20px;
}footer .FEhead_train a {
    padding: 12px 15px;
    color: rgba(255, 255, 255, 0.7);
    position: relative;
    font-size: 12px;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.03);
    border-radius: 10px;
    transition: all 0.3s ease;
    cursor: pointer;
    align-items: center;
    display: flex;
}footer .FEhead_train a::before {
    top: 50%;
    content: "";
    transform: translateY(-50%);
    border-bottom: 4px solid transparent;
    transition: all 0.3s ease;
    left: 5px;
    width: 0;
    pointer-events: none;
    opacity: 0;
    border-left: 4px solid rgb(168,198,187);
    height: 0;
    border-top: 4px solid transparent;
    position: absolute;
}footer .FEhead_train a:hover {
    padding-left: 25px;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.05);
}footer .FEhead_train a:hover::before {
    opacity: 1;
}footer .subscribe_holder {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 30px;
    position: relative;
}footer .subscribe_holder::before {
    background-size: 20px 20px;
    opacity: 0.05;
    left: 0;
    pointer-events: none;
    content: "";
    width: 100%;
    border-radius: 20px;
    background-image: 
        linear-gradient(-45deg, transparent 48%, rgb(168,198,187,0.5) 49%, rgb(168,198,187,0.5) 51%, transparent 52%),
        linear-gradient(45deg, transparent 48%, rgb(168,198,187,0.5) 49%, rgb(168,198,187,0.5) 51%, transparent 52%);
    position: absolute;
    top: 0;
    height: 100%;
}footer .subscribe_holder h5 {
    color: #ffffff;
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 700;
}footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 25px;
}footer .input_holder {
    position: relative;
    flex-direction: column;
    z-index: 5;
    display: flex;
    width: 100%;
    gap: 15px;
}footer .input_holder input[type="email"] {
    border-radius: 10px;
    cursor: text;
    -webkit-appearance: none;
    font-size: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.05);
    width: 100%;
    padding: 14px 16px;
    appearance: none;
    position: relative;
    z-index: 5;
    color: #ffffff;
}footer .input_holder input[type="email"]:focus {
    border-color: rgb(168,198,187);
    background-color: rgba(255, 255, 255, 0.08);
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}footer .urnew_beginnings {
    font-weight: 600;
    border: none;
    color: #ffffff;
    text-align: center;
    border-radius: 10px;
    position: relative;
    padding: 14px 20px;
    z-index: 5;
    cursor: pointer;
    width: 100%;
    font-size: 14px;
    background-color: rgb(168,198,187);
    transition: all 0.3s ease;
}footer .urnew_beginnings:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
    background-color: rgb(124,169,154);
}footer .Dtguide_section {
    text-align: center;
    position: relative;
    margin-top: 50px;
}footer .OIcode_labs {
    position: relative;
    padding: 0 20px;
    font-size: 16px;
    display: inline-block;
    color: rgba(255, 255, 255, 0.5);
}footer .OIcode_labs::before,
footer .OIcode_labs::after {
    content: "";
    top: 50%;
    width: 20px;
    background-color: rgba(255, 255, 255, 0.2);
    pointer-events: none;
    position: absolute;
    height: 1px;
}footer .OIcode_labs::before {
    transform: rotate(-45deg);
    left: -10px;
}footer .OIcode_labs::after {
    right: -10px;
    transform: rotate(45deg);
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .urnew_beginnings {
    min-width: 150px;
    width: auto;
    flex-shrink: 0;
}footer .input_holder input[type="email"] {
    flex: 1;
    min-width: 0;
}
}

@media (max-width: 991px) {footer .FEhead_train {
    grid-template-columns: 1fr;
}
}

@media (max-width: 767px) {footer .oValumni_net {
    padding: 60px 0 30px;
}footer .xZedu_query {
    margin-bottom: 40px;
}footer .info_item {
    min-width: 150px;
    padding: 15px 20px;
}footer .nMheader_master, footer .subscribe_holder {
    padding: 25px 20px;
}footer .Zotop_edu {
    padding: 15px;
    margin-bottom: 20px;
}footer .Dtguide_section {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .oValumni_net {
    padding: 50px 0 20px;
}footer .info_item {
    min-width: 100%;
}footer .nMheader_master h5, footer .subscribe_holder h5 {
    font-size: calc(22px - 2px);
    margin-bottom: 20px;
}footer .nMheader_master, footer .subscribe_holder {
    padding: 20px 15px;
}footer .input_holder input[type="email"],
    footer .urnew_beginnings {
    padding: 12px;
}}.xgpricing_card_list {
    padding: 100px 0;
    overflow: hidden;
    z-index: 1;
    position: relative;
}.xgpricing_card_list::before {
    position: absolute;
    width: 100%;
    background: linear-gradient(135deg, 
        rgba(22, 28, 45, 0.85) 0%,
        rgba(22, 28, 45, 0.75) 50%, 
        rgba(22, 28, 45, 0.9) 100%);
    z-index: -1;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
}.xgpricing_card_list .container {
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
}.xgpricing_card_list .eIlearn_deals {
    position: relative;
}.xgpricing_card_list h2 {
    font-size: 34px;
    letter-spacing: 0.5px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    position: relative;
    transform: translateZ(0);
    margin-bottom: 20px;
}.xgpricing_card_list h2::after {
    height: 4px;
    background: linear-gradient(90deg, rgb(168,198,187), rgb(124,169,154));
    transform: translateX(-50%);
    width: 80px;
    border-radius: 10px;
    left: 50%;
    position: absolute;
    content: "";
    bottom: -12px;
}.xgpricing_card_list .Iypricing_pack {
    font-weight: 300;
    color: #ffffff;
    margin: 0 auto 60px;
    font-size: calc(17px + 2px);
    line-height: 1.6;
    max-width: 800px;
    text-align: center;
    opacity: 0.9;
}.xgpricing_card_list .uiprice_choices {
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
    perspective: 1000px;
    margin: 0;
    list-style: none;
    display: grid;
}.xgpricing_card_list .uiprice_choices li {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.xgpricing_card_list .uiprice_choices li:hover {
    z-index: 2;
    transform: translateY(-15px);
}.xgpricing_card_list .fvprice_plan {
    transition: all 0.4s ease;
    backdrop-filter: blur(10px);
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    text-decoration: none;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 
                0 8px 15px rgba(0, 0, 0, 0.1),
                0 1px 0 rgba(255, 255, 255, 0.1) inset;
    overflow: hidden;
    display: block;
    background-color: rgba(255, 255, 255, 0.03);
    isolation: isolate;
    position: relative;
}.xgpricing_card_list .fvprice_plan::before {
    content: "";
    position: absolute;
    transform-origin: 0 0;
    top: 0;
    transform: scaleX(0);
    left: 0;
    background: linear-gradient(90deg, rgb(168,198,187), rgb(124,169,154));
    right: 0;
    height: 4px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}.xgpricing_card_list .fvprice_plan:hover::before {
    transform: scaleX(1);
}.xgpricing_card_list .fvprice_plan::after {
    position: absolute;
    background: linear-gradient(to top, rgba(rgb(168,198,187,0.5), 0.05), transparent);
    z-index: -1;
    content: "";
    width: 100%;
    left: 0;
    bottom: 0;
    height: 50%;
}.xgpricing_card_list .YSaccess_cost {
    display: flex;
    height: 100%;
    position: relative;
    box-sizing: border-box;
    padding: 35px 30px;
    z-index: 1;
    flex-direction: column;
}.xgpricing_card_list .UVfee_chart {
    flex: 1;
    flex-direction: column;
    display: flex;
}.xgpricing_card_list .UVfee_chart h4 {
    font-weight: 600;
    padding-bottom: 15px;
    letter-spacing: 0.5px;
    margin: 0 0 20px;
    position: relative;
    transition: transform 0.3s ease;
    color: #ffffff;
    font-size: calc(18px + 2px);
}.xgpricing_card_list .UVfee_chart h4::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    transition: width 0.3s ease;
    background: rgb(124,169,154);
}.xgpricing_card_list .fvprice_plan:hover .UVfee_chart h4::after {
    width: 60px;
}.xgpricing_card_list .UVfee_chart p {
    line-height: 1.6;
    margin: 0 0 30px;
    color: rgba(255, 255, 255, 0.8);
    overflow-wrap: break-word;
    word-wrap: break-word;
    font-size: 17px;
    flex: 1;
    hyphens: auto;
}.xgpricing_card_list .DMpricing_schemes {
    margin-top: auto;
    letter-spacing: 0.5px;
    font-size: calc(18px + 4px);
    position: relative;
    align-self: flex-start;
    display: block;
    border-radius: 10px;
    transition: all 0.3s ease;
    color: rgb(168,198,187);
    background: rgba(rgb(168,198,187,0.5), 0.1);
    font-weight: 700;
    padding: 10px 20px;
}.xgpricing_card_list .fvprice_plan:hover .DMpricing_schemes {
    background: rgba(rgb(168,198,187,0.5), 0.2);
    transform: scale(1.05);
}

@media (min-width: 1200px) {.xgpricing_card_list .uiprice_choices {
    grid-template-columns: repeat(4, 1fr);
}.xgpricing_card_list .YSaccess_cost {
    padding: 40px 35px;
}.xgpricing_card_list h2 {
    font-size: calc(34px + 4px);
}
}

@media (min-width: 992px) and (max-width: 1199px) {.xgpricing_card_list .uiprice_choices {
    grid-template-columns: repeat(3, 1fr);
}.xgpricing_card_list .YSaccess_cost {
    padding: 35px 30px;
}
}

@media (min-width: 768px) and (max-width: 991px) {.xgpricing_card_list .uiprice_choices {
    grid-template-columns: repeat(2, 1fr);
}.xgpricing_card_list .UVfee_chart p {
    font-size: calc(17px - 1px);
    margin-bottom: 25px;
}.xgpricing_card_list .YSaccess_cost {
    padding: 30px 25px;
}
}

@media (max-width: 767px) {.xgpricing_card_list {
    padding: 70px 0;
}.xgpricing_card_list .uiprice_choices {
    grid-template-columns: 1fr;
    gap: 20px;
}.xgpricing_card_list h2 {
    font-size: calc(34px - 2px);
}.xgpricing_card_list .Iypricing_pack {
    margin-bottom: 40px;
    font-size: 17px;
}.xgpricing_card_list .UVfee_chart h4 {
    font-size: 18px;
}.xgpricing_card_list .UVfee_chart p {
    font-size: calc(17px - 1px);
    margin-bottom: 20px;
}.xgpricing_card_list .DMpricing_schemes {
    font-size: calc(18px + 2px);
}.xgpricing_card_list .YSaccess_cost {
    padding: 30px 20px;
}
}

@media (max-width: 480px) {.xgpricing_card_list {
    padding: 50px 0;
}.xgpricing_card_list .YSaccess_cost {
    padding: 25px 20px;
}.xgpricing_card_list h2::after {
    height: 3px;
    width: 60px;
}.xgpricing_card_list .DMpricing_schemes {
    padding: 8px 16px;
}}.ricourse_overview {
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(211,227,220) 0%, rgba(245, 247, 250, 0.95) 100%);
    position: relative;
    overflow: hidden;
}.ricourse_overview::before {
    position: absolute;
    width: 250px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    opacity: 0.1;
    animation: float 12s ease-in-out infinite;
    right: -5%;
    z-index: 0;
    height: 250px;
    top: -5%;
    content: "";
    background: linear-gradient(225deg, rgb(168,198,187) 0%, rgb(168,198,187,0.5) 70%);
    transform: rotate(15deg);
}.ricourse_overview::after {
    width: 200px;
    background: linear-gradient(135deg, rgb(124,169,154) 0%, rgb(124,169,154,0.5) 80%);
    animation: float 15s ease-in-out infinite reverse;
    transform: rotate(-15deg);
    content: "";
    height: 200px;
    z-index: 0;
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    opacity: 0.1;
    left: -3%;
    bottom: -3%;
    position: absolute;
}.ricourse_overview .container {
    position: relative;
    margin: 0 auto;
    padding: 0 1.5rem;
    max-width: 1200px;
    z-index: 1;
}.ricourse_overview h2 {
    margin-bottom: 3rem;
    transform: perspective(1000px) rotateX(0deg);
    font-size: 38px;
    text-align: center;
    color: #000000;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    font-weight: 700;
}.ricourse_overview h2::after {
    position: absolute;
    height: 3px;
    bottom: -0.75rem;
    content: "";
    width: 80px;
    background: linear-gradient(90deg, rgb(168,198,187) 0%, rgb(124,169,154) 100%);
    transform: translateX(-50%);
    left: 50%;
}.ricourse_overview h2:hover {
    transform: perspective(1000px) rotateX(2deg) translateY(-5px);
}.ricourse_overview .oNprogram_map {
    grid-template-columns: 1fr;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    gap: 2.5rem;
    display: grid;
    transform: translateY(0);
    border-radius: 5px;
}.ricourse_overview .oNprogram_map:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}.ricourse_overview .sKimg_gallery_item {
    transform: scale(1);
    overflow: hidden;
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    height: 350px;
    position: relative;
}.ricourse_overview .sKimg_gallery_item::after {
    content: "";
    position: absolute;
    z-index: 1;
    height: 100%;
    background: linear-gradient(180deg, transparent 70%, rgba(0, 0, 0, 0.2) 100%);
    width: 100%;
    left: 0;
    top: 0;
}.ricourse_overview .sKimg_gallery_item:hover {
    transform: scale(1.03);
}.ricourse_overview .cacontent_pad {
    position: relative;
    padding: 2rem 2.5rem 2.5rem;
}.ricourse_overview .cacontent_pad::before {
    left: 50%;
    position: absolute;
    width: 90%;
    top: 0;
    height: 1px;
    transform: translateX(-50%);
    content: "";
    background: linear-gradient(90deg, transparent, rgb(124,169,154,0.5), transparent);
}.ricourse_overview .description {
    padding-right: 15px;
    position: relative;
    line-height: 1.8;
    max-height: 340px;
    font-size: 14px;
    overflow-y: auto;
    color: #000000;
    margin-bottom: 1.5rem;
}.ricourse_overview .description:last-child {
    margin-bottom: 0;
}.ricourse_overview .description::-webkit-scrollbar {
    width: 4px;
}.ricourse_overview .description::-webkit-scrollbar-track {
    background: rgb(211,227,220);
    border-radius: 10px;
}.ricourse_overview .description::-webkit-scrollbar-thumb {
    background: rgb(168,198,187,0.5);
    border-radius: 10px;
}.ricourse_overview .description::-webkit-scrollbar-thumb:hover {
    background: rgb(168,198,187);
}.ricourse_overview .description::first-letter {
    color: rgb(168,198,187);
    font-size: 1.5em;
    font-weight: 600;
}

@media (min-width: 768px) {.ricourse_overview {
    padding: 6rem 0;
}.ricourse_overview .oNprogram_map {
    grid-template-columns: 1fr 1.5fr;
    gap: 0;
}.ricourse_overview .sKimg_gallery_item {
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
    height: 100%;
}.ricourse_overview .cacontent_pad {
    padding: 3rem 3.5rem;
}.ricourse_overview .cacontent_pad::before {
    left: 0;
    top: 50%;
    width: 1px;
    background: linear-gradient(180deg, transparent, rgb(124,169,154,0.5), transparent);
    transform: translateY(-50%);
    height: 90%;
}.ricourse_overview h2 {
    margin-bottom: 4rem;
    font-size: calc(38px * 1.1);
}.ricourse_overview .description {
    columns: 2;
    column-gap: 2.5rem;
    max-height: 400px;
}
}

@media (min-width: 992px) {.ricourse_overview {
    padding: 7rem 0;
}.ricourse_overview h2 {
    font-size: calc(38px * 1.2);
}.ricourse_overview .oNprogram_map {
    grid-template-columns: 1fr 2fr;
}.ricourse_overview .description {
    font-size: calc(14px * 1.05);
    line-height: 1.85;
    max-height: 450px;
}
}

@media (min-width: 1200px) {.ricourse_overview .description {
    columns: 2;
    column-gap: 3rem;
}
}

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

@media (prefers-reduced-motion: reduce) {.ricourse_overview::before,
    .ricourse_overview::after {
    animation: none;
}.ricourse_overview .oNprogram_map:hover {
    transform: none;
}.ricourse_overview .sKimg_gallery_item:hover {
    transform: none;
}.ricourse_overview h2:hover {
    transform: none;
}
}