﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
.footer {
    flex: 0 0 auto;
}
header,footer {
    width: 100%;
}
.JXy_grid-container {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
.vaK_nav_page {
    flex: 1 0 auto;
}
svg {
    width: 30px;
    height: 30px;
}
section {
    background-color: rgb(233,242,228);
}
a {
    color: inherit;
    text-decoration: none;
}
html,body {
    min-height: 100%;
    height: 100%;
    font-family: Merriweather, sans-serif;
    color: #000000;
}
.container {
    margin: auto;
    width: 1191px;
    max-width: 100%;
}

@media only screen and (max-width: 1200px)  {
        .container {
            width: 100%;
            padding: 0 20px;
    }
}
@media only screen and (max-width: 800px)  {
        .container {
            padding: 0 12px;
    }
}header .top_plank {
    background: rgb(207,225,195);
    color:  #ffffff;
}
header .top_plank .sem_elite_trackpro div svg, header .top_plank .sem_elite_trackpro div svg path {
    fill: #ffffff;
}
header .top_plank .sem_elite_trackpro div span {
    color: #ffffff;
}
header .top_plank .sem_elite_trackpro {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 0 10px 0;
    font-size: 15px;
    line-height: 21px;
    flex-wrap: wrap;
}
header .top_plank .sem_elite_trackpro div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 24px;
}
header .top_plank .sem_elite_trackpro div img, header .top_plank .sem_elite_trackpro div svg {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}.Mct_course_description {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: linear-gradient(125deg, rgb(233,242,228) 0%, rgb(207,225,195,0.5) 100%);
}

.Mct_course_description::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(ellipse at 20% 30%, rgb(207,225,195,0.5) 0%, transparent 70%),
        radial-gradient(circle at 80% 70%, rgb(173,202,158,0.5) 0%, transparent 60%);
    opacity: 0.6;
    z-index: 1;
}

.Mct_course_description::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        repeating-linear-gradient(
            -45deg,
            rgba(255, 255, 255, 0.03),
            rgba(255, 255, 255, 0.03) 1px,
            transparent 1px,
            transparent 10px
        );
    z-index: 1;
    opacity: 0.4;
    animation: shiftBackground 30s linear infinite;
}

@keyframes shiftBackground {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.Mct_course_description .container {
    position: relative;
    z-index: 2;
}

.Mct_course_description .OVy_learning_tracks {
    position: relative;
    display: flex;
    flex-direction: column;
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.02), 
        rgba(255, 255, 255, 0.08)
    );
    border-radius: 26px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.Mct_course_description .OVy_learning_tracks::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(
            135deg,
            transparent,
            rgba(rgb(207,225,195), 0.05)
        );
    z-index: 1;
}


.Mct_course_description .Cvp_pic_item {
    position: absolute;
    width: 45%;
    height: 440px;
    top: 5%;
    right: 3%;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    overflow: hidden;
    z-index: 2;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.15);
    animation: morphShape 15s infinite alternate ease-in-out;
}

@keyframes morphShape {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }
    50% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
    100% {
        border-radius: 40% 60% 50% 50% / 30% 60% 40% 60%;
    }
}

.Mct_course_description .Cvp_pic_item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        215deg,
        transparent 30%,
        rgb(207,225,195,0.5) 100%
    );
    z-index: 2;
    opacity: 0.6;
    mix-blend-mode: overlay;
}

.Mct_course_description .Cvp_pic_item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(
            rgba(255, 255, 255, 0.1) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.1) 1px,
            transparent 1px
        );
    background-size: 20px 20px;
    z-index: 3;
    opacity: 0.2;
}

.Mct_course_description .gEJ_learn_network {
    position: relative;
    padding: 60px 50% 60px 60px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    min-height: 400px;
}

.Mct_course_description .uoN_header_page {
    position: relative;
    margin-bottom: 25px;
    display: inline-block;
    z-index: 4;
}

.Mct_course_description .uoN_header_page svg {
    width: 70px;
    height: auto;
    position: relative;
    z-index: 2;
    fill: #ffffff;
}

.Mct_course_description .uoN_header_page svg path {
    stroke: rgb(207,225,195);
    stroke-width: 0.5;
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
}

.Mct_course_description h3 {
    font-size: 33px;
    color: #ffffff;
    margin-bottom: 20px;
    position: relative;
    z-index: 4;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    max-width: 100%;
}

.Mct_course_description h3::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, rgb(207,225,195), rgb(173,202,158));
    border-radius: 3px;
    transition: width 0.3s ease;
}

.Mct_course_description .OVy_learning_tracks:hover h3::after {
    width: 120px;
}

.Mct_course_description p {
    color: #000000;
    font-size: 18px;
    line-height: 1.7;
    position: relative;
    z-index: 4;
    max-width: 100%;
    margin: 0;
}

.Mct_course_description .OVy_learning_tracks::after {
    content: "";
    position: absolute;
    bottom: -50px;
    left: -50px;
    width: 200px;
    height: 200px;
    background: rgb(173,202,158,0.5);
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.3;
    z-index: 1;
}

.Mct_course_description .gEJ_learn_network::before {
    content: "";
    position: absolute;
    top: 20px;
    right: 48%;
    width: 150px;
    height: 90%;
    background-image: 
        radial-gradient(circle, rgb(207,225,195,0.5) 1px, transparent 1px),
        radial-gradient(circle, rgb(173,202,158,0.5) 1px, transparent 1px);
    background-size: 20px 20px, 25px 25px;
    background-position: 0 0, 10px 10px;
    opacity: 0.2;
    z-index: 1;
    animation: floatDots 10s infinite alternate ease-in-out;
}

@keyframes floatDots {
    0% {
        transform: translateY(0);
        opacity: 0.2;
    }
    100% {
        transform: translateY(-20px);
        opacity: 0.4;
    }
}

@media (max-width: 1199px) {
    .Mct_course_description .gEJ_learn_network {
        padding: 50px 50% 50px 50px;
    }
    
    .Mct_course_description .Cvp_pic_item {
        width: 42%;
        height: 85%;
    }
}

@media (max-width: 991px) {
    .Mct_course_description {
        padding: 80px 0;
    }
    
    .Mct_course_description .OVy_learning_tracks {
        display: flex;
        flex-direction: column;
    }
    
    .Mct_course_description .gEJ_learn_network {
        padding: 220px 40px 50px 40px;
        min-height: auto;
    }
    
    .Mct_course_description .Cvp_pic_item {
        position: absolute;
        width: 80%;
        height: 200px;
        top: 0;
        left: 10%;
        border-radius: 0 0 50% 50% / 0 0 100% 100%;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }
    
    .Mct_course_description .uoN_header_page {
        position: absolute;
        top: 160px;
        left: 40px;
        margin-bottom: 0;
    }
    
    .Mct_course_description h3 {
        font-size: calc(33px * 0.9);
    }
    
    .Mct_course_description .gEJ_learn_network::before {
        display: none;
    }
}

@media (max-width: 767px) {
    .Mct_course_description {
        padding: 60px 0;
    }
    
    .Mct_course_description .gEJ_learn_network {
        padding: 200px 30px 40px 30px;
    }
    
    .Mct_course_description .Cvp_pic_item {
        height: 180px;
    }
    
    .Mct_course_description .uoN_header_page {
        top: 140px;
        left: 30px;
    }
    
    .Mct_course_description .uoN_header_page svg {
        width: 60px;
    }
    
    .Mct_course_description h3 {
        font-size: calc(33px * 0.8);
    }
    
    .Mct_course_description p {
        font-size: calc(18px * 0.95);
    }
}

@media (max-width: 480px) {
    .Mct_course_description {
        padding: 40px 0;
    }
    
    .Mct_course_description .gEJ_learn_network {
        padding: 180px 25px 30px 25px;
    }
    
    .Mct_course_description .Cvp_pic_item {
        height: 160px;
    }
    
    .Mct_course_description .uoN_header_page {
        top: 120px;
        left: 25px;
    }
    
    .Mct_course_description .uoN_header_page svg {
        width: 50px;
    }
    
    .Mct_course_description h3 {
        font-size: calc(33px * 0.7);
        margin-bottom: 15px;
    }
    
    .Mct_course_description p {
        font-size: calc(18px * 0.9);
    }
}footer {
    width: 100%;
    position: relative;
}

.footer {
    background-color: rgb(173,202,158);
    padding: 80px 0 30px;
    font-family: Merriweather, sans-serif;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.footer::before {
    content: "";
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    height: 100px;
    background-color: rgb(173,202,158);
    transform: skewY(-3deg);
    z-index: 0;
    clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0 100%);
}

.hES_equity_info {
    position: relative;
    z-index: 1;
}

.mVq_assist_form {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    margin-bottom: 60px;
}

.info_item {
    flex: 1 1 200px;
    max-width: 300px;
    position: relative;
    background-color: rgb(173,202,158,0.5);
    padding: 15px 20px 15px 25px;
    border-radius: 0 5px 5px 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    overflow: hidden;
}

.info_item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background-color: rgb(207,225,195);
}

.info_item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
    z-index: -1;
}

.info_item:nth-child(even) {
    background-color: rgb(207,225,195,0.5);
}

.info_item:hover {
    transform: translateY(-5px) translateX(5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.info_item svg {
    width: 20px;
    height: 20px;
    fill: rgb(207,225,195);
    margin-right: 12px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.info_item p, 
.info_item a {
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    transition: color 0.3s ease;
}

.info_item a:hover {
    color: rgb(207,225,195);
}

.text_main_holder {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    position: relative;
}

.uoN_header_page {
    position: relative;
    padding: 30px;
    background-color: rgb(173,202,158,0.5);
    border-radius: 24px;
}

.uoN_header_page::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 1px dashed rgba(255, 255, 255, 0.1);
    pointer-events: none;
    border-radius: calc(24px - 8px);
}

.uoN_header_page svg {
    height: 45px;
    width: auto;
    margin-bottom: 20px;
    display: block;
    filter: brightness(0) invert(1);
}

.JTN_mentor_net {
    font-size: 12px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
}

.feC_top_know {
    position: relative;
}

.feC_top_know h5 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #ffffff;
    position: relative;
    padding-left: 15px;
    display: inline-block;
}

.feC_top_know h5::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 3px;
    background-color: rgb(207,225,195);
}

.JRZ_top_study {
    position: relative;
    margin-bottom: 25px;
}

.JRZ_top_study a {
    position: relative;
    display: inline-block;
    margin: 0 10px 10px 0;
    padding: 10px 15px;
    background-color: rgb(173,202,158,0.5);
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 18px;
    border-radius: 0 5px 5px 0;
    transition: all 0.3s ease;
}

.JRZ_top_study a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: rgb(207,225,195);
    transition: width 0.3s ease;
}

.JRZ_top_study a:hover {
    background-color: rgb(207,225,195,0.5);
    color: #ffffff;
    transform: translateX(5px);
}

.JRZ_top_study a:hover::before {
    width: 5px;
}

.subscribe_holder {
    position: relative;
    padding: 30px;
    background-color: rgb(173,202,158,0.5);
    border-radius: 24px;
}

.subscribe_holder::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 1px dashed rgba(255, 255, 255, 0.1);
    pointer-events: none;
    border-radius: calc(24px - 8px);
}

.subscribe_holder h5 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #ffffff;
    position: relative;
    padding-left: 15px;
}

.subscribe_holder h5::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 3px;
    background-color: rgb(207,225,195);
}

.subscribe_holder p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.7);
}

.input_holder {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.input_holder input[type="email"] {
    padding: 14px 16px;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    color: #ffffff;
    font-size: 18px;
    transition: all 0.3s ease;
}

.input_holder input[type="email"]:focus {
    outline: none;
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgb(207,225,195);
}

.input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.UPx_learn_today {
    padding: 14px 20px;
    background-color: rgb(207,225,195);
    color: #ffffff;
    border: none;
    border-radius: 10px;
    font-size: 19px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.UPx_learn_today::after {
    content: "";
    position: absolute;
    top: -50%;
    left: -100%;
    width: 200%;
    height: 200%;
    background: rgba(255, 255, 255, 0.1);
    transform: rotate(30deg);
    transition: all 0.5s ease;
}

.UPx_learn_today:hover {
    background-color: rgb(173,202,158);
}

.UPx_learn_today:hover::after {
    left: 100%;
}

.SfZ_guide_section {
    margin-top: 50px;
    text-align: center;
    position: relative;
}

.SfZ_guide_section::before {
    content: "";
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
}

.eTN_syllabus_ref {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    position: relative;
    display: inline-block;
}

@media (min-width: 768px) {
    .text_main_holder {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 30px;
    }
    
    .input_holder {
        flex-direction: row;
    }
    
    .UPx_learn_today {
        white-space: nowrap;
    }
}

@media (max-width: 767px) {
    .footer {
        padding: 60px 0 30px;
    }
    
    .mVq_assist_form {
        margin-bottom: 40px;
    }
    
    .uoN_header_page, .subscribe_holder {
        padding: 25px 20px;
    }
    
    .JRZ_top_study a {
        margin: 0 5px 8px 0;
        padding: 8px 12px;
    }
    
    .SfZ_guide_section {
        margin-top: 40px;
    }
}

@media (max-width: 576px) {
    .footer {
        padding: 50px 0 20px;
    }
    
    .feC_top_know h5, .subscribe_holder h5 {
        font-size: calc(22px - 2px);
        margin-bottom: 20px;
    }
    
    .uoN_header_page::before, .subscribe_holder::before {
        top: 10px;
        left: 10px;
        right: 10px;
        bottom: 10px;
    }
    
    .input_holder input[type="email"],
    .UPx_learn_today {
        padding: 12px;
    }
}.QjP_id_thankbar {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(233,242,228);
    color: #000000;
    font-family: Merriweather, sans-serif;
    padding: 40px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 17px;
}
.QjP_id_thankbar .container {
    max-width: 1100px;
    text-align: left;
    padding: 50px;
    background: #ffffff;
    border-left: 5px solid rgb(207,225,195);
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.QjP_id_thankbar h2 {
    font-size: 30px;
    margin-bottom: 20px;
    color: rgb(207,225,195);
    font-weight: 700;
    border-bottom: 2px solid rgb(173,202,158);
    padding-bottom: 10px;
    letter-spacing: 1px;
}
.QjP_id_thankbar p {
    font-size: 16px;
    color: #000000;
    font-weight: 300;
    line-height: 1.8;
    max-width: 800px;
    margin: 20px 0;
}
@media only screen and (max-width: 1200px) {
    .QjP_id_thankbar .container {
        padding: 40px;
    }
    .QjP_id_thankbar h2 {
        font-size: 22px;
    }
    .QjP_id_thankbar p {
        font-size: 19px;
    }
}
@media only screen and (max-width: 800px) {
    .QjP_id_thankbar {
        padding: 20px 10px;
    }
    .QjP_id_thankbar .container {
        padding: 30px;
    }
    .QjP_id_thankbar h2 {
        font-size: 19px;
    }
    .QjP_id_thankbar p {
        font-size: 20px;
    }
}
.XFV_our_background {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 80px 0;
    background-color: rgb(233,242,228);
}

.XFV_our_background::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #ffffff 0%, rgb(233,242,228) 100%);
    z-index: 1;
    opacity: 0.85;
}

.XFV_our_background::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%;
    background-image: 
        radial-gradient(circle at 50% 50%, rgb(207,225,195,0.5) 1px, transparent 1px),
        radial-gradient(circle at 40% 40%, rgb(207,225,195,0.5) 1px, transparent 1px);
    background-size: 40px 40px;
    background-position: 0 0, 20px 20px;
    transform: rotate(30deg);
    opacity: 0.25;
    z-index: 1;
    animation: backgroundShift 60s linear infinite;
}

.XFV_our_background .container {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 1200px;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 30px;
}

.XFV_our_background .digital-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 2;
}

.XFV_our_background .digital-line {
    position: absolute;
    height: 100%;
    width: 1px;
    background: linear-gradient(to bottom, 
        transparent 0%, 
        rgb(207,225,195) 50%, 
        transparent 100%);
    opacity: 0.15;
    z-index: 2;
}

.XFV_our_background .digital-line:nth-child(1) {
    left: 10%;
    height: 70%;
    top: 15%;
    animation: lineGlow 8s infinite alternate;
}

.XFV_our_background .digital-line:nth-child(2) {
    left: 30%;
    height: 60%;
    top: 20%;
    animation: lineGlow 12s infinite alternate-reverse;
}

.XFV_our_background .digital-line:nth-child(3) {
    left: 50%;
    height: 80%;
    top: 10%;
    animation: lineGlow 10s infinite alternate;
}

.XFV_our_background .digital-line:nth-child(4) {
    left: 70%;
    height: 65%;
    top: 17.5%;
    animation: lineGlow 14s infinite alternate-reverse;
}

.XFV_our_background .digital-line:nth-child(5) {
    left: 90%;
    height: 75%;
    top: 12.5%;
    animation: lineGlow 16s infinite alternate;
}

.XFV_our_background .tech-circle {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgb(207,225,195);
    opacity: 0.15;
    z-index: 2;
}

.XFV_our_background .tech-circle:nth-child(6) {
    width: 300px;
    height: 300px;
    left: 20%;
    top: 30%;
    animation: rotateSlow 40s linear infinite;
}

.XFV_our_background .tech-circle:nth-child(7) {
    width: 500px;
    height: 500px;
    right: 10%;
    bottom: 20%;
    border-style: dashed;
    animation: rotateSlow 60s linear infinite reverse;
}

.XFV_our_background .tech-circle:nth-child(8) {
    width: 200px;
    height: 200px;
    left: 50%;
    top: 10%;
    border-color: rgb(173,202,158);
    animation: rotateSlow 30s linear infinite;
}

.XFV_our_background .digital-pulse {
    position: absolute;
    width: 4px;
    height: 4px;
    background: rgb(207,225,195);
    border-radius: 50%;
    opacity: 0.5;
    z-index: 2;
}

.XFV_our_background .digital-pulse:nth-child(9) {
    left: 25%;
    top: 30%;
    animation: pulseAndMove 10s infinite;
}

.XFV_our_background .digital-pulse:nth-child(10) {
    left: 60%;
    top: 60%;
    animation: pulseAndMove 14s infinite 2s;
}

.XFV_our_background .digital-pulse:nth-child(11) {
    left: 80%;
    top: 25%;
    animation: pulseAndMove 12s infinite 4s;
}

.XFV_our_background .digital-pulse:nth-child(12) {
    left: 35%;
    top: 70%;
    animation: pulseAndMove 16s infinite 6s;
}

.XFV_our_background .bpj_message_holder {
    grid-column: 3 / 11;
    background: #ffffff;
    border-radius: 14px;
    padding: 50px;
    position: relative;
    overflow: hidden;
    z-index: 5;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.08),
        0 0 15px rgba(rgb(207,225,195), 0.05);
    transform: perspective(1000px) rotateX(0deg);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.XFV_our_background .bpj_message_holder:hover {
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 20px rgba(rgb(207,225,195), 0.08);
}

.XFV_our_background .bpj_message_holder::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, 
        rgb(207,225,195) 0%, 
        rgb(173,202,158) 100%);
}

.XFV_our_background .bpj_message_holder::after {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    background: rgb(233,242,228);
    bottom: -60px;
    right: -60px;
    border-radius: 50%;
    z-index: -1;
    opacity: 0.5;
}

.XFV_our_background .corner-decoration {
    position: absolute;
    width: 20px;
    height: 20px;
    border-color: rgb(207,225,195);
    border-style: solid;
    opacity: 0.4;
    transition: all 0.3s ease;
}

.XFV_our_background .corner-decoration:nth-child(1) {
    top: 15px;
    left: 15px;
    border-width: 1px 0 0 1px;
}

.XFV_our_background .corner-decoration:nth-child(2) {
    top: 15px;
    right: 15px;
    border-width: 1px 1px 0 0;
}

.XFV_our_background .corner-decoration:nth-child(3) {
    bottom: 15px;
    left: 15px;
    border-width: 0 0 1px 1px;
}

.XFV_our_background .corner-decoration:nth-child(4) {
    bottom: 15px;
    right: 15px;
    border-width: 0 1px 1px 0;
}

.XFV_our_background .bpj_message_holder:hover .corner-decoration {
    width: 30px;
    height: 30px;
}

.XFV_our_background .bpj_message_holder h3 {
    font-size: 36px;
    color: rgb(207,225,195);
    margin-bottom: 25px;
    position: relative;
    font-weight: 700;
    letter-spacing: 1px;
    display: inline-block;
}

.XFV_our_background .bpj_message_holder h3::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, rgb(207,225,195), rgb(173,202,158,0.5));
    transition: width 0.3s ease;
}

.XFV_our_background .bpj_message_holder:hover h3::after {
    width: 100%;
}

.XFV_our_background .bpj_message_holder span {
    display: inline-block;
    font-size: 21px;
    font-weight: 600;
    color: rgb(173,202,158);
    margin: 15px 0;
    padding: 6px 15px;
    border-radius: 30px;
    background: rgb(233,242,228);
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
    transform: translateX(0);
    transition: transform 0.3s ease, background 0.3s ease;
}

.XFV_our_background .bpj_message_holder:hover span {
    transform: translateX(10px);
    background: rgb(233,242,228);
}

.XFV_our_background .bpj_message_holder p {
    font-size: 18px;
    line-height: 1.8;
    color: #000000;
    margin-top: 20px;
    padding-left: 20px;
    border-left: 2px solid rgb(207,225,195,0.5);
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: translateY(0);
}

.XFV_our_background .bpj_message_holder:hover p {
    transform: translateY(-5px);
}

.XFV_our_background .data-nodes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.XFV_our_background .data-node {
    position: absolute;
    width: 6px;
    height: 6px;
    background: rgb(207,225,195);
    border-radius: 50%;
    box-shadow: 0 0 10px rgb(207,225,195,0.5);
}

.XFV_our_background .data-node:nth-child(1) {
    top: 20%;
    left: 30%;
    animation: nodeGlow 4s infinite alternate;
}

.XFV_our_background .data-node:nth-child(2) {
    top: 70%;
    left: 60%;
    animation: nodeGlow 6s infinite alternate-reverse;
}

.XFV_our_background .data-node:nth-child(3) {
    top: 40%;
    left: 80%;
    animation: nodeGlow 5s infinite alternate;
}

.XFV_our_background .data-node:nth-child(4) {
    top: 80%;
    left: 20%;
    animation: nodeGlow 7s infinite alternate-reverse;
}

.XFV_our_background .data-node:nth-child(5) {
    top: 30%;
    left: 50%;
    animation: nodeGlow 8s infinite alternate;
}

.XFV_our_background .data-line {
    position: absolute;
    background: linear-gradient(90deg, 
        rgb(207,225,195,0.5), 
        rgb(173,202,158,0.5));
    height: 1px;
    opacity: 0.15;
    transform-origin: left center;
}

.XFV_our_background .data-line:nth-child(6) {
    top: calc(20% + 3px);
    left: calc(30% + 3px);
    width: calc(50% - 30% - 6px);
    transform: rotate(calc(atan((30% - 40%) / (50% - 30%)) * 180 / 3.14159deg));
    animation: lineOpacity 4s infinite alternate;
}

.XFV_our_background .data-line:nth-child(7) {
    top: calc(70% + 3px);
    left: calc(60% + 3px);
    width: calc(80% - 60% - 6px);
    transform: rotate(calc(atan((70% - 40%) / (80% - 60%)) * 180 / 3.14159deg));
    animation: lineOpacity 6s infinite alternate-reverse;
}

.XFV_our_background .data-line:nth-child(8) {
    top: calc(40% + 3px);
    left: calc(80% + 3px);
    width: calc(20% - 80% - 6px);
    transform: rotate(calc(atan((40% - 80%) / (20% - 80%)) * 180 / 3.14159deg));
    animation: lineOpacity 5s infinite alternate;
}

.XFV_our_background .data-line:nth-child(9) {
    top: calc(80% + 3px);
    left: calc(20% + 3px);
    width: calc(50% - 20% - 6px);
    transform: rotate(calc(atan((80% - 30%) / (50% - 20%)) * 180 / 3.14159deg));
    animation: lineOpacity 7s infinite alternate-reverse;
}

.XFV_our_background .tech-hexagon {
    position: absolute;
    width: 60px;
    height: calc(60px * 0.866);
    background: rgb(207,225,195);
    opacity: 0.08;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    z-index: 2;
}

.XFV_our_background .tech-hexagon:nth-child(10) {
    top: 15%;
    left: 15%;
    animation: hexagonPulse 10s infinite;
}

.XFV_our_background .tech-hexagon:nth-child(11) {
    bottom: 20%;
    right: 25%;
    animation: hexagonPulse 8s infinite 2s;
}

.XFV_our_background .floating-tech-element {
    position: absolute;
    z-index: 2;
    opacity: 0.1;
}

.XFV_our_background .floating-tech-element:nth-child(12) {
    top: 25%;
    right: 10%;
    width: 80px;
    height: 1px;
    background: rgb(207,225,195);
    transform: rotate(45deg);
    animation: elementFloat 15s infinite ease-in-out;
}

.XFV_our_background .floating-tech-element:nth-child(13) {
    bottom: 30%;
    left: 5%;
    width: 1px;
    height: 80px;
    background: rgb(173,202,158);
    animation: elementFloat 12s infinite ease-in-out reverse;
}

@keyframes backgroundShift {
    0% {
        transform: rotate(30deg) translateY(0);
    }
    50% {
        transform: rotate(30deg) translateY(-20px);
    }
    100% {
        transform: rotate(30deg) translateY(0);
    }
}

@keyframes lineGlow {
    0% {
        opacity: 0.05;
        height: 60%;
    }
    50% {
        opacity: 0.15;
    }
    100% {
        opacity: 0.05;
        height: 80%;
    }
}

@keyframes rotateSlow {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulseAndMove {
    0% {
        transform: translate(0, 0) scale(1);
        opacity: 0.4;
    }
    50% {
        transform: translate(100px, 50px) scale(1.5);
        opacity: 0.6;
    }
    100% {
        transform: translate(0, 0) scale(1);
        opacity: 0.4;
    }
}

@keyframes nodeGlow {
    0% {
        transform: scale(1);
        opacity: 0.2;
        box-shadow: 0 0 5px rgb(207,225,195,0.5);
    }
    100% {
        transform: scale(1.5);
        opacity: 0.4;
        box-shadow: 0 0 15px rgb(207,225,195,0.5);
    }
}

@keyframes lineOpacity {
    0% {
        opacity: 0.05;
    }
    100% {
        opacity: 0.15;
    }
}

@keyframes hexagonPulse {
    0% {
        transform: scale(1) rotate(0deg);
        opacity: 0.05;
    }
    50% {
        transform: scale(1.2) rotate(30deg);
        opacity: 0.1;
    }
    100% {
        transform: scale(1) rotate(60deg);
        opacity: 0.05;
    }
}

@keyframes elementFloat {
    0% {
        transform: translate(0, 0) rotate(45deg);
    }
    50% {
        transform: translate(20px, -20px) rotate(45deg);
    }
    100% {
        transform: translate(0, 0) rotate(45deg);
    }
}

@media screen and (max-width: 1200px) {
    .XFV_our_background .container {
        max-width: 960px;
    }
    
    .XFV_our_background .bpj_message_holder {
        grid-column: 2 / 12;
        padding: 40px;
    }
    
    .XFV_our_background .tech-circle:nth-child(7) {
        width: 400px;
        height: 400px;
    }
}

@media screen and (max-width: 992px) {
    .XFV_our_background {
        padding: 60px 0;
    }
    
    .XFV_our_background .container {
        max-width: 720px;
    }
    
    .XFV_our_background .bpj_message_holder {
        grid-column: 1 / 13;
        padding: 35px;
    }
    
    .XFV_our_background .bpj_message_holder h3 {
        font-size: calc(36px * 0.9);
    }
    
    .XFV_our_background .tech-circle:nth-child(8) {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .XFV_our_background {
        padding: 50px 0;
    }
    
    .XFV_our_background .container {
        max-width: 540px;
        grid-gap: 20px;
    }
    
    .XFV_our_background .bpj_message_holder {
        padding: 30px;
    }
    
    .XFV_our_background .bpj_message_holder h3 {
        font-size: calc(36px * 0.8);
    }
    
    .XFV_our_background .bpj_message_holder span {
        font-size: calc(21px * 0.9);
        padding: 5px 10px;
    }
    
    .XFV_our_background .bpj_message_holder p {
        font-size: calc(18px * 0.95);
        line-height: 1.7;
        padding-left: 15px;
    }
    
    .XFV_our_background .tech-circle:nth-child(6),
    .XFV_our_background .tech-circle:nth-child(7) {
        display: none;
    }
    
    .XFV_our_background .data-line:nth-child(8),
    .XFV_our_background .data-line:nth-child(9) {
        display: none;
    }
}

@media screen and (max-width: 576px) {
    .XFV_our_background {
        padding: 40px 0;
    }
    
    .XFV_our_background .container {
        padding: 0 15px;
    }
    
    .XFV_our_background .bpj_message_holder {
        padding: 25px;
    }
    
    .XFV_our_background .bpj_message_holder h3 {
        font-size: calc(36px * 0.7);
        margin-bottom: 20px;
    }
    
    .XFV_our_background .bpj_message_holder h3::after {
        height: 2px;
        width: 50px;
    }
    
    .XFV_our_background .bpj_message_holder span {
        font-size: calc(21px * 0.8);
        margin: 10px 0;
        padding: 4px 8px;
    }
    
    .XFV_our_background .bpj_message_holder p {
        font-size: calc(18px * 0.9);
        line-height: 1.6;
        padding-left: 10px;
        border-left-width: 1px;
    }
    
    .XFV_our_background .corner-decoration {
        width: 15px;
        height: 15px;
    }
    
    .XFV_our_background .digital-line:nth-child(1),
    .XFV_our_background .digital-line:nth-child(5) {
        display: none;
    }
    
    .XFV_our_background .data-node:nth-child(3),
    .XFV_our_background .data-node:nth-child(4) {
        display: none;
    }
    
    .XFV_our_background .data-line:nth-child(6),
    .XFV_our_background .data-line:nth-child(7) {
        display: none;
    }
    
    .XFV_our_background .tech-hexagon:nth-child(11) {
        display: none;
    }
}header {
    padding-bottom: 10px;
    background: linear-gradient(135deg, rgb(207,225,195), rgb(173,202,158));
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}
.HBU_head_info {
    border-top: 10px solid rgb(207,225,195);
    border-bottom: 2px solid rgb(207,225,195);
    background: linear-gradient(135deg, rgb(233,242,228), #ffffff);
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    padding: 20px;
}
.HBU_head_info .qOD_head_main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border: 2px solid rgb(207,225,195);
    border-radius: 30px;
    background: linear-gradient(135deg, #ffffff, rgb(233,242,228));
}
.HBU_head_info .qOD_head_main .uoN_header_page {
    margin: 10px 0;
    position: relative;
    z-index: 1;
    border: 2px solid rgb(207,225,195);
    border-radius: 10px;
    padding: 10px;
    background: #ffffff;
}
.HBU_head_info .qOD_head_main .uoN_header_page svg, .HBU_head_info .qOD_head_main .uoN_header_page img {
    width: 100px;
    height: 100px;
    fill: rgb(207,225,195);
    transition: transform 0.3s ease;
}
.HBU_head_info .qOD_head_main .uoN_header_page:hover svg, .HBU_head_info .qOD_head_main .uoN_header_page:hover img {
    transform: scale(1.1);
}
.HBU_head_info .gVE_head_learning {
    width: 50%;
    font-size: 22px;
    text-align: center;
    color: rgb(173,202,158);
    font-weight: 600;
    margin-bottom: 20px;
    border-bottom: 2px solid rgb(207,225,195);
    padding-bottom: 10px;
}
.HBU_head_info .BQU_nav_start {
    display: flex;
    justify-content: center;
    align-items: stretch;
    margin-bottom: -2px;
    margin-top: 20px;
    position: relative;
    z-index: 11;
    border-top: 2px solid rgb(207,225,195);
    padding-top: 10px;
}
.HBU_head_info .BQU_nav_start a {
    border: 2px solid transparent;
    border-bottom: 2px solid rgb(207,225,195);
    padding: 10px 16px;
    color: rgb(173,202,158);
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
}

@media only screen and (max-width: 1000px) {
    .HBU_head_info .gVE_head_learning {
        width: 100%;
    }
    .HBU_head_info .BQU_nav_start {
        flex-direction: column;
    }
}.Kbl_contact_us {
    padding-top: 80px;
    padding-bottom: 80px;
}
.Kbl_contact_us h3 {
    color: rgb(173,202,158);
}
.Kbl_contact_us .Szs_help_request {
    background:rgb(233,242,228);
    border-radius: 10px;
}
.Kbl_contact_us .Tzp_feedback_form svg, .Kbl_contact_us .Tzp_feedback_form svg path {
    fill: rgb(207,225,195);
}
.Kbl_contact_us .Tzp_feedback_form .dJZ_request_box h5 {
    color: rgb(207,225,195);
}
.Kbl_contact_us .Tzp_feedback_form span {
    color:  #000000;
}
.Kbl_contact_us .Tzp_feedback_form .dJZ_request_box svg, .Kbl_contact_us .Tzp_feedback_form .dJZ_request_box svg path {
    fill:  #000000;
}
.Kbl_contact_us form input {
    color: #000000;
    border-radius:6px;
    background:  #ffffff;
}
.Kbl_contact_us form  .mdP_feedback_inquiry {
    background: rgb(173,202,158);
    color:  #ffffff;
    border-radius: 100px;
}
.Kbl_contact_us form  .mdP_feedback_inquiry:hover {
    background: rgb(207,225,195);
}


.Kbl_contact_us .OVy_learning_tracks {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.Kbl_contact_us .holder>div {
    width: 80%;
    padding: 40px;
}
.Kbl_contact_us .Szs_help_request {

}
.Kbl_contact_us .Szs_help_request form {
    display: flex;
    flex-direction: column;
}
.Kbl_contact_us h3 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 18px;
}
.Kbl_contact_us .Tzp_feedback_form {
    padding-top: 40px;
}
.Kbl_contact_us form input {
    border: none;
    padding: 13px;
    width: 100%;
    margin-bottom: 24px;
    line-height: 24px;
    outline: none;
    border: 1px solid transparent;
}
.Kbl_contact_us form  .mdP_feedback_inquiry {
    font-weight: 400;
    cursor: pointer;
}
.Kbl_contact_us .Tzp_feedback_form .dJZ_request_box h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
}
.Kbl_contact_us .Tzp_feedback_form svg, .Kbl_contact_us .Tzp_feedback_form img {
    margin-right: 16px;
    width: 16px;
    height: 16px;
}
.Kbl_contact_us .Tzp_feedback_form span {
    font-size: 17px;
}
.Kbl_contact_us .uoN_header_page {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 30px;
    margin-right: 30px;
}
.Kbl_contact_us .uoN_header_page svg, .Kbl_contact_us .uoN_header_page img {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
    margin-right: 0;
}
.Kbl_contact_us .Tzp_feedback_form .dJZ_request_box span {
    font-weight: 300;
}
.Kbl_contact_us .Tzp_feedback_form .contact_info>div {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.Kbl_contact_us .EhS_connect_list {
    display: flex;
    justify-content: space-between;
}
.Kbl_contact_us .EhS_connect_list #surname {
    margin-left: 24px;
}
.Kbl_contact_us  .IoJ_feedback_message {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.Kbl_contact_us  .IoJ_feedback_message label {
    display: block;
}
.Kbl_contact_us  .IoJ_feedback_message a {
    margin-left: 5px;
    color: rgb(207,225,195);
}

.Kbl_contact_us  .IoJ_feedback_message input[type=checkbox] {
    width: auto;
    margin: 0;
    margin-right: 5px;
}

@media only screen and (max-width: 600px)  {
    .Kbl_contact_us .OVy_learning_tracks {
        flex-direction: column;
    }
    .Kbl_contact_us .holder>div {
        width: 100%;
    }
    .Kbl_contact_us {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .Kbl_contact_us h3 {
        font-size: 30px;
    }
}

.MCk_newsletter_subscription {
    padding-bottom: 80px;
    padding-top: 80px;
    position: relative;
}

.MCk_newsletter_subscription .OVy_learning_tracks {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.MCk_newsletter_subscription input {
    padding: 12px;
    background: #ffffff;
    outline: none;
    border: 1px solid rgb(173,202,158,0.5);
    margin-right: 10px;
    min-width: 200px;
}

.MCk_newsletter_subscription h2 {
    margin-bottom: 20px;
    text-align: center;
}

.MCk_newsletter_subscription .mdP_feedback_inquiry {
    background: rgb(173,202,158);
    color: #ffffff;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    flex-shrink: 0;
}

.MCk_newsletter_subscription .input_holder {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 800px) {
    .MCk_newsletter_subscription .OVy_learning_tracks {
        flex-direction: column;
    }

    .MCk_newsletter_subscription {
        padding: 30px 20px;
    }

    .MCk_newsletter_subscription input {
        min-width: unset;
    }

    .MCk_newsletter_subscription .mdP_feedback_inquiry {
        flex-shrink: unset;
    }

    .MCk_newsletter_subscription .input_holder {
        flex-direction: column;
        width: 100%;
    }

    .MCk_newsletter_subscription input {
        margin: 0;
        margin-bottom: 10px;
        width: 100%;
    }

    .JXy_grid-container .MCk_newsletter_subscription .OVy_learning_tracks h2 {
        font-size: 20px;
    }
}

.JXy_grid-container .MCk_newsletter_subscription {
    background: rgb(233,242,228);
    padding: 60px 40px;
    position: relative;
    color: #000000;
    overflow: hidden;
}

.JXy_grid-container .MCk_newsletter_subscription .OVy_learning_tracks {
    padding: 40px;
    background: #ffffff;
    border-radius: 26px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.JXy_grid-container .MCk_newsletter_subscription:hover .OVy_learning_tracks {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
}

.JXy_grid-container .MCk_newsletter_subscription h2 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 30px;
    color: rgb(207,225,195);
    position: relative;
    z-index: 1;
    transition: color 0.3s ease-in-out;
}

.JXy_grid-container .MCk_newsletter_subscription h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background: rgb(207,225,195);
    margin: 10px auto 0;
    transition: width 0.3s ease-in-out;
}

.JXy_grid-container .MCk_newsletter_subscription:hover h2 {
    color: rgb(173,202,158);
}

.JXy_grid-container .MCk_newsletter_subscription:hover h2::after {
    width: 100px;
}

.JXy_grid-container .MCk_newsletter_subscription .input_holder {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    gap: 10px;
}

.JXy_grid-container .MCk_newsletter_subscription input[type="email"] {
    border-radius: 10px;
    background: rgb(233,242,228);
    color: #000000;
    padding: 16px 20px;
    width: 70%;
    border: 1px solid rgb(207,225,195,0.5);
    font-size: 12px;
    margin: 0;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.JXy_grid-container .MCk_newsletter_subscription input[type="email"]:focus {
    border-color: rgb(207,225,195);
    box-shadow: 0 0 8px rgb(207,225,195,0.5);
    outline: none;
}

.JXy_grid-container .MCk_newsletter_subscription .mdP_feedback_inquiry {
    border-radius: 10px;
    background: rgb(207,225,195);
    padding: 14px 24px;
    font-size: 19px;
    font-weight: 600;
    color: #ffffff;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.JXy_grid-container .MCk_newsletter_subscription .mdP_feedback_inquiry:hover {
    background: rgb(173,202,158);
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgb(173,202,158,0.5);
}

@media only screen and (max-width: 800px) {
    .JXy_grid-container .MCk_newsletter_subscription {
        padding: 30px 20px;
    }

    .JXy_grid-container .MCk_newsletter_subscription .OVy_learning_tracks {
        padding: 30px;
    }

    .JXy_grid-container .MCk_newsletter_subscription .input_holder {
        flex-direction: column;
        gap: 15px;
    }

    .JXy_grid-container .MCk_newsletter_subscription input[type="email"] {
        width: 100%;
    }

    .JXy_grid-container .MCk_newsletter_subscription .mdP_feedback_inquiry {
        width: 100%;
    }
}.yWQ_welcome {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 600px;
    overflow: hidden;
    background-color: rgb(233,242,228);
    perspective: 1200px;
}

.yWQ_welcome::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 20px 20px;
    z-index: 1;
    animation: gridMove 30s infinite linear;
}

.yWQ_welcome::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(135deg, rgb(207,225,195,0.5) 0%, transparent 70%),
        linear-gradient(225deg, rgb(173,202,158,0.5) 0%, transparent 70%);
    z-index: 1;
    mix-blend-mode: soft-light;
}

.yWQ_welcome .OVy_learning_tracks {
    position: relative;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    z-index: 3;
}

.yWQ_welcome .qdM_skill_trackfast {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.yWQ_welcome .AnQ_edu_begin {
    display: flex;
    height: 100%;
    width: fit-content;
    animation: carouselSlide 25s cubic-bezier(0.33, 1, 0.68, 1) infinite;
}

.yWQ_welcome .tvd_course_entry {
    width: 100vw;
    height: 100%;
    position: relative;
    overflow: hidden;
    transform-style: preserve-3d;
}

.yWQ_welcome .tvd_course_entry::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.5) 0%,
        rgba(0, 0, 0, 0.4) 50%,
        rgba(0, 0, 0, 0.5) 100%
    );
    z-index: 2;
}

.yWQ_welcome .tvd_course_entry img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.9) contrast(1.1) saturate(1.1);
    transform-origin: center;
    animation: zoomPan 20s infinite alternate ease-in-out;
}

.yWQ_welcome .bpj_message_holder {
    position: relative;
    max-width: 550px;
    margin-left: auto;
    margin-right: 10%;
    padding: 2.5rem 3rem;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    z-index: 4;
    animation: textReveal 1.2s ease-out forwards;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.2),
        inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.yWQ_welcome .bpj_message_holder::before {
    content: "";
    position: absolute;
    top: 15px;
    right: 15px;
    width: 8px;
    height: 8px;
    background-color: rgb(207,225,195);
    border-radius: 50%;
    opacity: 0.8;
    animation: blinkPulse 2s infinite alternate;
}

.yWQ_welcome .bpj_message_holder::after {
    content: "";
    position: absolute;
    top: 30px;
    right: 15px;
    width: 6px;
    height: 6px;
    background-color: rgb(173,202,158);
    border-radius: 50%;
    opacity: 0.8;
    animation: blinkPulse 3s infinite alternate;
}

.yWQ_welcome .bpj_message_holder h2 {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1.5rem;
    position: relative;
    letter-spacing: 1px;
    padding-bottom: 15px;
}

.yWQ_welcome .bpj_message_holder h2::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, rgb(207,225,195), transparent);
}

.yWQ_welcome .bpj_message_holder h2::after {
    content: "";
    position: absolute;
    left: 55px;
    bottom: 0;
    width: 20px;
    height: 3px;
    background-color: rgb(207,225,195);
    animation: pulseWidth 2s infinite alternate;
}

.yWQ_welcome .bpj_message_holder p {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 2.5rem;
    line-height: 1.7;
    letter-spacing: 0.3px;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.yWQ_welcome .bpj_message_holder .mdP_feedback_inquiry {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2.5rem;
    background: linear-gradient(
        90deg,
        rgb(207,225,195) 0%,
        rgb(173,202,158) 100%
    );
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    border: none;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    z-index: 1;
    clip-path: polygon(
        0 0,
        90% 0,
        100% 50%,
        90% 100%,
        0 100%
    );
}

.yWQ_welcome .bpj_message_holder .mdP_feedback_inquiry::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    z-index: -1;
    animation: buttonScan 3s infinite;
}

.yWQ_welcome .bpj_message_holder .mdP_feedback_inquiry:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    filter: brightness(1.1);
}

.yWQ_welcome .OVy_learning_tracks::before {
    content: "";
    position: absolute;
    left: 5%;
    top: 30%;
    width: 150px;
    height: 150px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    animation: rotate 20s linear infinite;
    z-index: 2;
}

.yWQ_welcome .OVy_learning_tracks::after {
    content: "";
    position: absolute;
    left: 5%;
    top: 30%;
    width: 150px;
    height: 150px;
    border: 1px dashed rgb(207,225,195,0.5);
    border-radius: 50%;
    animation: rotate 30s linear infinite reverse;
    z-index: 2;
}

@keyframes carouselSlide {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(-100vw);
    }
    40%, 56% {
        transform: translateX(-200vw);
    }
    60%, 76% {
        transform: translateX(-300vw);
    }
    80%, 96% {
        transform: translateX(-400vw);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes zoomPan {
    0% {
        transform: scale(1) translate(0, 0);
    }
    25% {
        transform: scale(1.05) translate(-1%, -1%);
    }
    50% {
        transform: scale(1.08) translate(1%, 0);
    }
    75% {
        transform: scale(1.05) translate(0, 1%);
    }
    100% {
        transform: scale(1) translate(0, 0);
    }
}

@keyframes textReveal {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes buttonScan {
    0% {
        left: -100%;
    }
    50% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes blinkPulse {
    0% {
        opacity: 0.3;
    }
    100% {
        opacity: 1;
    }
}

@keyframes pulseWidth {
    0% {
        width: 20px;
    }
    100% {
        width: 40px;
    }
}

@media screen and (max-width: 1200px) {
    .yWQ_welcome .bpj_message_holder {
        margin-right: 5%;
        max-width: 500px;
    }
    
    .yWQ_welcome .OVy_learning_tracks::before,
    .yWQ_welcome .OVy_learning_tracks::after {
        width: 120px;
        height: 120px;
    }
}

@media screen and (max-width: 992px) {
    .yWQ_welcome .OVy_learning_tracks {
        grid-template-columns: 1fr;
    }
    
    .yWQ_welcome .bpj_message_holder {
        max-width: 80%;
        margin: 0 auto;
        padding: 2rem;
    }
    
    .yWQ_welcome .bpj_message_holder h2 {
        font-size: calc(36px * 0.9);
    }
    
    .yWQ_welcome .OVy_learning_tracks::before,
    .yWQ_welcome .OVy_learning_tracks::after {
        left: 10%;
        width: 100px;
        height: 100px;
    }
}

@media screen and (max-width: 768px) {
    .yWQ_welcome {
        height: 100vh;
    }
    
    .yWQ_welcome .bpj_message_holder {
        max-width: 90%;
        padding: 1.8rem;
        margin-top: 20%;
    }
    
    .yWQ_welcome .bpj_message_holder h2 {
        font-size: calc(36px * 0.8);
    }
    
    .yWQ_welcome .bpj_message_holder p {
        font-size: calc(16px * 0.95);
    }
    
    .yWQ_welcome .OVy_learning_tracks::before,
    .yWQ_welcome .OVy_learning_tracks::after {
        display: none;
    }
}

@media screen and (max-width: 576px) {
    .yWQ_welcome .bpj_message_holder {
        padding: 1.5rem;
        max-width: 92%;
        margin-top: 25%;
    }
    
    .yWQ_welcome .bpj_message_holder h2 {
        font-size: calc(36px * 0.7);
        margin-bottom: 1rem;
    }
    
    .yWQ_welcome .bpj_message_holder p {
        font-size: calc(16px * 0.9);
        margin-bottom: 1.5rem;
    }
    
    .yWQ_welcome .bpj_message_holder .mdP_feedback_inquiry {
        padding: 0.8rem 2rem;
        font-size: calc(20px * 0.9);
    }
}.wWH_privacy_sanctuary {
    background-color: #ffffff;
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.wWH_privacy_sanctuary h1 {
    font-family: Merriweather, sans-serif;
    font-size: 31px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 15px;
}
.wWH_privacy_sanctuary h2 {
    font-family: Merriweather, sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #000000;
    margin: 10px 0;
}
.wWH_privacy_sanctuary h3, .wWH_privacy_sanctuary h4, .wWH_privacy_sanctuary h5, .wWH_privacy_sanctuary h6 {
    font-size: 22px;
    margin: 1em 0;
    color: #000000;
}
.wWH_privacy_sanctuary ul {
    list-style-type: square;
    margin: 20px 0;
    color: #000000;
}
.wWH_privacy_sanctuary li {
    font-family: Merriweather, sans-serif;
    font-size: 13px;
    color: #000000;
    line-height: 1.6;
}
@media only screen and (max-width: 800px) {
    .wWH_privacy_sanctuary {
        padding: 20px;
    }
    .wWH_privacy_sanctuary h1 {
        font-size: 22px;
    }
    .wWH_privacy_sanctuary h2 {
        font-size: 21px;
    }
    .wWH_privacy_sanctuary li {
        font-size: 13px;
    }
}.jDZ_academic_experience {
    padding: 100px 0;
    background: #000000;
    color: #ffffff;
    font-family: Merriweather, sans-serif;
}

.jDZ_academic_experience .container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 60px;
}

.jDZ_academic_experience .OVy_learning_tracks {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    background: rgb(207,225,195,0.5);
    border-radius: 27px;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.jDZ_academic_experience .OVy_learning_tracks:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.3);
}

.jDZ_academic_experience .jpU_feedback_showcase {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 30px;
    border-radius: 10px;
    background: rgb(173,202,158,0.5);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.jDZ_academic_experience .jpU_feedback_showcase:hover {
    transform: scale(1.05);
}

.jDZ_academic_experience .Cvp_pic_item {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-size: cover;
    margin-bottom: 20px;
    border: 5px solid rgb(207,225,195);
    transition: border 0.3s ease-in-out;
}

.jDZ_academic_experience .Cvp_pic_item:hover {
    border: 5px solid rgb(173,202,158);
}

.jDZ_academic_experience .Uqp_experience_path {
    width: 100%;
    max-width: 600px;
}

.jDZ_academic_experience .Uqp_experience_path .name {
    font-size: 39px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
    transition: color 0.3s ease-in-out;
}

.jDZ_academic_experience .Uqp_experience_path .name:hover {
    color: rgb(207,225,195);
}

.jDZ_academic_experience .Uqp_experience_path span {
    display: block;
    font-size: 17px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;
}

.jDZ_academic_experience .Uqp_experience_path .OQS_job_block {
    font-size: 16px;
    font-style: italic;
    color: #ffffff;
    line-height: 1.6;
    position: relative;
    padding-left: 20px;
}

.jDZ_academic_experience .Uqp_experience_path .OQS_job_block::before {
    content: "“";
    font-size: 40px;
    position: absolute;
    left: 0;
    top: 0;
    color: rgb(173,202,158);
}

@media only screen and (max-width: 1200px) {
    .jDZ_academic_experience .jpU_feedback_showcase {
        max-width: 90%;
    }
}

@media only screen and (max-width: 800px) {
    .jDZ_academic_experience {
        padding: 60px 0;
    }

    .jDZ_academic_experience .OVy_learning_tracks {
        flex-direction: column;
        padding: 20px;
    }

    .jDZ_academic_experience .jpU_feedback_showcase {
        max-width: 100%;
        width: 100%;
        padding: 20px;
    }

    .jDZ_academic_experience .Cvp_pic_item {
        width: 100px;
        height: 100px;
    }

    .jDZ_academic_experience .Uqp_experience_path .OQS_job_block::before {
        font-size: 30px;
    }
}

.JXy_grid-container .jDZ_academic_experience {
    padding: 150px 0;
    background: rgb(233,242,228);
}

.JXy_grid-container .jDZ_academic_experience .OVy_learning_tracks {
    flex-direction: column;
    align-items: center;
    padding: 30px;
    background: rgb(207,225,195,0.5);
    border-radius: 27px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.JXy_grid-container .jDZ_academic_experience .OVy_learning_tracks:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.JXy_grid-container .Uqp_experience_path {
    background: rgb(173,202,158,0.5);
    border-radius: 27px;
    padding: 50px;
    width: 80%;
    position: relative;
    text-align: center;
    transition: background 0.3s ease-in-out;
}

.JXy_grid-container .Uqp_experience_path:hover {
    background: rgb(207,225,195,0.5);
}

.JXy_grid-container .Uqp_experience_path::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border: 2px solid rgb(207,225,195);
    border-radius: 27px;
    z-index: -1;
}

.JXy_grid-container .jDZ_academic_experience .Cvp_pic_item {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 5px solid rgb(207,225,195);
    margin-bottom: 20px;
    transition: border 0.3s ease-in-out;
}

.JXy_grid-container .jDZ_academic_experience .Cvp_pic_item:hover {
    border: 5px solid rgb(173,202,158);
}

@media only screen and (max-width: 800px) {
    .JXy_grid-container .jDZ_academic_experience {
        padding: 80px 0;
    }

    .JXy_grid-container .jDZ_academic_experience .OVy_learning_tracks {
        padding: 20px;
    }

    .JXy_grid-container .Uqp_experience_path {
        width: 100%;
        padding: 20px;
    }

    .JXy_grid-container .jDZ_academic_experience .Cvp_pic_item {
        width: 100px;
        height: 100px;
    }
}
