:root {
  --groen: #39b34a;
  --grijs: #fcfcfc;
  --light: #fdfffd;
  --border: #ececec;
  --white: white;
  --forest-green\<deleted\|variable-92650338\>: #2c9e3c;
  --grey: #8f8f8f;
  --color: #333;
  --rood: red;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #333;
  font-family: Inter, sans-serif;
  font-size: .9rem;
  line-height: 1.4;
}

h1 {
  margin-top: 0;
  margin-bottom: 6px;
  font-family: "Exo 2", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  font-family: "Exo 2", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 4px;
  font-family: "Exo 2", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  max-width: 72ch;
  margin-top: 0;
  margin-bottom: 2px;
  font-family: "Exo 2", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

h5, h6 {
  max-width: 90ch;
  margin-top: 0;
  margin-bottom: 2px;
  font-family: "Exo 2", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

p {
  max-width: 90ch;
  margin-bottom: 20px;
}

a {
  color: var(--groen);
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 0;
}

li {
  background-image: url('../images/favicon_32.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  margin-bottom: 7px;
  padding-left: 25px;
  font-weight: 500;
  list-style-type: none;
}

.padding-right_xs {
  padding-right: 5px;
}

.padding-top_s {
  padding-top: 10px;
}

.padding-bottom_l {
  padding-bottom: 50px;
}

.padding_m {
  padding: 25px;
}

.padding-top_l {
  padding-top: 50px;
}

.padding-top_xs {
  padding-top: 5px;
}

.padding-left_s {
  padding-left: 10px;
}

.padding-right_l {
  padding-right: 50px;
}

.padding-left_xs {
  padding-left: 5px;
}

.padding-bottom_xs {
  padding-bottom: 5px;
}

.padding-top_m {
  padding-top: 25px;
}

.padding_xs {
  padding: 5px;
}

.padding_l {
  padding: 50px;
}

.padding-bottom_s {
  padding-bottom: 10px;
}

.padding-left_m {
  padding-left: 25px;
}

.flexbox-child {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.flexbox-parent {
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.container_1200px {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container_1200px.is--negative-margin-top {
  align-items: center;
  margin-top: -140px;
}

.container_1200px.homepage {
  align-items: center;
  margin-top: -140px;
  margin-bottom: 75px;
}

.padding_s {
  padding: 10px;
}

.padding-right_s {
  padding-right: 10px;
}

.min-height_100px {
  min-height: 100px;
}

.padding-bottom_m {
  padding-bottom: 25px;
}

.padding-left_l {
  padding-left: 50px;
}

.padding-right_m {
  padding-right: 25px;
}

.margin-right_xs {
  margin-right: 5px;
}

.margin_m {
  margin: 25px;
}

.margin-bottom_s {
  margin-bottom: 10px;
}

.margin-top_l {
  margin-top: 50px;
}

.margin-bottom_xs {
  margin-bottom: 5px;
}

.margin_l {
  margin: 50px;
}

.margin-right_s {
  margin-right: 10px;
}

.margin-left_s {
  margin-left: 10px;
}

.margin-bottom_l {
  margin-bottom: 50px;
}

.margin-left_l {
  margin-left: 50px;
}

.margin-bottom_m {
  margin-bottom: 25px;
}

.margin-right_l {
  margin-right: 50px;
}

.margin-top_xs {
  margin-top: 5px;
}

.margin-left_m {
  margin-left: 25px;
}

.margin-top_m {
  margin-top: 25px;
}

.margin_xs {
  margin: 5px;
}

.margin-right_m {
  margin-right: 25px;
}

.margin-top_s {
  margin-top: 10px;
}

.margin-left_xs {
  margin-left: 5px;
}

.margin_s {
  margin: 10px;
}

.section {
  background-color: #fff;
  width: 100%;
  padding: 65px 5vw;
}

.section.is--home-2 {
  background-color: var(--grijs);
  padding-bottom: 160px;
}

.section.is--vacatures-2 {
  background-color: var(--light);
  padding-bottom: 80px;
}

.section.is--gray-bg {
  background-color: var(--grijs);
}

.section.hide {
  display: none;
}

.container_heading {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container_740px {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}

.nav-bar {
  z-index: 2147483647;
  background-color: #fff;
  height: 90px;
  padding-left: 5vw;
  padding-right: 5vw;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, .08);
}

.nav-main {
  background-color: rgba(221, 221, 221, 0);
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.nav-logo-wrapper {
  align-self: center;
  align-items: center;
  width: 220px;
  margin-top: 8px;
  transition: transform .2s;
  display: flex;
  overflow: hidden;
}

.nav-logo-wrapper:hover {
  transform: scale(.97);
}

.nav-menu {
  align-items: center;
  height: 90px;
  display: flex;
}

.nav-link {
  color: var(--groen);
  align-items: center;
  margin-left: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: "Exo 2", sans-serif;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.3em;
  text-decoration: none;
}

.menu-button {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.menu-button:hover, .menu-button:active, .menu-button:focus {
  background-color: rgba(0, 0, 0, 0);
}

.menu-button.w--open {
  z-index: 999;
  background-color: rgba(0, 0, 0, 0);
}

.hamburger-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 90px;
  padding: 12px 20px;
  display: flex;
}

.nav-logo-img {
  object-fit: contain;
  margin-left: -2px;
}

.nav-link_text {
  margin-bottom: 2px;
}

.header {
  text-align: center;
  justify-content: center;
  padding: 17vh 5vw 19vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header.is--home {
  padding-top: 27vh;
  padding-bottom: 9vh;
}

.footer {
  background-color: var(--grijs);
  padding: 35px 5vw 25px;
  box-shadow: inset 0 9px 12px #f1f1f1;
}

.footer-top-parent {
  border-bottom: 1px solid var(--border);
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: flex;
}

.footer-child {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-right: 10px;
  display: flex;
}

.footer-child.is--first {
  align-items: flex-start;
  width: 25%;
}

.footer-logo-img {
  object-fit: contain;
  width: 100%;
  height: 75px;
  margin-top: -12px;
  margin-left: -2px;
}

.footer-logo-wrapper {
  align-items: center;
  width: 170px;
  margin-bottom: 11px;
  transition-property: none;
  display: flex;
}

.button {
  border: 1px solid var(--groen);
  background-color: var(--groen);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 2px;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: "Exo 2", sans-serif;
  font-size: .8rem;
  transition: transform .2s;
}

.button:hover {
  border-right-color: var(--forest-green\<deleted\|variable-92650338\>);
  border-bottom-color: var(--forest-green\<deleted\|variable-92650338\>);
  border-left-color: var(--forest-green\<deleted\|variable-92650338\>);
  transform: translate(0, 1px);
}

.image-aside_text-wrapper {
  z-index: 2;
  background-color: var(--white);
  border-radius: 2px;
  width: 50%;
  padding: 45px;
  position: relative;
  box-shadow: 0 0 20px rgba(116, 116, 116, .14);
}

.underline {
  border-bottom: 4px solid var(--groen);
}

.hero-h1 {
  color: var(--light);
  text-shadow: 1px 1px 10px #000;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-size: 45px;
}

.footer-extern-logo {
  object-fit: contain;
  border-radius: .25rem;
  flex: none;
  width: 120px;
  overflow: hidden;
}

.footer-extern-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-wrap: wrap;
  display: flex;
}

.intro-paragraph {
  text-align: center;
  max-width: 70ch;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.header-image {
  z-index: -1;
  object-fit: cover;
  border-radius: 0 0 10px 10px;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.text-size-small {
  font-size: .75rem;
}

.language-link {
  opacity: 1;
  border-bottom-style: none;
  width: 25px;
  height: 18px;
  margin-left: 7px;
  transition: transform .2s;
  position: relative;
  top: -1px;
}

.language-link:hover {
  transform: scale(1.05);
}

.language-link.deactive {
  opacity: .65;
  filter: contrast(25%) grayscale();
}

.language-link.deactive:hover {
  opacity: 1;
  filter: contrast();
}

.flex_align-center, .nav-top_right {
  align-items: center;
  display: flex;
}

.nav-top-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.language-wrapper {
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.adres-bar {
  background-color: var(--grijs);
  align-items: center;
  width: 100%;
  padding: 12px 5vw;
  display: flex;
}

.nav-top_left {
  align-items: center;
  font-style: normal;
  display: flex;
}

.fontawesome {
  font-family: "Fa solid 900", sans-serif;
}

.fontawesome.is--solid {
  font-weight: 400;
}

.fontawesome.is--crumble-arrow {
  color: var(--grey);
  margin-right: .25rem;
  transform: rotate(180deg);
}

.fontawesome.is--portal {
  flex: none;
  width: 1.25rem;
  margin-right: .5rem;
}

.language-flag-img {
  object-fit: cover;
  border-radius: 2px;
  width: 100%;
  height: 100%;
}

.nav-top_link {
  color: #8f8f8f;
  white-space: nowrap;
  border-bottom-style: none;
  margin-right: 2vw;
  font-size: 13px;
  text-decoration: none;
}

.nav-top_link:hover {
  color: var(--groen);
}

.nav-link_content {
  display: flex;
}

.nav-icon {
  color: var(--forest-green\<deleted\|variable-92650338\>);
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  font-family: "Fa 400", sans-serif;
  font-size: .9em;
  display: flex;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: #ed3521;
  align-self: stretch;
  padding: 20px;
  font-size: 16px;
}

.input-field {
  background-color: #f8f8f8;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  width: 100%;
  height: 50px;
}

.input-field:hover {
  border-color: #8d8d8d;
}

.input-field:active, .input-field:focus {
  border-color: var(--groen);
  background-color: #fff;
}

.input-field.large {
  height: 120px;
}

.input-field.is--white {
  background-color: var(--white);
}

.field-label {
  font-weight: 600;
}

.field-parent {
  flex: 0 auto;
}

.flexbox-child_padding {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.full-width {
  width: 100%;
}

.success-message {
  color: #fff;
  text-align: center;
  background-color: #ffe400;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
}

.form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.contact-link {
  color: #333;
  border-bottom-style: none;
  margin-bottom: 12px;
  font-style: normal;
  text-decoration: none;
}

.contact-link:hover {
  color: var(--groen);
}

.contact-page_details {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  flex-direction: column;
  align-items: flex-start;
  margin-top: 35px;
  margin-bottom: 30px;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.contactpage-fontawesome-icon {
  background-color: var(--groen);
  color: var(--light);
  border-radius: 2px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  padding: 10px;
  font-family: "Fa solid 900", sans-serif;
  display: flex;
}

.margin-left_xxs {
  margin-left: 2px;
}

.homepage-content-wrapper {
  width: 100%;
  margin-bottom: 200px;
  display: flex;
  position: relative;
}

.homepage-content-wrapper.is--reversed {
  flex-direction: row-reverse;
}

.homepage-content-wrapper.is--last {
  margin-bottom: 75px;
}

.image-aside_section-image {
  z-index: 1;
  border-radius: 2px;
  width: 60%;
  height: 120%;
  position: absolute;
  top: -10%;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.image-aside_section-image.is--reversed {
  top: -10%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.home-section-image-file {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.line {
  background-color: var(--groen);
  width: 75px;
  height: 3px;
  margin-bottom: 20px;
}

.line.is--small {
  width: 37.5px;
}

.footer-fontawesome-icon {
  background-color: var(--groen);
  color: var(--light);
  border-radius: 2px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 7px;
  padding: 16px;
  font-family: "Fa solid 900", sans-serif;
  display: flex;
}

.footer-fontawesome-icon.is--linkedin {
  background-image: url('../images/linkedin-in.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 55% 55%;
}

.footer-bottom {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.vacature-text-content {
  z-index: 2;
  background-color: var(--white);
  border-radius: 2px;
  width: 100%;
  padding: 45px;
  position: relative;
  box-shadow: 0 0 20px rgba(116, 116, 116, .14);
}

.flex-align-center {
  align-items: center;
  display: flex;
}

.button-link-block {
  border: 1px solid var(--groen);
  background-color: var(--groen);
  color: var(--light);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 2px;
  padding: 9px 20px 10px 25px;
  font-family: "Exo 2", sans-serif;
  font-size: .8rem;
  text-decoration: none;
  transition: transform .2s;
}

.button-link-block:hover {
  border-right-color: var(--forest-green\<deleted\|variable-92650338\>);
  border-bottom-color: var(--forest-green\<deleted\|variable-92650338\>);
  border-left-color: var(--forest-green\<deleted\|variable-92650338\>);
  transform: translate(0, 1px);
}

.arrow {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  display: flex;
}

.solliciteren-page-image {
  border-radius: 4px;
  height: 267px;
  overflow: hidden;
}

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

.image-cover.corner-radius {
  border-radius: .3125rem;
}

.footer-logo_link-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.box-padding-right {
  padding-right: 50px;
}

.flexbox-child_landscape-100 {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.contact-form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 75px;
  display: grid;
}

.about-text-content {
  z-index: 2;
  background-color: var(--white);
  border-radius: 2px;
  width: 100%;
  height: 100%;
  padding: 25px;
  position: relative;
  box-shadow: 0 0 20px rgba(116, 116, 116, .14);
}

.about-parent {
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.about-text-wrapper {
  width: 33.333%;
  padding: 15px;
}

.paragraph {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.container_960px {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.about-content {
  width: 100%;
  margin-bottom: 75px;
}

.about-small-box_content {
  z-index: 2;
  background-color: var(--white);
  border-radius: 2px;
  width: 100%;
  padding: 35px 45px 25px 35px;
  position: relative;
  box-shadow: 0 0 20px rgba(116, 116, 116, .14);
}

.about-small-box_wrapper {
  flex-wrap: wrap;
  display: flex;
  position: absolute;
  top: 240px;
  bottom: 0%;
  left: auto;
  right: 25px;
}

.about-capaciteit_content-wrapper {
  width: 100%;
  margin-top: 75px;
  margin-bottom: 175px;
  display: flex;
  position: relative;
}

.about-small-box_child {
  width: 50%;
  padding: 10px;
}

.capaciteit_image-aside_section-image {
  z-index: 1;
  border-radius: 2px;
  width: 60%;
  height: 120%;
  position: absolute;
  top: -10%;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.caotingsystemen-text-content {
  z-index: 2;
  background-color: var(--white);
  border-radius: 2px;
  width: 100%;
  height: 100%;
  padding: 25px;
  position: relative;
  box-shadow: 0 0 20px rgba(116, 116, 116, .14);
}

.vacature-text-wrapper {
  width: 50%;
  padding: 20px;
}

.vacature-parent {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.lightbox-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.lightbox-link {
  z-index: 99999999;
  flex-wrap: wrap;
  display: flex;
}

.lightbox-wrapper {
  border: 1px solid var(--light);
  width: 25%;
  height: 170px;
  position: relative;
}

.homepage-cta {
  text-align: center;
  max-width: 1000px;
  padding-top: 100px;
  padding-bottom: 25px;
  font-size: 1.7rem;
  font-weight: 700;
}

.page-content {
  width: 100%;
  margin-bottom: 75px;
}

.nav-link_dropdown {
  color: #39b34a;
  align-items: center;
  margin-left: 40px;
  padding: 15px 20px 15px 0;
  font-family: "Exo 2", sans-serif;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.3em;
  text-decoration: none;
}

.dropdown-icon {
  margin-right: 0;
}

.nav-line-2 {
  background-color: #39b34a;
  width: 0%;
  height: 2px;
}

.dropdown-list {
  background-color: #fdfffd;
  flex-direction: column;
  align-items: flex-start;
}

.dropdown-list.w--open {
  background-color: #fdfffd;
  border: 1px solid #ececec;
  border-bottom-style: none;
  border-radius: 10px;
  top: 50px;
  left: 20px;
  overflow: hidden;
}

.dropdown-link-block {
  color: #39b34a;
  background-color: #fff;
  border-bottom: 1px solid #ececec;
  width: 100%;
  min-width: 230px;
  padding: 13px 13px 13px 16px;
  font-family: "Exo 2", sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
}

.dropdown-link-block:hover {
  background-color: #fdfffd;
  font-weight: 600;
}

.hb-menu-line-2 {
  background-color: #39b34a;
  width: 30px;
  height: 3px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.bold {
  font-weight: 700;
}

.team-picture {
  border-radius: 10px;
  width: 100%;
  margin-bottom: 10px;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.image-full-w-h_absolute {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.team-person {
  width: 100%;
}

.team-grid {
  margin-top: 40px;
  padding: 0;
}

.image-small {
  width: 220px;
  margin-bottom: 15px;
}

.project-wrapper {
  margin-bottom: 50px;
}

.project-grid {
  margin-top: 40px;
  padding: 0;
}

.project-picture_wrapper, .project-image {
  width: 100%;
}

.vacature-afb {
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

.lightbox-wrapper_kennisbank {
  border: 1px solid var(--light);
  width: 33.3333%;
  height: 220px;
  position: relative;
}

.kennisbank-wrapper {
  border-bottom: 1px solid var(--border);
  margin-bottom: 25px;
  padding-bottom: 25px;
  display: flex;
}

.kennisbank-wrapper_content {
  padding-left: 2rem;
}

.kennisbank-wrapper_picture {
  border-radius: 4px;
  width: 30%;
  height: 170px;
  overflow: hidden;
}

.faq-search-header {
  border-bottom: 1px solid var(--border);
  margin-bottom: 2rem;
  display: flex;
}

.faq-categories {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 1rem;
  padding-right: 4rem;
  display: flex;
}

.faq-search-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-start;
  display: flex;
}

.faq-page {
  display: flex;
}

.faq-page_right {
  flex: 1;
}

.faq-category-link {
  border: 1px solid var(--border);
  color: var(--color);
  background-color: #f9f9f9;
  border-radius: 4px;
  padding: .25rem .5rem;
  text-decoration: none;
}

.faq-category-link:hover {
  border-color: var(--groen);
  color: var(--groen);
}

.search-input-field {
  background-color: #f8f8f8;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  width: 100%;
  max-width: 390px;
  height: 50px;
}

.search-input-field:hover {
  border-color: #8d8d8d;
}

.search-input-field:active, .search-input-field:focus {
  background-color: #fff;
  border-color: #ffe400;
}

.linkedin-icon-nav {
  flex: none;
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

.display-flex_center {
  align-items: center;
  display: flex;
}

.dashboard-sidebar {
  border-style: solid solid none none;
  border-width: .0625rem;
  border-color: var(--border);
  background-color: #fff;
  border-radius: .3125rem;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  width: 25%;
  display: flex;
  overflow: hidden;
}

.dashboard-thumbnail-content {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.search-button {
  border: .125rem solid var(--groen);
  background-color: var(--groen);
  background-image: url('../images/search-icon_white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1.125rem;
  border-radius: .15rem;
  padding: .3125rem .875rem;
  text-decoration: none;
  transition: transform .3s;
}

.search-button:hover {
  transform: translate(0, -.125rem);
}

.dashboard-search {
  margin-top: .9375rem;
  margin-bottom: .9375rem;
}

.link-styled {
  border-bottom: .0625rem solid var(--groen);
  color: var(--groen);
  font-family: "Exo 2", sans-serif;
  font-size: .9375rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.dashboard-content {
  flex-flow: wrap;
  flex: none;
  align-content: flex-start;
  align-items: flex-start;
  width: 75%;
  padding-left: 1.875rem;
  display: flex;
}

.dashboard-wrapper {
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.alert-green {
  background-color: var(--groen);
  color: #f8f8f8;
  text-align: center;
  border-radius: 62.4375rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: .3125rem;
  font-size: .6875rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

.icon-dashboard_top {
  width: 1.5625rem;
  height: 1.5625rem;
  margin-right: .4375rem;
}

.alert-red {
  background-color: var(--rood);
  color: var(--white);
  text-align: center;
  border-radius: 62.4375rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: .3125rem;
  font-size: .6875rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

.dashboard {
  padding: 1.875rem 2.5vw 5vw;
}

.dashboard-thumbnail {
  border: .0625rem solid var(--border);
  color: var(--color);
  background-color: #fff;
  border-radius: .3125rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 1.25rem 1.25rem 1.5625rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.dashboard-thumbnail:hover {
  transform: translate(0, -.125rem);
  box-shadow: 0 0 .9375rem rgba(0, 0, 0, .08);
}

.container_1240px {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 77.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dashboard-item {
  border-bottom: .0625rem solid var(--border);
  border-left: .0625rem solid var(--border);
  color: var(--color);
  width: 100%;
  padding: .75rem 1.5625rem;
  text-decoration: none;
  transition: all .2s;
}

.dashboard-item:hover {
  border-left-width: .25rem;
  border-left-color: var(--groen);
  color: var(--groen);
  background-color: #f8f8f8;
  font-weight: 600;
}

.dashboard-item.w--current {
  border-left-width: .25rem;
  border-left-color: var(--groen);
  background-color: #f8f8f8;
  font-weight: 600;
}

.dashboard_search-form {
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.dashboard-blocks {
  flex-wrap: wrap;
  margin-left: -.9375rem;
  margin-right: -.9375rem;
  display: flex;
}

.dashboard-link {
  align-items: center;
  display: flex;
}

.heading-xsmall {
  font-family: "Exo 2", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
}

.dashboard-image-wrapper {
  height: 6.25rem;
  margin-top: .9375rem;
  margin-bottom: .625rem;
  position: relative;
}

.search-field {
  background-color: rgba(0, 0, 0, 0);
  border-top: 0 #000;
  border-bottom: .125rem solid #e2e2e2;
  border-left: .0625rem #e2e2e2;
  border-right: 0 #000;
  flex: 1;
  height: 2.1rem;
  margin-bottom: .1875rem;
  margin-right: .3125rem;
  padding-left: 0;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.search-field:hover, .search-field:active, .search-field:focus {
  border-color: #8d8d8d;
}

.search-field::placeholder {
  color: #8d8d8d;
}

.search-field.is--dashboard {
  background-color: #f8f8f8;
  border: .0625rem solid #e2e2e2;
  border-radius: .3125rem;
  padding-left: .75rem;
}

.dashboard-block {
  flex: none;
  width: 33.333%;
  padding-bottom: 1.875rem;
  padding-left: .9375rem;
  padding-right: .9375rem;
}

.dashboard-top {
  border-bottom: .0625rem solid var(--border);
  border-left: .0625rem solid var(--border);
  width: 100%;
  padding: 1.5625rem 1.5625rem .625rem;
  text-decoration: none;
}

.dashboard-top.w--current {
  border-left-width: .25rem;
  border-left-color: #ffe400;
  font-weight: 600;
}

.dashboard-top.w--current:hover {
  background-color: #fff;
}

.text-size_small {
  margin-bottom: .9375rem;
  font-size: .8125rem;
  line-height: 1.5;
}

.text-size_small.margin-bottom_none {
  margin-bottom: 0;
}

.divider {
  background-color: #e2e2e2;
  width: 100%;
  height: .0625rem;
}

.box-footer {
  border-top: .0625rem solid #e2e2e2;
  margin-top: 3.125rem;
  padding-top: 1.5625rem;
}

.box {
  background-color: #fff;
  border: .0625rem solid #e2e2e2;
  border-radius: .3125rem;
  width: 100%;
  padding: 2.125rem;
}

.form-parent {
  flex-direction: row;
  width: 100%;
  max-width: 21.875rem;
}

.heading-medium {
  font-size: 2rem;
  font-weight: 600;
}

.search-form {
  align-items: center;
  max-width: 25rem;
  display: flex;
}

.download-button {
  border: .125rem solid var(--groen);
  background-color: var(--groen);
  color: var(--white);
  border-radius: .15rem;
  justify-content: center;
  align-items: center;
  width: 1.875rem;
  height: 1.875rem;
  font-size: .875rem;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
}

.download-button:hover {
  transform: translate(0, -.125rem);
}

.fontawesome-outline {
  font-family: "Fa 400", sans-serif;
}

.open-button {
  border: .125rem solid var(--groen);
  background-color: var(--groen);
  color: var(--white);
  border-radius: .15rem;
  justify-content: center;
  align-items: center;
  width: 1.875rem;
  height: 1.875rem;
  font-size: .875rem;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  position: absolute;
  top: .3125rem;
  bottom: auto;
  left: auto;
  right: .375rem;
}

.open-button:hover {
  transform: translate(0, -.125rem);
}

.breadcrumb {
  color: #8d8d8d;
  margin-right: .4375rem;
  font-weight: 400;
  text-decoration: none;
}

.breadcrumb:hover {
  color: #444;
  text-decoration: underline;
}

.breadcrumb.is--current:hover {
  color: #8d8d8d;
  text-decoration: none;
}

.dropdown-item {
  border-bottom: .0625rem solid #e2e2e2;
  position: relative;
}

.status-tag_green {
  color: #06af00;
  background-color: #fff;
  background-image: linear-gradient(rgba(6, 175, 0, .1), rgba(6, 175, 0, .1));
  border: .0625rem solid #06af00;
  border-radius: .3125rem;
  margin-left: .5rem;
  padding: .25rem .5rem;
  font-weight: 600;
  display: inline-block;
}

.dashboard-column_wrapper {
  white-space: nowrap;
  background-color: #fff;
  width: 100%;
}

.hidden_row-dropdown-content {
  border: .125rem solid var(--color);
  white-space: normal;
  margin-bottom: 1.5625rem;
  padding: 1.5625rem;
  display: none;
}

.dashboard-column {
  flex: 1;
  display: flex;
}

.text-weight_semi-bold {
  font-weight: 600;
}

.fact-off-column {
  flex: 1;
  min-height: 2.5rem;
  display: flex;
}

.status-tag_orange {
  color: #ffa909;
  background-color: #fff;
  background-image: linear-gradient(rgba(255, 169, 9, .2), rgba(255, 169, 9, .2));
  border: .0625rem solid #ffa909;
  border-radius: .3125rem;
  margin-left: .5rem;
  padding: .25rem .5rem;
  font-weight: 600;
  display: inline-block;
}

.responsive-overlay {
  display: none;
}

.dashboard-column_row {
  white-space: nowrap;
  flex: none;
  width: 20%;
  padding: .625rem;
  overflow: hidden;
}

.dashboard-column_row.is--30 {
  width: 30%;
}

.dashboard-column_row.is--expand {
  flex: 1;
}

.dashboard-column_row.is--40 {
  width: 40%;
}

.dashboard-column_row.is--5 {
  width: 5%;
}

.dashboard-column_row.is--info {
  justify-content: flex-end;
  width: 5%;
  padding-right: 1rem;
  display: flex;
}

.dashboard-column_row.is--status-tag {
  align-items: center;
  width: 15%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.dashboard-column_row.is--status-tag.is--30 {
  width: 30%;
}

.dashboard-column_row.is--10 {
  width: 10%;
}

.dashboard-column_row.is--15 {
  width: 15%;
}

.dashboard-column_row.is--20 {
  width: 20%;
}

.dashboard-column_row.is--25 {
  width: 25%;
}

.dashboard-template {
  background-color: #fff;
  border: .0625rem solid #e2e2e2;
  border-radius: .3125rem;
  width: 100%;
  padding: 2.1875rem;
  text-decoration: none;
  position: relative;
}

.dashboard-column_header {
  background-color: #f8f8f8;
  flex: 1;
  font-weight: 600;
  display: flex;
}

.dashboard-column_header.border-bottom {
  border-bottom: .0625rem solid #e2e2e2;
}

.back-to-page {
  align-items: center;
  margin-bottom: .9375rem;
  text-decoration: none;
  display: flex;
}

.body-gray-bg {
  background-color: var(--grijs);
}

.search-field-2 {
  background-color: rgba(0, 0, 0, 0);
  border-top: 0 #000;
  border-bottom: .125rem solid #e2e2e2;
  border-left: .0625rem #e2e2e2;
  border-right: 0 #000;
  width: 13.125rem;
  height: 2.0625rem;
  margin-bottom: .1875rem;
  margin-right: .3125rem;
  padding-left: 0;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.search-field-2:hover, .search-field-2:active, .search-field-2:focus {
  border-color: #8d8d8d;
}

.search-field-2::placeholder {
  color: #8d8d8d;
}

.chat-attachments {
  align-items: center;
  margin-bottom: .625rem;
  display: flex;
}

.chat-message {
  background-color: #fff;
  border: .0625rem solid #e2e2e2;
  border-radius: .3125rem;
  margin-bottom: 1.25rem;
  padding: 1.25rem 1.5625rem;
  position: relative;
}

.chat-heading {
  align-items: center;
  margin-bottom: .625rem;
  display: flex;
  position: relative;
}

.link-block-styled {
  border-bottom: .0625rem solid #ffe400;
  align-items: center;
  font-size: .9375rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.link-block-styled:hover {
  color: #ffe400;
}

.alert-count {
  color: #f8f8f8;
  text-align: center;
  background-color: #06af00;
  border-radius: 62.4375rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: .3125rem;
  font-size: .6875rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

.alert-count.in-chat {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: -1rem;
  right: auto;
}

.alert-count.in-chat.hidden {
  display: none;
}

.margin-right_xs-2 {
  margin-right: .3125rem;
}

.fontawesome-2 {
  font-family: "Fa 400", sans-serif;
}

.fontawesome-2.is-solid {
  font-family: "Fa solid 900", sans-serif;
  font-weight: 400;
}

.button-2 {
  color: #1b1b1b;
  background-color: #ffe400;
  border: .125rem solid #ccb600;
  border-color: #ffe400 #ccb600 #ccb600 #ffe400;
  border-radius: .3125rem;
  padding: .625rem .75rem .625rem .9375rem;
  text-decoration: none;
  transition: transform .3s;
}

.button-2:hover {
  transform: translate(0, -.125rem);
}

.button-2.secundair {
  color: #444;
  background-color: #f8f8f8;
  border-color: #e2e2e2 silver silver #e2e2e2;
}

.chat-picture {
  border: .1875rem solid #f8f8f8;
  border-radius: 100%;
  flex: none;
  width: 2.5rem;
  height: 2.5rem;
  margin-left: -.0625rem;
  margin-right: .3125rem;
  overflow: hidden;
  box-shadow: 0 0 .5rem rgba(0, 0, 0, .15);
}

.open-button-2 {
  background-color: #ffe400;
  border: .125rem solid #ebd200;
  border-color: #ffe400 #ebd200 #ebd200 #ffe400;
  border-radius: .3125rem;
  justify-content: center;
  align-items: center;
  width: 1.875rem;
  height: 1.875rem;
  font-size: .875rem;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  position: absolute;
  top: .3125rem;
  bottom: auto;
  left: auto;
  right: .375rem;
}

.open-button-2:hover {
  transform: translate(0, -.125rem);
}

.delete-winkelwagen {
  background-color: #f8f8f8;
  border: .125rem solid silver;
  border-color: #e2e2e2 silver silver #e2e2e2;
  border-radius: .3125rem;
  padding: .125rem .625rem;
  text-decoration: none;
  transition: transform .3s;
}

.delete-winkelwagen:hover {
  color: red;
  background-color: rgba(255, 0, 0, .15);
  border-color: red;
  transform: translate(0, -.125rem);
}

.input-field_files {
  background-color: #f8f8f8;
  border: .125rem dashed #e2e2e2;
  border-radius: .1875rem;
  justify-content: center;
  align-items: center;
  margin-top: .3125rem;
  margin-bottom: .625rem;
  padding: 1.5625rem 1.875rem .9375rem;
  display: flex;
}

.hidden_create-new-chat_abort {
  align-items: center;
  display: none;
}

.input-field-2 {
  background-color: #f8f8f8;
  border: .0625rem solid #e2e2e2;
  border-radius: .1875rem;
  width: 100%;
  height: 3.125rem;
}

.input-field-2:hover {
  border-color: #8d8d8d;
}

.input-field-2:active, .input-field-2:focus {
  background-color: #fff;
  border-color: #ffe400;
}

.input-field-2.large {
  height: 7.5rem;
}

.margin-bottom_s-2 {
  margin-bottom: .625rem;
}

.margin-left_xs-2 {
  margin-left: .3125rem;
}

.hidden_chat-new-message {
  background-color: #fff;
  border: .0625rem solid #e2e2e2;
  border-radius: .3125rem;
  margin-bottom: 1.875rem;
  padding: 1.25rem 1.5625rem .625rem;
  display: none;
  position: relative;
}

.prijslijst-checkbox {
  align-items: center;
  width: 33.33%;
  display: flex;
}

.checkbox {
  margin-top: .1875rem;
}

.hide {
  display: none;
}

.product-category-image_wrapper {
  background-color: #fff;
  border: .0625rem solid #e2e2e2;
  border-radius: .3125rem;
  flex: none;
  width: 2.8125rem;
  height: 2.8125rem;
  margin-right: .625rem;
  padding: .125rem;
  overflow: hidden;
}

.prijslijst-productgroep {
  border-bottom-style: none;
  border-radius: .3125rem;
  align-items: center;
  margin-bottom: .4375rem;
  padding-left: .625rem;
  padding-right: .625rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.prijslijst-productgroep.w--current {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.small-product-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.prijslijst-checkbox-wrapper {
  flex-wrap: wrap;
  margin-bottom: 1.25rem;
  display: flex;
}

.fontawesome-4 {
  font-family: "Fa 400", sans-serif;
}

.button-4 {
  color: #1b1b1b;
  background-color: #ffe400;
  border: .125rem solid #ccb600;
  border-color: #ffe400 #ccb600 #ccb600 #ffe400;
  border-radius: .3125rem;
  padding: .625rem .75rem .625rem .9375rem;
  text-decoration: none;
  transition: transform .3s;
}

.button-4:hover {
  transform: translate(0, -.125rem);
}

.button-4.secundair {
  color: #444;
  background-color: #f8f8f8;
  border-color: #e2e2e2 silver silver #e2e2e2;
}

.button-secondair {
  color: #444;
  background-color: #f8f8f8;
  border-radius: .0625rem;
  padding: .625rem .75rem .625rem .9375rem;
  text-decoration: none;
  transition: transform .3s;
}

.button-secondair:hover {
  transform: translate(0, -.125rem);
}

@media screen and (max-width: 991px) {
  .container_1200px.homepage {
    margin-bottom: 0;
  }

  .nav-bar {
    padding-right: 0;
  }

  .nav-logo-wrapper {
    flex: 1;
    width: 200px;
  }

  .nav-menu {
    border-top: 1px solid var(--border);
    background-color: var(--white);
    width: 100vw;
    height: 100vh;
    margin-top: 85px;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .nav-link {
    border-bottom: 1px solid var(--border);
    background-color: var(--white);
    width: 100%;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 5vw;
    display: flex;
  }

  .menu-button:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-link_text {
    font-size: 1.5em;
  }

  .footer-child {
    align-items: flex-start;
  }

  .footer-child.is--first {
    width: 100%;
  }

  .footer-logo-wrapper {
    flex: 1;
    margin-bottom: 20px;
  }

  .image-aside_text-wrapper {
    width: 60%;
    padding: 25px 25px 35px;
  }

  .footer-extern-logo {
    width: 70px;
  }

  .footer-extern-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .header-image {
    border-radius: 0;
  }

  .language-link {
    width: 30px;
    height: 21px;
    margin-left: 10px;
  }

  .fontawesome.is--large {
    font-size: 2rem;
  }

  .nav-top_link {
    margin-right: 10px;
    font-size: 12px;
  }

  .nav-top_link.tablet-hide {
    display: none;
  }

  .nav-icon {
    margin-right: 15px;
    font-size: 1.25em;
  }

  .contact-form {
    margin-bottom: 0;
  }

  .about-text-content {
    padding: 25px 25px 35px;
  }

  .about-small-box_content {
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .about-small-box_wrapper {
    margin-top: 10px;
    margin-left: -10px;
    position: static;
  }

  .about-capaciteit_content-wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .capaciteit_image-aside_section-image {
    height: 300px;
  }

  .caotingsystemen-text-content {
    padding: 25px 25px 35px;
  }

  .vacature-text-wrapper {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .lightbox-wrapper {
    width: 50%;
    height: 220px;
  }

  .nav-link_dropdown {
    background-color: #fff;
    border-bottom: 1px solid #ececec;
    width: 100%;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 5vw;
    display: flex;
  }

  .dropdown-icon {
    margin-right: 15px;
  }

  .nav-line-2 {
    display: none;
  }

  .dropdown-list.w--open {
    border-style: solid;
    border-width: 0;
    position: static;
  }

  .dropdown-link-block {
    background-color: #fdfffd;
    border-bottom-color: #f7f7f7;
    width: 50%;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 5vw;
    font-size: .7rem;
  }

  .dropdown {
    width: 100%;
  }

  .lightbox-wrapper_kennisbank {
    height: 170px;
  }

  .kennisbank-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .kennisbank-wrapper_content {
    padding-top: 1rem;
    padding-left: 0;
  }

  .kennisbank-wrapper_picture {
    width: 100%;
    height: 220px;
  }

  .faq-categories {
    padding-right: 1rem;
  }

  .search-input-field {
    max-width: 100%;
  }

  .dashboard-block {
    width: 50%;
  }

  .hidden_row-dropdown-content {
    display: none;
  }

  .responsive-overlay {
    z-index: 2;
    color: #f8f8f8;
    text-align: center;
    background-image: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75));
    width: 100%;
    height: 100%;
    padding-top: 7.5rem;
    padding-left: 1.1875rem;
    padding-right: 1.1875rem;
    font-weight: 600;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .dashboard-template {
    margin-left: 0;
  }

  .chat-message, .hidden_chat-new-message {
    margin-bottom: .9375rem;
    margin-left: 0;
  }

  .prijslijst-checkbox {
    width: 50%;
  }

  .prijslijst-productgroep {
    font-size: .875rem;
  }
}

@media screen and (max-width: 767px) {
  .section.is--vacatures-2 {
    padding-bottom: 65px;
  }

  .nav-logo-wrapper {
    padding-left: 0;
  }

  .hamburger-wrapper {
    transform: none;
  }

  .footer-child {
    align-items: flex-start;
    width: 100%;
  }

  .footer-logo-wrapper {
    padding-left: 0;
  }

  .image-aside_text-wrapper {
    width: 100%;
    margin-bottom: 20px;
  }

  .footer-extern-logo {
    width: 90px;
  }

  .footer-extern-wrapper {
    margin-top: 35px;
  }

  .language-link {
    margin-left: 5px;
  }

  .nav-top_link.mobile-hide {
    display: none;
  }

  .form {
    grid-template-columns: 1fr;
  }

  .contact-link {
    margin-bottom: 15px;
  }

  .homepage-content-wrapper {
    flex-direction: column-reverse;
    margin-bottom: 50px;
  }

  .homepage-content-wrapper.is--reversed {
    flex-direction: column-reverse;
  }

  .image-aside_section-image {
    width: 100%;
    height: auto;
    position: relative;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .flexbox-child_landscape-100 {
    flex: none;
    width: 100%;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }

  .about-text-content {
    height: auto;
    padding-bottom: 15px;
  }

  .about-text-wrapper {
    width: 100%;
    padding-bottom: 0;
  }

  .about-small-box_content {
    width: 100%;
  }

  .about-capaciteit_content-wrapper {
    margin-bottom: 50px;
  }

  .capaciteit_image-aside_section-image {
    width: 100%;
    height: auto;
    position: relative;
  }

  .homepage-cta {
    padding-top: 0;
    font-size: 1.2rem;
  }

  .dropdown-link-block, .vacature-afb {
    width: 100%;
  }

  .lightbox-wrapper_kennisbank {
    height: 130px;
  }

  .kennisbank-wrapper_picture {
    width: 100%;
    height: 180px;
  }

  .dashboard-sidebar {
    width: 100%;
  }

  .dashboard-search {
    flex-direction: column;
    width: 100%;
  }

  .dashboard-content {
    width: 100%;
    margin-top: 2rem;
    padding-left: 0;
  }

  .dashboard-wrapper {
    flex-direction: column-reverse;
  }

  .dashboard-wrapper.is--dashboard {
    flex-direction: column;
  }

  .dashboard_search-form {
    justify-content: flex-end;
    width: 100%;
    max-width: 100%;
  }

  .search-field.is--dashboard {
    width: 100%;
  }

  .dashboard-block {
    padding-top: .9375rem;
    padding-bottom: .9375rem;
  }

  .search-form {
    justify-content: flex-end;
    width: 100%;
    max-width: 100%;
  }

  .dashboard-template {
    margin-bottom: .9375rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 26px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 20px;
  }

  p {
    line-height: 1.5;
  }

  .padding-bottom_l {
    padding-bottom: 25px;
  }

  .padding_m {
    padding: 10px;
  }

  .padding-top_l {
    padding-top: 25px;
  }

  .padding-right_l {
    padding-right: 25px;
  }

  .padding-top_m {
    padding-top: 10px;
  }

  .padding_l {
    padding: 25px;
  }

  .padding-left_m {
    padding-left: 10px;
  }

  .flexbox-child {
    flex: none;
    width: 100%;
  }

  .padding-bottom_m {
    padding-bottom: 10px;
  }

  .padding-left_l {
    padding-left: 25px;
  }

  .padding-right_m {
    padding-right: 10px;
  }

  .margin_m {
    margin: 10px;
  }

  .margin_l {
    margin: 25px;
  }

  .margin-left_l {
    margin-left: 25px;
  }

  .margin-bottom_m {
    margin-bottom: 10px;
  }

  .margin-right_l {
    margin-right: 25px;
  }

  .margin-left_m {
    margin-left: 10px;
  }

  .margin-top_m {
    margin-top: 10px;
  }

  .margin-right_m {
    margin-right: 10px;
  }

  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.is--vacatures-2 {
    padding-bottom: 50px;
  }

  .nav-main {
    justify-content: flex-start;
  }

  .nav-logo-wrapper {
    flex: none;
    width: 180px;
    margin-top: 12px;
  }

  .nav-link {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .menu-button {
    flex: none;
  }

  .nav-link_text {
    font-size: 1.25em;
  }

  .header {
    text-align: left;
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .header.is--home {
    padding-top: 125px;
    padding-bottom: 25px;
  }

  .footer {
    padding-top: 25px;
  }

  .footer-logo-wrapper {
    flex: none;
  }

  .underline {
    border-bottom-width: 3px;
  }

  .hero-h1 {
    font-size: 21px;
    line-height: 1.4;
  }

  .intro-paragraph {
    text-align: left;
  }

  .language-link {
    width: 23px;
    height: 17px;
  }

  .nav-icon {
    margin-right: 10px;
    font-size: 1em;
  }

  .input-field {
    margin-bottom: 10px;
  }

  .flexbox-child_padding {
    flex: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .form {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 50px;
  }

  .homepage-content-wrapper {
    margin-bottom: 5px;
  }

  .homepage-content-wrapper.is--last {
    margin-bottom: 0;
  }

  .vacature-text-content {
    padding: 25px;
  }

  .solliciteren-page-image {
    display: none;
  }

  .flexbox-child_landscape-100 {
    flex: none;
    width: 100%;
  }

  .contact-form {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 15px;
  }

  .paragraph {
    text-align: left;
  }

  .about-small-box_content {
    padding-bottom: 15px;
  }

  .about-small-box_wrapper {
    margin-left: 0;
  }

  .about-small-box_child {
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .lightbox-wrapper {
    height: 120px;
  }

  .homepage-cta {
    padding-top: 50px;
    padding-bottom: 25px;
    font-size: 1rem;
  }

  .nav-link_dropdown {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .dropdown-link-block {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .lightbox-wrapper_kennisbank {
    width: 50%;
  }

  .faq-categories {
    border-bottom: 1px solid var(--border);
    max-height: 177px;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    overflow: auto;
  }

  .faq-page {
    flex-direction: column;
  }

  .search-input-field {
    margin-bottom: 10px;
  }

  .display-flex_center {
    align-items: center;
    display: flex;
  }

  .dashboard-sidebar {
    flex: none;
  }

  .dashboard-search {
    width: 100%;
  }

  .dashboard-content {
    flex: none;
  }

  .dashboard {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .dashboard-thumbnail {
    height: auto;
  }

  .dashboard_search-form {
    justify-content: space-between;
  }

  .dashboard-link {
    align-items: center;
    display: flex;
  }

  .search-field {
    width: 100%;
  }

  .dashboard-block {
    width: 100%;
    padding-bottom: 0;
  }

  .box-footer {
    margin-top: 1.5625rem;
  }

  .box {
    padding: 1.5625rem 1.25rem;
  }

  .search-form {
    justify-content: space-between;
  }

  .breadcrumb {
    margin-right: .3125rem;
  }

  .dashboard-template {
    padding: 1.5625rem 1.25rem;
  }

  .search-field-2 {
    width: 100%;
  }

  .chat-attachments {
    align-items: center;
    display: flex;
  }

  .chat-message {
    padding: 1.5625rem 1.25rem;
  }

  .chat-heading, .hidden_create-new-chat_abort {
    align-items: center;
    display: flex;
  }

  .input-field-2 {
    margin-bottom: .625rem;
  }

  .hidden_chat-new-message {
    padding: 1.5625rem 1.25rem;
  }

  .prijslijst-checkbox {
    width: 100%;
  }

  .checkbox {
    width: 1.25rem;
    height: 1.25rem;
    margin-top: -.125rem;
    margin-bottom: .125rem;
    margin-right: .3125rem;
  }

  .prijslijst-productgroep {
    margin-bottom: .3125rem;
    margin-right: 0;
  }
}

#w-node-fa1d6ca4-eca6-5132-53e0-5cb6fb8e28f4-e0cfcab8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fa1d6ca4-eca6-5132-53e0-5cb6fb8e28f8-e0cfcab8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_1f424c8d-6b7f-634b-f615-1b5c5a0c9459-84165ac7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1f424c8d-6b7f-634b-f615-1b5c5a0c945d-84165ac7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_699c60b7-52a8-1e68-30df-5f102774cc2d-7f30d27d {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-d1ff87c0-cfee-951c-e35c-a5e6361c834d-0bfcc0e9, #w-node-_601c3a11-a78f-39a0-0734-7362568177a7-0bfcc0e9, #w-node-_0ce3b794-fb5e-bf7a-e863-25431f3a7c10-0bfcc0e9, #w-node-_8a3b2eba-6cf6-3735-05c5-5bc62a33320f-0bfcc0e9, #w-node-_8150d0e0-a655-80cc-614f-f5cf7df66d81-0bfcc0e9, #w-node-_23b5492c-4bb2-5267-bbdb-d0015f03672b-0bfcc0e9, #w-node-fcc5f650-1101-4a2e-915b-9ebfe4a3bd17-0bfcc0e9, #w-node-_1579d05a-77dc-49b3-796a-ed5637412752-0bfcc0e9, #w-node-_9b7d28a5-8415-3ecb-982c-8f33d88a539b-0bfcc0e9, #w-node-_78287ed8-1e24-90d8-1922-d663aa24d1cd-0bfcc0e9, #w-node-_16ef0ae7-dc98-f1c1-e5be-94e3cdc54cdb-0bfcc0e9, #w-node-_799f0d20-41fa-0528-bd6f-4d31ffd1a78f-0bfcc0e9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_42d14a5c-259a-a23f-32b5-b16e9b3e0f59-8072a1d9, #w-node-_631489a8-b3ba-7acc-0a8b-860cc33a14e2-8072a1d9, #w-node-_79d4e2a4-28dd-0a48-fae1-b04415716bcc-8072a1d9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_42d14a5c-259a-a23f-32b5-b16e9b3e0f5d-8072a1d9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_699c60b7-52a8-1e68-30df-5f102774cc2d-7f30d27d {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_9fcffb34-8f05-c78f-c482-55b82cfdf18e-7f30d27d, #w-node-ec797dcb-3056-0f25-4cc3-0d1cf793ce1b-7f30d27d, #w-node-ac756048-b0ee-26c6-34ec-bffbd9954835-7f30d27d, #w-node-a38e3491-ee28-24bf-03e1-08b76616539c-7f30d27d, #w-node-f3a2c7f4-e802-6f5b-2084-51d9abc8fc77-7f30d27d, #w-node-_0bd0d3f3-3142-1f96-309a-f2f67e2dcb3b-7f30d27d, #w-node-_9d2fbc14-3c5d-1ba6-370b-381e28789a55-7f30d27d, #w-node-_47312c5d-0f69-86b0-0748-da93261b5267-7f30d27d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d1ff87c0-cfee-951c-e35c-a5e6361c834d-0bfcc0e9 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-d1ff87c0-cfee-951c-e35c-a5e6361c834e-0bfcc0e9, #w-node-d1ff87c0-cfee-951c-e35c-a5e6361c8354-0bfcc0e9, #w-node-d1ff87c0-cfee-951c-e35c-a5e6361c835a-0bfcc0e9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_601c3a11-a78f-39a0-0734-7362568177a7-0bfcc0e9 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_601c3a11-a78f-39a0-0734-7362568177a8-0bfcc0e9, #w-node-_601c3a11-a78f-39a0-0734-7362568177ab-0bfcc0e9, #w-node-_601c3a11-a78f-39a0-0734-7362568177ad-0bfcc0e9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0ce3b794-fb5e-bf7a-e863-25431f3a7c10-0bfcc0e9 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_0ce3b794-fb5e-bf7a-e863-25431f3a7c11-0bfcc0e9, #w-node-_0ce3b794-fb5e-bf7a-e863-25431f3a7c14-0bfcc0e9, #w-node-_0ce3b794-fb5e-bf7a-e863-25431f3a7c18-0bfcc0e9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8a3b2eba-6cf6-3735-05c5-5bc62a33320f-0bfcc0e9 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_8a3b2eba-6cf6-3735-05c5-5bc62a333210-0bfcc0e9, #w-node-_8a3b2eba-6cf6-3735-05c5-5bc62a333213-0bfcc0e9, #w-node-_8a3b2eba-6cf6-3735-05c5-5bc62a333217-0bfcc0e9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8150d0e0-a655-80cc-614f-f5cf7df66d81-0bfcc0e9 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_8150d0e0-a655-80cc-614f-f5cf7df66d82-0bfcc0e9, #w-node-_8150d0e0-a655-80cc-614f-f5cf7df66d85-0bfcc0e9, #w-node-_8150d0e0-a655-80cc-614f-f5cf7df66d89-0bfcc0e9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_23b5492c-4bb2-5267-bbdb-d0015f03672b-0bfcc0e9 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_23b5492c-4bb2-5267-bbdb-d0015f03672c-0bfcc0e9, #w-node-_23b5492c-4bb2-5267-bbdb-d0015f03672f-0bfcc0e9, #w-node-_23b5492c-4bb2-5267-bbdb-d0015f036733-0bfcc0e9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fcc5f650-1101-4a2e-915b-9ebfe4a3bd17-0bfcc0e9 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-fcc5f650-1101-4a2e-915b-9ebfe4a3bd18-0bfcc0e9, #w-node-fcc5f650-1101-4a2e-915b-9ebfe4a3bd1b-0bfcc0e9, #w-node-fcc5f650-1101-4a2e-915b-9ebfe4a3bd1f-0bfcc0e9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1579d05a-77dc-49b3-796a-ed5637412752-0bfcc0e9 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_1579d05a-77dc-49b3-796a-ed5637412753-0bfcc0e9, #w-node-_1579d05a-77dc-49b3-796a-ed5637412756-0bfcc0e9, #w-node-_1579d05a-77dc-49b3-796a-ed563741275a-0bfcc0e9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9b7d28a5-8415-3ecb-982c-8f33d88a539b-0bfcc0e9 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_9b7d28a5-8415-3ecb-982c-8f33d88a539c-0bfcc0e9, #w-node-_9b7d28a5-8415-3ecb-982c-8f33d88a539f-0bfcc0e9, #w-node-_9b7d28a5-8415-3ecb-982c-8f33d88a53a3-0bfcc0e9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_78287ed8-1e24-90d8-1922-d663aa24d1cd-0bfcc0e9 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_78287ed8-1e24-90d8-1922-d663aa24d1ce-0bfcc0e9, #w-node-_78287ed8-1e24-90d8-1922-d663aa24d1d1-0bfcc0e9, #w-node-_78287ed8-1e24-90d8-1922-d663aa24d1d5-0bfcc0e9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_16ef0ae7-dc98-f1c1-e5be-94e3cdc54cdb-0bfcc0e9 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_16ef0ae7-dc98-f1c1-e5be-94e3cdc54cdc-0bfcc0e9, #w-node-_16ef0ae7-dc98-f1c1-e5be-94e3cdc54cdf-0bfcc0e9, #w-node-_16ef0ae7-dc98-f1c1-e5be-94e3cdc54ce3-0bfcc0e9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_799f0d20-41fa-0528-bd6f-4d31ffd1a78f-0bfcc0e9 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_799f0d20-41fa-0528-bd6f-4d31ffd1a790-0bfcc0e9, #w-node-_799f0d20-41fa-0528-bd6f-4d31ffd1a793-0bfcc0e9, #w-node-_799f0d20-41fa-0528-bd6f-4d31ffd1a797-0bfcc0e9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-fa1d6ca4-eca6-5132-53e0-5cb6fb8e28f4-e0cfcab8, #w-node-fa1d6ca4-eca6-5132-53e0-5cb6fb8e28f8-e0cfcab8, #w-node-_1f424c8d-6b7f-634b-f615-1b5c5a0c9459-84165ac7, #w-node-_1f424c8d-6b7f-634b-f615-1b5c5a0c945d-84165ac7 {
    grid-column: span 1 / span 1;
  }

  #w-node-_699c60b7-52a8-1e68-30df-5f102774cc2d-7f30d27d {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_9fcffb34-8f05-c78f-c482-55b82cfdf18e-7f30d27d, #w-node-ec797dcb-3056-0f25-4cc3-0d1cf793ce1b-7f30d27d, #w-node-ac756048-b0ee-26c6-34ec-bffbd9954835-7f30d27d, #w-node-a38e3491-ee28-24bf-03e1-08b76616539c-7f30d27d, #w-node-f3a2c7f4-e802-6f5b-2084-51d9abc8fc77-7f30d27d, #w-node-_0bd0d3f3-3142-1f96-309a-f2f67e2dcb3b-7f30d27d, #w-node-_9d2fbc14-3c5d-1ba6-370b-381e28789a55-7f30d27d, #w-node-_47312c5d-0f69-86b0-0748-da93261b5267-7f30d27d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d1ff87c0-cfee-951c-e35c-a5e6361c834d-0bfcc0e9 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-d1ff87c0-cfee-951c-e35c-a5e6361c834e-0bfcc0e9, #w-node-d1ff87c0-cfee-951c-e35c-a5e6361c8354-0bfcc0e9, #w-node-d1ff87c0-cfee-951c-e35c-a5e6361c835a-0bfcc0e9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_601c3a11-a78f-39a0-0734-7362568177a7-0bfcc0e9 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_601c3a11-a78f-39a0-0734-7362568177a8-0bfcc0e9, #w-node-_601c3a11-a78f-39a0-0734-7362568177ab-0bfcc0e9, #w-node-_601c3a11-a78f-39a0-0734-7362568177ad-0bfcc0e9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0ce3b794-fb5e-bf7a-e863-25431f3a7c10-0bfcc0e9 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_0ce3b794-fb5e-bf7a-e863-25431f3a7c11-0bfcc0e9, #w-node-_0ce3b794-fb5e-bf7a-e863-25431f3a7c14-0bfcc0e9, #w-node-_0ce3b794-fb5e-bf7a-e863-25431f3a7c18-0bfcc0e9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8a3b2eba-6cf6-3735-05c5-5bc62a33320f-0bfcc0e9 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_8a3b2eba-6cf6-3735-05c5-5bc62a333210-0bfcc0e9, #w-node-_8a3b2eba-6cf6-3735-05c5-5bc62a333213-0bfcc0e9, #w-node-_8a3b2eba-6cf6-3735-05c5-5bc62a333217-0bfcc0e9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8150d0e0-a655-80cc-614f-f5cf7df66d81-0bfcc0e9 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_8150d0e0-a655-80cc-614f-f5cf7df66d82-0bfcc0e9, #w-node-_8150d0e0-a655-80cc-614f-f5cf7df66d85-0bfcc0e9, #w-node-_8150d0e0-a655-80cc-614f-f5cf7df66d89-0bfcc0e9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_23b5492c-4bb2-5267-bbdb-d0015f03672b-0bfcc0e9 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_23b5492c-4bb2-5267-bbdb-d0015f03672c-0bfcc0e9, #w-node-_23b5492c-4bb2-5267-bbdb-d0015f03672f-0bfcc0e9, #w-node-_23b5492c-4bb2-5267-bbdb-d0015f036733-0bfcc0e9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fcc5f650-1101-4a2e-915b-9ebfe4a3bd17-0bfcc0e9 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-fcc5f650-1101-4a2e-915b-9ebfe4a3bd18-0bfcc0e9, #w-node-fcc5f650-1101-4a2e-915b-9ebfe4a3bd1b-0bfcc0e9, #w-node-fcc5f650-1101-4a2e-915b-9ebfe4a3bd1f-0bfcc0e9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1579d05a-77dc-49b3-796a-ed5637412752-0bfcc0e9 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_1579d05a-77dc-49b3-796a-ed5637412753-0bfcc0e9, #w-node-_1579d05a-77dc-49b3-796a-ed5637412756-0bfcc0e9, #w-node-_1579d05a-77dc-49b3-796a-ed563741275a-0bfcc0e9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9b7d28a5-8415-3ecb-982c-8f33d88a539b-0bfcc0e9 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_9b7d28a5-8415-3ecb-982c-8f33d88a539c-0bfcc0e9, #w-node-_9b7d28a5-8415-3ecb-982c-8f33d88a539f-0bfcc0e9, #w-node-_9b7d28a5-8415-3ecb-982c-8f33d88a53a3-0bfcc0e9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_78287ed8-1e24-90d8-1922-d663aa24d1cd-0bfcc0e9 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_78287ed8-1e24-90d8-1922-d663aa24d1ce-0bfcc0e9, #w-node-_78287ed8-1e24-90d8-1922-d663aa24d1d1-0bfcc0e9, #w-node-_78287ed8-1e24-90d8-1922-d663aa24d1d5-0bfcc0e9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_16ef0ae7-dc98-f1c1-e5be-94e3cdc54cdb-0bfcc0e9 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_16ef0ae7-dc98-f1c1-e5be-94e3cdc54cdc-0bfcc0e9, #w-node-_16ef0ae7-dc98-f1c1-e5be-94e3cdc54cdf-0bfcc0e9, #w-node-_16ef0ae7-dc98-f1c1-e5be-94e3cdc54ce3-0bfcc0e9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_799f0d20-41fa-0528-bd6f-4d31ffd1a78f-0bfcc0e9 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_799f0d20-41fa-0528-bd6f-4d31ffd1a790-0bfcc0e9, #w-node-_799f0d20-41fa-0528-bd6f-4d31ffd1a793-0bfcc0e9, #w-node-_799f0d20-41fa-0528-bd6f-4d31ffd1a797-0bfcc0e9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_42d14a5c-259a-a23f-32b5-b16e9b3e0f59-8072a1d9, #w-node-_631489a8-b3ba-7acc-0a8b-860cc33a14e2-8072a1d9, #w-node-_79d4e2a4-28dd-0a48-fae1-b04415716bcc-8072a1d9, #w-node-_42d14a5c-259a-a23f-32b5-b16e9b3e0f5d-8072a1d9 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-fa1d6ca4-eca6-5132-53e0-5cb6fb8e28f8-e0cfcab8, #w-node-_1f424c8d-6b7f-634b-f615-1b5c5a0c945d-84165ac7 {
    justify-self: stretch;
  }

  #w-node-_699c60b7-52a8-1e68-30df-5f102774cc2d-7f30d27d {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9fcffb34-8f05-c78f-c482-55b82cfdf18e-7f30d27d, #w-node-ec797dcb-3056-0f25-4cc3-0d1cf793ce1b-7f30d27d, #w-node-ac756048-b0ee-26c6-34ec-bffbd9954835-7f30d27d, #w-node-a38e3491-ee28-24bf-03e1-08b76616539c-7f30d27d, #w-node-f3a2c7f4-e802-6f5b-2084-51d9abc8fc77-7f30d27d, #w-node-_0bd0d3f3-3142-1f96-309a-f2f67e2dcb3b-7f30d27d, #w-node-_9d2fbc14-3c5d-1ba6-370b-381e28789a55-7f30d27d, #w-node-_47312c5d-0f69-86b0-0748-da93261b5267-7f30d27d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d1ff87c0-cfee-951c-e35c-a5e6361c834d-0bfcc0e9 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-d1ff87c0-cfee-951c-e35c-a5e6361c834e-0bfcc0e9, #w-node-d1ff87c0-cfee-951c-e35c-a5e6361c8354-0bfcc0e9, #w-node-d1ff87c0-cfee-951c-e35c-a5e6361c835a-0bfcc0e9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_601c3a11-a78f-39a0-0734-7362568177a7-0bfcc0e9 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_601c3a11-a78f-39a0-0734-7362568177a8-0bfcc0e9, #w-node-_601c3a11-a78f-39a0-0734-7362568177ab-0bfcc0e9, #w-node-_601c3a11-a78f-39a0-0734-7362568177ad-0bfcc0e9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0ce3b794-fb5e-bf7a-e863-25431f3a7c10-0bfcc0e9 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0ce3b794-fb5e-bf7a-e863-25431f3a7c11-0bfcc0e9, #w-node-_0ce3b794-fb5e-bf7a-e863-25431f3a7c14-0bfcc0e9, #w-node-_0ce3b794-fb5e-bf7a-e863-25431f3a7c18-0bfcc0e9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8a3b2eba-6cf6-3735-05c5-5bc62a33320f-0bfcc0e9 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8a3b2eba-6cf6-3735-05c5-5bc62a333210-0bfcc0e9, #w-node-_8a3b2eba-6cf6-3735-05c5-5bc62a333213-0bfcc0e9, #w-node-_8a3b2eba-6cf6-3735-05c5-5bc62a333217-0bfcc0e9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8150d0e0-a655-80cc-614f-f5cf7df66d81-0bfcc0e9 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8150d0e0-a655-80cc-614f-f5cf7df66d82-0bfcc0e9, #w-node-_8150d0e0-a655-80cc-614f-f5cf7df66d85-0bfcc0e9, #w-node-_8150d0e0-a655-80cc-614f-f5cf7df66d89-0bfcc0e9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_23b5492c-4bb2-5267-bbdb-d0015f03672b-0bfcc0e9 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_23b5492c-4bb2-5267-bbdb-d0015f03672c-0bfcc0e9, #w-node-_23b5492c-4bb2-5267-bbdb-d0015f03672f-0bfcc0e9, #w-node-_23b5492c-4bb2-5267-bbdb-d0015f036733-0bfcc0e9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fcc5f650-1101-4a2e-915b-9ebfe4a3bd17-0bfcc0e9 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-fcc5f650-1101-4a2e-915b-9ebfe4a3bd18-0bfcc0e9, #w-node-fcc5f650-1101-4a2e-915b-9ebfe4a3bd1b-0bfcc0e9, #w-node-fcc5f650-1101-4a2e-915b-9ebfe4a3bd1f-0bfcc0e9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1579d05a-77dc-49b3-796a-ed5637412752-0bfcc0e9 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1579d05a-77dc-49b3-796a-ed5637412753-0bfcc0e9, #w-node-_1579d05a-77dc-49b3-796a-ed5637412756-0bfcc0e9, #w-node-_1579d05a-77dc-49b3-796a-ed563741275a-0bfcc0e9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9b7d28a5-8415-3ecb-982c-8f33d88a539b-0bfcc0e9 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9b7d28a5-8415-3ecb-982c-8f33d88a539c-0bfcc0e9, #w-node-_9b7d28a5-8415-3ecb-982c-8f33d88a539f-0bfcc0e9, #w-node-_9b7d28a5-8415-3ecb-982c-8f33d88a53a3-0bfcc0e9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_78287ed8-1e24-90d8-1922-d663aa24d1cd-0bfcc0e9 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_78287ed8-1e24-90d8-1922-d663aa24d1ce-0bfcc0e9, #w-node-_78287ed8-1e24-90d8-1922-d663aa24d1d1-0bfcc0e9, #w-node-_78287ed8-1e24-90d8-1922-d663aa24d1d5-0bfcc0e9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_16ef0ae7-dc98-f1c1-e5be-94e3cdc54cdb-0bfcc0e9 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_16ef0ae7-dc98-f1c1-e5be-94e3cdc54cdc-0bfcc0e9, #w-node-_16ef0ae7-dc98-f1c1-e5be-94e3cdc54cdf-0bfcc0e9, #w-node-_16ef0ae7-dc98-f1c1-e5be-94e3cdc54ce3-0bfcc0e9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_799f0d20-41fa-0528-bd6f-4d31ffd1a78f-0bfcc0e9 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_799f0d20-41fa-0528-bd6f-4d31ffd1a790-0bfcc0e9, #w-node-_799f0d20-41fa-0528-bd6f-4d31ffd1a793-0bfcc0e9, #w-node-_799f0d20-41fa-0528-bd6f-4d31ffd1a797-0bfcc0e9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_42d14a5c-259a-a23f-32b5-b16e9b3e0f5d-8072a1d9 {
    justify-self: stretch;
  }
}


@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}