<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#eu-cookies-consent {
    position: fixed;
    width: 100%;
    margin: 0 auto;
    padding: 10px 10px 20px 65px;
    background-color: #003250;
    color: #98d9ff;
    top: 0;
    left: 0;
    z-index: 200;
}
#eu-cookies-consent&gt;div.text {
    font-size: 16px;
    display: block;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    line-height: 22px;
}

#eu-cookies-consent&gt;div.text a {
    color: #e8f2fe;
    text-decoration: none;
}

#eu-cookies-consent .choices {
    text-align: right;
    float: right;
}

#eu-cookies-consent .btn{
	border-radius: 5px;
	border: 0px;
	margin-right: 50px;
}

@media screen and (max-width: 1046px){
	#eu-cookies-consent .choices {
    float: none;
    margin-top: 8px;
	}
}</pre></body></html>