@keyframes arrow-slide-back {
	0% {
		transform: translate(0%, 0);
	}

	50% {
		transform: translate(100%, 0);
	}

	51% {
		transform: translate(-100%, 0);
	}

	100% {
		transform: translate(0%, 0);
	}
}

html {
	scroll-behavior: smooth;
}

#pk_flex_content {
	--site-grid: 1510px;
}

#pk_flex_content strong {
	font-weight: 700;
}

#pk_flex_content .flex_layout {
	padding: 120px 40px;
}

#pk_flex_content .flex_layout:not(.full_width) {
	max-width: var(--site-grid);
	margin-inline: auto;
}


#pk_flex_content .flex_content.dark .dialog p,
#pk_flex_content .flex_content.dark div,
#pk_flex_content .flex_content.dark .flex_layout.afbeelding_content .afbeelding_content_wrapper .sec_knop span,
#pk_flex_content .flex_content.dark .rank-math-breadcrumb span,
#pk_flex_content .flex_content.dark ul,
#pk_flex_content .flex_content.dark li,
#pk_flex_content .flex_content.dark .heading,
.lees-meer path {
	color: white;
}

#pk_flex_content .flex_content.dark .lees-meer path,
#pk_flex_content .flex_content.dark .titel_swiper svg path {
	fill: white;
}

#pk_flex_content .heading {
	margin-bottom: 20px;
}

#pk_flex_content h2 {
	letter-spacing: -1.6px;
}

#pk_flex_content .text_wrapper p,
#pk_flex_content .content p {
	margin-bottom: 18px;
}

#pk_flex_content .text_wrapper p:last-of-type,
#pk_flex_content .content p:last-of-type {
	margin-bottom: 0;
}

#pk_flex_content .subtitel {
	display: flex;
	align-items: center;
	gap: 11px;
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.64px;
}

#pk_flex_content .subtitel .line {
	height: 1px;
	width: 24px;
	background: #59332A;
}



#pk_flex_content .text_wrapper blockquote {
	font-size: 30px;
	font-weight: 500;
	margin-block: 40px;
}




@media screen and (max-width: 767px) {
	#pk_flex_content .heading_wrapper {
		width: fit-content;
	}

	#pk_flex_content .titel_swiper svg {
		margin-top: 14px;
		width: 1rem;
		height: 1rem;
	}
}

body .fl-page #pk_flex_content .rank-math-breadcrumb {
	display: inline-block;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 500;
	max-width: 100vw;
}

body .fl-page #pk_flex_content .rank-math-breadcrumb * {
	font-weight: 500;
}

#pk_flex_content .rank-math-breadcrumb a {
	color: white;
	margin-bottom: 0px;
	opacity: 0.5;
}

#pk_flex_content .rank-math-breadcrumb p>a {
	flex-shrink: 0;
	color: rgba(253, 251, 239, 0.50);
}

#pk_flex_content .rank-math-breadcrumb p>a:hover {
	color: #FDFBEF
}

#pk_flex_content .flex_layout.hero_afbeelding_links .rank-math-breadcrumb p>a,
#pk_flex_content .flex_layout.hero_afbeelding_links .rank-math-breadcrumb .separator {
	color: #BBABA0;
	opacity: 1;
}

#pk_flex_content .flex_layout.hero_afbeelding_links .rank-math-breadcrumb p>a:hover {
	color: #59332A;
}

#pk_flex_content .rank-math-breadcrumb .separator {
	flex-shrink: 0;
	color: rgba(253, 251, 239, 0.50);
}

#pk_flex_content .rank-math-breadcrumb p {
	margin-bottom: 0px;
	position: relative;
}

#pk_flex_content .rank-math-breadcrumb a,
#pk_flex_content .rank-math-breadcrumb span {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	line-height: 108%;
	letter-spacing: -0.64px;
}

#pk_flex_content .rank-math-breadcrumb a:hover,
#pk_flex_content .rank-math-breadcrumb a:focus {
	opacity: 1;
}


#pk_flex_content a {
	text-decoration: none;
}

#pk_flex_content #scroll_down {
	color: white;
}

.button_wrapper {
	margin-top: 20px;
}

#pk_flex_content .button_container {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
	align-items: center;
}

#pk_flex_content .button,
.variations_form.cart .button {
	display: flex;
	align-items: center;
	padding: 0;
	border: 0;
	background: none;
}

body .dialog-wrapper #product_form .single_add_to_cart_button.button,
body .dialog-wrapper #product_form .single_add_to_cart_button.button:hover,
body .dialog-wrapper #product_form .single_add_to_cart_button.button.added.loading {
	background: none !important;
	padding: 0 !important;
}

#pk_flex_content .button:hover,
.variations_form.cart .button:hover {
	background: none;
}

#pk_flex_content .button span,
.variations_form.cart .button span {
	border-radius: 10px;
	background: #59332A;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.8px;
	padding: 8px 18px;
	padding-bottom: 10px;
}

#pk_flex_content .button:not(.sec_knop) svg path,
.variations_form.cart .button svg path {
	transition: transform 180ms ease-in-out;
	transform-origin: center;
}

#pk_flex_content .button:not(.sec_knop):hover svg path,
.variations_form.cart .button:hover svg path {
	transform: rotate(45deg);
}

#pk_flex_content .sec_knop {
	background-color: transparent;
	padding: 0px;
	border: 0px;
	gap: 3px;
}

#pk_flex_content .button.sec_knop span {
	background-color: transparent;
	padding: 0px;
}

#pk_flex_content .sec_knop svg {
	transition: transform 180ms ease-in-out;
}

#pk_flex_content .sec_knop:hover svg {
	transform: translate(5px, -5px);
}

#pk_flex_content .button.sec_knop.arrow_down {
	gap: 10px;
}

#pk_flex_content .button.sec_knop.arrow_down:hover svg {
	transform: translate(0, 5px);
}






@media screen and (max-width: 767px) {

	#pk_flex_content .flex_layout {
		padding: 60px 20px;
	}

	#pk_flex_content .flex_breadcrumbs .flex_layout {
		padding-inline: 20px;
	}
}


#pk_flex_content .swiper-button-next,
#pk_flex_content .swiper-button-prev {
	width: 50px;
	height: 50px;
	background-color: var(--wp--preset--color--fl-accent);
	aspect-ratio: 1;
	padding: 13px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	display: none;
}

#pk_flex_content .swiper-button-next:hover svg path,
#pk_flex_content .swiper-button-prev:hover svg path {
	animation: arrow-slide-back 0.3s ease-in-out;
}


/* nieuws grid post layout */
#pk_flex_content .news-block {
	height: 100%;
	position: relative;
}

#pk_flex_content .news-block,
#pk_flex_content .news-block:hover {
	color: #FDFBEF;
}

#pk_flex_content .news-block .category svg:not(.social_icon) path {
	stroke: #FDFBEF;
}

#pk_flex_content .news-block .category svg.social_icon path {
	fill: #FDFBEF;
}

#pk_flex_content .news-block .news_wrapper {
	height: 100%;
	min-height: 430px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 50px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	overflow: clip;
}

#pk_flex_content .news-block .button:not(.sec_knop):hover svg path {
	transform: translate(none);
}

#pk_flex_content .news-block:hover .button:not(.sec_knop) svg path {
	transform: rotate(45deg);
}

#pk_flex_content .news-block .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(89, 51, 42, 0.32) 0%, rgba(89, 51, 42, 0.32) 100%);
	z-index: 0;
	opacity: 0;
	pointer-events: none;

}

#pk_flex_content .news-block .news_wrapper.has-thumbnail .overlay {
	opacity: 1;
}

#pk_flex_content .news-block.socials .news_wrapper.has-thumbnail .overlay {
	opacity: 0;
}

#pk_flex_content .news-block .category {
	border-radius: 10px;
	border: 1px solid #FDFBEF;
	width: fit-content;
	padding: 10px 16px;
	display: flex;
	align-items: center;
	gap: 10px;
	z-index: 1;
	backdrop-filter: blur(10px);
}

#pk_flex_content .news-block .category span {
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: -0.64px;
}

#pk_flex_content .news-block .content {
	z-index: 1;
}

#pk_flex_content .news-block .content .title {
	font-size: clamp(20px, 20px + (30 - 20) * ((100vw - 350px) / (1510 - 350)), 30px);
	font-weight: 600;
	line-height: normal;
	letter-spacing: -1.2px;
	margin-bottom: 20px;
	color: #FDFBEF;
}

#pk_flex_content .news-block .content .summary p {
	text-overflow: ellipsis;
	font-size: 18px;
	line-height: 140%;
	height: 75px;
	overflow: hidden;
}

/* waardes */
#pk_flex_content .news-block.color_8fa4d1 .news_wrapper .button_wrapper .button svg rect {
	fill: #FDFBEF;
}

#pk_flex_content .news-block.color_8fa4d1 .news_wrapper .button_wrapper .button svg path {
	stroke: #8FA4D1;
}


#pk_flex_content .news-block.color_363c2e .news_wrapper .button_wrapper .button span,
#pk_flex_content .news-block.color_59332a .news_wrapper .button_wrapper .button span {
	background: #E3E3D4;
	color: #363C2E;
}

#pk_flex_content .news-block.color_7a826a .news_wrapper .button_wrapper .button span {
	background: #363C2E;
	color: #FDFBEF;
}

#pk_flex_content .news-block.color_aeb29f,
#pk_flex_content .news-block.color_aeb29f:hover,
#pk_flex_content .news-block.color_c9cbba,
#pk_flex_content .news-block.color_c9cbba:hover,
#pk_flex_content .news-block.color_e3e3d4,
#pk_flex_content .news-block.color_e3e3d4:hover {
	color: #363C2E;
}

#pk_flex_content .news-block.color_aeb29f .category svg:not(.social_icon) path,
#pk_flex_content .news-block.color_c9cbba .category svg:not(.social_icon) path,
#pk_flex_content .news-block.color_e3e3d4 .category svg:not(.social_icon) path {
	stroke: #363C2E;
}

#pk_flex_content .news-block.color_aeb29f .category svg.social_icon path,
#pk_flex_content .news-block.color_c9cbba .category svg.social_icon path,
#pk_flex_content .news-block.color_e3e3d4 .category svg.social_icon path {
	fill: #363C2E;
}

#pk_flex_content .news-block.color_aeb29f .category,
#pk_flex_content .news-block.color_c9cbba .category,
#pk_flex_content .news-block.color_e3e3d4 .category {
	border: 1px solid #363C2E;
}

#pk_flex_content .news-block.color_aeb29f .content .title,
#pk_flex_content .news-block.color_c9cbba .content .title,
#pk_flex_content .news-block.color_e3e3d4 .content .title {
	color: #363C2E;
}

#pk_flex_content .news-block.color_aeb29f .news_wrapper .button_wrapper .button span,
#pk_flex_content .news-block.color_c9cbba .news_wrapper .button_wrapper .button span,
#pk_flex_content .news-block.color_e3e3d4 .news_wrapper .button_wrapper .button span {
	background: #363C2E;
	color: #FDFBEF;
}

#pk_flex_content .news-block.color_bbaba0,
#pk_flex_content .news-block.color_bbaba0:hover,
#pk_flex_content .news-block.color_dcd3c8,
#pk_flex_content .news-block.color_dcd3c8:hover {
	color: #59332A;
}

#pk_flex_content .news-block.color_bbaba0 .category svg:not(.social_icon) path,
#pk_flex_content .news-block.color_dcd3c8 .category svg:not(.social_icon) path {
	stroke: #59332A;
}

#pk_flex_content .news-block.color_bbaba0 .category svg.social_icon path,
#pk_flex_content .news-block.color_dcd3c8 .category svg.social_icon path {
	fill: #59332A;
}

#pk_flex_content .news-block.color_bbaba0 .category,
#pk_flex_content .news-block.color_dcd3c8 .category {
	border: 1px solid #59332A;
}

#pk_flex_content .news-block.color_bbaba0 .content .title,
#pk_flex_content .news-block.color_dcd3c8 .content .title {
	color: #59332A;
}




/* FAQ DEFAULTS */
#pk_flex_content .faq_wrapper .main_faq {
	margin-bottom: 80px;
	scroll-margin-top: 140px;
}

#pk_flex_content .faq_wrapper h2 {
	margin-bottom: 45px;
}

#pk_flex_content .faq_wrapper .main_faq:last-child {
	margin-bottom: 0px;
}

#pk_flex_content .faq_wrapper .main_faq>h3 {
	margin-bottom: 40px;
}

#pk_flex_content .faq_wrapper .faq_item_wrapper {
	display: grid;
	grid-template-columns: 1fr;
}

#pk_flex_content .faq_wrapper .faq_item {
	border-top: 1px solid #9B8379;
}

#pk_flex_content .faq_wrapper .faq_item:last-child {
	border-bottom: 1px solid #9B8379;
}

#pk_flex_content .faq_wrapper .faq_item .faq_head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	padding-block: 22px;
}

#pk_flex_content .faq_wrapper .faq_item .faq_head span {
	margin-bottom: 0;
	font-size: 24px;
	font-weight: 600;
	line-height: normal;
	letter-spacing: -0.96px;
}

#pk_flex_content .faq_wrapper .faq_item .faq_inner {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 180ms ease-in-out, padding-bottom 180ms ease-in-out;
}

#pk_flex_content .faq_wrapper .faq_item.open .faq_inner {
	grid-template-rows: 1fr;
	padding-bottom: 22px;
}

#pk_flex_content .faq_wrapper .faq_item .faq_inner .faq_content {
	overflow: hidden;
}

#pk_flex_content .faq_wrapper .faq_item .faq_inner .faq_content p {
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	line-height: 150%;
	letter-spacing: -0.64px;
	opacity: 0.6;
}

#pk_flex_content .faq_wrapper .faq_item .faq_head svg line {
	transition: rotate 180ms ease-in-out, opacity 180ms ease-in-out;
	transform-origin: center;
}

#pk_flex_content .faq_wrapper .faq_item.open .faq_head svg .vertical-line {
	rotate: 90deg;
	opacity: 1;
}

#pk_flex_content .faq_wrapper .faq_item.open .faq_head svg .horizontal-line {
	rotate: 90deg;
	opacity: 0;
}

/* GRID DEFAULTS */

#pk_flex_content .grid_wrapper {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 20px;
	justify-content: center;
	overflow: hidden;
}

#pk_flex_content .grid_wrapper .grid_block a .button_wrapper .button_text svg {
	transition: all 0.3s;
}

#pk_flex_content .grid_wrapper .grid_block a:hover .button_wrapper .button_text svg {
	transform: translate(5px, 0);
}

#pk_flex_content .grid_wrapper .grid_block {
	display: inline-block;
}


/* FILTER DEFAULTS */

.flex_layout .filter-container {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 20px;
	margin-bottom: 40px;
	flex-wrap: wrap;
}

.flex_layout .filter-container select,
.flex_layout .filter-container input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

	border: 0px;
	font-size: 16px;
	padding: 0.6rem 1.5rem;
	background: #FFFFFF;
	border-radius: 0.5rem;
}

#pk_flex_content .flex_layout .filter-container .filter-keyword {
	max-width: 310px;
	margin-left: auto;
	padding-right: 40px;
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='13' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.8706 11.7451L9.05213 8.93379C9.82864 8.00629 10.26 6.84152 10.26 5.63361C10.26 2.80078 7.95926 0.5 5.12642 0.5C2.29359 0.5 0 2.80078 0 5.63361C0 8.46645 2.30078 10.7672 5.13361 10.7672C6.34152 10.7672 7.51348 10.343 8.43379 9.55932L11.2451 12.3778C11.3313 12.4641 11.4464 12.5072 11.5614 12.5072C11.6765 12.5072 11.7915 12.4569 11.8706 12.3778C12.0431 12.2052 12.0431 11.9248 11.8706 11.7522V11.7451ZM9.37567 5.63361C9.37567 7.97753 7.47034 9.88286 5.13361 9.88286C2.79688 9.88286 0.884362 7.97034 0.884362 5.63361C0.884362 3.29688 2.78969 1.38436 5.12642 1.38436C7.46315 1.38436 9.36848 3.28969 9.36848 5.62642L9.37567 5.63361Z' fill='%232E3842'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: calc(100% - 1rem) 50%;
}

#pk_flex_content .flex_layout .filter-container select {
	width: fit-content;
	padding-right: 40px;
	background-image: url("data:image/svg+xml,%3Csvg width='10' height='9' viewBox='0 0 10 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.1416 8.47204L9.12078 4.49286C9.38682 4.22681 9.38682 3.7951 9.12078 3.52905C8.85473 3.263 8.42302 3.263 8.15697 3.52905L4.6599 7.02611L1.16201 3.52864C0.895964 3.26259 0.464253 3.26259 0.198204 3.52864C0.0651789 3.66166 -0.00133326 3.836 -0.00133327 4.01075C-0.00133327 4.1855 0.0651788 4.35984 0.198204 4.49286L4.17738 8.47204C4.3104 8.60506 4.48474 8.67157 4.65949 8.67157C4.83424 8.67157 5.00858 8.60506 5.1416 8.47204Z' fill='%232E3842'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: calc(100% - 1rem) 50%;
}




/* TAGS */
#pk_flex_content .tags {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
}

#pk_flex_content .tags .tag {
	display: flex;
	align-items: center;
	gap: 10px;
	border-radius: 10px;
	border: 1px solid #FDFBEF;
	background: rgba(0, 0, 0, 0.00);
	padding: 10px 17px;
	backdrop-filter: blur(10px);
}

#pk_flex_content .tags .tag .icon {
	position: relative;
	height: 20px;
}

#pk_flex_content .tags .tag img {
	height: 20px;
	width: fit-content;
	vertical-align: unset;
}

#pk_flex_content .tags .tag span {
	color: #FDFBEF;
	font-size: 16px;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: -0.64px;
}



/* list items */
#pk_flex_content .tekst ul {
	list-style: none;
	padding-left: 40px;
	margin-bottom: 0;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

#pk_flex_content .tekst ul li {
	position: relative;
}

#pk_flex_content .tekst ul li:before {
	position: absolute;
	content: '';
	left: -40px;
	top: 50%;
	transform: translateY(-50%);
	height: 32px;
	width: 32px;
	background-image: url('/wp-content/uploads/2025/10/check.svg');
	background-position: center;
	background-size: contain;
}



/* ALGEMENE CTA */
#pk_flex_content .alg_cta {
	/* border: 1px solid #C9CBBA;
	background: #AEB29F; */
	/* margin-top: 20px; */
	padding: 30px 40px;
}

#pk_flex_content .alg_cta .top_content_wrapper {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 35px;
}

#pk_flex_content .alg_cta .top_content_wrapper .heading {
	color: #FDFBEF;
	margin-bottom: 0;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: -0.96px;
}

#pk_flex_content .alg_cta .top_content_wrapper .heading strong {
	font-weight: 600;
}

#pk_flex_content .alg_cta .image_container {
	width: 140px;
	height: 88px;
}

#pk_flex_content .alg_cta .image_container img {
	height: 100%;
	width: 100%;
	object-fit: contain;
	flex-shrink: 0;
}

#pk_flex_content .alg_cta .tekst p {
	margin-bottom: 0;
}

#pk_flex_content .alg_cta .tekst p a {
	color: #FDFBEF;
	font-size: 32px;
	font-weight: 500;
	line-height: 120%;
	letter-spacing: -1.28px;
	transition: all 180ms ease-in-out;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

#pk_flex_content .alg_cta .tekst p a:hover {
	color: #59332A;
}

/* adres cta */

.flex_layout.content_detail_faq .flex_container_inner .cta_container .cta_wrapper {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.flex_layout.content_detail_faq .flex_container_inner .cta_container .cta_wrapper> :nth-child(1),
.flex_layout.content_detail_faq .flex_container_inner .cta_container .cta_wrapper> :nth-child(3) {
	border: 1px solid #AEB29F;
	background: #7A826A;
}

.flex_layout.content_detail_faq .flex_container_inner .cta_container .cta_wrapper> :nth-child(2) {
	border: 1px solid #E3E3D4;
	background: #AEB29F;
}

.adres_cta {
	padding: 30px 40px;
	color: #FDFBEF;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.adres_cta .adres_cta_top {
	display: flex;
	align-items: center;
	gap: 12px;
}

.adres_cta .adres_cta_top .icon_container {
	border-radius: 50px;
	background: #C9CBBA;
	display: flex;
	width: 48px;
	height: 48px;
	padding: 10px;
	justify-content: center;
	align-items: center;
	gap: -23px;
}

#pk_flex_content .adres_cta .adres_cta_top .heading {
	margin-bottom: 0;
	color: #FDFBEF;
}

.adres_cta .tekst>p {
	font-size: 32px;
	font-weight: 500;
	line-height: 120%;
	letter-spacing: -1.28px;
	margin-bottom: 0;
}

.adres_cta .button span {
	color: #363C2E;
	letter-spacing: -0.64px;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: 5%;
	text-underline-offset: 12.5%;
	text-underline-position: from-font;
}

.adres_cta .button:hover span {
	color: #363C2E;
}

.adres_cta .button svg path {
	stroke: #363C2E;
}

/* swiper pagination */
#pk_flex_content .swiper-pagination {
	position: static;
	margin-top: 1rem;
	width: 100%;
	left: 0;
	right: 0;
	display: flex;
	gap: .5rem;
}

#pk_flex_content .swiper-pagination span {
	flex-grow: 1;
	border-radius: 0;
	background: var(--text-color);
	opacity: 0.2;
	height: 1px;
	transition: opacity 180ms ease-in-out;
}

#pk_flex_content .swiper-pagination span.swiper-pagination-bullet-active {
	opacity: 1;
}



/* GFORM STYLES */
#equiface-page .gform_wrapper .gfield label {
	font-size: 16px;
	font-weight: 600;
	line-height: 150%;
	letter-spacing: -0.64px;
	padding-top: 0;
}

#equiface-page .gform_wrapper .gfield input:not([type="checkbox"]),
#equiface-page .gform_wrapper .gfield textarea,
#equiface-page .gform_wrapper .gfield_select {
	background: transparent;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: -0.64px;
	padding: 12px 24px;
	border: 1px solid #9B8379;
	border-radius: 10px;
	max-width: 100%;
}

#equiface-page .gform_wrapper.gravity-theme .gform_fields {
	grid-column-gap: 16px;
}

#equiface-page .gfield.gfield--input-type-consent {
	margin-top: 16px;
}

#equiface-page .gfield.gfield--input-type-consent legend {
	display: none;
}

#equiface-page .gfield.gfield--input-type-consent .ginput_container_consent label {
	font-size: 18px;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 0;
}

#equiface-page .gfield.gfield--input-type-consent .ginput_container_consent label a {
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: 4%;
	text-underline-offset: 20%;
	text-underline-position: from-font;
}

#equiface-page .gfield.gfield--input-type-consent .ginput_container_consent {
	display: flex;
	align-items: center;
	gap: 12px;
}

#equiface-page .gform_wrapper form .gform_fields .gfield input[type=checkbox] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: none;
	border-radius: 0px;
	width: 21px;
	height: 21px;
	position: relative;
	cursor: pointer;
	transition: all 180ms ease-in-out;
	padding: 0;
	background: url('data:image/svg+xml,<svg width="21" height="21" viewBox="0 0 21 21" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="19.9795" height="19.9795" rx="1.99756" fill="white" stroke="%2359332A"/></svg>');
	background-position: center;
	background-repeat: no-repeat;
	margin: 0;
}

#equiface-page .gform_wrapper form .gform_fields .gfield input[type=checkbox]::after {
	content: '';
	position: absolute;
	height: 8px;
	width: 11px;
	opacity: 0;
	transition: opacity 180ms ease-in-out;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="8" viewBox="0 0 11 8" fill="none"><path d="M3.59648 7.79238C3.41666 7.79238 3.29678 7.73244 3.17689 7.61256L0.179824 4.61549C-0.0599414 4.37572 -0.0599414 4.01607 0.179824 3.77631C0.41959 3.53654 0.779238 3.53654 1.019 3.77631L3.59648 6.35379L9.77045 0.179824C10.0102 -0.0599414 10.3699 -0.0599414 10.6096 0.179824C10.8494 0.41959 10.8494 0.779238 10.6096 1.019L4.01607 7.61256C3.89619 7.73244 3.77631 7.79238 3.59648 7.79238Z" fill="%2359332A"/></svg>');
	background-position: center;
	background-repeat: no-repeat;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#equiface-page .gform_wrapper form .gform_fields .gfield input[type=checkbox]:checked::after {
	opacity: 1;
}

#equiface-page .gform_wrapper .gform_footer {
	margin-top: 24px;
}

#equiface-page .gform_wrapper .gform_footer .button {
	background: #59332A;
	color: #FDFBEF;
}

#equiface-page dialog .gform_confirmation_message a {
	border-radius: 10px;
	background: #59332A;
	color: #FDFBEF;
	font-size: 20px;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.8px;
	padding: 8px 18px;
	position: relative;
}

#equiface-page dialog .gform_confirmation_message a:after {
	position: absolute;
	content: '';
	width: 45px;
	height: 45px;
	border-radius: 10px;
	background-color: #8FA4D1;
	top: 0;
	right: -45px;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M9.00252 0.500011L14.6708 0.50001M14.6708 0.50001L14.6708 6.16827M14.6708 0.50001L0.500143 14.6706" stroke="%23FDFBEF" stroke-linecap="round" stroke-linejoin="round"/></svg>');
	background-position: center;
	background-repeat: no-repeat;
}

#equiface-page .gform_wrapper.gravity-theme,
#equiface-page .gform_wrapper.gravity-theme .gf_placeholder,
#equiface-page .gform_wrapper .gfield input:not([type="checkbox"]),
#equiface-page .gform_wrapper .gfield textarea,
#equiface-page .gform_wrapper .gfield_select {
	color: #59332A;
}

#equiface-page .gform_wrapper.gravity-theme .gfield_required {
	color: #59332A;
	font-size: 16px;
	padding: 0;
}

#equiface-page .searchandfilter {
	margin-bottom: 40px;
	max-width: 780px;
	width: fit-content;
}

#equiface-page .searchandfilter ul,
#equiface-page .searchandfilter ul li {
	padding: 0;
}

#equiface-page .searchandfilter .sf-field-taxonomy-news-category ul {
	display: flex;
	align-items: center;
	gap: 9px;
	flex-wrap: wrap;
}

#equiface-page .searchandfilter input[type="checkbox"] {
	display: none;
}

#equiface-page .searchandfilter input[type="checkbox"]+label {
	display: inline-block;
	padding: 10px 16px;
	border: 1px solid #363C2E;
	border-radius: 10px;
	background: transparent;
	color: #363C2E;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: -0.64px;
	cursor: pointer;
	transition: all 180ms ease-in-out;
	line-height: 1;
}

#equiface-page .searchandfilter input[type="checkbox"]+label:hover {
	background: #AEB29F;
	color: #363C2E
}

#equiface-page .searchandfilter input[type="checkbox"]:checked+label {
	background: #AEB29F;
	color: #363C2E;
}

#equiface-page .gform_wrapper .gfield .ginput_container {
	position: relative;
}

#equiface-page .gform_wrapper .gfield .ginput_container select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#equiface-page .gform_wrapper .gfield .ginput_container:has(select):after {
	content: '';
	position: absolute;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M5 7.5L10 12.5L15 7.5" stroke="%2359332A" stroke-linecap="round" stroke-linejoin="round"/></svg>');
	height: 20px;
	width: 20px;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}



@media screen and (max-width: 992px) {
	#pk_flex_content .flex_layout {
		padding: 60px 40px;
	}

	.flex_layout .filter-container select,
	#pk_flex_content .flex_layout .filter-container .filter-keyword,
	.flex_layout .filter-container input,
	#pk_flex_content .flex_layout .filter-container select {
		width: 100%;
		max-width: unset;
	}

	#pk_flex_content .button span {
		font-size: 16px;
		letter-spacing: -0.6px;
		padding: 8px 14px;
		padding-bottom: 10px;
	}

	#pk_flex_content .button:not(.sec_knop) svg {
		height: 40.5px;
		width: 40.5px;
	}

	.button_wrapper {
		margin-top: 16px;
	}

	#pk_flex_content .text_wrapper p {
		letter-spacing: -0.64px;
	}

	#pk_flex_content .news-block .news_wrapper {
		padding: 40px;
		min-height: unset;
		height: 360px;
	}

	#pk_flex_content .news-block .category {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 767px) {
	#pk_flex_content .flex_layout {
		padding: 40px 20px;
	}

	#pk_flex_content .news-block .news_wrapper {
		padding: 20px;
	}

	#pk_flex_content .tags .tag {
		padding: 8px 12px;
	}

	#pk_flex_content .alg_cta {
		padding: 20px;
	}

	#pk_flex_content .alg_cta .top_content_wrapper {
		margin-bottom: 20px
	}

	#pk_flex_content .alg_cta .tekst p a {
		font-size: 26px;
	}
}