* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}svg {
    width: 30px;
    height: 30px;
}.top-pagebar-afT9vX {
    flex: 1 0 auto;
}.trust-badge-ckUW8f {
    flex: 0 0 auto;
}.outer-container-Qa1MZT {
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    display: flex;
}.container {
    max-width: 100%;
    width: 1190px;
    margin: auto;
}a {
    color: inherit;
    text-decoration: none;
}header,footer {
    width: 100%;
}html,body {
    height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    scroll-behavior: smooth;
    min-height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.welcome-board-dX89js {
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, #f7f9fc, #eef2f7);
    overflow: hidden;
    position: relative;
    color: #000000;
    min-height: 100vh;
}.welcome-board-dX89js::before {
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(94, 170, 168, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgba(94, 170, 168, 0.08) 0%, transparent 50%);
    z-index: 0;
    left: 0;
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
}.welcome-board-dX89js::after {
    content: "";
    top: 0;
    z-index: 0;
    height: 100%;
    position: absolute;
    background-size: 30px 30px;
    background-image: 
        linear-gradient(45deg, transparent 95%, rgba(94, 170, 168, 0.15) 95%),
        linear-gradient(135deg, transparent 95%, rgba(94, 170, 168, 0.15) 95%);
    opacity: 0.4;
    left: 0;
    width: 100%;
}.welcome-board-dX89js .growth-path-057kKo {
    position: relative;
    flex-direction: column-reverse;
    padding: 2rem 1.5rem;
    z-index: 1;
    display: flex;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    height: 100%;
}.welcome-board-dX89js .info-card-g3Cku6 {
    position: relative;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.05),
        -15px -15px 30px rgba(255, 255, 255, 0.8),
        inset 3px 3px 6px rgba(0, 0, 0, 0.05),
        inset -3px -3px 6px rgba(255, 255, 255, 0.7);
    transform: translateY(-3rem);
    z-index: 2;
    padding: 2.5rem;
    backdrop-filter: blur(10px);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    background: rgba(255, 255, 255, 0.85);
}.welcome-board-dX89js .info-card-g3Cku6:hover {
    transform: translateY(-3.5rem) scale(1.02);
}.welcome-board-dX89js h1 {
    font-weight: 700;
    font-size: calc(28px * 0.9);
    margin-bottom: 1.5rem;
    color: rgb(228,162,190);
    position: relative;
    letter-spacing: -0.02em;
    line-height: 1.3;
}.welcome-board-dX89js h1::after {
    left: 0;
    bottom: -0.5rem;
    transform-origin: left;
    width: 60px;
    content: "";
    background: linear-gradient(90deg, rgb(228,162,190), rgb(206,117,156));
    position: absolute;
    animation: expand 1.5s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    height: 3px;
}@keyframes expand {
    0% { transform: scaleX(0); }
    100% { transform: scaleX(1); }
}

.welcome-board-dX89js .class-online-Cr0R4q {
    display: flex;
    position: relative;
    align-items: flex-start;
    margin-bottom: 2rem;
    flex-direction: column;
}.welcome-board-dX89js .class-online-Cr0R4q svg {
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.1));
    transform: scale(1);
    width: 80px;
    height: 80px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin-bottom: 1.5rem;
}.welcome-board-dX89js .class-online-Cr0R4q svg:hover {
    transform: scale(1.1) rotate(2deg);
}.welcome-board-dX89js .class-online-Cr0R4q svg path {
    transition: fill 0.3s ease;
    fill: rgb(94, 170, 168);
}.welcome-board-dX89js .class-online-Cr0R4q svg:hover path {
    fill: rgb(228,162,190);
}.welcome-board-dX89js .class-online-Cr0R4q svg text {
    font-family: Arial, sans-serif;
    font-weight: 700;
}.welcome-board-dX89js .class-online-Cr0R4q p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.6;
    position: relative;
    margin-top: 0.5rem;
    color: #000000;
    max-width: 500px;
}.welcome-board-dX89js .class-online-Cr0R4q p::before {
    content: "";
    left: 0;
    background-color: rgb(206,117,156);
    position: absolute;
    height: 2px;
    top: -1rem;
    transform: translateX(0);
    width: 30px;
    transition: transform 0.3s ease;
}.welcome-board-dX89js .class-online-Cr0R4q:hover p::before {
    transform: translateX(10px);
}.welcome-board-dX89js ul {
    display: flex;
    flex-wrap: wrap;
    margin: 2rem 0 0;
    list-style: none;
    padding: 0;
}.welcome-board-dX89js ul li {
    margin-right: 1rem;
    margin-bottom: 1rem;
}.welcome-board-dX89js .query-message-uogkrP {
    font-size: 17px;
    text-decoration: none;
    padding: 0.8rem 1.8rem;
    display: inline-block;
    font-weight: 600;
    border: none;
    color: #ffffff;
    position: relative;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    background: linear-gradient(135deg, rgb(228,162,190), rgb(206,117,156));
    box-shadow: 
        0 4px 8px rgba(94, 170, 168, 0.25),
        0 1px 3px rgba(94, 170, 168, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    overflow: hidden;
}.welcome-board-dX89js .query-message-uogkrP::before {
    top: 0;
    position: absolute;
    transition: all 0.6s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
    width: 100%;
    content: "";
    height: 100%;
}.welcome-board-dX89js .query-message-uogkrP:hover {
    transform: translateY(-3px);
    box-shadow: 
        0 7px 14px rgba(94, 170, 168, 0.3),
        0 3px 6px rgba(94, 170, 168, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}.welcome-board-dX89js .query-message-uogkrP:hover::before {
    left: 100%;
}.welcome-board-dX89js .pic-overlay-aBVz6o {
    width: 100%;
    transform: translateZ(0);
    box-shadow: 
        10px 10px 20px rgba(0, 0, 0, 0.1),
        -10px -10px 20px rgba(255, 255, 255, 0.5);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
    position: relative;
    height: 300px;
    border-radius: 0;
}.welcome-board-dX89js .pic-overlay-aBVz6o::after {
    background: linear-gradient(to bottom right, rgba(94, 170, 168, 0.3), transparent);
    mix-blend-mode: overlay;
    left: 0;
    position: absolute;
    top: 0;
    content: "";
    right: 0;
    bottom: 0;
}.welcome-board-dX89js .pic-overlay-aBVz6o:hover {
    transform: translateZ(0) scale(1.03);
}

@media screen and (min-width: 768px) {.welcome-board-dX89js .growth-path-057kKo {
    flex-direction: row;
    align-items: center;
    min-height: 600px;
    padding: 3rem;
}.welcome-board-dX89js .info-card-g3Cku6 {
    padding: 3rem;
    width: 50%;
    margin-right: -3rem;
    transform: translateX(-3rem);
}.welcome-board-dX89js .info-card-g3Cku6:hover {
    transform: translateX(-3.5rem) scale(1.02);
}.welcome-board-dX89js h1 {
    font-size: 28px;
}.welcome-board-dX89js .pic-overlay-aBVz6o {
    width: 55%;
    height: 450px;
}
}

@media screen and (min-width: 992px) {.welcome-board-dX89js .growth-path-057kKo {
    min-height: 650px;
    padding: 4rem 3rem;
}.welcome-board-dX89js .info-card-g3Cku6 {
    padding: 3.5rem;
}.welcome-board-dX89js h1 {
    font-size: calc(28px * 1.1);
}.welcome-board-dX89js .class-online-Cr0R4q svg {
    width: 100px;
    height: 100px;
}.welcome-board-dX89js .class-online-Cr0R4q p {
    font-size: calc(14px * 1.1);
}.welcome-board-dX89js .pic-overlay-aBVz6o {
    height: 500px;
}
}

@media screen and (min-width: 1200px) {.welcome-board-dX89js .growth-path-057kKo {
    min-height: 700px;
    padding: 5rem 3rem;
}.welcome-board-dX89js .info-card-g3Cku6 {
    margin-right: -5rem;
    transform: translateX(-5rem);
}.welcome-board-dX89js .info-card-g3Cku6:hover {
    transform: translateX(-5.5rem) scale(1.02);
}.welcome-board-dX89js h1 {
    font-size: calc(28px * 1.2);
}.welcome-board-dX89js .pic-overlay-aBVz6o {
    height: 550px;
}
}

@media (prefers-reduced-motion: reduce) {.welcome-board-dX89js .info-card-g3Cku6,
    .welcome-board-dX89js .info-card-g3Cku6:hover,
    .welcome-board-dX89js .query-message-uogkrP,
    .welcome-board-dX89js .query-message-uogkrP:hover,
    .welcome-board-dX89js .pic-overlay-aBVz6o,
    .welcome-board-dX89js .pic-overlay-aBVz6o:hover,
    .welcome-board-dX89js .class-online-Cr0R4q svg,
    .welcome-board-dX89js .class-online-Cr0R4q svg:hover,
    .welcome-board-dX89js h1::after,
    .welcome-board-dX89js .class-online-Cr0R4q p::before,
    .welcome-board-dX89js .class-online-Cr0R4q:hover p::before,
    .welcome-board-dX89js .query-message-uogkrP::before {
    transition: none;
    transform: none;
    animation: none;
}}.course-features-d98JWy {
    overflow: hidden;
    position: relative;
    padding: 7rem 0;
    background: linear-gradient(135deg, rgb(247,216,227) 0%, rgb(206,117,156,0.5) 100%);
}.course-features-d98JWy::before {
    width: 300px;
    transform: rotate(-15deg);
    content: "";
    opacity: 0.1;
    z-index: 1;
    animation: floatElement 15s infinite ease-in-out;
    border-radius: 40% 60% 65% 35% / 40% 45% 55% 60%;
    position: absolute;
    background: linear-gradient(225deg, rgb(228,162,190) 0%, rgb(228,162,190,0.5) 70%);
    height: 300px;
    right: -5%;
    top: -5%;
}.course-features-d98JWy::after {
    content: "";
    position: absolute;
    background: linear-gradient(45deg, rgb(206,117,156) 0%, rgb(206,117,156,0.5) 70%);
    bottom: -8%;
    height: 250px;
    opacity: 0.1;
    left: -3%;
    border-radius: 30% 70% 70% 30% / 30% 52% 48% 70%;
    z-index: 1;
    width: 250px;
    animation: floatElement 18s infinite ease-in-out reverse;
    transform: rotate(10deg);
}.course-features-d98JWy .container {
    max-width: 1200px;
    z-index: 2;
    padding: 0 2rem;
    margin: 0 auto;
    position: relative;
}.course-features-d98JWy .learn-challenge-29FBbG {
    display: grid;
    gap: 3rem;
    grid-template-columns: 1fr;
    position: relative;
}.course-features-d98JWy .pic-overlay-aBVz6o {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    height: 350px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: perspective(1000px) rotateY(2deg);
    position: relative;
}.course-features-d98JWy .pic-overlay-aBVz6o::before {
    left: 0;
    content: "";
    z-index: 1;
    width: 100%;
    background: linear-gradient(
        to bottom,
        transparent 50%,
        rgba(#000000, 0.2) 100%
    );
    height: 100%;
    position: absolute;
    top: 0;
}.course-features-d98JWy .pic-overlay-aBVz6o::after {
    top: -15px;
    border-top: 4px solid rgb(228,162,190);
    position: absolute;
    content: "";
    width: 60px;
    right: -15px;
    z-index: 2;
    border-right: 4px solid rgb(228,162,190);
    height: 60px;
    opacity: 0.7;
}.course-features-d98JWy .pic-overlay-aBVz6o:hover {
    transform: perspective(1000px) rotateY(0);
}.course-features-d98JWy .info-card-g3Cku6 {
    flex-direction: column;
    position: relative;
    display: flex;
    justify-content: center;
}.course-features-d98JWy .info-card-g3Cku6::before {
    top: 10%;
    transform: scaleY(0);
    position: absolute;
    height: 80%;
    content: "";
    width: 5px;
    animation: lineGrow 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.5s;
    transform-origin: top;
    background: linear-gradient(to bottom, rgb(228,162,190), rgb(206,117,156));
    left: -20px;
}.course-features-d98JWy h3 {
    animation: fadeSlideUp 0.8s forwards 0.3s;
    color: rgb(228,162,190);
    font-size: calc(22px * 1.1);
    padding-left: 1rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    transform: translateY(20px);
    opacity: 0;
    position: relative;
}.course-features-d98JWy h3::before {
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    position: absolute;
    content: "";
    height: 0.4rem;
    transform: translateY(-50%);
    top: 50%;
    width: 0.4rem;
    left: 0;
    background-color: rgb(206,117,156);
}.course-features-d98JWy .description {
    line-height: 1.8;
    margin-bottom: 1.2rem;
    transform: translateY(20px);
    animation: fadeSlideUp 0.8s forwards 0.5s;
    color: #000000;
    font-size: 15px;
    opacity: 0;
    position: relative;
}.course-features-d98JWy p.description {
    max-height: 400px;
    position: relative;
    padding-right: 1rem;
    scrollbar-width: thin;
    display: block;
    overflow-y: auto;
    scrollbar-color: rgb(206,117,156) transparent;
}.course-features-d98JWy p.description::-webkit-scrollbar {
    width: 6px;
}.course-features-d98JWy p.description::-webkit-scrollbar-track {
    background: transparent;
}.course-features-d98JWy p.description::-webkit-scrollbar-thumb {
    background-color: rgb(206,117,156,0.5);
    border-radius: 10px;
}.course-features-d98JWy span.description {
    display: none;
}

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

@keyframes lineGrow {
    0% {
        transform: scaleY(0);
    }
    100% {
        transform: scaleY(1);
    }
}

@keyframes floatElement {
    0%, 100% {
        transform: translate(0, 0) rotate(-15deg);
    }
    25% {
        transform: translate(-10px, 15px) rotate(-10deg);
    }
    50% {
        transform: translate(10px, 5px) rotate(-20deg);
    }
    75% {
        transform: translate(15px, -10px) rotate(-12deg);
    }
}

@media (min-width: 768px) {.course-features-d98JWy .learn-challenge-29FBbG {
    gap: 4rem;
    grid-template-columns: 1fr 1fr;
}.course-features-d98JWy .pic-overlay-aBVz6o {
    height: 450px;
}.course-features-d98JWy h3 {
    padding-left: 1.5rem;
    font-size: calc(22px * 1.2);
}.course-features-d98JWy h3::before {
    width: 0.6rem;
    height: 0.6rem;
}.course-features-d98JWy .info-card-g3Cku6::before {
    left: -30px;
}
}

@media (min-width: 992px) {.course-features-d98JWy {
    padding: 9rem 0;
}.course-features-d98JWy .pic-overlay-aBVz6o {
    height: 500px;
}.course-features-d98JWy .info-card-g3Cku6 {
    padding-right: 2rem;
}.course-features-d98JWy .info-card-g3Cku6::before {
    left: -40px;
}.course-features-d98JWy h3 {
    margin-bottom: 2rem;
    font-size: calc(28px * 0.7);
}.course-features-d98JWy .description {
    font-size: calc(15px * 1.05);
}.course-features-d98JWy p.description {
    max-height: 450px;
}
}

@media (min-width: 1200px) {.course-features-d98JWy .learn-challenge-29FBbG {
    gap: 6rem;
}.course-features-d98JWy .pic-overlay-aBVz6o {
    transform: perspective(1500px) rotateY(3deg);
    height: 550px;
}.course-features-d98JWy .pic-overlay-aBVz6o:hover {
    transform: perspective(1500px) rotateY(0);
}.course-features-d98JWy h3 {
    font-size: calc(28px * 0.8);
}.course-features-d98JWy p.description {
    max-height: 500px;
}
}

@media (max-width: 767px) {.course-features-d98JWy {
    padding: 5rem 0;
}.course-features-d98JWy .pic-overlay-aBVz6o {
    margin-bottom: 1rem;
    height: 280px;
}.course-features-d98JWy h3 {
    margin-bottom: 1rem;
    font-size: calc(22px * 1);
}.course-features-d98JWy .info-card-g3Cku6::before {
    left: -15px;
}.course-features-d98JWy p.description {
    max-height: 350px;
}}.consentInformationPopup-8uCG93 {
    border-top: 3px solid rgb(228,162,190);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease-in-out;
    bottom: 0;
    position: fixed;
    background: rgb(247,216,227);
    z-index: 90;
    width: 100%;
}.cookie-rules-MUg5Ho {
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    display: flex;
    padding: 20px 15px;
    max-width: 1200px;
}.cookie-panel-0mebyI {
    margin-right: 15px;
    flex-shrink: 0;
}.cookie-panel-0mebyI svg {
    transition: fill 0.3s ease;
    fill: rgb(228,162,190);
    width: 60px;
    height: 60px;
}.cookie-panel-0mebyI svg:hover {
    fill: rgb(206,117,156);
}.cookie-edu-tfBoYL {
    color: #000000;
    margin-right: 15px;
    flex-grow: 1;
}.consentInformationPopup-8uCG93 h5 {
    font-family: Arial, sans-serif;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 20px;
    color: rgb(228,162,190);
}.consentInformationPopup-8uCG93 p {
    font-size: 14px;
    font-family: Arial, sans-serif;
    color: #000000;
    line-height: 1.5;
}.track-prefs-3V1BCf {
    cursor: pointer;
    margin-left: 10px;
    text-align: center;
    color: #ffffff;
    border-radius: 27px;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 16px;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    line-height: 35px;
    background: rgb(228,162,190);
}.track-prefs-3V1BCf:hover {
    box-shadow: 0 0 10px rgb(206,117,156,0.5);
    background: rgb(206,117,156);
}#enable-cookie-collection-Z7rO1v {
    background: rgb(228,162,190);
}#reject-cookies-collection-39dhta {
    background: rgba(0, 0, 0, 0.5);
}.consentInformationPopup-8uCG93 p a {
    transition: color 0.3s ease;
    text-decoration: underline;
    color: rgb(228,162,190);
}.consentInformationPopup-8uCG93 p a:hover {
    color: rgb(206,117,156);
}
@media only screen and (max-width: 1200px) {.cookie-rules-MUg5Ho {
    align-items: center;
    flex-direction: column;
}.cookie-panel-0mebyI {
    margin-bottom: 15px;
}.cookie-edu-tfBoYL {
    text-align: center;
    margin-bottom: 15px;
    margin-right: 0;
}.track-prefs-3V1BCf {
    max-width: 200px;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
}
}
@media only screen and (max-width: 800px) {.cookie-rules-MUg5Ho {
    padding: 15px;
}.cookie-panel-0mebyI {
    display: none;
}.consentInformationPopup-8uCG93 h5 {
    font-size: 18px;
}.consentInformationPopup-8uCG93 p {
    font-size: 13px;
}}
#cookieModalWindow-JruFCw {
    display: none;
}#cookieModalWindow-JruFCw:checked ~ .consentInformationPopup-8uCG93 {
    visibility: hidden;
    opacity: 0;
}.plan-list-item-G3jlmz {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}.plan-list-item-G3jlmz::before {
    bottom: 0;
    content: "";
    left: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
    z-index: 1;
    right: 0;
    top: 0;
    position: absolute;
}.plan-list-item-G3jlmz .container {
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.plan-list-item-G3jlmz .package-deals-BtwfI5 {
    position: relative;
}.plan-list-item-G3jlmz h2 {
    text-align: center;
    overflow: hidden;
    font-size: 34px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;
    transform: perspective(1000px) translateZ(0);
    position: relative;
}.plan-list-item-G3jlmz h2::after {
    background: rgb(228,162,190);
    transform: translateX(-50%);
    width: 80px;
    bottom: -10px;
    height: 3px;
    left: 50%;
    content: "";
    position: absolute;
}.plan-list-item-G3jlmz .price-view-u7Xadw {
    margin: 0 auto 50px;
    max-width: 700px;
    font-size: 13px;
    line-height: 1.6;
    color: rgb(255, 255, 255, 0.5);
    text-align: center;
}.plan-list-item-G3jlmz .payment-deals-do08fg {
    gap: 30px;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    margin: 0;
    display: grid;
}.plan-list-item-G3jlmz .payment-deals-do08fg li {
    transform-style: preserve-3d;
    perspective: 1000px;
}.plan-list-item-G3jlmz .annual-plan-ROSTgJ {
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), 
                box-shadow 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background: linear-gradient(145deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.03) 100%);
    overflow: hidden;
    position: relative;
    height: 100%;
    border-left: 3px solid rgb(228,162,190);
    text-decoration: none;
    display: block;
}.plan-list-item-G3jlmz .annual-plan-ROSTgJ:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}.plan-list-item-G3jlmz .annual-plan-ROSTgJ::before {
    left: 0;
    position: absolute;
    width: 100%;
    content: "";
    height: 100%;
    background: linear-gradient(45deg, transparent 0%, rgba(rgb(228,162,190), 0.05) 100%);
    top: 0;
    z-index: -1;
}.plan-list-item-G3jlmz .study-cost-EMw8ny {
    height: 100%;
    padding: 35px 25px;
}.plan-list-item-G3jlmz .premium-cost-g83zoS {
    height: 100%;
    display: flex;
    position: relative;
    flex-direction: column;
    z-index: 2;
}.plan-list-item-G3jlmz .premium-cost-g83zoS h4 {
    font-weight: 700;
    overflow-wrap: break-word;
    position: relative;
    word-break: break-word;
    margin: 0 0 20px;
    font-size: calc(19px * 1.2);
    padding-bottom: 15px;
    color: #ffffff;
}.plan-list-item-G3jlmz .premium-cost-g83zoS h4::after {
    transition: width 0.3s ease;
    height: 2px;
    width: 40px;
    background: rgb(228,162,190);
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
}.plan-list-item-G3jlmz .annual-plan-ROSTgJ:hover .premium-cost-g83zoS h4::after {
    width: 60px;
}.plan-list-item-G3jlmz .premium-cost-g83zoS p {
    line-height: 1.6;
    margin: 0 0 25px;
    scrollbar-color: rgb(228,162,190) transparent;
    scrollbar-width: thin;
    overflow-y: auto;
    overflow-wrap: break-word;
    word-break: break-word;
    color: rgb(255, 255, 255, 0.5);
    font-size: 13px;
    max-height: 250px;
    flex-grow: 1;
}.plan-list-item-G3jlmz .premium-cost-g83zoS p::-webkit-scrollbar {
    width: 4px;
}.plan-list-item-G3jlmz .premium-cost-g83zoS p::-webkit-scrollbar-thumb {
    background-color: rgb(228,162,190);
    border-radius: 10px;
}.plan-list-item-G3jlmz .learn-rates-P841fz {
    padding: 10px 25px;
    font-size: calc(19px * 1.5);
    align-self: flex-start;
    border-radius: 4px;
    display: inline-block;
    font-weight: 700;
    transform: translateZ(10px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-top: auto;
    background: linear-gradient(135deg, rgb(228,162,190) 0%, rgb(206,117,156) 100%);
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}.plan-list-item-G3jlmz .annual-plan-ROSTgJ:hover .learn-rates-P841fz {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    transform: translateZ(20px) scale(1.05);
}

@media (max-width: 991px) {.plan-list-item-G3jlmz {
    padding: 80px 0;
}.plan-list-item-G3jlmz .payment-deals-do08fg {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.plan-list-item-G3jlmz .study-cost-EMw8ny {
    padding: 25px 20px;
}.plan-list-item-G3jlmz .premium-cost-g83zoS h4 {
    font-size: 19px;
}.plan-list-item-G3jlmz .learn-rates-P841fz {
    padding: 8px 20px;
    font-size: 19px;
}
}

@media (max-width: 767px) {.plan-list-item-G3jlmz {
    padding: 60px 0;
}.plan-list-item-G3jlmz h2 {
    font-size: calc(34px * 0.85);
}.plan-list-item-G3jlmz .price-view-u7Xadw {
    margin-bottom: 40px;
    font-size: calc(13px * 0.95);
}.plan-list-item-G3jlmz .payment-deals-do08fg {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin: 0 auto;
}.plan-list-item-G3jlmz .premium-cost-g83zoS p {
    max-height: 180px;
}
}

@media (max-width: 480px) {.plan-list-item-G3jlmz {
    padding: 50px 0;
}.plan-list-item-G3jlmz h2 {
    font-size: calc(34px * 0.75);
}.plan-list-item-G3jlmz .study-cost-EMw8ny {
    padding: 20px 15px;
}.plan-list-item-G3jlmz .premium-cost-g83zoS h4 {
    font-size: calc(19px * 0.9);
    margin-bottom: 15px;
    padding-bottom: 10px;
}.plan-list-item-G3jlmz .premium-cost-g83zoS p {
    max-height: 150px;
    font-size: calc(13px * 0.9);
    margin-bottom: 20px;
}.plan-list-item-G3jlmz .learn-rates-P841fz {
    font-size: calc(19px * 0.9);
    padding: 8px 15px;
}}.education-experience-YG7O05 {
    padding: 120px 0;
    background: rgb(247,216,227);
    position: relative;
    overflow: hidden;
}.education-experience-YG7O05::before {
    background: repeating-linear-gradient(
        45deg,
        rgb(228,162,190,0.5) 0,
        rgb(228,162,190,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    opacity: 0.05;
    height: 100%;
    left: 0;
    z-index: 1;
    width: 100%;
    position: absolute;
    content: "";
    top: 0;
}.education-experience-YG7O05 .container {
    margin: 0 auto;
    padding: 0 30px;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}.education-experience-YG7O05 .student-opinions-1fM85K {
    grid-template-columns: 350px 1fr;
    max-width: 1000px;
    position: relative;
    margin: 0 auto;
    gap: 50px;
    overflow: hidden;
    border-radius: 24px;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 10px 20px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    display: grid;
}.education-experience-YG7O05 .pic-overlay-aBVz6o {
    min-height: 400px;
    border-radius: 0;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}.education-experience-YG7O05 .pic-overlay-aBVz6o::before {
    position: absolute;
    content: "";
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
    width: 100%;
    bottom: 0;
    z-index: 1;
    height: 50%;
    left: 0;
}.education-experience-YG7O05 .pic-overlay-aBVz6o::after {
    left: 0;
    height: 100%;
    opacity: 0.15;
    width: 100%;
    background: rgb(228,162,190);
    top: 0;
    transition: opacity 0.4s ease;
    position: absolute;
    content: "";
}.education-experience-YG7O05 .pic-overlay-aBVz6o:hover::after {
    opacity: 0;
}.education-experience-YG7O05 .name {
    left: 30px;
    color: #ffffff;
    transition: transform 0.3s ease;
    font-size: 19px;
    bottom: 60px;
    font-family: Arial, sans-serif;
    padding-bottom: 0;
    position: absolute;
    font-weight: 700;
    margin: 0;
    z-index: 2;
}.education-experience-YG7O05 .student-opinions-1fM85K span:not(.name) {
    bottom: 30px;
    z-index: 2;
    font-size: 17px;
    opacity: 0.85;
    font-weight: 400;
    transition: transform 0.3s ease;
    margin: 0;
    left: 30px;
    font-family: Arial, sans-serif;
    position: absolute;
    color: #ffffff;
}.education-experience-YG7O05 .pic-overlay-aBVz6o:hover ~ .name,
.education-experience-YG7O05 .pic-overlay-aBVz6o:hover ~ span:not(.name) {
    transform: translateX(5px);
}.education-experience-YG7O05 .experience-block-1pTCYd {
    position: relative;
    line-height: 1.8;
    flex-direction: column;
    font-size: 17px;
    display: flex;
    color: #000000;
    padding: 50px 40px;
    font-weight: 400;
    margin: 0;
    font-family: Arial, sans-serif;
    justify-content: center;
}.education-experience-YG7O05 .experience-block-1pTCYd::before {
    top: 40px;
    left: 40px;
    opacity: 0.2;
    content: "";
    width: 40px;
    background: linear-gradient(to right bottom, 
        rgb(228,162,190) 0%, 
        rgb(228,162,190) 50%, 
        transparent 50%, 
        transparent 100%);
    position: absolute;
    height: 30px;
}.education-experience-YG7O05 .experience-block-1pTCYd::after {
    content: "";
    opacity: 0.2;
    width: 40px;
    height: 30px;
    position: absolute;
    bottom: 40px;
    background: linear-gradient(to left top, 
        rgb(206,117,156) 0%, 
        rgb(206,117,156) 50%, 
        transparent 50%, 
        transparent 100%);
    right: 40px;
}

@media (max-width: 992px) {.education-experience-YG7O05 {
    padding: 100px 0;
}.education-experience-YG7O05 .student-opinions-1fM85K {
    gap: 40px;
    grid-template-columns: 300px 1fr;
}.education-experience-YG7O05 .pic-overlay-aBVz6o {
    min-height: 350px;
}.education-experience-YG7O05 .experience-block-1pTCYd {
    padding: 40px 30px;
}.education-experience-YG7O05 .experience-block-1pTCYd::before {
    width: 30px;
    height: 24px;
    left: 30px;
    top: 30px;
}.education-experience-YG7O05 .experience-block-1pTCYd::after {
    right: 30px;
    bottom: 30px;
    width: 30px;
    height: 24px;
}
}

@media (max-width: 768px) {.education-experience-YG7O05 {
    padding: 80px 0;
}.education-experience-YG7O05 .container {
    padding: 0 20px;
}.education-experience-YG7O05 .student-opinions-1fM85K {
    gap: 0;
    grid-template-columns: 1fr;
}.education-experience-YG7O05 .pic-overlay-aBVz6o {
    height: 300px;
    min-height: 300px;
}.education-experience-YG7O05 .experience-block-1pTCYd {
    padding: 35px 25px;
}.education-experience-YG7O05 .name {
    left: 25px;
    font-size: calc(19px * 0.9);
    bottom: 50px;
}.education-experience-YG7O05 .student-opinions-1fM85K span:not(.name) {
    left: 25px;
    font-size: calc(17px * 0.95);
    bottom: 25px;
}.education-experience-YG7O05 .experience-block-1pTCYd::before {
    top: 25px;
    left: 25px;
    height: 20px;
    width: 24px;
}.education-experience-YG7O05 .experience-block-1pTCYd::after {
    width: 24px;
    height: 20px;
    right: 25px;
    bottom: 25px;
}
}

@media (max-width: 480px) {.education-experience-YG7O05 {
    padding: 60px 0;
}.education-experience-YG7O05 .pic-overlay-aBVz6o {
    height: 250px;
    min-height: 250px;
}.education-experience-YG7O05 .experience-block-1pTCYd {
    padding: 30px 20px;
    font-size: calc(17px * 0.9);
}.education-experience-YG7O05 .name {
    bottom: 45px;
    left: 20px;
    font-size: calc(19px * 0.85);
}.education-experience-YG7O05 .student-opinions-1fM85K span:not(.name) {
    bottom: 20px;
    left: 20px;
    font-size: calc(17px * 0.9);
}.education-experience-YG7O05 .experience-block-1pTCYd::before,
    .education-experience-YG7O05 .experience-block-1pTCYd::after {
    height: 16px;
    width: 20px;
}}header {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 97% 100%, 3% 100%, 0 85%);
    background-color: rgb(247,216,227);
    z-index: 1000;
    padding: 1.2rem 0;
    position: relative;
}header::before {
    opacity: 0.15;
    top: 0;
    background: 
        linear-gradient(90deg, transparent 49.5%, rgb(228,162,190,0.5) 49.5%, rgb(228,162,190,0.5) 50.5%, transparent 50.5%) 0 0 / 20px 100%,
        linear-gradient(0deg, transparent 49.5%, rgb(206,117,156,0.5) 49.5%, rgb(206,117,156,0.5) 50.5%, transparent 50.5%) 0 0 / 100% 20px;
    content: '';
    width: 100%;
    animation: gridMove 40s linear infinite;
    height: 100%;
    left: 0;
    z-index: -1;
    position: absolute;
}header::after {
    position: absolute;
    width: 100%;
    content: '';
    bottom: 0;
    height: 4px;
    left: 0;
    z-index: 1;
    background: linear-gradient(90deg, 
        rgb(228,162,190) 0%, 
        rgb(206,117,156) 50%, 
        rgb(228,162,190) 100%);
}header .container {
    padding: 0 1.5rem;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}header .top-nav-f9a7eU {
    justify-content: space-between;
    display: flex;
    position: relative;
    align-items: center;
}header .head-learn-32yquQ {
    border-radius: 29px;
    display: flex;
    background: rgba(0, 0, 0, 0.2);
    gap: 0.5rem;
    backdrop-filter: blur(10px);
    position: relative;
    padding: 5px;
}header .top-start-hIXEkC {
    color: #ffffff;
    border-radius: 10px;
    position: relative;
    font-family: Arial, sans-serif;
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    font-weight: 400;
    text-decoration: none;
    padding: 0.7rem 1.2rem;
    font-size: 12px;
}header .top-start-hIXEkC::before {
    z-index: -1;
    bottom: -2px;
    transition: all 0.3s ease;
    right: -2px;
    content: '';
    background: linear-gradient(45deg, rgb(228,162,190), rgb(206,117,156));
    transform: scale(0.95);
    left: -2px;
    border-radius: calc(10px + 2px);
    position: absolute;
    top: -2px;
    opacity: 0;
}header .top-start-hIXEkC::after {
    top: 0;
    z-index: -1;
    content: '';
    bottom: 0;
    right: 0;
    border-radius: 10px;
    background: rgb(228,162,190);
    left: 0;
    position: absolute;
}header .top-start-hIXEkC:hover {
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}header .top-start-hIXEkC:hover::before {
    opacity: 1;
    transform: scale(1);
}header .page-header-h6GXav {
    text-decoration: none;
    background: rgba(255, 255, 255, 0.03);
    padding: 0.5rem 1rem;
    position: relative;
    align-items: center;
    border-radius: 10px;
    transition: all 0.3s ease;
    display: flex;
    overflow: hidden;
}header .page-header-h6GXav::before {
    top: 0;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.1),
        transparent
    );
    content: '';
    left: -100%;
    transition: 0.5s;
    width: 100%;
    position: absolute;
    height: 100%;
}header .page-header-h6GXav:hover::before {
    left: 100%;
}header .page-header-h6GXav svg {
    width: 160px;
    position: relative;
    z-index: 2;
    height: auto;
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 20px 20px;
    }
}

@media (max-width: 991px) {header {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 95% 100%, 5% 100%, 0 90%);
}header .head-learn-32yquQ {
    gap: 0.3rem;
}header .top-start-hIXEkC {
    padding: 0.6rem 0.8rem;
    font-size: calc(12px - 1px);
}header .page-header-h6GXav svg {
    width: 140px;
}
}

@media (max-width: 767px) {header {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 90% 100%, 10% 100%, 0 95%);
    padding: 1rem 0 1.5rem;
}header .top-nav-f9a7eU {
    flex-direction: column;
}header .head-learn-32yquQ {
    gap: 0.5rem;
    flex-wrap: wrap;
    padding: 10px;
    margin-top: 1rem;
    order: 2;
    width: 100%;
    justify-content: center;
}header .top-start-hIXEkC {
    font-size: calc(12px - 2px);
    padding: 0.5rem 0.7rem;
}header .page-header-h6GXav {
    order: 1;
    margin-bottom: 0.5rem;
}header .page-header-h6GXav svg {
    width: 130px;
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0 1.2rem;
}header .head-learn-32yquQ {
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
}header .head-learn-32yquQ::-webkit-scrollbar {
    height: 3px;
}header .head-learn-32yquQ::-webkit-scrollbar-thumb {
    background: rgb(228,162,190);
    border-radius: 10px;
}header .top-start-hIXEkC {
    white-space: nowrap;
}header .page-header-h6GXav svg {
    width: 110px;
}}.client-experience-aER35r {
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(247,216,227) 0%, rgba(245, 245, 255, 0.95) 100%);
    overflow: hidden;
}.client-experience-aER35r::before {
    height: 100%;
    top: 0;
    width: 100%;
    background-image: 
        linear-gradient(45deg, rgba(rgb(228,162,190,0.5), 0.03) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(rgb(228,162,190,0.5), 0.03) 25%, transparent 25%);
    z-index: 1;
    left: 0;
    content: "";
    opacity: 0.5;
    background-size: 60px 60px;
    position: absolute;
}.client-experience-aER35r::after {
    top: -50px;
    filter: blur(80px);
    border-radius: 50%;
    position: absolute;
    width: 300px;
    right: -50px;
    height: 300px;
    background: linear-gradient(225deg, rgb(228,162,190) 0%, rgb(206,117,156) 100%);
    z-index: 0;
    content: "";
    opacity: 0.1;
}.client-experience-aER35r h2 {
    font-weight: 700;
    text-align: center;
    margin-bottom: 3rem;
    color: #000000;
    transform: perspective(1000px) rotateX(0deg);
    position: relative;
    z-index: 2;
    font-size: 38px;
}.client-experience-aER35r h2::after {
    content: "";
    bottom: -15px;
    background: linear-gradient(90deg, rgb(228,162,190), rgb(206,117,156));
    transform: translateX(-50%);
    left: 50%;
    height: 4px;
    position: absolute;
    width: 80px;
}.client-experience-aER35r .container.growth-path-057kKo {
    z-index: 2;
    position: relative;
}.client-experience-aER35r .feedback-quotes-fUiKGE {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    gap: 2.5rem;
    perspective: 1000px;
}.client-experience-aER35r .student-opinions-1fM85K {
    transform-style: preserve-3d;
    position: relative;
    padding: 2rem;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.08),
        0 1px 0 rgba(255, 255, 255, 0.9) inset,
        0 -1px 0 rgba(0, 0, 0, 0.05) inset;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.85);
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.35, 0.97), box-shadow 0.4s ease;
    transform: perspective(1000px) rotateY(0deg) translateZ(0);
}.client-experience-aER35r .student-opinions-1fM85K:hover {
    transform: perspective(1000px) rotateY(2deg) translateZ(10px) translateY(-5px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 1px 0 rgba(255, 255, 255, 0.9) inset,
        0 -1px 0 rgba(0, 0, 0, 0.05) inset;
}.client-experience-aER35r .student-opinions-1fM85K::before {
    left: 20px;
    z-index: -1;
    top: -20px;
    opacity: 0.15;
    font-size: 120px;
    content: "";
    position: absolute;
    font-weight: bold;
    color: rgb(228,162,190);
}.client-experience-aER35r .student-opinions-1fM85K h3 {
    color: rgb(228,162,190);
    font-size: calc(23px * 1.1);
    font-weight: 600;
    margin-bottom: 0.8rem;
    letter-spacing: 0.02em;
}.client-experience-aER35r .student-opinions-1fM85K .description {
    font-style: italic;
    margin-bottom: 1.5rem;
    line-height: 1.6;
    font-size: 18px;
    color: #000000;
}.client-experience-aER35r .student-opinions-1fM85K div {
    transform: translateZ(30px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    width: 60px;
    height: 60px;
    position: relative;
    border: 3px solid #ffffff;
    overflow: hidden;
}.client-experience-aER35r .student-opinions-1fM85K div img {
    transition: transform 0.4s ease;
    object-fit: cover;
    transform: scale(1);
    width: 100%;
    height: 100%;
}.client-experience-aER35r .student-opinions-1fM85K:hover div img {
    transform: scale(1.05);
}

@media (min-width: 768px) {.client-experience-aER35r .feedback-quotes-fUiKGE {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}.client-experience-aER35r .student-opinions-1fM85K:nth-child(odd) {
    transform: perspective(1000px) rotateY(-1deg) translateZ(5px);
}.client-experience-aER35r .student-opinions-1fM85K:nth-child(even) {
    transform: perspective(1000px) rotateY(1deg) translateZ(5px);
}.client-experience-aER35r .student-opinions-1fM85K:nth-child(3n+1) {
    transform: perspective(1000px) rotateX(1deg) translateZ(5px);
}.client-experience-aER35r .student-opinions-1fM85K:hover {
    transform: perspective(1000px) rotateY(2deg) translateZ(15px) translateY(-8px);
}
}

@media (min-width: 992px) {.client-experience-aER35r {
    padding: 8rem 0;
}.client-experience-aER35r h2 {
    margin-bottom: 4rem;
    font-size: calc(38px * 1.1);
}.client-experience-aER35r .feedback-quotes-fUiKGE {
    grid-template-columns: repeat(3, 1fr);
}.client-experience-aER35r .student-opinions-1fM85K {
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.client-experience-aER35r {
    padding: 4rem 0;
}.client-experience-aER35r h2 {
    font-size: calc(38px * 0.9);
    margin-bottom: 2.5rem;
}.client-experience-aER35r .feedback-quotes-fUiKGE {
    grid-template-columns: 1fr;
}.client-experience-aER35r .student-opinions-1fM85K {
    padding: 1.8rem;
    margin-bottom: 1rem;
}.client-experience-aER35r .student-opinions-1fM85K:last-child {
    margin-bottom: 0;
}.client-experience-aER35r .student-opinions-1fM85K h3 {
    font-size: 23px;
}.client-experience-aER35r .student-opinions-1fM85K .description {
    font-size: calc(18px * 0.95);
}}

@keyframes floatIn {
    0% {
        opacity: 0;
        transform: perspective(1000px) rotateY(5deg) translateZ(-20px) translateY(20px);
    }
    100% {
        opacity: 1;
        transform: perspective(1000px) rotateY(0deg) translateZ(0) translateY(0);
    }
}

.client-experience-aER35r .student-opinions-1fM85K {
    animation: floatIn 0.8s cubic-bezier(0.17, 0.67, 0.35, 0.97) forwards;
    opacity: 0;
}.client-experience-aER35r .student-opinions-1fM85K:nth-child(1) {
    animation-delay: 0.1s;
}.client-experience-aER35r .student-opinions-1fM85K:nth-child(2) {
    animation-delay: 0.2s;
}.client-experience-aER35r .student-opinions-1fM85K:nth-child(3) {
    animation-delay: 0.3s;
}.client-experience-aER35r .student-opinions-1fM85K:nth-child(4) {
    animation-delay: 0.4s;
}.client-experience-aER35r .student-opinions-1fM85K:nth-child(5) {
    animation-delay: 0.5s;
}.client-experience-aER35r .student-opinions-1fM85K:nth-child(6) {
    animation-delay: 0.6s;
}.client-experience-aER35r .student-opinions-1fM85K:nth-child(7) {
    animation-delay: 0.7s;
}.start-now-fA73p1 {
    overflow: hidden;
    margin: 4rem 0;
    position: relative;
    padding: 5rem 2rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(2deg);
    background: linear-gradient(135deg, rgb(228,162,190), rgb(206,117,156) 70%, rgb(228,162,190,0.5) 100%);
}.start-now-fA73p1::before {
    left: -5%;
    animation: shimmer 8s infinite linear;
    height: 140%;
    z-index: 1;
    top: -10%;
    position: absolute;
    content: "";
    width: 120%;
    background: linear-gradient(45deg, transparent 30%, rgb(206,117,156,0.5) 40%, transparent 60%);
    transform: rotate(-5deg);
    pointer-events: none;
}.start-now-fA73p1::after {
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    content: "";
    opacity: 0.4;
    background-image: 
        radial-gradient(circle at 10% 20%, rgb(228,162,190,0.5) 5%, transparent 15%),
        radial-gradient(circle at 90% 80%, rgb(206,117,156,0.5) 5%, transparent 15%),
        radial-gradient(circle at 50% 50%, rgb(228,162,190,0.5) 2%, transparent 10%);
    width: 100%;
    pointer-events: none;
    position: absolute;
}.start-now-fA73p1 .container {
    align-items: center;
    animation: container-appear 0.8s ease-out forwards;
    display: flex;
    gap: 2.5rem;
    max-width: 1200px;
    position: relative;
    transform: translateY(10px);
    flex-direction: column;
    z-index: 2;
    margin: 0 auto;
}.start-now-fA73p1 h6 {
    line-height: 1.6;
    letter-spacing: 0.5px;
    transform: translateY(10px);
    font-weight: 600;
    font-size: clamp(20px, 4vw, calc(20px * 1.2));
    opacity: 0;
    margin: 0;
    max-width: 800px;
    animation: text-appear 0.7s ease-out 0.2s forwards;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    text-align: center;
    padding: 0 1rem;
}.start-now-fA73p1 div div {
    transform: translateY(15px);
    display: flex;
    margin-top: 1rem;
    opacity: 0;
    animation: button-appear 0.8s ease-out 0.4s forwards;
    justify-content: center;
}.start-now-fA73p1 div span {
    position: relative;
    display: inline-block;
}.start-now-fA73p1 .query-message-uogkrP {
    border: none;
    font-weight: 600;
    align-items: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: #ffffff;
    transform: translateZ(0);
    color: rgb(228,162,190);
    text-decoration: none;
    justify-content: center;
    display: inline-flex;
    position: relative;
    font-size: 20px;
    padding: 1rem 2.5rem;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}.start-now-fA73p1 .query-message-uogkrP::before {
    z-index: -1;
    background: linear-gradient(45deg, rgb(228,162,190), rgb(206,117,156), rgb(228,162,190));
    bottom: -2px;
    content: "";
    top: -2px;
    position: absolute;
    animation: gradient-shift 5s ease infinite;
    right: -2px;
    left: -2px;
    transform: translate3d(0, 0, 0);
}.start-now-fA73p1 .query-message-uogkrP span {
    z-index: 1;
    position: relative;
    transition: transform 0.3s ease;
}.start-now-fA73p1 .query-message-uogkrP:hover {
    transform: translateY(-3px) scale(1.02);
    color: rgb(206,117,156);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}.start-now-fA73p1 .query-message-uogkrP:hover span {
    transform: translateX(5px);
}.start-now-fA73p1 .query-message-uogkrP:active {
    transform: translateY(1px) scale(0.98);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%) rotate(-5deg);
    }
    100% {
        transform: translateX(100%) rotate(-5deg);
    }
}

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

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

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

@keyframes gradient-shift {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

@media screen and (max-width: 991px) {.start-now-fA73p1 {
    padding: 4rem 1.5rem;
    margin: 3rem 0;
}.start-now-fA73p1 .container {
    gap: 2rem;
}.start-now-fA73p1 h6 {
    font-size: 20px;
}
}

@media screen and (max-width: 768px) {.start-now-fA73p1 {
    transform: perspective(1000px) rotateX(1deg);
    padding: 3.5rem 1.25rem;
}.start-now-fA73p1 .container {
    gap: 1.8rem;
}.start-now-fA73p1 .query-message-uogkrP {
    padding: 0.9rem 2rem;
}
}

@media screen and (max-width: 576px) {.start-now-fA73p1 {
    transform: none;
    padding: 3rem 1rem;
}.start-now-fA73p1 .container {
    gap: 1.5rem;
}.start-now-fA73p1 h6 {
    line-height: 1.5;
    letter-spacing: 0.3px;
}.start-now-fA73p1 .query-message-uogkrP {
    padding: 0.8rem 1.75rem;
}}.future-learners-MtNAIQ {
    overflow: hidden;
    padding: 5rem 0;
    background-color: rgb(247,216,227);
    position: relative;
}.future-learners-MtNAIQ::before {
    background: 
        radial-gradient(circle at 20% 30%, rgb(206,117,156,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(228,162,190,0.5) 0%, transparent 30%);
    left: 0;
    opacity: 0.4;
    content: '';
    z-index: 1;
    height: 100%;
    top: 0;
    width: 100%;
    position: absolute;
}.future-learners-MtNAIQ::after {
    left: -50%;
    background: linear-gradient(45deg, transparent 48%, rgb(206,117,156,0.5) 49%, rgb(206,117,156,0.5) 51%, transparent 52%);
    height: 200%;
    width: 200%;
    background-size: 100px 100px;
    content: '';
    z-index: 1;
    animation: moveGradient 120s linear infinite;
    top: -50%;
    position: absolute;
    opacity: 0.05;
}.future-learners-MtNAIQ .growth-path-057kKo {
    background: rgba(255, 255, 255, 0.08);
    position: relative;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 80px rgb(206,117,156,0.5);
    padding: 3rem;
    margin: 0 auto;
    max-width: 1100px;
    border-radius: 24px;
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
}.future-learners-MtNAIQ h3 {
    font-size: 32px;
    position: relative;
    color: #000000;
    letter-spacing: 1px;
    margin-bottom: 3.5rem;
    text-align: center;
    font-weight: 600;
}.future-learners-MtNAIQ h3::before {
    top: -30px;
    background: rgb(206,117,156);
    height: 5px;
    transform: translateX(-50%);
    border-radius: 50px;
    width: 60px;
    left: 50%;
    content: '';
    position: absolute;
}.future-learners-MtNAIQ h3::after {
    left: 50%;
    content: '';
    position: absolute;
    width: 40%;
    background: linear-gradient(90deg, transparent, rgb(206,117,156), transparent);
    bottom: -15px;
    height: 1px;
    transform: translateX(-50%);
}.future-learners-MtNAIQ ul {
    flex-direction: column;
    padding: 0;
    gap: 2rem;
    margin: 0;
    list-style: none;
    display: flex;
}.future-learners-MtNAIQ li {
    background-color: rgba(255, 255, 255, 0.7);
    align-items: center;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow: hidden;
    border-radius: 24px;
    position: relative;
    flex-direction: column;
    display: flex;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.05),
        0 1px 3px rgba(0, 0, 0, 0.02),
        inset 0 0 0 1px rgba(255, 255, 255, 0.4);
    padding: 2.5rem 2rem;
}.future-learners-MtNAIQ li::before {
    width: 100%;
    content: '';
    height: 5px;
    transition: opacity 0.4s ease;
    left: 0;
    top: 0;
    opacity: 0.3;
    background: linear-gradient(90deg, rgb(206,117,156,0.5), rgb(228,162,190,0.5));
    position: absolute;
}.future-learners-MtNAIQ li::after {
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: opacity 0.5s ease;
    content: '';
    z-index: -1;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center bottom, rgb(206,117,156,0.5) 0%, transparent 70%);
}.future-learners-MtNAIQ li:hover {
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 3px 10px rgba(0, 0, 0, 0.05),
        inset 0 0 0 1px rgba(255, 255, 255, 0.6);
    transform: translateY(-8px);
}.future-learners-MtNAIQ li:hover::before {
    opacity: 1;
}.future-learners-MtNAIQ li:hover::after {
    opacity: 0.15;
}.future-learners-MtNAIQ li svg {
    fill: rgb(206,117,156);
    filter: drop-shadow(0 3px 6px rgb(206,117,156,0.5));
    margin-bottom: 1.5rem;
    width: 60px;
    transition: all 0.4s ease;
    height: 60px;
    display: block;
}.future-learners-MtNAIQ li:hover svg {
    transform: scale(1.05);
    fill: rgb(228,162,190);
    filter: drop-shadow(0 5px 10px rgb(228,162,190,0.5));
}.future-learners-MtNAIQ li svg path {
    transition: all 0.4s ease;
}.future-learners-MtNAIQ li:hover svg path {
    fill: rgb(228,162,190);
}.future-learners-MtNAIQ li {
    color: #000000;
    line-height: 1.6;
    padding-bottom: 1rem;
    font-weight: 300;
    font-size: 15px;
    position: relative;
}.future-learners-MtNAIQ li:nth-child(1) {
    background-color: rgba(255, 255, 255, 0.75);
}.future-learners-MtNAIQ li:nth-child(2) {
    background-color: rgba(255, 255, 255, 0.8);
}.future-learners-MtNAIQ li:nth-child(3) {
    background-color: rgba(255, 255, 255, 0.85);
}.future-learners-MtNAIQ li:nth-child(4) {
    background-color: rgba(255, 255, 255, 0.9);
}

@keyframes moveGradient {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@media (min-width: 992px) {.future-learners-MtNAIQ ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}.future-learners-MtNAIQ li:nth-child(even) {
    transform: translateY(20px);
}.future-learners-MtNAIQ li:nth-child(even):hover {
    transform: translateY(12px);
}.future-learners-MtNAIQ li:nth-child(1),
    .future-learners-MtNAIQ li:nth-child(4) {
    animation: float 8s ease-in-out infinite;
}.future-learners-MtNAIQ li:nth-child(2),
    .future-learners-MtNAIQ li:nth-child(3) {
    animation: float 8s ease-in-out infinite reverse;
}
}

@media (max-width: 991px) {.future-learners-MtNAIQ .growth-path-057kKo {
    padding: 2rem;
}.future-learners-MtNAIQ h3 {
    margin-bottom: 2.5rem;
    font-size: calc(32px * 0.9);
}.future-learners-MtNAIQ li {
    padding: 2rem 1.5rem;
}.future-learners-MtNAIQ li svg {
    width: 50px;
    height: 50px;
    margin-bottom: 1rem;
}
}

@media (max-width: 767px) {.future-learners-MtNAIQ {
    padding: 3rem 0;
}.future-learners-MtNAIQ .growth-path-057kKo {
    padding: 1.5rem;
}.future-learners-MtNAIQ h3 {
    font-size: calc(32px * 0.8);
    margin-bottom: 2rem;
}.future-learners-MtNAIQ h3::before {
    top: -20px;
    width: 50px;
}.future-learners-MtNAIQ h3::after {
    width: 70%;
}.future-learners-MtNAIQ ul {
    gap: 1.5rem;
}.future-learners-MtNAIQ li {
    padding: 1.5rem 1rem;
}.future-learners-MtNAIQ li svg {
    width: 45px;
    height: 45px;
}}.thanksCard-cabUhk {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(247,216,227) 0%, rgb(206,117,156,0.5) 100%);
    padding: 5rem 0;
}.thanksCard-cabUhk::before {
    left: 0;
    opacity: 0.07;
    content: "";
    background-image: 
        linear-gradient(90deg, rgb(228,162,190,0.5) 1px, transparent 1px),
        linear-gradient(0deg, rgb(228,162,190,0.5) 1px, transparent 1px);
    transform: perspective(1000px) rotateX(5deg);
    background-size: 35px 35px;
    width: 100%;
    z-index: 1;
    height: 100%;
    position: absolute;
    pointer-events: none;
    top: 0;
}.thanksCard-cabUhk::after {
    width: 60%;
    opacity: 0.15;
    filter: blur(30px);
    z-index: 0;
    top: -20%;
    content: "";
    animation: float 15s infinite ease-in-out;
    right: -10%;
    background: radial-gradient(circle, rgb(228,162,190,0.5) 0%, transparent 70%);
    position: absolute;
    height: 70%;
}.thanksCard-cabUhk .container {
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    max-width: 1200px;
}.thanksCard-cabUhk h2 {
    opacity: 0;
    font-weight: 700;
    position: relative;
    margin-bottom: 2.5rem;
    color: #000000;
    animation: slideUp 0.8s forwards ease-out 0.2s;
    transform: translateY(20px);
    max-width: 80%;
    font-size: 34px;
}.thanksCard-cabUhk h2::after {
    position: absolute;
    transform-origin: left;
    transform: scaleX(0);
    height: 3px;
    width: 80px;
    background: linear-gradient(90deg, rgb(228,162,190) 0%, rgb(228,162,190,0.5) 100%);
    left: 0;
    animation: expandLine 1s forwards ease-out 1s;
    bottom: -12px;
    content: "";
}.thanksCard-cabUhk .growth-path-057kKo {
    opacity: 0;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06), 
                0 0 0 1px rgba(0, 0, 0, 0.03);
    transform: translateY(30px);
    animation: slideUp 0.8s forwards ease-out 0.5s;
    background: #ffffff;
    padding: 3.5rem;
}.thanksCard-cabUhk .growth-path-057kKo::before {
    width: 100%;
    top: 0;
    background: linear-gradient(135deg, rgb(228,162,190,0.5) 0%, transparent 100%);
    left: 0;
    opacity: 0.03;
    content: "";
    height: 100%;
    z-index: -1;
    position: absolute;
}.thanksCard-cabUhk .growth-path-057kKo ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.thanksCard-cabUhk .growth-path-057kKo li {
    position: relative;
    padding-left: 2rem;
}.thanksCard-cabUhk .growth-path-057kKo li::before {
    top: 8px;
    animation: pulseIn 0.6s forwards ease-out 1.2s;
    left: 0;
    position: absolute;
    background-color: rgb(228,162,190);
    border-radius: 50%;
    content: "";
    transform: scale(0);
    width: 8px;
    height: 8px;
}.thanksCard-cabUhk .growth-path-057kKo span {
    display: block;
    font-family: Arial, sans-serif;
    color: #000000;
    animation: fadeIn 0.8s forwards ease-out 0.9s;
    line-height: 1.7;
    position: relative;
    transform: translateX(10px);
    font-size: 13px;
    opacity: 0;
}

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

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateX(10px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes pulseIn {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(1.3);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes expandLine {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}

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

@media (max-width: 991px) {.thanksCard-cabUhk {
    padding: 4rem 0;
}.thanksCard-cabUhk h2 {
    font-size: calc(34px * 0.9);
    max-width: 100%;
}.thanksCard-cabUhk .growth-path-057kKo {
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.thanksCard-cabUhk {
    padding: 3rem 0;
}.thanksCard-cabUhk::before {
    background-size: 25px 25px;
}.thanksCard-cabUhk h2 {
    font-size: calc(34px * 0.8);
    margin-bottom: 2rem;
}.thanksCard-cabUhk .growth-path-057kKo {
    padding: 2rem;
}.thanksCard-cabUhk .growth-path-057kKo li {
    padding-left: 1.5rem;
}.thanksCard-cabUhk .growth-path-057kKo li::before {
    height: 6px;
    width: 6px;
    top: 6px;
}
}

@media (max-width: 480px) {.thanksCard-cabUhk {
    padding: 2.5rem 0;
}.thanksCard-cabUhk h2 {
    margin-bottom: 1.5rem;
    font-size: calc(34px * 0.7);
}.thanksCard-cabUhk .growth-path-057kKo {
    padding: 1.5rem;
}.thanksCard-cabUhk h2::after {
    height: 2px;
    bottom: -8px;
    width: 60px;
}}.contact-section-gdSrY9 {
    position: relative;
    padding: 120px 0;
}.contact-section-gdSrY9::before {
    width: 100%;
    position: absolute;
    content: "";
    background: linear-gradient(45deg, rgb(206,117,156,0.5), rgb(228,162,190,0.5));
    z-index: 1;
    height: 100%;
    top: 0;
    left: 0;
}.contact-section-gdSrY9 .container {
    z-index: 5;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.contact-section-gdSrY9 .message-message-ilqLzS {
    border-radius: 20px;
    display: flex;
    background: #ffffff;
    flex-direction: row;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateX(0deg);
}.contact-section-gdSrY9 .message-message-ilqLzS:hover {
    transform: perspective(1000px) rotateX(2deg);
}.contact-section-gdSrY9 .reach-info-WJdIsM {
    background-color: rgb(247,216,227);
    padding: 60px 40px;
    width: 40%;
    position: relative;
    overflow: hidden;
}.contact-section-gdSrY9 .reach-info-WJdIsM::before {
    border-radius: 50%;
    background: radial-gradient(circle, rgb(206,117,156) 0%, transparent 70%);
    height: 300px;
    position: absolute;
    content: '';
    width: 300px;
    opacity: 0.2;
    right: -150px;
    top: -150px;
}.contact-section-gdSrY9 .reach-info-WJdIsM h3 {
    margin-bottom: 40px;
    font-weight: 700;
    color: #000000;
    font-size: 35px;
    position: relative;
}.contact-section-gdSrY9 .reach-info-WJdIsM h3::after {
    position: absolute;
    background: rgb(206,117,156);
    height: 4px;
    content: '';
    left: 0;
    bottom: -15px;
    width: 60px;
}.contact-section-gdSrY9 .reach-info-WJdIsM div {
    margin-bottom: 25px;
    align-items: center;
    display: flex;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: translateX(0);
}.contact-section-gdSrY9 .reach-info-WJdIsM div:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transform: translateX(10px);
}.contact-section-gdSrY9 .reach-info-WJdIsM div svg {
    width: 24px;
    margin-right: 15px;
    height: 24px;
}.contact-section-gdSrY9 .reach-info-WJdIsM div svg path {
    fill: rgb(228,162,190);
}.contact-section-gdSrY9 .reach-info-WJdIsM div span {
    font-weight: 400;
    color: #000000;
    font-size: 16px;
}.contact-section-gdSrY9 .reach-info-WJdIsM div span a {
    color: #000000;
    text-decoration: none;
    transition: color 0.3s ease;
}.contact-section-gdSrY9 .reach-info-WJdIsM div span a:hover {
    color: rgb(228,162,190);
}.contact-section-gdSrY9 .contact-reach-ku3hpf {
    position: relative;
    background: #ffffff;
    padding: 60px 40px;
    width: 60%;
}.contact-section-gdSrY9 .contact-reach-ku3hpf::before {
    height: 200px;
    opacity: 0.3;
    background: radial-gradient(circle, rgb(228,162,190,0.5) 0%, transparent 70%);
    bottom: 0;
    right: 0;
    position: absolute;
    width: 200px;
    content: '';
}.contact-section-gdSrY9 .contact-reach-ku3hpf h3 {
    font-weight: 600;
    margin-bottom: 30px;
    color: #000000;
    font-size: 24px;
}.contact-section-gdSrY9 form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}.contact-section-gdSrY9 form input[type="text"],
.contact-section-gdSrY9 form input[type="email"] {
    border-radius: 10px;
    font-size: 16px;
    border: none;
    background-color: rgb(247,216,227);
    padding: 18px 20px;
    color: #000000;
    transition: all 0.3s ease;
}.contact-section-gdSrY9 form input[type="text"]:focus,
.contact-section-gdSrY9 form input[type="email"]:focus {
    outline: none;
    transform: translateY(-2px);
    box-shadow: 0 0 0 2px rgb(228,162,190);
}.contact-section-gdSrY9 form input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}.contact-section-gdSrY9 .inquiry-info-NVECsp {
    display: flex;
    position: relative;
    align-items: flex-start;
    margin-top: 10px;
}.contact-section-gdSrY9 .inquiry-info-NVECsp input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact-section-gdSrY9 .inquiry-info-NVECsp label {
    line-height: 1.5;
    color: #000000;
    position: relative;
    padding-left: 35px;
    font-size: 14px;
    cursor: pointer;
}.contact-section-gdSrY9 .inquiry-info-NVECsp label::before {
    content: '';
    border: 2px solid rgb(228,162,190);
    border-radius: 6px;
    left: 0;
    transition: all 0.3s ease;
    top: 0;
    position: absolute;
    height: 20px;
    width: 20px;
    background: transparent;
}.contact-section-gdSrY9 .inquiry-info-NVECsp input[type="checkbox"]:checked + label::before {
    background: rgb(228,162,190);
}.contact-section-gdSrY9 .inquiry-info-NVECsp input[type="checkbox"]:checked + label::after {
    left: 7px;
    border-width: 0 2px 2px 0;
    top: 3px;
    width: 6px;
    content: '';
    height: 12px;
    transform: rotate(45deg);
    position: absolute;
    border: solid #ffffff;
}.contact-section-gdSrY9 .inquiry-info-NVECsp label a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgb(228,162,190);
    font-weight: 600;
}.contact-section-gdSrY9 .inquiry-info-NVECsp label a:hover {
    text-decoration: underline;
}.contact-section-gdSrY9 form .query-message-uogkrP {
    margin-top: 15px;
    padding: 18px 35px;
    transition: all 0.3s ease;
    font-weight: 600;
    cursor: pointer;
    background: rgb(228,162,190);
    border-radius: 10px;
    overflow: hidden;
    align-self: flex-start;
    border: none;
    position: relative;
    color: #ffffff;
    font-size: 17px;
}.contact-section-gdSrY9 form .query-message-uogkrP::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    content: '';
    transform: translateX(-100%);
    transition: transform 0.6s ease;
}.contact-section-gdSrY9 form .query-message-uogkrP:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
    background: rgb(206,117,156);
}.contact-section-gdSrY9 form .query-message-uogkrP:hover::before {
    transform: translateX(100%);
}@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.contact-section-gdSrY9 .reach-info-WJdIsM div:nth-child(2) {
    animation-delay: 0.1s;
    animation: bounce 5s infinite ease-in-out;
}.contact-section-gdSrY9 .reach-info-WJdIsM div:nth-child(3) {
    animation-delay: 0.3s;
    animation: bounce 5s infinite ease-in-out;
}.contact-section-gdSrY9 .reach-info-WJdIsM div:nth-child(4) {
    animation: bounce 5s infinite ease-in-out;
    animation-delay: 0.5s;
}.contact-section-gdSrY9 .reach-info-WJdIsM div:nth-child(5) {
    animation-delay: 0.7s;
    animation: bounce 5s infinite ease-in-out;
}

@media screen and (max-width: 992px) {.contact-section-gdSrY9 .message-message-ilqLzS {
    flex-direction: column;
}.contact-section-gdSrY9 .reach-info-WJdIsM,
    .contact-section-gdSrY9 .contact-reach-ku3hpf {
    width: 100%;
    padding: 40px 30px;
}.contact-section-gdSrY9 .reach-info-WJdIsM div {
    animation: none;
}
}

@media screen and (max-width: 576px) {.contact-section-gdSrY9 {
    padding: 60px 0;
}.contact-section-gdSrY9 .container {
    width: 90%;
}.contact-section-gdSrY9 .reach-info-WJdIsM,
    .contact-section-gdSrY9 .contact-reach-ku3hpf {
    padding: 30px 20px;
}.contact-section-gdSrY9 .reach-info-WJdIsM h3 {
    font-size: calc(35px * 0.8);
}.contact-section-gdSrY9 form input[type="text"],
    .contact-section-gdSrY9 form input[type="email"] {
    padding: 15px;
}.contact-section-gdSrY9 form .query-message-uogkrP {
    padding: 15px;
    width: 100%;
}}.our-story-mne0OV {
    background: linear-gradient(135deg, rgb(247,216,227) 0%, rgb(206,117,156,0.5) 100%);
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
}.our-story-mne0OV::before {
    background: linear-gradient(165deg, rgb(228,162,190,0.5) 0%, transparent 80%);
    animation: float 15s ease-in-out infinite alternate;
    transform: rotate(-15deg) skewX(15deg);
    width: 40%;
    right: -10%;
    height: 70%;
    content: '';
    position: absolute;
    opacity: 0.6;
    top: -5%;
    z-index: 1;
}.our-story-mne0OV::after {
    position: absolute;
    height: 60%;
    background: linear-gradient(45deg, rgb(206,117,156,0.5) 0%, transparent 70%);
    width: 30%;
    animation: float 18s ease-in-out infinite alternate-reverse;
    content: '';
    opacity: 0.4;
    left: -5%;
    bottom: -5%;
    transform: rotate(10deg) skewX(-10deg);
    z-index: 1;
}.our-story-mne0OV .container {
    padding: 0 2rem;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}.our-story-mne0OV h1 {
    transform: translateX(2rem);
    font-size: 41px;
    color: #000000;
    margin-bottom: 3rem;
    display: inline-block;
    position: relative;
    font-weight: 700;
}.our-story-mne0OV h1::after {
    left: 0;
    position: absolute;
    height: 4px;
    background: rgb(228,162,190);
    width: 60%;
    content: '';
    animation: slide-in 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.3s;
    bottom: -0.5rem;
    transform-origin: left;
    transform: scaleX(0);
}.our-story-mne0OV .story-visual-tzVcpm {
    position: relative;
}.our-story-mne0OV .story-visual-tzVcpm ul {
    margin: 0;
    display: grid;
    list-style: none;
    gap: 3rem;
    padding: 0;
    grid-template-columns: 1fr;
}.our-story-mne0OV .study-training-UYl8Kg {
    position: relative;
    padding: 2.5rem;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    background: #ffffff;
    transform: translateY(30px);
    opacity: 0;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    animation: fade-up 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}.our-story-mne0OV .study-training-UYl8Kg:nth-child(1) {
    border-left: 4px solid rgb(228,162,190);
    animation-delay: 0.3s;
}.our-story-mne0OV .study-training-UYl8Kg:nth-child(2) {
    animation-delay: 0.6s;
    border-right: 4px solid rgb(206,117,156);
}.our-story-mne0OV .study-training-UYl8Kg:hover {
    transform: translateY(-5px) scale(1.01);
}.our-story-mne0OV .study-training-UYl8Kg h4 {
    margin-bottom: 1.5rem;
    font-weight: 600;
    padding-bottom: 0.8rem;
    margin-top: 0;
    position: relative;
    font-size: calc(23px * 1.1);
    color: rgb(228,162,190);
}.our-story-mne0OV .study-training-UYl8Kg:nth-child(2) h4 {
    color: rgb(206,117,156);
}.our-story-mne0OV .study-training-UYl8Kg h4::after {
    background: currentColor;
    content: '';
    width: 3rem;
    position: absolute;
    height: 2px;
    left: 0;
    bottom: 0;
}.our-story-mne0OV .study-training-UYl8Kg div {
    color: #000000;
    line-height: 1.7;
    font-family: Arial, sans-serif;
    font-size: 15px;
    scrollbar-color: rgb(228,162,190,0.5) #ffffff;
    max-height: 300px;
    scrollbar-width: thin;
    padding-right: 1rem;
    overflow-y: auto;
}.our-story-mne0OV .study-training-UYl8Kg:nth-child(2) div {
    scrollbar-color: rgb(206,117,156,0.5) #ffffff;
}.our-story-mne0OV .study-training-UYl8Kg div::-webkit-scrollbar {
    width: 6px;
}.our-story-mne0OV .study-training-UYl8Kg div::-webkit-scrollbar-track {
    background: #ffffff;
}.our-story-mne0OV .study-training-UYl8Kg div::-webkit-scrollbar-thumb {
    background-color: rgb(228,162,190,0.5);
    border-radius: 10px;
}.our-story-mne0OV .study-training-UYl8Kg:nth-child(2) div::-webkit-scrollbar-thumb {
    background-color: rgb(206,117,156,0.5);
}

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

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

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

@media (min-width: 768px) {.our-story-mne0OV {
    padding: 8rem 0;
}.our-story-mne0OV h1 {
    margin-bottom: 4rem;
    font-size: calc(41px * 1.2);
}.our-story-mne0OV .story-visual-tzVcpm ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}.our-story-mne0OV .study-training-UYl8Kg {
    padding: 3rem;
}.our-story-mne0OV .study-training-UYl8Kg div {
    max-height: 350px;
}
}

@media (min-width: 992px) {.our-story-mne0OV {
    padding: 10rem 0;
}.our-story-mne0OV h1 {
    transform: translateX(4rem);
}.our-story-mne0OV .study-training-UYl8Kg:nth-child(1) {
    transform: translateY(2rem);
}.our-story-mne0OV .study-training-UYl8Kg:nth-child(2) {
    transform: translateY(-2rem);
}.our-story-mne0OV .study-training-UYl8Kg:hover {
    transform: scale(1.03);
}
}

@media (min-width: 1200px) {.our-story-mne0OV .container {
    padding: 0 4rem;
}.our-story-mne0OV .story-visual-tzVcpm ul {
    gap: 4rem;
}.our-story-mne0OV .study-training-UYl8Kg {
    padding: 3.5rem;
}.our-story-mne0OV .study-training-UYl8Kg div {
    max-height: 400px;
}
}

@media (max-width: 767px) {.our-story-mne0OV {
    padding: 4rem 0;
}.our-story-mne0OV h1 {
    font-size: calc(41px * 0.9);
    transform: translateX(1rem);
}.our-story-mne0OV .study-training-UYl8Kg {
    padding: 2rem;
}.our-story-mne0OV .study-training-UYl8Kg div {
    max-height: 250px;
}}.privacy-lock-ISitNG {
    color: #000000;
    margin-left: 5%;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease-in-out;
    margin-right: 5%;
    background-color: rgb(247,216,227);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 40px;
}.privacy-lock-ISitNG:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}.privacy-lock-ISitNG h1,
.privacy-lock-ISitNG h2 {
    letter-spacing: 2px;
    margin: 20px 0;
    text-transform: uppercase;
}.privacy-lock-ISitNG h1 {
    font-size: 47px;
    font-weight: 700;
    border-bottom: 3px solid rgb(228,162,190);
    padding-bottom: 10px;
    color: rgb(228,162,190);
}.privacy-lock-ISitNG h2 {
    border-left: 5px solid rgb(206,117,156);
    font-weight: 600;
    padding-left: 10px;
    color: rgb(206,117,156);
    font-size: 36px;
}.privacy-lock-ISitNG ul {
    list-style-type: none;
    padding: 0;
    margin: 20px 0;
}.privacy-lock-ISitNG ul li {
    padding: 10px 0;
    color: #000000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    font-size: 14px;
    font-weight: 400;
}.privacy-lock-ISitNG ul li:last-child {
    border-bottom: none;
}.privacy-lock-ISitNG p {
    font-size: 14px;
    font-weight: 300;
    margin: 20px 0;
    color: #000000;
    line-height: 1.6;
}.privacy-lock-ISitNG div {
    margin: 20px 0;
}
@media only screen and (max-width: 800px) {.privacy-lock-ISitNG {
    padding: 20px;
}.privacy-lock-ISitNG h1 {
    font-size: calc(21px - 10px);
}.privacy-lock-ISitNG h2 {
    font-size: calc(21px - 10px);
}.privacy-lock-ISitNG ul li {
    font-size: calc(14px - 2px);
}.privacy-lock-ISitNG p {
    font-size: calc(14px - 2px);
}}footer {
    position: relative;
    width: 100%;
}footer .trust-badge-ckUW8f {
    font-family: Arial, sans-serif;
    padding: 100px 0 30px;
    background-color: #2c3e50;
    color: #ffffff;
    position: relative;
}footer .trust-badge-ckUW8f::before {
    left: 0;
    top: 0;
    content: "";
    background-size: 60px 60px;
    height: 100%;
    opacity: 0.1;
    position: absolute;
    width: 100%;
    background-image: linear-gradient(30deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, 
                      rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
}footer .cert-display-eA8ivu {
    position: relative;
    z-index: 1;
}footer .message-page-gcl6YN {
    gap: 15px;
    margin: -70px auto 60px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    position: relative;
    display: grid;
}footer .info_item {
    background-color: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 0 20px;
    transition: all 0.3s ease;
    height: 100px;
    overflow: hidden;
    display: flex;
    align-items: center;
    position: relative;
}footer .info_item:nth-child(even) {
    transform: translateY(30px);
}footer .info_item::before {
    content: "";
    width: 6px;
    position: absolute;
    background-color: rgb(228,162,190);
    transition: height 0.3s ease, top 0.3s ease;
    height: 50%;
    left: 0;
    top: 25%;
}footer .info_item:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(0);
}footer .info_item:hover::before {
    height: 100%;
    top: 0;
}footer .info_item svg {
    z-index: 1;
    width: 22px;
    position: relative;
    flex-shrink: 0;
    margin-right: 15px;
    fill: rgb(228,162,190);
    height: 22px;
}footer .info_item p,
footer .info_item a {
    z-index: 1;
    font-size: 18px;
    position: relative;
    color: #2c3e50;
    transition: all 0.3s ease;
    text-decoration: none;
}footer .info_item a:hover {
    color: rgb(228,162,190);
}footer .text_main_holder {
    display: grid;
    gap: 30px;
    position: relative;
    grid-template-columns: 1fr;
}footer .head-teach-EzUw7q, footer .subscribe_holder {
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.05);
    position: relative;
    padding: 30px;
    border-radius: 17px;
}footer .head-teach-EzUw7q:hover, footer .subscribe_holder:hover {
    background-color: rgba(255, 255, 255, 0.08);
}footer .head-learn-32yquQ {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    display: grid;
}footer .head-teach-EzUw7q svg {
    height: 45px;
    width: auto;
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
}footer .faq-block-345ETK {
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
}footer .head-learn-32yquQ h5 {
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 24px;
    padding-bottom: 10px;
    font-weight: 600;
    grid-column: 1 / -1;
    position: relative;
}footer .head-learn-32yquQ h5::after {
    width: 50px;
    left: 0;
    background-color: rgb(228,162,190);
    position: absolute;
    bottom: 0;
    content: "";
    height: 2px;
}footer .nav-main-bmFgry {
    background-color: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    border-radius: 17px;
    padding: 20px;
    height: 100%;
}footer .nav-main-bmFgry:hover {
    background-color: rgba(255, 255, 255, 0.08);
    transform: translateY(-5px);
}footer .nav-main-bmFgry a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    padding: 8px 0;
    transition: all 0.3s ease;
}footer .nav-main-bmFgry a:last-child {
    border-bottom: none;
}footer .nav-main-bmFgry a::before {
    content: "→";
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: translateX(-10px);
    opacity: 0;
    right: 0;
    position: absolute;
}footer .nav-main-bmFgry a:hover {
    padding-left: 5px;
    color: #ffffff;
}footer .nav-main-bmFgry a:hover::before {
    transform: translateX(0);
    opacity: 1;
}footer .subscribe_holder h5 {
    position: relative;
    color: #ffffff;
    font-weight: 600;
    padding-bottom: 10px;
    font-size: 24px;
    margin-bottom: 15px;
}footer .subscribe_holder h5::after {
    content: "";
    position: absolute;
    left: 0;
    height: 2px;
    width: 50px;
    background-color: rgb(228,162,190);
    bottom: 0;
}footer .subscribe_holder p {
    line-height: 1.6;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
}footer .input_holder {
    display: flex;
    gap: 15px;
    flex-direction: column;
}footer .input_holder input[type="email"] {
    font-size: 18px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px;
}footer .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgb(228,162,190);
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .sub-container-lyZpHT {
    font-weight: 600;
    background-color: rgb(228,162,190);
    color: #ffffff;
    border-radius: 10px;
    transition: all 0.3s ease;
    border: none;
    padding: 15px;
    cursor: pointer;
    font-size: 14px;
}footer .sub-container-lyZpHT:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
    background-color: rgb(206,117,156);
}footer .credit-info-OeWrkQ {
    margin-top: 50px;
    text-align: center;
    position: relative;
}footer .referral-prog-8T4kCj {
    font-size: 13px;
    border-radius: 30px;
    color: rgba(255, 255, 255, 0.6);
    padding: 8px 20px;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.05);
}

@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 2fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .sub-container-lyZpHT {
    white-space: nowrap;
}
}

@media (max-width: 991px) {footer .info_item:nth-child(even) {
    transform: translateY(15px);
}footer .head-learn-32yquQ {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
}

@media (max-width: 767px) {footer .trust-badge-ckUW8f {
    padding: 70px 0 30px;
}footer .message-page-gcl6YN {
    margin-top: 0;
    margin-bottom: 40px;
}footer .info_item {
    padding: 15px 20px;
    height: auto;
}footer .info_item:nth-child(even) {
    transform: none;
}footer .head-teach-EzUw7q, footer .subscribe_holder {
    padding: 25px 20px;
}footer .head-learn-32yquQ h5, footer .subscribe_holder h5 {
    margin-bottom: 15px;
}footer .credit-info-OeWrkQ {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .trust-badge-ckUW8f {
    padding: 50px 0 20px;
}footer .nav-main-bmFgry {
    padding: 15px;
}footer .head-learn-32yquQ h5, footer .subscribe_holder h5 {
    font-size: calc(24px - 2px);
}footer .input_holder input[type="email"],
    footer .sub-container-lyZpHT {
    padding: 12px;
}}.data-statistics-XuA6as {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(247,216,227) 0%, rgb(206,117,156,0.5) 100%);
    padding: 7rem 0 4rem;
}.data-statistics-XuA6as::before {
    pointer-events: none;
    width: 30%;
    background: linear-gradient(45deg, rgb(228,162,190,0.5) 0%, transparent 70%);
    left: -5%;
    top: -10%;
    height: 70%;
    z-index: 1;
    content: "";
    position: absolute;
    transform: rotate(-15deg) skewX(15deg);
}.data-statistics-XuA6as::after {
    height: 80%;
    transform: rotate(15deg) skewY(-10deg);
    z-index: 1;
    position: absolute;
    content: "";
    background: linear-gradient(225deg, rgb(206,117,156,0.5) 0%, transparent 80%);
    width: 40%;
    pointer-events: none;
    bottom: -10%;
    right: -5%;
}.data-statistics-XuA6as .container {
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}.data-statistics-XuA6as ul {
    display: grid;
    gap: 2.5rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    list-style: none;
    margin: 0;
    padding: 0;
}.data-statistics-XuA6as .benefits-block-4qy1c9 {
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    perspective: 1000px;
    position: relative;
}.data-statistics-XuA6as .benefits-block-4qy1c9:hover {
    transform: translateY(-10px);
}.data-statistics-XuA6as .benefits-block-4qy1c9 div {
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    padding: 2.5rem 1.5rem;
    border-left: 4px solid rgb(228,162,190);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
    background: #ffffff;
    transform-style: preserve-3d;
    backface-visibility: hidden;
}.data-statistics-XuA6as .benefits-block-4qy1c9 div::before {
    left: 0;
    height: 100%;
    top: 0;
    transform: translateX(-100%) skewX(-15deg);
    content: "";
    background: linear-gradient(45deg, transparent 25%, rgba(255, 255, 255, 0.1) 50%, transparent 75%);
    transition: transform 1.2s ease;
    width: 100%;
    position: absolute;
}.data-statistics-XuA6as .benefits-block-4qy1c9:hover div::before {
    transform: translateX(100%) skewX(-15deg);
}.data-statistics-XuA6as .benefits-block-4qy1c9 div::after {
    right: -2px;
    height: 0;
    z-index: -1;
    position: absolute;
    opacity: 0.3;
    content: "";
    background: linear-gradient(90deg, rgb(228,162,190) 0%, rgb(206,117,156) 100%);
    left: -2px;
    top: -2px;
    transition: height 0.4s ease-out;
}.data-statistics-XuA6as .benefits-block-4qy1c9:hover div::after {
    height: calc(100% + 4px);
}.data-statistics-XuA6as .benefits-block-4qy1c9 p {
    transform: translateZ(20px);
    margin: 0 0 0.5rem;
    font-size: calc(32px * 1.2);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em;
    color: rgb(228,162,190);
    transition: all 0.3s ease;
}.data-statistics-XuA6as .benefits-block-4qy1c9:hover p {
    transform: translateZ(30px);
    letter-spacing: 0.01em;
}.data-statistics-XuA6as .benefits-block-4qy1c9 span {
    color: #000000;
    transition: all 0.3s ease;
    transform: translateZ(15px);
    font-weight: 600;
    display: block;
    line-height: 1.4;
    font-size: 17px;
}.data-statistics-XuA6as .benefits-block-4qy1c9:hover span {
    transform: translateZ(25px);
    color: #000000;
}.data-statistics-XuA6as h4 {
    font-size: 20px;
    margin-top: 3.5rem;
    padding-bottom: 1rem;
    position: relative;
    text-align: center;
    letter-spacing: 0.05em;
    color: #000000;
}.data-statistics-XuA6as h4::after {
    bottom: 0;
    position: absolute;
    width: 80px;
    background: linear-gradient(90deg, rgb(228,162,190) 0%, rgb(206,117,156) 100%);
    left: 50%;
    height: 3px;
    content: "";
    transform: translateX(-50%);
}

@media (max-width: 1200px) {.data-statistics-XuA6as ul {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 2rem;
}.data-statistics-XuA6as .benefits-block-4qy1c9 div {
    padding: 2rem 1.2rem;
}.data-statistics-XuA6as .benefits-block-4qy1c9 p {
    font-size: calc(32px * 1.1);
}
}

@media (max-width: 992px) {.data-statistics-XuA6as {
    padding: 5rem 0 3rem;
}.data-statistics-XuA6as ul {
    gap: 1.8rem;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}.data-statistics-XuA6as .benefits-block-4qy1c9 div {
    padding: 1.8rem 1rem;
}.data-statistics-XuA6as .benefits-block-4qy1c9 p {
    font-size: 32px;
}.data-statistics-XuA6as h4 {
    margin-top: 3rem;
}
}

@media (max-width: 768px) {.data-statistics-XuA6as {
    padding: 4rem 0 2.5rem;
}.data-statistics-XuA6as ul {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 1.5rem;
}.data-statistics-XuA6as .benefits-block-4qy1c9 div {
    padding: 1.5rem 1rem;
}.data-statistics-XuA6as h4 {
    margin-top: 2.5rem;
    font-size: calc(20px * 0.9);
}
}

@media (max-width: 576px) {.data-statistics-XuA6as {
    padding: 3rem 0 2rem;
}.data-statistics-XuA6as ul {
    grid-template-columns: 1fr 1fr;
    gap: 1.2rem;
}.data-statistics-XuA6as .benefits-block-4qy1c9 div {
    padding: 1.2rem 0.8rem;
    border-left-width: 3px;
}.data-statistics-XuA6as .benefits-block-4qy1c9 p {
    margin-bottom: 0.3rem;
    font-size: calc(32px * 0.9);
}.data-statistics-XuA6as .benefits-block-4qy1c9 span {
    font-size: calc(17px * 0.9);
}.data-statistics-XuA6as h4 {
    font-size: calc(20px * 0.85);
    margin-top: 2rem;
}.data-statistics-XuA6as h4::after {
    height: 2px;
    width: 60px;
}
}

@media (max-width: 480px) {.data-statistics-XuA6as ul {
    gap: 1rem;
    grid-template-columns: 1fr;
}.data-statistics-XuA6as .benefits-block-4qy1c9 div {
    padding: 1.5rem 1rem;
}.data-statistics-XuA6as .benefits-block-4qy1c9 p {
    font-size: 32px;
}.data-statistics-XuA6as .benefits-block-4qy1c9 span {
    font-size: 17px;
}
}

@media (prefers-reduced-motion: reduce) {.data-statistics-XuA6as .benefits-block-4qy1c9,
    .data-statistics-XuA6as .benefits-block-4qy1c9 div,
    .data-statistics-XuA6as .benefits-block-4qy1c9 div::before,
    .data-statistics-XuA6as .benefits-block-4qy1c9 div::after,
    .data-statistics-XuA6as .benefits-block-4qy1c9 p,
    .data-statistics-XuA6as .benefits-block-4qy1c9 span {
    transition: none;
}
}