<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.cookie-consent-banner{display:none;flex-direction: column;justify-content: center;align-items: center; position:fixed;bottom:2rem;left:2rem;right:2rem;max-width: 600px; background:#fff;box-shadow:0 -2px 10px #888888;color:#000;padding:1.5rem 1rem 1rem;font-size:1.0em;z-index:10000000;}
.cookie-consent-banner-info {width: 100%;margin:0 0 1rem;padding-right:.4rem;overflow: auto;max-height: 150px;font-size:.8rem;line-height: 1.2rem;}
.cookie-consent-banner-info::-webkit-scrollbar{width:.4rem;height:.4rem;}
.cookie-consent-banner-info::-webkit-scrollbar-track{background:#f1f2f6;border-radius:5px;}
.cookie-consent-banner-info::-webkit-scrollbar-thumb{background:#f1f2f6;border-radius:5px;}
.cookie-consent-banner-info::-webkit-scrollbar-thumb:hover{background:var(--grey);}
.cookie-consent-banner-info table {border-collapse: collapse;margin-bottom:1rem;}
.cookie-consent-banner-info table tr td {border:solid 1px #f1f2f6;padding:.5rem 1rem;}
.cookie-consent-banner-buttons {margin:0 0 1rem;display: flex;flex-flow: row wrap;gap: 1rem;}
.cookie-consent-banner-buttons button {transition:.4s all;background:#f1f2f6;color:#000;font-weight: 400;border:none;padding: .3rem .6rem;    font-size: .8rem; text-align: center;text-decoration: none;cursor: pointer;border-radius:.25rem;}
.cookie-consent-banner-buttons button:hover {background:#ccc;}
.cookie-consent-banner-buttons .cookie-consent-button.btn-success{background-color:#EF5350;color:white;}
.cookie-consent-banner-buttons .cookie-consent-button.btn-success:hover{background-color:#424242;}
.cookie-consent-banner-buttons .cookie-consent-button.btn-outline{display: none;}
.cookie-consent-options{display:none;justify-content:center;flex-flow:row wrap;gap:.6rem;margin:0 0 1rem;font-size:.9rem;}
.cookie-consent-options label{display: flex;justify-content: center;gap: 0.5rem;}




@media (max-width: 1000px) {

	.cookie-consent-options {font-size: .8rem;}
	
}


/* @media (max-width: 700px) {
	
	.cookie-consent-banner-buttons button {width: 100%;order:1;}
	.cookie-consent-banner-buttons .cookie-consent-button.btn-success{order:0;}
	
} */

@media (max-height: 700px) {
	/* .cookie-consent-banner { position:absolute;top:0;bottom:0;overflow:auto;}
	.cookie-consent-banner-info {min-height: 100px;}
	.cookie-consent-options {gap:.25rem;} */
	.cookie-consent-options {gap:.25rem;}
}
/* @media (orientation: landscape) {
	.cookie-consent-banner-buttons button {width:auto;}
} */</pre></body></html>