* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}header,footer {
    width: 100%;
}.first-teach-lghM {
    flex: 1 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}.learn-nav-Zufr {
    flex: 0 0 auto;
}.container {
    width: 1178px;
    margin: auto;
    max-width: 100%;
}.wrapper-capsule-zT1E {
    min-height: 100%;
    display: flex;
    height: 100%;
    flex-direction: column;
}svg {
    width: 30px;
    height: 30px;
}html,body {
    min-height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.course-overview-PKlR {
    overflow: hidden;
    background: linear-gradient(45deg, rgb(223,219,204) 0%, rgb(117,129,166,0.5) 50%, rgb(223,219,204) 100%);
    padding: 6rem 0;
    position: relative;
}.course-overview-PKlR::before {
    right: -10%;
    border-radius: 50%;
    height: 70%;
    animation: pulseGlow 15s ease-in-out infinite;
    background: radial-gradient(circle, rgb(170,151,185,0.5) 0%, transparent 70%);
    content: "";
    top: -10%;
    opacity: 0.4;
    z-index: 1;
    width: 70%;
    position: absolute;
}.course-overview-PKlR::after {
    opacity: 0.3;
    width: 50%;
    left: -5%;
    bottom: -5%;
    animation: pulseGlow 12s ease-in-out infinite reverse;
    border-radius: 50%;
    height: 50%;
    z-index: 1;
    position: absolute;
    background: radial-gradient(circle, rgb(117,129,166,0.5) 0%, transparent 70%);
    content: "";
}@keyframes pulseGlow {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 0.3;
    }
}

.course-overview-PKlR .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    z-index: 2;
}.course-overview-PKlR .master-class-QBiK {
    display: grid;
    transform: perspective(1000px) rotateY(-2deg);
    grid-template-columns: 1.2fr 0.8fr;
    position: relative;
    transform-style: preserve-3d;
    gap: 3rem;
}.course-overview-PKlR .master-class-QBiK::before {
    width: calc(100% + 4rem);
    transform: translateZ(-10px);
    position: absolute;
    content: "";
    opacity: 0.05;
    left: -2rem;
    top: -2rem;
    height: calc(100% + 4rem);
    z-index: -1;
    background: 
        repeating-linear-gradient(90deg, transparent, transparent 50px, rgb(170,151,185,0.5) 50px, rgb(170,151,185,0.5) 51px),
        repeating-linear-gradient(180deg, transparent, transparent 50px, rgb(170,151,185,0.5) 50px, rgb(170,151,185,0.5) 51px);
    border-radius: 14px;
}.course-overview-PKlR .learn-challenge-Qzjf {
    padding: 3rem;
    background: #ffffff;
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 0% 100%);
    transform: translateZ(20px);
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.1),
        0 10px 20px -5px rgba(0, 0, 0, 0.04),
        inset 0 0 0 1px rgb(223,219,204);
    z-index: 3;
    border-radius: 14px;
    position: relative;
}.course-overview-PKlR .learn-challenge-Qzjf::before {
    z-index: -1;
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0.7;
    left: 0;
    border-radius: 14px;
    background: linear-gradient(135deg, #ffffff 0%, transparent 100%);
    height: 100%;
}.course-overview-PKlR .top-mainwrap-geMs {
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    position: relative;
}.course-overview-PKlR .top-mainwrap-geMs::before {
    height: 2px;
    width: 40px;
    top: 50%;
    position: absolute;
    background: rgb(170,151,185);
    right: -20px;
    opacity: 0.6;
    transform: translateY(-50%);
    content: "";
}.course-overview-PKlR .top-mainwrap-geMs::after {
    bottom: -10px;
    content: "";
    left: 0;
    width: 60px;
    height: 3px;
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(117,129,166) 0%, transparent 100%);
    position: absolute;
}.course-overview-PKlR .top-mainwrap-geMs svg {
    height: 4rem;
    width: auto;
    filter: drop-shadow(0 2px 4px rgb(170,151,185,0.5));
    transition: all 0.3s ease;
}.course-overview-PKlR .top-mainwrap-geMs svg:hover {
    filter: drop-shadow(0 6px 12px rgb(170,151,185,0.5));
    transform: translateY(-2px) scale(1.03);
}.course-overview-PKlR .top-mainwrap-geMs svg path {
    fill: rgb(170,151,185);
    transition: fill 0.3s ease;
}.course-overview-PKlR .top-mainwrap-geMs svg:hover path {
    fill: rgb(117,129,166);
}.course-overview-PKlR h3 {
    transform: translateZ(5px);
    font-weight: 700;
    margin-bottom: 1.5rem;
    background: linear-gradient(to right, #000000 0%, rgb(170,151,185) 100%);
    position: relative;
    -webkit-background-clip: text !important;
    font-size: 38px;
    display: inline-block;
    background-clip: text !important;
    color: transparent;
}.course-overview-PKlR h3::after {
    background: rgb(170,151,185);
    left: 0;
    transition: width 0.3s ease;
    height: 3px;
    width: 30px;
    position: absolute;
    content: "";
    bottom: -8px;
    border-radius: 10px;
}.course-overview-PKlR .learn-challenge-Qzjf:hover h3::after {
    width: 80px;
}.course-overview-PKlR p {
    position: relative;
    line-height: 1.7;
    color: #000000;
    margin-bottom: 1rem;
    font-size: 18px;
    transform: translateZ(10px);
    z-index: 2;
}.course-overview-PKlR .image-overlay-sQU7 {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    transform: translateZ(30px) rotate(3deg);
    overflow: hidden;
    animation: floatAnimation 6s ease-in-out infinite;
    z-index: 2;
    position: relative;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.1),
        -20px -20px 60px rgba(255, 255, 255, 0.1),
        inset 0 0 0 1px rgba(255, 255, 255, 0.3);
    height: 100%;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 450px;
    min-height: 400px;
}@keyframes floatAnimation {
    0% {
        transform: translateZ(30px) rotate(3deg) translateY(0);
    }
    50% {
        transform: translateZ(30px) rotate(3deg) translateY(-10px);
    }
    100% {
        transform: translateZ(30px) rotate(3deg) translateY(0);
    }
}

.course-overview-PKlR .image-overlay-sQU7::before {
    background: linear-gradient(
        45deg,
        transparent 0%,
        transparent 40%,
        rgb(170,151,185,0.5) 100%
    );
    height: 100%;
    opacity: 0.5;
    content: "";
    left: 0;
    mix-blend-mode: soft-light;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 1;
    transition: all 0.5s ease;
}.course-overview-PKlR .image-overlay-sQU7::after {
    left: 0;
    content: "";
    height: 50%;
    bottom: 0;
    width: 100%;
    z-index: 1;
    position: absolute;
    background: linear-gradient(
        to top,
        rgb(170,151,185,0.5) 0%,
        transparent 100%
    );
    opacity: 0.3;
}.course-overview-PKlR .master-class-QBiK:hover .image-overlay-sQU7 {
    box-shadow: 
        25px 25px 70px rgba(0, 0, 0, 0.15),
        -25px -25px 70px rgba(255, 255, 255, 0.15),
        inset 0 0 0 1px rgba(255, 255, 255, 0.4);
    border-radius: 60% 40% 60% 40% / 40% 60% 40% 60%;
    transform: translateZ(40px) rotate(1deg) scale(1.03);
}.course-overview-PKlR .master-class-QBiK:hover .image-overlay-sQU7::before {
    background: linear-gradient(
        45deg,
        transparent 0%,
        rgb(117,129,166,0.5) 40%,
        rgb(170,151,185,0.5) 100%
    );
    opacity: 0.7;
}

@media (max-width: 1024px) {.course-overview-PKlR {
    padding: 5rem 0;
}.course-overview-PKlR .master-class-QBiK {
    gap: 2rem;
    transform: perspective(1000px) rotateY(0deg);
    grid-template-columns: 1fr;
}.course-overview-PKlR .learn-challenge-Qzjf {
    padding: 2.5rem;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}.course-overview-PKlR .image-overlay-sQU7 {
    transform: translateZ(20px) rotate(0deg);
    border-radius: 20% 80% 20% 80% / 80% 20% 80% 20%;
    min-height: 350px;
}.course-overview-PKlR .master-class-QBiK:hover .image-overlay-sQU7 {
    transform: translateZ(30px) scale(1.02);
}
}

@media (max-width: 768px) {.course-overview-PKlR {
    padding: 4rem 0;
}.course-overview-PKlR .master-class-QBiK::before {
    left: -1.5rem;
    top: -1.5rem;
    width: calc(100% + 3rem);
    height: calc(100% + 3rem);
}.course-overview-PKlR .learn-challenge-Qzjf {
    padding: 2rem;
}.course-overview-PKlR .top-mainwrap-geMs svg {
    height: 3.5rem;
}.course-overview-PKlR h3 {
    font-size: calc(38px * 0.9);
}.course-overview-PKlR .image-overlay-sQU7 {
    min-height: 300px;
}
}

@media (max-width: 576px) {.course-overview-PKlR {
    padding: 3rem 0;
}.course-overview-PKlR .master-class-QBiK::before {
    display: none;
}.course-overview-PKlR .learn-challenge-Qzjf {
    padding: 1.5rem;
}.course-overview-PKlR .top-mainwrap-geMs svg {
    height: 3rem;
}.course-overview-PKlR .top-mainwrap-geMs::before {
    width: 20px;
    right: -10px;
}.course-overview-PKlR h3 {
    margin-bottom: 1rem;
    font-size: calc(38px * 0.8);
}.course-overview-PKlR p {
    font-size: calc(18px * 0.9);
}.course-overview-PKlR .image-overlay-sQU7 {
    min-height: 250px;
    border-radius: 10% 90% 10% 90% / 90% 10% 90% 10%;
}}.privacy-cabinet-nSZM {
    --heading-gradient: linear-gradient(135deg, rgb(170,151,185), rgb(117,129,166));
    overflow: hidden;
    position: relative;
    --content-spacing: clamp(1.5rem, 5vw, 3.5rem);
    background: linear-gradient(145deg, rgb(223,219,204), rgba(255, 255, 255, 0.97));
    --section-padding: clamp(2rem, 7vw, 5rem);
    --text-shadow-subtle: 0 1px 2px rgba(0, 0, 0, 0.05);
    padding: var(--section-padding) 0;
}.privacy-cabinet-nSZM::before {
    left: 0;
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(170,151,185,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(117,129,166,0.5) 0%, transparent 50%);
    opacity: 0.07;
    width: 100%;
    z-index: 0;
    content: "";
    top: 0;
    position: absolute;
    pointer-events: none;
}.privacy-cabinet-nSZM::after {
    right: -10%;
    position: absolute;
    content: "";
    background: linear-gradient(145deg, rgb(170,151,185,0.5), rgb(117,129,166,0.5));
    transform: rotate(-15deg) skewX(15deg);
    height: 50%;
    animation: ambient-shift 25s ease-in-out infinite alternate;
    z-index: 0;
    width: 25%;
    opacity: 0.03;
    filter: blur(30px);
    top: -5%;
}.privacy-cabinet-nSZM .container {
    z-index: 1;
    position: relative;
    max-width: min(90%, 1200px);
    box-shadow: 
        0 10px 30px -10px rgba(rgba(0, 0, 0, 0.5), 0.07),
        0 1px 3px rgba(rgba(0, 0, 0, 0.5), 0.05);
    transform: translateZ(0);
    padding: clamp(1.5rem, 5vw, 3rem);
    margin: 0 auto;
    overflow: hidden;
    background: #ffffff;
}.privacy-cabinet-nSZM .container::before {
    left: 0;
    top: 0;
    background: var(--heading-gradient);
    width: 100%;
    content: "";
    z-index: 2;
    position: absolute;
    height: 5px;
}.privacy-cabinet-nSZM h1 {
    font-size: 48px;
    position: relative;
    color: #000000;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: calc(var(--content-spacing) * 0.8);
    letter-spacing: -0.02em;
}.privacy-cabinet-nSZM h1::after {
    transform-origin: left;
    bottom: -15px;
    height: 3px;
    content: "";
    background: var(--heading-gradient);
    left: 0;
    transition: transform 0.3s ease-out;
    width: 80px;
    position: absolute;
}.privacy-cabinet-nSZM h2 {
    margin: calc(var(--content-spacing) * 1.2) 0 calc(var(--content-spacing) * 0.5);
    font-weight: 600;
    color: #000000;
    padding-left: 15px;
    position: relative;
    font-size: 34px;
}.privacy-cabinet-nSZM h2::before {
    height: 75%;
    transform: scaleY(1);
    top: 0.25em;
    width: 5px;
    transition: transform 0.3s ease;
    transform-origin: bottom;
    position: absolute;
    background: rgb(117,129,166);
    content: "";
    left: 0;
}.privacy-cabinet-nSZM h3 {
    font-weight: 600;
    color: #000000;
    padding-bottom: 0.5rem;
    font-size: calc(34px * 0.85);
    margin: calc(var(--content-spacing) * 0.8) 0 calc(var(--content-spacing) * 0.4);
    border-bottom: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.1);
}.privacy-cabinet-nSZM h4 {
    color: #000000;
    font-weight: 600;
    font-size: calc(34px * 0.7);
    opacity: 0.9;
    margin: calc(var(--content-spacing) * 0.7) 0 calc(var(--content-spacing) * 0.3);
}.privacy-cabinet-nSZM p {
    color: #000000;
    margin-bottom: calc(var(--content-spacing) * 0.7);
    line-height: 1.7;
    max-width: 80ch;
    font-size: 14px;
}.privacy-cabinet-nSZM strong {
    color: rgb(170,151,185);
    display: inline-block;
    position: relative;
    font-weight: 600;
}.privacy-cabinet-nSZM span {
    font-size: 14px;
    padding-left: 1rem;
    display: block;
    color: #000000;
    margin-bottom: calc(var(--content-spacing) * 0.7);
    position: relative;
    line-height: 1.7;
}.privacy-cabinet-nSZM span::before {
    height: calc(100% - 0.6em);
    width: 3px;
    background-color: rgb(117,129,166,0.5);
    content: "";
    position: absolute;
    left: 0;
    top: 0.3em;
}.privacy-cabinet-nSZM ul {
    list-style: none;
    padding-left: 1.5rem;
    margin: calc(var(--content-spacing) * 0.5) 0 calc(var(--content-spacing) * 0.8);
}.privacy-cabinet-nSZM li {
    padding-left: 1.5rem;
    line-height: 1.6;
    position: relative;
    font-size: 14px;
    margin-bottom: 1rem;
    color: #000000;
}.privacy-cabinet-nSZM li::before {
    transform: rotate(45deg);
    position: absolute;
    background: rgb(170,151,185);
    top: 0.5em;
    opacity: 0.8;
    content: "";
    left: 0;
    height: 8px;
    border-radius: 1px;
    width: 8px;
}

@media (max-width: 768px) {.privacy-cabinet-nSZM .container {
    padding: 1.5rem;
}.privacy-cabinet-nSZM h1 {
    font-size: calc(48px * 0.8);
}.privacy-cabinet-nSZM h2 {
    font-size: calc(34px * 0.85);
    padding-left: 12px;
}.privacy-cabinet-nSZM p, 
    .privacy-cabinet-nSZM span,
    .privacy-cabinet-nSZM li {
    font-size: calc(14px * 0.95);
}.privacy-cabinet-nSZM ul {
    padding-left: 0.5rem;
}.privacy-cabinet-nSZM h1::after {
    width: 60px;
}
}

@media (max-width: 480px) {.privacy-cabinet-nSZM {
    --content-spacing: 1.2rem;
}.privacy-cabinet-nSZM .container {
    padding: 1.2rem;
}.privacy-cabinet-nSZM h1 {
    font-size: calc(48px * 0.7);
}.privacy-cabinet-nSZM h2 {
    font-size: calc(34px * 0.75);
    padding-left: 10px;
}.privacy-cabinet-nSZM h2::before {
    width: 4px;
}.privacy-cabinet-nSZM p, 
    .privacy-cabinet-nSZM span,
    .privacy-cabinet-nSZM li {
    font-size: calc(14px * 0.9);
    line-height: 1.6;
}.privacy-cabinet-nSZM li {
    padding-left: 1.2rem;
    margin-bottom: 0.8rem;
}.privacy-cabinet-nSZM li::before {
    height: 6px;
    width: 6px;
}.privacy-cabinet-nSZM h1::after {
    width: 50px;
    height: 2px;
}
}

@keyframes ambient-shift {
    0% {
        opacity: 0.02;
        transform: rotate(-15deg) skewX(15deg) translate(0, 0);
    }
    50% {
        opacity: 0.04;
        transform: rotate(-12deg) skewX(12deg) translate(2%, 5%);
    }
    100% {
        opacity: 0.03;
        transform: rotate(-18deg) skewX(18deg) translate(-2%, -3%);
    }
}

@media (hover: hover) {.privacy-cabinet-nSZM h2:hover::before {
    transform: scaleY(1.2);
}.privacy-cabinet-nSZM .container:hover h1::after {
    transform: scaleX(1.1);
}.privacy-cabinet-nSZM li:hover::before {
    transform: rotate(135deg);
    transition: transform 0.3s ease;
}}.service-package-rEZR {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.service-package-rEZR::before {
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
    left: 0;
    right: 0;
    content: "";
    bottom: 0;
    z-index: 1;
    position: absolute;
    top: 0;
}.service-package-rEZR .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
}.service-package-rEZR .rate-panel-baYk {
    position: relative;
}.service-package-rEZR h2 {
    transform: translateY(20px);
    animation: fadeUp 0.7s ease-out 0.2s forwards;
    text-shadow: 0 2px 5px rgba(0,0,0,0.2);
    text-align: center;
    font-weight: 700;
    font-size: 37px;
    margin-bottom: 20px;
    color: #ffffff;
    position: relative;
    opacity: 0;
}.service-package-rEZR h2::after {
    background: rgb(117,129,166);
    height: 3px;
    transform: translateX(-50%);
    position: absolute;
    width: 80px;
    content: "";
    left: 50%;
    box-shadow: 0 0 10px rgb(117,129,166,0.5);
    bottom: -15px;
}.service-package-rEZR .edu-packages-e0DU {
    margin: 0 auto 50px;
    font-size: calc(13px * 1.1);
    animation: fadeUp 0.7s ease-out 0.4s forwards;
    opacity: 0;
    color: #ffffff;
    max-width: 800px;
    transform: translateY(20px);
    line-height: 1.6;
    text-align: center;
    letter-spacing: 0.3px;
}.service-package-rEZR .study-costs-xCBc {
    grid-template-columns: repeat(1, 1fr);
    display: grid;
    list-style: none;
    perspective: 1000px;
    padding: 0;
    gap: 30px;
    margin: 0;
}.service-package-rEZR .study-costs-xCBc li {
    animation-delay: calc(0.5s + var(--li-index, 0) * 0.15s);
    transform: translateY(40px);
    opacity: 0;
    animation: fadeUp 0.8s ease-out forwards;
}.service-package-rEZR .study-costs-xCBc li:nth-child(1) {
    --li-index: 1;
}.service-package-rEZR .study-costs-xCBc li:nth-child(2) {
    --li-index: 2;
}.service-package-rEZR .study-costs-xCBc li:nth-child(3) {
    --li-index: 3;
}.service-package-rEZR .study-costs-xCBc li:nth-child(4) {
    --li-index: 4;
}.service-package-rEZR .price-opts-U85G {
    position: relative;
    height: 100%;
    display: block;
    transform-style: preserve-3d;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    text-decoration: none;
}.service-package-rEZR .price-opts-U85G:hover {
    transform: translateY(-10px) scale(1.02);
}.service-package-rEZR .pricing-offers-relu {
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.1);
    border-top: 1px solid rgba(255,255,255,0.2);
    border-radius: 12px;
    transition: all 0.4s ease;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2), 
                0 5px 15px rgba(0,0,0,0.1);
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.1) 0%, 
        rgba(255,255,255,0.05) 100%);
    -webkit-backdrop-filter: blur(10px);
    position: relative;
    height: 100%;
    padding: 40px 30px;
    backdrop-filter: blur(10px);
    border-left: 1px solid rgba(255,255,255,0.2);
}.service-package-rEZR .price-opts-U85G:hover .pricing-offers-relu {
    border-color: rgb(117,129,166,0.5);
    box-shadow: 0 25px 45px rgba(0,0,0,0.25), 
                0 10px 20px rgba(0,0,0,0.15);
}.service-package-rEZR .pricing-offers-relu::before {
    opacity: 0;
    left: -50%;
    width: 200%;
    top: -50%;
    transform: scale(0.8);
    background: radial-gradient(
        circle at center,
        rgba(rgb(117,129,166), 0.05) 0%,
        transparent 70%
    );
    position: absolute;
    z-index: 0;
    content: "";
    transition: transform 0.8s ease, opacity 0.8s ease;
    height: 200%;
}.service-package-rEZR .price-opts-U85G:hover .pricing-offers-relu::before {
    transform: scale(1);
    opacity: 1;
}.service-package-rEZR .price-tiers-Wueo {
    z-index: 2;
    position: relative;
}.service-package-rEZR .price-tiers-Wueo h4 {
    position: relative;
    margin-bottom: 15px;
    font-weight: 600;
    padding-bottom: 15px;
    color: #ffffff;
    font-size: calc(22px * 1.15);
    transition: transform 0.4s ease;
}.service-package-rEZR .price-opts-U85G:hover .price-tiers-Wueo h4 {
    transform: translateY(-5px);
    color: rgb(117,129,166);
}.service-package-rEZR .price-tiers-Wueo h4::after {
    content: "";
    position: absolute;
    left: 0;
    height: 2px;
    background: rgb(117,129,166);
    width: 50px;
    transition: width 0.4s ease;
    bottom: 0;
}.service-package-rEZR .price-opts-U85G:hover .price-tiers-Wueo h4::after {
    width: 80px;
}.service-package-rEZR .price-tiers-Wueo p {
    margin-bottom: 25px;
    overflow-y: auto;
    font-size: 13px;
    color: rgba(255,255,255,0.8);
    padding-right: 10px;
    line-height: 1.6;
    max-height: 150px;
    scrollbar-color: rgb(117,129,166) rgba(255,255,255,0.1);
    scrollbar-width: thin;
}.service-package-rEZR .price-tiers-Wueo p::-webkit-scrollbar {
    width: 4px;
}.service-package-rEZR .price-tiers-Wueo p::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.1);
    border-radius: 10px;
}.service-package-rEZR .price-tiers-Wueo p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(117,129,166);
}.service-package-rEZR .lesson-rates-cHNr {
    position: relative;
    padding: 8px 20px;
    color: #ffffff;
    display: inline-block;
    font-weight: 700;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    overflow: hidden;
    transition: all 0.4s ease;
    border-radius: 8px;
    background: linear-gradient(135deg, 
        rgb(117,129,166) 0%, 
        rgb(170,151,185) 100%);
    font-size: calc(22px * 1.5);
}.service-package-rEZR .price-opts-U85G:hover .lesson-rates-cHNr {
    box-shadow: 0 8px 25px rgba(0,0,0,0.3);
    transform: translateY(-5px) scale(1.05);
}.service-package-rEZR .lesson-rates-cHNr::before {
    content: "";
    height: 100%;
    width: 70%;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255,255,255,0.2) 50%,
        transparent 100%
    );
    left: -100%;
    top: 0;
    transition: left 0.7s ease;
    position: absolute;
}.service-package-rEZR .price-opts-U85G:hover .lesson-rates-cHNr::before {
    left: 200%;
}

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

@media (min-width: 768px) {.service-package-rEZR .study-costs-xCBc {
    grid-template-columns: repeat(2, 1fr);
}.service-package-rEZR h2 {
    font-size: calc(37px * 1.1);
}
}

@media (min-width: 992px) {.service-package-rEZR {
    padding: 150px 0;
}.service-package-rEZR .study-costs-xCBc {
    grid-template-columns: repeat(4, 1fr);
}.service-package-rEZR .pricing-offers-relu {
    padding: 40px 25px;
}.service-package-rEZR h2 {
    font-size: calc(37px * 1.2);
    margin-bottom: 30px;
}.service-package-rEZR .edu-packages-e0DU {
    margin-bottom: 70px;
}
}

@media (max-width: 767px) {.service-package-rEZR {
    padding: 80px 0;
}.service-package-rEZR h2 {
    font-size: calc(37px * 0.9);
}.service-package-rEZR .edu-packages-e0DU {
    margin-bottom: 40px;
    font-size: 13px;
}.service-package-rEZR .pricing-offers-relu {
    padding: 30px 20px;
}.service-package-rEZR .price-tiers-Wueo p {
    max-height: 120px;
}.service-package-rEZR .lesson-rates-cHNr {
    font-size: calc(22px * 1.2);
    padding: 6px 15px;
}}.course-instructor-uGf4 {
    min-height: 700px;
    padding: 8rem 0;
    background: linear-gradient(160deg, rgb(223,219,204) 0%, #000000 100%);
    position: relative;
    overflow: hidden;
}.course-instructor-uGf4::before {
    opacity: 0.4;
    width: 100%;
    background: 
        radial-gradient(circle at 80% 20%, rgb(170,151,185,0.5) 0%, transparent 35%),
        radial-gradient(circle at 20% 80%, rgb(117,129,166,0.5) 0%, transparent 35%);
    content: "";
    height: 100%;
    top: 0;
    position: absolute;
    filter: blur(70px);
    z-index: 1;
    left: 0;
    animation: breatheGlow 15s ease-in-out infinite alternate;
}.course-instructor-uGf4 .container {
    max-width: 1200px;
    padding: 0 2rem;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}.course-instructor-uGf4 .student-feedback-JFYg {
    overflow: hidden;
    padding: 3rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
    grid-template-rows: auto 1fr;
    display: grid;
    border-radius: 19px;
    position: relative;
    gap: 30px;
    min-height: 580px;
    grid-template-columns: 1.2fr 0.8fr;
    backdrop-filter: blur(15px);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}.course-instructor-uGf4 .student-feedback-JFYg::before {
    background-size: 200% 200%;
    height: 100%;
    left: 0;
    opacity: 0.2;
    position: absolute;
    animation: shimmerEffect 10s ease-in-out infinite;
    content: "";
    width: 100%;
    background: linear-gradient(135deg, transparent, rgb(170,151,185,0.5), transparent);
    top: 0;
    z-index: -1;
}.course-instructor-uGf4 .image-overlay-sQU7 {
    grid-row: 1 / span 2;
    grid-column: 2;
    transition: all 0.7s cubic-bezier(0.2, 1, 0.3, 1);
    filter: contrast(1.1) brightness(1.05);
    z-index: 3;
    position: relative;
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.4);
    border-radius: 19px;
    transform: scale(1) rotate(0deg);
    height: 100%;
}.course-instructor-uGf4 .student-feedback-JFYg:hover .image-overlay-sQU7 {
    transform: scale(1.05) rotate(2deg);
    box-shadow: 30px 30px 60px rgba(0, 0, 0, 0.5);
}.course-instructor-uGf4 .image-overlay-sQU7::before {
    top: 0;
    height: 100%;
    content: "";
    position: absolute;
    box-sizing: border-box;
    z-index: 1;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    left: 0;
    border-radius: inherit;
}.course-instructor-uGf4 .name {
    grid-row: 1;
    transform: translateX(0);
    position: relative;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    z-index: 4;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    grid-column: 1;
    font-size: 36px;
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
}.course-instructor-uGf4 .student-feedback-JFYg:hover .name {
    transform: translateX(10px);
}.course-instructor-uGf4 .name::after {
    height: 3px;
    content: "";
    transition: width 0.6s ease;
    position: absolute;
    left: 0;
    width: 0;
    bottom: -10px;
    background: linear-gradient(90deg, rgb(170,151,185), rgb(117,129,166));
}.course-instructor-uGf4 .student-feedback-JFYg:hover .name::after {
    width: 120px;
}.course-instructor-uGf4 .student-feedback-JFYg span:not(.name) {
    color: rgb(117,129,166);
    font-size: 22px;
    grid-row: 1;
    grid-column: 1;
    backdrop-filter: blur(10px);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    z-index: 3;
    background: rgba(0, 0, 0, 0.2);
    padding: 0.7rem 1.5rem;
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
    width: max-content;
    margin-top: 4rem;
    font-weight: 600;
    transform: translateX(0);
    border-radius: 10px;
}.course-instructor-uGf4 .student-feedback-JFYg:hover span:not(.name) {
    transform: translateX(10px);
    background: rgba(0, 0, 0, 0.3);
}.course-instructor-uGf4 .work-expertise-R34k {
    line-height: 1.8;
    z-index: 2;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    padding: 2rem;
    backdrop-filter: blur(10px);
    overflow: hidden;
    color: #ffffff;
    font-size: 17px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
    border-left: 4px solid rgb(117,129,166);
    transition: all 0.7s cubic-bezier(0.2, 1, 0.3, 1);
    grid-row: 2;
    grid-column: 1;
    position: relative;
    border-radius: 19px;
    transform: translateY(0);
}.course-instructor-uGf4 .student-feedback-JFYg:hover .work-expertise-R34k {
    transform: translateY(-10px);
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.4);
}.course-instructor-uGf4 .work-expertise-R34k::before {
    z-index: -1;
    left: 0;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: 200% 200%;
    animation: shimmerEffect 5s ease-in-out infinite;
    top: 0;
}.course-instructor-uGf4 .container::after {
    position: absolute;
    left: -200px;
    background: conic-gradient(from 135deg, rgb(170,151,185,0.5) 0%, rgb(117,129,166,0.5) 50%, rgb(170,151,185,0.5) 100%);
    width: 400px;
    filter: blur(80px);
    animation: rotateGlow 25s linear infinite;
    opacity: 0.2;
    content: "";
    height: 400px;
    z-index: -1;
    border-radius: 50%;
    bottom: -200px;
}

@keyframes breatheGlow {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
}

@keyframes shimmerEffect {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

@keyframes rotateGlow {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 992px) {.course-instructor-uGf4 .student-feedback-JFYg {
    padding: 2rem;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 20px;
}.course-instructor-uGf4 .image-overlay-sQU7 {
    height: 350px;
    grid-column: 1;
    grid-row: 1;
}.course-instructor-uGf4 .name {
    grid-row: 2;
    margin: 0;
    grid-column: 1;
}.course-instructor-uGf4 .student-feedback-JFYg span:not(.name) {
    grid-column: 1;
    margin-top: 3.5rem;
    grid-row: 2;
}.course-instructor-uGf4 .work-expertise-R34k {
    grid-row: 3;
    grid-column: 1;
}.course-instructor-uGf4 .student-feedback-JFYg:hover .name,
    .course-instructor-uGf4 .student-feedback-JFYg:hover span:not(.name) {
    transform: translateY(-5px);
}
}

@media (max-width: 576px) {.course-instructor-uGf4 {
    padding: 5rem 0;
}.course-instructor-uGf4 .student-feedback-JFYg {
    padding: 1.5rem;
}.course-instructor-uGf4 .image-overlay-sQU7 {
    height: 250px;
}.course-instructor-uGf4 .name {
    font-size: 22px;
}.course-instructor-uGf4 .student-feedback-JFYg span:not(.name) {
    padding: 0.6rem 1rem;
    margin-top: 3rem;
    font-size: 17px;
}.course-instructor-uGf4 .work-expertise-R34k {
    font-size: calc(17px * 0.9);
    line-height: 1.6;
    padding: 1.5rem;
}}.reach-out-info-GuAE {
    padding: 70px 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: rgb(117,129,166);
}.reach-out-info-GuAE::before {
    background: linear-gradient(90deg, 
    rgba(0,0,0,0.9) 0%, 
    rgba(0,0,0,0.7) 50%, 
    rgba(0,0,0,0.9) 100%
  );
    left: 0;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
}.reach-out-info-GuAE::after {
    background-image: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 2px,
    rgba(0, 217, 255, 0.05) 2px,
    rgba(0, 217, 255, 0.05) 4px
  );
    left: 0;
    height: 100%;
    top: 0;
    z-index: -1;
    content: "";
    width: 100%;
    position: absolute;
}.reach-out-info-GuAE .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}.reach-out-info-GuAE .message-card-1K2X {
    border: 1px solid rgb(170,151,185);
    padding: 40px;
    background: rgba(0, 0, 0, 0.7);
    position: relative;
    border-radius: 0;
    box-shadow: 0 0 15px rgb(170,151,185,0.5),
              inset 0 0 10px rgb(170,151,185,0.5);
    clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 30px),
    calc(100% - 30px) 100%,
    0 100%
  );
}.reach-out-info-GuAE .message-card-1K2X::before {
    z-index: -1;
    background: linear-gradient(45deg, 
    transparent 0%, 
    transparent 40%, 
    rgb(170,151,185,0.5) 45%, 
    transparent 50%,
    transparent 100%
  );
    position: absolute;
    width: 100%;
    opacity: 0.5;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    animation: sweep 3s linear infinite;
}@keyframes sweep {
  0% {
    transform: translateX(-100%) translateY(-100%);
  }
  100% {
    transform: translateX(100%) translateY(100%);
  }
}

.reach-out-info-GuAE h2 {
    margin-bottom: 30px;
    text-transform: uppercase;
    padding-left: 20px;
    font-weight: 700;
    font-size: 36px;
    color: #ffffff;
    position: relative;
    letter-spacing: 3px;
    border-left: 4px solid rgb(170,151,185);
}.reach-out-info-GuAE h2::after {
    opacity: 0.7;
    font-size: 14px;
    right: 0;
    color: rgb(170,151,185);
    content: "</>";
    top: 0;
    position: absolute;
}.reach-out-info-GuAE p {
    margin-bottom: 25px;
    line-height: 1.7;
    font-size: 15px;
    color: #ffffff;
    position: relative;
}.reach-out-info-GuAE .message-page-goaQ {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 30px;
}.reach-out-info-GuAE .contact-now-ghND {
    font-size: calc(15px * 0.95);
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.7);
    padding: 12px 25px;
    border: 1px solid rgb(170,151,185);
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    clip-path: polygon(
    0 0,
    calc(100% - 10px) 0,
    100% 10px,
    100% 100%,
    0 100%
  );
    color: #ffffff;
}.reach-out-info-GuAE .contact-now-ghND::before {
    width: 100%;
    left: 0;
    content: "";
    height: 100%;
    transition: transform 0.3s ease;
    transform-origin: right;
    z-index: -1;
    top: 0;
    transform: scaleX(0);
    background: rgb(170,151,185);
    position: absolute;
}.reach-out-info-GuAE .contact-now-ghND:hover {
    box-shadow: 0 0 15px rgb(170,151,185,0.5);
    color: #000000;
}.reach-out-info-GuAE .contact-now-ghND:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}.reach-out-info-GuAE .contact-now-ghND svg {
    transition: transform 0.3s ease;
    margin-right: 12px;
    height: 20px;
    width: 20px;
}.reach-out-info-GuAE .contact-now-ghND:hover svg {
    transform: rotate(360deg);
}.reach-out-info-GuAE .contact-now-ghND svg path {
    fill: rgb(170,151,185);
    transition: fill 0.3s ease;
}.reach-out-info-GuAE .contact-now-ghND:hover svg path {
    fill: #000000;
}.reach-out-info-GuAE p svg {
    width: 20px;
    margin-right: 10px;
    vertical-align: middle;
    height: 20px;
}.reach-out-info-GuAE p svg path {
    fill: rgb(170,151,185);
}.reach-out-info-GuAE p:nth-last-child(2) {
    align-items: center;
    border-left: 3px solid rgb(170,151,185);
    display: flex;
    background: rgba(0, 0, 0, 0.3);
    padding: 10px 15px;
}.reach-out-info-GuAE::before {
    animation: backgroundGlow 5s ease-in-out infinite alternate;
}@keyframes backgroundGlow {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.7;
  }
}

.reach-out-info-GuAE .container::after {
    pointer-events: none;
    animation: scanlines 8s linear infinite;
    content: "";
    width: 300%;
    background: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 10px,
    rgba(var(--primary-color, 0, 123, 255), 0.03) 10px,
    rgba(var(--primary-color, 0, 123, 255), 0.03) 20px
  );
    top: -100%;
    z-index: -1;
    left: -100%;
    position: absolute;
    height: 300%;
}@keyframes scanlines {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100px);
  }
}

.reach-out-info-GuAE .message-card-1K2X::after {
    height: 30px;
    border-bottom: 2px solid rgb(170,151,185);
    bottom: 5px;
    position: absolute;
    content: "";
    border-right: 2px solid rgb(170,151,185);
    right: 5px;
    width: 30px;
}

@media (max-width: 991px) {.reach-out-info-GuAE {
    padding: 60px 0;
}.reach-out-info-GuAE .message-card-1K2X {
    padding: 35px 25px;
}.reach-out-info-GuAE .message-page-goaQ {
    gap: 12px;
}.reach-out-info-GuAE .contact-now-ghND {
    padding: 12px 20px;
}
}

@media (max-width: 767px) {.reach-out-info-GuAE {
    padding: 50px 0;
}.reach-out-info-GuAE .message-card-1K2X {
    padding: 30px 20px;
    clip-path: polygon(
      0 0,
      100% 0,
      100% calc(100% - 15px),
      calc(100% - 15px) 100%,
      0 100%
    );
}.reach-out-info-GuAE h2 {
    letter-spacing: 2px;
    font-size: calc(36px * 0.85);
    margin-bottom: 25px;
}.reach-out-info-GuAE p {
    font-size: calc(15px * 0.95);
    margin-bottom: 20px;
}.reach-out-info-GuAE .message-page-goaQ {
    flex-direction: column;
    margin-top: 25px;
    gap: 10px;
}.reach-out-info-GuAE .contact-now-ghND {
    width: 100%;
}.reach-out-info-GuAE .contact-now-ghND svg {
    margin-right: 10px;
    height: 18px;
    width: 18px;
}}

.reach-out-info-GuAE h2::before {
    color: rgb(170,151,185);
    top: 0;
    content: attr(data-text);
    position: absolute;
    left: 20px;
    animation: glitch 0.5s ease-in-out infinite alternate;
    opacity: 0.5;
    z-index: -1;
}@keyframes glitch {
  0% {
    transform: translateX(-1px);
  }
  100% {
    transform: translateX(1px);
  }
}
header {
    z-index: 100;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    padding: 0;
    position: relative;
    margin-top: 0;
    background: linear-gradient(90deg, rgb(117,129,166) 0%, rgb(170,151,185) 100%);
    overflow: visible;
}header::before {
    width: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 5px,
        transparent 5px,
        transparent 25px
    );
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    z-index: 0;
}header .top-main-AtLH {
    z-index: 5;
    display: flex;
    align-items: center;
    padding: 1.2rem 2.5rem;
    justify-content: space-between;
    position: relative;
}header .top-mainwrap-geMs {
    padding: 0.5rem;
    position: relative;
    margin-right: 2rem;
    overflow: visible;
    flex: 0 0 auto;
}header .top-mainwrap-geMs::before {
    position: absolute;
    left: -5px;
    border: 2px solid #ffffff;
    transform: skew(-5deg);
    content: '';
    bottom: -5px;
    opacity: 0.1;
    right: -5px;
    transition: all 0.3s ease;
    z-index: -1;
    top: -5px;
}header .top-mainwrap-geMs::after {
    opacity: 0;
    position: absolute;
    transform: skew(-5deg);
    left: -5px;
    border: 2px solid #ffffff;
    content: '';
    z-index: -1;
    box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff;
    bottom: -5px;
    right: -5px;
    transition: all 0.3s ease;
    top: -5px;
}header .top-mainwrap-geMs:hover::before {
    opacity: 0;
}header .top-mainwrap-geMs: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 .main-pagebar-CWnp {
    position: relative;
    transition: all 0.3s ease;
    display: block;
}header .main-pagebar-CWnp:hover {
    transform: scale(1.05);
}header .main-pagebar-CWnp img {
    max-height: 40px;
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}header .top-tutor-DFbn {
    list-style: none;
    margin: 0;
    display: flex;
    z-index: 2;
    position: relative;
    padding: 0;
}header .nav-main-nQPi {
    margin: 0 0.4rem;
    position: relative;
}header .nav-main-nQPi a {
    display: flex;
    position: relative;
    color: #ffffff;
    justify-content: center;
    letter-spacing: 0.5px;
    background: rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 14px;
    text-shadow: 0 0 5px #ffffff;
    text-decoration: none;
    padding: 0 1.2rem;
    height: 40px;
    overflow: hidden;
    font-weight: 600;
    align-items: center;
}header .nav-main-nQPi a::before {
    position: absolute;
    z-index: -1;
    transition: opacity 0.3s ease;
    background: #ffffff;
    right: -2px;
    opacity: 0;
    left: -2px;
    bottom: -2px;
    transform: scale(0.9);
    top: -2px;
    content: '';
}header .nav-main-nQPi a:hover {
    color: rgb(170,151,185);
    transform: translateY(-3px);
    text-shadow: none;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
    border-color: #ffffff;
}header .nav-main-nQPi a:hover::before {
    opacity: 1;
    transform: scale(1);
}header .nav-main-nQPi::after {
    left: 10%;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    height: 5px;
    width: 80%;
    position: absolute;
    content: '';
    filter: blur(3px);
    transition: all 0.3s ease;
    opacity: 0;
    bottom: -10px;
}header .nav-main-nQPi:hover::after {
    opacity: 0.5;
    bottom: -5px;
}header .top-main-AtLH::before {
    content: '';
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 1px;
}header .top-main-AtLH::after {
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    content: '';
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    position: absolute;
}header .first-teach-lghM {
    background: rgb(223,219,204);
    position: relative;
    padding-top: 2rem;
    z-index: 1;
}

@media (min-width: 1400px) {header .top-main-AtLH {
    max-width: 1320px;
    margin: 0 auto;
}header .nav-main-nQPi {
    margin: 0 0.6rem;
}header .nav-main-nQPi a {
    padding: 0 1.5rem;
}
}

@media (max-width: 991px) {header .top-main-AtLH {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .top-mainwrap-geMs {
    margin-bottom: 0;
    margin-right: 0;
}header .top-tutor-DFbn {
    flex-basis: 100%;
    margin-top: 1rem;
    justify-content: flex-end;
}header .nav-main-nQPi a {
    padding: 0 1rem;
    font-size: calc(14px - 1px);
    height: 36px;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .top-main-AtLH {
    padding: 0.8rem 1.5rem;
}header .top-mainwrap-geMs {
    max-width: 140px;
}header .top-mainwrap-geMs::before, 
    header .top-mainwrap-geMs::after {
    left: -3px;
    bottom: -3px;
    right: -3px;
    top: -3px;
}header .main-pagebar-CWnp img {
    max-height: 35px;
}header .top-tutor-DFbn {
    margin-top: 0.8rem;
    overflow-x: auto;
    padding-bottom: 0.5rem;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
}header .top-tutor-DFbn::-webkit-scrollbar {
    height: 3px;
}header .top-tutor-DFbn::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
}header .nav-main-nQPi {
    margin: 0 0.2rem;
    flex: 0 0 auto;
}header .nav-main-nQPi a {
    white-space: nowrap;
    padding: 0 0.8rem;
    font-size: calc(14px - 2px);
    height: 32px;
}header .nav-main-nQPi::after {
    display: none;
}
}

@media (max-width: 479px) {header .top-main-AtLH {
    padding: 0.7rem 1.2rem;
}header .top-mainwrap-geMs {
    max-width: 120px;
}header .nav-main-nQPi a {
    font-size: calc(14px - 3px);
    height: 30px;
    padding: 0 0.6rem;
}}.training-method-eURY {
    padding: 100px 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(117,129,166,0.5) 100%);
    position: relative;
    overflow: hidden;
}.training-method-eURY::before {
    content: '';
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 15px,
        rgba(255, 255, 255, 0.03) 15px,
        rgba(255, 255, 255, 0.03) 30px
    );
    z-index: 1;
    top: 0;
    position: absolute;
    height: 100%;
    left: 0;
}.training-method-eURY::after {
    transform: scale(2);
    content: '';
    position: absolute;
    animation: pulse 15s infinite alternate ease-in-out;
    width: 100%;
    right: -50%;
    z-index: 0;
    opacity: 0.7;
    top: -50%;
    background: radial-gradient(
        circle at center,
        rgb(170,151,185,0.5) 0%,
        transparent 70%
    );
    height: 100%;
}.training-method-eURY .master-class-QBiK {
    max-width: 1200px;
    z-index: 2;
    position: relative;
    padding: 0 30px;
    margin: 0 auto;
    transform-style: preserve-3d;
    transition: transform 0.5s ease-out;
    transform: perspective(1000px) rotateX(2deg);
}.training-method-eURY .master-class-QBiK:hover {
    transform: perspective(1000px) rotateX(0deg);
}.training-method-eURY h2 {
    padding-bottom: 15px;
    font-weight: 700;
    font-size: 35px;
    letter-spacing: 0.5px;
    color: #ffffff;
    margin-bottom: 40px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    transform: translateZ(30px);
}.training-method-eURY h2::after {
    left: 0;
    bottom: 0;
    content: '';
    transform: scaleX(1);
    transform-origin: left center;
    position: absolute;
    width: 80px;
    background: rgb(170,151,185);
    height: 3px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}.training-method-eURY .master-class-QBiK:hover h2::after {
    transform: scaleX(1.5);
}.training-method-eURY .content-pad-euUt {
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.1), 
                -20px -20px 60px rgba(255, 255, 255, 0.05);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    backdrop-filter: blur(10px);
    position: relative;
    padding: 40px;
    border-left: 4px solid rgb(170,151,185);
    transform: translateZ(20px);
}.training-method-eURY .content-pad-euUt::before {
    content: '';
    height: 100%;
    opacity: 0.1;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(
        to right,
        rgb(170,151,185,0.5) 0%,
        transparent 100%
    );
    z-index: -1;
}.training-method-eURY .content-pad-euUt:hover {
    box-shadow: 30px 30px 80px rgba(0, 0, 0, 0.15), 
                -30px -30px 80px rgba(255, 255, 255, 0.07);
    transform: translateZ(40px) translateX(5px);
}.training-method-eURY p {
    transition: transform 0.3s ease;
    line-height: 1.8;
    position: relative;
    color: #ffffff;
    font-size: 15px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    z-index: 2;
    margin: 0;
}.training-method-eURY p::first-letter {
    color: rgb(170,151,185);
    font-size: 1.5em;
    font-weight: 700;
}.training-method-eURY .content-pad-euUt:hover p {
    transform: scale(1.01);
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
        transform: scale(2);
    }
    50% {
        opacity: 0.7;
        transform: scale(2.2);
    }
}

@media (max-width: 991px) {.training-method-eURY {
    padding: 80px 0;
}.training-method-eURY h2 {
    font-size: calc(35px * 0.9);
    margin-bottom: 30px;
}.training-method-eURY .content-pad-euUt {
    padding: 30px;
}
}

@media (max-width: 767px) {.training-method-eURY {
    padding: 60px 0;
}.training-method-eURY .master-class-QBiK {
    transform: perspective(800px) rotateX(1deg);
    padding: 0 20px;
}.training-method-eURY h2 {
    font-size: calc(35px * 0.8);
    margin-bottom: 25px;
    transform: translateZ(20px);
}.training-method-eURY .content-pad-euUt {
    transform: translateZ(15px);
    padding: 25px;
}.training-method-eURY .content-pad-euUt:hover {
    transform: translateZ(25px) translateX(3px);
}.training-method-eURY p {
    font-size: calc(15px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 480px) {.training-method-eURY {
    padding: 50px 0;
}.training-method-eURY .master-class-QBiK {
    transform: perspective(600px) rotateX(0.5deg);
    padding: 0 15px;
}.training-method-eURY h2 {
    margin-bottom: 20px;
    transform: translateZ(10px);
    font-size: calc(35px * 0.7);
}.training-method-eURY h2::after {
    width: 60px;
    height: 2px;
}.training-method-eURY .content-pad-euUt {
    transform: translateZ(10px);
    border-left-width: 3px;
    padding: 20px;
}.training-method-eURY .content-pad-euUt:hover {
    transform: translateZ(15px) translateX(2px);
}.training-method-eURY p {
    line-height: 1.6;
    font-size: calc(15px * 0.9);
}.training-method-eURY p::first-letter {
    font-size: 1.3em;
}}.gratWrap-7al9 {
    position: relative;
    padding: 5rem 2rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(117,129,166,0.5) 0%, rgb(170,151,185,0.5) 100%);
}.gratWrap-7al9::before {
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
    width: 50%;
    opacity: 0.1;
    animation: float 12s ease-in-out infinite;
    background: linear-gradient(120deg, rgb(117,129,166) 0%, rgb(170,151,185) 100%);
    top: -10%;
    position: absolute;
    right: -5%;
    content: "";
    height: 70%;
    pointer-events: none;
    transform: rotate(-15deg) skew(10deg);
    z-index: 1;
}.gratWrap-7al9::after {
    z-index: 1;
    pointer-events: none;
    position: absolute;
    bottom: -5%;
    background: linear-gradient(210deg, rgb(170,151,185) 0%, rgb(117,129,166) 100%);
    width: 40%;
    left: -5%;
    clip-path: polygon(20% 0, 100% 20%, 80% 100%, 0 80%);
    content: "";
    transform: rotate(10deg) skew(-5deg);
    height: 60%;
    opacity: 0.08;
    animation: float 15s ease-in-out infinite reverse;
}.gratWrap-7al9 .container {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}.gratWrap-7al9 h2 {
    max-width: 90%;
    opacity: 0;
    animation: slideIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    margin-bottom: 2.5rem;
    font-family: Arial, sans-serif;
    transform: translateX(-10px);
    line-height: 1.3;
    font-weight: 700;
    position: relative;
    font-size: 30px;
    color: #000000;
}.gratWrap-7al9 h2::after {
    transform-origin: left;
    content: "";
    transform: scaleX(0);
    width: 120px;
    bottom: -15px;
    height: 4px;
    animation: expandLine 1.2s 0.4s cubic-bezier(0.17, 0.67, 0.43, 0.99) forwards;
    background: linear-gradient(90deg, rgb(170,151,185) 0%, rgb(117,129,166) 100%);
    position: absolute;
    left: 0;
}.gratWrap-7al9 .master-class-QBiK {
    position: relative;
    padding: 3rem;
    opacity: 0;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.04), 0 5px 15px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    width: 100%;
    animation: riseUp 1s 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    border: 1px solid rgba(0, 0, 0, 0.06);
    transform: translateY(20px);
}.gratWrap-7al9 .master-class-QBiK::before {
    left: 0;
    content: "";
    right: 0;
    position: absolute;
    top: 0;
    height: 5px;
    background: linear-gradient(90deg, rgb(117,129,166) 0%, rgb(170,151,185) 100%);
    animation: expandLine 1.5s 1s cubic-bezier(0.17, 0.67, 0.43, 0.99) forwards;
    transform-origin: left;
    transform: scaleX(0);
}.gratWrap-7al9 ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.gratWrap-7al9 li {
    position: relative;
    padding-left: 1.5rem;
}.gratWrap-7al9 li::before {
    animation: popIn 0.5s 1.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    top: 0.5rem;
    transform: rotate(45deg) scale(0);
    height: 8px;
    background: rgb(117,129,166);
    content: "";
    width: 8px;
    opacity: 0;
    position: absolute;
    left: 0;
}.gratWrap-7al9 span {
    color: #000000;
    transform: translateY(15px);
    line-height: 1.7;
    font-size: 13px;
    opacity: 0;
    font-family: Arial, sans-serif;
    display: block;
    animation: fadeIn 1s 1.2s ease-out forwards;
}

@keyframes slideIn {
    0% {
        transform: translateX(-10px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

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

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

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

@keyframes popIn {
    0% {
        transform: rotate(45deg) scale(0);
        opacity: 0;
    }
    70% {
        transform: rotate(45deg) scale(1.2);
        opacity: 1;
    }
    100% {
        transform: rotate(45deg) scale(1);
        opacity: 1;
    }
}

@keyframes float {
    0% {
        transform: rotate(-15deg) skew(10deg) translateY(0);
    }
    50% {
        transform: rotate(-13deg) skew(12deg) translateY(-15px);
    }
    100% {
        transform: rotate(-15deg) skew(10deg) translateY(0);
    }
}

@media (max-width: 991px) {.gratWrap-7al9 {
    padding: 4rem 1.5rem;
}.gratWrap-7al9 h2 {
    max-width: 100%;
    font-size: calc(30px * 0.9);
}.gratWrap-7al9 .master-class-QBiK {
    padding: 2.5rem 2rem;
}
}

@media (max-width: 767px) {.gratWrap-7al9 {
    padding: 3.5rem 1.25rem;
}.gratWrap-7al9 h2 {
    margin-bottom: 2rem;
    font-size: calc(30px * 0.8);
}.gratWrap-7al9 h2::after {
    height: 3px;
    width: 100px;
}.gratWrap-7al9 .master-class-QBiK {
    padding: 2rem 1.5rem;
}.gratWrap-7al9 span {
    font-size: calc(13px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 480px) {.gratWrap-7al9 {
    padding: 3rem 1rem;
}.gratWrap-7al9 h2 {
    margin-bottom: 1.5rem;
    font-size: calc(30px * 0.7);
}.gratWrap-7al9 h2::after {
    bottom: -10px;
    height: 3px;
    width: 80px;
}.gratWrap-7al9 .master-class-QBiK {
    padding: 1.5rem 1.25rem;
}.gratWrap-7al9 li {
    padding-left: 1.25rem;
}.gratWrap-7al9 li::before {
    width: 6px;
    height: 6px;
}.gratWrap-7al9 span {
    line-height: 1.5;
    font-size: calc(13px * 0.9);
}}.statistics-information-Sfrj {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
}.statistics-information-Sfrj::before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    content: "";
    z-index: 0;
    background: linear-gradient(90deg, #ffffff 0%, rgb(117,129,166,0.5) 100%);
    left: 0;
}.statistics-information-Sfrj .container {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    padding: 0;
    max-width: 1200px;
    display: grid;
    gap: 60px;
    grid-template-columns: 300px 1fr;
}.statistics-information-Sfrj h2 {
    color: #000000;
    letter-spacing: 3px;
    font-size: 46px;
    writing-mode: vertical-rl;
    align-items: center;
    display: flex;
    align-self: center;
    text-align: right;
    text-transform: uppercase;
    height: 100%;
    font-weight: 700;
    grid-column: 1;
    grid-row: 1;
    position: relative;
    margin: 0;
    justify-self: center;
    transform: rotate(180deg);
    padding: 0;
}.statistics-information-Sfrj h2::before {
    position: absolute;
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgb(170,151,185), transparent);
    height: 100%;
    left: -30px;
    top: 0;
    content: "";
}.statistics-information-Sfrj h2::after {
    right: -30px;
    top: 0;
    background: linear-gradient(to bottom, transparent, rgb(117,129,166), transparent);
    position: absolute;
    width: 1px;
    content: "";
    height: 100%;
}.statistics-information-Sfrj ul {
    align-items: center;
    padding: 0;
    justify-content: center;
    list-style: none;
    margin: 0;
    grid-row: 1;
    grid-column: 2;
    display: flex;
    position: relative;
    flex-wrap: wrap;
}.statistics-information-Sfrj .statistics-pluses-Rpdb {
    perspective: 1000px;
    align-items: center;
    height: 180px;
    margin: 20px;
    justify-content: center;
    width: 180px;
    transition: transform 0.5s ease;
    display: flex;
    transform-style: preserve-3d;
    flex-direction: column;
    position: relative;
}.statistics-information-Sfrj .statistics-pluses-Rpdb::before {
    background: rgb(170,151,185,0.5);
    transition: all 0.5s ease;
    transform: scale(0.8) translateZ(-10px);
    position: absolute;
    top: 0;
    content: "";
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0.1;
}.statistics-information-Sfrj .statistics-pluses-Rpdb:hover::before {
    transform: scale(1.1) translateZ(-5px);
    opacity: 0.2;
}.statistics-information-Sfrj .statistics-pluses-Rpdb p {
    line-height: 1;
    color: #000000;
    font-weight: 700;
    font-size: 2.8rem;
    transition: transform 0.4s ease;
    position: relative;
    margin: 0 0 10px;
}.statistics-information-Sfrj .statistics-pluses-Rpdb p::after {
    content: "";
    background: rgb(170,151,185);
    transform: translateX(-50%);
    position: absolute;
    transition: width 0.3s ease;
    width: 0;
    left: 50%;
    bottom: -5px;
    height: 2px;
}.statistics-information-Sfrj .statistics-pluses-Rpdb:hover p::after {
    width: 80%;
}.statistics-information-Sfrj .statistics-pluses-Rpdb:hover p {
    transform: translateY(-5px);
}.statistics-information-Sfrj .statistics-pluses-Rpdb span {
    font-size: 14px;
    text-align: center;
    max-width: 160px;
    transition: transform 0.4s ease;
    color: rgba(0, 0, 0, 0.7);
}.statistics-information-Sfrj .statistics-pluses-Rpdb:hover span {
    transform: translateY(5px);
}.statistics-information-Sfrj svg {
    stroke-dashoffset: 100;
    stroke: rgb(170,151,185);
    height: 100%;
    fill: none;
    z-index: -1;
    transition: stroke-dashoffset 1s ease, opacity 0.5s ease;
    stroke-dasharray: 100;
    width: 100%;
    opacity: 0.2;
    stroke-width: 1;
    position: absolute;
}.statistics-information-Sfrj svg path {
    stroke: rgb(170,151,185);
    fill: none;
}.statistics-information-Sfrj .statistics-pluses-Rpdb:hover svg {
    stroke-dashoffset: 0;
    opacity: 0.4;
}.statistics-information-Sfrj ul:has(.statistics-pluses-Rpdb:only-child) .statistics-pluses-Rpdb {
    height: 280px;
    width: 280px;
}.statistics-information-Sfrj ul:has(.statistics-pluses-Rpdb:only-child) .statistics-pluses-Rpdb p {
    font-size: 4rem;
    margin-bottom: 20px;
}.statistics-information-Sfrj ul:has(.statistics-pluses-Rpdb:only-child) .statistics-pluses-Rpdb span {
    max-width: 240px;
    font-size: calc(14px * 1.2);
}.statistics-information-Sfrj ul:has(.statistics-pluses-Rpdb:nth-child(2):last-child) {
    justify-content: space-around;
}.statistics-information-Sfrj ul:has(.statistics-pluses-Rpdb:nth-child(3):last-child) {
    justify-content: space-around;
}.statistics-information-Sfrj ul:has(.statistics-pluses-Rpdb:nth-child(4):last-child) {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 40px;
    grid-template-rows: repeat(2, 1fr);
}.statistics-information-Sfrj ul:has(.statistics-pluses-Rpdb:nth-child(5):last-child) {
    grid-template-areas:
        "a b b"
        "a c d"
        "e e d";
    display: grid;
    gap: 30px;
}.statistics-information-Sfrj ul:has(.statistics-pluses-Rpdb:nth-child(5):last-child) .statistics-pluses-Rpdb:nth-child(1) {
    grid-area: a;
}.statistics-information-Sfrj ul:has(.statistics-pluses-Rpdb:nth-child(5):last-child) .statistics-pluses-Rpdb:nth-child(2) {
    grid-area: b;
}.statistics-information-Sfrj ul:has(.statistics-pluses-Rpdb:nth-child(5):last-child) .statistics-pluses-Rpdb:nth-child(3) {
    grid-area: c;
}.statistics-information-Sfrj ul:has(.statistics-pluses-Rpdb:nth-child(5):last-child) .statistics-pluses-Rpdb:nth-child(4) {
    grid-area: d;
}.statistics-information-Sfrj ul:has(.statistics-pluses-Rpdb:nth-child(5):last-child) .statistics-pluses-Rpdb:nth-child(5) {
    grid-area: e;
}.statistics-information-Sfrj ul:has(.statistics-pluses-Rpdb:nth-child(n+6):nth-child(-n+10)) {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
}

@media screen and (min-width: 1441px) {.statistics-information-Sfrj {
    padding: 150px 0;
}.statistics-information-Sfrj .container {
    gap: 80px;
    grid-template-columns: 350px 1fr;
}.statistics-information-Sfrj h2 {
    font-size: calc(46px * 1.2);
}.statistics-information-Sfrj .statistics-pluses-Rpdb {
    margin: 25px;
    width: 200px;
    height: 200px;
}.statistics-information-Sfrj .statistics-pluses-Rpdb p {
    font-size: 3.2rem;
}
}

@media screen and (max-width: 1200px) {.statistics-information-Sfrj {
    padding: 100px 0;
}.statistics-information-Sfrj .container {
    grid-template-columns: 250px 1fr;
    gap: 40px;
}.statistics-information-Sfrj h2 {
    font-size: calc(46px * 0.9);
}.statistics-information-Sfrj .statistics-pluses-Rpdb {
    margin: 15px;
    width: 160px;
    height: 160px;
}.statistics-information-Sfrj .statistics-pluses-Rpdb p {
    font-size: 2.5rem;
}.statistics-information-Sfrj ul:has(.statistics-pluses-Rpdb:nth-child(n+6):nth-child(-n+10)) {
    grid-template-columns: repeat(2, 1fr);
}
}

@media screen and (max-width: 991px) {.statistics-information-Sfrj {
    padding: 80px 0;
}.statistics-information-Sfrj .container {
    gap: 60px;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
}.statistics-information-Sfrj h2 {
    grid-column: 1;
    text-align: center;
    align-self: start;
    width: 100%;
    transform: none;
    justify-self: center;
    height: auto;
    grid-row: 1;
    writing-mode: horizontal-tb;
}.statistics-information-Sfrj h2::before, 
    .statistics-information-Sfrj h2::after {
    width: 100px;
    top: auto;
    height: 1px;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
}.statistics-information-Sfrj h2::before {
    width: 50px;
    left: calc(50% - 60px);
}.statistics-information-Sfrj h2::after {
    width: 50px;
    left: calc(50% + 10px);
}.statistics-information-Sfrj ul {
    grid-row: 2;
    grid-column: 1;
}.statistics-information-Sfrj ul:has(.statistics-pluses-Rpdb:nth-child(4):last-child) {
    grid-template-columns: repeat(2, 1fr);
}.statistics-information-Sfrj ul:has(.statistics-pluses-Rpdb:nth-child(5):last-child) {
    grid-template-areas:
            "a b"
            "c d"
            "e e";
    display: grid;
}
}

@media screen and (max-width: 767px) {.statistics-information-Sfrj {
    padding: 70px 0;
}.statistics-information-Sfrj .container {
    gap: 40px;
}.statistics-information-Sfrj h2 {
    font-size: calc(46px * 0.8);
}.statistics-information-Sfrj ul {
    flex-direction: column;
    display: flex;
    align-items: center;
}.statistics-information-Sfrj .statistics-pluses-Rpdb {
    height: 220px;
    width: 220px;
    margin: 15px 0;
}.statistics-information-Sfrj ul:has(.statistics-pluses-Rpdb:nth-child(4):last-child),
    .statistics-information-Sfrj ul:has(.statistics-pluses-Rpdb:nth-child(5):last-child),
    .statistics-information-Sfrj ul:has(.statistics-pluses-Rpdb:nth-child(n+6):nth-child(-n+10)) {
    flex-direction: column;
    align-items: center;
    display: flex;
}
}

@media screen and (max-width: 480px) {.statistics-information-Sfrj {
    padding: 60px 0;
}.statistics-information-Sfrj h2 {
    font-size: calc(46px * 0.7);
}.statistics-information-Sfrj h2::before, 
    .statistics-information-Sfrj h2::after {
    width: 40px;
    bottom: -15px;
}.statistics-information-Sfrj h2::before {
    left: calc(50% - 45px);
}.statistics-information-Sfrj h2::after {
    left: calc(50% + 5px);
}.statistics-information-Sfrj .statistics-pluses-Rpdb {
    width: 180px;
    height: 180px;
    margin: 10px 0;
}.statistics-information-Sfrj .statistics-pluses-Rpdb p {
    font-size: 2.2rem;
}.statistics-information-Sfrj .statistics-pluses-Rpdb span {
    font-size: calc(14px * 0.9);
}}.learn-nav-Zufr {
    padding: 5rem 0 3rem;
    color: #ffffff;
    position: relative;
    background-position: center center;
    z-index: 1;
}.learn-nav-Zufr::before {
    content: "";
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    position: absolute;
    background: linear-gradient(0deg, #000000 20%, transparent 100%);
}.learn-nav-Zufr::after {
    opacity: 0.5;
    position: absolute;
    content: "";
    left: 0;
    background: repeating-linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.3) 0px,
        rgba(0, 0, 0, 0.3) 1px,
        transparent 1px,
        transparent 20px
    );
    height: 100%;
    width: 100%;
    top: 0;
    z-index: -1;
}.learn-nav-Zufr .container {
    position: relative;
    display: flex;
    flex-direction: column;
}.learn-nav-Zufr .container::before {
    height: 80px;
    clip-path: polygon(0 80%, 100% 80%, 100% 100%, 0 100%);
    opacity: 0.3;
    width: 100%;
    background: linear-gradient(0deg, rgb(170,151,185) 0%, transparent 100%);
    position: absolute;
    left: 0;
    content: "";
    top: -80px;
}.learn-nav-Zufr .company_holder {
    border: 1px solid rgba(rgb(170,151,185), 0.3);
    padding: 2rem;
    background: rgba(0, 0, 0, 0.4);
    margin-bottom: 4rem;
    backdrop-filter: blur(5px);
    clip-path: polygon(
        0 0,
        calc(100% - 30px) 0,
        100% 30px,
        100% 100%,
        30px 100%,
        0 calc(100% - 30px)
    );
    position: relative;
    border-radius: 10px;
}.learn-nav-Zufr .company_holder::before {
    height: calc(100% + 10px);
    filter: blur(5px);
    clip-path: polygon(
        0 0,
        calc(100% - 40px) 0,
        100% 40px,
        100% 100%,
        40px 100%,
        0 calc(100% - 40px)
    );
    width: calc(100% + 10px);
    background: linear-gradient(45deg, rgb(170,151,185), transparent 70%);
    z-index: -1;
    position: absolute;
    top: -5px;
    opacity: 0.5;
    left: -5px;
    content: "";
}.learn-nav-Zufr .company_holder h3 {
    display: inline-block;
    color: #ffffff;
    margin-bottom: 1.5rem;
    font-size: calc(34px * 1.2);
    font-weight: 700;
    text-shadow: 0 0 10px rgb(170,151,185), 0 0 20px rgb(170,151,185), 0 0 30px rgb(170,151,185);
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
}.learn-nav-Zufr .company_holder h3::before {
    z-index: -1;
    opacity: 0.7;
    top: 2px;
    content: attr(data-text);
    filter: blur(1px);
    color: rgb(170,151,185);
    position: absolute;
    left: 2px;
}.learn-nav-Zufr .footer-clients-v8pr {
    padding-left: 1rem;
    margin-top: 1.5rem;
    opacity: 0.8;
    color: #ffffff;
    font-size: 13px;
    line-height: 1.6;
    border-left: 2px solid rgb(170,151,185);
}.learn-nav-Zufr .webinar-cta-j0fl {
    display: flex;
    justify-content: space-between;
    position: relative;
}.learn-nav-Zufr .webinar-cta-j0fl::before {
    top: -20px;
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(170,151,185), transparent);
    height: 1px;
}.learn-nav-Zufr .nav-teach-mZDY {
    width: 100%;
    justify-content: space-between;
    gap: 2rem;
    display: flex;
}.learn-nav-Zufr .top-tutor-DFbn {
    border-bottom: 2px solid rgb(170,151,185);
    padding: 1.5rem;
    transition: all 0.3s ease;
    border-left: 2px solid rgb(170,151,185);
    background: rgba(0, 0, 0, 0.2);
    flex: 1;
    position: relative;
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.3);
}.learn-nav-Zufr .top-tutor-DFbn:hover {
    box-shadow: -8px 8px 20px rgba(0, 0, 0, 0.4);
    background: rgba(rgb(170,151,185,0.5), 0.1);
    transform: translateY(-5px);
}.learn-nav-Zufr .top-tutor-DFbn h5 {
    position: relative;
    font-weight: 600;
    font-size: 20px;
    color: rgb(117,129,166);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1.5rem;
}.learn-nav-Zufr .top-tutor-DFbn h5::after {
    bottom: -8px;
    height: 2px;
    content: "";
    background: rgb(170,151,185);
    box-shadow: 0 0 10px rgb(170,151,185);
    width: 40px;
    left: 0;
    position: absolute;
}.learn-nav-Zufr .top-tutor-DFbn .nav-teach-mZDY {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}.learn-nav-Zufr .top-tutor-DFbn .nav-teach-mZDY a {
    position: relative;
    padding: 0.5rem 0 0.5rem 1.5rem;
    font-size: 13px;
    opacity: 0.7;
    color: #ffffff;
    overflow: hidden;
    text-decoration: none;
    transition: all 0.3s ease;
}.learn-nav-Zufr .top-tutor-DFbn .nav-teach-mZDY a::before {
    color: rgb(170,151,185);
    left: 0;
    position: absolute;
    font-size: 0.8em;
    content: "//";
    transition: all 0.3s ease;
}.learn-nav-Zufr .top-tutor-DFbn .nav-teach-mZDY a:hover {
    text-shadow: 0 0 5px rgb(170,151,185);
    color: rgb(170,151,185);
    opacity: 1;
}.learn-nav-Zufr .top-tutor-DFbn .nav-teach-mZDY a:hover::before {
    color: rgb(117,129,166);
}.login-footer-dsOl {
    padding: 1.5rem 0;
    position: relative;
    margin-top: 3rem;
    background: rgba(0, 0, 0, 0.6);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}.login-footer-dsOl::before {
    top: 0;
    height: 1px;
    left: 0;
    background-image: 
        linear-gradient(90deg, transparent, rgb(170,151,185), transparent);
    content: "";
    position: absolute;
    width: 100%;
}.login-footer-dsOl .container {
    align-items: center;
    display: flex;
    justify-content: center;
}.login-footer-dsOl .donate-btn-h8S9 {
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    opacity: 0.7;
    letter-spacing: 1px;
}.login-footer-dsOl .donate-btn-h8S9::before,
.login-footer-dsOl .donate-btn-h8S9::after {
    margin: 0 10px;
    content: "//";
    color: rgb(170,151,185);
}

@keyframes neon-flicker {
    0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% {
        opacity: 0.9;
        text-shadow: 0 0 10px rgb(170,151,185), 0 0 20px rgb(170,151,185);
    }
    20%, 24%, 55% {
        opacity: 0.5;
        text-shadow: none;
    }
}

@keyframes scan-lines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 100%;
    }
}

@media screen and (max-width: 992px) {.learn-nav-Zufr .webinar-cta-j0fl {
    flex-direction: column;
}.learn-nav-Zufr .nav-teach-mZDY {
    flex-direction: column;
}.learn-nav-Zufr .top-tutor-DFbn {
    width: 100%;
    margin-bottom: 1rem;
}.login-footer-dsOl {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
}
}

@media screen and (max-width: 768px) {.learn-nav-Zufr {
    padding: 4rem 0 2rem;
}.learn-nav-Zufr .company_holder {
    margin-bottom: 3rem;
    padding: 1.5rem;
}.learn-nav-Zufr .company_holder h3 {
    font-size: 34px;
}.learn-nav-Zufr .top-tutor-DFbn h5 {
    font-size: calc(20px * 0.9);
}.login-footer-dsOl {
    padding: 1.2rem 0;
    margin-top: 2rem;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
}
}

@media screen and (max-width: 576px) {.learn-nav-Zufr {
    padding: 3rem 0 2rem;
}.learn-nav-Zufr .company_holder {
    clip-path: polygon(
            0 0,
            calc(100% - 20px) 0,
            100% 20px,
            100% 100%,
            20px 100%,
            0 calc(100% - 20px)
        );
}.learn-nav-Zufr .company_holder h3 {
    letter-spacing: 1px;
    font-size: calc(34px * 0.85);
}.learn-nav-Zufr .footer-clients-v8pr {
    font-size: calc(13px * 0.9);
}.learn-nav-Zufr .top-tutor-DFbn {
    padding: 1rem;
}.learn-nav-Zufr .top-tutor-DFbn .nav-teach-mZDY a {
    font-size: calc(13px * 0.9);
}.login-footer-dsOl {
    padding: 1rem 0;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
}.login-footer-dsOl .donate-btn-h8S9::before,
    .login-footer-dsOl .donate-btn-h8S9::after {
    display: none;
}}.get-in-touch-8Hl4 {
    padding: 100px 0;
    overflow: hidden;
    background: rgb(223,219,204);
    position: relative;
}.get-in-touch-8Hl4::before {
    left: 0;
    top: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(170,151,185,0.5) 0,
        rgb(170,151,185,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
    opacity: 0.07;
    width: 100%;
    content: "";
    position: absolute;
    height: 100%;
    z-index: 1;
}.get-in-touch-8Hl4::after {
    background-image: 
        linear-gradient(rgb(117,129,166,0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgb(117,129,166,0.5) 1px, transparent 1px);
    top: 0;
    left: 0;
    opacity: 0.07;
    height: 100%;
    position: absolute;
    background-size: 30px 30px;
    width: 100%;
    z-index: 1;
    content: "";
}.get-in-touch-8Hl4 .container {
    padding: 0 30px;
    max-width: 1200px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.get-in-touch-8Hl4 h2 {
    font-size: 33px;
    left: 50%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    display: inline-block;
    color: #000000;
    font-weight: 700;
    text-align: center;
    transform: translateX(-50%);
    position: relative;
}.get-in-touch-8Hl4 h2::before {
    width: 80px;
    content: "";
    background: rgb(170,151,185);
    height: 4px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 40px);
}.get-in-touch-8Hl4 h2::after {
    background: rgb(117,129,166);
    width: 30px;
    content: "";
    left: calc(50% - 15px);
    height: 4px;
    bottom: 0;
    position: absolute;
}.get-in-touch-8Hl4 .reach-grid-kT6n {
    border-radius: 0;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
    margin-top: 50px;
    display: flex;
}.get-in-touch-8Hl4 .image-overlay-sQU7 {
    position: relative;
    flex: 0 0 45%;
    min-height: 550px;
}.get-in-touch-8Hl4 .image-overlay-sQU7::before {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(
        135deg, 
        rgba(rgb(170,151,185), 0.4), 
        rgba(rgb(117,129,166), 0.4)
    );
    z-index: 1;
}.get-in-touch-8Hl4 .feedback-block-yW6w {
    display: flex;
    padding: 60px;
    justify-content: center;
    flex-direction: column;
    flex: 0 0 55%;
    position: relative;
}.get-in-touch-8Hl4 .feedback-block-yW6w::before {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    right: -75px;
    position: absolute;
    border: 30px solid rgb(170,151,185,0.5);
    content: "";
    top: -75px;
    z-index: 0;
}.get-in-touch-8Hl4 .feedback-block-yW6w::after {
    z-index: 0;
    height: 100px;
    left: -50px;
    transform: rotate(45deg);
    background: rgb(117,129,166,0.5);
    position: absolute;
    content: "";
    border-radius: 0;
    bottom: -50px;
    width: 100px;
}.get-in-touch-8Hl4 form {
    z-index: 2;
    position: relative;
}.get-in-touch-8Hl4 form h3 {
    margin-bottom: 40px;
    font-size: 21px;
    color: #000000;
    position: relative;
    font-weight: 600;
    display: inline-block;
}.get-in-touch-8Hl4 form h3::after {
    width: 50%;
    position: absolute;
    height: 2px;
    left: 0;
    background: rgb(170,151,185);
    content: "";
    bottom: -15px;
}.get-in-touch-8Hl4 form input[type="text"] {
    transition: all 0.3s ease;
    padding: 20px 25px;
    width: 100%;
    font-size: 16px;
    margin-bottom: 25px;
    color: #000000;
    border: none;
    background: transparent;
    border-bottom: 2px solid rgb(223,219,204);
}.get-in-touch-8Hl4 form input[type="text"]:focus {
    outline: none;
    border-bottom-color: rgb(170,151,185);
}.get-in-touch-8Hl4 form input[type="text"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(#000000, 0.5);
}.get-in-touch-8Hl4 form input[type="text"]:focus::placeholder {
    transform: translateY(-10px);
    opacity: 0;
}.get-in-touch-8Hl4 .contact-query-KlJ5 {
    margin-bottom: 40px;
    position: relative;
}.get-in-touch-8Hl4 .contact-query-KlJ5 input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.get-in-touch-8Hl4 .contact-query-KlJ5 label {
    padding-left: 35px;
    color: #000000;
    position: relative;
    line-height: 1.5;
    cursor: pointer;
    font-size: 14px;
}.get-in-touch-8Hl4 .contact-query-KlJ5 label::before {
    border: 2px solid rgb(223,219,204);
    height: 22px;
    width: 22px;
    content: "";
    top: 0;
    position: absolute;
    background: transparent;
    transition: all 0.3s ease;
    left: 0;
}.get-in-touch-8Hl4 .contact-query-KlJ5 input[type="checkbox"]:checked + label::before {
    background: rgb(170,151,185);
    border-color: rgb(170,151,185);
}.get-in-touch-8Hl4 .contact-query-KlJ5 input[type="checkbox"]:checked + label::after {
    left: 8px;
    transform: rotate(45deg);
    width: 6px;
    content: "";
    border: solid #ffffff;
    position: absolute;
    height: 12px;
    border-width: 0 2px 2px 0;
    top: 4px;
}.get-in-touch-8Hl4 .contact-query-KlJ5 label a {
    color: rgb(170,151,185);
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
}.get-in-touch-8Hl4 .contact-query-KlJ5 label a::after {
    content: "";
    background: rgb(170,151,185);
    transition: transform 0.3s ease;
    width: 100%;
    transform: scaleX(1);
    bottom: -1px;
    transform-origin: left;
    position: absolute;
    left: 0;
    height: 1px;
}.get-in-touch-8Hl4 .contact-query-KlJ5 label a:hover {
    color: rgb(117,129,166);
}.get-in-touch-8Hl4 .contact-query-KlJ5 label a:hover::after {
    transform: scaleX(0);
    background: rgb(117,129,166);
}.get-in-touch-8Hl4 .support-list-XJvq {
    transition: all 0.3s ease;
    width: auto;
    font-size: 19px;
    cursor: pointer;
    font-weight: 600;
    background: rgb(170,151,185);
    display: inline-block;
    border: none;
    position: relative;
    color: #ffffff;
    overflow: hidden;
    clip-path: polygon(
        0 0,
        100% 0,
        100% 70%,
        90% 100%,
        0 100%
    );
    padding: 18px 40px;
    z-index: 1;
}.get-in-touch-8Hl4 .support-list-XJvq::before {
    background: rgb(117,129,166);
    position: absolute;
    width: 0;
    transition: width 0.5s ease;
    height: 100%;
    content: "";
    left: -10px;
    transform: skewX(-25deg);
    z-index: -1;
    top: 0;
}.get-in-touch-8Hl4 .support-list-XJvq:hover::before {
    width: 150%;
}.get-in-touch-8Hl4 svg {
    stroke: rgb(170,151,185);
    transition: all 0.3s ease;
    fill: none;
    width: 24px;
    stroke-width: 2;
    height: 24px;
}.get-in-touch-8Hl4 svg path {
    transition: all 0.3s ease;
    stroke: rgb(170,151,185);
    fill: none;
}.get-in-touch-8Hl4 svg:hover,
.get-in-touch-8Hl4 svg:hover path {
    stroke: rgb(117,129,166);
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0px);
    }
}

@media (max-width: 1024px) {.get-in-touch-8Hl4 {
    padding: 80px 0;
}.get-in-touch-8Hl4 .image-overlay-sQU7 {
    min-height: 500px;
}.get-in-touch-8Hl4 .feedback-block-yW6w {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.get-in-touch-8Hl4 {
    padding: 60px 0;
}.get-in-touch-8Hl4 .reach-grid-kT6n {
    flex-direction: column;
}.get-in-touch-8Hl4 .image-overlay-sQU7 {
    width: 100%;
    min-height: 300px;
}.get-in-touch-8Hl4 .feedback-block-yW6w {
    width: 100%;
    padding: 40px 30px;
}.get-in-touch-8Hl4 form h3 {
    margin-bottom: 30px;
}.get-in-touch-8Hl4 form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.get-in-touch-8Hl4 .contact-query-KlJ5 {
    margin-bottom: 30px;
}.get-in-touch-8Hl4 .support-list-XJvq {
    padding: 15px 30px;
    width: 100%;
}
}

@media (max-width: 480px) {.get-in-touch-8Hl4 {
    padding: 50px 0;
}.get-in-touch-8Hl4 h2 {
    font-size: calc(33px * 0.85);
}.get-in-touch-8Hl4 .reach-grid-kT6n {
    margin-top: 30px;
}.get-in-touch-8Hl4 .image-overlay-sQU7 {
    min-height: 200px;
}.get-in-touch-8Hl4 .feedback-block-yW6w {
    padding: 30px 20px;
}.get-in-touch-8Hl4 form h3 {
    font-size: calc(21px * 0.9);
    margin-bottom: 25px;
}.get-in-touch-8Hl4 form input[type="text"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.get-in-touch-8Hl4 .contact-query-KlJ5 {
    margin-bottom: 25px;
}.get-in-touch-8Hl4 .contact-query-KlJ5 label {
    font-size: calc(14px * 0.9);
}.get-in-touch-8Hl4 .support-list-XJvq {
    padding: 12px 25px;
}}.greeting-page-YFgB {
    align-items: center;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    font-family: Arial, sans-serif;
    width: 100%;
    position: relative;
}.greeting-page-YFgB .main-hero-Btbo {
    height: 100vh;
    justify-content: center;
    display: flex;
    position: relative;
    width: 100%;
    align-items: center;
}.greeting-page-YFgB .main-hero-Btbo::before {
    content: "";
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(117,129,166,0.5), rgba(0, 0, 0, 0.5) 60%);
    top: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
}.greeting-page-YFgB .main-hero-Btbo::after {
    background-image: 
    linear-gradient(45deg, rgba(255,255,255,0.05) 25%, transparent 25%),
    linear-gradient(-45deg, rgba(255,255,255,0.05) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, rgba(255,255,255,0.05) 75%),
    linear-gradient(-45deg, transparent 75%, rgba(255,255,255,0.05) 75%);
    position: absolute;
    height: 100%;
    content: "";
    left: 0;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    opacity: 0.4;
    background-size: 20px 20px;
    z-index: 2;
    top: 0;
    width: 100%;
}.greeting-page-YFgB .learn-roots-gBkC {
    animation: fadeInUp 1.2s ease-out forwards;
    position: relative;
    max-width: 1200px;
    z-index: 3;
    padding: 2rem;
    width: 90%;
    opacity: 0;
    transform: translateY(30px);
}.greeting-page-YFgB .learn-roots-gBkC > div {
    overflow: hidden;
    position: relative;
    margin-bottom: 2.5rem;
}.greeting-page-YFgB .learn-roots-gBkC > div:nth-child(1) {
    opacity: 0;
    animation: slideInLeft 0.8s ease-out 0.3s forwards;
    transform: translateX(-50px);
}.greeting-page-YFgB .learn-roots-gBkC > div:nth-child(2) {
    opacity: 0;
    transform: translateX(50px);
    animation: slideInRight 0.8s ease-out 0.6s forwards;
}.greeting-page-YFgB .learn-roots-gBkC > div:nth-child(3) {
    animation: fadeIn 1s ease-out 0.9s forwards;
    opacity: 0;
}.greeting-page-YFgB p {
    max-width: 90%;
    color: #ffffff;
    font-size: calc(13px * 1.1);
    margin: 0;
    padding: 0.8rem 1.5rem;
    border-left: 4px solid rgb(170,151,185);
    font-weight: 400;
    transition: all 0.4s ease;
    transform: perspective(1000px) rotateX(0deg);
    background: linear-gradient(90deg, rgb(117,129,166), transparent);
    line-height: 1.6;
    position: relative;
}.greeting-page-YFgB p:hover {
    border-left-width: 8px;
    transform: perspective(1000px) rotateX(2deg);
}.greeting-page-YFgB .title_style_header {
    margin: 0;
    color: #ffffff;
    position: relative;
    font-weight: 700;
    transition: all 0.5s ease;
    line-height: 1.2;
    transform: perspective(1000px) rotateY(0deg);
    padding: 1rem 0;
    font-size: calc(45px * 1.2);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    display: inline-block;
}.greeting-page-YFgB .title_style_header::after {
    position: absolute;
    transition: width 0.8s ease;
    content: "";
    bottom: -5px;
    height: 3px;
    left: 0;
    width: 0;
    background: linear-gradient(90deg, rgb(170,151,185), rgb(117,129,166));
}.greeting-page-YFgB .title_style_header:hover {
    transform: perspective(1000px) rotateY(1deg);
}.greeting-page-YFgB .title_style_header:hover::after {
    width: 100%;
}.greeting-page-YFgB h3 {
    font-size: calc(23px * 1.05);
    font-weight: 600;
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    max-width: 95%;
    line-height: 1.5;
    margin: 0;
    color: #ffffff;
    border-bottom: 3px solid rgb(117,129,166);
    padding: 0.8rem 1.5rem;
    backdrop-filter: blur(5px);
    position: relative;
    border-radius: 0 10px;
}.greeting-page-YFgB h3:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
    background: rgba(0, 0, 0, 0.3);
}@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

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

.greeting-page-YFgB .main-hero-Btbo {
    cursor: default;
}.greeting-page-YFgB:hover .main-hero-Btbo::after {
    animation: patternMove 20s linear infinite alternate;
}

@keyframes patternMove {
  0% {
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
  }
  100% {
    background-position: 100px 0, 100px 10px, 110px -10px, 90px 0px;
  }
}

@media (max-width: 992px) {.greeting-page-YFgB .learn-roots-gBkC {
    width: 95%;
    padding: 1.5rem;
}.greeting-page-YFgB .title_style_header {
    font-size: calc(45px * 1.1);
}.greeting-page-YFgB p {
    font-size: 13px;
    max-width: 100%;
}.greeting-page-YFgB h3 {
    font-size: 23px;
    max-width: 100%;
}.greeting-page-YFgB .learn-roots-gBkC > div {
    margin-bottom: 2rem;
}
}

@media (max-width: 768px) {.greeting-page-YFgB {
    min-height: 80vh;
}.greeting-page-YFgB .main-hero-Btbo {
    height: 80vh;
}.greeting-page-YFgB .learn-roots-gBkC {
    padding: 1.2rem;
}.greeting-page-YFgB .title_style_header {
    padding: 0.8rem 0;
    font-size: 45px;
}.greeting-page-YFgB p {
    padding: 0.6rem 1rem;
    background: linear-gradient(90deg, rgb(117,129,166), transparent 90%);
}.greeting-page-YFgB h3 {
    padding: 0.6rem 1rem;
}.greeting-page-YFgB .learn-roots-gBkC > div {
    margin-bottom: 1.5rem;
}
}

@media (max-width: 576px) {.greeting-page-YFgB {
    min-height: 70vh;
}.greeting-page-YFgB .main-hero-Btbo {
    height: 70vh;
}.greeting-page-YFgB .learn-roots-gBkC {
    width: 100%;
    padding: 1rem;
}.greeting-page-YFgB .title_style_header {
    font-size: calc(35px * 0.9);
}.greeting-page-YFgB p {
    padding: 0.5rem 0.8rem;
    font-size: calc(13px * 0.9);
}.greeting-page-YFgB h3 {
    padding: 0.5rem 0.8rem;
    font-size: calc(23px * 0.9);
}.greeting-page-YFgB .learn-roots-gBkC > div {
    margin-bottom: 1.2rem;
}}.who-we-are-A7tM {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(223,219,204) 0%, #ffffff 100%);
}.who-we-are-A7tM::before {
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(170,151,185,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(117,129,166,0.5) 0%, transparent 25%);
    opacity: 0.4;
    left: 0;
    position: absolute;
    z-index: 1;
}.who-we-are-A7tM .container {
    position: relative;
    z-index: 5;
}.who-we-are-A7tM h2 {
    padding-bottom: 20px;
    font-weight: 700;
    position: relative;
    text-align: center;
    font-size: 28px;
    margin-bottom: 30px;
    color: #000000;
}.who-we-are-A7tM h2::after {
    width: 80px;
    bottom: 0;
    height: 3px;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    background: rgb(170,151,185);
    content: "";
}.who-we-are-A7tM .learn-studio-7cHl {
    position: relative;
    flex-wrap: wrap;
    margin-top: 60px;
    display: flex;
}.who-we-are-A7tM .guide-bios-nz6W {
    flex: 1 1 calc(50% - 20px);
    background: #ffffff;
    border-radius: 10px;
    margin: 0 10px;
    padding: 40px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    z-index: 2;
}.who-we-are-A7tM .guide-bios-nz6W::before {
    width: 5px;
    top: 0;
    left: 0;
    background: rgb(170,151,185);
    content: "";
    transition: all 0.5s ease;
    height: 0;
    position: absolute;
}.who-we-are-A7tM .guide-bios-nz6W:hover::before {
    height: 100%;
}.who-we-are-A7tM .guide-bios-nz6W::after {
    background: rgb(223,219,204);
    top: 0;
    transform: scaleX(0);
    transition: transform 0.5s ease;
    height: 100%;
    transform-origin: right;
    content: "";
    width: 100%;
    z-index: -1;
    position: absolute;
    left: 0;
}.who-we-are-A7tM .guide-bios-nz6W:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}.who-we-are-A7tM .guide-bios-nz6W:hover {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}.who-we-are-A7tM .guide-bios-nz6W h3 {
    z-index: 2;
    font-weight: 600;
    margin-bottom: 20px;
    color: #000000;
    transition: all 0.3s ease;
    position: relative;
    font-size: 22px;
}.who-we-are-A7tM .guide-bios-nz6W:hover h3 {
    transform: translateX(10px);
    color: rgb(170,151,185);
}.who-we-are-A7tM .guide-bios-nz6W p {
    z-index: 2;
    color: #000000;
    line-height: 1.8;
    position: relative;
    font-size: 15px;
    transition: all 0.3s ease;
}.who-we-are-A7tM .guide-bios-nz6W:hover p {
    transform: translateX(10px);
}.who-we-are-A7tM .guide-bios-nz6W:first-child {
    border-top: 3px solid rgb(170,151,185);
}.who-we-are-A7tM .guide-bios-nz6W:last-child {
    border-top: 3px solid rgb(117,129,166);
}.who-we-are-A7tM .container::before {
    opacity: 0.2;
    top: -10%;
    border-radius: 10px;
    left: -10%;
    border: 2px solid rgb(170,151,185,0.5);
    height: 20%;
    content: "";
    width: 20%;
    position: absolute;
    animation: rotate-element 20s linear infinite;
}.who-we-are-A7tM .container::after {
    width: 15%;
    border: 2px solid rgb(117,129,166,0.5);
    opacity: 0.2;
    border-radius: 10px;
    bottom: -5%;
    animation: rotate-element 15s linear infinite reverse;
    position: absolute;
    content: "";
    right: -5%;
    height: 15%;
}@keyframes rotate-element {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.who-we-are-A7tM .learn-studio-7cHl::before {
    position: absolute;
    top: 0;
    content: "";
    bottom: 0;
    background: linear-gradient(to bottom, transparent, rgb(170,151,185,0.5), transparent);
    z-index: 1;
    opacity: 0.5;
    left: 50%;
    width: 1px;
}.who-we-are-A7tM .learn-studio-7cHl::after {
    left: 0;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    z-index: 0;
    opacity: 0.02;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: 
        linear-gradient(45deg, rgba(0, 0, 0, 0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(0, 0, 0, 0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.5) 75%);
    background-size: 20px 20px;
    content: "";
}

@media screen and (max-width: 992px) {.who-we-are-A7tM {
    padding: 80px 0;
}.who-we-are-A7tM .learn-studio-7cHl {
    margin-top: 40px;
    flex-direction: column;
}.who-we-are-A7tM .guide-bios-nz6W {
    margin: 10px 0;
    flex: 1 1 100%;
}.who-we-are-A7tM .learn-studio-7cHl::before {
    display: none;
}.who-we-are-A7tM .container::before,
    .who-we-are-A7tM .container::after {
    display: none;
}
}

@media screen and (max-width: 768px) {.who-we-are-A7tM {
    padding: 60px 0;
}.who-we-are-A7tM h2 {
    font-size: calc(28px * 0.9);
    padding-bottom: 15px;
    margin-bottom: 20px;
}.who-we-are-A7tM h2::after {
    width: 60px;
}.who-we-are-A7tM .guide-bios-nz6W {
    padding: 30px;
}.who-we-are-A7tM .guide-bios-nz6W h3 {
    margin-bottom: 15px;
    font-size: calc(22px * 0.9);
}
}

@media screen and (max-width: 576px) {.who-we-are-A7tM {
    padding: 50px 0;
}.who-we-are-A7tM h2 {
    font-size: calc(28px * 0.8);
    margin-bottom: 15px;
    padding-bottom: 12px;
}.who-we-are-A7tM h2::after {
    height: 2px;
    width: 50px;
}.who-we-are-A7tM .learn-studio-7cHl {
    margin-top: 30px;
}.who-we-are-A7tM .guide-bios-nz6W {
    padding: 25px;
}.who-we-are-A7tM .guide-bios-nz6W h3 {
    margin-bottom: 12px;
    font-size: calc(22px * 0.85);
}.who-we-are-A7tM .guide-bios-nz6W p {
    font-size: calc(15px * 0.9);
    line-height: 1.6;
}.who-we-are-A7tM .guide-bios-nz6W:hover h3,
    .who-we-are-A7tM .guide-bios-nz6W:hover p {
    transform: translateX(5px);
}}.dialogCookieSettings-SQ9w {
    background: rgb(223,219,204);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    z-index: 90;
    bottom: 0;
    transition: transform 0.3s ease-in-out;
    position: fixed;
    width: 100%;
    border-top: 3px solid rgb(170,151,185);
}.cookie-option-LD3F {
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 15px;
    display: flex;
    align-items: center;
}.cookie-controls-x4cf {
    margin-right: 15px;
    flex-shrink: 0;
}.cookie-controls-x4cf svg {
    width: 60px;
    fill: rgb(170,151,185);
    height: 60px;
    transition: fill 0.3s ease;
}.cookie-controls-x4cf svg:hover {
    fill: rgb(117,129,166);
}.cookie-view-C6Wm {
    margin-right: 15px;
    flex-grow: 1;
    color: #000000;
}.dialogCookieSettings-SQ9w h5 {
    font-family: Arial, sans-serif;
    margin-bottom: 8px;
    font-weight: 600;
    color: rgb(170,151,185);
    font-size: 19px;
}.dialogCookieSettings-SQ9w p {
    color: #000000;
    font-size: 18px;
    font-family: Arial, sans-serif;
    line-height: 1.5;
}.web-tracking-5EN7 {
    cursor: pointer;
    color: #ffffff;
    font-size: 15px;
    text-align: center;
    line-height: 35px;
    border-radius: 23px;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    margin-left: 10px;
    background: rgb(170,151,185);
    padding: 10px 20px;
    text-decoration: none;
}.web-tracking-5EN7:hover {
    box-shadow: 0 0 10px rgb(117,129,166,0.5);
    background: rgb(117,129,166);
}#confirm-usage-of-cookies-P79D {
    background: rgb(170,151,185);
}#reject-cookies-collection-qo5L {
    background: rgba(0, 0, 0, 0.5);
}.dialogCookieSettings-SQ9w p a {
    color: rgb(170,151,185);
    transition: color 0.3s ease;
    text-decoration: underline;
}.dialogCookieSettings-SQ9w p a:hover {
    color: rgb(117,129,166);
}
@media only screen and (max-width: 1200px) {.cookie-option-LD3F {
    flex-direction: column;
    align-items: center;
}.cookie-controls-x4cf {
    margin-bottom: 15px;
}.cookie-view-C6Wm {
    margin-bottom: 15px;
    margin-right: 0;
    text-align: center;
}.web-tracking-5EN7 {
    margin-left: 0;
    width: 100%;
    max-width: 200px;
    margin-bottom: 10px;
}
}
@media only screen and (max-width: 800px) {.cookie-option-LD3F {
    padding: 15px;
}.cookie-controls-x4cf {
    display: none;
}.dialogCookieSettings-SQ9w h5 {
    font-size: 18px;
}.dialogCookieSettings-SQ9w p {
    font-size: 12px;
}}
#usageSettingsPopup-bkLd {
    display: none;
}#usageSettingsPopup-bkLd:checked ~ .dialogCookieSettings-SQ9w {
    visibility: hidden;
    opacity: 0;
}
