.logo{
    max-height: 90px;

}
.bar{
    width: 6px;
    height: 140px;
    background-color: #000;
    display: inline-block;
    margin-left: 150px;
    border-radius: 10px;
}
.highlight{
    color: #FFCF4E;
}
p{
    font-size: 1rem;
}
.ticker{
    text-decoration: none;
    color: #FFCF4E;
}
.cta{
    background-color: #303031;
    color: #FFCF4E;
    text-decoration: none;
    font-weight: bold;
    padding: 10px 30px;
    font-size: 22px;
}
.bg-signup{
    background-color: #FFCF4E;
}
.flag{
    position: absolute;
    right: 0;
    top: 80px;
    padding: 10px 30px;
    background-color:#FFCF4E ;
    border-radius: 10px 0 0 10px;
}
.flag a{
    font-weight: bold;
    color: #303031;
}
body::before {
    width: auto;
    height: auto;
    background-color: #ccc;
    position: absolute;
    display: block;
    content: "Sponsored content";
    top: 0;
    right: 250px;
    padding: 0 10px;
    border-radius: 0 0 10px 10px;
    font-size: 11px;
    font-family: 'Montserrat', sans-serif;
    z-index: 10000;
}
@media (max-width: 767.98px) {
    .flag{
        position:relative;
        top: 0;
        background-color:#FFCF4E ;
        border-radius: 0;
        text-align: center;
    }

    body::before {
        width: 100vw;
        height: 18px;
        background-color: #ccc;
        position: relative;
        text-align: center;

        top: 0;
        right: 0;
        padding: 0 10px;
        border-radius: 0 ;
        font-size: 11px;

    }
}
