.header-primary-ILEm {
    flex: 1 0 auto;
}

svg {
    width: 30px;
    height: 30px;
}

header,footer {
    width: 100%;
}

header {
    z-index: 100;
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    background: rgb(200,229,216);
    padding: 1rem 0;
    width: 100%;
}

.sign-up-VRTQ .creds-sect-sWaQ {
    position: relative;
    display: flex;
    z-index: 2;
    flex-direction: column;
    align-items: center;
}

.sign-up-VRTQ p::after {
    border-radius: 3px;
    width: 3rem;
    height: 3px;
    transform: translateX(-50%);
    bottom: -1.5rem;
    position: absolute;
    content: "";
    background: rgb(102,168,152);
    left: 50%;
}

.sign-up-VRTQ .sub-tutorial-aw3V::placeholder {
    opacity: 0.6;
    color: #000000;
}

.sign-up-VRTQ .sub-promo-Ro2D::before {
    opacity: 0;
    left: 0;
    transition: opacity 0.3s ease;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: "";
    background: linear-gradient(90deg, rgb(102,168,152) 0%, rgb(152,201,183) 100%);
    position: absolute;
}

.contacts-81vn::after {
    opacity: 0.15;
    background: 
        conic-gradient(
            from 0deg at 50% 50%,
            transparent 0deg,
            rgb(152,201,183,0.5) 60deg,
            transparent 120deg,
            rgb(102,168,152,0.5) 180deg,
            transparent 240deg,
            rgb(152,201,183,0.5) 300deg,
            transparent 360deg
        );
    width: 200%;
    height: 200%;
    content: "";
    left: -50%;
    top: -50%;
    animation: rotateBackground 60s linear infinite;
    z-index: -1;
    position: absolute;
}

.contacts-81vn .course-info-ApQu {
    background: linear-gradient(
        145deg,
        rgba(0, 0, 0, 0.7),
        rgba(0, 0, 0, 0.9)
    );
    flex-direction: column;
    z-index: 2;
    display: flex;
    padding: 2rem;
    position: relative;
}

.contacts-81vn .course-info-ApQu p:hover {
    box-shadow: 0 0 15px rgb(152,201,183,0.5);
    background: rgba(255, 255, 255, 0.07);
    transform: translateX(5px);
}

.contacts-81vn .course-info-ApQu p::before {
    background: linear-gradient(90deg, rgb(152,201,183), transparent);
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    content: "";
}

.contacts-81vn .course-info-ApQu p a:hover::after {
    transform: scaleX(1);
    background: #ffffff;
    box-shadow: 0 0 10px rgb(152,201,183);
}

.contacts-81vn .course-info-ApQu svg path {
    stroke-dasharray: 100;
    animation: drawPath 1.5s forwards;
    stroke-dashoffset: 100;
}

.contacts-81vn .course-info-ApQu p:nth-child(3) svg path {
    animation-delay: 0.3s;
}

.contacts-81vn .submit-request-e21V::before {
    box-shadow: 0 0 10px rgb(152,201,183,0.5),
                inset 0 0 5px rgb(152,201,183,0.5);
    top: -10px;
    width: 20px;
    height: 20px;
    transform: translateX(-50%);
    left: 50%;
    border: 1px solid rgb(152,201,183);
    border-radius: 50%;
    content: "";
    position: absolute;
    background: #000000;
}

.contacts-81vn .edu-mentor-CU0r:hover::before {
    opacity: 0.15;
}

.contacts-81vn .edu-mentor-CU0r svg {
    stroke: rgb(152,201,183);
    stroke-linejoin: round;
    opacity: 0.8;
    stroke-width: 2;
    transition: all 0.3s ease;
    stroke-linecap: round;
    vertical-align: middle;
    height: 14px;
    margin-right: 4px;
    width: 14px;
    fill: none;
}

.reach-out-DhN9 .container {
    padding: 0 30px;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
    position: relative;
}

.reach-out-DhN9 .img-shadow-box-vOxT {
    flex: 0 0 40%;
    overflow: hidden;
    position: relative;
    min-height: 500px;
}

.reach-out-DhN9 .reach-card-YkM3::before {
    background: linear-gradient(to bottom, rgb(152,201,183), rgb(102,168,152));
    content: "";
    border-radius: 2.5px;
    width: 5px;
    height: calc(100% - 80px);
    top: 40px;
    position: absolute;
    left: 0;
}

.reach-out-DhN9 form input[type="text"]::placeholder {
    color: rgba(#000000, 0.4);
}

.reach-out-DhN9 .feedback-info-859r label {
    cursor: pointer;
    padding-left: 35px;
    color: #000000;
    font-size: 13px;
    position: relative;
    line-height: 1.5;
}

.reach-out-DhN9 .feedback-info-859r label a {
    text-decoration: none;
    color: rgb(152,201,183);
    transition: all 0.3s ease;
}

.reach-out-DhN9 form .reach-box-MS6j::before {
    transform: rotate(45deg) translateX(-200%);
    left: -10%;
    width: 120%;
    height: 120%;
    top: -10%;
    position: absolute;
    content: "";
    background: rgba(255, 255, 255, 0.2);
    transition: all 0.4s ease;
}

.academic-experience-zEkD .container {
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
}

.academic-experience-zEkD .learner-feedback-2FSY:hover .img-shadow-box-vOxT {
    transform: translateZ(120px) rotateY(-10deg) translateX(-20px);
}

.academic-experience-zEkD .name {
    padding: 1.5rem 2rem;
    left: 0;
    top: 100px;
    border-radius: 10px;
    position: absolute;
    transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    background: rgb(152,201,183);
    color: #ffffff;
    font-weight: 700;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.5);
    font-size: 29px;
    transform: translateZ(70px) rotateY(5deg);
    z-index: 4;
    min-width: 300px;
}

.academic-experience-zEkD .employee-view-1TEB::before {
    content: "";
    position: absolute;
    width: 100%;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(102,168,152,0.5) 49.5%, rgb(102,168,152,0.5) 50.5%, transparent 50.5%);
    opacity: 0.1;
    background-size: 20px 20px;
    mix-blend-mode: overlay;
    left: 0;
    height: 100%;
    top: 0;
}

.program-details-vDxj::before {
    z-index: 1;
    opacity: 0.1;
    content: "";
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgba(rgb(152,201,183), 0.8),
        rgba(rgb(152,201,183), 0.8) 10px,
        rgba(rgb(102,168,152), 0.5) 10px,
        rgba(rgb(102,168,152), 0.5) 20px
    );
    position: absolute;
}

.program-details-vDxj .learn-now-uwUe::before {
    z-index: 2;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(
        to right,
        rgba(rgb(102,168,152), 0.6) 0%,
        transparent 70%
    );
    width: 100%;
    height: 100%;
}

.program-details-vDxj .learn-now-uwUe::before {
    background: linear-gradient(
            to bottom,
            transparent 0%,
            rgba(rgb(102,168,152), 0.8) 100%
        );
}

.program-details-vDxj .learn-network-XJ3v h3 {
    position: relative;
    padding-bottom: 1rem;
    letter-spacing: 1px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 34px;
    margin-bottom: 1.5rem;
}

.program-details-vDxj .learn-network-XJ3v h3 {
    font-size: calc(34px * 0.8);
}

.program-details-vDxj .learn-network-XJ3v .reach-box-MS6j {
    display: inline-flex;
    background-size: 200% auto;
    align-items: center;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    overflow: hidden;
    background: linear-gradient(
        to right,
        rgb(152,201,183) 0%,
        rgb(102,168,152) 100%
    );
    border-radius: 10px;
    transition: all 0.4s ease;
    justify-content: center;
    font-size: 18px;
    padding: 1rem 2.5rem;
    text-decoration: none;
    z-index: 1;
    font-weight: 600;
    position: relative;
}

.program-details-vDxj .learn-network-XJ3v .reach-box-MS6j {
    padding: 0.8rem 1.5rem;
    width: 100%;
}

.confidential-lockup-8wSv span {
    color: rgb(152,201,183);
    font-weight: 700;
}

.confidential-lockup-8wSv a {
    border-bottom: 1px solid rgb(152,201,183,0.5);
    color: rgb(152,201,183);
    text-decoration: none;
    font-weight: 600;
}

.our-story-gBUf h4::before {
    top: 50%;
    left: 0;
    background: rgb(152,201,183);
    width: 40px;
    position: absolute;
    height: 2px;
    transform: translateY(-50%);
    content: "";
}

.our-story-gBUf .paragraph-box-QheD {
    animation: fadeUp 1s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
    border-left: 4px solid rgb(152,201,183);
    backdrop-filter: blur(8px);
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    padding: 50px;
    transform: translateY(30px);
}

header::before {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 0;
    content: '';
    background: linear-gradient(to right, 
        rgb(152,201,183,0.5) 0%, 
        transparent 20%, 
        transparent 80%, 
        rgb(102,168,152,0.5) 100%);
    left: 0;
    opacity: 0.4;
    top: 0;
}

header .head-mentor-dlh4:hover svg {
    transform: translateY(-3px);
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.1));
}

header .site-top-ReCy:hover {
    box-shadow: 0 3px 8px rgb(152,201,183,0.5);
    transform: translateY(-2px);
    color: #ffffff;
    background: linear-gradient(135deg, rgb(152,201,183), rgb(102,168,152));
}

.consentWarningDialog-7j8E h5 {
    font-size: 22px;
    margin-bottom: 6px;
}

.consentWarningDialog-7j8E p {
    font-size: 18px;
}

.edu-consent-hYda {
    text-align: center;
    white-space: nowrap;
    border-bottom: 2px solid rgb(152,201,183);
    text-decoration: none;
    font-size: 24px;
    min-width: 120px;
    color: rgb(152,201,183);
    flex-shrink: 0;
    line-height: 35px;
    margin-left: 10px;
    cursor: pointer;
}

.package-deal-lCo2 {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(200,229,216) 0%, rgba(245, 247, 252, 1) 100%);
}

.package-deal-lCo2 .rate-card-2sjg {
    margin-bottom: 50px;
    text-align: center;
    transition: transform 0.5s ease-out;
}

.package-deal-lCo2 .cost-breakdown-Fmvj {
    max-width: 700px;
    line-height: 1.6;
    white-space: normal;
    word-break: break-word;
    color: #000000;
    margin: 0 auto;
    overflow-wrap: break-word;
    font-size: 14px;
}

.package-deal-lCo2 .learn-fees-YhJo {
    word-break: break-word;
    z-index: 2;
    white-space: normal;
    overflow-wrap: break-word;
    display: flex;
    padding: 30px;
    flex-direction: column;
    flex: 1;
    position: relative;
}

.package-deal-lCo2 .group-plans-1b6l::before {
    opacity: 0;
    left: -20px;
    height: 2px;
    content: "";
    width: 10px;
    transform: translateX(-10px);
    top: 50%;
    background: rgb(152,201,183);
    transition: all 0.3s ease;
    position: absolute;
}

.package-deal-lCo2 .annual-fee-nbeX:nth-child(odd) .monthly-rate-DfRh {
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 247, 252, 1) 100%);
}

.package-deal-lCo2 .annual-fee-nbeX:nth-child(3) {
    animation: fadeInUp 0.6s 0.3s both;
}

.tySection-Ksy7::after {
    bottom: -5%;
    transform: rotate(10deg) skewY(-5deg);
    content: "";
    left: -2%;
    position: absolute;
    z-index: 1;
    opacity: 0.4;
    background: linear-gradient(220deg, rgb(152,201,183,0.5) 0%, transparent 80%);
    height: 60%;
    width: 30%;
}

.tySection-Ksy7 .creds-sect-sWaQ::before {
    top: 0;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 95% 100%, 0 100%);
    left: 0;
    z-index: -1;
    background: linear-gradient(135deg, #ffffff 0%, #ffffff 100%);
    right: 0;
    bottom: 0;
    position: absolute;
    content: "";
}

.tySection-Ksy7 li::before {
    background: rgb(102,168,152);
    left: 0;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    top: 10px;
    content: "";
    position: absolute;
    transform: translateY(-50%);
}

.statistical-report-BU9r .container::before {
    background-image: 
        linear-gradient(0deg, rgb(152,201,183,0.5) 1px, transparent 1px),
        linear-gradient(0deg, rgb(102,168,152,0.5) 1px, transparent 1px);
    width: 100%;
    content: "";
    background-size: 100% 50px, 100% 100px;
    left: 0;
    opacity: 0.03;
    animation: lineShift 30s infinite linear;
    z-index: -1;
    top: 0;
    height: 100%;
    position: absolute;
}



.statistical-report-BU9r .statistics-highlights-sDhn {
    background: linear-gradient(to bottom, transparent, rgba(rgb(152,201,183), 0.02), transparent);
    animation: slideIn 0.5s forwards;
    height: 0;
    flex-direction: column;
    opacity: 0;
    position: relative;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    padding: 2rem 1rem;
    transform: translateY(100%);
    display: flex;
    flex: 0 0 20%;
}

.statistical-report-BU9r .statistics-highlights-sDhn:nth-child(10) {
    animation-delay: 1s;
}

.statistical-report-BU9r .statistics-highlights-sDhn:hover::after {
    width: 90%;
    left: 5%;
    height: 3px;
    opacity: 0.5;
}

.statistical-report-BU9r .statistics-highlights-sDhn span {
    max-width: 100%;
    text-align: center;
    font-size: 16px;
    margin-top: auto;
    position: relative;
    transition: all 0.3s ease;
    color: #000000;
    font-weight: 400;
}

.statistical-report-BU9r .statistics-highlights-sDhn:hover svg {
    transform: translateX(-50%) scale(1.1);
    opacity: 0.2;
}

.statistical-report-BU9r .statistics-highlights-sDhn:hover p::before {
    opacity: 1;
    transform: scale(1);
}

.statistical-report-BU9r .statistics-highlights-sDhn:nth-child(2) p::before {
    background: rgb(102,168,152);
    content: "02";
}

.statistical-report-BU9r .statistics-highlights-sDhn:nth-child(4) p::before {
    content: "04";
    background: rgb(102,168,152);
}

.statistical-report-BU9r .statistics-highlights-sDhn:nth-child(6) p::before {
    content: "06";
    background: rgb(102,168,152);
}

.statistical-report-BU9r .statistics-highlights-sDhn:nth-child(10) p::before {
    background: rgb(102,168,152);
    content: "10";
}

.ideal-participants-A2SK .creds-sect-sWaQ {
    flex-direction: column;
    position: relative;
    padding: 0;
    display: flex;
    z-index: 2;
}

.ideal-participants-A2SK h4::after {
    height: 3px;
    width: 120px;
    content: '';
    position: absolute;
    background: rgb(102,168,152);
    bottom: -15px;
    left: 30px;
    border-radius: 10px;
}

.ideal-participants-A2SK p svg {
    flex-shrink: 0;
    transition: all 0.3s ease;
    width: 30px;
    margin-right: 20px;
    margin-top: 3px;
    height: 30px;
}

.ideal-participants-A2SK p::after {
    transition: transform 0.4s ease;
    content: '';
    width: 100%;
    left: 0;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(152,201,183), rgb(102,168,152));
    position: absolute;
    bottom: 0;
    height: 4px;
    transform-origin: left;
}

.ideal-participants-A2SK p:nth-child(6) {
    z-index: 1;
    grid-column: 2 / span 5;
    grid-row: 4;
}

.ideal-participants-A2SK p:nth-child(6) {
    animation-delay: 1.1s;
}

.homepage-b0uq::before {
    opacity: 0.7;
    position: absolute;
    z-index: 1;
    height: 100%;
    content: "";
    width: 100%;
    top: 0;
    pointer-events: none;
    left: 0;
    background: 
    radial-gradient(circle at 20% 30%, rgb(102,168,152,0.5) 0%, transparent 60%),
    radial-gradient(circle at 80% 70%, rgb(152,201,183,0.5) 0%, transparent 40%);
}

.homepage-b0uq h3::after {
    display: block;
    width: 40%;
    content: "";
    height: 3px;
    margin-top: 1rem;
    animation: lineGrow 1.5s ease-out forwards;
    background: linear-gradient(90deg, rgb(152,201,183) 0%, rgb(102,168,152) 100%);
    transform-origin: left;
}

.homepage-b0uq h1::before {
    content: "";
    left: -1rem;
    animation: lineDown 1s 0.5s ease-in-out forwards;
    transform-origin: top;
    top: 0.8rem;
    width: 5px;
    transform: scaleY(0);
    background: rgb(152,201,183);
    position: absolute;
    bottom: 0.8rem;
}

.homepage-b0uq .promise-block-5FEe > div:hover p {
    transform: translateY(-5px);
}

.educational-rewards-c7WQ {
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(200,229,216) 30%, rgba(rgb(152,201,183,0.5), 0.05) 100%);
    position: relative;
}

.educational-rewards-c7WQ .img-shadow-box-vOxT {
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    height: 100%;
    width: 100%;
    filter: brightness(1.05) contrast(1.05);
    object-fit: cover;
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
    box-shadow: 15px 15px 0 rgba(rgb(152,201,183,0.5), 0.2),
                -10px -10px 0 rgba(rgb(102,168,152,0.5), 0.15);
}

.educational-rewards-c7WQ li {
    animation: fade-up 0.5s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    box-shadow: 0 6px 15px rgba(rgba(0, 0, 0, 0.5), 0.06);
    opacity: 0;
    padding: 18px 20px;
    border-left: 3px solid rgb(152,201,183);
    transform: translateY(20px);
    animation-delay: calc(0.1s * var(--i, 0));
    background: rgba(rgb(255, 255, 255, 0.5), 0.8);
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

footer {
    position: relative;
}

.compliance-pqcb::before {
    height: 1px;
    opacity: 0.1;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, transparent 0%, #ffffff 50%, transparent 100%);
    content: '';
}

.compliance-pqcb .intern-ship-zFQd {
    margin: 0 auto;
    max-width: 80%;
    padding-top: 15px;
    line-height: 1.6;
    font-size: 13px;
    position: relative;
    text-align: center;
}

.compliance-pqcb .head-pro-0jlt:nth-child(odd) {
    transform: perspective(1000px) rotateY(2deg);
}

.compliance-pqcb .head-pro-0jlt:nth-child(even) {
    transform: perspective(1000px) rotateY(-2deg);
}

.compliance-pqcb .head-pro-0jlt h5 {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    font-weight: 600;
    margin-bottom: 30px;
    position: relative;
    color: #ffffff;
    font-size: 18px;
    word-wrap: break-word;
    padding-bottom: 15px;
}

.compliance-pqcb .head-pro-0jlt .top-train-ZqLn a:hover::before {
    opacity: 1;
    transform: scale(1);
}

.help-center-z9T1 {
    margin-top: 40px;
    z-index: 2;
    padding: 25px 0;
    background: rgba(0, 0, 0, 0.2);
    position: relative;
}



.compliance-pqcb .milestone-cta-6jqC::before {
    position: absolute;
    left: -5%;
    animation: pulse 10s infinite ease-in-out reverse;
    width: 250px;
    z-index: -1;
    bottom: -10%;
    opacity: 0.1;
    border-radius: 50%;
    height: 250px;
    filter: blur(100px);
    background: rgb(102,168,152);
    content: '';
}



@media (min-width: 768px) {.contacts-81vn .get-help-A0qR {
    grid-template-columns: 300px 1fr;
}.contacts-81vn .join-conversation-M91I {
    grid-column: 1 / -1;
}.contacts-81vn .img-shadow-box-vOxT {
    height: 100%;
    grid-column: 1 / 2;
}.contacts-81vn .course-info-ApQu {
    grid-column: 2 / -1;
}.contacts-81vn .course-info-ApQu svg {
    margin-right: 15px;
    width: 22px;
    height: 22px;
}.contacts-81vn .msg-form-bweE {
    grid-template-columns: repeat(3, 1fr);
}.contacts-81vn .reach-form-pDaL svg {
    height: 20px;
    width: 20px;
}
}



@media screen and (max-width: 480px) {.reach-out-DhN9 {
    padding: 50px 0;
}.reach-out-DhN9 h2 {
    font-size: calc(35px * 0.8);
}.reach-out-DhN9 .img-shadow-box-vOxT {
    min-height: 200px;
}.reach-out-DhN9 .reach-card-YkM3 {
    padding: 30px 20px;
}.reach-out-DhN9 .reach-card-YkM3::before {
    width: calc(100% - 40px);
    left: 20px;
}.reach-out-DhN9 form h3 {
    margin-bottom: 25px;
    font-size: calc(20px * 0.9);
}.reach-out-DhN9 form input[type="text"] {
    padding: 15px 20px;
}.reach-out-DhN9 form .reach-box-MS6j {
    text-align: center;
    width: 100%;
}}


@media only screen and (max-width: 800px) {.confidential-lockup-8wSv {
    padding: 30px;
}.confidential-lockup-8wSv h1 {
    font-size: calc(23px * 0.8);
}.confidential-lockup-8wSv h2 {
    font-size: calc(23px * 0.8);
}.confidential-lockup-8wSv p {
    font-size: calc(15px * 0.9);
}.confidential-lockup-8wSv li {
    padding: 10px;
}}



@media (max-width: 480px) {.our-story-gBUf {
    padding: 50px 0;
}.our-story-gBUf h4 {
    font-size: calc(21px * 0.9);
    padding-left: 30px;
    margin-left: 10px;
    letter-spacing: 2px;
}.our-story-gBUf h4::before {
    width: 20px;
}.our-story-gBUf .paragraph-box-QheD {
    border-left-width: 3px;
    padding: 25px 15px;
}.our-story-gBUf .paragraph-box-QheD h6 {
    margin-bottom: 15px;
    font-size: calc(38px * 0.6);
}.our-story-gBUf .paragraph-box-QheD div {
    max-height: 200px;
}.our-story-gBUf .paragraph-box-QheD span {
    font-size: calc(12px * 0.9);
    line-height: 1.6;
}}


@media only screen and (max-width: 800px) {.data-notice-Gb5w {
    display: none;
}.consent-comply-gfpQ {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.consentWarningDialog-7j8E h5 {
    text-align: center;
}.consentWarningDialog-7j8E p {
    text-align: center;
}.cookie-expand-lBwV {
    margin-bottom: 20px;
}body .wrapper-capsule-CGwR .edu-consent-hYda {
    margin-left: 0;
}}



@media (min-width: 992px) {.tySection-Ksy7 .container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}.tySection-Ksy7 h2 {
    max-width: 70%;
}.tySection-Ksy7 .creds-sect-sWaQ {
    width: 85%;
    margin-left: 60px;
}.tySection-Ksy7 span {
    font-size: calc(17px * 1.15);
    line-height: 1.9;
}
}



@media screen and (max-width: 768px) {.statistical-report-BU9r {
    padding: 5rem 0;
}.statistical-report-BU9r h2 {
    margin-bottom: 4rem;
    font-size: calc(34px * 0.9);
}.statistical-report-BU9r ul {
    flex-wrap: wrap;
    height: auto;
}.statistical-report-BU9r .statistics-highlights-sDhn {
    flex: 0 0 33.33%;
    margin-bottom: 3rem;
    padding: 0 1.5rem;
}.statistical-report-BU9r .statistics-highlights-sDhn:nth-child(5n)::before {
    display: block;
}.statistical-report-BU9r .statistics-highlights-sDhn:nth-child(3n)::before {
    display: none;
}.statistical-report-BU9r .statistics-highlights-sDhn:nth-child(3n+1) {
    animation-delay: 0.1s;
}.statistical-report-BU9r .statistics-highlights-sDhn:nth-child(3n+2) {
    animation-delay: 0.2s;
}.statistical-report-BU9r .statistics-highlights-sDhn:nth-child(3n) {
    animation-delay: 0.3s;
}
}



@media (min-width: 768px) {.homepage-b0uq .learn-intro-f4Ea {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    align-items: center;
}.homepage-b0uq .learn-intro-f4Ea > div:first-child {
    transform: translateX(-10%) rotate(-2deg);
    margin-left: 0;
    margin-right: auto;
}.homepage-b0uq .promise-block-5FEe {
    transform: translateY(5%) translateX(5%) rotate(2deg);
    padding: 4rem 3rem 3rem;
}.homepage-b0uq h1 {
    font-size: clamp(3rem, 4vw, 4rem);
    transform: translateX(-2rem);
}.homepage-b0uq h1::before {
    width: 8px;
    left: -2rem;
}.homepage-b0uq .promise-block-5FEe > div {
    min-height: 280px;
}
}



@media (max-width: 480px) {.educational-rewards-c7WQ {
    padding: 50px 0;
}.educational-rewards-c7WQ .img-shadow-box-vOxT {
    max-height: 250px;
}.educational-rewards-c7WQ h1 {
    font-size: calc(43px * 0.7);
}.educational-rewards-c7WQ h1::after {
    width: 60px;
    height: 3px;
}.educational-rewards-c7WQ li {
    padding: 12px;
}.educational-rewards-c7WQ li p {
    font-size: calc(13px * 0.9);
}.educational-rewards-c7WQ svg {
    width: 16px;
    height: 16px;
}}



@keyframes rotateBackground {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



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

@keyframes horizontal-carousel {
        0%, 15% {
            transform: translateX(0);
        }
        20%, 35% {
            transform: translateX(-20%);
        }
        40%, 55% {
            transform: translateX(-40%);
        }
        60%, 75% {
            transform: translateX(-60%);
        }
        80%, 95% {
            transform: translateX(-80%);
        }
        100% {
            transform: translateX(0);
        }
    }



@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes gradientMove {
    0% {
        background-position: 0% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

@keyframes float-in {
    0% {
        opacity: 0;
        transform: translateY(50px) translateZ(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateZ(0);
    }
}



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

@keyframes floatUp {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}

