/*!
Theme Name: Hammer Theme
Theme URI: http://underscores.me/
Author: Rhowerk
Author URI: http://www.rhowerk.de
Description: Hammer Boilerplate Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hammer
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Hammer Theme is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html{box-sizing:border-box;-ms-overflow-style:scrollbar}
*,::after,::before{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:1200px){.container{max-width:1140px}}
.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}
.row{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,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.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-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.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-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.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-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.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-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}
.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}
.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}
.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}
.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}
.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}
.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}
.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}
.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}
.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}
.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}
.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}
.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}
.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}
.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}
.order-first{-ms-flex-order:-1;order:-1}
.order-last{-ms-flex-order:13;order:13}
.order-0{-ms-flex-order:0;order:0}
.order-1{-ms-flex-order:1;order:1}
.order-2{-ms-flex-order:2;order:2}
.order-3{-ms-flex-order:3;order:3}
.order-4{-ms-flex-order:4;order:4}
.order-5{-ms-flex-order:5;order:5}
.order-6{-ms-flex-order:6;order:6}
.order-7{-ms-flex-order:7;order:7}
.order-8{-ms-flex-order:8;order:8}
.order-9{-ms-flex-order:9;order:9}
.order-10{-ms-flex-order:10;order:10}
.order-11{-ms-flex-order:11;order:11}
.order-12{-ms-flex-order:12;order:12}
.offset-1{margin-left:8.333333%}
.offset-2{margin-left:16.666667%}
.offset-3{margin-left:25%}
.offset-4{margin-left:33.333333%}
.offset-5{margin-left:41.666667%}
.offset-6{margin-left:50%}
.offset-7{margin-left:58.333333%}
.offset-8{margin-left:66.666667%}
.offset-9{margin-left:75%}
.offset-10{margin-left:83.333333%}
.offset-11{margin-left:91.666667%}
@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-ms-flex-order:-1;order:-1}.order-sm-last{-ms-flex-order:13;order:13}.order-sm-0{-ms-flex-order:0;order:0}.order-sm-1{-ms-flex-order:1;order:1}.order-sm-2{-ms-flex-order:2;order:2}.order-sm-3{-ms-flex-order:3;order:3}.order-sm-4{-ms-flex-order:4;order:4}.order-sm-5{-ms-flex-order:5;order:5}.order-sm-6{-ms-flex-order:6;order:6}.order-sm-7{-ms-flex-order:7;order:7}.order-sm-8{-ms-flex-order:8;order:8}.order-sm-9{-ms-flex-order:9;order:9}.order-sm-10{-ms-flex-order:10;order:10}.order-sm-11{-ms-flex-order:11;order:11}.order-sm-12{-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}
@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-ms-flex-order:-1;order:-1}.order-md-last{-ms-flex-order:13;order:13}.order-md-0{-ms-flex-order:0;order:0}.order-md-1{-ms-flex-order:1;order:1}.order-md-2{-ms-flex-order:2;order:2}.order-md-3{-ms-flex-order:3;order:3}.order-md-4{-ms-flex-order:4;order:4}.order-md-5{-ms-flex-order:5;order:5}.order-md-6{-ms-flex-order:6;order:6}.order-md-7{-ms-flex-order:7;order:7}.order-md-8{-ms-flex-order:8;order:8}.order-md-9{-ms-flex-order:9;order:9}.order-md-10{-ms-flex-order:10;order:10}.order-md-11{-ms-flex-order:11;order:11}.order-md-12{-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}
@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-ms-flex-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;order:13}.order-lg-0{-ms-flex-order:0;order:0}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}
@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-ms-flex-order:-1;order:-1}.order-xl-last{-ms-flex-order:13;order:13}.order-xl-0{-ms-flex-order:0;order:0}.order-xl-1{-ms-flex-order:1;order:1}.order-xl-2{-ms-flex-order:2;order:2}.order-xl-3{-ms-flex-order:3;order:3}.order-xl-4{-ms-flex-order:4;order:4}.order-xl-5{-ms-flex-order:5;order:5}.order-xl-6{-ms-flex-order:6;order:6}.order-xl-7{-ms-flex-order:7;order:7}.order-xl-8{-ms-flex-order:8;order:8}.order-xl-9{-ms-flex-order:9;order:9}.order-xl-10{-ms-flex-order:10;order:10}.order-xl-11{-ms-flex-order:11;order:11}.order-xl-12{-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}
.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:-ms-flexbox!important;display:flex!important}
.d-inline-flex{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:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{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:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{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:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}
@media (min-width:1200px){.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:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{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:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}
.flex-row{-ms-flex-direction:row!important;flex-direction:row!important}
.flex-column{-ms-flex-direction:column!important;flex-direction:column!important}
.flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}
.flex-column-reverse{-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{-ms-flex:1 1 auto!important;flex:1 1 auto!important}
.flex-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}
.flex-grow-1{-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{-ms-flex-pack:start!important;justify-content:flex-start!important}
.justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}
.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}
.justify-content-between{-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{-ms-flex-align:start!important;align-items:flex-start!important}
.align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}
.align-items-center{-ms-flex-align:center!important;align-items:center!important}
.align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}
.align-items-stretch{-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{-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-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{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-sm-grow-1{-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{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-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{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-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{-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-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{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-md-grow-1{-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{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-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{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-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{-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-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{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-lg-grow-1{-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{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-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{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-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:1200px){.flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-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{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-xl-grow-1{-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{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-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{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-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}}
:root {
  --color-black: #1D1D1B;
  --color-dark-blue: #221C35;
  --color-white: #FFFFFF;
  --color-grey: #545454;
  --color-yellow: #FFCD00;
  --color-pink: #F3B2D1;
  --color-primary: var(--color-yellow);
  --color-secondary: var(--color-pink);
  --color-success: #C2F9E8;
  --color-error: #FFB3C7; }
/*

Input Placeholder
/*

### Example

input,  
textarea {  
    @include input-placeholder {
        color: $grey;
    }
}

 */
.mt-0 {
  margin-top: 0px !important; }
@media (max-width: 61.24em) {
  .mt-m-0 {
    margin-top: 0px !important; }
    .mt-m-0:last-child {
      margin-top: 0px !important; } }
.pt-0 {
  padding-top: 0px !important; }
.mb-0 {
  margin-bottom: 0px !important; }
@media (max-width: 61.24em) {
  .mb-m-0 {
    margin-bottom: 0px !important; }
    .mb-m-0:last-child {
      margin-bottom: 0px !important; } }
.pb-0 {
  padding-bottom: 0px !important; }
.ml-0 {
  margin-left: 0px !important; }
@media (max-width: 61.24em) {
  .ml-m-0 {
    margin-left: 0px !important; }
    .ml-m-0:last-child {
      margin-left: 0px !important; } }
.pl-0 {
  padding-left: 0px !important; }
.mr-0 {
  margin-right: 0px !important; }
@media (max-width: 61.24em) {
  .mr-m-0 {
    margin-right: 0px !important; }
    .mr-m-0:last-child {
      margin-right: 0px !important; } }
.pr-0 {
  padding-right: 0px !important; }
.mt-5 {
  margin-top: 5px !important; }
@media (max-width: 61.24em) {
  .mt-m-5 {
    margin-top: 5px !important; }
    .mt-m-5:last-child {
      margin-top: 0px !important; } }
.pt-5 {
  padding-top: 5px !important; }
.mb-5 {
  margin-bottom: 5px !important; }
@media (max-width: 61.24em) {
  .mb-m-5 {
    margin-bottom: 5px !important; }
    .mb-m-5:last-child {
      margin-bottom: 0px !important; } }
.pb-5 {
  padding-bottom: 5px !important; }
.ml-5 {
  margin-left: 5px !important; }
@media (max-width: 61.24em) {
  .ml-m-5 {
    margin-left: 5px !important; }
    .ml-m-5:last-child {
      margin-left: 0px !important; } }
.pl-5 {
  padding-left: 5px !important; }
.mr-5 {
  margin-right: 5px !important; }
@media (max-width: 61.24em) {
  .mr-m-5 {
    margin-right: 5px !important; }
    .mr-m-5:last-child {
      margin-right: 0px !important; } }
.pr-5 {
  padding-right: 5px !important; }
.mt-10 {
  margin-top: 10px !important; }
@media (max-width: 61.24em) {
  .mt-m-10 {
    margin-top: 10px !important; }
    .mt-m-10:last-child {
      margin-top: 0px !important; } }
.pt-10 {
  padding-top: 10px !important; }
.mb-10 {
  margin-bottom: 10px !important; }
@media (max-width: 61.24em) {
  .mb-m-10 {
    margin-bottom: 10px !important; }
    .mb-m-10:last-child {
      margin-bottom: 0px !important; } }
.pb-10 {
  padding-bottom: 10px !important; }
.ml-10 {
  margin-left: 10px !important; }
@media (max-width: 61.24em) {
  .ml-m-10 {
    margin-left: 10px !important; }
    .ml-m-10:last-child {
      margin-left: 0px !important; } }
.pl-10 {
  padding-left: 10px !important; }
.mr-10 {
  margin-right: 10px !important; }
@media (max-width: 61.24em) {
  .mr-m-10 {
    margin-right: 10px !important; }
    .mr-m-10:last-child {
      margin-right: 0px !important; } }
.pr-10 {
  padding-right: 10px !important; }
.mt-15 {
  margin-top: 15px !important; }
@media (max-width: 61.24em) {
  .mt-m-15 {
    margin-top: 15px !important; }
    .mt-m-15:last-child {
      margin-top: 0px !important; } }
.pt-15 {
  padding-top: 15px !important; }
.mb-15 {
  margin-bottom: 15px !important; }
@media (max-width: 61.24em) {
  .mb-m-15 {
    margin-bottom: 15px !important; }
    .mb-m-15:last-child {
      margin-bottom: 0px !important; } }
.pb-15 {
  padding-bottom: 15px !important; }
.ml-15 {
  margin-left: 15px !important; }
@media (max-width: 61.24em) {
  .ml-m-15 {
    margin-left: 15px !important; }
    .ml-m-15:last-child {
      margin-left: 0px !important; } }
.pl-15 {
  padding-left: 15px !important; }
.mr-15 {
  margin-right: 15px !important; }
@media (max-width: 61.24em) {
  .mr-m-15 {
    margin-right: 15px !important; }
    .mr-m-15:last-child {
      margin-right: 0px !important; } }
.pr-15 {
  padding-right: 15px !important; }
.mt-20 {
  margin-top: 20px !important; }
@media (max-width: 61.24em) {
  .mt-m-20 {
    margin-top: 20px !important; }
    .mt-m-20:last-child {
      margin-top: 0px !important; } }
.pt-20 {
  padding-top: 20px !important; }
.mb-20 {
  margin-bottom: 20px !important; }
@media (max-width: 61.24em) {
  .mb-m-20 {
    margin-bottom: 20px !important; }
    .mb-m-20:last-child {
      margin-bottom: 0px !important; } }
.pb-20 {
  padding-bottom: 20px !important; }
.ml-20 {
  margin-left: 20px !important; }
@media (max-width: 61.24em) {
  .ml-m-20 {
    margin-left: 20px !important; }
    .ml-m-20:last-child {
      margin-left: 0px !important; } }
.pl-20 {
  padding-left: 20px !important; }
.mr-20 {
  margin-right: 20px !important; }
@media (max-width: 61.24em) {
  .mr-m-20 {
    margin-right: 20px !important; }
    .mr-m-20:last-child {
      margin-right: 0px !important; } }
.pr-20 {
  padding-right: 20px !important; }
.mt-25 {
  margin-top: 25px !important; }
@media (max-width: 46.24em) {
    .mt-25 {
      margin-top: 12.5px !important; } }
@media (max-width: 61.24em) {
  .mt-m-25 {
    margin-top: 25px !important; }
    .mt-m-25:last-child {
      margin-top: 0px !important; } }
.pt-25 {
  padding-top: 25px !important; }
@media (max-width: 46.24em) {
    .pt-25 {
      padding-top: 16.66667px !important; } }
.mb-25 {
  margin-bottom: 25px !important; }
@media (max-width: 46.24em) {
    .mb-25 {
      margin-bottom: 12.5px !important; } }
@media (max-width: 61.24em) {
  .mb-m-25 {
    margin-bottom: 25px !important; }
    .mb-m-25:last-child {
      margin-bottom: 0px !important; } }
.pb-25 {
  padding-bottom: 25px !important; }
@media (max-width: 46.24em) {
    .pb-25 {
      padding-bottom: 16.66667px !important; } }
.ml-25 {
  margin-left: 25px !important; }
@media (max-width: 46.24em) {
    .ml-25 {
      margin-left: 12.5px !important; } }
@media (max-width: 61.24em) {
  .ml-m-25 {
    margin-left: 25px !important; }
    .ml-m-25:last-child {
      margin-left: 0px !important; } }
.pl-25 {
  padding-left: 25px !important; }
@media (max-width: 46.24em) {
    .pl-25 {
      padding-left: 16.66667px !important; } }
.mr-25 {
  margin-right: 25px !important; }
@media (max-width: 46.24em) {
    .mr-25 {
      margin-right: 12.5px !important; } }
@media (max-width: 61.24em) {
  .mr-m-25 {
    margin-right: 25px !important; }
    .mr-m-25:last-child {
      margin-right: 0px !important; } }
.pr-25 {
  padding-right: 25px !important; }
@media (max-width: 46.24em) {
    .pr-25 {
      padding-right: 16.66667px !important; } }
.mt-30 {
  margin-top: 30px !important; }
@media (max-width: 46.24em) {
    .mt-30 {
      margin-top: 15px !important; } }
@media (max-width: 61.24em) {
  .mt-m-30 {
    margin-top: 30px !important; }
    .mt-m-30:last-child {
      margin-top: 0px !important; } }
.pt-30 {
  padding-top: 30px !important; }
@media (max-width: 46.24em) {
    .pt-30 {
      padding-top: 20px !important; } }
.mb-30 {
  margin-bottom: 30px !important; }
@media (max-width: 46.24em) {
    .mb-30 {
      margin-bottom: 15px !important; } }
@media (max-width: 61.24em) {
  .mb-m-30 {
    margin-bottom: 30px !important; }
    .mb-m-30:last-child {
      margin-bottom: 0px !important; } }
.pb-30 {
  padding-bottom: 30px !important; }
@media (max-width: 46.24em) {
    .pb-30 {
      padding-bottom: 20px !important; } }
.ml-30 {
  margin-left: 30px !important; }
@media (max-width: 46.24em) {
    .ml-30 {
      margin-left: 15px !important; } }
@media (max-width: 61.24em) {
  .ml-m-30 {
    margin-left: 30px !important; }
    .ml-m-30:last-child {
      margin-left: 0px !important; } }
.pl-30 {
  padding-left: 30px !important; }
@media (max-width: 46.24em) {
    .pl-30 {
      padding-left: 20px !important; } }
.mr-30 {
  margin-right: 30px !important; }
@media (max-width: 46.24em) {
    .mr-30 {
      margin-right: 15px !important; } }
@media (max-width: 61.24em) {
  .mr-m-30 {
    margin-right: 30px !important; }
    .mr-m-30:last-child {
      margin-right: 0px !important; } }
.pr-30 {
  padding-right: 30px !important; }
@media (max-width: 46.24em) {
    .pr-30 {
      padding-right: 20px !important; } }
.mt-35 {
  margin-top: 35px !important; }
@media (max-width: 46.24em) {
    .mt-35 {
      margin-top: 17.5px !important; } }
@media (max-width: 61.24em) {
  .mt-m-35 {
    margin-top: 35px !important; }
    .mt-m-35:last-child {
      margin-top: 0px !important; } }
.pt-35 {
  padding-top: 35px !important; }
@media (max-width: 46.24em) {
    .pt-35 {
      padding-top: 23.33333px !important; } }
.mb-35 {
  margin-bottom: 35px !important; }
@media (max-width: 46.24em) {
    .mb-35 {
      margin-bottom: 17.5px !important; } }
@media (max-width: 61.24em) {
  .mb-m-35 {
    margin-bottom: 35px !important; }
    .mb-m-35:last-child {
      margin-bottom: 0px !important; } }
.pb-35 {
  padding-bottom: 35px !important; }
@media (max-width: 46.24em) {
    .pb-35 {
      padding-bottom: 23.33333px !important; } }
.ml-35 {
  margin-left: 35px !important; }
@media (max-width: 46.24em) {
    .ml-35 {
      margin-left: 17.5px !important; } }
@media (max-width: 61.24em) {
  .ml-m-35 {
    margin-left: 35px !important; }
    .ml-m-35:last-child {
      margin-left: 0px !important; } }
.pl-35 {
  padding-left: 35px !important; }
@media (max-width: 46.24em) {
    .pl-35 {
      padding-left: 23.33333px !important; } }
.mr-35 {
  margin-right: 35px !important; }
@media (max-width: 46.24em) {
    .mr-35 {
      margin-right: 17.5px !important; } }
@media (max-width: 61.24em) {
  .mr-m-35 {
    margin-right: 35px !important; }
    .mr-m-35:last-child {
      margin-right: 0px !important; } }
.pr-35 {
  padding-right: 35px !important; }
@media (max-width: 46.24em) {
    .pr-35 {
      padding-right: 23.33333px !important; } }
.mt-40 {
  margin-top: 40px !important; }
@media (max-width: 46.24em) {
    .mt-40 {
      margin-top: 20px !important; } }
@media (max-width: 61.24em) {
  .mt-m-40 {
    margin-top: 40px !important; }
    .mt-m-40:last-child {
      margin-top: 0px !important; } }
.pt-40 {
  padding-top: 40px !important; }
@media (max-width: 46.24em) {
    .pt-40 {
      padding-top: 26.66667px !important; } }
.mb-40 {
  margin-bottom: 40px !important; }
@media (max-width: 46.24em) {
    .mb-40 {
      margin-bottom: 20px !important; } }
@media (max-width: 61.24em) {
  .mb-m-40 {
    margin-bottom: 40px !important; }
    .mb-m-40:last-child {
      margin-bottom: 0px !important; } }
.pb-40 {
  padding-bottom: 40px !important; }
@media (max-width: 46.24em) {
    .pb-40 {
      padding-bottom: 26.66667px !important; } }
.ml-40 {
  margin-left: 40px !important; }
@media (max-width: 46.24em) {
    .ml-40 {
      margin-left: 20px !important; } }
@media (max-width: 61.24em) {
  .ml-m-40 {
    margin-left: 40px !important; }
    .ml-m-40:last-child {
      margin-left: 0px !important; } }
.pl-40 {
  padding-left: 40px !important; }
@media (max-width: 46.24em) {
    .pl-40 {
      padding-left: 26.66667px !important; } }
.mr-40 {
  margin-right: 40px !important; }
@media (max-width: 46.24em) {
    .mr-40 {
      margin-right: 20px !important; } }
@media (max-width: 61.24em) {
  .mr-m-40 {
    margin-right: 40px !important; }
    .mr-m-40:last-child {
      margin-right: 0px !important; } }
.pr-40 {
  padding-right: 40px !important; }
@media (max-width: 46.24em) {
    .pr-40 {
      padding-right: 26.66667px !important; } }
.mt-45 {
  margin-top: 45px !important; }
@media (max-width: 46.24em) {
    .mt-45 {
      margin-top: 22.5px !important; } }
@media (max-width: 61.24em) {
  .mt-m-45 {
    margin-top: 45px !important; }
    .mt-m-45:last-child {
      margin-top: 0px !important; } }
.pt-45 {
  padding-top: 45px !important; }
@media (max-width: 46.24em) {
    .pt-45 {
      padding-top: 30px !important; } }
.mb-45 {
  margin-bottom: 45px !important; }
@media (max-width: 46.24em) {
    .mb-45 {
      margin-bottom: 22.5px !important; } }
@media (max-width: 61.24em) {
  .mb-m-45 {
    margin-bottom: 45px !important; }
    .mb-m-45:last-child {
      margin-bottom: 0px !important; } }
.pb-45 {
  padding-bottom: 45px !important; }
@media (max-width: 46.24em) {
    .pb-45 {
      padding-bottom: 30px !important; } }
.ml-45 {
  margin-left: 45px !important; }
@media (max-width: 46.24em) {
    .ml-45 {
      margin-left: 22.5px !important; } }
@media (max-width: 61.24em) {
  .ml-m-45 {
    margin-left: 45px !important; }
    .ml-m-45:last-child {
      margin-left: 0px !important; } }
.pl-45 {
  padding-left: 45px !important; }
@media (max-width: 46.24em) {
    .pl-45 {
      padding-left: 30px !important; } }
.mr-45 {
  margin-right: 45px !important; }
@media (max-width: 46.24em) {
    .mr-45 {
      margin-right: 22.5px !important; } }
@media (max-width: 61.24em) {
  .mr-m-45 {
    margin-right: 45px !important; }
    .mr-m-45:last-child {
      margin-right: 0px !important; } }
.pr-45 {
  padding-right: 45px !important; }
@media (max-width: 46.24em) {
    .pr-45 {
      padding-right: 30px !important; } }
.mt-50 {
  margin-top: 50px !important; }
@media (max-width: 46.24em) {
    .mt-50 {
      margin-top: 25px !important; } }
@media (max-width: 61.24em) {
  .mt-m-50 {
    margin-top: 50px !important; }
    .mt-m-50:last-child {
      margin-top: 0px !important; } }
.pt-50 {
  padding-top: 50px !important; }
@media (max-width: 46.24em) {
    .pt-50 {
      padding-top: 33.33333px !important; } }
.mb-50 {
  margin-bottom: 50px !important; }
@media (max-width: 46.24em) {
    .mb-50 {
      margin-bottom: 25px !important; } }
@media (max-width: 61.24em) {
  .mb-m-50 {
    margin-bottom: 50px !important; }
    .mb-m-50:last-child {
      margin-bottom: 0px !important; } }
.pb-50 {
  padding-bottom: 50px !important; }
@media (max-width: 46.24em) {
    .pb-50 {
      padding-bottom: 33.33333px !important; } }
.ml-50 {
  margin-left: 50px !important; }
@media (max-width: 46.24em) {
    .ml-50 {
      margin-left: 25px !important; } }
@media (max-width: 61.24em) {
  .ml-m-50 {
    margin-left: 50px !important; }
    .ml-m-50:last-child {
      margin-left: 0px !important; } }
.pl-50 {
  padding-left: 50px !important; }
@media (max-width: 46.24em) {
    .pl-50 {
      padding-left: 33.33333px !important; } }
.mr-50 {
  margin-right: 50px !important; }
@media (max-width: 46.24em) {
    .mr-50 {
      margin-right: 25px !important; } }
@media (max-width: 61.24em) {
  .mr-m-50 {
    margin-right: 50px !important; }
    .mr-m-50:last-child {
      margin-right: 0px !important; } }
.pr-50 {
  padding-right: 50px !important; }
@media (max-width: 46.24em) {
    .pr-50 {
      padding-right: 33.33333px !important; } }
.mt-60 {
  margin-top: 60px !important; }
@media (max-width: 46.24em) {
    .mt-60 {
      margin-top: 30px !important; } }
@media (max-width: 61.24em) {
  .mt-m-60 {
    margin-top: 60px !important; }
    .mt-m-60:last-child {
      margin-top: 0px !important; } }
.pt-60 {
  padding-top: 60px !important; }
@media (max-width: 46.24em) {
    .pt-60 {
      padding-top: 40px !important; } }
.mb-60 {
  margin-bottom: 60px !important; }
@media (max-width: 46.24em) {
    .mb-60 {
      margin-bottom: 30px !important; } }
@media (max-width: 61.24em) {
  .mb-m-60 {
    margin-bottom: 60px !important; }
    .mb-m-60:last-child {
      margin-bottom: 0px !important; } }
.pb-60 {
  padding-bottom: 60px !important; }
@media (max-width: 46.24em) {
    .pb-60 {
      padding-bottom: 40px !important; } }
.ml-60 {
  margin-left: 60px !important; }
@media (max-width: 46.24em) {
    .ml-60 {
      margin-left: 30px !important; } }
@media (max-width: 61.24em) {
  .ml-m-60 {
    margin-left: 60px !important; }
    .ml-m-60:last-child {
      margin-left: 0px !important; } }
.pl-60 {
  padding-left: 60px !important; }
@media (max-width: 46.24em) {
    .pl-60 {
      padding-left: 40px !important; } }
.mr-60 {
  margin-right: 60px !important; }
@media (max-width: 46.24em) {
    .mr-60 {
      margin-right: 30px !important; } }
@media (max-width: 61.24em) {
  .mr-m-60 {
    margin-right: 60px !important; }
    .mr-m-60:last-child {
      margin-right: 0px !important; } }
.pr-60 {
  padding-right: 60px !important; }
@media (max-width: 46.24em) {
    .pr-60 {
      padding-right: 40px !important; } }
.mt-65 {
  margin-top: 65px !important; }
@media (max-width: 46.24em) {
    .mt-65 {
      margin-top: 32.5px !important; } }
@media (max-width: 61.24em) {
  .mt-m-65 {
    margin-top: 65px !important; }
    .mt-m-65:last-child {
      margin-top: 0px !important; } }
.pt-65 {
  padding-top: 65px !important; }
@media (max-width: 46.24em) {
    .pt-65 {
      padding-top: 43.33333px !important; } }
.mb-65 {
  margin-bottom: 65px !important; }
@media (max-width: 46.24em) {
    .mb-65 {
      margin-bottom: 32.5px !important; } }
@media (max-width: 61.24em) {
  .mb-m-65 {
    margin-bottom: 65px !important; }
    .mb-m-65:last-child {
      margin-bottom: 0px !important; } }
.pb-65 {
  padding-bottom: 65px !important; }
@media (max-width: 46.24em) {
    .pb-65 {
      padding-bottom: 43.33333px !important; } }
.ml-65 {
  margin-left: 65px !important; }
@media (max-width: 46.24em) {
    .ml-65 {
      margin-left: 32.5px !important; } }
@media (max-width: 61.24em) {
  .ml-m-65 {
    margin-left: 65px !important; }
    .ml-m-65:last-child {
      margin-left: 0px !important; } }
.pl-65 {
  padding-left: 65px !important; }
@media (max-width: 46.24em) {
    .pl-65 {
      padding-left: 43.33333px !important; } }
.mr-65 {
  margin-right: 65px !important; }
@media (max-width: 46.24em) {
    .mr-65 {
      margin-right: 32.5px !important; } }
@media (max-width: 61.24em) {
  .mr-m-65 {
    margin-right: 65px !important; }
    .mr-m-65:last-child {
      margin-right: 0px !important; } }
.pr-65 {
  padding-right: 65px !important; }
@media (max-width: 46.24em) {
    .pr-65 {
      padding-right: 43.33333px !important; } }
.mt-70 {
  margin-top: 70px !important; }
@media (max-width: 46.24em) {
    .mt-70 {
      margin-top: 35px !important; } }
@media (max-width: 61.24em) {
  .mt-m-70 {
    margin-top: 70px !important; }
    .mt-m-70:last-child {
      margin-top: 0px !important; } }
.pt-70 {
  padding-top: 70px !important; }
@media (max-width: 46.24em) {
    .pt-70 {
      padding-top: 46.66667px !important; } }
.mb-70 {
  margin-bottom: 70px !important; }
@media (max-width: 46.24em) {
    .mb-70 {
      margin-bottom: 35px !important; } }
@media (max-width: 61.24em) {
  .mb-m-70 {
    margin-bottom: 70px !important; }
    .mb-m-70:last-child {
      margin-bottom: 0px !important; } }
.pb-70 {
  padding-bottom: 70px !important; }
@media (max-width: 46.24em) {
    .pb-70 {
      padding-bottom: 46.66667px !important; } }
.ml-70 {
  margin-left: 70px !important; }
@media (max-width: 46.24em) {
    .ml-70 {
      margin-left: 35px !important; } }
@media (max-width: 61.24em) {
  .ml-m-70 {
    margin-left: 70px !important; }
    .ml-m-70:last-child {
      margin-left: 0px !important; } }
.pl-70 {
  padding-left: 70px !important; }
@media (max-width: 46.24em) {
    .pl-70 {
      padding-left: 46.66667px !important; } }
.mr-70 {
  margin-right: 70px !important; }
@media (max-width: 46.24em) {
    .mr-70 {
      margin-right: 35px !important; } }
@media (max-width: 61.24em) {
  .mr-m-70 {
    margin-right: 70px !important; }
    .mr-m-70:last-child {
      margin-right: 0px !important; } }
.pr-70 {
  padding-right: 70px !important; }
@media (max-width: 46.24em) {
    .pr-70 {
      padding-right: 46.66667px !important; } }
.mt-75 {
  margin-top: 75px !important; }
@media (max-width: 46.24em) {
    .mt-75 {
      margin-top: 37.5px !important; } }
@media (max-width: 61.24em) {
  .mt-m-75 {
    margin-top: 75px !important; }
    .mt-m-75:last-child {
      margin-top: 0px !important; } }
.pt-75 {
  padding-top: 75px !important; }
@media (max-width: 46.24em) {
    .pt-75 {
      padding-top: 50px !important; } }
.mb-75 {
  margin-bottom: 75px !important; }
@media (max-width: 46.24em) {
    .mb-75 {
      margin-bottom: 37.5px !important; } }
@media (max-width: 61.24em) {
  .mb-m-75 {
    margin-bottom: 75px !important; }
    .mb-m-75:last-child {
      margin-bottom: 0px !important; } }
.pb-75 {
  padding-bottom: 75px !important; }
@media (max-width: 46.24em) {
    .pb-75 {
      padding-bottom: 50px !important; } }
.ml-75 {
  margin-left: 75px !important; }
@media (max-width: 46.24em) {
    .ml-75 {
      margin-left: 37.5px !important; } }
@media (max-width: 61.24em) {
  .ml-m-75 {
    margin-left: 75px !important; }
    .ml-m-75:last-child {
      margin-left: 0px !important; } }
.pl-75 {
  padding-left: 75px !important; }
@media (max-width: 46.24em) {
    .pl-75 {
      padding-left: 50px !important; } }
.mr-75 {
  margin-right: 75px !important; }
@media (max-width: 46.24em) {
    .mr-75 {
      margin-right: 37.5px !important; } }
@media (max-width: 61.24em) {
  .mr-m-75 {
    margin-right: 75px !important; }
    .mr-m-75:last-child {
      margin-right: 0px !important; } }
.pr-75 {
  padding-right: 75px !important; }
@media (max-width: 46.24em) {
    .pr-75 {
      padding-right: 50px !important; } }
.mt-80 {
  margin-top: 80px !important; }
@media (max-width: 46.24em) {
    .mt-80 {
      margin-top: 40px !important; } }
@media (max-width: 61.24em) {
  .mt-m-80 {
    margin-top: 80px !important; }
    .mt-m-80:last-child {
      margin-top: 0px !important; } }
.pt-80 {
  padding-top: 80px !important; }
@media (max-width: 46.24em) {
    .pt-80 {
      padding-top: 53.33333px !important; } }
.mb-80 {
  margin-bottom: 80px !important; }
@media (max-width: 46.24em) {
    .mb-80 {
      margin-bottom: 40px !important; } }
@media (max-width: 61.24em) {
  .mb-m-80 {
    margin-bottom: 80px !important; }
    .mb-m-80:last-child {
      margin-bottom: 0px !important; } }
.pb-80 {
  padding-bottom: 80px !important; }
@media (max-width: 46.24em) {
    .pb-80 {
      padding-bottom: 53.33333px !important; } }
.ml-80 {
  margin-left: 80px !important; }
@media (max-width: 46.24em) {
    .ml-80 {
      margin-left: 40px !important; } }
@media (max-width: 61.24em) {
  .ml-m-80 {
    margin-left: 80px !important; }
    .ml-m-80:last-child {
      margin-left: 0px !important; } }
.pl-80 {
  padding-left: 80px !important; }
@media (max-width: 46.24em) {
    .pl-80 {
      padding-left: 53.33333px !important; } }
.mr-80 {
  margin-right: 80px !important; }
@media (max-width: 46.24em) {
    .mr-80 {
      margin-right: 40px !important; } }
@media (max-width: 61.24em) {
  .mr-m-80 {
    margin-right: 80px !important; }
    .mr-m-80:last-child {
      margin-right: 0px !important; } }
.pr-80 {
  padding-right: 80px !important; }
@media (max-width: 46.24em) {
    .pr-80 {
      padding-right: 53.33333px !important; } }
.mt-100 {
  margin-top: 100px !important; }
@media (max-width: 46.24em) {
    .mt-100 {
      margin-top: 50px !important; } }
@media (max-width: 61.24em) {
  .mt-m-100 {
    margin-top: 100px !important; }
    .mt-m-100:last-child {
      margin-top: 0px !important; } }
.pt-100 {
  padding-top: 100px !important; }
@media (max-width: 46.24em) {
    .pt-100 {
      padding-top: 66.66667px !important; } }
.mb-100 {
  margin-bottom: 100px !important; }
@media (max-width: 46.24em) {
    .mb-100 {
      margin-bottom: 50px !important; } }
@media (max-width: 61.24em) {
  .mb-m-100 {
    margin-bottom: 100px !important; }
    .mb-m-100:last-child {
      margin-bottom: 0px !important; } }
.pb-100 {
  padding-bottom: 100px !important; }
@media (max-width: 46.24em) {
    .pb-100 {
      padding-bottom: 66.66667px !important; } }
.ml-100 {
  margin-left: 100px !important; }
@media (max-width: 46.24em) {
    .ml-100 {
      margin-left: 50px !important; } }
@media (max-width: 61.24em) {
  .ml-m-100 {
    margin-left: 100px !important; }
    .ml-m-100:last-child {
      margin-left: 0px !important; } }
.pl-100 {
  padding-left: 100px !important; }
@media (max-width: 46.24em) {
    .pl-100 {
      padding-left: 66.66667px !important; } }
.mr-100 {
  margin-right: 100px !important; }
@media (max-width: 46.24em) {
    .mr-100 {
      margin-right: 50px !important; } }
@media (max-width: 61.24em) {
  .mr-m-100 {
    margin-right: 100px !important; }
    .mr-m-100:last-child {
      margin-right: 0px !important; } }
.pr-100 {
  padding-right: 100px !important; }
@media (max-width: 46.24em) {
    .pr-100 {
      padding-right: 66.66667px !important; } }
.mt-120 {
  margin-top: 120px !important; }
@media (max-width: 46.24em) {
    .mt-120 {
      margin-top: 60px !important; } }
@media (max-width: 61.24em) {
  .mt-m-120 {
    margin-top: 120px !important; }
    .mt-m-120:last-child {
      margin-top: 0px !important; } }
.pt-120 {
  padding-top: 120px !important; }
@media (max-width: 46.24em) {
    .pt-120 {
      padding-top: 80px !important; } }
.mb-120 {
  margin-bottom: 120px !important; }
@media (max-width: 46.24em) {
    .mb-120 {
      margin-bottom: 60px !important; } }
@media (max-width: 61.24em) {
  .mb-m-120 {
    margin-bottom: 120px !important; }
    .mb-m-120:last-child {
      margin-bottom: 0px !important; } }
.pb-120 {
  padding-bottom: 120px !important; }
@media (max-width: 46.24em) {
    .pb-120 {
      padding-bottom: 80px !important; } }
.ml-120 {
  margin-left: 120px !important; }
@media (max-width: 46.24em) {
    .ml-120 {
      margin-left: 60px !important; } }
@media (max-width: 61.24em) {
  .ml-m-120 {
    margin-left: 120px !important; }
    .ml-m-120:last-child {
      margin-left: 0px !important; } }
.pl-120 {
  padding-left: 120px !important; }
@media (max-width: 46.24em) {
    .pl-120 {
      padding-left: 80px !important; } }
.mr-120 {
  margin-right: 120px !important; }
@media (max-width: 46.24em) {
    .mr-120 {
      margin-right: 60px !important; } }
@media (max-width: 61.24em) {
  .mr-m-120 {
    margin-right: 120px !important; }
    .mr-m-120:last-child {
      margin-right: 0px !important; } }
.pr-120 {
  padding-right: 120px !important; }
@media (max-width: 46.24em) {
    .pr-120 {
      padding-right: 80px !important; } }
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0; }
.no-gutter > [class*='col'] {
  padding-right: 0;
  padding-left: 0; }
/* -------------------------------- 

Title: Code Snippet
Descr: A block of preformatted text, containing computer code

-------------------------------- */
code {
  font-family: monospace;
  padding: 15px; }
code::selection {
    background-color: var(--color-black-5);
    color: #1D1D1B;
    color: var(--color-black); }
.code-snippet {
  background-color: var(--color-black-5);
  color: #1D1D1B;
  color: var(--color-black);
  font-family: monospace;
  border-radius: 12px;
  margin: 15px; }
.code-snippet code {
    background-color: transparent;
    line-height: 1.45;
    display: block;
    overflow-x: auto; }
.code-snippet code strong {
      font-weight: bold; }
.text-left {
  text-align: left !important; }
.text-right {
  text-align: right !important; }
.text-center {
  text-align: center !important; }
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }
.visuallyhidden {
  display: none; }
.w90 {
  max-width: 90%; }
.nopadding {
  padding: 0 !important; }
.noborder {
  border: 0 none !important; }
@media (min-width: 20em) and (max-width: 46.24em) {
  .not-mobile {
    display: none; } }
*, *::after, *::before {
  box-sizing: inherit; }
* {
  font: inherit; }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, hr {
  margin: 0;
  padding: 0;
  border: 0; }
html {
  box-sizing: border-box; }
body {
  background-color: white;
  background-color: var(--color-bg, white); }
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main, form legend {
  display: block; }
ol, ul {
  list-style: none; }
blockquote, q {
  quotes: none; }
button, input, textarea, select {
  margin: 0; }
.btn, .form-control, .link, .reset {
  background-color: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  line-height: inherit;
  -webkit-appearance: none;
          appearance: none; }
select.form-control::-ms-expand {
  display: none; }
textarea {
  resize: vertical;
  overflow: auto;
  vertical-align: top; }
input::-ms-clear {
  display: none; }
table {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left; }
img, video, svg {
  max-width: 100%; }
/* Geomanist - Book */
@font-face {
  font-family: 'Geomanist';
  src: url("fonts/Geomanist-Book-Webfont/geomanist-book-webfont.woff2") format("woff2"), url("fonts/Geomanist-Book-Webfont/geomanist-book-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal; }
/* Geomanist - Medium */
@font-face {
  font-family: 'Geomanist';
  src: url("fonts/Geomanist-Medium-Webfont/geomanist-medium-webfont.woff2") format("woff2"), url("fonts/Geomanist-Medium-Webfont/geomanist-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal; }
/* Geomanist - Bold */
@font-face {
  font-family: 'Geomanist';
  src: url("fonts/Geomanist-Bold-Webfont/geomanist-bold-webfont.woff2") format("woff2"), url("fonts/Geomanist-Bold-Webfont/geomanist-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal; }
:root {
  --color-text: var(--color-black); }
body {
  font-size: 18px;
  font-family: "Geomanist";
  color: #1D1D1B;
  color: var(--color-text);
  letter-spacing: 0.05rem; }
h1 {
  font-size: 2rem;
  line-height: 105%;
  font-weight: bold;
  margin-bottom: 20px; }
@media (max-width: 1200px) {
    h1 {
      font-size: calc(1.325rem + 0.9vw) ; } }
h2 {
  font-size: 1.5rem;
  line-height: 125%;
  font-weight: bold; }
@media (max-width: 1200px) {
    h2 {
      font-size: calc(1.275rem + 0.3vw) ; } }
h3 {
  font-size: 1.25rem;
  line-height: 125%;
  font-weight: bold;
  margin-bottom: 20px; }
h4 {
  font-size: 1rem;
  line-height: 105%;
  font-weight: bold;
  margin-bottom: 20px; }
h1 span, h2 span, h3 span, h4 span {
  display: block; }
p {
  font-size: 1.25rem;
  line-height: 150%;
  margin-bottom: 1em; }
p:last-child {
    margin-bottom: 0; }
p a {
    color: #1D1D1B;
    color: var(--color-text);
    border-bottom: 1px solid #1D1D1B;
    border-bottom: 1px solid var(--color-black); }
@media (min-width: 61.25em) {
      p a:hover {
        border-bottom: 1px solid #F3B2D1;
        border-bottom: 1px solid var(--color-secondary); } }
a {
  text-decoration: none;
  color: #1D1D1B;
  color: var(--color-text);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: var(--button-transition);
  cursor: pointer; }
@media (min-width: 61.25em) {
    a:hover {
      color: #545454;
      color: var(--color-grey); } }
a.no-hover {
    transition: none; }
a.no-hover:hover {
      color: #1D1D1B;
      color: var(--color-black); }
@media (min-width: 61.25em) {
  .link-bg:hover {
    color: #1D1D1B;
    color: var(--color-text); } }
.headline {
  font-family: "Geomanist";
  line-height: 110%;
  margin-bottom: 1em;
  font-weight: 700; }
.headline--xxl {
    font-size: 5rem;
    margin-bottom: 0.8em; }
@media (max-width: 1200px) {
      .headline--xxl {
        font-size: calc(1.625rem + 4.5vw) ; } }
.headline--primary {
    color: #FFCD00;
    color: var(--color-primary); }
.headline--white {
    color: #FFFFFF;
    color: var(--color-white); }
.headline--xl {
    font-size: 4rem;
    line-height: 130%; }
@media (max-width: 1200px) {
      .headline--xl {
        font-size: calc(1.525rem + 3.3vw) ; } }
.headline--l {
    font-size: 3rem;
    line-height: 130%;
    margin-bottom: 0.5em; }
@media (max-width: 1200px) {
      .headline--l {
        font-size: calc(1.425rem + 2.1vw) ; } }
.headline--m {
    font-size: 2.6875rem;
    line-height: 120%;
    margin-bottom: 0.5em; }
@media (max-width: 1200px) {
      .headline--m {
        font-size: calc(1.39375rem + 1.725vw) ; } }
.headline--s {
    font-size: 1.875rem;
    line-height: 130%;
    margin-bottom: 0.3em; }
@media (max-width: 1200px) {
      .headline--s {
        font-size: calc(1.3125rem + 0.75vw) ; } }
@media (min-width: 46.25em) {
    .headline--min-height {
      min-height: 60px; } }
.headline--icon {
    position: relative;
    padding: 15px 0 15px 36px;
    margin: 0; }
.headline--secondary {
    color: #F3B2D1;
    color: var(--color-secondary); }
.text {
  line-height: 150%;
  font-weight: 400; }
.text--white {
    color: #FFFFFF;
    color: var(--color-white); }
.text--grey {
    color: #545454;
    color: var(--color-grey); }
.text--primary {
    color: #FFCD00;
    color: var(--color-primary); }
.text--bold {
    font-weight: 500; }
.text--uppercase {
    text-transform: uppercase; }
.text--underline {
    text-decoration: underline; }
.text--line-through {
    text-decoration: line-through; }
.text--xl {
    font-size: 1.8125rem; }
@media (max-width: 1200px) {
      .text--xl {
        font-size: calc(1.30625rem + 0.675vw) ; } }
.text--l {
    font-size: 1.5rem; }
@media (max-width: 1200px) {
      .text--l {
        font-size: calc(1.275rem + 0.3vw) ; } }
.text--m {
    font-size: 1.25rem; }
.text--base {
    font-size: 1.125rem; }
.text--s {
    font-size: 1rem; }
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 0px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  line-height: 0; }
.hamburger:hover {
    filter: opacity(100%); }
.hamburger.is-active:hover {
    filter: opacity(100%); }
.hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #1D1D1B;
    background-color: var(--color-black); }
.hamburger:focus {
    outline: none; }
.hamburger-box {
  width: 40px;
  height: 22px;
  display: inline-block;
  position: relative; }
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px; }
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 2px;
    background-color: #1D1D1B;
    background-color: var(--color-black);
    border-radius: 0;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
.hamburger-inner::before {
    top: -10px; }
.hamburger-inner::after {
    bottom: -10px; }
/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 80px; }
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg); }
.hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
.hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }
/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px; }
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg); }
.hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
.hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }
/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 80px; }
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg); }
.hamburger--3dy.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
.hamburger--3dy.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }
/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px; }
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg); }
.hamburger--3dy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
.hamburger--3dy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }
/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  perspective: 80px; }
.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg); }
.hamburger--3dxy.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
.hamburger--3dxy.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }
/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px; }
.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg); }
.hamburger--3dxy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
.hamburger--3dxy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }
/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }
/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }
/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }
/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }
/*
   * Arrow Turn
   */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg); }
.hamburger--arrowturn.is-active .hamburger-inner::before {
    transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }
.hamburger--arrowturn.is-active .hamburger-inner::after {
    transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }
/*
   * Arrow Turn Right
   */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg); }
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }
/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none; }
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg); }
.hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
.hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }
/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--collapse .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
.hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
.hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }
/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--collapse-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
.hamburger--collapse-r .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
.hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }
/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 1px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
.hamburger--elastic .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease; }
.hamburger--elastic .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s; }
.hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
.hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-270deg);
    transition-delay: 0.075s; }
/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 1px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
.hamburger--elastic-r .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease; }
.hamburger--elastic-r .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s; }
.hamburger--elastic-r.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
.hamburger--elastic-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(270deg);
    transition-delay: 0.075s; }
/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden; }
.hamburger--emphatic .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
.hamburger--emphatic .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
.hamburger--emphatic .hamburger-inner::after {
      top: 10px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
.hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent !important; }
.hamburger--emphatic.is-active .hamburger-inner::before {
      left: -80px;
      top: -80px;
      transform: translate3d(80px, 80px, 0) rotate(45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
.hamburger--emphatic.is-active .hamburger-inner::after {
      right: -80px;
      top: -80px;
      transform: translate3d(-80px, 80px, 0) rotate(-45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden; }
.hamburger--emphatic-r .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
.hamburger--emphatic-r .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
.hamburger--emphatic-r .hamburger-inner::after {
      top: 10px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
.hamburger--emphatic-r.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent !important; }
.hamburger--emphatic-r.is-active .hamburger-inner::before {
      left: -80px;
      top: 80px;
      transform: translate3d(80px, -80px, 0) rotate(-45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
.hamburger--emphatic-r.is-active .hamburger-inner::after {
      right: -80px;
      top: 80px;
      transform: translate3d(-80px, -80px, 0) rotate(45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out,
 top 0.08s 0s ease-out,
 opacity 0s linear; }
.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out,
 top 0.08s ease-out,
 opacity 0s 0.08s linear; }
.hamburger--minus.is-active .hamburger-inner::before {
  top: 0; }
.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0; }
/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 1px; }
.hamburger--slider .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
.hamburger--slider .hamburger-inner::after {
    top: 20px; }
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg); }
.hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -8px, 0);
    opacity: 0; }
.hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg); }
/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 1px; }
.hamburger--slider-r .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
.hamburger--slider-r .hamburger-inner::after {
    top: 20px; }
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg); }
.hamburger--slider-r.is-active .hamburger-inner::before {
    transform: rotate(45deg) translate3d(5.71429px, -8px, 0);
    opacity: 0; }
.hamburger--slider-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(90deg); }
/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in,
 opacity 0.1s ease-in; }
.hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out,
 opacity 0.1s 0.12s ease-out; }
.hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }
/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spin-r .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in,
 opacity 0.1s ease-in; }
.hamburger--spin-r .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out,
 opacity 0.1s 0.12s ease-out; }
.hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }
/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 1px;
  transition: background-color 0s 0.13s linear; }
.hamburger--spring .hamburger-inner::before {
    top: 10px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spring .hamburger-inner::after {
    top: 20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important; }
.hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg); }
.hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg); }
/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spring-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }
.hamburger--spring-r .hamburger-inner::before {
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear; }
.hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }
/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
.hamburger--stand .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--stand .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
.hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
.hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
.hamburger--stand-r .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--stand-r .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
.hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
.hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease,
 opacity 0.075s ease; }
.hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease,
 opacity 0.075s 0.12s ease; }
.hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }
/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
.hamburger--vortex .hamburger-inner::before {
    transition-property: top, opacity; }
.hamburger--vortex .hamburger-inner::after {
    transition-property: bottom, transform; }
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
    transition-delay: 0s; }
.hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
.hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg); }
/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
.hamburger--vortex-r .hamburger-inner::before {
    transition-property: top, opacity; }
.hamburger--vortex-r .hamburger-inner::after {
    transition-property: bottom, transform; }
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
    transition-delay: 0s; }
.hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
.hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }
/*Header Start*/
/*
  Breakpoints 

  mobile:  320px
  tablet:  740px
  desktop: 980px
  wide:    1300px

 */

header#siteHeader {
  font-size: 1.125rem;
  padding: 0 0 0 15px;
  position: relative;
  z-index: 1000;
  /*
		width:66.666667%;
		You need to limit the width on the Site Grid? 
		Take the Width from the Col for example col-8 (66.666667%)
	 */
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  /*Vertical Align*/
  -ms-flex-pack: justify;
      justify-content: space-between;
  background: #FFFFFF;
  background: var(--color-white);
  /*Menu Stuff and Styles*/
  /* Media Query  When will Burger Button Appear?*/
  /* Media Query  When will CTA Button Disappear?*/
  /* Hidden Menu If Burger Button is the only Menu Item on Desktop View or on Mobile Devices*/ }
@media (max-width: 61.24em) {
    header#siteHeader {
      padding: 0px 30px; } }
@media (max-width: 46.24em) {
    header#siteHeader {
      padding: 5px 15px; } }
header#siteHeader.fixed {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 1000;
    background: #FFFFFF;
    background: var(--color-white);
    border-bottom: 1px solid #1D1D1B;
    border-bottom: 1px solid var(--color-black); }
header#siteHeader .logo {
    display: inline-block;
    position: relative;
    z-index: 150;
    margin: 10px 0px; }
header#siteHeader .logo img {
      width: 250px;
      height: auto;
      max-height: 50px; }
@media (max-width: 46.24em) {
        header#siteHeader .logo img {
          width: 150px; } }
header#siteHeader .menu-holder {
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch; }
header#siteHeader #menu-wrapper {
    height: 100%; }
header#siteHeader nav#mainMenu {
    height: 100%; }
@media (min-width: 61.25em) {
      header#siteHeader nav#mainMenu .mobile {
        display: none; } }
header#siteHeader nav#mainMenu .sub-menu .menuBack {
      display: none; }
header#siteHeader nav#mainMenu > ul {
      /*Main Menu*/
      height: 100%;
      display: -ms-flexbox;
      display: flex; }
header#siteHeader nav#mainMenu > ul > li {
        /*Main Menu Items*/
        margin-right: 60px; }
@media (min-width: 61.25em) {
          header#siteHeader nav#mainMenu > ul > li {
            position: relative;
            border-bottom: 8px solid transparent;
            transition: all;
            transition-duration: 300ms; } }
@media (min-width: 61.25em) {
          header#siteHeader nav#mainMenu > ul > li:hover {
            border-color: #F3B2D1;
            border-color: var(--color-secondary); } }
header#siteHeader nav#mainMenu > ul > li:last-child {
          margin-right: 0px; }
header#siteHeader nav#mainMenu > ul > li > a {
          display: block;
          padding: 24px 0 14px;
          line-height: 1; }
header#siteHeader nav#mainMenu > ul > li > a:hover {
            color: #1D1D1B;
            color: var(--color-black); }
header#siteHeader nav#mainMenu > ul > li.current-menu-item, header#siteHeader nav#mainMenu > ul > li.current-menu-parent {
          /*Active Menu Item*/ }
@media (min-width: 61.25em) {
            header#siteHeader nav#mainMenu > ul > li.current-menu-item, header#siteHeader nav#mainMenu > ul > li.current-menu-parent {
              border-color: #F3B2D1;
              border-color: var(--color-secondary); } }
header#siteHeader nav#mainMenu > ul > li.cta {
          display: none; }
@media (min-width: 61.25em) {
          header#siteHeader nav#mainMenu > ul > li:not(.largeSub) > ul {
            /*Normal Sub Menu Horizontal*/
            opacity: 0;
            visibility: hidden;
            position: absolute;
            top: 36px;
            background: #1D1D1B;
            background: var(--color-black);
            width: 320px;
            left: -20px;
            text-align: left; }
            header#siteHeader nav#mainMenu > ul > li:not(.largeSub) > ul > li {
              /*Sub Menu Items*/
              border-bottom: 1px solid #F3B2D1;
              border-bottom: 1px solid var(--color-secondary);
              display: block;
              padding: 10px 20px; }
              header#siteHeader nav#mainMenu > ul > li:not(.largeSub) > ul > li:last-child {
                border: 0 none; }
              header#siteHeader nav#mainMenu > ul > li:not(.largeSub) > ul > li a {
                color: #FFFFFF;
                color: var(--color-white); }
              header#siteHeader nav#mainMenu > ul > li:not(.largeSub) > ul > li.current-menu-item {
                /*Active Menu Item*/ }
                header#siteHeader nav#mainMenu > ul > li:not(.largeSub) > ul > li.current-menu-item a {
                  color: #1D1D1B;
                  color: var(--color-black); } }
header#siteHeader nav#mainMenu > ul > li.active > ul {
          opacity: 1;
          max-height: 2000px;
          visibility: visible;
          transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1); }
@media (min-width: 20em) and (max-width: 61.24em) {
      header#siteHeader nav#mainMenu {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        height: 100%; }
        header#siteHeader nav#mainMenu > ul {
          /*Main Menu*/
          height: 100%;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
              flex-direction: column;
          background: #FFCD00;
          background: var(--color-primary); }
          header#siteHeader nav#mainMenu > ul .closeSubMenu {
            display: none; }
          header#siteHeader nav#mainMenu > ul > li {
            margin-right: 0px;
            width: 100%;
            border-bottom: 1px solid #1D1D1B;
            border-bottom: 1px solid var(--color-black); }
            header#siteHeader nav#mainMenu > ul > li:first-child {
              margin-top: 0px;
              border-top: 1px solid #1D1D1B;
              border-top: 1px solid var(--color-black); }
            header#siteHeader nav#mainMenu > ul > li:last-child {
              border-bottom: 1px solid #1D1D1B;
              border-bottom: 1px solid var(--color-black); }
            header#siteHeader nav#mainMenu > ul > li > a {
              color: transparent;
              -webkit-text-stroke: 1px;
              -webkit-text-stroke-color: #1D1D1B;
              -webkit-text-stroke-color: var(--color-black);
              font-size: 2.3rem;
              font-weight: 600;
              padding: 40px 10px;
              display: inline-block;
              width: 100%; }
            header#siteHeader nav#mainMenu > ul > li.cta {
              display: block;
              -ms-flex-item-align: end;
                  align-self: flex-end;
              margin-bottom: 0px; }
              header#siteHeader nav#mainMenu > ul > li.cta > a {
                background: transparent;
                color: transparent; } }
header#siteHeader .burgerNav {
    z-index: 150;
    display: none; }
@media (min-width: 20em) and (max-width: 61.24em) {
      header#siteHeader .burgerNav {
        display: block; } }
header#siteHeader .cta-header {
    display: inline-block; }
header#siteHeader .cta-header.block {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-item-align: stretch;
          align-self: stretch;
      -ms-flex-align: center;
          align-items: center;
      background: #1D1D1B;
      background: var(--color-black);
      color: #FFFFFF;
      color: var(--color-white);
      padding-left: 60px;
      padding-right: 60px; }
@media (min-width: 20em) and (max-width: 61.24em) {
      header#siteHeader .cta-header {
        display: none; }
        header#siteHeader .cta-header.block {
          display: none; } }
header#siteHeader.hiddenMenu .menu-holder {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: white; }
header#siteHeader.hiddenMenu .menu-wrapper {
    position: relative;
    height: 100%;
    background: #FFFFFF;
    background: var(--color-white);
    z-index: 99;
    width: 50%;
    opacity: 1;
    left: 0;
    text-align: left;
    padding-top: 65px;
    color: black;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
    overflow-y: auto;
    transition: left 0.3s cubic-bezier(0.23, 1, 0.32, 1); }
@media (max-width: 46.24em) {
      header#siteHeader.hiddenMenu .menu-wrapper {
        width: 100%;
        padding-top: 100px; } }
header#siteHeader.hiddenMenu .menu-wrapper nav#mainMenu .border {
      border-top: 1px solid #1D1D1B;
      border-top: 1px solid var(--color-black); }
header#siteHeader.hiddenMenu .menu-wrapper nav#mainMenu .sub-menu .menuBack {
      display: inherit; }
header#siteHeader.hiddenMenu .menu-wrapper nav#mainMenu .sub-menu .menuBack a {
        color: #1D1D1B;
        color: var(--color-black);
        font-size: 1rem;
        padding: 20px 15px 20px 50px;
        position: relative; }
header#siteHeader.hiddenMenu .menu-wrapper nav#mainMenu .sub-menu .menuBack a:before {
          background-image: url("data:image/svg+xml,%3Csvg width='31' height='12' viewBox='0 0 31 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30.5303 6.53033C30.8232 6.23744 30.8232 5.76256 30.5303 5.46967L25.7574 0.696699C25.4645 0.403806 24.9896 0.403806 24.6967 0.696699C24.4038 0.989592 24.4038 1.46447 24.6967 1.75736L28.9393 6L24.6967 10.2426C24.4038 10.5355 24.4038 11.0104 24.6967 11.3033C24.9896 11.5962 25.4645 11.5962 25.7574 11.3033L30.5303 6.53033ZM0 6.75H30V5.25H0V6.75Z' fill='%23F9432A'/%3E%3C/svg%3E");
          background-repeat: no-repeat;
          background-position: center;
          content: "";
          display: block;
          width: 32px;
          height: 18px;
          position: absolute;
          left: 10px;
          transform: scaleX(-1); }
header#siteHeader.hiddenMenu .menu-wrapper nav#mainMenu ul.sub-menu {
      transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1); }
header#siteHeader.hiddenMenu .menu-wrapper nav#mainMenu > ul {
      position: relative;
      overflow: hidden;
      overflow-y: auto; }
header#siteHeader.hiddenMenu .menu-wrapper nav#mainMenu > ul li {
        transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1); }
header#siteHeader.hiddenMenu .menu-wrapper nav#mainMenu > ul li.menu-item-has-children > a:after {
          background-image: url("data:image/svg+xml,%3Csvg width='31' height='12' viewBox='0 0 31 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30.5303 6.53033C30.8232 6.23744 30.8232 5.76256 30.5303 5.46967L25.7574 0.696699C25.4645 0.403806 24.9896 0.403806 24.6967 0.696699C24.4038 0.989592 24.4038 1.46447 24.6967 1.75736L28.9393 6L24.6967 10.2426C24.4038 10.5355 24.4038 11.0104 24.6967 11.3033C24.9896 11.5962 25.4645 11.5962 25.7574 11.3033L30.5303 6.53033ZM0 6.75H30V5.25H0V6.75Z' fill='%231D1D1B'/%3E%3C/svg%3E");
          background-repeat: no-repeat;
          background-position: center;
          content: "";
          display: block;
          float: right;
          width: 32px;
          height: 18px; }
header#siteHeader.hiddenMenu .menu-wrapper nav#mainMenu > ul li.menu-item-has-children.current-menu-parent {
          /*Active Menu Item*/ }
header#siteHeader.hiddenMenu .menu-wrapper nav#mainMenu > ul li.menu-item-has-children.current-menu-parent > a:after {
            background-image: url("data:image/svg+xml,%3Csvg width='31' height='12' viewBox='0 0 31 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30.5303 6.53033C30.8232 6.23744 30.8232 5.76256 30.5303 5.46967L25.7574 0.696699C25.4645 0.403806 24.9896 0.403806 24.6967 0.696699C24.4038 0.989592 24.4038 1.46447 24.6967 1.75736L28.9393 6L24.6967 10.2426C24.4038 10.5355 24.4038 11.0104 24.6967 11.3033C24.9896 11.5962 25.4645 11.5962 25.7574 11.3033L30.5303 6.53033ZM0 6.75H30V5.25H0V6.75Z' fill='%23bebebe'/%3E%3C/svg%3E"); }
header#siteHeader.hiddenMenu .menu-wrapper nav#mainMenu > ul li.current-menu-item {
          /*Active Menu Item*/ }
header#siteHeader.hiddenMenu .menu-wrapper nav#mainMenu > ul li.current-menu-item a {
            color: #1D1D1B;
            color: var(--color-black);
            -webkit-text-stroke: 0; }
header#siteHeader.hiddenMenu .menu-wrapper nav#mainMenu > ul li > ul {
          position: fixed;
          top: 0;
          bottom: 0;
          right: -100%;
          width: 100%;
          height: 100%;
          z-index: 99;
          background: white;
          position: absolute;
          /*Main Menu*/
          height: 100%;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
              flex-direction: column;
          overflow: hidden;
          overflow-y: auto;
          background: #1D1D1B;
          background: var(--color-black); }
header#siteHeader.hiddenMenu .menu-wrapper nav#mainMenu > ul li > ul > li {
            margin-right: 0px;
            width: 100%;
            border-bottom: 1px solid #F3B2D1;
            border-bottom: 1px solid var(--color-secondary); }
header#siteHeader.hiddenMenu .menu-wrapper nav#mainMenu > ul li > ul > li:first-child {
              margin-top: 0px;
              border-top: 1px solid #F3B2D1;
              border-top: 1px solid var(--color-secondary); }
header#siteHeader.hiddenMenu .menu-wrapper nav#mainMenu > ul li > ul > li > a {
              font-size: 1.125rem;
              padding: 20px 10px;
              display: inline-block;
              width: 100%;
              color: #FFFFFF;
              color: var(--color-white); }
header#siteHeader.hiddenMenu .menu-wrapper nav#mainMenu > ul li > ul > li.cta {
              display: block;
              -ms-flex-item-align: end;
                  align-self: flex-end;
              margin-top: auto;
              margin-bottom: 0px; }
header#siteHeader.hiddenMenu .menu-wrapper nav#mainMenu > ul li > ul > li.cta > a {
                background: #1D1D1B;
                background: var(--color-black);
                color: #FFFFFF;
                color: var(--color-white); }
header#siteHeader.hiddenMenu .menu-wrapper nav#mainMenu > ul li.active > ul {
          right: 0px; }
@media (min-width: 61.25em) {
    header#siteHeader.hiddenMenu .burgerNav {
      display: block; } }
header#siteHeader.hiddenMenu .cta-header {
    display: none; }
header#siteHeader.hiddenMenu nav#mainMenu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    height: 100%; }
header#siteHeader.hiddenMenu nav#mainMenu > ul {
      /*Main Menu*/
      height: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      background: #FFCD00;
      background: var(--color-primary); }
header#siteHeader.hiddenMenu nav#mainMenu > ul .closeSubMenu {
        display: none; }
header#siteHeader.hiddenMenu nav#mainMenu > ul > li {
        margin-right: 0px;
        width: 100%;
        border-bottom: 1px solid #1D1D1B;
        border-bottom: 1px solid var(--color-black); }
header#siteHeader.hiddenMenu nav#mainMenu > ul > li:first-child {
          margin-top: 0px;
          border-top: 1px solid #1D1D1B;
          border-top: 1px solid var(--color-black); }
header#siteHeader.hiddenMenu nav#mainMenu > ul > li:last-child {
          border-bottom: 1px solid #1D1D1B;
          border-bottom: 1px solid var(--color-black); }
header#siteHeader.hiddenMenu nav#mainMenu > ul > li > a {
          color: transparent;
          -webkit-text-stroke: 1px;
          -webkit-text-stroke-color: #1D1D1B;
          -webkit-text-stroke-color: var(--color-black);
          font-size: 2.3rem;
          font-weight: 600;
          padding: 40px 10px;
          display: inline-block;
          width: 100%; }
header#siteHeader.hiddenMenu nav#mainMenu > ul > li.cta {
          display: block;
          -ms-flex-item-align: end;
              align-self: flex-end;
          margin-bottom: 0px; }
header#siteHeader.hiddenMenu nav#mainMenu > ul > li.cta > a {
            background: transparent;
            color: transparent; }
@media (min-width: 20em) and (max-width: 61.24em) {
    header#siteHeader .menu-holder {
      position: fixed;
      top: 0;
      bottom: 0;
      right: -100%;
      width: 100%;
      height: 100%;
      z-index: 99;
      background: white; }
    header#siteHeader .menu-wrapper {
      position: relative;
      height: 100%;
      background: #FFFFFF;
      background: var(--color-white);
      z-index: 99;
      width: 50%;
      opacity: 1;
      left: 0;
      text-align: left;
      padding-top: 65px;
      color: black;
      box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
      overflow-y: auto;
      transition: left 0.3s cubic-bezier(0.23, 1, 0.32, 1); }
      header#siteHeader .menu-wrapper nav#mainMenu .border {
        border-top: 1px solid #1D1D1B;
        border-top: 1px solid var(--color-black); }
      header#siteHeader .menu-wrapper nav#mainMenu .sub-menu .menuBack {
        display: inherit; }
        header#siteHeader .menu-wrapper nav#mainMenu .sub-menu .menuBack a {
          color: #1D1D1B;
          color: var(--color-black);
          font-size: 1rem;
          padding: 20px 15px 20px 50px;
          position: relative; }
          header#siteHeader .menu-wrapper nav#mainMenu .sub-menu .menuBack a:before {
            background-image: url("data:image/svg+xml,%3Csvg width='31' height='12' viewBox='0 0 31 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30.5303 6.53033C30.8232 6.23744 30.8232 5.76256 30.5303 5.46967L25.7574 0.696699C25.4645 0.403806 24.9896 0.403806 24.6967 0.696699C24.4038 0.989592 24.4038 1.46447 24.6967 1.75736L28.9393 6L24.6967 10.2426C24.4038 10.5355 24.4038 11.0104 24.6967 11.3033C24.9896 11.5962 25.4645 11.5962 25.7574 11.3033L30.5303 6.53033ZM0 6.75H30V5.25H0V6.75Z' fill='%23F9432A'/%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: center;
            content: "";
            display: block;
            width: 32px;
            height: 18px;
            position: absolute;
            left: 10px;
            transform: scaleX(-1); }
      header#siteHeader .menu-wrapper nav#mainMenu ul.sub-menu {
        transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1); }
      header#siteHeader .menu-wrapper nav#mainMenu > ul {
        position: relative;
        overflow: hidden;
        overflow-y: auto; }
        header#siteHeader .menu-wrapper nav#mainMenu > ul li {
          transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1); }
          header#siteHeader .menu-wrapper nav#mainMenu > ul li.menu-item-has-children > a:after {
            background-image: url("data:image/svg+xml,%3Csvg width='31' height='12' viewBox='0 0 31 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30.5303 6.53033C30.8232 6.23744 30.8232 5.76256 30.5303 5.46967L25.7574 0.696699C25.4645 0.403806 24.9896 0.403806 24.6967 0.696699C24.4038 0.989592 24.4038 1.46447 24.6967 1.75736L28.9393 6L24.6967 10.2426C24.4038 10.5355 24.4038 11.0104 24.6967 11.3033C24.9896 11.5962 25.4645 11.5962 25.7574 11.3033L30.5303 6.53033ZM0 6.75H30V5.25H0V6.75Z' fill='%231D1D1B'/%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: center;
            content: "";
            display: block;
            float: right;
            width: 32px;
            height: 18px; }
          header#siteHeader .menu-wrapper nav#mainMenu > ul li.menu-item-has-children.current-menu-parent {
            /*Active Menu Item*/ }
            header#siteHeader .menu-wrapper nav#mainMenu > ul li.menu-item-has-children.current-menu-parent > a:after {
              background-image: url("data:image/svg+xml,%3Csvg width='31' height='12' viewBox='0 0 31 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30.5303 6.53033C30.8232 6.23744 30.8232 5.76256 30.5303 5.46967L25.7574 0.696699C25.4645 0.403806 24.9896 0.403806 24.6967 0.696699C24.4038 0.989592 24.4038 1.46447 24.6967 1.75736L28.9393 6L24.6967 10.2426C24.4038 10.5355 24.4038 11.0104 24.6967 11.3033C24.9896 11.5962 25.4645 11.5962 25.7574 11.3033L30.5303 6.53033ZM0 6.75H30V5.25H0V6.75Z' fill='%23bebebe'/%3E%3C/svg%3E"); }
          header#siteHeader .menu-wrapper nav#mainMenu > ul li.current-menu-item {
            /*Active Menu Item*/ }
            header#siteHeader .menu-wrapper nav#mainMenu > ul li.current-menu-item a {
              color: #1D1D1B;
              color: var(--color-black);
              -webkit-text-stroke: 0; }
          header#siteHeader .menu-wrapper nav#mainMenu > ul li > ul {
            position: fixed;
            top: 0;
            bottom: 0;
            right: -100%;
            width: 100%;
            height: 100%;
            z-index: 99;
            background: white;
            position: absolute;
            /*Main Menu*/
            height: 100%;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
                flex-direction: column;
            overflow: hidden;
            overflow-y: auto;
            background: #1D1D1B;
            background: var(--color-black); }
            header#siteHeader .menu-wrapper nav#mainMenu > ul li > ul > li {
              margin-right: 0px;
              width: 100%;
              border-bottom: 1px solid #F3B2D1;
              border-bottom: 1px solid var(--color-secondary); }
              header#siteHeader .menu-wrapper nav#mainMenu > ul li > ul > li:first-child {
                margin-top: 0px;
                border-top: 1px solid #F3B2D1;
                border-top: 1px solid var(--color-secondary); }
              header#siteHeader .menu-wrapper nav#mainMenu > ul li > ul > li > a {
                font-size: 1.125rem;
                padding: 20px 10px;
                display: inline-block;
                width: 100%;
                color: #FFFFFF;
                color: var(--color-white); }
              header#siteHeader .menu-wrapper nav#mainMenu > ul li > ul > li.cta {
                display: block;
                -ms-flex-item-align: end;
                    align-self: flex-end;
                margin-top: auto;
                margin-bottom: 0px; }
                header#siteHeader .menu-wrapper nav#mainMenu > ul li > ul > li.cta > a {
                  background: #1D1D1B;
                  background: var(--color-black);
                  color: #FFFFFF;
                  color: var(--color-white); }
          header#siteHeader .menu-wrapper nav#mainMenu > ul li.active > ul {
            right: 0px; } }
@media (max-width: 46.24em) {
    header#siteHeader .menu-wrapper {
      width: 100%;
      padding-top: 60px; } }
@media (min-width: 61.25em) {
    header#siteHeader:not(.hiddenMenu) nav#mainMenu > ul {
      /*Main Menu*/
      height: 100%; }
      header#siteHeader:not(.hiddenMenu) nav#mainMenu > ul > li.largeSub > ul {
        /*Normal Sub Menu Horizontal*/
        opacity: 0;
        visibility: hidden;
        position: absolute;
        max-height: 0px;
        top: 100%;
        background: #1D1D1B;
        background: var(--color-black);
        border-top: 1px solid #1D1D1B;
        border-top: 1px solid var(--color-black);
        width: 100%;
        left: 0px;
        padding: 15px 0px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
            justify-content: space-around;
        padding: 30px 20%;
        transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1); }
        header#siteHeader:not(.hiddenMenu) nav#mainMenu > ul > li.largeSub > ul > li {
          /*Sub Menu Categorie Headlines*/
          margin: 0px 10px 15px; }
          header#siteHeader:not(.hiddenMenu) nav#mainMenu > ul > li.largeSub > ul > li > a {
            font-weight: bold;
            color: #FFFFFF;
            color: var(--color-white); }
          header#siteHeader:not(.hiddenMenu) nav#mainMenu > ul > li.largeSub > ul > li ul {
            margin-top: 10px; }
            header#siteHeader:not(.hiddenMenu) nav#mainMenu > ul > li.largeSub > ul > li ul > li {
              border-top: 1px solid #FFFFFF;
              border-top: 1px solid var(--color-white);
              padding: 4px 0px; }
              header#siteHeader:not(.hiddenMenu) nav#mainMenu > ul > li.largeSub > ul > li ul > li > a {
                color: #FFFFFF;
                color: var(--color-white);
                font-weight: 400; }
            header#siteHeader:not(.hiddenMenu) nav#mainMenu > ul > li.largeSub > ul > li ul:last-child > li:last-child {
              border-bottom: 1px solid #FFFFFF;
              border-bottom: 1px solid var(--color-white); }
      header#siteHeader:not(.hiddenMenu) nav#mainMenu > ul > li.largeSub.active > ul {
        opacity: 1;
        max-height: 2000px;
        visibility: visible;
        right: 0px;
        transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1); } }
/*Active Menu Stuff*/
body {
  /*menu-active*/ }
@media (min-width: 20em) and (max-width: 61.24em) {
    body.menu-active {
      overflow: hidden; } }
body.menu-active.hiddenMenu {
    overflow: hidden; }
body.menu-active header#siteHeader .menu-holder .menu-layer {
    display: block; }
body.menu-active header#siteHeader .menu-holder .menu-wrapper {
    opacity: 1;
    left: -50%; }
@media (max-width: 46.24em) {
      body.menu-active header#siteHeader .menu-holder .menu-wrapper {
        left: -100%; } }
@media (min-width: 46.25em) and (max-width: 61.24em) {
      body.menu-active header#siteHeader .menu-holder .menu-wrapper {
        left: -50%; } }
/*Header End*/
.footer__nav li {
  display: inline-block;
  margin-right: 80px; }
@media (max-width: 46.24em) {
    .footer__nav li {
      margin-right: 20px; } }
.form {
  /* Basic styles */
  /* Checkbox */
  /* Radio */
  /* :checked */
  /* Transition */
  /*choices - custom selection*/
  /**
 *
 * Success Message Stuff Contact Form 7
 * 
 */
  /**
 *
 * Borlabs Google reCAPTCHA
 * 
 */ }
.form input[type="email"],
  .form input[type="text"],
  .form input[type="password"],
  .form textarea {
    width: 100%;
    border-radius: 0;
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    line-height: 140%;
    outline: 0;
    border-bottom: 1px solid #1D1D1B;
    border-bottom: 1px solid var(--color-black);
    padding: 24px 0;
    background: none; }
.form input[type="email"].extended,
    .form input[type="text"].extended,
    .form input[type="password"].extended,
    .form textarea.extended {
      font-weight: 500;
      padding: 40px 0 5px;
      border-top: 0 none;
      border-bottom: 1px solid #1D1D1B !important;
      border-bottom: 1px solid var(--color-black) !important; }
.form input[type="email"].input--small,
    .form input[type="text"].input--small,
    .form input[type="password"].input--small,
    .form textarea.input--small {
      border: 1px solid #1D1D1B;
      border: 1px solid var(--color-black);
      padding: 10px; }
.form input[type="email"]:first-child,
    .form input[type="text"]:first-child,
    .form input[type="password"]:first-child,
    .form textarea:first-child {
      border-top: 1px solid #1D1D1B;
      border-top: 1px solid var(--color-black); }
.form input[type="email"]::-webkit-input-placeholder,
    .form input[type="text"]::-webkit-input-placeholder,
    .form input[type="password"]::-webkit-input-placeholder,
    .form textarea::-webkit-input-placeholder {
      opacity: 1;
      color: #1D1D1B;
      color: var(--color-black); }
.form input[type="email"]:-moz-placeholder,
    .form input[type="text"]:-moz-placeholder,
    .form input[type="password"]:-moz-placeholder,
    .form textarea:-moz-placeholder {
      opacity: 1;
      color: #1D1D1B;
      color: var(--color-black); }
.form input[type="email"]::-moz-placeholder,
    .form input[type="text"]::-moz-placeholder,
    .form input[type="password"]::-moz-placeholder,
    .form textarea::-moz-placeholder {
      opacity: 1;
      color: #1D1D1B;
      color: var(--color-black); }
.form input[type="email"]:-ms-input-placeholder,
    .form input[type="text"]:-ms-input-placeholder,
    .form input[type="password"]:-ms-input-placeholder,
    .form textarea:-ms-input-placeholder {
      opacity: 1;
      color: #1D1D1B;
      color: var(--color-black); }
.form input[type="email"].noborder,
    .form input[type="text"].noborder,
    .form input[type="password"].noborder,
    .form textarea.noborder {
      border: 0px; }
.form input[type="email"].borderbottom,
    .form input[type="text"].borderbottom,
    .form input[type="password"].borderbottom,
    .form textarea.borderbottom {
      border-bottom: 1px solid #1D1D1B !important;
      border-bottom: 1px solid var(--color-black) !important; }
.form input[type="email"].borderright,
    .form input[type="text"].borderright,
    .form input[type="password"].borderright,
    .form textarea.borderright {
      border-right: 1px solid #1D1D1B;
      border-right: 1px solid var(--color-black); }
.form span input {
    border-bottom: 0px solid #1D1D1B !important;
    border-bottom: 0px solid var(--color-black) !important; }
.form span:last-child input {
    border-bottom: 1px solid #1D1D1B !important;
    border-bottom: 1px solid var(--color-black) !important; }
@media (max-width: 46.24em) {
    .form span:last-child input {
      border-bottom: none !important; }
      .form span:last-child input.extended {
        border-bottom: 1px solid #1D1D1B !important;
        border-bottom: 1px solid var(--color-black) !important; }
      .form span:last-child input.input--small {
        border-bottom: 1px solid #1D1D1B !important;
        border-bottom: 1px solid var(--color-black) !important; } }
.form input[type="submit"] {
    width: auto; }
.form textarea {
    border-left: 1px solid #1D1D1B;
    border-left: 1px solid var(--color-black);
    font-weight: 400;
    min-height: 120px;
    height: 100%;
    padding: 22px 15px; }
@media (max-width: 46.24em) {
      .form textarea {
        padding: 20px 0;
        border-left: none;
        border-right: none !important;
        height: 80%;
        min-height: 10em; } }
.form input[type="checkbox"],
  .form input[type="radio"] {
    position: absolute;
    opacity: 0;
    z-index: -1;
    max-width: 1px; }
.form span.wpcf7-list-item {
    margin: 0 0 15px 0; }
.form .list-view > span.wpcf7-list-item {
    display: block;
    margin-bottom: 20px; }
.form span.wpcf7-list-item-label,
  .form label.radio {
    position: relative;
    display: inline-block;
    padding: 0 0 0 2em;
    height: 1.3em;
    line-height: 1.3;
    cursor: pointer; }
.form span.wpcf7-list-item-label::before,
  .form span.wpcf7-list-item-label::after,
  .form label.radio::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1.3em;
    height: 1.3em; }
.form span.wpcf7-list-item-label::before,
  .form label.radio::before {
    content: " ";
    background-color: #FFFFFF;
    background-color: var(--color-white); }
.form input[type="checkbox"] + span.wpcf7-list-item-label::after {
    background-color: #FFFFFF;
    background-color: var(--color-white);
    content: "\2714";
    color: #1D1D1B;
    color: var(--color-black);
    line-height: 1.4;
    text-align: center; }
.form .wpcf7-radio > span.wpcf7-list-item {
    margin-right: 30px; }
.form .wpcf7-radio > span.wpcf7-list-item:last-child {
    margin-right: 0; }
.form input[type="radio"] + label.radio::before,
  .form input[type="radio"] + span.wpcf7-list-item-label::before {
    border: 0.3em solid #FFFFFF;
    border: 0.3em solid var(--color-white);
    border-radius: 50%; }
.form input[type=radio] + label.radio::after,
  .form input[type="radio"] + span.wpcf7-list-item-label::before {
    content: " "; }
.form input[type="checkbox"]:checked + span.wpcf7-list-item-label::before,
  .form input[type="radio"]:checked + label.radio::before,
  .form input[type="radio"]:checked + span.wpcf7-list-item-label::before {
    background: none; }
.form input[type="radio"]:checked + label.radio::before,
  .form input[type="radio"]:checked + span.wpcf7-list-item-label::before {
    background: #1D1D1B;
    background: var(--color-black); }
.form input[type="checkbox"] + span.wpcf7-list-item-label::after {
    opacity: 0; }
.form input[type="checkbox"]:checked ~ span.wpcf7-list-item-label::after,
  .form input[type="checkbox"]:checked + span.wpcf7-list-item-label::after {
    opacity: 1; }
.form span.wpcf7-list-item-label::before,
  .form span.wpcf7-list-item-label::after,
  .form label.radio::before,
  .form label.radio::after {
    transition: .25s all ease; }
.form small {
    line-height: 2em; }
@media (min-width: 46.25em) {
    .form input.border-left {
      border-left: 1px solid #1D1D1B;
      border-left: 1px solid var(--color-black);
      padding-left: 15px; } }
@media (max-width: 46.24em) {
    .form .col-md-6.border-bottom {
      border-bottom: 1px solid #1D1D1B;
      border-bottom: 1px solid var(--color-black); } }
@media (min-width: 61.25em) {
    .form .choices {
      max-width: 50%; } }
.form .choices .choices__inner {
    font-size: 1.125rem;
    font-weight: 400;
    background-color: #FFCD00;
    background-color: var(--color-primary);
    border: 1px solid #1D1D1B;
    border: 1px solid var(--color-black);
    border-radius: 0; }
.form .choices .choices__list--dropdown {
    background-color: #FFCD00;
    background-color: var(--color-primary);
    border: 1px solid #1D1D1B;
    border: 1px solid var(--color-black);
    border-radius: 0; }
.form .choices .choices__list--dropdown .choices__item {
      font-size: 1rem;
      font-weight: 500; }
.form .choices .choices__list--dropdown .choices__item--selectable {
      padding-right: 15px; }
.form .choices .choices__list--dropdown .choices__item--selectable.is-highlighted {
        color: #FFFFFF;
        color: var(--color-white);
        background-color: #1D1D1B;
        background-color: var(--color-black); }
.form .choices .choices__list--dropdown .choices__item--selectable:after {
        display: none; }
.form .choices[data-type*=select-one]:after {
    border: 0 none;
    position: absolute;
    width: 10px;
    height: 22px;
    margin-top: 0;
    background-image: url(images/arrow-down.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    top: 50%;
    right: 15px;
    transform: translate(-50%, -50%);
    transition: all 250ms cubic-bezier(0.4, 0.25, 0.3, 1); }
.form .choices[data-type*=select-one].is-open:after {
    margin-top: 1px;
    transform: translate(-50%, -50%) scaleY(-1); }
.form .wpcf7-form.hide {
    display: none; }
.form .wpcf7-form .wpcf7-response-output {
    font-size: 0.9375rem;
    background: #C2F9E8;
    background: var(--color-success);
    border: 0 none;
    color: #1D1D1B;
    color: var(--color-black);
    line-height: 1.4em;
    padding: 1.5em 1em;
    margin: 0 auto;
    text-align: center;
    width: 50%; }
@media (max-width: 46.24em) {
      .form .wpcf7-form .wpcf7-response-output {
        width: 100%; } }
.form .wpcf7-form.sent .wpcf7-response-output {
    border: 0 none;
    color: #1D1D1B;
    color: var(--color-black); }
.form .wpcf7-form.invalid .wpcf7-response-output, .form .wpcf7-form.spam .wpcf7-response-output, .form .wpcf7-form.failed .wpcf7-response-output {
    border: 0 none;
    background: #FFB3C7;
    background: var(--color-error); }
.form .wpcf7-form .wpcf7-not-valid-tip {
    color: #1D1D1B;
    color: var(--color-black);
    font-size: 12px;
    position: absolute;
    left: 0;
    top: -20px;
    margin-top: 0;
    width: 200px; }
.form .wpcf7-form .wpcf7-spinner {
    background-color: transparent;
    background-image: url("images/loading_40px.svg");
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    width: 40px;
    height: 40px;
    margin: 10px auto 0;
    vertical-align: top; }
.form .wpcf7-form .wpcf7-spinner::before {
      background-color: transparent; }
.form .BorlabsCookie {
    margin: 0 auto; }
.form .BorlabsCookie * p,
    .form .BorlabsCookie * a {
      line-height: 145%; }
.form .BorlabsCookie + .col-12 {
      display: none; }
.form__career {
    max-width: 480px; }
@media (min-width: 61.25em) {
      .form__career {
        padding-left: 120px;
        max-width: 100%; } }
.background--dark {
  color: #FFFFFF;
  color: var(--color-white); }
.background--dark-blue {
  color: #FFFFFF;
  color: var(--color-white);
  background: #221C35;
  background: var(--color-dark-blue); }
.background--dark-blue a {
	color: inherit; }
.background--dark-blue .banner__icon {
	fill: #FFFFFF; }
.background--dark-blue a:hover .banner__icon {
	fill: var(--color-secondary); }
.background--dark-blue a:hover, .background--dark-blue a.hover {
	color: var(--color-secondary); }
.background--dark-blue .list__item, .background--dark-blue .list__item:last-child {
	border-color: #FFFFFF; }
.background--primary {
  background: #FFCD00;
  background: var(--color-primary); }
.background--primary a:hover, .background--primary a.hover {
    color: #1D1D1B;
    color: var(--color-black); }
.background--primary a:active, .background--primary a.active {
    color: #1D1D1B;
    color: var(--color-black); }
.background--primary p a:hover, .background--primary p a.hover {
    border-bottom: 1px solid #1D1D1B;
    border-bottom: 1px solid var(--color-black); }
.background--primary p a:active, .background--primary p a.active {
    border-bottom: 1px solid #1D1D1B;
    border-bottom: 1px solid var(--color-black); }
.background--primary li a:hover, .background--primary li a.hover {
    color: #FFFFFF;
    color: var(--color-white); }
.background--primary li a:active, .background--primary li a.active {
    color: #FFFFFF;
    color: var(--color-white); }
.background--secondary {
  background: #F3B2D1;
  background: var(--color-secondary); }
.background--secondaryBanner {
  background: #F3B2D1;
  background: var(--color-secondary);
  padding-left: 15px;
  padding-top: 60px;
  padding-bottom: 60px; }
@media (min-width: 61.25em) {
    .background--secondaryBanner {
      padding: 60px;
      padding-bottom: 0px;
      margin-bottom: 60px; } }
.background--white {
  background: #FFFFFF;
  background: var(--color-white); }
.background--circle {
  background-repeat: no-repeat;
  background-color: #f5e378;
  background-position: center top; }
@media (min-width: 46.25em) {
    .background--circle {
      background-image: url("./images/karriere/ergovision-kreis-hellgelb.svg");
      background-color: transparent; } }
.background--circle > .row {
    padding-top: 60px; }
@media (min-width: 46.25em) {
      .background--circle > .row {
        padding-top: 200px; } }
@media (min-width: 61.25em) {
      .background--circle > .row {
        padding-top: 300px; } }
.border--top {
  border-top: 1px solid #1D1D1B;
  border-top: 1px solid var(--color-black);
  padding-top: 15px; }
.herovideo {
  max-width: 1920px;
  margin: 0 auto; }
.herovideo video {
    display: block; }
.herovideo > div:nth-child(2) {
    padding-right: 15px;
    padding-left: 15px; }
@media (min-width: 61.25em) {
      .herovideo > div:nth-child(2) {
        padding-left: 120px; } }
.hero-banner {
  background-size: cover;
  background-position: center;
  height: 700px; }
@media (max-width: 61.24em) {
    .hero-banner {
      height: 600px; } }
@media (max-width: 46.24em) {
    .hero-banner {
      height: 50vh; } }
.hero-banner__title {
    max-width: 990px; }
.parallax-wrapper {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden; }
.banner {
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center; }
.banner__image {
    max-width: 480px;
    display: inline; }
.banner__image--career {
      max-width: 400px;
      width: 80%; }
@media (max-width: 46.24em) {
        .banner__image--career {
          margin-bottom: 40px; } }
.banner__title {
    max-width: 700px; }
@media (max-width: 46.24em) {
      .banner__title span {
        display: inline; } }
.banner__link {
    display: block;
    position: relative; }
.banner__link:hover, .banner__link.hover {
      color: #FFFFFF;
      color: var(--color-white); }
.banner__link:hover .icon, .banner__link.hover .icon {
        fill: #FFFFFF;
        fill: var(--color-white); }
.banner__link:active, .banner__link.active {
      color: #FFFFFF;
      color: var(--color-white); }
.banner__link:active .icon, .banner__link.active .icon {
        fill: #FFFFFF;
        fill: var(--color-white); }
.banner__icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%); }
.banner--site404 {
    height: 80vh; }
.circle-banner {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 530px; }
@media (max-width: 61.24em) {
    .circle-banner {
      height: 400px; } }
@media (max-width: 46.24em) {
    .circle-banner {
      height: 250px; } }
.circle-banner__btn {
    position: relative;
    z-index: 1; }
.circle-banner__layer {
    position: absolute;
    left: -80px;
    bottom: 0;
    height: auto;
    max-width: 110%;
    width: 800px;
    z-index: 0; }
@media (max-width: 61.24em) {
      .circle-banner__layer {
        width: 650px; } }
@media (max-width: 46.24em) {
      .circle-banner__layer {
        width: 110%;
        right: 0;
        left: auto; } }
.circle-banner__title {
    z-index: 1;
    max-width: 540px;
    position: relative; }
@media (max-width: 46.24em) {
      .circle-banner__title span {
        display: inline; } }
:root {
  --icon-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
.icon {
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: var(--icon-transition); }
.icon--arrow-right {
    width: 22px;
    height: 12px; }
.icon--marker {
    fill: #F3B2D1;
    fill: var(--color-secondary);
    width: 27px;
    height: 33px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }
.icon--social-sharing {
    width: 42px;
    height: 42px;
    fill: #FFCD00;
    fill: var(--color-primary); }
.icon--white {
    fill: #FFFFFF;
    fill: var(--color-white); }
.icon--rhowerk {
    width: 30px;
    height: 40px; }
@media (min-width: 61.25em) {
  a .icon:hover, a .icon.hover {
    fill: #F3B2D1;
    fill: var(--color-secondary); }
  a .icon:active, a .icon.active {
    fill: #F3B2D1;
    fill: var(--color-secondary); } }
/* Colors: */
:root {
  --color-black-bc: #1D1D1D;
  --color-grey-bc: #62727B; }
/* End Colors: */
body #BorlabsCookieBox ._brlbs-bar-advanced {
  padding: 40px 0 20px;
  border-radius: 0; }
@media (min-width: 46.25em) {
    body #BorlabsCookieBox ._brlbs-bar-advanced {
      padding: 40px 0; } }
body #BorlabsCookieBox *, body #BorlabsCookieBox a {
  color: #1D1D1D;
  color: var(--color-black-bc);
  font-family: Arial, sans-serif;
  font-size: 0.9375rem; }
body #BorlabsCookieBox p {
  line-height: 1.5em; }
body #BorlabsCookieBox p a {
  text-decoration: underline; }
body #BorlabsCookieBox p a:hover, body #BorlabsCookieBox p a:active {
    border: 0 none;
    color: #1D1D1D;
    color: var(--color-black-bc); }
body #BorlabsCookieBox #CookieBoxTextHeadline,
body #BorlabsCookieBox .cookie-preference ._brlbs-h3 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.1em;
  margin: 0; }
@media (max-width: 1200px) {
    body #BorlabsCookieBox #CookieBoxTextHeadline,
    body #BorlabsCookieBox .cookie-preference ._brlbs-h3 {
      font-size: calc(1.325rem + 0.9vw) ; } }
@media (max-width: 81.24em) {
    body #BorlabsCookieBox #CookieBoxTextHeadline,
    body #BorlabsCookieBox .cookie-preference ._brlbs-h3 {
      font-size: 1.75rem; } }
@media (max-width: 81.24em) and (max-width: 1200px) {
    body #BorlabsCookieBox #CookieBoxTextHeadline,
    body #BorlabsCookieBox .cookie-preference ._brlbs-h3 {
      font-size: calc(1.3rem + 0.6vw) ; } }
body #BorlabsCookieBox ._brlbs-paragraph {
  margin-bottom: 0; }
body #BorlabsCookieBox ._brlbs-paragraph._brlbs-text-non-eu-data-transfer {
    font-size: 0.8125rem;
    line-height: 1.5em;
    margin: 1.5em 0 0; }
body #BorlabsCookieBox ._brlbs-paragraph._brlbs-text-description {
    margin: 1.5em 0 0; }
body #BorlabsCookieBox ._brlbs-btn-accept-all,
body #BorlabsCookieBox ._brlbs-btn,
body #BorlabsCookieBox ._brlbs-manage-btn a {
  font-size: 1rem;
  background: #1D1D1D;
  background: var(--color-black-bc);
  border: 1px solid #1D1D1D;
  border: 1px solid var(--color-black-bc);
  border-radius: 0;
  color: #FFFFFF;
  padding: 0.75em 0.7em;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: var(--button-transition); }
body #BorlabsCookieBox ._brlbs-btn-accept-all:hover, body #BorlabsCookieBox ._brlbs-btn-accept-all:active,
  body #BorlabsCookieBox ._brlbs-btn:hover,
  body #BorlabsCookieBox ._brlbs-btn:active,
  body #BorlabsCookieBox ._brlbs-manage-btn a:hover,
  body #BorlabsCookieBox ._brlbs-manage-btn a:active {
    background: #FFFFFF;
    border: 1px solid #1D1D1D;
    border: 1px solid var(--color-black-bc);
    border-radius: 0;
    color: #1D1D1D;
    color: var(--color-black-bc);
    text-decoration: none; }
body #BorlabsCookieBox .cookie-box {
  max-width: 1280px;
  margin: 0 auto; }
body #BorlabsCookieBox .cookie-box ._brlbs-flex-left {
    margin: 0; }
body #BorlabsCookieBox .cookie-box .row {
    -ms-flex-align: normal !important;
        align-items: normal !important; }
body #BorlabsCookieBox .cookie-box .col-sm-3 {
    padding-top: 0.8em; }
@media (min-width: 46.25em) {
      body #BorlabsCookieBox .cookie-box .col-sm-3 {
        padding-top: 3em; } }
body #BorlabsCookieBox .cookie-box ul {
    margin-top: 2em;
    -ms-flex-pack: start;
        justify-content: flex-start; }
body #BorlabsCookieBox .cookie-box ul li {
      margin: 0 4em 0 0; }
body #BorlabsCookieBox .cookie-box ul li:first-child ._brlbs-checkbox {
        color: #1D1D1D;
        color: var(--color-black-bc); }
@media (max-width: 61.24em) {
        body #BorlabsCookieBox .cookie-box ul li {
          margin: 0 4em 2em 0; } }
@media (max-width: 46.24em) {
        body #BorlabsCookieBox .cookie-box ul li {
          margin: 0 2em 2em 0; } }
body #BorlabsCookieBox .cookie-box ._brlbs-checkbox {
    padding-left: 3em; }
body #BorlabsCookieBox .cookie-box ._brlbs-checkbox ._brlbs-checkbox-indicator {
      border-color: #1D1D1D;
      border-color: var(--color-black-bc);
      border-radius: 0;
      border-width: 2px;
      width: 34px;
      height: 34px;
      top: 50%;
      transform: translateY(-50%); }
body #BorlabsCookieBox .cookie-box ._brlbs-checkbox ._brlbs-checkbox-indicator::after {
        border-color: #1D1D1D;
        border-color: var(--color-black-bc);
        border-width: 0 2px 2px 0;
        left: 10px;
        top: 1px;
        height: 22px;
        width: 10px; }
body #BorlabsCookieBox .cookie-box ._brlbs-checkbox input:checked ~ ._brlbs-checkbox-indicator {
      background-color: #FFFFFF;
      background-color: var(--color-white); }
body #BorlabsCookieBox .cookie-box ._brlbs-checkbox input:disabled ~ ._brlbs-checkbox-indicator {
      border-color: #62727B;
      border-color: var(--color-grey-bc);
      background-color: #FFFFFF;
      background-color: var(--color-white); }
body #BorlabsCookieBox .cookie-box ._brlbs-checkbox input:disabled ~ ._brlbs-checkbox-indicator::after {
        border-color: #62727B;
        border-color: var(--color-grey-bc); }
body #BorlabsCookieBox .cookie-box ._brlbs-manage {
    margin: 3em 0;
    line-height: 1.3; }
@media (max-width: 81.24em) {
      body #BorlabsCookieBox .cookie-box ._brlbs-manage {
        text-align: left; } }
body #BorlabsCookieBox .cookie-box ._brlbs-manage a {
      color: #1D1D1D;
      color: var(--color-black-bc); }
body #BorlabsCookieBox .cookie-box ._brlbs-manage a:hover, body #BorlabsCookieBox .cookie-box ._brlbs-manage a:active {
        color: #62727B;
        color: var(--color-grey-bc); }
body #BorlabsCookieBox .cookie-box ._brlbs-legal {
    text-align: left;
    line-height: 1.3; }
@media (min-width: 81.25em) {
      body #BorlabsCookieBox .cookie-box ._brlbs-legal {
        left: -90px; } }
@media (min-width: 46.25em) {
      body #BorlabsCookieBox .cookie-box ._brlbs-legal {
        position: absolute;
        bottom: 0; } }
body #BorlabsCookieBox .cookie-box ._brlbs-legal a {
      color: #1D1D1D;
      color: var(--color-black-bc);
      text-decoration: none; }
body #BorlabsCookieBox .cookie-box ._brlbs-legal a:hover, body #BorlabsCookieBox .cookie-box ._brlbs-legal a:active {
        text-decoration: underline; }
body #BorlabsCookieBox .cookie-box ._brlbs-legal ._brlbs-separator {
      color: #62727B;
      color: var(--color-grey-bc); }
body #BorlabsCookieBox .cookie-preference {
  max-width: 1280px;
  margin: 0 auto; }
body #BorlabsCookieBox .cookie-preference ._brlbs-btn {
    margin: 1.5em 1em 1em 0; }
body #BorlabsCookieBox .cookie-preference table th, body #BorlabsCookieBox .cookie-preference table td {
    font-size: 0.75rem;
    padding: 0.5em; }
body #BorlabsCookieBox .cookie-preference table th label, body #BorlabsCookieBox .cookie-preference table td label {
      font-size: 0.75rem; }
body #BorlabsCookieBox .cookie-preference table th a, body #BorlabsCookieBox .cookie-preference table td a {
      text-decoration: underline;
      font-size: 0.75rem; }
body #BorlabsCookieBox .cookie-preference table th a:hover, body #BorlabsCookieBox .cookie-preference table th a:active, body #BorlabsCookieBox .cookie-preference table td a:hover, body #BorlabsCookieBox .cookie-preference table td a:active {
        color: #1D1D1D;
        color: var(--color-black-bc); }
body #BorlabsCookieBox .cookie-preference .bcac-item {
    background-color: #FFFFFF;
    background-color: var(--color-white);
    border-bottom: 1px solid var(--color-secondary-ultralight);
    color: #1D1D1B;
    color: var(--color-black);
    margin: 1.5em 0 0; }
body #BorlabsCookieBox .cookie-preference .bcac-item p {
      font-size: 0.9375rem; }
body #BorlabsCookieBox .cookie-preference .bcac-item a._brlbs-cursor {
      color: #1D1D1B;
      color: var(--color-black);
      margin: 1.2em 0 0.5em;
      text-align: left; }
body #BorlabsCookieBox .cookie-preference .bcac-item ._brlbs-btn-switch {
      height: 20px;
      width: 44px; }
body #BorlabsCookieBox .cookie-preference .bcac-item ._brlbs-btn-switch ._brlbs-slider {
        background-color: #FFFFFF;
        background-color: var(--color-white);
        border: 1px solid #1D1D1B;
        border: 1px solid var(--color-black); }
body #BorlabsCookieBox .cookie-preference .bcac-item ._brlbs-btn-switch ._brlbs-slider::before {
          border: 1px solid #1D1D1B;
          border: 1px solid var(--color-black);
          height: 20px;
          width: 20px;
          left: -1px;
          bottom: -1px; }
body #BorlabsCookieBox .cookie-preference .bcac-item ._brlbs-btn-switch input:checked + ._brlbs-slider {
        background-color: #1D1D1B;
        background-color: var(--color-black); }
body #BorlabsCookieBox .cookie-preference .bcac-item ._brlbs-btn-switch ._brlbs-btn-switch-status {
        font-size: 0.75rem;
        line-height: 1; }
body #BorlabsCookieBox .cookie-preference ._brlbs-legal a,
  body #BorlabsCookieBox .cookie-preference ._brlbs-refuse a {
    color: #1D1D1D;
    color: var(--color-black-bc);
    text-decoration: none; }
body #BorlabsCookieBox .cookie-preference ._brlbs-legal a:hover, body #BorlabsCookieBox .cookie-preference ._brlbs-legal a:active,
    body #BorlabsCookieBox .cookie-preference ._brlbs-refuse a:hover,
    body #BorlabsCookieBox .cookie-preference ._brlbs-refuse a:active {
      text-decoration: underline; }
body #BorlabsCookieBox .cookie-preference ._brlbs-legal ._brlbs-separator,
  body #BorlabsCookieBox .cookie-preference ._brlbs-refuse ._brlbs-separator {
    color: #62727B;
    color: var(--color-grey-bc); }
:root {
  --button-background-color: var(--color-primary);
  --button-font-color: var(--color-black);
  --button-background-color-hover: var(--color-white);
  --button-font-color-hover: var(--color-black);
  --borderbutton-border-color: var(--color-black);
  --borderbutton-font-color: var(--color-black);
  --borderbutton-background-color-hover: var(--color-black);
  --borderbutton-border-color-hover: var(--color-black);
  --borderbutton-font-color-hover: var(--color-white);
  --borderbutton-border-size: 1px;
  --textbutton-font-color: var(--color-grey);
  --textbutton-font-color-hover: var(--color-black);
  --button-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
.btn {
  cursor: pointer;
  display: inline-block;
  padding: 0.6em 1.5em;
  line-height: 1;
  position: relative;
  background: #FFCD00;
  background: var(--button-background-color);
  border-radius: 30px;
  color: #1D1D1B;
  color: var(--button-font-color);
  border: 1px solid #FFCD00;
  border: var(--borderbutton-border-size) solid var(--button-background-color);
  outline: 0 none;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: var(--button-transition); }
.btn span {
    position: relative;
    z-index: 2; }
@media (min-width: 61.25em) {
    .btn:hover, .btn.hover {
      background: #FFFFFF;
      background: var(--button-background-color-hover);
      color: #1D1D1B;
      color: var(--button-font-color-hover); } }
.btn:active, .btn.active {
    background: #FFFFFF;
    background: var(--button-background-color-hover);
    color: #1D1D1B;
    color: var(--button-font-color-hover); }
.btn--border {
    background: transparent;
    border: 1px solid #1D1D1B;
    border: var(--borderbutton-border-size) solid var(--borderbutton-border-color);
    color: #1D1D1B;
    color: var(--borderbutton-font-color); }
@media (min-width: 61.25em) {
      .btn--border:hover, .btn--border.hover {
        background: #1D1D1B;
        background: var(--borderbutton-background-color-hover);
        color: #FFFFFF;
        color: var(--borderbutton-font-color-hover); } }
.btn--border:active, .btn--border.active {
      background: #1D1D1B;
      background: var(--borderbutton-background-color-hover);
      border: 1px solid #1D1D1B;
      border: var(--borderbutton-border-size) solid var(--borderbutton-border-color-hover);
      color: #FFFFFF;
      color: var(--borderbutton-font-color-hover); }
.btn--text {
    color: #545454;
    color: var(--textbutton-font-color);
    font-weight: 400;
    padding: 0px;
    background: transparent;
    border: none; }
@media (min-width: 61.25em) {
      .btn--text:hover, .btn--text.hover {
        background: transparent;
        color: #1D1D1B;
        color: var(--textbutton-font-color-hover);
        border: 0 none; } }
.btn--text:hover .btn__icon, .btn--text.hover .btn__icon {
      fill: #1D1D1B;
      fill: var(--textbutton-font-color-hover); }
.btn--text:active, .btn--text.active {
      background: transparent;
      color: #1D1D1B;
      color: var(--textbutton-font-color-hover);
      border: 0 none; }
.btn--text:active .btn__icon, .btn--text.active .btn__icon {
        fill: #1D1D1B;
        fill: var(--textbutton-font-color-hover); }
.btn--text .btn__icon {
      fill: #545454;
      fill: var(--textbutton-font-color);
      height: 15px;
      margin-right: 5px; }
.btn--white {
    color: #1D1D1B;
    color: var(--color-black);
    background: #FFFFFF;
    background: var(--color-white);
    border: 1px solid #FFFFFF;
    border: var(--borderbutton-border-size) solid var(--color-white); }
@media (min-width: 61.25em) {
      .btn--white:hover, .btn--white.hover {
        color: #1D1D1B;
        color: var(--color-black);
        background: transparent; } }
.btn--white:active, .btn--white.active {
      color: #1D1D1B;
      color: var(--color-black);
      background: transparent; }
.btn--black {
    color: #FFFFFF;
    color: var(--color-white);
    background: #1D1D1B;
    background: var(--color-black);
    border: 1px solid #1D1D1B;
    border: var(--borderbutton-border-size) solid var(--color-black); }
@media (min-width: 61.25em) {
      .btn--black:hover, .btn--black.hover {
        color: #1D1D1B;
        color: var(--color-black);
        background: transparent; } }
.btn--black:active, .btn--black.active {
      color: #1D1D1B;
      color: var(--color-black);
      background: transparent; }
.btn--filter {
    color: #1D1D1B;
    color: var(--color-black);
    background: #FFFFFF;
    background: var(--color-white);
    border: 1px solid #1D1D1B;
    border: var(--borderbutton-border-size) solid var(--color-black);
    margin: 0px 10px; }
@media (min-width: 61.25em) {
      .btn--filter:hover, .btn--filter.hover {
        color: #FFFFFF;
        color: var(--color-white);
        background: #1D1D1B;
        background: var(--color-black); } }
.btn--filter:active, .btn--filter.active {
      color: #FFFFFF;
      color: var(--color-white);
      background: #1D1D1B;
      background: var(--color-black); }
.btn--current {
    background: transparent !important;
    color: #1D1D1B !important;
    color: var(--color-black) !important; }
.btn--filter {
    color: #1D1D1B;
    color: var(--color-black);
    background: #FFFFFF;
    background: var(--color-white);
    border: 1px solid #1D1D1B;
    border: var(--borderbutton-border-size) solid var(--color-black);
    margin: 0px 10px; }
.btn--filter:first-child {
      margin-left: 0; }
@media (min-width: 61.25em) {
      .btn--filter:hover, .btn--filter.hover {
        color: #FFFFFF;
        color: var(--color-white);
        background: #1D1D1B;
        background: var(--color-black); } }
.btn--filter:active, .btn--filter.active {
      color: #FFFFFF;
      color: var(--color-white);
      background: #1D1D1B;
      background: var(--color-black); }
@media (min-width: 61.25em) {
  a:hover .btn {
    background: #FFFFFF;
    background: var(--button-background-color-hover);
    color: #1D1D1B;
    color: var(--button-font-color-hover); } }
.top-link {
  transition: all .25s ease-in-out;
  position: fixed;
  bottom: 0;
  right: 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: none;
  cursor: pointer;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 3em 3em 0;
  border-radius: 50%;
  padding: .1em;
  width: 48px;
  height: 48px;
  background-color: transparent;
  z-index: 100; }
@media (max-width: 46.24em) {
    .top-link {
      margin: 0 2em 2em 0; } }
.top-link--show {
    visibility: visible;
    opacity: 1; }
.top-link--hide {
    visibility: hidden;
    opacity: 0; }
.top-link__image {
    fill: #000;
    width: 24px;
    height: 12px; }
.screen-reader-text {
  position: absolute;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  clip: rect(1px, 1px, 1px, 1px); }
.screen-reader-text:focus {
    display: block;
    top: 5px;
    left: 5px;
    z-index: 100000;
    -webkit-clip-path: none;
            clip-path: none;
    background-color: #eee;
    padding: 15px 23px 14px;
    width: auto;
    height: auto;
    text-decoration: none;
    line-height: normal;
    color: #444;
    font-size: 1em;
    clip: auto !important; }
/* -------------------------------- 

Title: Accordion
Descr: Create stacked sections of content and allow the user to expand/collapse them 

-------------------------------- */
:root {
  --accordion-icon-size: 1em;
  --accordion-icon-stroke-width: 2px;
  --accordion-header-text-color: var(--color-black);
  --accordion-header-text-hover-color: var(--color-black);
  --accordion-icon-color: var(--color-black); }
.accordion__item {
  border: 0px solid #1D1D1B;
  border: 0px solid var(--color-black);
  border-bottom-width: 1px; }
.accordion__item:first-child {
    border-top-width: 1px; }
.accordion__header {
  background: transparent;
  border: 0px;
  padding: 1em;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  color: #1D1D1B;
  color: var(--accordion-header-text-color);
  outline: 0; }
.accordion__header:hover {
    color: #1D1D1B;
    color: var(--accordion-header-text-hover-color);
    cursor: pointer; }
.accordion__header:focus, .accordion__header:active {
    border: 0px; }
.accordion__header-title {
  font-size: var(--text-md);
  text-align: left; }
.accordion__header-icon {
  float: right;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 15px;
  display: none; }
.accordion__header-icon i {
  position: relative;
  width: 1em;
  width: var(--accordion-icon-size);
  height: 1em;
  height: var(--accordion-icon-size);
  display: block;
  will-change: transform; }
.accordion__header-icon i::before, .accordion__header-icon i::after {
    content: '';
    position: absolute;
    width: 2px;
    width: var(--accordion-icon-stroke-width);
    height: 80%;
    background: #1D1D1B;
    background: var(--accordion-icon-color);
    top: 0;
    transform-origin: 50% 100%;
    will-change: transform;
    transition: transform 0.2s; }
.accordion__header-icon i::before {
    left: 50%;
    transform: rotate(-45deg); }
.accordion__header-icon i::after {
    left: calc(50% - 2px/2);
    left: calc(50% - var(--accordion-icon-stroke-width)/2);
    transform: rotate(45deg); }
.accordion__item--is-open > .accordion__header > .accordion__header-icon i::before {
  transform: translateY(-80%) rotate(-135deg); }
.accordion__item--is-open > .accordion__header > .accordion__header-icon i::after {
  transform: translateY(-80%) rotate(135deg); }
.accordion__header-icon .icon {
  width: 1em;
  width: var(--accordion-icon-size);
  height: 1em;
  height: var(--accordion-icon-size);
  color: inherit; }
.accordion__panel-content {
  padding: 15px; }
.js .accordion__header-icon {
  display: block; }
.js .accordion__panel {
  display: none;
  overflow: hidden;
  will-change: height;
  transform: translateZ(0px); }
.js .accordion__item--is-open > .accordion__panel {
  display: block; }
.accordion--icon-plus .accordion__header-icon i {
  height: 2px;
  height: var(--accordion-icon-stroke-width);
  background-color: #1D1D1B;
  background-color: var(--accordion-icon-color); }
.accordion--icon-plus .accordion__header-icon i::before {
    display: none; }
.accordion--icon-plus .accordion__header-icon i::after {
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: 50% 50%; }
.accordion--icon-plus .accordion__header-icon i::after {
    transform: rotate(-90deg); }
.accordion--icon-plus .accordion__item--is-open > .accordion__header > .accordion__header-icon i::after {
  transform: rotate(0deg); }
.title-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start; }
.project-title {
  font-size: 16pt; }
.filter {
  cursor: pointer;
  transition: all 0.35s; }
@media (max-width: 61.24em) {
    .filter span {
      font-size: 0.875rem;
      padding: 5px 10px;
      margin: 0px 5px; } }
.projects-enter {
  transform: scale(0.5) translatey(-80px);
  opacity: 0; }
.projects-leave-to {
  transform: translatey(30px);
  opacity: 0; }
.projects-leave-active {
  position: absolute;
  z-index: -1; }
.project {
  transition: all .35s ease-in-out;
  padding-bottom: 30px; }
@media (min-width: 46.25em) {
    .project {
      min-height: 660px; } }
.project-image-wrapper {
  position: relative; }
.project-image {
  width: 100%;
  height: auto; }
.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  left: 50%; }
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px; }
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #000;
  margin: -4px 0 0 -4px; }
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s; }
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px; }
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s; }
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px; }
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s; }
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px; }
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s; }
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px; }
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s; }
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px; }
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s; }
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px; }
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s; }
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px; }
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s; }
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px; }
@keyframes lds-roller {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@media (max-width: 46.24em) {
  .col-lg-4 img:last-child {
    margin-bottom: 1.3em; }
    .col-lg-4 img:last-child.w90 {
      max-width: 100%; } }
img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%; }
.image--career {
  max-width: 300px;
  display: inline;
  margin-bottom: 30px; }
@media (min-width: 46.25em) {
    .image--career {
      max-width: 400px;
      margin-bottom: 0; } }
.image--rounded {
  border-radius: 999999px;
  max-width: 260px;
  margin: 0 auto; }
.image-wrapper-left {
  text-align: center; }
@media (min-width: 46.25em) {
    .image-wrapper-left {
      text-align: left; } }
.image-wrapper-right {
  text-align: center; }
@media (min-width: 46.25em) {
    .image-wrapper-right {
      text-align: right; } }
.anim--right {
  margin: 0 auto; }
@media (min-width: 46.25em) {
    .anim--right {
      margin: 0 0 0 auto; } }
.anim--left {
  margin: 0 auto; }
@media (min-width: 46.25em) {
    .anim--left {
      margin: 0 auto 0 0; } }
.anim--career {
  max-width: 300px;
  margin-bottom: 30px; }
@media (min-width: 46.25em) {
    .anim--career {
      max-width: 400px;
      margin-bottom: 0; } }
em {
  display: block; }
.content-block__image {
  margin: 0 auto; }
.content-block__image--desk {
    display: none; }
@media (min-width: 46.25em) {
      .content-block__image--desk {
        display: block; } }
.content-block__image--mob {
    display: none; }
@media (max-width: 46.24em) {
      .content-block__image--mob {
        display: block; } }
.content-block__image--illustration {
    max-width: 560px; }
#therapieangebote .project-image-wrapper {
  display: block; }
#therapieangebote img {
  max-width: 560px; }
.list__item {
  border-top: 1px solid #1D1D1B;
  border-top: 1px solid var(--color-black);
  line-height: 145%;
  margin-left: 0;
  padding: 15px 0; }
.list__item:last-child {
    border-bottom: 1px solid #1D1D1B;
    border-bottom: 1px solid var(--color-black); }
.list__item--intended {
    padding: 15px 0 15px 10px; }
.list__item--numbered {
	list-style: auto;
	margin-left: 15px; }
@media (min-width: 46.25em) {
    .list__item--contact {
      min-height: 140px; } }
.list__item--contact p {
    font-size: 1.5rem; }
@media (max-width: 1200px) {
      .list__item--contact p {
        font-size: calc(1.275rem + 0.3vw) ; } }
.list--secondary .list__item {
  border-top: 1px solid #F3B2D1;
  border-top: 1px solid var(--color-secondary);
  line-height: 145%;
  margin-left: 0;
  padding: 15px 0;
  padding-left: 30px;
  position: relative; }
.list--secondary .list__item:before {
    content: " ";
    position: absolute;
    border-bottom: 2px solid #FFFFFF;
    border-bottom: 2px solid var(--color-white);
    border-right: 2px solid #FFFFFF;
    border-right: 2px solid var(--color-white);
    display: block;
    width: 10px;
    height: 15px;
    transform: rotate(45deg) translateY(-50%);
    left: 0;
    top: 50%;
    margin-top: -5px; }
.list--secondary .list__item:last-child {
    border-bottom: 1px solid #F3B2D1;
    border-bottom: 1px solid var(--color-secondary); }
.list--contact {
  max-width: 480px; }
.video {
  width: 100%; }
.video--career {
    cursor: pointer; }
.table {
  width: 100%; }
.table__headline {
    position: relative; }
.table__item {
    line-height: 140%;
    padding: 15px 10px 10px;
    vertical-align: top; }
@media (min-width: 46.25em) {
      .table__item {
        padding: 20px 10px 15px; } }
.table__row {
    border-top: 1px solid #1D1D1B;
    border-top: 1px solid var(--color-black); }
.table__row:last-child {
      border-bottom: 1px solid #1D1D1B;
      border-bottom: 1px solid var(--color-black); }
.social-sharing__link {
  margin-right: 15px; }
.contact {
  border-bottom: 1px solid #FFCD00;
  border-bottom: 1px solid var(--color-primary); }
.contact .col-md-6 {
    border-bottom: 1px solid #FFCD00;
    border-bottom: 1px solid var(--color-primary); }
@media (min-width: 46.25em) {
      .contact .col-md-6 {
        border-bottom: 0 none;
        border-right: 1px solid #FFCD00;
        border-right: 1px solid var(--color-primary); } }
.job-contact {
  background: linear-gradient(90deg, #FFCD00 50%, #F3B2D1 50%); }
@media (min-width: 46.25em) {
    .job-contact__left {
      padding-right: 30px; } }
@media (min-width: 46.25em) {
    .job-contact__right {
      padding-left: 30px; } }
/* Job Button */
.job-btn-wrapper {
  position: -webkit-sticky;
  position: sticky;
  z-index: 10;
  top: 100px;
  height: 60px;
  margin-bottom: -60px;
  padding-right: 15px;
  text-align: right; }
@media (min-width: 61.25em) {
    .job-btn-wrapper {
      top: 120px; } }
.job-btn {
  background: url("images/karriere/kontakt-button.svg") center center/contain no-repeat;
  border-radius: 99999px;
  padding: 20px 25px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1; }
@media (min-width: 46.25em) {
    .job-btn {
      font-size: 20px; } }
.job-btn:hover {
  color: #1D1D1B;
  color: var(--color-black); }
.teaser {
  max-width: 1024px; }
.BorlabsCookie .btn--border::after {
  z-index: -1; }
.survey-wrapper .qmn_quiz_container .qmn_btn, .qmn_quiz_container .btn {
  background: #b90014 !important; }
.collapser {
  max-height: 2000px;
  padding-top: 58px;
  position: relative;
  transition: max-height 0.5s ease-out; }
.collapser .list {
    opacity: 1;
    transition: opacity 0.3s ease-in; }
.collapser .list__item {
      padding-left: 40px;
      cursor: pointer; }
.collapser .list__item:before {
        content: "";
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 8px;
        height: 8px;
        background-color: #1D1D1B;
        background-color: var(--color-black);
        border-radius: 99999px;
        margin-left: -20px;
        margin-right: 5px; }
.collapser .list__item:last-child {
        border-bottom: none; }
.collapser__btn {
    background: transparent;
    border: 0 none;
    color: #1D1D1B;
    color: var(--color-black);
    top: 0;
    cursor: pointer;
    letter-spacing: 0.05rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    outline: 0 none;
    position: absolute;
    width: 100%;
    text-align: left;
    padding: 20px 0 15px; }
.collapser__icon {
    width: 24px;
    height: 24px;
    transition: transform 0.5s ease-in-out; }
.collapser.collapsed {
    max-height: 0;
    overflow: hidden; }
.collapser.collapsed .list {
      opacity: 0; }
.collapser.collapsed .collapser__icon {
      transform: rotate(180deg); }
/*
@import 'pages/home';
@import 'pages/about';
@import 'pages/contact';
*/

/*# sourceMappingURL=maps/main.css.map */

/* Gallery als Slider für Standortseiten */

/* Horizontale Galerie */
.includes-gallery-as-slider .gallery {
  display: flex;
  overflow: hidden;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 0;
  padding-inline: 0;
  -webkit-overflow-scrolling: touch;
}

/* Slides: erstes Bild bündig links, scrollt itemweise */
.includes-gallery-as-slider .gallery .gallery-item {
  flex: 0 0 33vw;  
  scroll-snap-align: start;
}

/* Grundzustand aller Bilder */
.includes-gallery-as-slider .gallery .gallery-item img {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(0.9);
  opacity: 0.6;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

/* jeweils als „zentral“ markiertes Bild */
.includes-gallery-as-slider .gallery .gallery-item.is-center img {
  transform: scale(1.05);
  opacity: 1;
}

/* Smartphone Portrait: nur ein Bild pro Viewport */
@media (max-width: 600px) {
  .includes-gallery-as-slider .gallery {
    gap: 0;
    scroll-snap-type: x mandatory;
  }

  .includes-gallery-as-slider .gallery .gallery-item {
    flex: 0 0 100vw; /* volle Breite des Viewports */
    scroll-snap-align: start; /* am linken Rand einrasten */
  }
}

