/*
div {}

.site-header { padding-top: 5px; }
.site-header:before {
    content: ''; position: absolute; top: 0; right: 0; display: block; height: 5px; width: 100%; background: linear-gradient(90deg, #a00b1d 0%, #be000d 61.5%, #1b17de 90.45%, #003596 100%);
}

.site-header .container { max-width: 100% !important; }

.home-banner { margin: 0 auto; padding: 90px; }
*/