@charset "UTF-8";
.cookieconsent-optout-marketing {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 1rem;
	border: 1px solid #000;
	z-index: 2;
	background: white;
	flex-direction: column;
	justify-content: center;
}
/**
 * Accordion title active color
 */
.wp-block-coblocks-accordion-item details summary {
	background-color: #5d868a;
	color: #fff;
}

@media only screen and (max-width: 600px) {
	.wp-block-columns {
		display: block;
		margin-bottom: 0px;
	}
	.wp-block-columns .wp-block-column {
		margin-bottom: 20px;
	}
	.wp-block-columns .wp-block-column .wp-block-image {
		margin-bottom: 0px;
	}
	.wp-block-image figcaption {
	}
}
