* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}.affiliate-cta-lSiy {
    flex: 0 0 auto;
}.top-sitebar-pPIz {
    flex: 1 0 auto;
}html,body {
    height: 100%;
    font-family: Arial, sans-serif;
    min-height: 100%;
    scroll-behavior: auto;
    color: #000000;
}header,footer {
    width: 100%;
}.wrapper-border-XIwW {
    min-height: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}a {
    color: inherit;
    text-decoration: none;
}svg {
    height: 30px;
    width: 30px;
}.container {
    width: 1238px;
    max-width: 100%;
    margin: auto;
}

@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.cookie-banner-dialog-TkKH {
    background: rgb(222,223,238);
    max-width: 600px;
    border-radius: 30px;
    padding: 20px;
    width: 90%;
    transform: translateX(-50%);
    z-index: 1050;
    position: fixed;
    left: 50%;
    text-align: center;
    display: flex;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    align-items: center;
    overflow: hidden;
    bottom: 20px;
    font-family: Arial, sans-serif;
    flex-direction: column;
}.cookie-eductrl-MkuR {
    flex-direction: column;
    z-index: 1;
    display: flex;
    align-items: center;
}.cookies-terms-NkUO {
    animation: bounce 2s infinite;
    margin-bottom: 20px;
}.cookies-terms-NkUO svg, .cookies-terms-NkUO svg path, .cookies-terms-NkUO img {
    fill: rgb(189,194,216);
    height: 80px;
    width: 80px;
}@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-15px);
    }
    60% {
        transform: translateY(-10px);
    }
}
.cookie-banner-dialog-TkKH h5 {
    margin-bottom: 10px;
    color: rgb(189,194,216);
    font-weight: 700;
    font-size: 20px;
}.cookie-banner-dialog-TkKH p {
    font-size: 15px;
    color: #000000;
    margin-bottom: 20px;
}.edu-track-Zqas {
    font-size: 18px;
    padding: 10px 20px;
    width: calc(50% - 10px);
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
    text-align: center;
    color: #ffffff;
    display: inline-block;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    background: rgb(189,194,216);
    cursor: pointer;
    text-decoration: none;
    margin: 5px;
    border-radius: 10px;
}.edu-track-Zqas:hover {
    background: rgb(155,160,190);
    transform: translateY(-3px);
}.cookie_button.cookie-guide-uZAi {
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.cookie-guide-uZAi:hover {
    background: rgb(155,160,190,0.5);
}.cookie-banner-dialog-TkKH p a {
    text-decoration: underline;
    transition: color 0.3s ease-in-out;
    color: rgb(189,194,216);
}.cookie-banner-dialog-TkKH p a:hover {
    color: rgb(155,160,190);
}
@media only screen and (max-width: 600px) {.cookie-banner-dialog-TkKH {
    bottom: 0;
    width: 100%;
    border-radius: 0;
    transform: none;
    left: 0;
}.cookie-eductrl-MkuR {
    padding: 15px;
}.cookies-terms-NkUO svg {
    height: 50px;
    width: 50px;
}.cookie-banner-dialog-TkKH h5 {
    font-size: calc(20px - 2px);
}.cookie-banner-dialog-TkKH p {
    font-size: calc(15px - 2px);
}.edu-track-Zqas {
    padding: 8px 16px;
    width: calc(100% - 10px);
    font-size: calc(18px - 2px);
}}
#cookiePolicyWindow-fRLV {
    display: none;
}#cookiePolicyWindow-fRLV:checked ~ .cookie-banner-dialog-TkKH {
    visibility: hidden;
    opacity: 0;
}.program-information-NDrV {
    align-items: stretch;
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    min-height: 100vh;
    display: flex;
}.program-information-NDrV::before {
    position: absolute;
    left: 0;
    z-index: 2;
    top: 0;
    pointer-events: none;
    background: radial-gradient(circle at center, rgba(255,255,255,0.1) 0%, rgb(222,223,238) 90%);
    content: '';
    width: 100%;
    height: 100%;
}.program-information-NDrV .new-skills-KORB {
    right: 0;
    top: 0;
    width: 55%;
    height: 100%;
    position: absolute;
    z-index: 1;
}.program-information-NDrV .study-hack-enmZ {
    height: 500%;
    width: 100%;
    display: flex;
    flex-direction: column;
    animation: carousel-vertical 25s ease infinite;
}.program-information-NDrV .new-skills-KORB:hover .study-hack-enmZ {
    animation-play-state: paused;
}.program-information-NDrV .lesson-map-uwRm {
    position: relative;
    height: 20%;
    width: 100%;
}.program-information-NDrV .lesson-map-uwRm::before {
    top: 0;
    height: 100%;
    z-index: 2;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.1) 0%, transparent 30%);
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
}.program-information-NDrV .lesson-map-uwRm img {
    object-fit: cover;
    height: 100%;
    transform: scale(1.05);
    filter: brightness(1.2) contrast(1.15) saturate(1.15) opacity(0.95);
    transition: transform 0.8s ease;
    width: 100%;
}.program-information-NDrV .lesson-map-uwRm:hover img {
    transform: scale(1.1);
}.program-information-NDrV .container {
    display: flex;
    position: relative;
    z-index: 5;
    width: 100%;
    padding: 0;
    align-items: center;
}.program-information-NDrV .why-mission-TqOW {
    flex-direction: column;
    padding-left: 8%;
    display: flex;
    width: 45%;
    justify-content: center;
}.program-information-NDrV .education-path-dfLe {
    border-radius: 0 26px 26px 0;
    background: linear-gradient(135deg, #ffffff 0%, rgb(222,223,238) 100%);
    position: relative;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
    max-width: 550px;
    border-left: 5px solid rgb(189,194,216);
    padding: 3.5rem;
}.program-information-NDrV .education-path-dfLe::before {
    right: 20px;
    border-left: none;
    top: 20px;
    border: 1px solid rgb(155,160,190,0.5);
    position: absolute;
    bottom: 20px;
    content: '';
    pointer-events: none;
    left: 20px;
    border-radius: 0 10px 10px 0;
}.program-information-NDrV .education-path-dfLe h3 {
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 15px;
    color: rgb(189,194,216);
    font-size: 39px;
    font-weight: 700;
}.program-information-NDrV .education-path-dfLe h3::after {
    position: absolute;
    bottom: 0;
    content: '';
    left: 0;
    width: 80px;
    height: 3px;
    background: rgb(155,160,190);
}.program-information-NDrV .education-path-dfLe p {
    line-height: 1.8;
    margin-bottom: 2.5rem;
    font-size: 15px;
    color: #000000;
}.program-information-NDrV .education-path-dfLe .query-map-iCNb {
    position: relative;
    overflow: hidden;
    font-size: 17px;
    z-index: 1;
    transition: all 0.3s ease;
    padding: 1.2rem 2.5rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    color: #ffffff;
    background: linear-gradient(45deg, rgb(189,194,216) 0%, rgb(155,160,190) 100%);
}.program-information-NDrV .education-path-dfLe .query-map-iCNb::before {
    left: 0;
    top: 0;
    opacity: 0;
    height: 100%;
    transition: opacity 0.3s ease;
    position: absolute;
    background: linear-gradient(45deg, rgb(155,160,190) 0%, rgb(189,194,216) 100%);
    width: 100%;
    z-index: -1;
    content: '';
}.program-information-NDrV .education-path-dfLe .query-map-iCNb:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}.program-information-NDrV .education-path-dfLe .query-map-iCNb:hover::before {
    opacity: 1;
}

@keyframes carousel-vertical {
    0%, 16% {
        transform: translateY(0);
    }
    20%, 36% {
        transform: translateY(-20%);
    }
    40%, 56% {
        transform: translateY(-40%);
    }
    60%, 76% {
        transform: translateY(-60%);
    }
    80%, 96% {
        transform: translateY(-80%);
    }
    100% {
        transform: translateY(0);
    }
}

@media screen and (min-width: 1440px) {.program-information-NDrV .why-mission-TqOW {
    padding-left: 10%;
}.program-information-NDrV .education-path-dfLe {
    max-width: 650px;
}
}

@media screen and (max-width: 1200px) {.program-information-NDrV .new-skills-KORB {
    width: 50%;
}.program-information-NDrV .why-mission-TqOW {
    padding-left: 5%;
    width: 50%;
}.program-information-NDrV .education-path-dfLe {
    padding: 2.5rem;
}
}

@media screen and (max-width: 992px) {.program-information-NDrV {
    min-height: auto;
    flex-direction: column;
}.program-information-NDrV .new-skills-KORB {
    height: 400px;
    width: 100%;
    position: relative;
}.program-information-NDrV .study-hack-enmZ {
    height: 100%;
    flex-direction: row;
    width: 500%;
    animation: carousel-horizontal 25s ease infinite;
}.program-information-NDrV .lesson-map-uwRm {
    width: 20%;
    height: 100%;
}.program-information-NDrV .lesson-map-uwRm::before {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, transparent 30%);
}.program-information-NDrV .container {
    padding: 3rem 1rem;
}.program-information-NDrV .why-mission-TqOW {
    padding-left: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 800px;
}.program-information-NDrV .education-path-dfLe {
    border-left: none;
    border-radius: 26px;
    max-width: 100%;
    border-top: 5px solid rgb(189,194,216);
}.program-information-NDrV .education-path-dfLe::before {
    top: 20px;
    border-radius: 10px;
    bottom: 20px;
    right: 20px;
    left: 20px;
    border-top: none;
    border: 1px solid rgb(155,160,190,0.5);
}
}

@media screen and (max-width: 768px) {.program-information-NDrV .new-skills-KORB {
    height: 350px;
}.program-information-NDrV .container {
    padding: 2.5rem 1rem;
}.program-information-NDrV .education-path-dfLe {
    padding: 2rem;
}.program-information-NDrV .education-path-dfLe h3 {
    font-size: calc(39px * 0.8);
}

}

@media screen and (max-width: 576px) {.program-information-NDrV .new-skills-KORB {
    height: 300px;
}.program-information-NDrV .container {
    padding: 2rem 1rem;
}.program-information-NDrV .education-path-dfLe {
    padding: 1.5rem;
}.program-information-NDrV .education-path-dfLe h3 {
    font-size: calc(39px * 0.7);
}.program-information-NDrV .education-path-dfLe p {
    font-size: calc(15px * 0.9);
    margin-bottom: 2rem;
}.program-information-NDrV .education-path-dfLe .query-map-iCNb {
    width: 100%;
    text-align: center;
    padding: 1rem;
}.program-information-NDrV .education-path-dfLe::before {
    display: none;
}}

@keyframes carousel-horizontal {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(-20%);
    }
    40%, 56% {
        transform: translateX(-40%);
    }
    60%, 76% {
        transform: translateX(-60%);
    }
    80%, 96% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}.company-overview-gech {
    padding: 150px 0;
    background: linear-gradient(135deg, rgb(189,194,216) 0%, #000000 100%);
    overflow: hidden;
    position: relative;
    color: #ffffff;
}.company-overview-gech::before {
    width: 200%;
    left: -50%;
    height: 200%;
    opacity: 0.1;
    background: repeating-conic-gradient(
        #000000 0deg 10deg,
        rgba(0, 0, 0, 0.5) 10deg 15deg
    );
    top: -50%;
    animation: rotate-slow 120s linear infinite;
    position: absolute;
    content: "";
    z-index: 1;
}.company-overview-gech::after {
    width: 100%;
    background: radial-gradient(circle at center, transparent 0%, rgba(0, 0, 0, 0.8) 70%);
    position: absolute;
    left: 0;
    content: "";
    height: 100%;
    z-index: 2;
    top: 0;
}@keyframes rotate-slow {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.company-overview-gech .container {
    z-index: 5;
    position: relative;
}.company-overview-gech h2 {
    margin-bottom: 80px;
    text-transform: uppercase;
    color: rgb(189,194,216);
    letter-spacing: 5px;
    text-align: center;
    font-weight: 700;
    font-size: 40px;
    position: relative;
}.company-overview-gech h2::before {
    transform: translateX(-50%);
    bottom: -20px;
    width: 100px;
    height: 1px;
    content: "";
    left: 50%;
    background-color: rgb(189,194,216);
    position: absolute;
}.company-overview-gech .learn-learnings-Ejdt {
    position: relative;
    flex-wrap: wrap;
    gap: 0;
    display: flex;
    justify-content: center;
}.company-overview-gech .mission-block-exML {
    position: relative;
    padding: 20px;
    flex: 0 0 50%;
    perspective: 1000px;
    overflow: hidden;
}.company-overview-gech .mission-block-exML:first-child {
    transform-origin: right center;
    animation: card-in-left 1s ease-out forwards;
}.company-overview-gech .mission-block-exML:last-child {
    animation: card-in-right 1s ease-out forwards;
    transform-origin: left center;
}@keyframes card-in-left {
    0% {
        transform: translateX(-100%) rotateY(90deg);
        opacity: 0;
    }
    100% {
        transform: translateX(0) rotateY(0);
        opacity: 1;
    }
}

@keyframes card-in-right {
    0% {
        transform: translateX(100%) rotateY(-90deg);
        opacity: 0;
    }
    100% {
        transform: translateX(0) rotateY(0);
        opacity: 1;
    }
}

.company-overview-gech .mission-block-exML h3 {
    margin: 0 0 20px 0;
    text-align: center;
    position: relative;
    font-size: 19px;
    letter-spacing: 2px;
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    font-weight: 700;
}.company-overview-gech .mission-block-exML p {
    padding: 0 40px;
    position: relative;
    color: #ffffff;
    font-size: 14px;
    opacity: 1;
    line-height: 1.8;
    margin: 0;
    text-align: center;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}.company-overview-gech .mission-block-exML::before {
    transition: transform 0.5s ease;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    transform: skewY(0deg);
    z-index: -1;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 0;
}.company-overview-gech .mission-block-exML:hover::before {
    transform: skewY(-2deg);
}.company-overview-gech .mission-block-exML::after {
    left: 0;
    background: linear-gradient(135deg, rgb(189,194,216,0.5) 0%, transparent 100%);
    z-index: -1;
    transition: opacity 0.5s ease;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    opacity: 0.1;
    top: 0;
}.company-overview-gech .mission-block-exML:hover::after {
    opacity: 0.2;
}.company-overview-gech .mission-block-exML h3::before {
    background-color: rgb(155,160,190);
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    width: 30px;
    bottom: -10px;
    height: 1px;
    content: "";
}.company-overview-gech .mission-block-exML:first-child::before {
    border-right: 1px solid rgb(189,194,216,0.5);
}.company-overview-gech .mission-block-exML:last-child::before {
    border-left: 1px solid rgb(155,160,190,0.5);
}.company-overview-gech .learn-learnings-Ejdt::before {
    z-index: 10;
    height: 40px;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 40px;
    left: 50%;
    box-shadow: 0 0 20px rgb(189,194,216,0.5);
    animation: pulse-circle 2s infinite;
    content: "";
    background-color: rgb(189,194,216);
    border-radius: 50%;
}.company-overview-gech .learn-learnings-Ejdt::after {
    border-radius: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    content: "";
    z-index: 11;
    background-color: rgb(155,160,190);
    width: 20px;
    height: 20px;
}@keyframes pulse-circle {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.3);
        opacity: 0.7;
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
}

.company-overview-gech .container::before {
    animation: float-element 10s ease-in-out infinite;
    position: absolute;
    content: "";
    top: -100px;
    width: 200px;
    border-radius: 20px;
    transform: rotate(45deg);
    border: 1px solid rgb(189,194,216,0.5);
    left: -100px;
    opacity: 0.2;
    height: 200px;
}.company-overview-gech .container::after {
    height: 200px;
    border: 1px solid rgb(155,160,190,0.5);
    animation: float-element 10s ease-in-out infinite reverse;
    position: absolute;
    content: "";
    bottom: -100px;
    transform: rotate(45deg);
    border-radius: 20px;
    opacity: 0.2;
    right: -100px;
    width: 200px;
}

@keyframes float-element {
    0%, 100% {
        transform: rotate(45deg) translate(0, 0);
    }
    50% {
        transform: rotate(60deg) translate(20px, 20px);
    }
}

@media screen and (max-width: 992px) {.company-overview-gech {
    padding: 100px 0;
}.company-overview-gech .mission-block-exML {
    padding: 40px 0;
    flex: 0 0 100%;
}.company-overview-gech .mission-block-exML:first-child {
    animation: card-in-top 1s ease-out forwards;
}.company-overview-gech .mission-block-exML:last-child {
    animation: card-in-bottom 1s ease-out forwards;
}@keyframes card-in-top {
        0% {
            transform: translateY(-100%);
            opacity: 0;
        }
        100% {
            transform: translateY(0);
            opacity: 1;
        }
    }
    
    @keyframes card-in-bottom {
        0% {
            transform: translateY(100%);
            opacity: 0;
        }
        100% {
            transform: translateY(0);
            opacity: 1;
        }
    }
    
    .company-overview-gech .learn-learnings-Ejdt::before,
    .company-overview-gech .learn-learnings-Ejdt::after {
    display: none;
}.company-overview-gech .mission-block-exML:first-child::before {
    border-right: none;
    border-bottom: 1px solid rgb(189,194,216,0.5);
}.company-overview-gech .mission-block-exML:last-child::before {
    border-top: 1px solid rgb(155,160,190,0.5);
    border-left: none;
}
}

@media screen and (max-width: 768px) {.company-overview-gech {
    padding: 80px 0;
}.company-overview-gech h2 {
    margin-bottom: 60px;
    font-size: calc(40px * 0.8);
    letter-spacing: 3px;
}.company-overview-gech .mission-block-exML h3 {
    letter-spacing: 1px;
    font-size: calc(19px * 0.9);
}.company-overview-gech .mission-block-exML p {
    padding: 0 30px;
}.company-overview-gech .container::before,
    .company-overview-gech .container::after {
    width: 150px;
    height: 150px;
}
}

@media screen and (max-width: 576px) {.company-overview-gech {
    padding: 60px 0;
}.company-overview-gech h2 {
    font-size: calc(40px * 0.7);
    letter-spacing: 2px;
    margin-bottom: 40px;
}.company-overview-gech h2::before {
    bottom: -15px;
    width: 80px;
}.company-overview-gech .mission-block-exML {
    padding: 30px 0;
}.company-overview-gech .mission-block-exML h3 {
    font-size: calc(19px * 0.85);
    margin-bottom: 15px;
}.company-overview-gech .mission-block-exML h3::before {
    width: 25px;
    bottom: -8px;
}.company-overview-gech .mission-block-exML p {
    padding: 0 20px;
    font-size: calc(14px * 0.9);
    line-height: 1.6;
}.company-overview-gech .container::before,
    .company-overview-gech .container::after {
    height: 100px;
    width: 100px;
}}.ty-block-id-Cinh {
    position: relative;
    perspective: 1000px;
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(222,223,238) 0%, rgb(222,223,238) 60%, rgba(rgb(189,194,216,0.5), 0.05) 100%);
}.ty-block-id-Cinh::before,
.ty-block-id-Cinh::after {
    content: '';
    position: absolute;
    pointer-events: none;
}.ty-block-id-Cinh::before {
    height: 70%;
    left: -10%;
    transform: rotate(-15deg) translateZ(-10px);
    opacity: 0.03;
    width: 40%;
    background: linear-gradient(45deg, rgb(189,194,216,0.5) 10%, transparent 70%);
    filter: blur(20px);
    top: -5%;
}.ty-block-id-Cinh::after {
    height: 60%;
    right: -5%;
    width: 30%;
    transform: rotate(10deg) translateZ(-5px);
    bottom: -10%;
    background: linear-gradient(135deg, rgb(155,160,190,0.5) 10%, transparent 70%);
    opacity: 0.04;
    filter: blur(15px);
}.ty-block-id-Cinh .container {
    max-width: 1200px;
    margin: 0 auto;
    transform-style: preserve-3d;
    padding: 0 2rem;
    z-index: 1;
    position: relative;
}.ty-block-id-Cinh h2 {
    max-width: 90%;
    position: relative;
    font-weight: 700;
    transform: translateZ(10px);
    text-shadow: 0 2px 4px rgba(0,0,0,0.05);
    font-size: 35px;
    color: #000000;
    margin-bottom: 3rem;
    line-height: 1.3;
}.ty-block-id-Cinh h2::after {
    height: 3px;
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    transform: translateZ(15px) scaleX(1);
    bottom: -0.8rem;
    width: 80px;
    background: linear-gradient(90deg, rgb(189,194,216) 0%, rgb(189,194,216,0.5) 100%);
    transform-origin: left;
    left: 0;
    content: '';
}.ty-block-id-Cinh .why-mission-TqOW {
    background: linear-gradient(145deg, #ffffff 0%, rgba(rgb(255, 255, 255, 0.5), 0.95) 100%);
    border-radius: 22px;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: translateZ(20px) rotateY(-2deg);
    margin: 1rem 0;
    box-shadow: 
        0 20px 30px -15px rgba(rgba(0, 0, 0, 0.5), 0.1),
        0 10px 20px -10px rgba(rgba(0, 0, 0, 0.5), 0.07);
    position: relative;
    padding: 2.5rem 3rem;
}.ty-block-id-Cinh .why-mission-TqOW::before {
    transform: translateZ(5px);
    opacity: 0.1;
    top: -10px;
    content: '';
    border-radius: 100px;
    right: -10px;
    pointer-events: none;
    left: -10px;
    border: 1px solid rgb(189,194,216,0.5);
    position: absolute;
    bottom: -10px;
}.ty-block-id-Cinh .why-mission-TqOW:hover {
    transform: translateZ(25px) rotateY(0deg);
    box-shadow: 
        0 25px 35px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
        0 15px 25px -10px rgba(rgba(0, 0, 0, 0.5), 0.1);
}.ty-block-id-Cinh ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.ty-block-id-Cinh li {
    padding-left: 0;
    position: relative;
}.ty-block-id-Cinh li::before {
    border-radius: 50%;
    left: -30px;
    opacity: 0.2;
    height: 60px;
    transform: translateZ(15px) scale(0.95);
    position: absolute;
    background: linear-gradient(135deg, rgb(189,194,216,0.5) 0%, transparent 80%);
    top: -20px;
    transition: all 0.4s ease-out;
    width: 60px;
    content: '';
}.ty-block-id-Cinh li span {
    font-family: Arial, sans-serif;
    display: block;
    text-shadow: 0 1px 1px rgba(255,255,255,0.8);
    color: #000000;
    line-height: 1.7;
    transform: translateZ(5px);
    position: relative;
    font-size: 12px;
}

@media (min-width: 992px) {.ty-block-id-Cinh {
    padding: 8rem 0;
}.ty-block-id-Cinh h2 {
    transform: translateZ(15px);
    max-width: 80%;
    font-size: calc(35px * 1.1);
}.ty-block-id-Cinh h2::after {
    width: 100px;
}.ty-block-id-Cinh .why-mission-TqOW {
    padding: 3.5rem 4rem;
    margin: 2rem 0;
}.ty-block-id-Cinh li span {
    font-size: calc(12px * 1.05);
    line-height: 1.8;
}.ty-block-id-Cinh li::before {
    height: 80px;
    width: 80px;
}
}

@media (max-width: 991px) {.ty-block-id-Cinh {
    padding: 5rem 0;
}.ty-block-id-Cinh h2 {
    font-size: calc(35px * 0.9);
    max-width: 100%;
}.ty-block-id-Cinh .why-mission-TqOW {
    padding: 2rem 2.5rem;
    transform: translateZ(10px) rotateY(-1deg);
}
}

@media (max-width: 767px) {.ty-block-id-Cinh {
    padding: 4rem 0;
}.ty-block-id-Cinh h2 {
    font-size: calc(35px * 0.8);
    margin-bottom: 2rem;
}.ty-block-id-Cinh h2::after {
    width: 60px;
    height: 2px;
}.ty-block-id-Cinh .why-mission-TqOW {
    transform: translateZ(5px) rotateY(0deg);
    padding: 1.5rem 2rem;
}.ty-block-id-Cinh li::before {
    left: -20px;
    top: -15px;
    height: 40px;
    width: 40px;
}
}

@media (max-width: 480px) {.ty-block-id-Cinh {
    padding: 3rem 0;
}.ty-block-id-Cinh .container {
    padding: 0 1.5rem;
}.ty-block-id-Cinh h2 {
    font-size: calc(35px * 0.7);
    margin-bottom: 1.5rem;
}.ty-block-id-Cinh .why-mission-TqOW {
    padding: 1.25rem 1.5rem;
    margin: 0.5rem 0;
}.ty-block-id-Cinh li span {
    font-size: calc(12px * 0.95);
    line-height: 1.6;
}}

@keyframes floatIn {
    0% {
        opacity: 0;
        transform: translateY(20px) translateZ(0px);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateZ(20px);
    }
}

.ty-block-id-Cinh .why-mission-TqOW {
    animation: floatIn 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}.contact-information-uJUA {
    background: linear-gradient(
        225deg, 
        rgb(222,223,238) 0%, 
        rgb(155,160,190,0.5) 100%
    );
    perspective: 1000px;
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
}.contact-information-uJUA::before {
    position: absolute;
    content: '';
    bottom: 0;
    top: 0;
    background: 
        repeating-linear-gradient(
            0deg, 
            rgba(255,255,255,0.02) 0, 
            rgba(255,255,255,0.02) 1px, 
            transparent 1px, 
            transparent 4px
        ),
        repeating-linear-gradient(
            90deg, 
            rgba(255,255,255,0.02) 0, 
            rgba(255,255,255,0.02) 1px, 
            transparent 1px, 
            transparent 4px
        );
    left: 0;
    pointer-events: none;
    z-index: 1;
    right: 0;
}.contact-information-uJUA::after {
    position: absolute;
    z-index: 2;
    height: 200%;
    top: -50%;
    width: 200%;
    content: '';
    opacity: 0.6;
    animation: circuit-pulse 10s infinite alternate;
    left: -50%;
    background: radial-gradient(
        circle at center, 
        rgb(189,194,216,0.5) 0%, 
        transparent 70%
    );
}.contact-information-uJUA .container {
    margin: 0 auto;
    padding: 0 1rem;
    position: relative;
    max-width: 1300px;
    z-index: 3;
}.contact-information-uJUA h2 {
    font-size: 42px;
    color: #ffffff;
    margin-bottom: 3rem;
    letter-spacing: 0.1em;
    position: relative;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}.contact-information-uJUA h2::before,
.contact-information-uJUA h2::after {
    background: linear-gradient(
        to right, 
        transparent, 
        rgb(189,194,216), 
        transparent
    );
    bottom: -0.5rem;
    height: 2px;
    position: absolute;
    content: '';
}.contact-information-uJUA h2::before {
    width: 30%;
    left: 0;
}.contact-information-uJUA h2::after {
    right: 0;
    width: 30%;
}.contact-information-uJUA .feedback-query-FMdR {
    border-radius: 24px;
    transform: rotateX(5deg) scale(0.98);
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.2),
        0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    background: rgb(155,160,190,0.5);
    display: flex;
    align-items: stretch;
    border: 1px solid rgb(189,194,216,0.5);
}.contact-information-uJUA .feedback-query-FMdR:hover {
    transform: rotateX(0) scale(1);
}.contact-information-uJUA .profile-image-NDYR {
    overflow: hidden;
    flex: 0 0 40%;
    min-height: 500px;
    position: relative;
}.contact-information-uJUA .profile-image-NDYR::before {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    content: '';
    background: linear-gradient(
        135deg, 
        rgb(189,194,216,0.5) 0%, 
        rgb(155,160,190,0.5) 100%
    );
    left: 0;
    opacity: 0.7;
    mix-blend-mode: color-dodge;
}.contact-information-uJUA .connect-box-ZiJn {
    justify-content: center;
    position: relative;
    padding: 4rem 3rem;
    display: flex;
    flex: 0 0 60%;
    flex-direction: column;
}.contact-information-uJUA .connect-box-ZiJn::before {
    animation: signal-pulse 2s infinite alternate;
    height: 10px;
    background: rgb(189,194,216);
    box-shadow: 0 0 20px rgb(189,194,216);
    content: '';
    border-radius: 50%;
    right: 2rem;
    width: 10px;
    top: 2rem;
    position: absolute;
}.contact-information-uJUA .connect-box-ZiJn form {
    z-index: 3;
    width: 100%;
    position: relative;
    margin: 0 auto;
    max-width: 500px;
}.contact-information-uJUA .connect-box-ZiJn h3 {
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 0.05em;
    text-align: center;
    font-size: 31px;
    margin-bottom: 2rem;
}.contact-information-uJUA .connect-box-ZiJn input:not([type="checkbox"]):not([type="submit"]) {
    transition: all 0.3s ease;
    color: #ffffff;
    z-index: 2;
    margin-bottom: 1.5rem;
    background: rgb(155,160,190,0.5);
    width: 100%;
    position: relative;
    border: 1px solid rgb(189,194,216,0.5);
    outline: none;
    font-size: 17px;
    border-radius: 10px;
    padding: 1rem 1.5rem;
}.contact-information-uJUA .connect-box-ZiJn input:not([type="checkbox"]):not([type="submit"])::before {
    content: '';
    position: absolute;
    transition: opacity 0.3s ease;
    left: 0;
    z-index: 1;
    opacity: 0;
    height: 100%;
    top: 0;
    background: linear-gradient(
        45deg, 
        transparent 0%, 
        rgb(189,194,216,0.5) 100%
    );
    width: 100%;
}.contact-information-uJUA .connect-box-ZiJn input:not([type="checkbox"]):not([type="submit"]):focus {
    border-color: rgb(189,194,216);
    box-shadow: 0 0 15px rgb(189,194,216,0.5);
}.contact-information-uJUA .connect-box-ZiJn input:not([type="checkbox"]):not([type="submit"]):focus::before {
    opacity: 1;
}.contact-information-uJUA .connect-box-ZiJn .reach-list-XVQu {
    align-items: center;
    margin-bottom: 1.5rem;
    display: flex;
}.contact-information-uJUA .connect-box-ZiJn .reach-list-XVQu input[type="checkbox"] {
    border: 2px solid rgb(189,194,216,0.5);
    appearance: none;
    position: relative;
    cursor: pointer;
    height: 22px;
    margin-right: 1rem;
    border-radius: 10px;
    background: rgb(155,160,190,0.5);
    width: 22px;
    transition: all 0.3s ease;
}.contact-information-uJUA .connect-box-ZiJn .reach-list-XVQu input[type="checkbox"]:checked {
    background: rgb(189,194,216);
    border-color: rgb(189,194,216);
}.contact-information-uJUA .connect-box-ZiJn .reach-list-XVQu input[type="checkbox"]:checked::after {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    color: #ffffff;
    font-size: 0.8rem;
    content: '✔';
}.contact-information-uJUA .connect-box-ZiJn .reach-list-XVQu label {
    color: #ffffff;
    font-size: 17px;
    display: flex;
    align-items: center;
}.contact-information-uJUA .connect-box-ZiJn .reach-list-XVQu a {
    margin-left: 0.3rem;
    color: rgb(189,194,216);
    text-decoration: none;
    transition: color 0.3s ease;
}.contact-information-uJUA .connect-box-ZiJn .reach-list-XVQu a:hover {
    text-decoration: underline;
}.contact-information-uJUA .connect-box-ZiJn .query-map-iCNb {
    background: rgb(189,194,216);
    border: none;
    position: relative;
    color: #ffffff;
    letter-spacing: 0.1em;
    width: 100%;
    cursor: pointer;
    transition: all 0.3s ease;
    overflow: hidden;
    font-size: 17px;
    padding: 1rem;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 10px;
}.contact-information-uJUA .connect-box-ZiJn .query-map-iCNb::before {
    left: -100%;
    transition: all 0.3s ease;
    background: linear-gradient(
        120deg, 
        transparent, 
        rgb(189,194,216,0.5), 
        transparent
    );
    width: 100%;
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
}.contact-information-uJUA .connect-box-ZiJn .query-map-iCNb:hover::before {
    left: 100%;
}.contact-information-uJUA .connect-box-ZiJn .query-map-iCNb:hover {
    box-shadow: 0 10px 20px rgb(189,194,216,0.5);
    transform: translateY(-3px);
}

@keyframes circuit-pulse {
    0% {
        transform: rotate(0deg) scale(1);
        opacity: 0.6;
    }
    100% {
        transform: rotate(5deg) scale(1.02);
        opacity: 0.8;
    }
}

@keyframes signal-pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.5);
        opacity: 1;
    }
}

@media screen and (max-width: 1024px) {.contact-information-uJUA .feedback-query-FMdR {
    transform: none;
    flex-direction: column;
}.contact-information-uJUA .profile-image-NDYR {
    flex: 0 0 100%;
    min-height: 300px;
}.contact-information-uJUA .connect-box-ZiJn {
    flex: 0 0 100%;
    padding: 3rem 2rem;
}
}

@media screen and (max-width: 768px) {.contact-information-uJUA {
    padding: 3rem 0;
}.contact-information-uJUA h2 {
    margin-bottom: 2rem;
    font-size: calc(42px * 0.8);
}.contact-information-uJUA .connect-box-ZiJn h3 {
    font-size: calc(31px * 0.9);
}.contact-information-uJUA .connect-box-ZiJn input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
    margin-bottom: 1rem;
}.contact-information-uJUA .connect-box-ZiJn .reach-list-XVQu {
    align-items: flex-start;
}.contact-information-uJUA .connect-box-ZiJn .reach-list-XVQu input[type="checkbox"] {
    margin-top: 0.2rem;
}
}

@media screen and (max-width: 480px) {.contact-information-uJUA .feedback-query-FMdR {
    border-radius: 0;
}.contact-information-uJUA .profile-image-NDYR {
    min-height: 250px;
}.contact-information-uJUA .connect-box-ZiJn {
    padding: 2rem 1.5rem;
}}.primary-page-QjzM {
    background: #000000;
    overflow: hidden;
    width: 100%;
    position: relative;
}.primary-page-QjzM::before {
    content: "";
    position: absolute;
    opacity: 0.1;
    background: repeating-linear-gradient(
        -45deg,
        rgb(189,194,216,0.5) 0,
        rgb(189,194,216,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    z-index: 1;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
}.primary-page-QjzM .why-mission-TqOW {
    z-index: 2;
    display: grid;
    width: 100%;
    height: 75vh;
    position: relative;
    grid-template-columns: 2fr 1fr;
}.primary-page-QjzM .learn-base-gaot {
    border-radius: 0 0 15px 0;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
    height: 75vh;
    position: relative;
    overflow: hidden;
    width: 100%;
}.primary-page-QjzM .learn-base-gaot input {
    display: none;
}.primary-page-QjzM .course-base-gQsU {
    transition: transform 0.7s cubic-bezier(0.5, 0, 0.2, 1);
    display: flex;
    width: 500%;
    height: 100%;
}.primary-page-QjzM .edu-online-eqbC {
    width: 20%;
    height: 100%;
    position: relative;
    overflow: hidden;
}.primary-page-QjzM .edu-online-eqbC img {
    object-fit: cover;
    width: 100%;
    transition: transform 1.2s ease-out, filter 0.7s ease;
    filter: contrast(1.05) brightness(0.9);
    height: 100%;
    transform: scale(1.1);
}.primary-page-QjzM .start-head-nhxb {
    left: 0;
    position: absolute;
    padding: 15px 20px;
    bottom: 0;
    border-radius: 0 15px 0 0;
    z-index: 10;
    display: flex;
    background: rgba(0, 0, 0, 0.5);
}.primary-page-QjzM .start-head-nhxb label {
    transition: all 0.3s ease-out;
    border: 2px solid rgb(155,160,190,0.5);
    position: relative;
    margin: 0 6px;
    cursor: pointer;
    height: 12px;
    border-radius: 50%;
    background: transparent;
    width: 12px;
}.primary-page-QjzM .start-head-nhxb label::after {
    content: "";
    border-radius: 50%;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    inset: 2px;
    position: absolute;
    transform: scale(0);
    background: rgb(155,160,190);
}.primary-page-QjzM .start-head-nhxb label:hover::after {
    transform: scale(0.5);
}.primary-page-QjzM .content-column-vmDI {
    justify-content: center;
    overflow: hidden;
    display: flex;
    padding: 0 2rem 0 3rem;
    flex-direction: column;
    background: rgb(189,194,216);
    position: relative;
}.primary-page-QjzM .content-column-vmDI::before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    opacity: 0.15;
    height: 100%;
    top: 0;
    background: 
        linear-gradient(135deg, rgb(189,194,216,0.5) 0%, transparent 100%),
        radial-gradient(circle at 90% 90%, rgb(155,160,190,0.5) 0%, transparent 50%);
    z-index: 0;
}.primary-page-QjzM .content-column-vmDI .container {
    position: relative;
    z-index: 1;
    max-width: 100%;
}.primary-page-QjzM .content-column-vmDI h1 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #ffffff;
    position: relative;
    display: inline-block;
}.primary-page-QjzM .content-column-vmDI h1::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -8px;
    height: 3px;
    background: rgb(155,160,190);
    width: 40%;
}.primary-page-QjzM .content-column-vmDI h3 {
    font-weight: 600;
    opacity: 0.9;
    margin-bottom: 2rem;
    color: #ffffff;
    font-size: 22px;
}.primary-page-QjzM .content-column-vmDI p {
    color: #ffffff;
    line-height: 1.7;
    font-size: 15px;
    margin-bottom: 1rem;
    opacity: 0.8;
    max-width: 100%;
    font-weight: 400;
}.primary-page-QjzM input:nth-of-type(1):checked ~ .course-base-gQsU {
    transform: translateX(0);
}.primary-page-QjzM input:nth-of-type(2):checked ~ .course-base-gQsU {
    transform: translateX(-20%);
}.primary-page-QjzM input:nth-of-type(3):checked ~ .course-base-gQsU {
    transform: translateX(-40%);
}.primary-page-QjzM input:nth-of-type(4):checked ~ .course-base-gQsU {
    transform: translateX(-60%);
}.primary-page-QjzM input:nth-of-type(5):checked ~ .course-base-gQsU {
    transform: translateX(-80%);
}.primary-page-QjzM input:nth-of-type(6):checked ~ .course-base-gQsU {
    transform: translateX(-100%);
}.primary-page-QjzM input:nth-of-type(7):checked ~ .course-base-gQsU {
    transform: translateX(-120%);
}.primary-page-QjzM input:nth-of-type(8):checked ~ .course-base-gQsU {
    transform: translateX(-140%);
}.primary-page-QjzM input:nth-of-type(9):checked ~ .course-base-gQsU {
    transform: translateX(-160%);
}.primary-page-QjzM input:nth-of-type(10):checked ~ .course-base-gQsU {
    transform: translateX(-180%);
}.primary-page-QjzM input:nth-of-type(1):checked ~ .start-head-nhxb label:nth-child(1)::after,
.primary-page-QjzM input:nth-of-type(2):checked ~ .start-head-nhxb label:nth-child(2)::after,
.primary-page-QjzM input:nth-of-type(3):checked ~ .start-head-nhxb label:nth-child(3)::after,
.primary-page-QjzM input:nth-of-type(4):checked ~ .start-head-nhxb label:nth-child(4)::after,
.primary-page-QjzM input:nth-of-type(5):checked ~ .start-head-nhxb label:nth-child(5)::after,
.primary-page-QjzM input:nth-of-type(6):checked ~ .start-head-nhxb label:nth-child(6)::after,
.primary-page-QjzM input:nth-of-type(7):checked ~ .start-head-nhxb label:nth-child(7)::after,
.primary-page-QjzM input:nth-of-type(8):checked ~ .start-head-nhxb label:nth-child(8)::after,
.primary-page-QjzM input:nth-of-type(9):checked ~ .start-head-nhxb label:nth-child(9)::after,
.primary-page-QjzM input:nth-of-type(10):checked ~ .start-head-nhxb label:nth-child(10)::after {
    transform: scale(1);
}.primary-page-QjzM input:nth-of-type(1):checked ~ .start-head-nhxb label:nth-child(1),
.primary-page-QjzM input:nth-of-type(2):checked ~ .start-head-nhxb label:nth-child(2),
.primary-page-QjzM input:nth-of-type(3):checked ~ .start-head-nhxb label:nth-child(3),
.primary-page-QjzM input:nth-of-type(4):checked ~ .start-head-nhxb label:nth-child(4),
.primary-page-QjzM input:nth-of-type(5):checked ~ .start-head-nhxb label:nth-child(5),
.primary-page-QjzM input:nth-of-type(6):checked ~ .start-head-nhxb label:nth-child(6),
.primary-page-QjzM input:nth-of-type(7):checked ~ .start-head-nhxb label:nth-child(7),
.primary-page-QjzM input:nth-of-type(8):checked ~ .start-head-nhxb label:nth-child(8),
.primary-page-QjzM input:nth-of-type(9):checked ~ .start-head-nhxb label:nth-child(9),
.primary-page-QjzM input:nth-of-type(10):checked ~ .start-head-nhxb label:nth-child(10) {
    border-color: rgb(155,160,190);
    transform: scale(1.1);
}.primary-page-QjzM input:checked ~ .course-base-gQsU .edu-online-eqbC img {
    filter: contrast(1.1) brightness(1);
    transform: scale(1);
}

@media (max-width: 1199px) {.primary-page-QjzM .content-column-vmDI {
    padding: 0 1.5rem 0 2.5rem;
}
}

@media (max-width: 991px) {.primary-page-QjzM .why-mission-TqOW {
    grid-template-columns: 1.5fr 1fr;
}.primary-page-QjzM .content-column-vmDI {
    padding: 0 1.2rem 0 2rem;
}.primary-page-QjzM .content-column-vmDI h1 {
    font-size: calc(40px * 0.9);
}.primary-page-QjzM .content-column-vmDI h3 {
    margin-bottom: 1.5rem;
    font-size: calc(22px * 0.9);
}.primary-page-QjzM .content-column-vmDI p {
    font-size: calc(15px * 0.95);
}
}

@media (max-width: 767px) {.primary-page-QjzM .why-mission-TqOW {
    grid-template-columns: 1fr;
    min-height: 80vh;
    height: auto;
    grid-template-rows: 1fr auto;
}.primary-page-QjzM .learn-base-gaot {
    border-radius: 0;
    height: 50vh;
}.primary-page-QjzM .content-column-vmDI {
    padding: 2.5rem 2rem;
}.primary-page-QjzM .content-column-vmDI h1 {
    font-size: calc(40px * 0.85);
}.primary-page-QjzM .content-column-vmDI h3 {
    font-size: calc(22px * 0.85);
    margin-bottom: 1.2rem;
}.primary-page-QjzM .start-head-nhxb {
    border-radius: 0;
}
}

@media (max-width: 575px) {.primary-page-QjzM .learn-base-gaot {
    height: 45vh;
}.primary-page-QjzM .content-column-vmDI {
    padding: 2rem 1.5rem;
}.primary-page-QjzM .content-column-vmDI h1 {
    font-size: calc(40px * 0.8);
    margin-bottom: 1.2rem;
}.primary-page-QjzM .content-column-vmDI h3 {
    font-size: calc(16px * 1.1);
    margin-bottom: 1rem;
}.primary-page-QjzM .content-column-vmDI p {
    line-height: 1.5;
    font-size: calc(15px * 0.9);
    margin-bottom: 0.8rem;
}.primary-page-QjzM .start-head-nhxb {
    padding: 12px 15px;
}.primary-page-QjzM .start-head-nhxb label {
    height: 10px;
    width: 10px;
    margin: 0 5px;
}
}

@media (max-width: 480px) {.primary-page-QjzM .learn-base-gaot {
    height: 40vh;
}
}

@media (max-width: 400px) {.primary-page-QjzM .learn-base-gaot {
    height: 35vh;
}
}

@media (orientation: landscape) and (max-height: 600px) and (min-width: 768px) {.primary-page-QjzM .why-mission-TqOW {
    height: 85vh;
}.primary-page-QjzM .learn-base-gaot {
    height: 85vh;
}}.plan-comparison-qmgc {
    padding: 6rem 0;
    background-color: rgb(222,223,238);
    position: relative;
    overflow: hidden;
}.plan-comparison-qmgc::before {
    background: linear-gradient(135deg, rgb(189,194,216,0.5) 0%, transparent 70%);
    z-index: 1;
    height: 100%;
    pointer-events: none;
    left: 0;
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
}.plan-comparison-qmgc::after {
    height: 20rem;
    transform: rotate(-15deg);
    position: absolute;
    opacity: 0.15;
    right: -5rem;
    bottom: -5rem;
    background: linear-gradient(225deg, rgb(155,160,190) 0%, transparent 80%);
    pointer-events: none;
    width: 20rem;
    content: "";
    z-index: 1;
}.plan-comparison-qmgc .container {
    margin: 0 auto;
    position: relative;
    max-width: 1400px;
    padding: 0 2rem;
    z-index: 2;
}.plan-comparison-qmgc .study-cost-PQea {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
}.plan-comparison-qmgc .fee-package-pUFc {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 2rem;
    transform: translateZ(0);
    background-color: #ffffff;
    border-left: 4px solid rgb(189,194,216);
    position: relative;
}.plan-comparison-qmgc .fee-package-pUFc::before {
    z-index: -1;
    background-color: rgb(189,194,216);
    content: "";
    top: 20px;
    transform: rotate(45deg);
    height: 40px;
    position: absolute;
    width: 40px;
    left: -20px;
}.plan-comparison-qmgc .fee-package-pUFc h2 {
    position: relative;
    margin-bottom: 1.5rem;
    transform: perspective(800px) translateZ(30px);
    font-size: 28px;
    font-weight: 700;
    color: #000000;
}.plan-comparison-qmgc .fee-package-pUFc h2::after {
    position: absolute;
    left: 0;
    content: "";
    height: 3px;
    background: linear-gradient(90deg, rgb(189,194,216), rgb(155,160,190));
    bottom: -10px;
    width: 80px;
}.plan-comparison-qmgc .fee-package-pUFc .pay-options-fKZo {
    color: #000000;
    max-width: 80%;
    line-height: 1.6;
    font-size: 17px;
}.plan-comparison-qmgc .cert-cost-Xwbe {
    display: grid;
    perspective: 1000px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
}.plan-comparison-qmgc .pricing-card-vEab {
    position: relative;
    text-decoration: none;
    transition: all 0.4s ease;
    color: inherit;
    display: block;
    transform-style: preserve-3d;
}.plan-comparison-qmgc .pricing-card-vEab:hover {
    transform: translateY(-10px);
}.plan-comparison-qmgc .training-fees-WZKU {
    border-radius: 10px;
    height: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    flex-direction: column;
    transform: translateZ(0);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    display: flex;
    background-color: #ffffff;
}.plan-comparison-qmgc .pricing-card-vEab:hover .training-fees-WZKU {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 0 0 1px rgb(189,194,216,0.5);
    transform: translateZ(20px);
}.plan-comparison-qmgc .pricing-card-vEab:nth-child(odd) .training-fees-WZKU {
    transform: rotate(-1deg);
}.plan-comparison-qmgc .pricing-card-vEab:nth-child(even) .training-fees-WZKU {
    transform: rotate(1deg);
}.plan-comparison-qmgc .pricing-card-vEab:hover .training-fees-WZKU {
    transform: rotate(0) translateZ(20px);
}.plan-comparison-qmgc .promo-plans-ITQr {
    position: relative;
    flex-direction: column;
    flex: 1;
    z-index: 2;
    word-break: break-word;
    padding: 2rem;
    overflow-wrap: break-word;
    display: flex;
}.plan-comparison-qmgc .promo-plans-ITQr::before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
    z-index: -1;
}.plan-comparison-qmgc .promo-plans-ITQr h3 {
    transition: transform 0.3s ease;
    font-size: calc(19px * 1.2);
    margin-bottom: 1rem;
    font-weight: 600;
    transform: translateZ(10px);
    color: #000000;
    position: relative;
}.plan-comparison-qmgc .pricing-card-vEab:hover .promo-plans-ITQr h3 {
    transform: translateZ(25px);
}.plan-comparison-qmgc .promo-plans-ITQr h3::after {
    height: 3px;
    bottom: -8px;
    position: absolute;
    background: rgb(189,194,216);
    transition: width 0.3s ease;
    width: 40px;
    left: 0;
    content: "";
}.plan-comparison-qmgc .pricing-card-vEab:hover .promo-plans-ITQr h3::after {
    width: 60px;
}.plan-comparison-qmgc .premium-cost-dUaF {
    font-size: calc(19px * 1.8);
    margin: 0.5rem 0 1.5rem;
    color: rgb(189,194,216);
    transform: translateZ(15px);
    display: block;
    position: relative;
    font-weight: 700;
}.plan-comparison-qmgc .premium-cost-dUaF::before {
    height: 2px;
    width: 80px;
    bottom: -8px;
    background: linear-gradient(90deg, rgb(189,194,216,0.5), transparent);
    left: 0;
    content: "";
    position: absolute;
}.plan-comparison-qmgc .promo-plans-ITQr p {
    flex: 1;
    margin-top: 1rem;
    overflow-wrap: break-word;
    font-size: 17px;
    color: #000000;
    line-height: 1.6;
    word-break: break-word;
}.plan-comparison-qmgc .profile-image-NDYR {
    width: 100%;
    overflow: hidden;
    height: 200px;
    transform: translateZ(0);
    transition: transform 0.5s ease;
    position: relative;
}.plan-comparison-qmgc .pricing-card-vEab:hover .profile-image-NDYR {
    transform: scale(1.05) translateZ(0);
}.plan-comparison-qmgc .profile-image-NDYR::after {
    height: 50%;
    z-index: 1;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    left: 0;
    content: "";
    width: 100%;
    position: absolute;
}.plan-comparison-qmgc .profile-image-NDYR::before {
    height: 100%;
    position: absolute;
    width: 100%;
    opacity: 0.15;
    content: "";
    background: rgb(189,194,216);
    transition: opacity 0.3s ease;
    top: 0;
    z-index: 1;
    left: 0;
}.plan-comparison-qmgc .pricing-card-vEab:hover .profile-image-NDYR::before {
    opacity: 0.05;
}

@media (min-width: 992px) {.plan-comparison-qmgc .study-cost-PQea {
    grid-template-columns: 2fr 1fr;
    gap: 4rem;
}.plan-comparison-qmgc .fee-package-pUFc {
    padding: 3rem;
}.plan-comparison-qmgc .cert-cost-Xwbe {
    grid-column: 1;
    grid-row: 1;
}.plan-comparison-qmgc .fee-package-pUFc {
    position: sticky;
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
    align-self: start;
    grid-column: 2;
    grid-row: 1;
    top: 2rem;
}.plan-comparison-qmgc .fee-package-pUFc:hover {
    transform: perspective(1000px) rotateY(0) translateZ(30px);
}
}

@media (min-width: 1200px) {.plan-comparison-qmgc .cert-cost-Xwbe {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
}.plan-comparison-qmgc .promo-plans-ITQr {
    min-height: 300px;
}
}

@media (max-width: 991px) {.plan-comparison-qmgc {
    padding: 4rem 0;
}.plan-comparison-qmgc .fee-package-pUFc {
    order: -1;
}.plan-comparison-qmgc .fee-package-pUFc h2 {
    font-size: calc(28px * 0.9);
}.plan-comparison-qmgc .fee-package-pUFc .pay-options-fKZo {
    max-width: 100%;
}
}

@media (max-width: 767px) {.plan-comparison-qmgc {
    padding: 3rem 0;
}.plan-comparison-qmgc .container {
    padding: 0 1.5rem;
}.plan-comparison-qmgc .cert-cost-Xwbe {
    grid-template-columns: 1fr;
}.plan-comparison-qmgc .fee-package-pUFc h2 {
    font-size: calc(28px * 0.8);
}.plan-comparison-qmgc .promo-plans-ITQr {
    padding: 1.5rem;
}.plan-comparison-qmgc .premium-cost-dUaF {
    font-size: calc(19px * 1.5);
}.plan-comparison-qmgc .profile-image-NDYR {
    height: 180px;
}
}

@media (max-width: 480px) {.plan-comparison-qmgc .promo-plans-ITQr p {
    font-size: calc(17px * 0.9);
}.plan-comparison-qmgc .promo-plans-ITQr h3 {
    font-size: 19px;
}.plan-comparison-qmgc .premium-cost-dUaF {
    font-size: calc(19px * 1.3);
}.plan-comparison-qmgc .profile-image-NDYR {
    height: 160px;
}}.customer-support-gFnu {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(222,223,238) 0%, rgb(189,194,216,0.5) 100%);
}.customer-support-gFnu::before {
    z-index: 0;
    content: '';
    animation: pulse 15s infinite alternate;
    position: absolute;
    left: 0;
    height: 100%;
    background: radial-gradient(circle at 10% 20%, transparent 0%, rgb(155,160,190,0.5) 40%, transparent 60%);
    width: 100%;
    top: 0;
    opacity: 0.6;
}.customer-support-gFnu::after {
    position: absolute;
    top: 0;
    opacity: 0.3;
    z-index: 0;
    left: 0;
    background: 
        linear-gradient(90deg, transparent 0%, rgb(189,194,216,0.5) 50%, transparent 100%),
        linear-gradient(180deg, transparent 0%, rgb(155,160,190,0.5) 50%, transparent 100%);
    height: 100%;
    width: 100%;
    content: '';
    animation: gradientShift 20s infinite alternate;
}.customer-support-gFnu .container {
    z-index: 1;
    position: relative;
}.customer-support-gFnu .help-now-HcGl {
    display: grid;
    position: relative;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}.customer-support-gFnu .edu-askedu-zRhG {
    padding: 40px;
    transition: all 0.3s ease;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 23px;
    backdrop-filter: blur(10px);
}.customer-support-gFnu .edu-askedu-zRhG::before {
    position: absolute;
    height: 5px;
    width: 100%;
    background: linear-gradient(90deg, rgb(189,194,216) 0%, rgb(155,160,190) 100%);
    left: 0;
    content: '';
    top: 0;
    transform: translateY(-100%);
    transition: transform 0.3s ease;
}.customer-support-gFnu .edu-askedu-zRhG:hover::before {
    transform: translateY(0);
}.customer-support-gFnu .edu-askedu-zRhG::after {
    height: 100px;
    width: 100px;
    background: linear-gradient(135deg, transparent 50%, rgb(189,194,216,0.5) 100%);
    content: '';
    right: 0;
    bottom: 0;
    border-radius: 50%;
    transform: translate(50%, 50%);
    z-index: -1;
    position: absolute;
    opacity: 0.2;
}.customer-support-gFnu .edu-askedu-zRhG h2 {
    color: rgb(189,194,216);
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 37px;
}.customer-support-gFnu .edu-askedu-zRhG h2::after {
    bottom: -10px;
    content: '';
    width: 50px;
    left: 0;
    position: absolute;
    height: 3px;
    background: linear-gradient(90deg, rgb(189,194,216) 0%, transparent 100%);
}.customer-support-gFnu .contact-ask-bgKl {
    font-weight: 600;
    margin-bottom: 20px;
    font-size: calc(16px * 1.2);
    color: rgb(155,160,190);
}.customer-support-gFnu .reach-help-pqNL {
    margin-bottom: 25px;
    line-height: 1.6;
    color: #000000;
}.customer-support-gFnu .edu-askedu-zRhG p {
    line-height: 1.5;
    margin-bottom: 15px;
    color: #000000;
    align-items: center;
    display: flex;
}.customer-support-gFnu .edu-askedu-zRhG p span {
    margin-left: 5px;
    font-weight: 600;
}.customer-support-gFnu .edu-askus-eFxC {
    border-left: 3px solid rgb(189,194,216);
    position: relative;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.05);
    padding: 20px;
    margin-top: 30px;
}.customer-support-gFnu .edu-askus-eFxC h3 {
    margin-bottom: 15px;
    color: rgb(189,194,216);
    font-size: 18px;
    font-weight: 600;
}.customer-support-gFnu .message-page-Iiuq {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}.customer-support-gFnu .message-page-Iiuq span {
    border-radius: 10px;
    color: #000000;
    padding: 8px 15px;
    background: rgba(255, 255, 255, 0.1);
    font-size: calc(16px * 0.9);
    transition: all 0.3s ease;
}.customer-support-gFnu .message-page-Iiuq span:hover {
    background: rgb(189,194,216,0.5);
    transform: translateY(-3px);
}.customer-support-gFnu .contact_tile.talk-answer-hvGm {
    display: flex;
    flex-direction: column;
    justify-content: center;
}.customer-support-gFnu .talk-answer-hvGm a {
    padding-bottom: 20px;
    display: flex;
    padding-left: 40px;
    flex-direction: column;
    margin-bottom: 30px;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    position: relative;
}.customer-support-gFnu .talk-answer-hvGm a:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}.customer-support-gFnu .talk-answer-hvGm a::before {
    position: absolute;
    border-radius: 50%;
    height: 30px;
    transition: all 0.3s ease;
    top: 5px;
    width: 30px;
    left: 0;
    content: '';
    background: rgb(189,194,216,0.5);
}.customer-support-gFnu .talk-answer-hvGm a:hover::before {
    background: rgb(189,194,216);
    transform: scale(1.2);
}.customer-support-gFnu .talk-answer-hvGm a span {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: calc(16px * 0.9);
    color: rgb(155,160,190);
}.customer-support-gFnu .talk-answer-hvGm a p {
    position: relative;
    font-weight: 400;
    transition: all 0.3s ease;
    color: #000000;
    font-size: 16px;
    margin-bottom: 0;
}.customer-support-gFnu .talk-answer-hvGm a:hover p {
    transform: translateX(5px);
    color: rgb(189,194,216);
}.customer-support-gFnu .edu-askedu-zRhG .profile-image-NDYR {
    height: 100%;
    width: 100%;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    border-radius: 23px;
    position: relative;
    overflow: hidden;
}.customer-support-gFnu .edu-askedu-zRhG .profile-image-NDYR::after {
    position: absolute;
    top: 0;
    background: linear-gradient(
        to bottom,
        transparent 0%,
        transparent 70%,
        rgb(189,194,216,0.5) 100%
    );
    width: 100%;
    height: 100%;
    content: '';
    left: 0;
}.customer-support-gFnu .edu-askedu-zRhG .profile-image-NDYR::before {
    background: radial-gradient(
        circle at center,
        rgba(255, 255, 255, 0.1) 0%,
        transparent 70%
    );
    z-index: 1;
    transition: opacity 0.5s ease;
    opacity: 0;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    content: '';
    position: absolute;
}.customer-support-gFnu .edu-askedu-zRhG .profile-image-NDYR:hover::before {
    opacity: 1;
}.customer-support-gFnu .talk-answer-hvGm svg {
    left: 5px;
    z-index: 2;
    top: 10px;
    height: 20px;
    width: 20px;
    transition: all 0.3s ease;
    position: absolute;
}.customer-support-gFnu .edu-askedu-zRhG > p svg {
    display: inline-block;
    top: -2px;
    transition: all 0.3s ease;
    position: relative;
    height: 20px;
    margin-right: 10px;
    width: 20px;
    vertical-align: middle;
}.customer-support-gFnu svg path {
    transition: all 0.3s ease;
    fill: #ffffff;
}.customer-support-gFnu .talk-answer-hvGm a:hover svg {
    transform: rotate(5deg) scale(1.1);
}.customer-support-gFnu .talk-answer-hvGm a:hover svg path {
    fill: #ffffff;
}

@keyframes pulse {
    0% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.6;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.4;
        transform: scale(1);
    }
}

@keyframes gradientShift {
    0% {
        background-position: 0% 0%;
    }
    50% {
        background-position: 100% 100%;
    }
    100% {
        background-position: 0% 0%;
    }
}

@media (max-width: 1200px) {.customer-support-gFnu {
    padding: 60px 0;
}.customer-support-gFnu .help-now-HcGl {
    grid-template-columns: 1fr 1fr;
}.customer-support-gFnu .edu-askedu-zRhG:first-child {
    grid-column: 1 / 3;
}.customer-support-gFnu .edu-askedu-zRhG {
    padding: 30px;
}
}

@media (max-width: 768px) {.customer-support-gFnu {
    padding: 50px 0;
}.customer-support-gFnu .help-now-HcGl {
    grid-template-columns: 1fr;
}.customer-support-gFnu .edu-askedu-zRhG:first-child {
    grid-column: auto;
}.customer-support-gFnu .edu-askedu-zRhG .profile-image-NDYR {
    height: 300px;
}.customer-support-gFnu .message-page-Iiuq {
    flex-direction: column;
}.customer-support-gFnu .message-page-Iiuq span {
    width: 100%;
}
}

@media (max-width: 576px) {.customer-support-gFnu {
    padding: 40px 0;
}.customer-support-gFnu .edu-askedu-zRhG {
    padding: 25px 20px;
}.customer-support-gFnu .edu-askedu-zRhG h2 {
    font-size: calc(37px * 0.8);
}.customer-support-gFnu .edu-askedu-zRhG .profile-image-NDYR {
    height: 250px;
}.customer-support-gFnu .talk-answer-hvGm a {
    padding-left: 35px;
}.customer-support-gFnu .talk-answer-hvGm a::before {
    width: 25px;
    height: 25px;
}.customer-support-gFnu svg {
    left: 5px;
    top: 12px;
    height: 16px;
    width: 16px;
}}footer {
    background-color: #000000;
    margin-top: 0;
    position: relative;
}footer::before {
    height: 100%;
    content: "";
    width: 100%;
    z-index: 1;
    top: 0;
    opacity: 0.9;
    left: 0;
    position: absolute;
    background: linear-gradient(to right,
    #000000 0%,
    rgb(189,194,216,0.5) 50%,
    #000000 100%);
}.affiliate-cta-lSiy {
    background-color: transparent;
    position: relative;
    padding: 60px 0 40px;
    z-index: 5;
}.affiliate-cta-lSiy .container {
    grid-template-columns: repeat(12, 1fr);
    position: relative;
    grid-gap: 30px;
    display: grid;
}.affiliate-cta-lSiy .company_holder {
    border-radius: 10px;
    padding: 30px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.03);
    grid-column: span 4;
}.affiliate-cta-lSiy .company_holder h3 {
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    color: #ffffff;
    font-size: 38px;
    display: inline-block;
}.affiliate-cta-lSiy .company_holder h3::after {
    height: 2px;
    background: rgb(189,194,216);
    content: "";
    width: 100%;
    bottom: -8px;
    position: absolute;
    left: 0;
}.affiliate-cta-lSiy .vr-labs-ZHcP {
    line-height: 1.6;
    opacity: 0.8;
    font-size: 14px;
    color: #ffffff;
}.affiliate-cta-lSiy .reg-remind-Cbdp {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
    grid-column: span 8;
}.affiliate-cta-lSiy .head-pro-juEJ {
    background-color: rgba(255, 255, 255, 0.03);
    padding: 30px;
    border-radius: 10px;
    position: relative;
}.affiliate-cta-lSiy .head-pro-juEJ h5 {
    font-size: 19px;
    position: relative;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 20px;
    color: #ffffff;
}.affiliate-cta-lSiy .head-pro-juEJ h5::after {
    content: "";
    bottom: -8px;
    background: rgb(155,160,190);
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
}.affiliate-cta-lSiy .head-pro-juEJ .head-master-gIpR {
    display: grid;
    grid-gap: 15px;
}.affiliate-cta-lSiy .head-pro-juEJ .head-master-gIpR a {
    font-size: 14px;
    text-decoration: none;
    opacity: 0.8;
    display: block;
    padding-left: 15px;
    transition: color 0.3s ease, transform 0.3s ease;
    position: relative;
    color: #ffffff;
}.affiliate-cta-lSiy .head-pro-juEJ .head-master-gIpR a::before {
    position: absolute;
    border-radius: 50%;
    background: rgb(155,160,190);
    width: 6px;
    transform: translateY(-50%);
    height: 6px;
    content: "";
    left: 0;
    top: 50%;
}.affiliate-cta-lSiy .head-pro-juEJ .head-master-gIpR a:hover {
    color: rgb(189,194,216);
    transform: translateX(5px);
    opacity: 1;
}.access-help-lpXP {
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 5;
    padding: 25px 0;
    margin-top: 40px;
    position: relative;
}.access-help-lpXP .container {
    justify-content: center;
    align-items: center;
    display: flex;
}.access-help-lpXP .diversity-iNcJ {
    text-align: center;
    opacity: 0.7;
    color: #ffffff;
    font-size: 15px;
}

@media (max-width: 991px) {.affiliate-cta-lSiy .container {
    grid-template-columns: 1fr;
    grid-gap: 30px;
}.affiliate-cta-lSiy .company_holder {
    grid-column: span 12;
}.affiliate-cta-lSiy .reg-remind-Cbdp {
    grid-template-columns: 1fr 1fr;
    grid-column: span 12;
}
}

@media (max-width: 767px) {.affiliate-cta-lSiy {
    padding: 40px 0 30px;
}.affiliate-cta-lSiy .reg-remind-Cbdp {
    grid-template-columns: 1fr;
}.affiliate-cta-lSiy .company_holder {
    padding: 25px;
}.affiliate-cta-lSiy .head-pro-juEJ {
    padding: 25px;
}.affiliate-cta-lSiy .company_holder h3 {
    font-size: calc(38px - 2px);
}.affiliate-cta-lSiy .head-pro-juEJ h5 {
    font-size: calc(19px - 1px);
}
}

@media (max-width: 575px) {.affiliate-cta-lSiy {
    padding: 30px 0 20px;
}.affiliate-cta-lSiy .company_holder,
  .affiliate-cta-lSiy .head-pro-juEJ {
    padding: 20px;
}.affiliate-cta-lSiy .company_holder h3 {
    font-size: calc(38px - 4px);
}.access-help-lpXP {
    padding: 20px 0;
}}

.affiliate-cta-lSiy .company_holder:hover,
.affiliate-cta-lSiy .head-pro-juEJ:hover {
    background-color: rgba(255, 255, 255, 0.05);
    transition: background-color 0.3s ease;
}.affiliate-cta-lSiy .container::before {
    width: 100%;
    left: 0;
    position: absolute;
    background: 
    linear-gradient(to right, rgb(189,194,216,0.5) 1px, transparent 1px) 0 0 / 40px 100%,
    linear-gradient(to bottom, rgb(189,194,216,0.5) 1px, transparent 1px) 0 0 / 100% 40px;
    height: 100%;
    top: 0;
    pointer-events: none;
    opacity: 0.05;
    z-index: -1;
    content: "";
}.affiliate-cta-lSiy .company_holder::before {
    left: 0;
    opacity: 0.5;
    background: rgb(189,194,216);
    position: absolute;
    width: 5px;
    top: 0;
    content: "";
    height: 100%;
}.affiliate-cta-lSiy .head-pro-juEJ::before {
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    opacity: 0.5;
    position: absolute;
    background: rgb(155,160,190);
    width: 5px;
}footer::after {
    left: 0;
    opacity: 0.3;
    bottom: 0;
    width: 100%;
    z-index: 2;
    height: 5px;
    position: absolute;
    content: "";
    background: linear-gradient(to right,
    rgb(189,194,216),
    rgb(155,160,190),
    rgb(189,194,216));
}.affiliate-cta-lSiy .head-master-gIpR {
    position: relative;
}.affiliate-cta-lSiy .head-master-gIpR::after {
    background: rgb(155,160,190,0.5);
    bottom: -15px;
    width: 100%;
    content: "";
    position: absolute;
    height: 1px;
    opacity: 0.2;
    left: 0;
}.affiliate-cta-lSiy .head-pro-juEJ h5,
.affiliate-cta-lSiy .company_holder h3 {
    letter-spacing: 1px;
    text-transform: uppercase;
}.affiliate-cta-lSiy .head-pro-juEJ:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
}.affiliate-cta-lSiy .head-pro-juEJ:nth-child(2) {
    grid-row: 1;
    grid-column: 2;
}.access-help-lpXP .diversity-iNcJ {
    display: inline-block;
    position: relative;
}.access-help-lpXP .diversity-iNcJ::before {
    content: "";
    left: -40px;
    position: absolute;
    background: rgb(189,194,216);
    width: 30px;
    top: 50%;
    opacity: 0.5;
    height: 1px;
    transform: translateY(-50%);
}.access-help-lpXP .diversity-iNcJ::after {
    top: 50%;
    content: "";
    transform: translateY(-50%);
    width: 30px;
    right: -40px;
    position: absolute;
    background: rgb(189,194,216);
    opacity: 0.5;
    height: 1px;
}.secure-guard-niDo {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    width: 100%;
    background: rgb(155,160,190,0.5);
    padding: 40px;
    height: auto;
    overflow: hidden;
}.secure-guard-niDo h1 {
    font-size: 38px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    margin-bottom: 25px;
    color: rgb(189,194,216);
    margin-top: 40px;
}.secure-guard-niDo h2 {
    font-size: 33px;
    color: rgb(155,160,190);
    text-transform: capitalize;
    margin-top: 30px;
    border-bottom: 2px solid rgb(189,194,216);
    margin-bottom: 20px;
    font-weight: 600;
    padding-bottom: 5px;
}.secure-guard-niDo h3, .secure-guard-niDo h4, .secure-guard-niDo h5, .secure-guard-niDo h6 {
    margin-top: 20px;
    margin-bottom: 15px;
    color: #000000;
    font-weight: 400;
    font-size: 20px;
}.secure-guard-niDo ul, .secure-guard-niDo ol {
    list-style: none;
    padding-left: 20px;
    padding: 15px 0;
}.secure-guard-niDo ul li::before {
    color: rgb(189,194,216);
    margin-right: 10px;
    font-size: 1.5em;
    vertical-align: middle;
    content: '•';
}.secure-guard-niDo li {
    color: #000000;
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 1.6;
}.secure-guard-niDo p, .secure-guard-niDo span, .secure-guard-niDo div {
    color: #000000;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    margin-bottom: 10px;
}.secure-guard-niDo div.container {
    margin: 0 auto;
    max-width: 1200px;
}

@media only screen and (max-width: 800px) {.secure-guard-niDo {
    padding: 20px 10px;
    border-radius: 10px;
}.secure-guard-niDo h1 {
    font-size: calc(20px - 10px);
}.secure-guard-niDo h2 {
    font-size: calc(20px - 5px);
}.secure-guard-niDo h3, .secure-guard-niDo h4, .secure-guard-niDo h5, .secure-guard-niDo h6 {
    font-size: calc(20px - 5px);
}}.teaching-history-Pphc {
    border-radius: 26px;
    background: linear-gradient(135deg, rgb(222,223,238) 0%, rgb(189,194,216,0.5) 100%);
    overflow: hidden;
    padding: 4rem 2rem;
    position: relative;
}.teaching-history-Pphc::before {
    height: 120%;
    position: absolute;
    width: 70%;
    content: "";
    animation: pulse 8s infinite alternate;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
    background: rgb(155,160,190,0.5);
    top: -10%;
    left: -10%;
    z-index: 1;
    transform: rotate(-15deg);
}.teaching-history-Pphc .student-perspectives-xOrm {
    z-index: 2;
    gap: 2rem;
    display: grid;
    transition: transform 0.5s ease;
    grid-template-columns: 1fr 1.2fr;
    position: relative;
    transform: perspective(1000px) rotateY(5deg);
}.teaching-history-Pphc .student-perspectives-xOrm:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
}.teaching-history-Pphc .profile-image-NDYR {
    height: 400px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    transform: rotate(-3deg) translateY(20px);
    position: relative;
    border-radius: 10px;
}.teaching-history-Pphc .profile-image-NDYR::after {
    background: linear-gradient(45deg, rgb(189,194,216,0.5) 0%, transparent 70%);
    top: 0;
    position: absolute;
    height: 100%;
    border-radius: 10px;
    left: 0;
    width: 100%;
    content: "";
}.teaching-history-Pphc .student-perspectives-xOrm:hover .profile-image-NDYR {
    transform: rotate(0deg) translateY(0);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
}.teaching-history-Pphc .work-items-airB {
    position: relative;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    transition: transform 0.5s ease;
    transform: translateY(30px) rotate(2deg);
    z-index: 3;
    background: #ffffff;
    border-radius: 26px;
}.teaching-history-Pphc .student-perspectives-xOrm:hover .work-items-airB {
    transform: translateY(0) rotate(0deg);
}.teaching-history-Pphc .name {
    position: relative;
    font-weight: 700;
    color: rgb(189,194,216);
    margin-bottom: 0.5rem;
    font-family: Arial, sans-serif;
    font-size: 37px;
}.teaching-history-Pphc .name::after {
    width: 60px;
    left: 0;
    background: linear-gradient(90deg, rgb(155,160,190) 0%, rgb(189,194,216) 100%);
    position: absolute;
    transition: transform 0.3s ease;
    height: 3px;
    transform: scaleX(0.6);
    transform-origin: left;
    bottom: -8px;
    content: "";
}.teaching-history-Pphc .student-perspectives-xOrm:hover .name::after {
    transform: scaleX(1);
}.teaching-history-Pphc .work-items-airB > div:nth-child(2) {
    font-size: 19px;
    margin-bottom: 1.5rem;
    opacity: 0.8;
    transition: all 0.3s ease;
    font-weight: 600;
    transform: translateX(5px);
    color: rgb(155,160,190);
}.teaching-history-Pphc .student-perspectives-xOrm:hover .work-items-airB > div:nth-child(2) {
    opacity: 1;
    transform: translateX(0);
}.teaching-history-Pphc .emp-container-uSNe {
    font-style: italic;
    color: #000000;
    font-size: 14px;
    padding-left: 1.5rem;
    line-height: 1.6;
    position: relative;
    font-weight: 400;
}.teaching-history-Pphc .emp-container-uSNe::before {
    position: absolute;
    width: 3px;
    content: "";
    left: 0;
    background: linear-gradient(to bottom, rgb(189,194,216), rgb(155,160,190));
    height: 100%;
    top: 0;
}

@keyframes pulse {
    0% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.1;
    }
}

@media (max-width: 768px) {.teaching-history-Pphc .student-perspectives-xOrm {
    grid-template-columns: 1fr;
}.teaching-history-Pphc .profile-image-NDYR {
    height: 300px;
}}.customer-reviews-ViHh {
    background: rgb(222,223,238);
    padding: 8rem 0;
    overflow: hidden;
    position: relative;
}.customer-reviews-ViHh::before {
    opacity: 0.05;
    content: "";
    background-size: 60px 60px;
    z-index: 0;
    background-position: 0 0, 30px 30px;
    top: 0;
    left: 0;
    background: linear-gradient(45deg, rgb(189,194,216,0.5) 25%, transparent 25%, transparent 75%, rgb(189,194,216,0.5) 75%),
    linear-gradient(45deg, rgb(189,194,216,0.5) 25%, transparent 25%, transparent 75%, rgb(189,194,216,0.5) 75%);
    width: 100%;
    position: absolute;
    height: 100%;
}.customer-reviews-ViHh::after {
    content: "";
    left: 0;
    transform: skewX(-20deg) translateX(-20%);
    opacity: 0.1;
    position: absolute;
    background: rgb(189,194,216,0.5);
    z-index: 0;
    top: 0;
    width: 60%;
    height: 100%;
}.customer-reviews-ViHh .container {
    z-index: 1;
    position: relative;
}.customer-reviews-ViHh h2 {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    padding: 1rem 3rem;
    transform: perspective(500px) rotateX(5deg);
    font-weight: 700;
    background: linear-gradient(180deg, transparent, rgb(189,194,216,0.5));
    color: #000000;
    display: inline-block;
    position: relative;
    text-align: center;
    left: 50%;
    font-size: 33px;
    transform: translateX(-50%);
    margin-bottom: 5rem;
}.customer-reviews-ViHh h2::after {
    background: linear-gradient(90deg, transparent, rgb(189,194,216), transparent);
    height: 5px;
    width: 100%;
    content: "";
    bottom: -10px;
    position: absolute;
    left: 0;
}.customer-reviews-ViHh .review-quotes-hjeu {
    grid-template-columns: repeat(3, 1fr);
    transform-style: preserve-3d;
    perspective: 1000px;
    gap: 3rem;
    display: grid;
}.customer-reviews-ViHh .student-perspectives-xOrm {
    align-items: center;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: rotateY(10deg) rotateX(5deg);
    display: flex;
    flex-direction: column;
    box-shadow: 
        -5px 5px 15px rgba(0, 0, 0, 0.1),
        inset 1px 1px 0 rgba(255, 255, 255, 0.8),
        inset -1px -1px 0 rgba(0, 0, 0, 0.05);
    padding: 2.5rem;
    background-color: #ffffff;
    transform-origin: center center;
    transform-style: preserve-3d;
    position: relative;
}.customer-reviews-ViHh .student-perspectives-xOrm:nth-child(2n) {
    transform: rotateY(-10deg) rotateX(-5deg);
}.customer-reviews-ViHh .student-perspectives-xOrm:nth-child(3n) {
    transform: rotateY(0) rotateX(-7deg);
}.customer-reviews-ViHh .student-perspectives-xOrm::before {
    top: 0;
    position: absolute;
    content: "";
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    opacity: 0.5;
    z-index: -1;
    left: 0;
    width: 100%;
    transform: translateZ(-10px);
    background: #ffffff;
}.customer-reviews-ViHh .student-perspectives-xOrm::after {
    border-width: 0 0 30px 30px;
    width: 0;
    content: "";
    transform: translateZ(5px);
    transition: all 0.3s ease;
    position: absolute;
    height: 0;
    bottom: 0;
    border-color: transparent transparent rgb(155,160,190,0.5) transparent;
    border-style: solid;
    right: 0;
}.customer-reviews-ViHh .student-perspectives-xOrm:hover {
    transform: rotateY(0) rotateX(0) translateZ(20px) scale(1.05);
    z-index: 10;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        inset 1px 1px 0 rgba(255, 255, 255, 1),
        inset -1px -1px 0 rgba(0, 0, 0, 0.1);
}.customer-reviews-ViHh .student-perspectives-xOrm:hover::after {
    border-width: 0 0 50px 50px;
    border-color: transparent transparent rgb(155,160,190) transparent;
}.customer-reviews-ViHh .student-perspectives-xOrm img {
    transform: translateZ(15px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease;
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    border: 2px solid #ffffff;
    margin-bottom: 1.5rem;
    object-fit: cover;
    width: 80px;
    border-radius: 0;
    height: 80px;
}.customer-reviews-ViHh .student-perspectives-xOrm:hover img {
    transform: translateZ(30px) rotate(360deg);
}.customer-reviews-ViHh .student-perspectives-xOrm p {
    text-align: center;
    font-size: 21px;
    margin-bottom: 0.5rem;
    color: #000000;
    font-weight: 600;
    transition: all 0.3s ease;
    transform: translateZ(10px);
}.customer-reviews-ViHh .student-perspectives-xOrm:hover p {
    transform: translateZ(25px);
    color: rgb(189,194,216);
}.customer-reviews-ViHh .student-perspectives-xOrm .description {
    text-align: center;
    padding: 1rem;
    line-height: 1.6;
    position: relative;
    color: #000000;
    font-size: 17px;
    font-weight: 400;
    transition: all 0.3s ease;
    transform: translateZ(5px);
}.customer-reviews-ViHh .student-perspectives-xOrm:hover .description {
    transform: translateZ(20px);
}.customer-reviews-ViHh .student-perspectives-xOrm .description::before {
    border-top: 2px solid rgb(189,194,216,0.5);
    top: 0;
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    left: 0;
    transition: all 0.3s ease;
    border-left: 2px solid rgb(189,194,216,0.5);
}.customer-reviews-ViHh .student-perspectives-xOrm:hover .description::before {
    border-color: rgb(189,194,216);
    width: 30px;
    height: 30px;
}.customer-reviews-ViHh .student-perspectives-xOrm .description::after {
    border-right: 2px solid rgb(155,160,190,0.5);
    height: 20px;
    bottom: 0;
    width: 20px;
    position: absolute;
    content: "";
    transition: all 0.3s ease;
    border-bottom: 2px solid rgb(155,160,190,0.5);
    right: 0;
}.customer-reviews-ViHh .student-perspectives-xOrm:hover .description::after {
    height: 30px;
    border-color: rgb(155,160,190);
    width: 30px;
}.customer-reviews-ViHh .student-perspectives-xOrm:nth-child(3n+1)::before {
    background: linear-gradient(135deg, #ffffff, rgb(222,223,238));
}.customer-reviews-ViHh .student-perspectives-xOrm:nth-child(3n+2)::before {
    background: linear-gradient(45deg, #ffffff, rgb(222,223,238));
}.customer-reviews-ViHh .why-mission-TqOW::before {
    width: 200px;
    bottom: -50px;
    background: rgb(189,194,216,0.5);
    content: "";
    clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
    left: -50px;
    position: absolute;
    height: 200px;
    opacity: 0.1;
    z-index: -1;
}.customer-reviews-ViHh .why-mission-TqOW::after {
    z-index: -1;
    height: 200px;
    right: -50px;
    content: "";
    width: 200px;
    clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
    background: rgb(155,160,190,0.5);
    top: -50px;
    position: absolute;
    opacity: 0.1;
}

@keyframes fold {
    0%, 100% { transform: rotateY(0) rotateX(0); }
    50% { transform: rotateY(5deg) rotateX(5deg); }
}

@media (max-width: 992px) {.customer-reviews-ViHh .review-quotes-hjeu {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 768px) {.customer-reviews-ViHh {
    padding: 5rem 0;
}.customer-reviews-ViHh h2 {
    padding: 0;
    clip-path: none;
    margin-bottom: 3rem;
    background: none;
    transform: none;
    font-size: calc(33px * 0.9);
}.customer-reviews-ViHh .review-quotes-hjeu {
    gap: 3rem;
    grid-template-columns: 1fr;
}.customer-reviews-ViHh .student-perspectives-xOrm,
    .customer-reviews-ViHh .student-perspectives-xOrm:nth-child(2n),
    .customer-reviews-ViHh .student-perspectives-xOrm:nth-child(3n) {
    transform: none;
    animation: fold 10s infinite alternate ease-in-out;
}.customer-reviews-ViHh .student-perspectives-xOrm:hover {
    transform: translateY(-10px);
}.customer-reviews-ViHh .student-perspectives-xOrm:hover img {
    transform: translateZ(10px) rotate(360deg);
}.customer-reviews-ViHh .student-perspectives-xOrm img,
    .customer-reviews-ViHh .student-perspectives-xOrm p,
    .customer-reviews-ViHh .student-perspectives-xOrm .description,
    .customer-reviews-ViHh .student-perspectives-xOrm:hover p,
    .customer-reviews-ViHh .student-perspectives-xOrm:hover .description {
    transform: none;
}}header .header-nav-tCAa {
    position: relative;
    overflow: visible;
    justify-content: space-between;
    display: flex;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    width: 100%;
    left: 0;
    padding: 1.5rem 2rem;
    background: linear-gradient(135deg, rgb(189,194,216,0.5) 0%, rgb(155,160,190) 100%);
    border-bottom-left-radius: 17px;
    align-items: center;
    border-bottom-right-radius: 0;
    z-index: 100;
}header .header-nav-tCAa .top-mainbar-DLcK {
    z-index: 2;
    position: relative;
    transform: skewX(5deg);
}header .header-nav-tCAa .top-mainbar-DLcK .nav-primary-cmRv {
    display: block;
    transition: transform 0.3s ease-in-out;
}header .header-nav-tCAa .top-mainbar-DLcK .nav-primary-cmRv:hover {
    transform: translateY(-8px) rotate(0deg);
}header .header-nav-tCAa .top-mainbar-DLcK svg {
    width: 80px;
    height: auto;
}header .header-nav-tCAa .head-pro-juEJ {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 1rem;
    position: relative;
}header .header-nav-tCAa .head-pro-juEJ::before {
    content: "";
    transition: opacity 0.3s ease, transform 0.3s ease;
    height: calc(100% + 20px);
    border-radius: 10px;
    top: -10px;
    width: calc(100% + 40px);
    position: absolute;
    z-index: -1;
    opacity: 0;
    background: linear-gradient(45deg, transparent 0%, rgb(189,194,216,0.5) 100%);
    left: -20px;
}header .header-nav-tCAa .site-prime-uXKp {
    transition: transform 0.3s ease;
    position: relative;
}header .header-nav-tCAa .site-prime-uXKp a {
    display: block;
    font-size: 20px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    transition: color 0.3s ease;
    position: relative;
    text-decoration: none;
    padding: 0.5rem 1rem;
    font-weight: 600;
}header .header-nav-tCAa .site-prime-uXKp a::before {
    transition: transform 0.3s ease;
    position: absolute;
    transform: scaleX(0) rotate(-2deg);
    width: 100%;
    height: 2px;
    left: 0;
    background: rgb(155,160,190);
    bottom: 0;
    transform-origin: right;
    content: "";
}header .header-nav-tCAa .site-prime-uXKp a:hover {
    color: rgb(155,160,190);
}header .header-nav-tCAa .site-prime-uXKp a:hover::before {
    transform: scaleX(1) rotate(-2deg);
    transform-origin: left;
}

@media (max-width: 992px) {header .header-nav-tCAa {
    padding: 1rem;
    margin-left: calc(-50vw + 50%);
    width: 100vw;
    transform: skewX(0);
    box-sizing: border-box;
    flex-direction: column;
}header .header-nav-tCAa .top-mainbar-DLcK {
    transform: skewX(0);
    margin-bottom: 1rem;
}header .header-nav-tCAa .head-pro-juEJ {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    transform: skewX(0);
}header .header-nav-tCAa .head-pro-juEJ::before {
    transform: skewX(0);
}header .header-nav-tCAa .head-pro-juEJ:hover::before {
    transform: skewX(0);
}header .header-nav-tCAa .site-prime-uXKp {
    margin: 0.25rem;
}header .header-nav-tCAa .site-prime-uXKp:nth-child(odd),
  header .header-nav-tCAa .site-prime-uXKp:nth-child(even) {
    transform: translateY(0);
}
}

@media (max-width: 576px) {header .header-nav-tCAa {
    padding: 0.75rem;
}header .header-nav-tCAa .head-pro-juEJ {
    align-items: center;
    flex-direction: column;
}header .header-nav-tCAa .site-prime-uXKp {
    width: 100%;
    text-align: center;
}header .header-nav-tCAa .top-mainbar-DLcK svg {
    width: 100px;
}
}