* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

* {
    scrollbar-width: thin;
    scrollbar-color: rgb(214,225,223) rgb(170,203,202,0.5);
}

.header-tutor-de7 {
    flex: 1 0 auto;
}


#cookie-alert-notice-k7H {
    display: none;
}

.cookieNotificationBar-cVy {
    bottom: 0;
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.5);
    width: 100%;
    position: fixed;
    font-family: Arial, sans-serif;
    background: rgb(126,174,158);
    padding: 20px 0;
    border-top: 3px solid rgb(170,203,202);
    z-index: 90;
}

.cookie-visitor-y3G:hover {
    background-color: rgb(126,174,158);
    box-shadow: 0 0 10px rgb(126,174,158);
}

.cookie_button.web-tracking-RGl:hover {
    box-shadow: 0 0 10px rgb(126,174,158);
}


.program-offerings-Iow {
    position: relative;
    perspective: 1000px;
    padding: 120px 0;
    background: rgb(214,225,223);
    overflow: hidden;
}

.program-offerings-Iow .job-success-2j3 {
    position: relative;
    grid-template-rows: auto auto;
    display: grid;
    grid-template-columns: 1fr;
    min-height: 550px;
    gap: 0;
}

.program-offerings-Iow .text-card-WXs::after {
    animation: pulsate 5s ease-in-out infinite;
    border-radius: 50%;
    top: -20px;
    filter: blur(20px);
    background: radial-gradient(circle, rgb(170,203,202) 0%, transparent 70%);
    opacity: 0.3;
    position: absolute;
    width: 100px;
    z-index: -1;
    height: 100px;
    content: "";
    right: -20px;
}

.program-offerings-Iow .text-card-WXs .description {
    font-size: 15px;
    z-index: 2;
    margin-bottom: 20px;
    line-height: 1.7;
    color: #000000;
    position: relative;
}

.program-offerings-Iow:hover .img-embed-OH4 {
    transform: rotateX(2deg) translateY(-10px);
}

.program-offerings-Iow:hover .text-card-WXs {
    transform: translateY(-10px);
}

.program-offerings-Iow .container::before,
.program-offerings-Iow .container::after {
    opacity: 0.1;
    background: rgb(126,174,158,0.5);
    position: absolute;
    content: "";
    z-index: 1;
    border-radius: 50%;
}

.program-offerings-Iow .container::before {
    top: -100px;
    left: -50px;
    width: 200px;
    height: 200px;
    animation: float 20s ease-in-out infinite;
}

.course-rewards-QSG .container {
    margin: 0 auto;
    max-width: 1200px;
    grid-template-columns: 1fr;
    z-index: 1;
    position: relative;
    padding: 0 1.5rem;
    display: grid;
    gap: 3rem;
}

.course-rewards-QSG .our-journey-Pjk {
    position: relative;
}

.course-rewards-QSG .text-card-WXs::before {
    opacity: 0.1;
    background: linear-gradient(45deg, rgb(170,203,202,0.5) 0%, transparent 100%);
    position: absolute;
    height: 100%;
    content: "";
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
}

.course-rewards-QSG li {
    padding-left: 2.5rem;
    transition: transform 0.3s ease;
    position: relative;
}

.course-rewards-QSG li svg {
    width: 1.5rem;
    transform: scale(0.9);
    position: absolute;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    top: 0.1rem;
    height: 1.5rem;
    left: 0;
}

.privacy-reservoir-2Zu ul, .privacy-reservoir-2Zu ol {
    list-style-position: inside;
    padding-left: 0;
    padding: 10px 0;
}

.teacher-profile-B10::before {
    height: 100%;
    position: absolute;
    background: repeating-linear-gradient(45deg, rgb(126,174,158,0.5) 0px, transparent 2px, transparent 10px);
    left: 0;
    top: 0;
    opacity: 0.1;
    content: "";
    z-index: 1;
    width: 100%;
}

.teacher-profile-B10 .name {
    font-weight: 700;
    position: relative;
    font-size: 32px;
    color: #000000;
    margin-bottom: 0.5rem;
    display: inline-block;
}

.teacher-profile-B10 .work-record-9h4::before {
    opacity: 0.4;
    font-size: 4rem;
    color: rgb(170,203,202,0.5);
    top: -2rem;
    position: absolute;
    content: "";
    left: -1rem;
}

.contacts-9sr .container {
    position: relative;
    z-index: 2;
}

.contacts-9sr .assist-team-ECa::before {
    z-index: -1;
    content: "";
    left: 0;
    height: 100%;
    opacity: 0.05;
    position: absolute;
    width: 100%;
    top: 0;
    background: 
    radial-gradient(circle at 20% 20%, rgb(170,203,202,0.5) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgb(126,174,158,0.5) 0%, transparent 50%);
}

.contacts-9sr h2::before {
    background: rgb(170,203,202);
    top: 50%;
    height: 10px;
    content: "";
    width: 10px;
    left: 0;
    box-shadow: 0 0 15px rgb(170,203,202);
    position: absolute;
    animation: pulse 3s infinite;
    transform: translateY(-50%) rotate(45deg);
    border-radius: 2px;
}

.contacts-9sr p:hover svg {
    transform: scale(1.1);
}

.contacts-9sr .help-form-Bfr {
    padding-top: 20px;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    position: relative;
}

.contacts-9sr .get-assistance-yND::after {
    right: -2px;
    opacity: 0;
    background: linear-gradient(45deg, rgb(170,203,202), rgb(126,174,158), rgb(170,203,202));
    background-size: 200% 200%;
    z-index: -2;
    left: -2px;
    transition: opacity 0.4s ease;
    top: -2px;
    content: "";
    bottom: -2px;
    animation: gradient-animation 6s linear infinite;
    position: absolute;
    border-radius: 17px;
}

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

.thxWrap-1RQ::before {
    left: 0;
    position: absolute;
    width: 100%;
    animation: pulse 15s infinite alternate ease-in-out;
    top: 0;
    content: "";
    z-index: 1;
    opacity: 0.7;
    height: 100%;
    background: radial-gradient(circle at 70% 30%, rgb(126,174,158,0.5) 0%, transparent 60%);
}

.thxWrap-1RQ .our-journey-Pjk:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.thxWrap-1RQ h5 {
    font-weight: 700;
    padding-bottom: 20px;
    color: #000000;
    position: relative;
    line-height: 1.4;
    font-size: 20px;
    margin-bottom: 30px;
}

.thxWrap-1RQ p {
    z-index: 2;
    color: #000000;
    position: relative;
    margin-bottom: 0;
    line-height: 1.8;
    transition: color 0.3s ease;
    font-size: 18px;
}

.thxWrap-1RQ a:hover p {
    color: rgb(170,203,202);
}

.title-welcome-Ulm .img-embed-OH4::after {
    position: absolute;
    background: linear-gradient(
        45deg,
        rgb(170,203,202,0.5) 0%,
        transparent 40%,
        rgb(126,174,158,0.5) 90%
    );
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    backdrop-filter: blur(2px);
    width: 100%;
}

.title-welcome-Ulm .text-card-WXs {
    border-radius: 4px;
    max-width: 600px;
    padding: 2.5rem;
    overflow: hidden;
    width: 100%;
    backdrop-filter: blur(10px);
    background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.03) 100%);
    box-shadow: 0 15px 25px rgba(0,0,0,0.05);
    animation: fadeInUp 0.8s ease-out forwards 0.4s;
    transform: translateY(20px);
    border-left: 1px solid rgba(255,255,255,0.1);
    border-top: 1px solid rgba(255,255,255,0.1);
    position: relative;
    opacity: 0;
}

.title-welcome-Ulm h6 {
    width: 100%;
    text-align: center;
    margin-top: 2rem;
}

.title-welcome-Ulm .request-reach-BMk:hover::before {
    opacity: 1;
}

.title-welcome-Ulm .request-reach-BMk::after {
    position: absolute;
    width: 100%;
    content: "";
    left: 0;
    height: 100%;
    transition: all 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
    background: linear-gradient(120deg, transparent 0%, transparent 30%, rgba(255,255,255,0.4) 50%, transparent 70%, transparent 100%);
    top: 0;
    transform: translateX(-100%);
}

.pricing-group-Vns .premium-grid-1NB {
    display: flex;
    flex-direction: column;
}

.pricing-group-Vns .package-deals-mVH h2 {
    display: inline-block;
    position: relative;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #000000;
    font-size: 31px;
    font-weight: 700;
    text-transform: uppercase;
}

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

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

.pricing-group-Vns .discount-tier-z3q {
    padding: 35px 30px;
    position: relative;
    z-index: 2;
    min-height: 250px;
    box-sizing: border-box;
}

.pricing-group-Vns .discount-tier-z3q h3 {
    position: relative;
    margin-bottom: 20px;
    font-size: calc(23px + 2px);
    color: #000000;
    display: inline-block;
    font-weight: 700;
    transition: transform 0.3s ease;
}

.pricing-group-Vns .discount-tier-z3q p {
    word-wrap: break-word;
    word-break: normal;
    margin-top: 15px;
    font-size: 12px;
    hyphens: auto;
    color: #000000;
    white-space: normal;
    transition: color 0.3s ease;
    overflow-wrap: break-word;
    line-height: 1.6;
}

header .head-site-xWC {
    width: 100%;
    padding: 0;
}

header .header-lead-VsW {
    position: relative;
    justify-content: space-between;
    display: flex;
    align-items: center;
}

header .main-mainwrap-DMi:before {
    top: 50%;
    background-color: rgb(170,203,202);
    position: absolute;
    content: '';
    left: -15px;
    transition: transform 0.3s ease;
    border-radius: 10px;
    width: 6px;
    height: 6px;
    transform: translateY(-50%) scale(0);
}

header .site-nav-TRq:hover:before {
    opacity: 1;
}

header .site-nav-TRq:hover svg {
    transform: scale(1.05);
}

footer::after {
    top: 0;
    content: "";
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 20%, transparent 0, transparent 80px, rgba(255, 255, 255, 0.03) 81px),
        radial-gradient(circle at 80% 40%, transparent 0, transparent 120px, rgba(255, 255, 255, 0.03) 121px),
        radial-gradient(circle at 40% 70%, transparent 0, transparent 100px, rgba(255, 255, 255, 0.03) 101px);
    position: absolute;
    z-index: -1;
    left: 0;
}

.equity-pledge-J3Y .company_holder h3::after {
    content: "";
    width: 30px;
    border-bottom: 3px solid #ffffff;
    height: 30px;
    border-right: 3px solid #ffffff;
    bottom: -10px;
    right: -10px;
    position: absolute;
}

.equity-pledge-J3Y .head-pagewrap-Vrn {
    min-width: 220px;
    transform-style: preserve-3d;
    position: relative;
    flex: 1 1 calc(50% - 1.5rem);
    transform: rotateX(-5deg);
    transition: all 0.4s ease;
}

.equity-pledge-J3Y .head-pagewrap-Vrn .top-teach-i5D a {
    font-size: 16px;
    padding: 0.7rem 1rem;
    background: rgba(255, 255, 255, 0.05);
    overflow: hidden;
    text-decoration: none;
    transition: all 0.3s ease;
    display: block;
    border-radius: 10px;
    position: relative;
    transform: translateZ(10px);
    color: #ffffff;
}

.level-up-eJv .container {
    justify-content: center;
    display: flex;
    align-items: center;
}

.our-story-hCy {
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, #000000 0%, rgb(170,203,202) 100%);
    position: relative;
}

.our-story-hCy .container {
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 2;
}

.our-story-hCy .smart-guide-Re4 {
    transition: all 0.4s ease;
    transform: translateY(0);
    flex: 0 0 280px;
    position: relative;
}

.our-story-hCy .smart-guide-Re4 .img-embed-OH4 {
    width: 280px;
    border-radius: 26px;
    height: 360px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    position: relative;
    transition: all 0.4s ease;
    overflow: hidden;
}

.our-story-hCy .knowledge-lab-w5S {
    font-weight: 700;
    color: #ffffff;
    font-size: 23px;
    position: relative;
    margin: 0 0 5px 0;
}

.our-story-hCy .text-card-WXs::before {
    background: linear-gradient(to bottom, rgb(170,203,202), rgb(126,174,158));
    width: 4px;
    top: 0;
    border-radius: 2px;
    height: 100%;
    left: 0;
    content: "";
    position: absolute;
}

.our-story-hCy .class-experts-tXI svg path {
    transition: all 0.3s ease;
}

.our-story-hCy h2::after {
    height: 4px;
    bottom: 0;
    left: 0;
    position: absolute;
    border-radius: 2px;
    background: rgb(126,174,158);
    content: "";
    width: 80px;
}

.sign-up-for-updates-0Tg .container {
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
    z-index: 3;
}

.sign-up-for-updates-0Tg .our-journey-Pjk::before {
    animation: floatElement 8s ease-in-out infinite;
    opacity: 0.3;
    transform: rotate(-15deg);
    position: absolute;
    height: 120px;
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
    background: rgb(170,203,202,0.5);
    z-index: -1;
    top: -40px;
    left: -20px;
    width: 120px;
    content: "";
}

.sign-up-for-updates-0Tg .request-reach-BMk {
    border: none;
    font-weight: 600;
    background: rgb(170,203,202);
    font-size: 18px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    padding: 1.5rem 2.5rem;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    color: #ffffff;
    z-index: 1;
}

.connect-form-LsW .container {
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}

.connect-form-LsW .connect-inquiry-oXY {
    display: flex;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    border-radius: 30px;
    background: #ffffff;
    position: relative;
}

.connect-form-LsW #contact {
    gap: 25px;
    display: flex;
    flex-direction: column;
}

.connect-form-LsW input[type="text"] {
    font-size: 12px;
    transition: all 0.3s ease;
    background: rgb(214,225,223);
    color: #000000;
    border-radius: 0 10px 10px 0;
    width: 100%;
    border: none;
    padding: 15px 20px;
    border-left: 3px solid rgb(170,203,202);
}

.connect-form-LsW .connect-support-kM9 input[type="checkbox"]:checked {
    border-color: rgb(170,203,202);
    background: rgb(170,203,202);
}

.connect-form-LsW .connect-support-kM9 a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgb(170,203,202);
    position: relative;
}

.connect-form-LsW .request-reach-BMk {
    position: relative;
    padding: 15px 35px;
    margin-top: 15px;
    border: none;
    background: rgb(170,203,202);
    cursor: pointer;
    overflow: hidden;
    font-weight: 600;
    align-self: flex-start;
    color: #ffffff;
    border-radius: 10px;
    font-size: 19px;
    transition: all 0.3s ease;
}

.data-summary-nvC::after {
    width: 40%;
    bottom: 0;
    background: rgb(126,174,158,0.5);
    right: 0;
    z-index: -1;
    content: "";
    position: absolute;
    clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
    height: 40%;
}

.data-summary-nvC .edu-statistics-nS1:first-child::before {
    opacity: 0;
}

.data-summary-nvC .edu-statistics-nS1 h4 {
    font-size: 3rem;
    transition: all 0.3s ease;
    font-weight: 700;
    transform: translateZ(20px);
    margin: 0 0 10px;
    color: rgb(170,203,202);
}



.data-summary-nvC .edu-statistics-nS1 h4 {
    animation-delay: calc(var(--i, 0) * 0.2s);
    animation: countUp 1s forwards;
    opacity: 0;
}

.data-summary-nvC .statistics-perks-5ed::after {
    right: -40px;
}

.data-summary-nvC .learn-statistics-lY4 {
    color: #000000;
    line-height: 1.8;
    font-size: 15px;
}

.data-summary-nvC svg {
    transition: all 0.5s ease;
    fill: rgb(170,203,202);
    width: 50px;
    height: 50px;
    margin: 0 auto 20px;
    display: block;
    opacity: 0.8;
}

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


@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}



@media screen and (max-width: 767px) {.program-offerings-Iow {
    padding: 60px 0;
}.program-offerings-Iow .job-success-2j3 {
    min-height: auto;
}.program-offerings-Iow .img-embed-OH4 {
    height: 250px;
    transform: none;
}.program-offerings-Iow .text-card-WXs {
    margin-top: -40px;
    margin-right: 15px;
    margin-left: 15px;
    transform: none;
    padding: 25px;
}.program-offerings-Iow .text-card-WXs h2 {
    font-size: calc(35px * 0.85);
    margin-bottom: 20px;
}.program-offerings-Iow .text-card-WXs .description {
    font-size: calc(15px * 0.95);
}.program-offerings-Iow:hover .img-embed-OH4,
    .program-offerings-Iow:hover .text-card-WXs {
    transform: none;
}.program-offerings-Iow .container::before,
    .program-offerings-Iow .container::after {
    display: none;
}}



@media (hover: hover) {.program-offerings-Iow .text-card-WXs:hover h2::before {
    width: 100%;
}.program-offerings-Iow:hover .img-embed-OH4 {
    transform: rotateX(2deg) translateY(-10px);
}.program-offerings-Iow:hover .text-card-WXs {
    transform: translateY(-10px);
}}



@media (hover: hover) {.course-rewards-QSG .container:hover .img-embed-OH4 {
    transform: perspective(1000px) rotateY(-5deg) translateY(-10px);
}}



@media (max-width: 576px) {.teacher-profile-B10 {
    padding: 3rem 1rem;
}.teacher-profile-B10 .img-embed-OH4 {
    height: 280px;
}.teacher-profile-B10 .career-trajectory-lNc {
    padding: 0 1.5rem 1.5rem;
}.teacher-profile-B10 .name {
    font-size: calc(32px * 0.85);
}.teacher-profile-B10 .work-record-9h4 {
    font-size: calc(14px * 0.95);
}}



@media (min-width: 768px) {.thxWrap-1RQ {
    padding: 140px 0 100px;
}.thxWrap-1RQ .our-journey-Pjk {
    margin: 0 auto;
    padding: 80px 60px;
    max-width: 900px;
}.thxWrap-1RQ h5 {
    padding-bottom: 25px;
    margin-bottom: 40px;
    font-size: calc(20px * 1.2);
}.thxWrap-1RQ p {
    font-size: calc(18px * 1.05);
    line-height: 1.9;
}.thxWrap-1RQ .our-journey-Pjk::after {
    height: 100px;
    right: 60px;
    width: 100px;
}
}



@media (max-width: 767px) {.thxWrap-1RQ {
    padding: 80px 0 60px;
}.thxWrap-1RQ .our-journey-Pjk {
    padding: 40px 25px;
    transform: perspective(800px) rotateY(-1deg);
}.thxWrap-1RQ h5 {
    font-size: calc(20px * 0.9);
    margin-bottom: 25px;
    padding-bottom: 15px;
}.thxWrap-1RQ p {
    font-size: calc(18px * 0.95);
    line-height: 1.7;
}.thxWrap-1RQ .our-journey-Pjk::before {
    width: 3px;
}.thxWrap-1RQ .our-journey-Pjk::after {
    top: -10px;
    height: 60px;
    right: 20px;
    width: 60px;
}
}



@media (min-width: 1200px) {.pricing-group-Vns .premium-grid-1NB {
    flex-direction: row-reverse;
}.pricing-group-Vns .package-deals-mVH {
    margin-bottom: 0;
    padding-left: 50px;
    width: 30%;
}.pricing-group-Vns .member-plans-H5I {
    width: 70%;
}.pricing-group-Vns .package-deals-mVH h2 {
    font-size: calc(31px + 4px);
}
}



@media (max-width: 991px) {header .container {
    padding: 15px;
}header .head-pagewrap-Vrn {
    gap: 20px;
}header .main-mainwrap-DMi:before {
    left: -10px;
}header .site-nav-TRq svg {
    height: 38px;
}
}



@media (max-width: 480px) {header .container {
    padding: 12px 10px;
}header .site-nav-TRq svg {
    height: 32px;
}}



@media (max-width: 1200px) {.equity-pledge-J3Y .container {
    gap: 3rem;
}.equity-pledge-J3Y .company_holder {
    flex: 1 1 350px;
}.equity-pledge-J3Y .whatsapp-grp-cGU {
    flex: 1 1 calc(100% - 430px);
    min-width: 350px;
}.equity-pledge-J3Y .top-teach-i5D {
    gap: 2rem;
}
}



@media (max-width: 576px) {.equity-pledge-J3Y {
    padding: 3rem 0 1rem;
}.equity-pledge-J3Y .head-pagewrap-Vrn {
    min-width: 100%;
    flex: 1 1 100%;
}.equity-pledge-J3Y .top-teach-i5D {
    gap: 0.7rem;
}.equity-pledge-J3Y .head-pagewrap-Vrn .top-teach-i5D a {
    padding: 0.6rem 0.8rem;
}.level-up-eJv {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}.level-up-eJv::before {
    display: none;
}
}



@media screen and (max-width: 480px) {.our-story-hCy {
    padding: 40px 0;
}.our-story-hCy .our-journey-Pjk {
    padding: 20px 15px;
}.our-story-hCy .smart-guide-Re4 .img-embed-OH4 {
    height: 240px;
    width: 180px;
}.our-story-hCy .virtual-classes-eUB {
    width: 90%;
    padding: 15px 20px;
}.our-story-hCy .knowledge-lab-w5S {
    font-size: calc(23px * 0.9);
}.our-story-hCy .learn-growth-RzO {
    font-size: calc(17px * 0.9);
}.our-story-hCy .class-experts-tXI svg {
    height: 45px;
    width: 45px;
}.our-story-hCy h2 {
    margin-bottom: 15px;
    font-size: calc(30px * 0.7);
}.our-story-hCy p {
    font-size: calc(17px * 0.9);
}}



@media (max-width: 768px) {.connect-form-LsW {
    padding: 60px 0;
}.connect-form-LsW h2 {
    font-size: calc(36px - 4px);
    margin-bottom: 40px;
}.connect-form-LsW .query-list-xdP {
    padding: 35px 25px 45px;
}.connect-form-LsW #contact {
    gap: 20px;
}.connect-form-LsW .img-embed-OH4 {
    min-height: 250px;
}
}



@media (max-width: 992px) {.data-summary-nvC .edu-statistics-nS1 {
    flex: 0 0 calc(50% - 20px);
}.data-summary-nvC .edu-statistics-nS1:nth-child(2n+1)::before {
    opacity: 0;
}.data-summary-nvC .statistics-perks-5ed::before,
    .data-summary-nvC .statistics-perks-5ed::after {
    width: 20px;
}.data-summary-nvC .statistics-perks-5ed::before {
    left: -30px;
}.data-summary-nvC .statistics-perks-5ed::after {
    right: -30px;
}
}

@keyframes float {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(20px, -20px);
    }
    50% {
        transform: translate(0, -40px);
    }
    75% {
        transform: translate(-20px, -20px);
    }
}



@keyframes pulse {
  0%, 100% {
    transform: translateY(-50%) rotate(45deg) scale(1);
    box-shadow: 0 0 15px rgb(170,203,202);
  }
  50% {
    transform: translateY(-50%) rotate(45deg) scale(1.2);
    box-shadow: 0 0 30px rgb(170,203,202);
  }
}



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



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



@keyframes shine {
    0% {
        left: -100%;
    }
    20% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}

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

