/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://use.typekit.net/vih2xxn.css");
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, .latest-news__title, .featured-projects__title, .faq__wrapper h2, .werken-bij__footer h2 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-right: 8px;
  padding-left: 8px;
  overflow-x: hidden;
}

.container-fluid {
  padding-right: 16px;
  padding-left: 16px;
}

@media only screen and (min-width: 576px) {
  .container {
    width: 560px;
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .container {
    width: 752px;
    max-width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .container {
    width: 976px;
    max-width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    width: 1184px;
    max-width: 100%;
  }
}
.row {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
}

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-offset-0,
.col-sm-offset-1,
.col-sm-offset-2,
.col-sm-offset-3,
.col-sm-offset-4,
.col-sm-offset-5,
.col-sm-offset-6,
.col-sm-offset-7,
.col-sm-offset-8,
.col-sm-offset-9,
.col-sm-offset-10,
.col-sm-offset-11,
.col-sm-offset-12,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-offset-0,
.col-md-offset-1,
.col-md-offset-2,
.col-md-offset-3,
.col-md-offset-4,
.col-md-offset-5,
.col-md-offset-6,
.col-md-offset-7,
.col-md-offset-8,
.col-md-offset-9,
.col-md-offset-10,
.col-md-offset-11,
.col-md-offset-12,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-offset-0,
.col-lg-offset-1,
.col-lg-offset-2,
.col-lg-offset-3,
.col-lg-offset-4,
.col-lg-offset-5,
.col-lg-offset-6,
.col-lg-offset-7,
.col-lg-offset-8,
.col-lg-offset-9,
.col-lg-offset-10,
.col-lg-offset-11,
.col-lg-offset-12,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-offset-0,
.col-xl-offset-1,
.col-xl-offset-2,
.col-xl-offset-3,
.col-xl-offset-4,
.col-xl-offset-5,
.col-xl-offset-6,
.col-xl-offset-7,
.col-xl-offset-8,
.col-xl-offset-9,
.col-xl-offset-10,
.col-xl-offset-11,
.col-xl-offset-12 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding-right: 16px;
  padding-left: 16px;
  max-width: 100%;
}

.col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}

.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}

.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}

.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.initial-order-xs {
  -webkit-box-ordinal-group: NaN;
  -ms-flex-order: initial;
  order: initial;
}

@media only screen and (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .initial-order-sm {
    -webkit-box-ordinal-group: NaN;
    -ms-flex-order: initial;
    order: initial;
  }
}
@media only screen and (min-width: 768px) {
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 16px;
    padding-left: 16px;
  }
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .initial-order-md {
    -webkit-box-ordinal-group: NaN;
    -ms-flex-order: initial;
    order: initial;
  }
}
@media only screen and (min-width: 992px) {
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 16px;
    padding-left: 16px;
  }
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .initial-order-lg {
    -webkit-box-ordinal-group: NaN;
    -ms-flex-order: initial;
    order: initial;
  }
}
@media only screen and (min-width: 1200px) {
  .col-xl,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-offset-0,
  .col-xl-offset-1,
  .col-xl-offset-2,
  .col-xl-offset-3,
  .col-xl-offset-4,
  .col-xl-offset-5,
  .col-xl-offset-6,
  .col-xl-offset-7,
  .col-xl-offset-8,
  .col-xl-offset-9,
  .col-xl-offset-10,
  .col-xl-offset-11,
  .col-xl-offset-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 16px;
    padding-left: 16px;
  }
  .col-xl {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-xl-offset-0 {
    margin-left: 0;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-xl {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-xl {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-xl {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-xl {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-xl {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-xl {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-xl {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-xl {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-xl {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-xl {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .initial-order-xl {
    -webkit-box-ordinal-group: NaN;
    -ms-flex-order: initial;
    order: initial;
  }
}
@media only screen and (max-width: 575px) {
  .hidden-xs {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hidden-sm {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hidden-md {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .hidden-xl {
    display: none;
  }
}
/**
 * Swiper 10.3.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 21, 2023
 */
/* FONT_START */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
      scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Slide styles end */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

h1, .latest-news__title, .featured-projects__title, .faq__wrapper h2, .werken-bij__footer h2,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p,
.page-intro--home ul li,
blockquote {
  margin: 0;
  padding: 0;
}

input,
textarea,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  outline: 0;
  border: 0;
}
input:hover, input:active, input:focus,
textarea:hover,
textarea:active,
textarea:focus,
button:hover,
button:active,
button:focus {
  outline: 0;
  border: 0;
}

embed,
iframe,
img,
object,
video {
  max-width: 100%;
}

html {
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "kern" 1;
          font-feature-settings: "kern" 1;
}

.main {
  position: relative;
  z-index: 5;
}

.container {
  overflow: hidden;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #75c4ba;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

.container--nav {
  overflow: visible;
  min-width: 100%;
}
@media all and (min-width: 36em) {
  .container--nav {
    min-width: auto;
  }
}

.white {
  color: #fff;
}

.site-header {
  background-color: #fff;
  position: fixed;
  width: 100%;
  z-index: 10;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.site-header.smaller {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
}

.header__logo {
  min-width: 200px;
}

.header__logo--eltec {
  min-width: 128px;
}

.header__logo--vgemert {
  min-width: 290px;
}

.header__logo--eltec {
  min-width: 128px;
}

.header__logo--elektravon {
  min-width: 260px;
}

.navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo {
  width: 140px;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media all and (min-width: 75em) {
  .logo {
    width: 200px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.logo--eltec {
  width: 100px;
}
@media all and (min-width: 75em) {
  .logo--eltec {
    width: 180px;
  }
}

.logo--vgemert {
  width: 100px;
}
@media all and (min-width: 75em) {
  .logo--vgemert {
    width: 290px;
  }
}

.logo--immens {
  width: 100px;
}
@media all and (min-width: 75em) {
  .logo--immens {
    width: 188px;
  }
}

.logo--elektravon {
  width: 160px;
}
@media all and (min-width: 75em) {
  .logo--elektravon {
    width: 260px;
  }
}

@media all and (min-width: 75em) {
  .smaller .logo {
    width: 140px;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media all and (min-width: 75em) {
  .smaller .logo--eltec {
    width: 100px;
  }
}

.header {
  background: #fff;
  position: fixed;
  z-index: 10;
  width: 100%;
  left: 0;
  top: 0;
}

.site-nav__logo {
  width: 140px;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media all and (min-width: 75em) {
  .site-nav__logo {
    width: 200px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media all and (min-width: 75em) {
  .smaller .site-nav__logo {
    width: 140px;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.header-image {
  height: 300px;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 70px;
}
@media all and (min-width: 75em) {
  .header-image {
    margin-top: 176px;
    height: 650px;
  }
}
.header-image:before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(160deg, rgba(248, 175, 20, 0) 34%, #f8af14 100%);
}
@media all and (min-width: 75em) {
  .header-image:after {
    position: absolute;
    width: 5000px;
    height: 300px;
    bottom: 230px;
    left: -2500px;
    background: #fff;
    pointer-events: none;
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    z-index: 3;
    content: "";
  }
}

.video-iframe-wrapper {
  height: 100%;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.video-iframe {
  left: 50%;
  min-height: 43.75%;
  padding-top: 56.25%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
.video-iframe iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.header-image--new {
  height: 300px;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 70px;
}
@media all and (min-width: 75em) {
  .header-image--new {
    margin-top: 176px;
    height: 650px;
  }
}
.header-image--new svg.mask {
  z-index: 1;
}
@media all and (min-width: 75em) {
  .header-image--new svg.mask {
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 10vw;
    z-index: 3;
  }
}

#immens .header-image--new {
  margin-top: 55px;
}
@media all and (min-width: 75em) {
  #immens .header-image--new {
    margin-top: 176px;
    height: 650px;
  }
}

#elektravon .header-image--new {
  margin-top: 55px;
}
@media all and (min-width: 75em) {
  #elektravon .header-image--new {
    margin-top: 160px;
    height: 650px;
  }
}

#zzp .header-image--new {
  margin-top: 55px;
}
@media all and (min-width: 75em) {
  #zzp .header-image--new {
    margin-top: 160px;
    height: 650px;
  }
}

.header-image--nonav {
  height: 300px;
}
@media all and (min-width: 75em) {
  .header-image--nonav {
    height: 500px;
  }
}

.header-image__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top 10px center;
}
@media all and (min-width: 48em) {
  .header-image__bg {
    background-position: center;
  }
}

.breadcrumbs {
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 1rem;
}
.breadcrumbs li {
  list-style: none;
  display: inline-block;
}
.breadcrumbs li:after {
  font-size: 0.875rem;
  color: #9b9b9b;
  content: " > ";
}
.breadcrumbs li:last-child a {
  color: #75c4ba;
  font-weight: 700;
}
.breadcrumbs li:last-child:after {
  content: "";
}
.breadcrumbs a {
  font-size: 0.875rem;
  color: #9b9b9b;
  text-decoration: none;
}

#immens .breadcrumbs li:last-child a,
#vgemert .breadcrumbs li:last-child a,
#zzp .breadcrumbs li:last-child a {
  color: #1b2d53;
}
#immens .breadcrumbs a,
#vgemert .breadcrumbs a,
#zzp .breadcrumbs a {
  font-size: 0.875rem;
  color: #9b9b9b;
  text-decoration: none;
}

.header-title {
  height: 200px;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 70px;
}
@media all and (min-width: 75em) {
  .header-title {
    margin-top: 176px;
    height: 500px;
  }
}
.header-title:before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: #75c4ba;
}
@media all and (min-width: 75em) {
  .header-title:after {
    position: absolute;
    width: 5000px;
    height: 300px;
    bottom: 230px;
    left: -2500px;
    background: #fff;
    pointer-events: none;
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    z-index: 3;
    content: "";
  }
}

.header-title--grey:before {
  background-color: #ececec;
}

.header-title--vacancies {
  height: 350px;
}
@media all and (min-width: 75em) {
  .header-title--vacancies {
    height: 650px;
  }
}

.header-title__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.container--title {
  position: relative;
  z-index: 3;
  padding-top: 40px;
}
@media all and (min-width: 75em) {
  .container--title {
    padding-top: 60px;
  }
}

.container--title-vancies {
  position: relative;
  z-index: 3;
  padding-top: 0;
}
@media all and (min-width: 75em) {
  .container--title-vancies {
    padding-top: 0;
  }
}

.header-small {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 70px;
}
@media all and (min-width: 48em) {
  .header-small {
    margin-top: 116px;
  }
}
@media all and (min-width: 75em) {
  .header-small {
    margin-top: 176px;
    height: 320px;
  }
}
.header-small:before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: #75c4ba;
}
@media all and (min-width: 75em) {
  .header-small:after {
    position: absolute;
    width: 5000px;
    height: 300px;
    bottom: 230px;
    left: -2500px;
    background: #fff;
    pointer-events: none;
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    z-index: 3;
    content: "";
  }
}

.header-small__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.container--breadcrumb {
  position: relative;
  z-index: 4;
}
.container--breadcrumb .breadcrumbs {
  margin-top: 1rem;
}
@media all and (min-width: 75em) {
  .container--breadcrumb .breadcrumbs {
    margin-top: 1.5rem;
  }
}
.container--breadcrumb .breadcrumbs a {
  color: white;
}
.container--breadcrumb .breadcrumbs li:after {
  color: white;
}
.container--breadcrumb .breadcrumbs li:last-child a {
  color: white;
}

.breadcrumbs__vacancies {
  margin-top: 12px;
}
.breadcrumbs__vacancies a {
  color: white;
}
.breadcrumbs__vacancies li:after {
  color: white;
}
.breadcrumbs__vacancies li:last-child a {
  color: white;
}

#immens .header-small .container--breadcrumb {
  position: relative;
  z-index: 4;
}
#immens .header-small .container--breadcrumb .breadcrumbs {
  margin-top: 1rem;
}
@media all and (min-width: 75em) {
  #immens .header-small .container--breadcrumb .breadcrumbs {
    margin-top: 1.5rem;
  }
}
#immens .header-small .container--breadcrumb .breadcrumbs a {
  color: white;
}
#immens .header-small .container--breadcrumb .breadcrumbs li:after {
  color: white;
}
#immens .header-small .container--breadcrumb .breadcrumbs li:last-child a {
  color: white;
}

.container--header.container--header-elektravon {
  margin-top: 10px;
}
@media all and (min-width: 75em) {
  .container--header.container--header-elektravon {
    margin-top: -60px;
  }
}

#elektravon .breadcrumbs li:last-child a {
  color: #1b2d53;
  font-weight: 700;
}

#vgemert .container--breadcrumb a {
  color: #fff !important;
}

@media all and (min-width: 75em) {
  .toggler {
    display: none;
  }
}

.site-nav {
  position: fixed;
  top: 67px;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  pointer-events: none;
  display: block;
}
@media all and (min-width: 48em) {
  .site-nav {
    top: 113px;
  }
}
@media all and (min-width: 75em) {
  .site-nav {
    top: auto;
    position: relative;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    height: auto;
    pointer-events: all;
    padding: 0;
    overflow: visible;
  }
}

@media all and (min-width: 48em) {
  .smaller .site-nav {
    top: 67px;
  }
}
@media all and (min-width: 75em) {
  .smaller .site-nav {
    top: auto;
  }
}

.site-nav.active {
  display: block;
  height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  pointer-events: all;
}
@media all and (min-width: 75em) {
  .site-nav.active {
    top: auto;
    position: relative;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    height: auto;
    pointer-events: all;
    padding: 0;
    overflow: visible;
  }
}

.site-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  padding: 0 16px;
  padding-bottom: 16px;
}
@media all and (min-width: 75em) {
  .site-nav__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
    height: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
  }
}

.site-nav__link {
  font-family: "aglet-slab", sans-serif;
  font-size: 1.25rem;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1b2d53;
  line-height: 2;
}
@media all and (min-width: 75em) {
  .site-nav__link {
    display: inline-block;
    position: relative;
    padding: 0;
    -webkit-transition: padding 0.3s ease;
    transition: padding 0.3s ease;
    font-weight: 400;
    line-height: 1.5;
    border-bottom: 2px solid rgba(0, 69, 132, 0);
    -webkit-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
  }
  .site-nav__link:hover {
    color: #75c4ba;
  }
}

.site-nav__link--active {
  font-weight: 700;
}

.submenu .sten-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.site-nav__item {
  padding-top: 4px;
  padding-bottom: 4px;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
}
.site-nav__item:last-of-type {
  border-bottom: 0;
}
@media all and (min-width: 75em) {
  .site-nav__item {
    border-bottom: 0;
  }
}

@media all and (min-width: 75em) {
  .has-subnav:after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 10px;
    margin-left: 10px;
    background-image: url("../assets/arrow-down.svg");
    background-repeat: no-repeat;
  }
}

.submenu .site-nav__item {
  border-bottom: 0;
  padding: 0;
}
@media all and (min-width: 75em) {
  .submenu .site-nav__item {
    background-color: #1b2d53;
  }
  .submenu .site-nav__item:first-of-type {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .submenu .site-nav__item:first-of-type .site-nav__link {
    padding-top: 12px;
  }
  .submenu .site-nav__item:last-of-type {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .submenu .site-nav__item:last-of-type .site-nav__link {
    border-bottom: 0;
    padding-bottom: 12px;
  }
}

.submenu .site-nav__link {
  font-size: 1rem;
  font-family: open-sans, sans-serif;
  padding: 0 0 0 16px;
  border-bottom: 0;
  margin-bottom: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (min-width: 75em) {
  .submenu .site-nav__link {
    color: #fff;
    padding: 8px 30px 10px 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 0;
  }
  .submenu .site-nav__link:hover {
    text-decoration: underline;
  }
}

.site-nav__item > .submenu {
  display: none;
  list-style: none;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
}
@media all and (min-width: 75em) {
  .site-nav__item > .submenu {
    position: absolute;
    margin-left: -30px;
    display: none;
    border-radius: 20px;
    min-width: 200px;
    padding-top: 10px;
  }
}

@media all and (min-width: 75em) {
  .site-nav__item:hover > .submenu {
    display: block;
  }
}

.site-nav__list input[type=checkbox] {
  width: 40px;
  height: 40px;
  position: absolute;
  background-image: url("../assets/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #eee;
  border-radius: 3px;
  right: 16px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
}
.site-nav__list input[type=checkbox]:checked {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media all and (min-width: 75em) {
  .site-nav__list input[type=checkbox] {
    display: none;
  }
}

.site-nav__list input[type=checkbox]:checked + .submenu {
  display: block;
}
@media all and (min-width: 75em) {
  .site-nav__list input[type=checkbox]:checked + .submenu {
    display: none;
  }
}

.overlay {
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  z-index: 8;
  top: 0;
}

.overlay.active {
  width: calc(100vw + 20px);
  height: 100vh;
  margin-left: -20px;
  background-color: rgba(0, 0, 0, 0.4);
}

.site-footer {
  background-color: #1b2d53;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-top: 40px;
}

.footer-nav__list {
  list-style: none;
  margin-bottom: 0;
  margin-left: 1rem;
}
.footer-nav__item {
  display: block;
  text-align: left;
  line-height: 1.8rem;
}
@media all and (min-width: 48em) {
  .footer-nav__item {
    display: inline-block;
  }
  .footer-nav__item:after {
    content: "|";
    color: white;
    padding-left: 10px;
    padding-right: 10px;
  }
  .footer-nav__item:last-child:after {
    content: "";
    padding-right: 0;
  }
}

.footer-nav__link {
  font-size: 1rem;
  color: white;
  text-decoration: none;
}
@media all and (min-width: 64em) {
  .footer-nav__link {
    font-size: 1rem;
  }
}

.extended-footer {
  color: #fff;
}
.extended-footer ul {
  list-style: none;
}
.extended-footer li {
  line-height: 1.8;
}
.extended-footer p, .extended-footer .page-intro--home ul li, .page-intro--home ul .extended-footer li {
  font-weight: 600;
}
.extended-footer a:not(.btn) {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
.extended-footer a:not(.btn):hover {
  text-decoration: underline;
}

.footer-title {
  font-family: "aglet-slab", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  margin-top: 30px;
}

.onderdeel-van {
  margin-top: 20px;
}

.copyright-footer .row {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.aangesloten-bij {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
}

.aangesloten-bij_logo {
  background: #fff;
  width: 125px;
  height: 70px;
  border-radius: 6px;
  padding: 5px;
}
.aangesloten-bij_logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.social-footer {
  margin-bottom: 20px;
}

#vgemert .aangesloten-bij_logo img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.projects__container,
.articles__container {
  margin-top: -80px;
}
@media all and (min-width: 64em) {
  .projects__container,
  .articles__container {
    margin-top: -360px;
  }
}

.project__container,
.article__container {
  margin-top: 20px;
}
@media all and (min-width: 64em) {
  .project__container,
  .article__container {
    margin-top: -150px;
  }
}

.project-category {
  background-color: #75c4ba;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
  margin-top: auto;
  margin-bottom: 50px;
  height: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 0.875rem;
  padding: 0 15px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

#vgemert .project-category {
  background-color: #1b2d53;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
  margin-top: auto;
  margin-bottom: 50px;
  height: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 0.875rem;
  padding: 0 15px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.cat-icon {
  height: 22px;
  width: auto;
  margin-right: 10px;
}

#vgemert .cat-icon {
  height: 16px;
}

.projecten-filter {
  margin-bottom: 40px;
}

.project__container--alt {
  margin-top: 30px;
}
@media all and (min-width: 75em) {
  .project__container--alt {
    margin-top: -60px;
  }
}

.container--header.container--header-eltec {
  margin-top: 10px;
}
@media all and (min-width: 75em) {
  .container--header.container--header-eltec {
    margin-top: -60px;
  }
}

.project__specs {
  margin-bottom: 40px;
  width: 100%;
}
.project__specs td {
  border-bottom: 1px solid #d0d5dd;
  padding: 10px 0 10px 0;
  color: #1b2d53;
  vertical-align: top;
}
.project__specs td:first-of-type {
  width: 50%;
}
.project__specs td:last-of-type {
  width: 50%;
  font-weight: bold;
}

.project__intro-image {
  margin-bottom: 50px;
  border-radius: 20px;
}

.container--contact {
  margin-top: 30px;
}
@media all and (min-width: 64em) {
  .container--contact {
    margin-top: -150px;
  }
}

.faq__wrapper--contact {
  border-top: 1px solid #cdcdcd;
  padding-top: 40px;
}

.container--contact .row {
  margin-bottom: 30px;
}

form,
.js-filtersForm {
  margin-bottom: 30px;
}
form input[type=text],
form input[type=email],
.js-filtersForm input[type=text],
.js-filtersForm input[type=email] {
  border: 1px solid #cdcdcd;
  height: 40px;
  padding: 10px;
  margin-top: 8px;
  margin-bottom: 16px;
  width: 100%;
  max-width: 405px;
  font-size: 14px;
}
form textarea,
.js-filtersForm textarea {
  border: 1px solid #cdcdcd;
  padding: 10px;
  width: 100%;
  max-width: 405px;
  font-size: 14px;
  margin-top: 8px;
  margin-bottom: 16px;
}
form textarea:hover,
.js-filtersForm textarea:hover {
  border: 1px solid #cdcdcd;
}
form select,
.js-filtersForm select {
  width: 100%;
  max-width: 405px;
  padding: 10px;
  border: 1px solid #cdcdcd;
  margin-top: 8px;
  margin-bottom: 16px;
}
form label,
.js-filtersForm label {
  font-size: 0.875rem;
}
form button,
.js-filtersForm button {
  cursor: pointer;
  font-family: "aglet-slab", sans-serif;
  font-size: 1.125rem;
  background-color: white;
  color: #1b2d53;
  text-decoration: none;
  font-weight: 700;
  border: 1px solid #1b2d53;
  border-radius: 6px;
  padding: 10px;
  margin-bottom: 1rem;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-repeat: no-repeat;
  background-position: right 18px center;
}
form button:hover,
.js-filtersForm button:hover {
  background-color: #1b2d53;
  color: white;
  border: 1px solid #1b2d53;
}

.vestiging-buble {
  width: 150px;
  padding: 0 10px;
}
.vestiging-buble p, .vestiging-buble .page-intro--home ul li, .page-intro--home ul .vestiging-buble li {
  font-size: 14px;
  margin-bottom: 6px;
}
.vestiging-buble .buble__title {
  color: #1b2d53;
  font-size: 16px;
}
.vestiging-buble .buble__info a {
  color: #1b2d53;
}
.vestiging-buble .buble__route {
  font-family: "aglet-slab", sans-serif;
  font-size: 1rem;
  color: #1b2d53;
  text-decoration: none;
  font-weight: 700;
  background-color: #75c4ba;
  border-radius: 6px;
  padding: 4px 20px;
  margin-top: 10px;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.vestiging-buble .buble__route:hover {
  background-color: #1b2d53;
  color: white;
}
.vestiging-buble .buble__route--eltec {
  color: #fff;
}

.smartmap-mapcanvas {
  margin-bottom: 60px;
}

.vestiging__title {
  margin-bottom: 10px;
}

.vestiging {
  padding-bottom: 30px;
}

.main-contact-novisual {
  margin-top: 30px;
}
@media all and (min-width: 75em) {
  .main-contact-novisual {
    margin-top: -80px;
  }
}

@media all and (min-width: 75em) {
  .main-contact-visual {
    margin-top: 150px;
  }
}

.main-contact-visual .page-intro {
  padding-top: 0;
  margin-bottom: 30px;
}

.contact-map {
  margin-top: 50px;
  background-color: #ececec;
  min-height: 600px;
  position: relative;
  overflow: hidden;
  padding-bottom: 2rem;
  margin-bottom: -40px;
}
.contact-map:after {
  position: absolute;
  width: 5000px;
  height: 400px;
  top: -500px;
  left: -2500px;
  background: #fff;
  pointer-events: none;
  -webkit-transform: rotate(6deg);
          transform: rotate(6deg);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  z-index: 1;
  content: "";
}
.contact-map .gm-map {
  border-radius: 20px;
}

.contact-map__wrapper {
  position: relative;
  z-index: 5;
}

.container--header {
  margin-top: 20px;
}
@media all and (min-width: 64em) {
  .container--header {
    margin-top: -150px;
  }
}

.container--no-header {
  margin-top: 30px;
}
@media all and (min-width: 75em) {
  .container--no-header {
    margin-top: -100px;
  }
}

.wrapper {
  overflow: hidden;
}

.vacatures-overzicht--eltec {
  margin-bottom: 60px;
}

h1.vacatures__title, .vacatures__title.latest-news__title, .vacatures__title.featured-projects__title, .faq__wrapper h2.vacatures__title, .werken-bij__footer h2.vacatures__title {
  color: #fff;
  font-weight: 400;
}
h1.vacatures__title strong, .vacatures__title.latest-news__title strong, .vacatures__title.featured-projects__title strong, .faq__wrapper h2.vacatures__title strong, .werken-bij__footer h2.vacatures__title strong {
  font-weight: 700;
}

.vacatures__intro p, .vacatures__intro .page-intro--home ul li, .page-intro--home ul .vacatures__intro li {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}
@media all and (min-width: 64em) {
  .vacatures__intro p, .vacatures__intro .page-intro--home ul li, .page-intro--home ul .vacatures__intro li {
    font-size: 1.3125rem;
  }
}

.vacatures__intro--eltec {
  color: #fff;
}

.js-filtersForm input:where([type=checkbox]) {
  -webkit-appearance: none;
  margin-right: 10px;
  -moz-appearance: none;
       appearance: none;
  width: 14px;
  height: 14px;
  cursor: pointer;
  border: 2px solid white;
  outline: 1px solid #1b2d53;
}
.js-filtersForm input:where([type=checkbox]):disabled {
  background: #fff;
}
.js-filtersForm input[type=checkbox]:checked {
  background-color: #1b2d53;
}
.js-filtersForm .h1, .js-filtersForm .text-image-50__title {
  font-weight: 700;
}
.js-filtersForm ul {
  margin-bottom: 1.3rem;
}
.js-filtersForm li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 2.2;
}

.results {
  font-style: italic;
  font-size: 1rem;
}

.vacatures-overzicht {
  overflow: hidden;
  margin-top: 10px;
}
@media all and (min-width: 64em) {
  .vacatures-overzicht {
    margin-top: 60px;
  }
}

.filter-titel {
  font-size: 1.25rem;
  color: #1b2d53;
  font-weight: 600;
  margin-bottom: 0.2rem;
}

.vacature-card {
  border-radius: 20px;
  aspect-ratio: 1/1;
  max-width: 400px;
  margin-bottom: 30px;
  -webkit-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.1);
}
.vacature-card .content-wrapper ul {
  margin-left: 0;
}
.vacature-card a {
  text-decoration: none;
}
.vacature-card .content-wrapper {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-position: bottom left, top center;
  background-size: contain, cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.vacature-card .content-wrapper .vacature-titel {
  line-height: 1.1;
  font-weight: 700;
  font-family: "aglet-slab", sans-serif;
  color: #fff;
  margin: 0;
  font-size: 1.5rem;
}
@media all and (min-width: 36em) {
  .vacature-card .content-wrapper .vacature-titel {
    font-size: 1.25rem;
  }
}
@media all and (min-width: 48em) {
  .vacature-card .content-wrapper .vacature-titel {
    font-size: 1.5rem;
  }
}
@media all and (min-width: 64em) {
  .vacature-card .content-wrapper .vacature-titel {
    font-size: 1.625rem;
  }
}
@media all and (min-width: 75em) {
  .vacature-card .content-wrapper .vacature-titel {
    font-size: 1.75rem;
  }
}
.vacature-card .content-wrapper ul {
  list-style: none;
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: 48%;
  margin-bottom: 10px;
}
.vacature-card .content-wrapper ul li {
  font-family: "aglet-slab", sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}
@media all and (min-width: 36em) {
  .vacature-card .content-wrapper ul li {
    font-size: 0.9375rem;
  }
}
@media all and (min-width: 48em) {
  .vacature-card .content-wrapper ul li {
    font-size: 1rem;
  }
}
.vacature-card .vacature-button {
  position: absolute;
  right: 20px;
  bottom: 24%;
  z-index: 2;
}

.vacature-card--eltec .content-wrapper ul {
  color: #fff;
}

.paginatie-vacatures {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
.paginatie-vacatures ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 10px;
}
.paginatie-vacatures a {
  background-color: #d3d3d3;
  color: #1b2d53;
  text-decoration: none;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.paginatie-vacatures a:hover {
  background-color: #75c4ba;
}
.paginatie-vacatures .current span {
  background-color: #1b2d53;
  color: white;
  font-weight: 700;
  text-decoration: none;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.vacature-detail-header {
  margin-top: 80px;
}
@media all and (min-width: 48em) {
  .vacature-detail-header {
    margin-top: 130px;
  }
}
@media all and (min-width: 75em) {
  .vacature-detail-header {
    margin-top: 210px;
  }
}

.vacature-detail-header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  margin-bottom: 30px;
}
@media all and (min-width: 48em) {
  .vacature-detail-header__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.vacature-detail-header__image {
  width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media all and (min-width: 48em) {
  .vacature-detail-header__image {
    width: 50%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.vacature-detail-header__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  margin: 0;
}

.vacature-detail-header__text {
  width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  color: #1b2d53;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0 0 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media all and (min-width: 48em) {
  .vacature-detail-header__text {
    width: 50%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0 40px;
  }
}
.vacature-detail-header__text h1, .vacature-detail-header__text .latest-news__title, .vacature-detail-header__text .featured-projects__title, .vacature-detail-header__text .faq__wrapper h2, .faq__wrapper .vacature-detail-header__text h2, .vacature-detail-header__text .werken-bij__footer h2, .werken-bij__footer .vacature-detail-header__text h2 {
  margin-bottom: 0.5rem;
}
.vacature-detail-header__text .vacature-detail__specs {
  font-size: 1.125rem;
}
.vacature-detail-header__text .vacature-detail__specs + p, .vacature-detail-header__text .page-intro--home ul .vacature-detail__specs + li, .page-intro--home ul .vacature-detail-header__text .vacature-detail__specs + li {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0;
}
@media all and (min-width: 48em) {
  .vacature-detail-header__text .vacature-detail__specs + p, .vacature-detail-header__text .page-intro--home ul .vacature-detail__specs + li, .page-intro--home ul .vacature-detail-header__text .vacature-detail__specs + li {
    font-size: 1.3125rem;
  }
}
.vacature-detail-header__text .header-share {
  margin-top: auto;
  margin-bottom: 40px;
}
@media all and (min-width: 48em) {
  .vacature-detail-header__text .header-share {
    margin-bottom: 0;
  }
}
.vacature-detail-header__text .header-share h2 {
  font-weight: 400;
  font-family: open-sans, sans-serif;
  font-size: 1.3125rem;
  margin: 0;
}

@media all and (min-width: 48em) {
  .vacature-detail-header__image--portrait {
    width: 40%;
  }
}

@media all and (min-width: 48em) {
  .vacature-detail-header__text--portrait {
    width: 60%;
  }
}

.vacature-detail h2 {
  font-family: open-sans, sans-serif;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.vacature-detail ul {
  margin-top: 1rem;
  list-style-type: square;
  margin-left: 1.2rem;
  margin-bottom: 2rem;
}
.vacature-detail ul li {
  line-height: 1.8;
}
.vacature-detail li > ul {
  margin-top: 0.5rem;
  list-style-type: circle;
}
.vacature-detail .vacature-section {
  margin-bottom: 50px;
}

.vacature-cta {
  border-radius: 20px;
  aspect-ratio: 1/1;
  max-width: 370px;
  margin-bottom: 60px;
  -webkit-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.1);
}
@media all and (min-width: 48em) {
  .vacature-cta {
    margin-top: 40px;
  }
}
.vacature-cta .content-wrapper {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-position: bottom -20px left, top center;
  background-size: contain, cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.vacature-cta .content-wrapper div {
  margin-top: auto;
}
.vacature-cta .content-wrapper p, .vacature-cta .content-wrapper .page-intro--home ul li, .page-intro--home ul .vacature-cta .content-wrapper li {
  font-family: "aglet-slab", sans-serif;
  font-size: 1.3125rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
}

.share-vacature {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.share-vacature .btn-share {
  font-family: open-sans, sans-serif;
  font-size: 1.125rem;
  color: #1b2d53;
  text-decoration: none;
  font-weight: 400;
  border-radius: 6px;
  padding: 10px;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #75c4ba;
}
.share-vacature .btn-share:hover {
  background-color: #1b2d53;
  color: #fff;
}
.share-vacature .btn-share i {
  margin-left: 5px;
}

.share-vacature--eltec .btn-share {
  color: #fff;
}

.solliciteren {
  background-color: #75c4ba;
  padding: 40px 0 20px 0;
  margin-bottom: 60px;
}
@media all and (min-width: 64em) {
  .solliciteren {
    padding: 60px 0 30px 0;
  }
}

.solliciteren---eltec {
  background-color: #1b2d53;
}
.solliciteren---eltec .h1, .solliciteren---eltec .text-image-50__title {
  color: #fff;
}
.solliciteren---eltec p, .solliciteren---eltec .page-intro--home ul li, .page-intro--home ul .solliciteren---eltec li {
  color: #fff;
}

.wij-zijn__img {
  width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media all and (min-width: 64em) {
  .wij-zijn__img {
    width: 50%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.wij-zijn__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  margin: 0;
}
@media all and (min-width: 64em) {
  .wij-zijn__img img {
    border-bottom-right-radius: 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
}

.wij-zijn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  margin-bottom: 30px;
}
@media all and (min-width: 64em) {
  .wij-zijn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.wij-zijn__text {
  width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  background-color: #1b2d53;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px;
}
@media all and (min-width: 64em) {
  .wij-zijn__text {
    width: 50%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media all and (min-width: 64em) {
  .wij-zijn__text {
    border-top-left-radius: 0;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
  }
}
.wij-zijn__text h3.h1, .wij-zijn__text h3.text-image-50__title {
  color: #fff;
}
.wij-zijn__text p, .wij-zijn__text .page-intro--home ul li, .page-intro--home ul .wij-zijn__text li {
  color: #fff;
}
.wij-zijn__text .pay-off {
  color: #75c4ba;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 0;
}

.wij-zijn__text--eltec {
  background-color: #75c4ba;
}
.wij-zijn__text--eltec .pay-off {
  color: #fff;
}

.vacancies__intro {
  padding-top: 20px;
}
.vacancies__intro p, .vacancies__intro .page-intro--home ul li, .page-intro--home ul .vacancies__intro li {
  font-size: 1rem;
  color: #1b2d53;
  font-weight: 600;
}
@media all and (min-width: 64em) {
  .vacancies__intro p, .vacancies__intro .page-intro--home ul li, .page-intro--home ul .vacancies__intro li {
    font-size: 1.125rem;
  }
}
@media all and (min-width: 64em) {
  .vacancies__intro {
    padding-top: 50px;
  }
}

.ervaringen {
  padding-top: 60px;
  padding-bottom: 30px;
}
@media all and (min-width: 64em) {
  .ervaringen {
    padding-top: 30px;
  }
}

.ervaring__image {
  width: 100%;
  height: 370px;
  margin-bottom: 20px;
  background-size: auto, cover;
  background-repeat: no-repeat;
  background-position: left 20px bottom 20px, center center;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media all and (min-width: 64em) {
  .ervaring__image {
    margin-bottom: 30px;
  }
}

.ervaring__title {
  font-size: 1.75rem;
  margin-bottom: 50px;
}
.ervaring__title span {
  font-family: open-sans, sans-serif;
  font-weight: 400;
  margin-bottom: 0.4rem;
  font-size: 1.3125rem;
  color: #75c4ba;
  display: block;
}

.ervaring__title--alt {
  font-size: 1.5rem;
  margin-bottom: 50px;
  color: #1b2d53;
}
.ervaring__title--alt span {
  font-family: "aglet-slab", sans-serif;
  font-weight: 400;
  color: #1b2d53;
  margin-bottom: 0.2rem;
  font-size: 1.5rem;
  display: block;
}

.werken-bij__footer h2 + p, .werken-bij__footer .page-intro--home ul h2 + li, .page-intro--home ul .werken-bij__footer h2 + li {
  font-weight: 600;
  font-size: 1.125rem;
  color: #1b2d53;
  line-height: 1.5;
}
@media all and (min-width: 64em) {
  .werken-bij__footer h2 + p, .werken-bij__footer .page-intro--home ul h2 + li, .page-intro--home ul .werken-bij__footer h2 + li {
    font-size: 1.25rem;
  }
}
.werken-bij__footer .subnav__list {
  margin-top: 0;
}
.werken-bij__footer strong {
  font-size: 1.125rem;
}

.row--vacancies {
  margin-bottom: 1rem;
}
@media all and (min-width: 64em) {
  .row--vacancies {
    margin-bottom: 2rem;
  }
}

.vacancie-category__title {
  font-size: 2rem;
  line-height: 1.2;
  color: #1b2d53;
  margin-bottom: 1rem;
}

.vacancie-category__title + p, .page-intro--home ul .vacancie-category__title + li {
  margin-bottom: 3rem;
}

.vacancie-category h3 {
  font-size: 1.5rem;
  line-height: 1.2;
  color: #1b2d53;
  margin-bottom: 1rem;
}
@media all and (min-width: 64em) {
  .vacancie-category h3 {
    margin-bottom: 1.5rem;
  }
}

.col--vacancies {
  margin-bottom: 1rem;
}
@media all and (min-width: 64em) {
  .col--vacancies {
    margin-bottom: 2rem;
  }
}

.container--vacancie {
  margin-top: 30px;
}
@media all and (min-width: 64em) {
  .container--vacancie {
    margin-top: -150px;
  }
}

.page-intro--vanacies p, .page-intro--vanacies .page-intro--home ul li, .page-intro--home ul .page-intro--vanacies li {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1b2d53;
}

.vacancie-details__title {
  font-family: open-sans, sans-serif;
  font-weight: 600;
  color: #75c4ba;
  margin-bottom: 0.6rem;
}
.vacancie-details__title + p, .page-intro--home ul .vacancie-details__title + li {
  margin-bottom: 2rem;
}
.vacancie-details__title ul {
  list-style-type: middot;
}

.vacancie__action {
  padding-top: 2rem;
}
.vacancie__action h3 {
  font-size: 1.625rem;
  line-height: 1.2;
  color: #1b2d53;
  margin-bottom: 0.8rem;
}
@media all and (min-width: 64em) {
  .vacancie__action h3 {
    font-size: 2rem;
  }
}
@media all and (min-width: 64em) {
  .vacancie__action {
    padding-top: 3rem;
  }
}

.subnav__title--vacancie {
  font-family: "aglet-slab", sans-serif;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1.2;
  color: #1b2d53;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media all and (min-width: 64em) {
  .subnav__title--vacancie {
    font-size: 2rem;
  }
}

.subnav__list--vacancie {
  margin-left: 0;
}

.container--related-vacancie {
  margin-top: 2rem;
}

.vacancie-details ul {
  margin-bottom: 1.6rem;
  line-height: 1.8;
  margin-left: 1.2rem;
}

.subnav--werken-bij ul {
  margin-bottom: 2rem;
}

p.vacancie__location, .page-intro--home ul li.vacancie__location {
  font-family: open-sans, sans-serif;
  font-weight: 400;
  margin-bottom: 0.4rem;
  font-size: 1.125rem;
  color: #75c4ba;
}

.btn {
  font-family: "aglet-slab", sans-serif;
  font-size: 1.125rem;
  color: #1b2d53;
  text-decoration: none;
  font-weight: 700;
  border: 1px solid #1b2d53;
  border-radius: 6px;
  padding: 9px 10px 11px 10px;
  margin-bottom: 1rem;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-image: url("../assets/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: right 18px center;
  padding-right: 40px;
}
.btn:hover {
  background-color: #1b2d53;
  color: white;
  background-image: url("../assets/arrow-right-white.svg");
}

.btn--outline {
  border: 1px solid #fff;
  color: #fff;
  background-image: url("../assets/arrow-right-white.svg");
}
.btn--outline:hover {
  background-color: #fff;
  color: #1b2d53;
  border-color: #fff;
  background-image: url("../assets/arrow-right.svg");
}

.btn--green {
  background-color: #75c4ba;
  border: 1px solid #75c4ba;
  color: #fff;
  background-image: url("../assets/arrow-right-white.svg");
}
.btn--green:hover {
  background-color: #1b2d53;
  border-color: #1b2d53;
}

.btn--whatsapp {
  background-image: none;
  padding-right: 10px;
}
.btn--whatsapp:hover {
  background-image: none;
}
.btn--whatsapp i {
  margin-left: 10px;
}

.btn--wide {
  width: 100%;
  max-width: 350px;
}

.btn--small {
  font-size: 1rem;
  font-weight: 500;
  padding: 12px 10px;
}

.btn--brandbeveiliging {
  background-image: url("../assets/icon-brand.svg");
  background-repeat: no-repeat;
  background-position: left 10px center;
  padding-left: 36px;
}

.text-btn {
  background-image: url("../assets/arrow-right-white.svg");
  background-repeat: no-repeat;
  background-position: top 8px right;
  padding-right: 20px;
}

.text-btn--alt {
  background-image: url("../assets/arrow-right.svg");
}

.btn--vacancies {
  background-color: #75c4ba;
  border-color: #75c4ba;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn--vacancies:hover {
  border-color: #1b2d53;
}

html {
  font-size: 1rem;
}

body {
  font-family: open-sans, sans-serif;
  font-weight: 400;
  color: #4a4a4a;
}

h1, .latest-news__title, .featured-projects__title, .faq__wrapper h2, .werken-bij__footer h2,
h2,
h3,
h4,
h5,
h6,
.h1,
.text-image-50__title,
.h2,
.gallery__title,
.h3,
.tekst-titel__title,
.tekst-titel h2,
.h4,
.h5,
.h6 {
  font-family: "aglet-slab", sans-serif;
  display: block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, .latest-news__title, .featured-projects__title, .faq__wrapper h2, .werken-bij__footer h2,
.h1,
.text-image-50__title {
  font-size: 1.625rem;
  line-height: 1.2;
  color: #1b2d53;
  margin-bottom: 2rem;
}
@media all and (min-width: 64em) {
  h1, .latest-news__title, .featured-projects__title, .faq__wrapper h2, .werken-bij__footer h2,
  .h1,
  .text-image-50__title {
    font-size: 2rem;
  }
}

h2,
.h2,
.gallery__title {
  font-size: 1.375rem;
  line-height: 1.2;
  color: #1b2d53;
  margin-bottom: 2rem;
}
@media all and (min-width: 64em) {
  h2,
  .h2,
  .gallery__title {
    font-size: 1.5rem;
  }
}

h3,
.h3,
.tekst-titel__title,
.tekst-titel h2 {
  font-size: 1.25rem;
  line-height: 1.2;
  color: #1b2d53;
  margin-bottom: 2rem;
}
@media all and (min-width: 64em) {
  h3,
  .h3,
  .tekst-titel__title,
  .tekst-titel h2 {
    font-size: 1.375rem;
  }
}

h4,
.h4 {
  font-family: open-sans, sans-serif;
  font-size: 1.1875rem;
  line-height: 1.5;
  font-weight: 600;
  color: #1b2d53;
  margin-bottom: 1rem;
}
@media all and (min-width: 64em) {
  h4,
  .h4 {
    font-size: 1.3125rem;
  }
}

.tekst-titel.tekst-titel--grid {
  padding-bottom: 0;
}
.tekst-titel.tekst-titel--grid h4 {
  line-height: 1.5;
}
@media all and (min-width: 64em) {
  .tekst-titel.tekst-titel--grid h4 {
    font-size: 1.3125rem;
  }
}

p, .page-intro--home ul li {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 1.6rem;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

pre {
  white-space: pre;
}

ul,
ol,
li {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

li {
  font-size: 1rem;
}

a {
  color: #1b2d53;
  text-decoration: underline;
}
a:hover, a:active, a:focus {
  text-decoration: none;
}

p, .page-intro--home ul li {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#eltec .tekst-titel h2,
#eltec .tekst-titel h3,
#eltec .tekst-titel h4,
#eltec .tekst-titel h5,
#eltec .tekst-titel h6,
#eltec .tekst-titel .h2,
#eltec .tekst-titel .gallery__title,
#eltec .tekst-titel .h3,
#eltec .tekst-titel .tekst-titel__title,
#eltec .tekst-titel .h4,
#eltec .tekst-titel .h5,
#eltec .tekst-titel .h6 {
  font-family: open-sans, sans-serif;
  display: block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 600;
}
#eltec .tekst-titel h1, #eltec .tekst-titel .latest-news__title, #eltec .tekst-titel .featured-projects__title, #eltec .tekst-titel .faq__wrapper h2, .faq__wrapper #eltec .tekst-titel h2, #eltec .tekst-titel .werken-bij__footer h2, .werken-bij__footer #eltec .tekst-titel h2,
#eltec .tekst-titel .h1,
#eltec .tekst-titel .text-image-50__title {
  font-size: 1.625rem;
  line-height: 1.2;
  color: #1b2d53;
  margin-bottom: 1.6rem;
}
@media all and (min-width: 64em) {
  #eltec .tekst-titel h1, #eltec .tekst-titel .latest-news__title, #eltec .tekst-titel .featured-projects__title, #eltec .tekst-titel .faq__wrapper h2, .faq__wrapper #eltec .tekst-titel h2, #eltec .tekst-titel .werken-bij__footer h2, .werken-bij__footer #eltec .tekst-titel h2,
  #eltec .tekst-titel .h1,
  #eltec .tekst-titel .text-image-50__title {
    font-size: 2rem;
  }
}
#eltec .tekst-titel h2,
#eltec .tekst-titel .h2,
#eltec .tekst-titel .gallery__title {
  font-size: 1.5rem;
  line-height: 1.2;
  color: #1b2d53;
  margin-bottom: 1.6rem;
}
@media all and (min-width: 64em) {
  #eltec .tekst-titel h2,
  #eltec .tekst-titel .h2,
  #eltec .tekst-titel .gallery__title {
    font-size: 1.625rem;
  }
}
#eltec .tekst-titel h3,
#eltec .tekst-titel .h3,
#eltec .tekst-titel .tekst-titel__title,
#eltec .tekst-titel h2 {
  font-size: 1.25rem;
  line-height: 1.2;
  color: #1b2d53;
  margin-bottom: 1.6rem;
}
@media all and (min-width: 64em) {
  #eltec .tekst-titel h3,
  #eltec .tekst-titel .h3,
  #eltec .tekst-titel .tekst-titel__title,
  #eltec .tekst-titel h2 {
    font-size: 1.375rem;
  }
}
#eltec .tekst-titel h4,
#eltec .tekst-titel .h4 {
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 600;
  color: #1b2d53;
  margin-bottom: 1rem;
}
@media all and (min-width: 64em) {
  #eltec .tekst-titel h4,
  #eltec .tekst-titel .h4 {
    font-size: 1.375rem;
  }
}
.faq__wrapper {
  margin-bottom: 50px;
}

.faq {
  background-color: #ececec;
  border-radius: 6px;
  margin-bottom: 10px;
}

.faq-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 30px;
  cursor: pointer;
}
.faq-question p, .faq-question .page-intro--home ul li, .page-intro--home ul .faq-question li {
  margin: 0;
  line-height: 1.1;
}

.faq-icon {
  font-size: 18px;
  margin-left: 10px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform-origin: center;
          transform-origin: center;
  background-color: #1b2d53;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  border-radius: 3px;
}

.faq.open .faq-icon {
  background-color: #75c4ba;
}

.faq-icon:before,
.faq-icon:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 16px;
  background-color: #fff;
}

.faq-icon:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.faq-icon:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.faq.open .faq-icon:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.faq.open .faq-icon:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
  padding-left: 30px;
  padding-right: 30px;
}

.faq.open .faq-answer {
  max-height: 1000px;
  -webkit-transition: max-height 0.3s ease-in;
  transition: max-height 0.3s ease-in;
  padding-bottom: 30px;
}

.faq__wrapper h2 {
  margin-bottom: 1rem;
}

.faq-question p, .faq-question .page-intro--home ul li, .page-intro--home ul .faq-question li {
  font-family: "aglet-slab", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: #1b2d53;
}
@media all and (min-width: 75em) {
  .faq-question p, .faq-question .page-intro--home ul li, .page-intro--home ul .faq-question li {
    font-size: 1.25rem;
  }
}

.faq-answer ul {
  margin-top: 1rem;
  list-style-type: square;
  margin-left: 1.2rem;
  margin-bottom: 2rem;
}
.faq-answer ul li {
  line-height: 1.8;
}

.subnav-wrapper {
  margin-top: -130px;
  z-index: 20;
  position: relative;
}
@media all and (min-width: 75em) {
  .subnav-wrapper {
    margin-top: -240px;
  }
}

#eltec .subnav-wrapper {
  margin-top: -80px;
  z-index: 20;
  position: relative;
}
@media all and (min-width: 75em) {
  #eltec .subnav-wrapper {
    margin-top: -240px;
  }
}

#elektravon .subnav-wrapper {
  margin-top: -80px;
  z-index: 20;
  position: relative;
}
#elektravon .subnav-wrapper .subnav__title {
  margin-bottom: 30px;
}
@media all and (min-width: 75em) {
  #elektravon .subnav-wrapper {
    margin-top: -220px;
  }
}
#elektravon .subnav-wrapper .subnav {
  padding: 20px 30px 30px 30px;
}
@media all and (min-width: 48em) {
  #elektravon .subnav-wrapper .subnav {
    padding: 30px 40px 30px 40px;
  }
}

.subnav__werken-bij {
  margin-top: 0;
  z-index: 20;
  position: relative;
}
@media all and (min-width: 75em) {
  .subnav__werken-bij {
    margin-top: -340px;
  }
}

.subnav {
  background-color: #1b2d53;
  border-radius: 20px;
  padding: 20px 30px 20px 30px;
  color: #fff;
}
@media all and (min-width: 48em) {
  .subnav {
    height: 100%;
    padding: 20px 40px 20px 40px;
  }
}
.subnav .title-more a {
  color: white;
}

.home .subnav {
  margin-bottom: 20px;
}

.subnav--alt {
  background-color: #75c4ba;
  color: #1b2d53;
}
.subnav--alt .title-more a {
  color: #1b2d53;
}

#immens .subnav--alt .title-more a {
  color: white;
}

.subnav--werken-bij {
  background-color: white;
  color: #1b2d53;
  border-radius: 0;
  padding: 30px 0 10px 0;
}
.subnav--werken-bij .title-more a {
  color: #1b2d53;
}
@media all and (min-width: 75em) {
  .subnav--werken-bij {
    border-radius: 20px;
    padding: 30px 40px 24px 40px;
  }
}

.subnav__title {
  font-family: "aglet-slab", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 1.2;
}
@media all and (min-width: 75em) {
  .subnav__title {
    margin-bottom: 34px;
  }
}

#elektravon .subnav__title {
  margin-bottom: 10px;
  line-height: 1.2;
}
@media all and (min-width: 75em) {
  #elektravon .subnav__title {
    margin-bottom: 14px;
  }
}

.subnav__title--eltec,
.subnav__title--white {
  color: #fff;
}

.title-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.title-more a {
  font-size: 1.125rem;
  text-decoration: none;
}

.subnav__list {
  list-style: none;
}

.subnav__item {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media all and (min-width: 75em) {
  .subnav__item {
    margin-right: 14px;
    margin-bottom: 14px;
  }
}

#elektravon .subnav__item {
  margin-bottom: 10px;
}
@media all and (min-width: 75em) {
  #elektravon .subnav__item {
    margin-bottom: 10px;
  }
}

.subnav--home .subnav__list li:nth-child(n+5) {
  display: none !important;
}

.subnav__link {
  font-family: "aglet-slab", sans-serif;
  font-size: 1.125rem;
  display: block;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 5px;
  padding: 7px 10px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.subnav__link:hover {
  background-color: #fff;
  color: #1b2d53;
}
@media all and (min-width: 75em) {
  .subnav__link {
    font-size: 1.3125rem;
  }
}

.subnav__link--active {
  background-color: #fff;
  color: #1b2d53;
}

.subnav__link--alt {
  border: 1px solid #1b2d53;
  color: #1b2d53;
}

.subnav__link--vacancies {
  border: 1px solid #1b2d53;
  color: #1b2d53;
}

.subnav__link--active.subnav__link--vacancies,
.subnav__link--vacancies:hover {
  border: 1px solid #1b2d53;
  background-color: #1b2d53;
  color: white;
}

.subnav__link--active.subnav__link--alt,
.subnav__link--alt:hover {
  border-color: white;
}

.subnav__link--active.subnav__link--eltec,
.subnav__link--eltec:hover {
  border-color: white;
}

.subnav__link-icon {
  background-repeat: no-repeat;
  background-position: left 10px center;
  padding-left: 40px;
}

.utiliteit .subnav__link {
  background-image: url("../assets/icon-utiliteit.svg");
  background-repeat: no-repeat;
  background-position: left 10px center;
  padding-left: 36px;
}

.industrie-eltec .subnav__link {
  background-image: url("../assets/eltec-industrie.svg");
  background-repeat: no-repeat;
  background-position: left 10px center;
  padding-left: 36px;
}

.maritiem-eltec .subnav__link {
  background-image: url("../assets/eltec-maritiem.svg");
  background-repeat: no-repeat;
  background-position: left 10px center;
  padding-left: 36px;
}

.digitalisering .subnav__link {
  background-image: url("../assets/icon-digitalisering.svg");
  background-repeat: no-repeat;
  background-position: left 10px center;
  padding-left: 36px;
}

.industrie .subnav__link {
  background-image: url("../assets/icon-industrie.svg");
  background-repeat: no-repeat;
  background-position: left 10px center;
  padding-left: 40px;
}

.zorg .subnav__link {
  background-image: url("../assets/icon-industrie.svg");
  background-repeat: no-repeat;
  background-position: left 10px center;
  padding-left: 40px;
}

.service .subnav__link {
  background-image: url("../assets/icon-service.svg");
  background-repeat: no-repeat;
  background-position: left 10px center;
  padding-left: 46px;
}

.brand .subnav__link {
  background-image: url("../assets/icon-brandbeveiliging.svg");
  background-repeat: no-repeat;
  background-position: left 10px center;
  padding-left: 36px;
}

.prefab .subnav__link {
  background-image: url("../assets/icon-prefab.svg");
  background-repeat: no-repeat;
  background-position: left 10px center;
  padding-left: 50px;
}

.duurzaamheid .subnav__link {
  background-image: url("../assets/icon-duurzaamheid.svg");
  background-repeat: no-repeat;
  background-position: left 10px center;
  padding-left: 50px;
}

#elektravon .projecten-filter ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#elektravon .projecten-filter .subnav__link {
  padding: 0;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
}
#elektravon .projecten-filter .subnav__link--icon .icon {
  -webkit-filter: brightness(0) saturate(100%) invert(69%) sepia(41%) saturate(314%) hue-rotate(123deg) brightness(96%) contrast(92%);
          filter: brightness(0) saturate(100%) invert(69%) sepia(41%) saturate(314%) hue-rotate(123deg) brightness(96%) contrast(92%);
  height: 25px;
  width: auto;
  margin-right: 10px;
}

.afbeelding {
  margin-bottom: 60px;
}

.afbeeldingen {
  margin-bottom: 60px;
}

.img-rounded {
  border-radius: 20px;
  margin-bottom: 20px;
}

.container--instagram {
  margin-bottom: 40px;
  margin-top: 40px;
}
.container--instagram img {
  margin-bottom: 30px;
}
.container--instagram .h1, .container--instagram .text-image-50__title {
  margin-bottom: 20px;
}

.container--instagram-block {
  margin-bottom: 60px;
  margin-top: 60px;
}
.container--instagram-block img {
  margin-bottom: 30px;
}
.container--instagram-block .h1, .container--instagram-block .text-image-50__title {
  margin-bottom: 20px;
}

.sector .container {
  border-bottom: 1px solid #d1d5dc;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media all and (min-width: 75em) {
  .sector .container {
    padding-bottom: 70px;
    margin-bottom: 70px;
  }
}
.sector img {
  border-radius: 20px;
  margin-bottom: 30px;
}
.sector .btn {
  margin-bottom: 30px;
}
.sector:first-of-type .container {
  border-top: 1px solid #d1d5dc;
  padding-top: 30px;
}
@media all and (min-width: 64em) {
  .sector:first-of-type .container {
    padding-top: 70px;
  }
}

.sector__titel {
  margin-bottom: 1rem;
}

.sector__tekst h2,
.sector__tekst h3,
.sector__tekst h4 {
  font-family: open-sans, sans-serif;
  font-weight: 600;
  font-size: 1.3125rem;
  margin-bottom: 0.5rem;
}

.sector__pagina-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 14px;
  margin-top: 1rem;
}
.sector__pagina-links .btn {
  margin: 0;
}
@media all and (min-width: 64em) {
  .sector__pagina-links {
    margin-top: 3rem;
  }
}

.diensten__pagina-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 14px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.diensten__pagina-links .btn {
  margin: 0;
}
@media all and (min-width: 64em) {
  .diensten__pagina-links {
    margin-top: 3rem;
  }
}

.diensten .container {
  margin-bottom: 30px;
}
.diensten img {
  border-radius: 20px;
  margin-bottom: 30px;
}
.diensten .btn {
  margin-bottom: 30px;
}

.form input[type=text],
.form input[type=email] {
  border: none;
  font-size: 16px;
}
.form input[type=file] {
  padding: 4px;
  margin: -4px;
  position: relative;
  outline: none;
  margin-bottom: 10px;
  /* File Selector Button Styles */
  /* Faked label styles and icon */
  /* Handle Component Focus */
}
.form input[type=file]::-webkit-file-upload-button {
  border-radius: 5px;
  padding: 0 16px;
  height: 40px;
  cursor: pointer;
  background-color: #1b2d53;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-right: 16px;
  /*
  This is a hack to change the button label. 
  I'm hiding the default label and then 
  manually applying the width based on 
  updated icon and label.
   */
  width: 110px;
  color: transparent;
  /*
  Firefox doesn't support the pseudo ::before 
  or ::after elements on this input field so 
  we need to use the @supports rule to enable 
  default styles fallback for Firefox.
   */
}
.form input[type=file]::file-selector-button {
  border-radius: 5px;
  padding: 0 16px;
  height: 40px;
  cursor: pointer;
  background-color: #1b2d53;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-right: 16px;
  /*
  This is a hack to change the button label. 
  I'm hiding the default label and then 
  manually applying the width based on 
  updated icon and label.
   */
  width: 110px;
  color: transparent;
  /*
  Firefox doesn't support the pseudo ::before 
  or ::after elements on this input field so 
  we need to use the @supports rule to enable 
  default styles fallback for Firefox.
   */
}
@supports (-moz-appearance: none) {
  .form input[type=file]::-webkit-file-upload-button {
    color: var(--primary-color);
  }
  .form input[type=file]::file-selector-button {
    color: var(--primary-color);
  }
}
.form input[type=file]::before {
  position: absolute;
  pointer-events: none;
  top: 14px;
  left: 16px;
  height: 20px;
  width: 20px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff'%3E%3Cpath d='M18 15v3H6v-3H4v3c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-3h-2zM7 9l1.41 1.41L11 7.83V16h2V7.83l2.59 2.58L17 9l-5-5-5 5z'/%3E%3C/svg%3E");
}
.form input[type=file]::after {
  position: absolute;
  pointer-events: none;
  top: 16px;
  left: 40px;
  color: #fff;
  content: "Upload";
}
.form input[type=file]:focus-within::-webkit-file-upload-button, .form input[type=file]:focus::-webkit-file-upload-button {
  outline: 1px solid #1b2d53;
  outline-offset: 2px;
}
.form input[type=file]:focus-within::file-selector-button, .form input[type=file]:focus::file-selector-button {
  outline: 1px solid #1b2d53;
  outline-offset: 2px;
}
.form button {
  border: none;
  background-image: url("../assets/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 40px;
}
.form button:hover {
  border: none;
  background-color: #1b2d53;
  color: white;
  background-image: url("../assets/arrow-right-white.svg");
}
.form .fui-type-file-upload label {
  display: inline-block;
  color: #1b2d53;
  font-size: 16px;
  padding-bottom: 10px;
}
.form .fui-type-file-upload label:after {
  display: inline-block;
  content: "niet verplicht";
  font-weight: 700;
  margin-left: 5px;
}

.fui-error-message {
  color: #75c4ba;
  font-weight: 700;
  border-bottom: dashed 1px #75c4ba;
  margin-bottom: 10px;
  display: inline-block;
  padding-top: 10px;
}

.panel {
  position: absolute;
  left: -300px;
  width: 300px;
  background: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.4s left ease;
  transition: 0.4s left ease;
  z-index: 8;
  padding: 0 20px;
}
.panel.open {
  left: 0;
}
@media all and (min-width: 64em) {
  .panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    left: auto;
    width: auto;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
  }
}

button.toggle {
  margin-top: 20px;
  outline: 0;
  border: none;
  cursor: pointer;
}
button.toggle:before {
  content: "Open ";
}
button.toggle.open:before {
  content: "Sluit ";
}
@media all and (min-width: 64em) {
  button.toggle {
    display: none;
  }
}

.page-intro {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.page-intro strong {
  font-weight: 600;
  font-size: 1.3125rem;
  color: #1b2d53;
  line-height: 1.5;
}
.page-intro ul {
  padding-left: 16px;
  margin-bottom: 1.5rem;
  list-style-type: square;
}

.page-intro--home {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.page-intro--home .col-md-8 {
  padding-bottom: 30px;
}

.text-image-50 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.text-image-50 .btn {
  margin-bottom: 0;
}

.text-image-50--white {
  background-color: #ffffff;
}

.text-image-50--light-grey {
  background-color: #ececec;
  margin-top: 30px;
  margin-bottom: 70px;
}

.text-image-50__title {
  margin-bottom: 30px;
  margin-top: 1rem;
}
.text-image-50__title span {
  font-family: open-sans, sans-serif;
  font-weight: 400;
  margin-bottom: 0.4rem;
  font-size: 1.3125rem;
  color: #75c4ba;
  display: block;
}

.text-image-50__image-wrapper {
  position: relative;
  margin: 0;
  padding: 0;
}
.text-image-50__image-wrapper .gradient {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: calc(100% - 4px);
  background-image: linear-gradient(160deg, rgba(248, 175, 20, 0) 70%, #f8af14 100%);
  border-radius: 20px;
}

.text-image-50__image {
  border-radius: 20px;
}

.tekst-titel {
  padding-bottom: 40px;
}
.tekst-titel h2 {
  font-size: 30px;
  margin-bottom: 1rem;
}
.tekst-titel h3 {
  font-family: open-sans, sans-serif;
  color: #75c4ba;
  font-size: 1.3125rem;
  margin-bottom: 0.6rem;
  font-weight: 600;
}
.tekst-titel .btn + .btn {
  margin-left: 20px;
}

#immens .tekst-titel h3,
#vgemert .tekst-titel h3 {
  color: #1b2d53;
}

#elektravon .tekst-titel h3 {
  color: #1b2d53;
}

.tekst-titel p:last-of-type, .tekst-titel .page-intro--home ul li:last-of-type, .page-intro--home ul .tekst-titel li:last-of-type {
  margin-bottom: 0;
}

.tekst-titel p:last-of-type + .btn, .tekst-titel .page-intro--home ul li:last-of-type + .btn, .page-intro--home ul .tekst-titel li:last-of-type + .btn {
  margin-top: 2rem;
}

.tekst-titel__image {
  margin-top: 1rem;
  border-radius: 10px;
}

.tekst-titel + .featured-projects {
  margin-top: 3rem;
}

.tekst-titel ul {
  margin-top: 1rem;
  list-style-type: square;
  margin-left: 1.2rem;
  margin-bottom: 2rem;
}
.tekst-titel ul li {
  line-height: 1.8;
}

.tekst-titel li > ul {
  margin-top: 0.5rem;
  list-style-type: circle;
}

.tekst3afb {
  margin-bottom: 60px;
}
.tekst3afb img {
  border-radius: 20px;
  margin-bottom: 20px;
}
.tekst3afb .buttons {
  margin-top: 20px;
}
.tekst3afb .buttons .btn {
  margin-right: 10px;
}

.table table {
  margin-bottom: 40px;
  width: auto;
  border-spacing: 0;
}
.table th {
  background-color: #f1f1f1;
  padding: 15px;
  font-size: 1.125rem;
}
.table td {
  border-bottom: 1px solid #d0d5dd;
  padding: 15px;
  vertical-align: top;
}

.linkblok {
  background-color: #75c4ba;
  border-radius: 20px;
  padding: 30px 40px 40px;
  margin-bottom: 40px;
}
.linkblok .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
.linkblok .links .btn {
  margin: 0;
  font-weight: 400;
  padding-right: 10px;
  background-image: none;
}

.cta {
  border-left: 1px solid #1b2d53;
  padding-left: 2rem;
  margin-bottom: 3rem;
}

.cta__title {
  font-family: open-sans, sans-serif;
  font-size: 1rem;
  color: #4a4a4a;
  line-height: 1.3;
  margin-bottom: 2rem;
}

#elektravon .cta__title {
  font-family: open-sans, sans-serif;
  font-size: 1rem;
  color: #4a4a4a;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.cta__subtitle {
  font-family: "aglet-slab", sans-serif;
  font-size: 1.5rem;
  color: #1b2d53;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 1rem;
}

.cta__title--immens {
  font-family: "aglet-slab", sans-serif;
  font-size: 1.5rem;
  color: #75c4ba;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 2rem;
}

.cta__subtitle--immens {
  font-family: open-sans, sans-serif;
  font-size: 1.375rem;
  color: #4a4a4a;
  line-height: 1.3;
  margin-bottom: 1rem;
}

.gallery {
  padding-bottom: 2rem;
}

.gallery__image {
  width: 100%;
  height: 360px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gallery__expertise {
  list-style: none;
  margin-top: auto;
  margin-left: 26px;
}
.gallery__expertise li {
  display: inline-block;
}

.gallery__expertise-item {
  position: relative;
  z-index: 3;
  display: block;
  width: 36px;
  height: 36px;
  margin-bottom: 20px;
  margin-right: 5px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.gallery__expertise-item--brandbeveiliging {
  background-image: url("../assets/icon-brandbeveiliging-w.svg");
}

.gallery__expertise-item--duurzaamheid {
  background-image: url("../assets/icon-duurzaamheid-w.svg");
  width: 40px;
}

.gallery__expertise-item--chemie {
  background-image: url("../assets/icon-chemie-w.svg");
}

.gallery__expertise-item--industrie {
  background-image: url("../assets/icon-industrie-w.svg");
}

.gallery__expertise-item--kantoren {
  background-image: url("../assets/icon-kantoren-w.svg");
}

.gallery__expertise-item--logistiek {
  background-image: url("../assets/icon-logistiek-w.svg");
  width: 44px;
}

.gallery__expertise-item--onderwijs {
  background-image: url("../assets/icon-onderwijs-w.svg");
  width: 48px;
}

.gallery__expertise-item--prefab {
  background-image: url("../assets/icon-prefab-w.svg");
}

.gallery__expertise-item--service {
  background-image: url("../assets/icon-service-w.svg");
}

.gallery__expertise-item--utiliteit {
  background-image: url("../assets/icon-utiliteit-w.svg");
}

.gallery__expertise-item--zorg {
  background-image: url("../assets/icon-zorg-w.svg");
  width: 40px;
}

.gallery__title {
  margin-top: 24px;
  margin-bottom: 20px;
}

.gallery__date {
  margin-bottom: 10px;
}

.gallery__text a {
  color: #1b2d53;
  text-decoration: none;
  border-bottom: 1px solid #1b2d53;
}
.gallery__text a:hover {
  border-bottom: 1px solid #75c4ba;
}

.image-grid {
  margin-bottom: 0;
}
@media all and (min-width: 75em) {
  .image-grid {
    margin-bottom: 20px;
  }
}

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

.height540 {
  max-height: 540px;
}

.height280 {
  max-height: 280px;
}

.height400 {
  max-height: 400px;
}

.image-grid .row {
  margin-bottom: 30px;
}

.slider__logo {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}

.slider__logo:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.swiper {
  max-width: 1600px;
  padding: 0 30px;
  margin: 0 auto 60px auto;
}

.swiper-slide {
  width: 160px;
  aspect-ratio: 16/9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (min-width: 48em) {
  .swiper-slide {
    aspect-ratio: 4/3;
    width: 200px;
    padding: 0 20px;
  }
}

.swiper-image .swiper-slide {
  width: auto;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (min-width: 48em) {
  .swiper-image .swiper-slide {
    aspect-ratio: 1/1;
    width: auto;
    padding: 0;
  }
}

.founder__logo img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 160px;
  height: 120px;
}
@media all and (min-width: 48em) {
  .founder__logo img {
    width: 200px;
  }
}

.slider-outer-wrapper {
  position: relative;
  margin-bottom: 20px;
}
@media all and (min-width: 48em) {
  .slider-outer-wrapper {
    margin-bottom: 40px;
  }
}

.slider__image {
  border-radius: 20px;
}

.container-slider {
  position: relative;
}

.button-next,
.button-prev {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #75c4ba;
  position: absolute;
  z-index: 100;
  top: calc(50% - 40px);
  cursor: pointer;
}

.button-next {
  right: 20px;
  background-image: url(../assets/arrow-right-white.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.button-prev {
  left: 20px;
  background-image: url(../assets/arrow-right-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.button-prev:disabled,
.button-next:disabled {
  opacity: 0.6;
  cursor: initial;
}

.swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  height: 60px;
}

.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.3);
}

.swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #1b2d53;
}

.logo-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  margin-bottom: 60px;
}

.logo-grid__logo {
  background: #fff;
  border: 1px solid #1b2d53;
  width: 170px;
  height: 90px;
  border-radius: 6px;
  padding: 10px;
}
.logo-grid__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

#immens .logo-grid__logo {
  background-color: #ddd;
}

#immens .swiper-carousel {
  background-color: #ddd;
}

.featured-projects {
  background-color: #ececec;
  min-height: 600px;
  position: relative;
  overflow: hidden;
  padding-bottom: 2rem;
  margin-bottom: 60px;
}
@media all and (min-width: 75em) {
  .featured-projects {
    margin-bottom: 100px;
  }
}
.featured-projects:after {
  position: absolute;
  width: 5000px;
  height: 400px;
  top: -500px;
  left: -2500px;
  background: #fff;
  pointer-events: none;
  -webkit-transform: rotate(6deg);
          transform: rotate(6deg);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  z-index: 1;
  content: "";
}

.featured-projects.last {
  margin-bottom: -40px;
}

.featured-projects__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#elektravon .gallery__text {
  font-weight: 600;
}

.featured-projects__wrapper {
  position: relative;
  z-index: 5;
}

.featured-projects__title {
  margin-bottom: 40px;
}
.featured-projects__title span {
  font-family: open-sans, sans-serif;
  font-weight: 400;
  margin-bottom: 0.4rem;
  font-size: 1.3125rem;
  color: #75c4ba;
  display: block;
}

.latest-news {
  background-color: #ececec;
  padding-bottom: 1rem;
  padding-top: 2rem;
  margin-bottom: 70px;
}
@media all and (min-width: 75em) {
  .latest-news {
    padding-top: 4rem;
  }
}

.flatest-news__wrapper {
  position: relative;
  z-index: 5;
}

.latest-news__title {
  margin-bottom: 40px;
}
.latest-news__title span {
  font-family: open-sans, sans-serif;
  font-weight: 400;
  margin-bottom: 0.4rem;
  font-size: 1.3125rem;
  color: #75c4ba;
  display: block;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 60px;
  border-radius: 20px;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.title--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.title-icon {
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
}

.title-icon--utiliteit {
  background-image: url(../assets/icon-utiliteit.svg);
}

.title-icon--brandbeveiliging {
  background-image: url(../assets/icon-brandbeveiliging.svg);
}

.title-icon--service {
  background-image: url(../assets/icon-service.svg);
  background-size: 85%;
}

.title-icon--industrie {
  background-image: url(../assets/icon-industrie.svg);
  background-size: 90%;
}

.title-icon--duurzaamheid {
  background-image: url(../assets/icon-duurzaamheid.svg);
}

.title-icon--chemie {
  background-image: url(../assets/icon-chemie.svg);
}

.title-icon--kantoren {
  background-image: url(../assets/icon-kantoren.svg);
}

.title-icon--logistiek {
  background-image: url(../assets/icon-logistiek.svg);
}

.title-icon--onderwijs {
  background-image: url(../assets/icon-onderwijs.svg);
}

.title-icon--prefab {
  background-image: url(../assets/icon-prefab.svg);
}

.title-icon--zorg {
  background-image: url(../assets/icon-zorg.svg);
}

.top-nav {
  display: none;
  background-color: #1b2d53;
  width: 100%;
  height: 46px;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}
.top-nav a {
  color: #fff;
  text-decoration: none;
}
@media all and (min-width: 48em) {
  .top-nav {
    display: inline;
  }
}

.mobile-contact {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (min-width: 48em) {
  .mobile-contact {
    display: none;
  }
}

.mobile-contact--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: 20px;
  gap: 10px;
}
.mobile-contact--inner a {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  background-color: red;
  width: 38px;
  height: 38px;
  margin-left: auto;
  background: #1b2d53;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-position: center;
}
.mobile-contact--inner a.mobile__cal {
  background-image: url("../assets/icon-tel.svg");
}
.mobile-contact--inner a.mobile__email {
  background-image: url("../assets/icon-mail.svg");
}
.mobile-contact--inner a.mobile__mijn {
  background-image: url("../assets/icon-person.svg");
}

.taal-social--mobiel {
  background-color: #1b2d53;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 16px;
  height: 46px;
}
@media all and (min-width: 48em) {
  .taal-social--mobiel {
    display: none;
  }
}

.top-nav-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.top-nav__cal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.top-nav__cal:before {
  content: "";
  width: 22px;
  height: 22px;
  background-image: url("../assets/icon-tel.svg");
}

.top-nav__email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.top-nav__email:before {
  content: "";
  width: 22px;
  height: 22px;
  background-image: url("../assets/icon-mail.svg");
  background-repeat: no-repeat;
  background-position: top 1px left;
}

.top-nav__mijn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.top-nav__mijn:before {
  content: "";
  width: 22px;
  height: 22px;
  background-image: url("../assets/icon-person.svg");
  background-repeat: no-repeat;
  background-position: top left;
}

.container--top-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.smaller .top-nav {
  height: 0;
  overflow: hidden;
  opacity: 0;
}

.top-nav-right {
  margin-left: auto;
}

.taal-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  gap: 20px;
}

.taal-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  list-style: none;
  border: 1px solid #fff;
  border-radius: 6px;
  padding: 5px 10px;
}
.taal-links a.active {
  font-weight: 700;
  color: #fff;
}
.taal-links a {
  color: #fff;
  text-decoration: none;
}

.social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 10px;
}
.social-links a {
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
  width: 18px;
  height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.social-links a.social-links__linkedin {
  background-image: url("../assets/linkedin.svg");
}
.social-links a.social-links__instagram {
  background-image: url("../assets/instagram.svg");
}
.social-links a.social-links__facebook {
  background-image: url("../assets/facebook.svg");
}
.social-links a.social-links__youtube {
  background-image: url("../assets/youtube.svg");
}

/* Vars */
.tabs_wrapper {
  width: 100%;
  margin: 0;
  background: transparent;
}

ul.tabs {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 10;
  margin: 0;
  padding: 0;
  width: 35%;
  min-width: 175px;
  list-style: none;
}
ul.tabs li {
  font-family: open-sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  margin-bottom: 24px;
  line-height: 1.2;
  margin: 0;
  cursor: pointer;
  padding: 22px 20px;
  background-color: #1b2d53;
  color: white;
  border-bottom: 1px solid white;
}
ul.tabs li:hover {
  font-weight: 700;
}
ul.tabs li.active {
  font-weight: 700;
  background-image: url(../assets/arrow-right-white.svg);
  background-repeat: no-repeat;
  background-position: right 18px center;
}
ul.tabs li:first-of-type {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
ul.tabs li:last-of-type {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom: none;
}

.tab_container {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 20;
  width: 64%;
  min-width: 10px;
  text-align: left;
  background: white;
}

.tab_content {
  padding: 18px 0 18px 60px;
  height: 100%;
  display: none;
}

.tab_drawer_heading {
  display: none;
}

@media screen and (max-width: 781px) {
  ul.tabs {
    display: none;
  }
  .tab_container {
    display: block;
    width: 100%;
  }
  .tab_content {
    padding: 24px 20px 18px 20px;
    height: 100%;
    display: none;
  }
  .tab_drawer_heading {
    background-color: #1b2d53;
    font-family: open-sans, sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    margin-bottom: 24px;
    line-height: 1.2;
    border-bottom: 1px solid white;
    padding: 22px 20px;
    color: #fff;
    margin: 0;
    display: block;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .tab_drawer_heading:hover {
    font-weight: 700;
  }
  .tab_drawer_heading:first-of-type {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .tab_drawer_heading:last-of-type {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .d_active {
    background-color: #1b2d53;
    font-weight: 700;
    background-image: url(../assets/arrow-right-white.svg);
    background-repeat: no-repeat;
    background-position: right 18px center;
  }
}
.tab_content h2 {
  font-size: 1.75rem;
}
.tab_content h3 {
  margin-bottom: 5px;
}

.counter-outer-wrapper {
  margin-bottom: 40px;
}
.counter-outer-wrapper .h1, .counter-outer-wrapper .text-image-50__title {
  text-align: center;
  margin-bottom: 40px;
}

.icon-outer-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
.icon-outer-wrapper .h1, .icon-outer-wrapper .text-image-50__title {
  text-align: center;
  margin-bottom: 40px;
}

.counter-wrapper {
  text-align: center;
  margin-bottom: 40px;
}
.counter-wrapper img {
  height: 100px;
  width: auto;
  margin-bottom: 20px;
}
.counter-wrapper p, .counter-wrapper .page-intro--home ul li, .page-intro--home ul .counter-wrapper li {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 25px;
}

.icons-wrapper {
  text-align: center;
  margin-bottom: 40px;
}
.icons-wrapper img {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 20px;
}
.icons-wrapper p, .icons-wrapper .page-intro--home ul li, .page-intro--home ul .icons-wrapper li {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 25px;
}

.counter {
  color: #75c4ba;
  font-family: "aglet-slab", sans-serif;
  font-weight: bold;
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.container--producten {
  margin-bottom: 30px;
}

.product__description {
  margin-top: auto;
  height: 100%;
  background-color: #1b2d53;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 30px 10px 30px;
  border-radius: 20px;
}
.product__description h3 {
  color: #fff;
  margin-bottom: 10px;
}
.product__description.with-image {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.product__description .product__link {
  margin-top: auto;
}

.product__image {
  line-height: 0;
}
.product__image img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.product__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding-bottom: 30px;
}

.medewerkers {
  margin-bottom: 40px;
}
.medewerkers .mederker__afdeling {
  color: #75c4ba;
  font-weight: 700;
  font-size: 21px;
  margin-bottom: 2rem;
}
.medewerkers .medewerker__image {
  margin-bottom: 1rem;
  border-radius: 20px;
}
.medewerkers p.h3, .medewerkers .page-intro--home ul li.h3, .page-intro--home ul .medewerkers li.h3, .medewerkers p.tekst-titel__title, .medewerkers .page-intro--home ul li.tekst-titel__title, .page-intro--home ul .medewerkers li.tekst-titel__title {
  font-weight: 700;
  margin-bottom: 0.2rem;
}
.medewerkers p, .medewerkers .page-intro--home ul li, .page-intro--home ul .medewerkers li {
  margin-bottom: 0.2rem;
}
.medewerkers .medewerker {
  margin-bottom: 3rem;
}

.page-intro--home {
  padding-top: 2rem;
}
@media all and (min-width: 64em) {
  .page-intro--home {
    padding-top: 6rem;
  }
}
.page-intro--home ul {
  list-style: disc;
  padding-left: 16px;
  margin-bottom: 2rem;
}
.page-intro--home ul li {
  margin-bottom: 0;
}

@media all and (min-width: 64em) {
  .site-nav__list {
    gap: 20px;
  }
}