.container {
    max-width: 100%;
    width: 1195px;
    margin: auto;
}

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

a {
    text-decoration: none;
    color: inherit;
}

.wrapper-structure-EeN {
    flex-direction: column;
    min-height: 100%;
    display: flex;
    height: 100%;
}

.privacy-ctrl-Sha {
    padding: 20px 5%;
    border: 2px dashed rgb(170,203,202);
    background: rgba(0, 0, 0, 0.5);
    justify-content: space-between;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.cookie-visitor-y3G {
    flex-shrink: 0;
    background: rgb(170,203,202);
    font-size: 20px;
    margin-left: 10px;
    line-height: 40px;
    border: 2px solid rgb(170,203,202);
    border-radius: 10px;
    cursor: pointer;
    min-width: 140px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    color: #000000;
    white-space: nowrap;
    text-decoration: none;
    padding: 10px 20px;
    text-align: center;
}

.program-offerings-Iow .text-card-WXs {
    position: relative;
    border-radius: 26px;
    margin-right: 50px;
    transform: translateZ(0);
    grid-column: 1;
    margin-top: -80px;
    padding: 40px;
    transition: transform 0.5s ease;
    grid-row: 2;
    margin-left: 50px;
    z-index: 5;
    background: #ffffff;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1),
                0 10px 30px rgba(0, 0, 0, 0.05);
}

.program-offerings-Iow .text-card-WXs {
    animation-fill-mode: forwards;
    opacity: 0;
    animation: slideUp 1s 0.3s ease-out forwards;
}

.program-offerings-Iow .img-embed-OH4 {
    transform: rotateX(5deg);
    transition: transform 0.5s ease;
    z-index: 3;
    border-radius: 26px;
    position: relative;
    grid-column: 1;
    height: 450px;
    overflow: hidden;
    grid-row: 1;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}



.program-offerings-Iow .img-embed-OH4 {
    animation: slideUp 0.8s ease-out forwards;
}



.program-offerings-Iow .img-embed-OH4,
.program-offerings-Iow .text-card-WXs {
    will-change: transform;
    transform: translateZ(0);
}

.course-rewards-QSG::before {
    content: "";
    height: 100%;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    background-size: 20px 20px;
    opacity: 0.07;
    position: absolute;
    z-index: 0;
    width: 100%;
    top: 0;
    left: 0;
    background-image: 
    linear-gradient(45deg, rgb(126,174,158,0.5) 25%, transparent 25%),
    linear-gradient(-45deg, rgb(126,174,158,0.5) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, rgb(126,174,158,0.5) 75%),
    linear-gradient(-45deg, transparent 75%, rgb(126,174,158,0.5) 75%);
}

.course-rewards-QSG h1::after {
    position: absolute;
    transform-origin: left;
    transition: transform 0.5s ease;
    content: "";
    left: 0;
    width: 60px;
    background: rgb(170,203,202);
    height: 3px;
    bottom: -10px;
    transform: scaleX(0.7);
}

.course-rewards-QSG svg path {
    fill: rgb(170,203,202);
    transition: fill 0.3s ease;
}

.privacy-reservoir-2Zu h2 {
    margin-bottom: 15px;
    margin-top: 25px;
}

.privacy-reservoir-2Zu section {
    background: none;
}

.teacher-profile-B10 {
    background: linear-gradient(135deg, rgb(214,225,223), rgb(170,203,202,0.5));
    overflow: hidden;
    position: relative;
    padding: 5rem 2rem;
}

.teacher-profile-B10 .img-embed-OH4::after {
    top: 0;
    content: "";
    left: 0;
    background: linear-gradient(135deg, rgb(170,203,202,0.5), transparent);
    height: 100%;
    position: absolute;
    opacity: 0.5;
    width: 100%;
}

.teacher-profile-B10 .career-trajectory-lNc > div:nth-child(2) {
    color: rgb(126,174,158);
    font-weight: 600;
    padding-left: 2px;
    font-size: 16px;
    margin-bottom: 1.5rem;
}

.teacher-profile-B10 .review-praise-Dmx:hover .img-embed-OH4 {
    transform: scale(1.03);
}

.contacts-9sr::before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    background: 
    linear-gradient(45deg, rgb(170,203,202,0.5) 25%, transparent 25%) -50px 0,
    linear-gradient(45deg, transparent 25%, rgb(126,174,158,0.5) 25%, rgb(126,174,158,0.5) 50%, transparent 50%, transparent 75%, rgb(126,174,158,0.5) 75%, rgb(126,174,158,0.5)) -50px 0;
    opacity: 0.03;
    width: 100%;
    top: 0;
    background-size: 100px 100px;
    z-index: 1;
    animation: backgroundMove 60s linear infinite;
}

.contacts-9sr p {
    margin-bottom: 30px;
    color: #000000;
    line-height: 1.8;
    font-size: 16px;
    font-weight: 400;
    position: relative;
}

.contacts-9sr p:last-of-type:hover {
    background: rgba(0, 0, 0, 0.04);
    transform: translateX(5px);
}

.contacts-9sr p svg path {
    transition: fill 0.3s ease;
    fill: rgb(170,203,202);
}

.contacts-9sr .help-form-Bfr::before {
    height: 1px;
    background: linear-gradient(to right, rgb(126,174,158,0.5), transparent);
    position: absolute;
    top: 0;
    content: "";
    left: 0;
    width: 100%;
}

.contacts-9sr .get-assistance-yND svg {
    fill: rgb(170,203,202);
    width: 30px;
    height: 30px;
    transition: all 0.4s ease;
}

.contacts-9sr .get-assistance-yND svg path {
    transition: fill 0.4s ease;
    fill: rgb(170,203,202);
}

.contacts-9sr .get-assistance-yND:hover::after {
    opacity: 1;
}

.contacts-9sr .get-assistance-yND span {
    transform: translate(-50%, -50%);
    position: absolute;
    animation: ripple 1s linear infinite;
    pointer-events: none;
    border-radius: 50%;
    opacity: 0;
    background: rgb(170,203,202);
}

.thxWrap-1RQ .our-journey-Pjk {
    display: flex;
    transform: perspective(1000px) rotateY(-2deg);
    padding: 60px 40px;
    background: #ffffff;
    flex-direction: column;
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.thxWrap-1RQ h5::after {
    background: linear-gradient(90deg, rgb(170,203,202), rgb(126,174,158));
    content: "";
    width: 80px;
    height: 3px;
    transition: width 0.3s ease;
    position: absolute;
    left: 0;
    bottom: 0;
}

.title-welcome-Ulm {
    height: 100vh;
    min-height: 600px;
    background: linear-gradient(135deg, #000000 0%, rgba(30, 30, 40, 0.95) 100%);
    justify-content: center;
    display: flex;
    overflow: hidden;
    align-items: center;
    position: relative;
}

.title-welcome-Ulm h1::before {
    position: absolute;
    left: 0;
    animation: lineGrow 0.6s ease-out forwards 0.5s;
    transform: scaleY(0);
    transform-origin: top;
    content: "";
    background: linear-gradient(to bottom, rgb(170,203,202), rgb(126,174,158));
    height: 100%;
    top: 0;
    width: 4px;
}

.title-welcome-Ulm .main-begin-7Qx {
    transform: scale(0.9);
    margin: 2rem 0;
    animation: popIn 0.5s ease-out forwards 0.7s;
    display: flex;
    justify-content: center;
    opacity: 0;
}

.title-welcome-Ulm svg path {
    stroke-width: 0.5;
    stroke: rgba(255,255,255,0.3);
    fill: rgb(94,170,168);
    transition: fill 0.3s ease;
}

.title-welcome-Ulm .request-reach-BMk {
    font-size: 15px;
    position: relative;
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    text-decoration: none;
    letter-spacing: 0.5px;
    overflow: hidden;
    color: #ffffff;
    padding: 0.9rem 2.5rem;
    display: inline-block;
    border-radius: 3px;
    background: linear-gradient(135deg, rgb(170,203,202) 0%, rgb(126,174,158) 100%);
    box-shadow: 0 5px 15px rgba(94,170,168,0.3);
    transform: translateY(0);
    font-weight: 600;
}

.pricing-group-Vns .container {
    z-index: 1;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    max-width: 1400px;
}

.pricing-group-Vns .package-deals-mVH h2::after {
    left: 0;
    border-radius: 2px;
    bottom: -10px;
    position: absolute;
    content: "";
    width: 80px;
    background: linear-gradient(90deg, rgb(126,174,158), rgb(170,203,202));
    height: 4px;
}

.pricing-group-Vns .price-schemes-lF8:nth-child(3) {
    --i: 3;
}

.pricing-group-Vns .price-schemes-lF8:hover .plan-fee-Z0r {
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.2),
              15px 15px 30px -10px rgba(0, 0, 0, 0.1),
              -15px 15px 30px -10px rgba(rgb(170,203,202,0.5), 0.1);
    transform: translateY(-15px) rotateX(2deg) rotateY(-2deg);
}

.pricing-group-Vns .bundle-price-yIl {
    position: relative;
    display: block;
    margin: 20px 0;
    color: rgb(126,174,158);
    transition: all 0.3s ease;
    font-size: calc(23px + 4px);
    font-weight: 700;
}

.pricing-group-Vns .img-embed-OH4::after {
    height: 100%;
    position: absolute;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    left: 0;
    top: 0;
    transition: opacity 0.4s ease;
    content: "";
    opacity: 0.6;
    z-index: 1;
}

header .main-mainwrap-DMi {
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    position: relative;
    transition: all 0.3s ease;
    padding: 5px 0;
    color: #000000;
    font-family: Arial, sans-serif;
}

header .main-mainwrap-DMi:hover:after {
    transform: scaleX(1);
}

header .site-nav-TRq:before {
    content: '';
    mask-composite: exclude;
    height: 100%;
    background: linear-gradient(to right, rgb(170,203,202), rgb(126,174,158)) border-box;
    transition: opacity 0.3s ease;
    width: 100%;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    border: 2px solid transparent;
    position: absolute;
    top: 0;
    border-radius: 10px;
    opacity: 0;
    left: 0;
    -webkit-mask-composite: xor;
}

.equity-pledge-J3Y .company_holder {
    position: relative;
    border-bottom: 6px solid rgb(170,203,202);
    flex: 1 1 380px;
    border-radius: 0;
    transition: all 0.4s ease;
    transform-style: preserve-3d;
    padding: 2rem;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
    transform: rotateX(5deg);
    background: rgb(170,203,202,0.5);
}

.equity-pledge-J3Y .whatsapp-grp-cGU {
    min-width: 400px;
    flex: 1 1 calc(100% - 480px);
}

.equity-pledge-J3Y .head-pagewrap-Vrn:hover {
    transform: rotateX(0deg);
}

.equity-pledge-J3Y .head-pagewrap-Vrn h5::after {
    background: rgb(126,174,158);
    bottom: -5px;
    height: 5px;
    left: 0;
    right: 0;
    content: "";
    position: absolute;
}

.equity-pledge-J3Y .head-pagewrap-Vrn .top-teach-i5D a::before {
    top: 0;
    content: "";
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    left: -100%;
    transition: all 0.5s ease;
    position: absolute;
}

.level-up-eJv .eco-foot-xvl {
    text-align: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    padding: 0.8rem 2rem;
    font-size: 13px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.1);
    transform: translateZ(5px);
}

.our-story-hCy .our-journey-Pjk {
    flex-direction: row;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    border-radius: 26px;
    transition: transform 0.5s ease;
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    padding: 50px;
    background: rgba(0, 0, 0, 0.5);
    gap: 60px;
    transform: perspective(1000px) rotateY(0deg);
    justify-content: space-between;
}

.our-story-hCy .virtual-classes-eUB::before {
    background-size: 20px 20px;
    z-index: -1;
    height: 100%;
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(135deg, transparent 25%, rgba(255, 255, 255, 0.1) 50%, transparent 75%);
}

.our-story-hCy .class-experts-tXI svg {
    margin-right: 15px;
    transition: all 0.3s ease;
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.2));
    width: 60px;
    fill: rgb(170,203,202);
    height: 60px;
}

.sign-up-for-updates-0Tg {
    margin: 5rem 0 5rem;
    padding: 7rem 3rem 5rem;
    overflow: visible;
    background: rgb(214,225,223);
    position: relative;
    z-index: 1;
}

.sign-up-for-updates-0Tg .our-journey-Pjk {
    position: relative;
    flex-direction: column;
    display: flex;
}

.sign-up-for-updates-0Tg .our-journey-Pjk::after {
    background: rgb(126,174,158);
    animation: pulseElement 4s ease-in-out infinite alternate;
    border-radius: 50%;
    filter: blur(5px);
    bottom: -30px;
    opacity: 0.2;
    height: 40px;
    content: "";
    right: 10%;
    position: absolute;
    width: 40px;
}

.sign-up-for-updates-0Tg .input_holder::before {
    left: 0;
    content: "";
    z-index: -1;
    background: #ffffff;
    position: absolute;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    height: 100%;
    top: 0;
}

.sign-up-for-updates-0Tg .request-reach-BMk:hover {
    color: #ffffff;
}

.connect-form-LsW {
    overflow: hidden;
    position: relative;
    background: rgb(214,225,223);
    padding: 90px 0;
}

.connect-form-LsW h2 {
    padding-bottom: 15px;
    margin-bottom: 50px;
    font-weight: 700;
    color: #000000;
    border-bottom: 3px solid rgb(170,203,202);
    display: inline-block;
    font-size: 36px;
    position: relative;
}

.connect-form-LsW .query-list-xdP {
    flex: 0 0 55%;
    background: #ffffff;
    position: relative;
    padding: 60px;
}

.connect-form-LsW h3 {
    font-size: 21px;
    font-weight: 700;
    position: relative;
    margin-bottom: 30px;
    color: rgb(170,203,202);
}

.connect-form-LsW input[type="text"]::placeholder {
    opacity: 0.7;
    color: #000000;
}

.connect-form-LsW .connect-support-kM9 input[type="checkbox"] {
    cursor: pointer;
    width: 22px;
    border: 2px solid rgb(214,225,223);
    height: 22px;
    appearance: none;
    background: rgb(214,225,223);
    transition: all 0.3s ease;
    margin-top: 3px;
    border-radius: 4px;
    position: relative;
}

.connect-form-LsW .connect-support-kM9 a:hover::after {
    background: rgb(126,174,158);
    height: 2px;
}

.connect-form-LsW .request-reach-BMk:hover {
    background: rgb(126,174,158);
}

.connect-form-LsW .request-reach-BMk:hover::after {
    height: 300%;
    width: 300%;
}

.connect-form-LsW svg path {
    fill: rgb(170,203,202);
    transition: all 0.3s ease;
}

.connect-form-LsW svg:hover path {
    fill: rgb(126,174,158);
}

.data-summary-nvC .container {
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
}

.data-summary-nvC .edu-statistics-nS1 {
    background: transparent;
    transform-style: preserve-3d;
    padding: 40px 20px;
    text-align: center;
    z-index: 2;
    transition: all 0.4s ease;
    border-bottom: 3px solid transparent;
    flex: 0 0 calc(25% - 20px);
    perspective: 1000px;
    position: relative;
}

.data-summary-nvC .edu-statistics-nS1 span {
    transition: all 0.3s ease;
    font-size: 15px;
    display: block;
    color: #000000;
    font-weight: 400;
}

.data-summary-nvC .statistics-perks-5ed {
    text-transform: uppercase;
    font-size: 34px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    letter-spacing: 2px;
    margin-bottom: 20px;
    color: #000000;
}

.data-summary-nvC svg path {
    fill: rgb(170,203,202);
    transition: all 0.5s ease;
}

.data-summary-nvC .edu-statistics-nS1:nth-child(1) h4 {
    --i: 1;
}

.data-summary-nvC .edu-statistics-nS1:nth-child(4) h4 {
    --i: 4;
}


@media only screen and (max-width: 1200px) {.cookieNotificationBar-cVy {
    padding: 15px 0;
}.privacy-ctrl-Sha {
    padding: 15px 5%;
}.learn-cookies-HVG {
    display: none;
}.privacy-ctrl-Sha {
    flex-direction: column;
    text-align: center;
    align-items: center;
}.cookieNotificationBar-cVy h5 {
    font-size: 21px;
    margin-bottom: 10px;
}.accept-cookies-3j1 {
    margin-bottom: 15px;
}.cookie-visitor-y3G {
    min-width: 100%;
    margin: 10px 0;
}}



@media (prefers-color-scheme: dark) {.program-offerings-Iow {
    background: rgb(170,203,202);
}.program-offerings-Iow .text-card-WXs::before {
    background: linear-gradient(120deg, 
                    rgba(30, 30, 30, 0.9) 0%, 
                    rgba(50, 50, 50, 0.95) 100%);
}.program-offerings-Iow .text-card-WXs h2 {
    color: #ffffff;
}.program-offerings-Iow .text-card-WXs .description {
    color: #ffffff;
    opacity: 0.9;
}
}



@media (min-width: 992px) {.course-rewards-QSG {
    padding: 8rem 0;
}.course-rewards-QSG .container {
    gap: 5rem;
}.course-rewards-QSG h1 {
    margin-bottom: 2.5rem;
    font-size: calc(47px * 1.1);
}.course-rewards-QSG li p {
    font-size: calc(12px * 1.1);
}.course-rewards-QSG .text-card-WXs {
    padding: 4rem;
}
}


@media only screen and (max-width: 800px) {.privacy-reservoir-2Zu {
    padding: 20px 0;
}}



@media (max-width: 992px) {.contacts-9sr {
    padding: 70px 0;
}.contacts-9sr .assist-team-ECa {
    padding: 45px 35px;
}.contacts-9sr h2 {
    font-size: calc(31px * 0.9);
}.contacts-9sr .help-form-Bfr {
    gap: 20px;
}.contacts-9sr .get-assistance-yND {
    width: 65px;
    height: 65px;
}.contacts-9sr .get-assistance-yND svg {
    height: 26px;
    width: 26px;
}
}



@media (min-width: 992px) {.thxWrap-1RQ {
    padding: 160px 0 120px;
}.thxWrap-1RQ .our-journey-Pjk {
    padding: 100px 80px;
    transform: perspective(1200px) rotateY(-3deg);
    max-width: 1000px;
    margin: 0 auto;
}.thxWrap-1RQ .our-journey-Pjk::before {
    width: 8px;
}.thxWrap-1RQ h5 {
    max-width: 80%;
    font-size: calc(20px * 1.3);
}.thxWrap-1RQ p {
    max-width: 90%;
}.thxWrap-1RQ .our-journey-Pjk::after {
    width: 120px;
    height: 120px;
    top: -20px;
    right: 80px;
}
}



@media (max-width: 992px) {.title-welcome-Ulm {
    height: auto;
    min-height: 100vh;
    padding: 5rem 0;
}.title-welcome-Ulm .our-journey-Pjk {
    padding: 2rem;
    transform: translateY(0);
}.title-welcome-Ulm h1 {
    margin-bottom: 1.2rem;
    font-size: calc(47px * 1.1);
    text-align: left;
}.title-welcome-Ulm .text-card-WXs {
    padding: 2rem;
    max-width: 100%;
}.title-welcome-Ulm svg {
    width: 100px;
    height: 100px;
}
}



@media (max-width: 1199px) {.pricing-group-Vns {
    padding: 80px 0;
}.pricing-group-Vns .package-deals-mVH {
    margin: 0 auto 50px;
    max-width: 800px;
    text-align: center;
}.pricing-group-Vns .package-deals-mVH h2::after {
    transform: translateX(-50%);
    left: 50%;
}
}



@media (hover: none) {.pricing-group-Vns .price-schemes-lF8:hover .plan-fee-Z0r {
    transform: none;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.15),
                0 5px 15px -10px rgba(0, 0, 0, 0.05);
}.pricing-group-Vns .price-schemes-lF8:hover .discount-tier-z3q h3 {
    transform: none;
}.pricing-group-Vns .price-schemes-lF8:hover .bundle-price-yIl {
    transform: none;
}.pricing-group-Vns .price-schemes-lF8:hover .img-embed-OH4 {
    transform: none;
}}



@media (max-width: 768px) {.equity-pledge-J3Y {
    padding: 3.5rem 0 1.5rem;
}.equity-pledge-J3Y .top-teach-i5D {
    gap: 1.5rem;
}.equity-pledge-J3Y .company_holder h3 {
    font-size: calc(37px - 2px);
}.equity-pledge-J3Y .company_holder h3::before,
    .equity-pledge-J3Y .company_holder h3::after {
    width: 20px;
    height: 20px;
}.level-up-eJv {
    margin-top: 2rem;
}.level-up-eJv::before {
    top: -15px;
    height: 15px;
}
}



@media screen and (max-width: 767px) {.our-story-hCy {
    padding: 60px 0;
}.our-story-hCy .our-journey-Pjk {
    padding: 30px 20px;
    gap: 30px;
}.our-story-hCy .smart-guide-Re4 .img-embed-OH4 {
    height: 300px;
    width: 220px;
}.our-story-hCy .virtual-classes-eUB {
    width: 80%;
    transform: translateY(-30px) translateX(0);
}.our-story-hCy h2 {
    font-size: calc(30px * 0.8);
}
}



@media (max-width: 768px) {.sign-up-for-updates-0Tg {
    padding: 5rem 1.5rem 3rem;
    margin: 5rem 0 7rem;
}.sign-up-for-updates-0Tg p {
    transform: translateX(5%);
    font-size: 20px;
    margin-bottom: 2rem;
    max-width: 90%;
}.sign-up-for-updates-0Tg p::before {
    width: 15px;
    left: -20px;
}.sign-up-for-updates-0Tg .input_holder {
    max-width: 95%;
    flex-direction: column;
    transform: translateY(20px);
}.sign-up-for-updates-0Tg .email-signup-GWn {
    padding: 1.2rem;
    border-bottom: 1px solid rgb(170,203,202,0.5);
    width: 100%;
}.sign-up-for-updates-0Tg .request-reach-BMk {
    padding: 1.2rem;
    width: 100%;
}.sign-up-for-updates-0Tg::before {
    top: -20px;
    left: 2.5%;
    height: calc(100% + 40px);
    width: 95%;
}.sign-up-for-updates-0Tg::after {
    width: 90%;
}
}



@media (max-width: 480px) {.data-summary-nvC {
    padding: 60px 0;
}.data-summary-nvC .edu-statistics-nS1 {
    margin-bottom: 15px;
    flex: 0 0 100%;
}.data-summary-nvC .edu-statistics-nS1::before {
    opacity: 0;
}.data-summary-nvC .edu-statistics-nS1 h4 {
    font-size: 2.2rem;
}.data-summary-nvC svg {
    height: 35px;
    width: 35px;
}.data-summary-nvC .statistics-perks-5ed {
    margin-bottom: 15px;
    font-size: calc(34px * 0.7);
}.data-summary-nvC .learn-statistics-lY4 {
    font-size: calc(15px * 0.9);
}
}



@keyframes ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0.5;
  }
  100% {
    width: 200px;
    height: 200px;
    opacity: 0;
  }
}



@keyframes pulse {
    0%, 100% {
        opacity: 0.7;
        transform: scale(1);
    }
    50% {
        opacity: 0.9;
        transform: scale(1.05);
    }
}



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



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



@keyframes pulseElement {
    0% {
        transform: scale(0.8);
        opacity: 0.1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0.3;
    }
}

