* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}.iagqe-container-wrap {
    height: 100%;
    display: flex;
    min-height: 100%;
    flex-direction: column;
}a {
    text-decoration: none;
    color: inherit;
}html,body {
    font-family: Arial, sans-serif;
    min-height: 100%;
    scroll-behavior: smooth;
    color: #000000;
    height: 100%;
}svg {
    width: 30px;
    height: 30px;
}.hreYt-main-navbar {
    flex: 1 0 auto;
}.container {
    margin: auto;
    width: 1269px;
    max-width: 100%;
}header,footer {
    width: 100%;
}.fzZwr-donate-books {
    flex: 0 0 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;
}}
header {
    overflow: hidden;
    z-index: 1000;
    width: 100%;
    position: fixed;
    left: 0;
    background: #000000;
    top: 0;
    background: 
        linear-gradient(170deg, 
            #000000 0%,
            rgb(171,220,202,0.5) 100%);
}header::before {
    content: "";
    z-index: 1;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 10px,
            rgb(129,191,176,0.5) 10px,
            rgb(129,191,176,0.5) 11px
        );
    position: absolute;
    opacity: 0.03;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
}header::after {
    z-index: 5;
    top: 0;
    height: 5px;
    content: "";
    left: 0;
    background: linear-gradient(90deg, 
        rgb(171,220,202),
        rgb(129,191,176),
        rgb(171,220,202));
    animation: gradient-shift 8s linear infinite;
    position: absolute;
    width: 100%;
    background-size: 200% 100%;
}header .container {
    padding: 0;
    display: flex;
    align-items: center;
    position: relative;
    flex-direction: column;
}header .ZGdoI-main-know {
    padding-top: 1.5rem;
    flex-direction: column;
    z-index: 2;
    width: 100%;
    position: relative;
    align-items: center;
    display: flex;
}header .tIZVs-head-tutor {
    z-index: 3;
    justify-content: center;
    position: relative;
    display: flex;
    margin-bottom: 2rem;
    text-decoration: none;
    padding: 0.5rem 2rem;
}header .tIZVs-head-tutor::before {
    content: "";
    height: 1px;
    bottom: -10px;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(129,191,176,0.5) 20%,
        rgb(129,191,176) 50%,
        rgb(129,191,176,0.5) 80%,
        transparent 100%);
    position: absolute;
    width: 160%;
    left: -30%;
}header .tIZVs-head-tutor::after {
    z-index: -1;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: rgb(171,220,202,0.5);
    position: absolute;
    opacity: 0.5;
    animation: orb-float 5s ease-in-out infinite alternate;
    content: "";
    filter: blur(20px);
}header .tIZVs-head-tutor svg {
    width: auto;
    position: relative;
    z-index: 2;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 48px;
    filter: drop-shadow(0 0 8px rgb(171,220,202,0.5));
}header .tIZVs-head-tutor:hover svg {
    transform: scale(1.08);
    filter: drop-shadow(0 0 12px rgb(171,220,202));
}header .coWOe-head-learning {
    mask-image: linear-gradient(90deg, 
        transparent 0%,
        #000 5%,
        #000 95%,
        transparent 100%);
    padding: 1rem 0;
    background: linear-gradient(to bottom, 
        #000000 0%,
        rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    overflow-x: auto;
    justify-content: center;
    scrollbar-width: none;
    gap: 1rem;
    display: flex;
    width: 100vw;
}header .coWOe-head-learning::-webkit-scrollbar {
    display: none;
}header .coWOe-head-learning::before {
    content: "";
    top: 0;
    height: 1px;
    position: absolute;
    background: rgb(171,220,202,0.5);
    width: 100%;
    left: 0;
}header .swFKg-first-teach {
    white-space: nowrap;
    position: relative;
    border-radius: 25px;
    padding: 0.6rem 1.8rem;
    letter-spacing: 0.5px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 14px;
    border: 1px solid rgb(171,220,202,0.5);
    transition: all 0.3s ease;
    text-decoration: none;
    overflow: hidden;
    background: linear-gradient(135deg,
        #000000 0%,
        rgba(0, 0, 0, 0.5) 100%);
    font-weight: 400;
}header .swFKg-first-teach::before {
    height: 100%;
    content: "";
    background: linear-gradient(90deg,
        transparent,
        rgb(129,191,176,0.5),
        transparent);
    transition: left 0.5s ease;
    width: 100%;
    left: -100%;
    position: absolute;
    opacity: 0.5;
    top: 0;
}header .swFKg-first-teach::after {
    border-radius: 50%;
    right: 12px;
    height: 8px;
    position: absolute;
    transition: transform 0.3s ease;
    content: "";
    top: 50%;
    width: 8px;
    background: rgb(129,191,176);
    box-shadow: 0 0 10px rgb(129,191,176);
    transform: translateY(-50%) scale(0);
}header .swFKg-first-teach:hover {
    box-shadow: 0 0 15px rgb(171,220,202,0.5),
                inset 0 0 10px rgb(171,220,202,0.5);
    transform: translateY(-2px);
    border-color: rgb(129,191,176);
    color: rgb(129,191,176);
}header .swFKg-first-teach:hover::before {
    left: 100%;
}header .swFKg-first-teach:hover::after {
    transform: translateY(-50%) scale(1);
}

@keyframes gradient-shift {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 200% 50%;
    }
}

@keyframes orb-float {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(30px, 10px);
    }
}

@media (max-width: 991px) {header .tIZVs-head-tutor {
    margin-bottom: 1.5rem;
}header .tIZVs-head-tutor svg {
    height: 42px;
}header .swFKg-first-teach {
    font-size: calc(14px - 1px);
    padding: 0.5rem 1.5rem;
}
}

@media (max-width: 767px) {header .ZGdoI-main-know {
    padding-top: 1rem;
}header .tIZVs-head-tutor {
    margin-bottom: 1rem;
}header .tIZVs-head-tutor svg {
    height: 36px;
}header .coWOe-head-learning {
    padding: 0.8rem 0;
    justify-content: flex-start;
}header .swFKg-first-teach {
    font-size: calc(14px - 2px);
    margin: 0 0.2rem;
    padding: 0.4rem 1.2rem;
}header .swFKg-first-teach:first-child {
    margin-left: 1rem;
}header .swFKg-first-teach:last-child {
    margin-right: 1rem;
}header .swFKg-first-teach::after {
    right: 8px;
    width: 6px;
    height: 6px;
}}.futxM-statistical-details {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(212,238,227) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    padding: 6rem 0;
}.futxM-statistical-details::before {
    top: 0;
    content: "";
    background: repeating-linear-gradient(
        45deg,
        rgb(171,220,202,0.5) 0px,
        rgb(171,220,202,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
    position: absolute;
    width: 100%;
    left: 0;
    opacity: 0.05;
    height: 100%;
    pointer-events: none;
}.futxM-statistical-details::after {
    pointer-events: none;
    height: 200%;
    content: "";
    width: 70%;
    right: -50%;
    opacity: 0.07;
    position: absolute;
    background: radial-gradient(
        circle at center,
        rgb(171,220,202,0.5) 0%,
        transparent 70%
    );
    animation: lightPulse 15s infinite alternate ease-in-out;
    top: -50%;
    transform: rotate(-15deg);
}.futxM-statistical-details .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 2rem;
    z-index: 1;
}.futxM-statistical-details h4 {
    font-size: 21px;
    text-align: center;
    transform: translateY(0);
    font-weight: 700;
    position: relative;
    font-family: Arial, sans-serif;
    color: #000000;
    transition: transform 0.5s ease, opacity 0.5s ease;
    margin-top: 4rem;
    opacity: 1;
}.futxM-statistical-details h4::after {
    transform: translateX(-50%);
    transition: width 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 3px;
    position: absolute;
    bottom: -10px;
    content: "";
    left: 50%;
    background: rgb(171,220,202);
    width: 60px;
}.futxM-statistical-details:hover h4::after {
    width: 120px;
}.futxM-statistical-details ul {
    margin: 0;
    list-style: none;
    gap: 2rem;
    padding: 0;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    display: grid;
}.futxM-statistical-details .hbxLA-growth-track {
    position: relative;
    border-left: 3px solid rgb(171,220,202);
    background: linear-gradient(
        145deg, 
        rgba(255, 255, 255, 0.95), 
        rgba(255, 255, 255, 0.85)
    );
    overflow: hidden;
    backdrop-filter: blur(5px);
    box-shadow: 
        0 10px 30px -15px rgba(0, 0, 0, 0.5),
        0 1px 3px rgba(0, 0, 0, 0.05);
    transform: translateY(0);
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    padding: 2rem;
}.futxM-statistical-details .hbxLA-growth-track::before {
    background: linear-gradient(
        135deg,
        transparent 0%,
        transparent 85%,
        rgb(171,220,202,0.5) 100%
    );
    opacity: 0;
    left: 0;
    top: 0;
    width: 100%;
    content: "";
    position: absolute;
    height: 100%;
    transition: opacity 0.5s ease;
}.futxM-statistical-details .hbxLA-growth-track:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 15px 35px -15px rgba(0, 0, 0, 0.5),
        0 5px 10px rgba(0, 0, 0, 0.03);
}.futxM-statistical-details .hbxLA-growth-track:hover::before {
    opacity: 0.2;
}.futxM-statistical-details .hbxLA-growth-track div {
    height: 100%;
    justify-content: center;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
}.futxM-statistical-details .hbxLA-growth-track p {
    background-clip: text;
    transition: transform 0.3s ease;
    line-height: 1;
    font-weight: 700;
    background: linear-gradient(
        45deg,
        rgb(171,220,202) 0%,
        rgb(129,191,176) 100%
    );
    -webkit-background-clip: text;
    transform-origin: left center;
    font-size: 3.5rem;
    margin: 0;
    color: rgb(171,220,202);
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}.futxM-statistical-details .hbxLA-growth-track:hover p {
    transform: scale(1.05);
}.futxM-statistical-details .hbxLA-growth-track span {
    display: block;
    font-size: 18px;
    position: relative;
    transition: transform 0.3s ease, color 0.3s ease;
    color: #000000;
    font-weight: 600;
    margin-top: 0.75rem;
}.futxM-statistical-details .hbxLA-growth-track span::after {
    height: 2px;
    content: "";
    transition: width 0.3s ease;
    background: rgb(129,191,176);
    position: absolute;
    width: 0;
    bottom: -5px;
    left: 0;
}.futxM-statistical-details .hbxLA-growth-track:hover span {
    transform: translateX(5px);
    color: #000000;
}.futxM-statistical-details .hbxLA-growth-track:hover span::after {
    width: 30%;
}

@keyframes lightPulse {
    0% {
        opacity: 0.03;
        transform: rotate(-15deg) scale(1);
    }
    50% {
        opacity: 0.08;
        transform: rotate(-15deg) scale(1.05);
    }
    100% {
        opacity: 0.05;
        transform: rotate(-15deg) scale(1);
    }
}

@media (max-width: 1200px) {.futxM-statistical-details ul {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.futxM-statistical-details .hbxLA-growth-track p {
    font-size: 3rem;
}
}

@media (max-width: 992px) {.futxM-statistical-details {
    padding: 5rem 0;
}.futxM-statistical-details h4 {
    margin-top: 3rem;
}.futxM-statistical-details ul {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
}

@media (max-width: 768px) {.futxM-statistical-details {
    padding: 4rem 0;
}.futxM-statistical-details .container {
    padding: 0 1.5rem;
}.futxM-statistical-details ul {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.25rem;
}.futxM-statistical-details .hbxLA-growth-track {
    padding: 1.75rem;
}.futxM-statistical-details .hbxLA-growth-track p {
    font-size: 2.5rem;
}
}

@media (max-width: 576px) {.futxM-statistical-details {
    padding: 3.5rem 0;
}.futxM-statistical-details .container {
    padding: 0 1.25rem;
}.futxM-statistical-details ul {
    gap: 1rem;
    grid-template-columns: 1fr;
}.futxM-statistical-details .hbxLA-growth-track {
    padding: 1.5rem;
}.futxM-statistical-details .hbxLA-growth-track p {
    font-size: 2.25rem;
}.futxM-statistical-details h4 {
    font-size: calc(21px * 0.9);
    margin-top: 2.5rem;
}.futxM-statistical-details h4::after {
    width: 50px;
    height: 2px;
}.futxM-statistical-details:hover h4::after {
    width: 80px;
}}.lxtHv-get-in-touch {
    overflow: hidden;
    isolation: isolate;
    background: linear-gradient(
        135deg, 
        rgb(129,191,176,0.5) 0%, 
        rgb(171,220,202,0.5) 100%
    );
    padding: 6rem 0;
    position: relative;
}.lxtHv-get-in-touch::before {
    top: -50%;
    background: radial-gradient(
        circle at center, 
        rgba(255,255,255,0.05) 0%, 
        transparent 70%
    );
    animation: subtle-pulse 12s infinite alternate;
    left: -50%;
    position: absolute;
    z-index: 1;
    content: '';
    height: 200%;
    width: 200%;
}.lxtHv-get-in-touch::after {
    position: absolute;
    animation: subtle-wave 15s infinite alternate-reverse;
    right: -30%;
    bottom: -30%;
    height: 150%;
    background: radial-gradient(
        circle at center, 
        rgba(255,255,255,0.03) 0%, 
        transparent 60%
    );
    content: '';
    z-index: 1;
    width: 150%;
}.lxtHv-get-in-touch .container {
    z-index: 2;
    padding: 0 1rem;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.lxtHv-get-in-touch h2 {
    margin-bottom: 3rem;
    color: #ffffff;
    position: relative;
    text-align: center;
    font-weight: 700;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    font-size: 42px;
}.lxtHv-get-in-touch h2::after {
    left: 50%;
    content: '';
    position: absolute;
    bottom: -0.5rem;
    background: linear-gradient(
        to right, 
        transparent, 
        rgb(171,220,202), 
        transparent
    );
    width: 80px;
    transform: translateX(-50%);
    height: 3px;
}.lxtHv-get-in-touch .Snfqo-query-widget {
    backdrop-filter: blur(10px);
    border-radius: 14px;
    align-items: stretch;
    display: flex;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    border: 1px solid rgba(255,255,255,0.1);
    overflow: hidden;
    background: rgba(255,255,255,0.05);
}.lxtHv-get-in-touch .SgKoq-pic-card {
    min-height: 500px;
    position: relative;
    flex: 0 0 40%;
}.lxtHv-get-in-touch .SgKoq-pic-card::before {
    opacity: 0.6;
    background: linear-gradient(
        45deg, 
        rgb(129,191,176,0.5) 0%, 
        rgb(171,220,202,0.5) 100%
    );
    width: 100%;
    position: absolute;
    top: 0;
    mix-blend-mode: color-dodge;
    height: 100%;
    content: '';
    left: 0;
}.lxtHv-get-in-touch .pFGxe-message-widget {
    flex: 0 0 60%;
    flex-direction: column;
    display: flex;
    justify-content: center;
    padding: 4rem 3rem;
}.lxtHv-get-in-touch .pFGxe-message-widget form {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}.lxtHv-get-in-touch .pFGxe-message-widget h3 {
    font-size: 35px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 2rem;
    color: #ffffff;
}.lxtHv-get-in-touch .pFGxe-message-widget input:not([type="checkbox"]):not([type="submit"]) {
    color: #ffffff;
    padding: 1rem 1.5rem;
    border: 1px solid rgba(255,255,255,0.2);
    margin-bottom: 1.5rem;
    font-size: 14px;
    width: 100%;
    border-radius: 10px;
    background: rgba(255,255,255,0.1);
    outline: none;
    transition: all 0.3s ease;
}.lxtHv-get-in-touch .pFGxe-message-widget input:not([type="checkbox"]):not([type="submit"]):focus {
    border-color: rgb(171,220,202);
    box-shadow: 0 0 15px rgba(rgb(171,220,202), 0.3);
}.lxtHv-get-in-touch .pFGxe-message-widget .UpGAx-support-map {
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
}.lxtHv-get-in-touch .pFGxe-message-widget .UpGAx-support-map input[type="checkbox"] {
    cursor: pointer;
    border-radius: 10px;
    appearance: none;
    margin-right: 1rem;
    width: 22px;
    transition: all 0.3s ease;
    height: 22px;
    position: relative;
    border: 2px solid #ffffff;
}.lxtHv-get-in-touch .pFGxe-message-widget .UpGAx-support-map input[type="checkbox"]:checked {
    background: rgb(171,220,202);
    border-color: rgb(171,220,202);
}.lxtHv-get-in-touch .pFGxe-message-widget .UpGAx-support-map input[type="checkbox"]:checked::after {
    content: '✔';
    font-size: 0.8rem;
    position: absolute;
    left: 50%;
    color: #ffffff;
    top: 50%;
    transform: translate(-50%, -50%);
}.lxtHv-get-in-touch .pFGxe-message-widget .UpGAx-support-map label {
    align-items: center;
    color: #ffffff;
    font-size: 14px;
    display: flex;
}.lxtHv-get-in-touch .pFGxe-message-widget .UpGAx-support-map a {
    margin-left: 0.3rem;
    text-decoration: none;
    color: rgb(171,220,202);
    transition: color 0.3s ease;
}.lxtHv-get-in-touch .pFGxe-message-widget .UpGAx-support-map a:hover {
    text-decoration: underline;
}.lxtHv-get-in-touch .pFGxe-message-widget .PyJHB-contact-inquiry {
    font-size: 20px;
    padding: 1rem;
    overflow: hidden;
    transition: all 0.3s ease;
    font-weight: 600;
    color: #ffffff;
    width: 100%;
    background: rgb(171,220,202);
    cursor: pointer;
    border: none;
    position: relative;
    border-radius: 10px;
}.lxtHv-get-in-touch .pFGxe-message-widget .PyJHB-contact-inquiry::before {
    height: 100%;
    position: absolute;
    transition: all 0.3s ease;
    background: linear-gradient(
        120deg, 
        transparent, 
        rgba(255,255,255,0.3), 
        transparent
    );
    left: -100%;
    width: 100%;
    content: '';
    top: 0;
}.lxtHv-get-in-touch .pFGxe-message-widget .PyJHB-contact-inquiry:hover::before {
    left: 100%;
}.lxtHv-get-in-touch .pFGxe-message-widget .PyJHB-contact-inquiry:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    transform: translateY(-3px);
}

@keyframes subtle-pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.05);
        opacity: 0.9;
    }
}

@keyframes subtle-wave {
    0% {
        transform: rotate(0deg) scale(1);
    }
    100% {
        transform: rotate(5deg) scale(1.02);
    }
}

@media screen and (max-width: 1024px) {.lxtHv-get-in-touch .Snfqo-query-widget {
    flex-direction: column;
}.lxtHv-get-in-touch .SgKoq-pic-card {
    min-height: 300px;
    flex: 0 0 100%;
}.lxtHv-get-in-touch .pFGxe-message-widget {
    padding: 3rem 2rem;
    flex: 0 0 100%;
}
}

@media screen and (max-width: 768px) {.lxtHv-get-in-touch {
    padding: 3rem 0;
}.lxtHv-get-in-touch h2 {
    margin-bottom: 2rem;
    font-size: calc(42px * 0.8);
}.lxtHv-get-in-touch .pFGxe-message-widget h3 {
    font-size: calc(35px * 0.9);
}.lxtHv-get-in-touch .pFGxe-message-widget input:not([type="checkbox"]):not([type="submit"]) {
    margin-bottom: 1rem;
    padding: 0.8rem 1.2rem;
}.lxtHv-get-in-touch .pFGxe-message-widget .UpGAx-support-map {
    align-items: flex-start;
}.lxtHv-get-in-touch .pFGxe-message-widget .UpGAx-support-map input[type="checkbox"] {
    margin-top: 0.2rem;
}
}

@media screen and (max-width: 480px) {.lxtHv-get-in-touch .Snfqo-query-widget {
    border-radius: 0;
}.lxtHv-get-in-touch .SgKoq-pic-card {
    min-height: 250px;
}.lxtHv-get-in-touch .pFGxe-message-widget {
    padding: 2rem 1.5rem;
}}.HTfJc-our-team {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.HTfJc-our-team::before {
    position: absolute;
    top: 0;
    content: "";
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(135deg, rgb(129,191,176,0.5), rgba(0, 0, 0, 0.5) 80%);
    z-index: 1;
}.HTfJc-our-team::after {
    left: 0;
    top: 0;
    background: linear-gradient(to right, rgb(171,220,202,0.5) 0%, transparent 30%);
    position: absolute;
    z-index: 2;
    width: 100%;
    content: "";
    height: 100%;
}.HTfJc-our-team .container {
    z-index: 3;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}.HTfJc-our-team .XTDHQ-heading-frame {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    position: relative;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 50px 60px;
    backdrop-filter: blur(8px);
    background: rgba(255, 255, 255, 0.92);
    overflow: hidden;
    transform: translateY(0);
}.HTfJc-our-team .XTDHQ-heading-frame::before {
    width: 6px;
    position: absolute;
    transform-origin: center;
    left: 0;
    background: rgb(171,220,202);
    content: "";
    transform: scaleY(0.8);
    top: 0;
    transition: transform 0.5s ease-out;
    height: 100%;
}.HTfJc-our-team .XTDHQ-heading-frame:hover::before {
    transform: scaleY(1);
}.HTfJc-our-team .XTDHQ-heading-frame > div:first-child {
    margin-bottom: 16px;
    position: relative;
}.HTfJc-our-team .XTDHQ-heading-frame h5 {
    font-weight: 700;
    color: rgb(171,220,202);
    letter-spacing: 2px;
    display: inline-block;
    margin: 0;
    position: relative;
    font-size: 21px;
    transition: transform 0.5s ease-out;
    transform: translateX(0);
    text-transform: uppercase;
}.HTfJc-our-team .XTDHQ-heading-frame:hover h5 {
    transform: translateX(10px);
}.HTfJc-our-team .XTDHQ-heading-frame h5::after {
    bottom: -8px;
    height: 2px;
    position: absolute;
    content: "";
    transition: width 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    left: 0;
    width: 0;
    background: rgb(129,191,176);
}.HTfJc-our-team .XTDHQ-heading-frame:hover h5::after {
    width: 100%;
}.HTfJc-our-team .XTDHQ-heading-frame > div:nth-child(2) {
    margin-bottom: 24px;
}.HTfJc-our-team .XTDHQ-heading-frame > div:nth-child(2) p {
    font-size: calc(16px * 1.5);
    font-weight: 400;
    margin: 0;
    display: inline-block;
    color: #000000;
    position: relative;
}.HTfJc-our-team .XTDHQ-heading-frame > div:nth-child(2) p b {
    font-weight: 700;
    position: relative;
    z-index: 1;
}.HTfJc-our-team .XTDHQ-heading-frame > div:nth-child(2) p b::after {
    height: 35%;
    width: 110%;
    transition: height 0.3s ease-out;
    transform: skewX(-10deg);
    z-index: -1;
    background-color: rgb(129,191,176,0.5);
    left: -5%;
    bottom: 0;
    position: absolute;
    content: "";
}.HTfJc-our-team .XTDHQ-heading-frame:hover > div:nth-child(2) p b::after {
    height: 45%;
}.HTfJc-our-team .XTDHQ-heading-frame ol {
    counter-reset: item;
    padding-left: 0;
    margin: 0;
    list-style-type: none;
}.HTfJc-our-team .XTDHQ-heading-frame ol li {
    position: relative;
    line-height: 1.8;
    column-count: 1;
    font-size: 16px;
    margin-bottom: 16px;
    padding-left: 0;
    color: #000000;
    column-gap: 40px;
    text-align: justify;
    hyphens: auto;
}.HTfJc-our-team .XTDHQ-heading-frame ol li::first-line {
    letter-spacing: 0.5px;
    color: #000000;
    font-weight: 600;
}.HTfJc-our-team .XTDHQ-heading-frame ol li::first-letter {
    padding-right: 10px;
    line-height: 0.8;
    float: left;
    font-size: 2.5em;
    margin-top: 6px;
    color: rgb(171,220,202);
    font-weight: 700;
}

@media (min-width: 1200px) {.HTfJc-our-team .XTDHQ-heading-frame ol li {
    column-count: 2;
}
}

@media (min-width: 992px) and (max-width: 1199px) {.HTfJc-our-team {
    padding: 100px 0;
}.HTfJc-our-team .XTDHQ-heading-frame {
    padding: 45px 50px;
}.HTfJc-our-team .XTDHQ-heading-frame ol li {
    column-count: 2;
}
}

@media (min-width: 768px) and (max-width: 991px) {.HTfJc-our-team {
    padding: 80px 0;
}.HTfJc-our-team .XTDHQ-heading-frame {
    padding: 40px;
}.HTfJc-our-team .XTDHQ-heading-frame ol li {
    column-count: 1;
}
}

@media (max-width: 767px) {.HTfJc-our-team {
    padding: 60px 0;
}.HTfJc-our-team .XTDHQ-heading-frame {
    padding: 30px 25px;
}.HTfJc-our-team .XTDHQ-heading-frame::before {
    width: 4px;
}.HTfJc-our-team .XTDHQ-heading-frame > div:first-child {
    margin-bottom: 12px;
}.HTfJc-our-team .XTDHQ-heading-frame > div:nth-child(2) {
    margin-bottom: 20px;
}.HTfJc-our-team .XTDHQ-heading-frame > div:nth-child(2) p {
    font-size: calc(16px * 1.3);
}.HTfJc-our-team .XTDHQ-heading-frame ol li {
    line-height: 1.7;
    column-count: 1;
    font-size: calc(16px * 0.95);
}.HTfJc-our-team .XTDHQ-heading-frame ol li::first-letter {
    font-size: 2em;
    margin-top: 4px;
}
}

@media (max-width: 480px) {.HTfJc-our-team {
    padding: 50px 0;
}.HTfJc-our-team .XTDHQ-heading-frame {
    padding: 25px 20px;
}.HTfJc-our-team .XTDHQ-heading-frame > div:nth-child(2) p {
    font-size: calc(16px * 1.2);
}.HTfJc-our-team .XTDHQ-heading-frame ol li {
    line-height: 1.6;
    font-size: calc(16px * 0.9);
}.HTfJc-our-team .XTDHQ-heading-frame ol li::first-letter {
    font-size: 1.8em;
}
}

@media (prefers-reduced-motion: reduce) {.HTfJc-our-team .XTDHQ-heading-frame,
    .HTfJc-our-team .XTDHQ-heading-frame::before,
    .HTfJc-our-team .XTDHQ-heading-frame h5,
    .HTfJc-our-team .XTDHQ-heading-frame h5::after,
    .HTfJc-our-team .XTDHQ-heading-frame > div:nth-child(2) p b::after {
    transition: none;
}}.TuMoP-consentNotificationBox {
    background: rgb(212,238,227);
    bottom: 0;
    position: fixed;
    z-index: 90;
    width: 100%;
    border-top: 2px solid rgb(171,220,202);
}.rpjWN-track-toggle {
    align-items: center;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
}#DFkZu-cookiePolicyPanel {
    display: none;
}#DFkZu-cookiePolicyPanel:checked ~ .TuMoP-consentNotificationBox {
    visibility: hidden;
    opacity: 0;
}.TuMoP-consentNotificationBox h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.TuMoP-consentNotificationBox p {
    font-size: 18px;
}.YRaJz-data-settings {
    flex-shrink: 0;
    margin-right: 10px;
}.YRaJz-data-settings svg, .YRaJz-data-settings svg path, .YRaJz-data-settings img {
    width: 100px;
    fill: rgb(171,220,202);
    height: 100px;
}.tUqkx-cookie-guide {
    min-width: 120px;
    font-size: 24px;
    color: rgb(171,220,202);
    white-space: nowrap;
    border-bottom: 2px solid rgb(171,220,202);
    flex-shrink: 0;
    cursor: pointer;
    text-decoration: none;
    margin-left: 10px;
    text-align: center;
    line-height: 35px;
}.TuMoP-consentNotificationBox p a {
    color: rgb(171,220,202);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.TuMoP-consentNotificationBox {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.YRaJz-data-settings {
    display: none;
}.rpjWN-track-toggle {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.TuMoP-consentNotificationBox h5 {
    text-align: center;
}.TuMoP-consentNotificationBox p {
    text-align: center;
}.oebHL-learn-consent {
    margin-bottom: 20px;
}body .iagqe-container-wrap .tUqkx-cookie-guide {
    margin-bottom: 10px;
    margin-left: 0;
}}
.iagqe-container-wrap .TuMoP-consentNotificationBox {
    border: none;
    box-shadow: rgb(171,220,202,0.5) 0px 0px 40px 39px;
    background: #ffffff;
}.iagqe-container-wrap .tUqkx-cookie-guide {
    border: none;
    color: #ffffff;
    font-weight: 400;
    background: rgb(171,220,202);
    padding: 10px;
    margin-left: 30px;
    font-size: 20px;
}.iagqe-container-wrap .YRaJz-data-settings {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
    background:rgb(171,220,202);
}.iagqe-container-wrap .YRaJz-data-settings svg, .iagqe-container-wrap .YRaJz-data-settings svg path, .iagqe-container-wrap .YRaJz-data-settings img {
    fill:#000000;
    width: 40px;
    height: 40px;
}.iagqe-container-wrap .oebHL-learn-consent h5, .iagqe-container-wrap .oebHL-learn-consent p {
    color: #000000;
}
@media only screen and (max-width: 800px){.iagqe-container-wrap .YRaJz-data-settings {
    margin-bottom: 14px;
    margin: 0;
}}.nReXh-training-structure {
    perspective: 1000px;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(212,238,227) 0%, rgba(rgb(171,220,202,0.5), 0.05) 100%);
    overflow: hidden;
    position: relative;
}.nReXh-training-structure::before {
    top: 0;
    left: 0;
    background: 
        linear-gradient(45deg, transparent 40%, rgba(rgb(129,191,176,0.5), 0.03) 60%, transparent 80%),
        radial-gradient(circle at 20% 30%, rgba(rgb(171,220,202,0.5), 0.05) 0%, transparent 60%);
    position: absolute;
    height: 100%;
    transform: translateZ(-50px);
    content: "";
    width: 100%;
    pointer-events: none;
}.nReXh-training-structure::after {
    height: 300px;
    bottom: -10px;
    position: absolute;
    width: 300px;
    content: "";
    right: -10px;
    filter: blur(60px);
    transform: translateZ(-30px) rotate(-15deg);
    background: linear-gradient(225deg, rgb(171,220,202) 0%, transparent 70%);
    opacity: 0.07;
    pointer-events: none;
}.nReXh-training-structure .YNSaB-virtual-guides {
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    transform-style: preserve-3d;
    max-width: 1140px;
}.nReXh-training-structure .YNSaB-virtual-guides::before {
    top: -15px;
    background: linear-gradient(90deg, rgb(171,220,202) 0%, transparent 100%);
    height: 1px;
    transform: translateZ(10px);
    content: "";
    width: 35%;
    position: absolute;
    left: 0;
}.nReXh-training-structure h2 {
    transform: translateZ(20px);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    color: #000000;
    font-weight: 700;
    position: relative;
    font-size: 30px;
    margin-bottom: 35px;
}.nReXh-training-structure h2::after {
    width: 80px;
    transform: scaleX(1);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    bottom: -15px;
    height: 3px;
    transform-origin: left;
    background: rgb(171,220,202);
    left: 0;
    position: absolute;
    content: "";
}.nReXh-training-structure:hover h2::after {
    transform: scaleX(1.5);
}.nReXh-training-structure .XTDHQ-heading-frame {
    position: relative;
    border-left: 3px solid rgb(171,220,202);
    padding: 40px 50px 40px 40px;
    transform: translateZ(10px) translateX(5px);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s ease;
    background: #ffffff;
    box-shadow: 
        10px 15px 30px rgba(rgba(0, 0, 0, 0.5), 0.05),
        0 0 0 1px rgba(rgba(0, 0, 0, 0.5), 0.02);
}.nReXh-training-structure .XTDHQ-heading-frame::before {
    right: 20px;
    opacity: 0.1;
    height: 40px;
    content: "";
    transform: rotate(-15deg);
    width: 40px;
    background: linear-gradient(135deg, rgb(171,220,202) 0%, rgb(129,191,176) 100%);
    top: 20px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    position: absolute;
}.nReXh-training-structure:hover .XTDHQ-heading-frame {
    transform: translateZ(15px) translateX(0);
    box-shadow: 
        15px 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08),
        0 0 0 1px rgba(rgba(0, 0, 0, 0.5), 0.03);
}.nReXh-training-structure:hover .XTDHQ-heading-frame::before {
    transform: rotate(0deg);
}.nReXh-training-structure p {
    margin: 0;
    position: relative;
    z-index: 2;
    font-family: Arial, sans-serif;
    line-height: 1.7;
    color: #000000;
    font-size: 15px;
}.nReXh-training-structure p::first-letter {
    color: rgb(171,220,202);
    font-weight: 600;
    font-size: 1.3em;
}

@media (min-width: 1200px) {.nReXh-training-structure .YNSaB-virtual-guides {
    padding: 0 40px;
}.nReXh-training-structure .XTDHQ-heading-frame {
    margin-left: 40px;
    width: 80%;
}.nReXh-training-structure h2 {
    margin-left: 40px;
}
}

@media (max-width: 991px) {.nReXh-training-structure {
    padding: 90px 0;
}.nReXh-training-structure h2 {
    font-size: calc(30px * 0.9);
}.nReXh-training-structure .XTDHQ-heading-frame {
    padding: 35px 40px 35px 30px;
    transform: translateZ(5px) translateX(0);
}
}

@media (max-width: 767px) {.nReXh-training-structure {
    padding: 70px 0;
}.nReXh-training-structure h2 {
    margin-bottom: 30px;
    font-size: calc(30px * 0.8);
}.nReXh-training-structure .XTDHQ-heading-frame {
    padding: 30px 25px;
    transform: none;
}.nReXh-training-structure .XTDHQ-heading-frame::before {
    width: 30px;
    top: 15px;
    right: 15px;
    height: 30px;
}.nReXh-training-structure .YNSaB-virtual-guides::before {
    width: 25%;
}.nReXh-training-structure:hover .XTDHQ-heading-frame {
    transform: translateZ(5px);
}
}

@media (max-width: 575px) {.nReXh-training-structure {
    padding: 50px 0;
}.nReXh-training-structure h2 {
    margin-bottom: 25px;
    font-size: calc(30px * 0.7);
}.nReXh-training-structure h2::after {
    bottom: -10px;
    width: 60px;
}.nReXh-training-structure p {
    font-size: calc(15px * 0.95);
}.nReXh-training-structure .XTDHQ-heading-frame {
    padding: 25px 20px;
    border-left: 2px solid rgb(171,220,202);
}
}

@media (hover: none) {.nReXh-training-structure .XTDHQ-heading-frame,
    .nReXh-training-structure:hover .XTDHQ-heading-frame,
    .nReXh-training-structure h2,
    .nReXh-training-structure .XTDHQ-heading-frame::before {
    transition: none;
    transform: none;
}.nReXh-training-structure h2::after {
    transition: none;
}.nReXh-training-structure:hover h2::after {
    transform: none;
}}.rGNHv-connect {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(212,238,227) 0%, rgba(245, 248, 255, 0.95) 100%);
    padding: 5rem 0;
    z-index: 1;
}.rGNHv-connect::before {
    content: '';
    left: 0;
    transform: skewY(-3deg);
    top: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(45deg, rgb(171,220,202,0.5) 0%, transparent 70%);
    height: 100%;
    z-index: -1;
    transform-origin: top left;
}.rGNHv-connect::after {
    content: '';
    top: -10%;
    width: 30%;
    position: absolute;
    animation: float 15s infinite ease-in-out;
    clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 0% 100%);
    background: linear-gradient(to right, transparent, rgb(129,191,176,0.5) 70%);
    right: -5%;
    z-index: -1;
    height: 60%;
}.rGNHv-connect .container {
    margin: 0 auto;
    position: relative;
    padding: 0 1.5rem;
    max-width: 1200px;
}.rGNHv-connect .AQkWR-submit-request {
    position: relative;
    transition: transform 0.5s ease-out;
    transform-style: preserve-3d;
    transform: perspective(1000px) rotateY(2deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.07), 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 3rem 2rem;
    background: #ffffff;
}.rGNHv-connect .AQkWR-submit-request:hover {
    transform: perspective(1000px) rotateY(0deg);
}.rGNHv-connect h3 {
    position: relative;
    color: rgb(171,220,202);
    font-size: 38px;
    display: inline-block;
    transform: translateZ(30px);
    font-weight: 700;
    margin-bottom: 1.5rem;
}.rGNHv-connect h3::after {
    position: absolute;
    left: 0;
    width: 40%;
    transition: width 0.3s ease;
    bottom: -10px;
    background: rgb(171,220,202);
    content: '';
    height: 3px;
}.rGNHv-connect .AQkWR-submit-request:hover h3::after {
    width: 100%;
}.rGNHv-connect p {
    margin-bottom: 1.5rem;
    max-width: 90%;
    color: #000000;
    font-size: 17px;
    transition: transform 0.3s ease-out;
    line-height: 1.7;
}.rGNHv-connect .AQkWR-submit-request > div:first-of-type p {
    border-left: 3px solid rgb(129,191,176);
    font-style: italic;
    padding-left: 1rem;
}.rGNHv-connect h5 {
    align-items: center;
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 0.5rem;
    color: #000000;
    display: flex;
    gap: 0.75rem;
}.rGNHv-connect .uoaeK-edu-askus {
    padding: 1.5rem 0 0;
    gap: 1.25rem;
    display: flex;
    position: relative;
    flex-direction: column;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    margin: 1.5rem 0 0;
    list-style: none;
}.rGNHv-connect .uoaeK-edu-askus::before {
    content: '';
    left: 0;
    top: -5px;
    background: #ffffff;
    position: absolute;
    height: 10px;
    width: 50px;
}.rGNHv-connect .uoaeK-edu-askus li {
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}.rGNHv-connect .uoaeK-edu-askus li:hover {
    transform: translateX(10px);
}.rGNHv-connect .OFGjx-instant-contact {
    text-transform: capitalize;
    transition: color 0.3s ease;
    text-decoration: none;
    gap: 0.75rem;
    font-size: calc(17px * 0.95);
    color: #000000;
    display: flex;
    align-items: center;
    font-weight: 600;
}.rGNHv-connect .OFGjx-instant-contact:hover {
    color: rgb(171,220,202);
}.rGNHv-connect .OFGjx-instant-contact svg {
    height: 22px;
    transition: transform 0.3s ease;
    width: 22px;
}.rGNHv-connect .OFGjx-instant-contact:hover svg {
    transform: scale(1.2) rotate(5deg);
}.rGNHv-connect svg {
    transform-origin: center;
    flex-shrink: 0;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.rGNHv-connect svg path {
    transition: fill 0.3s ease;
}.rGNHv-connect .OFGjx-instant-contact:hover svg path {
    fill: rgb(171,220,202);
}

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

@media screen and (min-width: 768px) {.rGNHv-connect .AQkWR-submit-request {
    padding: 4rem 3rem;
    gap: 2rem;
    grid-template-columns: 1fr 1fr;
    display: grid;
}.rGNHv-connect .AQkWR-submit-request > div:first-of-type {
    grid-column: 1 / -1;
}.rGNHv-connect .uoaeK-edu-askus {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    grid-column: 1 / -1;
}.rGNHv-connect h3 {
    font-size: calc(38px * 1.2);
    margin-bottom: 2rem;
}.rGNHv-connect p {
    font-size: calc(17px * 1.05);
}
}

@media screen and (min-width: 992px) {.rGNHv-connect {
    padding: 7rem 0;
}.rGNHv-connect .AQkWR-submit-request {
    padding: 5rem;
    grid-template-columns: repeat(12, 1fr);
}.rGNHv-connect .AQkWR-submit-request > div:first-of-type {
    grid-column: 1 / 9;
}.rGNHv-connect .AQkWR-submit-request > div:nth-of-type(2) {
    grid-column: 9 / 13;
}.rGNHv-connect .uoaeK-edu-askus {
    grid-column: 1 / 13;
    gap: 3rem;
    justify-content: flex-start;
}.rGNHv-connect h3 {
    transform: translateZ(50px);
    margin-left: -20px;
}
}

@media (hover: hover) {.rGNHv-connect .AQkWR-submit-request > div:hover p {
    transform: translateX(5px);
}.rGNHv-connect .OFGjx-instant-contact:active svg {
    transform: scale(0.9);
}
}

@media (prefers-reduced-motion) {.rGNHv-connect .AQkWR-submit-request,
    .rGNHv-connect .uoaeK-edu-askus li,
    .rGNHv-connect svg {
    transition: none;
    animation: none !important;
    transform: none !important;
}.rGNHv-connect::after {
    animation: none;
}}.nTuhq-pricing-bundle {
    background: rgb(212,238,227);
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.nTuhq-pricing-bundle::before {
    z-index: 0;
    right: -10%;
    background: linear-gradient(135deg, rgb(171,220,202,0.5), rgb(129,191,176,0.5));
    content: "";
    filter: blur(80px);
    opacity: 0.15;
    height: 600px;
    width: 600px;
    top: -15%;
    position: absolute;
}.nTuhq-pricing-bundle::after {
    opacity: 0.1;
    background: linear-gradient(225deg, rgb(129,191,176,0.5), rgb(171,220,202,0.5));
    z-index: 0;
    left: -10%;
    width: 500px;
    filter: blur(100px);
    bottom: -15%;
    height: 500px;
    position: absolute;
    content: "";
}.nTuhq-pricing-bundle .container {
    z-index: 1;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1400px;
}.nTuhq-pricing-bundle .EQzSb-skill-plans {
    gap: 60px;
    display: flex;
    flex-direction: column;
}.nTuhq-pricing-bundle .bnxPu-pricing-list {
    transform: translateX(5%);
    z-index: 2;
    order: -1;
    margin-bottom: 20px;
    position: relative;
}.nTuhq-pricing-bundle .bnxPu-pricing-list h2 {
    transition: transform 0.5s ease;
    background: linear-gradient(90deg, #000000, rgb(171,220,202));
    font-weight: 700;
    -webkit-background-clip: text !important;
    margin-bottom: 15px;
    color: #000000;
    font-size: 38px;
    transform: perspective(1000px) rotateX(0deg);
    color: transparent;
    background-clip: text !important;
}.nTuhq-pricing-bundle .bnxPu-pricing-list .vbmZO-training-fees {
    line-height: 1.6;
    max-width: 700px;
    font-size: 17px;
    margin-left: 5px;
    transition: transform 0.4s ease;
    color: #000000;
    transform: translateY(0);
}.nTuhq-pricing-bundle .bnxPu-pricing-list:hover h2 {
    transform: perspective(1000px) rotateX(5deg);
}.nTuhq-pricing-bundle .bnxPu-pricing-list:hover .vbmZO-training-fees {
    transform: translateY(3px);
}.nTuhq-pricing-bundle .tgWSa-cert-cost {
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    perspective: 1000px;
    display: grid;
}.nTuhq-pricing-bundle .kTSQq-fee-chart {
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform-style: preserve-3d;
    text-decoration: none;
    transform: translateZ(0) scale(1);
    overflow: hidden;
    display: block;
    height: 100%;
    position: relative;
}.nTuhq-pricing-bundle .kTSQq-fee-chart:hover {
    z-index: 5;
    transform: translateZ(20px) scale(1.02);
}.nTuhq-pricing-bundle .Oirvx-fee-deals {
    overflow: hidden;
    flex-direction: column;
    display: flex;
    transition: box-shadow 0.5s ease;
    position: relative;
    background: #ffffff;
    height: 100%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
}.nTuhq-pricing-bundle .kTSQq-fee-chart:hover .Oirvx-fee-deals {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 0 0 0 1px rgb(171,220,202,0.5);
}.nTuhq-pricing-bundle .Oirvx-fee-deals::before {
    height: 5px;
    right: 0;
    background: linear-gradient(90deg, rgb(171,220,202), rgb(129,191,176));
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    transform-origin: left;
    top: 0;
    transform: scaleX(0);
    content: "";
    position: absolute;
}.nTuhq-pricing-bundle .kTSQq-fee-chart:hover .Oirvx-fee-deals::before {
    transform: scaleX(1);
}.nTuhq-pricing-bundle .JkHfN-tuition-table {
    flex-direction: column;
    overflow: hidden;
    flex-grow: 1;
    position: relative;
    z-index: 2;
    display: flex;
    padding: 35px 30px;
}.nTuhq-pricing-bundle .JkHfN-tuition-table h3 {
    transform: translateY(0);
    color: #000000;
    margin-bottom: 15px;
    position: relative;
    transition: transform 0.4s ease, color 0.3s ease;
    word-break: break-word;
    font-weight: 600;
    overflow-wrap: break-word;
    font-size: calc(21px + 2px);
}.nTuhq-pricing-bundle .kTSQq-fee-chart:hover .JkHfN-tuition-table h3 {
    color: rgb(171,220,202);
    transform: translateY(-2px);
}.nTuhq-pricing-bundle .JkHfN-tuition-table .UMrqb-promo-plans {
    font-size: calc(21px + 6px);
    display: block;
    color: rgb(171,220,202);
    font-weight: 700;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    margin: 5px 0 20px;
    overflow-wrap: break-word;
    word-break: break-word;
}.nTuhq-pricing-bundle .kTSQq-fee-chart:hover .JkHfN-tuition-table .UMrqb-promo-plans {
    transform: scale(1.05);
}.nTuhq-pricing-bundle .JkHfN-tuition-table .UMrqb-promo-plans::after {
    background: rgb(129,191,176,0.5);
    position: absolute;
    left: 0;
    transition: width 0.4s ease;
    width: 50px;
    bottom: -10px;
    height: 2px;
    content: "";
}.nTuhq-pricing-bundle .kTSQq-fee-chart:hover .JkHfN-tuition-table .UMrqb-promo-plans::after {
    width: 80px;
}.nTuhq-pricing-bundle .JkHfN-tuition-table p {
    color: #000000;
    word-break: break-word;
    opacity: 0.85;
    overflow-wrap: break-word;
    flex-grow: 1;
    margin-top: 10px;
    font-size: 17px;
    line-height: 1.7;
    transition: opacity 0.3s ease;
    white-space: normal;
}.nTuhq-pricing-bundle .kTSQq-fee-chart:hover .JkHfN-tuition-table p {
    opacity: 1;
}.nTuhq-pricing-bundle .kTSQq-fee-chart .SgKoq-pic-card {
    overflow: hidden;
    height: 220px;
    transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    position: relative;
}.nTuhq-pricing-bundle .kTSQq-fee-chart:hover .SgKoq-pic-card {
    height: 240px;
}.nTuhq-pricing-bundle .kTSQq-fee-chart .SgKoq-pic-card::after {
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
    top: 0;
    transition: opacity 0.4s ease;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    position: absolute;
    content: "";
}.nTuhq-pricing-bundle .kTSQq-fee-chart:hover .SgKoq-pic-card::after {
    opacity: 1;
}.nTuhq-pricing-bundle .kTSQq-fee-chart:nth-child(odd) .Oirvx-fee-deals {
    flex-direction: column-reverse;
}

@media (min-width: 992px) {.nTuhq-pricing-bundle {
    padding: 140px 0;
}.nTuhq-pricing-bundle .EQzSb-skill-plans {
    flex-direction: row;
    align-items: flex-start;
}.nTuhq-pricing-bundle .bnxPu-pricing-list {
    order: 0;
    position: sticky;
    align-self: flex-start;
    transform: translateX(0);
    width: 30%;
    top: 100px;
    margin-right: 70px;
}.nTuhq-pricing-bundle .tgWSa-cert-cost {
    width: 70%;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 1200px) {.nTuhq-pricing-bundle .tgWSa-cert-cost {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.nTuhq-pricing-bundle .bnxPu-pricing-list h2 {
    font-size: calc(38px + 5px);
}
}

@media (max-width: 991px) {.nTuhq-pricing-bundle {
    padding: 80px 0;
}.nTuhq-pricing-bundle .bnxPu-pricing-list {
    text-align: center;
    transform: translateX(0);
}.nTuhq-pricing-bundle .bnxPu-pricing-list .vbmZO-training-fees {
    margin: 0 auto;
}
}

@media (max-width: 767px) {.nTuhq-pricing-bundle {
    padding: 60px 0;
}.nTuhq-pricing-bundle .tgWSa-cert-cost {
    grid-template-columns: 1fr;
}.nTuhq-pricing-bundle .JkHfN-tuition-table {
    padding: 25px 20px;
}.nTuhq-pricing-bundle .kTSQq-fee-chart .SgKoq-pic-card {
    height: 180px;
}.nTuhq-pricing-bundle .bnxPu-pricing-list h2 {
    font-size: calc(38px - 2px);
}
}

@media (max-width: 480px) {.nTuhq-pricing-bundle {
    padding: 50px 0;
}.nTuhq-pricing-bundle .JkHfN-tuition-table h3 {
    font-size: 21px;
}.nTuhq-pricing-bundle .JkHfN-tuition-table .UMrqb-promo-plans {
    font-size: calc(21px + 2px);
}.nTuhq-pricing-bundle .JkHfN-tuition-table p {
    font-size: calc(17px - 1px);
}}.qzlJw-tySpotlight {
    padding: 5rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(212,238,227) 0%, rgb(171,220,202,0.5) 100%);
    overflow: hidden;
}.qzlJw-tySpotlight::before {
    right: 0;
    height: 100%;
    top: 0;
    background: linear-gradient(230deg, rgb(129,191,176,0.5) 10%, transparent 80%);
    clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
    position: absolute;
    content: "";
    z-index: 1;
    width: 40%;
}.qzlJw-tySpotlight::after {
    left: -5rem;
    width: 20rem;
    content: "";
    filter: blur(30px);
    animation: pulse 8s infinite ease-in-out;
    position: absolute;
    bottom: -5rem;
    background: linear-gradient(45deg, rgb(171,220,202,0.5) 0%, transparent 70%);
    border-radius: 50%;
    height: 20rem;
    z-index: 0;
}.qzlJw-tySpotlight .container {
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
    padding: 0 2rem;
    transform: perspective(1000px) rotateX(2deg);
}.qzlJw-tySpotlight h2 {
    position: relative;
    font-family: Arial, sans-serif;
    animation: slideInTitle 0.8s ease-out forwards;
    max-width: 90%;
    transform-origin: left center;
    color: #000000;
    line-height: 1.3;
    margin-bottom: 3rem;
    font-size: 36px;
    font-weight: 700;
}.qzlJw-tySpotlight h2::after {
    left: 0;
    animation: expandLine 1s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
    bottom: -1rem;
    content: "";
    transform-origin: left;
    position: absolute;
    background: linear-gradient(90deg, rgb(171,220,202) 0%, rgb(129,191,176) 100%);
    height: 0.3rem;
    transform: scaleX(0);
    width: 6rem;
}.qzlJw-tySpotlight .YNSaB-virtual-guides {
    background: #ffffff;
    position: relative;
    animation: fadeInUp 0.8s 0.3s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(20px);
    padding: 3rem;
    box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.08);
    opacity: 0;
}.qzlJw-tySpotlight .YNSaB-virtual-guides::before {
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 95% 100%, 0 100%);
    background: linear-gradient(135deg, #ffffff 0%, #ffffff 60%, rgb(129,191,176,0.5) 150%);
    top: 0;
    width: 100%;
    left: 0;
    position: absolute;
    z-index: -1;
    content: "";
}.qzlJw-tySpotlight ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.qzlJw-tySpotlight li {
    padding-left: 2rem;
    position: relative;
}.qzlJw-tySpotlight li::before {
    content: "";
    position: absolute;
    top: 0.5rem;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    animation: scaleIn 0.5s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform: rotate(45deg) scale(0);
    background: rgb(171,220,202);
    width: 0.6rem;
    left: 0;
    height: 0.6rem;
}.qzlJw-tySpotlight span {
    line-height: 1.8;
    font-family: Arial, sans-serif;
    display: block;
    color: #000000;
    position: relative;
    font-size: 17px;
}

@keyframes slideInTitle {
    from {
        transform: translateX(-30px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

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

@keyframes fadeInUp {
    from {
        transform: translateY(20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes scaleIn {
    from {
        transform: rotate(45deg) scale(0);
    }
    to {
        transform: rotate(45deg) scale(1);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.5;
    }
}

@media (max-width: 992px) {.qzlJw-tySpotlight {
    padding: 4rem 0;
}.qzlJw-tySpotlight h2 {
    max-width: 100%;
    font-size: calc(36px * 0.9);
}.qzlJw-tySpotlight .YNSaB-virtual-guides {
    padding: 2.5rem;
}.qzlJw-tySpotlight::before {
    width: 30%;
}
}

@media (max-width: 768px) {.qzlJw-tySpotlight {
    padding: 3.5rem 0;
}.qzlJw-tySpotlight h2 {
    line-height: 1.4;
    font-size: calc(36px * 0.8);
    margin-bottom: 2.5rem;
}.qzlJw-tySpotlight .YNSaB-virtual-guides {
    padding: 2rem;
}.qzlJw-tySpotlight .container {
    transform: perspective(1000px) rotateX(1deg);
}.qzlJw-tySpotlight::before {
    width: 25%;
}.qzlJw-tySpotlight li::before {
    top: 0.4rem;
}
}

@media (max-width: 576px) {.qzlJw-tySpotlight {
    padding: 3rem 0;
}.qzlJw-tySpotlight h2 {
    margin-bottom: 2rem;
    font-size: calc(36px * 0.7);
}.qzlJw-tySpotlight h2::after {
    height: 0.25rem;
    bottom: -0.75rem;
    width: 5rem;
}.qzlJw-tySpotlight .YNSaB-virtual-guides {
    padding: 1.5rem;
}.qzlJw-tySpotlight .container {
    padding: 0 1.5rem;
    transform: none;
}.qzlJw-tySpotlight::before {
    display: none;
}.qzlJw-tySpotlight li {
    padding-left: 1.5rem;
}.qzlJw-tySpotlight li::before {
    height: 0.5rem;
    width: 0.5rem;
    top: 0.4rem;
}.qzlJw-tySpotlight span {
    line-height: 1.7;
    font-size: calc(17px * 0.95);
}}.ucLRT-privacy-shelter {
    z-index: 1;
    padding: 4rem 2rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    background: linear-gradient(145deg, rgb(212,238,227) 0%, rgb(212,238,227) 85%, rgb(171,220,202,0.5) 100%);
    position: relative;
    overflow: hidden;
}.ucLRT-privacy-shelter::before {
    background-size: 20px 20px;
    opacity: 0.03;
    width: 100%;
    top: 0;
    z-index: -1;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    content: "";
    background-image: 
        linear-gradient(45deg, rgb(212,238,227) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(212,238,227) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(212,238,227) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(212,238,227) 75%);
    height: 100%;
    left: 0;
    position: absolute;
}.ucLRT-privacy-shelter::after {
    content: "";
    height: 200%;
    z-index: -1;
    top: -50%;
    opacity: 0.05;
    animation: pulse 15s infinite alternate ease-in-out;
    background: radial-gradient(circle at center, rgb(171,220,202,0.5) 0%, transparent 70%);
    left: -50%;
    transform: scale(1);
    width: 200%;
    position: absolute;
}@keyframes pulse {
    0% { transform: scale(1); opacity: 0.05; }
    50% { transform: scale(1.05); opacity: 0.08; }
    100% { transform: scale(1); opacity: 0.05; }
}

.ucLRT-privacy-shelter .container {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(0);
    padding: 3rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06), 
                0 2px 5px rgba(0, 0, 0, 0.03),
                0 -1px 0 rgb(171,220,202,0.5);
    margin: 0 auto;
    max-width: 1200px;
    background: #ffffff;
}.ucLRT-privacy-shelter .container:hover {
    transform: translateY(-5px);
}.ucLRT-privacy-shelter h1 {
    color: #000000;
    font-weight: 700;
    transition: transform 0.3s ease-out;
    margin-bottom: 2rem;
    line-height: 1.2;
    font-size: 45px;
    transform: translateX(0);
    position: relative;
    padding-bottom: 0.75rem;
}.ucLRT-privacy-shelter h1::after {
    background: rgb(171,220,202);
    height: 3px;
    transform: scaleX(1);
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    width: 60px;
    bottom: 0;
    transform-origin: left;
    content: "";
    left: 0;
}.ucLRT-privacy-shelter:hover h1::after {
    transform: scaleX(1.5);
}.ucLRT-privacy-shelter h2 {
    margin: 2.5rem 0 1.5rem;
    padding-left: 1rem;
    color: #000000;
    transition: padding 0.3s ease;
    position: relative;
    font-weight: 600;
    font-size: 36px;
}.ucLRT-privacy-shelter h2::before {
    left: 0;
    top: 0.25em;
    transform: scaleY(1);
    position: absolute;
    background: rgb(129,191,176);
    transition: transform 0.3s ease;
    content: "";
    height: 70%;
    width: 3px;
}.ucLRT-privacy-shelter h2:hover::before {
    transform: scaleY(1.2);
}.ucLRT-privacy-shelter h3 {
    position: relative;
    font-size: calc(19px + 0.1rem);
    color: #000000;
    margin: 1.75rem 0 1rem;
    font-weight: 600;
}.ucLRT-privacy-shelter h4 {
    font-weight: 600;
    margin: 1.5rem 0 0.75rem;
    color: #000000;
    font-size: 16px;
}.ucLRT-privacy-shelter p {
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    margin-bottom: 1.25rem;
    font-size: 15px;
    line-height: 1.7;
    color: #000000;
    max-width: 90ch;
}.ucLRT-privacy-shelter span {
    display: inline-block;
    color: rgb(171,220,202);
    font-weight: 600;
    transition: color 0.3s ease;
    position: relative;
}.ucLRT-privacy-shelter span:hover {
    color: rgb(129,191,176);
}.ucLRT-privacy-shelter ul {
    margin: 1.5rem 0 2rem 1.25rem;
    list-style-type: none;
}.ucLRT-privacy-shelter li {
    position: relative;
    margin-bottom: 0.75rem;
    font-size: 15px;
    padding-left: 1.5rem;
    transition: transform 0.2s ease-out;
    color: #000000;
    line-height: 1.6;
}.ucLRT-privacy-shelter li::before {
    border-radius: 1px;
    content: "";
    top: 0.7em;
    transition: transform 0.3s ease, background-color 0.3s ease;
    transform: rotate(45deg);
    width: 8px;
    background: rgb(171,220,202,0.5);
    position: absolute;
    height: 8px;
    left: 0;
}.ucLRT-privacy-shelter li:hover::before {
    transform: rotate(135deg);
    background: rgb(171,220,202);
}.ucLRT-privacy-shelter li:hover {
    transform: translateX(3px);
}.ucLRT-privacy-shelter div {
    position: relative;
}

@media (max-width: 992px) {.ucLRT-privacy-shelter {
    padding: 3rem 1.5rem;
}.ucLRT-privacy-shelter .container {
    padding: 2.5rem 2rem;
}.ucLRT-privacy-shelter h1 {
    font-size: calc(45px - 0.2rem);
}.ucLRT-privacy-shelter h2 {
    font-size: calc(36px - 0.15rem);
}
}

@media (max-width: 768px) {.ucLRT-privacy-shelter {
    padding: 2.5rem 1rem;
}.ucLRT-privacy-shelter .container {
    padding: 2rem 1.5rem;
}.ucLRT-privacy-shelter h1 {
    margin-bottom: 1.5rem;
    font-size: calc(45px - 0.4rem);
}.ucLRT-privacy-shelter h2 {
    margin: 2rem 0 1rem;
    font-size: calc(36px - 0.3rem);
}.ucLRT-privacy-shelter h3 {
    font-size: 19px;
    margin: 1.5rem 0 0.75rem;
}.ucLRT-privacy-shelter p {
    font-size: calc(15px - 0.05rem);
}.ucLRT-privacy-shelter ul {
    margin-left: 0.5rem;
}.ucLRT-privacy-shelter li {
    padding-left: 1.25rem;
    font-size: calc(15px - 0.05rem);
}
}

@media (max-width: 576px) {.ucLRT-privacy-shelter {
    padding: 2rem 0.75rem;
}.ucLRT-privacy-shelter .container {
    padding: 1.5rem 1.25rem;
}.ucLRT-privacy-shelter h1 {
    font-size: calc(45px - 0.6rem);
}.ucLRT-privacy-shelter h2 {
    padding-left: 0.75rem;
    font-size: calc(36px - 0.4rem);
}.ucLRT-privacy-shelter h2::before {
    width: 2px;
}.ucLRT-privacy-shelter li::before {
    width: 6px;
    height: 6px;
}
}

@media (prefers-reduced-motion: reduce) {.ucLRT-privacy-shelter::after {
    animation: none;
}.ucLRT-privacy-shelter .container,
    .ucLRT-privacy-shelter li,
    .ucLRT-privacy-shelter h1::after,
    .ucLRT-privacy-shelter h2::before {
    transition: none;
}}.ezHyc-course-program-info {
    overflow: hidden;
    background-color: rgb(212,238,227);
    position: relative;
    padding: 6rem 0;
}.ezHyc-course-program-info::before {
    top: -5%;
    right: -10%;
    height: 65%;
    width: 65%;
    background: linear-gradient(45deg, rgb(129,191,176,0.5), rgb(129,191,176));
    opacity: 0.05;
    content: "";
    z-index: 0;
    position: absolute;
    transform: rotate(-15deg);
}.ezHyc-course-program-info::after {
    transform: rotate(15deg);
    bottom: -5%;
    height: 55%;
    content: "";
    width: 55%;
    opacity: 0.05;
    z-index: 0;
    background: linear-gradient(135deg, rgb(171,220,202,0.5), rgb(171,220,202));
    position: absolute;
    left: -10%;
}.ezHyc-course-program-info .container {
    margin: 0 auto;
    padding: 0 1.5rem;
    max-width: 1400px;
    z-index: 1;
    position: relative;
}.ezHyc-course-program-info h2 {
    color: #000000;
    position: relative;
    font-weight: 700;
    margin-bottom: 3rem;
    font-size: 35px;
    max-width: 85%;
    line-height: 1.3;
}.ezHyc-course-program-info h2::after {
    position: absolute;
    left: 0;
    transform-origin: left center;
    transform: scaleX(1);
    bottom: -0.75rem;
    content: "";
    background: linear-gradient(90deg, rgb(129,191,176), rgb(171,220,202));
    height: 3px;
    transition: transform 0.5s ease;
    width: 5rem;
}.ezHyc-course-program-info .container:hover h2::after {
    transform: scaleX(1.5);
}.ezHyc-course-program-info .YjJib-training-map {
    gap: 2.5rem;
    display: grid;
    position: relative;
    grid-template-columns: 1fr;
}.ezHyc-course-program-info .SgKoq-pic-card {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    height: 400px;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.6s ease;
    position: relative;
    transform: perspective(1000px) rotateY(-3deg);
}.ezHyc-course-program-info .SgKoq-pic-card::before {
    transition: opacity 0.6s ease;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgb(129,191,176,0.5), transparent);
    content: "";
    position: absolute;
    opacity: 0.3;
    top: 0;
    left: 0;
}.ezHyc-course-program-info .SgKoq-pic-card::after {
    transition: left 0.8s ease-out;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 200%;
    transform: rotate(45deg);
    position: absolute;
    left: -100%;
    width: 200%;
    top: 30%;
    content: "";
}.ezHyc-course-program-info .container:hover .SgKoq-pic-card {
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.ezHyc-course-program-info .container:hover .SgKoq-pic-card::before {
    opacity: 0.5;
}.ezHyc-course-program-info .container:hover .SgKoq-pic-card::after {
    left: 100%;
}.ezHyc-course-program-info .XTDHQ-heading-frame {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 2.5rem;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    background-color: #ffffff;
    overflow: hidden;
    transform: translateY(0);
    position: relative;
}.ezHyc-course-program-info .XTDHQ-heading-frame::before {
    width: 4px;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    top: 0;
    transform-origin: center;
    height: 100%;
    left: 0;
    position: absolute;
    transform: scaleY(0.3);
    content: "";
    background: linear-gradient(to bottom, rgb(129,191,176), rgb(171,220,202));
}.ezHyc-course-program-info .container:hover .XTDHQ-heading-frame {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}.ezHyc-course-program-info .container:hover .XTDHQ-heading-frame::before {
    transform: scaleY(1);
}.ezHyc-course-program-info .description {
    transition: color 0.3s ease;
    line-height: 1.8;
    color: #000000;
    margin-bottom: 1.5rem;
    font-size: 15px;
    position: relative;
}.ezHyc-course-program-info .description:last-child {
    margin-bottom: 0;
}.ezHyc-course-program-info .description::first-letter {
    font-weight: 600;
    color: rgb(129,191,176);
    font-size: 1.3em;
}.ezHyc-course-program-info .description strong {
    -webkit-background-clip: text !important;
    color: #000000;
    background-clip: text !important;
    background: linear-gradient(to right, rgb(129,191,176,0.5), transparent);
}

@media (min-width: 768px) {.ezHyc-course-program-info {
    padding: 8rem 0;
}.ezHyc-course-program-info h2 {
    font-size: calc(35px * 1.1);
    max-width: 70%;
    margin-bottom: 3.5rem;
}.ezHyc-course-program-info .YjJib-training-map {
    align-items: center;
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
}.ezHyc-course-program-info .SgKoq-pic-card {
    height: 500px;
}.ezHyc-course-program-info .XTDHQ-heading-frame {
    scrollbar-width: thin;
    scrollbar-color: rgb(129,191,176,0.5) #ffffff;
    padding: 3rem;
    max-height: 500px;
    overflow-y: auto;
}.ezHyc-course-program-info .XTDHQ-heading-frame::-webkit-scrollbar {
    width: 6px;
}.ezHyc-course-program-info .XTDHQ-heading-frame::-webkit-scrollbar-track {
    background: #ffffff;
}.ezHyc-course-program-info .XTDHQ-heading-frame::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: rgb(129,191,176,0.5);
}
}

@media (min-width: 992px) {.ezHyc-course-program-info {
    padding: 10rem 0;
}.ezHyc-course-program-info h2 {
    font-size: calc(35px * 1.2);
    max-width: 60%;
}.ezHyc-course-program-info .YjJib-training-map {
    gap: 4rem;
}.ezHyc-course-program-info .SgKoq-pic-card {
    height: 550px;
    transform: perspective(1000px) rotateY(-5deg) translateX(-20px);
}.ezHyc-course-program-info .container:hover .SgKoq-pic-card {
    transform: perspective(1000px) rotateY(0deg) translateX(0);
}.ezHyc-course-program-info .XTDHQ-heading-frame {
    backdrop-filter: blur(10px);
    margin-right: -2rem;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 3.5rem;
    max-height: 550px;
}.ezHyc-course-program-info .description {
    line-height: 1.9;
    font-size: calc(15px * 1.05);
}
}

@media (min-width: 1200px) {.ezHyc-course-program-info h2 {
    font-size: calc(35px * 1.3);
    max-width: 50%;
}.ezHyc-course-program-info .YjJib-training-map {
    gap: 5rem;
}.ezHyc-course-program-info .SgKoq-pic-card {
    height: 600px;
    transform: perspective(1000px) rotateY(-5deg) translateX(-30px);
}.ezHyc-course-program-info .XTDHQ-heading-frame {
    max-height: 600px;
    margin-right: -3rem;
    padding: 4rem;
}.ezHyc-course-program-info .description {
    font-size: calc(15px * 1.1);
    line-height: 2;
}
}

@media (max-width: 767px) {.ezHyc-course-program-info {
    padding: 4rem 0;
}.ezHyc-course-program-info h2 {
    margin-bottom: 2rem;
    font-size: calc(35px * 0.9);
    max-width: 100%;
}.ezHyc-course-program-info .SgKoq-pic-card {
    height: 300px;
    transform: perspective(1000px) rotateY(0deg);
}.ezHyc-course-program-info .XTDHQ-heading-frame {
    padding: 2rem;
}.ezHyc-course-program-info .description {
    font-size: calc(15px * 0.95);
    line-height: 1.7;
}}.ZFOzX-title-opener {
    position: relative;
    width: 100%;
    overflow: hidden;
    font-family: Arial, sans-serif;
}.ZFOzX-title-opener .hufPZ-start-welcome {
    align-items: center;
    min-height: 85vh;
    position: relative;
    justify-content: center;
    width: 100%;
    display: flex;
}.ZFOzX-title-opener .hufPZ-start-welcome::before {
    z-index: 1;
    top: 0;
    right: 0;
    content: "";
    background: linear-gradient(135deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 100%);
    left: 0;
    position: absolute;
    bottom: 0;
}.ZFOzX-title-opener .PTFIa-study-space {
    width: 90%;
    max-width: 1200px;
    padding: 3rem;
    position: relative;
    z-index: 2;
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateY(-2deg);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    background: linear-gradient(to right, rgb(171,220,202,0.5) 0%, transparent 100%);
}.ZFOzX-title-opener .PTFIa-study-space:hover {
    transform: perspective(1000px) rotateY(0);
}.ZFOzX-title-opener .PTFIa-study-space > div {
    transition: transform 0.4s ease;
    margin-bottom: 2rem;
    transform: translateX(0);
}.ZFOzX-title-opener .PTFIa-study-space > div:hover {
    transform: translateX(10px);
}.ZFOzX-title-opener p {
    font-weight: 400;
    padding-left: 20px;
    position: relative;
    letter-spacing: 0.5px;
    color: #ffffff;
    line-height: 1.6;
    font-size: calc(14px * 1.1);
    margin-bottom: 1rem;
}.ZFOzX-title-opener p::before {
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    width: 10px;
    left: 0;
    position: absolute;
    background: rgb(129,191,176);
    content: "";
}.ZFOzX-title-opener .title_style_header {
    color: #ffffff;
    letter-spacing: 1px;
    transform-origin: left center;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
    position: relative;
    margin-bottom: 1.5rem;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-size: calc(46px * 1.2);
    line-height: 1.2;
}.ZFOzX-title-opener .title_style_header:hover {
    transform: scale(1.03);
}.ZFOzX-title-opener h3 {
    font-size: calc(21px * 1.1);
    padding: 15px;
    color: #ffffff;
    font-weight: 600;
    border-left: 3px solid rgb(129,191,176);
    background: linear-gradient(to right, rgb(129,191,176,0.5), transparent);
    line-height: 1.5;
    letter-spacing: 0.3px;
}

@media screen and (max-width: 1200px) {.ZFOzX-title-opener .PTFIa-study-space {
    padding: 2.5rem;
    width: 85%;
}.ZFOzX-title-opener .title_style_header {
    font-size: calc(46px * 1.1);
}
}

@media screen and (max-width: 992px) {.ZFOzX-title-opener .hufPZ-start-welcome {
    min-height: 75vh;
}.ZFOzX-title-opener .PTFIa-study-space {
    width: 90%;
    transform: perspective(800px) rotateY(-1deg);
    padding: 2rem;
}.ZFOzX-title-opener .title_style_header {
    font-size: 46px;
}.ZFOzX-title-opener h3 {
    font-size: 21px;
}
}

@media screen and (max-width: 768px) {.ZFOzX-title-opener .hufPZ-start-welcome {
    min-height: 70vh;
}.ZFOzX-title-opener .PTFIa-study-space {
    background: linear-gradient(to bottom, rgb(171,220,202,0.5) 0%, transparent 100%);
    padding: 1.5rem;
    width: 95%;
    transform: none;
}.ZFOzX-title-opener p {
    font-size: 14px;
}.ZFOzX-title-opener .title_style_header {
    font-size: calc(36px * 1.1);
}.ZFOzX-title-opener h3 {
    padding: 10px;
    font-size: calc(17px * 1.1);
}
}

@media screen and (max-width: 576px) {.ZFOzX-title-opener .hufPZ-start-welcome {
    min-height: 60vh;
}.ZFOzX-title-opener .PTFIa-study-space {
    padding: 1.25rem;
}.ZFOzX-title-opener .PTFIa-study-space > div {
    margin-bottom: 1.5rem;
}.ZFOzX-title-opener p {
    padding-left: 15px;
}.ZFOzX-title-opener .title_style_header {
    font-size: 36px;
}.ZFOzX-title-opener h3 {
    font-size: 17px;
}}footer {
    position: relative;
}footer::before {
    bottom: 0;
    right: 0;
    content: '';
    z-index: 1;
    opacity: 0.95;
    position: absolute;
    background: linear-gradient(125deg, #000000 0%, rgb(129,191,176) 100%);
    left: 0;
    top: 0;
}.fzZwr-donate-books {
    font-family: Arial, sans-serif;
    color: #ffffff;
    z-index: 2;
    position: relative;
    padding: 60px 0;
}.fzZwr-donate-books .container {
    flex-wrap: wrap;
    display: flex;
}.fzZwr-donate-books .company_holder {
    margin-bottom: 40px;
    flex: 0 0 100%;
    padding: 25px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    text-align: center;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 13px;
}.fzZwr-donate-books .company_holder h3 {
    margin-bottom: 20px;
    letter-spacing: 1px;
    color: #ffffff;
    font-size: 31px;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}.fzZwr-donate-books .xXYtC-alumni-net {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.7;
    max-width: 80%;
    margin: 0 auto;
    border-radius: 10px;
    text-align: center;
    padding: 15px 20px;
    background: rgba(255, 255, 255, 0.1);
}.fzZwr-donate-books .ryZxO-glossary {
    margin-top: 20px;
    flex: 0 0 100%;
}.fzZwr-donate-books .EUdPK-top-learn {
    margin-top: 30px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    display: flex;
}.fzZwr-donate-books .coWOe-head-learning {
    padding: 20px;
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.05);
    max-width: calc(50% - 30px);
    flex: 0 0 calc(50% - 30px);
    transition: all 0.3s ease;
}.fzZwr-donate-books .coWOe-head-learning:hover {
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.fzZwr-donate-books .coWOe-head-learning h5 {
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 18px;
    padding-bottom: 10px;
    text-align: center;
    font-weight: 600;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}.fzZwr-donate-books .coWOe-head-learning .EUdPK-top-learn {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 0;
}.fzZwr-donate-books .coWOe-head-learning .EUdPK-top-learn a {
    background: rgba(255, 255, 255, 0.05);
    text-decoration: none;
    padding: 8px 12px;
    border-radius: 10px;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    transition: all 0.3s ease;
}.fzZwr-donate-books .coWOe-head-learning .EUdPK-top-learn a:hover {
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    transform: translateY(-2px);
}.SEmUy-subscr-info {
    background: rgba(0, 0, 0, 0.3);
    padding: 20px 0;
    position: relative;
    margin-top: 40px;
    z-index: 2;
}.SEmUy-subscr-info::before {
    top: 0;
    left: 20%;
    content: '';
    height: 1px;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    position: absolute;
    right: 20%;
    opacity: 0.2;
}.SEmUy-subscr-info .container {
    display: flex;
    justify-content: center;
}.SEmUy-subscr-info .zOfIm-cookie-ctrl {
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    letter-spacing: 0.5px;
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
@media (min-width: 768px) {.fzZwr-donate-books .EUdPK-top-learn {
    justify-content: space-between;
}.fzZwr-donate-books .company_holder {
    text-align: left;
    flex: 0 0 30%;
}.fzZwr-donate-books .ryZxO-glossary {
    flex: 0 0 65%;
}.fzZwr-donate-books .container {
    justify-content: space-between;
    align-items: flex-start;
}.fzZwr-donate-books .xXYtC-alumni-net {
    max-width: 100%;
    margin: 0;
    text-align: left;
}
}

@media (max-width: 767px) {.fzZwr-donate-books .coWOe-head-learning {
    margin-bottom: 20px;
    max-width: 100%;
    flex: 0 0 100%;
}.fzZwr-donate-books .company_holder {
    padding: 20px 15px;
}.fzZwr-donate-books .xXYtC-alumni-net {
    max-width: 100%;
    padding: 15px;
}
}

@media (max-width: 576px) {.fzZwr-donate-books {
    padding: 40px 0;
}.fzZwr-donate-books .company_holder h3 {
    font-size: calc(31px * 0.8);
}.fzZwr-donate-books .coWOe-head-learning h5 {
    font-size: calc(18px * 0.9);
}.fzZwr-donate-books .coWOe-head-learning .EUdPK-top-learn a {
    font-size: calc(18px * 0.95);
}}

@keyframes pulseLight {
    0%, 100% {
        opacity: 0.1;
        transform: scale(1);
    }
    50% {
        opacity: 0.15;
        transform: scale(1.1);
    }
}

footer::after {
    background-image: linear-gradient(0deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px),
        linear-gradient(90deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px);
    content: '';
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-size: 20px 20px;
}.Wgeom-training-specialist {
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(212,238,227) 0%, rgb(171,220,202,0.5) 100%);
    position: relative;
}.Wgeom-training-specialist::before {
    z-index: 0;
    right: -50px;
    transform: rotate(-15deg);
    content: "";
    position: absolute;
    top: -50px;
    height: 300px;
    width: 300px;
    background: rgb(129,191,176,0.5);
    filter: blur(80px);
}.Wgeom-training-specialist::after {
    filter: blur(60px);
    width: 250px;
    background: rgb(171,220,202,0.5);
    transform: rotate(25deg);
    content: "";
    position: absolute;
    height: 250px;
    z-index: 0;
    bottom: -80px;
    left: -50px;
}.Wgeom-training-specialist .container {
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 1;
    max-width: 1200px;
}.Wgeom-training-specialist .IAHvB-rating-voices {
    background: #ffffff;
    display: grid;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    gap: 30px;
    position: relative;
    padding: 40px;
    transform: perspective(1000px) rotateY(2deg);
    grid-template-columns: 1fr;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}.Wgeom-training-specialist .IAHvB-rating-voices:hover {
    transform: perspective(1000px) rotateY(0deg);
}.Wgeom-training-specialist .IAHvB-rating-voices::before {
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    transform: scaleY(0);
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 5px;
    background: linear-gradient(to bottom, rgb(171,220,202), rgb(129,191,176));
    transform-origin: left center;
    content: "";
}.Wgeom-training-specialist .IAHvB-rating-voices:hover::before {
    transform: scaleY(1);
}.Wgeom-training-specialist .SgKoq-pic-card {
    clip-path: polygon(25% 0%, 75% 0%, 100% 25%, 100% 75%, 75% 100%, 25% 100%, 0% 75%, 0% 25%);
    position: relative;
    width: 200px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    height: 200px;
    margin: 0 auto;
    border: 3px solid #ffffff;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}.Wgeom-training-specialist .IAHvB-rating-voices:hover .SgKoq-pic-card {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px) scale(1.05);
}.Wgeom-training-specialist .SgKoq-pic-card::after {
    top: 0;
    position: absolute;
    left: 0;
    transition: opacity 0.6s ease;
    height: 100%;
    content: "";
    opacity: 0;
    width: 100%;
    background: linear-gradient(135deg, rgb(171,220,202,0.5) 0%, transparent 50%, rgb(129,191,176,0.5) 100%);
}.Wgeom-training-specialist .IAHvB-rating-voices:hover .SgKoq-pic-card::after {
    opacity: 0.4;
}.Wgeom-training-specialist .name {
    position: relative;
    font-size: calc(22px * 1.1);
    color: rgb(171,220,202);
    transform: translateX(0);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    display: inline-block;
    margin: 0 0 5px 0;
    font-weight: 700;
}.Wgeom-training-specialist .IAHvB-rating-voices:hover .name {
    transform: translateX(10px);
}.Wgeom-training-specialist .name::after {
    height: 2px;
    transition: width 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0.1s;
    bottom: -3px;
    position: absolute;
    content: "";
    width: 0;
    background: rgb(129,191,176);
    left: 0;
}.Wgeom-training-specialist .IAHvB-rating-voices:hover .name::after {
    width: 100%;
}.Wgeom-training-specialist .IAHvB-rating-voices > div:nth-child(2) > div {
    color: #000000;
    font-weight: 600;
    transition: padding-left 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    padding-left: 0;
    font-size: calc(12px * 0.95);
    position: relative;
    margin-bottom: 15px;
}.Wgeom-training-specialist .IAHvB-rating-voices:hover > div:nth-child(2) > div {
    padding-left: 10px;
}.Wgeom-training-specialist .NxqIj-job-block {
    position: relative;
    border-radius: 10px;
    font-size: 12px;
    line-height: 1.8;
    color: #000000;
    transition: background-position 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    margin: 0;
    background: linear-gradient(to right, #ffffff, rgb(212,238,227), #ffffff);
    background-size: 200% 100%;
    padding: 25px 20px;
}.Wgeom-training-specialist .IAHvB-rating-voices:hover .NxqIj-job-block {
    background-position: right center;
}.Wgeom-training-specialist .NxqIj-job-block::before,
.Wgeom-training-specialist .NxqIj-job-block::after {
    font-size: 60px;
    line-height: 1;
    font-family: Georgia, serif;
    content: "";
    color: rgb(171,220,202,0.5);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    position: absolute;
}.Wgeom-training-specialist .NxqIj-job-block::before {
    left: -10px;
    transform: translateX(-20px) translateY(-20px) scale(0.8);
    opacity: 0.5;
    top: -10px;
}.Wgeom-training-specialist .NxqIj-job-block::after {
    right: -10px;
    content: "";
    transform: translateX(20px) translateY(20px) scale(0.8);
    bottom: -30px;
    opacity: 0.5;
}.Wgeom-training-specialist .IAHvB-rating-voices:hover .NxqIj-job-block::before {
    opacity: 0.7;
    transform: translateX(0) translateY(0) scale(1);
}.Wgeom-training-specialist .IAHvB-rating-voices:hover .NxqIj-job-block::after {
    opacity: 0.7;
    transform: translateX(0) translateY(0) scale(1);
}

@media (min-width: 768px) {.Wgeom-training-specialist .IAHvB-rating-voices {
    grid-template-rows: auto 1fr;
    gap: 25px 40px;
    grid-template-columns: 220px 1fr;
}.Wgeom-training-specialist .IAHvB-rating-voices > div:first-child {
    align-items: center;
    justify-content: center;
    grid-row: 1 / 3;
    display: flex;
}.Wgeom-training-specialist .IAHvB-rating-voices > div:nth-child(2) {
    align-self: end;
}.Wgeom-training-specialist .IAHvB-rating-voices > div:nth-child(3) {
    grid-column: 2 / 3;
}.Wgeom-training-specialist .SgKoq-pic-card {
    height: 200px;
    width: 200px;
}
}

@media (min-width: 992px) {.Wgeom-training-specialist {
    padding: 150px 0;
}.Wgeom-training-specialist .IAHvB-rating-voices {
    padding: 60px;
    gap: 30px 60px;
    transform: perspective(1500px) rotateY(3deg);
}.Wgeom-training-specialist .SgKoq-pic-card {
    height: 240px;
    width: 240px;
}.Wgeom-training-specialist .name {
    font-size: calc(22px * 1.2);
}.Wgeom-training-specialist .IAHvB-rating-voices > div:nth-child(2) > div {
    font-size: 12px;
}.Wgeom-training-specialist .NxqIj-job-block {
    line-height: 1.9;
    padding: 30px 25px;
    font-size: calc(12px * 1.05);
}
}

@media (max-width: 767px) {.Wgeom-training-specialist {
    padding: 80px 0;
}.Wgeom-training-specialist .IAHvB-rating-voices {
    padding: 30px 25px;
    gap: 20px;
}.Wgeom-training-specialist .SgKoq-pic-card {
    width: 150px;
    height: 150px;
}.Wgeom-training-specialist .name {
    font-size: 22px;
    text-align: center;
}.Wgeom-training-specialist .IAHvB-rating-voices > div:nth-child(2) {
    text-align: center;
}.Wgeom-training-specialist .IAHvB-rating-voices > div:nth-child(2) > div {
    font-size: calc(12px * 0.9);
}.Wgeom-training-specialist .NxqIj-job-block {
    font-size: calc(12px * 0.95);
    padding: 20px 15px;
    line-height: 1.7;
}
}