.fw-bold{font-weight:700 !important}

.cookieConsent__banner, #CookieConsent-settings {
    position: fixed;
    bottom: 0;
    background: #fff;
    border-radius: .5rem .5rem 0 0;
    z-index: 1303;
    padding: 2rem;
    overflow-y: auto;
    max-height: 100vh;
    flex: 0 0 auto;
    width: 100%
}
@media(min-width: 768px) {
    .cookieConsent__banner, #CookieConsent-settings {
        flex: 0 0 auto;
        width: 85.71428571%;
        margin-left: 7.14285714%
    }
}
@media(min-width: 992px) {
    .cookieConsent__banner, #CookieConsent-settings {
        flex: 0 0 auto;
        width: 71.42857143%;
        margin-left: 14.28571429%
    }
}
@media(min-width: 1440px) {
    .cookieConsent__banner, #CookieConsent-settings {
        flex: 0 0 auto;
        width: 42.85714286%;
        margin-left: 28.57142857%
    }
}
#CookieConsent-settings {
    display: none;
}
#CookieConsent-settings .button, .cookieConsent__banner .button {
    align-items: center;
    background: var(--color-welcome-primary);
    border: 0;
    border-radius: 3px;
    cursor: pointer;
    color: var(--color-white);
    font-size: 20px;
    justify-content: center;
    margin-top: 24px;
    padding: 12px 32px;
    font-weight: 500;
}
.cookieConsent__banner .button--secondary {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), var(--color-welcome-primary);
}
.cookieConsent__banner .btn__section {
    text-align: center;
}
.modals__background-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: .8;
    z-index: 1302;
}
