﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
header,footer {
    width: 100%;
}
.footer {
    flex: 0 0 auto;
}
html,body {
    min-height: 100%;
    height: 100%;
    font-family: Playfair Display, sans-serif;
    color: #000000;
}
svg {
    width: 30px;
    height: 30px;
}
.PFv-wrapper-template {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
a {
    color: inherit;
    text-decoration: none;
}
.container {
    margin: auto;
    width: 1221px;
    max-width: 100%;
}

section {
    background-color: rgb(242,228,229);
}
.KYG-head-guide {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {
        .container {
            width: 100%;
            padding: 0 20px;
    }
}
@media only screen and (max-width: 800px)  {
        .container {
            padding: 0 12px;
    }
}.mTy-contact-information {
    position: relative;
    background: rgb(242,228,229);
    padding: 70px 0;
    overflow: hidden;
}

.mTy-contact-information::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0, 0, 0, 0.03) 10px, rgba(0, 0, 0, 0.03) 20px),
        repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(0, 0, 0, 0.03) 10px, rgba(0, 0, 0, 0.03) 20px);
    z-index: 0;
}

.mTy-contact-information .container {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.mTy-contact-information h2 {
    font-size: 37px;
    font-weight: 700;
    color: rgb(202,158,159);
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.mTy-contact-information h2::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: rgb(225,195,196);
}

.mTy-contact-information .dyp-message-widget {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.mTy-contact-information .fsm-img-container {
    grid-column: 2;
    grid-row: 1;
    height: 100%;
    min-height: 500px;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
    transition: transform 0.6s ease;
}

.mTy-contact-information .KiS-reach-map {
    grid-column: 1;
    grid-row: 1;
    padding: 50px 40px;
    background: #ffffff;
}

.mTy-contact-information #contact {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.mTy-contact-information h3 {
    font-size: 18px;
    font-weight: 600;
    color: rgb(225,195,196);
    margin-bottom: 15px;
}

.mTy-contact-information input[type="text"] {
    background: #ffffff;
    border: 1px solid rgb(242,228,229);
    border-radius: 10px;
    padding: 15px 20px;
    color: #000000;
    font-size: 13px;
    transition: all 0.3s ease;
    width: 100%;
}

.mTy-contact-information input[type="text"]:focus {
    border-color: rgb(225,195,196);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    outline: none;
}

.mTy-contact-information input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.5;
}

.mTy-contact-information .EOi-feedback-form {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 10px;
}

.mTy-contact-information .EOi-feedback-form input[type="checkbox"] {
    appearance: none;
    width: 24px;
    height: 24px;
    border: 2px solid rgb(242,228,229);
    border-radius: 10px;
    position: relative;
    cursor: pointer;
    flex-shrink: 0;
    margin-top: 2px;
}

.mTy-contact-information .EOi-feedback-form input[type="checkbox"]:checked {
    background: rgb(225,195,196);
    border-color: rgb(225,195,196);
}

.mTy-contact-information .EOi-feedback-form input[type="checkbox"]:checked::after {
    content: "✓";
    position: absolute;
    color: #ffffff;
    font-size: 16px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mTy-contact-information .EOi-feedback-form label {
    font-size: 13px;
    color: #000000;
    line-height: 1.5;
}

.mTy-contact-information .EOi-feedback-form a {
    color: rgb(225,195,196);
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 600;
}

.mTy-contact-information .EOi-feedback-form a:hover {
    color: rgb(202,158,159);
}

.mTy-contact-information .kHq-help-reach {
    background: rgb(225,195,196);
    border: none;
    border-radius: 10px;
    padding: 15px 35px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    align-self: flex-start;
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.mTy-contact-information .kHq-help-reach::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: all 0.6s ease;
}

.mTy-contact-information .kHq-help-reach:hover {
    background: rgb(202,158,159);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.mTy-contact-information .kHq-help-reach:hover::before {
    left: 100%;
}

.mTy-contact-information svg {
    fill: rgb(225,195,196);
    width: 22px;
    height: 22px;
    margin-right: 10px;
    vertical-align: middle;
}

.mTy-contact-information svg path {
    fill: rgb(225,195,196);
}

@media (max-width: 992px) {
    .mTy-contact-information .dyp-message-widget {
        grid-template-columns: 1fr;
    }

    .mTy-contact-information .fsm-img-container {
        grid-column: 1;
        grid-row: 1;
        min-height: 300px;
        border-radius: 0;
        border-top-left-radius: 18px;
        border-top-right-radius: 18px;
    }

    .mTy-contact-information .KiS-reach-map {
        grid-column: 1;
        grid-row: 2;
        padding: 40px 30px;
    }
}

@media (max-width: 768px) {
    .mTy-contact-information {
        padding: 50px 0;
    }

    .mTy-contact-information h2 {
        font-size: calc(37px - 4px);
        margin-bottom: 30px;
    }

    .mTy-contact-information .KiS-reach-map {
        padding: 30px 25px;
    }

    .mTy-contact-information .fsm-img-container {
        min-height: 250px;
    }
}

@media (max-width: 576px) {
    .mTy-contact-information {
        padding: 40px 0;
    }

    .mTy-contact-information .container {
        padding: 0 15px;
    }

    .mTy-contact-information h2::after {
        width: 40px;
    }

    .mTy-contact-information .KiS-reach-map {
        padding: 25px 20px;
    }

    .mTy-contact-information #contact {
        gap: 20px;
    }

    .mTy-contact-information .kHq-help-reach {
        width: 100%;
        padding: 14px 20px;
    }

    .mTy-contact-information .fsm-img-container {
        min-height: 200px;
    }
}.OlY-thanksWeb {
    background-color: rgb(225,195,196,0.5);
    padding: 60px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    text-align: center;
    position: relative;
}
.OlY-thanksWeb::before,
.OlY-thanksWeb::after {
    content: '';
    position: absolute;
    width: 150px;
    height: 150px;
    background: rgb(225,195,196,0.5);
    border-radius: 50%;
    z-index: 1;
    box-shadow: 0 0 20px rgb(225,195,196);
}
.OlY-thanksWeb::before {
    top: 20px;
    left: 20px;
}
.OlY-thanksWeb::after {
    bottom: 20px;
    right: 20px;
}
.OlY-thanksWeb .container {
    background: rgb(225,195,196,0.5);
    border: 1px solid rgb(202,158,159);
    border-radius: 23px;
    padding: 50px;
    max-width: 700px;
    width: 100%;
    box-shadow: 0 0 30px rgb(225,195,196,0.5), 0 0 30px rgb(202,158,159,0.5);
    position: relative;
    z-index: 2;
    text-align: center;
}
.OlY-thanksWeb .container h2 {
    font-family: Playfair Display, sans-serif;
    font-size: 29px;
    font-weight: 700;
    color: rgb(225,195,196);
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: rgb(225,195,196,0.5);
    padding: 10px 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(225,195,196), 0 0 10px rgb(202,158,159);
    text-shadow: 1px 1px #ffffff;
}
.OlY-thanksWeb .container p {
    font-family: Playfair Display, sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: rgb(202,158,159);
    line-height: 1.8;
    margin-bottom: 20px;
    background: rgb(225,195,196,0.5);
    padding: 10px 20px;
    border-radius: 10px;
    text-shadow: 1px 1px #ffffff;
    box-shadow: 0 0 10px rgb(225,195,196), 0 0 10px rgb(202,158,159);
}
@media only screen and (max-width: 800px) {
    .OlY-thanksWeb {
        padding: 30px 10px;
    }
    .OlY-thanksWeb .container {
        padding: 30px;
    }
    .OlY-thanksWeb .container h2 {
        font-size: calc(29px - 5px);
    }
    .OlY-thanksWeb .container p {
        font-size: calc(15px - 2px);
    }
}
.emd-benefits-overview {
    padding: 80px 0;
    background: rgb(225,195,196);
    color: #ffffff;
    font-family: Playfair Display, sans-serif;
}
.emd-benefits-overview .JUC-skill-advantages {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
    background: rgb(202,158,159,0.5);
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease-in-out;
}
.emd-benefits-overview .EIU-mentor-edges {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    gap: 20px;
}
.emd-benefits-overview .EIU-mentor-edges .fsm-img-container {
    width: 40%;
    min-height: 300px;
    background: rgb(225,195,196,0.5);
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.emd-benefits-overview .EIU-mentor-edges .fsm-img-container:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
}
.emd-benefits-overview .lDm-value-track {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 55%;
    background: rgb(202,158,159,0.5);
    border-radius: 10px;
    padding: 20px;
    box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease-in-out;
}
.emd-benefits-overview .lDm-value-track .wBF-advantage-learning {
    display: flex;
    align-items: center;
    padding: 15px;
    background: rgb(225,195,196,0.5);
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    transition: background 0.3s ease, box-shadow 0.3s ease;
    width: 100%;
    cursor: pointer;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
}
.emd-benefits-overview .lDm-value-track .wBF-advantage-learning:hover {
    background: rgb(202,158,159);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}
.emd-benefits-overview .lDm-value-track .wBF-advantage-learning::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: rgb(225,195,196);
    opacity: 0.5;
    transition: height 0.3s ease;
}
.emd-benefits-overview .lDm-value-track .wBF-advantage-learning:hover::before {
    height: 100%;
    opacity: 0.2;
}
.emd-benefits-overview .lDm-value-track .Swa-mentor-advantages {
    width: 80px;
    height: 80px;
    margin-right: 15px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}
.emd-benefits-overview .lDm-value-track .Swa-mentor-advantages svg, .emd-benefits-overview .lDm-value-track .Swa-mentor-advantages svg path  {
    width: 40px;
    height: 40px;
    fill: #ffffff;
}
.emd-benefits-overview .JUC-skill-advantages h2 {
    font-size: 35px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}
.emd-benefits-overview .JUC-skill-advantages h2::after {
    content: '';
    width: 50px;
    height: 4px;
    background: rgb(225,195,196);
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
}
.emd-benefits-overview .JUC-skill-advantages h4 {
    color: #ffffff;
    font-size: 21px;
    text-align: center;
    margin-top: 10px;
    font-weight: 400;
}
@media only screen and (max-width: 1200px) {
    .emd-benefits-overview .JUC-skill-advantages {
        padding: 20px;
    }
    .emd-benefits-overview .EIU-mentor-edges {
        flex-direction: column;
        align-items: center;
    }
    .emd-benefits-overview .EIU-mentor-edges .fsm-img-container {
        width: 80%;
    }
    .emd-benefits-overview .lDm-value-track {
        width: 90%;
        align-items: center;
    }
    .emd-benefits-overview .lDm-value-track .wBF-advantage-learning {
        width: 100%;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 800px) {
    .emd-benefits-overview {
        padding: 40px 10px;
    }
    .emd-benefits-overview .JUC-skill-advantages h2 {
        font-size: 21px;
    }
    .emd-benefits-overview .EIU-mentor-edges .fsm-img-container {
        width: 100%;
    }
    .emd-benefits-overview .lDm-value-track {
        padding: 10px;
    }
    .emd-benefits-overview .lDm-value-track .wBF-advantage-learning {
        padding: 10px;
    }
    .emd-benefits-overview .lDm-value-track .Swa-mentor-advantages {
        width: 60px;
        height: 60px;
        margin-right: 10px;
    }
}
.SzN-reach-us {
    color: #000000;
    background: rgb(202,158,159);
    padding: 80px 0;
    font-family: Playfair Display, sans-serif;
    position: relative;
    overflow: hidden;
}
.SzN-reach-us .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 2px solid rgb(225,195,196);
    border-radius: 17px;
    overflow: hidden;
    max-width: 90vw;
    min-width: 300px;
    margin: 0 auto;
    background: #ffffff;
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 255, 255, 0.3);
    transition: box-shadow 0.3s ease, border 0.3s ease;
}
.SzN-reach-us .vLu-how-started .sbY-assist-team div.OgI-talk-now {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.SzN-reach-us .vLu-how-started .sbY-assist-team > div h5 {
    margin: 5px 0;
    font-size: 18px;
}
.SzN-reach-us .vLu-how-started .sbY-assist-team > div > div {
    margin: 5px 0;
}
.SzN-reach-us .MLt-reach-us {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 2vw;
    position: relative;
    z-index: 1;
}
.SzN-reach-us .MLt-reach-us h2 {
    font-size: calc(33px + 2vw);
    color: rgb(225,195,196);
    text-shadow: 0 0 5px rgb(225,195,196);
    margin: 0;
    text-align: center;
    letter-spacing: 1px;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.5), rgb(202,158,159,0.5));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.SzN-reach-us .MLt-reach-us .mVc-reach-team {
    font-size: calc(14px + 0.5vw);
    line-height: 1.5;
    color: #000000;
    text-align: center;
    margin: 2vw 0;
    padding: 1.5vw;
    border: 1px solid rgb(225,195,196,0.5);
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.2);
    max-width: 80vw;
    min-width: 250px;
}
.SzN-reach-us .vLu-how-started .info_holder>div span {
    margin-left: 8px;
}
.SzN-reach-us .MLt-reach-us .fsm-img-container {
    width: 100%;
    max-height: 50vh;
    height: 300px;
    border-radius: 17px;
    position: relative;
    margin-bottom: 2vw;
    box-shadow: 0 0 20px rgba(0, 255, 255, 0.5);
    transition: transform 0.5s ease, box-shadow 0.3s ease;
}
.SzN-reach-us .sbY-assist-team {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding: 1.5vw;
}
.SzN-reach-us .sbY-assist-team > div {
    display: flex;
    align-items: center;
    margin-bottom: 1.5vw;
    font-size: calc(14px + 0.2vw);
    color: #000000;
    position: relative;
}
.SzN-reach-us .sbY-assist-team svg {
    width: 4vw;
    height: 4vw;
    fill: rgb(225,195,196,0.5);
    margin-right: 1.5vw;
    transition: fill 0.3s ease, transform 0.3s ease;
}
.SzN-reach-us .sbY-assist-team svg:hover {
    fill: rgb(225,195,196);
    transform: scale(1.2);
}
.SzN-reach-us .sbY-assist-team a {
    color: rgb(225,195,196);
    text-decoration: none;
    transition: color 0.3s ease, text-shadow 0.3s ease;
    position: relative;
}
.SzN-reach-us .sbY-assist-team a::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: rgb(225,195,196);
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.3s ease;
}
.SzN-reach-us .sbY-assist-team a:hover {
    color: rgb(202,158,159);
    text-shadow: 0 0 10px rgb(202,158,159);
}
.SzN-reach-us .sbY-assist-team a:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}
.SzN-reach-us .BDf-contact-now {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 2vw;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 17px;
    border: 2px solid rgb(225,195,196);
    box-shadow: 0 4px 15px rgba(0, 255, 255, 0.3);
    position: relative;
}
.SzN-reach-us .BDf-contact-now::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, rgb(225,195,196), rgb(202,158,159));
    border-radius: 0 0 17px 17px;
    z-index: -1;
}
.SzN-reach-us .BDf-contact-now > div {
    margin-bottom: 2vw;
}
.SzN-reach-us .BDf-contact-now > div h4 {
    font-weight: 700;
    font-size: calc(23px + 0.5vw);
    color: rgb(225,195,196);
    text-shadow: 0 0 5px rgb(225,195,196);
    margin-bottom: 1vw;
}
.SzN-reach-us .BDf-contact-now > div p {
    font-size: calc(14px + 0.2vw);
    line-height: 1.6;
    color: #ffffff;
}
@media only screen and (max-width: 768px) {
    .SzN-reach-us .container {
        flex-direction: column;
        box-shadow: none;
        border: none;
    }
    .SzN-reach-us .MLt-reach-us {
        padding: 3vw;
    }
    .SzN-reach-us .MLt-reach-us .fsm-img-container {
        max-height: 40vh;
    }
    .SzN-reach-us .mVc-reach-team {
        max-width: 95vw;
    }
    .SzN-reach-us .BDf-contact-now {
        padding: 3vw;
    }
}
.yuV-title-intro {
    position: relative;
    background-color: #ffffff;
    overflow: hidden;
}

.yuV-title-intro::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgb(225,195,196,0.5) 0%, transparent 75%);
    opacity: 0.1;
}

.yuV-title-intro .vLu-how-started {
    display: flex;
    flex-direction: row-reverse;
}

.yuV-title-intro .fsm-img-container {
    flex: 1;
    position: relative;
    overflow: hidden;
}

.yuV-title-intro .fsm-img-container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0) 100%);
}

.yuV-title-intro .cjP-text-banner {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4rem;
    background-color: rgba(255, 255, 255, 0.8);
    position: relative;
}

.yuV-title-intro .cjP-text-banner::before {
    content: '';
    position: absolute;
    top: 10%;
    left: 0;
    width: 1px;
    height: 80%;
    background: linear-gradient(to bottom, transparent, rgb(202,158,159), transparent);
}

.yuV-title-intro .BCo-course-home {
    position: relative;
}

.yuV-title-intro .BCo-course-home svg {
    width: 50px;
    height: 50px;
    fill: rgb(225,195,196);
    opacity: 0.7;
    margin-bottom: 1.5rem;
}

.yuV-title-intro .BCo-course-home h2 {
    font-size: 35px;
    font-weight: 300;
    color: #000000;
    margin-bottom: 1rem;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.yuV-title-intro .BCo-course-home span {
    font-size: 16px;
    color: #000000;
    line-height: 1.8;
    display: block;
    margin-bottom: 2rem;
    font-weight: 300;
}

.yuV-title-intro .cjP-text-banner .kHq-help-reach {
    align-self: flex-start;
    padding: 0.8rem 2rem;
    font-size: 16px;
    font-weight: 400;
    color: rgb(225,195,196);
    background-color: transparent;
    border: 1px solid rgb(225,195,196);
    border-radius: 50px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.yuV-title-intro .cjP-text-banner .kHq-help-reach::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(225,195,196);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}

.yuV-title-intro .cjP-text-banner .kHq-help-reach:hover::before {
    opacity: 1;
}

@media only screen and (max-width: 1200px) {
    .yuV-title-intro .vLu-how-started {
        flex-direction: column;
    }
    
    .yuV-title-intro .fsm-img-container {
        height: 40vh;
        flex: unset;
        margin-bottom: 10px;
    }

    .yuV-title-intro .cjP-text-banner::before {
        width: 80%;
        height: 1px;
        top: 0;
        left: 10%;
    }

    .yuV-title-intro .BCo-course-home {
        padding-left: 0;
        padding-top: 2rem;
    }
}

@media only screen and (max-width: 800px) {
    .yuV-title-intro .cjP-text-banner {
        padding: 2rem;
    }

    .yuV-title-intro .BCo-course-home h2 {
        font-size: 19px;
    }

    .yuV-title-intro .BCo-course-home span {
        font-size: 15px;
    }

    .yuV-title-intro .cjP-text-banner .kHq-help-reach {
        width: 100%;
        text-align: center;
    }
}footer {
    background: rgb(202,158,159);
    color: #ffffff;
}

footer .LAS-ranking-bar {
    background: rgb(225,195,196);
}

footer .zkT-top-mentor svg, footer .zkT-top-mentor svg path {
    fill: rgb(225,195,196);
}

footer h5 {
    color: rgb(225,195,196);
}

footer .qei-main-page a {
    color: #ffffff;
}

footer .FUl-sustain-cta {
    color: #ffffff;
}

footer .FUl-sustain-cta a {
    color: #ffffff;
    text-decoration: underline;
}

footer .oDF-request-box div svg, footer .oDF-request-box div svg path {
    fill: #ffffff;
}

footer .oDF-request-box div span {
    color: #ffffff;
}

footer .footer {
    padding-top: 70px;
    padding-bottom: 70px;
}

footer .LAS-ranking-bar {
    padding-top: 25px;
    padding-bottom: 25px;
}

footer .lmr-partner-logo {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

footer .zkT-top-mentor svg, footer .zkT-top-mentor img {
    height: 80px;
    width: 80px;
    margin-right: 10px;
}

footer h5 {
    font-size: 24px;
    margin-bottom: 16px;

}

footer .oDF-request-box {
    display: flex;
    flex-direction: column;
}

footer .oDF-request-box div {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    justify-content: flex-start;
}

footer .oDF-request-box div img, footer .oDF-request-box div svg {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

footer .KVy-head-master {
    display: flex;
    flex-direction: column;
}

footer .qei-main-page a {
    text-decoration: none;
    font-size: 12px;
    margin-right: 10px;
    margin-bottom: 5px;
}

footer .LAS-ranking-bar {
    font-size: 15px;
}

@media only screen and (max-width: 1200px) {
    footer .lmr-partner-logo {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 800px) {
    footer .qei-main-page, footer .KVy-head-master, footer .lmr-partner-logo {
        flex-direction: column;
    }

    footer .oDF-request-box {
        margin-top: 10px;
    }

    footer h5 {
        margin-top: 5px;
    }

}

.PFv-wrapper-template footer {
    background: linear-gradient(130deg, rgb(225,195,196) 0%, rgb(202,158,159) 89%);
}

.PFv-wrapper-template footer .LAS-ranking-bar {
    background: none;
    padding: 10px 0;
}

.PFv-wrapper-template footer .lmr-partner-logo {
    flex-direction: row-reverse;
}

.PFv-wrapper-template footer .footer {
    padding: 0;
    padding-top: 30px;
}

.PFv-wrapper-template footer .qei-main-page a {
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 10px;
}

.PFv-wrapper-template footer .zkT-top-mentor svg, .PFv-wrapper-template footer .zkT-top-mentor img {
    width: 100px;
    height: 100px;
    margin: 0;
}

@media only screen and (max-width: 800px) {
    .PFv-wrapper-template footer .lmr-partner-logo {
        flex-direction: column;
    }

    .PFv-wrapper-template footer .lmr-partner-logo {
        padding: 0;
    }

    .PFv-wrapper-template footer .zkT-top-mentor {
        margin-bottom: 16px;
    }

    .PFv-wrapper-template footer {
        background: linear-gradient(130deg, rgb(202,158,159) 0%, rgb(225,195,196) 89%);
    }
}
.UlS-potential-enrollees {
    position: relative;
    background: rgb(242,228,229);
    padding: 150px 0;
    overflow: hidden;
}

.UlS-potential-enrollees::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 100%;
    background: rgb(225,195,196,0.5);
    border-radius: 0 0 0 100%;
    transform: rotate(-15deg);
}

.UlS-potential-enrollees .container {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 80px;
    z-index: 1;
}

.UlS-potential-enrollees .ZQE-learning-need {
    flex: 0 0 400px;
    height: 400px;
    width: 400px;
    border-radius: 50%;
    position: relative;
    border: 15px solid #ffffff;
    box-shadow: 
        0 0 0 15px rgb(225,195,196,0.5),
        inset 0 0 30px rgba(0, 0, 0, 0.5);
}

.UlS-potential-enrollees .tTQ-learner-needs {
    flex: 1;
    max-width: 650px;
}

.UlS-potential-enrollees .tTQ-learner-needs h2 {
    font-size: 28px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 50px;
    padding-bottom: 20px;
    border-bottom: 3px solid rgb(225,195,196);
    display: inline-block;
}

.UlS-potential-enrollees .fmJ-edu-who {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.UlS-potential-enrollees .fmJ-edu-who div {
    background: #ffffff;
    padding: 25px 35px;
    border-radius: 18px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    transform: translateX(-30px);
    opacity: 0.95;
    transition: all 0.3s ease;
}

.UlS-potential-enrollees .fmJ-edu-who div:nth-child(2) {
    transform: translateX(30px);
}

.UlS-potential-enrollees .fmJ-edu-who div:hover {
    transform: translateX(0);
    opacity: 1;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.UlS-potential-enrollees .fmJ-edu-who svg {
    width: 30px;
    height: 30px;
    fill: rgb(225,195,196);
    flex-shrink: 0;
}

.UlS-potential-enrollees .fmJ-edu-who div::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 5px;
    background: rgb(225,195,196);
    border-radius: 10px 0 0 10px;
}

@media (max-width: 1200px) {
    .UlS-potential-enrollees {
        padding: 100px 0;
    }

    .UlS-potential-enrollees .container {
        gap: 60px;
    }

    .UlS-potential-enrollees .ZQE-learning-need {
        flex: 0 0 350px;
        height: 350px;
        width: 350px;
    }
}

@media (max-width: 991px) {
    .UlS-potential-enrollees .container {
        flex-direction: column;
        text-align: center;
        gap: 50px;
    }

    .UlS-potential-enrollees .tTQ-learner-needs h2 {
        margin-left: auto;
        margin-right: auto;
    }

    .UlS-potential-enrollees .fmJ-edu-who div {
        transform: translateX(0);
        justify-content: center;
    }

    .UlS-potential-enrollees .fmJ-edu-who div:nth-child(2) {
        transform: translateX(0);
    }
}

@media (max-width: 768px) {
    .UlS-potential-enrollees {
        padding: 80px 0;
    }

    .UlS-potential-enrollees .ZQE-learning-need {
        flex: 0 0 300px;
        height: 300px;
        width: 300px;
        border-width: 10px;
    }

    .UlS-potential-enrollees .fmJ-edu-who div {
        padding: 20px 25px;
    }

    .UlS-potential-enrollees .tTQ-learner-needs h2 {
        font-size: calc(28px * 0.9);
        margin-bottom: 40px;
    }
}

@media (max-width: 576px) {
    .UlS-potential-enrollees {
        padding: 60px 0;
    }

    .UlS-potential-enrollees .ZQE-learning-need {
        flex: 0 0 250px;
        height: 250px;
        width: 250px;
    }

    .UlS-potential-enrollees .fmJ-edu-who {
        gap: 20px;
    }

    .UlS-potential-enrollees .fmJ-edu-who div {
        padding: 15px 20px;
        flex-direction: column;
        text-align: center;
    }

    .UlS-potential-enrollees .fmJ-edu-who svg {
        width: 24px;
        height: 24px;
    }

    .UlS-potential-enrollees .tTQ-learner-needs h2 {
        font-size: calc(28px * 0.8);
        margin-bottom: 30px;
        padding-bottom: 15px;
    }
}.FUK-privacy-area {
    padding: 40px;
    width: 100%;
    overflow: hidden;
    height: auto;
    background: rgb(242,228,229);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    font-family: Playfair Display, sans-serif;
    color: #000000;
}

.FUK-privacy-area h1 {
    margin-top: 40px;
    margin-bottom: 25px;
    font-size: 38px;
    font-weight: 700;
    color: rgb(225,195,196);
    text-transform: uppercase;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

.FUK-privacy-area h2 {
    margin-top: 35px;
    margin-bottom: 20px;
    font-size: 37px;
    font-weight: 600;
    color: rgb(202,158,159);
}

.FUK-privacy-area h3, .FUK-privacy-area h4, .FUK-privacy-area h5, .FUK-privacy-area h6 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 19px;
    font-weight: 400;
    color: #000000;
    text-transform: capitalize;
}

.FUK-privacy-area ul, .FUK-privacy-area ol {
    list-style-position: inside;
    padding-left: 20px;
    margin: 20px 0;
    background: rgb(202,158,159,0.5);
    border-radius: 10px;
    padding: 15px;
    list-style: none;
}

.FUK-privacy-area li {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.5;
    color: #000000;
    position: relative;
    padding-left: 25px;
}

.FUK-privacy-area li::before {
    content: '•';
    color: rgb(225,195,196);
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.5em;
    line-height: 1.2;
}

.FUK-privacy-area section {
    background: #ffffff;
    border-radius: 18px;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.FUK-privacy-area p, .FUK-privacy-area span, .FUK-privacy-area div {
    line-height: 1.6;
    margin-bottom: 10px;
    font-size: 14px;
    color: #000000;
}

@media only screen and (max-width: 800px) {
    .FUK-privacy-area {
        padding: 20px;
    }

    .FUK-privacy-area h1 {
        font-size: calc(19px - 10px);
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .FUK-privacy-area h2 {
        font-size: calc(19px - 5px);
        margin-top: 25px;
        margin-bottom: 15px;
    }

    .FUK-privacy-area ul, .FUK-privacy-area ol {
        padding: 10px;
        margin: 10px 0;
    }

    .FUK-privacy-area li {
        font-size: calc(14px - 2px);
        margin-bottom: 10px;
    }

    .FUK-privacy-area p, .FUK-privacy-area span, .FUK-privacy-area div {
        font-size: calc(14px - 2px);
        margin-bottom: 8px;
    }
}.Dpa-nav-main {
    background: linear-gradient(45deg, rgb(225,195,196,0.5), rgb(202,158,159,0.5));
    position: relative;
    overflow: hidden;
}
.Dpa-nav-main::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgb(202,158,159,0.5) 0%, transparent 70%);
}
.Dpa-nav-main .container {
    position: relative;
    z-index: 1;
}
.Dpa-nav-main .Lsh-site-navbar {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    border: 2px solid #ffffff;
    border-radius: 25px;
    transition: all 0.3s ease;
}
.Dpa-nav-main .zkT-top-mentor {
    order: 1;
    margin-bottom: 15px;
}
.Dpa-nav-main .vRn-head-main {
    display: block;
    transition: transform 0.3s ease;
}
.Dpa-nav-main .vRn-head-main svg,
.Dpa-nav-main .vRn-head-main img {
    width: 80px;
    height: 80px;
    fill: #ffffff;
}
.Dpa-nav-main .vRn-head-main svg text {
    fill: #ffffff;
}
.Dpa-nav-main .rhO-header-bar {
    order: 2;
    text-align: center;
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    padding: 10px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    width: 100%;
}
.Dpa-nav-main .WmG-top-master {
    order: 3;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
.Dpa-nav-main .WmG-top-master a {
    color: #ffffff;
    text-decoration: none;
    padding: 10px 15px;
    margin: 5px;
    position: relative;
    overflow: hidden;
    transition: color 0.3s ease;
}
.Dpa-nav-main .WmG-top-master a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgb(202,158,159), transparent);
    transition: left 0.3s ease;
}
.Dpa-nav-main .WmG-top-master a:hover::before {
    left: 100%;
}
@media only screen and (min-width: 800px) {
    .Dpa-nav-main .Lsh-site-navbar {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 10px 20px;
    }
    .Dpa-nav-main .zkT-top-mentor {
        order: 1;
        margin-bottom: 0;
    }
    .Dpa-nav-main .rhO-header-bar {
        order: 2;
        text-align: left;
        margin-bottom: 0;
        border: none;
        width: auto;
    }
    .Dpa-nav-main .WmG-top-master {
        order: 3;
        width: auto;
    }
}
@media only screen and (max-width: 799px) {
    .Dpa-nav-main .WmG-top-master {
        flex-direction: column;
    }
    .Dpa-nav-main .WmG-top-master a {
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #ffffff;
    }
    .Dpa-nav-main .WmG-top-master a:last-child {
        border-bottom: none;
    }
}
@media (prefers-reduced-motion: reduce) {
    .Dpa-nav-main::before,
    .Dpa-nav-main .Lsh-site-navbar,
    .Dpa-nav-main .vRn-head-main,
    .Dpa-nav-main .WmG-top-master a::before {
        animation: none;
        transition: none;
    }
}.HWP-education-experience {
    background: linear-gradient(135deg, 
        #000000 0%,
        rgb(225,195,196) 100%);
    padding: 150px 0;
    position: relative;
    overflow: hidden;
    border: 1px solid rgb(225,195,196,0.5);
}

.HWP-education-experience::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(
        circle at 50% 0%,
        rgb(225,195,196,0.5) 0%,
        transparent 70%
    );
    opacity: 0.4;
}

.HWP-education-experience::after {
    content: '';
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(
        45deg,
        #000000 0,
        #000000 1px,
        transparent 1px,
        transparent 20px
    );
    opacity: 0.1;
}

.HWP-education-experience .vLu-how-started {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    z-index: 2;
}

.HWP-education-experience .sJL-learner-stories {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 40px;
    background: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0.95) 0%,
        rgba(255, 255, 255, 0.85) 100%
    );
    backdrop-filter: blur(10px);
    border: 1px solid #ffffff;
    border-radius: 13px;
    padding: 5px;
    position: relative;
}

.HWP-education-experience .sJL-learner-stories::before {
    content: '';
    position: absolute;
    inset: 0;
    border: 2px solid transparent;
    border-radius: 13px;
    background: linear-gradient(135deg, 
        rgb(225,195,196) 0%,
        transparent 50%,
        rgb(225,195,196) 100%) border-box;
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}

.HWP-education-experience .fsm-img-container {
    height: 600px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.HWP-education-experience .fsm-img-container::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        45deg,
        transparent 0%,
        rgb(225,195,196,0.5) 100%
    );
    opacity: 0.3;
    transition: opacity 0.3s ease;
}

.HWP-education-experience .fsm-img-container:hover::before {
    opacity: 0.5;
}

.HWP-education-experience .bZT-professional-exp {
    padding: 60px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(
        to right,
        transparent,
        rgb(242,228,229) 50%
    );
    border-radius: 0 10px 10px 0;
}

.HWP-education-experience .name {
    font-size: 41px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
    background: linear-gradient(
        90deg,
        #000000,
        rgb(225,195,196)
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.HWP-education-experience .phS-emp-highlights {
    font-size: 22px;
    color: rgb(225,195,196);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgb(225,195,196,0.5);
    margin-bottom: 40px;
}

.HWP-education-experience .worker_info {
    background: linear-gradient(
        135deg,
        #ffffff 0%,
        rgb(242,228,229) 100%
    );
    border-radius: 10px;
    padding: 30px;
    position: relative;
    border: 1px solid rgb(225,195,196,0.5);
    grid-column: span 2;
}

.HWP-education-experience .BAL-emp-details {
    font-size: 22px;
    font-weight: 600;
    color: rgb(225,195,196);
    margin-bottom: 30px;
    line-height: 1.6;
    padding-left: 25px;
    border-left: 3px solid rgb(225,195,196);
    position: relative;
}

.HWP-education-experience .zRa-job-block {
    font-size: 12px;
    line-height: 1.8;
    color: #000000;
}

@media (max-width: 1200px) {
    .HWP-education-experience {
        padding: 100px 0;
    }

    .HWP-education-experience .fsm-img-container {
        height: 500px;
    }

    .HWP-education-experience .bZT-professional-exp {
        padding: 40px 30px;
    }
}

@media (max-width: 992px) {
    .HWP-education-experience .worker_info {
        grid-column: auto;
    }
    .HWP-education-experience {
        padding: 80px 0;
    }

    .HWP-education-experience .sJL-learner-stories {
        grid-template-columns: 1fr;
    }

    .HWP-education-experience .fsm-img-container {
        height: 450px;
    }

    .HWP-education-experience .bZT-professional-exp {
        padding: 30px;
        background: rgb(242,228,229);
    }
}

@media (max-width: 768px) {
    .HWP-education-experience {
        padding: 60px 0;
    }

    .HWP-education-experience .vLu-how-started {
        padding: 0 20px;
    }

    .HWP-education-experience .fsm-img-container {
        height: 400px;
    }

    .HWP-education-experience .name {
        font-size: calc(28px * 1.1);
    }
}

@media (max-width: 480px) {
    .HWP-education-experience {
        padding: 40px 0;
    }

    .HWP-education-experience .sJL-learner-stories {
        padding: 3px;
    }

    .HWP-education-experience .fsm-img-container {
        height: 300px;
    }

    .HWP-education-experience .bZT-professional-exp {
        padding: 25px 20px;
    }

    .HWP-education-experience .name {
        font-size: 28px;
    }

    .HWP-education-experience .phS-emp-highlights {
        font-size: calc(18px * 0.9);
        letter-spacing: 2px;
    }

    .HWP-education-experience .worker_info {
        padding: 20px;
    }
}.zUf-check-it-out-now {
    padding: 60px 0;
    background: linear-gradient(135deg, rgb(225,195,196), rgba(0, 0, 0, 0.5));
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.zUf-check-it-out-now::before, .zUf-check-it-out-now::after {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgb(202,158,159,0.5), transparent 70%);
    border-radius: 50%;
}

.zUf-check-it-out-now::before {
    top: -100px;
    left: -100px;
}

.zUf-check-it-out-now::after {
    bottom: -100px;
    right: -100px;
}

.zUf-check-it-out-now .container {
    max-width: 85%;
    width: 85%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 2px solid rgb(202,158,159);
    border-radius: 26px;
    background: rgba(rgba(0, 0, 0, 0.5), 0.8);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    backdrop-filter: blur(10px);
    overflow: hidden;
    padding: 0;
}

.zUf-check-it-out-now .vLu-how-started {
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgb(225,195,196,0.5), rgb(202,158,159,0.5));
    position: relative;
    overflow: hidden;
}

.zUf-check-it-out-now .vLu-how-started::before,
.zUf-check-it-out-now .vLu-how-started::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.zUf-check-it-out-now .vLu-how-started::before {
    background: inherit;
    filter: blur(10px);
    opacity: 0.7;
    animation: ultraSlowPulse 120s ease-in-out infinite;
}

.zUf-check-it-out-now .vLu-how-started::after {
    background: linear-gradient(45deg, 
        transparent 0%, 
        rgb(225,195,196,0.5) 45%, 
        rgb(202,158,159,0.5) 55%, 
        transparent 100%
    );
    mix-blend-mode: overlay;
    opacity: 0.1;
    animation: subtleGlitch 180s infinite linear alternate, ultraSlowMove 240s ease-in-out infinite alternate;
}

@keyframes subtleGlitch {
    0% { transform: translate(0); }
    25% { transform: translate(-2px, 2px); }
    50% { transform: translate(-2px, -2px); }
    75% { transform: translate(2px, 2px); }
    100% { transform: translate(2px, -2px); }
}

@keyframes ultraSlowPulse {
    0%, 100% { opacity: 0.7; }
    50% { opacity: 0.8; }
}

@keyframes ultraSlowMove {
    0% { background-position: 0% 0%; }
    100% { background-position: 100% 100%; }
}

.zUf-check-it-out-now .vLu-how-started svg {
    padding: 15px;
    background: rgb(202,158,159,0.5);
    width: 120px;
    height: 120px;
    margin-bottom: 30px;
    border-radius: 50%;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    position: relative;
    z-index: 2;
}

.zUf-check-it-out-now .vLu-how-started svg path {
    fill: #ffffff;
}

.zUf-check-it-out-now .vLu-how-started h2 {
    font-size: 32px;
    color: #ffffff;
    font-family: Playfair Display, sans-serif;
    font-weight: 700;
    margin: 25px 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    text-align: center;
    position: relative;
    z-index: 2;
    letter-spacing: 1px;
}

.zUf-check-it-out-now .vLu-how-started .kHq-help-reach {
    padding: 18px 35px;
    background: linear-gradient(45deg, rgb(202,158,159), rgb(225,195,196));
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
    border-radius: 10px;
    font-weight: 600;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.zUf-check-it-out-now .vLu-how-started .kHq-help-reach::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.7s;
}

.zUf-check-it-out-now .vLu-how-started .kHq-help-reach:hover::before {
    left: 100%;
}

@media only screen and (max-width: 1024px) {
    .zUf-check-it-out-now {
        padding: 50px 0;
    }
    .zUf-check-it-out-now .container {
        max-width: 95%;
        width: 95%;
    }
    .zUf-check-it-out-now .vLu-how-started {
        padding: 40px 20px;
    }
    .zUf-check-it-out-now .vLu-how-started svg {
        width: 100px;
        height: 100px;
    }
    .zUf-check-it-out-now .vLu-how-started h2 {
        font-size: calc(32px * 0.9);
        margin: 20px 0;
    }
    .zUf-check-it-out-now .vLu-how-started .kHq-help-reach {
        padding: 15px 30px;
    }
}

@media only screen and (max-width: 800px) {
    .zUf-check-it-out-now {
        padding: 40px 0;
    }
    .zUf-check-it-out-now .container {
        max-width: 100%;
        width: 100%;
        border-radius: 0;
    }
    .zUf-check-it-out-now .vLu-how-started {
        padding: 30px 15px;
    }
    .zUf-check-it-out-now .vLu-how-started svg {
        width: 90px;
        height: 90px;
    }
    .zUf-check-it-out-now .vLu-how-started h2 {
        font-size: 23px;
        margin: 15px 0;
    }
    .zUf-check-it-out-now .vLu-how-started .kHq-help-reach {
        padding: 12px 25px;
        font-size: 21px;
    }
}.CTr-our-story {
    position: relative;
    background: linear-gradient(135deg, rgb(242,228,229) 0%, #ffffff 100%);
    padding: 100px 0;
    overflow: hidden;
}

.CTr-our-story::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(225,195,196,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(202,158,159,0.5) 0%, transparent 25%);
    opacity: 0.4;
    z-index: 1;
}

.CTr-our-story .container {
    position: relative;
    z-index: 5;
}

.CTr-our-story h2 {
    font-size: 38px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 20px;
}

.CTr-our-story h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: rgb(225,195,196);
}

.CTr-our-story .UYh-learn-training {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
    position: relative;
}

.CTr-our-story .oxc-edu-leadership {
    flex: 1 1 calc(50% - 20px);
    margin: 0 10px;
    padding: 40px;
    background: #ffffff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
    border-radius: 21px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.CTr-our-story .oxc-edu-leadership::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 0;
    background: rgb(225,195,196);
    transition: all 0.5s ease;
}

.CTr-our-story .oxc-edu-leadership:hover::before {
    height: 100%;
}

.CTr-our-story .oxc-edu-leadership::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(242,228,229);
    z-index: -1;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.5s ease;
}

.CTr-our-story .oxc-edu-leadership:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.CTr-our-story .oxc-edu-leadership:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.CTr-our-story .oxc-edu-leadership h3 {
    font-size: 22px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.CTr-our-story .oxc-edu-leadership:hover h3 {
    color: rgb(225,195,196);
    transform: translateX(10px);
}

.CTr-our-story .oxc-edu-leadership p {
    font-size: 16px;
    line-height: 1.8;
    color: #000000;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.CTr-our-story .oxc-edu-leadership:hover p {
    transform: translateX(10px);
}

.CTr-our-story .oxc-edu-leadership:first-child {
    border-top: 3px solid rgb(225,195,196);
}

.CTr-our-story .oxc-edu-leadership:last-child {
    border-top: 3px solid rgb(202,158,159);
}

.CTr-our-story .container::before {
    content: "";
    position: absolute;
    left: -10%;
    top: -10%;
    width: 20%;
    height: 20%;
    border: 2px solid rgb(225,195,196,0.5);
    border-radius: 10px;
    opacity: 0.2;
    animation: rotate-element 20s linear infinite;
}

.CTr-our-story .container::after {
    content: "";
    position: absolute;
    right: -5%;
    bottom: -5%;
    width: 15%;
    height: 15%;
    border: 2px solid rgb(202,158,159,0.5);
    border-radius: 10px;
    opacity: 0.2;
    animation: rotate-element 15s linear infinite reverse;
}

@keyframes rotate-element {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.CTr-our-story .UYh-learn-training::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgb(225,195,196,0.5), transparent);
    opacity: 0.5;
    z-index: 1;
}

.CTr-our-story .UYh-learn-training::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(45deg, rgba(0, 0, 0, 0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(0, 0, 0, 0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.5) 75%);
    background-size: 20px 20px;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    opacity: 0.02;
    z-index: 0;
}

@media screen and (max-width: 992px) {
    .CTr-our-story {
        padding: 80px 0;
    }
    
    .CTr-our-story .UYh-learn-training {
        flex-direction: column;
        margin-top: 40px;
    }
    
    .CTr-our-story .oxc-edu-leadership {
        flex: 1 1 100%;
        margin: 10px 0;
    }
    
    .CTr-our-story .UYh-learn-training::before {
        display: none;
    }
    
    .CTr-our-story .container::before,
    .CTr-our-story .container::after {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .CTr-our-story {
        padding: 60px 0;
    }
    
    .CTr-our-story h2 {
        font-size: calc(38px * 0.9);
        margin-bottom: 20px;
        padding-bottom: 15px;
    }
    
    .CTr-our-story h2::after {
        width: 60px;
    }
    
    .CTr-our-story .oxc-edu-leadership {
        padding: 30px;
    }
    
    .CTr-our-story .oxc-edu-leadership h3 {
        font-size: calc(22px * 0.9);
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 576px) {
    .CTr-our-story {
        padding: 50px 0;
    }
    
    .CTr-our-story h2 {
        font-size: calc(38px * 0.8);
        margin-bottom: 15px;
        padding-bottom: 12px;
    }
    
    .CTr-our-story h2::after {
        width: 50px;
        height: 2px;
    }
    
    .CTr-our-story .UYh-learn-training {
        margin-top: 30px;
    }
    
    .CTr-our-story .oxc-edu-leadership {
        padding: 25px;
    }
    
    .CTr-our-story .oxc-edu-leadership h3 {
        font-size: calc(22px * 0.85);
        margin-bottom: 12px;
    }
    
    .CTr-our-story .oxc-edu-leadership p {
        font-size: calc(16px * 0.9);
        line-height: 1.6;
    }
    
    .CTr-our-story .oxc-edu-leadership:hover h3,
    .CTr-our-story .oxc-edu-leadership:hover p {
        transform: translateX(5px);
    }
}.AnJ-training-results {
    position: relative;
    padding: 150px 0;
    background: linear-gradient(120deg, rgba(0, 0, 0, 0.5) 0%, rgb(242,228,229) 50%, rgb(202,158,159,0.5) 100%);
    overflow: hidden;
}

.AnJ-training-results::before {
    content: '';
    position: absolute;
    width: 150%;
    height: 150%;
    top: -25%;
    left: -25%;
    background: repeating-linear-gradient(
        45deg,
        rgb(225,195,196,0.5) 0%,
        transparent 1px,
        transparent 50px
    );
    animation: gridMove 30s linear infinite;
    opacity: 0.1;
}

@keyframes gridMove {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.AnJ-training-results .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
}

.AnJ-training-results .vLu-how-started {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 80px;
    position: relative;
}

.AnJ-training-results .fsm-img-container {
    position: absolute;
    right: -5%;
    top: 50%;
    transform: translateY(-50%);
    width: 45%;
    height: 120%;
    border-radius: 60px 0 0 60px;
    overflow: hidden;
    clip-path: polygon(10% 0, 100% 0%, 100% 100%, 0% 100%);
}

.AnJ-training-results .fsm-img-container::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgb(225,195,196,0.5) 100%
    );
    z-index: 1;
}

.AnJ-training-results .cjP-text-banner {
    position: relative;
    padding: 60px;
    background: #ffffff;
    border-radius: 0 16px 16px 0;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    border-left: 4px solid rgb(225,195,196);
}

.AnJ-training-results .cjP-text-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        135deg,
        #ffffff 0%,
        rgba(255, 255, 255, 0.9) 100%
    );
    z-index: -1;
    border-radius: 0 16px 16px 0;
}

.AnJ-training-results .cjP-text-banner h2 {
    font-size: 37px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 20px;
}

.AnJ-training-results .cjP-text-banner h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 4px;
    background: rgb(225,195,196);
    border-radius: 10px;
}

.AnJ-training-results .cjP-text-banner ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 25px;
}

.AnJ-training-results .cjP-text-banner ul li {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 18px;
    color: #000000;
    line-height: 1.6;
    padding: 15px 20px;
    background: linear-gradient(
        to right,
        rgba(rgb(242,228,229), 0.3),
        transparent
    );
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.AnJ-training-results .cjP-text-banner ul li:hover {
    transform: translateX(10px);
}

.AnJ-training-results .cjP-text-banner ul li svg {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    fill: rgb(225,195,196);
    filter: drop-shadow(2px 2px 4px rgb(225,195,196,0.5));
}

@media (max-width: 1200px) {
    .AnJ-training-results .vLu-how-started {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .AnJ-training-results .fsm-img-container {
        position: relative;
        width: 100%;
        height: 500px;
        right: 0;
        top: 0;
        transform: none;
        border-radius: 16px;
        clip-path: none;
    }

    .AnJ-training-results .cjP-text-banner {
        border-radius: 16px;
        border-left: none;
        border-top: 4px solid rgb(225,195,196);
    }
}

@media (max-width: 768px) {
    .AnJ-training-results {
        padding: 80px 0;
    }

    .AnJ-training-results .container {
        padding: 0 20px;
    }

    .AnJ-training-results .fsm-img-container {
        height: 400px;
    }

    .AnJ-training-results .cjP-text-banner {
        padding: 40px 30px;
    }

    .AnJ-training-results .cjP-text-banner h2 {
        font-size: calc(37px * 0.85);
        margin-bottom: 30px;
    }

    .AnJ-training-results .cjP-text-banner ul {
        gap: 15px;
    }

    .AnJ-training-results .cjP-text-banner ul li {
        font-size: calc(18px * 0.95);
        padding: 12px 15px;
    }
}

@media (max-width: 480px) {
    .AnJ-training-results {
        padding: 60px 0;
    }

    .AnJ-training-results .fsm-img-container {
        height: 300px;
    }

    .AnJ-training-results .cjP-text-banner {
        padding: 30px 20px;
    }

    .AnJ-training-results .cjP-text-banner h2 {
        font-size: calc(37px * 0.75);
        margin-bottom: 25px;
        padding-bottom: 15px;
    }

    .AnJ-training-results .cjP-text-banner ul li {
        font-size: calc(18px * 0.9);
        padding: 10px;
        gap: 15px;
    }
}.zlb-education-framework {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: rgb(242,228,229);
}

.zlb-education-framework .XQK-simple-path {
    position: relative;
    min-height: 560px;
    padding: 4rem 0;
}

.zlb-education-framework .XQK-simple-path::before {
    content: '';
    position: absolute;
    inset: 0;
    background: 
        repeating-linear-gradient(
            -45deg,
            rgba(0, 0, 0, 0.5) 0 2px,
            transparent 2px 20px
        ),
        radial-gradient(
            circle at 70% 50%,
            transparent 30%,
            rgb(225,195,196,0.5) 70%,
            #000000 100%
        );
    z-index: 1;
}

.zlb-education-framework .container {
    position: relative;
    z-index: 3;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
}

.zlb-education-framework .cjP-text-banner {
    position: relative;
    max-width: 700px;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.92) 0%,
        rgba(255, 255, 255, 0.98) 100%
    );
    backdrop-filter: blur(16px);
    padding: 3.5rem;
    border-radius: 0 17px 17px 17px;
    box-shadow: 
        35px 35px 70px rgba(0, 0, 0, 0.12),
        -5px -5px 30px rgba(255, 255, 255, 0.05),
        inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    transform: translateX(25px) skewX(-3deg);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.zlb-education-framework .cjP-text-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: -5px;
    height: 100%;
    width: 5px;
    background: linear-gradient(
        to bottom,
        rgb(225,195,196),
        rgb(202,158,159)
    );
    transform-origin: left;
    transform: skewY(-45deg);
}

.zlb-education-framework .cjP-text-banner::after {
    content: '';
    position: absolute;
    inset: 1px;
    border-radius: inherit;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(202,158,159,0.5) 50%, transparent 52%) 0 0/20px 20px,
        linear-gradient(-45deg, transparent 48%, rgb(202,158,159,0.5) 50%, transparent 52%) 0 0/20px 20px;
    opacity: 0.05;
    pointer-events: none;
}

.zlb-education-framework .cjP-text-banner:hover {
    transform: translateX(15px) skewX(-2deg);
}

.zlb-education-framework .cjP-text-banner h4 {
    color: rgb(225,195,196);
    font-size: 29px;
    font-weight: 700;
    margin-bottom: 2rem;
    display: inline-flex;
    align-items: center;
    transform: skewX(3deg);
}

.zlb-education-framework .cjP-text-banner h4::after {
    content: '';
    width: 40px;
    height: 3px;
    margin-left: 1rem;
    background: linear-gradient(
        90deg,
        rgb(225,195,196),
        rgb(202,158,159)
    );
    border-radius: 10px;
}

.zlb-education-framework .cjP-text-banner p {
    color: #000000;
    font-size: 15px;
    line-height: 1.85;
    margin-bottom: 1.25rem;
    font-family: Playfair Display, sans-serif;
    font-weight: 400;
    transform: skewX(3deg);
}

@media (max-width: 991px) {
    .zlb-education-framework .XQK-simple-path {
        min-height: 500px;
    }

    .zlb-education-framework .cjP-text-banner {
        max-width: 600px;
        padding: 2.5rem;
        transform: translateX(15px) skewX(-2deg);
    }

    .zlb-education-framework .cjP-text-banner:hover {
        transform: translateX(10px) skewX(-1deg);
    }

    .zlb-education-framework .cjP-text-banner h4,
    .zlb-education-framework .cjP-text-banner p {
        transform: skewX(2deg);
    }
}

@media (max-width: 767px) {
    .zlb-education-framework .XQK-simple-path {
        min-height: 450px;
        padding: 3rem 0;
    }

    .zlb-education-framework .cjP-text-banner {
        max-width: 100%;
        padding: 2rem;
        transform: none;
        border-radius: 17px;
    }

    .zlb-education-framework .cjP-text-banner:hover {
        transform: none;
    }

    .zlb-education-framework .cjP-text-banner::before {
        display: none;
    }

    .zlb-education-framework .cjP-text-banner h4,
    .zlb-education-framework .cjP-text-banner p {
        transform: none;
    }

    .zlb-education-framework .cjP-text-banner h4 {
        font-size: calc(29px * 0.85);
    }

    .zlb-education-framework .cjP-text-banner p {
        font-size: calc(15px * 0.95);
    }
}.LHK-course-overview {
    position: relative;
    background-color: rgb(242,228,229);
    padding: 120px 0;
    overflow: hidden;
}

.LHK-course-overview::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(225,195,196,0.5) 0%, transparent 50%, rgb(202,158,159,0.5) 100%);
    z-index: 1;
}

.LHK-course-overview::after {
    content: "";
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: rgb(225,195,196,0.5);
    filter: blur(80px);
    z-index: 0;
    animation: floatAnimation 15s infinite alternate ease-in-out;
}

.LHK-course-overview .kQa-knowledge-route {
    display: flex;
    flex-direction: column;
    z-index: 2;
}

.LHK-course-overview .cjP-text-banner {
    width: 80%;
    position: relative;
    margin: 0 auto 60px;
}

.LHK-course-overview .cjP-text-banner::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, rgb(225,195,196), rgb(202,158,159));
    top: -20px;
    left: 0;
    border-radius: 10px;
}

.LHK-course-overview .cjP-text-banner h2 {
    font-size: 35px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    transform: translateX(0);
    transition: transform 0.5s ease;
    background-image: repeating-linear-gradient(45deg, rgb(225,195,196,0.5) 0px, rgb(225,195,196,0.5) 2px, transparent 2px, transparent 8px);
    padding: 15px;
    border-radius: 10px;
}

.LHK-course-overview .cjP-text-banner h2:hover {
    transform: translateX(10px);
}

.LHK-course-overview .cjP-text-banner .wFt-new-skills {
    font-size: 12px;
    color: #000000;
    line-height: 1.7;
    margin-bottom: 20px;
    position: relative;
    padding-left: 20px;
    border-left: 2px solid rgb(225,195,196);
}

.LHK-course-overview .cjP-text-banner .wFt-new-skills:last-child {
    margin-top: 30px;
    padding: 30px 40px;
    border-left: none;
    font-weight: 600;
    color: #ffffff;
    position: relative;
    z-index: 2;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.LHK-course-overview .fsm-img-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.2;
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.LHK-course-overview .kQa-knowledge-route:hover .fsm-img-container {
    opacity: 0.3;
    transform: scale(1.05);
}

.LHK-course-overview .fsm-img-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(225,195,196,0.5) 0%, transparent 80%);
    z-index: 1;
}

.LHK-course-overview .fsm-img-container::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80%;
    height: 40%;
    background: linear-gradient(225deg, rgb(202,158,159,0.5) 0%, transparent 100%);
    z-index: 1;
}

@keyframes floatAnimation {
    0% {
        transform: translate(0, 0) scale(1);
    }
    25% {
        transform: translate(50px, 20px) scale(1.2);
    }
    50% {
        transform: translate(0, 40px) scale(0.8);
    }
    75% {
        transform: translate(-30px, 20px) scale(1.1);
    }
    100% {
        transform: translate(0, 0) scale(1);
    }
}

@keyframes pulseAnimation {
    0% {
        opacity: 0.4;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.4;
    }
}

.LHK-course-overview .kQa-knowledge-route::before {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    background-color: rgb(202,158,159,0.5);
    border-radius: 50%;
    filter: blur(100px);
    bottom: -100px;
    left: -50px;
    z-index: -1;
    animation: pulseAnimation 10s infinite ease-in-out;
}

.LHK-course-overview .kQa-knowledge-route::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    border: 4px solid rgb(225,195,196,0.5);
    border-radius: 10px;
    top: 40px;
    right: -20px;
    z-index: -1;
    animation: rotateAnimation 20s infinite linear;
}

@keyframes rotateAnimation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.LHK-course-overview .cjP-text-banner::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px dashed rgb(225,195,196,0.5);
    top: -40px;
    right: -60px;
    z-index: -1;
    animation: rotateAnimation 30s infinite linear reverse;
}

.LHK-course-overview .cjP-text-banner .wFt-new-skills:first-of-type {
    position: relative;
    overflow: hidden;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgb(242,228,229) 10px,
        rgb(242,228,229) 12px
    );
    padding: 20px;
    border-radius: 10px;
    border-left: none;
}

.LHK-course-overview .cjP-text-banner .wFt-new-skills:first-of-type::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, rgb(225,195,196), transparent);
}

.LHK-course-overview .cjP-text-banner .wFt-new-skills:last-child::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    z-index: -1;
    background: url('$variable_for_links$<?php echo $arData["img"];?>') no-repeat;
    background-size: cover;
    background-position: center;
    filter: brightness(0.5) contrast(1.2);
}

@media (max-width: 1024px) {
    .LHK-course-overview {
        padding: 80px 0;
    }
    
    .LHK-course-overview .cjP-text-banner {
        width: 90%;
    }
}

@media (max-width: 768px) {
    .LHK-course-overview {
        padding: 60px 0;
    }
    
    .LHK-course-overview .cjP-text-banner {
        width: 100%;
        margin-bottom: 40px;
    }
    
    .LHK-course-overview .cjP-text-banner h2 {
        font-size: calc(35px * 0.9);
        margin-bottom: 20px;
    }
    
    .LHK-course-overview .cjP-text-banner .wFt-new-skills:last-child {
        padding: 25px 30px;
    }
}

@media (max-width: 576px) {
    .LHK-course-overview {
        padding: 40px 0;
    }
    
    .LHK-course-overview .cjP-text-banner h2 {
        font-size: calc(35px * 0.8);
    }
    
    .LHK-course-overview .cjP-text-banner .wFt-new-skills {
        font-size: calc(12px * 0.95);
    }
    
    .LHK-course-overview .cjP-text-banner .wFt-new-skills:last-child {
        padding: 20px;
    }
    
    .LHK-course-overview::after,
    .LHK-course-overview .kQa-knowledge-route::before,
    .LHK-course-overview .cjP-text-banner::after {
        display: none;
    }
    
    .LHK-course-overview .cjP-text-banner::before {
        width: 60px;
    }
}

.LHK-course-overview .kQa-knowledge-route .cjP-text-banner .wFt-new-skills strong {
    color: rgb(202,158,159);
    font-weight: 600;
}

.LHK-course-overview .container::before {
    content: "";
    position: absolute;
    width: 150%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(225,195,196,0.5), transparent);
    bottom: -40px;
    left: -25%;
}

.LHK-course-overview .cjP-text-banner h2::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgb(225,195,196,0.5);
    top: -15px;
    left: -15px;
    z-index: -1;
    filter: blur(15px);
}