<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: 100%;
	min-height: 20px;
	box-sizing: border-box;
	/*padding: 20px 20px 20px 20px;*/
	background: #eeeeee;
	overflow: hidden;
	position: fixed;
    bottom: 0px;
	right: 0px;
	display: none;
}
.cookieConsentContainer .cookieTitle a {
	color: #000;
	font-size: 18px;
	line-height: 18px;
	display: block;
	text-align:center;
}
.cookieConsentContainer .cookieDesc p {
	margin: 0;
	padding: 0;
	
	color: #000;
	font-size: 13px;
	line-height: 20px;
	display: block;
	margin-top: 10px;
	text-align:center;
} .cookieConsentContainer .cookieDesc a {
	
	color:#007bff;
	text-decoration:none;
}
.cookieConsentContainer .cookieButton {
	margin:auto auto;
	text-align:center;
	margin-bottom:25px;
}
.cookieConsentContainer .cookieButton a {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	margin-top: 14px;
	background: #f8845f;
	box-sizing: border-box;
	padding:5px;
	margin-top:8px;
	display:inline-block;
	
	text-align: center;
	transition: background 0.3s;
}
.cookieConsentContainer .cookieButton a:hover { 
	cursor: pointer;
	background: #f8b09a;
}

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