<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ol-alert,
#cookieCompliance {
	background-color:#45B3BC;
	color:#FFF;
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	padding:30px;
	font-family:'Montserrat', sans-serif;
	border-top:2px solid #FFF;
	z-index:2147483999;
	display:none;
}
.ol-alert._show,
#cookieCompliance._show {
	display:block;
}
.ol-alert h1,
#cookieCompliance h1 {
	margin:0;
	padding:0;
	font-size:22px;
	font-weight:normal;
}
.ol-alert p,
#cookieCompliance p {
	font-size:14px;
}
.ol-alert a,
#cookieCompliance a {
	color:#FFF;
	text-decoration:underline;
}
.ol-alert button,
#cookieCompliance button {
	border:2px solid #FFF;
	padding:5px 20px;
	font-size:15px;
	text-align:center;
	background:none;
	color:#FFF;
	cursor:pointer;
	float:right;
	margin-left:30px;
}
.ol-alert button:hover,
#cookieCompliance button:hover {
	background:#FFF;
	color:#45B3BC;
}
@media (max-width:700px) {
	.ol-alert h1,
	#cookieCompliance h1 {
		font-size:18px;
	}
}</pre></body></html>