.highlight{
    color: #007BE1;
}
.highlight2{
    color: #FF4A2B;
}
body{
    background-color: #fff;
}


li{
    margin-top: 20px;
}
.logos{
    display: flex;
    align-items: center;
}
.logos a{
    text-decoration: none;
    display: inline-block;
    
}
.logos .logos_separator{
    margin: 0 30px;
    display: inline-block;
    width: 8px;
    background-color: #000;
    height: 55px;
    transform: rotate(20deg);
}
.banner1{

    background:linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/banner1.png');

    height: calc(100vh - 105px);
    min-height: 1200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;

}
.banner1{
    color: #fff;
    font-weight: bold;
}
.ticker{
    color: #007BE1;
    text-decoration: none;
}
.cta{

    color: #fff;

    border: 4px solid #0087CD;
    opacity: 1;
    background-color: #273D91;
}
.signup{
    background-color: #0087CD;

}
.signup input[type=email]{
    border: solid 3px #31CAFF;
    padding: 5px;
    color: #000;
    border-radius: 5px;
}

.signup input[type=submit]{
    border: solid 3px #31CAFF;
    background-color: #31CAFF;
    padding: 5px;
    color: #fff;
    border-radius: 5px;
    font-weight: bold;
    padding: 5px 20px;
}

.header_ticker{
    position: absolute;
    right: 0;
 
    top: 0;
    height: 100%;
    background-color: #0087CD;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: max-content;
    color: #000;
}
.header_ticker a{
    text-decoration: none;
    color: #fff;
    padding: 0px 20px;
    font-weight: bold;
}

body::before {
    width: auto;
    height: auto;
    background-color: #ccc;
    position: absolute;
    display: block;
    content: "Sponsored content";
    top: 0;
    right: 180px;
    padding: 0 10px;
    border-radius: 0 0 10px 10px;
    font-size: 11px;
    font-family: 'Montserrat', sans-serif;
    z-index: 10000;
}