.wrapper-canvas-9248 {
    flex-direction: column;
    min-height: 100%;
    height: 100%;
    display: flex;
}

.nav-train-1365 {
    flex: 1 0 auto;
}

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

.user-reviews-5812::before {
    height: 100%;
    transform: translateX(20%);
    top: 0;
    width: 30%;
    content: "";
    opacity: 0.03;
    position: absolute;
    pointer-events: none;
    right: 0;
    background: linear-gradient(210deg, rgb(192,165,194) 0%, transparent 100%);
}

.user-reviews-5812 .feedback-ratings-5429 {
    box-shadow: 0 8px 24px rgba(rgba(0, 0, 0, 0.5), 0.07);
    position: relative;
    flex-direction: column;
    transform: translateZ(0);
    padding: 1.5rem;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: #ffffff;
    display: flex;
}

.user-reviews-5812 .feedback-ratings-5429 h4 {
    font-size: calc(18px * 0.9);
    position: relative;
    color: #000000;
    margin: 0;
    font-weight: 600;
}

.user-reviews-5812 .description {
    position: relative;
    padding-left: 0.75rem;
    color: #000000;
    line-height: 1.6;
    transition: all 0.3s ease;
    font-size: 13px;
    margin: 0;
    border-left: 1px solid rgba(rgb(192,165,194,0.5), 0.2);
}

.user-reviews-5812 a:hover::before {
    transform: translateX(100%);
}

.learning-profits-5380 {
    font-family: Arial, sans-serif;
    overflow: hidden;
    padding: 80px 0;
    background: linear-gradient(120deg, rgb(230,218,231) 0%, #ffffff 100%);
    position: relative;
}



.learning-profits-5380 .container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
}

.learning-profits-5380 .online-mastery-4961::before {
    position: absolute;
    opacity: 0.2;
    inset: 0;
    z-index: 0;
    background: linear-gradient(-45deg, rgb(192,165,194,0.5) 0%, transparent 40%, transparent 60%, rgb(156,121,159,0.5) 100%);
    content: "";
}

.learning-profits-5380 .content-holder-5027 {
    flex: 1;
    z-index: 2;
}

.learning-profits-5380 h3::after {
    background: linear-gradient(90deg, rgb(192,165,194), rgb(156,121,159));
    border-radius: 10px;
    position: absolute;
    content: "";
    bottom: 0;
    transition: width 0.4s ease;
    width: 80px;
    height: 3px;
    left: 0;
}

.learning-profits-5380 li:hover::before {
    width: 6px;
}

.learning-profits-5380 li p {
    align-items: center;
    display: flex;
    color: #000000;
    margin: 0;
    gap: 18px;
    font-size: 12px;
}

.learning-profits-5380 li:hover svg {
    transform: rotate(10deg) scale(1.1);
    box-shadow: 7px 7px 15px rgba(0, 0, 0, 0.15);
}

.potential-students-8751::after {
    filter: blur(1px);
    content: "";
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    position: absolute;
    opacity: 0.1;
    background: 
        linear-gradient(90deg, transparent 47%, rgb(192,165,194,0.5) 47%, rgb(192,165,194,0.5) 53%, transparent 53%),
        linear-gradient(0deg, transparent 47%, rgb(156,121,159,0.5) 47%, rgb(156,121,159,0.5) 53%, transparent 53%);
    background-size: 40px 40px;
}

.potential-students-8751 ul li::before {
    width: 10px;
    height: 10px;
    left: -5px;
    top: -5px;
    content: "";
    border-radius: 50%;
    background: rgb(192,165,194);
    position: absolute;
}

.potential-students-8751 ul li:hover {
    border-left: 3px solid rgb(156,121,159);
    transform: translateY(-5px);
    border-bottom: 3px solid rgb(192,165,194);
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -15px -15px 30px rgba(255, 255, 255, 0.6);
}

.potential-students-8751 ul li:hover svg path {
    fill: rgb(156,121,159);
}

.potential-students-8751 ul li:nth-child(even) {
    animation: lightsOn 5s infinite alternate-reverse;
}

.title-portal-0659::after {
    z-index: 0;
    height: 40%;
    position: absolute;
    animation: float 12s infinite alternate-reverse ease-in-out;
    right: -5%;
    background: rgb(156,121,159,0.5);
    opacity: 0.15;
    content: "";
    border-radius: 50% 40% 30% 60%;
    bottom: -5%;
    filter: blur(60px);
    width: 30%;
}

.title-portal-0659 h1:hover::after {
    width: 150px;
}

.title-portal-0659 .learn-head-8640 {
    padding: 2.5rem;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    transform: translateZ(0);
    box-shadow: 8px 8px 30px rgba(0, 0, 0, 0.05),
                -8px -8px 30px rgba(255, 255, 255, 0.8),
                inset 1px 1px 1px rgba(255, 255, 255, 0.6),
                inset -1px -1px 1px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.85);
    border-radius: 12px;
    max-width: 600px;
    backdrop-filter: blur(10px);
    width: 100%;
}

.title-portal-0659 .contact-reach-0489::before {
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0) 100%);
    height: 100%;
    left: -100%;
    position: absolute;
    pointer-events: none;
    content: "";
    transition: all 0.5s ease;
    width: 100%;
    top: 0;
}

.title-portal-0659 .img-border-5607::after {
    height: 100%;
    left: 0;
    content: "";
    background: linear-gradient(135deg, rgba(94,170,168,0.2) 0%, rgba(255,255,255,0) 70%);
    width: 100%;
    z-index: 1;
    top: 0;
    position: absolute;
}

#bannerCookieNotice-3654 {
    display: none;
}

.cookie-banner-dialog-2307 {
    bottom: 0;
    border-top: 3px solid rgb(192,165,194);
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.5);
    z-index: 90;
    font-family: Arial, sans-serif;
    position: fixed;
    width: 100%;
    padding: 20px 0;
    background: rgb(156,121,159);
}

.visitor-privacy-5037 {
    text-align: center;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    line-height: 40px;
    border-radius: 10px;
    background: rgb(192,165,194);
    font-size: 18px;
    text-decoration: none;
    padding: 10px 20px;
    min-width: 140px;
    border: 2px solid rgb(192,165,194);
    white-space: nowrap;
    flex-shrink: 0;
    color: #000000;
    cursor: pointer;
    margin-left: 10px;
}

.test-drive-1378:hover::before {
    transform: skewY(-5deg) translateY(10px);
}

.test-drive-1378 h6 {
    letter-spacing: 0.025em;
    font-size: calc(19px * 1.2);
    color: #ffffff;
    position: relative;
    font-weight: 600;
    transform: translateZ(20px);
    max-width: 800px;
    line-height: 1.5;
    text-align: center;
    margin: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding-bottom: 1.5rem;
}

.test-drive-1378 div span:hover {
    transform: perspective(800px) rotateX(10deg) translateY(-5px);
}

.test-drive-1378 .contact-reach-0489:hover {
    color: rgb(156,121,159);
    transform: translateY(-2px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 
                0 10px 10px rgba(0, 0, 0, 0.05),
                0 0 0 8px rgba(255, 255, 255, 0.2);
    background: #ffffff;
}

.test-drive-1378 .contact-reach-0489:hover span {
    transform: scale(1.05);
}

.company-overview-6487::after {
    position: absolute;
    content: "";
    opacity: 0.1;
    transform: rotate(45deg);
    right: -50px;
    background: rgb(192,165,194);
    bottom: -50px;
    z-index: -1;
    animation: float 15s infinite ease-in-out;
    filter: blur(30px);
    width: 300px;
    height: 300px;
}

.company-overview-6487 .content-holder-5027:hover {
    transform: translateY(-5px);
}

.company-overview-6487 .content-holder-5027 > div {
    position: relative;
}

.company-overview-6487 .content-holder-5027 p {
    margin-bottom: 20px;
    font-weight: 600;
    color: rgb(192,165,194);
    transition: color 0.3s ease;
    padding-right: 50px;
    font-size: calc(23px * 1.1);
    display: inline-block;
    position: relative;
}

.secure-grotto-7216 {
    color: #000000;
    font-family: Arial, sans-serif;
    overflow: hidden;
    width: 100%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
    height: auto;
    transition: background-color 0.3s, box-shadow 0.3s;
    padding: 40px;
}

.secure-grotto-7216 li {
    color: #000000;
    line-height: 1.6;
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: 400;
}

footer {
    font-family: Arial, sans-serif;
    z-index: 1;
    color: #ffffff;
    position: relative;
}

.trust-badge-6248 .container {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    justify-content: space-between;
    z-index: 1;
}

.trust-badge-6248 .company_holder:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 
                inset 0 0 0 1px rgba(255, 255, 255, 0.15),
                0 0 20px rgb(192,165,194,0.5);
}

.trust-badge-6248 .company_holder:hover h3::after {
    transform: scaleX(1);
}

.trust-badge-6248 .main-teach-3258 {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.trust-badge-6248 .main-class-1479 {
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.05);
    padding: 1.5rem;
    overflow: hidden;
    transition: all 0.3s ease;
    flex: 1 1 200px;
    border-radius: 29px;
    position: relative;
}

.trust-badge-6248 .main-class-1479 a::before {
    z-index: -1;
    background: linear-gradient(to right, rgb(192,165,194), rgb(156,121,159));
    transition: width 0.3s ease;
    position: absolute;
    bottom: 0;
    width: 0;
    left: 0;
    content: "";
    height: 1px;
}

.site-map-6235 .partner-logo-3546:hover {
    color: #ffffff;
    box-shadow: 0 0 15px rgb(192,165,194,0.5);
    background: rgba(0, 0, 0, 0.2);
}

.trust-badge-6248 .main-teach-3258 a:hover::after {
    transform: translateY(-50%) scale(1);
}

.trust-badge-6248 .exam-prep-9104::after {
    transition: width 0.5s ease 0.3s, height 0.5s ease;
    width: 0;
    position: absolute;
    height: 0;
    bottom: -10px;
    right: -10px;
    content: "";
    border: 1px solid transparent;
}

.reach-us-3486::before {
    right: 0;
    top: 0;
    opacity: 0.35;
    transform: translateX(20%) skewX(-15deg);
    position: absolute;
    background: linear-gradient(210deg, rgb(156,121,159,0.5) 0%, transparent 80%);
    width: 45%;
    z-index: 0;
    height: 100%;
    content: "";
}

.reach-us-3486 h1:hover::after {
    transform: translateX(-50%) scaleX(1.2);
}

.reach-us-3486 .quick-reach-3614 {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    transform: translateY(0);
    border-radius: 13px;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    display: grid;
    padding: 2.5rem;
    background: #ffffff;
}

.reach-us-3486 span {
    line-height: 1.5;
    display: block;
    margin-left: 30px;
    font-size: 18px;
    color: #000000;
}

.reach-us-3486 .reach-team-5813 > div:hover {
    transform: translateX(5px);
}

.reach-us-3486 .quick-request-5719 svg {
    transition: transform 0.3s ease;
    margin-left: 10px;
}

.reach-us-3486 svg path {
    fill: rgb(156,121,159);
    transition: fill 0.3s ease;
}

.academic-experience-2384::after {
    background: linear-gradient(220deg, rgb(156,121,159,0.5) 10%, rgb(192,165,194,0.5) 90%);
    width: 15rem;
    position: absolute;
    height: 15rem;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    z-index: 1;
    transform: rotate(12deg);
    bottom: -5%;
    content: "";
    left: -5%;
    opacity: 0.08;
}

.academic-experience-2384 .img-border-5607 {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    height: 180px;
    width: 180px;
    transform: rotate(-3deg);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border: 4px solid #ffffff;
}

.academic-experience-2384 .career-overview-6983 {
    margin: 0;
    position: relative;
    line-height: 1.8;
    font-size: 12px;
    padding-left: 1.5rem;
    color: #000000;
}

.tariff-feature-7510::before {
    transform: rotate(-15deg);
    position: absolute;
    background: linear-gradient(120deg, rgb(192,165,194,0.5) 20%, rgb(156,121,159,0.5) 80%);
    width: 40%;
    border-radius: 10px;
    top: -10%;
    z-index: 0;
    height: 70%;
    right: -5%;
    opacity: 0.1;
    content: "";
}

.tariff-feature-7510 .skill-plans-7152 h2::after {
    background: linear-gradient(90deg, transparent, rgb(192,165,194), transparent);
    position: absolute;
    transform: translateX(-50%);
    content: "";
    height: 3px;
    width: 70%;
    bottom: -0.75rem;
    left: 50%;
}

.tariff-feature-7510 .study-rates-0526:hover::before {
    transform: translateY(0);
}

.tariff-feature-7510 .cost-fee-1538 {
    flex: 1;
    flex-direction: column;
    position: relative;
    display: flex;
    padding: 2rem 1.75rem;
}

.tariff-feature-7510 .cost-fee-1538 .annual-fee-1209::after {
    bottom: -0.75rem;
    background: rgb(192,165,194,0.5);
    width: 40px;
    left: 0;
    content: "";
    height: 2px;
    position: absolute;
}

.tariff-feature-7510 .study-rates-0526:hover .img-border-5607 {
    transform: scale(1.05);
}

.course-program-info-3548 {
    overflow: hidden;
    background-color: rgb(230,218,231);
    position: relative;
    padding: 120px 0;
}

.course-program-info-3548::after {
    position: absolute;
    background: radial-gradient(circle at center, rgb(192,165,194,0.5) 0%, transparent 70%);
    opacity: 0.15;
    width: 100%;
    content: "";
    z-index: 2;
    left: 0;
    top: 0;
    height: 100%;
}

.course-program-info-3548 .content-holder-5027 h2 {
    font-size: 38px;
    color: #000000;
    font-weight: 700;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
    text-align: center;
}

.course-program-info-3548 .content-holder-5027 .description {
    color: #000000;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.8;
    text-align: center;
}

.course-program-info-3548 .img-border-5607::before {
    left: 0;
    opacity: 0.3;
    height: 100%;
    content: "";
    top: 0;
    background: linear-gradient(135deg, rgb(192,165,194,0.5) 0%, transparent 50%);
    position: absolute;
    z-index: 1;
    width: 100%;
}

.contact-us-1478::before {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    background: rgb(230,218,231);
    content: "";
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(192,165,194,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(156,121,159,0.5) 0%, transparent 30%);
    position: absolute;
}

.contact-us-1478 .message-map-6308 {
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgb(192,165,194,0.5);
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    display: flex;
}

.contact-us-1478 .img-border-5607::before {
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    position: absolute;
    content: "";
}

.contact-us-1478 .inquiry-support-9875::before {
    content: "";
    background: rgb(192,165,194,0.5);
    top: -100px;
    z-index: 0;
    position: absolute;
    right: -100px;
    filter: blur(100px);
    width: 200px;
    opacity: 0.3;
    height: 200px;
}

.contact-us-1478 form input[type="text"] {
    border: 1px solid rgb(192,165,194,0.5);
    color: #000000;
    width: 100%;
    background: rgb(230,218,231);
    transition: all 0.3s ease;
    padding: 18px 25px;
    border-radius: 8px;
    margin-bottom: 25px;
    font-size: 13px;
}

.contact-us-1478 .support-inquiry-6948 input[type="checkbox"]:checked + label::after {
    position: absolute;
    height: 12px;
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
    border: solid #ffffff;
    width: 6px;
    top: 4px;
    left: 8px;
    content: "";
}

.contact-us-1478 .contact-reach-0489 {
    border: none;
    transition: all 0.3s ease;
    width: 100%;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
    padding: 18px 30px;
    overflow: hidden;
    background: rgb(192,165,194);
    font-weight: 700;
    position: relative;
    box-shadow: 
        0 5px 15px rgb(192,165,194,0.5),
        0 0 0 1px rgb(192,165,194);
    cursor: pointer;
    letter-spacing: 1px;
    border-radius: 8px;
}

header .top-site-6134 {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

header .top-head-9182:hover::before {
    opacity: 1;
}

header .top-head-9182 svg {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    width: 150px;
    height: auto;
    transition: all 0.3s ease;
}

header .top-head-9182:hover svg {
    transform: scale(1.03);
}

header .nav-info-4182 {
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    font-weight: 600;
    font-family: Arial, sans-serif;
    padding: 0.6rem 1.2rem;
    z-index: 1;
    font-size: 19px;
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
    position: relative;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    text-decoration: none;
}

.metrics-summary-0179 .statistics-pluses-0495 {
    padding: 40px;
    background: rgba(255, 255, 255, 0.05);
    flex-direction: column;
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    display: flex;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.metrics-summary-0179 .study-edge-0534::after {
    bottom: 0;
    right: 10px;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgba(255, 255, 255, 0.1) 20%, 
        rgba(255, 255, 255, 0.1) 80%, 
        transparent 100%);
    left: 10px;
    height: 1px;
}

.metrics-summary-0179 .study-statistics-4289 {
    margin-bottom: 15px;
    display: flex;
    position: relative;
    justify-content: center;
    height: 40px;
    width: 40px;
    align-items: center;
}

.metrics-summary-0179 .extra-pro-8659:hover .study-statistics-4289 svg path {
    fill: rgb(192,165,194);
}

.metrics-summary-0179 .extra-pro-8659:nth-child(3) span {
    animation-delay: 0.4s;
}

.metrics-summary-0179 .extra-pro-8659:nth-child(1) {
    animation: fadeInSlide 0.4s ease forwards;
}

.metrics-summary-0179 .extra-pro-8659:nth-child(3) {
    animation: fadeInSlide 0.4s ease forwards 0.2s;
}

.thankYouDiv-5862::after {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    background-size: 8rem 8rem;
    pointer-events: none;
    height: 100%;
    content: "";
    opacity: 0.4;
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(rgb(192,165,194,0.5), 0.05) 1px, transparent 2px),
        radial-gradient(circle at 30% 70%, rgba(rgb(192,165,194,0.5), 0.06) 1px, transparent 2px),
        radial-gradient(circle at 70% 40%, rgba(rgb(192,165,194,0.5), 0.05) 1px, transparent 2px),
        radial-gradient(circle at 90% 80%, rgba(rgb(192,165,194,0.5), 0.05) 1px, transparent 2px);
}

.thankYouDiv-5862 h5::before {
    height: 0.5rem;
    position: absolute;
    background: rgb(192,165,194);
    animation: pulse 3s infinite ease-in-out;
    content: "";
    left: 0;
    border-radius: 50%;
    width: 0.5rem;
    box-shadow: 0 0 10px rgba(rgb(192,165,194,0.5), 0.5);
    top: 0.5rem;
}


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



@media (max-width: 768px) {.user-reviews-5812 {
    padding: 3.5rem 0;
}.user-reviews-5812 h2 {
    text-align: center;
    font-size: calc(31px * 0.85);
    margin-bottom: 2rem;
    transform: none;
}.user-reviews-5812 h2::after {
    left: 50%;
    transform: translateX(-50%);
}.user-reviews-5812 .student-views-9216 {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.25rem;
}.user-reviews-5812 a {
    display: block;
    margin-right: auto;
    max-width: 200px;
    text-align: center;
    margin-left: auto;
}
}



@media (max-width: 768px) {.potential-students-8751 {
    padding: 60px 0;
}.potential-students-8751 ul {
    gap: 20px;
    grid-template-columns: 1fr;
}.potential-students-8751 ul li {
    padding: 20px 20px 20px 65px;
}.potential-students-8751 h3 {
    margin-bottom: 40px;
    font-size: calc(30px * 0.8);
}
}



@media (min-width: 768px) {.title-portal-0659 .online-mastery-4961 {
    align-items: center;
    flex-direction: row;
    padding: 4rem;
    flex-wrap: wrap;
    justify-content: space-between;
}.title-portal-0659 h1 {
    max-width: 70%;
    font-size: calc(42px * 1.2);
}.title-portal-0659 .content-holder-5027 {
    width: 50%;
    margin-bottom: 0;
}.title-portal-0659 .img-border-5607 {
    margin-top: 0;
    width: 45%;
    height: 450px;
}
}


@media only screen and (max-width: 1200px) {.cookie-banner-dialog-2307 {
    padding: 15px 0;
}.cookie-tips-7620 {
    padding: 15px 5%;
}.cookie-frame-6804 {
    display: none;
}.cookie-tips-7620 {
    flex-direction: column;
    align-items: center;
    text-align: center;
}.cookie-banner-dialog-2307 h5 {
    font-size: 19px;
    margin-bottom: 10px;
}.data-approval-1840 {
    margin-bottom: 15px;
}.visitor-privacy-5037 {
    margin: 10px 0;
    min-width: 100%;
}}



@media (min-width: 768px) {.company-overview-6487 {
    padding: 150px 0 130px;
}.company-overview-6487 .content-holder-5027 {
    padding: 60px 70px;
}.company-overview-6487 .content-holder-5027 div > div {
    column-count: 2;
}.company-overview-6487 h2 {
    margin-bottom: 80px;
    transform: translateX(-20px);
}
}



@media (prefers-reduced-motion) {.company-overview-6487::after {
    animation: none;
}.company-overview-6487 .content-holder-5027:hover {
    transform: none;
}.company-overview-6487 h2:hover::after {
    transform: scaleX(1);
}}



@media (max-width: 992px) {.trust-badge-6248 {
    padding: 3.5rem 0 2rem;
}.trust-badge-6248 .container {
    flex-direction: column;
}.trust-badge-6248 .company_holder {
    flex: 1 1 100%;
    margin-bottom: 2rem;
    margin-right: 0;
}.trust-badge-6248 .mod-tools-6591 {
    flex: 1 1 100%;
}.trust-badge-6248 .mod-tools-6591 .main-teach-3258 {
    justify-content: space-between;
}.trust-badge-6248 .main-class-1479 {
    flex: 1 1 calc(50% - 1rem);
}
}



@media (min-width: 992px) {.reach-us-3486 {
    padding: 6rem 4rem;
}.reach-us-3486 .quick-reach-3614 {
    gap: 2rem;
    grid-template-columns: 1.5fr 1fr 1fr;
}.reach-us-3486 .quick-reach-3614 > div:first-child {
    grid-row: 1 / 3;
    grid-column: 1;
    padding: 3rem;
    display: flex;
    align-items: center;
}.reach-us-3486 .quick-reach-3614 > div {
    border-left: 3px solid transparent;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.reach-us-3486 .reach-team-5813 {
    gap: 1.5rem;
}
}



@media (max-width: 767px) {.academic-experience-2384 {
    padding: 3rem 0;
}.academic-experience-2384 .feedback-ratings-5429 {
    padding: 2rem;
}.academic-experience-2384 .img-border-5607 {
    height: 150px;
    width: 150px;
}.academic-experience-2384 .name {
    font-size: calc(23px - 0.1rem);
}.academic-experience-2384 .career-overview-6983 {
    line-height: 1.6;
    font-size: calc(12px - 0.1rem);
}
}



@media (max-width: 767px) {.tariff-feature-7510 {
    padding: 4rem 0;
}.tariff-feature-7510 .skill-plans-7152 h2 {
    font-size: calc(31px * 0.9);
}.tariff-feature-7510 .cost-fee-1538 h3 {
    font-size: 22px;
}.tariff-feature-7510 .cost-fee-1538 .annual-fee-1209 {
    font-size: calc(22px * 1.15);
}.tariff-feature-7510 .img-border-5607 {
    height: 160px;
}
}



@media (min-width: 1200px) {.course-program-info-3548 .pro-skills-0528 {
    align-items: center;
    display: flex;
    flex-direction: column;
}.course-program-info-3548 .content-holder-5027 {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}.course-program-info-3548 .content-holder-5027 h2 {
    width: 100%;
}.course-program-info-3548 .content-holder-5027 .description {
    position: relative;
    padding: 0 15px;
    text-align: left;
    width: calc(50% - 30px);
}.course-program-info-3548 .content-holder-5027 .description:first-of-type::after {
    content: "";
    right: 0;
    top: 0;
    background: linear-gradient(to bottom, transparent, rgb(192,165,194,0.5), transparent);
    height: 100%;
    position: absolute;
    width: 1px;
}.course-program-info-3548 .img-border-5607 {
    margin-top: 60px;
    border-radius: calc(27px * 2);
    max-width: 80%;
    height: 450px;
}.course-program-info-3548 .pro-skills-0528::after {
    display: none;
}
}



@media (max-width: 480px) {.contact-us-1478 {
    padding: 50px 0;
}.contact-us-1478 h2 {
    margin-bottom: 30px;
    font-size: calc(47px * 0.7);
}.contact-us-1478 .img-border-5607 {
    min-height: 200px;
}.contact-us-1478 .inquiry-support-9875 {
    padding: 30px 20px;
}.contact-us-1478 form h3 {
    margin-bottom: 25px;
    font-size: calc(19px * 0.9);
}.contact-us-1478 form input[type="text"] {
    padding: 12px 15px;
    margin-bottom: 15px;
}.contact-us-1478 .support-inquiry-6948 {
    margin-bottom: 20px;
}.contact-us-1478 .support-inquiry-6948 label {
    font-size: calc(15px * 0.9);
}.contact-us-1478 .contact-reach-0489 {
    padding: 12px 20px;
}}



@media screen and (max-width: 576px) {.metrics-summary-0179 {
    padding: 70px 0;
}.metrics-summary-0179 .container {
    padding: 0 15px;
}.metrics-summary-0179 .statistics-pluses-0495 {
    padding: 20px;
}.metrics-summary-0179 .extra-experts-3094 {
    margin-bottom: 12px;
    width: 45px;
    height: 45px;
    padding: 10px;
}.metrics-summary-0179 .statistics-zone-5413 {
    font-size: calc(35px - 6px);
}.metrics-summary-0179 .statistics-edge-4095 {
    font-size: calc(13px - 2px);
}.metrics-summary-0179 .extra-pro-8659 {
    min-width: calc(85% - 20px);
    padding: 15px;
}.metrics-summary-0179 .study-statistics-4289 {
    width: 30px;
    height: 30px;
}.metrics-summary-0179 .study-statistics-4289::after {
    height: 36px;
    width: 36px;
}.metrics-summary-0179 .extra-pro-8659 span {
    font-size: calc(23px - 1px);
}.metrics-summary-0179 .extra-pro-8659 p {
    font-size: calc(13px - 2px);
}}

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



@keyframes lightsOn {
    0% {
        box-shadow: 
            10px 10px 20px rgba(0, 0, 0, 0.05),
            -10px -10px 20px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 
            10px 10px 20px rgba(0, 0, 0, 0.05),
            -10px -10px 20px rgba(255, 255, 255, 0.5),
            0 0 15px rgb(192,165,194,0.5);
    }
}



@keyframes pulsate {
    0%, 100% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.6;
        transform: scale(1.05);
    }
}

@keyframes backgroundMove {
    0% {
        background-position: 0 0, 0 0, 0 0, 0 0;
    }
    100% {
        background-position: 60px 60px, 60px 60px, 0 0, 0 0;
    }
}

