<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* .cookieConsentContainer {
	z-index: 999;
	width: 350px;
	min-height: 20px;
	box-sizing: border-box;
	padding: 30px 30px 30px 30px;
	background: #232323;
	overflow: hidden;
	position: fixed;
    bottom: 30px;
	right: 30px;
	display: none;
}
.cookieConsentContainer .cookieTitle a {
	font-family: OpenSans, arial, "sans-serif";
	color: #FFFFFF;
	font-size: 22px;
	line-height: 20px;
	display: block;
}
.cookieConsentContainer .cookieDesc p {
	margin: 0;
	padding: 0;
	font-family: OpenSans, arial, "sans-serif";
	color: #FFFFFF;
	font-size: 13px;
	line-height: 20px;
	display: block;
	margin-top: 10px;
} .cookieConsentContainer .cookieDesc a {
	font-family: OpenSans, arial, "sans-serif";
	color: #FFFFFF;
	text-decoration: underline !important;
}
.cookieConsentContainer .cookieButton a {
	display: inline-block;
	font-family: OpenSans, arial, "sans-serif";
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	margin-top: 14px;
	background: #cd2a2d;
	box-sizing: border-box; 
	padding: 15px 24px;
	text-align: center;
	transition: background 0.3s;
}
.cookieConsentContainer .cookieButton a:hover { 
	cursor: pointer;
	background: #ff0000;
} */



.cookieConsentContainer{
	display: block;
    position: fixed;
    bottom: 0;
    background: #000000e0;
    color: white !important;
    font-size: 12px !important;
    width: 100%;
    padding: 10px 20px;
    text-align: center;
	z-index: 99999;
	font-weight: normal !important;
}
.cookieConsentContainer .cookieDesc, .cookieConsentContainer .cookieButton{
display: inline-block;
margin: 5px;
}
.cookieConsentContainer .cookieDesc p{
	margin: 0;
	color: white !important;
	font-weight: normal !important;
	font-size: 12px !important;

}
.cookieConsentContainer .cookieDesc a{
	color: white !important;
	text-decoration: underline;
}
.cookieConsentContainer .cookieButton a{
color: white !important;
padding: 5px;
background: red;
font-weight: bold;
border-radius: 3px;
cursor: pointer;
}


@media (max-width: 980px) {
	.cookieConsentContainer {
		bottom: 0px !important;
		left: 0px !important;
		width: 100%  !important;
	}
}</pre></body></html>