﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.container {
    margin: auto;
    width: 1107px;
    max-width: 100%;
}html,body {
    font-family: Arial, sans-serif;
    height: 100%;
    color: #000000;
    min-height: 100%;
}.main-header-orHmV {
    flex: 1 0 auto;
}.ar-tools-jUVuW {
    flex: 0 0 auto;
}.warp-container-nTejU {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    height: 100%;
}a {
    text-decoration: none;
    color: inherit;
}::-webkit-scrollbar {
    width: 14px;
}::-webkit-scrollbar-button {
    border-radius: 3px;
    background: rgb(218,183,198);
}::-webkit-scrollbar-track {
    border-radius: 9.9vh;
    background: #ffffff;
    margin: 5px 0;
}::-webkit-scrollbar-thumb {
    background: radial-gradient(ellipse at top right, #ffffff 64%, rgb(255, 255, 255, 0.5) 53%, rgb(200,146,168) 21%, rgb(236,219,226) 77%);
    border-radius: 1.7em;
    min-height: 29px;
}::-webkit-scrollbar-thumb:hover {
    box-shadow: -3px 0px 9px 3px rgba(0, 0, 0, 0.5);
    background: rgb(218,183,198,0.5);
}::-webkit-scrollbar-thumb:active {
    transform: scale(0.95);
    box-shadow: inset 1px -3px 13px -2px rgba(0, 0, 0, 0.7);
    background: rgb(218,183,198,0.5);
}html {
    scrollbar-width: auto;
    scrollbar-color: #ffffff rgb(218,183,198);
}svg {
    height: 30px;
    width: 30px;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.privacy-wrapper-rXxev {
    height: auto;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    width: 100%;
    padding: 40px;
    transition: all 0.3s ease;
    overflow: hidden;
}.privacy-wrapper-rXxev:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.5);
}.privacy-wrapper-rXxev h1 {
    color: rgb(218,183,198);
    margin-top: 20px;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 45px;
}.privacy-wrapper-rXxev h2 {
    font-family: Arial, sans-serif;
    margin-top: 15px;
    font-weight: 600;
    margin-bottom: 10px;
    color: rgb(200,146,168);
    border-bottom: 2px solid rgb(218,183,198,0.5);
    font-size: 36px;
    padding-bottom: 5px;
}.privacy-wrapper-rXxev h3, .privacy-wrapper-rXxev h4, .privacy-wrapper-rXxev h5, .privacy-wrapper-rXxev h6 {
    font-weight: 400;
    font-size: 22px;
    text-transform: capitalize;
    font-family: Arial, sans-serif;
    color: #000000;
    margin-top: 10px;
    margin-bottom: 5px;
}.privacy-wrapper-rXxev ul, .privacy-wrapper-rXxev ol {
    padding-left: 20px;
    list-style: none;
    margin: 10px 0;
    list-style-position: inside;
    line-height: 1.6;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 12px;
}.privacy-wrapper-rXxev li {
    position: relative;
    margin-bottom: 8px;
    padding-left: 20px;
}.privacy-wrapper-rXxev li::before {
    left: 0;
    position: absolute;
    content: "•";
    color: rgb(218,183,198);
    font-size: 1.2em;
}.privacy-wrapper-rXxev section {
    border-radius: 10px;
    padding: 20px;
    background: rgb(236,219,226);
    transition: background 0.3s ease;
}.privacy-wrapper-rXxev section:hover {
    background: rgb(218,183,198,0.5);
}.privacy-wrapper-rXxev p, .privacy-wrapper-rXxev span, .privacy-wrapper-rXxev div {
    line-height: 1.8;
    font-size: 12px;
    color: #000000;
    transition: color 0.3s ease;
    font-family: Arial, sans-serif;
    margin-bottom: 10px;
}.privacy-wrapper-rXxev p:hover, .privacy-wrapper-rXxev span:hover, .privacy-wrapper-rXxev div:hover {
    color: #000000;
}

@media only screen and (max-width: 800px) {.privacy-wrapper-rXxev {
    padding: 20px;
}.privacy-wrapper-rXxev h1 {
    font-size: calc(22px - 10px);
}.privacy-wrapper-rXxev h2 {
    font-size: calc(22px - 8px);
}.privacy-wrapper-rXxev h3, .privacy-wrapper-rXxev h4, .privacy-wrapper-rXxev h5, .privacy-wrapper-rXxev h6 {
    font-size: calc(22px - 5px);
}.privacy-wrapper-rXxev ul, .privacy-wrapper-rXxev ol {
    font-size: calc(12px - 2px);
    padding-left: 15px;
}}header {
    z-index: 1000;
    background: linear-gradient(to right, rgb(200,146,168,0.5), rgb(218,183,198));
    overflow: visible;
    padding: 1.5rem 0;
    position: relative;
}header::before {
    content: '';
    opacity: 0.1;
    position: absolute;
    z-index: -1;
    width: 100%;
    background: 
        radial-gradient(circle at 10% 20%, #ffffff 0%, transparent 15%),
        radial-gradient(circle at 90% 80%, #ffffff 0%, transparent 15%);
    top: 0;
    height: 100%;
    left: 0;
}header .container {
    padding: 0 1.5rem;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}header .top-info-VUXvi {
    align-items: center;
    flex-direction: column;
    gap: 1.5rem;
    justify-content: center;
    display: flex;
}header .head-section-aXxBH {
    display: flex;
    z-index: 2;
    position: relative;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    padding: 1rem;
}header .head-section-aXxBH::after {
    width: 50%;
    left: 50%;
    transform: translateX(-50%);
    background: #ffffff;
    opacity: 0.6;
    height: 2px;
    bottom: 0;
    transition: width 0.3s ease, opacity 0.3s ease;
    position: absolute;
    content: '';
}header .head-section-aXxBH:hover::after {
    opacity: 1;
    width: 80%;
}header .head-section-aXxBH svg {
    filter: drop-shadow(0 4px 8px rgb(218,183,198,0.5));
    height: auto;
    transition: all 0.3s ease;
    width: 220px;
}header .head-section-aXxBH:hover svg {
    transform: translateY(-5px);
}header .top-section-hGAkD {
    display: flex;
    gap: 0.8rem;
    padding: 0.6rem 1rem;
    border-radius: 12px;
    justify-content: center;
    max-width: 800px;
    flex-wrap: wrap;
    width: 100%;
    backdrop-filter: blur(5px);
    position: relative;
    background: rgba(255, 255, 255, 0.1);
}header .top-section-hGAkD::before {
    content: '';
    left: 0;
    width: 100%;
    top: 0;
    position: absolute;
    height: 100%;
    border-radius: 12px;
    z-index: -1;
    box-shadow: 
        0 4px 30px rgba(0, 0, 0, 0.1),
        inset 0 1px 1px rgba(255, 255, 255, 0.2);
}header .site-head-byhzW {
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    border-radius: 10px;
    position: relative;
    font-size: 17px;
    font-family: Arial, sans-serif;
    padding: 0.7rem 1.2rem;
    overflow: hidden;
    color: #ffffff;
}header .site-head-byhzW::before {
    transform: translateY(100%) scale(0.8);
    background: #ffffff;
    position: absolute;
    border-radius: 10px;
    left: 0;
    content: '';
    z-index: -1;
    opacity: 0;
    height: 100%;
    top: 0;
    width: 100%;
    transition: opacity 0.3s ease;
}header .site-head-byhzW:hover {
    transform: translateY(-3px);
    color: rgb(218,183,198);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}header .site-head-byhzW:hover::before {
    transform: translateY(0) scale(1);
    opacity: 1;
}

@media (max-width: 991px) {header {
    padding: 1.2rem 0;
}header .top-info-VUXvi {
    gap: 1.2rem;
}header .head-section-aXxBH svg {
    width: 180px;
}header .top-section-hGAkD {
    gap: 0.6rem;
    padding: 0.5rem;
}header .site-head-byhzW {
    padding: 0.6rem 1rem;
    font-size: calc(17px - 1px);
}
}

@media (max-width: 767px) {header {
    padding: 1rem 0;
}header .top-info-VUXvi {
    gap: 1rem;
}header .head-section-aXxBH svg {
    width: 150px;
}header .top-section-hGAkD {
    padding: 0.4rem;
    gap: 0.4rem;
}header .site-head-byhzW {
    font-size: calc(17px - 2px);
    padding: 0.5rem 0.8rem;
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .top-info-VUXvi {
    gap: 0.8rem;
}header .head-section-aXxBH svg {
    width: 140px;
}header .top-section-hGAkD {
    flex-wrap: nowrap;
    padding: 0.4rem 0.6rem;
    justify-content: flex-start;
    overflow-x: auto;
}header .top-section-hGAkD::-webkit-scrollbar {
    height: 3px;
}header .top-section-hGAkD::-webkit-scrollbar-thumb {
    background: #ffffff;
    border-radius: 10px;
}header .site-head-byhzW {
    font-size: calc(17px - 3px);
    white-space: nowrap;
    padding: 0.4rem 0.7rem;
}}.developer-experience-PUKOZ {
    position: relative;
    overflow: hidden;
    padding: 80px 40px;
    background: rgb(236,219,226);
    min-height: 450px;
}.developer-experience-PUKOZ::before {
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 30px,
        rgb(218,183,198,0.5) 30px,
        rgb(218,183,198,0.5) 32px
    );
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    opacity: 0.05;
    left: 0;
}.developer-experience-PUKOZ .student-insights-vKLiX {
    display: flex;
    margin: 0 auto;
    perspective: 1000px;
    position: relative;
    flex-direction: column;
    max-width: 1000px;
    transform-style: preserve-3d;
}.developer-experience-PUKOZ .img-strip-nLksW {
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    width: 140px;
    z-index: 5;
    border-radius: 50%;
    margin-left: 60px;
    overflow: hidden;
    position: relative;
    border: 4px solid #ffffff;
    height: 140px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}.developer-experience-PUKOZ .student-insights-vKLiX:hover .img-strip-nLksW {
    transform: translateY(-15px) scale(1.1);
    border-color: rgb(218,183,198);
}.developer-experience-PUKOZ .emp-achievements-pDCjP {
    background: #ffffff;
    transform: translateZ(0);
    position: relative;
    padding: 60px 40px 40px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    margin-top: -40px;
    border-radius: 27px;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.developer-experience-PUKOZ .student-insights-vKLiX:hover .emp-achievements-pDCjP {
    transform: translateZ(30px);
}.developer-experience-PUKOZ .emp-achievements-pDCjP::before {
    background: linear-gradient(to bottom, rgb(218,183,198), rgb(200,146,168));
    top: 0;
    position: absolute;
    height: 0;
    width: 4px;
    left: 0;
    content: "";
    transition: height 0.5s ease;
}.developer-experience-PUKOZ .student-insights-vKLiX:hover .emp-achievements-pDCjP::before {
    animation: pulseGlow 2s infinite;
    height: 100%;
}.developer-experience-PUKOZ .name {
    font-weight: 700;
    letter-spacing: 1px;
    transform: translateX(0);
    color: #000000;
    margin-bottom: 5px;
    font-size: 33px;
    transition: all 0.4s ease;
}.developer-experience-PUKOZ .student-insights-vKLiX:hover .name {
    transform: translateX(15px);
    color: rgb(218,183,198);
}.developer-experience-PUKOZ .emp-achievements-pDCjP > div:nth-child(2) {
    color: rgb(200,146,168);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 25px;
    transform: translateX(0);
    transition: all 0.4s ease 0.1s;
    opacity: 0.8;
    font-weight: 600;
    font-size: 16px;
}.developer-experience-PUKOZ .student-insights-vKLiX:hover .emp-achievements-pDCjP > div:nth-child(2) {
    transform: translateX(15px);
}.developer-experience-PUKOZ .job-block-yYVEu {
    position: relative;
    opacity: 0.9;
    padding: 20px 0;
    transition: all 0.4s ease 0.2s;
    transform: translateY(0);
    font-size: 16px;
    color: #000000;
    line-height: 1.8;
}.developer-experience-PUKOZ .student-insights-vKLiX:hover .job-block-yYVEu {
    transform: translateY(-5px);
}.developer-experience-PUKOZ .job-block-yYVEu::before,
.developer-experience-PUKOZ .job-block-yYVEu::after {
    content: "";
    position: absolute;
    width: 35px;
    transition: all 0.4s ease;
    background: rgb(200,146,168,0.5);
    height: 1px;
}.developer-experience-PUKOZ .job-block-yYVEu::before {
    left: 0;
    top: 0;
}.developer-experience-PUKOZ .job-block-yYVEu::after {
    bottom: 0;
    right: 0;
}.developer-experience-PUKOZ .student-insights-vKLiX:hover .job-block-yYVEu::before,
.developer-experience-PUKOZ .student-insights-vKLiX:hover .job-block-yYVEu::after {
    background: rgb(200,146,168);
    height: 2px;
    width: 100px;
}

@keyframes pulseGlow {
    0%, 100% {
        box-shadow: 0 0 8px 2px rgb(218,183,198,0.5);
    }
    50% {
        box-shadow: 0 0 15px 2px rgb(218,183,198);
    }
}

@media (min-width: 768px) {.developer-experience-PUKOZ .student-insights-vKLiX {
    align-items: center;
    flex-direction: row;
}.developer-experience-PUKOZ .img-strip-nLksW {
    margin-right: -80px;
    z-index: 5;
    width: 180px;
    height: 180px;
    margin-left: 0;
}.developer-experience-PUKOZ .emp-achievements-pDCjP {
    padding-left: 100px;
    flex: 1;
    margin-top: 0;
}
}

@media (max-width: 767px) {.developer-experience-PUKOZ {
    padding: 60px 20px;
}.developer-experience-PUKOZ .emp-achievements-pDCjP {
    padding: 60px 25px 35px;
}.developer-experience-PUKOZ .name {
    font-size: calc(33px - 4px);
}.developer-experience-PUKOZ .emp-achievements-pDCjP > div:nth-child(2) {
    font-size: calc(16px - 1px);
}.developer-experience-PUKOZ .job-block-yYVEu {
    font-size: calc(16px - 1px);
}}.contact-form-section-NEAWv {
    background: #ffffff;
    padding: 80px 0;
    overflow: hidden;
    position: relative;
}.contact-form-section-NEAWv::before {
    top: 0;
    content: "";
    background-size: 20px 20px;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(225deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(315deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%),
                linear-gradient(45deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%);
    height: 100%;
    left: 0;
    width: 100%;
    z-index: 0;
    position: absolute;
}.contact-form-section-NEAWv .container {
    padding: 0 20px;
    z-index: 1;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.contact-form-section-NEAWv h2 {
    padding-left: 20px;
    position: relative;
    margin-bottom: 50px;
    text-align: left;
    border-left: 5px solid rgb(218,183,198);
    font-size: 28px;
    font-weight: 700;
    color: #000000;
}.contact-form-section-NEAWv .feedback-section-GOYMQ {
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    display: flex;
    flex-direction: row-reverse;
}.contact-form-section-NEAWv .img-strip-nLksW {
    flex: 0 0 40%;
    min-height: 500px;
    position: relative;
}.contact-form-section-NEAWv .img-strip-nLksW::before {
    top: 0;
    z-index: 1;
    width: 100%;
    background: rgb(218,183,198,0.5);
    content: "";
    position: absolute;
    height: 100%;
    mix-blend-mode: multiply;
    left: 0;
}.contact-form-section-NEAWv .inquiry-card-vYDrh {
    padding: 60px;
    position: relative;
    flex: 0 0 60%;
}.contact-form-section-NEAWv .inquiry-card-vYDrh::after {
    background: rgb(236,219,226);
    width: 150px;
    right: 0;
    content: "";
    z-index: -1;
    top: 0;
    position: absolute;
    height: 150px;
    border-radius: 0 0 0 100%;
}.contact-form-section-NEAWv #contact {
    display: flex;
    flex-direction: column;
    gap: 30px;
}.contact-form-section-NEAWv h3 {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 30px;
    position: relative;
}.contact-form-section-NEAWv h3::after {
    bottom: -10px;
    content: "";
    width: 40px;
    left: 0;
    background: rgb(218,183,198);
    height: 2px;
    position: absolute;
}.contact-form-section-NEAWv input[type="text"] {
    border: none;
    border-radius: 10px;
    color: #000000;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.03);
    padding: 18px 20px;
    background: rgb(236,219,226);
    transition: all 0.3s ease;
    width: 100%;
    font-size: 14px;
}.contact-form-section-NEAWv input[type="text"]:focus {
    box-shadow: 0 0 0 2px rgb(218,183,198,0.5), inset 0 2px 4px rgba(0, 0, 0, 0.03);
    background: #ffffff;
    outline: none;
}.contact-form-section-NEAWv input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.6;
}.contact-form-section-NEAWv .reach-grid-fjiMk {
    gap: 12px;
    align-items: center;
    margin-top: 5px;
    display: flex;
}.contact-form-section-NEAWv .reach-grid-fjiMk input[type="checkbox"] {
    cursor: pointer;
    appearance: none;
    border-radius: 10px;
    border: 2px solid rgb(236,219,226);
    position: relative;
    transition: all 0.2s ease;
    height: 22px;
    width: 22px;
}.contact-form-section-NEAWv .reach-grid-fjiMk input[type="checkbox"]:checked {
    background: rgb(218,183,198);
    border-color: rgb(218,183,198);
}.contact-form-section-NEAWv .reach-grid-fjiMk input[type="checkbox"]:checked::after {
    transform: rotate(45deg);
    position: absolute;
    height: 11px;
    border-width: 0 2px 2px 0;
    top: 3px;
    width: 6px;
    left: 7px;
    border: solid #ffffff;
    content: "";
}.contact-form-section-NEAWv .reach-grid-fjiMk label {
    color: #000000;
    font-size: 14px;
    line-height: 1.5;
}.contact-form-section-NEAWv .reach-grid-fjiMk a {
    color: rgb(218,183,198);
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
}.contact-form-section-NEAWv .reach-grid-fjiMk a:hover {
    color: rgb(200,146,168);
}.contact-form-section-NEAWv .reach-grid-fjiMk a::after {
    content: "";
    bottom: -2px;
    left: 0;
    width: 100%;
    transition: all 0.3s ease;
    position: absolute;
    background: rgb(218,183,198);
    height: 1px;
}.contact-form-section-NEAWv .reach-grid-fjiMk a:hover::after {
    background: rgb(200,146,168);
}.contact-form-section-NEAWv .help-section-LGTmr {
    padding: 18px 40px;
    box-shadow: 0 4px 15px rgb(218,183,198,0.5);
    margin-top: 20px;
    font-size: 14px;
    cursor: pointer;
    border: none;
    font-weight: 600;
    color: #ffffff;
    align-self: flex-start;
    transition: all 0.3s ease;
    border-radius: 15px;
    background: rgb(218,183,198);
}.contact-form-section-NEAWv .help-section-LGTmr:hover {
    box-shadow: 0 7px 20px rgb(200,146,168,0.5);
    transform: translateY(-2px);
    background: rgb(200,146,168);
}.contact-form-section-NEAWv svg {
    transition: all 0.3s ease;
    fill: rgb(218,183,198);
    height: 20px;
    width: 20px;
}.contact-form-section-NEAWv svg path {
    fill: rgb(218,183,198);
    transition: all 0.3s ease;
}.contact-form-section-NEAWv svg:hover {
    fill: rgb(200,146,168);
}.contact-form-section-NEAWv svg:hover path {
    fill: rgb(200,146,168);
}

@media (max-width: 992px) {.contact-form-section-NEAWv .feedback-section-GOYMQ {
    flex-direction: column;
}.contact-form-section-NEAWv .img-strip-nLksW {
    flex: 0 0 auto;
    min-height: 300px;
    order: 1;
}.contact-form-section-NEAWv .inquiry-card-vYDrh {
    padding: 50px 40px;
    order: 2;
    flex: 0 0 auto;
}.contact-form-section-NEAWv h2 {
    margin-bottom: 40px;
}
}

@media (max-width: 768px) {.contact-form-section-NEAWv {
    padding: 60px 0;
}.contact-form-section-NEAWv h2 {
    font-size: calc(28px - 4px);
    margin-bottom: 30px;
}.contact-form-section-NEAWv .inquiry-card-vYDrh {
    padding: 40px 30px;
}.contact-form-section-NEAWv #contact {
    gap: 25px;
}.contact-form-section-NEAWv .img-strip-nLksW {
    min-height: 250px;
}
}

@media (max-width: 576px) {.contact-form-section-NEAWv {
    padding: 40px 0;
}.contact-form-section-NEAWv .container {
    padding: 0 15px;
}.contact-form-section-NEAWv h2 {
    padding-left: 15px;
    margin-bottom: 25px;
    font-size: calc(28px - 6px);
}.contact-form-section-NEAWv .inquiry-card-vYDrh {
    padding: 30px 20px;
}.contact-form-section-NEAWv #contact {
    gap: 20px;
}.contact-form-section-NEAWv input[type="text"] {
    padding: 15px;
}.contact-form-section-NEAWv .help-section-LGTmr {
    width: 100%;
    padding: 15px 20px;
}.contact-form-section-NEAWv .img-strip-nLksW {
    min-height: 200px;
}}.test-drive-kjovp {
    background: linear-gradient(135deg, rgb(200,146,168,0.5) 0%, rgb(236,219,226) 100%);
    padding: 130px 0;
    position: relative;
    overflow: hidden;
}.test-drive-kjovp::before {
    position: absolute;
    width: 100%;
    z-index: 1;
    background-size: 20px 20px;
    content: '';
    opacity: 0.03;
    top: 0;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    height: 100%;
    background: 
        linear-gradient(45deg, rgb(236,219,226) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(236,219,226) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(236,219,226) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(236,219,226) 75%);
    left: 0;
}.test-drive-kjovp .mentor-values-YZXgh {
    gap: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    z-index: 10;
    position: relative;
}.test-drive-kjovp .container p {
    position: relative;
    background: #ffffff;
    font-size: 34px;
    padding: 50px;
    font-weight: 700;
    margin: 0;
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg) translateZ(0);
    z-index: 5;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(0, 0, 0, 0.01);
    border-radius: 16px;
    color: #000000;
    line-height: 1.4;
}.test-drive-kjovp .help-section-LGTmr {
    display: flex;
    font-weight: 600;
    position: relative;
    background: rgb(218,183,198);
    transition: all 0.5s ease;
    padding: 50px;
    transform: perspective(1000px) rotateX(2deg) rotateY(2deg) translateZ(0);
    font-size: 19px;
    justify-content: center;
    z-index: 5;
    overflow: hidden;
    align-items: center;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(0, 0, 0, 0.01);
    color: #ffffff;
    text-decoration: none;
    border-radius: 16px;
}.test-drive-kjovp .help-section-LGTmr::before {
    opacity: 0;
    transition: opacity 0.5s ease;
    width: 200%;
    height: 200%;
    z-index: -1;
    top: -50%;
    content: '';
    background: radial-gradient(circle, rgb(200,146,168) 0%, transparent 60%);
    left: -50%;
    position: absolute;
}.test-drive-kjovp .container p:hover,
.test-drive-kjovp .help-section-LGTmr:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateZ(30px);
}.test-drive-kjovp .help-section-LGTmr:hover {
    box-shadow: 
        0 15px 40px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(0, 0, 0, 0.02);
}.test-drive-kjovp .help-section-LGTmr:hover::before {
    opacity: 0.3;
    animation: pulse-bg 3s infinite;
}.test-drive-kjovp::after {
    height: 300px;
    background: linear-gradient(
        45deg,
        rgb(218,183,198,0.5),
        rgb(200,146,168,0.5)
    );
    border-radius: 50%;
    content: '';
    filter: blur(80px);
    bottom: -50px;
    z-index: 1;
    right: -50px;
    width: 300px;
    opacity: 0.3;
    position: absolute;
}

@keyframes pulse-bg {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
}

@media (max-width: 991px) {.test-drive-kjovp {
    padding: 90px 0;
}.test-drive-kjovp .container p {
    font-size: calc(19px * 1.2);
    padding: 40px;
}.test-drive-kjovp .help-section-LGTmr {
    padding: 40px;
}
}

@media (max-width: 767px) {.test-drive-kjovp {
    padding: 70px 0;
}.test-drive-kjovp .mentor-values-YZXgh {
    grid-template-columns: 1fr;
}.test-drive-kjovp .container p {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateZ(0);
    font-size: 19px;
    padding: 30px;
}.test-drive-kjovp .help-section-LGTmr {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateZ(0);
    padding: 25px;
}.test-drive-kjovp .container p:hover,
    .test-drive-kjovp .help-section-LGTmr:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateZ(10px);
}
}

@media (max-width: 480px) {.test-drive-kjovp {
    padding: 50px 0;
}.test-drive-kjovp .container p {
    padding: 25px 20px;
    font-size: calc(17px * 1.2);
}.test-drive-kjovp .help-section-LGTmr {
    padding: 20px;
    font-size: calc(19px * 0.9);
}}.cookie-overlay-alert-gTUGV {
    transition: transform 0.3s ease-in-out;
    z-index: 90;
    position: fixed;
    background: rgb(236,219,226);
    width: 100%;
    bottom: 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    border-top: 3px solid rgb(218,183,198);
}.learn-prefs-AQhmJ {
    justify-content: space-between;
    display: flex;
    margin: 0 auto;
    max-width: 1200px;
    align-items: center;
    padding: 20px 15px;
}.track-manage-Cqrhd {
    flex-shrink: 0;
    margin-right: 15px;
}.track-manage-Cqrhd svg {
    height: 60px;
    width: 60px;
    transition: fill 0.3s ease;
    fill: rgb(218,183,198);
}.track-manage-Cqrhd svg:hover {
    fill: rgb(200,146,168);
}.visitor-privacy-RtqOY {
    color: #000000;
    margin-right: 15px;
    flex-grow: 1;
}.cookie-overlay-alert-gTUGV h5 {
    color: rgb(218,183,198);
    margin-bottom: 8px;
    font-size: 19px;
    font-family: Arial, sans-serif;
    font-weight: 600;
}.cookie-overlay-alert-gTUGV p {
    color: #000000;
    font-size: 18px;
    font-family: Arial, sans-serif;
    line-height: 1.5;
}.web-tracking-fGdwK {
    padding: 10px 20px;
    line-height: 35px;
    cursor: pointer;
    border-radius: 21px;
    margin-left: 10px;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    font-size: 17px;
    text-align: center;
    background: rgb(218,183,198);
    text-decoration: none;
    color: #ffffff;
}.web-tracking-fGdwK:hover {
    background: rgb(200,146,168);
    box-shadow: 0 0 10px rgb(200,146,168,0.5);
}#cookies-confirmation-yes-bTwcy {
    background: rgb(218,183,198);
}#rejectCookieSettingsLink-vQtsA {
    background: rgba(0, 0, 0, 0.5);
}.cookie-overlay-alert-gTUGV p a {
    transition: color 0.3s ease;
    color: rgb(218,183,198);
    text-decoration: underline;
}.cookie-overlay-alert-gTUGV p a:hover {
    color: rgb(200,146,168);
}
@media only screen and (max-width: 1200px) {.learn-prefs-AQhmJ {
    flex-direction: column;
    align-items: center;
}.track-manage-Cqrhd {
    margin-bottom: 15px;
}.visitor-privacy-RtqOY {
    margin-bottom: 15px;
    margin-right: 0;
    text-align: center;
}.web-tracking-fGdwK {
    width: 100%;
    margin-bottom: 10px;
    max-width: 200px;
    margin-left: 0;
}
}
@media only screen and (max-width: 800px) {.learn-prefs-AQhmJ {
    padding: 15px;
}.track-manage-Cqrhd {
    display: none;
}.cookie-overlay-alert-gTUGV h5 {
    font-size: 22px;
}.cookie-overlay-alert-gTUGV p {
    font-size: 16px;
}}
#cookiePolicyNotice-WrNEM {
    display: none;
}#cookiePolicyNotice-WrNEM:checked ~ .cookie-overlay-alert-gTUGV {
    opacity: 0;
    visibility: hidden;
}.statistical-data-RhlHX {
    overflow: hidden;
    padding: 4rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(236,219,226) 0%, rgb(218,183,198,0.5) 100%);
}.statistical-data-RhlHX::before {
    position: absolute;
    height: 100%;
    z-index: 1;
    left: 0;
    content: "";
    top: 0;
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.03) 0px,
        rgba(255, 255, 255, 0.03) 2px,
        transparent 2px,
        transparent 10px
    );
}.statistical-data-RhlHX .container {
    padding: 0 1.5rem;
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.statistical-data-RhlHX ul {
    margin: 0 0 3rem 0;
    display: grid;
    padding: 0;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    list-style: none;
    gap: 2rem;
}.statistical-data-RhlHX .edu-wins-OknlV {
    border-left: 3px solid rgb(218,183,198);
    backdrop-filter: blur(8px);
    padding: 2rem 1.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 
                inset 0 1px 1px rgba(255, 255, 255, 0.8);
    position: relative;
    transform: translateY(0);
    background: linear-gradient(
        to right bottom,
        rgba(255, 255, 255, 0.9),
        rgba(255, 255, 255, 0.5)
    );
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                box-shadow 0.4s ease;
}.statistical-data-RhlHX .edu-wins-OknlV:nth-child(2n) {
    border-left: 3px solid rgb(200,146,168);
}.statistical-data-RhlHX .edu-wins-OknlV:nth-child(3n) {
    border-left: 3px solid rgba(0, 0, 0, 0.5);
}.statistical-data-RhlHX .edu-wins-OknlV:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12), 
                inset 0 1px 1px rgba(255, 255, 255, 0.8);
}.statistical-data-RhlHX .edu-wins-OknlV::after {
    height: 4px;
    width: 30%;
    opacity: 0.6;
    transition: width 0.4s ease;
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    background: linear-gradient(to right, transparent, rgb(218,183,198));
}.statistical-data-RhlHX .edu-wins-OknlV:hover::after {
    width: 85%;
}.statistical-data-RhlHX .edu-wins-OknlV div {
    position: relative;
    z-index: 2;
}.statistical-data-RhlHX .edu-wins-OknlV p {
    transition: transform 0.3s ease;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 0.5rem 0;
    color: rgb(218,183,198);
    position: relative;
    font-size: calc(34px * 1.2);
    display: inline-block;
}.statistical-data-RhlHX .edu-wins-OknlV:nth-child(2n) p {
    color: rgb(200,146,168);
}.statistical-data-RhlHX .edu-wins-OknlV:nth-child(3n) p {
    color: #000000;
}.statistical-data-RhlHX .edu-wins-OknlV p::before {
    content: "";
    transform: scaleX(0);
    width: 60%;
    left: 0;
    bottom: -5px;
    background: currentColor;
    transition: transform 0.4s ease-out 0.1s;
    opacity: 0.3;
    height: 5px;
    transform-origin: left;
    position: absolute;
}.statistical-data-RhlHX .edu-wins-OknlV:hover p {
    transform: translateY(-5px);
}.statistical-data-RhlHX .edu-wins-OknlV:hover p::before {
    transform: scaleX(1);
}.statistical-data-RhlHX .edu-wins-OknlV span {
    color: #000000;
    margin-top: 1rem;
    font-size: 17px;
    font-weight: 600;
    display: block;
    transition: transform 0.3s ease 0.1s;
    position: relative;
}.statistical-data-RhlHX .edu-wins-OknlV:hover span {
    transform: translateX(8px);
}.statistical-data-RhlHX h4 {
    font-weight: 600;
    text-align: center;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0.8),
        rgba(255, 255, 255, 0.4)
    );
    display: inline-block;
    font-size: 24px;
    padding: 0.5rem 2rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    color: #000000;
    position: relative;
    margin: 1rem auto;
    border-radius: 10px;
}.statistical-data-RhlHX h4::before,
.statistical-data-RhlHX h4::after {
    height: 1px;
    background: linear-gradient(to right, rgb(218,183,198), transparent);
    top: 50%;
    position: absolute;
    width: 120px;
    content: "";
}.statistical-data-RhlHX h4::before {
    right: 100%;
    margin-right: 20px;
}.statistical-data-RhlHX h4::after {
    left: 100%;
    margin-left: 20px;
    background: linear-gradient(to left, rgb(218,183,198), transparent);
}

@media (min-width: 768px) {.statistical-data-RhlHX {
    padding: 6rem 0;
}.statistical-data-RhlHX ul {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2.5rem;
}.statistical-data-RhlHX .edu-wins-OknlV {
    padding: 2.5rem 2rem;
}.statistical-data-RhlHX .edu-wins-OknlV div {
    position: relative;
}.statistical-data-RhlHX .edu-wins-OknlV p {
    font-size: calc(34px * 1.5);
}.statistical-data-RhlHX h4 {
    font-size: calc(24px * 1.2);
    padding: 0.75rem 3rem;
}.statistical-data-RhlHX h4::before,
    .statistical-data-RhlHX h4::after {
    width: 180px;
}
}

@media (max-width: 767px) {.statistical-data-RhlHX {
    padding: 3rem 0;
}.statistical-data-RhlHX ul {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.statistical-data-RhlHX .edu-wins-OknlV {
    margin-bottom: 1rem;
}.statistical-data-RhlHX h4::before,
    .statistical-data-RhlHX h4::after {
    width: 60px;
}
}

@media (min-width: 1200px) {.statistical-data-RhlHX .container {
    padding: 0;
}.statistical-data-RhlHX ul {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.statistical-data-RhlHX h4::before,
    .statistical-data-RhlHX h4::after {
    width: 220px;
}
}

@media (prefers-reduced-motion: reduce) {.statistical-data-RhlHX .edu-wins-OknlV,
    .statistical-data-RhlHX .edu-wins-OknlV p,
    .statistical-data-RhlHX .edu-wins-OknlV span,
    .statistical-data-RhlHX .edu-wins-OknlV::after,
    .statistical-data-RhlHX .edu-wins-OknlV p::before {
    transition: none;
}.statistical-data-RhlHX .edu-wins-OknlV:hover {
    transform: none;
}}header .top_plank {
    background: rgb(218,183,198);
    color:  #ffffff;
}header .top_plank .elite-learnpro-zUtny div svg, header .top_plank .elite-learnpro-zUtny div svg path {
    fill: #ffffff;
}header .top_plank .elite-learnpro-zUtny div span {
    color: #ffffff;
}header .top_plank .elite-learnpro-zUtny {
    flex-wrap: wrap;
    display: flex;
    padding: 15px 0 10px 0;
    font-size: 12px;
    justify-content: flex-start;
    line-height: 21px;
    width: 100%;
    align-items: center;
}header .top_plank .elite-learnpro-zUtny div {
    justify-content: flex-start;
    align-items: center;
    margin-right: 24px;
    display: flex;
}header .top_plank .elite-learnpro-zUtny div img, header .top_plank .elite-learnpro-zUtny div svg {
    margin-right: 8px;
    height: 16px;
    width: 16px;
}.tyDiv-GwrcO {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(236,219,226) 0%, rgb(200,146,168,0.5) 100%);
    padding: 120px 0;
}.tyDiv-GwrcO::before {
    content: "";
    opacity: 0.4;
    top: 0;
    left: 0;
    pointer-events: none;
    width: 100%;
    position: absolute;
    background: 
    radial-gradient(circle at 10% 20%, rgb(218,183,198,0.5) 5%, transparent 60%),
    radial-gradient(circle at 90% 80%, rgb(200,146,168,0.5) 10%, transparent 50%);
    z-index: 1;
    height: 100%;
}.tyDiv-GwrcO::after {
    right: -50%;
    content: "";
    background: rgb(255, 255, 255, 0.5);
    z-index: 1;
    opacity: 0.08;
    top: -50%;
    position: absolute;
    filter: blur(80px);
    pointer-events: none;
    transform: rotate(-15deg);
    width: 90%;
    height: 90%;
}.tyDiv-GwrcO .container {
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}.tyDiv-GwrcO .mentor-values-YZXgh {
    border-left: 4px solid rgb(218,183,198);
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
              0 5px 12px rgba(0, 0, 0, 0.05);
    animation: slideIn 0.8s cubic-bezier(0.17, 0.67, 0.45, 1.09) forwards;
    transform: perspective(1000px) rotateX(2deg);
    background: #ffffff;
    padding: 60px 50px;
    position: relative;
}.tyDiv-GwrcO .mentor-values-YZXgh::before {
    transform: scale(0.97);
    left: 20px;
    right: 20px;
    border: 1px solid rgb(200,146,168,0.5);
    opacity: 0.2;
    border-radius: 10px;
    pointer-events: none;
    position: absolute;
    top: 20px;
    bottom: 20px;
    content: "";
    transition: transform 0.5s ease;
}.tyDiv-GwrcO .mentor-values-YZXgh:hover::before {
    transform: scale(1);
}.tyDiv-GwrcO .mentor-values-YZXgh > div:first-child {
    padding-bottom: 25px;
    position: relative;
    margin-bottom: 30px;
}.tyDiv-GwrcO .mentor-values-YZXgh > div:first-child::after {
    height: 3px;
    left: 0;
    content: "";
    width: 80px;
    bottom: 0;
    background: linear-gradient(90deg, rgb(218,183,198) 0%, rgb(200,146,168) 100%);
    animation: lineExpand 1s ease-out 0.3s forwards;
    position: absolute;
    transform-origin: left center;
}.tyDiv-GwrcO h5 {
    transform: translateY(15px);
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    color: #000000;
    font-size: 24px;
    opacity: 0;
    animation: fadeUp 0.7s ease-out 0.2s forwards;
}.tyDiv-GwrcO p {
    color: #000000;
    animation: fadeUp 0.7s ease-out 0.4s forwards;
    transform: translateY(15px);
    line-height: 1.8;
    font-weight: 400;
    font-size: 16px;
    margin: 0;
    opacity: 0;
}.tyDiv-GwrcO a {
    position: relative;
    display: block;
    text-decoration: none;
    color: inherit;
    transition: transform 0.4s cubic-bezier(0.17, 0.67, 0.45, 1.09);
}.tyDiv-GwrcO a:hover {
    transform: translateY(-5px);
}.tyDiv-GwrcO a::after {
    bottom: -8px;
    background: linear-gradient(90deg, rgb(218,183,198,0.5) 0%, transparent 100%);
    position: absolute;
    width: 100%;
    content: "";
    transition: transform 0.5s ease, opacity 0.5s ease;
    height: 1px;
    transform-origin: left;
    transform: scaleX(0.3);
    opacity: 0;
    left: 0;
}.tyDiv-GwrcO a:hover::after {
    transform: scaleX(1);
    opacity: 1;
}

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

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

@keyframes slideIn {
  0% {
    transform: perspective(1000px) translateY(50px) rotateX(8deg);
    opacity: 0;
  }
  100% {
    transform: perspective(1000px) translateY(0) rotateX(2deg);
    opacity: 1;
  }
}

@media (max-width: 992px) {.tyDiv-GwrcO {
    padding: 80px 0;
}.tyDiv-GwrcO .mentor-values-YZXgh {
    padding: 50px 40px;
}.tyDiv-GwrcO h5 {
    font-size: calc(24px - 2px);
}
}

@media (max-width: 768px) {.tyDiv-GwrcO {
    padding: 60px 0;
}.tyDiv-GwrcO .mentor-values-YZXgh {
    padding: 40px 30px;
    transform: perspective(1000px) rotateX(1deg);
}.tyDiv-GwrcO .mentor-values-YZXgh::before {
    right: 15px;
    left: 15px;
    top: 15px;
    bottom: 15px;
}.tyDiv-GwrcO .mentor-values-YZXgh > div:first-child {
    margin-bottom: 25px;
    padding-bottom: 20px;
}.tyDiv-GwrcO h5 {
    font-size: calc(24px - 4px);
}.tyDiv-GwrcO p {
    font-size: calc(16px - 1px);
    line-height: 1.7;
}
}

@media (max-width: 576px) {.tyDiv-GwrcO {
    padding: 50px 0;
}.tyDiv-GwrcO .mentor-values-YZXgh {
    padding: 30px 20px;
    transform: none;
    border-left: 3px solid rgb(218,183,198);
}.tyDiv-GwrcO .mentor-values-YZXgh::before {
    display: none;
}.tyDiv-GwrcO .mentor-values-YZXgh > div:first-child {
    margin-bottom: 20px;
    padding-bottom: 15px;
}.tyDiv-GwrcO .mentor-values-YZXgh > div:first-child::after {
    width: 60px;
    height: 2px;
}.tyDiv-GwrcO h5 {
    font-size: calc(24px - 6px);
}.tyDiv-GwrcO p {
    line-height: 1.6;
    font-size: calc(16px - 2px);
}}.our-background-NHmQf {
    padding: 7rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(236,219,226) 0%, rgb(200,146,168,0.5) 100%);
    overflow: hidden;
}.our-background-NHmQf::before {
    top: -10%;
    clip-path: polygon(0 0, 100% 25%, 85% 100%, 15% 70%);
    position: absolute;
    transform: rotate(-15deg) skewX(15deg);
    right: -5%;
    background: rgb(218,183,198,0.5);
    height: 80%;
    opacity: 0.15;
    z-index: 1;
    content: "";
    width: 40%;
}.our-background-NHmQf::after {
    left: -5%;
    content: "";
    opacity: 0.08;
    position: absolute;
    width: 30%;
    clip-path: polygon(15% 0, 85% 30%, 100% 100%, 0 70%);
    transform: rotate(10deg) skewY(-5deg);
    background: rgb(200,146,168);
    bottom: -5%;
    z-index: 1;
    height: 70%;
}.our-background-NHmQf .container {
    position: relative;
    padding: 0 2rem;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}.our-background-NHmQf h1 {
    display: inline-block;
    position: relative;
    font-weight: 700;
    transform: translateX(1rem);
    margin-bottom: 3rem;
    color: #000000;
    font-size: 44px;
}.our-background-NHmQf h1::after {
    animation: growLine 1.2s ease-out forwards;
    height: 6px;
    background: rgb(218,183,198);
    transform-origin: left;
    bottom: -0.5rem;
    width: 35%;
    left: -1rem;
    content: "";
    position: absolute;
}.our-background-NHmQf .learning-classes-BHJzZ {
    position: relative;
}.our-background-NHmQf .learning-classes-BHJzZ ul {
    grid-template-columns: 1fr;
    display: grid;
    gap: 3rem;
    list-style: none;
    padding: 0;
    margin: 0;
}.our-background-NHmQf .knowledge-zone-sWMiF {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08), 
              0 5px 15px rgba(0, 0, 0, 0.04);
    padding: 2.5rem;
    border-left: 5px solid rgb(218,183,198);
    transform: translateY(0);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275),
              box-shadow 0.4s ease;
    overflow: hidden;
    background: #ffffff;
    position: relative;
}.our-background-NHmQf .knowledge-zone-sWMiF:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
              0 10px 20px rgba(0, 0, 0, 0.06);
    transform: translateY(-8px);
}.our-background-NHmQf .knowledge-zone-sWMiF::before {
    transform: translate(40%, -40%) rotate(45deg);
    content: "";
    height: 80px;
    width: 80px;
    top: 0;
    transition: transform 0.5s ease;
    background: rgb(200,146,168,0.5);
    right: 0;
    position: absolute;
    opacity: 0.15;
}.our-background-NHmQf .knowledge-zone-sWMiF:hover::before {
    transform: translate(30%, -30%) rotate(45deg) scale(1.2);
}.our-background-NHmQf .knowledge-zone-sWMiF h4 {
    font-size: calc(33px * 0.8);
    margin-top: 0;
    color: rgb(218,183,198);
    position: relative;
    font-weight: 600;
    margin-bottom: 1.5rem;
    display: inline-block;
}.our-background-NHmQf .knowledge-zone-sWMiF h4::after {
    content: "";
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    transition: width 0.4s ease;
    left: 0;
    background: rgb(200,146,168);
    position: absolute;
}.our-background-NHmQf .knowledge-zone-sWMiF:hover h4::after {
    width: 50%;
}.our-background-NHmQf .knowledge-zone-sWMiF div {
    font-family: Arial, sans-serif;
    max-height: 250px;
    font-size: 16px;
    color: #000000;
    line-height: 1.7;
    overflow-y: auto;
    padding-right: 1rem;
}.our-background-NHmQf .knowledge-zone-sWMiF div::-webkit-scrollbar {
    width: 5px;
}.our-background-NHmQf .knowledge-zone-sWMiF div::-webkit-scrollbar-track {
    background: rgb(255, 255, 255, 0.5);
    border-radius: 10px;
}.our-background-NHmQf .knowledge-zone-sWMiF div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(200,146,168,0.5);
}.our-background-NHmQf .knowledge-zone-sWMiF:nth-child(odd) {
    transform: translateX(1rem);
}.our-background-NHmQf .knowledge-zone-sWMiF:nth-child(even) {
    transform: translateX(-1rem);
}.our-background-NHmQf .knowledge-zone-sWMiF:nth-child(odd):hover {
    transform: translateX(1rem) translateY(-8px);
}.our-background-NHmQf .knowledge-zone-sWMiF:nth-child(even):hover {
    transform: translateX(-1rem) translateY(-8px);
}

@keyframes growLine {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 35%;
    opacity: 1;
  }
}

@media (min-width: 768px) {.our-background-NHmQf .learning-classes-BHJzZ ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}.our-background-NHmQf .knowledge-zone-sWMiF {
    padding: 2.5rem 3rem;
}.our-background-NHmQf .knowledge-zone-sWMiF:nth-child(1) {
    transform: translateY(2rem);
}.our-background-NHmQf .knowledge-zone-sWMiF:nth-child(2) {
    transform: translateY(-2rem);
}.our-background-NHmQf .knowledge-zone-sWMiF:nth-child(1):hover {
    transform: translateY(calc(2rem - 8px));
}.our-background-NHmQf .knowledge-zone-sWMiF:nth-child(2):hover {
    transform: translateY(calc(-2rem - 8px));
}
}

@media (min-width: 992px) {.our-background-NHmQf {
    padding: 10rem 0;
}.our-background-NHmQf h1 {
    margin-bottom: 4rem;
    font-size: calc(44px * 1.2);
}.our-background-NHmQf .knowledge-zone-sWMiF div {
    max-height: 300px;
}.our-background-NHmQf .learning-classes-BHJzZ ul {
    gap: 3rem;
}
}

@media (max-width: 767px) {.our-background-NHmQf {
    padding: 5rem 0;
}.our-background-NHmQf h1 {
    font-size: calc(44px * 0.9);
    margin-bottom: 2rem;
}.our-background-NHmQf .knowledge-zone-sWMiF {
    padding: 2rem;
    border-left-width: 4px;
}.our-background-NHmQf .knowledge-zone-sWMiF:nth-child(odd),
  .our-background-NHmQf .knowledge-zone-sWMiF:nth-child(even) {
    transform: translateX(0);
}.our-background-NHmQf .knowledge-zone-sWMiF:nth-child(odd):hover,
  .our-background-NHmQf .knowledge-zone-sWMiF:nth-child(even):hover {
    transform: translateY(-8px);
}.our-background-NHmQf .knowledge-zone-sWMiF h4 {
    font-size: calc(33px * 0.7);
}.our-background-NHmQf .knowledge-zone-sWMiF div {
    max-height: 200px;
    font-size: calc(16px * 0.95);
}}.pricing-lineup-tPvqM {
    padding: 6rem 0;
    background: linear-gradient(145deg, rgb(236,219,226), #ffffff);
    overflow: hidden;
    position: relative;
}.pricing-lineup-tPvqM::before {
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
    content: "";
    background: linear-gradient(120deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0) 70%);
    z-index: 1;
    position: absolute;
}.pricing-lineup-tPvqM .container {
    position: relative;
    padding: 0 15px;
    z-index: 2;
    max-width: 1320px;
    margin: 0 auto;
}.pricing-lineup-tPvqM .learning-cost-cXzDZ {
    grid-template-columns: 1fr;
    display: grid;
    gap: 3rem;
}.pricing-lineup-tPvqM .bundle-rate-JeLDG {
    opacity: 0;
    padding: 2rem;
    text-align: center;
    background: linear-gradient(145deg, #ffffff, rgb(255, 255, 255, 0.5));
    animation: fadeInUp 0.8s forwards 0.2s;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05);
    order: 1;
    transform: translateY(20px);
}.pricing-lineup-tPvqM .bundle-rate-JeLDG h2 {
    font-weight: 700;
    display: inline-block;
    position: relative;
    font-size: 29px;
    margin-bottom: 1.5rem;
    color: rgb(218,183,198);
}.pricing-lineup-tPvqM .bundle-rate-JeLDG h2::after {
    bottom: -10px;
    height: 3px;
    transform: translateX(-50%);
    content: "";
    width: 60%;
    left: 50%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(218,183,198), transparent);
}.pricing-lineup-tPvqM .bundle-rate-JeLDG .cost-plan-hoeKl {
    line-height: 1.6;
    font-weight: 400;
    max-width: 80%;
    margin: 0 auto;
    color: #000000;
    font-size: 12px;
}.pricing-lineup-tPvqM .edu-packages-ypCoN {
    grid-template-columns: 1fr;
    display: grid;
    gap: 2rem;
    order: 2;
}.pricing-lineup-tPvqM .trial-rates-jpZYa {
    transform: translateY(30px);
    animation-delay: calc(0.1s * var(--i, 1));
    animation: fadeInUp 0.8s forwards;
    opacity: 0;
    will-change: transform, opacity;
    transition: transform 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    display: block;
    text-decoration: none;
}.pricing-lineup-tPvqM .trial-rates-jpZYa:nth-child(1) {
    --i: 1;
}.pricing-lineup-tPvqM .trial-rates-jpZYa:nth-child(2) {
    --i: 2;
}.pricing-lineup-tPvqM .trial-rates-jpZYa:nth-child(3) {
    --i: 3;
}.pricing-lineup-tPvqM .trial-rates-jpZYa:nth-child(4) {
    --i: 4;
}.pricing-lineup-tPvqM .trial-rates-jpZYa:hover {
    transform: translateY(-5px) scale(1.02);
}.pricing-lineup-tPvqM .training-fees-dbQaB {
    display: flex;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.07);
    height: 100%;
    transition: all 0.4s ease;
    background: #ffffff;
    flex-direction: column;
    overflow: hidden;
}.pricing-lineup-tPvqM .trial-rates-jpZYa:hover .training-fees-dbQaB {
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}.pricing-lineup-tPvqM .fee-plans-YzVij {
    z-index: 1;
    display: flex;
    position: relative;
    flex-grow: 1;
    padding: 2.5rem 2rem;
    flex-direction: column;
}.pricing-lineup-tPvqM .fee-plans-YzVij::before {
    width: 120px;
    transform: translate(30px, -30px);
    background: linear-gradient(135deg, transparent 50%, rgb(218,183,198,0.5) 50%);
    opacity: 0;
    top: 0;
    transition: opacity 0.4s ease, transform 0.4s ease;
    z-index: -1;
    content: "";
    position: absolute;
    height: 120px;
    right: 0;
}.pricing-lineup-tPvqM .trial-rates-jpZYa:hover .fee-plans-YzVij::before {
    transform: translate(0, 0);
    opacity: 0.7;
}.pricing-lineup-tPvqM .trial-rates-jpZYa h3 {
    transition: color 0.3s ease;
    color: #000000;
    font-weight: 700;
    font-size: calc(19px + 0.2rem);
    position: relative;
    margin-bottom: 1rem;
}.pricing-lineup-tPvqM .trial-rates-jpZYa:hover h3 {
    color: rgb(218,183,198);
}.pricing-lineup-tPvqM .payment-plans-YsVwy {
    display: inline-block;
    color: rgb(218,183,198);
    font-size: calc(21px + 0.8rem);
    position: relative;
    margin-bottom: 1.5rem;
    font-weight: 700;
}.pricing-lineup-tPvqM .payment-plans-YsVwy::before {
    height: 3px;
    bottom: -5px;
    transition: width 0.3s ease;
    position: absolute;
    background: rgb(200,146,168);
    width: 40px;
    left: 0;
    content: "";
}.pricing-lineup-tPvqM .trial-rates-jpZYa:hover .payment-plans-YsVwy::before {
    width: 80px;
}.pricing-lineup-tPvqM .trial-rates-jpZYa p {
    color: #000000;
    -ms-word-break: break-all;
    word-wrap: break-word;
    overflow-wrap: break-word;
    margin-bottom: 0;
    word-break: break-word;
    font-size: 12px;
    line-height: 1.6;
}.pricing-lineup-tPvqM .img-strip-nLksW {
    position: relative;
    height: 200px;
    overflow: hidden;
    transition: transform 0.5s ease;
}.pricing-lineup-tPvqM .img-strip-nLksW::after {
    inset: 0;
    position: absolute;
    background: linear-gradient(to top, rgba(0,0,0,0.2), transparent);
    content: "";
}.pricing-lineup-tPvqM .trial-rates-jpZYa:hover .img-strip-nLksW {
    transform: scale(1.05);
}

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

@media (min-width: 768px) {.pricing-lineup-tPvqM .edu-packages-ypCoN {
    grid-template-columns: repeat(2, 1fr);
}.pricing-lineup-tPvqM .bundle-rate-JeLDG {
    padding: 3rem;
}.pricing-lineup-tPvqM .fee-plans-YzVij {
    padding: 2.8rem 2.2rem;
}
}

@media (min-width: 992px) {.pricing-lineup-tPvqM .learning-cost-cXzDZ {
    grid-template-columns: 2fr 1fr;
    gap: 2rem;
}.pricing-lineup-tPvqM .bundle-rate-JeLDG {
    order: 2;
    padding: 4rem 3rem;
    text-align: left;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    display: flex;
}.pricing-lineup-tPvqM .bundle-rate-JeLDG h2::after {
    transform: none;
    width: 100px;
    background: linear-gradient(90deg, rgb(218,183,198), transparent);
    left: 0;
}.pricing-lineup-tPvqM .bundle-rate-JeLDG .cost-plan-hoeKl {
    margin: 0;
    max-width: 100%;
}.pricing-lineup-tPvqM .edu-packages-ypCoN {
    grid-template-columns: repeat(2, 1fr);
    order: 1;
}
}

@media (min-width: 1200px) {.pricing-lineup-tPvqM .edu-packages-ypCoN {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}.pricing-lineup-tPvqM .fee-plans-YzVij {
    padding: 3rem 2.5rem;
}.pricing-lineup-tPvqM .bundle-rate-JeLDG h2 {
    font-size: calc(29px + 0.3rem);
}
}

@media (max-width: 767px) {.pricing-lineup-tPvqM {
    padding: 4rem 0;
}.pricing-lineup-tPvqM .bundle-rate-JeLDG h2 {
    font-size: calc(29px - 0.2rem);
}.pricing-lineup-tPvqM .bundle-rate-JeLDG .cost-plan-hoeKl {
    max-width: 100%;
    font-size: calc(12px - 0.1rem);
}.pricing-lineup-tPvqM .trial-rates-jpZYa h3 {
    font-size: 19px;
}.pricing-lineup-tPvqM .payment-plans-YsVwy {
    font-size: calc(21px + 0.5rem);
}.pricing-lineup-tPvqM .img-strip-nLksW {
    height: 160px;
}}.ar-tools-jUVuW {
    color: #ffffff;
    position: relative;
    font-family: Arial, sans-serif;
    background-color: rgb(200,146,168);
    padding: 0;
}.ar-tools-jUVuW .container {
    position: relative;
    z-index: 2;
}.ar-tools-jUVuW .eco-foot-uftZY {
    display: flex;
    flex-direction: column;
}.ar-tools-jUVuW .get-connected-IHOFG {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    grid-template-columns: repeat(4, 1fr);
    background-color: rgb(218,183,198);
    position: relative;
    display: grid;
    z-index: 3;
    margin-bottom: -2rem;
    padding: 3rem 1.5rem 5rem;
}.ar-tools-jUVuW .get-connected-IHOFG::before {
    position: absolute;
    top: 0;
    content: '';
    left: 0;
    z-index: -1;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    height: 100%;
    width: 100%;
}.ar-tools-jUVuW .info_item {
    transition: transform 0.3s ease;
    padding: 0.5rem 1rem;
    position: relative;
}.ar-tools-jUVuW .info_item:hover {
    transform: translateX(10px);
}.ar-tools-jUVuW .info_item p,
.ar-tools-jUVuW .info_item a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #ffffff;
    gap: 0.75rem;
    font-size: 12px;
    transition: all 0.3s ease;
}.ar-tools-jUVuW .info_item svg {
    fill: #ffffff;
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}.ar-tools-jUVuW .info_item:hover svg {
    transform: scale(1.2);
}.ar-tools-jUVuW .text_main_holder {
    gap: 0;
    display: grid;
    position: relative;
    grid-template-columns: 1fr 1.5fr 1fr;
    z-index: 2;
}.ar-tools-jUVuW .first-teach-WYzQV {
    clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
    padding: 4rem 2rem 3rem;
    z-index: 4;
    position: relative;
    background-color: rgb(200,146,168);
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}.ar-tools-jUVuW .first-teach-WYzQV svg {
    height: auto;
    max-width: 150px;
    filter: brightness(0) invert(1);
    transition: all 0.3s ease;
}.ar-tools-jUVuW .first-teach-WYzQV:hover svg {
    transform: scale(1.05);
}.ar-tools-jUVuW .support-cta-svhLr {
    color: #ffffff;
    line-height: 1.6;
    font-size: 16px;
    opacity: 0.9;
}.ar-tools-jUVuW .top-section-hGAkD {
    display: flex;
    position: relative;
    background-color: #000000;
    flex-direction: column;
    gap: 2rem;
    padding: 5rem 2rem 3rem;
    z-index: 2;
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
}.ar-tools-jUVuW .top-section-hGAkD::before {
    content: '';
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, transparent 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}.ar-tools-jUVuW .top-section-hGAkD h5 {
    display: inline-block;
    font-weight: 600;
    color: #ffffff;
    position: relative;
    font-size: 21px;
    margin-bottom: 1.5rem;
}.ar-tools-jUVuW .top-section-hGAkD h5::after {
    left: 0;
    background-color: rgb(218,183,198);
    position: absolute;
    content: '';
    bottom: -0.5rem;
    width: 40px;
    height: 3px;
}.ar-tools-jUVuW .header-base-xYkpT {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}.ar-tools-jUVuW .header-base-xYkpT:not(:last-child) {
    margin-bottom: 1rem;
}.ar-tools-jUVuW .header-base-xYkpT a {
    opacity: 0.8;
    transition: all 0.3s ease;
    padding: 0.5rem 0;
    font-size: 12px;
    position: relative;
    text-decoration: none;
    color: #ffffff;
}.ar-tools-jUVuW .header-base-xYkpT a::before {
    height: 2px;
    transition: width 0.3s ease;
    width: 0;
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    background-color: rgb(218,183,198);
}.ar-tools-jUVuW .header-base-xYkpT a:hover {
    opacity: 1;
    padding-left: 10px;
}.ar-tools-jUVuW .header-base-xYkpT a:hover::before {
    width: 30px;
}.ar-tools-jUVuW .subscribe_holder {
    display: flex;
    gap: 1.5rem;
    padding: 4rem 2rem 3rem;
    background-color: rgb(200,146,168);
    flex-direction: column;
    z-index: 3;
    position: relative;
}.ar-tools-jUVuW .subscribe_holder::before {
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(0, 0, 0, 0.05) 10px,
        rgba(0, 0, 0, 0.05) 20px
    );
    width: 100%;
    top: 0;
    height: 100%;
    z-index: -1;
    position: absolute;
    content: '';
    left: 0;
}.ar-tools-jUVuW .subscribe_holder h5 {
    color: #ffffff;
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 1rem;
}.ar-tools-jUVuW .subscribe_holder p {
    opacity: 0.9;
    line-height: 1.6;
    font-size: 12px;
    margin-bottom: 1rem;
    color: #ffffff;
}.ar-tools-jUVuW .input_holder {
    flex-direction: column;
    display: flex;
    gap: 1rem;
}.ar-tools-jUVuW .input_holder input[type="email"] {
    border-radius: 10px;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 1rem 1.25rem;
    font-size: 12px;
    background-color: rgba(255, 255, 255, 0.15);
    transition: all 0.3s ease;
}.ar-tools-jUVuW .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.2);
    outline: none;
    border-color: rgba(255, 255, 255, 0.3);
}.ar-tools-jUVuW .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}.ar-tools-jUVuW .updates-box-zFeGY {
    background-color: rgb(218,183,198);
    color: #ffffff;
    border: none;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-weight: 600;
    padding: 1rem 1.25rem;
    font-size: 17px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}.ar-tools-jUVuW .updates-box-zFeGY::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    content: '';
    top: 0;
    transition: left 0.5s ease;
    position: absolute;
    left: -100%;
    height: 100%;
    width: 100%;
}.ar-tools-jUVuW .updates-box-zFeGY:hover {
    background-color: rgb(218,183,198,0.5);
}.ar-tools-jUVuW .updates-box-zFeGY:hover::before {
    left: 100%;
}.ar-tools-jUVuW .online-tools-zDZGO {
    padding: 6rem 0 2rem;
    position: relative;
    text-align: center;
    background-color: rgb(200,146,168);
    z-index: 1;
    clip-path: polygon(0 30%, 100% 0, 100% 100%, 0 100%);
    margin-top: 0;
}.ar-tools-jUVuW .online-tools-zDZGO::before {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    content: '';
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, transparent 70%);
    z-index: -1;
}.ar-tools-jUVuW .design-res-Icjdr {
    font-size: 16px;
    color: #ffffff;
    opacity: 0.7;
}

@media (max-width: 1200px) {.ar-tools-jUVuW .get-connected-IHOFG {
    gap: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
}.ar-tools-jUVuW .text_main_holder {
    grid-template-columns: 1fr 1.5fr;
}.ar-tools-jUVuW .subscribe_holder {
    grid-column: 1 / -1;
}
}

@media (max-width: 991px) {.ar-tools-jUVuW .text_main_holder {
    grid-template-columns: 1fr;
}.ar-tools-jUVuW .first-teach-WYzQV,
    .ar-tools-jUVuW .top-section-hGAkD,
    .ar-tools-jUVuW .subscribe_holder {
    clip-path: none;
}.ar-tools-jUVuW .top-section-hGAkD {
    padding: 3rem 2rem;
}.ar-tools-jUVuW .first-teach-WYzQV {
    align-items: center;
    padding: 3rem 2rem;
    text-align: center;
}.ar-tools-jUVuW .subscribe_holder {
    padding: 3rem 2rem;
}.ar-tools-jUVuW .online-tools-zDZGO {
    padding: 3rem 0 2rem;
    clip-path: none;
}
}

@media (max-width: 768px) {.ar-tools-jUVuW .get-connected-IHOFG {
    grid-template-columns: 1fr;
    margin-bottom: 0;
    padding: 2.5rem 1.5rem 3rem;
    clip-path: none;
}.ar-tools-jUVuW .header-base-xYkpT {
    grid-template-columns: 1fr;
}.ar-tools-jUVuW .top-section-hGAkD h5,
    .ar-tools-jUVuW .subscribe_holder h5 {
    text-align: center;
    display: block;
}.ar-tools-jUVuW .top-section-hGAkD h5::after {
    left: 50%;
    transform: translateX(-50%);
}.ar-tools-jUVuW .subscribe_holder p {
    text-align: center;
}
}

@media (max-width: 576px) {.ar-tools-jUVuW .first-teach-WYzQV,
    .ar-tools-jUVuW .top-section-hGAkD,
    .ar-tools-jUVuW .subscribe_holder {
    padding: 2.5rem 1.5rem;
}.ar-tools-jUVuW .online-tools-zDZGO {
    padding: 2.5rem 0 1.5rem;
}.ar-tools-jUVuW .info_item {
    padding: 0.5rem 0;
}.ar-tools-jUVuW .info_item p,
    .ar-tools-jUVuW .info_item a {
    justify-content: center;
}}.course-highlights-JKgBx {
    padding: 8rem 0;
    background: rgb(236,219,226);
    overflow: hidden;
    position: relative;
}.course-highlights-JKgBx::before {
    opacity: 0.6;
    left: 0;
    background: linear-gradient(135deg, rgb(236,219,226) 0%, rgb(218,183,198,0.5) 100%);
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
}.course-highlights-JKgBx::after {
    content: "";
    height: 100%;
    background-size: 4rem 4rem;
    animation: gridShift 30s infinite linear;
    opacity: 0.15;
    left: 0;
    z-index: 1;
    position: absolute;
    width: 100%;
    top: 0;
    background-image: 
        repeating-linear-gradient(0deg, transparent, transparent 15px, rgb(200,146,168,0.5) 15px, rgb(200,146,168,0.5) 16px),
        repeating-linear-gradient(90deg, transparent, transparent 15px, rgb(218,183,198,0.5) 15px, rgb(218,183,198,0.5) 16px);
}.course-highlights-JKgBx .container {
    position: relative;
    z-index: 3;
}.course-highlights-JKgBx .mentor-values-YZXgh {
    position: relative;
    grid-template-rows: repeat(8, minmax(50px, auto));
    gap: 1rem;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
}.course-highlights-JKgBx .learn-business-FnfDb {
    background: #ffffff;
    grid-column: 1 / 9;
    z-index: 5;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    padding: 3rem;
    border-radius: 10px;
    grid-row: 2 / 8;
}.course-highlights-JKgBx .img-strip-nLksW {
    clip-path: polygon(0% 15%, 100% 0%, 100% 85%, 0% 100%);
    position: relative;
    z-index: 3;
    overflow: hidden;
    grid-column: 7 / 13;
    border-radius: 10px;
    grid-row: 1 / 7;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}.course-highlights-JKgBx .img-strip-nLksW::before {
    z-index: 2;
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    background: linear-gradient(45deg, rgb(218,183,198,0.5) 0%, transparent 70%);
    top: 0;
    left: 0;
}.course-highlights-JKgBx .img-strip-nLksW::after {
    width: 70%;
    z-index: 1;
    position: absolute;
    border: 2px solid rgb(200,146,168);
    opacity: 0.6;
    border-radius: 10px;
    right: -5px;
    content: "";
    clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
    height: 70%;
    bottom: -5px;
}.course-highlights-JKgBx .first-teach-WYzQV {
    background: #ffffff;
    z-index: 10;
    display: flex;
    justify-content: center;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    align-items: center;
    transform: rotate(-5deg);
    position: absolute;
    right: 3rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    top: -2rem;
    transition: transform 0.3s ease-out;
}.course-highlights-JKgBx .first-teach-WYzQV:hover {
    transform: rotate(0deg) scale(1.05);
}.course-highlights-JKgBx .first-teach-WYzQV svg {
    transition: all 0.3s ease;
    width: 3rem;
    height: 3rem;
}.course-highlights-JKgBx .first-teach-WYzQV:hover svg {
    transform: scale(1.1);
}.course-highlights-JKgBx .first-teach-WYzQV svg path {
    fill: rgb(218,183,198);
}.course-highlights-JKgBx h3 {
    font-size: 28px;
    color: #000000;
    border-left: 4px solid rgb(218,183,198);
    padding-left: 1rem;
    position: relative;
    line-height: 1.3;
    margin-bottom: 1.5rem;
    font-weight: 700;
}.course-highlights-JKgBx p {
    color: #000000;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.8;
    position: relative;
}.course-highlights-JKgBx .mentor-values-YZXgh::before {
    left: -6rem;
    z-index: 1;
    opacity: 0.6;
    animation: moveCircle 20s infinite alternate;
    width: 12rem;
    border-radius: 50%;
    top: -6rem;
    background: rgb(218,183,198,0.5);
    filter: blur(100px);
    height: 12rem;
    position: absolute;
    content: "";
}.course-highlights-JKgBx .mentor-values-YZXgh::after {
    opacity: 0.5;
    filter: blur(80px);
    background: rgb(200,146,168,0.5);
    height: 8rem;
    animation: moveCircle 15s infinite alternate-reverse;
    right: -4rem;
    width: 8rem;
    position: absolute;
    content: "";
    border-radius: 50%;
    z-index: 1;
    bottom: -4rem;
}.course-highlights-JKgBx .learn-business-FnfDb::before {
    height: 5px;
    border-radius: 0 10px 0 10px;
    content: "";
    top: 0;
    background: linear-gradient(90deg, rgb(218,183,198) 0%, rgb(200,146,168) 100%);
    width: 100px;
    position: absolute;
    right: 0;
}.course-highlights-JKgBx .learn-business-FnfDb::after {
    border-radius: 0 0 10px 0;
    position: absolute;
    right: 0;
    content: "";
    height: 100px;
    bottom: 0;
    width: 5px;
    background: linear-gradient(180deg, rgb(218,183,198) 0%, rgb(200,146,168) 100%);
}

@keyframes gridShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 4rem 4rem;
    }
}

@keyframes moveCircle {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(20px, 20px);
    }
    100% {
        transform: translate(-20px, -20px);
    }
}

@media (max-width: 1200px) {.course-highlights-JKgBx {
    padding: 7rem 0;
}.course-highlights-JKgBx .mentor-values-YZXgh {
    gap: 0.75rem;
}.course-highlights-JKgBx .learn-business-FnfDb {
    padding: 2.5rem;
    grid-column: 1 / 8;
}.course-highlights-JKgBx .img-strip-nLksW {
    grid-column: 6 / 13;
}.course-highlights-JKgBx .first-teach-WYzQV {
    right: 2rem;
}
}

@media (max-width: 992px) {.course-highlights-JKgBx {
    padding: 6rem 0;
}.course-highlights-JKgBx .mentor-values-YZXgh {
    grid-template-rows: auto auto;
    gap: 2rem;
    display: grid;
    grid-template-columns: 1fr;
}.course-highlights-JKgBx .learn-business-FnfDb {
    padding: 2.5rem;
    grid-column: auto;
    grid-row: 2 / 3;
}.course-highlights-JKgBx .img-strip-nLksW {
    grid-row: 1 / 2;
    height: 350px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 0% 100%);
    grid-column: auto;
}.course-highlights-JKgBx .first-teach-WYzQV {
    bottom: -2rem;
    top: auto;
    right: 3rem;
}.course-highlights-JKgBx h3 {
    font-size: calc(28px * 0.9);
}
}

@media (max-width: 768px) {.course-highlights-JKgBx {
    padding: 5rem 0;
}.course-highlights-JKgBx .learn-business-FnfDb {
    padding: 2rem;
}.course-highlights-JKgBx .img-strip-nLksW {
    height: 300px;
}.course-highlights-JKgBx .first-teach-WYzQV {
    width: 4.5rem;
    height: 4.5rem;
    bottom: -1.5rem;
    right: 2rem;
}.course-highlights-JKgBx .first-teach-WYzQV svg {
    width: 2.5rem;
    height: 2.5rem;
}.course-highlights-JKgBx h3 {
    margin-bottom: 1.25rem;
    font-size: calc(28px * 0.8);
}.course-highlights-JKgBx p {
    font-size: calc(16px * 0.95);
    line-height: 1.7;
}.course-highlights-JKgBx .learn-business-FnfDb::before {
    width: 70px;
}.course-highlights-JKgBx .learn-business-FnfDb::after {
    height: 70px;
}
}

@media (max-width: 576px) {.course-highlights-JKgBx {
    padding: 4rem 0;
}.course-highlights-JKgBx .learn-business-FnfDb {
    padding: 1.5rem;
}.course-highlights-JKgBx .img-strip-nLksW {
    clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%);
    height: 250px;
}.course-highlights-JKgBx .first-teach-WYzQV {
    right: 1.5rem;
    width: 4rem;
    height: 4rem;
    bottom: -1.25rem;
}.course-highlights-JKgBx .first-teach-WYzQV svg {
    height: 2.25rem;
    width: 2.25rem;
}.course-highlights-JKgBx h3 {
    padding-left: 0.75rem;
    font-size: calc(28px * 0.7);
    margin-bottom: 1rem;
}.course-highlights-JKgBx p {
    line-height: 1.6;
    font-size: calc(16px * 0.9);
}.course-highlights-JKgBx .learn-business-FnfDb::before {
    width: 50px;
}.course-highlights-JKgBx .learn-business-FnfDb::after {
    height: 50px;
}.course-highlights-JKgBx .mentor-values-YZXgh::before,
    .course-highlights-JKgBx .mentor-values-YZXgh::after {
    display: none;
}}.program-assets-WuVwU {
    padding: 100px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(236,219,226) 0%, rgb(218,183,198,0.5) 100%);
    position: relative;
}.program-assets-WuVwU::before {
    position: absolute;
    content: "";
    opacity: 0.7;
    height: 100%;
    top: 0;
    width: 100%;
    background: radial-gradient(circle at 20% 30%, rgb(200,146,168,0.5) 0%, transparent 40%);
    left: 0;
}.program-assets-WuVwU::after {
    top: -200px;
    position: absolute;
    width: 400px;
    filter: blur(80px);
    animation: rotate 30s linear infinite;
    content: "";
    opacity: 0.5;
    border-radius: 50%;
    background: rgb(218,183,198,0.5);
    right: -200px;
    height: 400px;
}.program-assets-WuVwU .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
    position: relative;
}.program-assets-WuVwU .mentor-values-YZXgh {
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: space-between;
}.program-assets-WuVwU .img-strip-nLksW {
    transition: all 0.5s ease;
    position: relative;
    flex: 0 0 42%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    max-width: 42%;
    z-index: 1;
}.program-assets-WuVwU .img-strip-nLksW:hover {
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}.program-assets-WuVwU .message-holder-rPtBL {
    flex: 0 0 52%;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    position: relative;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.08),
        inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}.program-assets-WuVwU .message-holder-rPtBL::before {
    right: 30px;
    height: 80px;
    position: absolute;
    width: 80px;
    z-index: -1;
    transform: rotate(45deg);
    top: -20px;
    content: "";
    border-radius: 20px;
    opacity: 0.7;
    background: linear-gradient(135deg, rgb(218,183,198,0.5), rgb(200,146,168,0.5));
}.program-assets-WuVwU h3 {
    position: relative;
    margin-bottom: 35px;
    font-size: 28px;
    font-weight: 700;
    color: #000000;
}.program-assets-WuVwU h3::after {
    content: "";
    border-radius: 10px;
    left: 0;
    background: linear-gradient(to right, rgb(218,183,198), rgb(200,146,168));
    height: 3px;
    width: 50px;
    bottom: -12px;
    position: absolute;
}.program-assets-WuVwU ul {
    display: flex;
    list-style: none;
    gap: 16px;
    margin: 0;
    padding: 0;
    flex-direction: column;
}.program-assets-WuVwU li {
    overflow: hidden;
    border-radius: 12px;
    position: relative;
    transition: all 0.3s ease;
}.program-assets-WuVwU li::before {
    transition: opacity 0.3s ease;
    background: linear-gradient(90deg, rgb(218,183,198,0.5), transparent);
    z-index: 0;
    content: "";
    height: 100%;
    opacity: 0;
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
}.program-assets-WuVwU li:hover {
    transform: translateX(10px);
}.program-assets-WuVwU li:hover::before {
    opacity: 0.3;
}.program-assets-WuVwU li p {
    box-shadow: 
        0 5px 15px rgba(0, 0, 0, 0.05),
        inset 0 0 0 1px rgba(255, 255, 255, 0.5);
    line-height: 1.5;
    font-size: 18px;
    z-index: 1;
    align-items: center;
    backdrop-filter: blur(5px);
    position: relative;
    transition: all 0.3s ease;
    font-weight: 400;
    display: flex;
    background: rgba(255, 255, 255, 0.8);
    padding: 16px 20px;
    color: #000000;
    border-radius: 12px;
    margin: 0;
    gap: 16px;
}.program-assets-WuVwU li:hover p {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 
        0 8px 20px rgba(0, 0, 0, 0.08),
        inset 0 0 0 1px rgba(255, 255, 255, 0.6);
}.program-assets-WuVwU svg {
    padding: 5px;
    transition: all 0.3s ease;
    height: 24px;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
    display: flex;
    align-items: center;
    width: 24px;
    background: linear-gradient(135deg, #ffffff, rgb(236,219,226));
    border-radius: 50%;
}.program-assets-WuVwU svg path {
    fill: rgb(218,183,198);
    transition: fill 0.3s ease;
}.program-assets-WuVwU li:hover svg {
    transform: scale(1.1) rotate(10deg);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    background: #ffffff;
}.program-assets-WuVwU li:hover svg path {
    fill: rgb(200,146,168);
}

@keyframes rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@media (max-width: 992px) {.program-assets-WuVwU {
    padding: 70px 0;
}.program-assets-WuVwU .mentor-values-YZXgh {
    gap: 40px;
    flex-direction: column;
}.program-assets-WuVwU .img-strip-nLksW {
    margin: 0 auto;
    flex: none;
    max-width: 60%;
}.program-assets-WuVwU .message-holder-rPtBL {
    margin: 0 auto;
    width: 90%;
    flex: none;
}
}

@media (max-width: 576px) {.program-assets-WuVwU {
    padding: 50px 0;
}.program-assets-WuVwU .img-strip-nLksW {
    max-width: 85%;
}.program-assets-WuVwU .message-holder-rPtBL {
    padding: 30px 25px;
    width: 100%;
}.program-assets-WuVwU .message-holder-rPtBL::before {
    right: 20px;
    width: 60px;
    top: -15px;
    height: 60px;
}.program-assets-WuVwU h3 {
    margin-bottom: 25px;
    font-size: 24px;
}.program-assets-WuVwU li p {
    padding: 12px 15px;
}.program-assets-WuVwU svg {
    padding: 4px;
    height: 22px;
    width: 22px;
}}.title-portal-TmcOZ {
    align-items: center;
    perspective: 1000px;
    display: flex;
    justify-content: center;
    min-height: 100vh;
    overflow: hidden;
    padding: 2rem 1rem;
    background-color: rgb(236,219,226);
    position: relative;
}.title-portal-TmcOZ > div {
    width: 100%;
    position: relative;
    z-index: 1;
    transform-style: preserve-3d;
    max-width: 1200px;
}.title-portal-TmcOZ .academy-learnings-KIkiw {
    transition: transform 0.5s ease-out;
    transform: translateZ(20px);
    margin-bottom: 2rem;
    position: relative;
}.title-portal-TmcOZ .learn-lead-mdlSE {
    font-weight: 700;
    position: relative;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s ease;
    color: rgb(218,183,198);
    margin-bottom: 1.5rem;
    transform: translateZ(30px);
    font-size: 48px;
}.title-portal-TmcOZ .learn-lead-mdlSE::after {
    bottom: -10px;
    transition: transform 0.3s ease;
    transform-origin: left;
    left: 0;
    background: linear-gradient(90deg, rgb(218,183,198), rgb(218,183,198,0.5));
    position: absolute;
    width: 80px;
    content: "";
    height: 4px;
    transform: scaleX(1) translateZ(5px);
}.title-portal-TmcOZ .learn-team-HhmkQ {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    transform: translateZ(10px) rotateX(2deg);
    padding: 3rem 2rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
}.title-portal-TmcOZ .learn-team-HhmkQ::before {
    z-index: 1;
    top: 0;
    left: 0;
    position: absolute;
    right: 0;
    content: "";
    bottom: 0;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 90% 100%, 0 100%);
    background: linear-gradient(135deg, 
    rgb(218,183,198,0.5) 0%, 
    rgba(255, 255, 255, 0.9) 40%, 
    rgba(255, 255, 255, 0.85) 60%, 
    rgb(200,146,168,0.5) 100%);
}.title-portal-TmcOZ .learn-team-HhmkQ > div {
    z-index: 2;
    position: relative;
}.title-portal-TmcOZ .learn-team-HhmkQ p {
    font-size: calc(17px * 1.2);
    color: #000000;
    max-width: 85%;
    transform: translateZ(15px);
    margin-bottom: 1.5rem;
    line-height: 1.6;
    position: relative;
    transition: transform 0.3s ease;
}.title-portal-TmcOZ .learn-team-HhmkQ p::before {
    width: 40px;
    position: absolute;
    border-left: 3px solid rgb(218,183,198);
    transform: translateZ(5px);
    height: 40px;
    left: -20px;
    opacity: 0.7;
    content: "";
    top: -10px;
    border-top: 3px solid rgb(218,183,198);
}.title-portal-TmcOZ .learn-team-HhmkQ h3 {
    margin-top: 2rem;
    border-left: 4px solid rgb(200,146,168);
    font-size: calc(21px * 1.1);
    transform: translateZ(20px);
    padding-left: 1rem;
    line-height: 1.4;
    color: #000000;
    transition: transform 0.4s ease;
    font-weight: 600;
    position: relative;
}.title-portal-TmcOZ:hover .academy-learnings-KIkiw {
    transform: translateZ(25px);
}.title-portal-TmcOZ:hover .learn-lead-mdlSE {
    transform: translateZ(40px);
}.title-portal-TmcOZ:hover .learn-lead-mdlSE::after {
    transform: scaleX(1.2) translateZ(5px);
}.title-portal-TmcOZ:hover .learn-team-HhmkQ {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateZ(15px) rotateX(1deg);
}.title-portal-TmcOZ:hover .learn-team-HhmkQ p {
    transform: translateZ(20px);
}.title-portal-TmcOZ:hover .learn-team-HhmkQ h3 {
    transform: translateZ(25px);
}

@media (max-width: 992px) {.title-portal-TmcOZ {
    min-height: auto;
    padding: 2rem 1rem;
}.title-portal-TmcOZ .learn-lead-mdlSE {
    font-size: calc(48px * 0.85);
}.title-portal-TmcOZ .learn-team-HhmkQ {
    padding: 2rem 1.5rem;
    transform: translateZ(5px) rotateX(1deg);
}.title-portal-TmcOZ .learn-team-HhmkQ p {
    font-size: 17px;
    max-width: 100%;
}.title-portal-TmcOZ .learn-team-HhmkQ h3 {
    font-size: 21px;
}
}

@media (max-width: 768px) {.title-portal-TmcOZ {
    perspective: 600px;
}.title-portal-TmcOZ .learn-lead-mdlSE {
    font-size: calc(48px * 0.7);
}.title-portal-TmcOZ .learn-team-HhmkQ {
    padding: 1.5rem 1rem;
    transform: translateZ(3px) rotateX(0.5deg);
}.title-portal-TmcOZ .learn-team-HhmkQ::before {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 95% 100%, 0 100%);
}.title-portal-TmcOZ .learn-team-HhmkQ p::before {
    width: 30px;
    top: -5px;
    left: -10px;
    height: 30px;
}
}

@media (max-width: 576px) {.title-portal-TmcOZ {
    padding: 1.5rem 0.75rem;
}.title-portal-TmcOZ .academy-learnings-KIkiw {
    margin-bottom: 1rem;
}.title-portal-TmcOZ .learn-lead-mdlSE {
    font-size: calc(48px * 0.6);
}.title-portal-TmcOZ .learn-lead-mdlSE::after {
    width: 60px;
    height: 3px;
}.title-portal-TmcOZ .learn-team-HhmkQ {
    padding: 1.25rem 0.75rem;
    transform: translateZ(0) rotateX(0);
}.title-portal-TmcOZ .learn-team-HhmkQ h3 {
    font-size: calc(21px * 0.9);
    padding-left: 0.75rem;
}
}

@media (hover: none) {.title-portal-TmcOZ .academy-learnings-KIkiw,
  .title-portal-TmcOZ .learn-lead-mdlSE,
  .title-portal-TmcOZ .learn-team-HhmkQ,
  .title-portal-TmcOZ .learn-team-HhmkQ p,
  .title-portal-TmcOZ .learn-team-HhmkQ h3 {
    transform: none !important;
}.title-portal-TmcOZ .learn-lead-mdlSE::after {
    transform: scaleX(1) !important;
}
}