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

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

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

.degree-path-aHlEr {
    flex: 0 0 auto;
}

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

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

.meet-us-jTohc::before {
    left: 0;
    background: 
        linear-gradient(217deg, rgb(188,169,146,0.5), transparent 70%),
        linear-gradient(127deg, rgb(153,133,116,0.5), transparent 70%),
        linear-gradient(336deg, rgb(188,169,146,0.5), transparent 70%);
    position: absolute;
    filter: blur(20px);
    top: 0;
    width: 100%;
    opacity: 0.15;
    z-index: -1;
    content: "";
    animation: gradientFlow 15s ease infinite;
    height: 100%;
    transform-origin: center center;
}



.meet-us-jTohc .container {
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}



.meet-us-jTohc .knowledge-experts-eQhaG {
    flex-direction: column;
    display: flex;
    align-items: center;
    gap: 60px;
    position: relative;
    justify-content: center;
}

.meet-us-jTohc .knowledge-experts-eQhaG::before {
    background: linear-gradient(90deg, transparent, rgb(188,169,146), transparent);
    height: 1px;
    content: "";
    position: absolute;
    animation: scanline 4s ease-in-out infinite;
    left: 30%;
    width: 40%;
    top: 50%;
    opacity: 0.4;
}

.meet-us-jTohc .legacy-edu-rgykH:hover {
    border-color: rgb(188,169,146,0.5);
    transform: translateY(-15px) rotateX(5deg);
    box-shadow: 0 35px 60px rgba(0, 0, 0, 0.12), 0 0 30px rgb(188,169,146,0.5);
}

.meet-us-jTohc .legacy-edu-rgykH::before {
    transition: opacity 0.4s ease;
    position: absolute;
    z-index: -1;
    border-radius: 16px;
    inset: 0;
    opacity: 0.07;
    background: linear-gradient(135deg, transparent 0%, rgb(188,169,146,0.5) 100%);
    content: "";
}



.meet-us-jTohc .legacy-edu-rgykH:hover::after {
    opacity: 1;
}

.meet-us-jTohc .img-horizontal-JAats {
    border: 5px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    height: 220px;
    z-index: 2;
    margin-bottom: 30px;
    width: 220px;
    border-radius: 50%;
    position: relative;
    transition: all 0.5s ease;
}

.meet-us-jTohc .img-horizontal-JAats::after {
    animation: rotateReverse 20s linear infinite;
    position: absolute;
    border-radius: 50%;
    content: "";
    border: 1px dashed rgb(188,169,146,0.5);
    inset: -10px;
    opacity: 0.5;
}



.meet-us-jTohc .skill-program-clVUB {
    position: relative;
    width: 100%;
    padding-top: 15px;
    text-align: center;
}

.meet-us-jTohc .mentor-approach-aQVTq {
    letter-spacing: 0.5px;
    display: inline-block;
    font-weight: 700;
    position: relative;
    color: #000000;
    margin-bottom: 10px;
    font-size: calc(22px * 1.15);
}

.meet-us-jTohc .legacy-edu-rgykH:hover .mentor-approach-aQVTq::after {
    width: 80%;
}

.meet-us-jTohc .study-program-oNkbM {
    margin-bottom: 0;
    letter-spacing: 0.5px;
    font-weight: 600;
    color: rgb(188,169,146);
    transition: all 0.3s ease;
    font-size: calc(14px * 1.05);
    opacity: 0.9;
}

.meet-us-jTohc .text-panel-wrap-zQmZd {
    padding: 50px 45px;
    overflow: hidden;
    border-radius: 16px;
    width: 100%;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background: rgba(255, 255, 255, 0.01);
    position: relative;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.03);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.05);
}

.meet-us-jTohc .text-panel-wrap-zQmZd::after {
    animation-delay: -15s;
    background: rgb(153,133,116,0.5);
    bottom: -250px;
    left: -250px;
}

.meet-us-jTohc .text-panel-wrap-zQmZd:hover::before,
.meet-us-jTohc .text-panel-wrap-zQmZd:hover::after {
    opacity: 0.08;
    filter: blur(40px);
}

.meet-us-jTohc .our-journey-KybOj {
    transition: all 0.3s ease;
    font-size: calc(19px * 1.2);
    position: relative;
    gap: 16px;
    display: flex;
    margin-bottom: 25px;
    align-items: center;
    color: rgb(188,169,146);
    font-weight: 600;
}

.meet-us-jTohc .our-journey-KybOj::after {
    position: absolute;
    width: 0;
    content: "";
    bottom: -8px;
    background: linear-gradient(90deg, rgb(188,169,146), transparent);
    transition: width 0.4s ease;
    height: 1px;
    left: 0;
}

.meet-us-jTohc .our-journey-KybOj svg path {
    transition: fill 0.4s ease;
}

.meet-us-jTohc .our-journey-KybOj:hover svg {
    transform: rotateY(180deg);
    fill: rgb(153,133,116);
}

.meet-us-jTohc .text-panel-wrap-zQmZd h2 {
    transition: all 0.4s ease;
    font-size: calc(33px * 1.1);
    font-weight: 700;
    padding-bottom: 20px;
    color: #000000;
    letter-spacing: 0.5px;
    position: relative;
    margin-bottom: 30px;
}

.meet-us-jTohc .text-panel-wrap-zQmZd:hover h2::after {
    width: 150px;
}

.meet-us-jTohc .text-panel-wrap-zQmZd p {
    line-height: 1.9;
    font-size: calc(14px * 1.05);
    transition: all 0.4s ease;
    color: #000000;
    margin-bottom: 0;
    position: relative;
}

header::before {
    background: 
        linear-gradient(to right, transparent 25%, rgba(255, 255, 255, 0.05) 25%, rgba(255, 255, 255, 0.05) 26%, transparent 26%),
        linear-gradient(to right, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 51%, transparent 51%),
        linear-gradient(to right, transparent 75%, rgba(255, 255, 255, 0.05) 75%, rgba(255, 255, 255, 0.05) 76%, transparent 76%);
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    left: 0;
    position: absolute;
    content: '';
}

header .container {
    width: 100%;
    max-width: 100%;
    margin: 0;
    position: relative;
    padding: 0 2%;
    z-index: 1;
}

header .top-study-tJTWH {
    overflow: hidden;
    margin: 1rem 0;
    position: relative;
    padding: 1.5rem 0;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    display: flex;
    align-items: center;
    flex-direction: column;
    border-radius: 28px;
}

header .main-learning-KWHVs::after {
    bottom: 0;
    height: 1px;
    left: 20%;
    background: linear-gradient(to right, transparent, rgb(188,169,146,0.5), rgb(153,133,116,0.5), rgb(188,169,146,0.5), transparent);
    width: 60%;
    position: absolute;
    content: '';
}

header .header-primary-gYkwl {
    padding: 1rem 2rem 0;
    gap: 0.7rem;
    display: flex;
    flex-wrap: wrap;
    max-width: 90%;
    width: 100%;
    justify-content: center;
}

header .nav-lead-zHNxi::before {
    z-index: -1;
    bottom: 0;
    width: 100%;
    content: '';
    background: linear-gradient(to top, rgb(188,169,146,0.5), transparent);
    transition: height 0.3s ease;
    position: absolute;
    height: 0;
    left: 0;
}

header .nav-lead-zHNxi:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    color: rgb(188,169,146);
}

.course-overview-EyBpS {
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: rgb(224,204,181);
    overflow: hidden;
    padding: 0;
    min-height: 100vh;
    flex-direction: column;
    display: flex;
    margin: 0;
}

.course-overview-EyBpS .skill-explorer-SFeVx::after {
    background: linear-gradient(to top, rgb(188,169,146,0.5) 10%, transparent 100%);
    position: absolute;
    left: 0;
    width: 100%;
    height: 70%;
    bottom: 0;
    z-index: 3;
    content: "";
}

.course-overview-EyBpS .skill-explorer-SFeVx:hover .new-skills-MewoK {
    animation-play-state: paused;
}

.course-overview-EyBpS .lesson-plan-ObqnK {
    height: 100%;
    min-width: 100%;
    position: relative;
    transition: transform 0.5s ease;
}

.course-overview-EyBpS .lesson-plan-ObqnK img {
    transition: filter 0.3s ease, transform 0.5s ease;
    object-position: center;
    height: 100%;
    width: 100%;
    object-fit: cover;
    filter: saturate(1.2) contrast(1.1);
}

.course-overview-EyBpS .lesson-plan-ObqnK:hover img {
    filter: saturate(1.4) contrast(1.2);
    transform: scale(1.05);
}

.course-overview-EyBpS .knowledge-experts-eQhaG {
    align-items: center;
    height: 100%;
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

.course-overview-EyBpS .career-class-iAYad h3 {
    margin-bottom: 1.8rem;
    font-weight: 700;
    padding-bottom: 1rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    font-size: calc(29px * 1.1);
    position: relative;
    color: #ffffff;
}

.course-overview-EyBpS .career-class-iAYad h3::after {
    background: rgb(188,169,146);
    height: 4px;
    width: 70px;
    bottom: 0;
    position: absolute;
    content: "";
    left: 0;
    border-radius: 10px;
}

.course-overview-EyBpS .career-class-iAYad p {
    margin-bottom: 2.5rem;
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    line-height: 1.7;
    font-size: calc(15px * 1.1);
    opacity: 1;
}

.course-overview-EyBpS .career-class-iAYad .request-block-dNemM::before {
    transition: left 0.7s ease;
    left: -100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    width: 100%;
    content: "";
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
}

.course-overview-EyBpS .career-class-iAYad .request-block-dNemM:hover::before {
    left: 100%;
}

.pricing-zone-OwqlS::before {
    border-radius: 10px;
    content: "";
    transform: rotate(-15deg);
    width: 40%;
    position: absolute;
    height: 70%;
    right: -5%;
    z-index: 0;
    opacity: 0.1;
    background: linear-gradient(120deg, rgb(188,169,146,0.5) 20%, rgb(153,133,116,0.5) 80%);
    top: -10%;
}

.pricing-zone-OwqlS .container {
    max-width: 1400px;
    z-index: 2;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
}

.pricing-zone-OwqlS .package-rates-sjLiU {
    display: flex;
    flex-direction: column;
}

.pricing-zone-OwqlS .access-rates-XWZNJ h2 {
    margin-bottom: 1.5rem;
    color: #000000;
    position: relative;
    font-size: 32px;
    display: inline-block;
    font-weight: 700;
}

.pricing-zone-OwqlS .plan-deals-JOpZP {
    margin: 0 auto;
    line-height: 1.6;
    font-size: 12px;
    color: #000000;
    max-width: 800px;
}

.pricing-zone-OwqlS .price-deals-VuMwJ {
    width: 100%;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
    display: grid;
    order: 2;
}

.pricing-zone-OwqlS .pricing-catalog-pOian:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.pricing-zone-OwqlS .pricing-catalog-pOian::before {
    background: linear-gradient(90deg, rgb(188,169,146), rgb(153,133,116));
    content: "";
    left: 0;
    width: 100%;
    transform: translateY(-5px);
    height: 5px;
    position: absolute;
    top: 0;
    transition: transform 0.3s ease;
}

.pricing-zone-OwqlS .qtr-cost-RiDaZ {
    padding: 2rem 1.75rem;
    flex: 1;
    position: relative;
    flex-direction: column;
    display: flex;
}

.pricing-zone-OwqlS .qtr-cost-RiDaZ .learn-sub-enRjC {
    font-size: calc(23px * 1.3);
    color: rgb(188,169,146);
    position: relative;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.pricing-zone-OwqlS .qtr-cost-RiDaZ p {
    word-break: break-word;
    overflow-wrap: break-word;
    line-height: 1.65;
    font-size: 12px;
    flex-grow: 1;
    color: #000000;
    word-wrap: break-word;
    margin-bottom: 1.5rem;
}

.pricing-zone-OwqlS .img-horizontal-JAats::after {
    content: "";
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
}

.pricing-zone-OwqlS .pricing-catalog-pOian:nth-child(even) .qtr-cost-RiDaZ::before {
    width: 2.5rem;
    background: rgb(153,133,116,0.5);
    height: 2.5rem;
    border-radius: 50%;
    bottom: 1rem;
    content: "";
    z-index: -1;
    opacity: 0.1;
    left: 1rem;
    position: absolute;
}

.cookie-notice-overlay-lHxYu .consent-track-BHREY {
    margin-right: 20px;
    animation: logoScale 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    flex-shrink: 0;
    transform-origin: center;
}


.cookie-notice-overlay-lHxYu .edu-consent-UVSjv {
    flex-grow: 1;
}

.cookie-notice-overlay-lHxYu .edu-consent-UVSjv h5 {
    margin-bottom: 6px;
    color: rgb(188,169,146);
    font-size: 23px;
}

.cookie-notice-overlay-lHxYu .data-guard-OXFby {
    margin-right: 15px;
    display: inline-block;
    font-size: 15px;
    transition: transform 0.3s, box-shadow 0.3s;
    padding: 10px 20px;
    color: #ffffff;
    margin-top: 20px;
    text-decoration: none;
    background-color: rgb(188,169,146);
    border-radius: 5px;
}

.reach-out-exfid {
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(
        -45deg, 
        rgb(224,204,181) 0%, 
        rgb(153,133,116,0.5) 100%
    );
    position: relative;
}

.reach-out-exfid .img-horizontal-JAats {
    margin-left: -5%;
    min-height: 600px;
    position: relative;
    transform: skew(-10deg);
    z-index: 2;
    flex: 0 0 45%;
}

.reach-out-exfid .img-horizontal-JAats::before {
    left: 0;
    z-index: 1;
    position: absolute;
    content: '';
    width: 120%;
    background: linear-gradient(
        135deg, 
        rgb(188,169,146,0.5) 0%, 
        rgb(153,133,116,0.5) 100%
    );
    top: 0;
    height: 100%;
    transform: skew(10deg);
    opacity: 0.7;
}

.reach-out-exfid h2::before {
    background: rgb(188,169,146);
    height: 1rem;
    width: 1rem;
    content: '';
    border-radius: 50%;
    box-shadow: 0 0 15px rgb(188,169,146,0.5);
    left: 0;
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
}

.reach-out-exfid .support-panel-MmjeA h3::after {
    left: 0;
    width: 50px;
    content: '';
    position: absolute;
    height: 3px;
    bottom: 0;
    background: rgb(188,169,146);
}

.reach-out-exfid .support-panel-MmjeA input:not([type="checkbox"]):not([type="submit"])::after {
    left: 0;
    background: rgb(188,169,146);
    position: absolute;
    content: '';
    bottom: -2px;
    transition: width 0.3s ease;
    height: 2px;
    width: 0;
}

.reach-out-exfid .support-panel-MmjeA input:not([type="checkbox"]):not([type="submit"]):focus::after {
    width: 100%;
}

.reach-out-exfid .support-panel-MmjeA .feedback-feedback-UFuBP {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.reach-out-exfid .support-panel-MmjeA .feedback-feedback-UFuBP input[type="checkbox"]:checked {
    background: rgb(188,169,146);
    border-color: rgb(188,169,146);
}

.reach-out-exfid .support-panel-MmjeA .feedback-feedback-UFuBP input[type="checkbox"]:checked::after {
    left: 50%;
    font-size: 0.8rem;
    content: '✔';
    position: absolute;
    top: 50%;
    color: #ffffff;
    transform: translate(-50%, -50%);
}

.reach-out-exfid .support-panel-MmjeA .feedback-feedback-UFuBP a:hover {
    text-decoration: underline;
}

.reach-out-exfid .support-panel-MmjeA .request-block-dNemM {
    overflow: hidden;
    color: #ffffff;
    border-radius: 10px;
    border: none;
    transition: all 0.3s ease;
    padding: 1rem;
    font-weight: 600;
    width: 100%;
    font-size: 19px;
    background: rgb(188,169,146);
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
}

.reach-out-exfid .support-panel-MmjeA .request-block-dNemM:hover::before {
    opacity: 1;
}

.newsletter-subscription-bCTGg {
    padding: 4rem 2rem;
    position: relative;
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, rgb(153,133,116,0.5) 0%, rgb(188,169,146,0.5) 100%);
    overflow: hidden;
}

.newsletter-subscription-bCTGg {
    padding: 5rem 3rem;
}

.newsletter-subscription-bCTGg::after {
    transform: rotate(-15deg);
    opacity: 0.1;
    animation: pulse 15s infinite alternate ease-in-out;
    width: 70%;
    content: "";
    top: -50%;
    height: 200%;
    position: absolute;
    right: -20%;
    background: radial-gradient(circle, rgb(188,169,146,0.5) 0%, transparent 70%);
    z-index: 0;
}

.newsletter-subscription-bCTGg .knowledge-experts-eQhaG::before {
    z-index: 1;
    top: 0;
    transform: translateX(-3px);
    position: absolute;
    width: 5px;
    left: 0;
    background: linear-gradient(to bottom, rgb(188,169,146), rgb(153,133,116));
    height: 100%;
    content: "";
}

.newsletter-subscription-bCTGg .knowledge-experts-eQhaG h3 {
    color: #000000;
    font-size: calc(18px * 1.1);
    font-weight: 600;
    margin-bottom: 2rem;
    max-width: 80%;
    position: relative;
    line-height: 1.4;
}

.newsletter-subscription-bCTGg .knowledge-experts-eQhaG h3 {
    font-size: 37px;
    max-width: 45%;
    padding-right: 2rem;
    margin-bottom: 0;
}

.newsletter-subscription-bCTGg .input_holder {
    max-width: 550px;
    flex-wrap: wrap;
    margin-top: 1rem;
    gap: 1rem;
    position: relative;
    display: flex;
}

.newsletter-subscription-bCTGg .input_holder {
    margin-top: 0;
    max-width: 100%;
}

.newsletter-subscription-bCTGg .input_holder div {
    flex: 1 1 250px;
    position: relative;
}

.newsletter-subscription-bCTGg .input_holder input[type="email"]:focus {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px -3px rgb(188,169,146,0.5);
    outline: none;
    border-color: rgb(188,169,146);
}

.newsletter-subscription-bCTGg .input_holder input[type="email"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(0, 0, 0, 0.4);
}

.newsletter-subscription-bCTGg .input_holder .join-list-IZQgi {
    background: linear-gradient(to right, rgb(188,169,146), rgb(153,133,116));
    padding: 1rem 1.5rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    flex: 0 0 auto;
    font-size: 19px;
    font-weight: 600;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    color: #ffffff;
    border: none;
}

.newsletter-subscription-bCTGg .input_holder .join-list-IZQgi:hover::before {
    left: 100%;
}

.newsletter-subscription-bCTGg .input_holder .join-list-IZQgi:active {
    box-shadow: 0 4px 10px -3px rgb(188,169,146,0.5);
    transform: translateY(-1px);
}

footer .degree-path-aHlEr::before {
    left: 0;
    opacity: 0.05;
    position: absolute;
    top: 0;
    background-size: 80px 140px;
    background-image: 
        linear-gradient(30deg, rgb(153,133,116) 12%, transparent 12.5%, transparent 87%, rgb(153,133,116) 87.5%, rgb(153,133,116)),
        linear-gradient(150deg, rgb(153,133,116) 12%, transparent 12.5%, transparent 87%, rgb(153,133,116) 87.5%, rgb(153,133,116)),
        linear-gradient(30deg, rgb(153,133,116) 12%, transparent 12.5%, transparent 87%, rgb(153,133,116) 87.5%, rgb(153,133,116)),
        linear-gradient(150deg, rgb(153,133,116) 12%, transparent 12.5%, transparent 87%, rgb(153,133,116) 87.5%, rgb(153,133,116)),
        linear-gradient(60deg, rgb(188,169,146,0.5) 25%, transparent 25.5%, transparent 75%, rgb(188,169,146,0.5) 75%, rgb(188,169,146,0.5)),
        linear-gradient(60deg, rgb(188,169,146,0.5) 25%, transparent 25.5%, transparent 75%, rgb(188,169,146,0.5) 75%, rgb(188,169,146,0.5));
    pointer-events: none;
    height: 100%;
    background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0, 40px 70px;
    width: 100%;
    content: "";
}

footer .info_item:hover {
    transform: translateY(-5px);
    background-color: rgb(188,169,146);
}

footer .info_item svg {
    width: 20px;
    fill: rgb(188,169,146);
    transition: fill 0.3s ease;
    flex-shrink: 0;
    margin-right: 12px;
    height: 20px;
}

footer .text_main_holder {
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
    padding-top: 40px;
    gap: 50px;
}

footer .text_main_holder::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
    position: absolute;
    left: 10%;
    width: 80%;
    height: 1px;
    content: "";
    pointer-events: none;
    top: 0;
}

footer .top-prime-oYMkT::before {
    content: "";
    right: 3px;
    bottom: 3px;
    pointer-events: none;
    z-index: -1;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    top: 3px;
    left: 3px;
    background-color: rgb(153,133,116);
    position: absolute;
}

footer .top-prime-oYMkT svg {
    width: auto;
    filter: brightness(0) invert(1);
    height: 45px;
    margin-bottom: 20px;
}

footer .header-primary-gYkwl {
    background-color: rgba(255, 255, 255, 0.03);
    border-radius: 16px;
    position: relative;
    padding: 30px;
}

footer .header-primary-gYkwl h5::after {
    left: 0;
    width: 50px;
    height: 2px;
    position: absolute;
    pointer-events: none;
    background-color: rgb(188,169,146);
    bottom: 0;
    content: "";
}

footer .nav-study-YiFLG a::before {
    pointer-events: none;
    border-left: 4px solid rgb(188,169,146);
    height: 0;
    position: absolute;
    content: "";
    opacity: 0;
    border-top: 4px solid transparent;
    top: 50%;
    transition: all 0.3s ease;
    border-bottom: 4px solid transparent;
    transform: translateY(-50%);
    width: 0;
    left: 5px;
}

footer .nav-study-YiFLG a:hover::before {
    opacity: 1;
}

footer .subscribe_holder {
    border-radius: 16px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 30px;
}

footer .subscribe_holder h5 {
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 22px;
}

footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 25px;
}

footer .input_holder {
    z-index: 5;
    flex-direction: column;
    gap: 15px;
    display: flex;
    position: relative;
    width: 100%;
}

footer .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.08);
    border-color: rgb(188,169,146);
    outline: none;
}

footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

footer .join-list-IZQgi {
    padding: 14px 20px;
    text-align: center;
    border-radius: 10px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    cursor: pointer;
    border: none;
    z-index: 5;
    background-color: rgb(188,169,146);
    transition: all 0.3s ease;
    position: relative;
    width: 100%;
}

footer .tech-stack-icskE {
    font-size: 15px;
    position: relative;
    display: inline-block;
    color: rgba(255, 255, 255, 0.5);
    padding: 0 20px;
}

footer .tech-stack-icskE::after {
    right: -10px;
    transform: rotate(45deg);
}

.course-instructor-MBsrF {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(224,204,181) 0%, #ffffff 100%);
    position: relative;
    padding: 120px 0;
}

.course-instructor-MBsrF::after {
    transform: rotate(-15deg);
    width: 80%;
    top: -50%;
    right: -25%;
    background: radial-gradient(
        ellipse at center,
        rgb(188,169,146,0.5) 0%,
        transparent 70%
    );
    opacity: 0.1;
    position: absolute;
    content: "";
    height: 200%;
    z-index: 1;
}

.course-instructor-MBsrF .user-ratings-QXdly {
    position: relative;
    transform: perspective(1000px) rotateY(0deg);
    grid-template-columns: 1fr;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
    padding: 3rem;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    gap: 2rem;
    display: grid;
    background: #ffffff;
}

.course-instructor-MBsrF .user-ratings-QXdly:hover::before {
    transform: scaleY(1);
}

.course-instructor-MBsrF .img-horizontal-JAats {
    width: 180px;
    position: relative;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    border: 6px solid #ffffff;
    transform: rotate(-3deg) translateY(0);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    height: 180px;
}

.course-instructor-MBsrF .img-horizontal-JAats::after {
    width: 100%;
    left: 0;
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    background: linear-gradient(
        to bottom,
        transparent 70%,
        rgba(0, 0, 0, 0.2) 100%
    );
}

.course-instructor-MBsrF .user-ratings-QXdly:hover .name {
    transform: translateY(-5px);
}

.course-instructor-MBsrF .user-ratings-QXdly:hover .name::after {
    transform: translateX(-50%) scaleX(1);
}

.course-instructor-MBsrF .user-ratings-QXdly div:nth-child(2) div {
    text-align: center;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    transform: translateY(0);
    font-size: calc(18px * 1.05);
    margin-top: 0.5rem;
    color: rgb(153,133,116);
    font-style: italic;
}

.course-instructor-MBsrF .user-ratings-QXdly:hover .exp-projects-DFmOz {
    opacity: 1;
}

.course-instructor-MBsrF .exp-projects-DFmOz::before {
    transform: translateX(-50%);
    text-shadow: 2px 2px 0 #ffffff;
    font-size: 4rem;
    font-family: serif;
    content: "";
    left: 50%;
    line-height: 1;
    top: -0.5rem;
    position: absolute;
    color: rgb(188,169,146,0.5);
}

.appNote-IpkQP::before {
    opacity: 0.1;
    background-size: 60px 60px;
    background-image: 
        linear-gradient(30deg, rgb(188,169,146,0.5) 1px, transparent 1px),
        linear-gradient(120deg, rgb(188,169,146,0.5) 1px, transparent 1px);
    animation: patternShift 30s infinite linear;
    top: 0;
    position: absolute;
    z-index: 1;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
}

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

.appNote-IpkQP .knowledge-experts-eQhaG::before {
    background: linear-gradient(45deg, 
        rgb(188,169,146) 0%, 
        transparent 30%, 
        transparent 70%, 
        rgb(153,133,116) 100%);
    position: absolute;
    border-radius: calc(10px + 5px);
    top: -5px;
    opacity: 0.6;
    bottom: -5px;
    content: "";
    right: -5px;
    left: -5px;
    z-index: -1;
    filter: blur(8px);
    transition: opacity 0.6s ease, filter 0.6s ease;
}

.appNote-IpkQP .knowledge-experts-eQhaG:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.12),
        0 1px 0 rgba(255, 255, 255, 0.9) inset,
        0 -1px 0 rgba(0, 0, 0, 0.08) inset;
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}

.appNote-IpkQP .knowledge-experts-eQhaG > div:first-child::after {
    animation: lineExtend 1.5s ease-out forwards;
    bottom: -10px;
    left: 0;
    height: 4px;
    content: "";
    border-radius: 2px;
    transform-origin: left center;
    background: linear-gradient(90deg, rgb(188,169,146), rgb(153,133,116));
    position: absolute;
    width: 80px;
}

.appNote-IpkQP .knowledge-experts-eQhaG > div:first-child::after {
    width: 60px;
}

.appNote-IpkQP .knowledge-experts-eQhaG > div:first-child::after {
    width: 50px;
    height: 3px;
}

.appNote-IpkQP .knowledge-experts-eQhaG > div:last-child {
    overflow: hidden;
    position: relative;
}

.appNote-IpkQP a:hover {
    transform: translateX(5px);
}

.appNote-IpkQP p {
    margin: 0;
    animation: fadeIn 1s 0.5s ease-out forwards;
    font-weight: 400;
    color: #000000;
    font-family: Arial, sans-serif;
    opacity: 0;
    line-height: 1.8;
    font-size: 17px;
    padding: 0;
}

.appNote-IpkQP p {
    font-size: calc(17px - 0.05rem);
    line-height: 1.7;
}

.appNote-IpkQP p {
    line-height: 1.6;
    font-size: calc(17px - 0.1rem);
}

.privacy-cloister-RZdjU h2 {
    font-size: 35px;
}

.privacy-cloister-RZdjU h3 {
    font-size: calc(22px - 4px);
}

.privacy-cloister-RZdjU h4 {
    font-size: calc(22px - 8px);
}

.privacy-cloister-RZdjU h6 {
    font-size: 20px;
    font-weight: 300;
}

.privacy-cloister-RZdjU li {
    padding-left: 10px;
    border-left: 3px solid rgb(153,133,116);
    margin-bottom: 10px;
}

.privacy-cloister-RZdjU section {
    padding: 20px;
    margin-bottom: 40px;
    border-radius: 10px;
    background-color: rgb(224,204,181);
}


.greeting-page-znNMi {
    background: linear-gradient(135deg, rgb(224,204,181) 0%, rgba(255,255,255,0.95) 100%);
    overflow: hidden;
    position: relative;
    min-height: 100vh;
}

.greeting-page-znNMi::after {
    left: -5%;
    filter: blur(60px);
    position: absolute;
    bottom: -10%;
    content: "";
    width: 35%;
    z-index: 1;
    height: 60%;
    background: linear-gradient(225deg, rgb(153,133,116,0.5) 0%, rgb(188,169,146,0.5) 100%);
    animation: pulse 12s infinite alternate-reverse ease-in-out;
}

.greeting-page-znNMi h1 {
    color: #000000;
    margin-bottom: 1.5rem;
    opacity: 0;
    animation: fadeSlideUp 0.8s 0.2s forwards ease-out;
    transform: translateY(30px);
    font-weight: 700;
    line-height: 1.2;
    font-size: 48px;
}

.greeting-page-znNMi .main-entry-cVUIr {
    border-radius: 10px;
    padding: 2.5rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    background: rgba(255, 255, 255, 0.9);
}

.greeting-page-znNMi svg path {
    transition: fill 0.5s ease;
    fill: rgb(188,169,146);
}

.greeting-page-znNMi svg:hover path {
    fill: rgb(153,133,116);
    filter: drop-shadow(0 0 8px rgba(94,170,168,0.4));
}

.greeting-page-znNMi svg:hover text {
    fill: #000000;
}

.greeting-page-znNMi .request-block-dNemM::before {
    opacity: 0;
    background: linear-gradient(135deg, rgb(153,133,116) 0%, rgb(188,169,146) 100%);
    top: 0;
    height: 100%;
    left: 0;
    transition: opacity 0.4s ease;
    position: absolute;
    content: "";
    width: 100%;
    z-index: -1;
}

.greeting-page-znNMi .request-block-dNemM:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 15px 30px rgba(94,170,168,0.3);
}

.greeting-page-znNMi .request-block-dNemM:hover::before {
    opacity: 1;
}

.greeting-page-znNMi .img-horizontal-JAats {
    border-radius: 10px;
    transform: translateY(30px);
    opacity: 0;
    overflow: hidden;
    height: 350px;
    position: relative;
    animation: fadeSlideUp 0.8s 0.6s forwards ease-out;
}

.greeting-page-znNMi .img-horizontal-JAats:hover::before {
    opacity: 0.7;
}

.service-connect-leqPb {
    padding: 5rem 0;
    color: #ffffff;
    background: linear-gradient(140deg, #000000 0%, #151a23 100%);
    position: relative;
    perspective: 1000px;
    overflow: hidden;
}

.service-connect-leqPb::after {
    width: 500px;
    filter: blur(80px);
    background: radial-gradient(circle, rgb(188,169,146) 0%, transparent 60%);
    right: -250px;
    z-index: 0;
    top: -250px;
    content: '';
    height: 500px;
    opacity: 0.1;
    animation: pulseGlow 10s infinite alternate;
    position: absolute;
}


.service-connect-leqPb .container {
    padding: 0 1.5rem;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 3;
}

.service-connect-leqPb .quick-contact-bFDsU {
    position: relative;
    border-radius: 10px;
    perspective: 800px;
    overflow: visible;
    transform-style: preserve-3d;
}

.service-connect-leqPb .quick-contact-bFDsU h3::after {
    background: linear-gradient(90deg, rgb(188,169,146), transparent);
    left: 0;
    height: 1px;
    position: absolute;
    content: '';
    width: 100%;
    bottom: -10px;
}

.service-connect-leqPb .help-request-VpgPI {
    font-size: 18px;
    position: relative;
    line-height: 1.7;
    margin-bottom: 3rem;
    max-width: 80%;
    transform: translateZ(5px);
    color: rgba(255, 255, 255, 0.7);
}

.service-connect-leqPb .get-contactblock-oInxs span {
    overflow: hidden;
    transition: all 0.3s ease;
    padding: 1.5rem;
    backdrop-filter: blur(5px);
    background: rgba(0, 0, 0, 0.2);
    transform: translateZ(0);
    border: 1px solid rgba(rgb(188,169,146,0.5), 0.2);
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.service-connect-leqPb .get-contactblock-oInxs span:hover {
    transform: translateY(-5px) translateZ(10px);
    border-color: rgba(rgb(188,169,146,0.5), 0.4);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3), 0 0 15px rgba(rgb(188,169,146,0.5), 0.3);
}

.service-connect-leqPb .get-contactblock-oInxs span p::before {
    height: 2px;
    margin-right: 10px;
    display: block;
    content: '';
    width: 10px;
    background: rgb(188,169,146);
}

.service-connect-leqPb .get-contactblock-oInxs span:hover svg {
    opacity: 1;
    transform: translateZ(15px) rotate(15deg) scale(1.1);
    fill: #ffffff;
    filter: drop-shadow(0 0 8px rgb(188,169,146));
}

.service-connect-leqPb .get-contactblock-oInxs span svg path {
    stroke: rgba(0, 0, 0, 0.4);
    stroke-width: 0.5;
    transition: all 0.3s ease;
}

.service-connect-leqPb .get-contactblock-oInxs span > span {
    color: rgba(255, 255, 255, 0.7);
    border: none;
    margin: 0;
    background: transparent;
    transform: none !important;
    display: flex;
    align-items: center;
    box-shadow: none;
    padding: 0;
}

.service-connect-leqPb .get-contactblock-oInxs span > span svg {
    opacity: 0.7;
    height: 18px;
    width: 18px;
    right: auto;
    margin-bottom: 0;
    position: relative;
    margin-right: 0.75rem;
    top: auto;
}

.service-connect-leqPb .get-contactblock-oInxs span a:hover {
    color: #ffffff;
    text-shadow: 0 0 8px rgb(188,169,146);
}

.service-connect-leqPb .get-contactblock-oInxs span a svg {
    top: auto;
    position: relative;
    opacity: 0.9;
    height: 16px;
    margin-right: 0.5rem;
    right: auto;
    width: 16px;
}

.service-connect-leqPb .talk-form-woPLC::before {
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
    content: '';
    pointer-events: none;
    background: linear-gradient(135deg, transparent, rgba(rgb(153,133,116,0.5), 0.05));
    position: absolute;
    top: 0;
}

.service-connect-leqPb .talk-form-woPLC::after {
    border-radius: 50%;
    width: 60px;
    content: '';
    height: 60px;
    opacity: 0.1;
    top: -30px;
    background: rgb(153,133,116);
    right: -30px;
    position: absolute;
}

.service-connect-leqPb .talk-form-woPLC h4 svg {
    filter: drop-shadow(0 0 5px rgba(rgb(153,133,116,0.5), 0.5));
    animation: clockRotate 10s linear infinite;
    height: 22px;
    transform-origin: center;
    fill: rgb(153,133,116);
    margin-right: 0.75rem;
    width: 22px;
}

.service-connect-leqPb .talk-form-woPLC span {
    transition: color 0.3s ease;
    align-items: center;
    color: rgba(255, 255, 255, 0.7);
    display: flex;
    position: relative;
    padding: 0.75rem;
    margin-bottom: 14px;
}

.service-connect-leqPb .talk-form-woPLC span:hover svg {
    opacity: 1;
    transform: translateX(3px);
}


.service-connect-leqPb .container::before {
    background: rgb(188,169,146);
    border-radius: 50%;
    position: absolute;
    box-shadow: 0 0 15px rgb(188,169,146);
    z-index: 5;
    bottom: 20px;
    right: 20px;
    height: 10px;
    width: 10px;
    animation: blinkingLight 2s infinite;
    content: '';
}

.learning-impact-JvfhV {
    overflow: hidden;
    padding: 90px 0;
    background: linear-gradient(120deg, rgb(224,204,181) 30%, rgb(188,169,146,0.5) 100%);
    position: relative;
}

.learning-impact-JvfhV::before {
    top: 0;
    width: 100%;
    opacity: 0.4;
    height: 100%;
    position: absolute;
    background: radial-gradient(circle at 70% 30%, rgb(153,133,116,0.5) 0%, transparent 60%);
    content: "";
    left: 0;
}

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

.learning-impact-JvfhV .img-horizontal-JAats {
    position: relative;
    max-width: 45%;
    transition: all 0.5s ease;
    border-radius: 30% 10% 30% 10%;
    flex: 0 0 45%;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}

.learning-impact-JvfhV .img-horizontal-JAats:hover {
    transform: translateY(0);
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.15);
}

.learning-impact-JvfhV .text-panel-wrap-zQmZd::before {
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    width: 6px;
    background: linear-gradient(to bottom, rgb(188,169,146), rgb(153,133,116));
    content: "";
    border-radius: 10px;
}

.learning-impact-JvfhV h3::after {
    left: 15px;
    width: 80px;
    bottom: -12px;
    background: rgb(188,169,146);
    content: "";
    border-radius: 10px;
    height: 3px;
    position: absolute;
}

.learning-impact-JvfhV li {
    transition: all 0.3s ease;
    position: relative;
    border-radius: 10px;
    padding: 15px;
    background: linear-gradient(90deg, #ffffff, rgb(224,204,181) 180%);
}

.learning-impact-JvfhV svg {
    height: 24px;
    width: 24px;
    background: #ffffff;
    align-items: center;
    padding: 5px;
    transition: all 0.3s ease;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
}

.learning-impact-JvfhV li:hover svg path {
    fill: rgb(153,133,116);
}

.future-learners-HRULQ {
    background: #ffffff;
    position: relative;
    overflow: hidden;
    padding: 110px 0;
}

.future-learners-HRULQ .container {
    position: relative;
    max-width: 1140px;
    z-index: 2;
    margin: 0 auto;
    padding: 0 15px;
}

.future-learners-HRULQ .knowledge-experts-eQhaG {
    position: relative;
}

.future-learners-HRULQ h4 {
    padding-bottom: 15px;
    font-weight: 700;
    position: relative;
    margin-bottom: 50px;
    color: #000000;
    text-align: center;
    font-size: 31px;
    letter-spacing: 0.5px;
}

.future-learners-HRULQ div > div {
    gap: 20px;
    display: flex;
    flex-direction: column;
}

.future-learners-HRULQ p::before {
    transition: width 0.3s ease;
    top: 0;
    background: rgb(188,169,146);
    width: 5px;
    content: "";
    left: 0;
    position: absolute;
    height: 100%;
}

.future-learners-HRULQ p::after {
    z-index: -1;
    height: 100%;
    top: 0;
    transition: opacity 0.3s ease;
    width: 100%;
    content: "";
    opacity: 0;
    left: 0;
    background: linear-gradient(90deg, 
                rgb(188,169,146,0.5) 0%, 
                transparent 30%);
    position: absolute;
}

.future-learners-HRULQ p svg {
    transition: all 0.3s ease;
    width: 28px;
    flex-shrink: 0;
    height: 28px;
    margin-right: 20px;
}

.future-learners-HRULQ p:hover svg path {
    fill: rgb(153,133,116);
}

.future-learners-HRULQ p:nth-child(even)::after {
    background: linear-gradient(90deg, 
                rgb(153,133,116,0.5) 0%, 
                transparent 30%);
}

.future-learners-HRULQ .knowledge-experts-eQhaG > div p:nth-child(2) {
    animation-delay: 0.2s;
}

.future-learners-HRULQ .knowledge-experts-eQhaG > div p:nth-child(4) {
    animation-delay: 0.4s;
}

.future-learners-HRULQ .knowledge-experts-eQhaG > div p:nth-child(6) {
    animation-delay: 0.6s;
}


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



@media (max-width: 1199px) {.meet-us-jTohc {
    padding: 120px 0;
}.meet-us-jTohc .knowledge-experts-eQhaG {
    gap: 50px;
}.meet-us-jTohc .text-panel-wrap-zQmZd {
    padding: 40px 35px;
}.meet-us-jTohc .legacy-edu-rgykH {
    padding: 40px 30px;
}.meet-us-jTohc .knowledge-experts-eQhaG::after {
    top: 320px;
}
}



@media (max-width: 767px) {.meet-us-jTohc {
    padding: 80px 0;
}.meet-us-jTohc .img-horizontal-JAats {
    height: 180px;
    width: 180px;
}.meet-us-jTohc .legacy-edu-rgykH {
    padding: 35px 25px;
}.meet-us-jTohc .text-panel-wrap-zQmZd {
    padding: 35px 25px;
}.meet-us-jTohc .text-panel-wrap-zQmZd h2 {
    margin-bottom: 25px;
    padding-bottom: 15px;
    font-size: calc(33px * 0.9);
}.meet-us-jTohc .mentor-approach-aQVTq {
    font-size: 22px;
}.meet-us-jTohc .study-program-oNkbM {
    font-size: 14px;
}.meet-us-jTohc .our-journey-KybOj {
    font-size: 19px;
}.meet-us-jTohc .our-journey-KybOj svg {
    height: 40px;
    width: 40px;
}.meet-us-jTohc .knowledge-experts-eQhaG::after {
    top: 280px;
}
}



@media (max-width: 991px) {header .top-study-tJTWH {
    padding: 1.2rem 0;
    margin: 0.8rem 0;
}header .main-learning-KWHVs {
    padding: 0 0 0.8rem 0;
}header .main-learning-KWHVs svg {
    width: 160px;
}header .header-primary-gYkwl {
    gap: 0.6rem;
    padding: 0.8rem 1.5rem 0;
}header .nav-lead-zHNxi {
    padding: 0.6rem 1.1rem;
}
}



@media (max-width: 480px) {header .top-study-tJTWH {
    margin: 0.5rem 0;
    padding: 0.8rem 0;
}header .main-learning-KWHVs {
    padding: 0 0 0.6rem 0;
}header .main-learning-KWHVs svg {
    width: 120px;
}header .header-primary-gYkwl {
    overflow-x: auto;
    padding: 0.6rem 0.5rem 0;
    flex-wrap: nowrap;
    justify-content: flex-start;
}header .header-primary-gYkwl::-webkit-scrollbar {
    height: 3px;
}header .header-primary-gYkwl::-webkit-scrollbar-thumb {
    background: rgb(188,169,146);
    border-radius: 10px;
}header .nav-lead-zHNxi {
    white-space: nowrap;
    margin-right: 3px;
    flex-shrink: 0;
}}



@media screen and (max-width: 767px) {.course-overview-EyBpS .skill-explorer-SFeVx {
    height: 40vh;
}.course-overview-EyBpS .skill-explorer-SFeVx::after {
    height: 60%;
}.course-overview-EyBpS .career-class-iAYad {
    padding: 1.5rem;
}.course-overview-EyBpS .career-class-iAYad h3 {
    font-size: calc(29px * 0.8);
}.course-overview-EyBpS .career-class-iAYad p {
    font-size: calc(15px * 0.9);
}.course-overview-EyBpS .career-class-iAYad .request-block-dNemM {
    padding: 0.8rem 1.5rem;
    width: 100%;
}
}



@media (max-width: 991px) {.pricing-zone-OwqlS {
    padding: 5rem 0;
}.pricing-zone-OwqlS .pricing-catalog-pOian {
    margin-bottom: 1.5rem;
}.pricing-zone-OwqlS .access-rates-XWZNJ {
    padding: 0 1rem;
}
}



@media (max-width: 767px) {.pricing-zone-OwqlS {
    padding: 4rem 0;
}.pricing-zone-OwqlS .access-rates-XWZNJ h2 {
    font-size: calc(32px * 0.9);
}.pricing-zone-OwqlS .qtr-cost-RiDaZ h3 {
    font-size: 23px;
}.pricing-zone-OwqlS .qtr-cost-RiDaZ .learn-sub-enRjC {
    font-size: calc(23px * 1.15);
}.pricing-zone-OwqlS .img-horizontal-JAats {
    height: 160px;
}
}



@media (max-width: 575px) {.pricing-zone-OwqlS {
    padding: 3rem 0;
}.pricing-zone-OwqlS .container {
    padding: 0 1.5rem;
}.pricing-zone-OwqlS .price-deals-VuMwJ {
    gap: 1.5rem;
}.pricing-zone-OwqlS .qtr-cost-RiDaZ {
    padding: 1.5rem;
}.pricing-zone-OwqlS .img-horizontal-JAats {
    height: 140px;
}
}



@media screen and (max-width: 1200px) {.reach-out-exfid .img-horizontal-JAats {
    margin-left: -3%;
}
}



@media screen and (max-width: 1024px) {.reach-out-exfid .feedback-links-LSAyv {
    flex-direction: column;
}.reach-out-exfid .img-horizontal-JAats {
    margin-left: 0;
    min-height: 300px;
    transform: none;
    flex: 0 0 100%;
}.reach-out-exfid .img-horizontal-JAats::before {
    transform: none;
    width: 100%;
}.reach-out-exfid .support-panel-MmjeA {
    flex: 0 0 100%;
    padding: 3rem 2rem;
}
}



@media screen and (max-width: 480px) {.reach-out-exfid .feedback-links-LSAyv {
    border-radius: 0;
}.reach-out-exfid .support-panel-MmjeA {
    padding: 2rem 1.5rem;
}}



@media (hover: none) {.newsletter-subscription-bCTGg .input_holder .join-list-IZQgi:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transform: none;
}.newsletter-subscription-bCTGg .input_holder .join-list-IZQgi:hover::before {
    left: -100%;
}.newsletter-subscription-bCTGg .input_holder input[type="email"]:focus {
    transform: none;
}
}



@media (prefers-reduced-motion) {.newsletter-subscription-bCTGg::after {
    animation: none;
}.newsletter-subscription-bCTGg .knowledge-experts-eQhaG h3::after {
    width: 80px;
    animation: none;
}.newsletter-subscription-bCTGg .input_holder .join-list-IZQgi::before {
    display: none;
}}



@media (max-width: 991px) {footer .nav-study-YiFLG {
    grid-template-columns: 1fr;
}
}



@media (max-width: 576px) {footer .degree-path-aHlEr {
    padding: 50px 0 20px;
}footer .info_item {
    min-width: 100%;
}footer .header-primary-gYkwl h5, footer .subscribe_holder h5 {
    font-size: calc(22px - 2px);
    margin-bottom: 20px;
}footer .header-primary-gYkwl, footer .subscribe_holder {
    padding: 20px 15px;
}footer .input_holder input[type="email"],
    footer .join-list-IZQgi {
    padding: 12px;
}}



@media (min-width: 992px) {.course-instructor-MBsrF {
    padding: 150px 0;
}.course-instructor-MBsrF .user-ratings-QXdly {
    grid-template-columns: 220px 1fr 2fr;
    gap: 3rem;
    padding: 4rem;
}.course-instructor-MBsrF .user-ratings-QXdly div:nth-child(1) {
    grid-row: span 2;
}.course-instructor-MBsrF .user-ratings-QXdly div:nth-child(3) {
    grid-column: 3;
    grid-row: span 2;
}.course-instructor-MBsrF .img-horizontal-JAats {
    height: 280px;
    width: 220px;
}.course-instructor-MBsrF .exp-projects-DFmOz {
    display: flex;
    padding: 0 0 0 3rem;
    align-items: center;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    border-top: none;
    margin: 0;
    height: 100%;
}.course-instructor-MBsrF .exp-projects-DFmOz::before {
    left: 1rem;
    top: 1rem;
}
}



@media (min-width: 1200px) {.course-instructor-MBsrF .user-ratings-QXdly {
    gap: 3.5rem;
    grid-template-columns: 250px 1fr 2.5fr;
    padding: 5rem;
}.course-instructor-MBsrF .img-horizontal-JAats {
    width: 250px;
    height: 320px;
}.course-instructor-MBsrF .name {
    font-size: calc(24px * 1.2);
}.course-instructor-MBsrF .user-ratings-QXdly div:nth-child(2) div {
    font-size: calc(18px * 1.1);
    margin-top: 0.75rem;
}.course-instructor-MBsrF .exp-projects-DFmOz {
    font-size: calc(18px * 1.05);
    padding: 0 0 0 4rem;
    line-height: 1.9;
}}


@media only screen and (max-width: 800px) {.privacy-cloister-RZdjU {
    padding: 15px;
}.privacy-cloister-RZdjU h1 {
    font-size: calc(22px - 6px);
}.privacy-cloister-RZdjU h2 {
    font-size: calc(22px - 5px);
}.privacy-cloister-RZdjU ul, .privacy-cloister-RZdjU ol {
    margin-left: 10px;
    padding-left: 10px;
}.privacy-cloister-RZdjU li {
    margin-bottom: 8px;
}.privacy-cloister-RZdjU p, .privacy-cloister-RZdjU span {
    font-size: calc(16px - 2px);
}}



@media (min-width: 992px) {.greeting-page-znNMi .knowledge-experts-eQhaG {
    padding: 6rem 0;
    grid-gap: 4rem;
}.greeting-page-znNMi h1 {
    font-size: calc(48px * 1.4);
}.greeting-page-znNMi .main-entry-cVUIr {
    padding: 3.5rem;
}.greeting-page-znNMi .img-horizontal-JAats {
    height: 600px;
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    transform: perspective(1000px) rotateY(-5deg);
}.greeting-page-znNMi .img-horizontal-JAats:hover {
    transform: perspective(1000px) rotateY(0deg);
}.greeting-page-znNMi .request-block-dNemM {
    padding: 1.25rem 3rem;
}.greeting-page-znNMi svg {
    width: 180px;
    height: 180px;
}
}



@media (max-width: 767px) {.greeting-page-znNMi {
    padding-top: 2rem;
}.greeting-page-znNMi .knowledge-experts-eQhaG {
    padding: 3rem 0;
}.greeting-page-znNMi h1 {
    font-size: calc(48px * 0.9);
    text-align: center;
}.greeting-page-znNMi .main-entry-cVUIr {
    padding: 2rem;
}.greeting-page-znNMi .main-entry-cVUIr p {
    max-width: 100%;
    font-size: 13px;
}.greeting-page-znNMi .request-block-dNemM {
    text-align: center;
    padding: 0.875rem 1.75rem;
    display: block;
}.greeting-page-znNMi svg {
    height: 100px;
    margin: 1rem auto 1.5rem;
    width: 100px;
}}


@media (max-width: 575px) {.service-connect-leqPb {
    padding: 3rem 0;
}.service-connect-leqPb .quick-contact-bFDsU h3 {
    font-size: calc(39px * 0.6);
}.service-connect-leqPb .help-request-VpgPI {
    font-size: calc(18px * 0.95);
}.service-connect-leqPb .get-contactblock-oInxs span {
    padding: 1.25rem;
}.service-connect-leqPb .talk-form-woPLC {
    padding: 1.5rem;
}.service-connect-leqPb .talk-form-woPLC h4 {
    margin-bottom: 1.25rem;
    font-size: calc(22px * 0.9);
}.service-connect-leqPb .talk-form-woPLC h4 svg {
    height: 18px;
    width: 18px;
}}



@media (max-width: 576px) {.learning-impact-JvfhV {
    padding: 50px 0;
}.learning-impact-JvfhV .img-horizontal-JAats {
    max-width: 90%;
}.learning-impact-JvfhV .img-horizontal-JAats::after {
    display: none;
}.learning-impact-JvfhV .text-panel-wrap-zQmZd {
    width: 100%;
    padding: 30px 20px;
}.learning-impact-JvfhV h3 {
    font-size: 24px;
    margin-bottom: 25px;
}.learning-impact-JvfhV ul {
    gap: 15px;
}.learning-impact-JvfhV li {
    padding: 12px;
}.learning-impact-JvfhV svg {
    height: 22px;
    width: 22px;
}}



@media (max-width: 768px) {.future-learners-HRULQ {
    padding: 70px 0;
}.future-learners-HRULQ h4 {
    font-size: calc(31px * 0.8);
    margin-bottom: 30px;
}.future-learners-HRULQ h4::after {
    width: 60px;
}.future-learners-HRULQ div > div {
    gap: 15px;
}.future-learners-HRULQ p {
    padding: 18px 20px;
}
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 0%;
        filter: blur(20px) brightness(1);
    }
    50% {
        background-position: 100% 100%;
        filter: blur(15px) brightness(1.1);
    }
    100% {
        background-position: 0% 0%;
        filter: blur(20px) brightness(1);
    }
}

@keyframes pulsateBackground {
    0% {
        opacity: 0.1;
        background-size: 100% 100%;
    }
    50% {
        opacity: 0.2;
        background-size: 120% 120%;
    }
    100% {
        opacity: 0.1;
        background-size: 100% 100%;
    }
}

@keyframes borderGlow {
    0% {
        opacity: 0;
        background-position: 0% 50%;
    }
    50% {
        opacity: 0.5;
        background-position: 100% 50%;
    }
    100% {
        opacity: 0;
        background-position: 0% 50%;
    }
}



@keyframes rotateReverse {
    0% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(0deg);
    }
}



@keyframes pulseHeight {
    0%, 100% {
        height: 40px;
        opacity: 0.6;
    }
    50% {
        height: 60px;
        opacity: 0.8;
    }
}



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

@keyframes logoScale {
    0% {
        transform: scale(0);
    }
    80% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}



@keyframes expandLine {
    0%, 20% {
        width: 60px;
    }
    80%, 100% {
        width: 100px;
    }
}



@keyframes lineExtend {
    0% { 
        width: 0; 
        opacity: 0;
    }
    100% { 
        width: 80px; 
        opacity: 1;
    }
}



@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}



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


    
    @keyframes lineExtend {
        100% { width: 60px; }
    }


    
    @keyframes lineExtend {
        100% { width: 50px; }
    }



@keyframes fadeSlideUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}



@keyframes floatSvg {
    0%, 100% {
        transform: translateY(0) rotate(0);
    }
    25% {
        transform: translateY(-5px) rotate(1deg);
    }
    75% {
        transform: translateY(5px) rotate(-1deg);
    }
}

@keyframes clockRotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes typingCursor {
    0%, 100% { border-right-color: transparent; }
    50% { border-right-color: rgb(188,169,146); }
}

@keyframes parallaxStars {
    from { background-position: 0 0; }
    to { background-position: 1000px 1000px; }
}

