.footer__logo img {
    max-width: 18.75rem;
}

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

.policy {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.5;
}
.policy h1,
.policy h2,
.policy h3,
.policy h4 {
    font-weight: 700;
    margin: 1.5em 0 0.75em;
}
.policy h1:first-child,
.policy h2:first-child,
.policy h3:first-child,
.policy h4:first-child {
    margin-top: 0;
}
.policy h1 {
    font-size: 2rem !important;
}
.policy h2 {
    font-size: 1.75rem !important;
}
.policy h3 {
    font-size: 1.5rem !important;
}
.policy h4 {
    font-size: 1.25rem !important;
} 
.policy ul > * + *,
.policy ol > * + * {
    margin-top: 0.5em;
}

.link-policy {
    margin-top: 30px;
    display: block;
    color: #fff;
}

.intro__btn.mt-auto {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    gap: 20px;
}

.popup-form-success::before {
    content: "";
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    width: 100%;
    aspect-ratio: 375 / 210;
    background-image: url(../img/popup-bg.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transform: translateY(-75%);
}

.popup-form-success {
    text-align: center;
    overflow: visible;
    margin-top: 10rem;
}

.popup-form-success__card {
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.popup-form-success__card {
    background: rgba(255, 255, 255, 0.9);
    -webkit-backdrop-filter: blur(60px);
    backdrop-filter: blur(60px);
}

.popup-form-success .popup-form-call__title {
    font-size: 1.5rem;
    max-width: unset;
}

#success-popup {
    max-width: 370px;
    padding: 30px;
}

#success-popup .card-body {
    padding: 32px 22px;
}

#success-popup strong {
    font-size: 0.9rem;
}

@media (max-width: 991.98px) {
    .intro__btn.mt-auto {
        gap: 10px;
        display: flex;
        flex-direction: column;
        margin-left: unset;
        margin-right: unset;
    }
    .popup-form-success .popup-form-call__title {
        font-size: 1.2rem;
        max-width: unset;
        font-weight: 600;
    }
    .intro__btn.mt-auto a {
        width: 90%;
        margin: auto;
    }
}

@media (max-width: 991px) {
    .header {
        transition: 0.2s;
        transition-property: padding, background-color, backdrop-filter;
    }
    .header.scrolled {
        padding-top: 16px;
        padding-bottom: 16px;
        --bs-bg-opacity: 0.8;
        background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
        backdrop-filter: blur(10px);
    }
    .no-animate .header.scrolled {
        background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
    }
}
.btn {
    --bs-btn-font-weight: 800;
}