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

header,footer {
    width: 100%;
}

header {
    width: 100%;
    left: 0;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 1000;
    top: 0;
    background: linear-gradient(120deg, 
        rgb(136,138,152) 0%, 
        rgb(136,138,152,0.5) 100%
    );
    position: fixed;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.user-reviews-gzhxotP .container {
    z-index: 2;
    position: relative;
}

.user-reviews-gzhxotP h2::after {
    animation: glow 2s infinite;
    height: 2px;
    left: 0;
    position: absolute;
    content: "";
    bottom: -15px;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(136,138,152), transparent);
}

.user-reviews-gzhxotP .client-feedback-2fbhksj {
    flex: 0 0 calc(33.333% - 2rem);
    margin: 1rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 10px;
    transform-style: preserve-3d;
    overflow: hidden;
}

.user-reviews-gzhxotP .client-feedback-2fbhksj:hover::before {
    animation: borderGlow 1.5s infinite alternate;
}

.user-reviews-gzhxotP .client-feedback-2fbhksj:hover img {
    filter: grayscale(0%);
}

.user-reviews-gzhxotP .client-feedback-2fbhksj p::after {
    left: 1.5rem;
    background: rgb(136,138,152);
    content: "";
    bottom: -5px;
    width: 40px;
    height: 2px;
    position: absolute;
}

.user-reviews-gzhxotP .client-feedback-2fbhksj:nth-child(3n+2) {
    transform: translateZ(10px);
}

.learning-process-vjy2tSQ::before {
    width: 100%;
    z-index: 0;
    position: absolute;
    height: 100%;
    content: "";
    top: 0;
    background-image: radial-gradient(circle at 10% 20%, rgb(100,102,114,0.5) 0%, transparent 60%);
    pointer-events: none;
    left: 0;
}

.learning-process-vjy2tSQ .creds-sect-E34WdDM:hover {
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.07), 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}

.learning-process-vjy2tSQ .creds-sect-E34WdDM > div::before {
    top: 0;
    left: -2rem;
    animation: line-appear 1.2s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    height: 100%;
    width: 4px;
    transform: scaleY(0);
    background: linear-gradient(to bottom, rgb(136,138,152), rgb(100,102,114));
    transform-origin: top;
    position: absolute;
}

.learning-process-vjy2tSQ p span {
    padding-right: 0.5rem;
    display: inline-block;
    position: relative;
}

.learning-process-vjy2tSQ p span::before {
    width: 100%;
    background: linear-gradient(to right, rgb(100,102,114,0.5), transparent);
    transform-origin: left;
    left: 0;
    animation: line-grow-subtle 1.2s 1s forwards cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0.3;
    content: "";
    height: 1px;
    transform: scaleX(0);
    position: absolute;
    bottom: -5px;
}

.title-page-HjQ1sdT .image-frame-wrap-w5O2lvm {
    filter: brightness(0.75) saturate(1.2);
    z-index: 1;
    transform: scale(1.05);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    transition: transform 8s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    width: 100%;
}

.title-page-HjQ1sdT .creds-sect-E34WdDM {
    display: grid;
    z-index: 3;
    position: relative;
    margin: 0 auto;
    gap: 2rem;
    padding: 3rem;
    width: 90%;
    grid-template-columns: 1fr;
    max-width: 1200px;
    transform: translateY(-2rem);
}

.title-page-HjQ1sdT .text-display-box-rPpT7JV {
    opacity: 0;
    transform: translateY(20px);
    gap: 2rem;
    display: flex;
    animation: fadeUp 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) forwards 0.5s;
    flex-direction: column;
}

.title-page-HjQ1sdT svg {
    height: 120px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 120px;
    transform: rotate(-5deg);
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.15));
}

.title-page-HjQ1sdT svg:hover path {
    fill: rgb(114, 190, 188);
}

.title-page-HjQ1sdT svg:hover text {
    fill: rgb(114, 190, 188);
}

.title-page-HjQ1sdT .request-widget-7uk2jOa::before {
    height: 100%;
    left: -100%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: "";
    transition: left 0.7s ease;
    width: 100%;
    position: absolute;
}

.cookie-window-banner-zKZ0PcA {
    background: rgb(100,102,114);
    z-index: 90;
    padding: 15px 20px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    width: 100%;
    bottom: 0;
    position: fixed;
    border-top: 3px solid rgb(136,138,152);
}

.digital-tracking-VZC5lmt {
    max-width: 600px;
    flex-direction: column;
    justify-content: center;
    display: flex;
}

.cookies-consent-HY4U10j {
    padding: 10px 20px;
    border-radius: 10px;
    transition: none;
    flex-shrink: 0;
    margin-left: 10px;
    color: #ffffff;
    cursor: pointer;
    border: 2px solid rgb(136,138,152);
    background: rgb(136,138,152);
    text-decoration: none;
    text-align: center;
    min-width: 150px;
    font-size: 14px;
}



.program-information-gX5KpSR .container {
    overflow: visible;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    max-width: 1280px;
}

.program-information-gX5KpSR .text-display-box-rPpT7JV {
    grid-column: 1;
    transform: translateZ(0);
    margin-left: 50px;
    border-radius: 29px;
    padding: 40px;
    margin-right: 50px;
    position: relative;
    margin-top: -80px;
    z-index: 5;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1),
                0 10px 30px rgba(0, 0, 0, 0.05);
    grid-row: 2;
    transition: transform 0.5s ease;
    background: #ffffff;
}

.program-information-gX5KpSR .text-display-box-rPpT7JV {
    opacity: 0;
    animation-fill-mode: forwards;
    animation: slideUp 1s 0.3s ease-out forwards;
}

.program-information-gX5KpSR .text-display-box-rPpT7JV:hover h2::before {
    width: 100%;
}

.program-information-gX5KpSR .text-display-box-rPpT7JV .description:last-child {
    margin-bottom: 0;
}

.program-information-gX5KpSR .image-frame-wrap-w5O2lvm {
    transform: rotateX(5deg);
    border-radius: 29px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    position: relative;
    transition: transform 0.5s ease;
    z-index: 3;
    height: 450px;
    grid-row: 1;
    grid-column: 1;
}



.program-information-gX5KpSR .image-frame-wrap-w5O2lvm {
    animation: slideUp 0.8s ease-out forwards;
}



.program-information-gX5KpSR .image-frame-wrap-w5O2lvm,
.program-information-gX5KpSR .text-display-box-rPpT7JV {
    will-change: transform;
    transform: translateZ(0);
}



.program-information-gX5KpSR .learn-path-r4YpKSc::after {
    right: 0;
    pointer-events: none;
    top: 0;
    width: 100%;
    content: "";
    opacity: 0.05;
    height: 100%;
    position: absolute;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 20px,
        rgb(136,138,152,0.5) 20px,
        rgb(136,138,152,0.5) 21px
    );
    z-index: 1;
}

.contact-form-section-DjBZHSL .inquiry-widget-Ji71MWX h3 {
    margin-bottom: 20px;
    width: 100%;
    color: #ffffff;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
    font-size: 30px;
    text-align: center;
}

.contact-form-section-DjBZHSL .inquiry-widget-Ji71MWX div {
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    text-align: center;
    display: flex;
    flex: 1 0 calc(50% - 30px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    border-radius: 21px;
    align-items: center;
    min-height: 140px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    max-width: 220px;
    background-color: #ffffff;
}

.contact-form-section-DjBZHSL .request-form-pGu9eHq::before {
    top: -15px;
    position: absolute;
    border-radius: 3px;
    background-color: #ffffff;
    height: 30px;
    width: 30px;
    transform: translateX(-50%) rotate(45deg);
    left: 50%;
    content: '';
    z-index: -1;
}

.contact-form-section-DjBZHSL .request-form-pGu9eHq input[type="text"]:focus,
.contact-form-section-DjBZHSL .request-form-pGu9eHq input[type="email"]:focus {
    outline: none;
    border-color: rgb(100,102,114);
    box-shadow: 0 0 0 3px rgb(100,102,114,0.5);
}

.contact-form-section-DjBZHSL .request-form-pGu9eHq .reach-map-jKAYOpd input[type="checkbox"] {
    flex-shrink: 0;
    margin-right: 10px;
    position: relative;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    height: 20px;
    margin-top: 3px;
    border-radius: 4px;
    width: 20px;
    border: 2px solid rgb(173,175,189);
}

.contact-form-section-DjBZHSL .request-form-pGu9eHq .request-widget-7uk2jOa {
    font-size: 15px;
    background: linear-gradient(135deg, rgb(100,102,114), rgb(136,138,152));
    box-shadow: 0 5px 15px rgb(100,102,114,0.5);
    height: 50px;
    border: none;
    cursor: pointer;
    width: 100%;
    font-weight: 600;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-top: 15px;
    color: #ffffff;
}

header .top-site-Ulkmw9u:after {
    transform: translateY(-50%);
    top: 50%;
    width: 60px;
    opacity: 0.5;
    pointer-events: none;
    left: 0;
    content: '';
    position: absolute;
    background-image: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.1) 0%,
        transparent 70%
    );
    height: 60px;
    filter: blur(8px);
}

header .site-header-7aSDFwj {
    position: relative;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

header .site-header-7aSDFwj:after {
    width: 20px;
    top: 50%;
    transform: translateY(-50%) translateX(40px);
    height: 20px;
    right: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    opacity: 0.5;
    content: '';
    position: absolute;
}

header .main-teach-CUM5iGF:before {
    bottom: -10px;
    height: 2px;
    width: 100%;
    background: linear-gradient(to right, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    transition: opacity 0.4s ease;
    left: 0;
    position: absolute;
    content: '';
    opacity: 0;
}

header .head-page-IsM7Hcx:hover {
    color: #ffffff;
    transform: translateX(5px);
}

header .head-page-IsM7Hcx:hover:after {
    transform: translateY(-50%) scaleX(1);
}

header .head-edu-ZTnCPGw:before {
    border-radius: 10px;
    top: -10px;
    height: calc(100% + 20px);
    opacity: 0;
    transition: all 0.3s ease;
    left: -10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: calc(100% + 20px);
    position: absolute;
    content: '';
}

header .head-edu-ZTnCPGw svg {
    height: 40px;
    width: auto;
    transition: all 0.3s ease;
}

.pricing-tray-raQyDP7 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(173,175,189) 0%, rgb(100,102,114,0.5) 100%);
    padding: 6rem 0;
}

.pricing-tray-raQyDP7 .pricing-rates-Mtv3CQJ {
    max-width: 600px;
    padding: 2rem;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    margin: 0 auto;
    background: rgba(#ffffff, 0.9);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    transform: translateY(0);
    z-index: 3;
}

.pricing-tray-raQyDP7 .pricing-rates-Mtv3CQJ:hover h2::after {
    transform: scaleX(1.5);
}

.pricing-tray-raQyDP7 .lesson-fees-e5XSNUg {
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
    gap: 30px;
}

.pricing-tray-raQyDP7 .study-rates-oWUHKzV {
    background: #ffffff;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    display: flex;
    height: 100%;
    transition: box-shadow 0.4s ease;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.pricing-tray-raQyDP7 .qtr-cost-By8LpMv::before {
    background: rgb(100,102,114);
    left: 0;
    content: "";
    width: 40px;
    height: 2px;
    position: absolute;
    bottom: -10px;
}

.pricing-tray-raQyDP7 .image-frame-wrap-w5O2lvm {
    transition: transform 0.6s ease-out;
    transform: scale(1);
    position: relative;
    height: 220px;
    width: 100%;
}

.secure-vaulting-kUloN2c {
    overflow: hidden;
    color: #000000;
    font-family: Arial, sans-serif;
    position: relative;
    padding: 60px;
    background-color: rgb(173,175,189);
    line-height: 1.8;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.5);
}

.secure-vaulting-kUloN2c h1 {
    border-bottom: 2px solid rgb(136,138,152);
    color: rgb(136,138,152);
    margin-bottom: 30px;
    font-size: 39px;
    position: relative;
    font-weight: 700;
    padding-bottom: 15px;
    z-index: 1;
    grid-column: span 2;
}

.secure-vaulting-kUloN2c h5 {
    font-size: calc(23px - 0.2rem);
}

.secure-vaulting-kUloN2c ul,
.secure-vaulting-kUloN2c ol {
    position: relative;
    padding-left: 20px;
    margin-top: 15px;
    z-index: 1;
}

.secure-vaulting-kUloN2c p {
    margin-bottom: 25px;
    font-size: 15px;
    z-index: 1;
    position: relative;
}

footer {
    width: 100%;
    position: relative;
}

.gift-card-GvSAnJj::before {
    content: "";
    background: linear-gradient(90deg, rgb(136,138,152), rgb(100,102,114));
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
    height: 5px;
}

footer .info_item svg {
    fill: rgb(136,138,152);
    top: 3px;
    margin-right: 10px;
    position: relative;
    height: 18px;
    width: 18px;
}

footer .top-core-yqzwQfX {
    margin-bottom: 15px;
}

footer .main-teach-CUM5iGF h5 {
    position: relative;
    font-weight: 600;
    margin-bottom: 25px;
    font-size: 23px;
    color: #000000;
}

footer .header-learn-Hhby6gt a {
    font-size: 13px;
    color: #000000;
    margin-bottom: 12px;
    text-decoration: none;
    display: block;
    transition: transform 0.2s ease, color 0.2s ease;
}

footer .subscribe_holder p {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 25px;
    color: #000000;
}

footer .input_holder input[type="email"]:focus {
    outline: none;
    border-color: rgb(136,138,152);
}

footer .sub-banner-RVNKgSA:hover {
    background-color: rgb(100,102,114);
}

footer .footer-careers-pTF9Ltr {
    color: #000000;
    text-align: center;
    font-size: 13px;
}

.thanksFrame-MyT3l2d::before {
    content: "";
    left: -10%;
    opacity: 0.1;
    background: rgb(136,138,152,0.5);
    position: absolute;
    top: -10%;
    width: 60%;
    transform: rotate(-5deg);
    height: 120%;
    z-index: 1;
    clip-path: polygon(0 0, 100% 25%, 85% 100%, 0% 85%);
}

.thanksFrame-MyT3l2d .creds-sect-E34WdDM:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08), 0 10px 20px rgba(0, 0, 0, 0.05);
}

.thanksFrame-MyT3l2d .creds-sect-E34WdDM::after {
    right: 20px;
    animation: rotate 15s infinite linear;
    position: absolute;
    z-index: -1;
    height: 60px;
    width: 60px;
    border: 2px solid rgb(136,138,152,0.5);
    opacity: 0.2;
    content: "";
    top: 20px;
}

.thanksFrame-MyT3l2d p {
    padding-left: 20px;
    color: #000000;
    position: relative;
    line-height: 1.8;
    transition: all 0.3s ease;
    border-left: 1px solid rgb(136,138,152,0.5);
    font-size: 16px;
    margin: 0;
}

.thanksFrame-MyT3l2d a:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transform: translateY(-2px);
    background-color: rgba(rgb(173,175,189), 0.5);
}

.our-background-nVs69eM::before {
    background: radial-gradient(circle at 30% 70%, rgb(136,138,152,0.5), rgba(0, 0, 0, 0.5) 80%);
    pointer-events: none;
    z-index: 1;
    position: absolute;
    backdrop-filter: blur(3px);
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    content: "";
}

.our-background-nVs69eM .text-display-box-rPpT7JV:hover {
    transform: translateZ(10px) rotateY(0deg);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 0 0 1px rgba(255,255,255,0.15);
}

.our-background-nVs69eM h5::after {
    bottom: -8px;
    height: 2px;
    transform: scaleX(1);
    position: absolute;
    content: "";
    left: 0;
    transition: transform 0.4s ease-out;
    transform-origin: left center;
    width: 50px;
    background: rgb(100,102,114);
}

.our-background-nVs69eM b::before {
    bottom: -5px;
    left: 0;
    height: 1px;
    background: linear-gradient(to right, rgb(100,102,114), transparent);
    content: "";
    position: absolute;
    width: 100%;
}

.our-background-nVs69eM .text-display-box-rPpT7JV div:nth-child(1) {
    animation: fadeSlideIn 0.8s ease-out forwards;
}

.our-background-nVs69eM .container::after {
    bottom: 10%;
    left: 5%;
}

.our-background-nVs69eM .text-display-box-rPpT7JV::before,
.our-background-nVs69eM .text-display-box-rPpT7JV::after {
    content: "";
    height: 4px;
    animation: pulseDot 4s infinite alternate-reverse;
    box-shadow: 0 0 8px 1px rgb(136,138,152,0.5);
    opacity: 0.8;
    border-radius: 50%;
    background: rgb(136,138,152);
    position: absolute;
    pointer-events: none;
    z-index: 2;
    width: 4px;
}

.our-background-nVs69eM .text-display-box-rPpT7JV::before {
    right: -15px;
    top: 15%;
}

.instructor-history-dhm6ots .image-frame-wrap-w5O2lvm {
    transition: all 0.5s ease;
    border-radius: 22px;
    height: 350px;
    box-shadow: 15px 15px 0 rgb(136,138,152,0.5);
    width: 280px;
    transform: rotate(-5deg);
}

.instructor-history-dhm6ots .exp-flex-KRcHwOQ:hover {
    transform: rotate(0deg) translateY(-20px);
}

.instructor-history-dhm6ots .exp-flex-KRcHwOQ:hover::after {
    opacity: 0.8;
    width: 95%;
}

.instructor-history-dhm6ots .exp-flex-KRcHwOQ > div:nth-child(2) {
    margin-bottom: 1.5rem;
    font-size: 18px;
    color: rgb(100,102,114);
    font-weight: 600;
    transform: translateX(-10px);
}


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



@media (max-width: 991px) {.user-reviews-gzhxotP .client-feedback-2fbhksj {
    flex: 0 0 calc(50% - 2rem);
}
}



@media (max-width: 992px) {.learning-process-vjy2tSQ {
    padding: 4rem 0;
}.learning-process-vjy2tSQ .creds-sect-E34WdDM {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2rem;
}.learning-process-vjy2tSQ h3 {
    font-size: calc(29px * 0.75);
}.learning-process-vjy2tSQ p {
    line-height: 1.7;
    font-size: calc(17px * 0.95);
}.learning-process-vjy2tSQ::after {
    right: -30px;
    top: -30px;
    width: 180px;
    height: 180px;
}
}



@media (max-width: 480px) {.learning-process-vjy2tSQ {
    padding: 2.5rem 0;
}.learning-process-vjy2tSQ .creds-sect-E34WdDM {
    padding: 1.25rem;
    margin: 0 0.75rem;
}.learning-process-vjy2tSQ h3 {
    font-size: calc(29px * 0.6);
}.learning-process-vjy2tSQ p {
    font-size: calc(17px * 0.85);
    line-height: 1.5;
}.learning-process-vjy2tSQ .creds-sect-E34WdDM > div::before {
    left: -1rem;
}.learning-process-vjy2tSQ h3::after {
    width: 50px;
}.learning-process-vjy2tSQ::after {
    height: 100px;
    width: 100px;
}}



@media (max-width: 767px) {.title-page-HjQ1sdT {
    min-height: 600px;
}.title-page-HjQ1sdT .creds-sect-E34WdDM {
    text-align: center;
    padding: 2rem;
}.title-page-HjQ1sdT h1 {
    margin-bottom: 1rem;
    font-size: calc(40px * 1.1);
}.title-page-HjQ1sdT h1::after {
    transform: translateX(-50%) scaleX(0);
    left: 50%;
}.title-page-HjQ1sdT h1::after {
    animation: expandLineCenter 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) forwards 0.8s;
}.title-page-HjQ1sdT p {
    margin: 0 auto;
}.title-page-HjQ1sdT::before {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%);
}
}


@media only screen and (max-width: 800px) {.privacy-ack-QdHVshy {
    display: none;
}.cookie-show-Y0ygF1X {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.cookie-window-banner-zKZ0PcA h5, .cookie-window-banner-zKZ0PcA p {
    text-align: center;
}.digital-tracking-VZC5lmt {
    margin-bottom: 15px;
}.cookies-consent-HY4U10j {
    margin-top: 10px;
    margin-left: 0;
}}



@media (prefers-color-scheme: dark) {.program-information-gX5KpSR {
    background: rgb(136,138,152);
}.program-information-gX5KpSR .text-display-box-rPpT7JV::before {
    background: linear-gradient(120deg, 
                    rgba(30, 30, 30, 0.9) 0%, 
                    rgba(50, 50, 50, 0.95) 100%);
}.program-information-gX5KpSR .text-display-box-rPpT7JV h2 {
    color: #ffffff;
}.program-information-gX5KpSR .text-display-box-rPpT7JV .description {
    color: #ffffff;
    opacity: 0.9;
}
}



@media (prefers-reduced-motion: reduce) {.program-information-gX5KpSR::before,
    .program-information-gX5KpSR .container::before,
    .program-information-gX5KpSR .container::after,
    .program-information-gX5KpSR .text-display-box-rPpT7JV::after,
    .program-information-gX5KpSR:hover .image-frame-wrap-w5O2lvm,
    .program-information-gX5KpSR:hover .text-display-box-rPpT7JV {
    transform: none;
    animation: none;
}.program-information-gX5KpSR .image-frame-wrap-w5O2lvm,
    .program-information-gX5KpSR .text-display-box-rPpT7JV {
    opacity: 1;
    animation: none;
}}



@media screen and (min-width: 768px) and (max-width: 991px) {.contact-form-section-DjBZHSL {
    padding: 80px 0 120px;
}.contact-form-section-DjBZHSL .inquiry-widget-Ji71MWX {
    justify-content: space-between;
    padding: 0 20px 120px;
}.contact-form-section-DjBZHSL .inquiry-widget-Ji71MWX div {
    max-width: calc(50% - 15px);
    flex: 0 0 calc(50% - 15px);
}
}



@media screen and (max-width: 480px) {.contact-form-section-DjBZHSL {
    padding: 40px 0 100px;
}.contact-form-section-DjBZHSL .inquiry-widget-Ji71MWX {
    gap: 20px;
}.contact-form-section-DjBZHSL .inquiry-widget-Ji71MWX div {
    min-height: auto;
    padding: 20px 15px;
}}



@media (max-width: 767px) {header .main-teach-CUM5iGF {
    top: 0;
    position: fixed;
    flex-direction: column;
    z-index: 1001;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
    padding: 80px 30px 30px;
    right: -100%;
    gap: 25px;
    background: rgb(136,138,152);
    max-width: 320px;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    width: 80%;
    height: 100vh;
}header .main-teach-CUM5iGF:before {
    top: 60px;
    left: 10%;
    width: 80%;
    bottom: auto;
}header .main-teach-CUM5iGF:after {
    content: '';
    height: 30px;
    position: absolute;
    width: 30px;
    pointer-events: none;
    top: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    right: 20px;
    border-radius: 50%;
}header .menu.active {
    right: 0;
}header .head-page-IsM7Hcx {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 12px 0;
    width: 100%;
}header .head-page-IsM7Hcx:hover {
    transform: translateX(0);
}header .head-page-IsM7Hcx:last-child {
    border-bottom: none;
}header .head-edu-ZTnCPGw {
    margin: 0 auto;
}
}



@media (max-width: 767px) {footer .gift-card-GvSAnJj {
    padding: 50px 0 30px;
}footer .support-contact-KWCcelt {
    flex-direction: column;
    gap: 15px;
}footer .info_item {
    margin-bottom: 20px;
    margin-right: 0;
}footer .subscribe_holder {
    padding: 20px;
}footer .footer-address-5QimEsw {
    margin-top: 30px;
}
}



@media screen and (max-width: 767px) {.thanksFrame-MyT3l2d {
    padding: 80px 0;
}.thanksFrame-MyT3l2d .creds-sect-E34WdDM {
    padding: 40px 25px;
}.thanksFrame-MyT3l2d h5 {
    font-size: calc(19px * 0.95);
}.thanksFrame-MyT3l2d p {
    font-size: calc(16px * 0.95);
}.thanksFrame-MyT3l2d a {
    padding: 15px;
}
}




@media (max-width: 1200px) {.our-background-nVs69eM {
    padding: 100px 0;
}.our-background-nVs69eM .text-display-box-rPpT7JV {
    padding: 35px 40px;
}.our-background-nVs69eM b {
    font-size: calc(15px * 1.3);
}
}



@media (max-width: 768px) {.our-background-nVs69eM {
    padding: 60px 0;
}.our-background-nVs69eM .text-display-box-rPpT7JV {
    transform: translateZ(0) rotateY(0deg);
    padding: 25px 30px;
}.our-background-nVs69eM h5 {
    margin-bottom: 12px;
    font-size: calc(20px * 0.9);
}.our-background-nVs69eM h5::after {
    bottom: -6px;
    width: 40px;
}.our-background-nVs69eM p {
    margin-bottom: 15px;
    font-size: 15px;
}.our-background-nVs69eM b {
    font-size: calc(15px * 1.1);
}.our-background-nVs69eM li {
    line-height: 1.6;
    font-size: calc(15px * 0.9);
    margin-bottom: 10px;
}.our-background-nVs69eM ol {
    padding-left: 15px;
}
}



@keyframes glow {
    0%, 100% {
        box-shadow: 0 0 5px rgb(136,138,152), 0 0 10px rgb(136,138,152,0.5);
    }
    50% {
        box-shadow: 0 0 15px rgb(136,138,152), 0 0 20px rgb(136,138,152);
    }
}



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



@keyframes followMouse {
    0% {
        opacity: 0;
        transform: scale(0.5) translate(-50%, -50%);
    }
    100% {
        opacity: 0.1;
        transform: scale(1) translate(-50%, -50%);
    }
}



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

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



@keyframes circuit {
    0%, 100% {
        top: -5px;
        left: -5px;
    }
    25% {
        top: -5px;
        left: calc(100% - 5px);
    }
    50% {
        top: calc(100% - 5px);
        left: calc(100% - 5px);
    }
    75% {
        top: calc(100% - 5px);
        left: -5px;
    }
}

