﻿* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}svg {
    height: 30px;
    width: 30px;
}.container {
    margin: auto;
    width: 1220px;
    max-width: 100%;
}a {
    color: inherit;
    text-decoration: none;
}.header-main-0524 {
    flex: 1 0 auto;
}.grid-container-6348 {
    height: 100%;
    flex-direction: column;
    min-height: 100%;
    display: flex;
}html,body {
    height: 100%;
    scroll-behavior: smooth;
    color: #000000;
    min-height: 100%;
    font-family: Arial, sans-serif;
}.idea-pool-7410 {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.learning-outcomes-0481 {
    background: linear-gradient(135deg, rgb(231,218,222) 0%, rgba(245, 247, 250, 0.95) 100%);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.learning-outcomes-0481::before {
    z-index: 0;
    content: "";
    background: radial-gradient(circle at 30% 70%, rgb(179,101,140,0.5) 0%, transparent 40%);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}.learning-outcomes-0481::after {
    transform: rotate(15deg);
    top: -50px;
    width: 200px;
    z-index: 0;
    position: absolute;
    content: "";
    right: -50px;
    height: 200px;
    border: 2px solid rgb(198,154,165,0.5);
}.learning-outcomes-0481 .container {
    grid-template-columns: 1fr 1.5fr;
    position: relative;
    margin: 0 auto;
    display: grid;
    max-width: 1200px;
    gap: 40px;
    z-index: 1;
    padding: 0 20px;
}.learning-outcomes-0481 .img-shadow-2597 {
    height: auto;
    width: 100%;
    box-shadow: 20px 20px 0 rgb(179,101,140,0.5), 
                -10px -10px 0 rgb(198,154,165,0.5);
    object-fit: cover;
    transform: perspective(1000px) rotateY(-5deg);
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}.learning-outcomes-0481 .img-shadow-2597:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
}.learning-outcomes-0481 .impact-facts-3487 {
    flex-direction: column;
    justify-content: center;
    display: flex;
}.learning-outcomes-0481 .info-section-6701 {
    position: relative;
    padding: 20px 0;
}.learning-outcomes-0481 .info-section-6701::before {
    width: 3px;
    content: "";
    transform: translateY(-50%);
    height: 80%;
    left: -30px;
    position: absolute;
    top: 50%;
    background: linear-gradient(to bottom, rgb(198,154,165), rgb(179,101,140));
}.learning-outcomes-0481 h1 {
    color: #000000;
    font-size: 43px;
    transition: transform 0.5s ease;
    margin-bottom: 30px;
    font-weight: 700;
    line-height: 1.3;
    font-family: Arial, sans-serif;
    transform: translateX(0);
}.learning-outcomes-0481 h1:hover {
    transform: translateX(5px);
}.learning-outcomes-0481 ul {
    margin: 0;
    padding: 0;
    display: grid;
    list-style: none;
    gap: 20px;
}.learning-outcomes-0481 li {
    transition: transform 0.3s ease-out;
    position: relative;
    padding-left: 35px;
}.learning-outcomes-0481 li:hover {
    transform: translateX(10px);
}.learning-outcomes-0481 li p {
    margin: 0;
    display: flex;
    font-family: Arial, sans-serif;
    font-weight: 400;
    line-height: 1.6;
    align-items: center;
    color: #000000;
    font-size: 16px;
}.learning-outcomes-0481 li:nth-child(odd) {
    background: linear-gradient(to right, rgba(245, 247, 250, 0.5), transparent);
    padding: 12px 15px 12px 35px;
}.learning-outcomes-0481 li svg {
    height: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 24px;
    left: 0;
}.learning-outcomes-0481 li:hover svg {
    transform: translateY(-50%) scale(1.2);
}.learning-outcomes-0481 svg path {
    transition: fill 0.3s ease;
    fill: rgb(198,154,165);
}.learning-outcomes-0481 li:hover svg path:first-child {
    fill: rgb(179,101,140);
}.learning-outcomes-0481 li:nth-child(even) svg path:last-child {
    fill: rgb(179,101,140);
}

@media (max-width: 992px) {.learning-outcomes-0481 {
    padding: 80px 0;
}.learning-outcomes-0481 .container {
    grid-template-columns: 1fr;
    gap: 30px;
}.learning-outcomes-0481 .img-shadow-2597 {
    box-shadow: 15px 15px 0 rgb(179,101,140,0.5), 
                   -8px -8px 0 rgb(198,154,165,0.5);
    max-width: 500px;
    margin: 0 auto;
}.learning-outcomes-0481 .info-section-6701::before {
    width: 80px;
    left: 0;
    height: 3px;
    transform: none;
    top: -20px;
}.learning-outcomes-0481 h1 {
    font-size: calc(43px * 0.85);
    margin-bottom: 25px;
}
}

@media (max-width: 768px) {.learning-outcomes-0481 {
    padding: 60px 0;
}.learning-outcomes-0481::after {
    display: none;
}.learning-outcomes-0481 .img-shadow-2597 {
    box-shadow: 10px 10px 0 rgb(179,101,140,0.5), 
                   -5px -5px 0 rgb(198,154,165,0.5);
}.learning-outcomes-0481 h1 {
    margin-bottom: 20px;
    font-size: calc(43px * 0.7);
}.learning-outcomes-0481 ul {
    gap: 15px;
}.learning-outcomes-0481 li p {
    font-size: calc(16px * 0.95);
}
}

@media (max-width: 576px) {.learning-outcomes-0481 {
    padding: 40px 0;
}.learning-outcomes-0481 .container {
    padding: 0 15px;
    gap: 25px;
}.learning-outcomes-0481 .img-shadow-2597 {
    box-shadow: 8px 8px 0 rgb(179,101,140,0.5), 
                   -4px -4px 0 rgb(198,154,165,0.5);
}.learning-outcomes-0481 h1 {
    font-size: calc(43px * 0.6);
    margin-bottom: 15px;
}.learning-outcomes-0481 li {
    padding-left: 30px;
}.learning-outcomes-0481 li:nth-child(odd) {
    padding: 8px 10px 8px 30px;
}.learning-outcomes-0481 li svg {
    height: 20px;
    width: 20px;
}.learning-outcomes-0481 li p {
    font-size: calc(16px * 0.9);
    line-height: 1.5;
}}header {
    overflow: visible;
    background: linear-gradient(to bottom, rgb(231,218,222), rgba(0, 0, 0, 0.5));
    position: relative;
    z-index: 99;
    width: 100%;
}header::before {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    background-image: repeating-linear-gradient(
        -45deg,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5) 1px,
        transparent 1px,
        transparent 6px
    );
    width: 100%;
    opacity: 0.1;
    content: "";
}header .header-navbar-2157 {
    position: relative;
    align-items: center;
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
}header .header-navbar-2157::before {
    background: linear-gradient(to right, transparent, rgb(198,154,165), transparent);
    position: absolute;
    height: 1px;
    content: "";
    width: 80%;
    left: 10%;
    bottom: 0;
}header .header-navbar-2157 .header-top-7821 {
    position: relative;
    margin-right: 40px;
    z-index: 2;
}header .header-navbar-2157 .header-top-7821 .main-pagebar-3576 {
    display: block;
    position: relative;
    padding: 5px;
}header .header-navbar-2157 .header-top-7821 .main-pagebar-3576::before {
    top: -5px;
    z-index: -1;
    bottom: -5px;
    border-radius: 10px;
    content: "";
    transform: scale(0.9);
    transition: transform 0.3s ease, opacity 0.3s ease;
    left: -5px;
    background: rgba(0, 0, 0, 0.5);
    right: -5px;
    opacity: 0;
    position: absolute;
}header .header-navbar-2157 .header-top-7821 .main-pagebar-3576:hover::before {
    opacity: 0.1;
    transform: scale(1);
}header .header-navbar-2157 .header-top-7821 .main-pagebar-3576 svg {
    height: 45px;
    width: auto;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}header .header-navbar-2157 .main-mainbar-1403 {
    padding: 0;
    display: flex;
    perspective: 1000px;
    margin: 0;
    list-style: none;
}header .header-navbar-2157 .main-mainbar-1403 .head-wrap-1723 {
    transform-style: preserve-3d;
    margin: 0;
    position: relative;
}header .header-navbar-2157 .main-mainbar-1403 .head-wrap-1723 a {
    color: #000000;
    transform-style: preserve-3d;
    letter-spacing: 0.5px;
    display: block;
    background: linear-gradient(to bottom, transparent, transparent);
    transition: color 0.3s ease, transform 0.3s ease;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 17px;
    padding: 12px 20px;
    position: relative;
    font-family: Arial, sans-serif;
}header .header-navbar-2157 .main-mainbar-1403 .head-wrap-1723 a::before,
header .header-navbar-2157 .main-mainbar-1403 .head-wrap-1723 a::after {
    content: "";
    top: 0;
    width: 100%;
    transition: all 0.3s ease;
    height: 100%;
    pointer-events: none;
    left: 0;
    position: absolute;
}header .header-navbar-2157 .main-mainbar-1403 .head-wrap-1723 a::before {
    opacity: 0;
    transform: translateZ(-1px) rotateX(10deg);
    background: linear-gradient(to bottom, rgb(198,154,165,0.5), transparent);
    transform-origin: top center;
}header .header-navbar-2157 .main-mainbar-1403 .head-wrap-1723 a::after {
    transform-origin: bottom center;
    transform: translateZ(-2px) rotateX(-10deg);
    background: linear-gradient(to top, rgb(179,101,140,0.5), transparent);
    opacity: 0;
}header .header-navbar-2157 .main-mainbar-1403 .head-wrap-1723:hover a {
    transform: translateZ(10px);
    color: rgb(198,154,165);
}header .header-navbar-2157 .main-mainbar-1403 .head-wrap-1723:hover a::before,
header .header-navbar-2157 .main-mainbar-1403 .head-wrap-1723:hover a::after {
    opacity: 0.1;
}header .header-navbar-2157 .main-mainbar-1403 .head-wrap-1723:hover a::before {
    transform: translateZ(-5px) rotateX(15deg);
}header .header-navbar-2157 .main-mainbar-1403 .head-wrap-1723:hover a::after {
    transform: translateZ(-10px) rotateX(-15deg);
}

@media (max-width: 992px) {header .header-navbar-2157 {
    padding: 15px;
    flex-direction: column;
}header .header-navbar-2157 .header-top-7821 {
    margin: 0 0 15px 0;
}header .header-navbar-2157 .main-mainbar-1403 {
    width: 100%;
    perspective: none;
    justify-content: center;
    flex-wrap: wrap;
}header .header-navbar-2157 .main-mainbar-1403 .head-wrap-1723 a {
    transform-style: flat;
    padding: 10px 15px;
    font-size: calc(17px - 1px);
}header .header-navbar-2157 .main-mainbar-1403 .head-wrap-1723:hover a {
    transform: none;
}header .header-navbar-2157 .main-mainbar-1403 .head-wrap-1723 a::before,
    header .header-navbar-2157 .main-mainbar-1403 .head-wrap-1723 a::after {
    display: none;
}
}

@media (max-width: 767px) {header .header-navbar-2157 .main-mainbar-1403 .head-wrap-1723 a {
    padding: 8px 12px;
    font-size: calc(17px - 2px);
}}.program-information-4198 {
    background-color: #000000;
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}.program-information-4198::before {
    left: 0;
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
    height: 100%;
    z-index: 1;
    background: 
        radial-gradient(circle at 30% 20%, rgb(198,154,165,0.5) 0%, transparent 40%),
        radial-gradient(circle at 70% 80%, rgb(179,101,140,0.5) 0%, transparent 40%);
}.program-information-4198::after {
    position: absolute;
    content: "";
    height: 100%;
    left: 0;
    background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.01) 0px, rgba(255, 255, 255, 0.01) 1px, transparent 1px, transparent 10px);
    top: 0;
    width: 100%;
    z-index: 1;
}.program-information-4198 .container {
    z-index: 2;
    position: relative;
}.program-information-4198 .program-guide-1267 {
    display: grid;
    grid-template-areas:
        "image title"
        "desc1 desc2";
    grid-template-rows: auto 1fr;
    min-height: 500px;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}.program-information-4198 .info-section-6701 {
    display: contents;
}.program-information-4198 .info-section-6701 h2 {
    padding: 30px;
    font-size: 29px;
    border-radius: 26px;
    font-weight: 700;
    backdrop-filter: blur(5px);
    border-left: 3px solid rgb(198,154,165);
    margin: 0;
    opacity: 0;
    align-self: center;
    transform: translateX(-30px);
    animation: slide-in 0.8s forwards 0.2s;
    background: linear-gradient(135deg, rgba(0,0,0,0.3) 0%, transparent 100%);
    grid-area: title;
    color: #ffffff;
}.program-information-4198 .info-section-6701 .description:nth-of-type(1) {
    transform: translateY(30px);
    grid-area: desc1;
    animation: fade-up 0.8s forwards 0.4s;
    opacity: 0;
}.program-information-4198 .info-section-6701 .description:nth-of-type(2) {
    transform: translateY(30px);
    opacity: 0;
    animation: fade-up 0.8s forwards 0.6s;
    grid-area: desc2;
}.program-information-4198 .info-section-6701 .description {
    border-radius: 26px;
    line-height: 1.8;
    border-top: 3px solid rgb(179,101,140);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    padding: 25px;
    background: rgba(0, 0, 0, 0.2);
    margin: 0;
    color: #000000;
    overflow: hidden;
    position: relative;
    backdrop-filter: blur(5px);
    font-size: 15px;
}.program-information-4198 .info-section-6701 .description::before {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, transparent 100%);
    content: "";
    pointer-events: none;
    position: absolute;
}.program-information-4198 .img-shadow-2597 {
    position: relative;
    overflow: hidden;
    grid-area: image;
    border-radius: 26px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    min-height: 100%;
}.program-information-4198 .img-shadow-2597::before {
    width: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.5) 0%, transparent 100%);
    height: 100%;
    content: "";
    position: absolute;
    z-index: 1;
}

@keyframes slide-in {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fade-up {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: rotate(45deg) scale(1);
        opacity: 0.6;
    }
    50% {
        transform: rotate(45deg) scale(1.2);
        opacity: 0.8;
    }
}

@keyframes scan {
    0% {
        top: 0;
        opacity: 0;
    }
    5% {
        opacity: 0.5;
    }
    95% {
        opacity: 0.5;
    }
    100% {
        top: 100%;
        opacity: 0;
    }
}

@media (max-width: 991px) {.program-information-4198 {
    padding: 80px 0;
}.program-information-4198 .program-guide-1267 {
    grid-template-areas:
            "image image"
            "title title"
            "desc1 desc2";
    min-height: auto;
}.program-information-4198 .img-shadow-2597 {
    height: 400px;
}
}

@media (max-width: 767px) {.program-information-4198 {
    padding: 60px 0;
}.program-information-4198 .program-guide-1267 {
    grid-template-columns: 1fr;
    gap: 20px;
    grid-template-areas:
            "image"
            "title"
            "desc1"
            "desc2";
}.program-information-4198 .img-shadow-2597 {
    height: 350px;
}.program-information-4198 .info-section-6701 h2 {
    font-size: calc(29px * 0.9);
    padding: 20px;
}.program-information-4198 .info-section-6701 .description {
    padding: 20px;
}

}

@media (max-width: 480px) {.program-information-4198 {
    padding: 40px 0;
}.program-information-4198 .img-shadow-2597 {
    height: 250px;
}.program-information-4198 .info-section-6701 h2 {
    font-size: calc(29px * 0.8);
    padding: 15px;
}.program-information-4198 .info-section-6701 .description {
    font-size: calc(15px * 0.95);
    padding: 15px;
}.program-information-4198 .tech-element {
    display: none;
}}.sign-up-9520 {
    overflow: hidden;
    position: relative;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgb(179,101,140,0.5), rgb(198,154,165));
}.sign-up-9520::before {
    transform: rotate(-15deg);
    content: "";
    width: 300px;
    position: absolute;
    z-index: 0;
    height: 300px;
    right: -5%;
    opacity: 0.2;
    top: -10%;
    background: radial-gradient(circle, rgb(255, 255, 255, 0.5) 0%, transparent 70%);
}.sign-up-9520::after {
    width: 200px;
    position: absolute;
    z-index: 0;
    height: 200px;
    content: "";
    background: radial-gradient(circle, rgb(255, 255, 255, 0.5) 0%, transparent 70%);
    bottom: -8%;
    left: -5%;
    opacity: 0.15;
}.sign-up-9520 .container {
    margin: 0 auto;
    position: relative;
    z-index: 1;
    max-width: 1200px;
}.sign-up-9520 .impact-facts-3487 {
    gap: 2rem;
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    padding: 3rem 2rem;
    backdrop-filter: blur(10px);
    background: linear-gradient(145deg, rgba(255,255,255,0.1), rgba(255,255,255,0.03));
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.sign-up-9520 .impact-facts-3487::before {
    content: "";
    height: 100%;
    top: 0;
    animation: lightSweep 8s ease-in-out infinite;
    left: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
}.sign-up-9520 h4 {
    max-width: 700px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.15);
    margin: 0;
    line-height: 1.4;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    color: #ffffff;
    font-weight: 600;
    transform: translateY(0);
    text-align: center;
    font-size: calc(19px * 1.1);
    letter-spacing: 0.015em;
}.sign-up-9520 .input_holder {
    max-width: 500px;
    display: flex;
    width: 100%;
    gap: 1rem;
    position: relative;
    flex-direction: column;
}.sign-up-9520 .input_holder::after {
    background: linear-gradient(90deg, transparent, rgb(255, 255, 255, 0.5), transparent);
    height: 1px;
    position: absolute;
    width: 90%;
    content: "";
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
}.sign-up-9520 .input_holder span {
    width: 100%;
    position: relative;
}.sign-up-9520 input[type="email"] {
    color: #ffffff;
    border: 1px solid rgba(255,255,255,0.2);
    background: rgba(255,255,255,0.1);
    font-family: Arial, sans-serif;
    backdrop-filter: blur(5px);
    width: 100%;
    outline: none;
    font-size: 17px;
    transition: all 0.3s ease;
    padding: 1rem 1.5rem;
}.sign-up-9520 input[type="email"]::placeholder {
    color: rgba(255,255,255,0.7);
}.sign-up-9520 input[type="email"]:focus {
    box-shadow: 0 0 15px rgba(255,255,255,0.1);
    transform: translateY(-2px);
    background: rgba(255,255,255,0.15);
    border-color: rgb(179,101,140);
}.sign-up-9520 .updates-widget-9750 {
    cursor: pointer;
    width: 100%;
    border: none;
    background: rgb(198,154,165);
    position: relative;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 0.05em;
    transform: translateZ(0);
    overflow: hidden;
    font-family: Arial, sans-serif;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    font-size: 17px;
    padding: 1rem;
}.sign-up-9520 .updates-widget-9750::before {
    height: 100%;
    content: "";
    width: 100%;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    position: absolute;
    top: 0;
    transition: all 0.6s ease;
}.sign-up-9520 .updates-widget-9750:hover {
    transform: translateY(-3px) translateZ(0);
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
    background: rgb(179,101,140);
}.sign-up-9520 .updates-widget-9750:hover::before {
    left: 100%;
}.sign-up-9520 .updates-widget-9750:active {
    transform: translateY(0) translateZ(0);
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}

@keyframes lightSweep {
    0% {
        opacity: 0;
        transform: translateX(-100%) skewX(-15deg);
    }
    20% {
        opacity: 0.3;
    }
    60% {
        opacity: 0;
    }
    100% {
        opacity: 0;
        transform: translateX(100%) skewX(-15deg);
    }
}

@media (min-width: 768px) {.sign-up-9520 {
    padding: 5rem 3rem;
}.sign-up-9520 .impact-facts-3487 {
    flex-direction: row;
    gap: 3rem;
    transform: perspective(1000px) rotateX(1deg);
    padding: 3.5rem 3rem;
}.sign-up-9520 h4 {
    flex: 1;
    text-align: left;
}.sign-up-9520 .input_holder {
    max-width: none;
    flex: 1;
}.sign-up-9520 .input_holder::after {
    display: none;
}
}

@media (max-width: 767px) {.sign-up-9520 .impact-facts-3487 {
    padding: 2.5rem 1.5rem;
}.sign-up-9520 h4 {
    font-size: calc(21px * 1.1);
}.sign-up-9520 input[type="email"],
    .sign-up-9520 .updates-widget-9750 {
    padding: 0.8rem 1.2rem;
}
}

@media (hover: none) {.sign-up-9520 .updates-widget-9750:hover {
    transform: none;
    box-shadow: none;
}
}

@media (prefers-reduced-motion: reduce) {.sign-up-9520 .impact-facts-3487::before {
    animation: none;
}.sign-up-9520 input[type="email"]:focus,
    .sign-up-9520 .updates-widget-9750:hover,
    .sign-up-9520 .updates-widget-9750:active {
    transform: none;
}}.mentorship-profile-5124 {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, #000000 0%, rgb(231,218,222) 100%);
    padding: 140px 0;
}.mentorship-profile-5124::before {
    background: 
    radial-gradient(circle at 25% 25%, rgb(198,154,165,0.5) 0%, transparent 40%),
    radial-gradient(circle at 75% 75%, rgb(179,101,140,0.5) 0%, transparent 40%);
    mix-blend-mode: screen;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    position: absolute;
    animation: morphBackground 15s infinite alternate ease-in-out;
    height: 100%;
}.mentorship-profile-5124 .container {
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
}.mentorship-profile-5124 .rating-reviews-0812 {
    position: relative;
    gap: 20px 40px;
    display: grid;
    grid-template-areas:
    "photo name"
    "photo job"
    "quote quote";
    grid-template-rows: auto auto 1fr;
    grid-template-columns: 35% 1fr;
}.mentorship-profile-5124 .img-shadow-2597 {
    height: 420px;
    grid-area: photo;
    transform: perspective(1000px) rotateY(-8deg);
    box-shadow: 
    20px 20px 30px rgba(0, 0, 0, 0.5),
    -10px -10px 30px rgb(198,154,165,0.5);
    border-radius: 26px;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    clip-path: polygon(0 0, 100% 10%, 90% 100%, 0 90%);
    position: relative;
    z-index: 3;
}.mentorship-profile-5124 .img-shadow-2597::before {
    border-radius: 26px;
    position: absolute;
    background: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    inset: 0;
    mix-blend-mode: multiply;
    content: "";
}.mentorship-profile-5124 .rating-reviews-0812:hover .img-shadow-2597 {
    transform: perspective(1000px) rotateY(-4deg) translateZ(20px);
}.mentorship-profile-5124 .name {
    align-self: end;
    transform-origin: left center;
    grid-area: name;
    font-size: 28px;
    color: #ffffff;
    font-weight: 700;
    transform: perspective(1000px) rotateY(5deg);
    margin: 0;
    padding-left: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.mentorship-profile-5124 .name::after {
    transition: transform 0.5s ease;
    transform: scaleX(0.6);
    width: 60px;
    content: "";
    left: 20px;
    bottom: -8px;
    position: absolute;
    height: 4px;
    background: rgb(198,154,165);
    transform-origin: left;
}.mentorship-profile-5124 .rating-reviews-0812:hover .name {
    transform: perspective(1000px) rotateY(2deg) translateZ(15px);
}.mentorship-profile-5124 .rating-reviews-0812:hover .name::after {
    transform: scaleX(1);
}.mentorship-profile-5124 .rating-reviews-0812 > span:not(.name) {
    padding-left: 20px;
    grid-area: job;
    font-weight: 600;
    transform: perspective(1000px) rotateY(5deg);
    text-transform: uppercase;
    color: rgb(179,101,140);
    margin-top: 5px;
    font-size: 20px;
    transform-origin: left center;
    letter-spacing: 1px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.mentorship-profile-5124 .rating-reviews-0812:hover > span:not(.name) {
    transform: perspective(1000px) rotateY(2deg) translateZ(10px);
}.mentorship-profile-5124 .past-experience-7082 {
    grid-area: quote;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    z-index: 2;
    color: #ffffff;
    font-weight: 300;
    border-radius: 26px;
    line-height: 1.7;
    font-size: 13px;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    margin: 30px 0 0;
    transform: translateY(0);
    border-left: 4px solid rgb(198,154,165);
    padding: 35px;
}.mentorship-profile-5124 .past-experience-7082::before {
    opacity: 0.7;
    left: 25px;
    top: -15px;
    color: rgb(198,154,165);
    font-size: calc(48px * 2);
    content: "";
    position: absolute;
}.mentorship-profile-5124 .rating-reviews-0812:hover .past-experience-7082 {
    transform: translateY(-10px);
}

@keyframes morphBackground {
  0%, 100% {
    opacity: 0.7;
    transform: scale(1) rotate(0deg);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.1) rotate(5deg);
  }
}

@media (max-width: 992px) {.mentorship-profile-5124 {
    padding: 80px 0;
}.mentorship-profile-5124 .rating-reviews-0812 {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    grid-template-areas:
      "img-shadow-2597"
      "name"
      "job-content-7143"
      "past-experience-7082";
    gap: 15px;
}.mentorship-profile-5124 .img-shadow-2597 {
    height: 320px;
    margin: 0 auto;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    transform: none;
    max-width: 320px;
}.mentorship-profile-5124 .name,
  .mentorship-profile-5124 .rating-reviews-0812 > span:not(.name) {
    transform: none;
    text-align: center;
    padding-left: 0;
}.mentorship-profile-5124 .name::after {
    transform: translateX(-50%) scaleX(0.6);
    left: 50%;
}.mentorship-profile-5124 .rating-reviews-0812:hover .name::after {
    transform: translateX(-50%) scaleX(1);
}.mentorship-profile-5124 .past-experience-7082 {
    margin-top: 20px;
}.mentorship-profile-5124 .rating-reviews-0812:hover .img-shadow-2597,
  .mentorship-profile-5124 .rating-reviews-0812:hover .name,
  .mentorship-profile-5124 .rating-reviews-0812:hover > span:not(.name),
  .mentorship-profile-5124 .rating-reviews-0812:hover .past-experience-7082 {
    transform: none;
}
}

@media (max-width: 576px) {.mentorship-profile-5124 {
    padding: 60px 0;
}.mentorship-profile-5124 .img-shadow-2597 {
    max-width: 250px;
    height: 250px;
}.mentorship-profile-5124 .name {
    font-size: 24px;
}.mentorship-profile-5124 .past-experience-7082 {
    font-size: calc(13px * 0.95);
    padding: 25px 20px;
}}.welcome-5641 {
    font-family: Arial, sans-serif;
    position: relative;
    width: 100%;
    overflow: hidden;
}.welcome-5641 .page-base-5482 {
    display: flex;
    justify-content: center;
    min-height: 100vh;
    align-items: center;
    position: relative;
}.welcome-5641 .page-base-5482::before {
    bottom: 0;
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.4) 100%);
}.welcome-5641 .learn-lab-5803 {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
    transform: perspective(1000px) rotateX(2deg);
    z-index: 2;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    padding: 5rem 3rem;
    position: relative;
    box-sizing: border-box;
    backdrop-filter: blur(5px);
    width: 90%;
    max-width: 1200px;
    background: linear-gradient(165deg, rgb(198,154,165,0.5) 0%, rgba(0, 0, 0, 0) 100%);
}.welcome-5641 .learn-lab-5803::before {
    content: "";
    opacity: 0.05;
    width: 100%;
    z-index: -1;
    top: 0;
    position: absolute;
    height: 100%;
    background: repeating-linear-gradient(
    -45deg,
    rgb(179,101,140,0.5) 0px,
    rgb(179,101,140,0.5) 1px,
    transparent 1px,
    transparent 10px
  );
    left: 0;
}.welcome-5641 .learn-lab-5803 > div {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeIn 0.8s forwards;
}.welcome-5641 .learn-lab-5803 > div:nth-child(1) {
    animation-delay: 0.2s;
}.welcome-5641 .learn-lab-5803 > div:nth-child(2) {
    animation-delay: 0.5s;
}.welcome-5641 .learn-lab-5803 > div:nth-child(3) {
    animation-delay: 0.8s;
}.welcome-5641 p {
    opacity: 0.9;
    border-left: 3px solid rgb(179,101,140);
    transform: translateX(-20px);
    color: #ffffff;
    font-weight: 600;
    font-size: calc(14px * 1.2);
    line-height: 1.6;
    padding-left: 2rem;
    max-width: 90%;
    letter-spacing: 0.5px;
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}.welcome-5641 .title_style_header {
    transform-origin: left center;
    margin: 0 0 2rem;
    background-clip: text !important;
    padding-right: 5%;
    transition: transform 0.5s ease;
    -webkit-background-clip: text !important;
    line-height: 1.2;
    font-size: calc(47px * 1.5);
    color: #ffffff;
    color: transparent;
    background: linear-gradient(90deg, #ffffff 0%, rgb(179,101,140) 100%);
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    transform: scale(1.02);
    font-weight: 700;
}.welcome-5641 h3 {
    color: #ffffff;
    font-weight: 400;
    line-height: 1.6;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    position: relative;
    letter-spacing: 0.3px;
    padding-right: 2rem;
    padding-bottom: 1rem;
    max-width: 90%;
    margin: 0;
    opacity: 0.85;
    font-size: calc(18px * 1.2);
}.welcome-5641 h3::after {
    position: absolute;
    bottom: -10px;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(179,101,140), transparent);
    width: 50%;
    right: 10%;
    height: 2px;
}

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

@media (min-width: 992px) {.welcome-5641 .learn-lab-5803 {
    display: grid;
    grid-gap: 2rem;
    align-items: center;
    grid-template-columns: repeat(12, 1fr);
    padding: 5rem;
}.welcome-5641 .learn-lab-5803 > div:nth-child(1) {
    grid-column: 1 / 7;
}.welcome-5641 .learn-lab-5803 > div:nth-child(2) {
    grid-column: 1 / 12;
}.welcome-5641 .learn-lab-5803 > div:nth-child(3) {
    grid-column: 3 / 12;
}.welcome-5641 p {
    font-size: calc(14px * 1.4);
    padding-left: 2.5rem;
    max-width: 100%;
}.welcome-5641 .title_style_header {
    font-size: calc(47px * 1.8);
    margin-bottom: 3rem;
}.welcome-5641 h3 {
    font-size: calc(18px * 1.3);
}
}

@media (max-width: 991px) {.welcome-5641 .page-base-5482 {
    min-height: 80vh;
}.welcome-5641 .learn-lab-5803 {
    padding: 4rem 2.5rem;
    width: 95%;
}
}

@media (max-width: 767px) {.welcome-5641 .page-base-5482 {
    min-height: 70vh;
}.welcome-5641 .learn-lab-5803 {
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
    padding: 3rem 2rem;
}.welcome-5641 p {
    font-size: 14px;
    padding-left: 1.5rem;
}.welcome-5641 .title_style_header {
    font-size: calc(47px * 1.2);
    margin-bottom: 1.5rem;
}.welcome-5641 h3 {
    font-size: 18px;
    padding-right: 0;
}
}

@media (max-width: 575px) {.welcome-5641 .page-base-5482 {
    min-height: 100vh;
}.welcome-5641 .learn-lab-5803 {
    transform: perspective(1000px) rotateX(0deg);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    padding: 2.5rem 1.5rem;
    width: 100%;
}.welcome-5641 p {
    padding-left: 1rem;
    font-size: calc(14px * 0.9);
    border-left-width: 2px;
}.welcome-5641 .title_style_header {
    font-size: calc(47px * 1.1);
    margin-bottom: 1.25rem;
}.welcome-5641 h3 {
    font-size: calc(18px * 0.9);
}.welcome-5641 h3::after {
    width: 70%;
}}

.welcome-5641 .learn-lab-5803:hover .title_style_header {
    transform: scale(1.03);
}.confidential-refuge-3061 {
    background: #ffffff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    height: auto;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.5);
    overflow: hidden;
    padding: 50px;
}.confidential-refuge-3061 h1 {
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-top: 40px;
    font-size: 40px;
    text-align: center;
    border-bottom: 2px solid rgb(198,154,165);
    color: rgb(198,154,165);
    margin-bottom: 20px;
}.confidential-refuge-3061 h2 {
    font-size: 28px;
    text-align: left;
    padding-left: 10px;
    font-weight: 600;
    color: rgb(179,101,140);
    border-left: 4px solid rgb(198,154,165);
    margin-bottom: 20px;
    margin-top: 30px;
    text-transform: uppercase;
}.confidential-refuge-3061 ul, .confidential-refuge-3061 ol {
    margin: 20px 0;
    padding-left: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    list-style: none;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    padding: 20px 0;
}.confidential-refuge-3061 ul li, .confidential-refuge-3061 ol li {
    position: relative;
    color: #000000;
    font-size: 17px;
    padding-left: 20px;
    margin-bottom: 15px;
}.confidential-refuge-3061 ul li::before, .confidential-refuge-3061 ol li::before {
    width: 6px;
    background: rgb(198,154,165);
    border-radius: 50%;
    content: '';
    left: 0;
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    height: 6px;
}.confidential-refuge-3061 p, .confidential-refuge-3061 span, .confidential-refuge-3061 div {
    line-height: 1.8;
    color: #000000;
    margin-bottom: 20px;
    font-size: 17px;
    font-family: Arial, sans-serif;
}.confidential-refuge-3061 div.container {
    max-width: 1000px;
    margin: 0 auto;
}

@media only screen and (max-width: 800px) {.confidential-refuge-3061 {
    border-radius: 10px;
    padding: 30px;
}.confidential-refuge-3061 h1 {
    font-size: calc(24px - 5px);
}.confidential-refuge-3061 h2 {
    font-size: calc(24px - 5px);
}.confidential-refuge-3061 ul, .confidential-refuge-3061 ol {
    margin: 10px 0;
    padding: 10px 0;
}.confidential-refuge-3061 ul li, .confidential-refuge-3061 ol li {
    font-size: 17px;
    padding-left: 15px;
}}.data-summary-6513 {
    background: linear-gradient(135deg, rgb(231,218,222) 0%, rgb(198,154,165,0.5) 100%);
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    z-index: 1;
}.data-summary-6513::before {
    width: 100%;
    z-index: -1;
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
    background: linear-gradient(to right, rgb(231,218,222) 0%, transparent 70%);
    content: "";
}.data-summary-6513::after {
    background-size: cover;
    background-position: center;
    top: 0;
    right: 0;
    background-image: radial-gradient(circle at 70% 30%, rgb(198,154,165,0.5) 0%, transparent 50%),
                      radial-gradient(circle at 30% 70%, rgb(179,101,140,0.5) 0%, transparent 50%);
    opacity: 0.4;
    content: "";
    position: absolute;
    height: 100%;
    z-index: -2;
    width: 70%;
}.data-summary-6513 .container {
    align-items: stretch;
    padding: 0;
    margin: 0 auto;
    flex-direction: row;
    position: relative;
    justify-content: space-between;
    display: flex;
    max-width: 1400px;
}.data-summary-6513 .extra-experts-9083 {
    position: relative;
    background: linear-gradient(135deg, rgb(198,154,165,0.5) 0%, transparent 100%);
    flex-direction: column;
    justify-content: center;
    padding: 60px;
    flex: 0 0 30%;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    z-index: 2;
}.data-summary-6513 .extra-experts-9083::before {
    top: 0;
    left: 0;
    content: "";
    background: linear-gradient(to bottom, rgb(198,154,165), rgb(179,101,140));
    height: 100%;
    position: absolute;
    width: 10px;
}.data-summary-6513 .statistics-experts-8345 {
    padding-bottom: 20px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px;
    font-size: 34px;
    position: relative;
    color: #000000;
}.data-summary-6513 .statistics-experts-8345::after {
    left: 0;
    background: rgb(179,101,140);
    width: 80px;
    position: absolute;
    content: "";
    bottom: 0;
    height: 3px;
}.data-summary-6513 .smart-pros-5703 {
    font-size: 13px;
    max-width: 500px;
    line-height: 1.8;
    margin: 0;
    color: #000000;
}.data-summary-6513 .top-statistics-9541 {
    padding: 0;
    position: relative;
    display: flex;
    flex: 0 0 70%;
    flex-wrap: wrap;
}.data-summary-6513 .study-statistics-2504 {
    overflow: hidden;
    height: 33.333%;
    flex: 0 0 calc(100% / 3);
    transition: all 0.4s ease;
    padding: 25px 20px;
    z-index: 1;
    justify-content: center;
    display: flex;
    position: relative;
    align-items: center;
    flex-direction: column;
    text-align: center;
}.data-summary-6513 .study-statistics-2504:nth-child(1) {
    background: rgba(255, 255, 255, 0.1);
}.data-summary-6513 .study-statistics-2504:nth-child(2) {
    background: rgba(255, 255, 255, 0.15);
}.data-summary-6513 .study-statistics-2504:nth-child(3) {
    background: rgba(255, 255, 255, 0.2);
}.data-summary-6513 .study-statistics-2504:nth-child(4) {
    background: rgba(255, 255, 255, 0.15);
}.data-summary-6513 .study-statistics-2504:nth-child(5) {
    background: rgba(255, 255, 255, 0.1);
}.data-summary-6513 .study-statistics-2504:nth-child(6) {
    background: rgba(255, 255, 255, 0.05);
}.data-summary-6513 .study-statistics-2504:nth-child(7) {
    background: rgba(255, 255, 255, 0.1);
}.data-summary-6513 .study-statistics-2504:nth-child(8) {
    background: rgba(255, 255, 255, 0.15);
}.data-summary-6513 .study-statistics-2504:nth-child(9) {
    background: rgba(255, 255, 255, 0.2);
}.data-summary-6513 .study-statistics-2504::before {
    background: linear-gradient(to right, rgb(198,154,165,0.5), rgb(179,101,140,0.5));
    height: 0;
    z-index: -1;
    content: "";
    bottom: 0;
    left: 0;
    position: absolute;
    transition: all 0.4s ease;
    width: 100%;
}.data-summary-6513 .study-statistics-2504:hover::before {
    height: 100%;
}.data-summary-6513 .study-statistics-2504::after {
    bottom: 0;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    content: "";
    height: 3px;
    width: 0;
    background: rgb(198,154,165);
    position: absolute;
}.data-summary-6513 .study-statistics-2504:hover::after {
    width: 100%;
}.data-summary-6513 .study-statistics-2504 h4 {
    font-weight: 700;
    color: rgb(198,154,165);
    margin: 0 0 12px;
    position: relative;
    transition: all 0.4s ease;
    line-height: 1;
    font-size: 2.8rem;
}.data-summary-6513 .study-statistics-2504:hover h4 {
    transform: translateY(-5px);
    color: #000000;
}.data-summary-6513 .study-statistics-2504 span {
    transition: all 0.4s ease;
    font-size: calc(13px * 0.9);
    position: relative;
    color: #000000;
    padding: 0 5px;
}.data-summary-6513 .study-statistics-2504:hover span {
    color: #000000;
}.data-summary-6513 svg {
    height: 24px;
    width: 24px;
    top: 15px;
    fill: rgb(198,154,165);
    transition: all 0.4s ease;
    opacity: 0.6;
    position: absolute;
    right: 15px;
}.data-summary-6513 svg path {
    fill: rgb(198,154,165);
    transition: all 0.4s ease;
}.data-summary-6513 .study-statistics-2504:hover svg {
    transform: rotate(15deg) scale(1.2);
    opacity: 1;
}.data-summary-6513 .study-statistics-2504:hover svg path {
    fill: rgb(179,101,140);
}

@media (max-width: 1400px) {.data-summary-6513 .study-statistics-2504 h4 {
    font-size: 2.5rem;
}.data-summary-6513 .study-statistics-2504 {
    padding: 20px 15px;
}
}

@media (max-width: 1200px) {.data-summary-6513 .container {
    max-width: 100%;
}.data-summary-6513 .extra-experts-9083 {
    padding: 40px;
}.data-summary-6513 .study-statistics-2504 {
    flex: 0 0 50%;
    height: 25%;
}.data-summary-6513 .study-statistics-2504 h4 {
    font-size: 2.3rem;
}
}

@media (max-width: 992px) {.data-summary-6513 {
    padding: 80px 0;
}.data-summary-6513 .container {
    flex-direction: column;
}.data-summary-6513 .extra-experts-9083 {
    padding: 40px 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    flex: 0 0 auto;
    border-right: none;
    width: 100%;
}.data-summary-6513 .extra-experts-9083::before {
    top: auto;
    width: 100%;
    bottom: 0;
    height: 5px;
}.data-summary-6513 .top-statistics-9541 {
    width: 100%;
    flex: 0 0 auto;
}.data-summary-6513 .study-statistics-2504 {
    flex: 0 0 33.333%;
    height: 160px;
}.data-summary-6513 .statistics-experts-8345 {
    margin-bottom: 20px;
    font-size: calc(34px * 0.9);
}
}

@media (max-width: 768px) {.data-summary-6513 {
    padding: 60px 0;
}.data-summary-6513 .top-statistics-9541 {
    flex-wrap: wrap;
    height: auto;
}.data-summary-6513 .study-statistics-2504 {
    height: auto;
    min-height: 140px;
    flex: 0 0 50%;
}.data-summary-6513 .study-statistics-2504 h4 {
    font-size: 2.2rem;
    margin-bottom: 10px;
}.data-summary-6513 .statistics-experts-8345 {
    font-size: calc(34px * 0.8);
    padding-bottom: 15px;
}.data-summary-6513 .smart-pros-5703 {
    font-size: calc(13px * 0.95);
}.data-summary-6513 svg {
    right: 12px;
    top: 12px;
    height: 20px;
    width: 20px;
}
}

@media (max-width: 480px) {.data-summary-6513 {
    padding: 50px 0;
}.data-summary-6513 .extra-experts-9083 {
    padding: 30px 20px;
}.data-summary-6513 .study-statistics-2504 {
    padding: 15px;
    min-height: 120px;
    flex: 0 0 100%;
}.data-summary-6513 .study-statistics-2504 h4 {
    font-size: 2rem;
}.data-summary-6513 .study-statistics-2504 span {
    font-size: calc(13px * 0.85);
}.data-summary-6513 .statistics-experts-8345 {
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: calc(34px * 0.7);
}.data-summary-6513 .statistics-experts-8345::after {
    height: 2px;
    width: 60px;
}}.pricing-panel-0856 {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.pricing-panel-0856::before {
    left: 0;
    content: "";
    background: linear-gradient(135deg, rgb(198,154,165,0.5), rgba(0, 0, 0, 0.5) 90%);
    z-index: 1;
    width: 100%;
    top: 0;
    position: absolute;
    height: 100%;
}.pricing-panel-0856 .container {
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
}.pricing-panel-0856 .cost-levels-9754 {
    position: relative;
}.pricing-panel-0856 h2 {
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    line-height: 1.3;
    font-size: 30px;
}.pricing-panel-0856 h2::after {
    position: absolute;
    height: 3px;
    content: "";
    background: rgb(179,101,140);
    width: 80px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
}.pricing-panel-0856 .sub-options-5076 {
    color: #ffffff;
    max-width: 700px;
    text-align: center;
    margin: 30px auto 50px;
    line-height: 1.6;
    font-size: 12px;
}.pricing-panel-0856 .qtr-cost-0321 {
    gap: 30px;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
}.pricing-panel-0856 .qtr-cost-0321 li {
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
}.pricing-panel-0856 .qtr-cost-0321 li:hover {
    transform: translateY(-10px);
}.pricing-panel-0856 .price-grid-4869 {
    display: block;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    height: 100%;
}.pricing-panel-0856 .deal-board-5940 {
    box-sizing: border-box;
    background: linear-gradient(145deg, rgba(255,255,255,0.1), rgba(255,255,255,0.03));
    padding: 40px 30px;
    border-left: 3px solid rgb(179,101,140);
    border: 1px solid rgba(255,255,255,0.1);
    position: relative;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    border-radius: 10px;
    -webkit-backdrop-filter: blur(10px);
    height: 100%;
    transition: all 0.3s ease;
    overflow: hidden;
}.pricing-panel-0856 .deal-board-5940::before {
    background: linear-gradient(45deg, rgb(198,154,165,0.5), transparent);
    content: "";
    height: 100%;
    transition: opacity 0.3s ease;
    opacity: 0;
    left: 0;
    position: absolute;
    width: 100%;
    pointer-events: none;
    top: 0;
}.pricing-panel-0856 .price-grid-4869:hover .deal-board-5940::before {
    opacity: 0.15;
}.pricing-panel-0856 .deal-board-5940::after {
    content: "";
    opacity: 0.1;
    width: 100px;
    z-index: -1;
    transition: transform 0.5s ease;
    position: absolute;
    border-radius: 50%;
    background: rgb(179,101,140);
    right: -30px;
    height: 100px;
    top: -30px;
}.pricing-panel-0856 .price-grid-4869:hover .deal-board-5940::after {
    transform: scale(1.2);
}.pricing-panel-0856 .indv-cost-9408 {
    display: flex;
    height: 100%;
    position: relative;
    flex-direction: column;
    z-index: 2;
}.pricing-panel-0856 .indv-cost-9408 h4 {
    font-size: 20px;
    display: inline-block;
    margin: 0 0 20px;
    font-weight: 600;
    position: relative;
    padding-bottom: 12px;
    color: #ffffff;
}.pricing-panel-0856 .indv-cost-9408 h4::after {
    width: 40px;
    bottom: 0;
    left: 0;
    transition: width 0.3s ease;
    content: "";
    height: 2px;
    position: absolute;
    background: rgb(179,101,140);
}.pricing-panel-0856 .price-grid-4869:hover .indv-cost-9408 h4::after {
    width: 60px;
}.pricing-panel-0856 .indv-cost-9408 p {
    opacity: 0.85;
    overflow-wrap: break-word;
    word-wrap: break-word;
    font-size: calc(12px - 2px);
    margin: 0 0 25px;
    line-height: 1.5;
    color: #ffffff;
    word-break: break-word;
    flex-grow: 1;
}.pricing-panel-0856 .fee-offers-7305 {
    padding: 15px 0 0;
    position: relative;
    border-top: 1px solid rgba(255,255,255,0.1);
    font-weight: 700;
    color: #ffffff;
    font-size: calc(20px + 4px);
    display: block;
    margin-top: auto;
}.pricing-panel-0856 .fee-offers-7305::before {
    content: "";
    position: absolute;
    height: 1px;
    top: -1px;
    left: 0;
    background: rgb(179,101,140);
    width: 30%;
}

@media (min-width: 992px) {.pricing-panel-0856 .qtr-cost-0321 {
    grid-template-columns: repeat(4, 1fr);
}.pricing-panel-0856 .deal-board-5940 {
    padding: 35px 25px;
}.pricing-panel-0856 h2 {
    font-size: calc(30px + 4px);
}
}

@media (min-width: 768px) and (max-width: 991px) {.pricing-panel-0856 .qtr-cost-0321 {
    grid-template-columns: repeat(2, 1fr);
}.pricing-panel-0856 {
    padding: 100px 0;
}
}

@media (max-width: 767px) {.pricing-panel-0856 {
    padding: 80px 0;
}.pricing-panel-0856 .qtr-cost-0321 {
    grid-template-columns: 1fr;
}.pricing-panel-0856 h2 {
    font-size: calc(30px - 2px);
}.pricing-panel-0856 .sub-options-5076 {
    margin-bottom: 30px;
    font-size: calc(12px - 1px);
}.pricing-panel-0856 .indv-cost-9408 p {
    overflow-y: auto;
    max-height: 300px;
    padding-right: 10px;
    font-size: calc(12px - 3px);
}.pricing-panel-0856 .indv-cost-9408 p::-webkit-scrollbar {
    width: 3px;
}.pricing-panel-0856 .indv-cost-9408 p::-webkit-scrollbar-thumb {
    background: rgb(179,101,140);
}
}

@media (max-width: 480px) {.pricing-panel-0856 .deal-board-5940 {
    padding: 30px 20px;
}.pricing-panel-0856 h2 {
    font-size: calc(30px - 4px);
}.pricing-panel-0856 .fee-offers-7305 {
    font-size: calc(20px + 2px);
}}.teaching-process-8372 {
    background: rgb(231,218,222);
    position: relative;
    overflow: hidden;
    padding: 8rem 2rem;
}.teaching-process-8372::before {
    position: absolute;
    z-index: 0;
    background: rgb(198,154,165,0.5);
    height: 100%;
    animation: floatCircle 15s infinite alternate ease-in-out;
    width: 100%;
    left: -30%;
    top: -30%;
    filter: blur(120px);
    content: "";
    opacity: 0.25;
    border-radius: 50%;
}.teaching-process-8372::after {
    border-radius: 50%;
    filter: blur(120px);
    opacity: 0.25;
    background: rgb(179,101,140,0.5);
    position: absolute;
    width: 100%;
    bottom: -30%;
    height: 100%;
    animation: floatCircle 15s infinite alternate-reverse ease-in-out;
    z-index: 0;
    right: -30%;
    content: "";
}.teaching-process-8372 .impact-facts-3487 {
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 3rem;
    position: relative;
}.teaching-process-8372 h3 {
    color: #000000;
    font-size: 36px;
    margin: 0;
    position: relative;
    font-weight: 700;
    animation: slideInLeft 0.8s ease-out forwards;
    padding: 0;
}.teaching-process-8372 h3::before {
    width: 4rem;
    background: linear-gradient(90deg, rgb(198,154,165), rgb(179,101,140));
    position: absolute;
    left: 0;
    transform-origin: left;
    top: -1rem;
    border-radius: 10px;
    height: 4px;
    transform: scaleX(0);
    animation: expandLine 1s 0.4s forwards ease-out;
    content: "";
}.teaching-process-8372 h3::after {
    content: "";
    border-radius: 10px;
    left: 0;
    bottom: -1rem;
    background: rgb(198,154,165,0.5);
    transform-origin: left;
    position: absolute;
    animation: expandLine 1s 0.6s forwards ease-out;
    height: 4px;
    transform: scaleX(0);
    width: 2rem;
}.teaching-process-8372 span {
    animation: slideInRight 0.8s ease-out forwards;
    border-left: 2px solid rgb(179,101,140,0.5);
    line-height: 1.8;
    color: #000000;
    font-size: 15px;
    padding: 2rem;
    position: relative;
}.teaching-process-8372 span::before {
    animation: pulse 3s infinite;
    position: absolute;
    content: "";
    width: 8px;
    left: -5px;
    top: 0;
    height: 8px;
    border-radius: 50%;
    background: rgb(179,101,140);
}.teaching-process-8372 span::after {
    bottom: 0;
    left: -5px;
    border-radius: 50%;
    content: "";
    position: absolute;
    height: 8px;
    background: rgb(198,154,165);
    width: 8px;
    animation: pulse 3s 1.5s infinite;
}

@keyframes floatCircle {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(15%, 15%);
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes expandLine {
    to {
        transform: scaleX(1);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.7;
    }
}

@media (max-width: 992px) {.teaching-process-8372 {
    padding: 6rem 2rem;
}.teaching-process-8372 .impact-facts-3487 {
    gap: 2rem;
}.teaching-process-8372 h3 {
    font-size: calc(36px * 0.9);
}.teaching-process-8372 span {
    padding: 1.5rem;
}
}

@media (max-width: 768px) {.teaching-process-8372 {
    padding: 5rem 1.5rem;
}.teaching-process-8372 .impact-facts-3487 {
    grid-template-columns: 1fr;
    gap: 2rem;
}.teaching-process-8372 h3 {
    font-size: calc(36px * 0.8);
    text-align: center;
}.teaching-process-8372 h3::before,
    .teaching-process-8372 h3::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0);
}.teaching-process-8372 span {
    padding: 1.5rem;
    border-top: 2px solid rgb(179,101,140,0.5);
    font-size: calc(15px * 0.95);
    border-left: none;
}.teaching-process-8372 span::before,
    .teaching-process-8372 span::after {
    transform: translateX(-50%);
    left: 50%;
}.teaching-process-8372 span::before {
    left: 50%;
    top: -5px;
}.teaching-process-8372 span::after {
    top: -5px;
    left: calc(50% + 15px);
    bottom: auto;
}@keyframes expandLine {
        to {
            transform: translateX(-50%) scaleX(1);
        }
    }
    
    @keyframes pulse {
        0%, 100% {
            transform: translateX(-50%) scale(1);
            opacity: 1;
        }
        50% {
            transform: translateX(-50%) scale(1.5);
            opacity: 0.7;
        }
    }
}.connect-with-us-2741 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(
        -45deg, 
        rgb(231,218,222) 0%, 
        rgb(179,101,140,0.5) 100%
    );
    padding: 6rem 0;
}.connect-with-us-2741 .container {
    margin: 0 auto;
    padding: 0 1rem;
    max-width: 1400px;
}.connect-with-us-2741 .support-list-2675 {
    border-radius: 24px;
    position: relative;
    box-shadow: 0 25px 50px rgb(198,154,165,0.5);
    display: flex;
    align-items: stretch;
    background: rgb(179,101,140,0.5);
    overflow: hidden;
}.connect-with-us-2741 .img-shadow-2597 {
    transform: skew(-10deg);
    min-height: 600px;
    z-index: 2;
    margin-left: -5%;
    flex: 0 0 45%;
    position: relative;
}.connect-with-us-2741 .img-shadow-2597::before {
    top: 0;
    opacity: 0.7;
    transform: skew(10deg);
    z-index: 1;
    content: '';
    left: 0;
    height: 100%;
    width: 120%;
    background: linear-gradient(
        135deg, 
        rgb(198,154,165,0.5) 0%, 
        rgb(179,101,140,0.5) 100%
    );
    position: absolute;
}.connect-with-us-2741 .query-query-7630 {
    padding: 4rem 3rem 4rem 10%;
    position: relative;
    justify-content: center;
    display: flex;
    flex-direction: column;
    z-index: 3;
    flex: 0 0 55%;
}.connect-with-us-2741 h2 {
    font-weight: 700;
    color: #ffffff;
    text-align: left;
    position: relative;
    padding-left: 2rem;
    margin-bottom: 2.5rem;
    font-size: 41px;
}.connect-with-us-2741 h2::before {
    top: 50%;
    width: 1rem;
    content: '';
    transform: translateY(-50%);
    height: 1rem;
    background: rgb(198,154,165);
    position: absolute;
    border-radius: 50%;
    left: 0;
    box-shadow: 0 0 15px rgb(198,154,165,0.5);
}.connect-with-us-2741 .query-query-7630 h3 {
    padding-bottom: 1rem;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 2rem;
    position: relative;
    font-size: 31px;
}.connect-with-us-2741 .query-query-7630 h3::after {
    height: 3px;
    left: 0;
    content: '';
    width: 50px;
    bottom: 0;
    background: rgb(198,154,165);
    position: absolute;
}.connect-with-us-2741 .query-query-7630 form {
    gap: 1.5rem;
    display: grid;
}.connect-with-us-2741 .query-query-7630 input:not([type="checkbox"]):not([type="submit"]) {
    outline: none;
    padding: 1rem 1.5rem;
    width: 100%;
    position: relative;
    background: rgb(179,101,140,0.5);
    transition: all 0.3s ease;
    color: #ffffff;
    font-size: 18px;
    border-radius: 10px;
    border: 1px solid rgb(198,154,165,0.5);
}.connect-with-us-2741 .query-query-7630 input:not([type="checkbox"]):not([type="submit"])::after {
    transition: width 0.3s ease;
    bottom: -2px;
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    background: rgb(198,154,165);
    width: 0;
}.connect-with-us-2741 .query-query-7630 input:not([type="checkbox"]):not([type="submit"]):focus {
    box-shadow: 0 0 15px rgb(198,154,165,0.5);
    border-color: rgb(198,154,165);
}.connect-with-us-2741 .query-query-7630 input:not([type="checkbox"]):not([type="submit"]):focus::after {
    width: 100%;
}.connect-with-us-2741 .query-query-7630 .connect-grid-2753 {
    display: flex;
    gap: 1rem;
    align-items: center;
}.connect-with-us-2741 .query-query-7630 .connect-grid-2753 input[type="checkbox"] {
    cursor: pointer;
    position: relative;
    background: rgb(179,101,140,0.5);
    transition: all 0.3s ease;
    appearance: none;
    border: 2px solid rgb(198,154,165,0.5);
    border-radius: 10px;
    height: 22px;
    width: 22px;
}.connect-with-us-2741 .query-query-7630 .connect-grid-2753 input[type="checkbox"]:checked {
    background: rgb(198,154,165);
    border-color: rgb(198,154,165);
}.connect-with-us-2741 .query-query-7630 .connect-grid-2753 input[type="checkbox"]:checked::after {
    content: '✔';
    top: 50%;
    position: absolute;
    font-size: 0.8rem;
    transform: translate(-50%, -50%);
    left: 50%;
    color: #ffffff;
}.connect-with-us-2741 .query-query-7630 .connect-grid-2753 label {
    font-size: 18px;
    align-items: center;
    display: flex;
    color: #ffffff;
}.connect-with-us-2741 .query-query-7630 .connect-grid-2753 a {
    transition: color 0.3s ease;
    color: rgb(198,154,165);
    text-decoration: none;
    margin-left: 0.3rem;
}.connect-with-us-2741 .query-query-7630 .connect-grid-2753 a:hover {
    text-decoration: underline;
}.connect-with-us-2741 .query-query-7630 .help-panel-9812 {
    font-weight: 600;
    border-radius: 10px;
    transition: all 0.3s ease;
    position: relative;
    text-transform: uppercase;
    background: rgb(198,154,165);
    width: 100%;
    padding: 1rem;
    font-size: 17px;
    overflow: hidden;
    cursor: pointer;
    border: none;
    color: #ffffff;
}.connect-with-us-2741 .query-query-7630 .help-panel-9812::before {
    opacity: 0;
    width: 200%;
    position: absolute;
    top: -50%;
    left: -50%;
    height: 200%;
    content: '';
    transform: rotate(-45deg);
    background: linear-gradient(
        135deg, 
        transparent, 
        rgb(198,154,165,0.5), 
        transparent
    );
    transition: all 0.5s ease;
}.connect-with-us-2741 .query-query-7630 .help-panel-9812:hover::before {
    opacity: 1;
}.connect-with-us-2741 .query-query-7630 .help-panel-9812:hover {
    box-shadow: 0 10px 20px rgb(198,154,165,0.5);
    transform: translateY(-3px);
}

@media screen and (max-width: 1200px) {.connect-with-us-2741 .img-shadow-2597 {
    margin-left: -3%;
}
}

@media screen and (max-width: 1024px) {.connect-with-us-2741 .support-list-2675 {
    flex-direction: column;
}.connect-with-us-2741 .img-shadow-2597 {
    flex: 0 0 100%;
    transform: none;
    margin-left: 0;
    min-height: 300px;
}.connect-with-us-2741 .img-shadow-2597::before {
    transform: none;
    width: 100%;
}.connect-with-us-2741 .query-query-7630 {
    flex: 0 0 100%;
    padding: 3rem 2rem;
}
}

@media screen and (max-width: 768px) {.connect-with-us-2741 {
    padding: 3rem 0;
}.connect-with-us-2741 h2 {
    font-size: calc(41px * 0.8);
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
}.connect-with-us-2741 h2::before {
    width: 0.8rem;
    height: 0.8rem;
}.connect-with-us-2741 .query-query-7630 h3 {
    font-size: calc(31px * 0.9);
    margin-bottom: 1.5rem;
}.connect-with-us-2741 .query-query-7630 input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
}
}

@media screen and (max-width: 480px) {.connect-with-us-2741 .support-list-2675 {
    border-radius: 0;
}.connect-with-us-2741 .query-query-7630 {
    padding: 2rem 1.5rem;
}}.our-background-8612 {
    background: linear-gradient(135deg, rgb(231,218,222) 0%, rgba(245, 245, 250, 0.95) 100%);
    position: relative;
    overflow: hidden;
    padding: 120px 0 100px;
}.our-background-8612::before {
    content: "";
    opacity: 0.5;
    height: 300px;
    position: absolute;
    right: -50px;
    z-index: 0;
    top: -50px;
    background: linear-gradient(45deg, rgb(198,154,165,0.5) 0%, transparent 70%);
    transform: rotate(15deg);
    width: 300px;
    animation: float 15s infinite ease-in-out;
    filter: blur(70px);
}.our-background-8612::after {
    bottom: -80px;
    height: 400px;
    transform: rotate(-20deg);
    content: "";
    width: 400px;
    filter: blur(90px);
    background: linear-gradient(225deg, rgb(179,101,140,0.5) 0%, transparent 70%);
    opacity: 0.4;
    position: absolute;
    left: -80px;
    z-index: 0;
    animation: float 18s infinite ease-in-out reverse;
}.our-background-8612 .container {
    margin: 0 auto;
    position: relative;
    z-index: 1;
    max-width: 1200px;
    padding: 0 20px;
}.our-background-8612 h1 {
    font-size: 44px;
    text-align: left;
    transform: translateX(-10px);
    font-weight: 700;
    animation: slideIn 0.8s 0.2s forwards cubic-bezier(0.25, 1, 0.5, 1);
    color: #000000;
    margin-bottom: 60px;
    position: relative;
    opacity: 0;
}.our-background-8612 h1::before {
    animation: scaleIn 1.2s 0.6s forwards cubic-bezier(0.25, 1, 0.5, 1);
    background: linear-gradient(90deg, rgb(198,154,165) 0%, rgb(179,101,140) 100%);
    height: 4px;
    left: 0;
    content: "";
    transform: scaleX(0);
    bottom: -15px;
    position: absolute;
    transform-origin: left;
    width: 120px;
}.our-background-8612 .learn-skill-4950 {
    position: relative;
}.our-background-8612 .learn-skill-4950::before {
    position: absolute;
    filter: blur(50px);
    background: radial-gradient(circle, rgb(179,101,140,0.5) 0%, transparent 70%);
    width: 500px;
    height: 500px;
    content: "";
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.1;
    z-index: -1;
    top: 50%;
}.our-background-8612 .learn-skill-4950 ul {
    grid-template-columns: 1fr;
    list-style: none;
    display: grid;
    margin: 0;
    padding: 0;
    gap: 60px;
}.our-background-8612 .guide-approach-5430 {
    transform: translateY(30px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
    padding: 40px;
    position: relative;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    animation: fadeUp 1s 0.4s forwards cubic-bezier(0.25, 1, 0.5, 1);
    background: rgba(255, 255, 255, 0.9);
    opacity: 0;
}.our-background-8612 .guide-approach-5430:nth-child(2) {
    animation-delay: 0.6s;
}.our-background-8612 .guide-approach-5430:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
}.our-background-8612 .guide-approach-5430::before {
    position: absolute;
    top: 0;
    transition: height 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    left: 0;
    height: 0;
    background: linear-gradient(to bottom, rgb(198,154,165), rgb(179,101,140));
    content: "";
    width: 5px;
}.our-background-8612 .guide-approach-5430:hover::before {
    height: 100%;
}.our-background-8612 .guide-approach-5430 h4 {
    font-size: calc(19px + 2px);
    transform: translateX(0);
    transition: transform 0.4s ease;
    position: relative;
    font-weight: 600;
    margin-bottom: 20px;
    color: #000000;
    padding-bottom: 15px;
}.our-background-8612 .guide-approach-5430:hover h4 {
    transform: translateX(10px);
    color: rgb(198,154,165);
}.our-background-8612 .guide-approach-5430 h4::after {
    left: 0;
    content: "";
    height: 3px;
    width: 50px;
    position: absolute;
    background: rgb(179,101,140);
    transition: width 0.4s ease;
    bottom: 0;
}.our-background-8612 .guide-approach-5430:hover h4::after {
    width: 80px;
}.our-background-8612 .guide-approach-5430 div {
    font-weight: 400;
    margin: 0;
    height: 250px;
    color: #000000;
    overflow-y: auto;
    transition: opacity 0.3s ease;
    padding-right: 15px;
    line-height: 1.8;
    opacity: 0.9;
    font-size: 12px;
}.our-background-8612 .guide-approach-5430:hover div {
    opacity: 1;
}.our-background-8612 .guide-approach-5430 div::-webkit-scrollbar {
    background-color: rgba(0, 0, 0, 0.05);
    width: 6px;
}.our-background-8612 .guide-approach-5430 div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(179,101,140,0.5);
}

@keyframes slideIn {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes scaleIn {
    to {
        transform: scaleX(1);
    }
}

@keyframes fadeUp {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

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

@media (min-width: 768px) {.our-background-8612 {
    padding: 150px 0 120px;
}.our-background-8612 h1 {
    margin-bottom: 80px;
    font-size: calc(44px + 10px);
}.our-background-8612 .learn-skill-4950 ul {
    grid-template-columns: 1fr 1fr;
}.our-background-8612 .guide-approach-5430 {
    padding: 50px;
}.our-background-8612 .guide-approach-5430 div {
    height: 300px;
}.our-background-8612 .guide-approach-5430:first-child {
    z-index: 2;
    transform: translateY(40px) rotate(-1deg);
}.our-background-8612 .guide-approach-5430:last-child {
    transform: translateY(20px) rotate(1deg);
    z-index: 1;
}.our-background-8612 .guide-approach-5430:first-child:hover,
    .our-background-8612 .guide-approach-5430:last-child:hover {
    z-index: 3;
    transform: translateY(-5px) rotate(0);
}
}

@media (min-width: 992px) {.our-background-8612 {
    padding: 180px 0 150px;
}.our-background-8612 h1 {
    font-size: calc(44px + 16px);
}.our-background-8612 .guide-approach-5430 {
    padding: 60px;
}.our-background-8612 .guide-approach-5430 div {
    height: 350px;
}.our-background-8612 .guide-approach-5430 h4 {
    font-size: calc(19px + 4px);
}
}

@media (max-width: 767px) {.our-background-8612 {
    padding: 80px 0 60px;
}.our-background-8612 h1 {
    text-align: center;
    margin-bottom: 40px;
}.our-background-8612 h1::before {
    transform: translateX(-50%) scaleX(0);
    left: 50%;
}.our-background-8612 .guide-approach-5430 {
    padding: 30px 25px;
}.our-background-8612 .guide-approach-5430 div {
    height: 200px;
}}.tyWrap-8135 {
    background: linear-gradient(135deg, rgb(231,218,222) 0%, rgb(198,154,165,0.5) 100%);
    padding: 120px 0 100px;
    position: relative;
    overflow: hidden;
}.tyWrap-8135::before {
    background-size: 60px 60px;
    height: 100%;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(179,101,140,0.5) 49.5%, rgb(179,101,140,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(179,101,140,0.5) 49.5%, rgb(179,101,140,0.5) 50.5%, transparent 50.5%);
    top: 0;
    opacity: 0.1;
    left: 0;
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    pointer-events: none;
}.tyWrap-8135::after {
    width: 50%;
    opacity: 0.03;
    top: 20%;
    content: "";
    transform: rotate(-15deg) skewX(-15deg);
    background: rgb(198,154,165);
    position: absolute;
    height: 70%;
    z-index: 0;
    right: -10%;
}.tyWrap-8135 .container {
    padding: 0 20px;
    max-width: 1200px;
    perspective: 1000px;
    position: relative;
    z-index: 2;
    transform-style: preserve-3d;
    margin: 0 auto;
}.tyWrap-8135 h2 {
    animation: slideTitle 0.8s forwards 0.2s cubic-bezier(0.23, 1, 0.32, 1);
    font-weight: 700;
    font-size: 38px;
    transform: translateZ(30px);
    opacity: 0;
    margin-bottom: 40px;
    position: relative;
    color: #000000;
    text-align: left;
}.tyWrap-8135 h2::after {
    content: "";
    height: 4px;
    position: absolute;
    bottom: -15px;
    left: 0;
    transform-origin: left;
    transform: scaleX(0);
    width: 80px;
    animation: expandLine 1.2s forwards 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(to right, rgb(198,154,165), rgb(179,101,140));
}.tyWrap-8135 .impact-facts-3487 {
    overflow: hidden;
    box-shadow: 0 15px 50px -20px rgba(0, 0, 0, 0.15);
    opacity: 0;
    padding: 50px 40px;
    background: #ffffff;
    position: relative;
    animation: fadeScale 0.8s forwards 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateZ(10px) perspective(1000px) rotateX(2deg);
    border-radius: 10px;
}.tyWrap-8135 .impact-facts-3487::before {
    height: 100%;
    background: linear-gradient(135deg, rgb(198,154,165,0.5) 0%, transparent 80%);
    content: "";
    width: 100%;
    opacity: 0.07;
    z-index: 0;
    top: 0;
    left: 0;
    position: absolute;
}.tyWrap-8135 .impact-facts-3487::after {
    left: -100%;
    height: 300%;
    transform: scale(0.8);
    top: -100%;
    pointer-events: none;
    width: 300%;
    opacity: 0;
    background: radial-gradient(circle, rgb(198,154,165,0.5) 0%, transparent 70%);
    content: "";
    z-index: 0;
    position: absolute;
    transition: opacity 1.5s ease, transform 1.5s ease;
}.tyWrap-8135 .impact-facts-3487:hover::after {
    transform: scale(1);
    opacity: 0.05;
}.tyWrap-8135 ul {
    position: relative;
    z-index: 2;
    padding: 0;
    list-style: none;
    margin: 0;
}.tyWrap-8135 li {
    z-index: 2;
    padding-left: 30px;
    position: relative;
}.tyWrap-8135 li::before {
    position: absolute;
    left: 0;
    background: linear-gradient(135deg, rgb(198,154,165) 0%, rgb(179,101,140) 100%);
    content: "";
    top: 12px;
    animation: popIn 0.5s forwards 1s cubic-bezier(0.34, 1.56, 0.64, 1);
    border-radius: 50%;
    height: 10px;
    transform: scale(0);
    width: 10px;
}.tyWrap-8135 li span {
    opacity: 0;
    display: block;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    font-size: 14px;
    animation: fadeUp 0.8s forwards 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateY(20px);
    color: #000000;
}.tyWrap-8135 .impact-facts-3487:hover {
    box-shadow: 0 22px 60px -20px rgba(0, 0, 0, 0.2);
    transform: translateZ(20px) perspective(1000px) rotateX(1deg);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}


@keyframes cursorRadial {
    0% { transform: scale(0); opacity: 0.8; }
    100% { transform: scale(1); opacity: 0; }
}


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

@keyframes expandLine {
    0% { transform: scaleX(0); }
    100% { transform: scaleX(1); }
}

@keyframes fadeScale {
    0% { opacity: 0; transform: translateZ(10px) perspective(1000px) rotateX(5deg) scale(0.95); }
    100% { opacity: 1; transform: translateZ(10px) perspective(1000px) rotateX(2deg) scale(1); }
}

@keyframes popIn {
    0% { transform: scale(0); }
    50% { transform: scale(1.2); }
    100% { transform: scale(1); }
}

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


@media screen and (max-width: 1200px) {.tyWrap-8135 {
    padding: 100px 0 80px;
}.tyWrap-8135 h2 {
    font-size: calc(38px - 2px);
}
}

@media screen and (max-width: 992px) {.tyWrap-8135 {
    padding: 80px 0 60px;
}.tyWrap-8135 h2 {
    font-size: calc(38px - 4px);
}.tyWrap-8135 .impact-facts-3487 {
    padding: 40px 30px;
}
}

@media screen and (max-width: 768px) {.tyWrap-8135 {
    padding: 60px 0 50px;
}.tyWrap-8135 h2 {
    font-size: calc(38px - 6px);
    margin-bottom: 30px;
}.tyWrap-8135 .impact-facts-3487 {
    transform: translateZ(0) perspective(1000px) rotateX(0);
    padding: 30px 25px;
}.tyWrap-8135 h2::after {
    width: 60px;
    height: 3px;
}.tyWrap-8135 li {
    padding-left: 25px;
}.tyWrap-8135 li::before {
    width: 8px;
    height: 8px;
}
}

@media screen and (max-width: 576px) {.tyWrap-8135 {
    padding: 50px 0 40px;
}.tyWrap-8135 h2 {
    font-size: calc(38px - 8px);
    margin-bottom: 25px;
}.tyWrap-8135 .impact-facts-3487 {
    padding: 25px 20px;
}.tyWrap-8135 li {
    padding-left: 22px;
}.tyWrap-8135 li span {
    font-size: calc(14px - 1px);
    line-height: 1.6;
}.tyWrap-8135 li::before {
    top: 10px;
    height: 7px;
    width: 7px;
}
}

@media (hover: none) {.tyWrap-8135 .impact-facts-3487:hover {
    transform: translateZ(10px) perspective(1000px) rotateX(2deg);
    box-shadow: 0 15px 50px -20px rgba(0, 0, 0, 0.15);
}.tyWrap-8135 .impact-facts-3487:hover::after {
    opacity: 0;
}}.idea-pool-7410 {
    position: relative;
    background-color: rgb(179,101,140);
    padding: 0;
    color: #ffffff;
    font-family: Arial, sans-serif;
}.idea-pool-7410 .container {
    position: relative;
    z-index: 2;
}.idea-pool-7410 .glossary-0154 {
    display: flex;
    flex-direction: column;
}.idea-pool-7410 .send-feedback-0789 {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    margin-bottom: -2rem;
    position: relative;
    grid-template-columns: repeat(4, 1fr);
    display: grid;
    background-color: rgb(198,154,165);
    z-index: 3;
    padding: 3rem 1.5rem 5rem;
}.idea-pool-7410 .send-feedback-0789::before {
    left: 0;
    top: 0;
    position: absolute;
    content: '';
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    z-index: -1;
    height: 100%;
    width: 100%;
}.idea-pool-7410 .info_item {
    transition: transform 0.3s ease;
    position: relative;
    padding: 0.5rem 1rem;
}.idea-pool-7410 .info_item:hover {
    transform: translateX(10px);
}.idea-pool-7410 .info_item p,
.idea-pool-7410 .info_item a {
    font-size: 18px;
    text-decoration: none;
    align-items: center;
    transition: all 0.3s ease;
    gap: 0.75rem;
    color: #ffffff;
    display: flex;
}.idea-pool-7410 .info_item svg {
    width: 20px;
    fill: #ffffff;
    transition: transform 0.3s ease;
    height: 20px;
}.idea-pool-7410 .info_item:hover svg {
    transform: scale(1.2);
}.idea-pool-7410 .text_main_holder {
    z-index: 2;
    position: relative;
    grid-template-columns: 1fr 1.5fr 1fr;
    gap: 0;
    display: grid;
}.idea-pool-7410 .header-top-7821 {
    position: relative;
    background-color: rgb(179,101,140);
    display: flex;
    gap: 1.5rem;
    z-index: 4;
    flex-direction: column;
    padding: 4rem 2rem 3rem;
    clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
}.idea-pool-7410 .header-top-7821 svg {
    filter: brightness(0) invert(1);
    height: auto;
    max-width: 150px;
    transition: all 0.3s ease;
}.idea-pool-7410 .header-top-7821:hover svg {
    transform: scale(1.05);
}.idea-pool-7410 .edu-links-8351 {
    color: #ffffff;
    line-height: 1.6;
    font-size: 13px;
    opacity: 0.9;
}.idea-pool-7410 .main-mainbar-1403 {
    display: flex;
    background-color: #000000;
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
    padding: 5rem 2rem 3rem;
    z-index: 2;
    position: relative;
    gap: 2rem;
    flex-direction: column;
}.idea-pool-7410 .main-mainbar-1403::before {
    position: absolute;
    top: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, transparent 100%);
    z-index: -1;
    content: '';
    left: 0;
    width: 100%;
    height: 100%;
}.idea-pool-7410 .main-mainbar-1403 h5 {
    font-weight: 600;
    margin-bottom: 1.5rem;
    font-size: 19px;
    position: relative;
    display: inline-block;
    color: #ffffff;
}.idea-pool-7410 .main-mainbar-1403 h5::after {
    width: 40px;
    background-color: rgb(198,154,165);
    bottom: -0.5rem;
    position: absolute;
    height: 3px;
    left: 0;
    content: '';
}.idea-pool-7410 .main-teach-1650 {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 1rem;
}.idea-pool-7410 .main-teach-1650:not(:last-child) {
    margin-bottom: 1rem;
}.idea-pool-7410 .main-teach-1650 a {
    padding: 0.5rem 0;
    text-decoration: none;
    transition: all 0.3s ease;
    opacity: 0.8;
    position: relative;
    font-size: 18px;
    color: #ffffff;
}.idea-pool-7410 .main-teach-1650 a::before {
    background-color: rgb(198,154,165);
    content: '';
    position: absolute;
    width: 0;
    bottom: 0;
    left: 0;
    height: 2px;
    transition: width 0.3s ease;
}.idea-pool-7410 .main-teach-1650 a:hover {
    opacity: 1;
    padding-left: 10px;
}.idea-pool-7410 .main-teach-1650 a:hover::before {
    width: 30px;
}.idea-pool-7410 .subscribe_holder {
    z-index: 3;
    position: relative;
    padding: 4rem 2rem 3rem;
    flex-direction: column;
    background-color: rgb(179,101,140);
    gap: 1.5rem;
    display: flex;
}.idea-pool-7410 .subscribe_holder::before {
    top: 0;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(0, 0, 0, 0.05) 10px,
        rgba(0, 0, 0, 0.05) 20px
    );
    position: absolute;
    height: 100%;
    z-index: -1;
    left: 0;
    content: '';
    width: 100%;
}.idea-pool-7410 .subscribe_holder h5 {
    margin-bottom: 1rem;
    color: #ffffff;
    font-size: 19px;
    font-weight: 600;
}.idea-pool-7410 .subscribe_holder p {
    margin-bottom: 1rem;
    opacity: 0.9;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.6;
}.idea-pool-7410 .input_holder {
    flex-direction: column;
    display: flex;
    gap: 1rem;
}.idea-pool-7410 .input_holder input[type="email"] {
    border-radius: 10px;
    padding: 1rem 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    color: #ffffff;
    font-size: 18px;
    background-color: rgba(255, 255, 255, 0.15);
}.idea-pool-7410 .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.2);
    outline: none;
    border-color: rgba(255, 255, 255, 0.3);
}.idea-pool-7410 .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}.idea-pool-7410 .updates-widget-9750 {
    transition: all 0.3s ease;
    padding: 1rem 1.25rem;
    border-radius: 10px;
    overflow: hidden;
    font-size: 18px;
    cursor: pointer;
    color: #ffffff;
    position: relative;
    background-color: rgb(198,154,165);
    border: none;
    font-weight: 600;
}.idea-pool-7410 .updates-widget-9750::before {
    position: absolute;
    transition: left 0.5s ease;
    height: 100%;
    left: -100%;
    width: 100%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    content: '';
}.idea-pool-7410 .updates-widget-9750:hover {
    background-color: rgb(198,154,165,0.5);
}.idea-pool-7410 .updates-widget-9750:hover::before {
    left: 100%;
}.idea-pool-7410 .law-res-3615 {
    position: relative;
    padding: 6rem 0 2rem;
    clip-path: polygon(0 30%, 100% 0, 100% 100%, 0 100%);
    text-align: center;
    margin-top: 0;
    z-index: 1;
    background-color: rgb(179,101,140);
}.idea-pool-7410 .law-res-3615::before {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, transparent 70%);
    content: '';
}.idea-pool-7410 .syllabus-ref-2639 {
    color: #ffffff;
    font-size: 13px;
    opacity: 0.7;
}

@media (max-width: 1200px) {.idea-pool-7410 .send-feedback-0789 {
    gap: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
}.idea-pool-7410 .text_main_holder {
    grid-template-columns: 1fr 1.5fr;
}.idea-pool-7410 .subscribe_holder {
    grid-column: 1 / -1;
}
}

@media (max-width: 991px) {.idea-pool-7410 .text_main_holder {
    grid-template-columns: 1fr;
}.idea-pool-7410 .header-top-7821,
    .idea-pool-7410 .main-mainbar-1403,
    .idea-pool-7410 .subscribe_holder {
    clip-path: none;
}.idea-pool-7410 .main-mainbar-1403 {
    padding: 3rem 2rem;
}.idea-pool-7410 .header-top-7821 {
    text-align: center;
    padding: 3rem 2rem;
    align-items: center;
}.idea-pool-7410 .subscribe_holder {
    padding: 3rem 2rem;
}.idea-pool-7410 .law-res-3615 {
    clip-path: none;
    padding: 3rem 0 2rem;
}
}

@media (max-width: 768px) {.idea-pool-7410 .send-feedback-0789 {
    clip-path: none;
    margin-bottom: 0;
    grid-template-columns: 1fr;
    padding: 2.5rem 1.5rem 3rem;
}.idea-pool-7410 .main-teach-1650 {
    grid-template-columns: 1fr;
}.idea-pool-7410 .main-mainbar-1403 h5,
    .idea-pool-7410 .subscribe_holder h5 {
    text-align: center;
    display: block;
}.idea-pool-7410 .main-mainbar-1403 h5::after {
    left: 50%;
    transform: translateX(-50%);
}.idea-pool-7410 .subscribe_holder p {
    text-align: center;
}
}

@media (max-width: 576px) {.idea-pool-7410 .header-top-7821,
    .idea-pool-7410 .main-mainbar-1403,
    .idea-pool-7410 .subscribe_holder {
    padding: 2.5rem 1.5rem;
}.idea-pool-7410 .law-res-3615 {
    padding: 2.5rem 0 1.5rem;
}.idea-pool-7410 .info_item {
    padding: 0.5rem 0;
}.idea-pool-7410 .info_item p,
    .idea-pool-7410 .info_item a {
    justify-content: center;
}}.overlayConsentSettings-0674 {
    position: fixed;
    bottom: 0;
    border-top: 2px solid rgb(198,154,165);
    width: 100%;
    background: rgb(231,218,222);
    z-index: 90;
}.cookie-customize-7520 {
    padding: 20px 0;
    align-items: center;
    display: flex;
    justify-content: space-between;
}.overlayConsentSettings-0674 h5 {
    margin-bottom: 6px;
    font-size: 22px;
}#cookie-disclaimer-5230 {
    display: none;
}#cookie-disclaimer-5230:checked ~ .overlayConsentSettings-0674 {
    visibility: hidden;
    opacity: 0;
}.overlayConsentSettings-0674 p {
    font-size: 18px;
}.data-agree-0738 {
    flex-shrink: 0;
    margin-right: 10px;
}.data-agree-0738 svg, .data-agree-0738 svg path, .data-agree-0738 img {
    height: 100px;
    fill: rgb(198,154,165);
    width: 100px;
}.manage-cookies-6370 {
    border-bottom: 2px solid rgb(198,154,165);
    cursor: pointer;
    color: rgb(198,154,165);
    flex-shrink: 0;
    line-height: 35px;
    margin-left: 10px;
    font-size: 24px;
    min-width: 120px;
    text-decoration: none;
    white-space: nowrap;
    text-align: center;
}.overlayConsentSettings-0674 p a {
    text-decoration: none;
    color: rgb(198,154,165);
}
@media only screen and (max-width: 1200px) {.overlayConsentSettings-0674 {
    padding: 20px;
}}

.grid-container-6348 .overlayConsentSettings-0674 {
    box-shadow: rgb(179,101,140,0.5) 0px 0px 40px 39px;
    background: rgb(179,101,140);
    border: none;
    padding: 40px 0;
}.grid-container-6348 .manage-cookies-6370 {
    font-size: 20px;
    font-weight: 400;
    border: none;
    background: rgb(198,154,165);
    margin-left: 30px;
    color: #ffffff;
    padding: 10px;
}.grid-container-6348 .digital-tracking-1247 h5, .grid-container-6348 .digital-tracking-1247 p {
    color: #ffffff;
}
@media only screen and (max-width: 800px) {.data-agree-0738 {
    display: none;
}.cookie-customize-7520 {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.overlayConsentSettings-0674 h5 {
    text-align: center;
}.overlayConsentSettings-0674 p {
    text-align: center;
}.digital-tracking-1247 {
    margin-bottom: 20px;
}body .grid-container-6348 .manage-cookies-6370 {
    margin-left: 0;
    margin-bottom: 10px;
}
}