* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}html,body {
    color: #000000;
    min-height: 100%;
    height: 100%;
    font-family: Arial, sans-serif;
    scroll-behavior: smooth;
}svg {
    height: 30px;
    width: 30px;
}.scholar-cta-Owe {
    flex: 0 0 auto;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1171px;
}.top-expert-jvB {
    flex: 1 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}::-webkit-scrollbar {
    background: rgb(255, 255, 255, 0.5);
    width: 20px;
    padding: 0px;
}::-webkit-scrollbar-track {
    margin: 3px 0;
    border-radius: 19.5rem;
    background: linear-gradient(241deg, rgb(173,152,168) 60%, rgb(173,152,168,0.5) 57%, rgb(208,191,203) 58%, rgb(208,191,203,0.5) 18%);
}::-webkit-scrollbar-thumb {
    transition: all, box-shadow, transform 1s ease;
    border-radius: 9999px;
    background: rgb(173,152,168,0.5);
    border: 3px dashed rgb(208,191,203);
}::-webkit-scrollbar-thumb:hover {
    background: rgb(173,152,168,0.5);
    box-shadow: -5px -1px 5px 0px rgba(0, 0, 0, 0.3);
}::-webkit-scrollbar-thumb:active {
    transform: scale(0.95);
    box-shadow: inset 3px -5px 4px 3px rgba(0, 0, 0, 0.4);
    background: rgb(208,191,203);
}html {
    scrollbar-width: none;
}header,footer {
    width: 100%;
}.inner-container-Xmy {
    flex-direction: column;
    display: flex;
    min-height: 100%;
    height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header {
    width: 100%;
    position: fixed;
    background: linear-gradient(180deg, 
        rgb(208,191,203) 0%, 
        rgba(20, 20, 30, 0.95) 100%
    );
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    border-bottom: 1px solid rgb(208,191,203,0.5);
    top: 0;
    backdrop-filter: blur(10px);
    left: 0;
    -webkit-backdrop-filter: blur(10px);
    transition: all 0.4s ease;
}header:before {
    background: 
        radial-gradient(circle at 15% 15%, rgb(208,191,203,0.5) 0%, transparent 25%),
        radial-gradient(circle at 85% 85%, rgb(173,152,168,0.5) 0%, transparent 25%);
    width: 100%;
    content: '';
    pointer-events: none;
    left: 0;
    height: 100%;
    position: absolute;
    opacity: 0.1;
    top: 0;
}header:after {
    height: 100%;
    content: '';
    mix-blend-mode: overlay;
    opacity: 0.02;
    position: absolute;
    top: 0;
    width: 100%;
    pointer-events: none;
    left: 0;
}header .nav-base-ROS {
    overflow: hidden;
    position: relative;
}header .nav-base-ROS:before {
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(208,191,203) 25%,
        #ffffff 50%,
        rgb(208,191,203) 75%,
        transparent 100%
    );
    position: absolute;
    opacity: 0.7;
    width: 200%;
    bottom: 0;
    animation: scanlineGlow 4s linear infinite;
    height: 1px;
    content: '';
    left: -50%;
    box-shadow: 0 0 15px rgb(208,191,203), 0 0 35px rgb(208,191,203);
}header .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 18px 25px;
}header .container:before {
    opacity: 0.5;
    height: 100%;
    content: '';
    background-image: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 2px,
            rgba(255, 255, 255, 0.015) 2px,
            rgba(255, 255, 255, 0.015) 3px
        );
    mix-blend-mode: overlay;
    pointer-events: none;
    position: absolute;
    width: 100%;
}header .header-start-Tqp {
    align-items: center;
    justify-content: space-between;
    display: flex;
    position: relative;
}header .header-start-Tqp:before {
    position: absolute;
    left: -10px;
    opacity: 0.3;
    width: 20px;
    animation: breathe 5s infinite alternate;
    filter: blur(15px);
    content: '';
    border-radius: 50%;
    background: rgb(208,191,203);
    top: 50%;
    height: 20px;
    transform: translateY(-50%);
}header .header-start-Tqp:after {
    animation: breathe 5s infinite alternate-reverse;
    filter: blur(15px);
    border-radius: 50%;
    position: absolute;
    transform: translateY(-50%);
    opacity: 0.3;
    height: 20px;
    right: -10px;
    content: '';
    top: 50%;
    background: rgb(173,152,168);
    width: 20px;
}header .head-sitebar-eWa {
    gap: 30px;
    align-items: center;
    display: flex;
    position: relative;
}header .head-sitebar-eWa:before {
    width: 110%;
    animation: menuGlow 10s infinite ease-in-out;
    transform: translateX(-100%);
    filter: blur(5px);
    height: 110%;
    opacity: 0.15;
    content: '';
    position: absolute;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(208,191,203,0.5), 
        transparent
    );
    left: -5%;
    top: -5%;
}header .head-primary-LsX {
    letter-spacing: 1px;
    padding: 8px 2px;
    position: relative;
    text-transform: uppercase;
    text-shadow: 0 0 1px #ffffff;
    font-size: 13px;
    text-decoration: none;
    color: #ffffff;
    font-weight: 400;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
}header .head-primary-LsX:before {
    z-index: -1;
    content: '';
    transition: all 0.4s ease;
    position: absolute;
    height: 100%;
    transform: skewX(-20deg) scale(0.8, 1);
    background: linear-gradient(90deg, 
        transparent, 
        rgb(208,191,203,0.5), 
        transparent
    );
    opacity: 0;
    left: 0;
    top: 0;
    width: 100%;
}header .head-primary-LsX:after {
    height: 2px;
    transform: translateX(-50%);
    opacity: 0.8;
    content: '';
    width: 0;
    position: absolute;
    bottom: -2px;
    background: linear-gradient(90deg, 
        rgb(208,191,203),
        #ffffff 50%,
        rgb(208,191,203)
    );
    left: 50%;
    filter: blur(0.5px);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}header .head-primary-LsX:hover {
    text-shadow: 
        0 0 5px #ffffff,
        0 0 10px rgb(208,191,203);
    transform: translateY(-2px);
    color: #ffffff;
}header .head-primary-LsX:hover:before {
    opacity: 0.15;
    transform: skewX(-20deg) scale(1.05, 1);
}header .head-primary-LsX:hover:after {
    box-shadow: 
        0 0 5px rgb(208,191,203),
        0 0 10px rgb(208,191,203);
    width: 100%;
}header .head-learning-KLv {
    align-items: center;
    transition: all 0.3s ease;
    text-decoration: none;
    display: flex;
    padding: 5px;
    justify-content: center;
    position: relative;
}header .head-learning-KLv:before {
    opacity: 0;
    height: 150%;
    background: radial-gradient(circle, 
        rgb(208,191,203,0.5) 0%, 
        transparent 70%
    );
    width: 150%;
    position: absolute;
    transition: opacity 0.5s ease;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}header .head-learning-KLv:after {
    left: -5px;
    content: '';
    width: calc(100% + 10px);
    border: 1px solid transparent;
    border-image: linear-gradient(45deg, rgb(208,191,203), rgb(173,152,168), rgb(208,191,203)) 1;
    position: absolute;
    height: calc(100% + 10px);
    opacity: 0;
    transition: all 0.5s ease;
    top: -5px;
}header .head-learning-KLv:hover:before {
    opacity: 0.3;
}header .head-learning-KLv:hover:after {
    animation: borderRotate 4s linear infinite;
    opacity: 0.7;
}header .head-learning-KLv svg {
    position: relative;
    width: auto;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    filter: drop-shadow(0 0 2px rgb(208,191,203,0.5));
    height: 45px;
}header .head-learning-KLv:hover svg {
    filter: drop-shadow(0 0 5px rgb(208,191,203));
    transform: scale(1.05);
}header .head-learning-KLv:hover svg path {
    animation: logoGlow 2s infinite alternate;
}

@keyframes scanlineGlow {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    10%, 90% {
        opacity: 0.7;
    }
    100% {
        transform: translateX(100%);
        opacity: 0;
    }
}

@keyframes breathe {
    0%, 100% {
        opacity: 0.3;
        filter: blur(15px);
    }
    50% {
        opacity: 0.5;
        filter: blur(20px);
    }
}

@keyframes menuGlow {
    0%, 100% {
        transform: translateX(-100%);
        opacity: 0.15;
    }
    50% {
        transform: translateX(100%);
        opacity: 0.25;
    }
}

@keyframes borderRotate {
    0% {
        border-image: linear-gradient(45deg, rgb(208,191,203), rgb(173,152,168), rgb(208,191,203)) 1;
    }
    50% {
        border-image: linear-gradient(225deg, rgb(208,191,203), rgb(173,152,168), rgb(208,191,203)) 1;
    }
    100% {
        border-image: linear-gradient(405deg, rgb(208,191,203), rgb(173,152,168), rgb(208,191,203)) 1;
    }
}

@keyframes logoGlow {
    0% {
        filter: brightness(1);
    }
    100% {
        filter: brightness(1.3);
    }
}

@keyframes glitchEffect {
    0%, 100% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(-2px);
    }
    40% {
        transform: translateX(2px);
    }
    60% {
        transform: skewX(2deg);
    }
    80% {
        transform: skewX(-2deg);
    }
}

@media (max-width: 991px) {header .container {
    padding: 15px 20px;
}header .head-sitebar-eWa {
    gap: 20px;
}header .head-learning-KLv svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .head-sitebar-eWa {
    right: -100%;
    background: linear-gradient(135deg, 
            rgba(20, 20, 30, 0.97) 0%, 
            rgba(10, 10, 20, 0.98) 100%
        );
    top: 0;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    height: 100vh;
    -webkit-backdrop-filter: blur(15px);
    padding: 85px 30px 30px;
    z-index: 1001;
    backdrop-filter: blur(15px);
    position: fixed;
    gap: 25px;
    flex-direction: column;
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.5);
    overflow-y: auto;
    max-width: 330px;
    width: 85%;
}header .head-sitebar-eWa:before {
    left: 10%;
    opacity: 0.3;
    height: 1px;
    animation: none;
    top: 70px;
    width: 80%;
}header .head-sitebar-eWa:after {
    top: 20px;
    position: absolute;
    border: 1px solid rgb(208,191,203,0.5);
    content: '';
    height: 30px;
    right: 20px;
    background: transparent;
    opacity: 0.6;
    width: 30px;
}header .menu.active {
    right: 0;
}header .head-primary-LsX {
    padding: 12px 5px;
    width: 100%;
    border-bottom: 1px solid rgb(208,191,203,0.5);
    text-align: left;
    opacity: 0.8;
}header .head-primary-LsX:last-child {
    border-bottom: none;
}header .head-primary-LsX:hover {
    opacity: 1;
    transform: translateY(0);
}header .head-learning-KLv {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .head-learning-KLv svg {
    height: 35px;
}header .head-sitebar-eWa {
    max-width: 100%;
    width: 100%;
}}.title-greeting-iFj {
    background: linear-gradient(45deg, #000000 0%, rgb(173,152,168,0.5) 100%);
    min-height: 600px;
    height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden;
}.title-greeting-iFj .corp-values-gnq {
    grid-template-rows: 1fr;
    width: 100%;
    height: 100%;
    display: grid;
    position: relative;
    grid-template-columns: repeat(2, 1fr);
}.title-greeting-iFj .start-page-vbH {
    width: 60%;
    clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 1;
}.title-greeting-iFj .start-page-vbH::before {
    z-index: 2;
    content: '';
    top: 0;
    background: linear-gradient(
        to left,
        transparent 30%,
        rgba(0, 0, 0, 0.5) 100%
    );
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
}.title-greeting-iFj .start-base-khp {
    display: flex;
    animation: staggered-carousel 25s ease-in-out infinite;
    height: 100%;
    width: 500%;
}.title-greeting-iFj .course-home-LWY {
    height: 100%;
    overflow: hidden;
    width: 20%;
    position: relative;
}.title-greeting-iFj .course-home-LWY::before {
    inset: 0;
    opacity: 0.3;
    background: rgb(208,191,203,0.5);
    z-index: 2;
    mix-blend-mode: color;
    position: absolute;
    content: '';
}.title-greeting-iFj .course-home-LWY::after {
    inset: 0;
    background-image: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 2px,
        rgb(208,191,203,0.5) 2px,
        rgb(208,191,203,0.5) 4px
    );
    position: absolute;
    opacity: 0.1;
    z-index: 2;
    content: '';
}.title-greeting-iFj .course-home-LWY img {
    height: 100%;
    filter: brightness(0.9) contrast(1.1);
    object-fit: cover;
    transition: transform 1s ease;
    transform: scale(1);
    width: 100%;
}.title-greeting-iFj .course-home-LWY:hover img {
    transform: scale(1.05);
}.title-greeting-iFj .text-overlay-kLQ {
    position: relative;
    z-index: 10;
    grid-column: 1;
    max-width: 500px;
    justify-self: center;
    padding: 0;
    align-self: center;
    width: 80%;
}.title-greeting-iFj .text-overlay-kLQ::before {
    border-top: 4px solid rgb(208,191,203);
    width: 70px;
    left: -20px;
    height: 70px;
    opacity: 0.8;
    top: -20px;
    border-left: 4px solid rgb(208,191,203);
    position: absolute;
    content: '';
}.title-greeting-iFj .text-overlay-kLQ::after {
    opacity: 0.8;
    content: '';
    border-right: 4px solid rgb(208,191,203);
    right: -20px;
    position: absolute;
    border-bottom: 4px solid rgb(208,191,203);
    width: 70px;
    height: 70px;
    bottom: -20px;
}.title-greeting-iFj .text-overlay-kLQ h1 {
    padding-bottom: 15px;
    font-size: 45px;
    overflow: hidden;
    position: relative;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1.5rem;
}.title-greeting-iFj .text-overlay-kLQ h1::after {
    height: 4px;
    animation: heading-line 3s ease infinite;
    content: '';
    width: 80px;
    left: 0;
    background: rgb(208,191,203);
    position: absolute;
    bottom: 0;
}.title-greeting-iFj .text-overlay-kLQ p {
    line-height: 1.7;
    font-size: 16px;
    opacity: 0.9;
    color: #ffffff;
    margin-bottom: 2.5rem;
}.title-greeting-iFj .text-overlay-kLQ .request-message-RKA {
    font-size: 15px;
    border: none;
    color: #ffffff;
    position: relative;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    border-radius: 24px;
    background: linear-gradient(
        to right,
        rgb(208,191,203) 0%,
        rgb(173,152,168) 100%
    );
    display: inline-block;
    padding: 14px 35px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 600;
    z-index: 1;
}.title-greeting-iFj .text-overlay-kLQ .request-message-RKA::before {
    z-index: -1;
    transition: opacity 0.3s ease;
    content: '';
    top: 0;
    position: absolute;
    background: linear-gradient(
        to right,
        rgb(173,152,168) 0%,
        rgb(208,191,203) 100%
    );
    left: 0;
    width: 100%;
    opacity: 0;
    height: 100%;
}.title-greeting-iFj .text-overlay-kLQ .request-message-RKA:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
}.title-greeting-iFj .text-overlay-kLQ .request-message-RKA:hover::before {
    opacity: 1;
}

@keyframes staggered-carousel {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(-20%);
    }
    40%, 56% {
        transform: translateX(-40%);
    }
    60%, 76% {
        transform: translateX(-60%);
    }
    80%, 96% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes heading-line {
    0%, 100% {
        width: 80px;
    }
    50% {
        width: 120px;
    }
}

@media (max-width: 1200px) {.title-greeting-iFj .start-page-vbH {
    width: 65%;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
}.title-greeting-iFj .text-overlay-kLQ {
    width: 85%;
    max-width: 450px;
}
}

@media (max-width: 992px) {.title-greeting-iFj .corp-values-gnq {
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr;
}.title-greeting-iFj .start-page-vbH {
    position: absolute;
    width: 100%;
    clip-path: none;
    height: 100%;
}.title-greeting-iFj .start-page-vbH::before {
    background: linear-gradient(
            to bottom,
            #000000 0%,
            transparent 30%,
            transparent 70%,
            #000000 100%
        );
}.title-greeting-iFj .text-overlay-kLQ {
    margin: 0 auto;
    grid-column: 1;
    border-radius: 24px;
    backdrop-filter: blur(8px);
    padding: 2.5rem;
    background: linear-gradient(
            135deg,
            rgba(0, 0, 0, 0.5) 0%,
            rgba(0, 0, 0, 0.4) 100%
        );
    width: 90%;
    max-width: 550px;
}
}

@media (max-width: 768px) {.title-greeting-iFj {
    min-height: 500px;
}.title-greeting-iFj .text-overlay-kLQ {
    padding: 2rem;
}.title-greeting-iFj .text-overlay-kLQ h1 {
    font-size: calc(45px * 0.9);
}.title-greeting-iFj .text-overlay-kLQ p {
    font-size: calc(16px * 0.95);
}.title-greeting-iFj .text-overlay-kLQ::before,
    .title-greeting-iFj .text-overlay-kLQ::after {
    width: 50px;
    height: 50px;
}
}

@media (max-width: 576px) {.title-greeting-iFj {
    min-height: 450px;
}.title-greeting-iFj .text-overlay-kLQ {
    padding: 1.5rem;
}.title-greeting-iFj .text-overlay-kLQ h1 {
    font-size: calc(45px * 0.8);
}.title-greeting-iFj .text-overlay-kLQ p {
    font-size: calc(16px * 0.9);
    margin-bottom: 2rem;
}.title-greeting-iFj .text-overlay-kLQ .request-message-RKA {
    padding: 12px 25px;
    width: 100%;
    text-align: center;
}.title-greeting-iFj .text-overlay-kLQ::before,
    .title-greeting-iFj .text-overlay-kLQ::after {
    height: 40px;
    left: -10px;
    top: -10px;
    width: 40px;
}.title-greeting-iFj .text-overlay-kLQ::after {
    right: -10px;
    bottom: -10px;
}
}

@media (orientation: landscape) and (max-height: 600px) {.title-greeting-iFj {
    height: auto;
    min-height: 450px;
}.title-greeting-iFj .corp-values-gnq {
    min-height: 450px;
}.title-greeting-iFj .text-overlay-kLQ {
    padding: 1.5rem;
}.title-greeting-iFj .text-overlay-kLQ h1 {
    margin-bottom: 1rem;
}.title-greeting-iFj .text-overlay-kLQ p {
    margin-bottom: 1.5rem;
}}.tyDiv-sdf {
    position: relative;
    background: linear-gradient(135deg, rgb(208,191,203,0.5), rgb(173,152,168,0.5));
    padding: 120px 0;
    overflow: hidden;
}.tyDiv-sdf::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(255,255,255,0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(255,255,255,0.1) 0%, transparent 40%);
    height: 100%;
    pointer-events: none;
    content: "";
}.tyDiv-sdf::after {
    right: -50%;
    transform: rotate(35deg) scale(2);
    background: linear-gradient(45deg, transparent, rgb(208,191,203,0.5), transparent);
    top: -50%;
    z-index: 0;
    width: 100%;
    pointer-events: none;
    height: 100%;
    animation: shimmer 8s infinite linear;
    content: "";
    position: absolute;
}.tyDiv-sdf .container {
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.tyDiv-sdf .corp-values-gnq {
    backdrop-filter: blur(10px);
    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(208,191,203),0.05);
    gap: 40px;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.92);
    padding: 60px 50px;
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    display: flex;
    position: relative;
}.tyDiv-sdf .corp-values-gnq:hover {
    box-shadow: 
        0 25px 50px rgba(0,0,0,0.15),
        0 0 0 1px rgba(255,255,255,0.2),
        inset 0 0 30px rgba(rgb(208,191,203),0.08);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.tyDiv-sdf .corp-values-gnq::before {
    z-index: -1;
    right: 20px;
    background: rgb(208,191,203);
    top: -10px;
    height: 10px;
    position: absolute;
    opacity: 0.4;
    filter: blur(10px);
    left: 20px;
    content: "";
}.tyDiv-sdf .corp-values-gnq > div:first-child {
    padding-bottom: 30px;
    position: relative;
}.tyDiv-sdf .corp-values-gnq > div:first-child::after {
    transform-origin: left center;
    height: 3px;
    position: absolute;
    content: "";
    bottom: 0;
    width: 80px;
    background: linear-gradient(90deg, rgb(208,191,203), rgb(173,152,168));
    left: 0;
    transition: transform 0.4s ease;
}.tyDiv-sdf .corp-values-gnq:hover > div:first-child::after {
    transform: scaleX(1.5);
}.tyDiv-sdf h5 {
    margin: 0 0 15px;
    line-height: 1.4;
    font-weight: 700;
    position: relative;
    color: #000000;
    letter-spacing: -0.01em;
    z-index: 2;
    font-family: Arial, sans-serif;
    font-size: 21px;
}.tyDiv-sdf h5::before {
    left: -20px;
    background: rgb(208,191,203);
    width: 10px;
    opacity: 0.8;
    top: 50%;
    position: absolute;
    height: 10px;
    content: "";
    transition: transform 0.3s ease;
    transform: translateY(-50%) rotate(45deg);
}.tyDiv-sdf .corp-values-gnq:hover h5::before {
    transform: translateY(-50%) rotate(135deg);
}.tyDiv-sdf a {
    display: block;
    transition: transform 0.3s ease;
    text-decoration: none;
}.tyDiv-sdf a:hover {
    transform: translateX(5px);
}.tyDiv-sdf p {
    z-index: 2;
    transition: color 0.3s ease;
    font-weight: 400;
    font-family: Arial, sans-serif;
    color: #000000;
    line-height: 1.8;
    font-size: 12px;
    margin: 0;
    position: relative;
}.tyDiv-sdf a:hover p {
    color: rgb(208,191,203);
}

@keyframes shimmer {
    0% { transform: rotate(35deg) translateX(-30%) scale(2); }
    100% { transform: rotate(35deg) translateX(30%) scale(2); }
}

@media (min-width: 992px) {.tyDiv-sdf .corp-values-gnq {
    padding: 80px 70px;
    flex-direction: row;
    align-items: center;
}.tyDiv-sdf .corp-values-gnq > div:first-child {
    padding-right: 50px;
    padding-bottom: 0;
    flex: 0 0 40%;
}.tyDiv-sdf .corp-values-gnq > div:first-child::after {
    left: auto;
    transform-origin: center top;
    top: 50%;
    right: 0;
    width: 3px;
    bottom: auto;
    height: 80px;
}.tyDiv-sdf .corp-values-gnq:hover > div:first-child::after {
    transform: scaleY(1.5);
}.tyDiv-sdf h5 {
    font-size: calc(21px * 1.1);
    margin-bottom: 0;
}.tyDiv-sdf h5::before {
    left: -30px;
    height: 15px;
    width: 15px;
}.tyDiv-sdf a:hover {
    transform: translateX(10px);
}
}

@media (max-width: 991px) {.tyDiv-sdf {
    padding: 80px 0;
}.tyDiv-sdf .corp-values-gnq {
    padding: 50px 35px;
}.tyDiv-sdf h5 {
    font-size: calc(21px * 0.95);
}
}

@media (max-width: 767px) {.tyDiv-sdf {
    padding: 60px 0;
}.tyDiv-sdf .corp-values-gnq {
    gap: 30px;
    padding: 40px 25px;
}.tyDiv-sdf h5 {
    font-size: calc(21px * 0.9);
}.tyDiv-sdf p {
    line-height: 1.7;
    font-size: calc(12px * 0.95);
}.tyDiv-sdf .corp-values-gnq > div:first-child {
    padding-bottom: 20px;
}
}

@media (max-width: 480px) {.tyDiv-sdf {
    padding: 50px 0;
}.tyDiv-sdf .corp-values-gnq {
    gap: 25px;
    padding: 30px 20px;
}.tyDiv-sdf h5 {
    font-size: calc(21px * 0.85);
}.tyDiv-sdf p {
    line-height: 1.6;
    font-size: calc(12px * 0.9);
}.tyDiv-sdf .corp-values-gnq > div:first-child {
    padding-bottom: 15px;
}.tyDiv-sdf .corp-values-gnq > div:first-child::after {
    width: 60px;
}}.price-pick-rIl {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.price-pick-rIl::before {
    bottom: 0;
    position: absolute;
    content: "";
    right: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
    left: 0;
    top: 0;
}.price-pick-rIl .container {
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.fee-plan-qal {
    position: relative;
}.price-pick-rIl h2 {
    transform: translateY(0);
    position: relative;
    text-align: center;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
    margin-bottom: 25px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.6s ease;
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    opacity: 1;
    letter-spacing: 0.5px;
}.price-pick-rIl h2::after {
    height: 3px;
    background: linear-gradient(90deg, rgb(173,152,168), rgb(208,191,203));
    content: "";
    transition: transform 0.4s ease;
    transform: scaleX(1);
    display: block;
    margin: 20px auto 0;
    width: 80px;
}.price-pick-rIl:hover h2::after {
    transform: scaleX(1.2);
}.price-pick-rIl .qtr-cost-uor {
    opacity: 0.9;
    max-width: 800px;
    line-height: 1.6;
    font-size: calc(12px + 2px);
    text-shadow: 0 1px 3px rgba(0,0,0,0.2);
    margin: 0 auto 60px;
    color: #ffffff;
    text-align: center;
}.price-pick-rIl .cost-options-ApD {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 30px;
}.price-pick-rIl .cost-options-ApD li {
    margin: 0;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.price-pick-rIl .cost-options-ApD li:hover {
    z-index: 10;
    transform: translateY(-10px);
}.price-pick-rIl .learn-offers-uaI {
    position: relative;
    transition: all 0.4s ease;
    border: 1px solid rgba(255,255,255,0.1);
    overflow: hidden;
    height: 100%;
    background: linear-gradient(145deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.02) 100%);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    text-decoration: none;
    display: block;
}.price-pick-rIl .learn-offers-uaI::before {
    width: 100%;
    top: 0;
    height: 100%;
    position: absolute;
    opacity: 0;
    background: linear-gradient(230deg, rgb(173,152,168,0.5) 0%, transparent 80%);
    transition: opacity 0.5s ease;
    left: 0;
    content: "";
}.price-pick-rIl .learn-offers-uaI:hover {
    border-color: rgba(255,255,255,0.2);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}.price-pick-rIl .learn-offers-uaI:hover::before {
    opacity: 0.2;
}.price-pick-rIl .pricing-card-XIN {
    z-index: 2;
    position: relative;
    padding: 40px 30px;
}.price-pick-rIl .payment-pricing-enf {
    flex-direction: column;
    height: 100%;
    display: flex;
}.price-pick-rIl .payment-pricing-enf h4 {
    margin-top: 0;
    position: relative;
    font-weight: 600;
    font-size: calc(24px + 2px);
    color: #ffffff;
    transition: transform 0.3s ease;
    margin-bottom: 20px;
    padding-bottom: 15px;
}.price-pick-rIl .payment-pricing-enf h4::after {
    background: rgb(208,191,203);
    left: 0;
    content: "";
    width: 40px;
    transition: width 0.4s ease;
    position: absolute;
    bottom: 0;
    height: 2px;
}.price-pick-rIl .learn-offers-uaI:hover .payment-pricing-enf h4::after {
    width: 60px;
}.price-pick-rIl .payment-pricing-enf p {
    flex-grow: 1;
    margin-bottom: 30px;
    line-height: 1.6;
    position: relative;
    transition: color 0.3s ease;
    color: rgba(255,255,255,0.85);
    font-size: 12px;
}.price-pick-rIl .learn-offers-uaI:hover .payment-pricing-enf p {
    color: #ffffff;
}.price-pick-rIl .deal-grid-GuC {
    -webkit-background-clip: text !important;
    position: relative;
    margin-top: auto;
    display: inline-block;
    background: linear-gradient(90deg, rgb(173,152,168) 0%, rgb(208,191,203) 100%);
    color: #ffffff;
    transition: transform 0.3s ease;
    font-size: calc(24px + 4px);
    font-weight: 700;
    -webkit-text-fill-color: transparent;
    background-clip: text !important;
    padding: 10px 0;
}.price-pick-rIl .deal-grid-GuC::before {
    width: 100%;
    bottom: 0;
    background: linear-gradient(90deg, rgb(173,152,168) 0%, transparent 100%);
    content: "";
    position: absolute;
    left: 0;
    height: 1px;
}.price-pick-rIl .learn-offers-uaI:hover .deal-grid-GuC {
    transform: scale(1.05);
}

@media (max-width: 992px) {.price-pick-rIl {
    padding: 90px 0;
}.price-pick-rIl .cost-options-ApD {
    grid-template-columns: repeat(2, 1fr);
}.price-pick-rIl .pricing-card-XIN {
    padding: 30px 25px;
}
}

@media (max-width: 768px) {.price-pick-rIl {
    padding: 70px 0;
}.price-pick-rIl h2 {
    font-size: calc(30px - 4px);
}.price-pick-rIl .qtr-cost-uor {
    font-size: 12px;
    margin-bottom: 40px;
}.price-pick-rIl .cost-options-ApD {
    gap: 20px;
    grid-template-columns: 1fr;
}.price-pick-rIl .pricing-card-XIN {
    padding: 25px 20px;
}.price-pick-rIl .deal-grid-GuC {
    font-size: calc(24px + 2px);
}
}

@media (max-width: 480px) {.price-pick-rIl {
    padding: 60px 0;
}.price-pick-rIl h2 {
    font-size: calc(30px - 6px);
}.price-pick-rIl .payment-pricing-enf h4 {
    font-size: 24px;
}.price-pick-rIl .payment-pricing-enf p {
    font-size: calc(12px - 1px);
}}.modalCookieSettings-Ofw {
    z-index: 90;
    padding: 20px 0;
    position: fixed;
    background: rgb(173,152,168);
    border-top: 2px solid rgb(208,191,203);
    width: 100%;
    bottom: 0;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 0px;
    transition: all 0.3s ease-in-out;
}.cookie-confirm-ahv {
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 30px;
}.modalCookieSettings-Ofw h5 {
    transition: color 0.3s ease-in-out;
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 6px;
}.modalCookieSettings-Ofw p {
    color: #ffffff;
    max-width: 500px;
    font-size: 13px;
}.data-opt-nIU {
    margin-right: 20px;
    flex-shrink: 0;
}.data-opt-nIU svg, .data-opt-nIU svg path {
    transition: transform 0.3s ease-in-out;
    height: 80px;
    width: 80px;
    fill: rgb(208,191,203);
}.data-opt-nIU:hover svg {
    transform: rotate(10deg);
}.cookie-box-yQV {
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    text-decoration: none;
    margin-left: 20px;
    line-height: 35px;
    background: rgb(208,191,203);
    cursor: pointer;
    box-shadow: rgb(208,191,203,0.5) 0px 4px 10px 0px;
    color: #ffffff;
    border-radius: 22px;
    font-size: 14px;
    padding: 10px 20px;
}.cookie_button.visitor-controls-WSD {
    background: rgb(208,191,203);
}.cookie_button.cookie-rules-ZFX {
    background: rgb(173,152,168);
}.cookie-box-yQV:hover {
    box-shadow: rgb(208,191,203,0.5) 0px 6px 15px 0px;
    transform: scale(1.05);
}.modalCookieSettings-Ofw p a {
    font-weight: 600;
    color: rgb(208,191,203);
    transition: color 0.3s ease-in-out;
    text-decoration: none;
}.modalCookieSettings-Ofw p a:hover {
    color: rgb(173,152,168);
}.inner-container-Xmy .modalCookieSettings-Ofw {
    background: rgb(173,152,168);
    padding: 40px 0;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 40px 39px;
}.inner-container-Xmy .cookie-box-yQV {
    color: #ffffff;
    border: none;
    border-radius: 10px;
    margin-left: 30px;
    background: rgb(208,191,203);
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    font-size: 14px;
    font-weight: 400;
    padding: 10px;
}.inner-container-Xmy .cookie-data-SHC h5, .inner-container-Xmy .cookie-data-SHC p {
    color: #ffffff;
}
@media only screen and (max-width: 1200px) {.modalCookieSettings-Ofw {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.data-opt-nIU {
    display: none;
}.cookie-confirm-ahv {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.modalCookieSettings-Ofw h5 {
    text-align: center;
}.modalCookieSettings-Ofw p {
    text-align: center;
}.cookie-data-SHC {
    text-align: center;
    margin-bottom: 20px;
}.cookie-box-yQV {
    margin-left: 0;
    width: 100%;
    margin-top: 10px;
    max-width: 300px;
}}
#consentWindowModal-yFo {
    display: none;
}#consentWindowModal-yFo:checked ~ .modalCookieSettings-Ofw {
    opacity: 0;
    visibility: hidden;
}.mentorship-profile-pLW {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(233,225,231) 0%, rgba(240, 242, 245, 0.9) 100%);
    padding: 120px 0;
}.mentorship-profile-pLW::before {
    opacity: 0.05;
    z-index: 0;
    background-size: 60px 60px;
    width: 100%;
    pointer-events: none;
    content: "";
    position: absolute;
    background-image: 
        linear-gradient(30deg, rgb(208,191,203,0.5) 1px, transparent 1px),
        linear-gradient(120deg, rgb(208,191,203,0.5) 1px, transparent 1px);
    top: 0;
    height: 100%;
    left: 0;
}.mentorship-profile-pLW::after {
    top: -20%;
    width: 50%;
    height: 70%;
    transform: rotate(-15deg);
    right: -10%;
    z-index: 0;
    position: absolute;
    opacity: 0.1;
    content: "";
    filter: blur(80px);
    background: rgb(173,152,168,0.5);
}.mentorship-profile-pLW .container {
    z-index: 1;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.mentorship-profile-pLW .review-carousel-vRG {
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.05);
    display: grid;
    background: #ffffff;
    grid-template-columns: 1fr;
    gap: 35px;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.05), 
                0 5px 20px rgba(0, 0, 0, 0.02);
    padding: 40px;
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}.mentorship-profile-pLW .review-carousel-vRG:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08), 
                0 10px 30px rgba(0, 0, 0, 0.03);
}.mentorship-profile-pLW .review-carousel-vRG > div:first-child {
    align-items: center;
    justify-content: center;
    display: flex;
}.mentorship-profile-pLW .image-header-pgr {
    transform: translateZ(30px);
    height: 180px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    position: relative;
    width: 180px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}.mentorship-profile-pLW .review-carousel-vRG:hover .image-header-pgr {
    transform: translateZ(40px) translateY(-10px);
}.mentorship-profile-pLW .image-header-pgr::before {
    transition: all 0.4s ease;
    z-index: -1;
    right: -12px;
    left: 12px;
    opacity: 0.2;
    position: absolute;
    top: 12px;
    border: 2px solid rgb(208,191,203);
    bottom: -12px;
    content: "";
}.mentorship-profile-pLW .review-carousel-vRG:hover .image-header-pgr::before {
    right: -18px;
    top: 18px;
    left: 18px;
    opacity: 0.3;
    bottom: -18px;
}.mentorship-profile-pLW .name {
    position: relative;
    font-size: 23px;
    margin-bottom: 12px;
    color: #000000;
    font-weight: 700;
    display: inline-block;
}.mentorship-profile-pLW .name::after {
    background: rgb(208,191,203);
    width: 40px;
    height: 3px;
    transform: scaleX(0.6);
    content: "";
    transform-origin: left;
    transition: transform 0.5s ease;
    bottom: -6px;
    left: 0;
    position: absolute;
}.mentorship-profile-pLW .review-carousel-vRG:hover .name::after {
    transform: scaleX(1);
}.mentorship-profile-pLW .review-carousel-vRG > div:nth-child(2) div {
    margin-top: 5px;
    opacity: 0.85;
    transform: translateX(0);
    font-weight: 600;
    font-size: calc(15px - 1px);
    color: rgb(173,152,168);
    transition: transform 0.4s ease, opacity 0.4s ease;
}.mentorship-profile-pLW .review-carousel-vRG:hover > div:nth-child(2) div {
    transform: translateX(5px);
    opacity: 1;
}.mentorship-profile-pLW .career-skills-zgb {
    border-left: 3px solid rgb(208,191,203,0.5);
    color: #000000;
    font-size: 15px;
    padding-left: 25px;
    margin: 0;
    position: relative;
    line-height: 1.7;
}.mentorship-profile-pLW .career-skills-zgb::before {
    line-height: 1;
    font-size: 120px;
    opacity: 0.08;
    z-index: -1;
    font-family: serif;
    top: -40px;
    color: rgb(208,191,203);
    left: -20px;
    position: absolute;
    content: "";
}

@media (min-width: 768px) {.mentorship-profile-pLW .review-carousel-vRG {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
    row-gap: 30px;
    column-gap: 40px;
}.mentorship-profile-pLW .review-carousel-vRG > div:first-child {
    grid-row: 1 / 3;
}.mentorship-profile-pLW .image-header-pgr {
    height: 260px;
    width: 220px;
}.mentorship-profile-pLW .career-skills-zgb {
    padding-left: 30px;
    grid-column: 2;
}
}

@media (min-width: 992px) {.mentorship-profile-pLW {
    padding: 150px 0;
}.mentorship-profile-pLW .review-carousel-vRG {
    padding: 60px;
    gap: 50px;
    grid-template-columns: auto 250px 1fr;
}.mentorship-profile-pLW .review-carousel-vRG > div:first-child {
    grid-row: 1;
}.mentorship-profile-pLW .review-carousel-vRG > div:nth-child(2) {
    padding-top: 20px;
    grid-row: 1;
}.mentorship-profile-pLW .career-skills-zgb {
    padding-left: 40px;
    grid-column: 1 / 4;
    grid-row: 2;
    font-size: calc(15px + 1px);
}.mentorship-profile-pLW .image-header-pgr {
    height: 280px;
    width: 240px;
}
}

@media (max-width: 767px) {.mentorship-profile-pLW {
    padding: 80px 0;
}.mentorship-profile-pLW .review-carousel-vRG {
    gap: 25px;
    padding: 30px;
}.mentorship-profile-pLW .image-header-pgr {
    height: 150px;
    width: 150px;
}.mentorship-profile-pLW .name {
    font-size: calc(23px - 2px);
}.mentorship-profile-pLW .career-skills-zgb {
    font-size: calc(15px - 1px);
}
}

@media (hover: none) {.mentorship-profile-pLW .review-carousel-vRG {
    transform: none !important;
}.mentorship-profile-pLW .image-header-pgr,
    .mentorship-profile-pLW .review-carousel-vRG:hover .image-header-pgr {
    transform: none;
}}

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

.mentorship-profile-pLW .review-carousel-vRG {
    animation: fadeInUp 0.8s ease-out forwards;
}.contact-us-wpP {
    padding: 0;
    position: relative;
}.contact-us-wpP::before {
    opacity: 0.85;
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    background: rgb(233,225,231);
    content: '';
    width: 100%;
}.contact-us-wpP .container {
    padding: 0;
    margin: 0 auto;
    max-width: 1400px;
    position: relative;
}.contact-us-wpP .help-reach-ouR {
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto auto auto;
    display: grid;
}.contact-us-wpP .connect-widget-uJH {
    margin-top: 80px;
    position: relative;
    grid-row: 1 / 2;
    border-radius: 13px;
    z-index: 10;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    grid-column: 3 / 11;
}.contact-us-wpP .connect-widget-uJH h3 {
    font-weight: 700;
    background: rgb(208,191,203);
    margin: 0;
    padding: 40px;
    text-align: center;
    color: #ffffff;
    font-size: 36px;
}.contact-us-wpP .connect-widget-uJH div {
    flex-direction: column;
    padding: 20px;
    text-align: center;
    display: flex;
    align-items: center;
}.contact-us-wpP .connect-widget-uJH svg {
    height: 50px;
    border-radius: 50%;
    padding: 10px;
    background: rgb(233,225,231);
    margin-bottom: 15px;
    width: 50px;
}.contact-us-wpP .connect-widget-uJH svg path {
    fill: rgb(208,191,203);
}.contact-us-wpP .connect-widget-uJH span {
    font-size: 15px;
    color: #000000;
}.contact-us-wpP .connect-widget-uJH a {
    color: rgb(208,191,203);
    transition: color 0.3s ease;
    text-decoration: none;
}.contact-us-wpP .connect-widget-uJH a:hover {
    color: rgb(173,152,168);
}.contact-us-wpP .feedback-block-cSI {
    padding: 170px 0 100px;
    grid-row: 2 / 4;
    grid-column: 1 / 13;
    margin-top: -100px;
    background: rgb(208,191,203);
}.contact-us-wpP form {
    max-width: 700px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    margin: 0 auto;
    padding: 60px;
    width: 60%;
    border-radius: 13px;
    background: #ffffff;
}.contact-us-wpP form h3 {
    color: #000000;
    font-size: 36px;
    margin-bottom: 40px;
    text-align: center;
    font-weight: 700;
    position: relative;
}.contact-us-wpP form h3::after {
    background: rgb(208,191,203);
    content: '';
    height: 3px;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    width: 70px;
    bottom: -15px;
}.contact-us-wpP form input[type="text"],
.contact-us-wpP form input[type="email"] {
    width: 100%;
    font-size: 15px;
    padding: 18px 20px;
    margin-bottom: 25px;
    border-radius: 10px;
    color: #000000;
    border: 1px solid rgb(233,225,231);
    background: #ffffff;
    transition: all 0.3s ease;
}.contact-us-wpP form input[type="text"]:focus,
.contact-us-wpP form input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgb(208,191,203,0.5);
    border-color: rgb(208,191,203);
    outline: none;
}.contact-us-wpP form input::placeholder {
    color: #000000;
}.contact-us-wpP .query-inquiry-CPJ {
    margin: 25px 0;
    align-items: flex-start;
    display: flex;
}.contact-us-wpP .query-inquiry-CPJ input[type="checkbox"] {
    border: 2px solid rgb(233,225,231);
    position: relative;
    -webkit-appearance: none;
    transition: all 0.3s ease;
    flex-shrink: 0;
    height: 22px;
    margin-right: 15px;
    width: 22px;
    border-radius: 10px;
    cursor: pointer;
    appearance: none;
}.contact-us-wpP .query-inquiry-CPJ input[type="checkbox"]:checked {
    border-color: rgb(208,191,203);
    background-color: rgb(208,191,203);
}.contact-us-wpP .query-inquiry-CPJ input[type="checkbox"]:checked::before {
    content: '';
    border-width: 0 2px 2px 0;
    left: 7px;
    transform: rotate(45deg);
    top: 4px;
    border: solid #ffffff;
    width: 6px;
    height: 10px;
    position: absolute;
}.contact-us-wpP .query-inquiry-CPJ label {
    color: #000000;
    font-size: 14px;
    line-height: 1.6;
}.contact-us-wpP .query-inquiry-CPJ a {
    color: rgb(208,191,203);
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 600;
}.contact-us-wpP .query-inquiry-CPJ a:hover {
    color: rgb(173,152,168);
}.contact-us-wpP .request-message-RKA {
    border: none;
    cursor: pointer;
    background: rgb(208,191,203);
    padding: 18px 20px;
    border-radius: 10px;
    width: 100%;
    font-weight: 700;
    transition: all 0.3s ease;
    font-size: 16px;
    color: #ffffff;
}.contact-us-wpP .request-message-RKA:hover {
    background: rgb(173,152,168);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

@media (max-width: 1200px) {.contact-us-wpP .connect-widget-uJH {
    grid-column: 2 / 12;
}.contact-us-wpP form {
    width: 70%;
}
}

@media (max-width: 992px) {.contact-us-wpP .connect-widget-uJH {
    grid-column: 1 / 13;
    margin: 60px 20px 0;
}.contact-us-wpP form {
    padding: 50px 40px;
    width: 80%;
}
}

@media (max-width: 768px) {.contact-us-wpP .connect-widget-uJH h3 {
    padding: 30px;
    font-size: calc(36px * 0.9);
}.contact-us-wpP .feedback-block-cSI {
    padding: 150px 20px 80px;
}.contact-us-wpP form {
    width: 100%;
    padding: 40px 30px;
}.contact-us-wpP form h3 {
    font-size: calc(36px * 0.9);
    margin-bottom: 35px;
}
}

@media (max-width: 576px) {.contact-us-wpP .connect-widget-uJH {
    margin: 40px 15px 0;
}.contact-us-wpP .connect-widget-uJH h3 {
    font-size: calc(36px * 0.85);
    padding: 25px 20px;
}.contact-us-wpP .feedback-block-cSI {
    padding: 130px 15px 60px;
}.contact-us-wpP form {
    padding: 30px 20px;
}.contact-us-wpP form input[type="text"],
    .contact-us-wpP form input[type="email"] {
    padding: 15px;
    margin-bottom: 20px;
}}.privacy-cover-ELa {
    font-family: Arial, sans-serif;
    max-width: 1200px;
    margin: 0 auto;
    color: #ffffff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    background: rgba(0, 0, 0, 0.5);
    padding: 60px;
}.privacy-cover-ELa h1 {
    font-size: 39px;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 4px solid rgb(208,191,203);
    margin-top: 20px;
    margin-bottom: 30px;
    color: rgb(208,191,203);
}.privacy-cover-ELa h2 {
    border-left: 6px solid rgb(173,152,168);
    margin-bottom: 20px;
    margin-top: 30px;
    color: rgb(173,152,168);
    font-weight: 600;
    font-size: 32px;
    padding-left: 20px;
}.privacy-cover-ELa ul {
    padding-left: 0;
    list-style-type: none;
    margin: 20px 0;
}.privacy-cover-ELa ul li::before {
    font-size: 1.5em;
    margin-left: -1em;
    color: rgb(208,191,203);
    content: "•";
    display: inline-block;
    width: 1em;
}.privacy-cover-ELa li {
    margin-bottom: 15px;
    line-height: 1.8;
    font-size: 16px;
    border-left: 2px solid rgb(208,191,203,0.5);
    padding-left: 10px;
}.privacy-cover-ELa p, .privacy-cover-ELa span, .privacy-cover-ELa div {
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.8;
}.privacy-cover-ELa h3, .privacy-cover-ELa h4, .privacy-cover-ELa h5, .privacy-cover-ELa h6 {
    padding-left: 15px;
    font-weight: 600;
    font-size: 21px;
    margin-top: 25px;
    border-left: 5px solid rgb(208,191,203);
    color: rgb(208,191,203);
    margin-bottom: 15px;
}

@media only screen and (max-width: 800px) {.privacy-cover-ELa {
    padding: 30px;
}.privacy-cover-ELa h1 {
    font-size: calc(21px - 4px);
}.privacy-cover-ELa h2 {
    font-size: calc(21px - 3px);
}.privacy-cover-ELa h3, .privacy-cover-ELa h4, .privacy-cover-ELa h5, .privacy-cover-ELa h6 {
    font-size: calc(21px - 2px);
}.privacy-cover-ELa p, .privacy-cover-ELa span, .privacy-cover-ELa div, .privacy-cover-ELa li {
    font-size: calc(16px - 2px);
}}.course-program-wat {
    overflow: hidden;
    position: relative;
    min-height: 100vh;
    flex-direction: column;
    display: flex;
    background-color: rgb(233,225,231);
    z-index: 1;
    justify-content: center;
}.course-program-wat::before {
    top: 0;
    pointer-events: none;
    left: 0;
    z-index: 2;
    width: 100%;
    position: absolute;
    content: '';
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(208,191,203,0.5) 100%);
}.course-program-wat::after {
    top: 0;
    background: radial-gradient(circle at 75% 25%, rgb(173,152,168,0.5) 0%, transparent 50%);
    animation: pulse 15s infinite alternate;
    width: 100%;
    pointer-events: none;
    height: 100%;
    left: 0;
    z-index: 3;
    position: absolute;
    content: '';
}.course-program-wat .study-route-dAE {
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    height: 100%;
}.course-program-wat .knowledge-base-mQv {
    width: calc(100% * var(--slide-count, 5));
    display: flex;
    height: 100%;
    animation: carousel-slide 30s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}.course-program-wat .study-route-dAE:hover .knowledge-base-mQv {
    animation-play-state: paused;
}.course-program-wat .knowledge-flow-xmo {
    overflow: hidden;
    height: 100%;
    width: calc(100% / var(--slide-count, 5));
    transition: transform 0.5s ease;
    position: relative;
}.course-program-wat .knowledge-flow-xmo::before {
    content: '';
    opacity: 0.7;
    height: 100%;
    z-index: 2;
    left: 0;
    width: 100%;
    top: 0;
    position: absolute;
    background: linear-gradient(to bottom, transparent 40%, #000000 100%);
}.course-program-wat .knowledge-flow-xmo::after {
    content: '';
    z-index: 1;
    left: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(208,191,203,0.5),
        rgb(208,191,203,0.5) 2px,
        transparent 2px,
        transparent 4px
    );
    mix-blend-mode: overlay;
    position: absolute;
    height: 100%;
    opacity: 0.05;
    width: 100%;
    top: 0;
}.course-program-wat .knowledge-flow-xmo img {
    filter: saturate(1.2) contrast(1.1);
    transition: transform 8s ease;
    height: 100%;
    object-fit: cover;
    width: 100%;
    transform: scale(1.05);
}.course-program-wat .knowledge-flow-xmo:hover img {
    transform: scale(1.15);
}.course-program-wat .container {
    position: relative;
    padding: 2rem 0;
    display: flex;
    z-index: 10;
    justify-content: flex-end;
    height: 100%;
    align-items: center;
}.course-program-wat .corp-values-gnq {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transform: translateX(0);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    border-radius: 23px;
    backdrop-filter: blur(10px);
    max-width: 600px;
    animation: float 6s ease-in-out infinite;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.1) 0%, 
        rgba(255, 255, 255, 0.05) 100%);
    padding: 3rem;
}.course-program-wat .career-path-upB {
    position: relative;
}.course-program-wat .career-path-upB::before {
    border-top: 2px solid rgb(208,191,203);
    opacity: 0.8;
    height: 40px;
    position: absolute;
    width: 40px;
    top: -20px;
    left: -20px;
    content: '';
    border-left: 2px solid rgb(208,191,203);
}.course-program-wat .career-path-upB::after {
    position: absolute;
    height: 40px;
    opacity: 0.8;
    bottom: -20px;
    border-bottom: 2px solid rgb(173,152,168);
    content: '';
    right: -20px;
    border-right: 2px solid rgb(173,152,168);
    width: 40px;
}.course-program-wat .career-path-upB h3 {
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #ffffff;
    font-size: 31px;
    position: relative;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    display: inline-block;
}.course-program-wat .career-path-upB h3::after {
    height: 3px;
    content: '';
    bottom: -10px;
    background: linear-gradient(90deg, rgb(208,191,203) 0%, transparent 100%);
    width: 60%;
    position: absolute;
    left: 0;
}.course-program-wat .career-path-upB p {
    line-height: 1.6;
    color: #ffffff;
    margin-bottom: 2.5rem;
    font-size: 18px;
    opacity: 0.8;
}.course-program-wat .career-path-upB .request-message-RKA {
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    display: inline-block;
    font-weight: 600;
    color: #ffffff;
    position: relative;
    padding: 1rem 2.5rem;
    transition: all 0.3s ease;
    font-size: 18px;
    border-radius: 10px;
    background: linear-gradient(135deg, rgb(208,191,203) 0%, rgb(173,152,168) 100%);
    z-index: 1;
}.course-program-wat .career-path-upB .request-message-RKA::before {
    top: 0;
    transition: all 0.4s ease;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    position: absolute;
    content: '';
    height: 100%;
    z-index: -1;
}.course-program-wat .career-path-upB .request-message-RKA:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
}.course-program-wat .career-path-upB .request-message-RKA:hover::before {
    transition: all 0.4s ease;
    left: 100%;
}

@keyframes carousel-slide {
    0%, 2% {
        transform: translateX(0);
    }
    18%, 22% {
        transform: translateX(calc(-100% / var(--slide-count, 5) * 1));
    }
    38%, 42% {
        transform: translateX(calc(-100% / var(--slide-count, 5) * 2));
    }
    58%, 62% {
        transform: translateX(calc(-100% / var(--slide-count, 5) * 3));
    }
    78%, 82% {
        transform: translateX(calc(-100% / var(--slide-count, 5) * 4));
    }
    98%, 100% {
        transform: translateX(0);
    }
}

@keyframes pulse {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0.3;
    }
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0px);
    }
}

@media screen and (max-width: 1200px) {.course-program-wat .container {
    justify-content: center;
}.course-program-wat .corp-values-gnq {
    max-width: 80%;
}
}

@media screen and (max-width: 768px) {.course-program-wat {
    padding: 6rem 0;
    min-height: auto;
}.course-program-wat .study-route-dAE {
    height: 100%;
    position: fixed;
}.course-program-wat .corp-values-gnq {
    max-width: 90%;
    padding: 2rem;
}.course-program-wat .career-path-upB h3 {
    font-size: calc(31px * 0.8);
}.course-program-wat .career-path-upB p {
    font-size: calc(18px * 0.9);
}.course-program-wat .career-path-upB .request-message-RKA {
    text-align: center;
    width: 100%;
}
}

@media screen and (max-width: 480px) {.course-program-wat {
    padding: 4rem 0;
}.course-program-wat .corp-values-gnq {
    padding: 1.5rem;
}.course-program-wat .career-path-upB h3 {
    font-size: calc(31px * 0.7);
}.course-program-wat .career-path-upB::before,
    .course-program-wat .career-path-upB::after {
    width: 30px;
    height: 30px;
}@keyframes carousel-slide {
        0%, 5% {
            transform: translateX(0);
        }
        20%, 25% {
            transform: translateX(calc(-100% / var(--slide-count, 5) * 1));
        }
        40%, 45% {
            transform: translateX(calc(-100% / var(--slide-count, 5) * 2));
        }
        60%, 65% {
            transform: translateX(calc(-100% / var(--slide-count, 5) * 3));
        }
        80%, 85% {
            transform: translateX(calc(-100% / var(--slide-count, 5) * 4));
        }
        95%, 100% {
            transform: translateX(0);
        }
    }
}

.course-program-wat .knowledge-base-mQv {
    --slide-count: 5;
}

@supports (animation-timeline: scroll()) {.course-program-wat .knowledge-base-mQv {
    animation-range: 0 100vh;
    animation-timeline: scroll();
}}.meet-us-mIT {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.meet-us-mIT::before {
    right: 0;
    top: 0;
    backdrop-filter: blur(3px);
    left: 0;
    z-index: 1;
    bottom: 0;
    pointer-events: none;
    background: radial-gradient(circle at 30% 70%, rgb(208,191,203,0.5), rgba(0, 0, 0, 0.5) 80%);
    position: absolute;
    content: "";
}.meet-us-mIT::after {
    pointer-events: none;
    animation: orbitGlow 20s infinite linear;
    background: linear-gradient(135deg, rgb(208,191,203,0.5) 5%, transparent 15%, transparent 85%, rgb(173,152,168,0.5) 95%);
    width: 120%;
    content: "";
    z-index: 2;
    height: 120%;
    left: -10%;
    top: -10%;
    position: absolute;
}.meet-us-mIT .container {
    margin: 0 auto;
    perspective: 1000px;
    max-width: 1200px;
    z-index: 5;
    padding: 0 15px;
    transform-style: preserve-3d;
    position: relative;
}.meet-us-mIT .text-overlay-kLQ {
    transform: translateZ(0) rotateY(-2deg);
    background: linear-gradient(145deg, rgba(255,255,255,0.15), rgba(255,255,255,0.05));
    box-shadow: 0 10px 30px rgba(0,0,0,0.15), 0 0 0 1px rgba(255,255,255,0.1);
    border-left: 3px solid rgb(173,152,168);
    padding: 40px 50px;
    backdrop-filter: blur(10px);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}.meet-us-mIT .text-overlay-kLQ:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 0 0 1px rgba(255,255,255,0.15);
    transform: translateZ(10px) rotateY(0deg);
}.meet-us-mIT h5 {
    display: inline-block;
    color: #ffffff;
    letter-spacing: 1.5px;
    font-size: 23px;
    text-transform: uppercase;
    position: relative;
    font-weight: 700;
    margin: 0 0 15px;
}.meet-us-mIT h5::after {
    transition: transform 0.4s ease-out;
    height: 2px;
    transform-origin: left center;
    position: absolute;
    background: rgb(173,152,168);
    content: "";
    bottom: -8px;
    width: 50px;
    left: 0;
    transform: scaleX(1);
}.meet-us-mIT h5:hover::after {
    transform: scaleX(1.5);
}.meet-us-mIT p {
    line-height: 1.6;
    font-weight: 400;
    margin: 0 0 20px;
    color: #ffffff;
    font-size: calc(12px * 1.2);
}.meet-us-mIT b {
    position: relative;
    color: rgb(173,152,168);
    font-size: calc(12px * 1.5);
    letter-spacing: 0.5px;
    font-weight: 700;
}.meet-us-mIT b::before {
    height: 1px;
    left: 0;
    background: linear-gradient(to right, rgb(173,152,168), transparent);
    bottom: -5px;
    position: absolute;
    width: 100%;
    content: "";
}.meet-us-mIT ol {
    list-style-position: outside;
    margin: 20px 0 0;
    padding: 0 0 0 20px;
}.meet-us-mIT li {
    position: relative;
    font-weight: 400;
    text-align: justify;
    font-size: 12px;
    margin-bottom: 15px;
    line-height: 1.8;
    color: #ffffff;
}.meet-us-mIT .text-overlay-kLQ div:nth-child(1) {
    animation: fadeSlideIn 0.8s ease-out forwards;
}.meet-us-mIT .text-overlay-kLQ div:nth-child(2) {
    opacity: 0;
    animation: fadeSlideIn 0.8s 0.2s ease-out forwards;
    transform: translateY(20px);
}.meet-us-mIT ol {
    animation: fadeSlideIn 0.8s 0.4s ease-out forwards;
    opacity: 0;
    transform: translateY(20px);
}@keyframes fadeSlideIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes orbitGlow {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(1.05);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}


.meet-us-mIT .container::before,
.meet-us-mIT .container::after {
    box-shadow: 0 0 10px 2px rgb(173,152,168,0.5);
    position: absolute;
    width: 5px;
    content: "";
    z-index: 2;
    opacity: 0.7;
    pointer-events: none;
    border-radius: 50%;
    background: rgb(173,152,168);
    animation: pulseDot 3s infinite alternate;
    height: 5px;
}.meet-us-mIT .container::before {
    top: -20px;
    right: 15%;
}.meet-us-mIT .container::after {
    left: 5%;
    bottom: 10%;
}.meet-us-mIT .text-overlay-kLQ::before,
.meet-us-mIT .text-overlay-kLQ::after {
    height: 4px;
    box-shadow: 0 0 8px 1px rgb(208,191,203,0.5);
    content: "";
    background: rgb(208,191,203);
    animation: pulseDot 4s infinite alternate-reverse;
    z-index: 2;
    opacity: 0.8;
    position: absolute;
    pointer-events: none;
    width: 4px;
    border-radius: 50%;
}.meet-us-mIT .text-overlay-kLQ::before {
    right: -15px;
    top: 15%;
}.meet-us-mIT .text-overlay-kLQ::after {
    bottom: 20%;
    left: -10px;
}

@keyframes pulseDot {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.5);
        opacity: 0.9;
    }
}


@media (max-width: 1200px) {.meet-us-mIT {
    padding: 100px 0;
}.meet-us-mIT .text-overlay-kLQ {
    padding: 35px 40px;
}.meet-us-mIT b {
    font-size: calc(12px * 1.3);
}
}

@media (max-width: 992px) {.meet-us-mIT {
    padding: 80px 0;
}.meet-us-mIT .text-overlay-kLQ {
    transform: translateZ(0) rotateY(-1deg);
    padding: 30px 35px;
}.meet-us-mIT h5 {
    font-size: calc(23px * 0.95);
}.meet-us-mIT b {
    font-size: calc(12px * 1.2);
}.meet-us-mIT li {
    line-height: 1.7;
    font-size: calc(12px * 0.95);
}
}

@media (max-width: 768px) {.meet-us-mIT {
    padding: 60px 0;
}.meet-us-mIT .text-overlay-kLQ {
    padding: 25px 30px;
    transform: translateZ(0) rotateY(0deg);
}.meet-us-mIT h5 {
    font-size: calc(23px * 0.9);
    margin-bottom: 12px;
}.meet-us-mIT h5::after {
    width: 40px;
    bottom: -6px;
}.meet-us-mIT p {
    margin-bottom: 15px;
    font-size: 12px;
}.meet-us-mIT b {
    font-size: calc(12px * 1.1);
}.meet-us-mIT li {
    font-size: calc(12px * 0.9);
    line-height: 1.6;
    margin-bottom: 10px;
}.meet-us-mIT ol {
    padding-left: 15px;
}
}

@media (max-width: 576px) {.meet-us-mIT {
    padding: 50px 0;
}.meet-us-mIT .text-overlay-kLQ {
    padding: 20px 25px;
}.meet-us-mIT h5 {
    font-size: calc(23px * 0.85);
    margin-bottom: 10px;
}.meet-us-mIT h5::after {
    bottom: -5px;
    width: 30px;
}.meet-us-mIT p {
    font-size: calc(12px * 0.95);
    margin-bottom: 12px;
}.meet-us-mIT b {
    font-size: calc(12px * 1);
}.meet-us-mIT li {
    text-align: left;
    line-height: 1.5;
    font-size: calc(12px * 0.85);
}.meet-us-mIT ol {
    margin-top: 15px;
    padding-left: 12px;
}}.scholar-cta-Owe {
    position: relative;
    color: #ffffff;
    z-index: 1;
    padding: 5rem 0 3rem;
}.scholar-cta-Owe::before {
    top: 0;
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    height: 100%;
    backdrop-filter: blur(8px);
    width: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgb(208,191,203,0.5) 100%);
}.scholar-cta-Owe .container {
    grid-template-columns: 1.5fr 2fr;
    display: grid;
    position: relative;
    gap: 3rem;
}.scholar-cta-Owe .company_holder {
    padding-left: 2rem;
    border-left: 2px solid rgb(208,191,203);
    animation: borderPulse 4s infinite alternate;
    position: relative;
}@keyframes borderPulse {
    0% {
        border-left-color: rgb(208,191,203);
    }
    50% {
        border-left-color: rgb(173,152,168);
    }
    100% {
        border-left-color: rgb(208,191,203);
    }
}

.scholar-cta-Owe .company_holder h3 {
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text !important;
    background: linear-gradient(to right, #ffffff, rgb(173,152,168));
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-size: calc(33px * 1.2);
}.scholar-cta-Owe .study-group-Xsd {
    opacity: 0.8;
    line-height: 1.6;
    margin-top: 1rem;
    font-size: 15px;
    color: #ffffff;
}.scholar-cta-Owe .contact-edu-QmW {
    justify-content: flex-end;
    display: flex;
}.scholar-cta-Owe .nav-pro-JTe {
    gap: 4rem;
    display: flex;
}.scholar-cta-Owe .head-sitebar-eWa {
    position: relative;
}.scholar-cta-Owe .head-sitebar-eWa::before {
    left: -20px;
    border-top: 1px solid rgb(208,191,203);
    content: "";
    height: 40px;
    position: absolute;
    border-left: 1px solid rgb(208,191,203);
    top: -10px;
    opacity: 0.4;
    width: 40px;
}.scholar-cta-Owe .head-sitebar-eWa::after {
    width: 40px;
    content: "";
    position: absolute;
    height: 40px;
    right: -20px;
    border-bottom: 1px solid rgb(208,191,203);
    bottom: -10px;
    opacity: 0.4;
    border-right: 1px solid rgb(208,191,203);
}.scholar-cta-Owe .head-sitebar-eWa h5 {
    font-size: 24px;
    color: rgb(173,152,168);
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
}.scholar-cta-Owe .head-sitebar-eWa .nav-pro-JTe {
    flex-direction: column;
    gap: 0.8rem;
    display: flex;
}.scholar-cta-Owe .head-sitebar-eWa .nav-pro-JTe a {
    text-decoration: none;
    opacity: 0.8;
    transition: all 0.3s ease;
    padding-left: 1rem;
    color: #ffffff;
    position: relative;
    font-size: 15px;
}.scholar-cta-Owe .head-sitebar-eWa .nav-pro-JTe a::before {
    content: "";
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    border-radius: 50%;
    height: 5px;
    background-color: rgb(208,191,203);
    left: 0;
    width: 5px;
    transition: all 0.3s ease;
}.scholar-cta-Owe .head-sitebar-eWa .nav-pro-JTe a:hover {
    color: rgb(208,191,203);
    opacity: 1;
    transform: translateX(5px);
}.scholar-cta-Owe .head-sitebar-eWa .nav-pro-JTe a:hover::before {
    height: 7px;
    background-color: rgb(173,152,168);
    width: 7px;
}.grant-cta-svI {
    padding: 1.5rem 0;
    margin-top: 2rem;
    position: relative;
    background-color: rgba(0, 0, 0, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}.grant-cta-svI::before {
    background: linear-gradient(to right, transparent, rgb(208,191,203), transparent);
    top: 0;
    opacity: 0.5;
    left: 0;
    width: 100%;
    position: absolute;
    content: "";
    height: 1px;
}.grant-cta-svI .container {
    align-items: center;
    display: flex;
    justify-content: center;
}.grant-cta-svI .science-ref-lbZ {
    opacity: 0.7;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
}

@media screen and (max-width: 992px) {.scholar-cta-Owe .container {
    gap: 2rem;
    grid-template-columns: 1fr;
}.scholar-cta-Owe .company_holder {
    margin-bottom: 2rem;
    padding-left: 1rem;
}.scholar-cta-Owe .contact-edu-QmW {
    justify-content: flex-start;
}.scholar-cta-Owe .nav-pro-JTe {
    gap: 2rem;
}
}

@media screen and (max-width: 768px) {.scholar-cta-Owe {
    padding: 3rem 0 2rem;
}.scholar-cta-Owe .nav-pro-JTe {
    flex-direction: column;
    gap: 2rem;
}.scholar-cta-Owe .head-sitebar-eWa::before,
    .scholar-cta-Owe .head-sitebar-eWa::after {
    display: none;
}.scholar-cta-Owe .head-sitebar-eWa {
    margin-bottom: 1.5rem;
}.grant-cta-svI {
    padding: 1rem 0;
}
}

@media screen and (max-width: 576px) {.scholar-cta-Owe .company_holder h3 {
    font-size: 33px;
}.scholar-cta-Owe .head-sitebar-eWa h5 {
    font-size: calc(19px * 1.1);
}.scholar-cta-Owe .head-sitebar-eWa .nav-pro-JTe a {
    font-size: calc(15px * 0.9);
}
}