@media (max-width: 1140px) {
    .hero_center-section {
        overflow: hidden;
    }
}

:root{
    --nnav-desktop-height: 172px;
}

@media (min-width:1024px){
    .site-main .hero_center-section{
        padding-top: 140px !important;
        padding-bottom:172px !important;
    }

    .hero_center-background{
        top:32px !important;
        left:50px !important;
        height:unset !important
    }
}

.checks{
    margin-top: 0 !important;
}

/* ---- Tabs slider — text trim -------------------------------- */
.cb-tabs-slider__intro,
.cb-tabs-slider__title,
.cb-tabs-slider__desc,
.cb-tabs-slider__slide-title,
.cb-tabs-slider__slide-text {
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
    font-feature-settings: 'liga' off, 'clig' off;
}

@media (min-width: 768px) {
    .cb-tabs-slider--tabs-section {
        margin-top: 126px !important;
    }
}

@media (min-width: 1024px) {
    .cb-tabs-slider__title {
        margin-bottom: 48px !important;
    }
}