.main-hero-card[corpoweb] {
    position: relative;
}
.anti-image[corpoweb] {
    height: 45px;
}
@media screen and (min-width: 769px) {
    .anti-image[corpoweb] {
        height: 50px;
    }
}
.main-hero[corpoweb] {
    position: relative;
    background-color: #e80070;
}
.main-hero[corpoweb]:before {
    left: 0;
    bottom: 20%;
    right: auto;
    top: auto;
    background-size: 12px;
}
.main-hero[corpoweb]:after,
.main-hero[corpoweb]:before {
    position: absolute;
    content: "";
    display: none;
    background-position: 50%;
    background-repeat: repeat;
    width: 0;
    height: 260px;
    margin: 0;
}
.main-hero[corpoweb]:after {
    left: auto;
    bottom: auto;
    top: 20%;
    right: 0;
    background-size: 20px;
}
.main-hero .text[corpoweb] {
    color: #f2f2f2;
    font-size: 0.9375rem;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}
@-webkit-keyframes fade-f1465634 {
    0% {
        opacity: 0.4;
    }
    to {
        opacity: 1;
    }
}
@keyframes fade-f1465634 {
    0% {
        opacity: 0.4;
    }
    to {
        opacity: 1;
    }
}
@media screen and (min-width: 769px) {
    .main-hero[corpoweb] {
        min-height: 50vh;
    }
}
@media screen and (min-width: 1440px) {
    .main-hero[corpoweb]:after,
    .main-hero[corpoweb]:before {
        display: block;
        width: 140px;
    }
}
@media screen and (min-width: 1740px) {
    .main-hero[corpoweb]:before {
        display: block;
        width: 250px;
    }
    .main-hero[corpoweb]:after {
        display: block;
        width: 300px;
    }
}
.main-hero-container[corpoweb] {
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 3rem;
}
@media screen and (min-width: 990px) {
    .main-hero-container[corpoweb] {
        align-items: stretch;
        justify-content: space-evenly;
        flex-direction: row;
    }
}
@media screen and (min-width: 1200px) {
    .main-hero-container[corpoweb] {
        align-items: stretch;
        justify-content: center;
        flex-direction: row;
    }
}
.main-hero-left[corpoweb] {
    position: relative;
    max-width: 550px;
}
.main-hero-right[corpoweb] picture {
    display: flex;
    justify-content: center;
}
.main-hero-right[corpoweb] picture img {
    width: 65%;
    margin: 0 1rem;
}
.main-hero-footer[corpoweb] {
    padding: 1.5rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 600px;
}
.main-hero-header[corpoweb] {
    color: #fff;
}
@media screen and (min-width: 769px) {
    .main-hero-header[corpoweb] {
        margin-bottom: 1rem;
    }
}
.main-hero-header__title[corpoweb] {
    font-size: 1.625rem;
    line-height: 35px;
    margin: 0 0 0.5rem 0;
    max-width: 600px;
}
@media screen and (min-width: 769px) {
    .main-hero-header__title[corpoweb] {
        font-size: 2.25rem;
        line-height: 2.5rem;
        margin-bottom: 1rem;
    }
}
.main-hero-header__subtitle[corpoweb] {
    font-size: 1rem;
    line-height: 24px;
    margin: 0 0 1rem 0;
    max-width: 500px;
}
@media screen and (min-width: 769px) {
    .main-hero-header__subtitle[corpoweb] {
        font-size: 1.25rem;
    }
}
.main-hero-card[corpoweb] {
    max-width: 550px;
    color: #272727;
    background-color: #fff;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 2px 16px 0 rgba(32, 33, 36, 0.4);
}
@media screen and (min-width: 769px) {
    .main-hero-card[corpoweb] {
        padding: 1.5rem;
    }
}
.hero-card__title[corpoweb] {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0 0 0.25em 0;
}
@media screen and (min-width: 769px) {
    .hero-card__title[corpoweb] {
        font-size: 1.625rem;
    }
}
.hero-card__subtitle[corpoweb] {
    margin: 0 0 1.5em 0;
}
@media screen and (min-width: 769px) {
    .hero-card__subtitle[corpoweb] {
        font-size: 1.25rem;
    }
}
.hero-card__form form[corpoweb] {
    margin: 0;
}
.hero-card__form button[corpoweb] {
    font-size: 1.125rem;
    outline: 0;
    cursor: pointer;
    width: 100%;
    color: #fff;
    font-weight: 500;
    background-color: #e94f96;
    padding: 0.5em 1em;
    border: none;
    border-radius: 12px;
    transition: background-color 0.2s ease;
    margin-top: 0.75em;
}
.hero-card__form button[corpoweb]:focus {
    box-shadow: 0 0 0 2px #ebb6d9;
}
.hero-card__form button[corpoweb]:hover {
    background-color: #a82d7d;
    box-shadow: inset 0 0 0 2px #a82d7d;
}
.hero-card__form button[corpoweb]:active {
    box-shadow: 0 0 0 2px #a82d7d;
}
@media screen and (min-width: 769px) {
    .hero-card__form button[corpoweb] {
        font-size: 1.25rem;
    }
}
#vantagens[corpoweb] {
    background: #f0f1f2;
}
#vantagens .container[corpoweb] {
    padding: 2rem 0;
    max-width: 90%;
    margin: 0 auto;
}
@media screen and (min-width: 769px) {
    #vantagens .container[corpoweb] {
        max-width: 1240px;
        padding: 3rem 4rem;
    }
}
#vantagens .container .falar-pro-whatsapp-content[corpoweb] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
@media screen and (min-width: 769px) {
    #vantagens .container .falar-pro-whatsapp-content[corpoweb] {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}
#vantagens .container .falar-pro-whatsapp-content .left[corpoweb] {
    flex-basis: auto;
}
@media screen and (min-width: 769px) {
    #vantagens .container .falar-pro-whatsapp-content .left[corpoweb] {
        flex-basis: 50%;
    }
}
#vantagens .container .falar-pro-whatsapp-content .left .vantagens-section__title[corpoweb] {
    color: #e94f96;
    margin-bottom: 1em;
}
@media screen and (min-width: 769px) {
    #vantagens .container .falar-pro-whatsapp-content .left .vantagens-section__title[corpoweb] {
        margin-bottom: 0.75em;
        font-size: 1.75rem;
    }
}
#vantagens .container .falar-pro-whatsapp-content .left .vantagens-section__subtitle[corpoweb] {
    color: #57585a;
    margin: 0 0 1em 0;
    line-height: 22px;
}
@media screen and (min-width: 769px) {
    #vantagens .container .falar-pro-whatsapp-content .left .vantagens-section__subtitle[corpoweb] {
        font-size: 1.25rem;
        line-height: 27px;
        margin: 0 0 2em 0;
    }
}
#vantagens .container .falar-pro-whatsapp-content .left .smartphone-wpp-mobile[corpoweb] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
@media screen and (min-width: 769px) {
    #vantagens .container .falar-pro-whatsapp-content .left .smartphone-wpp-mobile[corpoweb] {
        display: none;
    }
}
#vantagens .container .falar-pro-whatsapp-content .left .smartphone-wpp-mobile img[corpoweb] {
    width: 100%;
    max-width: 250px;
}
#vantagens .container .falar-pro-whatsapp-content .left a[corpoweb] {
    background-color: #e94f96;
    color: #fff;
    width: 100%;
    padding: 0.8rem 0;
    border-radius: 8px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
    max-width: 450px;
}
@media screen and (min-width: 769px) {
    #vantagens .container .falar-pro-whatsapp-content .left a[corpoweb] {
        margin: 0;
    }
}
#vantagens .container .falar-pro-whatsapp-content .left a span[corpoweb]:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.3rem;
    font-weight: 700;
}
#vantagens .container .falar-pro-whatsapp-content .left a span:nth-child(2) img[corpoweb] {
    width: 100%;
    max-width: 20px;
    margin-right: 0.5rem;
}
#vantagens .container .falar-pro-whatsapp-content .right[corpoweb] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-basis: auto;
}
@media screen and (min-width: 769px) {
    #vantagens .container .falar-pro-whatsapp-content .right[corpoweb] {
        flex-basis: 45%;
    }
}
#vantagens .container .falar-pro-whatsapp-content .right p[corpoweb] {
    color: #57585a;
    font-size: 0.875rem;
    line-height: 18px;
}
@media screen and (min-width: 769px) {
    #vantagens .container .falar-pro-whatsapp-content .right p[corpoweb] {
        font-size: 1rem;
        line-height: 20px;
    }
}
.differential-section[corpoweb] {
    background-color: #fff;
}
.differential-container[corpoweb] {
    padding: 2rem 0;
    max-width: 90%;
    margin: 0 auto;
}
@media screen and (min-width: 769px) {
    .differential-container[corpoweb] {
        max-width: 1240px;
        padding: 5rem 4rem;
    }
}
.differential-section__title[corpoweb] {
    color: #e94f96;
    margin-bottom: 3em;
}
@media screen and (min-width: 769px) {
    .differential-section__title[corpoweb] {
        font-size: 2rem;
        margin-bottom: 2em;
    }
}
.differential-section__subtitle[corpoweb] {
    color: #57585a;
    margin: 0 0 1em 0;
}
@media screen and (min-width: 769px) {
    .differential-section__subtitle[corpoweb] {
        font-size: 1.25rem;
    }
}
.attributes[corpoweb] {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media screen and (min-width: 769px) {
    .attributes[corpoweb] {
        flex-flow: row nowrap;
        align-items: stretch;
        justify-content: center;
    }
}
.attribute[corpoweb] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.attribute[corpoweb]:not(:last-child) {
    margin-bottom: 4rem;
}
.attribute[corpoweb]:not(:last-child):after {
    position: absolute;
    bottom: -2rem;
    top: auto;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    display: block;
    height: 1px;
    width: 80%;
}
@media screen and (min-width: 769px) {
    .attribute[corpoweb] {
        flex-basis: 25%;
    }
    .attribute[corpoweb]:not(:last-child) {
        margin-bottom: 0;
        padding-right: 2rem;
        margin-right: 2rem;
    }
    .attribute[corpoweb]:not(:last-child):after {
        position: absolute;
        left: auto;
        right: 0;
        top: auto;
        bottom: auto;
        transform: translateX(-50%);
        content: "";
        display: block;
        height: 100%;
        width: 2px;
        background-color: C0C2C4;
    }
}
.attribute__icon[corpoweb] {
    width: 5rem;
    height: 5rem;
    margin: 0 0 1em 0;
}
@media screen and (min-width: 769px) {
    .attribute__icon[corpoweb] {
        width: 6rem;
        height: 6rem;
        margin-bottom: 2rem;
    }
}
.attribute__title[corpoweb] {
    max-width: 80%;
    font-weight: 800;
    text-align: center;
    color: #e94f96;
    margin: 0 0 1em 0;
}
@media screen and (min-width: 769px) {
    .attribute__title[corpoweb] {
        max-width: 100%;
        margin-bottom: 2rem;
    }
}
.attribute__subtitle[corpoweb] {
    color: #57585a;
    font-weight: 500;
    text-align: center;
    max-width: 80%;
    margin: 0;
}
@media screen and (min-width: 769px) {
    .attribute__subtitle[corpoweb] {
        line-height: 24px;
        max-width: 100%;
    }
}
.secondary-hero[corpoweb] {
    background-color: #0e4bef;
    background-size: cover;
    background-position-x: 50%;
}
.secondary-hero-container[corpoweb] {
    display: flex;
    flex-direction: column;
    padding: 3rem 0;
    margin: 0 auto;
}
@media screen and (min-width: 769px) {
    .secondary-hero-container[corpoweb] {
        flex-direction: row;
        justify-content: flex-end;
        align-items: stretch;
        padding: 6rem 2rem;
        max-width: 1440px;
    }
}
.hero-feature[corpoweb] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
}
.hero-feature[corpoweb]:not(:last-child) {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}
.hero-feature[corpoweb]:not(:last-child):after {
    position: absolute;
    bottom: 0;
    content: "";
    height: 1px;
    width: 90%;
    background-color: #fff;
}
.hero-feature p[corpoweb] {
    font-weight: 500;
    margin: 0;
    font-size: 1.125rem;
    text-align: center;
}
.hero-feature p[corpoweb]:not(:last-child) {
    margin-bottom: 0.5rem;
}
@media screen and (min-width: 769px) {
    .hero-feature[corpoweb] {
        flex-basis: 20%;
        min-width: 200px;
    }
    .hero-feature[corpoweb]:not(:last-child) {
        margin-bottom: 0;
        padding: 0 2rem 0 0;
        margin-right: 2rem;
    }
    .hero-feature[corpoweb]:not(:last-child):after {
        right: 0;
        content: "";
        height: 100%;
        width: 2px;
        background-color: #fff;
    }
}
.hero-feature.working-time p[corpoweb]:nth-child(2) {
    font-size: 4rem;
    font-weight: 700;
}
.hero-feature.discount p[corpoweb]:nth-child(2),
.hero-feature.p p[corpoweb]:nth-child(2) {
    font-size: 2rem;
    font-weight: 700;
}
.consult-section[corpoweb] {
    background-color: #e94f96;
}
.consult-container[corpoweb] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem 0;
    max-width: 90%;
    margin: 0 auto;
}
@media screen and (min-width: 769px) {
    .consult-container[corpoweb] {
        padding: 4rem 0;
        max-width: 1240px;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
    }
}
.textosimples[corpoweb] {
    color: #fff;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 30px;
    margin: 0 0 20px 0;
}
@media screen and (min-width: 769px) {
    .textosimples[corpoweb] {
        flex-basis: 30%;
        font-size: 1.625rem;
        line-height: 36px;
    }
}
.botaoformato[corpoweb] {
    max-width: 450px;
}
.botaoformato button[corpoweb] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0;
    cursor: pointer;
    color: #fff;
    font-size: 1.25rem;
    background-color: #4bbf7d;
    border: none;
    padding: 0.5em 2em;
    width: 100%;
    border-radius: 0.5em;
    transition: background-color 0.1s ease, box-shadow 0.2s ease;
    margin-top: 0.75em;
}
.botaoformato button[corpoweb]:focus {
    box-shadow: 0 0 0 2px #fff;
}
.botaoformato button[corpoweb]:hover {
    background-color: #fff;
    color: #399e64;
    box-shadow: inset 0 0 0 2px #bce7ce;
}
.botaoformato button[corpoweb]:active {
    box-shadow: 0 0 0 2px #fff;
}
@media screen and (min-width: 769px) {
    .botaoformato[corpoweb] {
        flex-basis: 100%;
    }
    .botaoformato button[corpoweb] {
        font-size: 1.375rem;
        font-weight: 500;
        padding: 0.5em 2em;
    }
}
.consumer-section[corpoweb] {
    background-color: #f0f1f2;
}
.consumer-container[corpoweb] {
    padding: 2rem 0;
    max-width: 90%;
    margin: 0 auto;
}
@media screen and (min-width: 769px) {
    .consumer-container[corpoweb] {
        max-width: 1240px;
        padding: 5rem 2rem;
    }
}
.consumer-section__title[corpoweb] {
    margin: 0 0 1.5em 0;
    font-size: 1.25rem;
    font-weight: 500;
    color: #272727;
}
.consumer-section__title b[corpoweb] {
    font-weight: 800;
}
@media screen and (min-width: 769px) {
    .consumer-section__title[corpoweb] {
        font-size: 2rem;
        margin-bottom: 1em;
    }
}
.consumer-section__subtitle[corpoweb] {
    color: #706f6f;
    line-height: 20px;
    margin-bottom: 1.5rem;
}
@media screen and (min-width: 769px) {
    .consumer-section__subtitle[corpoweb] {
        font-size: 1.25rem;
        margin-bottom: 3rem;
    }
}
.consumer-cards[corpoweb] {
    display: flex;
    flex-direction: column;
}
@media screen and (min-width: 769px) {
    .consumer-cards[corpoweb] {
        flex-flow: row nowrap;
        align-items: stretch;
        justify-content: center;
    }
}
.consumer-card[corpoweb] {
    background-color: #fff;
    padding: 1rem 1rem 1.5rem 1rem;
    border-radius: 12px;
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
}
.consumer-card[corpoweb]:not(:last-child) {
    margin-bottom: 1.5rem;
}
@media screen and (min-width: 769px) {
    .consumer-card[corpoweb] {
        flex-basis: 33.33%;
        max-width: 300px;
        padding: 2rem;
    }
    .consumer-card[corpoweb]:not(:last-child) {
        margin: 0 1.5rem 0 0;
    }
}
.consumer-card-header[corpoweb] {
    display: flex;
    align-items: flex-start;
}
.consumer-card__picture[corpoweb] {
    width: 4rem;
    height: 4rem;
    margin-right: 1em;
}
.consumer-card__name[corpoweb] {
    position: relative;
    font-size: 1.25rem;
    color: #e94f96;
    font-weight: 600;
    margin: 8px 0 0 0;
}
.consumer-card__name[corpoweb]:after {
    position: absolute;
    bottom: -20px;
    content: "";
    display: block;
    width: 100px;
    height: 16px;
    background-image: url(https://estounoazul.com.br/img/estrelas.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.consumer-card-content[corpoweb] {
    margin-top: 1.5rem;
}
@media screen and (min-width: 769px) {
    .consumer-card-content[corpoweb] {
        margin-top: 2rem;
    }
}
.consumer-card__paragraph[corpoweb] {
    font-weight: 500;
    font-size: 1rem;
    line-height: 22px;
    color: #706f6f;
    font-style: oblique;
    margin: 0;
}
.consumer-card__paragraph[corpoweb]:not(:last-child) {
    margin: 0 0 1rem 0;
}
.features-section[corpoweb] {
    position: relative;
    background-color: #0e4bef;
}
.features-section[corpoweb]:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    display: none;
    background-size: 20px;
    background-position: 50%;
    background-repeat: repeat;
    width: 70vw;
    height: 60px;
    margin: 0 auto;
}
@media screen and (min-width: 769px) {
    .features-section[corpoweb]:before {
        left: 0;
        right: auto;
        transform: translateY(-50%);
    }
    .features-section[corpoweb]:after,
    .features-section[corpoweb]:before {
        position: absolute;
        bottom: auto;
        top: 50%;
        content: "";
        display: block;
        background-size: 20px;
        background-position: 50%;
        background-repeat: repeat;
        width: 60px;
        height: 220px;
        margin: 0;
    }
    .features-section[corpoweb]:after {
        left: auto;
        right: 0;
        transform: translateX(0) translateY(-50%);
    }
}
@media screen and (min-width: 1441px) {
    .features-section[corpoweb]:before {
        left: 0;
        right: auto;
        transform: translateY(-50%);
    }
    .features-section[corpoweb]:after,
    .features-section[corpoweb]:before {
        position: absolute;
        bottom: auto;
        top: 50%;
        content: "";
        display: block;
        background-size: 20px;
        background-position: 50%;
        background-repeat: repeat;
        width: 140px;
        height: 220px;
        margin: 0;
    }
    .features-section[corpoweb]:after {
        left: auto;
        right: 0;
        transform: translateX(0) translateY(-50%);
    }
}
.features-container[corpoweb] {
    padding: 2rem 0;
    max-width: 80%;
    margin: 0 auto;
}
@media screen and (min-width: 769px) {
    .features-container[corpoweb] {
        max-width: 1440px;
        padding: 5rem 4rem;
    }
}
@media screen and (min-width: 1441px) {
    .features-container[corpoweb] {
        max-width: 1440px;
        padding: 5rem 0;
    }
}
.features[corpoweb] {
    display: flex;
    flex-direction: column;
}
@media screen and (min-width: 769px) {
    .features[corpoweb] {
        flex-direction: row;
        justify-content: space-evenly;
    }
}
.feature[corpoweb] {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
}
.feature[corpoweb]:not(:last-child) {
    margin: 0 0 40px 0;
}
@media screen and (min-width: 769px) {
    .feature[corpoweb] {
        flex-basis: 20%;
        justify-content: space-between;
    }
    .feature[corpoweb]:not(:last-child) {
        margin-bottom: 0;
    }
}
.feature__title[corpoweb] {
    order: 2;
    text-align: center;
    font-weight: 700;
    font-size: 1.5rem;
    margin: 0 0 1rem 0;
}
@media screen and (min-width: 769px) {
    .feature__title[corpoweb] {
        margin-bottom: 24px;
        order: 1;
        max-width: 80%;
    }
}
.feature__icon[corpoweb] {
    order: 1;
    width: 80px;
    height: 80px;
    margin: 0 0 1rem 0;
}
.feature__icon img[corpoweb] {
    -o-object-fit: contain;
    object-fit: contain;
}
@media screen and (min-width: 769px) {
    .feature__icon[corpoweb] {
        margin-bottom: 24px;
        width: 100px;
        height: 100px;
    }
}
.feature__description[corpoweb] {
    order: 3;
    font-size: 1.125rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-align: center;
    margin: 0;
}
@media screen and (min-width: 769px) {
    .feature__description[corpoweb] {
        order: 3;
    }
}
.content-cards[corpoweb] {
    display: flex;
    align-items: stretch;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.content-cards .card[corpoweb] {
    margin: 0.7rem 0.5rem;
    background: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    transition: 0.2s ease-in-out;
    cursor: pointer;
}
.content-cards .card[corpoweb]:hover {
    transform: scale(1.02);
}
@media screen and (min-width: 1px) {
    .content-cards .card[corpoweb] {
        max-width: 44%;
        margin: 0.8rem 0.2rem;
    }
}
@media screen and (min-width: 569px) {
    .content-cards .card[corpoweb] {
        max-width: 45%;
        margin: 1rem 0.5rem;
    }
}
@media screen and (min-width: 769px) {
    .content-cards .card[corpoweb] {
        max-width: 30%;
        margin: 1rem 0.5rem;
    }
}
.content-cards .card.card-mobile[corpoweb] {
    display: flex;
}
@media screen and (min-width: 769px) {
    .content-cards .card.card-mobile[corpoweb] {
        display: none;
    }
}
.content-cards .card .card-logo[corpoweb] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.8rem 2rem;
    min-width: 129px;
}
.content-cards .card .card-logo img[corpoweb] {
    width: 100%;
    min-width: 100px;
}
@media screen and (min-width: 569px) {
    .content-cards .card .card-logo img[corpoweb] {
        width: 80%;
    }
}
@-webkit-keyframes bouncing-f1465634 {
    0% {
        transform: translateY(-5px);
    }
    50% {
        transform: translateY(0);
    }
    to {
        transform: translateY(-5px);
    }
}
@keyframes bouncing-f1465634 {
    0% {
        transform: translateY(-5px);
    }
    50% {
        transform: translateY(0);
    }
    to {
        transform: translateY(-5px);
    }
}
