<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#cookie-policy-outer-container {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000000;
    min-height: 100vh;
    min-width: 100vw;
    background-color: #000;
    opacity: 0.75;
}

#cp-container {
    transition: all 0.2s linear;
    background-color: #fff;
    padding: 0 10px;
    width: 60%;
    height: 50%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 220px;
    overflow: auto;
	z-index: 10000010;
	border-radius: 5px;
}
.cookie-policy-container-open {
	max-height: 60% !important;
	border-radius: 5px;
}
#cookie-policy-content {
    /*max-width: 800px;*/
    margin: 0 auto;
}
#cookie-policy-content-title {
    font-weight: 800;
    font-size: 16px;
	padding-top:8px;
    margin-bottom: 10px;
	line-height:18px;
    width: 90%;
    float: left;
}
#cookie-policy-content-description {
    font-size: 13px;
    line-height: 1.231;
    width: 100%;
    float: left;
	margin-bottom: 20px;
}
#cookie-policy-agree-onlynecessary, #cookie-policy-agree-all  {
    float: left;
}
#cookie-policy-agree-all {
    margin-left: 20px;
}
#cookie-policy-agree-onlynecessary a {
    background-color: #37db4d;
    color: #fff;
    padding: 4px 20px;
    font-size: 13px;
	text-decoration:none;
}
#cookie-policy-agree-all a {
    background-color: #127b1f;
    color: #fff;
    padding: 4px 29px;
    font-size: 13px;
	text-decoration:none;
}
#cookie-policy-agree-onlynecessary a {
	background-color: #284923;
}
#cookie-policy-details {
	float: right;
    padding-top: 10px;
}
#cookie-policy-details a {
	color: #555;
	font-size: 12px;
	padding: 2px 20px;
}
#cookie-details-container {
    width: 100%;
    margin-top: 20px;
	display: none;
}
#cookie-details-tab-details-content, #cookie-details-tab-info-content {
    display: none;
}
.cookie-details-tab-header {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    float: left;
    padding: 3px 15px;
    cursor: pointer;
    background-color: #eee;
}
.cookie-details-tab-header:hover, .cookie-details-tab-header.active {
	background-color: #fff;
}
.cookie-detail {
    width: 100%;
    float: left;
}
.cookie-details-content {
    font-size: 13px;
    width: 100%;
    float: left;
    padding: 5px 15px 10px 15px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}
.cookie-detail-name {
    /*font-weight: bold;*/
	color:#900;
    float: left;
    width: 20%;
}
.cookie-detail-description {
    float: left;
    width: 80%;
    margin-bottom: 4px;
}
.cookie-detail-cat {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
}
.cookie-detail-cat:last-child {
    border-bottom: none;
    margin-bottom: 0px;
}
.cookie-detail-cat-title {
    padding: 3px 0px;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 13px;
	background-color:#F5F5F5;
}

@media only screen and (max-width: 1100px) {
	#cp-container {
		width: 90%;
		min-height: 220px;
	}
}
@media only screen and (max-width: 1000px) {
	#cp-container {
		height: 80%;
		width: 90%;
		min-height: 230px;
	}
}

@media only screen and (max-width: 799px) {
	#cp-container {
		height: 80%;
		width: 90%;
		min-height: 290px;
	}
}
@media only screen and (max-width: 640px) {
	#cp-container {
		min-height: 320px;
	}
}
@media only screen and (max-width: 479px) {
	#cp-container {
		min-height: 370px;
	}
	#cookie-policy-agree-all {
		margin-left: 0;
		margin-top: 10px;
		width: 100%;
	}
	#cookie-policy-details {
		width: 100%;
		margin-top: 10px;
		text-align: right;
	}
	.cookie-detail-name, .cookie-detail-description {
		width: 100%;
	}
}
@media only screen and (max-width: 359px) {
	#cp-container {
		min-height: 400px;
	}
	#cookie-policy-content-title {
		font-size: 14px;
		margin-bottom: 8px;
		line-height:16px;
	}
	#cookie-policy-content-description {
		font-size: 12px;
		line-height: 1.15;
		margin-bottom: 16px;
	}
}
</pre></body></html>