* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}.CsnuG-wrapper-container {
    min-height: 100%;
    flex-direction: column;
    height: 100%;
    display: flex;
}header,footer {
    width: 100%;
}a {
    text-decoration: none;
    color: inherit;
}.container {
    margin: auto;
    width: 1249px;
    max-width: 100%;
}svg {
    width: 30px;
    height: 30px;
}html,body {
    font-family: Arial, sans-serif;
    scroll-behavior: auto;
    color: #000000;
    height: 100%;
    min-height: 100%;
}.ODgHS-top-sitebar {
    flex: 1 0 auto;
}.veXCT-forum-link {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.EITpr-contact-panel {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(90deg, #ffffff 50%, rgb(228,214,214) 50%);
}.EITpr-contact-panel::before {
    left: 0;
    top: 0;
    width: 100%;
    content: "";
    height: 100%;
    background: 
        radial-gradient(circle at 20% 20%, rgba(0, 0, 0, 0.02) 0%, transparent 20%),
        radial-gradient(circle at 80% 80%, rgba(0, 0, 0, 0.02) 0%, transparent 20%);
    background-size: 60px 60px;
    z-index: 0;
    position: absolute;
}.EITpr-contact-panel .container {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}.EITpr-contact-panel h2 {
    color: rgb(182,186,203);
    position: relative;
    font-weight: 700;
    margin-bottom: 60px;
    text-align: center;
    font-size: 32px;
}.EITpr-contact-panel h2::after {
    transform: translateX(-50%);
    height: 3px;
    background: rgb(182,186,203);
    width: 60px;
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
}.EITpr-contact-panel .EAcwS-help-reach {
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    border-radius: 26px;
    overflow: hidden;
    position: relative;
    background: #ffffff;
    display: flex;
}.EITpr-contact-panel .EAcwS-help-reach::before {
    position: absolute;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, rgb(182,186,203), rgb(141,145,171));
    top: 0;
    left: 0;
    content: "";
}.EITpr-contact-panel .KRNof-snap {
    transition: all 0.5s ease;
    min-height: 550px;
    position: relative;
    flex: 0 0 50%;
}.EITpr-contact-panel .KRNof-snap::after {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    content: "";
    background: linear-gradient(45deg, rgb(182,186,203,0.5), transparent);
    left: 0;
}.EITpr-contact-panel .cpymw-request-support {
    flex: 0 0 50%;
    position: relative;
    background: #ffffff;
    padding: 60px 50px;
}.EITpr-contact-panel .cpymw-request-support::before {
    top: 0;
    height: 100%;
    width: 10px;
    content: "";
    left: 0;
    position: absolute;
    background: rgb(228,214,214);
}.EITpr-contact-panel #contact {
    gap: 30px;
    flex-direction: column;
    display: flex;
}.EITpr-contact-panel h3 {
    position: relative;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 18px;
    display: inline-block;
    color: #000000;
    padding-bottom: 10px;
}.EITpr-contact-panel h3::after {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    background: rgb(182,186,203,0.5);
    height: 2px;
}.EITpr-contact-panel input[type="text"] {
    transition: all 0.3s ease;
    border-radius: 10px;
    width: 100%;
    border: 2px solid rgb(228,214,214);
    color: #000000;
    font-size: 15px;
    background: #ffffff;
    padding: 18px 20px;
}.EITpr-contact-panel input[type="text"]:focus {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-color: rgb(182,186,203);
    outline: none;
}.EITpr-contact-panel input[type="text"]::placeholder {
    opacity: 0.6;
    color: #000000;
}.EITpr-contact-panel .uVIbN-help-request {
    gap: 12px;
    display: flex;
    margin-top: 10px;
    align-items: flex-start;
}.EITpr-contact-panel .uVIbN-help-request input[type="checkbox"] {
    width: 24px;
    transition: all 0.3s ease;
    border-radius: 10px;
    position: relative;
    height: 24px;
    cursor: pointer;
    border: 2px solid rgb(228,214,214);
    appearance: none;
    margin-top: 2px;
}.EITpr-contact-panel .uVIbN-help-request input[type="checkbox"]:checked {
    border-color: rgb(182,186,203);
    background: rgb(182,186,203);
}.EITpr-contact-panel .uVIbN-help-request input[type="checkbox"]:checked::after {
    left: 8px;
    height: 10px;
    transform: rotate(45deg);
    top: 5px;
    content: "";
    border-right: 2px solid #ffffff;
    width: 6px;
    border-bottom: 2px solid #ffffff;
    position: absolute;
}.EITpr-contact-panel .uVIbN-help-request label {
    font-size: 15px;
    color: #000000;
    line-height: 1.5;
}.EITpr-contact-panel .uVIbN-help-request a {
    color: rgb(182,186,203);
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
}.EITpr-contact-panel .uVIbN-help-request a:hover {
    color: rgb(141,145,171);
}.EITpr-contact-panel .WslxO-query-form {
    position: relative;
    align-self: flex-start;
    box-shadow: 0 8px 20px rgb(182,186,203,0.5);
    border: none;
    background: rgb(182,186,203);
    color: #ffffff;
    cursor: pointer;
    margin-top: 20px;
    padding: 16px 40px;
    transition: all 0.3s ease;
    overflow: hidden;
    font-weight: 600;
    border-radius: 10px;
    font-size: 14px;
}.EITpr-contact-panel .WslxO-query-form::before {
    position: absolute;
    transition: all 0.6s ease;
    width: 100%;
    top: 0;
    content: "";
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    height: 100%;
}.EITpr-contact-panel .WslxO-query-form:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgb(141,145,171,0.5);
    background: rgb(141,145,171);
}.EITpr-contact-panel .WslxO-query-form:hover::before {
    left: 100%;
}.EITpr-contact-panel svg {
    fill: rgb(182,186,203);
    width: 22px;
    transition: all 0.3s ease;
    height: 22px;
}.EITpr-contact-panel svg path {
    fill: rgb(182,186,203);
    transition: all 0.3s ease;
}.EITpr-contact-panel svg:hover {
    fill: rgb(141,145,171);
    transform: translateY(-2px);
}.EITpr-contact-panel svg:hover path {
    fill: rgb(141,145,171);
}

@media (max-width: 1200px) {.EITpr-contact-panel {
    background: #ffffff;
}
}

@media (max-width: 992px) {.EITpr-contact-panel {
    padding: 80px 0;
}.EITpr-contact-panel .EAcwS-help-reach {
    flex-direction: column-reverse;
}.EITpr-contact-panel .KRNof-snap {
    min-height: 350px;
    flex: 0 0 auto;
}.EITpr-contact-panel .cpymw-request-support {
    flex: 0 0 auto;
    padding: 50px 40px;
}.EITpr-contact-panel .cpymw-request-support::before {
    left: 0;
    top: 0;
    height: 10px;
    width: 100%;
}
}

@media (max-width: 768px) {.EITpr-contact-panel {
    padding: 60px 0;
}.EITpr-contact-panel h2 {
    margin-bottom: 40px;
    font-size: calc(32px - 4px);
}.EITpr-contact-panel .cpymw-request-support {
    padding: 40px 30px;
}.EITpr-contact-panel #contact {
    gap: 25px;
}.EITpr-contact-panel .KRNof-snap {
    min-height: 300px;
}
}

@media (max-width: 576px) {.EITpr-contact-panel {
    padding: 50px 0;
}.EITpr-contact-panel .container {
    padding: 0 15px;
}.EITpr-contact-panel h2 {
    margin-bottom: 30px;
    font-size: calc(32px - 6px);
}.EITpr-contact-panel .cpymw-request-support {
    padding: 35px 25px;
}.EITpr-contact-panel #contact {
    gap: 20px;
}.EITpr-contact-panel input[type="text"] {
    padding: 15px;
}.EITpr-contact-panel .WslxO-query-form {
    padding: 15px 25px;
    width: 100%;
}.EITpr-contact-panel .KRNof-snap {
    min-height: 250px;
}}.ewGfW-title-welcome {
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(228,214,214) 0%, rgba(240, 245, 255, 0.95) 100%);
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}.ewGfW-title-welcome::before {
    transform: rotate(-15deg) skewX(-5deg);
    left: -5%;
    width: 35%;
    z-index: 1;
    position: absolute;
    content: "";
    opacity: 0.08;
    height: 120%;
    animation: shiftGradient 15s infinite alternate ease-in-out;
    background: linear-gradient(135deg, rgb(182,186,203,0.5) 0%, transparent 80%);
    top: -10%;
}.ewGfW-title-welcome::after {
    width: 40%;
    background: linear-gradient(225deg, rgb(141,145,171,0.5) 0%, transparent 70%);
    transform: rotate(10deg) skewX(5deg);
    animation: shiftGradient 18s infinite alternate-reverse ease-in-out;
    bottom: -10%;
    height: 50%;
    content: "";
    opacity: 0.12;
    position: absolute;
    z-index: 1;
    right: -5%;
}.ewGfW-title-welcome .QiGFM-smart-classes {
    display: grid;
    z-index: 2;
    grid-template-columns: 1fr 1fr;
    padding: 2rem;
    transform: translateZ(0);
    width: 100%;
    gap: 2rem;
    margin: 0 auto;
    position: relative;
    max-width: 1400px;
}.ewGfW-title-welcome .AnVWR-text-section {
    padding: 2rem;
    opacity: 0;
    flex-direction: column;
    transform: translateX(-30px);
    display: flex;
    justify-content: center;
    animation: slideInLeft 0.8s 0.2s forwards cubic-bezier(0.17, 0.67, 0.45, 1.1);
}.ewGfW-title-welcome h1 {
    color: #000000;
    transition: transform 0.5s ease;
    transform: perspective(500px) rotateX(0deg);
    position: relative;
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-size: calc(45px * 1.2);
    line-height: 1.2;
}.ewGfW-title-welcome h1::after {
    left: 0;
    transform: scaleX(0.8);
    position: absolute;
    content: "";
    width: 60%;
    height: 4px;
    transform-origin: left;
    bottom: -10px;
    animation: expandLine 1.5s 1s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    background: linear-gradient(90deg, rgb(182,186,203) 0%, transparent 100%);
}.ewGfW-title-welcome .ugjIV-page-entry {
    margin: 2rem 0;
    transition: transform 0.4s ease;
    position: relative;
    transform: translateY(0);
}.ewGfW-title-welcome .ugjIV-page-entry:hover {
    transform: translateY(-5px);
}.ewGfW-title-welcome .ugjIV-page-entry svg {
    filter: drop-shadow(0 4px 6px rgba(94, 170, 168, 0.2));
    height: 60px;
    margin-bottom: 1rem;
    transform: rotate(-5deg);
    margin-right: 1.5rem;
    float: left;
    transition: transform 0.4s ease, filter 0.4s ease;
    width: 60px;
}.ewGfW-title-welcome .ugjIV-page-entry:hover svg {
    transform: rotate(0deg) scale(1.05);
    filter: drop-shadow(0 6px 10px rgba(94, 170, 168, 0.3));
}.ewGfW-title-welcome .ugjIV-page-entry svg path {
    transition: fill 0.3s ease;
    fill: rgb(182,186,203);
}.ewGfW-title-welcome .ugjIV-page-entry:hover svg path {
    fill: rgb(75, 150, 148);
}.ewGfW-title-welcome .ugjIV-page-entry svg text {
    font-size: 6px;
    transition: fill 0.3s ease;
    fill: rgb(182,186,203);
    font-family: Arial, sans-serif;
}.ewGfW-title-welcome .ugjIV-page-entry:hover svg text {
    fill: rgb(75, 150, 148);
}.ewGfW-title-welcome .ugjIV-page-entry p {
    line-height: 1.6;
    position: relative;
    color: #000000;
    font-size: calc(14px * 1.1);
    overflow: hidden;
    margin-top: 0.5rem;
    max-width: 95%;
}.ewGfW-title-welcome .ugjIV-page-entry p::after {
    animation: slideRight 1.5s 1.2s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
    width: 100%;
    height: 1px;
    bottom: -5px;
    content: "";
    position: absolute;
    left: 0;
    transform: translateX(-100%);
    background: linear-gradient(90deg, rgb(141,145,171,0.5) 0%, transparent 100%);
}.ewGfW-title-welcome ul {
    padding: 0;
    flex-wrap: wrap;
    margin: 2rem 0 0 0;
    display: flex;
    list-style: none;
}.ewGfW-title-welcome ul li {
    margin-right: 1.5rem;
    transform: translateY(20px);
    margin-bottom: 1rem;
    opacity: 0;
    animation: fadeInUp 0.5s 1.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
}.ewGfW-title-welcome .WslxO-query-form {
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    border-radius: 10px;
    color: #ffffff;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    transform: translateZ(0);
    overflow: hidden;
    box-shadow: 0 8px 20px -5px rgba(94, 170, 168, 0.4);
    background: linear-gradient(135deg, rgb(182,186,203) 0%, rgb(75, 150, 148) 100%);
    font-size: 18px;
    z-index: 1;
    padding: 0.85rem 2rem;
}.ewGfW-title-welcome .WslxO-query-form::before {
    content: "";
    transition: opacity 0.3s ease;
    height: 100%;
    opacity: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgb(75, 150, 148) 0%, rgb(182,186,203) 100%);
    left: 0;
    top: 0;
    z-index: -1;
}.ewGfW-title-welcome .WslxO-query-form:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 12px 25px -5px rgba(94, 170, 168, 0.5);
}.ewGfW-title-welcome .WslxO-query-form:hover::before {
    opacity: 1;
}.ewGfW-title-welcome .WslxO-query-form:active {
    transform: translateY(-2px) scale(0.98);
    box-shadow: 0 5px 15px -5px rgba(94, 170, 168, 0.6);
}.ewGfW-title-welcome .KRNof-snap {
    opacity: 0;
    min-height: 500px;
    position: relative;
    height: calc(100vh - 4rem);
    box-shadow: 
        25px 25px 50px -10px rgba(0, 0, 0, 0.1),
        -5px -5px 20px 0 rgba(255, 255, 255, 0.6);
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
    transition: transform 0.6s cubic-bezier(0.17, 0.84, 0.44, 1);
    animation: fadeIn 1s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    max-height: 700px;
    border-radius: 26px;
}.ewGfW-title-welcome .KRNof-snap:hover {
    transform: perspective(1000px) rotateY(-2deg) translateZ(0) translateX(-5px);
}.ewGfW-title-welcome .KRNof-snap::before {
    top: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    opacity: 0.7;
    background: linear-gradient(
        135deg, 
        rgba(94, 170, 168, 0.2) 0%, 
        transparent 50%,
        rgba(94, 170, 168, 0.1) 100%
    );
    transition: opacity 0.4s ease;
    z-index: 1;
    content: "";
    left: 0;
}.ewGfW-title-welcome .KRNof-snap:hover::before {
    opacity: 0.4;
}.ewGfW-title-welcome .KRNof-snap::after {
    opacity: 0;
    transform: scale(1.5);
    position: absolute;
    content: "";
    pointer-events: none;
    top: -50%;
    left: -50%;
    z-index: 2;
    transition: transform 0.6s ease, opacity 0.6s ease;
    height: 200%;
    width: 200%;
    background: radial-gradient(
        circle at center,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 50%
    );
}.ewGfW-title-welcome .KRNof-snap:hover::after {
    transform: scale(1);
    opacity: 0.8;
}

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

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

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

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

@keyframes slideRight {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}

@keyframes shiftGradient {
    0% {
        opacity: 0.05;
        transform: rotate(-15deg) skewX(-5deg) translateX(0);
    }
    100% {
        opacity: 0.15;
        transform: rotate(-12deg) skewX(-3deg) translateX(10px);
    }
}

@media (max-width: 992px) {.ewGfW-title-welcome .QiGFM-smart-classes {
    grid-template-columns: 1fr;
    gap: 1rem;
}.ewGfW-title-welcome .AnVWR-text-section {
    padding: 1rem 0;
    animation: fadeIn 0.8s 0.2s forwards cubic-bezier(0.17, 0.67, 0.45, 1.1);
    transform: translateX(0);
}.ewGfW-title-welcome h1 {
    font-size: calc(35px * 1.1);
}.ewGfW-title-welcome .KRNof-snap {
    height: 50vh;
    transform: perspective(1000px) rotateY(0deg) translateZ(0);
    order: -1;
    max-height: 400px;
    min-height: 300px;
}.ewGfW-title-welcome .KRNof-snap:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(0) translateY(-5px);
}
}

@media (max-width: 768px) {.ewGfW-title-welcome {
    min-height: auto;
    padding: 4rem 0;
}.ewGfW-title-welcome .QiGFM-smart-classes {
    padding: 1rem;
}.ewGfW-title-welcome h1 {
    font-size: 35px;
}.ewGfW-title-welcome .ugjIV-page-entry svg {
    height: 50px;
    width: 50px;
}.ewGfW-title-welcome .ugjIV-page-entry p {
    max-width: 100%;
    font-size: 14px;
}.ewGfW-title-welcome .KRNof-snap {
    min-height: 250px;
    height: 40vh;
}.ewGfW-title-welcome ul {
    margin-top: 1.5rem;
}.ewGfW-title-welcome .WslxO-query-form {
    padding: 0.75rem 1.5rem;
}
}

@media (max-width: 576px) {.ewGfW-title-welcome {
    padding: 3rem 0;
}.ewGfW-title-welcome .QiGFM-smart-classes {
    padding: 0.75rem;
}.ewGfW-title-welcome h1 {
    font-size: calc(35px * 0.9);
}.ewGfW-title-welcome h1::after {
    width: 80%;
}.ewGfW-title-welcome .ugjIV-page-entry {
    margin: 1.5rem 0;
}.ewGfW-title-welcome .ugjIV-page-entry svg {
    margin-right: 1rem;
    width: 40px;
    height: 40px;
}.ewGfW-title-welcome .KRNof-snap {
    height: 35vh;
    min-height: 200px;
}}.evQTO-statistics-information {
    padding: 5rem 2rem;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(228,214,214) 0%, rgb(141,145,171,0.5) 100%);
    perspective: 1000px;
}.evQTO-statistics-information::before {
    pointer-events: none;
    content: "";
    position: absolute;
    top: 0;
    opacity: 0.05;
    background: repeating-linear-gradient(
        45deg,
        rgb(182,186,203,0.5) 0px,
        transparent 2px,
        transparent 10px,
        rgb(182,186,203,0.5) 12px
    );
    left: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
}.evQTO-statistics-information::after {
    background: linear-gradient(to bottom right, rgb(182,186,203,0.5) 0%, transparent 70%);
    position: absolute;
    z-index: 0;
    height: 200%;
    top: -50%;
    pointer-events: none;
    width: 70%;
    right: -20%;
    content: "";
    transform: rotate(15deg);
}.evQTO-statistics-information .container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 1400px;
    transform-style: preserve-3d;
}.evQTO-statistics-information ul {
    transform-style: preserve-3d;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    margin: 0;
    margin-bottom: 4rem;
    gap: 2.5rem;
    padding: 0;
}.evQTO-statistics-information .OntpC-edu-wins {
    transform: translateZ(0);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    transform-style: preserve-3d;
}.evQTO-statistics-information .OntpC-edu-wins:hover {
    transform: translateZ(20px) scale(1.02);
}.evQTO-statistics-information .OntpC-edu-wins div {
    z-index: 2;
    transition: all 0.4s ease;
    border-radius: 10px;
    background: #ffffff;
    padding: 2.5rem 1.5rem;
    height: 100%;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
}.evQTO-statistics-information .OntpC-edu-wins div::before {
    background: linear-gradient(90deg, rgb(182,186,203) 0%, rgb(141,145,171) 100%);
    content: "";
    width: 100%;
    left: 0;
    z-index: 1;
    position: absolute;
    height: 5px;
    top: 0;
}.evQTO-statistics-information .OntpC-edu-wins div::after {
    width: 50%;
    transition: all 0.4s ease;
    content: "";
    background: linear-gradient(135deg, transparent 50%, rgb(141,145,171,0.5) 100%);
    position: absolute;
    right: 0;
    opacity: 0.1;
    height: 40%;
    z-index: -1;
    bottom: 0;
}.evQTO-statistics-information .OntpC-edu-wins:hover div::after {
    opacity: 0.15;
    height: 50%;
    width: 60%;
}.evQTO-statistics-information .OntpC-edu-wins p {
    margin: 0 0 0.5rem;
    font-weight: 700;
    line-height: 1;
    transition: transform 0.3s ease;
    position: relative;
    font-size: calc(29px * 1.5);
    color: rgb(182,186,203);
}.evQTO-statistics-information .OntpC-edu-wins:hover p {
    transform: translateY(-5px);
}.evQTO-statistics-information .OntpC-edu-wins p::after {
    position: absolute;
    background: rgb(141,145,171);
    transform: translateX(-50%);
    width: 40px;
    height: 3px;
    left: 50%;
    bottom: -10px;
    content: "";
    opacity: 0.7;
    transition: width 0.3s ease;
}.evQTO-statistics-information .OntpC-edu-wins:hover p::after {
    width: 60px;
}.evQTO-statistics-information .OntpC-edu-wins span {
    font-size: 16px;
    transition: all 0.3s ease;
    display: block;
    margin-top: 1rem;
    z-index: 2;
    color: #000000;
    position: relative;
    font-weight: 600;
}.evQTO-statistics-information h4 {
    font-size: 22px;
    margin: 0;
    color: #000000;
    position: relative;
    text-align: center;
    transform: translateZ(30px);
    font-weight: 700;
    letter-spacing: 0.5px;
    padding-bottom: 1rem;
}.evQTO-statistics-information h4::before {
    transform: translateX(-50%);
    background: rgb(182,186,203);
    bottom: 0;
    left: 50%;
    content: "";
    position: absolute;
    width: 80px;
    height: 3px;
}

@media (min-width: 992px) {.evQTO-statistics-information {
    padding: 7rem 3rem;
}.evQTO-statistics-information ul {
    gap: 2rem;
    grid-template-columns: repeat(4, 1fr);
}.evQTO-statistics-information h4 {
    font-size: calc(22px * 1.2);
}.evQTO-statistics-information .OntpC-edu-wins p {
    font-size: calc(42px * 1.2);
}
}

@media (min-width: 768px) and (max-width: 991px) {.evQTO-statistics-information ul {
    grid-template-columns: repeat(3, 1fr);
}
}

@media (min-width: 576px) and (max-width: 767px) {.evQTO-statistics-information ul {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 575px) {.evQTO-statistics-information {
    padding: 4rem 1.5rem;
}.evQTO-statistics-information ul {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.evQTO-statistics-information .OntpC-edu-wins div {
    padding: 2rem 1rem;
}.evQTO-statistics-information .OntpC-edu-wins p {
    font-size: 29px;
}.evQTO-statistics-information h4 {
    font-size: 21px;
}
}

@media (prefers-reduced-motion: reduce) {.evQTO-statistics-information .OntpC-edu-wins,
    .evQTO-statistics-information .OntpC-edu-wins:hover,
    .evQTO-statistics-information .OntpC-edu-wins p,
    .evQTO-statistics-information .OntpC-edu-wins:hover p,
    .evQTO-statistics-information .OntpC-edu-wins div::after,
    .evQTO-statistics-information .OntpC-edu-wins:hover div::after,
    .evQTO-statistics-information .OntpC-edu-wins p::after,
    .evQTO-statistics-information .OntpC-edu-wins:hover p::after {
    transform: none;
    transition: none;
}}footer {
    position: relative;
    color: #ffffff;
    font-family: Arial, sans-serif;
    perspective: 1000px;
}footer::before {
    content: "";
    position: absolute;
    background: linear-gradient(180deg, 
                rgba(0, 0, 0, 0.5) 0%, 
                rgb(182,186,203,0.5) 50%, 
                rgba(0, 0, 0, 0.5) 100%);
    opacity: 0.85;
    z-index: -1;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
}footer::after {
    width: 100%;
    animation: scanline 10s linear infinite;
    left: 0;
    position: absolute;
    content: "";
    height: 100%;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 5px,
            rgba(255, 255, 255, 0.03) 5px,
            rgba(255, 255, 255, 0.03) 10px
        );
    z-index: -1;
    top: 0;
}.veXCT-forum-link {
    padding: 5rem 0 3rem;
    z-index: 1;
    position: relative;
}.veXCT-forum-link::before {
    animation: glowPulse 3s ease-in-out infinite alternate;
    left: 0;
    content: "";
    top: 0;
    width: 100%;
    background: linear-gradient(90deg, 
                transparent 0%, 
                rgb(141,145,171) 50%, 
                transparent 100%);
    height: 2px;
    position: absolute;
}.veXCT-forum-link .container {
    display: grid;
    gap: 3rem;
    position: relative;
    grid-template-columns: 1fr 1fr;
}.veXCT-forum-link .company_holder {
    transition: all 0.4s ease;
    transform-style: preserve-3d;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 16px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    position: relative;
    padding: 2rem;
    backdrop-filter: blur(10px);
    border-left: 3px solid rgb(182,186,203);
}.veXCT-forum-link .company_holder:hover {
    border-left: 3px solid #ffffff;
    transform: translateZ(20px) rotateX(2deg) rotateY(-2deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 
                0 0 20px rgb(182,186,203,0.5);
}.veXCT-forum-link .company_holder h3 {
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1.75rem;
    font-weight: 700;
    padding-bottom: 0.75rem;
    color: #ffffff;
    font-size: calc(35px * 0.9);
}.veXCT-forum-link .company_holder h3::after {
    transition: width 0.4s ease-in-out;
    background: rgb(182,186,203);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    content: "";
}.veXCT-forum-link .company_holder:hover h3::after {
    width: 100%;
}.veXCT-forum-link .YTPNx-glossary {
    padding-left: 1rem;
    font-size: 14px;
    position: relative;
    line-height: 1.7;
    max-width: 100%;
    color: rgba(255, 255, 255, 0.8);
}.veXCT-forum-link .YTPNx-glossary::before {
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
    background: linear-gradient(to bottom, 
                rgb(182,186,203) 0%, 
                transparent 100%);
    width: 2px;
}.veXCT-forum-link .EiWtI-mod-tools {
    position: relative;
}.veXCT-forum-link .oAFqs-nav-site {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    height: 100%;
    gap: 2rem;
}.veXCT-forum-link .Evqrh-top-prime {
    border-radius: 16px;
    backdrop-filter: blur(5px);
    overflow: hidden;
    padding: 2rem;
    transition: all 0.4s ease;
    position: relative;
    transform-style: preserve-3d;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.03);
}.veXCT-forum-link .Evqrh-top-prime::before {
    transform: rotate(45deg);
    top: -50%;
    width: 200%;
    transition: all 0.6s ease;
    content: "";
    height: 200%;
    z-index: -1;
    position: absolute;
    background: linear-gradient(
        transparent,
        transparent,
        rgba(255, 255, 255, 0.05),
        transparent,
        transparent
    );
    left: -50%;
}.veXCT-forum-link .Evqrh-top-prime:hover::before {
    top: -100%;
    left: -100%;
}.veXCT-forum-link .Evqrh-top-prime::after {
    width: 0;
    height: 0;
    top: 0;
    border-color: transparent rgb(182,186,203) transparent transparent;
    position: absolute;
    right: 0;
    content: "";
    border-style: solid;
    transform: translateZ(5px);
    border-width: 0 25px 25px 0;
    transition: all 0.4s ease;
    transform-style: preserve-3d;
}.veXCT-forum-link .Evqrh-top-prime:hover::after {
    border-width: 0 35px 35px 0;
    border-color: transparent rgb(141,145,171) transparent transparent;
}.veXCT-forum-link .Evqrh-top-prime:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    transform: translateZ(15px) scale(1.03);
    background: rgba(255, 255, 255, 0.05);
}.veXCT-forum-link .Evqrh-top-prime h5 {
    letter-spacing: 0.5px;
    color: #ffffff;
    position: relative;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    display: inline-block;
}.veXCT-forum-link .Evqrh-top-prime h5::before {
    background: rgb(141,145,171);
    bottom: -8px;
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    height: 1px;
}.veXCT-forum-link .Evqrh-top-prime h5::after {
    left: 0;
    height: 3px;
    background: rgb(182,186,203);
    transition: width 0.4s ease-in-out;
    position: absolute;
    width: 30%;
    bottom: -8px;
    content: "";
}.veXCT-forum-link .Evqrh-top-prime:hover h5::after {
    width: 100%;
}.veXCT-forum-link .Evqrh-top-prime .oAFqs-nav-site {
    gap: 0.875rem;
    flex-direction: column;
    display: flex;
}.veXCT-forum-link .Evqrh-top-prime a {
    display: block;
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    padding: 0.5rem 0;
    transform-style: preserve-3d;
    position: relative;
}.veXCT-forum-link .Evqrh-top-prime a::before {
    content: "→";
    position: absolute;
    opacity: 0;
    transition: all 0.3s ease;
    left: -20px;
    transform: translateZ(5px);
}.veXCT-forum-link .Evqrh-top-prime a:hover {
    transform: translateX(20px);
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
    color: #ffffff;
}.veXCT-forum-link .Evqrh-top-prime a:hover::before {
    opacity: 1;
    left: 0;
}.rUgLN-sustain-cta {
    padding: 1.5rem 0;
    background: rgba(0, 0, 0, 0.3);
    position: relative;
    backdrop-filter: blur(10px);
    margin-top: 3rem;
}.rUgLN-sustain-cta::before {
    left: 0;
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(182,186,203) 30%, 
                #ffffff 50%, 
                rgb(141,145,171) 70%, 
                transparent 100%);
    position: absolute;
    width: 100%;
    height: 1px;
    top: 0;
    content: "";
}.rUgLN-sustain-cta .container {
    justify-content: center;
    display: flex;
    align-items: center;
}.rUgLN-sustain-cta .kSCiE-discuss-cta {
    background: rgba(0, 0, 0, 0.2);
    position: relative;
    text-align: center;
    padding: 0.5rem 1.5rem;
    border-radius: 30px;
    transition: all 0.3s ease;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
}.rUgLN-sustain-cta .kSCiE-discuss-cta:hover {
    box-shadow: 0 0 15px rgba(rgb(182,186,203), 0.3);
    color: #ffffff;
    background: rgba(0, 0, 0, 0.3);
}@keyframes scanline {
    0% {
        transform: translateY(-100%);
        opacity: 0.5;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        transform: translateY(100%);
        opacity: 0.5;
    }
}

@keyframes glowPulse {
    0%, 100% {
        opacity: 0.8;
        box-shadow: 0 0 10px rgb(141,145,171,0.5);
    }
    50% {
        opacity: 1;
        box-shadow: 0 0 20px rgb(141,145,171);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.05);
    }
}

.veXCT-forum-link .company_holder::before,
.veXCT-forum-link .Evqrh-top-prime::before {
    position: absolute;
    height: 100px;
    content: "";
    z-index: -1;
    opacity: 0;
    border-radius: 50%;
    filter: blur(30px);
    transition: opacity 0.5s ease;
    background: radial-gradient(circle, rgb(182,186,203,0.5) 0%, transparent 70%);
    width: 100px;
}.veXCT-forum-link .company_holder::before {
    right: -20px;
    bottom: -20px;
}.veXCT-forum-link .Evqrh-top-prime::before {
    left: -20px;
    top: -20px;
}.veXCT-forum-link .company_holder:hover::before,
.veXCT-forum-link .Evqrh-top-prime:hover::before {
    opacity: 0.5;
}.veXCT-forum-link .company_holder::after {
    transition: all 0.4s ease;
    content: "";
    opacity: 0.7;
    height: 30px;
    width: 30px;
    top: 20px;
    border-top: 2px solid rgb(182,186,203);
    border-right: 2px solid rgb(182,186,203);
    position: absolute;
    right: 20px;
}.veXCT-forum-link .company_holder:hover::after {
    height: 40px;
    transform: rotate(45deg);
    width: 40px;
}

@media (max-width: 992px) {.veXCT-forum-link {
    padding: 4rem 0 2rem;
}.veXCT-forum-link .container {
    grid-template-columns: 1fr;
    gap: 2rem;
}.veXCT-forum-link .company_holder,
    .veXCT-forum-link .EiWtI-mod-tools {
    width: 100%;
}.veXCT-forum-link .oAFqs-nav-site {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 768px) {.veXCT-forum-link {
    padding: 3.5rem 0 1.5rem;
}.veXCT-forum-link .oAFqs-nav-site {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.veXCT-forum-link .company_holder,
    .veXCT-forum-link .Evqrh-top-prime {
    padding: 1.5rem;
}.veXCT-forum-link .company_holder h3,
    .veXCT-forum-link .Evqrh-top-prime h5 {
    margin-bottom: 1.25rem;
}.rUgLN-sustain-cta {
    margin-top: 2rem;
    padding: 1.25rem 0;
}
}

@media (max-width: 576px) {.veXCT-forum-link {
    padding: 3rem 0 1rem;
}.veXCT-forum-link .company_holder {
    padding: 1.25rem;
}.veXCT-forum-link .company_holder h3 {
    font-size: calc(35px * 0.8);
}.veXCT-forum-link .Evqrh-top-prime h5 {
    font-size: calc(22px * 0.9);
}.veXCT-forum-link .Evqrh-top-prime a,
    .veXCT-forum-link .YTPNx-glossary {
    font-size: calc(14px * 0.9);
}.rUgLN-sustain-cta .kSCiE-discuss-cta {
    font-size: calc(13px * 0.9);
    padding: 0.4rem 1rem;
}}

.veXCT-forum-link .company_holder .YTPNx-glossary::after {
    content: "";
    left: 1rem;
    width: 70px;
    bottom: -10px;
    transition: width 0.4s ease;
    height: 3px;
    background: linear-gradient(to right, rgb(182,186,203), transparent);
    position: absolute;
}.veXCT-forum-link .company_holder:hover .YTPNx-glossary::after {
    width: calc(100% - 1rem);
}.veXCT-forum-link::after {
    background: 
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.02) 50%),
        linear-gradient(rgba(255, 255, 255, 0.02) 50%, transparent 50%);
    width: 100%;
    z-index: -2;
    top: 0;
    height: 100%;
    background-size: 40px 40px;
    opacity: 0.3;
    left: 0;
    position: absolute;
    content: "";
}.veXCT-forum-link .Evqrh-top-prime:nth-child(1)::before {
    background: radial-gradient(circle, rgb(182,186,203,0.5) 0%, transparent 70%);
}.veXCT-forum-link .Evqrh-top-prime:nth-child(2)::before {
    background: radial-gradient(circle, rgb(141,145,171,0.5) 0%, transparent 70%);
}.veXCT-forum-link .oAFqs-nav-site a::after {
    transition: width 0.3s ease;
    height: 1px;
    width: 0;
    bottom: 0;
    position: absolute;
    left: 0;
    background: linear-gradient(to right, rgb(182,186,203), rgb(141,145,171));
    content: "";
}.veXCT-forum-link .oAFqs-nav-site a:hover::after {
    width: 100%;
}.qocXx-user-feedback {
    background: rgb(228,214,214);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.qocXx-user-feedback::before {
    background: linear-gradient(to right, 
        transparent 0%, 
        rgb(182,186,203) 50%, 
        transparent 100%);
    height: 2px;
    top: 0;
    content: "";
    position: absolute;
    right: 0;
    left: 0;
}.qocXx-user-feedback .container {
    z-index: 2;
    position: relative;
}.qocXx-user-feedback h2 {
    font-size: calc(37px * 1.4);
    max-width: 60%;
    margin-bottom: 80px;
    padding-left: 20px;
    color: #000000;
    font-weight: 700;
    letter-spacing: -1px;
    position: relative;
}.qocXx-user-feedback h2::before {
    background: rgb(182,186,203);
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    transform: scaleY(1.2);
    width: 4px;
}.qocXx-user-feedback .clmuR-client-praises {
    gap: 60px 40px;
    position: relative;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    display: grid;
}.qocXx-user-feedback .clmuR-client-praises::before {
    content: "";
    background: linear-gradient(to right, rgb(182,186,203,0.5), transparent);
    height: 1px;
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
}.qocXx-user-feedback .sPArX-testimonial-corner {
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    grid-template-areas:
        "image ."
        "name name"
        "desc desc";
    grid-template-columns: auto 1fr;
    position: relative;
    display: grid;
    grid-template-rows: auto auto 1fr;
    padding: 0;
}.qocXx-user-feedback .sPArX-testimonial-corner::before {
    left: 0;
    transition: width 0.6s ease;
    content: "";
    bottom: -15px;
    position: absolute;
    background: rgb(182,186,203);
    width: 0;
    height: 1px;
}.qocXx-user-feedback .sPArX-testimonial-corner:hover::before {
    width: 100%;
}.qocXx-user-feedback .sPArX-testimonial-corner img {
    width: 55px;
    transform: rotate(-3deg);
    height: 55px;
    grid-area: image;
    box-shadow: 5px 5px 0 rgb(182,186,203,0.5);
    filter: grayscale(100%);
    transition: all 0.4s ease;
    object-fit: cover;
    border-radius: 10px;
}.qocXx-user-feedback .sPArX-testimonial-corner:hover img {
    transform: rotate(0deg);
    filter: grayscale(0%);
}.qocXx-user-feedback .sPArX-testimonial-corner p {
    grid-area: name;
    overflow: hidden;
    font-weight: 700;
    color: #000000;
    margin: 20px 0 5px 0;
    position: relative;
    font-size: 21px;
    font-family: Arial, sans-serif;
}.qocXx-user-feedback .sPArX-testimonial-corner p::after {
    transition: width 0.4s ease;
    bottom: 0;
    position: absolute;
    background: rgb(141,145,171);
    height: 2px;
    width: 30px;
    content: "";
    left: 0;
}.qocXx-user-feedback .sPArX-testimonial-corner:hover p::after {
    width: 60px;
}.qocXx-user-feedback .sPArX-testimonial-corner .description {
    color: #000000;
    line-height: 1.8;
    font-size: 18px;
    margin-top: 15px;
    font-weight: 400;
    grid-area: desc;
    transform: translateX(0);
    transition: transform 0.5s ease;
    position: relative;
}.qocXx-user-feedback .sPArX-testimonial-corner:hover .description {
    transform: translateX(10px);
}.qocXx-user-feedback .sPArX-testimonial-corner .description::first-letter {
    font-size: calc(18px * 1.5);
    color: rgb(182,186,203);
    font-weight: 700;
}.qocXx-user-feedback .sPArX-testimonial-corner:nth-child(3n+1) {
    transform: translateY(20px);
}.qocXx-user-feedback .sPArX-testimonial-corner:nth-child(3n+2) {
    transform: translateY(-20px);
}

@keyframes slideIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media screen and (max-width: 992px) {.qocXx-user-feedback {
    padding: 90px 0;
}.qocXx-user-feedback h2 {
    max-width: 80%;
    font-size: calc(37px * 1.2);
    margin-bottom: 60px;
}
}

@media screen and (max-width: 768px) {.qocXx-user-feedback {
    padding: 70px 0;
}.qocXx-user-feedback .clmuR-client-praises {
    gap: 70px;
    grid-template-columns: 1fr;
}.qocXx-user-feedback h2 {
    max-width: 100%;
}.qocXx-user-feedback .sPArX-testimonial-corner:nth-child(3n+1),
    .qocXx-user-feedback .sPArX-testimonial-corner:nth-child(3n+2) {
    transform: translateY(0);
}
}

@media screen and (max-width: 576px) {.qocXx-user-feedback {
    padding: 60px 0;
}.qocXx-user-feedback h2 {
    padding-left: 15px;
    font-size: 37px;
}.qocXx-user-feedback .sPArX-testimonial-corner img {
    width: 45px;
    height: 45px;
}.qocXx-user-feedback .sPArX-testimonial-corner p {
    margin-top: 15px;
    font-size: calc(21px * 0.9);
}.qocXx-user-feedback .clmuR-client-praises {
    gap: 60px;
}}.oAmxG-enroll-instantly {
    background: linear-gradient(135deg, rgb(228,214,214) 0%, rgb(182,186,203,0.5) 100%);
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}.oAmxG-enroll-instantly::before {
    position: absolute;
    background: radial-gradient(circle at 70% 30%, rgb(141,145,171,0.5) 0%, transparent 60%);
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
}.oAmxG-enroll-instantly::after {
    border-radius: 50%;
    content: "";
    background: rgb(182,186,203,0.5);
    bottom: -50px;
    z-index: 1;
    opacity: 0.5;
    height: 200px;
    position: absolute;
    right: -50px;
    width: 200px;
    filter: blur(40px);
}.oAmxG-enroll-instantly .container {
    position: relative;
    display: flex;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
    flex-direction: column;
    align-items: center;
}.oAmxG-enroll-instantly h2 {
    font-weight: 700;
    max-width: 800px;
    text-align: center;
    line-height: 1.4;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
    font-size: 31px;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    margin-bottom: 3rem;
    color: #000000;
    transition: transform 0.5s ease-out;
}.oAmxG-enroll-instantly h2::before {
    width: 40px;
    border-top: 3px solid rgb(182,186,203);
    top: -10px;
    position: absolute;
    border-left: 3px solid rgb(182,186,203);
    content: "";
    left: -10px;
    opacity: 0.7;
    height: 40px;
}.oAmxG-enroll-instantly h2::after {
    border-bottom: 3px solid rgb(182,186,203);
    right: -10px;
    position: absolute;
    content: "";
    border-right: 3px solid rgb(182,186,203);
    opacity: 0.7;
    height: 40px;
    width: 40px;
    bottom: -10px;
}.oAmxG-enroll-instantly .QiGFM-smart-classes {
    padding: 2.5rem 3rem;
    justify-content: center;
    background: linear-gradient(to right, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
    flex-direction: column;
    z-index: 3;
    gap: 1.5rem;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.5s ease;
    align-items: center;
    transform: translateY(0);
    display: flex;
    border-radius: 18px;
    position: relative;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1), 0 5px 15px rgba(0,0,0,0.05);
    backdrop-filter: blur(10px);
}.oAmxG-enroll-instantly .QiGFM-smart-classes:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.15), 0 10px 20px rgba(0,0,0,0.1);
    transform: translateY(-5px);
}.oAmxG-enroll-instantly svg {
    width: 48px;
    transform: rotate(-5deg);
    height: 48px;
    filter: drop-shadow(0 3px 5px rgba(0,0,0,0.1));
    transition: transform 0.4s ease, filter 0.4s ease;
}.oAmxG-enroll-instantly svg:hover {
    filter: drop-shadow(0 5px 10px rgba(0,0,0,0.15));
    transform: rotate(0) scale(1.1);
}.oAmxG-enroll-instantly svg path {
    fill: rgb(182,186,203);
    transition: fill 0.3s ease;
}.oAmxG-enroll-instantly svg:hover path {
    fill: rgb(141,145,171);
}.oAmxG-enroll-instantly .QiGFM-smart-classes div {
    display: flex;
    width: 100%;
    justify-content: center;
}.oAmxG-enroll-instantly .WslxO-query-form {
    font-family: Arial, sans-serif;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: inline-block;
    border-radius: 10px;
    text-decoration: none;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(rgb(182,186,203,0.5), 0.3);
    color: #ffffff;
    transform: translateZ(0);
    background: linear-gradient(45deg, rgb(182,186,203) 0%, rgb(141,145,171) 100%);
    padding: 1rem 2.5rem;
    z-index: 1;
    font-size: 16px;
    text-align: center;
    position: relative;
    font-weight: 600;
}.oAmxG-enroll-instantly .WslxO-query-form::before {
    content: "";
    height: 100%;
    z-index: -1;
    left: -100%;
    top: 0;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    position: absolute;
    transition: left 0.7s ease;
}.oAmxG-enroll-instantly .WslxO-query-form:hover {
    box-shadow: 0 8px 25px rgba(rgb(182,186,203,0.5), 0.4);
    transform: translateY(-3px) scale(1.03);
}.oAmxG-enroll-instantly .WslxO-query-form:hover::before {
    left: 100%;
}.oAmxG-enroll-instantly .WslxO-query-form:active {
    transform: translateY(1px) scale(0.98);
}.oAmxG-enroll-instantly .container:hover h2 {
    transform: perspective(1000px) rotateX(0deg);
}@keyframes float {
    0% { transform: translateY(0) rotate(-5deg); }
    50% { transform: translateY(-10px) rotate(-3deg); }
    100% { transform: translateY(0) rotate(-5deg); }
}

.oAmxG-enroll-instantly svg {
    animation: float 4s ease-in-out infinite;
}

@media (min-width: 768px) {.oAmxG-enroll-instantly .QiGFM-smart-classes {
    flex-direction: row;
    padding: 3rem 4rem;
    gap: 2.5rem;
}.oAmxG-enroll-instantly h2 {
    font-size: calc(31px * 1.1);
    margin-bottom: 4rem;
}.oAmxG-enroll-instantly .WslxO-query-form {
    font-size: calc(16px * 1.1);
    padding: 1.2rem 3rem;
}.oAmxG-enroll-instantly svg {
    width: 60px;
    height: 60px;
}
}

@media (max-width: 767px) {.oAmxG-enroll-instantly {
    padding: 4rem 0;
}.oAmxG-enroll-instantly h2 {
    margin-bottom: 2.5rem;
    font-size: calc(31px * 0.85);
}.oAmxG-enroll-instantly .QiGFM-smart-classes {
    padding: 2rem;
}.oAmxG-enroll-instantly .WslxO-query-form {
    padding: 0.9rem 1.8rem;
    width: 100%;
}.oAmxG-enroll-instantly h2::before,
    .oAmxG-enroll-instantly h2::after {
    height: 30px;
    width: 30px;
}
}

@media (max-width: 480px) {.oAmxG-enroll-instantly {
    padding: 3rem 0;
}.oAmxG-enroll-instantly h2 {
    margin-bottom: 2rem;
    font-size: calc(31px * 0.7);
}.oAmxG-enroll-instantly .QiGFM-smart-classes {
    padding: 1.5rem;
}.oAmxG-enroll-instantly svg {
    height: 40px;
    width: 40px;
}.oAmxG-enroll-instantly h2::before,
    .oAmxG-enroll-instantly h2::after {
    display: none;
}}.FCqtX-mentorship-experience {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(228,214,214) 0%, rgba(255,255,255,0.95) 100%);
    padding: 5rem 0;
}.FCqtX-mentorship-experience::before {
    transform: translateY(-30%) skewY(-5deg);
    content: "";
    background: linear-gradient(45deg, rgb(182,186,203,0.5) 0%, transparent 70%);
    height: 100%;
    position: absolute;
    z-index: 0;
    opacity: 0.1;
    left: 0;
    top: 0;
    width: 100%;
}.FCqtX-mentorship-experience::after {
    transform: rotate(-15deg);
    background: linear-gradient(135deg, rgb(141,145,171,0.5) 0%, transparent 80%);
    opacity: 0.15;
    width: 100%;
    right: -20%;
    content: "";
    position: absolute;
    height: 60%;
    bottom: -20%;
    z-index: 0;
}.FCqtX-mentorship-experience .container {
    position: relative;
    max-width: 1200px;
    padding: 0 1.5rem;
    z-index: 1;
    margin: 0 auto;
    perspective: 1000px;
}.FCqtX-mentorship-experience .sPArX-testimonial-corner {
    box-shadow: 
    0 20px 40px rgba(0,0,0,0.05),
    0 5px 15px rgba(0,0,0,0.03),
    0 0 0 1px rgba(255,255,255,0.1) inset;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    border-radius: 10px;
    grid-template-columns: 1fr;
    background: #ffffff;
    display: grid;
    border: 1px solid rgba(0,0,0,0.05);
    padding: 2.5rem;
    grid-gap: 2rem;
    overflow: hidden;
    transform-style: preserve-3d;
    position: relative;
}.FCqtX-mentorship-experience .sPArX-testimonial-corner::before {
    z-index: 2;
    background: linear-gradient(90deg, 
    rgb(182,186,203) 0%, 
    rgb(141,145,171) 50%, 
    rgb(182,186,203) 100%);
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 5px;
    background-size: 200% 100%;
    animation: gradientMove 8s ease-in-out infinite;
}.FCqtX-mentorship-experience .sPArX-testimonial-corner > div:first-child {
    display: flex;
    z-index: 1;
    justify-content: center;
    align-items: center;
    position: relative;
}.FCqtX-mentorship-experience .KRNof-snap {
    height: 180px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 
    0 10px 25px rgba(0,0,0,0.1),
    0 5px 10px rgba(0,0,0,0.05);
    position: relative;
    border-radius: 50%;
    transform: translateZ(30px);
    width: 180px;
}.FCqtX-mentorship-experience .KRNof-snap::before {
    border-radius: 50%;
    content: "";
    position: absolute;
    transform: rotate(-45deg);
    inset: -8px;
    opacity: 0.8;
    animation: rotateGradient 15s linear infinite;
    background: linear-gradient(
    135deg,
    rgb(141,145,171) 0%,
    transparent 50%,
    rgb(182,186,203) 100%
  );
    z-index: -1;
}.FCqtX-mentorship-experience .KRNof-snap::after {
    box-shadow: inset 0 0 0 10px rgba(255,255,255,0.1);
    border-radius: 50%;
    position: absolute;
    content: "";
    z-index: 1;
    inset: 0;
}.FCqtX-mentorship-experience .sPArX-testimonial-corner > div:nth-child(2) {
    position: relative;
    transform: translateZ(20px);
    text-align: center;
}.FCqtX-mentorship-experience .name {
    position: relative;
    display: inline-block;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #000000;
}.FCqtX-mentorship-experience .name::after {
    background: rgb(182,186,203);
    left: 30%;
    bottom: -8px;
    width: 40%;
    position: absolute;
    height: 3px;
    transform: translateZ(5px);
    content: "";
}.FCqtX-mentorship-experience .sPArX-testimonial-corner > div:nth-child(2) > div {
    font-weight: 600;
    margin-top: 1rem;
    font-size: calc(12px * 0.9);
    color: rgb(141,145,171);
    letter-spacing: 0.5px;
}.FCqtX-mentorship-experience .sPArX-testimonial-corner > div:nth-child(3) {
    transform: translateZ(10px);
    position: relative;
}.FCqtX-mentorship-experience .PnTIr-career-section {
    line-height: 1.8;
    color: #000000;
    position: relative;
    text-align: justify;
    font-size: 12px;
    padding-left: 1rem;
}.FCqtX-mentorship-experience .PnTIr-career-section::before {
    left: 0;
    bottom: 0;
    content: "";
    position: absolute;
    background: linear-gradient(
    to bottom,
    rgb(182,186,203) 0%,
    rgb(141,145,171) 100%
  );
    top: 0;
    width: 3px;
    border-radius: 3px;
}.FCqtX-mentorship-experience .sPArX-testimonial-corner:hover {
    box-shadow: 
    0 30px 60px rgba(0,0,0,0.08),
    0 10px 25px rgba(0,0,0,0.05),
    0 0 0 1px rgba(255,255,255,0.2) inset;
    transform: translateY(-5px) rotateX(2deg) rotateY(-2deg);
}.FCqtX-mentorship-experience .sPArX-testimonial-corner:hover .KRNof-snap {
    transform: translateZ(40px) scale(1.05);
}

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

@keyframes rotateGradient {
  0% { transform: rotate(-45deg); }
  100% { transform: rotate(315deg); }
}

@media (min-width: 768px) {.FCqtX-mentorship-experience {
    padding: 7rem 0;
}.FCqtX-mentorship-experience .sPArX-testimonial-corner {
    grid-template-rows: auto 1fr;
    padding: 3rem;
    grid-gap: 2.5rem;
    grid-template-columns: auto 1fr;
}.FCqtX-mentorship-experience .sPArX-testimonial-corner > div:first-child {
    grid-row: 1 / span 2;
}.FCqtX-mentorship-experience .sPArX-testimonial-corner > div:nth-child(2) {
    padding-top: 1.5rem;
    text-align: left;
    align-self: end;
}.FCqtX-mentorship-experience .name::after {
    width: 60px;
    left: 0;
}.FCqtX-mentorship-experience .PnTIr-career-section {
    padding-left: 1.5rem;
}.FCqtX-mentorship-experience .PnTIr-career-section::before {
    width: 4px;
}
}

@media (min-width: 992px) {.FCqtX-mentorship-experience .sPArX-testimonial-corner {
    grid-template-columns: 250px 1fr;
    padding: 3.5rem 4rem;
    grid-gap: 3rem;
}.FCqtX-mentorship-experience .KRNof-snap {
    width: 220px;
    height: 220px;
}.FCqtX-mentorship-experience .name {
    font-size: calc(19px * 1.1);
}.FCqtX-mentorship-experience .sPArX-testimonial-corner > div:nth-child(2) > div {
    font-size: 12px;
}.FCqtX-mentorship-experience .PnTIr-career-section {
    font-size: calc(12px * 1.05);
    line-height: 1.9;
}
}

@media (min-width: 1200px) {.FCqtX-mentorship-experience .container {
    padding: 0 2rem;
}.FCqtX-mentorship-experience .sPArX-testimonial-corner {
    grid-template-columns: 280px 1fr;
    padding: 4rem 5rem;
}.FCqtX-mentorship-experience .KRNof-snap {
    height: 240px;
    width: 240px;
}
}

@media (max-width: 767px) {.FCqtX-mentorship-experience {
    padding: 4rem 0;
}.FCqtX-mentorship-experience .sPArX-testimonial-corner {
    text-align: center;
    padding: 2rem 1.5rem;
}.FCqtX-mentorship-experience .KRNof-snap {
    width: 150px;
    height: 150px;
}.FCqtX-mentorship-experience .PnTIr-career-section {
    text-align: left;
    padding-left: 0;
    padding-top: 1rem;
}.FCqtX-mentorship-experience .PnTIr-career-section::before {
    width: 50px;
    bottom: auto;
    top: 0;
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
}}.ktEgb-course-benefits {
    background: linear-gradient(145deg, rgb(228,214,214) 30%, rgba(rgb(182,186,203,0.5), 0.05) 100%);
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.ktEgb-course-benefits::before {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    height: 6px;
    content: "";
    background: linear-gradient(90deg, rgb(182,186,203), rgb(141,145,171));
    left: 0;
}.ktEgb-course-benefits::after {
    content: "";
    pointer-events: none;
    top: 0;
    position: absolute;
    background-image: repeating-linear-gradient(
        45deg,
        rgba(rgb(182,186,203,0.5), 0.03) 0px,
        rgba(rgb(182,186,203,0.5), 0.03) 1px,
        transparent 1px,
        transparent 10px
    );
    height: 100%;
    width: 100%;
    left: 0;
}.ktEgb-course-benefits .container {
    padding: 0 20px;
    max-width: 1280px;
    position: relative;
    grid-template-columns: 1fr 1.5fr;
    gap: 60px;
    display: grid;
    margin: 0 auto;
}.ktEgb-course-benefits .KRNof-snap {
    transform: perspective(1000px) rotateY(-8deg);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    object-fit: cover;
    box-shadow: 20px 20px 0 rgba(rgb(182,186,203,0.5), 0.2),
                -15px -15px 0 rgba(rgb(141,145,171,0.5), 0.15);
    width: 100%;
    height: 100%;
}.ktEgb-course-benefits .KRNof-snap:hover {
    transform: perspective(1000px) rotateY(-4deg) translateZ(20px);
}.ktEgb-course-benefits .QiGFM-smart-classes {
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
}.ktEgb-course-benefits .AnVWR-text-section {
    transform: translateZ(0);
    position: relative;
    z-index: 2;
    padding: 30px;
}.ktEgb-course-benefits .AnVWR-text-section::before {
    background: rgba(rgb(255, 255, 255, 0.5), 0.9);
    width: calc(100% + 30px);
    border-left: 3px solid rgb(182,186,203);
    content: "";
    top: -15px;
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08);
    backdrop-filter: blur(10px);
    left: -15px;
    position: absolute;
    z-index: -1;
    height: calc(100% + 30px);
}.ktEgb-course-benefits h1 {
    font-weight: 700;
    position: relative;
    color: #000000;
    line-height: 1.3;
    font-size: 47px;
    transform: translateX(-5px);
    margin-bottom: 30px;
}.ktEgb-course-benefits h1::after {
    content: "";
    background: rgb(141,145,171);
    bottom: -10px;
    height: 3px;
    left: 0;
    width: 80px;
    position: absolute;
}.ktEgb-course-benefits ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}.ktEgb-course-benefits li {
    padding-left: 15px;
    position: relative;
    transform: translateZ(0);
    transition: transform 0.4s ease;
}.ktEgb-course-benefits li:hover {
    transform: translateX(10px);
}.ktEgb-course-benefits li::before {
    height: 10px;
    border-radius: 10px;
    transform: translateY(-50%) scale(0);
    top: 50%;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    content: "";
    opacity: 0.7;
    left: -5px;
    width: 10px;
    background: rgb(182,186,203);
    position: absolute;
}.ktEgb-course-benefits li:hover::before {
    transform: translateY(-50%) scale(1);
}.ktEgb-course-benefits p {
    line-height: 1.6;
    align-items: center;
    display: flex;
    font-size: 17px;
    margin: 0;
    color: #000000;
}.ktEgb-course-benefits svg {
    transform: translateY(-1px);
    height: 24px;
    margin-right: 15px;
    flex-shrink: 0;
    width: 24px;
}.ktEgb-course-benefits svg path {
    fill: rgb(182,186,203);
    transition: fill 0.3s ease, transform 0.3s ease;
}.ktEgb-course-benefits li:hover svg path {
    fill: rgb(141,145,171);
}.ktEgb-course-benefits li:hover svg path:first-child {
    transform: translateY(-2px);
}.ktEgb-course-benefits li:hover svg path:last-child {
    transform: translateY(2px);
}

@media (max-width: 1024px) {.ktEgb-course-benefits {
    padding: 80px 0;
}.ktEgb-course-benefits .container {
    gap: 40px;
    grid-template-columns: 1fr;
}.ktEgb-course-benefits .KRNof-snap {
    transform: perspective(1000px) rotateY(-5deg);
    width: 80%;
    margin: 0 auto;
    max-height: 400px;
}.ktEgb-course-benefits h1 {
    font-size: calc(47px * 0.9);
}
}

@media (max-width: 768px) {.ktEgb-course-benefits {
    padding: 60px 0;
}.ktEgb-course-benefits .container {
    gap: 30px;
}.ktEgb-course-benefits .KRNof-snap {
    transform: none;
    box-shadow: 10px 10px 0 rgba(rgb(182,186,203,0.5), 0.2),
                    -8px -8px 0 rgba(rgb(141,145,171,0.5), 0.15);
    width: 100%;
}.ktEgb-course-benefits .AnVWR-text-section {
    padding: 20px;
}.ktEgb-course-benefits .AnVWR-text-section::before {
    width: calc(100% + 20px);
    left: -10px;
    height: calc(100% + 20px);
    top: -10px;
}.ktEgb-course-benefits h1 {
    font-size: calc(47px * 0.8);
    margin-bottom: 25px;
}.ktEgb-course-benefits ul {
    gap: 15px;
}
}

@media (max-width: 480px) {.ktEgb-course-benefits {
    padding: 40px 0;
}.ktEgb-course-benefits .KRNof-snap {
    box-shadow: 8px 8px 0 rgba(rgb(182,186,203,0.5), 0.2);
    max-height: 250px;
}.ktEgb-course-benefits h1 {
    margin-bottom: 20px;
    font-size: calc(47px * 0.7);
}.ktEgb-course-benefits h1::after {
    width: 60px;
    height: 2px;
}.ktEgb-course-benefits p {
    font-size: calc(17px * 0.9);
}.ktEgb-course-benefits svg {
    margin-right: 10px;
    height: 20px;
    width: 20px;
}.ktEgb-course-benefits ul {
    gap: 12px;
}.ktEgb-course-benefits li:hover {
    transform: translateX(5px);
}}.WqJQn-course-features {
    background-color: rgb(228,214,214);
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
}.WqJQn-course-features::before {
    position: absolute;
    width: 65%;
    transform: rotate(-15deg);
    top: -5%;
    z-index: 0;
    content: "";
    background: linear-gradient(45deg, rgb(141,145,171,0.5), rgb(141,145,171));
    height: 65%;
    right: -10%;
    opacity: 0.05;
}.WqJQn-course-features::after {
    z-index: 0;
    transform: rotate(15deg);
    left: -10%;
    height: 55%;
    content: "";
    width: 55%;
    background: linear-gradient(135deg, rgb(182,186,203,0.5), rgb(182,186,203));
    position: absolute;
    bottom: -5%;
    opacity: 0.05;
}.WqJQn-course-features .container {
    position: relative;
    max-width: 1400px;
    padding: 0 1.5rem;
    margin: 0 auto;
    z-index: 1;
}.WqJQn-course-features h2 {
    color: #000000;
    max-width: 85%;
    font-size: 28px;
    position: relative;
    margin-bottom: 3rem;
    line-height: 1.3;
    font-weight: 700;
}.WqJQn-course-features h2::after {
    transition: transform 0.5s ease;
    bottom: -0.75rem;
    left: 0;
    width: 5rem;
    height: 3px;
    transform-origin: left center;
    background: linear-gradient(90deg, rgb(141,145,171), rgb(182,186,203));
    content: "";
    transform: scaleX(1);
    position: absolute;
}.WqJQn-course-features .container:hover h2::after {
    transform: scaleX(1.5);
}.WqJQn-course-features .WJzny-career-classes {
    display: grid;
    gap: 2.5rem;
    position: relative;
    grid-template-columns: 1fr;
}.WqJQn-course-features .KRNof-snap {
    overflow: hidden;
    height: 400px;
    transform: perspective(1000px) rotateY(-3deg);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.6s ease;
    position: relative;
}.WqJQn-course-features .KRNof-snap::before {
    transition: opacity 0.6s ease;
    position: absolute;
    background: linear-gradient(45deg, rgb(141,145,171,0.5), transparent);
    opacity: 0.3;
    left: 0;
    height: 100%;
    top: 0;
    content: "";
    width: 100%;
}.WqJQn-course-features .KRNof-snap::after {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 200%;
    left: -100%;
    transform: rotate(45deg);
    transition: left 0.8s ease-out;
    top: 30%;
    content: "";
    width: 200%;
    position: absolute;
}.WqJQn-course-features .container:hover .KRNof-snap {
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.WqJQn-course-features .container:hover .KRNof-snap::before {
    opacity: 0.5;
}.WqJQn-course-features .container:hover .KRNof-snap::after {
    left: 100%;
}.WqJQn-course-features .AnVWR-text-section {
    position: relative;
    padding: 2.5rem;
    overflow: hidden;
    background-color: #ffffff;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    transform: translateY(0);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}.WqJQn-course-features .AnVWR-text-section::before {
    position: absolute;
    width: 4px;
    transform-origin: center;
    height: 100%;
    left: 0;
    content: "";
    background: linear-gradient(to bottom, rgb(141,145,171), rgb(182,186,203));
    top: 0;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transform: scaleY(0.3);
}.WqJQn-course-features .container:hover .AnVWR-text-section {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.WqJQn-course-features .container:hover .AnVWR-text-section::before {
    transform: scaleY(1);
}.WqJQn-course-features .description {
    margin-bottom: 1.5rem;
    font-size: 18px;
    line-height: 1.8;
    position: relative;
    color: #000000;
    transition: color 0.3s ease;
}.WqJQn-course-features .description:last-child {
    margin-bottom: 0;
}.WqJQn-course-features .description::first-letter {
    color: rgb(141,145,171);
    font-weight: 600;
    font-size: 1.3em;
}.WqJQn-course-features .description strong {
    color: #000000;
    background-clip: text !important;
    background: linear-gradient(to right, rgb(141,145,171,0.5), transparent);
    -webkit-background-clip: text !important;
}

@media (min-width: 768px) {.WqJQn-course-features {
    padding: 8rem 0;
}.WqJQn-course-features h2 {
    font-size: calc(28px * 1.1);
    max-width: 70%;
    margin-bottom: 3.5rem;
}.WqJQn-course-features .WJzny-career-classes {
    gap: 3rem;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.WqJQn-course-features .KRNof-snap {
    height: 500px;
}.WqJQn-course-features .AnVWR-text-section {
    overflow-y: auto;
    scrollbar-color: rgb(141,145,171,0.5) #ffffff;
    padding: 3rem;
    max-height: 500px;
    scrollbar-width: thin;
}.WqJQn-course-features .AnVWR-text-section::-webkit-scrollbar {
    width: 6px;
}.WqJQn-course-features .AnVWR-text-section::-webkit-scrollbar-track {
    background: #ffffff;
}.WqJQn-course-features .AnVWR-text-section::-webkit-scrollbar-thumb {
    background-color: rgb(141,145,171,0.5);
    border-radius: 20px;
}
}

@media (min-width: 992px) {.WqJQn-course-features {
    padding: 10rem 0;
}.WqJQn-course-features h2 {
    font-size: calc(28px * 1.2);
    max-width: 60%;
}.WqJQn-course-features .WJzny-career-classes {
    gap: 4rem;
}.WqJQn-course-features .KRNof-snap {
    transform: perspective(1000px) rotateY(-5deg) translateX(-20px);
    height: 550px;
}.WqJQn-course-features .container:hover .KRNof-snap {
    transform: perspective(1000px) rotateY(0deg) translateX(0);
}.WqJQn-course-features .AnVWR-text-section {
    max-height: 550px;
    margin-right: -2rem;
    backdrop-filter: blur(10px);
    padding: 3.5rem;
    background-color: rgba(255, 255, 255, 0.95);
}.WqJQn-course-features .description {
    font-size: calc(18px * 1.05);
    line-height: 1.9;
}
}

@media (min-width: 1200px) {.WqJQn-course-features h2 {
    max-width: 50%;
    font-size: calc(28px * 1.3);
}.WqJQn-course-features .WJzny-career-classes {
    gap: 5rem;
}.WqJQn-course-features .KRNof-snap {
    height: 600px;
    transform: perspective(1000px) rotateY(-5deg) translateX(-30px);
}.WqJQn-course-features .AnVWR-text-section {
    padding: 4rem;
    margin-right: -3rem;
    max-height: 600px;
}.WqJQn-course-features .description {
    font-size: calc(18px * 1.1);
    line-height: 2;
}
}

@media (max-width: 767px) {.WqJQn-course-features {
    padding: 4rem 0;
}.WqJQn-course-features h2 {
    max-width: 100%;
    margin-bottom: 2rem;
    font-size: calc(28px * 0.9);
}.WqJQn-course-features .KRNof-snap {
    height: 300px;
    transform: perspective(1000px) rotateY(0deg);
}.WqJQn-course-features .AnVWR-text-section {
    padding: 2rem;
}.WqJQn-course-features .description {
    line-height: 1.7;
    font-size: calc(18px * 0.95);
}}.RYxjA-info-details {
    overflow: hidden;
    isolation: isolate;
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(120deg, rgb(228,214,214) 0%, rgb(182,186,203,0.5) 40%, rgb(228,214,214) 100%);
}.RYxjA-info-details::before {
    inset: 0;
    content: "";
    z-index: -1;
    position: absolute;
    background: 
        repeating-linear-gradient(0deg, transparent, transparent 5px, rgba(255, 255, 255, 0.03) 5px, rgba(255, 255, 255, 0.03) 10px),
        repeating-linear-gradient(90deg, transparent, transparent 5px, rgba(255, 255, 255, 0.03) 5px, rgba(255, 255, 255, 0.03) 10px);
}.RYxjA-info-details::after {
    left: 0;
    top: 0;
    z-index: -2;
    animation: pulseGlow 15s infinite alternate;
    opacity: 0.4;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: radial-gradient(circle at 30% 50%, rgb(182,186,203,0.5) 0%, transparent 50%);
}@keyframes pulseGlow {
    0% {
        opacity: 0.2;
        transform: scale(0.8);
    }
    100% {
        opacity: 0.5;
        transform: scale(1.2);
    }
}

.RYxjA-info-details .container {
    position: relative;
    margin: 0 auto;
    padding: 0 2rem;
    max-width: 1280px;
}.RYxjA-info-details .container::before {
    z-index: -1;
    width: 400px;
    content: "";
    right: -200px;
    height: 400px;
    filter: blur(100px);
    border-radius: 50%;
    position: absolute;
    opacity: 0.1;
    top: -200px;
    background: rgb(141,145,171,0.5);
}.RYxjA-info-details .qBaiS-talk-team {
    grid-template-rows: auto auto;
    gap: 3rem 2rem;
    grid-template-columns: 1.5fr 1fr;
    position: relative;
    display: grid;
}.RYxjA-info-details .fxEGN-msg-form {
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    position: relative;
    padding: 2.5rem;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.03);
}.RYxjA-info-details .fxEGN-msg-form:nth-child(1) {
    grid-column: 1 / 2;
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    grid-row: 1 / 3;
}.RYxjA-info-details .fxEGN-msg-form:nth-child(2) {
    overflow: hidden;
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    aspect-ratio: 16/9;
    position: relative;
    border: none;
    padding: 0;
}.RYxjA-info-details .fxEGN-msg-form:nth-child(3) {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}.RYxjA-info-details .fxEGN-msg-form::before {
    opacity: 0;
    content: "";
    top: 0;
    position: absolute;
    transform: scaleY(0.6);
    height: 100%;
    left: 0;
    background: linear-gradient(to bottom, transparent, rgb(182,186,203), transparent);
    width: 2px;
    transition: opacity 0.3s ease, transform 0.3s ease;
}.RYxjA-info-details .fxEGN-msg-form:hover::before {
    opacity: 1;
    transform: scaleY(1);
}.RYxjA-info-details .fxEGN-msg-form:hover {
    transform: translateY(-5px) translateX(5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.RYxjA-info-details .fxEGN-msg-form h2 {
    position: relative;
    font-weight: 700;
    font-size: 29px;
    display: inline-block;
    margin-bottom: 2rem;
    color: #ffffff;
}.RYxjA-info-details .fxEGN-msg-form h2::after {
    background: rgb(182,186,203);
    transition: width 0.3s ease;
    left: 0;
    position: absolute;
    bottom: -10px;
    content: "";
    width: 40px;
    height: 3px;
}.RYxjA-info-details .fxEGN-msg-form:hover h2::after {
    width: 100%;
}.RYxjA-info-details .UlTOu-msg-support {
    color: rgb(141,145,171);
    position: relative;
    margin-bottom: 1.5rem;
    font-size: calc(17px * 1.3);
    font-weight: 600;
    padding-left: 15px;
}.RYxjA-info-details .UlTOu-msg-support::before {
    transform: translateY(-50%);
    left: 0;
    position: absolute;
    border-radius: 50%;
    background: rgb(182,186,203);
    width: 8px;
    content: "";
    height: 8px;
    top: 50%;
}.RYxjA-info-details .cYiwf-contact-list {
    font-size: 17px;
    line-height: 1.8;
    position: relative;
    margin-bottom: 2.5rem;
    max-width: 90%;
    color: #000000;
}.RYxjA-info-details .fxEGN-msg-form p {
    color: #000000;
    font-size: 17px;
    align-items: center;
    display: flex;
    margin-bottom: 1.5rem;
}.RYxjA-info-details .fxEGN-msg-form p span {
    color: #ffffff;
    font-weight: 600;
    margin-left: 0.5rem;
    padding-bottom: 2px;
    transition: color 0.3s ease;
    position: relative;
}.RYxjA-info-details .fxEGN-msg-form p span::after {
    position: absolute;
    height: 1px;
    content: "";
    transition: width 0.3s ease;
    bottom: 0;
    left: 0;
    width: 0;
    background: rgb(182,186,203);
}.RYxjA-info-details .fxEGN-msg-form p:hover span::after {
    width: 100%;
}.RYxjA-info-details .TmnzI-learn-form {
    border-left: 3px solid rgb(141,145,171);
    border-radius: 10px;
    padding: 1.5rem;
    position: relative;
    margin-top: 2.5rem;
    background: rgba(0, 0, 0, 0.1);
}.RYxjA-info-details .TmnzI-learn-form::before {
    right: 0;
    top: 0;
    position: absolute;
    content: "";
    background: linear-gradient(to right, transparent, rgb(141,145,171,0.5));
    width: 30%;
    height: 1px;
}.RYxjA-info-details .TmnzI-learn-form::after {
    width: 30%;
    height: 1px;
    bottom: 0;
    background: linear-gradient(to right, rgb(141,145,171,0.5), transparent);
    left: 0;
    position: absolute;
    content: "";
}.RYxjA-info-details .TmnzI-learn-form h3 {
    color: rgb(141,145,171);
    margin-bottom: 1.2rem;
    font-weight: 600;
    font-size: 21px;
    display: flex;
    align-items: center;
}.RYxjA-info-details .TmnzI-learn-form h3::before {
    display: inline-block;
    height: 18px;
    content: "";
    background: 
        linear-gradient(45deg, rgb(182,186,203) 0%, rgb(182,186,203) 40%, transparent 40%),
        linear-gradient(-45deg, rgb(141,145,171) 0%, rgb(141,145,171) 40%, transparent 40%);
    margin-right: 8px;
    border-radius: 50%;
    width: 18px;
}.RYxjA-info-details .HuNGf-reach-contact {
    flex-wrap: wrap;
    display: flex;
    gap: 0.8rem;
}.RYxjA-info-details .HuNGf-reach-contact span {
    position: relative;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    color: #000000;
    padding: 0.6rem 1rem;
    overflow: hidden;
    font-size: calc(17px * 0.85);
    transition: all 0.3s ease;
}.RYxjA-info-details .HuNGf-reach-contact span::before {
    background: rgb(182,186,203);
    z-index: -1;
    transition: opacity 0.3s ease;
    height: 100%;
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}.RYxjA-info-details .HuNGf-reach-contact span:hover {
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.RYxjA-info-details .HuNGf-reach-contact span:hover::before {
    opacity: 0.1;
}.RYxjA-info-details .fxEGN-msg-form .KRNof-snap {
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    position: relative;
}.RYxjA-info-details .fxEGN-msg-form .KRNof-snap::after {
    mix-blend-mode: overlay;
    z-index: 1;
    width: 100%;
    content: "";
    left: 0;
    height: 100%;
    top: 0;
    background: 
        linear-gradient(135deg, rgb(182,186,203,0.5) 0%, transparent 100%),
        linear-gradient(45deg, transparent 70%, rgb(141,145,171,0.5) 100%);
    position: absolute;
}.RYxjA-info-details .fxEGN-msg-form .KRNof-snap::before {
    width: 100%;
    content: "";
    left: 0;
    z-index: 2;
    bottom: 0;
    height: 50%;
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
}.RYxjA-info-details .QUICm-connect-now {
    gap: 1rem;
    grid-template-columns: repeat(3, 1fr);
    align-content: center;
    display: grid;
    height: 100%;
}.RYxjA-info-details .QUICm-connect-now a {
    overflow: hidden;
    display: flex;
    border-radius: 10px;
    text-decoration: none;
    align-items: center;
    transition: all 0.4s ease;
    padding: 1.2rem;
    grid-column: span 3;
    position: relative;
    background: rgba(0, 0, 0, 0.15);
}.RYxjA-info-details .QUICm-connect-now a::before {
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    transition: width 0.3s ease;
    background: rgb(182,186,203);
    width: 3px;
    height: 100%;
}.RYxjA-info-details .QUICm-connect-now a::after {
    transition: opacity 0.3s ease;
    width: 100%;
    top: 0;
    position: absolute;
    background: rgb(182,186,203);
    opacity: 0;
    left: 0;
    height: 100%;
    content: "";
    z-index: -1;
}.RYxjA-info-details .QUICm-connect-now a:hover {
    transform: translateX(5px);
}.RYxjA-info-details .QUICm-connect-now a:hover::before {
    width: 6px;
}.RYxjA-info-details .QUICm-connect-now a:hover::after {
    opacity: 0.05;
}.RYxjA-info-details .QUICm-connect-now a span {
    font-weight: 600;
    width: 80px;
    color: rgb(141,145,171);
    font-size: calc(17px * 0.9);
    margin-right: 2rem;
    display: inline-block;
}.RYxjA-info-details .QUICm-connect-now a p {
    flex-grow: 1;
    transition: transform 0.3s ease;
    color: #ffffff;
    margin: 0;
    font-size: 17px;
}.RYxjA-info-details .QUICm-connect-now a:hover p {
    transform: translateX(5px);
}.RYxjA-info-details svg {
    height: 22px;
    transition: all 0.3s ease;
    margin-right: 1rem;
    width: 22px;
}.RYxjA-info-details svg path {
    fill: rgb(141,145,171);
    transition: fill 0.3s ease;
}.RYxjA-info-details .QUICm-connect-now a:hover svg {
    transform: scale(1.1) rotate(5deg);
}.RYxjA-info-details .QUICm-connect-now a:hover svg path {
    fill: rgb(182,186,203);
}

@media (max-width: 1024px) {.RYxjA-info-details .qBaiS-talk-team {
    grid-template-rows: auto auto auto;
    gap: 2rem;
    grid-template-columns: 1fr;
}.RYxjA-info-details .fxEGN-msg-form:nth-child(1) {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
}.RYxjA-info-details .fxEGN-msg-form:nth-child(2) {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    aspect-ratio: 21/9;
}.RYxjA-info-details .fxEGN-msg-form:nth-child(3) {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
}.RYxjA-info-details .QUICm-connect-now {
    grid-template-columns: repeat(2, 1fr);
}.RYxjA-info-details .QUICm-connect-now a {
    grid-column: span 1;
}.RYxjA-info-details .QUICm-connect-now a:last-child {
    grid-column: span 2;
}
}

@media (max-width: 768px) {.RYxjA-info-details {
    padding: 4rem 0;
}.RYxjA-info-details .qBaiS-talk-team {
    gap: 1.5rem;
}.RYxjA-info-details .fxEGN-msg-form {
    padding: 2rem;
}.RYxjA-info-details .fxEGN-msg-form:nth-child(2) {
    aspect-ratio: 16/9;
}.RYxjA-info-details .QUICm-connect-now {
    grid-template-columns: 1fr;
}.RYxjA-info-details .QUICm-connect-now a {
    grid-column: span 1;
}.RYxjA-info-details .QUICm-connect-now a:last-child {
    grid-column: span 1;
}.RYxjA-info-details .HuNGf-reach-contact {
    gap: 0.6rem;
}.RYxjA-info-details .HuNGf-reach-contact span {
    padding: 0.5rem 0.8rem;
}
}

@media (max-width: 480px) {.RYxjA-info-details {
    padding: 3rem 0;
}.RYxjA-info-details .qBaiS-talk-team {
    gap: 1.2rem;
}.RYxjA-info-details .fxEGN-msg-form {
    padding: 1.5rem;
}.RYxjA-info-details .fxEGN-msg-form h2 {
    font-size: calc(29px * 0.9);
    margin-bottom: 1.5rem;
}.RYxjA-info-details .UlTOu-msg-support {
    font-size: 17px;
}.RYxjA-info-details .cYiwf-contact-list {
    margin-bottom: 1.5rem;
}.RYxjA-info-details .TmnzI-learn-form {
    padding: 1rem;
    margin-top: 1.5rem;
}.RYxjA-info-details .QUICm-connect-now a {
    padding: 1rem;
}.RYxjA-info-details .QUICm-connect-now a span {
    margin-right: 1rem;
    width: 60px;
}}

.RYxjA-info-details .container::after {
    position: absolute;
    content: "";
    border-radius: 50%;
    z-index: -1;
    left: -100px;
    animation: rotate 30s linear infinite;
    height: 200px;
    bottom: -100px;
    background: 
        radial-gradient(circle at center, rgba(255, 255, 255, 0.1) 0%, transparent 60%),
        repeating-conic-gradient(from 0deg, rgba(255, 255, 255, 0.03) 0deg, rgba(255, 255, 255, 0) 5deg, rgba(255, 255, 255, 0.03) 10deg);
    width: 200px;
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}.GvFjx-about-this {
    overflow: hidden;
    padding: 120px 0;
    z-index: 1;
    position: relative;
}.GvFjx-about-this::before {
    position: absolute;
    z-index: -1;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(8px);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    content: "";
}.GvFjx-about-this::after {
    height: 200%;
    width: 200%;
    background: radial-gradient(circle at center, rgb(182,186,203,0.5) 0%, transparent 70%);
    opacity: 0.3;
    content: "";
    position: absolute;
    left: -50%;
    animation: pulse 15s infinite alternate ease-in-out;
    z-index: -1;
    top: -50%;
}.GvFjx-about-this .container {
    z-index: 2;
    position: relative;
    padding: 0 30px;
    max-width: 1200px;
    margin: 0 auto;
}.GvFjx-about-this .AnVWR-text-section {
    transform-style: preserve-3d;
    padding: 50px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.1),
        -20px -20px 60px rgba(255, 255, 255, 0.05),
        inset 5px 5px 15px rgba(255, 255, 255, 0.05),
        inset -5px -5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform: perspective(1000px) rotateX(2deg);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
}.GvFjx-about-this .AnVWR-text-section:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
    box-shadow: 
        25px 25px 70px rgba(0, 0, 0, 0.15),
        -25px -25px 70px rgba(255, 255, 255, 0.07),
        inset 6px 6px 18px rgba(255, 255, 255, 0.07),
        inset -6px -6px 18px rgba(0, 0, 0, 0.07);
}.GvFjx-about-this h1 {
    padding-bottom: 15px;
    letter-spacing: 3px;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    font-size: 47px;
    margin-bottom: 30px;
}.GvFjx-about-this h1::after {
    height: 4px;
    position: absolute;
    content: "";
    transform-origin: left;
    width: 80px;
    bottom: 0;
    left: 0;
    transform: scaleX(1);
    transition: transform 0.4s ease-out;
    background: linear-gradient(90deg, rgb(182,186,203), transparent);
}.GvFjx-about-this .AnVWR-text-section:hover h1::after {
    transform: scaleX(1.5);
}.GvFjx-about-this ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.GvFjx-about-this ul li {
    margin-bottom: 20px;
}.GvFjx-about-this ul li h4 {
    font-weight: 600;
    font-size: calc(22px * 1.2);
    position: relative;
    margin-bottom: 15px;
    color: rgb(182,186,203);
    display: inline-block;
    transition: transform 0.3s ease;
    letter-spacing: 1px;
    transform: translateX(0);
}.GvFjx-about-this ul li h4::before {
    opacity: 0;
    content: "";
    width: 12px;
    height: 12px;
    left: -20px;
    transform: translateY(-50%) scale(0);
    background: rgb(182,186,203);
    top: 50%;
    transition: all 0.3s ease;
    position: absolute;
}.GvFjx-about-this .AnVWR-text-section:hover ul li h4 {
    transform: translateX(20px);
}.GvFjx-about-this .AnVWR-text-section:hover ul li h4::before {
    transform: translateY(-50%) scale(1);
    opacity: 1;
}.GvFjx-about-this ul li span {
    border-left: 3px solid rgb(182,186,203);
    display: block;
    transform: translateY(0);
    position: relative;
    font-size: 13px;
    padding: 20px;
    color: #ffffff;
    overflow: hidden;
    opacity: 0.9;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    background: rgba(0, 0, 0, 0.2);
    line-height: 1.8;
}.GvFjx-about-this ul li span::before {
    background: linear-gradient(135deg, rgb(182,186,203,0.5) 0%, transparent 100%);
    left: 0;
    position: absolute;
    opacity: 0;
    top: 0;
    transition: opacity 0.5s ease;
    width: 100%;
    height: 100%;
    content: "";
}.GvFjx-about-this .AnVWR-text-section:hover ul li span {
    opacity: 1;
    transform: translateY(5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}.GvFjx-about-this .AnVWR-text-section:hover ul li span::before {
    opacity: 0.1;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.5;
    }
}

@media (max-width: 992px) {.GvFjx-about-this {
    padding: 80px 0;
}.GvFjx-about-this .AnVWR-text-section {
    padding: 30px;
    transform: perspective(800px) rotateX(1deg);
}.GvFjx-about-this h1 {
    font-size: calc(47px * 0.85);
    margin-bottom: 20px;
}
}

@media (max-width: 768px) {.GvFjx-about-this {
    padding: 60px 0;
}.GvFjx-about-this .AnVWR-text-section {
    transform: none;
    padding: 25px;
}.GvFjx-about-this .AnVWR-text-section:hover {
    transform: translateY(-5px);
}.GvFjx-about-this h1 {
    font-size: calc(47px * 0.7);
    letter-spacing: 2px;
}.GvFjx-about-this ul li h4 {
    font-size: 22px;
}.GvFjx-about-this ul li span {
    font-size: calc(13px * 0.9);
    padding: 15px;
}
}

@media (max-width: 576px) {.GvFjx-about-this {
    padding: 40px 0;
}.GvFjx-about-this .container {
    padding: 0 20px;
}.GvFjx-about-this .AnVWR-text-section {
    padding: 20px;
}.GvFjx-about-this h1 {
    letter-spacing: 1px;
    padding-bottom: 10px;
    font-size: calc(47px * 0.6);
}.GvFjx-about-this h1::after {
    height: 3px;
    width: 60px;
}.GvFjx-about-this ul li span {
    line-height: 1.6;
    padding: 12px;
}}.mMQVK-training-structure {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(228,214,214) 0%, rgba(244, 247, 255, 0.92) 100%);
    padding: 120px 0;
    position: relative;
}.mMQVK-training-structure::before {
    content: "";
    top: 0;
    position: absolute;
    left: 0;
    z-index: 1;
    pointer-events: none;
    background: 
        radial-gradient(circle at 10% 20%, rgb(182,186,203,0.5) 0%, transparent 80%),
        radial-gradient(circle at 90% 80%, rgb(141,145,171,0.5) 0%, transparent 70%);
    width: 100%;
    height: 100%;
    opacity: 0.05;
}.mMQVK-training-structure::after {
    right: -25%;
    transform: rotate(-15deg);
    z-index: 1;
    height: 200%;
    animation: gradientShift 25s infinite alternate ease-in-out;
    top: -50%;
    pointer-events: none;
    width: 80%;
    content: "";
    background: linear-gradient(135deg, rgb(182,186,203,0.5) 0%, transparent 70%);
    position: absolute;
    opacity: 0.03;
}.mMQVK-training-structure .container {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
}.mMQVK-training-structure .QiGFM-smart-classes {
    align-items: center;
    perspective: 1000px;
    display: flex;
    position: relative;
    transform-style: preserve-3d;
    justify-content: center;
}.mMQVK-training-structure .QiGFM-smart-classes > div {
    transform: translateZ(0);
    background: #ffffff;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), 
                box-shadow 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 100%;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05), 
                0 1px 3px rgba(0, 0, 0, 0.02);
    position: relative;
    padding: 3.5rem;
    overflow: hidden;
}.mMQVK-training-structure .QiGFM-smart-classes > div::before {
    top: 0;
    transform-origin: top;
    width: 4px;
    transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    content: "";
    position: absolute;
    height: 100%;
    background: linear-gradient(to bottom, rgb(182,186,203), rgb(141,145,171));
    left: 0;
    transform: scaleY(1);
}.mMQVK-training-structure .QiGFM-smart-classes > div::after {
    right: 0;
    background: radial-gradient(circle, rgb(182,186,203,0.5) 0%, transparent 70%);
    height: 200px;
    position: absolute;
    opacity: 0.05;
    z-index: -1;
    content: "";
    width: 200px;
    bottom: 0;
    border-radius: 50%;
    transform: translate(30%, 30%);
}.mMQVK-training-structure h3 {
    transform: translateX(0);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    margin-bottom: 1.8rem;
    font-size: calc(22px * 1.1);
    font-weight: 700;
    font-family: Arial, sans-serif;
    padding-bottom: 0.8rem;
    letter-spacing: -0.01em;
    position: relative;
    color: #000000;
}.mMQVK-training-structure h3::after {
    background: rgb(182,186,203);
    content: "";
    bottom: 0;
    height: 2px;
    transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.1s;
    left: 0;
    width: 60px;
    position: absolute;
    transform-origin: left;
    transform: scaleX(1);
}.mMQVK-training-structure p {
    transform: translateY(0);
    margin: 0;
    font-family: Arial, sans-serif;
    opacity: 0.95;
    line-height: 1.7;
    font-size: 15px;
    color: #000000;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
    position: relative;
}.mMQVK-training-structure p span {
    position: relative;
    display: inline-block;
    z-index: 1;
}.mMQVK-training-structure .QiGFM-smart-classes > div:hover {
    transform: translateY(-5px) translateZ(20px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.07), 
                0 5px 15px rgba(0, 0, 0, 0.03);
}.mMQVK-training-structure .QiGFM-smart-classes > div:hover h3 {
    color: rgb(182,186,203);
    transform: translateX(5px);
}.mMQVK-training-structure .QiGFM-smart-classes > div:hover h3::after {
    transform: scaleX(1.5);
}.mMQVK-training-structure .QiGFM-smart-classes > div:hover::before {
    transform: scaleY(1.03);
}

@media (max-width: 991px) {.mMQVK-training-structure {
    padding: 90px 0;
}.mMQVK-training-structure .QiGFM-smart-classes > div {
    padding: 2.5rem;
}.mMQVK-training-structure h3 {
    font-size: 22px;
    margin-bottom: 1.5rem;
}
}

@media (max-width: 767px) {.mMQVK-training-structure {
    padding: 70px 0;
}.mMQVK-training-structure .QiGFM-smart-classes > div {
    padding: 2rem;
}.mMQVK-training-structure h3 {
    margin-bottom: 1.3rem;
    font-size: calc(19px * 1.1);
    padding-bottom: 0.7rem;
}.mMQVK-training-structure p {
    line-height: 1.6;
    font-size: calc(15px * 0.95);
}.mMQVK-training-structure h3::after {
    width: 50px;
}
}

@media (max-width: 480px) {.mMQVK-training-structure {
    padding: 50px 0;
}.mMQVK-training-structure .QiGFM-smart-classes > div {
    padding: 1.5rem;
}.mMQVK-training-structure h3 {
    margin-bottom: 1rem;
    padding-bottom: 0.6rem;
    font-size: 19px;
}.mMQVK-training-structure p {
    font-size: calc(15px * 0.9);
    line-height: 1.5;
}.mMQVK-training-structure h3::after {
    height: 1px;
    width: 40px;
}}

@keyframes gradientShift {
    0% {
        transform: rotate(-15deg) translateX(0);
        opacity: 0.02;
    }
    50% {
        opacity: 0.04;
    }
    100% {
        transform: rotate(-15deg) translateX(5%);
        opacity: 0.03;
    }
}header {
    position: relative;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    background: linear-gradient(90deg, rgb(141,145,171) 0%, rgb(182,186,203) 100%);
    margin-top: 0;
    padding: 0;
    z-index: 100;
    overflow: visible;
}header::before {
    position: absolute;
    width: 100%;
    top: 0;
    content: '';
    z-index: 0;
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 5px,
        transparent 5px,
        transparent 25px
    );
    left: 0;
}header .YLfZn-page-nav {
    position: relative;
    z-index: 5;
    justify-content: space-between;
    align-items: center;
    display: flex;
    padding: 1.2rem 2.5rem;
}header .isIGQ-header-navbar {
    padding: 0.5rem;
    margin-right: 2rem;
    overflow: visible;
    position: relative;
    flex: 0 0 auto;
}header .isIGQ-header-navbar::before {
    content: '';
    transform: skew(-5deg);
    top: -5px;
    left: -5px;
    position: absolute;
    border: 2px solid #ffffff;
    right: -5px;
    opacity: 0.1;
    transition: all 0.3s ease;
    bottom: -5px;
    z-index: -1;
}header .isIGQ-header-navbar::after {
    content: '';
    transform: skew(-5deg);
    transition: all 0.3s ease;
    right: -5px;
    left: -5px;
    z-index: -1;
    box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff;
    position: absolute;
    top: -5px;
    bottom: -5px;
    opacity: 0;
    border: 2px solid #ffffff;
}header .isIGQ-header-navbar:hover::before {
    opacity: 0;
}header .isIGQ-header-navbar:hover::after {
    opacity: 0.5;
    animation: neonPulse 1.5s infinite alternate;
}@keyframes neonPulse {
    0% { opacity: 0.3; box-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff; }
    100% { opacity: 0.7; box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff, 0 0 30px #ffffff; }
}

header .zeihU-head-bar {
    display: block;
    position: relative;
    transition: all 0.3s ease;
}header .zeihU-head-bar:hover {
    transform: scale(1.05);
}header .zeihU-head-bar img {
    max-height: 40px;
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}header .Evqrh-top-prime {
    list-style: none;
    display: flex;
    padding: 0;
    z-index: 2;
    margin: 0;
    position: relative;
}header .LVcFg-top-lead {
    position: relative;
    margin: 0 0.4rem;
}header .LVcFg-top-lead a {
    display: flex;
    letter-spacing: 0.5px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
    font-size: 16px;
    height: 40px;
    color: #ffffff;
    z-index: 1;
    text-decoration: none;
    align-items: center;
    text-shadow: 0 0 5px #ffffff;
    background: rgba(255, 255, 255, 0.1);
    position: relative;
    font-weight: 600;
    justify-content: center;
    padding: 0 1.2rem;
    transition: all 0.3s ease;
}header .LVcFg-top-lead a::before {
    background: #ffffff;
    z-index: -1;
    right: -2px;
    opacity: 0;
    content: '';
    left: -2px;
    bottom: -2px;
    transition: opacity 0.3s ease;
    position: absolute;
    top: -2px;
    transform: scale(0.9);
}header .LVcFg-top-lead a:hover {
    text-shadow: none;
    border-color: #ffffff;
    color: rgb(182,186,203);
    transform: translateY(-3px);
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
}header .LVcFg-top-lead a:hover::before {
    opacity: 1;
    transform: scale(1);
}header .LVcFg-top-lead::after {
    left: 10%;
    filter: blur(3px);
    content: '';
    width: 80%;
    position: absolute;
    bottom: -10px;
    height: 5px;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    opacity: 0;
    transition: all 0.3s ease;
}header .LVcFg-top-lead:hover::after {
    bottom: -5px;
    opacity: 0.5;
}header .YLfZn-page-nav::before {
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    position: absolute;
    height: 1px;
    width: 100%;
    top: 0;
    left: 0;
    content: '';
}header .YLfZn-page-nav::after {
    position: absolute;
    content: '';
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    height: 1px;
    left: 0;
    width: 100%;
    bottom: 0;
}header .ODgHS-top-sitebar {
    z-index: 1;
    padding-top: 2rem;
    background: rgb(228,214,214);
    position: relative;
}

@media (min-width: 1400px) {header .YLfZn-page-nav {
    margin: 0 auto;
    max-width: 1320px;
}header .LVcFg-top-lead {
    margin: 0 0.6rem;
}header .LVcFg-top-lead a {
    padding: 0 1.5rem;
}
}

@media (max-width: 991px) {header .YLfZn-page-nav {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .isIGQ-header-navbar {
    margin-right: 0;
    margin-bottom: 0;
}header .Evqrh-top-prime {
    margin-top: 1rem;
    flex-basis: 100%;
    justify-content: flex-end;
}header .LVcFg-top-lead a {
    padding: 0 1rem;
    font-size: calc(16px - 1px);
    height: 36px;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .YLfZn-page-nav {
    padding: 0.8rem 1.5rem;
}header .isIGQ-header-navbar {
    max-width: 140px;
}header .isIGQ-header-navbar::before, 
    header .isIGQ-header-navbar::after {
    right: -3px;
    top: -3px;
    bottom: -3px;
    left: -3px;
}header .zeihU-head-bar img {
    max-height: 35px;
}header .Evqrh-top-prime {
    overflow-x: auto;
    justify-content: flex-start;
    padding-bottom: 0.5rem;
    margin-top: 0.8rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}header .Evqrh-top-prime::-webkit-scrollbar {
    height: 3px;
}header .Evqrh-top-prime::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
}header .LVcFg-top-lead {
    flex: 0 0 auto;
    margin: 0 0.2rem;
}header .LVcFg-top-lead a {
    white-space: nowrap;
    height: 32px;
    font-size: calc(16px - 2px);
    padding: 0 0.8rem;
}header .LVcFg-top-lead::after {
    display: none;
}
}

@media (max-width: 479px) {header .YLfZn-page-nav {
    padding: 0.7rem 1.2rem;
}header .isIGQ-header-navbar {
    max-width: 120px;
}header .LVcFg-top-lead a {
    padding: 0 0.6rem;
    font-size: calc(16px - 3px);
    height: 30px;
}}.noAds-price-offer {
    background-color: rgb(228,214,214);
    overflow: hidden;
    position: relative;
    font-family: Arial, sans-serif;
    padding: 100px 0;
}.noAds-price-offer::before {
    background: linear-gradient(135deg, rgba(rgb(141,145,171,0.5), 0.05) 0%, rgba(rgb(182,186,203,0.5), 0.08) 100%);
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 0;
    top: 0;
}.noAds-price-offer .container {
    max-width: 1400px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
    padding: 0 20px;
}.noAds-price-offer .LtdGF-learn-rates {
    flex-direction: column;
    display: flex;
}.noAds-price-offer .FThpq-learning-package {
    opacity: 0;
    margin-bottom: 60px;
    animation: fadeUp 0.8s ease-out forwards;
    transform: translateY(20px);
}.noAds-price-offer .FThpq-learning-package h2 {
    display: inline-block;
    margin-bottom: 20px;
    color: #000000;
    position: relative;
    font-weight: 700;
    line-height: 1.2;
    font-size: 36px;
    text-transform: uppercase;
}.noAds-price-offer .FThpq-learning-package h2::after {
    position: absolute;
    background: linear-gradient(90deg, rgb(141,145,171), rgb(182,186,203));
    height: 4px;
    bottom: -10px;
    border-radius: 2px;
    content: "";
    width: 80px;
    left: 0;
}.noAds-price-offer .sOKde-pro-fees {
    margin-top: 25px;
    max-width: 800px;
    color: #000000;
    font-size: 18px;
    line-height: 1.6;
}.noAds-price-offer .hJzIe-cost-levels {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    margin-top: 20px;
    display: grid;
    gap: 30px;
}.noAds-price-offer .LsjYJ-rate-card {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: block;
    opacity: 0;
    animation-delay: calc(0.15s * var(--i, 1));
    animation: fadeUp 0.8s ease-out forwards;
    text-decoration: none;
    transform: translateY(30px);
    perspective: 1000px;
}.noAds-price-offer .LsjYJ-rate-card:nth-child(1) {
    --i: 1;
}.noAds-price-offer .LsjYJ-rate-card:nth-child(2) {
    --i: 2;
}.noAds-price-offer .LsjYJ-rate-card:nth-child(3) {
    --i: 3;
}.noAds-price-offer .LsjYJ-rate-card:nth-child(4) {
    --i: 4;
}.noAds-price-offer .jsYBm-value-plan {
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.15), 
              0 5px 15px -10px rgba(0, 0, 0, 0.05);
    position: relative;
    border-radius: 12px;
    background-color: #ffffff;
    transform-style: preserve-3d;
    transition: all 0.4s ease;
    height: 100%;
    overflow: hidden;
}.noAds-price-offer .LsjYJ-rate-card:hover .jsYBm-value-plan {
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.2),
              15px 15px 30px -10px rgba(0, 0, 0, 0.1),
              -15px 15px 30px -10px rgba(rgb(182,186,203,0.5), 0.1);
    transform: translateY(-15px) rotateX(2deg) rotateY(-2deg);
}.noAds-price-offer .chnvy-trial-offers {
    padding: 35px 30px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    min-height: 250px;
}.noAds-price-offer .chnvy-trial-offers h3 {
    color: #000000;
    margin-bottom: 20px;
    position: relative;
    font-size: calc(24px + 2px);
    font-weight: 700;
    transition: transform 0.3s ease;
    display: inline-block;
}.noAds-price-offer .LsjYJ-rate-card:hover .chnvy-trial-offers h3 {
    transform: translateX(5px);
    color: rgb(182,186,203);
}.noAds-price-offer .OWQhc-discount-deals {
    font-weight: 700;
    transition: all 0.3s ease;
    margin: 20px 0;
    color: rgb(141,145,171);
    position: relative;
    font-size: calc(24px + 4px);
    display: block;
}.noAds-price-offer .OWQhc-discount-deals::before {
    content: "";
    height: 3px;
    top: -10px;
    width: 40px;
    position: absolute;
    background: linear-gradient(90deg, rgb(141,145,171), transparent);
    left: 0;
    border-radius: 2px;
}.noAds-price-offer .LsjYJ-rate-card:hover .OWQhc-discount-deals {
    transform: scale(1.05);
    color: rgb(182,186,203);
}.noAds-price-offer .chnvy-trial-offers p {
    word-wrap: break-word;
    margin-top: 15px;
    color: #000000;
    hyphens: auto;
    line-height: 1.6;
    white-space: normal;
    word-break: normal;
    font-size: 18px;
    overflow-wrap: break-word;
    transition: color 0.3s ease;
}.noAds-price-offer .KRNof-snap {
    overflow: hidden;
    transition: all 0.5s ease;
    height: 200px;
    width: 100%;
    position: relative;
}.noAds-price-offer .KRNof-snap::after {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    opacity: 0.6;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    transition: opacity 0.4s ease;
    content: "";
    height: 100%;
    z-index: 1;
}.noAds-price-offer .LsjYJ-rate-card:hover .KRNof-snap {
    transform: scale(1.05);
}.noAds-price-offer .LsjYJ-rate-card:hover .KRNof-snap::after {
    opacity: 0.3;
}

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

@media (min-width: 1200px) {.noAds-price-offer .LtdGF-learn-rates {
    flex-direction: row-reverse;
}.noAds-price-offer .FThpq-learning-package {
    width: 30%;
    margin-bottom: 0;
    padding-left: 50px;
}.noAds-price-offer .hJzIe-cost-levels {
    width: 70%;
}.noAds-price-offer .FThpq-learning-package h2 {
    font-size: calc(36px + 4px);
}
}

@media (max-width: 1199px) {.noAds-price-offer {
    padding: 80px 0;
}.noAds-price-offer .FThpq-learning-package {
    margin: 0 auto 50px;
    text-align: center;
    max-width: 800px;
}.noAds-price-offer .FThpq-learning-package h2::after {
    left: 50%;
    transform: translateX(-50%);
}
}

@media (max-width: 767px) {.noAds-price-offer {
    padding: 60px 0;
}.noAds-price-offer .hJzIe-cost-levels {
    gap: 20px;
    grid-template-columns: 1fr;
}.noAds-price-offer .chnvy-trial-offers {
    padding: 25px 20px;
}.noAds-price-offer .KRNof-snap {
    height: 180px;
}.noAds-price-offer .FThpq-learning-package h2 {
    font-size: calc(36px - 2px);
}.noAds-price-offer .sOKde-pro-fees {
    font-size: calc(18px - 1px);
}
}

@media (hover: none) {.noAds-price-offer .LsjYJ-rate-card:hover .jsYBm-value-plan {
    transform: none;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.15),
                0 5px 15px -10px rgba(0, 0, 0, 0.05);
}.noAds-price-offer .LsjYJ-rate-card:hover .chnvy-trial-offers h3 {
    transform: none;
}.noAds-price-offer .LsjYJ-rate-card:hover .OWQhc-discount-deals {
    transform: none;
}.noAds-price-offer .LsjYJ-rate-card:hover .KRNof-snap {
    transform: none;
}}.GQcqX-cookie-popup-message {
    border-top: 2px solid rgb(182,186,203);
    position: fixed;
    width: 100%;
    z-index: 90;
    background: rgb(228,214,214);
    bottom: 0;
}.zoxhu-manage-tracking {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}.GQcqX-cookie-popup-message h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.GQcqX-cookie-popup-message p {
    font-size: 18px;
}.jZXid-cookies-overview {
    flex-shrink: 0;
    margin-right: 10px;
}.jZXid-cookies-overview svg, .jZXid-cookies-overview svg path, .jZXid-cookies-overview img {
    height: 100px;
    fill: rgb(182,186,203);
    width: 100px;
}.SUEiT-user-default {
    font-size: 24px;
    white-space: nowrap;
    line-height: 35px;
    cursor: pointer;
    margin-left: 10px;
    min-width: 120px;
    text-align: center;
    flex-shrink: 0;
    color: rgb(182,186,203);
    border-bottom: 2px solid rgb(182,186,203);
    text-decoration: none;
}.GQcqX-cookie-popup-message p a {
    color: rgb(182,186,203);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.GQcqX-cookie-popup-message {
    padding: 20px;
}}
#AKfkU-cookie-banner-box {
    display: none;
}#AKfkU-cookie-banner-box:checked ~ .GQcqX-cookie-popup-message {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 800px) {.jZXid-cookies-overview {
    display: none;
}.zoxhu-manage-tracking {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.GQcqX-cookie-popup-message h5 {
    text-align: center;
}.GQcqX-cookie-popup-message p {
    text-align: center;
}.qkToS-cookie-preference {
    margin-bottom: 20px;
}body .CsnuG-wrapper-container .SUEiT-user-default {
    margin-left: 0;
}}.wJnjT-thanksArea {
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(228,214,214) 0%, rgb(141,145,171,0.5) 100%);
    overflow: hidden;
    position: relative;
    perspective: 1000px;
}.wJnjT-thanksArea::before {
    width: 100%;
    left: 0;
    content: "";
    animation: backgroundPulse 15s infinite alternate ease-in-out;
    top: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(182,186,203,0.5) 0%, transparent 60%),
        radial-gradient(circle at 80% 70%, rgb(141,145,171,0.5) 0%, transparent 60%);
    z-index: 0;
    opacity: 0.15;
    height: 100%;
    position: absolute;
    pointer-events: none;
}.wJnjT-thanksArea::after {
    z-index: 0;
    background: rgb(182,186,203,0.5);
    height: 50%;
    filter: blur(30px);
    content: "";
    top: -10%;
    position: absolute;
    right: -10%;
    transform: rotate(-15deg) translateZ(-10px);
    width: 50%;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    animation: floatElement 20s infinite alternate ease-in-out;
    opacity: 0.05;
}.wJnjT-thanksArea .container {
    z-index: 2;
    transform-style: preserve-3d;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
}.wJnjT-thanksArea h2 {
    font-size: 32px;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
    color: #000000;
    transform: translateZ(30px);
    position: relative;
    animation: slideInFromTop 0.8s ease-out forwards;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 40px;
}.wJnjT-thanksArea h2::after {
    animation: lineExpand 1.2s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: left;
    height: 3px;
    left: 0;
    content: "";
    transform: scaleX(0);
    position: absolute;
    width: 80px;
    background: rgb(182,186,203);
    bottom: -15px;
}.wJnjT-thanksArea .QiGFM-smart-classes {
    background: #ffffff;
    position: relative;
    animation: fadeInUp 1s 0.3s backwards;
    border-radius: 8px;
    padding: 45px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    overflow: hidden;
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.05),
        0 5px 15px rgba(0, 0, 0, 0.03);
    transform: translateZ(10px) rotateX(2deg);
}.wJnjT-thanksArea .QiGFM-smart-classes::before {
    width: 6px;
    top: 0;
    content: "";
    background: linear-gradient(to bottom, rgb(182,186,203), rgb(141,145,171));
    left: 0;
    height: 0;
    position: absolute;
    animation: heightGrow 1.2s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
}.wJnjT-thanksArea .QiGFM-smart-classes:hover {
    transform: translateZ(15px) rotateX(0deg);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 8px 20px rgba(0, 0, 0, 0.05);
}.wJnjT-thanksArea ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.wJnjT-thanksArea li {
    position: relative;
    align-items: flex-start;
    display: flex;
}.wJnjT-thanksArea li::before {
    border-radius: 50%;
    background: rgb(182,186,203);
    animation: dotAppear 0.5s 1.2s forwards;
    transform: scale(0);
    left: -30px;
    position: absolute;
    width: 12px;
    top: 8px;
    content: "";
    height: 12px;
    opacity: 0;
}.wJnjT-thanksArea li span {
    font-family: Arial, sans-serif;
    line-height: 1.8;
    opacity: 0;
    animation: textFadeIn 0.8s 1s forwards ease-out;
    display: block;
    color: #000000;
    transform: translateX(0);
    font-size: 14px;
    position: relative;
}.wJnjT-thanksArea li span::first-letter {
    color: rgb(182,186,203);
    font-size: 1.5em;
    font-weight: 700;
}

@keyframes backgroundPulse {
    0%, 100% { 
        opacity: 0.15;
        transform: scale(1);
    }
    50% { 
        opacity: 0.25;
        transform: scale(1.05);
    }
}

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

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

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

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(40px) translateZ(10px) rotateX(5deg);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateZ(10px) rotateX(2deg);
    }
}

@keyframes heightGrow {
    0% { height: 0; }
    100% { height: 100%; }
}

@keyframes dotAppear {
    0% { opacity: 0; transform: scale(0); }
    70% { opacity: 1; transform: scale(1.2); }
    100% { opacity: 1; transform: scale(1); }
}

@keyframes textFadeIn {
    0% { opacity: 0; transform: translateX(20px); }
    100% { opacity: 1; transform: translateX(0); }
}

@media (max-width: 991px) {.wJnjT-thanksArea {
    padding: 80px 0;
}.wJnjT-thanksArea h2 {
    font-size: calc(32px * 0.9);
    margin-bottom: 30px;
}.wJnjT-thanksArea .QiGFM-smart-classes {
    padding: 35px;
}
}

@media (max-width: 767px) {.wJnjT-thanksArea {
    padding: 60px 0;
    perspective: 800px;
}.wJnjT-thanksArea h2 {
    font-size: calc(32px * 0.8);
    transform: translateZ(20px);
    margin-bottom: 25px;
}.wJnjT-thanksArea .QiGFM-smart-classes {
    transform: translateZ(5px) rotateX(1deg);
    padding: 30px 25px;
}.wJnjT-thanksArea li::before {
    height: 10px;
    width: 10px;
    left: -20px;
}.wJnjT-thanksArea li span {
    font-size: calc(14px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 480px) {.wJnjT-thanksArea {
    padding: 40px 0;
}.wJnjT-thanksArea h2 {
    font-size: calc(32px * 0.7);
    margin-bottom: 20px;
}.wJnjT-thanksArea .QiGFM-smart-classes {
    padding: 25px 20px;
}.wJnjT-thanksArea h2::after {
    width: 60px;
    height: 2px;
}.wJnjT-thanksArea li span {
    line-height: 1.5;
    font-size: calc(14px * 0.9);
}}.MDsiO-privacy-bunker {
    background: #ffffff;
    margin: 0 auto;
    max-width: 1200px;
    padding: 50px;
    font-family: Arial, sans-serif;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.5);
}.MDsiO-privacy-bunker h1 {
    font-size: 46px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    color: rgb(182,186,203);
    font-weight: 700;
    margin-top: 20px;
    border-bottom: 2px solid rgb(182,186,203);
}.MDsiO-privacy-bunker h2 {
    border-left: 4px solid rgb(141,145,171);
    margin-bottom: 20px;
    font-size: 35px;
    margin-top: 30px;
    padding-left: 15px;
    color: rgb(141,145,171);
    font-weight: 600;
}.MDsiO-privacy-bunker ul {
    padding-left: 40px;
    margin: 20px 0;
    list-style-type: square;
}.MDsiO-privacy-bunker li {
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-size: 18px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    line-height: 1.5;
}.MDsiO-privacy-bunker p, .MDsiO-privacy-bunker span, .MDsiO-privacy-bunker div {
    color: #000000;
    line-height: 1.6;
    font-size: 18px;
    margin-bottom: 15px;
}.MDsiO-privacy-bunker h3, .MDsiO-privacy-bunker h4, .MDsiO-privacy-bunker h5, .MDsiO-privacy-bunker h6 {
    padding-left: 10px;
    margin-top: 25px;
    border-left: 3px solid rgb(182,186,203);
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
    color: rgb(182,186,203);
}

@media only screen and (max-width: 800px) {.MDsiO-privacy-bunker {
    padding: 30px;
}.MDsiO-privacy-bunker h1 {
    font-size: calc(20px - 4px);
}.MDsiO-privacy-bunker h2 {
    font-size: calc(20px - 3px);
}.MDsiO-privacy-bunker h3, .MDsiO-privacy-bunker h4, .MDsiO-privacy-bunker h5, .MDsiO-privacy-bunker h6 {
    font-size: calc(20px - 2px);
}.MDsiO-privacy-bunker p, .MDsiO-privacy-bunker span, .MDsiO-privacy-bunker div, .MDsiO-privacy-bunker li {
    font-size: calc(18px - 2px);
}
}