/* Complianz start. */
body .cmplz-blocked-content-container {
	max-height: 450px;
    object-fit: cover;
	filter: url(filters.svg#grayscale);
	/* Firefox 3.5+ */
	filter: gray;
	/* IE6-9 */
	-webkit-filter: grayscale(1);
}

.cmplz-show.cmplz-cookiebanner {
	padding: 20px;
	z-index: 998;
	background: rgba(246, 250, 251, .6);
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
}

.cmplz-show.cmplz-cookiebanner .cmplz-title {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	font-weight: 300;
    text-transform: uppercase;
    line-height: 1.2em;
    width: 100%;
	text-align: center;
	color: #2E3839;
}

.cmplz-show.cmplz-cookiebanner .cmplz-message {
	font-family: 'Ubuntu Sans', sans-serif;
	font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 24px;
	color: #2E3839;
}

.cmplz-cookiebanner .cmplz-links.cmplz-documents {
	font-size: 0;
	gap: 0;
}
.cmplz-show.cmplz-cookiebanner .cmplz-links.cmplz-documents a:not(:last-child):after {
	content: "|";
	color: #2E3839;
	margin: 0 10px;
}

.cmplz-show.cmplz-cookiebanner .cmplz-links.cmplz-documents a:first-child:after {
	margin-left: 5px;
}
.cmplz-show.cmplz-cookiebanner .cmplz-links .cmplz-link {
	text-decoration: none;
	color: #2E3839;
	transition: color .3s;
	font-weight: 400;
	font-size: 12px;
}

.cmplz-show.cmplz-cookiebanner .cmplz-links .cmplz-link:hover {
	color: #3a97a7;
}
.cmplz-show.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active {
	color: #3a97a7;
}

.cmplz-show.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox,
.cmplz-show.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:focus {
	outline: none !important;
}
.cmplz-show.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:focus + .cmplz-label:before {
	box-shadow: unset;
}
 
body .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept {
	position: relative;
	font-family: 'Gulim', sans-serif;
    font-weight: normal;
	color: #f6fafb;
    text-transform: uppercase;
    line-height: normal;
	letter-spacing: 0.1em;
	font-size: 12px;
	padding: 1.15em 2.1em;
	outline: none;
	border-radius: 40px;
}

body .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept {
	border: unset;
    border-radius: 40px;
	color: #f6fafb;
	background: rgb(33,92,42);
	background: -moz-linear-gradient(90deg, rgba(33,92,42,1) 0%, rgba(34,132,129,1) 40%, rgba(34,172,216,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(33,92,42,1) 0%, rgba(34,132,129,1) 40%, rgba(34,172,216,1) 100%);
	background: linear-gradient(90deg, rgba(33,92,42,1) 0%, rgba(34,132,129,1) 40%, rgba(34,172,216,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#215c2a",endColorstr="#22acd8",GradientType=1);
	z-index: 2;
}

body .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept::before {
	position: absolute;
	content: "";
	inset: 0;
	background: rgb(34,172,216);
	background: -moz-linear-gradient(90deg, rgba(34,172,216,1) 0%, rgba(34,132,129,1) 60%, rgba(33,92,42,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(34,172,216,1) 0%, rgba(34,132,129,1) 60%, rgba(33,92,42,1) 100%);
	background: linear-gradient(90deg, rgba(34,172,216,1) 0%, rgba(34,132,129,1) 60%, rgba(33,92,42,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#22acd8",endColorstr="#215c2a",GradientType=1);
	z-index: 1;
	opacity: 0;
	transition: opacity 0.5s linear;
	border-radius: 40px;
}

body .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept::before {
	z-index: -1;
}

body .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept:hover::before,
body .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept:focus::before,
body .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept:active::before {
	opacity: 1;
}

body .cmplz-show.cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
	letter-spacing: 0.11em;
    font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	height: 50px;
	padding: 10px;
}

body .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny,
body .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences,
body .cmplz-show.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-save-preferences {
	background-color: rgba(255, 255, 255, .7);
	border: unset;
	transition: background-color .3s ease-in-out;
}
body .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny:hover,
body .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences:hover,
body .cmplz-show.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-save-preferences:hover {
	background-color: rgba(255, 255, 255, .9);
}

.cmplz-show .cmplz-description {
    font-family: 'Ubuntu Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 24px;
}

.cmplz-show-banner {
	cursor: pointer;
}

.cmplz-show.cmplz-cookiebanner .cmplz-close {
	color: #2E3839;
	transition: color .3s ease-in-out;
}

.cmplz-cookiebanner .cmplz-close:hover {
	color: #3a97a7;
}

body .cmplz-cookiebanner .cmplz-categories .cmplz-category {
    background-color: rgba(239, 239, 239, 0.3);
	border-radius: 10px;
}
.cmplz-generated-document h2 {
	font-size: 26px;
}

.cmplz-generated-document h3 {
	font-size: 22px;
}

body .elementor-widget-wrap>.elementor-element {
    width: 100%;
    background-image: unset !important;
    background: unset;
    border: unset;
    box-shadow: unset;
    height: auto;
}

.cmplz-blocked-content-container .cmplz-blocked-content-notice, .cmplz-wp-video .cmplz-blocked-content-notice {
	background-color: rgba(246, 250, 251, .5);
	color: #2E3839;
	border: unset;
    border-radius: 40px;
	-webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
	top: -10px;
    left: auto;
    transform: unset;
	padding: 20px;
	letter-spacing: .04em;
}

/* Cookie banner - end */