/* =========================
   Fonts
   ========================= */
/* antonio-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Antonio';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/antonio-v22-latin-regular.woff2') format('woff2');
}
/* antonio-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Antonio';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/antonio-v22-latin-700.woff2') format('woff2');
}
/* lato-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato-v25-latin-regular.woff2') format('woff2');
}
/* lato-italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/lato-v25-latin-italic.woff2') format('woff2');
}
/* lato-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/lato-v25-latin-700.woff2') format('woff2');
}
/* =========================
   Design tokens (colors etc.)
   ========================= */
/* Outlines (kleur = sectie achtergrond, zodat hij “wegvalt” zoals je nu doet) */
/* Motion */
/* Helpers */
/* =========================
   Base
   ========================= */
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  font-family: 'Antonio', sans-serif;
}
html,
body {
  font-size: 16px;
  line-height: 1.5;
  color: #2f2a2c;
}
body {
  min-height: 100vh;
  position: relative;
  float: left;
  width: 100%;
}
.wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
@media (min-width: 1280px) {
  .wrapper {
    min-height: 100vh;
    padding: 10vw 0;
  }
}
@media (max-width: 768px) {
  .wrapper {
    padding: 30vw 0;
  }
}
.container {
  width: 100%;
}
.block {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}
.clear {
  clear: both;
}
/* =========================
   Sections
   ========================= */
.header {
  background: #9e2f2f;
}
@media (max-width: 768px) {
  .header {
    min-height: 100vh;
  }
}
.header > .container {
  text-align: center;
}
.header > .container > h1 {
  font-size: 7.9vw;
  line-height: 8vw;
  letter-spacing: -0.4vw;
  color: #f7e3e1;
  text-transform: uppercase;
  font-weight: 700;
}
@media (max-width: 768px) {
  .header > .container > h1 {
    font-size: 24vw;
    line-height: 24vw;
    letter-spacing: -0.9vw;
  }
}
.header > .container > h2 {
  display: inline-block;
  background: #ec8071;
  margin-top: -0.6vw;
  padding: 0.6vw;
  font-size: 1.2vw;
  line-height: 1.5vw;
  color: #9e2f2f;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: -0.01vw;
  -moz-transform: rotate(3deg);
  -webkit-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  outline: 0.3vw solid #9e2f2f;
}
@media (max-width: 768px) {
  .header > .container > h2 {
    font-size: 5.5vw;
    line-height: 5.5vw;
    letter-spacing: -0.3vw;
  }
}
.what {
  background: #1f1b1d;
}
.what > .container > .intro {
  text-align: center;
  margin-bottom: 6vw;
  width: 40vw;
  margin-left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .what > .container > .intro {
    width: 90vw;
    margin-bottom: 12vw;
  }
}
.what > .container > .intro h3 {
  font-size: 4.2vw;
  line-height: 4.2vw;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: -0.2vw;
  margin-bottom: 1vw;
  color: #f7e3e1;
}
@media (max-width: 768px) {
  .what > .container > .intro h3 {
    font-size: 8vw;
    line-height: 8vw;
    letter-spacing: -0.3vw;
    margin-bottom: 8vw;
  }
}
.what > .container > .intro p {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #f7e3e1;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .what > .container > .intro p {
    font-size: 16px;
  }
}
.what > .container > .intro p > strong {
  font-weight: 700;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #f7e3e1;
}
.what > .container > .items > ul {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  list-style: none;
}
.what > .container > .items > ul > li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
}
.what > .container > .items > ul > li > .what-item {
  display: inline-block;
  width: auto;
  padding: 0 1vw 0.7vw;
  font-size: 6vw;
  line-height: 7vw;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: -0.2vw;
  background: transparent;
  cursor: pointer;
  outline: 0.3vw solid #1f1b1d;
  -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -ms-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
@media (max-width: 768px) {
  .what > .container > .items > ul > li > .what-item {
    font-size: 8vw;
    line-height: 9vw;
    letter-spacing: -0.3vw;
  }
}
.what > .container > .items > ul > li:nth-child(1) {
  z-index: 2;
}
.what > .container > .items > ul > li:nth-child(1) > .what-item {
  background: #b85c55;
  color: #f7e3e1;
  -moz-transform: rotate(3deg);
  -webkit-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}
.what > .container > .items > ul > li:nth-child(2) > .what-item {
  background: #f7e3e1;
  color: #2a2426;
  -moz-transform: rotate(-1deg);
  -webkit-transform: rotate(-1deg);
  -o-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  transform: rotate(-1deg);
}
.what > .container > .items > ul > li:nth-child(3) > .what-item {
  background: #9e2f2f;
  color: #f7e3e1;
  -moz-transform: rotate(1deg);
  -webkit-transform: rotate(1deg);
  -o-transform: rotate(1deg);
  -ms-transform: rotate(1deg);
  transform: rotate(1deg);
}
.what > .container > .items > ul > li > .what-item:hover {
  -moz-transform: scale(1.1) rotate(0deg);
  -webkit-transform: scale(1.1) rotate(0deg);
  -o-transform: scale(1.1) rotate(0deg);
  -ms-transform: scale(1.1) rotate(0deg);
  transform: scale(1.1) rotate(0deg);
}
.clients {
  background: #f7e3e1;
}
.clients > .container {
  text-align: center;
}
.clients > .container > h3 {
  text-align: center;
  font-size: 4.2vw;
  line-height: 4.2vw;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: -0.2vw;
  margin-bottom: 4vw;
  color: #4a2326;
}
@media (max-width: 768px) {
  .clients > .container > h3 {
    font-size: 8vw;
    line-height: 8vw;
    letter-spacing: -0.3vw;
    margin-bottom: 8vw;
  }
}
.clients > .container > .items {
  width: 100%;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  align-items: center;
  justify-content: center;
}
.clients > .container > .items > a {
  display: flex;
  width: 20vw;
  height: 10vw;
  align-items: center;
  justify-content: center;
  border-radius: 100vw;
  background: #f3d6d3;
  outline: 0.3vw solid #f7e3e1;
  -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -ms-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
@media (max-width: 768px) {
  .clients > .container > .items > a {
    width: 30vw;
    height: 30vw;
  }
}
.clients > .container > .items > a > img {
  display: inline-block;
  max-width: 50%;
  max-height: 70%;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .clients > .container > .items > a > img {
    max-width: 70%;
    max-height: 70%;
  }
}
.clients > .container > .items > a:hover {
  z-index: 2;
}
.clients > .container > .items > a:hover:nth-child(even) {
  -moz-transform: scale(1.1) rotate(3deg);
  -webkit-transform: scale(1.1) rotate(3deg);
  -o-transform: scale(1.1) rotate(3deg);
  -ms-transform: scale(1.1) rotate(3deg);
  transform: scale(1.1) rotate(3deg);
}
.clients > .container > .items > a:hover:nth-child(odd) {
  -moz-transform: scale(1.1) rotate(-2deg);
  -webkit-transform: scale(1.1) rotate(-2deg);
  -o-transform: scale(1.1) rotate(-2deg);
  -ms-transform: scale(1.1) rotate(-2deg);
  transform: scale(1.1) rotate(-2deg);
}
.contact {
  background: #9e2f2f;
  z-index: 1;
}
.contact > .container {
  text-align: center;
  color: #f7e3e1;
  width: 40vw;
}
@media (max-width: 768px) {
  .contact > .container {
    width: 90vw;
  }
}
.contact > .container > h3 {
  font-size: 4.2vw;
  line-height: 4.2vw;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: -0.2vw;
  margin-bottom: 1vw;
}
@media (max-width: 768px) {
  .contact > .container > h3 {
    font-size: 8vw;
    line-height: 8vw;
    letter-spacing: -0.3vw;
    margin-bottom: 8vw;
  }
}
.contact > .container > p {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 1vw;
}
.contact > .container > a {
  display: inline-block;
  background: #ec8071;
  padding: 0.6vw;
  font-size: 1.2vw;
  line-height: 1.5vw;
  color: #9e2f2f;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: -0.01vw;
  -moz-transform: rotate(-1deg) translateY(-1.2vw);
  -webkit-transform: rotate(-1deg) translateY(-1.2vw);
  -o-transform: rotate(-1deg) translateY(-1.2vw);
  -ms-transform: rotate(-1deg) translateY(-1.2vw);
  transform: rotate(-1deg) translateY(-1.2vw);
  outline: 0.3vw solid #9e2f2f;
  text-decoration: none;
  -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -ms-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.contact > .container > a:hover {
  -moz-transform: scale(1.1) translateY(-1vw) rotate(3deg);
  -webkit-transform: scale(1.1) translateY(-1vw) rotate(3deg);
  -o-transform: scale(1.1) translateY(-1vw) rotate(3deg);
  -ms-transform: scale(1.1) translateY(-1vw) rotate(3deg);
  transform: scale(1.1) translateY(-1vw) rotate(3deg);
}
@media (max-width: 768px) {
  .contact > .container > a {
    font-size: 5.5vw;
    line-height: 5.5vw;
    letter-spacing: -0.3vw;
    -moz-transform: rotate(-1deg) translateY(-8.2vw);
    -webkit-transform: rotate(-1deg) translateY(-8.2vw);
    -o-transform: rotate(-1deg) translateY(-8.2vw);
    -ms-transform: rotate(-1deg) translateY(-8.2vw);
    transform: rotate(-1deg) translateY(-8.2vw);
  }
  .contact > .container > a:hover {
    -moz-transform: scale(1.1) translateY(-8vw) rotate(3deg);
    -webkit-transform: scale(1.1) translateY(-8vw) rotate(3deg);
    -o-transform: scale(1.1) translateY(-8vw) rotate(3deg);
    -ms-transform: scale(1.1) translateY(-8vw) rotate(3deg);
    transform: scale(1.1) translateY(-8vw) rotate(3deg);
  }
}
/* verborgen templates */
.what-templates {
  display: none;
}
.modal_bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  /* Safari */
}
.modal_content {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 11;
}
.modal_content .modal_close {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  z-index: 3;
  background: none;
  cursor: pointer;
}
.modal_content .modal_close > svg {
  width: 60%;
  height: 60%;
  fill: #1f1b1d;
}
.modal_content .modal_inner {
  width: 80vw;
  max-height: 80vh;
}
.modal_content .modal_inner > .modal_inner_icon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
  height: 100%;
  z-index: 1;
  text-align: left;
  overflow: hidden;
}
@media (max-width: 768px) {
  .modal_content .modal_inner > .modal_inner_icon {
    right: 5%;
    bottom: 5%;
    width: 15%;
    height: auto;
  }
}
.modal_content .modal_inner > .modal_inner_icon > img {
  position: relative;
  height: 100%;
  width: auto;
}
.modal_content .modal_inner > .modal_inner_top {
  position: relative;
  float: left;
  width: 100%;
  height: 0;
  text-align: center;
  z-index: 2;
}
.modal_content .modal_inner > .modal_inner_content {
  position: relative;
  float: left;
  width: 100%;
  max-height: 80vh;
  background: #f3d6d3;
  overflow: auto;
  padding: 10vw 8vw 6vw;
  font-family: 'Lato', sans-serif;
  padding-right: 50%;
}
@media (max-width: 768px) {
  .modal_content .modal_inner > .modal_inner_content {
    padding: 0;
  }
}
.modal_content .modal_inner > .modal_inner_content > .modal_inner_icon {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 40%;
  overflow: hidden;
}
.modal_content .modal_inner > .modal_inner_content > .modal_inner_icon > img {
  position: relative;
  height: 100%;
  width: auto;
}
@media (max-width: 768px) {
  .modal_content .modal_inner > .modal_inner_content > .modal_inner_icon {
    position: relative;
    float: left;
    right: auto;
    top: auto;
    height: auto;
    width: 100%;
  }
  .modal_content .modal_inner > .modal_inner_content > .modal_inner_icon > img {
    width: 100%;
    height: auto;
  }
}
.modal_content .modal_inner > .modal_inner_content > .modal_inner_text {
  position: relative;
  float: left;
  width: 100%;
}
@media (max-width: 768px) {
  .modal_content .modal_inner > .modal_inner_content > .modal_inner_text {
    padding: 6vw;
  }
}
.modal_content .modal_inner h3 {
  position: absolute;
  left: -2vw;
  bottom: -5vw;
  display: inline-block;
  font-size: 6vw;
  line-height: 7vw;
  text-transform: uppercase;
  font-weight: 700;
  white-space: nowrap;
  letter-spacing: -0.1vw;
  -moz-transform: rotate(-1deg);
  -webkit-transform: rotate(-1deg);
  -o-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  transform: rotate(-1deg);
  background: #9e2f2f;
  color: #f7e3e1;
  padding: 0 1vw 0.7vw;
}
.modal_content .modal_inner h4 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 18px;
}
.modal_content .modal_inner p {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 18px;
}
.modal_content .modal_inner i {
  font-family: 'Lato', sans-serif;
}
.modal_content .modal_inner ul {
  padding: 0;
  margin-bottom: 18px;
}
.modal_content .modal_inner li {
  font-family: 'Lato', sans-serif;
}
.fa-list {
  list-style: none;
  padding-left: 0;
}
.fa-list li {
  position: relative;
  padding-left: 24px;
}
.fa-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 18px;
  height: 18px;
  background-color: #9e2f2f;
  -webkit-mask: url("/assets/icons/check.svg") no-repeat center / contain;
  mask: url("/assets/icons/check.svg") no-repeat center / contain;
}
