[data-block-name=gesteunde-groepen] {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	padding: 1rem;
	padding-bottom: 4rem;
}

[data-block-name=gesteunde-groepen] .swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
}

[data-block-name=gesteunde-groepen] .swiper-container-2 {
	margin-left: 3rem;
	margin-right: auto;
}

[data-block-name=gesteunde-groepen] .swiper-container .swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

[data-block-name=gesteunde-groepen] .swiper-container .swiper-wrapper-2 {
	margin-right: -3rem;
}

[data-block-name=gesteunde-groepen] .swiper-container .swiper-wrapper .column-3 {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 33%;
	flex: 1 0 33%;
}

[data-block-name=gesteunde-groepen] .swiper-container .swiper-wrapper .column-4 {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 25%;
	flex: 1 0 25%;
}

[data-block-name=gesteunde-groepen] .swiper-container .swiper-wrapper .swiper-slide .post-img {
	text-align: center;
}

[data-block-name=gesteunde-groepen] .swiper-container .swiper-wrapper .grey img {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	opacity: 40%;
}

[data-block-name=gesteunde-groepen] .posts {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 2rem;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

[data-block-name=gesteunde-groepen] .post {
	-webkit-transition: .3s ease;
	transition: .3s ease;
	position: relative;
	width: 240px;
	aspect-ratio: 300/150;
	border-radius: 10px;
	border-radius: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	isolation: isolate;
}

[data-block-name=gesteunde-groepen] .post:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	-webkit-box-shadow: 1px 1px 10px rgba(12,51,23,.3);
	box-shadow: 1px 1px 10px rgba(12,51,23,.3);
}

[data-block-name=gesteunde-groepen] .post .post-img {
	width: 100%;
	height: 100%;
	padding: 1rem;
	position: absolute;
	display: block;
	inset: 0;
	z-index: -1;
	border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
	position: absolute;
	isolation: isolate;
}

[data-block-name=gesteunde-groepen] .post .post-img img {
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
	width: 100%;
	height: 100%;
}

[data-block-name=gesteunde-groepen] .info {
	border-radius: 10px;
	padding: 2rem;
	grid-column: 1/span 2;
	grid-row: 2/span 2;
	aspect-ratio: unset !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	color: #000;
}

[data-block-name=gesteunde-groepen] .info .tekst {
	color: #000 !important;
}

[data-block-name=gesteunde-groepen] .info .tekst>* {
	color: #fff !important;
}

[data-block-name=gesteunde-groepen] .info .tekst a {
	color: #fff !important;
}

[data-block-name=gesteunde-groepen] .info .tekst a:hover {
	color: #858585 !important;
}

[data-block-name=gesteunde-groepen] .vacature .btn {
	margin-top: auto;
}

@media (max-width: 991.98px) {

[data-block-name=gesteunde-groepen] .posts {
	grid-template-columns: 1fr 1fr;
}

[data-block-name=gesteunde-groepen] .info {
	grid-column: 1/-1;
}

}

@media (max-width: 767.98px) {

[data-block-name=gesteunde-groepen] {
	padding-top: 0;
	padding-bottom: 4px;
}

[data-block-name=gesteunde-groepen] .swiper-container {
	width: 100%;
}

[data-block-name=gesteunde-groepen] .swiper-container .swiper-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

[data-block-name=gesteunde-groepen] .swiper-container .swiper-wrapper .column-3 {
	-webkit-box-flex: unset;
	-ms-flex: unset;
	flex: unset;
}

[data-block-name=gesteunde-groepen] .swiper-container .swiper-wrapper .column-4 {
	-webkit-box-flex: unset;
	-ms-flex: unset;
	flex: unset;
}

[data-block-name=gesteunde-groepen] .info {
	padding-top: 0;
}

[data-block-name=gesteunde-groepen] .info p {
	max-width: 100%;
}

}

