* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
a {
    color: inherit;
    text-decoration: none;
}
.footer {
    flex: 0 0 auto;
}
header,footer {
    width: 100%;
}
.head-core-NWLag {
    flex: 1 0 auto;
}
.wrapper-segment-QbXjd {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
.container {
    margin: auto;
    width: 1200px;
    max-width: 100%;
}

html,body {
    min-height: 100%;
    height: 100%;
    font-family: Merriweather, sans-serif;
    color: #000000;
}
section {
    background-color: rgb(221,231,242);
}
svg {
    width: 30px;
    height: 30px;
}
@media only screen and (max-width: 1200px)  {
        .container {
            width: 100%;
            padding: 0 20px;
    }
}
@media only screen and (max-width: 800px)  {
        .container {
            padding: 0 12px;
    }
}.contact-section-HncsU {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(221,231,242) 0%, rgb(185,187,223,0.5) 100%);
    padding: 80px 0;
}

.contact-section-HncsU::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(135,142,205,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(185,187,223,0.5) 0%, transparent 40%);
    z-index: 0;
    animation: pulse 15s infinite alternate;
}

.contact-section-HncsU::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(45deg, rgb(185,187,223,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(185,187,223,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(185,187,223,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(185,187,223,0.5) 75%);
    background-size: 200px 200px;
    background-position: 0 0, 0 100px, 100px -100px, -100px 0px;
    opacity: 0.05;
    z-index: 1;
}

.contact-section-HncsU .image-showcase-cltQo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0.2;
    filter: grayscale(40%) contrast(120%);
}

.contact-section-HncsU .container {
    position: relative;
    z-index: 3;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.contact-section-HncsU h3 {
    color: #000000;
    font-size: 28px;
    font-family: Merriweather, sans-serif;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.contact-section-HncsU h3::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: rgb(185,187,223);
    border-radius: 10px;
}

.contact-section-HncsU .help-support-aJZzw {
    display: flex;
    flex-wrap: wrap;
    background: #ffffff;
    border-radius: 21px;
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    position: relative;
}

.contact-section-HncsU .help-support-aJZzw::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    background: linear-gradient(45deg, rgb(135,142,205), rgb(185,187,223), rgb(135,142,205));
    z-index: -1;
    border-radius: calc(21px + 5px);
    animation: border-glow 5s infinite linear;
}

.contact-section-HncsU .request-message-zBohV {
    flex: 1 1 60%;
    padding: 40px;
    position: relative;
    overflow: hidden;
}

.contact-section-HncsU .request-message-zBohV::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(90deg, #ffffff 10px, transparent 10px) 0 0,
        linear-gradient(90deg, #ffffff 10px, transparent 10px) 0 0,
        linear-gradient(0deg, #ffffff 10px, transparent 10px) 0 0,
        linear-gradient(0deg, #ffffff 10px, transparent 10px) 0 0;
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 20px 1px, 20px 1px, 1px 20px, 1px 20px;
    background-position: 0 0, 0 100%, 0 0, 100% 0;
    opacity: 0.3;
    z-index: 0;
}

.contact-section-HncsU .request-message-zBohV #contact {
    position: relative;
    z-index: 1;
}

.contact-section-HncsU .request-message-zBohV h3 {
    font-size: 19px;
    margin-bottom: 30px;
    font-weight: 600;
    color: #000000;
    text-align: left;
}

.contact-section-HncsU .request-message-zBohV h3::after {
    left: 0;
    transform: none;
    width: 60px;
}

.contact-section-HncsU .request-message-zBohV input[type="text"],
.contact-section-HncsU .request-message-zBohV textarea {
    width: 100%;
    padding: 15px 20px;
    margin-bottom: 20px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.02);
    font-family: Merriweather, sans-serif;
    font-size: 18px;
    color: #000000;
    transition: all 0.3s ease;
}

.contact-section-HncsU .request-message-zBohV input[type="text"]:focus,
.contact-section-HncsU .request-message-zBohV textarea:focus {
    outline: none;
    border-color: rgb(185,187,223);
    box-shadow: 0 0 0 3px rgb(185,187,223,0.5);
    background-color: #ffffff;
}

.contact-section-HncsU .request-message-zBohV textarea {
    height: 120px;
    resize: vertical;
}

.contact-section-HncsU .request-message-zBohV .support-inquiry-wfVHZ {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.contact-section-HncsU .request-message-zBohV .support-inquiry-wfVHZ input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.contact-section-HncsU .request-message-zBohV .support-inquiry-wfVHZ label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: calc(18px - 2px);
    line-height: 1.5;
    color: #000000;
}

.contact-section-HncsU .request-message-zBohV .support-inquiry-wfVHZ label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 22px;
    height: 22px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.02);
    transition: all 0.3s ease;
}

.contact-section-HncsU .request-message-zBohV .support-inquiry-wfVHZ input[type="checkbox"]:checked + label::before {
    background-color: rgb(185,187,223);
    border-color: rgb(185,187,223);
}

.contact-section-HncsU .request-message-zBohV .support-inquiry-wfVHZ input[type="checkbox"]:checked + label::after {
    content: '';
    position: absolute;
    left: 7px;
    top: 9px;
    width: 8px;
    height: 4px;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: rotate(-45deg);
}

.contact-section-HncsU .request-message-zBohV .support-inquiry-wfVHZ a {
    color: rgb(185,187,223);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.contact-section-HncsU .request-message-zBohV .support-inquiry-wfVHZ a:hover {
    color: rgb(135,142,205);
    text-decoration: underline;
}

.contact-section-HncsU .request-message-zBohV .connect-panel-uHDgf {
    display: inline-block;
    padding: 15px 30px;
    background: linear-gradient(135deg, rgb(185,187,223) 0%, rgb(135,142,205) 100%);
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    border: none;
    border-radius: 21px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.contact-section-HncsU .request-message-zBohV .connect-panel-uHDgf::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.5s ease;
}

.contact-section-HncsU .request-message-zBohV .connect-panel-uHDgf:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.contact-section-HncsU .request-message-zBohV .connect-panel-uHDgf:hover::before {
    left: 100%;
}

.contact-section-HncsU .help-section-OWHvy {
    flex: 1 1 40%;
    padding: 40px;
    background: linear-gradient(135deg, rgb(135,142,205) 0%, rgb(185,187,223) 100%);
    position: relative;
    overflow: hidden;
}

.contact-section-HncsU .help-section-OWHvy::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.05) 0%, transparent 40%);
    opacity: 0.6;
}

.contact-section-HncsU .help-section-OWHvy h4 {
    color: #ffffff;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 30px;
    position: relative;
}

.contact-section-HncsU .help-section-OWHvy h4::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 60px;
    height: 3px;
    background: #ffffff;
    border-radius: 10px;
}

.contact-section-HncsU .help-section-OWHvy .support-feedback-cAzQb {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-section-HncsU .help-section-OWHvy .support-feedback-cAzQb li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}

.contact-section-HncsU .help-section-OWHvy .support-feedback-cAzQb li svg {
    width: 24px;
    height: 24px;
    margin-right: 15px;
    flex-shrink: 0;
}

.contact-section-HncsU .help-section-OWHvy .support-feedback-cAzQb li svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}

.contact-section-HncsU .help-section-OWHvy .support-feedback-cAzQb li:hover svg path {
    fill: rgba(255, 255, 255, 0.8);
}

.contact-section-HncsU .help-section-OWHvy .support-feedback-cAzQb li span {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.5;
}

.contact-section-HncsU .help-section-OWHvy .support-feedback-cAzQb li a {
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.contact-section-HncsU .help-section-OWHvy .support-feedback-cAzQb li a:hover {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: underline;
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.6;
    }
    50% {
        opacity: 0.8;
    }
}

@keyframes border-glow {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 300% 0%;
    }
}

@media (max-width: 992px) {
    .contact-section-HncsU {
        padding: 60px 0;
    }

    .contact-section-HncsU .container {
        padding: 0 15px;
    }

    .contact-section-HncsU .help-support-aJZzw {
        flex-direction: column;
    }

    .contact-section-HncsU .request-message-zBohV,
    .contact-section-HncsU .help-section-OWHvy {
        flex: 1 1 100%;
    }

    .contact-section-HncsU .request-message-zBohV {
        padding: 30px;
    }

    .contact-section-HncsU .help-section-OWHvy {
        padding: 30px;
    }
}

@media (max-width: 768px) {
    .contact-section-HncsU {
        padding: 40px 0;
    }

    .contact-section-HncsU h3 {
        font-size: calc(28px - 4px);
        margin-bottom: 30px;
    }

    .contact-section-HncsU .request-message-zBohV h3,
    .contact-section-HncsU .help-section-OWHvy h4 {
        font-size: calc(19px - 2px);
        margin-bottom: 20px;
    }

    .contact-section-HncsU .request-message-zBohV input[type="text"],
    .contact-section-HncsU .request-message-zBohV textarea {
        padding: 12px 15px;
        margin-bottom: 15px;
    }

    .contact-section-HncsU .request-message-zBohV textarea {
        height: 100px;
    }

    .contact-section-HncsU .request-message-zBohV .connect-panel-uHDgf {
        padding: 12px 25px;
        font-size: calc(20px - 1px);
    }

    .contact-section-HncsU .help-section-OWHvy .support-feedback-cAzQb li {
        margin-bottom: 20px;
    }

    .contact-section-HncsU .help-section-OWHvy .support-feedback-cAzQb li svg {
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }
}

@media (max-width: 576px) {
    .contact-section-HncsU {
        padding: 30px 0;
    }

    .contact-section-HncsU .request-message-zBohV,
    .contact-section-HncsU .help-section-OWHvy {
        padding: 20px;
    }

    .contact-section-HncsU h3 {
        font-size: calc(28px - 6px);
    }

    .contact-section-HncsU .request-message-zBohV .support-inquiry-wfVHZ label {
        font-size: calc(18px - 3px);
    }
}.welcome-board-YQksv {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.welcome-board-YQksv .page-entry-vBCNo {
    width: 100%;
    min-height: 680px;
    height: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.welcome-board-YQksv .vision-mission-pnoBi {
    position: relative;
    background: rgba(255, 255, 255, 0.8);
    width: 60%;
    padding: 60px 40px;
    border-radius: 26px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
    backdrop-filter: blur(10px);
    text-align: center;
}
.welcome-board-YQksv .vision-mission-pnoBi h1 {
    font-family: Merriweather, sans-serif;
    font-size: 44px;
    font-weight: 700;
    color: rgb(185,187,223);
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.welcome-board-YQksv .vision-mission-pnoBi h3 {
    font-family: Merriweather, sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: rgb(135,142,205);
    margin-bottom: 12px;
}
.welcome-board-YQksv .vision-mission-pnoBi p {
    font-family: Merriweather, sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 24px;
}
.welcome-board-YQksv .vision-mission-pnoBi::before {
    content: "";
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    border-radius: 26px;
    border: 2px dashed rgb(185,187,223,0.5);
    z-index: -1;
}
@media only screen and (max-width: 800px) {
    .welcome-board-YQksv .page-entry-vBCNo {
        min-height: 320px;
    }
    .welcome-board-YQksv .vision-mission-pnoBi {
        width: 80%;
        padding: 40px 20px;
    }
    .welcome-board-YQksv .vision-mission-pnoBi h1 {
        font-size: 18px;
    }
    .welcome-board-YQksv .vision-mission-pnoBi h3 {
        font-size: 22px;
    }
    .welcome-board-YQksv .vision-mission-pnoBi p {
        font-size: 19px;
    }
}
.wrapper-segment-QbXjd .welcome-board-YQksv {
    position: relative;
}
.wrapper-segment-QbXjd .welcome-board-YQksv::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0.5;
    z-index: 0;
}
.wrapper-segment-QbXjd .welcome-board-YQksv .vision-mission-pnoBi {
    position: relative;
    margin: auto;
    height: auto;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    padding: 40px 30px;
    flex-direction: column;
    min-height: 336px;
    justify-content: center;
    max-width: 1000px;
    border-radius: 10px;
}
.wrapper-segment-QbXjd .welcome-board-YQksv .vision-mission-pnoBi::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: #ffffff;
    opacity: 0.9;
    z-index: 1;
}
.wrapper-segment-QbXjd .welcome-board-YQksv .page-entry-vBCNo {
    display: flex;
    justify-content: center;
    align-items: center;
}
.wrapper-segment-QbXjd .welcome-board-YQksv .vision-mission-pnoBi h1 {
    position: relative;
    z-index: 2;
    font-size: 28px;
    font-weight: 700;
    color: #000000;
}
.wrapper-segment-QbXjd .welcome-board-YQksv .vision-mission-pnoBi h3 {
    color: #000000;
    z-index: 2;
}
.wrapper-segment-QbXjd .welcome-board-YQksv .vision-mission-pnoBi p {
    position: relative;
    z-index: 2;
    margin-top: 40px;
    font-size: 20px;
    line-height: 32px;
    color: #000000;
}
@media only screen and (max-width: 800px) {
    .wrapper-segment-QbXjd .welcome-board-YQksv .page-entry-vBCNo {
        padding: 20px;
    }
    .wrapper-segment-QbXjd .welcome-board-YQksv .vision-mission-pnoBi h1 {
        font-size: 28px;
    }
    .wrapper-segment-QbXjd .welcome-board-YQksv .vision-mission-pnoBi {
        padding: 20px;
    }
}header {
    padding-bottom: 10px;
    background: linear-gradient(135deg, rgb(185,187,223), rgb(135,142,205));
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}
.top-lesson-tbhjJ {
    border-top: 5px solid rgb(185,187,223);
    border-bottom: 2px solid rgb(185,187,223);
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    position: relative;
}
.top-lesson-tbhjJ::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    pointer-events: none;
}
.top-lesson-tbhjJ .page-header-scwMF {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px 10px;
    position: relative;
    z-index: 1;
}
.top-lesson-tbhjJ .page-header-scwMF .main-skill-fCgoz {
    margin: 0;
    position: relative;
    z-index: 1;
    border: 2px solid rgb(185,187,223);
    border-radius: 10px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgb(185,187,223,0.5);
}
.top-lesson-tbhjJ .page-header-scwMF .main-skill-fCgoz svg, .top-lesson-tbhjJ .page-header-scwMF .main-skill-fCgoz img {
    width: 80px;
    height: 80px;
    fill: rgb(185,187,223);
    transition: transform 0.3s ease, filter 0.3s ease;
}
.top-lesson-tbhjJ .page-header-scwMF .main-skill-fCgoz:hover svg, .top-lesson-tbhjJ .page-header-scwMF .main-skill-fCgoz:hover img {
    transform: scale(1.1);
    filter: drop-shadow(0 0 10px rgb(185,187,223,0.5));
}
.top-lesson-tbhjJ .header-sitebar-JZAnb {
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    margin: 0 10px;
    flex-grow: 1;
    text-align: center;
    border-left: 2px solid rgb(185,187,223);
    text-shadow: 0 0 10px rgb(185,187,223,0.5);
}
.top-lesson-tbhjJ .header-know-bMrVp {
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
    margin-top: 0;
    position: relative;
    z-index: 11;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgb(135,142,205));
    padding: 10px;
    border-radius: 20px;
    box-shadow: 0 0 10px rgb(185,187,223,0.5);
}
.top-lesson-tbhjJ .header-know-bMrVp a {
    padding: 10px 16px;
    color: #ffffff;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
    border-right: 2px solid rgb(185,187,223);
    text-shadow: 0 0 10px rgb(185,187,223,0.5);
    display: flex;
    align-items: center;
}
.top-lesson-tbhjJ .header-know-bMrVp a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: rgb(185,187,223);
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
    box-shadow: 0 0 10px rgb(185,187,223,0.5);
}
.top-lesson-tbhjJ .header-know-bMrVp a:hover::before {
    visibility: visible;
    transform: scaleX(1);
}
.top-lesson-tbhjJ .header-know-bMrVp a:first-child {
    color: rgb(185,187,223);
}
.top-lesson-tbhjJ .header-know-bMrVp a:last-child {
   border-right: none;
}
@media only screen and (max-width: 1200px) {
    .top-lesson-tbhjJ .page-header-scwMF {
        flex-direction: column;
        border-bottom: none;
    }
    .top-lesson-tbhjJ .header-sitebar-JZAnb {
        margin: 10px 0;
        text-align: center;
        border-left: none;
        padding-left: 0;
    }
    .top-lesson-tbhjJ .header-know-bMrVp {
        justify-content: center;
        flex-direction: column;
        border-radius: 0;
    }
    .top-lesson-tbhjJ .header-know-bMrVp a {
        margin: 5px 0;
        border-right: none;
        border-bottom: 2px solid rgb(185,187,223);
    }
}.gratPanel-KFwod {
    background-color: #ffffff;
    color: #000000;
    padding: 80px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.gratPanel-KFwod .container {
    max-width: 1000px;
    padding: 40px;
    border: 1px solid rgb(185,187,223);
    border-radius: 11px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
    background: rgb(221,231,242);
}
.gratPanel-KFwod h2 {
    font-family: Merriweather, sans-serif;
    font-size: 34px;
    font-weight: 600;
    color: rgb(185,187,223);
    margin-bottom: 20px;
    position: relative;
}
.gratPanel-KFwod h2::before {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background-color: rgb(185,187,223);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
}
.gratPanel-KFwod p {
    font-family: Merriweather, sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (max-width: 800px) {
    .gratPanel-KFwod {
        padding: 40px 0;
    }
    .gratPanel-KFwod h2 {
        font-size: 22px;
    }
    .gratPanel-KFwod p {
        font-size: 13px;
    }
}
.gratPanel-KFwod .container {
    position: relative;
    padding: 40px;
}
.gratPanel-KFwod .container::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 11px;
    z-index: -1;
}
.gratPanel-KFwod h2::after {
    content: '';
    display: block;
    width: 100px;
    height: 1px;
    background-color: rgb(135,142,205);
    margin: 20px auto 0;
}
.try-immediately-YEeNa {
    padding-bottom: 80px;
    padding-top: 80px;
}

.try-immediately-YEeNa h2 {
    color: rgb(135,142,205);
}

.try-immediately-YEeNa .connect-panel-uHDgf {
    background: rgb(135,142,205);
    color: #ffffff;
    white-space: normal;
    text-align: center;
}

.try-immediately-YEeNa .connect-panel-uHDgf:hover {
    background: rgb(185,187,223);
}

.try-immediately-YEeNa .academy-track-ujmOq {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.try-immediately-YEeNa h2 {
    font-size: 36px;
    font-weight: 600;
    margin-right: 24px;
    width: 66%;
    text-align: center;
}

.try-immediately-YEeNa .connect-panel-uHDgf {
    padding: 15px 25px;
    border-radius: 100px;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

@media only screen and (max-width: 600px) {
    .try-immediately-YEeNa .academy-track-ujmOq {
        flex-direction: column;
    }

    .wrapper-segment-QbXjd section.try-immediately-YEeNa h2 {
        font-size: 26px;
    }

    .try-immediately-YEeNa h2 {
        margin: 0;
        margin-bottom: 24px;
        width: 90%;
    }

    .try-immediately-YEeNa .connect-panel-uHDgf {
        font-size: 24px;
    }

    .try-immediately-YEeNa {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.wrapper-segment-QbXjd .try-immediately-YEeNa .academy-track-ujmOq {
    width: 80%;
    padding: 40px;
    background: rgb(185,187,223,0.5);
    border: none;
    margin: 50px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    box-shadow: inset 0 0 0 2px rgb(135,142,205);
}

.wrapper-segment-QbXjd .try-immediately-YEeNa h2 {
    font-size: 36px;
    color: #000000;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%;
    margin-right: 0;
}

.wrapper-segment-QbXjd .try-immediately-YEeNa .connect-panel-uHDgf {
    padding: 15px 60px;
    color: #ffffff;
    background: #000000;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    border: none;
    border-radius: 26px;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

@media only screen and (max-width: 800px) {
    .wrapper-segment-QbXjd .try-immediately-YEeNa .academy-track-ujmOq {
        width: 95%;
        padding: 30px;
    }

    .wrapper-segment-QbXjd .try-immediately-YEeNa h2 {
        font-size: 18px;
    }

    .wrapper-segment-QbXjd .try-immediately-YEeNa .connect-panel-uHDgf {
        width: 100%;
        padding: 15px;
    }
}.course-methodology-tbuUm {
    position: relative;
    width: 100%;
    background: rgb(221,231,242);
}

.course-methodology-tbuUm .start-quick-snmBe {
    position: relative;
    padding: 4.5rem 0;
    min-height: 470px;
}

.course-methodology-tbuUm .start-quick-snmBe::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(
        circle at 70% 30%,
        rgb(185,187,223,0.5) 0%,
        transparent 60%
    );
    z-index: 1;
}

.course-methodology-tbuUm .start-quick-snmBe::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: 
        repeating-linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.05) 0px,
            rgba(255, 255, 255, 0.05) 1px,
            transparent 1px,
            transparent 30px
        ),
        repeating-linear-gradient(
            0deg,
            rgba(255, 255, 255, 0.05) 0px,
            rgba(255, 255, 255, 0.05) 1px,
            transparent 1px,
            transparent 30px
        );
    z-index: 2;
}

.course-methodology-tbuUm .container {
    position: relative;
    z-index: 3;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 1.5rem;
    display: flex;
    justify-content: flex-start;
}

.course-methodology-tbuUm .text-holder-wrap-sdDUP {
    max-width: 580px;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1),
        rgba(255, 255, 255, 0.05)
    );
    backdrop-filter: blur(10px);
    border-radius: 13px;
    padding: 2.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transform: perspective(1000px) rotateY(5deg);
    transform-origin: left center;
}

.course-methodology-tbuUm .text-holder-wrap-sdDUP::before {
    content: '';
    position: absolute;
    inset: -1px;
    background: linear-gradient(
        45deg,
        rgb(185,187,223),
        transparent,
        rgb(135,142,205)
    );
    border-radius: inherit;
    z-index: -1;
    opacity: 0.3;
}

.course-methodology-tbuUm .text-holder-wrap-sdDUP h4 {
    color: #ffffff;
    font-size: 31px;
    font-weight: 700;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-family: Merriweather, sans-serif;
}

.course-methodology-tbuUm .text-holder-wrap-sdDUP p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    line-height: 1.75;
    margin-bottom: 1rem;
    padding-left: 1.5rem;
    border-left: 2px solid rgb(185,187,223,0.5);
}

@media (max-width: 991px) {
    .course-methodology-tbuUm .container {
        justify-content: center;
    }

    .course-methodology-tbuUm .text-holder-wrap-sdDUP {
        transform: none;
        max-width: 600px;
    }
}

@media (max-width: 767px) {
    .course-methodology-tbuUm .start-quick-snmBe {
        padding: 3rem 1rem;
    }

    .course-methodology-tbuUm .text-holder-wrap-sdDUP {
        padding: 2rem;
    }

    .course-methodology-tbuUm .text-holder-wrap-sdDUP h4 {
        font-size: calc(31px * 0.85);
    }

    .course-methodology-tbuUm .text-holder-wrap-sdDUP p {
        font-size: calc(18px * 0.95);
        padding-left: 1rem;
    }
}.customer-feedback-UbtJf {
    padding: 60px 15px;
    background-color: #ffffff;
}

.customer-feedback-UbtJf h2 {
    color: #000000;
    font-size: 31px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}

.customer-feedback-UbtJf .academy-track-ujmOq {
    max-width: 1140px;
    margin: 0 auto;
}

.customer-feedback-UbtJf .learning-quotes-RAJfv {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.customer-feedback-UbtJf .learner-quotes-KIkQT {
    background: rgb(135,142,205,0.5);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: calc(25% - 20px);
    margin: 10px;
    padding: 20px;
}


.customer-feedback-UbtJf .image-showcase-cltQo {
    width: 100%;
    padding-top: 100%;
    background-size: cover;
    background-position: center;
    border-bottom: 3px solid rgb(185,187,223);
    margin-bottom: 15px;
}

.customer-feedback-UbtJf .text {
    text-align: left;
}

.customer-feedback-UbtJf .learner-quotes-KIkQT span {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
}

.customer-feedback-UbtJf .learner-quotes-KIkQT p {
    font-size: 17px;
    font-weight: 300;
    color: #000000;
    line-height: 1.6;
}

@media only screen and (max-width: 992px) {
    .customer-feedback-UbtJf .learner-quotes-KIkQT {
        flex: 1 1 calc(50% - 20px);
    }
}

@media only screen and (max-width: 576px) {
    .customer-feedback-UbtJf .learner-quotes-KIkQT {
        flex: 1 1 100%;
    }

    .customer-feedback-UbtJf h2 {
        font-size: 18px;
        margin-bottom: 30px;
    }
}
.company-overview-iQZbY {
    padding: 60px 0;
    background: rgb(185,187,223,0.5);
}

.wrapper-segment-QbXjd .company-overview-iQZbY .academy-track-ujmOq {
    position: relative;
    height: auto;
    min-height: unset;
    padding: 0 15px;
}

.wrapper-segment-QbXjd .company-overview-iQZbY .academy-track-ujmOq .image-showcase-cltQo {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 600px;
    border-radius: 14px;
    top: 0;
    left: 0;
    z-index: 0;
    filter: brightness(0.8);
}

.wrapper-segment-QbXjd .company-overview-iQZbY .creds-block-vrgAY {
    position: relative;
    min-height: unset;
    min-width: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 0;
    z-index: 1;
}

.wrapper-segment-QbXjd .company-overview-iQZbY .vision-mission-pnoBi {
    position: relative;
    z-index: 1;
    width: 90%;
    margin: auto;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 60px;
    min-height: 400px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.wrapper-segment-QbXjd .company-overview-iQZbY h2 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.wrapper-segment-QbXjd .company-overview-iQZbY p {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.6;
    margin-top: 20px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 800px) {
    .wrapper-segment-QbXjd .company-overview-iQZbY .vision-mission-pnoBi {
        width: 100%;
        padding: 20px 30px;
        margin: 0;
    }
    .wrapper-segment-QbXjd .company-overview-iQZbY .academy-track-ujmOq {
        padding: 0;
    }
    .wrapper-segment-QbXjd .company-overview-iQZbY .creds-block-vrgAY {
        height: auto;
        min-width: unset;
        justify-content: flex-end;
        padding: 20px 10px;
    }

    .wrapper-segment-QbXjd .company-overview-iQZbY .academy-track-ujmOq .image-showcase-cltQo {
        position: static;
        min-height: unset;
        height: 240px;
        filter: brightness(0.7);
        margin-bottom: 10px;
    }

    .wrapper-segment-QbXjd .company-overview-iQZbY h2 {
        font-size: 21px;
    }

    .wrapper-segment-QbXjd .company-overview-iQZbY p {
        font-size: 14px;
    }
}
footer {
    background: rgb(135,142,205);
    color: #ffffff;
    font-family: Merriweather, sans-serif;
}
footer .footer {
    padding: 50px 20px;
    background: rgb(135,142,205);
    border-top: 5px solid rgb(185,187,223);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
footer .main-skill-fCgoz svg, footer .main-skill-fCgoz svg path{
    fill: rgb(185,187,223);
}
footer .head-pagewrap-VeIBn a {
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    padding: 10px 20px;
    margin: 5px 0;
    display: inline-block;
    background: rgb(135,142,205);
    border-radius: 10px;
    transition: background 0.3s, transform 0.3s;
}
footer .head-pagewrap-VeIBn a:hover {
    background: rgb(185,187,223);
    transform: scale(1.05);
}
footer .project-ref-xUzAZ {
    background: rgba(0, 0, 0, 0.5);
    padding: 15px 20px;
    text-align: center;
}
footer .login-footer-dhpug {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
footer .main-skill-fCgoz svg, footer .main-skill-fCgoz img {
    height: 100px;
    width: 100px;
    margin-right: 15px;
}
footer .header-tutor-YNelm {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
footer .head-pagewrap-VeIBn a {
    font-size: 13px;
    margin: 5px;
}
footer .class-guide-FkJbt {
    color: #ffffff;
    font-size: 16px;
}
footer .class-guide-FkJbt a {
    color: #ffffff;
    text-decoration: underline;
    transition: color 0.3s;
}
footer .class-guide-FkJbt a:hover {
    color: rgb(185,187,223);
}
@media only screen and (max-width: 1200px) {
    footer .login-footer-dhpug {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    footer .header-tutor-YNelm {
        flex-direction: column;
        margin-top: 15px;
    }
}
@media only screen and (max-width: 800px) {
    footer .footer {
        padding: 30px 10px;
    }
    footer .header-tutor-YNelm {
        flex-direction: column;
    }
    footer .head-pagewrap-VeIBn a {
        padding: 8px 15px;
        font-size: 16px;
    }
    footer .main-skill-fCgoz svg, footer .main-skill-fCgoz img {
        height: 80px;
        width: 80px;
    }
}
.wrapper-segment-QbXjd footer .footer {
    padding: 40px 0;
}
.wrapper-segment-QbXjd footer .login-footer-dhpug {
    flex-direction: column;
    align-items: center;
    min-height: 100px;
    justify-content: center;
    padding: 20px;
}
.wrapper-segment-QbXjd footer .header-tutor-YNelm {
    flex-direction: row;
    justify-content: center;
}
.wrapper-segment-QbXjd footer .head-pagewrap-VeIBn a {
    margin: 0;
    padding: 5px 20px;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    transition: background 0.3s;
}
.wrapper-segment-QbXjd footer .head-pagewrap-VeIBn a:hover {
    background: rgb(185,187,223,0.5);
}
.wrapper-segment-QbXjd footer .project-ref-xUzAZ {
    background: rgba(0, 0, 0, 0.5);
    padding-top: 10px;
    padding-bottom: 10px;
}
.wrapper-segment-QbXjd footer .class-guide-FkJbt {
    text-align: center;
}
.wrapper-segment-QbXjd footer .main-skill-fCgoz {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
    border-bottom: 3px solid rgb(185,187,223);
    margin-bottom: 20px;
}
.wrapper-segment-QbXjd footer .main-skill-fCgoz svg, .wrapper-segment-QbXjd footer .main-skill-fCgoz svg path, .wrapper-segment-QbXjd footer .main-skill-fCgoz img {
    margin: 0;
    fill: #ffffff;
}
@media only screen and (max-width: 1200px) {
    .wrapper-segment-QbXjd footer .main-skill-fCgoz {
        width: 100%;
    }
}
@media only screen and (max-width: 800px) {
    .wrapper-segment-QbXjd footer .header-tutor-YNelm {
        flex-direction: column;
        text-align: left;
        align-items: center;
        justify-content: center;
    }
    .wrapper-segment-QbXjd footer .head-pagewrap-VeIBn a {
        margin-bottom: 5px;
        font-size: 16px;
    }
    .wrapper-segment-QbXjd footer .login-footer-dhpug {
        padding: 10px;
    }
    .wrapper-segment-QbXjd footer .class-guide-FkJbt {
        text-align: center;
    }
    .wrapper-segment-QbXjd footer .class-guide-FkJbt a {
        display: block;
        margin-top: 5px;
    }
}
.benefits-summary-ZbDYu .class-advantages-lhqaj h2 {
    color: rgb(135,142,205);
}

.benefits-summary-ZbDYu .career-upsides-GfpzA svg, .benefits-summary-ZbDYu .career-upsides-GfpzA svg path {
    fill: rgb(185,187,223);
}

.benefits-summary-ZbDYu .career-upsides-GfpzA p {
    color: #000000;
}

.benefits-summary-ZbDYu .career-upsides-GfpzA b {
    color: rgb(185,187,223);
}

.benefits-summary-ZbDYu {
    padding-top: 80px;
    padding-bottom: 80px;
}

.benefits-summary-ZbDYu .gain-pro-MzGmR {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.benefits-summary-ZbDYu .class-advantages-lhqaj {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.benefits-summary-ZbDYu .class-advantages-lhqaj h2 {
    text-align: center;
    margin-bottom: 48px;
    font-size: 32px;
    font-weight: 600;
}

.benefits-summary-ZbDYu .class-advantages-lhqaj h4 {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}

.benefits-summary-ZbDYu .study-edges-MhkWR {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 20px;
}

.benefits-summary-ZbDYu .career-upsides-GfpzA {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 200px;
    width: 25%;
    padding: 10px;
}

.benefits-summary-ZbDYu .career-upsides-GfpzA svg, .benefits-summary-ZbDYu .career-upsides-GfpzA img {
    width: 128px;
    height: 128px;
}

@media only screen and (max-width: 1200px) {
    .wrapper-segment-QbXjd .benefits-summary-ZbDYu .gain-pro-MzGmR {
        justify-content: center;
    }
    .wrapper-segment-QbXjd .benefits-summary-ZbDYu .gain-pro-MzGmR .career-upsides-GfpzA {
        width: calc(50% - 20px);
        margin: 10px;
    }
}

@media only screen and (max-width: 800px) {
    .benefits-summary-ZbDYu .class-advantages-lhqaj h2 {
        font-size: 30px;
    }

    .benefits-summary-ZbDYu .gain-pro-MzGmR {
        flex-direction: column;
    }

    .benefits-summary-ZbDYu {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .wrapper-segment-QbXjd .benefits-summary-ZbDYu .gain-pro-MzGmR .career-upsides-GfpzA {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}

.wrapper-segment-QbXjd .benefits-summary-ZbDYu {
    background: linear-gradient(135deg, rgb(135,142,205) 0%, rgb(185,187,223,0.5) 100%);
    padding: 80px 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.wrapper-segment-QbXjd .benefits-summary-ZbDYu .class-advantages-lhqaj {
    align-items: center;
    text-align: center;
    color: #000000;
    font-family: Merriweather, sans-serif;
}

.wrapper-segment-QbXjd .benefits-summary-ZbDYu .class-advantages-lhqaj h2 {
    font-size: 32px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 36px;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 2px solid rgb(185,187,223);
    background: linear-gradient(to right, rgb(135,142,205) 0%, rgb(185,187,223,0.5) 100%);
    -webkit-background-clip: text;
    color: transparent;
    text-shadow: #ffffff 1px 1px;
}

.wrapper-segment-QbXjd .benefits-summary-ZbDYu .study-edges-MhkWR {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 20px;
    padding: 0 20px;
    line-height: 1.6;
    text-shadow: var(--white-color_opacity) 1px 1px;
}

.wrapper-segment-QbXjd .benefits-summary-ZbDYu .gain-pro-MzGmR {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.wrapper-segment-QbXjd .benefits-summary-ZbDYu .career-upsides-GfpzA {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: calc(25% - 20px);
}

.wrapper-segment-QbXjd .benefits-summary-ZbDYu .career-upsides-GfpzA:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.wrapper-segment-QbXjd .benefits-summary-ZbDYu .pro-extra-hBTjg {
    width: 128px;
    height: 128px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    background: linear-gradient(135deg, rgb(185,187,223) 0%, rgb(135,142,205) 100%);
    border-radius: 50%;
    position: relative;
}

.wrapper-segment-QbXjd .benefits-summary-ZbDYu .pro-extra-hBTjg img, .wrapper-segment-QbXjd .benefits-summary-ZbDYu .pro-extra-hBTjg svg {
    width: 80px;
    height: 80px;
    z-index: 2;
}

.wrapper-segment-QbXjd .benefits-summary-ZbDYu .pro-extra-hBTjg::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid rgb(185,187,223,0.5);
    z-index: 1;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.7;
    }
}

.wrapper-segment-QbXjd .benefits-summary-ZbDYu .career-upsides-GfpzA h4 {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    margin-top: 15px;
    text-align: center;
}

@media (max-width: 1200px) {
    .wrapper-segment-QbXjd .benefits-summary-ZbDYu .career-upsides-GfpzA {
        width: calc(50% - 20px);
    }
}

@media (max-width: 800px) {
    .wrapper-segment-QbXjd .benefits-summary-ZbDYu {
        padding: 50px 10px;
    }

    .wrapper-segment-QbXjd .benefits-summary-ZbDYu .class-advantages-lhqaj h2 {
        font-size: 41px;
    }

    .wrapper-segment-QbXjd .benefits-summary-ZbDYu .gain-pro-MzGmR {
        flex-direction: column;
        align-items: center;
    }

    .wrapper-segment-QbXjd .benefits-summary-ZbDYu .career-upsides-GfpzA {
        width: 100%;
    }
}.newsletter-XeALt {
    padding-bottom: 80px;
    padding-top: 80px;
    position: relative;
}

.newsletter-XeALt .academy-track-ujmOq {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.newsletter-XeALt input {
    padding: 12px;
    background: #ffffff;
    outline: none;
    border: 1px solid rgb(135,142,205,0.5);
    margin-right: 10px;
    min-width: 200px;
}

.newsletter-XeALt h2 {
    margin-bottom: 20px;
    text-align: center;
}

.newsletter-XeALt .connect-panel-uHDgf {
    background: rgb(135,142,205);
    color: #ffffff;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    flex-shrink: 0;
}

.newsletter-XeALt .input_holder {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 800px) {
    .newsletter-XeALt .academy-track-ujmOq {
        flex-direction: column;
    }

    .newsletter-XeALt {
        padding: 30px 20px;
    }

    .newsletter-XeALt input {
        min-width: unset;
    }

    .newsletter-XeALt .connect-panel-uHDgf {
        flex-shrink: unset;
    }

    .newsletter-XeALt .input_holder {
        flex-direction: column;
        width: 100%;
    }

    .newsletter-XeALt input {
        margin: 0;
        margin-bottom: 10px;
        width: 100%;
    }

    .wrapper-segment-QbXjd .newsletter-XeALt .academy-track-ujmOq h2 {
        font-size: 20px;
    }
}

.wrapper-segment-QbXjd .newsletter-XeALt {
    position: relative;
    background: rgb(221,231,242);
    padding: 60px 20px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
}

.wrapper-segment-QbXjd .newsletter-XeALt:hover {
    background: linear-gradient(135deg, rgb(185,187,223) 0%, rgb(135,142,205) 100%);
}

.wrapper-segment-QbXjd .newsletter-XeALt::before {
    content: "";
    display: block;
    width: 150%;
    height: 150%;
    background: rgb(185,187,223,0.5);
    position: absolute;
    top: -25%;
    left: -25%;
    border-radius: 50%;
    z-index: 0;
    transition: transform 0.5s ease;
}

.wrapper-segment-QbXjd .newsletter-XeALt:hover::before {
    transform: scale(1.1);
}

.wrapper-segment-QbXjd .newsletter-XeALt .container {
    position: relative;
    z-index: 1;
}

.wrapper-segment-QbXjd .newsletter-XeALt .academy-track-ujmOq {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #ffffff;
    padding: 50px;
    border-radius: 17px;
    max-width: 900px;
    margin: 0 auto;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease;
    opacity: 0.9;
}

.wrapper-segment-QbXjd .newsletter-XeALt:hover .academy-track-ujmOq {
    opacity: 1;
}

.wrapper-segment-QbXjd .newsletter-XeALt h2 {
    color: #000000;
    font-size: 33px;
    font-family: Merriweather, sans-serif;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 1.5px;
    transition: color 0.3s ease;
}

.wrapper-segment-QbXjd .newsletter-XeALt:hover h2 {
    color: rgb(185,187,223);
}

.wrapper-segment-QbXjd .newsletter-XeALt .input_holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 15px;
}

.wrapper-segment-QbXjd .newsletter-XeALt input[type="email"] {
    flex: 1;
    padding: 15px 25px;
    border: 1px solid rgb(135,142,205,0.5);
    border-radius: 17px;
    background: #ffffff;
    color: #000000;
    font-family: Merriweather, sans-serif;
    font-size: 16px;
    outline: none;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.wrapper-segment-QbXjd .newsletter-XeALt input[type="email"]:focus {
    border-color: rgb(185,187,223);
    box-shadow: 0 0 15px rgb(185,187,223,0.5);
    transform: scale(1.02);
}

.wrapper-segment-QbXjd .newsletter-XeALt .email-entry-QwWyJ {
    background: rgb(135,142,205);
    color: #ffffff;
    border: none;
    padding: 15px 30px;
    border-radius: 17px;
    font-size: 17px;
    font-family: Merriweather, sans-serif;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.wrapper-segment-QbXjd .newsletter-XeALt .email-entry-QwWyJ:hover {
    background: rgb(185,187,223);
    transform: translateY(-5px);
}

@media only screen and (max-width: 800px) {
    .wrapper-segment-QbXjd .newsletter-XeALt {
        padding: 30px 15px;
    }

    .wrapper-segment-QbXjd .newsletter-XeALt .academy-track-ujmOq {
        padding: 40px;
    }

    .wrapper-segment-QbXjd .newsletter-XeALt .input_holder {
        flex-direction: column;
    }

    .wrapper-segment-QbXjd .newsletter-XeALt h2 {
        margin-bottom: 20px;
        padding: 0 10px;
    }

    .wrapper-segment-QbXjd .newsletter-XeALt input {
        margin: 0;
        margin-bottom: 20px;
        width: 100%;
    }
}.mentorship-experience-jPxTW {
    padding: 8vh 0;
    background: linear-gradient(135deg, rgb(135,142,205), rgb(135,142,205,0.5));
    font-family: Merriweather, sans-serif;
    position: relative;
    overflow: hidden;
}
.mentorship-experience-jPxTW::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at top right, rgb(185,187,223,0.5), transparent);
    z-index: 0;
}
.mentorship-experience-jPxTW .learner-quotes-KIkQT {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    max-width: 90vw;
    margin: 0 auto;
    text-align: center;
    background: radial-gradient(circle, rgb(135,142,205), rgba(0, 0, 0, 0.5));
    padding: 2vw;
    border: 2px solid rgb(185,187,223);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}
.mentorship-experience-jPxTW .learner-quotes-KIkQT .image-showcase-cltQo {
    height: 30vh;
    width: 30vh;
    border: 5px solid rgb(185,187,223);
    border-radius: 50%;
    box-shadow: 0 4px 15px rgb(185,187,223,0.5);
    background: linear-gradient(to bottom, rgb(185,187,223,0.5), transparent), url('$variable_for_links$<?php echo $arData["img"];?>') no-repeat;
    background-size: cover;
    background-position: center;
    margin: 2vh 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mentorship-experience-jPxTW .experience-ZHYQc {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 2vw;
    background: linear-gradient(135deg, rgb(135,142,205), rgb(135,142,205,0.5));
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    border: 2px solid rgb(185,187,223);
    margin: 2vh 0;
    transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease;
    position: relative;
}

.mentorship-experience-jPxTW .experience-ZHYQc .name {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 1vh;
    transition: color 0.3s ease;
}
.mentorship-experience-jPxTW .experience-ZHYQc .career-progress-FyHIm {
    font-size: 24px;
    font-weight: 400;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.mentorship-experience-jPxTW .worker_info {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    background: linear-gradient(135deg, rgb(135,142,205), rgba(0, 0, 0, 0.5));
    color: #000000;
    padding: 2vw;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    border: 2px solid rgb(185,187,223);
    transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease;
    position: relative;
}
.mentorship-experience-jPxTW .worker_info .work-area-XscSQ {
    font-weight: 300;
    padding: 1vh 2vw;
    transition: color 0.3s ease;
    text-align: left;
}
.mentorship-experience-jPxTW .worker_info .career-explore-fXvwV {
    font-size: 13px;
    text-align: left;
    padding: 1vh 2vw;
    border-top: 1px solid rgb(185,187,223);
    border-bottom: 1px solid rgb(185,187,223);
    transition: background 0.3s ease, border-color 0.3s ease;
}
.mentorship-experience-jPxTW .learner-quotes-KIkQT .image-showcase-cltQo,
.mentorship-experience-jPxTW .experience-ZHYQc,
.mentorship-experience-jPxTW .worker_info {
    animation: fadeInUp 0.5s ease-out both;
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
@media only screen and (max-width: 800px) {
    .mentorship-experience-jPxTW .learner-quotes-KIkQT {
        flex-direction: column;
    }
    .mentorship-experience-jPxTW .learner-quotes-KIkQT .image-showcase-cltQo {
        height: 30vh;
        width: 30vh;
    }
    .mentorship-experience-jPxTW .experience-ZHYQc,
    .mentorship-experience-jPxTW .worker_info {
        width: 100%;
        flex-direction: column;
        padding: 4vw;
        margin: 2vh 0;
        align-items: center;
    }
    .mentorship-experience-jPxTW .experience-ZHYQc .name,
    .mentorship-experience-jPxTW .experience-ZHYQc .career-progress-FyHIm,
    .mentorship-experience-jPxTW .worker_info .work-area-XscSQ,
    .mentorship-experience-jPxTW .worker_info .career-explore-fXvwV {
        text-align: center;
    }
}
.course-program-jFmWd {
    padding-top: 80px;
    padding-bottom: 80px;
}
.course-program-jFmWd h2 {
    color: rgb(135,142,205);
}
.course-program-jFmWd .head-core-NWLag {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 16px 48px rgb(0 0 0 / 18%);
}
.course-program-jFmWd h3 {
    color: rgb(185,187,223);
}
.course-program-jFmWd p {
    color: #000000;
}
.course-program-jFmWd .connect-panel-uHDgf {
    background: rgb(135,142,205);
    color:  #ffffff;
    margin-top: 30px;
    width: fit-content;
}
.course-program-jFmWd .connect-panel-uHDgf:hover {
    background: rgb(185,187,223);
}

.course-program-jFmWd .academy-track-ujmOq {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.course-program-jFmWd .knowledge-TUrWR {
    display: flex;
    justify-content: center;
    align-items: center;
}
.course-program-jFmWd .education-map-QucTS {
    padding: 12px;
    max-width: 100%;
}
.course-program-jFmWd .head-core-NWLag {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
}
.course-program-jFmWd .text-holder-wrap-sdDUP {
    display: flex;
    flex-direction: column;
    align-items: center;

}
.course-program-jFmWd h2 {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 32px;
}
.course-program-jFmWd .image-showcase-cltQo {
    height: 500px;
    width: calc(100% - 60px);
    margin-top: 30px;
}
.course-program-jFmWd .text-holder-wrap-sdDUP {
    padding: 30px;
}
.course-program-jFmWd h3 {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 16px;
    text-align: center;
}
.course-program-jFmWd p {
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    text-align: center;
}
.course-program-jFmWd .connect-panel-uHDgf {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 400;
    padding: 15px 25px;
    text-decoration: none;
}

@media only screen and (max-width: 600px)  {
    .course-program-jFmWd .knowledge-TUrWR {
        flex-direction: column;
    }
    .course-program-jFmWd h2 {
        font-size: 30px;
    }
    .course-program-jFmWd h3 {
        font-size: 26px;
    }
    .course-program-jFmWd .education-map-QucTS {
        max-width: unset;
        width: 100%;
    }
    .course-program-jFmWd {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.wrapper-segment-QbXjd .course-program-jFmWd .knowledge-TUrWR .education-map-QucTS {
    background: none;
}
.wrapper-segment-QbXjd .course-program-jFmWd .knowledge-TUrWR .education-map-QucTS .content{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    box-shadow: none;
    border-radius: 0;
    align-items: stretch;
}
.wrapper-segment-QbXjd .course-program-jFmWd .image-showcase-cltQo {
    width: calc(50% - 20px);
    border: 2px solid rgb(135,142,205);
    height: auto;
    margin: 0;
}
.wrapper-segment-QbXjd .course-program-jFmWd .text-holder-wrap-sdDUP {
    width: calc(50% - 20px);
    background: rgb(221,231,242);
    border: 2px solid rgb(135,142,205);
    justify-content: center;

}
.wrapper-segment-QbXjd .course-program-jFmWd h3 {
    text-align: center;
    margin-bottom: 30px;
}
.wrapper-segment-QbXjd .course-program-jFmWd .connect-panel-uHDgf {
    margin-top: 40px;
}
.wrapper-segment-QbXjd .course-program-jFmWd p, .wrapper-segment-QbXjd .course-program-jFmWd h3 {
    text-align: center;
}
@media only screen and (max-width: 800px)  {
    .wrapper-segment-QbXjd .course-program-jFmWd .knowledge-TUrWR .education-map-QucTS .head-core-NWLag {
        flex-direction: column;
    }
    .wrapper-segment-QbXjd .course-program-jFmWd .image-showcase-cltQo {
        width: 100%;
        height: 300px;
        margin-bottom: 20px;
    }
    .wrapper-segment-QbXjd .course-program-jFmWd .text-holder-wrap-sdDUP {
        width: 100%;
    }
}.confidential-cove-DlEoC {
    padding: 40px;
    width: 100%;
    overflow: hidden;
    height: 100%;
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease-in-out;
}

.confidential-cove-DlEoC:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
}

.confidential-cove-DlEoC h1 {
    margin-top: 40px;
    margin-bottom: 30px;
    font-size: 47px;
    color: rgb(185,187,223);
    font-weight: 700;
    border-bottom: 2px solid rgb(135,142,205);
    padding-bottom: 10px;
}

.confidential-cove-DlEoC h2 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 31px;
    color: rgb(135,142,205);
    font-weight: 600;
    border-bottom: 1px solid rgb(135,142,205,0.5);
    padding-bottom: 8px;
}

.confidential-cove-DlEoC h3, .confidential-cove-DlEoC h4, .confidential-cove-DlEoC h5, .confidential-cove-DlEoC h6 {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 21px;
    color: rgb(185,187,223,0.5);
    font-weight: 400;
}

.confidential-cove-DlEoC ul, .confidential-cove-DlEoC ol {
    list-style-position: inside;
    padding-left: 0;
    padding: 20px 0;
    border-left: 3px solid rgb(185,187,223);
    margin: 20px 0;
}

.confidential-cove-DlEoC li {
    margin-bottom: 15px;
    color: #000000;
    font-size: 15px;
    padding-left: 10px;
    line-height: 1.6;
}

.confidential-cove-DlEoC section {
    background: rgb(221,231,242);
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.confidential-cove-DlEoC p, .confidential-cove-DlEoC span, .confidential-cove-DlEoC div {
    line-height: 1.8;
    margin-bottom: 15px;
    font-size: 15px;
    color: #000000;
    font-family: Merriweather, sans-serif;
}

.confidential-cove-DlEoC p {
    text-align: justify;
}

.confidential-cove-DlEoC a {
    color: rgb(185,187,223);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease-in-out;
}

.confidential-cove-DlEoC a:hover {
    color: rgb(135,142,205);
    text-decoration: underline;
}

@media only screen and (max-width: 800px) {
    .confidential-cove-DlEoC {
        padding: 30px 15px;
    }

    .confidential-cove-DlEoC h1 {
        font-size: calc(21px - 10px);
    }

    .confidential-cove-DlEoC h2 {
        font-size: calc(21px - 5px);
    }

    .confidential-cove-DlEoC ul, .confidential-cove-DlEoC ol {
        padding-left: 10px;
    }

    .confidential-cove-DlEoC li {
        font-size: calc(15px - 2px);
    }
}