@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.3.2
 * License: 				-
 * License URI: 			-
 * Tested to WP-version: 	5.0.0 – 5.4.1
 * 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 === */
/*!
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          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-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1404px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1440px;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

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

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

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

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

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

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

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

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

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

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

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

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

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

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

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

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

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

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

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1404px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

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

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

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

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

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

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

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

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

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

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

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

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

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

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

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1404px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        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;
}

/* === 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;
  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;
  -webkit-transition: all 0.5s ease 0s;
  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;
}

.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: 4.00em;
  }
  .display-title-h1-2 {
    font-size: 3.00em;
  }
}

@media (min-width: 768px) {
  .display-title-h1-1 {
    font-size: 4.50em;
  }
  .display-title-h1-2 {
    font-size: 3.50em;
  }
  .display-title-h2 {
    font-size: 2.25em;
  }
}

@media (min-width: 992px) {
  .display-title-h1-1 {
    font-size: 6.375em;
  }
  .display-title-h1-2 {
    font-size: 4.50em;
  }
  .display-title-h2 {
    font-size: 3.00em;
  }
  .display-title-h3 {
    font-size: 2.00em;
  }
}

@media (min-width: 1404px) {
  .display-title-h1-1 {
    font-size: 8.50em;
  }
  .display-title-h1-2 {
    font-size: 5.50em;
  }
}

/* === typography - display-titles - end === */
/* === typography - headings === */
h1 {
  color: #000000;
  font-size: 2.25em;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 0.95;
}

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

h3 {
  color: #000000;
  font-size: 1.5em;
  font-weight: 300;
  letter-spacing: -0.025em;
}

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 --- */
h2, h3 {
  -webkit-hyphens: auto;
  -ms-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.25em;
  }
}

@media (min-width: 992px) {
  h1 {
    font-size: 4.00em;
  }
  h2 {
    font-size: 3.00em;
  }
  h3 {
    font-size: 1.875em;
  }
  h5 {
    font-size: 1.125em;
  }
  h6 {
    font-size: 1.0625em;
  }
}

@media (min-width: 1404px) {
  h6 {
    font-size: 1.25em;
  }
}

/* === 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;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

button:active, button:focus, button:focus:active, input[type=submit] {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
          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 === */
input[type=email], input[type=password], input[type=phone], input[type=search], input[type=tel], input[type=text], input[type=url], textarea {
  background-color: transparent !important;
  border: none;
  border-bottom: 2px solid #7E7672;
  color: #C4886D;
  font-weight: 700;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  width: 100%;
}

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

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

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

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

input::placeholder, textarea::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::after, mark::before {
  -webkit-clip-path: inset(100%);
          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;
}

/* === 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;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  width: 100%;
}

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

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

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

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

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

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

/* === elements - textarea - end === */
/* === theme - general – height classes === */
.vh-125 {
  height: 125vh !important;
}

.vh-100 {
  height: 100vh !important;
}

.vh-75 {
  height: 75vh !important;
}

.vh-60 {
  height: 60vh !important;
}

.vh-50 {
  height: 50vh !important;
}

.vh-25 {
  height: 25vh !important;
}

@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-25 {
    height: 25vh !important;
  }
}

.h-100 {
  height: 100% !important;
}

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

/* --- 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 === */
/* --- 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-cta .container-content, .block-contact .container-content, .block-form .container-content, .block-image-icons .container-content, .block-image-team .container-content, .block-loop .container-content, .block-text .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 === */
.grid-on-black, .page-black .grid {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxwYXR0ZXJuIGlkPSJncmlkIiB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiPjxwYXRoIGQ9Ik0gMTAgMCBMIDAgMCAwIDEwIiBmaWxsPSJub25lIiBzdHJva2U9IiMyOTI4MjYiIHN0cm9rZS13aWR0aD0iMiIvPjwvcGF0dGVybj48L2RlZnM+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2Utd2lkdGg9IjIiIGZpbGw9InVybCgjZ3JpZCkiLz48L3N2Zz4=);
}

.grid-on-white, .page-white .grid {
  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-form .container-content-padding-bottom-large, .block-image-asymmetric .container-content-padding-bottom-large, .block-image-icons .container-content-padding-bottom-large, .block-image-symmetric .container-content-padding-bottom-large, .block-image-team .container-content-padding-bottom-large, .block-loop .container-content-padding-bottom-large, .block-text .container-content-padding-bottom-large {
  padding-bottom: 200px;
}

.block-form .container-content-padding-bottom-none, .block-image-asymmetric .container-content-padding-bottom-none, .block-image-icons .container-content-padding-bottom-none, .block-image-symmetric .container-content-padding-bottom-none, .block-image-team .container-content-padding-bottom-none, .block-loop .container-content-padding-bottom-none, .block-text .container-content-padding-bottom-none {
  padding-bottom: 0;
}

.block-form .container-content-padding-bottom-normal, .block-image-asymmetric .container-content-padding-bottom-normal, .block-image-icons .container-content-padding-bottom-normal, .block-image-symmetric .container-content-padding-bottom-normal, .block-image-team .container-content-padding-bottom-normal, .block-loop .container-content-padding-bottom-normal, .block-text .container-content-padding-bottom-normal {
  padding-bottom: 100px;
}

.block-form .container-content-padding-bottom-small, .block-image-asymmetric .container-content-padding-bottom-small, .block-image-icons .container-content-padding-bottom-small, .block-image-symmetric .container-content-padding-bottom-small, .block-image-team .container-content-padding-bottom-small, .block-loop .container-content-padding-bottom-small, .block-text .container-content-padding-bottom-small {
  padding-bottom: 50px;
}

.block-form .container-content-padding-equal-large, .block-image-asymmetric .container-content-padding-equal-large, .block-image-icons .container-content-padding-equal-large, .block-image-symmetric .container-content-padding-equal-large, .block-image-team .container-content-padding-equal-large, .block-loop .container-content-padding-equal-large, .block-text .container-content-padding-equal-large {
  padding-bottom: 200px;
}

.block-form .container-content-padding-equal-none, .block-image-asymmetric .container-content-padding-equal-none, .block-image-icons .container-content-padding-equal-none, .block-image-symmetric .container-content-padding-equal-none, .block-image-team .container-content-padding-equal-none, .block-loop .container-content-padding-equal-none, .block-text .container-content-padding-equal-none {
  padding-bottom: 0;
}

.block-form .container-content-padding-equal-normal, .block-image-asymmetric .container-content-padding-equal-normal, .block-image-icons .container-content-padding-equal-normal, .block-image-symmetric .container-content-padding-equal-normal, .block-image-team .container-content-padding-equal-normal, .block-loop .container-content-padding-equal-normal, .block-text .container-content-padding-equal-normal {
  padding-bottom: 100px;
}

.block-form .container-content-padding-equal-small, .block-image-asymmetric .container-content-padding-equal-small, .block-image-icons .container-content-padding-equal-small, .block-image-symmetric .container-content-padding-equal-small, .block-image-team .container-content-padding-equal-small, .block-loop .container-content-padding-equal-small, .block-text .container-content-padding-equal-small {
  padding-bottom: 50px;
}

.block-form .container-content-padding-equal-large, .block-image-asymmetric .container-content-padding-equal-large, .block-image-icons .container-content-padding-equal-large, .block-image-symmetric .container-content-padding-equal-large, .block-image-team .container-content-padding-equal-large, .block-loop .container-content-padding-equal-large, .block-text .container-content-padding-equal-large {
  padding-top: 200px;
}

.block-form .container-content-padding-equal-none, .block-image-asymmetric .container-content-padding-equal-none, .block-image-icons .container-content-padding-equal-none, .block-image-symmetric .container-content-padding-equal-none, .block-image-team .container-content-padding-equal-none, .block-loop .container-content-padding-equal-none, .block-text .container-content-padding-equal-none {
  padding-top: 0;
}

.block-form .container-content-padding-equal-normal, .block-image-asymmetric .container-content-padding-equal-normal, .block-image-icons .container-content-padding-equal-normal, .block-image-symmetric .container-content-padding-equal-normal, .block-image-team .container-content-padding-equal-normal, .block-loop .container-content-padding-equal-normal, .block-text .container-content-padding-equal-normal {
  padding-top: 100px;
}

.block-form .container-content-padding-equal-small, .block-image-asymmetric .container-content-padding-equal-small, .block-image-icons .container-content-padding-equal-small, .block-image-symmetric .container-content-padding-equal-small, .block-image-team .container-content-padding-equal-small, .block-loop .container-content-padding-equal-small, .block-text .container-content-padding-equal-small {
  padding-top: 50px;
}

.block-form .container-content-padding-top-large, .block-image-asymmetric .container-content-padding-top-large, .block-image-icons .container-content-padding-top-large, .block-image-symmetric .container-content-padding-top-large, .block-image-team .container-content-padding-top-large, .block-loop .container-content-padding-top-large, .block-text .container-content-padding-top-large {
  padding-top: 200px;
}

.block-form .container-content-padding-top-none, .block-image-asymmetric .container-content-padding-top-none, .block-image-icons .container-content-padding-top-none, .block-image-symmetric .container-content-padding-top-none, .block-image-team .container-content-padding-top-none, .block-loop .container-content-padding-top-none, .block-text .container-content-padding-top-none {
  padding-top: 0;
}

.block-form .container-content-padding-top-normal, .block-image-asymmetric .container-content-padding-top-normal, .block-image-icons .container-content-padding-top-normal, .block-image-symmetric .container-content-padding-top-normal, .block-image-team .container-content-padding-top-normal, .block-loop .container-content-padding-top-normal, .block-text .container-content-padding-top-normal {
  padding-top: 100px;
}

.block-form .container-content-padding-top-small, .block-image-asymmetric .container-content-padding-top-small, .block-image-icons .container-content-padding-top-small, .block-image-symmetric .container-content-padding-top-small, .block-image-team .container-content-padding-top-small, .block-loop .container-content-padding-top-small, .block-text .container-content-padding-top-small {
  padding-top: 50px;
}

/* === blocks – part – padding – end === */
/* === blocks – part – text color === */
.text-color-white h2, .text-color-white h3, .text-color-white h6, .text-color-white p {
  color: #FFFFFF !important;
}

.text-color-black h2, .text-color-black h3, .text-color-black h6, .text-color-black p {
  color: #000000 !important;
}

.text-color-grey-dark h2, .text-color-grey-dark h3, .text-color-grey-dark h6, .text-color-grey-dark p {
  color: #53504C !important;
}

.text-color-grey-light h2, .text-color-grey-light h3, .text-color-grey-light h6, .text-color-grey-light p {
  color: #F0EFEE !important;
}

.text-color-copper h2, .text-color-copper h3, .text-color-copper h6, .text-color-copper p {
  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;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.block-cta-groot a:hover p {
  opacity: 0.50;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.block-cta-groot a:hover svg {
  fill: rgba(255, 255, 255, 0);
  stroke: white;
  -webkit-transition: all 0.5s ease 0s;
  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;
  -ms-hyphens: auto;
      hyphens: auto;
  word-break: normal;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.block-cta-groot p {
  margin: 0;
  opacity: 1;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.block-cta-groot svg {
  -webkit-animation: arrow_move ease-in-out 1.50s;
          animation: arrow_move ease-in-out 1.50s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  fill: white;
  height: auto;
  stroke: rgba(255, 255, 255, 0);
  stroke-width: 0.50px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  width: 60%;
}

@-webkit-keyframes arrow_move {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes arrow_move {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.block-cta-groot .container-content .col-link-arrow {
  -ms-flex-line-pack: center;
      align-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.block-cta-groot .container-content .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          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;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

.block-contact-faq .block__item a {
  font-size: 1rem;
}

.block-contact-faq .block__list {
  position: -webkit-sticky;
  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;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

@media (min-width: 576px) {
  .carousel-cell-posts {
    width: calc( 100% / 2);
  }
}

@media (min-width: 768px) {
  .carousel-cell-posts {
    width: calc( 100% / 3);
  }
}

@media (min-width: 992px) {
  .carousel-cell-posts {
    width: calc( 100% / 2);
  }
}

@media (min-width: 1404px) {
  .carousel-cell-posts {
    width: calc( 100% / 3);
  }
}

.carousel-portfolio {
  height: 75vh;
  width: 100%;
}

.carousel-portfolio:hover h2, .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 .block-loop-archive .post-overview:hover h6, .block-loop-archive .post-overview:hover .carousel-portfolio:hover h6 {
  -webkit-transition: all 0.5s ease 0s;
  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 a:hover h3, .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 .block-loop-archive .post-overview a:hover h6, .block-loop-archive .post-overview .carousel-posts a:hover h6 {
  -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((100% / 6) - 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;
  -webkit-filter: grayscale(100%);
          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 h3, .block-loop-archive .post-overview a:hover h6 {
  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;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.block-loop a h3 {
  color: #000000;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.block-loop a h6 {
  color: #C4886D;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.block-loop a img {
  -webkit-filter: grayscale(100%) blur(0);
  filter: grayscale(100%) blur(0);
}

.block-loop a:hover h2, .block-loop a:hover h3, .block-loop a:hover h6 {
  color: rgba(255, 255, 255, 0);
  -webkit-text-stroke: 1px white;
  text-stroke: 1px white;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.block-loop a:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  mix-blend-mode: screen;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.block-loop img {
  background-color: #F0EFEE;
}

.block-loop figcaption {
  height: 100%;
  padding-bottom: 50px;
}

.block-loop-special {
  padding-bottom: 100px;
}

.block-loop-portfolio {
  height: inherit;
}

.block-loop-portfolio h6 {
  margin-left: 5px;
}

.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;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.block-image figure {
  position: relative;
  margin: 0;
}

.block-image img {
  -webkit-filter: none;
          filter: none;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  -webkit-transition: all 0.5s ease 0s;
  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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.5)));
  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-icons, .row-logos {
  margin-top: 100px;
}

.row-icons a:hover, .row-logos a:hover {
  text-decoration: none;
}

.row-icons a [href*="#"]:hover, .row-logos a [href*="#"]:hover {
  cursor: default;
}

.row-icons a [href*="#"]:hover p, .row-logos a [href*="#"]:hover p {
  cursor: pointer;
}

.row-icons a [href*="#"]:hover img, .row-logos a [href*="#"]:hover img {
  cursor: default;
}

.row-icons img, .row-logos img {
  max-height: 80px;
  width: auto;
}

.row-icons figcaption, .row-logos figcaption {
  display: inline-block;
  opacity: 1;
  padding-left: 25px;
}

.row-icons figcaption p, .row-logos figcaption p {
  margin: 0;
}

.row-icons figure, .row-logos 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:hover[href*="http"] .icon-label, .page-black .row-icons a:hover[href*="mailto:"] .icon-label, .page-black .row-icons a:hover[href*="tel:"] .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);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.page-black .row-logos a:hover[href*="http"] .icon-label, .page-black .row-logos a:hover[href*="mailto:"] .icon-label, .page-black .row-logos a:hover[href*="tel:"] .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);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.page-white .icon-label {
  color: #FFFFFF;
  font-weight: 700;
}

.page-white .row-icons a:hover[href*="http"] .icon-label, .page-white .row-icons a:hover[href*="mailto:"] .icon-label, .page-white .row-icons a:hover[href*="tel:"] .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);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.page-white .row-logos a:hover[href*="http"] .icon-label, .page-white .row-logos a:hover[href*="mailto:"] .icon-label, .page-white .row-logos a:hover[href*="tel:"] .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);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

/* === blocks - image - icons - end === */
/* === blocks - image - team === */
.block-image-team {
  background-color: #000000;
}

.block-image-team a {
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.block-image-team a:hover {
  border-color: #C47756;
  -webkit-transition: all 0.5s ease 0s;
  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%;
  padding: 0;
  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-quote {
  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 {
    margin-top: -200px;
    -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 {
  -ms-column-count: 1;
  -o-column-count: 1;
  -webkit-column-count: 1;
  column-count: 1;
  -ms-column-fill: balance;
  -o-column-fill: balance;
  -webkit-column-fill: balance;
  column-fill: balance;
  -ms-column-gap: 0;
  -o-column-gap: 0;
  -webkit-column-gap: 0;
  column-gap: 0;
}

@media (min-width: 768px) {
  .col-auto-columns {
    -ms-column-count: 2;
    -o-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -ms-column-gap: 65px;
    -o-column-gap: 65px;
    -webkit-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: 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;
  -webkit-padding-start: 20px;
          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;
  -webkit-padding-start: 20px;
          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: 75px;
}

.row-subtitle-line {
  border-bottom: 2px solid #C3BEB9;
}

.row-title {
  margin-bottom: 50px;
}

.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: -webkit-sticky;
  position: sticky;
}

/* === blocks - text - legal - end === */
/* === blocks - text - link === */
.col-link {
  text-align: left;
}

@media (min-width: 768px) {
  .col-link {
    text-align: right;
  }
}

.row-link {
  margin-top: 50px;
}

.row-link a {
  display: inline-block;
  font-size: 1.50em;
  line-height: 1.25;
}

@media (min-width: 768px) {
  .row-link a {
    font-size: 2.00em;
  }
}

@media (hover: none) {
  .row-link a svg {
    -webkit-animation: arrow_move ease-in-out 1.50s;
            animation: arrow_move ease-in-out 1.50s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
  }
}

.row-link a:hover {
  color: transparent;
  -webkit-text-stroke: 1px #C47756;
  text-stroke: 1px #C47756;
}

.row-link a:hover svg {
  -webkit-animation: arrow_move ease-in-out 1.50s;
          animation: arrow_move ease-in-out 1.50s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  fill: rgba(196, 136, 109, 0);
  stroke: #c4886d;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@keyframes arrow_move {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.row-link a figure {
  display: inline-block;
  height: 1.50em;
  margin-left: 10px;
  position: relative;
  width: 1.50em;
}

.row-link a svg {
  fill: #c4886d;
  stroke: rgba(196, 136, 109, 0);
  stroke-width: 1px;
  -webkit-transition: all 0.5s ease 0s;
  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;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: -webkit-max-content;
  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;
  -webkit-transition: all 0.5s ease 0s;
  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%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.block-text-services .col-service-link-icon-inner svg {
  fill: #C4886D;
  height: 18px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all 0.5s ease 0s;
  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%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.block-text-services .col-service-link:hover {
  color: #C47756 !important;
  -webkit-transition: all 0.5s ease 0s;
  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 {
  -webkit-transform: rotate(0deg);
  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 {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.block-text-services .col-service ul {
  list-style: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  -webkit-padding-before: 0;
          padding-block-start: 0;
  margin: 0;
  padding: 0;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 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;
  -webkit-transition: all 0.5s ease 0s;
  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;
  -ms-hyphens: auto;
      hyphens: auto;
  word-break: normal;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

#call-to-action #cta-1 a h6 {
  -webkit-transition: all 0.5s ease 0s;
  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;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

#call-to-action #cta-1 a:hover h6 {
  opacity: 0.5;
  -webkit-transition: all 0.5s ease 0s;
  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);
  -webkit-transition: all 0.5s ease 0s;
  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;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

#call-to-action #cta-2 a:hover img {
  background-color: #000000;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  mix-blend-mode: screen;
  -webkit-transform: scale(1.1);
  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);
  -webkit-transition: all 0.5s ease 0s;
  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;
  -webkit-transition: all 0.5s ease 0s;
  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;
      -ms-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 {
  -webkit-transition: -webkit-transform 250ms ease-in;
  transition: -webkit-transform 250ms ease-in;
  transition: transform 250ms ease-in;
  transition: transform 250ms ease-in, -webkit-transform 250ms ease-in;
}

.card__faq .faq__toggle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.card__faq .faq__toggle:hover {
  color: #C47756;
}

.card__faq .faq__toggle[aria-expanded="false"] .faq__icon i {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: -webkit-transform 250ms ease-in;
  transition: -webkit-transform 250ms ease-in;
  transition: transform 250ms ease-in;
  transition: transform 250ms ease-in, -webkit-transform 250ms ease-in;
}

.card__faq .faq__toggle[aria-expanded="true"] .faq__icon i {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 250ms ease-in;
  transition: -webkit-transform 250ms ease-in;
  transition: transform 250ms ease-in;
  transition: transform 250ms ease-in, -webkit-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: 75px;
  padding-top: 50px;
  z-index: -1000 !important;
}

@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 {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

footer ul {
  list-style: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  -webkit-padding-before: 0;
          padding-block-start: 0;
  margin: 0;
  padding: 0;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 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;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          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;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          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 {
  -webkit-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-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);
  -webkit-transition: 0.25s ease-in;
  transition: 0.25s ease-in;
  -webkit-transition-delay: 0.25s;
          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;
  -webkit-transition: 0.25s ease-in;
  transition: 0.25s ease-in;
}

.hamburger.is-active .hamburger-inner-maerke:before {
  background-color: #C4886D;
  -webkit-transition: 0.25s ease-in;
  transition: 0.25s ease-in;
}

.hamburger.is-active .hamburger-inner-maerke:after {
  background-color: #C4886D;
  -webkit-transition: 0.25s ease-in;
  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;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  -webkit-padding-before: 0;
          padding-block-start: 0;
  margin: 0;
  padding: 0;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}

#navigation .nav-element {
  content: '';
  border-radius: 50%;
  -webkit-transition: all 1s ease 0s;
  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;
  -webkit-transition: -webkit-box-shadow 1s ease;
  transition: -webkit-box-shadow 1s ease;
  transition: box-shadow 1s ease;
  transition: box-shadow 1s ease, -webkit-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 {
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

#navigation .nav-element-inner {
  margin: 0;
  position: relative;
  text-align: center;
  top: 56.5%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#navigation .nav-element-inner-text {
  margin: 0;
  padding-left: 25px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-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 #cta-button-1, #navigation.is-active #cta-items, #navigation.is-active #breadcrumbs-wrapper {
  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 --- */
#breadcrumbs-wrapper, #cta-items, .scroll #logo-home #maerke-logo #m, .scroll #logo-home #maerke-logo #r, .scroll #logo-home #maerke-logo #k, .scroll #logo-home #maerke-logo #e {
  opacity: 0;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

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

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

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

.scroll-bottom .payoff, .scroll-bottom #logo-home #maerke-logo #m, .scroll-bottom #logo-home #maerke-logo #r, .scroll-bottom #logo-home #maerke-logo #k, .scroll-bottom #logo-home #maerke-logo #e {
  opacity: 1;
  -webkit-transition: all 1s ease 0s;
  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 {
  -webkit-transform: rotate(-90deg) translateX(100%);
  transform: rotate(-90deg) translateX(100%);
  -webkit-transform-origin: bottom right;
  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;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

#cta-items li a:hover {
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  text-decoration: none;
}

#cta-items li a:hover .nav-element-icon-label p {
  -webkit-transition: all 1s ease 0s;
  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 {
  -webkit-box-shadow: 0 0 10px 0 rgba(196, 119, 86, 0.75);
          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.10em;
}

@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;
    -webkit-transition: all 1s ease 0s;
    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 {
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.logo-wrapper:hover #circle-copper {
  -webkit-transition: all 1s ease 0s;
  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);
  -webkit-transition: all 0.5s ease 0s;
  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);
  -webkit-transition: all 0.5s ease 0s;
  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;
  -webkit-transition: all 0.5s ease 0s;
  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);
  -webkit-transition: all 0.5s ease 0s;
  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: 1.41176em;
}

@media (min-width: 576px) {
  .nav-call-to-action-contact-item-icon i {
    font-size: 1.05882em;
  }
}

@media (min-width: 1404px) {
  .nav-call-to-action-contact-item-icon i {
    font-size: 1.11111em;
  }
}

.nav-call-to-action-contact-item-text {
  display: inline-block;
  font-weight: 700;
  margin-left: -6px;
}

@media (min-width: 576px) {
  .nav-call-to-action-contact-item-text {
    font-size: 1.17647em;
  }
}

@media (min-width: 992px) {
  .nav-call-to-action-contact-item-text {
    font-size: 1.33333em;
  }
}

@media (min-width: 1404px) {
  .nav-call-to-action-contact-item-text {
    font-size: 1.77778em;
    line-height: 1;
  }
}

.nav-main-item-img {
  display: inline-block;
}

.nav-main-item-img img {
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.nav-main-item-img.is-visible img {
  opacity: 1;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

/* === navigation – overlay - end === */
/* === navigation - end === */
/* === others === */
/* === others – badge === */
.ae-badge {
  display: inline-block;
  background: #C4886D;
  border: 1px solid transparent;
  border-radius: 50%;
  color: white;
  height: 24px;
  width: 24px;
  text-align: center;
  position: relative;
  margin-bottom: -6px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.ae-badge-no {
  font-size: 75%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -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-secondary ul:hover a .ae-badge {
  background: transparent;
  border: 1px solid #C4886D;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

#nav-secondary ul:hover a .ae-badge-no {
  -webkit-text-stroke: 1px #C4886D;
  text-stroke: 1px #C4886D;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

#nav-secondary ul li a:hover .ae-badge {
  background: #C47756;
}

#nav-secondary 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;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.hotspot.is-active svg {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.hotspot .nav-element {
  content: '';
  border-radius: 50%;
  height: 50px;
  width: 50px;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.hotspot .nav-element-bg-copper {
  background-color: #C4886D;
  -webkit-box-shadow: 0 0 10px 0 rgba(196, 119, 86, 0.75);
          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%;
  -webkit-transform: translateY(-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-page-hero img, .image-cover .bg-figure img, .image-cover .nav-main-item-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
}

.image-cover-page-hero figcaption, .image-cover .bg-figure figcaption, .image-cover .nav-main-item-img figcaption {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.image-cover-page-hero figure, .image-cover .bg-figure figure, .image-cover .nav-main-item-img figure {
  position: relative;
  margin: 0;
}

/* === others - image cover - end === */
/* === others - popover === */
.popover {
  background-color: #000000;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.5);
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.v-align-bottom {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

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

/* === others - vertical align - end === */
/* === others - end === */
/* === page hero === */
#page-hero figcaption {
  opacity: 1.0;
}

#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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.5)));
  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 {
  height: 100% !important;
  width: auto;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (min-width: 992px) {
  #page-hero .page-hero-image-overlay video {
    height: auto;
    width: 100% !important;
    -webkit-transform: translateX(0);
    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 {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}

/* === page hero - end === */
/* === page templates === */
/* --- page templates – general --- */
.page {
  margin-bottom: 100vh;
}

@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 === */
