/*
Theme Name: Kenter
Theme URI: https://werkenbij.kenter.nu
Author: Pixel Creation
Author URI: https://www.pixelcreation.nl/
Description: Werken bij Kenter door Pixel Creation.
Version: 1.0
Text Domain: kenter
*/
/* Typography */
/* Margins & padding */
/* Colors */
@font-face {
  font-family: "PP Neue Montreal";
  src: url("webfonts/PPNeueMontreal-Bold.woff2") format("woff2"), url("webfonts/PPNeueMontreal-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PP Neue Montreal";
  src: url("webfonts/PPNeueMontreal-SemiBold.woff2") format("woff2"), url("webfonts/PPNeueMontreal-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PP Neue Montreal";
  src: url("webfonts/PPNeueMontreal-Medium.woff2") format("woff2"), url("webfonts/PPNeueMontreal-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PP Neue Montreal";
  src: url("webfonts/PPNeueMontreal-Regular.woff2") format("woff2"), url("webfonts/PPNeueMontreal-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PP Neue Montreal";
  src: url("webfonts/PPNeueMontreal-Light.woff2") format("woff2"), url("webfonts/PPNeueMontreal-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PP Neue Montreal";
  src: url("webfonts/PPNeueMontreal-Thin.woff2") format("woff2"), url("webfonts/PPNeueMontreal-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "PP Neue Montreal", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  color: #003816;
  background-color: white;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::selection {
  color: #003816;
  background: #b2ff8b;
}

/* Accessibility */
a:focus, a:active:focus, button:focus, button:active:focus, .btn:focus, .btn:active:focus {
  outline: 0;
  box-shadow: unset;
}
a:focus-visible, button:focus-visible, .btn:focus-visible {
  outline: 2px dotted black;
  z-index: 1010;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 2px #fff;
  box-shadow: 0 0 0 2px #fff;
}

/* Scrollbar */
html::-webkit-scrollbar {
  width: 10px;
}

html::-webkit-scrollbar-track {
  background: #00491f;
}

html::-webkit-scrollbar-thumb {
  background: #007d30;
}

html::-webkit-scrollbar-thumb:hover {
  background: #0fb111;
}

/* Main */
.rounded {
  border-radius: 1rem !important;
}

.title-row {
  margin-bottom: 1.8rem;
}

.btn-row {
  margin-top: 2.35rem;
}

.btn-row-sm {
  margin-top: 1.75rem;
}

.btn-row-xl {
  margin-top: 4rem;
}

.page-wrapper {
  position: relative;
}

.border-top-green-2 {
  border-top: 1px solid #00491f;
}

@media screen and (max-width: 575.98px) {
  .horizontal-scroll {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .horizontal-scroll-item {
    width: 90vw;
    flex: 0 0 auto;
    scroll-snap-align: start;
  }
}
/* Typography */
.h0, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 400;
}
.h0 small, h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small {
  margin-bottom: 0.65rem;
}

.h0 {
  font-size: 2.566rem;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .h0 {
    font-size: 4.11rem;
  }
}
@media screen and (min-width: 992px) {
  .h0 {
    font-size: 5.202rem;
  }
}
@media screen and (min-width: 1200px) {
  .h0 {
    font-size: 5.202rem;
  }
}

h1, .h1 {
  margin-bottom: 2rem;
  font-size: 2.566rem;
}
@media screen and (min-width: 576px) {
  h1, .h1 {
    font-size: 3.653rem;
  }
}

h2, .h2 {
  margin-bottom: 2rem;
  font-size: 2.366rem;
  line-height: 1.1;
}
@media screen and (min-width: 576px) {
  h2, .h2 {
    font-size: 3.247rem;
    line-height: 1.15;
  }
}

h3, .h3 {
  margin-bottom: 1rem;
  font-size: 2.281rem;
}
@media screen and (min-width: 576px) {
  h3, .h3 {
    font-size: 2.566rem;
  }
}

h4, .h4 {
  font-size: 1.802rem;
}
@media screen and (min-width: 576px) {
  h4, .h4 {
    font-size: 2.027rem;
  }
}

h5, .h5 {
  font-size: 1.602rem;
}

h6, .h6 {
  font-size: 1.125rem;
}

p, .p, ul, ol {
  margin: 0 0 1.6rem 0;
  font-size: 1rem;
}

a {
  color: inherit;
}

main h1, main h2, main h3, main h4, main h5, main h6 {
  margin: 1.7rem 0;
}
main h2 {
  font-size: 2.027rem;
}
main h3 {
  margin-bottom: 1rem;
  font-size: 1.602rem;
}
main h4, main h5, main h6 {
  margin-bottom: 1rem;
  font-size: 1.125rem;
}
main .intro {
  margin: 0 0 1.5rem 0;
}
main .intro p {
  font-size: 1.266rem;
  line-height: 1.8;
}
main ul {
  padding: 0;
  list-style-type: none;
}
main ul li {
  padding-left: 2.3rem;
  position: relative;
}
main ul li:not(:last-child) {
  margin-bottom: 0.6rem;
}
main ul li:before {
  content: "\f00c";
  left: 0;
  position: absolute;
  font-family: "Font Awesome 6 Sharp";
  font-size: 1.125rem;
  color: #0fb111;
}
main table tr:nth-child(even) {
  background-color: #f5f5f5;
}
main table tr td {
  padding: 1rem;
}

.font-size-small {
  font-size: 0.889rem;
}

.p-last-child p:last-child {
  margin-bottom: 0;
}

.word-line {
  overflow: hidden;
}

.skew-up {
  opacity: 0;
}

.title {
  gap: 1.4rem;
}
.title .count {
  min-width: 4.3rem;
  height: 3.2rem;
  padding: 0.5rem;
  font-size: 1.125rem;
  display: grid;
  place-content: center;
  border-radius: 2rem;
  border: 1px solid #e1e1e1;
  transform: translateY(0.2rem);
}

.link-underline {
  text-decoration: none;
}
.link-underline span {
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: background-size 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.link-underline:hover span {
  background-size: 100% 1px;
}
.link-underline.link-underline-white span {
  background-image: linear-gradient(white, white);
}
.link-underline.link-underline-green-6 span {
  background-image: linear-gradient(#b2ff8b, #b2ff8b);
}
.link-underline.link-underline-green-3 span {
  background-image: linear-gradient(#007d30, #007d30);
}
.link-underline.link-underline-green-2 span {
  background-image: linear-gradient(#00491f, #00491f);
}

.link-animation {
  display: flex;
  align-items: center;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
}
.link-animation.link-animation-white:hover span:nth-of-type(2) {
  color: white;
}
.link-animation.link-animation-green-2:hover span:nth-of-type(2) {
  color: #00491f;
}
.link-animation.link-animation-green-3:hover span:nth-of-type(2) {
  color: #007d30;
}
.link-animation.link-animation-green-6:hover span:nth-of-type(2) {
  color: #b2ff8b;
}
.link-animation span {
  white-space: nowrap;
  transform: translate(0, 0%);
  transition: 0.45s all cubic-bezier(0.7, 0, 0.2, 1);
}
.link-animation span:nth-of-type(2) {
  position: absolute;
  top: 50%;
  transform: translate(0, 100%);
  white-space: nowrap;
}
.link-animation:hover span:nth-of-type(1) {
  transform: translate(0, -150%);
}
.link-animation:hover span:nth-of-type(2) {
  transform: translate(0, -50%);
}

.section-title {
  margin-bottom: 3rem;
}
@media screen and (min-width: 576px) {
  .section-title {
    margin-bottom: 5.5rem;
  }
}

/* Text colors */
.text-green-1 {
  color: #002610;
}

.text-green-2 {
  color: #00491f;
}

.text-green-3 {
  color: #007d30;
}

.text-green-4 {
  color: #0fb111;
}

.text-green-5 {
  color: #79D995;
}

.text-green-6 {
  color: #b2ff8b;
}

.text-yellow-1 {
  color: #c5ff10;
}

.text-yellow-2 {
  color: #c9c91e;
}

.text-blue-1 {
  color: #65f8d8;
}

.text-blue-2 {
  color: #65f8d8;
}

.text-color {
  color: #003816;
}

/* BG colors */
.bg-green-1 {
  background-color: #002610;
}

.bg-green-2 {
  background-color: #00491f;
}

.bg-green-3 {
  background-color: #007d30;
}

.bg-green-4 {
  background-color: #0fb111;
}

.bg-green-5 {
  background-color: #79D995;
}

.bg-green-6 {
  background-color: #b2ff8b;
}

.bg-yellow-1 {
  background-color: #c5ff10;
}

.bg-yellow-2 {
  background-color: #c9c91e;
}

.bg-blue-1 {
  background-color: #65f8d8;
}

.bg-blue-2 {
  background-color: #49c6bb;
}

.bg-light-gray {
  background-color: #f5f5f5;
}

.bg-dark-gray {
  background-color: #e1e1e1;
}

/* Buttons */
.btn {
  padding: 0.6rem 2rem;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 2rem;
  transition: 0.35s all ease-in-out;
  z-index: 1;
  overflow: hidden;
}
@media screen and (min-width: 576px) {
  .btn {
    white-space: nowrap;
  }
}
.btn:before {
  content: "";
  width: 100%;
  height: 100%;
  transform-origin: top;
  transform: translateY(0);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  border-radius: 2rem;
  transition: 0.45s all cubic-bezier(0.7, 0, 0.2, 1);
  z-index: -1;
}
.btn:hover span:nth-of-type(1), .btn.active span:nth-of-type(1) {
  transform: translate(0, -150%);
}
.btn:hover span:nth-of-type(2), .btn.active span:nth-of-type(2) {
  transform: translate(0, -50%);
}
.btn:hover:before, .btn.active:before {
  transform: translateY(-100%);
}
.btn span {
  transform: translate(0, 0%);
  transition: 0.45s all cubic-bezier(0.7, 0, 0.2, 1);
}
@media screen and (min-width: 576px) {
  .btn span {
    white-space: nowrap;
  }
}
.btn span:nth-of-type(2) {
  position: absolute;
  top: 50%;
  transform: translate(0, 100%);
}
@media screen and (min-width: 576px) {
  .btn span:nth-of-type(2) {
    white-space: nowrap;
  }
}
.btn i {
  margin-right: 0.4rem;
}
.btn .external-link {
  margin: 0 0 0 0.5rem;
  font-size: 0.75rem;
  transform: translateY(-0.1rem);
}
.btn.btn-primary {
  color: white;
  border: 2px solid #007d30;
  background-color: transparent;
}
.btn.btn-primary span:nth-of-type(2) {
  color: #007d30;
}
.btn.btn-primary:before {
  background-color: #007d30;
}
.btn.btn-primary:hover {
  color: white;
  background-color: transparent;
}
.btn.btn-secondary {
  color: #00491f;
  border: 2px solid #b2ff8b;
  background-color: transparent;
}
.btn.btn-secondary span:nth-of-type(2) {
  color: #b2ff8b;
}
.btn.btn-secondary:before {
  background-color: #b2ff8b;
}
.btn.btn-secondary:hover {
  color: #00491f;
  background-color: transparent;
}
.btn.btn-tertiary {
  color: white;
  border: 2px solid #00491f;
  background-color: transparent;
}
.btn.btn-tertiary span:nth-of-type(2) {
  color: #00491f;
}
.btn.btn-tertiary:before {
  background-color: #00491f;
}
.btn.btn-tertiary:hover {
  color: white;
  background-color: transparent;
}

.back-link {
  margin: 0 0 0 2rem;
  text-decoration: none;
}
.back-link i {
  margin: 0 0.3rem 0 0;
}

/* Navigation */
/* ============ desktop view ============ */
@media all and (min-width: 1200px) {
  .navbar .nav-item .dropdown-menu {
    display: none;
  }
  .navbar .nav-item:hover .dropdown-menu {
    display: block;
    top: 100%;
  }
  .navbar .nav-item .dropdown-menu {
    margin-top: 0;
  }
}
/* ============ desktop view .end// ============ */
.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: #007d30;
}
@media screen and (min-width: 1200px) {
  .navbar {
    padding-top: 2rem;
    padding-bottom: 2rem;
    transition: 0.3s padding cubic-bezier(0.77, 0, 0.175, 1);
  }
}
@media screen and (min-width: 1200px) {
  .navbar.scrolled {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .navbar.active .nav-item:hover, .navbar.active .nav-item .dropdown-active {
    opacity: 1;
  }
}
.navbar.filters-active {
  z-index: 1;
}
.navbar .navbar-brand {
  margin: 0;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .navbar .navbar-brand {
    transform: translateY(-0.2rem);
  }
}
.navbar .navbar-brand img {
  width: 7.5rem;
  filter: brightness(0) invert(1);
}
@media screen and (min-width: 576px) {
  .navbar .navbar-brand img {
    width: 9.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .navbar .navbar-brand img {
    width: 10.3rem;
  }
}
.navbar .search-button {
  margin: 0 1.5rem 0 0;
  color: #003816;
  transition: unset !important;
}
@media screen and (min-width: 1200px) {
  .navbar .search-button {
    margin: 0 1.8rem 0 0;
  }
}
.navbar .search-button:hover {
  color: #00491f;
}
.navbar .search-button:hover span:nth-of-type(2) {
  color: #007d30;
}
.navbar .btn {
  transition: unset;
}
.navbar .btn span {
  transition: 0.45s transform cubic-bezier(0.7, 0, 0.2, 1);
}
.navbar .mobile-buttons {
  gap: 1.3rem;
}
.navbar .search-button-mobile {
  color: #002610;
}
.navbar .search-button-mobile i {
  height: 1.3rem;
  display: grid;
  place-content: center;
  font-size: 1rem;
}
.navbar .phone-number {
  margin: 0 1.5rem 0 0;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
  color: white;
  border: 0;
  background-color: transparent;
}
@media screen and (min-width: 576px) {
  .navbar .phone-number {
    margin: 0 2rem 0 0;
    gap: 0.8rem;
  }
}
@media screen and (min-width: 1200px) {
  .navbar .phone-number {
    margin: 0 0 0 1.6rem;
  }
}
.navbar .phone-number i {
  font-size: 1.6rem;
}
@media screen and (min-width: 576px) {
  .navbar .phone-number i {
    font-size: 1.8rem;
  }
}
.navbar .phone-number span {
  position: relative;
}
.navbar .phone-number span:after {
  content: "";
  height: 0.1rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.1rem;
  background-color: #00491f;
  transform-origin: left;
  transform: scaleX(0);
  transition-property: transform;
  transition-timing-function: ease-out;
  transition-duration: 225ms;
}
@media screen and (min-width: 1200px) {
  .navbar .phone-number:hover span:after, .navbar .phone-number.active span:after {
    transform: scaleX(1);
  }
}
.navbar .menu-button {
  color: white;
}
.navbar .menu-button .menu-button-icon {
  height: 1.3rem;
  place-content: center;
  gap: 0.23rem;
}
.navbar .menu-button .menu-button-icon span {
  width: 1.2rem;
  height: 2px;
  display: block;
  background-color: white;
}
.navbar .searchbar {
  width: 40rem;
  top: 3rem;
  padding: 1.5rem 2rem;
  border: 0;
}
.navbar .searchbar:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: -1.1rem;
  right: 1.6rem;
  border-left: 1.1rem solid transparent;
  border-right: 1.1rem solid transparent;
  border-bottom: 1.2rem solid white;
  filter: drop-shadow(0 -0.2rem 0.15rem rgba(0, 0, 0, 0.03));
}
.navbar .searchbar .input-group {
  border: 2px solid #007d30;
  border-radius: 2rem;
}
.navbar .searchbar .input-group input {
  padding: 1rem 1.5rem 1rem 1.8rem;
  border-radius: 2rem;
  border: 0;
}
.navbar .searchbar .input-group input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #555;
  opacity: 1; /* Firefox */
}
.navbar .searchbar .input-group input:focus {
  outline: 0;
  box-shadow: unset;
}
.navbar .searchbar .input-group button {
  width: 3rem;
  height: 3rem;
  margin-right: 0.6rem;
  font-size: 1.1rem;
  color: #007d30;
  border: 0;
  z-index: 5;
  background-color: white;
}
.navbar .searchbar .search-close {
  margin-left: 1.6rem;
  transition: 0.3s all cubic-bezier(0.77, 0, 0.175, 1);
}
.navbar .searchbar .search-close:hover {
  opacity: 0.6;
}
.navbar .searchbar .info-text {
  padding-left: 1.85rem;
}
.navbar .link-animation span {
  transition: 0.45s transform cubic-bezier(0.7, 0, 0.2, 1);
}
.navbar .navbar-nav {
  margin: 0;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1199.98px) {
  .navbar .navbar-nav {
    display: flex;
    flex-direction: column;
    position: fixed;
    overflow: scroll;
    overflow-x: hidden;
    visibility: hidden;
    width: calc(100% - 0.5rem);
    max-width: 21rem;
    height: 100%;
    top: 0;
    left: 0;
    transform: translateX(calc(-100% - 2rem));
    border-radius: 0 1rem 0 0;
    background-color: #e1e1e1;
    z-index: 0;
    transition: 0.45s all cubic-bezier(0.7, 0, 0.2, 1);
  }
}
.navbar .navbar-nav .mobile-menu-header {
  height: 4.5rem;
  padding: 0.96rem 1.5rem;
  position: sticky;
  top: 0;
  z-index: 10;
  border-radius: 0 1rem 0 0;
}
.navbar .navbar-nav .mobile-menu-header img {
  width: 6rem;
  filter: brightness(0) invert(1);
  transform: translateY(-0.1rem);
}
.navbar .navbar-nav .mobile-menu-header .close-button {
  padding: 0;
  font-size: 1.25rem;
  color: white;
  border: 0;
  background-color: transparent;
  transition: 0.3s all cubic-bezier(0.77, 0, 0.175, 1);
}
.navbar .navbar-nav .mobile-menu-header .close-button:hover {
  opacity: 0.8;
}
.navbar .navbar-nav .mobile-submenu-header {
  padding: 1.5rem 1.5rem;
  z-index: 4;
  border-bottom: 1px solid #e1e1e1;
}
.navbar .navbar-nav .mobile-submenu-header .go-back-button {
  padding: 0;
  color: #002610;
  border: 0;
  background-color: unset;
}
.navbar .navbar-nav .mobile-submenu-header .go-back-button i {
  margin-right: 0.6rem;
  font-size: 0.875rem;
}
@media screen and (max-width: 1199.98px) {
  .navbar .navbar-nav .navbar-nav-inner {
    height: 100vh;
    display: flex;
    flex-direction: column;
    transform: translateX(0);
    transition: 0.45s all cubic-bezier(0.7, 0, 0.2, 1);
  }
}
@media screen and (max-width: 1199.98px) {
  .navbar .navbar-nav .navbar-nav-inner.subnav-open {
    transform: translateX(-100%);
  }
}
.navbar .navbar-nav .nav-items-wrapper {
  padding: 1rem 0;
  background-color: white;
}
@media screen and (min-width: 1200px) {
  .navbar .navbar-nav .nav-items-wrapper {
    padding: 0;
    background-color: unset;
  }
}
.navbar .navbar-nav .nav-item:not(:last-child) {
  margin: 0;
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
  margin-top: 0;
  left: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1.7;
  border: 0;
  border-radius: 0;
  background-color: white;
  z-index: 1;
}
@media screen and (max-width: 1199.98px) {
  .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
    width: 100%;
    height: calc(100vh - 4.5rem);
    top: 0;
    display: block;
    position: fixed;
    overflow: scroll;
    transform: translateX(100%);
    z-index: 9;
    border-radius: 0 1rem 0 0;
    background-color: white;
    transition: 0.45s all cubic-bezier(0.7, 0, 0.2, 1);
  }
}
@media screen and (min-width: 1200px) {
  .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
    padding: 1rem 3.5rem 1rem 1.6rem;
    border-radius: 0.3rem;
    box-shadow: 0 50px 40px rgba(0, 0, 0, 0.25);
  }
}
@media screen and (max-width: 1199.98px) {
  .navbar .navbar-nav .nav-item.dropdown .dropdown-menu.show {
    z-index: 99;
  }
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu .mobile-menu-dropdown-items {
  margin: 1rem 0;
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu .mobile-menu-dropdown-items li a {
  padding: 1rem 1.5rem 1rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.25rem;
  color: #002610;
  text-decoration: none;
  background-color: white;
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu .mobile-menu-dropdown-items li .mobile-menu-dropdown-subitems {
  margin: 0.5rem 0 0.5rem 1.5rem;
  border-left: 2px solid #e1e1e1;
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu .mobile-menu-dropdown-items li .mobile-menu-dropdown-subitems li a {
  padding: 1rem 1.5rem 1rem 1.2rem;
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-menu-inner {
  padding: 0;
  animation: slidein 0.25s ease forwards;
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-menu-inner .level3-submenu {
  height: 100%;
  display: none;
  opacity: 0;
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-menu-inner .level3-submenu.show {
  display: block;
  animation: fadein 0.15s ease forwards;
}
@keyframes slidein {
  0% {
    opacity: 0;
    transform: translateY(-1.5rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateX(-1rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@media screen and (max-width: 1199.98px) {
  .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-menu-inner .container {
    max-width: 100%;
  }
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-menu-inner a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.55rem 0;
  position: relative;
  color: #002610;
  text-decoration: none;
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-menu-inner a span {
  position: relative;
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-menu-inner a span:after {
  content: "";
  height: 0.1rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.05rem;
  background-color: #007d30;
  transform-origin: left;
  transform: scaleX(0);
  transition-property: transform;
  transition-timing-function: ease-out;
  transition-duration: 225ms;
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-menu-inner a:hover span:after, .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-menu-inner a.active span:after {
  transform: scaleX(1);
}
.navbar .navbar-nav .nav-item .nav-link {
  padding: 1rem 1.8rem 1rem 1.5rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.35rem;
  color: #002610;
  background-color: white;
}
@media screen and (min-width: 1200px) {
  .navbar .navbar-nav .nav-item .nav-link {
    padding: 0 0.4rem;
    color: white;
    text-transform: uppercase;
    border-bottom: 0;
    background-color: unset;
  }
}
@media screen and (min-width: 1400px) {
  .navbar .navbar-nav .nav-item .nav-link {
    padding: 0.5rem 1rem;
  }
}
.navbar .navbar-nav .nav-item .nav-link span {
  position: relative;
}
.navbar .navbar-nav .nav-item .nav-link span:after {
  content: "";
  height: 0.1rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.1rem;
  background-color: #00491f;
  transform-origin: left;
  transform: scaleX(0);
  transition-property: transform;
  transition-timing-function: ease-out;
  transition-duration: 225ms;
}
@media screen and (min-width: 1200px) {
  .navbar .navbar-nav .nav-item .nav-link:hover span:after, .navbar .navbar-nav .nav-item .nav-link.active span:after {
    transform: scaleX(1);
  }
}
.navbar .navbar-nav .nav-item .nav-link:hover:before, .navbar .navbar-nav .nav-item .nav-link.active:before {
  z-index: 9;
}
.navbar .navbar-nav .nav-item .nav-link.dropdown-toggle:after {
  content: "\f054";
  margin: 0;
  font-family: "Font Awesome 6 Sharp";
  font-size: 0.875rem;
  vertical-align: unset;
  border: 0;
}
@media screen and (min-width: 1200px) {
  .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle:after {
    content: "\f078";
    font-size: 0.85rem;
    transform: translateY(-1px);
  }
}
@media screen and (min-width: 1200px) {
  .navbar .navbar-nav .nav-item.dropdown-active .nav-link span:after {
    transform: scaleX(1);
  }
}
.navbar .navbar-nav .mobile-footer-menu {
  padding: 1rem 0 2rem 0;
}
.navbar .navbar-nav .mobile-footer-menu li a {
  padding: 0.6rem 1.5rem;
  color: #7b7c81;
  text-decoration: none;
}
.navbar .navbar-nav .mobile-footer-button {
  width: calc(100% - 3rem);
  margin: 1.5rem;
}
@media screen and (min-width: 0px) {
  .navbar.nav-overlay {
    width: 100%;
    top: 0;
    position: fixed;
    z-index: 9;
    background-color: unset;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  }
  .navbar.nav-overlay .navbar-brand img {
    filter: brightness(0) invert(1);
  }
  .navbar.nav-overlay .search-button-mobile {
    color: white;
  }
  .navbar.nav-overlay .phone-number {
    color: white;
  }
}
@media screen and (min-width: 0px) and (min-width: 1200px) {
  .navbar.nav-overlay .phone-number {
    color: #b2ff8b;
  }
}
@media screen and (min-width: 0px) {
  .navbar.nav-overlay .phone-number span:after {
    background-color: white;
  }
}
@media screen and (min-width: 0px) and (min-width: 1200px) {
  .navbar.nav-overlay .phone-number span:after {
    background-color: #b2ff8b;
  }
}
@media screen and (min-width: 0px) and (min-width: 1200px) {
  .navbar.nav-overlay .navbar-nav .nav-item .nav-link {
    color: #b2ff8b;
  }
}
@media screen and (min-width: 0px) {
  .navbar.nav-overlay .navbar-nav .nav-item .nav-link span:after {
    background-color: #b2ff8b;
  }
  .navbar.nav-overlay.scrolled {
    background: unset;
    background-color: #007d30;
  }
}
@media screen and (min-width: 0px) and (min-width: 1200px) {
  .navbar.nav-overlay.scrolled .navbar-nav .nav-item .nav-link {
    color: white;
  }
}
@media screen and (min-width: 0px) {
  .navbar.nav-overlay.scrolled .phone-number {
    color: white;
  }
}
.navbar .navbar-collapse.show .navbar-nav {
  top: 0;
  left: 0;
  bottom: 0;
  visibility: visible;
  z-index: 9;
}
@media screen and (max-width: 1199.98px) {
  .navbar .navbar-collapse.show .navbar-nav {
    transform: translateX(0);
  }
}
.navbar.nav-open:before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 4;
  background-color: rgb(0, 0, 0);
  opacity: 0;
  animation: overlay-fadein 0.75s cubic-bezier(0.7, 0, 0.2, 1) forwards;
}
@keyframes overlay-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.7;
  }
}

/* WhatsApp modal */
.whatsapp-modal .modal-title {
  gap: 0.85rem;
}
.whatsapp-modal .modal-title img {
  width: 2.8rem;
  height: 2.8rem;
}
.whatsapp-modal .qr-code-wrapper {
  max-width: 16rem;
}
.whatsapp-modal .qr-code-wrapper .qr-code {
  width: 100%;
  border-radius: 0.3rem;
}
.whatsapp-modal .qr-code-wrapper span {
  margin: 0.5rem 0 0 0;
  padding: 0.6rem 1rem;
  gap: 0.6rem;
  border-radius: 0.3rem;
}
.whatsapp-modal .qr-code-wrapper span:before {
  content: "";
  width: 0;
  height: 0;
  top: -0.8rem;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
  border-bottom: 1rem solid #007d30;
}
.whatsapp-modal .qr-code-wrapper span i {
  font-size: 1.25rem;
}

/* Container */
@media screen and (min-width: 1200px) {
  .container {
    padding-left: max(1.5rem, min(6.73139vw - 0.0776699rem, 8rem));
    padding-right: max(1.5rem, min(6.73139vw - 0.0776699rem, 8rem));
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1600px;
  }
}

@media screen and (min-width: 1200px) {
  .container-large {
    padding-left: max(1.5rem, min(1.5534vw + 1.13592rem, 3rem));
    padding-right: max(1.5rem, min(1.5534vw + 1.13592rem, 3rem));
  }
}

/* Sections */
section {
  padding: 3rem 0;
  position: relative;
  background-color: white;
  z-index: 1;
}
@media screen and (min-width: 576px) {
  section {
    padding: 9.5rem 0;
  }
}

.section-xs {
  padding: 1.9rem 0;
}
@media screen and (min-width: 576px) {
  .section-xs {
    padding: 3rem 0;
  }
}

@media screen and (min-width: 576px) {
  .section-sm {
    padding: 6rem 0;
  }
}

.first-frontpage-section {
  padding-top: 7rem;
  z-index: unset;
}
@media screen and (min-width: 992px) {
  .first-frontpage-section {
    padding-top: 13rem;
  }
}

.first-page-section {
  padding-top: 8rem;
}
@media screen and (min-width: 576px) {
  .first-page-section {
    padding-top: 9.5rem;
  }
}
@media screen and (min-width: 992px) {
  .first-page-section {
    padding-top: 2.5rem;
  }
}

/* Blocks */
.block {
  padding: 1.5rem;
}
@media screen and (min-width: 576px) {
  .block {
    padding: 2.5rem;
  }
}

/* Lenis JS */
html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

/* Hero */
.hero {
  width: 100%;
  overflow-x: clip;
}
.hero .hero-text {
  padding: 7rem 0 11rem 0;
}
@media screen and (min-width: 576px) {
  .hero .hero-text {
    padding: 13rem 0 20rem 0;
  }
}
.hero .hero-slider-wrapper .hero-slider {
  animation: zoomin 0.9s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}
.hero .hero-slider-wrapper .hero-slider .owl-stage-outer, .hero .hero-slider-wrapper .hero-slider .owl-stage, .hero .hero-slider-wrapper .hero-slider .owl-item {
  height: 100%;
}
.hero .hero-slider-wrapper .hero-slider.parallax-slider {
  overflow: hidden;
}
.hero .hero-slider-wrapper .hero-slider.parallax-slider .owl-stage-outer {
  height: 115%;
}
@keyframes zoomin {
  from {
    transform: scale(1.4);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.hero .stripes .stripe-small {
  width: 100%;
  height: 3.5rem;
  background-color: #007d30;
}
@media screen and (min-width: 768px) {
  .hero .stripes .stripe-small {
    height: 5.5rem;
  }
}
.hero .stripes .stripe-large {
  width: 100%;
  height: 2rem;
  background-color: #00491f;
}
@media screen and (min-width: 768px) {
  .hero .stripes .stripe-large {
    height: 7rem;
  }
}
.hero.subpage-hero {
  min-height: 70vh;
}
.hero.subpage-hero .hero-text {
  padding: 12rem 0 12rem 0;
}
.hero.subpage-hero.hero-vorm .hero-text {
  padding: 12rem 0 15rem 0;
}
.hero .vorm {
  width: 80%;
  right: 0;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .hero .vorm {
    width: 70%;
  }
}
@media screen and (min-width: 992px) {
  .hero .vorm {
    width: calc(50% - 3rem);
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  .hero .vorm {
    width: calc(50% + 0rem);
  }
}
@media screen and (min-width: 1400px) {
  .hero .vorm {
    width: calc(50% + 0rem);
  }
}
.hero .vorm svg {
  height: 100%;
  object-fit: cover;
  object-position: left center;
  overflow: visible;
}
.hero.hero-half-height.hero-vorm .hero-text {
  padding: 12rem 0 15rem 0;
}
@media screen and (min-width: 1200px) {
  .hero.hero-half-height .vorm {
    width: calc(50% - 10rem);
  }
}
@media screen and (min-width: 1400px) {
  .hero.hero-half-height .vorm {
    width: calc(50% - 8rem);
  }
}
.hero.hero-half-height .vorm.kracht {
  height: 14rem;
  bottom: -2rem;
}
@media screen and (min-width: 768px) {
  .hero.hero-half-height .vorm.kracht {
    height: 21rem;
    bottom: -3rem;
  }
}
@media screen and (min-width: 1200px) {
  .hero.hero-half-height .vorm.kracht {
    height: 26rem;
  }
}
.hero.hero-half-height .vorm.omslag {
  height: 15rem;
  bottom: 3.5rem;
}
@media screen and (min-width: 768px) {
  .hero.hero-half-height .vorm.omslag {
    height: 23rem;
    bottom: 5.5rem;
  }
}
@media screen and (min-width: 992px) {
  .hero.hero-half-height .vorm.omslag {
    height: 29rem;
  }
}
.hero.hero-half-height .vorm.spanning {
  height: 17rem;
  bottom: -2rem;
}
@media screen and (min-width: 768px) {
  .hero.hero-half-height .vorm.spanning {
    height: 22rem;
  }
}
@media screen and (min-width: 992px) {
  .hero.hero-half-height .vorm.spanning {
    height: 24rem;
  }
}
@media screen and (min-width: 1200px) {
  .hero.hero-half-height .vorm.spanning {
    height: 32rem;
  }
}
.hero.hero-half-height .vorm.vooruit {
  height: 22rem;
  bottom: -4rem;
}
@media screen and (min-width: 1200px) {
  .hero.hero-half-height .vorm.vooruit {
    height: 35rem;
    bottom: -3rem;
  }
}
.hero.hero-half-height .vorm.voorwaartse_energie {
  height: 14rem;
  bottom: -3.8rem;
}
@media screen and (min-width: 768px) {
  .hero.hero-half-height .vorm.voorwaartse_energie {
    height: 18rem;
    bottom: -4.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .hero.hero-half-height .vorm.voorwaartse_energie {
    height: 22rem;
    bottom: -6rem;
  }
}
.hero.hero-full-height {
  min-height: 85vh;
}
@media screen and (min-width: 992px) {
  .hero.hero-full-height {
    min-height: 100vh;
  }
}
@media screen and (min-width: 1400px) {
  .hero.hero-full-height .vorm {
    width: calc(50% + 6.5rem);
  }
}
.hero.hero-full-height .vorm.kracht {
  height: 14rem;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .hero.hero-full-height .vorm.kracht {
    height: 21rem;
  }
}
@media screen and (min-width: 1200px) {
  .hero.hero-full-height .vorm.kracht {
    height: 32rem;
    bottom: -5rem;
  }
}
.hero.hero-full-height .vorm.omslag {
  height: 15rem;
  bottom: 5.5rem;
}
@media screen and (min-width: 768px) {
  .hero.hero-full-height .vorm.omslag {
    height: 23rem;
    bottom: 7rem;
  }
}
@media screen and (min-width: 992px) {
  .hero.hero-full-height .vorm.omslag {
    height: 29rem;
  }
}
.hero.hero-full-height .vorm.spanning {
  height: 18rem;
  bottom: -3rem;
}
@media screen and (min-width: 768px) {
  .hero.hero-full-height .vorm.spanning {
    height: 22rem;
  }
}
@media screen and (min-width: 1200px) {
  .hero.hero-full-height .vorm.spanning {
    height: 34rem;
  }
}
.hero.hero-full-height .vorm.vooruit {
  height: 22rem;
  bottom: -3rem;
}
@media screen and (min-width: 1200px) {
  .hero.hero-full-height .vorm.vooruit {
    height: 40rem;
    bottom: -2rem;
  }
}
.hero.hero-full-height .vorm.voorwaartse_energie {
  height: 9rem;
  bottom: -1rem;
}
@media screen and (min-width: 576px) {
  .hero.hero-full-height .vorm.voorwaartse_energie {
    height: 15rem;
    bottom: -3rem;
  }
}
@media screen and (min-width: 768px) {
  .hero.hero-full-height .vorm.voorwaartse_energie {
    height: 18rem;
    bottom: 0.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .hero.hero-full-height .vorm.voorwaartse_energie {
    height: 23rem;
    bottom: -2rem;
  }
}

/* Banner overlay */
.banner-overlay-wrapper {
  background-color: #00491f;
}

.banner-overlay {
  padding: 2rem 1.5rem 1.9rem 1.5rem;
  position: relative;
  z-index: 4;
}
@media screen and (min-width: 576px) {
  .banner-overlay {
    padding: 2.6rem 2rem 2.5rem 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .banner-overlay {
    margin-bottom: 0;
  }
}
.banner-overlay h4 {
  margin: 0 0 1.5rem 0;
}
@media screen and (min-width: 576px) {
  .banner-overlay h4 {
    margin: 0 0 2rem 0;
  }
}

/* Vacature block */
.vacature-block {
  color: white;
}
.vacature-block figure {
  margin: 0 0 1.1rem 0;
  aspect-ratio: 16/11;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .vacature-block .vacature-block-content {
    padding-right: 2rem;
  }
}
.vacature-block .vacature-block-content h3 {
  font-size: 1.802rem;
}
.vacature-block .vacature-block-content ul {
  opacity: 0.8;
}
.vacature-block .vacature-block-content ul li {
  display: flex;
  align-items: center;
}
.vacature-block .vacature-block-content ul li:not(:last-child):after {
  width: 1.5rem;
  content: "\e122";
  font-family: "Font Awesome 6 Sharp";
  font-size: 0.35rem;
  font-weight: 700;
  text-align: center;
}

.vacature-specificaties {
  margin: 2.2rem 0 4rem 0;
}
@media screen and (min-width: 576px) {
  .vacature-specificaties {
    margin: 2.2rem 0 1rem 0;
  }
}
@media screen and (min-width: 1200px) {
  .vacature-specificaties {
    margin: 2.2rem 0 4rem 0;
  }
}
.vacature-specificaties .vacature-icon-list li {
  margin-bottom: 1.25rem;
  display: flex;
  gap: 1.5rem;
  line-height: 1.4;
}
.vacature-specificaties .vacature-icon-list li i {
  width: 1.7rem;
  font-size: 1.4rem;
  line-height: 1.45;
  text-align: center;
}

.solliciteer-overlay-wrapper {
  margin: -9rem 0 3.5rem 0;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .solliciteer-overlay-wrapper {
    margin: -12rem 0 0 0;
  }
}
.solliciteer-overlay-wrapper .solliciteer-overlay {
  padding: 2rem 1.5rem 1.9rem 1.5rem;
  gap: 1.2rem;
  border: 1px solid #00491f;
}
@media screen and (min-width: 576px) {
  .solliciteer-overlay-wrapper .solliciteer-overlay {
    padding: 2.2rem 2rem 2.2rem 2rem;
  }
}
.solliciteer-overlay-wrapper .solliciteer-overlay .deel-vacature {
  margin: 0.75rem 0 0 0;
  gap: 0.7rem;
}
.solliciteer-overlay-wrapper .solliciteer-overlay .deel-vacature a {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 50%;
  border: 1px solid #002610;
}
.solliciteer-overlay-wrapper .solliciteer-overlay .deel-vacature a:before {
  content: "";
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  border-radius: 50%;
  background-color: #00491f;
  transition: 0.45s all cubic-bezier(0.7, 0, 0.2, 1);
}
.solliciteer-overlay-wrapper .solliciteer-overlay .deel-vacature a:hover:before {
  transform: translateY(0);
}

.medewerker-cta .contactpersoon {
  gap: 1.5rem;
}
@media screen and (min-width: 576px) {
  .medewerker-cta .contactpersoon {
    gap: 2rem;
  }
}
.medewerker-cta .contactpersoon figure {
  width: 3.5rem;
  height: 3.5rem;
}
@media screen and (min-width: 576px) {
  .medewerker-cta .contactpersoon figure {
    width: 6rem;
    height: 6rem;
  }
}

.jobalert-form input[type=email], .jobalert-form input[type=text], .jobalert-form select {
  margin: 0 0 1.5rem 0;
  padding: 0.8rem 0.6rem;
  color: white;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid white;
  background-color: rgba(255, 255, 255, 0.05);
}
.jobalert-form input[type=email]::placeholder, .jobalert-form input[type=text]::placeholder, .jobalert-form select::placeholder {
  color: white;
  opacity: 1;
}
.jobalert-form input[type=email]:focus, .jobalert-form input[type=text]:focus, .jobalert-form select:focus {
  outline: 0;
  box-shadow: unset;
}
.jobalert-form .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.jobalert-form .form-select option {
  color: black !important;
}

.sticky-bar {
  width: 100%;
  height: 9rem;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateY(9rem);
  position: fixed;
  z-index: 9;
  transition: 0.45s all cubic-bezier(0.7, 0, 0.2, 1);
}
@media screen and (min-width: 768px) {
  .sticky-bar {
    height: 6rem;
    transform: translateY(6rem);
  }
}
.sticky-bar.active {
  transform: translateY(0);
  box-shadow: 0 -10px 50px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 768px) {
  .sticky-bar .sticky-bar-left {
    gap: 2rem;
  }
}
.sticky-bar .sticky-bar-left h5 {
  margin-bottom: 0.45rem;
}
.sticky-bar .sticky-bar-left ul {
  opacity: 0.8;
}
.sticky-bar .sticky-bar-left ul li {
  display: flex;
  align-items: center;
}
.sticky-bar .sticky-bar-left ul li:not(:first-child):before {
  width: 1.5rem;
  content: "\e122";
  font-family: "Font Awesome 6 Sharp";
  font-size: 0.35rem;
  font-weight: 700;
  text-align: center;
}
.sticky-bar .btn {
  width: 100%;
  font-size: 0.94rem;
}
@media screen and (min-width: 768px) {
  .sticky-bar .btn {
    width: auto;
  }
}

.popup {
  max-width: 25rem;
  right: 1rem;
  bottom: 1rem;
  margin-left: 1rem;
  position: fixed;
  box-shadow: 0 0.4rem 1.4rem rgba(0, 0, 0, 0.4);
  background-color: white;
  z-index: 5;
  overflow: hidden;
  display: none;
}
.popup.active {
  display: block;
}
.popup .popup-header {
  padding: 1.4rem 4.5rem 0 1.2rem;
}
@media screen and (min-width: 576px) {
  .popup .popup-header {
    padding: 1.5rem 4.5rem 0 1.6rem;
  }
}
.popup .popup-header span {
  font-size: 1.802rem;
  line-height: 1.2;
}
.popup .popup-header, .popup .popup-header-open, .popup .popup-content {
  display: none;
}
.popup .popup-header.open, .popup .popup-header-open.open, .popup .popup-content.open {
  display: flex;
}
.popup.open {
  max-width: 34rem;
}
.popup.open .popup-header {
  padding: 1.5rem 4.5rem 0 1.5rem;
}
@media screen and (min-width: 576px) {
  .popup.open .popup-header {
    padding: 2.2rem 4.5rem 0 2.2rem;
  }
}
.popup.open .popup-content {
  padding: 1.5rem;
}
@media screen and (min-width: 576px) {
  .popup.open .popup-content {
    padding: 1.5rem 2.2rem 2.2rem 2.2rem;
  }
}
.popup .close-popup {
  width: 2.2rem;
  height: 2.2rem;
  top: 0.8rem;
  right: 0.8rem;
  position: absolute;
  justify-content: center;
  color: #00491f;
  font-size: 1.125rem;
  border: 1px solid #00491f;
  border-radius: 50%;
  overflow: hidden;
  background-color: transparent;
}
.popup .close-popup:before {
  content: "";
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  border-radius: 50%;
  background-color: #00491f;
  transition: 0.45s all cubic-bezier(0.7, 0, 0.2, 1);
}
.popup .close-popup:hover:before {
  transform: translateY(0);
}
.popup .popup-content {
  padding: 1.6rem;
  display: none;
}
.popup .popup-content.open {
  display: block;
}
.popup .popup-content .nf-form-fields-required {
  display: none;
}
.popup .popup-content .nf-form-content .nf-field-container {
  margin-bottom: 1.2rem !important;
}
.popup .popup-content .nf-form-content .nf-field-container.submit-container {
  margin-bottom: 0 !important;
}
.popup .popup-content .nf-form-content .html-wrap p {
  margin: 0;
}
.popup .popup-content .nf-form-content input[type]:not([type=submit]), .popup .popup-content .nf-form-content .nf-form-content select {
  padding: 0.8rem;
  border: 1px solid #d5d5d5;
  background-color: #f5f5f5;
}
.popup .popup-content .nf-form-content .nf-error.listimage-wrap .nf-field-element ul, .popup .popup-content .nf-form-content .nf-error .ninja-forms-field {
  border: 1px solid indianred !important;
  background-color: #fff3f3 !important;
}
.popup .popup-content .nf-error-field-errors {
  margin-top: 0.6rem;
}
.popup .option-buttons {
  padding: 1.25rem 1.2rem 1.7rem 1.2rem;
  display: none;
  gap: 0.7rem;
}
@media screen and (min-width: 576px) {
  .popup .option-buttons {
    padding: 1.25rem 1.6rem 1.7rem 1.6rem;
  }
}
.popup .option-buttons.open {
  display: flex;
}
.popup .option-buttons button {
  width: 100%;
  position: relative;
  padding: 0.5rem 1.5rem;
  color: white;
  display: flex;
  justify-content: center;
  border: 0;
  border-radius: 2rem;
  background-color: transparent;
  transition: 0.35s all ease-in-out;
  z-index: 1;
  overflow: hidden;
}
.popup .option-buttons button:before {
  content: "";
  width: 100%;
  height: 100%;
  transform-origin: top;
  transform: translateY(100%);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  border-radius: 2rem;
  transition: 0.45s all cubic-bezier(0.7, 0, 0.2, 1);
  z-index: -1;
}
.popup .option-buttons button:hover span:nth-of-type(1), .popup .option-buttons button.active span:nth-of-type(1) {
  transform: translate(0, -150%);
}
.popup .option-buttons button:hover span:nth-of-type(2), .popup .option-buttons button.active span:nth-of-type(2) {
  transform: translate(0, -50%);
}
.popup .option-buttons button:hover:before, .popup .option-buttons button.active:before {
  transform: translateY(0);
}
.popup .option-buttons button span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  white-space: nowrap;
  transform: translate(0, 0%);
  transition: 0.45s all cubic-bezier(0.7, 0, 0.2, 1);
}
.popup .option-buttons button span:nth-of-type(2) {
  position: absolute;
  top: 50%;
  transform: translate(0, 100%);
  white-space: nowrap;
}
.popup .option-buttons button i {
  font-size: 1.3rem;
}
.popup .option-buttons button.popup-yes {
  background-color: #007d30;
}
.popup .option-buttons button.popup-yes:before {
  background-color: #0fb111;
}
.popup .option-buttons button.popup-no {
  background-color: dimgray;
}
.popup .option-buttons button.popup-no:before {
  background-color: dimgray;
}

/* Submenu */
@media screen and (max-width: 575.98px) {
  .submenu-wrapper:after {
    width: 2rem;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  }
}

@media screen and (max-width: 575.98px) {
  .submenu {
    padding-right: 2rem;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 0.6rem;
    position: relative;
  }
}
@media screen and (min-width: 576px) {
  .submenu li {
    border-bottom: 1px solid #f5f5f5;
  }
}
@media screen and (max-width: 575.98px) {
  .submenu li {
    flex: 0 0 auto;
    scroll-snap-align: start;
  }
}
.submenu li a {
  position: relative;
  padding: 0.6rem 1.7rem;
  display: flex;
  align-items: center;
  text-decoration: none;
  border: 2px solid #e1e1e1;
  border-radius: 2rem;
}
@media screen and (min-width: 576px) {
  .submenu li a {
    padding: 0.75rem 0 0.75rem 2.1rem;
    border: 0;
    border-radius: 0;
  }
}
.submenu li a i {
  left: 0;
  position: absolute;
  color: #007d30;
}
.submenu li a span i {
  margin-left: 0.4rem;
  position: relative;
  font-size: 0.75rem;
  color: inherit;
  transform: translateY(-0.03rem);
}

/* Vacature overzicht */
@media screen and (max-width: 991.98px) {
  .filters {
    width: calc(100% - 1.5rem);
    height: 100%;
    top: 0;
    right: 0;
    padding: 4.5rem 2rem 2rem;
    position: fixed;
    justify-content: center;
    overflow: scroll;
    background-color: white;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.33);
    transition: 0.45s all cubic-bezier(0.7, 0, 0.2, 1);
    z-index: 9999;
    transform: translateX(100%);
    opacity: 0;
  }
}
.filters.open {
  transform: translateX(0);
  opacity: 1;
}
.filters .close-filters {
  top: 1.3rem;
  right: 1.3rem;
  position: absolute;
  color: #003816;
}
.filters .close-filters i {
  margin-left: 0.65rem;
  font-size: 2rem;
}

.filter-block:not(:last-child) {
  margin: 0 0 1.8rem 0;
}
.filter-block h4 {
  margin: 0 0 0.7rem 0;
}
.filter-block .checkbox-wrapper {
  display: block;
  position: relative;
  padding-left: 1.9rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.filter-block .checkbox-wrapper:not(:last-child) {
  margin-bottom: 0.2rem;
}
.filter-block .checkbox-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.filter-block .checkbox-wrapper input:checked ~ .checkmark {
  color: #007d30;
  border-color: #007d30;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.filter-block .checkbox-wrapper input:hover:checked ~ .checkmark {
  border-color: #007d30;
}
.filter-block .checkbox-wrapper input:checked ~ .checkmark:after {
  display: block;
}
.filter-block .checkbox-wrapper:hover input ~ .checkmark {
  border-color: #a2a2a2;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.filter-block .checkbox-wrapper .checkmark {
  margin-top: -0.1rem;
  position: absolute;
  left: 0;
  height: 1.2rem;
  width: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.2rem;
  border: 2px solid #e1e1e1;
  transition: 0.3s all cubic-bezier(0.77, 0, 0.175, 1);
  background-color: white;
}
.filter-block .checkbox-wrapper .checkmark:after {
  content: "\f00c";
  position: absolute;
  font-family: "Font Awesome 6 Sharp";
  font-size: 0.75rem;
  font-weight: 700;
  display: none;
}

.vacature-head {
  min-height: 56px;
  margin: 0 0 1.9rem 0;
  padding: 0 0 1.7rem 0;
  border-bottom: 1px solid #dedede;
}
.vacature-head .filter-btn {
  flex-basis: 100%;
}

.remove-filters {
  position: relative;
  font-size: 0.9rem;
}
@media screen and (min-width: 576px) {
  .remove-filters {
    padding-left: 1.8rem;
  }
}
.remove-filters:hover {
  color: #007d30;
}
@media screen and (min-width: 576px) {
  .remove-filters:before {
    content: "";
    height: 0.125rem;
    left: 0;
    margin-top: -0.0625rem;
    position: absolute;
    top: 50%;
    width: 0.875rem;
    background: gainsboro;
  }
}

.vacature-list-block {
  padding: 1.3rem 1.3rem 4rem 1.3rem;
  gap: 0.8rem;
  position: relative;
  text-decoration: none;
  border-radius: 0.45rem;
  border: 1px solid #e1e1e1;
  transition: 0.45s all cubic-bezier(0.7, 0, 0.2, 1);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .vacature-list-block {
    padding: 2rem 7rem 2rem 2rem;
  }
}
.vacature-list-block h4 {
  transition: 0.45s all cubic-bezier(0.7, 0, 0.2, 1);
}
.vacature-list-block .meta {
  margin-top: 0.4rem;
  display: flex;
  flex-wrap: wrap;
  color: #525252;
  gap: 0.6rem;
}
.vacature-list-block .meta li {
  display: flex;
  align-items: center;
  padding: 0.4rem 0.75rem;
  border-radius: 0.3rem;
  font-size: 0.91rem;
  background: #f5f5f5;
}
.vacature-list-block .meta li i {
  margin-right: 0.5rem;
}
.vacature-list-block .read-more {
  width: 3.7rem;
  height: 3.7rem;
  padding: 0.65rem;
  right: 0;
  bottom: 0;
  margin-left: auto;
  position: absolute;
  display: flex;
  align-items: end;
  justify-content: end;
  color: #575757;
  transition: 0.45s all cubic-bezier(0.7, 0, 0.2, 1);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background-color: white;
}
@media screen and (min-width: 768px) {
  .vacature-list-block .read-more {
    width: 3.7rem;
    height: 3.7rem;
  }
}
.vacature-list-block:not(:last-child) {
  margin-bottom: 1.5rem;
}
.vacature-list-block:hover h4 {
  color: #007d30;
}
@media screen and (min-width: 768px) {
  .vacature-list-block:hover {
    border-color: #007d30;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.05);
  }
}
.vacature-list-block:hover .read-more {
  color: white;
  background-color: #007d30;
}

.vacatures-popup {
  max-width: 26rem;
  right: 1rem;
  bottom: 1rem;
  margin-left: 1rem;
  position: fixed;
  box-shadow: 0 0.4rem 1.4rem rgba(0, 0, 0, 0.4);
  background-color: #002610;
  color: white;
  z-index: 5;
  overflow: hidden;
  display: none;
}
.vacatures-popup.active {
  display: block;
}
.vacatures-popup .popup-header {
  padding: 1.4rem 4.5rem 0 1.2rem;
}
@media screen and (min-width: 576px) {
  .vacatures-popup .popup-header {
    padding: 1.5rem 4.5rem 0 1.6rem;
  }
}
.vacatures-popup .popup-header span {
  font-size: 1.802rem;
  line-height: 1.2;
}
.vacatures-popup .popup-header, .vacatures-popup .popup-header-open, .vacatures-popup .popup-content {
  display: flex;
}
.vacatures-popup .close-vacatures-popup {
  width: 2.2rem;
  height: 2.2rem;
  top: 0.8rem;
  right: 0.8rem;
  position: absolute;
  justify-content: center;
  color: #b2ff8b;
  font-size: 1.125rem;
  border: 1px solid #b2ff8b;
  border-radius: 50%;
  overflow: hidden;
  background-color: transparent;
}
.vacatures-popup .close-vacatures-popup:before {
  content: "";
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  border-radius: 50%;
  background-color: #b2ff8b;
  transition: 0.45s all cubic-bezier(0.7, 0, 0.2, 1);
}
.vacatures-popup .close-vacatures-popup:hover span:nth-child(2) i {
  color: #00491f;
}
.vacatures-popup .close-vacatures-popup:hover:before {
  transform: translateY(0);
}
.vacatures-popup .popup-content {
  padding: 1.6rem;
}
.vacatures-popup .popup-content p {
  margin-bottom: 0;
}
.vacatures-popup .option-buttons {
  padding: 1.25rem 1.2rem 1.7rem 1.2rem;
}
@media screen and (min-width: 576px) {
  .vacatures-popup .option-buttons {
    padding: 1.25rem 1.6rem 1.7rem 1.6rem;
  }
}
.vacatures-popup .option-buttons a {
  width: 100%;
  position: relative;
  padding: 0.5rem 1.5rem;
  color: #b2ff8b;
  display: flex;
  justify-content: center;
  border: 1px solid #b2ff8b;
  border-radius: 2rem;
  background-color: #002610;
  transition: 0.35s all ease-in-out;
  z-index: 1;
  overflow: hidden;
}
.vacatures-popup .option-buttons a:before {
  content: "";
  width: 100%;
  height: 100%;
  transform-origin: top;
  transform: translateY(100%);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  border-radius: 2rem;
  transition: 0.45s all cubic-bezier(0.7, 0, 0.2, 1);
  z-index: -1;
}
.vacatures-popup .option-buttons a:hover span:nth-of-type(1), .vacatures-popup .option-buttons a.active span:nth-of-type(1) {
  transform: translate(0, -150%);
}
.vacatures-popup .option-buttons a:hover span:nth-of-type(2), .vacatures-popup .option-buttons a.active span:nth-of-type(2) {
  transform: translate(0, -50%);
}
.vacatures-popup .option-buttons a:hover:before, .vacatures-popup .option-buttons a.active:before {
  transform: translateY(0);
}

/* Content split */
.content-split figure, .content-split .content-split-slider {
  aspect-ratio: 16/9;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .content-split figure, .content-split .content-split-slider {
    height: 100%;
    top: 0;
    bottom: 0;
    position: absolute;
  }
}
.content-split figure img.image-fit-top, .content-split .content-split-slider img.image-fit-top {
  object-position: top;
}
.content-split figure img.image-fit-right, .content-split .content-split-slider img.image-fit-right {
  object-position: right;
}
.content-split figure img.image-fit-bottom, .content-split .content-split-slider img.image-fit-bottom {
  object-position: bottom;
}
.content-split figure img.image-fit-left, .content-split .content-split-slider img.image-fit-left {
  object-position: left;
}
.content-split figure.has-video:before, .content-split .content-split-slider.has-video:before {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  z-index: 1;
  transition: 0.3s all cubic-bezier(0.77, 0, 0.175, 1);
  background-color: #002610;
}
.content-split figure.has-video:hover:before, .content-split .content-split-slider.has-video:hover:before {
  opacity: 0.3;
}
.content-split figure.has-video button, .content-split .content-split-slider.has-video button {
  width: 100%;
  height: 100%;
  font-size: 4rem;
  opacity: 0.8;
  transition: 0.3s all cubic-bezier(0.77, 0, 0.175, 1);
}
.content-split figure.has-video button:hover, .content-split .content-split-slider.has-video button:hover {
  opacity: 1;
  transform: scale(1.2);
}
@media screen and (min-width: 1200px) {
  .content-split.content-split-focus-image.content-split-left figure, .content-split.content-split-focus-image.content-split-left .content-split-slider {
    width: calc(50% + 7rem);
  }
}
@media screen and (min-width: 1200px) {
  .content-split.content-split-focus-image.content-split-right figure, .content-split.content-split-focus-image.content-split-right .content-split-slider {
    width: calc(50% + 7rem);
  }
}
@media screen and (min-width: 1200px) {
  .content-split.content-split-focus-text.content-split-left figure, .content-split.content-split-focus-text.content-split-left .content-split-slider {
    width: calc(50% - 7rem);
  }
}
@media screen and (min-width: 1200px) {
  .content-split.content-split-focus-text.content-split-right figure, .content-split.content-split-focus-text.content-split-right .content-split-slider {
    width: calc(50% - 7rem);
  }
}
.content-split .content-split-slider .owl-stage-outer, .content-split .content-split-slider .owl-stage, .content-split .content-split-slider .owl-item {
  height: 100%;
}
.content-split .content-split-slider.parallax-slider {
  overflow: hidden;
}
.content-split .content-split-slider.parallax-slider .owl-stage-outer {
  height: 120%;
}
.content-split .content-split-slider .owl-nav button {
  width: 4rem;
  height: 4rem;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  font-size: 1.2rem;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: 50%;
  border: 2px solid white;
  background-color: transparent;
  overflow: hidden;
  transition: 0.45s all cubic-bezier(0.7, 0, 0.2, 1);
}
@media screen and (min-width: 576px) {
  .content-split .content-split-slider .owl-nav button {
    width: 5rem;
    height: 5rem;
    font-size: 1.3rem;
  }
}
.content-split .content-split-slider .owl-nav button:before {
  content: "";
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  border-radius: 50%;
  background-color: white;
  transition: 0.45s all cubic-bezier(0.7, 0, 0.2, 1);
  z-index: -1;
}
.content-split .content-split-slider .owl-nav button span {
  white-space: nowrap;
  transform: translate(0, 0%);
  transition: 0.45s all cubic-bezier(0.7, 0, 0.2, 1);
}
.content-split .content-split-slider .owl-nav button span:nth-of-type(2) {
  position: absolute;
  top: 50%;
  transform: translate(0, 100%);
  white-space: nowrap;
}
.content-split .content-split-slider .owl-nav button:hover {
  transform: translateY(-50%) scale(1.1);
}
.content-split .content-split-slider .owl-nav button:hover:before {
  transform: translateY(0);
}
.content-split .content-split-slider .owl-nav button:hover span:nth-of-type(1) {
  transform: translate(0, -150%);
}
.content-split .content-split-slider .owl-nav button:hover span:nth-of-type(2) {
  color: #007d30;
  transform: translate(0, -50%);
}
.content-split .content-split-slider .owl-nav button.disabled {
  transform: translateY(-50%) scale(0);
  pointer-events: none;
}
.content-split .content-split-slider .owl-nav button.owl-prev {
  left: 1.6rem;
}
@media screen and (min-width: 576px) {
  .content-split .content-split-slider .owl-nav button.owl-prev {
    left: 4rem;
  }
}
.content-split .content-split-slider .owl-nav button.owl-next {
  right: 1.6rem;
}
@media screen and (min-width: 576px) {
  .content-split .content-split-slider .owl-nav button.owl-next {
    right: 4rem;
  }
}
.content-split .content-split-content {
  padding: 3rem 0;
}
@media screen and (min-width: 992px) {
  .content-split .content-split-content {
    padding: 6rem 0;
  }
}
@media screen and (min-width: 1200px) {
  .content-split .content-split-content {
    padding: 9.5rem 0;
  }
}
@media screen and (min-width: 1200px) {
  .content-split .content-split-content.content-split-content-image-left {
    padding-left: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  .content-split .content-split-content.content-split-content-image-right {
    padding-right: 6rem;
  }
}
.content-split .content-split-content .content-split-content-inhoud ul {
  padding: 0;
  list-style-type: none;
}
.content-split .content-split-content .content-split-content-inhoud ul li {
  position: relative;
  padding-left: 1.7rem;
}
.content-split .content-split-content .content-split-content-inhoud ul li:before {
  content: "\f192";
  position: absolute;
  top: 0.13rem;
  left: 0;
  font-family: "Font Awesome 6 Sharp";
  font-size: 0.85rem;
}
.content-split .content-split-content .input-group {
  border-radius: 2rem;
  background-color: white;
}
.content-split .content-split-content .input-group input {
  padding: 1rem 1.5rem 1rem 1.8rem;
  border-radius: 2rem;
  border: 0;
}
.content-split .content-split-content .input-group input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #555;
  opacity: 1; /* Firefox */
}
.content-split .content-split-content .input-group input:focus {
  outline: 0;
  box-shadow: unset;
}
.content-split .content-split-content .input-group button {
  width: 3rem;
  height: 3rem;
  margin-right: 0.6rem;
  font-size: 1.1rem;
  color: #007d30;
  border: 0;
  z-index: 5;
  background-color: white;
}
@media screen and (min-width: 992px) {
  .content-split .content-split-content-sm {
    padding: 6rem 0;
  }
}
.content-split.content-split-left figure, .content-split.content-split-left .content-split-slider {
  left: 0;
}
.content-split.content-split-right figure, .content-split.content-split-right .content-split-slider {
  right: 0;
}

/* Diensten blokken */
.link-block-wrapper {
  margin: 3.5rem 0 2.5rem 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem 1rem;
}
@media screen and (min-width: 576px) {
  .link-block-wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.6rem 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  .link-block-wrapper {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1200px) {
  .link-block-wrapper {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1200px) {
  .link-block-wrapper.link-block-wrapper-large {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.link-block {
  text-decoration: none;
}
.link-block.link-block-small figure img {
  height: 3rem;
}
.link-block figure {
  aspect-ratio: 1/1;
  transition: 0.3s all cubic-bezier(0.77, 0, 0.175, 1);
  overflow: hidden;
}
.link-block figure img {
  height: 3.3rem;
  z-index: 1;
  transform: translateY(9rem);
  transition: 1.3s all cubic-bezier(0.77, 0, 0.175, 1);
}
.link-block figure:after {
  content: "";
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  position: absolute;
  transition: 0.9s all cubic-bezier(0.77, 0, 0.175, 1);
}
.link-block figure.link-block-green-6:after {
  background-color: #b2ff8b;
}
.link-block figure.link-block-yellow-1:after {
  background-color: #c5ff10;
}
.link-block figure.link-block-blue-1:after {
  background-color: #65f8d8;
}
.link-block figure.link-block-green-5:after {
  background-color: #79D995;
}
.link-block h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.link-block h3 span {
  transform: translate(0, 0);
  transition: 0.45s all cubic-bezier(0.7, 0, 0.2, 1);
}
.link-block h3 span:nth-of-type(2) {
  position: absolute;
  top: 50%;
  transform: translate(0, 100%);
}
.link-block:hover h3 span:nth-of-type(1) {
  transform: translate(0, -150%);
}
.link-block:hover h3 span:nth-of-type(2) {
  transform: translate(0, -50%);
}
.link-block.active figure img {
  transform: translateY(0);
}
.link-block.active figure:after {
  height: 100%;
}

/* Icoon blokken */
.icoon-block-wrapper {
  margin: 3.5rem 0 2.5rem 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem 1rem;
}
@media screen and (min-width: 992px) {
  .icoon-block-wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1200px) {
  .icoon-block-wrapper {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1400px) {
  .icoon-block-wrapper {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

.icoon-block {
  text-decoration: none;
}
.icoon-block .icoon-block-inner {
  aspect-ratio: 1/1;
  transition: 0.3s all cubic-bezier(0.77, 0, 0.175, 1);
  overflow: hidden;
}
.icoon-block .icoon-block-inner .icoon-block-figure {
  position: relative;
  gap: 0.85rem;
  z-index: 1;
  transform: translateY(12rem);
  transition: 1.3s all cubic-bezier(0.77, 0, 0.175, 1);
}
.icoon-block .icoon-block-inner .icoon-block-figure img {
  height: 4.7rem;
}
@media screen and (min-width: 576px) {
  .icoon-block .icoon-block-inner .icoon-block-figure img {
    height: 5.2rem;
  }
}
.icoon-block .icoon-block-inner .icoon-block-figure i {
  font-size: 4.2rem;
}
@media screen and (min-width: 576px) {
  .icoon-block .icoon-block-inner .icoon-block-figure i {
    font-size: 5.2rem;
  }
}
.icoon-block .icoon-block-inner .icoon-block-figure.has-subtitle img {
  height: 3.5rem;
}
@media screen and (min-width: 576px) {
  .icoon-block .icoon-block-inner .icoon-block-figure.has-subtitle img {
    height: 4rem;
  }
}
.icoon-block .icoon-block-inner .icoon-block-figure.has-subtitle i {
  font-size: 3rem;
}
@media screen and (min-width: 576px) {
  .icoon-block .icoon-block-inner .icoon-block-figure.has-subtitle i {
    font-size: 4rem;
  }
}
.icoon-block .icoon-block-inner .icoon-block-figure span {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 576px) {
  .icoon-block .icoon-block-inner .icoon-block-figure span {
    font-size: 1.6rem;
  }
}
.icoon-block .icoon-block-inner:after {
  content: "";
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  position: absolute;
  transition: 0.9s all cubic-bezier(0.77, 0, 0.175, 1);
}
.icoon-block .icoon-block-inner.icoon-block-green-6:after {
  background-color: #b2ff8b;
}
.icoon-block .icoon-block-inner.icoon-block-yellow-1:after {
  background-color: #c5ff10;
}
.icoon-block .icoon-block-inner.icoon-block-blue-1:after {
  background-color: #65f8d8;
}
.icoon-block .icoon-block-inner.icoon-block-green-5:after {
  background-color: #79D995;
}
.icoon-block h3 {
  margin-top: 1.2rem;
  line-height: 1.6;
}
.icoon-block.active .icoon-block-inner .icoon-block-figure {
  transform: translateY(0);
}
.icoon-block.active .icoon-block-inner:after {
  height: 100%;
}

/* Page block */
.page-block {
  height: 100%;
  background-color: white;
}
.page-block figure {
  aspect-ratio: 16/8;
  background-color: #00491f;
}
.page-block figure img {
  transition: 0.45s all cubic-bezier(0.7, 0, 0.2, 1);
}
.page-block .page-block-content {
  padding: 3rem 3rem 0 3rem;
  transition: 0.45s all cubic-bezier(0.7, 0, 0.2, 1);
  background-color: white;
}
.page-block .page-block-content-bottom {
  padding: 0 3rem 3rem 3rem;
}
.page-block:hover .page-block-content {
  transform: translateY(-4.5rem);
}
.page-block:hover figure img {
  opacity: 0.6;
}

/* Page slider */
.page-slider-nav {
  gap: 1rem;
}
.page-slider-nav button {
  width: 5rem;
  height: 5rem;
  position: relative;
  font-size: 1.3rem;
  color: #007d30;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: 50%;
  border: 2px solid #007d30;
  background-color: transparent;
  overflow: hidden;
  transition: 0.45s all cubic-bezier(0.7, 0, 0.2, 1);
}
.page-slider-nav button:before {
  content: "";
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  border-radius: 50%;
  background-color: #007d30;
  transition: 0.45s all cubic-bezier(0.7, 0, 0.2, 1);
}
.page-slider-nav button span {
  white-space: nowrap;
  transform: translate(0, 0%);
  transition: 0.45s all cubic-bezier(0.7, 0, 0.2, 1);
}
.page-slider-nav button span:nth-of-type(2) {
  position: absolute;
  top: 50%;
  transform: translate(0, 100%);
  white-space: nowrap;
}
.page-slider-nav button:hover:before {
  transform: translateY(0);
}
.page-slider-nav button:hover span:nth-of-type(1) {
  transform: translate(0, -150%);
}
.page-slider-nav button:hover span:nth-of-type(2) {
  color: white;
  transform: translate(0, -50%);
}

.slider-title {
  margin: 0 0 4.5rem 0;
}

.page-slider .page-slider-block {
  min-height: 30rem;
  background-color: white;
}
.page-slider .page-slider-block figure {
  width: 50%;
  flex-shrink: 0;
  background-color: #002610;
}
.page-slider .page-slider-block figure img {
  transition: 0.45s all cubic-bezier(0.7, 0, 0.2, 1);
}
.page-slider .page-slider-block .page-slider-block-content {
  padding: 3rem;
  transition: 0.45s all cubic-bezier(0.7, 0, 0.2, 1);
}
.page-slider .page-slider-block:hover figure img {
  opacity: 0.6;
}
.page-slider .page-slider-block:hover .page-slider-block-content {
  transform: translateX(-4.5rem);
}
.page-slider .page-slider-block:hover .btn span:nth-of-type(1) {
  transform: translate(0, -150%);
}
.page-slider .page-slider-block:hover .btn span:nth-of-type(2) {
  transform: translate(0, -50%);
}
.page-slider .page-slider-block:hover .btn:before {
  transform: translateY(0);
}
.page-slider .page-slider-block:hover .btn span:nth-of-type(2) {
  color: white;
}
.page-slider .owl-dots {
  margin: 3.2rem 0 0 0;
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.page-slider .owl-dots button {
  width: 2.1rem;
  height: 5px;
  background-color: #007d30;
  transition: 0.45s all cubic-bezier(0.7, 0, 0.2, 1);
}
.page-slider .owl-dots button.active {
  width: 2.8rem;
  background-color: #b2ff8b;
}

/* Cases */
.case-slider {
  position: relative;
}
.case-slider .owl-stage {
  display: flex;
}
.case-slider .owl-item {
  display: flex;
  flex: 1 0 auto;
}
.case-slider .owl-nav button {
  width: 4rem;
  height: 4rem;
  top: 30%;
  transform: translateY(-50%);
  position: absolute;
  font-size: 1.2rem !important;
  color: white !important;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: 50%;
  border: 2px solid white !important;
  background-color: transparent !important;
  overflow: hidden;
  transition: 0.45s all cubic-bezier(0.7, 0, 0.2, 1);
}
@media screen and (min-width: 576px) {
  .case-slider .owl-nav button {
    width: 4.4rem;
    height: 4.4rem;
    top: 35%;
    font-size: 1.3rem;
  }
}
.case-slider .owl-nav button:before {
  content: "";
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  border-radius: 50%;
  background-color: white;
  transition: 0.45s all cubic-bezier(0.7, 0, 0.2, 1);
  z-index: -1;
}
.case-slider .owl-nav button span {
  white-space: nowrap;
  transform: translate(0, 0%);
  transition: 0.45s all cubic-bezier(0.7, 0, 0.2, 1);
}
.case-slider .owl-nav button span:nth-of-type(2) {
  position: absolute;
  top: 50%;
  transform: translate(0, 100%);
  white-space: nowrap;
}
.case-slider .owl-nav button:hover {
  transform: translateY(-50%) scale(1.1);
}
.case-slider .owl-nav button:hover:before {
  transform: translateY(0);
}
.case-slider .owl-nav button:hover span:nth-of-type(1) {
  transform: translate(0, -150%);
}
.case-slider .owl-nav button:hover span:nth-of-type(2) {
  color: #007d30;
  transform: translate(0, -50%);
}
.case-slider .owl-nav button.disabled {
  transform: translateY(-50%) scale(0);
  pointer-events: none;
}
.case-slider .owl-nav button.owl-prev {
  left: 1.6rem;
}
@media screen and (min-width: 576px) {
  .case-slider .owl-nav button.owl-prev {
    left: 2rem;
  }
}
.case-slider .owl-nav button.owl-next {
  right: 1.6rem;
}
@media screen and (min-width: 576px) {
  .case-slider .owl-nav button.owl-next {
    right: 2rem;
  }
}

.case-block {
  border-left: 1px solid #00491f;
}
.case-block figure {
  aspect-ratio: 4/3;
  background-color: #002610;
}
.case-block figure img {
  transition: 0.5s all cubic-bezier(0.77, 0, 0.175, 1);
}
.case-block .case-block-content {
  padding: 2.5rem 1.5rem;
  transition: 0.5s all cubic-bezier(0.77, 0, 0.175, 1);
  background-color: white;
}
@media screen and (min-width: 576px) {
  .case-block .case-block-content {
    padding: 2.5rem 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .case-block .case-block-content {
    padding: 3.5rem 3rem;
  }
}
.case-block .case-block-content-bottom {
  padding: 3.5rem 1.5rem 3rem 1.5rem;
}
@media screen and (min-width: 576px) {
  .case-block .case-block-content-bottom {
    padding: 3.5rem 2rem 6rem 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .case-block .case-block-content-bottom {
    padding: 3.5rem 3rem 6rem 3rem;
  }
}
.case-block:hover img {
  opacity: 0.6;
}
.case-block:hover .case-block-content {
  transform: translateY(-4.5rem);
}
.case-block:hover .btn span:nth-of-type(1) {
  transform: translate(0, -150%);
}
.case-block:hover .btn span:nth-of-type(2) {
  transform: translate(0, -50%);
}
.case-block:hover .btn:before {
  transform: translateY(0);
}
.case-block:hover .btn span:nth-of-type(2) {
  color: white;
}

.active-filters {
  margin: 3rem 0 0 0;
}
.active-filters .remove-filter {
  padding: 0.3rem 1.2rem;
  color: #00491f;
  font-size: 0.889rem;
  border: 1px solid #00491f;
  border-radius: 2rem;
}
.active-filters .remove-filter i {
  margin: 0 0 0 0.25rem;
}

.case-block-full-wrapper {
  margin-top: 3rem;
  padding-top: 3.5rem;
  border-top: 1px solid #e1e1e1;
}

.case-block-full {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 3.5rem;
  text-decoration: none;
}
.case-block-full:not(:last-child) {
  margin-bottom: 3.5rem;
}
.case-block-full figure {
  aspect-ratio: 4/3;
  background-color: #002610;
}
.case-block-full figure img {
  transition: 0.5s all cubic-bezier(0.77, 0, 0.175, 1);
}
.case-block-full .case-block-content {
  padding: 3rem 0 0 0;
  transition: 0.5s all cubic-bezier(0.77, 0, 0.175, 1);
  background-color: white;
}
.case-block-full:hover img {
  opacity: 0.6;
}
.case-block-full:hover .case-block-content {
  transform: translateY(-1.5rem);
}
.case-block-full:hover .btn span:nth-of-type(1) {
  transform: translate(0, -150%);
}
.case-block-full:hover .btn span:nth-of-type(2) {
  transform: translate(0, -50%);
}
.case-block-full:hover .btn:before {
  transform: translateY(0);
}
.case-block-full:hover .btn span:nth-of-type(2) {
  color: white;
}

/* Filter */
.filter button {
  padding: 0.6rem 3.4rem 0.6rem 1.6rem;
  position: relative;
  font-weight: 500;
  color: #007d30;
  border: 2px solid #007d30;
  border-radius: 2rem;
  background-color: white;
}
.filter button:after {
  content: "\f078";
  font-family: "Font Awesome 6 Sharp";
  font-size: 1rem;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  color: #007d30;
}
.filter .dropdown-menu {
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}
.filter .dropdown-menu .dropdown-item {
  padding: 0.6rem 1.5rem;
  white-space: unset;
}
.filter .dropdown-menu .dropdown-item:hover, .filter .dropdown-menu .dropdown-item:active, .filter .dropdown-menu .dropdown-item:focus {
  color: #007d30;
  text-decoration: none;
  background-color: unset;
}
.filter .dropdown-menu .dropdown-item.active {
  color: #007d30;
  background-color: unset;
}

/* Video */
.video {
  aspect-ratio: 16/9;
  overflow: hidden;
}
.video img {
  height: 130%;
}
.video:before {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  z-index: 1;
  transition: 0.3s all cubic-bezier(0.77, 0, 0.175, 1);
  background-color: #002610;
}
.video:hover:before {
  opacity: 0.3;
}
.video button {
  width: 100%;
  height: 100%;
  font-size: 4rem;
  opacity: 0.8;
  transition: 0.3s all cubic-bezier(0.77, 0, 0.175, 1);
}
.video button:hover {
  opacity: 1;
  transform: scale(1.2);
}

#video-modal .close {
  width: 2.5rem;
  height: 2.5rem;
  top: -1.2rem;
  right: -1.2rem;
  position: absolute;
  color: white;
  font-size: 1.125rem;
  background-color: #007d30;
}
#video-modal .close:before {
  content: "";
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  border-radius: 50%;
  background-color: #00491f;
  transition: 0.45s all cubic-bezier(0.7, 0, 0.2, 1);
}
#video-modal .close:hover:before {
  transform: translateY(0);
}
#video-modal .modal-content {
  padding: 0;
  border: 0;
  border-radius: 0;
  background-color: unset;
}

/* Parallax img */
.parallax-img {
  overflow: hidden;
}
.parallax-img img {
  height: 130%;
}

/* Images wrapper */
.images-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.images-wrapper .parallax-img {
  aspect-ratio: 4/3;
}
.images-wrapper img {
  height: 120%;
}

/* Stappen */
.stappen {
  margin-top: 5rem;
  display: flex;
}
.stappen .stap {
  width: 7rem;
  height: 8rem;
  padding: 1.7rem 2rem 1.8rem 0.5rem;
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 0.2rem;
  color: #00491f;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  border: 0;
  transition: 0.45s all cubic-bezier(0.7, 0, 0.2, 1);
}
@media screen and (min-width: 768px) {
  .stappen .stap {
    width: 12rem;
    height: 16rem;
    padding: 4.5rem 5rem 1.8rem 1.2rem;
  }
}
@media screen and (min-width: 992px) {
  .stappen .stap {
    width: 15rem;
    height: 19rem;
    padding: 6rem 5rem 1.8rem 1.6rem;
  }
}
.stappen .stap span {
  line-height: 1;
  text-align: left;
  transition: 0.45s all cubic-bezier(0.7, 0, 0.2, 1);
}
.stappen .stap span.nummer {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .stappen .stap span.nummer {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 992px) {
  .stappen .stap span.nummer {
    font-size: 2.8rem;
  }
}
.stappen .stap span.fase {
  font-size: 0.8rem;
  font-weight: 600;
  opacity: 0;
  transform: translateY(-2rem);
}
@media screen and (min-width: 768px) {
  .stappen .stap span.fase {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 992px) {
  .stappen .stap span.fase {
    font-size: 1.3rem;
  }
}
.stappen .stap:not(:first-child) {
  margin-left: -4rem;
  opacity: 0.9;
}
@media screen and (min-width: 768px) {
  .stappen .stap:not(:first-child) {
    margin-left: -9rem;
  }
}
@media screen and (min-width: 992px) {
  .stappen .stap:not(:first-child) {
    margin-left: -10rem;
  }
}
.stappen .stap:not(:first-child):hover, .stappen .stap:not(:first-child).active {
  margin-left: -4rem;
}
@media screen and (min-width: 768px) {
  .stappen .stap:not(:first-child):hover, .stappen .stap:not(:first-child).active {
    margin-left: -8rem;
  }
}
.stappen .stap:hover, .stappen .stap.active {
  transform: scale(1.25);
}
.stappen .stap:hover span.nummer, .stappen .stap.active span.nummer {
  font-size: 1.3rem;
}
@media screen and (min-width: 576px) {
  .stappen .stap:hover span.nummer, .stappen .stap.active span.nummer {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .stappen .stap:hover span.nummer, .stappen .stap.active span.nummer {
    font-size: 1.8rem;
  }
}
.stappen .stap:hover span.fase, .stappen .stap.active span.fase {
  opacity: 1;
  transform: translateY(0);
}
.stappen .stap:nth-child(1):hover, .stappen .stap:nth-child(1).active {
  transform-origin: left;
}
.stappen .stap:nth-child(1):hover + button, .stappen .stap:nth-child(1).active + button {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .stappen .stap:nth-child(1):hover + button, .stappen .stap:nth-child(1).active + button {
    margin-left: -3rem;
  }
}
.stappen .stap:nth-child(2):hover + button, .stappen .stap:nth-child(2).active + button {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .stappen .stap:nth-child(2):hover + button, .stappen .stap:nth-child(2).active + button {
    margin-left: -3rem;
  }
}
.stappen .stap:nth-child(3):hover + button, .stappen .stap:nth-child(3).active + button {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .stappen .stap:nth-child(3):hover + button, .stappen .stap:nth-child(3).active + button {
    margin-left: -3rem;
  }
}
.stappen .stap:nth-child(4):hover + button, .stappen .stap:nth-child(4).active + button {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .stappen .stap:nth-child(4):hover + button, .stappen .stap:nth-child(4).active + button {
    margin-left: -3rem;
  }
}

.stappen-info {
  margin-top: 4rem;
}

.stappen-section .stappen {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-gap: 5rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .stappen-section .stappen {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1200px) {
  .stappen-section .stappen {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media screen and (min-width: 992px) {
  .stappen-section .stappen.stappen-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.stappen-section .stappen .stap {
  position: relative;
  opacity: 0;
  transform: translateY(2rem);
}
.stappen-section .stappen .stap:before {
  content: "";
  width: 1px;
  height: 100%;
  left: -2.5rem;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.15);
}
.stappen-section .stappen .stap i {
  margin: 0 0 1.2rem 0;
  font-size: 2.2rem;
}
.stappen-section .stappen .stap .stap-icoon {
  height: 2.4rem;
  margin: 0 0 1.2rem 0;
}
.stappen-section.bg-white .stappen .stap:before, .stappen-section.bg-dark-gray .stappen .stap:before, .stappen-section.bg-green-6 .stappen .stap:before {
  background-color: rgba(0, 0, 0, 0.15);
}

/* Split CTA */
.split-cta-wrapper {
  background-color: #00491f;
}
@media screen and (min-width: 992px) {
  .split-cta-wrapper {
    background: linear-gradient(90deg, #00491f 0%, #00491f 50%, #007d30 50%, #007d30 100%);
  }
}

.split-cta {
  display: grid;
  gap: 9rem;
}
@media screen and (min-width: 992px) {
  .split-cta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* CTA block */
@media screen and (min-width: 576px) {
  .cta-block {
    padding: 2.5rem;
    border-radius: 1rem 0 0 1rem;
    box-shadow: -0.35rem 0.2rem 0.8rem rgba(0, 0, 0, 0.15);
    z-index: 1;
  }
}
@media screen and (min-width: 576px) {
  .cta-block:before {
    content: "";
    width: 3rem;
    height: 100%;
    position: absolute;
    top: 0;
    right: -1.5rem;
    bottom: 0;
    background-color: white;
    z-index: 1;
  }
}
@media screen and (min-width: 576px) {
  .cta-block:after {
    content: "";
    display: block;
    position: absolute;
    width: 999rem;
    top: 0;
    right: -999rem;
    bottom: 0;
    background-color: white;
    box-shadow: -0.35rem 0.2rem 0.8rem rgba(0, 0, 0, 0.15);
    z-index: 0;
  }
}
.cta-block .cta-block-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* Vorm section */
.vorm-section {
  width: 100%;
  overflow-x: clip;
}
.vorm-section .vorm {
  width: calc(100% - 1rem);
  right: 0;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .vorm-section .vorm {
    width: calc(50% - 3rem);
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  .vorm-section .vorm {
    width: calc(50% + 0rem);
  }
}
@media screen and (min-width: 1400px) {
  .vorm-section .vorm {
    width: calc(50% + 8rem);
  }
}
.vorm-section .vorm.kracht {
  height: 15rem;
}
@media screen and (min-width: 768px) {
  .vorm-section .vorm.kracht {
    height: 22rem;
  }
}
@media screen and (min-width: 1200px) {
  .vorm-section .vorm.kracht {
    height: 28rem;
  }
}
.vorm-section .vorm.omslag {
  height: 29rem;
}
.vorm-section .vorm.spanning {
  height: 18rem;
}
@media screen and (min-width: 768px) {
  .vorm-section .vorm.spanning {
    height: 22rem;
  }
}
@media screen and (min-width: 992px) {
  .vorm-section .vorm.spanning {
    height: 34rem;
  }
}
.vorm-section .vorm.vooruit {
  height: 39rem;
}
.vorm-section .vorm.voorwaartse_energie {
  height: 25rem;
}
.vorm-section .vorm svg {
  height: 100%;
  object-fit: cover;
  object-position: left center;
  overflow: visible;
}

/* Two column text */
.two-column-section .two-column-text {
  display: grid;
}
@media screen and (min-width: 992px) {
  .two-column-section .two-column-text {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1200px) {
  .two-column-section .two-column-text {
    grid-template-columns: 60% 40%;
  }
}
.two-column-section .two-column-text .column {
  padding: 3rem 0;
  position: relative;
}
@media screen and (min-width: 992px) {
  .two-column-section .two-column-text .column {
    padding: 6rem 0;
  }
}
@media screen and (min-width: 992px) {
  .two-column-section .two-column-text .column:nth-child(1) {
    padding-right: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .two-column-section .two-column-text .column:nth-child(1) {
    padding-right: 5rem;
  }
}
.two-column-section .two-column-text .column:nth-child(2) {
  background-color: #e1e1e1;
}
@media screen and (min-width: 992px) {
  .two-column-section .two-column-text .column:nth-child(2) {
    padding-left: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .two-column-section .two-column-text .column:nth-child(2) {
    padding-left: 5rem;
  }
}
.two-column-section .two-column-text .column:nth-child(2):before, .two-column-section .two-column-text .column:nth-child(2):after {
  display: block;
  position: absolute;
  width: 999rem;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-color: #e1e1e1;
}
@media screen and (max-width: 991.98px) {
  .two-column-section .two-column-text .column:nth-child(2):before {
    content: "";
    left: -998.8rem;
  }
}
.two-column-section .two-column-text .column:nth-child(2):after {
  content: "";
  right: -998.8rem;
}

/* News */
.hero-news-wrapper {
  margin: 0 0 5rem 0;
  display: grid;
  grid-gap: 2rem;
}
@media screen and (min-width: 1200px) {
  .hero-news-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 3rem;
  }
}
@media screen and (min-width: 1400px) {
  .hero-news-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 5rem;
  }
}
.hero-news-wrapper figure {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  background-color: #00491f;
}
.hero-news-wrapper figure img {
  transition: 0.45s all cubic-bezier(0.7, 0, 0.2, 1);
}
@media screen and (min-width: 1400px) {
  .hero-news-wrapper .hero-news-wrapper-content {
    padding: 3rem 3rem 3rem 0;
  }
}
.hero-news-wrapper:hover img {
  opacity: 0.6;
}
.hero-news-wrapper:hover .btn span:nth-of-type(1) {
  transform: translate(0, -150%);
}
.hero-news-wrapper:hover .btn span:nth-of-type(2) {
  transform: translate(0, -50%);
}
.hero-news-wrapper:hover .btn:before {
  transform: translateY(-100%);
}
.hero-news-wrapper:hover .btn span:nth-of-type(2) {
  color: #007d30;
}

.news-wrapper {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-gap: 5rem 6rem;
}
@media screen and (min-width: 1200px) {
  .news-wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: hidden;
  }
}
.news-wrapper .news-item {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .news-wrapper .news-item {
    padding: 1rem 0;
  }
}
.news-wrapper .news-item:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: -2.5rem;
  left: 0;
  background-color: #0fb111;
  opacity: 0.5;
}
@media screen and (min-width: 1200px) {
  .news-wrapper .news-item:before {
    width: 1px;
    height: 100%;
    top: 0;
    left: -3rem;
  }
}
.news-wrapper .news-item figure {
  margin: 0 0 1.5rem 0;
  aspect-ratio: 16/9;
  background-color: #00491f;
}
.news-wrapper .news-item figure img {
  transition: 0.45s all cubic-bezier(0.7, 0, 0.2, 1);
}
.news-wrapper .news-item p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .news-wrapper .news-item p {
    -webkit-line-clamp: unset;
  }
}
.news-wrapper .news-item:hover img {
  opacity: 0.6;
}
.news-wrapper .news-item:hover .btn span:nth-of-type(1) {
  transform: translate(0, -150%);
}
.news-wrapper .news-item:hover .btn span:nth-of-type(2) {
  transform: translate(0, -50%);
}
.news-wrapper .news-item:hover .btn:before {
  transform: translateY(-100%);
}
.news-wrapper .news-item:hover .btn span:nth-of-type(2) {
  color: #007d30;
}

/* Single News */
.news-image, .news-single-image {
  aspect-ratio: 16/9;
}

.news-gallery-image {
  aspect-ratio: 4/3;
}

.cta-block-single-news.has-image {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1.2rem;
}
@media screen and (min-width: 576px) {
  .cta-block-single-news.has-image {
    gap: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .cta-block-single-news.has-image {
    flex-direction: row;
    gap: 2.8rem;
  }
}
.cta-block-single-news img {
  width: 100%;
  aspect-ratio: 16/9;
  flex-shrink: 0;
  object-fit: cover;
}
@media screen and (min-width: 992px) {
  .cta-block-single-news img {
    width: 16rem;
    aspect-ratio: 4/3;
  }
}
@media screen and (min-width: 1200px) {
  .cta-block-single-news img {
    width: 20rem;
  }
}

/* Pagination */
.pagination {
  margin: 4rem 0 0 0;
  padding: 4rem 0 0 0;
  justify-content: center;
  border-top: 1px solid #e1e1e1;
}
@media screen and (min-width: 1200px) {
  .pagination {
    margin: 6rem 0 0 0;
  }
}
.pagination .nav-links {
  display: flex;
}
.pagination .page-numbers {
  width: 2.5rem;
  height: 2.5rem;
  margin: 0 0.3rem;
  position: relative;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 50%;
  border: 1px solid #e1e1e1;
  transition: 0.3s all cubic-bezier(0.77, 0, 0.175, 1);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .pagination .page-numbers {
    width: 3.8rem;
    height: 3.8rem;
  }
}
.pagination .page-numbers:before {
  content: "";
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  border-radius: 50%;
  background-color: #e1e1e1;
  transition: 0.45s all cubic-bezier(0.7, 0, 0.2, 1);
  z-index: -1;
}
.pagination .page-numbers.dots {
  width: auto;
  margin: 0 1rem;
  align-items: end;
  border: 0;
  background-color: unset;
}
.pagination .page-numbers.dots:before {
  content: unset;
}
.pagination .page-numbers.dots:hover {
  color: inherit;
  background-color: unset;
}
.pagination .page-numbers.next, .pagination .page-numbers.prev {
  border: 1px solid #e1e1e1;
}
.pagination .page-numbers:hover:before, .pagination .page-numbers:focus:before {
  transform: translateY(0);
}
.pagination .page-numbers.current {
  color: white;
  border: 1px color #007d30;
  background-color: #007d30;
}
.pagination .page-numbers.current:hover {
  text-decoration: none;
}

.pagination-mobile {
  margin: 3rem 0 0 0;
  padding: 3rem 0 0 0;
  justify-content: center;
  border-top: 1px solid #e1e1e1;
}
.pagination-mobile .btn {
  width: 50%;
}

/* Form section */
.form-section.form-section-dark-gray:before {
  background-color: #e1e1e1;
}
.form-section.form-section-green-2:before {
  background-color: #00491f;
}
.form-section.form-section-green-3:before {
  background-color: #007d30;
}
.form-section.form-section-green-6:before {
  background-color: #b2ff8b;
}
@media screen and (min-width: 1200px) {
  .form-section.form-section-green-2 .form-section-title, .form-section.form-section-green-3 .form-section-title {
    color: white;
  }
}
@media screen and (min-width: 1200px) {
  .form-section:before {
    content: "";
    width: calc(50% - 18rem);
    top: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }
}
@media screen and (min-width: 1400px) {
  .form-section:before {
    width: calc(50% - 22rem);
  }
}

/* Volledig scherm */
.page-template-template-volledig-scherm nav, .page-template-template-volledig-scherm footer {
  display: none;
}
.page-template-template-volledig-scherm iframe {
  height: 100vh !important;
}

/* Ninja Forms */
.nf-form-title h3 {
  margin: 0 0 2rem 0;
}

.nf-form-fields-required {
  margin: 0 0 2rem 0;
}

.nf-error input[type]:not([type=submit]), .nf-error textarea {
  border-color: indianred !important;
}

.nf-error.listimage-wrap .nf-field-element ul, .nf-error .ninja-forms-field {
  border: 0 !important;
  border-bottom: 1px solid indianred !important;
}

.nf-error-msg {
  font-size: 0.889rem;
}

.nf-multi-cell .nf-row .nf-cell {
  padding-left: 0;
}
@media screen and (min-width: 601px) {
  .nf-multi-cell .nf-cell {
    padding: 0 1.5rem 0 0 !important;
  }
}

.nf-label-span, .nf-field-label label {
  font-weight: 400 !important;
}

.nf-form-content .nf-field-label {
  margin-bottom: 0.1rem !important;
}
.nf-form-content .nf-fu-fileinput-button {
  margin-top: 0.8rem;
}
.nf-form-content .textarea-wrap .nf-field-label {
  margin-bottom: 0.7rem !important;
}
.nf-form-content .checkbox-wrap {
  display: flex;
  gap: 1.85rem;
  flex-wrap: unset !important;
}
.nf-form-content .checkbox-wrap .nf-field-element {
  order: 5;
  display: inline;
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.nf-form-content .checkbox-wrap .nf-field-label label:after {
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  position: absolute;
  top: 0.25rem;
  left: 0;
  border: 1px solid #00491f;
}
.nf-form-content .checkbox-wrap .nf-field-label label:before {
  content: "\f00c";
  width: 1.125rem;
  height: 1.125rem;
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Font Awesome 6 Sharp";
  font-size: 0.95rem;
  color: #007d30;
  opacity: 0;
  transition: 0.1s all ease;
}
.nf-form-content .checkbox-wrap .nf-field-label label.nf-checked-label:before {
  opacity: 1;
}
.nf-form-content .checkbox-wrap .nf-field-label label .ninja-forms-req-symbol {
  display: none;
}
.nf-form-content .checkbox-wrap .nf-field-description {
  flex-basis: 100%;
}
.nf-form-content input[type=text], .nf-form-content input[type=email], .nf-form-content input[type=tel], .nf-form-content select {
  padding: 0 0.8rem 0.1rem 0;
  color: #3d3d3d;
  border: 0;
  border-bottom: 1px solid #00491f;
  border-radius: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.nf-form-content input[type=text]:focus, .nf-form-content input[type=email]:focus, .nf-form-content input[type=tel]:focus, .nf-form-content select:focus {
  outline: 0;
  border-color: #007d30;
}
.nf-form-content .list-select-wrap select, .nf-form-content .listcountry-wrap select {
  background-image: url(images/chevron-down-sharp-light.svg);
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
  background-size: 0.95rem;
}
.nf-form-content textarea {
  padding: 1rem;
  border: 0;
  background-color: #f5f5f5;
}
.nf-form-content textarea:focus {
  outline: 0;
}
.nf-form-content .submit-container {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .form-section .nf-multi-cell .nf-form-content textarea {
    height: 22.8rem !important;
  }
}
.form-section .nf-multi-cell .submit-wrap {
  text-align: right;
}

/* Contact */
/* Pixelcreation Recruitee Application Form */
.pixelcreation-recruitee-form {
  display: grid;
  gap: 1.75rem;
}
.pixelcreation-recruitee-form.is-loading {
  opacity: 0.6;
  pointer-events: none;
}

.pixelcreation-recruitee-form__group {
  display: grid;
  gap: 1.75rem;
}
.pixelcreation-recruitee-form__group--primary, .pixelcreation-recruitee-form__group--extra {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem 2.5rem;
  grid-auto-flow: row;
}
@media screen and (min-width: 768px) {
  .pixelcreation-recruitee-form__group--primary, .pixelcreation-recruitee-form__group--extra {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.pixelcreation-recruitee-form__field-wrapper {
  width: 100%;
  min-width: 0;
}
.pixelcreation-recruitee-form__field-wrapper--full {
  grid-column: 1/-1;
}
@media screen and (min-width: 768px) {
  .pixelcreation-recruitee-form__field-wrapper--full {
    grid-column: span 2;
  }
}
@media screen and (max-width: 767.98px) {
  .pixelcreation-recruitee-form__field-wrapper--full {
    grid-column: span 1;
  }
}

.pixelcreation-recruitee-form__field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.pixelcreation-recruitee-form__field--consent {
  margin-top: 0.75rem;
}

.pixelcreation-recruitee-form__label {
  font-weight: 400;
  font-size: inherit;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  line-height: inherit;
  color: inherit;
}

.pixelcreation-recruitee-form__required {
  color: indianred;
  font-size: 0.9em;
}

.pixelcreation-recruitee-form__input,
.pixelcreation-recruitee-form__select {
  width: 100%;
  padding: 0 0.8rem 0.1rem 0;
  color: #3d3d3d;
  border: 0;
  border-bottom: 1px solid #00491f;
  border-radius: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 0.2s ease;
}
.pixelcreation-recruitee-form__input:focus,
.pixelcreation-recruitee-form__select:focus {
  outline: 0;
  border-color: #007d30;
}

.pixelcreation-recruitee-form__textarea {
  width: 100%;
  padding: 1rem;
  border: 0;
  border-radius: 0.35rem;
  background-color: #f5f5f5;
  resize: vertical;
}
.pixelcreation-recruitee-form__textarea:focus {
  outline: 0;
}

.pixelcreation-recruitee-form__file {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: flex-start;
  justify-self: start;
}

.pixelcreation-recruitee-form__file-button,
.pixelcreation-recruitee-form__submit {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.75rem 1.9rem;
  border-radius: 999px;
  background-color: #007d30;
  color: white;
  font-weight: 500;
  cursor: pointer;
  transition: 0.45s all cubic-bezier(0.7, 0, 0.2, 1);
  text-decoration: none;
  width: auto !important;
  max-width: max-content;
  min-width: 0;
  align-self: flex-start;
  justify-self: start;
  margin: 0;
  overflow: hidden;
}
.pixelcreation-recruitee-form__file-button:disabled,
.pixelcreation-recruitee-form__submit:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}
.pixelcreation-recruitee-form__file-button.is-loading,
.pixelcreation-recruitee-form__submit.is-loading {
  cursor: wait;
}

.pixelcreation-recruitee-form__submit-text {
  transition: opacity 0.2s ease;
}

.pixelcreation-recruitee-form__submit-spinner {
  display: none;
  width: 1rem;
  height: 1rem;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: white;
  border-radius: 50%;
  animation: pixelcreation-recruitee-spin 0.6s linear infinite;
}

@keyframes pixelcreation-recruitee-spin {
  to {
    transform: rotate(360deg);
  }
}
.pixelcreation-recruitee-form__file-button input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  margin: 0;
}

.pixelcreation-recruitee-form__file-name {
  font-size: 0.889rem;
  color: #3d3d3d;
  min-height: 1.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pixelcreation-recruitee-form__consent {
  display: inline-flex;
  align-items: flex-start;
  position: relative;
  font-size: inherit;
  font-weight: inherit;
}
.pixelcreation-recruitee-form__consent input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 0.15rem;
  width: 1.125rem;
  height: 1.125rem;
  margin: 0;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  pointer-events: auto;
}
.pixelcreation-recruitee-form__consent span.pixelcreation-recruitee-form__consent-text {
  position: relative;
  padding-left: 1.6rem;
  line-height: 1.6;
  display: inline-block;
  width: 100%;
  pointer-events: none;
}
.pixelcreation-recruitee-form__consent span.pixelcreation-recruitee-form__consent-text a {
  pointer-events: auto;
  cursor: pointer;
  color: inherit;
  text-decoration: underline;
}
.pixelcreation-recruitee-form__consent span.pixelcreation-recruitee-form__consent-text a:hover {
  text-decoration: underline;
}
.pixelcreation-recruitee-form__consent span.pixelcreation-recruitee-form__consent-text p {
  display: inline;
  margin: 0;
}
.pixelcreation-recruitee-form__consent span.pixelcreation-recruitee-form__consent-text:before {
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  border: 1px solid #00491f;
  position: absolute;
  left: 0;
  top: 0.15rem;
  background-color: transparent;
  transition: border-color 0.15s ease, background-color 0.15s ease;
  pointer-events: none;
}
.pixelcreation-recruitee-form__consent span.pixelcreation-recruitee-form__consent-text:after {
  content: "\f00c";
  width: 1.125rem;
  height: 1.125rem;
  position: absolute;
  left: 0;
  top: 0.15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Font Awesome 6 Sharp";
  font-size: 0.9rem;
  color: #007d30;
  opacity: 0;
  transition: opacity 0.15s ease;
  pointer-events: none;
}
.pixelcreation-recruitee-form__consent span.pixelcreation-recruitee-form__consent-text .pixelcreation-recruitee-form__required {
  margin-left: 0.2rem;
  display: inline;
  vertical-align: baseline;
  white-space: nowrap;
}
.pixelcreation-recruitee-form__consent input[type=checkbox]:checked + span.pixelcreation-recruitee-form__consent-text:before {
  border-color: #007d30;
  background-color: rgba(0, 125, 48, 0.12);
}
.pixelcreation-recruitee-form__consent input[type=checkbox]:checked + span.pixelcreation-recruitee-form__consent-text:after {
  opacity: 1;
}

.pixelcreation-recruitee-form__submit {
  border: 0;
  display: inline-flex;
  align-self: flex-start;
  justify-self: start;
  width: auto !important;
  max-width: max-content;
}

.pixelcreation-recruitee-form__field--infobox,
.pixelcreation-recruitee-form__field--legal {
  margin: 1rem 0;
}

.pixelcreation-recruitee-form__infobox,
.pixelcreation-recruitee-form__legal {
  padding: 1rem;
  background-color: #f5f5f5;
  border-radius: 0.35rem;
  font-size: inherit;
  line-height: 1.6;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
.pixelcreation-recruitee-form__infobox p,
.pixelcreation-recruitee-form__legal p {
  margin: 0 0 0.5rem 0;
}
.pixelcreation-recruitee-form__infobox p:last-child,
.pixelcreation-recruitee-form__legal p:last-child {
  margin-bottom: 0;
}
.pixelcreation-recruitee-form__infobox--consent,
.pixelcreation-recruitee-form__legal--consent {
  background-color: transparent;
  padding: 0;
}

.pixelcreation-recruitee-form__info-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  min-width: 1.5rem;
  border-radius: 50%;
  background-color: #00491f;
  color: white;
  font-size: 0.875rem;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  flex-shrink: 0;
  margin-top: 0.125rem;
}

.pixelcreation-recruitee-form__options {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.pixelcreation-recruitee-form__radio-label {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  cursor: pointer;
  font-size: inherit;
  font-weight: inherit;
  position: relative;
}
.pixelcreation-recruitee-form__radio-label input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 1.125rem;
  height: 1.125rem;
  margin: 0;
  cursor: pointer;
  z-index: 1;
}
.pixelcreation-recruitee-form__radio-label span {
  position: relative;
  padding-left: 1.6rem;
  line-height: 1.5;
}
.pixelcreation-recruitee-form__radio-label span:before {
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  border: 1px solid #00491f;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.1rem;
  background-color: transparent;
  transition: border-color 0.15s ease, background-color 0.15s ease;
}
.pixelcreation-recruitee-form__radio-label span:after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  position: absolute;
  left: 0.3125rem;
  top: 0.4125rem;
  background-color: #007d30;
  opacity: 0;
  transition: opacity 0.15s ease;
}
.pixelcreation-recruitee-form__radio-label input[type=radio]:checked + span:before {
  border-color: #007d30;
}
.pixelcreation-recruitee-form__radio-label input[type=radio]:checked + span:after {
  opacity: 1;
}
.pixelcreation-recruitee-form__radio-label input[type=radio]:focus + span:before {
  outline: 2px solid rgba(0, 125, 48, 0.3);
  outline-offset: 2px;
}

.pixelcreation-recruitee-form__checkbox-label {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.6rem;
  cursor: pointer;
  font-size: inherit;
  font-weight: inherit;
  position: relative;
}
.pixelcreation-recruitee-form__checkbox-label input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 1.125rem;
  height: 1.125rem;
  margin: 0;
  cursor: pointer;
  z-index: 1;
}
.pixelcreation-recruitee-form__checkbox-label span {
  position: relative;
  padding-left: 1.6rem;
  line-height: 1.5;
}
.pixelcreation-recruitee-form__checkbox-label span:before {
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  border: 1px solid #00491f;
  position: absolute;
  left: 0;
  top: 0.1rem;
  background-color: transparent;
  transition: border-color 0.15s ease, background-color 0.15s ease;
}
.pixelcreation-recruitee-form__checkbox-label span:after {
  content: "\f00c";
  width: 1.125rem;
  height: 1.125rem;
  position: absolute;
  left: 0;
  top: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Font Awesome 6 Sharp";
  font-size: 0.9rem;
  color: #007d30;
  opacity: 0;
  transition: opacity 0.15s ease;
}
.pixelcreation-recruitee-form__checkbox-label input[type=checkbox]:checked + span:before {
  border-color: #007d30;
  background-color: rgba(0, 125, 48, 0.12);
}
.pixelcreation-recruitee-form__checkbox-label input[type=checkbox]:checked + span:after {
  opacity: 1;
}
.pixelcreation-recruitee-form__checkbox-label input[type=checkbox]:focus + span:before {
  outline: 2px solid rgba(0, 125, 48, 0.3);
  outline-offset: 2px;
}

.pixelcreation-recruitee-form__salary-wrapper {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.pixelcreation-recruitee-form__currency {
  font-weight: 500;
  color: #3d3d3d;
}

.pixelcreation-recruitee-form__input--salary {
  flex: 1;
}

.pixelcreation-recruitee-form__status {
  margin-top: 0.5rem;
  font-size: 0.889rem;
  min-height: 1.2rem;
}
.pixelcreation-recruitee-form__status.is-error {
  color: indianred;
}
.pixelcreation-recruitee-form__status.is-success {
  color: #007d30;
  padding: 1rem 1.5rem;
  background-color: rgba(0, 125, 48, 0.1);
  border: 1px solid rgba(0, 125, 48, 0.3);
  border-radius: 4px;
  font-size: 1rem;
  line-height: 1.6;
  margin-top: 1rem;
}

.pixelcreation-recruitee-form__field.has-error .pixelcreation-recruitee-form__input,
.pixelcreation-recruitee-form__field.has-error .pixelcreation-recruitee-form__textarea {
  border-color: indianred !important;
}

.pixelcreation-recruitee-form__field.has-error .pixelcreation-recruitee-form__label {
  color: indianred;
}

.contact-list li {
  padding: 0 0 0 2.3rem;
  position: relative;
}
.contact-list li:not(:last-child) {
  margin: 0 0 0.7rem 0;
}
.contact-list li i {
  top: 0.28rem;
  left: 0;
  position: absolute;
  font-size: 1.2rem;
}
.contact-list li:first-child {
  margin: 0;
}
.contact-list li:first-child i {
  font-size: 1.45rem;
}
.contact-list li a {
  text-decoration: none;
}

/* Modal */
.modal-content {
  padding: 1.5rem;
  border: 0;
}
@media screen and (min-width: 576px) {
  .modal-content {
    padding: 2rem;
  }
}
.modal-content .modal-header {
  padding: 0 0 0.4rem 0;
  border: 0;
}
.modal-content .modal-header .close {
  width: 2.2rem;
  height: 2.2rem;
  color: #00491f;
  font-size: 1.125rem;
  border: 1px solid #00491f;
  background-color: transparent;
}
.modal-content .modal-header .close:before {
  content: "";
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  border-radius: 50%;
  background-color: #00491f;
  transition: 0.45s all cubic-bezier(0.7, 0, 0.2, 1);
}
.modal-content .modal-header .close:hover:before {
  transform: translateY(0);
}
.modal-content .modal-body {
  padding: 0.8rem 0 0 0;
}
.modal-content .modal-body .modal-icon-list {
  padding-top: 2rem;
  border-top: 1px solid #00491f;
}
.modal-content .modal-body .modal-icon-list li {
  margin-bottom: 1.7rem;
  position: relative;
  padding-left: 4.5rem;
}
.modal-content .modal-body .modal-icon-list li i {
  width: 3.9rem;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.75rem;
  text-align: center;
}

/* Footer */
footer {
  padding: 3.2rem 0 2rem 0;
  position: relative;
}
@media screen and (min-width: 576px) {
  footer {
    padding: 4rem 0 2.5rem 0;
  }
}
@media screen and (min-width: 768px) {
  footer {
    padding: 6.7rem 0 5rem 0;
  }
}
footer a {
  color: white;
  text-decoration: none;
}
footer hr {
  margin: 2.2rem 0;
}
@media screen and (min-width: 768px) {
  footer hr {
    margin: 2rem 0 3.5rem 0;
  }
}
@media screen and (min-width: 992px) {
  footer hr {
    margin: 5rem 0 4rem 0;
  }
}
footer .logo {
  width: 7.5rem;
  max-width: 100%;
  margin: 0 0 3rem 0;
  filter: brightness(0) invert(1);
}
@media screen and (min-width: 576px) {
  footer .logo {
    margin: 0 0 3rem 0;
  }
}
@media screen and (min-width: 992px) {
  footer .logo {
    width: 9.5rem;
    margin: 0 0 0.2rem 0;
  }
}
@media screen and (min-width: 1200px) {
  footer .logo {
    width: 10.3rem;
  }
}
footer .footer-list li:not(:last-child) {
  margin-bottom: 0.3rem;
}
footer .footer-list li button {
  padding: 0;
  color: white;
  border: 0;
  background-color: transparent;
}
footer .footerbar {
  gap: 0.5rem 1.1rem;
}
@media screen and (min-width: 576px) {
  footer .footerbar {
    gap: 0.6rem 1.5rem;
  }
}
footer .socials {
  margin-top: 2.6rem;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  footer .socials {
    margin-top: 0;
  }
}
footer .socials li:not(:last-child) {
  margin-right: 1.4rem;
}
@media screen and (min-width: 576px) {
  footer .socials li:not(:last-child) {
    margin-right: 0.8rem;
  }
}
footer .footer-menu .menu-title {
  margin: 0;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  footer .footer-menu .menu-title {
    margin: 0 0 1rem 0;
    padding: 0;
    cursor: default;
  }
}
footer .footer-menu .menu-title:after {
  content: "\f078";
  font-family: "Font Awesome 6 Sharp";
  position: absolute;
  right: 0.5rem;
  font-size: 1.2rem;
  transition: 0.45s all cubic-bezier(0.7, 0, 0.2, 1);
}
@media screen and (min-width: 768px) {
  footer .footer-menu .menu-title:after {
    content: unset;
  }
}
footer .footer-menu.collapsed .menu-title:after {
  transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
  footer .footer-menu.collapsed .menu-title:after {
    content: unset;
  }
}
footer .footer-menu.collapsed .menu-list {
  margin-bottom: 1.4rem !important;
  display: block;
}
footer .footer-menu .menu-list {
  display: none;
}
@media screen and (min-width: 768px) {
  footer .footer-menu .menu-list {
    display: block;
  }
}

/* SCREEN READER */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.pixelcreation-recruitee-form__debug {
  margin-bottom: 1.5rem;
  padding: 1rem 1.2rem;
  border-radius: 0.75rem;
  background-color: #f5f7ff;
  color: #1f2937;
  font-size: 0.92rem;
  line-height: 1.5;
}

.pixelcreation-recruitee-form__debug-section {
  margin-top: 0.65rem;
}

.pixelcreation-recruitee-form__debug-section > span {
  font-weight: 600;
}

.pixelcreation-recruitee-form__debug-section ul {
  margin: 0.4rem 0 0 1.2rem;
  padding: 0;
  list-style: disc;
}

.pixelcreation-recruitee-form__debug-section li {
  margin-bottom: 0.25rem;
}

.pixelcreation-recruitee-form__debug-key {
  color: #007d30;
  font-weight: 500;
}

.pixelcreation-recruitee-form__debug > strong {
  display: block;
  font-size: 1rem;
  margin-bottom: 0.35rem;
}

.pixelcreation-recruitee-form__debug-raw {
  margin-top: 0.6rem;
  padding: 0.75rem;
  border-radius: 0.5rem;
  background-color: #ffffff;
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.78rem;
  line-height: 1.4;
  overflow: auto;
  max-height: 28rem;
  border: 1px solid rgba(31, 41, 55, 0.15);
}

/*# sourceMappingURL=style.css.map */
