* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}header,footer {
    width: 100%;
}.wrapper-border-iWTH {
    flex-direction: column;
    display: flex;
    height: 100%;
    min-height: 100%;
}.verify-cta-ZF6K {
    flex: 0 0 auto;
}.container {
    margin: auto;
    width: 1123px;
    max-width: 100%;
}svg {
    height: 30px;
    width: 30px;
}@keyframes slide_scrollbar { 0% { background-position: 0% 50%; } 100% { background-position: 100% 50%; } }

::-webkit-scrollbar {
    background: radial-gradient(ellipse at top right, #ffffff 84%, rgb(255, 255, 255, 0.5) 35%, rgb(195,122,138) 36%, rgb(219,163,176) 78%, rgb(219,163,176,0.5) 10%);
    width: 0.5em;
}::-webkit-scrollbar-track {
    border-radius: 12.5vw;
    background: rgb(255, 255, 255, 0.5);
    box-shadow: inset 5px 3px 1px 8px rgba(0, 0, 0, 0.5);
}::-webkit-scrollbar-track:active {
    background: rgb(195,122,138);
}::-webkit-scrollbar-thumb {
    transition: all, transform 2.1s ease-in;
    border-radius: 7.8rem;
    background: linear-gradient(256deg, #ffffff 7%, rgb(255, 255, 255, 0.5) 45%, rgb(195,122,138) 71%, rgb(219,163,176) 87%, rgb(219,163,176,0.5) 44%, rgb(243,215,221) 47%);
    border: 1px groove rgb(195,122,138,0.5);
    animation: slide_scrollbar 5.6s ease-out infinite;
}::-webkit-scrollbar-thumb:hover {
    border-color: rgb(243,215,221);
    box-shadow: 2px 0px 8px 3px rgba(0, 0, 0, 0.2);
    background: rgb(219,163,176,0.5);
}::-webkit-scrollbar-thumb:active {
    box-shadow: inset 0px 1px 2px 1px rgba(0, 0, 0, 0.2);
}::-webkit-scrollbar-corner {
    background: rgb(195,122,138);
}* {
    scrollbar-color: #ffffff rgb(219,163,176,0.5);
    scrollbar-width: none;
}a {
    color: inherit;
    text-decoration: none;
}.nav-header-lJ7H {
    flex: 1 0 auto;
}html,body {
    font-family: Arial, sans-serif;
    min-height: 100%;
    height: 100%;
    color: #000000;
    scroll-behavior: auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.about-this-WuIq {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.about-this-WuIq::before {
    top: 0;
    z-index: 1;
    content: "";
    left: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    position: absolute;
    right: 0;
}.about-this-WuIq::after {
    height: 40%;
    right: -5%;
    opacity: 0.1;
    filter: blur(40px);
    top: -5%;
    z-index: 0;
    position: absolute;
    content: "";
    background: rgb(219,163,176);
    transform: rotate(-15deg);
    width: 40%;
}.about-this-WuIq .container {
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}.about-this-WuIq .content-wrap-F9GE {
    padding: 50px 60px;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    background: linear-gradient(180deg, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.98) 100%);
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.15);
    transform: translateY(0);
    position: relative;
}.about-this-WuIq .content-wrap-F9GE::before {
    left: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgb(219,163,176) 0%, rgb(195,122,138) 100%);
    height: 100%;
    content: "";
    transition: transform 0.5s ease;
    width: 6px;
    transform-origin: left center;
    top: 0;
}.about-this-WuIq .content-wrap-F9GE:hover {
    transform: translateY(-8px);
}.about-this-WuIq .content-wrap-F9GE:hover::before {
    transform: scaleY(1.05);
}.about-this-WuIq h1 {
    color: #000000;
    transform: translateX(0);
    position: relative;
    font-weight: 700;
    font-size: 43px;
    margin-bottom: 40px;
    transition: transform 0.5s ease;
}.about-this-WuIq h1::after {
    transition: width 0.4s ease-out, transform 0.4s ease-out;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(219,163,176) 0%, rgb(195,122,138) 100%);
    left: 0;
    width: 80px;
    bottom: -15px;
    height: 3px;
    transform-origin: left center;
}.about-this-WuIq .content-wrap-F9GE:hover h1::after {
    width: 120px;
    transform: translateX(5px);
}.about-this-WuIq ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.about-this-WuIq li {
    margin-bottom: 15px;
}.about-this-WuIq h4 {
    letter-spacing: 0.5px;
    color: rgb(219,163,176);
    margin-bottom: 20px;
    font-size: calc(19px + 2px);
    font-weight: 600;
    position: relative;
    display: inline-block;
}.about-this-WuIq h4::before {
    transition: width 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    position: absolute;
    width: 0;
    left: 0;
    content: "";
    background: rgb(195,122,138);
    bottom: -8px;
    height: 2px;
}.about-this-WuIq .content-wrap-F9GE:hover h4::before {
    width: 100%;
}.about-this-WuIq span {
    column-count: 1;
    font-size: 17px;
    position: relative;
    opacity: 0.9;
    display: block;
    transition: opacity 0.3s ease;
    font-family: Arial, sans-serif;
    color: #000000;
    column-gap: 40px;
    line-height: 1.8;
}.about-this-WuIq .content-wrap-F9GE:hover span {
    opacity: 1;
}

@media (min-width: 768px) {.about-this-WuIq span {
    column-count: 2;
}.about-this-WuIq .content-wrap-F9GE {
    width: 90%;
    margin-left: 5%;
}
}

@media (min-width: 992px) {.about-this-WuIq {
    padding: 150px 0;
}.about-this-WuIq .content-wrap-F9GE {
    padding: 60px 70px;
    width: 80%;
    margin-left: 10%;
}.about-this-WuIq span {
    column-count: 2;
}.about-this-WuIq h1 {
    margin-bottom: 50px;
}
}

@media (max-width: 767px) {.about-this-WuIq {
    padding: 80px 0;
}.about-this-WuIq .content-wrap-F9GE {
    padding: 30px 25px;
}.about-this-WuIq h1 {
    font-size: calc(43px - 4px);
    margin-bottom: 30px;
}.about-this-WuIq h1::after {
    bottom: -10px;
    width: 60px;
}.about-this-WuIq h4 {
    font-size: 19px;
    margin-bottom: 15px;
}.about-this-WuIq span {
    font-size: calc(17px - 1px);
    line-height: 1.6;
}
}

@media (max-width: 480px) {.about-this-WuIq {
    padding: 60px 0;
}.about-this-WuIq .content-wrap-F9GE {
    padding: 25px 20px;
}.about-this-WuIq h1 {
    font-size: calc(43px - 8px);
}.about-this-WuIq .content-wrap-F9GE::before {
    width: 4px;
}}

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

.about-this-WuIq .content-wrap-F9GE {
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}.about-this-WuIq h1 {
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.2s both;
}.about-this-WuIq h4 {
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.4s both;
}.about-this-WuIq span {
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.6s both;
}.primary-page-ODrN {
    position: relative;
    min-height: 100vh;
    background: linear-gradient(135deg, rgb(243,215,221) 0%, rgba(255,255,255,0.95) 100%);
    overflow: hidden;
}.primary-page-ODrN::before {
    top: -10%;
    filter: blur(60px);
    z-index: 1;
    background: linear-gradient(45deg, rgb(219,163,176,0.5) 0%, rgb(195,122,138,0.5) 100%);
    right: -5%;
    height: 70%;
    content: "";
    position: absolute;
    width: 35%;
    animation: pulse 10s infinite alternate ease-in-out;
}.primary-page-ODrN::after {
    background: linear-gradient(225deg, rgb(195,122,138,0.5) 0%, rgb(219,163,176,0.5) 100%);
    z-index: 1;
    animation: pulse 12s infinite alternate-reverse ease-in-out;
    bottom: -10%;
    content: "";
    position: absolute;
    width: 35%;
    filter: blur(60px);
    left: -5%;
    height: 60%;
}.primary-page-ODrN .community-team-Tn6O {
    grid-template-columns: 1fr;
    width: 90%;
    grid-gap: 2rem;
    display: grid;
    padding: 6rem 0;
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 1400px;
}.primary-page-ODrN h1 {
    line-height: 1.2;
    animation: fadeSlideUp 0.8s 0.2s forwards ease-out;
    font-size: 46px;
    margin-bottom: 1.5rem;
    font-weight: 700;
    opacity: 0;
    color: #000000;
    transform: translateY(30px);
}.primary-page-ODrN .content-wrap-F9GE {
    z-index: 3;
    animation: fadeSlideUp 0.8s 0.4s forwards ease-out;
    opacity: 0;
    flex-direction: column;
    position: relative;
    display: flex;
    transform: translateY(30px);
}.primary-page-ODrN .study-master-RGlV {
    backdrop-filter: blur(10px);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.9);
    padding: 2.5rem;
}.primary-page-ODrN .study-master-RGlV:hover {
    transform: translateY(-5px);
}.primary-page-ODrN .study-master-RGlV p {
    max-width: 90%;
    color: #000000;
    margin-bottom: 2rem;
    font-size: calc(16px * 1.2);
    line-height: 1.6;
}.primary-page-ODrN svg {
    height: 120px;
    animation: floatSvg 8s infinite ease-in-out;
    display: block;
    transform-origin: center;
    width: 120px;
    margin: 1rem auto 2rem;
}.primary-page-ODrN svg path {
    transition: fill 0.5s ease;
    fill: rgb(219,163,176);
}.primary-page-ODrN svg:hover path {
    filter: drop-shadow(0 0 8px rgba(94,170,168,0.4));
    fill: rgb(195,122,138);
}.primary-page-ODrN svg text {
    font-weight: 700;
    transition: fill 0.5s ease;
}.primary-page-ODrN svg:hover text {
    fill: #000000;
}.primary-page-ODrN .feedback-reach-SPHp {
    padding: 1rem 2.5rem;
    font-size: 19px;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    overflow: hidden;
    font-weight: 600;
    background: linear-gradient(135deg, rgb(219,163,176) 0%, rgb(195,122,138) 100%);
    display: inline-block;
    transform: translateZ(0);
    text-decoration: none;
    color: #ffffff;
    margin-top: 1rem;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(94,170,168,0.2);
}.primary-page-ODrN .feedback-reach-SPHp::before {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
    left: 0;
    top: 0;
    content: "";
    transition: opacity 0.4s ease;
    opacity: 0;
    background: linear-gradient(135deg, rgb(195,122,138) 0%, rgb(219,163,176) 100%);
}.primary-page-ODrN .feedback-reach-SPHp:hover {
    box-shadow: 0 15px 30px rgba(94,170,168,0.3);
    transform: translateY(-3px) scale(1.02);
}.primary-page-ODrN .feedback-reach-SPHp:hover::before {
    opacity: 1;
}.primary-page-ODrN .feedback-reach-SPHp:active {
    transform: translateY(0) scale(0.98);
    box-shadow: 0 5px 10px rgba(94,170,168,0.2);
}.primary-page-ODrN .photo-cell-dHIq {
    position: relative;
    border-radius: 10px;
    animation: fadeSlideUp 0.8s 0.6s forwards ease-out;
    opacity: 0;
    transform: translateY(30px);
    overflow: hidden;
    height: 350px;
}.primary-page-ODrN .photo-cell-dHIq::before {
    height: 100%;
    z-index: 1;
    top: 0;
    background: linear-gradient(to bottom, rgba(94,170,168,0.3), rgba(0,0,0,0.4));
    transition: opacity 0.5s ease;
    content: "";
    left: 0;
    width: 100%;
    position: absolute;
}.primary-page-ODrN .photo-cell-dHIq:hover::before {
    opacity: 0.7;
}

@keyframes fadeSlideUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulse {
    0% {
        opacity: 0.6;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.6;
        transform: scale(1);
    }
}

@keyframes floatSvg {
    0%, 100% {
        transform: translateY(0) rotate(0);
    }
    25% {
        transform: translateY(-5px) rotate(1deg);
    }
    75% {
        transform: translateY(5px) rotate(-1deg);
    }
}

@media (min-width: 768px) {.primary-page-ODrN .community-team-Tn6O {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    padding: 4rem 0;
    grid-gap: 3rem;
}.primary-page-ODrN h1 {
    font-size: calc(46px * 1.2);
    grid-column: 1 / -1;
    text-align: center;
}.primary-page-ODrN .content-wrap-F9GE {
    order: 1;
}.primary-page-ODrN .photo-cell-dHIq {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
    clip-path: polygon(10% 0, 100% 0, 100% 90%, 0 100%, 0 10%);
    height: 500px;
    order: 2;
}.primary-page-ODrN svg {
    height: 150px;
    margin: 1.5rem auto 2.5rem;
    width: 150px;
}.primary-page-ODrN .study-master-RGlV p {
    font-size: calc(16px * 1.4);
}
}

@media (min-width: 992px) {.primary-page-ODrN .community-team-Tn6O {
    padding: 6rem 0;
    grid-gap: 4rem;
}.primary-page-ODrN h1 {
    font-size: calc(46px * 1.4);
}.primary-page-ODrN .study-master-RGlV {
    padding: 3.5rem;
}.primary-page-ODrN .photo-cell-dHIq {
    transform: perspective(1000px) rotateY(-5deg);
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    height: 600px;
}.primary-page-ODrN .photo-cell-dHIq:hover {
    transform: perspective(1000px) rotateY(0deg);
}.primary-page-ODrN .feedback-reach-SPHp {
    padding: 1.25rem 3rem;
}.primary-page-ODrN svg {
    height: 180px;
    width: 180px;
}
}

@media (min-width: 1200px) {.primary-page-ODrN .community-team-Tn6O {
    grid-gap: 6rem;
}.primary-page-ODrN h1 {
    margin-bottom: 2.5rem;
    font-size: calc(46px * 1.6);
}.primary-page-ODrN .study-master-RGlV {
    padding: 4rem;
}.primary-page-ODrN .photo-cell-dHIq {
    height: 650px;
    clip-path: polygon(15% 0, 100% 0, 100% 85%, 0 100%, 0 15%);
}
}

@media (max-width: 767px) {.primary-page-ODrN {
    padding-top: 2rem;
}.primary-page-ODrN .community-team-Tn6O {
    padding: 3rem 0;
}.primary-page-ODrN h1 {
    text-align: center;
    font-size: calc(46px * 0.9);
}.primary-page-ODrN .study-master-RGlV {
    padding: 2rem;
}.primary-page-ODrN .study-master-RGlV p {
    font-size: 16px;
    max-width: 100%;
}.primary-page-ODrN .feedback-reach-SPHp {
    display: block;
    text-align: center;
    padding: 0.875rem 1.75rem;
}.primary-page-ODrN svg {
    margin: 1rem auto 1.5rem;
    height: 100px;
    width: 100px;
}}.data-statistics-1j7r {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(243,215,221) 40%, rgb(195,122,138,0.5) 100%);
    padding: 6rem 0 4rem;
    position: relative;
}.data-statistics-1j7r::before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0.6;
    height: 100%;
    position: absolute;
    z-index: 0;
    background-image: radial-gradient(circle at 10% 20%, rgb(219,163,176,0.5) 5%, transparent 30%);
}.data-statistics-1j7r::after {
    top: -30%;
    right: -20%;
    content: "";
    height: 70%;
    width: 70%;
    z-index: 0;
    position: absolute;
    background: linear-gradient(225deg, rgb(195,122,138,0.5) 0%, transparent 70%);
    transform: rotate(-15deg) skew(20deg);
}.data-statistics-1j7r .container {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 1;
    position: relative;
}.data-statistics-1j7r ul {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    list-style: none;
    margin: 0 0 3rem;
    display: grid;
    transform: translateX(-1rem);
    gap: 2.5rem 1.5rem;
    padding: 0;
}.data-statistics-1j7r .extra-experts-9vKJ {
    opacity: 0;
    animation: stat-appear 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    animation-delay: calc(var(--i, 0) * 0.15s);
    position: relative;
    transform: translateY(30px);
}.data-statistics-1j7r .extra-experts-9vKJ:nth-child(1) {
    --i: 1;
}.data-statistics-1j7r .extra-experts-9vKJ:nth-child(2) {
    --i: 2;
}.data-statistics-1j7r .extra-experts-9vKJ:nth-child(3) {
    --i: 3;
}.data-statistics-1j7r .extra-experts-9vKJ:nth-child(4) {
    --i: 4;
}.data-statistics-1j7r .extra-experts-9vKJ:nth-child(5) {
    --i: 5;
}.data-statistics-1j7r .extra-experts-9vKJ:nth-child(6) {
    --i: 6;
}.data-statistics-1j7r .extra-experts-9vKJ:nth-child(7) {
    --i: 7;
}.data-statistics-1j7r .extra-experts-9vKJ div {
    height: 100%;
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    position: relative;
    z-index: 1;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease;
    transform: perspective(800px) rotateX(2deg) rotateY(-2deg);
    box-shadow: 0 8px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    overflow: hidden;
    padding: 2rem 1.5rem;
}.data-statistics-1j7r .extra-experts-9vKJ div::before {
    height: 100%;
    top: 0;
    transform: scaleY(0);
    width: 4px;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1) 0.1s;
    position: absolute;
    content: "";
    background: linear-gradient(to bottom, rgb(219,163,176), rgb(195,122,138));
    left: 0;
    transform-origin: top;
}.data-statistics-1j7r .extra-experts-9vKJ div::after {
    content: "";
    width: 100%;
    bottom: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    height: 4px;
    position: absolute;
    left: 0;
    background: linear-gradient(to right, rgb(219,163,176), rgb(195,122,138));
}.data-statistics-1j7r .extra-experts-9vKJ:hover div {
    transform: perspective(800px) rotateX(0deg) rotateY(0deg) translateY(-5px);
    box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.2), 0 15px 20px -15px rgba(0, 0, 0, 0.1);
}.data-statistics-1j7r .extra-experts-9vKJ:hover div::before {
    transform: scaleY(1);
}.data-statistics-1j7r .extra-experts-9vKJ:hover div::after {
    transform: scaleX(1);
}.data-statistics-1j7r .extra-experts-9vKJ p {
    background: linear-gradient(135deg, rgb(219,163,176) 20%, rgb(195,122,138) 80%);
    font-weight: 700;
    line-height: 1;
    transition: transform 0.3s ease;
    background-clip: text;
    color: rgb(219,163,176);
    -webkit-background-clip: text;
    display: inline-block;
    position: relative;
    margin: 0 0 0.5rem;
    -webkit-text-fill-color: transparent;
    font-size: 3.5rem;
}.data-statistics-1j7r .extra-experts-9vKJ:hover p {
    transform: scale(1.05);
}.data-statistics-1j7r .extra-experts-9vKJ p::after {
    width: 100%;
    height: 4px;
    left: 0;
    background: linear-gradient(90deg, rgb(219,163,176,0.5), transparent);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    content: "";
    transform-origin: left;
    transform: scaleX(0);
    position: absolute;
    bottom: 0.5rem;
}.data-statistics-1j7r .extra-experts-9vKJ:hover p::after {
    transform: scaleX(1);
}.data-statistics-1j7r .extra-experts-9vKJ span {
    display: block;
    color: #000000;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 600;
    opacity: 0.9;
    transition: color 0.3s ease;
}.data-statistics-1j7r .extra-experts-9vKJ:hover span {
    color: rgb(195,122,138);
}.data-statistics-1j7r h4 {
    display: inline-block;
    font-size: calc(20px * 1.2);
    margin: 2rem 0 0;
    float: right;
    position: relative;
    color: rgb(219,163,176);
    text-align: right;
    padding-right: 3rem;
}.data-statistics-1j7r h4::before {
    content: "";
    right: 0;
    height: 2px;
    top: 50%;
    background: rgb(219,163,176);
    width: 2rem;
    position: absolute;
    transform: translateY(-50%);
}

@keyframes stat-appear {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (max-width: 991px) {.data-statistics-1j7r {
    padding: 4rem 0 3rem;
}.data-statistics-1j7r ul {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 2rem 1.5rem;
    transform: translateX(0);
}.data-statistics-1j7r .extra-experts-9vKJ p {
    font-size: 2.8rem;
}.data-statistics-1j7r h4 {
    display: block;
    padding-right: 0;
    padding-bottom: 1rem;
    margin: 2rem auto 0;
    text-align: center;
    float: none;
}.data-statistics-1j7r h4::before {
    right: 50%;
    width: 3rem;
    transform: translateX(50%);
    bottom: 0;
    top: auto;
}
}

@media (max-width: 767px) {.data-statistics-1j7r {
    padding: 3rem 0 2rem;
}.data-statistics-1j7r ul {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 1.5rem;
}.data-statistics-1j7r .extra-experts-9vKJ div {
    padding: 1.5rem 1rem;
}.data-statistics-1j7r .extra-experts-9vKJ p {
    font-size: 2.3rem;
}.data-statistics-1j7r .extra-experts-9vKJ span {
    font-size: calc(18px * 0.9);
}
}

@media (max-width: 480px) {.data-statistics-1j7r ul {
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
}.data-statistics-1j7r .extra-experts-9vKJ p {
    font-size: 2rem;
}.data-statistics-1j7r .extra-experts-9vKJ div {
    padding: 1.25rem 1rem;
    transform: perspective(800px) rotateX(0) rotateY(0);
}.data-statistics-1j7r h4 {
    font-size: 20px;
}}.program-overview-4nUd {
    background: linear-gradient(135deg, rgb(243,215,221) 0%, rgba(245, 245, 245, 0.95) 100%);
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}.program-overview-4nUd::before {
    opacity: 0.1;
    position: absolute;
    left: 0;
    height: 100%;
    content: "";
    z-index: 0;
    width: 100%;
    top: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(219,163,176,0.5) 0%, transparent 20%),
        radial-gradient(circle at 80% 70%, rgb(195,122,138,0.5) 0%, transparent 25%);
}.program-overview-4nUd::after {
    right: -50px;
    position: absolute;
    z-index: 1;
    transform: rotate(15deg);
    opacity: 0.2;
    border: 1px solid rgb(219,163,176,0.5);
    height: 200px;
    top: -50px;
    width: 200px;
    content: "";
}.program-overview-4nUd .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
    position: relative;
}.program-overview-4nUd h2 {
    position: relative;
    color: #000000;
    font-weight: 700;
    margin-bottom: 50px;
    font-size: 33px;
    transform: translateX(-5px);
    line-height: 1.4;
}.program-overview-4nUd h2::after {
    bottom: -15px;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    left: 0;
    transform-origin: left center;
    background: rgb(219,163,176);
    width: 80px;
    content: "";
    transform: scaleX(1);
    position: absolute;
    height: 3px;
}.program-overview-4nUd h2:hover::after {
    transform: scaleX(1.5);
}.program-overview-4nUd .skill-up-KnlF {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}.program-overview-4nUd .photo-cell-dHIq {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    overflow: hidden;
    transform: perspective(1000px) rotateY(-2deg);
    height: 350px;
    position: relative;
}.program-overview-4nUd .photo-cell-dHIq::before {
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.3));
    content: "";
    right: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    z-index: 1;
    left: 0;
}.program-overview-4nUd .photo-cell-dHIq::after {
    height: 120%;
    top: -10%;
    content: "";
    width: 120%;
    opacity: 0;
    position: absolute;
    left: -10%;
    mix-blend-mode: overlay;
    background: rgb(219,163,176);
    transition: opacity 0.5s ease;
}.program-overview-4nUd .photo-cell-dHIq:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(0deg);
}.program-overview-4nUd .photo-cell-dHIq:hover::after {
    opacity: 0.1;
}.program-overview-4nUd .content-wrap-F9GE {
    padding: 30px;
    background: #ffffff;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
    position: relative;
}.program-overview-4nUd .content-wrap-F9GE::before {
    transition: height 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    width: 3px;
    height: 0;
    left: 0;
    position: absolute;
    content: "";
    background: rgb(219,163,176);
    top: 0;
}.program-overview-4nUd .content-wrap-F9GE:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    transform: translateY(0);
}.program-overview-4nUd .content-wrap-F9GE:hover::before {
    height: 100%;
}.program-overview-4nUd .description {
    margin-bottom: 20px;
    position: relative;
    padding-left: 15px;
    color: #000000;
    line-height: 1.8;
    font-size: 14px;
}.program-overview-4nUd .description:last-child {
    margin-bottom: 0;
}.program-overview-4nUd .description::before {
    left: 0;
    opacity: 0.7;
    background: rgb(219,163,176);
    content: "";
    position: absolute;
    height: 5px;
    top: 0.7em;
    width: 5px;
    border-radius: 50%;
}.program-overview-4nUd .container:hover .description::before {
    animation: pulse 2s infinite;
}

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

@media (min-width: 768px) {.program-overview-4nUd {
    padding: 120px 0;
}.program-overview-4nUd h2 {
    max-width: 85%;
    font-size: calc(33px * 1.1);
}.program-overview-4nUd .skill-up-KnlF {
    gap: 60px;
    align-items: center;
    grid-template-columns: 0.8fr 1.2fr;
}.program-overview-4nUd .photo-cell-dHIq {
    height: 450px;
}.program-overview-4nUd .content-wrap-F9GE {
    scrollbar-color: rgb(219,163,176,0.5) rgba(0,0,0,0.05);
    overflow-y: auto;
    padding: 40px 50px;
    scrollbar-width: thin;
    max-height: 450px;
}.program-overview-4nUd .content-wrap-F9GE::-webkit-scrollbar {
    width: 6px;
}.program-overview-4nUd .content-wrap-F9GE::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.05);
}.program-overview-4nUd .content-wrap-F9GE::-webkit-scrollbar-thumb {
    background-color: rgb(219,163,176,0.5);
}
}

@media (min-width: 992px) {.program-overview-4nUd {
    padding: 150px 0;
}.program-overview-4nUd::before {
    background: 
            radial-gradient(circle at 10% 30%, rgb(219,163,176,0.5) 0%, transparent 30%),
            radial-gradient(circle at 90% 70%, rgb(195,122,138,0.5) 0%, transparent 35%);
}.program-overview-4nUd h2 {
    margin-left: 30px;
    max-width: 70%;
    transform: translateX(0);
}.program-overview-4nUd .skill-up-KnlF {
    gap: 80px;
}.program-overview-4nUd .photo-cell-dHIq {
    height: 500px;
    transform: perspective(1000px) rotateY(-5deg) translateX(-20px);
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.8s ease;
}.program-overview-4nUd .photo-cell-dHIq:hover {
    transform: perspective(1000px) rotateY(0deg) translateX(0);
}.program-overview-4nUd .content-wrap-F9GE {
    max-height: 500px;
    transform: translateY(0) translateX(20px);
    padding: 50px 60px;
}.program-overview-4nUd .content-wrap-F9GE:hover {
    transform: translateY(0) translateX(0);
}.program-overview-4nUd .description {
    padding-left: 25px;
    font-size: calc(14px * 1.05);
}.program-overview-4nUd .description::before {
    width: 6px;
    left: 10px;
    height: 6px;
}
}

@media (min-width: 1200px) {.program-overview-4nUd h2 {
    margin-left: 50px;
}.program-overview-4nUd .skill-up-KnlF {
    gap: 100px;
}.program-overview-4nUd .photo-cell-dHIq {
    transform: perspective(1200px) rotateY(-8deg) translateX(-30px);
}.program-overview-4nUd .content-wrap-F9GE {
    transform: translateY(0) translateX(30px);
}
}

@media (max-width: 767px) {.program-overview-4nUd {
    padding: 60px 0;
}.program-overview-4nUd h2 {
    font-size: calc(33px * 0.9);
    margin-bottom: 30px;
}.program-overview-4nUd h2::after {
    width: 60px;
    bottom: -10px;
}.program-overview-4nUd .description {
    font-size: calc(14px * 0.95);
}.program-overview-4nUd .photo-cell-dHIq {
    margin-bottom: 20px;
    height: 250px;
}.program-overview-4nUd .content-wrap-F9GE {
    padding: 25px 20px;
}}header {
    position: relative;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
    background: linear-gradient(to right, #ffffff, rgb(243,215,221));
    padding: 0;
    width: 100%;
    z-index: 100;
}header::before {
    content: '';
    left: 0;
    background-size: 20px 20px;
    background-image: 
        linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,255,255,0.05) 1px, transparent 1px);
    height: 100%;
    width: 100%;
    z-index: 0;
    top: 0;
    position: absolute;
}header::after {
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgb(219,163,176), rgb(195,122,138));
    width: 5px;
    z-index: 1;
    content: '';
    height: 100%;
    position: absolute;
}header .container {
    max-width: 100%;
    width: 100%;
    z-index: 2;
    position: relative;
    padding: 0;
    margin: 0;
}header .main-know-un1H {
    display: flex;
    margin-left: 5px;
    align-items: center;
    padding: 0.9rem 3%;
    justify-content: space-between;
}header .top-wrap-mAnF {
    display: flex;
    position: relative;
    align-items: center;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 0.5rem;
}header .top-wrap-mAnF:hover {
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}header .top-wrap-mAnF svg {
    height: auto;
    transition: all 0.3s ease;
    width: 140px;
}header .head-info-DNim {
    padding: 0.4rem 0.6rem;
    align-items: center;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
    display: flex;
    gap: 0.4rem;
    position: relative;
}header .head-info-DNim::before {
    content: '';
    left: -2px;
    top: -2px;
    background: linear-gradient(135deg, rgb(219,163,176,0.5), rgb(195,122,138,0.5));
    opacity: 0.5;
    bottom: -2px;
    border-radius: calc(10px + 2px);
    position: absolute;
    right: -2px;
    z-index: -1;
}header .top-mentor-1Rob {
    transition: all 0.3s ease;
    overflow: hidden;
    font-family: Arial, sans-serif;
    padding: 0.4rem 0.7rem;
    font-size: 15px;
    background: #ffffff;
    position: relative;
    border-radius: 10px;
    z-index: 1;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
    color: #000000;
    text-decoration: none;
    font-weight: 400;
}header .top-mentor-1Rob::before {
    opacity: 0;
    position: absolute;
    left: 0;
    background: linear-gradient(45deg, rgb(219,163,176,0.5), rgb(195,122,138,0.5));
    width: 100%;
    transition: opacity 0.3s ease;
    content: '';
    top: 0;
    z-index: -1;
    height: 100%;
}header .top-mentor-1Rob:hover {
    color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}header .top-mentor-1Rob:hover::before {
    opacity: 1;
}

@media (max-width: 991px) {header .main-know-un1H {
    padding: 0.8rem 2.5%;
}header .top-wrap-mAnF svg {
    width: 130px;
}header .head-info-DNim {
    gap: 0.3rem;
    padding: 0.35rem 0.5rem;
}header .top-mentor-1Rob {
    font-size: calc(15px - 1px);
    padding: 0.35rem 0.6rem;
}
}

@media (max-width: 767px) {header::after {
    width: 3px;
}header .main-know-un1H {
    padding: 0.8rem 2%;
    align-items: flex-start;
    margin-left: 3px;
    flex-direction: column;
    gap: 0.7rem;
}header .top-wrap-mAnF {
    padding: 0.4rem;
}header .top-wrap-mAnF svg {
    width: 120px;
}header .head-info-DNim {
    width: 98%;
    overflow-x: auto;
    padding: 0.4rem;
    justify-content: flex-start;
}header .head-info-DNim::-webkit-scrollbar {
    height: 2px;
}header .head-info-DNim::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(219,163,176);
}header .top-mentor-1Rob {
    font-size: calc(15px - 1px);
    white-space: nowrap;
    padding: 0.3rem 0.5rem;
}
}

@media (max-width: 480px) {header::after {
    width: 2px;
}header .main-know-un1H {
    margin-left: 2px;
    padding: 0.7rem 1.5%;
}header .top-wrap-mAnF svg {
    width: 110px;
}header .head-info-DNim {
    padding: 0.3rem;
}header .top-mentor-1Rob {
    font-size: calc(15px - 2px);
    padding: 0.3rem 0.4rem;
}}#cookieNoticeMessage-iEJQ {
    display: none;
}#cookieNoticeMessage-iEJQ:checked ~ .overlayConsentSettings-9fxP {
    opacity: 0;
    visibility: hidden;
}.overlayConsentSettings-9fxP {
    background: rgb(195,122,138);
    padding: 20px 0;
    bottom: 0;
    border-top: 3px solid rgb(219,163,176);
    z-index: 90;
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    width: 100%;
    position: fixed;
}.track-accept-FKCE {
    border-radius: 28px;
    background: rgba(0, 0, 0, 0.5);
    gap: 20px;
    justify-content: space-between;
    padding: 20px 5%;
    border: 2px dashed rgb(219,163,176);
    align-items: center;
    display: flex;
}.overlayConsentSettings-9fxP h5 {
    margin: 0;
    font-size: 21px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: rgb(219,163,176);
    font-weight: 700;
}.overlayConsentSettings-9fxP p {
    color: #ffffff;
    line-height: 1.5;
    margin: 0;
    position: relative;
    font-size: 14px;
}.edu-cookies-wa5y {
    background: rgb(219,163,176,0.5);
    margin-right: 20px;
    border-radius: 28px;
    padding: 10px;
    align-items: center;
    flex-shrink: 0;
    justify-content: center;
    display: flex;
}.edu-cookies-wa5y svg {
    height: 60px;
    width: 60px;
    fill: rgb(219,163,176);
}.digital-cookies-C1bl {
    font-size: 15px;
    border-radius: 10px;
    margin-left: 10px;
    line-height: 40px;
    padding: 10px 20px;
    flex-shrink: 0;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    white-space: nowrap;
    text-align: center;
    cursor: pointer;
    border: 2px solid rgb(219,163,176);
    min-width: 140px;
    text-decoration: none;
    background: rgb(219,163,176);
    color: #000000;
}.digital-cookies-C1bl:hover {
    box-shadow: 0 0 10px rgb(195,122,138);
    background-color: rgb(195,122,138);
}.cookie_button.web-cookies-9QoP {
    border: 2px solid rgb(195,122,138);
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.web-cookies-9QoP:hover {
    box-shadow: 0 0 10px rgb(195,122,138);
}.overlayConsentSettings-9fxP p a {
    color: rgb(219,163,176);
    border-bottom: 1px dashed rgb(219,163,176);
    transition: color 0.3s ease;
    text-decoration: none;
}.overlayConsentSettings-9fxP p a:hover {
    color: rgb(195,122,138);
}
@media only screen and (max-width: 1200px) {.overlayConsentSettings-9fxP {
    padding: 15px 0;
}.track-accept-FKCE {
    padding: 15px 5%;
}.edu-cookies-wa5y {
    display: none;
}.track-accept-FKCE {
    flex-direction: column;
    text-align: center;
    align-items: center;
}.overlayConsentSettings-9fxP h5 {
    margin-bottom: 10px;
    font-size: 22px;
}.cookie-comply-73rQ {
    margin-bottom: 15px;
}.digital-cookies-C1bl {
    margin: 10px 0;
    min-width: 100%;
}}
.ty-block-xcWu {
    overflow: hidden;
    perspective: 1000px;
    background: linear-gradient(145deg, rgb(219,163,176,0.5), rgb(195,122,138,0.5) 70%, rgb(255, 255, 255, 0.5));
    padding: 5rem 0;
    position: relative;
}.ty-block-xcWu::before {
    height: 100%;
    position: absolute;
    content: "";
    left: 0;
    animation: pulse 15s infinite alternate;
    background: 
    radial-gradient(circle at 20% 30%, rgb(219,163,176,0.5) 0%, transparent 40%),
    radial-gradient(circle at 80% 70%, rgb(195,122,138,0.5) 0%, transparent 40%);
    top: 0;
    width: 100%;
    z-index: -1;
    opacity: 0.6;
}.ty-block-xcWu::after {
    animation: glow 10s infinite alternate;
    opacity: 0.2;
    height: 100%;
    transform: rotate(45deg);
    filter: blur(100px);
    top: -50%;
    position: absolute;
    background: rgb(255, 255, 255, 0.5);
    content: "";
    width: 100%;
    right: -50%;
}.ty-block-xcWu .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
    position: relative;
    transform-style: preserve-3d;
    padding: 0 2rem;
}.ty-block-xcWu h2 {
    animation: fadeSlideIn 0.8s ease-out both;
    transform: translateZ(30px);
    font-family: Arial, sans-serif;
    text-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    position: relative;
    font-size: clamp(1.5rem, 3vw, 34px);
    color: #000000;
    font-weight: 700;
    margin-bottom: 2.5rem;
    text-align: center;
}.ty-block-xcWu h2::after {
    bottom: -0.5rem;
    left: 50%;
    transform: translateX(-50%) translateZ(20px);
    height: 3px;
    content: "";
    background: linear-gradient(90deg, rgb(219,163,176), rgb(195,122,138));
    position: absolute;
    opacity: 0.8;
    width: 100px;
}.ty-block-xcWu .community-team-Tn6O {
    transform: translateZ(20px) rotateX(2deg);
    border-radius: 12px;
    background: linear-gradient(to right bottom, #ffffff, rgba(255, 255, 255, 0.85));
    padding: 2.5rem;
    position: relative;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    box-shadow: 
    0 15px 35px rgba(0, 0, 0, 0.1),
    0 3px 10px rgba(0, 0, 0, 0.05),
    0 1px 5px rgba(0, 0, 0, 0.03);
    overflow: hidden;
    animation: slideUpScale 1s ease-out 0.3s both;
}.ty-block-xcWu .community-team-Tn6O::before {
    height: 100%;
    width: 100%;
    background: linear-gradient(135deg, rgb(219,163,176,0.5) 0%, transparent 100%);
    position: absolute;
    z-index: -1;
    top: 0;
    opacity: 0.05;
    content: "";
    left: 0;
}.ty-block-xcWu .community-team-Tn6O:hover {
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.15),
    0 5px 15px rgba(0, 0, 0, 0.08),
    0 2px 8px rgba(0, 0, 0, 0.06);
    transform: translateZ(25px) rotateX(0deg);
}.ty-block-xcWu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}.ty-block-xcWu li {
    padding-left: 0;
    position: relative;
    margin-bottom: 0.5rem;
    animation: fadeSlideInDelayed 1.2s ease-out both;
}.ty-block-xcWu li::before {
    width: 0;
    background: rgb(219,163,176);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    height: 0;
    top: 0.7rem;
    left: -5px;
    opacity: 0;
    position: absolute;
    content: "";
    border-radius: 50%;
    transform: scale(0);
}.ty-block-xcWu li:hover::before {
    left: -20px;
    transform: scale(1);
    height: 8px;
    width: 8px;
    opacity: 1;
}.ty-block-xcWu span {
    font-family: Arial, sans-serif;
    transform: translateZ(10px);
    letter-spacing: 0.01em;
    display: block;
    position: relative;
    font-size: clamp(1rem, 2vw, 13px);
    line-height: 1.6;
    font-weight: 400;
    color: #000000;
}

@keyframes fadeSlideIn {
  from {
    opacity: 0;
    transform: translateY(-30px) translateZ(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0) translateZ(30px);
  }
}

@keyframes fadeSlideInDelayed {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  50% {
    opacity: 0;
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideUpScale {
  from {
    opacity: 0;
    transform: translateY(40px) translateZ(20px) scale(0.95) rotateX(5deg);
  }
  to {
    opacity: 1;
    transform: translateY(0) translateZ(20px) scale(1) rotateX(2deg);
  }
}

@keyframes pulse {
  0%, 100% {
    opacity: 0.6;
    transform: scale(1);
  }
  50% {
    opacity: 0.4;
    transform: scale(1.05);
  }
}

@keyframes glow {
  0%, 100% {
    opacity: 0.2;
    filter: blur(100px);
  }
  50% {
    opacity: 0.3;
    filter: blur(120px);
  }
}

@media (min-width: 768px) {.ty-block-xcWu {
    padding: 6rem 0;
}.ty-block-xcWu .community-team-Tn6O {
    margin: 0 auto;
    max-width: 85%;
    padding: 3rem;
    transform: translateZ(20px) rotateX(3deg);
}.ty-block-xcWu h2 {
    margin-bottom: 3rem;
}.ty-block-xcWu li::before {
    left: -10px;
}.ty-block-xcWu li:hover::before {
    left: -25px;
}
}

@media (min-width: 992px) {.ty-block-xcWu {
    padding: 7rem 0;
}.ty-block-xcWu .container {
    flex-direction: column;
    display: flex;
    align-items: center;
}.ty-block-xcWu h2 {
    transform: translateZ(40px);
    max-width: 80%;
}.ty-block-xcWu .community-team-Tn6O {
    max-width: 75%;
    transform: translateZ(25px) rotateX(2deg);
    padding: 3.5rem 4rem;
}.ty-block-xcWu .community-team-Tn6O:hover {
    transform: translateZ(35px) rotateX(0deg);
}.ty-block-xcWu li {
    padding-left: 0.5rem;
}
}

@media (max-width: 767px) {.ty-block-xcWu {
    padding: 4rem 0;
}.ty-block-xcWu .community-team-Tn6O {
    padding: 1.5rem;
    transform: translateZ(10px) rotateX(1deg);
}.ty-block-xcWu h2 {
    font-size: clamp(1.2rem, 5vw, 1.8rem);
    margin-bottom: 2rem;
    transform: translateZ(15px);
}.ty-block-xcWu .community-team-Tn6O:hover {
    transform: translateZ(15px) rotateX(0deg);
}.ty-block-xcWu span {
    font-size: 0.95rem;
}
}

@media (max-width: 480px) {.ty-block-xcWu {
    padding: 3rem 0;
}.ty-block-xcWu .container {
    padding: 0 1.5rem;
}.ty-block-xcWu h2 {
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
}.ty-block-xcWu .community-team-Tn6O {
    padding: 1.25rem;
}.ty-block-xcWu span {
    font-size: 0.9rem;
    line-height: 1.5;
}}.customer-feedback-0G1I {
    background: linear-gradient(120deg, rgb(243,215,221), #ffffff);
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}.customer-feedback-0G1I::before {
    z-index: 0;
    position: absolute;
    opacity: 0.6;
    background: 
        radial-gradient(ellipse at top left, rgb(219,163,176,0.5) 0%, transparent 50%),
        radial-gradient(ellipse at bottom right, rgb(195,122,138,0.5) 0%, transparent 50%);
    height: 100%;
    content: "";
    width: 100%;
    top: 0;
    left: 0;
}.customer-feedback-0G1I::after {
    background: 
        linear-gradient(45deg, rgb(219,163,176,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(219,163,176,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(219,163,176,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(219,163,176,0.5) 75%);
    content: "";
    opacity: 0.03;
    z-index: 0;
    left: 0;
    top: 0;
    position: absolute;
    background-size: 100px 100px;
    width: 100%;
    background-position: 0 0, 0 50px, 50px -50px, -50px 0px;
    height: 100%;
}.customer-feedback-0G1I .community-team-Tn6O {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
}.customer-feedback-0G1I h4 {
    text-align: center;
    position: relative;
    font-size: 36px;
    color: #000000;
    margin-bottom: 80px;
    font-weight: 700;
    letter-spacing: 1px;
}.customer-feedback-0G1I h4::before {
    bottom: -15px;
    transform: translateX(-50%);
    content: "";
    background: rgb(219,163,176);
    height: 2px;
    left: 50%;
    position: absolute;
    width: 100px;
}.customer-feedback-0G1I h4::after {
    position: absolute;
    background: rgb(219,163,176);
    transform: translateX(-50%);
    border-radius: 50%;
    left: 50%;
    content: "";
    height: 12px;
    bottom: -20px;
    width: 12px;
}.customer-feedback-0G1I .user-ratings-D98P {
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    display: flex;
    align-items: stretch;
}.customer-feedback-0G1I .student-reviews-hfke {
    width: calc(33.33% - 40px);
    backdrop-filter: blur(10px);
    z-index: 1;
    margin: 0 20px 40px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.8);
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.05),
        0 1px 3px rgba(0, 0, 0, 0.03),
        inset 0 1px 0 rgba(255, 255, 255, 0.4);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    height: 120px;
    cursor: pointer;
}.customer-feedback-0G1I .student-reviews-hfke:hover {
    z-index: 2;
    box-shadow: 
        0 15px 40px rgba(0, 0, 0, 0.1),
        0 2px 6px rgba(0, 0, 0, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.4);
    height: 280px;
}.customer-feedback-0G1I .student-reviews-hfke::before {
    content: "";
    width: 100%;
    border-radius: inherit;
    background: 
        linear-gradient(135deg, 
            rgba(255, 255, 255, 0.4) 0%, 
            rgba(255, 255, 255, 0) 100%);
    z-index: -1;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
}.customer-feedback-0G1I .student-reviews-hfke::after {
    transition: all 0.4s ease;
    width: 30px;
    right: 15px;
    opacity: 0.3;
    border: 2px solid rgb(219,163,176,0.5);
    top: 15px;
    z-index: 0;
    height: 30px;
    border-radius: 50%;
    content: "";
    position: absolute;
}.customer-feedback-0G1I .student-reviews-hfke:hover::after {
    opacity: 0.6;
    transform: scale(0.8);
}.customer-feedback-0G1I .photo-cell-dHIq {
    width: 70px;
    transition: all 0.4s ease;
    height: 70px;
    margin: 25px 20px;
    box-shadow: 
        0 5px 15px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    position: relative;
    border: 3px solid rgba(255, 255, 255, 0.3);
    float: left;
    z-index: 1;
}.customer-feedback-0G1I .student-reviews-hfke:hover .photo-cell-dHIq {
    border-color: rgb(219,163,176,0.5);
    margin-bottom: 10px;
    transform: scale(1.1);
    box-shadow: 
        0 8px 20px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}.customer-feedback-0G1I .student-reviews-hfke span {
    font-weight: 600;
    margin-top: 40px;
    font-size: calc(17px * 1.1);
    overflow: hidden;
    color: #000000;
    text-overflow: ellipsis;
    padding-right: 60px;
    display: block;
    white-space: nowrap;
    transition: all 0.4s ease;
}.customer-feedback-0G1I .student-reviews-hfke:hover span {
    white-space: normal;
    color: rgb(219,163,176);
    margin-top: 15px;
    margin-left: 20px;
}.customer-feedback-0G1I .student-reviews-hfke p {
    color: #000000;
    font-size: 17px;
    margin: 0 20px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.5s ease;
    opacity: 0;
    max-height: 0;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-height: 1.6;
}.customer-feedback-0G1I .student-reviews-hfke:hover p {
    margin-top: 15px;
    max-height: 150px;
    opacity: 1;
}.customer-feedback-0G1I .student-reviews-hfke:nth-child(3n+1) {
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.9) 0%,
        rgba(255, 255, 255, 0.7) 100%
    );
}.customer-feedback-0G1I .student-reviews-hfke:nth-child(3n+2) {
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.8) 0%,
        rgba(rgb(219,163,176,0.5), 0.05) 100%
    );
}.customer-feedback-0G1I .student-reviews-hfke:nth-child(3n+3) {
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.9) 0%,
        rgba(rgb(195,122,138,0.5), 0.05) 100%
    );
}

@media (max-width: 1200px) {.customer-feedback-0G1I .student-reviews-hfke {
    width: calc(50% - 30px);
    margin: 0 15px 30px;
}
}

@media (max-width: 992px) {.customer-feedback-0G1I .student-reviews-hfke {
    height: 100px;
}.customer-feedback-0G1I .student-reviews-hfke:hover {
    height: 250px;
}.customer-feedback-0G1I .photo-cell-dHIq {
    margin: 20px 15px;
    width: 60px;
    height: 60px;
}.customer-feedback-0G1I .student-reviews-hfke span {
    font-size: 17px;
    margin-top: 32px;
}
}

@media (max-width: 768px) {.customer-feedback-0G1I {
    padding: 70px 0;
}.customer-feedback-0G1I h4 {
    margin-bottom: 60px;
}.customer-feedback-0G1I .student-reviews-hfke {
    margin: 0 auto 25px;
    min-height: 100px;
    height: auto;
    max-width: 400px;
    width: 100%;
}.customer-feedback-0G1I .student-reviews-hfke:hover {
    height: auto;
    min-height: 250px;
}.customer-feedback-0G1I .student-reviews-hfke:last-child {
    margin-bottom: 0;
}.customer-feedback-0G1I .student-reviews-hfke::after {
    top: 10px;
    right: 10px;
}.customer-feedback-0G1I .photo-cell-dHIq {
    margin: 15px;
}.customer-feedback-0G1I .student-reviews-hfke span {
    margin-top: 28px;
}.customer-feedback-0G1I .student-reviews-hfke:hover span {
    margin-top: 10px;
}.customer-feedback-0G1I .student-reviews-hfke:hover p {
    margin-top: 10px;
}}.contact-section-dYMP {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}.contact-section-dYMP::before {
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    z-index: 1;
    backdrop-filter: blur(10px);
    position: absolute;
    background-color: rgb(219,163,176,0.5);
    top: 0;
}.contact-section-dYMP::after {
    position: absolute;
    pointer-events: none;
    top: 0;
    background: linear-gradient(135deg, rgb(195,122,138,0.5) 0%, transparent 50%, rgb(219,163,176,0.5) 100%);
    content: "";
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}.contact-section-dYMP .container {
    width: 90%;
    position: relative;
    max-width: 1200px;
    z-index: 3;
    margin: 0 auto;
}.contact-section-dYMP .connect-reach-I3rA {
    backdrop-filter: blur(15px);
    display: flex;
    gap: 30px;
    overflow: hidden;
    justify-content: space-between;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 27px;
}.contact-section-dYMP .support-links-2ELi {
    overflow: hidden;
    position: relative;
    background: linear-gradient(to bottom right, rgb(219,163,176), rgb(195,122,138));
    width: 40%;
    padding: 60px 40px;
}.contact-section-dYMP .support-links-2ELi::before {
    width: 200px;
    background: rgb(195,122,138);
    border-radius: 50%;
    position: absolute;
    height: 200px;
    top: -100px;
    opacity: 0.4;
    content: '';
    right: -100px;
}.contact-section-dYMP .support-links-2ELi::after {
    content: '';
    bottom: -75px;
    border-radius: 50%;
    height: 150px;
    position: absolute;
    width: 150px;
    background: rgb(219,163,176);
    opacity: 0.3;
    left: -75px;
}.contact-section-dYMP .support-links-2ELi h3 {
    color: #ffffff;
    position: relative;
    font-size: 30px;
    margin-bottom: 40px;
    z-index: 5;
    font-weight: 700;
}.contact-section-dYMP .support-links-2ELi div {
    display: flex;
    position: relative;
    transition: transform 0.3s ease;
    align-items: center;
    z-index: 5;
    margin-bottom: 25px;
}.contact-section-dYMP .support-links-2ELi div:hover {
    transform: translateX(10px);
}.contact-section-dYMP .support-links-2ELi div svg {
    flex-shrink: 0;
    margin-right: 15px;
    height: 24px;
    width: 24px;
}.contact-section-dYMP .support-links-2ELi div svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}.contact-section-dYMP .support-links-2ELi div:hover svg path {
    fill: rgb(243,215,221);
}.contact-section-dYMP .support-links-2ELi div span {
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
}.contact-section-dYMP .support-links-2ELi div span a {
    color: #ffffff;
    transition: color 0.3s ease;
    text-decoration: none;
}.contact-section-dYMP .support-links-2ELi div span a:hover {
    color: rgb(243,215,221);
    text-decoration: underline;
}.contact-section-dYMP .query-support-w05t {
    position: relative;
    overflow: hidden;
    width: 60%;
    padding: 60px 40px;
    background: rgba(255, 255, 255, 0.1);
}.contact-section-dYMP .query-support-w05t::before {
    content: '';
    height: 5px;
    top: 0;
    background: linear-gradient(to right, rgb(219,163,176), rgb(195,122,138));
    left: 0;
    position: absolute;
    width: 100%;
}.contact-section-dYMP .query-support-w05t h3 {
    position: relative;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 30px;
    font-size: 20px;
}.contact-section-dYMP .query-support-w05t h3::after {
    height: 3px;
    left: 0;
    position: absolute;
    content: '';
    width: 50px;
    bottom: -10px;
    background: rgb(195,122,138);
}.contact-section-dYMP form {
    width: 100%;
    flex-direction: column;
    display: flex;
}.contact-section-dYMP form input[type="text"],
.contact-section-dYMP form input[type="email"] {
    padding: 16px 20px;
    background: rgba(255, 255, 255, 0.08);
    border: none;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 12px;
    border: 1px solid transparent;
    transition: all 0.3s ease;
}.contact-section-dYMP form input[type="text"]:focus,
.contact-section-dYMP form input[type="email"]:focus {
    transform: translateY(-2px);
    border-color: rgb(195,122,138);
    outline: none;
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 0 15px rgba(rgb(195,122,138), 0.2);
}.contact-section-dYMP form input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}.contact-section-dYMP .support-help-VWf1 {
    display: flex;
    align-items: flex-start;
    position: relative;
    margin-bottom: 25px;
}.contact-section-dYMP .support-help-VWf1 input[type="checkbox"] {
    cursor: pointer;
    height: 0;
    width: 0;
    position: absolute;
    opacity: 0;
}.contact-section-dYMP .support-help-VWf1 label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.5;
}.contact-section-dYMP .support-help-VWf1 label::before {
    left: 0;
    border-radius: 10px;
    background: transparent;
    top: 2px;
    content: '';
    position: absolute;
    transition: all 0.3s ease;
    width: 22px;
    border: 2px solid rgb(195,122,138);
    height: 22px;
}.contact-section-dYMP .support-help-VWf1 input[type="checkbox"]:checked + label::before {
    background: rgb(195,122,138);
}.contact-section-dYMP .support-help-VWf1 input[type="checkbox"]:checked + label::after {
    border-width: 0 2px 2px 0;
    height: 12px;
    position: absolute;
    left: 8px;
    top: 5px;
    width: 6px;
    content: '';
    transform: rotate(45deg);
    border: solid white;
}.contact-section-dYMP .support-help-VWf1 label a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgb(195,122,138);
}.contact-section-dYMP .support-help-VWf1 label a:hover {
    color: #ffffff;
    text-decoration: underline;
}.contact-section-dYMP form .feedback-reach-SPHp {
    border: none;
    padding: 16px 30px;
    background: linear-gradient(to right, rgb(219,163,176), rgb(195,122,138));
    color: #ffffff;
    transition: all 0.3s ease;
    overflow: hidden;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    cursor: pointer;
}.contact-section-dYMP form .feedback-reach-SPHp::before {
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: all 0.5s ease;
    left: -100%;
    top: 0;
    width: 100%;
    content: "";
}.contact-section-dYMP form .feedback-reach-SPHp:hover::before {
    left: 100%;
}.contact-section-dYMP form .feedback-reach-SPHp:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }
    50% {
        transform: scale(1.05);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0.8;
    }
}

@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

.contact-section-dYMP .support-links-2ELi div:nth-child(2) {
    animation: float 5s infinite ease-in-out;
}.contact-section-dYMP .support-links-2ELi div:nth-child(3) {
    animation: float 7s infinite ease-in-out;
}.contact-section-dYMP .support-links-2ELi div:nth-child(4) {
    animation: float 6s infinite ease-in-out;
}.contact-section-dYMP .support-links-2ELi div:nth-child(5) {
    animation: float 8s infinite ease-in-out;
}

@media screen and (max-width: 992px) {.contact-section-dYMP {
    padding: 80px 0;
}.contact-section-dYMP .connect-reach-I3rA {
    flex-direction: column;
}.contact-section-dYMP .support-links-2ELi,
    .contact-section-dYMP .query-support-w05t {
    padding: 40px 30px;
    width: 100%;
}.contact-section-dYMP .support-links-2ELi h3 {
    font-size: calc(30px * 0.9);
    margin-bottom: 30px;
}.contact-section-dYMP .support-links-2ELi div {
    margin-bottom: 20px;
}
}

@media screen and (max-width: 576px) {.contact-section-dYMP {
    padding: 60px 0;
}.contact-section-dYMP .container {
    width: 95%;
}.contact-section-dYMP .support-links-2ELi,
    .contact-section-dYMP .query-support-w05t {
    padding: 30px 20px;
}.contact-section-dYMP .support-links-2ELi h3 {
    font-size: calc(30px * 0.8);
    margin-bottom: 25px;
}.contact-section-dYMP .query-support-w05t h3 {
    font-size: calc(20px * 0.9);
}.contact-section-dYMP form input[type="text"],
    .contact-section-dYMP form input[type="email"] {
    padding: 14px 16px;
    margin-bottom: 15px;
}.contact-section-dYMP .support-help-VWf1 label {
    font-size: calc(13px * 0.9);
}.contact-section-dYMP form .feedback-reach-SPHp {
    padding: 14px 20px;
}}header .top_plank {
    background: rgb(219,163,176);
    color:  #ffffff;
}header .top_plank .learning-toolbar-t63F div svg, header .top_plank .learning-toolbar-t63F div svg path {
    fill: #ffffff;
}header .top_plank .learning-toolbar-t63F div span {
    color: #ffffff;
}header .top_plank .learning-toolbar-t63F {
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    display: flex;
    line-height: 21px;
    padding: 15px 0 10px 0;
    font-size: 15px;
    width: 100%;
}header .top_plank .learning-toolbar-t63F div {
    margin-right: 24px;
    align-items: center;
    display: flex;
    justify-content: flex-start;
}header .top_plank .learning-toolbar-t63F div img, header .top_plank .learning-toolbar-t63F div svg {
    width: 16px;
    margin-right: 8px;
    height: 16px;
}.confidential-cell-THq8 {
    padding: 5rem 2rem;
    position: relative;
    background: linear-gradient(135deg, rgb(243,215,221) 0%, rgb(243,215,221) 85%, rgba(rgb(219,163,176,0.5), 0.05) 100%);
    overflow: hidden;
    color: #000000;
    font-family: Arial, sans-serif;
}.confidential-cell-THq8::before {
    transform: scaleX(0.95);
    left: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, rgb(219,163,176) 0%, rgb(195,122,138) 100%);
    content: "";
    top: 0;
    box-shadow: 0 0 20px rgba(rgb(219,163,176,0.5), 0.2);
    transform-origin: left;
    height: 8px;
}.confidential-cell-THq8::after {
    right: -100px;
    pointer-events: none;
    position: absolute;
    width: 250px;
    height: 250px;
    opacity: 0.5;
    content: "";
    border-radius: 50%;
    border: 2px solid rgba(rgb(219,163,176,0.5), 0.1);
    transform: rotate(-15deg);
    top: 40px;
}.confidential-cell-THq8 .container {
    z-index: 1;
    position: relative;
    margin: 0 auto;
    max-width: 1000px;
}.confidential-cell-THq8 h1 {
    color: rgb(219,163,176);
    transform: translateX(-0.5rem);
    margin-bottom: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    font-size: calc(43px * 1.2);
    position: relative;
}.confidential-cell-THq8 h1::after {
    width: 6rem;
    content: "";
    position: absolute;
    bottom: -1rem;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(219,163,176), transparent);
    height: 4px;
    left: 0;
    animation: pulse 4s infinite alternate ease-in-out;
}.confidential-cell-THq8 h2 {
    font-size: 37px;
    position: relative;
    margin: 3rem 0 1.5rem;
    padding-left: 1.2rem;
    font-weight: 600;
    color: #000000;
}.confidential-cell-THq8 h2::before {
    transform: scaleY(0.9);
    height: calc(100% - 0.5rem);
    top: 0.25rem;
    width: 4px;
    position: absolute;
    content: "";
    left: 0;
    background: rgb(195,122,138);
}.confidential-cell-THq8 h3 {
    margin: 2.5rem 0 1.2rem;
    padding-left: 1rem;
    position: relative;
    font-size: calc(37px * 0.85);
    font-weight: 600;
    color: #000000;
}.confidential-cell-THq8 h3::before {
    transform: scaleY(0.8);
    height: calc(100% - 0.4rem);
    content: "";
    width: 3px;
    background: rgb(195,122,138);
    position: absolute;
    opacity: 0.8;
    left: 0;
    top: 0.2rem;
}.confidential-cell-THq8 h4 {
    padding-left: 0.8rem;
    color: #000000;
    font-weight: 600;
    position: relative;
    margin: 2rem 0 1rem;
    font-size: calc(37px * 0.75);
}.confidential-cell-THq8 h4::before {
    transform: scaleY(0.7);
    opacity: 0.7;
    height: calc(100% - 0.4rem);
    content: "";
    background: rgb(195,122,138);
    left: 0;
    position: absolute;
    width: 2px;
    top: 0.2rem;
}.confidential-cell-THq8 p {
    line-height: 1.7;
    max-width: 90ch;
    color: #000000;
    margin-bottom: 1.5rem;
    font-size: 13px;
}.confidential-cell-THq8 p strong {
    padding: 0 0.2rem;
    color: #000000;
    font-weight: 600;
    position: relative;
    display: inline-block;
    background: linear-gradient(to bottom, transparent 60%, rgba(rgb(195,122,138,0.5), 0.15) 40%);
}.confidential-cell-THq8 span {
    border-left: 1px dashed rgba(rgb(219,163,176,0.5), 0.3);
    display: block;
    margin-bottom: 1.5rem;
    line-height: 1.7;
    font-size: 13px;
    color: #000000;
    padding-left: 0.5rem;
    max-width: 90ch;
}.confidential-cell-THq8 ul {
    margin: 1.5rem 0 2rem 1.5rem;
    list-style-type: none;
    padding: 0;
}.confidential-cell-THq8 li {
    padding-left: 1.8rem;
    position: relative;
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 1.2rem;
}.confidential-cell-THq8 li::before {
    left: 0;
    position: absolute;
    border: 2px solid rgb(219,163,176);
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform: rotate(45deg);
    opacity: 0.8;
    width: 10px;
    height: 10px;
    top: 0.5rem;
    content: "";
}.confidential-cell-THq8 li:hover::before {
    opacity: 1;
    transform: rotate(225deg);
}

@keyframes pulse {
    0%, 100% {
        transform: scaleX(1);
        opacity: 0.8;
    }
    50% {
        transform: scaleX(1.1);
        opacity: 1;
    }
}

@media (min-width: 768px) {.confidential-cell-THq8 {
    padding: 6rem 3rem;
}.confidential-cell-THq8 .container {
    grid-template-columns: 1fr;
    display: grid;
    gap: 1rem;
}.confidential-cell-THq8 h1 {
    font-size: calc(43px * 1.4);
    grid-column: 1 / -1;
    margin-bottom: 3rem;
}.confidential-cell-THq8 p, 
    .confidential-cell-THq8 span {
    font-size: calc(13px * 1.05);
}.confidential-cell-THq8 h2 {
    margin-top: 4rem;
}.confidential-cell-THq8 ul {
    margin-left: 2rem;
}
}

@media (min-width: 1024px) {.confidential-cell-THq8 {
    padding: 8rem 4rem 6rem;
}.confidential-cell-THq8::after {
    top: 80px;
    width: 400px;
    right: -80px;
    height: 400px;
}.confidential-cell-THq8 .container {
    max-width: 1200px;
}.confidential-cell-THq8 h1 {
    transform: translateX(-1rem);
}.confidential-cell-THq8 h1::after {
    width: 8rem;
}.confidential-cell-THq8 h2 {
    padding-left: 1.5rem;
    font-size: calc(37px * 1.1);
}.confidential-cell-THq8 h2::before {
    width: 6px;
}.confidential-cell-THq8 li {
    padding-left: 2rem;
}.confidential-cell-THq8 li::before {
    width: 12px;
    height: 12px;
}
}

@media (max-width: 767px) {.confidential-cell-THq8 {
    padding: 4rem 1.5rem;
}.confidential-cell-THq8 h1 {
    margin-bottom: 2rem;
    font-size: calc(43px * 1.1);
}.confidential-cell-THq8 h2 {
    margin: 2.5rem 0 1.2rem;
    font-size: calc(37px * 0.95);
}.confidential-cell-THq8 h3, 
    .confidential-cell-THq8 h4 {
    margin: 2rem 0 1rem;
}.confidential-cell-THq8 p, 
    .confidential-cell-THq8 span {
    font-size: calc(13px * 0.95);
}.confidential-cell-THq8 ul {
    margin-left: 0.5rem;
}.confidential-cell-THq8 li {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
}}footer {
    width: 100%;
    position: relative;
}.verify-cta-ZF6K {
    padding: 100px 0 30px;
    color: #000000;
    background-color: rgb(243,215,221);
    position: relative;
    font-family: Arial, sans-serif;
}.verify-cta-ZF6K::before {
    content: "";
    width: 100%;
    background-size: 100px 100px;
    height: 120px;
    background: 
        linear-gradient(135deg, rgb(243,215,221) 25%, transparent 25%) -50px 0,
        linear-gradient(225deg, rgb(243,215,221) 25%, transparent 25%) -50px 0,
        linear-gradient(315deg, rgb(243,215,221) 25%, transparent 25%),
        linear-gradient(45deg, rgb(243,215,221) 25%, transparent 25%);
    top: 0;
    background-color: rgb(219,163,176,0.5);
    position: absolute;
    left: 0;
}footer .footer-milestones-h8Qv {
    z-index: 1;
    margin-top: -70px;
    position: relative;
}footer .get-support-acKo {
    margin-bottom: 60px;
    transform: translateY(-30px);
    justify-content: space-between;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 25px;
    display: flex;
    background-color: #ffffff;
    z-index: 2;
    flex-wrap: wrap;
    position: relative;
}footer .info_item {
    flex: 1 1 200px;
    background-color: rgb(243,215,221);
    position: relative;
    border-radius: 10px;
    transition: all 0.3s ease;
    margin: 10px;
    padding: 10px 15px;
}footer .info_item:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
    background-color: #ffffff;
}footer .info_item::before {
    border-radius: 3px 0 0 3px;
    width: 3px;
    height: 100%;
    position: absolute;
    content: "";
    background-color: rgb(219,163,176);
    left: 0;
    top: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
}footer .info_item:hover::before {
    opacity: 1;
}footer .info_item svg {
    margin-right: 10px;
    height: 20px;
    vertical-align: middle;
    fill: rgb(219,163,176);
    width: 20px;
}footer .info_item p,
footer .info_item a {
    font-size: 13px;
    display: inline-block;
    transition: color 0.3s ease;
    text-decoration: none;
    color: #000000;
    vertical-align: middle;
}footer .info_item a:hover {
    color: rgb(219,163,176);
}footer .text_main_holder {
    display: grid;
    gap: 30px;
    position: relative;
    grid-template-columns: 1fr;
}footer .text_main_holder::before {
    background-color: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    left: 0;
    top: -40px;
    z-index: -1;
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% + 80px);
}footer .main-navbar-mbjc {
    position: relative;
    padding: 0 30px;
}footer .main-navbar-mbjc::after {
    height: 1px;
    position: absolute;
    background: linear-gradient(90deg, rgb(219,163,176), transparent);
    content: "";
    bottom: -15px;
    right: 30px;
    left: 30px;
}footer .main-navbar-mbjc svg {
    height: 45px;
    margin-bottom: 15px;
    width: auto;
}footer .design-res-PSCF {
    line-height: 1.6;
    color: #000000;
    max-width: 330px;
    font-size: 12px;
}footer .head-info-DNim {
    position: relative;
    background-color: rgb(243,215,221);
    margin-top: -10px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    margin-right: 20px;
    z-index: 1;
    margin-left: 20px;
}footer .head-info-DNim h5 {
    font-weight: 600;
    margin-bottom: 20px;
    color: #000000;
    position: relative;
    font-size: 23px;
    display: inline-block;
}footer .head-info-DNim h5::after {
    width: 50px;
    background-color: rgb(219,163,176);
    bottom: -7px;
    content: "";
    left: 0;
    height: 2px;
    position: absolute;
}footer .header-master-XgkK {
    gap: 10px;
    display: grid;
    margin-bottom: 20px;
    grid-template-columns: 1fr;
}footer .header-master-XgkK a {
    transition: all 0.3s ease;
    color: #000000;
    font-size: 13px;
    display: inline-block;
    position: relative;
    text-decoration: none;
    padding: 8px 0;
}footer .header-master-XgkK a::after {
    bottom: 5px;
    width: 0;
    height: 2px;
    background-color: rgb(219,163,176);
    left: 0;
    transition: width 0.3s ease;
    position: absolute;
    content: "";
}footer .header-master-XgkK a:hover {
    color: rgb(219,163,176);
    transform: translateX(5px);
}footer .header-master-XgkK a:hover::after {
    width: 100%;
}footer .subscribe_holder {
    border-radius: 20px;
    margin-top: -10px;
    position: relative;
    color: #ffffff;
    padding: 30px;
    margin-left: 40px;
    background-color: rgb(219,163,176);
    z-index: 0;
    margin-right: 40px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}footer .subscribe_holder::before {
    background-color: rgb(219,163,176);
    position: absolute;
    content: "";
    z-index: -1;
    width: 30px;
    transform: rotate(45deg);
    right: 30px;
    height: 30px;
    top: -15px;
}footer .subscribe_holder h5 {
    font-size: 23px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 15px;
}footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin-bottom: 25px;
    font-size: 13px;
}footer .input_holder {
    gap: 15px;
    flex-direction: column;
    position: relative;
    display: flex;
}footer .input_holder input[type="email"] {
    font-size: 13px;
    transition: background-color 0.3s ease;
    padding: 14px 16px;
    color: #000000;
    border: none;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.9);
}footer .input_holder input[type="email"]:focus {
    background-color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
}footer .sub-confirmation-eyrU {
    color: #ffffff;
    cursor: pointer;
    background-color: #000000;
    padding: 14px 20px;
    font-size: 20px;
    font-weight: 600;
    border: none;
    border-radius: 10px;
    transition: all 0.3s ease;
}footer .sub-confirmation-eyrU:hover {
    transform: translateY(-3px);
    background-color: rgb(195,122,138);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}footer .diversity-iME4 {
    z-index: 1;
    position: relative;
    margin-top: 60px;
    text-align: center;
}footer .carbon-cta-5612 {
    color: #000000;
    padding: 8px 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-radius: 30px;
    display: inline-block;
    background-color: #ffffff;
    font-size: 12px;
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
}footer .header-master-XgkK {
    grid-template-columns: 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .sub-confirmation-eyrU {
    white-space: nowrap;
}
}

@media (min-width: 992px) {footer .head-info-DNim {
    margin-top: 0;
}footer .subscribe_holder {
    margin-top: 0;
}
}

@media (max-width: 991px) {footer .text_main_holder {
    gap: 50px;
}
}

@media (max-width: 767px) {footer .verify-cta-ZF6K {
    padding: 80px 0 30px;
}footer .get-support-acKo {
    padding: 20px;
    justify-content: center;
}footer .info_item {
    width: 100%;
}footer .head-info-DNim, footer .subscribe_holder {
    margin-left: 10px;
    margin-right: 10px;
    padding: 25px 20px;
}footer .diversity-iME4 {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .verify-cta-ZF6K {
    padding: 60px 0 20px;
}footer .get-support-acKo {
    margin-bottom: 40px;
    padding: 15px;
    transform: translateY(-20px);
}footer .text_main_holder::before {
    top: -30px;
    height: calc(100% + 60px);
}footer .main-navbar-mbjc {
    padding: 0 20px;
}footer .main-navbar-mbjc::after {
    right: 20px;
    left: 20px;
}footer .head-info-DNim h5, footer .subscribe_holder h5 {
    font-size: calc(23px - 2px);
}footer .header-master-XgkK a {
    padding: 6px 0;
}footer .input_holder input[type="email"],
    footer .sub-confirmation-eyrU {
    padding: 12px 15px;
}}.mentorship-experience-OuzF {
    overflow: hidden;
    min-height: 400px;
    background: linear-gradient(135deg, rgb(243,215,221) 0%, rgb(219,163,176,0.5) 100%);
    padding: 60px 30px;
    position: relative;
}.mentorship-experience-OuzF::before {
    right: -50px;
    filter: blur(40px);
    height: 200px;
    animation: float 8s ease-in-out infinite;
    top: -50px;
    width: 200px;
    position: absolute;
    background: rgb(195,122,138,0.5);
    z-index: 0;
    border-radius: 50%;
    content: "";
}.mentorship-experience-OuzF::after {
    z-index: 0;
    position: absolute;
    animation: float 6s ease-in-out infinite reverse;
    content: "";
    height: 150px;
    left: -30px;
    background: rgb(219,163,176,0.5);
    border-radius: 50%;
    bottom: -30px;
    width: 150px;
    filter: blur(30px);
}.mentorship-experience-OuzF .student-reviews-hfke {
    display: flex;
    transition: all 0.5s ease;
    position: relative;
    gap: 30px;
    flex-direction: row;
    z-index: 1;
    flex-wrap: wrap;
    transform: rotate(-3deg);
}.mentorship-experience-OuzF .student-reviews-hfke:hover {
    transform: rotate(0deg) scale(1.02);
}.mentorship-experience-OuzF .photo-cell-dHIq {
    transition: all 0.4s ease;
    border-radius: 12px;
    width: 280px;
    position: relative;
    box-shadow: 15px 15px 0 rgb(195,122,138,0.5);
    clip-path: polygon(0 0, 100% 10%, 85% 100%, 0% 90%);
    transform: translateY(20px);
    height: 350px;
}.mentorship-experience-OuzF .student-reviews-hfke:hover .photo-cell-dHIq {
    box-shadow: 20px 20px 0 rgb(195,122,138);
    transform: translateY(0);
}.mentorship-experience-OuzF .work-achievements-aC4F {
    display: flex;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    position: relative;
    min-width: 280px;
    border-radius: 12px;
    padding: 30px;
    flex-direction: column;
    transform: translateX(-30px) rotate(3deg);
    flex: 1;
    background: #ffffff;
    transition: all 0.4s ease;
    justify-content: center;
}.mentorship-experience-OuzF .student-reviews-hfke:hover .work-achievements-aC4F {
    transform: translateX(0) rotate(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.mentorship-experience-OuzF .name {
    font-size: 37px;
    color: rgb(219,163,176);
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 15px;
    font-weight: 700;
}.mentorship-experience-OuzF .name::after {
    left: 0;
    content: "";
    border-radius: 2px;
    height: 4px;
    position: absolute;
    background: linear-gradient(90deg, rgb(195,122,138) 0%, transparent 100%);
    bottom: 0;
    width: 60px;
}.mentorship-experience-OuzF .work-achievements-aC4F > div:nth-child(2) {
    font-weight: 600;
    font-size: 12px;
    color: #000000;
    opacity: 0.8;
    margin-bottom: 20px;
}.mentorship-experience-OuzF .work-block-OfEK {
    line-height: 1.6;
    font-size: calc(12px + 2px);
    padding-left: 20px;
    border-left: 3px solid rgb(195,122,138,0.5);
    position: relative;
    font-style: italic;
    color: #000000;
}.mentorship-experience-OuzF .work-block-OfEK::before {
    opacity: 0.1;
    font-family: Arial, sans-serif;
    content: "";
    left: -15px;
    color: rgb(219,163,176);
    position: absolute;
    font-size: 80px;
    top: -20px;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.1);
    }
}

@media (max-width: 991px) {.mentorship-experience-OuzF {
    padding: 40px 20px;
}.mentorship-experience-OuzF .student-reviews-hfke {
    flex-direction: column;
    gap: 20px;
}.mentorship-experience-OuzF .photo-cell-dHIq {
    transform: translateY(0) rotate(-3deg);
    margin: 0 auto;
    width: 220px;
    height: 280px;
}.mentorship-experience-OuzF .work-achievements-aC4F {
    margin-top: -30px;
    transform: translateX(0) rotate(0);
}.mentorship-experience-OuzF .student-reviews-hfke:hover .photo-cell-dHIq {
    transform: translateY(-10px) rotate(0);
}
}

@media (max-width: 767px) {.mentorship-experience-OuzF {
    padding: 30px 15px;
}.mentorship-experience-OuzF .photo-cell-dHIq {
    width: 180px;
    height: 220px;
}.mentorship-experience-OuzF .work-achievements-aC4F {
    padding: 20px;
}.mentorship-experience-OuzF .name {
    font-size: calc(37px - 4px);
}.mentorship-experience-OuzF .work-block-OfEK {
    font-size: 12px;
}}.subscribe-to-newsletter-8yrk {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(243,215,221) 0%, rgb(195,122,138,0.5) 100%);
    padding: 5rem 2rem;
}.subscribe-to-newsletter-8yrk::before {
    height: 200%;
    background: 
        radial-gradient(circle at 30% 30%, rgb(219,163,176,0.5) 0%, transparent 50%),
        radial-gradient(circle at 70% 70%, rgb(195,122,138,0.5) 0%, transparent 50%);
    top: -50%;
    width: 200%;
    opacity: 0.3;
    left: -50%;
    content: "";
    animation: rotateBg 30s linear infinite;
    z-index: 1;
    position: absolute;
}@keyframes rotateBg {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.subscribe-to-newsletter-8yrk .community-team-Tn6O {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.subscribe-to-newsletter-8yrk .connect-reach-I3rA {
    margin-left: 5%;
    display: flex;
    width: 80%;
    max-width: 800px;
    position: relative;
    flex-direction: column;
}.subscribe-to-newsletter-8yrk h3 {
    margin-bottom: 0;
    color: #000000;
    border-radius: 10px 10px 0 0;
    font-size: 18px;
    background: #ffffff;
    position: relative;
    z-index: 3;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    padding: 1.5rem 2rem;
    transform: translateX(-5%);
    font-weight: 700;
}.subscribe-to-newsletter-8yrk h3::after {
    transform: rotate(45deg);
    right: -15px;
    content: "";
    background: rgb(219,163,176);
    width: 30px;
    bottom: -15px;
    position: absolute;
    height: 30px;
    z-index: -1;
}.subscribe-to-newsletter-8yrk .input_holder {
    border-radius: 0 0 10px 10px;
    background: #ffffff;
    position: relative;
    z-index: 2;
    transform: translateX(5%);
    flex-wrap: wrap;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    display: flex;
    padding: 2.5rem 3rem;
}.subscribe-to-newsletter-8yrk input[type="email"] {
    color: #000000;
    background: rgb(243,215,221);
    transition: all 0.3s ease;
    flex: 1 1 250px;
    border: none;
    position: relative;
    padding: 1rem 1.5rem;
    margin-right: 1.5rem;
    font-family: Arial, sans-serif;
    font-size: 17px;
    z-index: 1;
    margin-bottom: 1rem;
    border-radius: 10px;
}.subscribe-to-newsletter-8yrk input[type="email"]:focus {
    transform: translateY(-5px);
    box-shadow: 0 0 0 2px rgb(219,163,176);
    outline: none;
}.subscribe-to-newsletter-8yrk input[type="submit"] {
    z-index: 1;
    font-weight: 600;
    cursor: pointer;
    overflow: hidden;
    border-radius: 10px;
    transition: all 0.3s ease;
    border: none;
    color: #ffffff;
    flex: 0 0 auto;
    padding: 1rem 2rem;
    position: relative;
    background: rgb(219,163,176);
    font-size: 17px;
    font-family: Arial, sans-serif;
}.subscribe-to-newsletter-8yrk input[type="submit"]::before {
    height: 100%;
    background: rgb(195,122,138);
    position: absolute;
    content: "";
    z-index: -1;
    width: 100%;
    transition: all 0.3s ease;
    top: 0;
    left: -100%;
}.subscribe-to-newsletter-8yrk input[type="submit"]:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    transform: translateY(-5px);
}.subscribe-to-newsletter-8yrk input[type="submit"]:hover::before {
    left: 0;
}.subscribe-to-newsletter-8yrk::after {
    z-index: 1;
    animation: patternMove 15s linear infinite;
    top: 15%;
    position: absolute;
    right: -10%;
    opacity: 0.1;
    content: "";
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(219,163,176) 49.5%, rgb(219,163,176) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(219,163,176) 49.5%, rgb(219,163,176) 50.5%, transparent 50.5%);
    background-size: 20px 20px;
    height: 70%;
    pointer-events: none;
    width: 40%;
}@keyframes patternMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

.subscribe-to-newsletter-8yrk .input_holder::before {
    border-radius: 50%;
    pointer-events: none;
    top: -30px;
    height: 100px;
    right: -50px;
    position: absolute;
    content: "";
    opacity: 0.3;
    width: 100px;
    border: 2px solid rgb(195,122,138,0.5);
}.subscribe-to-newsletter-8yrk .input_holder::after {
    left: 10%;
    width: 50px;
    background: rgb(219,163,176,0.5);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    height: 50px;
    bottom: -25px;
    opacity: 0.5;
    content: "";
    transform: rotate(180deg);
    position: absolute;
}

@media (max-width: 992px) {.subscribe-to-newsletter-8yrk .connect-reach-I3rA {
    width: 90%;
    margin: 0 auto;
}.subscribe-to-newsletter-8yrk h3 {
    transform: translateX(0);
}.subscribe-to-newsletter-8yrk .input_holder {
    transform: translateX(0);
}
}

@media (max-width: 768px) {.subscribe-to-newsletter-8yrk {
    padding: 4rem 1.5rem;
}.subscribe-to-newsletter-8yrk .connect-reach-I3rA {
    width: 100%;
}.subscribe-to-newsletter-8yrk h3 {
    padding: 1.2rem 1.5rem;
    font-size: calc(18px * 0.9);
}.subscribe-to-newsletter-8yrk .input_holder {
    padding: 2rem;
}.subscribe-to-newsletter-8yrk input[type="email"] {
    margin-right: 0;
    flex: 1 1 100%;
}.subscribe-to-newsletter-8yrk input[type="submit"] {
    width: 100%;
    margin-top: 1rem;
}
}

@media (max-width: 480px) {.subscribe-to-newsletter-8yrk {
    padding: 3rem 1rem;
}.subscribe-to-newsletter-8yrk h3 {
    font-size: calc(18px * 0.8);
    padding: 1rem 1.2rem;
}.subscribe-to-newsletter-8yrk .input_holder {
    padding: 1.5rem;
}.subscribe-to-newsletter-8yrk input[type="email"] {
    padding: 0.8rem 1rem;
}.subscribe-to-newsletter-8yrk input[type="submit"] {
    padding: 0.8rem 1.5rem;
}.subscribe-to-newsletter-8yrk .input_holder::before,
    .subscribe-to-newsletter-8yrk .input_holder::after {
    display: none;
}
}