* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.warp-container-lfFO {
    min-height: 100%;
    flex-direction: column;
    height: 100%;
    display: flex;
}

.container {
    max-width: 100%;
    margin: auto;
    width: 1224px;
}

.course-suitability-wKkU::before {
    position: absolute;
    animation: rotateRings 30s linear infinite;
    left: 0;
    opacity: 0.3;
    content: '';
    bottom: 0;
    background: 
        radial-gradient(circle at center, transparent 30%, rgb(170,136,188,0.5) 31%, transparent 32%) 0 0 / 80px 80px,
        radial-gradient(circle at center, transparent 20%, rgb(195,180,203,0.5) 21%, transparent 22%) 40px 40px / 80px 80px;
    z-index: -1;
    right: 0;
    top: 0;
}

.course-suitability-wKkU h3::before {
    height: 3px;
    border-radius: 50px;
    background: rgb(195,180,203);
    bottom: -12px;
    content: '';
    box-shadow: 0 0 10px rgb(195,180,203), 0 0 20px rgb(195,180,203,0.5);
    position: absolute;
    width: 200px;
    left: 50%;
    transform: translateX(-50%);
}

.course-suitability-wKkU ul li:hover {
    background-color: rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}

.course-suitability-wKkU ul li::after {
    animation: pulsateBubble 5s infinite alternate;
    content: '';
    position: absolute;
    height: 80px;
    bottom: -30px;
    border-radius: 50%;
    right: -30px;
    opacity: 0.3;
    width: 80px;
    border: 2px solid rgb(195,180,203,0.5);
}

.course-suitability-wKkU ul li svg path {
    fill: rgb(170,136,188);
    transition: fill 0.4s ease;
}

.title-greeting-TBRV::before {
    top: 0;
    height: 100%;
    left: 0;
    z-index: 1;
    opacity: 0.15;
    background: linear-gradient(135deg, rgb(195,180,203,0.5) 0%, rgb(170,136,188,0.5) 100%);
    width: 100%;
    content: "";
    position: absolute;
}

.title-greeting-TBRV .learning-main-orKk:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 
    25px 25px 70px rgba(0,0,0,0.12), 
    -12px -12px 35px rgba(255,255,255,0.08),
    inset 5px 5px 10px rgba(255,255,255,0.08),
    inset -5px -5px 10px rgba(0,0,0,0.04);
}

.title-greeting-TBRV .learning-main-orKk > div:first-child p {
    color: #000000;
    font-family: Arial, sans-serif;
    margin: 0;
    font-size: calc(17px * 1.1);
    letter-spacing: 0.5px;
    font-weight: 400;
    line-height: 1.6;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.2);
}

.title-greeting-TBRV .study-programs-8eqd > div::after {
    pointer-events: none;
    width: 120%;
    opacity: 0.7;
    mix-blend-mode: overlay;
    height: 120%;
    position: absolute;
    left: -10%;
    z-index: 2;
    background: radial-gradient(
    ellipse at top right,
    rgb(195,180,203,0.5) 0%,
    transparent 70%
  );
    top: -10%;
    content: "";
}

.title-greeting-TBRV .study-programs-8eqd > div > div > div {
    transform: perspective(500px) rotateX(3deg);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: 
    5px 5px 15px rgba(0,0,0,0.1), 
    -5px -5px 15px rgba(255,255,255,0.05),
    inset 1px 1px 2px rgba(255,255,255,0.05),
    inset -1px -1px 2px rgba(0,0,0,0.05);
    background: linear-gradient(145deg, rgba(255,255,255,0.15), rgba(255,255,255,0.05));
    padding: 2rem;
    position: relative;
}

.cloud-lab-1dTx::before {
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
    content: "";
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
    backdrop-filter: blur(8px);
}



.cloud-lab-1dTx::before {
    background-image: radial-gradient(
        circle at 20% 80%, 
        #000000 0%, 
        rgba(0, 0, 0, 0.5) 70%
    );
}

.cloud-lab-1dTx .company_holder h3::after {
    width: 40px;
    bottom: -8px;
    border-radius: 10px;
    height: 3px;
    background: rgb(195,180,203);
    content: "";
    left: 0;
    position: absolute;
}

.cloud-lab-1dTx .main-tutor-hjUM {
    gap: 60px;
    display: flex;
}

.cloud-lab-1dTx .head-bar-vYoE h5 {
    margin-bottom: 25px;
    font-weight: 600;
    padding-bottom: 12px;
    position: relative;
    font-size: 24px;
}

.cloud-lab-1dTx .head-bar-vYoE .main-tutor-hjUM a {
    text-decoration: none;
    position: relative;
    opacity: 0.7;
    transition: all 0.3s ease;
    color: #ffffff;
    font-size: calc(14px * 0.95);
    padding-left: 0;
}

.enroll-info-L0P3 {
    padding: 20px 0;
    backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.3);
}



.enroll-info-L0P3 {
    position: relative;
    overflow: hidden;
}

.cloud-lab-1dTx .container::before {
    width: 150px;
    background: radial-gradient(
        circle, 
        rgb(170,136,188,0.5), 
        transparent 70%
    );
    border-radius: 50%;
    content: "";
    bottom: -75px;
    left: -75px;
    height: 150px;
    position: absolute;
    animation: pulse 10s infinite alternate-reverse;
    filter: blur(30px);
}

.cloud-lab-1dTx .head-bar-vYoE .main-tutor-hjUM a:hover::after {
    width: 100%;
}

.cloud-lab-1dTx .head-bar-vYoE .main-tutor-hjUM a:nth-child(odd):hover {
    transform: translateX(2px);
}

.enroll-info-L0P3::before {
    height: 1px;
    position: absolute;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(170,136,188,0.5), 
        transparent);
    top: 0;
    content: "";
    left: 0;
    width: 100%;
}

header .main-site-cFNW {
    padding: 0;
    width: 100%;
}

header .top-pagewrap-7Vqh {
    justify-content: space-between;
    align-items: center;
    position: relative;
    display: flex;
}

header .head-learn-1vBH {
    text-decoration: none;
    position: relative;
    font-size: 14px;
    padding: 5px 0;
    color: #000000;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    font-weight: 600;
}

header .head-learn-1vBH:hover {
    color: rgb(195,180,203);
}

header .head-learn-1vBH:hover:before {
    transform: translateY(-50%) scale(1);
}

header .head-sitebar-ODVY:before {
    top: 0;
    border: 2px solid transparent;
    transition: opacity 0.3s ease;
    left: 0;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: xor;
    border-radius: 10px;
    background: linear-gradient(to right, rgb(195,180,203), rgb(170,136,188)) border-box;
    height: 100%;
    opacity: 0;
    content: '';
    width: 100%;
    position: absolute;
}

.meet-us-sM2D .container {
    z-index: 2;
    max-width: 1200px;
    position: relative;
    padding: 0 2rem;
    margin: 0 auto;
}

.meet-us-sM2D h1::after {
    animation: expandLine 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.8s;
    bottom: -0.5rem;
    background: linear-gradient(90deg, rgb(195,180,203) 0%, rgb(170,136,188) 100%);
    left: 0;
    position: absolute;
    height: 3px;
    content: "";
    width: 0;
}

.meet-us-sM2D .fast-classes-zx6o:nth-child(2) {
    animation-delay: 0.5s;
    border-left: 4px solid rgb(170,136,188);
}

.meet-us-sM2D .fast-classes-zx6o h4 {
    color: #000000;
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-weight: 600;
    font-size: 18px;
    position: relative;
    padding-bottom: 0.75rem;
}

.meet-us-sM2D .fast-classes-zx6o:nth-child(2) h4::after {
    left: 0;
    position: absolute;
    width: 3rem;
    height: 2px;
    background: rgb(170,136,188);
    bottom: 0;
    content: "";
}

.secure-sanctuary-nDj6::before {
    content: "";
    left: 0;
    z-index: 1;
    top: 0;
    height: 5px;
    right: 0;
    background: linear-gradient(90deg, rgb(195,180,203), rgb(170,136,188), rgb(195,180,203));
    position: absolute;
}

.secure-sanctuary-nDj6 h1 {
    transform-origin: left center;
    letter-spacing: -0.02em;
    border-left: 4px solid rgb(170,136,188);
    font-size: 44px;
    margin-bottom: 2rem;
    color: rgb(195,180,203);
    padding-left: 1.5rem;
    position: relative;
    font-weight: 700;
}

.secure-sanctuary-nDj6 h2::before {
    content: "";
    background-color: rgb(195,180,203);
    left: 0;
    position: absolute;
    width: 40px;
    bottom: 0;
    height: 2px;
    transition: width 0.3s ease-out;
}

.secure-sanctuary-nDj6 h4 {
    opacity: 0.95;
    margin: 1.75rem 0 0.875rem;
    font-size: calc(32px * 0.7);
    font-weight: 600;
    color: #000000;
}

.secure-sanctuary-nDj6 p strong:hover {
    background: linear-gradient(120deg, transparent 0%, rgb(170,136,188,0.5) 50%, transparent 100%);
}

.secure-sanctuary-nDj6 li::before {
    left: 0;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    transition: transform 0.2s ease, background 0.2s ease;
    transform: translateY(-50%);
    top: 0.7em;
    border: 2px solid rgb(195,180,203);
    height: 8px;
    content: "";
    width: 8px;
}

.education-experience-GkbT::before {
    left: 0;
    height: 100%;
    content: "";
    top: 0;
    background-size: 60px 60px;
    position: absolute;
    background-image: 
        linear-gradient(45deg, rgb(195,180,203,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(195,180,203,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(195,180,203,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(195,180,203,0.5) 75%);
    opacity: 0.03;
    width: 100%;
    background-position: 0 0, 0 30px, 30px -30px, -30px 0px;
}

.education-experience-GkbT .featured-photo-57hA::after {
    border-radius: 40px;
    transition: all 0.5s ease;
    position: absolute;
    inset: -20px;
    content: "";
    transform: rotate(10deg);
    background: 
        repeating-linear-gradient(
            -45deg,
            transparent 0,
            transparent 10px,
            rgb(195,180,203,0.5) 10px,
            rgb(195,180,203,0.5) 11px
        );
    opacity: 0.05;
    z-index: -2;
}

.education-experience-GkbT .review-quotes-9NQa span:not(.name) {
    margin-bottom: 40px;
    z-index: 2;
    opacity: 0.8;
    text-transform: uppercase;
    letter-spacing: 3px;
    transition: all 0.3s ease;
    font-weight: 600;
    font-size: 24px;
    position: relative;
    color: rgb(170,136,188);
    text-align: center;
}

.education-experience-GkbT .experience-summary-Qj1w::before {
    left: 25px;
    top: 25px;
    border-radius: 0 0 10px 0;
    position: absolute;
    background: 
        linear-gradient(45deg, rgb(195,180,203,0.5) 0%, transparent 100%);
    width: 35px;
    opacity: 0.2;
    height: 35px;
    content: "";
}



.education-experience-GkbT .review-quotes-9NQa::after {
    z-index: 0;
    border-radius: 60% 40% 30% 70% / 50% 50% 50% 50%;
    position: absolute;
    width: 350px;
    background: 
        linear-gradient(
            135deg,
            transparent 0%,
            rgb(170,136,188,0.5) 100%
        );
    content: "";
    height: 350px;
    top: -50px;
    opacity: 0.08;
    left: 50%;
    animation: morphing 15s infinite alternate-reverse ease-in-out;
    transform: translateX(-50%) rotate(-45deg);
}

.learning-system-WdXJ {
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(223,219,225), rgba(rgb(195,180,203,0.5), 0.05));
    position: relative;
}

.learning-system-WdXJ .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}

.learning-system-WdXJ .teach-method-glpL {
    background: #ffffff;
    position: relative;
    padding: 3.5rem;
    box-shadow: 0 12px 40px rgba(rgba(0, 0, 0, 0.5), 0.08);
    align-items: center;
    justify-content: center;
    display: flex;
    transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
    transform: perspective(1000px) rotateY(-2deg);
}

.learning-system-WdXJ .teach-method-glpL:hover h3 {
    transform: translateX(5px);
}

.learning-system-WdXJ h3::after {
    bottom: -10px;
    background: rgb(170,136,188);
    left: 0;
    content: "";
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-origin: left;
    position: absolute;
    height: 3px;
    width: 60px;
    transform: scaleX(0.8);
}

.learning-system-WdXJ .teach-method-glpL:hover p span {
    opacity: 1;
    transform: translateY(-2px);
}

.data-exploration-JA5L::after {
    transform: skewX(15deg) translateZ(0);
    bottom: -10%;
    width: 50%;
    height: 120%;
    right: -5%;
    opacity: 0.15;
    content: "";
    z-index: 1;
    background: linear-gradient(215deg, rgb(170,136,188,0.5) 0%, transparent 80%);
    position: absolute;
}

.data-exploration-JA5L .fast-gain-Ks2v::before {
    background: linear-gradient(135deg, transparent 0%, rgba(rgb(195,180,203,0.5), 0.03) 100%);
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    left: 0;
    height: 100%;
}

.data-exploration-JA5L .fast-gain-Ks2v:hover {
    transform: translateY(-5px) translateZ(20px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 
                0 3px 10px rgba(0, 0, 0, 0.12),
                0 25px 50px -20px rgba(0, 0, 0, 0.2);
}

.data-exploration-JA5L .fast-gain-Ks2v:nth-child(3n) p {
    -webkit-background-clip: text;
    background: linear-gradient(135deg, #000000 0%, rgb(170,136,188) 100%);
    background-clip: text;
}

.data-exploration-JA5L .fast-gain-Ks2v span {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: block;
    color: #000000;
    transform: translateZ(0);
    font-size: 17px;
    margin-top: 0.25rem;
    position: relative;
    font-weight: 600;
}

.data-exploration-JA5L h4::before {
    top: 0;
    transform: perspective(500px) rotateX(5deg);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    content: "";
    left: 0;
    z-index: -1;
    height: 100%;
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, transparent 0%, #ffffff 50%, transparent 100%);
}

.user-alert-qM91 {
    margin-bottom: 20px;
}

.cookie-warning-dialog-pP0L h5 {
    margin-bottom: 10px;
    color: rgb(195,180,203);
    text-align: center;
    font-weight: 700;
    font-size: 21px;
}

.cookie_button.safe-cookies-eio5 {
    background: rgb(170,136,188);
}

.cookie-warning-dialog-pP0L p a {
    color: rgb(195,180,203);
    transition: color 0.3s ease-in-out;
    text-decoration: none;
}

#overlayCookieInfo-MjdT:checked ~ .cookie-warning-dialog-pP0L {
    opacity: 0;
    visibility: hidden;
}

.find-contact-aTre::before {
    left: 0;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.02) 10px, rgba(255, 255, 255, 0.02) 20px);
    height: 100%;
    width: 100%;
    z-index: 0;
    position: absolute;
    content: "";
    top: 0;
}

.find-contact-aTre .contact-details-GM9e {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    border-radius: 13px;
    position: relative;
    transform-style: preserve-3d;
    padding: 35px;
    border-top: 4px solid rgb(195,180,203);
}

.find-contact-aTre .contact-details-GM9e:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px) rotateX(3deg) rotateY(3deg);
}

.find-contact-aTre .contact-details-GM9e:hover h2::before {
    width: 60px;
}

.find-contact-aTre h3 {
    font-weight: 600;
    color: #000000;
    margin-bottom: 16px;
    font-size: 23px;
}

.find-contact-aTre .message-page-VPNy {
    position: relative;
    margin-bottom: 25px;
    z-index: 1;
}

.find-contact-aTre .talk-answer-rUft {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.find-contact-aTre .contact-details-GM9e .featured-photo-57hA {
    width: 100%;
    height: 100%;
    position: relative;
    transition: transform 0.4s ease-out;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateZ(20px);
    border-radius: 13px;
    overflow: hidden;
}

.find-contact-aTre .contact-details-GM9e:hover .featured-photo-57hA::after {
    opacity: 0.4;
}

.find-contact-aTre .get-contactus-ls0D a {
    padding: 18px;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transform: translateZ(5px);
    overflow: hidden;
    align-items: center;
    background: #ffffff;
    display: flex;
    text-decoration: none;
    border-radius: 13px;
    transition: all 0.3s ease;
}

.find-contact-aTre svg {
    position: relative;
    transition: transform 0.3s ease;
    z-index: 1;
    margin-right: 12px;
    fill: rgb(195,180,203);
    width: 22px;
    height: 22px;
}



.find-contact-aTre .get-contactus-ls0D a::after {
    border-top: 2px solid rgb(195,180,203,0.5);
    top: 50%;
    content: "";
    border-right: 2px solid rgb(195,180,203,0.5);
    position: absolute;
    height: 12px;
    right: 15px;
    transform: translateY(-50%) rotate(45deg);
    width: 12px;
    transform: translateY(-50%);
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.find-contact-aTre .contact-details-GM9e:last-child {
    transform: translateZ(0) perspective(1000px);
    transition: all 0.4s ease;
}

.find-contact-aTre .contact-details-GM9e:nth-child(odd) {
    animation: tileFloat 6s ease-in-out infinite;
}

.find-contact-aTre .contact-details-GM9e:nth-child(even) {
    animation: tileFloat 8s ease-in-out infinite reverse;
}



.find-contact-aTre .talk-answer-rUft span:nth-child(odd) {
    animation: fadeInLeft 0.5s ease-out both;
}

.course-overview-uSrV::before {
    width: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgb(223,219,225) 0%, rgb(195,180,203,0.5) 100%);
    left: 0;
    height: 100%;
    z-index: 1;
    content: "";
    opacity: 0.6;
    top: 0;
}

.course-overview-uSrV .lesson-route-405g {
    z-index: 5;
    padding: 3rem;
    grid-row: 2 / 8;
    position: relative;
    grid-column: 1 / 9;
    border-radius: 17px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    background: #ffffff;
}

.course-overview-uSrV .featured-photo-57hA::before {
    z-index: 2;
    position: absolute;
    background: linear-gradient(45deg, rgb(195,180,203,0.5) 0%, transparent 70%);
    left: 0;
    top: 0;
    height: 100%;
    content: "";
    width: 100%;
}

.course-overview-uSrV .main-page-Ltk3:hover {
    transform: rotate(0deg) scale(1.05);
}

.course-overview-uSrV .main-page-Ltk3 svg {
    transition: all 0.3s ease;
    height: 3rem;
    width: 3rem;
}

.course-overview-uSrV h3 {
    border-left: 4px solid rgb(195,180,203);
    margin-bottom: 1.5rem;
    font-weight: 700;
    position: relative;
    font-size: 37px;
    color: #000000;
    line-height: 1.3;
    padding-left: 1rem;
}

.course-overview-uSrV .lesson-route-405g::before {
    top: 0;
    width: 100px;
    content: "";
    background: linear-gradient(90deg, rgb(195,180,203) 0%, rgb(170,136,188) 100%);
    height: 5px;
    right: 0;
    border-radius: 0 10px 0 10px;
    position: absolute;
}

.sign-up-lO1e {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    position: relative;
    isolation: isolate;
    padding: 4rem;
    background: rgb(223,219,225);
    overflow: hidden;
}

.sign-up-lO1e .teach-method-glpL {
    gap: 3rem;
    position: relative;
    align-items: center;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
}

.sign-up-lO1e .teach-method-glpL::after {
    content: "";
    bottom: -30px;
    opacity: 0.15;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    height: 100px;
    left: -30px;
    position: absolute;
    animation: rotate-shape 20s linear infinite reverse;
    background: rgb(170,136,188);
    width: 100px;
}

.sign-up-lO1e p::after {
    z-index: -1;
    width: 50px;
    content: "";
    position: absolute;
    left: 20px;
    height: 3px;
    bottom: -10px;
    animation: line-extend 3s infinite alternate;
    background: rgb(170,136,188);
}

.sign-up-lO1e .input_holder::before {
    opacity: 0.2;
    z-index: -1;
    right: -10px;
    bottom: -10px;
    position: absolute;
    top: -10px;
    content: "";
    filter: blur(5px);
    background: linear-gradient(45deg, transparent, rgb(195,180,203,0.5), transparent);
    left: -10px;
    border-radius: 10px;
    transform: rotateX(10deg) rotateY(-10deg);
}

.sign-up-lO1e .sub-tile-Xrnu::before {
    background: rgb(170,136,188);
    position: absolute;
    z-index: -1;
    inset: 0;
    transform: translateY(100%);
    transition: transform 0.3s ease;
    content: "";
}

.program-results-f0xz::before {
    height: 300px;
    background: linear-gradient(45deg, rgb(170,136,188,0.5), rgb(195,180,203,0.5));
    position: absolute;
    top: -10%;
    opacity: 0.2;
    content: "";
    right: -5%;
    filter: blur(80px);
    transform: rotate(-15deg);
    z-index: 0;
    width: 300px;
}

.program-results-f0xz .featured-photo-57hA {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    clip-path: polygon(0 5%, 100% 0, 95% 95%, 5% 100%);
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.7s ease-out, box-shadow 0.7s ease;
    transform: perspective(1000px) rotateY(-5deg);
}

.program-results-f0xz .desc-block-Brq4:hover::before {
    height: 100%;
}

.program-results-f0xz h1 {
    line-height: 1.3;
    transition: transform 0.5s ease;
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 48px;
    position: relative;
    color: #000000;
}

.program-results-f0xz li {
    position: relative;
    transition: transform 0.4s ease;
}

.program-results-f0xz li:hover {
    transform: translateX(10px);
}

.program-results-f0xz li:hover svg {
    transform: rotate(10deg) scale(1.1);
}

.program-results-f0xz li svg path {
    transition: fill 0.3s ease;
    fill: rgb(170,136,188);
}

.contact-form-box-MUwh::before {
    width: 100%;
    background-size: 60px 60px;
    position: absolute;
    content: "";
    z-index: 0;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 20%, rgba(0, 0, 0, 0.02) 0%, transparent 20%),
        radial-gradient(circle at 80% 80%, rgba(0, 0, 0, 0.02) 0%, transparent 20%);
    left: 0;
    top: 0;
}

.contact-form-box-MUwh .support-panel-lckY::before {
    left: 0;
    top: 0;
    height: 5px;
    content: "";
    background: linear-gradient(90deg, rgb(195,180,203), rgb(170,136,188));
    width: 100%;
    position: absolute;
}

.contact-form-box-MUwh .feedback-block-uMK4::before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 10px;
    top: 0;
    background: rgb(223,219,225);
}

.contact-form-box-MUwh input[type="text"] {
    background: #ffffff;
    padding: 18px 20px;
    transition: all 0.3s ease;
    width: 100%;
    color: #000000;
    border-radius: 10px;
    border: 2px solid rgb(223,219,225);
    font-size: 14px;
}

.contact-form-box-MUwh .connect-grid-toDJ {
    align-items: flex-start;
    gap: 12px;
    display: flex;
    margin-top: 10px;
}

.contact-form-box-MUwh .connect-grid-toDJ input[type="checkbox"]:checked::after {
    top: 5px;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    position: absolute;
    left: 8px;
    content: "";
    width: 6px;
    transform: rotate(45deg);
    height: 10px;
}

.contact-form-box-MUwh .request-list-yLNd::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    content: "";
    left: -100%;
    transition: all 0.6s ease;
}

.contact-form-box-MUwh svg path {
    transition: all 0.3s ease;
    fill: rgb(195,180,203);
}

.contact-form-box-MUwh svg:hover {
    transform: translateY(-2px);
    fill: rgb(170,136,188);
}

.tariff-item-QlD7 .container {
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
}

.rate-choice-ysmH::after {
    filter: blur(20px);
    width: 300px;
    height: 300px;
    left: -80px;
    background: radial-gradient(ellipse, rgb(170,136,188,0.5) 5%, transparent 70%);
    animation: pulseGlow 10s infinite alternate-reverse;
    bottom: -80px;
    content: "";
    position: absolute;
}

.tariff-item-QlD7 .price-grid-bOUV {
    margin: 0;
    gap: 30px;
    padding: 0;
    display: grid;
    list-style: none;
    perspective: 1000px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.tariff-item-QlD7 .edu-deals-pKyU {
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    text-decoration: none;
    display: block;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 
              0 5px 15px rgba(0, 0, 0, 0.1), 
              inset 0 1px 1px rgba(255, 255, 255, 0.1);
}

.tariff-item-QlD7 .payment-pricing-xoZ5 {
    flex-direction: column;
    display: flex;
    flex: 1;
}

.tariff-item-QlD7 .edu-deals-pKyU:hover h4 {
    transform: translateX(5px);
}

.tariff-item-QlD7 .edu-deals-pKyU h4::after {
    left: 0;
    content: "";
    width: 60px;
    bottom: 0;
    background: linear-gradient(to right, rgb(195,180,203), rgb(170,136,188));
    transition: width 0.3s ease;
    position: absolute;
    height: 3px;
}

.tariff-item-QlD7 .offer-box-b4AQ::before {
    left: -100%;
    width: 100%;
    position: absolute;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: "";
    transition: left 0.6s ease;
    top: 0;
}

.thanksBlock-eqMR::before {
    right: -5%;
    transform: rotate(-15deg) skewX(15deg);
    animation: float 15s ease-in-out infinite;
    position: absolute;
    width: 40%;
    height: 70%;
    top: -10%;
    background: linear-gradient(120deg, rgb(195,180,203,0.5) 0%, rgb(170,136,188,0.5) 100%);
    opacity: 0.4;
    filter: blur(25px);
    content: "";
    z-index: 0;
}

.thanksBlock-eqMR .teach-method-glpL:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1),
              0 10px 20px rgba(0, 0, 0, 0.07);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}

.thanksBlock-eqMR .teach-method-glpL > div:first-child {
    position: relative;
    margin-bottom: 2rem;
}

.thanksBlock-eqMR .teach-method-glpL:hover > div:first-child::after {
    width: 120px;
}

.thanksBlock-eqMR h5 {
    opacity: 0;
    line-height: 1.4;
    margin: 0;
    font-weight: 600;
    font-size: 20px;
    position: relative;
    animation: fadeInUp 0.8s forwards 0.2s;
    color: #000000;
    transform: translateZ(0);
}

.meet-us-sM2D .fast-classes-zx6o div::-webkit-scrollbar {
    width: 4px;
}

.meet-us-sM2D .fast-classes-zx6o div::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgb(255, 255, 255, 0.5);
}

.meet-us-sM2D .fast-classes-zx6o div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(170,136,188,0.5);
}

.meet-us-sM2D .fast-classes-zx6o div::-webkit-scrollbar-thumb:hover {
    background: rgb(170,136,188);
}

.tariff-item-QlD7 .edu-deals-pKyU p::-webkit-scrollbar {
    width: 6px;
}

.tariff-item-QlD7 .edu-deals-pKyU p::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}

.tariff-item-QlD7 .edu-deals-pKyU p::-webkit-scrollbar-thumb {
    background-color: rgb(195,180,203);
    border-radius: 10px;
}



@media screen and (max-width: 576px) {.title-greeting-TBRV {
    padding: 3rem 0.75rem;
}.title-greeting-TBRV .learning-main-orKk {
    transform: none;
    padding: 1.25rem 1rem;
    width: 100%;
}.title-greeting-TBRV .learning-main-orKk > div:first-child {
    padding-left: 1rem;
    border-left-width: 3px;
}.title-greeting-TBRV .study-programs-8eqd {
    margin-top: 2rem;
}.title-greeting-TBRV .study-programs-8eqd > div > div {
    padding: 1.25rem 0.75rem;
}.title-greeting-TBRV .study-programs-8eqd > div > div > div {
    transform: none;
    padding: 1.25rem 0.75rem;
}.title-greeting-TBRV .title_style_header {
    font-size: calc(32px * 0.85);
}.title-greeting-TBRV .title_style_header::after {
    height: 3px;
    bottom: -10px;
    width: 50px;
}.title-greeting-TBRV .study-programs-8eqd h3 {
    padding: 1.25rem 1rem 0.75rem;
    font-size: 16px;
}}



@media (max-width: 991px) {.cloud-lab-1dTx .company_holder::before {
    left: 50%;
    background: linear-gradient(90deg, 
            transparent, 
            rgb(195,180,203,0.5), 
            transparent);
    transform: translateX(-50%);
}}



@media (max-width: 991px) {.cloud-lab-1dTx .company_holder h3::before {
    display: none;
}}



@media (max-width: 991px) {header .container {
    padding: 15px;
}header .head-bar-vYoE {
    gap: 20px;
}header .head-learn-1vBH:before {
    left: -10px;
}header .head-sitebar-ODVY svg {
    height: 38px;
}
}



@media (max-width: 480px) {header .container {
    padding: 12px 10px;
}header .head-sitebar-ODVY svg {
    height: 32px;
}}



@media (min-width: 992px) {.meet-us-sM2D {
    padding: 10rem 0;
}.meet-us-sM2D::before {
    width: 35%;
    height: 35%;
}.meet-us-sM2D::after {
    width: 35%;
    height: 35%;
}.meet-us-sM2D h1 {
    margin-bottom: 4rem;
    font-size: calc(47px * 1.2);
}.meet-us-sM2D .fast-classes-zx6o {
    padding: 3.5rem;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.5s ease;
}.meet-us-sM2D .fast-classes-zx6o:hover {
    transform: translateY(-0.75rem) scale(1.02);
}.meet-us-sM2D .fast-classes-zx6o h4 {
    font-size: calc(18px * 1.1);
}.meet-us-sM2D .fast-classes-zx6o div {
    font-size: calc(17px * 1.05);
    max-height: 400px;
    line-height: 1.8;
}
}



@media (min-width: 992px) {.secure-sanctuary-nDj6 {
    padding: 6rem 4rem;
}.secure-sanctuary-nDj6::after {
    transform: skewY(-5deg) translateY(50%);
}.secure-sanctuary-nDj6 .container {
    padding: 0 3rem;
}.secure-sanctuary-nDj6 h1 {
    font-size: calc(44px * 1.2);
}.secure-sanctuary-nDj6 h2 {
    font-size: calc(32px * 1.1);
}.secure-sanctuary-nDj6 p {
    max-width: 80%;
    font-size: calc(14px * 1.05);
}.secure-sanctuary-nDj6 ul {
    margin: 2rem 0 2.5rem;
}.secure-sanctuary-nDj6 li {
    margin-bottom: 1rem;
    font-size: calc(14px * 1.05);
}
}



@media (max-width: 991px) {.education-experience-GkbT {
    padding: 80px 0;
}.education-experience-GkbT .featured-photo-57hA {
    height: 220px;
    margin-bottom: 25px;
    width: 220px;
}.education-experience-GkbT .name {
    font-size: calc(45px * 0.9);
    margin-bottom: 12px;
}.education-experience-GkbT .experience-summary-Qj1w {
    width: 85%;
    padding: 35px 40px;
}.education-experience-GkbT .review-quotes-9NQa::before,
    .education-experience-GkbT .review-quotes-9NQa::after {
    width: 250px;
    height: 250px;
}
}



@media (max-width: 992px) {.learning-system-WdXJ {
    padding: 4rem 1.5rem;
}.learning-system-WdXJ .teach-method-glpL {
    padding: 2.5rem;
    transform: perspective(800px) rotateY(-1deg);
}.learning-system-WdXJ h3 {
    margin-bottom: 1.25rem;
    font-size: calc(34px * 0.75);
}
}



@media (max-width: 768px) {.learning-system-WdXJ {
    padding: 3rem 1rem;
}.learning-system-WdXJ .teach-method-glpL {
    transform: none;
    padding: 2rem 1.5rem;
    box-shadow: 0 8px 30px rgba(rgba(0, 0, 0, 0.5), 0.08);
}.learning-system-WdXJ .teach-method-glpL::before {
    width: 3px;
}.learning-system-WdXJ h3 {
    font-size: calc(34px * 0.65);
    margin-bottom: 1rem;
}.learning-system-WdXJ p {
    padding-left: 0.75rem;
    font-size: calc(14px * 0.95);
    line-height: 1.7;
}
}



@media (max-width: 991px) {.data-exploration-JA5L {
    padding: 4rem 0;
}.data-exploration-JA5L ul {
    gap: 1.5rem;
    padding: 0 1rem;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.data-exploration-JA5L .fast-gain-Ks2v {
    padding: 1.75rem;
}.data-exploration-JA5L .fast-gain-Ks2v p {
    font-size: calc(29px * 1.1);
}.data-exploration-JA5L h4 {
    margin-top: 2.5rem;
}
}



@media (max-width: 576px) {.data-exploration-JA5L {
    padding: 2.5rem 0;
}.data-exploration-JA5L ul {
    max-width: 320px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.data-exploration-JA5L .fast-gain-Ks2v {
    padding: 1.25rem;
}.data-exploration-JA5L .fast-gain-Ks2v p {
    font-size: calc(29px * 0.95);
}.data-exploration-JA5L .fast-gain-Ks2v:hover {
    transform: translateY(-3px) translateZ(10px);
}.data-exploration-JA5L h4 {
    width: 90%;
    margin-top: 1.5rem;
    font-size: 18px;
}}



@media (max-width: 1200px) {.course-overview-uSrV {
    padding: 7rem 0;
}.course-overview-uSrV .teach-method-glpL {
    gap: 0.75rem;
}.course-overview-uSrV .lesson-route-405g {
    padding: 2.5rem;
    grid-column: 1 / 8;
}.course-overview-uSrV .featured-photo-57hA {
    grid-column: 6 / 13;
}.course-overview-uSrV .main-page-Ltk3 {
    right: 2rem;
}
}



@media (max-width: 768px) {.course-overview-uSrV {
    padding: 5rem 0;
}.course-overview-uSrV .lesson-route-405g {
    padding: 2rem;
}.course-overview-uSrV .featured-photo-57hA {
    height: 300px;
}.course-overview-uSrV .main-page-Ltk3 {
    width: 4.5rem;
    height: 4.5rem;
    bottom: -1.5rem;
    right: 2rem;
}.course-overview-uSrV .main-page-Ltk3 svg {
    width: 2.5rem;
    height: 2.5rem;
}.course-overview-uSrV h3 {
    margin-bottom: 1.25rem;
    font-size: calc(37px * 0.8);
}.course-overview-uSrV p {
    font-size: calc(14px * 0.95);
    line-height: 1.7;
}.course-overview-uSrV .lesson-route-405g::before {
    width: 70px;
}.course-overview-uSrV .lesson-route-405g::after {
    height: 70px;
}
}



@media (max-width: 992px) {.program-results-f0xz {
    padding: 80px 0;
}.program-results-f0xz .container {
    gap: 40px;
    grid-template-columns: 1fr;
}.program-results-f0xz .featured-photo-57hA {
    max-width: 85%;
    clip-path: polygon(0 3%, 100% 0, 97% 97%, 3% 100%);
    margin: 0 auto;
}.program-results-f0xz h1 {
    font-size: calc(48px * 0.9);
}
}



@media (max-width: 576px) {.program-results-f0xz {
    padding: 50px 0;
}.program-results-f0xz .container {
    padding: 0 15px;
}.program-results-f0xz .featured-photo-57hA {
    max-width: 100%;
    clip-path: polygon(0 2%, 100% 0, 98% 98%, 2% 100%);
}.program-results-f0xz .desc-block-Brq4 {
    padding: 25px 15px;
}.program-results-f0xz h1 {
    font-size: calc(48px * 0.7);
    margin-bottom: 20px;
}.program-results-f0xz h1::after {
    height: 2px;
    width: 50px;
}.program-results-f0xz li {
    margin-bottom: 10px;
}.program-results-f0xz li p {
    font-size: calc(12px * 0.9);
    padding-left: 30px;
}.program-results-f0xz li svg {
    height: 20px;
    width: 20px;
}}



@media (max-width: 992px) {.tariff-item-QlD7 h2 {
    font-size: calc(30px * 0.9);
}.tariff-item-QlD7 .deal-grid-9BOJ {
    font-size: 18px;
    margin-bottom: 40px;
}.tariff-item-QlD7 .fee-chart-ivIA {
    min-height: 350px;
    padding: 25px;
}
}



@media (max-width: 576px) {.tariff-item-QlD7 {
    padding: 50px 0;
}.tariff-item-QlD7 h2 {
    font-size: calc(30px * 0.8);
}.tariff-item-QlD7 .deal-grid-9BOJ {
    font-size: calc(18px * 0.9);
    margin-bottom: 30px;
}.tariff-item-QlD7 .price-grid-bOUV {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 400px;
}.tariff-item-QlD7 .fee-chart-ivIA {
    min-height: 300px;
    padding: 20px;
}.tariff-item-QlD7 .edu-deals-pKyU p {
    font-size: calc(18px * 0.9);
    max-height: 180px;
}.tariff-item-QlD7 .offer-box-b4AQ {
    padding: 8px 15px;
}}



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



@keyframes orbitRotate {
    0% {
        transform: translateX(-50%) rotate(0deg);
    }
    100% {
        transform: translateX(-50%) rotate(360deg);
    }
}



@keyframes pulsateBubble {
    0% {
        transform: scale(0.8);
        opacity: 0.2;
    }
    100% {
        transform: scale(1.2);
        opacity: 0.4;
    }
}



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



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



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

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

@keyframes tileFloat {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
    100% {
        transform: translateY(0);
    }
}



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



@keyframes square-pulse {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    100% {
        transform: scale(1.2);
        opacity: 0.5;
    }
}



@keyframes pulseGlow {
  0% {
    transform: scale(0.8);
    opacity: 0.3;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.5;
  }
  100% {
    transform: scale(0.9);
    opacity: 0.4;
  }
}

