/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.glide * {
  box-sizing: inherit;
}

.glide__track {
  overflow: hidden;
}

.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}

.glide__slides--dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.glide__slide a {
  -webkit-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.glide--rtl {
  direction: rtl;
}
/* outfit-regular - latin */
@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/outfit-v5-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/outfit-v5-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/outfit-v5-latin-regular.woff2") format("woff2"), url("../fonts/outfit-v5-latin-regular.woff") format("woff"), url("../fonts/outfit-v5-latin-regular.ttf") format("truetype"), url("../fonts/outfit-v5-latin-regular.svg#Outfit") format("svg");
  /* Legacy iOS */
}
/* outfit-700 - latin */
@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/outfit-v5-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/outfit-v5-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/outfit-v5-latin-700.woff2") format("woff2"), url("../fonts/outfit-v5-latin-700.woff") format("woff"), url("../fonts/outfit-v5-latin-700.ttf") format("truetype"), url("../fonts/outfit-v5-latin-700.svg#Outfit") format("svg");
  /* Legacy iOS */
}
/* archivo-regular - latin */
@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/archivo-v16-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/archivo-v16-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/archivo-v16-latin-regular.woff2") format("woff2"), url("../fonts/archivo-v16-latin-regular.woff") format("woff"), url("../fonts/archivo-v16-latin-regular.ttf") format("truetype"), url("../fonts/archivo-v16-latin-regular.svg#Archivo") format("svg");
  /* Legacy iOS */
}
/* archivo-700 - latin */
@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/archivo-v16-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/archivo-v16-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/archivo-v16-latin-700.woff2") format("woff2"), url("../fonts/archivo-v16-latin-700.woff") format("woff"), url("../fonts/archivo-v16-latin-700.ttf") format("truetype"), url("../fonts/archivo-v16-latin-700.svg#Archivo") format("svg");
  /* Legacy iOS */
}
/* noto-sans-jp-regular - latin_japanese */
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/noto-sans-jp-v42-latin_japanese-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/noto-sans-jp-v42-latin_japanese-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/noto-sans-jp-v42-latin_japanese-regular.woff2") format("woff2"), url("../fonts/noto-sans-jp-v42-latin_japanese-regular.woff") format("woff"), url("../fonts/noto-sans-jp-v42-latin_japanese-regular.ttf") format("truetype"), url("../fonts/noto-sans-jp-v42-latin_japanese-regular.svg#NotoSansJP") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "icons";
  src: url("../fonts/Icons/icons.ttf?13454f9a088a568a9ad6ca589190c50b") format("truetype"), url("../fonts/Icons/icons.woff?13454f9a088a568a9ad6ca589190c50b") format("woff"), url("../fonts/Icons/icons.woff2?13454f9a088a568a9ad6ca589190c50b") format("woff2");
}
*[class^=icon--]:before, *[class*=" icon--"]:before {
  font-family: icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon--brausetabletten:before {
  content: "\f101";
}

.icon--close-akkordeon:before {
  content: "\f102";
}

.icon--close-bubble:before {
  content: "\f103";
}

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

.icon--contrast:before {
  content: "\f105";
}

.icon--direct:before {
  content: "\f106";
}

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

.icon--email:before {
  content: "\f108";
}

.icon--enobyte_check:before {
  content: "\f109";
}

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

.icon--enobyte_insight:before {
  content: "\f10b";
}

.icon--enobyte_logo_positiv:before {
  content: "\f10c";
}

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

.icon--enobyte_urteil:before {
  content: "\f10e";
}

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

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

.icon--filter:before {
  content: "\f111";
}

.icon--frage:before {
  content: "\f112";
}

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

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

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

.icon--kapseln:before {
  content: "\f116";
}

.icon--key:before {
  content: "\f117";
}

.icon--liquid:before {
  content: "\f118";
}

.icon--listsymbol:before {
  content: "\f119";
}

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

.icon--logo-icon-rotated-ai:before {
  content: "\f11b";
}

.icon--logo-icon-rotated:before {
  content: "\f11c";
}

.icon--logo-icon:before {
  content: "\f11d";
}

.icon--logo-large-cut:before {
  content: "\f11e";
}

.icon--logo:before {
  content: "\f11f";
}

.icon--lupe:before {
  content: "\f120";
}

.icon--open-akkordeon:before {
  content: "\f121";
}

.icon--paginierung_hexagon:before {
  content: "\f122";
}

.icon--pfeil-links:before {
  content: "\f123";
}

.icon--pfeil-oben:before {
  content: "\f124";
}

.icon--pfeil-rechts:before {
  content: "\f125";
}

.icon--pfeil-unten:before {
  content: "\f126";
}

.icon--pfeil:before {
  content: "\f127";
}

.icon--pfeil2-links:before {
  content: "\f128";
}

.icon--pfeil2-oben:before {
  content: "\f129";
}

.icon--pfeil2-rechts:before {
  content: "\f12a";
}

.icon--pfeil2-unten:before {
  content: "\f12b";
}

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

.icon--play-button:before {
  content: "\f12d";
}

.icon--polygon:before {
  content: "\f12e";
}

.icon--quote_icon:before {
  content: "\f12f";
}

.icon--regular_check:before {
  content: "\f130";
}

.icon--schloss:before {
  content: "\f131";
}

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

.icon--social-gartengeraete:before {
  content: "\f133";
}

.icon--social-hantel:before {
  content: "\f134";
}

.icon--social-inhaltsstoffe:before {
  content: "\f135";
}

.icon--social-kleine-kapseln:before {
  content: "\f136";
}

.icon--social-kopfschmerzen:before {
  content: "\f137";
}

.icon--social-muede:before {
  content: "\f138";
}

.icon--social-muskeln:before {
  content: "\f139";
}

.icon--social-ohne-fluessigkeit:before {
  content: "\f13a";
}

.icon--social-schwangere:before {
  content: "\f13b";
}

.icon--social-sport:before {
  content: "\f13c";
}

.icon--social-statistik:before {
  content: "\f13d";
}

.icon--social-uhr:before {
  content: "\f13e";
}

.icon--social-vitamin-b:before {
  content: "\f13f";
}

.icon--sun:before {
  content: "\f140";
}

.icon--tabletten:before {
  content: "\f141";
}

.icon--trinkgranulat:before {
  content: "\f142";
}

.icon--warenkorb:before {
  content: "\f143";
}

.icon--youtube:before {
  content: "\f144";
}

.icon--zitat-rechts:before {
  content: "\f145";
}

* {
  box-sizing: border-box;
  background-position: center center;
  background-size: cover;
}
*:focus {
  outline: none;
}
*:not(img)::-moz-selection {
  background-color: #1F365D !important;
  color: #FFB800 !important;
}
*:not(img)::selection {
  background-color: #1F365D !important;
  color: #FFB800 !important;
}
*:not(img)::-moz-selection:after, *:not(img)::-moz-selection:before {
  color: #ffffff !important;
}
*:not(img)::selection:after, *:not(img)::selection:before {
  color: #ffffff !important;
}
* img::-moz-selection {
  background-color: #ffffff !important;
}
* img::selection {
  background-color: #ffffff !important;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  cursor: pointer;
  border: none;
  outline: none;
  background: transparent;
  color: inherit;
  padding: 0;
}

[data-langid="2"] * {
  font-family: "Noto Sans JP" !important;
}

fieldset {
  padding: 0;
  border: none;
}

input, textarea {
  border: none;
  outline: 0;
  background: transparent;
  color: inherit;
  margin: 0 0 1em;
  padding: 0;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 0;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 0;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  opacity: 0;
}
input::placeholder, textarea::placeholder {
  opacity: 0;
}

textarea {
  width: 100%;
  height: 9.5em;
  resize: none;
}

[type=text], [type=email], [type=password] {
  width: 100%;
}

textarea, [type=text], [type=email], [type=password] {
  padding: 0.66em;
  border: 2px solid white;
  border-radius: 5px;
  transition: background 0.15s, border-color 0.15s;
}
.-white-bg textarea, .-white-bg [type=text], .-white-bg [type=email], .-white-bg [type=password] {
  border-color: var(--ac2);
}
textarea:active, textarea:focus, textarea:hover, [type=text]:active, [type=text]:focus, [type=text]:hover, [type=email]:active, [type=email]:focus, [type=email]:hover, [type=password]:active, [type=password]:focus, [type=password]:hover {
  border-color: var(--ac2);
}

select {
  padding: 0.25em 1em;
  color: var(--ac2);
  border: 2px solid white;
  border-radius: 5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: center;
}
.-white-bg select {
  border-color: var(--ac2);
}

[type=checkbox], [type=radio] {
  position: absolute;
  width: 34px;
  height: 34px;
  opacity: 0;
  z-index: -1;
}
[type=checkbox] + label, [type=radio] + label {
  cursor: pointer;
  position: relative;
  display: block;
  padding: 0 0 0 34px;
  line-height: 1.5;
}
[type=checkbox] + label:after, [type=checkbox] + label:before, [type=radio] + label:after, [type=radio] + label:before {
  position: absolute;
  content: "";
  display: inline-block;
  border-radius: 100%;
}
@media (max-width: 599px) {
  [type=checkbox] + label:after, [type=checkbox] + label:before, [type=radio] + label:after, [type=radio] + label:before {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}
[type=checkbox] + label:before, [type=radio] + label:before {
  top: 3px;
  left: 0;
  width: 22px;
  height: 22px;
  border: 2px solid white;
  transition: border-color 0.15s;
}
.-white-bg [type=checkbox] + label:before, .-white-bg [type=radio] + label:before {
  border-color: var(--ac2);
}
[type=checkbox] + label:after, [type=radio] + label:after {
  box-sizing: border-box;
  top: 8px;
  left: 5px;
  width: 16px;
  height: 16px;
  background: var(--ac2);
  opacity: 0;
  transition: border-color 0.15s, background 0.15s, opacity 0.15s;
}
[type=checkbox]:not(:checked) + label:hover:after, [type=radio]:not(:checked) + label:hover:after {
  opacity: 0.5;
}
[type=checkbox]:checked + label:after, [type=radio]:checked + label:after {
  opacity: 1;
}

[type=checkbox] + label {
  display: block;
  max-width: 100%;
  width: 100%;
}

input[type=range] {
  -webkit-appearance: none;
  width: 50vw;
  min-width: 20rem;
  max-width: 50rem;
  margin-bottom: 0;
  height: 7px;
  border-radius: 5px;
  background: var(--ac2);
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 1em;
  width: 1em;
  border-radius: 50%;
  background: var(--ac2);
  transition: background 0.3s ease-in-out;
}

input[type=range]::-moz-range-thumb {
  height: 1em;
  width: 1em;
  border-radius: 50%;
  background: var(--ac2);
  transition: background 0.3s ease-in-out;
  border: none;
}

input[type=range]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

html {
  overflow-y: auto;
  overflow-x: hidden;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  transition: background 0.15s;
}

body {
  font-size: 2rem;
  font-family: "Archivo";
  font-weight: 400;
  line-height: 1.36;
  overflow-y: hidden;
  overflow-x: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1000px) {
  body {
    font-size: calc(1.46rem + 0.54vw);
  }
}

img, video, iframe {
  max-width: 100%;
  height: auto;
  display: block;
}

audio {
  max-width: 100%;
}
audio::-webkit-media-controls-panel {
  background: white;
}
audio::-webkit-media-controls-enclosure {
  border-radius: 5px;
}

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

figure {
  margin: 0;
  padding: 0;
}

figcaption {
  font-size: 1.8rem;
  padding-top: 1em;
}
@media (max-width: 1000px) {
  figcaption {
    font-size: calc(1.44rem + 0.36vw);
  }
}

hr {
  margin-right: 0;
  margin-left: 0;
  margin-top: 3.2rem;
  margin-bottom: 3.2rem;
  border: none;
  border-top: 2px solid white;
}
@media (max-width: 749px) {
  hr {
    margin-top: 2.1333333333rem;
    margin-bottom: 2.1333333333rem;
  }
}
.-white-bg hr {
  border-color: var(--ac2);
}

p {
  padding-bottom: 2.4rem;
  line-height: 1.36;
}
@media (max-width: 749px) {
  p {
    padding-bottom: 1.6rem;
  }
}

small {
  font-size: 1.8rem;
}
@media (max-width: 1000px) {
  small {
    font-size: calc(1.44rem + 0.36vw);
  }
}

strong {
  font-weight: 700;
}

ul, ol {
  line-height: 1.38;
  list-style: none;
}

a {
  transition: color 0.15s, opacity 0.15s, background 0.15s, -webkit-transform 0.15s, -webkit-filter 0.15s;
  transition: color 0.15s, opacity 0.15s, transform 0.15s, background 0.15s, filter 0.15s;
  transition: color 0.15s, opacity 0.15s, transform 0.15s, background 0.15s, filter 0.15s, -webkit-transform 0.15s, -webkit-filter 0.15s;
  text-decoration: none;
  color: inherit;
}
[data-link-to] {
  cursor: pointer;
}
[data-link-to]:active {
  cursor: default;
}

button[disabled], button.-disabled {
  cursor: default;
  pointer-events: none;
  opacity: 0.5;
}

sup, sub {
  font-size: 50%;
}

sup {
  top: -0.75em;
}

em {
  font-style: italic;
}

h1, .h1 {
  font-size: 6.5rem;
  font-family: "Outfit";
  font-weight: 700;
  line-height: 70px;
  padding-bottom: 4.8rem;
  color: white;
}
@media (max-width: 1000px) {
  h1, .h1 {
    font-size: calc(1.91rem + 4.59vw);
  }
}
@media (max-width: 599px) {
  h1, .h1 {
    font-size: 6rem;
  }
}
@media (max-width: 599px) and (max-width: 1000px) {
  h1, .h1 {
    font-size: calc(1.86rem + 4.14vw);
  }
}
@media (max-width: 749px) {
  h1, .h1 {
    padding-bottom: 3.2rem;
  }
}

h2, .h2 {
  font-size: 5.5rem;
  font-family: "Outfit";
  font-weight: 400;
  line-height: 1.15;
  padding-bottom: 4.8rem;
  color: #01B2CA;
  text-align: center;
}
@media (max-width: 1000px) {
  h2, .h2 {
    font-size: calc(1.81rem + 3.69vw);
  }
}
@media (max-width: 749px) {
  h2, .h2 {
    padding-bottom: 3.2rem;
  }
}
.-blue-gradient-bg h2, .-blue-gradient-box-bg h2, .-blue-gradient-bg .h2, .-blue-gradient-box-bg .h2 {
  color: white;
}

h3, .h3 {
  font-size: 3.5rem;
  font-family: "Outfit";
  font-weight: 500;
  line-height: 1.3;
  padding-top: 2.4rem;
  padding-bottom: 3.2rem;
  color: #1F365D;
  text-align: center;
}
@media (max-width: 1000px) {
  h3, .h3 {
    font-size: calc(1.61rem + 1.89vw);
  }
}
@media (max-width: 749px) {
  h3, .h3 {
    padding-top: 1.6rem;
  }
}
@media (max-width: 749px) {
  h3, .h3 {
    padding-bottom: 2.1333333333rem;
  }
}
.-blue-gradient-bg h3, .-blue-gradient-box-bg h3, .-blue-gradient-bg .h3, .-blue-gradient-box-bg .h3 {
  color: white;
}

h4, .h4 {
  font-size: 2.8rem;
  font-family: "Outfit";
  font-weight: 500;
  line-height: 1.36;
  padding-bottom: 2.4rem;
  color: var(--ac2);
}
@media (max-width: 1000px) {
  h4, .h4 {
    font-size: calc(1.54rem + 1.26vw);
  }
}
@media (max-width: 749px) {
  h4, .h4 {
    padding-bottom: 1.6rem;
  }
}
.-blue-gradient-bg h4, .-blue-gradient-box-bg h4, .-blue-gradient-bg .h4, .-blue-gradient-box-bg .h4 {
  color: white;
}

.-layout-pagets__home h3, .-layout-pagets__home .h3 {
  color: #FFB800;
}

.svg-icon {
  width: 1.2em;
  height: 1em;
  fill: currentColor;
}

@-webkit-keyframes modal-open-wrap {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes modal-open-wrap {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes modal-open {
  0% {
    -webkit-transform: translate(-50%, calc(-50% - 5rem));
            transform: translate(-50%, calc(-50% - 5rem));
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@keyframes modal-open {
  0% {
    -webkit-transform: translate(-50%, calc(-50% - 5rem));
            transform: translate(-50%, calc(-50% - 5rem));
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.l-modal__wrap {
  padding-left: 4.8rem;
  padding-right: 4.8rem;
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100vw;
  z-index: 9;
}
@media (max-width: 1199px) {
  .l-modal__wrap {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
.l-modal__wrap.-open {
  display: block;
  -webkit-animation: modal-open-wrap 0.3s;
          animation: modal-open-wrap 0.3s;
}
.l-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  position: relative;
  max-height: 96%;
  background: white;
  width: 86rem;
  max-width: 100%;
}
.l-modal.-cols10 {
  width: 108rem;
}
.l-modal.-cols12 {
  width: 130rem;
}
.l-modal__inner {
  position: relative;
  max-height: 100%;
  width: 100%;
  padding: 1em 2em 2em;
  overflow: auto;
}
@media (max-width: 1199px) {
  .l-modal__inner {
    padding-right: 5vw;
    padding-left: 5vw;
  }
}
.l-modal__inner img {
  margin: auto;
}
.l-modal__wrap.-open .l-modal {
  -webkit-animation: modal-open 0.3s;
          animation: modal-open 0.3s;
}
.l-modal__close {
  position: absolute;
  right: 1em;
  top: 1em;
  z-index: 9;
  cursor: pointer;
  color: #838883;
}
.l-modal__close:hover {
  color: var(--ac2);
}

[data-modal-trigger] {
  cursor: pointer;
}

.l-page-subnavigation {
  margin-top: 8rem;
  margin-bottom: 12.8rem;
  position: relative;
}
@media (max-width: 749px) {
  .l-page-subnavigation {
    margin-top: 5.3333333333rem;
  }
}
@media (max-width: 749px) {
  .l-page-subnavigation {
    margin-bottom: 8.5333333333rem;
  }
}
.l-page-subnavigation__container {
  display: grid !important;
  grid-template-columns: 300px 1fr;
  gap: 8rem;
  align-items: start;
  flex-direction: row !important;
}
@media (max-width: 1049px) {
  .l-page-subnavigation__container {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    gap: 1rem;
  }
}
.l-page-subnavigation__sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 4.8rem;
}
@media (max-width: 1049px) {
  .l-page-subnavigation__sidebar {
    position: relative;
    top: auto;
    order: 1;
  }
}
.l-page-subnavigation__content {
  min-width: 0;
}
.l-page-subnavigation__content .e-text-header__topline {
  color: #1F365D;
}
.l-page-subnavigation__content hr {
  border: none;
  border-top: 1px solid #D7D8DA;
  background: transparent !important;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
@media (max-width: 1049px) {
  .l-page-subnavigation__content {
    order: 2;
  }
}

.l-page-subnavigation__sidebar .m-page-main__aside-menu {
  margin-bottom: 0;
}
.l-page-subnavigation__sidebar .m-page-main__aside-menu__title.m-text-accordion__button {
  pointer-events: none;
  cursor: default;
}
.l-page-subnavigation__sidebar .m-page-main__aside-menu__title.m-text-accordion__button .m-text-accordion__link {
  pointer-events: auto;
  cursor: pointer;
}
.l-page-subnavigation__sidebar .m-page-main__aside-menu__title.m-text-accordion__button .m-text-accordion__icon {
  display: none;
}
@media (max-width: 1049px) {
  .l-page-subnavigation__sidebar .m-page-main__aside-menu__title.m-text-accordion__button {
    pointer-events: auto;
    cursor: pointer;
  }
  .l-page-subnavigation__sidebar .m-page-main__aside-menu__title.m-text-accordion__button .m-text-accordion__icon {
    display: block;
  }
}
@media (max-width: 1049px) {
  .l-page-subnavigation__sidebar .m-page-main__aside-menu .m-text-accordion[data-acc=single].-open > .m-text-accordion__button .m-text-accordion__icon {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
.l-page-subnavigation__sidebar .m-page-main__aside-menu .m-text-accordion[data-acc=single] > .m-text-accordion__content {
  max-height: none;
  opacity: 1;
  padding: 0;
  transition: all 0.2s;
}
@media (max-width: 1049px) {
  .l-page-subnavigation__sidebar .m-page-main__aside-menu .m-text-accordion[data-acc=single] > .m-text-accordion__content {
    max-height: 0;
    opacity: 0;
    padding: 0;
  }
}
@media (max-width: 1049px) {
  .l-page-subnavigation__sidebar .m-page-main__aside-menu .m-text-accordion[data-acc=single].-open > .m-text-accordion__content {
    min-height: auto;
    opacity: 1;
    overflow: visible;
  }
}
@media (max-width: 1049px) {
  .l-page-subnavigation__sidebar .m-page-main__aside-menu .m-text-accordion[data-acc=single].-open > .m-text-accordion__content[style*=max-height] {
    max-height: 1000px !important;
  }
}
.l-section {
  margin-top: 4.8rem;
  margin-bottom: 4.8rem;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media (max-width: 749px) {
  .l-section {
    margin-top: 3.2rem;
    margin-bottom: 3.2rem;
  }
}
.l-section.-top-none {
  margin-top: 0;
}
.l-section.-top-small {
  margin-top: 3.2rem;
}
@media (max-width: 749px) {
  .l-section.-top-small {
    margin-top: 2.1333333333rem;
  }
}
.l-section.-top-medium {
  margin-top: 4.8rem;
}
@media (max-width: 749px) {
  .l-section.-top-medium {
    margin-top: 3.2rem;
  }
}
.l-section.-top-large {
  margin-top: 8rem;
}
@media (max-width: 749px) {
  .l-section.-top-large {
    margin-top: 5.3333333333rem;
  }
}
.l-section.-bot-none {
  margin-bottom: 0;
}
.l-section.-bot-small {
  margin-bottom: 3.2rem;
}
@media (max-width: 749px) {
  .l-section.-bot-small {
    margin-bottom: 2.1333333333rem;
  }
}
.l-section.-bot-medium {
  margin-bottom: 4.8rem;
}
@media (max-width: 749px) {
  .l-section.-bot-medium {
    margin-bottom: 3.2rem;
  }
}
.l-section.-bot-large {
  margin-bottom: 8rem;
}
@media (max-width: 749px) {
  .l-section.-bot-large {
    margin-bottom: 5.3333333333rem;
  }
}
.l-section.-cyan-bottom .l-container {
  padding-bottom: 8rem;
  border-bottom: 0.25rem solid #01B2CA;
}
@media (max-width: 749px) {
  .l-section.-cyan-bottom .l-container {
    padding-bottom: 5.3333333333rem;
  }
}

main {
  overflow: hidden;
}

.-layout-pagets__home main .l-section:nth-child(2n)::after {
  content: "";
  background: radial-gradient(circle, #1F365D 0%, rgba(255, 255, 255, 0) 350%);
  background-size: contain;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  z-index: -2;
  -webkit-filter: blur(90px) brightness(0.85);
          filter: blur(90px) brightness(0.85);
}

.d-html.-modal-open {
  overflow: hidden;
}
@media (max-width: 599px) {
  .d-html.-burger-open {
    overflow: hidden;
  }
}

.l-container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 139.6rem;
  padding-left: 4.8rem;
  padding-right: 4.8rem;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1199px) {
  .l-container {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
.l-container.-full {
  max-width: unset;
}
.l-container.-cols6 {
  max-width: 73.6rem;
}
.l-container.-cols7 {
  max-width: 84.6rem;
}
.l-container.-cols8 {
  max-width: 95.6rem;
}
.l-container.-cols10 {
  max-width: 117.6rem;
}

.l-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: -1rem;
}
@media (max-width: 1199px) {
  .l-row {
    margin: -1rem;
  }
}
@media (max-width: 599px) {
  .l-row {
    margin: -0.8rem;
  }
}
.l-row.-align-start {
  align-items: flex-start;
}
.l-row.-align-center {
  align-items: center;
}
.l-row.-align-end {
  align-items: flex-end;
}
.l-row.-justify-start {
  justify-content: flex-start;
}
.l-row.-justify-center {
  justify-content: center;
}
.l-row.-justify-end {
  justify-content: flex-end;
}
.l-row.-justify-between {
  justify-content: space-between;
}

.l-column {
  width: 100%;
  padding: 1rem;
}
@media (max-width: 1199px) {
  .l-column {
    padding: 1rem;
  }
}
@media (max-width: 599px) {
  .l-column {
    padding: 0.8rem;
  }
}
.l-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.u-hide {
  display: none !important;
}

.u-show {
  display: block !important;
}

.u-flex {
  display: flex !important;
}

.u-front {
  position: relative;
  z-index: 999999 !important;
}

.u-text-left {
  text-align: left !important;
}

.u-text-center {
  text-align: center !important;
}

.u-text-right {
  text-align: right !important;
}

.u-text-justify {
  text-align: justify !important;
}

.u-justify-start {
  display: flex !important;
  justify-content: flex-start !important;
}

.u-justify-center {
  display: flex !important;
  justify-content: center !important;
}

.u-justify-end {
  display: flex !important;
  justify-content: flex-end !important;
}

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

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

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

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

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

.u-no-transition, .u-no-transition * {
  transition: none !important;
}

.d-html .e-button-primary {
  font-size: 2rem;
  font-family: "Archivo";
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  max-width: 100%;
  padding: 0.5em 1.5em;
  font-family: "Archivo";
  font-size: 2rem;
  font-weight: 600;
  transition: color 0.15s, box-shadow 0.15s, border-color 0.15s, background 0.15s, background-color 0.15s, background-position 0.25s, -webkit-filter 0.15s, -webkit-transform 0.2s;
  transition: color 0.15s, filter 0.15s, transform 0.2s, box-shadow 0.15s, border-color 0.15s, background 0.15s, background-color 0.15s, background-position 0.25s;
  transition: color 0.15s, filter 0.15s, transform 0.2s, box-shadow 0.15s, border-color 0.15s, background 0.15s, background-color 0.15s, background-position 0.25s, -webkit-filter 0.15s, -webkit-transform 0.2s;
  color: #1F365D;
  border: 3px solid #FFB800;
  position: relative;
  background-repeat: no-repeat;
  background: linear-gradient(270deg, white 0%, #FFD600 50%, #FFB800 100%);
  background-position: 0%;
  background-size: 2000% 2000%;
}
@media (max-width: 1000px) {
  .d-html .e-button-primary {
    font-size: calc(1.46rem + 0.54vw);
  }
}
@media (max-width: 1000px) {
  .d-html .e-button-primary {
    font-size: calc(1.46rem + 0.54vw);
  }
}
.d-html .e-button-primary:hover {
  border: 3px solid #FFB800;
  -webkit-filter: drop-shadow(0 0 7px #FFB800);
          filter: drop-shadow(0 0 7px #FFB800);
  background-position: 99%;
}
.d-html .e-button-primary:hover svg {
  color: #FFB800;
}
.d-html .e-button-primary.-light {
  color: #081324;
  background-image: #ffffff;
  background-size: 400%;
}
.d-html .e-button-primary.-light:hover {
  border-color: transparent;
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
  background-position: 10% 0;
}
.d-html .e-button-primary.-block {
  display: block;
  width: 100%;
}
.d-html .e-button-primary[disabled], .d-html .e-button-primary.-disabled, .d-html .e-button-primary.-light[disabled], .d-html .e-button-primary.-light.-disabled {
  background: lightgrey !important;
  opacity: 1;
  pointer-events: none;
}
.d-html .e-button-primary__icon {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  margin-right: 0.2em;
}

.e-text-rich * + p .e-button-primary {
  margin-top: 2.4rem;
}
@media (max-width: 749px) {
  .e-text-rich * + p .e-button-primary {
    margin-top: 1.6rem;
  }
}
.e-text-rich p:not(:last-child) .e-button-primary {
  margin-bottom: 2.4rem;
}
@media (max-width: 749px) {
  .e-text-rich p:not(:last-child) .e-button-primary {
    margin-bottom: 1.6rem;
  }
}
@media (min-width: 900px) {
  .e-button-primary + .e-button-primary {
    margin-left: 2em;
  }
}
@media (max-width: 599px) {
  .e-button-primary + .e-button-primary {
    margin-top: 2.4rem;
  }
}
@media (max-width: 599px) and (max-width: 749px) {
  .e-button-primary + .e-button-primary {
    margin-top: 1.6rem;
  }
}

.e-control-burger {
  position: relative;
  width: 4rem;
  height: 3rem;
  cursor: pointer;
  transition: -webkit-transform 0.15s;
  transition: transform 0.15s;
  transition: transform 0.15s, -webkit-transform 0.15s;
}
.e-control-burger__wrap {
  z-index: 10;
}
@media (min-width: 1050px) {
  .e-control-burger__wrap {
    display: none;
  }
}
.e-control-burger__slice {
  display: block;
  position: absolute;
  width: 4rem;
  height: 3px;
  background: white;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  transition: border-color 0.3s, background 0.15s, -webkit-transform 280ms ease-out;
  transition: transform 280ms ease-out, border-color 0.3s, background 0.15s;
  transition: transform 280ms ease-out, border-color 0.3s, background 0.15s, -webkit-transform 280ms ease-out;
}
.-burger-open .e-control-burger__slice {
  background: #ffffff;
}
.e-control-burger.-active .e-control-burger__slice {
  transition: border-color 0.3s, background 0.15s, -webkit-transform 280ms ease-out;
  transition: transform 280ms ease-out, border-color 0.3s, background 0.15s;
  transition: transform 280ms ease-out, border-color 0.3s, background 0.15s, -webkit-transform 280ms ease-out;
}
.e-control-burger__slice:nth-child(1) {
  top: 0;
  z-index: 2;
}
.e-control-burger.-active .e-control-burger__slice:nth-child(1) {
  -webkit-animation: burger-open-top 280ms ease-out forwards;
          animation: burger-open-top 280ms ease-out forwards;
}
.e-control-burger.-closing .e-control-burger__slice:nth-child(1) {
  -webkit-animation: burger-close-top 280ms ease-out forwards;
          animation: burger-close-top 280ms ease-out forwards;
}
.e-control-burger__slice:nth-child(2) {
  top: 1.1rem;
  opacity: 1;
  transition: opacity 0ms linear 140ms, border-color 0.3s, background 0.15s, -webkit-transform 280ms ease-out;
  transition: transform 280ms ease-out, opacity 0ms linear 140ms, border-color 0.3s, background 0.15s;
  transition: transform 280ms ease-out, opacity 0ms linear 140ms, border-color 0.3s, background 0.15s, -webkit-transform 280ms ease-out;
}
.e-control-burger.-active .e-control-burger__slice:nth-child(2) {
  opacity: 0;
  transition: opacity 0ms linear 140ms, background 0.15s, -webkit-transform 280ms ease-out;
  transition: transform 280ms ease-out, opacity 0ms linear 140ms, background 0.15s;
  transition: transform 280ms ease-out, opacity 0ms linear 140ms, background 0.15s, -webkit-transform 280ms ease-out;
}
.e-control-burger__slice:nth-child(3) {
  top: 2.2rem;
}
.e-control-burger.-active .e-control-burger__slice:nth-child(3) {
  -webkit-animation: burger-open-bot 280ms ease-out forwards;
          animation: burger-open-bot 280ms ease-out forwards;
}
.e-control-burger.-closing .e-control-burger__slice:nth-child(3) {
  -webkit-animation: burger-close-bot 280ms ease-out forwards;
          animation: burger-close-bot 280ms ease-out forwards;
}

@media (min-width: 1050px) {
  .e-control-burger[data-burger-el=close] {
    display: none;
  }
}

@-webkit-keyframes burger-open-top {
  50% {
    -webkit-transform: translate3d(0, 1.1rem, 0);
            transform: translate3d(0, 1.1rem, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 1.1rem, 0) rotate(45deg);
            transform: translate3d(0, 1.1rem, 0) rotate(45deg);
  }
}

@keyframes burger-open-top {
  50% {
    -webkit-transform: translate3d(0, 1.1rem, 0);
            transform: translate3d(0, 1.1rem, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 1.1rem, 0) rotate(45deg);
            transform: translate3d(0, 1.1rem, 0) rotate(45deg);
  }
}
@-webkit-keyframes burger-open-bot {
  50% {
    -webkit-transform: translate3d(0, -1.1rem, 0);
            transform: translate3d(0, -1.1rem, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -1.1rem, 0) rotate(-45deg);
            transform: translate3d(0, -1.1rem, 0) rotate(-45deg);
  }
}
@keyframes burger-open-bot {
  50% {
    -webkit-transform: translate3d(0, -1.1rem, 0);
            transform: translate3d(0, -1.1rem, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -1.1rem, 0) rotate(-45deg);
            transform: translate3d(0, -1.1rem, 0) rotate(-45deg);
  }
}
@-webkit-keyframes burger-close-top {
  0% {
    -webkit-transform: translate3d(0, 1.1rem, 0) rotate(45deg);
            transform: translate3d(0, 1.1rem, 0) rotate(45deg);
  }
  50% {
    -webkit-transform: translate3d(0, 1.1rem, 0) rotate(0deg);
            transform: translate3d(0, 1.1rem, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes burger-close-top {
  0% {
    -webkit-transform: translate3d(0, 1.1rem, 0) rotate(45deg);
            transform: translate3d(0, 1.1rem, 0) rotate(45deg);
  }
  50% {
    -webkit-transform: translate3d(0, 1.1rem, 0) rotate(0deg);
            transform: translate3d(0, 1.1rem, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes burger-close-bot {
  0% {
    -webkit-transform: translate3d(0, -1.1rem, 0) rotate(-45deg);
            transform: translate3d(0, -1.1rem, 0) rotate(-45deg);
  }
  50% {
    -webkit-transform: translate3d(0, -1.1rem, 0) rotate(0deg);
            transform: translate3d(0, -1.1rem, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes burger-close-bot {
  0% {
    -webkit-transform: translate3d(0, -1.1rem, 0) rotate(-45deg);
            transform: translate3d(0, -1.1rem, 0) rotate(-45deg);
  }
  50% {
    -webkit-transform: translate3d(0, -1.1rem, 0) rotate(0deg);
            transform: translate3d(0, -1.1rem, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.e-control-prev-next__button {
  position: absolute;
  height: 2.25em;
  width: 2.25em;
  margin: 0 0.25em;
  color: #ffffff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: color 0.15s, background 0.15s, opacity 0.15s;
}
.e-control-prev-next__button:hover {
  color: #01B2CA;
}
.e-control-prev-next__button.glide__arrow--disabled {
  color: #838883;
  opacity: 0.66;
  cursor: default;
}
.e-control-prev-next__button.-left {
  right: 105%;
}
@media (max-width: 599px) {
  .e-control-prev-next__button.-left {
    right: unset;
    left: -1rem;
    z-index: 1;
  }
}
.e-control-prev-next__button.-right {
  left: 105%;
}
@media (max-width: 599px) {
  .e-control-prev-next__button.-right {
    left: unset;
    right: -1rem;
    z-index: 1;
  }
}
.d-html .e-control-prev-next__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 1em;
  width: 1em;
}

.e-control-shop-link__wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
}
.e-control-shop-link__wrap.-button-inline {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
}
.e-control-shop-link__menu {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: -1rem;
  justify-content: center;
}
@media (max-width: 749px) {
  .e-control-shop-link__menu {
    padding-top: 2.1333333333rem;
    padding-bottom: 2.1333333333rem;
  }
}
@media (max-width: 1199px) {
  .e-control-shop-link__menu {
    margin: -1rem;
  }
}
@media (max-width: 599px) {
  .e-control-shop-link__menu {
    margin: -0.8rem;
  }
}
.e-control-shop-link__group {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 1rem;
  width: unset;
}
@media (max-width: 1199px) {
  .e-control-shop-link__group {
    padding: 1rem;
  }
}
@media (max-width: 599px) {
  .e-control-shop-link__group {
    padding: 0.8rem;
  }
}
.e-control-shop-link__select__header {
  font-size: 1.8rem;
  margin-bottom: 0.5em;
  text-align: center;
}
@media (max-width: 1000px) {
  .e-control-shop-link__select__header {
    font-size: calc(1.44rem + 0.36vw);
  }
}
.-white-bg .e-control-shop-link__select__header {
  color: #838883;
}
.e-control-shop-link__wrap.-button-inline .e-control-shop-link__button {
  margin-top: 3.2rem;
  margin-bottom: 3.2rem;
  margin-right: 1em;
  margin-left: 1em;
}
@media (max-width: 749px) {
  .e-control-shop-link__wrap.-button-inline .e-control-shop-link__button {
    margin-top: 2.1333333333rem;
    margin-bottom: 2.1333333333rem;
  }
}

.e-control-to-top {
  position: fixed;
  right: 4rem;
  bottom: 4rem;
  z-index: 9;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s, -webkit-transform 0.25s;
  transition: transform 0.25s, opacity 0.25s;
  transition: transform 0.25s, opacity 0.25s, -webkit-transform 0.25s;
}
@media (max-width: 1199px) {
  .e-control-to-top {
    right: 1.32rem;
  }
}
@media (max-width: 599px) {
  .e-control-to-top {
    display: none;
  }
}
.e-control-to-top.-scroll {
  opacity: 1;
  pointer-events: initial;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.e-control-to-top.-scroll:hover {
  opacity: 1;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
.e-control-to-top__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.e-control-toggle-select {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  font-size: 2rem;
  position: relative;
  color: #838883;
}
@media (max-width: 1000px) {
  .e-control-toggle-select {
    font-size: calc(1.46rem + 0.54vw);
  }
}
.-blue-gradient-bg .e-control-toggle-select, .-blue-gradient-box-bg .e-control-toggle-select {
  color: white;
}
.e-control-toggle-select.-conditional {
  display: none;
}
.e-control-toggle-select.-conditional.-active {
  display: flex;
}
.e-control-toggle-select__background {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 3px solid white;
  border-radius: 5px;
}
.-white-bg .e-control-toggle-select__background {
  border-color: var(--ac2);
}
.e-control-toggle-select__marker {
  position: absolute;
  left: 0;
  top: 0;
  width: 6em;
  height: 100%;
  max-width: 50%;
  background: white;
  border-radius: 5px;
  transition: left 0.15s ease-in-out;
}
.e-control-toggle-select__marker[data-toggle-select-marker="2"].-length1 {
  left: 100%;
}
.e-control-toggle-select__marker[data-toggle-select-marker="3"].-length1 {
  left: 200%;
}
.e-control-toggle-select__marker[data-toggle-select-marker="4"].-length1 {
  left: 300%;
}
.e-control-toggle-select__marker[data-toggle-select-marker="5"].-length1 {
  left: 400%;
}
.e-control-toggle-select__marker[data-toggle-select-marker="6"].-length1 {
  left: 500%;
}
.e-control-toggle-select__marker[data-toggle-select-marker="2"].-length2 {
  left: 50%;
}
.e-control-toggle-select__marker[data-toggle-select-marker="3"].-length2 {
  left: 100%;
}
.e-control-toggle-select__marker[data-toggle-select-marker="4"].-length2 {
  left: 150%;
}
.e-control-toggle-select__marker[data-toggle-select-marker="5"].-length2 {
  left: 200%;
}
.e-control-toggle-select__marker[data-toggle-select-marker="6"].-length2 {
  left: 250%;
}
.e-control-toggle-select__marker[data-toggle-select-marker="2"].-length3 {
  left: 33.3333333333%;
}
.e-control-toggle-select__marker[data-toggle-select-marker="3"].-length3 {
  left: 66.6666666667%;
}
.e-control-toggle-select__marker[data-toggle-select-marker="4"].-length3 {
  left: 100%;
}
.e-control-toggle-select__marker[data-toggle-select-marker="5"].-length3 {
  left: 133.3333333333%;
}
.e-control-toggle-select__marker[data-toggle-select-marker="6"].-length3 {
  left: 166.6666666667%;
}
.e-control-toggle-select__marker[data-toggle-select-marker="2"].-length4 {
  left: 25%;
}
.e-control-toggle-select__marker[data-toggle-select-marker="3"].-length4 {
  left: 50%;
}
.e-control-toggle-select__marker[data-toggle-select-marker="4"].-length4 {
  left: 75%;
}
.e-control-toggle-select__marker[data-toggle-select-marker="5"].-length4 {
  left: 100%;
}
.e-control-toggle-select__marker[data-toggle-select-marker="6"].-length4 {
  left: 125%;
}
.e-control-toggle-select__marker[data-toggle-select-marker="2"].-length5 {
  left: 20%;
}
.e-control-toggle-select__marker[data-toggle-select-marker="3"].-length5 {
  left: 40%;
}
.e-control-toggle-select__marker[data-toggle-select-marker="4"].-length5 {
  left: 60%;
}
.e-control-toggle-select__marker[data-toggle-select-marker="5"].-length5 {
  left: 80%;
}
.e-control-toggle-select__marker[data-toggle-select-marker="6"].-length5 {
  left: 100%;
}
.e-control-toggle-select__marker[data-toggle-select-marker="2"].-length6 {
  left: 16.6666666667%;
}
.e-control-toggle-select__marker[data-toggle-select-marker="3"].-length6 {
  left: 33.3333333333%;
}
.e-control-toggle-select__marker[data-toggle-select-marker="4"].-length6 {
  left: 50%;
}
.e-control-toggle-select__marker[data-toggle-select-marker="5"].-length6 {
  left: 66.6666666667%;
}
.e-control-toggle-select__marker[data-toggle-select-marker="6"].-length6 {
  left: 83.3333333333%;
}
.-white-bg .e-control-toggle-select__marker {
  background: var(--ac2);
}
.e-control-toggle-select__option {
  position: relative;
  z-index: 1;
  width: 6em;
  max-width: 50%;
  padding: 0.5em;
  font-weight: bold;
  text-align: center;
  transition: color 0.15s;
}
.e-control-toggle-select.-length1 .e-control-toggle-select__option {
  max-width: 100%;
}
.e-control-toggle-select.-length1 .e-control-toggle-select__marker {
  max-width: 100%;
}
.e-control-toggle-select.-large .e-control-toggle-select__marker {
  width: 9em;
}
@media (max-width: 599px) {
  .e-control-toggle-select.-length3 .e-control-toggle-select__marker, .e-control-toggle-select.-length3 .e-control-toggle-select__option {
    width: 4em;
  }
}
.e-control-toggle-select__option.-active {
  color: var(--ac2);
}
.-white-bg .e-control-toggle-select__option.-active {
  color: white;
}

.e-control-toggle {
  /* Hide default HTML checkbox */
  /* The slider */
}
.e-control-toggle__wrap {
  display: flex;
  align-items: center;
}
.e-control-toggle__wrap svg {
  width: 2em;
  height: 2em;
  color: var(--txt1);
  padding: 0 0.5em;
}
.e-control-toggle__switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 28px;
  z-index: -1;
}
.e-control-toggle__switch .e-control-toggle__checkbox {
  opacity: 0;
  width: 0;
  height: 0;
}
.e-control-toggle__slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--txt2);
  transition: 0.4s;
  border-radius: 34px;
  z-index: 5;
}
.e-control-toggle__slider:before {
  position: absolute;
  content: "";
  height: 21px;
  width: 20px;
  left: 4px;
  bottom: 3.5px;
  background-color: #ffffff;
  transition: 0.4s;
  border-radius: 50%;
}
.e-control-toggle__checkbox:focus + .e-control-toggle__slider {
  box-shadow: 0 0 1px var(--ac2);
}
.e-control-toggle__checkbox:checked + .e-control-toggle__slider:before {
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}

[data-toggle-contrast-mode] {
  cursor: pointer;
}

.e-media-embed {
  position: relative;
  padding-top: 56.25%;
  margin: auto;
  overflow: hidden;
  background: black;
  cursor: pointer;
}
.e-media-embed__image {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  opacity: 0.5;
  transition: opacity 0.15s;
}
.e-media-embed:hover .e-media-embed__image {
  opacity: 0.75;
}
.e-media-embed__button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: white;
  background: var(--ac2);
  height: 2.2em;
  width: 2.2em;
  padding: 0.6em;
  transition: -webkit-transform 0.15s, -webkit-filter 0.15s;
  transition: transform 0.15s, filter 0.15s;
  transition: transform 0.15s, filter 0.15s, -webkit-transform 0.15s, -webkit-filter 0.15s;
}
.e-media-embed:hover .e-media-embed__button {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.e-media-embed__iframe {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.e-text-header__topline {
  font-size: 1.8rem;
  padding-bottom: 1.6rem;
  text-align: center;
  color: #93B3D9;
  text-transform: uppercase;
}
@media (max-width: 1000px) {
  .e-text-header__topline {
    font-size: calc(1.44rem + 0.36vw);
  }
}
@media (max-width: 749px) {
  .e-text-header__topline {
    padding-bottom: 1.0666666667rem;
  }
}
.e-text-header__headline {
  padding-top: 0;
}

.f3-widget-paginator {
  display: flex;
  justify-content: center;
}
.f3-widget-paginator li {
  padding: 1rem;
}
.f3-widget-paginator .current {
  color: white;
  position: relative;
}
.f3-widget-paginator .current::before {
  content: "";
  background: url("/typo3conf/ext/theme/Resources/Public/Images/Icons/listsymbol.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 3.5rem;
  height: 3.5rem;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.f3-widget-paginator .next, .f3-widget-paginator .previous {
  display: none;
}

.e-text-rich {
  width: 100%;
  color: #505050;
}
.e-text-rich .-sans-serif {
  font-family: "Archivo";
}
.e-text-rich p:last-child {
  padding-bottom: 0;
}
.e-text-rich .-small {
  font-size: 1.8rem;
}
@media (max-width: 1000px) {
  .e-text-rich .-small {
    font-size: calc(1.44rem + 0.36vw);
  }
}
.e-text-rich .-intro {
  padding-bottom: 4.8rem;
  font-size: 3.5rem;
  line-height: 1;
}
@media (max-width: 749px) {
  .e-text-rich .-intro {
    padding-bottom: 3.2rem;
  }
}
@media (max-width: 1000px) {
  .e-text-rich .-intro {
    font-size: calc(1.61rem + 1.89vw);
  }
}
.e-text-rich .-footnote {
  font-size: 1.4rem;
  font-family: "Archivo";
  color: #838883;
  width: 100%;
  max-width: 750px;
}
.e-text-rich hr {
  background: #01B2CA;
  height: 2px;
}
.e-text-rich a {
  color: #FFB800;
}
.e-text-rich a.-blue-link {
  color: #01B2CA;
}
.e-text-rich a.-blue-link:hover {
  color: #0C1F38;
}
.e-text-rich ul, .e-text-rich ol {
  padding-bottom: 2.4rem;
}
@media (max-width: 749px) {
  .e-text-rich ul, .e-text-rich ol {
    padding-bottom: 1.6rem;
  }
}
.e-text-rich ul:last-child, .e-text-rich ol:last-child {
  padding-bottom: 0;
}
.e-text-rich ul > li, .e-text-rich ol > li {
  margin-bottom: 0.5em;
  padding-left: 1.6em;
}
.e-text-rich ul > li:last-child, .e-text-rich ol > li:last-child {
  margin-bottom: 0;
}
.e-text-rich ul > li:not([class*=icon--]):before, .e-text-rich ol > li:not([class*=icon--]):before {
  content: "";
  box-sizing: border-box;
  display: inline-block;
  width: 0.75em;
  height: 0.75em;
  position: relative;
  bottom: 0.125em;
  margin-left: -1.6em;
  margin-right: 0.85em;
  vertical-align: middle;
  background: url("/typo3conf/ext/theme/Resources/Public/Images/Icons/listsymbol.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.e-text-rich ul li.-list-icon, .e-text-rich ol li.-list-icon {
  padding: 0.5em 0 0.5em 3em;
  position: relative;
}
.e-text-rich ul li.-list-icon:before, .e-text-rich ol li.-list-icon:before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 2.2em;
  color: var(--ac2);
}
.e-text-rich a.cta {
  display: inline-block;
  max-width: 100%;
  padding: 0.5em 1.5em;
  font-family: "Archivo";
  font-size: 2rem;
  font-weight: 600;
  transition: color 0.15s, box-shadow 0.15s, border-color 0.15s, background 0.15s, background-color 0.15s, background-position 0.25s, -webkit-filter 0.15s, -webkit-transform 0.2s;
  transition: color 0.15s, filter 0.15s, transform 0.2s, box-shadow 0.15s, border-color 0.15s, background 0.15s, background-color 0.15s, background-position 0.25s;
  transition: color 0.15s, filter 0.15s, transform 0.2s, box-shadow 0.15s, border-color 0.15s, background 0.15s, background-color 0.15s, background-position 0.25s, -webkit-filter 0.15s, -webkit-transform 0.2s;
  color: #1F365D;
  border: 3px solid #FFB800;
  position: relative;
  background-repeat: no-repeat;
  background: linear-gradient(270deg, white 0%, #FFD600 50%, #FFB800 100%);
  background-position: 0%;
  background-size: 2000% 2000%;
  margin-bottom: 0.5em;
  padding-left: 1.6em;
}
@media (max-width: 1000px) {
  .e-text-rich a.cta {
    font-size: calc(1.46rem + 0.54vw);
  }
}
.e-text-rich a.cta:hover {
  border: 3px solid #FFB800;
  -webkit-filter: drop-shadow(0 0 7px #FFB800);
          filter: drop-shadow(0 0 7px #FFB800);
  background-position: 99%;
}
.e-text-rich a.cta:hover svg {
  color: #FFB800;
}
.e-text-rich a.cta:last-child {
  margin-bottom: 0;
}
.e-text-rich a.cta[class*=icon--] {
  display: inline-flex;
}
.e-text-rich a.cta.-btn-icon:before {
  margin: 0 0.75rem 0 -0.75rem;
}
.e-text-rich ol > li {
  counter-increment: ol-counter;
}
.e-text-rich ol > li:before {
  content: counter(ol-counter) ".";
  height: 100%;
  padding-left: 1px;
  color: var(--ac2);
  text-align: center;
  background: none;
}
.e-text-rich ul > li > ol, .e-text-rich ol > li > ol {
  margin-top: 0.5em;
}
.e-text-rich ul > li > ol > li, .e-text-rich ol > li > ol > li {
  counter-increment: ol-sub-counter;
}
.d-body .e-text-rich ul > li > ol > li:before, .d-body .e-text-rich ol > li > ol > li:before {
  content: counter(ol-sub-counter);
}
.e-text-rich ul > li > ul, .e-text-rich ol > li > ul {
  margin-top: 0.5em;
}
.d-body .e-text-rich ul > li > ul > li:before, .d-body .e-text-rich ol > li > ul > li:before {
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}
.e-text-rich .table-wrapper {
  overflow-x: auto;
}
@media (max-width: 599px) {
  .e-text-rich .table-wrapper {
    margin: 0 -5vw;
    padding: 0 5vw;
  }
}
.e-text-rich table {
  width: 100%;
}
.e-text-rich table tr {
  border-bottom: 2px solid var(--ac2);
  --ac2: #01B2CA;
}
.e-text-rich table tr:last-child {
  border-bottom: none;
}
.e-text-rich table tr td {
  border: none;
}
.e-text-rich table tr td:first-child {
  border-right: 2px solid var(--ac2);
  min-width: 12rem;
}
.e-text-rich table .-small {
  font-size: 1.4rem;
}
.e-text-rich table:not(:last-child),
.e-text-rich .table-wrapper:not(:last-child) {
  margin-bottom: 4.8rem;
}
@media (max-width: 749px) {
  .e-text-rich table:not(:last-child),
.e-text-rich .table-wrapper:not(:last-child) {
    margin-bottom: 3.2rem;
  }
}
.e-text-rich thead {
  color: var(--ac2);
}
.e-text-rich th[scope=row] {
  font-weight: bold;
  color: var(--ac2);
}
.e-text-rich td,
.e-text-rich th {
  padding: 1em;
  border: 2px solid var(--ac2);
}
.e-text-rich dl {
  border-bottom: 1px solid white;
}
.e-text-rich dt {
  font-size: 1.8rem;
  padding: 1em 0 0;
  color: var(--ac2);
  border-top: 1px solid white;
}
@media (max-width: 1000px) {
  .e-text-rich dt {
    font-size: calc(1.44rem + 0.36vw);
  }
}
.e-text-rich dd {
  padding: 0.25em 0 0.5em;
  color: var(--ac2);
}

.m-detailcontent__wrap {
  display: flex;
}
.m-detailcontent__text {
  flex: 1 1 70%;
  padding-right: 2rem;
}
.m-detailcontent__text img {
  margin-left: auto;
}
.m-detailcontent__text .e-text-rich {
  width: 75%;
}
@media (max-width: 899px) {
  .m-detailcontent__text {
    padding-right: 0;
  }
  .m-detailcontent__text .e-text-rich {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .m-detailcontent__text img {
    width: 100%;
  }
}
.m-detailcontent__link {
  flex: 0 0 20rem;
  padding: 0 2rem;
  order: 3;
}
.m-detailcontent__link a {
  display: inline-flex;
  align-items: center;
  color: var(--txt2);
  font-family: "Archivo";
  font-size: 1.8rem;
  white-space: nowrap;
}
@media (max-width: 1000px) {
  .m-detailcontent__link a {
    font-size: calc(1.44rem + 0.36vw);
  }
}
@media (max-width: 899px) {
  .m-detailcontent__link {
    margin-left: auto;
    padding-right: 0;
    flex: 0 0 16rem;
  }
}
.m-detailcontent__link-wrap {
  position: relative;
}
.m-detailcontent__icon {
  width: 4rem;
  height: 4rem;
  margin-right: 1rem;
}
.m-detailcontent__source {
  position: absolute;
  bottom: 0;
  left: 0.35rem;
  color: white;
  font-size: 1.2rem;
  font-family: "Archivo";
}
.m-detailcontent__image {
  margin-top: 5rem;
}
.m-detailcontent__image-desc {
  text-align: end;
  font-size: 1.8rem;
  font-family: "Archivo";
  color: var(--txt2);
  padding-bottom: 0;
}
@media (max-width: 1000px) {
  .m-detailcontent__image-desc {
    font-size: calc(1.44rem + 0.36vw);
  }
}

.m-form-default__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: -1rem;
}
@media (max-width: 1199px) {
  .m-form-default__row {
    margin: -1rem;
  }
}
@media (max-width: 599px) {
  .m-form-default__row {
    margin: -0.8rem;
  }
}
.m-form-default__column {
  width: 50%;
  padding: 1rem;
}
@media (max-width: 1199px) {
  .m-form-default__column {
    padding: 1rem;
  }
}
@media (max-width: 599px) {
  .m-form-default__column {
    padding: 0.8rem;
  }
}
@media (max-width: 899px) {
  .m-form-default__column {
    width: 100%;
  }
}
.m-form-default__input {
  position: relative;
  margin-top: 1.5em;
}
.m-form-default label {
  position: absolute;
  left: 0;
  top: 0.5em;
  transition: top 0.1s, font-size 0.1s;
}
.m-form-default textarea:focus + label, .m-form-default textarea:not(:placeholder-shown) + label, .m-form-default [type=text]:focus + label, .m-form-default [type=text]:not(:placeholder-shown) + label, .m-form-default [type=email]:focus + label, .m-form-default [type=email]:not(:placeholder-shown) + label, .m-form-default [type=password]:focus + label, .m-form-default [type=password]:not(:placeholder-shown) + label {
  font-size: 75%;
  top: -1em;
}

.m-image-gallery__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: -1rem;
}
@media (max-width: 1199px) {
  .m-image-gallery__row {
    margin: -1rem;
  }
}
@media (max-width: 599px) {
  .m-image-gallery__row {
    margin: -0.8rem;
  }
}
.m-image-gallery.-row1 .m-image-gallery__figure {
  width: 100%;
  padding: 1rem;
}
@media (max-width: 1199px) {
  .m-image-gallery.-row1 .m-image-gallery__figure {
    padding: 1rem;
  }
}
@media (max-width: 599px) {
  .m-image-gallery.-row1 .m-image-gallery__figure {
    padding: 0.8rem;
  }
}
.m-image-gallery.-row2 .m-image-gallery__figure {
  width: 50%;
  padding: 1rem;
}
@media (max-width: 1199px) {
  .m-image-gallery.-row2 .m-image-gallery__figure {
    padding: 1rem;
  }
}
@media (max-width: 599px) {
  .m-image-gallery.-row2 .m-image-gallery__figure {
    padding: 0.8rem;
  }
}
@media (max-width: 599px) {
  .m-image-gallery.-row2 .m-image-gallery__figure {
    width: 100%;
  }
}
.m-image-gallery.-row3 .m-image-gallery__figure {
  width: 33.3333333333%;
  padding: 1rem;
}
@media (max-width: 1199px) {
  .m-image-gallery.-row3 .m-image-gallery__figure {
    padding: 1rem;
  }
}
@media (max-width: 599px) {
  .m-image-gallery.-row3 .m-image-gallery__figure {
    padding: 0.8rem;
  }
}
@media (max-width: 599px) {
  .m-image-gallery.-row3 .m-image-gallery__figure {
    width: 100%;
  }
}
.m-image-gallery.-row4 .m-image-gallery__figure {
  width: 25%;
  padding: 1rem;
}
@media (max-width: 1199px) {
  .m-image-gallery.-row4 .m-image-gallery__figure {
    padding: 1rem;
  }
}
@media (max-width: 599px) {
  .m-image-gallery.-row4 .m-image-gallery__figure {
    padding: 0.8rem;
  }
}
@media (max-width: 1049px) {
  .m-image-gallery.-row4 .m-image-gallery__figure {
    width: 50%;
  }
}
@media (max-width: 599px) {
  .m-image-gallery.-row4 .m-image-gallery__figure {
    width: 50%;
  }
}
.m-image-gallery.-row5 .m-image-gallery__figure {
  width: 20%;
  padding: 1rem;
}
@media (max-width: 1199px) {
  .m-image-gallery.-row5 .m-image-gallery__figure {
    padding: 1rem;
  }
}
@media (max-width: 599px) {
  .m-image-gallery.-row5 .m-image-gallery__figure {
    padding: 0.8rem;
  }
}
@media (max-width: 1049px) {
  .m-image-gallery.-row5 .m-image-gallery__figure {
    width: 33.3333333333%;
  }
}
@media (max-width: 599px) {
  .m-image-gallery.-row5 .m-image-gallery__figure {
    width: 50%;
  }
}
.m-image-gallery.-row6 .m-image-gallery__figure {
  width: 16.6666666667%;
  padding: 1rem;
}
@media (max-width: 1199px) {
  .m-image-gallery.-row6 .m-image-gallery__figure {
    padding: 1rem;
  }
}
@media (max-width: 599px) {
  .m-image-gallery.-row6 .m-image-gallery__figure {
    padding: 0.8rem;
  }
}
@media (max-width: 1049px) {
  .m-image-gallery.-row6 .m-image-gallery__figure {
    width: 33.3333333333%;
  }
}
@media (max-width: 599px) {
  .m-image-gallery.-row6 .m-image-gallery__figure {
    width: 33.3333333333%;
  }
}
.m-image-gallery.-row7 .m-image-gallery__figure {
  width: 14.2857142857%;
  padding: 1rem;
}
@media (max-width: 1199px) {
  .m-image-gallery.-row7 .m-image-gallery__figure {
    padding: 1rem;
  }
}
@media (max-width: 599px) {
  .m-image-gallery.-row7 .m-image-gallery__figure {
    padding: 0.8rem;
  }
}
@media (max-width: 599px) {
  .m-image-gallery.-row7 .m-image-gallery__figure {
    width: 25%;
  }
}
.m-image-gallery.-row8 .m-image-gallery__figure {
  width: 12.5%;
  padding: 1rem;
}
@media (max-width: 1199px) {
  .m-image-gallery.-row8 .m-image-gallery__figure {
    padding: 1rem;
  }
}
@media (max-width: 599px) {
  .m-image-gallery.-row8 .m-image-gallery__figure {
    padding: 0.8rem;
  }
}
@media (max-width: 599px) {
  .m-image-gallery.-row8 .m-image-gallery__figure {
    width: 25%;
  }
}
.m-image-gallery__image-title {
  padding-top: 2.4rem;
}
@media (max-width: 749px) {
  .m-image-gallery__image-title {
    padding-top: 1.6rem;
  }
}
.m-image-gallery__image {
  border-radius: 15px;
}

.m-media-single__slider {
  cursor: -webkit-grab;
  cursor: grab;
}
.m-media-single__slides {
  align-items: flex-end;
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.m-media-single__slides:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.m-media-single__slider figcaption {
  max-width: 75%;
  min-height: 2.33em;
}
.m-media-single__track {
  overflow: visible;
}
.m-media-single__figure + .m-media-single__figure {
  margin-top: 2.4rem;
}
@media (max-width: 749px) {
  .m-media-single__figure + .m-media-single__figure {
    margin-top: 1.6rem;
  }
}
.m-media-single__file {
  border-radius: 5px;
}
.m-media-single__mp3 {
  width: 100%;
}

.m-media-slider__item {
  background: #1F365D;
  position: relative;
}
.m-media-slider__image {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}
.m-media-slider__slide-inner {
  width: 83.3333333333%;
  padding: 1rem;
  margin: 3.5rem auto 5rem auto;
}
@media (max-width: 1199px) {
  .m-media-slider__slide-inner {
    padding: 1rem;
  }
}
@media (max-width: 599px) {
  .m-media-slider__slide-inner {
    padding: 0.8rem;
  }
}
.m-media-slider__subline {
  text-align: center;
  padding-bottom: 0;
  font-size: 2rem;
  color: #93B3D9;
  text-transform: uppercase;
}
@media (max-width: 1000px) {
  .m-media-slider__subline {
    font-size: calc(1.46rem + 0.54vw);
  }
}
.m-media-slider__bodytext {
  padding-top: 4.8rem;
  padding-bottom: 3.2rem;
  font-size: 3.5rem;
  line-height: 40px;
  color: #ffffff;
}
@media (max-width: 749px) {
  .m-media-slider__bodytext {
    padding-top: 3.2rem;
  }
}
@media (max-width: 749px) {
  .m-media-slider__bodytext {
    padding-bottom: 2.1333333333rem;
  }
}
@media (max-width: 1000px) {
  .m-media-slider__bodytext {
    font-size: calc(1.61rem + 1.89vw);
  }
}
.m-media-slider__icon {
  position: absolute;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15rem;
  height: 15rem;
  left: 5%;
}
.m-media-slider__slider {
  cursor: -webkit-grab;
  cursor: grab;
}
.m-media-slider__slides {
  align-items: flex-end;
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
  padding: 10rem 0;
}
.m-media-slider__slides:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.m-media-slider__slider figcaption {
  max-width: 75%;
  min-height: 2.33em;
}
.m-media-slider__figure + .m-media-slider__figure {
  margin-top: 2.4rem;
}
@media (max-width: 749px) {
  .m-media-slider__figure + .m-media-slider__figure {
    margin-top: 1.6rem;
  }
}
.m-media-slider__file {
  border-radius: 5px;
}
.m-media-slider__mp3 {
  width: 100%;
}
.m-media-slider__wrap.-no-grab .m-media-slider__slides {
  cursor: default;
}

.m-menu-cards-page {
  color: var(--txt2);
  border-top: 1px solid var(--txt2);
}
.m-menu-cards-page__text {
  display: flex;
  font-family: "Archivo";
}
.m-menu-cards-page__title {
  padding-left: 2rem;
  display: inline-flex;
  align-items: center;
}
.m-menu-cards-page__counter {
  text-align: center;
  width: 8rem;
  font-size: 4rem;
  font-family: "Archivo";
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}
@media (max-width: 1000px) {
  .m-menu-cards-page__counter {
    font-size: calc(1.66rem + 2.34vw);
  }
}
.m-menu-cards-page__img {
  display: flex;
  width: 5rem;
  justify-content: center;
  align-items: center;
}

.m-menu-filter__wrap.-white-bg {
  padding-top: 0;
  padding-bottom: 0;
  width: 90vw;
  border-radius: 5px;
}
.m-stage-default__wrap + .m-menu-filter__wrap.l-section.-white-bg {
  margin-top: -4.8rem;
}
@media (max-width: 749px) {
  .m-stage-default__wrap + .m-menu-filter__wrap.l-section.-white-bg {
    margin-top: -3.2rem;
  }
}
.m-menu-filter__header {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  padding: 0.8em 0;
  color: var(--ac2);
  font-weight: bold;
  cursor: pointer;
  transition: color 0.15s;
}
.m-menu-filter__header:hover {
  color: var(--ac2);
}
.m-menu-filter__header__icons {
  position: relative;
  height: 2.5em;
  width: 2.5em;
  margin-left: auto;
  margin-right: -0.65em;
  border-radius: 5px;
  overflow: hidden;
  transition: background 0.15s;
}
.m-menu-filter__header:hover .m-menu-filter__header__icons {
  background: var(--ac2);
}
.m-menu-filter__header__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
}
.m-menu-filter__header__icon.svg--close {
  opacity: 0;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
.m-menu-filter.-open .m-menu-filter__header__icon.svg--close {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.m-menu-filter.-open .m-menu-filter__header__icon.svg--filter {
  opacity: 0;
  -webkit-transform: translate(-50%, -200%);
          transform: translate(-50%, -200%);
}
.m-menu-filter__content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.15s, padding 0.15s;
}
.m-menu-filter.-open .m-menu-filter__content {
  padding-top: 3.2rem;
  padding-bottom: 4.8rem;
  border-top: 2px solid var(--ac2);
  opacity: 1;
}
@media (max-width: 749px) {
  .m-menu-filter.-open .m-menu-filter__content {
    padding-top: 2.1333333333rem;
  }
}
@media (max-width: 749px) {
  .m-menu-filter.-open .m-menu-filter__content {
    padding-bottom: 3.2rem;
  }
}
.m-menu-filter__categories {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.m-menu-filter__category {
  padding-bottom: 1.6rem;
}
@media (max-width: 749px) {
  .m-menu-filter__category {
    padding-bottom: 1.0666666667rem;
  }
}
.m-menu-filter__category.-product_class, .m-menu-filter__category.-dosage {
  display: none;
}
.m-menu-filter__category.-ingredients {
  order: 4;
}
.m-menu-filter__category.-flavor {
  order: 3;
}
.m-menu-filter__category__title {
  font-size: 1.8rem;
  margin-bottom: 0.25em;
  color: var(--ac2);
}
@media (max-width: 1000px) {
  .m-menu-filter__category__title {
    font-size: calc(1.44rem + 0.36vw);
  }
}
.m-menu-filter__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: -0.25em;
}
@media (max-width: 1199px) {
  .m-menu-filter__list {
    margin: -0.25em;
  }
}
@media (max-width: 599px) {
  .m-menu-filter__list {
    margin: -0.15em;
  }
}
.m-menu-filter__item {
  width: 100%;
  padding: 0.25em;
  width: unset;
}
@media (max-width: 1199px) {
  .m-menu-filter__item {
    padding: 0.25em;
  }
}
@media (max-width: 599px) {
  .m-menu-filter__item {
    padding: 0.15em;
  }
}
.m-menu-filter__button {
  position: relative;
  padding: 0.5em;
  color: #838883;
  font-weight: bold;
  border: 2px solid var(--ac2);
  border-radius: 5px;
  transition: color 0.15s, border-color 0.15s, padding 0.15s;
}
.m-menu-filter__button.-active {
  color: var(--ac2);
  padding-right: 2em;
}
.m-menu-filter__button.-disabled {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}
.m-menu-filter__button.-clear-all {
  margin-left: 1em;
}
.m-menu-filter__button.-clear-all.-disabled {
  opacity: 0;
}
.m-menu-filter__button__icon {
  fill: #838883;
  transition: color 0.15s, fill 0.15s;
}
.m-menu-filter__button.-active .m-menu-filter__button__icon {
  fill: var(--ac2);
}
.m-menu-filter__button:hover {
  border-color: var(--ac2);
  color: var(--ac2);
}
.m-menu-filter__button:hover .m-menu-filter__button__icon {
  fill: var(--ac2);
}
.m-menu-filter__button__close {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.35em;
  fill: var(--ac2);
  opacity: 0;
  transition: opacity 0.15s, fill 0.15s;
}
.m-menu-filter__button.-active .m-menu-filter__button__close {
  opacity: 1;
}
.m-menu-filter__button.-active:hover .m-menu-filter__button__close {
  fill: var(--ac2);
}

.m-menu-news__list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.m-menu-news__item {
  width: 42rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 1rem;
}
.m-menu-news__card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex-grow: 1;
  background: #1F365D;
  color: white;
}
.m-menu-news__title {
  font-size: 3.5rem;
  font-family: "Outfit";
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 1000px) {
  .m-menu-news__title {
    font-size: calc(1.61rem + 1.89vw);
  }
}
.m-menu-news__text {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}
.m-menu-news__description {
  padding-top: 1rem;
}
.m-menu-news__subline, .m-menu-news__description {
  color: #d7d8da;
}
.m-menu-news__figure {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 2/1;
}
.m-menu-news__figure > img {
  position: absolute;
  min-width: 5000%;
  min-height: 5000%;
  width: auto;
  height: auto;
  max-width: unset;
  max-height: unset;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.02);
          transform: translateX(-50%) translateY(-50%) scale(0.02);
  -o-object-fit: cover;
     object-fit: cover;
}

.m-page-footer-navigation__button {
  display: none;
}
.m-page-footer-navigation__head {
  display: none;
}

.m-page-footer {
  position: relative;
  background: #081324;
}
.m-page-footer__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.m-page-footer__container.-below {
  flex-direction: column;
  font-size: 1.8rem;
}
@media (max-width: 1000px) {
  .m-page-footer__container.-below {
    font-size: calc(1.44rem + 0.36vw);
  }
}
.m-page-footer__container.-below p {
  font-family: "Archivo";
  color: #838883;
}
@media (max-width: 899px) {
  .m-page-footer__container.-below img {
    order: 3;
  }
  .m-page-footer__container.-below p {
    padding-bottom: 4rem;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 1199px) {
  .m-page-footer__container:not(.-below) {
    padding-top: 0;
    justify-content: center;
  }
}
@media (max-width: 1199px) {
  .m-page-footer__homelink {
    width: 100%;
  }
}
.m-page-footer__logo {
  display: block;
  height: auto;
  margin: 0 5rem;
  color: #ffffff;
  width: 10vw;
  min-width: 20rem;
}
@media (max-width: 1919px) {
  .m-page-footer__logo {
    margin: 0 auto;
  }
}
.m-page-footer__navigations ul {
  display: flex;
}
@media (max-width: 599px) {
  .m-page-footer__navigations, .m-page-footer__social {
    margin: auto;
  }
}
.m-page-footer__social ul {
  display: flex;
}
@media (max-width: 1199px) {
  .m-page-footer__social {
    padding: 0;
  }
}
.m-page-footer__social-icon {
  font-size: 3.8rem;
  margin: 1rem;
}
@media (max-width: 1000px) {
  .m-page-footer__social-icon {
    font-size: calc(1.64rem + 2.16vw);
  }
}
.m-page-footer .e-text-rich {
  font-size: 1.8rem;
  color: #b2b2b2;
}
@media (max-width: 1000px) {
  .m-page-footer .e-text-rich {
    font-size: calc(1.44rem + 0.36vw);
  }
}
.m-page-footer .l-container.-cols10 {
  max-width: 139.6rem;
}
.m-page-footer__caption {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
}
@media (max-width: 1000px) {
  .m-page-footer__caption {
    font-size: calc(1.42rem + 0.18vw);
  }
}

.m-page-footer-navigation {
  font-size: 2rem;
  font-family: "Archivo";
  font-weight: 400;
  line-height: 1;
  padding-top: 4.8rem;
  padding-bottom: 4.8rem;
}
@media (max-width: 1000px) {
  .m-page-footer-navigation {
    font-size: calc(1.46rem + 0.54vw);
  }
}
@media (max-width: 749px) {
  .m-page-footer-navigation {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }
}
@media (max-width: 899px) {
  .m-page-footer-navigation {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
  }
}
@media (max-width: 899px) and (max-width: 749px) {
  .m-page-footer-navigation {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }
}
.m-page-footer-navigation__list {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
}
@media (max-width: 1199px) {
  .m-page-footer-navigation__list {
    -webkit-column-count: unset;
       -moz-column-count: unset;
            column-count: unset;
  }
}
@media (max-width: 599px) {
  .m-page-footer-navigation__list {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    display: block !important;
  }
}
@media (max-width: 599px) {
  .m-page-footer-navigation__list {
    text-align: center;
  }
}
.m-page-footer-navigation__list.-icons {
  flex-direction: row;
}
.m-page-footer-navigation.-small {
  font-weight: 400;
}
@media (min-width: 600px) {
  .m-page-footer-navigation.-small {
    font-size: 1.4rem;
  }
}
@media (min-width: 600px) {
  .m-page-footer-navigation__item {
    margin: 0 0.66em;
  }
}
@media (max-width: 599px) {
  .m-page-footer-navigation__item {
    margin: 0.2em 0;
  }
}
@media (min-width: 600px) {
  .m-page-footer-navigation.-small .m-page-footer-navigation__item {
    margin: 0 1.5em;
  }
}
.m-page-footer-navigation__list.-icons .m-page-footer-navigation__item {
  margin: 0 0.66em;
}
.m-page-footer-navigation__link {
  color: #01B2CA;
}
@media (max-width: 599px) {
  .m-page-footer-navigation__link {
    padding: 0.25em 0;
    display: block;
  }
}
.m-page-footer-navigation__link:hover, .m-page-footer-navigation.-small .m-page-footer-navigation__link:hover {
  color: #01B2CA;
}
.m-page-footer-navigation.-small .m-page-footer-navigation__link {
  color: #01B2CA;
}
.m-page-footer-navigation.-social .m-page-footer-navigation__link {
  color: #01B2CA;
}
.m-page-footer-navigation.-social .m-page-footer-navigation__link:hover {
  color: #01B2CA;
}
.m-page-footer-navigation__wrap {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.m-page-header-navigation__wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.m-page-header-navigation {
  font-size: 2rem;
  font-family: "Archivo";
  font-weight: 400;
  line-height: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  margin: -0.2em -1em;
  flex-grow: 1;
  order: 2;
}
@media (max-width: 1000px) {
  .m-page-header-navigation {
    font-size: calc(1.46rem + 0.54vw);
  }
}
@media (min-width: 1050px) {
  .m-page-header-navigation + .m-page-header-navigation {
    padding-left: 2em;
  }
}
.m-page-header-navigation.-social {
  margin: -0.2em -0.5em;
}
.m-page-header-navigation__langnav {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  flex-basis: 100%;
  order: 1;
  color: #838883;
  text-transform: uppercase;
  padding-bottom: 1.5rem;
}
@media (max-width: 1049px) {
  .m-page-header-navigation__langnav {
    padding-bottom: 6rem;
  }
}
.m-page-header-navigation__langnav li {
  padding: 0 1rem;
}
.m-page-header-navigation__langnav li.act {
  color: white;
}
@media (min-width: 1050px) {
  .m-page-header-navigation__meta__wrap {
    display: flex;
  }
}
.m-page-header-navigation__list {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.m-page-header-navigation__item a, .m-page-header-navigation__item .m-page-header-navigation__link {
  cursor: pointer;
}
.m-page-header-navigation__item a:hover, .m-page-header-navigation__item .m-page-header-navigation__link:hover {
  color: #FFB800;
}
.m-page-header-navigation__item.-active > div > div > a, .m-page-header-navigation__item.-active .m-page-header-navigation__link, .m-page-header-navigation__item.-active > div > .m-page-header-navigation__link {
  color: #01B2CA;
}
.m-page-header-navigation__item.-active > div > div > a:hover, .m-page-header-navigation__item.-active .m-page-header-navigation__link:hover, .m-page-header-navigation__item.-active > div > .m-page-header-navigation__link:hover {
  color: #FFB800;
}
.m-page-header-navigation__link {
  display: block;
  padding: 0.2em 1em;
  color: white;
  transition: opacity 0.15s, color 0.15s;
}
.m-page-header-navigation__homelink-nav {
  display: none;
}
.m-page-header-navigation__sub__wrap {
  position: relative;
}
@media (min-width: 1050px) {
  .m-page-header-navigation__sub__wrap:hover .m-page-header-navigation__sub__list {
    max-height: none !important;
    opacity: 1 !important;
    pointer-events: auto;
  }
}
.m-page-header-navigation__sub__list {
  transition: all 0.2s;
}
@media (min-width: 1050px) {
  .m-page-header-navigation__sub__list {
    position: absolute;
    top: 5rem;
    left: 2rem;
    width: 26rem;
    opacity: 0;
    pointer-events: none;
  }
  .m-page-header-navigation__sub__list:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 100%;
    background: transparent;
    height: 2rem;
  }
}
.m-page-header-navigation__sub__list li {
  background: #1F365D;
  border-bottom: 1px solid #01B2CA;
  padding: 1.5rem 1rem;
  width: 100%;
  color: white;
  transition: all 0.2s;
}
.m-page-header-navigation__sub__list li:hover {
  color: #01B2CA;
}
@media (max-width: 1049px) {
  .m-page-header-navigation__sub__list.-hover {
    display: none;
  }
}
.m-page-header-navigation__sub__item a {
  display: inline-block;
}
.m-page-header-navigation__sub__item.-active > a {
  color: #01B2CA;
}
.m-page-header-navigation__sub__item.-active > a:hover {
  color: #FFB800;
}
.m-page-header-navigation.-social .m-page-header-navigation__link {
  padding: 0.2em 0.5em;
}
.m-page-header-navigation__list.-child-hover .m-page-header-navigation__link:not(:hover) {
  opacity: 0.5;
}
.m-page-header-navigation__sub-acc-head {
  display: none;
}
.m-page-header-navigation.-small {
  font-size: 1.4rem;
  transition: max-height 0.4s, opacity 0.2s;
}
.m-page-header-navigation.-small .m-page-header-navigation__link {
  opacity: 0.5;
}
.m-page-header-navigation.-small .m-page-header-navigation__link:hover {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
.m-page-header-navigation__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.m-page-header-navigation__button {
  display: inline-block;
  max-width: 100%;
  padding: 0.5em 1.5em;
  font-family: "Archivo";
  font-size: 2rem;
  font-weight: 600;
  transition: color 0.15s, box-shadow 0.15s, border-color 0.15s, background 0.15s, background-color 0.15s, background-position 0.25s, -webkit-filter 0.15s, -webkit-transform 0.2s;
  transition: color 0.15s, filter 0.15s, transform 0.2s, box-shadow 0.15s, border-color 0.15s, background 0.15s, background-color 0.15s, background-position 0.25s;
  transition: color 0.15s, filter 0.15s, transform 0.2s, box-shadow 0.15s, border-color 0.15s, background 0.15s, background-color 0.15s, background-position 0.25s, -webkit-filter 0.15s, -webkit-transform 0.2s;
  color: #1F365D;
  border: 3px solid #FFB800;
  position: relative;
  background-repeat: no-repeat;
  background: linear-gradient(270deg, white 0%, #FFD600 50%, #FFB800 100%);
  background-position: 0%;
  background-size: 2000% 2000%;
  text-align: center;
  margin-left: 2rem;
}
@media (max-width: 1000px) {
  .m-page-header-navigation__button {
    font-size: calc(1.46rem + 0.54vw);
  }
}
.m-page-header-navigation__button:hover {
  border: 3px solid #FFB800;
  -webkit-filter: drop-shadow(0 0 7px #FFB800);
          filter: drop-shadow(0 0 7px #FFB800);
  background-position: 99%;
}
.m-page-header-navigation__button:hover svg {
  color: #FFB800;
}
.m-page-header-navigation [data-acc-el=head] {
  cursor: default;
}

@media (max-width: 1049px) {
  .m-page-header-navigation {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
    padding-right: 1rem;
    padding-bottom: 0;
    padding-left: 1rem;
    flex-grow: 0 !important;
  }
  .m-page-header-navigation__wrap {
    padding-top: 0;
    padding-right: 5vw;
    padding-bottom: 2.4rem;
    padding-left: 5vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 11;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    min-height: 100vh;
    overflow-y: scroll;
    background: #0C1F38;
    flex-wrap: nowrap;
    transition: top 0.15s, height 0.15s, opacity 0.2s, -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, top 0.15s, height 0.15s, opacity 0.2s;
    transition: transform 0.3s ease-in-out, top 0.15s, height 0.15s, opacity 0.2s, -webkit-transform 0.3s ease-in-out;
  }
}
@media (max-width: 1049px) and (max-width: 599px) {
  .m-page-header-navigation__wrap {
    padding-top: 0;
    max-width: 100%;
    height: 100vh;
    border-bottom-left-radius: 0;
  }
}
@media (max-width: 1049px) {
  .m-page-header-navigation__wrap.-open-mobile-nav {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@media (max-width: 1049px) {
  .m-page-header-navigation__langnav {
    order: 2;
    flex-basis: auto;
    justify-content: center;
  }
}
@media (max-width: 1049px) {
  .m-page-header-navigation__list {
    width: 100%;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .m-page-header-navigation__list > button {
    margin-top: 3rem;
  }
}
@media (max-width: 1049px) {
  .m-page-header-navigation.-big .m-page-header-navigation__list {
    padding-bottom: 4.8rem;
  }
}
@media (max-width: 1049px) and (max-width: 749px) {
  .m-page-header-navigation.-big .m-page-header-navigation__list {
    padding-bottom: 3.2rem;
  }
}
@media (max-width: 1049px) {
  .m-page-header-navigation.-social .m-page-header-navigation__list {
    padding-top: 0.5em;
    font-size: 1.5em;
    flex-direction: row;
  }
}
@media (max-width: 1049px) {
  .m-page-header-navigation__item {
    margin-left: 0;
    margin-bottom: 1em;
  }
}
@media (max-width: 1049px) {
  .m-page-header-navigation__link {
    color: white;
  }
}
@media (max-width: 1049px) {
  .m-page-header-navigation.-big .m-page-header-navigation__link {
    font-size: 2rem;
    display: block;
    padding: 1em 0;
  }
}
@media (max-width: 1049px) and (max-width: 1000px) {
  .m-page-header-navigation.-big .m-page-header-navigation__link {
    font-size: calc(1.46rem + 0.54vw);
  }
}
@media (max-width: 1049px) {
  .m-page-header-navigation.-big .m-page-header-navigation__item {
    width: 100%;
    padding: 0 1em;
    margin: 0;
  }
}
@media (max-width: 1049px) {
  .m-page-header-navigation.-small .m-page-header-navigation__link {
    opacity: 1;
    font-weight: normal;
    white-space: nowrap;
  }
}
@media (max-width: 1049px) {
  .m-page-header-navigation__link {
    position: relative;
  }
}
@media (max-width: 1049px) {
  .m-page-header-navigation__sub-acc-head {
    position: absolute;
    display: inline-block;
    top: 1.5rem;
    right: 0;
    z-index: 20;
    cursor: pointer;
  }
}
@media (max-width: 1049px) {
  .m-page-header-navigation__icon {
    color: #01B2CA;
  }
}
@media (max-width: 1049px) {
  .m-page-header-navigation__sub__list li {
    border-bottom: none;
    padding: 2rem 2.5rem;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 1049px) {
  .m-page-header-navigation__item:not(.-open) [data-acc-el=content] {
    max-height: 0;
    opacity: 0;
  }
}
@media (max-width: 1049px) {
  .m-page-header-navigation__sub__link {
    font-size: 2rem;
  }
}
@media (max-width: 1049px) and (max-width: 1000px) {
  .m-page-header-navigation__sub__link {
    font-size: calc(1.46rem + 0.54vw);
  }
}
@media (max-width: 1049px) {
  .m-page-header-navigation [data-acc-el=head] {
    cursor: pointer;
  }
}
@media (max-width: 1049px) {
  .m-page-header-navigation__homelink-nav {
    display: block;
  }
}
@media (max-width: 1049px) {
  .m-page-header-navigation__logo {
    width: 15vw;
    height: auto;
    max-width: 24rem;
    min-width: 18rem;
    margin-right: 0.66em;
    color: white;
    transition: width 0.15s, color 0.15s;
  }
}
@media (max-width: 1049px) and (max-width: 599px) {
  .m-page-header-navigation__logo {
    width: 18rem;
  }
}
@media (max-width: 1049px) {
  .m-page-header-navigation.-hover-bullet .m-page-header-navigation__list {
    --hover-bullet-translateX: 0px;
  }
}
@media (max-width: 1049px) {
  .m-page-header-navigation__hover-bullet {
    position: absolute;
    left: -0.375em;
    content: "";
    width: 0.75em;
    height: 0.75em;
    bottom: -0.8em;
    background: url("/typo3conf/ext/theme/Resources/Public/Images/Icons/listsymbol.svg");
    background-size: contain;
    -webkit-transform: translateX(var(--hover-bullet-translateX)) scale(0.2);
            transform: translateX(var(--hover-bullet-translateX)) scale(0.2);
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 0.15s, -webkit-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, opacity 0.15s;
    transition: transform 0.15s ease-in-out, opacity 0.15s, -webkit-transform 0.15s ease-in-out;
  }
}
@media (max-width: 1049px) {
  .m-page-header-navigation__head {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
  }
}
.m-page-header-navigation__langnav {
  order: -1;
  padding-bottom: 2rem;
}
.m-page-header-navigation__list {
  flex-wrap: wrap;
}

.m-page-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 12rem;
  background: transparent;
  transition: background 0.5s, box-shadow 0.2s, border-color 0.15s, -webkit-transform 0.15s;
  transition: background 0.5s, box-shadow 0.2s, border-color 0.15s, transform 0.15s;
  transition: background 0.5s, box-shadow 0.2s, border-color 0.15s, transform 0.15s, -webkit-transform 0.15s;
  padding-top: 4.8rem;
}
@media (max-width: 749px) {
  .m-page-header {
    padding-top: 3.2rem;
  }
}
@media (max-width: 599px) {
  .m-page-header {
    height: 9.4rem;
  }
}
.-modal-open .m-page-header.-scroll {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.m-page-header__banner + .m-page-header {
  top: 5rem;
}
.m-page-header.-scroll {
  position: fixed;
  top: 0;
  height: 9.4rem;
}
.m-page-header__background {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 9.4rem;
  background: green;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.m-page-header.-scroll .m-page-header__background {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.m-page-header__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  padding-left: 4.8rem;
  padding-right: 4.8rem;
  height: 100%;
}
@media (max-width: 1199px) {
  .m-page-header__container {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
.m-page-header__homelink {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
}
.m-page-header__logo {
  width: 15vw;
  height: auto;
  max-width: 24rem;
  min-width: 18rem;
  margin-right: 0.66em;
  color: white;
  transition: width 0.15s, color 0.15s;
}
@media (max-width: 599px) {
  .m-page-header__logo {
    width: 18rem;
  }
}
.m-page-header.-scroll .m-page-header__logo {
  width: 9.9vw;
}
.m-page-header__menu {
  padding-bottom: 0.5rem;
}
@media (max-width: 1049px) {
  .m-page-header.-sticky .m-page-header__burgernav {
    top: 9.4rem;
  }
}
.m-page-header__burger {
  z-index: 10;
  width: 4rem;
  height: 3rem;
  margin-left: 3rem;
}
@media (min-width: 1050px) {
  .m-page-header__burger {
    display: none;
  }
}
.m-page-header__banner {
  font-size: 1.8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 11;
  position: relative;
  height: 5rem;
  padding: 0.5em;
  color: white;
  font-family: "Outfit";
  font-weight: 800;
  text-transform: uppercase;
  background-size: 400%;
  background-position: center;
  transition: background-position 0.25s, -webkit-filter 0.15s;
  transition: filter 0.15s, background-position 0.25s;
  transition: filter 0.15s, background-position 0.25s, -webkit-filter 0.15s;
}
@media (max-width: 1000px) {
  .m-page-header__banner {
    font-size: calc(1.44rem + 0.36vw);
  }
}
.m-page-header__banner:hover {
  border-color: transparent;
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
  background-position: 45% 0;
}

body.-layout-pagets__subnavigation .m-page-header {
  position: relative;
  background: #0C1F38;
  margin-top: 0;
  padding-top: 0;
  height: 17rem;
}
body.-layout-pagets__subnavigation .m-page-header__background {
  display: none;
}

.m-page-main {
  z-index: 2;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  transition: opacity 0.15s;
}
.m-page-main__modals {
  postion: relative;
  z-index: 99;
}

body.-layout-pagets__home {
  background: #0C1F38;
  --ac1: $void;
  --ac2: $void;
  --ac3: $void;
  --ac4: $void;
  --txt1: $void;
  --txt2: $void;
}
body.-layout-pagets__home .e-text-rich {
  color: white;
}
body.-layout-pagets__home .m-text-columns__headline {
  color: white;
}

.m-stage-default__wrap {
  overflow: hidden;
  min-height: 65vh;
}
@media (max-width: 899px) {
  .m-stage-default__wrap {
    min-height: 55vh;
  }
}
.m-stage-default__wrap.-no-bg {
  background: linear-gradient(180deg, #1F365D 0%, #0C1F38 100%);
}
.m-stage-default__wrap.-rm-logo .m-stage-default__image {
  display: none;
}
.m-stage-default__wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url("/typo3conf/ext/theme/Resources/Public/Images/Icons/logo-icon-rotated-ai.svg");
  background-repeat: no-repeat;
  background-position: center 0%;
  background-size: 100%;
}
@media (max-width: 899px) {
  .m-stage-default__wrap::after {
    background-position: center -70%;
  }
}
@media (max-width: 599px) {
  .m-stage-default__wrap::after {
    background-position: center -50%;
  }
}
.m-stage-default {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  min-height: 65vh;
}
.m-stage-default__text, .m-stage-default__figure {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.m-stage-default__text {
  color: white;
  z-index: 99;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 139.6rem;
  padding-left: 4.8rem;
  padding-right: 4.8rem;
}
@media (max-width: 1199px) {
  .m-stage-default__text {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media (max-width: 1479px) {
  .m-stage-default__container {
    padding-top: 16rem !important;
    padding-bottom: 8rem !important;
  }
}
.m-stage-default__figure {
  position: relative;
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #0C1F38;
}
.m-stage-default__figure > picture > img, .m-stage-default__figure > video, .m-stage-default__figure > iframe {
  position: absolute;
  min-width: 500%;
  min-height: 500%;
  width: auto;
  height: auto;
  max-width: unset;
  max-height: unset;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.2);
          transform: translateX(-50%) translateY(-50%) scale(0.2);
  -o-object-fit: cover;
     object-fit: cover;
}
.m-stage-default__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 4.8rem;
  padding-right: 4.8rem;
  padding-top: 8rem;
  margin-top: auto;
  margin-bottom: auto;
}
@media (max-width: 1199px) {
  .m-stage-default__container {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media (max-width: 749px) {
  .m-stage-default__container {
    padding-top: 5.3333333333rem;
  }
}
.m-stage-default__picture {
  opacity: 0.5;
}
.m-stage-default__headline {
  font-size: 5.5rem;
  font-family: "Outfit";
  font-weight: 400;
  line-height: 1.15;
  font-size: 6.5rem;
  font-weight: 700;
  color: white;
}
@media (max-width: 1000px) {
  .m-stage-default__headline {
    font-size: calc(1.81rem + 3.69vw);
  }
}
@media (max-width: 1000px) {
  .m-stage-default__headline {
    font-size: calc(1.91rem + 4.59vw);
  }
}
.m-stage-default__subtitle {
  font-size: 3.5rem;
  font-family: "Outfit";
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 1000px) {
  .m-stage-default__subtitle {
    font-size: calc(1.61rem + 1.89vw);
  }
}
.m-stage-default__logo {
  width: 15vw;
  height: auto;
}
@media (max-width: 599px) {
  .m-stage-default__logo {
    width: 9.9vw;
  }
}
.m-stage-default .e-text-rich {
  margin-bottom: 4.8rem;
  color: white;
}
@media (max-width: 749px) {
  .m-stage-default .e-text-rich {
    margin-bottom: 3.2rem;
  }
}
.m-stage-default__button {
  display: inline-block;
  max-width: 100%;
  padding: 0.5em 1.5em;
  font-family: "Archivo";
  font-size: 2rem;
  font-weight: 600;
  transition: color 0.15s, box-shadow 0.15s, border-color 0.15s, background 0.15s, background-color 0.15s, background-position 0.25s, -webkit-filter 0.15s, -webkit-transform 0.2s;
  transition: color 0.15s, filter 0.15s, transform 0.2s, box-shadow 0.15s, border-color 0.15s, background 0.15s, background-color 0.15s, background-position 0.25s;
  transition: color 0.15s, filter 0.15s, transform 0.2s, box-shadow 0.15s, border-color 0.15s, background 0.15s, background-color 0.15s, background-position 0.25s, -webkit-filter 0.15s, -webkit-transform 0.2s;
  background: #ffffff;
  color: #1F365D;
  border: 3px solid transparent;
}
@media (max-width: 1000px) {
  .m-stage-default__button {
    font-size: calc(1.46rem + 0.54vw);
  }
}
.m-stage-default__button:hover {
  -webkit-filter: drop-shadow(0 0 7px #01B2CA);
          filter: drop-shadow(0 0 7px #01B2CA);
  border: 3px solid #01B2CA;
  background: #1F365D;
  color: white;
}

.m-stage-landing__wrap {
  overflow: hidden;
  min-height: 65vh;
}
@media (max-width: 899px) {
  .m-stage-landing__wrap {
    min-height: 50vh;
  }
}
.m-stage-landing__wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50rem;
  z-index: 2;
  background: linear-gradient(0deg, #0C1F38 0%, rgba(255, 255, 255, 0) 100%);
}
.m-stage-landing__wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url("/typo3conf/ext/theme/Resources/Public/Images/Icons/logo-icon.svg");
  background-repeat: no-repeat;
  background-position: center 100%;
  background-size: 100%;
}
@media (max-width: 899px) {
  .m-stage-landing__wrap::after {
    background-position: center -150%;
  }
}
@media (max-width: 599px) {
  .m-stage-landing__wrap::after {
    background-position: center -200%;
  }
}
.m-stage-landing {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
}
.m-stage-landing__text, .m-stage-landing__figure {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.m-stage-landing__text {
  color: white;
  z-index: 99;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 139.6rem;
  padding-left: 4.8rem;
  padding-right: 4.8rem;
}
@media (max-width: 1199px) {
  .m-stage-landing__text {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
.m-stage-landing__figure {
  position: relative;
  overflow: hidden;
  position: absolute;
  height: 100%;
  width: 100%;
}
.m-stage-landing__figure > picture > img, .m-stage-landing__figure > video, .m-stage-landing__figure > iframe {
  position: absolute;
  min-width: 500%;
  min-height: 500%;
  width: auto;
  height: auto;
  max-width: unset;
  max-height: unset;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.2);
          transform: translateX(-50%) translateY(-50%) scale(0.2);
  -o-object-fit: cover;
     object-fit: cover;
}
.m-stage-landing__container {
  padding-left: 4.8rem;
  padding-right: 4.8rem;
  padding-top: 8rem;
  margin-top: 12.8rem;
  padding-bottom: 8rem;
  max-width: 84.6rem;
}
@media (max-width: 1199px) {
  .m-stage-landing__container {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media (max-width: 749px) {
  .m-stage-landing__container {
    padding-top: 5.3333333333rem;
  }
}
@media (max-width: 749px) {
  .m-stage-landing__container {
    margin-top: 8.5333333333rem;
  }
}
@media (max-width: 749px) {
  .m-stage-landing__container {
    padding-bottom: 5.3333333333rem;
  }
}
.m-stage-landing__headline {
  font-size: 6.5rem;
  line-height: 1.075;
}
@media (max-width: 1000px) {
  .m-stage-landing__headline {
    font-size: calc(1.91rem + 4.59vw);
  }
}
.m-stage-landing__picture {
  opacity: 0.5;
}
.m-stage-landing__logo {
  width: 15vw;
  height: auto;
}
@media (max-width: 599px) {
  .m-stage-landing__logo {
    width: 9.9vw;
  }
}
.m-stage-landing .e-text-rich {
  margin-bottom: 4.8rem;
}
@media (max-width: 749px) {
  .m-stage-landing .e-text-rich {
    margin-bottom: 3.2rem;
  }
}
.m-stage-landing__button {
  display: inline-block;
  max-width: 100%;
  padding: 0.5em 1.5em;
  font-family: "Archivo";
  font-size: 2rem;
  font-weight: 600;
  transition: color 0.15s, box-shadow 0.15s, border-color 0.15s, background 0.15s, background-color 0.15s, background-position 0.25s, -webkit-filter 0.15s, -webkit-transform 0.2s;
  transition: color 0.15s, filter 0.15s, transform 0.2s, box-shadow 0.15s, border-color 0.15s, background 0.15s, background-color 0.15s, background-position 0.25s;
  transition: color 0.15s, filter 0.15s, transform 0.2s, box-shadow 0.15s, border-color 0.15s, background 0.15s, background-color 0.15s, background-position 0.25s, -webkit-filter 0.15s, -webkit-transform 0.2s;
  background: #ffffff;
  color: #1F365D;
  border: 3px solid transparent;
}
@media (max-width: 1000px) {
  .m-stage-landing__button {
    font-size: calc(1.46rem + 0.54vw);
  }
}
.m-stage-landing__button:hover {
  -webkit-filter: drop-shadow(0 0 7px #01B2CA);
          filter: drop-shadow(0 0 7px #01B2CA);
  border: 3px solid #01B2CA;
  background: #1F365D;
  color: white;
}

@media (max-width: 899px) {
  .-burger-open .m-stage-landing__wrap {
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
    z-index: -1;
    pointer-events: none;
  }
}
.m-text-table-row {
  display: flex;
  flex-wrap: nowrap;
  border-bottom: 2px solid #01B2CA;
}
.m-text-table-row__column {
  padding: 1.5rem 1rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.m-text-table-row__column.-col1 {
  flex-grow: 1;
  display: inline-flex;
  justify-content: flex-start;
  flex-basis: 50%;
}
.m-text-table-row__column.-col2 {
  flex-basis: 20rem;
  flex-shrink: 0;
}
@media (max-width: 749px) {
  .m-text-table-row__column.-col2 {
    flex-basis: 7rem;
  }
}
.m-text-table-row__column.-col3 {
  flex-basis: 15rem;
  flex-shrink: 0;
}
@media (max-width: 749px) {
  .m-text-table-row__column.-col3 {
    flex-basis: 7rem;
  }
}
.m-text-table-row__headline {
  color: #081324;
  font-weight: 700;
}

.-layout-pagets__home .m-text-table-row__headline, .-layout-pagets__home .m-text-table-row__bodytext {
  color: white;
}

.m-text-table {
  display: flex;
  flex-direction: column;
}

.m-text-accordion {
  border-top: 2px solid white;
  position: relative;
}
.m-text-accordion::before {
  content: "";
  display: block;
  position: absolute;
  width: 1rem;
  height: 100%;
  background: #d7d8da;
  transition: all 0.2s 0s;
  transition-delay: 0s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.m-text-accordion__wrap.-white-bg .m-text-accordion {
  border-color: white;
}
.m-text-accordion + .m-text-accordion {
  margin-top: 1.6rem;
}
@media (max-width: 749px) {
  .m-text-accordion + .m-text-accordion {
    margin-top: 1.0666666667rem;
  }
}
.e-text-rich + .m-text-accordion__list {
  padding-top: 4.8rem;
}
@media (max-width: 749px) {
  .e-text-rich + .m-text-accordion__list {
    padding-top: 3.2rem;
  }
}
.m-text-accordion__button {
  display: flex;
  width: 100%;
  padding: 0.9em 1em 0.8em;
  color: var(--txt2);
  line-height: 1.5;
  transition: color 0.15s, background-color 0.15s, border-color 0.15s, -webkit-transform 0.15s;
  transition: color 0.15s, background-color 0.15s, transform 0.15s, border-color 0.15s;
  transition: color 0.15s, background-color 0.15s, transform 0.15s, border-color 0.15s, -webkit-transform 0.15s;
}
@media (max-width: 599px) {
  .m-text-accordion__button {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
.m-text-accordion:hover::before {
  background: #01B2CA;
}
.m-text-accordion__title {
  padding-right: 1em;
  padding-left: 2rem;
  padding-bottom: 0;
  text-align: left;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  color: #1F365D;
  font-family: "Archivo";
  font-weight: 700;
}
.m-text-accordion__content {
  max-height: 0;
  padding: 0 1em;
  overflow: hidden;
  opacity: 0;
  transition: all 0.2s;
  padding-left: 11rem;
}
@media (max-width: 599px) {
  .m-text-accordion__content {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
.m-text-accordion.-open .m-text-accordion__content {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
  opacity: 1;
}
@media (max-width: 749px) {
  .m-text-accordion.-open .m-text-accordion__content {
    padding-top: 2.1333333333rem;
    padding-bottom: 2.1333333333rem;
  }
}
.m-text-accordion__icon {
  flex-shrink: 0;
  position: relative;
  height: 1.8em;
  width: 1.5em;
  margin: 0 1.5rem;
  -webkit-transform: translateY(0.2em);
          transform: translateY(0.2em);
  transition: all 0.2s 0s;
  transition-delay: 0s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  color: #01B2CA;
}
.m-text-accordion.-open > .m-text-accordion__button .m-text-accordion__icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  fill: #1F365D;
}
.m-text-accordion.-open::before {
  background: #FFB800;
}

.l-page-subnavigation__sidebar .m-text-accordion {
  border-top: 0;
  margin-top: 0;
}
.l-page-subnavigation__sidebar .m-text-accordion::before {
  display: none;
}
.l-page-subnavigation__sidebar .m-text-accordion + .m-text-accordion {
  margin-top: 0;
}
.l-page-subnavigation__sidebar .m-text-accordion.-open .l-page-subnavigation__sidebar .m-text-accordion__content {
  padding: 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.l-page-subnavigation__sidebar .m-text-accordion__content {
  padding-inline: 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.l-page-subnavigation__sidebar .m-text-accordion__content .m-page-main__aside-menu__sublist li a {
  display: block;
  padding: 15px 10px;
  line-height: 1.2;
  font-size: 14px;
  transition: background-color 0.2s ease;
  color: #505050;
}
.l-page-subnavigation__sidebar .m-text-accordion__content .m-page-main__aside-menu__sublist li a:hover:not(.--active) {
  background: #d7d8da;
  color: #1F365D;
}
.l-page-subnavigation__sidebar .m-text-accordion__button {
  padding: 15px 10px;
  align-items: center;
  border-bottom: 1px solid #93B3D9;
  justify-content: space-between;
  transition: background-color 0.2s ease;
  position: relative;
}
.l-page-subnavigation__sidebar .m-text-accordion__button:hover:not(.--active) {
  background: #d7d8da;
}
.l-page-subnavigation__sidebar .m-text-accordion__button:hover:not(.--active) .m-text-accordion__title,
.l-page-subnavigation__sidebar .m-text-accordion__button:hover:not(.--active) .m-text-accordion__subtitle {
  color: #1F365D;
}
.l-page-subnavigation__sidebar .m-text-accordion__button.--active {
  background: #93B3D9;
}
.l-page-subnavigation__sidebar .m-text-accordion__button.--active:hover {
  background: #93B3D9;
}
.l-page-subnavigation__sidebar .m-text-accordion__button.--active .m-text-accordion__title,
.l-page-subnavigation__sidebar .m-text-accordion__button.--active .m-text-accordion__subtitle {
  color: #1F365D;
}
.l-page-subnavigation__sidebar .m-text-accordion__icon {
  margin: 0 0 0 1.5rem;
  order: 2;
  width: 21px;
  height: 21px;
  position: relative;
  z-index: 3;
}
.l-page-subnavigation__sidebar .m-text-accordion__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  z-index: 10;
  background: transparent !important;
  text-decoration: none !important;
  color: transparent !important;
  display: block;
}
.l-page-subnavigation__sidebar .m-text-accordion__link:hover, .l-page-subnavigation__sidebar .m-text-accordion__link:focus, .l-page-subnavigation__sidebar .m-text-accordion__link:active, .l-page-subnavigation__sidebar .m-text-accordion__link:visited {
  background: transparent !important;
  color: transparent !important;
  text-decoration: none !important;
  outline: none;
}
.l-page-subnavigation__sidebar .m-text-accordion:hover .l-page-subnavigation__sidebar .m-text-accordion__button:not(.--active) {
  background: #d7d8da;
}
.l-page-subnavigation__sidebar .m-text-accordion.-open > .l-page-subnavigation__sidebar .m-text-accordion__button .l-page-subnavigation__sidebar .m-text-accordion__icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  fill: #1F365D;
}
.l-page-subnavigation__sidebar .m-text-accordion__header {
  order: 1;
  flex: 1;
}
.l-page-subnavigation__sidebar .m-text-accordion__title {
  padding: 0 1em 0 0;
  font-size: 14px;
  font-weight: bold;
  color: #505050;
  text-transform: uppercase;
}
.l-page-subnavigation__sidebar .m-text-accordion__subtitle {
  padding-bottom: 0;
  font-size: 14px;
  display: flex;
  color: #505050;
}
.l-page-subnavigation__sidebar .m-text-accordion__button.m-page-main__aside-menu__title {
  color: white !important;
  text-transform: uppercase;
}
.l-page-subnavigation__sidebar .m-text-accordion__button.m-page-main__aside-menu__title:hover {
  background: #0C1F38 !important;
  color: white !important;
}
.l-page-subnavigation__sidebar .m-text-accordion__button.m-page-main__aside-menu__title .m-text-accordion__title {
  color: white !important;
}
.l-page-subnavigation__sidebar .m-text-accordion__button.m-page-main__aside-menu__title .m-text-accordion__icon {
  fill: white !important;
}
.l-page-subnavigation__sidebar .m-text-accordion__button.m-page-main__aside-menu__title.-open .m-text-accordion__icon {
  fill: white !important;
}
.l-page-subnavigation__sidebar .m-page-main__aside-menu__title {
  padding: 15px 10px;
  background: #0C1F38;
  color: white;
  font-weight: bold;
  font-size: 14px;
}
.l-page-subnavigation__sidebar .m-page-main__aside-menu__subitem {
  border-bottom: 1px solid #93B3D9;
}
.l-page-subnavigation__sidebar .m-page-main__aside-menu__subitem a.--active {
  background: #93B3D9;
  color: #1F365D !important;
}
.l-page-subnavigation__sidebar .m-page-main__aside-menu__subitem a.--active:hover {
  background: #93B3D9;
  color: #1F365D !important;
}

.m-text-block__wrap.-headline-only {
  margin-bottom: 0;
}
.m-text-block__wrap.-headline-only + .l-section {
  margin-top: 0;
}
.m-text-block .-intro {
  line-height: 1.2;
}

.-bg-logo-padded .m-text-block {
  padding-top: 12.8rem;
  padding-bottom: 12.8rem;
}
@media (max-width: 749px) {
  .-bg-logo-padded .m-text-block {
    padding-top: 8.5333333333rem;
    padding-bottom: 8.5333333333rem;
  }
}

.-bg-logo-full .m-text-block {
  padding-top: 12.8rem;
  padding-bottom: 12.8rem;
}
@media (max-width: 749px) {
  .-bg-logo-full .m-text-block {
    padding-top: 8.5333333333rem;
    padding-bottom: 8.5333333333rem;
  }
}

.l-section.-bg-logo-padded .l-container {
  background: linear-gradient(0deg, #1F365D 0%, #0C1F38 100%);
}
.l-section.-bg-logo-padded .l-container::before {
  content: "";
  background: url("/typo3conf/ext/theme/Resources/Public/Images/Icons/logo-large-cut.svg") no-repeat center center;
  background-size: contain;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: block;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.l-section.-bg-logo-padded .l-container .m-text-block {
  z-index: 1;
}
.l-section.-bg-logo-padded .e-text-rich {
  color: white;
  font-weight: 800;
  max-width: 750px;
  margin: auto;
}
.l-section.-bg-logo-full:last-child {
  margin-bottom: 0 !important;
}
.l-section.-bg-logo-full .l-container::before {
  content: "";
  background: url("/typo3conf/ext/theme/Resources/Public/Images/Icons/logo-icon.svg") no-repeat center center;
  background-size: contain;
  width: 100%;
  height: 80%;
  z-index: 0;
  display: block;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.l-section.-bg-logo-full .l-container .m-text-block {
  z-index: 1;
}
.l-section.-bg-logo-full .l-container .e-text-header__headline {
  font-size: 2rem;
  padding-bottom: 1.6rem;
  text-align: center;
  color: #93B3D9;
  text-transform: uppercase;
}
@media (max-width: 1000px) {
  .l-section.-bg-logo-full .l-container .e-text-header__headline {
    font-size: calc(1.46rem + 0.54vw);
  }
}
@media (max-width: 749px) {
  .l-section.-bg-logo-full .l-container .e-text-header__headline {
    padding-bottom: 1.0666666667rem;
  }
}

body.-layout-pagets__default .l-section.-bg-logo-full {
  background: linear-gradient(0deg, #1F365D 0%, #0C1F38 100%);
}
body.-layout-pagets__default .l-section.-bg-logo-full .e-text-rich {
  color: white;
}

.m-text-columns__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: -2rem;
}
@media (max-width: 1199px) {
  .m-text-columns__list {
    margin: -2rem;
  }
}
@media (max-width: 599px) {
  .m-text-columns__list {
    margin: -1rem;
  }
}
.m-text-columns__list.-col1 .m-text-columns__item {
  width: 100%;
  padding: 2rem;
}
@media (max-width: 1199px) {
  .m-text-columns__list.-col1 .m-text-columns__item {
    padding: 2rem;
  }
}
@media (max-width: 599px) {
  .m-text-columns__list.-col1 .m-text-columns__item {
    padding: 1rem;
  }
}
.m-text-columns__list.-col2 .m-text-columns__item {
  width: 50%;
  padding: 2rem;
}
@media (max-width: 1199px) {
  .m-text-columns__list.-col2 .m-text-columns__item {
    padding: 2rem;
  }
}
@media (max-width: 599px) {
  .m-text-columns__list.-col2 .m-text-columns__item {
    padding: 1rem;
  }
}
.m-text-columns__list.-col3 .m-text-columns__item {
  width: 33.3333333333%;
  padding: 2rem;
}
@media (max-width: 1199px) {
  .m-text-columns__list.-col3 .m-text-columns__item {
    padding: 2rem;
  }
}
@media (max-width: 599px) {
  .m-text-columns__list.-col3 .m-text-columns__item {
    padding: 1rem;
  }
}
.m-text-columns__list.-col4 .m-text-columns__item {
  width: 25%;
  padding: 2rem;
}
@media (max-width: 1199px) {
  .m-text-columns__list.-col4 .m-text-columns__item {
    padding: 2rem;
  }
}
@media (max-width: 599px) {
  .m-text-columns__list.-col4 .m-text-columns__item {
    padding: 1rem;
  }
}
.m-text-columns__list.-col5 .m-text-columns__item {
  width: 20%;
  padding: 2rem;
}
@media (max-width: 1199px) {
  .m-text-columns__list.-col5 .m-text-columns__item {
    padding: 2rem;
  }
}
@media (max-width: 599px) {
  .m-text-columns__list.-col5 .m-text-columns__item {
    padding: 1rem;
  }
}
.m-text-columns__list.-col6 .m-text-columns__item {
  width: 16.6666666667%;
  padding: 2rem;
}
@media (max-width: 1199px) {
  .m-text-columns__list.-col6 .m-text-columns__item {
    padding: 2rem;
  }
}
@media (max-width: 599px) {
  .m-text-columns__list.-col6 .m-text-columns__item {
    padding: 1rem;
  }
}
@media (max-width: 1199px) {
  .m-text-columns__list.-col6 .m-text-columns__item {
    width: 25%;
  }
}
@media (max-width: 599px) {
  .m-text-columns__list.-col6 .m-text-columns__item {
    width: 50%;
  }
}
@media (max-width: 899px) {
  .m-text-columns__list.-col4 .m-text-columns__item, .m-text-columns__list.-col5 .m-text-columns__item {
    width: 50%;
  }
}
@media (max-width: 899px) {
  .m-text-columns__list.-col3 .m-text-columns__item {
    width: 50%;
  }
}
@media (max-width: 599px) {
  .m-text-columns__list.-col3 .m-text-columns__item {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .m-text-columns__list.-col2 .m-text-columns__item {
    width: 100%;
  }
}
.m-text-columns__list a.cta {
  width: 100%;
}

.m-text-columns__wrap.-default .m-text-media__image {
  padding: 3rem;
}
.m-text-columns__wrap.-default .m-text-media__header {
  font-size: 3.5rem;
  font-family: "Outfit";
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 1000px) {
  .m-text-columns__wrap.-default .m-text-media__header {
    font-size: calc(1.61rem + 1.89vw);
  }
}
.m-text-columns__wrap.-default .m-text-media__header .e-text-rich {
  color: #1F365D;
}
.m-text-columns__wrap.-default .m-text-media__subheader {
  font-size: 2rem;
  text-align: center;
  color: #93B3D9;
  text-transform: uppercase;
  padding-top: 1em;
}
@media (max-width: 1000px) {
  .m-text-columns__wrap.-default .m-text-media__subheader {
    font-size: calc(1.46rem + 0.54vw);
  }
}
.m-text-columns__wrap.-default .m-text-media__text {
  font-size: 2rem;
  text-align: center;
}
@media (max-width: 1000px) {
  .m-text-columns__wrap.-default .m-text-media__text {
    font-size: calc(1.46rem + 0.54vw);
  }
}

.m-text-columns__wrap.-cards .m-text-columns__item {
  padding: 0.85rem !important;
  display: flex;
}
.m-text-columns__wrap.-cards .m-text-columns__item-inner {
  background: #1F365D;
  padding-top: 5rem;
  padding-right: 3rem;
  padding-bottom: 5rem;
  padding-left: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.m-text-columns__wrap.-cards .m-text-columns__headline {
  padding-top: 0;
  height: 12rem;
  position: relative;
  color: #ffffff;
  font-size: 2.8rem;
}
@media (max-width: 1000px) {
  .m-text-columns__wrap.-cards .m-text-columns__headline {
    font-size: calc(1.54rem + 1.26vw);
  }
}
.m-text-columns__wrap.-cards .m-text-columns__headline::before {
  content: "";
  display: block;
  position: absolute;
  height: 0.25rem;
  width: 8rem;
  bottom: 3rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  background: #01B2CA;
}
.m-text-columns__wrap.-cards .m-text-columns__link {
  margin-top: 4.8rem;
  display: inline-block;
  max-width: 100%;
  padding: 0.5em 1.5em;
  font-family: "Archivo";
  font-size: 2rem;
  font-weight: 600;
  transition: color 0.15s, box-shadow 0.15s, border-color 0.15s, background 0.15s, background-color 0.15s, background-position 0.25s, -webkit-filter 0.15s, -webkit-transform 0.2s;
  transition: color 0.15s, filter 0.15s, transform 0.2s, box-shadow 0.15s, border-color 0.15s, background 0.15s, background-color 0.15s, background-position 0.25s;
  transition: color 0.15s, filter 0.15s, transform 0.2s, box-shadow 0.15s, border-color 0.15s, background 0.15s, background-color 0.15s, background-position 0.25s, -webkit-filter 0.15s, -webkit-transform 0.2s;
  background: #ffffff;
  color: #1F365D;
  border: 3px solid transparent;
  line-height: 1;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 749px) {
  .m-text-columns__wrap.-cards .m-text-columns__link {
    margin-top: 3.2rem;
  }
}
@media (max-width: 1000px) {
  .m-text-columns__wrap.-cards .m-text-columns__link {
    font-size: calc(1.46rem + 0.54vw);
  }
}
.m-text-columns__wrap.-cards .m-text-columns__link:hover {
  -webkit-filter: drop-shadow(0 0 7px #01B2CA);
          filter: drop-shadow(0 0 7px #01B2CA);
  border: 3px solid #01B2CA;
  background: #1F365D;
  color: white;
}

.m-text-columns__wrap[class*=-infobox-] {
  margin-bottom: 0;
}
.m-text-columns__wrap[class*=-infobox-] .l-container {
  padding-bottom: 6rem;
}
.m-text-columns__wrap[class*=-infobox-] .e-text-header {
  padding: 3rem;
  padding-bottom: 0rem;
  border-top: 3px solid #FFB800;
  position: relative;
  background: #d7d8da;
}
.m-text-columns__wrap[class*=-infobox-] .e-text-header::before {
  content: "";
  position: absolute;
  top: -2.5rem;
  left: 1rem;
  width: 5rem;
  height: 5rem;
  background-image: url("/typo3conf/ext/theme/Resources/Public/Images/Icons/polygon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
.m-text-columns__wrap[class*=-infobox-] .e-text-header::after {
  content: "";
  position: absolute;
  top: -1.2rem;
  left: 2.4rem;
  width: 2.3rem;
  height: 2.3rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}
.m-text-columns__wrap[class*=-infobox-] .e-text-header__topline {
  color: #1F365D;
}
.m-text-columns__wrap[class*=-infobox-] .e-text-rich {
  padding: 3rem;
  padding-top: 0rem;
  color: #1F365D;
  background: #d7d8da;
}

.m-text-columns__wrap.-infobox-urteil .e-text-header::after {
  background-image: url("/typo3conf/ext/theme/Resources/Public/Images/Icons/Enobyte_Urteil.svg");
}

.m-text-columns__wrap.-infobox-empfehlung .e-text-header::after {
  background-image: url("/typo3conf/ext/theme/Resources/Public/Images/Icons/Enobyte_Empfehlung.svg");
}

.m-text-columns__wrap.-infobox-insights .e-text-header::after {
  background-image: url("/typo3conf/ext/theme/Resources/Public/Images/Icons/Enobyte_Insight.svg");
}

.m-text-footer {
  font-size: 1.4rem;
  color: #838883;
}
.m-text-footer__divider {
  margin-top: 3.2rem;
  margin-bottom: 3.2rem;
}
@media (max-width: 749px) {
  .m-text-footer__divider {
    margin-top: 2.1333333333rem;
    margin-bottom: 2.1333333333rem;
  }
}
.m-text-footer a {
  word-break: break-all;
}

.-layout-inline .m-text-media__wrap .e-text-header__headline {
  padding-bottom: 5rem;
}
.-layout-inline .m-text-media__gallery {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
@media (max-width: 749px) {
  .-layout-inline .m-text-media__gallery {
    flex-wrap: wrap;
  }
}
.-layout-inline .m-text-media__gallery.-pos1 .m-text-media__figure {
  flex-basis: 100%;
}
.-layout-inline .m-text-media__gallery.-pos6 .m-text-media__figure {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.-layout-inline .m-text-media__figure {
  padding-right: 2rem;
  padding-left: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-basis: 100%;
}
.-layout-inline .m-text-media__row.-pos1, .-layout-inline .m-text-media__row.-pos2, .-layout-inline .m-text-media__row.-pos3, .-layout-inline .m-text-media__row.-pos4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: -2rem;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .-layout-inline .m-text-media__row.-pos1, .-layout-inline .m-text-media__row.-pos2, .-layout-inline .m-text-media__row.-pos3, .-layout-inline .m-text-media__row.-pos4 {
    margin: -2rem;
  }
}
@media (max-width: 599px) {
  .-layout-inline .m-text-media__row.-pos1, .-layout-inline .m-text-media__row.-pos2, .-layout-inline .m-text-media__row.-pos3, .-layout-inline .m-text-media__row.-pos4 {
    margin: -1rem;
  }
}
@media (max-width: 599px) {
  .-layout-inline .m-text-media__row.-pos1, .-layout-inline .m-text-media__row.-pos2, .-layout-inline .m-text-media__row.-pos3, .-layout-inline .m-text-media__row.-pos4 {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width: 899px) {
  .m-text-columns__list .-layout-inline .m-text-media__row.-pos1, .m-text-columns__list .-layout-inline .m-text-media__row.-pos2, .m-text-columns__list .-layout-inline .m-text-media__row.-pos3, .m-text-columns__list .-layout-inline .m-text-media__row.-pos4 {
    display: flex;
    flex-direction: column-reverse;
  }
}
.-layout-inline .m-text-media__row.-pos1, .-layout-inline .m-text-media__row.-pos2 {
  display: block;
}
@media (max-width: 599px) {
  .-layout-inline .m-text-media__row.-pos1, .-layout-inline .m-text-media__row.-pos2 {
    display: flex;
  }
}
@media (max-width: 899px) {
  .m-text-columns__list .-layout-inline .m-text-media__row.-pos1, .m-text-columns__list .-layout-inline .m-text-media__row.-pos2 {
    display: flex;
  }
}
.-layout-inline .m-text-media__row.-pos5, .-layout-inline .m-text-media__row.-pos6 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
.-layout-inline .m-text-media__text.-pos1, .-layout-inline .m-text-media__text.-pos2 {
  width: 100%;
  padding: 2rem;
}
@media (max-width: 1199px) {
  .-layout-inline .m-text-media__text.-pos1, .-layout-inline .m-text-media__text.-pos2 {
    padding: 2rem;
  }
}
@media (max-width: 599px) {
  .-layout-inline .m-text-media__text.-pos1, .-layout-inline .m-text-media__text.-pos2 {
    padding: 1rem;
  }
}
.-layout-inline .m-text-media__media.-pos1, .-layout-inline .m-text-media__media.-pos2 {
  width: 50%;
  padding: 2rem;
}
@media (max-width: 1199px) {
  .-layout-inline .m-text-media__media.-pos1, .-layout-inline .m-text-media__media.-pos2 {
    padding: 2rem;
  }
}
@media (max-width: 599px) {
  .-layout-inline .m-text-media__media.-pos1, .-layout-inline .m-text-media__media.-pos2 {
    padding: 1rem;
  }
}
@media (max-width: 599px) {
  .-layout-inline .m-text-media__media.-pos1, .-layout-inline .m-text-media__media.-pos2 {
    width: 100%;
  }
}
@media (max-width: 899px) {
  .m-text-columns__list .-layout-inline .m-text-media__media.-pos1, .m-text-columns__list .-layout-inline .m-text-media__media.-pos2 {
    width: 100%;
  }
}
@media (min-width: 600px) {
  .-layout-inline .m-text-media__media.-pos1 {
    float: right;
    margin-left: 2rem;
  }
}
@media (max-width: 899px) {
  .m-text-columns__list .-layout-inline .m-text-media__media.-pos1 {
    float: unset;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .-layout-inline .m-text-media__media.-pos1 {
    margin-left: 2rem;
  }
}
@media (min-width: 600px) {
  .-layout-inline .m-text-media__media.-pos2 {
    float: left;
    margin-right: 2rem;
  }
}
@media (max-width: 899px) {
  .m-text-columns__list .-layout-inline .m-text-media__media.-pos2 {
    float: unset;
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .-layout-inline .m-text-media__media.-pos2 {
    margin-right: 2rem;
  }
}
.-layout-inline .m-text-media__text.-pos3, .-layout-inline .m-text-media__text.-pos4 {
  width: 50%;
  padding: 2rem;
}
@media (max-width: 1199px) {
  .-layout-inline .m-text-media__text.-pos3, .-layout-inline .m-text-media__text.-pos4 {
    padding: 2rem;
  }
}
@media (max-width: 599px) {
  .-layout-inline .m-text-media__text.-pos3, .-layout-inline .m-text-media__text.-pos4 {
    padding: 1rem;
  }
}
@media (max-width: 599px) {
  .-layout-inline .m-text-media__text.-pos3, .-layout-inline .m-text-media__text.-pos4 {
    width: 100%;
  }
}
@media (max-width: 899px) {
  .m-text-columns__list .-layout-inline .m-text-media__text.-pos3, .m-text-columns__list .-layout-inline .m-text-media__text.-pos4 {
    width: 100%;
  }
}
.-layout-inline .m-text-media__media.-pos3, .-layout-inline .m-text-media__media.-pos4 {
  width: 50%;
  padding: 2rem;
}
@media (max-width: 1199px) {
  .-layout-inline .m-text-media__media.-pos3, .-layout-inline .m-text-media__media.-pos4 {
    padding: 2rem;
  }
}
@media (max-width: 599px) {
  .-layout-inline .m-text-media__media.-pos3, .-layout-inline .m-text-media__media.-pos4 {
    padding: 1rem;
  }
}
@media (max-width: 599px) {
  .-layout-inline .m-text-media__media.-pos3, .-layout-inline .m-text-media__media.-pos4 {
    width: 100%;
  }
}
@media (max-width: 899px) {
  .m-text-columns__list .-layout-inline .m-text-media__media.-pos3, .m-text-columns__list .-layout-inline .m-text-media__media.-pos4 {
    width: 100%;
  }
}
.-layout-inline .m-text-media__text.-pos3.-layout-cols7-3, .-layout-inline .m-text-media__text.-pos4.-layout-cols7-3 {
  width: 70%;
  padding: 2rem;
}
@media (max-width: 1199px) {
  .-layout-inline .m-text-media__text.-pos3.-layout-cols7-3, .-layout-inline .m-text-media__text.-pos4.-layout-cols7-3 {
    padding: 2rem;
  }
}
@media (max-width: 599px) {
  .-layout-inline .m-text-media__text.-pos3.-layout-cols7-3, .-layout-inline .m-text-media__text.-pos4.-layout-cols7-3 {
    padding: 1rem;
  }
}
@media (max-width: 599px) {
  .-layout-inline .m-text-media__text.-pos3.-layout-cols7-3, .-layout-inline .m-text-media__text.-pos4.-layout-cols7-3 {
    width: 100%;
  }
}
@media (max-width: 899px) {
  .m-text-columns__list .-layout-inline .m-text-media__text.-pos3.-layout-cols7-3, .m-text-columns__list .-layout-inline .m-text-media__text.-pos4.-layout-cols7-3 {
    width: 100%;
  }
}
.-layout-inline .m-text-media__media.-pos1.-layout-cols7-3, .-layout-inline .m-text-media__media.-pos2.-layout-cols7-3, .-layout-inline .m-text-media__media.-pos3.-layout-cols7-3, .-layout-inline .m-text-media__media.-pos4.-layout-cols7-3 {
  width: 30%;
  padding: 2rem;
}
@media (max-width: 1199px) {
  .-layout-inline .m-text-media__media.-pos1.-layout-cols7-3, .-layout-inline .m-text-media__media.-pos2.-layout-cols7-3, .-layout-inline .m-text-media__media.-pos3.-layout-cols7-3, .-layout-inline .m-text-media__media.-pos4.-layout-cols7-3 {
    padding: 2rem;
  }
}
@media (max-width: 599px) {
  .-layout-inline .m-text-media__media.-pos1.-layout-cols7-3, .-layout-inline .m-text-media__media.-pos2.-layout-cols7-3, .-layout-inline .m-text-media__media.-pos3.-layout-cols7-3, .-layout-inline .m-text-media__media.-pos4.-layout-cols7-3 {
    padding: 1rem;
  }
}
@media (max-width: 599px) {
  .-layout-inline .m-text-media__media.-pos1.-layout-cols7-3, .-layout-inline .m-text-media__media.-pos2.-layout-cols7-3, .-layout-inline .m-text-media__media.-pos3.-layout-cols7-3, .-layout-inline .m-text-media__media.-pos4.-layout-cols7-3 {
    width: 100%;
  }
}
@media (max-width: 899px) {
  .m-text-columns__list .-layout-inline .m-text-media__media.-pos1.-layout-cols7-3, .m-text-columns__list .-layout-inline .m-text-media__media.-pos2.-layout-cols7-3, .m-text-columns__list .-layout-inline .m-text-media__media.-pos3.-layout-cols7-3, .m-text-columns__list .-layout-inline .m-text-media__media.-pos4.-layout-cols7-3 {
    width: 100%;
  }
}
@media (min-width: 600px) {
  .-layout-inline .m-text-media__media.-pos3 {
    order: 2;
  }
}
.-layout-inline .m-text-media__media.-pos5 + .-layout-inline .m-text-media__text {
  padding-top: 4.8rem;
}
@media (max-width: 749px) {
  .-layout-inline .m-text-media__media.-pos5 + .-layout-inline .m-text-media__text {
    padding-top: 3.2rem;
  }
}
.-layout-inline .m-text-media__media.-pos6 + .-layout-inline .m-text-media__text {
  padding-bottom: 4.8rem;
}
@media (max-width: 749px) {
  .-layout-inline .m-text-media__media.-pos6 + .-layout-inline .m-text-media__text {
    padding-bottom: 3.2rem;
  }
}
@media (max-width: 749px) {
  .-layout-inline .m-text-media__figure {
    flex-basis: 33%;
  }
}
@media (max-width: 599px) {
  .-layout-inline .m-text-media__figure {
    flex-basis: 50%;
  }
}
.-layout-inline .m-text-media__file {
  margin-right: auto;
  margin-left: auto;
  border-radius: 5px;
}
.-layout-inline .m-text-media__gallery.-col1 .-layout-inline .m-text-media__file {
  width: 100%;
  max-width: 86rem;
}
.-layout-inline .m-text-media__mp3 {
  width: 100%;
}
.-layout-inline .m-text-media__image-desc {
  text-align: left;
  font-size: 1.8rem;
  font-family: "Archivo";
  color: #505050;
}
@media (max-width: 1000px) {
  .-layout-inline .m-text-media__image-desc {
    font-size: calc(1.44rem + 0.36vw);
  }
}

.-layout-gradient-bg .m-text-media__row {
  display: flex;
  position: relative;
}
.-layout-gradient-bg .m-text-media__media {
  width: 100%;
}
.-layout-gradient-bg .m-text-media__media img {
  width: 100%;
}
.-layout-gradient-bg .m-text-media__text {
  position: absolute;
  background: linear-gradient(90deg, #1F365D 20%, rgba(255, 255, 255, 0) 100%);
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}
.-layout-gradient-bg .m-text-media__text .e-text-rich {
  width: 50%;
  padding-left: 5rem;
}
.-layout-gradient-bg .m-text-media__text .-header {
  color: white;
  font-size: 3.5rem;
  padding-bottom: 3rem;
}
@media (max-width: 1000px) {
  .-layout-gradient-bg .m-text-media__text .-header {
    font-size: calc(1.61rem + 1.89vw);
  }
}
.-layout-gradient-bg .m-text-media__text .-subheader {
  font-size: 1.8rem;
  color: #93B3D9;
  text-transform: uppercase;
  padding-bottom: 0;
}
@media (max-width: 1000px) {
  .-layout-gradient-bg .m-text-media__text .-subheader {
    font-size: calc(1.44rem + 0.36vw);
  }
}
.-layout-gradient-bg .m-text-media__text .cta {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
}

.-layout-gallery .m-text-media__gallery {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.-layout-gallery .m-text-media__figure {
  height: 100%;
  margin-top: 5rem;
  padding-right: 2rem;
  padding-left: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.-layout-gallery .m-text-media__row {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
.-layout-gallery .m-text-media__text {
  width: 100%;
  padding: 2rem;
}
@media (max-width: 1199px) {
  .-layout-gallery .m-text-media__text {
    padding: 2rem;
  }
}
@media (max-width: 599px) {
  .-layout-gallery .m-text-media__text {
    padding: 1rem;
  }
}
.-layout-gallery .m-text-media__media {
  width: 100%;
  padding: 2rem;
}
@media (max-width: 1199px) {
  .-layout-gallery .m-text-media__media {
    padding: 2rem;
  }
}
@media (max-width: 599px) {
  .-layout-gallery .m-text-media__media {
    padding: 1rem;
  }
}
@media (max-width: 599px) {
  .-layout-gallery .m-text-media__media {
    width: 100%;
  }
}
@media (max-width: 899px) {
  .m-text-columns__list .-layout-gallery .m-text-media__media {
    width: 100%;
  }
}
.-layout-gallery .m-text-media__gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: -1rem;
}
@media (max-width: 1199px) {
  .-layout-gallery .m-text-media__gallery {
    margin: -1rem;
  }
}
@media (max-width: 599px) {
  .-layout-gallery .m-text-media__gallery {
    margin: -0.8rem;
  }
}
.-layout-gallery .m-text-media__gallery .m-text-media__figure {
  width: 100%;
  padding: 1rem;
}
@media (max-width: 1199px) {
  .-layout-gallery .m-text-media__gallery .m-text-media__figure {
    padding: 1rem;
  }
}
@media (max-width: 599px) {
  .-layout-gallery .m-text-media__gallery .m-text-media__figure {
    padding: 0.8rem;
  }
}
.-layout-gallery .m-text-media__gallery.-col1 .m-text-media__figure {
  width: 100%;
  padding: 1rem;
}
@media (max-width: 1199px) {
  .-layout-gallery .m-text-media__gallery.-col1 .m-text-media__figure {
    padding: 1rem;
  }
}
@media (max-width: 599px) {
  .-layout-gallery .m-text-media__gallery.-col1 .m-text-media__figure {
    padding: 0.8rem;
  }
}
.-layout-gallery .m-text-media__gallery.-col2 .m-text-media__figure {
  width: 50%;
  padding: 1rem;
}
@media (max-width: 1199px) {
  .-layout-gallery .m-text-media__gallery.-col2 .m-text-media__figure {
    padding: 1rem;
  }
}
@media (max-width: 599px) {
  .-layout-gallery .m-text-media__gallery.-col2 .m-text-media__figure {
    padding: 0.8rem;
  }
}
.-layout-gallery .m-text-media__gallery.-col3 .m-text-media__figure {
  width: 33.3333333333%;
  padding: 1rem;
}
@media (max-width: 1199px) {
  .-layout-gallery .m-text-media__gallery.-col3 .m-text-media__figure {
    padding: 1rem;
  }
}
@media (max-width: 599px) {
  .-layout-gallery .m-text-media__gallery.-col3 .m-text-media__figure {
    padding: 0.8rem;
  }
}
.-layout-gallery .m-text-media__gallery.-col4 .m-text-media__figure {
  width: 25%;
  padding: 1rem;
}
@media (max-width: 1199px) {
  .-layout-gallery .m-text-media__gallery.-col4 .m-text-media__figure {
    padding: 1rem;
  }
}
@media (max-width: 599px) {
  .-layout-gallery .m-text-media__gallery.-col4 .m-text-media__figure {
    padding: 0.8rem;
  }
}
.-layout-gallery .m-text-media__gallery.-col5 .m-text-media__figure {
  width: 20%;
  padding: 1rem;
}
@media (max-width: 1199px) {
  .-layout-gallery .m-text-media__gallery.-col5 .m-text-media__figure {
    padding: 1rem;
  }
}
@media (max-width: 599px) {
  .-layout-gallery .m-text-media__gallery.-col5 .m-text-media__figure {
    padding: 0.8rem;
  }
}
.-layout-gallery .m-text-media__gallery.-col6 .m-text-media__figure {
  width: 16.6666666667%;
  padding: 1rem;
}
@media (max-width: 1199px) {
  .-layout-gallery .m-text-media__gallery.-col6 .m-text-media__figure {
    padding: 1rem;
  }
}
@media (max-width: 599px) {
  .-layout-gallery .m-text-media__gallery.-col6 .m-text-media__figure {
    padding: 0.8rem;
  }
}
@media (max-width: 1199px) {
  .-layout-gallery .m-text-media__gallery.-col6 .m-text-media__figure {
    width: 25%;
  }
}
@media (max-width: 599px) {
  .-layout-gallery .m-text-media__gallery.-col6 .m-text-media__figure {
    width: 50%;
  }
}
@media (max-width: 899px) {
  .-layout-gallery .m-text-media__gallery.-col4 .m-text-media__figure, .-layout-gallery .m-text-media__gallery.-col5 .m-text-media__figure {
    width: 50%;
  }
}
@media (max-width: 899px) {
  .-layout-gallery .m-text-media__gallery.-col3 .m-text-media__figure {
    width: 50%;
  }
}
@media (max-width: 599px) {
  .-layout-gallery .m-text-media__gallery.-col3 .m-text-media__figure {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .-layout-gallery .m-text-media__gallery.-col2 .m-text-media__figure {
    width: 100%;
  }
}
.-layout-gallery .m-text-media__file {
  margin-right: auto;
  margin-left: auto;
  border-radius: 5px;
}
.-layout-gallery .m-text-media__gallery.-col1 .-layout-gallery .m-text-media__file {
  width: 100%;
  max-width: 86rem;
}
.-layout-gallery .m-text-media__mp3 {
  width: 100%;
}
.-layout-gallery .m-text-media__image-desc {
  text-align: left;
  font-size: 1.8rem;
  font-family: "Archivo";
  color: var(--txt2);
}
@media (max-width: 1000px) {
  .-layout-gallery .m-text-media__image-desc {
    font-size: calc(1.44rem + 0.36vw);
  }
}

.m-text-media__media.-pos5 + .m-text-media__text {
  padding-top: 3.2rem;
}
@media (max-width: 749px) {
  .m-text-media__media.-pos5 + .m-text-media__text {
    padding-top: 2.1333333333rem;
  }
}

.-layout-default .m-text-media__gallery {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.-layout-default .m-text-media__figure {
  height: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.-layout-default .m-text-media__row.-pos1, .-layout-default .m-text-media__row.-pos2, .-layout-default .m-text-media__row.-pos3, .-layout-default .m-text-media__row.-pos4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: -2rem;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .-layout-default .m-text-media__row.-pos1, .-layout-default .m-text-media__row.-pos2, .-layout-default .m-text-media__row.-pos3, .-layout-default .m-text-media__row.-pos4 {
    margin: -2rem;
  }
}
@media (max-width: 599px) {
  .-layout-default .m-text-media__row.-pos1, .-layout-default .m-text-media__row.-pos2, .-layout-default .m-text-media__row.-pos3, .-layout-default .m-text-media__row.-pos4 {
    margin: -1rem;
  }
}
@media (max-width: 599px) {
  .-layout-default .m-text-media__row.-pos1, .-layout-default .m-text-media__row.-pos2, .-layout-default .m-text-media__row.-pos3, .-layout-default .m-text-media__row.-pos4 {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width: 899px) {
  .m-text-columns__list .-layout-default .m-text-media__row.-pos1, .m-text-columns__list .-layout-default .m-text-media__row.-pos2, .m-text-columns__list .-layout-default .m-text-media__row.-pos3, .m-text-columns__list .-layout-default .m-text-media__row.-pos4 {
    display: flex;
    flex-direction: column-reverse;
  }
}
.-layout-default .m-text-media__row.-pos1, .-layout-default .m-text-media__row.-pos2 {
  display: block;
}
@media (max-width: 599px) {
  .-layout-default .m-text-media__row.-pos1, .-layout-default .m-text-media__row.-pos2 {
    display: flex;
  }
}
@media (max-width: 899px) {
  .m-text-columns__list .-layout-default .m-text-media__row.-pos1, .m-text-columns__list .-layout-default .m-text-media__row.-pos2 {
    display: flex;
  }
}
.-layout-default .m-text-media__row.-pos5, .-layout-default .m-text-media__row.-pos6 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
.-layout-default .m-text-media__text.-pos1, .-layout-default .m-text-media__text.-pos2 {
  width: 100%;
  padding: 2rem;
}
@media (max-width: 1199px) {
  .-layout-default .m-text-media__text.-pos1, .-layout-default .m-text-media__text.-pos2 {
    padding: 2rem;
  }
}
@media (max-width: 599px) {
  .-layout-default .m-text-media__text.-pos1, .-layout-default .m-text-media__text.-pos2 {
    padding: 1rem;
  }
}
.-layout-default .m-text-media__media.-pos1, .-layout-default .m-text-media__media.-pos2 {
  width: 50%;
  padding: 2rem;
}
@media (max-width: 1199px) {
  .-layout-default .m-text-media__media.-pos1, .-layout-default .m-text-media__media.-pos2 {
    padding: 2rem;
  }
}
@media (max-width: 599px) {
  .-layout-default .m-text-media__media.-pos1, .-layout-default .m-text-media__media.-pos2 {
    padding: 1rem;
  }
}
@media (max-width: 599px) {
  .-layout-default .m-text-media__media.-pos1, .-layout-default .m-text-media__media.-pos2 {
    width: 100%;
  }
}
@media (max-width: 899px) {
  .m-text-columns__list .-layout-default .m-text-media__media.-pos1, .m-text-columns__list .-layout-default .m-text-media__media.-pos2 {
    width: 100%;
  }
}
@media (min-width: 600px) {
  .-layout-default .m-text-media__media.-pos1 {
    float: right;
    margin-left: 2rem;
  }
}
@media (max-width: 899px) {
  .m-text-columns__list .-layout-default .m-text-media__media.-pos1 {
    float: unset;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .-layout-default .m-text-media__media.-pos1 {
    margin-left: 2rem;
  }
}
@media (min-width: 600px) {
  .-layout-default .m-text-media__media.-pos2 {
    float: left;
    margin-right: 2rem;
  }
}
@media (max-width: 899px) {
  .m-text-columns__list .-layout-default .m-text-media__media.-pos2 {
    float: unset;
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .-layout-default .m-text-media__media.-pos2 {
    margin-right: 2rem;
  }
}
.-layout-default .m-text-media__text.-pos3, .-layout-default .m-text-media__text.-pos4 {
  width: 50%;
  padding: 2rem;
}
@media (max-width: 1199px) {
  .-layout-default .m-text-media__text.-pos3, .-layout-default .m-text-media__text.-pos4 {
    padding: 2rem;
  }
}
@media (max-width: 599px) {
  .-layout-default .m-text-media__text.-pos3, .-layout-default .m-text-media__text.-pos4 {
    padding: 1rem;
  }
}
@media (max-width: 599px) {
  .-layout-default .m-text-media__text.-pos3, .-layout-default .m-text-media__text.-pos4 {
    width: 100%;
  }
}
@media (max-width: 899px) {
  .m-text-columns__list .-layout-default .m-text-media__text.-pos3, .m-text-columns__list .-layout-default .m-text-media__text.-pos4 {
    width: 100%;
  }
}
.-layout-default .m-text-media__media.-pos3, .-layout-default .m-text-media__media.-pos4 {
  width: 50%;
  padding: 2rem;
}
@media (max-width: 1199px) {
  .-layout-default .m-text-media__media.-pos3, .-layout-default .m-text-media__media.-pos4 {
    padding: 2rem;
  }
}
@media (max-width: 599px) {
  .-layout-default .m-text-media__media.-pos3, .-layout-default .m-text-media__media.-pos4 {
    padding: 1rem;
  }
}
@media (max-width: 599px) {
  .-layout-default .m-text-media__media.-pos3, .-layout-default .m-text-media__media.-pos4 {
    width: 100%;
  }
}
@media (max-width: 899px) {
  .m-text-columns__list .-layout-default .m-text-media__media.-pos3, .m-text-columns__list .-layout-default .m-text-media__media.-pos4 {
    width: 100%;
  }
}
.-layout-default .m-text-media__text.-pos3.-layout-cols7-3, .-layout-default .m-text-media__text.-pos4.-layout-cols7-3 {
  width: 70%;
  padding: 2rem;
}
@media (max-width: 1199px) {
  .-layout-default .m-text-media__text.-pos3.-layout-cols7-3, .-layout-default .m-text-media__text.-pos4.-layout-cols7-3 {
    padding: 2rem;
  }
}
@media (max-width: 599px) {
  .-layout-default .m-text-media__text.-pos3.-layout-cols7-3, .-layout-default .m-text-media__text.-pos4.-layout-cols7-3 {
    padding: 1rem;
  }
}
@media (max-width: 599px) {
  .-layout-default .m-text-media__text.-pos3.-layout-cols7-3, .-layout-default .m-text-media__text.-pos4.-layout-cols7-3 {
    width: 100%;
  }
}
@media (max-width: 899px) {
  .m-text-columns__list .-layout-default .m-text-media__text.-pos3.-layout-cols7-3, .m-text-columns__list .-layout-default .m-text-media__text.-pos4.-layout-cols7-3 {
    width: 100%;
  }
}
.-layout-default .m-text-media__media.-pos1.-layout-cols7-3, .-layout-default .m-text-media__media.-pos2.-layout-cols7-3, .-layout-default .m-text-media__media.-pos3.-layout-cols7-3, .-layout-default .m-text-media__media.-pos4.-layout-cols7-3 {
  width: 30%;
  padding: 2rem;
}
@media (max-width: 1199px) {
  .-layout-default .m-text-media__media.-pos1.-layout-cols7-3, .-layout-default .m-text-media__media.-pos2.-layout-cols7-3, .-layout-default .m-text-media__media.-pos3.-layout-cols7-3, .-layout-default .m-text-media__media.-pos4.-layout-cols7-3 {
    padding: 2rem;
  }
}
@media (max-width: 599px) {
  .-layout-default .m-text-media__media.-pos1.-layout-cols7-3, .-layout-default .m-text-media__media.-pos2.-layout-cols7-3, .-layout-default .m-text-media__media.-pos3.-layout-cols7-3, .-layout-default .m-text-media__media.-pos4.-layout-cols7-3 {
    padding: 1rem;
  }
}
@media (max-width: 599px) {
  .-layout-default .m-text-media__media.-pos1.-layout-cols7-3, .-layout-default .m-text-media__media.-pos2.-layout-cols7-3, .-layout-default .m-text-media__media.-pos3.-layout-cols7-3, .-layout-default .m-text-media__media.-pos4.-layout-cols7-3 {
    width: 100%;
  }
}
@media (max-width: 899px) {
  .m-text-columns__list .-layout-default .m-text-media__media.-pos1.-layout-cols7-3, .m-text-columns__list .-layout-default .m-text-media__media.-pos2.-layout-cols7-3, .m-text-columns__list .-layout-default .m-text-media__media.-pos3.-layout-cols7-3, .m-text-columns__list .-layout-default .m-text-media__media.-pos4.-layout-cols7-3 {
    width: 100%;
  }
}
@media (min-width: 600px) {
  .-layout-default .m-text-media__media.-pos3 {
    order: 2;
  }
}
.-layout-default .m-text-media__media.-pos3 .m-text-media__figure {
  margin-top: 0;
}
.-layout-default .m-text-media__media.-pos5 + .-layout-default .m-text-media__text {
  padding-top: 4.8rem;
}
@media (max-width: 749px) {
  .-layout-default .m-text-media__media.-pos5 + .-layout-default .m-text-media__text {
    padding-top: 3.2rem;
  }
}
.-layout-default .m-text-media__media.-pos6 + .-layout-default .m-text-media__text {
  padding-bottom: 4.8rem;
}
@media (max-width: 749px) {
  .-layout-default .m-text-media__media.-pos6 + .-layout-default .m-text-media__text {
    padding-bottom: 3.2rem;
  }
}
.-layout-default .m-text-media__gallery.-pos5, .-layout-default .m-text-media__gallery.-pos6 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: -1rem;
}
@media (max-width: 1199px) {
  .-layout-default .m-text-media__gallery.-pos5, .-layout-default .m-text-media__gallery.-pos6 {
    margin: -1rem;
  }
}
@media (max-width: 599px) {
  .-layout-default .m-text-media__gallery.-pos5, .-layout-default .m-text-media__gallery.-pos6 {
    margin: -0.8rem;
  }
}
.-layout-default .m-text-media__gallery.-pos5 .m-text-media__figure, .-layout-default .m-text-media__gallery.-pos6 .m-text-media__figure {
  width: 100%;
  padding: 1rem;
}
@media (max-width: 1199px) {
  .-layout-default .m-text-media__gallery.-pos5 .m-text-media__figure, .-layout-default .m-text-media__gallery.-pos6 .m-text-media__figure {
    padding: 1rem;
  }
}
@media (max-width: 599px) {
  .-layout-default .m-text-media__gallery.-pos5 .m-text-media__figure, .-layout-default .m-text-media__gallery.-pos6 .m-text-media__figure {
    padding: 0.8rem;
  }
}
.-layout-default .m-text-media__gallery.-pos5.-col1 .m-text-media__figure, .-layout-default .m-text-media__gallery.-pos6.-col1 .m-text-media__figure {
  width: 100%;
  padding: 1rem;
}
@media (max-width: 1199px) {
  .-layout-default .m-text-media__gallery.-pos5.-col1 .m-text-media__figure, .-layout-default .m-text-media__gallery.-pos6.-col1 .m-text-media__figure {
    padding: 1rem;
  }
}
@media (max-width: 599px) {
  .-layout-default .m-text-media__gallery.-pos5.-col1 .m-text-media__figure, .-layout-default .m-text-media__gallery.-pos6.-col1 .m-text-media__figure {
    padding: 0.8rem;
  }
}
.-layout-default .m-text-media__gallery.-pos5.-col2 .m-text-media__figure, .-layout-default .m-text-media__gallery.-pos6.-col2 .m-text-media__figure {
  width: 50%;
  padding: 1rem;
}
@media (max-width: 1199px) {
  .-layout-default .m-text-media__gallery.-pos5.-col2 .m-text-media__figure, .-layout-default .m-text-media__gallery.-pos6.-col2 .m-text-media__figure {
    padding: 1rem;
  }
}
@media (max-width: 599px) {
  .-layout-default .m-text-media__gallery.-pos5.-col2 .m-text-media__figure, .-layout-default .m-text-media__gallery.-pos6.-col2 .m-text-media__figure {
    padding: 0.8rem;
  }
}
.-layout-default .m-text-media__gallery.-pos5.-col3 .m-text-media__figure, .-layout-default .m-text-media__gallery.-pos6.-col3 .m-text-media__figure {
  width: 33.3333333333%;
  padding: 1rem;
}
@media (max-width: 1199px) {
  .-layout-default .m-text-media__gallery.-pos5.-col3 .m-text-media__figure, .-layout-default .m-text-media__gallery.-pos6.-col3 .m-text-media__figure {
    padding: 1rem;
  }
}
@media (max-width: 599px) {
  .-layout-default .m-text-media__gallery.-pos5.-col3 .m-text-media__figure, .-layout-default .m-text-media__gallery.-pos6.-col3 .m-text-media__figure {
    padding: 0.8rem;
  }
}
.-layout-default .m-text-media__gallery.-pos5.-col4 .m-text-media__figure, .-layout-default .m-text-media__gallery.-pos6.-col4 .m-text-media__figure {
  width: 25%;
  padding: 1rem;
}
@media (max-width: 1199px) {
  .-layout-default .m-text-media__gallery.-pos5.-col4 .m-text-media__figure, .-layout-default .m-text-media__gallery.-pos6.-col4 .m-text-media__figure {
    padding: 1rem;
  }
}
@media (max-width: 599px) {
  .-layout-default .m-text-media__gallery.-pos5.-col4 .m-text-media__figure, .-layout-default .m-text-media__gallery.-pos6.-col4 .m-text-media__figure {
    padding: 0.8rem;
  }
}
.-layout-default .m-text-media__gallery.-pos5.-col5 .m-text-media__figure, .-layout-default .m-text-media__gallery.-pos6.-col5 .m-text-media__figure {
  width: 20%;
  padding: 1rem;
}
@media (max-width: 1199px) {
  .-layout-default .m-text-media__gallery.-pos5.-col5 .m-text-media__figure, .-layout-default .m-text-media__gallery.-pos6.-col5 .m-text-media__figure {
    padding: 1rem;
  }
}
@media (max-width: 599px) {
  .-layout-default .m-text-media__gallery.-pos5.-col5 .m-text-media__figure, .-layout-default .m-text-media__gallery.-pos6.-col5 .m-text-media__figure {
    padding: 0.8rem;
  }
}
.-layout-default .m-text-media__gallery.-pos5.-col6 .m-text-media__figure, .-layout-default .m-text-media__gallery.-pos6.-col6 .m-text-media__figure {
  width: 16.6666666667%;
  padding: 1rem;
}
@media (max-width: 1199px) {
  .-layout-default .m-text-media__gallery.-pos5.-col6 .m-text-media__figure, .-layout-default .m-text-media__gallery.-pos6.-col6 .m-text-media__figure {
    padding: 1rem;
  }
}
@media (max-width: 599px) {
  .-layout-default .m-text-media__gallery.-pos5.-col6 .m-text-media__figure, .-layout-default .m-text-media__gallery.-pos6.-col6 .m-text-media__figure {
    padding: 0.8rem;
  }
}
@media (max-width: 1199px) {
  .-layout-default .m-text-media__gallery.-pos5.-col6 .m-text-media__figure, .-layout-default .m-text-media__gallery.-pos6.-col6 .m-text-media__figure {
    width: 25%;
  }
}
@media (max-width: 599px) {
  .-layout-default .m-text-media__gallery.-pos5.-col6 .m-text-media__figure, .-layout-default .m-text-media__gallery.-pos6.-col6 .m-text-media__figure {
    width: 50%;
  }
}
@media (max-width: 899px) {
  .-layout-default .m-text-media__gallery.-pos5.-col4 .m-text-media__figure, .-layout-default .m-text-media__gallery.-pos5.-col5 .m-text-media__figure, .-layout-default .m-text-media__gallery.-pos6.-col4 .m-text-media__figure, .-layout-default .m-text-media__gallery.-pos6.-col5 .m-text-media__figure {
    width: 50%;
  }
}
@media (max-width: 899px) {
  .-layout-default .m-text-media__gallery.-pos5.-col3 .m-text-media__figure, .-layout-default .m-text-media__gallery.-pos6.-col3 .m-text-media__figure {
    width: 50%;
  }
}
@media (max-width: 599px) {
  .-layout-default .m-text-media__gallery.-pos5.-col3 .m-text-media__figure, .-layout-default .m-text-media__gallery.-pos6.-col3 .m-text-media__figure {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .-layout-default .m-text-media__gallery.-pos5.-col2 .m-text-media__figure, .-layout-default .m-text-media__gallery.-pos6.-col2 .m-text-media__figure {
    width: 100%;
  }
}
.-layout-default .m-text-media__media.-pos6 {
  order: 2;
}
.-layout-default .m-text-media__gallery.-pos1, .-layout-default .m-text-media__gallery.-pos2, .-layout-default .m-text-media__gallery.-pos3, .-layout-default .m-text-media__gallery.-pos4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: -1rem;
}
@media (max-width: 1199px) {
  .-layout-default .m-text-media__gallery.-pos1, .-layout-default .m-text-media__gallery.-pos2, .-layout-default .m-text-media__gallery.-pos3, .-layout-default .m-text-media__gallery.-pos4 {
    margin: -1rem;
  }
}
@media (max-width: 599px) {
  .-layout-default .m-text-media__gallery.-pos1, .-layout-default .m-text-media__gallery.-pos2, .-layout-default .m-text-media__gallery.-pos3, .-layout-default .m-text-media__gallery.-pos4 {
    margin: -0.8rem;
  }
}
.-layout-default .m-text-media__gallery.-pos1 .m-text-media__figure, .-layout-default .m-text-media__gallery.-pos2 .m-text-media__figure, .-layout-default .m-text-media__gallery.-pos3 .m-text-media__figure, .-layout-default .m-text-media__gallery.-pos4 .m-text-media__figure {
  width: 100%;
  padding: 1rem;
}
@media (max-width: 1199px) {
  .-layout-default .m-text-media__gallery.-pos1 .m-text-media__figure, .-layout-default .m-text-media__gallery.-pos2 .m-text-media__figure, .-layout-default .m-text-media__gallery.-pos3 .m-text-media__figure, .-layout-default .m-text-media__gallery.-pos4 .m-text-media__figure {
    padding: 1rem;
  }
}
@media (max-width: 599px) {
  .-layout-default .m-text-media__gallery.-pos1 .m-text-media__figure, .-layout-default .m-text-media__gallery.-pos2 .m-text-media__figure, .-layout-default .m-text-media__gallery.-pos3 .m-text-media__figure, .-layout-default .m-text-media__gallery.-pos4 .m-text-media__figure {
    padding: 0.8rem;
  }
}
.-layout-default .m-text-media__file {
  margin-right: auto;
  margin-left: auto;
  border-radius: 5px;
}
.-layout-default .m-text-media__image, .-layout-default .m-text-media__picture {
  height: auto;
}
.-layout-default .m-text-media__gallery.-col1 .-layout-default .m-text-media__file {
  width: 100%;
  max-width: 86rem;
}
.-layout-default .m-text-media__mp3 {
  width: 100%;
}
.-layout-default .m-text-media__image-desc {
  align-self: flex-start;
  font-size: 1.8rem;
  font-family: "Archivo";
  color: #505050;
  text-transform: uppercase;
}
@media (max-width: 1000px) {
  .-layout-default .m-text-media__image-desc {
    font-size: calc(1.44rem + 0.36vw);
  }
}

.-media-size-75 .m-text-media__picture {
  width: 75%;
}
.-media-size-75 .m-text-media__picture img {
  width: 100%;
}
.-media-size-50 .m-text-media__picture {
  width: 50%;
}
.-media-size-50 .m-text-media__picture img {
  width: 100%;
}
.-media-size-25 .m-text-media__picture {
  width: 25%;
}
.-media-size-25 .m-text-media__picture img {
  width: 100%;
}
.-media-size-max-content .m-text-media__picture {
  width: 100%;
}
.-media-size-max-content .m-text-media__picture img {
  width: 100%;
}

.m-text-quote {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
  background: white;
  border-radius: 5px;
  overflow: hidden;
}
.m-text-quote__text, .m-text-quote__figure {
  width: 50%;
}
.m-text-quote__text {
  padding-left: 4.8rem;
  padding-right: 4.8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media (max-width: 1199px) {
  .m-text-quote__text {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media (max-width: 749px) {
  .m-text-quote__text {
    padding-top: 5.3333333333rem;
    padding-bottom: 5.3333333333rem;
  }
}
.m-text-quote__figure {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 45%;
}
.m-text-quote__figure > picture > img, .m-text-quote__figure > video, .m-text-quote__figure > iframe {
  position: absolute;
  min-width: 500%;
  min-height: 500%;
  width: auto;
  height: auto;
  max-width: unset;
  max-height: unset;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.2);
          transform: translateX(-50%) translateY(-50%) scale(0.2);
  -o-object-fit: cover;
     object-fit: cover;
}
.m-text-quote__quote {
  font-size: 3.5rem;
  font-family: "Outfit";
  font-weight: 500;
  line-height: 1.3;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  color: var(--ac2);
}
@media (max-width: 1000px) {
  .m-text-quote__quote {
    font-size: calc(1.61rem + 1.89vw);
  }
}
@media (max-width: 749px) {
  .m-text-quote__quote {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }
}
.m-text-quote__attribution {
  padding-bottom: 3.2rem;
}
@media (max-width: 749px) {
  .m-text-quote__attribution {
    padding-bottom: 2.1333333333rem;
  }
}
.m-text-quote__icon {
  color: var(--ac2);
  height: 2em;
  width: 2em;
}

.m-text-sheet {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  color: var(--ac2);
}
.m-text-sheet .-product_range,
.m-text-sheet .-dosage {
  display: none;
}
.m-text-sheet .-ingredients {
  order: 10;
}
.m-text-sheet .-important_information {
  order: 9;
}
.m-text-sheet__downloads {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  padding-top: 4.8rem;
  color: var(--ac2);
}
@media (max-width: 749px) {
  .m-text-sheet__downloads {
    padding-top: 3.2rem;
  }
}
.m-text-sheet__downloads__header {
  padding-bottom: 3.2rem;
  font-weight: bold;
}
@media (max-width: 749px) {
  .m-text-sheet__downloads__header {
    padding-bottom: 2.1333333333rem;
  }
}
.m-text-sheet__download__link {
  padding-bottom: 0.5em;
  color: var(--ac2);
}
.m-text-sheet__download__link:hover {
  color: var(--ac2);
}

.m-text-tabs__menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 4.8rem;
}
@media (max-width: 749px) {
  .m-text-tabs__menu {
    padding-bottom: 3.2rem;
  }
}
.e-text-rich + .m-text-tabs__menu {
  padding-top: 4.8rem;
}
@media (max-width: 749px) {
  .e-text-rich + .m-text-tabs__menu {
    padding-top: 3.2rem;
  }
}
.m-text-tabs__content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: ease-out, opacity 0.05s;
}
.m-text-tabs__item:first-child .m-text-tabs__content {
  max-height: unset;
}
.m-text-tabs__item.-open .m-text-tabs__content {
  opacity: 1;
}
.m-text-tabs__menu .e-control-toggle-select__option.-active {
  pointer-events: none;
}

.m-text-teaser__wrap {
  position: relative;
}
.m-text-teaser__wrap.-blue-gradient-box-bg.-range-immun {
  background: var(--ac2);
}
@media (min-width: 600px) {
  .m-text-teaser__wrap.-page.-icon-bg {
    padding-top: 12.8rem;
    padding-bottom: 12.8rem;
  }
}
@media (min-width: 600px) and (max-width: 749px) {
  .m-text-teaser__wrap.-page.-icon-bg {
    padding-top: 8.5333333333rem;
    padding-bottom: 8.5333333333rem;
  }
}
.m-text-teaser__background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: var(--ac2);
  overflow: hidden;
}
.m-text-teaser__background__figure {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.m-text-teaser__background__figure > picture > img, .m-text-teaser__background__figure > video, .m-text-teaser__background__figure > iframe {
  position: absolute;
  min-width: 500%;
  min-height: 500%;
  width: auto;
  height: auto;
  max-width: unset;
  max-height: unset;
  left: 50%;
  top: 0;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: translateX(-50%) translateY(0) scale(0.2);
          transform: translateX(-50%) translateY(0) scale(0.2);
  -o-object-fit: cover;
     object-fit: cover;
}
.m-text-teaser__background__figure[class*=-gradient-bg] {
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.m-text-teaser__headline.h3 {
  text-transform: none;
  text-align: left;
  padding-top: 0;
}
.m-text-teaser__button__wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 4.8rem;
}
@media (max-width: 749px) {
  .m-text-teaser__button__wrap {
    margin-top: 3.2rem;
  }
}
.m-text-teaser__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: -1rem;
}
@media (max-width: 1199px) {
  .m-text-teaser__row {
    margin: -1rem;
  }
}
@media (max-width: 599px) {
  .m-text-teaser__row {
    margin: -0.8rem;
  }
}
.m-text-teaser__text {
  position: relative;
}
.m-text-teaser__row .m-text-teaser__text, .m-text-teaser__row .m-text-teaser__visual {
  width: 50%;
  padding: 1rem;
}
@media (max-width: 1199px) {
  .m-text-teaser__row .m-text-teaser__text, .m-text-teaser__row .m-text-teaser__visual {
    padding: 1rem;
  }
}
@media (max-width: 599px) {
  .m-text-teaser__row .m-text-teaser__text, .m-text-teaser__row .m-text-teaser__visual {
    padding: 0.8rem;
  }
}
@media (max-width: 599px) {
  .m-text-teaser__row .m-text-teaser__text, .m-text-teaser__row .m-text-teaser__visual {
    width: 100%;
  }
}
.m-text-teaser__visual {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
@media (min-width: 600px) {
  .m-text-teaser__visual {
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
  }
}
.m-text-teaser__icon__wrap {
  position: absolute;
  right: 0;
  bottom: -1em;
  height: 2.5em;
  width: 2.5em;
  background: #EFEFEF;
  color: var(--ac2);
  border-radius: 100%;
  transition: color 0.15s, background 0.2s, -webkit-filter 0.15s;
  transition: color 0.15s, background 0.2s, filter 0.15s;
  transition: color 0.15s, background 0.2s, filter 0.15s, -webkit-filter 0.15s;
}
.m-text-teaser__icon__wrap:hover {
  background: var(--ac2);
  color: white;
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.m-text-teaser__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.m-text-teaser__icon__label {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: white;
  padding-right: 0.5em;
  opacity: 0;
  transition: opacity 0.15s;
}
.m-text-teaser__icon__wrap:hover .m-text-teaser__icon__label {
  opacity: 1;
}
.m-text-teaser__shop {
  padding-top: 3.2rem;
}
@media (max-width: 749px) {
  .m-text-teaser__shop {
    padding-top: 2.1333333333rem;
  }
}
.m-text-teaser__bg-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  width: 21.6em;
  height: 18em;
  opacity: 0.1;
}
/*# sourceMappingURL=styles.css.map */