<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.webona_gdpr_js-hidden {
	display: none !important;
}

.webona_gdpr_js-banner,
.webona_gdpr_js-noscript {
	font-size: 16px;
	/*font-size: 1rem;*/

	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 2147483647;
	font-weight: normal;
}

.webona_gdpr_js-bannertype-blocking.webona_gdpr_js-banner,
.webona_gdpr_js-bannertype-blocking.webona_gdpr_js-noscript {
	background-color: rgba(0, 0, 0, .7);
	top: 0;
	right: 0;

	display: flex;
	align-items: center;
	justify-content: center;
}

.webona_gdpr_js-banner .webona_gdpr_js-banner-inner,
.webona_gdpr_js-noscript .webona_gdpr_js-noscript-inner {
	border-radius: 5px;
	padding: 20px;
	margin: 20px;
	text-align: center;
	max-width: 600px;
	max-height: 95vh;
    overflow-y: auto;
}

.webona_gdpr_js-banner .webona_gdpr_js-banner-buttons &gt; a:not([data-webona_gdpr_js="accept"]),
.webona_gdpr_js-noscript .webona_gdpr_js-noscript-buttons &gt; a:not([data-webona_gdpr_js="accept"]),
.webona_gdpr_js-inline-container .webona_gdpr_js-inline-link {
	display: block;
	padding: 5px;
	text-decoration: none;
}

.webona_gdpr_js-banner .webona_gdpr_js-banner-buttons &gt; a:not([data-webona_gdpr_js="accept"]):hover,
.webona_gdpr_js-noscript .webona_gdpr_js-noscript-buttons &gt; a:not([data-webona_gdpr_js="accept"]):hover,
.webona_gdpr_js-inline-container .webona_gdpr_js-inline-link:hover,
.webona_gdpr_js-banner .webona_gdpr_js-banner-buttons &gt; a:not([data-webona_gdpr_js="accept"]):focus,
.webona_gdpr_js-noscript .webona_gdpr_js-noscript-buttons &gt; a:not([data-webona_gdpr_js="accept"]):focus,
.webona_gdpr_js-inline-container .webona_gdpr_js-inline-link:focus,
.webona_gdpr_js-banner .webona_gdpr_js-banner-buttons &gt; a:not([data-webona_gdpr_js="accept"]):active,
.webona_gdpr_js-noscript .webona_gdpr_js-noscript-buttons &gt; a:not([data-webona_gdpr_js="accept"]):active,
.webona_gdpr_js-inline-container .webona_gdpr_js-inline-link:active {
	text-decoration: underline;
}

.webona_gdpr_js-banner .webona_gdpr_js-banner-buttons &gt; a[data-webona_gdpr_js="accept"],
.webona_gdpr_js-inline-container .webona_gdpr_js-inline-button,
.webona_gdpr_js-inline-appendbutton,
.webona_gdpr_js-detail-settings-confirm {
	display: block;
	padding: 8px;
	border-radius: 5px;
	margin: 20px auto 15px auto;
	text-decoration: none;
	transition: .3s;
}

.webona_gdpr_js-banner .webona_gdpr_js-banner-buttons &gt; a[data-webona_gdpr_js="accept"]:hover,
.webona_gdpr_js-banner .webona_gdpr_js-banner-buttons &gt; a[data-webona_gdpr_js="accept"]:focus,
.webona_gdpr_js-banner .webona_gdpr_js-banner-buttons &gt; a[data-webona_gdpr_js="accept"]:active,
.webona_gdpr_js-inline-container .webona_gdpr_js-inline-button:hover,
.webona_gdpr_js-inline-container .webona_gdpr_js-inline-button:focus,
.webona_gdpr_js-inline-container .webona_gdpr_js-inline-button:active,
.webona_gdpr_js-inline-appendbutton:hover,
.webona_gdpr_js-inline-appendbutton:focus,
.webona_gdpr_js-inline-appendbutton:active {
	opacity: .85;
}

#webona-gdpr-detail-settings-options-checkboxes {
	display: flex;
	flex-wrap: wrap;
	margin: 0 50px;
}

#webona-gdpr-detail-settings-options-checkboxes &gt; label {
	flex-basis: 50%;
	text-align: left;
}

#webona-gdpr-detail-settings-options-checkboxes &gt; label &gt; input[type=checkbox] {
	margin: 5px;
}

.webona_gdpr_js-revoke-button {
	display: block;
	text-decoration: none;
	text-align: center;
	border-radius: 5px;
	padding: 8px;
	max-width: 200px;
    margin: 20px auto;
}

.webona_gdpr_js-revoke-button:hover {
	opacity: .85;
}

.webona_gdpr_js-inline-container.webona_gdpr_js-inline-warning {
	border: 1px solid;
	border-radius: 5px;
	padding: 10px;
}

.webona_gdpr_js-banner-text a {
	font-weight: bold;
	text-decoration: underline;
}

.webona_gdpr_js-banner-text a:hover {
	text-decoration: none;
	opacity: .85;
}

.webona_gdpr_js-banner-text h2 {
	font-size: 30px;
	text-align: center;
	margin: 0;
	padding-bottom: 10px;
}

.webona_gdpr_js-banner-text h3 {
	font-size: 26px;
	text-align: center;
	margin: 0;
	padding-bottom: 10px;
}

.webona_gdpr_js-banner-text h4 {
	font-size: 22px;
	text-align: center;
	margin: 0;
	padding-bottom: 10px;
}
</pre></body></html>