body::before {
  display: none;
  content: "xs";
}

@media (min-width: 576px) and (max-width: 767.98px) {
  body::before {
    content: "sm";
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body::before {
    content: "md";
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body::before {
    content: "lg";
  }
}
@media (min-width: 1200px) {
  body::before {
    content: "xl";
  }
}
@media (max-width: 767.98px) {
  .container {
    --bs-gutter-x: 4rem;
  }
}

:root {
  --clic-grijs: #EBEBEB;
  --click-grijs: #EBEBEB;
  --clic-groen: #03DB03;
  --click-groen: #03DB03;
  --clic-default-background: #2A2A2C;
  --clic-default-color: #FFF;
  --clic-accent-color: #9485F7;
}

*, body {
  font-family: "Graphik", Helvetica, Arial, Sans-Serif;
}

body {
  background-color: var(--clic-default-background);
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: inherit;
}

.btn:active {
  background: #000 !important;
}

* {
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
}

a:active, a:focus {
  outline: 0;
  border: none;
  -moz-outline-style: none;
  box-shadow: none !important;
}

h1 {
  font-size: 34px;
  font-weight: 600;
  line-height: 38px;
  margin-bottom: 20px;
}

h2 {
  font-size: 32px;
  font-weight: normal;
  line-height: 38px;
  margin-bottom: 38px;
}

h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
  margin-top: 35px;
}

h3:first-child {
  margin-top: 59px;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.text-fff {
  color: #FFF !important;
}

.btn-round {
  padding: 11px;
}

.btn-round svg path, .btn-round svg .st0 {
  fill: #FFF !important;
  transition: fill 500ms ease;
}

.btn-round:hover svg path, .btn-round:hover svg .st0 {
  fisll: var(--clic-groen) !important;
}

.invert {
  filter: invert(100%);
}

.arrow-right {
  transform: rotate(90deg);
  margin-left: -2px;
}

.arrow-down {
  transform: rotate(180deg);
  margin-left: -2px;
}

.arrow-left {
  transform: rotate(270deg);
}

.btn-grid {
  padding: 8px;
  margin-lseft: 1px;
}

.page-container {
  background: var(--clic-default-background);
  color: var(--clic-default-color);
}
@media (max-width: 991.98px) {
  .page-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.page-container-white {
  background: #FFF;
  color: #000;
}

.page-container-no-passion-no-glory {
  background-color: #C799FC;
}
@media (max-width: 767.98px) {
  .page-container-no-passion-no-glory img {
    max-width: 70% !important;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media (max-width: 769px) {
  h1 {
    font-size: 28px;
  }
  p {
    font-size: 16px;
    line-height: 28px;
  }
  h2 {
    font-size: 28px;
    font-weight: normal;
    line-height: 38px;
    margin-bottom: 20px;
  }
  .page-container h1 {
    margin-bottom: 25px;
  }
  .img-small-mobile {
    width: 100%;
  }
}
.page-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.page-container ul {
  padding: 0;
  margin-left: 17px;
  line-height: 30px;
}
.page-container ul li {
  font-size: 13px;
}

.page-content {
  max-width: 596px;
}
.page-content h4.black-label {
  background: #000;
  font-weight: 600;
  font-size: 14px;
  color: #FFF;
  height: 28px;
  display: inline-block;
  line-height: 28px;
  padding: 0 12px;
  text-transform: uppercase;
  margin-bottom: 28px;
  opacity: 0;
  transition: opacity 500ms ease-in-out;
}
.page-content h4.black-label.show {
  opacity: 1;
}

.page-content img:not(.ignore-sizing) {
  max-height: 100vh;
  max-width: 100%;
}

.btn-black {
  border-radius: 15px;
  background: #000;
  text-transform: uppercase;
  border: 0;
  font-size: 12px;
  font-weight: 500;
  padding: 4px;
  line-height: 24px;
  padding-left: 15px;
  padding-right: 15px;
}

.btn-black:hover {
  background: var(--clic-groen);
}

.btn-green {
  border-radius: 30px;
  background: var(--clic-accent-color);
  color: #FFF;
  text-transform: uppercase;
  border: 0;
  font-size: 12px;
  font-weight: 400;
  padding-left: 15px;
  padding-right: 15px;
}

.btn-green:hover {
  background: #000;
}

.btn-white {
  border-radius: 30px;
  background: #FFF;
  color: var(--clic-accent-color);
  text-transform: uppercase;
  border: 0;
  font-size: 12px;
  font-weight: 500;
  fpadding: 7px;
  fpadding-left: 15px;
  fpadding-right: 15px;
}

.btn-white:hover {
  background: #000;
  color: #FFF;
}

.btn-no-hover.btn-white:hover {
  background: #FFF;
  color: #000;
}

.btn-no-hover.btn-white-invert:hover {
  background: #000;
}

.btn-white-invert {
  border-radius: 30px;
  background: #000;
  color: #FFF;
  text-transform: uppercase;
  border: 0;
  font-size: 12px;
  font-weight: 500;
  fpadding: 7px;
  fpadding-left: 15px;
  fpadding-right: 15px;
  transition: background 300ms ease-in-out;
}

.btn-white-invert .btn-pijltje:after {
  transition: filter 300ms ease-in-out;
}

.btn-white-invert:hover {
  background: #444444;
  color: #FFF;
}

.btn-white-invert:hover .btn-pijltje:after {
  filters: invert(100%);
}

.btn-white-color-black {
  color: #000;
}

.btn-btn-circle {
  border-radius: 50%;
  background: #FFF;
  color: #000;
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: -8px;
  margin-left: 10px;
  font-weight: 600;
  font-size: 16px;
}

.btn-pijltje, .btn-pijltje-small {
  width: 30px;
  display: inline-block;
}

.btn-pijltje-small {
  width: 18px;
}

.btn-pijltje:after {
  background-image: url("/img/btn-pijltje-white.svg");
  width: 26px;
  height: 26px;
  display: inline-block;
  margin-top: -17px;
  margin-left: -2px;
  position: absolute;
  content: "";
}

.btn-pijltje-small:after {
  background-image: url("/img/btn-arrow-black.svg");
  filter: invert(100%);
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-top: -10px;
  margin-left: 2px;
  position: absolute;
  content: "";
}

.btn-white .btn-pijltje:after {
  filter: invert(100%);
}

.btn-big {
  font-size: 14px;
  padding: 4px 20px 4px 20px;
  line-height: 36px;
  font-weight: 500;
}

.btn-big .btn-btn-circle {
  width: 20px;
  height: 20px;
}

@media (max-width: 769px) {
  .btn {
    font-weight: 600;
  }
  .btn-big {
    padding: 4px 20px 4px 20px;
  }
}
.no-up {
  text-transform: inherit;
}

.design-visie-list {
  padding: 0;
  margin: 0;
}
.design-visie-list li {
  display: inline-block;
  list-style-type: none;
  margin-right: 10px;
  margin-bottom: 10px;
}
.design-visie-list li a {
  border-radius: 19px;
  background: #E8E8E8;
  color: #000;
  font-size: 13px;
  font-weight: 500;
  display: inline-block;
  height: 39px;
  line-height: 39px;
  padding: 0 18px;
}
.design-visie-list li a:hover {
  background: #000;
  color: #FFF;
  text-decoration: none;
}

@media (min-width: 992px) {
  body.page-contact .gallery-section {
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
  }
  body.page-contact .gallery-section > div {
    width: 50vw;
  }
}
@media (max-width: 991.98px) {
  body.page-contact .gallery-section .page-other-side {
    padding: 80px 0;
  }
}
body.page-contact .page-gallery-side {
  background-color: #F5F5F5;
  display: flex;
  justify-content: center;
}
body.page-contact .page-gallery-side .gallery-container {
  overflow-y: hidden;
  max-width: 90%;
  height: 100vh;
  display: flex;
}
@media (max-width: 991.98px) {
  body.page-contact .page-gallery-side .gallery-container {
    height: 60vh;
  }
}
@media (max-width: 767.98px) {
  body.page-contact .page-gallery-side .gallery-container {
    height: 55vh;
  }
}
body.page-contact .page-gallery-side .gallery-container .gallery-col {
  flex: 1 0 50%;
  transition-property: margin-top;
  transition-duration: 70s;
  transition-timing-function: linear;
}
body.page-contact .page-gallery-side .gallery-container .gallery-col div.items {
  text-align: center;
}
body.page-contact .page-gallery-side .gallery-container .gallery-col div.items img {
  width: calc(100% - 15px);
  margin: 7.5px 0;
}
body.page-contact .page-gallery-side .gallery-container .gallery-col div.items img:first-child {
  margin-top: 15px;
}
body.page-contact .page-gallery-side .gallery-container .gallery-col div.items img:last-child {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  body.page-contact .page-gallery-side .gallery-container .gallery-col div.items img {
    width: calc(100% - 22px);
    margin: 11px 0;
  }
  body.page-contact .page-gallery-side .gallery-container .gallery-col div.items img:first-child {
    margin-top: 22px;
  }
  body.page-contact .page-gallery-side .gallery-container .gallery-col div.items img:last-child {
    margin-bottom: 22px;
  }
}
@media (min-width: 1200px) {
  body.page-contact .page-gallery-side .gallery-container .gallery-col div.items img {
    width: calc(100% - 44px);
    margin: 22px 0;
  }
  body.page-contact .page-gallery-side .gallery-container .gallery-col div.items img:first-child {
    margin-top: 44px;
  }
  body.page-contact .page-gallery-side .gallery-container .gallery-col div.items img:last-child {
    margin-bottom: 44px;
  }
}
body.page-contact .page-other-side {
  background: #222224;
  color: #FFF;
}
body.page-contact .page-other-side .contact-form {
  width: 604px;
  max-width: 90%;
}
body.page-contact .page-other-side .contact-form .form-control {
  background-color: #121212 !important;
  border-color: #121212 !important;
  color: #C799FC;
}
body.page-contact .page-other-side .contact-form h1 {
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 29px;
  margin: 0;
}
body.page-contact .page-other-side .contact-form p.adres {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 30px;
  margin: 0;
}
body.page-contact .page-other-side .contact-form p.adres a {
  color: #FFF;
}
body.page-contact .page-other-side .contact-form .realform .alert ul {
  margin: 0;
  padding: 0;
}
body.page-contact .page-other-side .contact-form .realform .alert ul li {
  font-size: 14px;
  list-style-type: none;
}
body.page-contact .page-other-side .contact-form .realform .volg-ons {
  color: #FFF;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 15px;
}
body.page-contact .page-other-side .contact-form .realform .form-label {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 15px;
}
body.page-contact .page-other-side .contact-form .realform .form-control {
  height: 47px;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 8px;
  background-color: rgb(245, 245, 245);
}
body.page-contact .page-other-side .contact-form .realform .btn-contact-form-submit {
  height: 47px;
  width: 178px;
  border-radius: 23.5px;
  background-color: rgb(155, 250, 175);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 18px;
  transition: all 300ms;
}
@media (max-width: 991.98px) {
  body.page-contact .page-other-side .contact-form .realform .btn-contact-form-submit {
    width: 100%;
  }
}
body.page-contact .page-other-side .contact-form .realform .btn-contact-form-submit:hover {
  background-color: #000;
  color: rgb(155, 250, 175);
}
body.page-contact ul.contact-page-links {
  margin: 0;
  padding: 0;
  display: flex;
}
body.page-contact ul.contact-page-links li {
  list-style-type: none;
  display: inline-block;
}
body.page-contact ul.contact-page-links li .contact-page-link {
  color: #FFF;
  text-decoration: none;
  transition: color 0.3s, fill 0.3s;
}
@media (max-width: 991.98px) {
  body.page-contact ul.contact-page-links li .contact-page-link {
    font-size: 16px;
    font-weight: 400;
  }
}
body.page-contact ul.contact-page-links li .contact-page-link:hover {
  color: #A95BFF;
}
body.page-contact ul.contact-page-links li .contact-page-link:hover path {
  fill: #A95BFF;
}

.image-full-width {
  width: 100%;
}

.spacer-small {
  height: 30px;
}

.spacer-medium {
  height: 70px;
}

.spacer-large {
  height: 90px;
}

.btn-clic-new {
  height: 48px;
  border-radius: 23.5px;
  border: 0;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 48px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  padding: 0 40px;
}

.btn-clic-200 {
  padding: 0;
  width: 200px;
}
@media (max-width: 991.98px) {
  .btn-clic-200 {
    width: 190px;
  }
}

.btn-clic-super-big {
  font-size: 24px;
  padding: 6px 40px !important;
  font-weight: 500;
  border-radius: 50px;
  height: auto;
}

.btn-clic-black {
  background-color: #000;
  color: #FFF;
}

.btn-clic-purple {
  background-color: rgb(169, 91, 255);
  color: #FFF;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.btn-clic-purple:hover {
  background: rgb(155, 250, 179);
  color: #000;
}

.btn-clic-hover-green {
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.btn-clic-hover-green:hover {
  background-color: rgb(155, 250, 179);
  color: #000;
}

.btn-clic-white {
  color: rgb(169, 91, 255);
  background-color: #FFF;
}

.clic-badge-text, .clic-badge {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
}
@media (max-width: 991.98px) {
  .clic-badge-text, .clic-badge {
    font-size: 13px;
  }
}

.clic-badge {
  background-color: #000;
  height: 60px;
  text-align: center;
  padding: 6px 15px;
}

.section-title-block {
  margin: 260px 0;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .section-title-block {
    margin: 160px 0 0 0;
  }
}
@media (max-width: 767.98px) {
  .section-title-block {
    margin: 100px 0 0 0;
  }
}
@media (max-width: 991.98px) {
  .section-title-block .section-title-block-texts {
    margin: 0 0 45px 0;
  }
}

.spacer-175-112 {
  height: 175px;
}
@media (max-width: 991.98px) {
  .spacer-175-112 {
    height: 112px;
  }
}

.spacer-50 {
  height: 50px;
}

@media (max-width: 991.98px) {
  .mobile-default-header, .faq-component h2.main-title {
    font-size: 22px !important;
    line-height: 28px !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
  }
}

@media (max-width: 991.98px) {
  .container.mob-no-pad .row > * {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (min-width: 768px) {
  body.scrolled section#top-menu {
    opacity: 0;
  }
}

section#top-menu {
  transition: opacity 0.3s;
  opacity: 1;
  position: absolute;
  right: 8px;
  top: 20px;
  z-index: 9990;
  text-align: right;
}
section#top-menu .container, section#top-menu .container-fluid {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 991.98px) {
  section#top-menu {
    display: none;
  }
}
section#top-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
section#top-menu ul li {
  display: inline-block;
}
section#top-menu ul li:last-of-type a {
  margin-right: 0;
}
section#top-menu ul li a {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 56px;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFF;
  padding: 0;
  padding-bottom: 8px;
  margin: 11px;
  border-bottom: solid 1px transparent;
  transition: border-bottom 0.6s ease;
}
section#top-menu ul li.active a {
  border-bottom: solid 1px #FFF;
}
section#top-menu ul li:hover a {
  font-style: italic;
}

section.menu-fullscreen {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  right: 0;
  bottom: 0;
}
section.menu-fullscreen .row {
  height: 100%;
}
section.menu-fullscreen .row .menu-col {
  display: flex;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100vh;
  transition: background 800ms ease-in-out;
}
@media (max-width: 991.98px) {
  section.menu-fullscreen .row .menu-col {
    height: 20vh;
    background-size: 100vw auto;
  }
}
@media (min-width: 768px) {
  section.menu-fullscreen .row .menu-col:hover {
    background-size: auto 110vh;
  }
}
section.menu-fullscreen .row .menu-col a {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: rgb(192, 192, 192) 1px solid;
  text-transform: uppercase;
  text-decoration: none;
  font-size: clamp(0.7rem, 2.5vw, 30px);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 56px;
  transition: background 0.4s ease-in-out, color 0.4s ease-in-out;
}
@media (min-width: 768px) {
  section.menu-fullscreen .row .menu-col a {
    background: rgb(255, 255, 255);
    color: #000;
  }
}
@media (max-width: 991.98px) {
  section.menu-fullscreen .row .menu-col a {
    color: #FFF;
  }
}
@media (max-width: 991.98px) {
  section.menu-fullscreen .row .menu-col a {
    font-size: 1.5rem;
  }
}
section.menu-fullscreen .row .menu-col a:hover {
  background: transparent;
  color: #FFF;
}
section.menu-fullscreen .row #menu-col-services {
  background-image: url("/assets/menu/services.jpg");
}
@media (max-width: 991.98px) {
  section.menu-fullscreen .row #menu-col-services {
    background-image: url("/assets/menu/mob/services.jpg");
  }
}
section.menu-fullscreen .row #menu-col-work {
  background-image: url("/assets/menu/work.jpg");
}
@media (max-width: 991.98px) {
  section.menu-fullscreen .row #menu-col-work {
    background-image: url("/assets/menu/mob/work.jpg");
  }
}
section.menu-fullscreen .row #menu-col-about {
  background-image: url("/assets/menu/about.jpg");
}
@media (max-width: 991.98px) {
  section.menu-fullscreen .row #menu-col-about {
    background-image: url("/assets/menu/mob/about.jpg");
  }
}
section.menu-fullscreen .row #menu-col-voorwie {
  background-image: url("/assets/menu/voor-wie.jpg");
}
@media (max-width: 991.98px) {
  section.menu-fullscreen .row #menu-col-voorwie {
    background-image: url("/assets/menu/mob/voor-wie.jpg");
  }
}
section.menu-fullscreen .row #menu-col-contact {
  background-image: url("/assets/menu/contact.jpg");
}
@media (max-width: 991.98px) {
  section.menu-fullscreen .row #menu-col-contact {
    background-image: url("/assets/menu/mob/contact.jpg");
  }
}
section.menu-fullscreen .row #menu-col-lab {
  background-image: url("/assets/menu/lab.jpg");
}
@media (max-width: 991.98px) {
  section.menu-fullscreen .row #menu-col-lab {
    background-image: url("/assets/menu/mob/lab.jpg");
  }
}

body.menu-mobile-open .mobile-menu-toggle .drawer__label, body.menu-mobile-open .mobile-menu-toggle .drawer__icon {
  background-color: #000 !important;
}

section.menu-mobile {
  width: 100vw;
  height: 100lvh;
  position: fixed;
  z-index: 9999;
  background-color: #FFF;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding: 40px 0;
}
@media (min-width: 768px) {
  section.menu-mobile {
    display: none !important;
  }
}
section.menu-mobile img.mobile-menu-top-logo {
  max-width: 125px;
}
section.menu-mobile ul.mobile-menu-buttons {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 270px;
  max-width: 80vw;
}
section.menu-mobile ul.mobile-menu-buttons li {
  padding: 5px 0;
}
section.menu-mobile ul.mobile-menu-buttons li a {
  display: block;
  text-align: center;
  width: 100%;
  border-radius: 999px;
  text-transform: uppercase;
  font-size: 20px;
  color: #FFF;
  text-decoration: none;
  padding: 15px 0;
  font-weight: 600;
}
section.menu-mobile ul.mobile-menu-buttons li a:not(.selected) {
  background: #222224 !important;
}
section.menu-mobile div.mobile-menu-links {
  color: #444;
  font-size: 14px;
  text-align: center;
  font-weight: 600;
}
section.menu-mobile div.mobile-menu-links a {
  color: #444;
  text-decoration: none;
}

@media (min-width: 768px) {
  body.scrolled section.hamburger-menu {
    transform: translateY(0) scale(1);
  }
}

@media (min-width: 768px) {
  body #menu-button {
    display: none !important;
  }
}

body.menu-fullscreen-open section.hamburger-menu .hamburger-line-top {
  top: 38% !important;
  transform: translateY(0.5rem) rotate(45deg);
}
body.menu-fullscreen-open section.hamburger-menu .hamburger-line-bottom {
  transform: translateY(-0.9rem) rotate(-45deg);
}
body.menu-fullscreen-open section.hamburger-menu .hamburger-line-middle {
  opacity: 0;
}

body.menu-dark section.hamburger-menu .hamburger-circle {
  background-color: rgba(0, 0, 0, 0.25);
  transition: background-color 0.3s;
}
body.menu-dark section.hamburger-menu .hamburger-circle:hover {
  background-color: #000;
}
body.menu-dark section.hamburger-menu .hamburger-circle .line {
  background: #FFF;
}

section.hamburger-menu {
  transition: transform 0.4s cubic-bezier(0.36, 0, 0.66, 0);
  transform: translateY(0%) scale(0) rotate(0.001deg);
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 10990;
}
section.hamburger-menu div.hamburger-circle {
  width: 5em;
  height: 5em;
  border-radius: 50%;
  background-color: #FFF;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding: 25px 0;
  transition: transform 0.3s, box-shadow 0.3s, background-color 0.3s, color 0.3s;
  transform: translate(0, 0);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}
section.hamburger-menu div.hamburger-circle:hover {
  background-color: #000;
}
section.hamburger-menu div.hamburger-circle:hover .line {
  background: #FFF;
}
section.hamburger-menu div.hamburger-circle .line {
  transition: all 0.3s ease-in-out;
  width: 55%;
  height: 2px;
  background: #000;
  position: absolute;
}
section.hamburger-menu div.hamburger-circle .line.hamburger-line-top {
  top: 35%;
}
section.hamburger-menu div.hamburger-circle .line.hamburger-line-middle {
  top: 50%;
}
section.hamburger-menu div.hamburger-circle .line.hamburger-line-bottom {
  top: 65%;
}

section.brands-ticker .brand-logos {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: #161616;
  margin-top: 92px;
}
section.brands-ticker .brand-logos .brand-logo {
  flex: 0 0 auto;
  margin: 0;
  white-space: nowrap;
}
section.brands-ticker .brand-logos .brand-logo img {
  width: auto;
  display: inline-block;
  margin: 2px;
  height: 90px;
}
@media (min-width: 768px) {
  section.brands-ticker .brand-logos .brand-logo img {
    height: 170px;
  }
}

.marquee-with-text-container {
  background: #000;
  z-index: 9999;
  color: #FFF;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0;
  word-spacing: 20px;
  font-size: 70px;
  bottom: 15px;
  left: 0;
  right: 0;
  height: 150px;
  line-height: 150px;
}
@media (max-width: 991.98px) {
  .marquee-with-text-container {
    height: 90px;
    line-height: 90px;
  }
}
@media (max-width: 767.98px) {
  .marquee-with-text-container {
    width: 100vw;
    font-size: 35px;
  }
}
.marquee-with-text-container .marquee {
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: 150px;
  overflow-x: hidden;
}
@media (max-width: 991.98px) {
  .marquee-with-text-container .marquee {
    height: 90px;
  }
}
.marquee-with-text-container .track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

section.section-parallax .parallax-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
section.section-parallax .parallax-container .parallax-content {
  background-size: cover;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 200%;
}

.drawer__icon {
  width: 50px;
  height: 50px;
  transition: background-color 300ms ease-in-out;
}

.drawer_icon_black {
  background-color: #000 !important;
}

.drawer svg path, .drawer svg .st0 {
  fill: #FFF !important;
  stroke: #FFF !important;
  transition: fill 500ms ease;
}

.drawer:hover svg path, .drawer:hover svg .st0 {
  fisll: var(--clic-groen) !important;
}

.drawer__label {
  right: 0;
  bottom: 0;
  position: absolute;
  padding: 0px;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 25px;
  overflow: hidden;
  opacity: 0;
}

.drawer__label span {
  padding-left: 30px;
  padding-right: 73px;
  line-height: 50px;
  font-size: 14px;
  color: transparent;
  transition: color 200ms ease;
  font-weight: 500;
}

.drawer.active > .drawer__label span {
  color: #FFF;
}

.drawer__icon {
  right: 0;
  bottom: 0;
  position: absolute;
  padding: 11px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  transition: background-color 200ms ease;
}

.drawer.active > .drawer__icon {
  background: rgb(0, 0, 0);
}

/* =================================== */
/* labels die naar rechts uitschuiven: */
.drawer__icon + .drawer__label {
  right: inherit;
}

.drawer__icon + .drawer__label span {
  padding-left: 73px;
  padding-right: 30px;
}

.drawer__icon:first-child {
  left: 0;
  z-index: 9999;
  right: inherit;
}

/* =================================== */
.drawer-center {
  transition: opacity 600ms ease, margin-left 200ms ease-in-out !important;
}

#menu-mobile a {
  text-decoration: none !important;
}
#menu-mobile ul {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#menu-mobile ul.menu-items {
  top: 70px;
  left: 18px;
  line-height: 52px;
  font-size: 32px;
  font-weight: 600;
}
#menu-mobile ul.menu-items li.active a {
  color: #9485F7;
}
#menu-mobile ul.menu-items li a {
  color: #000;
}
#menu-mobile ul.menu-items-expertises {
  right: 18px;
  bottom: 22px;
  font-size: 16px;
  line-height: 38px;
}
#menu-mobile ul.menu-items-expertises li {
  text-align: right;
}
#menu-mobile ul.menu-items-expertises li a {
  color: #000;
}
#menu-mobile .mobile-menu-logo {
  position: absolute;
  bottom: 30px;
  left: 18px;
  width: 140px;
}

section.video {
  overflow-x: hidden;
  /* Define the keyframe animation */
  /* Apply the animation to the element */
}
section.video .video-play-container {
  width: 100vw;
  height: 600px;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  position: relative;
  clip-path: inset(0 0 0 0);
  cursor: pointer;
}
@media (max-width: 991.98px) {
  section.video .video-play-container {
    height: 320px;
  }
}
section.video .video-play-container video {
  z-index: -999;
}
@media (min-width: 768px) {
  section.video .video-play-container video {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
  }
}
@media (max-width: 991.98px) {
  section.video .video-play-container video {
    width: 200vw;
    left: -50vw;
  }
}
section.video #video-full-screen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10995;
  display: none;
}
section.video #video-full-screen .video-frame {
  width: 100%;
  height: 100%;
}
@media (max-width: 991.98px) {
  section.video #video-full-screen .video-frame {
    background: #222224;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
section.video #video-full-screen video {
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 991.98px) {
  section.video #video-full-screen video {
    height: auto;
    width: 100vw;
  }
}
section.video #video-play-button {
  --x: 0;
  --y: 0;
}
@media (max-width: 991.98px) {
  section.video #video-play-button {
    left: calc(50% - 50px);
    top: 110px;
  }
}
@media (max-width: 991.98px) {
  section.video #video-full-screen-play-button {
    position: fixed;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
  }
}
@keyframes pulse {
  0% {
    transform: translate(var(--x), var(--y)) scale(1);
  }
  50% {
    transform: translate(var(--x), var(--y)) scale(1.1);
  }
  100% {
    transform: translate(var(--x), var(--y)) scale(1);
  }
}
section.video #video-play-button:hover {
  animation: pulse 2s ease-in-out infinite;
}

section.usp-box {
  background: #fff;
  padding: 155px 0;
}
@media (max-width: 991.98px) {
  section.usp-box {
    padding: 60px 0;
  }
}
@media (max-width: 991.98px) {
  section.usp-box {
    margin-bottom: 30px;
  }
}
section.usp-box .box {
  margin: 8px;
  background-color: #f6ecff;
  border-radius: 25px;
  width: 100%;
  max-width: 920px;
}
@media (max-width: 991.98px) {
  section.usp-box .box {
    max-width: calc(100vw - 32px);
  }
}
section.usp-box .box .body {
  padding: 76px 52px 52px;
}
@media (max-width: 991.98px) {
  section.usp-box .box .body {
    padding: 45px 20px;
  }
}
section.usp-box .box .body h2 {
  font-family: "Graphik", sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 58px;
  letter-spacing: 0;
  margin-bottom: 41px;
}
@media (max-width: 991.98px) {
  section.usp-box .box .body h2 {
    margin-bottom: 10px;
  }
}
@media (max-width: 991.98px) {
  section.usp-box .box .body h2 {
    font-family: "Graphik", sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0;
  }
}
section.usp-box .box .body .usp-row {
  display: flex;
  align-items: center;
  padding: 23px 0;
}
@media (max-width: 991.98px) {
  section.usp-box .box .body .usp-row {
    padding: 16px 0;
  }
}
section.usp-box .box .body .usp-row:not(:last-child) {
  border-bottom: solid 2px #e5d9ef;
}
@media (max-width: 991.98px) {
  section.usp-box .box .body .usp-row {
    display: block;
  }
}
section.usp-box .box .body .usp-row div:first-child {
  font-family: "Graphik", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 56px;
  letter-spacing: 0;
  color: #b25bff;
  width: 235px;
  flex-shrink: 0;
}
@media (max-width: 991.98px) {
  section.usp-box .box .body .usp-row div:first-child {
    font-size: 22px;
    width: auto;
    line-height: inherit;
  }
}
section.usp-box .box .body .usp-row div:last-child {
  font-family: "Graphik", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0;
}
@media (max-width: 991.98px) {
  section.usp-box .box .body .usp-row div:last-child {
    font-family: "Graphik", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0;
  }
}
section.usp-box .box .footer {
  background: #b25bff;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  padding: 41px 52px;
}
@media (max-width: 991.98px) {
  section.usp-box .box .footer {
    padding: 42px 20px;
  }
}
section.usp-box .box .footer h2 {
  font-family: "Graphik", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0;
  color: #fff;
}
@media (max-width: 991.98px) {
  section.usp-box .box .footer h2 {
    font-family: "Graphik", sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0;
  }
}
section.usp-box .box .footer a.btn-clic-new {
  font-family: "Graphik", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  color: #000;
  text-align: center;
  flex-shrink: 0;
  height: 54px;
  padding: 14px 30px;
  border-radius: 999px;
}
@media (max-width: 991.98px) {
  section.usp-box .box .footer a.btn-clic-new {
    font-size: 20px;
    width: 100%;
  }
}

section.review-carousel-box-container div.side-content {
  max-width: 630px;
}
section.review-carousel-box-container div.side-content h2 {
  font-family: Graphik;
  font-weight: 500;
  font-style: Medium;
  font-size: 78px;
  leading-trim: NONE;
  line-height: 80px;
  letter-spacing: 0px;
}
@media (max-width: 991.98px) {
  section.review-carousel-box-container div.side-content h2 {
    font-family: Graphik;
    font-weight: 500;
    font-style: Medium;
    font-size: 43px;
    leading-trim: NONE;
    line-height: 42px;
    letter-spacing: 0px;
  }
}
section.review-carousel-box-container div.side-content p {
  font-family: Graphik;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 34px;
  letter-spacing: 0px;
}
@media (max-width: 991.98px) {
  section.review-carousel-box-container div.side-content p {
    font-family: Graphik;
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    leading-trim: NONE;
    line-height: 31px;
    letter-spacing: 0px;
  }
}
section.review-carousel-box-container div.reviews-carousel-box {
  background: #fff1e9;
  border-radius: 25px;
  padding: 32px;
  max-width: 550px;
  height: 660px;
  margin: 170px 0;
  position: relative;
  box-sizing: border-box;
}
@media (max-width: 991.98px) {
  section.review-carousel-box-container div.reviews-carousel-box {
    margin: 100px 0;
  }
}
section.review-carousel-box-container div.reviews-carousel-box .carousel {
  height: 100%;
}
section.review-carousel-box-container div.reviews-carousel-box .carousel-inner,
section.review-carousel-box-container div.reviews-carousel-box .carousel-item {
  height: 100%;
}
section.review-carousel-box-container div.reviews-carousel-box .carousel-indicators {
  display: none;
}
section.review-carousel-box-container div.reviews-carousel-box .review-card {
  color: #2d2d2d;
  display: flex;
  flex-direction: column;
  height: 100%;
}
section.review-carousel-box-container div.reviews-carousel-box .review-header {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 1.5rem;
  flex-shrink: 0;
}
section.review-carousel-box-container div.reviews-carousel-box .review-details {
  flex-grow: 1;
}
section.review-carousel-box-container div.reviews-carousel-box .review-quote-icon {
  font-size: 80px;
  font-weight: bold;
  line-height: 0.5;
  color: #000;
}
section.review-carousel-box-container div.reviews-carousel-box .review-author-info {
  flex-grow: 1;
}
section.review-carousel-box-container div.reviews-carousel-box .review-author-info .author-name {
  margin: 0;
  font-size: 1rem;
  font-family: Graphik;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 0px;
}
section.review-carousel-box-container div.reviews-carousel-box .review-author-info .author-company {
  font-family: Graphik;
  font-weight: 500;
  font-size: 36px;
  leading-trim: NONE;
  line-height: 36px;
  letter-spacing: 0px;
  margin: 0;
}
section.review-carousel-box-container div.reviews-carousel-box .review-author-image img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
section.review-carousel-box-container div.reviews-carousel-box .review-body {
  flex-grow: 1;
  overflow-y: auto;
  min-height: 0;
  max-height: 272px;
}
section.review-carousel-box-container div.reviews-carousel-box .review-body p {
  font-family: Graphik;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 0px;
}
section.review-carousel-box-container div.reviews-carousel-box .review-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff1e9;
  padding-top: 16px;
}
section.review-carousel-box-container div.reviews-carousel-box .review-pagination {
  font-family: Graphik;
  font-weight: 500;
  font-size: 36px;
  leading-trim: NONE;
  line-height: 36px;
  letter-spacing: 0px;
  color: #EBD5C9;
}
section.review-carousel-box-container div.reviews-carousel-box .review-nav-buttons {
  display: flex;
  gap: 18px;
}
section.review-carousel-box-container div.reviews-carousel-box .carousel-control-prev,
section.review-carousel-box-container div.reviews-carousel-box .carousel-control-next {
  position: static;
  opacity: 1;
  width: 94px;
  height: 94px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
}
section.review-carousel-box-container div.reviews-carousel-box .carousel-control-prev {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
section.review-carousel-box-container div.reviews-carousel-box .carousel-control-next {
  background-color: #000;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

section.text-left-image-right {
  padding-bottom: 140px;
}
@media (max-width: 991.98px) {
  section.text-left-image-right {
    padding-bottom: 76px;
  }
}
section.text-left-image-right .btn-clic-new {
  margin-top: 50px;
}
@media (max-width: 991.98px) {
  section.text-left-image-right .btn-clic-new {
    margin-top: 31px;
  }
}
@media (max-width: 991.98px) {
  section.text-left-image-right .btn-clic-new {
    height: 40px;
    padding: 0 23px;
    font-family: Graphik;
    font-weight: 600;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 40px;
    letter-spacing: 0px;
    text-align: center;
  }
}
section.text-left-image-right .text-part {
  max-width: 630px;
}
section.text-left-image-right .text-part h2 {
  font-family: Graphik;
  font-weight: 500;
  font-style: Medium;
  font-size: 42px;
  leading-trim: NONE;
  line-height: 48px;
  letter-spacing: 0;
}
@media (max-width: 991.98px) {
  section.text-left-image-right .text-part h2 {
    font-family: Graphik;
    font-weight: 500;
    font-style: Medium;
    font-size: 22px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0px;
  }
}
section.text-left-image-right .text-part p {
  font-size: 20px !important;
  line-height: 34px !important;
}
@media (max-width: 991.98px) {
  section.text-left-image-right .text-part p {
    font-weight: 400;
    font-size: 14px !important;
    line-height: 26px !important;
    letter-spacing: 0px;
  }
}
section.text-left-image-right .npng-icon {
  position: absolute;
  left: 0;
  bottom: -90px;
}
@media (max-width: 991.98px) {
  section.text-left-image-right .npng-icon {
    bottom: 56px;
    right: 20px;
    left: auto;
    max-width: 45vw;
  }
}
section.text-left-image-right .parallax-image-container {
  width: 550px;
  height: 660px;
  border-radius: 25px;
  overflow: hidden;
  position: relative;
  max-width: 100%;
}
@media (max-width: 991.98px) {
  section.text-left-image-right .parallax-image-container {
    max-height: 383px;
    margin-bottom: 36px;
  }
}
section.text-left-image-right .parallax-image-container img {
  width: calc(100% + 80px);
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: -20px;
  will-change: transform;
}

section.usp-item-box {
  background: rgb(246, 236, 255);
  border-radius: 25px;
}
section.usp-item-box .card-body {
  padding: 36px;
}
@media (max-width: 991.98px) {
  section.usp-item-box .card-body {
    padding: 10px;
  }
}
section.usp-item-box h2.case-item-title {
  font-weight: 500 !important;
  font-size: 32px;
  margin-top: 24px;
  margin-bottom: 15px;
}
@media (max-width: 991.98px) {
  section.usp-item-box h2.case-item-title {
    font-size: 24px;
    margin: 0 !important;
  }
}
section.usp-item-box .case-description {
  font-size: 16px;
  margin: 0 !important;
}
@media (max-width: 991.98px) {
  section.usp-item-box .case-description {
    font-size: 14px;
    line-height: 26px;
  }
}
section.usp-item-box .usp-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 53px;
  height: 53px;
  border-radius: 10px;
  background: rgb(178, 91, 255);
}
section.usp-item-box .usp-icon img {
  max-width: 90%;
  max-height: 90%;
  object-fit: cover;
}

.faq-component .accordion {
  --bs-accordion-bg: transparent;
  --bs-accordion-border-color: #e5e7eb;
  --bs-accordion-border-radius: 0;
  --bs-accordion-inner-border-radius: 0;
  --bs-accordion-btn-color: #111827;
  --bs-accordion-btn-bg: transparent;
  --bs-accordion-active-color: #ffffff;
  --bs-accordion-active-bg: #a855f7;
  --bs-accordion-btn-focus-box-shadow: none;
}
.faq-component h2.main-title {
  font-family: "Graphik", sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: 0;
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .faq-component h2.main-title {
    margin-bottom: 25px;
  }
}
.faq-component .accordion-item {
  border: none;
  border-top: 1px solid var(--bs-accordion-border-color);
}
.faq-component .accordion-item:last-of-type {
  border-bottom: 1px solid var(--bs-accordion-border-color);
}
.faq-component .accordion-button {
  font-family: "Graphik", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 56px;
  letter-spacing: 0;
  padding: 10px 30px !important;
}
@media (max-width: 991.98px) {
  .faq-component .accordion-button {
    font-family: "Graphik", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0;
    padding: 15px 15px;
    min-height: 60px;
  }
}
.faq-component .accordion-button[aria-expanded=true] .faq-item-icon img {
  filter: invert(0);
}
.faq-component .accordion-button[aria-expanded=false]:hover {
  color: var(--bs-accordion-active-bg);
}
.faq-component .accordion-button .faq-item-icon {
  display: inline-flex;
  align-items: center;
  margin-right: 0.75rem;
  justify-content: center;
  width: 30px;
  text-align: center;
  transition: filter 0.3s ease-in-out;
}
.faq-component .accordion-button .faq-item-icon img {
  max-height: 28px;
  filter: invert(1);
}
.faq-component .accordion-button::after {
  display: none;
}
.faq-component .accordion-button .accordion-toggle-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
}
.faq-component .accordion-button .accordion-toggle-icon svg {
  width: 24px;
  height: 24px;
}
@media (max-width: 991.98px) {
  .faq-component .accordion-button .accordion-toggle-icon svg {
    width: 12px;
    height: 12px;
  }
}
.faq-component .accordion-button:not(.collapsed) .accordion-toggle-icon {
  transform: rotate(45deg);
  filter: invert(1);
}
.faq-component .accordion-body {
  background-color: #f5f3ff;
  padding: 1.5rem;
  padding-right: 15%;
}
.faq-component .accordion-body, .faq-component .accordion-body > * {
  font-family: "Graphik", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0;
}
@media (max-width: 991.98px) {
  .faq-component .accordion-body, .faq-component .accordion-body > * {
    font-family: "Graphik", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0;
  }
}

body.page-voor-wie {
  background: #222224;
}
body.page-voor-wie h1 {
  font-size: clamp(24px, 6vw, 48px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 56px;
  margin-bottom: 45px;
}
body.page-voor-wie h1 span.header-animated-line {
  font-size: clamp(24px, 6vw, 48px);
}
@media (max-width: 991.98px) {
  body.page-voor-wie h1 {
    font-size: 30px;
    line-height: 42px;
  }
}
body.page-voor-wie h3 {
  font-size: 22px;
  letter-spacing: 0;
  line-height: 36px;
  font-weight: 300;
}
body.page-voor-wie p {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 28px;
}
@media (min-width: 768px) {
  body.page-voor-wie .video-play-container {
    height: 525px;
  }
}
@media (min-width: 768px) {
  body.page-voor-wie h2.voor-wie-mijn-kernwaarden {
    font-size: 42px;
    font-weight: 500;
  }
}
body.page-voor-wie .section-title-block {
  margin-top: 160px;
}
body.page-voor-wie .voor-wie-intro {
  color: #fff;
  margin: 170px 0 140px 0;
}
@media (max-width: 991.98px) {
  body.page-voor-wie .voor-wie-intro {
    margin: 70px 0;
  }
}
body.page-voor-wie .voor-wie-intro h1 {
  font-size: clamp(24px, 6vw, 46px);
}
@media (max-width: 991.98px) {
  body.page-voor-wie .voor-wie-intro h1 {
    font-family: "Graphik", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0;
    letter-spacing: 1px;
    text-align: center;
  }
}
body.page-voor-wie .voor-wie-intro h3 {
  color: #fff;
  font-size: 21px;
}
@media (max-width: 991.98px) {
  body.page-voor-wie .voor-wie-intro h3 {
    font-family: "Graphik", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0;
    text-align: center;
    margin-top: 35px;
  }
}
body.page-voor-wie .voor-wie-intro .btn-clic-new {
  font-family: "Graphik", sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  height: 70px;
  color: #000;
  text-align: center;
  padding: 0 34px;
  border-radius: 999px;
}
@media (max-width: 991.98px) {
  body.page-voor-wie .voor-wie-intro .btn-clic-new {
    height: 47px;
  }
}
@media (max-width: 991.98px) {
  body.page-voor-wie .voor-wie-intro .btn-clic-new {
    font-size: 18px;
  }
}
body.page-voor-wie section.section-parallax .parallax-content {
  background-size: contain;
}
@media (max-width: 991.98px) {
  body.page-voor-wie section.section-parallax {
    max-height: 320px;
  }
}
body.page-voor-wie .faq-kernwaarden .accordion-button {
  font-size: 18px;
}
body.page-voor-wie .faq-kernwaarden .accordion-button .faq-item-icon {
  margin-right: 18px;
}
@media (max-width: 991.98px) {
  body.page-voor-wie .faq-kernwaarden .accordion-button .accordion-toggle-icon svg {
    width: 16px;
    height: 16px;
  }
}
body.page-voor-wie section.white-plain-content-block {
  background: #fff;
  color: #000;
  padding: 100px 0;
}
@media (max-width: 991.98px) {
  body.page-voor-wie section.white-plain-content-block {
    padding: 8px 0 60px 0;
  }
}
body.page-voor-wie section.white-plain-content-block h3 {
  font-family: "Graphik", sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 58px;
  letter-spacing: 0;
}
@media (max-width: 991.98px) {
  body.page-voor-wie section.white-plain-content-block h3 {
    font-family: "Graphik", sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0;
  }
}
body.page-voor-wie section.white-plain-content-block ul.purple-list {
  font-family: "Graphik", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: 0;
  margin-top: 37px;
  color: #a95bff;
}
@media (max-width: 991.98px) {
  body.page-voor-wie section.white-plain-content-block ul.purple-list {
    margin-top: 25px;
  }
}
@media (max-width: 991.98px) {
  body.page-voor-wie section.white-plain-content-block ul.purple-list {
    font-family: "Graphik", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0;
    padding-left: 7px;
  }
  body.page-voor-wie section.white-plain-content-block ul.purple-list li {
    margin-bottom: 16px;
    margin-left: 8px;
  }
}
body.page-voor-wie .voor-wie-footer {
  padding: 129px 0 171px 0;
  background: #222224;
  color: #fff;
}
@media (max-width: 991.98px) {
  body.page-voor-wie .voor-wie-footer {
    padding: 52px 0 100px 0;
  }
}
body.page-voor-wie .voor-wie-footer h1 {
  font-family: "Graphik", sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 62px;
  letter-spacing: 0;
  color: #fff;
}
@media (max-width: 991.98px) {
  body.page-voor-wie .voor-wie-footer h1 {
    font-family: "Graphik", sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0;
    text-align: center;
  }
}
body.page-voor-wie .voor-wie-footer .planning-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 991.98px) {
  body.page-voor-wie .voor-wie-footer .planning-container {
    justify-content: center;
  }
}
body.page-voor-wie .voor-wie-footer .planning-container .planning {
  max-width: 300px;
  font-family: "Graphik", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 991.98px) {
  body.page-voor-wie .voor-wie-footer .planning-container .planning {
    max-width: 240px;
  }
}
@media (max-width: 991.98px) {
  body.page-voor-wie .voor-wie-footer .planning-container .planning {
    justify-content: center;
  }
}
@media (max-width: 991.98px) {
  body.page-voor-wie .voor-wie-footer .planning-container .planning {
    text-align: left;
  }
}
body.page-voor-wie .voor-wie-footer .planning-container .planning svg {
  margin-right: 14px;
  transform: translateY(-1px);
}
body.page-voor-wie .voor-wie-footer .no-passion-no-glory-image {
  max-width: 100%;
}
@media (max-width: 991.98px) {
  body.page-voor-wie .voor-wie-footer .no-passion-no-glory-image {
    max-width: 80%;
  }
}
@media (max-width: 991.98px) {
  body.page-voor-wie .voor-wie-footer .no-passion-no-glory-image {
    margin-bottom: 53px;
  }
}
body.page-voor-wie .voor-wie-footer a {
  font-family: "Graphik", sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  height: 70px;
  padding: 0 34px;
  border-radius: 999px;
  flex-shrink: 0;
  width: auto;
}
@media (max-width: 991.98px) {
  body.page-voor-wie .voor-wie-footer a {
    height: 50px;
  }
}
@media (max-width: 991.98px) {
  body.page-voor-wie .voor-wie-footer a {
    padding: 0 23px;
  }
}
@media (min-width: 768px) {
  body.page-voor-wie .voor-wie-footer a {
    flex-grow: 0;
    display: inline-flex;
  }
}
@media (max-width: 991.98px) {
  body.page-voor-wie .voor-wie-footer a {
    font-family: "Graphik", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0;
  }
}

@media (min-width: 992px) {
  body.page-about .gallery-section {
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
  }
  body.page-about .gallery-section > div {
    width: 50vw;
  }
}
@media (max-width: 991.98px) {
  body.page-about .gallery-section .page-other-side {
    padding: 80px 0;
  }
}
body.page-about .page-gallery-side {
  background-color: #F5F5F5;
  display: flex;
  justify-content: center;
}
body.page-about .page-gallery-side .gallery-container {
  overflow-y: hidden;
  max-width: 90%;
  height: 100vh;
  display: flex;
}
@media (max-width: 991.98px) {
  body.page-about .page-gallery-side .gallery-container {
    height: 60vh;
  }
}
@media (max-width: 767.98px) {
  body.page-about .page-gallery-side .gallery-container {
    height: 55vh;
  }
}
body.page-about .page-gallery-side .gallery-container .gallery-col {
  flex: 1 0 50%;
  transition-property: margin-top;
  transition-duration: 70s;
  transition-timing-function: linear;
}
body.page-about .page-gallery-side .gallery-container .gallery-col div.items {
  text-align: center;
}
body.page-about .page-gallery-side .gallery-container .gallery-col div.items img {
  width: calc(100% - 15px);
  margin: 7.5px 0;
}
body.page-about .page-gallery-side .gallery-container .gallery-col div.items img:first-child {
  margin-top: 15px;
}
body.page-about .page-gallery-side .gallery-container .gallery-col div.items img:last-child {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  body.page-about .page-gallery-side .gallery-container .gallery-col div.items img {
    width: calc(100% - 22px);
    margin: 11px 0;
  }
  body.page-about .page-gallery-side .gallery-container .gallery-col div.items img:first-child {
    margin-top: 22px;
  }
  body.page-about .page-gallery-side .gallery-container .gallery-col div.items img:last-child {
    margin-bottom: 22px;
  }
}
@media (min-width: 1200px) {
  body.page-about .page-gallery-side .gallery-container .gallery-col div.items img {
    width: calc(100% - 44px);
    margin: 22px 0;
  }
  body.page-about .page-gallery-side .gallery-container .gallery-col div.items img:first-child {
    margin-top: 44px;
  }
  body.page-about .page-gallery-side .gallery-container .gallery-col div.items img:last-child {
    margin-bottom: 44px;
  }
}
body.page-about .page-other-side {
  background: #222224;
  color: #FFF;
}
body.page-about .page-other-side .contact-form {
  width: 604px;
  max-width: 90%;
}
body.page-about .page-other-side .contact-form .form-control {
  background-color: #121212 !important;
  border-color: #121212 !important;
  color: #C799FC;
}
body.page-about .page-other-side .contact-form h1 {
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 29px;
  margin: 0;
}
body.page-about .page-other-side .contact-form p.adres {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 30px;
  margin: 0;
}
body.page-about .page-other-side .contact-form p.adres a {
  color: #FFF;
}
body.page-about .page-other-side .contact-form .realform .alert ul {
  margin: 0;
  padding: 0;
}
body.page-about .page-other-side .contact-form .realform .alert ul li {
  font-size: 14px;
  list-style-type: none;
}
body.page-about .page-other-side .contact-form .realform .volg-ons {
  color: #FFF;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 15px;
}
body.page-about .page-other-side .contact-form .realform .form-label {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 15px;
}
body.page-about .page-other-side .contact-form .realform .form-control {
  height: 47px;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 8px;
  background-color: rgb(245, 245, 245);
}
body.page-about .page-other-side .contact-form .realform .btn-contact-form-submit {
  height: 47px;
  width: 178px;
  border-radius: 23.5px;
  background-color: rgb(155, 250, 175);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 18px;
  transition: all 300ms;
}
@media (max-width: 991.98px) {
  body.page-about .page-other-side .contact-form .realform .btn-contact-form-submit {
    width: 100%;
  }
}
body.page-about .page-other-side .contact-form .realform .btn-contact-form-submit:hover {
  background-color: #000;
  color: rgb(155, 250, 175);
}
body.page-about ul.contact-page-links {
  margin: 0;
  padding: 0;
  display: flex;
}
body.page-about ul.contact-page-links li {
  list-style-type: none;
  display: inline-block;
}
body.page-about ul.contact-page-links li .contact-page-link {
  color: #FFF;
  text-decoration: none;
  transition: color 0.3s, fill 0.3s;
}
@media (max-width: 991.98px) {
  body.page-about ul.contact-page-links li .contact-page-link {
    font-size: 16px;
    font-weight: 400;
  }
}
body.page-about ul.contact-page-links li .contact-page-link:hover {
  color: #A95BFF;
}
body.page-about ul.contact-page-links li .contact-page-link:hover path {
  fill: #A95BFF;
}

@media (min-width: 992px) {
  body.page-contact .gallery-section {
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
  }
  body.page-contact .gallery-section > div {
    width: 50vw;
  }
}
@media (max-width: 991.98px) {
  body.page-contact .gallery-section .page-other-side {
    padding: 80px 0;
  }
}
body.page-contact .page-gallery-side {
  background-color: #F5F5F5;
  display: flex;
  justify-content: center;
}
body.page-contact .page-gallery-side .gallery-container {
  overflow-y: hidden;
  max-width: 90%;
  height: 100vh;
  display: flex;
}
@media (max-width: 991.98px) {
  body.page-contact .page-gallery-side .gallery-container {
    height: 60vh;
  }
}
@media (max-width: 767.98px) {
  body.page-contact .page-gallery-side .gallery-container {
    height: 55vh;
  }
}
body.page-contact .page-gallery-side .gallery-container .gallery-col {
  flex: 1 0 50%;
  transition-property: margin-top;
  transition-duration: 70s;
  transition-timing-function: linear;
}
body.page-contact .page-gallery-side .gallery-container .gallery-col div.items {
  text-align: center;
}
body.page-contact .page-gallery-side .gallery-container .gallery-col div.items img {
  width: calc(100% - 15px);
  margin: 7.5px 0;
}
body.page-contact .page-gallery-side .gallery-container .gallery-col div.items img:first-child {
  margin-top: 15px;
}
body.page-contact .page-gallery-side .gallery-container .gallery-col div.items img:last-child {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  body.page-contact .page-gallery-side .gallery-container .gallery-col div.items img {
    width: calc(100% - 22px);
    margin: 11px 0;
  }
  body.page-contact .page-gallery-side .gallery-container .gallery-col div.items img:first-child {
    margin-top: 22px;
  }
  body.page-contact .page-gallery-side .gallery-container .gallery-col div.items img:last-child {
    margin-bottom: 22px;
  }
}
@media (min-width: 1200px) {
  body.page-contact .page-gallery-side .gallery-container .gallery-col div.items img {
    width: calc(100% - 44px);
    margin: 22px 0;
  }
  body.page-contact .page-gallery-side .gallery-container .gallery-col div.items img:first-child {
    margin-top: 44px;
  }
  body.page-contact .page-gallery-side .gallery-container .gallery-col div.items img:last-child {
    margin-bottom: 44px;
  }
}
body.page-contact .page-other-side {
  background: #222224;
  color: #FFF;
}
body.page-contact .page-other-side .contact-form {
  width: 604px;
  max-width: 90%;
}
body.page-contact .page-other-side .contact-form .form-control {
  background-color: #121212 !important;
  border-color: #121212 !important;
  color: #C799FC;
}
body.page-contact .page-other-side .contact-form h1 {
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 29px;
  margin: 0;
}
body.page-contact .page-other-side .contact-form p.adres {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 30px;
  margin: 0;
}
body.page-contact .page-other-side .contact-form p.adres a {
  color: #FFF;
}
body.page-contact .page-other-side .contact-form .realform .alert ul {
  margin: 0;
  padding: 0;
}
body.page-contact .page-other-side .contact-form .realform .alert ul li {
  font-size: 14px;
  list-style-type: none;
}
body.page-contact .page-other-side .contact-form .realform .volg-ons {
  color: #FFF;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 15px;
}
body.page-contact .page-other-side .contact-form .realform .form-label {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 15px;
}
body.page-contact .page-other-side .contact-form .realform .form-control {
  height: 47px;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 8px;
  background-color: rgb(245, 245, 245);
}
body.page-contact .page-other-side .contact-form .realform .btn-contact-form-submit {
  height: 47px;
  width: 178px;
  border-radius: 23.5px;
  background-color: rgb(155, 250, 175);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 18px;
  transition: all 300ms;
}
@media (max-width: 991.98px) {
  body.page-contact .page-other-side .contact-form .realform .btn-contact-form-submit {
    width: 100%;
  }
}
body.page-contact .page-other-side .contact-form .realform .btn-contact-form-submit:hover {
  background-color: #000;
  color: rgb(155, 250, 175);
}
body.page-contact ul.contact-page-links {
  margin: 0;
  padding: 0;
  display: flex;
}
body.page-contact ul.contact-page-links li {
  list-style-type: none;
  display: inline-block;
}
body.page-contact ul.contact-page-links li .contact-page-link {
  color: #FFF;
  text-decoration: none;
  transition: color 0.3s, fill 0.3s;
}
@media (max-width: 991.98px) {
  body.page-contact ul.contact-page-links li .contact-page-link {
    font-size: 16px;
    font-weight: 400;
  }
}
body.page-contact ul.contact-page-links li .contact-page-link:hover {
  color: #A95BFF;
}
body.page-contact ul.contact-page-links li .contact-page-link:hover path {
  fill: #A95BFF;
}

.heading-animated.animate .header-animated-line {
  position: relative;
  display: inline-flex;
  overflow: hidden;
}

.heading-animated.animate .header-animated-line .header-animated-line-inner {
  position: relative;
  display: block;
}

@media (min-width: 768px) {
  p.animated-appear, h3.animated-appear {
    opacity: 0;
  }
}
section.homepage-top-and-video img.homepage-logo {
  width: 280px;
}
@media (max-width: 991.98px) {
  section.homepage-top-and-video img.homepage-logo {
    width: 180px;
  }
}
section.homepage-top-and-video .homepage-portret-circle {
  width: 200px;
  height: 200px;
  border-radius: 50%;
}
@media (max-width: 991.98px) {
  section.homepage-top-and-video .homepage-portret-circle {
    width: 116px;
    height: 116px;
  }
}
section.homepage-top-and-video div.hallo-jorick {
  margin: 192px 0 223px 0;
}
section.homepage-top-and-video div.hallo-jorick h1 {
  font-size: clamp(24px, 6vw, 46px);
}
section.homepage-top-and-video div.hallo-jorick h3 {
  font-size: 21px;
}
@media (max-width: 991.98px) {
  section.homepage-top-and-video div.hallo-jorick {
    margin: 80px 0 80px 0;
  }
}

.webbouw-cases-accordion .webbouw-case {
  margin-bottom: 10px;
}
.webbouw-cases-accordion .webbouw-case .fade-in-overlay {
  position: absolute;
  pointer-events: none;
  top: 80px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #222224;
  display: none;
}
.webbouw-cases-accordion .webbouw-case.active .webbouw-case-bar {
  background: transparent;
}
.webbouw-cases-accordion .webbouw-case.active .webbouw-case-bar .case-cross {
  transform: rotate(45deg) translateY(-2px) translateX(-2px) !important;
}
@media (max-width: 991.98px) {
  .webbouw-cases-accordion .webbouw-case.active .webbouw-case-bar .case-cross {
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .webbouw-cases-accordion .webbouw-case.active .webbouw-case-bar .case-title, .webbouw-cases-accordion .webbouw-case.active .webbouw-case-bar .case-badge {
    opacity: 0;
  }
}
.webbouw-cases-accordion .webbouw-case.active .webbouw-case-bar path {
  fill: #FFF;
}
.webbouw-cases-accordion .webbouw-case:not(.active) .webbouw-case-bar:hover {
  background-color: #FFF;
  color: #000;
}
.webbouw-cases-accordion .webbouw-case:not(.active) .webbouw-case-bar:hover path {
  fill: #000;
}
.webbouw-cases-accordion .webbouw-case .webbouw-case-bar {
  height: 80px;
  cursor: pointer;
  background-color: #000;
  color: #FFF;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  font-weight: 500;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .webbouw-cases-accordion .webbouw-case .webbouw-case-bar {
    font-size: 40px;
  }
}
@media (max-width: 991.98px) {
  .webbouw-cases-accordion .webbouw-case .webbouw-case-bar {
    font-size: 16px;
  }
}
.webbouw-cases-accordion .webbouw-case .webbouw-case-bar .container {
  height: 80px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.webbouw-cases-accordion .webbouw-case .webbouw-case-bar .container .case-cross {
  font-weight: 300;
  font-size: 65px;
  margin-right: 30px;
  transform: translateY(-3px);
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
@media (max-width: 991.98px) {
  .webbouw-cases-accordion .webbouw-case .webbouw-case-bar .container .case-cross {
    margin-right: 20px;
  }
}
@media (max-width: 991.98px) {
  .webbouw-cases-accordion .webbouw-case .webbouw-case-bar .container .case-cross svg {
    width: 20px;
  }
}
.webbouw-cases-accordion .webbouw-case .webbouw-case-bar .container .case-cross path {
  transition: fill 0.5s ease-in-out;
}
@media (max-width: 991.98px) {
  .webbouw-cases-accordion .webbouw-case .webbouw-case-bar .container .case-title {
    font-size: 19px;
  }
}
.webbouw-cases-accordion .webbouw-case .webbouw-case-bar .container .case-title, .webbouw-cases-accordion .webbouw-case .webbouw-case-bar .container .case-badge {
  transition: opacity 0.5s ease-in-out;
}
.webbouw-cases-accordion .webbouw-case .webbouw-case-bar .container .case-badge {
  white-space: nowrap;
}
@media (max-width: 991.98px) {
  .webbouw-cases-accordion .webbouw-case .webbouw-case-bar .container .case-badge {
    font-size: 10px;
  }
}
.webbouw-cases-accordion .webbouw-case .webbouw-case-slide {
  padding: calc(115px - 80px) 0 115px 0;
}
@media (max-width: 991.98px) {
  .webbouw-cases-accordion .webbouw-case .webbouw-case-slide {
    padding: 30px 0 100px 0;
  }
}

.usp-accordion .usp-case-bar {
  transition: background-color 0.2s ease-in-out;
  display: flex;
  align-items: center;
}
.usp-accordion .usp-case {
  margin-bottom: 10px;
}
.usp-accordion .usp-case .fade-in-overlay {
  position: absolute;
  pointer-events: none;
  top: 80px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #222224;
  display: none;
}
.usp-accordion .usp-case.active .usp-case-bar {
  background: rgb(169, 91, 255);
  color: #fff;
}
.usp-accordion .usp-case.active .usp-case-bar .case-cross {
  transform: rotate(45deg) translateY(-2px) translateX(-2px) !important;
}
.usp-accordion .usp-case.active .usp-case-bar path {
  fill: #FFF;
}
.usp-accordion .usp-case:not(.active) .usp-case-bar:hover {
  background: #363636;
  color: #fff;
}
.usp-accordion .usp-case .usp-case-bar {
  height: 80px;
  cursor: pointer;
  background-color: #000;
  color: #FFF;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  font-weight: 500;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .usp-accordion .usp-case .usp-case-bar {
    font-size: 40px;
  }
}
@media (max-width: 991.98px) {
  .usp-accordion .usp-case .usp-case-bar {
    font-size: 16px;
  }
}
.usp-accordion .usp-case .usp-case-bar .container {
  height: 80px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.usp-accordion .usp-case .usp-case-bar .container .case-cross {
  font-weight: 300;
  font-size: 65px;
  transform: translateY(-3px);
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
@media (max-width: 991.98px) {
  .usp-accordion .usp-case .usp-case-bar .container .case-cross svg {
    width: 20px;
  }
}
.usp-accordion .usp-case .usp-case-bar .container .case-cross path {
  transition: fill 0.5s ease-in-out;
}
@media (max-width: 991.98px) {
  .usp-accordion .usp-case .usp-case-bar .container .case-title {
    font-size: 24px;
  }
}
.usp-accordion .usp-case .usp-case-bar .container .case-title, .usp-accordion .usp-case .usp-case-bar .container .case-badge {
  transition: opacity 0.5s ease-in-out;
}
.usp-accordion .usp-case .usp-case-bar .container .case-badge {
  font-size: 14px;
  white-space: nowrap;
}
@media (max-width: 991.98px) {
  .usp-accordion .usp-case .usp-case-bar .container .case-badge {
    font-size: 10px;
  }
}
.usp-accordion .usp-case .usp-case-slide {
  padding: 115px 0;
  background: #fff;
  color: #000;
}
@media (max-width: 991.98px) {
  .usp-accordion .usp-case .usp-case-slide {
    padding: 48px 0;
  }
}

section.first-impression .jumbotron-heading {
  font-size: clamp(30px, 3.3vw, 60px);
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.2;
  padding: 0;
  margin: 0;
}
@media (max-width: 991.98px) {
  section.first-impression .jumbotron-heading {
    font-size: 30px;
    font-weight: 300;
    line-height: 42px;
    text-align: center;
  }
}

.branding-design-carousel #panels-container-bd {
  width: 100% !important;
}
@media (min-width: 768px) {
  .branding-design-carousel #panels-container-bd {
    width: 400% !important;
  }
}
.branding-design-carousel .bd-panel {
  width: 300px;
  height: 363.75px;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .branding-design-carousel .bd-panel {
    width: 598px;
    height: 725.075px;
    margin-right: 65px;
  }
}
.branding-design-carousel .bd-panel .bd-image {
  width: 300px;
}
@media (min-width: 768px) {
  .branding-design-carousel .bd-panel .bd-image {
    width: 598px;
  }
}
.branding-design-carousel #panels-bd #panels-container-bd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  overflow: hidden;
}
.branding-design-carousel #panels-bd #panels-container-bd {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #333;
  text-align: left;
  border-right: 1px solid #F00;
}
.branding-design-carousel #panels-bd #panels-container-bd .panel img {
  max-width: 100%;
  height: auto;
  display: block;
}
.branding-design-carousel #panels-bd #panels-container-bd .panel .panels-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.branding-design-carousel #panels-bd #panels-container-bd .panel .anchor-panel,
.branding-design-carousel #panels-bd #panels-container-bd .panel .nav-panel {
  color: #000;
  text-transform: uppercase;
  margin-right: 2rem;
}
.branding-design-carousel #panels-bd #panels-container-bd .panels-navigation {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
}

.branding-design-carousel-mobile img {
  width: 300px;
  margin-right: 20px;
}

@media (min-width: 992px) {
  body .horizontal-gallery-section {
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
  }
}
body .page-gallery-side {
  display: flex;
  justify-content: center;
}
body .page-gallery-side .autoscroll-gallery-container {
  overflow-x: hidden;
  height: 688px;
  max-height: 90%;
  width: 100vw;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991.98px) {
  body .page-gallery-side .autoscroll-gallery-container {
    height: 588px;
  }
}
body .page-gallery-side .autoscroll-gallery-container .autoscroll-gallery-col {
  flex: 1 0 50%;
  flex-direction: column;
  height: 50%;
  transition-property: margin-left;
  transition-duration: 40s;
  transition-timing-function: linear;
}
body .page-gallery-side .autoscroll-gallery-container .autoscroll-gallery-col div.items {
  text-align: center;
  display: flex;
  height: 100%;
}
body .page-gallery-side .autoscroll-gallery-container .autoscroll-gallery-col div.items img {
  height: calc(100% - 44px);
  margin: 0 22px;
}
body .page-gallery-side .autoscroll-gallery-container .autoscroll-gallery-col div.items img:first-child {
  margin-left: 44px;
}
body .page-gallery-side .autoscroll-gallery-container .autoscroll-gallery-col div.items img:last-child {
  margin-right: 44px;
}
@media (min-width: 768px) {
  body .page-gallery-side .autoscroll-gallery-container .autoscroll-gallery-col div.items img {
    height: calc(100% - 44px);
    margin: 0 22px;
  }
  body .page-gallery-side .autoscroll-gallery-container .autoscroll-gallery-col div.items img:first-child {
    margin-left: 44px;
  }
  body .page-gallery-side .autoscroll-gallery-container .autoscroll-gallery-col div.items img:last-child {
    margin-right: 44px;
  }
}
@media (min-width: 1200px) {
  body .page-gallery-side .autoscroll-gallery-container .autoscroll-gallery-col div.items img {
    height: calc(100% - 44px);
    margin: 0 22px;
  }
  body .page-gallery-side .autoscroll-gallery-container .autoscroll-gallery-col div.items img:first-child {
    margin-left: 44px;
  }
  body .page-gallery-side .autoscroll-gallery-container .autoscroll-gallery-col div.items img:last-child {
    margin-right: 44px;
  }
}
body .page-other-side {
  background: #FFF;
}

section.no-passion-no-glory-footer > .container {
  margin-bottom: 160px;
}
section.no-passion-no-glory-footer > .container img.no-passion-no-glory-image {
  max-width: 100%;
}
@media (max-width: 991.98px) {
  section.no-passion-no-glory-footer > .container img.no-passion-no-glory-image {
    margin-bottom: 80px;
    max-width: 80vw;
  }
}
@media (max-width: 991.98px) {
  section.no-passion-no-glory-footer h1 {
    font-size: 27px;
  }
}
@media (max-width: 991.98px) {
  section.no-passion-no-glory-footer #wordwheel-compleet {
    font-size: 24px;
  }
}

.calendly-overlay {
  z-index: 999999 !important;
  background-color: rgba(31, 31, 31, 0.85) !important;
}

.calendly-popup {
  background: #fff;
}

@media (max-width: 991.98px) {
  .gallery-hor-desk-ver-mob {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.calendly-overlay {
  z-index: 999999 !important;
  background-color: rgba(31, 31, 31, 0.85) !important;
}

.calendly-popup {
  background: #fff;
}

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