.hero__slide {
    min-width: 0;
    background: none !important;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}

.hero__slide::after {
    content: none !important;
}

.modal--bot .modal__content {
    text-align: center;
    width: 100%;
    max-width: 70rem;
    padding: 10rem 6rem 6rem 6rem;
}

.modal--bot .section__btn {
    margin-top: 3rem;
}

.modal--bot h3 {
    font-weight: 500;
    padding-bottom: 4rem;
    font-size: 5rem;
}

.modal--bot .footer__input + .footer__input {
    margin-top: 3rem;
}

.hero__wrapper {
    position: static;
}

.hero::after {
    content: none;
}

@media (max-width: 75em) {
    .swiper-vertical > .swiper-wrapper {
        flex-direction: row;
    }

    .hero__slider {
        height: auto;
        transform: none;
    }

    .hero__slide {
        padding: 0;
    }
}

@media (max-width: 75em) {
    .container {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
}
