/*!***************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./wordpress/wp-content/themes/b2b/styles/frontend.scss ***!
  \***************************************************************************************************************************************************************************/
@charset "UTF-8";
/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * 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 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/*!
 * Bootstrap Grid v4.5.2 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container,
.container-fluid,
.container-fluid-wide,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 38px;
  padding-left: 38px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container,
  .container-fluid,
  .container-fluid-wide,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    padding-right: 70px;
    padding-left: 70px;
  }
}
@media (min-width: 1440px) {
  .container,
  .container-fluid,
  .container-fluid-wide,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    padding-right: 140px;
    padding-left: 140px;
  }
}

.container-fluid {
  max-width: 1920px;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1940px) {
  .container-fluid {
    max-width: 2200px;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

.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%;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .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%;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .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%;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .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%;
  }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .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%;
  }
}
@media (min-width: 1600px) {
  .col-hg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-hg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-hg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-hg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-hg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-hg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-hg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-hg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-hg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-hg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-hg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-hg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-hg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-hg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-hg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-hg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-hg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-hg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-hg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-hg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-hg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-hg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-hg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-hg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-hg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-hg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-hg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-hg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-hg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-hg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-hg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-hg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-hg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-hg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-hg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-hg-0 {
    margin-left: 0;
  }
  .offset-hg-1 {
    margin-left: 8.333333%;
  }
  .offset-hg-2 {
    margin-left: 16.666667%;
  }
  .offset-hg-3 {
    margin-left: 25%;
  }
  .offset-hg-4 {
    margin-left: 33.333333%;
  }
  .offset-hg-5 {
    margin-left: 41.666667%;
  }
  .offset-hg-6 {
    margin-left: 50%;
  }
  .offset-hg-7 {
    margin-left: 58.333333%;
  }
  .offset-hg-8 {
    margin-left: 66.666667%;
  }
  .offset-hg-9 {
    margin-left: 75%;
  }
  .offset-hg-10 {
    margin-left: 83.333333%;
  }
  .offset-hg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1840px) {
  .col-gt {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-gt-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-gt-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-gt-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-gt-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-gt-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-gt-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-gt-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-gt-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-gt-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-gt-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-gt-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-gt-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-gt-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-gt-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-gt-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-gt-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-gt-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-gt-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-gt-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-gt-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-gt-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-gt-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-gt-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-gt-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-gt-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-gt-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-gt-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-gt-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-gt-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-gt-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-gt-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-gt-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-gt-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-gt-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-gt-0 {
    margin-left: 0;
  }
  .offset-gt-1 {
    margin-left: 8.333333%;
  }
  .offset-gt-2 {
    margin-left: 16.666667%;
  }
  .offset-gt-3 {
    margin-left: 25%;
  }
  .offset-gt-4 {
    margin-left: 33.333333%;
  }
  .offset-gt-5 {
    margin-left: 41.666667%;
  }
  .offset-gt-6 {
    margin-left: 50%;
  }
  .offset-gt-7 {
    margin-left: 58.333333%;
  }
  .offset-gt-8 {
    margin-left: 66.666667%;
  }
  .offset-gt-9 {
    margin-left: 75%;
  }
  .offset-gt-10 {
    margin-left: 83.333333%;
  }
  .offset-gt-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 (min-width: 1440px) {
  .d-hg-none {
    display: none !important;
  }
  .d-hg-inline {
    display: inline !important;
  }
  .d-hg-inline-block {
    display: inline-block !important;
  }
  .d-hg-block {
    display: block !important;
  }
  .d-hg-table {
    display: table !important;
  }
  .d-hg-table-row {
    display: table-row !important;
  }
  .d-hg-table-cell {
    display: table-cell !important;
  }
  .d-hg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-hg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1840px) {
  .d-gt-none {
    display: none !important;
  }
  .d-gt-inline {
    display: inline !important;
  }
  .d-gt-inline-block {
    display: inline-block !important;
  }
  .d-gt-block {
    display: block !important;
  }
  .d-gt-table {
    display: table !important;
  }
  .d-gt-table-row {
    display: table-row !important;
  }
  .d-gt-table-cell {
    display: table-cell !important;
  }
  .d-gt-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-gt-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;
  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;
  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;
  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;
    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;
    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;
    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;
    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;
    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;
    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;
    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;
    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;
    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;
    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;
    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;
    align-self: stretch !important;
  }
}
@media (min-width: 1440px) {
  .flex-hg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-hg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-hg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-hg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-hg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-hg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-hg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-hg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-hg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-hg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-hg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-hg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-hg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-hg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-hg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-hg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-hg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-hg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-hg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-hg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-hg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-hg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-hg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-hg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-hg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-hg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-hg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-hg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-hg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-hg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-hg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-hg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-hg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-hg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1840px) {
  .flex-gt-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-gt-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-gt-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-gt-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-gt-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-gt-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-gt-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-gt-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-gt-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-gt-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-gt-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-gt-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-gt-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-gt-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-gt-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-gt-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-gt-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-gt-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-gt-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-gt-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-gt-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-gt-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-gt-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-gt-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-gt-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-gt-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-gt-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-gt-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-gt-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-gt-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-gt-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-gt-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-gt-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-gt-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-hg-0 {
    margin: 0 !important;
  }
  .mt-hg-0,
  .my-hg-0 {
    margin-top: 0 !important;
  }
  .mr-hg-0,
  .mx-hg-0 {
    margin-right: 0 !important;
  }
  .mb-hg-0,
  .my-hg-0 {
    margin-bottom: 0 !important;
  }
  .ml-hg-0,
  .mx-hg-0 {
    margin-left: 0 !important;
  }
  .m-hg-1 {
    margin: 0.25rem !important;
  }
  .mt-hg-1,
  .my-hg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-hg-1,
  .mx-hg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-hg-1,
  .my-hg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-hg-1,
  .mx-hg-1 {
    margin-left: 0.25rem !important;
  }
  .m-hg-2 {
    margin: 0.5rem !important;
  }
  .mt-hg-2,
  .my-hg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-hg-2,
  .mx-hg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-hg-2,
  .my-hg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-hg-2,
  .mx-hg-2 {
    margin-left: 0.5rem !important;
  }
  .m-hg-3 {
    margin: 1rem !important;
  }
  .mt-hg-3,
  .my-hg-3 {
    margin-top: 1rem !important;
  }
  .mr-hg-3,
  .mx-hg-3 {
    margin-right: 1rem !important;
  }
  .mb-hg-3,
  .my-hg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-hg-3,
  .mx-hg-3 {
    margin-left: 1rem !important;
  }
  .m-hg-4 {
    margin: 1.5rem !important;
  }
  .mt-hg-4,
  .my-hg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-hg-4,
  .mx-hg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-hg-4,
  .my-hg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-hg-4,
  .mx-hg-4 {
    margin-left: 1.5rem !important;
  }
  .m-hg-5 {
    margin: 3rem !important;
  }
  .mt-hg-5,
  .my-hg-5 {
    margin-top: 3rem !important;
  }
  .mr-hg-5,
  .mx-hg-5 {
    margin-right: 3rem !important;
  }
  .mb-hg-5,
  .my-hg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-hg-5,
  .mx-hg-5 {
    margin-left: 3rem !important;
  }
  .p-hg-0 {
    padding: 0 !important;
  }
  .pt-hg-0,
  .py-hg-0 {
    padding-top: 0 !important;
  }
  .pr-hg-0,
  .px-hg-0 {
    padding-right: 0 !important;
  }
  .pb-hg-0,
  .py-hg-0 {
    padding-bottom: 0 !important;
  }
  .pl-hg-0,
  .px-hg-0 {
    padding-left: 0 !important;
  }
  .p-hg-1 {
    padding: 0.25rem !important;
  }
  .pt-hg-1,
  .py-hg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-hg-1,
  .px-hg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-hg-1,
  .py-hg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-hg-1,
  .px-hg-1 {
    padding-left: 0.25rem !important;
  }
  .p-hg-2 {
    padding: 0.5rem !important;
  }
  .pt-hg-2,
  .py-hg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-hg-2,
  .px-hg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-hg-2,
  .py-hg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-hg-2,
  .px-hg-2 {
    padding-left: 0.5rem !important;
  }
  .p-hg-3 {
    padding: 1rem !important;
  }
  .pt-hg-3,
  .py-hg-3 {
    padding-top: 1rem !important;
  }
  .pr-hg-3,
  .px-hg-3 {
    padding-right: 1rem !important;
  }
  .pb-hg-3,
  .py-hg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-hg-3,
  .px-hg-3 {
    padding-left: 1rem !important;
  }
  .p-hg-4 {
    padding: 1.5rem !important;
  }
  .pt-hg-4,
  .py-hg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-hg-4,
  .px-hg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-hg-4,
  .py-hg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-hg-4,
  .px-hg-4 {
    padding-left: 1.5rem !important;
  }
  .p-hg-5 {
    padding: 3rem !important;
  }
  .pt-hg-5,
  .py-hg-5 {
    padding-top: 3rem !important;
  }
  .pr-hg-5,
  .px-hg-5 {
    padding-right: 3rem !important;
  }
  .pb-hg-5,
  .py-hg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-hg-5,
  .px-hg-5 {
    padding-left: 3rem !important;
  }
  .m-hg-n1 {
    margin: -0.25rem !important;
  }
  .mt-hg-n1,
  .my-hg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-hg-n1,
  .mx-hg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-hg-n1,
  .my-hg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-hg-n1,
  .mx-hg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-hg-n2 {
    margin: -0.5rem !important;
  }
  .mt-hg-n2,
  .my-hg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-hg-n2,
  .mx-hg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-hg-n2,
  .my-hg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-hg-n2,
  .mx-hg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-hg-n3 {
    margin: -1rem !important;
  }
  .mt-hg-n3,
  .my-hg-n3 {
    margin-top: -1rem !important;
  }
  .mr-hg-n3,
  .mx-hg-n3 {
    margin-right: -1rem !important;
  }
  .mb-hg-n3,
  .my-hg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-hg-n3,
  .mx-hg-n3 {
    margin-left: -1rem !important;
  }
  .m-hg-n4 {
    margin: -1.5rem !important;
  }
  .mt-hg-n4,
  .my-hg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-hg-n4,
  .mx-hg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-hg-n4,
  .my-hg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-hg-n4,
  .mx-hg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-hg-n5 {
    margin: -3rem !important;
  }
  .mt-hg-n5,
  .my-hg-n5 {
    margin-top: -3rem !important;
  }
  .mr-hg-n5,
  .mx-hg-n5 {
    margin-right: -3rem !important;
  }
  .mb-hg-n5,
  .my-hg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-hg-n5,
  .mx-hg-n5 {
    margin-left: -3rem !important;
  }
  .m-hg-auto {
    margin: auto !important;
  }
  .mt-hg-auto,
  .my-hg-auto {
    margin-top: auto !important;
  }
  .mr-hg-auto,
  .mx-hg-auto {
    margin-right: auto !important;
  }
  .mb-hg-auto,
  .my-hg-auto {
    margin-bottom: auto !important;
  }
  .ml-hg-auto,
  .mx-hg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-gt-0 {
    margin: 0 !important;
  }
  .mt-gt-0,
  .my-gt-0 {
    margin-top: 0 !important;
  }
  .mr-gt-0,
  .mx-gt-0 {
    margin-right: 0 !important;
  }
  .mb-gt-0,
  .my-gt-0 {
    margin-bottom: 0 !important;
  }
  .ml-gt-0,
  .mx-gt-0 {
    margin-left: 0 !important;
  }
  .m-gt-1 {
    margin: 0.25rem !important;
  }
  .mt-gt-1,
  .my-gt-1 {
    margin-top: 0.25rem !important;
  }
  .mr-gt-1,
  .mx-gt-1 {
    margin-right: 0.25rem !important;
  }
  .mb-gt-1,
  .my-gt-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-gt-1,
  .mx-gt-1 {
    margin-left: 0.25rem !important;
  }
  .m-gt-2 {
    margin: 0.5rem !important;
  }
  .mt-gt-2,
  .my-gt-2 {
    margin-top: 0.5rem !important;
  }
  .mr-gt-2,
  .mx-gt-2 {
    margin-right: 0.5rem !important;
  }
  .mb-gt-2,
  .my-gt-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-gt-2,
  .mx-gt-2 {
    margin-left: 0.5rem !important;
  }
  .m-gt-3 {
    margin: 1rem !important;
  }
  .mt-gt-3,
  .my-gt-3 {
    margin-top: 1rem !important;
  }
  .mr-gt-3,
  .mx-gt-3 {
    margin-right: 1rem !important;
  }
  .mb-gt-3,
  .my-gt-3 {
    margin-bottom: 1rem !important;
  }
  .ml-gt-3,
  .mx-gt-3 {
    margin-left: 1rem !important;
  }
  .m-gt-4 {
    margin: 1.5rem !important;
  }
  .mt-gt-4,
  .my-gt-4 {
    margin-top: 1.5rem !important;
  }
  .mr-gt-4,
  .mx-gt-4 {
    margin-right: 1.5rem !important;
  }
  .mb-gt-4,
  .my-gt-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-gt-4,
  .mx-gt-4 {
    margin-left: 1.5rem !important;
  }
  .m-gt-5 {
    margin: 3rem !important;
  }
  .mt-gt-5,
  .my-gt-5 {
    margin-top: 3rem !important;
  }
  .mr-gt-5,
  .mx-gt-5 {
    margin-right: 3rem !important;
  }
  .mb-gt-5,
  .my-gt-5 {
    margin-bottom: 3rem !important;
  }
  .ml-gt-5,
  .mx-gt-5 {
    margin-left: 3rem !important;
  }
  .p-gt-0 {
    padding: 0 !important;
  }
  .pt-gt-0,
  .py-gt-0 {
    padding-top: 0 !important;
  }
  .pr-gt-0,
  .px-gt-0 {
    padding-right: 0 !important;
  }
  .pb-gt-0,
  .py-gt-0 {
    padding-bottom: 0 !important;
  }
  .pl-gt-0,
  .px-gt-0 {
    padding-left: 0 !important;
  }
  .p-gt-1 {
    padding: 0.25rem !important;
  }
  .pt-gt-1,
  .py-gt-1 {
    padding-top: 0.25rem !important;
  }
  .pr-gt-1,
  .px-gt-1 {
    padding-right: 0.25rem !important;
  }
  .pb-gt-1,
  .py-gt-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-gt-1,
  .px-gt-1 {
    padding-left: 0.25rem !important;
  }
  .p-gt-2 {
    padding: 0.5rem !important;
  }
  .pt-gt-2,
  .py-gt-2 {
    padding-top: 0.5rem !important;
  }
  .pr-gt-2,
  .px-gt-2 {
    padding-right: 0.5rem !important;
  }
  .pb-gt-2,
  .py-gt-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-gt-2,
  .px-gt-2 {
    padding-left: 0.5rem !important;
  }
  .p-gt-3 {
    padding: 1rem !important;
  }
  .pt-gt-3,
  .py-gt-3 {
    padding-top: 1rem !important;
  }
  .pr-gt-3,
  .px-gt-3 {
    padding-right: 1rem !important;
  }
  .pb-gt-3,
  .py-gt-3 {
    padding-bottom: 1rem !important;
  }
  .pl-gt-3,
  .px-gt-3 {
    padding-left: 1rem !important;
  }
  .p-gt-4 {
    padding: 1.5rem !important;
  }
  .pt-gt-4,
  .py-gt-4 {
    padding-top: 1.5rem !important;
  }
  .pr-gt-4,
  .px-gt-4 {
    padding-right: 1.5rem !important;
  }
  .pb-gt-4,
  .py-gt-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-gt-4,
  .px-gt-4 {
    padding-left: 1.5rem !important;
  }
  .p-gt-5 {
    padding: 3rem !important;
  }
  .pt-gt-5,
  .py-gt-5 {
    padding-top: 3rem !important;
  }
  .pr-gt-5,
  .px-gt-5 {
    padding-right: 3rem !important;
  }
  .pb-gt-5,
  .py-gt-5 {
    padding-bottom: 3rem !important;
  }
  .pl-gt-5,
  .px-gt-5 {
    padding-left: 3rem !important;
  }
  .m-gt-n1 {
    margin: -0.25rem !important;
  }
  .mt-gt-n1,
  .my-gt-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-gt-n1,
  .mx-gt-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-gt-n1,
  .my-gt-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-gt-n1,
  .mx-gt-n1 {
    margin-left: -0.25rem !important;
  }
  .m-gt-n2 {
    margin: -0.5rem !important;
  }
  .mt-gt-n2,
  .my-gt-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-gt-n2,
  .mx-gt-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-gt-n2,
  .my-gt-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-gt-n2,
  .mx-gt-n2 {
    margin-left: -0.5rem !important;
  }
  .m-gt-n3 {
    margin: -1rem !important;
  }
  .mt-gt-n3,
  .my-gt-n3 {
    margin-top: -1rem !important;
  }
  .mr-gt-n3,
  .mx-gt-n3 {
    margin-right: -1rem !important;
  }
  .mb-gt-n3,
  .my-gt-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-gt-n3,
  .mx-gt-n3 {
    margin-left: -1rem !important;
  }
  .m-gt-n4 {
    margin: -1.5rem !important;
  }
  .mt-gt-n4,
  .my-gt-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-gt-n4,
  .mx-gt-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-gt-n4,
  .my-gt-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-gt-n4,
  .mx-gt-n4 {
    margin-left: -1.5rem !important;
  }
  .m-gt-n5 {
    margin: -3rem !important;
  }
  .mt-gt-n5,
  .my-gt-n5 {
    margin-top: -3rem !important;
  }
  .mr-gt-n5,
  .mx-gt-n5 {
    margin-right: -3rem !important;
  }
  .mb-gt-n5,
  .my-gt-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-gt-n5,
  .mx-gt-n5 {
    margin-left: -3rem !important;
  }
  .m-gt-auto {
    margin: auto !important;
  }
  .mt-gt-auto,
  .my-gt-auto {
    margin-top: auto !important;
  }
  .mr-gt-auto,
  .mx-gt-auto {
    margin-right: auto !important;
  }
  .mb-gt-auto,
  .my-gt-auto {
    margin-bottom: auto !important;
  }
  .ml-gt-auto,
  .mx-gt-auto {
    margin-left: auto !important;
  }
}

/**
 * Minified by jsDelivr using clean-css v5.3.2.
 * Original file: /npm/@photo-sphere-viewer/core@5.7.2/index.css
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
/*!
 * PhotoSphereViewer 5.7.2
 * @copyright 2014-2015 Jérémy Heleine
 * @copyright 2024 Damien "Mistic" Sorel
 * @licence MIT (https://opensource.org/licenses/MIT)
 */
.psv-container {
  --psv-core-loaded:true;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  background: radial-gradient(#fff 0, #fdfdfd 16%, #fbfbfb 33%, #f8f8f8 49%, #efefef 66%, #dfdfdf 82%, #bfbfbf 100%);
  overflow: hidden;
}

.psv-container * {
  box-sizing: content-box;
}

.psv-canvas-container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transition: opacity linear 0.1s;
}

.psv-canvas {
  display: block;
}

.psv-loader-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 80;
}

.psv-loader {
  --psv-loader-border:3px;
  --psv-loader-tickness:10px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(255, 255, 255, 0.7);
  width: 150px;
  height: 150px;
}

.psv-loader-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: rgba(61, 61, 61, 0.5);
  z-index: -1;
}

.psv-loader-text {
  font: 600 16px sans-serif;
}

.psv-navbar {
  display: flex;
  position: absolute;
  z-index: 90;
  bottom: -40px;
  left: 0;
  width: 100%;
  height: 40px;
  background: rgba(61, 61, 61, 0.5);
  transition: bottom ease-in-out 0.1s;
  font: 16px sans-serif;
  cursor: default;
}

.psv-navbar--open {
  bottom: 0;
}

.psv-navbar, .psv-navbar * {
  box-sizing: content-box;
}

.psv-button {
  flex: 0 0 auto;
  padding: 10px;
  position: relative;
  cursor: pointer;
  height: 20px;
  width: 20px;
  background: 0 0;
  color: rgba(255, 255, 255, 0.7);
}

.psv-button--active {
  background: rgba(255, 255, 255, 0.2);
}

.psv-button--disabled {
  pointer-events: none;
  opacity: 0.5;
}

.psv-button-svg {
  width: 100%;
  transform: scale(1);
  transition: transform 0.2s ease;
  vertical-align: initial;
}

.psv-button:not(.psv-button--disabled):focus-visible {
  outline: 2px solid #007cff;
  outline-offset: -2px;
}

.psv-container:not(.psv--is-touch) .psv-button--hover-scale:not(.psv-button--disabled):hover .psv-button-svg {
  transform: scale(1.2);
}

.psv-move-button + .psv-move-button {
  margin-left: -10px;
}

.psv-custom-button {
  width: auto;
  min-width: 20px;
}

.psv-custom-button--no-padding {
  padding: 0;
  height: 100%;
}

.psv-caption {
  flex: 1 1 100%;
  color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  text-align: center;
  cursor: unset;
  padding: unset;
  height: unset;
  width: unset;
}

.psv-caption-content {
  display: inline-block;
  padding: 10px;
  white-space: nowrap;
}

.psv-zoom-range.psv-button {
  width: 80px;
  height: 1px;
  margin: 10px 0;
  padding: 9.5px 0;
  max-width: 600px;
}

.psv-zoom-range-line {
  position: relative;
  width: 80px;
  height: 1px;
  background: rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease;
}

.psv-zoom-range-handle {
  position: absolute;
  border-radius: 50%;
  top: -3px;
  width: 7px;
  height: 7px;
  background: rgba(255, 255, 255, 0.7);
  transform: scale(1);
  transition: transform 0.3s ease;
}

.psv-zoom-range:not(.psv-button--disabled):hover .psv-zoom-range-line {
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.7);
}

.psv-zoom-range:not(.psv-button--disabled):hover .psv-zoom-range-handle {
  transform: scale(1.3);
}

.psv-notification {
  position: absolute;
  z-index: 100;
  bottom: -40px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  padding: 0 2em;
  opacity: 0;
  transition-property: opacity, bottom;
  transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
}

.psv-notification-content {
  max-width: 50em;
  background: rgba(61, 61, 61, 0.8);
  border-radius: 4px;
  padding: 0.5em 1em;
  font: 14px sans-serif;
  color: #fff;
}

.psv-notification--visible {
  opacity: 100;
  bottom: 80px;
}

.psv-overlay {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 110;
  inset: 0;
  background: radial-gradient(#fff 0, #fdfdfd 16%, #fbfbfb 33%, #f8f8f8 49%, #efefef 66%, #dfdfdf 82%, #bfbfbf 100%);
  opacity: 0.8;
  cursor: default;
}

.psv-overlay-image {
  margin-bottom: 4vh;
}

.psv-overlay-image svg {
  width: 50vw;
}

@media (orientation: landscape) {
  .psv-overlay-image svg {
    width: 25vw;
  }
}
.psv-overlay-title {
  color: #000;
  font: 30px sans-serif;
  text-align: center;
}

.psv-overlay-text {
  color: rgba(0, 0, 0, 0.8);
  font: 20px sans-serif;
  opacity: 0.8;
  text-align: center;
}

.psv-panel {
  position: absolute;
  z-index: 90;
  right: 0;
  height: 100%;
  width: 400px;
  max-width: calc(100% - 9px);
  background: rgba(10, 10, 10, 0.7);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
  transition-property: opacity, transform;
  transition-timing-function: ease-in-out;
  transition-duration: 0.1s;
  cursor: default;
  margin-left: 9px;
}

.psv--has-navbar .psv-panel {
  height: calc(100% - 40px);
}

.psv-panel-close-button {
  display: none;
  position: absolute;
  top: -1px;
  right: 0;
  width: 19.2px;
  height: 19.2px;
  padding: 6.4px;
  background: 0 0;
  color: #fff;
  transition: background 0.3s ease-in-out;
  cursor: pointer;
}

.psv-panel-close-button svg {
  transition: transform 0.3s ease-in-out;
}

.psv-panel-close-button:hover {
  background: rgba(0, 0, 0, 0.9);
}

.psv-panel-close-button:hover svg {
  transform: scale(-1);
}

.psv-panel-resizer {
  display: none;
  position: absolute;
  top: 0;
  left: -9px;
  width: 9px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  cursor: col-resize;
}

.psv-panel-resizer::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1px;
  margin-top: -14.5px;
  width: 1px;
  height: 1px;
  box-shadow: 1px 0 #fff, 3px 0 #fff, 5px 0 #fff, 1px 2px #fff, 3px 2px #fff, 5px 2px #fff, 1px 4px #fff, 3px 4px #fff, 5px 4px #fff, 1px 6px #fff, 3px 6px #fff, 5px 6px #fff, 1px 8px #fff, 3px 8px #fff, 5px 8px #fff, 1px 10px #fff, 3px 10px #fff, 5px 10px #fff, 1px 12px #fff, 3px 12px #fff, 5px 12px #fff, 1px 14px #fff, 3px 14px #fff, 5px 14px #fff, 1px 16px #fff, 3px 16px #fff, 5px 16px #fff, 1px 18px #fff, 3px 18px #fff, 5px 18px #fff, 1px 20px #fff, 3px 20px #fff, 5px 20px #fff, 1px 22px #fff, 3px 22px #fff, 5px 22px #fff, 1px 24px #fff, 3px 24px #fff, 5px 24px #fff, 1px 26px #fff, 3px 26px #fff, 5px 26px #fff, 1px 28px #fff, 3px 28px #fff, 5px 28px #fff;
  background: 0 0;
}

.psv-panel-content {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  color: #dcdcdc;
  font: 16px sans-serif;
  overflow: auto;
}

.psv-panel-content:not(.psv-panel-content--no-margin) {
  padding: 1em;
}

.psv-panel-content--no-interaction {
  user-select: none;
  pointer-events: none;
}

.psv-panel--open {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  transition-duration: 0.2s;
}

.psv-panel--open .psv-panel-close-button, .psv-panel--open .psv-panel-resizer {
  display: block;
}

@media screen and (max-width: 400px) {
  .psv-panel {
    width: 100% !important;
    max-width: none;
  }
  .psv-panel-resizer {
    display: none !important;
  }
}
.psv-panel-menu {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.psv-panel-menu-title {
  flex: none;
  display: flex;
  align-items: center;
  font: 24px sans-serif;
  margin: 24px 12px;
}

.psv-panel-menu-title svg {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}

.psv-panel-menu-list {
  flex: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.psv-panel-menu-item {
  min-height: 1.5em;
  padding: 0.5em 1em;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: background 0.1s ease-in-out;
}

.psv-panel-menu-item--active {
  outline: 1px solid currentcolor;
  outline-offset: -1px;
}

.psv-panel-menu-item-icon {
  flex: none;
  height: 1.5em;
  width: 1.5em;
  margin-right: 0.5em;
}

.psv-panel-menu-item-icon img {
  max-width: 100%;
  max-height: 100%;
}

.psv-panel-menu-item-icon svg {
  width: 100%;
  height: 100%;
}

.psv-panel-menu-item:focus-visible {
  outline: 2px solid #007cff;
  outline-offset: -2px;
}

.psv-panel-menu--stripped .psv-panel-menu-item:hover {
  background: rgba(255, 255, 255, 0.2);
}

.psv-panel-menu--stripped .psv-panel-menu-item:nth-child(odd), .psv-panel-menu--stripped .psv-panel-menu-item:nth-child(odd)::before {
  background: rgba(255, 255, 255, 0.1);
}

.psv-panel-menu--stripped .psv-panel-menu-item:nth-child(2n), .psv-panel-menu--stripped .psv-panel-menu-item:nth-child(2n)::before {
  background: 0 0;
}

.psv-container:not(.psv--is-touch) .psv-panel-menu-item:hover {
  background: rgba(255, 255, 255, 0.2);
}

.psv-tooltip {
  position: absolute;
  z-index: 50;
  box-sizing: border-box;
  max-width: 200px;
  background: rgba(61, 61, 61, 0.8);
  border-radius: 4px;
  opacity: 0;
  transition-property: opacity, transform;
  transition-timing-function: ease-in-out;
  transition-duration: 0.1s;
  cursor: default;
}

.psv-tooltip-content {
  color: #fff;
  font: 14px sans-serif;
  text-shadow: 0 1px #000;
  padding: 0.5em 1em;
}

.psv-tooltip-arrow {
  position: absolute;
  height: 0;
  width: 0;
  border: 7px solid transparent;
}

.psv-tooltip--top-center, .psv-tooltip--top-left, .psv-tooltip--top-right {
  transform: translate3d(0, 5px, 0);
}

.psv-tooltip--top-center .psv-tooltip-arrow, .psv-tooltip--top-left .psv-tooltip-arrow, .psv-tooltip--top-right .psv-tooltip-arrow {
  border-top-color: rgba(61, 61, 61, 0.8);
}

.psv-tooltip--bottom-center, .psv-tooltip--bottom-left, .psv-tooltip--bottom-right {
  transform: translate3d(0, -5px, 0);
}

.psv-tooltip--bottom-center .psv-tooltip-arrow, .psv-tooltip--bottom-left .psv-tooltip-arrow, .psv-tooltip--bottom-right .psv-tooltip-arrow {
  border-bottom-color: rgba(61, 61, 61, 0.8);
}

.psv-tooltip--center-left, .psv-tooltip--left-bottom, .psv-tooltip--left-top {
  transform: translate3d(5px, 0, 0);
}

.psv-tooltip--center-left .psv-tooltip-arrow, .psv-tooltip--left-bottom .psv-tooltip-arrow, .psv-tooltip--left-top .psv-tooltip-arrow {
  border-left-color: rgba(61, 61, 61, 0.8);
}

.psv-tooltip--center-right, .psv-tooltip--right-bottom, .psv-tooltip--right-top {
  transform: translate3d(-5px, 0, 0);
}

.psv-tooltip--center-right .psv-tooltip-arrow, .psv-tooltip--right-bottom .psv-tooltip-arrow, .psv-tooltip--right-top .psv-tooltip-arrow {
  border-right-color: rgba(61, 61, 61, 0.8);
}

.psv-tooltip--left-top, .psv-tooltip--top-left {
  box-shadow: -3px -3px 0 rgba(90, 90, 90, 0.7);
}

.psv-tooltip--top-center {
  box-shadow: 0 -3px 0 rgba(90, 90, 90, 0.7);
}

.psv-tooltip--right-top, .psv-tooltip--top-right {
  box-shadow: 3px -3px 0 rgba(90, 90, 90, 0.7);
}

.psv-tooltip--bottom-left, .psv-tooltip--left-bottom {
  box-shadow: -3px 3px 0 rgba(90, 90, 90, 0.7);
}

.psv-tooltip--bottom-center {
  box-shadow: 0 3px 0 rgba(90, 90, 90, 0.7);
}

.psv-tooltip--bottom-right, .psv-tooltip--right-bottom {
  box-shadow: 3px 3px 0 rgba(90, 90, 90, 0.7);
}

.psv-tooltip--center-left {
  box-shadow: -3px 0 0 rgba(90, 90, 90, 0.7);
}

.psv-tooltip--center-right {
  box-shadow: 3px 0 0 rgba(90, 90, 90, 0.7);
}

.psv-tooltip--visible {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}


/**
 * Swiper 8.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 15, 2022
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.vjs-svg-icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  fill: currentColor;
  height: 1.8em;
  width: 1.8em;
}

.vjs-svg-icon:before {
  content: none !important;
}

.vjs-svg-icon:hover,
.vjs-control:focus .vjs-svg-icon {
  filter: drop-shadow(0 0 0.25em #fff);
}

.vjs-modal-dialog .vjs-modal-dialog-content, .video-js .vjs-modal-dialog, .vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  text-align: center;
}

@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABUgAAsAAAAAItAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV33Y21hcAAAAYQAAAEJAAAD5p42+VxnbHlmAAACkAAADwwAABdk9R/WHmhlYWQAABGcAAAAKwAAADYn8kSnaGhlYQAAEcgAAAAdAAAAJA+RCL1obXR4AAAR6AAAABMAAAC8Q44AAGxvY2EAABH8AAAAYAAAAGB7SIHGbWF4cAAAElwAAAAfAAAAIAFAAI9uYW1lAAASfAAAASUAAAIK1cf1oHBvc3QAABOkAAABfAAAAnXdFqh1eJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGR7xDiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGPHcRdyA4RZgQRADbZCycAAHic7dPXbcMwAEXRK1vuvffem749XAbKV3bjBA6fXsaIgMMLEWoQJaAEFKNnlELyQ4K27zib5PNF6vl8yld+TKr5kH0+cUw0xv00Hwvx2DResUyFKrV4XoMmLdp06NKjz4AhI8ZMmDJjzoIlK9Zs2LJjz4EjJ85cuHLjziPe/0UWL17mf2tqKLz/9jK9f8tXpGCoRdPKhtS0RqFkWvVQNtSKoVYNtWaoddPXEBqG2jQ9XWgZattQO4baNdSeofYNdWCoQ0MdGerYUCeGOjXUmaHODXVhqEtDXRnq2lA3hro11J2h7g31YKhHQz0Z6tlQL4Z6NdSbod4N9WGoT9MfHF6GmhnZLxyDcRMAAAB4nJ1YC1gUV5auc6urCmxEGrq6VRD6ATQP5dHPKK8GRIyoKApoEBUDAiGzGmdUfKNRM4qLZrUZdGKcGN/GZJKd0SyOWTbfbmZ2NxqzM5IxRtNZd78vwYlJdtREoO7sudVNq6PmmxmKqrqPU+eee173P80Bh39Cu9DOEY4DHZBK3i20D/QRLcfxbE5sEVtwLpZzclw4ibFIkSCJUcZ4MBpMnnzwuKNsGWBL5i3qy6kO2dVpvUpKbkAP9fq62rdeGJ+TM/7C1nbIutfuWrWk5ci4zMxxR1qW/N+9JsmCGXj9VKWhFx/6tr/nz78INDm2C9yPF/fDcxLuyKxLBZ1ZBz2QTi+RSkiH5RrDQJ/GgGQadX9m0YSURs7GpSG905Zsk41uj14yul1OtieZ7QUk5GRG/YiS7PYYPSAZNRed9sq3+bOpz00rKb7pe/ZEZvbALxZAHT3AFoH8GXP3rt67QFn40kt8W13FjLTDb48c+fSi5/7h0P4dL5yz7DPtbmgmYxfQA9RL2+EOfTcvdp+1vmuBpvOll1As1S6ak0IvJzC7sKWJFtJgBd2uWcg+0Zyg7dzQfhcjXRgXGZRf5/a4A58IDU777Nl252AUk4m2ByRRjqTNqIDCEJeAnU3iCFwrkrNwXEzg4yFevBwypzxkcX+AIfk3VEKl3XmWbT8788SzvpvFJaiOezL6QyuSr9VNf97csNu0z3LuhR0wATUxZAfVBwVOy+nQFhxYdWaXlXe4HC4zWGWzzsrLDtmhI9pOWOHv7PTT7XybH1Z0+v2d5Abd3kmG+TsH23CS/KwTxx/JkzEwx6jcQOUc42LLwHJ/J93uZ9ygh3HuZGwqsY9dWDHQ58dxNqyqKRQTYdxwTubiOSs3FiMDkq0WSZQgCT0GBDOg2lxOAd1FlPVGs4AKBAcYHHaP2wPkHaivmLF5zYqnIZrvcHx5gN4k/6tchNW1DtdgNL2KrxEkS/kfnIHoVnp1VjmjpTf5r0lTzLj0mdS28tX+XGorU364eMPmnWVl8J36nlKGw3CZhjEiuMw8h8mKvhGD+4/lElBWjAhLJMg6fTw4zPZ8cOmcGQBm2Qxml1nAm13CpYGq1JKUlJJUzQn1PTAO0mgv6VMMpA/DuRfSWEu4lDIxdbAtdWIKvnn2Vk766CWfz9fpY0sH/UpdP50rfszaVpdVRmvIejEdLMk45s4Bu0EWHjeOySmFyZSiMahvZdNSn29peoI/YexYfKQTLeurTXXwEVLeSfInTWHkkMaeUx7sBvOCSTSj3AlcKjfueyS36tCrXDlgRtF0etFq9jhc1kfKuBT/OwMr0F4UUTTh1AN0g20+H/ScPcsIEsYu9d/zN5PmjprPtNwI1ZZcDK6iC97Mcjp2y2aX36f+QbpGHrgRuHlXJ+Zf6PFRL2uQSp8vxHeF2IoRb8Rd2rhMzsNxSRmEuKK4JFnkojhMcx6jzqHzGMGFcW+MhBj0bhf6cowN+45I4LHvwT6fteu7M42wGRI/pxcg6/MZdEvt1U1XaulHFXuLmqov/MukvRVL35/b3ODM1+4aPjtzeK7zmUkV2h3DN54HaQ9GzJvxHRb6Ks2gB81fwqraT+A7GvZJrRLRofU6G0urNL+zFw3v0FaVDFxsKEZW56F31r6ip6vOL+FCObBPuIMRiXld9RaMdLzRIOGhPey2T9vA/35DmZPK9IWaT9d/WgOGMieYqJ/dzjLIhZU118gbysxrNUGefxD6UO/hyNNllpFTOIbx32kSFQctnweV5PxTMHLjRqiAN+fQE9gL+Xy5WB6MOS4GJJuYbDUHhcKDhHGRbLzOpjsjdM1+iwAZLGeieehACX2hhI7SjK/ZUTNrvVje31TxJiFBGYViWFkCn9PMeX9fS6qVbzfCj4fOCTzDnuWy2c4xA7mdNkA3RS9FH2VeqzdCBlixxbzXjvkHU1I8BOYFb1pZvPIHSSIj4svT8xpzcxtXN+ZKyjdDvbz08niiF3PqV9Tn5NST8vg48MTaY8E5xqSSIsWoWHo+LtAzxdH/GDUyp37CBEYfso04F/NlMTcDJUTpECLY0HFGQHImE8xsEUdgnrQlixIvGhJA1BvxpDHGxEMBYFeNOHcBJlSjwe2JcSfbBEsGOPPBHg/6SBBOCsLLw0SpUxod0Z1bFMfLkbQ3UiZxEyd0Dx8t+SRBu18Q9msFbI4e3p1THEfkSEh7kEJ5orR10qTWDvbgPWn5aWvCYyOAjwgXyjJi34uMjo58L25cmRAeQZWI2PA1QQLsPESAH8WGFwZZ4SPoR73BHPzIPMJj9AreBzKUmrH4todT18ANvi1oc3YGjUT/0j+ExUwq8PI9BLaCQIpvewwYu2evAG/Vo/5avPdY7o+BemLLXw3y+AdkzP9bpIxB1wm5EYq8fesHbPEPtm6HrHvtx4jcGPR8fDDpkZBefIjB46QnlUNRltv4Z/pO/J6dxEjhYAtmoMeq+GozvUVvNYOW3m6GCIhoprcfr97B8AcIQYsfD8ljUvGNjvkrpj0ETA48ZMIxCeqsRIsQALE0gi2GB+glSOfbOjW3GSBM9yPq8/rpJXrJDz0BPxV6xdN4uiCGDQed3WhgFkBUZEFsmeyyBpzXrm7UGTBZG8Lh5aubFufk5eUsbrrFGr7McYdbltxa0nKYqRKbQjvikXYkTGM0f2xuyM3Ly21oXnWfvf6I1BmZwfh7EWWIYsg2nHhsDhOnczhJcmI6eBAmy3jZ3RiJmKQR/JA99FcwsfaVbNDDyi1rL9NPj9hfo61wjM6BjzOLijLpeTgk/pL+ip6tfYWupzeOgPny2tcUu9J/9mhxJlgyi985NFRbvCVewXUNXLJaW0RxZqtRYtnfYdcYomXQWdnJHQA3jiEEkeTQWcWxdDP9IvvVWvo2TK553XEMEq+s69/QDU1Q7p0zxwsm9qS379whr8NI2PJqLUyGyfNeX3eFfnJU2U+uHR9cVV1IqgurqwuV44XVp0h2qN55X5XJwtk59yP0IZuHrqBOBIuIYhkcoT6Kx79Pu2HS/IPZIMOqLWs/pteOOk4NPgEb6QAIdAPsyZk5Mwd+wVaHMexJv719W7xCu2l37UG6lvYdBcvHa08p89741zd63phTRGqL5ggo6SlvdbWXzCqsPq78NnSu7wnKy2HNZbVoRCI7UJEOyRj+sPE002tOOY7Qa5fXboFWkLNeqYUSZRocp9XwSUZxcQZ9Hw6LV2pOoVmvHQEDbGIENEG5i6bLgMSM4n8+FNLTtAds99DaWEvgcf4o5SyYe9x+kF6/tGoTPAdRmS/XQIEy//QxKC2oqioAI3tS5auvxCtzT6y6RK8fhChYcwCJaMJhxc0vqSxQ/qmgsrKAlBZUHlauheTpvd9uj5DnLzJct6qfq5fXbYHVIGcfrIVJihbaVLu1wW7Vbs8zK0A8e9Jvb91S9cVMjPrazD6gpfeZTXzYbCFMcppVRsGMpp55OWgx1/3JeAxW1Y7AORgM/m3rWrsdLkQVmEVSU16cX/e7uvkvpqRiQsG06XJ0t64Tf+l0nG1dt025gyOIZlvq5u9KSU1N2TW/rsWnnMRPyTDkctbhvIcNvYIXWyLzdwYLoYesUbaQG4iK2cWO2gdpeUYLqDD0MUTOPhDIGnZEs58yArR86FznuWEsU4YDi2x26dA4klkn8Qa6vhk2QUfX4Jxm/ngX9r7ogn1dmlmwqZmuhxtdg9XN/DEcUgqb+9hMyNansfaQET2mcROCmGEMVqxm5u+h6kN2MOwgqykV2wH9yQG9DvVFU38Pogaf4FVuE62KI/oJ02RDdWW2w5dqQwU/8+N1q1DlvsL863u61KLE7x/o8w0VJQM/Y/SQ3unIrqxueEa1BqT5VFNsO7p39/UC771a77RowpaKe9nvJQIT1Pog5LGx8XblBKmCNGTf3xMogAQvPnz9PYKX/08sVDTG1OKUlOLUgS/UaZtm1NAaYTsl7i9ZQ+L6O4Rl0OGa577LuWvc+C+x96/vYh0lLBuM+7XwI/dTLtdT7v4d6rRTWDnku0IBrqFnZ5bVIqKP8lasJlithWnaLhTsr8qFJBulF/70p4undou36HeTJ5+jv1fCybeQ8nH3+Xv6aENczmOFlab+hqMDg1rLOt12A+tiUFrYDwQ6c3RUJp601nzegTNX6WlYAI2zSUV945F6zU56ZmZVQaWspWcIADxJ9GmljQUnL2p2Dpr5T8H+5KJFu+vqBq8qvyHRzStLHPEO5SPYCV9nZe0yZT2RcH0oHvegSzNEJ0oGWU8iQWM12dgPEugngVceGIwZgPFp0BiT1a0a3R5Rcot7ihfA1J/20v96jX7zmTX9s583H0kwx6WnLd09cXrR9LGroOa9sHNbdyz8wcKk5lqhaVFJZNwmqtw884MXNdvJujpBa3xzuSaZH9sxa06Z7x+HJSduPbdYHv/DgmEhfbehvlmGN7JUkcG78GDM12CeyFFTPNqVeNxC1gzjz+c2nVo63Xxs8rKJWXoBJM0tmEbfGm4qzpoOH3xpzQfyxLzW1gnE9NHo6tol1eMEic4ZVPrjnVi0kqAe2sQ2bgqupScaq8WGlUWgWHI51SKJl/UYT6zccNsCSkBtiVZLsiefuFSDYT3Fi8Zk7EUnmjTRYtsFeuDDJS05MW79M3mr3mla+d8dzac31KTPmBYfFiYSUef48PhPjm9ryZsSGZZkdNvzq0Y9rdNcwDq5Dg5C3QW+7UN64IKptvS3tvHbvu5c9pv1Exau21rc9LIpwpQwUjTq8576yeVDz5+4WZ1nXT43wV60rPLJbDp/UksNrP3iQ2SA63Pst058gOYDbhRnRUw8l/sRt4HbxPzO4WYpInCpuVgSbVh6JXuwnnJngKTTCwaPWmG5Xbhpm1U0Yt3FyBGpGYemPM77p2TD904JjgJ2QFpFLeYpGx8X15Qx1Zk31p5ki9ZLUuXE0lmuJlcakJMVLeFS1iIvrB8drY0aloilakqCZwzwRORtxlgwxS4IThggJd4TDxoiaAIT80fFPGrCPPru+puFn504P/ybr4ihA/6dKASLshEJic7xE8tmzu3KzA7TABBe8y5fNbWo3ilQn/SuFKM16b2l5bOeayqfGhYmhIulU+fVNDdWVv4NMzX10MBHyPR5uhWUu8D9P1VnIMt4nGNgZGBgAOJ/1bf64vltvjJwszOAwAOlmqvINEc/WJyDgQlEAQA+dgnjAHicY2BkYGBnAAGOPgaG//85+hkYGVCBPgBGJwNkAAAAeJxjYGBgYB/EmKMPtxwAhg4B0gAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAe4CLgKKAtAC/ANiA4wDqAPgBDAEsATaBQgFWgXABggGLgZwBqwG9gdOB4oH0ggqCHAIhgicCMgJJAlWCYgJrAnyCkAKdgrkC7J4nGNgZGBg0GdoZmBnAAEmIOYCQgaG/2A+AwAaqwHQAHicXZBNaoNAGIZfE5PQCKFQ2lUps2oXBfOzzAESyDKBQJdGR2NQR3QSSE/QE/QEPUUPUHqsvsrXjTMw83zPvPMNCuAWP3DQDAejdm1GjzwS7pMmwi75XngAD4/CQ/oX4TFe4Qt7uMMbOzjuDc0EmXCP/C7cJ38Iu+RP4QEe8CU8pP8WHmOPX2EPz87TPo202ey2OjlnQSXV/6arOjWFmvszMWtd6CqwOlKHq6ovycLaWMWVydXKFFZnmVFlZU46tP7R2nI5ncbi/dDkfDtFBA2DDXbYkhKc+V0Bqs5Zt9JM1HQGBRTm/EezTmZNKtpcAMs9Yu6AK9caF76zoLWIWcfMGOSkVduvSWechqZsz040Ib2PY3urxBJTzriT95lipz+TN1fmAAAAeJxtkXlT2zAQxf1C4thJAwRajt4HRy8VMwwfSJHXsQZZcnUQ+PYoTtwpM+wf2t9brWZ2n5JBsol58nJcYYAdDDFCijEy5JhgileYYRd72MccBzjEa7zBEY5xglO8xTu8xwd8xCd8xhd8xTec4RwXuMR3/MBP/MJvMPzBFYpk2Cr+OF0fTEgrFI1aHhxN740KDbEmeJpsWZlVj40s+45aLuv9KijlhCXSjLQnu/d/4UH6sWul1mRzFxZeekUuE7z10mg3qMtM1FGQddPSrLQyvJR6OaukItYXDp6pCJrmz0umqkau5pZ2hFmm7m+ImG5W2t0kZoJXUtPhVnYTbbdOBdeCVGqpJe7XKTqSbRK7zbdwXfR0U+SVsStuS3Y76em6+Ic3xYiHUppc04Nn0lMzay3dSxNcp8auDlWlaCi48yetFD7Y9USsx87G45cuop1ZxQUtjLnL4j53FO0a+5X08UXqQ7NQNo92R0XOz7sxWEnxN2TneJI8Acttu4Q=) format("woff");
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play, .video-js .vjs-play-control .vjs-icon-placeholder, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-play:before, .video-js .vjs-play-control .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  content: "\f101";
}

.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-play-circle:before {
  content: "\f102";
}

.vjs-icon-pause, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
  content: "\f103";
}

.vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
  content: "\f104";
}

.vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {
  content: "\f105";
}

.vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {
  content: "\f106";
}

.vjs-icon-volume-high, .video-js .vjs-mute-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-high:before, .video-js .vjs-mute-control .vjs-icon-placeholder:before {
  content: "\f107";
}

.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f108";
}

.vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f109";
}

.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-spinner:before {
  content: "\f10a";
}

.vjs-icon-subtitles, .video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-subtitles-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-subtitles:before, .video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-subtitles-button .vjs-icon-placeholder:before {
  content: "\f10b";
}

.vjs-icon-captions, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-captions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-captions:before, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-captions-button .vjs-icon-placeholder:before {
  content: "\f10c";
}

.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-hd:before {
  content: "\f10d";
}

.vjs-icon-chapters, .video-js .vjs-chapters-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-chapters:before, .video-js .vjs-chapters-button .vjs-icon-placeholder:before {
  content: "\f10e";
}

.vjs-icon-downloading {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-downloading:before {
  content: "\f10f";
}

.vjs-icon-file-download {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-file-download:before {
  content: "\f110";
}

.vjs-icon-file-download-done {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-file-download-done:before {
  content: "\f111";
}

.vjs-icon-file-download-off {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-file-download-off:before {
  content: "\f112";
}

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-share:before {
  content: "\f113";
}

.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-cog:before {
  content: "\f114";
}

.vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-square:before {
  content: "\f115";
}

.vjs-icon-circle, .vjs-seek-to-live-control .vjs-icon-placeholder, .video-js .vjs-volume-level, .video-js .vjs-play-progress {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-circle:before, .vjs-seek-to-live-control .vjs-icon-placeholder:before, .video-js .vjs-volume-level:before, .video-js .vjs-play-progress:before {
  content: "\f116";
}

.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-circle-outline:before {
  content: "\f117";
}

.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-circle-inner-circle:before {
  content: "\f118";
}

.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {
  content: "\f119";
}

.vjs-icon-repeat {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-repeat:before {
  content: "\f11a";
}

.vjs-icon-replay, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-replay:before, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
  content: "\f11b";
}

.vjs-icon-replay-5, .video-js .vjs-skip-backward-5 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-replay-5:before, .video-js .vjs-skip-backward-5 .vjs-icon-placeholder:before {
  content: "\f11c";
}

.vjs-icon-replay-10, .video-js .vjs-skip-backward-10 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-replay-10:before, .video-js .vjs-skip-backward-10 .vjs-icon-placeholder:before {
  content: "\f11d";
}

.vjs-icon-replay-30, .video-js .vjs-skip-backward-30 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-replay-30:before, .video-js .vjs-skip-backward-30 .vjs-icon-placeholder:before {
  content: "\f11e";
}

.vjs-icon-forward-5, .video-js .vjs-skip-forward-5 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-forward-5:before, .video-js .vjs-skip-forward-5 .vjs-icon-placeholder:before {
  content: "\f11f";
}

.vjs-icon-forward-10, .video-js .vjs-skip-forward-10 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-forward-10:before, .video-js .vjs-skip-forward-10 .vjs-icon-placeholder:before {
  content: "\f120";
}

.vjs-icon-forward-30, .video-js .vjs-skip-forward-30 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-forward-30:before, .video-js .vjs-skip-forward-30 .vjs-icon-placeholder:before {
  content: "\f121";
}

.vjs-icon-audio, .video-js .vjs-audio-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-audio:before, .video-js .vjs-audio-button .vjs-icon-placeholder:before {
  content: "\f122";
}

.vjs-icon-next-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-next-item:before {
  content: "\f123";
}

.vjs-icon-previous-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-previous-item:before {
  content: "\f124";
}

.vjs-icon-shuffle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-shuffle:before {
  content: "\f125";
}

.vjs-icon-cast {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-cast:before {
  content: "\f126";
}

.vjs-icon-picture-in-picture-enter, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-picture-in-picture-enter:before, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  content: "\f127";
}

.vjs-icon-picture-in-picture-exit, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-picture-in-picture-exit:before, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  content: "\f128";
}

.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-facebook:before {
  content: "\f129";
}

.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-linkedin:before {
  content: "\f12a";
}

.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-twitter:before {
  content: "\f12b";
}

.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-tumblr:before {
  content: "\f12c";
}

.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-pinterest:before {
  content: "\f12d";
}

.vjs-icon-audio-description, .video-js .vjs-descriptions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-audio-description:before, .video-js .vjs-descriptions-button .vjs-icon-placeholder:before {
  content: "\f12e";
}

.video-js {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  word-break: initial;
}

.video-js:-moz-full-screen {
  position: absolute;
}

.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}

.video-js[tabindex="-1"] {
  outline: none;
}

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

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3,
.video-js.vjs-9-16,
.video-js.vjs-1-1 {
  width: 100%;
  max-width: 100%;
}

.video-js.vjs-fluid:not(.vjs-audio-only-mode),
.video-js.vjs-16-9:not(.vjs-audio-only-mode),
.video-js.vjs-4-3:not(.vjs-audio-only-mode),
.video-js.vjs-9-16:not(.vjs-audio-only-mode),
.video-js.vjs-1-1:not(.vjs-audio-only-mode) {
  height: 0;
}

.video-js.vjs-16-9:not(.vjs-audio-only-mode) {
  padding-top: 56.25%;
}

.video-js.vjs-4-3:not(.vjs-audio-only-mode) {
  padding-top: 75%;
}

.video-js.vjs-9-16:not(.vjs-audio-only-mode) {
  padding-top: 177.7777777778%;
}

.video-js.vjs-1-1:not(.vjs-audio-only-mode) {
  padding-top: 100%;
}

.video-js.vjs-fill:not(.vjs-audio-only-mode) {
  width: 100%;
  height: 100%;
}

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-js.vjs-audio-only-mode .vjs-tech {
  display: none;
}

body.vjs-full-window,
body.vjs-pip-window {
  padding: 0;
  margin: 0;
  height: 100%;
}

.vjs-full-window .video-js.vjs-fullscreen,
body.vjs-pip-window .video-js {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.video-js.vjs-fullscreen:not(.vjs-ios-native-fs),
body.vjs-pip-window .video-js {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
  display: block;
}

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}

.vjs-pip-container .vjs-pip-text {
  position: absolute;
  bottom: 10%;
  font-size: 2em;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 0.5em;
  text-align: center;
  width: 100%;
}

.vjs-layout-tiny.vjs-pip-container .vjs-pip-text,
.vjs-layout-x-small.vjs-pip-container .vjs-pip-text,
.vjs-layout-small.vjs-pip-container .vjs-pip-text {
  bottom: 0;
  font-size: 1.4em;
}

.vjs-hidden {
  display: none !important;
}

.vjs-disabled {
  opacity: 0.5;
  cursor: default;
}

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px;
}

.vjs-lock-showing {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto;
}

.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66A8CC;
}

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.63332em;
  width: 3em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0;
  margin-top: -0.81666em;
  margin-left: -1.5em;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  border-radius: 0.3em;
  transition: all 0.4s;
}

.vjs-big-play-button .vjs-svg-icon {
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 1;
  transform: translate(-50%, -50%);
}

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  transition: all 0s;
}

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none;
}

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause:not(.vjs-seeking, .vjs-scrubbing, .vjs-error) .vjs-big-play-button {
  display: block;
}

.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.vjs-control .vjs-button {
  width: 100%;
  height: 100%;
}

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2;
}

.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  overflow: auto;
}

.video-js .vjs-modal-dialog > * {
  box-sizing: border-box;
}

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1;
}

.vjs-menu-button {
  cursor: pointer;
}

.vjs-menu-button.vjs-disabled {
  cursor: default;
}

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none;
}

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  overflow: auto;
}

.vjs-menu .vjs-menu-content > * {
  box-sizing: border-box;
}

.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
  display: none;
}

.vjs-menu li {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}

.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover,
.js-focus-visible .vjs-menu li.vjs-menu-item:hover {
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover,
.js-focus-visible .vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2B333F;
}

.vjs-menu li.vjs-selected .vjs-svg-icon,
.vjs-menu li.vjs-selected:focus .vjs-svg-icon,
.vjs-menu li.vjs-selected:hover .vjs-svg-icon,
.js-focus-visible .vjs-menu li.vjs-selected:hover .vjs-svg-icon {
  fill: #000000;
}

.video-js .vjs-menu *:not(.vjs-selected):focus:not(:focus-visible),
.js-focus-visible .vjs-menu *:not(.vjs-selected):focus:not(.focus-visible) {
  background: none;
}

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default;
}

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7);
}

.vjs-pip-window .vjs-menu-button-popup .vjs-menu {
  left: unset;
  right: 1em;
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em;
}

.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 5em;
}

.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 10em;
}

.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 14em;
}

.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 25em;
}

.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block;
}

.video-js .vjs-menu-button-inline {
  transition: all 0.4s;
  overflow: hidden;
}

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em;
}

.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active {
  width: 12em;
}

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  transition: all 0.4s;
}

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1;
}

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}

.video-js:not(.vjs-controls-disabled, .vjs-using-native-controls, .vjs-error) .vjs-control-bar.vjs-lock-showing {
  display: flex !important;
}

.vjs-has-started .vjs-control-bar,
.vjs-audio-only-mode .vjs-control-bar {
  display: flex;
  visibility: visible;
  opacity: 1;
  transition: visibility 0.1s, opacity 0.1s;
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  pointer-events: none;
  transition: visibility 1s, opacity 1s;
}

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important;
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar,
.vjs-audio-only-mode.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.video-js .vjs-control {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  flex: none;
}

.video-js .vjs-control.vjs-visible-text {
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.vjs-button > .vjs-icon-placeholder:before {
  font-size: 1.8em;
  line-height: 1.67;
}

.vjs-button > .vjs-icon-placeholder {
  display: block;
}

.vjs-button > .vjs-svg-icon {
  display: inline-block;
}

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: 0em 0em 1em white;
}

.video-js *:not(.vjs-visible-text) > .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.video-js .vjs-custom-control-spacer {
  display: none;
}

.video-js .vjs-progress-control {
  cursor: pointer;
  flex: auto;
  display: flex;
  align-items: center;
  min-width: 4em;
  touch-action: none;
}

.video-js .vjs-progress-control.disabled {
  cursor: default;
}

.vjs-live .vjs-progress-control {
  display: none;
}

.vjs-liveui .vjs-progress-control {
  display: flex;
  align-items: center;
}

.video-js .vjs-progress-holder {
  flex: auto;
  transition: all 0.2s;
  height: 0.3em;
}

.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0 10px;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.6666666667em;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
  font-size: 1em;
}

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
}

.video-js .vjs-play-progress {
  background-color: #fff;
}

.video-js .vjs-play-progress:before {
  font-size: 0.9em;
  position: absolute;
  right: -0.5em;
  line-height: 0.35em;
  z-index: 1;
}

.vjs-svg-icons-enabled .vjs-play-progress:before {
  content: none !important;
}

.vjs-play-progress .vjs-svg-icon {
  position: absolute;
  top: -0.35em;
  right: -0.4em;
  width: 0.9em;
  height: 0.9em;
  pointer-events: none;
  line-height: 0.15em;
  z-index: 1;
}

.video-js .vjs-load-progress {
  background: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-load-progress div {
  background: rgba(115, 133, 159, 0.75);
}

.video-js .vjs-time-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}

.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
  display: none;
}

.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip {
  display: block;
  font-size: 0.6em;
  visibility: visible;
}

.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
  font-size: 1em;
}

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1;
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}

.vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.video-js .vjs-slider {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  /* iOS Safari */
  -webkit-touch-callout: none;
  /* Safari, and Chrome 53 */
  -webkit-user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  -moz-user-select: none;
  user-select: none;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-slider.disabled {
  cursor: default;
}

.video-js .vjs-slider:focus {
  text-shadow: 0em 0em 1em white;
  box-shadow: 0 0 1em #fff;
}

.video-js .vjs-mute-control {
  cursor: pointer;
  flex: none;
}

.video-js .vjs-volume-control {
  cursor: pointer;
  margin-right: 1em;
  display: flex;
}

.video-js .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
}

.video-js .vjs-volume-panel .vjs-volume-control {
  visibility: visible;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin-left: -1px;
}

.video-js .vjs-volume-panel {
  transition: width 1s;
}

.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control, .video-js .vjs-volume-panel:active .vjs-volume-control, .video-js .vjs-volume-panel:focus .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control:active, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
}

.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  margin-right: 0;
}

.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical {
  left: -3.5em;
  transition: left 0s;
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
  width: 10em;
  transition: width 0.1s;
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
  width: 4em;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  height: 8em;
  width: 3em;
  left: -3000em;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
}

.video-js .vjs-volume-panel {
  display: flex;
}

.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em;
}

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em;
}

.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto;
}

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}

.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: 0.9em;
  z-index: 1;
}

.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em;
}

.vjs-slider-vertical .vjs-volume-level:before {
  top: -0.5em;
  left: -0.3em;
  z-index: 1;
}

.vjs-svg-icons-enabled .vjs-volume-level:before {
  content: none;
}

.vjs-volume-level .vjs-svg-icon {
  position: absolute;
  width: 0.9em;
  height: 0.9em;
  pointer-events: none;
  z-index: 1;
}

.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em;
}

.vjs-slider-horizontal .vjs-volume-level:before {
  line-height: 0.35em;
  right: -0.5em;
}

.vjs-slider-horizontal .vjs-volume-level .vjs-svg-icon {
  right: -0.3em;
  transform: translateY(-50%);
}

.vjs-slider-vertical .vjs-volume-level .vjs-svg-icon {
  top: -0.55em;
  transform: translateX(-50%);
}

.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
  width: 4em;
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%;
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%;
}

.video-js .vjs-volume-vertical {
  width: 3em;
  height: 8em;
  bottom: 8em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}

.video-js .vjs-volume-horizontal .vjs-menu {
  left: -2em;
}

.video-js .vjs-volume-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}

.video-js .vjs-volume-control:hover .vjs-volume-tooltip,
.video-js .vjs-volume-control:hover .vjs-progress-holder:focus .vjs-volume-tooltip {
  display: block;
  font-size: 1em;
  visibility: visible;
}

.video-js .vjs-volume-vertical:hover .vjs-volume-tooltip,
.video-js .vjs-volume-vertical:hover .vjs-progress-holder:focus .vjs-volume-tooltip {
  left: 1em;
  top: -12px;
}

.video-js .vjs-volume-control.disabled:hover .vjs-volume-tooltip {
  font-size: 1em;
}

.video-js .vjs-volume-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  z-index: 1;
}

.video-js .vjs-volume-horizontal .vjs-mouse-display {
  width: 1px;
  height: 100%;
}

.video-js .vjs-volume-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-volume-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}

.vjs-mouse-display .vjs-volume-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}

.vjs-has-started .vjs-poster,
.vjs-using-native-controls .vjs-poster {
  display: none;
}

.vjs-audio.vjs-has-started .vjs-poster,
.vjs-has-started.vjs-audio-poster-mode .vjs-poster,
.vjs-pip-container.vjs-has-started .vjs-poster {
  display: block;
}

.vjs-poster img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.video-js .vjs-live-control {
  display: flex;
  align-items: flex-start;
  flex: auto;
  font-size: 1em;
  line-height: 3em;
}

.video-js:not(.vjs-live) .vjs-live-control,
.video-js.vjs-liveui .vjs-live-control {
  display: none;
}

.video-js .vjs-seek-to-live-control {
  align-items: center;
  cursor: pointer;
  flex: none;
  display: inline-flex;
  height: 100%;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 1em;
  line-height: 3em;
  width: auto;
  min-width: 4em;
}

.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,
.video-js:not(.vjs-live) .vjs-seek-to-live-control {
  display: none;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
  cursor: auto;
}

.vjs-seek-to-live-control .vjs-icon-placeholder {
  margin-right: 0.5em;
  color: #888;
}

.vjs-svg-icons-enabled .vjs-seek-to-live-control {
  line-height: 0;
}

.vjs-seek-to-live-control .vjs-svg-icon {
  width: 1em;
  height: 1em;
  pointer-events: none;
  fill: #888888;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
  color: red;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-svg-icon {
  fill: red;
}

.video-js .vjs-time-control {
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.vjs-live .vjs-time-control,
.vjs-live .vjs-time-divider,
.video-js .vjs-current-time,
.video-js .vjs-duration {
  display: none;
}

.vjs-time-divider {
  display: none;
  line-height: 3em;
}

.video-js .vjs-play-control {
  cursor: pointer;
}

.video-js .vjs-play-control .vjs-icon-placeholder {
  flex: none;
}

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}

.vjs-error .vjs-text-track-display {
  display: none;
}

.video-js.vjs-controls-disabled .vjs-text-track-display,
.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
}

.vjs-subtitles {
  color: #fff;
}

.vjs-captions {
  color: #fc6;
}

.vjs-tt-cue {
  display: block;
}

video::-webkit-media-text-track-display {
  transform: translateY(-3em);
}

.video-js.vjs-controls-disabled video::-webkit-media-text-track-display,
.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  transform: translateY(-1.5em);
}

.video-js.vjs-force-center-align-cues .vjs-text-track-cue {
  text-align: center !important;
  width: 80% !important;
}

.video-js .vjs-picture-in-picture-control {
  cursor: pointer;
  flex: none;
}

.video-js.vjs-audio-only-mode .vjs-picture-in-picture-control,
.vjs-pip-window .vjs-picture-in-picture-control {
  display: none;
}

.video-js .vjs-fullscreen-control {
  cursor: pointer;
  flex: none;
}

.video-js.vjs-audio-only-mode .vjs-fullscreen-control,
.vjs-pip-window .vjs-fullscreen-control {
  display: none;
}

.vjs-playback-rate > .vjs-menu-button,
.vjs-playback-rate .vjs-playback-rate-value {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-playback-rate .vjs-playback-rate-value {
  pointer-events: none;
  font-size: 1.5em;
  line-height: 2;
  text-align: center;
}

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em;
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center;
}

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.85;
  text-align: left;
  border: 0.6em solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 5em;
  height: 5em;
  border-radius: 50%;
  visibility: hidden;
}

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: flex;
  justify-content: center;
  align-items: center;
  animation: vjs-spinner-show 0s linear 0.3s forwards;
}

.vjs-error .vjs-loading-spinner {
  display: none;
}

.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: rgb(255, 255, 255);
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: rgb(255, 255, 255);
  animation-delay: 0.44s;
}

@keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@keyframes vjs-spinner-spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
.video-js.vjs-audio-only-mode .vjs-captions-button {
  display: none;
}

.vjs-chapters-button .vjs-menu ul {
  width: 24em;
}

.video-js.vjs-audio-only-mode .vjs-descriptions-button {
  display: none;
}

.vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-svg-icon {
  width: 1.5em;
  height: 1.5em;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: "\f10c";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js.vjs-audio-only-mode .vjs-subs-caps-button {
  display: none;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-description-menu-item .vjs-menu-item-text .vjs-icon-placeholder,
.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-description-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before,
.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: " \f12e";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js.vjs-layout-small .vjs-current-time,
.video-js.vjs-layout-small .vjs-time-divider,
.video-js.vjs-layout-small .vjs-duration,
.video-js.vjs-layout-small .vjs-remaining-time,
.video-js.vjs-layout-small .vjs-playback-rate,
.video-js.vjs-layout-small .vjs-volume-control, .video-js.vjs-layout-x-small .vjs-current-time,
.video-js.vjs-layout-x-small .vjs-time-divider,
.video-js.vjs-layout-x-small .vjs-duration,
.video-js.vjs-layout-x-small .vjs-remaining-time,
.video-js.vjs-layout-x-small .vjs-playback-rate,
.video-js.vjs-layout-x-small .vjs-volume-control, .video-js.vjs-layout-tiny .vjs-current-time,
.video-js.vjs-layout-tiny .vjs-time-divider,
.video-js.vjs-layout-tiny .vjs-duration,
.video-js.vjs-layout-tiny .vjs-remaining-time,
.video-js.vjs-layout-tiny .vjs-playback-rate,
.video-js.vjs-layout-tiny .vjs-volume-control {
  display: none;
}

.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover {
  width: auto;
  width: initial;
}

.video-js.vjs-layout-x-small .vjs-progress-control, .video-js.vjs-layout-tiny .vjs-progress-control {
  display: none;
}

.video-js.vjs-layout-x-small .vjs-custom-control-spacer {
  flex: auto;
  display: block;
}

.vjs-modal-dialog.vjs-text-track-settings {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  height: 70%;
}

.vjs-error .vjs-text-track-settings {
  display: none;
}

.vjs-text-track-settings .vjs-modal-dialog-content {
  display: table;
}

.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-font,
.vjs-text-track-settings .vjs-track-settings-controls {
  display: table-cell;
}

.vjs-text-track-settings .vjs-track-settings-controls {
  text-align: right;
  vertical-align: bottom;
}

@supports (display: grid) {
  .vjs-text-track-settings .vjs-modal-dialog-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    padding: 20px 24px 0px 24px;
  }
  .vjs-track-settings-controls .vjs-default-button {
    margin-bottom: 20px;
  }
  .vjs-text-track-settings .vjs-track-settings-controls {
    grid-column: 1/-1;
  }
  .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content {
    grid-template-columns: 1fr;
  }
}
.vjs-text-track-settings select {
  font-size: inherit;
}

.vjs-track-setting > select {
  margin-right: 1em;
  margin-bottom: 0.5em;
}

.vjs-text-track-settings fieldset {
  margin: 10px;
  border: none;
}

.vjs-text-track-settings fieldset span {
  display: inline-block;
  padding: 0 0.6em 0.8em;
}

.vjs-text-track-settings fieldset span > select {
  max-width: 7.3em;
}

.vjs-text-track-settings legend {
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
}

.vjs-text-track-settings .vjs-label {
  margin: 0 0.5em 0.5em 0;
}

.vjs-track-settings-controls button:focus,
.vjs-track-settings-controls button:active {
  outline-style: solid;
  outline-width: medium;
  background-image: linear-gradient(0deg, #fff 88%, #73859f 100%);
}

.vjs-track-settings-controls button:hover {
  color: rgba(43, 51, 63, 0.75);
}

.vjs-track-settings-controls button {
  background-color: #fff;
  background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
  color: #2B333F;
  cursor: pointer;
  border-radius: 2px;
}

.vjs-track-settings-controls .vjs-default-button {
  margin-right: 1em;
}

.vjs-title-bar {
  background: rgba(0, 0, 0, 0.9);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0) 100%);
  font-size: 1.2em;
  line-height: 1.5;
  transition: opacity 0.1s;
  padding: 0.666em 1.333em 4em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.vjs-error .vjs-title-bar {
  display: none;
}

.vjs-title-bar-title,
.vjs-title-bar-description {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vjs-title-bar-title {
  font-weight: bold;
  margin-bottom: 0.333em;
}

.vjs-playing.vjs-user-inactive .vjs-title-bar {
  opacity: 0;
  transition: opacity 1s;
}

.video-js .vjs-skip-forward-5 {
  cursor: pointer;
}

.video-js .vjs-skip-forward-10 {
  cursor: pointer;
}

.video-js .vjs-skip-forward-30 {
  cursor: pointer;
}

.video-js .vjs-skip-backward-5 {
  cursor: pointer;
}

.video-js .vjs-skip-backward-10 {
  cursor: pointer;
}

.video-js .vjs-skip-backward-30 {
  cursor: pointer;
}

@media print {
  .video-js > *:not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden;
  }
}
.vjs-resize-manager {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: -1000;
}

.js-focus-visible .video-js *:focus:not(.focus-visible) {
  outline: none;
}

.video-js *:focus:not(:focus-visible) {
  outline: none;
}

.vjs-theme-city {
  --vjs-theme-city--primary:#bf3b4d;
  --vjs-theme-city--secondary:#fff;
}

.vjs-theme-city .vjs-control-bar {
  height: 70px;
  padding-top: 20px;
  background: none;
  background-image: linear-gradient(0deg, #000, transparent);
}

.vjs-theme-city .vjs-button > .vjs-icon-placeholder:before {
  line-height: 50px;
}

.vjs-theme-city .vjs-play-progress:before {
  display: none;
}

.vjs-theme-city .vjs-progress-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 20px;
}

.vjs-theme-city .vjs-progress-control .vjs-progress-holder {
  position: absolute;
  top: 20px;
  right: 0;
  left: 0;
  width: 100%;
  margin: 0;
}

.vjs-theme-city .vjs-play-progress {
  background-color: var(--vjs-theme-city--primary);
}

.vjs-theme-city .vjs-remaining-time {
  order: 1;
  line-height: 50px;
  flex: 3;
  text-align: left;
}

.vjs-theme-city .vjs-play-control {
  order: 2;
  flex: 8;
  font-size: 1.75em;
}

.vjs-theme-city .vjs-fullscreen-control, .vjs-theme-city .vjs-picture-in-picture-control, .vjs-theme-city .vjs-volume-panel {
  order: 3;
  flex: 1;
}

.vjs-theme-city .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-horizontal {
  height: 100%;
}

.vjs-theme-city .vjs-mute-control {
  display: none;
}

.vjs-theme-city .vjs-volume-panel {
  margin-left: 0.5em;
  margin-right: 0.5em;
  padding-top: 1.5em;
}

.vjs-theme-city .vjs-volume-bar.vjs-slider-horizontal, .vjs-theme-city .vjs-volume-panel, .vjs-theme-city .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .vjs-theme-city .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal, .vjs-theme-city .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal, .vjs-theme-city .vjs-volume-panel:hover, .vjs-theme-city .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-horizontal {
  width: 3em;
}

.vjs-theme-city .vjs-volume-level:before {
  font-size: 1em;
}

.vjs-theme-city .vjs-volume-panel .vjs-volume-control {
  opacity: 1;
  width: 100%;
  height: 100%;
}

.vjs-theme-city .vjs-volume-bar {
  background-color: transparent;
  margin: 0;
}

.vjs-theme-city .vjs-slider-horizontal .vjs-volume-level {
  height: 100%;
}

.vjs-theme-city .vjs-volume-bar.vjs-slider-horizontal {
  margin-top: 0;
  margin-bottom: 0;
  height: 100%;
}

.vjs-theme-city .vjs-volume-bar:before {
  content: "";
  z-index: 0;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  border-color: transparent transparent hsla(0, 0%, 100%, 0.25);
  border-style: solid;
  border-width: 0 0 1.75em 3em;
}

.vjs-theme-city .vjs-volume-level {
  overflow: hidden;
  background-color: transparent;
}

.vjs-theme-city .vjs-volume-level:before {
  content: "";
  z-index: 1;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  border-left: 3em solid transparent;
  border-bottom: 1.75em solid var(--vjs-theme-city--secondary);
  border-right: 0 solid transparent;
  border-top: 0 solid transparent;
}

/*! purgecss start ignore */
html {
  --vh: 1vh;
  --wwidth: 100vw;
  --scrollbar: 0;
  --notification-height: 4rem;
  background-color: #000000;
  box-sizing: border-box;
  color: #000000;
  font-family: "GT America", Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: 400;
  scroll-behavior: smooth;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 768px) {
  html {
    --notification-height: 6rem;
    font-size: 10px;
  }
}
body {
  background-color: #FFFFFF;
  margin: 0;
}
body::before {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
  inset: 0;
  opacity: 0;
  position: fixed;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  z-index: 12;
}
body.quicklinks-open::before {
  opacity: 1;
  visibility: visible;
}

main {
  min-height: 100vh;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Pano";
  margin: 0 0 1em 0;
}

a {
  text-decoration: none;
  color: inherit;
}

figure {
  margin: 0;
}
figure img {
  max-width: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

picture img {
  width: 100%;
}

p {
  margin: 0;
}

iframe {
  max-width: 100%;
}

*, *:active, *:focus {
  outline: none !important;
}

.menu-open,
.has-visible-map {
  overflow: hidden;
}

.has-explainer {
  scroll-snap-type: y;
}

@media (min-width: 768px) {
  .menu-open {
    overflow: unset;
  }
}
@font-face {
  font-family: "GT America";
  font-style: normal;
  font-weight: 400;
  src: url("../../fonts/GT-America-Standard-Regular.woff2") format("woff2"), url("../../fonts/GT-America-Standard-Regular.woff") format("woff"), url("../../fonts/GT-America-Standard-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "GT America";
  font-style: italic;
  font-weight: 400;
  src: url("../../fonts/GT-America-Standard-Regular-Italic.woff2") format("woff2"), url("../../fonts/GT-America-Standard-Regular-Italic.woff") format("woff"), url("fonts/GT-America-Standard-Regular-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "GT America";
  font-style: normal;
  font-weight: 500;
  src: url("../../fonts/GT-America-Standard-Medium.woff2") format("woff2"), url("../../fonts/GT-America-Standard-Medium.woff") format("woff"), url("../../fonts/GT-America-Standard-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "GT America";
  font-style: normal;
  font-weight: 700;
  src: url("../../fonts/GT-America-Standard-Bold.woff2") format("woff2"), url("../../fonts/GT-America-Standard-Bold.woff") format("woff"), url("../../fonts/GT-America-Standard-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Pano";
  font-style: normal;
  font-weight: 700;
  src: url("../../fonts/pano_bold.eot");
  src: url("../../fonts/pano_bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/pano_bold.woff2") format("woff2"), url("../../fonts/pano_bold.woff") format("woff");
}
@font-face {
  font-family: "sunlight-web24";
  src: url("../../fonts/sunlight-web24.eot?rlsic7");
  src: url("../../fonts/sunlight-web24.eot?rlsic7#iefix") format("embedded-opentype"), url("../../fonts/sunlight-web24.ttf?rlsic7") format("truetype"), url("../../fonts/sunlight-web24.woff?rlsic7") format("woff"), url("../../fonts/sunlight-web24.svg?rlsic7#sunlight-web23") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "sunlight-web24" !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-down-open-big:before {
  content: "\e800";
} /* '' */
.icon-up-open-big:before {
  content: "\e801";
} /* '' */
.icon-play-circled2:before {
  content: "\e802";
} /* '' */
.icon-play:before {
  content: "\e803";
} /* '' */
.icon-calendar:before {
  content: "\e804";
} /* '' */
.icon-right-open-big:before {
  content: "\e805";
} /* '' */
.icon-left-open-big:before {
  content: "\e806";
} /* '' */
.icon-wishlist-empty:before {
  content: "\e807";
} /* '' */
.icon-wishlist-filled:before {
  content: "\e808";
} /* '' */
.icon-wishlist-outline-filled:before {
  content: "\e809";
} /* '' */
.icon-pause:before {
  content: "\e80a";
} /* '' */
.icon-bullseye:before {
  content: "\e80e";
} /* '' */
.icon-globe:before {
  content: "\e80f";
} /* '' */
.icon-options:before {
  content: "\e810";
} /* '' */
.icon-rect:before {
  content: "\e83a";
} /* '' */
.icon-404:before {
  content: "\e83b";
} /* '' */
.icon-facebook-circled:before {
  content: "\e83c";
} /* '' */
.icon-instagram-1:before {
  content: "\e83d";
} /* '' */
.icon-linkedin:before {
  content: "\e83e";
} /* '' */
.icon-spotify:before {
  content: "\e83f";
} /* '' */
.icon-youtube:before {
  content: "\e840";
} /* '' */
.icon-navigations-pfeil:before {
  content: "\e849";
} /* '' */
.icon-hotel-bed:before {
  content: "\e84b";
} /* '' */
.icon-users:before {
  content: "\e84c";
} /* '' */
.icon-camera:before {
  content: "\e84d";
} /* '' */
.icon-sm_tiktok:before {
  content: "\e84e";
} /* '' */
.icon-minus:before {
  content: "\e84f";
} /* '' */
.icon-plus:before {
  content: "\e850";
} /* '' */
.icon-plus-circled:before {
  content: "\e851";
} /* '' */
.icon-wishlist-outline:before {
  content: "\e852";
} /* '' */
.icon-instagram-outline:before {
  content: "\e853";
} /* '' */
.icon-facebook-outline:before {
  content: "\e854";
} /* '' */
.icon-youtube-outline:before {
  content: "\e855";
} /* '' */
.icon-tiktok-outline:before {
  content: "\e856";
} /* '' */
.icon-spotify-outline:before {
  content: "\e857";
} /* '' */
.icon-linkedin-outline:before {
  content: "\e858";
} /* '' */
.icon-menu:before {
  content: "\e859";
} /* '' */
.icon-search-circled:before {
  content: "\e85a";
} /* '' */
.icon-pause-alt:before {
  content: "\e85d";
} /* '' */
.icon-close-alt:before {
  content: "\e85e";
} /* '' */
.icon-vertragspartner-alt:before {
  content: "\e860";
} /* '' */
.icon-show:before {
  content: "\e861";
} /* '' */
.icon-a-z:before {
  content: "\e900";
} /* '' */
.icon-burger:before {
  content: "\e901";
} /* '' */
.icon-camper-van:before {
  content: "\e902";
} /* '' */
.icon-cart:before {
  content: "\e903";
} /* '' */
.icon-check:before {
  content: "\e904";
} /* '' */
.icon-chevron-left-long:before {
  content: "\e905";
} /* '' */
.icon-chevron-left:before {
  content: "\e906";
} /* '' */
.icon-chevron-right-long:before {
  content: "\e907";
} /* '' */
.icon-chevron-right:before {
  content: "\e908";
} /* '' */
.icon-clock:before {
  content: "\e909";
} /* '' */
.icon-combi-gasheizung:before {
  content: "\e90a";
} /* '' */
.icon-compare:before {
  content: "\e90b";
} /* '' */
.icon-configurator:before {
  content: "\e90c";
} /* '' */
.icon-desert:before {
  content: "\e90d";
} /* '' */
.icon-direction:before {
  content: "\e90e";
} /* '' */
.icon-download:before {
  content: "\e90f";
} /* '' */
.icon-dropdown-arrow:before {
  content: "\e910";
} /* '' */
.icon-dropup-arrow:before {
  content: "\e911";
} /* '' */
.icon-email:before {
  content: "\e912";
} /* '' */
.icon-facebook:before {
  content: "\e913";
} /* '' */
.icon-filter:before {
  content: "\e914";
} /* '' */
.icon-flamm-gaskocher:before {
  content: "\e915";
} /* '' */
.icon-flamm-kocher:before {
  content: "\e916";
} /* '' */
.icon-floorplan:before {
  content: "\e917";
} /* '' */
.icon-fullscreen:before {
  content: "\e918";
} /* '' */
.icon-grab-actice:before {
  content: "\e919";
} /* '' */
.icon-grab-inactive:before {
  content: "\e91a";
} /* '' */
.icon-grundrisse:before {
  content: "\e91b";
} /* '' */
.icon-instagram:before {
  content: "\e91c";
} /* '' */
.icon-kochen:before {
  content: "\e91d";
} /* '' */
.icon-licht:before {
  content: "\e91e";
} /* '' */
.icon-link:before {
  content: "\e91f";
} /* '' */
.icon-list:before {
  content: "\e920";
} /* '' */
.icon-map:before {
  content: "\e921";
} /* '' */
.icon-my-location:before {
  content: "\e922";
} /* '' */
.icon-person:before {
  content: "\e923";
} /* '' */
.icon-print:before {
  content: "\e925";
} /* '' */
.icon-reisemobil:before {
  content: "\e926";
} /* '' */
.icon-schlafen:before {
  content: "\e927";
} /* '' */
.icon-schneidbrett:before {
  content: "\e928";
} /* '' */
.icon-scroll-down:before {
  content: "\e929";
} /* '' */
.icon-search:before {
  content: "\e92a";
} /* '' */
.icon-servicepartner:before {
  content: "\e92b";
} /* '' */
.icon-sitz-drehbar:before {
  content: "\e92c";
} /* '' */
.icon-sound-mute:before {
  content: "\e92d";
} /* '' */
.icon-sound-on:before {
  content: "\e92e";
} /* '' */
.icon-twitter:before {
  content: "\e92f";
} /* '' */
.icon-variobad:before {
  content: "\e930";
} /* '' */
.icon-vertragspartner:before {
  content: "\e931";
} /* '' */
.icon-video-play:before {
  content: "\e932";
} /* '' */
.icon-waschen:before {
  content: "\e933";
} /* '' */
.icon-wohnen:before {
  content: "\e934";
} /* '' */
.icon-x:before {
  content: "\e935";
} /* '' */
.icon-link-thin:before {
  content: "\e937";
} /* '' */
.icon-x-square:before {
  content: "\e938";
} /* '' */
.icon-renting:before {
  content: "\e939";
} /* '' */
.button,
.wizard input[type=submit],
.wizard__nav-next,
.wizard__nav-prev,
.wizard__step .form-block__upload-wrapper .cd-upload-btn,
.popup-gallery__trigger-link,
.highlights-slider__link,
input[type=submit],
.quick-form button[type=submit],
.quick-form input[type=submit] {
  font-family: "GT America";
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.25;
  text-transform: uppercase;
  align-items: center;
  background-color: transparent;
  border: 1px solid;
  border-radius: 3rem;
  color: #000000;
  cursor: pointer;
  display: flex;
  justify-content: center;
  min-height: 3rem;
  outline: 0;
  padding: 0 1.5rem;
  text-align: center;
}
.button--large,
.wizard input[type=submit],
.wizard__nav-next,
.wizard__nav-prev,
.highlights-slider__link,
.quick-form button[type=submit],
.quick-form input[type=submit] {
  font-family: "GT America";
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.33;
  text-transform: uppercase;
  border-radius: 4rem;
  min-height: 4rem;
}
.button:hover, .button:focus, .button:active,
.wizard__nav-next:hover,
.wizard__nav-prev:hover,
.wizard__step .form-block__upload-wrapper .cd-upload-btn:hover,
.popup-gallery__trigger-link:hover,
.highlights-slider__link:hover,
input[type=submit]:hover,
.quick-form button[type=submit]:hover,
.wizard__nav-next:focus,
.wizard__nav-prev:focus,
.wizard__step .form-block__upload-wrapper .cd-upload-btn:focus,
.popup-gallery__trigger-link:focus,
.highlights-slider__link:focus,
input[type=submit]:focus,
.quick-form button[type=submit]:focus,
.wizard__nav-next:active,
.wizard__nav-prev:active,
.wizard__step .form-block__upload-wrapper .cd-upload-btn:active,
.popup-gallery__trigger-link:active,
.highlights-slider__link:active,
input[type=submit]:active,
.quick-form button[type=submit]:active {
  background-color: #000000;
  border-color: #000000;
  color: #FFFFFF;
}
.button:disabled, .button.disabled,
.wizard__nav-next:disabled,
.wizard__nav-prev:disabled,
.wizard__step .form-block__upload-wrapper .cd-upload-btn:disabled,
.popup-gallery__trigger-link:disabled,
.highlights-slider__link:disabled,
input[type=submit]:disabled,
.quick-form button[type=submit]:disabled,
.disabled.wizard__nav-next,
.disabled.wizard__nav-prev,
.wizard__step .form-block__upload-wrapper .disabled.cd-upload-btn,
.disabled.popup-gallery__trigger-link,
.disabled.highlights-slider__link,
input.disabled[type=submit],
.quick-form button.disabled[type=submit] {
  color: rgba(0, 0, 0, 0.5);
  cursor: no-drop;
}
.button--primary, .button--black {
  background-color: #000000;
  border-color: #000000;
  color: #FFFFFF;
}
.button--primary:disabled, .button--primary.disabled, .button--black:disabled, .button--black.disabled {
  background-color: #989898;
  color: rgba(255, 255, 255, 0.5);
}
.button--primary:hover, .button--primary:focus, .button--primary:active, .button--black:hover, .button--black:focus, .button--black:active {
  background-color: rgb(43.35, 43.35, 43.35);
  border-color: rgb(43.35, 43.35, 43.35);
  color: #FFFFFF;
}
.button--arrow::after,
.wizard input[type=submit]::after,
.wizard__nav-next::after,
.wizard__nav-prev::after,
.highlights-slider__link::after,
.quick-form button[type=submit]::after,
.quick-form input[type=submit]::after {
  content: "\e907";
  font-family: "sunlight-web24";
  font-size: 2em;
  margin-left: 1rem;
  margin-right: -0.2em;
}
.button--gray,
.highlights-slider__link {
  background-color: #B2A29E;
  border-color: #B2A29E;
  color: #000000;
}
.button--gray:disabled, .button--gray.disabled,
.highlights-slider__link:disabled,
.disabled.highlights-slider__link {
  background-color: rgb(155.4310344828, 134.7413793103, 129.5689655172);
  color: rgba(0, 0, 0, 0.5);
}
.button--gray:hover, .button--gray:focus, .button--gray:active,
.highlights-slider__link:hover,
.highlights-slider__link:focus,
.highlights-slider__link:active {
  background-color: rgb(193.7982758621, 181.0810344828, 177.9017241379);
  border-color: rgb(193.7982758621, 181.0810344828, 177.9017241379);
  color: #000000;
}
.button--olive {
  background-color: #44483C;
  border-color: #44483C;
  color: #FFFFFF;
}
.button--olive:disabled, .button--olive.disabled {
  background-color: #36382D;
  color: rgba(0, 0, 0, 0.5);
}
.button--olive:hover, .button--olive:focus, .button--olive:active {
  background-color: rgb(86.3909090909, 91.4727272727, 76.2272727273);
  border-color: rgb(86.3909090909, 91.4727272727, 76.2272727273);
  color: #FFFFFF;
}
.button--lava {
  background-color: #564038;
  border-color: #564038;
  color: #FFFFFF;
}
.button--lava:disabled, .button--lava.disabled {
  background-color: rgb(55.1126760563, 41.014084507, 35.8873239437);
  color: rgba(255, 255, 255, 0.5);
}
.button--lava:hover, .button--lava:focus, .button--lava:active {
  background-color: rgb(107.6211267606, 80.0901408451, 70.0788732394);
  border-color: rgb(107.6211267606, 80.0901408451, 70.0788732394);
  color: #FFFFFF;
}
.button--white,
.wizard input[type=submit],
.wizard__nav-next,
.wizard__nav-prev {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #000000;
}
.button--white:disabled, .button--white.disabled,
.wizard input[type=submit]:disabled,
.wizard__nav-next:disabled,
.wizard__nav-prev:disabled,
.wizard input.disabled[type=submit],
.disabled.wizard__nav-next,
.disabled.wizard__nav-prev {
  background-color: rgba(255, 255, 255, 0.5);
  color: rgba(0, 0, 0, 0.5);
}
.button--white:hover, .button--white:focus, .button--white:active,
.wizard input[type=submit]:hover,
.wizard__nav-next:hover,
.wizard__nav-prev:hover,
.wizard input[type=submit]:focus,
.wizard__nav-next:focus,
.wizard__nav-prev:focus,
.wizard input[type=submit]:active,
.wizard__nav-next:active,
.wizard__nav-prev:active {
  background-color: #F7F7F7;
  border-color: #F7F7F7;
  color: #000000;
}
.button--inverted,
.text-block--bg-olive .text-block__link,
.text-block--bg-lava .text-block__link,
.text-block--bg-gray .text-block__link,
.text-block--bg-black .text-block__link,
.text-block--bg-gray-darkest .text-block__link,
.image-with-text--bg-olive .image-with-text__link,
.image-with-text--bg-lava .image-with-text__link,
.image-with-text--bg-gray .image-with-text__link,
.image-with-text--bg-black .image-with-text__link,
.image-with-text--bg-gray-darkest .image-with-text__link,
.quick-form button[type=submit],
.quick-form input[type=submit] {
  color: #FFFFFF;
}
.button--inverted.button--primary,
.text-block--bg-olive .button--primary.text-block__link,
.text-block--bg-lava .button--primary.text-block__link,
.text-block--bg-gray .button--primary.text-block__link,
.text-block--bg-black .button--primary.text-block__link,
.text-block--bg-gray-darkest .button--primary.text-block__link,
.image-with-text--bg-olive .button--primary.image-with-text__link,
.image-with-text--bg-lava .button--primary.image-with-text__link,
.image-with-text--bg-gray .button--primary.image-with-text__link,
.image-with-text--bg-black .button--primary.image-with-text__link,
.image-with-text--bg-gray-darkest .button--primary.image-with-text__link,
.quick-form button.button--primary[type=submit],
.quick-form input.button--primary[type=submit] {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #000000;
}
.button--inverted.button--primary:disabled, .button--inverted.button--primary.disabled,
.text-block--bg-olive .button--primary.text-block__link:disabled,
.text-block--bg-lava .button--primary.text-block__link:disabled,
.text-block--bg-gray .button--primary.text-block__link:disabled,
.text-block--bg-black .button--primary.text-block__link:disabled,
.text-block--bg-gray-darkest .button--primary.text-block__link:disabled,
.image-with-text--bg-olive .button--primary.image-with-text__link:disabled,
.image-with-text--bg-lava .button--primary.image-with-text__link:disabled,
.image-with-text--bg-gray .button--primary.image-with-text__link:disabled,
.image-with-text--bg-black .button--primary.image-with-text__link:disabled,
.image-with-text--bg-gray-darkest .button--primary.image-with-text__link:disabled,
.quick-form button.button--primary[type=submit]:disabled,
.quick-form input.button--primary[type=submit]:disabled,
.text-block--bg-olive .button--primary.disabled.text-block__link,
.text-block--bg-lava .button--primary.disabled.text-block__link,
.text-block--bg-gray .button--primary.disabled.text-block__link,
.text-block--bg-black .button--primary.disabled.text-block__link,
.text-block--bg-gray-darkest .button--primary.disabled.text-block__link,
.image-with-text--bg-olive .button--primary.disabled.image-with-text__link,
.image-with-text--bg-lava .button--primary.disabled.image-with-text__link,
.image-with-text--bg-gray .button--primary.disabled.image-with-text__link,
.image-with-text--bg-black .button--primary.disabled.image-with-text__link,
.image-with-text--bg-gray-darkest .button--primary.disabled.image-with-text__link,
.quick-form button.button--primary.disabled[type=submit],
.quick-form input.button--primary.disabled[type=submit] {
  background-color: rgba(255, 255, 255, 0.5);
  color: rgba(0, 0, 0, 0.5);
}
.button--inverted.button--primary:hover, .button--inverted.button--primary:focus, .button--inverted.button--primary:active,
.text-block--bg-olive .button--primary.text-block__link:hover,
.text-block--bg-lava .button--primary.text-block__link:hover,
.text-block--bg-gray .button--primary.text-block__link:hover,
.text-block--bg-black .button--primary.text-block__link:hover,
.text-block--bg-gray-darkest .button--primary.text-block__link:hover,
.image-with-text--bg-olive .button--primary.image-with-text__link:hover,
.image-with-text--bg-lava .button--primary.image-with-text__link:hover,
.image-with-text--bg-gray .button--primary.image-with-text__link:hover,
.image-with-text--bg-black .button--primary.image-with-text__link:hover,
.image-with-text--bg-gray-darkest .button--primary.image-with-text__link:hover,
.quick-form button.button--primary[type=submit]:hover,
.quick-form input.button--primary[type=submit]:hover,
.text-block--bg-olive .button--primary.text-block__link:focus,
.text-block--bg-lava .button--primary.text-block__link:focus,
.text-block--bg-gray .button--primary.text-block__link:focus,
.text-block--bg-black .button--primary.text-block__link:focus,
.text-block--bg-gray-darkest .button--primary.text-block__link:focus,
.image-with-text--bg-olive .button--primary.image-with-text__link:focus,
.image-with-text--bg-lava .button--primary.image-with-text__link:focus,
.image-with-text--bg-gray .button--primary.image-with-text__link:focus,
.image-with-text--bg-black .button--primary.image-with-text__link:focus,
.image-with-text--bg-gray-darkest .button--primary.image-with-text__link:focus,
.quick-form button.button--primary[type=submit]:focus,
.quick-form input.button--primary[type=submit]:focus,
.text-block--bg-olive .button--primary.text-block__link:active,
.text-block--bg-lava .button--primary.text-block__link:active,
.text-block--bg-gray .button--primary.text-block__link:active,
.text-block--bg-black .button--primary.text-block__link:active,
.text-block--bg-gray-darkest .button--primary.text-block__link:active,
.image-with-text--bg-olive .button--primary.image-with-text__link:active,
.image-with-text--bg-lava .button--primary.image-with-text__link:active,
.image-with-text--bg-gray .button--primary.image-with-text__link:active,
.image-with-text--bg-black .button--primary.image-with-text__link:active,
.image-with-text--bg-gray-darkest .button--primary.image-with-text__link:active,
.quick-form button.button--primary[type=submit]:active,
.quick-form input.button--primary[type=submit]:active {
  background-color: #F7F7F7;
  border-color: #F7F7F7;
  color: #000000;
}
.button--inverted:disabled, .button--inverted.disabled,
.text-block--bg-olive .text-block__link:disabled,
.text-block--bg-lava .text-block__link:disabled,
.text-block--bg-gray .text-block__link:disabled,
.text-block--bg-black .text-block__link:disabled,
.text-block--bg-gray-darkest .text-block__link:disabled,
.image-with-text--bg-olive .image-with-text__link:disabled,
.image-with-text--bg-lava .image-with-text__link:disabled,
.image-with-text--bg-gray .image-with-text__link:disabled,
.image-with-text--bg-black .image-with-text__link:disabled,
.image-with-text--bg-gray-darkest .image-with-text__link:disabled,
.quick-form button[type=submit]:disabled,
.quick-form input[type=submit]:disabled,
.text-block--bg-olive .disabled.text-block__link,
.text-block--bg-lava .disabled.text-block__link,
.text-block--bg-gray .disabled.text-block__link,
.text-block--bg-black .disabled.text-block__link,
.text-block--bg-gray-darkest .disabled.text-block__link,
.image-with-text--bg-olive .disabled.image-with-text__link,
.image-with-text--bg-lava .disabled.image-with-text__link,
.image-with-text--bg-gray .disabled.image-with-text__link,
.image-with-text--bg-black .disabled.image-with-text__link,
.image-with-text--bg-gray-darkest .disabled.image-with-text__link,
.quick-form button.disabled[type=submit],
.quick-form input.disabled[type=submit] {
  color: rgba(255, 255, 255, 0.5);
}
.button--inverted:hover, .button--inverted:focus, .button--inverted:active,
.text-block--bg-olive .text-block__link:hover,
.text-block--bg-lava .text-block__link:hover,
.text-block--bg-gray .text-block__link:hover,
.text-block--bg-black .text-block__link:hover,
.text-block--bg-gray-darkest .text-block__link:hover,
.image-with-text--bg-olive .image-with-text__link:hover,
.image-with-text--bg-lava .image-with-text__link:hover,
.image-with-text--bg-gray .image-with-text__link:hover,
.image-with-text--bg-black .image-with-text__link:hover,
.image-with-text--bg-gray-darkest .image-with-text__link:hover,
.quick-form button[type=submit]:hover,
.quick-form input[type=submit]:hover,
.text-block--bg-olive .text-block__link:focus,
.text-block--bg-lava .text-block__link:focus,
.text-block--bg-gray .text-block__link:focus,
.text-block--bg-black .text-block__link:focus,
.text-block--bg-gray-darkest .text-block__link:focus,
.image-with-text--bg-olive .image-with-text__link:focus,
.image-with-text--bg-lava .image-with-text__link:focus,
.image-with-text--bg-gray .image-with-text__link:focus,
.image-with-text--bg-black .image-with-text__link:focus,
.image-with-text--bg-gray-darkest .image-with-text__link:focus,
.quick-form button[type=submit]:focus,
.quick-form input[type=submit]:focus,
.text-block--bg-olive .text-block__link:active,
.text-block--bg-lava .text-block__link:active,
.text-block--bg-gray .text-block__link:active,
.text-block--bg-black .text-block__link:active,
.text-block--bg-gray-darkest .text-block__link:active,
.image-with-text--bg-olive .image-with-text__link:active,
.image-with-text--bg-lava .image-with-text__link:active,
.image-with-text--bg-gray .image-with-text__link:active,
.image-with-text--bg-black .image-with-text__link:active,
.image-with-text--bg-gray-darkest .image-with-text__link:active,
.quick-form button[type=submit]:active,
.quick-form input[type=submit]:active {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #000000;
}

@media (min-width: 768px) {
  .button,
  .wizard input[type=submit],
  .wizard__nav-next,
  .wizard__nav-prev,
  .wizard__step .form-block__upload-wrapper .cd-upload-btn,
  .popup-gallery__trigger-link,
  .highlights-slider__link,
  input[type=submit],
  .quick-form button[type=submit],
  .quick-form input[type=submit] {
    font-family: "GT America";
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1.25;
    text-transform: uppercase;
  }
  .button--large,
  .wizard input[type=submit],
  .wizard__nav-next,
  .wizard__nav-prev,
  .highlights-slider__link,
  .quick-form button[type=submit],
  .quick-form input[type=submit] {
    font-family: "GT America";
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1.22;
    text-transform: uppercase;
    border-radius: 4.5rem;
    min-height: 4.5rem;
    padding: 0 3rem;
    width: auto;
  }
}
.editor-styles h2, .editor-styles__h2 {
  font-family: "Pano";
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.27;
  margin: 0 0 2rem;
}
.editor-styles h3, .editor-styles__h3 {
  font-family: "Pano";
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.27;
  margin: 0 0 2rem;
}
.editor-styles h4, .editor-styles__h4 {
  font-family: "Pano";
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 1rem;
}
.editor-styles h5, .editor-styles__h5 {
  font-family: "Pano";
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
}
.editor-styles h6, .editor-styles__h6 {
  font-family: "Pano";
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
}
.editor-styles p, .editor-styles__copy {
  font-family: "GT America";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.33;
}
.editor-styles__preheading {
  font-family: "Pano";
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.25;
}

@media screen and (min-width: 768px) {
  .editor-styles h2, .editor-styles__h2 {
    font-family: "Pano";
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.25;
  }
  .editor-styles h3, .editor-styles__h3 {
    font-family: "Pano";
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.25;
  }
  .editor-styles h4, .editor-styles__h4 {
    font-family: "Pano";
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.5;
  }
  .editor-styles h5, .editor-styles__h5 {
    font-family: "Pano";
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.28;
  }
  .editor-styles h6, .editor-styles__h6 {
    font-family: "Pano";
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.25;
  }
  .editor-styles p, .editor-styles__copy {
    font-family: "GT America";
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.25;
  }
  .editor-styles__preheading {
    font-family: "Pano";
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1.25;
  }
}
.quick-form {
  align-items: stretch;
  display: flex;
  justify-content: flex-start;
}
.quick-form label {
  max-width: 30rem;
  width: calc(100% - 6.3rem);
}
.quick-form input[type=text],
.quick-form input[type=search],
.quick-form input[type=email],
.quick-form input[type=date],
.quick-form input[type=url] {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right: none;
  border-color: #FFFFFF;
  color: #FFFFFF;
  height: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
}
.quick-form input[type=text]::placeholder,
.quick-form input[type=search]::placeholder,
.quick-form input[type=email]::placeholder,
.quick-form input[type=date]::placeholder,
.quick-form input[type=url]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FFFFFF;
}
.quick-form input[type=text]:-ms-input-placeholder,
.quick-form input[type=search]:-ms-input-placeholder,
.quick-form input[type=email]:-ms-input-placeholder,
.quick-form input[type=date]:-ms-input-placeholder,
.quick-form input[type=url]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #FFFFFF;
}
.quick-form input[type=text]::-ms-input-placeholder,
.quick-form input[type=search]::-ms-input-placeholder,
.quick-form input[type=email]::-ms-input-placeholder,
.quick-form input[type=date]::-ms-input-placeholder,
.quick-form input[type=url]::-ms-input-placeholder { /* Microsoft Edge */
  color: #FFFFFF;
}
.quick-form button[type=submit],
.quick-form input[type=submit] {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-top: 0;
  min-height: 4.6rem;
}
.quick-form--dark input[type=text],
.quick-form--dark input[type=search],
.quick-form--dark input[type=email],
.quick-form--dark input[type=date] {
  border-color: #000000;
  color: #000000;
}
.quick-form--dark input[type=text]::placeholder,
.quick-form--dark input[type=search]::placeholder,
.quick-form--dark input[type=email]::placeholder,
.quick-form--dark input[type=date]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000000;
}
.quick-form--dark input[type=text]:-ms-input-placeholder,
.quick-form--dark input[type=search]:-ms-input-placeholder,
.quick-form--dark input[type=email]:-ms-input-placeholder,
.quick-form--dark input[type=date]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000000;
}
.quick-form--dark input[type=text]::-ms-input-placeholder,
.quick-form--dark input[type=search]::-ms-input-placeholder,
.quick-form--dark input[type=email]::-ms-input-placeholder,
.quick-form--dark input[type=date]::-ms-input-placeholder { /* Microsoft Edge */
  color: #000000;
}
.quick-form--dark button[type=submit] {
  background-color: transparent;
  border-color: #000000;
  color: #000000;
}
.quick-form--dark button[type=submit]:hover, .quick-form--dark button[type=submit]:focus, .quick-form--dark button[type=submit]:active {
  background-color: #000000;
  border-color: #000000;
  color: #FFFFFF;
}

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

button, input, optgroup, select, textarea {
  -webkit-border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input::placeholder, select::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #2F2F2F;
  opacity: 1; /* Firefox */
}
input:-ms-input-placeholder, select:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #2F2F2F;
}
input::-ms-input-placeholder, select::-ms-input-placeholder { /* Microsoft Edge */
  color: #2F2F2F;
}

textarea {
  font-family: "GT America";
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.25;
  color: #000000;
}
textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #2F2F2F;
  opacity: 1; /* Firefox */
}
textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #2F2F2F;
}
textarea::-ms-input-placeholder { /* Microsoft Edge */
  color: #2F2F2F;
}

textarea {
  font-family: "GT America";
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.75;
  background-color: #FFFFFF;
  border: 1px solid #000000;
  border-radius: 4.5rem;
  display: block;
  margin-bottom: 2.4rem;
  min-height: 7rem;
  padding: 0.9rem 1.7rem;
  width: 100%;
}

textarea:focus, input:focus {
  outline: none;
}

*:focus {
  outline: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=date],
input[type=url] {
  font-family: "GT America";
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.75;
  background-color: transparent;
  border: 1px solid #000000;
  border-radius: 4.5rem;
  color: #000000;
  display: block;
  min-height: 4.5rem;
  margin-bottom: 2.4rem;
  padding: 0.8rem 1.7rem;
  width: 100%;
}

.form-block__headline {
  font-family: "Pano";
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.27;
  margin-bottom: 2.4rem;
}

input[type=checkbox] + label {
  color: #000000;
  display: block;
  margin-left: 1.2em;
  position: relative;
}

input[type=checkbox] + label:before {
  background: transparent;
  border: 1px solid #000000;
  content: "";
  display: inline-block;
  height: 0.8em;
  left: -1.2em;
  margin-right: 10px;
  position: absolute;
  top: 0.3em;
  vertical-align: text-top;
  width: 0.8em;
  z-index: 1;
}

input[type=checkbox]:checked + label:after {
  font-family: "sunlight-web24";
  content: "";
  color: #000000;
  font-size: 0.6em;
  height: 100%;
  left: -1.75em;
  position: absolute;
  top: 0.5em;
  z-index: 1;
}

input[type=submit] {
  margin-top: 3rem;
}
input[type=submit]:hover, input[type=submit]:focus, input[type=submit]:active {
  background-color: transparent;
  color: #000000;
}

@media (min-width: 768px) {
  .form-block__headline {
    font-family: "Pano";
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.25;
  }
}
.lazyloading,
.lazyload {
  opacity: 0;
}

.visually-hidden,
.social-media__item span,
.quick-links__trigger span,
.header__menu-trigger span,
.header__wishlist-trigger span,
.header__search-trigger span,
.footer .form-block.newsletter button span,
.footer .form-block.newsletter .form-block__item-label span,
.footer .form-block.newsletter .form-block__item-label abbr,
.form-block--compact .form-block__form label.error,
.form-block--short .form-block__form label.error,
.basic-video__control span,
.basic-image__control span,
span.label {
  display: block;
  height: 0;
  left: -999em;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0;
}

.expand-background {
  position: relative;
}
.expand-background:before {
  background-color: inherit;
  bottom: 0;
  content: "";
  position: absolute;
  left: -999em;
  top: 0;
  width: 999em;
}
.expand-background:after {
  background-color: inherit;
  bottom: 0;
  content: "";
  height: auto;
  overflow: hidden;
  position: absolute;
  right: -999em;
  top: 0;
  visibility: visible;
  width: 999em;
}

.basic-image {
  position: relative;
}
.basic-image__figure {
  margin: 0;
}
.basic-image__figure picture {
  display: flex;
}
.basic-image__figure img {
  height: auto;
  max-width: 100%;
}
.basic-image__link {
  font-family: "Pano";
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.25;
  align-items: center;
  background-color: transparent;
  border: 2px solid;
  border-radius: 4rem;
  bottom: 2rem;
  color: #fff;
  display: flex;
  left: 2rem;
  line-height: 1;
  margin: auto;
  min-height: 3rem;
  max-width: 100%;
  padding: 0 1.5rem 0.1em;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  z-index: 0;
}
.basic-image__link::before {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: inherit;
  bottom: 0;
  content: "";
  backdrop-filter: blur(5px);
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.basic-image span.basic-image__link {
  cursor: default;
}
.basic-image__controls {
  display: flex;
  position: absolute;
  right: 2rem;
  top: 2rem;
}
.basic-image__control {
  align-items: center;
  background-color: transparent;
  border: 2px solid;
  border-radius: 100%;
  color: #FFFFFF;
  display: flex;
  height: 3rem;
  justify-content: center;
  margin-left: 1rem;
  width: 3rem;
}
.basic-image__control::before {
  content: "";
  font-family: "sunlight-web24";
  font-size: 1.5em;
  line-height: 1;
}
.basic-image__control--fullscreen::before {
  content: "\e850";
  font-weight: 700;
}
.basic-image.is-fullscreen .basic-image__control--fullscreen::before {
  content: "\e84f";
  z-index: 1;
}
.basic-image.is-fullscreen .basic-image__control--fullscreen::after {
  bottom: 0;
  content: "";
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.basic-image.is-fullscreen .basic-image__image {
  bottom: 0;
  left: 0;
  height: auto;
  position: fixed;
  right: 0;
  top: 0;
  width: auto;
  z-index: 999;
}
.basic-image.is-fullscreen .basic-image__image picture {
  display: inline;
}
.basic-image.is-fullscreen .basic-image__image img {
  background-color: rgba(0, 0, 0, 0.9);
  height: 100%;
  object-fit: contain;
  width: 100%;
}

@media (min-width: 768px) {
  .basic-image__link {
    font-family: "Pano";
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.25;
    text-transform: none;
    min-height: 3.5rem;
  }
}
.basic-video {
  align-items: center;
  display: flex;
  position: relative;
}
.basic-video__video-wrapper {
  background-color: #000000;
  display: flex;
  height: 0;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
.basic-video__video-wrapper video,
.basic-video__video-wrapper iframe,
.basic-video__video-wrapper .basic-video__video-container {
  height: 100%;
  left: 0;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}
.basic-video__placeholder {
  background-color: #000000;
  height: 100%;
  position: absolute;
  width: 100%;
}
.basic-video__placeholder img {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.basic-video__fallback-message {
  background-color: #FFFFFF;
  color: #000000;
  display: block;
  font-size: 1.8rem;
  height: auto;
  left: 50%;
  line-height: 2.5rem;
  margin: 0;
  padding: 6rem;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  z-index: 0;
}
.basic-video__controls {
  display: flex;
  position: absolute;
  right: 2rem;
  top: 2rem;
}
.basic-video__control {
  align-items: center;
  background-color: transparent;
  border: 2px solid;
  border-radius: 100%;
  color: #FFFFFF;
  display: flex;
  height: 3rem;
  justify-content: center;
  margin-left: 1rem;
  width: 3rem;
}
.basic-video__control::before {
  content: "";
  font-family: "sunlight-web24";
  font-size: 1.5em;
  line-height: 1;
}
.basic-video__control--sound::before {
  content: "\e92d";
  font-size: 2.5em;
}
.basic-video__control--fullscreen::before {
  content: "\e850";
  font-weight: 700;
}
.basic-video.is-unmuted .basic-video__control--sound::before {
  content: "\e92e";
}
.basic-video.is-fullscreen .basic-video__control--fullscreen::before {
  content: "\e84f";
}

.hcard-block {
  margin-bottom: 6rem;
  position: relative;
  text-align: left;
}
.hcard-block__container {
  font-family: "GT America";
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.25;
  background-color: #DEE0D9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 20rem;
  padding: 3rem;
}
.hcard-block__fields {
  margin-bottom: 1.5rem;
}
.hcard-block__fields > * {
  margin-bottom: 1.5rem;
}
.hcard-block__summary {
  margin-bottom: 1.5rem;
}
.hcard-block__headline {
  font-family: "Pano";
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.25;
  hyphens: auto;
  margin: 0 auto 0.5rem;
}
.hcard-block__logo img {
  max-width: 16rem;
  width: 100%;
}
.hcard-block .button {
  display: inline-flex;
  margin-bottom: 1rem;
  margin-right: 1rem;
}
.hcard-block .button:last-child {
  margin-bottom: 0;
  margin-right: 0;
}
.hcard-block--event .hcard-block__container {
  background-color: transparent;
  padding: 6rem 0 0 0;
}
.hcard-block--event .hcard-block__headline {
  display: none;
}
.hcard-block--selection {
  height: 100%;
  margin-bottom: 0;
}
.hcard-block--selection .hcard-block__container {
  font-family: "GT America";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.33;
  background-color: #B2B3AC;
  border: 1px solid #DEE0D9;
  height: 100%;
  justify-content: space-between;
  min-height: 20rem;
  padding: 3rem;
}
.hcard-block--selection .hcard-block__fields {
  height: 100%;
}
.hcard-block--selection .hcard-block__company {
  font-family: "Pano";
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.25;
}
.hcard-block--selection .hcard-block__ctas {
  width: 100%;
}
.hcard-block--selection .hcard-block__cta::before, .hcard-block--selection .hcard-block__cta::after {
  display: none;
}
.hcard-block--selection:not(:has(.hcard-block__cta)) .hcard-block__fields {
  margin: 0;
}
.hcard-block--selection:not(:has(.hcard-block__cta)) .hcard-block__fields > * {
  margin: 0;
}
.hcard-block .hide-number i {
  display: inline-flex;
  margin-right: 0.5rem;
}

.intro + .hcard-block {
  margin-top: -6rem;
}

@media (min-width: 768px) {
  .hcard-block {
    text-align: center;
  }
  .hcard-block__container {
    font-family: "GT America";
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.25;
    min-height: 30rem;
    padding: 6rem;
  }
  .hcard-block__fields {
    margin-bottom: 3rem;
  }
  .hcard-block__fields > * {
    margin-bottom: 3rem;
  }
  .hcard-block__summary {
    margin-bottom: 3rem;
  }
  .hcard-block__headline {
    font-family: "Pano";
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 1.3rem;
  }
  .hcard-block .button {
    margin-bottom: 0;
    margin-right: 2rem;
  }
  .hcard-block .button:last-child {
    margin-right: 0;
  }
  .hcard-block--event {
    padding-top: 6rem;
    text-align: left;
  }
  .hcard-block--event .hcard-block__fields {
    justify-content: space-between;
  }
  .hcard-block--selection .hcard-block__container {
    font-family: "GT America";
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.25;
  }
  .hcard-block--selection .hcard-block__header,
  .hcard-block--selection .hcard-block__summary,
  .hcard-block--selection .hcard-block__fields {
    justify-content: center;
  }
  .hcard-block--selection .hcard-block__company {
    font-family: "Pano";
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.5;
  }
  .hcard-block--selection .hcard-block__cta::before, .hcard-block--selection .hcard-block__cta::after {
    display: none;
  }
}
@media (min-width: 992px) {
  .hcard-block {
    margin-bottom: 12rem;
  }
  .hcard-block--selection {
    margin-bottom: 0;
  }
  .intro + .hcard-block {
    margin-top: -12rem;
  }
}
.service-teaser {
  background-color: #44483C;
  color: #FFFFFF;
  height: 100%;
  min-height: 20rem;
  padding: 3rem;
  position: relative;
  text-align: left;
}
.service-teaser__container {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.service-teaser__headline {
  font-family: "Pano";
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.27;
  color: #FFFFFF;
  margin-bottom: 2rem;
}
.service-teaser__headline sup {
  font-family: "Pano";
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.25;
  display: block;
  top: auto;
}
.service-teaser__preheading {
  font-family: "Pano";
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.25;
  display: block;
  margin-bottom: 1rem;
}
.service-teaser__description {
  font-family: "GT America";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.33;
  margin-bottom: 2rem;
}
.service-teaser__image {
  align-items: flex-end;
  bottom: -3rem;
  display: flex;
  height: 100%;
  justify-content: flex-end;
  margin: 0;
  max-height: 14rem;
  max-width: 20rem;
  position: relative;
  right: -3rem;
  width: 100%;
}
.service-teaser__image picture, .service-teaser__image img {
  height: 100%;
  object-fit: contain;
  object-position: bottom right;
  width: 100%;
}
.service-teaser--with-image .service-teaser__cta-wrapper {
  align-items: flex-end;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 100%;
}
.service-teaser--with-background-image {
  z-index: 1;
}
.service-teaser--with-background-image .service-teaser__image {
  bottom: 0;
  height: 100%;
  left: 0;
  max-height: unset;
  max-width: unset;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
.service-teaser--with-background-image .service-teaser__image picture, .service-teaser--with-background-image .service-teaser__image img {
  object-fit: cover;
  object-position: center;
}
.service-teaser--with-background-image .service-teaser__cta-wrapper {
  flex-direction: row;
}
.service-teaser--with-input .service-teaser__container {
  align-items: stretch;
}
.service-teaser--lava {
  background-color: #564038;
}
.service-teaser--gray {
  background-color: #B2A29E;
}
.service-teaser--darkest-gray {
  background-color: #383838;
}
.service-teaser--black {
  background-color: #000000;
}
.service-teaser--about {
  background-image: url(../../img/logo-icon-black.svg);
  background-position: top center;
  background-size: 90% auto;
  background-repeat: no-repeat;
}
.service-teaser--newsletter {
  background-image: url("../../img/background-outdoor-bw.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
}
.service-teaser--dealer-search .service-teaser__headline::before {
  aspect-ratio: 168/102;
  background-image: url(../../img/map.svg);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  height: 80%;
  right: -10%;
  max-width: 60rem;
  opacity: 0.1;
  pointer-events: none;
  position: absolute;
  width: auto;
}
.service-teaser--configurator .service-teaser__headline::before {
  aspect-ratio: 133/99;
  background-image: url(../../img/config.svg);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  height: 80%;
  right: -17%;
  max-width: 60rem;
  opacity: 0.1;
  pointer-events: none;
  position: absolute;
  width: auto;
}

@media (min-width: 768px) {
  .service-teaser {
    min-height: 33vh;
  }
  .service-teaser__headline {
    font-family: "Pano";
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.25;
  }
  .service-teaser__headline sup {
    font-family: "Pano";
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.5;
  }
  .service-teaser__preheading {
    font-family: "Pano";
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.25;
    text-transform: none;
    margin-bottom: 2rem;
  }
  .service-teaser__description {
    font-family: "GT America";
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 1.25;
  }
  .service-teaser__image {
    bottom: -3rem;
    max-height: 40rem;
    max-width: 50rem;
    position: absolute;
    z-index: -1;
  }
  .service-teaser--with-image .service-teaser__cta-wrapper {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .service-teaser--dealer-search .service-teaser__headline, .service-teaser--configurator .service-teaser__headline {
    display: flex;
  }
  .service-teaser--dealer-search .service-teaser__headline::before, .service-teaser--configurator .service-teaser__headline::before {
    background-position: center;
    bottom: unset;
    display: block;
    height: 10rem;
    margin: 1rem 4rem 0 0;
    right: unset;
    opacity: 1;
    position: relative;
    width: auto;
  }
}
@media (min-width: 1600px) {
  .service-teaser__image {
    max-height: 20rem;
    max-width: 30rem;
  }
}
@media (min-width: 1920px) {
  .service-teaser__image {
    max-height: 30rem;
    max-width: 40rem;
  }
}
.form-block {
  background-color: #DEE0D9;
  margin-bottom: 6rem;
  padding-bottom: 6rem;
  padding-top: 6rem;
  overflow: hidden;
  position: relative;
}
.form-block__header {
  margin-bottom: 3rem;
  position: relative;
}
.form-block__image {
  margin-bottom: 3rem;
  margin-top: -6rem;
  width: 100%;
}
.form-block__headline {
  font-family: "Pano";
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.33;
  display: block;
  hyphens: auto;
  margin: 0 0 1rem;
  max-width: 100rem;
}
.form-block__subheadline {
  font-family: "Pano";
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.27;
  display: block;
  margin: 2rem 0 1rem;
  max-width: 100rem;
}
.form-block__subheadline + .form-block__text {
  margin: 0 0 2rem;
}
.form-block__text {
  font-family: "GT America";
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.25;
  margin: 0 0 1rem;
}
.form-block__form .row {
  align-items: flex-end;
}
.form-block__form input:not(input[type=submit]),
.form-block__form select,
.form-block__form textarea {
  font-family: "GT America";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.33;
  background-color: #FFFFFF;
  border-color: #DEE0D9;
  border-radius: 0;
  height: 5.7rem;
  line-height: 5.7rem;
  margin-bottom: 3.3rem;
  margin-top: 1.4rem;
  padding: 0 1.5rem;
}
.form-block__form input:not(input[type=submit])::placeholder,
.form-block__form select::placeholder,
.form-block__form textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(0, 0, 0, 0.25);
}
.form-block__form input:not(input[type=submit]):-ms-input-placeholder,
.form-block__form select:-ms-input-placeholder,
.form-block__form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(0, 0, 0, 0.25);
}
.form-block__form input:not(input[type=submit])::-ms-input-placeholder,
.form-block__form select::-ms-input-placeholder,
.form-block__form textarea::-ms-input-placeholder { /* Microsoft Edge */
  color: rgba(0, 0, 0, 0.25);
}
.form-block__form label {
  font-family: "GT America";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.33;
}
.form-block__form .select-wrapper {
  flex-basis: 100% !important;
  flex-grow: 1 !important;
  flex-shrink: 1 !important;
  margin-top: 1.4rem;
  position: relative;
}
.form-block__form .select-wrapper:after {
  color: #000000;
  content: "\e800";
  font-family: "sunlight-web24";
  font-size: 2rem;
  height: 5.7rem;
  line-height: 3em;
  pointer-events: none;
  position: absolute;
  right: 2rem;
  top: 0 !important;
}
.form-block__form .select-wrapper select {
  font-family: "GT America";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.33;
  appearance: none;
  color: #000000;
  display: block;
  height: 5.7rem;
  margin-bottom: 3.3rem;
  margin-top: 0;
  padding: 0 1.5rem;
  position: relative;
  width: 100%;
}
.form-block__form .select-wrapper select.active {
  color: #000000;
}
.form-block__form .select-wrapper select::-ms-expand {
  display: none;
}
.form-block__form .select-wrapper select option {
  color: #000000;
}
.form-block__form .select-wrapper select option[value=""] {
  display: none;
}
.form-block__form .styled-checkbox,
.form-block__form label:has(input[type=checkbox]) input[type=checkbox] {
  opacity: 0;
  padding: 0;
  position: absolute;
}
.form-block__form .styled-checkbox + label, .form-block__form .styled-checkbox + .wpcf7-list-item-label,
.form-block__form label:has(input[type=checkbox]) input[type=checkbox] + label,
.form-block__form label:has(input[type=checkbox]) input[type=checkbox] + .wpcf7-list-item-label {
  font-family: "GT America";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.33;
  color: #000000;
  cursor: pointer;
  margin-bottom: 3.3rem;
  margin-left: 5.8rem;
  margin-top: 2rem !important;
  padding: 0;
  position: relative;
  text-indent: -5.8rem;
  text-transform: none;
  width: 65%;
}
.form-block__form .styled-checkbox + label:before, .form-block__form .styled-checkbox + .wpcf7-list-item-label:before,
.form-block__form label:has(input[type=checkbox]) input[type=checkbox] + label:before,
.form-block__form label:has(input[type=checkbox]) input[type=checkbox] + .wpcf7-list-item-label:before {
  background-color: #FFFFFF;
  border: 1px solid #DEE0D9;
  content: "";
  display: inline-block;
  height: 3.8rem;
  left: 0;
  margin-right: 2rem;
  position: relative;
  top: -1rem;
  vertical-align: text-top;
  width: 3.8rem;
}
.form-block__form .styled-checkbox + .wpcf7-list-item-label,
.form-block__form label:has(input[type=checkbox]) input[type=checkbox] + .wpcf7-list-item-label {
  display: block;
  text-indent: 0;
  width: 100%;
}
.form-block__form .styled-checkbox + .wpcf7-list-item-label:before,
.form-block__form label:has(input[type=checkbox]) input[type=checkbox] + .wpcf7-list-item-label:before {
  left: -5.8rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.form-block__form .styled-checkbox + .wpcf7-list-item-label::after,
.form-block__form label:has(input[type=checkbox]) input[type=checkbox] + .wpcf7-list-item-label::after {
  left: -4.8rem !important;
  position: absolute;
  top: 50% !important;
  transform: translateY(-50%);
}
.form-block__form .styled-checkbox:hover + label:before, .form-block__form .styled-checkbox:hover + .wpcf7-list-item-label:before,
.form-block__form label:has(input[type=checkbox]) input[type=checkbox]:hover + label:before,
.form-block__form label:has(input[type=checkbox]) input[type=checkbox]:hover + .wpcf7-list-item-label:before {
  background: #F7F7F7;
}
.form-block__form .styled-checkbox:focus + label:before, .form-block__form .styled-checkbox:focus + .wpcf7-list-item-label:before,
.form-block__form label:has(input[type=checkbox]) input[type=checkbox]:focus + label:before,
.form-block__form label:has(input[type=checkbox]) input[type=checkbox]:focus + .wpcf7-list-item-label:before {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.12);
}
.form-block__form .styled-checkbox:checked + label:before, .form-block__form .styled-checkbox:checked + .wpcf7-list-item-label::before,
.form-block__form label:has(input[type=checkbox]) input[type=checkbox]:checked + label:before,
.form-block__form label:has(input[type=checkbox]) input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background: #000000;
}
.form-block__form .styled-checkbox:disabled + label, .form-block__form .styled-checkbox:disabled + .wpcf7-list-item-label,
.form-block__form label:has(input[type=checkbox]) input[type=checkbox]:disabled + label,
.form-block__form label:has(input[type=checkbox]) input[type=checkbox]:disabled + .wpcf7-list-item-label {
  color: #000000;
  cursor: auto;
}
.form-block__form .styled-checkbox:disabled + label:before, .form-block__form .styled-checkbox:disabled + .wpcf7-list-item-label,
.form-block__form label:has(input[type=checkbox]) input[type=checkbox]:disabled + label:before,
.form-block__form label:has(input[type=checkbox]) input[type=checkbox]:disabled + .wpcf7-list-item-label {
  box-shadow: none;
  background: #989898;
}
.form-block__form .styled-checkbox:checked + label:after, .form-block__form .styled-checkbox:checked + .wpcf7-list-item-label:after,
.form-block__form label:has(input[type=checkbox]) input[type=checkbox]:checked + label:after,
.form-block__form label:has(input[type=checkbox]) input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  font-family: "sunlight-web24";
  content: "\e904";
  color: #FFFFFF;
  font-size: 1.8rem;
  position: absolute;
  left: 1rem;
  top: -0.1rem;
  width: 100%;
  height: 100%;
}
.form-block__form .wpcf7-list-item {
  display: block;
  margin: 0;
}
.form-block__form.sent .wizard {
  display: none;
}
.form-block__item-text {
  font-family: "GT America";
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.25;
  padding: 3.4rem 0 3.3rem;
}
.form-block__upload-wrapper {
  background-color: #FFFFFF;
  border-radius: 2rem;
  color: #000000;
  margin-bottom: 3.3rem;
  padding: 2rem;
  position: relative;
}
.form-block__upload-wrapper .dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
  background: #44483C;
}
.form-block__upload-wrapper .dnd-upload-status .dnd-upload-details .name {
  color: #44483C;
}
.form-block__upload-wrapper .remove-file::before,
.form-block__upload-wrapper .remove-file::after {
  content: none;
}
.form-block .col-12:has(.form-block__upload-wrapper) {
  position: static;
}
.form-block textarea {
  height: auto;
  line-height: 1.33;
  min-height: 5.7rem;
  padding: 1.5rem;
}
.form-block__submit {
  margin-top: 3rem;
}
.form-block input[type=submit],
.form-block button,
.form-block .button {
  margin-bottom: 3.9rem;
  min-width: 20rem;
}
.form-block .button--primary {
  border-color: transparent;
}
.form-block--margin-none {
  margin: 0;
}
.form-block a {
  display: inline-flex;
  position: relative;
  text-indent: 0;
}
.form-block a::before {
  background-color: #000000;
  bottom: -2px;
  content: " ";
  height: 1px;
  position: absolute;
  transition: all 0.3s ease 0s;
  right: 0;
  width: 0;
}
.form-block a::after {
  background-color: #000000;
  bottom: -2px;
  content: " ";
  height: 1px;
  left: 0;
  position: absolute;
  transition: all 0.3s ease 0.15s;
  width: 100%;
}
.form-block a:hover::before {
  left: 0;
  transition-delay: 0.15s;
  width: 100%;
}
.form-block a:hover::after {
  left: unset;
  right: 0;
  transition-delay: 0s;
  width: 0;
}
.form-block label.error {
  bottom: 0;
  color: #8f1111;
  margin: 0;
}
.form-block label.error + input[type=text], .form-block label.error + input[type=email], .form-block label.error + input[type=date], .form-block label.error + input[type=tel], .form-block label.error + textarea, .form-block label.error + .select-wrapper select {
  border-bottom-color: #8f1111;
}
.form-block label.error + input[type=checkbox] + label:before {
  border-color: #8f1111;
}
.form-block__response, .form-block__dealer-search-response {
  font-family: "GT America";
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.33;
  margin-top: 2rem;
  grid-column-start: 1;
  display: none;
}
.form-block__response--visible, .form-block__dealer-search-response--visible {
  display: block;
}
.form-block__response--success, .form-block__dealer-search-response--success {
  color: #44483C;
}
.form-block__response--error, .form-block__dealer-search-response--error {
  color: #8f1111;
}
.form-block__response--in-process, .form-block__dealer-search-response--in-process {
  color: #FFFFFF;
  width: 100%;
}
.form-block__response--in-process .loader, .form-block__dealer-search-response--in-process .loader {
  width: 5rem;
  height: 5rem;
  position: relative;
  margin: 0;
}
.form-block__response--in-process .circular-loader, .form-block__dealer-search-response--in-process .circular-loader {
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
  height: 100%;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
}
.form-block__response--in-process .loader-path, .form-block__dealer-search-response--in-process .loader-path {
  stroke-dasharray: 150, 200;
  stroke-dashoffset: -10;
  -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}
.form-block__response--in-process .loader-path-dark, .form-block__dealer-search-response--in-process .loader-path-dark {
  stroke-dasharray: 150, 200;
  stroke-dashoffset: -10;
  -webkit-animation: dash 1.5s ease-in-out infinite, colorDark 6s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite, colorDark 6s ease-in-out infinite;
  stroke-linecap: round;
}
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
  }
}
@-webkit-keyframes color {
  0% {
    stroke: #FFFFFF;
  }
  40% {
    stroke: #FFFFFF;
  }
  66% {
    stroke: #FFFFFF;
  }
  80%, 90% {
    stroke: #FFFFFF;
  }
}
@keyframes color {
  0% {
    stroke: #FFFFFF;
  }
  40% {
    stroke: #FFFFFF;
  }
  66% {
    stroke: #FFFFFF;
  }
  80%, 90% {
    stroke: #FFFFFF;
  }
}
@-webkit-keyframes colorDark {
  0% {
    stroke: #989898;
  }
  40% {
    stroke: #989898;
  }
  66% {
    stroke: #989898;
  }
  80%, 90% {
    stroke: #989898;
  }
}
@keyframes colorDark {
  0% {
    stroke: #989898;
  }
  40% {
    stroke: #989898;
  }
  66% {
    stroke: #989898;
  }
  80%, 90% {
    stroke: #989898;
  }
}
.form-block__dealer-search-response {
  display: none;
  margin-bottom: 6rem;
}
.form-block__dealer-search-response--results {
  grid-gap: 1.6rem 0;
  grid-template-columns: 1fr;
}
.form-block__dealer-search-response--results.d-flex {
  display: grid !important;
}
.form-block__dealer-search-response--error {
  font-family: "GT America";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.33;
}
.form-block .wpcf7-not-valid-tip {
  font-family: "GT America";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.33;
  margin-top: -3rem;
}
.form-block .wpcf7-response-output {
  font-family: "GT America";
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.33;
  background-color: #FFE476;
  border: none !important;
  color: #000000;
  margin: 2rem 0 0 !important;
  padding: 3rem !important;
}
.form-block--short .form-block__header {
  margin-bottom: 1rem;
}
.form-block--short .form-block__headline {
  font-family: "Pano";
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.27;
}
.form-block--short .form-block__text {
  font-family: "GT America";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.33;
}
.form-block--short .form-block__item-text {
  font-family: "GT America";
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.25;
  padding-top: 0;
}
.form-block--short .form-block__form input {
  margin-bottom: 1.3rem;
  margin-top: 0;
}
.form-block--short .form-block__form button {
  margin-bottom: 1.9rem;
}
.form-block--compact {
  background-color: #44483C;
  color: #FFFFFF;
}
.form-block--compact .form-block__image {
  display: none;
}
.form-block--compact .form-block__header {
  margin-bottom: 2rem;
}
.form-block--compact .form-block__headline {
  font-family: "GT America";
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.25;
  text-transform: uppercase;
}
.form-block--compact .form-block__subheadline {
  display: none;
}
.form-block--compact .form-block__text {
  font-family: "Pano";
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.25;
  display: flex;
  font-weight: 700;
  letter-spacing: 0;
}
.form-block--compact .form-block__text::before {
  align-items: center;
  background: transparent url(../../img/download.svg) left center no-repeat;
  background-size: contain;
  content: "";
  display: flex;
  flex: 0 0 6rem;
  height: 4rem;
  justify-content: center;
  width: 4rem;
}
.form-block--compact .form-block__item-text {
  font-family: "GT America";
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.25;
  padding-top: 0;
}
.form-block--compact .form-block__form input {
  margin-bottom: 1.3rem;
  margin-top: 0;
}
.form-block--compact .form-block__form button {
  margin-bottom: 1.9rem;
}
.form-block--compact .form-block__form .styled-checkbox + label {
  color: #FFFFFF;
  margin-bottom: 2rem;
  text-indent: 0;
  width: calc(100% - 5.8rem);
}
.form-block--compact .form-block__form .styled-checkbox + label::before {
  left: -5.8rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.form-block--compact .form-block__form .styled-checkbox + label::after {
  left: -4.8rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.form-block--compact .form-block__form a::before,
.form-block--compact .form-block__form a::after {
  background-color: #FFFFFF;
  bottom: 0;
}
.form-block--compact .form-block__response {
  color: #FFFFFF !important;
}
.form-block--dealer-register {
  background-color: #44483C;
  color: #FFFFFF;
}
.intro + .form-block--with-image {
  margin-top: -3rem;
  overflow: visible;
  z-index: 1;
}
.intro + .form-block--with-image .form-block__header {
  margin-top: -3rem;
}

.grecaptcha-badge {
  z-index: 1;
}

@media (min-width: 768px) {
  .form-block__header {
    margin-bottom: 5rem;
  }
  .form-block__headline {
    font-family: "Pano";
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 2rem;
  }
  .form-block__subheadline {
    font-family: "Pano";
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 2rem;
    margin-top: 4rem;
  }
  .form-block__subheadline + .form-block__text {
    margin-bottom: 3rem;
  }
  .form-block__text {
    font-family: "GT America";
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: 2rem;
  }
  .form-block__dealer-search-response--results {
    grid-template-columns: 1fr 1fr;
  }
  .form-block__dealer-search-response--error {
    font-family: "GT America";
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.25;
  }
  .form-block--short .form-block__form > .row {
    justify-content: center;
  }
  .form-block--short .form-block__form input {
    margin-bottom: 3.3rem;
    margin-top: 1.4rem;
  }
  .form-block--short .form-block__form button {
    margin-bottom: 3.9rem;
  }
  .form-block--short .form-block__response--in-process .loader, .form-block--short .form-block__dealer-search-response--in-process .loader {
    margin: 0 auto;
  }
  .form-block--short .form-block__container {
    text-align: center;
  }
  .form-block--short .form-block__header {
    margin-bottom: 1rem;
  }
  .form-block--short .form-block__headline {
    font-family: "Pano";
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.5;
    margin-left: auto;
    margin-right: auto;
  }
  .form-block--short .form-block__text {
    font-family: "GT America";
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.25;
  }
  .form-block--short .form-block__item-text {
    font-family: "GT America";
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.33;
    padding-top: 0;
  }
  .form-block--compact .form-block__headline {
    font-family: "Pano";
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.25;
    text-transform: none;
    color: #B2B3AC;
  }
  .form-block--compact .form-block__text {
    font-family: "Pano";
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.5;
  }
  .form-block--compact .form-block__text::before {
    flex: 0 0 12rem;
    height: 8rem;
    width: 8rem;
  }
}
@media (min-width: 992px) {
  .form-block {
    margin-bottom: 12rem;
    padding-bottom: 12rem;
    padding-top: 12rem;
  }
  .form-block__image {
    margin-bottom: 6rem;
    margin-top: -12rem;
    width: 100%;
  }
  .form-block--compact {
    padding-bottom: 6rem;
    padding-top: 6rem;
  }
  .form-block--compact .form-block__container {
    display: grid;
    gap: 0 4rem;
    grid-template-areas: "header header" "preheader body";
    grid-template-columns: 5fr 7fr;
    grid-template-rows: auto;
  }
  .form-block--compact .form-block__preheader {
    grid-area: preheader;
  }
  .form-block--compact .form-block__preheader .form-block__image {
    display: block;
    margin: 0;
  }
  .form-block--compact .form-block__header {
    grid-area: header;
  }
  .form-block--compact .form-block__form {
    grid-area: body;
  }
  .form-block--compact .form-block__form .styled-checkbox + label {
    width: 100%;
  }
  .form-block--compact .form-block__item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .form-block--margin-none {
    margin: 0;
  }
  .intro + .form-block--with-image {
    margin-top: -9rem;
  }
  .intro + .form-block--with-image .form-block__header {
    margin-top: -6rem;
  }
}
@media (min-width: 1200px) {
  .form-block__dealer-search-response--results {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.full-width-image {
  margin-bottom: 6rem;
}
.full-width-image--margin-none {
  margin-bottom: 0;
}
.full-width-image--width-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1920px;
  padding-left: 38px;
  padding-right: 38px;
}

@media (min-width: 992px) {
  .full-width-image {
    margin-bottom: 12rem;
  }
  .full-width-image--margin-none {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .full-width-image--width-content {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media (min-width: 1440px) {
  .full-width-image--width-content {
    padding-left: 140px;
    padding-right: 140px;
  }
}
@media (min-width: 1940px) {
  .full-width-image--width-content {
    max-width: 2200px;
  }
}
.highlight-text {
  margin-bottom: 6rem;
}
.highlight-text__quote {
  font-family: "Pano";
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.27;
  margin: 0;
  padding: 0;
}
.highlight-text--center .highlight-text__container {
  justify-content: center;
}
.highlight-text--center .highlight-text__quote {
  text-align: center;
}
.highlight-text--bg-olive, .highlight-text--bg-lava, .highlight-text--bg-gray, .highlight-text--bg-black, .highlight-text--bg-gray-darkest {
  color: #FFFFFF;
  padding-bottom: 6rem;
  padding-top: 6rem;
}
.highlight-text--bg-olive .highlight-text__quote, .highlight-text--bg-lava .highlight-text__quote, .highlight-text--bg-gray .highlight-text__quote, .highlight-text--bg-black .highlight-text__quote, .highlight-text--bg-gray-darkest .highlight-text__quote {
  color: #FFFFFF;
}
.highlight-text--bg-olive {
  background-color: #44483C;
}
.highlight-text--bg-lava {
  background-color: #564038;
}
.highlight-text--bg-gray {
  background-color: #B2A29E;
}
.highlight-text--bg-black {
  background-color: #000000;
}
.highlight-text--bg-gray-darkest {
  background-color: #383838;
}
.highlight-text--bg-sand {
  background-color: #DEE0D9;
  padding-bottom: 6rem;
  padding-top: 6rem;
}
.highlight-text--margin-none {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .highlight-text__quote {
    font-family: "Pano";
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media (min-width: 992px) {
  .highlight-text {
    margin-bottom: 12rem;
  }
  .highlight-text--margin-none {
    margin-bottom: 0;
  }
}
.highlights-slider {
  background-color: #44483C;
  color: #FFFFFF;
  padding-bottom: 3rem;
  padding-top: 3rem;
  overflow: hidden;
  position: relative;
}
.highlights-slider__header {
  margin-bottom: 3rem;
  position: relative;
}
.highlights-slider__headline {
  font-family: "Pano";
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.27;
  display: block;
  hyphens: auto;
  margin: 0;
  max-width: 100rem;
}
.highlights-slider__preheading {
  font-family: "Pano";
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.25;
  display: block;
}
.highlights-slider__description {
  font-family: "GT America";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.33;
}
.highlights-slider__slides {
  box-sizing: border-box;
  flex-wrap: nowrap;
  margin: 0;
}
.highlights-slider__slide {
  color: #FFFFFF;
  flex: 0 0 100%;
  height: auto;
  padding: 0;
  transition: transform 0.3s ease-in-out;
}
.highlights-slider__slide--intro {
  align-items: flex-start;
  display: none;
  flex-direction: column;
}
.highlights-slider__slide figure {
  position: relative;
}
.highlights-slider__slide picture {
  display: flex;
  height: 0;
  padding-top: 125%;
  position: relative;
  width: 100%;
}
.highlights-slider__slide picture img {
  bottom: 0;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.highlights-slider__slide picture::before {
  background: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0) 100%);
  content: "";
  display: block;
  height: 29%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.highlights-slider__slide picture::after {
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  content: "";
  display: block;
  height: 29%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}
.highlights-slider__slide-caption {
  bottom: 0;
  left: 0;
  margin: 2rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.highlights-slider__slide-headline {
  font-family: "Pano";
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.25;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.highlights-slider__slide-headline small {
  display: block;
  font-family: "GT America";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.33;
  margin-top: 0.5rem;
}
.highlights-slider__nav {
  align-items: center;
  display: none;
  position: static;
}
.highlights-slider__nav-next, .highlights-slider__nav-prev {
  color: #FFE476;
  cursor: pointer;
  height: 3rem;
  padding: 0.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4rem;
  z-index: 1;
}
.highlights-slider__nav-next::before, .highlights-slider__nav-prev::before {
  align-items: center;
  content: "";
  display: flex;
  font-family: "sunlight-web24";
  font-size: 4rem;
  justify-content: center;
  line-height: 0.5;
}
.highlights-slider__nav-next.swiper-button-disabled, .highlights-slider__nav-prev.swiper-button-disabled {
  display: none;
}
.highlights-slider__nav-next {
  right: 0;
}
.highlights-slider__nav-next::before {
  content: "\e805";
}
.highlights-slider__nav-prev {
  left: 0;
}
.highlights-slider__nav-prev::before {
  content: "\e806";
}
.highlights-slider__pagination {
  --swiper-pagination-color: #FFE476;
  --swiper-pagination-bullet-inactive-color: #FFE476;
  display: none;
  margin: 5rem auto 0;
  text-align: center;
}
.highlights-slider--bg-white-themed-left, .highlights-slider--bg-white-themed-right {
  background-color: #DDDDDD;
  color: #000000;
}
.highlights-slider--bg-dark-themed-left, .highlights-slider--bg-dark-themed-right {
  background-color: #383838;
}

@media (min-width: 576px) {
  .highlights-slider__slide {
    flex: 0 0 calc(50% - 8px);
    max-width: calc(50% - 8px);
  }
}
@media (min-width: 768px) {
  .highlights-slider__headline {
    font-family: "Pano";
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.25;
  }
  .highlights-slider__preheading {
    font-family: "Pano";
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.25;
    text-transform: none;
    margin-bottom: 1rem;
  }
  .highlights-slider__description {
    font-family: "GT America";
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.25;
  }
  .highlights-slider__slide-headline {
    font-family: "Pano";
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.25;
  }
  .highlights-slider__slide-headline small {
    font-family: "GT America";
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.33;
  }
  .highlights-slider__nav {
    display: flex;
  }
  .highlights-slider--type-two-items .highlights-slider__container {
    overflow: hidden;
    position: relative;
  }
  .highlights-slider--type-two-items .highlights-slider__pagination {
    display: block;
  }
  .highlights-slider--type-two-items .highlights-slider__slide figure {
    margin: 0 3rem;
  }
  .highlights-slider--type-two-items .highlights-slider__slide picture {
    padding-top: 90%;
  }
  .highlights-slider--type-two-items .highlights-slider__slide picture::before, .highlights-slider--type-two-items .highlights-slider__slide picture::after {
    content: none;
  }
  .highlights-slider--type-two-items .highlights-slider__slide-caption {
    bottom: unset;
    left: unset;
    margin: 2rem 0 0 0;
    position: relative;
    right: unset;
    top: unset;
  }
  .highlights-slider--type-two-items .highlights-slider__slide-headline {
    display: block;
    height: auto;
  }
}
@media (min-width: 992px) {
  .highlights-slider {
    padding-bottom: 6rem;
    padding-top: 6rem;
  }
  .highlights-slider:not(.highlights-slider--type-two-items) .highlights-slider__slide {
    flex: 0 0 calc((100% - 32px) / 3);
    margin-bottom: 0;
  }
  .highlights-slider--type-two-items .highlights-slider__slide figure {
    margin: 0 6rem;
  }
  .highlights-slider--bg-olive-themed-left .highlights-slider__container::after, .highlights-slider--bg-olive-themed-right .highlights-slider__container::after, .highlights-slider--bg-white-themed-left .highlights-slider__container::after, .highlights-slider--bg-white-themed-right .highlights-slider__container::after, .highlights-slider--bg-dark-themed-left .highlights-slider__container::after, .highlights-slider--bg-dark-themed-right .highlights-slider__container::after {
    aspect-ratio: 1/1;
    background-image: url(../../img/logo-icon-black.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 100%;
    content: "";
    display: block;
    height: 75%;
    max-width: 60rem;
    opacity: 0.1;
    left: 66.66%;
    pointer-events: none;
    position: absolute;
    top: 40%;
    width: auto;
  }
  .highlights-slider--bg-white-themed-left .highlights-slider__container::after, .highlights-slider--bg-white-themed-right .highlights-slider__container::after {
    background-image: url(../../img/logo-icon-white.svg);
    opacity: 0.6;
  }
  .highlights-slider--bg-white-themed-left .highlights-slider__headline--inline, .highlights-slider--bg-white-themed-right .highlights-slider__headline--inline {
    color: #000000;
  }
  .highlights-slider--bg-dark-themed-left, .highlights-slider--bg-dark-themed-right {
    background-color: #000000;
  }
  .highlights-slider--bg-dark-themed-left .highlights-slider__container::after, .highlights-slider--bg-dark-themed-right .highlights-slider__container::after {
    background-image: url(../../img/logo-icon-white.svg);
  }
}
@media (min-width: 1200px) {
  .highlights-slider__headline:not(.highlights-slider__headline--inline) {
    display: none;
  }
  .highlights-slider__pagination {
    display: block;
  }
  .highlights-slider__slide--intro {
    display: flex;
  }
  .highlights-slider--bg-olive-themed-left .highlights-slider__slide figure, .highlights-slider--bg-olive-themed-right .highlights-slider__slide figure, .highlights-slider--bg-white-themed-left .highlights-slider__slide figure, .highlights-slider--bg-white-themed-right .highlights-slider__slide figure, .highlights-slider--bg-dark-themed-left .highlights-slider__slide figure, .highlights-slider--bg-dark-themed-right .highlights-slider__slide figure {
    margin: 0 3rem;
  }
  .highlights-slider--bg-olive-themed-left .highlights-slider__slide-headline, .highlights-slider--bg-olive-themed-right .highlights-slider__slide-headline, .highlights-slider--bg-white-themed-left .highlights-slider__slide-headline, .highlights-slider--bg-white-themed-right .highlights-slider__slide-headline, .highlights-slider--bg-dark-themed-left .highlights-slider__slide-headline, .highlights-slider--bg-dark-themed-right .highlights-slider__slide-headline {
    justify-content: flex-end;
  }
  .highlights-slider--bg-olive-themed-left .highlights-slider__slide-headline span, .highlights-slider--bg-olive-themed-right .highlights-slider__slide-headline span, .highlights-slider--bg-white-themed-left .highlights-slider__slide-headline span, .highlights-slider--bg-white-themed-right .highlights-slider__slide-headline span, .highlights-slider--bg-dark-themed-left .highlights-slider__slide-headline span, .highlights-slider--bg-dark-themed-right .highlights-slider__slide-headline span {
    display: inline-block;
    hyphens: auto;
    max-width: calc(100% - 5rem);
  }
  .highlights-slider--bg-olive-themed-left .highlights-slider__slide-headline small, .highlights-slider--bg-olive-themed-right .highlights-slider__slide-headline small, .highlights-slider--bg-white-themed-left .highlights-slider__slide-headline small, .highlights-slider--bg-white-themed-right .highlights-slider__slide-headline small, .highlights-slider--bg-dark-themed-left .highlights-slider__slide-headline small, .highlights-slider--bg-dark-themed-right .highlights-slider__slide-headline small {
    background-color: #FFFFFF;
    border-radius: 2rem;
    color: #000000;
    display: none;
    padding: 2rem;
  }
  .highlights-slider--bg-olive-themed-left .highlights-slider__slide-headline::after, .highlights-slider--bg-olive-themed-right .highlights-slider__slide-headline::after, .highlights-slider--bg-white-themed-left .highlights-slider__slide-headline::after, .highlights-slider--bg-white-themed-right .highlights-slider__slide-headline::after, .highlights-slider--bg-dark-themed-left .highlights-slider__slide-headline::after, .highlights-slider--bg-dark-themed-right .highlights-slider__slide-headline::after {
    align-items: center;
    background-color: #FFE476;
    border-radius: 100%;
    bottom: 0;
    color: #000000;
    content: "\e850";
    display: flex;
    font-family: "sunlight-web24";
    justify-content: center;
    position: absolute;
    height: 4rem;
    right: 0;
    width: 4rem;
  }
  .highlights-slider--bg-olive-themed-left .highlights-slider__slide:hover .highlights-slider__slide-headline, .highlights-slider--bg-olive-themed-left .highlights-slider__slide:focus .highlights-slider__slide-headline, .highlights-slider--bg-olive-themed-left .highlights-slider__slide:active .highlights-slider__slide-headline, .highlights-slider--bg-olive-themed-right .highlights-slider__slide:hover .highlights-slider__slide-headline, .highlights-slider--bg-olive-themed-right .highlights-slider__slide:focus .highlights-slider__slide-headline, .highlights-slider--bg-olive-themed-right .highlights-slider__slide:active .highlights-slider__slide-headline, .highlights-slider--bg-white-themed-left .highlights-slider__slide:hover .highlights-slider__slide-headline, .highlights-slider--bg-white-themed-left .highlights-slider__slide:focus .highlights-slider__slide-headline, .highlights-slider--bg-white-themed-left .highlights-slider__slide:active .highlights-slider__slide-headline, .highlights-slider--bg-white-themed-right .highlights-slider__slide:hover .highlights-slider__slide-headline, .highlights-slider--bg-white-themed-right .highlights-slider__slide:focus .highlights-slider__slide-headline, .highlights-slider--bg-white-themed-right .highlights-slider__slide:active .highlights-slider__slide-headline, .highlights-slider--bg-dark-themed-left .highlights-slider__slide:hover .highlights-slider__slide-headline, .highlights-slider--bg-dark-themed-left .highlights-slider__slide:focus .highlights-slider__slide-headline, .highlights-slider--bg-dark-themed-left .highlights-slider__slide:active .highlights-slider__slide-headline, .highlights-slider--bg-dark-themed-right .highlights-slider__slide:hover .highlights-slider__slide-headline, .highlights-slider--bg-dark-themed-right .highlights-slider__slide:focus .highlights-slider__slide-headline, .highlights-slider--bg-dark-themed-right .highlights-slider__slide:active .highlights-slider__slide-headline {
    justify-content: space-between;
  }
  .highlights-slider--bg-olive-themed-left .highlights-slider__slide:hover .highlights-slider__slide-headline::after, .highlights-slider--bg-olive-themed-left .highlights-slider__slide:focus .highlights-slider__slide-headline::after, .highlights-slider--bg-olive-themed-left .highlights-slider__slide:active .highlights-slider__slide-headline::after, .highlights-slider--bg-olive-themed-right .highlights-slider__slide:hover .highlights-slider__slide-headline::after, .highlights-slider--bg-olive-themed-right .highlights-slider__slide:focus .highlights-slider__slide-headline::after, .highlights-slider--bg-olive-themed-right .highlights-slider__slide:active .highlights-slider__slide-headline::after, .highlights-slider--bg-white-themed-left .highlights-slider__slide:hover .highlights-slider__slide-headline::after, .highlights-slider--bg-white-themed-left .highlights-slider__slide:focus .highlights-slider__slide-headline::after, .highlights-slider--bg-white-themed-left .highlights-slider__slide:active .highlights-slider__slide-headline::after, .highlights-slider--bg-white-themed-right .highlights-slider__slide:hover .highlights-slider__slide-headline::after, .highlights-slider--bg-white-themed-right .highlights-slider__slide:focus .highlights-slider__slide-headline::after, .highlights-slider--bg-white-themed-right .highlights-slider__slide:active .highlights-slider__slide-headline::after, .highlights-slider--bg-dark-themed-left .highlights-slider__slide:hover .highlights-slider__slide-headline::after, .highlights-slider--bg-dark-themed-left .highlights-slider__slide:focus .highlights-slider__slide-headline::after, .highlights-slider--bg-dark-themed-left .highlights-slider__slide:active .highlights-slider__slide-headline::after, .highlights-slider--bg-dark-themed-right .highlights-slider__slide:hover .highlights-slider__slide-headline::after, .highlights-slider--bg-dark-themed-right .highlights-slider__slide:focus .highlights-slider__slide-headline::after, .highlights-slider--bg-dark-themed-right .highlights-slider__slide:active .highlights-slider__slide-headline::after {
    display: none;
  }
  .highlights-slider--bg-olive-themed-left .highlights-slider__slide:hover .highlights-slider__slide-headline small, .highlights-slider--bg-olive-themed-left .highlights-slider__slide:focus .highlights-slider__slide-headline small, .highlights-slider--bg-olive-themed-left .highlights-slider__slide:active .highlights-slider__slide-headline small, .highlights-slider--bg-olive-themed-right .highlights-slider__slide:hover .highlights-slider__slide-headline small, .highlights-slider--bg-olive-themed-right .highlights-slider__slide:focus .highlights-slider__slide-headline small, .highlights-slider--bg-olive-themed-right .highlights-slider__slide:active .highlights-slider__slide-headline small, .highlights-slider--bg-white-themed-left .highlights-slider__slide:hover .highlights-slider__slide-headline small, .highlights-slider--bg-white-themed-left .highlights-slider__slide:focus .highlights-slider__slide-headline small, .highlights-slider--bg-white-themed-left .highlights-slider__slide:active .highlights-slider__slide-headline small, .highlights-slider--bg-white-themed-right .highlights-slider__slide:hover .highlights-slider__slide-headline small, .highlights-slider--bg-white-themed-right .highlights-slider__slide:focus .highlights-slider__slide-headline small, .highlights-slider--bg-white-themed-right .highlights-slider__slide:active .highlights-slider__slide-headline small, .highlights-slider--bg-dark-themed-left .highlights-slider__slide:hover .highlights-slider__slide-headline small, .highlights-slider--bg-dark-themed-left .highlights-slider__slide:focus .highlights-slider__slide-headline small, .highlights-slider--bg-dark-themed-left .highlights-slider__slide:active .highlights-slider__slide-headline small, .highlights-slider--bg-dark-themed-right .highlights-slider__slide:hover .highlights-slider__slide-headline small, .highlights-slider--bg-dark-themed-right .highlights-slider__slide:focus .highlights-slider__slide-headline small, .highlights-slider--bg-dark-themed-right .highlights-slider__slide:active .highlights-slider__slide-headline small {
    display: block;
  }
  .highlights-slider--bg-olive-themed-left::before, .highlights-slider--bg-olive-themed-right::before, .highlights-slider--bg-white-themed-left::before, .highlights-slider--bg-white-themed-right::before, .highlights-slider--bg-dark-themed-left::before, .highlights-slider--bg-dark-themed-right::before {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: calc(66.66% - 32px);
  }
  .highlights-slider--bg-olive-themed-left .highlights-slider__container::after, .highlights-slider--bg-olive-themed-right .highlights-slider__container::after, .highlights-slider--bg-white-themed-left .highlights-slider__container::after, .highlights-slider--bg-white-themed-right .highlights-slider__container::after, .highlights-slider--bg-dark-themed-left .highlights-slider__container::after, .highlights-slider--bg-dark-themed-right .highlights-slider__container::after {
    left: auto;
    right: 66.66%;
  }
  .highlights-slider--bg-white-themed-left, .highlights-slider--bg-white-themed-right {
    background-color: #DDDDDD;
  }
  .highlights-slider--bg-white-themed-left::before, .highlights-slider--bg-white-themed-right::before {
    background-color: #FFFFFF;
  }
  .highlights-slider--bg-white-themed-left .highlights-slider__container::after, .highlights-slider--bg-white-themed-right .highlights-slider__container::after {
    background-image: url(../../img/logo-icon-white.svg);
    opacity: 0.6;
  }
  .highlights-slider--bg-dark-themed-left, .highlights-slider--bg-dark-themed-right {
    background-color: #000000;
  }
  .highlights-slider--bg-dark-themed-left::before, .highlights-slider--bg-dark-themed-right::before {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .highlights-slider--bg-dark-themed-left .highlights-slider__container::after, .highlights-slider--bg-dark-themed-right .highlights-slider__container::after {
    background-image: url(../../img/logo-icon-white.svg);
  }
  .highlights-slider--bg-olive-themed-right::before, .highlights-slider--bg-white-themed-right::before, .highlights-slider--bg-dark-themed-right::before {
    left: 0;
    right: auto;
    width: calc(66.66% - 32px);
  }
  .highlights-slider--bg-olive-themed-right .highlights-slider__container::after, .highlights-slider--bg-white-themed-right .highlights-slider__container::after, .highlights-slider--bg-dark-themed-right .highlights-slider__container::after {
    left: 66.66%;
    right: auto;
  }
  .highlights-slider--bg-olive-themed-right .highlights-slider__slides, .highlights-slider--bg-white-themed-right .highlights-slider__slides, .highlights-slider--bg-dark-themed-right .highlights-slider__slides {
    flex-direction: row-reverse;
  }
  .highlights-slider--bg-olive-themed-left .highlights-slider__headline--inline, .highlights-slider--bg-white-themed-left .highlights-slider__headline--inline, .highlights-slider--bg-dark-themed-left .highlights-slider__headline--inline {
    margin-right: 6rem;
  }
  .highlights-slider--bg-olive-themed-right .highlights-slider__headline--inline, .highlights-slider--bg-white-themed-right .highlights-slider__headline--inline, .highlights-slider--bg-dark-themed-right .highlights-slider__headline--inline {
    margin-left: 6rem;
  }
}
@media (min-width: 1600px) {
  .highlights-slider--type-freemode .highlights-slider__slide {
    flex: 0 0 calc((100% - 48px) / 4);
  }
}
@media (min-width: 1920px) {
  .highlights-slider--type-freemode .highlights-slider__slide {
    flex: 0 0 calc((100% - 64px) / 5);
  }
}
.iconteaser-collection {
  background-color: #44483C;
  color: #FFFFFF;
  padding-bottom: 3rem;
  padding-top: 3rem;
  overflow: hidden;
}
.iconteaser-collection__container, .iconteaser-collection__wrapper {
  position: relative;
}
.iconteaser-collection__wrapper {
  padding-bottom: 6rem;
}
.iconteaser-collection__header {
  position: relative;
}
.iconteaser-collection__preheading {
  font-family: "Pano";
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.25;
  color: inherit;
  display: block;
  margin: 0 0 1rem;
  max-width: 100rem;
}
.iconteaser-collection__headline {
  font-family: "Pano";
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.33;
  display: block;
  margin: 0 0 3rem;
  max-width: 100rem;
}
.iconteaser-collection__headline + .iconteaser-collection__description {
  margin-top: -2rem;
}
.iconteaser-collection__description {
  font-family: "GT America";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.33;
  margin-bottom: 3rem;
}
.iconteaser-collection__background {
  position: absolute;
  inset: 3rem -38px 0;
}
.iconteaser-collection__background picture {
  height: 100%;
  width: 100%;
}
.iconteaser-collection__background picture img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.iconteaser-collection__item-icon {
  text-align: center;
}
.iconteaser-collection__item-icon picture {
  display: flex;
  margin: 0 auto 1.6rem auto;
  max-width: 8rem;
}
.iconteaser-collection__item-label {
  font-family: "Pano";
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.25;
  font-weight: 700;
  hyphens: auto;
  margin-bottom: 2rem;
  text-wrap: balance;
}
.iconteaser-collection__item-description {
  font-family: "GT America";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.33;
}
.iconteaser-collection__scrollbar {
  background-color: rgba(217, 217, 217, 0.5);
  bottom: 3rem !important;
}
.iconteaser-collection__scrollbar .swiper-scrollbar-drag {
  background-color: #d9d9d9;
}
.iconteaser-collection__footer {
  margin-top: 6rem;
}
.iconteaser-collection__link {
  margin: auto;
  max-width: 40rem;
}
.iconteaser-collection__pagination {
  --swiper-pagination-color: #FFE476;
  --swiper-pagination-bullet-inactive-color: #FFE476;
  bottom: 3rem;
  margin: 0 auto;
  position: absolute;
  text-align: center;
}
.iconteaser-collection--type-grid .iconteaser-collection__header {
  padding-bottom: 6rem;
}
.iconteaser-collection--type-grid .iconteaser-collection__items {
  flex-wrap: nowrap;
  margin: 0 -8px;
}
.iconteaser-collection--type-grid .iconteaser-collection__item {
  flex: 0 0 75%;
  height: auto;
  padding: 0;
}
.iconteaser-collection--type-grid .iconteaser-collection__item:first-child {
  margin-left: 8px;
}
.iconteaser-collection--type-grid .iconteaser-collection__item-icon {
  padding: 0 1.5rem;
}
.iconteaser-collection--type-list .iconteaser-collection__items {
  gap: 3.5rem;
}
.iconteaser-collection--type-list .iconteaser-collection__item-icon {
  display: flex;
  text-align: left;
}
.iconteaser-collection--type-list .iconteaser-collection__item-icon picture {
  align-items: flex-start;
  flex: 0 0 8rem;
  margin: 0 2.6rem 0 0;
  width: 8rem;
}
.iconteaser-collection--type-boxed {
  background-color: #000000;
}
.iconteaser-collection--type-boxed .iconteaser-collection__items {
  gap: 3.5rem;
}
.iconteaser-collection--type-boxed .iconteaser-collection__item {
  padding: 3rem;
}
.iconteaser-collection--type-boxed .iconteaser-collection__item-icon {
  flex-direction: row-reverse;
}
.iconteaser-collection--type-boxed .iconteaser-collection__item--bg-olive {
  background-color: #44483C;
}
.iconteaser-collection--type-boxed .iconteaser-collection__item--bg-bright {
  background-color: #DDDDDD;
  color: #000000;
}
.iconteaser-collection--type-boxed .iconteaser-collection__item--bg-lava {
  background-color: #564038;
}
.iconteaser-collection--type-boxed .iconteaser-collection__item-icon {
  display: flex;
  text-align: left;
}
.iconteaser-collection--type-boxed .iconteaser-collection__item-icon picture {
  align-items: flex-start;
  flex: 0 0 8rem;
  margin: 0 0 0 1.3rem;
  width: 8rem;
}
.iconteaser-collection--type-slider {
  background-color: transparent;
  padding-bottom: 0;
  color: #000000;
}
.iconteaser-collection--type-slider .iconteaser-collection__items {
  box-sizing: border-box;
  flex-wrap: nowrap;
}
.iconteaser-collection--type-slider .iconteaser-collection__item {
  background-color: #DDDDDD;
  border-radius: 0.9rem;
  height: auto;
  padding: 3rem;
}
.iconteaser-collection--type-slider .iconteaser-collection__item-icon {
  display: flex;
  flex-direction: column;
}
.iconteaser-collection--type-slider .iconteaser-collection__item-icon picture {
  align-items: flex-start;
  flex: 0 0 6rem;
  margin: 0 auto 2rem;
  width: 6rem;
}
.iconteaser-collection--margin-none {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .iconteaser-collection__preheading {
    font-family: "Pano";
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.25;
    text-transform: none;
  }
  .iconteaser-collection__headline {
    font-family: "Pano";
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 5rem;
  }
  .iconteaser-collection__headline + .iconteaser-collection__description {
    margin-top: -3rem;
  }
  .iconteaser-collection__description {
    font-family: "GT America";
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: 5rem;
  }
  .iconteaser-collection__background {
    inset: 6rem -70px 0;
  }
  .iconteaser-collection__item-icon picture {
    margin: 0 auto 3rem auto;
    max-width: 10rem;
  }
  .iconteaser-collection__item-label {
    font-family: "Pano";
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.25;
  }
  .iconteaser-collection__item-description {
    font-family: "GT America";
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.25;
  }
  .iconteaser-collection--type-list .iconteaser-collection__items {
    justify-content: center;
    gap: 6rem;
  }
  .iconteaser-collection--type-list .iconteaser-collection__item-icon {
    padding: 0 3rem;
  }
  .iconteaser-collection--type-list .iconteaser-collection__item-icon picture {
    flex: 0 0 20rem;
    margin: 0 12rem 0 0;
  }
}
@media (min-width: 992px) {
  .iconteaser-collection {
    padding-bottom: 6rem;
    padding-top: 6rem;
  }
  .iconteaser-collection--type-grid .iconteaser-collection__item {
    flex: 0 0 40%;
    margin-bottom: 0;
  }
  .iconteaser-collection--type-boxed .iconteaser-collection__item {
    flex: 0 0 calc(33.33% - 3.5rem);
    max-width: calc(33.33% - 3.5rem);
    margin-bottom: 0;
  }
  .iconteaser-collection--type-boxed .iconteaser-collection__item picture {
    opacity: 0.2;
    position: absolute;
    right: 3.5rem;
    top: 14rem;
    transform: translateY(-100%);
    z-index: 0;
  }
  .iconteaser-collection--type-boxed .iconteaser-collection__item figcaption {
    position: relative;
    z-index: 1;
  }
  .iconteaser-collection--type-boxed .iconteaser-collection__item-label {
    min-height: 10rem;
  }
  .iconteaser-collection--type-slider {
    padding-bottom: 0;
  }
  .iconteaser-collection--type-slider .iconteaser-collection__wrapper {
    padding-bottom: 9rem;
  }
  .iconteaser-collection--type-slider .iconteaser-collection__items {
    gap: 3.5rem;
    width: calc(100% + 3.5rem);
  }
  .iconteaser-collection--type-slider .iconteaser-collection__item {
    flex: 0 0 calc(33.33% - 3.5rem);
    max-width: calc(33.33% - 3.5rem);
  }
  .iconteaser-collection--type-slider .iconteaser-collection__item-label {
    font-family: "Pano";
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.28;
  }
  .iconteaser-collection--type-slider .iconteaser-collection__item-description {
    font-family: "GT America";
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.25;
  }
  .iconteaser-collection--margin-none {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .iconteaser-collection__scrollbar {
    display: none;
  }
  .iconteaser-collection--type-grid .iconteaser-collection__header {
    padding-bottom: 0;
  }
  .iconteaser-collection--type-grid .iconteaser-collection__items {
    box-sizing: border-box;
    flex-wrap: wrap;
    transform: none !important;
    width: auto;
  }
  .iconteaser-collection--type-grid .iconteaser-collection__item {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-bottom: 5rem;
    padding-left: 16px;
    padding-right: 16px;
  }
  .iconteaser-collection--type-grid .iconteaser-collection__item:first-child {
    margin-left: 0;
  }
  .iconteaser-collection--type-boxed .iconteaser-collection__item picture {
    opacity: 1;
  }
  .iconteaser-collection--type-slider .iconteaser-collection__item {
    flex: 0 0 calc(25% - 3.5rem);
    max-width: calc(25% - 3.5rem);
  }
}
@media (min-width: 1440px) {
  .iconteaser-collection__background {
    inset: 6rem -140px 0;
  }
  .iconteaser-collection--type-slider .iconteaser-collection__item {
    flex: 0 0 calc(20% - 3.5rem);
    max-width: calc(20% - 3.5rem);
  }
}
@media (min-width: 2200px) {
  .iconteaser-collection__background {
    inset: 6rem calc((100vw - 2200px) / -2 - 140px) 0;
  }
}
.image-collection {
  margin-bottom: 6rem;
  overflow: hidden;
}
.image-collection__headline {
  font-family: "Pano";
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.33;
  display: block;
  margin: 0 0 3rem;
  max-width: 100rem;
}
.image-collection__images {
  flex-wrap: nowrap;
  margin: 0 -8px;
}
.image-collection__image {
  flex: 0 0 75%;
  height: auto;
  padding: 0;
}
.image-collection__image:first-child {
  margin-left: 8px;
}
.image-collection--margin-none {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .image-collection__headline {
    font-family: "Pano";
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 5rem;
  }
}
@media (min-width: 992px) {
  .image-collection {
    margin-bottom: 12rem;
  }
  .image-collection__image {
    flex: 0 0 40%;
    margin-bottom: 0;
  }
  .image-collection--margin-none {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .image-collection__images {
    box-sizing: border-box;
    flex-wrap: wrap;
    transform: none !important;
    width: auto;
  }
  .image-collection__image {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-bottom: 16px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .image-collection__image:first-child {
    margin-left: 0;
  }
}
.image-combo--margin-none {
  margin-bottom: 0;
}
.image-combo__images {
  align-items: center;
  justify-content: center;
}
.image-combo__image {
  margin-bottom: 6rem;
}

@media (min-width: 992px) {
  .image-combo {
    margin-bottom: 12rem;
  }
  .image-combo--margin-none {
    margin-bottom: 0;
  }
  .image-combo__image {
    margin-bottom: 0;
  }
}
.image-slider {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
  overflow: hidden;
  position: relative;
}
.image-slider__slides {
  box-sizing: border-box;
}
.image-slider__slide {
  padding-bottom: 3rem;
  position: relative;
}
.image-slider__nav {
  align-items: center;
  display: none;
  left: 1rem;
  position: absolute;
  top: 1rem;
  z-index: 1;
}
.image-slider__nav-next, .image-slider__nav-prev {
  color: #FFFFFF;
  cursor: pointer;
  height: 3rem;
  padding: 1rem;
  position: relative;
  width: 6rem;
}
.image-slider__nav-next::before, .image-slider__nav-prev::before {
  align-items: center;
  content: "";
  display: flex;
  font-family: "sunlight-web24";
  font-size: 6rem;
  justify-content: center;
  line-height: 0.5;
}
.image-slider__nav-next::before {
  content: "\e907";
}
.image-slider__nav-prev::before {
  content: "\e905";
}
.image-slider__pagination {
  bottom: 0 !important;
  left: 50% !important;
  padding-bottom: 0;
  padding-top: 0;
  position: absolute;
  transform: translateX(-50%);
  width: auto !important;
  z-index: 1;
}
.image-slider__pagination .swiper-pagination-bullet {
  background-color: #000000 !important;
  opacity: 0.3 !important;
}
.image-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1 !important;
}
.image-slider--shows-fullscreen .image-slider__slides,
.image-slider--shows-fullscreen .image-slider__slide.swiper-slide-active {
  transform: none !important;
  z-index: 100;
}
.image-slider--margin-none {
  margin-bottom: 0;
}
.image-slider--width-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1920px;
  padding-left: 38px;
  padding-right: 38px;
}
.image-slider--width-content .image-slider__container {
  overflow: hidden;
  position: relative;
}

@media (min-width: 768px) {
  .image-slider__nav {
    display: flex;
  }
}
@media (min-width: 992px) {
  .image-slider {
    margin-bottom: 9rem;
  }
  .image-slider--margin-none {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .image-slider--width-content {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media (min-width: 1440px) {
  .image-slider--width-content {
    padding-left: 140px;
    padding-right: 140px;
  }
}
@media (min-width: 1940px) {
  .image-slider--width-content {
    max-width: 2200px;
  }
}
.image-teaser {
  background-color: transparent;
  color: #FFFFFF;
  margin-bottom: 6rem;
  overflow: hidden;
  position: relative;
}
.image-teaser.expand-clickarea {
  cursor: pointer;
}
.image-teaser__container {
  position: relative;
}
.image-teaser__text-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 4rem;
  padding-top: 4rem;
}
.image-teaser__headline {
  font-family: "Pano";
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.33;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  margin: 0 0 2rem 0;
}
.image-teaser__headline sup {
  font-family: "Pano";
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.25;
  color: #FFFFFF;
  display: block;
  margin-bottom: 1rem;
  order: -1;
  top: auto;
}
.image-teaser__preheading {
  font-family: "Pano";
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.25;
  color: #FFFFFF;
  display: block;
  margin-bottom: 1rem;
}
.image-teaser__subheading {
  font-family: "Pano";
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.25;
  color: #FFFFFF;
  display: block;
  margin-top: -1rem;
}
.image-teaser__description {
  font-family: "GT America";
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.25;
  color: #FFFFFF;
  display: block;
  margin-bottom: 2rem;
}
.image-teaser__figure {
  flex: 0 0 calc(100vw + 16px);
  margin: 0 auto;
  max-height: 100rem;
  max-width: calc(100vw + 16px);
  margin: 0 -38px;
  width: 100%;
}
.image-teaser__figure picture {
  display: flex;
  height: 100%;
  width: 100%;
}
.image-teaser__figure picture img {
  height: 100%;
  object-fit: cover;
}
.image-teaser__links {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin-top: 3rem;
}
.image-teaser__link {
  margin-bottom: 1rem;
}
.image-teaser--olive {
  background-color: #44483C;
}
.image-teaser--lava {
  background-color: #564038;
}
.image-teaser--gray {
  background-color: #B2A29E;
}
.image-teaser--margin-none {
  margin-bottom: 0;
}
.image-teaser--full .image-teaser__text-container {
  bottom: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.image-teaser--full .image-teaser__headline,
.image-teaser--full .image-teaser__links {
  width: calc(100vw - 76px);
}
.image-teaser--full .image-teaser__figure {
  min-height: max(50rem, 50vh);
}
.image-teaser--full .image-teaser__figure::before {
  background: rgba(0, 0, 0, 0.5);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  content: "";
  height: 40%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.image-teaser--full .image-teaser__figure::after {
  background: rgba(0, 0, 0, 0.5);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  content: "";
  height: 40%;
  left: 0;
  position: absolute;
  width: 100%;
}

@media (min-width: 768px) {
  .image-teaser__preheading {
    font-family: "Pano";
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 1.5rem;
  }
  .image-teaser__headline {
    font-family: "Pano";
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.25;
  }
  .image-teaser__headline sup {
    font-family: "Pano";
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 1.5rem;
  }
  .image-teaser__subheading {
    font-family: "Pano";
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.5;
  }
  .image-teaser__description {
    font-family: "GT America";
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 1.25;
  }
  .image-teaser__links {
    flex-direction: row;
  }
  .image-teaser__link {
    margin: 0 1rem 0 0;
  }
  .image-teaser__figure {
    height: 100vh;
    margin: 0 -70px;
  }
  .image-teaser--full .image-teaser__headline {
    font-family: "Pano";
    font-size: 5.6rem;
    font-weight: 700;
    line-height: 1.2;
  }
  .image-teaser--full .image-teaser__headline,
  .image-teaser--full .image-teaser__links {
    width: calc(100vw - 140px);
  }
}
@media (min-width: 992px) {
  .image-teaser {
    margin-bottom: 12rem;
  }
  .image-teaser__figure {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
    margin: 0;
  }
  .image-teaser--margin-none {
    margin-bottom: 0;
  }
  .image-teaser--full .image-teaser__figure {
    flex: 0 0 101vw;
    left: 50%;
    max-width: 101vw;
    margin: 0;
    transform: translateX(-50%);
  }
  .image-teaser--full .image-teaser__text-container {
    left: 0;
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 7rem;
    padding-top: 7rem;
    position: absolute;
  }
  .image-teaser--full .image-teaser__headline,
  .image-teaser--full .image-teaser__links {
    width: auto;
  }
  .image-teaser:not(.image-teaser--full) .image-teaser__text-container {
    padding: 5rem 4rem;
  }
  .image-teaser:not(.image-teaser--full) .image-teaser__figure picture {
    width: calc(100% + 70px);
    transform: translateX(-70px);
  }
  .image-teaser--image-size-medium {
    background-color: transparent;
  }
  .image-teaser--image-size-medium .image-teaser__figure,
  .image-teaser--image-size-medium .image-teaser__text-container {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .image-teaser--image-size-medium .image-teaser__figure picture {
    left: unset !important;
    transform: none !important;
    width: 100% !important;
  }
  .image-teaser--image-size-medium .image-teaser__links-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
  }
  .image-teaser--image-size-medium .image-teaser__container {
    position: relative;
  }
  .image-teaser--image-size-medium .image-teaser__container::before {
    content: "";
    display: block;
    left: 8px;
    height: 100%;
    position: absolute;
    right: 8px;
    top: 0;
  }
  .image-teaser--image-size-medium.image-teaser--olive .image-teaser__container::before {
    background-color: #44483C;
  }
  .image-teaser--image-size-medium.image-teaser--lava .image-teaser__container::before {
    background-color: #564038;
  }
  .image-teaser--image-size-medium.image-teaser--gray .image-teaser__container::before {
    background-color: #B2A29E;
  }
  .image-teaser--text-first .image-teaser__container {
    flex-direction: row-reverse;
  }
}
@media (min-width: 1440px) {
  .image-teaser:not(.image-teaser--full) .image-teaser__figure picture {
    left: calc(-100vw + 100%);
    position: relative;
    transform: translateX(calc(100vw - 100%));
    width: calc(100% + (100vw - 171.4285724082%) / 2);
  }
}
.image-with-text {
  overflow: hidden;
}
.image-with-text__container {
  align-items: center;
}
.image-with-text__preheading {
  font-family: "Pano";
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.25;
  display: block;
  margin: 0 0 2rem;
  max-width: 100rem;
}
.image-with-text__headline {
  font-family: "Pano";
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.27;
  display: block;
  margin: 0 0 2rem;
  max-width: 100rem;
}
.image-with-text__text-wrapper {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin-bottom: 6rem;
}
.image-with-text__text {
  font-family: "GT America";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.33;
}
.image-with-text__text ul {
  list-style: none;
}
.image-with-text__text li {
  margin-bottom: 1em;
  text-indent: calc(-1em - 2rem);
}
.image-with-text__text li::before {
  color: #FFE476;
  content: "\e904";
  display: inline-flex;
  font-family: "sunlight-web24";
  font-weight: 700;
  margin-right: 2rem;
  text-indent: 0;
  width: 1em;
}
.image-with-text__image-wrapper {
  margin-bottom: 6rem;
}
.image-with-text__links {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.image-with-text__link {
  margin-right: 1rem;
  margin-top: 1rem;
}
.image-with-text--text-align-center .image-with-text__text-wrapper {
  align-items: center;
  text-align: center;
}
.image-with-text--text-first .image-with-text__container {
  flex-direction: row-reverse;
}
.image-with-text--bg-olive, .image-with-text--bg-lava, .image-with-text--bg-gray, .image-with-text--bg-black, .image-with-text--bg-gray-darkest {
  color: #FFFFFF;
  margin-bottom: 6rem;
}
.image-with-text--bg-olive .image-with-text__text-wrapper, .image-with-text--bg-lava .image-with-text__text-wrapper, .image-with-text--bg-gray .image-with-text__text-wrapper, .image-with-text--bg-black .image-with-text__text-wrapper, .image-with-text--bg-gray-darkest .image-with-text__text-wrapper {
  margin-bottom: 0;
  padding-bottom: 6rem;
}
.image-with-text--bg-olive .image-with-text__image-wrapper, .image-with-text--bg-lava .image-with-text__image-wrapper, .image-with-text--bg-gray .image-with-text__image-wrapper, .image-with-text--bg-black .image-with-text__image-wrapper, .image-with-text--bg-gray-darkest .image-with-text__image-wrapper {
  margin-bottom: 0;
  padding-bottom: 6rem;
  padding-top: 6rem;
}
.image-with-text--bg-olive.image-with-text--extended-image .image-with-text__image-wrapper, .image-with-text--bg-lava.image-with-text--extended-image .image-with-text__image-wrapper, .image-with-text--bg-gray.image-with-text--extended-image .image-with-text__image-wrapper, .image-with-text--bg-black.image-with-text--extended-image .image-with-text__image-wrapper, .image-with-text--bg-gray-darkest.image-with-text--extended-image .image-with-text__image-wrapper {
  flex: 0 0 calc(100% + 76px);
  margin-left: -38px;
  margin-right: -38px;
  max-width: calc(100% + 76px);
  padding-top: 0;
}
.image-with-text--bg-olive.image-with-text--margin-none, .image-with-text--bg-lava.image-with-text--margin-none, .image-with-text--bg-gray.image-with-text--margin-none, .image-with-text--bg-black.image-with-text--margin-none, .image-with-text--bg-gray-darkest.image-with-text--margin-none {
  margin-bottom: 0;
}
.image-with-text--bg-olive {
  background-color: #44483C;
}
.image-with-text--bg-lava {
  background-color: #564038;
}
.image-with-text--bg-gray {
  background-color: #B2A29E;
}
.image-with-text--bg-black {
  background-color: #000000;
}
.image-with-text--bg-gray-darkest {
  background-color: #383838;
}
.image-with-text--bg-sand {
  background-color: #DEE0D9;
}

@media (min-width: 768px) {
  .image-with-text__preheading {
    font-family: "Pano";
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.25;
    text-transform: none;
  }
  .image-with-text__headline {
    font-family: "Pano";
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.5;
  }
  .image-with-text__text {
    font-family: "GT America";
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.25;
  }
  .image-with-text__quote {
    font-family: "Pano";
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.25;
  }
  .image-with-text--bg-olive.image-with-text--extended-image .image-with-text__image-wrapper, .image-with-text--bg-lava.image-with-text--extended-image .image-with-text__image-wrapper, .image-with-text--bg-gray.image-with-text--extended-image .image-with-text__image-wrapper, .image-with-text--bg-black.image-with-text--extended-image .image-with-text__image-wrapper, .image-with-text--bg-gray-darkest.image-with-text--extended-image .image-with-text__image-wrapper, .image-with-text--bg-sand.image-with-text--extended-image .image-with-text__image-wrapper {
    flex: 0 0 calc(100% + 140px);
    margin-left: -70px;
    margin-right: -70px;
    max-width: calc(100% + 140px);
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .image-with-text {
    margin-bottom: 12rem;
  }
  .image-with-text__text-wrapper {
    margin-bottom: 0;
  }
  .image-with-text__image-wrapper {
    margin-bottom: 0;
  }
  .image-with-text--extended-image .image-with-text__image-wrapper {
    margin-left: 16.6666666667%;
  }
  .image-with-text--extended-image .image-with-text__image-wrapper .basic-image {
    transform: translate(-66.66%);
    width: 300%;
  }
  .image-with-text--extended-image .image-with-text__text-wrapper {
    flex: 0 0 41.6666666667%;
    margin-left: 8.3333333333%;
    max-width: 41.6666666667%;
  }
  .image-with-text--text-first.image-with-text--extended-image .image-with-text__image-wrapper {
    margin-left: 8.3333333333%;
    margin-right: 16.6666666667%;
  }
  .image-with-text--text-first.image-with-text--extended-image .image-with-text__image-wrapper .basic-image {
    transform: translate(0);
    width: 300%;
  }
  .image-with-text--text-first.image-with-text--extended-image .image-with-text__text-wrapper {
    flex: 0 0 41.6666666667%;
    margin-left: 0;
    max-width: 41.6666666667%;
  }
  .image-with-text--bg-olive .image-with-text__text-wrapper, .image-with-text--bg-lava .image-with-text__text-wrapper, .image-with-text--bg-gray .image-with-text__text-wrapper, .image-with-text--bg-black .image-with-text__text-wrapper, .image-with-text--bg-gray-darkest .image-with-text__text-wrapper, .image-with-text--bg-sand .image-with-text__text-wrapper {
    padding-top: 6rem;
  }
  .image-with-text--bg-olive.image-with-text--extended-image .image-with-text__image-wrapper, .image-with-text--bg-lava.image-with-text--extended-image .image-with-text__image-wrapper, .image-with-text--bg-gray.image-with-text--extended-image .image-with-text__image-wrapper, .image-with-text--bg-black.image-with-text--extended-image .image-with-text__image-wrapper, .image-with-text--bg-gray-darkest.image-with-text--extended-image .image-with-text__image-wrapper, .image-with-text--bg-sand.image-with-text--extended-image .image-with-text__image-wrapper {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding-bottom: 0;
    padding-top: 0;
  }
  .image-with-text--margin-none {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .image-with-text__text ul {
    column-count: 2;
    column-gap: 6rem;
  }
}
.images-with-text {
  overflow: hidden;
}
.images-with-text__container {
  align-items: center;
}
.images-with-text__preheading {
  font-family: "Pano";
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.25;
  display: block;
  margin: 0 0 2rem;
  max-width: 100rem;
}
.images-with-text__headline {
  font-family: "Pano";
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.27;
  display: block;
  margin: 0 0 2rem;
  max-width: 100rem;
}
.images-with-text__text-wrapper {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin-bottom: 6rem;
}
.images-with-text__text {
  font-family: "GT America";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.33;
}
.images-with-text__image-wrapper {
  margin-bottom: 6rem;
}
.images-with-text__combi-image-wrapper {
  display: block;
  height: auto;
  margin-bottom: 6rem;
  width: 100%;
}
.images-with-text__link {
  margin-top: 2rem;
}
.images-with-text--text-align-center .images-with-text__text-wrapper {
  align-items: center;
  text-align: center;
}
.images-with-text--text-first .images-with-text__container {
  flex-direction: row-reverse;
}
.images-with-text .image-slider {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .images-with-text__preheading {
    font-family: "Pano";
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.25;
    text-transform: none;
  }
  .images-with-text__headline {
    font-family: "Pano";
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.25;
  }
  .images-with-text__text {
    font-family: "GT America";
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.25;
  }
  .images-with-text__quote {
    font-family: "Pano";
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.25;
  }
}
@media (min-width: 992px) {
  .images-with-text {
    margin-bottom: 12rem;
  }
  .images-with-text__text-wrapper {
    margin-bottom: 0;
  }
  .images-with-text__image-wrapper {
    margin-bottom: 0;
  }
  .images-with-text--extended-image .images-with-text__image-wrapper {
    margin-left: 16.6666666667%;
  }
  .images-with-text--extended-image .images-with-text__image-wrapper .basic-image {
    transform: translate(-66.66%);
    width: 300%;
  }
  .images-with-text--extended-image .images-with-text__text-wrapper {
    flex: 0 0 41.6666666667%;
    margin-left: 8.3333333333%;
    max-width: 41.6666666667%;
  }
  .images-with-text--text-first.images-with-text--extended-image .images-with-text__image-wrapper {
    margin-left: 8.3333333333%;
    margin-right: 16.6666666667%;
  }
  .images-with-text--text-first.images-with-text--extended-image .images-with-text__image-wrapper .basic-image {
    transform: translate(0);
    width: 300%;
  }
  .images-with-text--text-first.images-with-text--extended-image .images-with-text__text-wrapper {
    flex: 0 0 41.6666666667%;
    margin-left: 0;
    max-width: 41.6666666667%;
  }
}
@media (min-width: 1600px) {
  .images-with-text__container {
    justify-content: center;
  }
}
.models-slider {
  background-color: #000000;
  color: #FFFFFF;
  padding-bottom: 3rem;
  padding-top: 3rem;
  overflow: hidden;
  position: relative;
}
.models-slider__container {
  position: relative;
}
.models-slider__header {
  margin-bottom: 3rem;
  position: relative;
}
.models-slider__headline {
  font-family: "Pano";
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.27;
  display: block;
  hyphens: auto;
  margin: 0;
  max-width: 100rem;
}
.models-slider__slides, .models-slider__tabs-items {
  box-sizing: border-box;
  flex-wrap: nowrap;
  margin: 0;
}
.models-slider__slide {
  color: #FFFFFF;
  flex: 0 0 100%;
  height: auto;
  padding: 0;
  transition: transform 0.3s ease-in-out;
}
.models-slider__slide figure {
  position: relative;
}
.models-slider__slide picture {
  display: flex;
  height: 0;
  padding-top: 75%;
  position: relative;
  width: 100%;
}
.models-slider__slide picture img {
  bottom: 0;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.models-slider__slide .image-with-text__image-wrapper {
  display: none;
}
.models-slider__slide-caption {
  bottom: 0;
  left: 0;
  margin: 2rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.models-slider__slide-headline {
  font-family: "Pano";
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.25;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.models-slider__slide-headline small {
  display: block;
  font-family: "GT America";
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.25;
  margin-top: 0.5rem;
}
.models-slider__nav {
  align-items: center;
  display: none;
  position: static;
}
.models-slider__nav-next, .models-slider__nav-prev {
  color: #FFE476;
  cursor: pointer;
  height: 3rem;
  padding: 0.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4rem;
  z-index: 1;
}
.models-slider__nav-next::before, .models-slider__nav-prev::before {
  align-items: center;
  content: "";
  display: flex;
  font-family: "sunlight-web24";
  font-size: 4rem;
  justify-content: center;
  line-height: 0.5;
}
.models-slider__nav-next.swiper-button-disabled, .models-slider__nav-prev.swiper-button-disabled {
  display: none;
}
.models-slider__nav-next {
  right: 0;
}
.models-slider__nav-next::before {
  content: "\e805";
}
.models-slider__nav-prev {
  left: 0;
}
.models-slider__nav-prev::before {
  content: "\e806";
}
.models-slider__pagination {
  --swiper-pagination-color: #FFE476;
  --swiper-pagination-bullet-inactive-color: #FFE476;
  display: none;
  margin: 5rem auto 0;
  text-align: center;
}
.models-slider__tabs-container {
  margin-bottom: 6rem;
  position: relative;
}
.models-slider__tabs-scrollbar {
  background-color: rgba(217, 217, 217, 0.5);
  bottom: -3rem !important;
}
.models-slider__tabs-scrollbar .swiper-scrollbar-drag {
  background-color: #d9d9d9;
}
.models-slider__tabs-item {
  background-color: transparent;
  border-radius: 0.5rem;
  cursor: pointer;
  padding: 2rem;
  text-align: center;
}
.models-slider__tabs-item picture {
  display: flex;
  height: 8rem;
}
.models-slider__tabs-item picture img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.models-slider__tabs-item figcaption {
  font-family: "GT America";
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.25;
  margin-top: 1rem;
}
.models-slider__tabs-item.swiper-slide-thumb-active {
  background-color: #44483C;
}

@media (min-width: 768px) {
  .models-slider__headline {
    font-family: "Pano";
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.25;
  }
  .models-slider__description {
    font-family: "GT America";
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.25;
  }
  .models-slider__nav, .models-slider__pagination {
    display: block;
  }
  .models-slider__tabs-scrollbar {
    display: none;
  }
}
@media (min-width: 992px) {
  .models-slider {
    padding-bottom: 6rem;
    padding-top: 6rem;
  }
  .models-slider__header {
    margin-bottom: 6rem;
  }
  .models-slider__slide .image-with-text__image-wrapper {
    display: block;
  }
  .models-slider__tabs-item figcaption {
    font-family: "GT America";
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.25;
  }
}
@media (min-width: 1200px) {
  .models-slider__pagination {
    display: block;
  }
}
@media (max-width: 767px) {
  .models-slider__container {
    overflow: hidden;
  }
  .models-slider__slide .image-with-text .container-fluid {
    padding: 0;
  }
}
.popup-gallery {
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 12;
}
.popup-gallery:before {
  background-color: rgba(0, 0, 0, 0.86);
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}
.popup-gallery--visible {
  display: block;
}
.popup-gallery--images .popup-gallery__content {
  background-color: #000000;
  color: #FFFFFF;
}
.popup-gallery--images .popup-gallery__close {
  color: #FFFFFF;
}
.popup-gallery__content {
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  height: calc(var(--vh, 1vh) * 100 - 7.5rem - 4rem);
  height: calc(100svh - 7.5rem - 4rem);
  justify-content: stretch;
  left: 0;
  margin: 2rem;
  padding: 4rem;
  position: absolute;
  top: calc(var(--vh, 1vh) * 50 + 3.75rem - 2rem);
  top: calc(50svh + 3.75rem - 2rem);
  transform: translateY(-50%);
  width: calc(100% - 4rem);
  transition: top 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
}
.popup-gallery__content.video-block .popup-gallery__body {
  background-color: #000000;
  overflow: hidden;
}
.popup-gallery__content.video-block .popup-gallery__body iframe {
  width: 100%;
}
.popup-gallery__body {
  display: flex;
  flex-wrap: wrap;
  font-size: 2rem;
  height: 100%;
  line-height: 2.9rem;
  margin: 0 -4rem -4rem;
  overflow-y: auto;
  position: relative;
}
.popup-gallery__body iframe {
  height: 100% !important;
}
.popup-gallery__header {
  align-items: center;
  background-color: transparent;
  display: flex;
  height: 10rem;
  justify-content: space-between;
  margin: -4rem -4rem 0;
  padding: 0 2rem;
}
.popup-gallery__headline {
  font-family: "Pano";
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.27;
  margin: 0;
}
.popup-gallery__close {
  color: #000000;
  display: block;
  height: 4rem;
  overflow: hidden;
  position: relative;
  right: auto;
  text-indent: -999em;
  top: auto;
  width: 4rem;
}
.popup-gallery__close::before {
  bottom: 0;
  content: "\e935";
  font-family: "sunlight-web24";
  font-size: 3.2rem;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  text-indent: 0;
  top: 0;
}
.popup-gallery__images-wrapper, .popup-gallery__images {
  column-count: unset !important;
  height: 100%;
  margin: 0 !important;
  padding: 0;
  width: 100%;
}
.popup-gallery__images-wrapper .image-slider__nav {
  bottom: 0;
  height: 10rem;
  left: auto;
  padding: 0;
  right: 2rem;
  top: auto;
}
.popup-gallery__images-wrapper .image-slider__nav .image-slider__nav-next,
.popup-gallery__images-wrapper .image-slider__nav .image-slider__nav-prev {
  display: block !important;
}
.popup-gallery__images-wrapper .image-slider__container {
  height: 100%;
}
.popup-gallery__images {
  list-style: none;
}
.popup-gallery__image {
  height: 100%;
  width: 100% !important;
  padding: 0 2rem 10rem !important;
}
.popup-gallery__image figure {
  height: 100%;
}
.popup-gallery__image figure picture {
  display: flex;
  height: 100%;
  width: 100%;
}
.popup-gallery__image figure picture img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.popup-gallery__image figcaption {
  align-items: center;
  display: flex;
  height: 10rem;
}
.popup-gallery__fallback-message {
  background-color: #FFFFFF;
  color: #000000;
  display: block;
  font-size: 1.8rem;
  height: auto;
  left: 50%;
  line-height: 2.5rem;
  margin: 0;
  padding: 6rem;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  z-index: 0;
}
.popup-gallery__footer {
  font-family: "Pano";
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.27;
  align-items: center;
  background-color: transparent;
  display: flex;
  height: 10rem;
  justify-content: space-between;
  margin: 0 -4rem -4rem;
  padding: 0 2rem;
}
.popup-gallery:has(.popup-gallery__footer) .popup-gallery__body {
  margin-bottom: 0;
}

.header-unpinned .popup-gallery__content {
  top: calc(var(--vh, 1vh) * 50 - 2rem);
  top: calc(50svh - 2rem);
}

.has-notification:has(.header--top:not(.header--pinned)) .popup-gallery__content {
  height: calc(var(--vh, 1vh) * 100 - 7.5rem - 4rem - 4rem);
  height: calc(100svh - 7.5rem - 4rem - 4rem);
  top: calc(var(--vh, 1vh) * 50 + 3.75rem - 2rem - 2rem);
  top: calc(50svh + 3.75rem - 2rem - 2rem);
}

@media (min-width: 768px) {
  .popup-gallery__content {
    height: calc(var(--vh, 1vh) * 100 - 11rem - 8rem);
    height: calc(100svh - 11rem - 8rem);
    margin: 4rem;
    top: calc(var(--vh, 1vh) * 50 + 5.5rem - 4rem);
    top: calc(50svh + 5.5rem - 4rem);
    width: calc(100% - 8rem);
  }
  .popup-gallery__body .text-block:first-child {
    padding-top: 10rem;
  }
  .popup-gallery__header {
    justify-content: space-between;
    padding: 0 4rem;
  }
  .popup-gallery__headline {
    font-family: "Pano";
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.5;
  }
  .popup-gallery__images-wrapper .image-slider__nav {
    right: 4rem;
  }
  .popup-gallery__image {
    padding: 0 4rem 10rem !important;
  }
  .popup-gallery__footer {
    font-family: "Pano";
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.5;
    padding: 0 4rem;
  }
  .header-unpinned .popup-gallery__content {
    top: calc(var(--vh, 1vh) * 50 - 4rem);
    top: calc(50svh - 4rem);
  }
  .has-notification:has(.header--top:not(.header--pinned)) .popup-gallery__content {
    height: calc(var(--vh, 1vh) * 100 - 11rem - 8rem - 6rem);
    height: calc(100svh - 11rem - 8rem - 6rem);
    top: calc(var(--vh, 1vh) * 50 + 5.5rem - 4rem + 2rem);
    top: calc(50svh + 5.5rem - 4rem + 2rem);
  }
}
@media (min-width: 992px) {
  .popup-gallery__fallback-message {
    font-size: 2rem;
    line-height: 2.9rem;
  }
}
.quotes-block {
  background-color: #000000;
  color: #FFFFFF;
  margin-bottom: 6rem;
  padding-bottom: 3rem;
  padding-top: 3rem;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.quotes-block__container {
  overflow: hidden;
  position: relative;
}
.quotes-block__wrapper {
  margin: 0 auto;
  max-width: 100rem;
}
.quotes-block__items {
  box-sizing: border-box;
  flex-wrap: nowrap;
  margin: 0;
  position: relative;
}
.quotes-block__item {
  background-color: #44483C;
  border-radius: 0.6rem;
  height: auto !important;
  margin-bottom: 2rem;
  margin-top: 5rem;
  padding: 0;
}
.quotes-block__item header {
  margin-bottom: 3rem;
  margin-top: -7rem;
  text-align: center;
}
.quotes-block__item header picture {
  background-color: #99999B;
  border-radius: 100%;
  display: inline-flex;
  height: 7rem;
  overflow: hidden;
  position: relative;
  width: 7rem;
}
.quotes-block__item header picture img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.quotes-block__item footer {
  margin-top: 4rem;
  text-align: right;
}
.quotes-block__heading {
  font-family: "Pano";
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.25;
  font-weight: 700;
}
.quotes-block__text {
  font-family: "GT America";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.33;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  margin: 0;
  padding: 3rem;
  text-align: left;
}
.quotes-block__author {
  font-family: "GT America";
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.25;
  font-weight: 700;
  display: block;
  font-style: normal;
}
.quotes-block__pagination {
  --swiper-pagination-color: #FFE476;
  --swiper-pagination-bullet-inactive-color: #FFE476;
  margin: 0 auto;
  text-align: center;
}
.quotes-block--margin-none {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .quotes-block__headline {
    font-family: "Pano";
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.25;
  }
  .quotes-block__text {
    font-family: "GT America";
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1.25;
    margin: 0;
  }
  .quotes-block__text footer {
    margin-top: 3rem;
  }
  .quotes-block__author {
    font-family: "GT America";
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.25;
    font-weight: 700;
  }
  .quotes-block__item {
    border-radius: 2rem;
    height: auto !important;
    margin-bottom: 4rem;
    margin-top: 10rem;
  }
  .quotes-block__item::after {
    content: "”";
    font-family: "Pano";
    font-size: 20rem;
    pointer-events: none;
    position: absolute;
    right: 3rem;
    top: 0;
  }
  .quotes-block header {
    margin-bottom: 5rem;
    margin-top: -11rem;
  }
  .quotes-block header picture {
    height: 16rem;
    width: 16rem;
  }
}
@media (min-width: 992px) {
  .quotes-block {
    margin-bottom: 12rem;
    padding-bottom: 6rem;
    padding-top: 6rem;
  }
  .quotes-block--margin-none {
    margin-bottom: 0;
  }
}
.services-teaser-collection {
  color: #FFFFFF;
  margin-bottom: 6rem;
  overflow: hidden;
  position: relative;
}
.services-teaser-collection__text-container {
  background-color: #000000;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.services-teaser-collection__container {
  display: flex;
  flex-direction: column;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.services-teaser-collection__headline {
  font-family: "Pano";
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.33;
  color: #FFFFFF;
  display: block;
  margin: 0 0 1rem 0;
  max-width: 100rem;
}
.services-teaser-collection__description {
  font-family: "GT America";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.33;
  color: #FFFFFF;
  display: block;
  margin: 0;
  max-width: 100rem;
}
.services-teaser-collection__items {
  display: grid;
  grid-gap: 3rem;
  grid-template-rows: 1fr;
  height: 100%;
}
.services-teaser-collection__item {
  overflow: hidden;
  position: relative;
}
.services-teaser-collection__item--default::after {
  aspect-ratio: 1/1;
  background-image: url(../../img/logo-icon-black.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 100%;
  content: "";
  display: block;
  height: 100%;
  right: -10%;
  max-width: 60rem;
  opacity: 0.1;
  pointer-events: none;
  position: absolute;
  top: 25%;
  width: auto;
}
.services-teaser-collection__item:has(.service-teaser--darkest-gray)::after {
  opacity: 0.8;
}
.services-teaser-collection--margin-none {
  margin-bottom: 0;
}
.services-teaser-collection--2 .services-teaser-collection__items {
  grid-template-rows: 1fr 1fr;
}
.services-teaser-collection--3 .services-teaser-collection__items {
  grid-template-rows: 1fr 1fr 1fr;
}
.services-teaser-collection--4 .services-teaser-collection__items {
  grid-template-rows: 1fr 1fr 1fr 1fr;
}
.services-teaser-collection--5 .services-teaser-collection__items {
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
}

@media (min-width: 768px) {
  .services-teaser-collection__headline {
    font-family: "Pano";
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 2rem;
  }
  .services-teaser-collection__description {
    font-family: "GT America";
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.25;
  }
  .services-teaser-collection--layout-list {
    background-color: #000000;
  }
  .services-teaser-collection--layout-list .service-teaser__header {
    max-width: 60%;
  }
}
@media (min-width: 992px) {
  .services-teaser-collection {
    margin-bottom: 12rem;
  }
  .services-teaser-collection__text-container {
    padding-bottom: 6rem;
    padding-top: 6rem;
  }
  .services-teaser-collection__item--dealer-search::after {
    aspect-ratio: 555/468;
    background-image: url(../../img/dealer-search.svg);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 90%;
    right: 0;
    max-width: 60rem;
    pointer-events: none;
    position: absolute;
    width: auto;
  }
  .services-teaser-collection__item--configurator::after {
    aspect-ratio: 462/364;
    background-image: url(../../img/settings.svg);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 10%;
    content: "";
    display: block;
    height: 80%;
    right: 3rem;
    max-width: 60rem;
    pointer-events: none;
    position: absolute;
    width: auto;
  }
  .services-teaser-collection--layout-list {
    padding-bottom: 12rem;
    padding-top: 12rem;
  }
  .services-teaser-collection--layout-list .services-teaser-collection__items {
    grid-gap: 6rem;
  }
  .services-teaser-collection--layout-grid .services-teaser-collection__container {
    overflow: visible;
    padding-bottom: 0;
    padding-top: 0;
  }
  .services-teaser-collection--layout-grid .services-teaser-collection__items {
    grid-gap: 0;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .services-teaser-collection--layout-grid .services-teaser-collection__items::after {
    max-width: 50rem;
  }
  .services-teaser-collection--layout-grid .services-teaser-collection__item {
    overflow: unset;
  }
  .services-teaser-collection--layout-grid .services-teaser-collection__item:nth-child(1) {
    grid-area: item-1;
  }
  .services-teaser-collection--layout-grid .services-teaser-collection__item:nth-child(2) {
    grid-area: item-2;
  }
  .services-teaser-collection--layout-grid .services-teaser-collection__item:nth-child(3) {
    grid-area: item-3;
  }
  .services-teaser-collection--layout-grid .services-teaser-collection__item:nth-child(4) {
    grid-area: item-4;
  }
  .services-teaser-collection--layout-grid .services-teaser-collection__item:nth-child(5) {
    grid-area: item-5;
  }
  .services-teaser-collection--layout-grid .services-teaser-collection__item:nth-child(6) {
    grid-area: item-6;
  }
  .services-teaser-collection--1.services-teaser-collection--layout-grid .services-teaser-collection__items {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: "item-1";
  }
  .services-teaser-collection--1.services-teaser-collection--layout-grid .services-teaser-collection__item:nth-child(1) .service-teaser {
    padding-left: 0;
    padding-right: 0;
  }
  .services-teaser-collection--1.services-teaser-collection--layout-grid .services-teaser-collection__item:nth-child(1) .service-teaser:before {
    background-color: inherit;
    bottom: 0;
    content: "";
    position: absolute;
    left: -999em;
    top: 0;
    width: 999em;
  }
  .services-teaser-collection--1.services-teaser-collection--layout-grid .services-teaser-collection__item:nth-child(1) .service-teaser:after {
    background-color: inherit;
    bottom: 0;
    content: "";
    height: auto;
    overflow: hidden;
    position: absolute;
    right: -999em;
    top: 0;
    visibility: visible;
    width: 999em;
  }
  .services-teaser-collection--2.services-teaser-collection--layout-grid .services-teaser-collection__items {
    grid-template-rows: 1fr;
    grid-template-areas: "item-1 item-2";
  }
  .services-teaser-collection--2.services-teaser-collection--layout-grid .services-teaser-collection__item:nth-child(1) .service-teaser {
    padding-left: 0;
  }
  .services-teaser-collection--2.services-teaser-collection--layout-grid .services-teaser-collection__item:nth-child(1) .service-teaser:before {
    background-color: inherit;
    bottom: 0;
    content: "";
    position: absolute;
    left: -999em;
    top: 0;
    width: 999em;
  }
  .services-teaser-collection--2.services-teaser-collection--layout-grid .services-teaser-collection__item:nth-child(2) .service-teaser {
    padding-right: 0;
  }
  .services-teaser-collection--2.services-teaser-collection--layout-grid .services-teaser-collection__item:nth-child(2) .service-teaser:after {
    background-color: inherit;
    bottom: 0;
    content: "";
    height: auto;
    overflow: hidden;
    position: absolute;
    right: -999em;
    top: 0;
    visibility: visible;
    width: 999em;
  }
  .services-teaser-collection--3.services-teaser-collection--layout-grid .services-teaser-collection__items {
    grid-template-rows: 1fr 1fr;
    grid-template-areas: "item-1 item-3" "item-2 item-3";
  }
  .services-teaser-collection--3.services-teaser-collection--layout-grid .services-teaser-collection__item:nth-child(1) .service-teaser,
  .services-teaser-collection--3.services-teaser-collection--layout-grid .services-teaser-collection__item:nth-child(2) .service-teaser {
    padding-left: 0;
  }
  .services-teaser-collection--3.services-teaser-collection--layout-grid .services-teaser-collection__item:nth-child(1) .service-teaser:before,
  .services-teaser-collection--3.services-teaser-collection--layout-grid .services-teaser-collection__item:nth-child(2) .service-teaser:before {
    background-color: inherit;
    bottom: 0;
    content: "";
    position: absolute;
    left: -999em;
    top: 0;
    width: 999em;
  }
  .services-teaser-collection--3.services-teaser-collection--layout-grid .services-teaser-collection__item:nth-child(3) .service-teaser {
    padding-right: 0;
  }
  .services-teaser-collection--3.services-teaser-collection--layout-grid .services-teaser-collection__item:nth-child(3) .service-teaser:after {
    background-color: inherit;
    bottom: 0;
    content: "";
    height: auto;
    overflow: hidden;
    position: absolute;
    right: -999em;
    top: 0;
    visibility: visible;
    width: 999em;
  }
  .services-teaser-collection--4.services-teaser-collection--layout-grid .services-teaser-collection__items {
    grid-template-rows: 1fr 1fr;
    grid-template-areas: "item-1 item-3" "item-2 item-4";
  }
  .services-teaser-collection--4.services-teaser-collection--layout-grid .services-teaser-collection__item:nth-child(1) .service-teaser,
  .services-teaser-collection--4.services-teaser-collection--layout-grid .services-teaser-collection__item:nth-child(2) .service-teaser {
    padding-left: 0;
  }
  .services-teaser-collection--4.services-teaser-collection--layout-grid .services-teaser-collection__item:nth-child(1) .service-teaser:before,
  .services-teaser-collection--4.services-teaser-collection--layout-grid .services-teaser-collection__item:nth-child(2) .service-teaser:before {
    background-color: inherit;
    bottom: 0;
    content: "";
    position: absolute;
    left: -999em;
    top: 0;
    width: 999em;
  }
  .services-teaser-collection--4.services-teaser-collection--layout-grid .services-teaser-collection__item:nth-child(3) .service-teaser,
  .services-teaser-collection--4.services-teaser-collection--layout-grid .services-teaser-collection__item:nth-child(4) .service-teaser {
    padding-right: 0;
  }
  .services-teaser-collection--4.services-teaser-collection--layout-grid .services-teaser-collection__item:nth-child(3) .service-teaser:after,
  .services-teaser-collection--4.services-teaser-collection--layout-grid .services-teaser-collection__item:nth-child(4) .service-teaser:after {
    background-color: inherit;
    bottom: 0;
    content: "";
    height: auto;
    overflow: hidden;
    position: absolute;
    right: -999em;
    top: 0;
    visibility: visible;
    width: 999em;
  }
  .services-teaser-collection--5 .services-teaser-collection--layout-grid .services-teaser-collection__items {
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-areas: "item-1 item-3" "item-2 item-4" "item-5 item-5";
  }
  .services-teaser-collection--5 .services-teaser-collection--layout-grid .services-teaser-collection__item:nth-child(1) .service-teaser,
  .services-teaser-collection--5 .services-teaser-collection--layout-grid .services-teaser-collection__item:nth-child(2) .service-teaser,
  .services-teaser-collection--5 .services-teaser-collection--layout-grid .services-teaser-collection__item:nth-child(5) .service-teaser {
    padding-left: 0;
  }
  .services-teaser-collection--5 .services-teaser-collection--layout-grid .services-teaser-collection__item:nth-child(1) .service-teaser:before,
  .services-teaser-collection--5 .services-teaser-collection--layout-grid .services-teaser-collection__item:nth-child(2) .service-teaser:before,
  .services-teaser-collection--5 .services-teaser-collection--layout-grid .services-teaser-collection__item:nth-child(5) .service-teaser:before {
    background-color: inherit;
    bottom: 0;
    content: "";
    position: absolute;
    left: -999em;
    top: 0;
    width: 999em;
  }
  .services-teaser-collection--5 .services-teaser-collection--layout-grid .services-teaser-collection__item:nth-child(3) .service-teaser,
  .services-teaser-collection--5 .services-teaser-collection--layout-grid .services-teaser-collection__item:nth-child(4) .service-teaser,
  .services-teaser-collection--5 .services-teaser-collection--layout-grid .services-teaser-collection__item:nth-child(5) .service-teaser {
    padding-right: 0;
  }
  .services-teaser-collection--5 .services-teaser-collection--layout-grid .services-teaser-collection__item:nth-child(3) .service-teaser:after,
  .services-teaser-collection--5 .services-teaser-collection--layout-grid .services-teaser-collection__item:nth-child(4) .service-teaser:after,
  .services-teaser-collection--5 .services-teaser-collection--layout-grid .services-teaser-collection__item:nth-child(5) .service-teaser:after {
    background-color: inherit;
    bottom: 0;
    content: "";
    height: auto;
    overflow: hidden;
    position: absolute;
    right: -999em;
    top: 0;
    visibility: visible;
    width: 999em;
  }
  .services-teaser-collection--margin-none {
    margin-bottom: 0;
  }
}
.text-block {
  margin-bottom: 6rem;
}
.text-block__headline {
  font-family: "Pano";
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.27;
  display: block;
  margin: 0 0 2rem;
  max-width: 100rem;
}
.text-block__text {
  font-family: "GT America";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.33;
}
.text-block__text h1, .text-block__text h2, .text-block__text h3, .text-block__text h4, .text-block__text h5, .text-block__text h6 {
  margin: 1em 0;
}
.text-block__text h1:first-of-type, .text-block__text h2:first-of-type, .text-block__text h3:first-of-type, .text-block__text h4:first-of-type, .text-block__text h5:first-of-type, .text-block__text h6:first-of-type {
  margin-top: 0;
}
.text-block__text ul, .text-block__text ol {
  margin: 0 0 1em;
}
.text-block__text p {
  display: inline-block;
  margin: 0 0 1em;
  width: 100%;
}
.text-block__text p a {
  position: relative;
}
.text-block__text p a::before {
  background-color: #000000;
  bottom: -2px;
  content: " ";
  height: 1px;
  position: absolute;
  transition: all 0.3s ease 0s;
  right: 0;
  width: 0;
}
.text-block__text p a::after {
  background-color: #000000;
  bottom: -2px;
  content: " ";
  height: 1px;
  left: 0;
  position: absolute;
  transition: all 0.3s ease 0.15s;
  width: 100%;
}
.text-block__text p a:hover::before {
  left: 0;
  transition-delay: 0.15s;
  width: 100%;
}
.text-block__text p a:hover::after {
  left: unset;
  right: 0;
  transition-delay: 0s;
  width: 0;
}
.text-block__text img {
  height: auto;
  max-width: 100%;
}
.text-block__links {
  display: inline-flex;
  flex-wrap: wrap;
  margin-top: 1rem;
  gap: 0 1rem;
}
.text-block__link {
  display: inline-flex;
  margin-top: 1rem;
}
.text-block--text-align-center .text-block__headline {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.text-block--text-align-center .text-block__text {
  text-align: center;
}
.text-block--bg-olive, .text-block--bg-lava, .text-block--bg-gray, .text-block--bg-black, .text-block--bg-gray-darkest {
  color: #FFFFFF;
  padding-bottom: 6rem;
  padding-top: 6rem;
}
.text-block--bg-olive .text-block__headline, .text-block--bg-lava .text-block__headline, .text-block--bg-gray .text-block__headline, .text-block--bg-black .text-block__headline, .text-block--bg-gray-darkest .text-block__headline {
  color: #FFFFFF;
}
.text-block--bg-olive .text-block__text p a::before, .text-block--bg-lava .text-block__text p a::before, .text-block--bg-gray .text-block__text p a::before, .text-block--bg-black .text-block__text p a::before, .text-block--bg-gray-darkest .text-block__text p a::before {
  background-color: #FFFFFF;
}
.text-block--bg-olive .text-block__text p a::after, .text-block--bg-lava .text-block__text p a::after, .text-block--bg-gray .text-block__text p a::after, .text-block--bg-black .text-block__text p a::after, .text-block--bg-gray-darkest .text-block__text p a::after {
  background-color: #FFFFFF;
}
.text-block--bg-olive + .text-block--bg-olive, .text-block--bg-olive + .text-block--bg-lava, .text-block--bg-olive + .text-block--bg-gray, .text-block--bg-olive + .text-block--bg-black, .text-block--bg-olive + .text-block--bg-gray-darkest, .text-block--bg-lava + .text-block--bg-olive, .text-block--bg-lava + .text-block--bg-lava, .text-block--bg-lava + .text-block--bg-gray, .text-block--bg-lava + .text-block--bg-black, .text-block--bg-lava + .text-block--bg-gray-darkest, .text-block--bg-gray + .text-block--bg-olive, .text-block--bg-gray + .text-block--bg-lava, .text-block--bg-gray + .text-block--bg-gray, .text-block--bg-gray + .text-block--bg-black, .text-block--bg-gray + .text-block--bg-gray-darkest, .text-block--bg-black + .text-block--bg-olive, .text-block--bg-black + .text-block--bg-lava, .text-block--bg-black + .text-block--bg-gray, .text-block--bg-black + .text-block--bg-black, .text-block--bg-black + .text-block--bg-gray-darkest, .text-block--bg-gray-darkest + .text-block--bg-olive, .text-block--bg-gray-darkest + .text-block--bg-lava, .text-block--bg-gray-darkest + .text-block--bg-gray, .text-block--bg-gray-darkest + .text-block--bg-black, .text-block--bg-gray-darkest + .text-block--bg-gray-darkest {
  margin-top: -6rem;
}
.text-block--bg-olive.text-block--margin-none, .text-block--bg-lava.text-block--margin-none, .text-block--bg-gray.text-block--margin-none, .text-block--bg-black.text-block--margin-none, .text-block--bg-gray-darkest.text-block--margin-none {
  margin-bottom: 0;
}
.text-block--bg-sand {
  padding-bottom: 6rem;
  padding-top: 6rem;
}
.text-block--bg-sand + .text-block--bg-sand {
  margin-top: -6rem;
}
.text-block--bg-sand.text-block--margin-none {
  margin-bottom: 0;
}
.text-block--bg-olive {
  background-color: #44483C;
}
.text-block--bg-olive + .text-block--bg-olive {
  margin-top: -12rem;
}
.text-block--bg-olive.text-block--margin-none + .text-block--bg-olive {
  margin-top: -6rem;
}
.text-block--bg-lava {
  background-color: #564038;
}
.text-block--bg-lava + .text-block--bg-lava {
  margin-top: -12rem;
}
.text-block--bg-lava.text-block--margin-none + .text-block--bg-lava {
  margin-top: -6rem;
}
.text-block--bg-gray {
  background-color: #B2A29E;
}
.text-block--bg-gray + .text-block--bg-gray {
  margin-top: -12rem;
}
.text-block--bg-gray.text-block--margin-none + .text-block--bg-gray {
  margin-top: -6rem;
}
.text-block--bg-black {
  background-color: #000000;
}
.text-block--bg-black + .text-block--bg-black {
  margin-top: -12rem;
}
.text-block--bg-black.text-block--margin-none + .text-block--bg-black {
  margin-top: -6rem;
}
.text-block--bg-gray-darkest {
  background-color: #383838;
}
.text-block--bg-gray-darkest + .text-block--bg-gray-darkest {
  margin-top: -12rem;
}
.text-block--bg-gray-darkest.text-block--margin-none + .text-block--bg-gray-darkest {
  margin-top: -6rem;
}
.text-block--bg-sand {
  background-color: #DEE0D9;
}
.text-block--bg-sand + .text-block--bg-sand {
  margin-top: -12rem;
}
.text-block--bg-sand.text-block--margin-none + .text-block--bg-sand {
  margin-top: -6rem;
}

@media (min-width: 768px) {
  .text-block__headline {
    font-family: "Pano";
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.5;
  }
  .text-block__text {
    font-family: "GT America";
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.25;
  }
  .text-block__text--columns-2, .text-block__text--columns-3 {
    column-count: 2;
    column-gap: 8.3333333333%;
  }
}
@media (min-width: 992px) {
  .text-block + .text-block {
    margin-top: 12rem;
  }
  .text-block--bg-olive, .text-block--bg-lava, .text-block--bg-gray, .text-block--bg-black, .text-block--bg-gray-darkest, .text-block--bg-sand {
    padding-bottom: 12rem;
    padding-top: 12rem;
  }
  .text-block--bg-olive + .text-block--bg-olive, .text-block--bg-olive + .text-block--bg-lava, .text-block--bg-olive + .text-block--bg-gray, .text-block--bg-olive + .text-block--bg-black, .text-block--bg-olive + .text-block--bg-gray-darkest, .text-block--bg-olive + .text-block--bg-sand, .text-block--bg-lava + .text-block--bg-olive, .text-block--bg-lava + .text-block--bg-lava, .text-block--bg-lava + .text-block--bg-gray, .text-block--bg-lava + .text-block--bg-black, .text-block--bg-lava + .text-block--bg-gray-darkest, .text-block--bg-lava + .text-block--bg-sand, .text-block--bg-gray + .text-block--bg-olive, .text-block--bg-gray + .text-block--bg-lava, .text-block--bg-gray + .text-block--bg-gray, .text-block--bg-gray + .text-block--bg-black, .text-block--bg-gray + .text-block--bg-gray-darkest, .text-block--bg-gray + .text-block--bg-sand, .text-block--bg-black + .text-block--bg-olive, .text-block--bg-black + .text-block--bg-lava, .text-block--bg-black + .text-block--bg-gray, .text-block--bg-black + .text-block--bg-black, .text-block--bg-black + .text-block--bg-gray-darkest, .text-block--bg-black + .text-block--bg-sand, .text-block--bg-gray-darkest + .text-block--bg-olive, .text-block--bg-gray-darkest + .text-block--bg-lava, .text-block--bg-gray-darkest + .text-block--bg-gray, .text-block--bg-gray-darkest + .text-block--bg-black, .text-block--bg-gray-darkest + .text-block--bg-gray-darkest, .text-block--bg-gray-darkest + .text-block--bg-sand, .text-block--bg-sand + .text-block--bg-olive, .text-block--bg-sand + .text-block--bg-lava, .text-block--bg-sand + .text-block--bg-gray, .text-block--bg-sand + .text-block--bg-black, .text-block--bg-sand + .text-block--bg-gray-darkest, .text-block--bg-sand + .text-block--bg-sand {
    margin-top: -12rem;
  }
  .text-block--bg-olive + .text-block--bg-olive {
    margin-top: -18rem;
  }
  .text-block--bg-olive.text-block--margin-none + .text-block--bg-olive {
    margin-top: -12rem;
  }
  .text-block--bg-lava + .text-block--bg-lava {
    margin-top: -18rem;
  }
  .text-block--bg-lava.text-block--margin-none + .text-block--bg-lava {
    margin-top: -12rem;
  }
  .text-block--bg-gray + .text-block--bg-gray {
    margin-top: -18rem;
  }
  .text-block--bg-gray.text-block--margin-none + .text-block--bg-gray {
    margin-top: -12rem;
  }
  .text-block--bg-black + .text-block--bg-black {
    margin-top: -18rem;
  }
  .text-block--bg-black.text-block--margin-none + .text-block--bg-black {
    margin-top: -12rem;
  }
  .text-block--bg-gray-darkest + .text-block--bg-gray-darkest {
    margin-top: -18rem;
  }
  .text-block--bg-gray-darkest.text-block--margin-none + .text-block--bg-gray-darkest {
    margin-top: -12rem;
  }
  .text-block--bg-sand + .text-block--bg-sand {
    margin-top: -18rem;
  }
  .text-block--bg-sand.text-block--margin-none + .text-block--bg-sand {
    margin-top: -12rem;
  }
}
@media (min-width: 1200px) {
  .text-block__text--columns-3 {
    column-count: 3;
  }
}
.video-block {
  margin-bottom: 6rem;
}
.video-block--margin-none {
  margin-bottom: 0;
}
.video-block--width-content {
  padding-left: 38px;
  padding-right: 38px;
}

@media (min-width: 992px) {
  .video-block {
    margin-bottom: 12rem;
  }
  .video-block--margin-none {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .video-block--width-content {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media (min-width: 1440px) {
  .video-block--width-content {
    padding-left: 140px;
    padding-right: 140px;
  }
}
.wizard {
  padding-bottom: 3rem;
  padding-top: 3rem;
  overflow: hidden;
  position: relative;
}
.wizard__container {
  position: relative;
}
.wizard__header {
  margin-bottom: 3rem;
  position: relative;
}
.wizard__headline {
  font-family: "Pano";
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.27;
  display: block;
  hyphens: auto;
  margin: 0;
  max-width: 100rem;
}
.wizard__steps, .wizard__tabs-items {
  box-sizing: border-box;
  flex-wrap: nowrap;
  margin: 0;
}
.wizard__step {
  color: #FFFFFF;
  flex: 0 0 100%;
  height: auto;
  padding: 0 0 5rem;
  transition: transform 0.3s ease-in-out;
}
.wizard__step .row {
  align-items: flex-start;
}
.wizard__step figure {
  position: relative;
}
.wizard__step picture {
  display: flex;
  height: 0;
  padding-top: 100%;
  position: relative;
  width: 100%;
}
.wizard__step picture img {
  bottom: 0;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.wizard__step .image-with-text__image-wrapper {
  display: none;
}
.wizard__step .wpcf7-list-item-label {
  color: #FFFFFF !important;
}
.wizard__step .form-block__upload-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 30rem;
}
.wizard__step .form-block__upload-wrapper .wpcf7-list-item-label {
  color: #000000 !important;
}
.wizard__step .form-block__upload-wrapper [data-name=accept-privacy] {
  position: absolute;
  bottom: -1rem;
  right: 2rem;
}
.wizard__step .form-block__upload-wrapper .form-block__item-note {
  font-family: "GT America";
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.33;
  align-items: flex-end;
  display: flex;
  margin-right: 15rem;
  min-height: 5rem;
  position: relative;
}
.wizard__step .form-block__upload-wrapper .cd-upload-btn {
  display: inline-flex;
  margin-top: 1rem;
}
.wizard__step .form-block__upload-wrapper .codedropz-upload-inner {
  font-family: "GT America";
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.33;
}
.wizard__slide-caption {
  bottom: 0;
  left: 0;
  margin: 2rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.wizard__slide-headline {
  font-family: "Pano";
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.25;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.wizard__slide-headline small {
  display: block;
  font-family: "GT America";
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.25;
  margin-top: 0.5rem;
}
.wizard__nav {
  align-items: center;
  display: block;
  position: static;
}
.wizard__nav-next, .wizard__nav-prev {
  bottom: 0;
  cursor: pointer;
  position: absolute;
  z-index: 1;
}
.wizard__nav-next.swiper-button-disabled, .wizard__nav-prev.swiper-button-disabled {
  display: none;
}
.wizard__nav-next {
  right: 0;
}
.wizard__nav-prev {
  flex-direction: row-reverse;
  left: 0;
  margin-right: 1rem;
}
.wizard__nav-prev::after {
  margin-left: 0;
  margin-right: 1rem;
  transform: rotateY(-180deg);
}
.wizard input[type=submit] {
  bottom: 0;
  margin-bottom: 0;
  min-width: 0;
  position: absolute;
  right: 0;
}
.wizard__tabs-container {
  margin-bottom: 6rem;
  position: relative;
}
.wizard__tabs-scrollbar {
  background-color: rgba(217, 217, 217, 0.5);
  bottom: -3rem !important;
}
.wizard__tabs-scrollbar .swiper-scrollbar-drag {
  background-color: #d9d9d9;
}
.wizard__tabs-items::after {
  background-color: #000000;
  bottom: 0;
  content: "";
  display: block;
  height: 0.3rem;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
}
.wizard__tabs-item {
  font-family: "Pano";
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.25;
  background-color: transparent;
  cursor: default;
  hyphens: auto;
  padding: 2rem 0 4rem;
  position: relative;
  text-align: left;
}
.wizard__tabs-item strong {
  font-family: "Pano";
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.25;
  display: block;
  margin-bottom: 1rem;
}
.wizard__tabs-item.swiper-slide-thumb-active::after {
  background-color: #FFE476;
  bottom: 0;
  content: "";
  display: block;
  height: 0.3rem;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}
.wizard .form-block__item br {
  display: none;
}
.wizard .form-block__item input::placeholder,
.wizard .form-block__item select::placeholder,
.wizard .form-block__item textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #7D846F !important;
}
.wizard .form-block__item input:-ms-input-placeholder,
.wizard .form-block__item select:-ms-input-placeholder,
.wizard .form-block__item textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #7D846F !important;
}
.wizard .form-block__item input::-ms-input-placeholder,
.wizard .form-block__item select::-ms-input-placeholder,
.wizard .form-block__item textarea::-ms-input-placeholder { /* Microsoft Edge */
  color: #7D846F !important;
}

@media (min-width: 768px) {
  .wizard__headline {
    font-family: "Pano";
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.25;
  }
  .wizard__description {
    font-family: "GT America";
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.25;
  }
  .wizard__nav, .wizard__pagination {
    display: block;
  }
  .wizard__tabs-scrollbar {
    display: none;
  }
  .wizard__tabs-items::after {
    height: 0.8rem;
  }
  .wizard__tabs-item.swiper-slide-thumb-active::after {
    height: 0.8rem;
  }
}
@media (min-width: 992px) {
  .wizard {
    padding-bottom: 6rem;
    padding-top: 6rem;
  }
  .wizard__header {
    margin-bottom: 6rem;
  }
  .wizard__step .image-with-text__image-wrapper {
    display: block;
  }
  .wizard__tabs-item {
    font-family: "Pano";
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.5;
  }
  .wizard__tabs-item strong {
    font-family: "Pano";
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.25;
  }
  .wizard__tabs-item picture {
    height: 10rem;
  }
  .wizard__tabs-item figcaption {
    font-family: "GT America";
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.25;
  }
}
@media (max-width: 767px) {
  .wizard__container {
    overflow: hidden;
  }
  .wizard__step .image-with-text .container-fluid {
    padding: 0;
  }
}
.collapsible__content {
  max-height: 0;
  overflow: hidden;
}
.collapsible__collapser {
  cursor: pointer;
}
.collapsible.is-visible .collapsible__content {
  max-height: 500vh;
  padding-bottom: 4rem;
}

.dealers-locator {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.dealers-locator__header {
  background-color: #44483C;
  margin-top: -6rem;
  padding: 0 0 6rem;
}
.dealers-locator__container {
  display: flex;
  flex-direction: row;
  height: 100%;
  position: relative;
}
.dealers-locator__view-toggler {
  background-color: #000000;
  border-radius: 100%;
  bottom: 38px;
  color: #FFFFFF;
  display: block;
  font-size: 2rem;
  height: 4rem;
  position: fixed;
  right: 38px;
  text-align: center;
  width: 4rem;
  z-index: 10;
}
.dealers-locator__view-toggler div {
  line-height: 4rem;
}
.dealers-locator__view-toggler div.active {
  display: none;
}
.dealers-locator__vendor-info {
  font-family: "GT America";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.33;
  background-color: #000000;
  bottom: auto;
  color: #FFFFFF;
  display: block;
  left: 0;
  margin: 0;
  padding: 3rem 4rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.dealers-locator__vendor-info > div {
  display: inline-flex;
  margin: 1rem 1rem 1rem 0;
}
.dealers-locator__vendor-info p {
  display: inline;
}
.dealers-locator__vendor-info a:not(.button):hover,
.dealers-locator__vendor-info a:not(.button):focus,
.dealers-locator__vendor-info a:not(.button):active {
  text-decoration: underline;
}
.dealers-locator__vendor-info .button {
  display: inline-flex;
}
.dealers-locator__ctas {
  display: inline-flex;
  flex-wrap: wrap;
}
.dealers-locator__side-bar, .dealers-locator__map {
  display: block;
  height: 100%;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 1;
}
.dealers-locator__side-bar.active, .dealers-locator__map.active {
  opacity: 1;
  z-index: 2;
}
.dealers-locator__map {
  bottom: 0;
  flex-basis: 100%;
  height: calc(var(--vh) * 100 - 7.5rem);
  opacity: 0;
  position: fixed;
  top: 7.5rem;
  z-index: -1;
}
.dealers-locator__map-canvas {
  height: 100%;
  width: 100%;
}
.dealers-locator__side-bar {
  background-color: #FFFFFF;
  display: flex;
  flex-basis: 100%;
  flex-direction: column;
}
.dealers-locator__meta-bar {
  align-items: center;
  border-bottom: 2px solid #000000;
  display: flex;
  font-size: 1.4rem;
  line-height: 2rem;
  padding: 2rem 0 3rem;
}
.dealers-locator__filter-wrapper {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  padding: 2rem 38px 0;
  position: relative;
  z-index: 5;
}
.dealers-locator__search-bar {
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  margin-bottom: 2rem;
}
.dealers-locator__search-diameter {
  border-right: 1px solid #E3E3E3;
  display: none;
  flex-basis: 20%;
  min-width: 11rem;
  position: relative;
}
.dealers-locator__dropdown-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 6rem;
  height: 6rem;
  transition: 0.3s ease;
  overflow: hidden;
  background-color: #FFFFFF;
}
.dealers-locator__dropdown-arrow {
  color: #2F2F2F;
  font-size: 2rem;
  position: absolute;
  right: 0.5rem;
}
.dealers-locator__dropdown-wrapper:hover {
  cursor: pointer;
  min-height: 25rem;
}
.dealers-locator__dropdown-selected, .dealers-locator__dropdown-option {
  border: 1px solid #E3E3E3;
  border-bottom: 0;
  color: #2F2F2F;
  font-size: 1.8rem;
  padding: 0 2.5rem 0 1.5rem;
}
.dealers-locator__dropdown-selected {
  border: 0;
}
.dealers-locator__dropdown-option:hover {
  background-color: #F7F7F7;
}
.dealers-locator__dropdown-option:last-child {
  border-bottom: 1px solid #E3E3E3;
}
.dealers-locator__list {
  display: block;
  flex-direction: column;
  max-height: 100%;
}
.dealers-locator__vendor-entity-wrapper {
  background-size: cover;
  display: flex;
  flex-flow: wrap;
  width: 100%;
}
.dealers-locator__vendor-entity-wrapper--empty {
  display: none;
}
.dealers-locator__vendor-entity {
  flex-grow: 0;
  order: 2;
  padding: 3rem 38px;
  position: relative;
  width: 100%;
}
.dealers-locator__vendor-entity:after {
  background-color: #000000;
  bottom: 0;
  content: " ";
  height: 2px;
  left: 38px;
  position: absolute;
  right: 38px;
}
.dealers-locator__vendor-entity.is-first {
  order: 1;
}
.dealers-locator__vendor-entity.col-12 {
  margin-bottom: 0 !important;
}
.dealers-locator__vendor-entity.focused, .dealers-locator__vendor-entity:hover {
  background-color: #F7F7F7;
}
.dealers-locator__vendor-entity-date-seperator {
  font-family: "Pano";
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.27;
  background-color: #FFFFFF;
  border-bottom: 2px solid;
  display: none;
  flex-grow: 0;
  margin-bottom: 3rem;
  padding: 3rem 0;
  position: relative;
  width: 100%;
}
.dealers-locator__vendor-entity.has-event-link .dealers-locator__vendor-nation, .dealers-locator__vendor-entity.has-event-link .dealers-locator__vendor-name {
  max-width: calc(100% - 7rem);
}
.dealers-locator__vendor-nation {
  color: #44483C;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 2.1rem;
  text-transform: uppercase;
}
.dealers-locator__vendor-logo {
  display: none;
}
.dealers-locator__vendor-name, .dealers-locator__vendor-address, .dealers-locator__vendor-contact, .dealers-locator__vendor-note {
  color: #000000;
  font-size: 1.4rem;
  line-height: 2.1rem;
}
.dealers-locator__vendor-name a, .dealers-locator__vendor-address a, .dealers-locator__vendor-contact a, .dealers-locator__vendor-note a {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.dealers-locator__vendor-note {
  line-height: 1.8rem;
  padding: 1rem;
}
.dealers-locator__vendor-address {
  margin-top: 1.5rem;
}
.dealers-locator__vendor-contact a {
  display: block;
}
.dealers-locator__vendor-contact a i {
  display: inline-flex;
  margin-right: 0.5rem;
}
.dealers-locator__vendor-meta {
  background-color: #FFFFFF;
  border: 1px solid;
  border-radius: 4rem;
  display: inline-flex;
  height: 4rem;
  margin-right: 1rem;
  margin-top: 3rem;
}
.dealers-locator__vendor-meta span {
  font-size: 2rem;
}
.dealers-locator__vendor-distance {
  align-items: center;
  color: #000000;
  display: flex;
  font-size: 1rem;
  justify-content: center;
  line-height: 1rem;
  padding: 0 1.5rem;
  text-transform: uppercase;
}
.dealers-locator__vendor-distance span {
  font-size: 1.8rem;
}
.dealers-locator__vendor-icon {
  align-items: center;
  border-right: 0;
  border-right: 1px solid;
  display: flex;
  justify-content: center;
  line-height: 3.8rem;
  padding: 0 1.5rem;
}
.dealers-locator__vendor-icon:last-child {
  border-right: none;
}
.dealers-locator__get-route, .dealers-locator__get-appointment {
  background-color: #44483C;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-flex;
  font-size: 1rem;
  letter-spacing: 0.05rem;
  line-height: 3.8rem;
  margin-right: 1rem;
  margin-top: 1.5rem;
  padding: 0 1.5rem;
  text-transform: uppercase;
}
.dealers-locator__get-route span, .dealers-locator__get-appointment span {
  font-size: 1.8rem;
  position: relative;
  margin-right: 0.5rem;
}
.dealers-locator__get-route:hover, .dealers-locator__get-appointment:hover {
  background-color: #36382D;
}
.dealers-locator__details, .dealers-locator__ical-download {
  background-color: #44483C;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  letter-spacing: 0.05rem;
  line-height: 3.8rem;
  margin-top: 1.5rem;
  margin-right: 1rem;
  padding: 0 1.5rem;
  text-transform: uppercase;
}
.dealers-locator__details span, .dealers-locator__ical-download span {
  font-size: 1.8rem;
  margin-right: 0.5rem;
  position: relative;
  top: 5px;
}
.dealers-locator__details:hover, .dealers-locator__ical-download:hover {
  background-color: #36382D;
}
.dealers-locator__details--extern {
  display: none;
}
.dealers-locator__event-link {
  align-items: center;
  background-color: #000000;
  border-radius: 100%;
  color: #FFFFFF;
  display: flex;
  font-size: 1rem;
  font-weight: 500;
  height: 6rem;
  justify-content: center;
  line-height: 1.33;
  margin: 0;
  position: absolute;
  right: 3rem;
  text-align: center;
  text-transform: none;
  top: 3rem;
  width: 6rem;
}
.dealers-locator__vendor-counter, .dealers-locator__show-filter {
  flex-basis: 50%;
}
.dealers-locator__show-filter {
  bottom: calc(5rem + 38px);
  cursor: pointer;
  position: fixed;
  right: 38px;
  text-align: right;
}
.dealers-locator__show-filter span {
  align-items: center;
  background-color: #000000;
  border-radius: 100%;
  color: #FFFFFF;
  display: flex;
  font-size: 2rem;
  height: 4rem;
  justify-content: center;
  padding: 0.5rem;
  position: relative;
  vertical-align: middle;
  width: 4rem;
}
.dealers-locator__vendor-counter {
  flex-basis: 65%;
  text-align: left;
}
.dealers-locator #country-filter {
  display: inline-block;
  line-height: 1em;
  position: relative;
  white-space: nowrap;
}
.dealers-locator #country-filter-remove {
  display: inline-block;
  height: 1em;
  position: relative;
  vertical-align: top;
  width: 1.6rem;
}
.dealers-locator #country-filter-remove span {
  display: inline-block;
  height: 0;
  position: absolute;
  text-indent: -999em;
  top: 0;
  width: 0;
}
.dealers-locator #country-filter-remove:after {
  bottom: 0;
  color: #000000;
  content: "\e938";
  display: inline-block;
  float: right;
  font-family: "sunlight-web24";
  font-size: 1.6rem;
  height: 1.6rem;
  left: 0;
  line-height: 1em;
  position: absolute;
  right: 0;
  text-align: center;
  text-indent: 0;
  top: 0;
  width: 1.6rem;
}
.dealers-locator__action-bar {
  display: flex;
  justify-content: space-between;
}
.dealers-locator__order-buttons {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  clear: both;
}
.dealers-locator__partner-buttons {
  display: flex;
  width: 100%;
}
.dealers-locator__partner-button {
  background-color: #36382D;
  border-color: #36382D;
  letter-spacing: 0;
  margin-right: 1rem;
  text-transform: none;
}
.dealers-locator__partner-button span {
  margin-left: -0.8rem;
  margin-right: 0.8rem;
}
.dealers-locator__partner-button.active {
  background-color: #FFFFFF;
  color: #000000;
  pointer-events: none;
}
.dealers-locator__order-directions {
  align-self: center;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  display: flex;
}
.dealers-locator__order-tb, .dealers-locator__order-bt {
  align-items: center;
  background-color: #36382D;
  color: #44483C;
  cursor: pointer;
  display: flex;
  height: 3.6rem;
  justify-content: center;
  line-height: 3.6rem;
  text-align: center;
  width: 3.6rem;
}
.dealers-locator__order-tb.active, .dealers-locator__order-bt.active {
  background-color: #FFFFFF;
  color: #2F2F2F;
  pointer-events: none;
}
.dealers-locator__order-tb span, .dealers-locator__order-bt span {
  font-size: 1.6rem;
}
.dealers-locator__order-az, .dealers-locator__order-distance {
  align-items: center;
  background-color: #36382D;
  border: 0;
  color: #B2B3AC;
  cursor: pointer;
  display: flex;
  float: left;
  font-size: 0.9rem;
  height: 3.6rem;
  justify-content: center;
  line-height: 3.6rem;
  text-transform: uppercase;
  width: 11rem;
}
.dealers-locator__order-az span, .dealers-locator__order-distance span {
  font-size: 1.6rem;
  margin-right: 0.2em;
}
.dealers-locator__order-az.active, .dealers-locator__order-distance.active {
  background-color: #FFFFFF;
  color: #2F2F2F;
  pointer-events: none;
}
.dealers-locator__overlay {
  background-color: rgba(24, 24, 24, 0.85);
  display: none;
  height: calc(100vh - 7.5rem);
  left: 0;
  position: fixed;
  top: 7.5rem;
  width: 100vw;
  z-index: 999;
}
.dealers-locator__overlay.open {
  display: block;
}
.dealers-locator__filter-box {
  background-color: #FFFFFF;
  border-top: 1px solid #E3E3E3;
  height: 100%;
  left: 0;
  padding: 6rem 2rem;
  position: absolute;
  top: 0;
  transform: none;
  width: 100%;
}
.dealers-locator__filter-box-group {
  margin-bottom: 4rem;
}
.dealers-locator__diameter-mobile {
  display: none;
}
.dealers-locator__diameter-option-mobile {
  border: 1px solid #E3E3E3;
  border-bottom: 0;
  color: #2F2F2F;
  cursor: pointer;
  font-size: 1.4rem;
  height: 4.5rem;
  line-height: 4.5rem;
  padding: 0 1.5rem;
  text-align: left;
  width: 100%;
}
.dealers-locator__diameter-option-mobile.active {
  background-color: #44483C;
  color: #FFFFFF;
}
.dealers-locator__diameter-option-mobile:last-child {
  border-bottom: 1px solid #E3E3E3;
}
.dealers-locator__diameter-headline, .dealers-locator__filter-box-headline {
  font-family: "GT America";
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 1rem;
}
.dealers-locator__filter-box-option {
  align-items: center;
  background-color: #DEE0D9;
  border-radius: 4rem;
  cursor: pointer;
  display: flex;
  height: 4rem;
  justify-content: space-between;
  line-height: 4rem;
  margin-bottom: 1.5rem;
}
.dealers-locator__filter-box-option.is-hidden {
  display: none;
}
.dealers-locator__filter-box-option.active .dealers-locator__filter-box-checkbox-round {
  border: 2px solid #44483C;
}
.dealers-locator__filter-box-option.active .dealers-locator__filter-box-checkbox-round:after {
  background-color: #44483C;
  border-radius: 50%;
  content: " ";
  height: 0.8rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 0.8rem;
}
.dealers-locator__filter-box-option.active .dealers-locator__filter-box-checkbox-squared {
  border: 2px solid #44483C;
}
.dealers-locator__filter-box-option.active .dealers-locator__filter-box-checkbox-squared:after {
  background-color: #44483C;
  border-radius: 50%;
  color: #FFFFFF;
  content: "\e904";
  font-family: "sunlight-web24";
  font-size: 1.6rem;
  height: 1.8rem;
  left: 50%;
  line-height: 1.8rem;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 1.8rem;
}
.dealers-locator__filter-box-checkbox-round, .dealers-locator__filter-box-checkbox-squared {
  background-color: #FFFFFF;
  border: 2px solid #989898;
  border-radius: 50%;
  flex-shrink: 0;
  height: 1.6rem;
  margin-right: 1rem;
  position: relative;
  width: 1.6rem;
}
.dealers-locator__filter-box-option-icon {
  display: flex;
  font-size: 2.2rem;
  margin-right: 1rem;
}
.dealers-locator__filter-box-label-wrapper {
  align-items: center;
  display: flex;
  flex-direction: row;
  margin-left: 1.5rem;
}
.dealers-locator__filter-box-option-label {
  color: #000000;
  font-size: 1.4rem;
  line-height: 2.1rem;
}
.dealers-locator__load-more-entity {
  flex-grow: 0;
  padding: 3rem;
  width: 100%;
}
.dealers-locator__load-more-button {
  background-color: #F7F7F7;
  border: 1px solid #E3E3E3;
  color: #99999B;
  cursor: pointer;
  font-size: 1.4rem;
  letter-spacing: 0.07rem;
  line-height: 6rem;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.dealers-locator__vendor-entity-empty {
  border-bottom: 0;
  display: none;
}
.dealers-locator__list__vendor-entity-empty {
  display: block;
}
.dealers-locator__no-vendor-icon {
  font-size: 5.2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.dealers-locator__mobile-highlight-wrapper {
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  height: calc(100vh - 7.5rem);
  left: 0;
  position: fixed;
  top: 7.5rem;
  width: 100vw;
  z-index: 999;
}
.dealers-locator__mobile-highlight-wrapper.active {
  display: block;
}
.dealers-locator__mobile-highlight-wrapper .dealers-locator__vendor-entity {
  background-color: #FFFFFF;
}
.dealers-locator__fallback-message {
  background-color: #F7F7F7;
  color: #000000;
  display: block;
  font-size: 1.8rem;
  height: auto;
  left: 50%;
  line-height: 2.5rem;
  margin: 0;
  padding: 6rem;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  z-index: 10;
}
.dealers-locator__trigger-link {
  align-items: center;
  background-color: transparent;
  border: 2px solid #000000;
  color: #000000;
  display: flex;
  height: 4rem;
  justify-content: center;
  margin: 4rem auto 0;
  max-width: 30rem;
  padding: 0 6rem;
  text-align: center;
  width: auto;
}
.dealers-locator--top, .dealers-locator--no-map {
  height: auto;
}
.dealers-locator--top .dealers-locator__container, .dealers-locator--no-map .dealers-locator__container {
  display: block;
}
.dealers-locator--top .dealers-locator__map.active, .dealers-locator--no-map .dealers-locator__map.active {
  left: 0;
  max-height: 100vh;
  overflow: hidden;
  position: fixed;
  width: 100%;
}
.dealers-locator--top .dealers-locator__side-bar, .dealers-locator--no-map .dealers-locator__side-bar {
  background-color: transparent;
  position: relative;
}
.dealers-locator--top .dealers-locator__vendor-address, .dealers-locator--no-map .dealers-locator__vendor-address {
  margin-top: 0;
}
.dealers-locator--top .dealers-locator__vendor-address .dealers-locator__vendor-nation, .dealers-locator--no-map .dealers-locator__vendor-address .dealers-locator__vendor-nation {
  margin-top: 1.5rem;
}
.dealers-locator--top .dealers-locator__vendor-meta,
.dealers-locator--top .dealers-locator__vendor-contact-web, .dealers-locator--no-map .dealers-locator__vendor-meta,
.dealers-locator--no-map .dealers-locator__vendor-contact-web {
  display: none;
}
.dealers-locator--top .dealers-locator__details--intern:not(.dealers-locator__details--infos), .dealers-locator--no-map .dealers-locator__details--intern:not(.dealers-locator__details--infos) {
  display: none;
}
.dealers-locator--top .dealers-locator__details--extern, .dealers-locator--no-map .dealers-locator__details--extern {
  display: inline-block;
}
.dealers-locator--top .dealers-locator__vendor-entity-date-seperator, .dealers-locator--no-map .dealers-locator__vendor-entity-date-seperator {
  display: block;
}
.dealers-locator--top .dealers-locator__show-filter, .dealers-locator--no-map .dealers-locator__show-filter {
  display: none;
}
.dealers-locator--top .dealers-locator__vendor-date, .dealers-locator--no-map .dealers-locator__vendor-date {
  font-family: "Pano";
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.27;
  margin: 0 0 1rem;
}
.dealers-locator--top .dealers-locator__vendor-event, .dealers-locator--no-map .dealers-locator__vendor-event {
  font-family: "GT America";
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.25;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  max-width: calc(100% - 7rem);
}
.dealers-locator--top .dealers-locator__load-more-entity, .dealers-locator--no-map .dealers-locator__load-more-entity {
  display: none;
}
.dealers-locator--top .dealers-locator__list, .dealers-locator--no-map .dealers-locator__list {
  margin-bottom: 6rem;
}
.dealers-locator--top .dealers-locator__side-bar, .dealers-locator--no-map .dealers-locator__side-bar {
  overflow: hidden;
}
.dealers-locator--top .dealers-locator__vendor-entity, .dealers-locator--no-map .dealers-locator__vendor-entity {
  background-color: #F7F7F7;
  margin-bottom: 3rem;
  padding: 2rem;
  transition: all 0.3s ease-in-out;
}
.dealers-locator--top .dealers-locator__vendor-entity::after, .dealers-locator--no-map .dealers-locator__vendor-entity::after {
  content: none;
}
.dealers-locator--top .dealers-locator__vendor-entity .dealers-locator__vendor-date, .dealers-locator--no-map .dealers-locator__vendor-entity .dealers-locator__vendor-date {
  transition: all 0.3s ease-in-out;
}
.dealers-locator--top .dealers-locator__vendor-entity:hover, .dealers-locator--top .dealers-locator__vendor-entity:focus, .dealers-locator--top .dealers-locator__vendor-entity.focused, .dealers-locator--no-map .dealers-locator__vendor-entity:hover, .dealers-locator--no-map .dealers-locator__vendor-entity:focus, .dealers-locator--no-map .dealers-locator__vendor-entity.focused {
  background-color: #B2A29E;
}
.dealers-locator--top .dealers-locator__vendor-entity.highlighted, .dealers-locator--no-map .dealers-locator__vendor-entity.highlighted {
  background-color: rgb(155.4310344828, 134.7413793103, 129.5689655172);
  transform: scale(0.97);
}
.dealers-locator--top .dealers-locator__vendor-entity.has-highlight-badge:before, .dealers-locator--no-map .dealers-locator__vendor-entity.has-highlight-badge:before {
  background: transparent url(img/summercamp_logo.png) 0 0 no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 6rem;
  position: absolute;
  right: 3rem;
  top: 9rem;
  width: 6rem;
}
.dealers-locator--top .dealers-locator__order-distance, .dealers-locator--no-map .dealers-locator__order-distance {
  display: none;
}
.dealers-locator--top .dealers-locator__action-bar, .dealers-locator--no-map .dealers-locator__action-bar {
  display: none;
}
.dealers-locator--top .dealers-locator__meta-bar, .dealers-locator--no-map .dealers-locator__meta-bar {
  border: none;
}
.dealers-locator--top .dealers-locator__filter-wrapper, .dealers-locator--no-map .dealers-locator__filter-wrapper {
  padding: 0;
}
.dealers-locator--top .dealers-locator__search-bar, .dealers-locator--no-map .dealers-locator__search-bar {
  margin-bottom: 6rem;
}
.dealers-locator--top .dealers-locator__ctas, .dealers-locator--no-map .dealers-locator__ctas {
  display: flex;
  flex-wrap: wrap;
}
.dealers-locator--top .dealers-locator__ctas .button, .dealers-locator--no-map .dealers-locator__ctas .button {
  align-items: center;
  background-color: transparent;
  border-color: #000000;
  color: #000000;
  display: inline-flex;
  line-height: 1;
  min-height: 4rem;
  width: 100%;
}
.dealers-locator--top .dealers-locator__ctas .button span, .dealers-locator--no-map .dealers-locator__ctas .button span {
  top: auto;
}
.dealers-locator--top .dealers-locator__ctas .button:hover, .dealers-locator--top .dealers-locator__ctas .button:focus, .dealers-locator--top .dealers-locator__ctas .button:active, .dealers-locator--no-map .dealers-locator__ctas .button:hover, .dealers-locator--no-map .dealers-locator__ctas .button:focus, .dealers-locator--no-map .dealers-locator__ctas .button:active {
  background-color: #000000;
  border-color: #000000;
  color: #FFFFFF;
}
.dealers-locator--top .dealers-locator__ctas .dealers-locator__details, .dealers-locator--no-map .dealers-locator__ctas .dealers-locator__details {
  background-color: #000000;
  border-color: #000000;
  color: #FFFFFF;
}
.dealers-locator--top .dealers-locator__ctas .dealers-locator__details:hover, .dealers-locator--top .dealers-locator__ctas .dealers-locator__details:focus, .dealers-locator--top .dealers-locator__ctas .dealers-locator__details:active, .dealers-locator--no-map .dealers-locator__ctas .dealers-locator__details:hover, .dealers-locator--no-map .dealers-locator__ctas .dealers-locator__details:focus, .dealers-locator--no-map .dealers-locator__ctas .dealers-locator__details:active {
  background-color: rgb(43.35, 43.35, 43.35);
  border-color: rgb(43.35, 43.35, 43.35);
  color: #FFFFFF;
}
.dealers-locator--top .dealers-locator__vendor-nation, .dealers-locator--no-map .dealers-locator__vendor-nation {
  display: none;
}
.dealers-locator--no-map .dealers-locator__vendor-entity {
  background-color: #F7F7F7;
}
.dealers-locator--no-map .dealers-locator__vendor-entity:hover, .dealers-locator--no-map .dealers-locator__vendor-entity:focus, .dealers-locator--no-map .dealers-locator__vendor-entity.focused {
  background-color: #F7F7F7 !important;
}
.dealers-locator .pac-logo:after {
  display: none !important;
}
.dealers-locator a[href^="http://maps.google.com/maps"] {
  display: none !important;
}
.dealers-locator a[href^="https://maps.google.com/maps"] {
  display: none !important;
}
.dealers-locator .gmnoprint a, .dealers-locator .gmnoprint button, .dealers-locator .gmnoprint span, .dealers-locator .gm-style-cc {
  display: none !important;
}
.dealers-locator .gmnoprint div {
  background: none !important;
}
.dealers-locator .cluster {
  align-items: center;
  display: flex;
  justify-content: center;
}
.dealers-locator .hide-cluster .cluster {
  display: none !important;
}
.dealers-locator .gm-bundled-control {
  bottom: 12rem !important;
  right: 4.5rem !important;
}
.dealers-locator .gm-bundled-control button {
  background-color: #FFFFFF !important;
}
.dealers-locator .pac-container .pac-item {
  color: #99999B;
  font-size: 1.6rem;
  height: 6rem;
  line-height: 6rem;
  padding: 0 1.5rem;
}
.dealers-locator .pac-container .pac-item .pac-icon {
  display: none;
}
.dealers-locator .pac-container .pac-item span.pac-item-query .pac-matched {
  color: #2F2F2F;
}
.dealers-locator .pac-container .pac-item span {
  font-size: 1.6rem;
  color: #99999B;
}
.dealers-locator .pac-container .pac-item:hover {
  background-color: #F7F7F7;
}

.header:has(.quick-links) + main .dealers-locator__view-toggler {
  bottom: calc(5rem + 38px);
  right: 35px;
}
.header:has(.quick-links) + main .dealers-locator__show-filter {
  bottom: calc(10rem + 38px);
  right: 35px;
}

@media (min-width: 1024px) {
  .dealers-locator__filter-box-option.active .dealers-locator__filter-box-checkbox-round:after {
    width: 1.2rem;
    height: 1.2rem;
  }
  .dealers-locator__filter-box-option.active .dealers-locator__filter-box-checkbox-squared:after {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .dealers-locator__filter-box-checkbox-round, .dealers-locator__filter-box-checkbox-squared {
    height: 2.2rem;
    width: 2.2rem;
  }
  .dealers-locator__filter-box-option-label {
    font-size: 1.8rem;
  }
  .dealers-locator__overlay {
    height: 100vh;
    top: 0;
  }
  .dealers-locator__mobile-highlight-wrapper {
    height: calc(100vh - 11rem);
    top: 11rem;
  }
}
@media (min-width: 768px) {
  .dealers-locator {
    height: auto;
  }
  .dealers-locator__container {
    height: auto;
    min-height: unset;
  }
  .dealers-locator__view-toggler {
    display: none;
  }
  .dealers-locator__filter-wrapper {
    padding: 3rem 3rem 3rem 70px;
  }
  .dealers-locator__search-bar {
    line-height: 6rem;
  }
  .dealers-locator__search-field {
    flex-basis: 80%;
  }
  .dealers-locator__vendor-entity {
    padding: 3rem 3rem 3rem 70px;
  }
  .dealers-locator__vendor-entity-date-seperator {
    font-family: "Pano";
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.25;
    line-height: 1;
    margin-bottom: 5rem;
  }
  .dealers-locator__vendor-entity::after {
    left: 70px;
  }
  .dealers-locator__load-more-entity {
    padding: 3rem 3rem 3rem 70px;
  }
  .dealers-locator__vendor-nation {
    font-size: 1.4rem;
    letter-spacing: 0.14rem;
    line-height: 1.7rem;
  }
  .dealers-locator__vendor-name, .dealers-locator__vendor-address, .dealers-locator__vendor-contact {
    font-size: 1.8rem;
    line-height: 2.9rem;
  }
  .dealers-locator__vendor-note {
    font-size: 1.8rem;
    line-height: 2.3rem;
  }
  .dealers-locator__vendor-meta span {
    font-size: 2.5rem;
  }
  .dealers-locator__vendor-distance span {
    font-size: 2rem;
  }
  .dealers-locator__side-bar, .dealers-locator__map {
    flex-basis: 50%;
    position: relative;
    width: auto;
  }
  .dealers-locator__side-bar {
    min-width: 40rem;
    overflow: hidden;
  }
  .dealers-locator__map {
    height: calc(var(--vh) * 100);
    opacity: 1;
    position: sticky;
    top: 0;
    transition: all 0.3s ease-in-out;
    z-index: 1;
  }
  .dealers-locator__meta-bar {
    font-size: 1.8rem;
  }
  .dealers-locator__get-route span {
    font-size: 2rem;
  }
  .dealers-locator__event-link {
    align-items: center;
    background-color: #000000;
    border-radius: 100%;
    color: #FFFFFF;
    display: flex;
    font-size: 1.2rem;
    font-weight: 500;
    height: 8rem;
    justify-content: center;
    line-height: 1.33;
    margin: 0;
    position: absolute;
    right: 3rem;
    text-align: center;
    text-transform: none;
    top: 3rem;
    width: 8rem;
  }
  .dealers-locator__show-filter {
    bottom: unset;
    cursor: pointer;
    position: relative;
    right: unset;
    text-align: right;
  }
  .dealers-locator__show-filter span {
    background-color: transparent;
    border: 1px solid;
    border-radius: 100%;
    color: #000000;
    display: inline-flex;
    font-size: 2rem;
    height: auto;
    position: relative;
    vertical-align: middle;
    width: auto;
  }
  .dealers-locator__order-tb, .dealers-locator__order-bt {
    width: 4.8rem;
  }
  .dealers-locator__order-tb span, .dealers-locator__order-bt span {
    font-size: 1.8rem;
  }
  .dealers-locator__order-az, .dealers-locator__order-distance {
    font-size: 1rem;
    width: 13rem;
  }
  .dealers-locator__order-az span, .dealers-locator__order-distance span {
    font-size: 1.8rem;
  }
  .dealers-locator__filter-box {
    border-top: 0;
    height: auto;
    left: 50%;
    max-width: 46rem;
    padding: 4rem 3rem 5rem;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
  }
  .dealers-locator__filter-box-footer {
    background-color: #000000;
    margin: 5rem -3rem -5rem;
    padding: 3rem;
  }
  .dealers-locator__filter-box-footer .button {
    background-color: #FFFFFF;
    color: #000000;
  }
  .dealers-locator__diameter-mobile {
    display: none;
  }
  .dealers-locator__diameter-headline, .dealers-locator__filter-box-headline {
    font-family: "GT America";
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.33;
    margin-bottom: 1.5rem;
  }
  .dealers-locator__no-vendor-icon {
    font-size: 7.2rem;
    position: static;
    transform: none;
  }
  .dealers-locator__mobile-highlight-wrapper.active {
    display: none;
  }
  .dealers-locator--top, .dealers-locator--no-map {
    display: block;
    height: auto;
  }
  .dealers-locator--top .dealers-locator__map, .dealers-locator--no-map .dealers-locator__map {
    display: block;
    height: 40vh;
    position: relative;
  }
  .dealers-locator--top .dealers-locator__side-bar, .dealers-locator--no-map .dealers-locator__side-bar {
    overflow: hidden;
    position: static;
  }
  .dealers-locator--top .dealers-locator__list, .dealers-locator--no-map .dealers-locator__list {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    flex-direction: row;
  }
  .dealers-locator--top .dealers-locator__vendor-entity, .dealers-locator--no-map .dealers-locator__vendor-entity {
    display: grid;
    grid-gap: 2rem;
    grid-template-rows: 1fr auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "date event event" "logo address contact" "ctas ctas ctas";
    margin-bottom: 5rem;
    padding: 4rem;
  }
  .dealers-locator--top .dealers-locator__vendor-entity:after, .dealers-locator--no-map .dealers-locator__vendor-entity:after {
    content: none;
  }
  .dealers-locator--top .dealers-locator__vendor-entity.has-highlight-badge, .dealers-locator--no-map .dealers-locator__vendor-entity.has-highlight-badge {
    background-color: #B2A29E;
  }
  .dealers-locator--top .dealers-locator__vendor-entity.has-highlight-badge:hover, .dealers-locator--top .dealers-locator__vendor-entity.has-highlight-badge:focus, .dealers-locator--top .dealers-locator__vendor-entity.has-highlight-badge.focused, .dealers-locator--no-map .dealers-locator__vendor-entity.has-highlight-badge:hover, .dealers-locator--no-map .dealers-locator__vendor-entity.has-highlight-badge:focus, .dealers-locator--no-map .dealers-locator__vendor-entity.has-highlight-badge.focused {
    background-color: rgb(155.4310344828, 134.7413793103, 129.5689655172);
  }
  .dealers-locator--top .dealers-locator__vendor-date, .dealers-locator--no-map .dealers-locator__vendor-date {
    font-family: "Pano";
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.25;
    grid-area: date;
  }
  .dealers-locator--top .dealers-locator__vendor-logo, .dealers-locator--no-map .dealers-locator__vendor-logo {
    grid-area: logo;
  }
  .dealers-locator--top .dealers-locator__vendor-event, .dealers-locator--no-map .dealers-locator__vendor-event {
    font-family: "GT America";
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.25;
    grid-area: event;
  }
  .dealers-locator--top .dealers-locator__vendor-address, .dealers-locator--no-map .dealers-locator__vendor-address {
    grid-area: address;
  }
  .dealers-locator--top .dealers-locator__vendor-contact, .dealers-locator--no-map .dealers-locator__vendor-contact {
    grid-area: contact;
  }
  .dealers-locator--top .dealers-locator__search-bar,
  .dealers-locator--top .dealers-locator__meta-bar,
  .dealers-locator--top .dealers-locator__action-bar, .dealers-locator--no-map .dealers-locator__search-bar,
  .dealers-locator--no-map .dealers-locator__meta-bar,
  .dealers-locator--no-map .dealers-locator__action-bar {
    flex-basis: 50%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .dealers-locator--top .dealers-locator__search-bar, .dealers-locator--no-map .dealers-locator__search-bar {
    margin: 2rem 2rem 2rem 0;
    padding: 0;
  }
  .dealers-locator--top .dealers-locator__meta-bar, .dealers-locator--no-map .dealers-locator__meta-bar {
    border: none;
    justify-content: flex-end;
    margin: 2rem 0;
    padding: 0;
  }
  .dealers-locator--top .dealers-locator__search-field,
  .dealers-locator--top .dealers-locator__vendor-counter, .dealers-locator--no-map .dealers-locator__search-field,
  .dealers-locator--no-map .dealers-locator__vendor-counter {
    flex-basis: auto;
  }
  .dealers-locator--top .dealers-locator__filter-wrapper, .dealers-locator--no-map .dealers-locator__filter-wrapper {
    flex-direction: row;
    padding: 2rem 0 5rem;
  }
  .dealers-locator--top .dealers-locator__filter-wrapper input[type=text],
  .dealers-locator--top .dealers-locator__filter-wrapper input[type=search],
  .dealers-locator--top .dealers-locator__filter-wrapper input[type=email], .dealers-locator--no-map .dealers-locator__filter-wrapper input[type=text],
  .dealers-locator--no-map .dealers-locator__filter-wrapper input[type=search],
  .dealers-locator--no-map .dealers-locator__filter-wrapper input[type=email] {
    border-color: #000000;
    color: #000000;
    min-width: 30rem;
  }
  .dealers-locator--top .dealers-locator__filter-wrapper input[type=text]::placeholder,
  .dealers-locator--top .dealers-locator__filter-wrapper input[type=search]::placeholder,
  .dealers-locator--top .dealers-locator__filter-wrapper input[type=email]::placeholder, .dealers-locator--no-map .dealers-locator__filter-wrapper input[type=text]::placeholder,
  .dealers-locator--no-map .dealers-locator__filter-wrapper input[type=search]::placeholder,
  .dealers-locator--no-map .dealers-locator__filter-wrapper input[type=email]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000000;
  }
  .dealers-locator--top .dealers-locator__filter-wrapper input[type=text]:-ms-input-placeholder,
  .dealers-locator--top .dealers-locator__filter-wrapper input[type=search]:-ms-input-placeholder,
  .dealers-locator--top .dealers-locator__filter-wrapper input[type=email]:-ms-input-placeholder, .dealers-locator--no-map .dealers-locator__filter-wrapper input[type=text]:-ms-input-placeholder,
  .dealers-locator--no-map .dealers-locator__filter-wrapper input[type=search]:-ms-input-placeholder,
  .dealers-locator--no-map .dealers-locator__filter-wrapper input[type=email]:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000000;
  }
  .dealers-locator--top .dealers-locator__filter-wrapper input[type=text]::-ms-input-placeholder,
  .dealers-locator--top .dealers-locator__filter-wrapper input[type=search]::-ms-input-placeholder,
  .dealers-locator--top .dealers-locator__filter-wrapper input[type=email]::-ms-input-placeholder, .dealers-locator--no-map .dealers-locator__filter-wrapper input[type=text]::-ms-input-placeholder,
  .dealers-locator--no-map .dealers-locator__filter-wrapper input[type=search]::-ms-input-placeholder,
  .dealers-locator--no-map .dealers-locator__filter-wrapper input[type=email]::-ms-input-placeholder { /* Microsoft Edge */
    color: #000000;
  }
  .dealers-locator--top .dealers-locator__filter-wrapper button[type=submit], .dealers-locator--no-map .dealers-locator__filter-wrapper button[type=submit] {
    background-color: transparent;
    border-color: #000000;
    color: #000000;
  }
  .dealers-locator--top .dealers-locator__filter-wrapper button[type=submit]:hover, .dealers-locator--top .dealers-locator__filter-wrapper button[type=submit]:focus, .dealers-locator--top .dealers-locator__filter-wrapper button[type=submit]:active, .dealers-locator--no-map .dealers-locator__filter-wrapper button[type=submit]:hover, .dealers-locator--no-map .dealers-locator__filter-wrapper button[type=submit]:focus, .dealers-locator--no-map .dealers-locator__filter-wrapper button[type=submit]:active {
    background-color: #000000;
    border-color: #000000;
    color: #FFFFFF;
  }
  .dealers-locator--top .dealers-locator__ctas, .dealers-locator--no-map .dealers-locator__ctas {
    flex-wrap: nowrap;
    justify-content: flex-end;
    grid-area: ctas;
  }
  .dealers-locator--top .dealers-locator__vendor-logo, .dealers-locator--no-map .dealers-locator__vendor-logo {
    border-radius: 5rem;
    display: block;
    max-width: 16rem;
    width: 100%;
  }
  .dealers-locator .gm-bundled-control {
    bottom: 9rem !important;
    right: 4.5rem !important;
  }
  .header-pinned .dealers-locator:not(.dealers-locator--top):not(.dealers-locator--no-map) .dealers-locator__map {
    height: calc(var(--vh) * 100 - 11rem);
    top: 11rem;
  }
  .has-notification.header-pinned .dealers-locator:not(.dealers-locator--top):not(.dealers-locator--no-map) .dealers-locator__map {
    top: 17rem;
  }
  .has-notification.header-unpinned .dealers-locator:not(.dealers-locator--top):not(.dealers-locator--no-map) .dealers-locator__map {
    top: 6rem;
  }
}
@media (min-width: 992px) {
  .dealers-locator__header {
    margin-top: -9rem;
    padding: 0 0 9rem;
  }
  .dealers-locator__vendor-info {
    font-family: "GT America";
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.25;
  }
  .dealers-locator__fallback-message {
    font-size: 2rem;
    line-height: 2.9rem;
  }
  .dealers-locator__trigger-link {
    border-width: 3px;
    height: 6rem;
  }
}
@media (min-width: 1200px) {
  .dealers-locator__side-bar {
    flex-basis: 40%;
  }
  .dealers-locator__map {
    flex-basis: 60%;
  }
  .dealers-locator--top .dealers-locator__vendor-entity, .dealers-locator--no-map .dealers-locator__vendor-entity {
    grid-template-areas: "date event event" "logo address contact" ". ctas ctas";
  }
}
@media (min-width: 1440px) {
  .dealers-locator__filter-wrapper {
    padding: 3rem 3rem 3rem max(140px, (100vw - 1920px) / 2);
  }
  .dealers-locator__vendor-entity {
    padding: 3rem 3rem 3rem max(140px, (100vw - 1920px) / 2);
  }
  .dealers-locator__vendor-entity::after {
    left: max(140px, (100vw - 1920px) / 2);
  }
  .dealers-locator__load-more-entity {
    padding: 3rem 3rem 3rem max(140px, (100vw - 1920px) / 2);
  }
}
@media (min-width: 1920px) {
  .dealers-locator--top .dealers-locator__vendor-entity-wrapper, .dealers-locator--no-map .dealers-locator__vendor-entity-wrapper {
    justify-content: space-between;
  }
  .dealers-locator--top .dealers-locator__vendor-entity, .dealers-locator--no-map .dealers-locator__vendor-entity {
    max-width: 48%;
  }
}
.footer {
  background-color: #000000;
  color: #FFFFFF;
  padding-bottom: 8rem;
  padding-top: 7rem;
}
.footer__content {
  display: grid;
  grid-template-rows: auto;
  grid-template-areas: "claim" "contact" "service" "support" "info" "langnav" "newsletter" "social" "copyright";
}
.footer__area {
  position: relative;
}
.footer__area--claim {
  display: flex;
  justify-content: space-between;
  grid-area: claim;
}
.footer__area--contact {
  font-family: "GT America";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.33;
  grid-area: contact;
}
.footer__area--service {
  font-family: "GT America";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.33;
  grid-area: service;
}
.footer__area--support {
  font-family: "GT America";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.33;
  grid-area: support;
}
.footer__area--info {
  border-bottom: 1px solid;
  grid-area: info;
}
.footer__area--newsletter {
  grid-area: newsletter;
}
.footer__area--newsletter .footer__subheadline {
  font-family: "Pano";
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: 0;
  margin-top: 5rem;
  text-transform: none;
}
.footer__area--newsletter .newsletter {
  margin-right: 2rem;
  margin-top: 3rem;
}
.footer__area--newsletter .container-fluid {
  max-width: unset;
  padding: 0;
}
.footer__area--newsletter .form-block__subheadline,
.footer__area--newsletter .form-block__headline {
  font-family: "Pano";
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: 0;
  margin-top: 5rem;
  text-transform: none;
}
.footer__area--social {
  grid-area: social;
  padding-bottom: 6rem;
  padding-top: 3rem;
}
.footer__area--social .footer__subheadline {
  display: none;
}
.footer__area--langnav {
  grid-area: langnav;
}
.footer__area--langnav .footer__langnav {
  margin-top: 3rem !important;
}
.footer__area--langnav .footer__langnav .lang-nav-switch {
  border: 1px solid #FFFFFF;
  border-radius: 4rem;
  min-height: 4.5rem;
  padding: 1rem 2rem;
}
.footer__area--copyright {
  font-family: "GT America";
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.25;
  align-items: center;
  display: flex;
  justify-content: space-between;
  grid-area: copyright;
}
.footer__headline {
  font-family: "Pano";
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.33;
  margin: 0 0 3rem 0;
  padding-right: 2rem;
}
.footer__subheadline {
  font-family: "Pano";
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.25;
  margin-bottom: 0;
}
.footer__subheadline.collapsible__collapser {
  border-top: 1px solid;
  padding: 2rem 0;
}
.footer__subheadline.collapsible__collapser:after {
  content: "\e850";
  display: inline-block;
  float: right;
  font-family: "sunlight-web24";
  font-size: 2rem;
  line-height: 1.2rem;
}
.footer__logo {
  display: none;
  margin-top: 0.5rem;
}
.footer .collapsible.is-visible .collapsible__collapser:after {
  content: "\e84f";
}
.footer__service-note {
  font-family: "Pano";
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.25;
  margin-top: 0.5em;
}
.footer h4 {
  margin-bottom: 0.5em;
  margin-top: 2.5em;
}
.footer__menu {
  font-family: "GT America";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.33;
  line-height: 1.75;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .form-block.newsletter {
  background-color: transparent;
  margin: 0;
  padding: 0;
}
.footer .form-block.newsletter input[type=text],
.footer .form-block.newsletter input[type=email] {
  background-color: transparent;
  border-bottom-left-radius: 4.5rem;
  border-top-left-radius: 4.5rem;
  color: #FFFFFF;
  font-size: 1.6rem;
  height: auto;
  line-height: 1.75;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0.8rem 1.7rem;
}
.footer .form-block.newsletter input[type=text]::placeholder,
.footer .form-block.newsletter input[type=email]::placeholder {
  color: #FFFFFF;
  opacity: 0.6;
}
.footer .form-block.newsletter .row {
  flex-wrap: nowrap;
  margin: 0;
  width: 100%;
}
.footer .form-block.newsletter .col-12 {
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
}
.footer .form-block.newsletter .form-block__submit {
  flex: 0 0 auto;
  margin: 0;
  width: auto;
}
.footer .form-block.newsletter button {
  margin-bottom: 0;
  min-width: unset;
}
.footer .form-block.newsletter .styled-checkbox + label {
  color: #FFFFFF;
  margin-bottom: 0;
  margin-left: 4rem;
  text-indent: -4rem;
}
.footer .form-block.newsletter .styled-checkbox + label:before {
  height: 2.4rem;
  margin-right: 1.5rem;
  top: -0.3rem;
  width: 2.4rem;
}
.footer .form-block.newsletter .styled-checkbox + label::after {
  left: 0.3rem;
}
.footer .form-block.newsletter label.error {
  display: none !important;
}
.footer .form-block.newsletter label.error + input[type=text], .footer .form-block.newsletter label.error + input[type=email] {
  border-color: #ff0000;
}
.footer .form-block.newsletter label.error + input[type=checkbox] + label:before {
  border-color: #ff0000;
}
.footer .form-block.newsletter.form-block--processing .form-block__form > *:not(.form-block__response-wrapper), .footer .form-block.newsletter.form-block--succeed .form-block__form > *:not(.form-block__response-wrapper), .footer .form-block.newsletter.form-block--error .form-block__form > *:not(.form-block__response-wrapper) {
  display: none;
}
.footer .form-block.newsletter .form-block__response-wrapper {
  max-width: 32rem;
}
.footer .form-block.newsletter .form-block__response--success {
  color: #FFFFFF;
}
.footer .form-block.newsletter .form-block__response--error {
  color: #ff0000;
}
.footer .form-block.newsletter p a {
  text-decoration: underline;
}
.footer .form-block__item-text {
  font-family: "GT America";
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.25;
  padding: 0;
  margin: 3rem 0 0;
  min-height: 0;
}
.footer .quick-form {
  flex-wrap: wrap;
  margin-top: 2rem;
}
.footer .quick-form .button::after {
  margin: 0;
}
.footer .collapsible__content p + p {
  margin-top: 1em;
}
.footer .collapsible__content p a {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .footer {
    padding-top: 10rem;
  }
  .footer__content {
    grid-template-columns: 7fr 5fr;
    grid-template-areas: "claim claim" "contact info" "service info" "support info" "support langnav" "newsletter newsletter" "copyright social";
    grid-gap: 16px;
  }
  .footer__area--newsletter .footer__subheadline,
  .footer__area--newsletter .footer__headline {
    font-family: "Pano";
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.5;
  }
  .footer__area--newsletter .newsletter {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    margin-top: 0;
  }
  .footer__area--newsletter .form-block__header {
    margin-bottom: 0;
  }
  .footer__area--newsletter .form-block__subheadline,
  .footer__area--newsletter .form-block__headline {
    font-family: "Pano";
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.5;
  }
  .footer__area--info {
    border: none;
    padding-bottom: 4rem;
  }
  .footer__area--social {
    padding-bottom: 0;
    padding-top: 0;
  }
  .footer__area--social .social-media {
    min-width: 29rem !important;
  }
  .footer__area--newsletter, .footer__area--langnav, .footer__area--support {
    padding-bottom: 4rem;
  }
  .footer__area--contact {
    font-family: "GT America";
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: 6rem;
  }
  .footer__area--service {
    font-family: "GT America";
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.25;
  }
  .footer__area--support {
    font-family: "GT America";
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.25;
    margin-top: 3rem;
  }
  .footer__area--contact .collapsible__content,
  .footer__area--contact .footer__langnav,
  .footer__area--contact .social-media, .footer__area--langnav .collapsible__content,
  .footer__area--langnav .footer__langnav,
  .footer__area--langnav .social-media, .footer__area--support .collapsible__content,
  .footer__area--support .footer__langnav,
  .footer__area--support .social-media, .footer__area--social .collapsible__content,
  .footer__area--social .footer__langnav,
  .footer__area--social .social-media {
    max-width: 33.3333333333rem;
    margin: 0;
  }
  .footer__area--langnav {
    border-top: none;
  }
  .footer__area--langnav .footer__langnav {
    margin-top: 0;
  }
  .footer__area--copyright {
    font-family: "GT America";
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.25;
  }
  .footer__area--newsletter {
    border-top: 1px solid;
  }
  .footer__headline {
    font-family: "Pano";
    font-size: 5.6rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 6rem;
  }
  .footer__subheadline {
    font-family: "Pano";
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 2.6rem;
  }
  .footer__subheadline.collapsible__collapser {
    border-top: none;
    cursor: default;
    padding: 0;
  }
  .footer__subheadline.collapsible__collapser:after {
    content: none !important;
  }
  .footer__logo {
    display: flex;
    height: 10rem;
    margin: 0;
    width: 10rem;
  }
  .footer .collapsible__content {
    max-height: unset;
    padding-bottom: 0 !important;
  }
  .footer__subheadline:not(.footer__subheadline--fixed) {
    display: none;
  }
  .footer__service-note {
    font-family: "GT America";
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.33;
    letter-spacing: 0;
    text-transform: none;
  }
  .footer h4 {
    margin-top: 2.5em;
  }
  .footer__menu {
    font-family: "GT America";
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.25;
  }
  .footer__menu .menu-item {
    margin-bottom: 1rem;
  }
  .footer__menu--quicklinks {
    font-family: "Pano";
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.28;
    margin-bottom: 3rem;
  }
  .footer .quick-form {
    margin-top: 3rem;
  }
  .footer .quick-form label {
    width: calc(100% - 12.3rem);
  }
  .footer .form-block__item-text {
    font-family: "GT America";
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.33;
    text-transform: none;
  }
}
@media (min-width: 1200px) {
  .footer__content {
    grid-template-columns: 4fr 6fr 6fr 6fr;
    grid-template-areas: "claim claim claim claim" "contact service info newsletter" "contact support info newsletter" "copyright copyright langnav social";
  }
  .footer__area--service .footer__menu {
    font-family: "Pano";
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.5;
    padding-right: 2rem;
  }
  .footer__area--info {
    border: none;
    padding-top: 0;
  }
  .footer__area--info .collapsible__content {
    display: block;
  }
  .footer__area--info::before, .footer__area--info::after, .footer__area--support::before, .footer__area--service::before {
    display: none;
  }
  .footer__area--service, .footer__area--support, .footer__area--langnav {
    padding-top: 0;
  }
  .footer__area--service .collapsible__content,
  .footer__area--service .footer__langnav, .footer__area--support .collapsible__content,
  .footer__area--support .footer__langnav, .footer__area--langnav .collapsible__content,
  .footer__area--langnav .footer__langnav {
    max-width: 48rem;
    margin: auto;
  }
  .footer__area--contact .collapsible__content,
  .footer__area--contact .social-media, .footer__area--social .collapsible__content,
  .footer__area--social .social-media {
    max-width: 36rem;
    margin: auto;
  }
  .footer__area--social {
    padding-bottom: 0;
  }
  .footer__area--newsletter {
    border-top: none;
  }
  .footer__area--newsletter .footer__subheadline {
    margin-top: 0;
  }
  .footer__area--newsletter .newsletter {
    justify-content: flex-start;
  }
  .footer__area--newsletter .form-block__subheadline,
  .footer__area--newsletter .form-block__headline {
    margin: 0;
  }
  .footer__area--langnav {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    margin: 0;
    padding-bottom: 0;
  }
  .footer__area--langnav .footer__langnav {
    margin: 0 !important;
  }
  .footer__area--copyright, .footer__area--langnav, .footer__area--social {
    padding-top: 4rem;
  }
  .footer__headline {
    font-family: "Pano";
    font-size: 5.6rem;
    font-weight: 700;
    line-height: 1.2;
  }
}
.header__container {
  align-items: center;
  background-color: #000000;
  color: #FFFFFF;
  display: flex;
  height: 7.5rem;
  justify-content: space-between;
  padding: 2.5rem 38px;
  position: fixed;
  top: 0;
  transition: top 0.3s ease-in-out;
  width: 100%;
  z-index: 100;
}
.header__container.is-visible {
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
.header__container.is-visible .header__logo {
  opacity: 0;
  visibility: hidden;
}
.header__container.is-visible .header__menu-headline {
  opacity: 1;
  visibility: visible;
  z-index: 101;
}
.header__container.is-visible .collapsible__content-wrapper::before {
  background-color: #FFFFFF;
  content: "";
  display: block;
  height: 1px;
  left: 38px;
  position: absolute;
  right: 38px;
  top: 12rem;
}
.header__container.is-visible .header__menu-trigger::before {
  content: "\e935";
}
.header__container.is-visible .header__langnav {
  display: block;
}
.header__logo {
  display: block;
  margin-top: 0.4rem;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.header__logo-img {
  display: block;
}
.header__logo-img--black {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
}
.header__quicknav {
  font-family: "GT America";
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.25;
  display: flex;
}
.header__menu-headline {
  font-family: "GT America";
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.25;
  align-items: center;
  display: flex;
  height: 4.5rem;
  left: 0;
  opacity: 0;
  padding: 0 38px 2rem;
  position: fixed;
  top: 7.5rem;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
}
.header__menu-wrapper {
  background-color: #000000;
  display: flex;
  height: calc(var(--vh) * 100);
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  transition: background-color 0.3s ease-in-out;
  z-index: -1;
}
.header__menu-wrapper .collapsible__content-wrapper {
  display: block;
  height: auto;
  margin-top: 12rem;
  min-height: calc(var(--vh) * 100 - 15rem + 3rem);
  overflow: hidden auto;
  padding-bottom: 7.5rem;
  width: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.header__langnav {
  background-color: #000000;
  display: none;
  height: 7.5rem;
  left: 0;
  position: fixed;
  right: 0;
  top: calc(var(--vh) * 100 - 7.5rem);
  transition: background-color 0.3s ease-in-out;
}
.header__langnav::before {
  background-color: #FFFFFF;
  content: "";
  left: 38px;
  height: 1px;
  position: absolute;
  right: 38px;
  top: 0;
}
.header .lang-nav-switch {
  margin-top: 1rem;
  padding: 0 38px;
}
.header__menu-trigger, .header__wishlist-trigger, .header__search-trigger {
  margin-left: 0.5rem;
}
.header__menu-trigger::before, .header__wishlist-trigger::before, .header__search-trigger::before {
  font-family: "sunlight-web24";
  font-size: 1.7em;
}
.header__search-trigger {
  display: none !important;
}
.header__menu-trigger {
  margin-left: 1rem;
  margin-right: -0.2em;
}
.header__menu-trigger::before {
  content: "\e859";
}
.header__wishlist-trigger::before {
  content: "\e807";
}
.header__search-trigger::before {
  content: "\e85a";
}
.header__notification {
  position: relative;
}
.header__notification:not(.notification--hide) + .header__container {
  top: var(--notification-height);
}
.header__notification:not(.notification--hide) + .header__container .header__menu-wrapper {
  top: 0;
}
.header--unpinned .header__container:not(.is-visible) {
  top: -7.5rem;
}
.header--unpinned .header__notification:not(.notification--hide) {
  top: calc(var(--notification-height) * -1);
}
.header--unpinned .header__notification:not(.notification--hide) + .header__container:not(.is-visible) {
  top: -7.5rem;
}
.header--pinned .header__container {
  background-color: #000000;
}

.submenu-open .header__menu-wrapper, .submenu-open .header__langnav {
  background-color: #44483C;
}
.submenu-open .header__menu-headline::before {
  content: "\e806";
  font-family: "sunlight-web24";
  margin-right: 1.5rem;
}

.full-popup-open .header__container {
  top: -11rem;
}
.full-popup-open .header__notification:not(.notification--hide) {
  top: calc(var(--notification-height) * -1);
}
.full-popup-open .header__notification:not(.notification--hide) + .header__container:not(.is-visible) {
  top: -11remvar(--notification-height);
}

.has-visible-map .header__container {
  background-color: #000000;
  top: 0 !important;
}

.has-notification .header--top:not(.header--pinned) .header__langnav {
  top: calc(var(--vh) * 100 - 7.5rem - var(--notification-height));
}

.header:not(:has(.header__notification)) .header__container,
.header__notification.notification--hide .header__container {
  transform: none !important;
}

@media (min-width: 768px) {
  .header__container {
    background-color: transparent;
    flex-direction: row-reverse;
    height: 11rem;
    padding: 2.5rem 70px;
  }
  .header__container.is-visible {
    background-color: transparent !important;
  }
  .header__container.is-visible .collapsible__content-wrapper::before {
    left: 70px;
    right: 70px;
  }
  .header__container.is-visible .header__wishlist-trigger span,
  .header__container.is-visible .header__search-trigger span {
    max-width: 30rem;
    padding-left: 1rem;
  }
  .header__logo-img {
    height: 3.5rem;
    width: auto;
  }
  .header__quicknav {
    font-family: "Pano";
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.25;
    text-transform: none;
    flex-direction: row-reverse;
    font-size: 1.8rem;
  }
  .header__menu-headline {
    height: 8rem;
    padding: 0 70px 2rem;
    top: 13rem;
  }
  .header__menu-trigger, .header__wishlist-trigger, .header__search-trigger {
    align-items: center;
    display: flex;
    margin-left: 0;
    margin-right: 3rem;
  }
  .header__wishlist-trigger span, .header__search-trigger span {
    display: inline-flex;
    height: auto;
    left: unset;
    max-width: 0;
    padding-left: 0;
    position: static;
    transition: all 0.3s ease-in-out;
    width: auto;
  }
  .header__menu-wrapper {
    left: 0;
    right: auto;
    max-height: unset;
    max-width: 82rem;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
    width: 100%;
  }
  .header__menu-wrapper .collapsible__content-wrapper {
    min-height: calc(var(--vh) * 100 - 33rem + 4rem);
    margin-bottom: 11rem;
    padding-bottom: 0;
  }
  .header .collapsible.is-visible .header__menu-wrapper {
    transform: translateX(0);
  }
  .header__langnav {
    background-color: transparent;
    height: 10rem;
    position: absolute;
    top: calc(var(--vh) * 100 - 10rem);
  }
  .header__langnav::before {
    left: 70px;
    right: 70px;
  }
  .header__langnav > a {
    padding: 0 70px !important;
  }
  .header__notification:not(.notification--hide) + .header__container {
    top: var(--notification-height);
  }
  .header__notification:not(.notification--hide) + .header__container .header__menu-wrapper {
    top: 0;
  }
  .header--unpinned .header__notification:not(.notification--hide) {
    top: calc(var(--notification-height) * -1);
  }
  .header--unpinned .header__notification:not(.notification--hide) + .header__container:not(.is-visible) {
    top: -11rem;
  }
}
@media (min-width: 1200px) and (min-height: 768px) {
  .header__container::after {
    background-color: #44483C;
    bottom: 0;
    content: "";
    display: block;
    height: 100vh;
    left: 0;
    max-width: 60rem;
    position: fixed;
    top: 0;
    transform: translate(-100%);
    transition: all 0.3s ease-in-out;
    width: min(41%, 60rem);
    z-index: -2;
  }
  .header__menu-headline {
    display: none;
  }
  .header__menu-wrapper {
    max-width: 41%;
    overflow: unset;
  }
  .header__menu-wrapper .collapsible__content-wrapper {
    overflow: initial;
  }
  .submenu-open .header__container::after {
    left: 41%;
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 1440px) and (min-height: 768px) {
  .header__container {
    padding: 2.5rem 140px;
  }
  .header__container.is-visible .collapsible__content-wrapper::before {
    left: 140px;
    top: 12rem;
  }
  .header__langnav {
    height: 140px;
    top: calc(var(--vh) * 100 - 140px);
  }
  .header__langnav::before {
    left: 140px;
    right: 38px;
  }
  .header__langnav > a {
    padding: 0 140px !important;
  }
  .has-notification .header__langnav {
    top: calc(var(--vh) * 100 - 140px + var(--notification-height));
  }
  .has-notification .header--top:not(.header--pinned) .header__langnav {
    top: calc(var(--vh) * 100 - 140px);
  }
}
@media (min-width: 1200px) {
  .header__container::before {
    content: "";
    display: inline-flex;
  }
}
@media (min-width: 1920px) {
  .header--top .header__container.is-visible .header__logo {
    opacity: 1;
    visibility: visible;
  }
}
.hero {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}
.hero__slides {
  box-sizing: border-box;
}
.hero__slide {
  height: 66vh;
  position: relative;
}
.hero__media-wrapper {
  height: 100%;
}
.hero__figure {
  height: 100%;
  margin: 0;
}
.hero__figure picture {
  display: flex;
  height: 100%;
}
.hero__figure picture::after {
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  content: "";
  display: block;
  height: 29%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}
.hero__figure img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.hero__video {
  display: flex;
  height: 100%;
}
.hero__video video {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.hero__text-wrapper {
  bottom: 0;
  color: #FFFFFF;
  left: 0;
  padding-bottom: 12rem;
  padding-top: 3rem;
  position: absolute;
  z-index: 2;
}
.hero__preheading {
  font-family: "Pano";
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.25;
  color: inherit;
  display: block;
  margin: 0 0 1rem;
  max-width: 100rem;
}
.hero__headline {
  font-family: "Pano";
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.33;
  color: inherit;
  display: block;
  line-height: 1;
  margin: 0;
  max-width: 100rem;
}
.hero__link {
  display: inline-flex;
  margin-right: 1.6rem;
  margin-top: 2.4rem;
}
.hero__link + .hero__link {
  margin-top: 1.2rem;
}
.hero__pagination {
  bottom: 0 !important;
  left: 38px !important;
  padding-bottom: 6rem;
  padding-top: 3rem;
  position: absolute;
  width: auto !important;
  z-index: 1;
}
.hero__pagination .swiper-pagination-bullet {
  background-color: #FFFFFF !important;
  opacity: 0.3 !important;
}
.hero__pagination .swiper-pagination-bullet-active {
  opacity: 1 !important;
}
.hero:has(.hero__pagination.swiper-pagination-lock) .hero__text-wrapper {
  padding-bottom: 3rem;
}

.has-notification .hero__slide {
  height: calc(100vh - 12rem - 4rem);
}

@media (min-width: 768px) {
  .hero__preheading {
    font-family: "Pano";
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.25;
    text-transform: none;
  }
  .hero__headline {
    font-family: "Pano";
    font-size: 5.6rem;
    font-weight: 700;
    line-height: 1.2;
  }
  .hero__pagination {
    left: 70px !important;
  }
  .hero__slide {
    height: 100vh;
  }
  .hero__figure::before {
    background: linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    width: 29%;
    z-index: 1;
  }
  .hero__figure::after {
    background: linear-gradient(-90deg, black 0%, rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 29%;
    z-index: 1;
  }
  .hero__figure picture::before {
    background: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0) 100%);
    content: "";
    display: block;
    height: 29%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .has-notification .hero__slide {
    height: calc(100vh - 6rem);
  }
}
@media (min-width: 992px) {
  .hero__text-wrapper, .hero__pagination {
    padding-bottom: 6rem;
    padding-top: 6rem;
  }
  .hero__pagination {
    left: auto !important;
    right: 70px;
  }
}
@media (min-width: 768px) {
  .hero__pagination {
    right: 70px;
  }
}
@media (min-width: 1440px) {
  .hero__pagination {
    right: 140px;
  }
}
.intro {
  display: flex;
  flex-direction: column;
  position: relative;
}
.intro__media-wrapper {
  order: 1;
}
.intro__figure {
  margin: 0;
  max-height: calc(100vh - 22rem);
  width: 100%;
}
.intro__figure picture {
  display: flex;
  height: 100%;
}
.intro__figure picture img {
  height: 100%;
  max-height: calc(100vh - 22rem);
  object-fit: cover;
  width: 100%;
}
.intro__video {
  display: flex;
  max-height: calc(100vh - 22rem);
}
.intro__video video {
  height: 100%;
  max-height: calc(100vh - 22rem);
  object-fit: cover;
  width: 100%;
}
.intro__container {
  order: 2;
  padding-bottom: 6rem;
  padding-top: 3rem;
}
.intro__preheading {
  font-family: "Pano";
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.25;
  display: block;
  margin-bottom: 2rem;
}
.intro__headline {
  font-family: "Pano";
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.33;
  color: inherit;
  display: block;
  hyphens: auto;
  margin: 0 0 2rem;
  max-width: 100rem;
}
.intro__headline sup {
  font-family: "Pano";
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.25;
  top: -0.6em;
}
.intro__headline-decoration {
  display: block;
  line-height: 1;
  top: auto;
}
.intro__headline-decoration--items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.intro__headline-decoration--items li {
  display: block;
  height: 4.8rem;
  margin-right: 1.2rem;
  position: relative;
  text-indent: -999em;
  overflow: hidden;
  width: 4.8rem;
}
.intro__headline-decoration--items li::after {
  align-items: center;
  color: #FFFFFF;
  content: "";
  display: flex;
  font-family: "sunlight-web24";
  font-size: 4rem;
  height: inherit;
  justify-content: center;
  left: 0;
  line-height: 1;
  position: absolute;
  text-align: center;
  text-indent: 0;
  top: 0;
  width: inherit;
}
.intro__headline-decoration--contract::after {
  content: "\e860" !important;
}
.intro__headline-decoration--service::after {
  content: "\e92b" !important;
}
.intro__headline-decoration--rental::after {
  content: "\e939" !important;
}
.intro__headline-decoration--campervans::after {
  content: "\e902" !important;
}
.intro__headline-decoration--motorhomes::after {
  content: "\e926" !important;
}
.intro__text {
  font-family: "Pano";
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.25;
}
.intro--theme-dark .intro__container {
  color: #FFFFFF;
}
.intro--theme-dark .intro__outer-container {
  color: #000000;
}
.intro--theme-light .intro__container {
  color: #000000;
}
.intro--bg-black .intro__container {
  background-color: #000000;
  margin-bottom: 3rem;
}
.intro--bg-olive .intro__container {
  background-color: #44483C;
  margin-bottom: 3rem;
}
.intro--bg-lava .intro__container {
  background-color: #564038;
  margin-bottom: 3rem;
}
.intro--bg-gray .intro__container {
  background-color: #B2A29E;
  margin-bottom: 3rem;
}
.intro--type-text .intro__container {
  padding-top: 13.5rem;
}
.intro--nav-inpage .intro__container {
  padding-bottom: 4rem;
}
.intro--nav-sticky {
  margin-bottom: 0;
}
.intro--nav-sticky .intro__container {
  margin-bottom: 0;
}
.intro--abstract-image .intro__container, .intro--abstract-video .intro__container {
  padding-bottom: 12rem;
}
.intro--margin-none {
  margin-bottom: 0;
}
.intro:has(+ .accordion--with-filter) .intro__container {
  padding-bottom: 18rem;
}
.intro + .video-block--margin-none.video-block--width-full {
  margin-top: -12rem;
}

@media (min-width: 768px) {
  .intro__preheading {
    font-family: "Pano";
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.25;
    text-transform: none;
  }
  .intro__headline {
    font-family: "Pano";
    font-size: 5.6rem;
    font-weight: 700;
    line-height: 1.2;
    hyphens: none;
    margin-bottom: 3rem;
  }
  .intro__headline sup {
    font-family: "Pano";
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.5;
    top: -1em;
  }
  .intro__text {
    font-family: "Pano";
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.5;
  }
}
@media (min-width: 992px) {
  .intro__container {
    padding-bottom: 12rem;
    padding-top: 6rem;
  }
  .intro--bg-black, .intro--bg-olive, .intro--bg-lava, .intro--bg-gray {
    margin-bottom: 6rem;
  }
  .intro--type-text .intro__container {
    padding-top: 17rem;
  }
  .intro--nav-inpage .intro__container {
    padding-bottom: 6rem;
  }
  .intro--nav-sticky {
    margin-bottom: 0;
  }
  .intro--nav-sticky .intro__container {
    margin-bottom: 0;
  }
  .intro--margin-none {
    margin-bottom: 0;
  }
  .intro:has(+ .accordion--with-filter) {
    margin-bottom: 0;
  }
  .intro + .video-block--margin-none.video-block--width-full {
    margin-top: -9rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .intro:not(:has(.intro__side)):not(:has(+ .intro-abstract .intro-abstract__media)) .intro__inner-container {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .intro:has(.intro__side):has(.intro__text):has(.intro-navigation) .intro-side {
    align-items: flex-start;
  }
  .intro:has(.intro__side):has(.intro__text):has(.intro-navigation) .intro-side__element:first-child {
    height: auto;
  }
  .intro:has(.intro__side):has(.intro__text):has(.intro-navigation) .intro-navigation {
    margin-right: -100%;
    z-index: 1;
  }
}
.lang-nav {
  width: auto;
}
.lang-nav-switch {
  align-items: center;
  background-color: transparent;
  color: #FFFFFF;
  display: inline-flex;
  margin-top: 0;
  min-height: 4.5rem;
  padding: 0 6rem 0 2.1rem;
  text-align: right;
  vertical-align: middle;
  width: auto;
}
.lang-nav-switch:after {
  content: "\e849";
  display: inline-block;
  float: right;
  font-family: "sunlight-web24";
  font-size: 1em;
  margin-left: 0.5rem;
  vertical-align: middle;
  transform: rotate(180deg);
  transition: transform 0.3s ease-in-out;
}
.lang-nav-switch > small {
  display: none;
}
.lang-nav-switch__country-code {
  display: inline-block;
  height: auto;
  left: auto;
  overflow: visible;
  position: static;
  width: auto;
}
.lang-nav-switch small {
  font-size: inherit;
}
.lang-nav-switch:before {
  background: transparent center center no-repeat;
  background-size: cover;
  border: 2px solid;
  border-radius: 100%;
  content: "";
  display: inline-block;
  height: 2.1rem;
  margin-right: 0.8rem;
  vertical-align: middle;
  width: 2.1rem;
}
.lang-nav-switch--fr-be:before {
  background-image: url("../../img/flags/Belgique.svg");
}
.lang-nav-switch--nl-be:before {
  background-image: url("../../img/flags/Belgie.svg");
}
.lang-nav-switch--da:before {
  background-image: url("../../img/flags/Danmark.svg");
}
.lang-nav-switch--de:before {
  background-image: url("../../img/flags/Deutschland.svg");
}
.lang-nav-switch--es:before {
  background-image: url("../../img/flags/Espana.svg");
}
.lang-nav-switch--fr:before {
  background-image: url("../../img/flags/France.svg");
}
.lang-nav-switch--en:before {
  background-image: url("../../img/flags/GreatBritain.svg");
}
.lang-nav-switch--en-int:before {
  background-image: url("../../img/flags/International.svg");
}
.lang-nav-switch--it:before {
  background-image: url("../../img/flags/Italia.svg");
}
.lang-nav-switch--nl:before {
  background-image: url("../../img/flags/Nederland.svg");
}
.lang-nav-switch--nn:before {
  background-image: url("../../img/flags/Norge.svg");
}
.lang-nav-switch--pt:before {
  background-image: url("../../img/flags/Portugal.svg");
}
.lang-nav-switch--ch:before {
  background-image: url("../../img/flags/Schweiz.svg");
}
.lang-nav-switch--fr-ch:before {
  background-image: url("../../img/flags/Suisse.svg");
}
.lang-nav-switch--fi:before {
  background-image: url("../../img/flags/Suomi.svg");
}
.lang-nav-switch--sv:before {
  background-image: url("../../img/flags/Sverige.svg");
}
.lang-nav-switch--at:before {
  background-image: url("../../img/flags/Oesterreich.svg");
}
.lang-nav-switch--cs:before {
  background-image: url("../../img/flags/Ceska.svg");
}
.lang-nav-switch--pl:before {
  background-image: url("../../img/flags/Polska.svg");
}
.lang-nav__items-container {
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  z-index: 100;
}
.lang-nav__items {
  background-color: #FFFFFF;
  bottom: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: auto;
  grid-gap: 1.5rem;
  left: 0;
  list-style: none;
  height: auto;
  margin: 0;
  overflow: auto;
  padding: 10rem 38px;
  position: absolute;
  right: 0;
  scrollbar-width: none;
  text-align: center;
  top: 0;
  transition: max-height 0.3s ease-in-out;
  -ms-overflow-style: none;
}
.lang-nav__items::-webkit-scrollbar {
  display: none;
}
.lang-nav__item {
  font-family: "GT America";
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.33;
  text-transform: uppercase;
  display: block;
  flex: 1;
  letter-spacing: 0;
  font-weight: 400;
  height: auto;
  text-transform: none;
  width: 100%;
}
.lang-nav__item a {
  align-items: center;
  background-color: #DEE0D9;
  border-radius: 2rem;
  color: #000000;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 1rem 1.5rem 1rem 2rem;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
.lang-nav__item a:hover {
  background-color: rgb(197.6086956522, 201.0869565217, 188.9130434783);
}
.lang-nav__item a .lang-nav__country-code {
  display: none;
}
.lang-nav__item a small {
  color: black;
  display: block;
  font-size: inherit;
  margin-top: 0.5rem;
}
.lang-nav__item a small:before, .lang-nav__item a small:after {
  content: none;
}
.lang-nav__item a > span {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.lang-nav__item a > span:before {
  background: transparent center center no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 2rem;
  margin-bottom: 1.3rem;
  vertical-align: middle;
  width: 2rem;
}
.lang-nav__item--fr-be a > span:before {
  background-image: url("../../img/flags/Belgique.svg");
}
.lang-nav__item--nl-be a > span:before {
  background-image: url("../../img/flags/Belgie.svg");
}
.lang-nav__item--da a > span:before {
  background-image: url("../../img/flags/Danmark.svg");
}
.lang-nav__item--de a > span:before {
  background-image: url("../../img/flags/Deutschland.svg");
}
.lang-nav__item--es a > span:before {
  background-image: url("../../img/flags/Espana.svg");
}
.lang-nav__item--fr a > span:before {
  background-image: url("../../img/flags/France.svg");
}
.lang-nav__item--en a > span:before {
  background-image: url("../../img/flags/GreatBritain.svg");
}
.lang-nav__item--en-int a > span:before {
  background-image: url("../../img/flags/International.svg");
}
.lang-nav__item--it a > span:before {
  background-image: url("../../img/flags/Italia.svg");
}
.lang-nav__item--nl a > span:before {
  background-image: url("../../img/flags/Nederland.svg");
}
.lang-nav__item--nn a > span:before {
  background-image: url("../../img/flags/Norge.svg");
}
.lang-nav__item--pt a > span:before {
  background-image: url("../../img/flags/Portugal.svg");
}
.lang-nav__item--ch a > span:before {
  background-image: url("../../img/flags/Schweiz.svg");
}
.lang-nav__item--fr-ch a > span:before {
  background-image: url("../../img/flags/Suisse.svg");
}
.lang-nav__item--fi a > span:before {
  background-image: url("../../img/flags/Suomi.svg");
}
.lang-nav__item--sv a > span:before {
  background-image: url("../../img/flags/Sverige.svg");
}
.lang-nav__item--at a > span:before {
  background-image: url("../../img/flags/Oesterreich.svg");
}
.lang-nav__item--cs a > span:before {
  background-image: url("../../img/flags/Ceska.svg");
}
.lang-nav__item--pl a > span:before {
  background-image: url("../../img/flags/Polska.svg");
}
.lang-nav__close {
  font-size: 4rem;
  position: absolute;
  right: calc(38px + 4rem);
  top: 2rem;
}
.lang-nav__close span {
  display: inline-block;
  overflow: hidden;
  text-indent: -999em;
}
.lang-nav__close:before {
  content: "\e935";
  font-family: "sunlight-web24";
  position: absolute;
  text-indent: 0;
}

.lang-nav-open .lang-nav__items-container,
.choose-country-open .lang-nav__items-container {
  opacity: 1;
  visibility: visible;
}
.lang-nav-open .lang-nav span:not(.lang-nav__switch) .lang-nav__country-code,
.choose-country-open .lang-nav span:not(.lang-nav__switch) .lang-nav__country-code {
  display: none;
}
.lang-nav-open .lang-nav-switch:after,
.choose-country-open .lang-nav-switch:after {
  transform: rotateZ(-180deg);
}

@media (min-width: 576px) {
  .lang-nav__items {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .lang-nav__items {
    bottom: 70px;
    left: 70px;
    padding: 70px;
    right: 70px;
    top: 70px;
  }
  .lang-nav__item {
    font-family: "GT America";
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1.22;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
  }
  .lang-nav__close {
    right: calc(140px - 1.5rem);
    top: calc(70px + 1.5rem);
  }
}
@media (min-width: 1440px) {
  .lang-nav__items {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin: auto;
  }
  .lang-nav__close {
    right: calc(140px - 1.5rem);
    top: calc(70px + 1.5rem);
  }
}
@media (min-width: 1600px) {
  .lang-nav__items {
    bottom: 140px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    left: 140px;
    max-width: 140rem;
    padding: 140px;
    right: 140px;
    top: 140px;
  }
  .lang-nav__close {
    right: calc((var(--wwidth) - 140rem) / 2 + 6rem);
    top: calc(140px + 1.5rem);
  }
}
.main-menu {
  font-family: "Pano";
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.27;
  list-style: none;
  margin: 0;
  padding: 38px;
  position: relative;
  transform: translateX(0);
  transition: transform 0.3s ease-in-out;
}
.main-menu .sub-menu {
  left: 0;
  list-style: none;
  margin: 0;
  min-height: calc(var(--vh) * 100 - 76px - 15rem + 1rem);
  opacity: 0;
  padding: 38px;
  position: absolute;
  top: 0;
  transform: translateX(100vw);
  visibility: hidden;
  width: 100%;
}
.main-menu .menu-item-object-sunlight_models .sub-menu {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.main-menu .menu-item {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}
.main-menu .menu-item--with-image {
  justify-content: center;
  margin: 3vh 0;
  text-align: center;
}
.main-menu .menu-item--with-image > a {
  width: 100%;
}
.main-menu .menu-item picture {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 0.7rem;
  width: 100%;
}
.main-menu .menu-item picture img {
  height: auto;
  max-width: 30rem;
  width: 50%;
}
.main-menu .menu-item small {
  font-family: "GT America";
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.25;
  display: block;
  margin-top: 0.7rem;
  text-decoration: underline;
}
.main-menu .menu-item-has-children::after {
  content: "\e805";
  font-family: "sunlight-web24";
}
.main-menu .menu-item-has-children.is-open .sub-menu {
  opacity: 1;
  visibility: visible;
}

.submenu-open .main-menu {
  transform: translateX(-100vw);
}

@media (min-width: 768px) {
  .main-menu {
    padding: 70px;
  }
  .main-menu .sub-menu {
    min-height: calc(var(--vh) * 100 - 140px - 22rem + 1rem);
    padding: 70px 38px 70px 70px;
  }
  .main-menu .menu-item-object-sunlight_models .sub-menu {
    flex-direction: row;
  }
}
@media (min-width: 768px) and (min-height: 768px) {
  .main-menu .menu-item--with-image {
    margin: 5vh 0;
  }
  .main-menu .menu-item picture img {
    width: 75%;
  }
  .main-menu .menu-item-object-sunlight_models .sub-menu {
    flex-direction: column;
  }
}
@media (min-width: 1200px) and (min-height: 768px) {
  .main-menu .sub-menu {
    background-color: transparent;
    clip-path: inset(0% 0% 0% 100%);
    height: calc(var(--vh) * 100);
    left: auto;
    max-width: 60rem;
    min-height: calc(var(--vh) * 100 - 76px - 15rem + 1rem);
    padding: calc(19rem + 70px) 38px 100rem 70px;
    position: fixed;
    right: 0;
    top: -19rem;
    transform: translateX(0);
    transition: all 0.3s ease-in-out;
  }
  .main-menu .menu-item-object-sunlight_models .sub-menu {
    padding: 70px 38px 70px 70px;
  }
  .main-menu > .menu-item {
    color: #B2B3AC;
  }
  .main-menu > .menu-item:hover, .main-menu > .menu-item:focus, .main-menu > .menu-item:active, .main-menu > .menu-item.is-open {
    color: #FFFFFF;
  }
  .main-menu .menu-item-has-children.is-open .sub-menu {
    clip-path: inset(0% 0% 0% 0%);
    opacity: 1;
    transform: translateX(100%);
    visibility: visible;
  }
  .submenu-open .main-menu {
    transform: translateX(0);
  }
  .submenu-open .header__menu-wrapper,
  .submenu-open .header__langnav {
    background-color: #000000;
  }
}
@media (min-width: 1200px) and (min-height: 992px) {
  .main-menu .menu-item--with-image {
    margin: 0 0 5vh;
  }
  .main-menu .sub-menu {
    padding: calc(19rem + 70px) 38px 100rem 70px;
  }
  .main-menu .menu-item-object-sunlight_models .sub-menu {
    padding: calc(19rem + 70px) 38px calc(19rem + 70px) 70px;
  }
}
@media (min-width: 1440px) and (min-height: 768px) {
  .main-menu {
    padding: 5vh 38px 5vh 140px;
  }
  .main-menu .sub-menu {
    min-height: calc(var(--vh) * 100 - 10vh - 22rem + 1rem);
    padding: calc(19rem + 5vh) 38px 5vh 70px;
  }
}
@media (min-width: 1440px) and (min-height: 992px) {
  .main-menu .sub-menu {
    padding: calc(19rem + 5vh) 38px 5vh 70px;
  }
}
.notification {
  font-family: "GT America";
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.25;
  align-items: center;
  background-color: #FFFFFF;
  border-radius: 0;
  bottom: auto;
  color: #000000;
  display: flex;
  flex-direction: row;
  min-height: 4rem;
  justify-content: flex-start;
  left: 0;
  max-width: 100%;
  padding: 1rem 38px;
  right: 0;
  text-align: center;
  top: 0;
  transition: all 0.3s ease-in-out;
  width: 100%;
  z-index: 101;
}
.notification--hide {
  bottom: auto;
  opacity: 0;
  position: absolute;
  top: -6rem;
  transform: translateY(-100%);
}
.notification__button {
  margin-left: 1.5rem;
  margin-top: 0;
}
.notification i {
  font-size: 1.6em;
}
.notification p {
  margin: 0;
}
.notification a {
  align-items: center;
  color: inherit;
  display: flex;
  justify-content: center;
  width: 100%;
}
.notification a i {
  display: inline-block;
  margin-right: 0.5rem;
}
.notification__close {
  font-size: 3.4rem;
  color: #000000;
  cursor: pointer;
  position: absolute;
  right: calc(38px - 0.4rem);
  top: 50%;
  transform: translateY(-50%);
}
.notification:has(a:hover), .notification:has(a:focus), .notification:has(a:active) {
  background-color: #F7F7F7;
}
.notification--bg-olive {
  background-color: #44483C;
  color: #FFFFFF;
}
.notification--bg-olive .notification__button {
  background-color: #44483C;
  border-color: #44483C;
  color: #FFFFFF;
}
.notification--bg-olive .notification__close {
  color: #FFFFFF;
}
.notification--bg-olive:has(a:hover), .notification--bg-olive:has(a:focus), .notification--bg-olive:has(a:active) {
  background-color: #36382D;
}
.notification--bg-black {
  background-color: #000000;
  border-bottom: 1px solid #2F2F2F;
  color: #FFFFFF;
}
.notification--bg-black .notification__button {
  background-color: #000000;
  border-color: #000000;
  color: #FFFFFF;
}
.notification--bg-black .notification__close {
  color: #FFFFFF;
}
.notification--bg-black:has(a:hover), .notification--bg-black:has(a:focus), .notification--bg-black:has(a:active) {
  background-color: #2F2F2F;
}
.notification--bg-lava {
  background-color: #564038;
  color: #FFFFFF;
}
.notification--bg-lava .notification__button {
  background-color: #564038;
  border-color: #564038;
  color: #FFFFFF;
}
.notification--bg-lava .notification__close {
  color: #FFFFFF;
}
.notification--bg-lava:has(a:hover), .notification--bg-lava:has(a:focus), .notification--bg-lava:has(a:active) {
  background-color: rgb(107.6211267606, 80.0901408451, 70.0788732394);
}
.notification--bg-gray {
  background-color: #B2A29E;
  color: #FFFFFF;
}
.notification--bg-gray .notification__button {
  background-color: #B2A29E;
  border-color: #B2A29E;
  color: #FFFFFF;
}
.notification--bg-gray .notification__close {
  color: #FFFFFF;
}
.notification--bg-gray:has(a:hover), .notification--bg-gray:has(a:focus), .notification--bg-gray:has(a:active) {
  background-color: rgb(162.2017241379, 142.9189655172, 138.0982758621);
}

@media (min-width: 768px) {
  .notification {
    font-family: "GT America";
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1.22;
    text-transform: uppercase;
    min-height: 6rem;
    justify-content: center;
    letter-spacing: 0;
    padding: 0 6rem;
    text-align: center;
    text-transform: none;
  }
  .notification__close {
    right: 2rem;
  }
  .notification a {
    justify-content: center;
  }
}
.quick-links {
  align-items: flex-end;
  bottom: calc(38px - 1rem);
  display: flex;
  flex-direction: column;
  position: fixed;
  right: calc(38px - 1rem);
  z-index: 20;
}
.quick-links__trigger {
  align-items: center;
  background-color: #FFE476;
  border-radius: 5.2rem;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  color: #000000;
  display: flex;
  height: 5.2rem;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  width: 5.2rem;
}
.quick-links__trigger::after {
  content: "\e850";
  display: block;
  font-family: "sunlight-web24";
  font-size: 3rem;
  text-align: center;
}
.quick-links__items {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  list-style: none;
  overflow: visible;
  padding: 0;
  transition: all 0.5s ease-in-out;
}
.quick-links__item {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 5.2rem;
  color: #000000;
  display: flex;
  font-weight: 500;
  position: relative;
  transform: translateY(-10%) scale(0);
  transition: all 0.3s ease-in-out;
}
.quick-links__item:nth-last-child(1) {
  transform: translateY(150%) scale(0);
}
.quick-links__item:nth-last-child(2) {
  transform: translateY(300%) scale(0);
}
.quick-links__item:nth-last-child(3) {
  transform: translateY(450%) scale(0);
}
.quick-links__item:nth-last-child(4) {
  transform: translateY(600%) scale(0);
}
.quick-links__item:nth-last-child(5) {
  transform: translateY(750%) scale(0);
}
.quick-links__item:nth-last-child(6) {
  transform: translateY(900%) scale(0);
}
.quick-links__item-icon {
  align-items: center;
  background-color: #FFE476;
  border-radius: inherit;
  bottom: 0;
  display: inline-flex;
  height: 5.2rem;
  justify-content: center;
  position: absolute;
  right: 0;
  text-align: left;
  top: 0;
  width: 5.2rem;
  z-index: 20;
}
.quick-links__item-icon picture {
  align-items: center;
  display: flex;
  height: 3rem;
  justify-content: center;
  width: 3rem;
}
.quick-links__item-icon picture img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.quick-links__item span {
  font-family: "GT America";
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.25;
  text-transform: uppercase;
  align-items: center;
  background-color: #FFFFFF;
  border-radius: inherit;
  display: inline-flex;
  height: 5.2rem;
  line-height: 5.2rem;
  overflow: hidden;
  max-width: 5.2rem;
  padding: 0;
  position: relative;
  right: 0;
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
}
.quick-links.is-visible .quick-links__trigger {
  transform: rotate(45deg);
}
.quick-links.is-visible .quick-links__item {
  transform: translateY(0) scale(1);
  width: 100%;
}
.quick-links.is-visible .quick-links__item span {
  max-width: 100vw;
  padding: 0 6.7rem 0 2.7rem;
  width: 100%;
}

@media (min-width: 768px) {
  .quick-links {
    bottom: 38px;
    right: 38px;
  }
  .quick-links span {
    font-family: "Pano";
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.27;
    max-width: 100vw;
    text-transform: none;
  }
}
@media (hover: hover) and (min-width: 768px) {
  .quick-links {
    bottom: 50%;
    transform: translateY(50%);
  }
  .quick-links__trigger {
    display: none;
  }
  .quick-links__items {
    max-height: 500vh;
    overflow: visible;
  }
  .quick-links__item {
    max-width: 5.2rem;
    transform: none !important;
  }
  .quick-links__item:hover, .quick-links__item:focus, .quick-links__item:active {
    max-width: 100vw;
  }
  .quick-links__item:hover span, .quick-links__item:focus span, .quick-links__item:active span {
    max-width: 100vw;
    padding: 0 6.7rem 0 2.7rem;
  }
  body.quicklinks-open {
    opacity: 0;
    visibility: hidden;
  }
}
.social-media__items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.social-media__item {
  display: inline-flex;
}
.social-media__item-link:before {
  content: "";
  display: inline-block;
  font-family: "sunlight-web24";
  font-size: 4rem;
  line-height: inherit;
  margin-right: 0.1em;
  vertical-align: middle;
}
.social-media__item-link--facebook:before {
  content: "\e854";
}
.social-media__item-link--instagram:before {
  content: "\e853";
}
.social-media__item-link--linkedin:before {
  content: "\e858";
}
.social-media__item-link--youtube:before {
  content: "\e855";
  font-size: 4.8rem;
  margin-right: 0.05em;
}
.social-media__item-link--spotify:before {
  content: "\e857";
  margin-right: 0.05em;
}
.social-media__item-link--tiktok::before {
  content: "\e856";
}

.page-dealers-overview .intro,
.page-dealers-overview .intro__container {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .page-dealers-overview .intro,
  .page-dealers-overview .intro__container {
    margin-bottom: 0;
  }
  .page-dealers-overview .intro__container {
    padding-bottom: 9rem;
  }
  .page-dealers-overview .intro--type-text .intro__container {
    padding-top: 14rem;
  }
}
.page-simple {
  overflow-x: hidden;
}

/*! purgecss end ignore */
