body {
    overflow: auto !important;
    padding-right: 0 !important;
}

.future-modal ~ .modal-backdrop {
    display: none;
}

.future-modal {
    font-family: Roboto Slab, serif;
    padding-right: 0 !important;
    width: unset;
    height: unset;
    right: 0;
    top: 0;
    left: unset;
    color: #2a2b2c;
}

@media screen and (max-width: 992px) {
    .future-modal {
        bottom: 0;
        top: unset;
    }
}

.future-modal__dialog {
    margin: 0 !important;
    max-width: 100% !important;
    padding: 0 !important;
}

.future-modal__content {
    padding: 40px 0 80px 55px;
    border: unset;
    background: transparent;
    align-items: end;
}

@media screen and (max-width: 992px) {
    .future-modal__content {
        padding: 0;
    }
}

.future-modal__wrapper {
    position: relative;
    padding: 15px 15px 30px 30px;
    max-width: 375px;
    background: white;
    box-shadow: 0px 0px 55px 0px #00000066;
}

.future-modal__wrapper:before {
    position: absolute;
    content: '';
    display: block;
    bottom: 25px;
    right: 25px;
    width: 50px;
    height: 80px;
    border-right: 2px solid #e7e9ec;
    border-bottom: 2px solid #e7e9ec;
}

@media screen and (max-width: 992px) {
    .future-modal__wrapper:before {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .future-modal__wrapper {
        padding: 20px;
        max-width: 100%;
        border-top: 1px solid #2a2b2c;
    }
}

@media screen and (max-width: 576px) {
    .future-modal__wrapper {
        padding: 15px;
    }
}

.future-modal__top {
    display: flex;
    justify-content: end;
    margin-bottom: 25px;
}

@media screen and (max-width: 576px) {
    .future-modal__top {
        margin-bottom: 5px;
    }
}

.future-modal__close {
    border: unset;
    background: unset;
}

.future-modal__title {
    margin-bottom: 35px;
    color: #03c596;
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
}

@media screen and (max-width: 992px) {
    .future-modal__title {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 576px) {
    .future-modal__title {
        margin-bottom: 20px;
        font-size: 22px;
        font-weight: 500;
        line-height: 29px;
    }
}

.future-modal__subtitle {
    margin-bottom: 20px;
    font-family: Roboto, serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
}

@media screen and (max-width: 576px) {
    .future-modal__subtitle {
        margin-bottom: 10px;
        font-size: 18px;
        font-weight: 600;
        line-height: 26px;
    }
}

.future-modal__list {
    margin-bottom: 50px;
    padding-left: 20px;
    font-family: Roboto, serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    list-style-type: disc;
}

@media screen and (max-width: 992px) {
    .future-modal__list {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 576px) {
    .future-modal__list {
        margin-bottom: 20px;
        font-size: 18px;
        font-weight: 400;
        line-height: 26px;
    }
}

.future-modal__item::marker {
    color: #03c596;
}

.future-modal__bottom {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

@media screen and (max-width: 992px) {
    .future-modal__bottom {
        flex-direction: row;
        align-items: center;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 576px) {
    .future-modal__bottom {
        align-items: start;
        flex-direction: column;
        gap: 5px;
    }
}

.future-modal__text {
    font-size: 22px;
    font-weight: 500;
    line-height: 29px;
}

@media screen and (max-width: 576px) {
    .future-modal__text {
        font-size: 18px;
        font-weight: 500;
        line-height: 24px;
    }
}

.future-modal__link {
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    color: #03c596;
    transition: all 0.2s linear;
    text-decoration: underline;
}

.future-modal__link:hover {
    text-decoration: underline;
    color: #57d1c9;
}

@media screen and (max-width: 576px) {
    .future-modal__link {
        font-size: 22px;
        font-weight: 500;
        line-height: 29px;
    }
}

.future-modal__qr {
    margin-bottom: 35px;
    padding-top: 100px;
}

@media (max-width: 900px) {
    .future-modal__qr {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .future-modal__qr {
        display: none;
    }
}
