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

header,footer {
    width: 100%;
}


header {
    z-index: 100;
    position: relative;
    padding: 1.5rem 0;
    box-shadow: 0 5px 15px rgb(208,198,212,0.5);
    background: linear-gradient(to right, rgb(238,234,239), #ffffff);
}

header .main-base-5cbF {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.2rem;
}

header .site-navbar-gflh svg {
    transition: transform 0.3s ease;
    width: 180px;
    height: auto;
}

header .site-navbar-gflh:hover svg {
    transform: scale(1.05);
}

header .head-know-9YVs {
    border-radius: 10px;
    font-family: Arial, sans-serif;
    font-size: 17px;
    font-weight: 400;
    background: #ffffff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    text-decoration: none;
    padding: 0.6rem 1.2rem;
    transition: all 0.3s ease;
    color: #000000;
}

.privacy-compartment-Im1X h2 {
    color: #000000;
    font-weight: 600;
    margin: 15px 0;
    font-size: 29px;
}

.privacy-compartment-Im1X div {
    margin-top: 20px;
}

.cookieNoticeContainer-5f17 {
    flex-direction: column;
    border-radius: 25px;
    transform: translateX(-50%);
    overflow: hidden;
    max-width: 600px;
    text-align: center;
    position: fixed;
    padding: 20px;
    left: 50%;
    font-family: Arial, sans-serif;
    width: 90%;
    background: rgb(238,234,239);
    display: flex;
    align-items: center;
    bottom: 20px;
    z-index: 1050;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}

.cookie_button.online-cookies-1O2S {
    background: rgba(0, 0, 0, 0.5);
}

.cookieNoticeContainer-5f17 p a {
    transition: color 0.3s ease-in-out;
    color: rgb(208,198,212);
    text-decoration: underline;
}


#cookieWarningBanner-KfmB {
    display: none;
}

.teacher-profile-9Q5z {
    background: rgb(238,234,239);
    position: relative;
    overflow: hidden;
    padding: 5rem 2rem;
}

.teacher-profile-9Q5z .learn-reviews-dErk {
    display: flex;
    position: relative;
    flex-direction: column;
    margin: 0 auto;
    max-width: 600px;
    z-index: 1;
}

.teacher-profile-9Q5z .full-width-image-6rcD::before {
    position: absolute;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.5) 100%);
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    content: "";
    z-index: 1;
}

.teacher-profile-9Q5z .experience-log-Njr8 {
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
    z-index: 3;
    background: #ffffff;
    transform: translateY(0);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    margin: -80px auto 0;
    border-radius: 10px;
    position: relative;
    width: 90%;
    padding: 2.5rem 2rem 2rem;
}

.teacher-profile-9Q5z .experience-log-Njr8 div:nth-child(2)::after {
    content: "";
    display: block;
    width: 40px;
    margin: 1rem auto 0;
    background: rgb(208,198,212,0.5);
    height: 3px;
}

.teacher-profile-9Q5z .work-card-yWTY::after {
    bottom: -0.5rem;
    right: 0;
}

.teacher-profile-9Q5z .learn-reviews-dErk:hover .experience-log-Njr8 {
    transform: translateY(20px);
}

.ty-page-Xa6D::before {
    position: absolute;
    background: radial-gradient(circle at 75% 25%, rgb(208,198,212,0.5) 0%, transparent 50%);
    left: 0;
    pointer-events: none;
    width: 100%;
    top: 0;
    content: "";
    z-index: 1;
    height: 100%;
}

.ty-page-Xa6D .quick-skill-L7dU {
    position: relative;
    animation: slide-in 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    flex-direction: column;
    gap: 2.5rem;
    transform: translateX(-20px);
    opacity: 0;
    display: flex;
}

.ty-page-Xa6D .quick-skill-L7dU > div:last-child::after {
    bottom: 0;
    content: "";
    transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: left;
    transform: scaleX(0);
    left: 0;
    animation: line-grow 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.8s forwards;
    position: absolute;
    height: 4px;
    background: linear-gradient(90deg, rgb(208,198,212), rgb(173,161,179));
    width: 100%;
}

.ty-page-Xa6D a:hover {
    transform: translateY(-5px);
}

.ty-page-Xa6D a:hover p {
    color: rgb(208,198,212);
}

.program-details-BTg8 {
    min-height: 100vh;
    position: relative;
    background-color: rgb(238,234,239);
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}

.program-details-BTg8 .online-learn-7eXv {
    overflow: hidden;
    height: 100%;
    width: 20%;
    position: relative;
}

.program-details-BTg8 .online-learn-7eXv:hover img {
    filter: brightness(0.9) contrast(1.05);
    transform: scale(1);
}

.program-details-BTg8 .online-learn-7eXv::after {
    height: 100%;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 2px,
            rgba(var(--primary-color, 0, 204, 204), 0.03) 2px,
            rgba(var(--primary-color, 0, 204, 204), 0.03) 4px
        ),
        radial-gradient(
            circle at 80% 20%,
            transparent 0%,
            rgba(0, 0, 0, 0.5) 70%
        );
    position: absolute;
    z-index: 1;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
}

.program-details-BTg8 .online-learn-7eXv::after {
    animation: tech-grid 15s linear infinite;
}

.program-details-BTg8 .job-training-m7yk::after {
    animation: shine-effect 10s ease-in-out infinite;
    transform: translateX(-100%);
    background: 
        linear-gradient(
            45deg,
            transparent 40%,
            rgba(var(--primary-color, 0, 204, 204), 0.03) 45%,
            rgba(var(--primary-color, 0, 204, 204), 0.03) 55%,
            transparent 60%
        );
    z-index: -1;
    top: 0;
    right: 0;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
}

.program-details-BTg8 .job-training-m7yk:hover h3::after {
    width: 60%;
}

.program-details-BTg8 .job-training-m7yk .support-feedback-jNlP {
    font-weight: 600;
    box-shadow: 0 8px 25px rgb(208,198,212,0.5);
    border-radius: 10px;
    padding: 1rem 2.5rem;
    font-size: 16px;
    text-decoration: none;
    background: linear-gradient(
        45deg,
        rgb(208,198,212) 0%,
        rgb(173,161,179) 100%
    );
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    position: relative;
    color: #ffffff;
}

.program-details-BTg8 .job-training-m7yk .support-feedback-jNlP {
    font-size: calc(16px * 0.9);
    padding: 0.75rem 1.75rem;
}



.program-details-BTg8::before {
    z-index: 1;
    width: 100%;
    opacity: 0.7;
    left: 0;
    content: "";
    top: 0;
    position: absolute;
    background: 
        linear-gradient(
            0deg,
            #000000 0%,
            transparent 100%
        );
    height: 100%;
}

.program-details-BTg8 .online-learn-7eXv:nth-child(3)::before {
    animation-delay: 4s;
}

.design-res-5SEV::before {
    width: 100%;
    top: 0;
    opacity: 0.07;
    background: 
        linear-gradient(135deg, rgb(208,198,212,0.5) 0%, transparent 70%),
        linear-gradient(225deg, rgb(173,161,179,0.5) 0%, transparent 70%);
    position: absolute;
    left: 0;
    height: 100%;
    content: '';
    z-index: 0;
}

.design-res-5SEV .info_item {
    transition: all 0.3s ease;
    width: 25%;
    position: relative;
    padding: 0.5rem 1rem;
    flex: 0 0 auto;
}

.design-res-5SEV .info_item:first-child::before {
    display: none;
}

.design-res-5SEV .info_item p,
.design-res-5SEV .info_item a {
    justify-content: center;
    transition: all 0.3s ease;
    align-items: center;
    color: #000000;
    text-decoration: none;
    font-size: calc(12px - 1px);
    font-weight: 400;
    text-align: center;
    gap: 0.75rem;
    display: flex;
}

.design-res-5SEV .nav-lead-3RUQ svg {
    height: auto;
    max-width: 160px;
    transition: all 0.3s ease;
}

.design-res-5SEV .access-cta-dC0A {
    color: #000000;
    padding-left: 2rem;
    position: relative;
    line-height: 1.6;
    font-size: 16px;
}

.design-res-5SEV .header-main-Y6k4::before {
    left: 0;
    border-radius: 15px;
    z-index: -1;
    position: absolute;
    content: '';
    width: 100%;
    top: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.02);
}

.design-res-5SEV .head-sitebar-eocK:first-child {
    position: relative;
}

.design-res-5SEV .head-sitebar-eocK a::before {
    transform: translateY(-50%);
    width: 6px;
    position: absolute;
    top: 50%;
    left: 0;
    border-radius: 50%;
    height: 6px;
    transition: all 0.3s ease;
    background-color: rgb(173,161,179,0.5);
    content: '';
}

.design-res-5SEV .subscribe_holder h5 {
    font-size: 20px;
    color: #000000;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.design-res-5SEV .subscribe_holder p {
    line-height: 1.6;
    font-size: 12px;
    color: #000000;
}

.design-res-5SEV .input_holder input[type="email"] {
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 12px;
    padding: 1.125rem 1.25rem;
    color: #000000;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.design-res-5SEV .mail-block-gKcM::before {
    height: 100%;
    background: linear-gradient(135deg, rgb(173,161,179) 0%, rgb(208,198,212) 100%);
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: opacity 0.3s ease;
    opacity: 0;
    content: '';
}

.design-res-5SEV .referral-prog-UTF7::before {
    top: 0;
    width: 40%;
    background: rgba(0, 0, 0, 0.1);
    content: '';
    left: 30%;
    position: absolute;
    height: 1px;
}

.client-feedback-QN6Z::after {
    top: -5%;
    opacity: 0.03;
    right: -5%;
    height: 40%;
    z-index: 0;
    content: "";
    transform: rotate(-15deg) skew(10deg);
    position: absolute;
    background: rgb(208,198,212,0.5);
    width: 40%;
}

.client-feedback-QN6Z h2::after {
    position: absolute;
    transform-origin: left center;
    height: 3px;
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    bottom: -0.8rem;
    left: 0;
    width: 5rem;
    background: linear-gradient(90deg, rgb(208,198,212) 0%, rgb(173,161,179) 100%);
    content: "";
}

.client-feedback-QN6Z .learn-reviews-dErk::before {
    z-index: -1;
    font-size: 8rem;
    right: 1rem;
    top: -2rem;
    font-family: Arial, sans-serif;
    color: rgb(208,198,212);
    opacity: 0.07;
    line-height: 1;
    content: "";
    position: absolute;
}

.client-feedback-QN6Z .learn-reviews-dErk:nth-child(3n) {
    border-left: 3px solid rgb(173,161,179);
}

.client-feedback-QN6Z .learn-reviews-dErk div {
    width: 3.5rem;
    margin-top: auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    height: 3.5rem;
    position: relative;
    overflow: hidden;
    transition: transform 0.4s ease;
    transform: rotate(-3deg);
    border: 2px solid rgba(var(--primary-color-rgb), 0.1);
    border-radius: 50%;
}

.training-benefits-LrJk::after {
    width: 40%;
    content: "";
    right: -5%;
    z-index: 0;
    position: absolute;
    bottom: -5%;
    height: 40%;
    pointer-events: none;
    background: radial-gradient(circle, rgb(173,161,179,0.5) 0%, transparent 70%);
}

.training-benefits-LrJk .container {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
}

.training-benefits-LrJk .quick-skill-L7dU:hover {
    transform: translateY(-10px);
}

.training-benefits-LrJk .quick-skill-L7dU:hover .full-width-image-6rcD {
    transform: scale(1.05);
}

.training-benefits-LrJk .text-box-wrapper-yusq {
    position: relative;
    padding: 2rem;
}

.training-benefits-LrJk li {
    display: flex;
    transform: translateX(0);
    padding-left: 2.5rem;
    transition: transform 0.3s ease-out;
    align-items: flex-start;
    position: relative;
}

.training-benefits-LrJk li svg {
    transition: transform 0.3s ease;
    width: 24px;
    position: absolute;
    height: 24px;
    top: 3px;
    left: 0;
}

.training-benefits-LrJk li:hover svg path:first-child {
    fill: rgb(173,161,179);
}

.training-benefits-LrJk li:nth-child(even) {
    animation-delay: calc(0.1s * var(--i, 0));
    transform: translateY(0);
    animation: fadeInFromRight 0.5s forwards;
    opacity: 0;
}

.sign-up-for-updates-jWqw .quick-skill-L7dU {
    z-index: 2;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}

.sign-up-for-updates-jWqw .request-inquiry-wsri:hover {
    transform: perspective(1000px) rotateY(0);
}

.sign-up-for-updates-jWqw .input_holder {
    gap: 15px;
    position: relative;
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
}

.sign-up-for-updates-jWqw input[type="email"]:focus {
    box-shadow: 0 12px 28px rgb(173,161,179,0.5);
    outline: none;
    transform: translateY(-3px);
}

.sign-up-for-updates-jWqw .mail-block-gKcM::before {
    top: 0;
    left: -100%;
    transition: all 0.4s ease;
    background: linear-gradient(135deg, rgb(173,161,179) 0%, rgb(208,198,212) 100%);
    content: "";
    height: 100%;
    z-index: -1;
    width: 100%;
    position: absolute;
}

.plan-option-YWbI::before {
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    position: absolute;
    content: "";
    top: 0;
}

.plan-option-YWbI h2 {
    color: #ffffff;
    display: inline-block;
    font-weight: 700;
    font-size: 33px;
    transform: translateX(-5%);
    position: relative;
    margin-bottom: 20px;
}

.plan-option-YWbI h2::after {
    background: linear-gradient(90deg, rgb(208,198,212) 0%, rgb(173,161,179) 100%);
    bottom: -8px;
    content: "";
    position: absolute;
    left: 0;
    height: 3px;
    width: 60%;
}

.plan-option-YWbI .payment-deals-Fkf2 li {
    transition: transform 0.4s ease;
    transform-style: preserve-3d;
    perspective: 1000px;
}

.plan-option-YWbI .learning-package-UKZt {
    backdrop-filter: blur(10px);
    position: relative;
    height: 100%;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 8px;
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.12) 0%, 
        rgba(255,255,255,0.05) 100%);
    padding: 5px;
    box-shadow: 0 15px 25px rgba(0,0,0,0.2), 
                0 5px 10px rgba(0,0,0,0.1), 
                inset 0 1px 1px rgba(255,255,255,0.1);
    overflow: hidden;
    transition: all 0.3s ease;
}

.plan-option-YWbI .pricing-levels-MQCp:hover .learn-offers-B7MH h4::after {
    height: 100%;
    opacity: 1;
}

.plan-option-YWbI .pay-plans-rmJR {
    padding: 5px 10px;
    border-radius: 4px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    color: #ffffff;
    font-size: calc(21px * 1.3);
    display: inline-block;
    background: linear-gradient(135deg, 
        rgb(208,198,212,0.5) 0%, 
        rgb(173,161,179,0.5) 100%);
    position: relative;
    margin-top: auto;
    font-weight: 700;
    align-self: flex-start;
    transition: all 0.3s ease;
}

.contact-box-cT60 .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0 30px;
    max-width: 1200px;
    position: relative;
}

.contact-box-cT60 h2 {
    text-align: center;
    color: #000000;
    margin-bottom: 20px;
    padding-bottom: 20px;
    transform: translateX(-50%);
    position: relative;
    font-size: 35px;
    display: inline-block;
    font-weight: 700;
    left: 50%;
}

.contact-box-cT60 .full-width-image-6rcD {
    flex: 0 0 45%;
    min-height: 550px;
    position: relative;
}

.contact-box-cT60 .contact-feedback-kGOy {
    flex-direction: column;
    justify-content: center;
    flex: 0 0 55%;
    position: relative;
    display: flex;
    padding: 60px;
}

.contact-box-cT60 .contact-feedback-kGOy::after {
    background: rgb(173,161,179,0.5);
    z-index: 0;
    position: absolute;
    left: -50px;
    width: 100px;
    content: "";
    height: 100px;
    border-radius: 0;
    bottom: -50px;
    transform: rotate(45deg);
}

.contact-box-cT60 form input[type="text"]:focus {
    border-bottom-color: rgb(208,198,212);
    outline: none;
}

.contact-box-cT60 form input[type="text"]:focus::placeholder {
    opacity: 0;
    transform: translateY(-10px);
}

.contact-box-cT60 .request-section-aYAG input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.contact-box-cT60 .request-section-aYAG input[type="checkbox"]:checked + label::before {
    background: rgb(208,198,212);
    border-color: rgb(208,198,212);
}

.contact-box-cT60 .request-section-aYAG label a {
    color: rgb(208,198,212);
    position: relative;
    transition: all 0.3s ease;
    font-weight: 600;
    text-decoration: none;
}

.contact-box-cT60 .request-section-aYAG label a:hover {
    color: rgb(173,161,179);
}

.contact-box-cT60 .support-feedback-jNlP {
    overflow: hidden;
    padding: 18px 40px;
    cursor: pointer;
    color: #ffffff;
    width: auto;
    clip-path: polygon(
        0 0,
        100% 0,
        100% 70%,
        90% 100%,
        0 100%
    );
    font-weight: 600;
    background: rgb(208,198,212);
    display: inline-block;
    border: none;
    z-index: 1;
    position: relative;
    font-size: 17px;
    transition: all 0.3s ease;
}

.title-section-Pt7E::after {
    height: 80%;
    right: -10%;
    position: absolute;
    content: "";
    top: -10%;
    z-index: -1;
    background: radial-gradient(
    circle at center,
    rgb(208,198,212,0.5) 0%,
    transparent 70%
  );
    opacity: 0.2;
    width: 80%;
    transform: rotate(-15deg);
    animation: pulse 8s infinite alternate ease-in-out;
}

.title-section-Pt7E .title_style_header {
    animation: fade-up 1.2s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    margin: 0;
    position: relative;
    font-weight: 700;
    font-size: calc(45px * 1.1);
    line-height: 1.2;
    opacity: 0;
    transform: translateY(20px);
    color: #ffffff;
}

.title-section-Pt7E .achieve-stats-sFxV {
    margin-bottom: 1rem;
    position: relative;
}

.title-section-Pt7E .achieve-stats-sFxV h3 {
    color: #ffffff;
    font-size: calc(21px * 1.05);
    padding-bottom: 1rem;
    position: relative;
    margin: 0;
    line-height: 1.5;
    font-weight: 600;
}

.title-section-Pt7E .learn-start-HO1D > div:last-child {
    position: relative;
}

.title-section-Pt7E .learn-start-HO1D p {
    line-height: 1.6;
    padding-left: 1.5rem;
    position: relative;
    font-size: calc(14px * 1.1);
    margin: 0;
    color: #ffffff;
}

.course-suitability-J3a0 {
    padding: 5rem 0;
    position: relative;
    z-index: 1;
    background: rgb(238,234,239);
    overflow: hidden;
}

.course-suitability-J3a0::after {
    left: 0;
    background-image: 
        radial-gradient(rgba(rgb(208,198,212,0.5), 0.15) 2px, transparent 2px),
        radial-gradient(rgba(rgb(173,161,179,0.5), 0.1) 2px, transparent 2px);
    background-position: 0 0, 25px 25px;
    height: 100%;
    z-index: -1;
    opacity: 0.5;
    width: 100%;
    background-size: 50px 50px, 100px 100px;
    position: absolute;
    content: "";
    top: 0;
}

.course-suitability-J3a0 ul::before {
    left: 50%;
    top: 0;
    background: linear-gradient(
        to bottom,
        transparent,
        rgba(rgb(208,198,212,0.5), 0.3),
        transparent
    );
    content: "";
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 1px;
}

.course-suitability-J3a0 li::after {
    content: "";
    width: 40px;
    border-radius: 50%;
    z-index: -1;
    left: -10px;
    height: 40px;
    position: absolute;
    top: -10px;
    background: radial-gradient(
        circle,
        rgba(rgb(208,198,212,0.5), 0.15) 0%,
        transparent 70%
    );
}

.course-suitability-J3a0 li:nth-child(odd)::after {
    animation: pulseEven 3s infinite alternate ease-in-out;
    left: auto;
    right: -10px;
}

.course-suitability-J3a0 li svg::after {
    position: absolute;
    width: 100%;
    border-radius: 50%;
    height: 100%;
    content: "";
    z-index: -1;
    background: radial-gradient(
        circle,
        rgba(rgb(208,198,212,0.5), 0.3) 0%,
        transparent 70%
    );
}

.our-background-YFQ2::after {
    border-radius: 50%;
    animation: float 10s infinite ease-in-out;
    background: rgb(208,198,212);
    position: absolute;
    width: 200px;
    right: -50px;
    filter: blur(50px);
    content: "";
    height: 200px;
    z-index: 2;
    opacity: 0.1;
    top: -50px;
}

.our-background-YFQ2 .container {
    margin: 0 auto;
    z-index: 5;
    position: relative;
    width: 100%;
    max-width: 1200px;
    padding: 0 20px;
}

.our-background-YFQ2 .text-box-wrapper-yusq:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
    transform: translateY(-5px) scale(1.01);
}

.our-background-YFQ2 h6 {
    font-size: calc(24px * 1.1);
    opacity: 0;
    animation: fadeInRight 0.8s forwards 0.6s;
    display: inline-block;
    position: relative;
    margin-bottom: 1.5rem;
    letter-spacing: 1px;
    color: rgb(208,198,212);
    font-weight: 700;
    transform: translateX(-10px);
}

.our-background-YFQ2 .text-box-wrapper-yusq div {
    overflow: hidden;
    position: relative;
}

.our-background-YFQ2 .text-box-wrapper-yusq span::first-letter {
    margin-right: 3px;
    font-weight: 700;
    color: rgb(173,161,179);
    font-size: 1.5em;
}

.plan-option-YWbI .learn-offers-B7MH p::-webkit-scrollbar {
    width: 5px;
}

.plan-option-YWbI .learn-offers-B7MH p::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(255,255,255,0.1);
}

.plan-option-YWbI .learn-offers-B7MH p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(208,198,212);
}



@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .main-base-5cbF {
    gap: 0.8rem;
}header .site-navbar-gflh svg {
    width: 120px;
}header .header-main-Y6k4 {
    padding: 0.5rem;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
}header .header-main-Y6k4::-webkit-scrollbar {
    height: 3px;
}header .header-main-Y6k4::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(208,198,212);
}header .head-know-9YVs {
    white-space: nowrap;
    font-size: calc(17px - 2px);
    flex-shrink: 0;
    padding: 0.4rem 0.7rem;
}}



@media (min-width: 768px) {.ty-page-Xa6D {
    padding: 6rem 0;
}.ty-page-Xa6D .quick-skill-L7dU {
    gap: 3.5rem;
}.ty-page-Xa6D .quick-skill-L7dU > div:first-child::before {
    width: 0.6rem;
    height: 70%;
}.ty-page-Xa6D h5 {
    padding-left: 1.5rem;
    font-size: calc(23px * 1.2);
}.ty-page-Xa6D .quick-skill-L7dU > div:last-child {
    padding: 3rem;
    max-width: 90%;
    margin-left: 3rem;
}
}



@media (max-width: 992px) {.program-details-BTg8 .job-training-m7yk {
    padding: 3rem;
}.program-details-BTg8 .quick-skill-L7dU {
    max-width: 700px;
}.program-details-BTg8 .job-training-m7yk h3 {
    font-size: calc(35px * 0.9);
}.program-details-BTg8 .job-training-m7yk p {
    max-width: 95%;
}
}



@media (max-width: 991px) {.design-res-5SEV {
    padding: 4rem 0 2rem;
}.design-res-5SEV .info_item {
    width: 50%;
    padding: 1rem;
}.design-res-5SEV .info_item:nth-child(3)::before {
    display: none;
}.design-res-5SEV .text_main_holder {
    flex-direction: column;
    gap: 3rem;
    align-items: center;
}.design-res-5SEV .nav-lead-3RUQ {
    align-items: center;
    width: 100%;
    max-width: 100%;
    text-align: center;
}.design-res-5SEV .access-cta-dC0A {
    padding-left: 0;
    max-width: 500px;
    text-align: center;
}.design-res-5SEV .access-cta-dC0A::before {
    display: none;
}.design-res-5SEV .header-main-Y6k4 {
    width: 100%;
    max-width: 600px;
}.design-res-5SEV .subscribe_holder {
    width: 100%;
    max-width: 600px;
}
}



@media (min-width: 992px) {.client-feedback-QN6Z {
    padding: 7rem 0;
}.client-feedback-QN6Z h2 {
    transform: translateX(4vw);
    font-size: calc(36px * 1.2);
    margin-bottom: 4rem;
}.client-feedback-QN6Z .alumni-ratings-pVjM {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}.client-feedback-QN6Z .learn-reviews-dErk {
    padding: 2.5rem 2rem;
}.client-feedback-QN6Z .learn-reviews-dErk:nth-child(odd) {
    transform: translateY(25px);
}.client-feedback-QN6Z .learn-reviews-dErk:nth-child(even) {
    transform: translateY(-15px);
}.client-feedback-QN6Z .learn-reviews-dErk:hover {
    transform: translateY(-10px);
}
}



@media (max-width: 480px) {.client-feedback-QN6Z h2 {
    margin-bottom: 2rem;
    font-size: calc(36px * 0.85);
}.client-feedback-QN6Z .learn-reviews-dErk {
    padding: 1.25rem;
}.client-feedback-QN6Z .learn-reviews-dErk h3 {
    font-size: 24px;
}.client-feedback-QN6Z .learn-reviews-dErk .description {
    font-size: calc(17px * 0.95);
}}



@media (min-width: 992px) {.training-benefits-LrJk {
    padding: 8rem 3rem;
}.training-benefits-LrJk h5 {
    font-size: calc(22px * 1.4);
}.training-benefits-LrJk .quick-skill-L7dU {
    gap: 0;
}.training-benefits-LrJk .quick-skill-L7dU > div:first-child {
    flex: 0 0 45%;
}.training-benefits-LrJk .text-box-wrapper-yusq {
    flex: 0 0 55%;
    padding: 4rem;
}.training-benefits-LrJk li {
    padding-left: 3rem;
}.training-benefits-LrJk li p {
    font-size: calc(12px * 1.05);
    line-height: 1.7;
}.training-benefits-LrJk li svg {
    height: 28px;
    width: 28px;
}
}



@media (max-width: 480px) {.sign-up-for-updates-jWqw {
    padding: 40px 0;
}.sign-up-for-updates-jWqw h3 {
    font-size: 22px;
}.sign-up-for-updates-jWqw input[type="email"] {
    padding: 15px 20px;
}.sign-up-for-updates-jWqw .mail-block-gKcM {
    padding: 15px 20px;
}}



@media (max-width: 992px) {.plan-option-YWbI {
    padding: 80px 0;
}.plan-option-YWbI .payment-deals-Fkf2 {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}.plan-option-YWbI .learn-offers-B7MH {
    padding: 25px 20px;
}.plan-option-YWbI .learn-offers-B7MH p {
    max-height: 180px;
    font-size: calc(12px * 0.95);
}.plan-option-YWbI .pay-plans-rmJR {
    font-size: calc(21px * 1.2);
}
}



@media (max-width: 1024px) {.contact-box-cT60 {
    padding: 80px 0;
}.contact-box-cT60 .full-width-image-6rcD {
    min-height: 500px;
}.contact-box-cT60 .contact-feedback-kGOy {
    padding: 50px 40px;
}
}



@media (max-width: 480px) {.contact-box-cT60 {
    padding: 50px 0;
}.contact-box-cT60 h2 {
    font-size: calc(35px * 0.85);
}.contact-box-cT60 .message-message-sJA7 {
    margin-top: 30px;
}.contact-box-cT60 .full-width-image-6rcD {
    min-height: 200px;
}.contact-box-cT60 .contact-feedback-kGOy {
    padding: 30px 20px;
}.contact-box-cT60 form h3 {
    margin-bottom: 25px;
    font-size: calc(23px * 0.9);
}.contact-box-cT60 form input[type="text"] {
    padding: 12px 15px;
    margin-bottom: 15px;
}.contact-box-cT60 .request-section-aYAG {
    margin-bottom: 25px;
}.contact-box-cT60 .request-section-aYAG label {
    font-size: calc(12px * 0.9);
}.contact-box-cT60 .support-feedback-jNlP {
    padding: 12px 25px;
}}



@media (max-width: 767px) {.title-section-Pt7E {
    min-height: 90vh;
}.title-section-Pt7E > div {
    padding: 1.5rem;
    width: 95%;
}.title-section-Pt7E > div > div:first-child {
    margin-bottom: 2rem;
    padding-left: 1rem;
}.title-section-Pt7E .title_style_header {
    font-size: calc(45px * 0.9);
}.title-section-Pt7E .learn-start-HO1D {
    padding: 1.8rem;
    gap: 1.5rem;
}.title-section-Pt7E .achieve-stats-sFxV h3 {
    font-size: 21px;
    padding-bottom: 0.8rem;
}.title-section-Pt7E .learn-start-HO1D p {
    padding-left: 1.2rem;
    font-size: 14px;
}}



@media (max-width: 991px) {.our-background-YFQ2 {
    padding: 6rem 0 4rem;
}.our-background-YFQ2 h4 {
    font-size: calc(38px * 1.1);
}.our-background-YFQ2 .text-box-wrapper-yusq {
    padding: 2.5rem;
}
}



@media (max-width: 767px) {.our-background-YFQ2 {
    padding: 4rem 0 3rem;
}.our-background-YFQ2 h4 {
    margin-bottom: 2rem;
    font-size: 38px;
}.our-background-YFQ2 h4::after {
    height: 2px;
    width: 60px;
}.our-background-YFQ2 .text-box-wrapper-yusq {
    padding: 2rem;
}.our-background-YFQ2 h6 {
    margin-bottom: 1.2rem;
    font-size: 24px;
}.our-background-YFQ2 .text-box-wrapper-yusq span {
    line-height: 1.7;
}
}



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



@keyframes line-grow {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}



@keyframes pulse-gradient {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.3;
    }
}



@keyframes shine-effect {
    0% {
        transform: translateX(-100%);
    }
    20%, 100% {
        transform: translateX(100%);
    }
}



@keyframes ripple-out {
    0% {
        opacity: 1;
        transform: scale(0);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}

@keyframes carousel-slide {
        0% {
            transform: translateX(0);
        }
        20% {
            transform: translateX(0);
        }
        25% {
            transform: translateX(-20%);
        }
        45% {
            transform: translateX(-20%);
        }
        50% {
            transform: translateX(-40%);
        }
        70% {
            transform: translateX(-40%);
        }
        75% {
            transform: translateX(-60%);
        }
        95% {
            transform: translateX(-60%);
        }
        100% {
            transform: translateX(0);
        }
    }



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



@keyframes pulse {
  0% {
    opacity: 0.1;
    transform: rotate(-15deg) scale(1);
  }
  100% {
    opacity: 0.3;
    transform: rotate(-12deg) scale(1.05);
  }
}



@keyframes pulseEven {
    0% {
        opacity: 0.3;
        transform: scale(1);
    }
    100% {
        opacity: 0.6;
        transform: scale(1.4);
    }
}



@keyframes expandLine {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}

