html,body {
    min-height: 100%;
    height: 100%;
    auto
contain
touch-action: none;
    font-family: Arial, sans-serif;
    color: #000000;
}

header,footer {
    width: 100%;
}

header {
    margin-top: 0;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    z-index: 100;
    padding: 0;
    background: rgb(206,208,212);
}



.sustain-cta-pOT .container {
    grid-template-columns: repeat(12, 1fr);
    display: grid;
    grid-gap: 2rem;
}

.sustain-cta-pOT .company_holder::before {
    left: -20px;
    content: "";
    top: -20px;
    position: absolute;
    opacity: 0.7;
    height: 60px;
    border-top: 2px solid rgb(171,181,196);
    border-left: 2px solid rgb(171,181,196);
    width: 60px;
}

.sustain-cta-pOT .company_holder h3::after {
    background: rgb(171,181,196);
    position: absolute;
    box-shadow: 0 0 10px rgb(171,181,196);
    height: 2px;
    width: 30%;
    bottom: -5px;
    content: "";
    left: 0;
}

.sustain-cta-pOT .head-pro-oj8 {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    width: 100%;
    gap: 3rem;
}

.sustain-cta-pOT .nav-mainbar-vTe::before {
    transition: height 0.3s ease;
    left: 0;
    height: 0;
    width: 3px;
    top: 0;
    position: absolute;
    background: rgb(171,181,196);
    content: "";
}

.sustain-cta-pOT .nav-mainbar-vTe h5 {
    letter-spacing: 1px;
    color: rgb(116,164,164);
    font-weight: 600;
    padding-left: 1rem;
    margin-bottom: 1.5rem;
    position: relative;
    font-size: 21px;
}

.sustain-cta-pOT .nav-mainbar-vTe .head-pro-oj8 a::before {
    background: linear-gradient(90deg, rgba(rgb(171,181,196,0.5), 0.1), transparent);
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    width: 100%;
    z-index: -1;
    content: "";
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
}

.footer-workshops-wGj .container {
    align-items: center;
    display: flex;
    justify-content: center;
}

.footer-workshops-wGj .chrome-ext-xtH {
    opacity: 0.7;
    color: #ffffff;
    letter-spacing: 0.5px;
    text-align: center;
    font-size: 12px;
}

.thxPage-ACu::after {
    bottom: -10%;
    opacity: 0.1;
    width: 40%;
    position: absolute;
    animation: float 15s ease-in-out infinite;
    right: -5%;
    content: "";
    z-index: 0;
    height: 60%;
    background: linear-gradient(225deg, rgb(116,164,164) 0%, transparent 70%);
    transform: rotate(-15deg);
}

.thxPage-ACu .pedagogy-way-wX3 > div:first-child {
    animation: slideInLeft 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.2s forwards;
    opacity: 0;
    padding-left: 1.5rem;
    border-left: 4px solid rgb(171,181,196);
    position: relative;
    transform: translateX(-20px);
    margin-bottom: 2rem;
}

.thxPage-ACu h5 {
    color: #000000;
    position: relative;
    line-height: 1.4;
    margin: 0 0 1rem 0;
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 24px;
}

.thxPage-ACu a {
    text-decoration: none;
    color: inherit;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    display: block;
    position: relative;
}

.thxPage-ACu a:hover {
    transform: translateX(10px);
}

.thxPage-ACu a:focus {
    box-shadow: 0 0 0 2px rgb(171,181,196,0.5);
    outline: none;
}

.instructional-approach-ohk::before {
    filter: blur(40px);
    top: 0;
    content: '';
    background: 
        radial-gradient(circle at 10% 20%, rgb(171,181,196,0.5) 0%, transparent 25%),
        radial-gradient(circle at 90% 80%, rgb(116,164,164,0.5) 0%, transparent 25%);
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
}

.instructional-approach-ohk .abstract-box-HL5:hover {
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.2),
        -15px -15px 30px rgba(255, 255, 255, 0.9);
}

.instructional-approach-ohk .abstract-box-HL5::before {
    position: absolute;
    border-radius: 50%;
    right: 20px;
    top: 20px;
    box-shadow: 
        4px 4px 8px rgba(0, 0, 0, 0.1),
        -4px -4px 8px rgba(255, 255, 255, 0.9);
    background: linear-gradient(135deg, rgb(171,181,196,0.5), rgb(116,164,164,0.5));
    content: '';
    animation: pulse 5s infinite alternate;
    z-index: -1;
    width: 60px;
    height: 60px;
}

.instructional-approach-ohk .abstract-box-HL5::before,
.instructional-approach-ohk .abstract-box-HL5::after {
    transition: all 0.5s ease;
}

.instructional-approach-ohk p {
    transition: all 0.3s ease;
    line-height: 1.8;
    background: rgb(206,208,212);
    color: #000000;
    border-radius: 10px;
    position: relative;
    box-shadow: 
        inset 3px 3px 6px rgba(0, 0, 0, 0.1),
        inset -3px -3px 6px rgba(255, 255, 255, 0.7);
    padding: 1rem;
    font-size: 12px;
    margin-top: 1.5rem;
}

.greeting-page-17v > div {
    gap: 3rem;
    max-width: 1200px;
    flex-direction: column;
    position: relative;
    margin: 0 auto;
    width: 100%;
    z-index: 2;
    display: flex;
}

.greeting-page-17v .learn-lead-4XF {
    position: relative;
    font-size: 43px;
    font-weight: 700;
    color: #000000;
    line-height: 1.2;
    margin-bottom: 1rem;
    max-width: 800px;
}

.greeting-page-17v p::before {
    opacity: 0.7;
    content: "";
    position: absolute;
    width: 3px;
    height: 100%;
    top: 0;
    background: rgb(116,164,164);
    left: 0;
}

.greeting-page-17v .smart-track-Pdn:hover {
    transform: translateY(-5px);
}

.greeting-page-17v .smart-track-Pdn::before {
    content: "";
    background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%, rgba(0, 0, 0, 0.5) 90%);
    position: absolute;
    z-index: 1;
    inset: 0;
}

header::before {
    left: 0;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgba(rgb(171,181,196), 0.03) 25%, 
        rgba(rgb(171,181,196), 0.05) 50%,
        rgba(rgb(171,181,196), 0.03) 75%,
        transparent 100%
    );
    pointer-events: none;
    top: 0;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
}

header .top-section-1gC img {
    display: block;
    max-width: 100%;
    height: auto;
    filter: brightness(1.03);
}

header .nav-mainbar-vTe {
    position: relative;
    flex-wrap: nowrap;
    margin: 0;
    list-style: none;
    display: flex;
    padding: 0;
}

header .page-head-6fc {
    position: relative;
    margin: 0;
}

header .page-head-6fc a::before {
    transform: translateX(-100%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: '';
    background: rgb(171,181,196);
    height: 3px;
    transition: transform 0.3s ease;
}

header .header-top-DqE::before {
    width: 30%;
    position: absolute;
    height: 100%;
    z-index: -1;
    top: 0;
    background: linear-gradient(-90deg, rgb(206,208,212), transparent);
    right: 0;
    content: '';
}

header .nav-master-u1g {
    padding-top: 2rem;
    z-index: 1;
    background: #ffffff;
    position: relative;
}

.contact-us-EDr::after {
    z-index: 1;
    bottom: 0;
    content: "";
    position: absolute;
    background: 
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 20px);
    width: 100%;
    height: 100px;
    left: 0;
}

.contact-us-EDr h2::after {
    background: rgb(171,181,196);
    left: calc(50% - 10px);
    position: absolute;
    width: 70px;
    height: 2px;
    bottom: -20px;
    content: "";
}

.contact-us-EDr .video-thumbnail-s7b::before {
    content: "";
    z-index: 1;
    height: 100%;
    width: 100%;
    left: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
    top: 0;
    position: absolute;
}

.contact-us-EDr .reach-box-QR4::before {
    background: radial-gradient(circle at 50% 30%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    content: "";
    top: 0;
}

.contact-us-EDr input[type="text"] {
    width: 100%;
    padding: 16px 20px;
    background: rgba(0, 0, 0, 0.2);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    position: relative;
    border-radius: 10px;
    font-size: 18px;
}

.contact-us-EDr .request-inquiry-dJ0 input[type="checkbox"]:checked {
    border-color: rgb(171,181,196);
    background: rgb(171,181,196);
}

.contact-us-EDr .request-inquiry-dJ0 label {
    color: rgba(255, 255, 255, 0.7);
    font-size: calc(18px - 2px);
    line-height: 1.5;
}

.contact-us-EDr .request-inquiry-dJ0 a {
    position: relative;
    text-decoration: none;
    color: rgb(171,181,196);
    transition: all 0.3s ease;
}

.contact-us-EDr .inquiry-links-kMH {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    letter-spacing: 1px;
    font-weight: 600;
    cursor: pointer;
    color: #ffffff;
    background: rgb(171,181,196);
    padding: 16px 35px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin-top: 10px;
    align-self: flex-start;
    text-transform: uppercase;
    font-size: 19px;
    border: none;
    transition: all 0.3s ease;
}

.confidential-cove-DOb {
    background: linear-gradient(165deg, rgb(206,208,212) 0%, #ffffff 100%);
    padding: 4rem 1.5rem;
    color: #000000;
    overflow: hidden;
    position: relative;
    font-family: Arial, sans-serif;
}

.confidential-cove-DOb h1 {
    font-size: 47px;
    color: rgb(171,181,196);
    padding-bottom: 1rem;
    margin: 0 0 2rem;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    line-height: 1.2;
    transform: translateY(0);
    font-weight: 700;
}

.confidential-cove-DOb h2::before {
    position: absolute;
    background: rgb(171,181,196);
    transform: scaleY(0.8);
    top: 0;
    height: 100%;
    transition: transform 0.3s ease;
    left: 0;
    content: "";
    width: 4px;
    border-radius: 2px;
}

.confidential-cove-DOb h4::before {
    font-size: 0.9em;
    left: 0;
    transform: translateY(-50%);
    position: absolute;
    content: "→";
    color: rgb(171,181,196);
    top: 50%;
}

.confidential-cove-DOb p strong {
    z-index: 1;
    font-weight: 600;
    color: #000000;
    position: relative;
}

.confidential-cove-DOb ul {
    margin: 1.5rem 0;
    padding: 0.5rem 0 1rem 1.5rem;
    position: relative;
    list-style: none;
}

.confidential-cove-DOb li {
    margin-bottom: 1rem;
    color: #000000;
    position: relative;
    padding-left: 1.5rem;
    line-height: 1.7;
    font-size: 16px;
    transition: transform 0.3s ease;
}

.confidential-cove-DOb span {
    padding: 1rem 1.5rem;
    border-left: 3px solid rgb(116,164,164);
    margin-bottom: 2rem;
    background-color: rgba(rgb(116,164,164,0.5), 0.07);
    transition: all 0.3s ease;
    line-height: 1.65;
    opacity: 0.85;
    color: #000000;
    font-size: calc(16px * 0.95);
    display: block;
}

.subscribe-to-newsletter-VnU::after {
    background-size: 200% 100%;
    z-index: 1;
    content: "";
    top: 0;
    animation: scanLine 8s linear infinite;
    position: absolute;
    background: 
        linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.5) 50%, transparent 100%);
    left: 0;
    opacity: 0.1;
    width: 100%;
    height: 100%;
}

.subscribe-to-newsletter-VnU p::after {
    bottom: 0;
}

.subscribe-to-newsletter-VnU .input_holder {
    position: relative;
    display: flex;
    gap: 1.5rem;
    flex-direction: column;
}

.subscribe-to-newsletter-VnU .email-wrap-r1i {
    padding: 1.2rem 1.5rem;
    border: 2px solid transparent;
    font-size: 13px;
    width: 100%;
    font-family: Arial, sans-serif;
    background-color: #ffffff;
    border-radius: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.subscribe-to-newsletter-VnU .sub-typography-NJk::after {
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    opacity: 0.5;
    inset: -4px;
    z-index: -1;
    background: linear-gradient(135deg, rgb(171,181,196), rgb(116,164,164));
    border-radius: calc(10px + 4px);
    filter: blur(8px);
}

.subscribe-to-newsletter-VnU .sub-typography-NJk:hover::after {
    opacity: 1;
    filter: blur(12px);
}

.mentorship-experience-L1b::after {
    opacity: 0.2;
    animation: pulse-subtle 15s infinite alternate ease-in-out;
    width: 200%;
    content: "";
    position: absolute;
    background: 
        radial-gradient(
            ellipse at center,
            rgb(171,181,196,0.5) 0%,
            transparent 60%
        );
    height: 200%;
    left: -50%;
    top: -50%;
}

.mentorship-experience-L1b .video-thumbnail-s7b {
    border-radius: 20px;
    transform: rotate(-5deg);
    width: 260px;
    z-index: 3;
    margin-bottom: 30px;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 260px;
    position: relative;
    box-shadow: 
        25px 25px 50px rgba(0, 0, 0, 0.12),
        -25px -25px 50px rgba(255, 255, 255, 0.7),
        inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.mentorship-experience-L1b .name {
    background: linear-gradient(
        to right,
        #000000 0%,
        rgb(171,181,196) 100%
    );
    -webkit-text-fill-color: transparent;
    padding: 0 20px 15px;
    position: relative;
    z-index: 2;
    -webkit-background-clip: text !important;
    text-align: center;
    font-size: 39px;
    margin-bottom: 15px;
    font-weight: 700;
    background-clip: text !important;
    text-fill-color: transparent;
    color: #000000;
}

.mentorship-experience-L1b .work-area-d9m::before {
    position: absolute;
    opacity: 0.2;
    width: 35px;
    top: 25px;
    background: 
        linear-gradient(45deg, rgb(171,181,196,0.5) 0%, transparent 100%);
    height: 35px;
    border-radius: 0 0 10px 0;
    left: 25px;
    content: "";
}

.mentorship-experience-L1b .learner-testimonials-hRS::before {
    width: 300px;
    background: 
        linear-gradient(
            135deg,
            rgb(171,181,196,0.5) 0%,
            transparent 100%
        );
    position: absolute;
    left: 50%;
    z-index: 0;
    content: "";
    top: -70px;
    animation: morphing 15s infinite alternate ease-in-out;
    height: 300px;
    opacity: 0.1;
    transform: translateX(-50%) rotate(45deg);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}

.mentorship-experience-L1b .learner-testimonials-hRS:hover .video-thumbnail-s7b::after {
    transform: rotate(5deg);
}

.plan-list-item-EkU::before {
    z-index: 0;
    right: -50px;
    animation: float-effect 12s infinite alternate ease-in-out;
    content: "";
    position: absolute;
    background: rgb(171,181,196,0.5);
    top: -50px;
    filter: blur(80px);
    height: 300px;
    width: 300px;
}

.plan-list-item-EkU .premium-cost-o9T h2 {
    position: relative;
    font-size: 29px;
    color: #000000;
    margin-bottom: 20px;
    display: inline-block;
    font-weight: 700;
}

.plan-list-item-EkU .rate-choices-UhP {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    perspective: 1000px;
}

.plan-list-item-EkU .cost-plan-Gfb {
    flex-direction: column;
    overflow: hidden;
    transform-style: preserve-3d;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    display: flex;
    background: #ffffff;
    position: relative;
    transition: box-shadow 0.4s ease;
    border-radius: 10px;
    height: 100%;
}

.plan-list-item-EkU .enroll-cost-d6g:hover .trial-pricing-j9w::before {
    transform: scaleX(1);
}

.plan-list-item-EkU .enroll-cost-d6g:hover .trial-pricing-j9w h3 {
    color: rgb(171,181,196);
    transform: translateX(5px);
}

.plan-list-item-EkU .cost-summary-8In::before {
    height: 2px;
    width: 40px;
    transition: width 0.4s ease;
    content: "";
    left: 0;
    position: absolute;
    bottom: -8px;
    background: rgb(116,164,164,0.5);
}

.plan-list-item-EkU .video-thumbnail-s7b {
    height: 200px;
    transform: translateZ(-10px);
    overflow: hidden;
    position: relative;
    transition: transform 0.6s ease, filter 0.6s ease;
}

.plan-list-item-EkU .enroll-cost-d6g:hover .video-thumbnail-s7b {
    filter: brightness(1.1) contrast(1.05);
    transform: translateZ(0);
}

.learning-impact-RDz {
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(206,208,212) 0%, rgba(245, 245, 250, 0.95) 100%);
    overflow: hidden;
}

.learning-impact-RDz::after {
    height: 20%;
    background: linear-gradient(45deg, rgb(116,164,164,0.5) 0%, transparent 70%);
    left: -5%;
    position: absolute;
    width: 20%;
    border-radius: 50%;
    content: "";
    filter: blur(40px);
    z-index: 0;
    bottom: -5%;
    animation: float 18s infinite alternate-reverse ease-in-out;
}

.learning-impact-RDz h4 {
    margin-bottom: 1.5rem;
    font-size: 21px;
    font-weight: 700;
    color: #000000;
    padding-bottom: 0.75rem;
    position: relative;
}

.learning-impact-RDz .abstract-box-HL5 > div {
    margin-bottom: 1.5rem;
}

.learning-impact-RDz ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.learning-impact-RDz li:last-child {
    margin-bottom: 0;
}

.learning-impact-RDz li p span:first-child {
    flex-shrink: 0;
    margin-top: 0.2rem;
}

.learning-impact-RDz li:hover svg {
    transform: rotate(15deg) scale(1.1);
}

.learning-impact-RDz svg path {
    fill: rgb(171,181,196);
    transition: fill 0.3s ease;
}

.service-contact-OSz {
    overflow: hidden;
    padding: 6rem 0;
    isolation: isolate;
    position: relative;
    background: linear-gradient(120deg, rgb(206,208,212) 0%, rgb(171,181,196,0.5) 40%, rgb(206,208,212) 100%);
}

.service-contact-OSz::after {
    opacity: 0.4;
    animation: pulseGlow 15s infinite alternate;
    position: absolute;
    content: "";
    z-index: -2;
    left: 0;
    width: 100%;
    top: 0;
    background: radial-gradient(circle at 30% 50%, rgb(171,181,196,0.5) 0%, transparent 50%);
    height: 100%;
}

.service-contact-OSz .write-feedback-GXH {
    backdrop-filter: blur(10px);
    border-radius: 21px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.03);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 2.5rem;
}

.service-contact-OSz .write-feedback-GXH:hover {
    transform: translateY(-5px) translateX(5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.service-contact-OSz .write-feedback-GXH h2::after {
    left: 0;
    bottom: -10px;
    transition: width 0.3s ease;
    content: "";
    position: absolute;
    height: 3px;
    width: 40px;
    background: rgb(171,181,196);
}

.service-contact-OSz .contact-assistance-cLJ {
    color: #000000;
    margin-bottom: 2.5rem;
    position: relative;
    font-size: 12px;
    line-height: 1.8;
    max-width: 90%;
}

.service-contact-OSz .write-feedback-GXH p span {
    margin-left: 0.5rem;
    font-weight: 600;
    position: relative;
    color: #ffffff;
    padding-bottom: 2px;
    transition: color 0.3s ease;
}

.service-contact-OSz .connect-today-dyB::before {
    height: 1px;
    position: absolute;
    top: 0;
    background: linear-gradient(to right, transparent, rgb(116,164,164,0.5));
    width: 30%;
    content: "";
    right: 0;
}

.service-contact-OSz .connect-today-dyB h3::before {
    height: 18px;
    display: inline-block;
    content: "";
    margin-right: 8px;
    border-radius: 50%;
    width: 18px;
    background: 
        linear-gradient(45deg, rgb(171,181,196) 0%, rgb(171,181,196) 40%, transparent 40%),
        linear-gradient(-45deg, rgb(116,164,164) 0%, rgb(116,164,164) 40%, transparent 40%);
}

.service-contact-OSz .reach-us-oKN span:hover {
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

.service-contact-OSz .write-feedback-GXH .video-thumbnail-s7b::before {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 50%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
    z-index: 2;
    content: "";
}

.service-contact-OSz .contact-question-u1w a::before {
    height: 100%;
    left: 0;
    position: absolute;
    background: rgb(171,181,196);
    content: "";
    top: 0;
    transition: width 0.3s ease;
    width: 3px;
}

.service-contact-OSz .contact-question-u1w a:hover {
    transform: translateX(5px);
}

.service-contact-OSz .contact-question-u1w a:hover::after {
    opacity: 0.05;
}

.service-contact-OSz .contact-question-u1w a:hover p {
    transform: translateX(5px);
}

.service-contact-OSz svg {
    transition: all 0.3s ease;
    margin-right: 1rem;
    width: 22px;
    height: 22px;
}

.service-contact-OSz .contact-question-u1w a:hover svg path {
    fill: rgb(171,181,196);
}

.course-overview-JNx::before {
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    content: "";
    width: 100%;
    background: linear-gradient(45deg, rgb(171,181,196,0.5) 0%, transparent 50%, rgb(116,164,164,0.5) 100%);
    left: 0;
}

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

.course-overview-JNx .abstract-box-HL5 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 30px;
}

.course-overview-JNx .description:first-of-type {
    position: relative;
    overflow: hidden;
}

.course-overview-JNx .description:first-of-type::before {
    z-index: -1;
    content: "";
    width: 40px;
    left: -10px;
    top: -10px;
    background-color: rgb(171,181,196,0.5);
    height: 40px;
    position: absolute;
    border-radius: 50%;
}

.course-overview-JNx .description:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.course-overview-JNx .video-thumbnail-s7b::after {
    width: 90%;
    transform: translateX(-50%);
    left: 50%;
    content: "";
    position: absolute;
    animation: glow 4s infinite alternate;
    opacity: 0.7;
    height: 10px;
    background: rgb(171,181,196);
    filter: blur(10px);
    border-radius: 50%;
    top: -20px;
}

.our-mission-Pmi::after {
    bottom: -20px;
    content: "";
    z-index: -1;
    right: -20px;
    background: linear-gradient(225deg, rgb(116,164,164) 0%, transparent 70%);
    height: 70%;
    width: 60%;
    opacity: 0.15;
    transform: skewY(-12deg);
    animation: floatBackground 20s ease-in-out infinite alternate;
    position: absolute;
}

.our-mission-Pmi h2::after {
    content: "";
    transform-origin: left;
    height: 4px;
    position: absolute;
    width: 40px;
    bottom: -12px;
    left: 0;
    transform: translateX(80px) scaleX(0);
    animation: lineExpandSecondary 1.2s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    background: rgb(171,181,196);
}

.our-mission-Pmi .abstract-box-HL5::after {
    position: absolute;
    height: 6px;
    background: linear-gradient(to right, rgb(171,181,196), rgb(116,164,164));
    transform-origin: center;
    content: "";
    transform: scaleX(0.9);
    right: 0;
    width: 100%;
    top: 0;
    animation: pulseBar 12s infinite alternate cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.our-mission-Pmi .abstract-box-HL5 div div {
    column-count: 1;
    line-height: 1.8;
    font-size: 14px;
    opacity: 0;
    animation: slideUpFade 1s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(30px);
    color: #000000;
    font-family: Arial, sans-serif;
    column-gap: 40px;
}



@media screen and (max-width: 992px) {.sustain-cta-pOT .container {
    grid-template-columns: repeat(1, 1fr);
}.sustain-cta-pOT .company_holder {
    grid-row: 1;
    grid-column: 1;
}.sustain-cta-pOT .footer-milestones-1t2 {
    margin-top: 2rem;
    grid-row: 2;
    grid-column: 1;
}.footer-workshops-wGj {
    grid-row: 3;
    margin-top: 3rem;
}
}



@media (min-width: 768px) {.thxPage-ACu {
    padding: 8rem 3rem;
}.thxPage-ACu .pedagogy-way-wX3 {
    margin: 0 5rem;
    padding: 4.5rem 5rem;
}.thxPage-ACu .pedagogy-way-wX3 > div:first-child {
    border-left-width: 6px;
    padding-left: 2rem;
    margin-bottom: 3rem;
}.thxPage-ACu h5 {
    font-size: calc(24px * 1.1);
}.thxPage-ACu p {
    line-height: 1.8;
    font-size: calc(12px * 1.05);
}
}



@media (max-width: 992px) {.instructional-approach-ohk {
    padding: 4rem 1.5rem;
}.instructional-approach-ohk .abstract-box-HL5 {
    padding: 2.5rem;
    width: 90%;
}.instructional-approach-ohk h2 {
    font-size: calc(30px * 0.9);
}.instructional-approach-ohk p {
    padding: 0.8rem;
}
}



@media (min-width: 768px) {.greeting-page-17v {
    padding: 8rem 4rem;
}.greeting-page-17v > div {
    flex-direction: row;
    align-items: center;
}.greeting-page-17v > div > div:first-child {
    flex: 1;
    padding-right: 2rem;
}.greeting-page-17v .learning-welcome-wS1 {
    margin-top: 0;
    flex: 1.2;
}.greeting-page-17v .smart-track-Pdn {
    height: 420px;
}
}



@media (min-width: 1400px) {header .header-top-DqE {
    max-width: 1300px;
    margin: 0 auto;
}header .page-head-6fc a {
    padding: 1rem 1.5rem;
}
}



@media (max-width: 991px) {header .header-top-DqE {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 1rem;
    justify-content: space-between;
}header .head-base-vD4 {
    margin-right: 0;
    margin-bottom: 0;
}header .nav-mainbar-vTe {
    margin-top: 0;
    flex-wrap: wrap;
    flex-basis: 100%;
    padding-top: 1rem;
    justify-content: flex-end;
}header .page-head-6fc {
    margin-bottom: 0.5rem;
}header .page-head-6fc a {
    padding: 0.7rem 1rem;
    font-size: calc(16px - 1px);
}
}



@media (max-width: 576px) {.contact-us-EDr {
    padding: 40px 0;
}.contact-us-EDr .container {
    padding: 0 15px;
}.contact-us-EDr h2 {
    font-size: calc(29px - 6px);
    margin-bottom: 40px;
}.contact-us-EDr h2::before {
    left: calc(50% - 35px);
    width: 20px;
}.contact-us-EDr h2::after {
    width: 50px;
}.contact-us-EDr .reach-box-QR4 {
    padding: 30px 20px 40px;
}.contact-us-EDr #contact {
    gap: 20px;
}.contact-us-EDr .inquiry-links-kMH {
    width: 100%;
}.contact-us-EDr .video-thumbnail-s7b {
    min-height: 200px;
}}



@media screen and (min-width: 768px) {.subscribe-to-newsletter-VnU {
    padding: 4rem 3rem;
}.subscribe-to-newsletter-VnU .pedagogy-way-wX3 {
    flex-direction: row;
    align-items: center;
    gap: 3rem;
    justify-content: space-between;
}.subscribe-to-newsletter-VnU p {
    max-width: 50%;
    text-align: left;
    font-size: 29px;
    flex: 1;
}.subscribe-to-newsletter-VnU .input_holder {
    flex-wrap: nowrap;
    gap: 0;
    flex-direction: row;
    flex: 1;
}.subscribe-to-newsletter-VnU .email-wrap-r1i {
    flex: 1;
    border-radius: 10px 0 0 10px;
}.subscribe-to-newsletter-VnU .sub-typography-NJk {
    border-radius: 0 10px 10px 0;
    align-self: stretch;
}}



@media (max-width: 767px) {.mentorship-experience-L1b {
    padding: 60px 0;
}.mentorship-experience-L1b .video-thumbnail-s7b {
    margin-bottom: 20px;
    height: 180px;
    width: 180px;
}.mentorship-experience-L1b .name {
    padding: 0 15px 12px;
    margin-bottom: 10px;
    font-size: calc(39px * 0.8);
}.mentorship-experience-L1b .learner-testimonials-hRS span:not(.name) {
    letter-spacing: 2px;
    font-size: calc(23px * 0.9);
    margin-bottom: 30px;
}.mentorship-experience-L1b .work-area-d9m {
    font-size: calc(18px * 0.95);
    padding: 30px 35px;
    width: 90%;
}.mentorship-experience-L1b .work-area-d9m::before,
    .mentorship-experience-L1b .work-area-d9m::after {
    width: 25px;
    height: 25px;
}.mentorship-experience-L1b .learner-testimonials-hRS::before,
    .mentorship-experience-L1b .learner-testimonials-hRS::after {
    height: 200px;
    width: 200px;
}.mentorship-experience-L1b .learner-testimonials-hRS:hover span:not(.name) {
    letter-spacing: 3px;
}
}



@media (max-width: 991px) {.plan-list-item-EkU {
    padding: 80px 0;
}.plan-list-item-EkU .premium-cost-o9T {
    margin-bottom: 20px;
}
}



@media (max-width: 480px) {.plan-list-item-EkU {
    padding: 50px 0;
}.plan-list-item-EkU .trial-pricing-j9w h3 {
    font-size: 23px;
}.plan-list-item-EkU .cost-summary-8In {
    font-size: calc(23px - 2px);
}.plan-list-item-EkU .video-thumbnail-s7b {
    height: 160px;
}.plan-list-item-EkU .trial-pricing-j9w {
    padding: 20px;
}}



@media (min-width: 992px) {.learning-impact-RDz {
    padding: 10rem 0;
}.learning-impact-RDz .pedagogy-way-wX3 {
    gap: 5rem;
    grid-template-columns: 1.1fr 0.9fr;
}.learning-impact-RDz .video-thumbnail-s7b {
    max-height: 600px;
}
}



@media (max-width: 480px) {.learning-impact-RDz {
    padding: 4rem 0;
}.learning-impact-RDz .abstract-box-HL5 {
    padding: 1.25rem;
}.learning-impact-RDz h4 {
    font-size: calc(21px - 0.2rem);
}.learning-impact-RDz li p {
    gap: 0.75rem;
}}



@media (max-width: 768px) {.service-contact-OSz {
    padding: 4rem 0;
}.service-contact-OSz .ask-support-3Mg {
    gap: 1.5rem;
}.service-contact-OSz .write-feedback-GXH {
    padding: 2rem;
}.service-contact-OSz .write-feedback-GXH:nth-child(2) {
    aspect-ratio: 16/9;
}.service-contact-OSz .contact-question-u1w {
    grid-template-columns: 1fr;
}.service-contact-OSz .contact-question-u1w a {
    grid-column: span 1;
}.service-contact-OSz .contact-question-u1w a:last-child {
    grid-column: span 1;
}.service-contact-OSz .reach-us-oKN {
    gap: 0.6rem;
}.service-contact-OSz .reach-us-oKN span {
    padding: 0.5rem 0.8rem;
}
}



@media screen and (max-width: 1024px) {.course-overview-JNx {
    padding: 80px 0;
}.course-overview-JNx .video-thumbnail-s7b {
    margin: 30px 0;
    height: 350px;
}
}




@media (min-width: 768px) {.our-mission-Pmi {
    padding: 150px 0 100px;
}.our-mission-Pmi .container {
    transform: perspective(1200px) rotateX(3deg);
}.our-mission-Pmi h2 {
    margin-bottom: 60px;
    font-size: calc(35px + 4px);
}.our-mission-Pmi .abstract-box-HL5 {
    border-radius: 6px;
    margin-left: 40px;
    transform: perspective(1000px) translateZ(10px) rotateY(-1deg);
    padding: 70px 60px;
}.our-mission-Pmi .abstract-box-HL5 div div {
    column-count: 2;
}
}



@media (max-width: 767px) {.our-mission-Pmi {
    padding: 100px 0 60px;
}.our-mission-Pmi .container {
    padding: 0 15px;
    transform: perspective(800px) rotateX(1deg);
}.our-mission-Pmi h2 {
    font-size: 35px;
    margin-bottom: 30px;
}.our-mission-Pmi .abstract-box-HL5 {
    padding: 40px 25px;
    margin-left: 0;
    border-radius: 4px;
}.our-mission-Pmi .abstract-box-HL5::before {
    width: 4px;
}.our-mission-Pmi .abstract-box-HL5::after {
    height: 4px;
}.our-mission-Pmi .abstract-box-HL5 div div {
    line-height: 1.7;
    font-size: 14px;
}
}



@keyframes float {
  0%, 100% {
    transform: rotate(-15deg) translateY(0);
  }
  50% {
    transform: rotate(-12deg) translateY(-20px);
  }
}



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



@keyframes scanGlow {
    0%, 100% {
        background-position: -100% 0;
    }
    50% {
        background-position: 200% 0;
    }
}



@keyframes float-effect {
    0% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(20px, 20px) scale(1.1);
    }
    100% {
        transform: translate(-20px, -20px) scale(0.9);
    }
}

@keyframes pulseGlow {
    0% {
        opacity: 0.2;
        transform: scale(0.8);
    }
    100% {
        opacity: 0.5;
        transform: scale(1.2);
    }
}




@keyframes lineExpand {
    0% { transform: scaleX(0); }
    100% { transform: scaleX(1); }
}



@keyframes lineExpandSecondary {
    0% { transform: translateX(80px) scaleX(0); }
    100% { transform: translateX(80px) scaleX(1); }
}



@keyframes floatBackground {
    0% {
        transform: skewY(-12deg) translateY(0);
    }
    50% {
        transform: skewY(-10deg) translateY(-15px);
    }
    100% {
        transform: skewY(-12deg) translateY(0);
    }
}

