#cb-row--footer-desktop-main,
#cb-row--footer-desktop-bottom {
    width: 100vw;
    max-width: none !important;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

#cb-row--footer-desktop-main .footer--row-inner,
#cb-row--footer-desktop-bottom .footer--row-inner {
    background: linear-gradient(
        90deg,
        #B31B20 0%,
        #E21F26 20%,
        #077CC1 80%,
        #055A8C 100%
    ) !important;
    background-repeat: no-repeat;
    background-size: cover;
}

#cb-row--footer-desktop-main,
#cb-row--footer-desktop-main a,
#cb-row--footer-desktop-main .widget-title,
#cb-row--footer-desktop-bottom,
#cb-row--footer-desktop-bottom a {
    color: #ffffff !important;
}

#cb-row--footer-desktop-bottom svg {
    fill: #ffffff !important;
}

.component-wrap { color: #ffffff!important; }