﻿* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}html,body {
    min-height: 100%;
    font-family: Arial, sans-serif;
    auto
contain
    scroll-behavior: auto;
    color: #000000;
    height: 100%;
}.main_mainwrap_kpJm {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}.core-container_Lijf {
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    display: flex;
}a {
    color: inherit;
    text-decoration: none;
}svg {
    height: 30px;
    width: 30px;
}.subscr_info_xpWv {
    flex: 0 0 auto;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1145px;
}

@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.teaching_history_MTxR {
    isolation: isolate;
    padding: 5rem 2rem;
    overflow: hidden;
    position: relative;
    background: rgb(219,234,220);
}.teaching_history_MTxR::before {
    height: 140%;
    right: -5%;
    width: 60%;
    top: -20%;
    filter: blur(3px);
    z-index: -1;
    transform: rotate(15deg);
    content: "";
    position: absolute;
    background: rgb(183,207,184,0.5);
}.teaching_history_MTxR::after {
    bottom: -5%;
    width: 30%;
    height: 30%;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    z-index: -1;
    position: absolute;
    content: "";
    background: rgb(145,180,149,0.5);
    animation: morph 15s linear infinite alternate;
    left: -5%;
}@keyframes morph {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }
    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
}

.teaching_history_MTxR .client_voices_MIyg {
    gap: 0;
    max-width: 1100px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0 auto;
    position: relative;
}.teaching_history_MTxR .img_thumbnail_VFBC {
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
    transform: translateX(-5%);
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    border-radius: 0;
    width: 100%;
    z-index: 2;
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    height: 450px;
    position: relative;
}.teaching_history_MTxR .img_thumbnail_VFBC::after {
    content: "";
    left: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.5) 0%,
        transparent 50%
    );
}.teaching_history_MTxR .client_voices_MIyg:hover .img_thumbnail_VFBC {
    filter: contrast(1.1);
    transform: translateX(0) scale(1.02);
}.teaching_history_MTxR .employee_history_hZYl {
    flex-direction: column;
    grid-column: 2 / 3;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    display: flex;
    grid-row: 1 / 2;
    background: #ffffff;
    padding: 3rem 3rem 3rem 5rem;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.5);
    justify-content: center;
    z-index: 1;
    transform: translateX(-15%);
}.teaching_history_MTxR .client_voices_MIyg:hover .employee_history_hZYl {
    box-shadow: 0 25px 50px -15px rgba(0, 0, 0, 0.5);
    transform: translateX(-10%) translateY(-5px);
}.teaching_history_MTxR .name {
    font-size: 28px;
    position: relative;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 0.7rem;
    color: rgb(183,207,184);
}.teaching_history_MTxR .name::before {
    left: -20px;
    top: -10px;
    content: "";
    width: 30px;
    border-radius: 10px;
    height: 30px;
    transform: rotate(45deg) scale(0);
    z-index: -1;
    transition: transform 0.4s ease 0.2s;
    background: rgb(145,180,149,0.5);
    position: absolute;
}.teaching_history_MTxR .client_voices_MIyg:hover .name::before {
    transform: rotate(45deg) scale(1);
}.teaching_history_MTxR .employee_history_hZYl > div:nth-child(2) {
    opacity: 0;
    transform: translateX(-20px);
    opacity: 0.9;
    margin-bottom: 2rem;
    transition: all 0.5s ease 0.3s;
    font-size: 20px;
    font-weight: 600;
    color: rgb(145,180,149);
}.teaching_history_MTxR .client_voices_MIyg:hover .employee_history_hZYl > div:nth-child(2) {
    opacity: 1;
    transform: translateX(0);
}.teaching_history_MTxR .experience_tasks_luiA {
    color: #000000;
    opacity: 0;
    font-weight: 400;
    font-style: italic;
    transition: all 0.5s ease 0.5s;
    transform: translateY(20px);
    line-height: 1.7;
    position: relative;
    padding-top: 20px;
    font-size: 13px;
}.teaching_history_MTxR .client_voices_MIyg:hover .experience_tasks_luiA {
    transform: translateY(0);
    opacity: 1;
}.teaching_history_MTxR .experience_tasks_luiA::before {
    top: 0;
    content: "";
    left: 0;
    width: 60px;
    background: linear-gradient(to right, rgb(183,207,184), transparent);
    height: 3px;
    position: absolute;
}@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

.teaching_history_MTxR .employee_history_hZYl::after {
    border-radius: 50%;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    content: "";
    background: rgb(183,207,184,0.5);
    z-index: -1;
    animation: float 4s ease-in-out infinite;
    position: absolute;
}

@media (max-width: 992px) {.teaching_history_MTxR .client_voices_MIyg {
    grid-template-rows: auto auto;
    gap: 2rem;
    grid-template-columns: 1fr;
}.teaching_history_MTxR .img_thumbnail_VFBC {
    transform: none;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    height: 300px;
    grid-row: 1 / 2;
    grid-column: 1 / 2;
}.teaching_history_MTxR .img_thumbnail_VFBC::after {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}.teaching_history_MTxR .employee_history_hZYl {
    padding: 2rem;
    grid-row: 2 / 3;
    grid-column: 1 / 2;
    transform: none;
    clip-path: none;
}.teaching_history_MTxR .client_voices_MIyg:hover .employee_history_hZYl {
    transform: translateY(-5px);
}}.company_overview_pzFM {
    background-color: rgb(219,234,220);
    position: relative;
    padding: 90px 0;
    overflow: hidden;
}.company_overview_pzFM::before {
    background-color: rgb(183,207,184,0.5);
    z-index: 1;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    width: 40%;
    position: absolute;
    content: "";
    right: 0;
    height: 100%;
    top: 0;
}.company_overview_pzFM::after {
    left: 0;
    clip-path: polygon(0% 30%, 100% 0%, 100% 100%, 0% 100%);
    content: "";
    bottom: 0;
    height: 40%;
    z-index: 1;
    background-color: rgb(145,180,149,0.5);
    position: absolute;
    width: 30%;
}.company_overview_pzFM .container {
    margin: 0 auto;
    z-index: 5;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
}.company_overview_pzFM .community_ed_oHfu {
    justify-content: space-between;
    gap: 60px;
    display: flex;
    align-items: center;
}.company_overview_pzFM .learn_study_inuv {
    flex: 0 0 350px;
    position: relative;
}.company_overview_pzFM .learn_study_inuv::before {
    z-index: -1;
    top: 20px;
    width: 100%;
    background-color: rgb(183,207,184);
    transition: transform 0.4s ease;
    position: absolute;
    left: 20px;
    border-radius: 10px;
    height: 100%;
    content: "";
}.company_overview_pzFM .learn_study_inuv:hover::before {
    transform: translate(-8px, 8px);
}.company_overview_pzFM .img_thumbnail_VFBC {
    border-radius: 10px;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
    transition: transform 0.4s ease;
    position: relative;
    width: 100%;
    height: 400px;
}.company_overview_pzFM .learn_study_inuv:hover .img_thumbnail_VFBC {
    transform: translate(8px, -8px);
}.company_overview_pzFM .learn_vision_QPIX {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s ease;
    padding: 25px;
    bottom: -30px;
    background-color: #ffffff;
    right: -30px;
    min-width: 230px;
    border-radius: 10px;
    position: absolute;
}.company_overview_pzFM .learn_study_inuv:hover .learn_vision_QPIX {
    transform: translateY(-5px);
}.company_overview_pzFM .success_metric_QIlL {
    font-family: Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 8px 0;
}.company_overview_pzFM .master_sessions_evWz {
    font-weight: 400;
    color: rgb(183,207,184);
    font-family: Arial, sans-serif;
    font-size: 17px;
    margin: 0;
}.company_overview_pzFM .content_column_rYnB {
    gap: 25px;
    flex: 1;
    display: flex;
    flex-direction: column;
}.company_overview_pzFM .expert_network_KHhb {
    margin-bottom: 10px;
    gap: 15px;
    display: flex;
    align-items: center;
}.company_overview_pzFM .expert_network_KHhb svg {
    width: 50px;
    height: 50px;
    fill: rgb(183,207,184);
}.company_overview_pzFM .expert_network_KHhb svg path {
    fill: rgb(183,207,184);
}.company_overview_pzFM h2 {
    font-family: Arial, sans-serif;
    font-weight: 700;
    margin: 0 0 5px 0;
    position: relative;
    font-size: 35px;
    display: inline-block;
    color: #000000;
}.company_overview_pzFM h2::after {
    width: 70px;
    left: 0;
    height: 4px;
    content: "";
    position: absolute;
    background-color: rgb(183,207,184);
    bottom: -10px;
}.company_overview_pzFM p {
    font-size: 17px;
    color: #000000;
    font-family: Arial, sans-serif;
    margin: 15px 0 0 0;
    font-weight: 400;
    line-height: 1.8;
}

@media (max-width: 992px) {.company_overview_pzFM {
    padding: 70px 0;
}.company_overview_pzFM::before {
    width: 50%;
}.company_overview_pzFM .community_ed_oHfu {
    flex-direction: column;
    gap: 80px;
}.company_overview_pzFM .learn_study_inuv {
    width: 100%;
    flex: 0 0 auto;
    max-width: 450px;
}.company_overview_pzFM .img_thumbnail_VFBC {
    height: 350px;
}.company_overview_pzFM .learn_vision_QPIX {
    min-width: 200px;
    padding: 20px;
}

}

@media (max-width: 768px) {.company_overview_pzFM {
    padding: 60px 0;
}.company_overview_pzFM::before,
    .company_overview_pzFM::after {
    opacity: 0.5;
}.company_overview_pzFM .learn_study_inuv {
    max-width: 380px;
}.company_overview_pzFM .img_thumbnail_VFBC {
    height: 300px;
}.company_overview_pzFM .learn_vision_QPIX {
    right: -25px;
    padding: 18px;
    bottom: -25px;
}.company_overview_pzFM .success_metric_QIlL {
    font-size: calc(24px * 0.9);
}.company_overview_pzFM .master_sessions_evWz {
    font-size: calc(17px * 0.9);
}.company_overview_pzFM h2 {
    font-size: calc(35px * 0.9);
}.company_overview_pzFM h2::after {
    width: 60px;
    height: 3px;
}
}

@media (max-width: 576px) {.company_overview_pzFM {
    padding: 50px 0;
}.company_overview_pzFM .community_ed_oHfu {
    gap: 60px;
}.company_overview_pzFM .learn_study_inuv {
    max-width: 100%;
}.company_overview_pzFM .img_thumbnail_VFBC {
    height: 280px;
}.company_overview_pzFM .learn_study_inuv::before {
    top: 15px;
    left: 15px;
}.company_overview_pzFM .learn_vision_QPIX {
    min-width: 180px;
    padding: 15px;
    right: -15px;
    bottom: -20px;
}.company_overview_pzFM .expert_network_KHhb svg {
    height: 40px;
    width: 40px;
}.company_overview_pzFM h2 {
    font-size: calc(35px * 0.8);
}.company_overview_pzFM h2::after {
    width: 50px;
    height: 3px;
    bottom: -8px;
}.company_overview_pzFM p {
    font-size: calc(17px * 0.95);
    line-height: 1.7;
}}.future_attendees_opaj {
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(120deg, rgb(219,234,220) 0%, rgb(183,207,184,0.5) 100%);
}.future_attendees_opaj::before {
    left: 50%;
    position: absolute;
    pointer-events: none;
    z-index: 1;
    height: 150%;
    transform: translate(-50%, -50%);
    content: '';
    top: 50%;
    background: radial-gradient(
        ellipse at center,
        transparent 0%,
        transparent 30%,
        rgba(rgb(145,180,149,0.5), 0.1) 31%,
        rgba(rgb(145,180,149,0.5), 0.1) 32%,
        transparent 33%,
        transparent 40%,
        rgba(rgb(145,180,149,0.5), 0.05) 41%,
        rgba(rgb(145,180,149,0.5), 0.05) 42%,
        transparent 43%,
        transparent 50%,
        rgba(rgb(183,207,184,0.5), 0.07) 51%,
        rgba(rgb(183,207,184,0.5), 0.07) 52%,
        transparent 53%,
        transparent 70%,
        rgba(rgb(183,207,184,0.5), 0.05) 71%,
        rgba(rgb(183,207,184,0.5), 0.05) 72%,
        transparent 73%
    );
    animation: rotateRings 60s linear infinite;
    width: 150%;
}.future_attendees_opaj::after {
    height: 100%;
    top: 0;
    content: '';
    left: 0;
    z-index: 1;
    width: 100%;
    background: radial-gradient(
        circle at 70% 80%,
        rgb(183,207,184,0.5) 0%,
        transparent 50%
    );
    position: absolute;
    opacity: 0.3;
}.future_attendees_opaj .community_ed_oHfu {
    position: relative;
    margin: 0 auto;
    padding: 0 2rem;
    z-index: 2;
    max-width: 1200px;
}.future_attendees_opaj h3 {
    font-weight: 700;
    text-align: center;
    position: relative;
    margin-bottom: 3.5rem;
    color: #ffffff;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    font-size: 31px;
}.future_attendees_opaj h3::after {
    border-radius: 50px;
    position: absolute;
    width: 120px;
    box-shadow: 0 0 15px rgb(183,207,184);
    background: rgb(183,207,184);
    content: '';
    transform: translateX(-50%);
    bottom: -15px;
    height: 3px;
    left: 50%;
}.future_attendees_opaj ul {
    margin: 0;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
    list-style-type: none;
    padding: 0;
    display: grid;
}.future_attendees_opaj li {
    backdrop-filter: blur(5px);
    padding: 1.8rem 2rem;
    position: relative;
    align-items: center;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.12);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
}.future_attendees_opaj li::before {
    top: 0;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 50%,
        transparent 100%
    );
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    pointer-events: none;
    width: 100%;
}.future_attendees_opaj li::after {
    top: -50%;
    height: 200%;
    pointer-events: none;
    width: 200%;
    background: radial-gradient(
        circle at center,
        rgba(rgb(145,180,149,0.5), 0.3) 0%,
        transparent 70%
    );
    left: -50%;
    opacity: 0;
    transition: all 0.5s ease;
    transform: scale(0.5);
    position: absolute;
    content: '';
}.future_attendees_opaj li:hover {
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.1),
        0 0 20px rgb(183,207,184,0.5);
    background-color: rgba(255, 255, 255, 0.18);
    transform: translateY(-5px);
    border-color: rgb(183,207,184,0.5);
}.future_attendees_opaj li:hover::after {
    opacity: 0.5;
    transform: scale(1);
}.future_attendees_opaj li svg {
    transform-origin: center;
    margin-right: 1.5rem;
    filter: drop-shadow(0 0 5px rgb(145,180,149,0.5));
    flex-shrink: 0;
    fill: rgb(145,180,149);
    width: 40px;
    transition: all 0.4s ease;
    height: 40px;
}.future_attendees_opaj li:hover svg {
    transform: rotate(15deg);
    fill: rgb(183,207,184);
    filter: drop-shadow(0 0 8px rgb(183,207,184));
}.future_attendees_opaj li svg path {
    transition: all 0.4s ease;
}.future_attendees_opaj li:hover svg path {
    fill: rgb(183,207,184);
}.future_attendees_opaj li {
    letter-spacing: 0.3px;
    font-weight: 400;
    color: #ffffff;
    font-size: 13px;
    line-height: 1.5;
}

@keyframes rotateRings {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.7;
    }
    50% {
        opacity: 1;
    }
}

@media (max-width: 991px) {.future_attendees_opaj {
    padding: 4rem 0;
}.future_attendees_opaj ul {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.future_attendees_opaj h3 {
    font-size: calc(31px * 0.9);
}.future_attendees_opaj li {
    padding: 1.5rem 1.8rem;
}
}

@media (max-width: 767px) {.future_attendees_opaj {
    padding: 3rem 0;
}.future_attendees_opaj h3 {
    font-size: calc(31px * 0.8);
    margin-bottom: 2.5rem;
}.future_attendees_opaj h3::after {
    width: 100px;
}.future_attendees_opaj li {
    padding: 1.2rem 1.5rem;
    border-radius: 25px;
}.future_attendees_opaj li svg {
    margin-right: 1rem;
    height: 35px;
    width: 35px;
}}.thankPageID_FMBX {
    position: relative;
    background: linear-gradient(135deg, rgb(219,234,220), rgb(145,180,149,0.5));
    overflow: hidden;
    perspective: 1000px;
    padding: 5rem 0;
}.thankPageID_FMBX::before {
    width: 100%;
    content: "";
    left: 0;
    z-index: 1;
    top: 0;
    position: absolute;
    background: 
        linear-gradient(80deg, transparent 30%, rgba(255, 255, 255, 0.03) 40%, transparent 60%),
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.02) 10px, rgba(255, 255, 255, 0.02) 20px);
    animation: backgroundShift 20s infinite alternate ease-in-out;
    height: 100%;
}.thankPageID_FMBX .container {
    max-width: 1200px;
    margin: 0 auto;
    transform-style: preserve-3d;
    position: relative;
    z-index: 2;
}.thankPageID_FMBX .community_ed_oHfu {
    grid-template-columns: 1fr;
    display: grid;
    transform-style: preserve-3d;
    gap: 2.5rem;
    backdrop-filter: blur(8px);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 1px 0 rgba(255, 255, 255, 0.2) inset;
    position: relative;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.98));
    padding: 3rem;
    transform: translateZ(0);
}.thankPageID_FMBX .community_ed_oHfu:hover {
    transform: translateZ(10px) scale(1.01);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.12),
        0 8px 20px rgba(0, 0, 0, 0.08),
        0 1px 0 rgba(255, 255, 255, 0.3) inset;
}.thankPageID_FMBX .community_ed_oHfu::before {
    height: 100%;
    left: 0;
    pointer-events: none;
    content: "";
    top: 0;
    z-index: -1;
    width: 100%;
    transition: opacity 0.5s ease;
    position: absolute;
    transform: translateZ(-10px);
    background: linear-gradient(45deg, transparent 0%, rgb(183,207,184,0.5) 100%);
    opacity: 0;
}.thankPageID_FMBX .community_ed_oHfu:hover::before {
    opacity: 0.05;
}.thankPageID_FMBX .community_ed_oHfu > div:first-child {
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    transform: translateZ(20px);
}.thankPageID_FMBX .community_ed_oHfu > div:first-child::after {
    width: 60px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    transform: scaleX(0);
    background: rgb(183,207,184);
    height: 3px;
    transform-origin: left;
    position: absolute;
    left: 0;
    bottom: -10px;
}.thankPageID_FMBX .community_ed_oHfu:hover > div:first-child::after {
    transform: scaleX(1);
}.thankPageID_FMBX h5 {
    color: #000000;
    margin: 0;
    transform: translateZ(5px);
    position: relative;
    letter-spacing: 0.02em;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
}.thankPageID_FMBX h5::first-letter {
    color: rgb(183,207,184);
    font-size: 1.2em;
}.thankPageID_FMBX .community_ed_oHfu > div:last-child {
    position: relative;
    transform: translateZ(15px);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}.thankPageID_FMBX a {
    display: block;
    transition: all 0.3s ease;
    padding: 0.5rem 0;
    text-decoration: none;
    color: inherit;
    position: relative;
    overflow: hidden;
}.thankPageID_FMBX a::before {
    top: 0;
    position: absolute;
    width: 100%;
    content: "";
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.8s ease-in-out;
    left: -100%;
}.thankPageID_FMBX .community_ed_oHfu:hover a::before {
    left: 100%;
}.thankPageID_FMBX p {
    opacity: 0.9;
    transition: opacity 0.4s ease;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.7;
    color: #000000;
    margin: 0;
}.thankPageID_FMBX a:hover p {
    opacity: 1;
    color: rgb(183,207,184);
}

@keyframes backgroundShift {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@media (min-width: 768px) {.thankPageID_FMBX {
    padding: 7rem 0;
}.thankPageID_FMBX .community_ed_oHfu {
    grid-template-columns: 1fr 1fr;
    padding: 4rem;
    gap: 3rem;
    align-items: center;
}.thankPageID_FMBX h5 {
    font-size: calc(20px * 1.1);
}.thankPageID_FMBX p {
    font-size: calc(17px * 1.05);
}.thankPageID_FMBX .community_ed_oHfu::after {
    top: -15px;
    right: -15px;
    position: absolute;
    height: 30px;
    content: "";
    border-right: 3px solid rgb(183,207,184);
    border-top: 3px solid rgb(183,207,184);
    opacity: 0;
    width: 30px;
    transform: translateZ(10px) scale(0.9);
    transition: opacity 0.5s ease, transform 0.5s ease;
}.thankPageID_FMBX .community_ed_oHfu:hover::after {
    transform: translateZ(10px) scale(1);
    opacity: 1;
}.thankPageID_FMBX .community_ed_oHfu::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transition: clip-path 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.5s ease;
}.thankPageID_FMBX .community_ed_oHfu:hover::before {
    clip-path: polygon(5% 5%, 95% 5%, 95% 95%, 5% 95%);
}
}

@media (min-width: 992px) {.thankPageID_FMBX {
    padding: 8rem 0;
}.thankPageID_FMBX .community_ed_oHfu {
    padding: 5rem;
    gap: 4rem;
}.thankPageID_FMBX .community_ed_oHfu > div:first-child {
    transform: translateZ(30px) translateX(-10px);
}.thankPageID_FMBX .community_ed_oHfu:hover > div:first-child {
    transform: translateZ(40px) translateX(0);
}.thankPageID_FMBX .community_ed_oHfu > div:last-child {
    transform: translateZ(20px) translateX(10px);
}.thankPageID_FMBX .community_ed_oHfu:hover > div:last-child {
    transform: translateZ(30px) translateX(0);
}.thankPageID_FMBX a {
    padding: 1rem 0;
}.thankPageID_FMBX p {
    line-height: 1.8;
}.thankPageID_FMBX .container::before {
    width: 80%;
    height: 1px;
    content: "";
    position: absolute;
    left: 10%;
    bottom: -20px;
    background: linear-gradient(90deg, transparent, rgb(183,207,184,0.5), transparent);
    opacity: 0.5;
}
}

@media (max-width: 767px) {.thankPageID_FMBX {
    padding: 3rem 1rem;
}.thankPageID_FMBX .community_ed_oHfu {
    padding: 2rem 1.5rem;
}.thankPageID_FMBX h5 {
    font-size: calc(20px * 0.9);
}.thankPageID_FMBX p {
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}}.subscr_info_xpWv {
    padding: 80px 0 40px;
    font-family: Arial, sans-serif;
    z-index: 1;
    position: relative;
    color: #ffffff;
}@keyframes pulseLine {
    0%, 100% {
        opacity: 0.6;
    }
    50% {
        opacity: 1;
    }
}

.subscr_info_xpWv .container {
    justify-content: space-between;
    position: relative;
    display: flex;
}.subscr_info_xpWv .company_holder {
    flex: 0 0 30%;
    position: relative;
    padding-right: 30px;
}.subscr_info_xpWv .company_holder::after {
    content: '';
    width: 1px;
    position: absolute;
    right: 0;
    background: linear-gradient(to bottom, transparent, rgb(183,207,184), transparent);
    top: 10%;
    height: 80%;
}.subscr_info_xpWv .company_holder h3 {
    font-size: calc(38px * 0.9);
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 0 0 10px rgb(183,207,184,0.5);
    display: inline-block;
    color: #ffffff;
    position: relative;
}.subscr_info_xpWv .company_holder h3::after {
    width: 40%;
    position: absolute;
    content: '';
    left: 0;
    height: 2px;
    bottom: -5px;
    transition: width 0.3s ease-in-out;
    background: rgb(183,207,184);
}.subscr_info_xpWv .company_holder h3:hover::after {
    width: 100%;
}.subscr_info_xpWv .award_show_qZCv {
    margin-top: 15px;
    padding: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transform: translateZ(0);
    line-height: 1.6;
    backdrop-filter: blur(5px);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
    transition: all 0.3s ease;
    color: #ffffff;
    font-size: 18px;
}.subscr_info_xpWv .award_show_qZCv:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-2px) translateZ(0);
}.subscr_info_xpWv .code_labs_PpKn {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex: 0 0 65%;
}.subscr_info_xpWv .nav_header_rKie {
    justify-content: space-between;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}.subscr_info_xpWv .head_edu_OTnt {
    padding: 20px;
    border-radius: 12px;
    flex: 0 0 45%;
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    position: relative;
}.subscr_info_xpWv .head_edu_OTnt::before {
    transform: translateX(-100%);
    transition: transform 0.6s ease;
    background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    content: '';
    z-index: -1;
    position: absolute;
    inset: 0;
}.subscr_info_xpWv .head_edu_OTnt:hover::before {
    transform: translateX(100%);
}.subscr_info_xpWv .head_edu_OTnt h5 {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 22px;
    position: relative;
    padding-bottom: 10px;
}.subscr_info_xpWv .head_edu_OTnt h5::after {
    left: 0;
    background: rgb(183,207,184);
    height: 2px;
    transition: width 0.3s ease, box-shadow 0.3s ease;
    bottom: 0;
    position: absolute;
    width: 40px;
    content: '';
}.subscr_info_xpWv .head_edu_OTnt:hover h5::after {
    width: 70px;
    box-shadow: 0 0 8px rgb(183,207,184), 0 0 16px rgb(183,207,184,0.5);
}.subscr_info_xpWv .head_edu_OTnt .nav_header_rKie {
    display: flex;
    flex-direction: column;
    gap: 12px;
}.subscr_info_xpWv .head_edu_OTnt .nav_header_rKie a {
    text-decoration: none;
    color: #ffffff;
    opacity: 0.85;
    padding-left: 0;
    font-size: calc(18px * 0.95);
    position: relative;
    transition: all 0.3s ease;
    display: inline-block;
}.subscr_info_xpWv .head_edu_OTnt .nav_header_rKie a::before {
    left: 0;
    height: 1px;
    position: absolute;
    width: 0;
    transform-origin: left;
    content: '';
    bottom: -2px;
    background: linear-gradient(90deg, rgb(183,207,184), transparent);
    transition: width 0.3s ease, transform 0.3s ease;
}.subscr_info_xpWv .head_edu_OTnt .nav_header_rKie a:hover {
    padding-left: 5px;
    color: #ffffff;
    opacity: 1;
}.subscr_info_xpWv .head_edu_OTnt .nav_header_rKie a:hover::before {
    width: 100%;
    box-shadow: 0 0 5px rgb(183,207,184,0.5);
}.equity_info_KwEN {
    background: rgba(0, 0, 0, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding: 15px 0;
    position: relative;
    backdrop-filter: blur(10px);
}.equity_info_KwEN::before {
    top: 0;
    right: 0;
    left: 0;
    position: absolute;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(183,207,184,0.5), transparent);
    content: '';
}.equity_info_KwEN .container {
    align-items: center;
    justify-content: center;
    display: flex;
}.equity_info_KwEN .qna_board_NVMi {
    text-align: center;
    transition: opacity 0.3s ease;
    color: #ffffff;
    letter-spacing: 0.5px;
    opacity: 0.8;
    font-size: 12px;
}.equity_info_KwEN .qna_board_NVMi:hover {
    opacity: 1;
}

@media (max-width: 991px) {.subscr_info_xpWv {
    padding: 60px 0 30px;
}.subscr_info_xpWv .container {
    flex-direction: column;
}.subscr_info_xpWv .company_holder {
    margin-bottom: 40px;
    padding-right: 0;
    flex: 0 0 100%;
}.subscr_info_xpWv .company_holder::after {
    display: none;
}.subscr_info_xpWv .code_labs_PpKn {
    flex: 0 0 100%;
}.subscr_info_xpWv .head_edu_OTnt {
    margin-bottom: 20px;
    flex: 0 0 calc(50% - 20px);
}
}

@media (max-width: 768px) {.subscr_info_xpWv {
    padding: 40px 0 20px;
}.subscr_info_xpWv .nav_header_rKie {
    flex-direction: column;
}.subscr_info_xpWv .head_edu_OTnt {
    margin-bottom: 20px;
    flex: 0 0 100%;
}.subscr_info_xpWv .company_holder h3 {
    font-size: calc(38px * 0.8);
}.subscr_info_xpWv .head_edu_OTnt h5 {
    font-size: calc(22px * 0.9);
}.equity_info_KwEN .qna_board_NVMi {
    font-size: calc(12px * 0.9);
}
}

@media (max-width: 576px) {.subscr_info_xpWv {
    padding: 30px 0 15px;
}.subscr_info_xpWv .company_holder {
    margin-bottom: 30px;
}.subscr_info_xpWv .company_holder h3 {
    font-size: calc(38px * 0.7);
}.subscr_info_xpWv .head_edu_OTnt h5 {
    font-size: calc(22px * 0.8);
}.equity_info_KwEN {
    padding: 10px 0;
}.equity_info_KwEN .qna_board_NVMi {
    font-size: calc(12px * 0.8);
}}


footer {
    position: relative;
}footer::after {
    top: 0;
    bottom: 0;
    content: '';
    z-index: 0;
    background-size: 50px 50px;
    opacity: 0.3;
    background-image: 
        linear-gradient(0deg, transparent 24%, rgba(255, 255, 255, .05) 25%, rgba(255, 255, 255, .05) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, .05) 75%, rgba(255, 255, 255, .05) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgba(255, 255, 255, .05) 25%, rgba(255, 255, 255, .05) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, .05) 75%, rgba(255, 255, 255, .05) 76%, transparent 77%, transparent);
    left: 0;
    right: 0;
    position: absolute;
}.subscr_info_xpWv .company_holder h3 {
    position: relative;
    overflow: hidden;
}.subscr_info_xpWv .company_holder h3::before {
    transition: 0.5s;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    left: -100%;
    width: 100%;
    content: '';
    height: 100%;
    pointer-events: none;
}.subscr_info_xpWv .company_holder h3:hover::before {
    left: 100%;
}.reach_out_BXqz {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: rgb(219,234,220);
}.reach_out_BXqz::before {
    top: 0;
    height: 100%;
    position: absolute;
    content: "";
    z-index: 1;
    width: 100%;
    left: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(183,207,184,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(145,180,149,0.5) 0%, transparent 30%);
    background: rgb(219,234,220);
}.reach_out_BXqz::after {
    z-index: 1;
    width: 100%;
    content: "";
    animation: backgroundMove 30s infinite linear;
    position: absolute;
    opacity: 0.2;
    height: 100%;
    top: 0;
    background-size: 30px 30px, 30px 30px, 100% 100%, 100% 100%;
    background-position: 0 0, 0 0, 0 0, 0 0;
    left: 0;
    background-image: 
        repeating-linear-gradient(45deg, rgb(183,207,184,0.5) 0, rgb(183,207,184,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(-45deg, rgb(145,180,149,0.5) 0, rgb(145,180,149,0.5) 1px, transparent 1px, transparent 20px),
        linear-gradient(90deg, rgb(183,207,184,0.5), transparent 70%),
        linear-gradient(180deg, rgb(145,180,149,0.5), transparent 70%);
}@keyframes backgroundMove {
    0% {
        background-position: 0 0, 0 0, 0 0, 0 0;
    }
    100% {
        background-position: 60px 60px, 60px 60px, 0 0, 0 0;
    }
}

.reach_out_BXqz .container {
    padding: 0 30px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}.reach_out_BXqz h2 {
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 50px;
    font-size: 46px;
    letter-spacing: 2px;
    color: #000000;
}.reach_out_BXqz h2::before {
    background: rgb(183,207,184);
    bottom: -15px;
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    box-shadow: 
        0 0 5px rgb(183,207,184),
        0 0 10px rgb(183,207,184),
        0 0 15px rgb(183,207,184);
    left: calc(50% - 50px);
}.reach_out_BXqz .request_form_lwkN {
    border-radius: 12px;
    position: relative;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgb(183,207,184,0.5);
    overflow: hidden;
    display: flex;
}.reach_out_BXqz .request_form_lwkN::before {
    border-radius: 12px;
    position: absolute;
    inset: 0;
    z-index: 3;
    opacity: 0.2;
    border: 1px solid rgb(183,207,184);
    content: "";
    pointer-events: none;
}.reach_out_BXqz .img_thumbnail_VFBC {
    min-height: 550px;
    position: relative;
    flex: 0 0 45%;
    overflow: hidden;
}.reach_out_BXqz .img_thumbnail_VFBC::before {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    content: "";
    inset: 0;
    z-index: 1;
}.reach_out_BXqz .img_thumbnail_VFBC::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    opacity: 0.7;
    background: 
        linear-gradient(135deg, transparent 0%, rgb(183,207,184,0.5) 100%);
}.reach_out_BXqz .request_help_rWtu {
    position: relative;
    background: #ffffff;
    padding: 60px;
    flex: 0 0 55%;
}.reach_out_BXqz .request_help_rWtu::before {
    content: "";
    width: 200px;
    height: 200px;
    right: -100px;
    filter: blur(100px);
    top: -100px;
    position: absolute;
    background: rgb(183,207,184,0.5);
    opacity: 0.3;
    z-index: 0;
}.reach_out_BXqz .request_help_rWtu::after {
    position: absolute;
    opacity: 0.3;
    filter: blur(80px);
    width: 150px;
    bottom: -75px;
    left: -75px;
    background: rgb(145,180,149,0.5);
    height: 150px;
    content: "";
    z-index: 0;
}.reach_out_BXqz form {
    position: relative;
    z-index: 2;
}.reach_out_BXqz form h3 {
    position: relative;
    margin-bottom: 40px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 20px;
    color: #000000;
}.reach_out_BXqz form h3::after {
    content: "";
    width: 40px;
    bottom: -15px;
    background: rgb(183,207,184);
    height: 2px;
    position: absolute;
    box-shadow: 
        0 0 5px rgb(183,207,184,0.5),
        0 0 10px rgb(183,207,184,0.5);
    left: 0;
}.reach_out_BXqz form input[type="text"] {
    border-radius: 8px;
    transition: all 0.3s ease;
    margin-bottom: 25px;
    color: #000000;
    border: 1px solid rgb(183,207,184,0.5);
    background: rgb(219,234,220);
    padding: 18px 25px;
    width: 100%;
    font-size: 12px;
}.reach_out_BXqz form input[type="text"]:focus {
    border-color: rgb(183,207,184);
    box-shadow: 
        0 0 0 1px rgb(183,207,184),
        0 0 5px rgb(183,207,184,0.5);
    outline: none;
}.reach_out_BXqz form input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.7;
}.reach_out_BXqz .request_panel_cTVG {
    margin-bottom: 35px;
    position: relative;
}.reach_out_BXqz .request_panel_cTVG input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.reach_out_BXqz .request_panel_cTVG label {
    position: relative;
    font-size: 13px;
    line-height: 1.5;
    color: #000000;
    cursor: pointer;
    padding-left: 35px;
}.reach_out_BXqz .request_panel_cTVG label::before {
    left: 0;
    border-radius: 4px;
    position: absolute;
    top: 0;
    border: 1px solid rgb(183,207,184,0.5);
    background: rgb(219,234,220);
    width: 22px;
    height: 22px;
    content: "";
    transition: all 0.3s ease;
}.reach_out_BXqz .request_panel_cTVG input[type="checkbox"]:checked + label::before {
    background: rgb(183,207,184);
    border-color: rgb(183,207,184);
    box-shadow: 0 0 5px rgb(183,207,184,0.5);
}.reach_out_BXqz .request_panel_cTVG input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg);
    width: 6px;
    top: 4px;
    content: "";
    left: 8px;
    border-width: 0 2px 2px 0;
    height: 12px;
    border: solid #ffffff;
    position: absolute;
}.reach_out_BXqz .request_panel_cTVG label a {
    color: rgb(183,207,184);
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    font-weight: 600;
}.reach_out_BXqz .request_panel_cTVG label a::after {
    left: 0;
    content: "";
    height: 1px;
    bottom: -1px;
    transform: scaleX(0);
    background: rgb(183,207,184);
    transform-origin: right;
    position: absolute;
    transition: transform 0.3s ease;
    width: 100%;
}.reach_out_BXqz .request_panel_cTVG label a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}.reach_out_BXqz .help_help_DYdK {
    border: none;
    transition: all 0.3s ease;
    box-shadow: 
        0 5px 15px rgb(183,207,184,0.5),
        0 0 0 1px rgb(183,207,184);
    padding: 18px 30px;
    font-weight: 700;
    background: rgb(183,207,184);
    border-radius: 8px;
    color: #ffffff;
    font-size: 20px;
    width: 100%;
    overflow: hidden;
    position: relative;
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: 1px;
}.reach_out_BXqz .help_help_DYdK::before {
    background: rgb(145,180,149);
    width: 100%;
    transform-origin: right;
    content: "";
    z-index: -1;
    height: 100%;
    top: 0;
    transition: transform 0.5s ease;
    left: 0;
    position: absolute;
    transform: scaleX(0);
}.reach_out_BXqz .help_help_DYdK:hover {
    box-shadow: 
        0 5px 20px rgb(145,180,149,0.5),
        0 0 0 1px rgb(145,180,149);
}.reach_out_BXqz .help_help_DYdK:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}.reach_out_BXqz svg {
    filter: drop-shadow(0 0 2px rgb(183,207,184,0.5));
    transition: all 0.3s ease;
    height: 22px;
    fill: rgb(183,207,184);
    width: 22px;
}.reach_out_BXqz svg path {
    transition: all 0.3s ease;
    fill: rgb(183,207,184);
}.reach_out_BXqz svg:hover,
.reach_out_BXqz svg:hover path {
    filter: drop-shadow(0 0 3px rgb(145,180,149,0.5));
    fill: rgb(145,180,149);
    transform: translateY(-2px);
}

@media (max-width: 1024px) {.reach_out_BXqz {
    padding: 80px 0;
}.reach_out_BXqz .img_thumbnail_VFBC {
    min-height: 500px;
}.reach_out_BXqz .request_help_rWtu {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.reach_out_BXqz {
    padding: 60px 0;
}.reach_out_BXqz h2 {
    margin-bottom: 40px;
    font-size: calc(46px * 0.8);
}.reach_out_BXqz .request_form_lwkN {
    flex-direction: column;
}.reach_out_BXqz .img_thumbnail_VFBC {
    width: 100%;
    min-height: 300px;
}.reach_out_BXqz .request_help_rWtu {
    padding: 40px 30px;
    width: 100%;
}.reach_out_BXqz form h3 {
    margin-bottom: 30px;
}.reach_out_BXqz form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.reach_out_BXqz .request_panel_cTVG {
    margin-bottom: 25px;
}.reach_out_BXqz .help_help_DYdK {
    padding: 15px 25px;
}
}

@media (max-width: 480px) {.reach_out_BXqz {
    padding: 50px 0;
}.reach_out_BXqz h2 {
    margin-bottom: 30px;
    font-size: calc(46px * 0.7);
}.reach_out_BXqz .img_thumbnail_VFBC {
    min-height: 200px;
}.reach_out_BXqz .request_help_rWtu {
    padding: 30px 20px;
}.reach_out_BXqz form h3 {
    margin-bottom: 25px;
    font-size: calc(20px * 0.9);
}.reach_out_BXqz form input[type="text"] {
    padding: 12px 15px;
    margin-bottom: 15px;
}.reach_out_BXqz .request_panel_cTVG {
    margin-bottom: 20px;
}.reach_out_BXqz .request_panel_cTVG label {
    font-size: calc(13px * 0.9);
}.reach_out_BXqz .help_help_DYdK {
    padding: 12px 20px;
}}.sign_up_STuA {
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgb(183,207,184,0.5) 0%, rgb(219,234,220) 100%);
    position: relative;
    overflow: hidden;
}.sign_up_STuA::before {
    z-index: 1;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    left: 0;
    transform: scale(1.5);
    position: absolute;
    background: linear-gradient(45deg, transparent 45%, rgb(145,180,149,0.5) 45%, rgb(145,180,149,0.5) 55%, transparent 55%);
}.sign_up_STuA .community_ed_oHfu {
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.sign_up_STuA .help_query_Pksw {
    margin-left: auto;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    background: linear-gradient(110deg, #ffffff 0%, rgb(219,234,220) 100%);
    padding: 3rem;
    display: flex;
    transform: skewX(-10deg);
    position: relative;
    max-width: 600px;
    flex-direction: column;
    border-radius: 14px;
}.sign_up_STuA .help_query_Pksw::after {
    width: 60%;
    background: rgb(145,180,149);
    top: -10px;
    transform: skewX(15deg);
    content: "";
    position: absolute;
    right: -10px;
    height: 10px;
}.sign_up_STuA .help_query_Pksw::before {
    height: 10px;
    background: rgb(183,207,184);
    content: "";
    left: -10px;
    width: 60%;
    transform: skewX(15deg);
    position: absolute;
    bottom: -10px;
}.sign_up_STuA h3 {
    font-weight: 700;
    font-size: 18px;
    position: relative;
    padding-left: 1rem;
    color: #000000;
    margin-bottom: 1.5rem;
    transform: skewX(10deg);
}.sign_up_STuA h3::before {
    top: 0;
    position: absolute;
    content: "";
    background: rgb(183,207,184);
    left: 0;
    height: 100%;
    transform: skewY(45deg);
    width: 5px;
}.sign_up_STuA .input_holder {
    flex-direction: column;
    display: flex;
    transform: skewX(10deg);
    gap: 1.2rem;
}.sign_up_STuA input[type="email"] {
    width: 100%;
    padding: 0.8rem 1.5rem;
    font-size: 13px;
    font-family: Arial, sans-serif;
    border: 2px solid rgb(145,180,149,0.5);
    color: #000000;
    background: #ffffff;
    transform: translateX(-10px);
    transition: all 0.3s ease;
    border-radius: 10px;
}.sign_up_STuA input[type="email"]:focus {
    box-shadow: 0 0 10px rgb(183,207,184,0.5);
    border-color: rgb(183,207,184);
    transform: translateX(0);
    outline: none;
}.sign_up_STuA input[type="submit"] {
    transform: translateY(0);
    transition: all 0.3s ease;
    background: linear-gradient(90deg, rgb(183,207,184) 0%, rgb(145,180,149) 100%);
    cursor: pointer;
    font-family: Arial, sans-serif;
    color: #ffffff;
    align-self: flex-end;
    padding: 0.8rem 2rem;
    border: none;
    font-weight: 600;
    border-radius: 10px;
    font-size: 19px;
}.sign_up_STuA input[type="submit"]:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    background: linear-gradient(90deg, rgb(145,180,149) 0%, rgb(183,207,184) 100%);
    transform: translateY(-5px);
}

@media (max-width: 768px) {.sign_up_STuA {
    padding: 3rem 1rem;
}.sign_up_STuA .help_query_Pksw {
    transform: skewX(-5deg);
    padding: 2rem;
    max-width: 100%;
}.sign_up_STuA h3 {
    font-size: calc(18px * 0.9);
    transform: skewX(5deg);
}.sign_up_STuA .input_holder {
    transform: skewX(5deg);
}.sign_up_STuA input[type="email"] {
    padding: 0.7rem 1rem;
}.sign_up_STuA input[type="submit"] {
    align-self: center;
    padding: 0.7rem 1.5rem;
}
}

@media (max-width: 480px) {.sign_up_STuA {
    padding: 2rem 0.8rem;
}.sign_up_STuA .help_query_Pksw {
    padding: 1.5rem;
    transform: none;
}.sign_up_STuA h3 {
    transform: none;
    font-size: calc(18px * 0.8);
    padding-left: 0;
    text-align: center;
}.sign_up_STuA h3::before {
    transform: translateX(-50%);
    left: 50%;
    width: 50px;
    height: 5px;
    top: -10px;
}.sign_up_STuA .input_holder {
    transform: none;
}.sign_up_STuA input[type="email"] {
    transform: none;
}}.price_set_KrYS {
    padding: 120px 0;
    background: rgb(219,234,220);
    position: relative;
    overflow: hidden;
}.price_set_KrYS::before {
    position: absolute;
    top: 0;
    width: 100%;
    content: "";
    height: 100%;
    background: linear-gradient(135deg, 
        rgba(var(--primary-color-rgb), 0.05) 0%, 
        rgba(var(--secondary-color-rgb), 0.03) 100%);
    z-index: 0;
    left: 0;
}.price_set_KrYS .container {
    max-width: 1400px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}.price_set_KrYS .program_rate_sYdx {
    display: grid;
    gap: 60px;
    grid-template-columns: 1fr;
}.price_set_KrYS .price_choices_RXnE {
    text-align: center;
    animation: fadeSlideUp 0.8s forwards 0.2s;
    opacity: 0;
    margin: 0 auto;
    max-width: 800px;
    transform: translateY(20px);
}.price_set_KrYS .price_choices_RXnE h2 {
    color: #000000;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 30px;
}.price_set_KrYS .price_choices_RXnE h2::after {
    height: 3px;
    bottom: -10px;
    width: 80px;
    position: absolute;
    transform: translateX(-50%);
    content: "";
    left: 50%;
    background: linear-gradient(90deg, rgb(183,207,184), rgb(145,180,149));
}.price_set_KrYS .pricing_pack_hCHK {
    line-height: 1.6;
    margin-top: 30px;
    font-size: calc(15px + 0.1rem);
    color: #000000;
}.price_set_KrYS .fee_structure_cwAp {
    margin-top: 20px;
    gap: 30px;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeSlideUp 0.8s forwards 0.4s;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.price_set_KrYS .tuition_table_StLw {
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    text-decoration: none;
    color: inherit;
    display: block;
    will-change: transform;
    z-index: 1;
    position: relative;
}.price_set_KrYS .tuition_table_StLw:hover {
    transform: translateY(-10px) scale(1.02);
}.price_set_KrYS .plan_pricing_YByE {
    min-height: 420px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.4s ease, transform 0.4s ease;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    flex-direction: column;
    display: flex;
}.price_set_KrYS .tuition_table_StLw:hover .plan_pricing_YByE {
    box-shadow: 0 20px 40px rgba(var(--primary-color-rgb), 0.15);
}.price_set_KrYS .tuition_table_StLw:nth-child(odd) .plan_pricing_YByE::before {
    position: absolute;
    transform: scaleY(0);
    top: 0;
    background: rgb(183,207,184);
    width: 5px;
    transform-origin: bottom;
    left: 0;
    height: 100%;
    content: "";
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.price_set_KrYS .tuition_table_StLw:nth-child(even) .plan_pricing_YByE::before {
    content: "";
    transform-origin: bottom;
    transform: scaleY(0);
    background: rgb(145,180,149);
    right: 0;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 5px;
    position: absolute;
    top: 0;
    height: 100%;
}.price_set_KrYS .tuition_table_StLw:hover .plan_pricing_YByE::before {
    transform: scaleY(1);
}.price_set_KrYS .cost_breakdown_xsrS {
    padding: 40px 30px;
    flex-direction: column;
    display: flex;
    z-index: 1;
    position: relative;
    flex: 1;
}.price_set_KrYS .cost_breakdown_xsrS h3 {
    color: #000000;
    font-size: calc(23px + 0.2rem);
    font-weight: 700;
    position: relative;
    transition: color 0.3s ease;
    margin-bottom: 15px;
    display: inline-block;
}.price_set_KrYS .tuition_table_StLw:hover .cost_breakdown_xsrS h3 {
    color: rgb(183,207,184);
}.price_set_KrYS .tuition_table_StLw:nth-child(even):hover .cost_breakdown_xsrS h3 {
    color: rgb(145,180,149);
}.price_set_KrYS .study_fees_vEFO {
    font-size: calc(23px + 0.5rem);
    font-weight: 700;
    position: relative;
    margin: 10px 0 20px;
    color: rgb(183,207,184);
    display: inline-block;
    padding-bottom: 10px;
}.price_set_KrYS .tuition_table_StLw:nth-child(even) .study_fees_vEFO {
    color: rgb(145,180,149);
}.price_set_KrYS .study_fees_vEFO::after {
    content: "";
    width: 40px;
    background: currentColor;
    position: absolute;
    opacity: 0.6;
    height: 3px;
    left: 0;
    bottom: 0;
}.price_set_KrYS .cost_breakdown_xsrS p {
    font-size: 15px;
    word-break: break-word;
    line-height: 1.6;
    hyphens: auto;
    margin-top: auto;
    word-wrap: break-word;
    color: #000000;
    overflow-wrap: break-word;
}.price_set_KrYS .img_thumbnail_VFBC {
    width: 100%;
    height: 200px;
    transition: transform 0.5s ease;
    transform-origin: center;
    position: relative;
}.price_set_KrYS .tuition_table_StLw:hover .img_thumbnail_VFBC {
    transform: scale(1.05);
}.price_set_KrYS .img_thumbnail_VFBC::after {
    position: absolute;
    opacity: 0;
    transition: opacity 0.4s ease;
    bottom: 0;
    left: 0;
    width: 100%;
    content: "";
    height: 40%;
    background: linear-gradient(to top, rgba(0,0,0,0.4), transparent);
}.price_set_KrYS .tuition_table_StLw:hover .img_thumbnail_VFBC::after {
    opacity: 1;
}

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

@media (min-width: 768px) {.price_set_KrYS .program_rate_sYdx {
    grid-template-columns: 1fr;
}.price_set_KrYS .fee_structure_cwAp {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 40px;
}
}

@media (min-width: 992px) {.price_set_KrYS {
    padding: 150px 0;
}.price_set_KrYS .program_rate_sYdx {
    gap: 80px;
    grid-template-columns: 1fr;
}.price_set_KrYS .fee_structure_cwAp {
    gap: 30px;
    grid-template-columns: repeat(4, 1fr);
}.price_set_KrYS .plan_pricing_YByE {
    min-height: 480px;
}
}

@media (min-width: 1200px) {.price_set_KrYS .fee_structure_cwAp {
    gap: 40px;
}
}

@media (max-width: 767px) {.price_set_KrYS {
    padding: 80px 0;
}.price_set_KrYS .price_choices_RXnE h2 {
    font-size: calc(30px - 0.4rem);
}.price_set_KrYS .pricing_pack_hCHK {
    font-size: 15px;
}.price_set_KrYS .cost_breakdown_xsrS {
    padding: 30px 20px;
}.price_set_KrYS .plan_pricing_YByE {
    min-height: 400px;
}.price_set_KrYS .img_thumbnail_VFBC {
    height: 160px;
}
}

@media (max-width: 480px) {.price_set_KrYS {
    padding: 60px 0;
}.price_set_KrYS .program_rate_sYdx {
    gap: 40px;
}.price_set_KrYS .fee_structure_cwAp {
    gap: 25px;
}.price_set_KrYS .cost_breakdown_xsrS h3 {
    font-size: 23px;
}.price_set_KrYS .study_fees_vEFO {
    font-size: 23px;
}.price_set_KrYS .cost_breakdown_xsrS p {
    font-size: calc(15px - 0.1rem);
}}.privacy_defense_UjMa {
    font-family: Arial, sans-serif;
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, rgb(219,234,220), rgba(240, 240, 245, 0.7));
    padding: 4rem 2rem;
}.privacy_defense_UjMa::before {
    width: 40%;
    background: linear-gradient(135deg, rgb(183,207,184,0.5), transparent);
    top: -10%;
    content: '';
    position: absolute;
    z-index: 0;
    height: 70%;
    right: -5%;
    opacity: 0.07;
    transform: rotate(-15deg) skew(15deg);
}.privacy_defense_UjMa::after {
    left: -5%;
    position: absolute;
    transform: rotate(12deg) skew(-12deg);
    height: 60%;
    z-index: 0;
    bottom: -10%;
    width: 45%;
    background: linear-gradient(225deg, rgb(145,180,149,0.5), transparent);
    opacity: 0.05;
    content: '';
}.privacy_defense_UjMa .container {
    max-width: 1140px;
    z-index: 1;
    padding: 0 1.5rem;
    position: relative;
    margin: 0 auto;
}.privacy_defense_UjMa h1 {
    color: rgb(183,207,184);
    font-weight: 600;
    letter-spacing: -0.02em;
    margin-bottom: 2.5rem;
    line-height: 1.2;
    transform: translateX(-0.5rem);
    font-size: calc(41px * 1.1);
    position: relative;
}.privacy_defense_UjMa h1::after {
    height: 3px;
    width: 4rem;
    position: absolute;
    background: linear-gradient(90deg, rgb(145,180,149), transparent);
    bottom: -0.8rem;
    content: '';
    left: 0;
}.privacy_defense_UjMa h2 {
    font-size: 34px;
    color: #000000;
    padding-left: 1rem;
    font-weight: 600;
    margin: 2.8rem 0 1.2rem;
    position: relative;
}.privacy_defense_UjMa h2::before {
    top: 0.5rem;
    border-radius: 2px;
    position: absolute;
    bottom: 0.5rem;
    content: '';
    background: rgb(145,180,149);
    opacity: 0.7;
    left: 0;
    width: 4px;
}.privacy_defense_UjMa h3 {
    color: #000000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    margin: 2.5rem 0 1rem;
    font-weight: 400;
    padding-bottom: 0.7rem;
    font-size: calc(34px * 0.85);
}.privacy_defense_UjMa h4 {
    margin: 2.2rem 0 0.8rem;
    color: rgb(183,207,184);
    font-weight: 400;
    font-size: calc(34px * 0.75);
}.privacy_defense_UjMa p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    max-width: 48rem;
    color: #000000;
}.privacy_defense_UjMa ul {
    list-style-type: none;
    margin: 1.5rem 0 2rem;
    padding-left: 1.5rem;
}.privacy_defense_UjMa li {
    margin-bottom: 1rem;
    font-size: 17px;
    position: relative;
    color: #000000;
    padding-left: 1.8rem;
    line-height: 1.6;
}.privacy_defense_UjMa li::before {
    width: 0.5rem;
    top: 0.6rem;
    content: '';
    height: 0.5rem;
    background: rgb(145,180,149);
    left: 0;
    position: absolute;
    transform: rotate(45deg);
}.privacy_defense_UjMa span {
    padding: 0.5rem 0 0;
    border-left: 2px solid rgba(0, 0, 0, 0.05);
    line-height: 1.7;
    display: block;
    font-style: italic;
    color: #000000;
    padding-left: 1.2rem;
    margin-bottom: 2rem;
    font-size: 17px;
}.privacy_defense_UjMa strong {
    font-weight: 600;
    color: #000000;
}

@media (min-width: 768px) {.privacy_defense_UjMa {
    padding: 5rem 3rem;
}.privacy_defense_UjMa .container {
    padding: 0 2rem;
}.privacy_defense_UjMa h1 {
    margin-bottom: 3rem;
    transform: translateX(-1rem);
    font-size: calc(41px * 1.2);
}.privacy_defense_UjMa h1::after {
    width: 6rem;
    height: 4px;
}.privacy_defense_UjMa h2 {
    padding-left: 1.2rem;
    margin: 3.5rem 0 1.5rem;
}.privacy_defense_UjMa p {
    font-size: calc(17px * 1.05);
    line-height: 1.75;
}.privacy_defense_UjMa ul {
    padding-left: 2rem;
}.privacy_defense_UjMa li {
    padding-left: 2rem;
}
}

@media (min-width: 992px) {.privacy_defense_UjMa {
    padding: 6rem 2rem;
}.privacy_defense_UjMa::before {
    height: 75%;
    width: 35%;
}.privacy_defense_UjMa::after {
    height: 65%;
    width: 40%;
}.privacy_defense_UjMa h1 {
    margin-bottom: 3.5rem;
    font-size: calc(41px * 1.3);
}.privacy_defense_UjMa h2 {
    font-size: calc(34px * 1.1);
}.privacy_defense_UjMa h2::before {
    width: 5px;
}.privacy_defense_UjMa p, .privacy_defense_UjMa li, .privacy_defense_UjMa span {
    font-size: calc(17px * 1.1);
}.privacy_defense_UjMa .container {
    padding: 0 3rem;
}.privacy_defense_UjMa li::before {
    height: 0.6rem;
    width: 0.6rem;
}
}

@media (min-width: 1200px) {.privacy_defense_UjMa {
    padding: 7rem 2rem;
}.privacy_defense_UjMa h1 {
    font-size: calc(41px * 1.4);
}.privacy_defense_UjMa h1::after {
    width: 8rem;
}.privacy_defense_UjMa .container {
    max-width: 1200px;
}
}

@media (hover: hover) {.privacy_defense_UjMa li:hover::before {
    transform: rotate(135deg);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
}

@media (prefers-reduced-motion: reduce) {.privacy_defense_UjMa *,
    .privacy_defense_UjMa *::before,
    .privacy_defense_UjMa *::after {
    transition: none !important;
    animation: none !important;
}}.course_program_info_cykM {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(219,234,220) 0%, rgba(245, 247, 252, 0.95) 100%);
    padding: 120px 0;
    position: relative;
}.course_program_info_cykM::before {
    z-index: 1;
    top: -50px;
    transform: rotate(35deg);
    width: 300px;
    content: '';
    right: -50px;
    background: rgb(183,207,184,0.5);
    position: absolute;
    height: 300px;
    opacity: 0.1;
}.course_program_info_cykM::after {
    left: -50px;
    position: absolute;
    content: '';
    opacity: 0.15;
    z-index: 1;
    height: 250px;
    bottom: -50px;
    background: rgb(145,180,149,0.5);
    width: 250px;
    transform: rotate(-15deg);
}.course_program_info_cykM .container {
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.course_program_info_cykM .program_path_Royr {
    position: relative;
    gap: 40px;
    display: grid;
    grid-template-columns: 1fr;
}.course_program_info_cykM .img_thumbnail_VFBC {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(-3deg);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    height: 400px;
}.course_program_info_cykM .img_thumbnail_VFBC::before {
    left: 0;
    top: 0;
    content: '';
    z-index: 1;
    width: 100%;
    background: linear-gradient(
        to bottom right,
        rgba(rgb(183,207,184), 0.2),
        rgba(rgb(145,180,149), 0.2)
    );
    height: 100%;
    position: absolute;
}.course_program_info_cykM .img_thumbnail_VFBC::after {
    border: 1px solid rgba(255, 255, 255, 0.3);
    z-index: 2;
    right: 20px;
    opacity: 0;
    content: '';
    bottom: 20px;
    position: absolute;
    transition: all 0.5s ease;
    top: 20px;
    left: 20px;
    transform: scale(0.95);
}.course_program_info_cykM .img_thumbnail_VFBC:hover {
    transform: perspective(1000px) rotateY(0deg);
}.course_program_info_cykM .img_thumbnail_VFBC:hover::after {
    transform: scale(1);
    opacity: 1;
}.course_program_info_cykM .content_column_rYnB {
    padding: 10px 0 0 0;
    position: relative;
}.course_program_info_cykM h3 {
    font-size: calc(31px * 0.9);
    transform: translateX(-5px);
    margin-bottom: 25px;
    color: #000000;
    opacity: 0;
    position: relative;
    line-height: 1.3;
    animation: slideInTitle 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
    font-weight: 700;
}.course_program_info_cykM h3::after {
    position: absolute;
    animation: expandLine 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s forwards;
    transform-origin: left;
    bottom: -12px;
    height: 3px;
    content: '';
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(183,207,184) 0%, rgb(145,180,149) 100%);
    left: 0;
    width: 80px;
}.course_program_info_cykM .description {
    transform: translateY(10px);
    color: #000000;
    line-height: 1.8;
    margin-bottom: 20px;
    animation: fadeInUp 0.8s ease 0.4s forwards;
    font-size: 17px;
    position: relative;
    opacity: 0;
}.course_program_info_cykM p.description {
    scrollbar-width: thin;
    overflow-y: auto;
    scrollbar-color: rgb(183,207,184,0.5) rgb(219,234,220);
    max-height: 300px;
    padding-right: 20px;
}.course_program_info_cykM p.description::-webkit-scrollbar {
    width: 6px;
}.course_program_info_cykM p.description::-webkit-scrollbar-track {
    background: rgb(219,234,220);
}.course_program_info_cykM p.description::-webkit-scrollbar-thumb {
    background-color: rgb(183,207,184,0.5);
    border-radius: 10px;
}.course_program_info_cykM span.description {
    display: none;
}

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

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

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

@media (min-width: 768px) {.course_program_info_cykM .program_path_Royr {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}.course_program_info_cykM .img_thumbnail_VFBC {
    transform: perspective(1200px) rotateY(-5deg) translateZ(0);
    height: 550px;
}.course_program_info_cykM .content_column_rYnB {
    padding: 0 0 0 20px;
}.course_program_info_cykM h3 {
    font-size: 31px;
    margin-bottom: 35px;
}.course_program_info_cykM h3::after {
    width: 120px;
    height: 4px;
}.course_program_info_cykM p.description {
    max-height: 380px;
}
}

@media (min-width: 992px) {.course_program_info_cykM {
    padding: 150px 0;
}.course_program_info_cykM .program_path_Royr {
    gap: 80px;
}.course_program_info_cykM .img_thumbnail_VFBC {
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    height: 600px;
}.course_program_info_cykM .content_column_rYnB {
    padding: 0 0 0 40px;
}.course_program_info_cykM h3 {
    transform: translateX(-10px);
    margin-bottom: 40px;
}.course_program_info_cykM h3::after {
    bottom: -15px;
}.course_program_info_cykM p.description {
    font-size: calc(17px * 1.05);
    max-height: 450px;
    line-height: 1.9;
}
}

@media (max-width: 767px) {.course_program_info_cykM {
    padding: 80px 0;
}.course_program_info_cykM .img_thumbnail_VFBC {
    margin-bottom: 20px;
    height: 300px;
}.course_program_info_cykM h3 {
    font-size: calc(31px * 0.8);
    margin-bottom: 25px;
}.course_program_info_cykM p.description {
    max-height: 250px;
    line-height: 1.6;
}}header .top_plank {
    background: rgb(183,207,184);
    color:  #ffffff;
}header .top_plank .learning_toolbar_gWTI div svg, header .top_plank .learning_toolbar_gWTI div svg path {
    fill: #ffffff;
}header .top_plank .learning_toolbar_gWTI div span {
    color: #ffffff;
}header .top_plank .learning_toolbar_gWTI {
    padding: 15px 0 10px 0;
    align-items: center;
    width: 100%;
    line-height: 21px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    font-size: 16px;
}header .top_plank .learning_toolbar_gWTI div {
    justify-content: flex-start;
    align-items: center;
    display: flex;
    margin-right: 24px;
}header .top_plank .learning_toolbar_gWTI div img, header .top_plank .learning_toolbar_gWTI div svg {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}.primary_page_jvJw {
    justify-content: center;
    padding: 100px 20px;
    background: linear-gradient(135deg, rgb(219,234,220) 0%, #ffffff 100%);
    min-height: 100vh;
    position: relative;
    flex-direction: column;
    overflow: hidden;
    align-items: center;
    display: flex;
}.primary_page_jvJw::before {
    top: 0;
    background: radial-gradient(circle at 70% 30%, rgb(145,180,149,0.5) 0%, transparent 60%);
    position: absolute;
    width: 100%;
    content: "";
    left: 0;
    opacity: 0.4;
    z-index: 0;
    height: 100%;
}.primary_page_jvJw::after {
    transform: rotate(45deg);
    position: absolute;
    content: "";
    height: 200px;
    filter: blur(40px);
    bottom: -50px;
    width: 200px;
    opacity: 0.1;
    background: rgb(183,207,184,0.5);
    right: -50px;
}.primary_page_jvJw h1 {
    animation: fadeInDown 0.8s ease-out;
    font-size: calc(23px * 1.2);
    z-index: 5;
    transform: translateY(0);
    margin-bottom: 2rem;
    text-align: center;
    color: rgb(183,207,184);
    opacity: 1;
    letter-spacing: 1px;
    font-weight: 700;
    position: relative;
}.primary_page_jvJw h1::after {
    height: 3px;
    position: absolute;
    left: 50%;
    bottom: -10px;
    content: "";
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(183,207,184), rgb(145,180,149));
    width: 50px;
    border-radius: 10px;
}.primary_page_jvJw .community_ed_oHfu {
    margin-top: 2rem;
    flex-direction: column-reverse;
    z-index: 2;
    display: flex;
    position: relative;
    width: 100%;
    max-width: 1200px;
}.primary_page_jvJw .content_column_rYnB {
    border-radius: 17px;
    backdrop-filter: blur(10px);
    background: linear-gradient(135deg, rgba(255,255,255,0.95), rgba(255,255,255,0.8));
    z-index: 3;
    animation: fadeInUp 1s ease-out 0.3s both;
    padding: 2rem;
    position: relative;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    transform: translateY(0);
    flex: 1;
}.primary_page_jvJw .content_column_rYnB::before {
    left: -5px;
    background: linear-gradient(135deg, rgb(145,180,149) 0%, rgb(183,207,184) 100%);
    content: "";
    top: -5px;
    bottom: -5px;
    position: absolute;
    border-radius: calc(17px + 5px);
    right: -5px;
    filter: blur(4px);
    opacity: 0.2;
    z-index: -1;
}.primary_page_jvJw .content_column_rYnB ol {
    list-style: none;
    margin: 0;
    padding: 0;
}.primary_page_jvJw .content_column_rYnB li {
    margin-bottom: 2rem;
}.primary_page_jvJw .content_column_rYnB li:last-child {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
}.primary_page_jvJw .learn_expressfast_wljo {
    align-items: center;
    flex-direction: column;
    display: flex;
    text-align: center;
}.primary_page_jvJw .learn_expressfast_wljo svg {
    filter: drop-shadow(0 5px 15px rgba(94,170,168,0.3));
    width: 100px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation: fadeInDown 1s ease-out 0.5s both;
    margin-bottom: 1.5rem;
    height: 100px;
    transform: translateY(0);
}.primary_page_jvJw .learn_expressfast_wljo svg:hover {
    transform: translateY(-5px) scale(1.05);
}.primary_page_jvJw .learn_expressfast_wljo svg path {
    transition: fill 0.3s ease;
}.primary_page_jvJw .learn_expressfast_wljo svg:hover path {
    fill: rgb(183,207,184);
}.primary_page_jvJw .learn_expressfast_wljo svg text {
    animation: glow 3s infinite alternate;
}.primary_page_jvJw .learn_expressfast_wljo p {
    color: #000000;
    animation: fadeIn 1s ease-out 0.7s both;
    margin-bottom: 0;
    max-width: 600px;
    line-height: 1.6;
    font-size: calc(14px * 1.1);
}.primary_page_jvJw .help_help_DYdK {
    padding: 15px 30px;
    background: linear-gradient(135deg, rgb(183,207,184) 0%, rgb(145,180,149) 100%);
    position: relative;
    font-weight: 600;
    text-decoration: none;
    color: #ffffff;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    z-index: 1;
    display: inline-block;
    transform: translateY(0);
    font-size: 14px;
    box-shadow: 0 10px 25px rgba(94,170,168,0.3);
    animation: fadeIn 1s ease-out 0.9s both;
    border-radius: 10px;
}.primary_page_jvJw .help_help_DYdK::before {
    transition: all 0.4s ease;
    opacity: 0;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
    content: "";
    transform: translateX(-100%);
    height: 100%;
    background: linear-gradient(135deg, rgb(145,180,149) 0%, rgb(183,207,184) 100%);
}.primary_page_jvJw .help_help_DYdK:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(94,170,168,0.4);
}.primary_page_jvJw .help_help_DYdK:hover::before {
    transform: translateX(0);
    opacity: 1;
}.primary_page_jvJw .img_thumbnail_VFBC {
    height: 300px;
    overflow: hidden;
    animation: fadeInDown 1s ease-out both;
    margin-bottom: 2rem;
    position: relative;
    border-radius: 17px;
    width: 100%;
    transform: translateY(0);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}.primary_page_jvJw .img_thumbnail_VFBC::before {
    width: 100%;
    top: 0;
    height: 100%;
    z-index: 1;
    background: linear-gradient(to bottom, transparent 60%, rgba(0,0,0,0.5));
    left: 0;
    position: absolute;
    content: "";
}.primary_page_jvJw .img_thumbnail_VFBC::after {
    top: -5px;
    background: linear-gradient(135deg, rgb(145,180,149) 0%, rgb(183,207,184) 100%);
    z-index: -1;
    position: absolute;
    filter: blur(4px);
    border-radius: calc(17px + 5px);
    opacity: 0.4;
    bottom: -5px;
    right: -5px;
    content: "";
    left: -5px;
}

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

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

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes glow {
    0% {
        filter: drop-shadow(0 0 2px rgba(94,170,168,0.3));
    }
    100% {
        filter: drop-shadow(0 0 10px rgba(94,170,168,0.7));
    }
}

@media (min-width: 768px) {.primary_page_jvJw {
    padding: 120px 40px;
}.primary_page_jvJw h1 {
    margin-bottom: 3rem;
    font-size: calc(30px * 0.9);
}.primary_page_jvJw .community_ed_oHfu {
    gap: 40px;
    flex-direction: row;
    align-items: center;
}.primary_page_jvJw .content_column_rYnB {
    padding: 3rem;
}.primary_page_jvJw .learn_expressfast_wljo {
    text-align: left;
    align-items: flex-start;
}.primary_page_jvJw .learn_expressfast_wljo svg {
    height: 120px;
    width: 120px;
}.primary_page_jvJw .img_thumbnail_VFBC {
    transition: transform 0.5s ease;
    height: 450px;
    margin-bottom: 0;
    transform: perspective(1000px) rotateY(-5deg);
    flex: 1;
}.primary_page_jvJw .img_thumbnail_VFBC:hover {
    transform: perspective(1000px) rotateY(0);
}
}

@media (min-width: 992px) {.primary_page_jvJw {
    padding: 140px 60px;
}.primary_page_jvJw h1 {
    font-size: 30px;
}.primary_page_jvJw .community_ed_oHfu {
    gap: 60px;
}.primary_page_jvJw .content_column_rYnB {
    padding: 4rem;
}.primary_page_jvJw .learn_expressfast_wljo svg {
    width: 140px;
    height: 140px;
}.primary_page_jvJw .learn_expressfast_wljo p {
    font-size: calc(14px * 1.2);
}.primary_page_jvJw .img_thumbnail_VFBC {
    transform: perspective(1000px) rotateY(-8deg) translateX(20px);
    height: 500px;
}
}

@media (min-width: 1200px) {.primary_page_jvJw .community_ed_oHfu {
    gap: 80px;
}.primary_page_jvJw .img_thumbnail_VFBC {
    height: 550px;
}}.start_now_qmMW {
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgb(183,207,184) 0%, rgb(145,180,149) 100%);
    z-index: 1;
    position: relative;
}.start_now_qmMW::before {
    background: repeating-linear-gradient(
        45deg,
        rgb(183,207,184,0.5) 0px,
        rgb(183,207,184,0.5) 10px,
        transparent 10px,
        transparent 20px
    );
    opacity: 0.1;
    position: absolute;
    height: 100%;
    top: 0;
    content: "";
    z-index: -1;
    width: 100%;
    left: 0;
}.start_now_qmMW::after {
    background: rgb(145,180,149);
    right: -50px;
    position: absolute;
    transform: translateZ(0);
    width: 200px;
    height: 200px;
    content: "";
    z-index: -1;
    animation: pulse 8s infinite alternate ease-in-out;
    border-radius: 50%;
    bottom: -50px;
    opacity: 0.2;
}.start_now_qmMW .container {
    display: flex;
    margin: 0 auto;
    flex-direction: column;
    justify-content: center;
    max-width: 1140px;
    gap: 2.5rem;
    transform: translateZ(0);
    position: relative;
    align-items: center;
}.start_now_qmMW h6 {
    color: #ffffff;
    max-width: 800px;
    letter-spacing: 0.5px;
    font-size: 18px;
    margin: 0;
    transform: translateY(0);
    font-weight: 600;
    line-height: 1.6;
    animation: slideInUp 0.8s ease-out forwards;
    position: relative;
    text-align: center;
}.start_now_qmMW h6::after {
    height: 2px;
    content: "";
    width: 50px;
    left: 50%;
    opacity: 0.7;
    bottom: -15px;
    position: absolute;
    background: #ffffff;
    transform: translateX(-50%);
}.start_now_qmMW div div {
    transform: translateY(20px);
    opacity: 0;
    display: flex;
    animation: fadeInUp 0.8s ease-out 0.3s forwards;
    justify-content: center;
}.start_now_qmMW div span {
    transform: perspective(1000px) rotateX(0);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}.start_now_qmMW div span:hover {
    transform: perspective(1000px) rotateX(10deg) translateY(-5px);
}.start_now_qmMW .help_help_DYdK {
    transition: all 0.4s ease;
    padding: 15px 30px;
    display: inline-block;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    color: rgb(183,207,184);
    text-decoration: none;
    position: relative;
    font-size: 15px;
    z-index: 1;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    font-weight: 600;
}.start_now_qmMW .help_help_DYdK::before {
    left: -100%;
    content: "";
    z-index: -1;
    transition: left 0.7s ease;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    position: absolute;
    top: 0;
}.start_now_qmMW .help_help_DYdK:hover {
    color: rgb(145,180,149);
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}.start_now_qmMW .help_help_DYdK:hover::before {
    left: 100%;
}.start_now_qmMW .help_help_DYdK span {
    transition: transform 0.3s ease;
    position: relative;
    z-index: 2;
}.start_now_qmMW .help_help_DYdK:hover span {
    transform: scale(1.05);
}.start_now_qmMW .help_help_DYdK:active {
    transform: translateY(1px);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1) rotate(0deg);
    }
    50% {
        transform: scale(1.2) rotate(10deg);
    }
}

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

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

@media (max-width: 991px) {.start_now_qmMW {
    padding: 3.5rem 1.5rem;
}.start_now_qmMW h6 {
    font-size: calc(18px - 2px);
}
}

@media (max-width: 767px) {.start_now_qmMW {
    padding: 3rem 1rem;
}.start_now_qmMW .container {
    gap: 2rem;
}.start_now_qmMW h6 {
    font-size: calc(18px - 4px);
}.start_now_qmMW .help_help_DYdK {
    padding: 12px 25px;
    font-size: calc(15px - 1px);
}
}

@media (max-width: 575px) {.start_now_qmMW {
    padding: 2.5rem 1rem;
}.start_now_qmMW h6 {
    line-height: 1.5;
}.start_now_qmMW h6::after {
    width: 40px;
    bottom: -10px;
}.start_now_qmMW .help_help_DYdK {
    padding: 10px 20px;
}}.quantitative_data_EZxP {
    z-index: 1;
    overflow: hidden;
    background-color: #000000;
    position: relative;
    padding: 120px 0;
}.quantitative_data_EZxP::before {
    width: 100%;
    position: absolute;
    left: 0;
    z-index: -2;
    content: "";
    height: 100%;
    top: 0;
    background: radial-gradient(ellipse at bottom right, rgb(145,180,149,0.5) 0%, transparent 70%);
}.quantitative_data_EZxP::after {
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    width: 100%;
    background: radial-gradient(ellipse at top left, rgb(183,207,184,0.5) 0%, transparent 70%);
    z-index: -1;
}.quantitative_data_EZxP .container {
    border-radius: 12px;
    backdrop-filter: blur(10px);
    max-width: 1200px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.05) 100%);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    padding: 30px;
    z-index: 1;
    margin: 0 auto;
    position: relative;
}.quantitative_data_EZxP h2 {
    color: #ffffff;
    text-align: center;
    margin-bottom: 60px;
    display: inline-block;
    font-size: 47px;
    width: 100%;
    font-weight: 700;
    position: relative;
}.quantitative_data_EZxP h2::after {
    border-radius: 10px;
    bottom: -20px;
    height: 4px;
    left: 50%;
    content: "";
    background: linear-gradient(to right, rgb(183,207,184), rgb(145,180,149));
    width: 80px;
    transform: translateX(-50%);
    position: absolute;
}.quantitative_data_EZxP ul {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    margin: 0;
    position: relative;
    padding: 0;
    display: grid;
    list-style: none;
    gap: 30px;
}.quantitative_data_EZxP ul::before {
    background: linear-gradient(90deg, transparent, rgb(183,207,184,0.5), transparent);
    left: 0;
    height: 1px;
    width: 100%;
    position: absolute;
    top: -30px;
    content: "";
}.quantitative_data_EZxP .statistics_boost_IHAa {
    padding: 30px;
    background: rgba(0, 0, 0, 0.2);
    gap: 20px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 12px;
    display: grid;
    overflow: hidden;
    min-height: 170px;
    position: relative;
    grid-template-columns: 80px 1fr;
}.quantitative_data_EZxP .statistics_boost_IHAa::before {
    width: 4px;
    position: absolute;
    border-radius: 10px;
    content: "";
    height: 100%;
    background: linear-gradient(to bottom, rgb(183,207,184), rgb(145,180,149));
    left: 0;
    top: 0;
}.quantitative_data_EZxP .statistics_boost_IHAa::after {
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    content: "";
    position: absolute;
    z-index: -1;
    background: linear-gradient(135deg, rgba(rgb(183,207,184,0.5), 0.1) 0%, transparent 100%);
}.quantitative_data_EZxP .statistics_boost_IHAa:hover {
    background: rgba(rgb(183,207,184,0.5), 0.1);
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}.quantitative_data_EZxP .statistics_boost_IHAa p {
    position: relative;
    grid-row: 1 / span 2;
    margin: 0;
    line-height: 1;
    grid-column: 1;
    font-size: 3rem;
    place-self: center;
    color: #ffffff;
    font-weight: 700;
}.quantitative_data_EZxP .statistics_boost_IHAa p::after {
    height: 2px;
    transform: scaleX(0);
    position: absolute;
    width: 100%;
    transition: transform 0.4s ease;
    content: "";
    bottom: -15px;
    left: 0;
    background: rgb(183,207,184,0.5);
    transform-origin: center;
}.quantitative_data_EZxP .statistics_boost_IHAa:hover p::after {
    transform: scaleX(1);
}.quantitative_data_EZxP .statistics_boost_IHAa span {
    font-size: 14px;
    line-height: 1.5;
    align-self: center;
    color: rgba(255, 255, 255, 0.7);
    grid-column: 2;
    position: relative;
}.quantitative_data_EZxP svg {
    transition: all 0.4s ease;
    height: 40px;
    position: absolute;
    fill: rgb(183,207,184);
    opacity: 0.3;
    width: 40px;
    right: 20px;
    bottom: 20px;
}.quantitative_data_EZxP svg path {
    fill: rgb(183,207,184);
}.quantitative_data_EZxP .statistics_boost_IHAa:hover svg {
    transform: rotate(15deg) scale(1.2);
    opacity: 0.6;
}.quantitative_data_EZxP ul:has(.statistics_boost_IHAa:only-child) {
    max-width: 600px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.quantitative_data_EZxP ul:has(.statistics_boost_IHAa:only-child) .statistics_boost_IHAa {
    padding: 40px;
    grid-template-columns: 120px 1fr;
}.quantitative_data_EZxP ul:has(.statistics_boost_IHAa:only-child) .statistics_boost_IHAa p {
    font-size: 4rem;
}.quantitative_data_EZxP ul:has(.statistics_boost_IHAa:nth-child(2):last-child) {
    grid-template-columns: repeat(2, 1fr);
}.quantitative_data_EZxP ul:has(.statistics_boost_IHAa:nth-child(3):last-child) {
    grid-template-columns: repeat(3, 1fr);
}.quantitative_data_EZxP ul:has(.statistics_boost_IHAa:nth-child(4):last-child) {
    grid-template-columns: repeat(4, 1fr);
}.quantitative_data_EZxP ul:has(.statistics_boost_IHAa:nth-child(4):last-child) .statistics_boost_IHAa {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 30px 20px;
}.quantitative_data_EZxP ul:has(.statistics_boost_IHAa:nth-child(4):last-child) .statistics_boost_IHAa p {
    grid-column: 1;
    margin-bottom: 15px;
    grid-row: 1;
}.quantitative_data_EZxP ul:has(.statistics_boost_IHAa:nth-child(4):last-child) .statistics_boost_IHAa span {
    grid-row: 2;
    grid-column: 1;
}.quantitative_data_EZxP ul:has(.statistics_boost_IHAa:nth-child(5):nth-last-child(-n+1)) {
    grid-template-columns: repeat(5, 1fr);
}.quantitative_data_EZxP ul:has(.statistics_boost_IHAa:nth-child(5):nth-last-child(-n+1)) .statistics_boost_IHAa {
    text-align: center;
    grid-template-columns: 1fr;
    padding: 30px 15px;
}.quantitative_data_EZxP ul:has(.statistics_boost_IHAa:nth-child(5):nth-last-child(-n+1)) .statistics_boost_IHAa p {
    margin-bottom: 15px;
    grid-row: 1;
    font-size: 2.5rem;
    grid-column: 1;
}.quantitative_data_EZxP ul:has(.statistics_boost_IHAa:nth-child(5):nth-last-child(-n+1)) .statistics_boost_IHAa span {
    grid-row: 2;
    grid-column: 1;
}.quantitative_data_EZxP ul:has(.statistics_boost_IHAa:nth-child(n+6):nth-child(-n+10)) {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

@media screen and (min-width: 1441px) {.quantitative_data_EZxP {
    padding: 150px 0;
}.quantitative_data_EZxP .container {
    padding: 50px;
}.quantitative_data_EZxP h2 {
    font-size: calc(47px * 1.2);
}
}

@media screen and (max-width: 1200px) {.quantitative_data_EZxP {
    padding: 100px 0;
}.quantitative_data_EZxP ul:has(.statistics_boost_IHAa:nth-child(4):last-child), 
    .quantitative_data_EZxP ul:has(.statistics_boost_IHAa:nth-child(5):nth-last-child(-n+1)) {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}.quantitative_data_EZxP .statistics_boost_IHAa p {
    font-size: 2.5rem;
}
}

@media screen and (max-width: 991px) {.quantitative_data_EZxP {
    padding: 80px 0;
}.quantitative_data_EZxP h2 {
    font-size: calc(47px * 0.9);
    margin-bottom: 50px;
}.quantitative_data_EZxP ul {
    gap: 20px;
}.quantitative_data_EZxP ul:has(.statistics_boost_IHAa:nth-child(3):last-child), 
    .quantitative_data_EZxP ul:has(.statistics_boost_IHAa:nth-child(4):last-child), 
    .quantitative_data_EZxP ul:has(.statistics_boost_IHAa:nth-child(5):nth-last-child(-n+1)) {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}.quantitative_data_EZxP .statistics_boost_IHAa {
    min-height: 150px;
    padding: 25px;
    grid-template-columns: 60px 1fr;
}.quantitative_data_EZxP .statistics_boost_IHAa p {
    font-size: 2.2rem;
}.quantitative_data_EZxP svg {
    height: 35px;
    bottom: 15px;
    width: 35px;
    right: 15px;
}
}

@media screen and (max-width: 767px) {.quantitative_data_EZxP {
    padding: 70px 0;
}.quantitative_data_EZxP .container {
    padding: 25px;
}.quantitative_data_EZxP h2 {
    margin-bottom: 40px;
    font-size: calc(47px * 0.8);
}.quantitative_data_EZxP ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}.quantitative_data_EZxP .statistics_boost_IHAa {
    grid-template-columns: 60px 1fr;
    min-height: auto;
}.quantitative_data_EZxP .statistics_boost_IHAa p {
    font-size: 2.2rem;
}.quantitative_data_EZxP ul:has(.statistics_boost_IHAa:only-child) .statistics_boost_IHAa p {
    font-size: 3rem;
}.quantitative_data_EZxP ul:has(.statistics_boost_IHAa:nth-child(4):last-child) .statistics_boost_IHAa,
    .quantitative_data_EZxP ul:has(.statistics_boost_IHAa:nth-child(5):nth-last-child(-n+1)) .statistics_boost_IHAa {
    text-align: left;
    grid-template-columns: 60px 1fr;
}.quantitative_data_EZxP ul:has(.statistics_boost_IHAa:nth-child(4):last-child) .statistics_boost_IHAa p,
    .quantitative_data_EZxP ul:has(.statistics_boost_IHAa:nth-child(5):nth-last-child(-n+1)) .statistics_boost_IHAa p {
    margin-bottom: 0;
    grid-row: 1 / span 2;
    grid-column: 1;
}.quantitative_data_EZxP ul:has(.statistics_boost_IHAa:nth-child(4):last-child) .statistics_boost_IHAa span,
    .quantitative_data_EZxP ul:has(.statistics_boost_IHAa:nth-child(5):nth-last-child(-n+1)) .statistics_boost_IHAa span {
    grid-row: 1;
    grid-column: 2;
}
}

@media screen and (max-width: 480px) {.quantitative_data_EZxP {
    padding: 60px 0;
}.quantitative_data_EZxP .container {
    padding: 20px;
}.quantitative_data_EZxP h2 {
    font-size: calc(47px * 0.7);
    margin-bottom: 35px;
}.quantitative_data_EZxP h2::after {
    height: 3px;
    bottom: -15px;
    width: 60px;
}.quantitative_data_EZxP ul {
    gap: 15px;
}.quantitative_data_EZxP .statistics_boost_IHAa {
    padding: 20px;
}.quantitative_data_EZxP .statistics_boost_IHAa p {
    font-size: 2rem;
}.quantitative_data_EZxP .statistics_boost_IHAa span {
    font-size: calc(14px * 0.9);
}.quantitative_data_EZxP svg {
    right: 10px;
    width: 30px;
    bottom: 10px;
    height: 30px;
}.quantitative_data_EZxP ul:has(.statistics_boost_IHAa:only-child) .statistics_boost_IHAa {
    padding: 25px;
    grid-template-columns: 80px 1fr;
}.quantitative_data_EZxP ul:has(.statistics_boost_IHAa:only-child) .statistics_boost_IHAa p {
    font-size: 2.5rem;
}}.client_testimonials_gGDf {
    background: linear-gradient(180deg, rgb(219,234,220) 0%, #ffffff 100%);
    padding: 7rem 2rem;
    position: relative;
    overflow: hidden;
}.client_testimonials_gGDf::before {
    position: absolute;
    top: 0;
    left: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgb(183,207,184,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 80%, rgb(145,180,149,0.5) 0%, transparent 30%);
    width: 100%;
    content: "";
    opacity: 0.3;
    z-index: 0;
    height: 100%;
}.client_testimonials_gGDf::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    opacity: 0.4;
    content: "";
    background: 
        radial-gradient(ellipse at 50% 50%, transparent 0%, rgb(219,234,220) 80%);
}.client_testimonials_gGDf .community_ed_oHfu {
    max-width: 1200px;
    z-index: 1;
    position: relative;
    margin: 0 auto;
}.client_testimonials_gGDf h4 {
    font-weight: 700;
    position: relative;
    margin-bottom: 6rem;
    font-size: 31px;
    color: #000000;
    text-align: center;
}.client_testimonials_gGDf h4::before {
    content: "";
    height: 120px;
    border-radius: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    left: 50%;
    position: absolute;
    border: 2px solid rgb(183,207,184,0.5);
    z-index: -1;
    opacity: 0.3;
}.client_testimonials_gGDf h4::after {
    height: 80px;
    z-index: -2;
    border-radius: 50%;
    opacity: 0.1;
    background: rgb(183,207,184,0.5);
    content: "";
    position: absolute;
    width: 80px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}.client_testimonials_gGDf .success_voices_CSMe {
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
    perspective: 1000px;
    margin: 0 -1.5rem;
}.client_testimonials_gGDf .client_voices_MIyg {
    transform: translateZ(0);
    overflow: hidden;
    position: relative;
    border-radius: 19px;
    padding: 2.5rem;
    margin: 1.5rem;
    width: calc(33.33% - 3rem);
    transform-style: preserve-3d;
    background: #ffffff;
    transition: all 0.5s ease;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgb(145,180,149,0.5);
}.client_testimonials_gGDf .client_voices_MIyg:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgb(183,207,184);
    transform: translateZ(30px);
}.client_testimonials_gGDf .client_voices_MIyg::before {
    height: 200%;
    position: absolute;
    background: radial-gradient(circle at center, rgb(183,207,184,0.5) 0%, transparent 70%);
    opacity: 0;
    left: -50%;
    content: "";
    top: -50%;
    width: 200%;
    transition: all 0.5s ease;
    z-index: -1;
}.client_testimonials_gGDf .client_voices_MIyg:hover::before {
    animation: pulse 2s infinite;
    opacity: 0.1;
}@keyframes pulse {
    0% { transform: scale(1); opacity: 0.1; }
    50% { transform: scale(1.05); opacity: 0.15; }
    100% { transform: scale(1); opacity: 0.1; }
}

.client_testimonials_gGDf .client_voices_MIyg::after {
    top: 20px;
    width: 20px;
    background: rgb(183,207,184,0.5);
    position: absolute;
    opacity: 0.5;
    right: 20px;
    border-radius: 50%;
    transition: all 0.3s ease;
    content: "";
    height: 20px;
}.client_testimonials_gGDf .client_voices_MIyg:hover::after {
    transform: scale(1.5);
    opacity: 0.7;
}.client_testimonials_gGDf .client_voices_MIyg .img_thumbnail_VFBC {
    border-radius: 50%;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    width: 100px;
    height: 100px;
    transform: translateZ(20px);
    margin: 0 auto 1.5rem;
    position: relative;
    transition: all 0.5s ease;
    border: 3px solid #ffffff;
}.client_testimonials_gGDf .client_voices_MIyg:hover .img_thumbnail_VFBC {
    transform: translateZ(40px) scale(1.1);
}.client_testimonials_gGDf .client_voices_MIyg .img_thumbnail_VFBC::before {
    opacity: 0;
    animation: spin 30s linear infinite;
    content: "";
    border: 1px dashed rgb(145,180,149,0.5);
    transition: all 0.5s ease;
    border-radius: 50%;
    top: -10px;
    width: calc(100% + 20px);
    left: -10px;
    height: calc(100% + 20px);
    position: absolute;
}.client_testimonials_gGDf .client_voices_MIyg:hover .img_thumbnail_VFBC::before {
    opacity: 1;
}@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.client_testimonials_gGDf .client_voices_MIyg span {
    color: #000000;
    transform: translateZ(10px);
    font-weight: 600;
    transition: all 0.4s ease;
    text-align: center;
    font-size: 17px;
    display: block;
    margin-bottom: 1rem;
}.client_testimonials_gGDf .client_voices_MIyg:hover span {
    color: rgb(183,207,184);
    transform: translateZ(25px);
}.client_testimonials_gGDf .client_voices_MIyg p {
    position: relative;
    transform: translateZ(5px);
    color: #000000;
    text-align: center;
    transition: all 0.4s ease;
    line-height: 1.7;
    font-size: 16px;
}.client_testimonials_gGDf .client_voices_MIyg:hover p {
    transform: translateZ(15px);
}.client_testimonials_gGDf .client_voices_MIyg:nth-child(3n+1) {
    animation: float 6s ease-in-out infinite;
}.client_testimonials_gGDf .client_voices_MIyg:nth-child(3n+2) {
    animation: float 7s ease-in-out infinite;
    animation-delay: 0.3s;
}.client_testimonials_gGDf .client_voices_MIyg:nth-child(3n+3) {
    animation-delay: 0.6s;
    animation: float 8s ease-in-out infinite;
}@keyframes float {
    0%, 100% { transform: translateY(0) translateZ(0); }
    50% { transform: translateY(-15px) translateZ(0); }
}

.client_testimonials_gGDf .client_voices_MIyg:hover {
    animation-play-state: paused;
}

@media (max-width: 992px) {.client_testimonials_gGDf {
    padding: 5rem 1.5rem;
}.client_testimonials_gGDf h4 {
    margin-bottom: 4rem;
    font-size: calc(31px * 0.9);
}.client_testimonials_gGDf .client_voices_MIyg {
    width: calc(50% - 3rem);
}.client_testimonials_gGDf .client_voices_MIyg:nth-child(3n+1),
    .client_testimonials_gGDf .client_voices_MIyg:nth-child(3n+2),
    .client_testimonials_gGDf .client_voices_MIyg:nth-child(3n+3) {
    animation-duration: 5s;
}
}

@media (max-width: 768px) {.client_testimonials_gGDf {
    padding: 4rem 1rem;
}.client_testimonials_gGDf h4 {
    font-size: calc(31px * 0.8);
    margin-bottom: 3rem;
}.client_testimonials_gGDf .client_voices_MIyg {
    width: 100%;
    margin: 1rem 0;
}.client_testimonials_gGDf .client_voices_MIyg .img_thumbnail_VFBC {
    height: 80px;
    width: 80px;
}.client_testimonials_gGDf .client_voices_MIyg:nth-child(n) {
    animation-name: float-mobile;
}@keyframes float-mobile {
        0%, 100% { transform: translateY(0) translateZ(0); }
        50% { transform: translateY(-8px) translateZ(0); }
    }
}.find_support_RBHt {
    overflow: hidden;
    z-index: 1;
    position: relative;
    padding: 80px 0;
    background: rgb(219,234,220);
}.find_support_RBHt::before {
    z-index: -1;
    opacity: 0.15;
    position: absolute;
    left: 0;
    content: '';
    background: linear-gradient(135deg, rgb(183,207,184,0.5) 0%, transparent 50%, rgb(145,180,149,0.5) 100%);
    width: 100%;
    height: 100%;
    top: 0;
}.find_support_RBHt::after {
    top: 0;
    position: absolute;
    content: '';
    animation: patternMove 120s linear infinite;
    z-index: -1;
    background: radial-gradient(circle at 10% 20%, transparent 20%, rgb(183,207,184,0.5) 21%, transparent 22%),
                radial-gradient(circle at 90% 80%, transparent 20%, rgb(145,180,149,0.5) 21%, transparent 22%),
                radial-gradient(circle at 50% 50%, transparent 30%, rgb(183,207,184,0.5) 31%, transparent 32%);
    width: 100%;
    background-size: 60px 60px, 80px 80px, 100px 100px;
    height: 100%;
    left: 0;
    opacity: 0.07;
}@keyframes patternMove {
    0% {
        background-position: 0 0, 0 0, 0 0;
    }
    100% {
        background-position: 1000px 500px, -500px 1000px, 500px -500px;
    }
}

.find_support_RBHt .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
}.find_support_RBHt .join_community_WlIN {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06), 0 0 0 1px rgba(0, 0, 0, 0.02);
    padding: 45px 40px;
    z-index: 2;
    backdrop-filter: blur(10px);
    position: relative;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    background: #ffffff;
    border-radius: 25px;
    overflow: hidden;
}.find_support_RBHt .join_community_WlIN::before {
    height: 6px;
    top: 0;
    z-index: 3;
    content: '';
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(183,207,184) 0%, rgb(145,180,149) 100%);
    position: absolute;
}.find_support_RBHt .join_community_WlIN::after {
    bottom: -100px;
    height: 200px;
    width: 200px;
    position: absolute;
    border-radius: 50%;
    opacity: 0.2;
    background: radial-gradient(circle, rgb(183,207,184,0.5) 0%, transparent 70%);
    right: -100px;
    content: '';
    z-index: -1;
}.find_support_RBHt .join_community_WlIN:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.02);
}.find_support_RBHt h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000000;
    padding-bottom: 15px;
    display: inline-block;
    position: relative;
}.find_support_RBHt h3::after {
    content: '';
    width: 40%;
    bottom: 0;
    background: rgb(183,207,184);
    left: 0;
    position: absolute;
    height: 3px;
    border-radius: 10px;
}.find_support_RBHt .contact_card_ZHOk {
    max-width: 90%;
    line-height: 1.6;
    font-size: 15px;
    margin-bottom: 35px;
    color: #000000;
}.find_support_RBHt .query_form_PsiH {
    display: grid;
    position: relative;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 25px;
}.find_support_RBHt .query_form_PsiH::before {
    top: -15px;
    width: 100%;
    height: 1px;
    left: 0;
    content: '';
    opacity: 0.3;
    position: absolute;
    background: linear-gradient(90deg, rgb(183,207,184,0.5) 0%, transparent 100%);
}.find_support_RBHt .query_form_PsiH span {
    border: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    background: rgba(255, 255, 255, 0.6);
    padding: 16px 20px;
    transition: all 0.3s ease;
    border-radius: 10px;
}.find_support_RBHt .query_form_PsiH span::before {
    content: '';
    background: rgb(183,207,184);
    position: absolute;
    opacity: 0.7;
    left: 0;
    height: 100%;
    top: 0;
    width: 3px;
    transition: all 0.3s ease;
}.find_support_RBHt .query_form_PsiH span:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transform: translateY(-3px);
    border-color: rgba(rgb(183,207,184), 0.2);
}.find_support_RBHt .query_form_PsiH span:hover::before {
    width: 5px;
}.find_support_RBHt .query_form_PsiH span p {
    color: #000000;
    font-size: 15px;
    margin: 0;
    font-weight: 400;
}.find_support_RBHt .query_form_PsiH span:first-child p {
    font-weight: 600;
}.find_support_RBHt .query_form_PsiH span:nth-child(2) p {
    font-weight: 600;
}.find_support_RBHt .query_form_PsiH span > span {
    background: transparent;
    padding: 0;
    flex-direction: row;
    border: none;
    margin-top: 8px;
    display: flex;
    align-items: center;
}.find_support_RBHt .query_form_PsiH span > span::before {
    display: none;
}.find_support_RBHt .query_form_PsiH span > span:hover {
    transform: none;
    box-shadow: none;
}.find_support_RBHt .query_form_PsiH span a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgb(183,207,184);
    font-weight: 600;
    position: relative;
}.find_support_RBHt .query_form_PsiH span a::after {
    transition: width 0.3s ease;
    content: '';
    bottom: -2px;
    position: absolute;
    width: 0;
    background: rgb(183,207,184);
    height: 1px;
    left: 0;
}.find_support_RBHt .query_form_PsiH span a:hover {
    color: rgb(145,180,149);
}.find_support_RBHt .query_form_PsiH span a:hover::after {
    background: rgb(145,180,149);
    width: 100%;
}.find_support_RBHt .query_form_PsiH span svg {
    width: 18px;
    fill: none;
    margin-right: 8px;
    stroke-width: 2;
    stroke: rgb(183,207,184);
    flex-shrink: 0;
    stroke-linecap: round;
    transition: all 0.3s ease;
    height: 18px;
    stroke-linejoin: round;
}.find_support_RBHt .query_form_PsiH span:hover svg {
    transform: scale(1.1);
    stroke: rgb(145,180,149);
}.find_support_RBHt .query_form_PsiH span:nth-child(3) svg {
    transform-origin: center;
}.find_support_RBHt .query_form_PsiH span:nth-child(3) svg path {
    stroke-dasharray: 20;
    animation: dashAnimation 3s linear infinite;
    stroke-dashoffset: 0;
}.find_support_RBHt .query_form_PsiH span:nth-child(4) svg {
    transform-origin: center;
}.find_support_RBHt .query_form_PsiH span:nth-child(4) svg path {
    stroke-dasharray: 24;
    animation: dashAnimation 3s linear infinite;
    stroke-dashoffset: 0;
    animation-delay: 0.5s;
}.find_support_RBHt .query_form_PsiH span:nth-child(5) svg {
    stroke-width: 1.7;
    transform-origin: center;
}.find_support_RBHt .query_form_PsiH span:nth-child(5) svg path {
    transition: all 0.3s ease;
}.find_support_RBHt .query_form_PsiH span:nth-child(5):hover svg path {
    stroke-width: 2.2;
}.find_support_RBHt .query_form_PsiH span:nth-child(6) svg {
    transform-origin: center;
}.find_support_RBHt .query_form_PsiH span:nth-child(6) svg path {
    stroke-dasharray: 15;
    animation: dashAnimation 3s linear infinite;
    stroke-dashoffset: 0;
    animation-delay: 1s;
}.find_support_RBHt .query_form_PsiH span:nth-child(3) svg {
    position: relative;
}.find_support_RBHt .query_form_PsiH span:nth-child(3) svg::before {
    content: '';
    transform: translate(-50%, -50%);
    left: 50%;
    background: rgb(183,207,184);
    opacity: 0.1;
    border-radius: 50%;
    height: 24px;
    position: absolute;
    transition: all 0.3s ease;
    width: 24px;
    z-index: -1;
    top: 50%;
}.find_support_RBHt .query_form_PsiH span:nth-child(3):hover svg::before {
    width: 30px;
    height: 30px;
    opacity: 0.2;
    background: rgb(145,180,149);
}.find_support_RBHt .query_form_PsiH span:nth-child(4) svg {
    position: relative;
}.find_support_RBHt .query_form_PsiH span:nth-child(4) svg path {
    transform-origin: center;
}.find_support_RBHt .query_form_PsiH span:nth-child(4):hover svg path {
    animation-duration: 2s;
}.find_support_RBHt .query_form_PsiH span:nth-child(6) svg path {
    transform-origin: center;
}.find_support_RBHt .query_form_PsiH span:nth-child(6):hover svg path {
    animation-duration: 2s;
}@keyframes dashAnimation {
    0% {
        stroke-dashoffset: 20;
    }
    50% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: -20;
    }
}

.find_support_RBHt .inquire_now_XYsw {
    overflow: hidden;
    padding: 25px 30px;
    margin-top: 15px;
    position: relative;
    grid-column: 1 / -1;
    background: linear-gradient(135deg, rgba(rgb(183,207,184), 0.03) 0%, rgba(rgb(145,180,149), 0.03) 100%);
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}.find_support_RBHt .inquire_now_XYsw::before {
    left: 0;
    background: radial-gradient(circle at 50% 0%, rgb(183,207,184,0.5) 0%, transparent 70%);
    content: '';
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.05;
    position: absolute;
    z-index: 0;
}.find_support_RBHt .inquire_now_XYsw h4 {
    color: #000000;
    position: relative;
    font-size: 22px;
    font-weight: 600;
    display: flex;
    margin-bottom: 15px;
    align-items: center;
}.find_support_RBHt .inquire_now_XYsw h4::before {
    width: 20px;
    background-position: center;
    height: 20px;
    flex-shrink: 0;
    display: inline-block;
    margin-right: 8px;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
}.find_support_RBHt .inquire_now_XYsw h4 svg {
    stroke-linejoin: round;
    fill: none;
    margin-right: 8px;
    stroke: rgb(183,207,184);
    animation: clockRotation 12s linear infinite;
    stroke-linecap: round;
    transform-origin: center;
    width: 20px;
    height: 20px;
    stroke-width: 2;
}@keyframes clockRotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.find_support_RBHt .inquire_now_XYsw h4 svg circle {
    stroke: rgb(183,207,184);
    fill: transparent;
    stroke-opacity: 0.2;
}.find_support_RBHt .inquire_now_XYsw h4 svg path {
    stroke: rgb(183,207,184);
}.find_support_RBHt .inquire_now_XYsw span {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.05);
    display: block;
    position: relative;
    padding: 8px 0;
    margin-bottom: 6px;
    color: #000000;
    z-index: 1;
}.find_support_RBHt .inquire_now_XYsw span:last-child {
    border-bottom: none;
}.find_support_RBHt .inquire_now_XYsw span::before {
    margin-right: 8px;
    opacity: 0.5;
    border-radius: 50%;
    display: inline-block;
    background-color: rgb(183,207,184);
    height: 6px;
    content: '';
    width: 6px;
}

@media (max-width: 992px) {.find_support_RBHt {
    padding: 60px 0;
}.find_support_RBHt .join_community_WlIN {
    padding: 35px 30px;
}.find_support_RBHt h3 {
    font-size: calc(32px * 0.9);
}.find_support_RBHt .contact_card_ZHOk {
    max-width: 100%;
}.find_support_RBHt .query_form_PsiH {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}.find_support_RBHt .query_form_PsiH span svg {
    height: 16px;
    width: 16px;
}
}

@media (max-width: 768px) {.find_support_RBHt {
    padding: 50px 0;
}.find_support_RBHt .join_community_WlIN {
    padding: 30px 25px;
}.find_support_RBHt h3 {
    margin-bottom: 15px;
    font-size: calc(32px * 0.8);
    padding-bottom: 12px;
}.find_support_RBHt .contact_card_ZHOk {
    margin-bottom: 25px;
    font-size: calc(15px * 0.95);
}.find_support_RBHt .query_form_PsiH {
    grid-template-columns: 1fr;
    gap: 15px;
}.find_support_RBHt .query_form_PsiH span {
    padding: 12px 16px;
}.find_support_RBHt .inquire_now_XYsw {
    padding: 20px 25px;
}.find_support_RBHt .inquire_now_XYsw h4 {
    font-size: calc(22px * 0.9);
}.find_support_RBHt .inquire_now_XYsw h4::before {
    width: 18px;
    height: 18px;
}.find_support_RBHt .inquire_now_XYsw h4 svg {
    width: 18px;
    height: 18px;
}
}

@media (max-width: 576px) {.find_support_RBHt {
    padding: 40px 0;
}.find_support_RBHt .join_community_WlIN {
    padding: 25px 20px;
}.find_support_RBHt h3 {
    font-size: calc(32px * 0.7);
    padding-bottom: 10px;
}.find_support_RBHt .query_form_PsiH span {
    padding: 10px 14px;
}.find_support_RBHt .query_form_PsiH span p,
    .find_support_RBHt .query_form_PsiH span a {
    font-size: calc(15px * 0.9);
}.find_support_RBHt .query_form_PsiH span svg {
    width: 14px;
    margin-right: 6px;
    height: 14px;
}.find_support_RBHt .inquire_now_XYsw {
    padding: 18px 20px;
}.find_support_RBHt .inquire_now_XYsw span {
    padding: 6px 0;
    font-size: calc(15px * 0.9);
}.find_support_RBHt .inquire_now_XYsw h4::before {
    width: 16px;
    height: 16px;
    margin-right: 6px;
}.find_support_RBHt .inquire_now_XYsw h4 svg {
    width: 16px;
    height: 16px;
}}.cookie_banner_window_NMoH {
    animation: slideUp 0.5s forwards;
    transition: transform 0.3s ease-in-out;
    padding: 20px 0;
    border-top: 3px solid rgb(145,180,149);
    z-index: 90;
    transform: translateY(100%);
    bottom: 0;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    background: rgb(145,180,149);
    width: 100%;
    position: fixed;
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
#privacyAlertPopup_UEtz {
    display: none;
}#privacyAlertPopup_UEtz:checked ~ .cookie_banner_window_NMoH {
    visibility: hidden;
    opacity: 0;
}.learn_agree_wYuy {
    padding: 20px 5%;
    justify-content: space-between;
    display: flex;
    align-items: center;
    gap: 20px;
}.cookie_banner_window_NMoH h5 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 1px;
    font-family: Arial, sans-serif;
}.cookie_banner_window_NMoH p {
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.5;
}.track_accept_VdZt {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-right: 15px;
    filter: drop-shadow(0 0 10px rgb(183,207,184));
    justify-content: center;
}.track_accept_VdZt svg {
    fill: rgb(183,207,184);
    transition: transform 0.3s ease-in-out;
    height: 80px;
    width: 80px;
}.track_accept_VdZt:hover svg {
    transform: scale(1.1);
}.data_notice_JHFZ {
    color: #000000;
    background: linear-gradient(90deg, rgb(183,207,184), rgb(145,180,149));
    min-width: 140px;
    box-shadow: 0 0 15px rgb(183,207,184);
    line-height: 40px;
    font-size: 16px;
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 20px;
    margin-left: 10px;
    white-space: nowrap;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    flex-shrink: 0;
    text-align: center;
    text-decoration: none;
}.data_notice_JHFZ:hover {
    box-shadow: 0 0 20px rgb(145,180,149);
}.cookie_button.cookies_consent_WVHB {
    border: 2px solid rgb(145,180,149);
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.cookies_consent_WVHB:hover {
    box-shadow: 0 0 15px rgb(145,180,149);
    background: rgba(0, 0, 0, 0.5);
}.cookie_banner_window_NMoH p a {
    text-decoration: none;
    color: rgb(183,207,184);
    transition: color 0.3s ease;
}.cookie_banner_window_NMoH p a:hover {
    color: rgb(145,180,149);
}
@media only screen and (max-width: 1200px) {.cookie_banner_window_NMoH {
    padding: 15px 0;
}.learn_agree_wYuy {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.track_accept_VdZt {
    display: none;
}.learn_agree_wYuy {
    text-align: center;
    flex-direction: column;
    align-items: center;
}.cookie_banner_window_NMoH h5 {
    margin-bottom: 5px;
    font-size: 19px;
}.consent_track_ETNS {
    margin-bottom: 15px;
}.data_notice_JHFZ {
    margin: 10px 0;
    min-width: 100%;
}}
header {
    position: relative;
    background: linear-gradient(90deg, rgb(145,180,149) 0%, rgb(183,207,184) 100%);
    z-index: 100;
    overflow: visible;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    margin-top: 0;
    padding: 0;
}header::before {
    position: absolute;
    z-index: 0;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 5px,
        transparent 5px,
        transparent 25px
    );
    left: 0;
}header .main_core_CiQI {
    align-items: center;
    justify-content: space-between;
    padding: 1.2rem 2.5rem;
    z-index: 5;
    position: relative;
    display: flex;
}header .head_expert_XbVu {
    overflow: visible;
    margin-right: 2rem;
    padding: 0.5rem;
    flex: 0 0 auto;
    position: relative;
}header .head_expert_XbVu::before {
    opacity: 0.1;
    content: '';
    border: 2px solid #ffffff;
    transform: skew(-5deg);
    top: -5px;
    transition: all 0.3s ease;
    right: -5px;
    bottom: -5px;
    z-index: -1;
    left: -5px;
    position: absolute;
}header .head_expert_XbVu::after {
    transform: skew(-5deg);
    position: absolute;
    left: -5px;
    content: '';
    opacity: 0;
    transition: all 0.3s ease;
    z-index: -1;
    top: -5px;
    box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff;
    bottom: -5px;
    right: -5px;
    border: 2px solid #ffffff;
}header .head_expert_XbVu:hover::before {
    opacity: 0;
}header .head_expert_XbVu:hover::after {
    opacity: 0.5;
    animation: neonPulse 1.5s infinite alternate;
}@keyframes neonPulse {
    0% { opacity: 0.3; box-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff; }
    100% { opacity: 0.7; box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff, 0 0 30px #ffffff; }
}

header .page_nav_LXfg {
    position: relative;
    transition: all 0.3s ease;
    display: block;
}header .page_nav_LXfg:hover {
    transform: scale(1.05);
}header .page_nav_LXfg img {
    max-height: 40px;
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}header .head_edu_OTnt {
    list-style: none;
    z-index: 2;
    padding: 0;
    position: relative;
    display: flex;
    margin: 0;
}header .nav_learn_BNAF {
    position: relative;
    margin: 0 0.4rem;
}header .nav_learn_BNAF a {
    background: rgba(255, 255, 255, 0.1);
    letter-spacing: 0.5px;
    position: relative;
    display: flex;
    justify-content: center;
    overflow: hidden;
    text-decoration: none;
    height: 40px;
    align-items: center;
    color: #ffffff;
    transition: all 0.3s ease;
    text-shadow: 0 0 5px #ffffff;
    font-size: 17px;
    padding: 0 1.2rem;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 1;
}header .nav_learn_BNAF a::before {
    transform: scale(0.9);
    opacity: 0;
    left: -2px;
    transition: opacity 0.3s ease;
    z-index: -1;
    position: absolute;
    top: -2px;
    content: '';
    right: -2px;
    bottom: -2px;
    background: #ffffff;
}header .nav_learn_BNAF a:hover {
    text-shadow: none;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
    transform: translateY(-3px);
    border-color: #ffffff;
    color: rgb(183,207,184);
}header .nav_learn_BNAF a:hover::before {
    transform: scale(1);
    opacity: 1;
}header .nav_learn_BNAF::after {
    filter: blur(3px);
    transition: all 0.3s ease;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    width: 80%;
    position: absolute;
    content: '';
    height: 5px;
    bottom: -10px;
    opacity: 0;
    left: 10%;
}header .nav_learn_BNAF:hover::after {
    opacity: 0.5;
    bottom: -5px;
}header .main_core_CiQI::before {
    height: 1px;
    top: 0;
    width: 100%;
    left: 0;
    position: absolute;
    content: '';
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
}header .main_core_CiQI::after {
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    content: '';
    position: absolute;
    height: 1px;
    bottom: 0;
}header .main_mainwrap_kpJm {
    padding-top: 2rem;
    position: relative;
    background: rgb(219,234,220);
    z-index: 1;
}

@media (min-width: 1400px) {header .main_core_CiQI {
    max-width: 1320px;
    margin: 0 auto;
}header .nav_learn_BNAF {
    margin: 0 0.6rem;
}header .nav_learn_BNAF a {
    padding: 0 1.5rem;
}
}

@media (max-width: 991px) {header .main_core_CiQI {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .head_expert_XbVu {
    margin-bottom: 0;
    margin-right: 0;
}header .head_edu_OTnt {
    margin-top: 1rem;
    justify-content: flex-end;
    flex-basis: 100%;
}header .nav_learn_BNAF a {
    font-size: calc(17px - 1px);
    height: 36px;
    padding: 0 1rem;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .main_core_CiQI {
    padding: 0.8rem 1.5rem;
}header .head_expert_XbVu {
    max-width: 140px;
}header .head_expert_XbVu::before, 
    header .head_expert_XbVu::after {
    bottom: -3px;
    top: -3px;
    right: -3px;
    left: -3px;
}header .page_nav_LXfg img {
    max-height: 35px;
}header .head_edu_OTnt {
    margin-top: 0.8rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 0.5rem;
}header .head_edu_OTnt::-webkit-scrollbar {
    height: 3px;
}header .head_edu_OTnt::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
}header .nav_learn_BNAF {
    flex: 0 0 auto;
    margin: 0 0.2rem;
}header .nav_learn_BNAF a {
    padding: 0 0.8rem;
    white-space: nowrap;
    font-size: calc(17px - 2px);
    height: 32px;
}header .nav_learn_BNAF::after {
    display: none;
}
}

@media (max-width: 479px) {header .main_core_CiQI {
    padding: 0.7rem 1.2rem;
}header .head_expert_XbVu {
    max-width: 120px;
}header .nav_learn_BNAF a {
    padding: 0 0.6rem;
    height: 30px;
    font-size: calc(17px - 3px);
}
}