﻿* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

* {
    scrollbar-width: none;
    scrollbar-color: rgb(149,199,202,0.5) rgb(198,225,230);
}

.wrapping-container-gZlhoI {
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.stay-informed-FcenSU::before {
    background: linear-gradient(165deg, rgb(255, 255, 255, 0.5) 10%, transparent 60%);
    z-index: -1;
    left: -20%;
    transform: rotate(15deg);
    position: absolute;
    content: "";
    pointer-events: none;
    opacity: 0.07;
    width: 80%;
    height: 200%;
    top: -50%;
}

.stay-informed-FcenSU h4 {
    transform: translateX(1rem);
    font-size: 23px;
    font-family: Arial, sans-serif;
    padding: 0;
    max-width: 90%;
    font-weight: 600;
    margin: 0;
    color: #000000;
    line-height: 1.4;
    position: relative;
}

.stay-informed-FcenSU .input_holder span {
    position: relative;
}

.stay-informed-FcenSU input[type="email"] {
    font-size: 12px;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    color: #000000;
    width: 100%;
    outline: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 1rem 1.5rem;
    transition: all 0.3s ease;
    background: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.stay-informed-FcenSU .join-form-tUgJlc:hover::before {
    left: 100%;
}

footer {
    width: 100%;
    position: relative;
}

footer .get-connected-ZgOvjq {
    padding: 25px;
    flex-wrap: wrap;
    position: relative;
    background-color: #ffffff;
    transform: translateY(-30px);
    justify-content: space-between;
    border-radius: 21px;
    z-index: 2;
    display: flex;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    margin-bottom: 60px;
}

footer .info_item svg {
    margin-right: 10px;
    vertical-align: middle;
    height: 20px;
    width: 20px;
    fill: rgb(149,199,202);
}

footer .info_item a:hover {
    color: rgb(149,199,202);
}

footer .text_main_holder::before {
    border-radius: 21px;
    width: 100%;
    top: -40px;
    z-index: -1;
    position: absolute;
    left: 0;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    content: "";
    background-color: #ffffff;
    height: calc(100% + 80px);
}

footer .top-skill-XHiova {
    gap: 10px;
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: 1fr;
}

footer .top-skill-XHiova a::after {
    background-color: rgb(149,199,202);
    position: absolute;
    content: "";
    transition: width 0.3s ease;
    left: 0;
    height: 2px;
    width: 0;
    bottom: 5px;
}

footer .subscribe_holder p {
    line-height: 1.6;
    font-size: 17px;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.9);
}

footer .input_holder input[type="email"] {
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.9);
    transition: background-color 0.3s ease;
    border: none;
    padding: 14px 16px;
    font-size: 17px;
    color: #000000;
}

footer .copy-notice-rFTBtO {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 8px 20px;
    display: inline-block;
    background-color: #ffffff;
    font-size: 13px;
    color: #000000;
    border-radius: 30px;
}

.cookie-layer-3zRFVp h5 {
    color: rgb(149,199,202);
    font-weight: 700;
    font-size: 23px;
    margin-bottom: 5px;
}

#cookie-dialog-box-DfzHFL {
    display: none;
}

.cookie_button.cookie-option-KhRIMo:hover {
    border-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
}

.cookie-message-panel-VsPvZW p a {
    text-decoration: underline;
    color: rgb(149,199,202);
}

header .top_plank .top-pro-MjCBVx div svg, header .top_plank .top-pro-MjCBVx div svg path {
    fill: #ffffff;
}

.thankYouWeb-xn6WyE {
    background: linear-gradient(135deg, rgb(149,199,202,0.5), rgb(99,164,171,0.5));
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}

.thankYouWeb-xn6WyE .study-learn-qjkvyD {
    flex-direction: column;
    transform: perspective(1000px) rotateX(2deg);
    backdrop-filter: blur(10px);
    gap: 40px;
    position: relative;
    background: rgba(255, 255, 255, 0.92);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    display: flex;
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.1),
        0 0 0 1px rgba(255,255,255,0.15),
        inset 0 0 20px rgba(rgb(149,199,202),0.05);
    padding: 60px 50px;
}

.thankYouWeb-xn6WyE h5 {
    letter-spacing: -0.01em;
    font-weight: 700;
    line-height: 1.4;
    color: #000000;
    z-index: 2;
    margin: 0 0 15px;
    position: relative;
    font-family: Arial, sans-serif;
    font-size: 21px;
}

.thankYouWeb-xn6WyE p {
    transition: color 0.3s ease;
    margin: 0;
    font-size: 14px;
    color: #000000;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    position: relative;
    z-index: 2;
    font-weight: 400;
}

.tariff-box-w0nF29 h2::after {
    bottom: -15px;
    height: 4px;
    content: "";
    transform: translateX(-50%);
    box-shadow: 0 2px 10px rgba(rgb(149,199,202,0.5), 0.5);
    left: 50%;
    position: absolute;
    width: 80px;
    background: linear-gradient(90deg, rgb(149,199,202), rgb(99,164,171));
}

.tariff-box-w0nF29 .skill-plans-eVLIX4 {
    border-radius: 2px;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3),
        0 1px 0 rgba(255, 255, 255, 0.1) inset,
        0 -1px 0 rgba(0, 0, 0, 0.3) inset;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, 
        rgba(rgb(149,199,202,0.5), 0.2) 0%, 
        rgba(rgb(149,199,202,0.5), 0.3) 50%, 
        rgba(rgb(149,199,202,0.5), 0.18) 100%);
    height: 100%;
    backdrop-filter: blur(8px);
}

.tariff-box-w0nF29 .learn-price-X2sNEg:hover .access-rates-8ewOYP {
    transform: translateZ(30px) scale(1.05);
    background: linear-gradient(rgba(rgb(99,164,171,0.5), 0.4), rgba(rgb(99,164,171,0.5), 0.7));
    color: #ffffff;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.educational-yield-hOxYC0 .image-item-sX8hiY {
    overflow: hidden;
    transform: perspective(1000px) rotateY(-5deg);
    height: 500px;
    border-radius: 28px;
    transition: transform 0.5s ease;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    flex: 0 0 45%;
    position: relative;
}

.educational-yield-hOxYC0 .text_main_holder {
    gap: 1.5rem;
    grid-template-columns: 1fr;
    display: grid;
}

.educational-yield-hOxYC0 .text_main_holder svg {
    width: 2.5rem;
    margin-right: 1rem;
    fill: rgb(149,199,202);
    height: 2.5rem;
    flex-shrink: 0;
}

.privacy-defense-2dTSUG {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    padding: 5rem 2rem;
    background: linear-gradient(145deg, rgb(198,225,230), rgba(245, 248, 255, 0.95));
    position: relative;
    color: #000000;
    overflow: hidden;
    font-family: Arial, sans-serif;
}

.privacy-defense-2dTSUG h1::after {
    bottom: 0;
    background: linear-gradient(90deg, rgb(149,199,202), transparent);
    content: "";
    left: 0;
    width: 6rem;
    position: absolute;
    height: 3px;
}

.privacy-defense-2dTSUG h3 {
    position: relative;
    margin-bottom: 1.25rem;
    font-size: calc(28px * 0.85);
    font-weight: 600;
    color: #000000;
    margin-top: 2.5rem;
    padding-left: 0.75rem;
}

.privacy-defense-2dTSUG p {
    margin-bottom: 1.5rem;
    color: #000000;
    font-size: 13px;
    position: relative;
    line-height: 1.7;
    transition: transform 0.3s ease;
    max-width: 90%;
}

.privacy-defense-2dTSUG li {
    padding-left: 2.5rem;
    counter-increment: privacy-counter;
    position: relative;
    margin-bottom: 1.25rem;
    font-size: 13px;
    line-height: 1.6;
}

.privacy-defense-2dTSUG li:hover::before {
    transform: rotate(45deg) scale(1.1);
}

.data-statistics-lgoFZz::before {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    background-image: linear-gradient(60deg, rgb(149,199,202,0.5) 10%, transparent 70%);
    opacity: 0.08;
    top: 0;
    height: 100%;
    z-index: 1;
}

.data-statistics-lgoFZz .container {
    margin: 0 auto;
    position: relative;
    z-index: 3;
    max-width: 1200px;
}

.data-statistics-lgoFZz .statistics-value-qa5Bvc {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), 
                box-shadow 0.4s ease-out;
    transform: translateY(0);
    display: flex;
    box-shadow: 
        0 10px 30px -10px rgba(0, 0, 0, 0.08),
        0 1px 3px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(250, 250, 255, 0.8));
    padding: 2.5rem 1.5rem;
    position: relative;
}

.data-statistics-lgoFZz .statistics-value-qa5Bvc:nth-child(3n+1)::before {
    background: linear-gradient(to bottom, rgb(99,164,171), transparent);
    left: auto;
    right: 0;
}

.program-details-aifwI3::before {
    z-index: 1;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: 
    radial-gradient(circle at 20% 20%, rgb(99,164,171,0.5) 0%, transparent 30%),
    radial-gradient(circle at 80% 80%, rgb(149,199,202,0.5) 0%, transparent 30%);
    width: 100%;
}

.program-details-aifwI3 .nav-core-uYS7ba {
    transform-style: preserve-3d;
    position: relative;
    margin-bottom: 30px;
    perspective: 500px;
}

.program-details-aifwI3 .nav-core-uYS7ba svg {
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
    transition: all 0.3s ease;
    max-width: 140px;
}

.program-details-aifwI3 .nav-core-uYS7ba:hover svg path {
    fill: rgb(99,164,171);
}

.program-details-aifwI3 p {
    line-height: 1.8;
    margin-bottom: 0;
    padding-left: 20px;
    font-family: Arial, sans-serif;
    position: relative;
    font-size: 13px;
    color: #000000;
    font-weight: 400;
}

.program-details-aifwI3 .study-learn-qjkvyD::before,
  .program-details-aifwI3 .study-learn-qjkvyD::after {
    left: 50%;
    transform: translateX(-50%);
    top: calc(350px - 30px);
}

.program-details-aifwI3 .study-learn-qjkvyD::after {
    top: calc(350px - 15px);
    transform: translateX(-50%);
    left: 50%;
}

.leadership-profile-RrnypW::after {
    animation: morph 15s linear infinite alternate;
    width: 30%;
    bottom: -5%;
    position: absolute;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    z-index: -1;
    background: rgb(99,164,171,0.5);
    height: 30%;
    left: -5%;
    content: "";
}

.leadership-profile-RrnypW .emp-skills-EAHTUm {
    transform: translateX(-15%);
    background: #ffffff;
    z-index: 1;
    display: flex;
    flex-direction: column;
    padding: 3rem 3rem 3rem 5rem;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    grid-row: 1 / 2;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.5);
    justify-content: center;
    grid-column: 2 / 3;
}

.leadership-profile-RrnypW .career-expertise-Ihzf0j {
    position: relative;
    font-style: italic;
    padding-top: 20px;
    transform: translateY(20px);
    color: #000000;
    font-weight: 400;
    font-size: 17px;
    transition: all 0.5s ease 0.5s;
    opacity: 0;
    line-height: 1.7;
}

.welcome-board-3A07Y9 .online-skills-4j3d9F::before {
    z-index: -1;
    left: 0;
    right: 0;
    content: "";
    bottom: 0;
    position: absolute;
    background: linear-gradient(135deg, 
        rgb(149,199,202,0.5) 0%, 
        rgba(0,0,0,0.7) 60%, 
        rgb(99,164,171,0.5) 100%);
    top: 0;
}

.welcome-board-3A07Y9 .learn-classes-mICwRo::after {
    border-bottom: 4px solid rgb(99,164,171);
    height: 80px;
    animation: appearFade 0.8s ease-out 1.2s forwards;
    opacity: 0;
    position: absolute;
    left: -20px;
    bottom: -20px;
    content: "";
    border-left: 4px solid rgb(99,164,171);
    width: 80px;
}

.welcome-board-3A07Y9 h1::after {
    bottom: -10px;
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    background: linear-gradient(90deg, 
        rgb(99,164,171) 0%, 
        rgb(149,199,202) 100%);
    height: 3px;
    animation: lineExpand 1.5s cubic-bezier(0.19, 1, 0.22, 1) 1s forwards;
}

.welcome-board-3A07Y9 p::before {
    content: "";
    width: 1.5rem;
    height: 1px;
    position: absolute;
    left: 0;
    background: rgb(99,164,171);
    top: 50%;
    transform: scaleX(0);
    transform-origin: left;
    animation: scaleHorizontal 0.6s ease-out 1.2s forwards;
}

.our-background-9suMFI h4 {
    letter-spacing: 3px;
    text-align: center;
    position: relative;
    transform: translateY(0);
    animation: fadeInDown 0.8s ease-out;
    opacity: 1;
    z-index: 5;
    color: #ffffff;
    font-size: calc(19px * 1.2);
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 2.5rem;
}

.our-background-9suMFI .snippet-wrap-RZIdiN::before {
    background: rgb(99,164,171);
    height: 40px;
    width: 40px;
    z-index: -1;
    content: "";
    opacity: 0.2;
    right: 20px;
    position: absolute;
    transform: rotate(45deg);
    top: -10px;
}

.our-background-9suMFI .snippet-wrap-RZIdiN h6::after {
    background: linear-gradient(90deg, rgb(99,164,171) 0%, transparent 100%);
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    content: "";
}

header .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 20px;
}

header .top-pagebar-aYbjNl:before {
    transition: transform 0.6s ease;
    position: absolute;
    bottom: -8px;
    width: 100%;
    transform-origin: left;
    transform: scaleX(0);
    background: linear-gradient(90deg, transparent, rgb(149,199,202), transparent);
    left: 0;
    content: '';
    height: 1px;
}

header .head-sitebar-ngsov2:hover {
    color: rgb(149,199,202);
    text-shadow: 0 0 8px rgb(149,199,202,0.5);
}

header .header-pro-gJWkH1 {
    position: relative;
    display: flex;
    text-decoration: none;
    transition: all 0.3s ease;
    align-items: center;
}

.connect-form-Y6HWk8 {
    padding: 120px 0 80px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(198,225,230) 0%, rgb(149,199,202,0.5) 100%);
}

.connect-form-Y6HWk8 .reach-info-kfsKtJ {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    border-radius: 25px;
    grid-template-columns: 1fr 1fr;
    display: grid;
    gap: 0;
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

.connect-form-Y6HWk8 .connect-box-qT3DhG::before {
    position: absolute;
    top: 0;
    height: 100%;
    content: "";
    right: 0;
    background: linear-gradient(to bottom, rgb(149,199,202), rgb(99,164,171));
    width: 10px;
}

.connect-form-Y6HWk8 form input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.connect-form-Y6HWk8 .request-request-G7SRu8 {
    display: flex;
    margin-bottom: 30px;
    align-items: flex-start;
}

.connect-form-Y6HWk8 .request-request-G7SRu8 label::before {
    top: 0;
    content: "";
    border-radius: 10px;
    position: absolute;
    background: rgb(198,225,230);
    height: 24px;
    transition: all 0.3s ease;
    width: 24px;
    left: 0;
}

.connect-form-Y6HWk8 .request-request-G7SRu8 label a:hover::after {
    width: 100%;
}

.connect-form-Y6HWk8 form .reach-feedback-JEZUms::before {
    height: 100%;
    background: rgb(99,164,171);
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    z-index: -1;
    width: 0;
    transition: width 0.3s ease;
}

.connect-form-Y6HWk8 form #name,
.connect-form-Y6HWk8 form #phone {
    position: relative;
}

.education-framework-omAUe6::after {
    top: -10%;
    opacity: 0.2;
    content: "";
    left: -10%;
    transform-origin: center;
    filter: blur(60px);
    background: 
        radial-gradient(circle at 30% 30%, rgb(149,199,202,0.5) 0%, transparent 50%),
        radial-gradient(circle at 70% 70%, rgb(99,164,171,0.5) 0%, transparent 50%);
    z-index: 0;
    position: absolute;
    width: 120%;
    animation: rotateBg 30s linear infinite;
    height: 120%;
}

.education-framework-omAUe6 h3::after {
    background: rgb(99,164,171,0.5);
    transform: translateZ(-40px) scale(0.96);
}

.education-framework-omAUe6 span::before,
.education-framework-omAUe6 span::after {
    z-index: -1;
    top: 2.5%;
    position: absolute;
    content: "";
    left: 2.5%;
    border-radius: inherit;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
    height: 95%;
    width: 95%;
    animation: floatShadow 6s ease-in-out infinite 1s;
}

.education-framework-omAUe6 span::before {
    background: rgb(99,164,171,0.5);
    transform: translateZ(-20px) scale(0.98);
}


@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}



@media (min-width: 768px) {.stay-informed-FcenSU {
    padding: 5rem 4rem;
    margin: 7rem 0;
}.stay-informed-FcenSU::before {
    width: 60%;
}.stay-informed-FcenSU .study-learn-qjkvyD {
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    flex-direction: row;
}.stay-informed-FcenSU .study-learn-qjkvyD > div {
    padding: 0;
    flex: 1;
}.stay-informed-FcenSU h4 {
    transform: translateX(2rem);
    max-width: 100%;
}.stay-informed-FcenSU h4::before {
    left: -2rem;
}.stay-informed-FcenSU .input_holder {
    gap: 1.5rem;
    flex-direction: row;
    flex: 1;
}.stay-informed-FcenSU input[type="email"] {
    height: 100%;
}.stay-informed-FcenSU .join-form-tUgJlc {
    width: auto;
    white-space: nowrap;
}
}



@media (min-width: 992px) {footer .top-pagebar-aYbjNl {
    margin-top: 0;
}footer .subscribe_holder {
    margin-top: 0;
}
}


@media (max-width: 1200px) {.cookie-layer-3zRFVp h5 {
    font-size: calc(23px - 2px);
}.cookie-layer-3zRFVp p {
    font-size: calc(13px - 2px);
}.edu-cookies-xl3sOW {
    font-size: calc(19px - 2px);
}
}


@media (max-width: 800px) {.edu-consent-Jtw4Ks {
    align-items: center;
    flex-direction: column;
}.cookie-controls-Bfwesp {
    margin-bottom: 10px;
}.cookie-layer-3zRFVp {
    margin-bottom: 15px;
    text-align: center;
}.edu-cookies-xl3sOW {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
}}



@media (max-width: 767px) {.thankYouWeb-xn6WyE {
    padding: 60px 0;
}.thankYouWeb-xn6WyE .study-learn-qjkvyD {
    gap: 30px;
    padding: 40px 25px;
}.thankYouWeb-xn6WyE h5 {
    font-size: calc(21px * 0.9);
}.thankYouWeb-xn6WyE p {
    line-height: 1.7;
    font-size: calc(14px * 0.95);
}.thankYouWeb-xn6WyE .study-learn-qjkvyD > div:first-child {
    padding-bottom: 20px;
}
}



@media (max-width: 767px) {.tariff-box-w0nF29 {
    padding: 60px 0;
}.tariff-box-w0nF29 h2 {
    font-size: calc(32px * 0.8);
}.tariff-box-w0nF29 .learning-deals-lmoOqe {
    margin: 0 auto;
    max-width: 450px;
    grid-template-columns: 1fr;
}.tariff-box-w0nF29 .learning-deals-lmoOqe li {
    transform: perspective(800px) rotateX(3deg);
}.tariff-box-w0nF29 .access-rates-8ewOYP {
    font-size: calc(23px * 1.2);
}
}



@media (max-width: 576px) {.educational-yield-hOxYC0 .study-learn-qjkvyD {
    padding: 0 1rem;
}.educational-yield-hOxYC0 .image-item-sX8hiY {
    height: 250px;
}.educational-yield-hOxYC0 .text_main_holder svg {
    height: 2rem;
    width: 2rem;
}}



@media (min-width: 768px) {.data-statistics-lgoFZz {
    padding: 9rem 3rem;
}.data-statistics-lgoFZz h3 {
    margin-bottom: 4rem;
    font-size: calc(34px * 1.1);
}.data-statistics-lgoFZz ul {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2.5rem;
}.data-statistics-lgoFZz .statistics-value-qa5Bvc {
    padding: 3rem 2rem;
}.data-statistics-lgoFZz .statistics-value-qa5Bvc span {
    font-size: 1.1rem;
}.data-statistics-lgoFZz .statistics-value-qa5Bvc p {
    font-size: 4rem;
}
}



@media (max-width: 767px) {.data-statistics-lgoFZz {
    padding: 5rem 1.5rem;
}.data-statistics-lgoFZz h3 {
    font-size: 22px;
    margin-bottom: 2.5rem;
}.data-statistics-lgoFZz ul {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.data-statistics-lgoFZz .statistics-value-qa5Bvc {
    padding: 2rem 1rem;
}.data-statistics-lgoFZz .statistics-value-qa5Bvc p {
    font-size: 3rem;
}.data-statistics-lgoFZz .statistics-value-qa5Bvc span {
    font-size: 0.95rem;
}}



@media (max-width: 992px) {.leadership-profile-RrnypW .student-feedback-c0eijH {
    grid-template-columns: 1fr;
    gap: 2rem;
    grid-template-rows: auto auto;
}.leadership-profile-RrnypW .image-item-sX8hiY {
    grid-column: 1 / 2;
    transform: none;
    height: 300px;
    grid-row: 1 / 2;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}.leadership-profile-RrnypW .image-item-sX8hiY::after {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}.leadership-profile-RrnypW .emp-skills-EAHTUm {
    transform: none;
    padding: 2rem;
    grid-row: 2 / 3;
    clip-path: none;
    grid-column: 1 / 2;
}.leadership-profile-RrnypW .student-feedback-c0eijH:hover .emp-skills-EAHTUm {
    transform: translateY(-5px);
}}



@media screen and (max-width: 576px) {.welcome-board-3A07Y9 .online-skills-4j3d9F {
    min-height: 70vh;
}.welcome-board-3A07Y9 .learn-classes-mICwRo {
    padding: 1.5rem 1rem;
}.welcome-board-3A07Y9 h1 {
    font-size: calc(39px * 0.8);
    margin-bottom: 1rem;
}.welcome-board-3A07Y9 h1::after {
    height: 2px;
    bottom: -6px;
}.welcome-board-3A07Y9 h3 {
    padding-left: 0.8rem;
    font-size: calc(19px * 0.85);
}.welcome-board-3A07Y9 h3::before {
    width: 2px;
}.welcome-board-3A07Y9 p {
    margin-top: 1.2rem;
    padding-left: 1.5rem;
    font-size: calc(18px * 0.9);
}.welcome-board-3A07Y9 p::before {
    width: 1.2rem;
}.welcome-board-3A07Y9 .learn-classes-mICwRo::before,
    .welcome-board-3A07Y9 .learn-classes-mICwRo::after {
    border-width: 3px;
    width: 50px;
    height: 50px;
}
}



@media (max-width: 767px) {header .top-pagebar-aYbjNl {
    background: #000000;
    transition: right 0.4s ease;
    width: 80%;
    flex-direction: column;
    right: -100%;
    top: 0;
    padding: 80px 30px 30px;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
    overflow-y: auto;
    max-width: 300px;
    gap: 20px;
    height: 100vh;
    position: fixed;
    z-index: 1001;
}header .menu.active {
    right: 0;
}header .head-sitebar-ngsov2 {
    border-bottom: 1px solid rgb(149,199,202,0.5);
    padding: 10px 5px;
    width: 100%;
}header .top-pagebar-aYbjNl:before {
    display: none;
}header .header-pro-gJWkH1 {
    margin-left: auto;
    margin-right: auto;
}
}

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

@keyframes morph {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }
    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
}



@keyframes lineExpand {
    0% {
        width: 0;
    }
    100% {
        width: 60%;
    }
}



@keyframes appearFade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 0.6;
    }
}



@keyframes backgroundShift {
    0% {
        background-position: 0% 0%;
    }
    50% {
        background-position: 100% 100%;
    }
    100% {
        background-position: 0% 0%;
    }
}



@keyframes rotateBg {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(30px) translateZ(var(--z, 0px)) rotateX(var(--rx, 0deg));
    }
    to {
        opacity: 1;
        transform: translateY(0) translateZ(var(--z, 0px)) rotateX(var(--rx, 0deg));
    }
}


    
    @keyframes floatContent {
        0%, 100% {
            transform: translateZ(10px) rotateX(-1deg) translateY(0);
        }
        50% {
            transform: translateZ(10px) rotateX(-1deg) translateY(-5px);
        }
    }

