:root {
  --white: white;
  --grey: #999;
  --black: #000;
  --green: #8dc63f;
}

body {
  color: #fff;
  background-color: #000;
  font-family: Aller Std Rg, Times New Roman, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Aller Std Rg, Times New Roman, sans-serif;
  font-size: 3.4375em;
  font-weight: 400;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Aller Std Rg, Times New Roman, sans-serif;
  font-size: 3.2em;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Aller Std Rg, Times New Roman, sans-serif;
  font-size: 3.125em;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.2;
}

h5 {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  font-family: Aller Std Lt, Times New Roman, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.5;
}

a {
  color: #fff;
  text-decoration: none;
}

ul {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 2.5em;
  padding-left: 40px;
  display: flex;
}

ol {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  margin-top: 0;
  padding-left: 40px;
  display: flex;
}

li {
  font-family: Aller Std Lt, Times New Roman, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.5;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.page-wrapper {
  overflow: clip;
}

.container {
  z-index: 3;
  width: 100%;
  max-width: 90em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.page-padding {
  padding-left: 6%;
  padding-right: 6%;
}

.page-padding.is-hero {
  padding-top: 7em;
  padding-bottom: 2em;
}

.eyebrow {
  z-index: 4;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding-right: 1em;
  display: flex;
  overflow: hidden;
}

.paragraph-small {
  color: var(--white);
  font-family: Aller Std Lt, Times New Roman, sans-serif;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.5;
}

.paragraph-small.text-color-grey {
  color: var(--grey);
}

.eyebrow-text {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 1.25em;
  line-height: 1;
}

.eyebrow-content {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #8dc63f, #49740d);
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: flex-start;
  align-items: center;
}

.ellipse-content {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button {
  grid-column-gap: .6875em;
  grid-row-gap: .6875em;
  letter-spacing: .03em;
  background-image: linear-gradient(90deg, #8dc63f, #49740d 75%);
  justify-content: center;
  align-items: center;
  padding: .6em 1.8em;
  font-family: Aller Std Lt, Times New Roman, sans-serif;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button.is-contact-button {
  border-radius: 1.875em;
  width: 6.5625em;
  height: 2.5em;
}

.button.is-back-button {
  margin-top: 0;
}

.button.is-mobile {
  display: none;
}

.button.button-contact {
  border-radius: 1.875em;
  align-self: flex-start;
  padding-left: 1.2em;
  padding-right: 1.2em;
}

.text-color-green {
  color: #8dc63f;
}

.button-arrow {
  color: #8dc63f;
  inset: 0%;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.contact-button-text {
  color: #fff;
  font-family: Aller Std Rg, Times New Roman, sans-serif;
  font-size: .8em;
  font-weight: 400;
}

.image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.image.is-oplossingen {
  z-index: 1;
  object-fit: cover;
  position: absolute;
  inset: 0%;
}

.image.is-hero-image {
  z-index: 1;
  pointer-events: none;
  position: relative;
}

.image.is-main-image {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.image.is-client-logo, .image.is-partner-logo {
  object-fit: contain;
}

.image.is-oplossingenss-icon {
  z-index: 3;
  object-fit: contain;
}

.image.is-client-icon {
  object-fit: contain;
}

.top-banner {
  z-index: 3;
  flex-flow: column;
  margin-bottom: 1em;
  padding-top: 1.5em;
  padding-left: 4%;
  padding-right: 4%;
  display: flex;
  position: relative;
}

.top-banner-wrapper {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.top-banner-contact {
  grid-column-gap: .8em;
  grid-row-gap: .8em;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  font-size: .8125em;
  line-height: 1;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.top-banner-contact:hover {
  color: #8dc63f;
}

.top-banner-contact-icon {
  width: 1em;
  height: 1em;
}

.top-banner-divider {
  background-color: #ffffff80;
  width: 100%;
  height: 1px;
  margin-top: 1.125em;
  margin-left: auto;
  margin-right: auto;
}

.button-link-text {
  color: #8dc63f;
  font-family: Aller Std Rg, Times New Roman, sans-serif;
  font-size: 1.375em;
  text-decoration: none;
}

.button-link-text.is-small {
  font-size: 1em;
}

.button-link-text.is-last-card {
  font-size: 1.125em;
}

.button-link-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: inline-flex;
}

.button-arrow-wrapper {
  width: 1.5em;
  height: 1.5em;
  position: relative;
  overflow: hidden;
}

.button-arrow-wrapper.is-back {
  transform: rotate(180deg);
}

.button-arrow-icon {
  color: #8dc63f;
  justify-content: center;
  align-items: center;
  width: 1.4em;
  height: 1.4em;
  display: flex;
}

.button-arrow-icon.is-back {
  transform: rotate(180deg);
}

.footer {
  padding-top: 7em;
  padding-bottom: 2em;
}

.footer-wrapper {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  flex-flow: row;
  width: 100%;
  display: flex;
}

.footer-grid {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  grid-auto-columns: 1fr;
  margin-left: auto;
  display: grid;
}

.footer-grid-column {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.footer-logo {
  width: 13.1875em;
  height: 3em;
}

.footer-social-links {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.social-link {
  justify-content: center;
  align-items: center;
  width: 1.8em;
  height: 1.8em;
  display: flex;
}

.footer-grid-column-wrapper {
  grid-column-gap: .2em;
  grid-row-gap: .2em;
  flex-flow: column;
  display: flex;
}

.footer-link {
  color: #fff;
  font-family: Aller Std Lt, Times New Roman, sans-serif;
  font-size: .875em;
  line-height: 1.6;
  text-decoration: none;
  transition: color .3s;
}

.footer-link:hover {
  color: #8dc63f;
}

.footer-grid-cloumn-heading {
  color: #999;
  text-transform: uppercase;
  font-size: 1em;
}

.footer-divider {
  background-color: #999;
  width: 100%;
  height: 1px;
  margin-top: 4em;
  margin-bottom: 2em;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-bottom-grid {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template: "."
  / auto auto auto auto auto auto;
  grid-auto-columns: auto;
  align-items: center;
  display: flex;
}

.footer-bottom-grid-column {
  color: #fff;
  text-decoration: none;
}

.footer-bottom-text {
  font-size: .75em;
  line-height: 1.6;
  transition: opacity .3s;
  display: inline-block;
}

.footer-bottom-text:hover {
  color: #8dc63f;
}

.linkedin {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 1.8em;
  height: 1.8em;
  transition: color .3s;
  display: flex;
}

.linkedin:hover {
  color: #8dc63f;
}

.youtube {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 1.9em;
  height: 1.9em;
  padding-top: .3em;
  transition: color .3s;
  display: flex;
}

.youtube:hover {
  color: #8dc63f;
}

.dropdown-column-wrapper {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #0009;
  border-radius: 20px;
  width: 16em;
  margin-top: 0;
  display: none;
  left: 5em;
  overflow: hidden;
  transform: translate(-50%);
}

.dropdown-column-wrapper.w--open {
  overflow: visible;
}

.line-rounded-icon {
  font-family: Line Rounded Icon Font, Arial, sans-serif;
  font-size: .35em;
  font-weight: 400;
}

.line-rounded-icon.color-accent-1 {
  font-family: Aller Std Lt, Times New Roman, sans-serif;
  font-size: .9375em;
}

.line-rounded-icon.dropdown-arrow {
  margin-left: 8px;
}

.dropdown-toggle {
  color: #fff;
  align-items: center;
  padding: .8em 0;
  font-family: Aller Std Lt, Times New Roman, sans-serif;
  font-size: .85em;
  line-height: 1;
  transition: color .3s;
  display: flex;
}

.dropdown-toggle:hover {
  color: #8dc63f;
}

.hamburger-menu-wrapper {
  padding: 0;
}

.hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.header-right-side {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.header-nav-link {
  color: #fff;
  padding: 0;
  font-family: Aller Std Lt, Times New Roman, sans-serif;
  font-size: .8em;
  line-height: 1;
}

.header-nav-link:hover {
  color: #8dc63f;
}

.header-nav-link.w--current {
  color: var(--green);
}

.dropdown-link {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: #fff;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0;
  font-family: Aller Std Lt, Times New Roman, sans-serif;
  font-size: .8em;
  font-weight: 400;
  line-height: 1.2;
  display: flex;
  overflow: hidden;
}

.dropdown-link:hover {
  color: #8dc63f;
}

.dropdown-link.w--current {
  color: var(--green);
}

.header-content-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.header-nav-list-item {
  margin-bottom: 0;
  padding-left: 32px;
}

.header-nav-list-item.middle {
  flex-flow: column;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.grid-1-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-1-column.dropdown-link-column {
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  justify-items: start;
}

.grid-1-column.dropdown-link-column.gap-24px {
  grid-row-gap: 1em;
  grid-row-gap: 1em;
}

.dropdown-pd {
  padding: 1.5em;
  display: block;
  position: relative;
}

.header-wrapper {
  z-index: 99;
  background-color: #ddd0;
  padding: 1em 4%;
}

.hamburger-menu-bar {
  background-color: #211f54;
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.header-nav-menu-list {
  z-index: 1;
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.dropdown-list {
  grid-column-gap: .8em;
  grid-row-gap: .8em;
  grid-column-gap: .8em;
  grid-row-gap: .8em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  display: grid;
}

.footer-oplossingen-list {
  grid-column-gap: .2em;
  grid-row-gap: .2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-partners-list {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-hero-heading-wrapper {
  margin-top: 1.5em;
  overflow: hidden;
}

.small-heading-text {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: Aller Std Rg, Times New Roman, sans-serif;
  font-size: 1.25em;
  line-height: 1;
}

.padding-section-medium {
  padding-top: 7em;
  padding-bottom: 7em;
}

.submit-button {
  background-color: var(--black);
  color: var(--green);
  padding: 1em 2em;
  font-family: Aller Std Lt, Times New Roman, sans-serif;
  font-size: 1.25em;
  line-height: 1;
}

.submit-button.is-modal-popup {
  border: 2px none var(--green);
  background-color: var(--white);
  border: 2px none var(--green);
  background-color: var(--white);
  font-size: 1em;
}

.breadcrumb {
  z-index: 3;
}

.breadcrumb.is-faq, .breadcrumb.is-kennibank {
  width: 100%;
  position: relative;
  top: 6em;
}

.breadcrumb.is-team {
  position: relative;
  top: 6em;
}

.share-links-wrapper {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  width: 20%;
  display: flex;
  position: sticky;
  top: 4em;
}

.share-links {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  display: flex;
  position: sticky;
}

.work-with-us-wrapper {
  grid-column-gap: 5.5em;
  grid-row-gap: 5.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.work-with-us-image {
  width: 100%;
  height: 25.3125em;
  position: relative;
}

.work-with-us-text-content {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.section_vacancies-template-hero {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding-bottom: 7em;
  display: flex;
  position: relative;
}

.vacancies-template-hero-wrapper {
  z-index: 3;
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-flow: row;
  margin-bottom: 2.5em;
  display: flex;
}

.slash {
  font-family: Aller Std Rg, Times New Roman, sans-serif;
  font-size: 1.25em;
  line-height: 1;
}

.vacancies-template-hero-text {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  width: 100%;
  margin-top: 2em;
  display: flex;
}

.vacancies-template-image-wrapper {
  width: 100%;
  height: 29.625em;
  position: relative;
}

.vacancies-template-heading {
  flex-flow: column;
  max-width: 60em;
  display: flex;
  overflow: hidden;
}

.vacancies-template-subheading {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #8dc63f, #49740d 27%);
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.vacancies-template-button-back {
  margin-top: auto;
}

.vacatures-template-body-text {
  background-color: var(--white);
}

.vacancies-body-text-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.vacancies-rich-text-wrapper {
  color: var(--black);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.vacancies-rich-text-wrapper h1, .vacancies-rich-text-wrapper h2, .vacancies-rich-text-wrapper h3, .vacancies-rich-text-wrapper h4 {
  margin-bottom: 1em;
}

.vacancies-rich-text-wrapper h5 {
  margin-top: 0;
  margin-bottom: 1em;
}

.vacancies-rich-text-wrapper h6, .vacancies-rich-text-wrapper p {
  margin-bottom: 1em;
}

.vacancies-rich-text-wrapper ol {
  margin-bottom: 2.5em;
  padding-left: 4em;
}

.vacancies-button {
  grid-column-gap: .6875em;
  grid-row-gap: .6875em;
  letter-spacing: .03em;
  background-image: linear-gradient(90deg, #8dc63f, #49740d 75%);
  justify-content: center;
  align-items: center;
  padding: .6em 1.8em;
  font-family: Aller Std Lt, Times New Roman, sans-serif;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: relative;
}

.vacancies-button.button {
  margin-top: 4em;
}

.rich-text {
  color: var(--black);
  width: 100%;
}

.rich-text h1, .rich-text h2 {
  margin-bottom: 1em;
}

.rich-text h3 {
  margin-bottom: 1em;
  font-size: 2.5em;
}

.rich-text h4 {
  margin-bottom: 1em;
}

.rich-text h5 {
  color: var(--grey);
  margin-top: 0;
  margin-bottom: 1em;
  margin-left: 2em;
  font-family: Aller Std Lt, Times New Roman, sans-serif;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.2;
}

.rich-text h6, .rich-text p {
  margin-bottom: 1em;
}

.rich-text ol {
  margin-bottom: 2.5em;
}

.rich-text ul {
  padding-left: 4em;
}

.rich-text blockquote {
  border-left-width: 2px;
  border-left-color: var(--green);
  margin-bottom: 0;
  padding: .4em 1em;
  font-family: Aller Std Lt, Times New Roman, sans-serif;
  font-size: 2em;
  line-height: 1.4;
}

.rich-text.text-color-grey {
  color: var(--grey);
}

.rich-text.text-color-white {
  color: var(--white);
}

.breadcrumb-wrapper {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  border-bottom: 1px solid var(--grey);
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 1.2em;
  display: flex;
}

.breadcrumb-text {
  color: var(--white);
  font-family: Aller Std Lt, Times New Roman, sans-serif;
  font-size: 1em;
  line-height: 1;
}

.breadcrumb-text.text-color-white {
  color: var(--white);
}

.breadcrumb-text.text-color-grey {
  color: var(--grey);
}

.breadcrumb-arrow {
  width: .5em;
  height: 1em;
}

.breadcrumb-text-link {
  color: var(--grey);
  font-family: Aller Std Lt, Times New Roman, sans-serif;
  font-size: 1em;
  line-height: 1;
  transition: color .3s;
}

.breadcrumb-text-link:hover {
  color: var(--green);
}

.navlink-icon {
  z-index: 4;
  width: 1em;
}

.vacancies-template-image-mask {
  background-color: var(--black);
  position: absolute;
  inset: 0% 0% auto;
}

.vacatures-modal-popup {
  z-index: 100;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-popup-bg {
  z-index: 3;
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40em;
  height: auto;
  padding: 3em 4em;
  display: flex;
  position: relative;
}

.modal-popup-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.modal-popup-heading-wrapper {
  background-image: linear-gradient(90deg, var(--green), #49740d 65%);
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  overflow: hidden;
}

.modal-popup-heading {
  font-family: Aller Std Rg, Times New Roman, sans-serif;
  font-size: 2em;
  line-height: 1.4;
}

.modal-popup-text-field {
  color: var(--black);
  border: 1px #000;
  border-bottom-style: solid;
  margin-bottom: 0;
  padding: 1em 1em 1em 0;
  font-family: Aller Std Lt, Times New Roman, sans-serif;
  font-size: 1em;
  line-height: 1;
  position: relative;
}

.modal-popup-text-field:focus {
  border-bottom: 1px solid var(--black);
}

.modal-popup-text-field::placeholder {
  color: var(--black);
}

.modal-popup-text-field.is-cv {
  padding-left: 2em;
}

.popup-form-block {
  margin-top: 1em;
  margin-bottom: 0;
}

.popup-form {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 1em;
  display: flex;
}

.modal-popup-text-field-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: row;
  width: 100%;
  display: flex;
  position: relative;
}

.popup-text-area {
  color: var(--black);
  border: 1px #000;
  border-bottom-style: solid;
  margin-bottom: 0;
  padding: 0 0 1.5em;
  font-family: Aller Std Lt, Times New Roman, sans-serif;
  font-size: .8em;
  line-height: 1.2;
}

.popup-text-area:focus {
  border-bottom: 1px solid var(--black);
}

.popup-field-label {
  color: var(--black);
  margin-bottom: 0;
  font-family: Aller Std Lt, Times New Roman, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1;
}

.popup-text-area-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  width: 100%;
  margin-top: 1em;
  display: flex;
}

.download-cv {
  width: 1.125em;
  position: absolute;
  inset: 19% auto auto 0%;
}

.close-popup {
  z-index: 3;
  cursor: pointer;
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  inset: 5% 5% auto auto;
}

.popup-submit-button {
  background-image: linear-gradient(135deg, #8dc63f, #49740d);
  margin-top: 1em;
  padding: 2px;
}

.pop-up-success-message {
  color: var(--black);
  background-color: #ddd0;
  max-width: 32em;
  font-family: Aller Std Rg, Times New Roman, sans-serif;
  line-height: 1.5;
}

.pop-up-success-message-heading {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #8dc63f, #49740d 65%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 2em;
  font-family: Aller Std Lt, Times New Roman, sans-serif;
}

.error-message-2 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #8dc63f, #49740d 65%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 1em;
  line-height: 1;
}

.modal-popup-success-heading {
  font-family: Aller Std Rg, Times New Roman, sans-serif;
  font-size: 2em;
  line-height: 1.4;
}

.select-field {
  color: #000;
  background-color: #f3f3f300;
  border: 1px #000;
  border-bottom-style: solid;
  height: 2.2em;
  margin-bottom: 0;
  padding: 0 0 0;
  font-family: Aller Std Lt, Times New Roman, sans-serif;
  font-size: 1em;
  line-height: 1;
}

.select-item {
  color: var(--black);
  font-family: Aller Std Lt, Times New Roman, sans-serif;
  font-size: 1em;
  line-height: 1;
}

.select-field-collection {
  display: none;
}

.modal-popup-overlay {
  z-index: 2;
  position: absolute;
  inset: 0%;
}

.button-back {
  grid-column-gap: .2em;
  grid-row-gap: .2em;
  flex-flow: column;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: inline-flex;
  overflow: hidden;
}

.navbar-logo {
  width: 13em;
}

.footer-top {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
}

.button-text {
  color: #8dc63f;
}

.header-nav-menu-contact-links, .nav-menu-logo {
  display: none;
}

.nav-menu-social-links {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

@media screen and (min-width: 1920px) {
  .hero-wrapper {
    margin-top: -2em;
  }

  .oplossingen-image-mask {
    background-image: linear-gradient(#000, #fff0 25%);
  }

  .about-hero-wrapper {
    margin-top: -2em;
  }

  .last-card {
    padding-top: 1px;
  }

  .sectors-hero-wrapper, .faq-hero-wrapper, .blog-hero-wrapper, .blog-template-hero-wrapper, .solutions-heading-wrapper, .vacancies-hero-wrapper, .vacancies-template-hero-wrapper, .klanten-template-hero-wrapper, .kennisbank-hero-wrapper, .partners-hero-wrapper, .partners-template-hero-wrapper, .sectoren-hero-wrapper, .privacyverklaring-hero-wrapper, .edge-firewall-hero-wrapper, .klanten-hero-wrapper {
    margin-top: -2em;
  }
}

@media screen and (max-width: 991px) {
  .dropdown-column-wrapper {
    box-shadow: none;
    border-width: 0;
    border-radius: 0;
  }

  .dropdown-column-wrapper.w--open {
    position: static;
  }

  .hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .header-nav-menu-wrapper {
    background-color: #fff;
    border-top: 1px solid #eff0f6;
    border-bottom: 1px solid #eff0f6;
    padding: 24px;
  }

  .header-nav-list-item {
    margin-bottom: 12px;
    padding-left: 0;
  }

  .header-nav-list-item.middle {
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-pd {
    padding: 20px 0 14px;
  }

  .header-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .hamburger-menu-bar {
    background-image: linear-gradient(90deg, #8dc63f, #223a00);
    width: 44px;
    height: 3px;
  }

  .hamburger-menu-bar.bottom {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .vertical-scroll-wrapper {
    width: auto;
    height: 2.8125rem;
    overflow: hidden;
  }

  .text-rotation-wrapper {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.4rem;
  }

  h2 {
    font-size: 2.2rem;
  }

  h3 {
    font-size: 2rem;
  }

  p, li {
    font-size: 1.2rem;
  }

  .eyebrow {
    font-size: .8rem;
  }

  .paragraph-small {
    font-size: 1rem;
  }

  .button {
    font-size: 1.2rem;
  }

  .button.button-contact {
    display: none;
  }

  .button.is-back-button {
    font-size: 1.4rem;
  }

  .button.hidden-mobile {
    display: none;
  }

  .button.is-mobile {
    display: flex;
  }

  .top-banner {
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 1.5rem;
    padding-top: 1rem;
    display: none;
  }

  .top-banner-wrapper {
    justify-content: space-between;
    width: 100%;
  }

  .top-banner-contact {
    font-size: .8rem;
  }

  .top-banner-contact.hidden-mobile {
    display: flex;
  }

  .button-link {
    font-size: 1rem;
  }

  .button-link.text-align-right {
    font-size: 1.2rem;
  }

  .button-link.is-last-card {
    margin-left: auto;
    font-size: 1.4rem;
  }

  .button-link-text {
    font-size: 1.2rem;
  }

  .hero-bottom {
    margin-top: 4rem;
  }

  .oplossingen_wrapper {
    max-width: 21.2rem;
  }

  .oplossingen-grid, .oplossingen-grid.is-mobile {
    display: block;
  }

  .oplossingen-grid.is-mobile {
    display: block;
  }

  .oplossingen-grid.hidden-mobile, .oplossingen-list.hidden-mobile, .oplossingen-list.hidden-mobile {
    display: none;
  }

  .oplossingen-card-hover-text {
    padding-bottom: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .oplossingen-paragraph {
    font-size: 1.2rem;
  }

  .swiper-button__arrow.is-1, .swiper-button__arrow.is-2, .swiper-button__arrow.is-1, .swiper-button__arrow.is-2 {
    width: .8rem;
  }

  .swiper-button {
    width: 2.5rem;
    height: 2.5rem;
  }

  .swiper-slide.is-testimonials {
    border-bottom: 1px solid var(--grey);
    height: auto;
  }

  .swiper-slide.is-timeline.timeline-item {
    height: 30rem;
  }

  .swiper-slide.is-klanten {
    height: auto;
  }

  .swiper-slide.is-klanten-testimonials {
    margin-bottom: 2rem;
    padding-bottom: 2px;
    padding-left: 2px;
  }

  .swiper.is-timeline {
    margin-top: 0;
  }

  .swiper-button__wrap.is-branches.is-sectoren-template, .swiper-button__wrap.is-branches.is-partners-template, .swiper-button__wrap.is-branches.is-klanten-sectoren {
    top: 0;
  }

  .swiper-button__wrap.is-branches {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    top: -1.5rem;
  }

  .swiper-button__wrap.is-branches.is-sectoren-template, .swiper-button__wrap.is-branches.is-partners-template, .swiper-button__wrap.is-branches.is-klanten-sectoren, .swiper-button__wrap.is-branches.is-sectoren-template, .swiper-button__wrap.is-branches.is-partners-template, .swiper-button__wrap.is-branches.is-klanten-sectoren {
    top: 0;
  }

  .swiper-button__wrap.is-testimonials {
    top: 0;
    right: 0;
  }

  .swiper-button__wrap.is-klanten {
    top: 0;
  }

  .swiper-button__wrap.is-klantes-testimonial {
    top: -2.5rem;
    right: 0;
  }

  .swiper-top {
    display: block;
  }

  .branches-card.is-sectors {
    height: 25rem;
  }

  .branch-card-wrapper {
    min-height: 20rem;
    padding: 2rem;
  }

  .branches-card-heading {
    font-size: 1.8rem;
  }

  .branch-card-icon {
    width: 2.5rem;
    height: 2.5rem;
  }

  .branches-card-content {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .branches-slider {
    margin-top: 4rem;
    margin-bottom: 2rem;
  }

  .section_gradient-text {
    background-position: 50% 100%;
    background-size: auto;
    padding-bottom: 5rem;
  }

  .vertical-line-wrapper {
    height: 5rem;
    top: 0;
  }

  .clients-card-heading {
    max-width: 28.3rem;
  }

  .client-testimonials {
    margin-top: 4rem;
  }

  .testimonial-card {
    padding: 2.5rem 1rem 1.5rem;
  }

  .testimonial-card.is-sectoren {
    border-style: solid solid none;
    padding: 2rem;
  }

  .testimonial-paragraph {
    margin-bottom: 0;
    font-size: 1.4rem;
    line-height: 1.2;
  }

  .testimonial-card-wrapper {
    justify-content: flex-start;
    width: 100%;
    padding: 1rem 1.5rem 2rem;
  }

  .testimonial-client-name {
    font-size: .9rem;
  }

  .testimonial-logo-wrapper {
    width: 6rem;
    height: auto;
  }

  .testimonial-logo-wrapper.is-klanten-testimonial {
    width: 10rem;
  }

  .partners-heading {
    text-align: center;
  }

  .partners-paragraph {
    max-width: 40rem;
  }

  .partners-grid {
    display: none;
  }

  .partners-grid.is-mobile {
    flex-flow: column;
    display: flex;
  }

  .partners-logo {
    width: 12rem;
  }

  .partners-grid-card-bg {
    background-image: none;
  }

  .news-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .latest-news-card, .latest-news-card.is-2, .latest-news-card.is-2 {
    height: 25rem;
  }

  .blog-date {
    font-size: 1rem;
  }

  .featured-blog-post-heading {
    font-size: 1.4rem;
  }

  .latest-news-card-wrapper.is-2 {
    inset: auto 0% 0%;
    inset: auto 0% 0%;
  }

  .latest-news-image-wrapper {
    height: 100%;
  }

  .cta-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .cta-heading, .cta-paragraph {
    max-width: none;
  }

  .footer-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
  }

  .footer-grid {
    grid-row-gap: 4rem;
    grid-template-columns: auto auto;
    width: 100%;
  }

  .footer-logo {
    width: 14rem;
    height: auto;
  }

  .footer-logo.w--current {
    width: 10rem;
    height: auto;
  }

  .social-link {
    width: 2rem;
    height: 2rem;
  }

  .footer-link, .footer-grid-cloumn-heading {
    font-size: 1rem;
  }

  .footer-bottom {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-bottom-grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .footer-bottom-text {
    font-size: .8rem;
  }

  .gradient-text {
    margin-bottom: 0;
    font-size: 1.4rem;
  }

  .news-heading {
    margin-bottom: 3rem;
  }

  .linkedin, .youtube {
    width: 100%;
    height: 100%;
  }

  .dropdown-toggle {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.4rem;
    line-height: 1.2;
  }

  .hamburger-menu-wrapper.w--open {
    z-index: 100;
  }

  .header-nav-link {
    font-size: 1.4rem;
  }

  .dropdown-link {
    font-size: 1.2rem;
  }

  .header-nav-menu-wrapper {
    z-index: 99;
    background-image: url("https://cdn.prod.website-files.com/67e5623923940d242ef3506d/681cbbac940129fa95fee16d_sectoren-header.png");
    background-position: 0 0;
    background-size: auto;
    border-top-style: none;
    border-bottom-style: none;
    flex-flow: row;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 1.7rem 1.5rem 1.5rem;
    position: fixed;
    inset: 0%;
  }

  .header-nav-list-item.middle {
    overflow: hidden;
  }

  .header-wrapper {
    padding-top: 1.5rem;
    padding-bottom: 0;
  }

  .header-nav-menu-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 4rem;
  }

  .partners-arrow {
    z-index: 2;
    width: 2rem;
    height: 2rem;
  }

  .h1-styling-text {
    font-size: 2.4rem;
  }

  .about-hero-paragraph {
    max-width: none;
  }

  .eyebrow-header {
    margin-top: 4rem;
    font-size: .8rem;
  }

  .small-heading-text {
    font-size: 1rem;
  }

  .vertical-scroll-wrapper {
    height: 3.2rem;
    overflow: hidden;
  }

  .text-rotation-wrapper {
    margin-left: 0%;
  }

  .tracking-text {
    font-size: 2.4rem;
  }

  .wat-ons-drijft-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    display: flex;
  }

  .wat-ons-drijft-grid-card {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .wat-ons-drijft-card-heading {
    font-size: 1.6rem;
  }

  .wat-ons-drijft-card-icon, .wat-ons-drijft-card-icon.is-2, .wat-ons-drijft-card-icon.is-3, .wat-ons-drijft-card-icon.is-2, .wat-ons-drijft-card-icon.is-3 {
    width: 2.5rem;
  }

  .progress-bar-container {
    width: 50%;
  }

  .swiper-button-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .timeline-card-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: center;
    align-items: center;
  }

  .timeline-date {
    font-size: 1rem;
  }

  .timeline-description {
    font-size: 1.4rem;
  }

  .timeline-dot-line {
    display: none;
  }

  .timeline-image {
    width: 18rem;
    height: 18rem;
  }

  .timeline-content-top {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
  }

  .timeline-dot {
    width: 1rem;
    height: 1rem;
  }

  .about-team-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .team-collection-list-wrapper.is-mobile {
    margin-top: 3rem;
    display: flex;
  }

  .team-collection-list-wrapper.hidden-mobile {
    display: none;
  }

  .team-collection-list {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    display: flex;
  }

  .team-collection-list.is-team {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .team-collection-item, .team-collection-item.is-team, .team-collection-item.is-team {
    height: 30rem;
  }

  .about-team-card-image {
    object-position: 50% 25%;
  }

  .about-team-text {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-bottom: 2.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .about-team-name {
    font-size: 1.6rem;
  }

  .about-team-role-content {
    font-size: 1.4rem;
  }

  .last-card-heading {
    font-size: 1.6rem;
  }

  .last-card-wrapper {
    padding: 3rem 2rem;
  }

  .last-card-paragraph {
    font-size: 1.4rem;
  }

  .our-values-content {
    flex-flow: column;
  }

  .our-values-image {
    width: 100%;
    height: 30rem;
  }

  .our-values-topics {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    width: 100%;
    display: none;
  }

  .our-values-topic-heading {
    font-size: 1.4rem;
  }

  .padding-section-medium {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sectors-oplossingen_wrapper, .klanten-heading {
    max-width: none;
  }

  .klanten-headind-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .contact-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    display: flex;
  }

  .contact-details {
    order: 1;
  }

  .contact-text {
    font-size: 1rem;
  }

  .contact-form-text-field, .contact-form-field-label {
    font-size: 1.2rem;
  }

  .submit-button {
    padding: 1rem 2rem;
    font-size: 1.2rem;
  }

  .contact-form-text-ares {
    font-size: 1.2rem;
  }

  .category-select-content, .category-select-content.is-active, .category-select-content.is-active {
    width: 100%;
    margin-bottom: 0;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .faq-category-heading {
    font-size: 1.4rem;
  }

  .faq-answer {
    font-size: 1.2rem;
  }

  .faq-card {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .faq-question {
    font-size: 1.2rem;
  }

  .faq-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    width: 100%;
    margin-top: 2rem;
    display: flex;
  }

  .faq-category-button {
    font-size: 1rem;
  }

  .faq-search-wrapper {
    flex-flow: column;
  }

  .faq-hero-search {
    margin-bottom: 2.5rem;
  }

  .faq-search-heading {
    font-size: 2rem;
  }

  .search-field {
    font-size: 1.2rem;
  }

  .search-field-wrapper {
    margin-bottom: 2rem;
  }

  .search-icon {
    width: 1.5rem;
    height: 1.5rem;
  }

  .collection-list-categories {
    width: 100%;
  }

  .categories-item {
    width: 100%;
    display: flex;
  }

  .form-block-categories {
    width: 100%;
    position: static;
  }

  .collection-list-faq {
    flex-flow: column;
    display: flex;
  }

  .faq-heading {
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .blog-featured-card {
    flex-flow: column;
  }

  .blog-post-featured-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-bottom: 3rem;
  }

  .blog-post-category {
    font-size: 1rem;
  }

  .partner-template-1-wrapper {
    flex-flow: column;
  }

  .blog-card-heading {
    font-size: 1.2rem;
  }

  .collection-list-wrapper.hidden-mobile {
    display: none;
  }

  .collection-list-wrapper.hidden-desktop {
    display: block;
  }

  .collection-list.is-blog, .collection-list.is-clients {
    grid-template-columns: 1fr 1fr;
  }

  .collection-list.is-blog, .collection-list.is-clients {
    grid-template-columns: 1fr 1fr;
  }

  .collection-list.is-klanten-template {
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .collection-list.is-kennisbank {
    flex-flow: column;
    display: flex;
  }

  .collection-list.is-sectoren-mobile {
    grid-row-gap: 3rem;
    flex-flow: column;
    display: flex;
  }

  .blog-featured-post-image {
    height: 25rem;
  }

  .radio-button-category-wrapper, .all-button, .teaser-text, .teaser-text.rich-text-content, .teaser-text.rich-text-content p, .teaser-text.rich-text-content, .teaser-text.rich-text-content p, .teaser-text.rich-text-content p {
    font-size: 1.2rem;
  }

  .blog-template-hero-wrapper {
    flex-flow: column;
    height: auto;
  }

  .blog-template-hero-text {
    order: 1;
  }

  .blog-template-hero-image {
    height: 25rem;
  }

  .blog-category, .date-blog {
    font-size: 1rem;
  }

  .blog-body-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
  }

  .share-links-wrapper {
    flex-flow: column;
    width: auto;
    position: static;
  }

  .blog-body-text-content {
    width: 100%;
  }

  .share-links {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .sectors-gradient-scrolling-text {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .scrolling-text-top-line {
    grid-column-gap: .51rem;
    grid-row-gap: .51rem;
    width: 1000%;
  }

  .scrolling-boxes-content {
    font-size: 1rem;
  }

  .scrolling-text-bottom-line {
    width: 1000%;
  }

  .scrolling-text-mid-line {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    width: 1000%;
  }

  .section_solutions-introduction {
    padding-bottom: 0;
  }

  .solutions-introduction-grid {
    flex-flow: column;
    display: flex;
  }

  .solutions-introduction-grid-text {
    order: 1;
  }

  .solutions-introduction-grid-image {
    height: 25rem;
    min-height: auto;
  }

  .solutions-full-image-heading, .solutions-full-image-paragraph {
    max-width: none;
  }

  .solutions-main-feautures-heading {
    position: static;
  }

  .solutions-main-feautures-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
  }

  .main-feautures-card-heading {
    font-size: 1.6rem;
  }

  .main-feautures-card-description {
    font-family: Aller Std Lt, Times New Roman, sans-serif;
    font-size: 1.2rem;
    line-height: 1.2;
  }

  .solutions-main-cards-wrapper {
    padding-top: 0;
  }

  .solutions-conclusion-text {
    margin-top: 0;
    font-size: 1.2rem;
  }

  .our-topics-paragraph {
    font-size: 1.2rem;
  }

  .vacancies-name {
    font-size: 1.4rem;
  }

  .vacancies-hours, .vacancies-block-paragraph, .vacancies-location {
    font-size: 1rem;
  }

  .work-with-us-wrapper {
    flex-flow: column;
    display: flex;
  }

  .work-with-us-image {
    height: 25rem;
  }

  .vacancies-block-content {
    padding-left: 2.5em;
    padding-right: 2.5rem;
  }

  .vacancies-hour-content {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .vacancies-template-hero-wrapper {
    flex-flow: column;
  }

  .vacancies-template-hero-text {
    order: 1;
  }

  .vacancies-template-image-wrapper {
    height: 25rem;
  }

  .vacancies-body-text-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
  }

  .vacancies-rich-text-wrapper h2 {
    margin-bottom: 2.5rem;
  }

  .vacancies-rich-text-wrapper h3 {
    margin-bottom: 2rem;
    font-size: 1.6rem;
  }

  .vacancies-rich-text-wrapper h4 {
    margin-bottom: 2rem;
    font-size: 1.4rem;
  }

  .vacancies-rich-text-wrapper h5 {
    margin-bottom: 2rem;
    font-size: 1.2rem;
  }

  .vacancies-rich-text-wrapper ol {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-bottom: 1.5rem;
  }

  .rich-text p, .rich-text ul {
    margin-bottom: 1.5rem;
  }

  .rich-text h1 {
    margin-bottom: 2.5rem;
  }

  .rich-text h3 {
    font-size: 1.6rem;
  }

  .rich-text h4 {
    font-size: 1.4rem;
  }

  .rich-text h5 {
    font-size: 1.2rem;
  }

  .rich-text h6 {
    margin-bottom: 2rem;
    font-size: 1rem;
    line-height: 1.2;
  }

  .rich-text p, .rich-text ul {
    margin-bottom: 1.5rem;
  }

  .oplossingen-card-overlay {
    background-image: linear-gradient(0deg, #000, #0f0f0ff0 35%, #fff0);
  }

  .blog-clients-card, .blog-clients-text {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .blog-client-sector {
    font-size: 1rem;
  }

  .blog-clients-heading {
    font-size: 1.4rem;
  }

  .load-more-button-content {
    padding: 1rem 2rem;
    font-size: 1.2rem;
  }

  .klanten-template-hero-heading {
    max-width: none;
  }

  .klanten-template-hero-text {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    order: 1;
  }

  .klanten-template-hero-image {
    height: 25rem;
  }

  .klanten-template-hero-wrapper {
    flex-flow: column;
  }

  .klanten-text-wrapper {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    flex-flow: column;
  }

  .klanten-last-articles {
    order: 1;
  }

  .klanten-template-post-card {
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
  }

  .klanten-template-post-card-image {
    width: 10rem;
    height: auto;
  }

  .klanten-template-post-card-logo.is-small {
    width: 3rem;
    height: auto;
  }

  .klanten-template-post-card-text {
    width: auto;
  }

  .klanten-template-post-card-heading {
    font-size: 1.2rem;
  }

  .klanten-template-post-card-sector {
    font-size: .8rem;
  }

  .klanten-template-slider {
    margin-top: 5rem;
  }

  .klanten-template-slider-heading {
    margin-bottom: 2rem;
  }

  .klanten-slider-card {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .klanten-slider-card-image {
    height: 16rem;
  }

  .klanten-slider-card-text {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .klanten-slider-card-sector {
    font-size: .8rem;
  }

  .klanten-slider-card-heading {
    font-size: 1.2rem;
  }

  .kennisbank-download-image {
    height: 20rem;
  }

  .kennisbank-sectoren {
    font-size: .8rem;
  }

  .kennisbank-download-heading {
    font-size: 1.4rem;
  }

  .file-download {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .kennisbank-download {
    font-size: 1rem;
  }

  .download-icon {
    width: 1.2rem;
    height: 1.2rem;
  }

  .tabs {
    margin-bottom: 2.5rem;
  }

  .tabs-menu {
    top: 12%;
  }

  .tab-link {
    padding-left: 15px;
    padding-right: 15px;
  }

  .case-studies-slider-icon {
    width: 5rem;
    height: auto;
  }

  .case-studie-slider-quote {
    font-size: 1.2rem;
  }

  .case-studie-client-name {
    font-size: .9rem;
  }

  .case-studies-slider-button {
    align-self: flex-start;
  }

  .client-logos-wrapper.is-klanten {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .client-logos-wrapper.is-klanten-copy {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .client-logos-text {
    width: auto;
    font-size: 1rem;
  }

  .partners-template-hero-wrapper {
    flex-flow: column;
  }

  .partners-template-hero-image {
    order: -1;
    height: 25rem;
  }

  .partner-template-logo {
    width: 15rem;
    height: auto;
  }

  .partner-template-image-overlay {
    background-image: linear-gradient(0deg, #000 5%, #fff0 22%, #d4d4d42b);
  }

  .section-1-image {
    height: 25rem;
  }

  .partners-template-grid {
    flex-flow: column;
    display: flex;
  }

  .partners-feature-card-heading {
    font-size: 1.6rem;
  }

  .partners-card-feature-decription {
    font-size: 1.2rem;
  }

  .flipcard-more {
    width: 2rem;
    height: 2rem;
    position: absolute;
    inset: auto 5% 10% auto;
  }

  .flipcard-back {
    padding: 1.5rem;
  }

  .flipcard-less {
    width: 2rem;
    height: 2rem;
    position: absolute;
    inset: auto 5% 10% auto;
  }

  .flipcard-front {
    position: static;
  }

  .flipcard-wrapper {
    min-height: 12rem;
    padding: 1.5rem;
  }

  .partners-card-feature-detail {
    font-size: 1.2rem;
  }

  .breadcrumb-wrapper {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
  }

  .breadcrumb-text {
    font-size: 1rem;
  }

  .breadcrumb-arrow {
    width: 1rem;
    height: 1rem;
  }

  .breadcrumb-text-link {
    font-size: 1rem;
  }

  .sectoren-card-hover-text {
    max-width: none;
  }

  .sectoren-card-paragraph {
    font-size: 1.4rem;
  }

  .sectoren-hero-heading, .sectoren-hero-paragraph, .sectoren_section1-heading {
    max-width: none;
  }

  .sectoren-section1-wrapper {
    grid-row-gap: 2.5rem;
    flex-flow: column;
  }

  .sectoren-section1-image-wrapper {
    height: 25rem;
  }

  .sectoren-section1-image {
    height: 90%;
  }

  .sectoren-section2-grid {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .flipcard-heading, .flipcard-description {
    font-size: 1.2rem;
  }

  .sectoren_section3-heading {
    max-width: none;
    margin-top: 5rem;
  }

  .sectoren_section3-grid {
    grid-row-gap: 1rem;
    flex-flow: column;
    margin-top: 5rem;
    margin-bottom: 4rem;
    display: flex;
  }

  .card-details._3, .card-details._4, .card-details._3, .card-details._4 {
    border-bottom: 1px solid var(--grey);
    padding-bottom: 2rem;
  }

  .card-details-heading {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    font-size: 1.4rem;
  }

  .card-detail-icon {
    width: 1.5rem;
  }

  .card-detail-paragraph {
    padding-left: 3.5rem;
  }

  .section_big-image.is-vacatures {
    padding-bottom: 3rem;
  }

  .button-back {
    font-size: 1.2rem;
  }

  .blog-client-logo-wrapper {
    width: 10rem;
  }

  .blog-client-logo-wrapper.is-swiper {
    width: 8rem;
  }

  .navbar-logo, .navbar-logo.w--current {
    width: 10rem;
  }

  .sectoren_swiper-heading {
    max-width: none;
    margin-bottom: 2.5rem;
  }

  .partners_swiper-heading {
    max-width: 20rem;
    margin-bottom: 2.5rem;
  }

  .partners-card-wrapper {
    height: 25rem;
  }

  .partners-card-logo {
    width: 10rem;
    height: auto;
  }

  .client-logos-loop-content {
    width: 5rem;
  }

  .oplossingen-card-heading {
    font-size: 1.8rem;
  }

  .sectoren-card-heading {
    font-size: 1.6rem;
  }

  .branches-card-paragraph {
    font-size: 1.2rem;
  }

  .partners-list-mobile {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    display: flex;
  }

  .partners-item-mobile {
    flex-flow: column;
    display: flex;
  }

  .partners-grid-card-mobile {
    border-bottom: 1px solid var(--grey);
    height: 12rem;
  }

  .footer-bottom-info {
    order: 1;
  }

  .sectoren-item-mobile {
    height: 25rem;
  }

  .oplossingen-grid-mobile {
    display: block;
  }

  .oplossingen-list-mobile {
    grid-row-gap: 3rem;
    flex-flow: column;
    display: flex;
  }

  .oplossingen-item-mobile {
    height: 25rem;
  }

  .button-text {
    font-size: 1.2rem;
  }

  .testimonial-text-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    margin-top: 3rem;
    display: flex;
  }

  .header-nav-menu-contact-links {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 3rem;
    display: flex;
  }

  .nav-menu-logo {
    justify-content: center;
    align-items: center;
    width: 10rem;
    display: block;
  }

  .nav-menu-social-links, .top-banner-contact-mask {
    overflow: hidden;
  }

  .privacy-paragraph {
    font-size: 1rem;
  }

  .klanten-testimonial-card {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
  }

  .klanten-testimonial-image {
    width: 100%;
    height: 50%;
    display: block;
    overflow: hidden;
  }

  .klanten-testimonial-paragraph {
    margin-bottom: 0;
    font-size: 1.4rem;
    line-height: 1.2;
  }

  .klanten-testimonials {
    margin-top: 4rem;
  }

  .testimonial-card-text-content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    display: flex;
  }

  .disclaimer-paragraph {
    font-size: 1rem;
  }

  .klanten-sectors-heading, .klanten-sectors-paragraph.slide-up-paragraph, .klanten-sectors-paragraph.slide-up-paragraph, .klanten-security-heading, .klanten-security-paragraph {
    max-width: none;
  }

  .section_klanten-say-wrapper {
    padding-top: 0;
    padding-bottom: 5rem;
    display: flex;
  }

  .klanten-say-heading, .klanten-say-paragraph {
    max-width: none;
  }

  .section_klanten-say-image-wrapper {
    width: 100%;
    height: 25rem;
  }

  .partners-feature-card-heading-2 {
    font-size: 1.6rem;
  }

  .partners-card-feature-decription-2 {
    font-size: 1.2rem;
  }

  .flipcard-front-2 {
    position: static;
  }

  .flipcard-wrapper-2 {
    min-height: 12rem;
    padding: 1.5rem;
  }

  .flipcard-back-2 {
    padding: 1.5rem;
  }

  .partners-card-feature-detail-2 {
    font-size: 1.2rem;
  }

  .our-values-topics-mobile {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    width: 100%;
    display: flex;
  }

  .track-vertical-mobile {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .button {
    padding: 1rem 2rem;
  }

  .button.is-alle-cases {
    display: none;
  }

  .button.is-mobile {
    align-self: flex-start;
  }

  .oplossingen_wrapper {
    text-align: left;
    max-width: none;
  }

  .swiper-slide.is-klanten-testimonials {
    margin-bottom: 0;
    padding-bottom: 2px;
    padding-left: 2px;
  }

  .swiper.is-testimonials {
    margin-top: 3rem;
  }

  .swiper.is-klanten-testimonials {
    margin-bottom: 3.5rem;
  }

  .clients-grid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 0;
  }

  .testimonial-logo {
    object-fit: cover;
  }

  .testimonial-logo-wrapper.is-klanten-testimonial {
    width: 8rem;
  }

  .client-grid-main-card {
    padding-bottom: 1.5rem;
  }

  .header-nav-link {
    margin-left: 0;
  }

  .header-nav-list-item {
    text-align: left;
    width: 100%;
  }

  .dropdown-wrapper {
    margin-left: 0;
  }

  .h1-styling-text.over-ons {
    font-size: 2.2rem;
  }

  .vertical-scroll-wrapper {
    height: 3.2rem;
  }

  .tracking-text {
    font-size: 2.2rem;
    line-height: 1.4;
  }

  .case-studies-slider-button {
    align-self: flex-start;
    margin-top: auto;
    font-size: 1rem;
  }

  .client-logos-wrapper.is-klanten {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    margin-top: 4rem;
  }

  .slide-up-heading.over-ons {
    font-size: 2.2rem;
  }

  .footer-bottom-info {
    width: 10.5rem;
  }

  .button-text {
    font-size: 1.2rem;
  }

  .alle-cases-button-wrapper.is-mobile {
    align-self: flex-start;
    display: block;
  }

  .klanten-testimonial-card {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    background-color: #fff0;
  }

  .klanten-testimonial-image {
    height: 40%;
  }

  .klanten-testimonial-paragraph {
    font-size: 1.4rem;
  }

  .testimonial-card-text-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    width: auto;
    display: flex;
  }
}

#w-node-cfaab6c2-e5b5-ce6b-2f33-f219b9e4cba4-b9e4cb87 {
  justify-self: start;
}

@media screen and (max-width: 767px) {
  #w-node-cfaab6c2-e5b5-ce6b-2f33-f219b9e4cb8c-b9e4cb87 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-cfaab6c2-e5b5-ce6b-2f33-f219b9e4cb93-b9e4cb87, #w-node-cfaab6c2-e5b5-ce6b-2f33-f219b9e4cb9f-b9e4cb87 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}
