* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}a {
    text-decoration: none;
    color: inherit;
}.PoXAz-panel-container {
    min-height: 100%;
    height: 100%;
    flex-direction: column;
    display: flex;
}header,footer {
    width: 100%;
}.NnYgd-intern-ship {
    flex: 0 0 auto;
}html,body {
    color: #000000;
    min-height: 100%;
    height: 100%;
    scroll-behavior: auto;
    font-family: Arial, sans-serif;
}.container {
    width: 1216px;
    margin: auto;
    max-width: 100%;
}.IABjP-header-guide {
    flex: 1 0 auto;
}svg {
    height: 30px;
    width: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.QyXej-contact-panel {
    background: rgb(221,208,216);
    padding: 90px 0;
    overflow: hidden;
    position: relative;
}.QyXej-contact-panel::before {
    background: 
        linear-gradient(45deg, transparent 48%, rgba(rgb(199,163,184), 0.05) 49%, rgba(rgb(199,163,184), 0.05) 51%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, rgba(rgb(185,121,164), 0.05) 49%, rgba(rgb(185,121,164), 0.05) 51%, transparent 52%);
    height: 100%;
    background-size: 40px 40px;
    top: 0;
    content: "";
    left: 0;
    width: 100%;
    z-index: 0;
    position: absolute;
}.QyXej-contact-panel .container {
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
}.QyXej-contact-panel h2 {
    display: inline-block;
    position: relative;
    border-bottom: 3px solid rgb(199,163,184);
    color: #000000;
    font-size: 33px;
    padding-bottom: 15px;
    margin-bottom: 50px;
    font-weight: 700;
}.QyXej-contact-panel .GqhtK-inquiry-message {
    overflow: hidden;
    position: relative;
    background: #ffffff;
    display: flex;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}.QyXej-contact-panel .SPTdy-img-overlay {
    clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
    min-height: 550px;
    position: relative;
    flex: 0 0 45%;
}.QyXej-contact-panel .NVrni-query-reach {
    padding: 60px;
    flex: 0 0 55%;
    position: relative;
    background: #ffffff;
}.QyXej-contact-panel .NVrni-query-reach::before {
    background-position: 0 0, 15px 15px;
    left: 0;
    background-size: 30px 30px;
    top: 0;
    background: 
        linear-gradient(135deg, #ffffff 0%, #ffffff 50%, transparent 50%, transparent 100%),
        linear-gradient(-135deg, #ffffff 0%, #ffffff 50%, transparent 50%, transparent 100%);
    z-index: -1;
    width: 100%;
    position: absolute;
    opacity: 0.1;
    content: "";
    height: 100%;
}.QyXej-contact-panel #contact {
    display: flex;
    gap: 25px;
    flex-direction: column;
}.QyXej-contact-panel h3 {
    font-size: 18px;
    position: relative;
    margin-bottom: 30px;
    font-weight: 700;
    color: rgb(199,163,184);
}.QyXej-contact-panel input[type="text"] {
    border-radius: 0 10px 10px 0;
    border-left: 3px solid rgb(199,163,184);
    padding: 15px 20px;
    color: #000000;
    font-size: 14px;
    background: rgb(221,208,216);
    border: none;
    transition: all 0.3s ease;
    width: 100%;
}.QyXej-contact-panel input[type="text"]:focus {
    outline: none;
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-left-color: rgb(185,121,164);
}.QyXej-contact-panel input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.7;
}.QyXej-contact-panel .tymQS-inquiry-map {
    margin-top: 10px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}.QyXej-contact-panel .tymQS-inquiry-map input[type="checkbox"] {
    width: 22px;
    border-radius: 4px;
    margin-top: 3px;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    border: 2px solid rgb(221,208,216);
    background: rgb(221,208,216);
    appearance: none;
    height: 22px;
}.QyXej-contact-panel .tymQS-inquiry-map input[type="checkbox"]:checked {
    background: rgb(199,163,184);
    border-color: rgb(199,163,184);
}.QyXej-contact-panel .tymQS-inquiry-map input[type="checkbox"]:checked::after {
    transform: translate(-50%, -50%) rotate(45deg);
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    width: 5px;
    position: absolute;
    height: 10px;
    content: "";
    top: 40%;
    left: 50%;
}.QyXej-contact-panel .tymQS-inquiry-map label {
    line-height: 1.6;
    font-size: 14px;
    color: #000000;
}.QyXej-contact-panel .tymQS-inquiry-map a {
    color: rgb(199,163,184);
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
}.QyXej-contact-panel .tymQS-inquiry-map a:hover {
    color: rgb(185,121,164);
}.QyXej-contact-panel .tymQS-inquiry-map a::after {
    transition: all 0.3s ease;
    left: 0;
    background: rgb(199,163,184);
    content: "";
    bottom: -2px;
    height: 1px;
    position: absolute;
    width: 100%;
}.QyXej-contact-panel .tymQS-inquiry-map a:hover::after {
    background: rgb(185,121,164);
    height: 2px;
}.QyXej-contact-panel .NPsIO-message-request {
    border: none;
    position: relative;
    color: #ffffff;
    border-radius: 10px;
    background: rgb(199,163,184);
    font-size: 20px;
    font-weight: 600;
    transition: all 0.3s ease;
    align-self: flex-start;
    cursor: pointer;
    padding: 15px 35px;
    margin-top: 15px;
    overflow: hidden;
}.QyXej-contact-panel .NPsIO-message-request::after {
    background: rgba(255, 255, 255, 0.1);
    left: 50%;
    transition: all 0.6s ease;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    content: "";
    border-radius: 50%;
}.QyXej-contact-panel .NPsIO-message-request:hover {
    background: rgb(185,121,164);
}.QyXej-contact-panel .NPsIO-message-request:hover::after {
    width: 300%;
    height: 300%;
}.QyXej-contact-panel svg {
    transition: all 0.3s ease;
    height: 20px;
    fill: rgb(199,163,184);
    width: 20px;
}.QyXej-contact-panel svg path {
    fill: rgb(199,163,184);
    transition: all 0.3s ease;
}.QyXej-contact-panel svg:hover {
    fill: rgb(185,121,164);
}.QyXej-contact-panel svg:hover path {
    fill: rgb(185,121,164);
}

@media (max-width: 992px) {.QyXej-contact-panel {
    padding: 70px 0;
}.QyXej-contact-panel .GqhtK-inquiry-message {
    flex-direction: column;
}.QyXej-contact-panel .SPTdy-img-overlay {
    flex: 0 0 auto;
    min-height: 300px;
}.QyXej-contact-panel .NVrni-query-reach {
    padding: 40px 30px 50px;
    flex: 0 0 auto;
}
}

@media (max-width: 768px) {.QyXej-contact-panel {
    padding: 60px 0;
}.QyXej-contact-panel h2 {
    font-size: calc(33px - 4px);
    margin-bottom: 40px;
}.QyXej-contact-panel .NVrni-query-reach {
    padding: 35px 25px 45px;
}.QyXej-contact-panel #contact {
    gap: 20px;
}.QyXej-contact-panel .SPTdy-img-overlay {
    min-height: 250px;
}
}

@media (max-width: 576px) {.QyXej-contact-panel {
    padding: 50px 0;
}.QyXej-contact-panel .container {
    padding: 0 15px;
}.QyXej-contact-panel h2 {
    margin-bottom: 30px;
    font-size: calc(33px - 6px);
}.QyXej-contact-panel .NVrni-query-reach {
    padding: 30px 20px 40px;
}.QyXej-contact-panel .NPsIO-message-request {
    width: 100%;
}.QyXej-contact-panel .SPTdy-img-overlay {
    min-height: 200px;
}}.IAgUN-give-it-a-try {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 4rem 2rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(199,163,184) 0%, rgb(185,121,164) 100%);
    z-index: 1;
}.IAgUN-give-it-a-try::before {
    z-index: -1;
    top: 0;
    content: "";
    background: repeating-linear-gradient(
        45deg,
        rgb(199,163,184,0.5) 0px,
        rgb(199,163,184,0.5) 10px,
        transparent 10px,
        transparent 20px
    );
    opacity: 0.1;
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
}.IAgUN-give-it-a-try::after {
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    height: 200px;
    bottom: -50px;
    right: -50px;
    background: rgb(185,121,164);
    opacity: 0.2;
    content: "";
    transform: translateZ(0);
    width: 200px;
    animation: pulse 8s infinite alternate ease-in-out;
}.IAgUN-give-it-a-try .container {
    align-items: center;
    max-width: 1140px;
    flex-direction: column;
    position: relative;
    transform: translateZ(0);
    margin: 0 auto;
    display: flex;
    gap: 2.5rem;
    justify-content: center;
}.IAgUN-give-it-a-try h6 {
    position: relative;
    line-height: 1.6;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    max-width: 800px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin: 0;
    animation: slideInUp 0.8s ease-out forwards;
    transform: translateY(0);
}.IAgUN-give-it-a-try h6::after {
    position: absolute;
    content: "";
    opacity: 0.7;
    width: 50px;
    transform: translateX(-50%);
    height: 2px;
    left: 50%;
    background: #ffffff;
    bottom: -15px;
}.IAgUN-give-it-a-try div div {
    opacity: 0;
    display: flex;
    transform: translateY(20px);
    justify-content: center;
    animation: fadeInUp 0.8s ease-out 0.3s forwards;
}.IAgUN-give-it-a-try div span {
    transform: perspective(1000px) rotateX(0);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}.IAgUN-give-it-a-try div span:hover {
    transform: perspective(1000px) rotateX(10deg) translateY(-5px);
}.IAgUN-give-it-a-try .NPsIO-message-request {
    z-index: 1;
    font-weight: 600;
    padding: 15px 30px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    font-size: 19px;
    overflow: hidden;
    transition: all 0.4s ease;
    text-decoration: none;
    border-radius: 10px;
    display: inline-block;
    background: #ffffff;
    position: relative;
    color: rgb(199,163,184);
}.IAgUN-give-it-a-try .NPsIO-message-request::before {
    left: -100%;
    position: absolute;
    z-index: -1;
    height: 100%;
    transition: left 0.7s ease;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    width: 100%;
}.IAgUN-give-it-a-try .NPsIO-message-request:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    color: rgb(185,121,164);
    transform: translateY(-2px);
}.IAgUN-give-it-a-try .NPsIO-message-request:hover::before {
    left: 100%;
}.IAgUN-give-it-a-try .NPsIO-message-request span {
    z-index: 2;
    position: relative;
    transition: transform 0.3s ease;
}.IAgUN-give-it-a-try .NPsIO-message-request:hover span {
    transform: scale(1.05);
}.IAgUN-give-it-a-try .NPsIO-message-request:active {
    transform: translateY(1px);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1) rotate(0deg);
    }
    50% {
        transform: scale(1.2) rotate(10deg);
    }
}

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

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

@media (max-width: 991px) {.IAgUN-give-it-a-try {
    padding: 3.5rem 1.5rem;
}.IAgUN-give-it-a-try h6 {
    font-size: calc(20px - 2px);
}
}

@media (max-width: 767px) {.IAgUN-give-it-a-try {
    padding: 3rem 1rem;
}.IAgUN-give-it-a-try .container {
    gap: 2rem;
}.IAgUN-give-it-a-try h6 {
    font-size: calc(20px - 4px);
}.IAgUN-give-it-a-try .NPsIO-message-request {
    padding: 12px 25px;
    font-size: calc(19px - 1px);
}
}

@media (max-width: 575px) {.IAgUN-give-it-a-try {
    padding: 2.5rem 1rem;
}.IAgUN-give-it-a-try h6 {
    line-height: 1.5;
}.IAgUN-give-it-a-try h6::after {
    bottom: -10px;
    width: 40px;
}.IAgUN-give-it-a-try .NPsIO-message-request {
    padding: 10px 20px;
}}.OhvBT-course-structure {
    align-items: stretch;
    background-color: #ffffff;
    position: relative;
    min-height: 100vh;
    display: flex;
    overflow: hidden;
}.OhvBT-course-structure::before {
    z-index: 2;
    pointer-events: none;
    position: absolute;
    width: 100%;
    content: '';
    background: radial-gradient(circle at center, rgba(255,255,255,0.1) 0%, rgb(221,208,216) 90%);
    top: 0;
    height: 100%;
    left: 0;
}.OhvBT-course-structure .rVwsU-future-class {
    z-index: 1;
    height: 100%;
    top: 0;
    position: absolute;
    right: 0;
    width: 55%;
}.OhvBT-course-structure .uOJZA-career-progress {
    height: 500%;
    display: flex;
    animation: carousel-vertical 25s ease infinite;
    width: 100%;
    flex-direction: column;
}.OhvBT-course-structure .rVwsU-future-class:hover .uOJZA-career-progress {
    animation-play-state: paused;
}.OhvBT-course-structure .zbSwK-study-hack {
    height: 20%;
    width: 100%;
    position: relative;
}.OhvBT-course-structure .zbSwK-study-hack::before {
    content: '';
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
    z-index: 2;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.1) 0%, transparent 30%);
}.OhvBT-course-structure .zbSwK-study-hack img {
    transform: scale(1.05);
    transition: transform 0.8s ease;
    filter: brightness(1.2) contrast(1.15) saturate(1.15) opacity(0.95);
    width: 100%;
    height: 100%;
    object-fit: cover;
}.OhvBT-course-structure .zbSwK-study-hack:hover img {
    transform: scale(1.1);
}.OhvBT-course-structure .container {
    align-items: center;
    width: 100%;
    display: flex;
    z-index: 5;
    padding: 0;
    position: relative;
}.OhvBT-course-structure .KDEau-academy-learnings {
    display: flex;
    padding-left: 8%;
    flex-direction: column;
    width: 45%;
    justify-content: center;
}.OhvBT-course-structure .NsfvW-program-route {
    max-width: 550px;
    position: relative;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, #ffffff 0%, rgb(221,208,216) 100%);
    border-left: 5px solid rgb(199,163,184);
    border-radius: 0 27px 27px 0;
    padding: 3.5rem;
}.OhvBT-course-structure .NsfvW-program-route::before {
    content: '';
    border-radius: 0 10px 10px 0;
    right: 20px;
    left: 20px;
    border-left: none;
    bottom: 20px;
    position: absolute;
    top: 20px;
    pointer-events: none;
    border: 1px solid rgb(185,121,164,0.5);
}.OhvBT-course-structure .NsfvW-program-route h3 {
    color: rgb(199,163,184);
    position: relative;
    font-weight: 700;
    font-size: 47px;
    margin-bottom: 1.5rem;
    padding-bottom: 15px;
}.OhvBT-course-structure .NsfvW-program-route h3::after {
    left: 0;
    content: '';
    position: absolute;
    bottom: 0;
    width: 80px;
    height: 3px;
    background: rgb(185,121,164);
}.OhvBT-course-structure .NsfvW-program-route p {
    line-height: 1.8;
    color: #000000;
    font-size: 12px;
    margin-bottom: 2.5rem;
}.OhvBT-course-structure .NsfvW-program-route .NPsIO-message-request {
    color: #ffffff;
    overflow: hidden;
    position: relative;
    background: linear-gradient(45deg, rgb(199,163,184) 0%, rgb(185,121,164) 100%);
    transition: all 0.3s ease;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    border-radius: 10px;
    padding: 1.2rem 2.5rem;
    font-size: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    z-index: 1;
}.OhvBT-course-structure .NsfvW-program-route .NPsIO-message-request::before {
    content: '';
    position: absolute;
    background: linear-gradient(45deg, rgb(185,121,164) 0%, rgb(199,163,184) 100%);
    height: 100%;
    width: 100%;
    left: 0;
    opacity: 0;
    top: 0;
    z-index: -1;
    transition: opacity 0.3s ease;
}.OhvBT-course-structure .NsfvW-program-route .NPsIO-message-request:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}.OhvBT-course-structure .NsfvW-program-route .NPsIO-message-request:hover::before {
    opacity: 1;
}

@keyframes carousel-vertical {
    0%, 16% {
        transform: translateY(0);
    }
    20%, 36% {
        transform: translateY(-20%);
    }
    40%, 56% {
        transform: translateY(-40%);
    }
    60%, 76% {
        transform: translateY(-60%);
    }
    80%, 96% {
        transform: translateY(-80%);
    }
    100% {
        transform: translateY(0);
    }
}

@media screen and (min-width: 1440px) {.OhvBT-course-structure .KDEau-academy-learnings {
    padding-left: 10%;
}.OhvBT-course-structure .NsfvW-program-route {
    max-width: 650px;
}
}

@media screen and (max-width: 1200px) {.OhvBT-course-structure .rVwsU-future-class {
    width: 50%;
}.OhvBT-course-structure .KDEau-academy-learnings {
    padding-left: 5%;
    width: 50%;
}.OhvBT-course-structure .NsfvW-program-route {
    padding: 2.5rem;
}
}

@media screen and (max-width: 992px) {.OhvBT-course-structure {
    min-height: auto;
    flex-direction: column;
}.OhvBT-course-structure .rVwsU-future-class {
    position: relative;
    width: 100%;
    height: 400px;
}.OhvBT-course-structure .uOJZA-career-progress {
    animation: carousel-horizontal 25s ease infinite;
    flex-direction: row;
    height: 100%;
    width: 500%;
}.OhvBT-course-structure .zbSwK-study-hack {
    width: 20%;
    height: 100%;
}.OhvBT-course-structure .zbSwK-study-hack::before {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, transparent 30%);
}.OhvBT-course-structure .container {
    padding: 3rem 1rem;
}.OhvBT-course-structure .KDEau-academy-learnings {
    margin: 0 auto;
    max-width: 800px;
    padding-left: 0;
    width: 100%;
}.OhvBT-course-structure .NsfvW-program-route {
    max-width: 100%;
    border-left: none;
    border-radius: 27px;
    border-top: 5px solid rgb(199,163,184);
}.OhvBT-course-structure .NsfvW-program-route::before {
    left: 20px;
    border-radius: 10px;
    top: 20px;
    right: 20px;
    border: 1px solid rgb(185,121,164,0.5);
    bottom: 20px;
    border-top: none;
}
}

@media screen and (max-width: 768px) {.OhvBT-course-structure .rVwsU-future-class {
    height: 350px;
}.OhvBT-course-structure .container {
    padding: 2.5rem 1rem;
}.OhvBT-course-structure .NsfvW-program-route {
    padding: 2rem;
}.OhvBT-course-structure .NsfvW-program-route h3 {
    font-size: calc(47px * 0.8);
}

}

@media screen and (max-width: 576px) {.OhvBT-course-structure .rVwsU-future-class {
    height: 300px;
}.OhvBT-course-structure .container {
    padding: 2rem 1rem;
}.OhvBT-course-structure .NsfvW-program-route {
    padding: 1.5rem;
}.OhvBT-course-structure .NsfvW-program-route h3 {
    font-size: calc(47px * 0.7);
}.OhvBT-course-structure .NsfvW-program-route p {
    margin-bottom: 2rem;
    font-size: calc(12px * 0.9);
}.OhvBT-course-structure .NsfvW-program-route .NPsIO-message-request {
    padding: 1rem;
    text-align: center;
    width: 100%;
}.OhvBT-course-structure .NsfvW-program-route::before {
    display: none;
}}

@keyframes carousel-horizontal {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(-20%);
    }
    40%, 56% {
        transform: translateX(-40%);
    }
    60%, 76% {
        transform: translateX(-60%);
    }
    80%, 96% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}header .top_plank {
    color:  #ffffff;
    background: rgb(199,163,184);
}header .top_plank .qiUxC-top-divider div svg, header .top_plank .qiUxC-top-divider div svg path {
    fill: #ffffff;
}header .top_plank .qiUxC-top-divider div span {
    color: #ffffff;
}header .top_plank .qiUxC-top-divider {
    display: flex;
    flex-wrap: wrap;
    line-height: 21px;
    align-items: center;
    width: 100%;
    font-size: 14px;
    justify-content: flex-start;
    padding: 15px 0 10px 0;
}header .top_plank .qiUxC-top-divider div {
    margin-right: 24px;
    align-items: center;
    justify-content: flex-start;
    display: flex;
}header .top_plank .qiUxC-top-divider div img, header .top_plank .qiUxC-top-divider div svg {
    margin-right: 8px;
    height: 16px;
    width: 16px;
}.AZMXp-about-this {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.AZMXp-about-this::before {
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(199,163,184,0.5), rgba(0, 0, 0, 0.5) 80%);
    top: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    content: "";
}.AZMXp-about-this::after {
    width: 200px;
    z-index: 2;
    top: -30px;
    transform: rotate(15deg);
    opacity: 0.15;
    position: absolute;
    content: "";
    border: 2px solid rgb(185,121,164);
    animation: float 12s infinite ease-in-out;
    height: 200px;
    right: -30px;
}.AZMXp-about-this .container {
    max-width: 1200px;
    padding: 0 20px;
    z-index: 3;
    margin: 0 auto;
    position: relative;
}.AZMXp-about-this .WSrnL-headline-wrap {
    padding: 60px 45px;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1), 0 10px 15px rgba(0, 0, 0, 0.05);
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
    transform: perspective(1000px) rotateY(2deg);
}.AZMXp-about-this .WSrnL-headline-wrap::before {
    content: "";
    background: linear-gradient(to bottom, rgb(199,163,184), rgb(185,121,164));
    width: 5px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}.AZMXp-about-this .WSrnL-headline-wrap:hover {
    transform: perspective(1000px) rotateY(0deg);
}.AZMXp-about-this h1 {
    padding-bottom: 15px;
    position: relative;
    color: #000000;
    transition: transform 0.5s ease;
    font-weight: 700;
    transform: translateX(-10px);
    font-size: 44px;
    margin-bottom: 40px;
}.AZMXp-about-this .WSrnL-headline-wrap:hover h1 {
    transform: translateX(0);
}.AZMXp-about-this h1::after {
    transform: scaleX(0.7);
    width: 80px;
    height: 3px;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    content: "";
    position: absolute;
    transform-origin: left center;
    bottom: 0;
    background: rgb(185,121,164);
    left: 0;
}.AZMXp-about-this .WSrnL-headline-wrap:hover h1::after {
    transform: scaleX(1);
}.AZMXp-about-this ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.AZMXp-about-this li {
    margin-bottom: 25px;
}.AZMXp-about-this h4 {
    transition: all 0.3s ease;
    margin-bottom: 15px;
    color: rgb(199,163,184);
    letter-spacing: 0.05em;
    transform: translateY(5px);
    font-size: calc(20px * 1.1);
    opacity: 0.9;
    font-weight: 600;
}.AZMXp-about-this .WSrnL-headline-wrap:hover h4 {
    transform: translateY(0);
    opacity: 1;
}.AZMXp-about-this span {
    transition: opacity 0.5s ease;
    display: block;
    max-width: 100%;
    color: #000000;
    column-count: 1;
    font-size: 13px;
    column-gap: 40px;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    opacity: 0.9;
}.AZMXp-about-this .WSrnL-headline-wrap:hover span {
    opacity: 1;
}@keyframes float {
    0%, 100% {
        transform: rotate(15deg) translate(0, 0);
    }
    50% {
        transform: rotate(10deg) translate(10px, 15px);
    }
}


.AZMXp-about-this .WSrnL-headline-wrap::after {
    background: linear-gradient(90deg, transparent, rgb(199,163,184), transparent);
    height: 2px;
    transform-origin: left;
    transform: scaleX(0);
    left: 0;
    position: absolute;
    animation: loadingBar 3s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    top: 0;
    width: 100%;
    content: "";
}

@keyframes loadingBar {
    0% {
        transform: scaleX(0);
    }
    50% {
        transform: scaleX(1);
    }
    100% {
        transform: scaleX(0);
        transform-origin: right;
    }
}


@media (min-width: 768px) {.AZMXp-about-this {
    padding: 150px 0;
}.AZMXp-about-this .WSrnL-headline-wrap {
    width: 90%;
    margin-left: 5%;
    padding: 70px 60px;
}.AZMXp-about-this span {
    column-count: 2;
}.AZMXp-about-this::after {
    height: 300px;
    width: 300px;
}
}

@media (min-width: 992px) {.AZMXp-about-this {
    padding: 180px 0;
}.AZMXp-about-this .WSrnL-headline-wrap {
    padding: 80px 70px;
    width: 80%;
    margin-left: 8%;
}.AZMXp-about-this h1 {
    font-size: calc(44px * 1.2);
}.AZMXp-about-this span {
    column-count: 2;
    font-size: calc(13px * 1.05);
}
}

@media (max-width: 767px) {.AZMXp-about-this {
    padding: 80px 0;
}.AZMXp-about-this .WSrnL-headline-wrap {
    transform: perspective(1000px) rotateY(0deg);
    padding: 40px 30px;
}.AZMXp-about-this h1 {
    font-size: calc(44px * 0.9);
    margin-bottom: 30px;
}.AZMXp-about-this h4 {
    font-size: 20px;
}.AZMXp-about-this span {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
}.AZMXp-about-this::after {
    height: 150px;
    width: 150px;
}
}

@media (max-width: 480px) {.AZMXp-about-this {
    padding: 60px 0;
}.AZMXp-about-this .WSrnL-headline-wrap {
    padding: 30px 25px;
}.AZMXp-about-this h1 {
    margin-bottom: 25px;
    font-size: calc(44px * 0.8);
}.AZMXp-about-this h1::after {
    width: 60px;
}.AZMXp-about-this span {
    font-size: calc(13px * 0.9);
    line-height: 1.5;
}}.GDTyp-modalDataProtection {
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    background: rgb(185,121,164);
    z-index: 90;
    animation: slideUp 0.5s forwards;
    width: 100%;
    position: fixed;
    border-top: 3px solid rgb(185,121,164);
    transition: transform 0.3s ease-in-out;
    bottom: 0;
    padding: 20px 0;
    transform: translateY(100%);
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
#HXZdr-cookieUsageNotice {
    display: none;
}#HXZdr-cookieUsageNotice:checked ~ .GDTyp-modalDataProtection {
    visibility: hidden;
    opacity: 0;
}.Cvbul-cookie-necessary {
    padding: 20px 5%;
    gap: 20px;
    justify-content: space-between;
    display: flex;
    align-items: center;
}.GDTyp-modalDataProtection h5 {
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 19px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
}.GDTyp-modalDataProtection p {
    font-size: 12px;
    line-height: 1.5;
    font-family: Arial, sans-serif;
    color: #ffffff;
}.MTOHt-privacy-learn {
    margin-right: 15px;
    align-items: center;
    justify-content: center;
    display: flex;
    filter: drop-shadow(0 0 10px rgb(199,163,184));
    flex-shrink: 0;
}.MTOHt-privacy-learn svg {
    transition: transform 0.3s ease-in-out;
    height: 80px;
    fill: rgb(199,163,184);
    width: 80px;
}.MTOHt-privacy-learn:hover svg {
    transform: scale(1.1);
}.cqJFs-track-accept {
    cursor: pointer;
    flex-shrink: 0;
    background: linear-gradient(90deg, rgb(199,163,184), rgb(185,121,164));
    margin-left: 10px;
    text-align: center;
    box-shadow: 0 0 15px rgb(199,163,184);
    border-radius: 29px;
    font-size: 18px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    color: #000000;
    white-space: nowrap;
    line-height: 40px;
    padding: 10px 20px;
    text-decoration: none;
    min-width: 140px;
}.cqJFs-track-accept:hover {
    box-shadow: 0 0 20px rgb(185,121,164);
}.cookie_button.SmvxR-privacy-switch {
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid rgb(185,121,164);
    color: #ffffff;
}.cookie_button.SmvxR-privacy-switch:hover {
    box-shadow: 0 0 15px rgb(185,121,164);
    background: rgba(0, 0, 0, 0.5);
}.GDTyp-modalDataProtection p a {
    color: rgb(199,163,184);
    transition: color 0.3s ease;
    text-decoration: none;
}.GDTyp-modalDataProtection p a:hover {
    color: rgb(185,121,164);
}
@media only screen and (max-width: 1200px) {.GDTyp-modalDataProtection {
    padding: 15px 0;
}.Cvbul-cookie-necessary {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.MTOHt-privacy-learn {
    display: none;
}.Cvbul-cookie-necessary {
    align-items: center;
    text-align: center;
    flex-direction: column;
}.GDTyp-modalDataProtection h5 {
    font-size: 20px;
    margin-bottom: 5px;
}.YLhGf-cookie-disclaimer {
    margin-bottom: 15px;
}.cqJFs-track-accept {
    margin: 10px 0;
    min-width: 100%;
}}
.iGsYE-secure-habitat {
    --heading-gradient: linear-gradient(135deg, rgb(199,163,184), rgb(185,121,164));
    --content-spacing: clamp(1.5rem, 5vw, 3.5rem);
    background: linear-gradient(145deg, rgb(221,208,216), rgba(255, 255, 255, 0.97));
    position: relative;
    overflow: hidden;
    --text-shadow-subtle: 0 1px 2px rgba(0, 0, 0, 0.05);
    --section-padding: clamp(2rem, 7vw, 5rem);
    padding: var(--section-padding) 0;
}.iGsYE-secure-habitat::before {
    pointer-events: none;
    opacity: 0.07;
    top: 0;
    position: absolute;
    content: "";
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(199,163,184,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(185,121,164,0.5) 0%, transparent 50%);
    height: 100%;
    z-index: 0;
    width: 100%;
    left: 0;
}.iGsYE-secure-habitat::after {
    right: -10%;
    background: linear-gradient(145deg, rgb(199,163,184,0.5), rgb(185,121,164,0.5));
    top: -5%;
    position: absolute;
    opacity: 0.03;
    transform: rotate(-15deg) skewX(15deg);
    filter: blur(30px);
    width: 25%;
    animation: ambient-shift 25s ease-in-out infinite alternate;
    z-index: 0;
    content: "";
    height: 50%;
}.iGsYE-secure-habitat .container {
    position: relative;
    overflow: hidden;
    transform: translateZ(0);
    padding: clamp(1.5rem, 5vw, 3rem);
    z-index: 1;
    max-width: min(90%, 1200px);
    background: #ffffff;
    box-shadow: 
        0 10px 30px -10px rgba(rgba(0, 0, 0, 0.5), 0.07),
        0 1px 3px rgba(rgba(0, 0, 0, 0.5), 0.05);
    margin: 0 auto;
}.iGsYE-secure-habitat .container::before {
    width: 100%;
    height: 5px;
    z-index: 2;
    left: 0;
    content: "";
    background: var(--heading-gradient);
    position: absolute;
    top: 0;
}.iGsYE-secure-habitat h1 {
    position: relative;
    color: #000000;
    margin-bottom: calc(var(--content-spacing) * 0.8);
    line-height: 1.2;
    font-size: 44px;
    letter-spacing: -0.02em;
    font-weight: 700;
}.iGsYE-secure-habitat h1::after {
    content: "";
    background: var(--heading-gradient);
    height: 3px;
    left: 0;
    transition: transform 0.3s ease-out;
    transform-origin: left;
    position: absolute;
    bottom: -15px;
    width: 80px;
}.iGsYE-secure-habitat h2 {
    font-weight: 600;
    margin: calc(var(--content-spacing) * 1.2) 0 calc(var(--content-spacing) * 0.5);
    font-size: 34px;
    position: relative;
    padding-left: 15px;
    color: #000000;
}.iGsYE-secure-habitat h2::before {
    transition: transform 0.3s ease;
    transform: scaleY(1);
    left: 0;
    background: rgb(185,121,164);
    position: absolute;
    transform-origin: bottom;
    top: 0.25em;
    width: 5px;
    height: 75%;
    content: "";
}.iGsYE-secure-habitat h3 {
    font-size: calc(34px * 0.85);
    font-weight: 600;
    border-bottom: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.1);
    color: #000000;
    margin: calc(var(--content-spacing) * 0.8) 0 calc(var(--content-spacing) * 0.4);
    padding-bottom: 0.5rem;
}.iGsYE-secure-habitat h4 {
    font-weight: 600;
    color: #000000;
    margin: calc(var(--content-spacing) * 0.7) 0 calc(var(--content-spacing) * 0.3);
    font-size: calc(34px * 0.7);
    opacity: 0.9;
}.iGsYE-secure-habitat p {
    line-height: 1.7;
    font-size: 15px;
    margin-bottom: calc(var(--content-spacing) * 0.7);
    color: #000000;
    max-width: 80ch;
}.iGsYE-secure-habitat strong {
    color: rgb(199,163,184);
    position: relative;
    font-weight: 600;
    display: inline-block;
}.iGsYE-secure-habitat span {
    font-size: 15px;
    display: block;
    padding-left: 1rem;
    color: #000000;
    line-height: 1.7;
    margin-bottom: calc(var(--content-spacing) * 0.7);
    position: relative;
}.iGsYE-secure-habitat span::before {
    content: "";
    left: 0;
    background-color: rgb(185,121,164,0.5);
    top: 0.3em;
    position: absolute;
    height: calc(100% - 0.6em);
    width: 3px;
}.iGsYE-secure-habitat ul {
    margin: calc(var(--content-spacing) * 0.5) 0 calc(var(--content-spacing) * 0.8);
    padding-left: 1.5rem;
    list-style: none;
}.iGsYE-secure-habitat li {
    margin-bottom: 1rem;
    line-height: 1.6;
    padding-left: 1.5rem;
    position: relative;
    font-size: 15px;
    color: #000000;
}.iGsYE-secure-habitat li::before {
    opacity: 0.8;
    border-radius: 1px;
    top: 0.5em;
    left: 0;
    content: "";
    transform: rotate(45deg);
    background: rgb(199,163,184);
    position: absolute;
    width: 8px;
    height: 8px;
}

@media (max-width: 768px) {.iGsYE-secure-habitat .container {
    padding: 1.5rem;
}.iGsYE-secure-habitat h1 {
    font-size: calc(44px * 0.8);
}.iGsYE-secure-habitat h2 {
    padding-left: 12px;
    font-size: calc(34px * 0.85);
}.iGsYE-secure-habitat p, 
    .iGsYE-secure-habitat span,
    .iGsYE-secure-habitat li {
    font-size: calc(15px * 0.95);
}.iGsYE-secure-habitat ul {
    padding-left: 0.5rem;
}.iGsYE-secure-habitat h1::after {
    width: 60px;
}
}

@media (max-width: 480px) {.iGsYE-secure-habitat {
    --content-spacing: 1.2rem;
}.iGsYE-secure-habitat .container {
    padding: 1.2rem;
}.iGsYE-secure-habitat h1 {
    font-size: calc(44px * 0.7);
}.iGsYE-secure-habitat h2 {
    padding-left: 10px;
    font-size: calc(34px * 0.75);
}.iGsYE-secure-habitat h2::before {
    width: 4px;
}.iGsYE-secure-habitat p, 
    .iGsYE-secure-habitat span,
    .iGsYE-secure-habitat li {
    line-height: 1.6;
    font-size: calc(15px * 0.9);
}.iGsYE-secure-habitat li {
    padding-left: 1.2rem;
    margin-bottom: 0.8rem;
}.iGsYE-secure-habitat li::before {
    height: 6px;
    width: 6px;
}.iGsYE-secure-habitat h1::after {
    height: 2px;
    width: 50px;
}
}

@keyframes ambient-shift {
    0% {
        opacity: 0.02;
        transform: rotate(-15deg) skewX(15deg) translate(0, 0);
    }
    50% {
        opacity: 0.04;
        transform: rotate(-12deg) skewX(12deg) translate(2%, 5%);
    }
    100% {
        opacity: 0.03;
        transform: rotate(-18deg) skewX(18deg) translate(-2%, -3%);
    }
}

@media (hover: hover) {.iGsYE-secure-habitat h2:hover::before {
    transform: scaleY(1.2);
}.iGsYE-secure-habitat .container:hover h1::after {
    transform: scaleX(1.1);
}.iGsYE-secure-habitat li:hover::before {
    transition: transform 0.3s ease;
    transform: rotate(135deg);
}}.YOmio-program-results {
    padding: 120px 0 140px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(221,208,216) 0%, #ffffff 100%);
    position: relative;
}.YOmio-program-results::before {
    position: absolute;
    height: 300px;
    content: "";
    opacity: 0.4;
    filter: blur(100px);
    background: rgb(199,163,184,0.5);
    transform: rotate(-15deg);
    z-index: 0;
    width: 300px;
    left: -100px;
    top: -50px;
}.YOmio-program-results::after {
    transform: rotate(25deg);
    width: 200px;
    bottom: -40px;
    position: absolute;
    height: 200px;
    background: rgb(185,121,164,0.5);
    z-index: 0;
    right: -60px;
    content: "";
    opacity: 0.3;
    filter: blur(80px);
}.YOmio-program-results h5 {
    margin-left: auto;
    margin-bottom: 60px;
    max-width: 800px;
    font-weight: 700;
    color: #000000;
    position: relative;
    transform: translateY(0);
    transition: transform 0.5s ease-out;
    text-align: center;
    font-size: 22px;
    z-index: 2;
    margin-right: auto;
    line-height: 1.4;
}.YOmio-program-results h5:hover {
    transform: translateY(-5px);
}.YOmio-program-results h5::after {
    left: 50%;
    position: absolute;
    height: 4px;
    border-radius: 10px;
    width: 80px;
    content: "";
    background: linear-gradient(90deg, rgb(199,163,184) 0%, rgb(185,121,164) 100%);
    transform: translateX(-50%);
    bottom: -15px;
}.YOmio-program-results .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
    padding: 0 20px;
}.YOmio-program-results .KDEau-academy-learnings {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    display: flex;
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateX(0deg);
    background: rgba(255, 255, 255, 0.8);
    align-items: center;
    transition: transform 0.5s ease-out, box-shadow 0.5s ease-out;
    position: relative;
    border-left: 4px solid rgb(199,163,184);
    flex-direction: column;
    padding: 40px;
    gap: 40px;
}.YOmio-program-results .KDEau-academy-learnings:hover {
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
}.YOmio-program-results .KDEau-academy-learnings > div:first-child {
    overflow: hidden;
    position: relative;
    width: 100%;
}.YOmio-program-results .SPTdy-img-overlay {
    transition: transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    width: 100%;
    height: auto;
    object-fit: cover;
    transform: scale(1);
}.YOmio-program-results .KDEau-academy-learnings:hover .SPTdy-img-overlay {
    transform: scale(1.05);
}.YOmio-program-results .WSrnL-headline-wrap {
    width: 100%;
}.YOmio-program-results .WSrnL-headline-wrap ul {
    grid-template-columns: 1fr;
    padding: 0;
    list-style: none;
    margin: 0;
    gap: 20px;
    display: grid;
}.YOmio-program-results .WSrnL-headline-wrap li {
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0.95;
    padding-left: 40px;
    transform: translateY(0);
    position: relative;
}.YOmio-program-results .WSrnL-headline-wrap li:hover {
    opacity: 1;
    transform: translateY(-3px);
}.YOmio-program-results .WSrnL-headline-wrap li p {
    font-weight: 400;
    line-height: 1.6;
    font-size: 17px;
    position: relative;
    color: #000000;
    margin: 0;
    font-family: Arial, sans-serif;
}.YOmio-program-results .WSrnL-headline-wrap li svg {
    height: 24px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: absolute;
    top: 2px;
    left: -40px;
    width: 24px;
}.YOmio-program-results .WSrnL-headline-wrap li:hover svg {
    transform: scale(1.2) rotate(5deg);
}.YOmio-program-results .WSrnL-headline-wrap li svg path {
    transition: fill 0.3s ease;
    fill: rgb(199,163,184);
}.YOmio-program-results .WSrnL-headline-wrap li:hover svg path {
    fill: rgb(185,121,164);
}.YOmio-program-results .WSrnL-headline-wrap li:nth-child(odd) {
    padding-left: 45px;
    border-left: 2px solid rgba(var(--primary-color-rgb), 0.1);
}.YOmio-program-results .WSrnL-headline-wrap li:nth-child(even) {
    padding-right: 15px;
    border-right: 2px solid rgba(var(--secondary-color-rgb), 0.1);
}.YOmio-program-results .WSrnL-headline-wrap li::before {
    bottom: -5px;
    left: 0;
    background: linear-gradient(90deg, rgb(199,163,184) 0%, rgb(185,121,164) 100%);
    height: 2px;
    transition: width 0.4s ease-out;
    width: 0;
    content: "";
    position: absolute;
}.YOmio-program-results .WSrnL-headline-wrap li:hover::before {
    width: 100%;
}

@media (min-width: 768px) {.YOmio-program-results {
    padding: 150px 0 180px;
}.YOmio-program-results .KDEau-academy-learnings {
    border-left: 6px solid rgb(199,163,184);
    padding: 60px;
    flex-direction: row;
}.YOmio-program-results .KDEau-academy-learnings > div:first-child {
    flex-shrink: 0;
    width: 40%;
}.YOmio-program-results .WSrnL-headline-wrap {
    padding-left: 40px;
    width: 60%;
}.YOmio-program-results .WSrnL-headline-wrap ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
}.YOmio-program-results h5 {
    font-size: calc(22px * 1.1);
    margin-bottom: 80px;
}.YOmio-program-results h5::after {
    height: 5px;
    width: 120px;
}
}

@media (min-width: 992px) {.YOmio-program-results .KDEau-academy-learnings {
    padding: 70px;
}.YOmio-program-results .KDEau-academy-learnings > div:first-child {
    width: 45%;
}.YOmio-program-results .WSrnL-headline-wrap {
    padding-left: 50px;
    width: 55%;
}.YOmio-program-results .SPTdy-img-overlay {
    height: 450px;
}
}

@media (max-width: 767px) {.YOmio-program-results {
    padding: 80px 0 100px;
}.YOmio-program-results h5 {
    padding: 0 15px;
    margin-bottom: 40px;
    font-size: calc(22px * 0.9);
}.YOmio-program-results .KDEau-academy-learnings {
    padding: 30px 20px;
}.YOmio-program-results .SPTdy-img-overlay {
    height: 250px;
    margin-bottom: 20px;
}.YOmio-program-results .WSrnL-headline-wrap li {
    margin-bottom: 15px;
}.YOmio-program-results .WSrnL-headline-wrap li p {
    font-size: calc(17px * 0.95);
}}.ANViM-title-board {
    overflow: hidden;
    align-items: center;
    display: flex;
    position: relative;
    min-height: 100vh;
    justify-content: center;
    z-index: 1;
}.ANViM-title-board::before {
    left: 0;
    bottom: 0;
    content: "";
    right: 0;
    z-index: -1;
    position: absolute;
    background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.85) 0%, 
    rgba(0, 0, 0, 0.65) 50%, 
    rgba(0, 0, 0, 0.75) 100%);
    top: 0;
}.ANViM-title-board::after {
    animation: pulse 8s infinite alternate ease-in-out;
    opacity: 0.2;
    transform: rotate(-15deg);
    content: "";
    width: 80%;
    height: 80%;
    right: -10%;
    position: absolute;
    z-index: -1;
    background: radial-gradient(
    circle at center,
    rgb(199,163,184,0.5) 0%,
    transparent 70%
  );
    top: -10%;
}.ANViM-title-board > div {
    transform: translateY(-2vh);
    position: relative;
    padding: 2rem;
    width: 90%;
    max-width: 1200px;
    z-index: 2;
}.ANViM-title-board > div > div:first-child {
    position: relative;
    margin-bottom: 2.5rem;
    overflow: hidden;
    padding-left: 2rem;
}.ANViM-title-board > div > div:first-child::before {
    content: "";
    animation: slide-in 1.2s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    width: 6px;
    left: 0;
    background: linear-gradient(to bottom, rgb(199,163,184), rgb(185,121,164));
    top: 0;
    transform: translateY(-100%);
    height: 100%;
}.ANViM-title-board .title_style_header {
    transform: translateY(20px);
    margin: 0;
    line-height: 1.2;
    font-weight: 700;
    opacity: 0;
    position: relative;
    font-size: calc(45px * 1.1);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    animation: fade-up 1.2s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    color: #ffffff;
}.ANViM-title-board .UouyX-virtual-school {
    position: relative;
    background: linear-gradient(135deg, 
    rgba(255, 255, 255, 0.09) 0%, 
    rgba(255, 255, 255, 0.05) 100%);
    gap: 2rem;
    opacity: 0;
    transform: translateY(20px);
    padding: 2.5rem;
    backdrop-filter: blur(10px);
    display: grid;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    animation: fade-up 1.2s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}.ANViM-title-board .UouyX-virtual-school::before {
    background-size: 20px 20px;
    opacity: 0.1;
    width: calc(100% + 20px);
    transform: scale(1.02);
    height: calc(100% + 20px);
    z-index: -1;
    left: -10px;
    top: -10px;
    background: linear-gradient(45deg, 
    transparent 48%, 
    rgb(185,121,164) 49%, 
    rgb(185,121,164) 51%, 
    transparent 52%);
    position: absolute;
    content: "";
}.ANViM-title-board .eHVTd-study-expert {
    margin-bottom: 1rem;
    position: relative;
}.ANViM-title-board .eHVTd-study-expert h3 {
    font-weight: 600;
    position: relative;
    padding-bottom: 1rem;
    margin: 0;
    color: #ffffff;
    font-size: calc(21px * 1.05);
    line-height: 1.5;
}.ANViM-title-board .eHVTd-study-expert h3::after {
    transform-origin: left;
    height: 3px;
    transform: scaleX(0);
    width: 60%;
    animation: scale-in 1.5s 1s forwards cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(to right, rgb(199,163,184), rgb(185,121,164));
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
}.ANViM-title-board .UouyX-virtual-school > div:last-child {
    position: relative;
}.ANViM-title-board .UouyX-virtual-school span {
    display: inline-block;
    position: relative;
}.ANViM-title-board .UouyX-virtual-school p {
    padding-left: 1.5rem;
    position: relative;
    line-height: 1.6;
    color: #ffffff;
    font-size: calc(12px * 1.1);
    margin: 0;
}.ANViM-title-board .UouyX-virtual-school p::before {
    background-color: rgb(199,163,184);
    box-shadow: 0 0 10px rgb(199,163,184);
    position: absolute;
    border-radius: 50%;
    height: 8px;
    transform: translateY(-50%);
    width: 8px;
    left: 0;
    top: 50%;
    content: "";
}

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

@keyframes slide-in {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes scale-in {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

@keyframes pulse {
  0% {
    opacity: 0.1;
    transform: rotate(-15deg) scale(1);
  }
  100% {
    opacity: 0.3;
    transform: rotate(-12deg) scale(1.05);
  }
}

@media (min-width: 768px) {.ANViM-title-board > div {
    padding: 3rem;
    width: 85%;
}.ANViM-title-board > div > div:first-child {
    padding-left: 3rem;
    margin-bottom: 3.5rem;
}.ANViM-title-board .title_style_header {
    font-size: calc(45px * 1.3);
}.ANViM-title-board .UouyX-virtual-school {
    padding: 3.5rem;
    gap: 3rem;
    display: grid;
    grid-template-columns: 1.5fr 1fr;
}.ANViM-title-board .eHVTd-study-expert h3 {
    font-size: calc(21px * 1.1);
}.ANViM-title-board .UouyX-virtual-school p {
    font-size: calc(12px * 1.15);
}
}

@media (min-width: 1200px) {.ANViM-title-board > div {
    width: 80%;
    padding: 4rem;
}.ANViM-title-board > div > div:first-child {
    padding-left: 4rem;
}.ANViM-title-board .title_style_header {
    font-size: calc(45px * 1.5);
}.ANViM-title-board .UouyX-virtual-school {
    padding: 4rem;
    gap: 4rem;
}.ANViM-title-board .eHVTd-study-expert h3 {
    font-size: calc(21px * 1.2);
}.ANViM-title-board .UouyX-virtual-school p {
    font-size: calc(12px * 1.2);
}.ANViM-title-board .UouyX-virtual-school::before {
    background-size: 30px 30px;
}
}

@media (max-width: 767px) {.ANViM-title-board {
    min-height: 90vh;
}.ANViM-title-board > div {
    padding: 1.5rem;
    width: 95%;
}.ANViM-title-board > div > div:first-child {
    margin-bottom: 2rem;
    padding-left: 1rem;
}.ANViM-title-board .title_style_header {
    font-size: calc(45px * 0.9);
}.ANViM-title-board .UouyX-virtual-school {
    gap: 1.5rem;
    padding: 1.8rem;
}.ANViM-title-board .eHVTd-study-expert h3 {
    padding-bottom: 0.8rem;
    font-size: 21px;
}.ANViM-title-board .UouyX-virtual-school p {
    font-size: 12px;
    padding-left: 1.2rem;
}}footer {
    position: relative;
    color: #ffffff;
    font-family: Arial, sans-serif;
    z-index: 1;
}footer::before {
    height: 100%;
    z-index: -1;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(199,163,184,0.5) 50%, rgb(185,121,164,0.5) 100%);
    animation: gradientShift 15s ease infinite;
    backdrop-filter: blur(8px);
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
    top: 0;
}.NnYgd-intern-ship {
    padding: 4.5rem 0 2rem;
    position: relative;
}.NnYgd-intern-ship::before {
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(199,163,184) 25%, 
                #ffffff 50%, 
                rgb(185,121,164) 75%, 
                transparent 100%);
    height: 1px;
    left: 0;
    right: 0;
    content: "";
    animation: shimmer 8s linear infinite;
    top: 0;
    position: absolute;
}.NnYgd-intern-ship .container {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    z-index: 1;
    position: relative;
}.NnYgd-intern-ship .company_holder {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15), 
                inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 18px;
    transform: translateY(0);
    margin-right: 2rem;
    backdrop-filter: blur(15px);
    flex: 1 1 350px;
    background: rgba(0, 0, 0, 0.5);
    padding: 1.5rem;
}.NnYgd-intern-ship .company_holder:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 
                inset 0 0 0 1px rgba(255, 255, 255, 0.15),
                0 0 20px rgb(199,163,184,0.5);
    transform: translateY(-5px);
}.NnYgd-intern-ship .company_holder h3 {
    position: relative;
    color: #ffffff;
    margin-bottom: 1.25rem;
    display: inline-block;
    font-weight: 700;
    font-size: calc(28px * 0.85);
}.NnYgd-intern-ship .company_holder h3::after {
    background: linear-gradient(to right, rgb(199,163,184), rgb(185,121,164));
    bottom: -8px;
    position: absolute;
    transition: transform 0.5s ease;
    height: 2px;
    left: 0;
    transform-origin: left;
    content: "";
    transform: scaleX(0.3);
    width: 100%;
}.NnYgd-intern-ship .company_holder:hover h3::after {
    transform: scaleX(1);
}.NnYgd-intern-ship .ilcfh-slack-invite {
    margin-top: 1rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    font-size: 17px;
    max-width: 450px;
}.NnYgd-intern-ship .GJCiI-pitch-comp {
    position: relative;
    flex: 1 1 450px;
}.NnYgd-intern-ship .cVCGr-head-teach {
    flex-wrap: wrap;
    display: flex;
    gap: 1.5rem;
}.NnYgd-intern-ship .GJCiI-pitch-comp .cVCGr-head-teach {
    justify-content: flex-end;
}.NnYgd-intern-ship .GqmbS-header-know {
    border-radius: 18px;
    position: relative;
    transition: all 0.3s ease;
    flex: 1 1 200px;
    padding: 1.5rem;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
}.NnYgd-intern-ship .GqmbS-header-know h5 {
    color: #ffffff;
    font-weight: 600;
    font-size: 23px;
    margin-bottom: 1.25rem;
    display: inline-block;
    position: relative;
}.NnYgd-intern-ship .GqmbS-header-know h5::before {
    left: 0;
    transition: width 0.3s ease;
    width: 40px;
    bottom: -6px;
    height: 2px;
    background: rgb(199,163,184);
    position: absolute;
    content: "";
}.NnYgd-intern-ship .GqmbS-header-know:hover h5::before {
    width: 100%;
}.NnYgd-intern-ship .GqmbS-header-know .cVCGr-head-teach {
    flex-direction: column;
    gap: 0.75rem;
    display: flex;
}.NnYgd-intern-ship .GqmbS-header-know a {
    position: relative;
    padding: 0.25rem 0.5rem;
    font-size: 17px;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 10px;
    display: block;
    z-index: 1;
}.NnYgd-intern-ship .GqmbS-header-know a::before {
    z-index: -1;
    bottom: 0;
    position: absolute;
    width: 0;
    content: "";
    transition: width 0.3s ease;
    background: linear-gradient(to right, rgb(199,163,184), rgb(185,121,164));
    left: 0;
    height: 1px;
}.NnYgd-intern-ship .GqmbS-header-know a:hover {
    color: #ffffff;
    transform: translateX(5px);
}.NnYgd-intern-ship .GqmbS-header-know a:hover::before {
    width: 100%;
}.SZLwT-blog-ref {
    padding: 1.5rem 0;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    backdrop-filter: blur(15px);
}.SZLwT-blog-ref::before {
    top: 0;
    left: 0;
    content: "";
    height: 1px;
    position: absolute;
    right: 0;
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(185,121,164) 25%, 
                #ffffff 50%, 
                rgb(199,163,184) 75%, 
                transparent 100%);
}.SZLwT-blog-ref .container {
    justify-content: center;
    align-items: center;
    position: relative;
    display: flex;
}.SZLwT-blog-ref .ArgbE-idea-pool {
    transition: all 0.3s ease;
    border-radius: 30px;
    backdrop-filter: blur(5px);
    position: relative;
    text-align: center;
    padding: 0.5rem 1rem;
    color: rgba(255, 255, 255, 0.7);
    background: rgba(0, 0, 0, 0.1);
    font-size: 12px;
}.SZLwT-blog-ref .ArgbE-idea-pool:hover {
    box-shadow: 0 0 15px rgb(199,163,184,0.5);
    color: #ffffff;
    background: rgba(0, 0, 0, 0.2);
}

@keyframes gradientShift {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    100% {
        background-position: 1000px 0;
    }
}

@keyframes pulsate {
    0%, 100% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.6;
        transform: scale(1.05);
    }
}

@media (max-width: 992px) {.NnYgd-intern-ship {
    padding: 3.5rem 0 2rem;
}.NnYgd-intern-ship .container {
    flex-direction: column;
}.NnYgd-intern-ship .company_holder {
    margin-right: 0;
    margin-bottom: 2rem;
    flex: 1 1 100%;
}.NnYgd-intern-ship .GJCiI-pitch-comp {
    flex: 1 1 100%;
}.NnYgd-intern-ship .GJCiI-pitch-comp .cVCGr-head-teach {
    justify-content: space-between;
}.NnYgd-intern-ship .GqmbS-header-know {
    flex: 1 1 calc(50% - 1rem);
}
}

@media (max-width: 768px) {.NnYgd-intern-ship {
    padding: 3rem 0 1.5rem;
}.NnYgd-intern-ship::before {
    height: 2px;
}.NnYgd-intern-ship .company_holder {
    padding: 1.25rem;
}.NnYgd-intern-ship .GqmbS-header-know {
    flex: 1 1 100%;
    margin-bottom: 1rem;
}.NnYgd-intern-ship .GJCiI-pitch-comp .cVCGr-head-teach {
    flex-direction: column;
}.SZLwT-blog-ref {
    padding: 1.25rem 0;
}.SZLwT-blog-ref::before {
    height: 2px;
}
}

@media (max-width: 576px) {.NnYgd-intern-ship {
    padding: 2.5rem 0 1rem;
}.NnYgd-intern-ship .company_holder h3 {
    font-size: calc(28px * 0.75);
}.NnYgd-intern-ship .ilcfh-slack-invite {
    font-size: calc(17px * 0.9);
}.NnYgd-intern-ship .GqmbS-header-know h5 {
    font-size: calc(23px * 0.9);
}.NnYgd-intern-ship .GqmbS-header-know a {
    font-size: calc(17px * 0.9);
}.SZLwT-blog-ref .ArgbE-idea-pool {
    padding: 0.4rem 0.8rem;
    font-size: calc(12px * 0.9);
}}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-30px) scale(1.1);
    }
}

.NnYgd-intern-ship .cVCGr-head-teach a::after {
    transition: transform 0.3s ease;
    content: "";
    top: 50%;
    width: 4px;
    background: rgb(199,163,184);
    border-radius: 50%;
    left: -10px;
    position: absolute;
    height: 4px;
    transform: translateY(-50%) scale(0);
}.NnYgd-intern-ship .cVCGr-head-teach a:hover::after {
    transform: translateY(-50%) scale(1);
}.NnYgd-intern-ship .ilcfh-slack-invite::before {
    top: -10px;
    width: 0;
    position: absolute;
    transition: width 0.5s ease 0.3s, height 0.5s ease;
    border: 1px solid transparent;
    height: 0;
    content: "";
    left: -10px;
}.NnYgd-intern-ship .ilcfh-slack-invite::after {
    content: "";
    transition: width 0.5s ease 0.3s, height 0.5s ease;
    width: 0;
    border: 1px solid transparent;
    bottom: -10px;
    height: 0;
    right: -10px;
    position: absolute;
}.NnYgd-intern-ship .company_holder:hover .ilcfh-slack-invite::before {
    border-top-color: rgb(199,163,184,0.5);
    border-right-color: rgb(199,163,184,0.5);
    transition: width 0.5s ease, height 0.5s ease 0.3s;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
}.NnYgd-intern-ship .company_holder:hover .ilcfh-slack-invite::after {
    border-left-color: rgb(185,121,164,0.5);
    border-bottom-color: rgb(185,121,164,0.5);
    transition: width 0.5s ease, height 0.5s ease 0.3s;
    height: calc(100% + 20px);
    width: calc(100% + 20px);
}.eUWPo-future-members {
    padding: 120px 0 100px;
    position: relative;
    background: rgb(221,208,216);
    overflow: hidden;
}.eUWPo-future-members::before {
    top: -50%;
    transform: rotate(35deg);
    height: 100%;
    z-index: 1;
    position: absolute;
    background: rgb(199,163,184,0.5);
    content: "";
    right: -50%;
    width: 100%;
}.eUWPo-future-members::after {
    background: rgb(185,121,164,0.5);
    position: absolute;
    left: -50%;
    content: "";
    bottom: -50%;
    transform: rotate(-35deg);
    height: 100%;
    z-index: 1;
    width: 100%;
}.eUWPo-future-members .container {
    max-width: 1140px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    padding: 0 15px;
}.eUWPo-future-members .KDEau-academy-learnings {
    background: #ffffff;
    border-radius: 15px;
    padding: 60px 40px;
    position: relative;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}.eUWPo-future-members .KDEau-academy-learnings::before {
    width: 100%;
    background: linear-gradient(90deg, rgb(199,163,184), rgb(185,121,164));
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 6px;
}.eUWPo-future-members .KDEau-academy-learnings::after {
    height: 120px;
    right: 20px;
    top: 20px;
    z-index: -1;
    width: 120px;
    position: absolute;
    content: "";
    border-radius: 50%;
    border: 2px solid rgb(199,163,184,0.5);
    opacity: 0.5;
}.eUWPo-future-members h4 {
    margin-bottom: 50px;
    font-size: 32px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    position: relative;
}.eUWPo-future-members h4::before {
    width: 40px;
    height: 4px;
    bottom: -20px;
    position: absolute;
    border-radius: 10px;
    transform: translateX(-50%);
    left: 50%;
    background: rgb(199,163,184);
    content: "";
}.eUWPo-future-members h4::after {
    left: 50%;
    bottom: -20px;
    background: rgb(185,121,164,0.5);
    width: 80px;
    height: 4px;
    content: "";
    position: absolute;
    transform: translateX(-20px);
    border-radius: 10px;
}.eUWPo-future-members div > div {
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}.eUWPo-future-members div > div::before {
    opacity: 0.5;
    content: "";
    left: 0;
    top: 50%;
    z-index: -1;
    width: 100%;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(185,121,164,0.5) 20%, 
        rgb(185,121,164,0.5) 80%, 
        transparent 100%);
    position: absolute;
    height: 1px;
}.eUWPo-future-members p {
    align-items: center;
    color: #000000;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 1;
    display: flex;
    padding: 24px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    font-size: 17px;
    margin: 0;
}.eUWPo-future-members p::before {
    z-index: -1;
    background: linear-gradient(135deg, #ffffff 0%, rgb(221,208,216) 100%);
    border-radius: 10px;
    position: absolute;
    top: 0;
    transition: opacity 0.4s ease;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 0;
}.eUWPo-future-members p:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-color: rgb(199,163,184,0.5);
    transform: translateY(-10px) scale(1.02);
}.eUWPo-future-members p:hover::before {
    opacity: 1;
}.eUWPo-future-members p svg {
    flex-shrink: 0;
    width: 28px;
    transition: all 0.4s ease;
    margin-right: 18px;
    height: 28px;
}.eUWPo-future-members p svg path {
    transition: fill 0.3s ease;
    fill: rgb(199,163,184);
}.eUWPo-future-members p:hover svg {
    transform: rotate(10deg) scale(1.2);
}.eUWPo-future-members p:hover svg path {
    fill: rgb(185,121,164);
}@keyframes dotAnimation {
    0% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.5);
    }
    100% {
        transform: translateY(0) scale(1);
    }
}

.eUWPo-future-members .KDEau-academy-learnings::before {
    animation: dotAnimation 8s infinite;
}@keyframes fadeSlideIn {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.eUWPo-future-members .KDEau-academy-learnings > div p {
    opacity: 0;
    animation: fadeSlideIn 0.6s ease forwards;
}.eUWPo-future-members .KDEau-academy-learnings > div p:nth-child(1) {
    animation-delay: 0.1s;
}.eUWPo-future-members .KDEau-academy-learnings > div p:nth-child(2) {
    animation-delay: 0.3s;
}.eUWPo-future-members .KDEau-academy-learnings > div p:nth-child(3) {
    animation-delay: 0.5s;
}.eUWPo-future-members .KDEau-academy-learnings > div p:nth-child(4) {
    animation-delay: 0.7s;
}.eUWPo-future-members .KDEau-academy-learnings > div p:nth-child(5) {
    animation-delay: 0.9s;
}.eUWPo-future-members .KDEau-academy-learnings > div p:nth-child(6) {
    animation-delay: 1.1s;
}.eUWPo-future-members p::after {
    border-radius: 50%;
    opacity: 0;
    width: 30px;
    transition: all 0.4s ease;
    background: rgb(185,121,164,0.5);
    content: "";
    position: absolute;
    right: 10px;
    height: 30px;
    bottom: 10px;
    z-index: -1;
}.eUWPo-future-members p:hover::after {
    transform: scale(2);
    opacity: 0.3;
}

@media (max-width: 991px) {.eUWPo-future-members {
    padding: 90px 0 80px;
}.eUWPo-future-members .KDEau-academy-learnings {
    padding: 50px 30px;
}.eUWPo-future-members h4 {
    margin-bottom: 40px;
    font-size: calc(32px * 0.9);
}.eUWPo-future-members div > div {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}.eUWPo-future-members p {
    padding: 20px;
}.eUWPo-future-members .KDEau-academy-learnings::after {
    width: 100px;
    height: 100px;
}
}

@media (max-width: 768px) {.eUWPo-future-members {
    padding: 80px 0 70px;
}.eUWPo-future-members .KDEau-academy-learnings {
    padding: 40px 25px;
}.eUWPo-future-members h4 {
    margin-bottom: 35px;
    font-size: calc(32px * 0.8);
}.eUWPo-future-members div > div {
    grid-template-columns: 1fr;
    gap: 20px;
}.eUWPo-future-members div > div::before {
    display: none;
}.eUWPo-future-members p {
    padding: 18px;
}.eUWPo-future-members p svg {
    margin-right: 15px;
    height: 24px;
    width: 24px;
}.eUWPo-future-members .KDEau-academy-learnings::after {
    right: auto;
    top: auto;
    width: 80px;
    bottom: 20px;
    left: 20px;
    height: 80px;
}
}

@media (max-width: 576px) {.eUWPo-future-members {
    padding: 60px 0 50px;
}.eUWPo-future-members .KDEau-academy-learnings {
    padding: 35px 20px;
}.eUWPo-future-members h4 {
    font-size: calc(32px * 0.7);
    margin-bottom: 30px;
}.eUWPo-future-members h4::before {
    height: 3px;
    width: 30px;
}.eUWPo-future-members h4::after {
    height: 3px;
    width: 60px;
}.eUWPo-future-members p {
    font-size: calc(17px * 0.9);
    padding: 15px;
}.eUWPo-future-members p svg {
    width: 20px;
    height: 20px;
    margin-right: 12px;
}.eUWPo-future-members p:hover {
    transform: translateY(-5px) scale(1.01);
}.eUWPo-future-members .KDEau-academy-learnings::after {
    width: 60px;
    height: 60px;
}}header {
    background: linear-gradient(135deg, rgb(199,163,184,0.5) 0%, rgb(185,121,164) 100%);
    position: relative;
    z-index: 99;
    overflow: visible;
    width: 100%;
}header::before {
    height: 100%;
    width: 100%;
    content: "";
    background: linear-gradient(145deg, rgb(185,121,164,0.5) 0%, transparent 70%);
    top: 0;
    left: 0;
    z-index: -1;
    position: absolute;
}header .HAelJ-head-study {
    position: relative;
    padding: 20px 15px;
    align-items: center;
    transform: none;
    justify-content: space-between;
    flex-direction: row;
    display: flex;
    z-index: 5;
}header .HAelJ-head-study .ygGlO-nav-sitebar {
    transition: transform 0.4s ease;
    transform: translateX(0);
    margin-right: 10px;
}header .HAelJ-head-study .ygGlO-nav-sitebar:hover {
    transform: scale(1.05);
}header .HAelJ-head-study .ygGlO-nav-sitebar .AqtLn-head-mainwrap {
    display: inline-block;
}header .HAelJ-head-study .ygGlO-nav-sitebar .AqtLn-head-mainwrap svg {
    width: auto;
    height: 50px;
}header .HAelJ-head-study .GqmbS-header-know {
    background: rgba(0, 0, 0, 0.5);
    margin: 0;
    padding: 20px 30px;
    position: relative;
    padding: 0;
    flex-wrap: wrap;
    display: flex;
    transform: none;
    list-style: none;
    border-radius: 20px;
}header .HAelJ-head-study .GqmbS-header-know::before {
    height: 100%;
    top: 0;
    background: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    position: absolute;
    z-index: -1;
    content: "";
    border-radius: 20px;
    transform: rotate(-2deg) scale(1.03);
    width: 100%;
    left: 0;
}header .HAelJ-head-study .GqmbS-header-know .zKbuc-first-section {
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    margin: 0 12px;
}header .HAelJ-head-study .GqmbS-header-know .zKbuc-first-section:hover {
    transform: translateY(-3px) scale(1.05);
}header .HAelJ-head-study .GqmbS-header-know .zKbuc-first-section a {
    font-size: 15px;
    font-family: Arial, sans-serif;
    text-decoration: none;
    overflow: hidden;
    display: block;
    font-weight: 600;
    padding: 8px 5px;
    color: #ffffff;
    position: relative;
}header .HAelJ-head-study .GqmbS-header-know .zKbuc-first-section a::after {
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgb(185,121,164), transparent);
    position: absolute;
    transition: transform 0.4s ease;
    height: 2px;
    transform: translateX(-100%);
    width: 100%;
    content: "";
    left: 0;
}header .HAelJ-head-study .GqmbS-header-know .zKbuc-first-section:hover a::after {
    transform: translateX(0);
}

@media (max-width: 992px) {header .HAelJ-head-study {
    align-items: center;
    flex-direction: column;
}header .HAelJ-head-study .ygGlO-nav-sitebar {
    margin-right: 0;
    margin-bottom: 15px;
}header .HAelJ-head-study .GqmbS-header-know {
    padding: 15px;
    justify-content: center;
    width: 100%;
}header .HAelJ-head-study .GqmbS-header-know .zKbuc-first-section {
    margin: 5px 15px 5px 0;
}header .HAelJ-head-study .GqmbS-header-know .zKbuc-first-section a {
    font-size: calc(15px - 2px);
    padding: 5px;
}}.HrGZk-support {
    padding: 70px 0;
    background: rgb(221,208,216);
    overflow: hidden;
    z-index: 1;
    position: relative;
}.HrGZk-support::before {
    height: 100%;
    width: 100%;
    content: "";
    z-index: -1;
    background: linear-gradient(120deg, rgb(185,121,164,0.5) 15%, transparent 60%);
    left: 0;
    top: 0;
    position: absolute;
}.HrGZk-support::after {
    z-index: -1;
    position: absolute;
    height: 300px;
    right: 0;
    background: radial-gradient(circle, rgb(199,163,184,0.5) 0%, transparent 70%);
    width: 300px;
    filter: blur(40px);
    animation: moveGradient 15s ease-in-out infinite alternate;
    bottom: 0;
    content: "";
}@keyframes moveGradient {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-50px, -50px);
  }
}

.HrGZk-support .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 15px;
}.HrGZk-support .GmMyJ-contact-panel {
    padding: 40px;
    border-radius: 21px;
    background: linear-gradient(145deg, #ffffff, rgb(221,208,216));
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
    position: relative;
    border-left: 4px solid rgb(199,163,184);
}.HrGZk-support .GmMyJ-contact-panel::before {
    z-index: -1;
    width: 120px;
    position: absolute;
    right: 20px;
    opacity: 0.1;
    border-radius: 50%;
    top: 20px;
    background: rgb(199,163,184,0.5);
    content: "";
    height: 120px;
}.HrGZk-support .GmMyJ-contact-panel:hover {
    transform: translateY(-5px);
}.HrGZk-support h2 {
    font-size: 38px;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000000;
    position: relative;
}.HrGZk-support h2::after {
    border-radius: 10px;
    left: 0;
    position: absolute;
    width: 40%;
    height: 3px;
    content: "";
    background: rgb(199,163,184);
    bottom: -8px;
}.HrGZk-support p {
    font-size: 13px;
    line-height: 1.6;
    color: #000000;
    margin-bottom: 25px;
}.HrGZk-support .LtsEg-talk-team {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 30px;
}.HrGZk-support .lsQhk-message-page {
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    display: flex;
    text-decoration: none;
    overflow: hidden;
    font-size: 13px;
    z-index: 1;
    color: #000000;
    border-radius: 10px;
    background: #ffffff;
    align-items: center;
    padding: 12px 20px;
    position: relative;
}.HrGZk-support .lsQhk-message-page::before {
    transition: width 0.3s ease;
    width: 3px;
    left: 0;
    height: 100%;
    z-index: -1;
    top: 0;
    position: absolute;
    background: rgb(199,163,184);
    content: "";
}.HrGZk-support .lsQhk-message-page:hover {
    color: #ffffff;
}.HrGZk-support .lsQhk-message-page:hover::before {
    width: 100%;
}.HrGZk-support .lsQhk-message-page svg {
    width: 22px;
    height: 22px;
    transition: transform 0.3s ease;
}.HrGZk-support .lsQhk-message-page:hover svg {
    transform: translateX(3px);
}.HrGZk-support .lsQhk-message-page svg path {
    fill: rgb(199,163,184);
    transition: fill 0.3s ease;
}.HrGZk-support .lsQhk-message-page:hover svg path {
    fill: #ffffff;
}.HrGZk-support p svg {
    width: 20px;
    margin-right: 8px;
    height: 20px;
    vertical-align: middle;
}.HrGZk-support p svg path {
    fill: rgb(199,163,184);
}.HrGZk-support p:nth-last-child(2) {
    width: fit-content;
    padding: 10px 15px;
    align-items: center;
    display: flex;
    font-weight: 400;
    background: rgb(221,208,216);
    border-radius: 10px;
}

@media (max-width: 991px) {.HrGZk-support {
    padding: 50px 0;
}.HrGZk-support .GmMyJ-contact-panel {
    padding: 35px 25px;
}.HrGZk-support h2 {
    font-size: calc(38px * 0.9);
}.HrGZk-support .LtsEg-talk-team {
    gap: 12px;
}
}

@media (max-width: 767px) {.HrGZk-support {
    padding: 40px 0;
}.HrGZk-support .GmMyJ-contact-panel {
    padding: 30px 20px;
}.HrGZk-support h2 {
    margin-bottom: 15px;
    font-size: calc(38px * 0.85);
}.HrGZk-support p {
    font-size: calc(13px * 0.95);
    margin-bottom: 20px;
}.HrGZk-support .LtsEg-talk-team {
    flex-direction: column;
    gap: 10px;
}.HrGZk-support .lsQhk-message-page {
    padding: 10px 15px;
    width: 100%;
}.HrGZk-support .GmMyJ-contact-panel::before {
    height: 80px;
    width: 80px;
}}

.HrGZk-support .container::after {
    z-index: -1;
    width: 100px;
    animation: rotate 30s linear infinite;
    position: absolute;
    opacity: 0.3;
    left: -50px;
    border: 2px dashed rgb(199,163,184,0.5);
    content: "";
    top: 50%;
    border-radius: 50%;
    height: 100px;
}@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.HrGZk-support .lsQhk-message-page:active {
    transform: scale(0.98);
}.HrGZk-support h2 span {
    display: inline-block;
    animation-delay: calc(0.1s * var(--i));
    animation: waveText 2.5s ease-in-out infinite;
    position: relative;
}@keyframes waveText {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.HrGZk-support .GmMyJ-contact-panel::after {
    background: linear-gradient(45deg, transparent, rgb(185,121,164,0.5));
    content: "";
    border-radius: 21px;
    width: 150px;
    right: 0;
    z-index: -1;
    position: absolute;
    height: 150px;
    bottom: 0;
    opacity: 0.1;
    transform: rotate(45deg) translate(50%, 0);
}.HrGZk-support p:nth-last-child(2):hover svg {
    animation: bounce 0.8s ease infinite;
}@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

.HrGZk-support .lsQhk-message-page:hover {
    letter-spacing: 0.5px;
}.yMemY-academic-experience {
    position: relative;
    background: linear-gradient(135deg, rgb(221,208,216) 0%, rgb(199,163,184,0.5) 100%);
    perspective: 1000px;
    padding: 7rem 2rem 5rem;
    overflow: hidden;
}.yMemY-academic-experience::before {
    top: -20%;
    width: 60%;
    transform: rotateZ(-15deg) rotateX(45deg) rotateY(15deg);
    right: -10%;
    opacity: 0.2;
    position: absolute;
    content: "";
    background: repeating-linear-gradient(
        45deg,
        rgb(185,121,164,0.5),
        rgb(185,121,164,0.5) 5px,
        transparent 5px,
        transparent 20px
    );
    height: 70%;
    z-index: 1;
}.yMemY-academic-experience::after {
    z-index: 1;
    height: 50%;
    position: absolute;
    width: 40%;
    content: "";
    opacity: 0.3;
    bottom: -15%;
    left: -5%;
    transform: rotateZ(15deg) rotateX(30deg) rotateY(-10deg);
    border: 5px solid rgb(199,163,184,0.5);
}.yMemY-academic-experience .PEeuZ-learner-views {
    margin: 0 auto;
    align-items: center;
    transform-style: preserve-3d;
    z-index: 2;
    display: flex;
    justify-content: center;
    position: relative;
    max-width: 1000px;
}.yMemY-academic-experience .SPTdy-img-overlay {
    width: 300px;
    transform: 
        translateZ(60px) 
        rotateY(15deg) 
        rotateX(5deg);
    border-radius: 10px;
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 20px 20px 30px -10px rgba(0, 0, 0, 0.5);
    left: 15%;
    position: absolute;
    z-index: 3;
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 80%, 
        80% 100%, 
        0% 100%
    );
    height: 380px;
}.yMemY-academic-experience .SPTdy-img-overlay:hover {
    box-shadow: 30px 30px 40px -10px rgba(0, 0, 0, 0.5);
    filter: brightness(1.1);
    transform: 
        translateZ(80px) 
        rotateY(5deg) 
        rotateX(0deg);
}.yMemY-academic-experience .iPEXf-work-achievements {
    position: relative;
    transform: 
        translateZ(30px) 
        rotateY(-10deg) 
        rotateX(3deg);
    background: #ffffff;
    margin-left: auto;
    width: 550px;
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    z-index: 2;
    padding: 2.5rem 2.5rem 2.5rem 8rem;
    border-radius: 20px;
    box-shadow: 15px 15px 30px -5px rgba(0, 0, 0, 0.5);
}.yMemY-academic-experience .iPEXf-work-achievements::before {
    height: 100%;
    opacity: 0.3;
    left: 15px;
    background: rgb(199,163,184,0.5);
    transition: all 0.5s ease;
    z-index: -1;
    content: "";
    border-radius: 20px;
    top: 15px;
    position: absolute;
    width: 100%;
}.yMemY-academic-experience .iPEXf-work-achievements:hover {
    box-shadow: 25px 25px 40px -5px rgba(0, 0, 0, 0.5);
    transform: 
        translateZ(40px) 
        rotateY(-5deg) 
        rotateX(0deg);
}.yMemY-academic-experience .iPEXf-work-achievements:hover::before {
    opacity: 0.5;
    left: 8px;
    top: 8px;
}.yMemY-academic-experience .name {
    margin-bottom: 0.7rem;
    font-weight: 700;
    animation: slide-up 0.7s forwards 0.2s;
    transform: translateY(30px);
    z-index: 2;
    opacity: 0;
    color: rgb(199,163,184);
    position: relative;
    font-size: 34px;
}.yMemY-academic-experience .iPEXf-work-achievements > div:nth-child(2) {
    margin-bottom: 2rem;
    font-weight: 600;
    z-index: 2;
    position: relative;
    transform: translateY(30px);
    font-size: 17px;
    animation: slide-up 0.7s forwards 0.4s;
    opacity: 0;
    color: rgb(185,121,164);
}.yMemY-academic-experience .isJYb-employee-details {
    font-size: 16px;
    opacity: 0;
    font-style: italic;
    position: relative;
    animation: slide-up 0.7s forwards 0.6s;
    font-weight: 400;
    z-index: 2;
    transform: translateY(30px);
    color: #000000;
    line-height: 1.7;
}@keyframes slide-up {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.yMemY-academic-experience .isJYb-employee-details::after {
    color: rgb(185,121,164,0.5);
    position: absolute;
    right: 0;
    font-size: 6rem;
    font-family: serif;
    opacity: 0.4;
    z-index: -1;
    content: "";
    bottom: -50px;
}@keyframes floating {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(5deg);
    }
    100% {
        transform: translateY(0px) rotate(0deg);
    }
}

.yMemY-academic-experience .PEeuZ-learner-views:hover .SPTdy-img-overlay {
    animation: floating 6s ease-in-out infinite;
}

@media (max-width: 1100px) {.yMemY-academic-experience .PEeuZ-learner-views {
    flex-direction: column;
    align-items: center;
}.yMemY-academic-experience .SPTdy-img-overlay {
    width: 250px;
    left: auto;
    height: 320px;
    transform: 
            translateZ(30px) 
            rotateY(0deg) 
            rotateX(0deg);
    margin-bottom: 4rem;
    position: relative;
}.yMemY-academic-experience .iPEXf-work-achievements {
    padding: 2rem;
    transform: 
            translateZ(20px) 
            rotateY(0deg) 
            rotateX(0deg);
    margin-left: 0;
    width: 100%;
}}.qYRzI-tySection {
    overflow: hidden;
    perspective: 1000px;
    position: relative;
    background: linear-gradient(135deg, rgb(221,208,216) 0%, rgb(185,121,164,0.5) 100%);
    padding: 120px 0 80px;
}.qYRzI-tySection::before {
    content: "";
    opacity: 0.07;
    left: 0;
    background-image: repeating-linear-gradient(
        45deg,
        rgb(185,121,164,0.5) 0px,
        rgb(185,121,164,0.5) 1px,
        transparent 1px,
        transparent 12px
    );
    height: 100%;
    top: 0;
    position: absolute;
    transform: translateZ(-10px);
    width: 100%;
    z-index: 0;
}.qYRzI-tySection::after {
    position: absolute;
    filter: blur(40px);
    right: -50px;
    animation: floating 8s infinite ease-in-out;
    height: 200px;
    background: radial-gradient(circle, rgb(199,163,184,0.5) 0%, transparent 70%);
    width: 200px;
    content: "";
    bottom: -50px;
    opacity: 0.4;
}.qYRzI-tySection .container {
    transform-style: preserve-3d;
    max-width: 1140px;
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}.qYRzI-tySection h2 {
    color: #000000;
    position: relative;
    line-height: 1.3;
    text-shadow: 0 1px 0 rgba(255,255,255,0.6);
    animation: slideIn 0.8s ease-out forwards;
    margin-bottom: 40px;
    font-weight: 700;
    letter-spacing: -0.01em;
    transform: translateZ(20px);
    font-size: 35px;
}.qYRzI-tySection h2::after {
    background: linear-gradient(90deg, rgb(199,163,184) 0%, rgb(185,121,164) 100%);
    position: absolute;
    content: "";
    height: 4px;
    bottom: -12px;
    transform: scaleX(0);
    animation: lineExpand 1.2s 0.4s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    transform-origin: left;
    left: 0;
    width: 120px;
}.qYRzI-tySection .KDEau-academy-learnings {
    transform: translateZ(10px) rotateX(2deg);
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    border-left: 5px solid rgb(199,163,184);
    padding: 40px;
    animation: fadeIn 1s 0.3s both;
    transition: transform 0.5s ease;
    background: #ffffff;
    position: relative;
}.qYRzI-tySection .KDEau-academy-learnings:hover {
    box-shadow: 0 20px 50px rgba(0,0,0,0.12);
    transform: translateZ(15px) rotateX(0deg);
}.qYRzI-tySection ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.qYRzI-tySection li {
    position: relative;
    padding-left: 30px;
}.qYRzI-tySection li::before {
    position: absolute;
    background-color: rgb(185,121,164);
    animation: pulse 3s infinite;
    left: 0;
    content: "";
    top: 8px;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgb(185,121,164,0.5);
    height: 8px;
    width: 8px;
}.qYRzI-tySection span {
    transition: all 0.3s;
    color: #000000;
    line-height: 1.8;
    font-size: 17px;
    font-family: Arial, sans-serif;
    display: block;
}.qYRzI-tySection .KDEau-academy-learnings::after {
    top: -10px;
    opacity: 0.9;
    right: 30px;
    transform: rotate(15deg);
    height: 60px;
    animation: float 6s infinite ease-in-out;
    background: linear-gradient(135deg, rgb(199,163,184) 0%, rgb(185,121,164) 100%);
    content: "";
    z-index: -1;
    border-radius: 10px;
    position: absolute;
    width: 60px;
}

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

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateZ(10px) rotateX(5deg) translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateZ(10px) rotateX(2deg) translateY(0);
    }
}

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

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(185,121,164,0.5);
    }
    70% {
        box-shadow: 0 0 0 8px rgba(rgb(185,121,164), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(rgb(185,121,164), 0);
    }
}

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

@keyframes floating {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.05);
    }
}

@media (max-width: 991px) {.qYRzI-tySection {
    padding: 80px 0 60px;
}.qYRzI-tySection h2 {
    font-size: calc(35px * 0.9);
    margin-bottom: 30px;
}.qYRzI-tySection .KDEau-academy-learnings {
    padding: 30px;
}.qYRzI-tySection h2::after {
    width: 100px;
}
}

@media (max-width: 767px) {.qYRzI-tySection {
    padding: 60px 0 40px;
}.qYRzI-tySection h2 {
    font-size: calc(35px * 0.8);
    margin-bottom: 25px;
}.qYRzI-tySection .KDEau-academy-learnings {
    transform: translateZ(5px) rotateX(1deg);
    padding: 25px 20px;
}.qYRzI-tySection .KDEau-academy-learnings:hover {
    transform: translateZ(8px) rotateX(0deg);
}.qYRzI-tySection li {
    padding-left: 25px;
}.qYRzI-tySection span {
    line-height: 1.7;
    font-size: calc(17px * 0.95);
}.qYRzI-tySection .KDEau-academy-learnings::after {
    width: 40px;
    right: 20px;
    top: -5px;
    height: 40px;
}
}

@media (max-width: 575px) {.qYRzI-tySection {
    padding: 50px 0 30px;
}.qYRzI-tySection h2 {
    font-size: calc(35px * 0.7);
    margin-bottom: 20px;
    line-height: 1.4;
}.qYRzI-tySection h2::after {
    height: 3px;
    width: 80px;
}.qYRzI-tySection .KDEau-academy-learnings {
    transform: none;
    box-shadow: 0 10px 25px rgba(0,0,0,0.07);
    padding: 20px 15px;
}.qYRzI-tySection .KDEau-academy-learnings:hover {
    transform: translateY(-3px);
}.qYRzI-tySection li {
    padding-left: 20px;
}.qYRzI-tySection li::before {
    height: 6px;
    top: 7px;
    width: 6px;
}.qYRzI-tySection span {
    font-size: calc(17px * 0.9);
    line-height: 1.6;
}.qYRzI-tySection .KDEau-academy-learnings::after {
    display: none;
}}.BShnv-data-summary {
    overflow: hidden;
    padding: 100px 0;
    z-index: 1;
    background: linear-gradient(135deg, rgb(199,163,184,0.5) 0%, rgb(221,208,216) 50%, rgb(185,121,164,0.5) 100%);
    position: relative;
}.BShnv-data-summary::before {
    background: repeating-radial-gradient(
    circle at 10% 20%,
    rgb(199,163,184,0.5) 0%,
    transparent 40%,
    rgb(185,121,164,0.5) 80%
  );
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    opacity: 0.3;
    z-index: -1;
    position: absolute;
    left: 0;
}.BShnv-data-summary .container {
    margin: 0 auto;
    position: relative;
    gap: 60px;
    max-width: 1200px;
    display: grid;
    grid-template-columns: 1fr;
}.BShnv-data-summary .pIfjv-gain-study {
    margin-bottom: 20px;
    padding: 0 20px;
    text-align: center;
    position: relative;
    grid-row: 1;
}.BShnv-data-summary .HvAfO-statistics-edge {
    font-size: 44px;
    display: inline-block;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
}.BShnv-data-summary .HvAfO-statistics-edge::before {
    height: 6px;
    left: 20%;
    background: linear-gradient(90deg, transparent, rgb(199,163,184), transparent);
    width: 60%;
    content: "";
    bottom: -15px;
    border-radius: 10px;
    position: absolute;
}.BShnv-data-summary .eEUBz-career-statistics {
    opacity: 0.8;
    line-height: 1.8;
    font-size: 12px;
    max-width: 800px;
    color: #ffffff;
    margin: 0 auto;
}.BShnv-data-summary .EhmXR-statistics-expertise {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
    gap: 0;
    position: relative;
    z-index: 2;
    grid-row: 2;
}.BShnv-data-summary .UIsxZ-statistics-pros {
    justify-content: center;
    overflow: hidden;
    height: 300px;
    align-items: center;
    padding: 30px;
    transition: all 0.4s ease;
    min-width: 200px;
    flex-direction: column;
    display: flex;
    max-width: 300px;
    flex: 1;
    position: relative;
}.BShnv-data-summary .UIsxZ-statistics-pros::before {
    transform: skewY(2deg);
    top: 0;
    background: rgb(221,208,216);
    height: 100%;
    z-index: -1;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform-origin: top right;
    transition: transform 0.4s ease;
    left: 0;
    position: absolute;
    width: 100%;
    content: "";
}.BShnv-data-summary .UIsxZ-statistics-pros:hover::before {
    transform: skewY(-2deg);
}.BShnv-data-summary .UIsxZ-statistics-pros::after {
    position: absolute;
    transition: height 0.6s ease;
    content: "";
    left: 0;
    top: 0;
    background: rgb(199,163,184);
    width: 3px;
    height: 0;
}.BShnv-data-summary .UIsxZ-statistics-pros:hover::after {
    height: 100%;
}.BShnv-data-summary .UIsxZ-statistics-pros:nth-child(2n)::after {
    background: rgb(185,121,164);
    left: auto;
    right: 0;
}.BShnv-data-summary .UIsxZ-statistics-pros:nth-child(3n)::after {
    top: auto;
    transform: translateX(-50%);
    bottom: 0;
    width: 0;
    left: 50%;
    transition: width 0.6s ease;
    height: 3px;
}.BShnv-data-summary .UIsxZ-statistics-pros:nth-child(3n):hover::after {
    height: 3px;
    width: 100%;
}.BShnv-data-summary .UIsxZ-statistics-pros h4 {
    color: rgb(199,163,184);
    transition: transform 0.3s ease;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
    font-size: calc(30px * 1.8);
}.BShnv-data-summary .UIsxZ-statistics-pros:hover h4 {
    transform: scale(1.1);
}.BShnv-data-summary .UIsxZ-statistics-pros:nth-child(2n) h4 {
    color: rgb(185,121,164);
}.BShnv-data-summary .UIsxZ-statistics-pros span {
    text-align: center;
    opacity: 0.9;
    font-size: 12px;
    position: relative;
    max-width: 100%;
    transition: transform 0.3s ease 0.1s;
    color: #000000;
    font-weight: 400;
}.BShnv-data-summary .UIsxZ-statistics-pros:hover span {
    transform: translateY(5px);
}.BShnv-data-summary .UIsxZ-statistics-pros:nth-child(odd) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}.BShnv-data-summary .UIsxZ-statistics-pros:nth-child(even) {
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    border-left: 1px solid rgba(0, 0, 0, 0.08);
}.BShnv-data-summary svg {
    position: absolute;
    right: 20px;
    transition: all 0.3s ease;
    width: 30px;
    top: 20px;
    height: 30px;
    opacity: 0.5;
    fill: rgb(199,163,184);
}.BShnv-data-summary .UIsxZ-statistics-pros:hover svg {
    transform: rotate(15deg);
    opacity: 1;
}.BShnv-data-summary svg path {
    transition: fill 0.3s ease;
    fill: rgb(199,163,184);
}.BShnv-data-summary .UIsxZ-statistics-pros:nth-child(2n) svg path {
    fill: rgb(185,121,164);
}.BShnv-data-summary .EhmXR-statistics-expertise::before {
    z-index: 3;
    content: "";
    pointer-events: none;
    height: 0;
    position: absolute;
    width: 0;
}

@media (max-width: 992px) {.BShnv-data-summary {
    padding: 70px 0;
}.BShnv-data-summary .EhmXR-statistics-expertise {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    display: grid;
}.BShnv-data-summary .UIsxZ-statistics-pros {
    min-width: 0;
    height: 250px;
    max-width: none;
}
}

@media (max-width: 768px) {.BShnv-data-summary {
    padding: 60px 0;
}.BShnv-data-summary .HvAfO-statistics-edge {
    font-size: calc(30px * 1.2);
}.BShnv-data-summary .EhmXR-statistics-expertise {
    grid-template-columns: 1fr;
}.BShnv-data-summary .UIsxZ-statistics-pros {
    height: 200px;
}.BShnv-data-summary .UIsxZ-statistics-pros h4 {
    font-size: calc(30px * 1.5);
}
}

@media (max-width: 576px) {.BShnv-data-summary {
    padding: 50px 0;
}.BShnv-data-summary .container {
    gap: 40px;
    padding: 0 15px;
}.BShnv-data-summary .HvAfO-statistics-edge {
    font-size: 30px;
}.BShnv-data-summary .eEUBz-career-statistics {
    font-size: calc(12px * 0.9);
}.BShnv-data-summary .UIsxZ-statistics-pros {
    padding: 20px;
    height: 180px;
}.BShnv-data-summary .UIsxZ-statistics-pros h4 {
    font-size: calc(30px * 1.3);
}.BShnv-data-summary .UIsxZ-statistics-pros span {
    font-size: calc(12px * 0.9);
}}

@keyframes floatIn {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.BShnv-data-summary .UIsxZ-statistics-pros {
    animation: floatIn 0.5s ease forwards;
    opacity: 0;
}.BShnv-data-summary .UIsxZ-statistics-pros:nth-child(1) {
    animation-delay: 0.1s;
}.BShnv-data-summary .UIsxZ-statistics-pros:nth-child(2) {
    animation-delay: 0.2s;
}.BShnv-data-summary .UIsxZ-statistics-pros:nth-child(3) {
    animation-delay: 0.3s;
}.BShnv-data-summary .UIsxZ-statistics-pros:nth-child(4) {
    animation-delay: 0.4s;
}.BShnv-data-summary::after {
    left: 0;
    content: "";
    pointer-events: none;
    position: absolute;
    z-index: -1;
    height: 0;
    bottom: 0;
    width: 100%;
}.BShnv-data-summary .container::after {
    border-radius: 50%;
    filter: blur(100px);
    background: rgb(199,163,184,0.5);
    position: absolute;
    height: 200px;
    animation: pulse 8s infinite alternate;
    content: "";
    width: 200px;
    right: -50px;
    z-index: -1;
    top: -50px;
}@keyframes pulse {
  0% {
    opacity: 0.1;
    transform: scale(0.8);
  }
  100% {
    opacity: 0.3;
    transform: scale(1.2);
  }
}.idWnM-teaching-process {
    background: rgb(221,208,216);
    position: relative;
    overflow: hidden;
    padding: 6rem 2rem;
}.idWnM-teaching-process::before {
    background-image: 
        linear-gradient(90deg, rgb(199,163,184,0.5) 1px, transparent 1px),
        linear-gradient(0deg, rgb(199,163,184,0.5) 1px, transparent 1px);
    top: 0;
    background-size: 40px 40px;
    bottom: 0;
    right: 0;
    content: "";
    left: 0;
    background-position: -1px -1px;
    opacity: 0.2;
    position: absolute;
    animation: gridMove 50s linear infinite;
}.idWnM-teaching-process::after {
    animation: pulseGlow 8s ease-in-out infinite alternate;
    height: 300px;
    opacity: 0.5;
    top: -150px;
    position: absolute;
    background: rgb(199,163,184,0.5);
    border-radius: 50%;
    right: -150px;
    content: "";
    width: 300px;
    filter: blur(100px);
}.idWnM-teaching-process .KDEau-academy-learnings {
    display: grid;
    max-width: 1000px;
    position: relative;
    margin: 0 auto;
    grid-template-columns: 1fr;
    gap: 3rem;
}.idWnM-teaching-process .KDEau-academy-learnings::before,
.idWnM-teaching-process .KDEau-academy-learnings::after {
    width: 200px;
    content: "";
    z-index: 1;
    height: 200px;
    position: absolute;
    opacity: 0.6;
    border: 2px solid rgb(199,163,184,0.5);
}.idWnM-teaching-process .KDEau-academy-learnings::before {
    top: -50px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    animation: rotate 15s linear infinite, float 8s ease-in-out infinite alternate;
    left: -100px;
}.idWnM-teaching-process .KDEau-academy-learnings::after {
    right: -50px;
    animation: rotate 10s linear infinite reverse, float 10s ease-in-out infinite alternate-reverse;
    bottom: -100px;
    border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
}.idWnM-teaching-process h3 {
    position: relative;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1rem;
    display: inline-block;
    color: #000000;
    width: 100%;
    padding-bottom: 1.5rem;
    font-size: 36px;
}.idWnM-teaching-process h3::before,
.idWnM-teaching-process h3::after {
    width: 100px;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    content: "";
    background: linear-gradient(to right, rgb(199,163,184), transparent);
    border-radius: 10px;
    height: 4px;
}.idWnM-teaching-process h3::before {
    animation: slideWidth 3s ease-in-out infinite alternate;
    bottom: 0;
}.idWnM-teaching-process h3::after {
    bottom: 0;
    background: linear-gradient(to left, rgb(185,121,164), transparent);
    animation: slideWidth 3s ease-in-out infinite alternate-reverse;
}.idWnM-teaching-process span {
    z-index: 2;
    backdrop-filter: blur(5px);
    display: block;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.1);
    text-align: center;
    max-width: 100%;
    color: #000000;
    line-height: 1.8;
    position: relative;
    font-size: 13px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 2rem;
}.idWnM-teaching-process span::before,
.idWnM-teaching-process span::after {
    z-index: -1;
    background: linear-gradient(135deg, rgb(199,163,184,0.5), rgb(185,121,164,0.5));
    transform-origin: center;
    content: "";
    border-radius: inherit;
    position: absolute;
    opacity: 0.5;
}.idWnM-teaching-process span::before {
    bottom: 10px;
    filter: blur(5px);
    top: 10px;
    right: 10px;
    animation: pulse 4s ease-in-out infinite alternate;
    left: 10px;
}.idWnM-teaching-process span::after {
    right: -5px;
    filter: blur(15px);
    bottom: -5px;
    top: -5px;
    animation: pulse 4s ease-in-out 2s infinite alternate-reverse;
    left: -5px;
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.2);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-30px);
    }
}

@keyframes slideWidth {
    0% {
        width: 50px;
    }
    100% {
        width: 150px;
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.4;
    }
    50% {
        opacity: 0.7;
    }
}

@media (max-width: 992px) {.idWnM-teaching-process {
    padding: 5rem 1.5rem;
}.idWnM-teaching-process::before {
    background-size: 30px 30px;
}.idWnM-teaching-process h3 {
    font-size: calc(36px * 0.9);
}.idWnM-teaching-process .KDEau-academy-learnings::before {
    width: 150px;
    left: -70px;
    height: 150px;
    top: -30px;
}.idWnM-teaching-process .KDEau-academy-learnings::after {
    right: -30px;
    height: 150px;
    width: 150px;
    bottom: -70px;
}
}

@media (max-width: 768px) {.idWnM-teaching-process {
    padding: 4rem 1rem;
}.idWnM-teaching-process::before {
    background-size: 20px 20px;
}.idWnM-teaching-process h3 {
    font-size: calc(36px * 0.8);
}.idWnM-teaching-process span {
    font-size: calc(13px * 0.95);
    padding: 1.5rem;
}.idWnM-teaching-process .KDEau-academy-learnings::before {
    height: 100px;
    top: -20px;
    left: -40px;
    width: 100px;
}.idWnM-teaching-process .KDEau-academy-learnings::after {
    height: 100px;
    width: 100px;
    bottom: -40px;
    right: -20px;
}}.XQFRf-pricing-options {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    background: rgb(221,208,216);
}.XQFRf-pricing-options::before {
    filter: blur(80px);
    content: "";
    right: -50px;
    background: rgb(199,163,184,0.5);
    animation: float-effect 12s infinite alternate ease-in-out;
    width: 300px;
    z-index: 0;
    top: -50px;
    position: absolute;
    height: 300px;
}.XQFRf-pricing-options::after {
    bottom: -50px;
    width: 250px;
    content: "";
    position: absolute;
    background: rgb(185,121,164,0.5);
    left: -50px;
    filter: blur(60px);
    animation: float-effect 15s infinite alternate-reverse ease-in-out;
    z-index: 0;
    height: 250px;
}.XQFRf-pricing-options .container {
    z-index: 1;
    padding: 0 15px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.XQFRf-pricing-options .sHgWw-group-plans {
    gap: 60px;
    flex-direction: column;
    display: flex;
}.XQFRf-pricing-options .AWVbY-price-plan {
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
    max-width: 700px;
    order: -1;
    position: relative;
}.XQFRf-pricing-options .AWVbY-price-plan h2 {
    display: inline-block;
    position: relative;
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 20px;
    color: #000000;
}.XQFRf-pricing-options .AWVbY-price-plan h2::after {
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    background: rgb(199,163,184);
    bottom: -10px;
    content: "";
    height: 3px;
    width: 80px;
}.XQFRf-pricing-options .LIuqg-plan-matrix {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1.6;
    opacity: 0.85;
    color: #000000;
}.XQFRf-pricing-options .vPjTY-payment-option {
    display: grid;
    perspective: 1000px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
}.XQFRf-pricing-options .pQRzf-cost-schemes {
    color: inherit;
    height: 100%;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    text-decoration: none;
    perspective: 1000px;
    transform-style: preserve-3d;
}.XQFRf-pricing-options .pQRzf-cost-schemes:hover {
    transform: translateY(-10px) scale(1.02);
}.XQFRf-pricing-options .sLjKB-cost-options {
    transform-style: preserve-3d;
    background: #ffffff;
    position: relative;
    height: 100%;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.4s ease;
    overflow: hidden;
    display: flex;
    border-radius: 10px;
    flex-direction: column;
}.XQFRf-pricing-options .pQRzf-cost-schemes:hover .sLjKB-cost-options {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12), 0 0 20px rgb(199,163,184,0.5);
}.XQFRf-pricing-options .rwcQA-fee-struct {
    display: flex;
    z-index: 2;
    flex-direction: column;
    position: relative;
    flex-grow: 1;
    overflow: hidden;
    padding: 30px;
}.XQFRf-pricing-options .rwcQA-fee-struct::before {
    background: linear-gradient(90deg, rgb(199,163,184), rgb(185,121,164));
    transform: scaleX(0);
    right: 0;
    content: "";
    top: 0;
    position: absolute;
    height: 5px;
    transition: transform 0.5s ease;
    left: 0;
    transform-origin: left;
}.XQFRf-pricing-options .pQRzf-cost-schemes:hover .rwcQA-fee-struct::before {
    transform: scaleX(1);
}.XQFRf-pricing-options .rwcQA-fee-struct h3 {
    font-size: calc(20px + 2px);
    color: #000000;
    overflow-wrap: break-word;
    transition: transform 0.4s ease, color 0.3s ease;
    margin-bottom: 10px;
    word-break: break-word;
    font-weight: 700;
    white-space: normal;
}.XQFRf-pricing-options .pQRzf-cost-schemes:hover .rwcQA-fee-struct h3 {
    color: rgb(199,163,184);
    transform: translateX(5px);
}.XQFRf-pricing-options .DnXQO-study-price {
    font-weight: 700;
    color: rgb(185,121,164);
    margin: 10px 0 20px;
    transition: transform 0.4s ease;
    position: relative;
    white-space: normal;
    overflow-wrap: break-word;
    font-size: 20px;
    display: block;
    word-break: break-word;
}.XQFRf-pricing-options .DnXQO-study-price::before {
    background: rgb(185,121,164,0.5);
    transition: width 0.4s ease;
    position: absolute;
    height: 2px;
    content: "";
    bottom: -8px;
    width: 40px;
    left: 0;
}.XQFRf-pricing-options .pQRzf-cost-schemes:hover .DnXQO-study-price::before {
    width: 80px;
}.XQFRf-pricing-options .rwcQA-fee-struct p {
    flex-grow: 1;
    transition: color 0.3s ease;
    margin-bottom: 0;
    color: #000000;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: break-word;
    line-height: 1.6;
    font-size: calc(16px - 1px);
}.XQFRf-pricing-options .SPTdy-img-overlay {
    transition: transform 0.6s ease, filter 0.6s ease;
    transform: translateZ(-10px);
    position: relative;
    overflow: hidden;
    height: 200px;
}.XQFRf-pricing-options .SPTdy-img-overlay::after {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    position: absolute;
    opacity: 0.6;
    inset: 0;
    content: "";
    transition: opacity 0.5s ease;
}.XQFRf-pricing-options .pQRzf-cost-schemes:hover .SPTdy-img-overlay {
    filter: brightness(1.1) contrast(1.05);
    transform: translateZ(0);
}.XQFRf-pricing-options .pQRzf-cost-schemes:hover .SPTdy-img-overlay::after {
    opacity: 0.4;
}.XQFRf-pricing-options .pQRzf-cost-schemes::after {
    content: "";
    top: 100%;
    right: 30px;
    transition: opacity 0.4s ease;
    filter: blur(10px);
    border-radius: 50%;
    height: 15px;
    z-index: -1;
    background: rgb(199,163,184,0.5);
    opacity: 0;
    left: 30px;
    position: absolute;
}.XQFRf-pricing-options .pQRzf-cost-schemes:hover::after {
    opacity: 0.5;
}

@keyframes float-effect {
    0% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(20px, 20px) scale(1.1);
    }
    100% {
        transform: translate(-20px, -20px) scale(0.9);
    }
}

@media (min-width: 992px) {.XQFRf-pricing-options .sHgWw-group-plans {
    flex-direction: row;
    align-items: center;
}.XQFRf-pricing-options .AWVbY-price-plan {
    padding-right: 40px;
    flex: 0 0 30%;
    order: 0;
    text-align: left;
}.XQFRf-pricing-options .AWVbY-price-plan h2::after {
    transform: none;
    left: 0;
}.XQFRf-pricing-options .vPjTY-payment-option {
    grid-template-columns: repeat(2, 1fr);
    flex: 0 0 70%;
}
}

@media (min-width: 1200px) {.XQFRf-pricing-options .vPjTY-payment-option {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.XQFRf-pricing-options .rwcQA-fee-struct {
    padding: 35px;
}.XQFRf-pricing-options .SPTdy-img-overlay {
    height: 220px;
}
}

@media (max-width: 991px) {.XQFRf-pricing-options {
    padding: 80px 0;
}.XQFRf-pricing-options .AWVbY-price-plan {
    margin-bottom: 20px;
}
}

@media (max-width: 767px) {.XQFRf-pricing-options {
    padding: 60px 0;
}.XQFRf-pricing-options .vPjTY-payment-option {
    gap: 25px;
    grid-template-columns: 1fr;
}.XQFRf-pricing-options .AWVbY-price-plan h2 {
    font-size: calc(34px - 4px);
}.XQFRf-pricing-options .SPTdy-img-overlay {
    height: 180px;
}.XQFRf-pricing-options .rwcQA-fee-struct {
    padding: 25px;
}
}

@media (max-width: 480px) {.XQFRf-pricing-options {
    padding: 50px 0;
}.XQFRf-pricing-options .rwcQA-fee-struct h3 {
    font-size: 20px;
}.XQFRf-pricing-options .DnXQO-study-price {
    font-size: calc(20px - 2px);
}.XQFRf-pricing-options .SPTdy-img-overlay {
    height: 160px;
}.XQFRf-pricing-options .rwcQA-fee-struct {
    padding: 20px;
}
}