:host, :root {
  height: 100%;
}

body {
  min-height: 100%;
  height: 100%;
}

.whole-site {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 100%;
}

main {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/**/
.nav-fixed {
  width: 100%;
  padding-top: 80px;
}

.navbar.nav-centeredlogo {
  min-height: 100px;
}

.nav-centeredlogo .navbar-toggler {
  margin-top: 27px;
  margin-bottom: 27px;
}

.nav-centeredlogo .navbar-brand {
  /* top: 0; */
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
}

/*
*   Editor css class
*/
.alignleft {
  float: left;
  padding: 0;
  margin: 0;
}

.alignright {
  float: right;
  padding: 0;
  margin: 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

blockquote {
  margin: 2rem 0 0 1rem;
  font-style: italic;
}

/* Fix billing field wrapper */
.woocommerce-input-wrapper {
  width: 100%;
}

/* Woocommerce product gallery slider width fix */
figure.woocommerce-product-gallery__wrapper {
  max-width: inherit !important;
}

/* Fix coupon code input width */
@media (min-width: 768px) {
  #coupon_code.input-text {
    width: 110px !important;
  }
}
/*
*   Footer widgets css
*/
.simple-navigation .nav {
  flex-direction: column;
}

/* 
* Grotere container 
*/
@media (min-width: 1600px) {
  .container-bigger {
    max-width: 1520px;
  }
}
/* Maak WordPress afbeeldingen responsive */
.wp-block-image img {
  max-width: 100%;
  height: auto;
}

/* Maak embed items responsive met deze class */
.indiv-embed .embed-responsive-item,
.indiv-embed embed,
.indiv-embed iframe,
.indiv-embed object,
.indiv-embed video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.indiv-embed .wp-block-embed__wrapper::before {
  display: block;
  content: "";
}

.indiv-embed .wp-block-embed__wrapper {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.indiv-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper::before {
  padding-top: 42.857143%;
}

.indiv-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
  padding-top: 56.25%;
}

.indiv-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper::before {
  padding-top: 75%;
}

.indiv-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper::before {
  padding-top: 100%;
}

.copyright-block {
  display: inline-block;
}

#wpadminbar {
  position: fixed;
}

.logged-in.admin-bar .fixed-top,
.logged-in.admin-bar .offcanvas:not(.offcanvas-bottom).show,
.logged-in.admin-bar .offcanvas:not(.offcanvas-bottom),
.logged-in.admin-bar .modal-dialog {
  top: var(--wp-admin--admin-bar--height) !important;
}
.logged-in.admin-bar .modal-fullscreen,
.logged-in.admin-bar .modal-fullscreen-sm-down,
.logged-in.admin-bar .modal-fullscreen-md-down,
.logged-in.admin-bar .modal-fullscreen-lg-down,
.logged-in.admin-bar .modal-fullscreen-xl-down,
.logged-in.admin-bar .modal-fullscreen-xxl-down {
  height: calc(100% - var(--wp-admin--admin-bar--height));
}

#nav-main .menu-item:last-child .nav-link {
  padding-right: 0;
}

[class^=indivaos_fade],
[class*=" indivaos_fade"],
[class^=indivaos_zoom],
[class*=" indivaos_zoom"] {
  opacity: 0;
}

.w-100.wp-block-image img {
  width: 100%;
}

mark,
.mark {
  padding: 0;
}

:root {
  --cc-btn-primary-bg: #E94B57;
  --cc-btn-primary-hover-bg: #c6404a;
}

#c-ttl {
  color: var(--cc-btn-primary-bg);
}

.c_darkmode {
  --cc-btn-primary-bg: #E94B57;
  --cc-btn-primary-hover-bg: #ec6670;
}

#offcanvas-cart img {
  max-width: 100%;
  height: auto;
}

/* Color Options
--------------------------------------------- */
.has-white-color {
  color: #fff;
  --color: #fff;
}

.has-white-background-color {
  background-color: #fff;
  --background-color: #fff;
}
html.accessibility-contrast .has-white-background-color {
  background-color: #2c2c2c;
  --background-color: #2c2c2c;
}

.has-black-color {
  color: #000;
  --color: #000;
}

.has-black-background-color {
  background-color: #000;
  --background-color: #000;
}
html.accessibility-contrast .has-black-background-color {
  background-color: #2c2c2c;
  --background-color: #2c2c2c;
}

.has-reggerood-color {
  color: #E94B57;
  --color: #E94B57;
}

.has-reggerood-background-color {
  background-color: #E94B57;
  --background-color: #E94B57;
}
html.accessibility-contrast .has-reggerood-background-color {
  background-color: #2c2c2c;
  --background-color: #2c2c2c;
}

.has-reggerood-hover-color {
  color: #C93642;
  --color: #C93642;
}

.has-reggerood-hover-background-color {
  background-color: #C93642;
  --background-color: #C93642;
}
html.accessibility-contrast .has-reggerood-hover-background-color {
  background-color: #2c2c2c;
  --background-color: #2c2c2c;
}

.has-reggerood-tint-color {
  color: #F48B93;
  --color: #F48B93;
}

.has-reggerood-tint-background-color {
  background-color: #F48B93;
  --background-color: #F48B93;
}
html.accessibility-contrast .has-reggerood-tint-background-color {
  background-color: #2c2c2c;
  --background-color: #2c2c2c;
}

.has-tint-reggerood-color {
  color: rgba(233, 75, 87, 0.08);
  --color: rgba(233, 75, 87, 0.08);
}

.has-tint-reggerood-background-color {
  background-color: rgba(233, 75, 87, 0.08);
  --background-color: rgba(233, 75, 87, 0.08);
}
html.accessibility-contrast .has-tint-reggerood-background-color {
  background-color: #2c2c2c;
  --background-color: #2c2c2c;
}

.has-hofblauw-color {
  color: #2BB7C4;
  --color: #2BB7C4;
}

.has-hofblauw-background-color {
  background-color: #2BB7C4;
  --background-color: #2BB7C4;
}
html.accessibility-contrast .has-hofblauw-background-color {
  background-color: #2c2c2c;
  --background-color: #2c2c2c;
}

.has-hofblauw-hover-color {
  color: #2093A0;
  --color: #2093A0;
}

.has-hofblauw-hover-background-color {
  background-color: #2093A0;
  --background-color: #2093A0;
}
html.accessibility-contrast .has-hofblauw-hover-background-color {
  background-color: #2c2c2c;
  --background-color: #2c2c2c;
}

.has-hofblauw-tint-color {
  color: #7DD9E1;
  --color: #7DD9E1;
}

.has-hofblauw-tint-background-color {
  background-color: #7DD9E1;
  --background-color: #7DD9E1;
}
html.accessibility-contrast .has-hofblauw-tint-background-color {
  background-color: #2c2c2c;
  --background-color: #2c2c2c;
}

.has-tint-hofblauw-color {
  color: rgba(43, 183, 196, 0.08);
  --color: rgba(43, 183, 196, 0.08);
}

.has-tint-hofblauw-background-color {
  background-color: rgba(43, 183, 196, 0.08);
  --background-color: rgba(43, 183, 196, 0.08);
}
html.accessibility-contrast .has-tint-hofblauw-background-color {
  background-color: #2c2c2c;
  --background-color: #2c2c2c;
}

.has-light-grey-color {
  color: #F5F5F5;
  --color: #F5F5F5;
}

.has-light-grey-background-color {
  background-color: #F5F5F5;
  --background-color: #F5F5F5;
}

.has-disabled-and-line-color {
  color: #B3B3B3;
  --color: #B3B3B3;
}

.has-disabled-and-line-background-color {
  background-color: #B3B3B3;
  --background-color: #B3B3B3;
}
html.accessibility-contrast .has-disabled-and-line-background-color {
  background-color: #2c2c2c;
  --background-color: #2c2c2c;
}

.has-border-button-color {
  color: #949494;
  --color: #949494;
}

.has-border-button-background-color {
  background-color: #949494;
  --background-color: #949494;
}
html.accessibility-contrast .has-border-button-background-color {
  background-color: #2c2c2c;
  --background-color: #2c2c2c;
}

.fw-thin {
  font-weight: 100 !important;
}

.fw-extra-light {
  font-weight: 200 !important;
}

.fw-extralight {
  font-weight: 200 !important;
}

.fw-ultra-light {
  font-weight: 200 !important;
}

.fw-ultralight {
  font-weight: 200 !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-book {
  font-weight: 400 !important;
}

.fw-regular {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semi-bold {
  font-weight: 600 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-demi-bold {
  font-weight: 600 !important;
}

.fw-demibold {
  font-weight: 600 !important;
}

.fw-demi {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-extra-bold {
  font-weight: 800 !important;
}

.fw-extrabold {
  font-weight: 800 !important;
}

.fw-ultra-bold {
  font-weight: 900 !important;
}

.fw-ultrabold {
  font-weight: 900 !important;
}

.fw-heavy {
  font-weight: 900 !important;
}

.fw-black {
  font-weight: 900 !important;
}

.fw-ultra {
  font-weight: 900 !important;
}

.fw-ultra-black {
  font-weight: 900 !important;
}

.fw-ultrablack {
  font-weight: 900 !important;
}

.fw-extra-ultra {
  font-weight: 900 !important;
}

.fw-extraultra {
  font-weight: 900 !important;
}

.fw-100 {
  font-weight: 100 !important;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

.is-layout-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}
.is-layout-flex.is-vertical {
  flex-direction: column;
}
.is-layout-flex.is-nowrap {
  flex-wrap: nowrap;
}
.is-layout-flex.is-content-justification-left {
  justify-content: flex-start;
}
.is-layout-flex.is-content-justification-center {
  justify-content: center;
}
.is-layout-flex.is-content-justification-right {
  justify-content: flex-end;
}
.is-layout-flex.is-content-justification-space-between {
  justify-content: space-between;
}

.cls-404-svg-1 {
  fill: #fb855f;
}

.cls-404-svg-2 {
  fill: #fff;
}

.cls-404-svg-3 {
  fill: #eb5d68;
}

.cls-404-svg-4 {
  fill: #E94B57;
}

.cls-404-svg-5 {
  fill: #a3353d;
}

.cls-404-svg-6, .cls-404-svg-7 {
  fill: #fad2d5;
}

.cls-404-svg-8 {
  fill: #f6b7bc;
}

.cls-404-svg-9 {
  fill: #8c2d34;
}

.cls-404-svg-7 {
  opacity: 0.19;
}

.cls-404-svg-10 {
  fill: #8e3332;
}

.cls-404-svg-11 {
  fill: #f08189;
}

.cls-404-svg-12 {
  clip-path: url(#clippath);
}

.cls-404-svg-13, .cls-404-svg-14 {
  fill: none;
}

.cls-404-svg-14 {
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 12px;
}

.cls-404-svg-15 {
  fill: #8c2d34;
}

.cls-404-svg-16 {
  fill: #f2939a;
}

.cls-404-svg-17 {
  fill: #fd8b66;
}

.cls-404-svg-18 {
  fill: #e56542;
}

.cls-404-svg-19 {
  fill: #f2939a;
}

:root {
  --scrollbar-width: 17px;
  --vw: 0;
  --container-side: calc((100vw - var(--scrollbar-width) - var(--container-width)) / 2);
  --container-width: 100%;
  --container-width-sm: 540px;
  --container-width-md: 720px;
  --container-width-lg: 960px;
  --container-width-xl: 1140px;
  --container-width-xxl: 1200px;
}
@media (min-width: 576px) {
  :root {
    --container-width: 540px;
  }
}
@media (min-width: 768px) {
  :root {
    --container-width: 720px;
  }
}
@media (min-width: 992px) {
  :root {
    --container-width: 960px;
  }
}
@media (min-width: 1200px) {
  :root {
    --container-width: 1140px;
  }
}
@media (min-width: 1300px) {
  :root {
    --container-width: 1200px;
  }
}

html.accessibility-font-size {
  font-size: 18px;
}

body {
  color: #1c1c1c;
  font-weight: 400;
  --bs-link-color: #1c1c1c;
  --bs-link-hover-color: #1c1c1c;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
}

/*
* Navigation css
*/
header nav.navbar {
  border-bottom: 2px solid #F5F5F5;
  --bs-navbar-brand-padding-y: 0;
  --bs-navbar-padding-y: 24px;
}
@media (max-width: 1199.98px) {
  header nav.navbar .navbar-brand img {
    width: 129px;
  }
  header nav.navbar .btn-toggle-search {
    display: none;
  }
}
header nav.navbar .btn-toggle-search {
  margin-left: 24px;
  --bs-btn-color: #000;
}
html.accessibility-contrast header nav.navbar .btn-toggle-search {
  --bs-btn-color: #fff;
}
header nav.navbar .container {
  --bs-gutter-x: 32px;
}
header nav.navbar .navbar-nav {
  gap: 16px;
}
header nav.navbar .nav-item .nav-link {
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  letter-spacing: 0.08px;
  color: #1c1c1c;
}
header nav.navbar .nav-item .nav-link:hover {
  color: #C93642;
  text-decoration: underline;
}
header nav.navbar .nav-item .nav-link:hover::after {
  background-color: #C93642;
}
@media (min-width: 992px) {
  header nav.navbar .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    margin-top: 35px;
  }
  header nav.navbar .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  header nav.navbar .dropdown:hover .dropdown-toggle {
    color: #C93642;
    text-decoration: underline;
  }
  header nav.navbar .dropdown:hover .dropdown-toggle::after {
    transform: rotate(180deg);
    background-color: #C93642;
  }
}
header nav.navbar .dropdown-toggle {
  display: inline-flex;
  align-items: center;
}
header nav.navbar .dropdown-toggle::after {
  -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M18.7108 8.21C18.6178 8.11627 18.5072 8.04188 18.3854 7.99111C18.2635 7.94034 18.1328 7.9142 18.0008 7.9142C17.8688 7.9142 17.7381 7.94034 17.6162 7.99111C17.4944 8.04188 17.3838 8.11627 17.2908 8.21L12.7108 12.79C12.6178 12.8837 12.5072 12.9581 12.3854 13.0089C12.2635 13.0597 12.1328 13.0858 12.0008 13.0858C11.8688 13.0858 11.7381 13.0597 11.6162 13.0089C11.4944 12.9581 11.3838 12.8837 11.2908 12.79L6.71079 8.21C6.61783 8.11627 6.50723 8.04188 6.38537 7.99111C6.26351 7.94034 6.1328 7.9142 6.00079 7.9142C5.86878 7.9142 5.73807 7.94034 5.61622 7.99111C5.49436 8.04188 5.38376 8.11627 5.29079 8.21C5.10454 8.39736 5 8.65081 5 8.915C5 9.17918 5.10454 9.43264 5.29079 9.62L9.88079 14.21C10.4433 14.7718 11.2058 15.0874 12.0008 15.0874C12.7958 15.0874 13.5583 14.7718 14.1208 14.21L18.7108 9.62C18.897 9.43264 19.0016 9.17918 19.0016 8.915C19.0016 8.65081 18.897 8.39736 18.7108 8.21Z" fill="%231C1C1C"/></svg>');
  mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M18.7108 8.21C18.6178 8.11627 18.5072 8.04188 18.3854 7.99111C18.2635 7.94034 18.1328 7.9142 18.0008 7.9142C17.8688 7.9142 17.7381 7.94034 17.6162 7.99111C17.4944 8.04188 17.3838 8.11627 17.2908 8.21L12.7108 12.79C12.6178 12.8837 12.5072 12.9581 12.3854 13.0089C12.2635 13.0597 12.1328 13.0858 12.0008 13.0858C11.8688 13.0858 11.7381 13.0597 11.6162 13.0089C11.4944 12.9581 11.3838 12.8837 11.2908 12.79L6.71079 8.21C6.61783 8.11627 6.50723 8.04188 6.38537 7.99111C6.26351 7.94034 6.1328 7.9142 6.00079 7.9142C5.86878 7.9142 5.73807 7.94034 5.61622 7.99111C5.49436 8.04188 5.38376 8.11627 5.29079 8.21C5.10454 8.39736 5 8.65081 5 8.915C5 9.17918 5.10454 9.43264 5.29079 9.62L9.88079 14.21C10.4433 14.7718 11.2058 15.0874 12.0008 15.0874C12.7958 15.0874 13.5583 14.7718 14.1208 14.21L18.7108 9.62C18.897 9.43264 19.0016 9.17918 19.0016 8.915C19.0016 8.65081 18.897 8.39736 18.7108 8.21Z" fill="%231C1C1C"/></svg>');
  width: 24px;
  height: 24px;
  margin-left: 4px;
  border: none;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  background-color: #1c1c1c;
  transition: transform 0.3s ease, background-color 0.3s ease;
}
header nav.navbar .dropdown-toggle.show {
  color: #C93642;
  text-decoration: underline;
}
header nav.navbar .dropdown-toggle.show::after {
  transform: rotate(180deg);
  background-color: #C93642;
}

#offcanvas-header-menu,
#offcanvas-header-search {
  --bs-offcanvas-width: 100%;
  --bs-offcanvas-padding-x: 0;
  --bs-offcanvas-padding-y: 48px;
}
#offcanvas-header-menu .container,
#offcanvas-header-search .container {
  --bs-gutter-x: 32px;
}
#offcanvas-header-menu .offcanvas-header,
#offcanvas-header-search .offcanvas-header {
  padding: 24px 0;
  border-bottom: 2px solid #F5F5F5;
}
#offcanvas-header-menu .offcanvas-header .navbar-brand img,
#offcanvas-header-search .offcanvas-header .navbar-brand img {
  width: 129px;
}
#offcanvas-header-menu .offcanvas-body,
#offcanvas-header-search .offcanvas-body {
  display: flex;
  flex-direction: column;
}
#offcanvas-header-menu .offcanvas-body .nav-item .nav-link,
#offcanvas-header-search .offcanvas-body .nav-item .nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  letter-spacing: 0.08px;
  color: #1c1c1c;
}
#offcanvas-header-menu .offcanvas-body .nav-item .nav-link::after,
#offcanvas-header-search .offcanvas-body .nav-item .nav-link::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M18 12C17.9951 11.4739 17.7832 10.9709 17.41 10.6L13.12 6.29999C12.9326 6.11374 12.6792 6.0092 12.415 6.0092C12.1508 6.0092 11.8974 6.11374 11.71 6.29999C11.6163 6.39296 11.5419 6.50356 11.4911 6.62542C11.4403 6.74728 11.4142 6.87798 11.4142 7.00999C11.4142 7.14201 11.4403 7.27271 11.4911 7.39457C11.5419 7.51643 11.6163 7.62703 11.71 7.71999L15 11H5C4.73478 11 4.48043 11.1054 4.29289 11.2929C4.10536 11.4804 4 11.7348 4 12C4 12.2652 4.10536 12.5196 4.29289 12.7071C4.48043 12.8946 4.73478 13 5 13H15L11.71 16.29C11.5217 16.477 11.4154 16.7311 11.4144 16.9965C11.4135 17.2618 11.518 17.5167 11.705 17.705C11.892 17.8933 12.1461 17.9996 12.4115 18.0006C12.6768 18.0015 12.9317 17.897 13.12 17.71L17.41 13.41C17.7856 13.0366 17.9978 12.5296 18 12Z' fill='%231C1C1C'/%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
  content: "";
  transition: transform 0.3s ease;
}
#offcanvas-header-menu .offcanvas-body .nav-item .nav-link.nav-collapse:not(.collapsed)::after,
#offcanvas-header-search .offcanvas-body .nav-item .nav-link.nav-collapse:not(.collapsed)::after {
  transform: rotate(90deg);
}
#offcanvas-header-menu .offcanvas-body > .container,
#offcanvas-header-search .offcanvas-body > .container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
#offcanvas-header-menu .accessibility-wrapper,
#offcanvas-header-search .accessibility-wrapper {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}

#offcanvas-header-search .btn-search {
  visibility: hidden;
}

.navbar-top {
  background-color: #F5F5F5;
  padding-top: 6px;
  padding-bottom: 6px;
}
@media (max-width: 1199.98px) {
  .navbar-top {
    display: none;
  }
}

.btn {
  --bs-btn-line-height: 1.5rem;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 700;
  letter-spacing: 0.08px;
  border-radius: 9999px;
  --bs-btn-padding-x: 24px;
  --bs-btn-padding-y: 16px;
  --bs-btn-border-width: 2px;
  --icon-size: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.btn.icon-side-left {
  flex-direction: row-reverse;
}
.btn span.icon {
  display: flex;
}
.btn span.icon svg {
  width: var(--icon-size);
  height: var(--icon-size);
}
.btn-lg {
  --bs-btn-padding-x: 24px;
  --bs-btn-padding-y: 16px;
  --bs-btn-line-height: 1.75rem;
  --bs-btn-font-size: 1.25rem;
  letter-spacing: 0.05px;
}
.btn-sm {
  --bs-btn-padding-x: 24px;
  --bs-btn-padding-y: 8px;
  --bs-btn-line-height: 1.5rem;
  --bs-btn-font-size: 1rem;
  letter-spacing: 0.08px;
}
.btn-menu {
  --bs-btn-padding-x: 16px;
  --bs-btn-padding-y: 8px;
  --bs-btn-line-height: 1.5rem;
  --bs-btn-font-size: 1rem;
  letter-spacing: 0.08px;
  --icon-size: 16px;
}
.btn-search {
  --bs-btn-padding-x: 16px;
  --bs-btn-padding-y: 16px;
  --bs-btn-line-height: 1.5rem;
  --bs-btn-font-size: 1rem;
  letter-spacing: 0.08px;
  --icon-size: 16px;
}
.btn-outline-dark {
  --bs-btn-color: #1c1c1c;
  --bs-btn-bg: #fff;
  --bs-btn-border-color: #949494;
  --bs-btn-hover-color: #1c1c1c;
  --bs-btn-hover-bg: #E94B57;
  --bs-btn-hover-border-color: #E94B57;
  --bs-btn-focus-shadow-rgb: 198, 64, 74;
  --bs-btn-active-color: #1c1c1c;
  --bs-btn-active-bg: #E94B57;
  --bs-btn-active-border-color: #E94B57;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #1c1c1c;
  --bs-btn-disabled-bg: #fff;
  --bs-btn-disabled-border-color: #1c1c1c;
}
.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #1c1c1c;
  --bs-btn-border-color: #1c1c1c;
  --bs-btn-hover-color: #1c1c1c;
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: #1c1c1c;
  --bs-btn-focus-shadow-rgb: 198, 64, 74;
  --bs-btn-active-color: #1c1c1c;
  --bs-btn-active-bg: #fff;
  --bs-btn-active-border-color: #1c1c1c;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #1c1c1c;
  --bs-btn-disabled-border-color: #1c1c1c;
}
.btn-dark2 {
  --bs-btn-color: #fff;
  --bs-btn-bg: #1c1c1c;
  --bs-btn-border-color: #1c1c1c;
  --bs-btn-hover-color: #1c1c1c;
  --bs-btn-hover-bg: #E94B57;
  --bs-btn-hover-border-color: #E94B57;
  --bs-btn-focus-shadow-rgb: 198, 64, 74;
  --bs-btn-active-color: #1c1c1c;
  --bs-btn-active-bg: #E94B57;
  --bs-btn-active-border-color: #E94B57;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #1c1c1c;
  --bs-btn-disabled-border-color: #1c1c1c;
}
.btn-light {
  --bs-btn-color: #1c1c1c;
  --bs-btn-bg: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #1c1c1c;
  --bs-btn-hover-border-color: #1c1c1c;
  --bs-btn-focus-shadow-rgb: 198, 64, 74;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #1c1c1c;
  --bs-btn-active-border-color: #1c1c1c;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #1c1c1c;
  --bs-btn-disabled-bg: #fff;
  --bs-btn-disabled-border-color: #fff;
}
.btn-secondary, .btn-blauw {
  --bs-btn-color: #fff;
  --bs-btn-bg: #2093A0;
  --bs-btn-border-color: #2093A0;
  --bs-btn-hover-color: #2093A0;
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: #2093A0;
  --bs-btn-focus-shadow-rgb: 198, 64, 74;
  --bs-btn-active-color: #2093A0;
  --bs-btn-active-bg: #fff;
  --bs-btn-active-border-color: #2093A0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #2093A0;
  --bs-btn-disabled-border-color: #2093A0;
}
html.accessibility-contrast .btn-secondary, html.accessibility-contrast .btn-blauw {
  --bs-btn-bg: #2c2c2c;
  --bs-btn-border-color: #2c2c2c;
  --bs-btn-hover-color: #2c2c2c;
  --bs-btn-hover-border-color: #2c2c2c;
  --bs-btn-active-color: #2c2c2c;
  --bs-btn-active-border-color: #2c2c2c;
  --bs-btn-disabled-bg: #2c2c2c;
  --bs-btn-disabled-border-color: #2c2c2c;
}
.btn-primary, .btn-rood {
  --bs-btn-color: #fff;
  --bs-btn-bg: #E94B57;
  --bs-btn-border-color: #E94B57;
  --bs-btn-hover-color: #E94B57;
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: #E94B57;
  --bs-btn-focus-shadow-rgb: 198, 64, 74;
  --bs-btn-active-color: #E94B57;
  --bs-btn-active-bg: #fff;
  --bs-btn-active-border-color: #E94B57;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #E94B57;
  --bs-btn-disabled-border-color: #E94B57;
}
html.accessibility-contrast .btn-primary, html.accessibility-contrast .btn-rood {
  --bs-btn-bg: #2c2c2c;
  --bs-btn-border-color: #2c2c2c;
  --bs-btn-hover-color: #2c2c2c;
  --bs-btn-hover-border-color: #2c2c2c;
  --bs-btn-active-color: #2c2c2c;
  --bs-btn-active-border-color: #2c2c2c;
  --bs-btn-disabled-bg: #2c2c2c;
  --bs-btn-disabled-border-color: #2c2c2c;
}
.btn-rood2 {
  --bs-btn-color: #1c1c1c;
  --bs-btn-bg: #E94B57;
  --bs-btn-border-color: #E94B57;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #1c1c1c;
  --bs-btn-hover-border-color: #1c1c1c;
  --bs-btn-focus-shadow-rgb: 198, 64, 74;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #1c1c1c;
  --bs-btn-active-border-color: #1c1c1c;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #1c1c1c;
  --bs-btn-disabled-bg: #E94B57;
  --bs-btn-disabled-border-color: #E94B57;
}
html.accessibility-contrast .btn-access-white {
  --bs-btn-color: #1c1c1c;
  --bs-btn-bg: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #2093A0;
  --bs-btn-hover-border-color: #2093A0;
  --bs-btn-focus-shadow-rgb: 198, 64, 74;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #2093A0;
  --bs-btn-active-border-color: #2093A0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #1c1c1c;
  --bs-btn-disabled-bg: #fff;
  --bs-btn-disabled-border-color: #fff;
}
.btn-outline-rood {
  --bs-btn-color: #000;
  --bs-btn-bg: #fff;
  --bs-btn-border-color: #E94B57;
  --bs-btn-hover-color: #E94B57;
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: #E94B57;
  --bs-btn-focus-shadow-rgb: 198, 64, 74;
  --bs-btn-active-color: #E94B57;
  --bs-btn-active-bg: #fff;
  --bs-btn-active-border-color: #E94B57;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #E94B57;
  --bs-btn-disabled-border-color: #E94B57;
}

h1, .h1 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 800;
  line-height: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  h1, .h1 {
    line-height: 3.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 700;
  line-height: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  h2, .h2 {
    line-height: 3rem;
  }
}

h3, .h3 {
  font-size: calc(1.325rem + 0.9vw);
  font-weight: 700;
  line-height: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  h3, .h3 {
    line-height: 2.5rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
  font-weight: 700;
  line-height: calc(1.325rem + 0.9vw);
  letter-spacing: 0.06px;
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  h4, .h4 {
    line-height: 2rem;
  }
}

p {
  margin-bottom: 0;
  line-height: 1.5rem;
}
p.has-medium-font-size {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
  letter-spacing: 0.18px;
}
p strong {
  font-weight: 700;
}

p:has(+ p, + ul, + .wp-block-indiv-button) {
  margin-bottom: 24px;
}

h1, .h1, h2, .h2, h3, .h3 {
  margin-bottom: 0;
}
h1:has(+ p, + div.text, + ul, + .small-link), .h1:has(+ p, + div.text, + ul, + .small-link), h2:has(+ p, + div.text, + ul, + .small-link), .h2:has(+ p, + div.text, + ul, + .small-link), h3:has(+ p, + div.text, + ul, + .small-link), .h3:has(+ p, + div.text, + ul, + .small-link) {
  margin-bottom: 16px;
}
p:has(+ h1, + .h1, + h2, + .h2, + h3, + .h3), ul:has(+ h1, + .h1, + h2, + .h2, + h3, + .h3), .wp-block-indiv-button:has(+ h1, + .h1, + h2, + .h2, + h3, + .h3), .custom-grid:has(+ h1, + .h1, + h2, + .h2, + h3, + .h3) {
  margin-bottom: 48px;
}

.is-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.is-background > *, .is-background > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  pointer-events: none;
}

.item-post,
.item-story {
  border-radius: 24px;
  overflow: hidden;
  background-color: #F5F5F5;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.item-post.style-2,
.item-story.style-2 {
  background-color: #fff;
}
.item-post .thumbnail,
.item-story .thumbnail {
  width: 100%;
  height: 288px;
  object-fit: cover;
}
.item-post .thumbnail-placeholder,
.item-story .thumbnail-placeholder {
  width: 100%;
  height: 288px;
  background-color: #F48B93;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item-post .thumbnail-placeholder svg,
.item-story .thumbnail-placeholder svg {
  height: 70%;
  width: auto;
  color: #E94B57;
}
.item-post .content,
.item-story .content {
  padding: 24px 24px 32px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.item-post .content .eyebrow,
.item-story .content .eyebrow {
  margin-bottom: 16px;
  font-size: 0.938rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.3px;
  color: #6A6A6A;
}
.item-post .content .title,
.item-story .content .title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
  letter-spacing: 0.06px;
  margin-bottom: 8px;
  transition: color 0.2s ease-in-out;
}
.item-post .content .title:hover,
.item-story .content .title:hover {
  color: #E94B57;
}
.item-post .content .excerpt,
.item-story .content .excerpt {
  overflow: hidden;
  line-height: 1.5rem;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.item-post .content .arrow-link,
.item-story .content .arrow-link {
  padding-top: 24px;
  margin-top: auto;
}

.item-list-post,
.item-list-story {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-gap: 24px;
}
.item-list-post img.thumbnail,
.item-list-story img.thumbnail {
  grid-column: span 3;
  position: relative;
  border-radius: 16px;
  aspect-ratio: 3/2;
}
.item-list-post .thumbnail-placeholder,
.item-list-story .thumbnail-placeholder {
  grid-column: span 3;
  background-color: #F48B93;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  aspect-ratio: 3/2;
}
.item-list-post .thumbnail-placeholder svg,
.item-list-story .thumbnail-placeholder svg {
  width: 50%;
  height: auto;
  color: #E94B57;
}
.item-list-post .content,
.item-list-story .content {
  grid-column: span 5;
}
.item-list-post .content .top,
.item-list-story .content .top {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.item-list-post .content .top .label,
.item-list-story .content .top .label {
  background-color: #B3B3B3;
  border-radius: 8px;
  padding: 4px 8px;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 0.06px;
}
.item-list-post .content .date,
.item-list-story .content .date {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.938rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.3px;
  color: #6A6A6A;
}
.item-list-post .content .title,
.item-list-story .content .title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
  letter-spacing: 0.06px;
  margin-bottom: 8px;
}
.item-list-post .content .excerpt,
.item-list-story .content .excerpt {
  overflow: hidden;
  line-height: 1.5rem;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.item-list-post .content .arrow-link,
.item-list-story .content .arrow-link {
  margin-top: 16px;
  justify-content: flex-start;
}

.item-list-search {
  display: grid;
  gap: 16px;
}
.item-list-search .content {
  display: grid;
  gap: 8px;
}
.item-list-search .content .title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
  letter-spacing: 0.06px;
}
.item-list-search .content .excerpt {
  margin-top: 8px;
  overflow: hidden;
  line-height: 1.5rem;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.item-list-search .label {
  background-color: #B3B3B3;
  border-radius: 8px;
  padding: 4px 8px;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 0.06px;
  width: fit-content;
}
.item-list-search .arrow-link {
  justify-content: flex-start;
}

.arrow-link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.arrow-link a.link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #1c1c1c;
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.75rem;
  letter-spacing: 0.05px;
  transition: color 0.3s ease;
  --border-color: transparent;
}
.arrow-link a.link .text {
  position: relative;
}
.arrow-link a.link .text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background-color: var(--border-color);
  transition: background-color 0.3s ease;
}
.arrow-link a.link:hover {
  color: #E94B57;
  --border-color: #E94B57;
}

body.single-person .content .info-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
body.single-person .content .info-wrapper .photo {
  width: 50%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  object-fit: cover;
  object-position: top;
}
body.single-person .content .info-wrapper .subtext {
  font-size: calc(1.325rem + 0.9vw);
  line-height: calc(1.375rem + 1.5vw);
  font-weight: 700;
  color: #E94B57;
}
@media (min-width: 1200px) {
  body.single-person .content .info-wrapper .subtext {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  body.single-person .content .info-wrapper .subtext {
    line-height: 2.5rem;
  }
}
body.single-person .content .side-card {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
body.single-person .content .contact-details {
  line-height: 24px;
}
body.single-person .content .contact-details .name {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
  letter-spacing: 0.06px;
  color: #E94B57;
}
body.single-person .content .contact-details .role {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
  letter-spacing: 0.18px;
}
body.single-person .content .contact-details .email,
body.single-person .content .contact-details .phone {
  margin-top: 8px;
}
body.single-person .content .contact-details .email a,
body.single-person .content .contact-details .phone a {
  color: #1c1c1c;
  text-decoration: none;
}
body.single-person .content .contact-details .email a:hover,
body.single-person .content .contact-details .phone a:hover {
  text-decoration: underline;
}
body.single-person .content .buttons {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: start;
}

.content-post h1.title {
  margin-bottom: 24px;
}
.content-post .the-excerpt {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
  letter-spacing: 0.18px;
  margin-bottom: 48px;
}
.content-post .featured-image {
  width: 100%;
  border-radius: 24px;
  margin-bottom: 48px;
  margin-top: 0;
}
.content-post .top-info {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 32px;
}
.content-post .top-info .label {
  background-color: #B3B3B3;
  padding: 4px 8px;
  border-radius: 8px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: 0.06px;
}
.content-post .top-info .date {
  font-size: 0.938rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.3px;
  color: #6A6A6A;
}

a.simple-link {
  --border-color: transparent;
  --color: #1c1c1c;
  --hover-color: #E94B57;
  --hover-border-color: #E94B57;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.75rem;
  letter-spacing: 0.05px;
  color: var(--color);
  text-decoration: none;
  transition: color 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
a.simple-link.icon-side-right {
  flex-direction: row-reverse;
}
@media (max-width: 991.98px) {
  a.simple-link {
    font-size: 18px;
    line-height: 26px;
  }
}
a.simple-link:hover {
  --border-color: var(--hover-border-color);
  color: var(--hover-color);
}
a.simple-link .text {
  position: relative;
}
a.simple-link .text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background-color: var(--border-color);
  transition: background-color 0.3s ease;
}
a.simple-link.is-preview {
  pointer-events: none;
}

.eyebrow {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.75rem;
  letter-spacing: 0.05px;
}
.eyebrow span.icon {
  display: flex;
}

.search-form {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  background-color: #fff;
  border: 2px solid #949494;
  border-radius: 80px;
  transition: all 0.3s ease;
}
.search-form.style-1 {
  flex-direction: row-reverse;
}
.search-form.style-1 [type=text] {
  padding: 0 16px 0 0;
}
.search-form.style-1 [type=submit] {
  margin-right: 0;
  margin-left: 4px;
}
.search-form.style-2 {
  border-color: #fff;
}
.search-form.style-2:has(input:hover) {
  border-color: #2D2D2D;
}
.search-form.style-2:has(input:focus) {
  border-color: #2D2D2D;
}
.search-form:has(input:hover) {
  border-color: #E94B57;
}
.search-form:has(input:focus) {
  border-color: #2D2D2D;
}
.search-form [type=text] {
  width: 100%;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  border: none;
  height: 54px;
  padding: 0 0 0 16px;
  background-color: transparent;
}
.search-form [type=text]:focus {
  outline: none;
}
.search-form [type=submit] {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 12px;
  margin-right: 4px;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.search-form [type=submit]:hover {
  background-color: #E94B57;
}
.search-form [type=submit] svg {
  width: 24px;
  height: 24px;
}

.big-menu {
  display: none;
  background-color: #fff;
  position: absolute;
  width: 100%;
  z-index: 10;
}
@media (max-width: 991.98px) {
  .big-menu {
    display: none !important;
  }
}
.big-menu .line {
  width: 1px;
  background-color: #CEFDE2;
  margin-right: 56px;
}
.big-menu .title {
  transform: rotate(-90deg) translateY(calc(-100% - 16px));
  transform-origin: right top;
  height: 100%;
  font-size: 21px;
  font-weight: 900;
  margin-top: 56px;
}
.big-menu .fields {
  width: fit-content;
  display: grid;
  gap: 20px 140px;
  grid-template-columns: repeat(2, 1fr);
  padding-top: 56px;
  padding-bottom: 56px;
}
.big-menu .fields .field {
  display: flex;
  align-items: center;
  gap: 20px;
  background-color: #fff;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  padding-right: 16px;
}
.big-menu .fields .field:hover {
  background-color: #F8F6F4;
}
.big-menu .fields .field:hover .field-icon {
  opacity: 0;
}
.big-menu .fields .field:hover .field-eye {
  opacity: 1;
}
.big-menu .side-img {
  flex-grow: 1;
  position: relative;
}
.big-menu .side-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  pointer-events: none;
}
.big-menu .side-img .layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFF 89.62%);
}

.breadcrumb-wrapper {
  padding-top: 48px;
  padding-bottom: 48px;
}

.breadcrumb {
  font-size: 0.875rem;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.07px;
  --bs-breadcrumb-item-active-color: inherit;
  --bs-breadcrumb-divider: ">";
  margin-bottom: 0;
}
.breadcrumb a {
  color: #1c1c1c;
  text-decoration: none;
}

.wp-block-wpseopress-breadcrumbs {
  padding-top: 48px;
  padding-bottom: 48px;
}

.form-label {
  font-size: 1rem;
  line-height: 24px;
  color: #1c1c1c;
  font-weight: 400;
}
.field-wrapper[data-type=checkbox] .form-label, .field-wrapper[data-type=radio] .form-label {
  font-weight: 700;
}

.wsf-required-wrapper {
  font-weight: 400;
  color: #6A6A6A;
}

.form-control {
  box-shadow: none !important;
  border-width: 2px;
  border-color: #B3B3B3;
}
.form-control:hover {
  border-color: #E94B57;
}
.form-control:focus {
  border-color: #2D2D2D;
}
.was-validated .form-control:invalid {
  border-color: #E94B57;
  background-color: rgba(233, 75, 87, 0.08);
}

.field-wrapper {
  margin-bottom: 0 !important;
  --bs-gutter-y: 32px;
}
.field-wrapper[data-type=spacer] {
  --bs-gutter-y: 0;
}
.field-wrapper[data-type=spacer] + .field-wrapper {
  --bs-gutter-y: 0;
}

.row:has(.field-wrapper) {
  --bs-gutter-y: 32px;
}

.pagination {
  --bs-pagination-bg: #fff;
  --bs-pagination-border-color: #fff;
  --bs-pagination-hover-bg: #fff;
  --bs-pagination-hover-border-color: #2D2D2D;
  --bs-pagination-hover-color: #2D2D2D;
  margin-bottom: 0;
  gap: 16px;
}
html.accessibility-contrast .pagination {
  --bs-pagination-active-border-color: #2c2c2c;
  --bs-pagination-active-bg: #2c2c2c;
}
.pagination .page-link {
  border-radius: 50% !important;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-width: 2px;
  padding: 0;
}
.pagination .page-item.previous svg {
  transform: rotate(180deg);
}

.side-card {
  background-color: #F5F5F5;
  padding: 48px;
  border-radius: 24px;
}
@media (max-width: 767.98px) {
  .side-card {
    padding: 24px;
  }
}

hr,
hr.wp-block-separator {
  margin: 0;
  opacity: 1;
  border: none;
  border-top: 2px solid #B3B3B3;
}

.dropdown-language {
  min-width: 15rem;
  padding: 12px;
}

.archive-list-post,
.archive-list {
  display: grid;
  gap: 24px;
}
.archive-list-post + nav,
.archive-list-post + .wpfilters-pagination,
.archive-list + nav,
.archive-list + .wpfilters-pagination {
  margin-top: 48px;
}

.accessibility-wrapper {
  display: flex;
  gap: 16px 32px;
  align-items: center;
  justify-content: flex-end;
}
.accessibility-wrapper button.action-btn {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.07px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  background-color: transparent;
  border: none;
  padding: 0;
}
.accessibility-wrapper button.action-btn .icon {
  display: flex;
}
.accessibility-wrapper button.action-btn .icon svg {
  width: 16px;
  height: 16px;
}
.accessibility-wrapper button.action-btn:hover .text, .accessibility-wrapper button.action-btn:focus .text {
  text-decoration: underline;
}

.dropdown-menu {
  box-shadow: 0 12px 28px 0 rgba(0, 0, 0, 0.1), 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  border: 1px solid #B3B3B3;
  border-top: none;
  border-radius: 0;
  --bs-dropdown-spacer: 34px;
  padding-top: 8px;
  padding-bottom: 16px;
}
.dropdown-menu .dropdown-item {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px; /* 150% */
  letter-spacing: 0.08px;
  color: #1c1c1c;
  padding: 8px 48px 8px 24px;
}
.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus {
  text-decoration-line: underline;
  background-color: transparent;
  color: #C93642;
}
.dropdown-menu .dropdown-item.active {
  background-color: transparent;
  color: #E94B57;
}

.wp-block-wpfilters-element {
  margin-bottom: 0;
}
.wp-block-wpfilters-element .wpfilters-element .wpfilters-element-title {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.75rem;
  letter-spacing: 0.05px;
  margin-bottom: 16px;
}
.wp-block-wpfilters-element .wpfilters-element .wpfilters-items-list {
  gap: 8px;
}
.wp-block-wpfilters-element .wpfilters-element .wpfilters-items-list .wpfilters-element-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.wp-block-wpfilters-element .wpfilters-element .wpfilters-items-list .wpfilters-element-item .wpfilters-element-item-label--count {
  margin-left: auto;
  color: #6A6A6A;
}
.wp-block-wpfilters-element .wpfilters-element .wpfilters-items-list input[type=checkbox] {
  width: 16px;
  height: 16px;
  border-radius: 2px;
  border: 1px solid #2D2D2D;
  appearance: none;
  background-image: var(--form-check);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.wp-block-wpfilters-element .wpfilters-element .wpfilters-items-list input[type=checkbox]:hover {
  border-color: #E94B57;
}
.wp-block-wpfilters-element .wpfilters-element .wpfilters-items-list input[type=checkbox]:checked {
  background-color: #E94B57;
  border-color: #E94B57;
  --form-check: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.featured-image {
  margin-bottom: 48px;
  margin-top: 48px;
}
.featured-image img {
  width: 100%;
  height: auto;
  border-radius: 24px;
}

.tevredenheidsonderzoek .form-label {
  font-weight: 600;
}

.form-range + datalist {
  display: block;
  height: var(--wsf-field-range-tickmark-label-font-size);
  position: relative;
  margin: 0 calc(var(--wsf-field-range-thumb-size) / 2);
  top: calc(-1 * var(--wsf-field-range-thumb-size));
  width: calc(100% - var(--wsf-field-range-thumb-size));
  z-index: 0;
}
.form-range + datalist option {
  display: block;
  left: var(--wsf-position-tick-mark);
  padding: 0;
  position: absolute;
  top: 0;
}
.form-range + datalist option::before {
  background-color: var(--wsf-field-range-tickmark-color);
  content: "";
  display: block;
  height: var(--wsf-field-range-tickmark-height);
  margin-left: calc(-1 * var(--wsf-field-range-tickmark-width) / 2);
  width: var(--wsf-field-range-tickmark-width);
}
.form-range + datalist option::after {
  content: attr(data-label);
  color: var(--wsf-field-range-tickmark-label-color);
  font-size: var(--wsf-field-range-tickmark-label-font-size);
  position: absolute;
  transform: translateX(-50%);
}