body {
    padding-top: 112px;
}

/* Promo banner */
.promo-banner {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    padding: 20px 0;
    width: 100%;
    background: #FFB900;
    -webkit-box-shadow: 0px 4px 16.2px 0px rgba(4, 30, 66, 0.23);
    box-shadow: 0px 4px 16.2px 0px rgba(4, 30, 66, 0.23);
}

.promo-banner-wrapper {
    max-width: 968px;
    width: 100%;
    padding: 0 16px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.promo-banner-wrapper>div:first-child {
    max-width: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px;
}

.promo-banner-wrapper>div:last-child {
    max-width: 150px;
}

.promo-banner-wrapper>div:first-child img {
    margin-right: 30px;
    width: 48px;
    height: 48px;
}

.promo-banner-wrapper>div:first-child p {
    color: #041E42;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.promo-banner-wrapper>div:last-child a.button {
    width: 150px;
    height: 46px;
    border-radius: 100px;
    border: 2px solid #041E42;
    color: #041E42;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    display: none;
    line-height: 42px;
    background: transparent;
    text-align: center;
    text-decoration: none;
}

.current-product-nessus-expert .promo-banner .promo-expert-buy,
.current-product-nessus-pro .promo-banner .promo-pro-buy {
    display: block !important;
}

.promo-banner-wrapper>div:last-child a.button:hover,
.promo-banner-wrapper>div:last-child a.button:active {
    background-color: #041E42;
    color: #FFFFFF;
}

.current-product-nessus-expert .product-card.right-card .find-reseller,
.current-product-nessus-pro .product-card.left-card .find-reseller {
    display: none;
}

 .find-reseller {
    display: block;
    color: #041e42;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    background: transparent !important;
    border: none !important;
    max-width: -webkit-fit-content !important;
    max-width: -moz-fit-content !important;
    max-width: fit-content !important;
    margin: 14px auto 0 !important;
    text-decoration: underline;
    text-underline-offset: 4px;
    padding: 0 !important;
    font-family: "Aeonik Pro", sans-serif;
}

.promo-banner .find-reseller {
    margin: 2px auto 0 !important;
}

.product-card.right-card .find-reseller,
#tab1 .find-reseller {
    color: #ffffff;
}

.spz-139 .explore .explore-wrapper .explore-text-wrapper a.find-reseller {
    margin: 14px 0 0 !important;
    text-decoration: underline;
}

.comparison-inner.mobile-only .find-reseller {
    color: #ffb900;
}

.promo-banner .find-reseller:hover,
.promo-banner .find-reseller:active {
    text-decoration: none !important;
    color: #041e42 !important;
}

.find-reseller:hover,
.find-reseller:active {
    color: #ffb900 !important;
    text-decoration: none !important;
}

.spz-150-banner .find-reseller {
    margin: 2px auto 0 !important;
}

@media (max-width: 1023.98px) {
    .promo-banner-wrapper {
        padding: 0 30px 0 20px;
    }

    .promo-banner-wrapper>div:first-child img {
        margin-right: 20px;
    }

    .promo-banner-wrapper {
        margin-right: 20px;
    }

    .promo-banner-wrapper>div:first-child p {
        font-weight: 400;
    }
}

@media (max-width: 751.98px) {
    body {
        padding-top: 228px;
    }

    .promo-banner-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 10px;
    }

    .promo-banner-wrapper>div:first-child {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin: 0 0 44px;
    }

    .promo-banner-wrapper>div:first-child img {
        width: 38px;
        height: 38px;
        margin-right: 10px;
    }
}


/* Exit modal */
.exit-modal {
    display: none;
}

html.overflow-hidden,
body.overflow-hidden {
    overflow: auto !important;
}

html.modal-open {
    overflow: hidden;
}

.modal-open {
    overflow-x: hidden;
}

.modal-open .exit-modal-outer-wrapper {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 32px;
    overflow: auto;
}

.modal-open .exit-modal {
    position: fixed;
    top: 0;
    display: block;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 38, 0.30)), to(rgba(0, 0, 91, 0.30)));
    background: -o-linear-gradient(left, rgba(0, 0, 38, 0.30) 0%, rgba(0, 0, 91, 0.30) 100%);
    background: linear-gradient(90deg, rgba(0, 0, 38, 0.30) 0%, rgba(0, 0, 91, 0.30) 100%);
    -webkit-backdrop-filter: blur(3.5px);
    backdrop-filter: blur(3.5px);
    height: 100%;
}

.modal-open .exit-modal .exit-modal-wrapper {
    max-width: 1056px;
    width: 100%;
    border-radius: 12px;
    background: -o-linear-gradient(left, #00005B 0%, #000026 100%);
    background: -webkit-gradient(linear, left top, right top, from(#00005B), to(#000026));
    background: linear-gradient(90deg, #00005B 0%, #000026 100%);
    -webkit-box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.50);
    box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.50);
    margin: auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.modal-open .exit-modal .close-icon {
    position: absolute;
    right: 12px;
    top: 12px;
    cursor: pointer;
    z-index: 1;
}

.modal-open .exit-modal .close-icon:hover {
    -webkit-transform: scale(1.125);
    -ms-transform: scale(1.125);
    transform: scale(1.125);
}

.modal-open .exit-modal .close-icon>* {
    pointer-events: none;
}

.modal-open .exit-modal .modal-content {
    max-width: 516px;
    width: 100%;
    padding: 48px 0 48px 64px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.modal-open .exit-modal .modal-right-img {
    max-width: 513px;
    width: 100%;
    position: relative;
}

.modal-open .exit-modal .modal-right-img picture {
    display: block;
    vertical-align: middle;
    line-height: 0;
    font-size: 0;
}

.modal-open .exit-modal .modal-right-img picture img {
    height: 392px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0 12px 12px 0;
    -o-object-position: left;
    object-position: left;
}

.modal-open .exit-modal .modal-logo {
    max-width: 238px;
    width: 100%;
    margin: 0 0 26px;
}

.modal-open .exit-modal .modal-title {
    color: #FFFFFF;
    font-size: 34px;
    font-style: normal;
    font-weight: 500;
    line-height: 124%;
    margin: 0 0 26px;
}

.modal-open .exit-modal .button {
    width: 150px;
    height: 46px;
    display: none !important;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    color: #FFB900;
    font-weight: 700;
    border: none;
    border-radius: 100px;
    border: 2px solid #FFB900;
    background: transparent;
    text-decoration: none;
}

.modal-open.current-product-nessus-expert .exit-modal .promo-pro-buy,
.modal-open.current-product-nessus-pro .exit-modal .promo-expert-buy {
    display: block !important;
}

.modal-open .exit-modal .button:hover,
.modal-open .exit-modal .button:active {
    background-color: #FFB900;
    color: #041E42;
}

.modal-open .exit-modal .button>* {
    pointer-events: none;
}

.modal-open .exit-modal .modal-logo.white {
    display: none;
}

.modal-open .exit-modal .button svg {
    margin-left: -3px;
    position: relative;
    top: 5px;
    left: 8px;
}

.modal-open .exit-modal .find-reseller {
    display: inline-block !important;
    color: #FFB900;
    margin: 6px auto 0 !important;
    max-width: 150px !important;
    width: 100%;
    text-align: center;
}

@media (max-width: 1023.98px) {
    .modal-open .exit-modal .exit-modal-wrapper {
        max-width: 720px;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        margin: 150px auto;
    }

    .modal-open .exit-modal-outer-wrapper {
        padding: 32px 20px;
    }

    .modal-open .exit-modal .modal-content {
        max-width: 503px;
    }
}

@media (max-width: 751.98px) {
    .modal-open .exit-modal .modal-logo {
        max-width: 179px;
    }

    .modal-open .exit-modal .exit-modal-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin: 178px auto;
    }

    .modal-open .exit-modal .modal-content {
        max-width: 100%;
        padding: 36px 26px;
    }

    .modal-open .exit-modal .modal-right-img {
        display: none;
    }

    .modal-open .exit-modal .modal-title {
        font-size: 28px;
        line-height: 120%;
        margin: 0 0 28px;
    }

    .modal-open .exit-modal .close-icon svg circle {
        fill: #FFF;
        fill-opacity: 0.18;
    }

    .modal-open .exit-modal .close-icon svg path {
        fill: #FFF;
    }
}