* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.site-nav {
    flex: 1 0 auto;
}svg {
    height: 30px;
    width: 30px;
}::-webkit-scrollbar {
    width: 0.8em;
    scroll-behavior: smooth;
}::-webkit-scrollbar-track {
    border: 1px solid rgb(226,225,233);
    box-shadow: inset -2px 2px 15px 4px rgba(0, 0, 0, 0.6);
    background: rgb(193,191,208);
}::-webkit-scrollbar-thumb {
    border: 2px solid rgb(226,225,233);
    background: rgb(193,191,208,0.5);
    transition: background, border-radius, transform 2.8s ease;
    border-radius: 9999px;
    min-height: 37px;
}

::-webkit-scrollbar-thumb:hover {
}::-webkit-scrollbar-corner {
    background: rgb(193,191,208);
}html,body {
    height: 100%;
    min-height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
}.container {
    max-width: 100%;
    width: 1218px;
    margin: auto;
}a {
    color: inherit;
    text-decoration: none;
}header,footer {
    width: 100%;
}.discount-cta {
    flex: 0 0 auto;
}.panel-container {
    display: flex;
    height: 100%;
    min-height: 100%;
    flex-direction: column;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
footer {
    position: relative;
    width: 100%;
}footer .discount-cta {
    background-color: rgb(154,152,173);
    font-family: Arial, sans-serif;
    color: #ffffff;
    position: relative;
    padding: 80px 0 30px;
    overflow: hidden;
}footer .discount-cta::before {
    top: -50px;
    clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0 100%);
    background-color: rgb(154,152,173);
    height: 100px;
    left: 0;
    right: 0;
    transform: skewY(-3deg);
    z-index: 0;
    position: absolute;
    content: "";
}footer .patent-info {
    z-index: 1;
    position: relative;
}footer .write-form {
    margin-bottom: 60px;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
}footer .info_item {
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: rgb(154,152,173,0.5);
    position: relative;
    max-width: 300px;
    padding: 15px 20px 15px 25px;
    border-radius: 0 5px 5px 0;
    transition: all 0.3s ease;
    flex: 1 1 200px;
}footer .info_item::before {
    top: 0;
    background-color: rgb(193,191,208);
    position: absolute;
    height: 100%;
    content: "";
    left: 0;
    width: 5px;
}footer .info_item::after {
    height: 100%;
    z-index: -1;
    top: 0;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
    width: 100%;
    position: absolute;
    content: "";
    left: 0;
}footer .info_item:nth-child(even) {
    background-color: rgb(193,191,208,0.5);
}footer .info_item:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px) translateX(5px);
}footer .info_item svg {
    width: 20px;
    margin-right: 12px;
    position: relative;
    top: -1px;
    fill: rgb(193,191,208);
    vertical-align: middle;
    height: 20px;
}footer .info_item p,
footer .info_item a {
    display: inline-block;
    font-size: 18px;
    transition: color 0.3s ease;
    text-decoration: none;
    color: #ffffff;
    vertical-align: middle;
}footer .info_item a:hover {
    color: rgb(193,191,208);
}footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
}footer .head-pagebar {
    background-color: rgb(154,152,173,0.5);
    padding: 30px;
    position: relative;
    border-radius: 29px;
}footer .head-pagebar::before {
    content: "";
    position: absolute;
    border: 1px dashed rgba(255, 255, 255, 0.1);
    border-radius: calc(29px - 8px);
    pointer-events: none;
    left: 15px;
    top: 15px;
    right: 15px;
    bottom: 15px;
}footer .head-pagebar svg {
    width: auto;
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
    display: block;
    height: 45px;
}footer .contest-info {
    line-height: 1.6;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
}footer .top-navbar {
    position: relative;
}footer .top-navbar h5 {
    display: inline-block;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 25px;
    padding-left: 15px;
    font-size: 20px;
    position: relative;
}footer .top-navbar h5::before {
    top: 0;
    left: 0;
    background-color: rgb(193,191,208);
    width: 3px;
    height: 100%;
    content: "";
    position: absolute;
}footer .main-mainwrap {
    position: relative;
    margin-bottom: 25px;
}footer .main-mainwrap a {
    border-radius: 0 5px 5px 0;
    position: relative;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease;
    background-color: rgb(154,152,173,0.5);
    color: rgba(255, 255, 255, 0.8);
    padding: 10px 15px;
    display: inline-block;
    margin: 0 10px 10px 0;
}footer .main-mainwrap a::before {
    left: 0;
    position: absolute;
    height: 100%;
    transition: width 0.3s ease;
    top: 0;
    content: "";
    background-color: rgb(193,191,208);
    width: 3px;
}footer .main-mainwrap a:hover {
    background-color: rgb(193,191,208,0.5);
    transform: translateX(5px);
    color: #ffffff;
}footer .main-mainwrap a:hover::before {
    width: 5px;
}footer .subscribe_holder {
    position: relative;
    border-radius: 29px;
    padding: 30px;
    background-color: rgb(154,152,173,0.5);
}footer .subscribe_holder::before {
    top: 15px;
    border: 1px dashed rgba(255, 255, 255, 0.1);
    right: 15px;
    position: absolute;
    pointer-events: none;
    bottom: 15px;
    border-radius: calc(29px - 8px);
    content: "";
    left: 15px;
}footer .subscribe_holder h5 {
    font-weight: 600;
    padding-left: 15px;
    font-size: 20px;
    color: #ffffff;
    position: relative;
    margin-bottom: 15px;
}footer .subscribe_holder h5::before {
    background-color: rgb(193,191,208);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 3px;
    content: "";
}footer .subscribe_holder p {
    margin-bottom: 25px;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
}footer .input_holder {
    flex-direction: column;
    gap: 15px;
    display: flex;
}footer .input_holder input[type="email"] {
    border-radius: 10px;
    font-size: 18px;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 14px 16px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}footer .input_holder input[type="email"]:focus {
    outline: none;
    border-color: rgb(193,191,208);
    background-color: rgba(255, 255, 255, 0.1);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .begin-learning {
    border-radius: 10px;
    font-weight: 600;
    border: none;
    overflow: hidden;
    color: #ffffff;
    transition: all 0.3s ease;
    font-size: 16px;
    padding: 14px 20px;
    cursor: pointer;
    background-color: rgb(193,191,208);
    position: relative;
}footer .begin-learning::after {
    top: -50%;
    left: -100%;
    transform: rotate(30deg);
    content: "";
    transition: all 0.5s ease;
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    height: 200%;
    width: 200%;
}footer .begin-learning:hover {
    background-color: rgb(154,152,173);
}footer .begin-learning:hover::after {
    left: 100%;
}footer .footer-clients {
    text-align: center;
    position: relative;
    margin-top: 50px;
}footer .footer-clients::before {
    content: "";
    transform: translateX(-50%);
    left: 50%;
    height: 1px;
    position: absolute;
    width: 50px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    top: -25px;
}footer .zoom-meet {
    display: inline-block;
    position: relative;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .begin-learning {
    white-space: nowrap;
}
}

@media (max-width: 767px) {footer .discount-cta {
    padding: 60px 0 30px;
}footer .write-form {
    margin-bottom: 40px;
}footer .head-pagebar, footer .subscribe_holder {
    padding: 25px 20px;
}footer .main-mainwrap a {
    padding: 8px 12px;
    margin: 0 5px 8px 0;
}footer .footer-clients {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .discount-cta {
    padding: 50px 0 20px;
}footer .top-navbar h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
    font-size: calc(20px - 2px);
}footer .head-pagebar::before, footer .subscribe_holder::before {
    right: 10px;
    top: 10px;
    left: 10px;
    bottom: 10px;
}footer .input_holder input[type="email"],
    footer .begin-learning {
    padding: 12px;
}}.sign-up-now {
    background: linear-gradient(145deg, #ffffff 0%, rgb(226,225,233) 100%);
    padding: 130px 0;
    overflow: hidden;
    position: relative;
}.sign-up-now::before {
    width: 300px;
    border-radius: 50%;
    position: absolute;
    top: -150px;
    content: '';
    border: 30px solid rgb(193,191,208,0.5);
    height: 300px;
    opacity: 0.1;
    right: -150px;
    z-index: 1;
}.sign-up-now::after {
    z-index: 1;
    position: absolute;
    width: 400px;
    left: -200px;
    opacity: 0.1;
    height: 400px;
    border: 40px solid rgb(154,152,173,0.5);
    content: '';
    border-radius: 50%;
    bottom: -200px;
}.sign-up-now .mastery-zone {
    position: relative;
    flex-direction: column;
    display: flex;
    z-index: 10;
}.sign-up-now .container {
    padding: 60px;
    margin: 0 auto;
    z-index: 2;
    background: #ffffff;
    max-width: 900px;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}.sign-up-now .container::before {
    z-index: 1;
    content: '';
    top: 0;
    position: absolute;
    width: 80px;
    height: 80px;
    background: rgb(193,191,208);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    right: 0;
}.sign-up-now .container::after {
    width: 80px;
    z-index: 1;
    background: rgb(154,152,173);
    left: 0;
    height: 80px;
    bottom: 0;
    content: '';
    clip-path: polygon(0 0, 0 100%, 100% 100%);
    position: absolute;
}.sign-up-now .container p {
    margin: 0 0 40px 0;
    line-height: 1.4;
    color: #000000;
    font-weight: 700;
    z-index: 5;
    position: relative;
    font-size: 36px;
    text-align: center;
}.sign-up-now .contact-request {
    height: 60px;
    color: rgb(193,191,208);
    border: 2px solid rgb(193,191,208);
    background: transparent;
    line-height: 60px;
    transition: all 0.4s ease;
    margin: 0 auto;
    display: block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    width: 220px;
    position: relative;
    z-index: 5;
    text-align: center;
}.sign-up-now .contact-request::before {
    transition: transform 0.4s ease;
    content: '';
    background: rgb(193,191,208);
    height: calc(100% + 4px);
    position: absolute;
    top: -2px;
    transform-origin: left;
    transform: scaleX(0);
    width: calc(100% + 4px);
    left: -2px;
    z-index: -1;
}.sign-up-now .contact-request:hover {
    color: #ffffff;
}.sign-up-now .contact-request:hover::before {
    transform: scaleX(1);
}.sign-up-now .mastery-zone::before {
    z-index: 1;
    height: 94%;
    top: 3%;
    border: 1px dashed rgb(193,191,208,0.5);
    position: absolute;
    content: '';
    width: 94%;
    left: 3%;
}.sign-up-now .mastery-zone::after {
    height: 88%;
    z-index: 1;
    left: 6%;
    width: 88%;
    position: absolute;
    border: 1px dashed rgb(154,152,173,0.5);
    top: 6%;
    content: '';
}

@media (max-width: 991px) {.sign-up-now {
    padding: 110px 0;
}.sign-up-now .container {
    padding: 50px;
}.sign-up-now .container p {
    font-size: calc(18px * 1.2);
    margin-bottom: 35px;
}.sign-up-now .container::before,
    .sign-up-now .container::after {
    width: 70px;
    height: 70px;
}.sign-up-now .contact-request {
    width: 200px;
    line-height: 55px;
    height: 55px;
}
}

@media (max-width: 767px) {.sign-up-now {
    padding: 90px 0;
}.sign-up-now .container {
    padding: 40px;
}.sign-up-now .container p {
    margin-bottom: 30px;
    font-size: 18px;
}.sign-up-now .container::before,
    .sign-up-now .container::after {
    width: 60px;
    height: 60px;
}.sign-up-now .contact-request {
    line-height: 50px;
    height: 50px;
    width: 180px;
}
}

@media (max-width: 480px) {.sign-up-now {
    padding: 70px 0;
}.sign-up-now .container {
    padding: 30px;
}.sign-up-now .container p {
    font-size: calc(14px * 1.2);
    margin-bottom: 25px;
}.sign-up-now .container::before,
    .sign-up-now .container::after {
    width: 50px;
    height: 50px;
}.sign-up-now .contact-request {
    width: 160px;
    line-height: 45px;
    height: 45px;
    font-size: calc(14px * 0.9);
}}.price-offer {
    padding: 120px 0;
    background: rgb(226,225,233);
    overflow: hidden;
    position: relative;
}.price-offer::before {
    z-index: 0;
    top: 0;
    background: linear-gradient(135deg, 
        rgba(var(--primary-color-rgb), 0.05) 0%, 
        rgba(var(--secondary-color-rgb), 0.03) 100%);
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
}.price-offer .container {
    position: relative;
    z-index: 1;
    max-width: 1400px;
    padding: 0 20px;
    margin: 0 auto;
}.price-offer .learning-rates {
    gap: 60px;
    display: grid;
    grid-template-columns: 1fr;
}.price-offer .study-packages {
    transform: translateY(20px);
    animation: fadeSlideUp 0.8s forwards 0.2s;
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
    opacity: 0;
}.price-offer .study-packages h2 {
    margin-bottom: 20px;
    font-size: 33px;
    position: relative;
    display: inline-block;
    color: #000000;
    font-weight: 700;
}.price-offer .study-packages h2::after {
    height: 3px;
    position: absolute;
    left: 50%;
    content: "";
    bottom: -10px;
    transform: translateX(-50%);
    width: 80px;
    background: linear-gradient(90deg, rgb(193,191,208), rgb(154,152,173));
}.price-offer .study-fees {
    line-height: 1.6;
    margin-top: 30px;
    font-size: calc(16px + 0.1rem);
    color: #000000;
}.price-offer .monthly-plan {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    animation: fadeSlideUp 0.8s forwards 0.4s;
    opacity: 0;
    margin-top: 20px;
    display: grid;
    transform: translateY(30px);
    gap: 30px;
}.price-offer .pricing-block {
    will-change: transform;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    color: inherit;
    text-decoration: none;
    display: block;
    position: relative;
    z-index: 1;
}.price-offer .pricing-block:hover {
    transform: translateY(-10px) scale(1.02);
}.price-offer .rate-panel {
    overflow: hidden;
    display: flex;
    background: #ffffff;
    flex-direction: column;
    min-height: 420px;
    transition: box-shadow 0.4s ease, transform 0.4s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 14px;
    position: relative;
}.price-offer .pricing-block:hover .rate-panel {
    box-shadow: 0 20px 40px rgba(var(--primary-color-rgb), 0.15);
}.price-offer .pricing-block:nth-child(odd) .rate-panel::before {
    transform: scaleY(0);
    left: 0;
    height: 100%;
    top: 0;
    width: 5px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    position: absolute;
    transform-origin: bottom;
    background: rgb(193,191,208);
}.price-offer .pricing-block:nth-child(even) .rate-panel::before {
    right: 0;
    top: 0;
    transform-origin: bottom;
    content: "";
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgb(154,152,173);
    transform: scaleY(0);
    position: absolute;
    height: 100%;
    width: 5px;
}.price-offer .pricing-block:hover .rate-panel::before {
    transform: scaleY(1);
}.price-offer .edu-packages {
    flex: 1;
    padding: 40px 30px;
    flex-direction: column;
    position: relative;
    display: flex;
    z-index: 1;
}.price-offer .edu-packages h3 {
    font-size: calc(22px + 0.2rem);
    display: inline-block;
    transition: color 0.3s ease;
    font-weight: 700;
    position: relative;
    color: #000000;
    margin-bottom: 15px;
}.price-offer .pricing-block:hover .edu-packages h3 {
    color: rgb(193,191,208);
}.price-offer .pricing-block:nth-child(even):hover .edu-packages h3 {
    color: rgb(154,152,173);
}.price-offer .pro-fees {
    padding-bottom: 10px;
    color: rgb(193,191,208);
    position: relative;
    display: inline-block;
    font-size: calc(22px + 0.5rem);
    margin: 10px 0 20px;
    font-weight: 700;
}.price-offer .pricing-block:nth-child(even) .pro-fees {
    color: rgb(154,152,173);
}.price-offer .pro-fees::after {
    bottom: 0;
    height: 3px;
    content: "";
    left: 0;
    background: currentColor;
    width: 40px;
    position: absolute;
    opacity: 0.6;
}.price-offer .edu-packages p {
    color: #000000;
    word-wrap: break-word;
    margin-top: auto;
    word-break: break-word;
    font-size: 16px;
    line-height: 1.6;
    overflow-wrap: break-word;
    hyphens: auto;
}.price-offer .image-list {
    width: 100%;
    position: relative;
    transform-origin: center;
    height: 200px;
    transition: transform 0.5s ease;
}.price-offer .pricing-block:hover .image-list {
    transform: scale(1.05);
}.price-offer .image-list::after {
    background: linear-gradient(to top, rgba(0,0,0,0.4), transparent);
    opacity: 0;
    position: absolute;
    content: "";
    bottom: 0;
    transition: opacity 0.4s ease;
    height: 40%;
    width: 100%;
    left: 0;
}.price-offer .pricing-block:hover .image-list::after {
    opacity: 1;
}

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

@media (min-width: 768px) {.price-offer .learning-rates {
    grid-template-columns: 1fr;
}.price-offer .monthly-plan {
    gap: 40px;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}
}

@media (min-width: 992px) {.price-offer {
    padding: 150px 0;
}.price-offer .learning-rates {
    gap: 80px;
    grid-template-columns: 1fr;
}.price-offer .monthly-plan {
    gap: 30px;
    grid-template-columns: repeat(4, 1fr);
}.price-offer .rate-panel {
    min-height: 480px;
}
}

@media (min-width: 1200px) {.price-offer .monthly-plan {
    gap: 40px;
}
}

@media (max-width: 767px) {.price-offer {
    padding: 80px 0;
}.price-offer .study-packages h2 {
    font-size: calc(33px - 0.4rem);
}.price-offer .study-fees {
    font-size: 16px;
}.price-offer .edu-packages {
    padding: 30px 20px;
}.price-offer .rate-panel {
    min-height: 400px;
}.price-offer .image-list {
    height: 160px;
}
}

@media (max-width: 480px) {.price-offer {
    padding: 60px 0;
}.price-offer .learning-rates {
    gap: 40px;
}.price-offer .monthly-plan {
    gap: 25px;
}.price-offer .edu-packages h3 {
    font-size: 22px;
}.price-offer .pro-fees {
    font-size: 22px;
}.price-offer .edu-packages p {
    font-size: calc(16px - 0.1rem);
}}.cookie-popup-warning {
    border-radius: 11px;
    width: 90%;
    bottom: 20px;
    display: flex;
    z-index: 1050;
    font-family: Arial, sans-serif;
    align-items: center;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    max-width: 600px;
    position: fixed;
    padding: 20px;
    flex-direction: column;
    transform: translateX(-50%);
    background: rgb(226,225,233);
    left: 50%;
    overflow: hidden;
}.data-agree {
    flex-direction: column;
    display: flex;
    z-index: 1;
    align-items: center;
}.track-settings {
    margin-bottom: 20px;
    animation: bounce 2s infinite;
}.track-settings svg, .track-settings svg path, .track-settings img {
    height: 80px;
    width: 80px;
    fill: rgb(193,191,208);
}@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-15px);
    }
    60% {
        transform: translateY(-10px);
    }
}
.cookie-popup-warning h5 {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 20px;
    color: rgb(193,191,208);
}.cookie-popup-warning p {
    margin-bottom: 20px;
    font-size: 18px;
    color: #000000;
}.cookies-overview {
    padding: 10px 20px;
    display: inline-block;
    text-decoration: none;
    border-radius: 10px;
    text-align: center;
    background: rgb(193,191,208);
    margin: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    font-size: 19px;
    color: #ffffff;
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
    cursor: pointer;
    width: calc(50% - 10px);
}.cookies-overview:hover {
    transform: translateY(-3px);
    background: rgb(154,152,173);
}.cookie_button.cookie-control {
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.cookie-control:hover {
    background: rgb(154,152,173,0.5);
}.cookie-popup-warning p a {
    text-decoration: underline;
    color: rgb(193,191,208);
    transition: color 0.3s ease-in-out;
}.cookie-popup-warning p a:hover {
    color: rgb(154,152,173);
}
@media only screen and (max-width: 600px) {.cookie-popup-warning {
    bottom: 0;
    left: 0;
    width: 100%;
    transform: none;
    border-radius: 0;
}.data-agree {
    padding: 15px;
}.track-settings svg {
    height: 50px;
    width: 50px;
}.cookie-popup-warning h5 {
    font-size: calc(20px - 2px);
}.cookie-popup-warning p {
    font-size: calc(18px - 2px);
}.cookies-overview {
    padding: 8px 16px;
    width: calc(100% - 10px);
    font-size: calc(19px - 2px);
}}
#cookieDialogWindow {
    display: none;
}#cookieDialogWindow:checked ~ .cookie-popup-warning {
    visibility: hidden;
    opacity: 0;
}.statistical-overview {
    padding: 100px 0 80px;
    position: relative;
    background: linear-gradient(135deg, rgb(226,225,233) 0%, rgba(240, 240, 250, 0.9) 100%);
    overflow: hidden;
}.statistical-overview::before {
    content: "";
    opacity: 0.07;
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(45deg, rgb(193,191,208,0.5) 0%, transparent 70%);
    left: 0;
    transform: skewY(-5deg) translateY(-30px);
    z-index: 1;
    top: 0;
}.statistical-overview::after {
    right: -50px;
    background: linear-gradient(to right, rgb(154,152,173,0.5), transparent);
    opacity: 0.15;
    z-index: 0;
    height: 300px;
    content: "";
    bottom: -50px;
    position: absolute;
    width: 300px;
    border-radius: 50%;
    filter: blur(80px);
}.statistical-overview h3 {
    color: #000000;
    margin-bottom: 60px;
    position: relative;
    font-size: 34px;
    transition: transform 0.5s ease;
    text-align: center;
    font-weight: 700;
    z-index: 2;
    transform: perspective(1000px) rotateX(0deg);
}.statistical-overview h3::after {
    height: 3px;
    bottom: -15px;
    width: 80px;
    left: 50%;
    content: "";
    transform: translateX(-50%) scaleX(0.8);
    position: absolute;
    background: linear-gradient(to right, rgb(193,191,208), rgb(154,152,173));
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}.statistical-overview h3:hover::after {
    transform: translateX(-50%) scaleX(1.2);
}.statistical-overview .container {
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.statistical-overview ul {
    perspective: 1000px;
    display: grid;
    padding: 0;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 30px;
}.statistical-overview .statistics-elevation {
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateZ(0) translateY(0);
    z-index: 5;
    flex-direction: column;
    background: #ffffff;
    display: flex;
    align-items: center;
    transform-style: preserve-3d;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    text-align: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding: 30px 20px;
}.statistical-overview .statistics-elevation::before {
    transform: scaleX(0.7);
    left: 0;
    background: linear-gradient(90deg, rgb(193,191,208) 0%, rgb(154,152,173) 100%);
    content: "";
    position: absolute;
    transition: transform 0.4s ease;
    top: 0;
    height: 5px;
    transform-origin: left;
    width: 100%;
}.statistical-overview .statistics-elevation::after {
    position: absolute;
    width: 40%;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: -1;
    background: linear-gradient(135deg, transparent 50%, rgba(240, 240, 250, 0.5) 100%);
    height: 40%;
    content: "";
    transition: opacity 0.5s ease;
}.statistical-overview .statistics-elevation:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateZ(10px) translateY(-5px);
}.statistical-overview .statistics-elevation:hover::before {
    transform: scaleX(1);
}.statistical-overview .statistics-elevation:hover::after {
    opacity: 1;
}.statistical-overview .statistics-elevation span {
    font-weight: 600;
    display: block;
    transition: transform 0.3s ease;
    font-size: calc(17px * 1.05);
    position: relative;
    color: #000000;
    z-index: 2;
    margin-bottom: 15px;
}.statistical-overview .statistics-elevation p {
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text !important;
    margin: 0;
    font-size: calc(48px * 1.2);
    transform: perspective(500px) translateZ(0);
    background-clip: text !important;
    color: rgb(193,191,208);
    font-weight: 700;
    background: linear-gradient(135deg, rgb(193,191,208) 0%, rgb(154,152,173) 100%);
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.statistical-overview .statistics-elevation:hover p {
    transform: perspective(500px) translateZ(20px) scale(1.05);
}.statistical-overview .statistics-elevation:nth-child(odd) {
    transform: translateZ(0) translateY(0) rotate(-1deg);
}.statistical-overview .statistics-elevation:nth-child(odd):hover {
    transform: translateZ(10px) translateY(-5px) rotate(0deg);
}.statistical-overview .statistics-elevation:nth-child(even) {
    transform: translateZ(0) translateY(0) rotate(1deg);
}.statistical-overview .statistics-elevation:nth-child(even):hover {
    transform: translateZ(10px) translateY(-5px) rotate(0deg);
}

@media (max-width: 992px) {.statistical-overview {
    padding: 80px 0 60px;
}.statistical-overview h3 {
    margin-bottom: 50px;
    font-size: calc(34px * 0.9);
}.statistical-overview ul {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 25px;
}.statistical-overview .statistics-elevation {
    padding: 25px 15px;
}.statistical-overview .statistics-elevation p {
    font-size: calc(48px * 1.1);
}
}

@media (max-width: 768px) {.statistical-overview {
    padding: 70px 0 50px;
}.statistical-overview h3 {
    margin-bottom: 40px;
    font-size: calc(34px * 0.85);
}.statistical-overview ul {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}.statistical-overview .statistics-elevation span {
    font-size: 17px;
}.statistical-overview .statistics-elevation p {
    font-size: calc(48px * 1);
}
}

@media (max-width: 576px) {.statistical-overview {
    padding: 60px 0 40px;
}.statistical-overview h3 {
    font-size: calc(34px * 0.8);
    margin-bottom: 35px;
}.statistical-overview ul {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}.statistical-overview .statistics-elevation {
    padding: 20px 10px;
}.statistical-overview .statistics-elevation span {
    font-size: calc(17px * 0.9);
    margin-bottom: 10px;
}.statistical-overview .statistics-elevation p {
    font-size: calc(48px * 0.9);
}
}

@media (max-width: 480px) {.statistical-overview ul {
    grid-template-columns: 1fr;
    gap: 15px;
}.statistical-overview .statistics-elevation {
    transform: none !important;
}.statistical-overview .statistics-elevation:hover {
    transform: translateY(-3px) !important;
}}.thxField {
    padding: 7rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(226,225,233) 0%, rgb(193,191,208,0.5) 100%);
}.thxField::before {
    top: 0;
    width: 100%;
    animation: backgroundPulse 12s infinite alternate ease-in-out;
    content: "";
    position: absolute;
    left: 0;
    z-index: 0;
    background: 
        radial-gradient(circle at 15% 15%, rgb(193,191,208,0.5) 0%, transparent 50%),
        radial-gradient(circle at 85% 85%, rgb(154,152,173,0.5) 0%, transparent 50%);
    height: 100%;
    opacity: 0.25;
}.thxField::after {
    z-index: 0;
    width: 40%;
    background: rgb(193,191,208,0.5);
    filter: blur(120px);
    right: -10%;
    position: absolute;
    height: 40%;
    animation: floatElement 15s infinite alternate ease-in-out;
    content: "";
    opacity: 0.2;
    top: -10%;
}.thxField .container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}.thxField h2 {
    position: relative;
    font-family: Arial, sans-serif;
    line-height: 1.3;
    max-width: 90%;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 3rem;
    color: #000000;
    transform: perspective(1000px) rotateX(2deg);
    padding-bottom: 1.5rem;
}.thxField h2::after {
    height: 4px;
    content: "";
    width: 120px;
    background: linear-gradient(90deg, rgb(193,191,208) 0%, rgb(154,152,173) 100%);
    transition: width 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transform-origin: left center;
    bottom: 0;
    position: absolute;
    left: 0;
}.thxField h2:hover::after {
    width: 180px;
}.thxField .mastery-zone {
    position: relative;
    transform: perspective(1000px) rotateY(-1deg);
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    border-radius: 0 10px 10px 0;
    box-shadow: 
        0 10px 30px -15px rgba(0, 0, 0, 0.5),
        0 2px 5px rgba(0,0,0,0.05);
    padding: 2.5rem;
    border-left: 4px solid rgb(193,191,208);
}.thxField .mastery-zone:hover {
    transform: perspective(1000px) rotateY(0);
}.thxField .mastery-zone::before {
    top: 0;
    left: 0;
    content: "";
    z-index: 0;
    position: absolute;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(154,152,173,0.5) 49.5%, rgb(154,152,173,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(154,152,173,0.5) 49.5%, rgb(154,152,173,0.5) 50.5%, transparent 50.5%);
    opacity: 0.05;
    height: 100%;
    width: 100%;
    pointer-events: none;
    background-size: 40px 40px;
}.thxField ul {
    z-index: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}.thxField li {
    padding-left: 2rem;
    position: relative;
}.thxField li::before {
    content: "";
    top: 0.5rem;
    width: 12px;
    left: 0;
    height: 12px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    background: rgb(193,191,208);
    position: absolute;
    animation: rotateDiamond 8s infinite linear;
}.thxField span {
    display: block;
    font-size: 14px;
    line-height: 1.8;
    position: relative;
    color: #000000;
    font-family: Arial, sans-serif;
}.thxField span::after {
    bottom: -15px;
    background: linear-gradient(90deg, transparent, rgb(154,152,173,0.5));
    width: 60px;
    right: 0;
    position: absolute;
    content: "";
    height: 4px;
}

@keyframes backgroundPulse {
    0% {
        opacity: 0.2;
        transform: scale(1);
    }
    100% {
        opacity: 0.35;
        transform: scale(1.1);
    }
}

@keyframes floatElement {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(-20px, 20px) rotate(3deg);
    }
    100% {
        transform: translate(20px, -20px) rotate(-3deg);
    }
}

@keyframes rotateDiamond {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 991px) {.thxField {
    padding: 5rem 0;
}.thxField h2 {
    max-width: 100%;
    font-size: calc(28px * 0.9);
    margin-bottom: 2rem;
}.thxField .mastery-zone {
    padding: 2rem;
}
}

@media (max-width: 767px) {.thxField {
    padding: 4rem 0;
}.thxField h2 {
    margin-bottom: 1.5rem;
    transform: perspective(1000px) rotateX(1deg);
    font-size: calc(28px * 0.8);
}.thxField .mastery-zone {
    transform: perspective(1000px) rotateY(-0.5deg);
    padding: 1.5rem;
}.thxField li {
    padding-left: 1.5rem;
}.thxField li::before {
    top: 0.4rem;
    width: 10px;
    height: 10px;
}
}

@media (max-width: 575px) {.thxField {
    padding: 3rem 0;
}.thxField h2 {
    font-size: calc(28px * 0.7);
    transform: none;
}.thxField h2::after {
    width: 80px;
    height: 3px;
}.thxField h2:hover::after {
    width: 120px;
}.thxField .mastery-zone {
    transform: none;
    padding: 1.25rem;
    border-left-width: 3px;
}.thxField span {
    line-height: 1.7;
    font-size: calc(14px * 0.95);
}.thxField span::after {
    height: 3px;
    width: 40px;
    bottom: -10px;
}}.welcome-section {
    overflow: hidden;
    padding: 2rem;
    position: relative;
    min-height: 100vh;
    display: flex;
    background: linear-gradient(135deg, rgb(226,225,233) 0%, rgb(154,152,173,0.5) 100%);
    justify-content: center;
    align-items: center;
}.welcome-section::before {
    content: "";
    top: 0;
    width: 100%;
    left: 0;
    z-index: 0;
    height: 100%;
    position: absolute;
    background: 
    radial-gradient(circle at 20% 30%, rgb(193,191,208,0.5) 0%, transparent 30%),
    radial-gradient(circle at 80% 70%, rgb(154,152,173,0.5) 0%, transparent 40%);
    opacity: 0.4;
}.welcome-section::after {
    pointer-events: none;
    position: absolute;
    height: 40%;
    width: 40%;
    background: rgb(193,191,208);
    opacity: 0.05;
    content: "";
    top: -5%;
    animation: floatElement 15s ease-in-out infinite;
    transform: rotate(-15deg) skew(20deg);
    right: -5%;
}.welcome-section .main-front {
    z-index: 1;
    gap: 3rem;
    position: relative;
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
    max-width: 1200px;
    transform: translateY(-2%);
}.welcome-section .main-front > div:first-child {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.6s ease;
    backface-visibility: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 0 8px 16px rgba(0, 0, 0, 0.06);
    position: relative;
    background: #ffffff;
    padding: 2rem;
    transform: perspective(1000px) rotateX(2deg);
}.welcome-section .main-front > div:first-child:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1), 0 12px 24px rgba(0, 0, 0, 0.08);
}.welcome-section .main-front > div:first-child::before {
    background: linear-gradient(to bottom, rgb(193,191,208), rgb(154,152,173));
    height: 100%;
    top: 0;
    position: absolute;
    width: 4px;
    content: "";
    left: 0;
}.welcome-section h3 {
    color: #000000;
    position: relative;
    padding-left: 1rem;
    margin: 0;
    font-weight: 600;
    font-size: calc(18px - 0.1rem);
    line-height: 1.5;
    font-family: Arial, sans-serif;
}.welcome-section .pedagogy-way {
    padding: 3rem 2rem;
    position: relative;
    transform: perspective(800px) rotateY(-2deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.7s ease;
    overflow: hidden;
    background: linear-gradient(145deg, #ffffff 0%, rgb(226,225,233) 100%);
}.welcome-section .pedagogy-way:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.18);
    transform: perspective(800px) rotateY(0deg) translateY(-10px);
}.welcome-section .pedagogy-way::before {
    bottom: -15px;
    opacity: 0.1;
    animation: pulse 8s ease-in-out infinite alternate;
    z-index: -1;
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    height: 50%;
    background: rgb(154,152,173,0.5);
    right: -15px;
    width: 50%;
    content: "";
}.welcome-section h1 {
    transform: translateX(-5px);
    -webkit-background-clip: text !important;
    margin: 0 0 2rem;
    font-weight: 700;
    text-fill-color: transparent;
    transition: transform 0.5s ease;
    font-size: 39px;
    -webkit-text-fill-color: transparent;
    line-height: 1.2;
    color: rgb(193,191,208);
    background: linear-gradient(135deg, rgb(193,191,208) 0%, rgb(154,152,173) 100%);
    background-clip: text !important;
}.welcome-section .pedagogy-way:hover h1 {
    transform: translateX(0);
}.welcome-section .pedagogy-way > div {
    overflow: hidden;
    border-radius: 10px;
    padding: 2rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    transform: translateY(0);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.6s ease;
    position: relative;
}.welcome-section .pedagogy-way > div::before {
    backdrop-filter: blur(2px);
    top: 0;
    content: "";
    left: 0;
    height: 100%;
    position: absolute;
    transition: backdrop-filter 0.5s ease;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    z-index: 0;
}.welcome-section .pedagogy-way:hover > div {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transform: translateY(5px);
}.welcome-section .pedagogy-way:hover > div::before {
    backdrop-filter: blur(0px);
}.welcome-section p {
    transition: transform 0.5s ease, text-shadow 0.5s ease;
    z-index: 1;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    position: relative;
    font-size: calc(13px + 0.1rem);
    line-height: 1.6;
    margin: 0;
    color: #ffffff;
    transform: translateY(0);
    padding: 0;
    font-weight: 600;
}.welcome-section .pedagogy-way:hover p {
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    transform: translateY(-3px);
}

@keyframes floatElement {
  0%, 100% { transform: rotate(-15deg) skew(20deg) translate(0, 0); }
  50% { transform: rotate(-13deg) skew(18deg) translate(-15px, 15px); }
}

@keyframes pulse {
  0%, 100% { opacity: 0.05; }
  50% { opacity: 0.15; }
}

@media (min-width: 768px) {.welcome-section {
    padding: 3rem;
}.welcome-section .main-front {
    gap: 2rem;
    grid-template-columns: 1fr 1.2fr;
}.welcome-section .main-front > div:first-child {
    margin-top: 4rem;
}.welcome-section h3 {
    font-size: 18px;
}.welcome-section h1 {
    font-size: calc(39px + 0.2rem);
}.welcome-section .pedagogy-way {
    padding: 4rem 3rem;
}.welcome-section .pedagogy-way > div {
    padding: 3rem;
}.welcome-section p {
    font-size: calc(13px + 0.2rem);
}
}

@media (min-width: 992px) {.welcome-section {
    padding: 0;
}.welcome-section .main-front {
    grid-template-columns: 1fr 1.5fr;
    gap: 3rem;
}.welcome-section .main-front > div:first-child {
    margin-top: 6rem;
    padding: 3rem;
}.welcome-section h3 {
    font-size: calc(18px + 0.1rem);
}.welcome-section h1 {
    font-size: calc(39px + 0.5rem);
    margin-bottom: 3rem;
}.welcome-section .pedagogy-way {
    padding: 5rem 4rem;
}.welcome-section p {
    font-size: calc(13px + 0.3rem);
}
}

@media (max-width: 767px) {.welcome-section {
    padding: 1.5rem;
}.welcome-section .main-front {
    gap: 2rem;
}.welcome-section .main-front > div:first-child {
    padding: 1.5rem;
}.welcome-section h3 {
    font-size: calc(18px - 0.2rem);
}.welcome-section h1 {
    font-size: calc(39px - 0.2rem);
    margin-bottom: 1.5rem;
}.welcome-section .pedagogy-way {
    padding: 2rem 1.5rem;
}.welcome-section .pedagogy-way > div {
    padding: 1.5rem;
}.welcome-section p {
    font-size: 13px;
}}.program-structure {
    background: linear-gradient(135deg, rgb(226,225,233) 0%, rgb(226,225,233) 60%, rgba(rgb(193,191,208,0.5), 0.1) 100%);
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}.program-structure::before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: 
    radial-gradient(circle at 20% 30%, rgba(rgb(193,191,208,0.5), 0.08) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(rgb(154,152,173,0.5), 0.06) 0%, transparent 40%);
    top: 0;
    z-index: 0;
    left: 0;
    content: "";
}.program-structure .container {
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
}.program-structure .training-plan {
    position: relative;
    gap: 40px;
    grid-template-columns: 1fr;
    display: grid;
}.program-structure .image-list {
    height: 350px;
    transform: perspective(1000px) rotateY(-2deg);
    position: relative;
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.7s ease;
    box-shadow: 0 25px 50px -12px rgba(rgba(0, 0, 0, 0.5), 0.25);
    clip-path: polygon(0 0, 100% 5%, 95% 100%, 5% 95%);
}.program-structure .image-list::after {
    position: absolute;
    content: '';
    z-index: 1;
    inset: 0;
    background: linear-gradient(135deg, rgba(rgb(193,191,208,0.5), 0.2) 0%, transparent 70%);
}.program-structure .text-pod {
    position: relative;
    box-shadow: 0 15px 30px -10px rgba(rgba(0, 0, 0, 0.5), 0.1);
    padding: 30px;
    background: #ffffff;
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.7s ease;
    transform: perspective(1000px) rotateY(1deg) translateZ(0);
}.program-structure .text-pod::before {
    width: 5px;
    position: absolute;
    transition: transform 0.5s ease;
    left: 0;
    content: '';
    height: 100%;
    top: 0;
    transform: scaleY(0.95);
    background: linear-gradient(to bottom, rgb(193,191,208), rgb(154,152,173));
}.program-structure h3 {
    font-weight: 700;
    transform: translateZ(0);
    font-size: calc(22px * 1.1);
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    position: relative;
    color: #000000;
    padding-bottom: 15px;
}.program-structure h3::after {
    width: 60px;
    background: rgb(193,191,208);
    height: 3px;
    left: 0;
    bottom: 0;
    content: '';
    transition: width 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    position: absolute;
}.program-structure .description {
    font-size: 18px;
    font-family: Arial, sans-serif;
    margin: 0 0 20px;
    color: #000000;
    opacity: 0.9;
    transition: opacity 0.3s ease;
    line-height: 1.7;
    font-weight: 400;
}.program-structure p.description {
    display: block;
}.program-structure span.description {
    display: none;
}.program-structure .text-pod:hover {
    box-shadow: 0 20px 40px -15px rgba(rgba(0, 0, 0, 0.5), 0.15);
    transform: perspective(1000px) rotateY(0) translateZ(10px);
}.program-structure .text-pod:hover h3::after {
    width: 100px;
}.program-structure .text-pod:hover::before {
    transform: scaleY(1);
}.program-structure .image-list:hover {
    transform: perspective(1000px) rotateY(0) translateZ(10px);
    box-shadow: 0 30px 60px -15px rgba(rgba(0, 0, 0, 0.5), 0.3);
}

@media (min-width: 768px) {.program-structure .training-plan {
    grid-template-columns: 45% 55%;
    align-items: center;
}.program-structure .image-list {
    height: 500px;
    clip-path: polygon(0 0, 100% 5%, 95% 100%, 5% 95%);
}.program-structure .text-pod {
    z-index: 2;
    margin-left: -80px;
    padding: 50px 50px 50px 80px;
}.program-structure h3 {
    font-size: 22px;
}
}

@media (min-width: 992px) {.program-structure {
    padding: 120px 0;
}.program-structure .training-plan {
    gap: 60px;
}.program-structure .image-list {
    transform: perspective(1000px) rotateY(-3deg);
    height: 550px;
}.program-structure .text-pod {
    padding: 60px 60px 60px 120px;
    margin-left: -120px;
    transform: perspective(1000px) rotateY(2deg) translateZ(0);
}.program-structure h3 {
    margin-bottom: 30px;
    font-size: calc(22px * 1.2);
}
}

@media (min-width: 1200px) {.program-structure .image-list {
    height: 600px;
}.program-structure .text-pod {
    margin-left: -150px;
}.program-structure h3 {
    font-size: calc(22px * 1.3);
}
}

@media (max-width: 767px) {.program-structure {
    padding: 70px 0;
}.program-structure .image-list {
    height: 250px;
    margin-bottom: -20px;
}.program-structure .text-pod {
    padding: 25px;
}.program-structure h3 {
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: calc(22px * 0.9);
}.program-structure .description {
    font-size: calc(18px * 0.95);
    line-height: 1.6;
}
}

@media (prefers-reduced-motion: reduce) {.program-structure .image-list,
  .program-structure .text-pod,
  .program-structure h3::after,
  .program-structure .text-pod::before {
    transition: none;
    transform: none;
}}.our-background {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    z-index: 1;
}.our-background::before {
    left: 0;
    backdrop-filter: blur(5px);
    top: 0;
    position: absolute;
    content: "";
    background: linear-gradient(135deg, 
        rgb(193,191,208,0.5) 0%, 
        rgba(255, 255, 255, 0.85) 55%, 
        rgb(154,152,173,0.5) 100%);
    width: 100%;
    height: 100%;
    z-index: -1;
}.our-background .container {
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
}.our-background .text-pod {
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    padding: 40px;
    background: linear-gradient(to right bottom, 
        rgba(255, 255, 255, 0.9), 
        rgba(255, 255, 255, 0.7));
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.1),
        -10px -10px 30px rgba(255, 255, 255, 0.8),
        inset 5px 5px 10px rgba(255, 255, 255, 0.5),
        inset -5px -5px 15px rgba(0, 0, 0, 0.05);
}.our-background .text-pod:hover {
    box-shadow: 
        25px 25px 50px rgba(0, 0, 0, 0.15),
        -15px -15px 35px rgba(255, 255, 255, 0.9),
        inset 3px 3px 8px rgba(255, 255, 255, 0.6),
        inset -3px -3px 8px rgba(0, 0, 0, 0.03);
    transform: perspective(1000px) rotateX(0deg);
}.our-background h1 {
    font-size: 41px;
    color: rgb(193,191,208);
    margin-bottom: 30px;
    font-weight: 700;
    transition: transform 0.4s ease-out;
    transform: translateZ(30px);
    position: relative;
    display: inline-block;
}.our-background h1::after {
    position: absolute;
    background: linear-gradient(90deg, rgb(193,191,208), transparent);
    left: 0;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform-origin: left;
    transform: scaleX(1);
    content: "";
    bottom: -10px;
    height: 4px;
    width: 60%;
}.our-background .text-pod:hover h1::after {
    transform: scaleX(1.5);
}.our-background ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.our-background li {
    transform: translateY(20px);
    opacity: 0;
    margin-bottom: 15px;
    animation: fadeIn 0.8s ease-out forwards;
}.our-background li:nth-child(1) {
    animation-delay: 0.3s;
}.our-background li:nth-child(2) {
    animation-delay: 0.5s;
}.our-background h4 {
    display: inline-block;
    font-weight: 600;
    margin-bottom: 15px;
    color: rgb(154,152,173);
    font-size: calc(20px * 1.2);
    position: relative;
    padding-left: 15px;
}.our-background h4::before {
    position: absolute;
    top: 50%;
    width: 8px;
    transform: translateY(-50%) rotate(45deg);
    background: rgb(193,191,208);
    content: "";
    left: 0;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1),
                -2px -2px 4px rgba(255, 255, 255, 0.8);
    height: 8px;
}.our-background span {
    text-align: justify;
    display: block;
    position: relative;
    line-height: 1.7;
    column-gap: 40px;
    padding: 5px 0;
    font-size: 15px;
    font-weight: 400;
    color: #000000;
    column-count: 2;
}.our-background span::first-letter {
    font-size: 1.5em;
    color: rgb(193,191,208);
    font-weight: 700;
}

@media (max-width: 992px) {.our-background {
    padding: 80px 0;
}.our-background .text-pod {
    transform: perspective(800px) rotateX(1deg);
    padding: 30px;
}.our-background h1 {
    font-size: calc(41px * 0.9);
}.our-background span {
    column-count: 1;
}
}

@media (max-width: 768px) {.our-background {
    padding: 60px 0;
}.our-background .text-pod {
    padding: 25px;
    box-shadow: 
            15px 15px 30px rgba(0, 0, 0, 0.1),
            -8px -8px 20px rgba(255, 255, 255, 0.8),
            inset 3px 3px 8px rgba(255, 255, 255, 0.5),
            inset -3px -3px 10px rgba(0, 0, 0, 0.05);
    transform: perspective(600px) rotateX(0.5deg);
}.our-background h1 {
    font-size: calc(41px * 0.8);
    margin-bottom: 20px;
}.our-background h4 {
    font-size: 20px;
}.our-background span {
    line-height: 1.6;
    font-size: calc(15px * 0.95);
}
}

@media (max-width: 576px) {.our-background {
    padding: 40px 0;
}.our-background .text-pod {
    padding: 20px;
    box-shadow: 
            10px 10px 20px rgba(0, 0, 0, 0.1),
            -5px -5px 15px rgba(255, 255, 255, 0.8),
            inset 2px 2px 5px rgba(255, 255, 255, 0.5),
            inset -2px -2px 5px rgba(0, 0, 0, 0.05);
    transform: none;
}.our-background h1 {
    font-size: calc(41px * 0.7);
    margin-bottom: 15px;
}.our-background h1::after {
    height: 3px;
}.our-background h4 {
    font-size: calc(20px * 0.9);
    margin-bottom: 10px;
}.our-background span {
    line-height: 1.5;
    font-size: calc(15px * 0.9);
}}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}.reach-outR52TH {
    padding: 100px 0;
    position: relative;
    z-index: 1;
}.reach-outR52TH::before {
    inset: 0;
    background-color: rgb(226,225,233);
    z-index: -1;
    position: absolute;
    content: '';
    opacity: 0.9;
}.reach-outR52TH .container {
    max-width: 1280px;
    padding: 0 20px;
    margin: 0 auto;
}.reach-outR52TH .help-grid {
    flex-direction: column;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    display: flex;
    position: relative;
    border-radius: 19px;
    background: #ffffff;
}.reach-outR52TH .support-support {
    padding: 0;
    background: rgb(154,152,173);
    position: relative;
}.reach-outR52TH .support-support h3 {
    font-weight: 700;
    font-size: 36px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px;
    text-align: center;
    margin: 0;
    color: #ffffff;
    background: rgb(154,152,173);
}.reach-outR52TH .support-support div {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    padding: 20px 40px;
    transition: background-color 0.3s ease;
    position: relative;
    justify-content: flex-start;
    align-items: center;
}.reach-outR52TH .support-support div:hover {
    background-color: rgb(193,191,208);
}.reach-outR52TH .support-support div:last-child {
    border-bottom: none;
}.reach-outR52TH .support-support div svg {
    margin-right: 20px;
    height: 24px;
    flex-shrink: 0;
    width: 24px;
}.reach-outR52TH .support-support div svg path {
    fill: #ffffff;
}.reach-outR52TH .support-support div span {
    font-size: 18px;
    color: #ffffff;
}.reach-outR52TH .support-support div span a {
    color: #ffffff;
    transition: opacity 0.3s ease;
    text-decoration: none;
}.reach-outR52TH .support-support div span a:hover {
    opacity: 0.8;
}.reach-outR52TH .support-map {
    background-color: #ffffff;
    padding: 50px;
}.reach-outR52TH .support-map h3 {
    position: relative;
    font-weight: 700;
    color: #000000;
    margin-bottom: 30px;
    font-size: 23px;
    text-align: center;
}.reach-outR52TH .support-map h3::after {
    background-color: rgb(154,152,173);
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    height: 3px;
    position: absolute;
    width: 80px;
    content: '';
}.reach-outR52TH .support-map form {
    width: 100%;
}.reach-outR52TH .support-map input[type="text"],
.reach-outR52TH .support-map input[type="email"] {
    padding: 0 20px;
    margin-bottom: 25px;
    border-bottom: 2px solid rgb(226,225,233);
    color: #000000;
    font-size: 18px;
    border-radius: 0;
    transition: border-color 0.3s ease;
    background-color: #ffffff;
    width: 100%;
    border: none;
    height: 55px;
}.reach-outR52TH .support-map input[type="text"]:focus,
.reach-outR52TH .support-map input[type="email"]:focus {
    outline: none;
    border-color: rgb(154,152,173);
}.reach-outR52TH .support-map input::placeholder {
    color: #000000;
    opacity: 0.6;
}.reach-outR52TH .support-map .feedback-box {
    position: relative;
    align-items: flex-start;
    margin-bottom: 25px;
    display: flex;
}.reach-outR52TH .support-map .feedback-box input[type="checkbox"] {
    cursor: pointer;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    appearance: none;
    width: 22px;
    margin-right: 10px;
    border: 2px solid rgb(226,225,233);
    position: relative;
    margin-top: 2px;
    height: 22px;
    -webkit-appearance: none;
    flex-shrink: 0;
}.reach-outR52TH .support-map .feedback-box input[type="checkbox"]:checked {
    border-color: rgb(154,152,173);
    background-color: rgb(154,152,173);
}.reach-outR52TH .support-map .feedback-box input[type="checkbox"]:checked::before {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    color: #ffffff;
    left: 50%;
    font-size: 14px;
    content: '✓';
}.reach-outR52TH .support-map .feedback-box label {
    font-size: 13px;
    color: #000000;
    line-height: 1.6;
}.reach-outR52TH .support-map .feedback-box label a {
    color: rgb(154,152,173);
    transition: color 0.3s ease;
    text-decoration: none;
}.reach-outR52TH .support-map .feedback-box label a:hover {
    color: rgb(193,191,208);
}.reach-outR52TH .support-map .contact-request {
    font-weight: 600;
    transition: background-color 0.3s ease;
    width: 100%;
    color: #ffffff;
    position: relative;
    border: none;
    cursor: pointer;
    border-radius: 0;
    height: 55px;
    background-color: rgb(154,152,173);
    font-size: 17px;
    overflow: hidden;
}.reach-outR52TH .support-map .contact-request::before {
    content: '';
    left: -100%;
    height: 100%;
    transition: left 0.7s ease;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    position: absolute;
    width: 100%;
    top: 0;
}.reach-outR52TH .support-map .contact-request:hover {
    background-color: rgb(193,191,208);
}.reach-outR52TH .support-map .contact-request:hover::before {
    left: 100%;
}

@media screen and (min-width: 992px) {.reach-outR52TH .help-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}.reach-outR52TH .support-support {
    border-radius: 0 19px 19px 0;
    flex-direction: column;
    display: flex;
}.reach-outR52TH .support-map {
    display: flex;
    border-radius: 19px 0 0 19px;
    flex-direction: column;
    justify-content: center;
}.reach-outR52TH .support-support h3 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-align: left;
    padding: 40px 30px;
}.reach-outR52TH .support-support div {
    flex: 1;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    justify-content: flex-start;
}.reach-outR52TH .support-support div:last-child {
    border-bottom: none;
}
}

@media screen and (min-width: 768px) and (max-width: 991px) {.reach-outR52TH .support-support {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}.reach-outR52TH .support-support h3 {
    grid-column: 1 / -1;
}.reach-outR52TH .support-support div {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}.reach-outR52TH .support-support div:nth-child(2n) {
    border-right: none;
}.reach-outR52TH .support-support div:nth-last-child(1),
    .reach-outR52TH .support-support div:nth-last-child(2) {
    border-bottom: none;
}
}

@media screen and (max-width: 767px) {.reach-outR52TH {
    padding: 60px 0;
}.reach-outR52TH .support-map {
    padding: 40px 25px;
}.reach-outR52TH .support-support h3 {
    padding: 25px 20px;
    font-size: calc(23px + 2px);
}.reach-outR52TH .support-support div {
    padding: 15px 25px;
}
}

@media screen and (max-width: 480px) {.reach-outR52TH {
    padding: 40px 0;
}.reach-outR52TH .support-map {
    padding: 30px 20px;
}.reach-outR52TH .support-map h3 {
    font-size: 23px;
}.reach-outR52TH .support-support h3 {
    padding: 20px 15px;
    font-size: 23px;
}.reach-outR52TH .support-support div {
    padding: 15px 20px;
}.reach-outR52TH .support-support div svg {
    height: 20px;
    margin-right: 15px;
    width: 20px;
}}.newsletter {
    background: rgb(226,225,233);
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    padding: 4rem 3rem;
    border-radius: 13px;
}.newsletter::before {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    background-size: 100px 100px;
    opacity: 0.08;
    animation: bg-shift 30s linear infinite;
    background: 
        linear-gradient(135deg, transparent 25%, rgb(193,191,208,0.5) 25%, rgb(193,191,208,0.5) 50%, transparent 50%),
        linear-gradient(45deg, rgb(154,152,173,0.5) 25%, transparent 25%, transparent 50%, rgb(154,152,173,0.5) 50%);
    position: absolute;
    content: "";
}.newsletter::after {
    filter: blur(15px);
    width: 40%;
    height: 50%;
    position: absolute;
    right: 0;
    background: radial-gradient(circle at bottom right, rgb(193,191,208,0.5), transparent 70%);
    content: "";
    bottom: 0;
    opacity: 0.2;
    z-index: 1;
}.newsletter .mastery-zone {
    grid-gap: 2rem;
    z-index: 2;
    position: relative;
    grid-template-columns: repeat(12, 1fr);
    display: grid;
}.newsletter p {
    line-height: 1.6;
    font-weight: 700;
    grid-column: 1 / span 5;
    position: relative;
    font-size: 19px;
    padding-top: 1.5rem;
    color: #000000;
    grid-row: 1;
    font-family: Arial, sans-serif;
}.newsletter p::before {
    background: linear-gradient(to right, rgb(193,191,208), rgb(154,152,173));
    border-radius: 10px;
    width: 60px;
    top: 0;
    content: "";
    position: absolute;
    left: 0;
    height: 4px;
}.newsletter .input_holder {
    grid-row: 1;
    flex-direction: column;
    gap: 1rem;
    display: flex;
    position: relative;
    grid-column: 7 / span 6;
}.newsletter .input_holder::before {
    border-radius: 10px;
    opacity: 0.7;
    content: "";
    left: -30px;
    width: calc(100% + 60px);
    background: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0.1),
        rgba(255, 255, 255, 0.05)
    );
    height: calc(100% + 20px);
    position: absolute;
    z-index: -1;
    transition: all 0.3s ease;
    top: -10px;
}.newsletter .input_holder:hover::before {
    background: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0.2),
        rgba(255, 255, 255, 0.1)
    );
}.newsletter .sub-url {
    font-family: Arial, sans-serif;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    background: #ffffff;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 14px;
    border-radius: 10px;
    color: #000000;
    padding: 1.2rem 1.5rem;
}.newsletter .sub-url:focus {
    outline: none;
    border-color: rgb(193,191,208,0.5);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}.newsletter .sub-url::placeholder {
    color: #000000;
    opacity: 0.6;
}.newsletter .begin-learning {
    z-index: 1;
    position: relative;
    font-size: 15px;
    padding: 1.2rem 2rem;
    font-family: Arial, sans-serif;
    border: none;
    align-self: flex-end;
    transition: all 0.3s ease;
    background: rgb(193,191,208);
    border-radius: 10px;
    color: #ffffff;
    font-weight: 600;
    min-width: 150px;
    overflow: hidden;
    cursor: pointer;
}.newsletter .begin-learning::before {
    left: 0;
    background: rgb(154,152,173);
    top: 0;
    transform: translateX(-100%);
    position: absolute;
    transition: transform 0.5s ease;
    width: 100%;
    z-index: -1;
    height: 100%;
    content: "";
}.newsletter .begin-learning:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}.newsletter .begin-learning:hover::before {
    transform: translateX(0);
}

@keyframes bg-shift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@media (max-width: 768px) {.newsletter {
    padding: 3rem 1.5rem;
}.newsletter .mastery-zone {
    grid-gap: 1.5rem;
    grid-template-columns: 1fr;
}.newsletter p {
    grid-row: 1;
    grid-column: 1;
    font-size: 21px;
}.newsletter .input_holder {
    grid-row: 2;
    grid-column: 1;
}.newsletter .begin-learning {
    min-width: auto;
    align-self: stretch;
    width: 100%;
}}.future-members {
    padding: 120px 0;
    overflow: hidden;
    background: #f9f9f9;
    position: relative;
}.future-members::before {
    position: absolute;
    background-color: rgb(193,191,208,0.5);
    left: 50%;
    content: '';
    z-index: 1;
    top: 0;
    width: 6px;
    transform: translateX(-50%);
    bottom: 0;
}.future-members .mastery-zone {
    text-align: center;
    padding: 0 30px;
    margin: 0 auto;
    max-width: 1000px;
    position: relative;
    z-index: 10;
}.future-members h3 {
    color: #000000;
    padding: 0 30px;
    font-size: 34px;
    border: 3px solid rgb(193,191,208,0.5);
    margin-bottom: 80px;
    display: inline-block;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-radius: 50px;
    font-weight: 700;
    position: relative;
    background-color: #f9f9f9;
}.future-members ul {
    gap: 50px;
    list-style: none;
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 0;
    position: relative;
    padding: 0;
}.future-members ul li {
    width: 100%;
    gap: 20px;
    border-radius: 20px;
    position: relative;
    display: flex;
    align-items: center;
    z-index: 2;
    text-align: left;
    padding: 30px;
    background-color: #ffffff;
    max-width: 500px;
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}.future-members ul li::before {
    z-index: 5;
    border: 6px solid rgb(193,191,208,0.5);
    background-color: #ffffff;
    height: 50px;
    content: '';
    transform: translateX(-50%);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    width: 50px;
    top: -25px;
    position: absolute;
    left: 50%;
    transition: all 0.4s ease;
}.future-members ul li:nth-child(even) {
    text-align: right;
    flex-direction: row-reverse;
}.future-members ul li:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.future-members ul li:hover::before {
    border-color: #ffffff;
    background-color: rgb(193,191,208,0.5);
}.future-members ul li svg {
    background-color: rgb(193,191,208,0.5);
    width: 60px;
    flex-shrink: 0;
    transition: all 0.4s ease;
    height: 60px;
    padding: 12px;
    border-radius: 50%;
}.future-members ul li:hover svg {
    transform: rotate(360deg);
    background-color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.future-members ul li svg path {
    transition: fill 0.4s ease;
    fill: #ffffff;
}.future-members ul li:hover svg path {
    fill: rgb(193,191,208);
}@keyframes fadeInFromTop {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.future-members ul li {
    opacity: 0;
    animation: fadeInFromTop 0.6s ease forwards;
}.future-members ul li:nth-child(1) {
    animation-delay: 0.1s;
}.future-members ul li:nth-child(2) {
    animation-delay: 0.3s;
}.future-members ul li:nth-child(3) {
    animation-delay: 0.5s;
}.future-members ul li:nth-child(4) {
    animation-delay: 0.7s;
}.future-members ul li:nth-child(5) {
    animation-delay: 0.9s;
}.future-members ul li:nth-child(6) {
    animation-delay: 1.1s;
}

@media (max-width: 992px) {.future-members {
    padding: 90px 0;
}.future-members h3 {
    margin-bottom: 60px;
}.future-members ul {
    gap: 60px;
}.future-members ul li {
    padding: 25px;
}.future-members ul li svg {
    height: 50px;
    padding: 10px;
    width: 50px;
}
}

@media (max-width: 768px) {.future-members ul li,
    .future-members ul li:nth-child(even) {
    flex-direction: column;
    align-items: center;
    text-align: center;
}.future-members ul li::before {
    top: -30px;
}
}

@media (max-width: 576px) {.future-members {
    padding: 70px 0;
}.future-members h3 {
    margin-bottom: 50px;
    font-size: calc(34px * 0.85);
    padding: 0 20px;
}.future-members ul {
    gap: 50px;
}.future-members ul li {
    padding: 20px;
}.future-members ul li::before {
    width: 40px;
    height: 40px;
    top: -25px;
}.future-members ul li svg {
    height: 45px;
    width: 45px;
    padding: 8px;
}
}

@media (prefers-reduced-motion: reduce) {.future-members ul li {
    opacity: 1;
    animation: none;
}.future-members ul li:hover {
    transform: none;
}.future-members ul li:hover svg {
    transform: none;
}}.training-structure {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(226,225,233) 0%, rgba(240,240,255,0.9) 100%);
    position: relative;
    padding: 7rem 0;
}.training-structure::before {
    opacity: 0.6;
    transform: rotate(-15deg) skewX(15deg);
    animation: floatBackground 15s ease-in-out infinite alternate;
    height: 70%;
    position: absolute;
    right: -5%;
    filter: blur(20px);
    top: -10%;
    z-index: 1;
    width: 40%;
    content: "";
    background: linear-gradient(225deg, rgb(154,152,173,0.5) 0%, transparent 80%);
}.training-structure::after {
    opacity: 0.5;
    content: "";
    width: 35%;
    position: absolute;
    background: linear-gradient(45deg, rgb(193,191,208,0.5) 0%, transparent 70%);
    transform: rotate(10deg) skewX(-10deg);
    filter: blur(15px);
    z-index: 1;
    animation: floatBackground 18s ease-in-out infinite alternate-reverse;
    bottom: -5%;
    left: -2%;
    height: 60%;
}.training-structure .mastery-zone {
    padding: 0 2rem;
    transform-style: preserve-3d;
    position: relative;
    z-index: 2;
    perspective: 1000px;
    display: grid;
    margin: 0 auto;
    gap: 2.5rem;
    max-width: 1200px;
    grid-template-columns: 1fr;
}.training-structure h2 {
    font-size: 37px;
    position: relative;
    letter-spacing: -0.02em;
    padding-bottom: 1rem;
    transform: translateZ(20px);
    color: #000000;
    margin-bottom: 1.5rem;
    font-weight: 700;
}.training-structure h2::after {
    content: "";
    background: linear-gradient(90deg, rgb(193,191,208) 0%, rgb(154,152,173) 100%);
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    bottom: 0;
    left: 0;
    height: 4px;
    transform-origin: left;
    transform: scaleX(1);
    width: 120px;
}.training-structure:hover h2::after {
    transform: scaleX(1.5);
}.training-structure .text-pod {
    border-left: 3px solid rgb(154,152,173);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
    transform: translateZ(10px) translateY(0);
    background: rgba(255, 255, 255, 0.7);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    padding: 2.5rem;
    box-shadow: 
    0 10px 30px -10px rgba(0, 0, 0, 0.1), 
    0 1px 4px rgba(0, 0, 0, 0.05),
    20px 20px 60px -20px rgba(rgb(193,191,208,0.5), 0.1);
}.training-structure .text-pod:hover {
    box-shadow: 
    0 15px 40px -15px rgba(0, 0, 0, 0.15), 
    0 1px 6px rgba(0, 0, 0, 0.08),
    25px 25px 80px -25px rgba(rgb(193,191,208,0.5), 0.15);
    transform: translateZ(20px) translateY(-5px);
}.training-structure .text-pod::before {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    pointer-events: none;
    content: "";
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 50%);
}.training-structure p {
    font-size: 18px;
    color: #000000;
    margin: 0;
    position: relative;
    font-weight: 400;
    z-index: 2;
    line-height: 1.8;
    transition: transform 0.3s ease;
}.training-structure .text-pod:hover p {
    transform: translateY(2px);
}

@keyframes floatBackground {
  0% {
    transform: rotate(-15deg) skewX(15deg) translate(0, 0);
  }
  100% {
    transform: rotate(-15deg) skewX(15deg) translate(20px, 20px);
  }
}

@media (min-width: 768px) {.training-structure .mastery-zone {
    gap: 3rem;
    padding: 0 4rem;
    grid-template-columns: 1fr;
}.training-structure h2 {
    margin-bottom: 2rem;
    font-size: calc(37px * 1.1);
}.training-structure .text-pod {
    padding: 3rem;
}
}

@media (min-width: 992px) {.training-structure {
    padding: 9rem 0;
}.training-structure .mastery-zone {
    gap: 4rem;
    grid-template-columns: 1fr;
}.training-structure h2 {
    font-size: calc(37px * 1.2);
    margin-bottom: 2.5rem;
}.training-structure .text-pod {
    border-left-width: 4px;
    padding: 3.5rem 4rem;
}.training-structure p {
    line-height: 1.9;
    font-size: calc(18px * 1.05);
}
}

@media (min-width: 1200px) {.training-structure .mastery-zone {
    padding: 0 2rem;
}.training-structure h2 {
    font-size: calc(37px * 1.3);
}.training-structure .text-pod {
    max-width: 90%;
    margin: 0 auto;
}
}

@media (max-width: 767px) {.training-structure {
    padding: 5rem 0;
}.training-structure h2 {
    font-size: calc(37px * 0.9);
}.training-structure .text-pod {
    padding: 2rem;
}.training-structure p {
    font-size: calc(18px * 0.95);
    line-height: 1.7;
}
}

@media (hover: none) {.training-structure .text-pod {
    box-shadow: 
      0 10px 30px -10px rgba(0, 0, 0, 0.1), 
      0 1px 4px rgba(0, 0, 0, 0.05) !important;
    transform: none !important;
}.training-structure p {
    transform: none !important;
}.training-structure h2::after {
    transform: scaleX(1) !important;
}}.customer-experience {
    background: linear-gradient(135deg, rgb(226,225,233) 0%, rgb(154,152,173,0.5) 100%);
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
}.customer-experience::before {
    width: 45%;
    background: linear-gradient(45deg, rgb(193,191,208,0.5) 0%, rgb(154,152,173) 100%);
    filter: blur(35px);
    z-index: 0;
    right: -10%;
    transform: rotate(-15deg);
    animation: floatEffect 18s infinite alternate ease-in-out;
    content: "";
    height: 70%;
    top: -10%;
    opacity: 0.15;
    position: absolute;
}.customer-experience::after {
    background: linear-gradient(225deg, rgb(154,152,173) 0%, rgb(193,191,208,0.5) 100%);
    height: 60%;
    transform: rotate(12deg);
    width: 40%;
    bottom: -10%;
    position: absolute;
    z-index: 0;
    opacity: 0.12;
    content: "";
    left: -5%;
    filter: blur(25px);
    animation: floatEffect 15s infinite alternate-reverse ease-in-out;
}.customer-experience .container {
    position: relative;
    z-index: 2;
}.customer-experience h2 {
    margin-left: auto;
    text-align: center;
    position: relative;
    margin-bottom: 3.5rem;
    font-weight: 700;
    color: #000000;
    transform: perspective(1000px) rotateX(2deg);
    max-width: 80%;
    font-size: 31px;
    margin-right: auto;
}.customer-experience h2::after {
    bottom: -15px;
    left: 50%;
    position: absolute;
    content: "";
    width: 120px;
    background: linear-gradient(90deg, transparent, rgb(193,191,208), transparent);
    height: 4px;
    transform: translateX(-50%);
}.customer-experience .learn-ratings {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    list-style: none;
    gap: 2.5rem;
    margin: 0;
    padding: 0;
    perspective: 1000px;
}.customer-experience .feedback-story {
    padding: 1.75rem;
    transform: translateZ(0) scale(1);
    border-radius: 10px;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.8));
}.customer-experience .feedback-story::before {
    opacity: 0.1;
    pointer-events: none;
    position: absolute;
    font-size: 120px;
    top: -20px;
    content: "";
    font-family: serif;
    line-height: 1;
    color: rgb(193,191,208);
    right: 20px;
}.customer-experience .feedback-story:hover {
    box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.15);
    transform: translateZ(20px) scale(1.02);
}.customer-experience .feedback-story:nth-child(odd):hover {
    transform: translateZ(20px) scale(1.02) rotate(-0.5deg);
}.customer-experience .feedback-story:nth-child(even):hover {
    transform: translateZ(20px) scale(1.02) rotate(0.5deg);
}.customer-experience .feedback-story div {
    align-items: center;
    display: flex;
    margin-bottom: 1rem;
}.customer-experience .feedback-story img {
    width: 60px;
    border: 3px solid #ffffff;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    height: 60px;
}.customer-experience .feedback-story h4 {
    font-size: 21px;
    font-weight: 600;
    position: relative;
    color: #000000;
    margin-left: 1rem;
}.customer-experience .feedback-story h4::after {
    width: 0;
    height: 2px;
    content: "";
    position: absolute;
    background: rgb(193,191,208);
    transition: width 0.3s ease;
    bottom: -5px;
    left: 0;
}.customer-experience .feedback-story:hover h4::after {
    width: 70%;
}.customer-experience .feedback-story .description {
    font-weight: 400;
    z-index: 1;
    font-size: 13px;
    margin-top: 0.75rem;
    line-height: 1.6;
    color: #000000;
    position: relative;
}.customer-experience a {
    margin-right: auto;
    transition: all 0.3s ease;
    border-radius: 10px;
    margin-top: 3rem;
    padding: 0.8rem 2rem;
    font-weight: 600;
    z-index: 2;
    background: linear-gradient(135deg, rgb(193,191,208) 0%, rgb(154,152,173) 100%);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    margin-left: auto;
    text-decoration: none;
    position: relative;
    text-align: center;
    display: inline-block;
    transform: translateY(0);
    color: #ffffff;
    overflow: hidden;
}.customer-experience a::before {
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    transition: all 0.5s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    left: -100%;
}.customer-experience a:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}.customer-experience a:hover::before {
    left: 100%;
}

@keyframes floatEffect {
    0% {
        transform: rotate(-15deg) translate(0, 0);
    }
    50% {
        transform: rotate(-12deg) translate(-10px, 10px);
    }
    100% {
        transform: rotate(-18deg) translate(10px, -10px);
    }
}

@media (max-width: 991px) {.customer-experience {
    padding: 5rem 0;
}.customer-experience h2 {
    max-width: 90%;
    font-size: calc(31px * 0.9);
}.customer-experience .learn-ratings {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
}

@media (max-width: 768px) {.customer-experience {
    padding: 4rem 0;
}.customer-experience h2 {
    max-width: 100%;
    font-size: calc(31px * 0.8);
    transform: none;
}.customer-experience h2::after {
    width: 80px;
}.customer-experience .learn-ratings {
    max-width: 480px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.customer-experience .feedback-story {
    padding: 1.5rem;
}.customer-experience .feedback-story img {
    width: 50px;
    height: 50px;
}.customer-experience a {
    max-width: 480px;
    width: 100%;
    margin-top: 2rem;
}
}

@media (max-width: 480px) {.customer-experience {
    padding: 3rem 0;
}.customer-experience h2 {
    margin-bottom: 2.5rem;
    font-size: calc(31px * 0.7);
}.customer-experience .feedback-story {
    padding: 1.25rem;
}.customer-experience .feedback-story img {
    height: 45px;
    width: 45px;
}.customer-experience .feedback-story h4 {
    font-size: calc(21px * 0.9);
}.customer-experience .feedback-story .description {
    font-size: calc(13px * 0.95);
}}.education-history {
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(226,225,233) 0%, #ffffff 100%);
}.education-history::before {
    left: 0;
    z-index: 0;
    position: absolute;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(193,191,208,0.5) 49.5%, rgb(193,191,208,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(154,152,173,0.5) 49.5%, rgb(154,152,173,0.5) 50.5%, transparent 50.5%);
    background-size: 120px 120px;
    transform: perspective(1000px) rotateX(5deg);
    opacity: 0.1;
    content: "";
    width: 100%;
    top: 0;
    height: 100%;
}.education-history .container {
    perspective: 1000px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 1;
    transform-style: preserve-3d;
}.education-history .feedback-story {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    grid-gap: 2rem;
    display: grid;
    position: relative;
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateY(-2deg);
    padding: 3rem;
    background: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(0, 0, 0, 0.02);
}.education-history .feedback-story:hover {
    transform: perspective(1000px) rotateY(0deg);
}.education-history .feedback-story::before {
    transition: opacity 0.5s ease;
    opacity: 0;
    background: linear-gradient(135deg, rgb(193,191,208,0.5) 0%, rgb(154,152,173,0.5) 100%);
    top: -10px;
    left: -10px;
    bottom: -10px;
    position: absolute;
    right: -10px;
    content: "";
    z-index: -1;
    filter: blur(8px);
}.education-history .feedback-story:hover::before {
    opacity: 0.7;
}.education-history .feedback-story > div:nth-child(1) {
    grid-area: photo;
}.education-history .feedback-story > div:nth-child(2) {
    grid-area: info;
}.education-history .feedback-story > div:nth-child(3) {
    grid-area: quote;
}.education-history .image-list {
    overflow: hidden;
    transform: translateZ(30px);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    position: relative;
    height: 240px;
    width: 240px;
    clip-path: polygon(0% 15%, 15% 0%, 85% 0%, 100% 15%, 100% 85%, 85% 100%, 15% 100%, 0% 85%);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}.education-history .feedback-story:hover .image-list {
    transform: translateZ(50px) scale(1.05);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
}.education-history .image-list::after {
    content: "";
    opacity: 0.3;
    left: 0;
    top: 0;
    background: linear-gradient(135deg, rgb(193,191,208,0.5) 0%, transparent 100%);
    transition: opacity 0.4s ease;
    position: absolute;
    height: 100%;
    width: 100%;
}.education-history .feedback-story:hover .image-list::after {
    opacity: 0.5;
}.education-history .name {
    color: rgb(193,191,208);
    position: relative;
    font-size: calc(19px * 1.2);
    transition: transform 0.3s ease;
    margin: 0 0 0.5rem;
    transform: translateZ(15px);
    font-weight: 700;
}.education-history .name::after {
    transform: scaleX(0.7);
    transition: transform 0.4s ease-out;
    width: 60px;
    position: absolute;
    background: rgb(154,152,173);
    left: 0;
    content: "";
    height: 3px;
    bottom: -10px;
    transform-origin: left;
}.education-history .feedback-story:hover .name::after {
    transform: scaleX(1);
}.education-history .feedback-story > div:nth-child(2) > div {
    transform: translateZ(10px);
    position: relative;
    font-family: Arial, sans-serif;
    margin-top: 1.5rem;
    font-weight: 600;
    color: rgb(154,152,173);
    font-size: calc(16px * 1.1);
}.education-history .work-view {
    text-align: justify;
    font-size: 16px;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    position: relative;
    transform: translateZ(5px);
    color: #000000;
}.education-history .work-view::before {
    opacity: 0.2;
    color: rgb(193,191,208,0.5);
    transition: all 0.4s ease;
    transform: translateZ(5px);
    top: -3.5rem;
    font-family: Georgia, serif;
    position: absolute;
    content: "";
    font-size: 6rem;
    left: -1.5rem;
}.education-history .feedback-story:hover .work-view::before {
    transform: translateZ(15px) translateY(-10px);
    opacity: 0.4;
}

@media (min-width: 768px) {.education-history .feedback-story {
    padding: 4rem;
    grid-template-areas:
            "photo info"
            "quote quote";
    align-items: center;
    grid-template-columns: auto 1fr;
}.education-history .feedback-story > div:nth-child(2) {
    padding-left: 2rem;
}.education-history .work-view {
    margin-top: 2rem;
}
}

@media (min-width: 992px) {.education-history {
    padding: 8rem 0;
}.education-history .feedback-story {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
    grid-template-areas:
            "photo info"
            "photo quote";
    padding: 5rem;
}.education-history .work-view {
    margin-top: 0;
    padding-left: 2rem;
}.education-history .image-list {
    width: 280px;
    height: 280px;
}
}

@media (max-width: 767px) {.education-history .feedback-story {
    padding: 2rem;
    transform: perspective(1000px) rotateY(0deg);
    grid-template-areas:
            "image-list"
            "inquiry-box"
            "work-view";
}.education-history .image-list {
    width: 180px;
    margin: 0 auto;
    height: 180px;
}.education-history .name {
    text-align: center;
    margin-top: 1.5rem;
}.education-history .name::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0.7);
}.education-history .feedback-story:hover .name::after {
    transform: translateX(-50%) scaleX(1);
}.education-history .feedback-story > div:nth-child(2) > div {
    text-align: center;
    margin-top: 1rem;
}.education-history .work-view {
    text-align: left;
    margin-top: 1.5rem;
}}.privacy-redoubt {
    width: 100%;
    overflow: hidden;
    height: 100%;
    padding: 30px;
}.privacy-redoubt h1 {
    margin-bottom: 20px;
    margin-top: 30px;
}.privacy-redoubt h2 {
    margin-top: 25px;
    margin-bottom: 15px;
}.privacy-redoubt h3, .privacy-redoubt h4, .privacy-redoubt h5, .privacy-redoubt h6 {
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 1.2em;
}.privacy-redoubt ul, .privacy-redoubt ol {
    padding: 10px 0;
    padding-left: 0;
    list-style-position: inside;
}.privacy-redoubt li {
    margin-bottom: 10px;
}.privacy-redoubt section {
    background: none;
}.privacy-redoubt p, .privacy-redoubt span, .privacy-redoubt div {
    margin-bottom: 5px;
    line-height: 20px;
}
@media only screen and (max-width: 800px) {.privacy-redoubt {
    padding: 20px 0;
}}header {
    z-index: 100;
    background: rgb(226,225,233);
    padding: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    position: relative;
    margin-top: 0;
}header::before {
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgba(rgb(193,191,208), 0.03) 25%, 
        rgba(rgb(193,191,208), 0.05) 50%,
        rgba(rgb(193,191,208), 0.03) 75%,
        transparent 100%
    );
    width: 100%;
    pointer-events: none;
    content: '';
}header .main-mainbar {
    z-index: 2;
    padding: 1.2rem 2rem;
    position: relative;
    align-items: center;
    justify-content: space-between;
    display: flex;
}header .head-pagebar {
    max-width: 180px;
    position: relative;
    margin-right: 2rem;
    flex: 0 0 auto;
}header .top-skill {
    position: relative;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: block;
}header .top-skill:hover {
    transform: translateY(-3px);
}header .top-skill img {
    filter: brightness(1.03);
    display: block;
    max-width: 100%;
    height: auto;
}header .top-skill::before {
    border-radius: 10px;
    opacity: 0;
    width: 100%;
    content: '';
    transition: all 0.3s ease;
    left: 0;
    bottom: -15px;
    background: rgb(193,191,208);
    height: 10px;
    transform: scaleX(0.7);
    position: absolute;
}header .top-skill:hover::before {
    opacity: 0.7;
    transform: scaleX(1);
}header .top-navbar {
    position: relative;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
    padding: 0;
}header .top-navbar::after {
    background: linear-gradient(90deg, 
        transparent, 
        rgb(193,191,208,0.5), 
        transparent
    );
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -15px;
    left: 0;
    content: '';
}header .main-edu {
    position: relative;
    margin: 0;
}header .main-edu a {
    color: #000000;
    display: block;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    overflow: hidden;
    padding: 1rem 1.2rem;
    position: relative;
    transition: all 0.3s ease;
}header .main-edu a::before {
    bottom: 0;
    content: '';
    transform: translateX(-100%);
    height: 3px;
    width: 100%;
    position: absolute;
    left: 0;
    transition: transform 0.3s ease;
    background: rgb(193,191,208);
}header .main-edu a:hover {
    color: rgb(193,191,208);
}header .main-edu a:hover::before {
    transform: translateX(0);
}header .main-edu a::after {
    height: 100%;
    pointer-events: none;
    background: rgb(193,191,208,0.5);
    top: 0;
    transform: scale(0.8);
    border-radius: 10px;
    z-index: -1;
    content: '';
    left: 0;
    transition: all 0.3s ease;
    width: 100%;
    opacity: 0;
    position: absolute;
}header .main-edu a:hover::after {
    opacity: 0.15;
    transform: scale(1);
}header .main-mainbar::before {
    position: absolute;
    z-index: -1;
    content: '';
    right: 0;
    background: linear-gradient(-90deg, rgb(226,225,233), transparent);
    height: 100%;
    top: 0;
    width: 30%;
}header .main-mainbar::after {
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(226,225,233), transparent);
    content: '';
    width: 30%;
    z-index: -1;
    top: 0;
    height: 100%;
}header .site-nav {
    position: relative;
    background: #ffffff;
    padding-top: 2rem;
    z-index: 1;
}

@media (min-width: 1400px) {header .main-mainbar {
    margin: 0 auto;
    max-width: 1300px;
}header .main-edu a {
    padding: 1rem 1.5rem;
}
}

@media (max-width: 991px) {header .main-mainbar {
    flex-direction: row;
    padding: 1rem;
    flex-wrap: wrap;
    justify-content: space-between;
}header .head-pagebar {
    margin-bottom: 0;
    margin-right: 0;
}header .top-navbar {
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: 0;
    flex-basis: 100%;
    padding-top: 1rem;
}header .main-edu {
    margin-bottom: 0.5rem;
}header .main-edu a {
    font-size: calc(17px - 1px);
    padding: 0.7rem 1rem;
}
}

@media (max-width: 767px) {header {
    margin-top: 0;
}header .main-mainbar {
    padding: 1rem 1.5rem;
}header .head-pagebar {
    flex: 0 0 auto;
    max-width: 150px;
}header .top-navbar {
    overflow-x: auto;
    padding: 0.5rem 0;
    scrollbar-width: thin;
    margin-top: 0.5rem;
    flex-wrap: nowrap;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.5rem;
}header .top-navbar::-webkit-scrollbar {
    height: 3px;
}header .top-navbar::-webkit-scrollbar-thumb {
    background: rgb(193,191,208,0.5);
    border-radius: 10px;
}header .main-edu {
    flex: 0 0 auto;
}header .main-edu a {
    white-space: nowrap;
    padding: 0.6rem 0.8rem;
    font-size: calc(17px - 2px);
}header .top-navbar::after {
    bottom: 0;
}header .top-skill::before {
    display: none;
}
}