﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1180px;
}html,body {
    font-family: Arial, sans-serif;
    scroll-behavior: auto;
    min-height: 100%;
    height: 100%;
    color: #000000;
}header,footer {
    width: 100%;
}.first-lesson-67152 {
    flex: 1 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}.footer-workshops-36792 {
    flex: 0 0 auto;
}svg {
    height: 30px;
    width: 30px;
}.wrapper-container-95074 {
    height: 100%;
    display: flex;
    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;
}}
.customer-comments-56347 {
    padding: 100px 0 120px;
    background: linear-gradient(135deg, rgb(233,226,232) 0%, rgba(245, 245, 248, 0.95) 100%);
    overflow: hidden;
    position: relative;
}.customer-comments-56347::before {
    height: 70%;
    transform: rotate(-15deg) skewX(5deg);
    right: -5%;
    width: 40%;
    position: absolute;
    top: -10%;
    content: "";
    background: linear-gradient(120deg, rgb(206,183,202,0.5) 0%, rgba(255,255,255,0) 80%);
    opacity: 0.07;
    z-index: 1;
}.customer-comments-56347::after {
    position: absolute;
    width: 35%;
    z-index: 1;
    transform: rotate(10deg) skewX(-5deg);
    height: 60%;
    content: "";
    bottom: -10%;
    background: linear-gradient(240deg, rgb(183,130,174,0.5) 0%, rgba(255,255,255,0) 80%);
    left: -5%;
    opacity: 0.09;
}.customer-comments-56347 .container {
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
}.customer-comments-56347 h2 {
    text-align: center;
    margin-bottom: 50px;
    font-weight: 700;
    line-height: 1.2;
    position: relative;
    color: #000000;
    font-size: 29px;
    letter-spacing: -0.02em;
}.customer-comments-56347 h2::after {
    height: 3px;
    content: "";
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    background: linear-gradient(to right, rgb(206,183,202), rgb(183,130,174));
    width: 80px;
    bottom: -15px;
}.customer-comments-56347 .feedback-perspectives-84351 {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
    display: grid;
    gap: 30px;
    list-style: none;
    padding: 0;
}.customer-comments-56347 .user-feedback-29106 {
    z-index: 2;
    border-radius: 8px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    background: #ffffff;
    position: relative;
    overflow: hidden;
    padding: 30px;
}.customer-comments-56347 .user-feedback-29106::before {
    right: 20px;
    top: 10px;
    color: rgb(183,130,174,0.5);
    position: absolute;
    content: "";
    line-height: 1;
    font-family: serif;
    z-index: -1;
    font-size: 120px;
    opacity: 0.1;
}.customer-comments-56347 .user-feedback-29106:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}.customer-comments-56347 .user-feedback-29106 div {
    align-items: center;
    display: flex;
    margin-bottom: 20px;
}.customer-comments-56347 .user-feedback-29106 img {
    margin-right: 15px;
    object-fit: cover;
    width: 60px;
    border-radius: 50%;
    transition: transform 0.3s ease, border-color 0.3s ease;
    height: 60px;
    border: 3px solid rgba(rgb(206,183,202,0.5), 0.1);
}.customer-comments-56347 .user-feedback-29106:hover img {
    border-color: rgb(206,183,202,0.5);
    transform: scale(1.05);
}.customer-comments-56347 .user-feedback-29106 h4 {
    position: relative;
    font-weight: 600;
    margin: 0;
    color: #000000;
    font-size: 19px;
    transition: color 0.3s ease;
}.customer-comments-56347 .user-feedback-29106:hover h4 {
    color: rgb(206,183,202);
}.customer-comments-56347 .user-feedback-29106 h4::after {
    transition: width 0.4s ease;
    left: 0;
    height: 2px;
    bottom: -5px;
    width: 0;
    content: "";
    position: absolute;
    background: rgb(206,183,202);
}.customer-comments-56347 .user-feedback-29106:hover h4::after {
    width: 70%;
}.customer-comments-56347 .user-feedback-29106 .description {
    color: #000000;
    position: relative;
    line-height: 1.6;
    font-size: 17px;
    margin: 0;
    font-weight: 400;
    z-index: 1;
}.customer-comments-56347 .user-feedback-29106:nth-child(odd) {
    transform: perspective(1000px) rotateY(1deg) translateZ(0);
}.customer-comments-56347 .user-feedback-29106:nth-child(even) {
    transform: perspective(1000px) rotateY(-1deg) translateZ(0);
}.customer-comments-56347 .user-feedback-29106:nth-child(odd):hover {
    transform: perspective(1000px) rotateY(0) translateY(-10px);
}.customer-comments-56347 .user-feedback-29106:nth-child(even):hover {
    transform: perspective(1000px) rotateY(0) translateY(-10px);
}.customer-comments-56347 .feedback-perspectives-84351:hover .user-feedback-29106:not(:hover) {
    opacity: 0.75;
}.customer-comments-56347 a {
    text-align: center;
    font-size: 18px;
    margin-top: 40px;
    font-weight: 600;
    left: 50%;
    display: inline-block;
    padding: 12px 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    position: relative;
    border-radius: 10px;
    background: linear-gradient(135deg, rgb(206,183,202) 0%, rgb(183,130,174) 100%);
    color: #ffffff;
    transform: translateX(-50%);
    overflow: hidden;
}.customer-comments-56347 a::before {
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    width: 100%;
    left: -100%;
    transition: left 0.7s ease;
    content: "";
}.customer-comments-56347 a:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateX(-50%) translateY(-5px);
}.customer-comments-56347 a:hover::before {
    left: 100%;
}

@media (max-width: 992px) {.customer-comments-56347 {
    padding: 80px 0 100px;
}.customer-comments-56347 h2 {
    font-size: calc(29px * 0.9);
    margin-bottom: 40px;
}.customer-comments-56347 .feedback-perspectives-84351 {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media (max-width: 768px) {.customer-comments-56347 {
    padding: 60px 0 80px;
}.customer-comments-56347 h2 {
    font-size: calc(29px * 0.8);
    margin-bottom: 35px;
}.customer-comments-56347 .feedback-perspectives-84351 {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}.customer-comments-56347 .user-feedback-29106 {
    padding: 25px;
}.customer-comments-56347 .user-feedback-29106::before {
    font-size: 100px;
}.customer-comments-56347 a {
    margin-top: 30px;
    padding: 10px 25px;
}
}

@media (max-width: 576px) {.customer-comments-56347 {
    padding: 50px 0 70px;
}.customer-comments-56347 h2 {
    margin-bottom: 30px;
    font-size: calc(29px * 0.7);
}.customer-comments-56347 h2::after {
    width: 60px;
    bottom: -12px;
}.customer-comments-56347 .user-feedback-29106 {
    padding: 20px;
}.customer-comments-56347 .user-feedback-29106 div {
    margin-bottom: 15px;
}.customer-comments-56347 .user-feedback-29106 img {
    height: 50px;
    width: 50px;
}.customer-comments-56347 .user-feedback-29106::before {
    right: 15px;
    top: 5px;
    font-size: 80px;
}.customer-comments-56347 .user-feedback-29106 .description {
    font-size: calc(17px * 0.95);
}.customer-comments-56347 a {
    font-size: calc(18px * 0.9);
    margin-top: 25px;
    padding: 10px 20px;
}}.teaching-experience-76381 {
    background-color: rgb(233,226,232);
    overflow: hidden;
    perspective: 1000px;
    position: relative;
    padding: 80px 0;
}.teaching-experience-76381::before {
    content: "";
    z-index: 0;
    transform: skewY(-5deg);
    height: 120%;
    top: -10%;
    position: absolute;
    background: linear-gradient(
        135deg,
        rgb(183,130,174,0.5) 0%,
        transparent 40%,
        rgb(206,183,202,0.5) 100%
    );
    left: -5%;
    width: 120%;
}.teaching-experience-76381 .container {
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
}.teaching-experience-76381 .user-feedback-29106 {
    grid-template-columns: 1fr;
    display: grid;
    border-left: 4px solid rgb(206,183,202);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    gap: 30px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateY(-2deg);
    background-color: rgba(255, 255, 255, 0.95);
    padding: 40px;
    transform-style: preserve-3d;
}.teaching-experience-76381 .user-feedback-29106:hover {
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.1),
        0 10px 25px rgba(0, 0, 0, 0.07),
        0 0 0 1px rgba(0, 0, 0, 0.03);
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
}.teaching-experience-76381 .user-feedback-29106 > div:first-child {
    transform: translateZ(20px);
    transition: transform 0.4s ease-out;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    height: 240px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}.teaching-experience-76381 .user-feedback-29106:hover > div:first-child {
    transform: translateZ(40px) translateY(-5px);
}.teaching-experience-76381 .user-feedback-29106 .pic-grid-56813 {
    width: 100%;
    height: 100%;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.teaching-experience-76381 .user-feedback-29106:hover .pic-grid-56813 {
    transform: scale(1.03);
}.teaching-experience-76381 .user-feedback-29106 > div:nth-child(2) {
    padding-left: 15px;
    position: relative;
    transform: translateZ(10px);
}.teaching-experience-76381 .user-feedback-29106 > div:nth-child(2)::before {
    left: 0;
    height: 100%;
    position: absolute;
    transform: scaleY(0);
    transform-origin: top;
    top: 0;
    background: linear-gradient(
        to bottom,
        rgb(206,183,202) 0%,
        rgb(183,130,174) 100%
    );
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    width: 3px;
}.teaching-experience-76381 .user-feedback-29106:hover > div:nth-child(2)::before {
    transform: scaleY(1);
}.teaching-experience-76381 .name {
    margin: 0 0 10px;
    color: #000000;
    font-size: 21px;
    font-weight: 700;
    position: relative;
    display: inline-block;
}.teaching-experience-76381 .name::after {
    transition: width 0.4s ease;
    position: absolute;
    background-color: rgb(206,183,202);
    content: "";
    left: 0;
    height: 2px;
    bottom: -5px;
    width: 40%;
}.teaching-experience-76381 .user-feedback-29106:hover .name::after {
    width: 100%;
}.teaching-experience-76381 .user-feedback-29106 > div:nth-child(2) > div {
    opacity: 0.9;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: calc(13px - 2px);
    margin-top: 5px;
    color: rgb(183,130,174);
}.teaching-experience-76381 .user-feedback-29106 > div:nth-child(3) {
    transition: transform 0.4s ease-out;
    position: relative;
    transform: translateZ(5px);
}.teaching-experience-76381 .user-feedback-29106:hover > div:nth-child(3) {
    transform: translateZ(15px);
}.teaching-experience-76381 .emp-details-82435 {
    padding: 20px 10px 20px 25px;
    border-radius: 10px;
    margin: 0;
    color: #000000;
    background-color: rgba(255, 255, 255, 0.8);
    line-height: 1.8;
    position: relative;
    box-shadow: 
        inset 0 0 0 1px rgba(rgb(206,183,202,0.5), 0.1),
        0 10px 30px rgba(0, 0, 0, 0.03);
    font-size: 13px;
}.teaching-experience-76381 .emp-details-82435::before {
    opacity: 0.4;
    line-height: 1;
    left: 5px;
    content: "";
    font-size: calc(47px * 1.5);
    top: 10px;
    position: absolute;
    color: rgb(206,183,202,0.5);
}

@media screen and (min-width: 768px) {.teaching-experience-76381 {
    padding: 100px 0;
}.teaching-experience-76381 .user-feedback-29106 {
    padding: 50px;
    grid-template-columns: 300px 1fr;
    grid-template-rows: auto 1fr;
}.teaching-experience-76381 .user-feedback-29106 > div:first-child {
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
    grid-row: 1 / span 2;
}.teaching-experience-76381 .user-feedback-29106 > div:nth-child(2) {
    padding-left: 40px;
    grid-row: 1;
    align-self: start;
    grid-column: 2;
}.teaching-experience-76381 .user-feedback-29106 > div:nth-child(3) {
    padding-left: 40px;
    grid-row: 2;
    grid-column: 2;
}.teaching-experience-76381 .emp-details-82435 {
    font-size: calc(13px + 1px);
    padding: 25px 20px 25px 35px;
}
}

@media screen and (min-width: 992px) {.teaching-experience-76381 {
    padding: 120px 0;
}.teaching-experience-76381 .user-feedback-29106 {
    gap: 40px;
    padding: 60px;
    transform: perspective(1200px) rotateY(-3deg);
    grid-template-columns: 380px 1fr;
}.teaching-experience-76381 .name {
    font-size: calc(21px + 2px);
}.teaching-experience-76381 .user-feedback-29106 > div:nth-child(2) > div {
    font-size: 13px;
}.teaching-experience-76381 .emp-details-82435 {
    padding: 30px 25px 30px 45px;
    line-height: 1.9;
}.teaching-experience-76381 .emp-details-82435::before {
    font-size: calc(47px * 2);
}
}

@media (hover: none) {.teaching-experience-76381 .user-feedback-29106 {
    transform: none !important;
}.teaching-experience-76381 .user-feedback-29106 > div:first-child,
    .teaching-experience-76381 .user-feedback-29106 > div:nth-child(3) {
    transform: none !important;
}
}

@media (prefers-reduced-motion) {.teaching-experience-76381 .user-feedback-29106,
    .teaching-experience-76381 .user-feedback-29106 > div,
    .teaching-experience-76381 .name::after,
    .teaching-experience-76381 .pic-grid-56813 {
    transform: none !important;
    transition: none !important;
}}header {
    z-index: 1000;
    left: 0;
    border-bottom: 2px solid rgb(233,226,232);
    position: fixed;
    background-color: #ffffff;
    top: 0;
    transition: all 0.3s ease;
    width: 100%;
}header:before {
    position: absolute;
    height: 4px;
    animation: gradientMove 6s infinite linear;
    left: 0;
    background-size: 200% 100%;
    width: 100%;
    content: '';
    top: 0;
    background: linear-gradient(90deg, rgb(206,183,202), rgb(183,130,174), rgb(206,183,202));
}header .main-navbar-08635 {
    padding: 0;
    width: 100%;
}header .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 20px;
}header .header-learn-80795 {
    position: relative;
    justify-content: space-between;
    align-items: center;
    display: flex;
}header .nav-expert-17259 {
    gap: 35px;
    display: flex;
    align-items: center;
}header .nav-main-65870 {
    position: relative;
    text-decoration: none;
    font-size: 14px;
    padding: 5px 0;
    color: #000000;
    transition: all 0.3s ease;
    font-weight: 600;
    font-family: Arial, sans-serif;
}header .nav-main-65870:before {
    top: 50%;
    left: -15px;
    transition: transform 0.3s ease;
    position: absolute;
    transform: translateY(-50%) scale(0);
    background-color: rgb(206,183,202);
    width: 6px;
    border-radius: 10px;
    height: 6px;
    content: '';
}header .nav-main-65870:after {
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    background-color: rgb(206,183,202);
    transform-origin: center;
    content: '';
    height: 2px;
    transition: transform 0.3s ease;
    left: 0;
    bottom: 0;
}header .nav-main-65870:hover {
    color: rgb(206,183,202);
}header .nav-main-65870:hover:before {
    transform: translateY(-50%) scale(1);
}header .nav-main-65870:hover:after {
    transform: scaleX(1);
}header .main-page-27150 {
    transition: all 0.3s ease;
    align-items: center;
    position: relative;
    padding: 5px 10px;
    text-decoration: none;
    display: flex;
}header .main-page-27150:before {
    transition: opacity 0.3s ease;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    border-radius: 10px;
    background: linear-gradient(to right, rgb(206,183,202), rgb(183,130,174)) border-box;
    content: '';
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    opacity: 0;
    top: 0;
    border: 2px solid transparent;
}header .main-page-27150:hover:before {
    opacity: 1;
}header .main-page-27150 svg {
    height: 42px;
    width: auto;
    transition: transform 0.3s ease;
}header .main-page-27150:hover svg {
    transform: scale(1.05);
}

@keyframes gradientMove {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 200% 0%;
    }
}

@media (max-width: 991px) {header .container {
    padding: 15px;
}header .nav-expert-17259 {
    gap: 20px;
}header .nav-main-65870:before {
    left: -10px;
}header .main-page-27150 svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .nav-expert-17259 {
    transition: max-height 0.4s ease;
    border-bottom: 3px solid rgb(206,183,202);
    overflow: hidden;
    z-index: 1001;
    width: 100%;
    top: 100%;
    padding: 0;
    left: 0;
    flex-direction: column;
    position: absolute;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    max-height: 0;
    gap: 0;
    background-color: #ffffff;
}header .menu.active {
    max-height: 400px;
}header .nav-main-65870 {
    border-bottom: 1px solid rgb(233,226,232);
    padding: 12px 20px;
    width: 100%;
}header .nav-main-65870:last-child {
    border-bottom: none;
}header .nav-main-65870:before {
    left: 5px;
}header .header-learn-80795 {
    padding: 5px 0;
}header .main-page-27150 {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 10px;
}header .main-page-27150 svg {
    height: 32px;
}}.course-structure-69073 {
    padding: 100px 0;
    overflow: hidden;
    background: rgb(233,226,232);
    position: relative;
}.course-structure-69073 .container {
    margin: 0 auto;
    position: relative;
    max-width: 1400px;
    padding: 0 15px;
    z-index: 3;
}.course-structure-69073 .future-class-41903 {
    flex-direction: column;
    display: flex;
    align-items: center;
    position: relative;
}.course-structure-69073 .text-scroll-49102 {
    position: relative;
    padding: 40px;
    border-radius: 29px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(10px);
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 4;
    max-width: 850px;
}.course-structure-69073 .text-scroll-49102 h2 {
    font-size: 28px;
    color: #000000;
    border-bottom: 2px solid rgb(206,183,202);
    padding-bottom: 15px;
    margin-bottom: 25px;
    font-weight: 700;
    text-align: center;
}.course-structure-69073 .text-scroll-49102 .description {
    margin-bottom: 20px;
    font-size: 17px;
    text-align: center;
    color: #000000;
    line-height: 1.7;
}.course-structure-69073 .text-scroll-49102 .description:last-child {
    margin-bottom: 0;
    font-weight: 600;
}.course-structure-69073 .pic-grid-56813 {
    top: 0;
    object-fit: cover;
    height: 100%;
    z-index: 1;
    left: 0;
    width: 100%;
    position: absolute;
}.course-structure-69073 .pic-grid-56813::after {
    content: "";
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3));
    z-index: 2;
}
@media (min-width: 992px) {.course-structure-69073 .text-scroll-49102 {
    margin: 0 auto;
}
}
@media (max-width: 991px) {.course-structure-69073 {
    padding: 80px 0;
}.course-structure-69073 .text-scroll-49102 {
    padding: 30px;
    max-width: 750px;
}
}
@media (max-width: 767px) {.course-structure-69073 {
    padding: 60px 0;
}.course-structure-69073 .text-scroll-49102 {
    padding: 25px;
    max-width: 100%;
}.course-structure-69073 .text-scroll-49102 h2 {
    margin-bottom: 20px;
    font-size: calc(28px * 0.9);
}.course-structure-69073 .text-scroll-49102 .description {
    font-size: calc(17px * 0.95);
    line-height: 1.6;
}
}
@media (max-width: 480px) {.course-structure-69073 {
    padding: 50px 0;
}.course-structure-69073 .text-scroll-49102 {
    padding: 20px;
}.course-structure-69073 .text-scroll-49102 h2 {
    font-size: calc(28px * 0.8);
    margin-bottom: 15px;
    padding-bottom: 10px;
}.course-structure-69073 .text-scroll-49102 .description {
    font-size: calc(17px * 0.9);
    line-height: 1.5;
}}.potential-learners-80534 {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: rgb(233,226,232);
}.potential-learners-80534::before {
    left: -30%;
    width: 80%;
    opacity: 0.08;
    content: "";
    height: 200%;
    z-index: 1;
    transform: rotate(-30deg);
    background: rgb(206,183,202,0.5);
    top: -50%;
    position: absolute;
}.potential-learners-80534::after {
    opacity: 0.08;
    background: rgb(183,130,174,0.5);
    height: 200%;
    position: absolute;
    transform: rotate(-30deg);
    bottom: -50%;
    width: 80%;
    z-index: 1;
    content: "";
    right: -30%;
}.potential-learners-80534 .container {
    position: relative;
    padding: 0 15px;
    z-index: 2;
    max-width: 1140px;
    margin: 0 auto;
}.potential-learners-80534 .knowledge-zone-06975 {
    position: relative;
}.potential-learners-80534 h4 {
    color: #000000;
    overflow: hidden;
    font-size: 28px;
    position: relative;
    padding-bottom: 15px;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 700;
}.potential-learners-80534 h4::before {
    width: 100%;
    z-index: -1;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgb(206,183,202,0.5), transparent);
    animation: shimmer 3s infinite;
    height: 100%;
    content: "";
    top: 0;
    position: absolute;
}.potential-learners-80534 h4::after {
    position: absolute;
    width: 80px;
    bottom: 0;
    content: "";
    left: 50%;
    border-radius: 3px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(206,183,202), rgb(183,130,174));
    height: 3px;
}@keyframes shimmer {
    100% {
        left: 100%;
    }
}

.potential-learners-80534 div > div {
    perspective: 1000px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}.potential-learners-80534 p {
    color: #000000;
    width: calc(33.333% - 20px);
    position: relative;
    margin: 0;
    border-radius: 10px;
    background: #ffffff;
    overflow: hidden;
    z-index: 1;
    font-size: 15px;
    transition: all 0.4s ease;
    min-height: 100px;
    display: flex;
    align-items: center;
    transform-style: preserve-3d;
    padding: 0;
}.potential-learners-80534 p::before {
    top: 0;
    left: 0;
    content: "";
    opacity: 0;
    background: linear-gradient(135deg, #ffffff 0%, rgb(233,226,232) 100%);
    height: 100%;
    position: absolute;
    width: 100%;
    transition: opacity 0.3s ease;
    z-index: -1;
}.potential-learners-80534 p::after {
    top: 0;
    width: 4px;
    left: 0;
    transition: width 0.3s ease;
    height: 100%;
    content: "";
    position: absolute;
    background: rgb(206,183,202);
}.potential-learners-80534 p:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px) rotateX(5deg);
}.potential-learners-80534 p:hover::before {
    opacity: 1;
}.potential-learners-80534 p:hover::after {
    width: 8px;
}.potential-learners-80534 p svg {
    z-index: 2;
    height: 40px;
    padding: 8px;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin: 0 15px;
    border-radius: 50%;
    width: 40px;
    background: #ffffff;
    flex-shrink: 0;
}.potential-learners-80534 p svg path {
    transition: fill 0.3s ease;
    fill: rgb(206,183,202);
}.potential-learners-80534 p:hover svg {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transform: rotate(10deg);
}.potential-learners-80534 p:hover svg path {
    fill: rgb(183,130,174);
}.potential-learners-80534 p span {
    flex: 1;
    padding: 20px 20px 20px 0;
}.potential-learners-80534 p:nth-child(odd) {
    transform: translateZ(10px);
}.potential-learners-80534 p:nth-child(even) {
    transform: translateZ(20px);
}.potential-learners-80534 p:nth-child(odd):hover {
    transform: translateY(-5px) rotateX(5deg) translateZ(10px);
}.potential-learners-80534 p:nth-child(even):hover {
    transform: translateY(-5px) rotateX(5deg) translateZ(20px);
}.potential-learners-80534 p:nth-child(3n+1)::after {
    background: rgb(206,183,202);
}.potential-learners-80534 p:nth-child(3n+2)::after {
    background: rgb(183,130,174);
}.potential-learners-80534 p:nth-child(3n)::after {
    background: linear-gradient(to bottom, rgb(206,183,202), rgb(183,130,174));
}@keyframes fadeInStagger {
    from {
        opacity: 0;
        transform: translateY(30px) translateZ(0);
    }
    to {
        opacity: 1;
        transform: translateY(0) translateZ(0);
    }
}

.potential-learners-80534 .knowledge-zone-06975 > div p {
    opacity: 0;
    animation: fadeInStagger 0.6s ease forwards;
}.potential-learners-80534 .knowledge-zone-06975 > div p:nth-child(1) {
    animation-delay: 0.1s;
}.potential-learners-80534 .knowledge-zone-06975 > div p:nth-child(2) {
    animation-delay: 0.2s;
}.potential-learners-80534 .knowledge-zone-06975 > div p:nth-child(3) {
    animation-delay: 0.3s;
}.potential-learners-80534 .knowledge-zone-06975 > div p:nth-child(4) {
    animation-delay: 0.4s;
}.potential-learners-80534 .knowledge-zone-06975 > div p:nth-child(5) {
    animation-delay: 0.5s;
}.potential-learners-80534 .knowledge-zone-06975 > div p:nth-child(6) {
    animation-delay: 0.6s;
}.potential-learners-80534 p:nth-child(odd) {
    box-shadow: 8px 8px 0 rgb(206,183,202,0.5);
}.potential-learners-80534 p:nth-child(even) {
    box-shadow: 8px 8px 0 rgb(183,130,174,0.5);
}.potential-learners-80534 p:hover:nth-child(odd) {
    box-shadow: 10px 10px 0 rgb(206,183,202,0.5);
}.potential-learners-80534 p:hover:nth-child(even) {
    box-shadow: 10px 10px 0 rgb(183,130,174,0.5);
}

@media (max-width: 991px) {.potential-learners-80534 {
    padding: 100px 0;
}.potential-learners-80534 h4 {
    margin-bottom: 40px;
    font-size: calc(28px * 0.9);
}.potential-learners-80534 div > div {
    gap: 15px;
}.potential-learners-80534 p {
    width: calc(50% - 15px);
    min-height: 90px;
}.potential-learners-80534 p svg {
    width: 36px;
    height: 36px;
    padding: 7px;
    margin: 0 12px;
}.potential-learners-80534 p span {
    padding: 18px 18px 18px 0;
}.potential-learners-80534 p:nth-child(odd) {
    box-shadow: 6px 6px 0 rgb(206,183,202,0.5);
}.potential-learners-80534 p:nth-child(even) {
    box-shadow: 6px 6px 0 rgb(183,130,174,0.5);
}.potential-learners-80534 p:hover:nth-child(odd) {
    box-shadow: 8px 8px 0 rgb(206,183,202,0.5);
}.potential-learners-80534 p:hover:nth-child(even) {
    box-shadow: 8px 8px 0 rgb(183,130,174,0.5);
}
}

@media (max-width: 768px) {.potential-learners-80534 {
    padding: 80px 0;
}.potential-learners-80534 h4 {
    margin-bottom: 35px;
    font-size: calc(28px * 0.8);
}.potential-learners-80534 div > div {
    gap: 20px;
}.potential-learners-80534 p {
    min-height: 80px;
    width: 100%;
}.potential-learners-80534 p svg {
    width: 32px;
    margin: 0 10px;
    height: 32px;
    padding: 6px;
}.potential-learners-80534 p span {
    padding: 15px 15px 15px 0;
}
}

@media (max-width: 576px) {.potential-learners-80534 {
    padding: 60px 0;
}.potential-learners-80534 h4 {
    margin-bottom: 30px;
    font-size: calc(28px * 0.7);
}.potential-learners-80534 h4::after {
    width: 60px;
    height: 2px;
}.potential-learners-80534 div > div {
    gap: 15px;
}.potential-learners-80534 p {
    font-size: calc(15px * 0.9);
    min-height: 70px;
}.potential-learners-80534 p svg {
    width: 28px;
    margin: 0 8px;
    padding: 5px;
    height: 28px;
}.potential-learners-80534 p:nth-child(odd) {
    box-shadow: 4px 4px 0 rgb(206,183,202,0.5);
}.potential-learners-80534 p:nth-child(even) {
    box-shadow: 4px 4px 0 rgb(183,130,174,0.5);
}.potential-learners-80534 p:hover:nth-child(odd) {
    box-shadow: 6px 6px 0 rgb(206,183,202,0.5);
}.potential-learners-80534 p:hover:nth-child(even) {
    box-shadow: 6px 6px 0 rgb(183,130,174,0.5);
}}.landing-page-62483 {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    min-height: 100vh;
    background: linear-gradient(135deg, rgb(233,226,232) 0%, rgba(0, 0, 0, 0.5) 100%);
    justify-content: center;
    align-items: center;
}.landing-page-62483::before {
    top: 0;
    z-index: 1;
    content: "";
    position: absolute;
    left: 0;
    background: linear-gradient(45deg, rgb(206,183,202,0.5) 15%, transparent 35%);
    width: 100%;
    height: 100%;
}.landing-page-62483::after {
    transform: rotate(15deg);
    border: 2px solid rgb(183,130,174,0.5);
    bottom: -50px;
    width: 300px;
    content: "";
    height: 300px;
    right: -50px;
    z-index: 1;
    animation: float 12s ease-in-out infinite;
    position: absolute;
}.landing-page-62483 .class-online-65740 {
    z-index: 2;
    position: relative;
    transform: translateY(-2vh);
    width: 90%;
    max-width: 1200px;
}.landing-page-62483 .learn-open-29473 {
    overflow: hidden;
    position: relative;
    padding: 4rem 3rem;
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.landing-page-62483 .learn-open-29473::before {
    top: 0;
    z-index: -1;
    position: absolute;
    background: linear-gradient(to right, 
    rgba(0, 0, 0, 0.8) 0%, 
    rgba(0, 0, 0, 0.6) 50%, 
    rgba(0, 0, 0, 0.7) 100%);
    width: 100%;
    left: 0;
    content: "";
    height: 100%;
    backdrop-filter: blur(3px);
}.landing-page-62483 .learn-open-29473 span {
    padding-left: 1.5rem;
    display: block;
    animation: slideIn 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) forwards 0.2s;
    transform: translateX(-5px);
    opacity: 0;
    position: relative;
    margin-bottom: 1.5rem;
}.landing-page-62483 .learn-open-29473 span::before {
    transform: translateY(-50%);
    height: 85%;
    top: 50%;
    position: absolute;
    content: "";
    background: rgb(183,130,174);
    width: 5px;
    left: 0;
}.landing-page-62483 .learn-open-29473 h3 {
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.5;
    max-width: 90%;
    color: #ffffff;
    margin: 0;
    font-size: calc(24px * 0.9);
}.landing-page-62483 .learn-open-29473 h1 {
    transform: translateY(10px);
    position: relative;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.1);
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-size: 42px;
    background-clip: text !important;
    margin: 0 0 2rem;
    animation: slideUp 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) forwards 0.5s;
    background: linear-gradient(90deg, #ffffff 70%, rgb(183,130,174) 100%);
    -webkit-background-clip: text !important;
    line-height: 1.2;
    opacity: 0;
    color: #ffffff;
}.landing-page-62483 .learn-open-29473 h1::after {
    transform-origin: left;
    transform: scaleX(0);
    height: 4px;
    animation: stretch 1s cubic-bezier(0.2, 0.8, 0.2, 1) forwards 1s;
    position: absolute;
    bottom: -0.8rem;
    background: rgb(183,130,174);
    content: "";
    left: 0;
    width: 100px;
}.landing-page-62483 .learn-open-29473 div div {
    opacity: 0;
    background: linear-gradient(90deg, rgb(206,183,202,0.5) 0%, transparent 100%);
    animation: slideUp 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) forwards 0.8s;
    border-left: 3px solid rgb(183,130,174);
    margin-top: 1rem;
    padding: 1rem 1.5rem;
    transform: translateY(20px);
}.landing-page-62483 .learn-open-29473 p {
    margin: 0;
    max-width: 90%;
    font-size: calc(16px * 1.1);
    line-height: 1.6;
    font-weight: 300;
    color: #ffffff;
}

@keyframes slideIn {
  from {
    transform: translateX(-20px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

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

@keyframes stretch {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

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

@media (max-width: 1200px) {.landing-page-62483 .learn-open-29473 h1 {
    font-size: calc(42px * 0.9);
}
}

@media (max-width: 992px) {.landing-page-62483 {
    min-height: 80vh;
}.landing-page-62483 .learn-open-29473 {
    padding: 3rem 2.5rem;
}.landing-page-62483 .learn-open-29473 h1 {
    font-size: calc(42px * 0.8);
}.landing-page-62483 .learn-open-29473 h3 {
    max-width: 100%;
    font-size: calc(24px * 0.85);
}
}

@media (max-width: 768px) {.landing-page-62483 {
    padding: 5rem 0;
    min-height: auto;
}.landing-page-62483 .class-online-65740 {
    width: 95%;
}.landing-page-62483 .learn-open-29473 {
    padding: 2.5rem 2rem;
    transform: perspective(1000px) rotateX(1deg);
}.landing-page-62483 .learn-open-29473 h1 {
    margin-bottom: 1.5rem;
    font-size: calc(42px * 0.7);
}.landing-page-62483 .learn-open-29473 h3 {
    font-size: calc(24px * 0.8);
}.landing-page-62483 .learn-open-29473 p {
    font-size: 16px;
}.landing-page-62483::after {
    height: 200px;
    bottom: -30px;
    width: 200px;
    right: -30px;
}
}

@media (max-width: 576px) {.landing-page-62483 .learn-open-29473 {
    padding: 2rem 1.5rem;
}.landing-page-62483 .learn-open-29473 span {
    margin-bottom: 1rem;
}.landing-page-62483 .learn-open-29473 h1 {
    margin-bottom: 1.2rem;
    font-size: calc(42px * 0.6);
}.landing-page-62483 .learn-open-29473 h3 {
    font-size: calc(24px * 0.75);
}.landing-page-62483 .learn-open-29473 div div {
    padding: 0.8rem 1rem;
}.landing-page-62483 .learn-open-29473 p {
    font-size: calc(16px * 0.95);
}.landing-page-62483::after {
    height: 150px;
    bottom: -20px;
    right: -20px;
    width: 150px;
}
}

@media (max-width: 400px) {.landing-page-62483 .learn-open-29473 h1 {
    font-size: calc(42px * 0.5);
}.landing-page-62483 .learn-open-29473 h3 {
    font-size: calc(24px * 0.7);
}}.newsletter-subscription-03289 {
    background: linear-gradient(135deg, rgb(233,226,232) 0%, rgb(183,130,174,0.5) 100%);
    overflow: hidden;
    z-index: 1;
    position: relative;
    padding: 4rem 2rem;
}.newsletter-subscription-03289::before {
    background: linear-gradient(225deg, rgb(206,183,202) 0%, rgb(206,183,202,0.5) 90%);
    top: -10%;
    content: '';
    right: -5%;
    width: 30%;
    animation: float 12s ease-in-out infinite;
    z-index: -1;
    filter: blur(20px);
    opacity: 0.2;
    transform: rotate(-15deg) skewX(15deg);
    height: 60%;
    position: absolute;
}.newsletter-subscription-03289::after {
    animation: float 15s ease-in-out infinite reverse;
    position: absolute;
    height: 50%;
    transform: rotate(15deg) skewX(-10deg);
    left: -5%;
    bottom: -10%;
    width: 25%;
    filter: blur(15px);
    z-index: -1;
    content: '';
    opacity: 0.15;
    background: linear-gradient(45deg, rgb(183,130,174) 0%, rgb(183,130,174,0.5) 90%);
}.newsletter-subscription-03289 .container {
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
}.newsletter-subscription-03289 .knowledge-zone-06975 {
    position: relative;
    grid-template-columns: 1fr;
    padding: 3rem 2.5rem;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: perspective(1000px) rotateY(-1deg);
    border-left: 4px solid rgb(206,183,202);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 1px 5px rgba(0, 0, 0, 0.03);
    background: #ffffff;
    display: grid;
    gap: 2rem;
}.newsletter-subscription-03289 .knowledge-zone-06975:hover {
    transform: perspective(1000px) rotateY(0deg);
}.newsletter-subscription-03289 h3 {
    letter-spacing: -0.01em;
    margin: 0 0 1rem;
    font-weight: 600;
    transform: translateZ(0);
    line-height: 1.4;
    position: relative;
    font-family: Arial, sans-serif;
    padding-left: 1.25rem;
    font-size: clamp(1.5rem, 3vw, 23px);
    color: #000000;
}.newsletter-subscription-03289 h3::before {
    position: absolute;
    left: 0;
    top: 0.5rem;
    border-radius: 2px;
    background: linear-gradient(to bottom, rgb(206,183,202), rgb(183,130,174));
    opacity: 0.8;
    bottom: 0.5rem;
    content: '';
    transform: scaleY(0.7);
    transition: transform 0.3s ease, opacity 0.3s ease;
    width: 4px;
}.newsletter-subscription-03289 .knowledge-zone-06975:hover h3::before {
    transform: scaleY(1);
    opacity: 1;
}.newsletter-subscription-03289 .input_holder {
    position: relative;
    margin-top: 1rem;
    display: flex;
    gap: 1rem;
    flex-direction: column;
}.newsletter-subscription-03289 .input_holder div {
    position: relative;
    flex: 1;
}.newsletter-subscription-03289 .sub-prize-10428 {
    font-family: Arial, sans-serif;
    border: 2px solid rgba(0, 0, 0, 0.08);
    width: 100%;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
    color: #000000;
    padding: 0.875rem 1.25rem;
    background: #ffffff;
    font-size: 18px;
}.newsletter-subscription-03289 .sub-prize-10428:focus {
    border-color: rgb(206,183,202,0.5);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    outline: none;
    transform: translateY(-2px);
}.newsletter-subscription-03289 .sub-prize-10428::placeholder {
    color: rgba(0, 0, 0, 0.35);
    transition: color 0.3s ease;
}.newsletter-subscription-03289 .sub-prize-10428:focus::placeholder {
    color: rgba(0, 0, 0, 0.2);
}.newsletter-subscription-03289 .mail-section-75130 {
    overflow: hidden;
    align-self: flex-start;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-family: Arial, sans-serif;
    cursor: pointer;
    padding: 0.875rem 1.75rem;
    font-weight: 600;
    border: none;
    font-size: 17px;
    background: linear-gradient(135deg, rgb(206,183,202) 0%, rgb(183,130,174) 100%);
    position: relative;
    color: #ffffff;
}.newsletter-subscription-03289 .mail-section-75130:hover {
    box-shadow: 0 6px 15px rgba(rgb(206,183,202,0.5), 0.3);
    transform: translateY(-2px);
}.newsletter-subscription-03289 .mail-section-75130:active {
    box-shadow: 0 3px 8px rgba(rgb(206,183,202,0.5), 0.2);
    transform: translateY(0);
}.newsletter-subscription-03289 .mail-section-75130::before {
    transform: translateX(-100%);
    transition: transform 0.6s ease;
    top: 0;
    position: absolute;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
}.newsletter-subscription-03289 .mail-section-75130:hover::before {
    transform: translateX(100%);
}

@keyframes float {
    0%, 100% {
        transform: translate(0, 0) rotate(-15deg) skewX(15deg);
    }
    50% {
        transform: translate(5%, 5%) rotate(-15deg) skewX(15deg);
    }
}

@media (min-width: 768px) {.newsletter-subscription-03289 {
    padding: 5rem 2rem;
}.newsletter-subscription-03289 .knowledge-zone-06975 {
    align-items: center;
    padding: 3.5rem;
    gap: 3rem;
    grid-template-columns: 1.5fr 1fr;
}.newsletter-subscription-03289 h3 {
    padding-left: 1.5rem;
    margin: 0;
}.newsletter-subscription-03289 .input_holder {
    margin-top: 0;
    flex-direction: row;
}.newsletter-subscription-03289 .sub-prize-10428 {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}.newsletter-subscription-03289 .mail-section-75130 {
    align-self: stretch;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
}

@media (min-width: 992px) {.newsletter-subscription-03289 {
    padding: 6rem 2rem;
}.newsletter-subscription-03289 .knowledge-zone-06975 {
    grid-template-columns: 1.8fr 1fr;
    padding: 4rem;
}.newsletter-subscription-03289 h3 {
    font-size: 23px;
}.newsletter-subscription-03289 .sub-prize-10428 {
    padding: 1rem 1.5rem;
}.newsletter-subscription-03289 .mail-section-75130 {
    padding: 1rem 2rem;
}
}

@media (max-width: 767px) {.newsletter-subscription-03289 .knowledge-zone-06975 {
    transform: none;
    border-left: none;
    border-top: 4px solid rgb(206,183,202);
}.newsletter-subscription-03289 h3 {
    padding-top: 1.25rem;
    padding-left: 0;
}.newsletter-subscription-03289 h3::before {
    top: 0;
    width: 40px;
    bottom: auto;
    left: 0;
    height: 4px;
    transform: scaleX(0.7);
}.newsletter-subscription-03289 .knowledge-zone-06975:hover h3::before {
    transform: scaleX(1);
}}.our-story-93064 {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: rgb(233,226,232);
}.our-story-93064::before {
    position: absolute;
    width: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgb(206,183,202,0.5) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgb(183,130,174,0.5) 0%, transparent 40%);
    top: 0;
    height: 100%;
    z-index: 1;
    left: 0;
    content: "";
    animation: gradientShift 15s infinite alternate ease-in-out;
}.our-story-93064::after {
    opacity: 0.1;
    height: 100%;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(206,183,202,0.5) 49%, rgb(206,183,202,0.5) 51%, transparent 52%) 0 0 / 60px 60px,
        linear-gradient(-45deg, transparent 48%, rgb(183,130,174,0.5) 49%, rgb(183,130,174,0.5) 51%, transparent 52%) 0 0 / 60px 60px;
    content: "";
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
    z-index: 1;
}.our-story-93064 .container {
    z-index: 2;
    position: relative;
}.our-story-93064 .knowledge-zone-06975 {
    gap: 50px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.03);
    border-radius: 20px;
    padding: 60px;
    backdrop-filter: blur(5px);
    transition: all 0.4s ease;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
}.our-story-93064 .knowledge-zone-06975::before {
    border: 1px solid transparent;
    background: linear-gradient(135deg, rgb(206,183,202,0.5), transparent, rgb(183,130,174,0.5)) border-box;
    border-radius: 20px;
    pointer-events: none;
    mask-composite: exclude;
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    left: 0;
    top: 0;
    right: 0;
    position: absolute;
    bottom: 0;
    content: "";
}.our-story-93064 .knowledge-zone-06975 h3 {
    margin-bottom: 40px;
    font-weight: 700;
    padding-bottom: 15px;
    color: rgb(206,183,202);
    position: relative;
    grid-column: 1 / -1;
    font-size: 34px;
    display: inline-block;
}.our-story-93064 .knowledge-zone-06975 h3::after {
    position: absolute;
    left: 0;
    width: 80px;
    background: linear-gradient(90deg, rgb(206,183,202), rgb(183,130,174));
    content: "";
    border-radius: 10px;
    height: 4px;
    bottom: 0;
}.our-story-93064 .learn-learn-38701 {
    flex-direction: column;
    position: relative;
    display: flex;
}.our-story-93064 .learn-learn-38701::before {
    z-index: -1;
    animation: pulseEffect 4s infinite alternate;
    border: 2px solid rgb(206,183,202,0.5);
    height: 100px;
    position: absolute;
    border-radius: 50%;
    left: -20px;
    top: -20px;
    width: 100px;
    content: "";
}.our-story-93064 .learn-learn-38701 span {
    display: inline-block;
    font-size: 24px;
    position: relative;
    font-weight: 600;
    margin-bottom: 20px;
    color: rgb(183,130,174);
}.our-story-93064 .learn-learn-38701 span::before {
    content: "";
    left: 0;
    position: absolute;
    height: 2px;
    bottom: -10px;
    background: rgb(183,130,174);
    width: 30px;
}.our-story-93064 .learn-learn-38701 p {
    position: relative;
    font-size: 13px;
    margin-bottom: 30px;
    line-height: 1.8;
    color: #000000;
}.our-story-93064 .learn-learn-38701 .pic-grid-56813 {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    position: relative;
    height: 300px;
    overflow: hidden;
    width: 100%;
    transition: all 0.4s ease;
}.our-story-93064 .learn-learn-38701 .pic-grid-56813::before {
    position: absolute;
    background: linear-gradient(135deg, transparent 0%, rgb(206,183,202,0.5) 100%);
    content: "";
    z-index: 1;
    inset: 0;
    opacity: 0.4;
}.our-story-93064 .learn-learn-38701 .pic-grid-56813::after {
    top: 0;
    position: absolute;
    content: "";
    left: 0;
    height: 200%;
    animation: shineEffect 5s infinite;
    width: 200%;
    transform: rotate(45deg);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
}.our-story-93064 .academy-team-85467 {
    display: flex;
    flex-direction: column;
    position: relative;
}.our-story-93064 .academy-team-85467::after {
    position: absolute;
    border-radius: 50%;
    right: -30px;
    width: 150px;
    content: "";
    z-index: -1;
    animation: pulseEffect 4s infinite alternate 1s;
    height: 150px;
    bottom: -30px;
    border: 2px solid rgb(183,130,174,0.5);
}.our-story-93064 .academy-team-85467 p {
    color: #000000;
    margin-bottom: 30px;
    order: 2;
    line-height: 1.8;
    position: relative;
    font-size: 13px;
}.our-story-93064 .academy-team-85467 .learn-academy-80752 {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    order: 1;
    border-radius: 20px;
    margin-bottom: 30px;
    transition: all 0.4s ease;
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
}.our-story-93064 .academy-team-85467 .learn-academy-80752::before {
    z-index: 1;
    position: absolute;
    background: linear-gradient(135deg, rgb(183,130,174,0.5) 0%, transparent 100%);
    inset: 0;
    opacity: 0.4;
    content: "";
}.our-story-93064 .academy-team-85467 .learn-academy-80752::after {
    content: "";
    top: 0;
    left: 0;
    animation: shineEffect 5s infinite 2s;
    transform: rotate(45deg);
    width: 200%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    height: 200%;
}

@keyframes pulseEffect {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.3;
    }
    100% {
        transform: scale(1);
        opacity: 0.6;
    }
}

@keyframes shineEffect {
    0% {
        transform: translateX(-100%) rotate(45deg);
    }
    20%, 100% {
        transform: translateX(100%) rotate(45deg);
    }
}

@keyframes gradientShift {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@media (max-width: 1024px) {.our-story-93064 {
    padding: 80px 0;
}.our-story-93064 .knowledge-zone-06975 {
    gap: 30px;
    padding: 40px;
}.our-story-93064 .learn-learn-38701 .pic-grid-56813,
    .our-story-93064 .academy-team-85467 .learn-academy-80752 {
    height: 250px;
}
}

@media (max-width: 768px) {.our-story-93064 {
    padding: 60px 0;
}.our-story-93064 .knowledge-zone-06975 {
    gap: 40px;
    padding: 30px;
    grid-template-columns: 1fr;
}.our-story-93064 .knowledge-zone-06975 h3 {
    font-size: calc(34px * 0.9);
    margin-bottom: 30px;
}.our-story-93064 .learn-learn-38701::before,
    .our-story-93064 .academy-team-85467::after {
    height: 80px;
    width: 80px;
}.our-story-93064 .learn-learn-38701 .pic-grid-56813,
    .our-story-93064 .academy-team-85467 .learn-academy-80752 {
    height: 220px;
}
}

@media (max-width: 576px) {.our-story-93064 {
    padding: 40px 0;
}.our-story-93064 .knowledge-zone-06975 {
    gap: 30px;
    padding: 25px 20px;
}.our-story-93064 .knowledge-zone-06975 h3 {
    font-size: calc(34px * 0.8);
    margin-bottom: 25px;
}.our-story-93064 .knowledge-zone-06975 h3::after {
    width: 60px;
    height: 3px;
}.our-story-93064 .learn-learn-38701 span {
    font-size: calc(24px * 0.9);
}.our-story-93064 .learn-learn-38701::before,
    .our-story-93064 .academy-team-85467::after {
    display: none;
}.our-story-93064 .learn-learn-38701 p,
    .our-story-93064 .academy-team-85467 p {
    margin-bottom: 20px;
    font-size: calc(13px * 0.95);
    line-height: 1.6;
}.our-story-93064 .learn-learn-38701 .pic-grid-56813,
    .our-story-93064 .academy-team-85467 .learn-academy-80752 {
    height: 200px;
}}.pricing-tray-12053 {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.pricing-tray-12053::before {
    background: linear-gradient(145deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    bottom: 0;
    z-index: 1;
    right: 0;
    top: 0;
    content: "";
    left: 0;
    position: absolute;
}.pricing-tray-12053 .container {
    position: relative;
    max-width: 1320px;
    margin: 0 auto;
    z-index: 2;
    padding: 0 15px;
}.pricing-tray-12053 .program-rate-31825 {
    display: flex;
    flex-direction: column;
    align-items: center;
}.pricing-tray-12053 h2 {
    font-weight: 700;
    transform: translateY(20px);
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 38px;
    text-align: center;
    animation: fadeInUp 0.8s ease-out forwards;
    opacity: 0;
}.pricing-tray-12053 .monthly-plan-91463 {
    opacity: 0;
    font-size: 17px;
    transform: translateY(20px);
    text-align: center;
    margin-bottom: 50px;
    max-width: 800px;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    color: rgb(255, 255, 255, 0.5);
}.pricing-tray-12053 .deal-board-93654 {
    gap: 30px;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    width: 100%;
}.pricing-tray-12053 .deal-board-93654 li {
    animation-delay: calc(0.3s + (0.15s * var(--li-index, 0)));
    opacity: 0;
    animation: fadeInUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    transform: translateY(30px);
}.pricing-tray-12053 .deal-board-93654 li:nth-child(1) {
    --li-index: 0;
}.pricing-tray-12053 .deal-board-93654 li:nth-child(2) {
    --li-index: 1;
}.pricing-tray-12053 .deal-board-93654 li:nth-child(3) {
    --li-index: 2;
}.pricing-tray-12053 .deal-board-93654 li:nth-child(4) {
    --li-index: 3;
}.pricing-tray-12053 .pay-options-97412 {
    display: block;
    transform: perspective(1000px) rotateX(0deg);
    will-change: transform;
    text-decoration: none;
    height: 100%;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}.pricing-tray-12053 .pay-options-97412:hover {
    transform: perspective(1000px) rotateX(5deg) translateY(-10px);
}.pricing-tray-12053 .qtr-cost-98564 {
    position: relative;
    height: 100%;
    background: linear-gradient(135deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.03) 100%);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    transition: all 0.4s ease;
    overflow: hidden;
    backdrop-filter: blur(10px);
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.1);
}.pricing-tray-12053 .pay-options-97412:hover .qtr-cost-98564 {
    box-shadow: 0 20px 40px rgba(0,0,0,0.3), 0 0 15px rgba(rgb(206,183,202,0.5), 0.5);
    border-color: rgba(255,255,255,0.2);
}.pricing-tray-12053 .qtr-cost-98564::before {
    transition: all 0.6s ease;
    transform: rotate(-45deg);
    opacity: 0.1;
    left: -10%;
    position: absolute;
    background: linear-gradient(135deg, rgb(206,183,202,0.5) 0%, transparent 70%);
    height: 50%;
    content: "";
    width: 40%;
    top: -10%;
}.pricing-tray-12053 .pay-options-97412:hover .qtr-cost-98564::before {
    transform: rotate(-45deg) translateY(-20%);
    opacity: 0.15;
}.pricing-tray-12053 .indv-sub-59286 {
    display: flex;
    padding: 35px 30px;
    flex-direction: column;
    min-height: 280px;
    height: 100%;
    box-sizing: border-box;
}.pricing-tray-12053 .indv-sub-59286 h4 {
    margin-bottom: 20px;
    font-size: calc(23px * 1.1);
    font-weight: 600;
    margin-top: 0;
    color: #ffffff;
    position: relative;
    padding-bottom: 15px;
}.pricing-tray-12053 .indv-sub-59286 h4::after {
    width: 40px;
    bottom: 0;
    left: 0;
    content: "";
    position: absolute;
    background: rgb(206,183,202);
    height: 3px;
    transition: width 0.4s ease;
}.pricing-tray-12053 .pay-options-97412:hover .indv-sub-59286 h4::after {
    width: 60px;
}.pricing-tray-12053 .indv-sub-59286 p {
    word-wrap: break-word;
    margin-bottom: 25px;
    overflow-wrap: break-word;
    font-size: calc(17px * 0.9);
    hyphens: auto;
    white-space: normal;
    line-height: 1.7;
    flex-grow: 1;
    color: rgb(255, 255, 255, 0.5);
}.pricing-tray-12053 .study-costs-06285 {
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 4px;
    background: rgba(255,255,255,0.05);
    color: rgb(206,183,202);
    font-size: calc(23px * 1.2);
    display: inline-block;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    align-self: flex-start;
}.pricing-tray-12053 .study-costs-06285::before {
    width: 100%;
    content: "";
    position: absolute;
    height: 100%;
    transition: left 0.7s ease;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    top: 0;
}.pricing-tray-12053 .pay-options-97412:hover .study-costs-06285::before {
    left: 100%;
}

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

@media (max-width: 1200px) {.pricing-tray-12053 {
    padding: 100px 0;
}.pricing-tray-12053 .deal-board-93654 {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}
}

@media (max-width: 992px) {.pricing-tray-12053 {
    padding: 80px 0;
}.pricing-tray-12053 h2 {
    font-size: calc(38px * 0.9);
}.pricing-tray-12053 .deal-board-93654 {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.pricing-tray-12053 .indv-sub-59286 {
    padding: 25px 20px;
}
}

@media (max-width: 768px) {.pricing-tray-12053 {
    padding: 70px 0;
}.pricing-tray-12053 h2 {
    font-size: calc(38px * 0.8);
    margin-bottom: 15px;
}.pricing-tray-12053 .monthly-plan-91463 {
    font-size: calc(17px * 0.95);
    margin-bottom: 35px;
}.pricing-tray-12053 .deal-board-93654 {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin: 0 auto;
}.pricing-tray-12053 .indv-sub-59286 {
    min-height: auto;
}
}

@media (max-width: 576px) {.pricing-tray-12053 {
    padding: 60px 0;
}.pricing-tray-12053 h2 {
    font-size: calc(38px * 0.7);
}.pricing-tray-12053 .monthly-plan-91463 {
    font-size: calc(17px * 0.9);
}.pricing-tray-12053 .indv-sub-59286 {
    padding: 20px 15px;
}.pricing-tray-12053 .indv-sub-59286 h4 {
    font-size: 23px;
}.pricing-tray-12053 .indv-sub-59286 p {
    font-size: calc(17px * 0.85);
}.pricing-tray-12053 .study-costs-06285 {
    font-size: 23px;
    padding: 8px 15px;
}}.cookieNoticePromptPanel-57198 {
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    bottom: 0;
    z-index: 90;
    padding: 20px 0;
    transform: translateY(100%);
    background: rgb(183,130,174);
    position: fixed;
    border-top: 3px solid rgb(183,130,174);
    transition: transform 0.3s ease-in-out;
    width: 100%;
    animation: slideUp 0.5s forwards;
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
#cookie-warning-box-83652 {
    display: none;
}#cookie-warning-box-83652:checked ~ .cookieNoticePromptPanel-57198 {
    opacity: 0;
    visibility: hidden;
}.cookie-edu-92348 {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    padding: 20px 5%;
}.cookieNoticePromptPanel-57198 h5 {
    font-weight: 700;
    font-size: 22px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: Arial, sans-serif;
}.cookieNoticePromptPanel-57198 p {
    font-size: 17px;
    font-family: Arial, sans-serif;
    line-height: 1.5;
    color: #ffffff;
}.cookie-protect-79614 {
    display: flex;
    align-items: center;
    margin-right: 15px;
    justify-content: center;
    filter: drop-shadow(0 0 10px rgb(206,183,202));
    flex-shrink: 0;
}.cookie-protect-79614 svg {
    width: 80px;
    height: 80px;
    transition: transform 0.3s ease-in-out;
    fill: rgb(206,183,202);
}.cookie-protect-79614:hover svg {
    transform: scale(1.1);
}.cookie-none-06789 {
    box-shadow: 0 0 15px rgb(206,183,202);
    cursor: pointer;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    font-size: 19px;
    min-width: 140px;
    text-decoration: none;
    flex-shrink: 0;
    line-height: 40px;
    margin-left: 10px;
    background: linear-gradient(90deg, rgb(206,183,202), rgb(183,130,174));
    color: #000000;
    border-radius: 12px;
    white-space: nowrap;
    padding: 10px 20px;
}.cookie-none-06789:hover {
    box-shadow: 0 0 20px rgb(183,130,174);
}.cookie_button.cookie-confirm-02467 {
    border: 2px solid rgb(183,130,174);
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.cookie-confirm-02467:hover {
    box-shadow: 0 0 15px rgb(183,130,174);
    background: rgba(0, 0, 0, 0.5);
}.cookieNoticePromptPanel-57198 p a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(206,183,202);
}.cookieNoticePromptPanel-57198 p a:hover {
    color: rgb(183,130,174);
}
@media only screen and (max-width: 1200px) {.cookieNoticePromptPanel-57198 {
    padding: 15px 0;
}.cookie-edu-92348 {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.cookie-protect-79614 {
    display: none;
}.cookie-edu-92348 {
    flex-direction: column;
    align-items: center;
    text-align: center;
}.cookieNoticePromptPanel-57198 h5 {
    font-size: 18px;
    margin-bottom: 5px;
}.cookie-ack-71584 {
    margin-bottom: 15px;
}.cookie-none-06789 {
    min-width: 100%;
    margin: 10px 0;
}}
.ty-message-50481 {
    background: linear-gradient(135deg, rgb(233,226,232) 0%, #ffffff 100%);
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
}.ty-message-50481::before {
    content: "";
    background: linear-gradient(120deg, rgb(206,183,202,0.5) 0%, rgb(183,130,174,0.5) 100%);
    opacity: 0.4;
    right: -5%;
    position: absolute;
    top: -10%;
    width: 40%;
    z-index: 0;
    transform: rotate(-15deg) skewX(15deg);
    filter: blur(25px);
    height: 70%;
    animation: float 15s ease-in-out infinite;
}.ty-message-50481::after {
    left: -2%;
    width: 30%;
    position: absolute;
    bottom: -5%;
    z-index: 0;
    filter: blur(20px);
    content: "";
    background: linear-gradient(220deg, rgb(183,130,174,0.5) 0%, rgb(206,183,202,0.5) 100%);
    transform: rotate(10deg) skewX(-10deg);
    opacity: 0.3;
    animation: float 18s ease-in-out infinite reverse;
    height: 60%;
}.ty-message-50481 .container {
    z-index: 2;
    padding: 0 1.5rem;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.ty-message-50481 .knowledge-zone-06975 {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.07), 
              0 5px 15px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    transform: perspective(1000px) rotateX(1deg);
    backdrop-filter: blur(10px);
    border-left: 5px solid rgb(206,183,202);
    position: relative;
    padding: 3.5rem;
}.ty-message-50481 .knowledge-zone-06975:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1),
              0 10px 20px rgba(0, 0, 0, 0.07);
}.ty-message-50481 .knowledge-zone-06975::before {
    animation: shimmerMask 8s infinite linear;
    left: 0;
    top: 0;
    background: linear-gradient(to right, 
               #ffffff 0%, 
               rgba(255, 255, 255, 0.8) 100%);
    height: 100%;
    width: 100%;
    position: absolute;
    mask-size: 200% 200%;
    z-index: -1;
    content: "";
    mask-image: linear-gradient(45deg, #000 25%, rgba(0, 0, 0, 0.7) 50%, #000 75%);
}.ty-message-50481 .knowledge-zone-06975 > div:first-child {
    margin-bottom: 2rem;
    position: relative;
}.ty-message-50481 .knowledge-zone-06975 > div:first-child::after {
    bottom: -1rem;
    transition: width 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transform-origin: left center;
    content: "";
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, rgb(206,183,202) 0%, rgb(183,130,174) 100%);
    left: 0;
    position: absolute;
}.ty-message-50481 .knowledge-zone-06975:hover > div:first-child::after {
    width: 120px;
}.ty-message-50481 h5 {
    animation: fadeInUp 0.8s forwards 0.2s;
    color: #000000;
    margin: 0;
    font-size: 20px;
    transform: translateZ(0);
    position: relative;
    line-height: 1.4;
    opacity: 0;
    font-weight: 600;
}.ty-message-50481 a {
    transform: translateZ(0);
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    display: block;
}.ty-message-50481 a:hover {
    transform: translateY(-3px);
}.ty-message-50481 p {
    animation: fadeInUp 0.8s forwards 0.5s;
    line-height: 1.7;
    font-weight: 400;
    font-family: Arial, sans-serif;
    margin: 0;
    color: #000000;
    opacity: 0;
    font-size: 17px;
}

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

@keyframes shimmerMask {
  0% {
    mask-position: 0% 0%;
  }
  100% {
    mask-position: 200% 0%;
  }
}

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

@media (max-width: 992px) {.ty-message-50481 {
    padding: 5rem 0;
}.ty-message-50481 .knowledge-zone-06975 {
    padding: 2.5rem;
}.ty-message-50481 h5 {
    font-size: calc(20px * 0.95);
}
}

@media (max-width: 768px) {.ty-message-50481 {
    padding: 4rem 0;
}.ty-message-50481 .knowledge-zone-06975 {
    transform: perspective(1000px) rotateX(0deg);
    padding: 2rem;
}.ty-message-50481 h5 {
    font-size: calc(20px * 0.9);
}.ty-message-50481 p {
    font-size: calc(17px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 576px) {.ty-message-50481 {
    padding: 3rem 0;
}.ty-message-50481 .knowledge-zone-06975 {
    border-left-width: 3px;
    padding: 1.5rem;
}.ty-message-50481 .knowledge-zone-06975 > div:first-child::after {
    width: 50px;
    height: 3px;
}.ty-message-50481 .knowledge-zone-06975:hover > div:first-child::after {
    width: 80px;
}.ty-message-50481 h5 {
    font-size: calc(20px * 0.85);
}.ty-message-50481 p {
    font-size: calc(17px * 0.9);
    line-height: 1.5;
}}.confidential-cove-05396 {
    transition: background-color 0.3s, box-shadow 0.3s;
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
    width: 100%;
    padding: 40px;
    color: #000000;
    overflow: hidden;
    height: auto;
}.confidential-cove-05396 h1 {
    text-transform: uppercase;
    font-size: 45px;
    margin-bottom: 25px;
    padding-bottom: 10px;
    font-weight: 700;
    border-bottom: 2px solid rgb(206,183,202);
    color: rgb(206,183,202);
    margin-top: 40px;
}.confidential-cove-05396 h2 {
    border-bottom: 1px solid rgb(183,130,174);
    font-size: 29px;
    margin-bottom: 20px;
    padding-bottom: 5px;
    margin-top: 30px;
    font-weight: 600;
    color: rgb(183,130,174);
}.confidential-cove-05396 h3, .confidential-cove-05396 h4, .confidential-cove-05396 h5, .confidential-cove-05396 h6 {
    margin-bottom: 15px;
    margin-top: 25px;
    font-size: 23px;
    color: rgb(206,183,202);
    font-weight: 600;
}.confidential-cove-05396 li {
    color: #000000;
    font-weight: 400;
    line-height: 1.6;
    font-size: 16px;
    margin-bottom: 15px;
}.confidential-cove-05396 section {
    margin-top: 20px;
    background: rgb(233,226,232);
    border-radius: 10px;
    padding: 20px;
}.confidential-cove-05396 p, .confidential-cove-05396 span, .confidential-cove-05396 div {
    line-height: 1.8;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 300;
    color: #000000;
}

@media only screen and (max-width: 800px) {.confidential-cove-05396 {
    padding: 20px 10px;
}.confidential-cove-05396 h1 {
    font-size: calc(23px * 0.8);
}.confidential-cove-05396 h2 {
    font-size: calc(23px * 0.8);
}.confidential-cove-05396 h3, .confidential-cove-05396 h4, .confidential-cove-05396 h5, .confidential-cove-05396 h6 {
    font-size: calc(23px * 0.8);
}.confidential-cove-05396 p, .confidential-cove-05396 span, .confidential-cove-05396 div {
    font-size: calc(16px * 0.9);
}}footer {
    position: relative;
}footer::before {
    position: absolute;
    content: '';
    right: 0;
    opacity: 0.92;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    background: linear-gradient(90deg, #000000 0%, rgb(206,183,202) 150%);
}.footer-workshops-36792 {
    position: relative;
    color: #ffffff;
    padding: 70px 0;
    font-family: Arial, sans-serif;
    z-index: 2;
}.footer-workshops-36792 .container {
    gap: 40px;
    flex-wrap: wrap;
    display: flex;
}.footer-workshops-36792 .company_holder {
    transition: all 0.3s ease;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 12px 0 12px 0;
    padding: 30px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}.footer-workshops-36792 .company_holder:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
}.footer-workshops-36792 .company_holder::before {
    left: 0;
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    background: rgb(206,183,202);
    height: 5px;
}.footer-workshops-36792 .company_holder h3 {
    color: #ffffff;
    font-weight: 700;
    display: inline-block;
    position: relative;
    font-size: 35px;
    margin-bottom: 25px;
}.footer-workshops-36792 .company_holder h3::after {
    position: absolute;
    left: 0;
    content: '';
    bottom: -8px;
    height: 3px;
    background: rgb(183,130,174);
    width: 60px;
}.footer-workshops-36792 .equity-pledge-02875 {
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    line-height: 1.6;
    font-size: 16px;
}.footer-workshops-36792 .study-bottom-14079 {
    position: relative;
}.footer-workshops-36792 .top-skill-90564 {
    justify-content: space-between;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}.footer-workshops-36792 .nav-expert-17259 {
    flex: 0 0 calc(50% - 15px);
    position: relative;
}.footer-workshops-36792 .nav-expert-17259 h5 {
    border-left: 3px solid rgb(206,183,202);
    position: relative;
    font-size: 23px;
    padding-left: 15px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}.footer-workshops-36792 .nav-expert-17259 .top-skill-90564 {
    flex-direction: column;
    gap: 12px;
    display: flex;
}.footer-workshops-36792 .nav-expert-17259 .top-skill-90564 a {
    display: inline-block;
    text-decoration: none;
    border-radius: 4px;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    padding: 8px 15px;
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    position: relative;
    transition: all 0.3s ease;
}.footer-workshops-36792 .nav-expert-17259 .top-skill-90564 a::before {
    transition: width 0.3s ease;
    z-index: -1;
    left: 0;
    top: 0;
    height: 100%;
    content: '';
    background: rgb(206,183,202,0.5);
    position: absolute;
    width: 0;
}.footer-workshops-36792 .nav-expert-17259 .top-skill-90564 a:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    transform: translateX(5px);
    color: #ffffff;
}.footer-workshops-36792 .nav-expert-17259 .top-skill-90564 a:hover::before {
    width: 100%;
}.gdpr-block-35762 {
    margin-top: 50px;
    background: rgba(0, 0, 0, 0.4);
    padding: 20px 0;
    z-index: 2;
    position: relative;
}.gdpr-block-35762 .container {
    align-items: center;
    display: flex;
    justify-content: center;
}.gdpr-block-35762 .case-study-65918 {
    font-size: 15px;
    letter-spacing: 0.5px;
    color: #ffffff;
    text-align: center;
}@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

footer::after {
    right: 0;
    z-index: 1;
    bottom: 0;
    background: 
        linear-gradient(0deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%),
        linear-gradient(90deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%);
    left: 0;
    position: absolute;
    background-size: 40px 40px;
    top: 0;
    content: '';
}

@media (max-width: 992px) {.footer-workshops-36792 .container {
    flex-direction: column;
}
}

@media (max-width: 768px) {.footer-workshops-36792 {
    padding: 50px 0;
}.footer-workshops-36792 .nav-expert-17259 {
    flex: 0 0 100%;
}
}

@media (max-width: 576px) {.footer-workshops-36792 {
    padding: 40px 0;
}.footer-workshops-36792 .company_holder h3 {
    font-size: calc(35px * 0.8);
}.footer-workshops-36792 .nav-expert-17259 h5 {
    font-size: calc(23px * 0.9);
}.footer-workshops-36792 .nav-expert-17259 .top-skill-90564 a,
    .footer-workshops-36792 .footer_agreement {
    font-size: calc(16px * 0.95);
}}

.gdpr-block-35762::before {
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    left: 0;
    width: 100%;
    position: absolute;
    height: 1px;
    top: 0;
    opacity: 0.2;
    content: '';
}.connect-form-06875 {
    position: relative;
    background: linear-gradient(135deg, rgb(233,226,232) 0%, rgba(0, 0, 0, 0.03) 100%);
    overflow: hidden;
    padding: 80px 0;
}.connect-form-06875::before {
    top: 0;
    right: 0;
    z-index: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgba(rgb(206,183,202), 0.05) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgba(rgb(183,130,174), 0.05) 0%, transparent 30%);
    bottom: 0;
    content: "";
    position: absolute;
    left: 0;
}.connect-form-06875::after {
    opacity: 0.6;
    z-index: 1;
    background-image: 
        linear-gradient(90deg, rgba(rgb(206,183,202), 0.03) 1px, transparent 1px),
        linear-gradient(rgba(rgb(206,183,202), 0.03) 1px, transparent 1px);
    height: 100%;
    background-size: 20px 20px;
    top: 0;
    left: 0;
    animation: gridMove 20s linear infinite;
    content: "";
    position: absolute;
    width: 100%;
}@keyframes gridMove {
    0% { background-position: 0 0; }
    100% { background-position: 20px 20px; }
}

.connect-form-06875 .container {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
}.connect-form-06875 h2 {
    font-weight: 700;
    color: #000000;
    font-size: 33px;
    text-align: center;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    margin-bottom: 50px;
}.connect-form-06875 h2::after {
    background: linear-gradient(90deg, transparent, rgb(206,183,202), transparent);
    left: 15%;
    content: "";
    width: 70%;
    bottom: -15px;
    height: 3px;
    position: absolute;
}.connect-form-06875 .query-grid-29401 {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    background: #ffffff;
    overflow: hidden;
    transform: translateY(0);
    display: flex;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(rgb(206,183,202), 0.05);
    border-radius: 23px;
}.connect-form-06875 .query-grid-29401:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                0 10px 20px rgba(rgb(206,183,202), 0.1);
    transform: translateY(-5px);
}.connect-form-06875 .query-grid-29401::before {
    background: linear-gradient(to bottom, rgb(206,183,202), rgb(183,130,174));
    top: 0;
    position: absolute;
    content: "";
    height: 100%;
    left: 0;
    width: 5px;
}.connect-form-06875 .pic-grid-56813 {
    position: relative;
    overflow: hidden;
    width: 45%;
}.connect-form-06875 .pic-grid-56813::after {
    background: linear-gradient(135deg, 
                rgba(rgb(206,183,202), 0.3) 0%, 
                rgba(rgb(183,130,174), 0.3) 100%);
    height: 100%;
    width: 100%;
    mix-blend-mode: overlay;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
}.connect-form-06875 .pic-grid-56813::before {
    transform: rotate(45deg);
    animation: shine 6s infinite;
    height: 150px;
    top: -100px;
    z-index: 2;
    left: -100px;
    content: "";
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    width: 150%;
}@keyframes shine {
    0% { top: -100px; left: -100px; }
    100% { top: 100%; left: 100%; }
}

.connect-form-06875 .connect-query-68512 {
    width: 55%;
    position: relative;
    padding: 50px 40px;
}.connect-form-06875 .connect-query-68512::before {
    content: "";
    position: absolute;
    top: -50px;
    right: -50px;
    height: 200px;
    z-index: 0;
    width: 200px;
    background: radial-gradient(circle, rgba(rgb(206,183,202), 0.05) 0%, transparent 70%);
    border-radius: 50%;
}.connect-form-06875 form {
    z-index: 2;
    position: relative;
}.connect-form-06875 form h3 {
    display: inline-block;
    font-size: 21px;
    margin-bottom: 30px;
    position: relative;
    color: #000000;
    font-weight: 600;
}.connect-form-06875 form h3::after {
    background: rgb(206,183,202);
    height: 2px;
    bottom: -10px;
    content: "";
    width: 40px;
    left: 0;
    position: absolute;
}.connect-form-06875 form input[type="text"] {
    font-family: Arial, sans-serif;
    font-size: 17px;
    color: #000000;
    position: relative;
    margin-bottom: 20px;
    padding: 15px 20px;
    background: rgba(#ffffff, 0.8);
    border-radius: 10px;
    transition: all 0.3s ease;
    width: 100%;
    border: 1px solid rgba(#000000, 0.1);
}.connect-form-06875 form input[type="text"]:focus {
    box-shadow: 0 0 0 3px rgba(rgb(206,183,202), 0.1);
    background: #ffffff;
    outline: none;
    border-color: rgb(206,183,202);
}.connect-form-06875 form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
    transition: all 0.3s ease;
}.connect-form-06875 form input[type="text"]:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.5;
}.connect-form-06875 .contact-query-27946 {
    align-items: flex-start;
    display: flex;
    margin-bottom: 30px;
    position: relative;
}.connect-form-06875 .contact-query-27946 input[type="checkbox"] {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    cursor: pointer;
}.connect-form-06875 .contact-query-27946 label {
    color: #000000;
    cursor: pointer;
    font-size: 15px;
    padding-left: 35px;
    position: relative;
    user-select: none;
    line-height: 1.4;
}.connect-form-06875 .contact-query-27946 label::before {
    width: 22px;
    content: "";
    left: 0;
    border: 1px solid rgba(#000000, 0.2);
    transition: all 0.3s ease;
    top: 0;
    border-radius: 10px;
    position: absolute;
    background: rgba(#ffffff, 0.8);
    height: 22px;
}.connect-form-06875 .contact-query-27946 input[type="checkbox"]:checked + label::before {
    background: rgb(206,183,202);
    border-color: rgb(206,183,202);
}.connect-form-06875 .contact-query-27946 input[type="checkbox"]:checked + label::after {
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    position: absolute;
    height: 12px;
    border: solid #ffffff;
    left: 8px;
    width: 6px;
    top: 4px;
    content: "";
}.connect-form-06875 .contact-query-27946 label a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgb(206,183,202);
    position: relative;
}.connect-form-06875 .contact-query-27946 label a::after {
    height: 1px;
    position: absolute;
    background: rgb(206,183,202);
    content: "";
    transition: transform 0.3s ease;
    width: 100%;
    transform-origin: left;
    left: 0;
    bottom: -2px;
    transform: scaleX(0);
}.connect-form-06875 .contact-query-27946 label a:hover {
    color: rgb(183,130,174);
}.connect-form-06875 .contact-query-27946 label a:hover::after {
    background: rgb(183,130,174);
    transform: scaleX(1);
}.connect-form-06875 .reach-links-06197 {
    font-size: 18px;
    background: linear-gradient(90deg, rgb(206,183,202), rgb(183,130,174));
    overflow: hidden;
    padding: 15px 20px;
    z-index: 1;
    transition: all 0.3s ease;
    color: #ffffff;
    width: 100%;
    font-weight: 600;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    position: relative;
}.connect-form-06875 .reach-links-06197::before {
    opacity: 0;
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    background: linear-gradient(90deg, rgb(183,130,174), rgb(206,183,202));
    z-index: -1;
    content: "";
    transition: opacity 0.3s ease;
}.connect-form-06875 .reach-links-06197:hover::before {
    opacity: 1;
}.connect-form-06875 .reach-links-06197:active {
    transform: translateY(2px);
}.connect-form-06875 svg {
    transition: fill 0.3s ease;
    margin-right: 10px;
    height: 20px;
    fill: rgb(206,183,202);
    width: 20px;
}.connect-form-06875 svg path {
    fill: rgb(206,183,202);
    transition: fill 0.3s ease;
}.connect-form-06875 svg:hover,
.connect-form-06875 svg:hover path {
    fill: rgb(183,130,174);
}.connect-form-06875 form input {
    background: rgb(233,226,232);
}
@media (max-width: 1024px) {.connect-form-06875 {
    padding: 60px 0;
}.connect-form-06875 .container {
    padding: 0 15px;
}.connect-form-06875 h2 {
    margin-bottom: 40px;
}.connect-form-06875 .connect-query-68512 {
    padding: 40px 30px;
}
}

@media (max-width: 768px) {.connect-form-06875 {
    padding: 50px 0;
}.connect-form-06875 h2 {
    margin-bottom: 30px;
}.connect-form-06875 .query-grid-29401 {
    flex-direction: column;
}.connect-form-06875 .pic-grid-56813 {
    width: 100%;
    height: 250px;
}.connect-form-06875 .connect-query-68512 {
    padding: 30px 25px;
    width: 100%;
}.connect-form-06875 form h3 {
    margin-bottom: 25px;
}.connect-form-06875 form input[type="text"] {
    padding: 12px 15px;
    margin-bottom: 15px;
}.connect-form-06875 .contact-query-27946 {
    margin-bottom: 25px;
}.connect-form-06875 .reach-links-06197 {
    padding: 12px 15px;
}
}

@media (max-width: 480px) {.connect-form-06875 {
    padding: 40px 0;
}.connect-form-06875 h2 {
    font-size: calc(33px * 0.85);
    margin-bottom: 25px;
}.connect-form-06875 .pic-grid-56813 {
    height: 200px;
}.connect-form-06875 .connect-query-68512 {
    padding: 25px 20px;
}.connect-form-06875 form h3 {
    margin-bottom: 20px;
    font-size: calc(21px * 0.9);
}.connect-form-06875 form input[type="text"] {
    padding: 10px 12px;
    margin-bottom: 12px;
}.connect-form-06875 .contact-query-27946 {
    margin-bottom: 20px;
}.connect-form-06875 .contact-query-27946 label {
    padding-left: 30px;
    font-size: calc(15px * 0.9);
}.connect-form-06875 .contact-query-27946 label::before {
    width: 18px;
    height: 18px;
}.connect-form-06875 .contact-query-27946 input[type="checkbox"]:checked + label::after {
    top: 3px;
    left: 6px;
    height: 10px;
    width: 5px;
}.connect-form-06875 .reach-links-06197 {
    padding: 10px 12px;
}
}

@media (prefers-reduced-motion: reduce) {.connect-form-06875::after,
    .connect-form-06875 .pic-grid-56813::before {
    animation: none;
}.connect-form-06875 .query-grid-29401:hover {
    transform: none;
}}.statistical-report-02175 {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgb(233,226,232) 0%, rgb(183,130,174,0.5) 100%);
}.statistical-report-02175::before {
    top: 0;
    background: radial-gradient(circle at 20% 30%, rgb(206,183,202,0.5) 0%, transparent 60%);
    opacity: 0.6;
    height: 100%;
    pointer-events: none;
    width: 100%;
    position: absolute;
    left: 0;
    content: "";
    z-index: 0;
}.statistical-report-02175::after {
    z-index: 0;
    opacity: 0.4;
    transform: translateY(20%) translateX(10%);
    content: "";
    background: radial-gradient(ellipse at bottom right, rgb(183,130,174,0.5) 0%, transparent 70%);
    width: 50%;
    bottom: 0;
    position: absolute;
    pointer-events: none;
    height: 70%;
    right: 0;
}.statistical-report-02175 h3 {
    text-align: center;
    opacity: 0;
    animation: fadeInUp 0.8s ease forwards 0.2s;
    z-index: 2;
    font-size: calc(30px * 0.9);
    transform: translateY(0);
    position: relative;
    color: #000000;
    font-weight: 700;
    margin-bottom: 3rem;
}.statistical-report-02175 .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}.statistical-report-02175 ul {
    list-style: none;
    padding: 0;
    gap: 1.5rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
}.statistical-report-02175 .gain-statistics-07135 {
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    clip-path: polygon(0 0, 100% 0, 100% 94%, 94% 100%, 0 100%);
    opacity: 0;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 85%);
    flex-direction: column;
    justify-content: center;
    transform: translateY(30px);
    text-align: center;
    align-items: center;
    display: flex;
    animation-delay: calc(0.15s * var(--i, 0));
    min-height: 180px;
    height: 100%;
    position: relative;
    padding: 1.8rem;
    animation: statReveal 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}.statistical-report-02175 .gain-statistics-07135:nth-child(1) {
    --i: 1;
}.statistical-report-02175 .gain-statistics-07135:nth-child(2) {
    --i: 2;
}.statistical-report-02175 .gain-statistics-07135:nth-child(3) {
    --i: 3;
}.statistical-report-02175 .gain-statistics-07135:nth-child(4) {
    --i: 4;
}.statistical-report-02175 .gain-statistics-07135:nth-child(5) {
    --i: 5;
}.statistical-report-02175 .gain-statistics-07135:nth-child(6) {
    --i: 6;
}.statistical-report-02175 .gain-statistics-07135:nth-child(7) {
    --i: 7;
}.statistical-report-02175 .gain-statistics-07135::before {
    z-index: -1;
    left: 0;
    content: "";
    clip-path: polygon(0 0, 100% 0, 100% 94%, 94% 100%, 0 100%);
    transition: opacity 0.5s ease;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    opacity: 0;
    background: linear-gradient(45deg, transparent 0%, rgb(206,183,202,0.5) 100%);
}.statistical-report-02175 .gain-statistics-07135:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 0 0 0 1px rgb(206,183,202,0.5);
    transform: translateY(-5px) scale(1.02);
}.statistical-report-02175 .gain-statistics-07135:hover::before {
    opacity: 0.1;
}.statistical-report-02175 .gain-statistics-07135 span {
    margin-bottom: 0.8rem;
    font-weight: 600;
    display: block;
    transform: translateY(0);
    font-size: calc(12px * 1.05);
    position: relative;
    color: #000000;
    line-height: 1.3;
    transition: all 0.4s ease;
}.statistical-report-02175 .gain-statistics-07135:hover span {
    transform: translateY(-2px);
    color: rgb(206,183,202);
}.statistical-report-02175 .gain-statistics-07135 p {
    position: relative;
    margin: 0.5rem 0 0;
    display: inline-block;
    font-weight: 700;
    font-size: calc(39px * 1.1);
    color: rgb(206,183,202);
}.statistical-report-02175 .gain-statistics-07135 p::after {
    width: 0;
    transition: width 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    height: 3px;
    content: "";
    background: rgb(183,130,174);
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
}.statistical-report-02175 .gain-statistics-07135:hover p::after {
    width: 70%;
}

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

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


@media (max-width: 1200px) {.statistical-report-02175 ul {
    gap: 1.2rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.statistical-report-02175 .gain-statistics-07135 {
    min-height: 160px;
    padding: 1.6rem;
}
}

@media (max-width: 992px) {.statistical-report-02175 {
    padding: 3rem 1.5rem;
}.statistical-report-02175 h3 {
    font-size: calc(30px * 0.85);
    margin-bottom: 2.5rem;
}.statistical-report-02175 ul {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1rem;
}
}

@media (max-width: 768px) {.statistical-report-02175 {
    padding: 2.5rem 1rem;
}.statistical-report-02175 h3 {
    font-size: calc(30px * 0.8);
    margin-bottom: 2rem;
}.statistical-report-02175 ul {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}.statistical-report-02175 .gain-statistics-07135 {
    min-height: 150px;
    padding: 1.4rem;
}.statistical-report-02175 .gain-statistics-07135 span {
    font-size: 12px;
}.statistical-report-02175 .gain-statistics-07135 p {
    font-size: 39px;
}
}

@media (max-width: 576px) {.statistical-report-02175 {
    padding: 2rem 0.8rem;
}.statistical-report-02175 h3 {
    font-size: calc(30px * 0.75);
    margin-bottom: 1.5rem;
}.statistical-report-02175 ul {
    gap: 1rem;
    grid-template-columns: 1fr;
}.statistical-report-02175 .gain-statistics-07135 {
    padding: 1.2rem;
    min-height: auto;
}.statistical-report-02175 .gain-statistics-07135 p {
    font-size: calc(39px * 0.9);
}.statistical-report-02175::before,
    .statistical-report-02175::after {
    opacity: 0.3;
}}.help-center-85364 {
    position: relative;
    overflow: hidden;
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(233,226,232) 0%, rgb(183,130,174,0.5) 100%);
}.help-center-85364::before {
    left: 0;
    position: absolute;
    width: 100%;
    content: "";
    z-index: 1;
    opacity: 0.03;
    background:
        radial-gradient(circle at 10% 20%, #ffffff 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, #ffffff 0%, transparent 20%),
        radial-gradient(circle at 50% 50%, #ffffff 0%, transparent 40%);
    top: 0;
    height: 100%;
}.help-center-85364::after {
    width: 100%;
    content: "";
    position: absolute;
    height: 100%;
    background-size: 180px 180px;
    left: 0;
    opacity: 0.2;
    background-image:
        radial-gradient(circle at 20% 30%, rgb(206,183,202,0.5) 1px, transparent 8px),
        radial-gradient(circle at 70% 60%, rgb(206,183,202,0.5) 1px, transparent 8px),
        radial-gradient(circle at 40% 80%, rgb(206,183,202,0.5) 1px, transparent 8px),
        radial-gradient(circle at 80% 10%, rgb(206,183,202,0.5) 1px, transparent 8px);
    top: 0;
    z-index: 2;
    background-position: center center;
    animation: patternFloat 30s linear infinite;
}@keyframes patternFloat {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 180px 180px;
    }
}

.help-center-85364 .container {
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    z-index: 3;
    position: relative;
}.help-center-85364 .edu-help-91720 {
    padding: 40px;
    position: relative;
    background: rgb(183,130,174,0.5);
    box-shadow:
        0 15px 30px rgba(0, 0, 0, 0.5),
        0 0 0 1px #ffffff,
        inset 0 0 30px rgb(206,183,202,0.5);
    border-radius: 17px;
    overflow: hidden;
    transform: translateZ(0);
}.help-center-85364 .edu-help-91720::before {
    width: 200%;
    height: 200%;
    left: -50%;
    animation: lightSweep 6s linear infinite;
    opacity: 0.03;
    transform-origin: center;
    content: "";
    position: absolute;
    z-index: -1;
    background: linear-gradient(
        45deg,
        transparent 0%,
        #ffffff 50%,
        transparent 100%
    );
    top: -50%;
}@keyframes lightSweep {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.help-center-85364 .edu-help-91720 h3 {
    position: relative;
    display: inline-block;
    font-size: 36px;
    margin-bottom: 25px;
    color: #ffffff;
    font-weight: 700;
}.help-center-85364 .edu-help-91720 h3::after {
    content: "";
    position: absolute;
    width: 60%;
    height: 3px;
    left: 0;
    border-radius: 10px;
    bottom: -8px;
    background: linear-gradient(90deg, rgb(206,183,202) 0%, transparent 100%);
}.help-center-85364 .quick-answers-05274 {
    color: #ffffff;
    max-width: 90%;
    font-size: 14px;
    opacity: 0.9;
    line-height: 1.6;
    margin-bottom: 30px;
}.help-center-85364 .get-contactwidget-38529 {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    position: relative;
    display: grid;
    gap: 15px;
}.help-center-85364 .get-contactwidget-38529::before {
    content: "";
    position: absolute;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent 0%,
        #ffffff 50%,
        transparent 100%
    );
    opacity: 0.1;
    left: 0;
    width: 100%;
    top: -15px;
}.help-center-85364 .get-contactwidget-38529 span {
    position: relative;
    border-radius: 10px;
    transition: all 0.3s ease;
    flex-direction: column;
    padding: 18px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    background: linear-gradient(135deg, #000000 0%, rgb(183,130,174) 100%);
    display: flex;
    border-left: 2px solid rgb(206,183,202);
}.help-center-85364 .get-contactwidget-38529 span:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}.help-center-85364 .get-contactwidget-38529 span p {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.6;
    color: #ffffff;
    letter-spacing: 0.3px;
    margin: 0;
}.help-center-85364 .get-contactwidget-38529 span {
    color: #ffffff;
}.help-center-85364 .get-contactwidget-38529 span a {
    transition: all 0.3s ease;
    font-weight: 700;
    display: inline-block;
    position: relative;
    color: #ffffff;
    text-decoration: none;
}.help-center-85364 .get-contactwidget-38529 span a:hover {
    color: rgb(206,183,202);
}.help-center-85364 .get-contactwidget-38529 span span {
    font-size: 14px;
    transform: none;
    margin: 0;
    border: none;
    font-weight: 400;
    box-shadow: none;
    color: #ffffff;
    background: transparent;
}.help-center-85364 .get-contactwidget-38529 span span:hover {
    background: transparent;
    transform: none;
    box-shadow: none;
}.help-center-85364 .msg-form-24830 {
    overflow: hidden;
    margin-top: 10px;
    grid-column: 1 / -1;
    border-radius: 10px;
    position: relative;
    padding: 20px;
    background: rgb(183,130,174,0.5);
}.help-center-85364 .msg-form-24830::before {
    left: 0;
    z-index: -1;
    opacity: 0.02;
    width: 100%;
    content: "";
    height: 100%;
    top: 0;
    position: absolute;
    background: linear-gradient(
        45deg,
        transparent 0%,
        #ffffff 50%,
        transparent 100%
    );
}.help-center-85364 .msg-form-24830 h4 {
    color: #ffffff;
    position: relative;
    font-size: 23px;
    display: inline-block;
    margin-bottom: 15px;
}.help-center-85364 .msg-form-24830 h4::after {
    background: rgb(206,183,202);
    content: "";
    width: 50%;
    position: absolute;
    bottom: -5px;
    left: 0;
    height: 2px;
    border-radius: 10px;
}.help-center-85364 .msg-form-24830 span {
    transition: all 0.3s ease;
    display: block;
    border-bottom: 1px dashed #ffffff;
    padding: 12px;
    margin-bottom: 15px;
    color: #ffffff;
    font-size: 14px;
    opacity: 0.8;
}.help-center-85364 .msg-form-24830 span:last-child {
    border-bottom: none;
}.help-center-85364 .msg-form-24830 span:hover {
    padding-left: 5px;
    opacity: 1;
    color: rgb(206,183,202);
}

@media (max-width: 992px) {.help-center-85364 {
    padding: 60px 0;
}.help-center-85364 .edu-help-91720 {
    padding: 30px;
}.help-center-85364 .edu-help-91720 h3 {
    font-size: calc(36px * 0.9);
}.help-center-85364 .quick-answers-05274 {
    max-width: 100%;
}.help-center-85364 .get-contactwidget-38529 {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
}

@media (max-width: 768px) {.help-center-85364 {
    padding: 40px 0;
}.help-center-85364 .edu-help-91720 {
    padding: 25px 20px;
}.help-center-85364 .edu-help-91720 h3 {
    margin-bottom: 20px;
    font-size: calc(36px * 0.8);
}.help-center-85364 .quick-answers-05274 {
    font-size: calc(14px * 0.95);
    margin-bottom: 25px;
}.help-center-85364 .get-contactwidget-38529 {
    grid-template-columns: 1fr;
    gap: 15px;
}.help-center-85364 .get-contactwidget-38529 span {
    padding: 15px;
}.help-center-85364 .get-contactwidget-38529 span p,
    .help-center-85364 .get-contactwidget-38529 span a,
    .help-center-85364 .get-contactwidget-38529 span span {
    line-height: 1.5;
    font-size: calc(14px * 1.05);
}.help-center-85364 .msg-form-24830 {
    padding: 15px;
}.help-center-85364 .msg-form-24830 h4 {
    font-size: calc(23px * 0.9);
}.help-center-85364 .msg-form-24830 span {
    padding: 8px 0;
    font-size: calc(14px * 0.9);
}.help-center-85364::after {
    background-size: 100px 100px;
}@keyframes patternFloat {
        0% {
            background-position: 0 0;
        }
        100% {
            background-position: 100px 100px;
        }
    }
}

.help-center-85364 .get-contactwidget-38529 span:first-child {
    color: #ffffff;
}.help-center-85364 .edu-help-91720::after {
    content: "";
    height: 100px;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle, #ffffff 0%, transparent 70%);
    position: absolute;
    left: 50%;
    z-index: -1;
    border-radius: 50%;
    top: 50%;
    width: 100px;
    animation: pulse 10s infinite;
    opacity: 0.1;
}@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(0);
        opacity: 0.6;
    }
    70% {
        opacity: 0;
    }
    100% {
        transform: translate(-50%, -50%) scale(6);
        opacity: 0;
    }
}

.help-center-85364 .edu-help-91720::after {
    border-radius: 0 0 17px 0;
    right: 0;
    z-index: -1;
    background-size: 30px 30px;
    height: 150px;
    bottom: 0;
    opacity: 0.1;
    width: 150px;
    position: absolute;
    background:
        linear-gradient(45deg, transparent 48%, rgb(206,183,202) 48%, rgb(206,183,202) 52%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, rgb(206,183,202) 48%, rgb(206,183,202) 52%, transparent 52%);
    background-position: center;
    content: "";
}.help-center-85364 .edu-help-91720::before {
    z-index: -1;
    width: 100px;
    left: 0;
    opacity: 0.1;
    top: 0;
    height: 100px;
    position: absolute;
    background:
        linear-gradient(45deg, rgb(206,183,202) 0%, transparent 30%),
        radial-gradient(circle at 20px 20px, rgb(206,183,202) 0%, transparent 8px);
    border-radius: 17px 0 0 0;
    background-size: 100% 100%, 40px 40px;
    content: "";
}.help-center-85364 .edu-help-91720 {
    position: relative;
    overflow: hidden;
}.help-center-85364 .edu-help-91720:before {
    right: -100px;
    position: absolute;
    opacity: 0.05;
    width: 200px;
    content: "";
    top: -100px;
    height: 200px;
    border-radius: 50%;
    background: rgb(206,183,202);
    z-index: -1;
}.help-center-85364 .edu-help-91720:after {
    content: "";
    opacity: 0.05;
    width: 150px;
    position: absolute;
    left: -75px;
    background: rgb(183,130,174);
    bottom: -75px;
    z-index: -1;
    border-radius: 50%;
    height: 150px;
}.help-center-85364 .container:before {
    position: absolute;
    border-radius: 10px;
    right: 20px;
    animation: rotate 15s linear infinite;
    width: 40px;
    opacity: 0.2;
    top: 20px;
    border: 2px solid rgb(206,183,202);
    content: "";
    height: 40px;
}.help-center-85364 .container:after {
    left: 20px;
    border: 2px solid rgb(183,130,174);
    width: 30px;
    position: absolute;
    border-radius: 10px;
    animation: rotate 10s linear infinite reverse;
    opacity: 0.2;
    height: 30px;
    bottom: 20px;
    content: "";
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.help-center-85364 .get-contactwidget-38529 span {
    backdrop-filter: blur(5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}.help-center-85364 .get-contactwidget-38529 span p {
    letter-spacing: 0.5px;
}.help-center-85364 .get-contactwidget-38529 a {
    overflow: hidden;
    position: relative;
}.help-center-85364 .get-contactwidget-38529 a:hover {
    color: rgb(206,183,202);
}.help-center-85364 .msg-form-24830 {
    background: linear-gradient(45deg, rgb(183,130,174,0.5) 0%, rgb(206,183,202,0.5) 100%);
}.help-center-85364 .msg-form-24830 span {
    transition: transform 0.3s ease, color 0.3s ease;
    position: relative;
}.help-center-85364 .msg-form-24830 span:hover {
    transform: translateX(10px);
}.help-center-85364 .msg-form-24830 span:before {
    top: 50%;
    left: -10px;
    transition: opacity 0.3s ease;
    position: absolute;
    border-width: 4px 0 4px 6px;
    height: 0;
    opacity: 0;
    transform: translateY(-50%);
    border-style: solid;
    content: "";
    border-color: transparent transparent transparent rgb(206,183,202);
    width: 0;
}.help-center-85364 .msg-form-24830 span:hover:before {
    opacity: 1;
}.help-center-85364 .get-contactwidget-38529 span svg {
    margin-top: 8px;
    margin-bottom: 8px;
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
    top: -1px;
    transition: all 0.3s ease;
    width: 18px;
    opacity: 0.7;
    position: relative;
    height: 18px;
}.help-center-85364 .get-contactwidget-38529 span:hover svg {
    opacity: 1;
    transform: scale(1.1);
}.help-center-85364 .get-contactwidget-38529 span svg path {
    transition: all 0.3s ease;
    fill: rgb(206,183,202);
}.help-center-85364 .get-contactwidget-38529 span:hover svg path {
    fill: #ffffff;
}.help-center-85364 .get-contactwidget-38529 span svg path {
    stroke: #ffffff;
    stroke-width: 1.5;
    fill: none;
}.help-center-85364 .get-contactwidget-38529 span:hover svg path {
    stroke: rgb(206,183,202);
}.help-center-85364 .msg-form-24830 svg {
    margin-right: 5px;
    height: 16px;
    vertical-align: middle;
    width: 16px;
}.help-center-85364 .msg-form-24830 svg path {
    fill: rgb(206,183,202);
}.help-center-85364 .msg-form-24830 span:hover svg path {
    fill: #ffffff;
}.help-center-85364 .edu-help-91720 h3 svg {
    width: 24px;
    vertical-align: middle;
    margin-right: 10px;
    height: 24px;
}.help-center-85364 .edu-help-91720 h3 svg path {
    fill: rgb(206,183,202);
    transition: all 0.3s ease;
}.help-center-85364 .edu-help-91720 h3:hover svg path {
    fill: #ffffff;
}.help-center-85364 .get-contactwidget-38529 span a:hover svg {
    animation: wobble 1s ease;
}

@keyframes wobble {
    0%, 100% {
        transform: rotate(0);
    }
    25% {
        transform: rotate(-5deg);
    }
    75% {
        transform: rotate(5deg);
    }
}

@media (max-width: 992px) {.help-center-85364 .get-contactwidget-38529 span svg {
    width: 18px;
    height: 18px;
}.help-center-85364 .edu-help-91720 h3 svg {
    height: 20px;
    width: 20px;
}
}

@media (max-width: 768px) {.help-center-85364 .get-contactwidget-38529 span svg {
    height: 16px;
    width: 16px;
}
}