html,body {
    min-height: 100%;
    font-family: Arial, sans-serif;
    height: 100%;
    color: #000000;
}

.nav-begin-ebY4 {
    flex: 1 0 auto;
}

a {
    color: inherit;
    text-decoration: none;
}


.course-suitability-wKkU {
    z-index: 1;
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(223,219,225), rgb(195,180,203,0.5));
}

.course-suitability-wKkU::after {
    animation: pulsateRing 10s ease-in-out infinite alternate;
    transform: translate(-50%, -50%);
    position: absolute;
    height: 500px;
    left: 50%;
    width: 500px;
    border-radius: 50%;
    opacity: 0.2;
    border: 2px solid rgb(170,136,188,0.5);
    z-index: -2;
    content: '';
    box-shadow: 0 0 80px 20px rgb(195,180,203,0.5);
    top: 50%;
}

.course-suitability-wKkU h3::after {
    height: 50px;
    transform: translateX(-50%);
    width: 50px;
    content: '';
    border-radius: 50%;
    opacity: 0.6;
    bottom: -38px;
    position: absolute;
    border: 2px solid rgb(195,180,203,0.5);
    animation: orbitRotate 8s infinite linear;
    left: 50%;
}

.course-suitability-wKkU ul li::before {
    content: '';
    width: 100px;
    left: -50%;
    top: -50%;
    position: absolute;
    animation: floatBubble 15s infinite ease-in-out alternate;
    height: 100px;
    border-radius: 50%;
    background: radial-gradient(circle, rgb(170,136,188,0.5) 0%, transparent 70%);
    z-index: -1;
    opacity: 0.5;
}

.course-suitability-wKkU ul li:hover svg {
    transform: rotate(15deg);
}

.course-suitability-wKkU ul li:hover svg path {
    fill: rgb(195,180,203);
}

.title-greeting-TBRV::after {
    right: -50%;
    width: 100%;
    opacity: 0.1;
    position: absolute;
    height: 100%;
    top: -50%;
    z-index: 1;
    background: radial-gradient(circle at center, rgb(195,180,203,0.5) 0%, transparent 70%);
    content: "";
    transform: scale(2);
}

.title-greeting-TBRV .learning-main-orKk > div:first-child {
    position: relative;
    margin-bottom: 2rem;
    animation: slideInLeft 0.7s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    opacity: 0;
    padding-left: 1.5rem;
    border-left: 4px solid rgb(195,180,203);
    transform: translateX(-10px);
}

.title-greeting-TBRV .study-programs-8eqd {
    margin-top: 3rem;
    opacity: 0;
    position: relative;
    transform: translateY(20px);
    animation: slideInUp 0.7s 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

.title-greeting-TBRV .study-programs-8eqd > div::before {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    content: "";
    left: 0;
    z-index: 1;
    background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.4) 0%,
    rgba(0,0,0,0.7) 100%
  );
}

.title-greeting-TBRV .study-programs-8eqd > div > div {
    position: relative;
    z-index: 3;
    background: linear-gradient(
    to bottom,
    rgba(255,255,255,0.05) 0%,
    rgba(255,255,255,0.15) 100%
  );
    margin-top: 1rem;
    padding: 2rem;
    backdrop-filter: blur(5px);
}

.title-greeting-TBRV .title_style_header {
    text-align: center;
    position: relative;
    animation: slideInUp 0.7s 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    opacity: 0;
    font-weight: 700;
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: calc(47px * 0.9);
    text-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    line-height: 1.3;
    letter-spacing: 1px;
    transform: translateY(20px);
    color: #ffffff;
}

footer {
    position: relative;
}

.cloud-lab-1dTx .container {
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr 1fr;
    position: relative;
}

.cloud-lab-1dTx .company_holder::after {
    background: linear-gradient(to bottom, 
        transparent, 
        rgb(170,136,188,0.5), 
        transparent);
    width: 1px;
    right: 0;
    position: absolute;
    content: "";
    top: 20%;
    height: 60%;
}

.cloud-lab-1dTx .alumni-net-Fa2m {
    display: flex;
    justify-content: flex-end;
}

.cloud-lab-1dTx .head-bar-vYoE {
    position: relative;
}

.cloud-lab-1dTx .head-bar-vYoE .main-tutor-hjUM {
    flex-direction: column;
    gap: 15px;
    display: flex;
}

.cloud-lab-1dTx .head-bar-vYoE .main-tutor-hjUM a::before {
    top: 50%;
    left: 0;
    height: 1px;
    transform: translateY(-50%);
    content: "";
    opacity: 0;
    background: rgb(195,180,203);
    position: absolute;
    transition: all 0.3s ease;
    width: 0;
}

.enroll-info-L0P3 .container {
    align-items: center;
    justify-content: center;
    display: flex;
}

.cloud-lab-1dTx::after {
    box-shadow: 0 0 40px rgb(195,180,203,0.5);
}

.cloud-lab-1dTx .head-bar-vYoE::before {
    height: 5px;
    width: 5px;
    border-radius: 50%;
    content: "";
    opacity: 0.7;
    position: absolute;
    left: -15px;
    top: 10px;
    background: rgb(195,180,203);
}



.cloud-lab-1dTx .head-bar-vYoE .main-tutor-hjUM a::after {
    bottom: -2px;
    content: "";
    background: rgb(195,180,203);
    position: absolute;
    width: 0;
    transition: width 0.3s ease;
    left: 0;
    height: 1px;
}



.cloud-lab-1dTx .company_holder h3::before {
    content: "";
    background: rgb(195,180,203);
    height: 1px;
    left: -30px;
    opacity: 0.7;
    position: absolute;
    top: 50%;
    width: 20px;
}

.enroll-info-L0P3 .calc-foot-6E0o:hover {
    opacity: 1;
    letter-spacing: 0.7px;
}

header:before {
    background-size: 200% 100%;
    position: absolute;
    height: 4px;
    content: '';
    top: 0;
    width: 100%;
    animation: gradientMove 6s infinite linear;
    background: linear-gradient(90deg, rgb(195,180,203), rgb(170,136,188), rgb(195,180,203));
    left: 0;
}

header .head-learn-1vBH:after {
    position: absolute;
    width: 100%;
    transform-origin: center;
    height: 2px;
    background-color: rgb(195,180,203);
    left: 0;
    transform: scaleX(0);
    transition: transform 0.3s ease;
    content: '';
    bottom: 0;
}

header .head-sitebar-ODVY {
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    padding: 5px 10px;
    position: relative;
}

header .head-sitebar-ODVY:hover svg {
    transform: scale(1.05);
}

.meet-us-sM2D::before {
    content: "";
    width: 40%;
    transform: rotate(-15deg);
    right: -10%;
    top: -5%;
    height: 40%;
    opacity: 0.7;
    background: linear-gradient(120deg, rgb(195,180,203,0.5) 0%, transparent 70%);
    z-index: 1;
    position: absolute;
    clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.meet-us-sM2D h1 {
    position: relative;
    color: #000000;
    margin-bottom: 2.5rem;
    transform: translateX(-1rem);
    font-weight: 700;
    animation: slideInTitle 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.2s;
    font-size: 47px;
    opacity: 0;
    display: inline-block;
}

.meet-us-sM2D .fast-classes-zx6o {
    position: relative;
    border-radius: 4px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 2.5rem;
    transform: translateY(2rem);
    animation: fadeInUp 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease;
    opacity: 0;
}

.meet-us-sM2D .fast-classes-zx6o div {
    padding-right: 1rem;
    color: #000000;
    max-height: 300px;
    line-height: 1.7;
    font-family: Arial, sans-serif;
    font-size: 17px;
    overflow-y: auto;
}

.secure-sanctuary-nDj6::after {
    width: 100%;
    opacity: 0.07;
    background: linear-gradient(180deg, transparent 0%, rgb(223,219,225) 100%);
    bottom: 0;
    left: 0;
    position: absolute;
    content: "";
    height: 300px;
    z-index: -1;
    transform: skewY(-3deg) translateY(50%);
}

.secure-sanctuary-nDj6 h1:hover::after {
    transform: scaleX(1.5);
}

.secure-sanctuary-nDj6 h2 {
    margin: 2.5rem 0 1.25rem;
    font-weight: 600;
    font-size: 32px;
    color: #000000;
    position: relative;
    padding-bottom: 0.75rem;
}

.secure-sanctuary-nDj6 h2:hover::before {
    width: 80px;
}

.secure-sanctuary-nDj6 h3::before {
    left: 0;
    content: "";
    width: 3px;
    bottom: 0;
    transform: scaleY(0.7);
    top: 0;
    position: absolute;
    background-color: rgb(170,136,188);
}

.secure-sanctuary-nDj6 p strong {
    transition: background 0.3s ease;
    padding: 0.15em 0.3em;
    color: #000000;
    background: linear-gradient(120deg, transparent 0%, rgb(170,136,188,0.5) 30%, transparent 100%);
    margin: 0 -0.3em;
    font-weight: 600;
}

.secure-sanctuary-nDj6 li:hover::before {
    background: rgb(195,180,203);
    transform: translateY(-50%) scale(1.2);
}

.education-experience-GkbT {
    background: linear-gradient(
        125deg,
        rgb(223,219,225) 0%,
        rgb(223,219,225) 60%,
        rgb(195,180,203,0.5) 120%
    );
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.education-experience-GkbT::after {
    height: 200%;
    content: "";
    width: 200%;
    left: -50%;
    opacity: 0.2;
    animation: pulse-subtle 15s infinite alternate ease-in-out;
    background: 
        radial-gradient(
            ellipse at center,
            rgb(195,180,203,0.5) 0%,
            transparent 60%
        );
    position: absolute;
    top: -50%;
}

.education-experience-GkbT .featured-photo-57hA {
    height: 260px;
    margin-bottom: 30px;
    transform: rotate(-5deg);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 260px;
    z-index: 3;
    border-radius: 20px;
    box-shadow: 
        25px 25px 50px rgba(0, 0, 0, 0.12),
        -25px -25px 50px rgba(255, 255, 255, 0.7),
        inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    position: relative;
}

.education-experience-GkbT .name {
    font-size: 45px;
    text-align: center;
    font-weight: 700;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    background: linear-gradient(
        to right,
        #000000 0%,
        rgb(195,180,203) 100%
    );
    -webkit-text-fill-color: transparent;
    position: relative;
    color: #000000;
    padding: 0 20px 15px;
    margin-bottom: 15px;
    z-index: 2;
    text-fill-color: transparent;
}

.education-experience-GkbT .experience-summary-Qj1w::after {
    opacity: 0.2;
    right: 25px;
    width: 35px;
    background: 
        linear-gradient(225deg, rgb(170,136,188,0.5) 0%, transparent 100%);
    content: "";
    bottom: 25px;
    position: absolute;
    border-radius: 0 0 0 10px;
    height: 35px;
}

.education-experience-GkbT .review-quotes-9NQa:hover .featured-photo-57hA {
    transform: rotate(0deg) translateY(-10px);
    box-shadow: 
        30px 30px 60px rgba(0, 0, 0, 0.15),
        -30px -30px 60px rgba(255, 255, 255, 0.8),
        inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}

.education-experience-GkbT .review-quotes-9NQa:hover .featured-photo-57hA::before {
    transform: rotate(0deg);
    opacity: 0.5;
}

.education-experience-GkbT .review-quotes-9NQa:hover .featured-photo-57hA::after {
    transform: rotate(5deg);
}

.learning-system-WdXJ::before {
    clip-path: polygon(0 0, 100% 20%, 70% 100%, 0% 80%);
    position: absolute;
    height: 200%;
    background: linear-gradient(135deg, rgb(195,180,203), rgb(170,136,188));
    width: 70%;
    transform: rotate(-15deg);
    opacity: 0.05;
    left: -10%;
    transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    top: -50%;
    z-index: 0;
}

.learning-system-WdXJ .teach-method-glpL::before {
    content: "";
    transform: scaleY(0.95);
    background: linear-gradient(to bottom, rgb(195,180,203), rgb(170,136,188));
    position: absolute;
    transition: transform 0.4s ease-out;
    left: 0;
    height: 100%;
    top: 0;
    width: 4px;
}

.learning-system-WdXJ .teach-method-glpL:hover h3::after {
    transform: scaleX(1.2);
}

.learning-system-WdXJ p {
    font-size: 14px;
    margin-bottom: 0;
    position: relative;
    padding-left: 1rem;
    line-height: 1.8;
    color: #000000;
    border-left: 1px solid rgba(rgb(195,180,203,0.5), 0.2);
}

.data-exploration-JA5L {
    background: linear-gradient(135deg, rgb(223,219,225) 0%, rgba(245, 247, 250, 0.92) 100%);
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
}

.data-exploration-JA5L .container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    perspective: 1000px;
    max-width: 1200px;
}

.data-exploration-JA5L .fast-gain-Ks2v {
    position: relative;
    padding: 2rem;
    border-left: 4px solid rgb(195,180,203);
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.2, 0.85, 0.4, 1), 
                box-shadow 0.5s cubic-bezier(0.2, 0.85, 0.4, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 4px rgba(0, 0, 0, 0.1), 
                0 20px 40px -20px rgba(0, 0, 0, 0.15);
    background: #ffffff;
    transform: translateZ(0);
}

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

.data-exploration-JA5L .fast-gain-Ks2v:hover p {
    transform: perspective(1000px) translateZ(20px) scale(1.05);
}

.data-exploration-JA5L .fast-gain-Ks2v span::after {
    height: 2px;
    bottom: -6px;
    transition: width 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    position: absolute;
    width: 0;
    background: linear-gradient(90deg, rgb(195,180,203) 0%, transparent 100%);
    content: "";
    left: 0;
}

.cookie-warning-dialog-pP0L {
    left: 50%;
    max-width: 500px;
    font-family: Arial, sans-serif;
    position: fixed;
    z-index: 1050;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    width: 90%;
    border-radius: 30px;
    bottom: 20px;
    background: #ffffff;
    transform: translateX(-50%);
}

.user-alert-qM91 svg, .user-alert-qM91 svg path, .user-alert-qM91 img {
    height: 60px;
    width: 60px;
    fill: rgb(195,180,203);
}

.consent-ack-TcZ0 {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    display: inline-block;
    background: rgb(195,180,203);
    text-align: center;
    font-size: 19px;
    border-radius: 10px;
    transition: background 0.3s ease-in-out;
    margin: 5px;
    padding: 10px 20px;
    color: #ffffff;
    width: calc(50% - 10px);
    text-decoration: none;
}

.find-contact-aTre::after {
    left: -50%;
    position: absolute;
    background: radial-gradient(circle, rgb(195,180,203,0.5) 0%, transparent 25%);
    opacity: 0.6;
    width: 200%;
    animation: rotate 40s linear infinite;
    height: 200%;
    content: "";
    z-index: 0;
    top: -50%;
}

.find-contact-aTre .contact-details-GM9e::before {
    opacity: 0.1;
    right: 0;
    transition: opacity 0.3s ease;
    position: absolute;
    height: 150px;
    border-radius: 0 0 13px 0;
    background: linear-gradient(135deg, transparent 50%, rgb(195,180,203,0.5) 100%);
    z-index: 0;
    width: 150px;
    content: "";
    bottom: 0;
}

.find-contact-aTre .contact-details-GM9e:hover::before {
    opacity: 0.2;
}

.find-contact-aTre h2 {
    position: relative;
    margin-bottom: 28px;
    font-size: 33px;
    transform: translateZ(10px);
    color: #000000;
    font-weight: 700;
}

.find-contact-aTre p {
    line-height: 1.6;
    color: #000000;
    z-index: 1;
    position: relative;
    font-size: 12px;
    margin-bottom: 16px;
}

.find-contact-aTre .get-contactblock-JBku {
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.find-contact-aTre .talk-answer-rUft span:hover {
    transform: translateY(-2px);
    background: rgb(195,180,203);
    color: #ffffff;
    border-color: rgb(195,180,203);
}

.find-contact-aTre .contact-details-GM9e:nth-child(2):hover .featured-photo-57hA {
    transform: translateZ(30px) scale(1.03);
}

.find-contact-aTre .get-contactus-ls0D {
    flex-direction: column;
    gap: 20px;
    display: flex;
}

.find-contact-aTre .get-contactus-ls0D a::before {
    position: absolute;
    opacity: 0;
    background: linear-gradient(45deg, rgb(195,180,203,0.5), transparent);
    height: 100%;
    width: 100%;
    transition: opacity 0.3s ease;
    z-index: 0;
    top: 0;
    content: "";
    left: 0;
}

.find-contact-aTre .get-contactus-ls0D a:hover::before {
    opacity: 0.15;
}

.find-contact-aTre .get-contactus-ls0D a p {
    font-weight: 400;
    flex-grow: 1;
    z-index: 1;
    color: #000000;
    font-size: 12px;
    position: relative;
    margin: 0;
}

.find-contact-aTre .get-contactus-ls0D a:hover svg {
    transform: scale(1.1);
}

.find-contact-aTre .get-contactus-ls0D a:hover svg,
.find-contact-aTre .get-contactus-ls0D a:hover svg path {
    fill: rgb(170,136,188);
}

.find-contact-aTre .get-contactblock-JBku h3::before {
    height: 18px;
    transform: translateY(-1px);
    content: "";
    margin-right: 8px;
    width: 18px;
    background: rgb(195,180,203,0.5);
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}

.find-contact-aTre .container::after {
    height: 250px;
    content: "";
    border-radius: 50%;
    left: -100px;
    position: absolute;
    z-index: -1;
    opacity: 0.3;
    width: 250px;
    bottom: -100px;
    background: radial-gradient(circle, rgb(195,180,203,0.5) 0%, transparent 70%);
}

.course-overview-uSrV {
    background: rgb(223,219,225);
    position: relative;
    overflow: hidden;
    padding: 8rem 0;
}

.course-overview-uSrV .container {
    position: relative;
    z-index: 3;
}

.course-overview-uSrV .teach-method-glpL {
    gap: 1rem;
    display: grid;
    grid-template-rows: repeat(8, minmax(50px, auto));
    position: relative;
    grid-template-columns: repeat(12, 1fr);
}

.course-overview-uSrV .featured-photo-57hA {
    clip-path: polygon(0% 15%, 100% 0%, 100% 85%, 0% 100%);
    overflow: hidden;
    border-radius: 17px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    grid-row: 1 / 7;
    position: relative;
    z-index: 3;
    grid-column: 7 / 13;
}

.course-overview-uSrV .main-page-Ltk3 {
    display: flex;
    background: #ffffff;
    transition: transform 0.3s ease-out;
    height: 5rem;
    z-index: 10;
    align-items: center;
    justify-content: center;
    width: 5rem;
    top: -2rem;
    position: absolute;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    right: 3rem;
    border-radius: 50%;
    transform: rotate(-5deg);
}

.course-overview-uSrV p {
    line-height: 1.8;
    font-size: 14px;
    margin-bottom: 0;
    position: relative;
    color: #000000;
}

.course-overview-uSrV .teach-method-glpL::after {
    width: 8rem;
    position: absolute;
    height: 8rem;
    content: "";
    background: rgb(170,136,188,0.5);
    bottom: -4rem;
    right: -4rem;
    opacity: 0.5;
    filter: blur(80px);
    border-radius: 50%;
    animation: moveCircle 15s infinite alternate-reverse;
    z-index: 1;
}

.sign-up-lO1e::before {
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(195,180,203,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(170,136,188,0.5) 0%, transparent 40%);
    position: absolute;
    z-index: -1;
    inset: 0;
    opacity: 0.3;
    content: "";
}

.sign-up-lO1e .teach-method-glpL::before {
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    width: 100px;
    position: absolute;
    height: 100px;
    top: -30px;
    content: "";
    animation: rotate-shape 20s linear infinite;
    opacity: 0.15;
    background: rgb(195,180,203);
    right: -30px;
}

.sign-up-lO1e p::before {
    top: -15px;
    left: -15px;
    border: 2px solid rgb(195,180,203,0.5);
    content: "";
    opacity: 0.5;
    position: absolute;
    width: 50px;
    animation: square-pulse 5s infinite alternate;
    height: 50px;
    z-index: -1;
}

.sign-up-lO1e .subscribe-box-JwNu {
    padding: 0 1.5rem;
    transition: all 0.3s ease;
    height: 100%;
    font-family: Arial, sans-serif;
    border-top-left-radius: 10px;
    color: #000000;
    border-bottom-left-radius: 10px;
    background: #ffffff;
    font-size: 17px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid transparent;
    flex: 1;
}

.sign-up-lO1e .sub-tile-Xrnu:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.sign-up-lO1e .sub-tile-Xrnu:hover::before {
    transform: translateY(0);
}

.program-results-f0xz {
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(223,219,225), rgba(245, 248, 255, 0.95));
    position: relative;
}

.program-results-f0xz .container {
    padding: 0 20px;
    max-width: 1200px;
    align-items: center;
    position: relative;
    grid-template-columns: 1fr 1.5fr;
    margin: 0 auto;
    display: grid;
    z-index: 1;
    gap: 50px;
}

.program-results-f0xz .featured-photo-57hA:hover {
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.2);
    transform: perspective(1000px) rotateY(-2deg) translateZ(10px);
}

.program-results-f0xz .desc-block-Brq4 {
    position: relative;
    transform: translateY(-10px);
    background: #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    padding: 40px 30px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.program-results-f0xz h1::after {
    bottom: -10px;
    content: "";
    left: 0;
    position: absolute;
    transition: width 0.5s ease;
    height: 3px;
    background: rgb(170,136,188);
    width: 70px;
}

.program-results-f0xz li p {
    color: #000000;
    display: flex;
    align-items: flex-start;
    padding-left: 35px;
    position: relative;
    margin: 0;
    font-size: 12px;
    line-height: 1.6;
}

.contact-form-box-MUwh {
    padding: 100px 0;
    background: linear-gradient(90deg, #ffffff 50%, rgb(223,219,225) 50%);
    position: relative;
    overflow: hidden;
}

.contact-form-box-MUwh h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 60px;
    text-align: center;
    position: relative;
    color: rgb(195,180,203);
}

.contact-form-box-MUwh .support-panel-lckY {
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    position: relative;
    background: #ffffff;
    display: flex;
    overflow: hidden;
    border-radius: 30px;
}

.contact-form-box-MUwh .feedback-block-uMK4 {
    background: #ffffff;
    padding: 60px 50px;
    flex: 0 0 50%;
    position: relative;
}

.contact-form-box-MUwh #contact {
    gap: 30px;
    display: flex;
    flex-direction: column;
}

.contact-form-box-MUwh h3::after {
    content: "";
    background: rgb(195,180,203,0.5);
    position: absolute;
    height: 2px;
    bottom: 0;
    width: 100%;
    left: 0;
}

.contact-form-box-MUwh input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.6;
}

.contact-form-box-MUwh .connect-grid-toDJ input[type="checkbox"] {
    transition: all 0.3s ease;
    height: 24px;
    margin-top: 2px;
    border: 2px solid rgb(223,219,225);
    width: 24px;
    appearance: none;
    cursor: pointer;
    border-radius: 10px;
    position: relative;
}

.contact-form-box-MUwh .connect-grid-toDJ a {
    color: rgb(195,180,203);
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.contact-form-box-MUwh .request-list-yLNd:hover {
    background: rgb(170,136,188);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgb(170,136,188,0.5);
}

.contact-form-box-MUwh .request-list-yLNd:hover::before {
    left: 100%;
}

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

.tariff-item-QlD7 {
    overflow: hidden;
    position: relative;
    color: #ffffff;
    padding: 100px 0;
}

.rate-choice-ysmH {
    position: relative;
}

.rate-choice-ysmH::before {
    height: 200px;
    position: absolute;
    right: -50px;
    animation: pulseGlow 8s infinite alternate;
    content: "";
    filter: blur(15px);
    background: radial-gradient(circle, rgb(195,180,203,0.5) 5%, transparent 70%);
    width: 200px;
    top: -50px;
}

.tariff-item-QlD7 .deal-grid-9BOJ {
    color: rgb(255, 255, 255, 0.5);
    text-align: center;
    margin: 0 auto 50px;
    line-height: 1.6;
    transform: perspective(1000px) translateZ(5px);
    font-size: calc(18px * 1.1);
    max-width: 800px;
}

.tariff-item-QlD7 .price-grid-bOUV li:hover {
    z-index: 5;
    transform: translateY(-15px) rotateY(5deg);
}

.tariff-item-QlD7 .edu-deals-pKyU::before {
    transition: opacity 0.5s ease;
    top: 0;
    left: 0;
    position: absolute;
    background: radial-gradient(circle at 30% 30%, rgb(195,180,203,0.5), transparent 70%);
    opacity: 0;
    height: 100%;
    content: "";
    width: 100%;
}

.tariff-item-QlD7 .edu-deals-pKyU:hover::after {
    left: 100%;
    opacity: 0.3;
    top: 100%;
}

.tariff-item-QlD7 .fee-chart-ivIA {
    position: relative;
    padding: 30px;
    flex-direction: column;
    min-height: 400px;
    display: flex;
    box-sizing: border-box;
    height: 100%;
    z-index: 2;
}

.tariff-item-QlD7 .edu-deals-pKyU:hover h4::after {
    width: 100px;
}

.tariff-item-QlD7 .edu-deals-pKyU p {
    scrollbar-width: thin;
    max-height: 250px;
    line-height: 1.6;
    scrollbar-color: rgb(195,180,203) rgba(255, 255, 255, 0.1);
    font-size: 18px;
    margin: 0 0 25px;
    color: #ffffff;
    flex: 1;
    overflow-y: auto;
    overflow-wrap: break-word;
    word-break: normal;
}

.tariff-item-QlD7 .edu-deals-pKyU:hover .offer-box-b4AQ::before {
    left: 100%;
}

.thanksBlock-eqMR {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(223,219,225) 0%, #ffffff 100%);
    padding: 6rem 0;
}

.thanksBlock-eqMR .container {
    padding: 0 1.5rem;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.thanksBlock-eqMR .teach-method-glpL {
    border-left: 5px solid rgb(195,180,203);
    background-color: #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.07), 
              0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    transform: perspective(1000px) rotateX(1deg);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 3.5rem;
    backdrop-filter: blur(10px);
}

.thanksBlock-eqMR .teach-method-glpL > div:first-child::after {
    bottom: -1rem;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(195,180,203) 0%, rgb(170,136,188) 100%);
    transform-origin: left center;
    content: "";
    height: 4px;
    transition: width 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    width: 60px;
}

.thanksBlock-eqMR a:hover {
    transform: translateY(-3px);
}


@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (max-width: 576px) {.course-suitability-wKkU {
    padding: 3rem 0;
}.course-suitability-wKkU h3 {
    font-size: calc(31px * 0.8);
    margin-bottom: 3rem;
}.course-suitability-wKkU ul {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.course-suitability-wKkU ul li {
    padding: 1rem 1.5rem;
    border-radius: 30px;
}.course-suitability-wKkU ul li svg {
    width: 32px;
    height: 32px;
    margin-right: 1rem;
}}



@media screen and (max-width: 768px) {.title-greeting-TBRV {
    padding: 4rem 1rem;
    min-height: auto;
}.title-greeting-TBRV .learning-main-orKk {
    padding: 1.5rem 1.25rem;
    transform: perspective(800px) rotateX(1deg);
}.title-greeting-TBRV .learning-main-orKk > div:first-child {
    margin-bottom: 1.5rem;
}.title-greeting-TBRV .learning-main-orKk > div:first-child p {
    font-size: 17px;
}.title-greeting-TBRV .study-programs-8eqd > div > div {
    padding: 1.5rem 1rem;
}.title-greeting-TBRV .study-programs-8eqd > div > div > div {
    padding: 1.5rem 1rem;
}.title-greeting-TBRV .title_style_header {
    font-size: calc(32px * 0.95);
}.title-greeting-TBRV .title_style_header::after {
    bottom: -12px;
    width: 60px;
    height: 3px;
}.title-greeting-TBRV .study-programs-8eqd h3 {
    font-size: calc(16px * 1.1);
    padding: 1.5rem 1.25rem 0.75rem;
}
}



@media (max-width: 767px) {.cloud-lab-1dTx {
    padding: 50px 0 20px;
}.cloud-lab-1dTx .main-tutor-hjUM {
    gap: 40px;
    width: 100%;
    flex-direction: column;
}.cloud-lab-1dTx .head-bar-vYoE {
    text-align: center;
}.cloud-lab-1dTx .head-bar-vYoE h5 {
    text-align: center;
}.cloud-lab-1dTx .head-bar-vYoE h5::after {
    transform: translateX(-50%);
    left: 50%;
}.cloud-lab-1dTx .head-bar-vYoE .main-tutor-hjUM {
    align-items: center;
}.cloud-lab-1dTx .head-bar-vYoE .main-tutor-hjUM a {
    text-align: center;
}.cloud-lab-1dTx .head-bar-vYoE .main-tutor-hjUM a::before {
    display: none;
}.cloud-lab-1dTx .head-bar-vYoE .main-tutor-hjUM a:hover {
    padding-left: 0;
}
}



@media (min-width: 768px) {.meet-us-sM2D {
    padding: 8rem 0;
}.meet-us-sM2D h1 {
    font-size: calc(47px * 1.1);
    margin-bottom: 3.5rem;
}.meet-us-sM2D .pro-track-0JMb ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}.meet-us-sM2D .fast-classes-zx6o {
    padding: 3rem;
}.meet-us-sM2D .fast-classes-zx6o div {
    max-height: 380px;
}
}



@media (min-width: 1200px) {.meet-us-sM2D .container {
    padding: 0 4rem;
}.meet-us-sM2D h1::after {
    height: 4px;
}.meet-us-sM2D .pro-track-0JMb ul {
    gap: 3rem;
}.meet-us-sM2D .fast-classes-zx6o {
    border-radius: 6px;
    padding: 4rem;
}.meet-us-sM2D .fast-classes-zx6o h4 {
    margin-bottom: 2rem;
}.meet-us-sM2D .fast-classes-zx6o div {
    max-height: 450px;
}
}



@media (min-width: 768px) {.secure-sanctuary-nDj6 {
    padding: 5rem 3rem;
}.secure-sanctuary-nDj6 h1 {
    padding-left: 2rem;
    font-size: calc(44px * 1.1);
    margin-bottom: 2.5rem;
}.secure-sanctuary-nDj6 h1::after {
    width: 80px;
    left: 2rem;
}.secure-sanctuary-nDj6 .container {
    padding: 0 2rem;
}.secure-sanctuary-nDj6 p {
    max-width: 90%;
}.secure-sanctuary-nDj6 ul {
    max-width: 90%;
    padding-left: 2rem;
}
}



@media (max-width: 480px) {.secure-sanctuary-nDj6 {
    padding: 2.5rem 1rem;
}.secure-sanctuary-nDj6 h1 {
    font-size: calc(44px * 0.85);
}.secure-sanctuary-nDj6 h2 {
    font-size: calc(32px * 0.85);
    margin: 2rem 0 1rem;
}.secure-sanctuary-nDj6 ul {
    padding-left: 0.75rem;
}.secure-sanctuary-nDj6 li {
    padding-left: 1.25rem;
}}



@media (max-width: 767px) {.education-experience-GkbT {
    padding: 60px 0;
}.education-experience-GkbT .featured-photo-57hA {
    width: 180px;
    margin-bottom: 20px;
    height: 180px;
}.education-experience-GkbT .name {
    font-size: calc(45px * 0.8);
    margin-bottom: 10px;
    padding: 0 15px 12px;
}.education-experience-GkbT .review-quotes-9NQa span:not(.name) {
    letter-spacing: 2px;
    font-size: calc(24px * 0.9);
    margin-bottom: 30px;
}.education-experience-GkbT .experience-summary-Qj1w {
    padding: 30px 35px;
    width: 90%;
    font-size: calc(16px * 0.95);
}.education-experience-GkbT .experience-summary-Qj1w::before,
    .education-experience-GkbT .experience-summary-Qj1w::after {
    height: 25px;
    width: 25px;
}.education-experience-GkbT .review-quotes-9NQa::before,
    .education-experience-GkbT .review-quotes-9NQa::after {
    width: 200px;
    height: 200px;
}.education-experience-GkbT .review-quotes-9NQa:hover span:not(.name) {
    letter-spacing: 3px;
}
}



@media (max-width: 576px) {.learning-system-WdXJ {
    padding: 2.5rem 0.75rem;
}.learning-system-WdXJ .teach-method-glpL {
    padding: 1.75rem 1.25rem;
}.learning-system-WdXJ h3 {
    font-size: calc(34px * 0.6);
}.learning-system-WdXJ p {
    padding-left: 0.5rem;
    font-size: calc(14px * 0.9);
    line-height: 1.6;
}.learning-system-WdXJ h3::after {
    width: 45px;
    height: 2px;
}}



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



@media (max-width: 768px) {.find-contact-aTre {
    padding: 50px 0;
}.find-contact-aTre .join-community-Yg70 {
    grid-template-columns: 1fr;
}.find-contact-aTre .contact-details-GM9e:last-child {
    grid-column: span 1;
}.find-contact-aTre h2 {
    font-size: calc(33px * 0.9);
}.find-contact-aTre .contact-details-GM9e .featured-photo-57hA {
    height: 280px;
}.find-contact-aTre .get-contactus-ls0D {
    gap: 15px;
}
}



@media (max-width: 992px) {.course-overview-uSrV {
    padding: 6rem 0;
}.course-overview-uSrV .teach-method-glpL {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 2rem;
    display: grid;
}.course-overview-uSrV .lesson-route-405g {
    grid-column: auto;
    grid-row: 2 / 3;
    padding: 2.5rem;
}.course-overview-uSrV .featured-photo-57hA {
    height: 350px;
    grid-column: auto;
    clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 0% 100%);
    grid-row: 1 / 2;
}.course-overview-uSrV .main-page-Ltk3 {
    right: 3rem;
    top: auto;
    bottom: -2rem;
}.course-overview-uSrV h3 {
    font-size: calc(37px * 0.9);
}
}



@media (max-width: 768px) {.sign-up-lO1e {
    padding: 3rem 1.5rem;
}.sign-up-lO1e .teach-method-glpL {
    gap: 2rem;
    grid-template-columns: 1fr;
}.sign-up-lO1e p {
    font-size: 19px;
}.sign-up-lO1e .input_holder {
    flex-direction: column;
    height: auto;
}.sign-up-lO1e .subscribe-box-JwNu {
    height: 60px;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 1rem;
}.sign-up-lO1e .sub-tile-Xrnu {
    width: 100%;
    height: 60px;
    border-radius: 10px;
}}



@media (max-width: 768px) {.program-results-f0xz {
    padding: 60px 0;
}.program-results-f0xz .desc-block-Brq4 {
    padding: 30px 20px;
}.program-results-f0xz h1 {
    margin-bottom: 25px;
    font-size: calc(48px * 0.8);
}.program-results-f0xz ul {
    gap: 15px;
}.program-results-f0xz li p {
    font-size: calc(12px * 0.95);
}
}



@media (max-width: 768px) {.contact-form-box-MUwh {
    padding: 60px 0;
}.contact-form-box-MUwh h2 {
    font-size: calc(30px - 4px);
    margin-bottom: 40px;
}.contact-form-box-MUwh .feedback-block-uMK4 {
    padding: 40px 30px;
}.contact-form-box-MUwh #contact {
    gap: 25px;
}.contact-form-box-MUwh .featured-photo-57hA {
    min-height: 300px;
}
}



@media (max-width: 576px) {.contact-form-box-MUwh {
    padding: 50px 0;
}.contact-form-box-MUwh .container {
    padding: 0 15px;
}.contact-form-box-MUwh h2 {
    margin-bottom: 30px;
    font-size: calc(30px - 6px);
}.contact-form-box-MUwh .feedback-block-uMK4 {
    padding: 35px 25px;
}.contact-form-box-MUwh #contact {
    gap: 20px;
}.contact-form-box-MUwh input[type="text"] {
    padding: 15px;
}.contact-form-box-MUwh .request-list-yLNd {
    padding: 15px 25px;
    width: 100%;
}.contact-form-box-MUwh .featured-photo-57hA {
    min-height: 250px;
}}



@media (max-width: 992px) {.thanksBlock-eqMR {
    padding: 5rem 0;
}.thanksBlock-eqMR .teach-method-glpL {
    padding: 2.5rem;
}.thanksBlock-eqMR h5 {
    font-size: calc(20px * 0.95);
}
}



@media (max-width: 576px) {.thanksBlock-eqMR {
    padding: 3rem 0;
}.thanksBlock-eqMR .teach-method-glpL {
    border-left-width: 3px;
    padding: 1.5rem;
}.thanksBlock-eqMR .teach-method-glpL > div:first-child::after {
    height: 3px;
    width: 50px;
}.thanksBlock-eqMR .teach-method-glpL:hover > div:first-child::after {
    width: 80px;
}.thanksBlock-eqMR h5 {
    font-size: calc(20px * 0.85);
}.thanksBlock-eqMR p {
    font-size: calc(16px * 0.9);
    line-height: 1.5;
}
}



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



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



@keyframes slideInTitle {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes pulse-subtle {
    0% {
        transform: scale(1);
        opacity: 0.15;
    }
    100% {
        transform: scale(1.05);
        opacity: 0.25;
    }
}



@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

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



@keyframes moveCircle {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(20px, 20px);
    }
    100% {
        transform: translate(-20px, -20px);
    }
}



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

