

.sticky-bg.top {
    width: 100%;
    max-width: none;
    border-radius: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
    border: none;
}
.sticky.top .sticky-content {
    max-width: 1245px;
    width: calc(100% - 20px);
    margin: 0 auto;
}
@media (max-width: 1024px) {
    #sticky .sticky-content {
        background-size: cover;
        padding: 10px;
        border: none;
        background-image: var(--sticky-bg);
    }
    #sticky.top {
        height: 55px;
    }
    #sticky.top .sticky-logo {
        display: block;
        min-width: 15%;
        max-width: 35%;
    }
    #sticky.top .sticky-content {
        background: none;
        border-radius: 0;
        padding: 0 10px;
        gap: 2%;
    }
    #sticky.top .offer-section {
        width: auto;
        flex: 0 0 auto;
    }
    #sticky.top .offer-section .cta {
        padding: 0 10px;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 21px;
        height: 25px;
    }
}