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

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

header,footer {
    width: 100%;
}

header {
    position: relative;
    z-index: 99;
    overflow: visible;
    background: linear-gradient(135deg, rgb(159,140,202,0.5) 0%, rgb(85,85,180) 100%);
    width: 100%;
}

.leadership-profile-865::after {
    left: -5%;
    opacity: 0.3;
    bottom: -15%;
    transform: rotateZ(15deg) rotateX(30deg) rotateY(-10deg);
    content: "";
    width: 40%;
    height: 50%;
    position: absolute;
    border: 5px solid rgb(159,140,202,0.5);
    z-index: 1;
}

.leadership-profile-865 .image-wrapper-379 {
    z-index: 3;
    box-shadow: 20px 20px 30px -10px rgba(0, 0, 0, 0.5);
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 80%, 
        80% 100%, 
        0% 100%
    );
    left: 15%;
    border-radius: 10px;
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    width: 300px;
    position: absolute;
    transform: 
        translateZ(60px) 
        rotateY(15deg) 
        rotateX(5deg);
    height: 380px;
}

.leadership-profile-865 .past-experience-759:hover {
    box-shadow: 25px 25px 40px -5px rgba(0, 0, 0, 0.5);
    transform: 
        translateZ(40px) 
        rotateY(-5deg) 
        rotateX(0deg);
}

.leadership-profile-865 .work-view-143 {
    position: relative;
    animation: slide-up 0.7s forwards 0.6s;
    color: #000000;
    font-size: 13px;
    transform: translateY(30px);
    font-style: italic;
    line-height: 1.7;
    z-index: 2;
    font-weight: 400;
    opacity: 0;
}

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

.cookie_button.consent-edu-725 {
    background: rgba(0, 0, 0, 0.5);
}

.cookieNotificationBanner-210 p a {
    transition: color 0.3s ease-in-out;
    color: rgb(159,140,202);
    text-decoration: underline;
}

#cookiePolicyPrompt-537:checked ~ .cookieNotificationBanner-210 {
    opacity: 0;
    visibility: hidden;
}

header .nav-top-627 .top-skill-091 {
    transition: transform 0.4s ease;
    margin-right: 10px;
    transform: translateX(0);
}

header .nav-top-627 .top-skill-091:hover {
    transform: scale(1.05);
}

header .nav-top-627 .head-main-254 {
    padding: 20px 30px;
    border-radius: 14px;
    flex-wrap: wrap;
    margin: 0;
    position: relative;
    padding: 0;
    list-style: none;
    transform: none;
    display: flex;
    background: rgba(0, 0, 0, 0.5);
}

header .nav-top-627 .head-main-254 .top-pro-306 a {
    position: relative;
    display: block;
    padding: 8px 5px;
    text-decoration: none;
    color: #ffffff;
    overflow: hidden;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.appPanel-839::before {
    position: absolute;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.25;
    animation: backgroundPulse 12s infinite alternate ease-in-out;
    z-index: 0;
    width: 100%;
    background: 
        radial-gradient(circle at 15% 15%, rgb(159,140,202,0.5) 0%, transparent 50%),
        radial-gradient(circle at 85% 85%, rgb(85,85,180,0.5) 0%, transparent 50%);
    top: 0;
}

.appPanel-839 h2:hover::after {
    width: 180px;
}

.appPanel-839 .virtual-study-420 {
    border-left: 4px solid rgb(159,140,202);
    padding: 2.5rem;
    box-shadow: 
        0 10px 30px -15px rgba(0, 0, 0, 0.5),
        0 2px 5px rgba(0,0,0,0.05);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transform: perspective(1000px) rotateY(-1deg);
    position: relative;
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    border-radius: 0 10px 10px 0;
}

.appPanel-839 span {
    line-height: 1.8;
    position: relative;
    display: block;
    color: #000000;
    font-size: 18px;
    font-family: Arial, sans-serif;
}

.appPanel-839 span::after {
    width: 60px;
    background: linear-gradient(90deg, transparent, rgb(85,85,180,0.5));
    position: absolute;
    content: "";
    bottom: -15px;
    height: 4px;
    right: 0;
}

.connect-823::after {
    transform: rotate(15deg);
    z-index: 0;
    background: rgb(159,140,202,0.5);
    bottom: -10%;
    position: absolute;
    opacity: 0.05;
    left: -5%;
    width: 250px;
    height: 250px;
    content: '';
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}

.connect-823 h3 {
    font-weight: 700;
    position: relative;
    color: rgb(85,85,180);
    display: inline-block;
    font-size: calc(33px * 0.9);
    margin-bottom: 30px;
}

.connect-823 p {
    color: #000000;
    font-size: 14px;
    margin-bottom: 25px;
    line-height: 1.6;
    font-family: Arial, sans-serif;
}

.connect-823 svg {
    height: 20px;
    transition: transform 0.3s ease;
    width: 20px;
    margin-left: 10px;
}

.connect-823 .send-request-897 {
    flex-direction: column;
    margin: 30px 0 0 0;
    list-style: none;
    display: flex;
    padding: 0;
    gap: 15px;
}

.connect-823 .quick-help-583:hover {
    color: rgb(159,140,202);
    box-shadow: inset 4px 4px 8px rgba(0,0,0,0.05), 
                inset -4px -4px 8px rgba(255,255,255,0.9);
}

.course-highlights-380::before {
    z-index: 1;
    width: 100%;
    content: "";
    animation: backgroundShift 15s infinite alternate;
    left: 0;
    top: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(159,140,202,0.5) 0%, transparent 50%, rgb(85,85,180,0.5) 100%);
    opacity: 0.7;
    height: 100%;
}

.course-highlights-380 .container {
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    z-index: 5;
    margin: 0 auto;
}

.course-highlights-380 .new-study-936 {
    position: relative;
    gap: 40px;
    grid-template-columns: 1.5fr 1fr;
    display: grid;
    perspective: 1000px;
}

.course-highlights-380 .reading-block-760 {
    background: rgba(255, 255, 255, 0.03);
    gap: 30px;
    flex-direction: column;
    border-radius: 11px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    animation: floatPanel 8s ease-in-out infinite;
    transform: translateZ(0);
    backdrop-filter: blur(8px);
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 
                inset 0 0 20px rgba(255, 255, 255, 0.05);
    width: 100%;
    display: flex;
    padding: 35px;
}

.course-highlights-380 .reading-block-760 .description:first-of-type {
    border-left-color: rgb(159,140,202);
}

.course-highlights-380 .reading-block-760 .description:last-of-type {
    border-left-color: rgb(85,85,180);
    margin-bottom: 0;
}

.course-highlights-380 .reading-block-760 .description::before {
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.05), transparent);
    z-index: -1;
    border-radius: 10px;
    top: 0;
    width: 100%;
    content: "";
    left: 0;
    position: absolute;
}

.program-outcomes-037 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(159,140,202,0.5) 0%, rgb(202,192,221) 100%);
    position: relative;
    padding: 100px 0;
}

.program-outcomes-037::after {
    width: 100%;
    content: '';
    position: absolute;
    top: 0;
    opacity: 0.2;
    left: 0;
    height: 100%;
    z-index: 0;
}

.program-outcomes-037 .virtual-study-420 {
    max-width: 1280px;
    display: flex;
    margin: 0 auto;
    z-index: 1;
    flex-direction: column;
    position: relative;
    padding: 0 20px;
}

.program-outcomes-037 .virtual-study-420 > div:not(.text_holder):not(.text_main_holder):not(.photo) {
    gap: 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.program-outcomes-037 .image-wrapper-379::after {
    border-radius: 50%;
    z-index: 2;
    opacity: 0.2;
    width: 70px;
    right: 30px;
    position: absolute;
    top: 30px;
    height: 70px;
    content: '';
    border: 3px solid #ffffff;
}

.program-outcomes-037 .text_main_holder > div {
    background: rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    backdrop-filter: blur(10px);
    gap: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    position: relative;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    padding: 25px;
    overflow: hidden;
    border-radius: 22px;
    align-items: flex-start;
}

.program-outcomes-037 .text_main_holder svg {
    width: 32px;
    height: 32px;
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.2));
    flex-shrink: 0;
    transition: transform 0.3s ease;
}



.edu-links-872 .container {
    justify-content: space-between;
    position: relative;
    display: flex;
}

.edu-links-872 .company_holder h3::after {
    height: 2px;
    left: 0;
    transition: width 0.3s ease-in-out;
    bottom: -5px;
    width: 40%;
    content: '';
    position: absolute;
    background: rgb(159,140,202);
}

.edu-links-872 .pitch-comp-498 {
    transition: all 0.3s ease;
    transform: translateZ(0);
    backdrop-filter: blur(5px);
    color: #ffffff;
    line-height: 1.6;
    background: rgba(255, 255, 255, 0.08);
    margin-top: 15px;
    font-size: 15px;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.edu-links-872 .head-main-254:hover::before {
    transform: translateX(100%);
}

.edu-links-872 .head-main-254 h5 {
    position: relative;
    color: #ffffff;
    padding-bottom: 10px;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 20px;
}

.edu-links-872 .head-main-254:hover h5::after {
    box-shadow: 0 0 8px rgb(159,140,202), 0 0 16px rgb(159,140,202,0.5);
    width: 70px;
}

.edu-links-872 .head-main-254 .main-nav-720 a::before {
    height: 1px;
    position: absolute;
    bottom: -2px;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(159,140,202), transparent);
    content: '';
    left: 0;
    transition: width 0.3s ease, transform 0.3s ease;
    width: 0;
}

.press-room-140 .container {
    align-items: center;
    justify-content: center;
    display: flex;
}

.press-room-140 .cheat-sheet-142 {
    letter-spacing: 0.5px;
    transition: opacity 0.3s ease;
    text-align: center;
    color: #ffffff;
    font-size: 13px;
    opacity: 0.8;
}

.edu-links-872 .company_holder h3:hover::before {
    left: 100%;
}

.connect-form-702 {
    background: linear-gradient(90deg, #ffffff 50%, rgb(202,192,221) 50%);
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}

.connect-form-702 .container {
    margin: 0 auto;
    z-index: 1;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
}

.connect-form-702 h2 {
    margin-bottom: 60px;
    font-weight: 700;
    font-size: 32px;
    color: rgb(159,140,202);
    text-align: center;
    position: relative;
}

.connect-form-702 h2::after {
    left: 50%;
    width: 60px;
    transform: translateX(-50%);
    bottom: -15px;
    content: "";
    height: 3px;
    position: absolute;
    background: rgb(159,140,202);
}

.connect-form-702 .image-wrapper-379 {
    min-height: 550px;
    transition: all 0.5s ease;
    position: relative;
    flex: 0 0 50%;
}

.connect-form-702 .support-support-514::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 10px;
    background: rgb(202,192,221);
}

.connect-form-702 input[type="text"] {
    border: 2px solid rgb(202,192,221);
    border-radius: 10px;
    background: #ffffff;
    color: #000000;
    width: 100%;
    transition: all 0.3s ease;
    padding: 18px 20px;
    font-size: 13px;
}

.connect-form-702 .help-info-395 input[type="checkbox"] {
    border: 2px solid rgb(202,192,221);
    height: 24px;
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 10px;
    appearance: none;
    width: 24px;
    margin-top: 2px;
    position: relative;
}

.connect-form-702 .help-info-395 a:hover {
    color: rgb(85,85,180);
}

.connect-form-702 .request-block-096 {
    box-shadow: 0 8px 20px rgb(159,140,202,0.5);
    position: relative;
    overflow: hidden;
    padding: 16px 40px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    background: rgb(159,140,202);
    font-size: 17px;
    transition: all 0.3s ease;
    font-weight: 600;
    margin-top: 20px;
    color: #ffffff;
    align-self: flex-start;
}

.connect-form-702 svg:hover {
    fill: rgb(85,85,180);
    transform: translateY(-2px);
}

.privacy-sanctum-712 h2 {
    margin-top: 0;
    color: rgb(85,85,180);
    border-bottom: 2px solid rgb(159,140,202);
    padding-bottom: 10px;
    margin-bottom: 25px;
    font-size: 33px;
    font-weight: 600;
}

.privacy-sanctum-712 section {
    width: 100%;
    padding: 30px;
    background: rgb(85,85,180,0.5);
    border-radius: 14px;
}

.our-mission-231 {
    overflow: hidden;
    z-index: 1;
    background: rgb(202,192,221);
    padding: 80px 0;
    position: relative;
}



.our-mission-231 .container {
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}

.our-mission-231 .virtual-study-420 {
    gap: 60px;
    position: relative;
    flex-direction: column;
    display: flex;
}

.our-mission-231 h3::after {
    height: 4px;
    transform: translateX(-50%);
    left: 50%;
    width: 80px;
    border-radius: 10px;
    background: linear-gradient(to right, rgb(159,140,202), rgb(85,85,180));
    content: '';
    bottom: 0;
    position: absolute;
}

.our-mission-231 .expert-sessions-123 span {
    font-weight: 600;
    grid-column: 1 / 2;
    font-size: 23px;
    margin-bottom: 15px;
    display: block;
    color: rgb(159,140,202);
}

.our-mission-231 .expert-sessions-123 .image-wrapper-379::before {
    left: 0;
    z-index: 1;
    height: 100%;
    content: '';
    top: 0;
    position: absolute;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.5));
    width: 100%;
}

.our-mission-231 .approach-edu-896 p {
    line-height: 1.7;
    position: relative;
    padding-left: 20px;
    grid-column: 1 / 2;
    border-left: 3px solid rgb(159,140,202);
    color: #000000;
    margin-bottom: 0;
    font-size: 18px;
}

.our-mission-231 .approach-edu-896 .learn-legacy-493::after {
    z-index: 1;
    left: 0;
    height: 100%;
    background: radial-gradient(circle at top right, rgb(159,140,202,0.5) 0%, transparent 70%);
    width: 100%;
    content: '';
    top: 0;
    position: absolute;
}



.our-mission-231 .virtual-study-420::before {
    content: '';
    left: 50%;
    z-index: -1;
    background: linear-gradient(to bottom, rgb(159,140,202,0.5), transparent);
    transform: translateX(-50%);
    position: absolute;
    height: 100%;
    width: 2px;
    top: 0;
}

.pricing-menu-671 {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}

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

.pricing-menu-671 .plan-pricing-782 {
    text-align: center;
    max-width: 700px;
    opacity: 0;
    line-height: 1.6;
    margin-bottom: 40px;
    color: rgb(255, 255, 255, 0.5);
    transform: translateY(20px);
    font-size: 12px;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
}

.pricing-menu-671 .plan-details-970 li:nth-child(2) {
    animation-delay: 0.4s;
}

.pricing-menu-671 .plan-details-970 li:nth-child(4) {
    animation-delay: 0.6s;
}

.pricing-menu-671 .pricing-catalog-895::before {
    transition: left 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
    left: -100%;
    top: 0;
    pointer-events: none;
    height: 100%;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    width: 100%;
}

.pricing-menu-671 .pricing-catalog-895:hover .cost-matrix-897::after {
    transform: scaleX(1);
}

.pricing-menu-671 .skill-pricing-835 {
    flex-direction: column;
    min-height: 400px;
    box-sizing: border-box;
    height: 100%;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    color: #ffffff;
}

.pricing-menu-671 .skill-pricing-835 h4::after {
    position: absolute;
    width: 40px;
    transition: width 0.3s ease;
    background: rgb(85,85,180);
    content: "";
    height: 3px;
    bottom: 0;
    left: 0;
}

.pricing-menu-671 .pricing-catalog-895:hover .class-rates-798 {
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
    transform: scale(1.05);
}

.pricing-menu-671 .class-rates-798::before {
    width: 200%;
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
    left: -50%;
    opacity: 0;
    position: absolute;
    transform: scale(0);
    height: 200%;
    top: -50%;
    background: radial-gradient(circle, rgba(255,255,255,0.3) 0%, transparent 70%);
    content: "";
}

.join-now-956::after {
    opacity: 0.1;
    position: absolute;
    z-index: 0;
    border-radius: 50%;
    right: -100px;
    content: "";
    top: -150px;
    height: 300px;
    background: radial-gradient(circle, rgb(159,140,202) 0%, transparent 70%);
    width: 300px;
}

.join-now-956 h2::after {
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    bottom: -12px;
    transform-origin: left;
    left: 0;
    height: 3px;
    width: 80px;
    transform: scaleX(1);
    content: "";
    background: rgb(159,140,202);
}

.join-now-956 .virtual-study-420:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.join-now-956 .virtual-study-420:hover svg {
    transform: scale(1.1) rotate(5deg);
}

.join-now-956 .virtual-study-420:hover svg path {
    fill: rgb(85,85,180);
}

.join-now-956 .request-block-096::before {
    height: 100%;
    content: "";
    z-index: -1;
    transform-origin: right;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    background: #ffffff;
    top: 0;
    left: 0;
}

.join-now-956 .request-block-096:hover::after {
    opacity: 1;
    margin-left: 8px;
}

.title-section-435 {
    overflow: hidden;
    display: flex;
    min-height: 100vh;
    align-items: center;
    width: 100%;
    justify-content: center;
    position: relative;
    padding: 2rem;
}

.title-section-435 > div {
    gap: 3rem;
    width: 100%;
    flex-direction: column;
    max-width: 1200px;
    display: flex;
    z-index: 5;
    transform: translateY(-2vh);
    position: relative;
}

.title-section-435 .title_style_header {
    font-size: clamp(2.5rem, 5vw, 39px);
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
    margin: 0;
    letter-spacing: -0.02em;
    font-weight: 700;
    transform: translateX(-20px);
    line-height: 1.2;
    opacity: 0;
    animation: slideIn 1s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
    color: #ffffff;
}

.title-section-435 .knowledge-classes-863 {
    position: relative;
}

.title-section-435 .knowledge-classes-863 h3::after {
    content: "";
    animation: lineGrow 1.5s 1.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    bottom: 0;
    background: linear-gradient(90deg, rgb(159,140,202), rgb(85,85,180));
    position: absolute;
    height: 3px;
    width: 0;
    left: 0;
}

::-webkit-scrollbar {
    height: 5px;
    width: 19px;
    padding: 4px;
}

::-webkit-scrollbar-button {
    height: 4px;
    border-radius: 10px;
    width: 0px;
    background: rgb(159,140,202,0.5);
}

::-webkit-scrollbar-track {
    background: rgb(255, 255, 255, 0.5);
    box-shadow: inset 1px 4px 6px 6px rgba(0, 0, 0, 0.4);
}

::-webkit-scrollbar-thumb {
    box-shadow: -3px 2px 5px 0px rgba(0, 0, 0, 0.8);
    min-height: 84px;
    transition: all, background, box-shadow 4.9s cubic-bezier(0.42, 0, 0.58, 1);
    background: rgb(202,192,221);
}

::-webkit-scrollbar-thumb:hover {
    background: rgb(159,140,202);
    border-color: #ffffff;
}

::-webkit-scrollbar-thumb:active {
    box-shadow: inset -2px 0px 5px -2px rgba(0, 0, 0, 0.5);
    background: rgb(85,85,180,0.5);
    transform: scale(0.9);
}

.pricing-menu-671 .skill-pricing-835 p::-webkit-scrollbar {
    width: 5px;
}

.pricing-menu-671 .skill-pricing-835 p::-webkit-scrollbar-track {
    background: transparent;
}

.pricing-menu-671 .skill-pricing-835 p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(159,140,202,0.5);
}



@media (max-width: 575px) {.appPanel-839 {
    padding: 3rem 0;
}.appPanel-839 h2 {
    font-size: calc(32px * 0.7);
    transform: none;
}.appPanel-839 h2::after {
    width: 80px;
    height: 3px;
}.appPanel-839 h2:hover::after {
    width: 120px;
}.appPanel-839 .virtual-study-420 {
    padding: 1.25rem;
    border-left-width: 3px;
    transform: none;
}.appPanel-839 span {
    font-size: calc(18px * 0.95);
    line-height: 1.7;
}.appPanel-839 span::after {
    width: 40px;
    bottom: -10px;
    height: 3px;
}}



@media screen and (max-width: 1200px) {.course-highlights-380 {
    padding: 100px 0;
}.course-highlights-380 .new-study-936 {
    gap: 30px;
}.course-highlights-380 .reading-block-760 {
    padding: 30px;
}.course-highlights-380 .reading-block-760 h2 {
    padding: 12px 18px;
    font-size: calc(32px * 0.9);
}.course-highlights-380 .reading-block-760 .description {
    padding: 15px;
}
}



@media screen and (max-width: 480px) {.course-highlights-380 {
    padding: 40px 0;
}.course-highlights-380 .reading-block-760 {
    gap: 15px;
    padding: 20px;
}.course-highlights-380 .reading-block-760 h2 {
    letter-spacing: 1px;
    font-size: calc(32px * 0.7);
    padding: 8px 12px;
}.course-highlights-380 .reading-block-760 .description {
    font-size: calc(13px * 0.9);
    padding: 10px;
    line-height: 1.6;
}.course-highlights-380 .image-wrapper-379 {
    min-height: 280px;
}}



@media (min-width: 992px) {.program-outcomes-037 .virtual-study-420 > div:not(.text_holder):not(.text_main_holder):not(.photo) {
    flex-direction: row;
}.program-outcomes-037 .reading-block-760 {
    padding-left: 30px;
}
}



@media (max-width: 768px) {.program-outcomes-037 {
    padding: 80px 0;
}.program-outcomes-037 h2 {
    font-size: calc(39px * 0.8);
    margin-bottom: 40px;
}.program-outcomes-037 .text_main_holder {
    grid-template-columns: 1fr;
    gap: 20px;
}
}



@media (max-width: 768px) {.edu-links-872 {
    padding: 40px 0 20px;
}.edu-links-872 .main-nav-720 {
    flex-direction: column;
}.edu-links-872 .head-main-254 {
    flex: 0 0 100%;
    margin-bottom: 20px;
}.edu-links-872 .company_holder h3 {
    font-size: calc(29px * 0.8);
}.edu-links-872 .head-main-254 h5 {
    font-size: calc(20px * 0.9);
}.press-room-140 .cheat-sheet-142 {
    font-size: calc(13px * 0.9);
}
}



@media (max-width: 992px) {.connect-form-702 {
    padding: 80px 0;
}.connect-form-702 .connect-map-930 {
    flex-direction: column-reverse;
}.connect-form-702 .image-wrapper-379 {
    min-height: 350px;
    flex: 0 0 auto;
}.connect-form-702 .support-support-514 {
    padding: 50px 40px;
    flex: 0 0 auto;
}.connect-form-702 .support-support-514::before {
    left: 0;
    height: 10px;
    top: 0;
    width: 100%;
}
}



@media (max-width: 991px) {.our-mission-231 {
    padding: 60px 0;
}.our-mission-231 .expert-sessions-123,
    .our-mission-231 .approach-edu-896 {
    grid-template-columns: 1fr;
    gap: 30px;
}.our-mission-231 .expert-sessions-123 span,
    .our-mission-231 .expert-sessions-123 p,
    .our-mission-231 .approach-edu-896 p {
    grid-column: 1 / 2;
}.our-mission-231 .expert-sessions-123 .image-wrapper-379,
    .our-mission-231 .approach-edu-896 .learn-legacy-493 {
    grid-row: auto;
    min-height: 250px;
    grid-column: 1 / 2;
}.our-mission-231 .virtual-study-420::before {
    left: 20px;
}.our-mission-231 .expert-sessions-123::after,
    .our-mission-231 .approach-edu-896::after {
    transform: none;
    left: 20px;
}
}



@media (max-width: 991px) {.pricing-menu-671 {
    padding: 80px 0;
}.pricing-menu-671 .plan-details-970 {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.pricing-menu-671 .skill-pricing-835 {
    padding: 25px;
    min-height: 350px;
}
}



@media (max-width: 480px) {.pricing-menu-671 {
    padding: 40px 0;
}.pricing-menu-671 h2 {
    font-size: calc(34px - 6px);
}.pricing-menu-671 .skill-pricing-835 {
    min-height: 280px;
    padding: 20px;
}.pricing-menu-671 .skill-pricing-835 p {
    margin-bottom: 20px;
    font-size: calc(12px - 3px);
}.pricing-menu-671 .class-rates-798 {
    padding: 8px 15px;
}}



@media (max-width: 767px) {.join-now-956 {
    padding: 60px 0 50px;
}.join-now-956 h2 {
    font-size: 1.8rem;
    margin-bottom: 25px;
}.join-now-956 .virtual-study-420 {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 25px 20px;
}.join-now-956 .virtual-study-420 div {
    width: 100%;
    justify-content: center;
}.join-now-956 .request-block-096 {
    width: 100%;
    padding: 12px 24px;
}
}



@media (hover: hover) {.title-section-435 .main-intro-956:hover {
    transform: translateY(-5px);
    box-shadow: 
      0 25px 50px rgba(0, 0, 0, 0.25),
      0 0 0 1px rgba(255, 255, 255, 0.08);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
}

@keyframes slide-up {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes floating {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(5deg);
    }
    100% {
        transform: translateY(0px) rotate(0deg);
    }
}



@keyframes backgroundPulse {
    0% {
        opacity: 0.2;
        transform: scale(1);
    }
    100% {
        opacity: 0.35;
        transform: scale(1.1);
    }
}



@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: scale(0.98);
    }
    100% {
        opacity: 0.7;
        transform: scale(1.02);
    }
}



@keyframes glowPulse {
    0% {
        opacity: 0.7;
        box-shadow: 0 0 10px rgb(159,140,202,0.5);
    }
    100% {
        opacity: 1;
        box-shadow: 0 0 20px rgb(159,140,202);
    }
}



@keyframes expand {
    0% {
        width: 20px;
    }
    100% {
        width: 100%;
    }
}



@keyframes glow {
    0% {
        opacity: 0.5;
        box-shadow: 0 0 10px rgb(159,140,202,0.5);
    }
    100% {
        opacity: 1;
        box-shadow: 0 0 20px rgb(159,140,202);
    }
}



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



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



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

