@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300,400;500,600&display=swap");
:root {
  --content-padding: 12.5vw;
  --text-padding: 40px; }

* {
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

::-webkit-scrollbar-track {
  background-color: #F6F6F6; }

::-webkit-scrollbar {
  width: 7px;
  background-color: #F6F6F6; }

::-webkit-scrollbar-thumb {
  border-radius: 9px;
  background-color: #000000; }

::selection {
  color: white;
  background: #000000; }

::placeholder {
  color: #C0C0C0; }

html,
body {
  font-family: "Poppins", sans-serif;
  /* Define variable for media query */
  /* Define variable for fallback */
  font-size: 14px;
  /* Base font size */
  font-weight: 400;
  line-height: 2;
  color: #767676;
  margin: 0;
  scroll-behavior: smooth; }
  @media (min-width: 300px) and (max-width: 1599px) {
    html,
    body {
      font-size: 15px;
      /* Adds a fallback for unsupported browsers */
      font-size: calc(14px + (16 - 14) * (100vw - 300px) / (1600 - 300)); } }
  @media (min-width: 1600px) {
    html,
    body {
      font-size: 16px; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 1.4;
  color: #000000;
  position: relative;
  overflow: hidden; }
  h1 span,
  h2 span,
  h3 span,
  h4 span,
  h5 span,
  h6 span {
    display: block; }

h1 {
  /* Define variable for media query */
  /* Define variable for fallback */
  font-size: 24px;
  /* Base font size */
  font-weight: 500;
  color: white;
  padding-left: 16px; }
  @media (min-width: 300px) and (max-width: 1599px) {
    h1 {
      font-size: 32px;
      /* Adds a fallback for unsupported browsers */
      font-size: calc(24px + (40 - 24) * (100vw - 300px) / (1600 - 300)); } }
  @media (min-width: 1600px) {
    h1 {
      font-size: 40px; } }

h2 {
  /* Define variable for media query */
  /* Define variable for fallback */
  font-size: 24px;
  /* Base font size */
  padding-left: 16px;
  margin-bottom: 48px; }
  @media (min-width: 300px) and (max-width: 1599px) {
    h2 {
      font-size: 32px;
      /* Adds a fallback for unsupported browsers */
      font-size: calc(24px + (40 - 24) * (100vw - 300px) / (1600 - 300)); } }
  @media (min-width: 1600px) {
    h2 {
      font-size: 40px; } }

h3 {
  /* Define variable for media query */
  /* Define variable for fallback */
  font-size: 18px;
  /* Base font size */ }
  @media (min-width: 300px) and (max-width: 1599px) {
    h3 {
      font-size: 25px;
      /* Adds a fallback for unsupported browsers */
      font-size: calc(18px + (32 - 18) * (100vw - 300px) / (1600 - 300)); } }
  @media (min-width: 1600px) {
    h3 {
      font-size: 32px; } }

h4 {
  /* Define variable for media query */
  /* Define variable for fallback */
  font-size: 14px;
  /* Base font size */ }
  @media (min-width: 300px) and (max-width: 1599px) {
    h4 {
      font-size: 17px;
      /* Adds a fallback for unsupported browsers */
      font-size: calc(14px + (20 - 14) * (100vw - 300px) / (1600 - 300)); } }
  @media (min-width: 1600px) {
    h4 {
      font-size: 20px; } }

h1:before,
h2:before,
.case h3:before {
  content: "";
  width: 3px;
  height: 0;
  background: white;
  display: block;
  position: absolute;
  bottom: 10%;
  left: 0; }

h2:before,
.case h3:before {
  background: #000000; }

a {
  color: #1E88E5;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

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

.site-wrapper {
  padding: 8vw;
  position: relative;
  max-width: 1300px;
  margin: 0 auto; }
  .site-wrapper#team {
    padding-bottom: 0; }
  @media (min-width: 992px) {
    .site-wrapper {
      padding: 8vw 8vw; } }
  @media (min-width: 1200px) {
    .site-wrapper {
      padding: 6vw 6vw; } }
  @media (min-width: 1440px) {
    .site-wrapper {
      padding: 7vw 6vw; } }
  @media (min-width: 1600px) {
    .site-wrapper {
      padding: 7vw 0; } }

.bg-lightgray {
  background-color: #F6F6F6; }

.row-team h2 {
  /* Define variable for media query */
  /* Define variable for fallback */
  font-size: 18px;
  /* Base font size */
  margin-bottom: initial; }
  @media (min-width: 300px) and (max-width: 1599px) {
    .row-team h2 {
      font-size: 25px;
      /* Adds a fallback for unsupported browsers */
      font-size: calc(18px + (32 - 18) * (100vw - 300px) / (1600 - 300)); } }
  @media (min-width: 1600px) {
    .row-team h2 {
      font-size: 32px; } }
.row-team .column {
  padding-bottom: 16px;
  overflow: hidden; }
  .row-team .column:last-child {
    padding: 0; }
@media (min-width: 992px) {
  .row-team {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between; }
    .row-team .column {
      width: calc(85% / 2); } }

.cases .case {
  background: white; }
.cases h3 {
  padding-left: 16px; }
.cases p + h4 {
  margin-top: 4vw; }
.cases h3, .cases p, .cases h4 {
  transform: translateX(50px);
  opacity: 0; }
.cases .case-logo {
  visibility: hidden;
  position: absolute;
  left: -999999px; }
.cases .case-image {
  overflow: hidden; }
  .cases .case-image img {
    transform: translateX(-50px);
    opacity: 0; }
.cases .case-desc {
  overflow: hidden; }
  .cases .case-desc div {
    position: absolute;
    opacity: 0; }
.cases .case-navigation {
  margin: 0 auto;
  padding: 24px 0 0;
  list-style: none;
  display: flex;
  max-width: 1250px;
  overflow: hidden; }
  .cases .case-navigation li {
    flex-grow: 1;
    flex-basis: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
    border: none;
    cursor: pointer; }
    .cases .case-navigation li img {
      width: 90%;
      filter: grayscale(1); }
    .cases .case-navigation li.active img {
      filter: unset; }
@media (min-width: 576px) {
  .cases .case {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: space-between;
    -ms-align-items: space-between;
    -webkit-align-items: space-between; }
    .cases .case .case-image {
      width: 50%;
      overflow: hidden; }
    .cases .case .case-desc {
      width: 50%;
      padding: 0 0 5vw 5vw; }
  .cases .case-navigation {
    padding: 0; } }
@media (min-width: 768px) {
  .cases .case .case-image {
    max-height: 60vh; }
  .cases .case .case-desc {
    padding: 3vw 0 5vw 5vw; }
  .cases .case-navigation {
    padding: 24px 0 0; }
    .cases .case-navigation img {
      max-width: 80%; } }
@media (min-width: 992px) {
  .cases .case-navigation {
    padding: 60px 0 0; } }
@media (min-width: 1200px) {
  .cases .case-navigation {
    padding: 4vw 0 0; } }

.row-werkwijze .step {
  padding-bottom: 16px; }
  .row-werkwijze .step:last-child {
    padding-bottom: 0; }
.row-werkwijze h3 small {
  font-size: inherit;
  color: #1E88E5;
  font-weight: 300;
  padding-right: 8px; }
@media (min-width: 576px) {
  .row-werkwijze .column {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between; }
  .row-werkwijze .step {
    width: 45%; } }
@media (min-width: 992px) {
  .row-werkwijze {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between; }
    .row-werkwijze .column {
      width: 33%; }
      .row-werkwijze .column:not(.column-steps) {
        display: block; }
      .row-werkwijze .column.column-steps {
        width: 66%; }
    .row-werkwijze .step {
      width: 45%;
      padding-bottom: 48px; } }
@media (min-width: 1440px) {
  .row-werkwijze .step {
    padding-bottom: 72px; } }

.site-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  transition: all 0.3s ease; }
  .site-menu .site-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    padding: 7vw 8vw; }
    .site-menu .site-wrapper .site-logo svg {
      width: 80px;
      height: auto;
      display: block;
      transition: all 0.3s ease; }
    .site-menu .site-wrapper .site-navigation {
      margin: 0;
      padding: 0;
      list-style: none;
      transform: translateY(-4px); }
      .site-menu .site-wrapper .site-navigation li {
        display: inline-block;
        padding-left: 2vw; }
        .site-menu .site-wrapper .site-navigation li:hover a {
          color: #1E88E5;
          text-decoration: none; }
      .site-menu .site-wrapper .site-navigation a {
        /* Define variable for media query */
        /* Define variable for fallback */
        font-size: 12px;
        /* Base font size */
        color: white;
        transition: all 0.3s ease; }
        @media (min-width: 300px) and (max-width: 1599px) {
          .site-menu .site-wrapper .site-navigation a {
            font-size: 16px;
            /* Adds a fallback for unsupported browsers */
            font-size: calc(12px + (20 - 12) * (100vw - 300px) / (1600 - 300)); } }
        @media (min-width: 1600px) {
          .site-menu .site-wrapper .site-navigation a {
            font-size: 20px; } }
        .site-menu .site-wrapper .site-navigation a.active {
          color: #1E88E5 !important; }
  .site-menu.small {
    background: white;
    box-shadow: 0 0 2px 4px #f6f6f6; }
    .site-menu.small .site-wrapper {
      padding: 3vw 8vw; }
      .site-menu.small .site-wrapper .site-logo svg {
        width: 60px; }
        .site-menu.small .site-wrapper .site-logo svg path {
          fill: #000000; }
      .site-menu.small .site-wrapper .site-navigation {
        transform: translateY(0);
        overflow: hidden; }
        .site-menu.small .site-wrapper .site-navigation a {
          color: #000000; }
  @media (min-width: 768px) {
    .site-menu.small .site-wrapper {
      padding: 1vw 8vw; }
      .site-menu.small .site-wrapper .site-logo svg {
        width: 80px; } }
  @media (min-width: 992px) {
    .site-menu .site-wrapper {
      padding: 4vw 6vw; }
      .site-menu .site-wrapper .site-logo svg {
        width: 120px; }
    .site-menu.small .site-wrapper {
      padding: 1vw 6vw; }
      .site-menu.small .site-wrapper .site-navigation a {
        font-size: 16px; } }
  @media (min-width: 1200px) {
    .site-menu .site-wrapper .site-logo svg {
      width: 150px; } }
  @media (min-width: 1600px) {
    .site-menu .site-wrapper {
      padding: 4vw 0vw; }
    .site-menu.small .site-wrapper {
      padding: 1vw 0vw; } }

.header {
  background: url(images/header.jpg) no-repeat center;
  background-size: cover;
  color: white;
  position: relative;
  padding: 15vh 0 5vh;
  overflow: hidden; }
  .header:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 101%;
    padding-bottom: 29%;
    background: url(images/devider.svg) no-repeat center bottom -1px;
    background-size: 100%;
    pointer-events: none; }
  .header .payof {
    max-width: 450px;
    overflow: hidden; }
    .header .payof p {
      /* Define variable for media query */
      /* Define variable for fallback */
      font-size: 15px;
      /* Base font size */
      font-weight: 300; }
      @media (min-width: 300px) and (max-width: 1599px) {
        .header .payof p {
          font-size: 17.5px;
          /* Adds a fallback for unsupported browsers */
          font-size: calc(15px + (20 - 15) * (100vw - 300px) / (1600 - 300)); } }
      @media (min-width: 1600px) {
        .header .payof p {
          font-size: 20px; } }
  @media (min-width: 576px) {
    .header {
      padding: 15vw 0 0; } }
  @media (min-width: 768px) {
    .header {
      padding: 20vw 0 0; } }
  @media (min-width: 992px) {
    .header {
      padding: 15vw 0 0; }
      .header .payof {
        max-width: 540px; } }

.form-wrapper {
  padding: 8vw 8vw 0;
  max-width: 900px;
  margin: 0 auto;
  padding: 8vw 8vw 0; }
  .form-wrapper h2 {
    width: auto;
    display: inline-block; }
  @media (min-width: 768px) {
    .form-wrapper {
      text-align: center; } }
  @media (min-width: 992px) {
    .form-wrapper {
      padding: 8vw 8vw 0; } }
  @media (min-width: 1200px) {
    .form-wrapper {
      padding: 6vw 0 0; } }
  @media (min-width: 1440px) {
    .form-wrapper {
      padding: 7vw 0 0; } }

form {
  border: 10px solid #F6F6F6;
  padding: 16px 24px;
  margin-top: 1vw;
  text-align: left; }
  form .form-row {
    width: 100%;
    margin-top: 24px;
    overflow: hidden; }
  form .form-column {
    width: 100%;
    padding-bottom: 12px;
    overflow: hidden; }
    form .form-column:last-child {
      padding-bottom: 0; }
  form .form-row > label,
  form .form-column > label {
    font-weight: 600;
    color: #000000;
    display: inline-block;
    padding-bottom: 8px;
    line-height: 1.2; }
  form input:not([type="checkbox"]):not([type="submit"]),
  form textarea {
    width: 100%;
    background: #F6F6F6;
    padding: 10px 6px;
    color: #000000;
    outline: none;
    border: none;
    border-left: 3px solid #1E88E5;
    border-radius: 0 7px 7px 0;
    user-select: none; }
  form textarea {
    min-height: 120px; }
  form .form-checkbox {
    margin-bottom: 8px; }
  form [type="submit"] {
    /* Define variable for media query */
    /* Define variable for fallback */
    font-size: 16px;
    /* Base font size */
    font-weight: 600;
    color: white;
    background: #1E88E5;
    text-transform: uppercase;
    width: auto;
    width: 100%;
    padding: 3px 32px;
    outline: none;
    border: none;
    padding: 14px 6px;
    border-radius: 7px;
    cursor: pointer;
    transition: all .3s ease; }
    @media (min-width: 300px) and (max-width: 1599px) {
      form [type="submit"] {
        font-size: 18px;
        /* Adds a fallback for unsupported browsers */
        font-size: calc(16px + (20 - 16) * (100vw - 300px) / (1600 - 300)); } }
    @media (min-width: 1600px) {
      form [type="submit"] {
        font-size: 20px; } }
    form [type="submit"]:hover {
      background: #166dba; }
  form [type="checkbox"] {
    width: 15px;
    height: 15px;
    background: #F6F6F6;
    position: absolute;
    margin-left: -999999999px;
    visibility: hidden; }
  form [type="checkbox"] + label {
    width: 100%;
    background: #F6F6F6;
    padding: 12px 6px 12px 32px;
    color: #000000;
    font-weight: 600;
    outline: none;
    border: none;
    border-left: 3px solid #1E88E5;
    border-radius: 0 7px 7px 0;
    display: flex;
    align-items: center;
    line-height: 1;
    position: relative;
    cursor: pointer; }
    form [type="checkbox"] + label:before {
      content: "";
      width: 15px;
      height: 15px;
      background: #d5d5d5;
      display: inline-block;
      transform: translateX(-18px); }
  form [type="checkbox"]:checked + label {
    background: #1E88E5;
    color: white; }
    form [type="checkbox"]:checked + label:before {
      background: url(images/checked.svg) no-repeat center;
      height: 15px;
      width: 15px;
      display: inline-block;
      transform: translateX(-18px); }
  @media (min-width: 576px) {
    form {
      padding: 32px 48px; }
      form .form-row {
        width: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        justify-content: space-between;
        -ms-justify-content: space-between;
        -webkit-justify-content: space-between; }
      form .form-column {
        width: calc(100% / 2 - 8px); }
      form .row-checkbox .form-checkbox {
        flex-basis: calc(100% / 3 - 6px);
        margin-bottom: 6px; }
      form .row-checkbox > label {
        flex-basis: 100%; }
      form [type="submit"] {
        width: auto;
        padding: 12px 64px;
        margin: 12px auto 0; } }
  @media (min-width: 768px) {
    form > p {
      max-width: 70%; }
    form .form-row {
      margin-top: 40px; }
    form .form-checkbox label {
      font-size: 13px; }
    form .form-row > label,
    form .form-column > label {
      padding-bottom: 16px; }
    form input:not([type="checkbox"]):not([type="submit"]),
    form textarea {
      font-size: 16px;
      padding-left: 8px; }
    form textarea {
      min-height: 200px; } }
  @media (min-width: 992px) {
    form .form-row {
      margin-top: 48px; } }
  @media (min-width: 992px) {
    form {
      padding: 40px 64px; }
      form .form-checkbox label {
        font-size: 16px; } }

.footer {
  padding: 0 8vw;
  max-width: 900px;
  margin: 0 auto;
  padding: 24px 8vw; }
  .footer svg {
    width: 80px;
    height: auto; }
    .footer svg path {
      fill: #000000; }
  @media (min-width: 576px) {
    .footer {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: space-between;
      -ms-justify-content: space-between;
      -webkit-justify-content: space-between;
      align-items: center;
      -ms-align-items: center;
      -webkit-align-items: center; }
      .footer p {
        max-width: 70%;
        text-align: right;
        font-size: 13px;
        line-height: 1.3;
        margin: 0; } }
  @media (min-width: 768px) {
    .footer p {
      max-width: 90%;
      transform: translateY(-3px); } }
  @media (min-width: 1200px) {
    .footer {
      padding: 24px 0; }
      .footer svg {
        width: 90px; }
      .footer p {
        font-size: 15px; } }

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