@charset "UTF-8";
/* Theme stylesheet (style.css) */
/*
 * Theme Name: 				Maerke 2020
 * Theme URI: 				https://maerke.nl
 * Description: 			Wordpress theme for Maerke(.nl)
 * Author: 					Maerke - strategie, creatie en beleving
 * Author URI: 				https://maerke.nl
 * Version: 				1.4.4
 * License: 				-
 * License URI: 			-
 * Tested to WP-version: 	5.0.0 – 6.8.3
 * Text Domain: 			maerke
 * Domain Path: 			/languages
*/
/* === TABLE OF CONTENTS === *\
1.	Bootstrap
	1. Grid rework
2.	General
3.	Typography
4.	Elements
5.  Theme
	1. Header
	2. Navigation
	3. Page Hero
	4. Blocks
	5. Call-to-Action
	6. Social Media
	7. Footer
	8. Hamburgers
	9. Others
	10. Page templates
\* === TABLE OF CONTENTS END === */
/* === variables === */
/* === variables - end === */
/* === bootstrap === */
:root {
  --container-padding: 1rem;
}

@media (min-width: 576px) {
  :root {
    --container-padding: calc((100vw - 540px) / 2);
  }
}
@media (min-width: 768px) {
  :root {
    --container-padding: calc((100vw - 720px) / 2);
  }
}
@media (min-width: 992px) {
  :root {
    --container-padding: calc((100vw - 960px) / 2);
  }
}
@media (min-width: 1404px) {
  :root {
    --container-padding: calc((100vw - 1440px) / 2);
  }
}
/*!
 * Bootstrap Grid v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1404px) {
  .container {
    max-width: 1440px;
  }
}

.container-fluid, .container-xl, .container-lg, .container-md, .container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1404px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1440px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

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

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

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

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

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

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1404px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1404px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1404px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1404px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
/* === bootstrap - end === */
/* === general - reset === */
* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

:root {
  scroll-behavior: smooth;
}

/* === general - reset - end === */
/* === general - body === */
body {
  background-color: #FFFFFF;
  color: #53504C;
  font-display: swap;
  font-family: pragmatica, sans-serif;
  font-size: 0.9375;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.5;
  overflow-x: clip;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  text-align: left;
}
@media (min-width: 576px) {
  body {
    font-size: 1em;
  }
}

/* === general - body - end === */
/* === general - selection === */
::-moz-selection {
  background: #c4886d;
  color: white;
}
::selection {
  background: #c4886d;
  color: white;
}

#call-to-action #cta-1 *::-moz-selection {
  background: black;
}

#call-to-action #cta-1 *::selection {
  background: black;
}

/* === general - selection - end === */
/* === typography === */
/* === typography - anchors === */
a {
  cursor: pointer;
  display: block;
  color: #C4886D;
  font-family: pragmatica, sans-serif;
  font-size: 1.0625em;
  font-weight: 700;
  letter-spacing: -0.025em;
  outline: none;
  text-decoration: none;
  transition: all 0.5s ease 0s;
}
@media (min-width: 992px) {
  a {
    font-size: 1.125em;
  }
}
@media (min-width: 1404px) {
  a {
    font-size: 1.25em;
  }
}
a:hover {
  color: #C47756;
  text-decoration: none;
}
a.link-secondary {
  border-color: #7E7672;
  color: #7E7672;
}

/* === typography - anchors - end === */
/* === typography - display-titles === */
.display-title-h1-1 {
  font-size: 2.75em;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 0.95;
  margin-bottom: 0;
}

.display-title-h1-2 {
  font-size: 2.5em;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 0.95;
}

.display-title-h2 {
  font-size: 2em;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 0.95;
}

.display-title-h3 {
  font-size: 1.5em;
  line-height: 0.95;
}

@media (min-width: 576px) {
  .display-title-h1-1 {
    font-size: 2.5rem;
  }
  .display-title-h1-2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) {
  .display-title-h1-1 {
    font-size: 3rem;
  }
  .display-title-h1-2 {
    font-size: 3rem;
  }
  .display-title-h2 {
    font-size: 2.25em;
  }
}
@media (min-width: 992px) {
  .display-title-h1-1 {
    font-size: 4rem;
  }
  .display-title-h1-2 {
    font-size: 4rem;
  }
  .display-title-h2 {
    font-size: 3em;
  }
  .display-title-h3 {
    font-size: 2em;
  }
}
@media (min-width: 1404px) {
  .display-title-h1-1 {
    font-size: 6rem;
  }
  .display-title-h1-2 {
    font-size: 6rem;
  }
}
@media (min-width: ) {
  .display-title-h1-1 {
    font-size: 8rem;
  }
  .display-title-h1-2 {
    font-size: 8rem;
  }
}
/* === typography - display-titles - end === */
/* === typography - headings === */
h1 {
  color: #000000;
  font-size: 2.25em;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 0.95;
  margin-bottom: 0;
}

h2 {
  color: #000000;
  font-size: 1.75em;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 0.95;
  margin-bottom: 0;
}

h3 {
  color: #000000;
  font-size: 1.25em;
  font-weight: 300;
  letter-spacing: -0.025em;
  margin-bottom: 0;
}

h4 {
  color: #C3BEB9;
  font-size: 0.875em;
  font-weight: 600;
  letter-spacing: -0.025em;
}

h5 {
  font-size: 1.0625em;
  font-weight: 700;
  letter-spacing: -0.025em;
}

h6 {
  font-size: 1em;
  font-weight: 700;
  letter-spacing: -0.025em;
}

/* --- typography - headings – headings word-break --- */
h3, h2 {
  -webkit-hyphens: auto;
  hyphens: auto;
  word-break: normal;
}

/* --- typography - headings – margin reset --- */
h5 {
  margin: 0;
}

h6 {
  margin: 0;
}

/* --- typography - headings – responsive--- */
@media (min-width: 768px) {
  h2 {
    font-size: 2.25rem;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 4rem;
  }
  h2 {
    font-size: 3rem;
  }
  h3 {
    font-size: 1.875rem;
  }
  h5 {
    font-size: 1.125rem;
  }
  h6 {
    font-size: 1.0625rem;
  }
}
@media (min-width: 1404px) {
  h6 {
    font-size: 1.25rem;
  }
}
/* === typography - headings - end === */
/* === typography - paragraph === */
p {
  /* --- typography - wysiwyg-editor fix --- */
}
@media (min-width: 992px) {
  p {
    font-size: 1.0625em;
  }
}
@media (min-width: 1404px) {
  p {
    font-size: 1.125em;
  }
}
p a {
  display: inline-block;
}

/* === typography - paragraph - end === */
/* === typography - end === */
/* === elements - address === */
address {
  margin: 0;
  padding: 0;
}

/* === elements - address - end === */
/* === elements - button === */
input[type=submit] {
  background-color: transparent !important;
  border: none;
  border-bottom: 2px solid #C4886D;
  color: #C4886D;
  font-weight: 700;
  margin-bottom: 25px;
  padding: 25px 50px !important;
  transition: all 1s ease 0s;
}

input[type=submit], button:focus:active, button:focus, button:active {
  background-image: none;
  outline: 0;
  box-shadow: none;
}

/* --- elements - button --- */
/* --- elements - button – input[type=sumbit] --- */
input {
  /*
  &[type=reset] {
  	@extend %button;
  	@extend %button-secondary;

  	&:hover {
  		@extend %button-secondary-hover;
  	}
  }

  &[type=button] {	
  	@extend %button;
  	@extend %button-secondary;

  	&:hover {
  		@extend %button-secondary-hover;
  	}
  }*/
}
/* === elements - button - end === */
/* === elements - figure === */
figure {
  margin: 0;
  padding: 0;
}

/* === elements - figure - end === */
/* === elements - input === */
textarea, input[type=url], input[type=text], input[type=tel], input[type=search], input[type=phone], input[type=password], input[type=email] {
  background-color: transparent !important;
  border: none;
  border-bottom: 2px solid #7E7672;
  color: #C4886D;
  font-weight: 700;
  transition: all 1s ease 0s;
  width: 100%;
}

textarea:hover, textarea:focus, textarea:active, input[type=url]:hover, input[type=text]:hover, input[type=tel]:hover, input[type=search]:hover, input[type=phone]:hover, input[type=password]:hover, input[type=email]:hover, input[type=url]:focus, input[type=text]:focus, input[type=tel]:focus, input[type=search]:focus, input[type=phone]:focus, input[type=password]:focus, input[type=email]:focus, input[type=url]:active, input[type=text]:active, input[type=tel]:active, input[type=search]:active, input[type=phone]:active, input[type=password]:active, input[type=email]:active, input[type=submit]:active, input[type=submit]:focus, input[type=submit]:hover {
  border-bottom: 2px solid #C47756;
  color: #C47756;
  outline: none;
}

textarea::-moz-placeholder, input::-moz-placeholder {
  color: #C4886D;
}

textarea::placeholder, input::placeholder {
  color: #C4886D;
}

/* === elements - input - end === */
/* === elements - label === */
label {
  width: 100%;
}
label p {
  margin-left: 15px !important;
}

/* === elements - label – end === */
/* === elements - lists === */
/* === elements - lists - end === */
/** === elements - mark === */
.mark, mark {
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.025em;
  padding: 0 0.25em;
}

mark::before, mark::after {
  clip-path: inset(100%);
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

mark {
  background: transparent;
}
mark::after {
  content: " [highlight end] ";
}
mark::before {
  content: " [highlight start] ";
}

.mark--koper {
  background-color: #C4886D;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
.mark--zwart {
  background: #000;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

em {
  background-color: #C4886D;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  color: #fff;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.025em;
  padding: 0 0.25em;
  position: relative;
  z-index: -1;
}

/* === elements - mark – end === */
/* === elements - select === */
select {
  background: none !important;
  border: none;
  border-bottom: 2px solid #7E7672;
  border-radius: 0 !important;
  color: #C4886D;
  font-weight: 700;
  height: 25px;
  transition: all 1s ease 0s;
  width: 100%;
}

select:hover, select:focus, select:active {
  border-bottom: 2px solid #C47756;
  color: #C47756;
  outline: none;
}

textarea::-moz-placeholder, input::-moz-placeholder {
  color: #C4886D;
}

textarea::placeholder, input::placeholder {
  color: #C4886D;
}

/* === elements - select – end === */
/* === elements - textarea === */
textarea::-moz-placeholder, input::-moz-placeholder {
  color: #C4886D;
}
textarea::placeholder, input::placeholder {
  color: #C4886D;
}

/* === elements - textarea - end === */
/* === theme - general – height classes === */
.vh-125 {
  height: 125vh;
}
.vh-100 {
  height: 100vh;
}
.vh-75 {
  height: 75vh;
}
.vh-60 {
  height: 60vh;
}
.vh-50 {
  height: 50vh;
}
.vh-40 {
  height: 40vh;
}
.vh-35 {
  height: 35vh;
}
.vh-25 {
  height: 25vh;
}
@media (min-width: 768px) {
  .vh-md-125 {
    height: 125vh !important;
  }
  .vh-md-100 {
    height: 100vh !important;
  }
  .vh-md-75 {
    height: 75vh !important;
  }
  .vh-md-60 {
    height: 60vh !important;
  }
  .vh-md-50 {
    height: 50vh !important;
  }
  .vh-md-40 {
    height: 40vh !important;
  }
  .vh-md-35 {
    height: 35vh !important;
  }
  .vh-md-25 {
    height: 25vh !important;
  }
}

.h-100 {
  height: 100 %;
}
@media (min-width: 992px) {
  .h-lg-100 {
    height: 100 %;
  }
}

/* --- theme – general – typography --- */
a + p {
  margin-top: 50px;
}

p + a {
  margin-top: 50px;
}

blockquote {
  margin: 0;
}

#page {
  z-index: 0;
}

/* --- theme – general – end  --- */
/* --- theme – main === */
main .fillout__embed {
  background-color: #1d1d1b;
}

/* --- theme – main – end  --- */
/* === banners === */
.row-banner i {
  margin-right: 10px;
}

/* === banner-notice - version: 190409.1.1 === */
#banner-notice {
  background-color: #C4886D;
  text-align: center;
}
#banner-notice-messsage {
  color: #FFFFFF;
  font-size: 0.75em;
  font-weight: 700;
  letter-spacing: -0.025em;
  margin-bottom: 0;
}
@media (min-width: 1404px) {
  #banner-notice-messsage {
    font-size: 0.875em;
  }
}
#banner-notice a {
  border-bottom: 2px solid transparent;
  display: inline-block;
}
#banner-notice a:hover {
  border-color: #FFFFFF;
}

.row-banner-notice {
  height: 25px;
  padding-bottom: 5px;
  padding-top: 5px;
}
@media (min-width: 992px) {
  .row-banner-notice {
    height: 40px;
  }
}

/* === banner-notice - end === */
/* === banners - end === */
/* === blocks === */
/* === blocks - padding === */
.block-text .container-content, .block-loop .container-content, .block-image-team .container-content, .block-image-icons .container-content, .block-form .container-content, .block-contact .container-content, .block-cta .container-content {
  padding-bottom: 100px;
  padding-top: 100px;
}

.block-cta {
  z-index: 1;
}
.block-contact {
  z-index: 1;
}
.block-form {
  z-index: 1;
}
.block-image {
  z-index: 1;
}
.block-loop {
  z-index: 1;
}
.block-text {
  z-index: 1;
}
/* === blocks – part – background color === */
.bg-color-white {
  background-color: #FFFFFF;
}
.bg-color-black {
  background-color: #000000;
}
.bg-color-grey-dark {
  background-color: #53504C;
}
.bg-color-grey-light {
  background-color: #F0EFEE;
}
.bg-color-copper {
  background-color: #C4886D;
}

/* === blocks – part – background color – end === */
/* === blocks – part – background image === */
.bg-container {
  height: 100%;
}
.bg-figure {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
}
.bg-row {
  height: 100%;
}
.bg-window {
  padding: 0;
}

/* === blocks – part – background image – end === */
/* === blocks - part - grid === */
.page-black .grid, .grid-on-black {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxwYXR0ZXJuIGlkPSJncmlkIiB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiPjxwYXRoIGQ9Ik0gMTAgMCBMIDAgMCAwIDEwIiBmaWxsPSJub25lIiBzdHJva2U9IiMyOTI4MjYiIHN0cm9rZS13aWR0aD0iMiIvPjwvcGF0dGVybj48L2RlZnM+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2Utd2lkdGg9IjIiIGZpbGw9InVybCgjZ3JpZCkiLz48L3N2Zz4=);
}

.page-white .grid, .grid-on-white {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxwYXR0ZXJuIGlkPSJncmlkIiB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiPjxwYXRoIGQ9Ik0gMTAgMCBMIDAgMCAwIDEwIiBmaWxsPSJub25lIiBzdHJva2U9IiNGMEVGRUUiIHN0cm9rZS13aWR0aD0iMiIvPjwvcGF0dGVybj48L2RlZnM+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3Ryb2tlPSIjZmZmZmZmIiBzdHJva2Utd2lkdGg9IjIiIGZpbGw9InVybCgjZ3JpZCkiLz48L3N2Zz4=);
}

.grid-on-copper {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxwYXR0ZXJuIGlkPSJncmlkIiB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiPjxwYXRoIGQ9Ik0gMTAgMCBMIDAgMCAwIDEwIiBmaWxsPSJub25lIiBzdHJva2U9IiNEM0E2OTIiIHN0cm9rZS13aWR0aD0iMiIvPjwvcGF0dGVybj48L2RlZnM+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3Ryb2tlPSIjYzQ4ODZkIiBzdHJva2Utd2lkdGg9IjIiIGZpbGw9InVybCgjZ3JpZCkiLz48L3N2Zz4=);
}
.grid-on-grey {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxwYXR0ZXJuIGlkPSJncmlkIiB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiPjxwYXRoIGQ9Ik0gMTAgMCBMIDAgMCAwIDEwIiBmaWxsPSJub25lIiBzdHJva2U9IiNFREVBRTgiIHN0cm9rZS13aWR0aD0iMiIvPjwvcGF0dGVybj48L2RlZnM+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3Ryb2tlPSIjRjdGN0Y2IiBzdHJva2Utd2lkdGg9IjIiIGZpbGw9InVybCgjZ3JpZCkiLz48L3N2Zz4=);
}
/* === blocks - part - grid - end === */
/* === blocks – part – padding === */
.block-text .container-content-padding-bottom-large, .block-loop .container-content-padding-bottom-large, .block-image-team .container-content-padding-bottom-large, .block-image-symmetric .container-content-padding-bottom-large, .block-image-icons .container-content-padding-bottom-large, .block-image-asymmetric .container-content-padding-bottom-large, .block-form .container-content-padding-bottom-large {
  padding-bottom: 200px;
}
.block-text .container-content-padding-bottom-none, .block-loop .container-content-padding-bottom-none, .block-image-team .container-content-padding-bottom-none, .block-image-symmetric .container-content-padding-bottom-none, .block-image-icons .container-content-padding-bottom-none, .block-image-asymmetric .container-content-padding-bottom-none, .block-form .container-content-padding-bottom-none {
  padding-bottom: 0;
}
.block-text .container-content-padding-bottom-normal, .block-loop .container-content-padding-bottom-normal, .block-image-team .container-content-padding-bottom-normal, .block-image-symmetric .container-content-padding-bottom-normal, .block-image-icons .container-content-padding-bottom-normal, .block-image-asymmetric .container-content-padding-bottom-normal, .block-form .container-content-padding-bottom-normal {
  padding-bottom: 100px;
}
.block-text .container-content-padding-bottom-small, .block-loop .container-content-padding-bottom-small, .block-image-team .container-content-padding-bottom-small, .block-image-symmetric .container-content-padding-bottom-small, .block-image-icons .container-content-padding-bottom-small, .block-image-asymmetric .container-content-padding-bottom-small, .block-form .container-content-padding-bottom-small {
  padding-bottom: 50px;
}
.block-text .container-content-padding-equal-large, .block-loop .container-content-padding-equal-large, .block-image-team .container-content-padding-equal-large, .block-image-symmetric .container-content-padding-equal-large, .block-image-icons .container-content-padding-equal-large, .block-image-asymmetric .container-content-padding-equal-large, .block-form .container-content-padding-equal-large {
  padding-bottom: 200px;
}
.block-text .container-content-padding-equal-none, .block-loop .container-content-padding-equal-none, .block-image-team .container-content-padding-equal-none, .block-image-symmetric .container-content-padding-equal-none, .block-image-icons .container-content-padding-equal-none, .block-image-asymmetric .container-content-padding-equal-none, .block-form .container-content-padding-equal-none {
  padding-bottom: 0;
}
.block-text .container-content-padding-equal-normal, .block-loop .container-content-padding-equal-normal, .block-image-team .container-content-padding-equal-normal, .block-image-symmetric .container-content-padding-equal-normal, .block-image-icons .container-content-padding-equal-normal, .block-image-asymmetric .container-content-padding-equal-normal, .block-form .container-content-padding-equal-normal {
  padding-bottom: 100px;
}
.block-text .container-content-padding-equal-small, .block-loop .container-content-padding-equal-small, .block-image-team .container-content-padding-equal-small, .block-image-symmetric .container-content-padding-equal-small, .block-image-icons .container-content-padding-equal-small, .block-image-asymmetric .container-content-padding-equal-small, .block-form .container-content-padding-equal-small {
  padding-bottom: 50px;
}
.block-text .container-content-padding-equal-large, .block-loop .container-content-padding-equal-large, .block-image-team .container-content-padding-equal-large, .block-image-symmetric .container-content-padding-equal-large, .block-image-icons .container-content-padding-equal-large, .block-image-asymmetric .container-content-padding-equal-large, .block-form .container-content-padding-equal-large {
  padding-top: 200px;
}
.block-text .container-content-padding-equal-none, .block-loop .container-content-padding-equal-none, .block-image-team .container-content-padding-equal-none, .block-image-symmetric .container-content-padding-equal-none, .block-image-icons .container-content-padding-equal-none, .block-image-asymmetric .container-content-padding-equal-none, .block-form .container-content-padding-equal-none {
  padding-top: 0;
}
.block-text .container-content-padding-equal-normal, .block-loop .container-content-padding-equal-normal, .block-image-team .container-content-padding-equal-normal, .block-image-symmetric .container-content-padding-equal-normal, .block-image-icons .container-content-padding-equal-normal, .block-image-asymmetric .container-content-padding-equal-normal, .block-form .container-content-padding-equal-normal {
  padding-top: 100px;
}
.block-text .container-content-padding-equal-small, .block-loop .container-content-padding-equal-small, .block-image-team .container-content-padding-equal-small, .block-image-symmetric .container-content-padding-equal-small, .block-image-icons .container-content-padding-equal-small, .block-image-asymmetric .container-content-padding-equal-small, .block-form .container-content-padding-equal-small {
  padding-top: 50px;
}
.block-text .container-content-padding-top-large, .block-loop .container-content-padding-top-large, .block-image-team .container-content-padding-top-large, .block-image-symmetric .container-content-padding-top-large, .block-image-icons .container-content-padding-top-large, .block-image-asymmetric .container-content-padding-top-large, .block-form .container-content-padding-top-large {
  padding-top: 200px;
}
.block-text .container-content-padding-top-none, .block-loop .container-content-padding-top-none, .block-image-team .container-content-padding-top-none, .block-image-symmetric .container-content-padding-top-none, .block-image-icons .container-content-padding-top-none, .block-image-asymmetric .container-content-padding-top-none, .block-form .container-content-padding-top-none {
  padding-top: 0;
}
.block-text .container-content-padding-top-normal, .block-loop .container-content-padding-top-normal, .block-image-team .container-content-padding-top-normal, .block-image-symmetric .container-content-padding-top-normal, .block-image-icons .container-content-padding-top-normal, .block-image-asymmetric .container-content-padding-top-normal, .block-form .container-content-padding-top-normal {
  padding-top: 100px;
}
.block-text .container-content-padding-top-small, .block-loop .container-content-padding-top-small, .block-image-team .container-content-padding-top-small, .block-image-symmetric .container-content-padding-top-small, .block-image-icons .container-content-padding-top-small, .block-image-asymmetric .container-content-padding-top-small, .block-form .container-content-padding-top-small {
  padding-top: 50px;
}

/* === blocks – part – padding – end === */
/* === blocks – part – text color === */
.text-color-white p, .text-color-white h6, .text-color-white h3, .text-color-white h2 {
  color: #FFFFFF !important;
}
.text-color-black p, .text-color-black h6, .text-color-black h3, .text-color-black h2 {
  color: #000000 !important;
}
.text-color-grey-dark p, .text-color-grey-dark h6, .text-color-grey-dark h3, .text-color-grey-dark h2 {
  color: #53504C !important;
}
.text-color-grey-light p, .text-color-grey-light h6, .text-color-grey-light h3, .text-color-grey-light h2 {
  color: #F0EFEE !important;
}
.text-color-copper p, .text-color-copper h6, .text-color-copper h3, .text-color-copper h2 {
  color: #C4886D !important;
}
/* === blocks – part – text color – end === */
/* === blocks - cta === */
/* === blocks - cta - groot === */
.block-cta-groot {
  background: #C4886D;
  color: #fff;
}
.block-cta-groot a {
  color: #fff;
}
.block-cta-groot a:hover {
  color: #fff;
}
.block-cta-groot a:hover h2 {
  color: #C4886D;
  -webkit-text-stroke: 1px white;
  text-stroke: 1px white;
  transition: all 0.5s ease 0s;
}
.block-cta-groot a:hover p {
  opacity: 0.5;
  transition: all 0.5s ease 0s;
}
.block-cta-groot a:hover svg {
  fill: rgba(255, 255, 255, 0);
  stroke: white;
  transition: all 0.5s ease 0s;
}
.block-cta-groot h2 {
  color: #fff;
  margin-bottom: 2rem;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0);
  text-stroke: 1px rgba(255, 255, 255, 0);
  -webkit-hyphens: auto;
  hyphens: auto;
  word-break: normal;
  transition: all 0.5s ease 0s;
}
.block-cta-groot p {
  margin: 0;
  opacity: 1;
  transition: all 0.5s ease 0s;
}
.block-cta-groot svg {
  animation: arrow_move ease-in-out 1.5s;
  animation-iteration-count: infinite;
  fill: white;
  height: auto;
  stroke: rgba(255, 255, 255, 0);
  stroke-width: 0.5px;
  transition: all 0.5s ease 0s;
  transform: translateX(0);
  width: 60%;
}
@keyframes arrow_move {
  0% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0);
  }
}
.block-cta-groot .container-content .col-link-arrow {
  align-content: center;
  display: flex;
  justify-content: start;
}
.block-cta-groot .container-content .row {
  align-items: center;
}

/* === blocks - cta – end === */
/* === block – faq === */
.block-contact-faq .block__faq-subject {
  margin: 0;
  padding: 0;
}
.block-contact-faq .block__faq-subject-list {
  margin: 0;
  padding: 0;
  padding-inline-start: 0;
}
.block-contact-faq .block__item a {
  font-size: 1rem;
}
.block-contact-faq .card__faq a {
  font-size: 1rem;
}
.block-contact-faq .block__list {
  position: sticky;
  top: 12rem;
  z-index: 1030;
  overflow: unset;
}
.block-contact-faq .block__nav {
  display: none;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .block-contact-faq .block__nav {
    display: block;
  }
}
.block-contact-faq .block__title {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.block-contact-faq .row-intro {
  margin-bottom: 50px;
}

/* === block – faq – end === */
/* === blocks - loop - general === */
/* === blocks - loop - general – flickity slider === */
.carousel {
  margin-left: 0;
  margin-right: 0;
}
.carousel a {
  text-decoration: none;
}
.carousel figure {
  margin-bottom: 0;
}
.carousel-cell-portfolio {
  height: 100%;
}
.carousel-cell-posts {
  width: 100%;
  margin: 0 15px;
  background: #F0EFEE;
}
.carousel-cell-posts:hover {
  background: transparent;
  transition: all 0.5s ease 0s;
}
@media (min-width: 576px) {
  .carousel-cell-posts {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .carousel-cell-posts {
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .carousel-cell-posts {
    width: 50%;
  }
}
@media (min-width: 1404px) {
  .carousel-cell-posts {
    width: 33.3333333333%;
  }
}
.carousel-portfolio {
  height: 75vh;
  width: 100%;
}
.carousel-portfolio:hover .block-loop-archive .post-overview:hover h6, .block-loop-archive .post-overview:hover .carousel-portfolio:hover h6, .carousel-portfolio:hover .block-loop-archive .post-overview:hover h3, .block-loop-archive .post-overview:hover .carousel-portfolio:hover h3, .carousel-portfolio:hover h6, .carousel-portfolio:hover h2 {
  transition: all 0.5s ease 0s;
}
.carousel-portfolio .col-text {
  padding-left: 0;
}
@media (min-width: 768px) {
  .carousel-portfolio .col-text {
    padding-left: 35px;
  }
}
.carousel-posts {
  height: 50vh;
  padding-left: 15px;
  padding-right: 15px;
}
.carousel-posts .block-loop-archive .post-overview a:hover h6, .block-loop-archive .post-overview .carousel-posts a:hover h6, .carousel-posts .block-loop-archive .post-overview a:hover h3, .block-loop-archive .post-overview .carousel-posts a:hover h3, .carousel-posts a:hover h6, .carousel-posts a:hover h3 {
  -webkit-text-stroke: 1px white !important;
  text-stroke: 1px white !important;
}
.carousel-posts a:hover img {
  opacity: 1;
}
.carousel-posts h3 {
  font-weight: 700;
}
.carousel-posts figcaption {
  top: 0;
  position: absolute;
}
.carousel-posts figcaption .col-text {
  padding-left: calc(16.6666666667% - 15px);
  padding-right: 15px;
}
@media (min-width: 768px) {
  .carousel-posts figcaption .col-text {
    padding-left: 50px;
  }
}
.carousel-posts figure {
  height: 50vh;
}
@media (min-width: 768px) {
  .carousel-posts figure {
    height: 25vh;
  }
}
.carousel-posts img {
  opacity: 0;
  filter: grayscale(100%);
}
.carousel-posts .flickity-slider {
  left: inherit;
}
@media (min-width: 576px) {
  .carousel-posts .flickity-slider {
    left: calc((100vw - 540px) / 2) !important;
  }
}
@media (min-width: 768px) {
  .carousel-posts .flickity-slider {
    left: calc((100vw - 720px) / 2) !important;
  }
}
@media (min-width: 992px) {
  .carousel-posts .flickity-slider {
    left: calc((100vw - 960px) / 2) !important;
  }
}
@media (min-width: 1404px) {
  .carousel-posts .flickity-slider {
    left: calc((100vw - 1440px) / 2) !important;
  }
}
@media (min-width: 768px) {
  .carousel-posts {
    height: 25vh;
  }
}

.flickity-prev-next-button {
  height: 40px !important;
  width: 40px !important;
}
.flickity-prev-next-button.next {
  right: 14px !important;
}
.flickity-prev-next-button.previous {
  left: 14px !important;
}
@media (min-width: 768px) {
  .flickity-prev-next-button {
    height: 44px !important;
    width: 44px !important;
  }
  .flickity-prev-next-button.next {
    right: 100px !important;
  }
  .flickity-prev-next-button.previous {
    left: 100px !important;
  }
}

/* === blocks - loop - general - end === */
/* === blocks - loop - archive === */
.block-loop-archive .post-overview a h3 {
  color: #FFFFFF !important;
  font-weight: 700;
}
.block-loop-archive .post-overview a h6 {
  margin-left: 0;
}
.block-loop-archive .post-overview a:hover h6, .block-loop-archive .post-overview a:hover h3 {
  color: rgba(255, 255, 255, 0) !important;
}
.block-loop-archive .post-overview figcaption {
  position: absolute;
}
.block-loop-archive .post-overview figcaption .col-text {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 576px) {
  .block-loop-archive .post-overview figcaption .col-text {
    padding-left: 25px;
  }
}
@media (min-width: 768px) {
  .block-loop-archive .post-overview figcaption .col-text {
    padding-left: 50px;
  }
}
.block-loop-archive .container-content {
  padding-bottom: 200px;
  padding-top: 0;
}

/* === blocks - loop - archive - end === */
/* === blocks - loop - posts === */
.block-loop-posts figcaption {
  position: absolute;
}
.block-loop-posts .container-content {
  padding-bottom: 100px;
  padding-top: 100px;
}

/* === blocks - loop - posts - end === */
/* === blocks - loop - special === */
.block-loop a {
  text-decoration: none;
}
.block-loop a h2 {
  color: #FFFFFF;
  transition: all 0.5s ease 0s;
}
.block-loop a h3 {
  color: #000000;
  transition: all 0.5s ease 0s;
}
.block-loop a h6 {
  color: #C4886D;
  transition: all 0.5s ease 0s;
}
.block-loop a:hover .block-loop-portfolio .card__link:hover .card__titel--sub, .block-loop-portfolio .card__link:hover .block-loop a:hover .card__titel--sub, .block-loop a:hover .block-loop-portfolio .card__link:hover .card__titel, .block-loop-portfolio .card__link:hover .block-loop a:hover .card__titel, .block-loop a:hover h6, .block-loop a:hover h3, .block-loop a:hover h2 {
  color: rgba(255, 255, 255, 0);
  -webkit-text-stroke: 1px white;
  text-stroke: 1px white;
  transition: all 0.5s ease 0s;
}
.block-loop img {
  background-color: #F0EFEE;
}
.block-loop figcaption {
  height: 100%;
  padding-bottom: 50px;
}
.block-loop-special {
  padding-bottom: 100px;
}
.block-loop-portfolio .blok__loop {
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .block-loop-portfolio .blok__loop {
    padding: 0 1rem;
  }
}
@media (min-width: 1404px) {
  .block-loop-portfolio .blok__loop {
    padding: 0 3.75rem;
  }
}
@media (min-width: 992px) {
  .block-loop-portfolio .blok__loop:nth-child(even) .card__portfolio:first-child {
    order: 6;
  }
}
.block-loop-portfolio .blok__loop .card__portfolio {
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .block-loop-portfolio .blok__loop .card__portfolio {
    margin-top: 0;
    padding: 0 2rem;
  }
}
@media (min-width: 1404px) {
  .block-loop-portfolio .blok__loop .card__portfolio {
    padding: 0 3.75rem;
  }
}
.block-loop-portfolio .blok__loop .card__portfolio:first-child() {
  margin-top: 0;
}
@media (min-width: 576px) {
  .block-loop-portfolio .blok__loop .card__portfolio:nth-child(even) .card__media-wrap {
    aspect-ratio: 5/4;
  }
}
.block-loop-portfolio .card__caption {
  display: flex;
  flex-direction: column;
  inset: 0;
  justify-content: space-between;
  padding: 1rem 1rem 2rem 1rem;
  position: absolute;
  z-index: 1;
}
@media (min-width: 768px) {
  .block-loop-portfolio .card__caption {
    padding: 2rem;
  }
}
.block-loop-portfolio .card__media-wrap {
  aspect-ratio: 4/5;
  display: block;
  height: 100%;
  overflow: hidden;
}
.block-loop-portfolio .card__media-wrap:after {
  background: rgba(0, 0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.5) 100%);
  border-radius: 0.25rem;
  inset: 0;
  content: "";
  position: absolute;
}
.block-loop-portfolio .card__media-wrap img {
  height: 100%;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  transition: 0.5s ease-in;
  width: 100%;
}
.block-loop-portfolio .card__link {
  position: relative;
}
.block-loop-portfolio .card__link:hover img {
  transform: scale(1.15);
  transition: 3s ease-out;
}
.block-loop-portfolio ul.card__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.block-loop-portfolio ul.card__list li {
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.5);
  border-radius: 1rem;
  color: #1d1d1b;
  font-size: 12px;
  padding: 0.25rem 0.5rem;
}
.block-loop-portfolio .card__samenvatting {
  color: #fff;
  font-size: 1.5rem;
  margin: 0;
}
.block-loop-portfolio .card__titel {
  color: #fff;
  margin: 0;
}
.block-loop-portfolio .card__titel--sub {
  color: #C4886D;
  font-size: 1rem;
  margin: 0;
}
.block-loop-portfolio .card__wrap {
  border-radius: 4px;
  overflow: hidden;
}
.block-loop-posts h6 {
  margin-left: 0;
}

/* === blocks - loop - special - end === */
/* === blocks - image - general === */
.block-image {
  padding: 0;
}
.block-image a:hover figcaption {
  opacity: 1;
}
.block-image figcaption {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  transition: all 0.5s ease 0s;
  transition-delay: 0.25s;
}
.block-image figure {
  position: relative;
  margin: 0;
}
.block-image img {
  filter: none;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  transition: all 0.5s ease 0s;
  width: 100%;
}
.block-image .col-text {
  /*margin-left: 16.6666666667%; // NOTE - equal to offset-2

  @media ( min-width: map-get( $grid-breakpoints, md ) ) { 
  	margin-left: 0;
  	padding-left: 55px; // NOTE – optical corrections.
  }*/
}
.block-image .col-text-small {
  max-width: 360px !important;
}
.block-image-loop-gradient::after {
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.5) 100%);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.block-image-loop figcaption {
  opacity: 1 !important;
}
.block-image-responsive img {
  -o-object-fit: unset;
     object-fit: unset;
  position: relative;
}
.block-image-text {
  padding-bottom: 75px;
  padding-top: 75px;
}
.block-image-text .col-text-small {
  padding-left: 50px;
}

/* === blocks - image - general - end === */
/* === blocks - image - asymmetric === */
.block-image-asymmetric .container {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .block-image-asymmetric .container .block-image-text {
    padding-left: 35px;
  }
}
.block-image-asymmetric .container-fluid, .block-image-asymmetric .container-sm, .block-image-asymmetric .container-md, .block-image-asymmetric .container-lg, .block-image-asymmetric .container-xl {
  padding-left: 0;
  padding-right: 0;
}
.block-image-asymmetric figure .container-fluid, .block-image-asymmetric figure .container-sm, .block-image-asymmetric figure .container-md, .block-image-asymmetric figure .container-lg, .block-image-asymmetric figure .container-xl {
  padding-left: 15px;
  padding-right: 15px;
}
.block-image-asymmetric figcaption {
  opacity: 1;
}

/* === blocks - image - asymmetric - end === */
/* === blocks - image - symmetric === */
.block-image-symmetric .container {
  padding-left: 0;
  padding-right: 0;
}
.block-image-symmetric .container-fluid, .block-image-symmetric .container-sm, .block-image-symmetric .container-md, .block-image-symmetric .container-lg, .block-image-symmetric .container-xl {
  padding-left: 0;
  padding-right: 0;
}
.block-image-symmetric figure .container-fluid, .block-image-symmetric figure .container-sm, .block-image-symmetric figure .container-md, .block-image-symmetric figure .container-lg, .block-image-symmetric figure .container-xl {
  padding-left: 15px;
  padding-right: 15px;
}
.block-image-symmetric figcaption {
  opacity: 1;
}

/* === blocks - image - symmetric - end === */
/* === blocks - image - icons === */
.row-logos, .row-icons {
  margin-top: 100px;
}
.row-logos a:hover, .row-icons a:hover {
  text-decoration: none;
}
.row-logos a [href*="#"]:hover, .row-icons a [href*="#"]:hover {
  cursor: default;
}
.row-logos a [href*="#"]:hover p, .row-icons a [href*="#"]:hover p {
  cursor: pointer;
}
.row-logos a [href*="#"]:hover img, .row-icons a [href*="#"]:hover img {
  cursor: default;
}
.row-logos img, .row-icons img {
  max-height: 80px;
  width: auto;
}
.row-logos figcaption, .row-icons figcaption {
  display: inline-block;
  opacity: 1;
  padding-left: 25px;
}
.row-logos figcaption p, .row-icons figcaption p {
  margin: 0;
}
.row-logos figure, .row-icons figure {
  margin: 0;
  text-decoration: none;
}

.block-image-icons img {
  -o-object-fit: unset;
     object-fit: unset;
  position: relative;
}
.col-icons {
  padding-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 25px;
}
@media (min-width: 768px) {
  .col-icons {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
.col-logos {
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 768px) {
  .col-logos {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.row-icons {
  text-align: left;
}
@media (min-width: 768px) {
  .row-icons figcaption {
    padding-left: 50px;
  }
}
.row-logos {
  text-align: center;
}

.page-black .icon-label {
  color: #FFFFFF;
  font-weight: 700;
}
.page-black .row-icons a[href*="tel:"]:hover .icon-label, .page-black .row-icons a[href*="mailto:"]:hover .icon-label, .page-black .row-icons a[href*=http]:hover .icon-label {
  /*color: $color-icon-label;
  @include prefix(text-stroke-width, 0, webkit);
  @include prefix(text-stroke-color, transparent, webkit);
  text-decoration: none;*/
  color: rgba(255, 255, 255, 0);
  text-decoration: none;
  -webkit-text-stroke: 1px white;
  text-stroke: 1px white;
}
.page-black .row-icons a .icon-label {
  /*color: transparent;
  @include prefix(text-stroke-width, 1px, webkit);
  @include prefix(text-stroke-color, $color-icon-label, webkit);
  text-decoration: none;*/
  color: white;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0);
  text-stroke: 1px rgba(255, 255, 255, 0);
  transition: all 0.5s ease 0s;
}
.page-black .row-logos a[href*="tel:"]:hover .icon-label, .page-black .row-logos a[href*="mailto:"]:hover .icon-label, .page-black .row-logos a[href*=http]:hover .icon-label {
  /*color: $color-icon-label;
  @include prefix(text-stroke-width, 0, webkit);
  @include prefix(text-stroke-color, transparent, webkit);
  text-decoration: none;*/
  color: rgba(255, 255, 255, 0);
  text-decoration: none;
  -webkit-text-stroke: 1px white;
  text-stroke: 1px white;
}
.page-black .row-logos a .icon-label {
  /*color: transparent;
  @include prefix(text-stroke-width, 1px, webkit);
  @include prefix(text-stroke-color, $color-icon-label, webkit);
  text-decoration: none;*/
  color: white;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0);
  text-stroke: 1px rgba(255, 255, 255, 0);
  transition: all 0.5s ease 0s;
}
.page-white .icon-label {
  color: #FFFFFF;
  font-weight: 700;
}
.page-white .row-icons a[href*="tel:"]:hover .icon-label, .page-white .row-icons a[href*="mailto:"]:hover .icon-label, .page-white .row-icons a[href*=http]:hover .icon-label {
  /*color: $color-icon-label;
  @include prefix(text-stroke-width, 0, webkit);
  @include prefix(text-stroke-color, transparent, webkit);
  text-decoration: none;*/
  color: rgba(255, 255, 255, 0);
  text-decoration: none;
  -webkit-text-stroke: 1px white;
  text-stroke: 1px white;
}
.page-white .row-icons a .icon-label {
  /*color: transparent;
  @include prefix(text-stroke-width, 1px, webkit);
  @include prefix(text-stroke-color, $color-icon-label, webkit);
  text-decoration: none;*/
  color: white;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0);
  text-stroke: 1px rgba(255, 255, 255, 0);
  transition: all 0.5s ease 0s;
}
.page-white .row-logos a[href*="tel:"]:hover .icon-label, .page-white .row-logos a[href*="mailto:"]:hover .icon-label, .page-white .row-logos a[href*=http]:hover .icon-label {
  /*color: $color-icon-label;
  @include prefix(text-stroke-width, 0, webkit);
  @include prefix(text-stroke-color, transparent, webkit);
  text-decoration: none;*/
  color: rgba(255, 255, 255, 0);
  text-decoration: none;
  -webkit-text-stroke: 1px white;
  text-stroke: 1px white;
}
.page-white .row-logos a .icon-label {
  /*color: transparent;
  @include prefix(text-stroke-width, 1px, webkit);
  @include prefix(text-stroke-color, $color-icon-label, webkit);
  text-decoration: none;*/
  color: white;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0);
  text-stroke: 1px rgba(255, 255, 255, 0);
  transition: all 0.5s ease 0s;
}
/* === blocks - image - icons - end === */
/* === blocks - image - logos  === */
.block-image-logos .blok__loop {
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 1rem;
}
@media (min-width: 768px) {
  .block-image-logos .blok__loop {
    flex-wrap: nowrap;
    gap: 2rem;
  }
}
.block-image-logos .card__logo {
  width: 8rem;
  height: 8rem;
}
@media (min-width: 1404px) {
  .block-image-logos .card__logo {
    width: 12rem;
    height: 12rem;
  }
}
.block-image-logos .card__media {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s ease-in;
  position: relative;
  width: 100%;
  z-index: -1;
}
.block-image-logos .card__media-wrap {
  align-items: center;
  aspect-ratio: 1;
  display: flex;
}
.block-image-logos .card__media-wrap::after {
  background: none;
}
.block-image-logos .container__inhoud {
  padding: 0;
}
.block-image-logos .swiper-wrapper {
  transition-timing-function: linear !important;
}

/* === blocks - image - icons - end === */
/* === blocks - image - product  === */
.block-image-product {
  padding: 2rem 0;
}
.block-image-product h2 {
  margin-top: 1rem;
}
.block-image-product h3 {
  margin-top: 2rem;
}
.block-image-product h4 {
  color: #C4886D;
  margin: 0;
}
.block-image-product .blok__afbeelding {
  aspect-ratio: 1;
  height: 100%;
}
@media (min-width: 992px) {
  .block-image-product .blok__afbeelding {
    aspect-ratio: unset;
    height: auto;
  }
}
.block-image-product .blok__tekst {
  order: 6;
  padding: 4rem 2rem;
}
@media (min-width: 992px) {
  .block-image-product .blok__tekst {
    order: unset;
  }
  .block-image-product .blok__tekst.order-last {
    order: 6;
  }
}
.block-image-product .blok__tekst .prijs {
  color: #000;
  display: flex;
  flex-direction: column;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: -0.025em;
  margin-bottom: 0;
  margin-top: 2rem;
}
.block-image-product .blok__tekst .prijs .btw {
  color: #C3BEB9;
  font-size: 0.875rem;
  font-weight: 700;
}
.block-image-product .blok__tekst .resultaat {
  color: #C4886D;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1em;
  margin: 2rem 0;
}
.block-image-product .blok__tekst .specs {
  font-size: 1rem;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .block-image-product .blok__tekst .specs {
    font-size: 1.125rem;
  }
}
.block-image-product .blok__tekst .specs ul {
  margin: 0;
  padding: 0;
  padding-left: 1rem;
  line-height: 2em;
}
.block-image-product .card__media-wrap {
  height: 100%;
}
.block-image-product a.col-link-anchor {
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .block-image-product a.col-link-anchor {
    font-size: 1.5rem;
  }
}
@media (hover: none) {
  .block-image-product a.col-link-anchor svg {
    animation: arrow_move ease-in-out 1.5s;
    animation-iteration-count: infinite;
  }
}
.block-image-product a.col-link-anchor:hover {
  color: transparent;
  -webkit-text-stroke: 1px #C47756;
  text-stroke: 1px #C47756;
}
.block-image-product a.col-link-anchor:hover svg {
  animation: arrow_move ease-in-out 1.5s;
  animation-iteration-count: infinite;
  fill: rgba(196, 136, 109, 0);
  stroke: #c4886d;
  transition: all 0.5s ease 0s;
  transform: translateX(0);
}
@keyframes arrow_move {
  0% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0);
  }
}
.block-image-product a.col-link-anchor figure {
  display: inline-block;
  height: 1.5em;
  margin-left: 10px;
  position: relative;
  width: 1.5em;
}
.block-image-product a.col-link-anchor svg {
  fill: #c4886d;
  stroke: rgba(196, 136, 109, 0);
  stroke-width: 1px;
  transition: all 0.5s ease 0s;
}
.block-image-product .row {
  justify-content: center;
}

/* === blocks - image - product – end  === */
/* === blocks - image - team === */
.block-image-team {
  background-color: #000000;
}
.block-image-team a {
  border-bottom: 2px solid transparent;
  transition: all 0.5s ease 0s;
  width: -moz-max-content;
  width: max-content;
}
.block-image-team a:hover {
  border-color: #C47756;
  transition: all 0.5s ease 0s;
}
.block-image-team h2 {
  color: #FFFFFF;
}
.block-image-team p {
  color: #F0EFEE;
}
.block-image-team .col-text-margin {
  padding-top: 25px;
}
@media (min-width: 992px) {
  .block-image-team .col-text-margin {
    padding-top: 25%;
  }
}

.col-team-image {
  bottom: 0;
  height: 100%;
  left: 0;
  right: 0;
  padding: 0;
  position: absolute;
  top: 0;
}
.col-team-image figure {
  height: 100%;
}
.col-team-person {
  margin-top: 75vh;
  padding-right: 0;
}
@media (min-width: 576px) {
  .col-team-person {
    margin-top: 25vh;
  }
}
@media (min-width: 768px) {
  .col-team-person {
    margin-top: 0;
  }
}
.col-team-person-link {
  margin: 0;
}
.col-team-person-name {
  margin-bottom: 1rem;
}
.col-team-quote p {
  color: rgba(0, 0, 0, 0);
  font-weight: 700;
  margin-top: 50px;
  -webkit-text-stroke: 1px #FFFFFF;
  text-stroke: 1px #FFFFFF;
}
@media (min-width: 768px) {
  .col-team-quote p {
    -webkit-text-stroke: 2px #FFFFFF;
    text-stroke: 2px #FFFFFF;
  }
}

/* === blocks - image - team - end === */
/* === blocks - text - address === */
.block-text-address a {
  border-bottom: 2px solid transparent;
}
.block-text-address a:hover {
  border-color: #C47756 !important;
}
.block-text-address address {
  margin-bottom: 75px;
}
.block-text-address .address-header {
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 1em;
  font-size: 1em !important;
}
.block-text-address .address-details {
  font-size: 1em !important;
}
.block-text-address .address-route {
  bottom: 0;
  position: absolute;
}
.block-text-address .address .display-title-h3 + a {
  margin-top: 50px;
}

/* === blocks - text - address - end === */
/* === blocks - text - general === */
.col-auto-columns {
  -moz-column-count: 1;
  -ms-column-count: 1;
  -o-column-count: 1;
  column-count: 1;
  -moz-column-fill: balance;
  -ms-column-fill: balance;
  -o-column-fill: balance;
  column-fill: balance;
  -moz-column-gap: 0;
  -ms-column-gap: 0;
  -o-column-gap: 0;
  column-gap: 0;
}
@media (min-width: 768px) {
  .col-auto-columns {
    -moz-column-count: 2;
    -ms-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
    -moz-column-gap: 65px;
    -ms-column-gap: 65px;
    -o-column-gap: 65px;
    column-gap: 65px;
  }
}
.col-bg {
  z-index: 0;
}
.col-text {
  padding-left: 0;
}
@media (min-width: 768px) {
  .col-text {
    padding-left: 50px;
  }
}
.col-text-double {
  padding-right: 15px;
}
.col-text-double-margin {
  padding-top: 50px;
}
.col-text-small {
  max-width: 360px;
}
.col-text-margin {
  padding-top: 4rem;
}
@media (min-width: 768px) {
  .col-text-margin {
    padding-top: 25%;
  }
}
.col-text-margin-quote {
  padding-top: 25%;
}
@media (min-width: 768px) {
  .col-text-margin-quote {
    padding-top: 0;
  }
}
.col-text-medium {
  max-width: 540px;
}
.col-text-nav {
  padding-left: 8.3333333333%;
}
@media (min-width: 992px) {
  .col-text-nav {
    padding-left: 60px;
  }
}
@media (min-width: 1404px) {
  .col-text-nav {
    padding-left: 120px;
  }
}
.col-text-large {
  max-width: 620px;
}

.row-legal p a {
  font-size: 16px;
}
@media (min-width: 992px) {
  .row-legal p a {
    font-size: 17px;
  }
}
@media (min-width: 1404px) {
  .row-legal p a {
    font-size: 18px;
  }
}
.row-legal ol, .row-legal ul {
  font-size: 16px;
  padding-inline-start: 20px;
}
@media (min-width: 992px) {
  .row-legal ol, .row-legal ul {
    font-size: 17px;
  }
}
@media (min-width: 1404px) {
  .row-legal ol, .row-legal ul {
    font-size: 18px;
  }
}
.row-paragraph p a {
  font-size: 16px;
}
@media (min-width: 992px) {
  .row-paragraph p a {
    font-size: 17px;
  }
}
@media (min-width: 1404px) {
  .row-paragraph p a {
    font-size: 18px;
  }
}
.row-paragraph ol, .row-paragraph ul {
  font-size: 16px;
  padding-inline-start: 20px;
}
@media (min-width: 992px) {
  .row-paragraph ol, .row-paragraph ul {
    font-size: 17px;
  }
}
@media (min-width: 1404px) {
  .row-paragraph ol, .row-paragraph ul {
    font-size: 18px;
  }
}
.row-subtitle {
  margin-bottom: 2rem;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .row-subtitle {
    margin-bottom: 4rem;
  }
}
.row-subtitle-line {
  border-bottom: 2px solid #C3BEB9;
}
.row-title {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .row-title {
    margin-bottom: 4rem;
  }
}
.row-quote {
  color: #C4886D;
}
.row-quote-line {
  border-bottom: 2px solid #C4886D;
}

/* === blocks - text - general - end === */
/* === blocks - text - intro + tags === */
.block-text-intro-tags .post-details {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .block-text-intro-tags .post-details {
    margin-bottom: 75px;
  }
}

/* === blocks - text - intro + tags - end === */
/* === blocks - text - legal === */
.block-text-legal {
  padding: 0;
}
.block-text-legal a {
  border-bottom: 2px solid transparent;
}
.block-text-legal a:hover {
  border-color: #C47756 !important;
}
.block-text-legal .container {
  background-color: rgba(240, 239, 238, 0.5);
  padding-bottom: 100px;
  padding-top: 100px;
}
.block-text-legal .sticky-top {
  top: 115px;
  position: sticky;
}

/* === blocks - text - legal - end === */
/* === blocks - text - link === */
.row-link {
  margin-top: 50px;
}
.row-link a {
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .row-link a {
    font-size: 1.5rem;
  }
}
@media (hover: none) {
  .row-link a svg {
    animation: arrow_move ease-in-out 1.5s;
    animation-iteration-count: infinite;
  }
}
.row-link a:hover {
  color: transparent;
  -webkit-text-stroke: 1px #C47756;
  text-stroke: 1px #C47756;
}
.row-link a:hover svg {
  animation: arrow_move ease-in-out 1.5s;
  animation-iteration-count: infinite;
  fill: rgba(196, 136, 109, 0);
  stroke: #c4886d;
  transition: all 0.5s ease 0s;
  transform: translateX(0);
}
@keyframes arrow_move {
  0% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0);
  }
}
.row-link a figure {
  display: inline-block;
  height: 1.5em;
  margin-left: 10px;
  position: relative;
  width: 1.5em;
}
.row-link a svg {
  fill: #c4886d;
  stroke: rgba(196, 136, 109, 0);
  stroke-width: 1px;
  transition: all 0.5s ease 0s;
}

/* === blocks - text - link - end === */
/* === blocks - text - statement === */
.block-text-quote {
  color: #C4886D;
  padding-left: 0;
  padding-right: 0;
}
.block-text-quote-column {
  padding-left: 0;
  padding-right: 0;
}
.block-text-quote p a {
  font-size: 32px;
}
@media (min-width: 768px) {
  .block-text-quote p a {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .block-text-quote p a {
    font-size: 48px;
  }
}

.row-quote {
  color: #C4886D;
}

.page-black .block-text-quote p {
  color: #C4886D;
}

/* === blocks - text - statement - end === */
/* === blocks - text - services === */
.block-text-services .col-bg-img {
  height: auto;
  max-width: 160px;
}
.block-text-services .col-bg figure {
  max-width: 160px;
}
@media (min-width: 768px) {
  .block-text-services .col-bg figure {
    max-width: unset;
  }
}
.block-text-services .col-service .col-text-margin {
  padding-top: 25px;
  margin-left: -13px;
}
@media (min-width: 992px) {
  .block-text-services .col-service .col-text-margin {
    padding-top: 25%;
  }
}
.block-text-services .col-service-description {
  color: #C4886D;
}
.block-text-services .col-service-description-text {
  margin-left: 60px;
}
@media (min-width: 768px) {
  .block-text-services .col-service-description-text {
    margin-left: 64px;
  }
}
.block-text-services .col-service-link {
  color: #C4886D !important;
  font-size: 1.0625em;
  margin-bottom: 10px;
  transition: all 0.5s ease 0s;
  width: -moz-max-content;
  width: max-content;
}
@media (min-width: 992px) {
  .block-text-services .col-service-link {
    font-size: 1.125em;
  }
}
@media (min-width: 1404px) {
  .block-text-services .col-service-link {
    font-size: 1.25em;
  }
}
.block-text-services .col-service-link-icon {
  display: inline-block;
  content: "";
  border-radius: 50%;
  height: 44px;
  transition: all 0.5s ease 0s;
  width: 44px;
}
@media (min-width: 768px) {
  .block-text-services .col-service-link-icon {
    height: 48px;
    width: 48px;
  }
}
.block-text-services .col-service-link-icon-inner {
  margin: 0;
  position: relative;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
.block-text-services .col-service-link-icon-inner svg {
  fill: #C4886D;
  height: 18px;
  transform: rotate(135deg);
  transition: all 0.5s ease 0s;
  width: auto;
}
.block-text-services .col-service-link-label {
  display: inline-block;
  height: 44px;
}
@media (min-width: 768px) {
  .block-text-services .col-service-link-label {
    height: 48px;
  }
}
.block-text-services .col-service-link-label-inner {
  margin-left: 10px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.block-text-services .col-service-link:hover {
  color: #C47756 !important;
  transition: all 0.5s ease 0s;
}
.block-text-services .col-service-link:hover .col-service-link-icon {
  background-color: #c47756;
}
.block-text-services .col-service-link:hover .col-service-link-icon-inner svg {
  fill: #FFFFFF;
}
.block-text-services .col-service-link-disabled {
  color: #C4886D;
  font-weight: 700;
}
.block-text-services .col-service-link-disabled .col-service-link-icon-inner svg {
  transform: rotate(0deg);
}
.block-text-services .col-service-link-disabled:hover {
  color: #C4886D !important;
}
.block-text-services .col-service-link-disabled:hover .col-service-link-icon {
  background-color: transparent;
}
.block-text-services .col-service-link-disabled:hover .col-service-link-icon-inner svg {
  fill: #C4886D;
}
.block-text-services .col-service-link.collapsed .col-service-link-icon-inner svg {
  transform: rotate(0deg);
  transition: all 0.5s ease 0s;
}
.block-text-services .col-service ul {
  list-style: none;
  padding-inline-start: 0;
  padding-block-start: 0;
  margin: 0;
  padding: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}
.block-text-services .row-statement {
  color: #000000;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .block-text-services .row-statement {
    margin-bottom: 100px;
  }
}

/* === blocks - text - services - end === */
/* === blocks - text - statement === */
.block-text-statement {
  color: #000000;
}

.row-statement {
  margin-bottom: 0;
}

/* === blocks - text - statement - end === */
/* === blocks - text - values === */
.block-text-values .col-bg-number {
  color: #FFFFFF !important;
  font-size: 20em;
}
.block-text-values .row-intro-paragraph .col-text-margin {
  padding-top: 25px;
}
@media (min-width: 768px) {
  .block-text-values .row-intro-paragraph .col-text-margin {
    padding-top: 0;
  }
}
.block-text-values .row-statement {
  color: #000000;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .block-text-values .row-statement {
    margin-bottom: 100px;
  }
}

/* === blocks - text - values - end === */
/* === blocks - end === */
/* === call-to-action === */
#call-to-action a {
  text-decoration: none;
}
#call-to-action #cta-1 {
  background-color: #C4886D;
  width: 100%;
}
#call-to-action #cta-1 a {
  color: #FFFFFF;
  padding-bottom: 25px;
  transition: all 0.5s ease 0s;
}
#call-to-action #cta-1 a h2 {
  color: #FFFFFF;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0);
  text-stroke: 1px rgba(255, 255, 255, 0);
  -webkit-hyphens: auto;
  hyphens: auto;
  word-break: normal;
  transition: all 0.5s ease 0s;
}
#call-to-action #cta-1 a h6 {
  transition: all 0.5s ease 0s;
}
#call-to-action #cta-1 a:hover h2 {
  color: #C4886D;
  -webkit-text-stroke: 1px white;
  text-stroke: 1px white;
  transition: all 0.5s ease 0s;
}
#call-to-action #cta-1 a:hover h6 {
  opacity: 0.5;
  transition: all 0.5s ease 0s;
}
#call-to-action #cta-1 h4 {
  color: rgba(255, 255, 255, 0.9);
  padding-left: 15px;
  padding-right: 15px;
}
#call-to-action #cta-1.breakout:before {
  background: #C4886D;
  content: "";
  height: 50vh;
  left: 0;
  position: absolute;
  width: 50%;
  z-index: 0;
}
#call-to-action #cta-1 .row-subtitle {
  padding-left: 0;
  padding-right: 0;
}
#call-to-action #cta-1 .row-subtitle-line {
  border-color: #FFFFFF;
}
#call-to-action #cta-2 {
  z-index: inherit;
}
@media (min-width: 768px) {
  #call-to-action #cta-2 {
    margin-top: -75vh;
  }
}
#call-to-action #cta-2 a {
  background-color: #000000;
}
#call-to-action #cta-2 a h2 {
  color: #FFFFFF;
  margin-left: 16.6666666667%;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0);
  text-stroke: 1px rgba(255, 255, 255, 0);
  transition: all 0.5s ease 0s;
}
@media (min-width: 768px) {
  #call-to-action #cta-2 a h2 {
    margin-left: 0;
  }
}
#call-to-action #cta-2 a:hover h2 {
  color: rgba(255, 255, 255, 0);
  -webkit-text-stroke: 1px white;
  text-stroke: 1px white;
  transition: all 0.5s ease 0s;
}
#call-to-action #cta-2 a:hover img {
  background-color: #000000;
  filter: blur(10px);
  mix-blend-mode: screen;
  transform: scale(1.1);
  opacity: 0.25;
}
#call-to-action #cta-2 figcaption {
  opacity: 1;
}
#call-to-action #cta-2 .block-image-cta {
  padding-left: 0;
  padding-right: 0;
}
#call-to-action #cta-3 {
  background-color: #F0EFEE;
}
#call-to-action #cta-3 a h2 {
  color: #000000;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
  text-stroke: 1px rgba(0, 0, 0, 0);
  transition: all 0.5s ease 0s;
}
#call-to-action #cta-3 a:hover h2 {
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke: 1px black;
  text-stroke: 1px black;
  transition: all 0.5s ease 0s;
}

/* === call-to-action - end === */
/* === card === */
.card {
  background-color: transparent;
  background-clip: initial;
  border: none;
  border-radius: 0;
  height: 100%;
  -webkit-hyphens: auto;
          hyphens: auto;
  word-wrap: break-word;
}
.card__faq {
  /*.collapsed {

      .faq__icon i {
          transform: rotate(0);
      }
  }*/
  /*.collapse {

      .faq__icon i {
          transform: rotate(0);
      }
  }*/
}
.card__faq .faq__answer {
  background: #F0EFEE;
  font-size: 0.875rem;
  padding: 0.5rem;
  padding-left: 2rem;
}
.card__faq .faq__answer *:last-child {
  margin-bottom: 0;
}
.card__faq .faq__header {
  padding: 1rem 0;
}
.card__faq .faq__icon i {
  transition: transform 250ms ease-in;
}
.card__faq .faq__toggle {
  align-items: center;
  color: #000;
  display: flex;
  justify-content: space-between;
}
.card__faq .faq__toggle:hover {
  color: #C47756;
}
.card__faq .faq__toggle[aria-expanded=false] .faq__icon i {
  transform: rotate(0);
  transition: transform 250ms ease-in;
}
.card__faq .faq__toggle[aria-expanded=true] .faq__icon i {
  transform: rotate(45deg);
  transition: transform 250ms ease-in;
}
.card__faq .faq__question {
  font-family: pragmatica, sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
}

/* === card – end === */
/* === footer === */
footer {
  background-color: #000000;
  min-height: auto;
  padding-bottom: 7rem;
  padding-top: 50px;
  z-index: -1000 !important;
}
@media (min-width: 768px) {
  footer {
    padding-bottom: 75px;
  }
}
@media (min-width: 576px) {
  footer {
    min-height: 30vh;
  }
}
@media (min-width: 768px) {
  footer {
    min-height: 30vh;
  }
}
@media (min-width: 992px) {
  footer {
    min-height: 40vh;
  }
}
@media (min-width: 1404px) {
  footer {
    min-height: 25vh;
  }
}
footer h3 {
  color: #FFFFFF;
  margin: 0;
}
footer h4 {
  color: #7E7672;
}
footer a {
  transition: all 0.5s ease 0s;
}
footer ul {
  list-style: none;
  padding-inline-start: 0;
  padding-block-start: 0;
  margin: 0;
  padding: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}
footer ul li {
  display: inline-block;
}
footer ul li a {
  color: #c3beb9;
  -webkit-text-stroke: 1px rgba(126, 118, 114, 0);
  text-stroke: 1px rgba(126, 118, 114, 0);
  text-transform: lowercase;
}
footer ul li a:hover {
  color: white;
  text-decoration: none;
  -webkit-text-stroke: 1px rgba(126, 118, 114, 0);
  text-stroke: 1px rgba(126, 118, 114, 0);
}
footer ul li:not(:last-child) {
  padding-right: 25px;
}
footer ul:hover a {
  color: rgba(195, 190, 185, 0);
  -webkit-text-stroke: 1px #7e7672;
  text-stroke: 1px #7e7672;
}
footer #footer-social-links {
  margin-top: 50px;
}
@media (min-width: 768px) {
  footer #footer-social-links {
    margin-top: 0;
  }
}
footer .row-subtitle-line {
  border-color: #7E7672;
}

/* === footer - end === */
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
/* === variables === */
/* === variables - end === */
.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger.is-active:hover {
  opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #53504C;
}

.hamburger-box {
  width: 20px;
  height: 15px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 20px;
  height: 3px;
  background-color: #53504C;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -6px;
}
.hamburger-inner::after {
  bottom: -6px;
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* === hamburgers – custom === */
.hamburger {
  border: 2px solid rgba(255, 255, 255, 0);
  text-align: center;
}
.hamburger-box {
  top: 47.5% !important;
}
.hamburger.nav-element {
  padding: 0;
}
.hamburger-inner-maerke {
  background-color: rgba(83, 80, 76, 0);
  transition: 0.25s ease-in;
  transition-delay: 0.25s;
}
.hamburger-inner-maerke:before {
  opacity: 1;
  top: -4px;
}
.hamburger-inner-maerke:after {
  opacity: 1;
  bottom: -4px;
}
.hamburger:hover .hamburger-inner-maerke {
  background-color: #53504c;
}
.hamburger:hover .hamburger-inner-maerke:before {
  top: -6px;
}
.hamburger:hover .hamburger-inner-maerke:after {
  bottom: -6px;
}
.hamburger.is-active {
  border: 2px solid white;
}
.hamburger.is-active .hamburger-inner-maerke {
  background-color: #C4886D;
  transition: 0.25s ease-in;
}
.hamburger.is-active .hamburger-inner-maerke:before {
  background-color: #C4886D;
  transition: 0.25s ease-in;
}
.hamburger.is-active .hamburger-inner-maerke:after {
  background-color: #C4886D;
  transition: 0.25s ease-in;
}
.hamburger.is-active:hover .hamburger-inner-maerke {
  background-color: #FFFFFF;
}
.hamburger.is-active:hover .hamburger-inner-maerke:before {
  background-color: #FFFFFF;
  top: 0;
}
.hamburger.is-active:hover .hamburger-inner-maerke:after {
  background-color: #FFFFFF;
  bottom: 0;
}

/* === hamburgers – custom - end === */
/* === header === */
/* === header - end === */
/* === navigation === */
#navigation .nav-element {
  height: 44px;
  width: 44px;
}
@media (min-width: 768px) {
  #navigation .nav-element {
    height: 48px;
    width: 48px;
  }
}

#navigation {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  position: relative;
  z-index: 5000;
}
#navigation a:hover .nav-element-bg-circle-blur {
  background-color: rgba(0, 0, 0, 0.1);
}
#navigation a:hover .nav-element-inner-text-label {
  opacity: 1 !important;
}
#navigation ul {
  list-style: none;
  padding-inline-start: 0;
  padding-block-start: 0;
  margin: 0;
  padding: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}
#navigation .nav-element {
  content: "";
  border-radius: 50%;
  transition: all 1s ease 0s;
}
#navigation .nav-element i {
  font-size: 1.25em;
}
#navigation .nav-element-bg-circle-blur {
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
#navigation .nav-element-bg-circle-blur.is-active {
  background-color: white;
}
#navigation .nav-element-bg-circle-blur:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
#navigation .nav-element-bg-copper {
  background-color: #C4886D;
  display: block;
  height: 42px;
  left: 44px;
  margin-top: 1px;
  position: fixed;
  transition: box-shadow 1s ease;
  width: 42px;
}
@media (min-width: 768px) {
  #navigation .nav-element-bg-copper {
    height: 46px;
    left: 50px;
    width: 46px;
  }
}
@media (min-width: 992px) {
  #navigation .nav-element-bg-copper {
    left: 75px;
  }
}
@media (min-width: 1404px) {
  #navigation .nav-element-bg-copper {
    left: 100px;
  }
}
#navigation .nav-element-icon {
  display: inline-block;
}
#navigation .nav-element-icon-label {
  display: inline-block;
  height: 44px;
}
#navigation .nav-element-icon-label p {
  transition: all 1s ease 0s;
}
#navigation .nav-element-inner {
  margin: 0;
  position: relative;
  text-align: center;
  top: 56.5%;
  transform: translateY(-50%);
}
#navigation .nav-element-inner-text {
  margin: 0;
  padding-left: 25px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#navigation .nav-element-inner-text-indicator {
  padding-left: 0;
  padding-right: 25px;
}
#navigation .nav-element-inner-text-label {
  opacity: 0;
  font-size: 0.875em;
}
#navigation.is-active #breadcrumbs-wrapper, #navigation.is-active #cta-items, #navigation.is-active #cta-button-1 {
  display: none;
}
#navigation.is-active #logo-home #maerke-logo #m {
  opacity: 1;
}
#navigation.is-active #logo-home #maerke-logo #r {
  opacity: 1;
}
#navigation.is-active #logo-home #maerke-logo #k {
  opacity: 1;
}
#navigation.is-active #logo-home #maerke-logo #e {
  opacity: 1;
}
#navigation.is-active #nav-overlay {
  display: block;
}
#navigation.is-active .payoff {
  position: fixed;
}

/* --- navigation - scroll-based changes --- */
.scroll #logo-home #maerke-logo #e, .scroll #logo-home #maerke-logo #k, .scroll #logo-home #maerke-logo #r, .scroll #logo-home #maerke-logo #m, #cta-items, #breadcrumbs-wrapper {
  opacity: 0;
  transition: all 1s ease 0s;
}

.scroll-page-hero .payoff {
  opacity: 0;
  transition: all 1s ease 0s;
}

.scroll-page-hero #cta-items, .scroll-page-hero #breadcrumbs-wrapper {
  opacity: 1;
  transition: all 1s ease 0s;
}

.scroll-cta #cta-items, .scroll-cta #breadcrumbs-wrapper {
  opacity: 0;
  transition: all 1s ease 0s;
}

.scroll-bottom #logo-home #maerke-logo #e, .scroll-bottom #logo-home #maerke-logo #k, .scroll-bottom #logo-home #maerke-logo #r, .scroll-bottom #logo-home #maerke-logo #m, .scroll-bottom .payoff {
  opacity: 1;
  transition: all 1s ease 0s;
}

.page-black #navigation .nav-element-bg-circle-blur {
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.page-black #navigation .nav-element-bg-circle-blur.is-active {
  background-color: black;
}
.page-black #navigation .nav-element-bg-circle-blur:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

/* === navigation - breadcrumbs === */
#breadcrumbs-wrapper {
  bottom: 0;
  margin-bottom: 43px;
  margin-right: 43px;
  position: fixed;
  right: 0;
  text-align: right;
}
@media (min-width: 768px) {
  #breadcrumbs-wrapper {
    margin-bottom: 73px;
    margin-right: 50px;
  }
}
@media (min-width: 992px) {
  #breadcrumbs-wrapper {
    margin-bottom: 98px;
    margin-right: 75px;
  }
}
@media (min-width: 1404px) {
  #breadcrumbs-wrapper {
    margin-bottom: 123px;
    margin-right: 100px;
  }
}
#breadcrumbs-wrapper #indicator {
  margin-top: 51px;
}
#breadcrumbs-wrapper .nav-element-inner-text-label {
  opacity: 1 !important;
}
#breadcrumbs-wrapper .vertical-text {
  transform: rotate(-90deg) translateX(100%);
  transform-origin: bottom right;
  margin: 0 13px;
}

/* === navigation - breadcrumbs - end === */
/* === navigation - cta-items === */
#cta-items {
  bottom: 0;
  left: 0;
  margin-bottom: 20px;
  margin-left: 43px;
  position: fixed;
}
@media (min-width: 768px) {
  #cta-items {
    margin-bottom: 50px;
    margin-left: 50px;
  }
}
@media (min-width: 992px) {
  #cta-items {
    margin-bottom: 75px;
    margin-left: 75px;
  }
}
@media (min-width: 1404px) {
  #cta-items {
    margin-bottom: 100px;
    margin-left: 100px;
  }
}
#cta-items li {
  margin-top: 10px;
}
@media (min-width: 768px) {
  #cta-items li {
    margin-top: 25px;
  }
}
#cta-items li:first-of-type {
  margin-top: 0;
}
#cta-items li a {
  display: inline-block;
  transition: all 1s ease 0s;
}
#cta-items li a:hover {
  transition: all 1s ease 0s;
  text-decoration: none;
}
#cta-items li a:hover .nav-element-icon-label p {
  transition: all 1s ease 0s;
}

.page-black .nav-element-inner-text-label {
  color: #C4886D;
}

/* === navigation - cta-items - end === */
/* === navigation - logo === */
#logo {
  left: 0;
  margin-left: 12px;
  margin-top: 40px;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  #logo {
    height: 48px;
    margin-left: 15px;
    margin-top: 75px;
  }
}
@media (min-width: 992px) {
  #logo {
    margin-left: 40px;
    margin-top: 75px;
  }
}
@media (min-width: 1404px) {
  #logo {
    margin-left: 65px;
    margin-top: 100px;
  }
}
#logo-home {
  position: fixed;
}
#logo-home svg {
  height: 44px;
  width: auto;
}
@media (min-width: 768px) {
  #logo-home svg {
    height: 48px;
  }
}
#logo .logo-wrapper:hover .nav-element-bg-copper {
  box-shadow: 0 0 10px 0 rgba(196, 119, 86, 0.75);
}
#logo .payoff {
  color: #C3BEB9;
  font-size: 1.125em;
  font-weight: 300;
  margin-left: 50px;
  margin-top: 75px;
  letter-spacing: -0.025em;
  line-height: 1.1em;
}
@media (min-width: 768px) {
  #logo .payoff {
    margin-left: 60px;
    margin-top: 100px;
  }
}

/* --- navigation - logo – scroll-based changes --- */
.scroll-bottom .payoff {
  position: fixed;
}
@media (min-width: 576px) {
  .scroll-bottom .payoff {
    opacity: 0;
    transition: all 1s ease 0s;
    position: relative;
  }
}
/* === navigation - logo – maerke logo === */
#maerke-logo #m {
  fill: #53504C;
}
#maerke-logo #r {
  fill: #53504C;
}
#maerke-logo #k {
  fill: #53504C;
}
#maerke-logo #e {
  fill: #53504C;
}
#maerke-logo #ae-symbol {
  fill: #FFFFFF;
}
#maerke-logo #circle-copper {
  fill: #C4886D;
}

.page-black #maerke-logo #m {
  fill: #7E7672;
}
.page-black #maerke-logo #r {
  fill: #7E7672;
}
.page-black #maerke-logo #k {
  fill: #7E7672;
}
.page-black #maerke-logo #e {
  fill: #7E7672;
}

.logo-wrapper #circle-copper {
  transition: all 1s ease 0s;
}
.logo-wrapper:hover #circle-copper {
  transition: all 1s ease 0s;
  fill: #C47756 !important;
}

/* --- navigation - logo – maerke logo – scroll-based changes --- */
/* === navigation - logo – maerke logo - end === */
/* === navigation - logo - end === */
/* === navigation - menu === */
#menu {
  position: relative;
  z-index: 9999;
}
#menu-wrapper {
  height: 44px;
  margin-right: 55px;
  margin-top: 40px;
  position: fixed;
  right: 0;
  top: 0;
}
@media (min-width: 768px) {
  #menu-wrapper {
    height: 48px;
    margin-right: 64px;
    margin-top: 75px;
  }
}
@media (min-width: 992px) {
  #menu-wrapper {
    margin-right: 89px;
    margin-top: 75px;
  }
}
@media (min-width: 1404px) {
  #menu-wrapper {
    margin-right: 114px;
    margin-top: 100px;
  }
}
#menu-wrapper #cta-button-1 {
  margin-right: 100px;
}
#menu-button {
  display: inline-block;
}

/* === navigation - menu - end === */
/* === navigation – overlay === */
#nav-call-to-action {
  margin-top: -100vh;
}
#nav-call-to-action-header {
  color: #FFFFFF;
  line-height: 0.95 !important;
  /*font: {
  	size: 2.25em;
  }

  @media ( min-width: map-get( $grid-breakpoints, lg ) ) {
  	font: {
  		size: 2.25em;
  	}
  }

  @media ( min-width: map-get( $grid-breakpoints, xl ) ) {
  	font: {
  		size: 3.00em;
  	}
  }*/
}
#nav-call-to-action p {
  margin-bottom: 0;
}
#nav-call-to-action-background {
  background-color: #C4886D;
  padding-left: 0;
  padding-right: 0;
}
#nav-call-to-action-contact ul li a {
  color: #f0efee;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0);
  text-stroke: 1px rgba(255, 255, 255, 0);
  transition: all 0.5s ease 0s;
}
#nav-call-to-action-contact ul li a:hover {
  color: white;
  text-decoration: none;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0);
  text-stroke: 1px rgba(255, 255, 255, 0);
}
#nav-call-to-action-contact ul:hover a {
  color: rgba(240, 239, 238, 0);
  -webkit-text-stroke: 1px white;
  text-stroke: 1px white;
}
#nav-call-to-action-contact-list {
  width: 100%;
}
#nav-call-to-action.breakout-nav-copper:after {
  background: #C4886D;
  content: "";
  height: 75vh;
  left: 75%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
#nav-main ul li a {
  color: black;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0);
  text-stroke: 1px rgba(255, 255, 255, 0);
  transition: all 0.5s ease 0s;
}
#nav-main ul li a:hover {
  color: white;
  text-decoration: none;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0);
  text-stroke: 1px rgba(255, 255, 255, 0);
}
#nav-main ul li.current-menu-item a {
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke: 1px black;
  text-stroke: 1px black;
}
#nav-main ul:hover a {
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke: 1px #f0efee;
  text-stroke: 1px #f0efee;
}
#nav-main ul:hover li.current-menu-item a {
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke: 1px #f0efee;
  text-stroke: 1px #f0efee;
}
#nav-main ul:hover li.current-menu-item a:hover {
  color: white !important;
  text-decoration: none;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0);
  text-stroke: 1px rgba(255, 255, 255, 0);
}
#nav-main-img {
  left: 0;
  position: absolute;
  top: 0;
}
#nav-overlay {
  background: #FFFFFF;
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.5s ease 0s;
  z-index: 1100;
}
#nav-overlay.is-visible {
  background: #000000;
}
#nav-secondary {
  margin-top: -25vh;
}
#nav-secondary ul {
  width: 100%;
}
#nav-secondary ul li a {
  color: #53504c;
  -webkit-text-stroke: 1px rgba(126, 118, 114, 0);
  text-stroke: 1px rgba(126, 118, 114, 0);
  transition: all 0.5s ease 0s;
}
#nav-secondary ul li a:hover {
  color: #53504c;
  text-decoration: none;
  -webkit-text-stroke: 1px rgba(126, 118, 114, 0);
  text-stroke: 1px rgba(126, 118, 114, 0);
}
#nav-secondary ul li.current-menu-item a {
  color: rgba(83, 80, 76, 0);
  -webkit-text-stroke: 1px #7e7672;
  text-stroke: 1px #7e7672;
}
#nav-secondary ul:hover a {
  color: rgba(83, 80, 76, 0);
  -webkit-text-stroke: 1px #7e7672;
  text-stroke: 1px #7e7672;
}
#nav-secondary ul:hover li.current-menu-item a {
  color: rgba(83, 80, 76, 0);
  -webkit-text-stroke: 1px #53504c;
  text-stroke: 1px #53504c;
}
#nav-secondary ul:hover li.current-menu-item a:hover {
  color: #53504c !important;
  text-decoration: none;
  -webkit-text-stroke: 1px rgba(83, 80, 76, 0);
  text-stroke: 1px rgba(83, 80, 76, 0);
}
#nav-secondary-background {
  background: #F0EFEE;
  padding-left: 0;
  padding-right: 0;
}
#nav-secondary.breakout-nav-grey-light:after {
  background: #F0EFEE;
  bottom: 0;
  content: "";
  height: 25vh;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1000;
}
@media (min-width: 768px) {
  #nav-secondary.breakout-nav-grey-light:after {
    left: 75%;
  }
}

.nav-call-to-action-contact-item {
  margin-bottom: 2em;
}
.nav-call-to-action-contact-item-icon {
  display: inline-block;
  text-align: center;
  width: 100%;
}
@media (min-width: 576px) {
  .nav-call-to-action-contact-item-icon {
    padding-left: 8.3333333333%;
    padding-right: 8.3333333333%;
    width: auto;
  }
}
@media (min-width: 992px) {
  .nav-call-to-action-contact-item-icon {
    width: 60px;
  }
}
@media (min-width: 1404px) {
  .nav-call-to-action-contact-item-icon {
    width: 120px;
  }
}
.nav-call-to-action-contact-item-icon i {
  font-size: unset;
}
.nav-call-to-action-contact-item-text {
  display: inline-block;
  font-weight: 700;
  margin-left: 0.5rem;
}
@media (min-width: 576px) {
  .nav-call-to-action-contact-item-text {
    font-size: 1.1764705882em;
  }
}
@media (min-width: 992px) {
  .nav-call-to-action-contact-item-text {
    font-size: 1.3333333333em;
  }
}
@media (min-width: 1404px) {
  .nav-call-to-action-contact-item-text {
    font-size: 1.7777777778em;
    line-height: 1;
  }
}
.nav-main-item-img {
  display: inline-block;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.nav-main-item-img:after {
  background-color: rgba(29, 29, 27, 0.35);
  display: block;
  content: "";
  inset: 0;
  opacity: 0;
  position: absolute;
}
.nav-main-item-img img {
  height: 100%;
  inset: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  position: absolute;
  transform-origin: center center;
  width: 100%;
  transition: all 0.5s ease 0s;
}
.nav-main-item-img.is-visible:after {
  opacity: 1;
}
.nav-main-item-img.is-visible img {
  animation: kenburns-loop 10s ease-in-out infinite alternate;
  opacity: 1;
  transition: all 0.5s ease 0s;
  /* Oneindige Ken Burns-loop met zoom + pan */
}
@keyframes kenburns-loop {
  0% {
    transform: scale(1) translate(0%, 0%);
  }
  100% {
    transform: scale(1.1) translate(-2%, 2%);
  }
}
/* === navigation – overlay - end === */
/* --- nav – breadcrumbs --- */
.nav__breadcrumbs {
  align-items: center;
  bottom: 7rem;
  color: #fff;
  display: flex;
  font-size: 1rem;
  font-weight: 600;
  gap: 0.25rem;
  letter-spacing: -0.0025em;
  mix-blend-mode: difference;
  opacity: 0;
  position: fixed;
  right: 0.6rem;
  transform: rotate(-90deg);
  transition: opacity 0.5s ease-in;
  z-index: 900;
}
@media (min-width: 768px) {
  .nav__breadcrumbs {
    bottom: 10rem;
    right: 1.6rem;
  }
}
@media (min-width: 1404px) {
  .nav__breadcrumbs {
    bottom: 10rem;
    right: 3.6rem;
  }
}

.is__scrolling .nav__breadcrumbs {
  transition: opacity 0.25s ease-in 0.5s;
}
@media (min-width: 576px) {
  .is__scrolling .nav__breadcrumbs {
    opacity: 1;
  }
}

.scroll-cta .nav__breadcrumbs {
  opacity: 0;
  transition: opacity 0.5s ease-in;
}

/* --- nav – breadcrumbs – end --- */
/* --- nav – menu-buttons --- */
.nav__buttons-eigenschappen, .nav__button-menu-label, .nav__button-menu-icon {
  display: inline-flex;
  height: 3rem;
  position: fixed;
  top: 3rem;
  transition: all 0.5s ease-in;
  z-index: 1000;
}
@media (min-width: 768px) {
  .nav__buttons-eigenschappen, .nav__button-menu-label, .nav__button-menu-icon {
    top: 6rem;
  }
}
.nav__buttons {
  align-content: center;
  height: 0;
  width: 0;
  text-align: right;
}

.nav__button-menu {
  display: flex;
  justify-content: flex-end;
}
.nav__button-menu-bg {
  -webkit-backdrop-filter: blur(0.5rem);
          backdrop-filter: blur(0.5rem);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2rem;
  height: 3rem;
  position: fixed;
  right: 3rem;
  top: 3rem;
  transition: all 0.5s ease-in;
  width: 7.5rem;
  z-index: 10;
}
@media (min-width: 768px) {
  .nav__button-menu-bg {
    right: 4rem;
    top: 6rem;
  }
}
@media (min-width: 1404px) {
  .nav__button-menu-bg {
    right: 6rem;
  }
}
.nav__button-menu-icon {
  background-color: #fff;
  border-radius: 50%;
  mix-blend-mode: difference;
  padding: 0.9375rem 0.75rem;
  right: 3rem;
  transition: top 0.5s ease-in;
  width: 3rem;
}
@media (min-width: 768px) {
  .nav__button-menu-icon {
    right: 4rem;
  }
}
@media (min-width: 1404px) {
  .nav__button-menu-icon {
    right: 6rem;
  }
}
.nav__button-menu-icon svg rect {
  color: #000;
  display: block;
  fill: currentColor; /* koppeling aan parent color */
  height: 2px;
  transition: all 0.5s ease-in;
  transform: translateZ(0); /* GPU render fix voor iOS */
  width: 1.5rem;
  will-change: fill;
}
.nav__button-menu-icon svg rect:first-child {
  transform: translateY(2px);
  transition: color 0.25s ease-in 0.25s, transform 0.25s ease-in 0.25s;
}
.nav__button-menu-icon svg rect:nth-child(2) {
  opacity: 0;
  transition: color 0.25s ease-in, opacity 0.25s ease-in;
}
.nav__button-menu-icon svg rect:last-child {
  transform: translateY(-2px);
  transition: color 0.25s ease-in 0.25s, transform 0.25s ease-in 0.25s;
}
.nav__button-menu-label {
  align-items: center;
  color: #fff;
  letter-spacing: -0.025em;
  margin-right: 1rem;
  mix-blend-mode: difference;
  opacity: 1;
  right: 6rem;
}
@media (min-width: 768px) {
  .nav__button-menu-label {
    right: 7rem;
  }
}
@media (min-width: 1404px) {
  .nav__button-menu-label {
    right: 9rem;
  }
}
.nav__button-menu-label p {
  font-size: 0.875rem;
  font-weight: 700;
  margin: 0;
}
.nav__button-menu:hover {
  cursor: pointer;
}
.nav__button-menu:hover .nav__button-menu-icon {
  background-color: #C4886D;
  box-shadow: 0 0 12px rgba(196, 119, 86, 0.5);
  mix-blend-mode: normal;
  transition: color 0.5s ease-in, background-color 0.5s ease-in, box-shadow 0.25s ease-in;
}
.nav__button-menu:hover .nav__button-menu-icon svg rect {
  color: #fff;
  transition: color 0.25s ease-in, transform 0.25s ease-in;
}
.nav__button-menu:hover .nav__button-menu-icon svg rect:first-child {
  transform: translateY(-2px);
}
.nav__button-menu:hover .nav__button-menu-icon svg rect:nth-child(2) {
  opacity: 1;
  transition: opacity 0.25s ease-in 0.25s;
}
.nav__button-menu:hover .nav__button-menu-icon svg rect:last-child {
  transform: translateY(2px);
}

.nav__button-cta {
  align-items: center;
  background-color: #C4886D;
  border: 1px solid #C47756;
  border-radius: 2rem;
  display: flex;
  color: #fff;
  font-family: pragmatica, sans-serif;
  font-size: 0.875rem;
  font-weight: 800;
  height: 3rem;
  line-height: 1em;
  padding: 0 1rem;
  position: fixed;
  text-align: center;
  top: 11.5rem;
  transition: all 0.5s ease-in;
  width: -moz-max-content;
  width: max-content;
  z-index: 1000;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: unset;
  bottom: 2rem;
}
@media (min-width: 768px) {
  .nav__button-cta {
    border: none;
    bottom: unset;
    left: unset;
    margin: unset;
    text-align: left;
    top: 6rem;
    width: auto;
    right: 12.5rem;
  }
}
@media (min-width: 1404px) {
  .nav__button-cta {
    right: 14.5rem;
  }
}
.nav__button-cta:hover {
  background-color: #C47756;
  box-shadow: 0 0 12px rgba(196, 119, 86, 0.5);
  color: #fff;
  transition: all 0.25s ease-in;
}

.is__actief .nav__button-cta:hover {
  background-color: #fff;
  color: #C4886D;
}
@media (min-width: 768px) {
  .is__actief .nav__button-cta {
    background-color: #000;
    right: 20rem;
  }
}
@media (min-width: 1404px) {
  .is__actief .nav__button-cta {
    right: 30.5rem;
  }
}
.is__actief .nav__button-menu .nav__button-menu-icon {
  mix-blend-mode: normal;
}
.is__actief .nav__button-menu:hover .nav__button-menu-icon {
  background-color: #1d1d1b;
  transition: background-color 0.25s ease-in;
}
.is__actief .nav__button-menu:hover .nav__button-menu-icon svg rect {
  color: #fff;
  transition: color 0.25s ease-in, transform 0.25s ease-in;
}
.is__actief .nav__button-menu:hover .nav__button-menu-icon svg rect:first-child {
  transform: rotate(45deg) translateX(-3px) translateY(-3px);
}
.is__actief .nav__button-menu:hover .nav__button-menu-icon svg rect:nth-child(2) {
  opacity: 0;
}
.is__actief .nav__button-menu:hover .nav__button-menu-icon svg rect:last-child {
  transform: rotate(-45deg) translateX(4px) translateY(-14px);
}
.is__actief .nav__button-menu-label {
  opacity: 0;
}
.is__actief .nav__button-menu-icon {
  background-color: #fff;
  transition: background-color 0.25s ease-in, top 0.5s ease-in;
}
.is__actief .nav__button-menu-icon svg rect {
  color: #C4886D;
  transition: color 0.25s ease-in, transform 0.25s ease-in;
}
.is__actief .nav__button-menu-icon svg rect:first-child {
  transform-origin: center left;
  transform: rotate(45deg) translateX(-3px) translateY(-3px);
}
.is__actief .nav__button-menu-icon svg rect:nth-child(2) {
  opacity: 0;
  transition: 0.1s ease-in;
}
.is__actief .nav__button-menu-icon svg rect:last-child {
  transform-origin: center right;
  transform: rotate(-45deg) translateX(4px) translateY(-14px);
}

.is__scrolling .nav__button-cta, .is__scrolling .nav__button-menu-bg, .is__scrolling .nav__button-menu-label, .is__scrolling .nav__button-menu-icon {
  transition: all 0.25s ease-in 0.5s;
}
@media (min-width: 768px) {
  .is__scrolling .nav__button-cta, .is__scrolling .nav__button-menu-bg, .is__scrolling .nav__button-menu-label, .is__scrolling .nav__button-menu-icon {
    top: 4rem;
  }
}

/* --- nav – menu-buttons – end --- */
/* --- nav – logo --- */
.nav__logo {
  left: calc(3rem - 35px);
  position: fixed;
  top: 3rem;
  z-index: 1000;
}
@media (min-width: 768px) {
  .nav__logo {
    left: calc(4rem - 35px);
    top: 6rem;
  }
}
@media (min-width: 1404px) {
  .nav__logo {
    left: calc(6rem - 35px);
  }
}
.nav__logo-wrap .payoff {
  color: #C3BEB9;
  font-size: 1.125em;
  font-weight: 300;
  letter-spacing: -0.025em;
  margin-bottom: 0;
  margin-top: 8rem;
  margin-left: 4.5rem;
  position: absolute;
  transition: opacity 0.5s ease-in;
  z-index: 900;
}
@media (min-width: 768px) {
  .nav__logo-wrap .payoff {
    margin-top: 10rem;
    margin-left: 5.5rem;
  }
}
@media (min-width: 768px) {
  .nav__logo-wrap .payoff {
    margin-top: 12rem;
    margin-left: 7.5rem;
  }
}
.nav__logo:hover .logo__letter {
  opacity: 1;
  transition: opacity 0.25s ease-in;
}
.nav__logo:hover .logo__letter--koper {
  fill: #C47756;
  filter: drop-shadow(0 0 6px rgba(196, 119, 86, 0.5));
  transition: fill 0.5s ease-in, filter 0.5s ease-in;
}
.nav__logo #logo__klant {
  display: block;
  height: 3rem;
  overflow: visible;
  transition: all 0.5s ease-in;
  width: auto;
}
.nav__logo .logo__letter {
  fill: #53504C;
  opacity: 1;
  transition: all 0.5s ease-in;
}
.nav__logo .logo__letter--koper {
  fill: #C4886D;
  transition: fill 0.5s ease-in, filter 0.5s ease-in;
}
.nav__logo .logo__letter--wit {
  fill: #FFFFFF;
}

.is__actief .payoff {
  opacity: 0;
  transition: opacity 0.25s ease-in;
}
@media (min-width: 768px) {
  .is__actief .payoff {
    opacity: 1;
  }
}

.is__scrolling .nav__logo {
  transition: all 0.25s ease-in 0.5s;
}
@media (min-width: 768px) {
  .is__scrolling .nav__logo {
    top: 4rem;
  }
}
.is__scrolling .nav__logo:hover .logo__letter {
  opacity: 1;
  transition: opacity 0.25s ease-in;
}
.is__scrolling .nav__logo .logo__letter {
  opacity: 0;
  transition: opacity 0.5s ease-in 0.25s;
}

/* --- nav – logo – end --- */
/* --- nav – menu --- */
.nav__menu .nav__sub-menu ul, .nav__menu .nav__sub-contact ul, .nav__menu .nav__hoofd-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav__menu {
  background: #C4886D;
  border-radius: 0.25rem;
  box-shadow: 0 6px 24px rgba(196, 136, 109, 0.35);
  height: 0;
  left: 0.5rem;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  pointer-events: none;
  position: fixed;
  right: 0.5rem;
  top: 8.5rem;
  transition: opacity 0.5s ease-in, top 0.5s ease-in;
  width: 0;
  z-index: 900;
}
@media (min-width: 768px) {
  .nav__menu {
    bottom: 0;
  }
}
.nav__menu .nav__hoofd-menu:hover a {
  color: rgba(255, 255, 255, 0);
  -webkit-text-stroke: 1px #f0efee;
}
.nav__menu .nav__hoofd-menu ul {
  padding-bottom: 0;
  padding-left: 4rem;
  padding-right: 2rem;
  padding-top: 3rem;
}
@media (min-width: 768px) {
  .nav__menu .nav__hoofd-menu ul {
    padding-bottom: 0;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 7rem;
  }
}
@media (min-width: 1404px) {
  .nav__menu .nav__hoofd-menu ul {
    padding-bottom: 0;
    padding-left: 3rem;
    padding-right: 10rem;
    padding-top: 7rem;
  }
}
.nav__menu .nav__hoofd-menu ul li {
  opacity: 0;
  transform: translateY(-4px);
  transform-origin: center bottom;
  transition: opacity 0.5s ease-in, transform 0.5s ease-in;
}
.nav__menu .nav__hoofd-menu ul li:not(:first-child) a {
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .nav__menu .nav__hoofd-menu ul li:not(:first-child) a {
    margin-top: 0;
  }
}
.nav__menu .nav__hoofd-menu ul li a {
  color: white;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1em;
  -webkit-text-stroke: 1px rgba(240, 239, 238, 0);
}
@media (min-width: 768px) {
  .nav__menu .nav__hoofd-menu ul li a {
    font-size: 3rem;
  }
}
@media (min-width: 1404px) {
  .nav__menu .nav__hoofd-menu ul li a {
    font-size: 4.5rem;
  }
}
.nav__menu .nav__hoofd-menu ul li a:hover {
  color: white;
}
.nav__menu .nav__sub {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 2rem;
  padding-bottom: 3rem;
  padding-left: 4rem;
  padding-right: 2rem;
}
@media (min-width: 768px) {
  .nav__menu .nav__sub {
    flex-direction: row;
    margin-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1404px) {
  .nav__menu .nav__sub {
    flex-direction: row;
    margin-top: 6rem;
    padding-bottom: 3rem;
    padding-left: 3rem;
    padding-right: 10rem;
  }
}
.nav__menu .nav__sub-contact {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.nav__menu .nav__sub-contact ul {
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.nav__menu .nav__sub-contact ul:hover a {
  color: rgba(255, 255, 255, 0);
  -webkit-text-stroke: 1px #f0efee;
}
.nav__menu .nav__sub-contact ul li {
  font-size: 1.25rem;
  line-height: 1em;
  margin: 0;
  opacity: 0;
  transform: translateY(-4px);
  transform-origin: center bottom;
  transition: opacity 0.5s ease-in, transform 0.5s ease-in;
}
.nav__menu .nav__sub-contact ul li a {
  align-items: center;
  color: white;
  display: flex;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1em;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0);
}
.nav__menu .nav__sub-contact ul li a:hover {
  color: white;
}
.nav__menu .nav__sub-contact ul li a .nav-call-to-action-contact-item-icon {
  padding: 0;
  width: auto;
}
.nav__menu .nav__sub-contact ul li a .nav-call-to-action-contact-item-text {
  font-size: unset;
}
.nav__menu .nav__sub-menu {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.nav__menu .nav__sub-menu ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.nav__menu .nav__sub-menu ul:hover a {
  color: rgba(255, 255, 255, 0);
  -webkit-text-stroke: 1px #f0efee;
}
.nav__menu .nav__sub-menu ul li {
  opacity: 0;
  transform: translateY(-4px);
  transform-origin: center bottom;
  transition: opacity 0.5s ease-in, transform 0.5s ease-in;
}
.nav__menu .nav__sub-menu ul li a {
  color: white;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1em;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0);
}
.nav__menu .nav__sub-menu ul li a:hover {
  color: white;
}

.is__actief .nav__menu {
  height: auto;
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.25s ease-in;
  width: auto;
}
@media (min-width: 768px) {
  .is__actief .nav__menu {
    bottom: unset;
    left: unset;
    right: 2rem;
    top: 4.25rem;
  }
}
@media (min-width: 1404px) {
  .is__actief .nav__menu {
    right: 4.5rem;
  }
}
.is__actief .nav__menu .nav__hoofd-menu ul li {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.25s ease-in, transform 0.25s ease-in;
}
.is__actief .nav__menu .nav__hoofd-menu ul li:nth-child(1) {
  transition-delay: 0.35s;
}
.is__actief .nav__menu .nav__hoofd-menu ul li:nth-child(2) {
  transition-delay: 0.45s;
}
.is__actief .nav__menu .nav__hoofd-menu ul li:nth-child(3) {
  transition-delay: 0.55s;
}
.is__actief .nav__menu .nav__hoofd-menu ul li:nth-child(4) {
  transition-delay: 0.65s;
}
.is__actief .nav__menu .nav__hoofd-menu ul li:nth-child(5) {
  transition-delay: 0.75s;
}
.is__actief .nav__menu .nav__hoofd-menu ul li:nth-child(6) {
  transition-delay: 0.85s;
}
.is__actief .nav__menu .nav__hoofd-menu ul li:nth-child(7) {
  transition-delay: 0.95s;
}
.is__actief .nav__menu .nav__hoofd-menu ul li:nth-child(8) {
  transition-delay: 1.05s;
}
.is__actief .nav__menu .nav__hoofd-menu ul li:nth-child(9) {
  transition-delay: 1.15s;
}
.is__actief .nav__menu .nav__sub ul li {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.25s ease-in, transform 0.25s ease-in;
}
.is__actief .nav__menu .nav__sub ul li:nth-child(1) {
  transition-delay: 0.85s;
}
.is__actief .nav__menu .nav__sub ul li:nth-child(2) {
  transition-delay: 0.95s;
}
.is__actief .nav__menu .nav__sub ul li:nth-child(3) {
  transition-delay: 1.05s;
}
.is__actief .nav__menu .nav__sub ul li:nth-child(4) {
  transition-delay: 1.15s;
}
.is__actief .nav__menu .nav__sub ul li:nth-child(5) {
  transition-delay: 1.25s;
}
.is__actief .nav__menu .nav__sub ul li:nth-child(6) {
  transition-delay: 1.35s;
}
.is__actief .nav__menu .nav__sub ul li:nth-child(7) {
  transition-delay: 1.45s;
}
.is__actief .nav__menu .nav__sub ul li:nth-child(8) {
  transition-delay: 1.55s;
}
.is__actief .nav__menu .nav__sub ul li:nth-child(9) {
  transition-delay: 1.65s;
}

.is__scrolling .is__actief .nav__menu {
  transition: top 0.25s ease-in 0.5s;
}
@media (min-width: 768px) {
  .is__scrolling .is__actief .nav__menu {
    top: 2.25rem;
  }
}

/* --- nav – menu – end --- */
/* --- nav – overlay --- */
.nav__overlay {
  animation: blur-out 0.5s forwards;
  bottom: 0;
  left: 0;
  position: fixed;
  pointer-events: none;
  right: 0;
  top: 0;
  z-index: 50;
}
@keyframes blur-out {
  from {
    backdrop-filter: blur(0.5rem);
    -webkit-backdrop-filter: blur(0.5rem);
  }
  to {
    backdrop-filter: blur(0);
    -webkit-backdrop-filter: blur(0);
  }
}

.is__actief .nav__overlay {
  animation: blur-in 0.5s forwards;
  height: 100vh;
  pointer-events: auto;
}
@keyframes blur-in {
  from {
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0);
  }
  to {
    backdrop-filter: blur(0.5rem);
    -webkit-backdrop-filter: blur(0.5rem);
  }
}

/* --- nav – overlay – end --- */
/* === navigation - end === */
/* === others === */
/* === others – badge === */
.ae-badge {
  display: inline-block;
  background: #1d1d1d;
  border: 1px solid transparent;
  border-radius: 50%;
  color: white;
  height: 24px;
  width: 24px;
  text-align: center;
  position: relative;
  margin-bottom: -6px;
  transition: all 0.5s ease 0s;
}
.ae-badge-no {
  font-size: 75%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}

#banner-notice a .ae-badge {
  background: #FFF;
  color: #C4886D;
  font-size: 16px;
  height: 1em;
  width: 1em;
  margin-bottom: -3px;
  margin-left: 5px;
  margin-right: 5px;
}

.nav__sub-menu ul:hover a .ae-badge {
  background: transparent;
  border: 1px solid #fff;
  transition: all 0.5s ease 0s;
}
.nav__sub-menu ul:hover a .ae-badge-no {
  -webkit-text-stroke: 1px #fff;
  text-stroke: 1px #fff;
  transition: all 0.5s ease 0s;
}

.nav__sub-menu ul li a:hover .ae-badge {
  background: #fff;
  color: #C4886D;
}
.nav__sub-menu ul li a:hover .ae-badge-no {
  -webkit-text-stroke: 1px transparent;
  text-stroke: 1px transparent;
}

/* === others – badge – end === */
/* === others – breadcrumbs === */
#breadcrumbs {
  color: #000000;
  font-weight: 700;
  letter-spacing: -0.025em;
}
#breadcrumbs a {
  border-bottom: 2px solid transparent;
  color: #000000;
  display: inline-block;
  font-size: 1em !important;
}
#breadcrumbs a:hover {
  color: #C47756 !important;
  border-color: #C47756 !important;
}
#breadcrumbs .breadcrumb_last {
  font-weight: 700;
}

/* --- others – breadcrumbs – page-black --- */
.page-black #breadcrumbs {
  color: #F0EFEE;
}
.page-black #breadcrumbs a {
  color: #F0EFEE;
}
.page-black #breadcrumbs .breadcrumb_last {
  color: #FFFFFF;
  font-weight: 700;
}

/* === others – breadcrumbs – end === */
/* === others - hotspot === */
.hotspot {
  display: inline-block;
  cursor: pointer;
}
.hotspot:focus {
  outline: none;
}
.hotspot svg {
  width: 20px;
  height: 20px;
  transition: all 1s ease 0s;
}
.hotspot.is-active svg {
  transform: rotate(135deg);
}
.hotspot .nav-element {
  content: "";
  border-radius: 50%;
  height: 50px;
  width: 50px;
  transition: all 1s ease 0s;
}
.hotspot .nav-element-bg-copper {
  background-color: #C4886D;
  box-shadow: 0 0 10px 0 rgba(196, 119, 86, 0.75);
  display: block;
  height: 49px;
  width: 49px;
}
.hotspot .nav-element-bg-copper:hover {
  background-color: #C47756;
}
.hotspot .nav-element-icon {
  display: inline-block;
}
.hotspot .nav-element-inner {
  margin: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 15px;
  padding-right: 15px;
}
.hotspot-symbol {
  fill: #FFFFFF;
}

.position-hotspot {
  opacity: 1;
  padding: 200px;
}

/* === others - hotspot - end === */
/* === others - image cover === */
.image-cover .nav-main-item-img img, .image-cover .bg-figure img, .image-cover-page-hero img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
}
.image-cover .nav-main-item-img figcaption, .image-cover .bg-figure figcaption, .image-cover-page-hero figcaption {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.image-cover .nav-main-item-img figure, .image-cover .bg-figure figure, .image-cover-page-hero figure {
  position: relative;
  margin: 0;
}

/* === others - image cover - end === */
/* === others - popover === */
.popover {
  background-color: #000000;
  border: none;
  border-radius: 0;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.5);
}
.popover a {
  margin-bottom: 5px;
}
.popover-body {
  color: #000000;
}
.popover-header {
  background-color: #000000;
  border-bottom: none;
  color: #FFFFFF;
  font-size: 1.125em;
  font-weight: 700;
  margin-top: 5px;
}
.popover .arrow:before {
  border-bottom-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
  border-top-color: rgba(0, 0, 0, 0);
}

.bs-popover-top .popover-header::before, .bs-popover-top .bs-popover-auto[x-placement^=top] .popover-header::before {
  border-top-color: #000000;
}
.bs-popover-top > .arrow::after, .bs-popover-top .bs-popover-auto[x-placement^=top] > .arrow::after {
  border-top-color: #000000;
}
.bs-popover-right .popover-header::before, .bs-popover-right .bs-popover-auto[x-placement^=right] .popover-header::before {
  border-right-color: #000000;
}
.bs-popover-right > .arrow::after, .bs-popover-right .bs-popover-auto[x-placement^=right] > .arrow::after {
  border-right-color: #000000;
}
.bs-popover-bottom .popover-header::before, .bs-popover-bottom .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  border-bottom-color: #000000;
}
.bs-popover-bottom > .arrow::after, .bs-popover-bottom .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #000000;
}
.bs-popover-left .popover-header::before, .bs-popover-left .bs-popover-auto[x-placement^=left] .popover-header::before {
  border-left-color: #000000;
}
.bs-popover-left > .arrow::after, .bs-popover-left .bs-popover-auto[x-placement^=left] > .arrow::after {
  border-left-color: #000000;
}

/* === others - popover - end === */
/* === others - vertical align === */
.v-align {
  display: flex;
  flex-direction: column;
}
.v-align-bottom {
  justify-content: flex-end;
}
.v-align-center {
  justify-content: center;
}

/* === others - vertical align - end === */
/* === others - end === */
/* === page hero === */
@media (min-width: 992px) {
  #page-hero .h-lg-100 {
    height: 100% !important;
  }
}
#page-hero figcaption {
  opacity: 1;
}
#page-hero .block-image-page-hero {
  padding-left: 0;
  padding-right: 0;
}
#page-hero .container-page-hero-large .row-title-page-hero {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  #page-hero .container-page-hero-large .row-title-page-hero {
    margin-bottom: 50px;
  }
}
#page-hero .vh-75 .container-page-hero-large {
  margin-bottom: 100px;
}
@media (min-width: 768px) {
  #page-hero .vh-75 .container-page-hero-large {
    margin-bottom: 0;
  }
}
#page-hero .vh-100 .container-page-hero-large {
  margin-bottom: 25vh;
}
@media (min-width: 768px) {
  #page-hero .vh-100 .container-page-hero-large {
    margin-bottom: 0;
  }
}
#page-hero .vh-125 .container-page-hero-large {
  margin-bottom: 50vh;
}
@media (min-width: 768px) {
  #page-hero .vh-125 .container-page-hero-large {
    margin-bottom: 0;
  }
}
#page-hero .page-hero-image-overlay::after {
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.5) 100%);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
#page-hero .page-hero-image-overlay video {
  display: block;
  height: 100% !important;
  width: auto;
  transform: translateX(-50%);
}
@media (min-width: 576px) {
  #page-hero .page-hero-image-overlay video {
    transform: translateX(-25%);
  }
}
@media (min-width: 992px) {
  #page-hero .page-hero-image-overlay video {
    height: auto;
    width: 100% !important;
    transform: translateX(0);
  }
}
#page-hero .page-hero-image .container-fluid, #page-hero .page-hero-image .container-sm, #page-hero .page-hero-image .container-md, #page-hero .page-hero-image .container-lg, #page-hero .page-hero-image .container-xl {
  padding-left: 0;
  padding-right: 0;
}

.row-title-page-hero {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .row-title-page-hero {
    margin-bottom: 0;
  }
}

.scroll .block-image-page-hero img {
  transform: scale(1.25);
}

/* === page hero - end === */
/* === page templates === */
/* --- page templates – general --- */
.page {
  margin-bottom: calc(30vh - 1px + 7rem);
}
@media (min-width: 576px) {
  .page {
    margin-bottom: calc(30vh - 1px);
  }
}
@media (min-width: 768px) {
  .page {
    margin-bottom: calc(30vh - 1px);
  }
}
@media (min-width: 992px) {
  .page {
    margin-bottom: calc(40vh - 1px);
  }
}
@media (min-width: 1404px) {
  .page {
    margin-bottom: calc(25vh - 1px);
  }
}
.page-black {
  background-color: #000000;
  /*#navigation {

  	#breadcrumbs-wrapper {*/
  /*}
  }*/
}
.page-black h1 {
  color: #FFFFFF;
}
.page-black h2 {
  color: #FFFFFF;
}
.page-black h3 {
  color: #F0EFEE;
}
.page-black h6 {
  color: #FFFFFF;
}
.page-black p {
  color: #F0EFEE;
}
.page-black #breadcrumbs p {
  color: #FFFFFF;
}
.page-home #page-hero h1 {
  color: #FFFFFF;
}
.page-white {
  background-color: #FFFFFF;
}

/* --- page templates – general – end --- */
/* === page templates - end === */