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

* {
    scrollbar-width: auto;
    scrollbar-color: rgb(212,210,198,0.5) rgb(212,210,198,0.5);
}

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

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

svg {
    width: 30px;
    height: 30px;
}

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


footer {
    position: relative;
    z-index: 1;
}

footer::before {
    bottom: 0;
    top: 0;
    content: "";
    background: linear-gradient(to right, rgb(179,177,161), rgb(212,210,198));
    left: 0;
    opacity: 0.9;
    right: 0;
    position: absolute;
    z-index: -2;
}

.footer_disclaimerGnYie::before {
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    left: 0;
    height: 10px;
    background: linear-gradient(90deg, rgb(212,210,198), rgb(179,177,161), rgb(212,210,198));
}

.footer_disclaimerGnYie .company_holder {
    position: relative;
    padding: 0;
    grid-column: span 5;
}

.footer_disclaimerGnYie .company_holder h3::after {
    height: 2px;
    content: "";
    left: 0;
    bottom: -2px;
    background: #ffffff;
    position: absolute;
    width: 80px;
}

.footer_disclaimerGnYie .contest_infoDBLYU {
    position: relative;
    margin-top: 1.5rem;
    color: #ffffff;
    border-left: 3px solid rgba(255, 255, 255, 0.3);
    line-height: 1.7;
    padding: 0 0 0 1.5rem;
    font-size: 15px;
}

.footer_disclaimerGnYie .top_leadtoGOu h5 {
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    margin: 0 0 1.5rem;
    font-size: 24px;
    padding-bottom: 0.8rem;
    font-weight: 600;
    position: relative;
}

.footer_disclaimerGnYie .top_leadtoGOu .head_coregDYWd a {
    color: rgba(255, 255, 255, 0.8);
    align-items: center;
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 15px;
    position: relative;
    display: flex;
}

.footer_disclaimerGnYie .top_leadtoGOu .head_coregDYWd a:hover {
    color: #ffffff;
    padding-left: 0.5rem;
}

.pitch_compDRkTx {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    padding: 2rem 0;
    margin-top: 4rem;
    background: rgba(0, 0, 0, 0.1);
}

.footer_disclaimerGnYie::after {
    height: 50px;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    content: "";
    top: 2rem;
    position: absolute;
    right: 2rem;
    width: 50px;
}

.footer_disclaimerGnYie .company_holder::after {
    width: 50px;
    height: 50px;
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    bottom: 0;
    left: 0;
    position: absolute;
    content: "";
}

header::before {
    position: absolute;
    background-image: 
        radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.3) 0%, transparent 8%),
        radial-gradient(circle at 70% 60%, rgba(255, 255, 255, 0.3) 0%, transparent 12%),
        radial-gradient(circle at 40% 80%, rgba(255, 255, 255, 0.3) 0%, transparent 10%),
        radial-gradient(circle at 80% 30%, rgba(255, 255, 255, 0.3) 0%, transparent 15%),
        radial-gradient(circle at 10% 70%, rgba(255, 255, 255, 0.3) 0%, transparent 8%);
    height: 100%;
    z-index: 0;
    top: 0;
    width: 100%;
    opacity: 0.4;
    content: '';
    left: 0;
}

header .nav_studyiwSzI:hover {
    border-radius: 60% 40% 30% 70% / 50% 30% 60% 40%;
    box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.7), 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

header .nav_mentorwGROo {
    display: block;
    position: relative;
    transition: all 0.4s ease;
}

header .top_leadtoGOu {
    z-index: 2;
    display: flex;
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
}

header .top_leadtoGOu:hover::before {
    opacity: 0.2;
    border-radius: 40% 60% 30% 70% / 60% 30% 70% 40%;
}

header .main_topryHRU {
    position: relative;
    margin: 0 0.5rem;
}

header .main_topryHRU a {
    justify-content: center;
    display: flex;
    color: #000000;
    background: rgba(255, 255, 255, 0.1);
    overflow: hidden;
    z-index: 1;
    padding: 0.8rem 1.3rem;
    font-size: 18px;
    position: relative;
    transition: all 0.4s ease;
    border-radius: 60% 40% 40% 60% / 40% 50% 50% 60%;
    text-decoration: none;
    align-items: center;
    font-weight: 600;
}

header .main_topryHRU a:hover {
    transform: translateY(-3px) scale(1.05);
    border-radius: 40% 60% 60% 40% / 60% 40% 60% 40%;
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

header .main_topryHRU:hover::after {
    transform: translateX(-50%) scale(1);
}

header .head_masterSOmbl::before {
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgb(212,210,198,0.5) 0%, transparent 70%);
    opacity: 0.1;
    right: -100px;
    border-radius: 50%;
    top: -100px;
    filter: blur(30px);
    position: absolute;
    content: '';
}

.secure_shellIoNOy {
    max-width: 1000px;
    width: 85%;
    margin: 0 auto;
    border: 2px solid rgb(212,210,198);
    font-family: Arial, sans-serif;
    color: #000000;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    position: relative;
    overflow: hidden;
    padding: 50px;
    background: #ffffff;
}

.secure_shellIoNOy h1 {
    font-size: 39px;
    color: #000000;
    margin-bottom: 30px;
    border-bottom: 3px solid rgb(212,210,198);
    text-transform: uppercase;
    position: relative;
    margin-top: 20px;
    padding-bottom: 10px;
    font-weight: 700;
    z-index: 1;
}

.secure_shellIoNOy ul, .secure_shellIoNOy ol {
    margin-bottom: 20px;
    list-style: none;
    list-style-type: disc;
    position: relative;
    padding-left: 20px;
    z-index: 1;
}

.secure_shellIoNOy li:before {
    content: "•";
    font-size: 1.2em;
    left: -20px;
    position: absolute;
    color: rgb(212,210,198);
    line-height: 1;
}

.secure_shellIoNOy .container {
    position: relative;
    z-index: 1;
}

.secure_shellIoNOy p, .secure_shellIoNOy span {
    line-height: 1.6;
    font-size: 17px;
    z-index: 1;
    position: relative;
    margin-bottom: 15px;
    color: #000000;
}

.secure_shellIoNOy a {
    color: rgb(179,177,161);
    z-index: 1;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid rgb(179,177,161);
    position: relative;
}

.secure_shellIoNOy button:hover {
    background: rgb(212,210,198);
}

.client_feedbackNlLpJ {
    overflow: hidden;
    position: relative;
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(239,238,234) 40%, rgb(179,177,161,0.5) 100%);
    padding: 6rem 0;
}

.client_feedbackNlLpJ::after {
    content: '';
    transform: rotate(10deg) translateZ(-30px);
    position: absolute;
    height: 60%;
    left: -2%;
    background: linear-gradient(45deg, rgb(179,177,161,0.5) 0%, transparent 80%);
    filter: blur(10px);
    bottom: -5%;
    z-index: 0;
    width: 30%;
}

.client_feedbackNlLpJ h2::after {
    transform-origin: left;
    height: 3px;
    transform: scaleX(1);
    left: 0;
    background: linear-gradient(90deg, rgb(212,210,198) 0%, rgb(179,177,161) 100%);
    content: '';
    transition: transform 0.5s ease-out;
    bottom: -12px;
    width: 80px;
    position: absolute;
}

.client_feedbackNlLpJ .container.study_labOjwVr {
    position: relative;
    z-index: 2;
}

.client_feedbackNlLpJ .client_testimonialstDzNO {
    position: relative;
    transform: translateZ(0) rotateX(0) translateY(0);
    padding: 2rem;
    backface-visibility: hidden;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 1px 5px rgba(0, 0, 0, 0.03);
    transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.client_feedbackNlLpJ .client_testimonialstDzNO h3 {
    font-size: calc(19px * 1.05);
    font-weight: 600;
    transition: transform 0.3s ease;
    margin-bottom: 0.8rem;
    transform: translateX(0);
    position: relative;
    color: rgb(212,210,198);
    z-index: 2;
    letter-spacing: 0.5px;
}

.client_feedbackNlLpJ .client_testimonialstDzNO:hover h3::after {
    height: 80%;
}

.client_feedbackNlLpJ .client_testimonialstDzNO .description {
    color: #000000;
    z-index: 2;
    position: relative;
    line-height: 1.6;
    font-weight: 400;
    margin-bottom: 1.5rem;
    font-size: 13px;
}

.client_feedbackNlLpJ .client_testimonialstDzNO:hover div {
    transform: scale(1.05);
}

.client_feedbackNlLpJ .client_testimonialstDzNO img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.client_feedbackNlLpJ .client_testimonialstDzNO:hover img {
    transform: scale(1.1);
}

.client_feedbackNlLpJ .client_testimonialstDzNO:nth-child(odd):hover {
    transform: translateZ(10px) rotateX(1deg) translateY(-8px);
}

.client_feedbackNlLpJ .client_testimonialstDzNO:nth-child(even):hover {
    transform: translateZ(10px) rotateX(-1deg) translateY(-8px);
}

.client_feedbackNlLpJ .client_testimonialstDzNO:nth-child(3n+1):hover::after {
    opacity: 0.1;
}

.client_feedbackNlLpJ .client_testimonialstDzNO:nth-child(3n+2)::after {
    top: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
    opacity: 0.05;
    content: '';
    left: 0;
    background: linear-gradient(225deg, transparent 50%, rgb(179,177,161,0.5) 100%);
    position: absolute;
    width: 40%;
    height: 30%;
}

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

.pricing_planoSXBM .annual_planhyfSg {
    position: relative;
}

.pricing_planoSXBM h2 {
    color: #ffffff;
    position: relative;
    margin-bottom: 25px;
    font-weight: 700;
    text-align: center;
    transform: perspective(1000px) translateZ(20px);
    font-size: 34px;
}

.pricing_planoSXBM .learn_offersxBCAQ {
    line-height: 1.6;
    color: rgb(255, 255, 255, 0.5);
    font-size: calc(16px + 2px);
    margin: 0 auto 50px;
    position: relative;
    max-width: 700px;
    text-align: center;
}

.pricing_planoSXBM .fee_choicesUOFhK li {
    perspective: 1000px;
    transform-style: preserve-3d;
    transition: transform 0.4s ease;
}

.pricing_planoSXBM .pay_plansIGzFT::before {
    top: 0;
    transition: transform 0.3s ease;
    height: 5px;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(179,177,161), rgb(212,210,198));
    transform-origin: left;
    content: "";
    transform: scaleX(0.7);
    width: 100%;
}

.pricing_planoSXBM .tuition_plansfGXmb {
    padding: 30px 25px;
    position: relative;
    z-index: 1;
    height: 100%;
}

.pricing_planoSXBM .pay_plansIGzFT h4 {
    font-size: calc(18px - 2px);
    margin-bottom: 20px;
    margin-top: 0;
    position: relative;
    color: #ffffff;
    transition: transform 0.3s ease;
}

.pricing_planoSXBM .pay_plansIGzFT p {
    hyphens: auto;
    color: rgb(255, 255, 255, 0.5);
    overflow-y: auto;
    padding-right: 10px;
    font-size: 16px;
    overflow-wrap: break-word;
    word-break: normal;
    margin-bottom: 25px;
    max-height: 250px;
    line-height: 1.6;
}

.pricing_planoSXBM .study_subCEwUc::before {
    content: "";
    bottom: -3px;
    left: 10px;
    height: 1px;
    right: 10px;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(179,177,161), transparent);
}

.pricing_planoSXBM .pay_plansIGzFT:hover {
    transform: translateY(-5px);
    box-shadow: 
    7px 7px 20px rgba(0, 0, 0, 0.3),
    -7px -7px 20px rgba(255, 255, 255, 0.07),
    inset 3px 3px 10px rgba(255, 255, 255, 0.05),
    inset -3px -3px 10px rgba(0, 0, 0, 0.1);
}

.pricing_planoSXBM .pay_plansIGzFT:hover h4::before {
    opacity: 1;
    transform: scale(1.1);
}

.cookie_popup_advisoryvwaNX {
    bottom: 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    z-index: 90;
    padding: 15px 20px;
    position: fixed;
    width: 100%;
    border-top: 3px solid rgb(212,210,198);
    background: rgb(179,177,161);
}

.track_settingsLQaOE svg {
    height: 50px;
    fill: rgb(212,210,198);
    width: 50px;
}

.cookie_popup_advisoryvwaNX h5 {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 21px;
    color: #ffffff;
}

.cookie_guardICxvc {
    border: 2px solid rgb(212,210,198);
    cursor: pointer;
    min-width: 150px;
    transition: none;
    flex-shrink: 0;
    font-size: 15px;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    padding: 10px 20px;
    background: rgb(212,210,198);
    margin-left: 10px;
    color: #ffffff;
}


#consentNotificationQHZeG {
    display: none;
}

#consentNotificationQHZeG:checked ~ .cookie_popup_advisoryvwaNX {
    opacity: 0;
    visibility: hidden;
}

.thanksPointOaPhx::before {
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(255,255,255,0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(255,255,255,0.1) 0%, transparent 40%);
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    position: absolute;
    z-index: 1;
}

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

.thanksPointOaPhx .study_labOjwVr:hover {
    box-shadow: 
        0 25px 50px rgba(0,0,0,0.15),
        0 0 0 1px rgba(255,255,255,0.2),
        inset 0 0 30px rgba(rgb(212,210,198),0.08);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}

.thanksPointOaPhx .study_labOjwVr::before {
    left: 20px;
    top: -10px;
    right: 20px;
    opacity: 0.4;
    height: 10px;
    filter: blur(10px);
    background: rgb(212,210,198);
    position: absolute;
    z-index: -1;
    content: "";
}

.thanksPointOaPhx .study_labOjwVr > div:first-child::after {
    left: 0;
    background: linear-gradient(90deg, rgb(212,210,198), rgb(179,177,161));
    content: "";
    position: absolute;
    transform-origin: left center;
    transition: transform 0.4s ease;
    bottom: 0;
    width: 80px;
    height: 3px;
}

.thanksPointOaPhx h5::before {
    top: 50%;
    height: 10px;
    left: -20px;
    width: 10px;
    transition: transform 0.3s ease;
    content: "";
    position: absolute;
    transform: translateY(-50%) rotate(45deg);
    opacity: 0.8;
    background: rgb(212,210,198);
}

.thanksPointOaPhx p {
    margin: 0;
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-size: 12px;
    transition: color 0.3s ease;
    line-height: 1.8;
    position: relative;
    z-index: 2;
    color: #000000;
}

.potential_learnersLDBdS .study_labOjwVr {
    max-width: 1200px;
    padding: 0 30px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}

.potential_learnersLDBdS h3 {
    position: relative;
    color: #000000;
    text-align: center;
    font-size: 36px;
    margin-bottom: 70px;
    font-weight: 700;
    left: 50%;
    font-family: Arial, sans-serif;
    display: inline-block;
    transform: translateX(-50%);
}

.potential_learnersLDBdS h3::after {
    border-radius: 50%;
    height: 60px;
    bottom: -15px;
    width: 60px;
    right: -20px;
    position: absolute;
    z-index: -1;
    border: 2px solid rgb(179,177,161,0.5);
    content: "";
}

.potential_learnersLDBdS ul li {
    font-size: 17px;
    text-align: center;
    transition: all 0.4s ease;
    background: #ffffff;
    z-index: 2;
    height: 220px;
    font-family: Arial, sans-serif;
    justify-content: flex-start;
    display: flex;
    border-radius: 50%;
    align-items: center;
    flex-direction: column;
    width: 220px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 0;
    position: relative;
    overflow: hidden;
    color: #000000;
}

.potential_learnersLDBdS ul li:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    color: #ffffff;
}

.potential_learnersLDBdS ul li:hover::before {
    opacity: 1;
}

.potential_learnersLDBdS ul li:hover::after {
    transform: scale(1.1) rotate(15deg);
    opacity: 0.7;
    border-color: rgb(179,177,161);
}

.potential_learnersLDBdS ul li:hover svg {
    transform: scale(1.1);
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.2));
}

.potential_learnersLDBdS ul li:hover svg path {
    fill: #ffffff;
}

.potential_learnersLDBdS ul li > span {
    max-height: 100px;
    overflow: hidden;
    display: block;
    padding: 0 30px;
    max-width: 100%;
}

.learning_impactRrSVh .study_labOjwVr {
    margin: 0 auto;
    z-index: 5;
    grid-gap: 0;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    max-width: 1400px;
    position: relative;
}

.learning_impactRrSVh .img_shadow_boxxiZGv {
    grid-column: 7 / span 6;
    margin-right: -5vw;
    grid-row: 1;
    height: 550px;
    position: relative;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
    z-index: 2;
}

.learning_impactRrSVh .img_shadow_boxxiZGv::before {
    width: 120%;
    background: 
        repeating-linear-gradient(45deg, rgb(212,210,198,0.5) 0px, rgb(212,210,198,0.5) 1px, transparent 1px, transparent 10px),
        repeating-linear-gradient(135deg, rgb(212,210,198,0.5) 0px, rgb(212,210,198,0.5) 1px, transparent 1px, transparent 10px);
    position: absolute;
    transform: translateX(5%) translateY(5%);
    left: -10%;
    height: 120%;
    opacity: 0.3;
    z-index: -1;
    animation: patternMove 20s linear infinite alternate;
    top: -10%;
    content: '';
}

.learning_impactRrSVh .text_main_holder > div {
    display: flex;
    padding: 1.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border-radius: 29px;
    text-align: center;
    background: #ffffff;
    flex-direction: column;
    z-index: 1;
    overflow: hidden;
    align-items: center;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
}

.learning_impactRrSVh .text_main_holder > div:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.learning_impactRrSVh .text_main_holder > div:hover svg {
    transform: scale(1.1);
}

.learning_impactRrSVh .text_main_holder svg path {
    fill: rgb(212,210,198);
    transition: fill 0.3s ease;
}

.course_program_detailsZlYfo {
    background: linear-gradient(135deg, rgb(239,238,234) 40%, rgb(179,177,161,0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
}

.course_program_detailsZlYfo::after {
    position: absolute;
    left: -5%;
    z-index: 1;
    width: 30vw;
    background: radial-gradient(circle at center, rgb(179,177,161,0.5) 0%, transparent 70%);
    animation: float 18s infinite ease-in-out reverse;
    height: 30vw;
    bottom: -10%;
    content: "";
}

.course_program_detailsZlYfo h2 {
    color: #000000;
    transform: perspective(1000px) rotateX(0deg);
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    font-weight: 700;
    margin-bottom: 3rem;
    font-size: 35px;
    text-align: center;
}

.course_program_detailsZlYfo:hover h2::after {
    transform: translateX(-50%) scaleX(1);
}

.course_program_detailsZlYfo .img_shadow_boxxiZGv {
    transition: transform 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 95% 100%, 0 100%);
    height: 400px;
    transform: translateY(0) rotate(0deg);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border-radius: 10px;
}

.course_program_detailsZlYfo .img_shadow_boxxiZGv::after {
    position: absolute;
    width: 70px;
    right: -10px;
    content: "";
    animation: pulse 6s infinite alternate;
    opacity: 0.7;
    z-index: 1;
    border-radius: 50%;
    height: 70px;
    top: -10px;
    filter: blur(15px);
    background: rgb(212,210,198);
}

.course_program_detailsZlYfo .description_cardjcrIm::before {
    left: 20px;
    opacity: 0.6;
    filter: blur(25px);
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background: rgb(179,177,161,0.5);
    position: absolute;
    content: "";
    top: -30px;
    z-index: -1;
}

.course_program_detailsZlYfo:hover .description_cardjcrIm {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    transform: translateZ(20px);
}

.course_program_detailsZlYfo .description:last-child {
    margin-bottom: 0;
    animation-delay: 0.4s;
}

.company_overviewLzedY {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(239,238,234) 0%, rgb(179,177,161,0.5) 100%);
    padding: 6rem 0;
    position: relative;
}

.company_overviewLzedY::after {
    position: absolute;
    right: -20%;
    top: -50%;
    content: "";
    background: linear-gradient(
        to bottom right,
        rgb(212,210,198,0.5) 10%,
        transparent 70%
    );
    transform: rotate(15deg);
    z-index: 0;
    width: 60%;
    height: 200%;
}

.company_overviewLzedY h1 {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 3rem;
    transform: perspective(500px) translateZ(0);
    color: rgb(212,210,198);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    font-size: 42px;
}

.company_overviewLzedY h1:hover {
    transform: perspective(500px) translateZ(10px);
}

.company_overviewLzedY h1:hover::after {
    transform: scaleX(1.2);
}

.company_overviewLzedY .edu_leadershipZNWyx {
    position: relative;
}

.company_overviewLzedY .fast_trackUWMKT {
    position: relative;
    backdrop-filter: blur(10px);
    transform: translateY(0);
    z-index: 1;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    border-left: 4px solid rgb(212,210,198);
    padding: 2.5rem;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.company_overviewLzedY .fast_trackUWMKT::after {
    border-top: 3px solid rgb(179,177,161,0.5);
    border-right: 3px solid rgb(179,177,161,0.5);
    content: "";
    width: 60px;
    opacity: 0.6;
    right: 20px;
    top: 20px;
    z-index: -1;
    height: 60px;
    position: absolute;
}

.company_overviewLzedY .fast_trackUWMKT h4::after {
    transition: width 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 40px;
    left: 0;
    content: "";
    position: absolute;
    transform: scaleX(1);
    background: linear-gradient(
        to right,
        rgb(212,210,198) 0%,
        rgb(179,177,161) 100%
    );
    bottom: 0;
    transform-origin: left center;
    height: 3px;
}

.company_overviewLzedY .fast_trackUWMKT:nth-child(odd) div {
    padding-right: 1rem;
}

.title_introvAEZL {
    position: relative;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135deg, rgb(212,210,198,0.5), rgb(179,177,161) 120%);
    overflow: hidden;
}

.title_introvAEZL::after {
    content: "";
    opacity: 0.2;
    width: 50%;
    animation: floatGlow 15s ease-in-out infinite alternate;
    background: radial-gradient(
        circle at center,
        rgb(179,177,161) 0%,
        transparent 70%
    );
    right: -10%;
    filter: blur(50px);
    top: -10%;
    height: 50%;
    position: absolute;
}

.title_introvAEZL .start_basemdILJ:hover {
    transform: perspective(1000px) rotateX(0deg);
}

.title_introvAEZL .start_basemdILJ > div:first-child {
    opacity: 0;
    transform: translateX(-1rem);
    animation: slideIn 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards;
    padding-left: 2rem;
    border-left: 3px solid rgb(212,210,198);
    position: relative;
}

.title_introvAEZL h3 {
    letter-spacing: 0.02em;
    position: relative;
    line-height: 1.5;
    font-weight: 400;
    font-size: calc(21px * 0.9);
    margin: 0;
    color: #ffffff;
}

.title_introvAEZL .our_journeyBFkZO {
    position: relative;
    transition: transform 0.4s ease;
    transform: translateZ(0);
    max-width: 600px;
    padding: 2.5rem;
    background: linear-gradient(
        145deg,
        rgba(255, 255, 255, 0.1),
        rgba(255, 255, 255, 0.03)
    );
}

.title_introvAEZL .our_journeyBFkZO:hover::before {
    transform: translate(8px, 8px);
}

.title_introvAEZL h1 {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin: 0 0 1.5rem;
    color: #ffffff;
    line-height: 1.2;
    position: relative;
    font-size: 48px;
    transform: translateY(0);
    font-weight: 700;
}

.title_introvAEZL .our_journeyBFkZO:hover h1 {
    transform: translateY(-5px);
}

.title_introvAEZL .our_journeyBFkZO:hover h1::after {
    transform: scaleX(1.5);
}

.title_introvAEZL .our_journeyBFkZO > div::before {
    left: 0;
    position: absolute;
    width: 100%;
    top: 0;
    content: "";
    height: 100%;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.5),
        transparent 40%,
        rgba(rgb(212,210,198), 0.3) 100%
    );
    z-index: 1;
}

.course_instructorEwdYW::before {
    background: rgb(179,177,161,0.5);
    height: 30%;
    right: -5%;
    transform: rotate(-15deg) translateZ(0);
    z-index: 0;
    width: 30%;
    position: absolute;
    content: "";
    top: -5%;
    filter: blur(20px);
}

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

.course_instructorEwdYW .client_testimonialstDzNO {
    grid-template-columns: 1fr;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 
                0 30px 60px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    padding: 3rem;
    background: #ffffff;
    display: grid;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), 
                box-shadow 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    gap: 2.5rem;
}

.course_instructorEwdYW .client_testimonialstDzNO:hover .img_shadow_boxxiZGv {
    transform: scale(1);
}

.course_instructorEwdYW .client_testimonialstDzNO > div:nth-child(2) {
    gap: 0.5rem;
    position: relative;
    display: flex;
    padding-left: 2rem;
    flex-direction: column;
}

.course_instructorEwdYW .name {
    display: inline-block;
    font-weight: 700;
    color: #000000;
    margin: 0;
    font-size: 24px;
    position: relative;
}

.course_instructorEwdYW .name::after {
    background: rgb(212,210,198);
    position: absolute;
    content: "";
    left: 0;
    width: 0;
    bottom: -5px;
    transition: width 0.4s ease-out;
    height: 2px;
}

.course_instructorEwdYW .client_testimonialstDzNO > div:nth-child(3) {
    position: relative;
}

.course_instructorEwdYW .work_tasksMLNDY {
    font-size: 14px;
    color: #000000;
    border-left: 3px solid rgb(212,210,198,0.5);
    background: linear-gradient(to right, rgba(rgb(239,238,234), 0.05), rgba(rgb(239,238,234), 0.02));
    margin: 0;
    position: relative;
    line-height: 1.7;
    padding: 1.5rem;
}

.contact_boxcAlmy::before {
    height: 100%;
    opacity: 0.2;
    background: 
        radial-gradient(circle at 10% 20%, rgb(212,210,198,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgb(179,177,161,0.5) 0%, transparent 40%);
    width: 100%;
    z-index: 1;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
}

.contact_boxcAlmy .img_shadow_boxxiZGv {
    z-index: 1;
    opacity: 0.7;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
}

.contact_boxcAlmy .img_shadow_boxxiZGv::after {
    width: 100%;
    content: '';
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

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

.contact_boxcAlmy .support_blockjTcSJ {
    backdrop-filter: blur(10px);
    background: rgba(30, 30, 30, 0.7);
    display: flex;
    overflow: hidden;
    max-width: 1100px;
    border-radius: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 
        0 0 0 1px rgba(255, 255, 255, 0.1),
        0 0 30px rgba(0, 0, 0, 0.5),
        0 0 10px rgb(212,210,198,0.5),
        0 0 20px rgb(179,177,161,0.5);
    margin: 0 auto;
}

.contact_boxcAlmy input[type="text"]:focus,
.contact_boxcAlmy textarea:focus {
    outline: none;
    box-shadow: 
        inset 0 0 5px rgba(0, 0, 0, 0.5),
        0 0 5px rgb(212,210,198,0.5);
    border-color: rgb(212,210,198);
}

.contact_boxcAlmy input[type="text"]::placeholder,
.contact_boxcAlmy textarea::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.contact_boxcAlmy .support_infoFKTwM {
    display: flex;
    margin-bottom: 25px;
    position: relative;
    align-items: flex-start;
}

.contact_boxcAlmy .support_infoFKTwM label {
    color: rgba(255, 255, 255, 0.8);
    position: relative;
    font-size: 16px;
    line-height: 1.5;
    padding-left: 35px;
    cursor: pointer;
}

.contact_boxcAlmy .support_infoFKTwM input[type="checkbox"]:checked + label::before {
    box-shadow: 0 0 8px rgb(212,210,198);
    background: rgb(212,210,198);
}

.contact_boxcAlmy .support_infoFKTwM input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg);
    position: absolute;
    height: 12px;
    top: 5px;
    content: '';
    border-width: 0 2px 2px 0;
    left: 7px;
    border: solid #ffffff;
    width: 6px;
}

.contact_boxcAlmy .connect_messagepTvmb {
    font-size: 18px;
    border-radius: 10px;
    color: #ffffff;
    background: rgb(212,210,198);
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    border: none;
    font-weight: 600;
    padding: 15px 35px;
    box-shadow: 0 0 15px rgb(212,210,198,0.5);
    position: relative;
    overflow: hidden;
    cursor: pointer;
    letter-spacing: 1px;
}

.contact_boxcAlmy .connect_messagepTvmb:hover::before {
    left: 100%;
}

.contact_boxcAlmy .inquiry_gridLFOkz::before {
    top: 0;
    content: '';
    opacity: 0.1;
    background: linear-gradient(135deg, rgb(212,210,198,0.5) 0%, transparent 100%);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
}

.contact_boxcAlmy .inquiry_gridLFOkz h4::after {
    width: 50px;
    box-shadow: 0 0 5px rgb(212,210,198);
    height: 2px;
    position: absolute;
    background: rgb(212,210,198);
    left: 0;
    content: '';
    bottom: -10px;
}

.contact_boxcAlmy .inquiry_listClfai li {
    transition: transform 0.3s ease;
    align-items: flex-start;
    margin-bottom: 25px;
    display: flex;
}

.contact_boxcAlmy .inquiry_listClfai svg {
    margin-right: 15px;
    height: 24px;
    width: 24px;
    margin-top: 2px;
    flex-shrink: 0;
}

.contact_boxcAlmy .inquiry_listClfai li:hover svg path {
    filter: drop-shadow(0 0 5px rgb(179,177,161));
    fill: rgb(179,177,161);
}

.contact_boxcAlmy .inquiry_listClfai a {
    transition: all 0.3s ease;
    color: #ffffff;
    text-decoration: none;
}

::-webkit-scrollbar {
    width: 20px;
}

::-webkit-scrollbar-track {
    border-radius: 11.2vh;
    background: rgb(239,238,234);
}

::-webkit-scrollbar-thumb {
    background: rgb(255, 255, 255, 0.5);
    border: 2px dashed #ffffff;
    border-radius: 9999px;
}

::-webkit-scrollbar-thumb:hover {
    box-shadow: 4px 2px 2px -2px rgba(0, 0, 0, 0.1);
    border-color: rgb(179,177,161,0.5);
    background: rgb(212,210,198,0.5);
}

.pricing_planoSXBM .pay_plansIGzFT p::-webkit-scrollbar {
    width: 4px;
}

.pricing_planoSXBM .pay_plansIGzFT p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(179,177,161,0.5);
}

.course_program_detailsZlYfo .description_cardjcrIm::-webkit-scrollbar {
    width: 8px;
}

.course_program_detailsZlYfo .description_cardjcrIm::-webkit-scrollbar-track {
    background: rgba(rgba(0, 0, 0, 0.5), 0.05);
    border-radius: 10px;
}

.course_program_detailsZlYfo .description_cardjcrIm::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(179,177,161,0.5);
    transition: background 0.3s ease;
}

.course_program_detailsZlYfo .description_cardjcrIm::-webkit-scrollbar-thumb:hover {
    background: rgb(179,177,161);
}



@media (max-width: 420px) {.footer_disclaimerGnYie .company_holder h3::after,
    .footer_disclaimerGnYie .top_leadtoGOu h5::after {
    width: 30px;
}.footer_disclaimerGnYie .top_leadtoGOu .head_coregDYWd a:hover {
    padding-left: 0.3rem;
}}



@media (max-width: 991px) {header .head_masterSOmbl {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .nav_studyiwSzI {
    padding: 0.7rem;
    margin-right: 0;
    margin-bottom: 0;
}header .top_leadtoGOu {
    justify-content: flex-end;
    flex-basis: 100%;
    margin-top: 1rem;
}header .main_topryHRU a {
    padding: 0.6rem 1rem;
    font-size: calc(18px - 1px);
}header .top_leadtoGOu::before {
    display: none;
}
}



@media (max-width: 479px) {header .head_masterSOmbl {
    padding: 0.7rem 1.2rem;
}header .nav_studyiwSzI {
    max-width: 120px;
    padding: 0.5rem;
}header .main_topryHRU a {
    padding: 0.4rem 0.6rem;
    font-size: calc(18px - 3px);
}}



@media only screen and (max-width: 800px) {.secure_shellIoNOy {
    padding: 30px;
    width: 90%;
}.secure_shellIoNOy h1 {
    font-size: calc(19px - 5px);
}.secure_shellIoNOy h2 {
    font-size: calc(19px - 3px);
}.secure_shellIoNOy ul, .secure_shellIoNOy ol {
    padding-left: 10px;
}.secure_shellIoNOy li:before {
    left: -10px;
}.secure_shellIoNOy button {
    padding: 10px 20px;
}}



@media (max-width: 991px) {.client_feedbackNlLpJ {
    padding: 5rem 0;
}.client_feedbackNlLpJ h2 {
    font-size: 34px;
    text-align: center;
    transform: none;
}.client_feedbackNlLpJ h2::after {
    transform: translateX(-50%) scaleX(1);
    left: 50%;
}.client_feedbackNlLpJ h2:hover::after {
    transform: translateX(-50%) scaleX(1.3);
}.client_feedbackNlLpJ .client_storyRQcFi {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}



@media (max-width: 480px) {.client_feedbackNlLpJ {
    padding: 3rem 0;
}.client_feedbackNlLpJ h2 {
    margin-bottom: 2rem;
    font-size: calc(34px * 0.8);
}.client_feedbackNlLpJ .client_testimonialstDzNO {
    padding: 1.25rem;
}.client_feedbackNlLpJ .client_testimonialstDzNO::before {
    font-size: 80px;
}.client_feedbackNlLpJ .client_testimonialstDzNO div {
    width: 50px;
    height: 50px;
}}



@media (max-width: 480px) {.pricing_planoSXBM {
    padding: 50px 0;
}.pricing_planoSXBM h2 {
    font-size: calc(34px - 8px);
}.pricing_planoSXBM .learn_offersxBCAQ {
    font-size: calc(16px - 2px);
}.pricing_planoSXBM .tuition_plansfGXmb {
    padding: 25px 20px;
}.pricing_planoSXBM .pay_plansIGzFT h4 {
    font-size: calc(18px - 2px);
}.pricing_planoSXBM .study_subCEwUc {
    font-size: calc(18px - 2px);
    padding: 8px 15px;
}}


@media only screen and (max-width: 1200px) {.cookie_popup_advisoryvwaNX {
    padding: 15px;
}
}


@media only screen and (max-width: 800px) {.track_settingsLQaOE {
    display: none;
}.cookie_complybDIxq {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.cookie_popup_advisoryvwaNX h5, .cookie_popup_advisoryvwaNX p {
    text-align: center;
}.cookie_checkTPUms {
    margin-bottom: 15px;
}.cookie_guardICxvc {
    margin-left: 0;
    margin-top: 10px;
}}



@media (max-width: 991px) {.thanksPointOaPhx {
    padding: 80px 0;
}.thanksPointOaPhx .study_labOjwVr {
    padding: 50px 35px;
}.thanksPointOaPhx h5 {
    font-size: calc(21px * 0.95);
}
}



@media (max-width: 767px) {.thanksPointOaPhx {
    padding: 60px 0;
}.thanksPointOaPhx .study_labOjwVr {
    padding: 40px 25px;
    gap: 30px;
}.thanksPointOaPhx h5 {
    font-size: calc(21px * 0.9);
}.thanksPointOaPhx p {
    line-height: 1.7;
    font-size: calc(12px * 0.95);
}.thanksPointOaPhx .study_labOjwVr > div:first-child {
    padding-bottom: 20px;
}
}



@media (max-width: 1200px) {.potential_learnersLDBdS ul {
    gap: 40px;
}.potential_learnersLDBdS ul li {
    width: 200px;
    height: 200px;
}
}



@media (max-width: 992px) {.potential_learnersLDBdS {
    padding: 100px 0;
}.potential_learnersLDBdS h3 {
    font-size: calc(36px * 0.9);
    margin-bottom: 60px;
}.potential_learnersLDBdS ul {
    grid-template-rows: repeat(4, 1fr);
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
}.potential_learnersLDBdS ul li {
    height: 220px;
    width: 220px;
}.potential_learnersLDBdS ul li svg {
    margin-top: 45px;
}
}



@media (max-width: 580px) {.potential_learnersLDBdS {
    padding: 60px 0;
}.potential_learnersLDBdS .study_labOjwVr {
    padding: 0 20px;
}.potential_learnersLDBdS h3 {
    font-size: calc(36px * 0.7);
    margin-bottom: 40px;
}.potential_learnersLDBdS ul {
    grid-template-columns: 1fr;
    gap: 25px;
}.potential_learnersLDBdS ul li {
    height: 220px;
    width: 220px;
}
}



@media (max-width: 992px) {.learning_impactRrSVh {
    padding: 6rem 0;
}.learning_impactRrSVh::before {
    background: linear-gradient(135deg, rgb(239,238,234) 0%, rgb(239,238,234) 70%, transparent 70.1%);
}.learning_impactRrSVh .study_labOjwVr {
    grid-template-columns: 1fr;
    max-width: 90%;
    gap: 3rem;
}.learning_impactRrSVh .img_shadow_boxxiZGv {
    height: 400px;
    grid-row: 2;
    margin: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    grid-column: 1;
}.learning_impactRrSVh .description_cardjcrIm {
    grid-row: 1;
    grid-column: 1;
    padding: 0;
}.learning_impactRrSVh h2 {
    max-width: 100%;
}.learning_impactRrSVh .text_main_holder {
    gap: 1.5rem;
}
}



@media (min-width: 768px) {.course_program_detailsZlYfo .tech_skillswXRSo {
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.course_program_detailsZlYfo h2 {
    text-align: left;
    font-size: calc(35px * 1.1);
}.course_program_detailsZlYfo h2::after {
    transform: translateX(0) scaleX(0.8);
    left: 0;
}.course_program_detailsZlYfo:hover h2::after {
    transform: translateX(0) scaleX(1);
}.course_program_detailsZlYfo .img_shadow_boxxiZGv {
    min-height: 450px;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 90%);
}
}



@media (min-width: 1200px) {.course_program_detailsZlYfo .img_shadow_boxxiZGv {
    transform: translateX(-40px) rotate(-1deg);
    min-height: 600px;
}.course_program_detailsZlYfo:hover .img_shadow_boxxiZGv {
    transform: translateX(-40px) translateY(-15px) rotate(0deg);
}.course_program_detailsZlYfo .description_cardjcrIm {
    transform: translateX(40px);
    padding: 3.5rem;
    max-height: 600px;
}.course_program_detailsZlYfo:hover .description_cardjcrIm {
    transform: translateX(40px) translateZ(40px);
}
}



@media (min-width: 768px) {.company_overviewLzedY {
    padding: 8rem 0;
}.company_overviewLzedY h1 {
    font-size: calc(42px * 1.2);
    margin-bottom: 4rem;
}.company_overviewLzedY .edu_leadershipZNWyx ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 3.5rem;
}.company_overviewLzedY .fast_trackUWMKT {
    padding: 3rem;
}.company_overviewLzedY .fast_trackUWMKT h4 {
    margin-bottom: 2rem;
    font-size: calc(22px * 1.4);
}.company_overviewLzedY .fast_trackUWMKT:nth-child(1) {
    transform: perspective(1000px) rotateY(-2deg);
}.company_overviewLzedY .fast_trackUWMKT:nth-child(2) {
    transform: perspective(1000px) rotateY(2deg);
}.company_overviewLzedY .fast_trackUWMKT:hover:nth-child(1) {
    transform: perspective(1000px) rotateY(-2deg) translateY(-8px);
}.company_overviewLzedY .fast_trackUWMKT:hover:nth-child(2) {
    transform: perspective(1000px) rotateY(2deg) translateY(-8px);
}
}



@media (prefers-reduced-motion) {.company_overviewLzedY .fast_trackUWMKT,
    .company_overviewLzedY h1,
    .company_overviewLzedY .fast_trackUWMKT h4::after,
    .company_overviewLzedY h1::after {
    transition: none;
}.company_overviewLzedY .fast_trackUWMKT:hover,
    .company_overviewLzedY h1:hover,
    .company_overviewLzedY .fast_trackUWMKT:hover h4::after,
    .company_overviewLzedY h1:hover::after {
    transform: none;
}}



@media screen and (min-width: 768px) {.title_introvAEZL .start_basemdILJ {
    align-items: center;
    gap: 3rem;
    grid-template-columns: 0.8fr 1.2fr;
    padding: 4rem 3rem;
}.title_introvAEZL h1 {
    font-size: calc(48px * 1.1);
}.title_introvAEZL h3 {
    font-size: 21px;
}.title_introvAEZL .start_basemdILJ > div:first-child {
    padding-left: 3rem;
}
}



@media screen and (max-width: 767px) {.title_introvAEZL {
    padding: 2rem 0;
}.title_introvAEZL .start_basemdILJ {
    padding: 2rem 1.5rem;
}.title_introvAEZL h1 {
    font-size: calc(48px * 0.9);
}.title_introvAEZL h3 {
    font-size: calc(21px * 0.8);
}.title_introvAEZL p {
    padding: 1.5rem;
    font-size: 13px;
}.title_introvAEZL .our_journeyBFkZO {
    padding: 1.5rem;
}}



@media (min-width: 1024px) {.course_instructorEwdYW {
    padding: 10rem 4rem;
}.course_instructorEwdYW .client_testimonialstDzNO {
    gap: 4rem 5rem;
    grid-template-columns: minmax(300px, 400px) 1fr;
    padding: 5rem;
}.course_instructorEwdYW .name {
    font-size: calc(24px + 2px);
}.course_instructorEwdYW .client_testimonialstDzNO > div:nth-child(2) > div {
    font-size: 14px;
}.course_instructorEwdYW .work_tasksMLNDY {
    line-height: 1.8;
}.course_instructorEwdYW .client_testimonialstDzNO::after {
    content: "";
    background: linear-gradient(135deg, transparent 50%, rgb(212,210,198,0.5) 50%);
    width: 150px;
    transition: opacity 0.3s ease;
    right: 0;
    opacity: 0.1;
    top: 0;
    height: 150px;
    position: absolute;
}.course_instructorEwdYW .client_testimonialstDzNO:hover::after {
    opacity: 0.2;
}
}



@media (max-width: 992px) {.contact_boxcAlmy .img_shadow_boxxiZGv {
    width: 100%;
    height: 40%;
    opacity: 0.3;
}.contact_boxcAlmy .support_blockjTcSJ {
    max-width: 700px;
    flex-direction: column;
}.contact_boxcAlmy .help_inquirygbFkS,
    .contact_boxcAlmy .inquiry_gridLFOkz {
    width: 100%;
    padding: 40px;
}
}



@media (max-width: 576px) {.contact_boxcAlmy {
    padding: 60px 0;
}.contact_boxcAlmy h3 {
    margin-bottom: 30px;
    font-size: calc(38px * 0.8);
}.contact_boxcAlmy .help_inquirygbFkS,
    .contact_boxcAlmy .inquiry_gridLFOkz {
    padding: 25px 20px;
}.contact_boxcAlmy input[type="text"],
    .contact_boxcAlmy textarea {
    margin-bottom: 15px;
    padding: 12px;
}.contact_boxcAlmy .connect_messagepTvmb {
    padding: 12px;
    width: 100%;
}
}



@keyframes patternMove {
    0% {
        transform: translateX(5%) translateY(5%);
    }
    100% {
        transform: translateX(0%) translateY(0%);
    }
}



@keyframes float {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(5%, 3%);
    }
    50% {
        transform: translate(-3%, 5%);
    }
    75% {
        transform: translate(3%, -3%);
    }
}



@keyframes slideIn {
    0% {
        transform: translateX(-1rem);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}



@keyframes slideUp {
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

