﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
section {
    background-color: rgb(169,209,225);
}
header,footer {
    width: 100%;
}
html,body {
    min-height: 100%;
    height: 100%;
    font-family: Playfair Display, sans-serif;
    color: #000000;
}
.container {
    margin: auto;
    width: 1152px;
    max-width: 100%;
}

.top-sitewrap-1 {
    flex: 1 0 auto;
}
svg {
    width: 30px;
    height: 30px;
}
.footer {
    flex: 0 0 auto;
}
a {
    color: inherit;
    text-decoration: none;
}
.wrapper-bundle-1 {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
@media only screen and (max-width: 1200px)  {
        .container {
            width: 100%;
            padding: 0 20px;
    }
}
@media only screen and (max-width: 800px)  {
        .container {
            padding: 0 12px;
    }
}.contact-information-6 {
    position: relative;
    background: linear-gradient(
        -45deg, 
        rgb(169,209,225) 0%, 
        rgb(114,143,164,0.5) 100%
    );
    padding: 6rem 0;
    overflow: hidden;
}

.contact-information-6 .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1rem;
}

.contact-information-6 .query-widget-6 {
    display: flex;
    align-items: stretch;
    background: rgb(114,143,164,0.5);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 25px 50px rgb(141,175,194,0.5);
    position: relative;
}

.contact-information-6 .img-caption-6 {
    flex: 0 0 45%;
    position: relative;
    min-height: 600px;
    transform: skew(-10deg);
    margin-left: -5%;
    z-index: 2;
}

.contact-information-6 .img-caption-6::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 100%;
    background: linear-gradient(
        135deg, 
        rgb(141,175,194,0.5) 0%, 
        rgb(114,143,164,0.5) 100%
    );
    opacity: 0.7;
    transform: skew(10deg);
    z-index: 1;
}

.contact-information-6 .request-support-5 {
    flex: 0 0 55%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4rem 3rem 4rem 10%;
    position: relative;
    z-index: 3;
}

.contact-information-6 h2 {
    color: #ffffff;
    font-size: 43px;
    text-align: left;
    margin-bottom: 2.5rem;
    font-weight: 700;
    position: relative;
    padding-left: 2rem;
}

.contact-information-6 h2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1rem;
    height: 1rem;
    background: rgb(141,175,194);
    border-radius: 50%;
    box-shadow: 0 0 15px rgb(141,175,194,0.5);
}

.contact-information-6 .request-support-5 h3 {
    color: #ffffff;
    font-size: 38px;
    margin-bottom: 2rem;
    font-weight: 600;
    position: relative;
    padding-bottom: 1rem;
}

.contact-information-6 .request-support-5 h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: rgb(141,175,194);
}

.contact-information-6 .request-support-5 form {
    display: grid;
    gap: 1.5rem;
}

.contact-information-6 .request-support-5 input:not([type="checkbox"]):not([type="submit"]) {
    width: 100%;
    padding: 1rem 1.5rem;
    background: rgb(114,143,164,0.5);
    border: 1px solid rgb(141,175,194,0.5);
    border-radius: 10px;
    color: #ffffff;
    font-size: 15px;
    transition: all 0.3s ease;
    outline: none;
    position: relative;
}

.contact-information-6 .request-support-5 input:not([type="checkbox"]):not([type="submit"])::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: rgb(141,175,194);
    transition: width 0.3s ease;
}

.contact-information-6 .request-support-5 input:not([type="checkbox"]):not([type="submit"]):focus {
    border-color: rgb(141,175,194);
    box-shadow: 0 0 15px rgb(141,175,194,0.5);
}

.contact-information-6 .request-support-5 input:not([type="checkbox"]):not([type="submit"]):focus::after {
    width: 100%;
}

.contact-information-6 .request-support-5 .reach-message-6 {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.contact-information-6 .request-support-5 .reach-message-6 input[type="checkbox"] {
    appearance: none;
    width: 22px;
    height: 22px;
    border: 2px solid rgb(141,175,194,0.5);
    border-radius: 10px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
    background: rgb(114,143,164,0.5);
}

.contact-information-6 .request-support-5 .reach-message-6 input[type="checkbox"]:checked {
    background: rgb(141,175,194);
    border-color: rgb(141,175,194);
}

.contact-information-6 .request-support-5 .reach-message-6 input[type="checkbox"]:checked::after {
    content: '✔';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 0.8rem;
}

.contact-information-6 .request-support-5 .reach-message-6 label {
    color: #ffffff;
    font-size: 15px;
    display: flex;
    align-items: center;
}

.contact-information-6 .request-support-5 .reach-message-6 a {
    color: rgb(141,175,194);
    text-decoration: none;
    margin-left: 0.3rem;
    transition: color 0.3s ease;
}

.contact-information-6 .request-support-5 .reach-message-6 a:hover {
    text-decoration: underline;
}

.contact-information-6 .request-support-5 .reach-request-2 {
    width: 100%;
    padding: 1rem;
    background: rgb(141,175,194);
    color: #ffffff;
    border: none;
    border-radius: 10px;
    font-size: 19px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
}

.contact-information-6 .request-support-5 .reach-request-2::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        135deg, 
        transparent, 
        rgb(141,175,194,0.5), 
        transparent
    );
    transform: rotate(-45deg);
    transition: all 0.5s ease;
    opacity: 0;
}

.contact-information-6 .request-support-5 .reach-request-2:hover::before {
    opacity: 1;
}

.contact-information-6 .request-support-5 .reach-request-2:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgb(141,175,194,0.5);
}

@media screen and (max-width: 1200px) {
    .contact-information-6 .img-caption-6 {
        margin-left: -3%;
    }
}

@media screen and (max-width: 1024px) {
    .contact-information-6 .query-widget-6 {
        flex-direction: column;
    }
    
    .contact-information-6 .img-caption-6 {
        flex: 0 0 100%;
        min-height: 300px;
        margin-left: 0;
        transform: none;
    }
    
    .contact-information-6 .img-caption-6::before {
        width: 100%;
        transform: none;
    }
    
    .contact-information-6 .request-support-5 {
        flex: 0 0 100%;
        padding: 3rem 2rem;
    }
}

@media screen and (max-width: 768px) {
    .contact-information-6 {
        padding: 3rem 0;
    }
    
    .contact-information-6 h2 {
        font-size: calc(43px * 0.8);
        margin-bottom: 1.5rem;
        padding-left: 1.5rem;
    }
    
    .contact-information-6 h2::before {
        width: 0.8rem;
        height: 0.8rem;
    }
    
    .contact-information-6 .request-support-5 h3 {
        font-size: calc(38px * 0.9);
        margin-bottom: 1.5rem;
    }
    
    .contact-information-6 .request-support-5 input:not([type="checkbox"]):not([type="submit"]) {
        padding: 0.8rem 1.2rem;
    }
}

@media screen and (max-width: 480px) {
    .contact-information-6 .query-widget-6 {
        border-radius: 0;
    }
    
    .contact-information-6 .request-support-5 {
        padding: 2rem 1.5rem;
    }
}.ideal-participants-5 {
    position: relative;
    padding: 120px 0;
    background: rgb(169,209,225);
    overflow: hidden;
}

.ideal-participants-5::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, 
        rgb(141,175,194,0.5) 0%,
        transparent 50%,
        rgb(114,143,164,0.5) 100%
    );
    z-index: 1;
}

.ideal-participants-5 .container {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 60px;
    align-items: center;
}

.ideal-participants-5 .edu-perfect-1 {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    border-radius: 11px;
    box-shadow: 30px 30px 0 rgb(141,175,194,0.5);
    transition: transform 0.3s ease-in-out;
}

.ideal-participants-5 .edu-perfect-1:hover {
    transform: translate(-10px, -10px);
}

.ideal-participants-5 .edu-perfect-1::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        45deg,
        rgba(0, 0, 0, 0.5) 0%,
        transparent 100%
    );
    border-radius: 11px;
}

.ideal-participants-5 .target-audience-3 {
    padding: 40px;
    background: #ffffff;
    border-radius: 11px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.ideal-participants-5 .target-audience-3 h2 {
    font-size: 35px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 30px;
    position: relative;
}

.ideal-participants-5 .target-audience-3 h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 60px;
    height: 3px;
    background: rgb(141,175,194);
}

.ideal-participants-5 .participants-profile-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.ideal-participants-5 .participants-profile-2 div {
    padding: 25px;
    background: linear-gradient(
        135deg,
        rgb(169,209,225) 0%,
        #ffffff 100%
    );
    border-radius: 10px;
    font-size: 14px;
    color: #000000;
    line-height: 1.6;
    transition: transform 0.3s ease;
    border: 1px solid rgb(114,143,164,0.5);
}

.ideal-participants-5 .participants-profile-2 div:hover {
    transform: translateY(-5px);
}

.ideal-participants-5 .participants-profile-2 div svg {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    fill: rgb(141,175,194);
}

@media (max-width: 1024px) {
    .ideal-participants-5 {
        padding: 80px 0;
    }

    .ideal-participants-5 .container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .ideal-participants-5 .edu-perfect-1 {
        max-width: 500px;
        margin: 0 auto;
    }

    .ideal-participants-5 .target-audience-3 {
        padding: 30px;
    }

    .ideal-participants-5 .participants-profile-2 {
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .ideal-participants-5 {
        padding: 60px 0;
    }

    .ideal-participants-5 .target-audience-3 h2 {
        font-size: calc(35px * 0.9);
    }

    .ideal-participants-5 .participants-profile-2 {
        grid-template-columns: 1fr;
    }

    .ideal-participants-5 .participants-profile-2 div {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .ideal-participants-5 {
        padding: 40px 0;
    }

    .ideal-participants-5 .edu-perfect-1 {
        box-shadow: 15px 15px 0 rgb(141,175,194,0.5);
    }

    .ideal-participants-5 .target-audience-3 {
        padding: 20px;
    }

    .ideal-participants-5 .target-audience-3 h2 {
        font-size: calc(35px * 0.8);
        margin-bottom: 20px;
    }

    .ideal-participants-5 .participants-profile-2 div {
        font-size: calc(14px * 0.9);
    }
}.course-overview-8 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.course-overview-8 h2 {
    color: rgb(114,143,164);
}
.course-overview-8 .top-sitewrap-1 {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 16px 48px rgb(0 0 0 / 18%);
}
.course-overview-8 h3 {
    color: rgb(141,175,194);
}
.course-overview-8 p {
    color: #000000;
}
.course-overview-8 .reach-request-2 {
    background: rgb(114,143,164);
    color:  #ffffff;
    margin-top: 30px;
    width: fit-content;
}
.course-overview-8 .reach-request-2:hover {
    background: rgb(141,175,194);
}

.course-overview-8 .skill-space-7 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.course-overview-8 .skill-work-7 {
    display: flex;
    justify-content: center;
    align-items: center;
}
.course-overview-8 .study-hack-5 {
    padding: 12px;
    max-width: 100%;
}
.course-overview-8 .top-sitewrap-1 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
}
.course-overview-8 .insight-box-4 {
    display: flex;
    flex-direction: column;
    align-items: center;

}
.course-overview-8 h2 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 32px;
}
.course-overview-8 .img-caption-6 {
    height: 500px;
    width: calc(100% - 60px);
    margin-top: 30px;
}
.course-overview-8 .insight-box-4 {
    padding: 30px;
}
.course-overview-8 h3 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 16px;
    text-align: center;
}
.course-overview-8 p {
    font-size: 12px;
    font-weight: 300;
    line-height: 24px;
    text-align: center;
}
.course-overview-8 .reach-request-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    padding: 15px 25px;
    text-decoration: none;
}

@media only screen and (max-width: 600px)  {
    .course-overview-8 .skill-work-7 {
        flex-direction: column;
    }
    .course-overview-8 h2 {
        font-size: 30px;
    }
    .course-overview-8 h3 {
        font-size: 26px;
    }
    .course-overview-8 .study-hack-5 {
        max-width: unset;
        width: 100%;
    }
    .course-overview-8 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.wrapper-bundle-1 .course-overview-8 .skill-work-7 .study-hack-5 {
    background: none;
}
.wrapper-bundle-1 .course-overview-8 .skill-work-7 .study-hack-5 .content{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    box-shadow: none;
    border-radius: 0;
    align-items: stretch;
}
.wrapper-bundle-1 .course-overview-8 .img-caption-6 {
    width: calc(50% - 20px);
    border: 2px solid rgb(114,143,164);
    height: auto;
    margin: 0;
}
.wrapper-bundle-1 .course-overview-8 .insight-box-4 {
    width: calc(50% - 20px);
    background: rgb(169,209,225);
    border: 2px solid rgb(114,143,164);
    justify-content: center;

}
.wrapper-bundle-1 .course-overview-8 h3 {
    text-align: center;
    margin-bottom: 30px;
}
.wrapper-bundle-1 .course-overview-8 .reach-request-2 {
    margin-top: 40px;
}
.wrapper-bundle-1 .course-overview-8 p, .wrapper-bundle-1 .course-overview-8 h3 {
    text-align: center;
}
@media only screen and (max-width: 800px)  {
    .wrapper-bundle-1 .course-overview-8 .skill-work-7 .study-hack-5 .top-sitewrap-1 {
        flex-direction: column;
    }
    .wrapper-bundle-1 .course-overview-8 .img-caption-6 {
        width: 100%;
        height: 300px;
        margin-bottom: 20px;
    }
    .wrapper-bundle-1 .course-overview-8 .insight-box-4 {
        width: 100%;
    }
}header .header-learn-2 {
    background:  #ffffff;
    color:  #000000;
}
header .main-header-1 svg,header .main-header-1 svg path, header .main-header-1 img {
    fill: rgb(141,175,194);
}
header .main-tutor-9 a {
    color: rgb(114,143,164);
}
header .main-tutor-9 a:hover {
    color: rgb(141,175,194);
}
header .main-tutor-9 a.active {
    border: 2px solid rgb(114,143,164);
    border-radius: 100px;
}
header .main-tutor-9 a.active:hover {
    color: #ffffff;
    background: rgb(141,175,194);
    border: 2px solid rgb(141,175,194);
}
header {
    box-shadow: 0 16px 48px rgba(0, 0, 0, .175);
}
header .header-learn-2 {
    width: 100%;
}
header .top-study-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .main-header-1 {
    padding: 5px 0;
    display: flex;
    align-items: center;
    text-decoration: none;

}
header .top-main-3 {
    display: flex;
    flex-direction: column;
    height: 100%;

}
header .header-lead-4 {
    font-size: 14px;
    font-weight: 700;
}
header .main-header-1 .header-lead-4 {
    text-transform: uppercase;
}
header .main-header-1 .first-section-9 svg, header .main-header-1 .first-section-9 img {
    height: 80px;
    width: 80px;
    margin-right: 10px;
}
header .main-tutor-9 {
    display: flex;
}
header .main-tutor-9 a {
    text-decoration: none;
    padding: 12px 25px;
    font-size: 14px;
}
body .wrapper-bundle-1 header .main-edu-0 {
    display: flex;
}
@media only screen and (max-width: 1200px)  {
    header .top-study-1 {
        flex-direction: column;
        align-items: flex-start;
    }
    header .main-tutor-9 {
        display: none;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding-bottom: 30px;
        position: static;
        top:100%;
        left:0;
        z-index: 90;
        background: #ffffff;
        width: 100%;
    }
    header .main-tutor-9 a.active {
        border: none;
    }
    header .main-tutor-9 a.active:hover {
        color: rgb(141,175,194);
        background: none;
        border: none;
    }
    header .header-learn-2 {
        position: relative;
        z-index: 99;
    }
    header .main-header-1 {
        align-items: center;
        width: 100%;
        justify-content: space-between;
    }
    header .main-header-1 .first-section-9 {
        margin-right: 0;
    }
    header .main-header-1 .first-section-9 svg, header .main-header-1 .first-section-9 img {
        margin: 0;
        width: 40px;
        height: 40px;
    }
    header .top-study-1 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.wrapper-bundle-1 header .header-learn-2 {
    background: rgb(141,175,194);
}
.wrapper-bundle-1 header .top_plank .top-overlay-6 {
    border-bottom: 1px solid #ffffff;
}
.wrapper-bundle-1 header .top-study-1 {
    position: relative;
    border-radius: 50px;
    background: #ffffff;
    padding: 10px 30px;
    justify-content: space-around;
    bottom:-30px;
    z-index: 5;
}
.wrapper-bundle-1 header .main-header-1 .first-section-9 svg, .wrapper-bundle-1 header .main-header-1 .first-section-9 img {
    width: 65px;
    height: 65px;
}
.wrapper-bundle-1 header .main-tutor-9 a {
    font-weight: 700;
    font-size: 16px;
}
@media only screen and (max-width: 800px)  {
    .wrapper-bundle-1 header .main-header-1 .first-section-9 svg, .wrapper-bundle-1 header .main-header-1 .first-section-9 img {
        width: 40px;
        height: 40px;
    }
    .wrapper-bundle-1 header .main-header-1 {
        justify-content: center;
        width: 100%;
        position: relative;
        z-index: 95;
    }
    header .main-header-1 .first-section-9 {
        margin-right: 0;
    }
    .wrapper-bundle-1 header .main-tutor-9 {
       padding-top: 30px;
        top:0;
        border-radius:50px;
        align-items: center;
    }
}.company-info-2 {
    position: relative;
    background: rgb(169,209,225);
    padding: 140px 0;
    overflow: hidden;
    z-index: 1;
}

.company-info-2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(217deg, rgb(141,175,194,0.5), transparent 70%),
        linear-gradient(127deg, rgb(114,143,164,0.5), transparent 70%),
        linear-gradient(336deg, rgb(141,175,194,0.5), transparent 70%);
    opacity: 0.15;
    z-index: -1;
    filter: blur(20px);
    animation: gradientFlow 15s ease infinite;
    transform-origin: center center;
}

@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);
    }
}

.company-info-2::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(141,175,194,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(114,143,164,0.5) 0%, transparent 50%);
    z-index: -2;
    opacity: 0.2;
    animation: pulsateBackground 20s ease-in-out infinite alternate;
}

@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%;
    }
}

.company-info-2 .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.company-info-2 .container::before {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgb(141,175,194,0.5);
    filter: blur(80px);
    opacity: 0.1;
    top: -100px;
    right: -100px;
    animation: float 15s ease-in-out infinite alternate;
}

@keyframes float {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(-30px, 20px);
    }
    100% {
        transform: translate(0, 0);
    }
}

.company-info-2 .skill-space-7 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
    position: relative;
}

.company-info-2 .skill-space-7::before {
    content: "";
    position: absolute;
    width: 40%;
    height: 1px;
    bottom: -30px;
    left: 30%;
    background: linear-gradient(90deg, transparent, rgb(141,175,194), transparent);
    opacity: 0.4;
    animation: scanline 4s ease-in-out infinite;
}

@keyframes scanline {
    0% {
        opacity: 0;
        transform: scaleX(0.5);
    }
    50% {
        opacity: 0.4;
        transform: scaleX(1);
    }
    100% {
        opacity: 0;
        transform: scaleX(0.5);
    }
}

.company-info-2 .learn-space-4 {
    flex: 0 0 40%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(15px);
    border-radius: 29px;
    padding: 50px 35px;
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.05);
    transform-style: preserve-3d;
    perspective: 1000px;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.company-info-2 .learn-space-4:hover {
    transform: translateY(-15px) rotateX(5deg);
    box-shadow: 0 35px 60px rgba(0, 0, 0, 0.12), 0 0 30px rgb(141,175,194,0.5);
    border-color: rgb(141,175,194,0.5);
}

.company-info-2 .learn-space-4::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, transparent 0%, rgb(141,175,194,0.5) 100%);
    opacity: 0.07;
    z-index: -1;
    border-radius: 29px;
    transition: opacity 0.4s ease;
}

.company-info-2 .learn-space-4:hover::before {
    opacity: 0.12;
}

.company-info-2 .learn-space-4::after {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: calc(29px + 1px);
    background: linear-gradient(90deg, transparent, rgb(141,175,194,0.5), transparent);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -2;
    animation: borderGlow 4s linear infinite;
}

@keyframes borderGlow {
    0% {
        opacity: 0;
        background-position: 0% 50%;
    }
    50% {
        opacity: 0.5;
        background-position: 100% 50%;
    }
    100% {
        opacity: 0;
        background-position: 0% 50%;
    }
}

.company-info-2 .learn-space-4:hover::after {
    opacity: 1;
}

.company-info-2 .img-caption-6 {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    margin-bottom: 30px;
    border: 5px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 2;
    transition: all 0.5s ease;
}

.company-info-2 .img-caption-6::before {
    content: "";
    position: absolute;
    inset: -3px;
    border-radius: 50%;
    background: conic-gradient(rgb(141,175,194), rgb(114,143,164), rgb(141,175,194));
    -webkit-mask: linear-gradient(rgb(114,143,164,0.5)) content-box, linear-gradient(rgb(141,175,194,0.5));
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    padding: 3px;
    opacity: 0.2;
    animation: rotate 8s linear infinite;
}

.company-info-2 .img-caption-6::after {
    content: "";
    position: absolute;
    inset: -10px;
    border-radius: 50%;
    border: 1px dashed rgb(141,175,194,0.5);
    opacity: 0.2;
    animation: rotateReverse 20s linear infinite;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotateReverse {
    0% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.company-info-2 .learning-dna-1 {
    text-align: center;
    padding-top: 15px;
    position: relative;
    width: 100%;
}

.company-info-2 .learning-dna-1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgb(141,175,194), transparent);
    opacity: 0.8;
}

.company-info-2 .edu-leadership-6 {
    font-size: calc(20px * 1.15);
    font-weight: 700;
    color: #000000;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    letter-spacing: 0.5px;
}

.company-info-2 .edu-leadership-6::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    background: rgb(141,175,194);
    transition: width 0.4s ease;
}

.company-info-2 .learn-space-4:hover .edu-leadership-6::after {
    width: 80%;
}

.company-info-2 .class-experts-1 {
    font-size: calc(15px * 1.05);
    color: rgb(141,175,194);
    margin-bottom: 0;
    font-weight: 600;
    letter-spacing: 0.5px;
    opacity: 0.9;
    transition: all 0.3s ease;
}

.company-info-2 .learn-space-4:hover .class-experts-1 {
    transform: translateY(2px);
    opacity: 1;
    color: rgb(114,143,164);
}

.company-info-2 .insight-box-4 {
    flex: 0 0 55%;
    position: relative;
    padding: 50px 45px;
    background: rgba(255, 255, 255, 0.01);
    border-radius: 29px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.03);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.company-info-2 .insight-box-4:hover {
    border-color: rgb(114,143,164,0.5);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08), 0 0 30px rgb(114,143,164,0.5);
    transform: translateY(-10px);
}

.company-info-2 .insight-box-4::before,
.company-info-2 .insight-box-4::after {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
    background: rgb(141,175,194,0.5);
    opacity: 0.03;
    z-index: -1;
    filter: blur(60px);
    transition: all 0.8s ease;
    animation: blobAnimation 25s infinite alternate;
}

@keyframes blobAnimation {
    0% {
        border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
        transform: translate(0, 0) rotate(0deg) scale(1);
    }
    33% {
        border-radius: 60% 40% 55% 45% / 45% 65% 35% 55%;
        transform: translate(-20px, 10px) rotate(60deg) scale(1.05);
    }
    66% {
        border-radius: 50% 50% 35% 65% / 50% 50% 65% 35%;
        transform: translate(20px, -10px) rotate(120deg) scale(0.95);
    }
    100% {
        border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
        transform: translate(0, 0) rotate(180deg) scale(1);
    }
}

.company-info-2 .insight-box-4::before {
    top: -250px;
    right: -250px;
}

.company-info-2 .insight-box-4::after {
    bottom: -250px;
    left: -250px;
    background: rgb(114,143,164,0.5);
    animation-delay: -15s;
}

.company-info-2 .insight-box-4:hover::before,
.company-info-2 .insight-box-4:hover::after {
    opacity: 0.08;
    filter: blur(40px);
}

.company-info-2 .promise-block-7 {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    gap: 16px;
    font-size: calc(19px * 1.2);
    font-weight: 600;
    color: rgb(141,175,194);
    position: relative;
    transition: all 0.3s ease;
}

.company-info-2 .promise-block-7::after {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    bottom: -8px;
    left: 0;
    background: linear-gradient(90deg, rgb(141,175,194), transparent);
    transition: width 0.4s ease;
}

.company-info-2 .insight-box-4:hover .promise-block-7::after {
    width: 50%;
}

.company-info-2 .promise-block-7 svg {
    width: 48px;
    height: 48px;
    fill: rgb(141,175,194);
    transition: all 0.4s ease;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.company-info-2 .promise-block-7 svg path {
    transition: fill 0.4s ease;
}

.company-info-2 .insight-box-4 h2 {
    font-size: calc(29px * 1.1);
    color: #000000;
    margin-bottom: 30px;
    font-weight: 700;
    position: relative;
    padding-bottom: 20px;
    letter-spacing: 0.5px;
    transition: all 0.4s ease;
}

.company-info-2 .insight-box-4 h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 3px;
    background: linear-gradient(90deg, rgb(141,175,194), rgb(114,143,164,0.5), transparent);
    border-radius: 10px;
    transition: width 0.5s ease;
}

.company-info-2 .insight-box-4 p {
    font-size: calc(15px * 1.05);
    line-height: 1.9;
    color: #000000;
    margin-bottom: 0;
    position: relative;
    transition: all 0.4s ease;
}

.company-info-2 .insight-box-4::before,
.company-info-2 .insight-box-4::after,
.company-info-2 .learn-space-4::before,
.company-info-2 .learn-space-4::after,
.company-info-2 .img-caption-6::before,
.company-info-2 .img-caption-6::after {
    pointer-events: none;
}

.company-info-2 .skill-space-7::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: 
        radial-gradient(rgb(141,175,194,0.5) 1px, transparent 1px),
        radial-gradient(rgb(114,143,164,0.5) 1px, transparent 1px);
    background-size: 40px 40px;
    background-position: 0 0, 20px 20px;
    opacity: 0.03;
    pointer-events: none;
    z-index: -1;
}

@media (max-width: 1199px) {
    .company-info-2 {
        padding: 120px 0;
    }

    .company-info-2 .skill-space-7 {
        gap: 50px;
    }
    
    .company-info-2 .insight-box-4 {
        padding: 40px 35px;
    }
    
    .company-info-2 .learn-space-4 {
        padding: 40px 30px;
    }
}

@media (max-width: 991px) {
    .company-info-2 {
        padding: 100px 0;
    }

    .company-info-2 .skill-space-7 {
        flex-direction: column;
        gap: 50px;
    }

    .company-info-2 .learn-space-4,
    .company-info-2 .insight-box-4 {
        flex: 0 0 100%;
        width: 100%;
    }
    
    .company-info-2 .insight-box-4 {
        padding: 40px 30px;
    }
    
    .company-info-2 .learn-space-4 {
        max-width: 500px;
        margin: 0 auto;
    }
    
    .company-info-2 .skill-space-7::before {
        width: 60%;
        left: 20%;
    }
    
    .company-info-2 .insight-box-4 h2 {
        font-size: 29px;
    }
}

@media (max-width: 767px) {
    .company-info-2 {
        padding: 80px 0;
    }
    
    .company-info-2 .img-caption-6 {
        width: 180px;
        height: 180px;
    }
    
    .company-info-2 .learn-space-4 {
        padding: 35px 25px;
    }
    
    .company-info-2 .insight-box-4 {
        padding: 35px 25px;
    }
    
    .company-info-2 .insight-box-4 h2 {
        font-size: calc(29px * 0.9);
        margin-bottom: 25px;
        padding-bottom: 15px;
    }
    
    .company-info-2 .edu-leadership-6 {
        font-size: 20px;
    }
    
    .company-info-2 .class-experts-1 {
        font-size: 15px;
    }
    
    .company-info-2 .promise-block-7 {
        font-size: 19px;
    }
    
    .company-info-2 .promise-block-7 svg {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 575px) {
    .company-info-2 {
        padding: 60px 0;
    }
    
    .company-info-2 .img-caption-6 {
        width: 150px;
        height: 150px;
        margin-bottom: 20px;
    }
    
    .company-info-2 .learn-space-4 {
        padding: 30px 20px;
    }
    
    .company-info-2 .insight-box-4 {
        padding: 30px 20px;
    }
    
    .company-info-2 .promise-block-7 {
        font-size: calc(19px * 0.95);
    }
    
    .company-info-2 .promise-block-7 svg {
        width: 35px;
        height: 35px;
    }
    
    .company-info-2 .insight-box-4 h2 {
        font-size: calc(29px * 0.8);
        margin-bottom: 20px;
    }
    
    .company-info-2 .insight-box-4 p {
        font-size: 15px;
        line-height: 1.8;
    }
    
    .company-info-2 .edu-leadership-6 {
        font-size: calc(20px * 0.95);
    }
    
    .company-info-2 .class-experts-1 {
        font-size: calc(15px * 0.95);
    }
    
    .company-info-2 .skill-space-7::before {
        width: 80%;
        left: 10%;
    }
}.leadership-profile-3 {
    padding: 100px 0;
    background: #000000;
    color: #ffffff;
    font-family: Playfair Display, sans-serif;
    position: relative;
    overflow: hidden;
}

.leadership-profile-3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 200%;
    height: 100%;
    background: linear-gradient(45deg, rgb(141,175,194,0.5) 25%, transparent 25%, transparent 50%, rgb(141,175,194,0.5) 50%, rgb(141,175,194,0.5) 75%, transparent 75%, transparent);
    background-size: 56px 56px;
    opacity: 0.1;
    transform: translateX(-50%);
    pointer-events: none;
}

.leadership-profile-3 .container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

.leadership-profile-3 .skill-space-7 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background: rgb(114,143,164,0.5);
    border-radius: 17px;
    padding: 40px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
}

.leadership-profile-3 .learner-ratings-7 {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 17px;
    width: calc(33% - 40px);
    margin: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

.leadership-profile-3 .learner-ratings-7::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 17px;
    border: 2px solid rgb(141,175,194);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.leadership-profile-3 .learner-ratings-7:hover::before {
    opacity: 1;
}

.leadership-profile-3 .learner-ratings-7:hover {
    transform: translateY(-10px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.leadership-profile-3 .img-caption-6 {
    width: 100%;
    height: 250px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    background-position: center;
    position: relative;
    z-index: 1;
}

.leadership-profile-3 .img-caption-6::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    box-shadow: 0 0 20px rgb(141,175,194,0.5);
    pointer-events: none;
}

.leadership-profile-3 .exp-card-4 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
}

.leadership-profile-3 .learner-ratings-7 .name {
    font-size: 21px;
    font-weight: 700;
    color: rgb(141,175,194);
    margin-bottom: 10px;
}

.leadership-profile-3 .learner-ratings-7 span {
    font-size: 16px;
    font-weight: 400;
    color: rgb(114,143,164);
    margin-bottom: 20px;
}

.leadership-profile-3 .learner-ratings-7 .employee-progress-5 {
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
    color: var(--white-color_opacity);
    border-left: 4px solid rgb(141,175,194);
    padding-left: 15px;
}

@media only screen and (max-width: 1200px) {
    .leadership-profile-3 .learner-ratings-7 {
        width: calc(50% - 40px);
    }

    .leadership-profile-3 .img-caption-6 {
        height: 200px;
    }
}

@media only screen and (max-width: 800px) {
    .leadership-profile-3 {
        padding: 60px 0;
    }

    .leadership-profile-3 .skill-space-7 {
        padding: 20px;
    }

    .leadership-profile-3 .learner-ratings-7 {
        width: 100%;
        margin: 10px 0;
    }

    .leadership-profile-3 .img-caption-6 {
        height: 150px;
    }
}

.wrapper-bundle-1 .leadership-profile-3 {
    background: rgb(141,175,194);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.wrapper-bundle-1 .leadership-profile-3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 200%;
    height: 100%;
    background: linear-gradient(45deg, rgb(114,143,164,0.5) 25%, transparent 25%, transparent 50%, rgb(114,143,164,0.5) 50%, rgb(114,143,164,0.5) 75%, transparent 75%, transparent);
    background-size: 56px 56px;
    opacity: 0.05;
    transform: translateX(-50%);
    pointer-events: none;
}

.wrapper-bundle-1 .leadership-profile-3 .skill-space-7 {
    background: rgb(114,143,164,0.5);
    border-radius: 17px;
    padding: 50px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(15px);
}

.wrapper-bundle-1 .leadership-profile-3 .learner-ratings-7 {
    background: rgba(0, 0, 0, 0.5);
    padding: 30px;
    border-radius: 17px;
    position: relative;
    width: 40%;
}

.wrapper-bundle-1 .leadership-profile-3 .learner-ratings-7::before {
    border: 2px solid rgb(114,143,164);
}

.wrapper-bundle-1 .leadership-profile-3 .learner-ratings-7 .name,
.wrapper-bundle-1 .leadership-profile-3 .learner-ratings-7 .employee-progress-5 {
    color: #ffffff;
}

.wrapper-bundle-1 .leadership-profile-3 .learner-ratings-7 .employee-progress-5 {
    color: var(--white-color_opacity);
}

.wrapper-bundle-1 .leadership-profile-3 .learner-ratings-7 span {
    font-size: 18px;
    color: rgb(141,175,194);
}

@media only screen and (max-width: 800px) {
    .wrapper-bundle-1 .leadership-profile-3 .learner-ratings-7 {
        flex-direction: column;
        align-items: center;
        padding: 30px;
        width: 100%;
        margin: 0;
    }
    .wrapper-bundle-1 .leadership-profile-3 .skill-space-7 {
        padding: 0;
    }

    .wrapper-bundle-1 .leadership-profile-3 .img-caption-6 {
        margin-bottom: 20px;
        width: 100%;
        height: 200px;
    }

    .wrapper-bundle-1 .exp-card-4 {
        text-align: center;
    }
}
.newsletter-8 {
    padding-bottom: 80px;
    padding-top: 80px;
    position: relative;
}

.newsletter-8 .skill-space-7 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.newsletter-8 input {
    padding: 12px;
    background: #ffffff;
    outline: none;
    border: 1px solid rgb(114,143,164,0.5);
    margin-right: 10px;
    min-width: 200px;
}

.newsletter-8 h2 {
    margin-bottom: 20px;
    text-align: center;
}

.newsletter-8 .reach-request-2 {
    background: rgb(114,143,164);
    color: #ffffff;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    flex-shrink: 0;
}

.newsletter-8 .input_holder {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 800px) {
    .newsletter-8 .skill-space-7 {
        flex-direction: column;
    }

    .newsletter-8 {
        padding: 30px 20px;
    }

    .newsletter-8 input {
        min-width: unset;
    }

    .newsletter-8 .reach-request-2 {
        flex-shrink: unset;
    }

    .newsletter-8 .input_holder {
        flex-direction: column;
        width: 100%;
    }

    .newsletter-8 input {
        margin: 0;
        margin-bottom: 10px;
        width: 100%;
    }

    .wrapper-bundle-1 .newsletter-8 .skill-space-7 h2 {
        font-size: 20px;
    }
}

.wrapper-bundle-1 .newsletter-8 {
    padding: 60px 20px;
    background: rgb(169,209,225);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.wrapper-bundle-1 .newsletter-8 h2 {
    font-size: 30px;
    color: #000000;
    font-family: Playfair Display, sans-serif;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.wrapper-bundle-1 .newsletter-8 .input_holder {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.wrapper-bundle-1 .newsletter-8 input {
    padding: 15px;
    height: 50px;
    border-radius: 21px;
    background: #ffffff;
    border: 1px solid rgb(141,175,194);
    font-weight: 400;
    font-size: 17px;
    color: #000000;
    margin-right: 10px;
    flex: 1;
    min-width: 0;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.wrapper-bundle-1 .newsletter-8 input:hover,
.wrapper-bundle-1 .newsletter-8 input:focus {
    border-color: rgb(114,143,164);
    background-color: rgb(114,143,164,0.5);
}

.wrapper-bundle-1 .newsletter-8 .reach-request-2 {
    padding: 15px 30px;
    height: 50px;
    border-radius: 21px;
    border: 1px solid rgb(141,175,194);
    background: rgb(141,175,194);
    color: #ffffff;
    font-weight: 600;
    font-size: 20px;
    cursor: pointer;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.wrapper-bundle-1 .newsletter-8 .reach-request-2:hover {
    background: #000000;
    border-color: #000000;
}

@media only screen and (max-width: 800px) {
    .wrapper-bundle-1 .newsletter-8 {
        padding: 40px 20px;
    }

    .wrapper-bundle-1 .newsletter-8 h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .wrapper-bundle-1 .newsletter-8 .input_holder {
        flex-direction: column;
        width: 100%;
    }

    .wrapper-bundle-1 .newsletter-8 input {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .wrapper-bundle-1 .newsletter-8 .reach-request-2 {
        width: 100%;
    }
}footer {
    background: rgb(169,209,225);
    color: #000000;
    font-family: Playfair Display, sans-serif;
    padding: 60px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
}
footer .footer {
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
footer .fellow-prog-0 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    padding: 0 20px;
}
footer .main-header-1 {
    flex: 1;
    padding: 20px;
}
footer .main-header-1 svg, footer .main-header-1 img {
   width: 80px;
    height: 80px;
    fill: rgb(141,175,194);
}
footer .main-tutor-9 {
    flex: 2;
    padding: 20px;
    text-align: left;
}
footer .main-tutor-9 h5 {
    font-size: 21px;
    color: rgb(141,175,194);
    margin-bottom: 15px;
}
footer .top-mentor-9 {
    display: flex;
    flex-direction: column;
}
footer .main-tutor-9 a {
    color: #000000;
    text-decoration: none;
    font-size: 13px;
    margin-bottom: 10px;
    transition: color 0.3s;
}
footer .main-tutor-9 a:hover {
    color: rgb(141,175,194);
}
footer .support-reach-7 {
    flex: 3;
    padding: 20px;
    text-align: left;
}
footer .support-reach-7 h5 {
    font-size: 21px;
    color: rgb(141,175,194);
    margin-bottom: 15px;
}
footer .support-reach-7 div {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    padding: 5px 0;
}
footer .support-reach-7 div svg, footer .support-reach-7 div img {
    width: 24px;
    height: 24px;
    fill: rgb(141,175,194);
    transition: transform 0.3s;
}
footer .support-reach-7 div:hover svg, footer .support-reach-7 div:hover img {
    transform: scale(1.1);
}
footer .equity-info-2 {
    color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    font-size: 13px;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    margin-top: 20px;
}
footer .copy-notice-7 {
    background: rgb(114,143,164);
    padding: 20px 0;
    text-align: center;
    font-size: 15px;
    border-top: 1px solid rgb(141,175,194);
}
footer .eco-foot-3 {
    color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
footer .eco-foot-3 a {
    color: #ffffff;
    text-decoration: underline;
}
@media only screen and (max-width: 1200px) {
    footer .fellow-prog-0 {
        flex-direction: column;
        align-items: center;
    }
    footer .fellow-prog-0 > * {
        margin-bottom: 20px;
    }
    footer .main-header-1, footer .main-tutor-9, footer .support-reach-7 {
        text-align: center;
    }
}
@media only screen and (max-width: 800px) {
    footer .top-mentor-9, footer .support-reach-7 div {
        align-items: center;
        justify-content: center;
    }
    footer .main-tutor-9 a, footer .support-reach-7 div {
        border: none;
    }
    footer .main-tutor-9 a:hover, footer .support-reach-7 div:hover {
        color: rgb(141,175,194);
    }
}
@media only screen and (max-width: 400px) {
    footer .main-header-1 svg, footer .main-header-1 img {
        max-width: 80px;
    }
    footer h5 {
        font-size: 16px;
    }
    footer .main-tutor-9 a, footer .support-reach-7 div {
        font-size: 13px;
    }
}
.contacts-9 {
    position: relative;
    background: rgb(169,209,225);
    overflow: hidden;
    padding: 5rem 0;
    isolation: isolate;
}
.contacts-9::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(141,175,194,0.5) 0%, transparent 40%, rgb(114,143,164,0.5) 100%);
    z-index: -2;
}
.contacts-9::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgb(141,175,194,0.5) 0%, transparent 70%);
    opacity: 0.3;
    z-index: -1;
    animation: pulse 15s infinite alternate;
}
@keyframes pulse {
    0% { transform: scale(1); opacity: 0.2; }
    50% { transform: scale(1.05); opacity: 0.4; }
    100% { transform: scale(1); opacity: 0.2; }
}
.contacts-9 .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}
.contacts-9 .instant-help-2 {
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 24px;
    backdrop-filter: blur(10px);
    padding: 3rem 2.5rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 0 0 1px rgba(255, 255, 255, 0.1),
                0 0 20px rgba(rgb(141,175,194), 0.1);
    border-left: 3px solid rgb(141,175,194);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.contacts-9 .instant-help-2 h3 {
    color: rgb(141,175,194);
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 1.5rem;
    position: relative;
    display: inline-block;
}
.contacts-9 .instant-help-2 h3::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 60px;
    height: 3px;
    background: rgb(141,175,194);
    border-radius: 10px;
}
.contacts-9 .course-faq-7 {
    font-size: calc(15px * 1.05);
    color: #000000;
    margin-bottom: 2.5rem;
    line-height: 1.6;
    max-width: 90%;
}
.contacts-9 .edu-guide-8 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
    position: relative;
}
.contacts-9 .edu-guide-8::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, 
                transparent, 
                rgb(141,175,194,0.5), 
                transparent);
}
.contacts-9 .edu-guide-8 span {
    position: relative;
    padding: 1rem 1.5rem;
    padding-left: 3.5rem;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    border-right: 1px solid rgb(114,143,164,0.5);
    border-bottom: 1px solid rgb(114,143,164,0.5);
}
.contacts-9 .edu-guide-8 span svg {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.5rem;
    height: 1.5rem;
    fill: none;
    stroke: rgb(141,175,194);
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    opacity: 0.8;
    transition: all 0.3s ease;
}
.contacts-9 .edu-guide-8 span:nth-child(even) svg {
    stroke: rgb(114,143,164);
}
.contacts-9 .edu-guide-8 span:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.contacts-9 .edu-guide-8 span:hover svg {
    transform: translateY(-50%) scale(1.2);
    opacity: 1;
    filter: drop-shadow(0 0 5px rgb(141,175,194,0.5));
}
.contacts-9 .edu-guide-8 span:nth-child(even):hover svg {
    filter: drop-shadow(0 0 5px rgb(114,143,164,0.5));
}
.contacts-9 .edu-guide-8 span svg path,
.contacts-9 .edu-guide-8 span svg circle,
.contacts-9 .edu-guide-8 span svg line,
.contacts-9 .edu-guide-8 span svg polyline,
.contacts-9 .edu-guide-8 span svg rect {
    transition: stroke-dasharray 0.5s ease, stroke-dashoffset 0.5s ease;
    stroke-dasharray: 0;
    stroke-dashoffset: 0;
}
.contacts-9 .edu-guide-8 span:hover svg path,
.contacts-9 .edu-guide-8 span:hover svg circle,
.contacts-9 .edu-guide-8 span:hover svg line,
.contacts-9 .edu-guide-8 span:hover svg polyline,
.contacts-9 .edu-guide-8 span:hover svg rect {
    stroke-dasharray: 100;
    animation: dashAnimation 2s linear infinite;
}
@keyframes dashAnimation {
    0% {
        stroke-dashoffset: 100;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
.contacts-9 .edu-guide-8 span p {
    margin: 0;
    color: #000000;
    font-size: 15px;
    font-weight: 400;
}
.contacts-9 .edu-guide-8 span > span {
    margin-top: 0.5rem;
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    color: rgb(141,175,194);
    font-weight: 600;
    border-radius: 0;
}
.contacts-9 .edu-guide-8 span > span:hover {
    transform: none;
    background: transparent;
    box-shadow: none;
}
.contacts-9 .edu-guide-8 span a {
    color: rgb(141,175,194);
    text-decoration: none;
    transition: color 0.3s ease, transform 0.3s ease;
    position: relative;
    display: inline-block;
}
.contacts-9 .edu-guide-8 span a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background: rgb(141,175,194);
    transition: width 0.3s ease;
}
.contacts-9 .edu-guide-8 span a:hover {
    color: rgb(114,143,164);
    transform: translateX(3px);
}
.contacts-9 .edu-guide-8 span a:hover::after {
    width: 100%;
    background: rgb(114,143,164);
}
.contacts-9 .contact-us-2 {
    grid-column: 1 / -1;
    margin-top: 1.5rem;
    padding: 1.5rem;
    background: linear-gradient(135deg, 
                rgba(rgb(141,175,194,0.5), 0.1), 
                rgba(rgb(114,143,164,0.5), 0.1));
    border-left: 3px solid rgb(114,143,164);
    display: flex;
    flex-direction: column;
}
.contacts-9 .contact-us-2 h4 {
    color: rgb(114,143,164);
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 1rem;
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    gap: 0.5rem;
}
.contacts-9 .contact-us-2 h4 svg {
    width: 1.25rem;
    height: 1.25rem;
    fill: none;
    stroke: rgb(114,143,164);
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform 0.3s ease;
}
.contacts-9 .contact-us-2 h4:hover svg {
    transform: rotate(15deg);
}
.contacts-9 .contact-us-2 h4::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 40px;
    height: 2px;
    background: rgb(114,143,164);
    border-radius: 10px;
}
.contacts-9 .contact-us-2 span {
    padding: 0.5rem 0;
    padding-left: 1.75rem;
    border: none;
    background: transparent;
    box-shadow: none;
    display: flex;
    align-items: center;
    color: #000000;
    position: relative;
    margin-bottom: 0.5rem;
}
.contacts-9 .contact-us-2 span svg {
    position: absolute;
    left: 0;
    width: 1rem;
    height: 1rem;
    fill: none;
    stroke: rgb(141,175,194);
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    opacity: 0.7;
    transition: all 0.3s ease;
}
.contacts-9 .contact-us-2 span:hover {
    transform: none;
    background: transparent;
    box-shadow: none;
}
.contacts-9 .contact-us-2 span:hover svg {
    opacity: 1;
    transform: scale(1.1);
    stroke: rgb(114,143,164);
}
.contacts-9 .contact-us-2 span:not(:last-child) {
    border-bottom: 1px dashed rgba(#000000, 0.2);
}
@media (max-width: 991px) {
    .contacts-9 {
        padding: 4rem 0;
    }
    
    .contacts-9 .instant-help-2 {
        padding: 2.5rem 2rem;
    }
    
    .contacts-9 .instant-help-2 h3 {
        font-size: calc(38px * 0.9);
    }
    
    .contacts-9 .course-faq-7 {
        font-size: 15px;
        max-width: 100%;
    }
    
    .contacts-9 .edu-guide-8 {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    }
    
    .contacts-9 .edu-guide-8 span svg {
        width: 1.4rem;
        height: 1.4rem;
    }
    
    .contacts-9 .contact-us-2 h4 svg {
        width: 1.1rem;
        height: 1.1rem;
    }
    
    .contacts-9 .contact-us-2 span svg {
        width: 0.9rem;
        height: 0.9rem;
    }
}
@media (max-width: 767px) {
    .contacts-9 {
        padding: 3rem 0;
    }
    
    .contacts-9 .instant-help-2 {
        padding: 2rem 1.5rem;
    }
    
    .contacts-9 .instant-help-2 h3 {
        font-size: calc(38px * 0.8);
    }
    
    .contacts-9 .edu-guide-8 {
        grid-template-columns: 1fr;
    }
    
    .contacts-9 .contact-us-2 {
        padding: 1.25rem;
    }
    
    .contacts-9 .edu-guide-8 span {
        padding: 0.875rem 1.25rem;
        padding-left: 3rem;
    }
    
    .contacts-9 .edu-guide-8 span svg {
        left: 0.875rem;
        width: 1.3rem;
        height: 1.3rem;
    }
    
    .contacts-9 .contact-us-2 span {
        padding-left: 1.5rem;
    }
    
    .contacts-9 .contact-us-2 span svg {
        width: 0.875rem;
        height: 0.875rem;
    }
}
@media (max-width: 575px) {
    .contacts-9 {
        padding: 2.5rem 0;
    }
    
    .contacts-9 .instant-help-2 {
        padding: 1.75rem 1.25rem;
    }
    
    .contacts-9 .instant-help-2 h3 {
        font-size: calc(38px * 0.7);
        margin-bottom: 1.25rem;
    }
    
    .contacts-9 .course-faq-7 {
        font-size: calc(15px * 0.95);
        margin-bottom: 2rem;
    }
    
    .contacts-9 .edu-guide-8 span {
        padding: 0.75rem 1rem;
        padding-left: 2.75rem;
    }
    
    .contacts-9 .edu-guide-8 span svg {
        left: 0.75rem;
        width: 1.2rem;
        height: 1.2rem;
    }
    
    .contacts-9 .contact-us-2 h4 {
        font-size: calc(24px * 0.9);
    }
    
    .contacts-9 .contact-us-2 h4 svg {
        width: 1rem;
        height: 1rem;
    }
    
    .contacts-9 .contact-us-2 span {
        padding-left: 1.25rem;
    }
    
    .contacts-9 .contact-us-2 span svg {
        width: 0.75rem;
        height: 0.75rem;
    }
}
@keyframes floatingGlow {
    0% { transform: translate(0, 0); opacity: 0.3; }
    25% { transform: translate(5px, -15px); opacity: 0.5; }
    50% { transform: translate(10px, 5px); opacity: 0.3; }
    75% { transform: translate(-5px, 10px); opacity: 0.5; }
    100% { transform: translate(0, 0); opacity: 0.3; }
}
.contacts-9 .container::before {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: radial-gradient(circle, rgb(141,175,194,0.5) 0%, transparent 70%);
    top: -100px;
    right: -50px;
    z-index: -1;
    animation: floatingGlow 15s infinite linear;
}
.contacts-9 .container::after {
    content: '';
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: radial-gradient(circle, rgb(114,143,164,0.5) 0%, transparent 70%);
    bottom: -75px;
    left: -50px;
    z-index: -1;
    animation: floatingGlow 20s infinite linear reverse;
}
.contacts-9 .instant-help-2::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background: radial-gradient(circle, rgb(141,175,194,0.5) 0%, transparent 70%);
    opacity: 0.4;
    z-index: -1;
}
.contacts-9 .instant-help-2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 75px;
    height: 75px;
    background: radial-gradient(circle, rgb(114,143,164,0.5) 0%, transparent 70%);
    opacity: 0.4;
    z-index: -1;
}
.contacts-9 .edu-guide-8 span::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background: rgb(141,175,194,0.5);
    filter: blur(20px);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}
.contacts-9 .edu-guide-8 span:hover::before {
    opacity: 0.3;
}
.contacts-9 .edu-guide-8 span::after {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border-radius: 10px;
    box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.05);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}
.contacts-9 .edu-guide-8 span:hover::after {
    opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
    .contacts-9::after,
    .contacts-9 .container::before,
    .contacts-9 .container::after,
    .contacts-9 .edu-guide-8 span:hover svg path,
    .contacts-9 .edu-guide-8 span:hover svg circle,
    .contacts-9 .edu-guide-8 span:hover svg line,
    .contacts-9 .edu-guide-8 span:hover svg polyline,
    .contacts-9 .edu-guide-8 span:hover svg rect {
        animation: none;
    }
    
    .contacts-9 .contact-us-2 h4:hover svg,
    .contacts-9 .contact-us-2 span:hover svg {
        transform: none;
    }
}.course-rewards-2 {
    position: relative;
    background: linear-gradient(to bottom, #000000 0%, rgb(169,209,225) 100%);
    padding: 180px 0;
    overflow: hidden;
}

.course-rewards-2::before {
    content: '';
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(141,175,194,0.5) 0%, 
        transparent 1px,
        transparent 10px,
        rgb(141,175,194,0.5) 11px
    );
    opacity: 0.1;
}

.course-rewards-2 .container {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
}

.course-rewards-2 .skill-space-7 {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 0;
    position: relative;
}

.course-rewards-2 .img-caption-6 {
    position: relative;
    height: 800px;
    transform: translateX(50px);
    clip-path: circle(45% at 50% 50%);
    transition: clip-path 0.6s ease;
}

.course-rewards-2 .img-caption-6:hover {
    clip-path: circle(47% at 50% 50%);
}

.course-rewards-2 .img-caption-6::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(
        circle at center,
        transparent 30%,
        rgb(141,175,194,0.5) 100%
    );
    mix-blend-mode: multiply;
}

.course-rewards-2 .insight-box-4 {
    position: relative;
    padding: 60px;
    margin-right: -100px;
    z-index: 2;
    background: linear-gradient(
        145deg,
        rgba(0, 0, 0, 0.5) 0%,
        rgba(255, 255, 255, 0.02) 100%
    );
    backdrop-filter: blur(10px);
    border-radius: 23px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.course-rewards-2 .insight-box-4::after {
    content: '';
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 60px;
    height: 60px;
    border: 2px solid rgb(114,143,164,0.5);
    border-radius: 10px;
    opacity: 0.3;
}

.course-rewards-2 .insight-box-4 h2 {
    font-size: calc(34px * 0.9);
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 40px;
    line-height: 1.2;
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-shadow: 
        -1px -1px 0 rgba(0, 0, 0, 0.3),
        1px -1px 0 rgba(0, 0, 0, 0.3),
        -1px 1px 0 rgba(0, 0, 0, 0.3),
        1px 1px 0 rgba(0, 0, 0, 0.3),
        2px 2px 4px rgba(0, 0, 0, 0.3);
}

.course-rewards-2 .insight-box-4 ul {
    display: flex;
    flex-direction: column;
    gap: 30px;
    list-style: none;
    padding: 0;
}

.course-rewards-2 .insight-box-4 ul li {
    position: relative;
    padding-left: 65px;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.7;
    transition: transform 0.3s ease;
    text-shadow: 
        -1px -1px 0 rgba(0, 0, 0, 0.3),
        1px -1px 0 rgba(0, 0, 0, 0.3),
        -1px 1px 0 rgba(0, 0, 0, 0.3),
        1px 1px 0 rgba(0, 0, 0, 0.3),
        2px 2px 3px rgba(0, 0, 0, 0.2);
    font-weight: 400;
}

.course-rewards-2 .insight-box-4 ul li:hover {
    transform: translateX(10px);
}

.course-rewards-2 .insight-box-4 ul li svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 45px;
    height: 45px;
    padding: 10px;
    fill: rgb(141,175,194);
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 100%
    );
    border-radius: 10px;
    backdrop-filter: blur(5px);
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.course-rewards-2 .insight-box-4 ul li:first-child svg {
    animation: pulse 3s infinite;
}

@media (max-width: 1200px) {
    .course-rewards-2 {
        padding: 140px 0;
    }

    .course-rewards-2 .skill-space-7 {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .course-rewards-2 .img-caption-6 {
        height: 600px;
        width: 100%;
        transform: none;
        clip-path: circle(42% at 50% 50%);
        margin: 0 auto;
        max-width: 800px;
    }

    .course-rewards-2 .insight-box-4 {
        margin-right: 0;
        padding: 40px;
    }
}

@media (max-width: 991px) {
    .course-rewards-2 {
        padding: 100px 0;
    }

    .course-rewards-2 .img-caption-6 {
        height: 500px;
        width: 100%;
        clip-path: circle(40% at 50% 50%);
    }

    .course-rewards-2 .insight-box-4 {
        padding: 30px;
    }

    .course-rewards-2 .insight-box-4 h2 {
        font-size: 34px;
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .course-rewards-2 {
        padding: 80px 0;
    }

    .course-rewards-2 .container {
        padding: 0 20px;
    }

    .course-rewards-2 .img-caption-6 {
        height: 400px;
        width: 100%;
    }

    .course-rewards-2 .insight-box-4 ul {
        gap: 25px;
    }

    .course-rewards-2 .insight-box-4 ul li {
        padding-left: 55px;
        font-size: calc(14px * 0.95);
        text-shadow: 
            -1px -1px 0 rgba(0, 0, 0, 0.3),
            1px -1px 0 rgba(0, 0, 0, 0.3),
            -1px 1px 0 rgba(0, 0, 0, 0.3),
            1px 1px 0 rgba(0, 0, 0, 0.3),
            1px 1px 2px rgba(0, 0, 0, 0.2);
    }

    .course-rewards-2 .insight-box-4 ul li svg {
        width: 35px;
        height: 35px;
        padding: 8px;
    }
}

@media (max-width: 480px) {
    .course-rewards-2 {
        padding: 60px 0;
    }

    .course-rewards-2 .img-caption-6 {
        height: 300px;
        clip-path: circle(45% at 50% 50%);
    }

    .course-rewards-2 .insight-box-4 {
        padding: 25px;
    }

    .course-rewards-2 .insight-box-4::before,
    .course-rewards-2 .insight-box-4::after {
        display: none;
    }

    .course-rewards-2 .insight-box-4 h2 {
        font-size: calc(34px * 0.9);
        margin-bottom: 25px;
        padding-bottom: 15px;
    }

    .course-rewards-2 .insight-box-4 ul {
        gap: 20px;
    }

    .course-rewards-2 .insight-box-4 ul li {
        padding-left: 45px;
        font-size: calc(14px * 0.9);
        text-shadow: 
            -1px -1px 0 rgba(0, 0, 0, 0.3),
            1px -1px 0 rgba(0, 0, 0, 0.3),
            -1px 1px 0 rgba(0, 0, 0, 0.3),
            1px 1px 0 rgba(0, 0, 0, 0.3),
            1px 1px 2px rgba(0, 0, 0, 0.2);
    }

    .course-rewards-2 .insight-box-4 ul li svg {
        width: 30px;
        height: 30px;
        padding: 6px;
    }
}.instructional-approach-8 {
    position: relative;
    padding: 100px 20px;
    background: linear-gradient(135deg, rgb(141,175,194) 25%, rgb(114,143,164) 75%);
    overflow: hidden;
}

.instructional-approach-8::before,
.instructional-approach-8::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    background: #ffffff;
    z-index: 0;
}

.instructional-approach-8::before {
    width: 400px;
    height: 400px;
    top: -200px;
    left: -200px;
    opacity: 0.3;
}

.instructional-approach-8::after {
    width: 300px;
    height: 300px;
    bottom: -150px;
    right: -150px;
    opacity: 0.5;
}

.instructional-approach-8 .skill-space-7 {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 70%;
    margin: auto;
    background: #ffffff;
    padding: 50px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    border: 1px solid rgb(141,175,194);
}

.instructional-approach-8 h2 {
    font-size: 37px;
    margin-bottom: 30px;
    text-align: center;
    color: rgb(141,175,194);
    font-weight: 700;
    position: relative;
}

.instructional-approach-8 h2::before,
.instructional-approach-8 h2::after {
    content: '';
    position: absolute;
    height: 4px;
    width: 50px;
    background: rgb(141,175,194);
    top: 50%;
    transform: translateY(-50%);
}

.instructional-approach-8 h2::before {
    left: -70px;
}

.instructional-approach-8 h2::after {
    right: -70px;
}

.instructional-approach-8 p {
    font-size: 18px;
    text-align: center;
    color: #000000;
    line-height: 1.6;
    max-width: 800px;
    position: relative;
}


@media only screen and (max-width: 800px) {
    .instructional-approach-8 {
        padding: 50px 10px;
    }

    .instructional-approach-8 .skill-space-7 {
        width: 100%;
        padding: 30px;
    }

    .instructional-approach-8 h2 {
        font-size: 20px;
    }

    .instructional-approach-8 p {
        font-size: 18px;
    }

    .instructional-approach-8 h2::before,
    .instructional-approach-8 h2::after {
        width: 25px;
    }
}
.title-section-9 {
    position: relative;
    background-color: rgb(169,209,225);
}

.title-section-9 .skill-space-7 {
    display: flex;
    flex-direction: row-reverse;
    min-height: 80vh;
}

.title-section-9 .img-caption-6 {
    flex: 1;
    position: relative;
    overflow: hidden;
}

.title-section-9 .img-caption-6::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgb(141,175,194,0.5), rgb(114,143,164,0.5));
    z-index: 1;
}

.title-section-9 .insight-box-4 {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4rem;
    background-color: #ffffff;
    position: relative;
}

.title-section-9 .insight-box-4::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 5px;
    background-color: rgb(141,175,194);
}

.title-section-9 .fast-edu-5 {
    position: relative;
    z-index: 2;
}

.title-section-9 .fast-edu-5 svg {
    width: 60px;
    height: 60px;
    fill: rgb(141,175,194);
    margin-bottom: 1rem;
    transition: transform 0.3s ease;
}

.title-section-9 .fast-edu-5 h2 {
    font-size: 32px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 1rem;
    position: relative;
    padding-bottom: 0.5rem;
}

.title-section-9 .fast-edu-5 h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    background-color: rgb(114,143,164);
}

.title-section-9 .fast-edu-5 span {
    font-size: 13px;
    color: #000000;
    line-height: 1.6;
    display: block;
    margin-bottom: 2rem;
}

.title-section-9 .insight-box-4 .reach-request-2 {
    align-self: flex-start;
    padding: 0.8rem 1.5rem;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    background-color: rgb(141,175,194);
    border: 2px solid rgb(141,175,194);
    border-radius: 10px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.title-section-9 .insight-box-4 .reach-request-2::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.3s ease;
}

.title-section-9 .insight-box-4 .reach-request-2:hover {
    background-color: #ffffff;
    color: rgb(141,175,194);
}

.title-section-9 .insight-box-4 .reach-request-2:hover::before {
    left: 100%;
}

.title-section-9 .insight-box-4 .reach-request-2:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgb(141,175,194,0.5);
}

@media only screen and (max-width: 1200px) {
    .title-section-9 .skill-space-7 {
        flex-direction: column;
    }

    .title-section-9 .img-caption-6 {
        height: 300px;
        flex: unset;
    }

    .title-section-9 .insight-box-4 {
        padding: 3rem;
    }

    .title-section-9 .insight-box-4::after {
        width: 100%;
        height: 5px;
        top: 0;
        right: auto;
    }
}

@media only screen and (max-width: 800px) {
    .title-section-9 .insight-box-4 {
        padding: 2rem;
    }

    .title-section-9 .fast-edu-5 h2 {
        font-size: 19px;
    }

    .title-section-9 .fast-edu-5 span {
        font-size: 13px;
    }
}.customer-feedback-0 {
    background-color: rgb(169,209,225);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.customer-feedback-0::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgb(141,175,194,0.5) 25%, transparent 25%) -50px 0,
                linear-gradient(225deg, rgb(141,175,194,0.5) 25%, transparent 25%) -50px 0,
                linear-gradient(315deg, rgb(141,175,194,0.5) 25%, transparent 25%),
                linear-gradient(45deg, rgb(141,175,194,0.5) 25%, transparent 25%);
    background-size: 100px 100px;
    opacity: 0.1;
}

.customer-feedback-0 .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}

.customer-feedback-0 .skill-space-7 {
    text-align: center;
}

.customer-feedback-0 h3 {
    font-size: 30px;
    color: #000000;
    margin-bottom: 60px;
    font-weight: 700;
    position: relative;
    display: inline-block;
}

.customer-feedback-0 h3::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 3px;
    background: linear-gradient(to right, rgb(141,175,194), rgb(114,143,164));
}

.customer-feedback-0 .learner-stories-9 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
}

.customer-feedback-0 .learner-ratings-7 {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    width: calc(33.333% - 20px);
    max-width: 350px;
}

.customer-feedback-0 .learner-ratings-7::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, rgb(141,175,194), rgb(114,143,164));
}

.customer-feedback-0 .learner-ratings-7:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}

.customer-feedback-0 .img-caption-6 {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-bottom: 15px;
    border: 2px solid rgb(114,143,164);
}

.customer-feedback-0 .text {
    text-align: left;
}

.customer-feedback-0 .text p {
    font-size: 18px;
    color: #000000;
    margin-bottom: 5px;
    font-weight: 600;
}

.customer-feedback-0 .text span {
    font-size: 16px;
    color: #000000;
    display: block;
}

@media (max-width: 992px) {
    .customer-feedback-0 .learner-ratings-7 {
        width: calc(50% - 15px);
    }
}

@media (max-width: 768px) {
    .customer-feedback-0 {
        padding: 60px 0;
    }

    .customer-feedback-0 h3 {
        font-size: 20px;
        margin-bottom: 40px;
    }

    .customer-feedback-0 .learner-ratings-7 {
        width: 100%;
        max-width: 400px;
    }
}

@media (max-width: 480px) {
    .customer-feedback-0 {
        padding: 40px 0;
    }

    .customer-feedback-0 h3 {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .customer-feedback-0 .learner-ratings-7 {
        padding: 20px;
    }

    .customer-feedback-0 .img-caption-6 {
        width: 60px;
        height: 60px;
    }

    .customer-feedback-0 .text p {
        font-size: 16px;
    }

    .customer-feedback-0 .text span {
        font-size: 14px;
    }
}.privacy-reserve-9 {
    background-color: rgb(169,209,225);
    padding: 2em;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    font-family: Playfair Display, sans-serif;
    color: #000000;
}
.privacy-reserve-9 h1 {
    font-size: 39px;
    color: rgb(141,175,194);
    font-weight: 700;
    text-align: center;
    margin-bottom: 1em;
}
.privacy-reserve-9 h2 {
    font-size: 35px;
    color: rgb(114,143,164);
    font-weight: 600;
    margin-bottom: 0.75em;
}
.privacy-reserve-9 h3,
.privacy-reserve-9 h4,
.privacy-reserve-9 h5,
.privacy-reserve-9 h6 {
    margin-bottom: 0.5em;
}
.privacy-reserve-9 h3 {
    font-size: calc(20px - 0.2em);
    font-weight: 400;
    color: rgb(141,175,194);
}
.privacy-reserve-9 h4 {
    font-size: calc(20px - 0.4em);
    font-weight: 400;
    color: rgb(114,143,164);
}
.privacy-reserve-9 h5 {
    font-size: 20px;
    font-weight: 300;
    color: #000000;
}
.privacy-reserve-9 h6 {
    font-size: 21px;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.5);
}
.privacy-reserve-9 ul {
    list-style-type: disc;
    padding-left: 1.5em;
    margin-bottom: 1em;
}
.privacy-reserve-9 ol {
    list-style-type: decimal;
    padding-left: 1.5em;
    margin-bottom: 1em;
}
.privacy-reserve-9 li {
    margin-bottom: 0.5em;
    font-size: 14px;
}
.privacy-reserve-9 p {
    font-size: 14px;
    margin-bottom: 1em;
    line-height: 1.6;
}
.privacy-reserve-9 span {
    color: rgb(141,175,194);
    font-weight: 600;
}
.privacy-reserve-9 div {
    margin-bottom: 1em;
}
@media only screen and (max-width: 800px) {
    .privacy-reserve-9 {
        padding: 1em;
        border-radius: 10px;
    }
    .privacy-reserve-9 h1 {
        font-size: calc(20px - 0.5em);
    }
    .privacy-reserve-9 h2 {
        font-size: calc(20px - 0.4em);
    }
    .privacy-reserve-9 p,
    .privacy-reserve-9 li {
        font-size: calc(14px - 0.2em);
    }
}
.privacy-reserve-9 h1::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background-color: rgb(141,175,194);
    margin: 0.5em auto 0;
    border-radius: 10px;
}
.privacy-reserve-9 h2::after {
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    background-color: rgb(114,143,164);
    margin: 0.5em auto 0;
    border-radius: 10px;
}
.privacy-reserve-9 ul li::before {
    content: "•";
    color: rgb(141,175,194);
    font-weight: 700;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.privacy-reserve-9 ol li::before {
    color: rgb(114,143,164);
    font-weight: 700;
}
.privacy-reserve-9 a {
    color: rgb(141,175,194);
    text-decoration: underline;
}
.privacy-reserve-9 a:hover {
    text-decoration: none;
    color: rgb(114,143,164);
}
.privacy-reserve-9 blockquote {
    margin: 1em 0;
    padding: 1em;
    border-left: 5px solid rgb(141,175,194);
    background-color: rgb(141,175,194,0.5);
    font-style: italic;
}.thanksPage-6 {
    background-color: rgb(169,209,225);
    padding: 5rem 2rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.thanksPage-6 .container {
    max-width: 700px;
    margin: 0 auto;
    background: rgb(141,175,194,0.5);
    padding: 3rem;
    border-radius: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    position: relative;
    overflow: hidden;
}
.thanksPage-6 .container::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background: rgb(141,175,194,0.5);
    transform: translate(-50%, -50%) rotate(45deg);
    z-index: -1;
    opacity: 0.1;
}
.thanksPage-6 h2 {
    font-family: Playfair Display, sans-serif;
    font-size: 37px;
    font-weight: 700;
    color: rgb(141,175,194);
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    border-bottom: 2px solid rgb(141,175,194);
    display: inline-block;
    padding-bottom: 0.5rem;
}
.thanksPage-6 p {
    font-family: Playfair Display, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 2rem;
    text-align: center;
    position: relative;
}
.thanksPage-6 p span {
    color: rgb(141,175,194);
    font-weight: 600;
}
@media only screen and (max-width: 800px) {
    .thanksPage-6 {
        padding: 2rem 1rem;
    }
    .thanksPage-6 .container {
        padding: 1.5rem;
    }
    .thanksPage-6 h2 {
        font-size: 20px;
    }
    .thanksPage-6 p {
        font-size: 17px;
    }
}

.benefits-overview-6 .advantage-grow-8 h2 {
    color: rgb(114,143,164);
}

.benefits-overview-6 .learning-perks-7 svg, .benefits-overview-6 .learning-perks-7 svg path {
    fill: rgb(141,175,194);
}

.benefits-overview-6 .learning-perks-7 p {
    color: #000000;
}

.benefits-overview-6 .learning-perks-7 b {
    color: rgb(141,175,194);
}

.benefits-overview-6 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.benefits-overview-6 .learning-pros-7 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.benefits-overview-6 .advantage-grow-8 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.benefits-overview-6 .advantage-grow-8 h2 {
    text-align: center;
    margin-bottom: 48px;
    font-size: 35px;
    font-weight: 600;
}

.benefits-overview-6 .advantage-grow-8 h4 {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}

.benefits-overview-6 .learning-expertise-4 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 20px;
}

.benefits-overview-6 .learning-perks-7 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 200px;
    width: 25%;
    padding: 10px;
}

.benefits-overview-6 .learning-perks-7 svg, .benefits-overview-6 .learning-perks-7 img {
    width: 128px;
    height: 128px;
}

@media only screen and (max-width: 1200px) {
    .wrapper-bundle-1 .benefits-overview-6 .learning-pros-7 {
        justify-content: center;
    }
    .wrapper-bundle-1 .benefits-overview-6 .learning-pros-7 .learning-perks-7 {
        width: calc(50% - 20px);
        margin: 10px;
    }
}

@media only screen and (max-width: 800px) {
    .benefits-overview-6 .advantage-grow-8 h2 {
        font-size: 30px;
    }

    .benefits-overview-6 .learning-pros-7 {
        flex-direction: column;
    }

    .benefits-overview-6 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .wrapper-bundle-1 .benefits-overview-6 .learning-pros-7 .learning-perks-7 {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}

.wrapper-bundle-1 .benefits-overview-6 {
    background: linear-gradient(135deg, rgb(114,143,164) 0%, rgb(141,175,194,0.5) 100%);
    padding: 80px 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.wrapper-bundle-1 .benefits-overview-6 .advantage-grow-8 {
    align-items: center;
    text-align: center;
    color: #000000;
    font-family: Playfair Display, sans-serif;
}

.wrapper-bundle-1 .benefits-overview-6 .advantage-grow-8 h2 {
    font-size: 35px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 36px;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 2px solid rgb(141,175,194);
    background: linear-gradient(to right, rgb(114,143,164) 0%, rgb(141,175,194,0.5) 100%);
    -webkit-background-clip: text;
    color: transparent;
    text-shadow: #ffffff 1px 1px;
}

.wrapper-bundle-1 .benefits-overview-6 .learning-expertise-4 {
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 20px;
    padding: 0 20px;
    line-height: 1.6;
    text-shadow: var(--white-color_opacity) 1px 1px;
}

.wrapper-bundle-1 .benefits-overview-6 .learning-pros-7 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.wrapper-bundle-1 .benefits-overview-6 .learning-perks-7 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: calc(25% - 20px);
}

.wrapper-bundle-1 .benefits-overview-6 .learning-perks-7:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.wrapper-bundle-1 .benefits-overview-6 .top-advantage-7 {
    width: 128px;
    height: 128px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    background: linear-gradient(135deg, rgb(141,175,194) 0%, rgb(114,143,164) 100%);
    border-radius: 50%;
    position: relative;
}

.wrapper-bundle-1 .benefits-overview-6 .top-advantage-7 img, .wrapper-bundle-1 .benefits-overview-6 .top-advantage-7 svg {
    width: 80px;
    height: 80px;
    z-index: 2;
}

.wrapper-bundle-1 .benefits-overview-6 .top-advantage-7::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid rgb(141,175,194,0.5);
    z-index: 1;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.7;
    }
}

.wrapper-bundle-1 .benefits-overview-6 .learning-perks-7 h4 {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    margin-top: 15px;
    text-align: center;
}

@media (max-width: 1200px) {
    .wrapper-bundle-1 .benefits-overview-6 .learning-perks-7 {
        width: calc(50% - 20px);
    }
}

@media (max-width: 800px) {
    .wrapper-bundle-1 .benefits-overview-6 {
        padding: 50px 10px;
    }

    .wrapper-bundle-1 .benefits-overview-6 .advantage-grow-8 h2 {
        font-size: 48px;
    }

    .wrapper-bundle-1 .benefits-overview-6 .learning-pros-7 {
        flex-direction: column;
        align-items: center;
    }

    .wrapper-bundle-1 .benefits-overview-6 .learning-perks-7 {
        width: 100%;
    }
}