* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}html,body {
    auto
contain
touch-action: none;
    font-family: Arial, sans-serif;
    scroll-snap-type: none;
    color: #000000;
    scroll-behavior: smooth;
    height: 100%;
    min-height: 100%;
}::-webkit-scrollbar {
    width: 11px;
}::-webkit-scrollbar-track {
    border-radius: 6.9em;
    border: 1px ridge rgb(134,178,141,0.5);
}::-webkit-scrollbar-thumb {
    border: 1px double rgb(98,142,105);
    box-shadow: 0px 2px 9px 1px rgba(0, 0, 0, 0.7);
    background: rgb(134,178,141);
    border-radius: 6.4vh;
}::-webkit-scrollbar-thumb:hover {
    box-shadow: -2px -3px 14px 0px rgba(0, 0, 0, 0.7);
    border-color: rgb(255, 255, 255, 0.5);
    background: rgb(169,214,175);
}html {
    scrollbar-color: rgb(255, 255, 255, 0.5) rgb(134,178,141);
    scrollbar-width: none;
}.site_headLpXw {
    flex: 1 0 auto;
}.stats_toolCtWI {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}svg {
    width: 30px;
    height: 30px;
}.framework-wrapHsRW {
    flex-direction: column;
    display: flex;
    min-height: 100%;
    height: 100%;
}.container {
    width: 1133px;
    margin: auto;
    max-width: 100%;
}a {
    text-decoration: none;
    color: inherit;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.contact_form_sectionbWUy {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}.contact_form_sectionbWUy::before {
    height: 100%;
    position: absolute;
    top: 0;
    content: '';
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(8px);
    width: 100%;
    z-index: 1;
}.contact_form_sectionbWUy::after {
    animation: gradientShift 15s infinite alternate;
    left: 0;
    background: radial-gradient(circle at 20% 50%, rgb(134,178,141,0.5) 0%, transparent 50%),
                radial-gradient(circle at 80% 20%, rgb(98,142,105,0.5) 0%, transparent 40%);
    z-index: 2;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
}@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.contact_form_sectionbWUy .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
    z-index: 3;
}.contact_form_sectionbWUy .feedback_blockgvIQ {
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.1) 100%);
}.contact_form_sectionbWUy .feedback_queryNPnY {
    background: linear-gradient(135deg, rgb(134,178,141,0.5) 0%, rgb(98,142,105,0.5) 100%);
    position: relative;
    flex: 1;
    padding: 50px 40px;
}.contact_form_sectionbWUy .feedback_queryNPnY::before {
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    animation: patternMove 20s linear infinite;
    height: 200%;
    top: -50%;
    position: absolute;
    z-index: -1;
    content: '';
    left: -50%;
    width: 200%;
}@keyframes patternMove {
    0% {
        transform: rotate(0) translate(0, 0);
    }
    100% {
        transform: rotate(360deg) translate(0, 0);
    }
}

.contact_form_sectionbWUy .feedback_queryNPnY h3 {
    position: relative;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 40px;
    font-size: 34px;
    padding-bottom: 15px;
}.contact_form_sectionbWUy .feedback_queryNPnY h3::after {
    left: 0;
    content: '';
    width: 60px;
    position: absolute;
    height: 3px;
    bottom: 0;
    border-radius: 10px;
    background: #ffffff;
}.contact_form_sectionbWUy .feedback_queryNPnY div {
    border-radius: 10px;
    border-left: 3px solid rgb(98,142,105);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: rgba(255, 255, 255, 0.08);
    align-items: center;
    padding: 15px;
    margin-bottom: 25px;
    display: flex;
}.contact_form_sectionbWUy .feedback_queryNPnY div:hover {
    transform: translateX(5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.contact_form_sectionbWUy .feedback_queryNPnY svg {
    margin-right: 15px;
    height: 24px;
    width: 24px;
    flex-shrink: 0;
}.contact_form_sectionbWUy .feedback_queryNPnY svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}.contact_form_sectionbWUy .feedback_queryNPnY div:hover svg path {
    fill: rgb(98,142,105);
}.contact_form_sectionbWUy .feedback_queryNPnY span {
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
}.contact_form_sectionbWUy .feedback_queryNPnY a {
    transition: color 0.3s ease;
    color: #ffffff;
    text-decoration: none;
}.contact_form_sectionbWUy .feedback_queryNPnY a:hover {
    color: rgb(98,142,105);
    text-decoration: underline;
}.contact_form_sectionbWUy .support_cardmIBG {
    overflow: hidden;
    position: relative;
    padding: 50px 40px;
    flex: 1.2;
    background: rgba(255, 255, 255, 0.95);
}.contact_form_sectionbWUy .support_cardmIBG::before {
    height: 100px;
    position: absolute;
    top: 0;
    width: 100px;
    background: rgb(134,178,141,0.5);
    border-radius: 0 0 0 100%;
    right: 0;
    content: '';
}.contact_form_sectionbWUy .support_cardmIBG::after {
    left: 0;
    bottom: 0;
    border-radius: 0 100% 0 0;
    background: rgb(98,142,105,0.5);
    width: 100px;
    height: 100px;
    content: '';
    position: absolute;
}.contact_form_sectionbWUy form {
    z-index: 1;
    position: relative;
}.contact_form_sectionbWUy form h3 {
    padding-bottom: 15px;
    font-size: 34px;
    color: #000000;
    position: relative;
    text-align: center;
    font-weight: 700;
    margin-bottom: 30px;
}.contact_form_sectionbWUy form h3::after {
    bottom: 0;
    border-radius: 10px;
    content: '';
    left: 50%;
    width: 60px;
    height: 3px;
    background: rgb(134,178,141);
    position: absolute;
    transform: translateX(-50%);
}.contact_form_sectionbWUy form input[type="text"],
.contact_form_sectionbWUy form input[type="email"] {
    border: none;
    transition: all 0.3s ease;
    color: #000000;
    background: rgba(240, 240, 240, 0.8);
    width: 100%;
    font-size: 12px;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    padding: 15px 20px;
}.contact_form_sectionbWUy form input[type="text"]:focus,
.contact_form_sectionbWUy form input[type="email"]:focus {
    background: #fff;
    outline: none;
    transform: translateY(-2px);
    box-shadow: 0 0 0 2px rgb(134,178,141,0.5);
}.contact_form_sectionbWUy form input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}.contact_form_sectionbWUy .support_queryRwde {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin: 25px 0;
}.contact_form_sectionbWUy .support_queryRwde input[type="checkbox"] {
    margin-right: 10px;
    border: 2px solid rgb(134,178,141);
    height: 20px;
    width: 20px;
    appearance: none;
    position: relative;
    cursor: pointer;
    flex-shrink: 0;
    background: rgba(240, 240, 240, 0.8);
    border-radius: 10px;
    -webkit-appearance: none;
}.contact_form_sectionbWUy .support_queryRwde input[type="checkbox"]:checked {
    background: rgb(134,178,141);
}.contact_form_sectionbWUy .support_queryRwde input[type="checkbox"]:checked::after {
    border: solid #ffffff;
    transform: rotate(45deg);
    position: absolute;
    border-width: 0 2px 2px 0;
    height: 10px;
    width: 5px;
    top: 2px;
    content: '';
    left: 6px;
}.contact_form_sectionbWUy .support_queryRwde label {
    cursor: pointer;
    color: #000000;
    font-size: 16px;
    line-height: 1.4;
}.contact_form_sectionbWUy .support_queryRwde a {
    color: rgb(134,178,141);
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 600;
}.contact_form_sectionbWUy .support_queryRwde a:hover {
    text-decoration: underline;
    color: rgb(98,142,105);
}.contact_form_sectionbWUy .request_formucLY {
    z-index: 1;
    background: linear-gradient(135deg, rgb(134,178,141) 0%, rgb(98,142,105) 100%);
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 15px 20px;
    position: relative;
    cursor: pointer;
    width: 100%;
    font-weight: 600;
    overflow: hidden;
    border: none;
    font-size: 15px;
    color: #ffffff;
}.contact_form_sectionbWUy .request_formucLY::before {
    z-index: -1;
    content: '';
    left: -100%;
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    transition: all 0.5s ease;
}.contact_form_sectionbWUy .request_formucLY:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}.contact_form_sectionbWUy .request_formucLY:hover::before {
    animation: shine 1.5s infinite;
    left: 100%;
}

@keyframes shine {
    0% {
        left: -100%;
    }
    20% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}

@media (max-width: 991px) {.contact_form_sectionbWUy {
    padding: 80px 0;
}.contact_form_sectionbWUy .feedback_blockgvIQ {
    flex-direction: column;
}.contact_form_sectionbWUy .feedback_queryNPnY,
    .contact_form_sectionbWUy .support_cardmIBG {
    width: 100%;
}.contact_form_sectionbWUy .feedback_queryNPnY {
    padding: 40px 30px;
}.contact_form_sectionbWUy .feedback_queryNPnY h3,
    .contact_form_sectionbWUy form h3 {
    font-size: calc(34px * 0.9);
    margin-bottom: 30px;
}
}

@media (max-width: 767px) {.contact_form_sectionbWUy {
    padding: 60px 0;
}.contact_form_sectionbWUy .feedback_queryNPnY,
    .contact_form_sectionbWUy .support_cardmIBG {
    padding: 30px 20px;
}.contact_form_sectionbWUy .feedback_queryNPnY h3,
    .contact_form_sectionbWUy form h3 {
    margin-bottom: 25px;
    font-size: calc(34px * 0.8);
}.contact_form_sectionbWUy .feedback_queryNPnY div {
    padding: 12px;
    margin-bottom: 15px;
}.contact_form_sectionbWUy form input[type="text"],
    .contact_form_sectionbWUy form input[type="email"] {
    padding: 12px 15px;
    margin-bottom: 15px;
}.contact_form_sectionbWUy .support_queryRwde {
    margin: 20px 0;
}.contact_form_sectionbWUy .request_formucLY {
    padding: 12px 15px;
}
}

@media (max-width: 480px) {.contact_form_sectionbWUy {
    padding: 40px 0;
}.contact_form_sectionbWUy .feedback_queryNPnY,
    .contact_form_sectionbWUy .support_cardmIBG {
    padding: 25px 15px;
}.contact_form_sectionbWUy .feedback_queryNPnY h3,
    .contact_form_sectionbWUy form h3 {
    font-size: calc(34px * 0.7);
    margin-bottom: 20px;
}.contact_form_sectionbWUy .feedback_queryNPnY div {
    align-items: flex-start;
    flex-direction: column;
}.contact_form_sectionbWUy .feedback_queryNPnY svg {
    margin-right: 0;
    margin-bottom: 10px;
}.contact_form_sectionbWUy .feedback_queryNPnY div:hover {
    transform: translateX(0);
}.contact_form_sectionbWUy .support_queryRwde {
    flex-direction: column;
}.contact_form_sectionbWUy .support_queryRwde input[type="checkbox"] {
    margin-bottom: 10px;
}}.company_overviewIUkX {
    position: relative;
    background: linear-gradient(125deg, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    color: #ffffff;
    padding: 120px 0 100px;
    overflow: hidden;
}.company_overviewIUkX::before {
    position: absolute;
    top: 0;
    left: 0;
    background-size: 30px 30px;
    content: "";
    width: 100%;
    background-image: 
        linear-gradient(rgba(0, 0, 0, 0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 0, 0, 0.5) 1px, transparent 1px);
    height: 100%;
    opacity: 0.15;
}.company_overviewIUkX::after {
    background: radial-gradient(ellipse at center, transparent 30%, #000000 100%);
    left: -50%;
    width: 200%;
    top: -50%;
    opacity: 0.2;
    content: "";
    animation: rotateBackground 60s linear infinite;
    position: absolute;
    height: 200%;
}@keyframes rotateBackground {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.company_overviewIUkX .container {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1280px;
    position: relative;
    z-index: 2;
}.company_overviewIUkX h2 {
    letter-spacing: 2px;
    margin-bottom: 80px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    position: relative;
    font-size: 41px;
}.company_overviewIUkX h2::before {
    transform: translateX(-50%);
    position: absolute;
    bottom: -20px;
    content: "";
    width: 60px;
    left: 50%;
    height: 4px;
    background: rgb(134,178,141);
}.company_overviewIUkX h2::after {
    left: 50%;
    letter-spacing: 5px;
    white-space: nowrap;
    font-size: 0.15em;
    top: -0.5em;
    transform: translateX(-50%);
    content: attr(data-text);
    position: absolute;
    color: rgb(134,178,141);
}.company_overviewIUkX .study_labtvgM {
    grid-template-columns: repeat(2, 1fr);
    position: relative;
    display: grid;
    gap: 30px;
}.company_overviewIUkX .quick_trainingXfCG {
    overflow: hidden;
    padding: 40px;
    transition: all 0.4s ease;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 19px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
}.company_overviewIUkX .quick_trainingXfCG:hover {
    background: rgba(255, 255, 255, 0.07);
    transform: translateY(-10px);
    border-color: rgb(134,178,141,0.5);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}.company_overviewIUkX .quick_trainingXfCG:first-child:hover {
    border-color: rgb(134,178,141,0.5);
}.company_overviewIUkX .quick_trainingXfCG:last-child:hover {
    border-color: rgb(98,142,105,0.5);
}.company_overviewIUkX .quick_trainingXfCG::before {
    transform: scaleY(0);
    height: 100%;
    position: absolute;
    left: 0;
    width: 4px;
    transform-origin: bottom;
    background: rgb(134,178,141);
    content: "";
    top: 0;
    transition: transform 0.5s ease;
}.company_overviewIUkX .quick_trainingXfCG:last-child::before {
    background: rgb(98,142,105);
}.company_overviewIUkX .quick_trainingXfCG:hover::before {
    transform: scaleY(1);
}.company_overviewIUkX .quick_trainingXfCG::after {
    position: absolute;
    width: 100px;
    opacity: 0.05;
    right: 0;
    height: 100px;
    top: 0;
    background: rgb(134,178,141,0.5);
    border-radius: 50%;
    z-index: -1;
    content: "";
    filter: blur(40px);
}.company_overviewIUkX .quick_trainingXfCG:last-child::after {
    top: auto;
    right: auto;
    left: 0;
    background: rgb(98,142,105,0.5);
    bottom: 0;
}.company_overviewIUkX .quick_trainingXfCG h3 {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: 600;
    color: rgb(134,178,141);
}.company_overviewIUkX .quick_trainingXfCG:last-child h3 {
    color: rgb(98,142,105);
}.company_overviewIUkX .quick_trainingXfCG h3::before {
    height: 8px;
    background: currentColor;
    width: 8px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    content: "";
    margin-right: 15px;
}.company_overviewIUkX .quick_trainingXfCG p {
    z-index: 2;
    font-size: 14px;
    color: #ffffff;
    line-height: 1.8;
    opacity: 0.8;
    position: relative;
}.company_overviewIUkX .quick_trainingXfCG:first-child {
    animation: slideUp 0.7s ease forwards;
}.company_overviewIUkX .quick_trainingXfCG:last-child {
    animation: slideUp 0.7s 0.2s ease forwards;
}@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.company_overviewIUkX .study_labtvgM::before {
    top: 50%;
    left: 50%;
    height: 200px;
    width: 200px;
    content: "";
    z-index: -1;
    transform: translate(-50%, -50%);
    position: absolute;
    filter: blur(30px);
    background: radial-gradient(circle, rgb(134,178,141,0.5) 0%, transparent 70%);
    border-radius: 50%;
    opacity: 0.1;
}.company_overviewIUkX .study_labtvgM::after {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(134,178,141,0.5), rgb(98,142,105,0.5), transparent);
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 100%;
    content: "";
}

@media (max-width: 1100px) {.company_overviewIUkX {
    padding: 100px 0 80px;
}.company_overviewIUkX h2 {
    font-size: calc(41px * 0.9);
    margin-bottom: 60px;
}.company_overviewIUkX .quick_trainingXfCG {
    padding: 35px;
}
}

@media (max-width: 768px) {.company_overviewIUkX {
    padding: 80px 0 60px;
}.company_overviewIUkX h2 {
    font-size: calc(41px * 0.8);
    margin-bottom: 50px;
}.company_overviewIUkX .study_labtvgM {
    gap: 40px;
    grid-template-columns: 1fr;
}.company_overviewIUkX .quick_trainingXfCG {
    padding: 30px;
}.company_overviewIUkX .quick_trainingXfCG:last-child {
    animation-delay: 0.1s;
}
}

@media (max-width: 576px) {.company_overviewIUkX {
    padding: 60px 0 50px;
}.company_overviewIUkX h2 {
    font-size: calc(32px);
    margin-bottom: 40px;
}.company_overviewIUkX h2::before {
    bottom: -15px;
    width: 50px;
    height: 3px;
}.company_overviewIUkX .study_labtvgM {
    gap: 30px;
}.company_overviewIUkX .quick_trainingXfCG {
    padding: 25px;
}.company_overviewIUkX .quick_trainingXfCG h3 {
    margin-bottom: 20px;
    font-size: calc(24px * 0.9);
}.company_overviewIUkX .quick_trainingXfCG p {
    font-size: calc(14px * 0.95);
}
}

@media (prefers-reduced-motion: reduce) {.company_overviewIUkX::after {
    animation: none;
}.company_overviewIUkX .quick_trainingXfCG,
    .company_overviewIUkX .quick_trainingXfCG::before {
    transition: none;
}.company_overviewIUkX .quick_trainingXfCG:hover {
    transform: none;
}.company_overviewIUkX .quick_trainingXfCG:first-child,
    .company_overviewIUkX .quick_trainingXfCG:last-child {
    opacity: 1;
    animation: none;
    transform: none;
}
}

@supports not (backdrop-filter: blur(10px)) {.company_overviewIUkX .quick_trainingXfCG {
    background: rgba(30, 30, 30, 0.7);
}}.price_comboZLjl {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.price_comboZLjl::before {
    right: 0;
    z-index: 1;
    left: 0;
    content: "";
    top: 0;
    position: absolute;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
    bottom: 0;
}.price_comboZLjl .container {
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}.price_comboZLjl .trial_offersvjDw {
    position: relative;
}.price_comboZLjl h2 {
    opacity: 0;
    margin-bottom: 20px;
    text-align: center;
    text-shadow: 0 2px 5px rgba(0,0,0,0.2);
    position: relative;
    font-size: 32px;
    transform: translateY(20px);
    animation: fadeUp 0.7s ease-out 0.2s forwards;
    color: #ffffff;
    font-weight: 700;
}.price_comboZLjl h2::after {
    position: absolute;
    left: 50%;
    bottom: -15px;
    content: "";
    transform: translateX(-50%);
    height: 3px;
    width: 80px;
    background: rgb(98,142,105);
    box-shadow: 0 0 10px rgb(98,142,105,0.5);
}.price_comboZLjl .promo_ratesaHxT {
    opacity: 0;
    font-size: calc(18px * 1.1);
    margin: 0 auto 50px;
    animation: fadeUp 0.7s ease-out 0.4s forwards;
    color: #ffffff;
    text-align: center;
    letter-spacing: 0.3px;
    line-height: 1.6;
    transform: translateY(20px);
    max-width: 800px;
}.price_comboZLjl .enroll_costwKuB {
    padding: 0;
    list-style: none;
    gap: 30px;
    grid-template-columns: repeat(1, 1fr);
    perspective: 1000px;
    margin: 0;
    display: grid;
}.price_comboZLjl .enroll_costwKuB li {
    opacity: 0;
    animation-delay: calc(0.5s + var(--li-index, 0) * 0.15s);
    animation: fadeUp 0.8s ease-out forwards;
    transform: translateY(40px);
}.price_comboZLjl .enroll_costwKuB li:nth-child(1) {
    --li-index: 1;
}.price_comboZLjl .enroll_costwKuB li:nth-child(2) {
    --li-index: 2;
}.price_comboZLjl .enroll_costwKuB li:nth-child(3) {
    --li-index: 3;
}.price_comboZLjl .enroll_costwKuB li:nth-child(4) {
    --li-index: 4;
}.price_comboZLjl .fee_structfycM {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    text-decoration: none;
    display: block;
    transform-style: preserve-3d;
    position: relative;
    height: 100%;
}.price_comboZLjl .fee_structfycM:hover {
    transform: translateY(-10px) scale(1.02);
}.price_comboZLjl .access_costpZyj {
    border: 1px solid rgba(255,255,255,0.1);
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.1) 0%, 
        rgba(255,255,255,0.05) 100%);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2), 
                0 5px 15px rgba(0,0,0,0.1);
    overflow: hidden;
    -webkit-backdrop-filter: blur(10px);
    border-left: 1px solid rgba(255,255,255,0.2);
    transition: all 0.4s ease;
    padding: 40px 30px;
    border-top: 1px solid rgba(255,255,255,0.2);
    position: relative;
    border-radius: 12px;
    backdrop-filter: blur(10px);
    height: 100%;
}.price_comboZLjl .fee_structfycM:hover .access_costpZyj {
    border-color: rgb(98,142,105,0.5);
    box-shadow: 0 25px 45px rgba(0,0,0,0.25), 
                0 10px 20px rgba(0,0,0,0.15);
}.price_comboZLjl .access_costpZyj::before {
    opacity: 0;
    transition: transform 0.8s ease, opacity 0.8s ease;
    position: absolute;
    transform: scale(0.8);
    z-index: 0;
    background: radial-gradient(
        circle at center,
        rgba(rgb(98,142,105), 0.05) 0%,
        transparent 70%
    );
    height: 200%;
    content: "";
    width: 200%;
    left: -50%;
    top: -50%;
}.price_comboZLjl .fee_structfycM:hover .access_costpZyj::before {
    opacity: 1;
    transform: scale(1);
}.price_comboZLjl .pricing_blockRlht {
    position: relative;
    z-index: 2;
}.price_comboZLjl .pricing_blockRlht h4 {
    transition: transform 0.4s ease;
    position: relative;
    padding-bottom: 15px;
    font-size: calc(24px * 1.15);
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 15px;
}.price_comboZLjl .fee_structfycM:hover .pricing_blockRlht h4 {
    color: rgb(98,142,105);
    transform: translateY(-5px);
}.price_comboZLjl .pricing_blockRlht h4::after {
    left: 0;
    position: absolute;
    background: rgb(98,142,105);
    transition: width 0.4s ease;
    width: 50px;
    content: "";
    height: 2px;
    bottom: 0;
}.price_comboZLjl .fee_structfycM:hover .pricing_blockRlht h4::after {
    width: 80px;
}.price_comboZLjl .pricing_blockRlht p {
    max-height: 150px;
    padding-right: 10px;
    line-height: 1.6;
    scrollbar-color: rgb(98,142,105) rgba(255,255,255,0.1);
    overflow-y: auto;
    margin-bottom: 25px;
    color: rgba(255,255,255,0.8);
    scrollbar-width: thin;
    font-size: 18px;
}.price_comboZLjl .pricing_blockRlht p::-webkit-scrollbar {
    width: 4px;
}.price_comboZLjl .pricing_blockRlht p::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(255,255,255,0.1);
}.price_comboZLjl .pricing_blockRlht p::-webkit-scrollbar-thumb {
    background: rgb(98,142,105);
    border-radius: 10px;
}.price_comboZLjl .plan_detailsIftr {
    border-radius: 8px;
    background: linear-gradient(135deg, 
        rgb(98,142,105) 0%, 
        rgb(134,178,141) 100%);
    font-weight: 700;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    position: relative;
    transition: all 0.4s ease;
    color: #ffffff;
    font-size: calc(24px * 1.5);
    display: inline-block;
    padding: 8px 20px;
    overflow: hidden;
}.price_comboZLjl .fee_structfycM:hover .plan_detailsIftr {
    box-shadow: 0 8px 25px rgba(0,0,0,0.3);
    transform: translateY(-5px) scale(1.05);
}.price_comboZLjl .plan_detailsIftr::before {
    top: 0;
    height: 100%;
    left: -100%;
    width: 70%;
    position: absolute;
    content: "";
    transition: left 0.7s ease;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255,255,255,0.2) 50%,
        transparent 100%
    );
}.price_comboZLjl .fee_structfycM:hover .plan_detailsIftr::before {
    left: 200%;
}

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

@media (min-width: 768px) {.price_comboZLjl .enroll_costwKuB {
    grid-template-columns: repeat(2, 1fr);
}.price_comboZLjl h2 {
    font-size: calc(32px * 1.1);
}
}

@media (min-width: 992px) {.price_comboZLjl {
    padding: 150px 0;
}.price_comboZLjl .enroll_costwKuB {
    grid-template-columns: repeat(4, 1fr);
}.price_comboZLjl .access_costpZyj {
    padding: 40px 25px;
}.price_comboZLjl h2 {
    margin-bottom: 30px;
    font-size: calc(32px * 1.2);
}.price_comboZLjl .promo_ratesaHxT {
    margin-bottom: 70px;
}
}

@media (max-width: 767px) {.price_comboZLjl {
    padding: 80px 0;
}.price_comboZLjl h2 {
    font-size: calc(32px * 0.9);
}.price_comboZLjl .promo_ratesaHxT {
    font-size: 18px;
    margin-bottom: 40px;
}.price_comboZLjl .access_costpZyj {
    padding: 30px 20px;
}.price_comboZLjl .pricing_blockRlht p {
    max-height: 120px;
}.price_comboZLjl .plan_detailsIftr {
    font-size: calc(24px * 1.2);
    padding: 6px 15px;
}}.target_audiencevoTO {
    z-index: 1;
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
    background-color: rgb(169,214,175);
}.target_audiencevoTO::before,
.target_audiencevoTO::after {
    position: absolute;
    z-index: -1;
    background: linear-gradient(to bottom, 
        transparent 20%, 
        rgb(134,178,141) 50%, 
        transparent 80%);
    height: 100%;
    content: '';
    animation: beamScan 8s infinite ease-out;
    opacity: 0;
    top: 0;
    width: 1px;
}.target_audiencevoTO::before {
    animation-delay: 0s;
    left: 25%;
}.target_audiencevoTO::after {
    animation-delay: 4s;
    right: 25%;
}.target_audiencevoTO .team_biosVcDM {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    padding: 0 2rem;
    max-width: 1000px;
}.target_audiencevoTO .team_biosVcDM::before,
.target_audiencevoTO .team_biosVcDM::after {
    content: '';
    background: linear-gradient(to right, 
        transparent 10%, 
        rgb(98,142,105) 50%, 
        transparent 90%);
    z-index: -1;
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 1px;
    animation: horizontalBeam 10s infinite ease-out;
    left: 0;
}.target_audiencevoTO .team_biosVcDM::before {
    animation-delay: 2s;
    top: 30%;
}.target_audiencevoTO .team_biosVcDM::after {
    animation-delay: 6s;
    bottom: 30%;
}.target_audiencevoTO h3 {
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 35px;
    color: rgb(134,178,141);
    margin-bottom: 3.5rem;
    position: relative;
}.target_audiencevoTO h3::after {
    position: absolute;
    left: 50%;
    content: '';
    bottom: -15px;
    animation: pulseLine 4s infinite ease-in-out;
    width: 100px;
    transform: translateX(-50%) scaleX(0.3);
    background: rgb(134,178,141);
    height: 2px;
    opacity: 0.7;
}.target_audiencevoTO ul {
    flex-direction: column;
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    gap: 1.2rem;
}.target_audiencevoTO ul li {
    color: #000000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 15px;
    position: relative;
    overflow: hidden;
    font-weight: 400;
    align-items: center;
    display: flex;
    transition: all 0.3s ease;
    padding: 1.3rem 1.5rem;
}.target_audiencevoTO ul li::before {
    transform-origin: top;
    top: 0;
    width: 3px;
    transform: scaleY(0);
    left: 0;
    background: linear-gradient(to bottom, 
        rgb(98,142,105,0.5), 
        rgb(134,178,141,0.5));
    transition: transform 0.4s ease;
    height: 100%;
    content: '';
    opacity: 0.5;
    position: absolute;
}.target_audiencevoTO ul li::after {
    opacity: 0;
    height: 100%;
    left: 0;
    width: 100%;
    transition: transform 0.5s ease;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(134,178,141,0.5) 20%, 
        transparent 80%);
    content: '';
    z-index: -1;
    transform: translateX(-100%);
    top: 0;
    position: absolute;
}.target_audiencevoTO ul li:hover {
    background-color: rgba(255, 255, 255, 0.05);
    color: #000000;
}.target_audiencevoTO ul li:hover::before {
    transform: scaleY(1);
}.target_audiencevoTO ul li:hover::after {
    opacity: 0.15;
    transform: translateX(100%);
}.target_audiencevoTO ul li svg {
    margin-right: 1.5rem;
    height: 28px;
    flex-shrink: 0;
    z-index: 1;
    width: 28px;
    transition: all 0.4s ease;
    position: relative;
}.target_audiencevoTO ul li:hover svg {
    transform: translateY(-2px);
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
}.target_audiencevoTO ul li svg path {
    transition: fill 0.4s ease;
    fill: rgb(134,178,141);
}.target_audiencevoTO ul li:hover svg path {
    fill: rgb(98,142,105);
    animation: flashIcon 1s ease;
}@keyframes beamScan {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    20%, 35% {
        opacity: 0.8;
    }
    80%, 100% {
        opacity: 0;
        transform: translateY(100%);
    }
}

@keyframes horizontalBeam {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }
    20%, 35% {
        opacity: 0.5;
    }
    80%, 100% {
        opacity: 0;
        transform: translateX(100%);
    }
}

@keyframes pulseLine {
    0%, 100% {
        opacity: 0.5;
        transform: translateX(-50%) scaleX(0.3);
    }
    50% {
        opacity: 1;
        transform: translateX(-50%) scaleX(1);
    }
}

@keyframes flashIcon {
    0% {
        filter: brightness(1);
    }
    25% {
        filter: brightness(1.5);
    }
    100% {
        filter: brightness(1);
    }
}

.target_audiencevoTO::before :nth-child(1) {
    animation-delay: 1s;
}.target_audiencevoTO::before :nth-child(2) {
    animation-delay: 3s;
}.target_audiencevoTO::before :nth-child(3) {
    animation-delay: 5s;
}.target_audiencevoTO ul::before {
    opacity: 0.2;
    height: 50px;
    top: 20px;
    border: 1px solid rgb(134,178,141,0.5);
    position: absolute;
    content: '';
    width: 50px;
    border-radius: 50%;
    right: 20px;
}.target_audiencevoTO ul::after {
    border: 1px solid rgb(98,142,105,0.5);
    opacity: 0.2;
    left: 20px;
    content: '';
    position: absolute;
    width: 30px;
    border-radius: 50%;
    bottom: 20px;
    height: 30px;
}

@media (max-width: 992px) {.target_audiencevoTO {
    padding: 4rem 0;
}.target_audiencevoTO h3 {
    font-size: calc(35px * 0.9);
}.target_audiencevoTO ul {
    gap: 1rem;
}.target_audiencevoTO ul li {
    padding: 1.1rem 1.3rem;
}
}

@media (max-width: 576px) {.target_audiencevoTO {
    padding: 3rem 0;
}.target_audiencevoTO .team_biosVcDM {
    padding: 0 1.5rem;
}.target_audiencevoTO h3 {
    margin-bottom: 2.5rem;
    font-size: calc(35px * 0.8);
}.target_audiencevoTO ul {
    gap: 0.8rem;
}.target_audiencevoTO ul li {
    padding: 1rem;
}.target_audiencevoTO ul li svg {
    height: 24px;
    margin-right: 1rem;
    width: 24px;
}}.privacy_cloisterWJSm {
    overflow: hidden;
    padding: 5rem 2rem;
    position: relative;
    background: linear-gradient(120deg, rgb(169,214,175), #ffffff);
}.privacy_cloisterWJSm::before {
    top: 0;
    opacity: 0.15;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    background: 
        radial-gradient(circle at 80% 20%, rgb(98,142,105,0.5) 0%, transparent 60%),
        radial-gradient(circle at 20% 80%, rgb(134,178,141,0.5) 0%, transparent 60%);
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
}.privacy_cloisterWJSm .container {
    margin: 0 auto;
    max-width: 1140px;
    z-index: 1;
    transform: perspective(1000px) rotateX(1deg);
    box-shadow: 0 15px 40px rgba(0,0,0,0.08), 
                0 5px 10px rgba(0,0,0,0.03);
    position: relative;
    background: #ffffff;
    padding: 3rem;
}.privacy_cloisterWJSm .container::before {
    top: 0;
    transform: translateX(-2px);
    width: 4px;
    background: linear-gradient(to bottom, rgb(134,178,141), rgb(98,142,105));
    position: absolute;
    content: "";
    left: 0;
    height: 100%;
}.privacy_cloisterWJSm h1 {
    position: relative;
    transform: translateX(1.5rem);
    margin-bottom: 2rem;
    color: #000000;
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 44px;
    padding-bottom: 1rem;
}.privacy_cloisterWJSm h1::after {
    content: "";
    bottom: 0;
    background: rgb(134,178,141);
    transition: width 0.4s ease;
    left: 0;
    width: 80px;
    position: absolute;
    transform-origin: left center;
    height: 3px;
}.privacy_cloisterWJSm:hover h1::after {
    width: 120px;
}.privacy_cloisterWJSm h2 {
    font-weight: 600;
    display: inline-block;
    font-family: Arial, sans-serif;
    padding-left: 1.5rem;
    color: rgb(98,142,105);
    font-size: 32px;
    position: relative;
    margin: 3rem 0 1.5rem;
}.privacy_cloisterWJSm h2::before {
    background: rgb(134,178,141);
    top: 50%;
    width: 8px;
    height: 8px;
    left: 0;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    content: "";
}.privacy_cloisterWJSm h3 {
    font-size: calc(32px * 0.85);
    font-family: Arial, sans-serif;
    margin: 2.5rem 0 1.25rem;
    position: relative;
    color: #000000;
    font-weight: 600;
    padding-left: 1.25rem;
}.privacy_cloisterWJSm h3::before {
    top: 50%;
    position: absolute;
    transform: translateY(-50%) rotate(45deg);
    height: 6px;
    background: rgb(98,142,105);
    left: 0;
    content: "";
    width: 6px;
}.privacy_cloisterWJSm h4 {
    font-family: Arial, sans-serif;
    font-weight: 600;
    padding-left: 1rem;
    position: relative;
    color: #000000;
    font-size: calc(32px * 0.7);
    margin: 2rem 0 1rem;
}.privacy_cloisterWJSm h4::before {
    position: absolute;
    height: 4px;
    width: 4px;
    left: 0;
    background: rgb(134,178,141);
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
    content: "";
}.privacy_cloisterWJSm p {
    max-width: 90%;
    font-size: 15px;
    font-family: Arial, sans-serif;
    transform: translateZ(0);
    color: #000000;
    line-height: 1.8;
    position: relative;
    margin-bottom: 1.5rem;
}.privacy_cloisterWJSm p strong {
    display: inline-block;
    color: #000000;
    position: relative;
    font-weight: 600;
}.privacy_cloisterWJSm p strong::after {
    width: 100%;
    bottom: -2px;
    height: 1px;
    left: 0;
    position: absolute;
    background: rgb(134,178,141,0.5);
    content: "";
}.privacy_cloisterWJSm ul {
    list-style: none;
    margin: 1.5rem 0 2rem;
    padding-left: 1.5rem;
}.privacy_cloisterWJSm li {
    position: relative;
    font-size: 15px;
    font-family: Arial, sans-serif;
    margin-bottom: 1rem;
    padding-left: 1.5rem;
    line-height: 1.6;
    color: #000000;
}.privacy_cloisterWJSm li::before {
    border: 1px solid rgb(134,178,141);
    position: absolute;
    top: 0.7em;
    content: "";
    width: 6px;
    left: 0;
    height: 6px;
    transition: all 0.3s ease;
    transform: rotate(45deg);
}.privacy_cloisterWJSm li:hover::before {
    background: rgb(134,178,141);
    transform: rotate(135deg);
}.privacy_cloisterWJSm span {
    display: block;
    font-size: 15px;
    padding: 0.5rem 0 0.5rem 1rem;
    margin-bottom: 1.5rem;
    color: #000000;
    line-height: 1.7;
    font-family: Arial, sans-serif;
    border-left: 2px solid rgb(98,142,105,0.5);
}

@media (min-width: 992px) {.privacy_cloisterWJSm {
    padding: 7rem 3rem;
}.privacy_cloisterWJSm .container {
    padding: 4rem 5rem;
    transform: perspective(1200px) rotateX(1deg);
}.privacy_cloisterWJSm h1 {
    transform: translateX(2rem);
    font-size: calc(44px * 1.15);
}.privacy_cloisterWJSm p {
    max-width: 80%;
}.privacy_cloisterWJSm ul {
    padding-left: 2.5rem;
}
}

@media (max-width: 991px) {.privacy_cloisterWJSm {
    padding: 4rem 1.5rem;
}.privacy_cloisterWJSm .container {
    padding: 2.5rem;
}.privacy_cloisterWJSm h1 {
    transform: translateX(1rem);
}
}

@media (max-width: 767px) {.privacy_cloisterWJSm {
    padding: 3rem 1rem;
}.privacy_cloisterWJSm .container {
    padding: 2rem 1.5rem;
    transform: perspective(800px) rotateX(0.5deg);
}.privacy_cloisterWJSm h1 {
    transform: translateX(0);
    font-size: calc(44px * 0.85);
}.privacy_cloisterWJSm h2 {
    font-size: calc(32px * 0.9);
}.privacy_cloisterWJSm p, .privacy_cloisterWJSm li, .privacy_cloisterWJSm span {
    font-size: calc(15px * 0.95);
}.privacy_cloisterWJSm p {
    max-width: 100%;
}
}

@media (max-width: 480px) {.privacy_cloisterWJSm {
    padding: 2rem 0.75rem;
}.privacy_cloisterWJSm .container {
    padding: 1.75rem 1.25rem;
    transform: none;
}.privacy_cloisterWJSm .container::before {
    width: 3px;
}.privacy_cloisterWJSm h1 {
    margin-bottom: 1.5rem;
    font-size: calc(44px * 0.75);
}.privacy_cloisterWJSm h2 {
    font-size: calc(32px * 0.8);
    padding-left: 1.25rem;
}.privacy_cloisterWJSm h3, .privacy_cloisterWJSm h4 {
    padding-left: 1rem;
}.privacy_cloisterWJSm p, .privacy_cloisterWJSm li, .privacy_cloisterWJSm span {
    font-size: calc(15px * 0.9);
    line-height: 1.6;
}.privacy_cloisterWJSm ul {
    padding-left: 0.75rem;
}.privacy_cloisterWJSm li {
    padding-left: 1.25rem;
}}.program_overviewtKmV {
    background: rgb(169,214,175);
    overflow: hidden;
    padding: 140px 0;
    position: relative;
}.program_overviewtKmV::before {
    opacity: 0.15;
    z-index: 1;
    top: 0;
    content: '';
    bottom: 0;
    position: absolute;
    left: 0;
    background: 
        linear-gradient(45deg, rgb(134,178,141,0.5) 0%, transparent 50%),
        linear-gradient(135deg, transparent 50%, rgb(98,142,105,0.5) 100%);
    right: 0;
}.program_overviewtKmV .container {
    z-index: 2;
    position: relative;
}.program_overviewtKmV .lesson_planjntG {
    position: relative;
    display: flex;
    flex-direction: column;
}.program_overviewtKmV .text_box_wrapperpPOQ {
    position: relative;
    width: 80%;
    padding: 40px;
    order: 2;
    background: #ffffff;
    margin: -80px auto 0;
    z-index: 3;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    border-radius: 17px;
}.program_overviewtKmV .text_box_wrapperpPOQ h2 {
    margin-bottom: 30px;
    color: #000000;
    text-align: center;
    padding-bottom: 15px;
    position: relative;
    font-weight: 700;
    font-size: 36px;
}.program_overviewtKmV .text_box_wrapperpPOQ h2::after {
    background: linear-gradient(to right, rgb(134,178,141), rgb(98,142,105));
    left: 50%;
    height: 3px;
    content: '';
    border-radius: 10px;
    transform: translateX(-50%);
    position: absolute;
    bottom: 0;
    width: 80px;
}.program_overviewtKmV .text_box_wrapperpPOQ .description {
    text-align: center;
    line-height: 1.75;
    margin-bottom: 20px;
    font-size: 13px;
    color: #000000;
}.program_overviewtKmV .text_box_wrapperpPOQ .description:last-of-type {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    padding-top: 20px;
    margin-bottom: 0;
}.program_overviewtKmV .sliderdXJQ {
    border-radius: 17px;
    position: relative;
    z-index: 2;
    transform: perspective(1000px) rotateX(5deg);
    margin: 0 auto;
    order: 1;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    transform-origin: bottom;
    width: 100%;
    height: 500px;
}.program_overviewtKmV .sliderdXJQ::before {
    content: '';
    right: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent 70%);
    bottom: 0;
    z-index: 1;
    top: 0;
}.program_overviewtKmV .sliderdXJQ::after {
    bottom: 0;
    content: '';
    width: 100%;
    height: 30%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent);
    z-index: 1;
    left: 0;
    position: absolute;
}.program_overviewtKmV .lesson_planjntG::before {
    animation: pulse 4s ease-in-out infinite;
    position: absolute;
    width: 60px;
    height: 60px;
    left: 10%;
    border: 2px solid rgb(134,178,141,0.5);
    border-radius: 50%;
    top: 20px;
    z-index: 1;
    content: '';
}.program_overviewtKmV .lesson_planjntG::after {
    animation: float 6s ease-in-out infinite;
    background: rgb(98,142,105,0.5);
    height: 40px;
    border-radius: 10px;
    position: absolute;
    content: '';
    right: 15%;
    bottom: 50px;
    z-index: 1;
    width: 40px;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.3;
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(10deg);
    }
}

@media (min-width: 992px) {.program_overviewtKmV .text_box_wrapperpPOQ::before {
    top: 0;
    width: 200px;
    content: '';
    position: absolute;
    z-index: 1;
    transform: translateY(130px) rotate(90deg);
    background: linear-gradient(to right, transparent, rgb(134,178,141,0.5), transparent);
    height: 3px;
    left: -160px;
}.program_overviewtKmV .text_box_wrapperpPOQ::after {
    top: 0;
    z-index: 1;
    content: '';
    background: linear-gradient(to right, transparent, rgb(98,142,105,0.5), transparent);
    right: -160px;
    position: absolute;
    width: 200px;
    height: 3px;
    transform: translateY(130px) rotate(90deg);
}
}

@media (max-width: 1200px) {.program_overviewtKmV .text_box_wrapperpPOQ {
    width: 70%;
}
}

@media (max-width: 992px) {.program_overviewtKmV {
    padding: 100px 0;
}.program_overviewtKmV .text_box_wrapperpPOQ {
    width: 80%;
    padding: 30px;
}.program_overviewtKmV .sliderdXJQ {
    height: 350px;
}
}

@media (max-width: 768px) {.program_overviewtKmV {
    padding: 80px 0;
}.program_overviewtKmV .text_box_wrapperpPOQ {
    margin-top: -50px;
    width: 90%;
    padding: 25px;
}.program_overviewtKmV .sliderdXJQ {
    height: 300px;
    transform: perspective(1000px) rotateX(3deg);
    width: 100%;
}.program_overviewtKmV .lesson_planjntG::before,
    .program_overviewtKmV .lesson_planjntG::after {
    display: none;
}
}

@media (max-width: 576px) {.program_overviewtKmV {
    padding: 60px 0;
}.program_overviewtKmV .text_box_wrapperpPOQ {
    padding: 20px;
    width: 100%;
    margin-top: -30px;
}.program_overviewtKmV .sliderdXJQ {
    transform: none;
    height: 250px;
}.program_overviewtKmV .text_box_wrapperpPOQ h2 {
    font-size: calc(36px * 0.85);
}.program_overviewtKmV .text_box_wrapperpPOQ .description {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
}}.developer_experienceWahw {
    position: relative;
    height: 500px;
    overflow: hidden;
    background: rgb(169,214,175);
}.developer_experienceWahw::before {
    position: absolute;
    left: 0;
    background: rgb(134,178,141);
    height: 100%;
    width: 50%;
    top: 0;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    z-index: 1;
    content: "";
}.developer_experienceWahw::after {
    height: 100%;
    content: "";
    z-index: 2;
    background: 
        linear-gradient(
            135deg, 
            transparent 0%, 
            rgb(98,142,105,0.5) 100%
        );
    width: 100%;
    mix-blend-mode: overlay;
    position: absolute;
}.developer_experienceWahw .user_feedbackZuJR {
    z-index: 3;
    display: flex;
    height: 100%;
    position: relative;
}.developer_experienceWahw .sliderdXJQ {
    height: 130%;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    position: absolute;
    width: 45%;
    border-radius: 0;
    z-index: 2;
    left: 0;
    top: -15%;
    filter: grayscale(30%) contrast(1.1);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateX(-5%);
}.developer_experienceWahw .sliderdXJQ::after {
    height: 100%;
    top: 0;
    width: 100%;
    background: linear-gradient(
        to right,
        rgb(134,178,141) 0%,
        transparent 100%
    );
    position: absolute;
    left: 0;
    opacity: 0.3;
    content: "";
}.developer_experienceWahw:hover .sliderdXJQ {
    transform: translateX(0%);
    filter: grayscale(0%) contrast(1.2);
}.developer_experienceWahw .past_experienceReoQ {
    padding: 0 3rem 0 7rem;
    width: 60%;
    position: absolute;
    height: 100%;
    flex-direction: column;
    display: flex;
    right: 0;
    z-index: 3;
    justify-content: center;
}.developer_experienceWahw .name {
    color: #000000;
    font-weight: 700;
    animation: slide-left 0.7s forwards 0.2s;
    transform: translateX(50px);
    margin-bottom: 0.7rem;
    position: relative;
    font-size: 42px;
    opacity: 0;
}.developer_experienceWahw .name::before {
    transition: transform 0.5s ease 0.7s;
    background: rgb(134,178,141);
    left: 0;
    height: 5px;
    transform: scaleX(0);
    position: absolute;
    content: "";
    width: 50px;
    bottom: -10px;
    transform-origin: left;
}.developer_experienceWahw:hover .name::before {
    transform: scaleX(1);
}.developer_experienceWahw .past_experienceReoQ > div:nth-child(2) {
    animation: slide-left 0.7s forwards 0.4s;
    transform: translateX(50px);
    text-transform: uppercase;
    color: rgb(98,142,105);
    margin-bottom: 2rem;
    letter-spacing: 3px;
    font-size: 23px;
    opacity: 0;
    font-weight: 600;
}.developer_experienceWahw .job_contentvQjB {
    animation: slide-left 0.7s forwards 0.6s;
    max-width: 600px;
    line-height: 1.8;
    transform: translateX(50px);
    color: #000000;
    opacity: 0;
    position: relative;
    font-weight: 400;
    font-size: 12px;
    padding-left: 30px;
}@keyframes slide-left {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.developer_experienceWahw .job_contentvQjB::before {
    top: 0;
    background: linear-gradient(
        to bottom,
        rgb(134,178,141) 0%,
        rgb(98,142,105) 100%
    );
    height: 100%;
    width: 5px;
    content: "";
    left: 0;
    border-radius: 10px;
    position: absolute;
}.developer_experienceWahw .job_contentvQjB::after {
    color: rgb(134,178,141,0.5);
    font-size: 20rem;
    position: absolute;
    bottom: -120px;
    content: '"';
    z-index: -1;
    opacity: 0.1;
    right: -80px;
    line-height: 0;
    font-family: serif;
}@keyframes parallax-shift {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-20px);
    }
}

.developer_experienceWahw:hover .sliderdXJQ {
    animation: parallax-shift 3s ease-in-out infinite alternate;
}.developer_experienceWahw .past_experienceReoQ > div {
    transition: transform 0.3s ease;
}.developer_experienceWahw:hover .name {
    transition-delay: 0.1s;
    transform: translateY(-5px);
}.developer_experienceWahw:hover .past_experienceReoQ > div:nth-child(2) {
    transition-delay: 0.2s;
    transform: translateY(-3px);
}.developer_experienceWahw:hover .job_contentvQjB {
    transition-delay: 0.3s;
    transform: translateY(-1px);
}

@media (max-width: 992px) {.developer_experienceWahw {
    height: auto;
    padding: 0;
}.developer_experienceWahw::before {
    width: 100%;
    height: 250px;
    clip-path: none;
}.developer_experienceWahw .user_feedbackZuJR {
    flex-direction: column;
}.developer_experienceWahw .sliderdXJQ {
    clip-path: none;
    transform: none;
    height: 300px;
    width: 100%;
    top: 0;
    position: relative;
}.developer_experienceWahw .past_experienceReoQ {
    padding: 2rem;
    position: relative;
    width: 100%;
}.developer_experienceWahw:hover .sliderdXJQ {
    animation: none;
}.developer_experienceWahw .job_contentvQjB::after {
    display: none;
}}footer {
    position: relative;
    width: 100%;
}.stats_toolCtWI {
    position: relative;
    color: #000000;
    padding: 80px 0 30px;
    background-color: #ffffff;
    font-family: Arial, sans-serif;
}.stats_toolCtWI::before {
    position: absolute;
    bottom: 0;
    content: "";
    left: 0;
    width: 100%;
    background-image: repeating-linear-gradient(
        to right,
        rgb(134,178,141),
        rgb(134,178,141) 10px,
        transparent 10px,
        transparent 20px
    );
    height: 1px;
}footer .trust_badgeBFxv {
    z-index: 1;
    position: relative;
}footer .msg_detailsWyzL {
    height: 100px;
    justify-content: space-between;
    display: flex;
    overflow: hidden;
    position: relative;
    margin-bottom: 70px;
    flex-wrap: wrap;
}footer .info_item {
    align-items: center;
    display: flex;
    position: relative;
    padding: 0 25px;
    transition: all 0.5s ease;
    flex: 1;
    min-width: 250px;
    background-color: rgb(98,142,105);
    overflow: hidden;
    cursor: pointer;
    height: 100px;
    margin-right: 1px;
}footer .info_item:last-child {
    margin-right: 0;
}footer .info_item:hover {
    flex: 1.5;
    background-color: rgb(134,178,141);
}footer .info_item::after {
    height: 100%;
    right: 0;
    position: absolute;
    width: 1px;
    content: "";
    background-color: rgba(255, 255, 255, 0.1);
    top: 0;
}footer .info_item:last-child::after {
    display: none;
}footer .info_item svg {
    margin-right: 15px;
    width: 24px;
    position: relative;
    height: 24px;
    flex-shrink: 0;
    fill: #ffffff;
    z-index: 2;
}footer .info_item p,
footer .info_item a {
    overflow: hidden;
    position: relative;
    max-width: 100%;
    text-decoration: none;
    text-overflow: ellipsis;
    color: #ffffff;
    font-size: 12px;
    z-index: 2;
    white-space: nowrap;
}footer .info_item::before {
    top: 0;
    position: absolute;
    opacity: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
    content: "";
    height: 100%;
    transition: opacity 0.5s ease;
}footer .info_item:hover::before {
    opacity: 1;
}footer .text_main_holder {
    -ms-overflow-style: none;
    display: flex;
    gap: 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    padding: 0 20px;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0 -20px;
}footer .text_main_holder::-webkit-scrollbar {
    display: none;
}footer .main_proQeIP, footer .top_classiXQM, footer .subscribe_holder {
    scroll-snap-align: start;
    position: relative;
    flex: 0 0 100%;
    height: 450px;
    margin-right: 30px;
    min-width: 280px;
    border-radius: 23px;
    max-width: 500px;
    transition: all 0.4s ease;
    padding: 30px;
}footer .main_proQeIP {
    flex-direction: column;
    background-color: rgb(169,214,175);
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}footer .main_proQeIP svg {
    width: auto;
    margin-bottom: 30px;
    height: 50px;
}footer .assign_helpkcaM {
    font-size: 14px;
    line-height: 1.6;
    color: #000000;
    max-width: 300px;
}footer .top_classiXQM {
    color: #ffffff;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(98,142,105,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(134,178,141,0.5) 0%, transparent 40%);
    justify-content: center;
    overflow: hidden;
    display: flex;
    position: relative;
    background-color: rgb(98,142,105);
    flex-direction: column;
}footer .top_classiXQM::after {
    position: absolute;
    background-image: 
        linear-gradient(45deg, transparent 92%, rgba(255, 255, 255, 0.05) 93%, transparent 94%),
        linear-gradient(135deg, transparent 92%, rgba(255, 255, 255, 0.05) 93%, transparent 94%);
    bottom: 0;
    left: 0;
    background-size: 30px 30px;
    pointer-events: none;
    opacity: 0.3;
    top: 0;
    content: "";
    right: 0;
}footer .top_classiXQM h5 {
    color: #ffffff;
    letter-spacing: 1px;
    font-size: 22px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
}footer .top_classiXQM h5::after {
    left: 0;
    width: 30px;
    background-color: rgb(134,178,141);
    content: "";
    bottom: -10px;
    position: absolute;
    height: 2px;
}footer .nav_baseoYiz {
    height: auto;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    max-height: 280px;
}footer .nav_baseoYiz a {
    display: block;
    padding: 10px 0;
    transition: all 0.3s ease;
    font-size: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    text-decoration: none;
    color: rgba(255, 255, 255, 0.7);
}footer .nav_baseoYiz a:hover {
    color: #ffffff;
    border-bottom-color: rgb(134,178,141);
    padding-left: 10px;
}footer .subscribe_holder {
    color: #ffffff;
    display: flex;
    background-color: rgb(134,178,141);
    flex-direction: column;
    justify-content: center;
}footer .subscribe_holder h5 {
    color: #ffffff;
    margin-bottom: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
}footer .subscribe_holder p {
    line-height: 1.6;
    margin-bottom: 30px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.9);
}footer .input_holder {
    display: flex;
    flex-direction: column;
    gap: 15px;
}footer .input_holder input[type="email"] {
    border-radius: 10px;
    padding: 15px;
    color: #ffffff;
    font-size: 12px;
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    background-color: rgba(255, 255, 255, 0.2);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .sub_borderlxBb {
    cursor: pointer;
    color: #ffffff;
    transition: all 0.3s ease;
    padding: 15px;
    font-weight: 600;
    text-align: center;
    font-size: 16px;
    border: none;
    background-color: rgb(98,142,105);
    border-radius: 10px;
}footer .sub_borderlxBb:hover {
    background-color: rgb(98,142,105,0.5);
}footer .footer_classeslwBM {
    margin-top: 40px;
    padding-top: 20px;
    position: relative;
}footer .footer_classeslwBM::before {
    position: absolute;
    top: 0;
    content: "";
    left: 20%;
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.5), transparent);
    height: 1px;
    right: 20%;
}footer .blog_refyuFZ {
    text-align: center;
    font-size: 14px;
    color: #000000;
}

@media (min-width: 992px) {footer .text_main_holder {
    gap: 30px;
    overflow-x: visible;
    flex-wrap: wrap;
    padding: 0;
    scroll-snap-type: none;
    margin: 0;
}footer .main_proQeIP, footer .top_classiXQM, footer .subscribe_holder {
    flex: 1;
    min-width: 0;
    margin-right: 0;
    height: 500px;
}
}

@media (max-width: 991px) {footer .info_item {
    min-width: 200px;
}footer .main_proQeIP::before,
    footer .top_classiXQM::before,
    footer .subscribe_holder::before {
    font-size: 3rem;
}
}

@media (max-width: 767px) {footer .stats_toolCtWI {
    padding: 60px 0 30px;
}footer .msg_detailsWyzL {
    height: auto;
    flex-direction: column;
    margin-bottom: 40px;
}footer .info_item {
    width: 100%;
    margin-bottom: 1px;
    margin-right: 0;
}footer .info_item:hover {
    flex: 1;
    padding-left: 35px;
}footer .main_proQeIP, footer .top_classiXQM, footer .subscribe_holder {
    height: auto;
    padding: 25px 20px;
    min-height: 350px;
}
}

@media (max-width: 576px) {footer .stats_toolCtWI {
    padding: 50px 0 20px;
}footer .main_proQeIP::before,
    footer .top_classiXQM::before,
    footer .subscribe_holder::before {
    left: 15px;
    font-size: 2rem;
    top: 15px;
}footer .nav_baseoYiz {
    height: auto;
    max-height: 220px;
}footer .main_proQeIP, footer .top_classiXQM, footer .subscribe_holder {
    padding: 20px 15px;
    min-height: 300px;
}footer .top_classiXQM h5, footer .subscribe_holder h5 {
    margin-bottom: 15px;
    font-size: calc(22px - 2px);
}footer .subscribe_holder p {
    margin-bottom: 20px;
}footer .input_holder input[type="email"],
    footer .sub_borderlxBb {
    padding: 12px;
}}.popupPrivacySettingsiaKq {
    width: 100%;
    position: fixed;
    bottom: 0;
    background: rgb(169,214,175);
    z-index: 90;
    border-top: 2px solid rgb(134,178,141);
}.cookie_customizeedvq {
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    display: flex;
}#cookieMessageBannersGtV {
    display: none;
}#cookieMessageBannersGtV:checked ~ .popupPrivacySettingsiaKq {
    visibility: hidden;
    opacity: 0;
}.popupPrivacySettingsiaKq h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.popupPrivacySettingsiaKq p {
    font-size: 18px;
}.edu_approveTgRf {
    margin-right: 10px;
    flex-shrink: 0;
}.edu_approveTgRf svg, .edu_approveTgRf svg path, .edu_approveTgRf img {
    height: 100px;
    width: 100px;
    fill: rgb(134,178,141);
}.learn_agreeWKfT {
    min-width: 120px;
    font-size: 24px;
    cursor: pointer;
    text-decoration: none;
    flex-shrink: 0;
    color: rgb(134,178,141);
    margin-left: 10px;
    white-space: nowrap;
    border-bottom: 2px solid rgb(134,178,141);
    line-height: 35px;
    text-align: center;
}.popupPrivacySettingsiaKq p a {
    text-decoration: none;
    color: rgb(134,178,141);
}
@media only screen and (max-width: 1200px) {.popupPrivacySettingsiaKq {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.edu_approveTgRf {
    display: none;
}.cookie_customizeedvq {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.popupPrivacySettingsiaKq h5 {
    text-align: center;
}.popupPrivacySettingsiaKq p {
    text-align: center;
}.consent_eduLorg {
    margin-bottom: 20px;
}body .framework-wrapHsRW .learn_agreeWKfT {
    margin-bottom: 10px;
    margin-left: 0;
}}
.framework-wrapHsRW .popupPrivacySettingsiaKq {
    background: #ffffff;
    border: none;
    box-shadow: rgb(134,178,141,0.5) 0px 0px 40px 39px;
}.framework-wrapHsRW .learn_agreeWKfT {
    border: none;
    margin-left: 30px;
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    padding: 10px;
    background: rgb(134,178,141);
}.framework-wrapHsRW .edu_approveTgRf {
    height: 80px;
    align-items: center;
    justify-content: center;
    background:rgb(134,178,141);
    border-radius: 50%;
    display: flex;
    width: 80px;
}.framework-wrapHsRW .edu_approveTgRf svg, .framework-wrapHsRW .edu_approveTgRf svg path, .framework-wrapHsRW .edu_approveTgRf img {
    width: 40px;
    height: 40px;
    fill:#000000;
}.framework-wrapHsRW .consent_eduLorg h5, .framework-wrapHsRW .consent_eduLorg p {
    color: #000000;
}
@media only screen and (max-width: 800px){.framework-wrapHsRW .edu_approveTgRf {
    margin: 0;
    margin-bottom: 14px;
}}.gratitudeWebYeOJ {
    background: linear-gradient(135deg, rgb(134,178,141,0.5) 0%, rgb(169,214,175) 70%);
    position: relative;
    perspective: 1000px;
    overflow: hidden;
    padding: 5rem 2rem;
}.gratitudeWebYeOJ::before {
    opacity: 0.15;
    top: 0;
    width: 100%;
    z-index: 0;
    content: "";
    height: 100%;
    position: absolute;
    background: 
        radial-gradient(circle at 10% 20%, transparent 20%, rgb(134,178,141,0.5) 21%, transparent 22%),
        radial-gradient(circle at 90% 60%, transparent 10%, rgb(134,178,141,0.5) 11%, transparent 12%),
        radial-gradient(circle at 50% 40%, transparent 30%, rgb(134,178,141,0.5) 31%, transparent 32%);
    background-size: 80px 80px, 60px 60px, 100px 100px;
    left: 0;
}.gratitudeWebYeOJ .container {
    transform-style: preserve-3d;
    z-index: 1;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.gratitudeWebYeOJ h2 {
    font-weight: 700;
    text-shadow: 0 1px 1px rgba(0,0,0,0.1);
    font-family: Arial, sans-serif;
    opacity: 0;
    margin-bottom: 3rem;
    line-height: 1.3;
    color: #000000;
    transform: translateZ(40px);
    animation: fadeSlideUp 0.8s 0.2s forwards ease-out;
    font-size: 28px;
    position: relative;
}.gratitudeWebYeOJ h2::after {
    bottom: -15px;
    background: rgb(134,178,141);
    content: "";
    left: 0;
    transform: scaleX(0);
    height: 3px;
    transform-origin: left;
    position: absolute;
    animation: lineExpand 1.2s 0.6s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    width: 80px;
}.gratitudeWebYeOJ .team_biosVcDM {
    transition: transform 0.5s ease;
    border-left: 5px solid rgb(134,178,141);
    animation: fadeSlideUp 0.8s 0.4s forwards ease-out;
    transform: translateZ(20px) rotateY(-2deg);
    box-shadow: 
        0 10px 25px -10px rgba(0,0,0,0.1),
        0 5px 10px -5px rgba(0,0,0,0.04);
    opacity: 0;
    transform-style: preserve-3d;
    background: #ffffff;
}.gratitudeWebYeOJ .team_biosVcDM:hover {
    transform: translateZ(25px) rotateY(0deg);
}.gratitudeWebYeOJ ul {
    padding: 0;
    list-style-type: none;
    margin: 0;
}.gratitudeWebYeOJ li {
    padding: 2.5rem;
    position: relative;
}.gratitudeWebYeOJ li::before {
    animation: pulseIn 1.5s 1s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    width: 40px;
    opacity: 0.7;
    transform: scale(0);
    top: -8px;
    right: -8px;
    content: "";
    border-radius: 50%;
    z-index: -1;
    height: 40px;
    background: rgb(98,142,105,0.5);
    position: absolute;
}.gratitudeWebYeOJ span {
    color: #000000;
    font-family: Arial, sans-serif;
    transform: translateZ(10px);
    line-height: 1.8;
    display: block;
    position: relative;
    font-size: 17px;
}

@keyframes fadeSlideUp {
    0% {
        opacity: 0;
        transform: translateY(30px) translateZ(0);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateZ(40px);
    }
}

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

@keyframes pulseIn {
    0% {
        transform: scale(0);
    }
    70% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

@media (max-width: 992px) {.gratitudeWebYeOJ {
    padding: 4rem 1.5rem;
}.gratitudeWebYeOJ h2 {
    margin-bottom: 2.5rem;
    font-size: calc(28px * 0.9);
}.gratitudeWebYeOJ .team_biosVcDM {
    transform: translateZ(15px) rotateY(-1deg);
}
}

@media (max-width: 768px) {.gratitudeWebYeOJ {
    padding: 3rem 1rem;
}.gratitudeWebYeOJ h2 {
    margin-bottom: 2rem;
    font-size: calc(28px * 0.8);
}.gratitudeWebYeOJ .team_biosVcDM {
    transform: translateZ(10px) rotateY(0);
}.gratitudeWebYeOJ li {
    padding: 2rem;
}
}

@media (max-width: 576px) {.gratitudeWebYeOJ {
    padding: 2.5rem 0.8rem;
}.gratitudeWebYeOJ h2 {
    font-size: calc(28px * 0.7);
    margin-bottom: 1.5rem;
}.gratitudeWebYeOJ h2::after {
    width: 60px;
    height: 2px;
}.gratitudeWebYeOJ li {
    padding: 1.5rem;
}.gratitudeWebYeOJ span {
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}}.data_summaryvWKJ {
    position: relative;
    padding: 150px 0;
    overflow: hidden;
    background-color: rgb(169,214,175);
}.data_summaryvWKJ::before {
    top: 0;
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    width: 100%;
    z-index: 1;
    background: radial-gradient(circle at center, rgb(134,178,141,0.5) 0%, transparent 60%);
}.data_summaryvWKJ::after {
    background-image: 
        linear-gradient(0deg, transparent 95%, rgb(134,178,141,0.5) 95%, rgb(134,178,141,0.5) 100%, transparent 100%),
        linear-gradient(90deg, transparent 95%, rgb(134,178,141,0.5) 95%, rgb(134,178,141,0.5) 100%, transparent 100%);
    width: 100%;
    background-size: 20px 20px;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    content: "";
    opacity: 0.3;
    position: absolute;
}.data_summaryvWKJ .container {
    max-width: 1400px;
    padding: 0 30px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    z-index: 5;
    position: relative;
    flex-direction: column;
}.data_summaryvWKJ h2 {
    z-index: 3;
    font-family: Arial, sans-serif;
    padding: 0 20px;
    font-weight: 700;
    font-size: 30px;
    margin: 0 0 80px;
    position: relative;
    text-align: center;
    color: #000000;
}.data_summaryvWKJ h2::before,
.data_summaryvWKJ h2::after {
    background: rgb(134,178,141);
    content: "";
    width: 60px;
    height: 2px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}.data_summaryvWKJ h2::before {
    right: calc(100% + 20px);
}.data_summaryvWKJ h2::after {
    left: calc(100% + 20px);
}.data_summaryvWKJ ul {
    flex-wrap: wrap;
    position: relative;
    margin: 0;
    display: flex;
    padding: 0;
    justify-content: center;
    width: 100%;
    list-style: none;
    gap: 30px;
}.data_summaryvWKJ .statistics_pointsaGTo {
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    flex-direction: column;
    align-items: center;
    padding: 20px;
    width: 150px;
    display: flex;
    border-radius: 50%;
    justify-content: center;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    z-index: 3;
    position: relative;
    height: 150px;
}.data_summaryvWKJ .statistics_pointsaGTo::before {
    border-radius: 50%;
    position: absolute;
    background: conic-gradient(from var(--rotation, 0deg), transparent, rgb(134,178,141,0.5), transparent);
    opacity: 0;
    left: 0;
    content: "";
    top: 0;
    transition: opacity 0.4s ease;
    height: 100%;
    z-index: -1;
    width: 100%;
}.data_summaryvWKJ .statistics_pointsaGTo:hover::before {
    opacity: 1;
}.data_summaryvWKJ .statistics_pointsaGTo:nth-child(1) {
    --rotation: 0deg;
}.data_summaryvWKJ .statistics_pointsaGTo:nth-child(2) {
    --rotation: 36deg;
}.data_summaryvWKJ .statistics_pointsaGTo:nth-child(3) {
    --rotation: 72deg;
}.data_summaryvWKJ .statistics_pointsaGTo:nth-child(4) {
    --rotation: 108deg;
}.data_summaryvWKJ .statistics_pointsaGTo:nth-child(5) {
    --rotation: 144deg;
}.data_summaryvWKJ .statistics_pointsaGTo:nth-child(6) {
    --rotation: 180deg;
}.data_summaryvWKJ .statistics_pointsaGTo:nth-child(7) {
    --rotation: 216deg;
}.data_summaryvWKJ .statistics_pointsaGTo:nth-child(8) {
    --rotation: 252deg;
}.data_summaryvWKJ .statistics_pointsaGTo:nth-child(9) {
    --rotation: 288deg;
}.data_summaryvWKJ .statistics_pointsaGTo:nth-child(10) {
    --rotation: 324deg;
}.data_summaryvWKJ .statistics_pointsaGTo p {
    color: rgb(134,178,141);
    line-height: 1;
    text-align: center;
    font-weight: 700;
    font-size: calc(30px * 1.1);
    margin: 0 0 5px;
}.data_summaryvWKJ .statistics_pointsaGTo span {
    text-align: center;
    color: #000000;
    font-size: calc(17px * 0.85);
    font-weight: 400;
    line-height: 1.2;
}.data_summaryvWKJ .statistics_pointsaGTo:hover {
    transform: scale(1.1);
    z-index: 10;
}.data_summaryvWKJ svg {
    fill: rgb(98,142,105);
    top: 10px;
    transition: transform 0.3s ease;
    height: 18px;
    position: absolute;
    right: 10px;
    opacity: 0.7;
    width: 18px;
}.data_summaryvWKJ svg path {
    fill: rgb(98,142,105);
}.data_summaryvWKJ .statistics_pointsaGTo:hover svg {
    transform: rotate(45deg);
}.data_summaryvWKJ ul.items-1 {
    justify-content: center;
}.data_summaryvWKJ ul.items-2,
.data_summaryvWKJ ul.items-3,
.data_summaryvWKJ ul.items-4 {
    margin: 0 auto;
    max-width: 800px;
}.data_summaryvWKJ ul.items-5,
.data_summaryvWKJ ul.items-6 {
    max-width: 900px;
    margin: 0 auto;
}.data_summaryvWKJ ul.items-7,
.data_summaryvWKJ ul.items-8,
.data_summaryvWKJ ul.items-9,
.data_summaryvWKJ ul.items-10 {
    margin: 0 auto;
    max-width: 1200px;
}

@keyframes rotateCircle {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes pulseAnimation {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

@media (max-width: 1200px) {.data_summaryvWKJ .statistics_pointsaGTo {
    width: 130px;
    height: 130px;
}.data_summaryvWKJ .statistics_pointsaGTo p {
    font-size: 30px;
}.data_summaryvWKJ h2::before,
    .data_summaryvWKJ h2::after {
    width: 40px;
}
}

@media (max-width: 991px) {.data_summaryvWKJ {
    padding: 100px 0;
}.data_summaryvWKJ .statistics_pointsaGTo {
    width: 120px;
    height: 120px;
}.data_summaryvWKJ .statistics_pointsaGTo span {
    font-size: calc(17px * 0.8);
}.data_summaryvWKJ ul {
    gap: 20px;
}
}

@media (max-width: 768px) {.data_summaryvWKJ {
    padding: 80px 0;
}.data_summaryvWKJ h2 {
    margin-bottom: 50px;
}.data_summaryvWKJ h2::before,
    .data_summaryvWKJ h2::after {
    display: none;
}.data_summaryvWKJ .statistics_pointsaGTo {
    border-radius: 10px;
}.data_summaryvWKJ .statistics_pointsaGTo::before {
    border-radius: 10px;
}
}

@media (max-width: 576px) {.data_summaryvWKJ {
    padding: 60px 0;
}.data_summaryvWKJ h2 {
    margin-bottom: 40px;
    font-size: calc(30px * 0.9);
}.data_summaryvWKJ .container {
    padding: 0 15px;
}.data_summaryvWKJ ul {
    gap: 15px;
}.data_summaryvWKJ .statistics_pointsaGTo {
    width: calc(50% - 15px);
    aspect-ratio: 1/1;
    height: auto;
}.data_summaryvWKJ .statistics_pointsaGTo p {
    font-size: calc(30px * 0.9);
}.data_summaryvWKJ .statistics_pointsaGTo span {
    font-size: calc(17px * 0.75);
}
}

@media (max-width: 375px) {.data_summaryvWKJ .statistics_pointsaGTo {
    width: 100%;
    max-width: 150px;
}}.title_pageuScB {
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
    position: relative;
    background: rgb(169,214,175);
}.title_pageuScB::before {
    background: linear-gradient(135deg, rgb(134,178,141,0.5) 25%, transparent 25%, transparent 50%, rgb(98,142,105,0.5) 50%, rgb(98,142,105,0.5) 75%, transparent 75%);
    position: absolute;
    height: 100%;
    opacity: 0.3;
    z-index: 1;
    width: 100%;
    left: 0;
    animation: backgroundMove 60s linear infinite;
    content: "";
    top: 0;
    background-size: 100px 100px;
}.title_pageuScB::after {
    filter: blur(10px);
    background: 
        radial-gradient(circle at 20% 20%, rgb(134,178,141,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 80%, rgb(98,142,105,0.5) 0%, transparent 25%),
        radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0.5) 0%, transparent 50%);
    content: "";
    animation: pulseGlow 15s infinite alternate;
    z-index: 2;
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
}.title_pageuScB .team_biosVcDM {
    display: flex;
    height: 100vh;
    flex-direction: column;
    z-index: 3;
    position: relative;
    width: 100%;
}.title_pageuScB .course_basezJDX {
    height: 100vh;
    left: 0;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
}.title_pageuScB .course_basezJDX input {
    display: none;
}.title_pageuScB .learn_topqMQe {
    width: 100%;
    transition: transform 1.2s cubic-bezier(0.215, 0.610, 0.355, 1);
    height: 100%;
    display: flex;
}.title_pageuScB .intro_headxcIC {
    overflow: hidden;
    position: relative;
    flex: 0 0 100%;
    height: 100%;
}.title_pageuScB .intro_headxcIC::before {
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(0deg, #000000 0%, transparent 35%, transparent 65%, #000000 100%);
    left: 0;
    top: 0;
    position: absolute;
    content: "";
}.title_pageuScB .intro_headxcIC img {
    width: 100%;
    filter: saturate(1.2) contrast(1.1);
    transition: transform 8s cubic-bezier(0.165, 0.84, 0.44, 1);
    object-fit: cover;
    transform: scale(1.05);
    height: 100%;
}.title_pageuScB .edu_frontmZGa {
    display: flex;
    z-index: 10;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
    background: linear-gradient(90deg, rgb(134,178,141,0.5) 0%, rgba(0, 0, 0, 0.5) 50%, rgb(98,142,105,0.5) 100%);
    bottom: 40px;
    padding: 12px 24px;
    position: absolute;
    gap: 16px;
    border-radius: 16px;
    backdrop-filter: blur(10px);
    left: 50%;
    transform: translateX(-50%);
}.title_pageuScB .edu_frontmZGa::before {
    content: "";
    opacity: 0.7;
    position: absolute;
    z-index: -1;
    inset: 2px;
    background: linear-gradient(90deg, rgb(134,178,141,0.5) 0%, rgba(0, 0, 0, 0.5) 50%, rgb(98,142,105,0.5) 100%);
    border-radius: calc(16px - 2px);
}.title_pageuScB .edu_frontmZGa label {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 12px;
    height: 12px;
    cursor: pointer;
    position: relative;
}.title_pageuScB .edu_frontmZGa label::before {
    border-radius: 2px;
    opacity: 0.3;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    inset: 0;
    position: absolute;
    background: #ffffff;
    content: "";
    transform: rotate(0deg);
}.title_pageuScB .edu_frontmZGa label::after {
    position: absolute;
    opacity: 0.6;
    content: "";
    background: rgb(134,178,141);
    border-radius: 0;
    inset: 2px;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.title_pageuScB .edu_frontmZGa label:hover::before {
    transform: rotate(45deg);
    opacity: 0.8;
    background: #ffffff;
}.title_pageuScB .edu_frontmZGa label:hover::after {
    opacity: 1;
    transform: rotate(-45deg);
    background: rgb(98,142,105);
}.title_pageuScB .text_box_wrapperpPOQ {
    position: absolute;
    width: 100%;
    z-index: 5;
    align-items: center;
    height: 100%;
    display: flex;
}.title_pageuScB .text_box_wrapperpPOQ .container {
    backdrop-filter: blur(15px);
    border-radius: 16px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    border-left: 4px solid rgb(134,178,141);
    padding: 3.5rem;
    position: relative;
    overflow: hidden;
    max-width: 85%;
    margin: 0 auto;
    border-bottom: 1px solid rgb(98,142,105,0.5);
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.65) 100%);
}.title_pageuScB .text_box_wrapperpPOQ .container::before {
    position: absolute;
    content: "";
    background: 
        radial-gradient(circle at 50% 50%, transparent 15%, rgba(0, 0, 0, 0.5) 50%),
        repeating-conic-gradient(rgb(134,178,141,0.5) 0deg, rgb(134,178,141,0.5) 5deg, transparent 5deg, transparent 10deg, rgb(98,142,105,0.5) 10deg, rgb(98,142,105,0.5) 15deg, transparent 15deg, transparent 20deg);
    animation: rotateBackground 120s linear infinite;
    top: -50%;
    width: 200%;
    height: 200%;
    z-index: -1;
    left: -50%;
    opacity: 0.05;
}.title_pageuScB .text_box_wrapperpPOQ .container::after {
    background: linear-gradient(45deg, rgb(134,178,141,0.5) 0%, transparent 70%);
    z-index: -1;
    height: 100%;
    opacity: 0.2;
    width: 100%;
    left: 0;
    content: "";
    top: 0;
    position: absolute;
}.title_pageuScB .text_box_wrapperpPOQ h1 {
    margin-bottom: 1.5rem;
    position: relative;
    text-shadow: 0 2px 4px #000000;
    font-weight: 700;
    color: #ffffff;
    display: inline-block;
    font-size: 41px;
}.title_pageuScB .text_box_wrapperpPOQ h1::before {
    height: 2px;
    width: 100%;
    transform-origin: left;
    left: 0;
    content: "";
    bottom: -5px;
    position: absolute;
    animation: lineExpand 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    background: linear-gradient(90deg, rgb(134,178,141) 0%, rgb(98,142,105) 100%);
}.title_pageuScB .text_box_wrapperpPOQ h3 {
    margin-bottom: 1.5rem;
    position: relative;
    text-shadow: 0 1px 2px #000000;
    display: inline-block;
    font-size: 22px;
    color: rgb(98,142,105);
    font-weight: 600;
}.title_pageuScB .text_box_wrapperpPOQ h3::after {
    content: "";
    right: -15px;
    transform: translateY(-50%);
    top: 50%;
    box-shadow: 0 0 10px rgb(134,178,141), 0 0 20px rgb(134,178,141,0.5);
    animation: pulse 2s infinite;
    position: absolute;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    background: rgb(134,178,141);
}.title_pageuScB .text_box_wrapperpPOQ p {
    max-width: 90%;
    padding-left: 20px;
    font-size: 15px;
    position: relative;
    font-weight: 400;
    text-shadow: 0 1px 2px #000000;
    color: #ffffff;
    border-left: 1px solid rgb(98,142,105,0.5);
    line-height: 1.8;
}.title_pageuScB .text_box_wrapperpPOQ p::before {
    left: -3px;
    content: "";
    border-radius: 50%;
    background: rgb(98,142,105);
    height: 7px;
    width: 7px;
    top: 0;
    position: absolute;
}.title_pageuScB .text_box_wrapperpPOQ p::after {
    content: "";
    left: -3px;
    border-radius: 50%;
    width: 7px;
    bottom: 0;
    height: 7px;
    background: rgb(134,178,141);
    position: absolute;
}.title_pageuScB input[type="radio"]:nth-of-type(1):checked ~ .learn_topqMQe {
    transform: translateX(0%);
}.title_pageuScB input[type="radio"]:nth-of-type(2):checked ~ .learn_topqMQe {
    transform: translateX(-100%);
}.title_pageuScB input[type="radio"]:nth-of-type(3):checked ~ .learn_topqMQe {
    transform: translateX(-200%);
}.title_pageuScB input[type="radio"]:nth-of-type(4):checked ~ .learn_topqMQe {
    transform: translateX(-300%);
}.title_pageuScB input[type="radio"]:nth-of-type(5):checked ~ .learn_topqMQe {
    transform: translateX(-400%);
}.title_pageuScB input[type="radio"]:nth-of-type(6):checked ~ .learn_topqMQe {
    transform: translateX(-500%);
}.title_pageuScB input[type="radio"]:nth-of-type(7):checked ~ .learn_topqMQe {
    transform: translateX(-600%);
}.title_pageuScB input[type="radio"]:nth-of-type(8):checked ~ .learn_topqMQe {
    transform: translateX(-700%);
}.title_pageuScB input[type="radio"]:nth-of-type(9):checked ~ .learn_topqMQe {
    transform: translateX(-800%);
}.title_pageuScB input[type="radio"]:nth-of-type(10):checked ~ .learn_topqMQe {
    transform: translateX(-900%);
}.title_pageuScB input[type="radio"]:nth-of-type(1):checked ~ .edu_frontmZGa label:nth-of-type(1)::before,
.title_pageuScB input[type="radio"]:nth-of-type(2):checked ~ .edu_frontmZGa label:nth-of-type(2)::before,
.title_pageuScB input[type="radio"]:nth-of-type(3):checked ~ .edu_frontmZGa label:nth-of-type(3)::before,
.title_pageuScB input[type="radio"]:nth-of-type(4):checked ~ .edu_frontmZGa label:nth-of-type(4)::before,
.title_pageuScB input[type="radio"]:nth-of-type(5):checked ~ .edu_frontmZGa label:nth-of-type(5)::before,
.title_pageuScB input[type="radio"]:nth-of-type(6):checked ~ .edu_frontmZGa label:nth-of-type(6)::before,
.title_pageuScB input[type="radio"]:nth-of-type(7):checked ~ .edu_frontmZGa label:nth-of-type(7)::before,
.title_pageuScB input[type="radio"]:nth-of-type(8):checked ~ .edu_frontmZGa label:nth-of-type(8)::before,
.title_pageuScB input[type="radio"]:nth-of-type(9):checked ~ .edu_frontmZGa label:nth-of-type(9)::before,
.title_pageuScB input[type="radio"]:nth-of-type(10):checked ~ .edu_frontmZGa label:nth-of-type(10)::before {
    transform: rotate(45deg) scale(1.2);
    box-shadow: 0 0 15px #ffffff;
    background: #ffffff;
    opacity: 1;
}.title_pageuScB input[type="radio"]:nth-of-type(1):checked ~ .edu_frontmZGa label:nth-of-type(1)::after,
.title_pageuScB input[type="radio"]:nth-of-type(2):checked ~ .edu_frontmZGa label:nth-of-type(2)::after,
.title_pageuScB input[type="radio"]:nth-of-type(3):checked ~ .edu_frontmZGa label:nth-of-type(3)::after,
.title_pageuScB input[type="radio"]:nth-of-type(4):checked ~ .edu_frontmZGa label:nth-of-type(4)::after,
.title_pageuScB input[type="radio"]:nth-of-type(5):checked ~ .edu_frontmZGa label:nth-of-type(5)::after,
.title_pageuScB input[type="radio"]:nth-of-type(6):checked ~ .edu_frontmZGa label:nth-of-type(6)::after,
.title_pageuScB input[type="radio"]:nth-of-type(7):checked ~ .edu_frontmZGa label:nth-of-type(7)::after,
.title_pageuScB input[type="radio"]:nth-of-type(8):checked ~ .edu_frontmZGa label:nth-of-type(8)::after,
.title_pageuScB input[type="radio"]:nth-of-type(9):checked ~ .edu_frontmZGa label:nth-of-type(9)::after,
.title_pageuScB input[type="radio"]:nth-of-type(10):checked ~ .edu_frontmZGa label:nth-of-type(10)::after {
    opacity: 1;
    transform: rotate(-45deg) scale(0.6);
    background: rgb(134,178,141);
}.title_pageuScB input[type="radio"]:nth-of-type(1):checked ~ .learn_topqMQe .intro_headxcIC:nth-of-type(1) img,
.title_pageuScB input[type="radio"]:nth-of-type(2):checked ~ .learn_topqMQe .intro_headxcIC:nth-of-type(2) img,
.title_pageuScB input[type="radio"]:nth-of-type(3):checked ~ .learn_topqMQe .intro_headxcIC:nth-of-type(3) img,
.title_pageuScB input[type="radio"]:nth-of-type(4):checked ~ .learn_topqMQe .intro_headxcIC:nth-of-type(4) img,
.title_pageuScB input[type="radio"]:nth-of-type(5):checked ~ .learn_topqMQe .intro_headxcIC:nth-of-type(5) img,
.title_pageuScB input[type="radio"]:nth-of-type(6):checked ~ .learn_topqMQe .intro_headxcIC:nth-of-type(6) img,
.title_pageuScB input[type="radio"]:nth-of-type(7):checked ~ .learn_topqMQe .intro_headxcIC:nth-of-type(7) img,
.title_pageuScB input[type="radio"]:nth-of-type(8):checked ~ .learn_topqMQe .intro_headxcIC:nth-of-type(8) img,
.title_pageuScB input[type="radio"]:nth-of-type(9):checked ~ .learn_topqMQe .intro_headxcIC:nth-of-type(9) img,
.title_pageuScB input[type="radio"]:nth-of-type(10):checked ~ .learn_topqMQe .intro_headxcIC:nth-of-type(10) img {
    filter: saturate(1.3) contrast(1.15);
    transform: scale(1.15);
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.7;
        transform: translateY(-50%) scale(1);
    }
    50% {
        opacity: 1;
        transform: translateY(-50%) scale(1.5);
    }
}

@keyframes lineExpand {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes backgroundMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.3;
        filter: blur(10px) brightness(1);
    }
    50% {
        opacity: 0.5;
        filter: blur(15px) brightness(1.2);
    }
}

@keyframes rotateBackground {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 1024px) {.title_pageuScB .text_box_wrapperpPOQ .container {
    max-width: 90%;
    padding: 2.5rem;
}.title_pageuScB .text_box_wrapperpPOQ p {
    max-width: 95%;
}.title_pageuScB .edu_frontmZGa {
    padding: 10px 20px;
}
}

@media screen and (max-width: 768px) {.title_pageuScB .text_box_wrapperpPOQ {
    align-items: flex-end;
    padding-bottom: 120px;
}.title_pageuScB .text_box_wrapperpPOQ .container {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.75) 100%);
    padding: 2rem;
    max-width: 95%;
}.title_pageuScB .text_box_wrapperpPOQ h1 {
    margin-bottom: 1.2rem;
    font-size: calc(41px * 0.85);
}.title_pageuScB .text_box_wrapperpPOQ h3 {
    font-size: calc(22px * 0.9);
    margin-bottom: 1.2rem;
}.title_pageuScB .text_box_wrapperpPOQ p {
    font-size: calc(15px * 0.95);
    padding-left: 15px;
    max-width: 100%;
}.title_pageuScB .edu_frontmZGa {
    bottom: 30px;
    gap: 12px;
}.title_pageuScB .intro_headxcIC::before {
    background: linear-gradient(0deg, #000000 20%, transparent 50%, #000000 100%);
}
}

@media screen and (max-width: 480px) {.title_pageuScB .text_box_wrapperpPOQ {
    padding-bottom: 100px;
}.title_pageuScB .text_box_wrapperpPOQ .container {
    border-left: 2px solid rgb(134,178,141);
    padding: 1.5rem;
}.title_pageuScB .text_box_wrapperpPOQ h1 {
    font-size: calc(41px * 0.7);
    margin-bottom: 1rem;
}.title_pageuScB .text_box_wrapperpPOQ h3 {
    font-size: calc(22px * 0.8);
    margin-bottom: 1rem;
}.title_pageuScB .text_box_wrapperpPOQ p {
    padding-left: 10px;
}.title_pageuScB .edu_frontmZGa {
    bottom: 25px;
    padding: 8px 15px;
    gap: 8px;
}.title_pageuScB .edu_frontmZGa label {
    height: 10px;
    width: 10px;
}}header {
    z-index: 1000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    left: 0;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    backdrop-filter: blur(20px);
    top: 0;
    width: 100%;
    background: rgb(134,178,141,0.5);
    -webkit-backdrop-filter: blur(20px);
    position: fixed;
}header:before {
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 25%,
        rgba(255, 255, 255, 0.05) 50%,
        transparent 75%
    );
    content: '';
    height: 100%;
    pointer-events: none;
    animation: shimmer 8s infinite linear;
}header:after {
    height: 3px;
    bottom: 0;
    filter: blur(1px);
    background: linear-gradient(
        90deg,
        rgb(98,142,105) 0%,
        rgb(134,178,141) 50%,
        rgb(98,142,105) 100%
    );
    position: absolute;
    left: 0;
    width: 100%;
    opacity: 0.8;
    content: '';
}header .nav_lessoncxPZ {
    overflow: hidden;
    position: relative;
}header .nav_lessoncxPZ:before {
    top: 0;
    opacity: 0.15;
    content: '';
    pointer-events: none;
    position: absolute;
    background: 
        radial-gradient(circle at 10% 20%, rgb(134,178,141,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgb(98,142,105,0.5) 0%, transparent 40%);
    mix-blend-mode: overlay;
    height: 100%;
    left: 0;
    width: 100%;
}header .container {
    max-width: 1200px;
    position: relative;
    padding: 16px 25px;
    margin: 0 auto;
}header .container:before {
    position: absolute;
    content: '';
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    opacity: 0.5;
    bottom: -1px;
    width: 100%;
    left: 0;
    height: 1px;
}header .top_trainXdBj {
    position: relative;
    align-items: center;
    justify-content: space-between;
    display: flex;
}header .top_classiXQM {
    position: relative;
    gap: 35px;
    align-items: center;
    display: flex;
}header .top_classiXQM:before {
    transform: translateY(-50%) scaleX(0.8);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    content: '';
    position: absolute;
    top: 50%;
    transition: all 0.4s ease;
    opacity: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    height: 35px;
    left: 0;
    width: 100%;
}header .top_classiXQM:hover:before {
    transform: translateY(-50%) scaleX(1);
    opacity: 1;
}header .head_mainwrapfAcK {
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-weight: 400;
    position: relative;
    padding: 5px 0;
    font-size: 14px;
}header .head_mainwrapfAcK:before {
    bottom: 0;
    height: 1px;
    transform: scaleX(0);
    width: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        #ffffff,
        transparent
    );
    left: 0;
    transform-origin: right;
    content: '';
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    position: absolute;
}header .head_mainwrapfAcK:after {
    left: 0;
    z-index: -1;
    transition: all 0.3s ease;
    content: '';
    transform: scaleY(0);
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    background: linear-gradient(
        180deg,
        transparent,
        rgb(134,178,141,0.5),
        transparent
    );
    top: 0;
}header .head_mainwrapfAcK:hover {
    text-shadow: 0 0 5px #ffffff;
    color: #ffffff;
}header .head_mainwrapfAcK:hover:before {
    transform: scaleX(1);
    transform-origin: left;
}header .head_mainwrapfAcK:hover:after {
    opacity: 0.15;
    transform: scaleY(1);
}header .nav_primeANHD {
    transition: all 0.4s ease;
    padding: 5px;
    text-decoration: none;
    align-items: center;
    display: flex;
    position: relative;
}header .nav_primeANHD:before {
    top: -10px;
    height: calc(100% + 20px);
    transition: opacity 0.5s ease;
    background: radial-gradient(
        circle,
        rgb(134,178,141,0.5) 0%,
        transparent 70%
    );
    z-index: -1;
    left: -10px;
    width: calc(100% + 20px);
    content: '';
    position: absolute;
    opacity: 0;
}header .nav_primeANHD:after {
    border-image: linear-gradient(
        to right,
        transparent,
        rgb(134,178,141),
        transparent
    ) 1;
    left: 0;
    content: '';
    opacity: 0;
    height: 100%;
    position: absolute;
    top: 0;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    width: 100%;
}header .nav_primeANHD:hover:before {
    opacity: 0.15;
    animation: pulse 2s infinite;
}header .nav_primeANHD:hover:after {
    opacity: 0.7;
}header .nav_primeANHD svg {
    height: 45px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    filter: drop-shadow(0 0 3px rgb(134,178,141,0.5));
    width: auto;
}header .nav_primeANHD:hover svg {
    filter: drop-shadow(0 0 5px rgb(134,178,141));
    transform: scale(1.05);
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.15;
    }
    50% {
        opacity: 0.3;
    }
}

@keyframes glowEffect {
    0%, 100% {
        opacity: 0.7;
        filter: blur(1px);
    }
    50% {
        opacity: 1;
        filter: blur(1.5px);
    }
}

@media (max-width: 991px) {header .container {
    padding: 14px 20px;
}header .top_classiXQM {
    gap: 20px;
}header .nav_primeANHD svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .top_classiXQM {
    height: 100vh;
    top: 0;
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.2);
    gap: 20px;
    background: rgb(134,178,141);
    flex-direction: column;
    z-index: 1001;
    position: fixed;
    padding: 80px 30px 30px;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    max-width: 320px;
    transition: right 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    background: linear-gradient(
            135deg,
            rgb(134,178,141) 0%,
            rgb(134,178,141,0.5) 100%
        );
    width: 80%;
    right: -100%;
}header .top_classiXQM:before {
    display: none;
}header .menu.active {
    right: 0;
}header .head_mainwrapfAcK {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 12px 5px;
}header .head_mainwrapfAcK:last-child {
    border-bottom: none;
}header .nav_primeANHD {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .nav_primeANHD svg {
    height: 35px;
}
}