body.type-index #content-wrapper,
body.type-index .content-wrapper-in,
body.type-index main#content,
body.type-index .index-content-wrapper,
body.type-index .container--bannersBenefit,
body.type-index .banners-content,
body.type-index .body-banners,
body.type-index .homepage-texts-wrapper,
body.type-index .welcome-wrapper,
body.type-index .welcome,
body.type-index .welcome > div {
    background-color: #050505 !important;
}

body.type-index .container--bannersBenefit:empty,
body.type-index .banners-content:empty {
    display: none !important;
}

body.type-index .banners-row {
    margin-bottom: 0 !important;
}

body.type-index .index-content-wrapper,
body.type-index .homepage-texts-wrapper,
body.type-index .welcome-wrapper,
body.type-index .welcome {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

body.type-index #content-wrapper::before,
body.type-index #content-wrapper::after,
body.type-index .index-content-wrapper::before,
body.type-index .index-content-wrapper::after {
    background-color: #050505 !important;
}
/* ===== FOOTER ===== */

#footer,
#footer .footer-bottom{
    background:#050505 !important;
    color:#d7d7dc !important;
    border-top:1px solid rgba(255,255,255,.08);
}

#footer a,
#footer .copyright,
#footer #signature{
    color:#d7d7dc !important;
}

#footer a:hover{
    color:#ffffff !important;
}

#footer img{
    filter:brightness(0) invert(1);
}