/*!*******************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./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.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 50px;
  padding-left: 50px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
  .container-fluid {
    padding-left: var(--tablet-container-padding);
    padding-right: var(--tablet-container-padding);
  }
}
@media (min-width: 992px) {
  .container-fluid {
    padding-right: 2.4rem;
    padding-left: 2.4rem;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.4rem;
  margin-left: -0.4rem;
}

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

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

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

@media (min-width: 992px) {
  .row {
    margin-right: -0.8rem;
    margin-left: -0.8rem;
  }
  .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 {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-self-auto {
  -ms-flex-item-align: auto !important;
  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;
  }
}

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

/*! purgecss start ignore */
/***
    The new CSS reset - version 1.7.2 (last updated 23.6.2022)
    GitHub page: https://github.com/elad2412/the-new-css-reset
***/
/*
    Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
    - The "symbol *" part is to solve Firefox SVG sprite bug
 */
html *:where(:not(html, iframe, canvas, img, svg, video, .pell-editor *):not(svg *, symbol *)) {
  all: unset;
  display: revert;
  box-sizing: border-box;
}

/* Preferred box-sizing value */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Reapply the pointer cursor for anchor tags */
a, button {
  cursor: revert;
}

/* Remove list styles (bullets/numbers) */
ol, ul, menu {
  list-style: none;
}

/* For images to not be able to exceed their container */
img {
  max-width: 100%;
}

/* removes spacing between cells in tables */
table {
  border-collapse: collapse;
}

/* Safari - solving issue when using user-select:none on the <body> text input doesn't working */
input, textarea {
  -webkit-user-select: auto;
}

/* revert the 'white-space' property for textarea elements on Safari */
textarea {
  white-space: revert;
}

/* minimum style to allow to style meter element */
meter {
  -webkit-appearance: revert;
  appearance: revert;
}

/* reset default text opacity of input placeholder */
::placeholder {
  color: unset;
}

/* fix the feature of 'hidden' attribute.
   display:revert; revert to element instead of attribute */
:where([hidden]) {
  display: none;
}

/* revert for bug in Chromium browsers
   - fix for the content editable attribute will work properly.
   - webkit-user-select: auto; added for Safari in case of using user-select:none on wrapper element*/
:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

/* apply back the draggable feature - exist only in Chromium and Safari */
:where([draggable=true]) {
  -webkit-user-drag: element;
}

:root {
  --white: #ffffff;
  --white-opacity--10: #ffffff1a;
  --white-opacity--15: #ffffff26;
  --white-opacity--20: #ffffff33;
  --white-opacity--30: #ffffff4d;
  --white-opacity--40: #ffffff66;
  --white-opacity--55: #ffffff8c;
  --white-opacity--70: #ffffffb2;
  --white-opacity--85: #ffffffd9;
  --white-overlay--20: #ffffff33;
  --white-overlay--40: #ffffff66;
  --white-overlay--60: #ffffff99;
  --white-overlay--80: #ffffffcc;
  --black--100: #444444;
  --black--200: #222222;
  --black--300: #181818;
  --black--400: #000000;
  --black--400-opacity-5: #0000000d;
  --black--400-opacity-7: #00000012;
  --black--400-opacity-10: #0000001a;
  --black--400-opacity-15: #00000026;
  --black--400-opacity-20: #00000033;
  --black--400-opacity-30: #0000004d;
  --black--400-opacity-40: #00000066;
  --black--400-opacity-50: #00000080;
  --black--400-opacity-60: #00000099;
  --black--400-opacity-70: #000000b2;
  --black--400-opacity-80: #000000cc;
  --black--400-overlay-20: #00000033;
  --black--400-overlay-40: #00000066;
  --black--400-overlay-60: #00000099;
  --black--400-overlay-80: #000000cc;
  --black--400-overlay-100: #000000;
  --gray--10: #fdfdfd;
  --gray--25: #f7f7f7;
  --gray--50: #f0f0f2;
  --gray--65: #e6e6e6;
  --gray--75: #e0e0e0;
  --gray--100: #dddddd;
  --gray--150: #cbcbcb;
  --gray--200: #bbbbbb;
  --gray--250: #969696;
  --gray--260: #757575;
  --gray--275: #6e6e6e;
  --red-error--400: #ff0000;
  --wf-blue--50: #f2f6ff;
  --wf-blue--75: #e7f0ff;
  --wf-blue--100: #d8e6ff;
  --wf-blue--125: #c6daff;
  --wf-blue--140: #a7c5fd;
  --wf-blue--150: #7ca7ff;
  --wf-blue--200: #6392f0;
  --wf-blue--300: #4b82ee;
  --wf-blue--350: #4866ff;
  --wf-blue--400: #0055ff;
  --wf-blue--450: #014de5;
  --wf-blue-600: #003eb9;
  --Hellflieder: #aa96eb;
  --Flieder: #6e46be;
  --Dunkelflieder: #5f5078;
  --Hellblau: #c8e1ff;
  --Blau: #3c78eb;
  --Dunkelblau: #3264b4;
  --Hellgrün: #aae16e;
  --Grün: #28aa6e;
  --Dunkelgrün: #416455;
  --Hellschlamm: #e1eb50;
  --Schlamm: #aaaa50;
  --Dunkelschlamm: #78826e;
  --Hellgelb: #fff082;
  --Gelb: #ffe600;
  --Dunkelgelb: #f5dc8c;
  --Hellrot: #ffa08c;
  --Rot: #ff4123;
  --Dunkelrot: #5f2323;
  --Hellpfirsich: #fac8be;
  --Pfirsich: #ffa07d;
  --Dunkelpfirsich: #aa464b;
  --Hellrosa: #fae6f5;
  --Rosa: #ffbeeb;
  --Dunkelrosa: #f03c5a;
  --Hellgrau: #ebebeb;
  --Grau: #b4b4b4;
  --Dunkelgrau: #787878;
  --Hellsand: #f5e6d2;
  --Sand: #dccdb4;
  --Dunkelsand: #9b785a;
}

html {
  box-sizing: border-box;
  font-family: "Supreme Neurath TT", Arial, Helvetica, sans-serif;
  font-size: 2.415458937vw;
  font-weight: 300;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--black--400);
  --tablet-container-padding: 8rem;
}

@media (min-width: 768px) {
  html {
    font-size: calc(11.6px + (100vw - 992px) * 0.0066532258);
  }
}
@media (min-width: 992px) {
  html {
    font-size: calc(5.4px + (100vw - 992px) * 0.0066532258);
  }
}
@media (min-width: 2500px) {
  html {
    font-size: calc(3.4px + (100vw - 992px) * 0.0066532258);
  }
}
@media (min-width: 3000px) {
  html {
    font-size: calc(0px + (100vw - 992px) * 0.0066532258);
  }
}
a {
  text-decoration: none;
  color: inherit;
}

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

picture {
  display: flex;
}
picture img {
  width: 100%;
}

p {
  margin: 0;
}

em {
  font-style: italic;
}

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

picture:not(:has(.svg-image)):has(img.lazyloaded) {
  background-color: transparent !important;
}
picture:not(:has(.svg-image)) img {
  opacity: 0;
}
picture:not(:has(.svg-image)) img.lazyloaded {
  opacity: 1;
}

body {
  --body-background-color: var(--white);
}
body.theme-black {
  background-color: var(--black--400);
  --body-background-color: var(--black--400);
}
body.theme-peach {
  background-color: var(--Pfirsich);
  --body-background-color: var(--Pfirsich);
}

@font-face {
  font-family: "Supreme Neurath TT";
  font-weight: 450;
  src: url("../../assets/fonts/SupremeNeurathWeb-Book.woff2") format("woff2"), url("../../assets/fonts/SupremeNeurathWeb-Book.woff") format("woff");
}
@font-face {
  font-family: "Supreme Neurath TT";
  font-weight: 450;
  font-style: italic;
  src: url("../../assets/fonts/SupremeNeurathWeb-BookItalic.woff2") format("woff2"), url("../../assets/fonts/SupremeNeurathWeb-BookItalic.woff") format("woff");
}
@font-face {
  font-family: "2025-07-GWM";
  src: url("./../../assets/fonts/2025-07-GWM.eot?f56idz");
  src: url("./../../assets/fonts/2025-07-GWM.eot?f56idz#iefix") format("embedded-opentype"), url("./../../assets/fonts/2025-07-GWM.ttf?f56idz") format("truetype"), url("./../../assets/fonts/2025-07-GWM.woff?f56idz") format("woff"), url("./../../assets/fonts/2025-07-GWM.svg?f56idz#2025-07-GWM") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "2025-07-GWM" !important;
  speak: never;
  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-archive:before {
  content: "\e932";
}

.icon-arrow-down:before {
  content: "\e933";
}

.icon-arrow-up:before {
  content: "\e934";
}

.icon-check-circle-02:before {
  content: "\e935";
}

.icon-duration-02:before {
  content: "\e936";
}

.icon-important-box-02:before {
  content: "\e937";
}

.icon-loading:before {
  content: "\e938";
}

.icon-location-pin-02:before {
  content: "\e939";
}

.icon-mail-02:before {
  content: "\e93a";
}

.icon-mail:before {
  content: "\e93b";
}

.icon-pause-circle:before {
  content: "\e93c";
}

.icon-plus-reg-close-circle:before {
  content: "\e93d";
}

.icon-x-reg-close-circle:before {
  content: "\e93e";
}

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

.icon-chevron-left:before {
  content: "\e901";
}

.icon-chevron-right:before {
  content: "\e902";
}

.icon-chevron-up1:before {
  content: "\e903";
}

.icon-chevron-down:before {
  content: "\e904";
}

.icon-chevron-up:before {
  content: "\e905";
}

.icon-accessible:before {
  content: "\e906";
}

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

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

.icon-bulletpoint:before {
  content: "\e909";
}

.icon-burger-close:before {
  content: "\e90a";
}

.icon-burger-light:before {
  content: "\e90b";
}

.icon-burger:before {
  content: "\e90c";
}

.icon-by-the-water:before {
  content: "\e90d";
}

.icon-calendar:before {
  content: "\e90e";
}

.icon-call:before {
  content: "\e90f";
}

.icon-check-circle-1:before {
  content: "\e910";
}

.icon-check-circle:before {
  content: "\e911";
}

.icon-check:before {
  content: "\e912";
}

.icon-costs:before {
  content: "\e913";
}

.icon-dot:before {
  content: "\e914";
}

.icon-download:before {
  content: "\e915";
}

.icon-dropdown:before {
  content: "\e916";
}

.icon-dropup:before {
  content: "\e917";
}

.icon-duration:before {
  content: "\e918";
}

.icon-eye:before {
  content: "\e919";
}

.icon-fullscreen:before {
  content: "\e91a";
}

.icon-heart-active:before {
  content: "\e91b";
}

.icon-heart-inactive:before {
  content: "\e91c";
}

.icon-important-box:before {
  content: "\e91d";
}

.icon-location-pin-1:before {
  content: "\e91e";
}

.icon-location-pin:before {
  content: "\e91f";
}

.icon-open-in-new:before {
  content: "\e920";
}

.icon-people:before {
  content: "\e921";
}

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

.icon-plus-bold:before {
  content: "\e923";
}

.icon-plus-thin:before {
  content: "\e924";
}

.icon-reg-minus:before {
  content: "\e925";
}

.icon-school:before {
  content: "\e926";
}

.icon-search:before {
  content: "\e927";
}

.icon-slides:before {
  content: "\e928";
}

.icon-social-facebook:before {
  content: "\e929";
}

.icon-social-instagram:before {
  content: "\e92a";
}

.icon-social-spotify:before {
  content: "\e92b";
}

.icon-social-telegram:before {
  content: "\e92c";
}

.icon-social-whatsapp:before {
  content: "\e92d";
}

.icon-south-tyrol:before {
  content: "\e92e";
}

.icon-tour:before {
  content: "\e92f";
}

.icon-type:before {
  content: "\e930";
}

.icon-x-thin:before {
  content: "\e931";
}

figcaption {
  font-family: "Supreme Neurath TT";
  font-size: 1.3rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.3;
  color: var(--gray--250);
  margin-top: 0.6rem;
}

@media (min-width: 992px) {
  figcaption {
    font-family: "Supreme Neurath TT";
    font-size: 1.5rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.3;
  }
}
.lottie-animation {
  aspect-ratio: 1;
}

.lottie-hover {
  position: relative;
  width: 100%;
  height: 100%;
}
.lottie-hover--playing .lottie-hover__poster {
  opacity: 0;
}
.lottie-hover--playing .lottie-hover__control--play {
  display: none;
}
.lottie-hover--playing .lottie-hover__control--pause {
  display: flex;
}
.lottie-hover__stage {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.lottie-hover__poster {
  display: block;
  max-width: 100%;
  width: 16rem;
}
.lottie-hover__player {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  max-width: 100%;
  width: 16rem;
  height: 100%;
  mix-blend-mode: multiply;
}
.lottie-hover__controls {
  position: absolute;
  z-index: 5;
  right: 1.6rem;
  bottom: 1.6rem;
  cursor: pointer;
}
.lottie-hover__control {
  font-size: 4rem;
}
.lottie-hover__control--play {
  display: flex;
}
.lottie-hover__control--pause {
  display: none;
}

@media (min-width: 992px) {
  .lottie-hover__player, .lottie-hover__poster {
    width: 30rem;
  }
  .lottie-hover__controls {
    right: 2.4rem;
    bottom: 2.4rem;
  }
}
.editor-styles__uppercase {
  text-transform: uppercase;
}

.hide-scrollbars {
  /* Hide scrollbar for Chrome, Safari and Opera */
  /* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.hide-scrollbars::-webkit-scrollbar {
  display: none;
}

.button {
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  border-style: solid;
  border-width: 2px;
  height: var(--button-height);
  padding: var(--button-padding);
  border-radius: var(--button-border-radius);
  gap: var(--button-gap);
  background-color: transparent;
  border-color: transparent;
  color: var(--button-theme-primary-color);
}
.button__wrapper {
  display: flex;
}
.button .label {
  white-space: nowrap;
}
.button .amount {
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--button-theme-primary-color);
  color: var(--button-theme-secondary-color);
  width: var(--button-amount-size);
  height: var(--button-amount-size);
  flex: 0 0 var(--button-amount-size);
}
.button-solid {
  background-color: var(--button-theme-primary-color);
  color: var(--button-theme-secondary-color);
  border-color: var(--button-theme-border-color);
}
.button-solid .amount {
  background-color: var(--button-theme-secondary-color);
  color: var(--button-theme-secondary-inverted-color);
}
.button-outline {
  border-color: var(--button-theme-border-color);
}
.button-theme-black {
  --button-theme-primary-color: var(--black--400);
  --button-theme-secondary-color: var(--white);
  --button-theme-secondary-inverted-color: var(--black--400);
  --button-theme-border-color: var(--button-theme-primary-color);
}
.button-theme-white {
  --button-theme-primary-color: var(--white);
  --button-theme-secondary-color: var(--black--300);
  --button-theme-secondary-inverted-color: var(--white);
  --button-theme-border-color: var(--button-theme-primary-color);
}
.button-theme-porcelain {
  --button-theme-primary-color: var(--Hellgrau);
  --button-theme-secondary-color: var(--black--300);
  --button-theme-secondary-inverted-color: var(--white);
  --button-theme-border-color: var(--Hellgrau);
  color: var(--button-theme-secondary-color);
}
.button-theme-porcelain .amount {
  background-color: var(--button-theme-secondary-color);
  color: var(--button-theme-secondary-inverted-color);
}
.button-full-width {
  width: 100%;
}
.button-s {
  --button-height: 3.6rem;
  --button-padding: 0.8rem 0.8rem 1rem;
  --button-gap: 0.6rem;
  --button-border-radius: 1.2rem;
}
.button-s .label {
  font-family: "Supreme Neurath TT";
  font-size: 1.8rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  font-feature-settings: "case" on, "ordn" on;
}
.button-s .icon {
  font-size: 1.6rem;
}
.button-s .amount {
  --button-amount-size: 1.8rem;
  font-family: "Supreme Neurath TT";
  font-size: 1.1rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: -0.033rem;
  line-height: 1;
  font-feature-settings: "case" on, "ordn" on, "dlig" on;
}
.button-m {
  --button-height: 3.8rem;
  --button-padding: 0.8rem 0.8rem 1rem;
  --button-gap: 0.6rem;
  --button-border-radius: 1.2rem;
}
.button-m .label {
  font-family: "Supreme Neurath TT";
  font-size: 2rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  font-feature-settings: "case" on, "ordn" on;
}
.button-m .icon {
  font-size: 1.8rem;
}
.button-m .amount {
  --button-amount-size: 2rem;
  font-family: "Supreme Neurath TT";
  font-size: 1.2rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: -0.036rem;
  line-height: 1;
  font-feature-settings: "case" on, "ordn" on, "dlig" on;
}
.button-l {
  --button-height: 4.6rem;
  --button-padding: 1rem 1.2rem 1.2rem;
  --button-gap: 0.6rem;
  --button-border-radius: 1.6rem;
}
.button-l .label {
  font-family: "Supreme Neurath TT";
  font-size: 2.4rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  font-feature-settings: "case" on, "ordn" on;
}
.button-l .icon {
  font-size: 2.2rem;
}
.button-l .amount {
  --button-amount-size: 2.2rem;
  font-family: "Supreme Neurath TT";
  font-size: 1.3rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: -0.039rem;
  line-height: 1;
  font-feature-settings: "case" on, "ordn" on, "dlig" on;
}
.button:not(.disabled):not([disabled]):focus.button-theme-black {
  box-shadow: 0px 0px 0px 4px rgba(24, 24, 24, 0.3);
}
.button:not(.disabled):not([disabled]):focus.button-theme-black.button-solid {
  box-shadow: 0 0 0 4px rgba(24, 24, 24, 0.3);
}
.button:not(.disabled):not([disabled]):focus.button-theme-black.button-outline {
  box-shadow: 0 0 0 4px rgba(24, 24, 24, 0.1);
}
.button:not(.disabled):not([disabled]):focus.button-theme-white {
  box-shadow: 0px 0px 0px 4px rgba(24, 24, 24, 0.3);
}
.button:not(.disabled):not([disabled]):focus.button-theme-white.button-solid {
  box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.3);
}
.button:not(.disabled):not([disabled]):focus.button-theme-white.button-outline {
  box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.3);
}
.button:not(.disabled):not([disabled]):focus.button-theme-porcelain {
  box-shadow: 0px 0px 0px 4px rgba(24, 24, 24, 0.1);
}
.button:not(.disabled):not([disabled]):focus.button-theme-porcelain.button-solid {
  box-shadow: 0px 0px 0px 4px rgba(24, 24, 24, 0.1);
}
.button:not(.disabled):not([disabled]):focus.button-theme-porcelain.button-outline {
  box-shadow: 0px 0px 0px 4px rgba(24, 24, 24, 0.1);
}
.button[disabled], .button.disabled {
  cursor: no-drop;
  border-color: var(--gray--150);
  color: var(--gray--150);
}
.button[disabled] .amount, .button.disabled .amount {
  background-color: var(--gray--150);
  color: var(--white);
}
.button[disabled].button-theme-black.button-solid, .button.disabled.button-theme-black.button-solid {
  background-color: var(--gray--150);
  color: var(--white);
}
.button[disabled].button-theme-black.button-outline, .button.disabled.button-theme-black.button-outline {
  background-color: transparent;
  border-color: var(--gray--150);
  color: var(--gray--150);
}
.button[disabled].button-theme-black.button-outline .amount, .button.disabled.button-theme-black.button-outline .amount {
  background-color: var(--white);
  color: #1D1D1C;
}
.button[disabled].button-theme-white.button-solid, .button.disabled.button-theme-white.button-solid {
  background-color: var(--white);
  color: var(--gray--150);
}
.button[disabled].button-theme-white.button-solid .amount, .button.disabled.button-theme-white.button-solid .amount {
  background-color: var(--gray--150);
  color: var(--white);
}
.button[disabled].button-theme-white.button-outline, .button.disabled.button-theme-white.button-outline {
  background-color: transparent;
  border-color: var(--gray--150);
}
.button[disabled].button-theme-white.button-outline .amount, .button.disabled.button-theme-white.button-outline .amount {
  background-color: var(--white);
  color: #1D1D1C;
}
.button[disabled].button-theme-porcelain.button-solid, .button.disabled.button-theme-porcelain.button-solid {
  background-color: var(--Hellgrau);
  color: var(--gray--150);
}
.button[disabled].button-theme-porcelain.button-solid .amount, .button.disabled.button-theme-porcelain.button-solid .amount {
  background-color: var(--gray--150);
  color: var(--white);
}
.button[disabled].button-theme-porcelain.button-outline, .button.disabled.button-theme-porcelain.button-outline {
  background-color: transparent;
  border-color: var(--gray--150);
}
.button[disabled].button-theme-porcelain.button-outline .amount, .button.disabled.button-theme-porcelain.button-outline .amount {
  background-color: var(--white);
  color: #1D1D1C;
}

@media (min-width: 992px) {
  .button-lg-s {
    --button-height: 3.6rem;
    --button-padding: 0.8rem 0.8rem 1rem;
    --button-gap: 0.6rem;
    --button-border-radius: 1.2rem;
  }
  .button-lg-s .label {
    font-family: "Supreme Neurath TT";
    font-size: 1.8rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1;
    font-feature-settings: "case" on, "ordn" on;
  }
  .button-lg-s .icon {
    font-size: 1.6rem;
  }
  .button-lg-s .amount {
    --button-amount-size: 1.8rem;
    font-family: "Supreme Neurath TT";
    font-size: 1.1rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: -0.033rem;
    line-height: 1;
    font-feature-settings: "case" on, "ordn" on, "dlig" on;
  }
  .button-lg-m {
    --button-height: 3.8rem;
    --button-padding: 0.8rem 0.8rem 1rem;
    --button-gap: 0.6rem;
    --button-border-radius: 1.2rem;
  }
  .button-lg-m .label {
    font-family: "Supreme Neurath TT";
    font-size: 2rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1;
    font-feature-settings: "case" on, "ordn" on;
  }
  .button-lg-m .icon {
    font-size: 1.8rem;
  }
  .button-lg-m .amount {
    --button-amount-size: 2rem;
    font-family: "Supreme Neurath TT";
    font-size: 1.2rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: -0.036rem;
    line-height: 1;
    font-feature-settings: "case" on, "ordn" on, "dlig" on;
  }
  .button-lg-l {
    --button-height: 4.6rem;
    --button-padding: 1rem 1.2rem 1.2rem;
    --button-gap: 0.6rem;
    --button-border-radius: 1.6rem;
  }
  .button-lg-l .label {
    font-family: "Supreme Neurath TT";
    font-size: 2.4rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1;
    font-feature-settings: "case" on, "ordn" on;
  }
  .button-lg-l .icon {
    font-size: 2.2rem;
  }
  .button-lg-l .amount {
    --button-amount-size: 2.2rem;
    font-family: "Supreme Neurath TT";
    font-size: 1.3rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: -0.039rem;
    line-height: 1;
    font-feature-settings: "case" on, "ordn" on, "dlig" on;
  }
}
@media (hover: hover) {
  .button {
    cursor: pointer;
  }
  .button:not(.disabled):not([disabled]) .amount {
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  .button:not(.disabled):not([disabled]).button-tooltip:hover:before {
    opacity: 1;
  }
  .button:not(.disabled):not([disabled]):hover.button-theme-black {
    background-color: var(--black--400-opacity-10);
    border-color: transparent;
  }
  .button:not(.disabled):not([disabled]):hover.button-theme-black.button-solid {
    background-color: var(--black--100);
  }
  .button:not(.disabled):not([disabled]):hover.button-theme-black.button-outline {
    border-color: var(--black--300);
    background-color: var(--black--400-opacity-10);
  }
  .button:not(.disabled):not([disabled]):hover.button-theme-white {
    background-color: var(--black--400-opacity-10);
    border-color: transparent;
  }
  .button:not(.disabled):not([disabled]):hover.button-theme-white.button-solid {
    background-color: var(--gray--25);
    border-color: transparent;
  }
  .button:not(.disabled):not([disabled]):hover.button-theme-white.button-outline {
    background-color: var(--white-opacity--10);
    border-color: var(--gray--50);
  }
  .button:not(.disabled):not([disabled]):hover.button-theme-porcelain.button-solid {
    background-color: var(--Grau);
    border-color: var(--Grau);
  }
  .button:not(.disabled):not([disabled]):hover.button-theme-porcelain.button-outline {
    background-color: var(--white-opacity-10);
    border-color: var(--Grau);
  }
}
.filter-tag {
  display: flex;
  padding: 0.6rem 1rem 0.8rem 1rem;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
  font-family: "Supreme Neurath TT";
  font-size: 2.2rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  border-radius: 1.6rem;
  background-color: var(--Hellgrau, #EBEBEB);
  width: max-content;
  max-width: 100%;
  white-space: nowrap;
}
.filter-tag.active {
  background: var(--black--400, #000);
  color: var(--white);
}
.filter-tag.transparent {
  background: transparent;
  color: var(--white);
}
.filter-tag .icon {
  font-size: 2rem;
}

@media (min-width: 992px) {
  .filter-tag {
    padding: 0.8rem 1.2rem 1rem 1.2rem;
    font-family: "Supreme Neurath TT";
    font-size: 2.4rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1;
  }
}
@media (hover: hover) {
  .filter-tag {
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  .filter-tag:not(.active):hover {
    background-color: var(--black--400-opacity-10);
  }
  .filter-tag:not(.active).transparent:hover {
    background-color: var(--white-opacity--20);
  }
}
.label-tag {
  border-radius: 1.2rem;
  border: 2px solid var(--black--400, #000);
  background: var(--white, #FFF);
  display: inline-flex;
  padding: 0.2rem 0.6rem 0.3rem 0.6rem;
  align-items: flex-start;
  gap: 0.4rem;
  font-family: "Supreme Neurath TT";
  font-size: 1.8rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.25;
  color: var(--black--400);
  width: max-content;
  max-width: 100%;
  white-space: nowrap;
}

@media (min-width: 992px) {
  .label-tag {
    padding: 0.4rem 0.8rem 0.5rem 0.8rem;
    font-family: "Supreme Neurath TT";
    font-size: 1.8rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.35;
  }
}
.highlight-box {
  width: 100%;
  border-radius: 0.6rem;
  background: var(--Hellgrau, #EBEBEB);
  padding: 1.6rem 1.2rem;
  color: var(--black--400);
}
.highlight-box--black {
  background: var(--black--400, #000);
  color: var(--white);
}

@media (min-width: 992px) {
  .highlight-box {
    border-radius: 1.2rem;
    padding: 2.4rem;
  }
}
.attachment-preview {
  height: auto;
  display: flex;
  padding: 0.8rem;
  flex-direction: column;
  gap: 0.8rem;
  border-radius: 1.2rem;
  background: var(--Hellgrau, #EBEBEB);
  outline: 2px solid transparent !important;
}
.attachment-preview__icon {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 0.6rem;
  background: var(--black--400, #000);
  display: flex;
  align-items: center;
  justify-content: center;
}
.attachment-preview__icon img {
  width: 3.8rem;
}
.attachment-preview__text {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.attachment-preview__title {
  font-family: "Supreme Neurath TT";
  font-size: 1.8rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.25;
  text-transform: uppercase;
  color: var(--black--400, #000);
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  hyphens: auto;
  -webkit-hyphens: auto;
}
.attachment-preview__description {
  font-family: "Supreme Neurath TT";
  font-size: 1.5rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.25;
  color: var(--black--400, #000);
  margin-bottom: 0.8rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
}
.attachment-preview__buttons {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-top: auto;
}

@media (min-width: 992px) {
  .attachment-preview {
    padding: 2.4rem;
    flex-direction: row;
    align-items: center;
    gap: 1.6rem;
  }
  .attachment-preview__icon {
    width: 10rem;
    height: 10rem;
    border-radius: 1.2rem;
  }
  .attachment-preview__icon img {
    width: 8rem;
  }
  .attachment-preview__text {
    gap: 0.8rem;
  }
  .attachment-preview__title {
    font-family: "Supreme Neurath TT";
    font-size: 2.4rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.35;
  }
  .attachment-preview__description {
    font-family: "Supreme Neurath TT";
    font-size: 1.8rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.25;
    margin-bottom: 0;
  }
  .attachment-preview__buttons {
    margin-top: 0;
    margin-left: auto;
  }
}
@media (hover: hover) {
  .attachment-preview {
    transition: outline 0.3s ease;
  }
  .attachment-preview:hover {
    backface-visibility: hidden;
    transform: scaleY(1);
    outline: 2px solid var(--black--300) !important;
    box-shadow: 0px 42px 54px 0px rgba(0, 0, 0, 0.06);
  }
}
.id-card {
  display: flex;
  width: 100%;
  padding: 1.6rem 1.2rem 2.4rem;
  flex-direction: column;
  align-items: center;
  border-radius: 1.2rem;
  background: var(--Hellgrau, #EBEBEB);
}
.id-card__image {
  width: 10rem;
}
.id-card__name {
  text-transform: uppercase;
  font-family: "Supreme Neurath TT";
  font-size: 2.2rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.35;
  margin-bottom: 0.8rem;
  text-align: center;
}
.id-card__position {
  margin-bottom: 0.8rem;
  font-family: "Supreme Neurath TT";
  font-size: 1.8rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.35;
  text-align: center;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.id-card__email {
  margin-top: auto;
}
.id-card__email, .id-card__phone {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Supreme Neurath TT";
  font-size: 1.9rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.35;
}
.id-card__phone {
  margin-top: 0.4rem;
}

@media (min-width: 992px) {
  .id-card {
    padding: 2.4rem;
  }
  .id-card__image {
    width: 15rem;
  }
  .id-card__name {
    font-family: "Supreme Neurath TT";
    font-size: 2.4rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.35;
    margin-bottom: 1.6rem;
  }
  .id-card__position {
    font-family: "Supreme Neurath TT";
    font-size: 1.8rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.35;
    margin-bottom: 1.6rem;
  }
  .id-card__email, .id-card__phone {
    font-family: "Supreme Neurath TT";
    font-size: 1.6rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.35;
  }
  .id-card__phone {
    margin-top: 0;
  }
}
.multianimline {
  width: max-content;
  --underline-color: var(--theme-primary-color);
  background-image: linear-gradient(90deg, var(--underline-color) 0, var(--underline-color) 33%, transparent 33.0001%, transparent 66%, var(--underline-color) 66.0001%, var(--underline-color) 100%);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  transition: background-position 0.6s ease;
  cursor: pointer;
  background-size: 300% 1px;
}
.multianimline.black {
  --underline-color: var(--black--400);
}
.multianimline.white {
  --underline-color: #FFFFFF;
}
@media (hover: hover) {
  .multianimline:hover {
    background-position: 0 100%;
  }
}
.multianimline.bold {
  background-size: 300% 2px;
}
.multianimline.single {
  background-size: 0 2px;
  background-image: linear-gradient(90deg, transparent 0, transparent 50%, var(--underline-color) 50.00001%, var(--underline-color) 100%);
  background-image: linear-gradient(90deg, transparent 0, transparent 50%, var(--underline-color) 50.00001%, var(--underline-color) 100%);
  background-position: 100% 100%;
  transition: background-size 0.6s ease;
}
.multianimline.single:hover {
  background-size: 200% 2px;
  background-image: linear-gradient(270deg, transparent 0, transparent 50%, var(--underline-color) 50.00001%, var(--underline-color) 100%);
  background-position: 0% 100%;
}

body:has(.overlay.opened) canvas {
  display: none !important;
}

.overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.overlay.original {
  display: none;
}
.overlay.opened .overlay__background {
  opacity: 1;
}
.overlay__close-button {
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
  display: flex;
  width: 3rem;
  height: 3rem;
  padding: 0.8rem;
  justify-content: center;
  align-items: center;
  border-radius: 0.4rem;
  background: var(--black--400, #000);
  cursor: pointer;
  z-index: 3;
  display: none;
}
.overlay__close-button .icon {
  color: #FFFFFF;
  font-size: 1.4rem;
}
.overlay__background {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.9) 100%);
  /* bgblur-cursor */
  backdrop-filter: blur(10px);
}
.overlay__content-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  border-top-left-radius: 1.6rem;
  border-top-right-radius: 1.6rem;
  background-color: var(--Hellgrau);
}
.overlay__content {
  padding: 7.4rem 2.4rem 4rem;
  position: relative;
  overflow: auto;
  max-height: calc(100dvh - 4rem);
}
.overlay__content > * {
  max-width: 100%;
}

@media (max-width: 992px) {
  .overlay.opened .overlay__content-wrapper {
    transform: translateY(0);
  }
  .overlay__content-wrapper {
    transform: translateY(100%);
    transition: transform 0.3s ease;
  }
}
@media (min-width: 768px) {
  .overlay__content {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
@media (min-width: 992px) {
  .overlay__content {
    max-height: 80vh;
    padding: 6.6rem 2.4rem 2.4rem;
  }
  .overlay__close-button {
    transform: translateX(100vw);
    transition: transform 0.8s cubic-bezier(0.85, 0, 0.15, 1);
  }
  .overlay__content-wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: unset;
    transform: translate(-50%, -50%);
    backface-visibility: hidden;
    max-width: 75vw;
    width: max-content;
    max-height: calc(100% - 20rem);
    border-radius: 1.6rem;
    border: 1px solid var(--gray--150, #CBCBCB);
    overflow: hidden;
    /* hover-shadow-1 */
    box-shadow: 0px 100px 80px 0px rgba(0, 0, 0, 0.07);
  }
}
.overlay-header {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1.6rem 2rem;
  white-space: nowrap;
  height: 5rem;
  width: 100%;
  z-index: 10;
  border-top-left-radius: 1.6rem;
  border-top-right-radius: 1.6rem;
}
.overlay-header__close-icon {
  position: absolute;
  right: 2.4rem;
  top: 1.2rem;
  cursor: pointer;
}
.overlay-header__close-icon .icon {
  font-size: 3.2rem;
}
.overlay-header__text {
  font-family: "Supreme Neurath TT";
  font-size: 1.9rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.25;
  text-transform: uppercase;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 3rem;
}

@media (min-width: 992px) {
  .overlay-header {
    height: 4.6rem;
    padding: 1.2rem 5.6rem;
    border-top-left-radius: 1.6rem;
    border-top-right-radius: 1.6rem;
  }
  .overlay-header__close-icon .icon {
    font-size: 2rem;
  }
}
.overlay-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1.2rem 5.6rem;
  white-space: nowrap;
  height: 5rem;
  width: 100%;
  border-top: 1px solid var(--porcelain--100);
  background: var(--white-opacity--30, rgba(255, 255, 255, 0.4));
  backdrop-filter: blur(4.5px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  visibility: hidden;
  pointer-events: none;
}
.overlay-footer__button {
  background-color: var(--theme-primary-color);
  color: var(--theme-button-color);
  border-radius: 1.2rem;
  padding: 0.9rem 1.2rem 1.2rem;
  cursor: pointer;
}

@media (min-width: 992px) {
  .overlay-footer {
    border-bottom-left-radius: 1.6rem;
    border-bottom-right-radius: 1.6rem;
  }
}
.offer-preview {
  display: flex;
  flex-direction: column;
  border-radius: 1.2rem;
  overflow: hidden;
  border: 2px solid var(--Hellgrau, #EBEBEB);
}
.offer-preview--chapter .offer-preview__buttons > * {
  width: auto;
}
.offer-preview--chapter .offer-preview__buttons > * > * {
  width: auto;
}
.offer-preview--hidden {
  display: none;
}
.offer-preview__illustration {
  aspect-ratio: 358/211;
  overflow: hidden;
}
.offer-preview__illustration picture {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.offer-preview__illustration picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: 16rem;
  max-height: 100%;
}
.offer-preview__illustration figcaption {
  display: none;
}
.offer-preview__illustration .media-hero {
  width: 100%;
  height: 100%;
}
.offer-preview__illustration .media-hero__label {
  top: 0.8rem;
  left: 0.8rem;
}
.offer-preview__illustration .media-hero__badge img {
  width: 8rem;
}
.offer-preview__illustration .media-hero__stage {
  border-radius: 0;
  aspect-ratio: 358/211;
}
.offer-preview__illustration .media-hero .lottie-hover {
  width: 100%;
  height: 100%;
}
.offer-preview__illustration .media-hero .lottie-hover__poster {
  width: 17rem;
}
.offer-preview__illustration .media-hero .lottie-hover__player {
  width: 17rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.offer-preview__content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
  padding: 0 2rem 2rem;
}
.offer-preview__title {
  font-family: "Supreme Neurath TT";
  font-size: 2.4rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 0.4rem;
  text-wrap: balance;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  align-self: stretch;
  overflow: hidden;
}
.offer-preview__description {
  font-family: "Supreme Neurath TT";
  font-size: 1.8rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.25;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 1.6rem;
}
.offer-preview__list {
  margin-top: auto;
  margin-bottom: 1.6rem;
}
.offer-preview__list li {
  display: flex;
  gap: 0.4rem;
  font-family: "Supreme Neurath TT";
  font-size: 1.6rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.25;
  padding: 0.4rem;
}
.offer-preview__list li .icon {
  font-size: 2rem;
  line-height: 1;
}
.offer-preview__buttons {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.offer-preview__buttons > * {
  width: 100%;
}
.offer-preview__buttons > * > * {
  width: 100%;
}

@media (min-width: 992px) {
  .offer-preview__illustration {
    aspect-ratio: 442/249;
  }
  .offer-preview__illustration picture img {
    max-width: 20rem;
  }
  .offer-preview__content {
    margin-top: 1.6rem;
  }
  .offer-preview__title {
    font-family: "Supreme Neurath TT";
    font-size: 2.6rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.1;
    margin-bottom: 0.4rem;
  }
  .offer-preview__description {
    font-family: "Supreme Neurath TT";
    font-size: 2rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.25;
    margin-bottom: 2.4rem;
  }
  .offer-preview__list {
    margin-bottom: 2.4rem;
  }
  .offer-preview__list li {
    gap: 0.8rem;
    font-family: "Supreme Neurath TT";
    font-size: 1.8rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.35;
  }
  .offer-preview__list li .icon {
    font-size: 2.4rem;
  }
  .offer-preview .media-hero__badge img {
    width: 12rem;
  }
  .offer-preview__buttons {
    flex-direction: row;
    grid-gap: 0.8rem;
  }
  .offer-preview__buttons > * {
    flex: 1 1 0;
    min-width: 0;
  }
}
.related-slider__title {
  font-family: "Supreme Neurath TT";
  font-size: 2.4rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.15;
  margin-bottom: 1.6rem;
}
.related-slider .swiper {
  width: calc(100% + 4rem);
  left: -2rem;
  padding: 0 2rem;
}
.related-slider .swiper .swiper-wrapper .swiper-slide {
  height: auto;
}
.related-slider .swiper .swiper-wrapper .swiper-slide > * {
  height: 100%;
}
.related-slider__content {
  width: 100%;
  overflow: hidden;
}

@media (max-width: 992px) {
  .related-slider__content {
    width: 100%;
  }
  .related-slider__content:not(.swiper) > * {
    display: flex;
    gap: 0.8rem;
  }
  .related-slider__content:not(.swiper) > * > * {
    flex: 0 0 30rem;
    width: 30rem;
  }
}
@media (min-width: 768px) {
  .related-slider .swiper {
    padding-left: var(--tablet-container-padding);
    padding-right: var(--tablet-container-padding);
    width: calc(100% + 2 * var(--tablet-container-padding));
    left: calc(-1 * var(--tablet-container-padding));
  }
}
@media (min-width: 992px) {
  .related-slider--chapter .related-slider__content > * {
    grid-template-columns: 1fr 1fr;
  }
  .related-slider--offers-teaser-grid .related-slider__content > * {
    grid-template-columns: repeat(4, 1fr);
  }
  .related-slider__title {
    font-family: "Supreme Neurath TT";
    font-size: 3.6rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.2;
  }
  .related-slider__content {
    width: 100%;
  }
  .related-slider__content > * {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.6rem;
  }
  .related-slider__content > * > * {
    min-width: 0;
  }
}
.donate-badge {
  --badge-main-color: #FFA07D;
  position: relative;
  display: block;
  width: 12rem;
  height: 12rem;
}
.donate-badge.yellow {
  --badge-main-color: var(--Hellgelb);
}
.donate-badge.white {
  --badge-main-color: var(--white);
}
.donate-badge.animate {
  animation: pulse 0.5s ease-in;
}
.donate-badge svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.donate-badge svg path {
  fill: var(--badge-main-color);
}
.donate-badge__label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  color: var(--black--400, #000);
  text-align: center;
  font-family: "Supreme Neurath TT";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 450;
  line-height: 100%; /* 1.6rem */
  text-transform: uppercase;
  width: max-content;
  max-width: 100%;
  text-wrap: balance;
  hyphens: auto;
}
@keyframes pulse {
  25% {
    transform: scale(0.7);
  }
  65% {
    transform: scale(1.7);
  }
}
@keyframes push {
  50% {
    transform: scale(0.8);
  }
}
@keyframes pop {
  50% {
    transform: scale(1.3);
  }
}

@media (min-width: 992px) {
  .donate-badge {
    width: 18rem;
    height: 18rem;
  }
  .donate-badge__label {
    font-size: 2.4rem;
  }
}
.media-hero--youtube .media-hero__stage {
  background-color: transparent !important;
}
.media-hero--svg img {
  max-width: 20rem;
  max-height: 20rem;
}
.media-hero__stage {
  border-radius: 0.6rem;
  aspect-ratio: 946/532;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.media-hero__stage picture {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.media-hero__label {
  position: absolute;
  top: 1.2rem;
  left: 1.2rem;
  border-radius: 1.2rem;
  border: 2px solid var(--black--400, #000);
  background: var(--white, #FFF);
  padding: 0.2rem 0.4rem 0.25rem 0.4rem;
  font-family: "Supreme Neurath TT";
  font-size: 1.8rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.25;
}
.media-hero__badge {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
}
.media-hero__badge img {
  width: 9.6rem;
}
.media-hero__caption {
  color: #969696;
  margin-top: 0.6rem;
  font-family: "Supreme Neurath TT";
  font-size: 1.3rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.3;
}

@media (min-width: 992px) {
  .media-hero__stage {
    border-radius: 1.2rem;
  }
  .media-hero__label {
    position: absolute;
    top: 2.4rem;
    left: 2.4rem;
    border-radius: 1.2rem;
    border: 2px solid var(--black--400, #000);
    background: var(--white, #FFF);
    padding: 0.4rem 0.8rem 0.5rem 0.8rem;
    font-family: "Supreme Neurath TT";
    font-size: 1.8rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.35;
  }
  .media-hero__badge img {
    width: 18rem;
  }
  .media-hero__caption {
    font-family: "Supreme Neurath TT";
    font-size: 1.5rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.3;
  }
}
body.theme-black .form__success-message {
  color: var(--white);
}
body.theme-black .form__group label {
  color: var(--white);
}
body.theme-black .form__input-wrapper:has(input[type=checkbox], input[type=radio]) > label {
  color: var(--white);
}

.form.success form {
  display: none;
}
.form.success .form__success-message {
  display: block;
}
.form.sending button[type=submit] .process {
  display: inline-block;
}
.form.sending button[type=submit] .idle {
  display: none;
}
.form__success-message {
  font-family: "Supreme Neurath TT";
  font-size: 2.4rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.35;
  display: none;
}
.form__success-message h2 {
  font-family: "Supreme Neurath TT";
  font-size: 3.6rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.2;
  margin-bottom: 1.6rem;
}
.form__content {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.form__row {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.form__row:has(.custom-checkbox) label .checkbox-label p {
  display: inline;
}
.form__group {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.form__group .required-symbol {
  color: var(--red-error--400);
}
.form__group:has(input[required]) .required-symbol {
  display: inline;
}
.form__group > label {
  font-family: "Supreme Neurath TT";
  font-size: 1.5rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  font-feature-settings: "case" on, "ordn" on;
}
.form__group > label .required-symbol {
  color: var(--red-error--400);
}
.form__group > label .error-message {
  font-family: "Supreme Neurath TT";
  font-size: 1.5rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  font-feature-settings: "case" on, "ordn" on;
  color: var(--red-error--400);
  white-space: nowrap;
  display: none;
}
.form__group.error input[type=text], .form__group.error input[type=email], .form__group.error input[type=password], .form__group.error textarea, .form__group.error select {
  border-color: var(--red-error--400);
  color: var(--red-error--400) !important;
}
.form__group.error input[type=text]::placeholder, .form__group.error input[type=email]::placeholder, .form__group.error input[type=password]::placeholder, .form__group.error textarea::placeholder, .form__group.error select::placeholder {
  color: var(--red-error--400) !important;
}
.form__group.error .custom-checkbox {
  outline: 2px solid var(--red-error--400) !important;
  outline-offset: -1px !important;
}
.form__group.error .checkbox-label {
  color: var(--red-error--400) !important;
}
.form__group.error .error-message {
  display: inline;
}
.form__input-wrapper {
  position: relative;
}
.form__input-wrapper button[type=submit] {
  width: 100%;
}
.form__input-wrapper button[type=submit] .process {
  display: none;
  animation: process-anim 6s ease infinite alternate;
}
.form__input-wrapper button[type=submit] .process .icon {
  font-size: 2rem;
}
@keyframes process-anim {
  0% {
    transform: scale(1);
  }
  33% {
    transform: scale(0.6) rotate(900deg);
  }
  50% {
    transform: scale(0.8) rotate(180deg);
  }
  66% {
    transform: scale(0.5) rotate(270deg);
  }
  100% {
    transform: scale(1) rotate(360deg);
  }
}
.form__input-wrapper input, .form__input-wrapper textarea, .form__input-wrapper select {
  width: 100%;
}
.form__input-wrapper input[type=text], .form__input-wrapper input[type=email], .form__input-wrapper input[type=password], .form__input-wrapper textarea, .form__input-wrapper select {
  padding: 1.2rem 1.4rem 1.4rem 1.4rem;
  border-radius: 1.2rem;
  background: var(--white, #FFF);
  color: var(--black--400, #000);
  border: 2px solid var(--black--400-opacity-30, rgba(0, 0, 0, 0.3));
  font-family: "Supreme Neurath TT";
  font-size: 1.8rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  font-feature-settings: "case" on, "ordn" on;
  resize: none;
}
.form__input-wrapper input[type=text]::placeholder, .form__input-wrapper input[type=email]::placeholder, .form__input-wrapper input[type=password]::placeholder, .form__input-wrapper textarea::placeholder, .form__input-wrapper select::placeholder {
  color: var(--Grau, #B4B4B4);
  font-family: "Supreme Neurath TT";
  font-size: 1.8rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  font-feature-settings: "case" on, "ordn" on;
}
.form__input-wrapper input:focus, .form__input-wrapper input:hover, .form__input-wrapper input:not(:placeholder-shown), .form__input-wrapper textarea:focus, .form__input-wrapper textarea:hover, .form__input-wrapper textarea:not(:placeholder-shown) {
  border-color: var(--black--400);
}
.form__input-wrapper:has(select):after {
  content: "\e91a";
  font-family: "2025-07-GWM" !important;
  font-size: 0.8rem;
  position: absolute;
  right: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  pointer-events: none;
}
.form__input-wrapper select {
  appearance: none;
}
.form__input-wrapper select:not([data-value]) {
  color: #757575;
}
.form__input-wrapper:has(input[type=checkbox], input[type=radio]) {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.form__input-wrapper:has(input[type=checkbox], input[type=radio]) > label {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  color: var(--black--400);
  font-variant-numeric: ordinal;
  font-feature-settings: "case" on, "calt" off;
  font-family: "Supreme Neurath TT";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 450;
  line-height: 120%; /* 1.92rem */
  padding: 0.4rem;
}
.form__input-wrapper:has(input[type=checkbox], input[type=radio]) > label input {
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}

.custom-checkbox {
  flex: 0 0 1.8rem;
  width: 1.8rem;
  height: 1.8rem;
}

@media (min-width: 992px) {
  .form__row {
    flex-direction: row;
    gap: 1.6rem;
  }
  .form__row:has(.custom-checkbox) {
    flex-direction: column;
    gap: 0.8rem;
  }
  .form__input-wrapper input[type=text], .form__input-wrapper input[type=email], .form__input-wrapper input[type=password], .form__input-wrapper textarea, .form__input-wrapper select {
    font-family: "Supreme Neurath TT";
    font-size: 2.4rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1;
    font-feature-settings: "case" on, "ordn" on;
    line-height: 1.2;
    padding-bottom: 1.2rem;
  }
  .form__input-wrapper input[type=text]::placeholder, .form__input-wrapper input[type=email]::placeholder, .form__input-wrapper input[type=password]::placeholder, .form__input-wrapper textarea::placeholder, .form__input-wrapper select::placeholder {
    font-family: "Supreme Neurath TT";
    font-size: 2.4rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1;
    font-feature-settings: "case" on, "ordn" on;
    line-height: 1.2;
  }
  .form__input-wrapper:has(input[type=checkbox], input[type=radio]) p {
    display: inline;
  }
  .form__input-wrapper:has(input[type=checkbox], input[type=radio]) > label {
    font-family: "Supreme Neurath TT";
    font-size: 2.2rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1;
    font-feature-settings: "case" on, "ordn" on;
  }
  .form__input-wrapper button[type=submit] {
    width: max-content;
  }
  .form__group > label {
    font-family: "Supreme Neurath TT";
    font-size: 1.6rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1;
    font-feature-settings: "case" on, "ordn" on;
  }
  .form__group > label .error-message {
    font-family: "Supreme Neurath TT";
    font-size: 1.6rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1;
    font-feature-settings: "case" on, "ordn" on;
  }
}
body.theme-black .custom-checkbox {
  --custom-checkbox-border-color: var(--white);
  --custom-checkbox-border-color-checked: var(--white);
}

.custom-checkbox {
  --custom-checkbox-border-color: var(--black--400-opacity-30, rgba(0, 0, 0, 0.30));
  --custom-checkbox-border-color-checked: var(--black--400);
  width: 2rem;
  height: 2rem;
  flex: 0 0 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.6rem;
  border-radius: 0.6rem;
  border: 2px solid var(--custom-checkbox-border-color);
}

input[type=checkbox]:checked + .custom-checkbox {
  background-color: var(--black--400);
  border-color: var(--custom-checkbox-border-color-checked);
}
input[type=checkbox]:checked + .custom-checkbox:before {
  content: "\e912";
  font-family: "2025-07-GWM";
  color: var(--white);
  font-size: 1.2rem;
}

@media (min-width: 992px) {
  .custom-checkbox {
    width: 2.4rem;
    height: 2.4rem;
    flex: 0 0 2.4rem;
    border-radius: 0.9rem;
    margin-right: 0.8rem;
  }
}
body.theme-black .simple-hero {
  color: var(--white);
}
body.theme-black .simple-hero__animation-wrapper canvas {
  mix-blend-mode: normal;
}

.simple-hero {
  margin-bottom: 6.4rem;
}
.simple-hero.extra-wide .simple-hero__media {
  width: auto;
}
.simple-hero.extra-wide .simple-hero__media img {
  width: auto;
  height: 10.3rem;
}
.simple-hero__media-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 0.8rem;
}
.simple-hero__media {
  position: relative;
  width: 12rem;
}
.simple-hero__media .lottie-animation {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  mix-blend-mode: multiply;
}
.simple-hero__media:has(.lottie-animation.init) picture {
  opacity: 0;
}
.simple-hero__title {
  position: relative;
  font-family: "Supreme Neurath TT";
  font-size: 3.6rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.05;
  text-transform: uppercase;
  margin-bottom: 0.8rem;
  text-align: center;
}
.simple-hero__claim {
  font-family: "Supreme Neurath TT";
  font-size: 1.9rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.25;
  text-align: center;
}
.simple-hero__jump-menu {
  display: none;
}
.simple-hero__link-button {
  margin-top: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.simple-hero__badge {
  position: absolute;
  top: -9rem;
  left: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.simple-hero__badge picture img {
  width: 12rem;
}
.simple-hero__badge span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: "Supreme Neurath TT";
  font-size: 1.8rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
}

@media (max-width: 768px) {
  .simple-hero__link-button {
    width: 100%;
  }
  .simple-hero__link-button a {
    width: 100%;
    display: block;
  }
  .simple-hero__link-button a .button {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .simple-hero {
    margin-bottom: 8rem;
  }
  .simple-hero.extra-wide .simple-hero__media img {
    height: 15rem;
  }
  .simple-hero__media {
    width: 15rem;
  }
  .simple-hero__title {
    font-family: "Supreme Neurath TT";
    font-size: 6.4rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.05;
  }
  .simple-hero__claim {
    font-family: "Supreme Neurath TT";
    font-size: 2.4rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.35;
  }
  .simple-hero__jump-menu {
    margin-top: 3.2rem;
    display: flex;
    align-content: center;
    justify-content: center;
    gap: 0.8rem;
  }
  .simple-hero__link-button {
    margin-top: 3.2rem;
  }
  .simple-hero__badge {
    top: -12.6rem;
    left: 22.1rem;
  }
  .simple-hero__badge picture img {
    width: 18rem;
  }
  .simple-hero__badge span {
    top: 50%;
    font-family: "Supreme Neurath TT";
    font-size: 2.4rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1;
  }
}
.event-preview {
  display: grid;
  grid-template-columns: 12rem 1fr;
  gap: 1.2rem 1.6rem;
  padding: 3.2rem 0;
  border-bottom: 1px solid var(--Hellgrau, #EBEBEB);
}
.event-preview:first-child {
  border-top: 1px solid var(--Hellgrau, #EBEBEB);
}
.event-preview__illustration img {
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 1.2rem;
}
.event-preview__illustration figcaption {
  display: none;
}
.event-preview__description {
  display: none;
}
.event-preview__title {
  font-family: "Supreme Neurath TT";
  font-size: 2.4rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.2;
  text-transform: uppercase;
  hyphens: auto;
}
.event-preview__data {
  grid-column-start: 1;
  grid-column-end: 3;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.event-preview__facts {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  font-family: "Supreme Neurath TT";
  font-size: 1.6rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.25;
}
.event-preview__facts > li {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0 0.2rem;
}
.event-preview__facts > li .icon {
  font-size: 1.8rem;
}
.event-preview__ical-link {
  font-family: "Supreme Neurath TT";
  font-size: 1.6rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
}
.event-preview__buttons {
  grid-column-start: 1;
  grid-column-end: 3;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-top: 0.8rem;
}

@media (min-width: 768px) {
  .event-preview {
    grid-template-columns: 3fr 4fr 3fr;
    grid-gap: 1.6rem;
  }
  .event-preview__illustration {
    grid-row-start: 1;
    grid-row-end: 3;
    width: 100%;
  }
  .event-preview__title {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .event-preview__data {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .event-preview__description {
    font-family: "Supreme Neurath TT";
    font-size: 1.8rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
    height: max-content;
    grid-column-start: 3;
    grid-column-end: 4;
  }
  .event-preview__buttons {
    grid-column-start: 3;
    grid-row-start: 2;
  }
}
@media (min-width: 992px) {
  .event-preview {
    padding: 5.6rem 0;
    grid-template-columns: 3fr 4fr 3fr;
    grid-gap: 1.6rem;
  }
  .event-preview__illustration {
    grid-row-start: 1;
    grid-row-end: 3;
    width: 100%;
  }
  .event-preview__title {
    grid-column-start: 2;
    grid-column-end: 3;
    font-family: "Supreme Neurath TT";
    font-size: 3.4rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.2;
  }
  .event-preview__data {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
    justify-content: flex-end;
    gap: 0.8rem;
  }
  .event-preview__facts {
    font-family: "Supreme Neurath TT";
    font-size: 1.8rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.35;
  }
  .event-preview__description {
    display: block;
    grid-column-start: 3;
    grid-column-end: 4;
    font-family: "Supreme Neurath TT";
    font-size: 1.8rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.35;
  }
  .event-preview__description > li {
    gap: 0.8rem;
  }
  .event-preview__description > li .icon {
    font-size: 2.4rem;
  }
  .event-preview__ical-link {
    font-family: "Supreme Neurath TT";
    font-size: 1.8rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1;
  }
  .event-preview__buttons {
    grid-column-start: 3;
    grid-row-start: 2;
    justify-content: flex-end;
  }
}
.share-overlay {
  width: 60rem;
}
.share-overlay__container {
  display: none;
}
.share-overlay__items-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.8rem;
  margin-bottom: 2.4rem;
}
.share-overlay__item {
  padding: 1.6rem;
  border-radius: 1.2rem;
  border: 0.1rem solid var(--gray--150);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.share-overlay__item-icon {
  margin-bottom: 0.8rem;
}
.share-overlay__item-icon .icon {
  font-size: 3.2rem;
}
.share-overlay__item-title {
  font-family: "Supreme Neurath TT";
  font-size: 1.5rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
  font-feature-settings: "ordn" on, "dlig" on;
}
.share-overlay__copy-line {
  position: relative;
  width: 100%;
  height: 3.7rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0.4rem 1.2rem;
  border-radius: 1.2rem;
  background: var(--white);
}
.share-overlay__copy-link {
  margin-right: 0.8rem;
  font-family: "Supreme Neurath TT";
  font-size: 1.5rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
  font-feature-settings: "ordn" on, "dlig" on;
  color: var(--black--100);
  white-space: nowrap;
  overflow: hidden;
  flex: 1 1 auto;
  text-overflow: ellipsis;
  max-width: 65%;
  position: relative;
  top: 0.2rem;
  padding-bottom: 0.2rem;
}
.share-overlay__copy-button {
  position: absolute;
  right: 0.4rem;
  top: 50%;
  transform: translateY(-50%);
}
.share-overlay__copy-button .button:first-child {
  display: none;
}
.share-overlay__copy-button.copied .button:last-child {
  display: none;
}
.share-overlay__copy-button.copied .button:first-child {
  display: flex;
}
.share-overlay__copy-button.copied .button {
  pointer-events: none;
}

@media (min-width: 992px) {
  .share-overlay__copy-link {
    max-width: 80%;
  }
}
@media (hover: hover) {
  .overlay:has(.share-overlay) .overlay-footer {
    display: none;
  }
  .overlay:has(.share-overlay) .overlay__content {
    padding-bottom: 2.4rem;
  }
  .share-overlay__item {
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  }
  .share-overlay__item:hover {
    background-color: var(--black--400);
    color: var(--white);
    border-color: var(--black--400);
  }
}
.material-page-preview__image {
  border-radius: 1.2rem;
  border: 2px solid var(--Grau, #B4B4B4);
  margin-bottom: 0.8rem;
  overflow: hidden;
}
.material-page-preview__image img {
  aspect-ratio: 61/43;
  object-fit: cover;
}
.material-page-preview__body {
  padding: 0 0.8rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.material-page-preview__title {
  font-family: "Supreme Neurath TT";
  font-size: 1.9rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.25;
  hyphens: auto;
}
.material-page-preview__options {
  display: flex;
  gap: 0.6rem;
}

@media (min-width: 992px) {
  .material-page-preview__image {
    margin-bottom: 1.6rem;
  }
  .material-page-preview__body {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1.6rem;
    min-height: 3.6rem;
  }
}
.search-result {
  padding: 2.4rem 0;
  position: relative;
  display: block;
}
.search-result--attachment {
  display: flex;
  gap: 1.2rem;
  flex-direction: column;
}
.search-result:after {
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  background-color: #ebebeb;
}
.search-result__icon-wrapper {
  width: 4.8rem;
  height: 4.8rem;
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.7rem;
  flex: 0 0 4.8rem;
}
.search-result__icon {
  width: 3.8rem;
}
.search-result__title {
  font-family: "Supreme Neurath TT";
  font-size: 2.4rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.15;
  margin-bottom: 0.8rem;
}
.search-result__excerpt {
  font-family: "Supreme Neurath TT";
  font-size: 1.9rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.25;
}
.search-result__highlight {
  position: relative;
  z-index: 0;
  display: inline-block;
  color: #FFFFFF;
}
.search-result__highlight:before {
  width: calc(100% + 0.6rem);
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  content: "";
  border-radius: 0.4rem;
  padding: 1rem;
  background: #000000;
  z-index: -1;
}

@media (min-width: 992px) {
  .search-result {
    padding: 3.2rem 2.4rem;
    border-radius: 1.2rem;
  }
  .search-result:hover {
    background: var(--Hellgrau);
  }
  .search-result:hover:after {
    content: none;
  }
  .search-result--hovered-prev:after {
    background-color: transparent !important;
  }
  .search-result--attachment {
    flex-direction: row;
    gap: 1.6rem;
  }
  .search-result__icon-wrapper {
    width: 10rem;
    height: 10rem;
    flex: 0 0 10rem;
    background-color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1.2rem;
  }
  .search-result__icon {
    width: 8rem;
  }
  .search-result__title {
    font-family: "Supreme Neurath TT";
    font-size: 3.4rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.2;
    margin-bottom: 0.8rem;
  }
  .search-result__excerpt {
    font-family: "Supreme Neurath TT";
    font-size: 2.4rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.35;
  }
}
.yt-thumb {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16/9; /* keeps the frame */
  overflow: hidden;
  text-decoration: none;
}
.yt-thumb:hover .yt-thumb__button {
  transform: scale(1.04);
  opacity: 1;
}
.yt-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.yt-thumb__button {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  transition: transform 0.15s ease, opacity 0.15s ease;
  opacity: 0.9;
}

.jump-menu {
  position: fixed;
  bottom: 1.6rem;
  right: 2rem;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  z-index: 800;
  width: 20rem;
}
.jump-menu--opened .jump-menu__mobile-switcher .icon {
  transform: rotate(45deg);
}
.jump-menu--opened .jump-menu__item {
  display: flex;
}
.jump-menu__item {
  z-index: 10;
  display: none;
  width: max-content;
  margin-bottom: 1rem;
}
.jump-menu__item .filter-tag {
  padding-top: 0.8rem;
  padding-bottom: 1rem;
}
.jump-menu__item .filter-tag .icon {
  font-size: 2.4rem;
}
.jump-menu__active-background {
  display: none;
}
.jump-menu__mobile-switcher .filter-tag {
  padding-top: 0.8rem;
  padding-bottom: 1rem;
}
.jump-menu__mobile-switcher .icon {
  transform-origin: center;
  transition: transform 0.3s ease;
  font-size: 2.4rem;
}

@media (min-width: 992px) {
  .jump-menu {
    display: none;
  }
}
.id-card-extended {
  position: relative;
}
.id-card-extended__secondary {
  display: none;
}

@media (max-width: 992px) {
  .id-card-extended__switcher {
    display: none;
  }
}
@media (min-width: 992px) {
  .id-card-extended {
    height: 100%;
  }
  .id-card-extended.swap .id-card-extended__primary {
    transform: rotateY(90deg);
    transition-delay: 0s;
  }
  .id-card-extended.swap .id-card-extended__secondary {
    transform: none;
    transition-delay: 0.15s;
  }
  .id-card-extended__primary {
    background-color: var(--Hellgrau);
    transition: transform 0.15s ease 0.15s;
  }
  .id-card-extended__primary .id-card__phone, .id-card-extended__primary .id-card__email {
    display: none;
  }
  .id-card-extended__secondary {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--Hellgrau);
    border-radius: 1.2rem;
    padding: 2.4rem;
    transform: rotateY(90deg);
    transition: transform 0.15s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .id-card-extended__secondary .id-card__position {
    display: block;
  }
  .id-card-extended__secondary .id-card__email {
    margin-top: 0;
  }
  .id-card-extended__switcher {
    font-family: "Supreme Neurath TT";
    font-size: 1.6rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.35;
    margin-top: auto;
  }
}
.event-preview-box .offer-preview__illustration picture img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.material-preview .offer-preview__illustration picture img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.material-preview .offer-preview__illustration .yt-thumb {
  width: 100%;
  height: 100%;
  aspect-ratio: 442/249;
}

/*===== yeoman hook: content-modules/index.scss =====*/
.contacts:has(.contacts__show-more) .contacts__grid > *:nth-child(n+3) {
  display: none;
}
.contacts__title {
  font-family: "Supreme Neurath TT";
  font-size: 2.4rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.15;
  margin-bottom: 1.6rem;
}
.contacts__grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1.6rem;
}
.contacts__grid > * {
  min-width: 0;
}
.contacts__grid .id-card {
  height: 100%;
}
.contacts__show-more {
  margin-top: 1.6rem;
}

@media (min-width: 768px) {
  .contacts__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .contacts__title {
    font-family: "Supreme Neurath TT";
    font-size: 3.6rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.2;
  }
  .contacts__grid {
    grid-template-columns: 1fr 1fr;
  }
}
.highlight-box-module {
  font-family: "Supreme Neurath TT";
  font-size: 1.9rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.25;
}
.highlight-box-module h2, .highlight-box-module h3, .highlight-box-module h4, .highlight-box-module h5, .highlight-box-module h6 {
  font-family: "Supreme Neurath TT";
  font-size: 2.4rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.15;
  margin-bottom: 1.2rem;
  text-wrap: balance;
}
.highlight-box-module a {
  text-decoration: underline;
}

@media (min-width: 992px) {
  .highlight-box-module {
    font-family: "Supreme Neurath TT";
    font-size: 2.4rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.35;
  }
  .highlight-box-module h2, .highlight-box-module h3, .highlight-box-module h4, .highlight-box-module h5, .highlight-box-module h6 {
    font-family: "Supreme Neurath TT";
    font-size: 3.6rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.2;
    margin-bottom: 3.2rem;
  }
}
.paragraph {
  font-family: "Supreme Neurath TT";
  font-size: 1.9rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.25;
}
.paragraph:not(.full) .paragraph__end-part {
  display: none;
}
.paragraph em {
  font-style: italic;
}
.paragraph a {
  text-decoration: underline;
}
.paragraph h1 {
  font-family: "Supreme Neurath TT";
  font-size: 2.8rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 1.6rem;
  text-wrap: balance;
}
.paragraph h2, .paragraph h3, .paragraph h4, .paragraph h5, .paragraph h6 {
  font-family: "Supreme Neurath TT";
  font-size: 2.4rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.15;
  margin-bottom: 1.6rem;
  text-wrap: balance;
}
.paragraph h2 {
  text-wrap: auto;
}
.paragraph ul, .paragraph ol {
  margin-top: 0.8rem;
}
.paragraph ul li {
  position: relative;
  padding-left: 2.2rem;
}
.paragraph ul li:not(:last-child) {
  margin-bottom: 0.8rem;
}
.paragraph ul li:before {
  content: "\e909";
  font-family: "2025-07-GWM";
  position: absolute;
  left: 0;
  top: 0.3rem;
  font-size: 1.8rem;
}
.paragraph ol {
  counter-reset: li;
}
.paragraph ol li {
  counter-increment: li;
  position: relative;
  padding-left: 2.6rem;
}
.paragraph ol li:not(:last-child) {
  margin-bottom: 0.8rem;
}
.paragraph ol li:before {
  content: counter(li, decimal-leading-zero);
  position: absolute;
  left: 0;
  width: 2.2rem;
  height: 2.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.6rem;
  font-family: "Supreme Neurath TT";
  font-size: 1.4rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: -0.056rem;
  line-height: 1;
  border: 2px solid var(--black--400);
  border-radius: 100%;
  padding-right: 0.1rem;
}
.paragraph__read-more {
  margin-top: 1.6rem;
}

@media (min-width: 992px) {
  .paragraph {
    font-family: "Supreme Neurath TT";
    font-size: 2.4rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.35;
  }
  .paragraph h1 {
    font-family: "Supreme Neurath TT";
    font-size: 4.8rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.1;
  }
  .paragraph h2, .paragraph h3, .paragraph h4, .paragraph h5, .paragraph h6 {
    font-family: "Supreme Neurath TT";
    font-size: 3.6rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.2;
  }
  .paragraph ul li {
    padding-left: 3.2rem;
  }
  .paragraph ul li:before {
    top: 0.2rem;
    font-size: 2.4rem;
  }
  .paragraph ol li {
    padding-left: 3.2rem;
  }
  .paragraph ol li:before {
    font-family: "Supreme Neurath TT";
    font-size: 1.8rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: -0.072rem;
    line-height: 1;
    width: 2.8rem;
    height: 2.8rem;
    top: 0.3rem;
  }
}
.youtube-video.play .youtube-video__video {
  z-index: 4;
}
.youtube-video__title {
  font-family: "Supreme Neurath TT";
  font-size: 2.4rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.15;
  margin-bottom: 0.6rem;
}
.youtube-video__description {
  font-family: "Supreme Neurath TT";
  font-size: 1.9rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.25;
  margin-bottom: 0.6rem;
}
.youtube-video__video-wrapper {
  position: relative;
  border-radius: 0.6rem;
  overflow: hidden;
}
.youtube-video__thumbnail {
  position: relative;
  z-index: 2;
}
.youtube-video__thumbnail img {
  opacity: 1 !important;
}
.youtube-video__video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.youtube-video__video iframe {
  width: 100%;
  height: 100%;
  border-radius: 0.3rem;
}
.youtube-video__play-button {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.youtube-video__play-button img {
  width: 6rem;
}

@media (min-width: 992px) {
  .youtube-video__title {
    font-family: "Supreme Neurath TT";
    font-size: 3.6rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.2;
  }
  .youtube-video__description {
    font-family: "Supreme Neurath TT";
    font-size: 2.4rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.35;
  }
  .youtube-video__video-wrapper {
    border-radius: 1.2rem;
  }
}
.single-image.vertical {
  width: 83%;
}
.single-image img {
  border-radius: 0.6rem;
}

@media (min-width: 992px) {
  .single-image.vertical {
    width: 50%;
  }
  .single-image img {
    border-radius: 1.2rem;
  }
}
.accordion__title {
  font-family: "Supreme Neurath TT";
  font-size: 2.4rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.15;
  margin-bottom: 1.6rem;
}
.accordion__items {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.accordion__item {
  border-radius: 1.2rem;
  background: var(--Hellgrau, #EBEBEB);
}
.accordion__item.opened .accordion__item-content-wrapper {
  grid-template-rows: 1fr;
}
.accordion__item.opened .accordion__item-state-icon {
  transform: scaleY(-1);
}
.accordion__item-headline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.6rem;
  padding: 1.2rem;
}
.accordion__item-title {
  font-family: "Supreme Neurath TT";
  font-size: 1.9rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.25;
}
.accordion__item-state-icon {
  transition: transform 0.3s ease;
  transform-origin: center center;
}
.accordion__item-state-icon .icon {
  font-size: 1.8rem;
}
.accordion__item-content-wrapper {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
}
.accordion__item-content {
  min-height: 0;
  overflow: hidden;
}
.accordion__item-content-inner {
  padding: 0 1.2rem 1.2rem;
  font-family: "Supreme Neurath TT";
  font-size: 1.7rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.25;
}

@media (min-width: 992px) {
  .accordion__title {
    font-family: "Supreme Neurath TT";
    font-size: 3.6rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.2;
  }
  .accordion__item-headline {
    gap: 2.4rem;
    padding: 2.4rem;
    cursor: pointer;
  }
  .accordion__item-state-icon .icon {
    font-size: 2rem;
  }
  .accordion__item-title {
    font-family: "Supreme Neurath TT";
    font-size: 2.4rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.35;
  }
  .accordion__item-content-inner {
    padding: 0 2.4rem 2.4rem;
    font-family: "Supreme Neurath TT";
    font-size: 2.2rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.35;
  }
}
.feedbacks:has(.feedbacks__show-more) .feedbacks__feedback:nth-child(n+3) {
  display: none;
}
.feedbacks__title {
  font-family: "Supreme Neurath TT";
  font-size: 2.4rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.15;
  margin-bottom: 1.6rem;
}
.feedbacks__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0.8rem;
}
.feedbacks__column {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.feedbacks__feedback {
  padding: 0.8rem;
  border-radius: 1.2rem;
  font-family: "Supreme Neurath TT";
  font-size: 1.5rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.3;
  background: var(--Hellgrn, #AAE16E);
  hyphens: auto;
}
.feedbacks__feedback[data-color=blue] {
  background-color: var(--Hellblau);
}
.feedbacks__feedback[data-color=yellow] {
  background-color: var(--Hellgelb);
}
.feedbacks__feedback[data-color=sand] {
  background-color: var(--Hellsand);
}
.feedbacks__show-more {
  margin-top: 1.6rem;
}

@media (min-width: 992px) {
  .feedbacks__title {
    font-family: "Supreme Neurath TT";
    font-size: 3.6rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.2;
  }
  .feedbacks__content {
    grid-gap: 1.6rem;
  }
  .feedbacks__column {
    gap: 1.6rem;
  }
  .feedbacks__feedback {
    padding: 2.4rem;
    font-family: "Supreme Neurath TT";
    font-size: 2.2rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.3;
  }
}
.gallery:has(.gallery__grid-item:nth-child(n+10)):not(.show-all) .gallery__grid-item:nth-child(n+10) {
  display: none;
}
.gallery:has(.gallery__grid-item:nth-child(n+10)):not(.show-all) .gallery__show-more {
  display: flex;
}
.gallery__title {
  font-family: "Supreme Neurath TT";
  font-size: 2.4rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.15;
  margin-bottom: 1.6rem;
}
.gallery__grid {
  width: 100%;
}
.gallery__grid .gutter-sizer {
  width: 0.8rem;
}
.gallery__grid figcaption {
  display: none;
}
.gallery__grid-item, .gallery .grid-sizer {
  width: calc(50% - 0.4rem);
  margin-bottom: 0.8rem;
}
.gallery__grid-item img, .gallery .grid-sizer img {
  border-radius: 0.8rem;
}
.gallery__show-more {
  margin-top: 1.6rem;
  display: none;
}

@media (min-width: 992px) {
  .gallery__title {
    font-family: "Supreme Neurath TT";
    font-size: 3.6rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.2;
  }
  .gallery__grid {
    width: 100%;
  }
  .gallery__grid .gutter-sizer {
    width: 1.5rem;
  }
  .gallery__grid-item, .gallery .grid-sizer {
    width: calc(33.333% - 1rem);
    margin-bottom: 1.5rem;
  }
  .gallery__grid-item img, .gallery .grid-sizer img {
    border-radius: 1.2rem;
  }
}
@media (hover: hover) {
  .gallery__grid-item {
    transition: transform 0.3s ease;
    cursor: pointer;
  }
  .gallery__grid-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 1.2rem;
    background: var(--black--400-opacity-40, rgba(0, 0, 0, 0.4));
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .gallery__grid-item:after {
    content: "\e93d";
    font-family: "2025-07-GWM";
    line-height: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    font-size: 3.2rem;
    color: var(--white);
    transition: opacity 0.3s ease;
    opacity: 0;
  }
  .gallery__grid-item:hover:before, .gallery__grid-item:hover:after {
    opacity: 1;
  }
}
.downloads:has(.downloads__show-more) .downloads__item:nth-child(n+4) {
  display: none;
}
.downloads__title {
  font-family: "Supreme Neurath TT";
  font-size: 2.4rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.15;
  margin-bottom: 1.6rem;
}
.downloads__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0.8rem;
}
.downloads__list > * {
  min-width: 0;
}
.downloads__item > * {
  height: 100%;
}
.downloads__show-more {
  margin-top: 1.6rem;
}

@media (min-width: 992px) {
  .downloads__title {
    font-family: "Supreme Neurath TT";
    font-size: 3.6rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.2;
  }
  .downloads__list {
    grid-template-columns: 1fr;
    grid-gap: 1.6rem;
  }
}
.pricing-table {
  border-radius: 1.2rem;
  background: var(--Hellgrau, #EBEBEB);
  display: flex;
  padding: 1.6rem 1.2rem;
  flex-direction: column;
  gap: 1.6rem;
}
.pricing-table__title {
  font-family: "Supreme Neurath TT";
  font-size: 2.4rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.15;
}
.pricing-table__list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.6rem;
  padding: 1.2rem 0;
  font-family: "Supreme Neurath TT";
  font-size: 1.9rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.25;
  border-bottom: 1px solid var(--gray--150, #CBCBCB);
}
.pricing-table__list li:first-child {
  padding-top: 0;
}
.pricing-table__list li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.pricing-table__list li span:last-child {
  white-space: nowrap;
}
.pricing-table__note {
  font-family: "Supreme Neurath TT";
  font-size: 1.5rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.3;
}

@media (min-width: 992px) {
  .pricing-table {
    padding: 2.4rem;
    gap: 3.2rem;
  }
  .pricing-table__title {
    font-family: "Supreme Neurath TT";
    font-size: 3.6rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.2;
  }
  .pricing-table__list li {
    padding: 1.6rem 0;
    font-family: "Supreme Neurath TT";
    font-size: 2.4rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.35;
    border-bottom: 1px solid var(--gray--150, #CBCBCB);
  }
  .pricing-table__note {
    font-family: "Supreme Neurath TT";
    font-size: 1.8rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.35;
  }
}
.buttons-box__title {
  font-family: "Supreme Neurath TT";
  font-size: 2.4rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.15;
  margin-bottom: 1.6rem;
}
.buttons-box__text {
  font-family: "Supreme Neurath TT";
  font-size: 1.9rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.25;
  margin-bottom: 1.6rem;
}
.buttons-box__buttons {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.buttons-box__hint {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  font-family: "Supreme Neurath TT";
  font-size: 1.4rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  margin-top: 0.8rem;
}
.buttons-box__hint .icon {
  font-size: 2rem;
  line-height: 1;
}

@media (min-width: 992px) {
  .buttons-box__title {
    font-family: "Supreme Neurath TT";
    font-size: 3.6rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.2;
    margin-bottom: 3.2rem;
  }
  .buttons-box__text {
    font-family: "Supreme Neurath TT";
    font-size: 2.4rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.35;
    margin-bottom: 3.2rem;
  }
  .buttons-box__buttons {
    display: flex;
    flex-direction: row;
    gap: 0.8rem;
  }
  .buttons-box__buttons > * {
    flex: 1 1 0;
  }
  .buttons-box__hint {
    font-size: 1.8rem;
    line-height: 1.35;
  }
  .buttons-box__hint .icon {
    font-size: 2.4rem;
    line-height: 1;
  }
}
.appointments-box .buttons-box__text {
  display: flex;
  gap: 1.2rem;
  text-transform: uppercase;
}
.appointments-box .buttons-box__text .icon {
  font-size: 2.3rem;
}

@media (min-width: 992px) {
  .appointments-box .buttons-box__text {
    gap: 1rem;
  }
  .appointments-box .buttons-box__text .icon {
    font-size: 2.4rem;
    margin-top: 0.4rem;
  }
}
.partners-box__title {
  font-family: "Supreme Neurath TT";
  font-size: 2.4rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.15;
  margin-bottom: 1.6rem;
}
.partners-box__partners {
  display: flex;
  gap: 3.2rem;
  align-items: center;
}
.partners-box__partner img {
  height: 4.8rem;
  object-fit: contain;
}

@media (min-width: 992px) {
  .partners-box__title {
    font-family: "Supreme Neurath TT";
    font-size: 3.6rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.2;
  }
  .partners-box__partner img {
    height: 6rem;
  }
}
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
}

.material-pages:not(.show-all) .material-pages__grid > *:nth-child(n+7) {
  display: none;
}
.material-pages.show-all .material-pages__show-all .button:first-child {
  display: none;
}
.material-pages.show-all .material-pages__show-all .button:last-child {
  display: flex;
}
.material-pages__headline {
  font-family: "Supreme Neurath TT";
  font-size: 2.4rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.15;
  margin-bottom: 2.4rem;
}
.material-pages__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2.4rem 0.8rem;
}
.material-pages__grid > * {
  min-width: 0;
}
.material-pages__show-all {
  margin-top: 2.4rem;
}
.material-pages__show-all .button:last-child {
  display: none;
}

@media (min-width: 992px) {
  .material-pages__headline {
    font-family: "Supreme Neurath TT";
    font-size: 3.6rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.2;
  }
  .material-pages__grid {
    grid-gap: 2.4rem 1.6rem;
  }
}
body.theme-black .newsletter-form__top-text {
  color: var(--white);
}

.newsletter-form__top-text {
  color: var(--black--400);
  font-family: "Supreme Neurath TT";
  font-size: 2.4rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.15;
  margin-bottom: 5.6rem;
}

@media (min-width: 992px) {
  .newsletter-form__top-text {
    font-family: "Supreme Neurath TT";
    font-size: 3.6rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.2;
  }
}
.contacts-grid__title {
  text-transform: uppercase;
  font-family: "Supreme Neurath TT";
  font-size: 2.8rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
  margin-bottom: 1.6rem;
}
.contacts-grid__grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1.6rem;
}
.contacts-grid__grid > * {
  min-width: 0;
}
.contacts-grid__grid .id-card-extended, .contacts-grid__grid .id-card {
  height: 100%;
}
.contacts-grid__read-more {
  margin-top: 2.4rem;
}

@media (max-width: 768px) {
  .contacts-grid:has(.contacts-grid__read-more) .contacts-grid__grid > *:nth-child(n+5) {
    display: none;
  }
}
@media (min-width: 768px) {
  .contacts-grid__title {
    font-family: "Supreme Neurath TT";
    font-size: 4.8rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.1;
    margin-bottom: 2.4rem;
  }
  .contacts-grid__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.6rem;
  }
  .contacts-grid__read-more {
    display: none;
  }
}
@media (min-width: 992px) {
  .contacts-grid__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.text-image__text {
  font-family: "Supreme Neurath TT";
  font-size: 2.4rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.15;
  margin-bottom: 2.4rem;
}
.text-image__image-wrapper img {
  border-radius: 1rem;
  aspect-ratio: 3/4;
  overflow: hidden;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 992px) {
  .text-image__text {
    font-family: "Supreme Neurath TT";
    font-size: 3.6rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.2;
  }
  .text-image__image-wrapper img {
    border-radius: 1.2rem;
  }
}
.text-wide-image.rounded-corners .text-wide-image__image-wrapper img {
  border-radius: 1.2rem;
}
.text-wide-image__text {
  margin-bottom: 2.4rem;
}
.text-wide-image__text h2 {
  font-family: "Supreme Neurath TT";
  font-size: 2.8rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
  margin-bottom: 2.4rem;
  text-transform: uppercase;
}
.text-wide-image__image-wrapper > *:first-child {
  display: none;
}

@media (min-width: 768px) {
  .text-wide-image__text {
    margin-bottom: 8rem;
  }
  .text-wide-image__text h2 {
    font-family: "Supreme Neurath TT";
    font-size: 4.8rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.1;
  }
  .text-wide-image__image-wrapper > *:first-child {
    display: block;
  }
  .text-wide-image__image-wrapper > *:last-child {
    display: none;
  }
}
.offers-teaser-grid .offer-preview__list {
  display: none;
}
.offers-teaser-grid__text {
  margin-bottom: 2.4rem;
}
.offers-teaser-grid__text h2 {
  font-family: "Supreme Neurath TT";
  font-size: 2.8rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
  margin-bottom: 2.4rem;
  text-transform: uppercase;
}
.offers-teaser-grid__link-container {
  margin-top: 2.4rem;
}
.offers-teaser-grid__link-wrapper {
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  .offers-teaser-grid__text {
    margin-bottom: 8rem;
  }
  .offers-teaser-grid__text h2 {
    font-family: "Supreme Neurath TT";
    font-size: 4.8rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.1;
  }
  .offers-teaser-grid__link-container {
    margin-top: 3.2rem;
  }
  .offers-teaser-grid .offer-preview__illustration .media-hero__stage img {
    max-height: 90%;
    object-fit: contain;
  }
}
.content-fader--manual .content-fader__slide-body-progress {
  transition: none !important;
}
.content-fader__text-side-title {
  font-family: "Supreme Neurath TT";
  font-size: 2.8rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 1.6rem;
}
.content-fader__illustration-side {
  width: 100%;
  margin-top: 2.4rem;
}
.content-fader__illustration-wrapper {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
}
.content-fader__illustration-sizer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.content-fader__illustration {
  width: 100%;
  height: 100%;
  border-radius: 1.2rem;
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
}
.content-fader__illustration-item {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.content-fader__illustration-item figure {
  height: 100%;
}
.content-fader__illustration-item picture {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}
.content-fader__illustration-item picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-fader__illustration-item--active {
  opacity: 1;
}
.content-fader__slides-wrapper {
  position: relative;
  visibility: hidden;
}
.content-fader__slides {
  position: absolute;
  top: 0;
  left: 0;
}
.content-fader__slide {
  margin-bottom: 0.8rem;
  transition: margin-bottom 0.5s ease 0.5s;
}
.content-fader__slide:last-child {
  margin-bottom: 0;
}
.content-fader__slide.progress-empty .content-fader__slide-body-progress {
  height: 0;
  transition: height 0s linear;
}
.content-fader__slide--active {
  margin-bottom: 2.4rem;
}
.content-fader__slide--active .content-fader__slide-body-progress-wrapper {
  height: 100%;
  transition: none;
}
.content-fader__slide--active .content-fader__slide-body-progress {
  height: 100%;
  transition: height 5s linear 1s;
}
.content-fader__slide--active .content-fader__slide-body {
  transition: height 0.5s ease 0.5s;
}
.content-fader__slide--closing .content-fader__slide-body-progress {
  height: 100.01%;
  transition: height 0.4s ease;
}
.content-fader__slide-headline {
  font-family: "Supreme Neurath TT";
  font-size: 2.4rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.15;
  margin-bottom: 1.6rem;
  cursor: pointer;
}
.content-fader__slide-body {
  width: calc(100% + 2px);
  position: relative;
  left: -2px;
  padding-left: 1.6rem;
  height: 0;
  overflow: hidden;
  transition: height 0.5s ease 0.5s;
}
.content-fader__slide-body-content {
  font-family: "Supreme Neurath TT";
  font-size: 1.9rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.25;
  position: relative;
}
.content-fader__slide-body-progress-wrapper {
  position: absolute;
  left: -1.5rem;
  bottom: 0;
  width: 2px;
  height: 0;
  background-color: var(--Hellgrau);
  transition: height 0.5s ease;
  border-radius: 1000rem;
  overflow: hidden;
}
.content-fader__slide-body-progress {
  width: 100%;
  background-color: var(--black--400);
  height: 0;
  transition: height 0.5s ease;
  border-radius: 1000rem;
}

@media (min-width: 992px) {
  .content-fader__illustration-side {
    margin: 0;
  }
  .content-fader__text-side-title {
    font-family: "Supreme Neurath TT";
    font-size: 4.8rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.1;
    margin-bottom: 2.4rem;
  }
  .content-fader__slides-wrapper {
    visibility: visible;
  }
  .content-fader__slide-headline {
    font-family: "Supreme Neurath TT";
    font-size: 3.6rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.2;
  }
  .content-fader__slide-body-content {
    font-family: "Supreme Neurath TT";
    font-size: 2.4rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.35;
  }
}
.home-hero {
  position: relative;
}
.home-hero__animation-wrapper {
  position: relative;
  width: 100%;
  padding-top: 5.6rem;
  padding-bottom: 5.6rem;
}
.home-hero__animation-wrapper .lottie-hover__poster {
  width: 100%;
}
.home-hero__animation-wrapper .lottie-hover__player {
  width: 100%;
}
.home-hero__bubble {
  position: absolute;
  top: -3.2rem;
  width: 13.6rem;
  height: 13.6rem;
  transform: scale(0);
  transition: transform 0.3s cubic-bezier(0.67, 2.03, 0.83, 0.67);
  z-index: 20;
}
.home-hero__bubble.init {
  transform: scale(1);
}
.home-hero__bubble.hoverable {
  transition: none;
}
.home-hero__bubble.hoverable.animate {
  animation: pulse 0.5s ease-in;
}
@keyframes pulse {
  25% {
    transform: scale(0.9);
  }
  65% {
    transform: scale(1.3);
  }
}
.home-hero__bubble[data-idx="0"] {
  left: 0;
}
.home-hero__bubble[data-idx="1"] {
  right: 0;
}
.home-hero__bubble picture {
  width: 100%;
  height: 100%;
}
.home-hero__bubble picture img {
  width: 100%;
  height: 100%;
}
.home-hero__bubble span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  text-align: center;
  font-family: "Supreme Neurath TT";
  font-size: 1.6rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.25;
}
.home-hero__intro-text {
  font-family: "Supreme Neurath TT";
  font-size: 2.4rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.15;
  color: var(--black--400, #000);
  margin-bottom: 2.4rem;
}
.home-hero__intro-text em {
  font-style: italic;
}

@media (min-width: 768px) {
  .home-hero__bubble {
    width: 17.6rem;
    height: 17.6rem;
    top: -2.2rem;
  }
}
@media (min-width: 992px) {
  .home-hero__animation-wrapper {
    width: 110rem;
    margin: 0 auto;
    padding-top: 8rem;
  }
  .home-hero__bubble {
    width: 32.6rem;
    height: 32.6rem;
    top: -5rem;
  }
  .home-hero__bubble[data-idx="0"] {
    left: 20rem;
  }
  .home-hero__bubble[data-idx="1"] {
    right: -5rem;
  }
  .home-hero__bubble span {
    font-family: "Supreme Neurath TT";
    font-size: 3.2rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.25;
  }
  .home-hero__intro-text {
    color: var(--black--400, #000);
    font-family: "Supreme Neurath TT";
    font-size: 4rem;
    font-style: normal;
    font-weight: 450;
    line-height: 115%; /* 4.6rem */
  }
}
.preview-slider__pagination {
  display: none;
}
.preview-slider__headline {
  margin-bottom: 1.6rem;
  padding: 0 2rem;
}
.preview-slider__title {
  font-family: "Supreme Neurath TT";
  font-size: 2.8rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
  text-transform: uppercase;
  color: var(--black--400);
}
.preview-slider__slider .swiper {
  padding: 0 2rem;
}
.preview-slider__slider .swiper .swiper-wrapper .swiper-slide {
  height: auto;
}
.preview-slider__slide {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.preview-slider__slide .label-tag {
  position: absolute;
  left: 0.8rem;
  top: 0.8rem;
  z-index: 2;
}
.preview-slider__slide-image {
  overflow: hidden;
  border-radius: 1.2rem 1.2rem 0 0;
}
.preview-slider__slide-image picture {
  width: 100%;
}
.preview-slider__slide-image picture img {
  aspect-ratio: 442/250;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
}
.preview-slider__slide-image figcaption {
  display: none;
}
.preview-slider__slide-body {
  flex: 1 1 auto;
  border-left: 2px solid var(--Hellgrau);
  border-bottom: 2px solid var(--Hellgrau);
  border-right: 2px solid var(--Hellgrau);
  border-radius: 0 0 1.2rem 1.2rem;
  padding: 2rem;
  display: flex;
  flex-direction: column;
}
.preview-slider__slide-body-title {
  font-family: "Supreme Neurath TT";
  font-size: 2.4rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 0.4rem;
}
.preview-slider__slide-body-description {
  font-family: "Supreme Neurath TT";
  font-size: 1.8rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.25;
  margin-bottom: 4rem;
}
.preview-slider__slide-body-button {
  margin-top: auto;
}

@media (min-width: 768px) {
  .preview-slider__headline {
    padding: 0 var(--tablet-container-padding);
  }
  .preview-slider__slider .swiper {
    padding: 0 var(--tablet-container-padding);
  }
}
@media (min-width: 992px) {
  .preview-slider__headline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16rem;
    margin-bottom: 2.4rem;
  }
  .preview-slider__pagination {
    display: flex;
    align-items: center;
    gap: 0.8rem;
  }
  .preview-slider__title {
    font-family: "Supreme Neurath TT";
    font-size: 4.8rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.1;
    padding: 0;
  }
  .preview-slider__slider .swiper {
    padding: 0 16rem;
  }
  .preview-slider__slider .swiper:not(.swiper-initialized) .swiper-slide {
    width: 30%;
    margin-right: 1.6rem;
  }
  .preview-slider__slide {
    position: relative;
  }
  .preview-slider__slide-body {
    padding: 2.8rem 2rem 2rem;
  }
  .preview-slider__slide-body-title {
    font-family: "Supreme Neurath TT";
    font-size: 3.4rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.2;
  }
  .preview-slider__slide-body-description {
    font-family: "Supreme Neurath TT";
    font-size: 2rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.25;
    margin-bottom: 2.4rem;
  }
}
.next-event__image {
  position: relative;
  margin-bottom: 2.4rem;
}
.next-event__image picture img {
  border-radius: 1.2rem;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.next-event__image .label-tag {
  position: absolute;
  left: 0.8rem;
  top: 0.8rem;
}
.next-event__title {
  font-family: "Supreme Neurath TT";
  font-size: 2.8rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
  text-wrap: balance;
  margin-bottom: 1.6rem;
}
.next-event__description {
  font-family: "Supreme Neurath TT";
  font-size: 1.9rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.25;
  margin-bottom: 2.6rem;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.next-event__buttons {
  margin-top: 2.4rem;
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
}
.next-event__buttons > * {
  flex: 1 0 0;
}

@media (min-width: 992px) {
  .next-event__image {
    margin-bottom: 0;
  }
  .next-event__title {
    font-family: "Supreme Neurath TT";
    font-size: 4.8rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.1;
  }
  .next-event__description {
    font-family: "Supreme Neurath TT";
    font-size: 2.4rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.35;
    margin-bottom: 3.6rem;
  }
  .next-event .event-preview__facts {
    font-family: "Supreme Neurath TT";
    font-size: 2.2rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.35;
  }
  .next-event .event-preview__facts > li .icon {
    font-size: 2.8rem;
  }
  .next-event__buttons {
    margin-top: 3.6rem;
    justify-content: flex-start;
  }
  .next-event__buttons > * {
    flex: 0 1 0;
  }
}
.icons-grid {
  padding: 8rem 2rem;
  background-color: var(--Hellblau);
}
.icons-grid__title {
  font-family: "Supreme Neurath TT";
  font-size: 2.8rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 2.4rem;
}
.icons-grid__description {
  font-family: "Supreme Neurath TT";
  font-size: 1.9rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.25;
  margin-bottom: 3.2rem;
}
.icons-grid__grid {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.icons-grid__grid-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.icons-grid__grid-item-icon {
  width: 14rem;
  margin-bottom: 0.8rem;
}
.icons-grid__grid-item-title {
  font-family: "Supreme Neurath TT";
  font-size: 2.4rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.15;
  text-align: center;
  margin-bottom: 2.4rem;
}
.icons-grid__grid-item-description {
  font-family: "Supreme Neurath TT";
  font-size: 1.8rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.35;
  margin-bottom: 2.4rem;
  text-align: center;
}
.icons-grid__grid-item-link {
  width: 100%;
}

@media (min-width: 768px) {
  .icons-grid {
    padding: 8rem var(--tablet-container-padding);
  }
  .icons-grid__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .icons-grid__grid-item-link {
    margin-top: auto;
  }
}
@media (min-width: 992px) {
  .icons-grid {
    padding: 16rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .icons-grid__title {
    width: 94.6rem;
    font-family: "Supreme Neurath TT";
    font-size: 4.8rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.1;
    margin-bottom: 2.4rem;
    text-align: center;
  }
  .icons-grid__description {
    width: 94.6rem;
    font-family: "Supreme Neurath TT";
    font-size: 2.4rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.35;
    margin-bottom: 8rem;
  }
  .icons-grid__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 4rem;
  }
  .icons-grid__grid-item {
    min-width: 0;
  }
  .icons-grid__grid-item-icon {
    width: 14rem;
    margin-bottom: 0.8rem;
  }
  .icons-grid__grid-item-title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 8.6rem;
    text-align: center;
    font-family: "Supreme Neurath TT";
    font-size: 3.6rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.2;
    margin-bottom: 3.2rem;
  }
  .icons-grid__grid-item-description {
    font-family: "Supreme Neurath TT";
    font-size: 1.8rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.35;
    margin-bottom: 2.4rem;
  }
}
.wide-native-video {
  position: relative;
  margin-top: -8rem;
}
.wide-native-video__container {
  position: relative;
  width: 100%;
}
.wide-native-video__caption {
  margin-top: 0.6rem;
  padding: 0 2rem;
  font-family: "Supreme Neurath TT";
  font-size: 1.5rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.3;
  color: var(--gray--250);
}
.wide-native-video video {
  width: 100%;
}
.wide-native-video__desktop-loop {
  display: none;
}
.wide-native-video__full-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.wide-native-video__mobile-loop {
  display: flex;
  position: relative;
  z-index: 2;
}
.wide-native-video__mobile-loop video {
  width: 100%;
  height: 100%;
  overflow: hidden;
  aspect-ratio: 9/16;
  object-fit: cover;
  object-position: center;
}
.wide-native-video__overlay {
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

@media (min-width: 768px) {
  .wide-native-video__mobile-loop {
    aspect-ratio: 16/9;
  }
  .wide-native-video__caption {
    padding: 0 var(--tablet-container-padding);
  }
}
@media (min-width: 992px) {
  .wide-native-video {
    margin-top: -16rem;
  }
  .wide-native-video.desktop-full-active .wide-native-video__full-video {
    z-index: 20;
  }
  .wide-native-video.desktop-full-active .wide-native-video__desktop-loop {
    opacity: 0;
  }
  .wide-native-video__caption {
    padding: 0 16rem;
  }
  .wide-native-video__mobile-loop {
    display: none;
  }
  .wide-native-video__full-video {
    position: relative;
  }
  .wide-native-video__desktop-loop {
    display: flex;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .wide-native-video__desktop-loop video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
.materials-preview__title {
  font-family: "Supreme Neurath TT";
  font-size: 2.8rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
  margin-bottom: 2.4rem;
}
.materials-preview__grid-item {
  display: flex;
  gap: 0.8rem;
  padding: 1.6rem 0;
}
.materials-preview__grid-item-image {
  width: 11.9rem;
  flex: 0 0 11.9rem;
}
.materials-preview__grid-item-image picture img {
  border-radius: 0.6rem;
  border: 1px solid var(--Hellgrau, #EBEBEB);
}
.materials-preview__grid-item-title {
  font-family: "Supreme Neurath TT";
  font-size: 1.8rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
  margin-bottom: 0.4rem;
  text-transform: uppercase;
}
.materials-preview__grid-item-description {
  font-family: "Supreme Neurath TT";
  font-size: 1.6rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.25;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.materials-preview__link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.4rem;
}

@media (max-width: 992px) {
  .materials-preview__grid > *:nth-child(n+5) {
    display: none;
  }
}
@media (min-width: 992px) {
  .materials-preview__title {
    font-family: "Supreme Neurath TT";
    font-size: 4.8rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.1;
    margin-bottom: 5.6rem;
  }
  .materials-preview__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 3.2rem 5.6rem;
  }
  .materials-preview__grid-item {
    align-items: center;
    gap: 1.6rem;
  }
  .materials-preview__grid-item-image {
    flex: 0 0 25.9rem;
    width: 25.9rem;
  }
  .materials-preview__grid-item-title {
    font-family: "Supreme Neurath TT";
    font-size: 2.6rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.1;
    margin-bottom: 0.4rem;
  }
  .materials-preview__grid-item-description {
    font-family: "Supreme Neurath TT";
    font-size: 2rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.25;
  }
  .materials-preview__link {
    margin-top: 5.6rem;
  }
}
.feedback-page-preview__title {
  font-family: "Supreme Neurath TT";
  font-size: 2.8rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
  margin-bottom: 1.6rem;
}
.feedback-page-preview__grid .grid-sizer {
  width: calc(50% - 0.8rem);
}
.feedback-page-preview__grid .gutter-sizer {
  width: 0.8rem;
}
.feedback-page-preview__grid .feedbacks__feedback {
  width: calc(50% - 0.8rem);
  margin-bottom: 0.8rem;
}
.feedback-page-preview__show-more {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.8rem;
}

@media (min-width: 992px) {
  .feedback-page-preview__title {
    font-family: "Supreme Neurath TT";
    font-size: 4.8rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.1;
    margin-bottom: 5.6rem;
  }
  .feedback-page-preview__grid .grid-sizer {
    width: calc(33.3333333333% - 1.0666666667rem);
  }
  .feedback-page-preview__grid .gutter-sizer {
    width: 1.6rem;
  }
  .feedback-page-preview__grid .feedbacks__feedback {
    width: calc(33.3333333333% - 1.0666666667rem);
    margin-bottom: 1.6rem;
  }
  .feedback-page-preview__show-more {
    margin-top: 4rem;
  }
}
.partners-grid__title {
  font-family: "Supreme Neurath TT";
  font-size: 2.8rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 1.6rem;
}
.partners-grid__grid {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  grid-gap: 4rem 6rem;
  padding: 2.4rem 0;
}
.partners-grid__item {
  flex: 1 1 auto;
}
.partners-grid__item picture img {
  height: calc(4rem * var(--logo-scale));
  width: auto;
}
.partners-grid__show-more {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.6rem;
}

@media (min-width: 992px) {
  .partners-grid__title {
    font-family: "Supreme Neurath TT";
    font-size: 4.8rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.1;
    margin-bottom: 5.6rem;
  }
  .partners-grid__grid {
    justify-content: space-between;
    row-gap: 6rem;
  }
  .partners-grid__grid-item picture img {
    height: calc(6rem * var(--logo-scale));
  }
  .partners-grid__show-more {
    margin-top: 5.6rem;
  }
}
.partners-row.extra_large .partners-row__items {
  grid-template-columns: 1fr;
}
.partners-row.extra_large .partners-row__item picture img {
  height: calc(4.2rem * var(--logo-scale));
}
.partners-row__title {
  font-family: "Supreme Neurath TT";
  font-size: 2.4rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.15;
  margin-bottom: 1.6rem;
}
.partners-row__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0.8rem;
}
.partners-row__item {
  min-width: 0;
  border-radius: 1.2rem;
  border: 2px solid var(--Hellgrau, #EBEBEB);
}
.partners-row__item picture {
  height: 10.3rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.2rem;
}
.partners-row__item picture img {
  height: calc(3.2rem * var(--logo-scale));
  width: auto;
  object-fit: contain;
}
.partners-row__item-more-info {
  padding: 0.8rem;
}
.partners-row__item-more-info .partners-row__item-more-info-overlay {
  display: none;
}
.partners-row__item-overlay-image {
  width: 100%;
  margin-bottom: 2.4rem;
}
.partners-row__item-overlay-image picture {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 4.8rem;
}
.partners-row__item-overlay-image picture img {
  height: calc(6rem * var(--logo-scale));
  width: auto;
  object-fit: contain;
}
.partners-row__item-overlay-text {
  font-family: "Supreme Neurath TT";
  font-size: 1.8rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.25;
  margin-bottom: 5.6rem;
}
.partners-row__item-overlay-text h1, .partners-row__item-overlay-text h2, .partners-row__item-overlay-text h3, .partners-row__item-overlay-text h4, .partners-row__item-overlay-text h5, .partners-row__item-overlay-text h6 {
  font-family: "Supreme Neurath TT";
  font-size: 2.4rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 0.4rem;
}
.partners-row__item-overlay-close {
  margin-bottom: 2rem;
}

@media (min-width: 992px) {
  .partners-row.medium .partners-row__items {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .partners-row.medium .partners-row__item picture {
    height: 15rem;
  }
  .partners-row.medium .partners-row__item picture img {
    height: calc(5rem * var(--logo-scale));
  }
  .partners-row.large .partners-row__item picture {
    height: 18.8rem;
  }
  .partners-row.large .partners-row__item picture img {
    height: calc(4.2rem * var(--logo-scale));
  }
  .partners-row.extra_large .partners-row__item picture {
    height: 34rem;
  }
  .partners-row.extra_large .partners-row__item picture img {
    height: calc(10rem * var(--logo-scale));
  }
  .partners-row__title {
    font-family: "Supreme Neurath TT";
    font-size: 3.6rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.2;
  }
  .partners-row__item-more-info {
    padding: 0.8rem 1.6rem 1.6rem;
  }
  .partners-row__item-more-info-overlay {
    width: 46rem;
  }
  .partners-row__item-overlay-image picture {
    padding: 2.4rem 5.6rem;
  }
  .partners-row__item-overlay-image picture img {
    height: calc(9rem * var(--logo-scale));
  }
  .partners-row__item-overlay-text {
    font-family: "Supreme Neurath TT";
    font-size: 2rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.25;
    margin-bottom: 7.8rem;
  }
  .partners-row__item-overlay-text h1, .partners-row__item-overlay-text h2, .partners-row__item-overlay-text h3, .partners-row__item-overlay-text h4, .partners-row__item-overlay-text h5, .partners-row__item-overlay-text h6 {
    font-family: "Supreme Neurath TT";
    font-size: 2.6rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.1;
  }
}
.bottom-nav {
  display: none;
}

@media (min-width: 992px) {
  .bottom-nav {
    position: fixed;
    bottom: 1.2rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    padding: 0.5rem 0.8rem;
    border-radius: 1.2rem;
    border: 1px solid var(--black--100, #444);
    background: var(--black--400, #000);
    box-shadow: 0 6px 20px 2px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    transition: grid-template-columns 0.3s ease, background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, border 0.3s ease;
  }
  .bottom-nav--trigger-only .bottom-nav__item-wrapper:not(:last-child) {
    grid-template-columns: 0fr;
  }
  .bottom-nav--trigger-only .bottom-nav__menu-trigger {
    grid-template-columns: 0fr 1fr;
  }
  .bottom-nav--white {
    border: 1px solid var(--gray--150, #CBCBCB);
    background: var(--white, #FFF);
    box-shadow: 0 6px 20px 2px rgba(0, 0, 0, 0.3);
  }
  .bottom-nav--white .filter-tag__label {
    color: var(--black--400);
  }
  .bottom-nav--white .filter-tag .icon {
    color: var(--black--400);
  }
  .bottom-nav--scroll .bottom-nav__item-wrapper--logo {
    grid-template-columns: 1fr;
  }
  .bottom-nav__open-hours--opened .filter-tag .icon {
    color: var(--Grün);
  }
  .bottom-nav__open-hours--closed .filter-tag .icon {
    color: var(--Rot);
  }
  .bottom-nav__item-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    transition: grid-template-columns 0.3s ease;
    width: max-content;
  }
  .bottom-nav__item-wrapper > * {
    display: block;
    min-width: 0;
    overflow: hidden;
  }
  .bottom-nav__item-wrapper--logo {
    grid-template-columns: 0fr;
  }
  .bottom-nav__menu-trigger {
    display: grid;
    grid-template-columns: 1fr 0fr;
    transition: grid-template-columns 0.1s ease;
  }
  .bottom-nav__menu-trigger > * {
    min-width: 0;
    overflow: hidden;
  }
}
.mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 2rem;
  display: flex;
  justify-content: space-between;
  transition: transform 0.3s ease, background-color 0.3s ease, border-bottom-color 0.3s ease;
  border-bottom: 1px solid transparent;
  z-index: 1000;
}
.mobile-nav:not(.mobile-nav--opened).headroom--unpinned {
  transform: translateY(-100%);
}
.mobile-nav:not(.mobile-nav--opened).headroom--not-top.headroom--pinned {
  background-color: var(--body-background-color);
  border-bottom-color: rgba(0, 0, 0, 0.2);
}
.mobile-nav--white .icon {
  color: var(--white);
}
.mobile-nav--white svg path {
  fill: var(--white);
}
.mobile-nav--opened .mobile-nav__menu-trigger .icon:first-child {
  display: none;
}
.mobile-nav--opened .mobile-nav__menu-trigger .icon:last-child {
  display: block;
}
.mobile-nav__logo .tablet {
  display: none;
}
.mobile-nav .icon {
  font-size: 3rem;
  transition: color 0.3s ease;
}
.mobile-nav svg {
  width: 12rem;
  height: auto;
}
.mobile-nav svg path {
  transition: fill 0.3s ease;
}
.mobile-nav__menu-trigger .icon:last-child {
  display: none;
}

@media (min-width: 768px) {
  .mobile-nav__logo .tablet {
    display: block;
  }
  .mobile-nav__logo .mobile {
    display: none;
  }
  .mobile-nav svg {
    width: 36rem;
  }
}
@media (min-width: 992px) {
  .mobile-nav {
    display: none;
  }
}
.offer-sidebar-overlay .overlay__content-wrapper {
  background: var(--Hellgrau, #EBEBEB);
}

.offer-sidebar__title {
  display: none;
}
.offer-sidebar__items {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin-bottom: 2.4rem;
}
.offer-sidebar__item {
  display: flex;
  gap: 0.8rem;
}
.offer-sidebar__item-icon {
  width: 2.4rem;
  flex: 0 0 2.4rem;
}
.offer-sidebar__item-icon .icon {
  font-size: 2.4rem;
}
.offer-sidebar__item-text {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.offer-sidebar__item-text a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.offer-sidebar__item-name {
  font-family: "Supreme Neurath TT";
  font-size: 1.9rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.25;
  text-transform: uppercase;
}
.offer-sidebar__item-description {
  font-family: "Supreme Neurath TT";
  font-size: 1.9rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.25;
}
.offer-sidebar__buttons {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.offer-sidebar__hint {
  display: flex;
  justify-content: center;
  gap: 0.3rem;
  font-family: "Supreme Neurath TT";
  font-size: 1.4rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
}
.offer-sidebar__hint .icon {
  font-size: 1.6rem;
  line-height: 1;
}

@media (min-width: 992px) {
  .offer-sidebar {
    border-radius: 1.2rem;
    background: var(--Hellgrau, #EBEBEB);
    padding: 2.4rem;
  }
  .offer-sidebar__title {
    display: block;
    font-family: "Supreme Neurath TT";
    font-size: 2.6rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 1.2rem;
    text-wrap: balance;
  }
  .offer-sidebar__items {
    margin-bottom: 4rem;
  }
}
.main-nav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100dvh;
  z-index: 1100;
  background-color: var(--black--400);
  color: var(--white);
  display: flex;
  flex-direction: column;
  padding: 0 2rem 2rem;
  overflow: auto;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.main-nav.opened {
  opacity: 1;
  pointer-events: auto;
}
.main-nav__mobile-header {
  position: relative;
  width: 100%;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6rem;
}
.main-nav__mobile-search {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.main-nav__mobile-search .icon {
  font-size: 3rem;
}
.main-nav__mobile-logo {
  display: flex;
}
.main-nav__mobile-logo .tablet {
  display: none;
}
.main-nav__mobile-logo svg {
  width: 12rem;
  height: auto;
}
.main-nav__mobile-logo svg path {
  fill: var(--white);
}
.main-nav__mobile-close {
  position: fixed;
  top: 2rem;
  right: 2rem;
}
.main-nav__mobile-close .icon {
  font-size: 3rem;
}
.main-nav__main {
  width: 100%;
}
.main-nav__main > ul > li > a {
  font-family: "Supreme Neurath TT";
  font-size: 2.8rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
  text-transform: uppercase;
  cursor: default;
}
.main-nav__main > ul > li > .sub-menu > li > a {
  font-family: "Supreme Neurath TT";
  font-size: 2.4rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.15;
}
.main-nav__bottom {
  margin-top: auto;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
}
.main-nav__newsletter {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main-nav__newsletter-icon {
  filter: invert(1);
}
.main-nav__newsletter-icon img {
  width: 11rem;
}
.main-nav__newsletter-icon canvas {
  mix-blend-mode: normal;
}
.main-nav__newsletter-title {
  font-family: "Supreme Neurath TT";
  font-size: 2rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.35;
  text-transform: uppercase;
  width: min-content;
  text-align: center;
}
.main-nav__bottom-meta-nav {
  font-family: "Supreme Neurath TT";
  font-size: 2rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.35;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-transform: uppercase;
}
.main-nav__donate-badge {
  position: absolute;
  top: 1rem;
  right: 7.6rem;
  z-index: 1000;
}

@media (max-width: 992px) {
  .main-nav__logo {
    display: none;
  }
  .main-nav__main {
    width: 100%;
  }
  .main-nav__main > ul > li {
    display: grid;
    grid-template-rows: auto 0fr;
    transition: grid-template-rows 0.3s ease;
    border-bottom: 2px solid var(--white, #FFF);
  }
  .main-nav__main > ul > li.opened {
    grid-template-rows: auto 1fr;
  }
  .main-nav__main > ul > li.opened > a:after {
    transform: scaleY(-1);
  }
  .main-nav__main > ul > li > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.2rem;
    padding: 2rem 0;
  }
  .main-nav__main > ul > li > a:after {
    content: "\e933";
    font-family: "2025-07-GWM";
    font-size: 2rem;
    transition: transform 0.3s ease;
    display: inline-block;
  }
  .main-nav__main > ul > li > .sub-menu {
    min-height: 0;
    overflow: hidden;
  }
  .main-nav__main > ul > li > .sub-menu > li:last-child {
    padding-bottom: 1.4rem;
  }
  .main-nav__main > ul > li > .sub-menu > li > a {
    display: block;
    padding: 1rem 0;
  }
  .main-nav__bottom-meta-nav a:not(:nth-last-child(-n+3)) {
    display: none;
  }
}
@media (min-width: 768px) {
  .main-nav {
    padding-left: var(--tablet-container-padding);
    padding-right: var(--tablet-container-padding);
  }
  .main-nav__mobile-logo svg {
    width: 36rem;
  }
  .main-nav__mobile-logo .tablet {
    display: flex;
  }
  .main-nav__mobile-logo .mobile {
    display: none;
  }
  .main-nav__mobile-search {
    left: -6rem;
    top: 2rem;
    transform: none;
  }
}
@media (min-width: 992px) {
  .main-nav {
    z-index: 900;
    padding: 24.8rem 2.4rem 2.4rem;
  }
  .main-nav__mobile-header, .main-nav__mobile-close {
    display: none;
  }
  .main-nav__logo {
    display: block;
    position: absolute;
    left: 2.4rem;
    top: 2.4rem;
    width: calc(100% - 4.8rem);
  }
  .main-nav__logo img {
    width: 100%;
  }
  .main-nav__main {
    width: 100%;
  }
  .main-nav__main > ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.6rem;
  }
  .main-nav__main > ul > li {
    display: flex;
    flex-direction: column;
    gap: 4rem;
  }
  .main-nav__main > ul > li > a {
    font-family: "Supreme Neurath TT";
    font-size: 3.5rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.2;
    text-transform: uppercase;
  }
  .main-nav__main > ul > li > .sub-menu {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
  }
  .main-nav__main > ul > li > .sub-menu > li > a {
    font-family: "Supreme Neurath TT";
    font-size: 2.4rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.15;
  }
  .main-nav__newsletter-icon img {
    width: 13rem;
  }
  .main-nav__newsletter-title {
    font-family: "Supreme Neurath TT";
    font-size: 2.4rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.35;
  }
  .main-nav__bottom-meta-nav {
    font-family: "Supreme Neurath TT";
    font-size: 1.8rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1;
    flex-direction: row;
    gap: 1.2rem;
    align-items: center;
    text-transform: none;
  }
  .main-nav__bottom-meta-nav .icon {
    font-size: 2rem;
  }
  .main-nav__donate-badge {
    top: 1.6rem;
    right: 24rem;
  }
}
@media (hover: hover) {
  .main-nav__main > ul > li > ul > li > a, .main-nav__bottom-meta-nav > a:not(:has(.icon)) {
    position: relative;
    width: max-content;
    max-width: 100%;
  }
  .main-nav__main > ul > li > ul > li > a:after, .main-nav__bottom-meta-nav > a:not(:has(.icon)):after {
    content: "";
    position: absolute;
    top: 100%;
    border-top: 2px solid var(--white);
    transition: width 0.3s ease;
    pointer-events: none;
    transition-delay: 0s !important;
    width: 0;
    right: 0;
  }
  .main-nav__main > ul > li > ul > li > a:hover:after, .main-nav__bottom-meta-nav > a:not(:has(.icon)):hover:after {
    width: 100%;
    right: unset;
    left: 0;
    transition-delay: 0.3s;
  }
}
body.theme-black .footer__main {
  filter: invert(1);
}
body.theme-black .footer__boxes {
  display: none;
}
body.theme-black .footer__house {
  padding-top: 0;
}
body.theme-peach .footer__boxes {
  display: none;
}
body.theme-peach .footer__house {
  padding-top: 0;
}

.footer {
  padding: 0 2rem;
  margin-top: 12rem;
}
.footer__boxes {
  display: flex;
  flex-direction: column-reverse;
  gap: 1.6rem;
  margin-bottom: 1.6rem;
}
.footer__box {
  aspect-ratio: 80/68;
  width: 100%;
  padding: 4rem 3.2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
  border-radius: 0.6rem;
  background-color: var(--black--400);
  color: var(--white);
}
.footer__box--support {
  background-color: var(--Pfirsich);
  color: var(--black--400);
}
.footer__box--newsletter .lottie-hover {
  filter: invert(1);
}
.footer__box--newsletter .lottie-hover canvas {
  mix-blend-mode: normal;
}
.footer__box-icon img {
  width: 12rem;
}
.footer__box-title {
  font-family: "Supreme Neurath TT";
  font-size: 2.4rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.05;
  text-transform: uppercase;
  text-align: center;
}
.footer__box-description {
  font-family: "Supreme Neurath TT";
  font-size: 1.6rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.25;
  text-align: center;
}
.footer__house {
  position: relative;
  width: 100%;
  margin-bottom: 2rem;
  padding-top: 2rem;
}
.footer__house-illus picture:first-child {
  display: none;
}
.footer__desktop {
  display: none;
}
.footer__mobile {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 4rem 0.8rem;
  padding-bottom: 8rem;
  font-family: "Supreme Neurath TT";
  font-size: 1.6rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.2;
  font-feature-settings: "case" on, "ordn" on;
}
.footer__logos {
  display: flex;
  justify-content: flex-end;
  gap: 1.6rem;
}
.footer__logos a {
  display: block;
}
.footer__logos a img {
  height: 7.6rem;
}
.footer__mobile-address, .footer__mobile-contact-links {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.footer__mobile-contact-links {
  text-decoration: underline;
}
.footer__mobile-nav {
  grid-column-start: 1;
  grid-column-end: 3;
}
.footer__mobile-nav-top {
  margin-bottom: 0.6rem;
}
.footer__mobile-nav-top .icon {
  font-size: 1.8rem;
}
.footer__mobile-nav-columns {
  column-count: 2;
  column-gap: 0.8rem;
}
.footer__mobile-nav-columns a {
  display: inline-block;
  margin-bottom: 0.6rem;
}
.footer__donate-badge {
  position: absolute;
  top: 2.4rem;
  right: -1rem;
}

@media (min-width: 768px) {
  .footer__mobile {
    column-gap: 12rem;
  }
  .footer__boxes {
    flex-direction: row-reverse;
    gap: 1.6rem;
  }
  .footer__house-illus picture:last-child {
    display: none;
  }
  .footer__house-illus picture:first-child {
    display: flex;
  }
  .footer__logos {
    justify-content: flex-start;
  }
  .footer__mobile-nav-columns {
    column-gap: 12rem;
  }
}
@media (min-width: 992px) {
  .footer {
    padding: 0 2.4rem;
    margin-top: 16rem;
  }
  .footer__boxes {
    flex-direction: row-reverse;
    gap: 1.6rem;
    margin-bottom: 8rem;
  }
  .footer__box {
    width: calc(50% - 0.8rem);
    padding: 5.6rem 12rem;
    gap: 0.8rem;
    border-radius: 1.2rem;
  }
  .footer__box-icon img {
    width: 15rem;
  }
  .footer__box-title {
    font-family: "Supreme Neurath TT";
    font-size: 4rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.05;
  }
  .footer__box-description {
    font-family: "Supreme Neurath TT";
    font-size: 2rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.35;
  }
  .footer__box-button {
    margin-top: 3.2rem;
  }
  .footer__house {
    position: relative;
    max-width: 143rem;
    margin-bottom: 2rem;
    padding-top: 4.8rem;
    margin-left: auto;
    margin-right: auto;
  }
  .footer__main {
    padding: 3.2rem 2.4rem 9.6rem;
    border-top: 1.6px solid var(--black--400, #000);
  }
  .footer__mobile {
    display: none;
  }
  .footer__desktop {
    display: flex;
    justify-content: space-between;
  }
  .footer__desktop-left {
    font-family: "Supreme Neurath TT";
    font-size: 1.8rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
  }
  .footer__desktop-right {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
  }
  .footer__logos {
    justify-content: flex-end;
  }
  .footer__logos a img {
    height: 6rem;
  }
  .footer__desktop-nav {
    display: flex;
    gap: 1.2rem;
    align-items: center;
    font-family: "Supreme Neurath TT";
    font-size: 1.8rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1;
  }
  .footer__desktop-nav .icon {
    font-size: 2rem;
    line-height: 1;
  }
  .footer__desktop-nav a:not(:has(.icon)) {
    position: relative;
    width: max-content;
    max-width: 100%;
  }
  .footer__desktop-nav a:not(:has(.icon)):after {
    content: "";
    position: absolute;
    top: 100%;
    border-top: 2px solid var(--black--400);
    transition: width 0.3s ease;
    pointer-events: none;
    transition-delay: 0s !important;
    width: 0;
    right: 0;
  }
  .footer__desktop-nav a:not(:has(.icon)):hover:after {
    width: 100%;
    right: unset;
    left: 0;
    transition-delay: 0.3s;
  }
  .footer__desktop-left-contact-links {
    display: flex;
    gap: 1.2rem;
  }
  .footer__desktop-left-contact-links a.multianimline {
    background-position: 100% calc(100% + 1px);
  }
  .footer__desktop-left-contact-links a.multianimline:hover {
    background-position: 0 calc(100% + 1px);
  }
  .footer__donate-badge {
    top: 6rem;
    right: 0;
    transform: translateX(8rem);
  }
}
@media (max-width: 992px) {
  .header__logo {
    display: none;
  }
}
@media (min-width: 992px) {
  .header.theme-white .header__logo .black {
    display: none;
  }
  .header.theme-white .header__logo .white {
    display: block;
  }
  .header__logo {
    display: flex;
    width: 100%;
    padding: 2.4rem 2.4rem 0;
  }
  .header__logo img {
    width: 100%;
  }
  .header__logo .white {
    display: none;
  }
}
.gallery-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100dvh;
  background-color: var(--black--400);
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
}
.gallery-overlay.opened {
  opacity: 1;
  pointer-events: auto;
}
.gallery-overlay__pagination {
  display: none;
}
.gallery-overlay__content {
  width: 100%;
  height: 100%;
}
.gallery-overlay__content .swiper {
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.gallery-overlay__content .swiper .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-overlay__content figcaption {
  font-family: "Supreme Neurath TT";
  font-size: 1.3rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.3;
  margin-top: 0.8rem;
  color: var(--white-opacity--85);
}
.gallery-overlay__item {
  position: relative;
}
.gallery-overlay__item picture img {
  border-radius: 0.8rem;
}
.gallery-overlay__navigation {
  display: none;
}
.gallery-overlay__close-icon {
  z-index: 100;
  position: fixed;
  right: 2rem;
  top: 0.8rem;
}
.gallery-overlay__close-icon .icon {
  font-size: 3.2rem;
  color: var(--white);
}

@media (max-width: 992px) {
  .gallery-overlay__content {
    overflow: auto;
    padding: 7.2rem 2rem;
  }
  .gallery-overlay__content > * > * {
    display: flex;
    flex-direction: column;
    gap: 5.6rem;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .gallery-overlay__content {
    padding: 6rem 10rem;
  }
}
@media (min-width: 992px) {
  .gallery-overlay {
    height: 100%;
  }
  .gallery-overlay__pagination {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-family: "Supreme Neurath TT";
    font-size: 1.5rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.3;
    text-align: center;
    color: var(--white);
    top: 3.4rem;
  }
  .gallery-overlay__navigation {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 99;
    top: 0;
    height: 100%;
  }
  .gallery-overlay__navigation.prev {
    left: 0;
    padding-left: 2.4rem;
  }
  .gallery-overlay__navigation.next {
    right: 0;
    padding-right: 2.4rem;
  }
  .gallery-overlay__content .swiper .swiper-wrapper .swiper-slide img {
    height: min(71.3rem, 100vh - 20rem);
    width: auto;
    object-fit: contain;
    object-position: center;
  }
  .gallery-overlay__content figcaption {
    font-family: "Supreme Neurath TT";
    font-size: 1.5rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.3;
    position: absolute;
    top: calc(100% + 2.4rem);
    left: 50%;
    transform: translateX(-50%);
    width: 80.8rem;
    text-align: center;
  }
  .gallery-overlay__close-icon {
    right: 2rem;
    cursor: pointer;
  }
  .gallery-overlay__close-icon .icon {
    font-size: 3.2rem;
  }
}
.offer-page {
  padding-top: 10.2rem;
}
.offer-page__hero {
  position: relative;
  margin-bottom: 1.6rem;
}
.offer-page__hero .media-hero--svg picture {
  justify-content: center;
}
.offer-page__hero .media-hero--svg picture img {
  max-height: 100%;
  max-width: 16rem;
}
.offer-page__hero-tags {
  position: absolute;
  left: 1.8rem;
  top: 1.8rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  max-width: 100%;
  z-index: 10;
}
.offer-page__hero-text {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin-bottom: 2.4rem;
}
.offer-page__hero-title {
  font-family: "Supreme Neurath TT";
  font-size: 2.8rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
  text-wrap: balance;
  text-transform: uppercase;
  hyphens: auto;
}
.offer-page__hero-description {
  font-family: "Supreme Neurath TT";
  font-size: 2.4rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.15;
}
.offer-page__hero-description br {
  display: none;
}
.offer-page__flexible-content {
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
}
.offer-page__sidebar {
  display: none;
}
.offer-page__mobile-sidebar-trigger {
  position: fixed;
  bottom: 1.2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}
.offer-page__related-slider {
  margin-top: 12rem;
}

@media (min-width: 992px) {
  .offer-page {
    padding-top: 5.6rem;
  }
  .offer-page__hero {
    margin-bottom: 3.2rem;
  }
  .offer-page__hero .media-hero--svg picture {
    justify-content: center;
  }
  .offer-page__hero .media-hero--svg picture img {
    max-width: 30rem;
  }
  .offer-page__hero-text {
    width: 85.7142857143%;
    gap: 1.6rem;
    margin-bottom: 1.6rem;
  }
  .offer-page__hero-title {
    font-family: "Supreme Neurath TT";
    font-size: 4.8rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.1;
  }
  .offer-page__hero-description {
    font-family: "Supreme Neurath TT";
    font-size: 3.6rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.2;
  }
  .offer-page__hero-description br {
    display: inline;
  }
  .offer-page__flexible-content {
    width: 85.7142857143%;
    gap: 5.6rem;
  }
  .offer-page__sidebar {
    display: block;
    position: sticky;
    top: 2.4rem;
  }
  .offer-page__related-slider {
    margin-top: 16rem;
  }
  .offer-page__related-slider-item .offer-preview {
    height: 100%;
  }
}
body:has(.simple-hero__link-button) .offers-overview__filter-wrapper {
  display: none;
}

.offers-overview {
  padding-top: 12.6rem;
}
.offers-overview .simple-hero {
  margin-bottom: 2.4rem;
}
.offers-overview__hero-image-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 0.8rem;
}
.offers-overview__hero-media {
  width: 12rem;
}
.offers-overview__title {
  font-family: "Supreme Neurath TT";
  font-size: 3.6rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.05;
  margin-bottom: 0.8rem;
  text-align: center;
}
.offers-overview__hero-claim {
  text-align: center;
  font-family: "Supreme Neurath TT";
  font-size: 1.9rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.25;
  margin-bottom: 2.4rem;
}
.offers-overview__filter-wrapper {
  display: flex;
  gap: 0.6rem;
  overflow: auto;
  padding: 0 2rem 2rem;
  margin-bottom: 4.4rem;
}
.offers-overview__filter--active {
  background: var(--black--400, #000);
  color: var(--white);
}
.offers-overview__offers-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.6rem;
}
.offers-overview__archive-cta {
  display: flex;
  justify-content: center;
  margin-top: 3.2rem;
}

@media (min-width: 768px) {
  .offers-overview__filter-wrapper {
    padding-left: var(--tablet-container-padding);
    padding-right: var(--tablet-container-padding);
  }
  .offers-overview__offers-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .offers-overview {
    padding-top: 8rem;
  }
  .offers-overview .simple-hero {
    margin-bottom: 3.2rem;
  }
  .offers-overview__hero-media {
    width: 15rem;
  }
  .offers-overview__title {
    font-family: "Supreme Neurath TT";
    font-size: 6.4rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.05;
  }
  .offers-overview__hero-claim {
    font-family: "Supreme Neurath TT";
    font-size: 2.4rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.35;
    margin-bottom: 3.2rem;
  }
  .offers-overview__filter-wrapper {
    padding: 0 10%;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 8rem;
  }
  .offers-overview__offers-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .offers-overview__archive-cta {
    margin-top: 5.6rem;
  }
}
.flexible-content-page {
  padding-top: 12.6rem;
}
.flexible-content-page__content {
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
}
.flexible-content-page .template-content_fader {
  position: relative;
  left: -2rem;
  width: calc(100% + 4rem);
}

@media (min-width: 992px) {
  .flexible-content-page {
    padding-top: 8rem;
  }
  .flexible-content-page__content {
    gap: 5.6rem;
  }
  .flexible-content-page .template-content_fader {
    position: relative;
    left: -35rem;
    width: calc(100% + 70rem);
  }
}
.events-overview {
  padding-top: 12.6rem;
}
.events-overview__hero-image-wrapper {
  margin-bottom: 0.8rem;
}
.events-overview__archive-cta {
  display: flex;
  justify-content: center;
  margin-top: 3.2rem;
}

@media (min-width: 992px) {
  .events-overview {
    padding-top: 8rem;
  }
  .events-overview__archive-cta {
    margin-top: 5.6rem;
  }
}
.event-page__hero picture img {
  aspect-ratio: 946/532;
  border-radius: 1.2rem;
  object-fit: cover;
}

.single-material-page {
  padding-top: 10.2rem;
  color: var(--white);
  min-height: calc(100vh - 14rem);
  padding-bottom: 4rem;
}
.single-material-page + footer {
  display: none;
}
.single-material-page__preview-image {
  margin-bottom: 1.6rem;
}
.single-material-page__preview-image picture {
  border-radius: 1.2rem;
}
.single-material-page__preview-image picture img {
  border-radius: 1.2rem;
}
.single-material-page__pagination {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 3.2rem;
}
.single-material-page__pagination-label {
  font-family: "Supreme Neurath TT";
  font-size: 2rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  font-feature-settings: "case" on, "ordn" on;
}
.single-material-page__title {
  font-family: "Supreme Neurath TT";
  font-size: 2.8rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
  margin-bottom: 1.6rem;
}
.single-material-page__description {
  font-family: "Supreme Neurath TT";
  font-size: 1.9rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.25;
  margin-bottom: 2.4rem;
}
.single-material-page__buttons {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

@media (min-width: 992px) {
  .single-material-page {
    padding-top: 8rem;
  }
  .single-material-page__content-wrapper {
    display: flex;
    justify-content: space-between;
  }
  .single-material-page__preview-image {
    flex: 0 0 86.5rem;
    width: 86.5rem;
    margin-bottom: 0;
  }
  .single-material-page__content {
    flex: 0 0 67.1rem;
    width: 67.1rem;
  }
  .single-material-page__title {
    font-family: "Supreme Neurath TT";
    font-size: 4.8rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.1;
  }
  .single-material-page__description {
    font-family: "Supreme Neurath TT";
    font-size: 2.4rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.35;
    margin-bottom: 3.2rem;
  }
  .single-material-page__buttons {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: max-content;
  }
}
.checkout {
  padding-top: 12.6rem;
}
.checkout__products {
  margin-bottom: 5.6rem;
}
.checkout__contacts {
  margin-top: 5.6rem;
}
.checkout__products {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.checkout__product {
  border-radius: 1.2rem;
  background: var(--Hellgrau, #EBEBEB);
}
.checkout__product.opened .checkout__product-content-wrapper {
  grid-template-rows: 1fr;
}
.checkout__product.opened .checkout__product-accordion-toggle {
  transform: scaleY(-1);
}
.checkout__product-headline {
  padding: 1.2rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.checkout__product-image {
  flex: 0 0 5.7rem;
  width: 5.7rem;
}
.checkout__product-image picture img {
  border-radius: 0.6rem;
  aspect-ratio: 57/32;
  object-fit: cover;
}
.checkout__product-name {
  font-family: "Supreme Neurath TT";
  font-size: 1.8rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.25;
  text-transform: uppercase;
  flex: 1 1 0;
}
.checkout__product-accordion-toggle {
  flex: 0 0 2rem;
  transition: transform 0.3s ease;
}
.checkout__product-accordion-toggle .icon {
  font-size: 2rem;
}
.checkout__product-content {
  padding: 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.checkout__product-module-table-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Supreme Neurath TT";
  font-size: 1.9rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.25;
}
.checkout__product-module-table-row:not(:last-child) {
  padding-bottom: 1.6rem;
  margin-bottom: 1.6rem;
  border-bottom: 1px solid var(--gray--150);
}
.checkout__product-module-table-value {
  width: 6.4rem;
  white-space: nowrap;
}
.checkout__product-module-text {
  font-family: "Supreme Neurath TT";
  font-size: 1.6rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.3;
}
.checkout__product-module-text-input {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.checkout__product-module-text-input sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}
.checkout__product-module-checkboxes {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.checkout__product-module-checkboxes .form__input-wrapper {
  font-family: "Supreme Neurath TT";
  font-size: 1.9rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.25;
}
.checkout__product-module-checkboxes .form__input-wrapper .checkbox-label + span {
  margin-left: auto;
  white-space: nowrap;
}
.checkout__product-content-wrapper {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
}
.checkout__product-content-inner {
  min-height: 0;
  overflow: hidden;
}

@media (min-width: 992px) {
  .checkout {
    padding-top: 8rem;
  }
  .checkout__products {
    gap: 5.6rem;
  }
  .checkout__product-headline {
    padding: 2.4rem;
    gap: 1.6rem;
  }
  .checkout__product-image {
    flex: 0 0 9.6rem;
    width: 9.6rem;
  }
  .checkout__product-image picture img {
    aspect-ratio: 16/9;
  }
  .checkout__product-name {
    font-family: "Supreme Neurath TT";
    font-size: 2.4rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.35;
  }
  .checkout__product-content {
    padding: 0.8rem 2.4rem 2.4rem;
    gap: 3.2rem;
  }
  .checkout__product-module-table-row {
    font-family: "Supreme Neurath TT";
    font-size: 2.4rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.35;
  }
  .checkout__product-module-table-value {
    width: 8.1rem;
  }
  .checkout__product-module-text {
    font-family: "Supreme Neurath TT";
    font-size: 1.8rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.35;
  }
  .checkout__product-module-text-input {
    gap: 2.4rem;
  }
  .checkout__product-module-checkboxes .form__input-wrapper {
    font-family: "Supreme Neurath TT";
    font-size: 2.4rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.35;
  }
}
@media (hover: hover) {
  .checkout__product-headline {
    cursor: pointer;
  }
}
.search-page {
  padding-top: 10.2rem;
  min-height: 70vh;
}
.search-page__text-input-wrapper {
  margin-bottom: 5.6rem;
}
.search-page__text-input-wrapper .search-filter-field__input {
  position: relative;
  width: 100%;
  padding: 0;
  border: none;
  background-color: transparent;
  overflow: visible;
}
.search-page__text-input-wrapper .search-filter-field__input input {
  padding: 1.1rem 3.8rem 1.1rem 3.8rem !important;
  border-radius: 1.2rem !important;
  border: 2px solid #000000 !important;
  background: var(--white, #FFF) !important;
  font-family: "Supreme Neurath TT";
  font-size: 1.9rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
  font-size: 1.9rem !important;
  line-height: 1.2 !important;
  text-overflow: ellipsis !important;
}
.search-page__text-input-wrapper .search-filter-field__input input:focus, .search-page__text-input-wrapper .search-filter-field__input input:hover {
  outline: 2px solid var(--black--300) !important;
  outline-offset: -1px !important;
}
.search-page__text-input-wrapper .search-filter-field__input input::placeholder {
  text-overflow: ellipsis !important;
  font-family: "Supreme Neurath TT";
  font-size: 1.9rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
  font-size: 1.9rem !important;
  line-height: 1.2 !important;
}
.search-page__text-input-wrapper .search-filter-field__input input:not(:placeholder-shown) {
  color: var(--black--300) !important;
}
.search-page__text-input-wrapper .search-filter-field__input:before {
  content: "\e927";
  font-family: "2025-07-GWM" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1.2rem;
  font-size: 2.2rem;
  color: #000000;
  z-index: 10;
}
.search-page__text-input-wrapper .search-filter-field__input .search-filter-input-text__clear-button {
  position: absolute;
  right: 1.2rem;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.search-page__text-input-wrapper .search-filter-field__input .search-filter-input-text__clear-button svg {
  display: none;
}
.search-page__text-input-wrapper .search-filter-field__input .search-filter-input-text__clear-button:before {
  content: "\e931";
  font-family: "2025-07-GWM";
  font-size: 2.2rem;
  color: #000000;
}
.search-page__count {
  font-family: "Supreme Neurath TT";
  font-size: 1.9rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.25;
  color: #000000;
  text-align: center;
  margin-bottom: 3.2rem;
}
.search-page__load-more-wrapper {
  display: flex;
  margin-top: 4rem;
  justify-content: center;
}
.search-page__load-more-wrapper .search-filter-input-button {
  padding: 1.2rem 1.6rem;
  border-radius: 1.6rem;
  border: none;
  font-family: "Supreme Neurath TT";
  font-size: 2.4rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  font-feature-settings: "case" on, "ordn" on;
  background-color: #ebebeb;
  color: #000000 !important;
}
.search-page__load-more-wrapper .search-filter-input-button:hover {
  background-color: #ebebeb !important;
}
.search-page__load-more-wrapper .search-filter-input-button--hidden {
  display: none !important;
}
.search-page__load-more-wrapper .search-filter-icon__svg {
  display: none;
}
.search-page__nothing-found {
  margin-top: 2em;
  text-align: center;
  font-family: "Supreme Neurath TT";
  font-size: 1.9rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.25;
  color: #000000;
}
@media (min-width: 992px) {
  .search-page {
    padding-top: 5.6rem;
    min-height: 52vh;
  }
  .search-page__text-input-wrapper {
    margin-bottom: 8rem;
  }
  .search-page__text-input-wrapper .search-filter-field__input input {
    font-family: "Supreme Neurath TT";
    font-size: 2.4rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.1;
    font-size: 2.4rem !important;
    line-height: 1.2 !important;
    padding: 1.2rem 4.4rem 1.2rem !important;
  }
  .search-page__text-input-wrapper .search-filter-field__input input::placeholder {
    font-family: "Supreme Neurath TT";
    font-size: 2.4rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.1;
    font-size: 2.4rem !important;
    line-height: 1.2 !important;
  }
  .search-page__text-input-wrapper .search-filter-field__input:before {
    left: 1.6rem;
  }
  .search-page__text-input-wrapper .search-filter-field__input .search-filter-input-text__clear-button {
    right: 1.6rem;
  }
  .search-page__count {
    font-family: "Supreme Neurath TT";
    font-size: 2.4rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.35;
  }
  .search-page__nothing-found {
    text-align: center;
  }
}
.chapters-overview {
  position: relative;
  padding-top: 12.6rem;
}
.chapters-overview__popup {
  position: fixed;
  bottom: 1.6rem;
  left: 1.6rem;
  color: var(--white);
  border-radius: 1.2rem;
  background: var(--black--400, #000);
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding: 1.6rem 1.6rem 4rem 1.6rem;
  width: calc(100% - 3.2rem);
  transition: transform 0.3s ease;
  z-index: 20;
  transform: translateY(calc(100% + 1.6rem));
}
.chapters-overview__popup.opened {
  transform: translateY(0);
}
.chapters-overview__popup.closed {
  transform: translateY(calc(100% + 1.6rem)) !important;
}
.chapters-overview__popup-close {
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
}
.chapters-overview__popup-close .icon {
  font-size: 2.4rem;
}
.chapters-overview__popup-content {
  font-family: "Supreme Neurath TT";
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 450;
  line-height: 110%; /* 2.42rem */
}
.chapters-overview__popup-content a {
  text-decoration: underline;
}
.chapters-overview .simple-hero {
  margin-bottom: 5.6rem;
}
.chapters-overview__intro {
  margin-bottom: 5.6rem;
}
.chapters-overview__offers-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.6rem;
  margin-bottom: 3.2rem;
}

@media (min-width: 768px) {
  .chapters-overview__popup {
    width: calc(100% - var(--tablet-container-padding) * 2);
    left: var(--tablet-container-padding);
  }
}
@media (min-width: 992px) {
  .chapters-overview {
    padding-top: 8rem;
  }
  .chapters-overview__popup {
    top: 30rem;
    right: 2.4rem;
    bottom: unset;
    left: unset;
    max-width: 53.3rem;
    transform: translateX(calc(100% + 3.2rem));
  }
  .chapters-overview__popup.opened {
    transform: translateX(0);
  }
  .chapters-overview__popup.closed {
    transform: translateX(calc(100% + 3.2rem)) !important;
  }
  .chapters-overview__popup-close .icon {
    cursor: pointer;
  }
  .chapters-overview__popup-content {
    font-size: 1.9rem;
    line-height: 110%;
  }
  .chapters-overview .simple-hero {
    margin-bottom: 8rem;
  }
  .chapters-overview__offers-grid {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 5.6rem;
  }
}
.wide-flexible-content-page {
  padding-top: 12.6rem;
}
.wide-flexible-content-page__content {
  display: flex;
  flex-direction: column;
  gap: 8rem;
}

@media (min-width: 992px) {
  .wide-flexible-content-page {
    padding-top: 8rem;
  }
  .wide-flexible-content-page__content {
    gap: 16rem;
  }
}
.contact-page__address {
  display: flex;
  flex-direction: column;
  font-family: "Supreme Neurath TT";
  font-size: 3rem;
  font-weight: 450;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.3;
  margin-bottom: 5.6rem;
  margin-top: 12.6rem;
  text-transform: uppercase;
}
.contact-page__address a.bold {
  background-size: 300% 0.09em;
}
.contact-page__address-row {
  display: flex;
  flex-direction: column;
}

@media (min-width: 992px) {
  .contact-page__address {
    margin-top: 0;
    margin-bottom: 8rem;
    font-family: "Supreme Neurath TT";
    font-size: 7.9rem;
    font-weight: 450;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.1;
  }
  .contact-page__address-row {
    flex-direction: row;
    justify-content: space-between;
  }
}
/*! purgecss end ignore */
