.stappen-layout {
	padding-block: 60px;
}

.stappen-layout .pk-grid-container {
	row-gap: 60px;
}

.stappen-layout .intro-col {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.stappen-layout .intro-col p {
	margin: 0;
	max-width: 900px;
}

.stappen-layout .hide-desktop {
	display: none;
}

.stappen-layout .hide-mobile {
	display: block;
}

.stappen-layout .stappen-swiper .swiper-slide {
	height: auto;
}

.stappen-layout .blokken-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 60px;
}

.stappen-layout .stappen-block {
	position: relative;
	display: flex;
	flex-direction: column;
	text-decoration: none;
	color: inherit;
	height: 100%;
	min-height: 400px;
	overflow: hidden;
	border-radius: 5px;
}

.stappen-layout .stappen-block .block-number {
	color: var(--sc-blue);
	font-family: Norwester;
	font-size: 180px;
	line-height: 1;
	transition: color 0.2s ease, -webkit-text-stroke-color 0.2s ease;
}

.stappen-layout .stappen-block:not(:first-child) .block-number,
.stappen-layout .stappen-swiper .swiper-slide:not(:first-child) .block-number {
	color: transparent;
	-webkit-text-stroke: 2px var(--sc-blue);
	text-stroke: 2px var(--sc-blue);
}

.stappen-layout .blokken-wrapper .stappen-block:hover .block-number,
.stappen-layout .blokken-wrapper:has(.stappen-block:nth-child(3):hover) .stappen-block:nth-child(2) .block-number {
	color: var(--sc-blue);
	-webkit-text-stroke: 2px transparent;
	text-stroke: 2px transparent;
}

.stappen-layout .stappen-block .block-title {
	font-weight: 700;
	font-size: 26px;
	margin-block: 8px 120px;
}

.stappen-layout .blokken-wrapper, .stappen-layout .stappen-swiper {
	position: relative;
}

.stappen-layout .blokken-wrapper::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 3px;
	background-color: var(--sc-blue);
	top: 260px;
	left: 0;
	z-index: 1;
}

.stappen-layout .blokken-wrapper .stappen-block::before {
	content: '';
	position: absolute;
	top: 260px;
	left: 0;
	width: 30px;
	height: 47px;
	background-image: url("data:image/svg+xml,%3Csvg width='30' height='47' viewBox='0 0 30 47' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.1431 0L4.26034 16.3037L16.7622 16.6323L0 46.2435L29.4121 10.5654L19.8861 10.3126L28.4603 0.0383203L17.1431 0Z' fill='%233187DD'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left top;
	opacity: 0;
	transition: opacity 0.2s ease;
	pointer-events: none;
	z-index: 2;
}

.stappen-layout .blokken-wrapper .stappen-block:first-child::before {
	opacity: 1;
}

.stappen-layout .blokken-wrapper:hover .stappen-block:first-child::before {
	opacity: 0;
}

.stappen-layout .blokken-wrapper .stappen-block:hover::before {
	opacity: 1;
}

.stappen-layout .blokken-wrapper .stappen-block:first-child:hover::before {
	opacity: 1;
}

.stappen-layout .pk-row .button-col {
	display: flex;
	justify-content: center;
}


@media screen and (max-width: 1200px) {
	
	.stappen-layout .blokken-wrapper {
		gap: 40px;
	}
	
	.stappen-layout .blokken-wrapper::before {
		top: 180px;
	}

	.stappen-layout .blokken-wrapper .stappen-block::before {
		top: 180px;
	}
	
	.stappen-layout .stappen-block .block-number {
		font-size: 120px;
	}
	
	.stappen-layout .stappen-block .block-title {
		font-size: 22px;
		margin-block: 8px 80px;
	}
			
}

@media screen and (min-width: 993px) {
	
	.stappen-layout .aanbod-slide {
		max-width: 500px;
	}
	
}


@media screen and (max-width: 992px) {
	
	.stappen-layout .hide-desktop {
		display: block;
	}
	
	.stappen-layout .hide-mobile {
		display: none;
	}
	
	.stappen-layout .pk-grid-container {
		row-gap: 20px;
	}
	
	.stappen-layout .stappen-block {
		border: 1px solid rgba(255, 255, 255, 0.20);
		padding: 24px;
	}
	
	.stappen-layout .stappen-block .block-number {
		font-size: 80px;
	}
	
	.stappen-layout .stappen-block .block-title {
		font-size: 22px;
		margin-block: 8px 24px;
	}
	
	.stappen-layout .intro-text > p {
		max-width: unset;
		margin-left: unset;
	}
	
	.stappen-layout .pk-button-group {
		margin-top: 40px;
		justify-content: start;
	}
	
}



@media screen and (max-width: 768px) {
	
	.stappen-layout {
		padding-block: 40px;
	}
	
	.stappen-layout .intro-col {
		display: flex;
		flex-direction: column;
		gap: 24px;
	}

	
	.stappen-layout .stappen-block .block-number {
		font-size: 60px;
	}
	
	.stappen-layout .stappen-block .block-title {
		font-size: 20px;
	}

}
