header,footer {
    width: 100%;
}

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


footer {
    position: relative;
    z-index: 1;
}

.brainstormziNBu .container {
    display: flex;
    position: relative;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 3rem;
}

.brainstormziNBu .company_holder {
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    position: relative;
    flex: 1 1 350px;
    backdrop-filter: blur(8px);
    padding: 2rem;
    overflow: hidden;
    transition: all 0.4s ease;
    border-radius: 21px;
}

.brainstormziNBu .company_holder:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.07),
        0 0 20px rgb(177,191,210,0.5);
}

.brainstormziNBu .footer_careerszGATm {
    min-width: 400px;
    flex: 1 1 calc(100% - 450px);
}

.brainstormziNBu .head_eduf6LhO {
    flex: 1 1 calc(50% - 1.25rem);
    overflow: hidden;
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    min-width: 250px;
    padding: 2rem;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    transition: all 0.4s ease;
    backdrop-filter: blur(8px);
    position: relative;
    border-radius: 21px;
}

.brainstormziNBu .head_eduf6LhO .nav_sitewrapzo6fx a {
    text-decoration: none;
    font-size: 16px;
    opacity: 0.8;
    transition: all 0.3s ease;
    border-radius: 10px;
    padding: 0.5rem 1rem;
    z-index: 1;
    display: block;
    position: relative;
    text-shadow: 0 0 5px #000000;
    color: #ffffff;
}

.brainstormziNBu .head_eduf6LhO .nav_sitewrapzo6fx a:hover::before {
    width: 5px;
    opacity: 1;
    box-shadow: 0 0 10px rgb(177,191,210);
}

.honor_ctaHn8UW .site_mapO8lKz {
    text-align: center;
    letter-spacing: 0.5px;
    color: #ffffff;
    opacity: 0.7;
    position: relative;
    font-size: 16px;
    text-shadow: 0 0 5px #000000;
    transition: all 0.3s ease;
}

.supportv8Jdm .contact_supportKCcgV {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    padding: 3.5rem;
    background-color: #ffffff;
    border-radius: 14px;
    position: relative;
}

.supportv8Jdm .contact_supportKCcgV p {
    color: #000000;
    text-align: center;
    margin-bottom: 2rem;
    line-height: 1.7;
    font-size: 12px;
}

.supportv8Jdm .contact_supportKCcgV p:last-of-type svg {
    height: 22px;
    fill: rgb(177,191,210);
    margin-right: 12px;
    width: 22px;
}

.supportv8Jdm .support_centerA9vJt::after {
    font-size: 16px;
    color: #000000;
    bottom: -30px;
    transition: opacity 0.3s ease;
    font-weight: 600;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    content: attr(title);
    white-space: nowrap;
}

.supportv8Jdm .support_centerA9vJt:hover svg path {
    fill: #ffffff;
}

.primary_pagew2TF6::before {
    content: "";
    left: 0;
    top: 0;
    opacity: 0.1;
    background: 
        repeating-linear-gradient(
            45deg,
            rgb(177,191,210) 0px,
            rgb(177,191,210) 10px,
            rgb(177,191,210,0.5) 10px,
            rgb(177,191,210,0.5) 20px
        );
    width: 100%;
    z-index: 0;
    position: absolute;
    height: 100%;
}

.primary_pagew2TF6 .start_frontxQKDC label {
    position: relative;
    border-radius: 50%;
    width: 10px;
    transform-origin: center;
    height: 10px;
    background: transparent;
    display: block;
    border: 2px solid #ffffff;
    transition: all 0.3s ease;
    cursor: pointer;
}

.primary_pagew2TF6 .text_card_wrapMyD9u {
    position: absolute;
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    bottom: 15%;
    opacity: 0;
    max-width: 600px;
    padding: 40px;
    width: 45%;
    z-index: 10;
    animation: slideUp 0.8s ease forwards 0.3s;
    border: 1px solid rgb(137,160,184,0.5);
    transform: translateY(30px);
    border-radius: 24px;
    left: 10%;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.5) 0%,
        rgb(177,191,210,0.5) 100%
    );
}

.primary_pagew2TF6 .text_card_wrapMyD9u {
    width: 80%;
    transform: translateX(-50%) translateY(30px);
    padding: 25px;
    max-width: none;
    left: 50%;
    bottom: 10%;
}



.primary_pagew2TF6 .text_card_wrapMyD9u .container {
    width: 100%;
    padding: 0;
}

.primary_pagew2TF6 .text_card_wrapMyD9u h1 {
    color: #ffffff;
    text-shadow: 0 2px 5px #000000;
    font-weight: 700;
    font-size: 47px;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 20px;
}

.primary_pagew2TF6 .text_card_wrapMyD9u h1 {
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: calc(47px * 0.8);
}

.primary_pagew2TF6 .online_techpG17P::after {
    content: "";
    left: 0;
    position: absolute;
    z-index: 1;
    background: linear-gradient(to bottom, 
        transparent 30%, 
        rgb(177,191,210,0.5) 70%, 
        rgba(0, 0, 0, 0.5) 100%
    );
    width: 100%;
    height: 100%;
    top: 0;
}

.our_backgroundoXO6b::before {
    background: radial-gradient(ellipse at bottom right, rgb(177,191,210,0.5) 0%, transparent 70%);
    position: absolute;
    top: 0;
    opacity: 0.2;
    z-index: -1;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
}

.our_backgroundoXO6b .study_tracks6LdWs svg {
    width: 60px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    fill: rgb(177,191,210);
    height: 60px;
}

.our_backgroundoXO6b .text_card_wrapMyD9u {
    text-align: center;
    padding: 0 10%;
    grid-area: content;
    position: relative;
}

.our_backgroundoXO6b .virtual_academygrpAw {
    margin-top: 20px;
    grid-area: director;
    justify-content: center;
    display: flex;
    grid-row:1;
    position: relative;
    padding-top: 40px;
}

.our_backgroundoXO6b .study_hubd4job {
    display: flex;
    position: relative;
    justify-content: center;
    flex-direction: column;
    padding-left: 30px;
}

.offer_selectionL3vT1 {
    background: linear-gradient(135deg, rgb(215,222,236), rgba(240, 240, 255, 0.95));
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}

.offer_selectionL3vT1 .cost_cardpc0Ai {
    grid-template-columns: 1fr;
    gap: 60px;
    display: grid;
}

.offer_selectionL3vT1 .fee_struct28Ves h2 {
    font-size: 35px;
    margin-bottom: 20px;
    color: #000000;
    display: inline-block;
    position: relative;
    font-weight: 700;
}

.offer_selectionL3vT1 .price_choicesfRzej {
    display: block;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.6s ease;
    text-decoration: none;
    backface-visibility: hidden;
    transform: perspective(1000px) rotateX(0deg);
}

.offer_selectionL3vT1 .discount_planEYATs h3 {
    position: relative;
    margin-bottom: 15px;
    overflow-wrap: break-word;
    font-size: calc(18px + 2px);
    padding-left: 15px;
    font-weight: 700;
    word-break: break-word;
    white-space: normal;
    color: #000000;
}

.offer_selectionL3vT1 .img_caption_boxAGa4W {
    overflow: hidden;
    height: 220px;
    width: 100%;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
}

.instructional_approach8QinY::before {
    left: 0;
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    background: radial-gradient(circle at 70% 30%, rgb(137,160,184,0.5) 0%, transparent 70%);
    z-index: 1;
    width: 100%;
}

.instructional_approach8QinY .edu_valuesQlpFf::after {
    width: 100px;
    animation: pulseOrbit 8s infinite ease-in-out;
    bottom: 15px;
    right: 30px;
    position: absolute;
    border: 2px solid rgb(177,191,210,0.5);
    border-radius: 50%;
    height: 100px;
    content: "";
    opacity: 0.2;
}

.instructional_approach8QinY p::before {
    position: absolute;
    opacity: 0.4;
    height: 60px;
    left: -30px;
    top: -20px;
    z-index: -1;
    border: 1px dashed rgb(137,160,184,0.5);
    content: "";
    border-radius: 50%;
    width: 60px;
}

.client_feedbackD1GNQ::after {
    opacity: 0.3;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    background-image: 
        radial-gradient(circle at 20% 20%, rgb(177,191,210,0.5) 0%, transparent 8%),
        radial-gradient(circle at 80% 80%, rgb(137,160,184,0.5) 0%, transparent 8%),
        radial-gradient(circle at 50% 50%, rgb(177,191,210,0.5) 0%, transparent 6%);
    top: 0;
    left: 0;
    content: "";
}

.client_feedbackD1GNQ .user_opinionsJWdqX:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.client_feedbackD1GNQ .user_opinionsJWdqX h3 {
    margin-bottom: 0.8rem;
    display: inline-block;
    font-weight: 600;
    position: relative;
    color: rgb(177,191,210);
    font-size: calc(19px * 1.1);
}

.client_feedbackD1GNQ .user_opinionsJWdqX .description {
    color: #000000;
    z-index: 2;
    position: relative;
    font-size: 17px;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}



.client_feedbackD1GNQ .user_opinionsJWdqX:nth-child(odd) {
    animation: floatAnimation 6s ease-in-out infinite;
}

.visitor_privacyEFRiv {
    align-items: center;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
}

.cookie_warning_overlayl8h0R p {
    font-size: 18px;
}

.cookie_warning_overlayl8h0R p a {
    color: rgb(177,191,210);
    text-decoration: none;
}

.wrapper-viewportXckfY .accept_cookies3vCnh {
    border: none;
    font-weight: 400;
    background: rgb(177,191,210);
    font-size: 20px;
    color: #ffffff;
    padding: 10px;
    margin-left: 30px;
}

header .top_studyfR8iE {
    z-index: 100;
    left: 0;
    padding: 1.5rem 2rem;
    background: linear-gradient(135deg, rgb(177,191,210,0.5) 0%, rgb(137,160,184) 100%);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    align-items: center;
    display: flex;
    border-bottom-left-radius: 28px;
    overflow: visible;
    justify-content: space-between;
    width: 100%;
    position: relative;
    border-bottom-right-radius: 0;
}

header .top_studyfR8iE .header_tutorabk8f a:hover {
    color: rgb(137,160,184);
}

header .top_studyfR8iE .header_tutorabk8f a:hover::before {
    transform: scaleX(1) rotate(-2deg);
    transform-origin: left;
}

.secure_depositoryhtPiZ h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 35px;
    color: rgb(137,160,184);
}

.secure_depositoryhtPiZ ul, .secure_depositoryhtPiZ ol {
    margin: 20px 0;
    padding: 15px;
    list-style: none;
    background: rgb(137,160,184,0.5);
    list-style-position: inside;
    border-radius: 10px;
    padding-left: 20px;
}

.program_overviewKfYBF::before {
    content: "";
    background: 
        radial-gradient(ellipse at center, transparent 0%, transparent 65%, rgb(137,160,184,0.5) 100%);
    position: absolute;
    width: 200%;
    z-index: 1;
    animation: rotate 60s linear infinite;
    left: -50%;
    top: -50%;
    height: 200%;
}

.program_overviewKfYBF h2 {
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 3rem;
    color: #000000;
    position: relative;
    font-size: 38px;
    display: inline-block;
    text-transform: uppercase;
}

.program_overviewKfYBF .img_caption_boxAGa4W::before {
    background: linear-gradient(
        to bottom,
        rgb(177,191,210,0.5) 0%,
        transparent 40%,
        transparent 60%,
        rgb(137,160,184,0.5) 100%
    );
    left: 0;
    z-index: 1;
    opacity: 0.7;
    content: "";
    height: 100%;
    transition: opacity 0.5s ease;
    width: 100%;
    position: absolute;
    top: 0;
}

.appBoxxsOGz .edu_valuesQlpFf {
    flex-direction: column;
    padding: 3rem;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.1);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transform-style: preserve-3d;
    transform: rotateX(5deg);
    position: relative;
    background: rgba(255, 255, 255, 0.95);
    display: flex;
}

.appBoxxsOGz h5::after {
    position: absolute;
    bottom: 0;
    background: linear-gradient(90deg, rgb(177,191,210) 0%, rgb(137,160,184) 100%);
    left: 0;
    transition: width 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    width: 0;
    content: "";
    height: 3px;
}

.appBoxxsOGz a::before {
    height: 100%;
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    background: rgb(177,191,210);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s ease;
    top: 0;
    content: "";
    transform-origin: left;
    opacity: 0;
    z-index: -1;
    left: 0;
}

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

.teaching_experienceGnk3w .user_opinionsJWdqX > div:first-child {
    margin: 0 auto;
    width: 180px;
    position: relative;
    height: 180px;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateY(-10px);
}

.teaching_experienceGnk3w .user_opinionsJWdqX > div:nth-child(2) {
    text-align: center;
    position: relative;
    animation: fadeIn 0.8s ease-out forwards;
}

.teaching_experienceGnk3w .user_opinionsJWdqX > div:nth-child(2):hover .name::after {
    width: 70%;
}

.teaching_experienceGnk3w .emp_itemstDdXY {
    line-height: 1.8;
    position: relative;
    color: #000000;
    padding: 0 15px;
    font-size: 15px;
}

.teaching_experienceGnk3w .emp_itemstDdXY::after {
    right: -15px;
    bottom: -50px;
    content: "";
}

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

.contact_form_sectionBqvj2 h2::after {
    content: "";
    height: 3px;
    left: 50%;
    background: rgb(177,191,210);
    transform: translateX(-50%);
    position: absolute;
    bottom: -15px;
    width: 60px;
}

.contact_form_sectionBqvj2 .img_caption_boxAGa4W::after {
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    content: "";
    background: linear-gradient(45deg, rgb(177,191,210,0.5), transparent);
    top: 0;
}

.contact_form_sectionBqvj2 input[type="text"] {
    border-radius: 10px;
    color: #000000;
    background: #ffffff;
    padding: 18px 20px;
    transition: all 0.3s ease;
    border: 2px solid rgb(215,222,236);
    width: 100%;
    font-size: 17px;
}

.contact_form_sectionBqvj2 .feedback_linksmoxrA input[type="checkbox"]:checked::after {
    border-right: 2px solid #ffffff;
    width: 6px;
    border-bottom: 2px solid #ffffff;
    left: 8px;
    position: absolute;
    content: "";
    height: 10px;
    transform: rotate(45deg);
    top: 5px;
}

.contact_form_sectionBqvj2 .query_message0v48t:hover::before {
    left: 100%;
}

.contact_form_sectionBqvj2 svg {
    height: 22px;
    width: 22px;
    fill: rgb(177,191,210);
    transition: all 0.3s ease;
}

.contact_form_sectionBqvj2 svg:hover {
    fill: rgb(137,160,184);
    transform: translateY(-2px);
}

header .top_plank .learning_menuK1mur div svg, header .top_plank .learning_menuK1mur div svg path {
    fill: #ffffff;
}


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



@media (max-width: 1200px) {.brainstormziNBu .container {
    gap: 2rem;
}.brainstormziNBu .company_holder {
    flex: 1 1 320px;
}.brainstormziNBu .footer_careerszGATm {
    flex: 1 1 calc(100% - 370px);
    min-width: 320px;
}
}



@media (max-width: 991px) {.supportv8Jdm {
    padding: 4rem 0;
}.supportv8Jdm .contact_supportKCcgV {
    padding: 2.5rem;
}.supportv8Jdm .contact_supportKCcgV h2 {
    font-size: calc(29px * 0.9);
}
}



@media (max-width: 1200px) {.primary_pagew2TF6 .text_card_wrapMyD9u {
    width: 50%;
}
}



@media (max-width: 576px) {.primary_pagew2TF6 .text_card_wrapMyD9u {
    width: 90%;
    padding: 20px;
    bottom: 8%;
}.primary_pagew2TF6 .text_card_wrapMyD9u h1 {
    font-size: calc(47px * 0.7);
    margin-bottom: 10px;
}.primary_pagew2TF6 .text_card_wrapMyD9u h3 {
    font-size: calc(22px * 0.8);
    margin-bottom: 10px;
}.primary_pagew2TF6 .text_card_wrapMyD9u p {
    line-height: 1.5;
    font-size: calc(14px * 0.9);
}.primary_pagew2TF6 .text_card_wrapMyD9u::before,
    .primary_pagew2TF6 .text_card_wrapMyD9u::after {
    width: 20px;
    height: 20px;
}.primary_pagew2TF6 .start_frontxQKDC {
    left: 15px;
    gap: 12px;
}}



@media (max-width: 575px) {.our_backgroundoXO6b {
    padding: 60px 0;
}.our_backgroundoXO6b .study_tracks6LdWs {
    font-size: 24px;
}.our_backgroundoXO6b .study_tracks6LdWs svg {
    height: 50px;
    width: 50px;
}.our_backgroundoXO6b .text_card_wrapMyD9u h2 {
    font-size: calc(38px * 0.9);
}.our_backgroundoXO6b .text_card_wrapMyD9u h2::before,
    .our_backgroundoXO6b .text_card_wrapMyD9u h2::after {
    width: 20px;
}.our_backgroundoXO6b .virtual_academygrpAw {
    align-items: center;
    flex-direction: column;
}.our_backgroundoXO6b .study_hubd4job {
    text-align: center;
    padding-left: 0;
    padding-top: 20px;
}.our_backgroundoXO6b .study_hubd4job::before {
    width: 30px;
    height: 1px;
    top: 10px;
    transform: translateX(-50%);
    left: 50%;
}}



@media (max-width: 768px) {.instructional_approach8QinY {
    padding: 70px 0;
}.instructional_approach8QinY .edu_valuesQlpFf {
    transform: none;
    padding: 30px 25px;
}.instructional_approach8QinY h3 {
    font-size: calc(30px * 0.7);
    margin-bottom: 25px;
}.instructional_approach8QinY p {
    font-size: calc(12px * 0.95);
}.instructional_approach8QinY::after {
    width: 200px;
    bottom: -30px;
    right: -30px;
    height: 200px;
}
}


@media only screen and (max-width: 1200px) {.cookie_warning_overlayl8h0R {
    padding: 20px;
}
}


@media only screen and (max-width: 800px) {.user_statusiOdua {
    display: none;
}.visitor_privacyEFRiv {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.cookie_warning_overlayl8h0R h5 {
    text-align: center;
}.cookie_warning_overlayl8h0R p {
    text-align: center;
}.cookie_reviewTKa7J {
    margin-bottom: 20px;
}body .wrapper-viewportXckfY .accept_cookies3vCnh {
    margin-bottom: 10px;
    margin-left: 0;
}}



@media screen and (max-width: 992px) {.program_overviewKfYBF {
    padding: 5rem 1.5rem;
}.program_overviewKfYBF .text_card_wrapMyD9u {
    margin-bottom: 3rem;
}.program_overviewKfYBF h2 {
    font-size: calc(38px * 0.85);
}.program_overviewKfYBF .img_caption_boxAGa4W {
    height: 400px;
}
}



@media screen and (min-width: 768px) {.appBoxxsOGz {
    padding: 8rem 0;
}.appBoxxsOGz .edu_valuesQlpFf {
    margin: 0 auto;
    padding: 4rem;
    max-width: 90%;
}.appBoxxsOGz h5 {
    font-size: calc(23px * 1.2);
    line-height: 1.3;
}.appBoxxsOGz p {
    font-size: calc(16px * 1.1);
    line-height: 1.7;
}.appBoxxsOGz .edu_valuesQlpFf > div:first-child {
    margin-bottom: 2.5rem;
}
}



@media (min-width: 992px) {.teaching_experienceGnk3w .user_opinionsJWdqX {
    gap: 40px;
    padding: 70px;
    grid-template-columns: 250px 1fr;
}.teaching_experienceGnk3w .user_opinionsJWdqX > div:first-child {
    height: 300px;
    width: 250px;
}.teaching_experienceGnk3w .name {
    font-size: calc(20px * 1.2);
}.teaching_experienceGnk3w .emp_itemstDdXY {
    font-size: calc(15px * 1.05);
    line-height: 1.9;
}
}



@media (max-width: 1200px) {.contact_form_sectionBqvj2 {
    background: #ffffff;
}
}



@media (max-width: 992px) {.contact_form_sectionBqvj2 {
    padding: 80px 0;
}.contact_form_sectionBqvj2 .inquiry_reachOhtdQ {
    flex-direction: column-reverse;
}.contact_form_sectionBqvj2 .img_caption_boxAGa4W {
    flex: 0 0 auto;
    min-height: 350px;
}.contact_form_sectionBqvj2 .request_supportmwdWj {
    flex: 0 0 auto;
    padding: 50px 40px;
}.contact_form_sectionBqvj2 .request_supportmwdWj::before {
    left: 0;
    height: 10px;
    width: 100%;
    top: 0;
}
}

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

@keyframes backgroundMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}



@keyframes pulseOrbit {
    0%, 100% {
        transform: scale(1);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.3;
    }
}



@keyframes floatGradient {
    0% {
        transform: translateY(0) rotate(-15deg);
    }
    50% {
        transform: translateY(-20px) rotate(-10deg);
    }
    100% {
        transform: translateY(0) rotate(-15deg);
    }
}

