/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/*-----------------------------------------------------------------------------------*/
/*      0.0 Reset
/*-----------------------------------------------------------------------------------*/
* {
  box-sizing: border-box;
}

/*
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/*
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/*
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/*
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/*
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/*
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/*
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/*
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/*
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/*
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/*
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/*
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/*
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*-----------------------------------------------------------------------------------*/
/*      1.0 Icomoon
/*-----------------------------------------------------------------------------------*/
@font-face {
  font-family: 'icomoon';
  src: url("../icomoon/fonts/icomoon.eot?2pha8");
  src: url("../icomoon/fonts/icomoon.eot?2pha8#iefix") format("embedded-opentype"), url("../icomoon/fonts/icomoon.ttf?2pha8") format("truetype"), url("../icomoon/fonts/icomoon.woff?2pha8") format("woff"), url("../icomoon/fonts/icomoon.svg?2pha8#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"], .icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-angle-down:before {
  content: "\e903";
}

.icon-angle-right:before {
  content: "\e904";
}

.icon-angle-left:before {
  content: "\e905";
}

.icon-cross:before {
  content: "\e900";
}

.icon-arrow-right:before {
  content: "\e901";
}

.icon-arrow-left:before {
  content: "\e902";
}

/*-----------------------------------------------------------------------------------*/
/*      2.0 Helper
/*-----------------------------------------------------------------------------------*/
/* 2.1 FLOATS */
.float--right {
  float: right !important;
}

.float--left {
  float: left !important;
}

/* 2.2 CONTENT/BG COVER */
.bg--image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.iframe-wrap iframe,
.iframe-wrap img,
.img-wrap-inner iframe,
.img-wrap-inner img, .object-fit-con img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 2.3 VISIBILITY */
.hidden {
  display: none;
}

@media only screen and (max-width: 1020px) {
  .hidden--mobile {
    display: none;
  }
}

@media only screen and (min-width: 1021px) {
  .hidden--desktop {
    display: none;
  }
}

.sr-only,
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

/* 2.4 CLEARFIX */
.wpforms-field-container::after, .clearfix::after, .cf::after {
  content: "";
  display: table;
  clear: both;
}

/*-----------------------------------------------------------------------------------*/
/*      3.0 Media
/*-----------------------------------------------------------------------------------*/
img, media {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  display: block;
  margin: auto;
  border: 0;
}

iframe {
  max-width: 100%;
  vertical-align: top;
  display: block;
  margin: auto;
  border: 0;
}

.iframe-wrap,
.img-wrap-inner {
  position: relative;
  z-index: 0;
  padding-bottom: 56.25%;
}
.iframe-wrap iframe,
.iframe-wrap img,
.img-wrap-inner iframe,
.img-wrap-inner img {
  position: absolute;
}

/*-----------------------------------------------------------------------------------*/
/*  4.0 Grid System
/*-----------------------------------------------------------------------------------*/
/*  4.1 Width */
.one-whole {
  width: 100%;
}

.one-half {
  width: 50%;
}

.one-third {
  width: 33.333%;
}

.two-thirds {
  width: 66.666%;
}

.one-quarter {
  width: 25%;
}

.three-quarters {
  width: 75%;
}

.two-fifths {
  width: 40%;
}

@media only screen and (max-width: 1400px) {
  .xl-one-whole {
    width: 100%;
  }

  .xl-one-half {
    width: 50%;
  }

  .xl-one-third {
    width: 33.333%;
  }

  .xl-two-thirds {
    width: 66.666%;
  }

  .xl-one-quarter {
    width: 25%;
  }

  .xl-three-quarters {
    width: 75%;
  }

  .xl-two-fifths {
    width: 40%;
  }
}
@media only screen and (max-width: 1200px) {
  .content-one-whole {
    width: 100%;
  }

  .content-one-half {
    width: 50%;
  }

  .content-one-third {
    width: 33.333%;
  }

  .content-two-thirds {
    width: 66.666%;
  }

  .content-one-quarter {
    width: 25%;
  }

  .content-three-quarters {
    width: 75%;
  }

  .content-two-fifths {
    width: 40%;
  }
}
@media only screen and (max-width: 1020px) {
  .lg-one-whole {
    width: 100%;
  }

  .lg-one-half {
    width: 50%;
  }

  .lg-one-third {
    width: 33.333%;
  }

  .lg-two-thirds {
    width: 66.666%;
  }

  .lg-one-quarter {
    width: 25%;
  }

  .lg-three-quarters {
    width: 75%;
  }

  .lg-two-fifths {
    width: 40%;
  }
}
@media only screen and (max-width: 800px) {
  .md-one-whole {
    width: 100%;
  }

  .md-one-half {
    width: 50%;
  }

  .md-one-third {
    width: 33.333%;
  }

  .md-two-thirds {
    width: 66.666%;
  }

  .md-one-quarter {
    width: 25%;
  }

  .md-three-quarters {
    width: 75%;
  }

  .md-two-fifths {
    width: 40%;
  }
}
@media only screen and (max-width: 640px) {
  .sm-one-whole {
    width: 100%;
  }

  .sm-one-half {
    width: 50%;
  }

  .sm-one-third {
    width: 33.333%;
  }

  .sm-two-thirds {
    width: 66.666%;
  }

  .sm-one-quarter {
    width: 25%;
  }

  .sm-three-quarters {
    width: 75%;
  }

  .sm-two-fifths {
    width: 40%;
  }
}
@media only screen and (max-width: 480px) {
  .xs-one-whole {
    width: 100%;
  }

  .xs-one-half {
    width: 50%;
  }

  .xs-one-third {
    width: 33.333%;
  }

  .xs-two-thirds {
    width: 66.666%;
  }

  .xs-one-quarter {
    width: 25%;
  }

  .xs-three-quarters {
    width: 75%;
  }

  .xs-two-fifths {
    width: 40%;
  }
}
/*  4.2 Container */
.container {
  max-width: 64rem;
  box-sizing: content-box;
  margin: 0 auto;
  padding-inline: 2rem;
}

.container--full {
  max-width: 100%;
}

.container--small {
  max-width: 52rem;
}

.container--tiny {
  max-width: 44rem;
}

.container--med {
  max-width: 60rem;
}

/*  4.4 Flexgrid */
.flexgrid, .flex {
  display: flex;
}

.flexgrid--gutter {
  margin-left: -2rem;
}
.flexgrid--gutter .flex__item {
  padding-left: 2rem;
}

.flexgrid--narrow {
  margin-left: -1rem;
}
.flexgrid--narrow .flex__item {
  padding-left: 1rem;
}

.flexgrid--wide {
  margin-left: -4rem;
}
.flexgrid--wide .flex__item {
  padding-left: 4rem;
}

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

.flex--middle {
  align-items: center;
}
.flex--middle p:last-child {
  margin-bottom: 0;
}

.flex--around {
  justify-content: space-around;
}

.flex--between {
  justify-content: space-between;
}

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

.flex--center {
  justify-content: center;
}

.flex--bottom {
  align-items: flex-end;
}

.flex1 {
  flex: 1 0 auto;
}

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

/*-----------------------------------------------------------------------------------*/
/*  5.0 Typography
/*-----------------------------------------------------------------------------------*/
html {
  font-family: "montserrat", "Arial", sans-serif;
  font-size: 20px;
  line-height: 1.5;
  color: #000;
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

*::selection {
  background: #009FE3;
  color: white;
}

[data-target] {
  cursor: pointer;
}

/*  5.1 Links */
a {
  text-decoration: none;
  color: #009FE3;
  transition: all 0.25s ease-out;
}
a:hover {
  color: #007bb0;
}
a:focus, a:active {
  outline: none;
}

a, i {
  -webkit-tap-highlight-color: transparent;
}

h1, .alpha,
h2, .beta,
h3, .gamma,
h4, .delta,
h5, .epsilon,
h6, .zeta {
  font-family: "montserrat", "Arial", sans-serif;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 1.5rem;
  color: #E6007E;
}
p + h1, p + .alpha,
p + h2, p + .beta,
p + h3, p + .gamma,
p + h4, p + .delta,
p + h5, p + .epsilon,
p + h6, p + .zeta, ul + h1, ul + .alpha,
ul + h2, ul + .beta,
ul + h3, ul + .gamma,
ul + h4, ul + .delta,
ul + h5, ul + .epsilon,
ul + h6, ul + .zeta {
  margin-top: 2rem;
}

span.margin-bottom {
  display: block;
  margin-bottom: 2rem;
}

/*  5.2 Headlines */
h1 a, h1 a:visited, .alpha a, .alpha a:visited,
h2 a,
h2 a:visited, .beta a, .beta a:visited,
h3 a,
h3 a:visited, .gamma a, .gamma a:visited,
h4 a,
h4 a:visited, .delta a, .delta a:visited,
h5 a,
h5 a:visited, .epsilon a, .epsilon a:visited,
h6 a,
h6 a:visited, .zeta a, .zeta a:visited {
  text-decoration: none;
}

h1, .alpha {
  font-size: 4.4rem;
  line-height: 1.09091;
  background: #FFF;
  display: inline-block;
  color: #009FE3;
  margin-bottom: 1.5rem;
}

h2, .beta {
  font-size: 3.2rem;
  line-height: 1.09375;
  color: #009FE3;
}

h3, .gamma {
  font-size: 2.7rem;
  line-height: 1.11111;
}

h4, .delta {
  font-size: 1.75rem;
  line-height: 1.14286;
  margin-bottom: 1rem;
  color: #000;
}

h5, .epsilon {
  font-size: 0.8rem;
  line-height: 1.25;
}

h6, .zeta {
  font-size: 0.7rem;
  line-height: 1.21429;
}

p, blockquote,
pre, dl {
  margin: 0 0 1.5rem;
}

.text--blue {
  color: #009FE3;
}

.text--red {
  color: #E6007E;
}

/*  5.3 Alignment */
.text--center,
.has-text-align-center {
  text-align: center;
}

.text--right,
.has-text-align-right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.alignleft img {
  margin-left: 0;
}

.alignright img {
  margin-right: 0;
}

/*  5.4 Quotes */
blockquote {
  font-size: 1rem;
  line-height: 1.5;
  padding: 0 1.5em;
  font-style: italic;
}
blockquote cite {
  margin: 0;
  font-style: italic;
}

hr {
  border: none;
  border-top: 1px solid #A1A9AD;
  margin: 4rem 0;
}

q {
  font-style: italic;
}

pre {
  padding: 2rem;
  border-radius: 5px;
  border: 1px solid #999999;
}

ul {
  padding-left: 1rem;
}

@font-face {
  font-family: 'montserrat';
  src: url("../fonts/montserrat-v29-latin-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'montserrat';
  src: url("../fonts/montserrat-v29-latin-600.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'montserrat';
  src: url("../fonts/montserrat-v29-latin-regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'montserrat';
  src: url("../fonts/montserrat-v29-latin-italic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
}
/*-----------------------------------------------------------------------------------*/
/*  6.0 Elements
/*-----------------------------------------------------------------------------------*/
/*  6.1 Buttons */
.btn, input[type="button"],
input[type="submit"],
.wpforms-submit-container button {
  font-size: 1.1rem;
  display: inline-block;
  vertical-align: middle;
  font-family: inherit;
  font-weight: 500;
  cursor: pointer;
  border: none;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.4;
  padding: 0.7rem 1.25rem 0.65rem;
  border-radius: 0;
  text-decoration: none !important;
  text-align: center;
  color: #009FE3;
  background-color: transparent;
  border: 2px solid #009FE3;
  -webkit-tap-highlight-color: transparent;
}
.btn:hover, input[type="button"]:hover,
input[type="submit"]:hover,
.wpforms-submit-container button:hover {
  color: white;
  background-color: #009FE3;
}
.btn:active, input[type="button"]:active,
input[type="submit"]:active,
.wpforms-submit-container button:active, .btn:focus, input[type="button"]:focus,
input[type="submit"]:focus,
.wpforms-submit-container button:focus {
  outline: none;
}

.btn--full, input[type="button"],
input[type="submit"],
.wpforms-submit-container button {
  background: #009FE3;
  color: #FFF;
  min-width: 16rem;
}
.btn--full:hover, input[type="button"]:hover,
input[type="submit"]:hover,
.wpforms-submit-container button:hover {
  background: #E6007E;
  border-color: #E6007E;
}

.btn--toggle {
  padding: 0;
  height: 42px;
  width: 42px;
  text-align: center;
  background: transparent;
  border-radius: 0%;
  border: 0;
  z-index: 10001;
  margin-left: auto;
}
.btn--toggle .icon-bar {
  display: block;
  background: #009FE3;
  position: relative;
  width: 40px;
  height: 3px;
  margin: 7px auto;
  transition: transform 0.25s ease-out;
}
.nav-mobile-active .btn--toggle {
  background: transparent;
}
.nav-mobile-active .btn--toggle .icon-bar:nth-of-type(2) {
  transform: rotate(45deg);
  top: 10px;
}
.nav-mobile-active .btn--toggle .icon-bar:nth-of-type(3) {
  opacity: 0;
}
.nav-mobile-active .btn--toggle .icon-bar:nth-of-type(4) {
  transform: rotate(-45deg);
  top: -10px;
}

/*  6.2 Forms */
select,
input[type="text"], input[type="tel"], input[type="email"], input[type="password"], input[type="number"],
textarea {
  font-size: 1.1rem;
  width: 100%;
  border: 2px solid #009FE3;
  padding: 1rem 1.25rem 0.9rem;
  background: #FFF;
  outline: none;
  border-radius: 0;
  box-shadow: none;
  color: #000;
  font-weight: 500;
  color: #009FE3;
}

textarea {
  resize: vertical;
  height: 140px;
}

input[type="text"]::-ms-clear {
  display: none;
}

label {
  font-size: 0.9rem;
  font-weight: normal;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  margin-bottom: 0.6em;
  color: #009FE3;
  font-weight: 500;
  text-transform: uppercase;
}

.wpcf7-form-control-wrap {
  display: block;
}

span.wpcf7-list-item {
  margin-left: 0;
}

form fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

.wpforms-field-checkbox ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wpforms-field-checkbox input {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
}

.wpforms-label-hide,
.wpforms-hidden {
  display: none !important;
}

.wpforms-field-label-inline {
  font-size: 0.8rem;
  line-height: 1.125;
  position: relative;
  padding-left: 2.25rem;
  display: block;
  font-weight: normal;
  text-transform: none;
}
.wpforms-field-label-inline::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 1.5rem;
  width: 1.5rem;
  background: rgba(0, 159, 227, 0.05);
  border: 2px solid #009FE3;
}
input[type="checkbox"]:checked + .wpforms-field-label-inline::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #009FE3;
  height: 0.7rem;
  width: 0.7rem;
  left: calc(0.4rem + 2px);
}

.wpforms-field-select {
  position: relative;
}

select:invalid,
select.empty {
  color: rgba(153, 153, 153, 0.8);
}

@media only screen and (min-width: 801px) {
  .wpforms-field-container {
    display: flex;
    flex-wrap: wrap;
  }
  .wpforms-field-container > div:not(.wpforms-one-half) {
    width: 100%;
  }
  .wpforms-field-container .wpforms-one-half {
    padding-left: 0.75rem;
    width: 50%;
  }
  .wpforms-field-container .wpforms-one-half.wpforms-first {
    padding-right: 0.75rem;
    padding-left: 0;
    width: 50%;
  }
  .wpforms-field-container .wpforms-one-half.wpforms-first.wpforms-field-select::before {
    right: 1.4rem;
  }
}
em.wpforms-error {
  font-weight: 500;
  font-style: normal;
  color: #E6007E;
}

.wpforms-container .wpforms-field {
  padding: 0.7rem 0;
}

.wpforms-container .wpforms-submit-container {
  padding-top: 1rem;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #009FE3;
  opacity: 1;
}

::-moz-placeholder,
input::-moz-placeholder {
  /* Firefox 19+ */
  color: #009FE3;
  opacity: 1;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #009FE3;
  opacity: 1;
}

/*  6.3 Nav */
.header-nav {
  position: relative;
  z-index: 9;
  margin-left: auto;
}
.header-nav ul {
  display: flex;
}
.header-nav li {
  margin-left: 2rem;
}
.header-nav a {
  font-size: 0.9rem;
  font-weight: bold;
  display: inline-block;
  padding: 0.5rem 0 0.5rem;
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.header-nav a:hover {
  color: #009FE3;
}
.header-nav .current-menu-item a {
  color: #009FE3;
  border-bottom: 3px solid #009FE3;
}
.single-einrichtung .header-nav #menu-item-125 a {
  color: #009FE3;
  border-bottom: 3px solid #009FE3;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*  6.4 Mobile Nav */
.nav-mobile {
  position: fixed;
  z-index: 4000;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.25s ease-out, transform 0.25s ease-out;
}

.nav-mobile__inner {
  background: #009FE3;
  min-height: 100%;
  display: inline-block;
  width: 100%;
  padding-top: 10rem;
}

.nav-mobile-active,
.nav-mobile-active body {
  overflow: hidden;
}

.nav-mobile-transiting .nav-mobile, .nav-mobile-active .nav-mobile {
  height: 100%;
  -webkit-backface-visibility: hidden;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.nav-mobile-active .nav-mobile {
  opacity: 1;
}

.nav-mobile__inner ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-mobile__inner ul li {
  display: block;
  text-align: center;
  margin-bottom: 1rem;
}
.nav-mobile__inner ul a {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 500;
  padding: 0.25rem 0;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.nav-mobile__inner ul .current-menu-item a {
  border-bottom: 2px solid #FFF;
}

/*

  Transitions

  Transitions and animations
  
*/
.js-fade-in,
.js-load {
  transition: all 0.5s ease-out;
  opacity: 0;
}
.js-fade-in.js-in,
.js-load.js-in {
  opacity: 1;
}

.js-fade-up {
  transition: all 0.5s ease-out;
  transform: translateY(2rem);
  opacity: 0;
}
.js-fade-up.js-in {
  transform: translateY(0);
  opacity: 1;
}

/*  6.5 Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-disabled {
  opacity: 0.1;
  cursor: auto;
  pointer-events: none;
}

.slick-next,
.slick-prev {
  position: absolute;
  z-index: 99;
  bottom: 0;
  height: 1.75rem;
  width: 1.75rem;
  line-height: 1.75rem;
  text-align: center;
  background: transparent;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  outline: none !important;
  margin: 1.75rem 0 0 0;
  font-size: 0;
  color: #FFF;
  padding: 0;
  top: 100%;
}
.slick-next::before,
.slick-prev::before {
  font-family: 'icomoon';
  font-size: 1.5rem;
  color: #E6007E;
}
.slick-next:hover::before,
.slick-prev:hover::before {
  color: #009FE3;
}

.slick-next {
  left: 50%;
  margin-left: 3.25rem;
}
.slick-next::before {
  content: "\e901";
}

.slick-prev {
  right: 50%;
  margin-right: 3.25rem;
}
.slick-prev::before {
  content: "\e902";
}

.slick-dots {
  margin: 0 !important;
  width: 100% !important;
  margin: auto !important;
  position: absolute;
  z-index: 99;
  padding: 0 !important;
  text-align: left;
  z-index: 99;
  outline: none !important;
  text-align: center;
  bottom: -4rem;
}
.slick-dots li {
  display: inline-block;
  margin: 0 0.2rem 0;
}
.slick-dots button {
  background: #999999 !important;
  border: 0 !important;
  width: 8px;
  height: 8px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 50%;
  text-indent: -9999px;
  outline: none !important;
  opacity: 1;
  transition: all 0.5s ease-out;
}
.slick-dots .slick-active button {
  background: #000 !important;
}

/*-----------------------------------------------------------------------------------*/
/*  7.0 Header
/*-----------------------------------------------------------------------------------*/
.site-header {
  position: relative;
  z-index: 9999;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #FFF;
}

.site-branding {
  position: relative;
  width: 10rem;
  z-index: 9;
}

.site-header__toggle {
  display: none;
}
@media only screen and (max-width: 1020px) {
  .site-header__toggle {
    display: inline-block;
  }
}

/*-----------------------------------------------------------------------------------*/
/*  8.0 Sections
/*-----------------------------------------------------------------------------------*/
/* 8.1 Section Spacing */
html {
  scroll-behavior: smooth;
}

.margin-bottom {
  margin-bottom: 2rem;
}

.margin-top {
  margin-top: 2rem;
}

.margin-bottom--small {
  margin-bottom: 1rem;
}

.margin-bottom--big {
  margin-bottom: 4rem;
}

.margin-bottom--huge {
  margin-bottom: 6rem;
}

.margin-bottom--giant {
  margin-bottom: 8rem;
}

.spacing {
  padding-block: 2rem;
}

.spacing--big {
  padding-block: 4rem;
}

.relative {
  position: relative;
}

.padding {
  padding: 2rem;
}

.padding-top {
  padding-top: 2rem;
}

.padding-top--small {
  padding-top: 1rem;
}

.padding-bottom--small {
  padding-bottom: 1rem;
}

.object-fit-con {
  position: relative;
}
.object-fit-con img {
  position: absolute;
  object-fit: cover;
}

p + p .btn, p + p input[type="button"],
p + p input[type="submit"],
p + p .wpforms-submit-container button,
.wpforms-submit-container p + p button {
  margin-top: 1rem;
}

.block--header {
  overflow: hidden;
}
.block--header .maxInner {
  max-width: 64rem;
  margin-inline: auto;
}
.block--header p {
  font-size: 1.75rem;
  max-width: 24em;
}
.block--header .container {
  margin-top: -3.5rem;
}
.block--header h1 {
  padding-top: 0.4em;
  position: relative;
  isolation: isolate;
}
.block--header h1::before {
  content: '';
  background: #FFF;
  top: 0;
  right: -.5em;
  width: 99vw;
  height: 1.5em;
  position: absolute;
  z-index: -1;
}
.block--header svg {
  position: absolute;
  z-index: 8;
  top: 33%;
  right: -1%;
  width: 10vw;
  height: auto;
}

.block--header-text {
  padding-block: 2rem;
}
.block--header-text h1 {
  color: #009FE3;
}
.block--header-text svg {
  position: absolute;
  z-index: 8;
  top: 1rem;
  right: 0;
  width: 9vw;
  height: auto;
}
.block--header-text img {
  height: 18rem;
  width: auto;
  margin-bottom: 4rem;
}

.divider {
  transform: rotate(-1deg);
  height: 3px;
  background: #009FE3;
}

.divider--red {
  background: #E6007E;
}

.block--image svg {
  position: absolute;
  z-index: 8;
  bottom: 0;
  right: 0;
  width: 18%;
  height: auto;
}

.block--banner {
  background: #009FE3;
  padding-block: 0.5rem 0.45rem;
}
.block--banner p {
  margin-bottom: 0;
}
.block--banner * {
  color: #FFF;
  font-weight: 500;
}
.block--banner a {
  color: #FFED00;
  text-decoration: underline;
}

.block--jobs h3 {
  margin-bottom: 3rem;
}
.block--jobs p {
  max-width: 42em;
}
.block--jobs a {
  display: inline-block;
  position: relative;
  padding-left: 1rem;
  font-weight: 500;
}
.block--jobs a::before {
  content: "\e904";
  font-family: 'icomoon';
  position: absolute;
  font-size: 1rem;
  top: 0;
  left: 0;
  color: #E6007E;
}

@media only screen and (min-width: 641px) {
  .listing .flex:nth-child(odd) .flex__img {
    order: 9;
  }
  .listing .flex:nth-child(even) .inner {
    margin-left: -1.5rem;
  }
}
.listing .flex {
  margin-bottom: 6rem;
}

.grey {
  color: #444;
}

.flex__img {
  width: 65%;
}
.flex__img .object-fit-con {
  padding-bottom: 100%;
  background: #009FE3;
}

.flex__infobox {
  width: 35%;
  position: relative;
  z-index: 9;
}
.flex__infobox .inner {
  background: #F2F2F2;
  padding: 2rem 1.5rem 1.5rem;
  min-height: 100%;
  width: calc(100% + 1.5rem);
  transform: translateY(1.5rem);
}
.flex__infobox img {
  height: 9rem;
  margin-bottom: 2.5rem;
  width: auto;
  margin-left: 0;
}
.flex__infobox p span {
  font-weight: 500;
}

.container.short p, .container.short ul, .container.short ol {
  max-width: 36rem;
}

div.box {
  height: 100%;
  background: #F2F2F2;
  padding: 2rem 1.5rem 1.75rem;
}
div.box h3 {
  min-height: 10rem;
}
div.box img {
  height: 9rem;
  margin-bottom: 2.5rem;
  width: auto;
  margin-left: 0;
}
div.box p span {
  font-weight: 500;
}

h1.small.gamma {
  font-size: 3rem;
  line-height: 1.25;
  color: #000;
  background: transparent;
}

.block .counter {
  pointer-events: none;
  padding-top: 1.25rem;
  font-weight: 500;
  font-size: 1.75rem;
  color: #009FE3;
}
.block .letter {
  display: inline-block;
  width: 1.25rem;
  text-align: center;
}

.block--car .slick {
  margin-inline: -1rem;
}
.block--car .slick-track {
  display: flex !important;
}
.block--car .slick-slide {
  padding-inline: 1rem;
  height: inherit !important;
}

/*-----------------------------------------------------------------------------------*/
/*  9.0 Footer
/*-----------------------------------------------------------------------------------*/
.site-footer {
  padding-block: 3rem 1rem;
  position: relative;
  border-top: 1rem solid #F2F2F2;
  position: relative;
}
.site-footer p a {
  color: #000;
}
.site-footer .shape {
  width: 14vw;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 0;
}

.footer-nav ul {
  display: flex;
  justify-content: flex-end;
  padding-top: 1rem;
}
.footer-nav li {
  margin-left: 2.5rem;
}
.footer-nav a {
  display: inline-block;
  padding: 0.25rem 0;
}

/*-----------------------------------------------------------------------------------*/
/*  10.0 Media Queries
/*-----------------------------------------------------------------------------------*/
@media only screen and (min-width: 1601px) {
  html {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1200px) {
  html {
    font-size: 18px;
  }

  h1, .alpha {
    font-size: 4rem;
  }

  h2, .beta {
    font-size: 3rem;
  }

  h3, .gamma {
    font-size: 2.5rem;
  }

  h4, .delta,
  .block--header p {
    font-size: 1.6rem;
  }

  div.box img {
    height: 8rem;
  }

  .block--header-text img {
    height: 12rem;
  }
}
@media only screen and (max-width: 1024px) {
  .block--header svg {
    width: 9vw;
  }

  .site-header {
    padding-block: 0.75rem;
  }

  .site-branding {
    width: 9rem;
  }
}
@media only screen and (max-width: 1020px) {
  html {
    font-size: 16px;
  }

  .container {
    padding-inline: 1.5rem;
  }

  div.box img {
    height: 7rem;
  }
}
@media only screen and (min-width: 801px) {
  .right .flex__item:first-child {
    order: 9;
  }
}
@media only screen and (max-width: 880px) {
  .block--listing .one-third {
    width: 50%;
  }
}
@media only screen and (max-width: 800px) {
  .md-margin-bottom {
    margin-bottom: 2rem;
  }

  .btn, input[type="button"],
  input[type="submit"],
  .wpforms-submit-container button {
    font-size: 1rem;
  }

  .flex__infobox .inner {
    padding: 1.5rem 1.25rem 1.5rem;
  }
  .flex__infobox .inner img {
    height: 8rem;
    margin-bottom: 2rem;
  }
  .flex__infobox .inner .padding-top--small {
    padding-top: 0;
  }
}
@media only screen and (max-width: 640px) {
  h1, .alpha {
    font-size: 3rem;
  }

  h2, .beta,
  h1.small.gamma {
    font-size: 2.25rem;
  }

  h3, .gamma {
    font-size: 2rem;
  }

  h4, .delta,
  .block--header p {
    font-size: 1.4rem;
  }

  .footer-nav ul {
    display: block;
    text-align: right;
    padding-top: 0;
  }

  .site-footer .shape {
    width: 6rem;
  }

  .flex__img, .flex__infobox {
    width: 100%;
  }

  .flex__infobox .inner {
    width: 90%;
    margin-inline: auto;
    transform: translateY(-3rem);
    padding: 2rem 1.5rem 1.75rem;
  }

  .listing .flex {
    margin-bottom: 3rem;
  }

  .flex__img .object-fit-con {
    padding-bottom: 75%;
  }

  .block--car .slick {
    margin-inline: -0.5rem;
  }
  .block--car .slick-slide {
    padding-inline: 0.5rem;
  }

  .flexgrid--gutter {
    margin-left: -1rem;
  }
  .flexgrid--gutter .flex__item {
    padding-left: 1rem;
  }

  .block--header-text img {
    height: 10rem;
    margin-bottom: 3rem;
  }

  .margin-bottom--giant {
    margin-bottom: 6rem;
  }

  .margin-bottom--huge {
    margin-bottom: 5rem;
  }

  .container {
    padding-inline: 1.25rem;
  }
}
@media only screen and (max-width: 520px) {
  .block--listing .one-third {
    width: 100%;
  }

  div.box h3 {
    min-height: auto;
  }
}
@media only screen and (max-width: 480px) {
  h1.small.gamma {
    font-size: 2rem;
  }
}
