#pk_flex_content .product_implementatie .product-implementaties {
	display: flex; flex-direction: row-reverse; align-items: center;
	gap: 5rem;
}

#pk_flex_content .product-implementaties .implementatie-swiper {
	min-width: 0;
}
#pk_flex_content .product-implementaties .implementatie-swiper .swiper-wrapper {
	align-items: stretch;
}

#pk_flex_content .product-implementaties .swiper-slide {
	border-radius: var(--radius-normal); padding: 1.5rem;
	color: #ffffff; height: auto; padding-bottom: 3rem;
}
#pk_flex_content .product-implementaties .swiper-slide:not(.swiper-slide-active) {
	background-color: var(--Identity-Sky) !important;
	opacity: 0.85;
}
#pk_flex_content .product-implementaties .swiper-slide > img {
	aspect-ratio: 19/10; object-fit: cover; width: 100%;
	border-radius: var(--radius-normal); margin-bottom: 2rem;
}
#pk_flex_content .product-implementaties .swiper-slide .counter,
#pk_flex_content .product-implementaties .implementatie-item > span {
	width: 2rem; height: 2rem; border-radius: 0.25rem;
	display: flex; align-items: center; justify-content: center;
	background-color: #ffffff; font-family: var(--heading-font);
	font-weight: 600; font-size: 1rem; color: #ffffff; line-height: 1;
	margin-bottom: 1rem;
}
#pk_flex_content .product-implementaties .swiper-slide .implementatie-title {
	color: inherit; margin-bottom: 1rem;
}

#pk_flex_content .product-implementaties .implementaties-list {
	display: flex; flex-direction: column; align-items: flex-end;
	gap: 15px; padding: 0;
}
#pk_flex_content .product-implementaties .implementaties-list .implementatie-item {
	display: flex; flex-direction: row; align-items: center; gap: 10px;
	width: 100%; padding: 1.5rem;
	border-radius: var(--radius-normal); border: 1px solid rgba(13, 32, 117, 0.50);
	transition: all 0.1s ease-in-out;
}
#pk_flex_content .product-implementaties .implementaties-list .implementatie-item.active {
	background-color: var(--Identity-Sky);
}
#pk_flex_content .product-implementaties .implementatie-item > span,
#pk_flex_content .product-implementaties .implementaties-list .implementatie-title {
	margin: 0;
}

@media screen and (min-width: 1024px) {
	#pk_flex_content .product-implementatie-head {
		display: flex; align-items: flex-start; gap: 5rem;
		margin-bottom: 3rem;
	}
	#pk_flex_content .product_implementatie .product-implementaties > .swiper-container,
	#pk_flex_content .product-implementatie-head > .heading_wrapper {
		width: 40%;
	}
	#pk_flex_content .product_implementatie .product-implementaties > .implementaties-list,
	#pk_flex_content .product-implementatie-head > .text-wrapper {
		width: 60%; padding-left: 2rem;
	}
}
@media screen and (max-width: 1024px) {
	#pk_flex_content .product-implementatie-head {
		margin-bottom: 2.5rem;
	}
	#pk_flex_content .product_implementatie .product-implementaties {
		flex-direction: column; gap: 2rem;
	}
	#pk_flex_content .product_implementatie .product-implementaties > .implementaties-list,
	#pk_flex_content .product_implementatie .product-implementaties > .swiper-container {
		width: 100%;
	}
}