<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#cookie-consent-bar {
	background-color: #efefef;
	bottom: 0;
	box-shadow: rgba(0, 0, 0, 0.6) 3px 2px 5px;
	color: #323232;
	font-family: arial, helvetica;
	left: 0;
	margin: 0;
	padding: 5px;
	position: fixed;
	text-align: center;
	width: calc(100% - 10px);
	z-index: 1000001;
}

#cookie-consent-bar span {
	display: inline-block;
	margin: 5px 0;
}

#cc-learn-more-link {
	color: #323232;
	display: inline-block;
	margin: 5px;
	text-decoration: underline;
}

#cc-learn-more-link:hover {
	color: #000000;
	text-decoration: none;
}

#cc-agree-link {
	background-color: #878787;
	color: #ffffff;
	display: inline-block;
	margin: 10px;
	padding: 8px 15px;
	text-align: center;
	text-decoration: none;
}

#cc-agree-link:hover {
	background-color: #000000;
}

#cookie-consent-modal {
	background-color: rgba(0, 0, 0, 0.75);
	display: none;
	height: 100%;
	left: 0;
	overflow: auto;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000000;
}

#cc-modal-content {
	background-color: #fafafa;
	border: 1px solid #000000;
	color: #000000;
	font-family: arial, helvetica;
	line-height: 18px;
	margin: 2% auto 150px auto;
	padding: 20px;
	position: relative;
	width: 60%;
}

.cc-modal-close {
	background-color: #efefef;
	color: #878787;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 10px;
	position: absolute;
	right: 0;
	top: 0;
}

.cc-modal-close:hover {
	color: #000000;
	text-decoration: none;
}

.cc-modal-heading {
	padding: 0px 0px 5px 0px;
	font-size: 16px;
	font-weight: bold;
	display: block;
	margin-top: 15px;
}

.cc-modal-paragraph {
	display: block;
	margin: 8px 0px;
}

.cc-modal-list {
	color: #000000;
	list-style: square;
	margin-left: 15px;
}

.cc-modal-list-item {
	display: list-item;
	list-style: square;
}
</pre></body></html>