@charset "UTF-8";
/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
::before,
::after {
  box-sizing: border-box;
}

html {
  /* Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) */
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  line-height: 1.15; /* 1. Correct the line height in all browsers. */
  -webkit-text-size-adjust: 100%; /* 2. Prevent adjustments of font size after orientation changes in iOS. */
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4; /* 3. Use a more readable tab size (opinionated). */
}

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

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

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, 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;
}

/*
Tabular data
============
*/
/**
Correct table border color inheritance in Chrome and Safari. (https://issues.chromium.org/issues/40615503, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
  border-color: currentcolor;
}

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

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

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
  padding: 0;
}

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

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-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.
*/
::-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 Chrome and Safari.
*/
summary {
  display: list-item;
}

meta[name=x-koch-breakpoints] {
  font-family: "xs=320px&xsm=370px&sm=568px&md=768px&lg=1024px&meta=1150px&xl=1366px&xxl=1440px&xxxl=1600px&max=1920px";
}

.light-mode:root,
:root {
  color-scheme: light;
  --brand-01: #CE0D15;
  --brand-02: #868689;
  --brand-01-100:#ED3829;
  --brand-01-300: #DE261F;
  --brand-01-700: #C4000F;
  --brand-01-900: #B0000D;
  --color-white: #ffffff;
  --color-black: #000000;
  --color-gray-50: #F5F5F5;
  --color-gray-75: #E5E5E5;
  --color-gray-100: #D4D4DA;
  --color-gray-200: #868689;
  --color-gray-400: #868689;
  --color-gray-500: #737373;
  --color-gray-600: #57575A;
  --color-gray-700: #383839;
  --color-gray-800: #202022;
  --color-gray-900: #1A1A1C;
  --border-primary: var(--color-gray-700);
  --border-secondary: var(--color-gray-100);
  --border-invert: var(--color-gray-50);
  --border-on-highlight: var(--color-gray-50);
  --border-highlight: var(--brand-01);
  --border-disabled: var(--color-gray-100);
  --border-error: var(--brand-01);
  --backgroundcolor-surface-primary: var(--color-gray-50);
  --backgroundcolor-surface-secondary: var(--color-white);
  --backgroundcolor-surface-tertiary: var(--color-gray-700);
  --backgroundcolor-surface-quaternary: var(--color-gray-75);
  --backgroundcolor-surface-highlight: var(--brand-01);
  --text-primary: var(--color-gray-700);
  --text-secondary: var(--color-gray-100);
  --text-invert: var(--color-gray-50);
  --text-highlight: var(--brand-01);
  --text-disabled: var(--color-gray-400);
  --text-error: var(--text-highlight);
  --text-on-highlight: var(--color-gray-50);
  --global-bg: var(--backgroundcolor-surface-primary);
  --default-color: var(--backgroundcolor-surface-primary);
  --primary-color: var(--brand-01);
  --secondary-color: var(--color-white);
  --tertiary-color: var(--color-white);
  --error-color: var(--text-error);
  --info-color: var(--color-blue);
  --success-color: var(--color-green);
  --warning-color: var(--color-orange);
  --icon-color: var(--brand-01);
  --link-color: var(--color-black);
  --text-color: var(--color-gray-700);
  --effect-glow: var(--color-white);
  --effect-shadow: rgba(0,0,0, 20%);
  --fade-start: var(--color-gray-50);
  --fade-end: var(--backgroundcolor-surface-primary);
  --gradient-01-start: rgba(0,0,0, 10%);
  --gradient-01-end: rgba(255,255,255, 10%);
  --gradient-02-start: var(--brand-01-100);
  --gradient-02-end: var(--brand-01);
  --overlay: rgba(0,0,0, 0.7);
  --state-default: var(--color-gray-700);
  --state-hover: var(--brand-01);
  --placehoder-color: var(--color-gray-200);
  --logo-bank: var(--brand-02);
  --logo-wir: var(--color-white);
  --logo-circle: var(--brand-01);
}
.dark-mode:root {
  color-scheme: dark;
  --brand-01: #CE0D15;
  --brand-02: #868689;
  --brand-01-100:#FF4232;
  --brand-01-300: #DE261F;
  --brand-01-700: #C4000F;
  --brand-01-900: #B0000D;
  --color-white: #ffffff;
  --color-black: #000000;
  --color-gray-50: #F5F5F5;
  --color-gray-75: #E5E5E5;
  --color-gray-100: #D4D4DA;
  --color-gray-200: #868689;
  --color-gray-400: #868689;
  --color-gray-500: #737373;
  --color-gray-600: #57575A;
  --color-gray-700: #383839;
  --color-gray-800: #202022;
  --color-gray-900: #1A1A1C;
  --color-gray-950: #28333E;
  --border-primary: var(--color-gray-100);
  --border-secondary: var(--color-gray-700);
  --border-invert: var(--color-gray-800);
  --border-on-highlight: var(--color-gray-50);
  --border-highlight: var(--brand-01-100);
  --border-disabled: var(--color-gray-700);
  --border-error: var(--brand-01-100);
  --backgroundcolor-surface-primary: var(--color-gray-800);
  --backgroundcolor-surface-secondary: var(--color-black);
  --backgroundcolor-surface-tertiary: var(--color-gray-200);
  --backgroundcolor-surface-quaternary: var(--color-gray-900);
  --backgroundcolor-surface-highlight: var(--brand-01);
  --text-primary: var(--color-gray-100);
  --text-secondary: var(--color-gray-700);
  --text-invert: var(--color-gray-800);
  --text-highlight: var(--brand-01-100);
  --text-disabled: var(--color-gray-700);
  --text-error: var(--brand-01-100);
  --text-on-highlight: var(--color-gray-50);
  --global-bg: var(--backgroundcolor-surface-primary);
  --default-color: var(--backgroundcolor-surface-primary);
  --primary-color: var(--brand-01);
  --secondary-color: var(--color-white);
  --tertiary-color: var(--color-white);
  --error-color: var(--brand-01-100);
  --info-color: var(--color-blue);
  --success-color: var(--color-green);
  --warning-color: var(--color-orange);
  --icon-color: var(--brand-01);
  --link-color: var(--color-white);
  --text-color: var(--color-gray-100);
  --effect-glow: rgba(255, 255, 255, 3%);
  --effect-shadow: rgba(0, 0, 0, 40%);
  --fade-start: #202022;
  --fade-end: var(--backgroundcolor-surface-primary);
  --gradient-01-start: rgba(255, 255, 255, 0%);
  --gradient-01-end: rgba(255, 255, 255, 10%);
  --gradient-02-start: var(--brand-01-900);
  --gradient-02-end: var(--brand-01);
  --overlay: rgba(0,0,0, 0.8);
  --state-default: var(--color-gray-100);
  --state-hover: var(--brand-01-100);
  --placehoder-color: var(--color-gray-200);
  --logo-bank: var(--color-white);
  --logo-wir: var(--color-white);
  --logo-circle: var(--brand-01);
}

button.c-hamburger {
  height: 32px;
  width: 32px;
}

div.c-hamburger {
  height: 32px;
  width: 32px;
}
div.c-hamburger > .inner {
  top: 50%;
}

.c-hamburger {
  border: 0 transparent solid;
  border-radius: 0px;
  cursor: pointer;
  display: inline-block;
  font: inherit;
  opacity: 1;
  overflow: visible;
  padding: 10px;
  text-transform: none;
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.c-hamburger:hover {
  background-color: transparent;
  opacity: 1;
}
.c-hamburger:hover span.bar {
  background-color: var(--text-color);
}
.c-hamburger:hover > .inner:nth-child(1)::before, .c-hamburger:hover > .inner:nth-child(1)::after, .c-hamburger:hover > .inner:nth-child(2)::before, .c-hamburger:hover > .inner:nth-child(2)::after, .c-hamburger:hover > .inner:nth-child(3)::before, .c-hamburger:hover > .inner:nth-child(3)::after,
.c-hamburger:hover span.bar:nth-child(1)::before,
.c-hamburger:hover span.bar:nth-child(1)::after,
.c-hamburger:hover span.bar:nth-child(2)::before,
.c-hamburger:hover span.bar:nth-child(2)::after,
.c-hamburger:hover span.bar:nth-child(3)::before,
.c-hamburger:hover span.bar:nth-child(3)::after {
  background-color: var(--text-color);
}
.c-hamburger.is-active {
  background-color: transparent;
}
.c-hamburger.is-active span.bar {
  background-color: var(--text-color);
}
.c-hamburger.is-active > .inner:nth-child(1)::before, .c-hamburger.is-active > .inner:nth-child(1)::after, .c-hamburger.is-active > .inner:nth-child(2)::before, .c-hamburger.is-active > .inner:nth-child(2)::after, .c-hamburger.is-active > .inner:nth-child(3)::before, .c-hamburger.is-active > .inner:nth-child(3)::after,
.c-hamburger.is-active span.bar:nth-child(1)::before,
.c-hamburger.is-active span.bar:nth-child(1)::after,
.c-hamburger.is-active span.bar:nth-child(2)::before,
.c-hamburger.is-active span.bar:nth-child(2)::after,
.c-hamburger.is-active span.bar:nth-child(3)::before,
.c-hamburger.is-active span.bar:nth-child(3)::after {
  background-color: var(--text-color);
}
.c-hamburger > .inner {
  margin: 0;
  margin-top: -0.5px;
  position: relative;
  width: 100%;
}
.c-hamburger span.bar {
  background-color: var(--text-color);
  border-radius: 0;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
}
.c-hamburger span.bar:nth-child(1) {
  top: -10px;
}
.c-hamburger span.bar:nth-child(3) {
  top: 10px;
}
.c-hamburger:focus {
  outline: 0;
}

.c-hamburger--stack span.bar {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s, opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0.25s;
}
.c-hamburger--stack span.bar:nth-child(1), .c-hamburger--stack span.bar:nth-child(3) {
  background: none;
  top: 0;
}
.c-hamburger--stack span.bar:nth-child(1)::before, .c-hamburger--stack span.bar:nth-child(3)::before {
  background-color: var(--text-color);
  border-radius: 0;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
  transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.c-hamburger--stack span.bar:nth-child(1) {
  transform: translate3d(0, -10px, 0);
}
.c-hamburger--stack span.bar:nth-child(3) {
  transform: translate3d(0, 10px, 0);
}
.c-hamburger--stack.is-active span.bar {
  transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.c-hamburger--stack.is-active span.bar:nth-child(1), .c-hamburger--stack.is-active span.bar:nth-child(3) {
  transform: translate3d(0, 0, 0);
}
.c-hamburger--stack.is-active span.bar:nth-child(1)::before, .c-hamburger--stack.is-active span.bar:nth-child(3)::before {
  transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0.15s;
}
.c-hamburger--stack.is-active span.bar:nth-child(1)::before {
  transform: rotate(45deg);
}
.c-hamburger--stack.is-active span.bar:nth-child(2) {
  opacity: 0;
}
.c-hamburger--stack.is-active span.bar:nth-child(3)::before {
  transform: rotate(-45deg);
}

@font-face {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../Fonts/HelveticaNeue-Light.woff2") format("woff2"), url("../Fonts/HelveticaNeue-Light.woff") format("woff");
}
@font-face {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../Fonts/HelveticaNeue-Medium.woff2") format("woff2"), url("../Fonts/HelveticaNeue-Medium.woff") format("woff");
}
:root {
  --bubble-scale: 1;
  --bubble-scale-state: 1;
  --bubble-scale-mobile: 1;
  --bubble-scale-mobile-state: 1.1;
  --rotate-base: 0deg;
  --rotate-state: -25deg;
  --rotate-base-mobile: 90deg;
  --rotate-state-mobile: 40deg;
}

/*
Usage example: body { @include fluid-calc('font-size', (1rem, 1.25rem), (min: 400px, max: 960px)); }
 */
html {
  scroll-behavior: smooth;
  box-sizing: border-box;
  scroll-padding-top: calc(var(--hh) + var(--ibh));
  font-family: "Helvetica Neue", Arial, sans-serif;
  background-color: var(--global-bg);
  color: var(--text-color);
  font-weight: 300;
}

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

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

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

audio {
  max-width: 100%;
}

iframe {
  border: 0;
}

button,
input,
optgroup,
select,
textarea {
  line-height: inherit;
}

optgroup {
  font-weight: bold;
}

fieldset {
  min-width: 0;
  padding: 0;
  border: 0;
}

address {
  font-style: inherit;
}

pre {
  overflow: auto;
}

hr {
  border: 0;
  border-top: 1px solid;
  color: inherit;
  opacity: 0.2;
}

:focus:not(:focus-visible) {
  outline: none;
}

em,
i {
  font-style: italic;
}

img {
  display: inline-block;
}

strike,
s {
  text-decoration: line-through;
}

sub {
  vertical-align: sub;
  font-size: 0.8rem;
  bottom: 0;
}

sup {
  vertical-align: super;
  font-size: 0.8rem;
  top: 0;
}

svg {
  display: inline-block;
}

u {
  text-decoration-line: underline;
}

button {
  border: 0;
  padding: 0;
  background-color: transparent;
  color: inherit;
}

strong,
b {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 800;
}

blockquote,
figure,
fieldset {
  margin: 0;
}

address,
blockquote,
table,
figure,
form,
fieldset,
legend,
pre,
dl,
ul,
ol,
hr,
p {
  margin-top: 0;
}
address,
blockquote,
table,
figure,
form,
fieldset,
legend,
pre,
dl,
ul,
ol,
hr,
p {
  margin-bottom: 1rem;
}
address,
blockquote,
table,
figure,
form,
fieldset,
legend,
pre,
dl,
ul,
ol,
hr,
p {
  letter-spacing: 0.05rem;
}
address:last-child,
blockquote:last-child,
table:last-child,
figure:last-child,
form:last-child,
fieldset:last-child,
legend:last-child,
pre:last-child,
dl:last-child,
ul:last-child,
ol:last-child,
hr:last-child,
p:last-child {
  margin-bottom: 0;
}

.l-col {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  width: 100%;
  position: relative;
}

.l-container, .c-cookieconsent__container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.l-container--default, .c-cookieconsent__container {
  margin: 0 auto;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  max-width: 1600px;
}
.l-container--default, .c-cookieconsent__container {
  padding-left: 1.25rem;
}
.l-container--default, .c-cookieconsent__container {
  padding-right: 1.25rem;
}

.l-embed {
  position: relative;
  overflow: hidden;
}
.l-embed--16by9::before {
  padding-bottom: 56.25%;
}
.l-embed--4by3::before {
  padding-bottom: 75%;
}
.l-embed iframe,
.l-embed embed,
.l-embed object,
.l-embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-embed::before {
  content: "";
  display: block;
}

.l-flex {
  display: flex;
}
.l-flex--column {
  flex-direction: column;
}
.l-flex--column > * {
  min-height: 1px;
}

.l-page {
  font-family: "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
  background-color: var(--global-bg);
  color: var(--text-color);
  scroll-behavior: smooth;
  font-weight: 300;
}
.l-page {
  font-size: 1.125rem;
}
.l-page {
  line-height: 1.875rem;
}

.l-row {
  margin-left: -1.75rem;
  margin-right: -1.75rem;
  display: flex;
  flex-wrap: wrap;
}
.l-row--no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.l-row--no-gutter > .l-col {
  padding-left: 0;
  padding-right: 0;
}

.l-section {
  position: relative;
}

/*
Usage example: .icon { background-image: url(get-icon('radio', #fff)); }
*/
@keyframes gentle-rotate-mobile {
  0% {
    transform: rotate(var(--rotate-base)) translate3d(0px, 0px, 0) scale(var(--bubble-scale-mobile));
  }
  50% {
    transform: rotate(var(--rotate-state)) translate3d(80px, 30px, 0) scale(var(--bubble-scale-mobile-state));
  }
  100% {
    transform: rotate(var(--rotate-base)) translate3d(0px, 0px, 0) scale(var(--bubble-scale-mobile));
  }
}
@keyframes gentle-rotate {
  0% {
    transform: rotate(var(--rotate-base)) translate3d(0px, 0px, 0);
  }
  50% {
    transform: rotate(var(--rotate-state)) translate3d(40px, 80px, 0);
  }
  100% {
    transform: rotate(var(--rotate-base)) translate3d(0px, 0px, 0);
  }
}
@keyframes gentle-rotate-hover {
  0% {
    transform: rotate(var(--rotate-base)) translate3d(0px, 0px, 0) scale(1);
  }
  100% {
    transform: rotate(var(--rotate-state)) translate3d(0px, 0px, 0) scale(var(--bubble-scale-state));
  }
}
@keyframes gentle-rotate-hover-out {
  0% {
    transform: rotate(0deg) translate3d(0px, 0px, 0) scale(var(--bubble-scale-state));
  }
  100% {
    transform: rotate(0deg) translate3d(0px, 0px, 0) scale(1);
  }
}
.u-cover-object {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
}
.u-cover-object:hover, .u-cover-object:focus {
  text-decoration: none;
}

.u-cover-media {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.u-cover-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.u-cover-link::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.u-gap-top-zero {
  padding-top: 0;
}

.u-gap-bottom-zero {
  padding-bottom: 0;
}

.u-gap-top-small {
  padding-top: 0.75rem;
}

.u-gap-bottom-small {
  padding-bottom: 0.75rem;
}

.u-gap-top-default {
  padding-top: 3.75rem;
}

.u-gap-bottom-default {
  padding-bottom: 3.75rem;
}

.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.u-sr-only-focusable {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.u-sr-only-focusable:active, .u-sr-only-focusable:focus, .u-sr-only-focusable:focus-visible {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: inherit;
}

.u-sr-only-focusable-fixed {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.u-sr-only-focusable-fixed:active, .u-sr-only-focusable-fixed:focus, .u-sr-only-focusable-fixed:focus-visible {
  position: fixed;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: inherit;
  top: 1rem;
  left: 1rem;
  z-index: 1000;
}

.u-text-lead {
  font-size: 1.375rem;
}
.u-text-lead {
  line-height: 2rem;
}
.u-text-lead {
  letter-spacing: 0.05rem;
}

.u-text-small {
  font-size: 1rem;
  line-height: 1.25rem;
}

.u-copyright {
  font-size: 0.75rem;
  line-height: 0.875rem;
}

.u-invisible {
  visibility: hidden !important;
}

.hidden,
.u-hidden {
  display: none !important;
}

.u-visible-xs {
  display: none !important;
}

.u-visible-xsm {
  display: none !important;
}

.u-visible-xsm-up {
  display: none !important;
}

.u-visible-sm {
  display: none !important;
}

.u-visible-sm-up {
  display: none !important;
}

.u-visible-md {
  display: none !important;
}

.u-visible-md-up {
  display: none !important;
}

.u-visible-lg {
  display: none !important;
}

.u-visible-lg-up {
  display: none !important;
}

.u-visible-meta {
  display: none !important;
}

.u-visible-meta-up {
  display: none !important;
}

.u-visible-xl {
  display: none !important;
}

.u-visible-xl-up {
  display: none !important;
}

.u-visible-xxl {
  display: none !important;
}

.u-visible-xxl-up {
  display: none !important;
}

.u-visible-xxxl {
  display: none !important;
}

.u-visible-xxxl-up {
  display: none !important;
}

.u-visible-max {
  display: none !important;
}
a {
  color: inherit;
  text-decoration: none;
}

a:not([class]) {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}

blockquote {
  position: relative;
  text-align: center;
}
blockquote p:first-child {
  quotes: "«" "»" "‘" "’";
  background: linear-gradient(90deg, #CE0D15 20%, #ED3829 80%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 800;
}
blockquote p:first-child {
  font-size: 1.75rem;
}
blockquote p:first-child {
  line-height: 2.3125rem;
}
blockquote p:first-child {
  letter-spacing: 0;
}
blockquote p:first-child::before {
  content: open-quote;
}
blockquote p:first-child::after {
  content: close-quote;
}
blockquote p:first-child + p {
  font-weight: 800;
}
blockquote p:not(:first-child) {
  margin-bottom: 0;
  letter-spacing: 0.05rem;
}

.c-btn {
  display: inline-flex;
  background-color: transparent;
  border: 0.0625rem solid var(--text-highlight);
  cursor: pointer;
  transition: all 0.45s cubic-bezier(0, 0.615, 0.345, 1);
  color: var(--text-highlight);
  overflow: hidden;
  position: relative;
}
.c-btn {
  font-size: 1.125rem;
}
.c-btn {
  line-height: 1.5rem;
}
.c-btn {
  border-radius: 3.125rem;
}
.u-background .c-btn {
  border-color: #fff;
  color: #fff;
}
.c-btn span {
  pointer-events: none;
}
.c-btn span,
.c-btn input,
.c-btn label {
  position: relative;
  z-index: 3;
  padding: 0.5rem 1.5rem 0.5rem 1.5rem;
}
@-moz-document url-prefix() {
  .c-btn span,
  .c-btn input,
  .c-btn label {
    padding: 0.5rem 1.5rem 0.5rem 1.5rem;
  }
}
.c-btn:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  background: var(--text-highlight);
  transition: all 0.45s cubic-bezier(0, 0.615, 0.345, 1);
}
.u-background .c-btn:before {
  background-color: #fff;
}
.c-btn {
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.c-btn:only-child {
  margin-right: 0;
}
.c-btn--arrow {
  padding: 0.5rem 1rem 0.5rem 1.5rem;
}
@-moz-document url-prefix() {
  .c-btn--arrow {
    padding: 0.5rem 1rem 0.5rem 1.5rem;
  }
}
.c-btn--arrow span {
  padding: 0;
  padding-right: 4px;
}
.c-btn--arrow::after {
  content: "";
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23CE0D15' d='M20.329 11.66 14.328 5.6a.5.5 0 1 0-.711.702l5.154 5.206H4.027a.5.5 0 1 0 0 1h14.749l-5.158 5.188a.5.5 0 1 0 .709.705l6-6.037a.5.5 0 0 0 .002-.704'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23CE0D15' d='M20.329 11.66 14.328 5.6a.5.5 0 1 0-.711.702l5.154 5.206H4.027a.5.5 0 1 0 0 1h14.749l-5.158 5.188a.5.5 0 1 0 .709.705l6-6.037a.5.5 0 0 0 .002-.704'/%3E%3C/svg%3E");
  -webkit-mask-size: 1.5rem;
  mask-size: 1.5rem;
  background-color: currentColor;
  display: inline-flex;
  align-self: center;
  width: 1.5rem;
  height: 1.5rem;
  min-width: 1.5rem;
}
.c-btn--arrow--load-more::after, .c-btn--arrow[href$=".pdf"]::after, .c-btn--arrow[href$=".doc"]::after, .c-btn--arrow[href$=".docx"]::after, .c-btn--arrow[href$=".jpg"]::after, .c-btn--arrow[href$=".jpeg"]::after, .c-btn--arrow[href$=".png"]::after, .c-btn--arrow[href$=".webp"]::after, .c-btn--arrow[href$=".mov"]::after, .c-btn--arrow[href$=".mp4"]::after, .c-btn--arrow[href$=".mp3"]::after, .c-btn--arrow[href$=".zip"]::after {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cg fill='%23CE0D15'%3E%3Cpath d='M11.639 16.3a.497.497 0 0 0 .704.001l4.54-4.494a.5.5 0 1 0-.703-.711l-3.686 3.649V4a.5.5 0 1 0-1 0v10.747l-3.673-3.65a.5.5 0 1 0-.705.709z'/%3E%3Cpath d='M19.944 15a.5.5 0 0 0-.5.5V20H4.555v-4.5a.5.5 0 1 0-1 0v5a.5.5 0 0 0 .5.5h15.89a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5'/%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cg fill='%23CE0D15'%3E%3Cpath d='M11.639 16.3a.497.497 0 0 0 .704.001l4.54-4.494a.5.5 0 1 0-.703-.711l-3.686 3.649V4a.5.5 0 1 0-1 0v10.747l-3.673-3.65a.5.5 0 1 0-.705.709z'/%3E%3Cpath d='M19.944 15a.5.5 0 0 0-.5.5V20H4.555v-4.5a.5.5 0 1 0-1 0v5a.5.5 0 0 0 .5.5h15.89a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5'/%3E%3C/g%3E%3C/svg%3E");
}
.c-btn--arrow[href*="#"]::after {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23CE0D15' d='M18.404 13.621a.5.5 0 0 0-.707-.004l-5.205 5.154V4.027a.5.5 0 1 0-1 0v14.748l-5.188-5.157a.5.5 0 1 0-.706.71l6.038 6a.497.497 0 0 0 .704 0l6.06-6a.5.5 0 0 0 .004-.707'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23CE0D15' d='M18.404 13.621a.5.5 0 0 0-.707-.004l-5.205 5.154V4.027a.5.5 0 1 0-1 0v14.748l-5.188-5.157a.5.5 0 1 0-.706.71l6.038 6a.497.497 0 0 0 .704 0l6.06-6a.5.5 0 0 0 .004-.707'/%3E%3C/svg%3E");
}
.c-btn--arrow[href^="http://"]::after, .c-btn--arrow[href^="https://"]::after {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23CE0D15' d='M18.126 6.384a.5.5 0 0 0-.497-.499L9.1 5.842h-.003a.5.5 0 0 0-.002 1l7.324.037L5.994 17.304a.5.5 0 1 0 .707.707L17.13 7.582l.022 7.316a.5.5 0 0 0 .5.499h.002a.5.5 0 0 0 .498-.502z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23CE0D15' d='M18.126 6.384a.5.5 0 0 0-.497-.499L9.1 5.842h-.003a.5.5 0 0 0-.002 1l7.324.037L5.994 17.304a.5.5 0 1 0 .707.707L17.13 7.582l.022 7.316a.5.5 0 0 0 .5.499h.002a.5.5 0 0 0 .498-.502z'/%3E%3C/svg%3E");
}
.c-btn--arrow-circle {
  border: 0.0625rem solid var(--text-highlight);
  border-radius: 3.125rem;
  color: var(--text-highlight);
  padding: 0.5rem;
  line-height: 1.2;
}
.c-btn--arrow-circle span {
  max-width: 0;
  opacity: 0;
  overflow: hidden;
  white-space: nowrap;
  padding: 0;
  transition: max-width 0.3s cubic-bezier(0.5, 0, 0, 1), padding 0.4s cubic-bezier(0.5, 0, 0, 1), opacity 0.3s cubic-bezier(0.5, 0, 0, 1);
}
.c-btn--arrow-circle::after {
  content: "";
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23CE0D15' d='M20.329 11.66 14.328 5.6a.5.5 0 1 0-.711.702l5.154 5.206H4.027a.5.5 0 1 0 0 1h14.749l-5.158 5.188a.5.5 0 1 0 .709.705l6-6.037a.5.5 0 0 0 .002-.704'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23CE0D15' d='M20.329 11.66 14.328 5.6a.5.5 0 1 0-.711.702l5.154 5.206H4.027a.5.5 0 1 0 0 1h14.749l-5.158 5.188a.5.5 0 1 0 .709.705l6-6.037a.5.5 0 0 0 .002-.704'/%3E%3C/svg%3E");
  -webkit-mask-size: 1.5rem;
  mask-size: 1.5rem;
  background-color: currentColor;
  display: inline-flex;
  width: 1.5rem;
  height: 1.5rem;
}
.c-btn--arrow-circle--load-more::after, .c-btn--arrow-circle[href$=".pdf"]::after, .c-btn--arrow-circle[href$=".doc"]::after, .c-btn--arrow-circle[href$=".docx"]::after, .c-btn--arrow-circle[href$=".jpg"]::after, .c-btn--arrow-circle[href$=".jpeg"]::after, .c-btn--arrow-circle[href$=".png"]::after, .c-btn--arrow-circle[href$=".mov"]::after, .c-btn--arrow-circle[href$=".mp4"]::after, .c-btn--arrow-circle[href$=".webp"]::after, .c-btn--arrow-circle[href$=".mp3"]::after, .c-btn--arrow-circle[href$=".zip"]::after {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cg fill='%23CE0D15'%3E%3Cpath d='M11.639 16.3a.497.497 0 0 0 .704.001l4.54-4.494a.5.5 0 1 0-.703-.711l-3.686 3.649V4a.5.5 0 1 0-1 0v10.747l-3.673-3.65a.5.5 0 1 0-.705.709z'/%3E%3Cpath d='M19.944 15a.5.5 0 0 0-.5.5V20H4.555v-4.5a.5.5 0 1 0-1 0v5a.5.5 0 0 0 .5.5h15.89a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5'/%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cg fill='%23CE0D15'%3E%3Cpath d='M11.639 16.3a.497.497 0 0 0 .704.001l4.54-4.494a.5.5 0 1 0-.703-.711l-3.686 3.649V4a.5.5 0 1 0-1 0v10.747l-3.673-3.65a.5.5 0 1 0-.705.709z'/%3E%3Cpath d='M19.944 15a.5.5 0 0 0-.5.5V20H4.555v-4.5a.5.5 0 1 0-1 0v5a.5.5 0 0 0 .5.5h15.89a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5'/%3E%3C/g%3E%3C/svg%3E");
}
.c-btn--arrow-circle[href^="http://"]::after, .c-btn--arrow-circle[href^="https://"]::after {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23CE0D15' d='M18.126 6.384a.5.5 0 0 0-.497-.499L9.1 5.842h-.003a.5.5 0 0 0-.002 1l7.324.037L5.994 17.304a.5.5 0 1 0 .707.707L17.13 7.582l.022 7.316a.5.5 0 0 0 .5.499h.002a.5.5 0 0 0 .498-.502z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23CE0D15' d='M18.126 6.384a.5.5 0 0 0-.497-.499L9.1 5.842h-.003a.5.5 0 0 0-.002 1l7.324.037L5.994 17.304a.5.5 0 1 0 .707.707L17.13 7.582l.022 7.316a.5.5 0 0 0 .5.499h.002a.5.5 0 0 0 .498-.502z'/%3E%3C/svg%3E");
}
.c-btn--arrow-circle-simple {
  border: 0.0625rem solid var(--text-highlight);
  border-radius: 50%;
  color: var(--text-highlight);
  padding: 0.5rem;
  aspect-ratio: 1/1;
}
.c-btn--arrow-circle-simple span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.c-btn--arrow-circle-simple:before {
  transition: all 0.5s cubic-bezier(0, 0, 0, 1);
}
.c-btn--arrow-circle-simple::after {
  content: "";
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23CE0D15' d='M20.329 11.66 14.328 5.6a.5.5 0 1 0-.711.702l5.154 5.206H4.027a.5.5 0 1 0 0 1h14.749l-5.158 5.188a.5.5 0 1 0 .709.705l6-6.037a.5.5 0 0 0 .002-.704'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23CE0D15' d='M20.329 11.66 14.328 5.6a.5.5 0 1 0-.711.702l5.154 5.206H4.027a.5.5 0 1 0 0 1h14.749l-5.158 5.188a.5.5 0 1 0 .709.705l6-6.037a.5.5 0 0 0 .002-.704'/%3E%3C/svg%3E");
  -webkit-mask-size: 1.5rem;
  mask-size: 1.5rem;
  background-color: currentColor;
  display: inline-flex;
  width: 1.5rem;
  height: 1.5rem;
}
.c-btn--arrow-circle-simple--load-more::after, .c-btn--arrow-circle-simple[href$=".pdf"]::after, .c-btn--arrow-circle-simple[href$=".doc"]::after, .c-btn--arrow-circle-simple[href$=".docx"]::after, .c-btn--arrow-circle-simple[href$=".jpg"]::after, .c-btn--arrow-circle-simple[href$=".jpeg"]::after, .c-btn--arrow-circle-simple[href$=".png"]::after, .c-btn--arrow-circle-simple[href$=".mov"]::after, .c-btn--arrow-circle-simple[href$=".mp4"]::after, .c-btn--arrow-circle-simple[href$=".webp"]::after, .c-btn--arrow-circle-simple[href$=".mp3"]::after, .c-btn--arrow-circle-simple[href$=".zip"]::after {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cg fill='%23CE0D15'%3E%3Cpath d='M11.639 16.3a.497.497 0 0 0 .704.001l4.54-4.494a.5.5 0 1 0-.703-.711l-3.686 3.649V4a.5.5 0 1 0-1 0v10.747l-3.673-3.65a.5.5 0 1 0-.705.709z'/%3E%3Cpath d='M19.944 15a.5.5 0 0 0-.5.5V20H4.555v-4.5a.5.5 0 1 0-1 0v5a.5.5 0 0 0 .5.5h15.89a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5'/%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cg fill='%23CE0D15'%3E%3Cpath d='M11.639 16.3a.497.497 0 0 0 .704.001l4.54-4.494a.5.5 0 1 0-.703-.711l-3.686 3.649V4a.5.5 0 1 0-1 0v10.747l-3.673-3.65a.5.5 0 1 0-.705.709z'/%3E%3Cpath d='M19.944 15a.5.5 0 0 0-.5.5V20H4.555v-4.5a.5.5 0 1 0-1 0v5a.5.5 0 0 0 .5.5h15.89a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5'/%3E%3C/g%3E%3C/svg%3E");
}
.c-btn--arrow-circle-simple[href^="http://"]::after, .c-btn--arrow-circle-simple[href^="https://"]::after {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23CE0D15' d='M18.126 6.384a.5.5 0 0 0-.497-.499L9.1 5.842h-.003a.5.5 0 0 0-.002 1l7.324.037L5.994 17.304a.5.5 0 1 0 .707.707L17.13 7.582l.022 7.316a.5.5 0 0 0 .5.499h.002a.5.5 0 0 0 .498-.502z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23CE0D15' d='M18.126 6.384a.5.5 0 0 0-.497-.499L9.1 5.842h-.003a.5.5 0 0 0-.002 1l7.324.037L5.994 17.304a.5.5 0 1 0 .707.707L17.13 7.582l.022 7.316a.5.5 0 0 0 .5.499h.002a.5.5 0 0 0 .498-.502z'/%3E%3C/svg%3E");
}
.c-btn--arrow-white {
  padding: 0.5rem 1rem 0.5rem 1.5rem;
  color: var(--text-color);
  border-color: transparent;
  --text-invert: var(--text-highlight);
}
@-moz-document url-prefix() {
  .c-btn--arrow-white {
    padding: 0.5rem 1rem 0.5rem 1.5rem;
  }
}
.c-btn--arrow-white span {
  line-height: 1.2;
  padding: 0;
  padding-right: 4px;
}
.dark-mode:root .c-btn--arrow-white {
  --text-invert: var(--color-gray-50);
}
.c-btn--arrow-white::after {
  content: "";
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23CE0D15' d='m16.355 11.664-8-8.08a.5.5 0 1 0-.71.702l7.65 7.729-7.65 7.698a.5.5 0 0 0 .71.705l8-8.05a.5.5 0 0 0 0-.704'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23CE0D15' d='m16.355 11.664-8-8.08a.5.5 0 1 0-.71.702l7.65 7.729-7.65 7.698a.5.5 0 0 0 .71.705l8-8.05a.5.5 0 0 0 0-.704'/%3E%3C/svg%3E");
  -webkit-mask-size: 1.5rem;
  mask-size: 1.5rem;
  background-color: currentColor;
  display: inline-flex;
  width: 1.5rem;
  height: 1.5rem;
}
.c-btn--arrow-white::before {
  background-color: var(--backgroundcolor-surface-secondary);
}

.c-checkbox {
  position: relative;
}
.c-checkbox input[type=checkbox]:not(:only-child) {
  opacity: 0;
}
.c-checkbox input[type=checkbox] ~ label {
  position: relative;
  display: inline-block;
  padding-top: 0.1875rem;
  padding-left: 1.875rem;
  cursor: pointer;
}
.c-checkbox input[type=checkbox] ~ label::before,
.c-checkbox input[type=checkbox] ~ label::after {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 0.25rem;
}
.c-checkbox input[type=checkbox] ~ label::before {
  border: 0.0625rem solid var(--border-secondary);
  background-color: var(--backgroundcolor-surface-secondary);
}
.c-checkbox input[type=checkbox] ~ label::after {
  padding: 0.25rem;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.c-checkbox input[type=checkbox]:hover:not(:disabled) ~ label:hover::before, .c-checkbox input[type=checkbox]:focus ~ label::before {
  border-color: var(--border-secondary);
}
.c-checkbox input[type=checkbox]:active ~ label::before {
  background-color: lch(from var(--backgroundcolor-surface-secondary) calc(l - 10) c h);
}
.c-checkbox input[type=checkbox]:disabled ~ label::before {
  border-color: var(--border-disabled);
  background-color: transparent;
}

.c-checkbox input[type=checkbox] ~ label::before {
  border-radius: 0.25rem;
}
.c-checkbox input[type=checkbox]:checked ~ label::after {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%23868689' stroke-width='2' d='m4.06 4 12 12M4.06 16l12-12'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%23868689' stroke-width='2' d='m4.06 4 12 12M4.06 16l12-12'/%3E%3C/svg%3E");
  background-color: var(--backgroundcolor-surface-primary);
}
.c-checkbox input[type=checkbox]:checked ~ label::before {
  background-color: var(--backgroundcolor-surface-tertiary);
  border-color: var(--border-secondary);
}
.c-checkbox input[type=checkbox]:checked:disabled ~ label::before {
  background-color: #F5F5F5;
  border-color: var(--border-secondary);
}
.c-checkbox input[type=checkbox]:checked:disabled ~ label::after {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%23D4D4DA' stroke-width='2' d='m4.06 4 12 12M4.06 16l12-12'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%23D4D4DA' stroke-width='2' d='m4.06 4 12 12M4.06 16l12-12'/%3E%3C/svg%3E");
}
.c-checkbox input[type=checkbox]:checked:hover:not(:disabled) ~ label:hover::before, .c-checkbox input[type=checkbox]:checked:focus ~ label::before {
  background-color: var(--backgroundcolor-surface-tertiary);
  border-color: var(--backgroundcolor-surface-tertiary);
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  font-family: "Helvetica Neue", Arial, sans-serif;
  line-height: 1.16;
  hyphens: auto;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0;
}

h1, h2, h3, h4 {
  font-weight: 500;
}

h1 {
  font-size: 1.75rem;
}
h1 {
  line-height: 1.75rem;
}

h2 {
  font-size: 1.75rem;
}
h2 {
  line-height: 2.3125rem;
}
h2 {
  margin-bottom: 0.75rem;
}
h2:not(:first-child) {
  margin-top: 1.25rem;
}

h3 {
  font-size: 1.5rem;
}
h3 {
  line-height: 1.875rem;
}
h3 {
  margin-bottom: 0.25rem;
}
h3:not(:first-child) {
  padding-top: 0.25rem;
}

h4 {
  font-size: 1.25rem;
}
h4 {
  line-height: 1.5rem;
}
h4 {
  margin-bottom: 0;
  margin-top: 0;
}

.c-hamburger {
  border: 0;
  padding: 0;
  background-color: transparent;
  color: inherit;
  position: relative;
  z-index: 999;
  pointer-events: auto;
}
.c-hamburger .inner {
  display: block;
}
.c-hamburger > span:not(:first-child) {
  top: 100%;
  left: 50%;
  margin-top: 0.0625rem;
  transform: translate(-50%, 0%);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1;
  font-size: 0.75rem;
  line-height: 0.875rem;
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.c-link {
  display: inline-block;
  align-items: center;
  margin-right: 1rem;
}
.c-link span {
  transition: all 0.25s cubic-bezier(0.403, 0.008, 0.015, 0.986);
}
.c-link span svg path {
  fill: currentColor;
}
.c-link span span {
  margin: -0.1875rem 0;
  padding: 0.1875rem 0;
  background-image: linear-gradient(var(--text-highlight), var(--text-highlight));
  background-size: 0% 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  text-decoration: none;
}
.c-link span span {
  transition: background-size 0.25s;
}
.c-link::after {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23383839' d='M20.329 11.66 14.328 5.6a.5.5 0 1 0-.711.702l5.154 5.206H4.027a.5.5 0 1 0 0 1h14.749l-5.158 5.188a.5.5 0 1 0 .709.705l6-6.037a.5.5 0 0 0 .002-.704'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23383839' d='M20.329 11.66 14.328 5.6a.5.5 0 1 0-.711.702l5.154 5.206H4.027a.5.5 0 1 0 0 1h14.749l-5.158 5.188a.5.5 0 1 0 .709.705l6-6.037a.5.5 0 0 0 .002-.704'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: all 0.3s ease-in-out;
  background-color: currentColor;
  margin-left: 0.25rem;
  margin-bottom: -0.3125rem;
}
.c-link--load-more::after, .c-link[href$=".pdf"]::after, .c-link[href$=".doc"]::after, .c-link[href$=".docx"]::after, .c-link[href$=".jpg"]::after, .c-link[href$=".jpeg"]::after, .c-link[href$=".webp"]::after, .c-link[href$=".png"]::after, .c-link[href$=".mov"]::after, .c-link[href$=".mp4"]::after, .c-link[href$=".mp3"]::after, .c-link[href*="t3://file"]::after, .c-link[href$=".zip"]::after {
  margin-bottom: -0.125rem;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cg fill='%23383839'%3E%3Cpath d='M11.639 16.3a.497.497 0 0 0 .704.001l4.54-4.494a.5.5 0 1 0-.703-.711l-3.686 3.649V4a.5.5 0 1 0-1 0v10.747l-3.673-3.65a.5.5 0 1 0-.705.709z'/%3E%3Cpath d='M19.944 15a.5.5 0 0 0-.5.5V20H4.555v-4.5a.5.5 0 1 0-1 0v5a.5.5 0 0 0 .5.5h15.89a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5'/%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cg fill='%23383839'%3E%3Cpath d='M11.639 16.3a.497.497 0 0 0 .704.001l4.54-4.494a.5.5 0 1 0-.703-.711l-3.686 3.649V4a.5.5 0 1 0-1 0v10.747l-3.673-3.65a.5.5 0 1 0-.705.709z'/%3E%3Cpath d='M19.944 15a.5.5 0 0 0-.5.5V20H4.555v-4.5a.5.5 0 1 0-1 0v5a.5.5 0 0 0 .5.5h15.89a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5'/%3E%3C/g%3E%3C/svg%3E");
}
.c-link[href^="http://"]::after, .c-link[href^="https://"]::after {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23383839' d='M18.126 6.384a.5.5 0 0 0-.497-.499L9.1 5.842h-.003a.5.5 0 0 0-.002 1l7.324.037L5.994 17.304a.5.5 0 1 0 .707.707L17.13 7.582l.022 7.316a.5.5 0 0 0 .5.499h.002a.5.5 0 0 0 .498-.502z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23383839' d='M18.126 6.384a.5.5 0 0 0-.497-.499L9.1 5.842h-.003a.5.5 0 0 0-.002 1l7.324.037L5.994 17.304a.5.5 0 1 0 .707.707L17.13 7.582l.022 7.316a.5.5 0 0 0 .5.499h.002a.5.5 0 0 0 .498-.502z'/%3E%3C/svg%3E");
}

.c-logo {
  display: inline-block;
}
.c-logo {
  height: 3.5625rem;
}
.c-logo svg {
  width: auto;
  height: 100%;
}

ol {
  padding-left: 0;
  list-style: none;
}

.c-richtext ol:not([class]) {
  padding-left: 2.375rem;
  counter-reset: my-awesome-counter;
}
.c-richtext ol:not([class]) > li {
  position: relative;
  counter-increment: my-awesome-counter;
}
.c-richtext ol:not([class]) > li:not(:last-child) {
  margin-bottom: 0.3125rem;
}
.c-richtext ol:not([class]) > li::before {
  position: absolute;
  left: -2.375rem;
  width: 1.875rem;
  content: counter(my-awesome-counter) ".";
  color: currentColor;
  text-align: right;
}
.c-richtext ol:not([class]) ol:not([class]) > li::before {
  content: counter(my-awesome-counter, lower-alpha) ". "; /* a, b, c etc.) */
}
.c-richtext ol:not([class]) ol:not([class]) ol:not([class]) > li::before {
  content: counter(my-awesome-counter, lower-roman) ". "; /* i, ii, iii etc.) */
}
.c-richtext ol:not([class]) ol:not([class]) ol:not([class]) ol:not([class]) > li::before {
  content: counter(my-awesome-counter, upper-alpha) ". "; /* A, B, C etc.) */
}
.c-richtext ol:not([class]) ol:not([class]) ol:not([class]) ol:not([class]) ol:not([class]) li::before {
  content: counter(item, upper-roman) ". "; /* I, II, III etc.) */
}

.c-skiplinks {
  position: absolute;
}
.c-skiplinks__link:hover, .c-skiplinks__link:focus, .c-skiplinks__link:focus-visible {
  background-color: #fff;
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.5);
  padding: 0.75rem 1.5rem;
}

.c-radio {
  position: relative;
}
.c-radio input[type=radio]:not(:only-child) {
  opacity: 0;
}
.c-radio input[type=radio] ~ label {
  position: relative;
  padding-top: 0.125rem;
  padding-left: 1.875rem;
  cursor: pointer;
}
.c-radio input[type=radio] ~ label::before,
.c-radio input[type=radio] ~ label::after {
  content: "";
  position: absolute;
  top: 0.25rem;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
}
.c-radio input[type=radio] ~ label::before {
  border: 0.0625rem solid var(--border-secondary);
  background-color: var(--backgroundcolor-surface-secondary);
}
.c-radio input[type=radio] ~ label::after {
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
}
.c-radio input[type=radio]:hover:not(:disabled) ~ label:hover::before, .c-radio input[type=radio]:focus ~ label::before {
  border-color: var(--border-secondary);
}
.c-radio input[type=radio]:active ~ label::before {
  background-color: var(--backgroundcolor-surface-primary);
}
.c-radio input[type=radio]:disabled ~ label::before {
  border-color: var(--border-disabled);
  background-color: transparent;
}

.c-radio input[type=radio] ~ label::before {
  border-radius: 50%;
}
.c-radio input[type=radio]:checked ~ label::after {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%23868689' d='M4 1C2.3 1 1 2.3 1 4s1.3 3 3 3 3-1.3 3-3S5.7 1 4 1z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%23868689' d='M4 1C2.3 1 1 2.3 1 4s1.3 3 3 3 3-1.3 3-3S5.7 1 4 1z'/%3E%3C/svg%3E");
  background-color: var(--backgroundcolor-surface-primary);
}
.c-radio input[type=radio]:checked ~ label::before {
  background-color: var(--backgroundcolor-surface-tertiary);
  border-color: var(--border-secondary);
}
.c-radio input[type=radio]:checked:disabled ~ label::before {
  background-color: #F5F5F5;
  border-color: var(--border-secondary);
}
.c-radio input[type=radio]:checked:disabled ~ label::after {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%23D4D4DA' d='M4 1C2.3 1 1 2.3 1 4s1.3 3 3 3 3-1.3 3-3S5.7 1 4 1z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%23D4D4DA' d='M4 1C2.3 1 1 2.3 1 4s1.3 3 3 3 3-1.3 3-3S5.7 1 4 1z'/%3E%3C/svg%3E");
}
.c-radio input[type=radio]:checked:hover:not(:disabled) ~ label:hover::before, .c-radio input[type=radio]:checked:focus ~ label::before {
  background-color: var(--backgroundcolor-surface-tertiary);
  border-color: var(--backgroundcolor-surface-tertiary);
}

.table-wrapper {
  width: 100%;
  max-width: 100vw;
}

.table {
  position: relative;
}
.table {
  margin-right: -1.25rem;
}
.table {
  padding-right: 1.25rem;
}
.table {
  margin-left: -1.25rem;
}
.table {
  padding-left: 1.25rem;
}
.table {
  padding-bottom: 1.25rem;
}
.table {
  overflow-x: auto;
}
.table td, .table th {
  white-space: nowrap;
  word-wrap: break-word;
}
.table-wrapper {
  position: relative;
}
.table-wrapper::before, .table-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  width: 36px;
  height: 100%;
}
.table-wrapper::before, .table-wrapper::after {
  width: 2.1875rem;
}
.table-wrapper::before, .table-wrapper::after {
  z-index: 5;
}
.table-wrapper::after {
  right: -1.25rem;
}
.table-wrapper::after {
  background: linear-gradient(90deg, transparent 0%, var(--global-bg) 42%);
}
.c-stacking-card .table-wrapper::after {
  background: linear-gradient(90deg, transparent 0%, var(--backgroundcolor-surface-secondary) 42%);
}
.table-wrapper::before {
  width: 1.5625rem;
}
.table-wrapper::before {
  left: -1.25rem;
}
.table-wrapper::before {
  background: linear-gradient(-90deg, transparent 0%, var(--global-bg) 42%);
}
.c-stacking-card .table-wrapper::before {
  background: linear-gradient(-90deg, transparent 0%, var(--backgroundcolor-surface-secondary) 42%);
}

table {
  width: 100%;
  max-width: 100%;
  border-spacing: 2px !important;
  border-bottom: 1px solid var(--border-primary);
  margin-bottom: 1px !important;
}
table tr {
  border-bottom: 1px solid var(--border-secondary);
}
table thead tr {
  border-bottom: 1px solid var(--border-primary);
}
table th,
table td {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  vertical-align: top;
  background-clip: padding-box;
}
table th,
table td {
  padding-top: 0.25rem;
}
table th,
table td {
  padding-bottom: 0.25rem;
}
table th,
table td {
  padding-left: 0.5rem;
}
table th,
table td {
  padding-right: 0.5rem;
}
table th:first-child,
table td:first-child {
  padding-left: 0;
}
table th:last-child,
table td:last-child {
  padding-right: 1.875rem;
}
table th,
table td {
  min-width: 10vw;
}
table th.set-width,
table td.set-width {
  width: 100vw;
  white-space: normal;
  display: block;
}
table th {
  text-align: left;
}
table tbody tr:nth-child(2n+1) {
  background-color: transparent;
}
.sticky-title table thead tr:first-child th:first-child {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: var(--global-bg);
}
.sticky-title table tbody tr th:first-child {
  position: sticky;
  left: 0;
  display: table-cell;
  z-index: 10;
  font-weight: 300;
  background-color: var(--global-bg);
  max-width: 50%;
  word-break: auto-phrase;
}

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

ul {
  padding-left: 0;
  list-style: none;
}

.c-richtext ul:not([class]) {
  padding-left: 0.9375rem;
}
.c-richtext ul:not([class]) li {
  position: relative;
}
.c-richtext ul:not([class]) li:not(:last-child) {
  margin-bottom: 0.625rem;
}
.c-richtext ul:not([class]) li::before {
  content: "";
  position: absolute;
  left: -0.9375rem;
  display: inline-block;
  width: 0.4375rem;
  height: 0.4375rem;
  margin-top: 0.75rem;
  border-radius: 50%;
  background-color: currentColor;
}

.c-text-grid {
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0.025rem;
}
.c-text-grid h3 {
  margin-bottom: 1rem;
}
.c-text-grid h3 {
  font-size: 1.25rem;
}
.c-text-grid h3 {
  line-height: 1.5rem;
}
.c-text-grid__item {
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
}
.c-text-grid__item {
  display: grid;
  margin-bottom: 1rem;
}
.c-text-grid__item dd {
  margin: 0;
}
.c-text-grid--column .c-text-grid__item {
  grid-template-columns: repeat(2, 1fr);
}
.c-text-grid--column .c-text-grid__item:first-child {
  margin-bottom: 0.25rem;
}
.c-breadcrumb__items {
  display: flex;
  flex-wrap: wrap;
}
.c-breadcrumb__items {
  gap: 0.25rem;
}
.c-breadcrumb__item {
  display: flex;
  align-items: center;
}
.c-breadcrumb__item {
  gap: 0.25rem;
}
.c-breadcrumb__item {
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0.025rem;
}
.c-breadcrumb__item::after {
  content: "";
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23CE0D15' d='m16.355 11.664-8-8.08a.5.5 0 1 0-.71.702l7.65 7.729-7.65 7.698a.5.5 0 0 0 .71.705l8-8.05a.5.5 0 0 0 0-.704'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23CE0D15' d='m16.355 11.664-8-8.08a.5.5 0 1 0-.71.702l7.65 7.729-7.65 7.698a.5.5 0 0 0 .71.705l8-8.05a.5.5 0 0 0 0-.704'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: currentColor;
  position: relative;
  display: inline-flex;
}
.c-breadcrumb__item::after {
  width: 0.75rem;
}
.c-breadcrumb__item::after {
  height: 0.75rem;
}
.c-breadcrumb__item[aria-current] {
  font-weight: 800;
}
.c-breadcrumb__item[aria-current]::after {
  display: none;
}
.c-breadcrumb__link {
  transition: all 0.25s cubic-bezier(0.403, 0.008, 0.015, 0.986);
}
.c-breadcrumb__link svg path {
  fill: currentColor;
}
.c-breadcrumb__link span {
  margin: -0.1875rem 0;
  padding: 0.1875rem 0;
  background-image: linear-gradient(var(--text-highlight), var(--text-highlight));
  background-size: 0% 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  text-decoration: none;
}
.c-breadcrumb__link span {
  transition: background-size 0.25s;
}

figure figcaption {
  display: flex;
  flex-direction: column;
}
figure figcaption {
  gap: 0.5rem;
}
figure figcaption {
  font-size: 1rem;
  line-height: 1.25rem;
}
figure figcaption {
  padding-top: 0.75rem;
}
figure figcaption {
  padding-left: 0.25rem;
}

.c-step-item {
  display: grid;
  grid-template-columns: 4.375rem 1fr 1fr 1fr;
}
.c-step-item {
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
}
.is-in-view + .c-step-item .c-step-item__content {
  border-color: transparent;
  box-shadow: -12px -12px 18px 0 var(--effect-glow, rgba(255, 255, 255, 0.03)), 12px 12px 24px 0 var(--effect-shadow, rgba(0, 0, 0, 0.4));
}
.is-in-view + .c-step-item .c-step-item__counter-inner {
  color: #CE0D15;
  border-color: transparent;
  box-shadow: -12px -12px 18px 0 var(--effect-glow, rgba(255, 255, 255, 0.03)), 12px 12px 24px 0 var(--effect-shadow, rgba(0, 0, 0, 0.4));
}
.c-step-item__counter {
  position: relative;
  grid-column: span 1;
  font-weight: 800;
  max-width: 5.5rem;
}
.c-step-item__counter {
  font-size: 1.5rem;
}
.c-step-item__counter {
  line-height: 1.875rem;
}
.c-step-item__counter-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #CE0D15;
  aspect-ratio: 1/1;
  background-color: var(--global-bg);
  transition: all 0.55s cubic-bezier(0, 0.615, 0.345, 1);
  border-radius: 50%;
}
.c-step-item__counter::after {
  content: "";
  height: 100%;
  width: 1px;
  background-color: var(--backgroundcolor-surface-highlight);
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
.c-step-item__counter::after {
  top: 1.25rem;
}
.c-step-item__content {
  grid-column: span 3;
  border: 1px solid var(--border-secondary);
  transition: all 0.55s cubic-bezier(0, 0.615, 0.345, 1);
  box-shadow: -12px -12px 24px 0 transparent, 12px 12px 24px 0 transparent;
}
.c-step-item__content {
  border-radius: 0.75rem;
}
.c-step-item__content {
  padding: 1.25rem;
}
.c-step-item__content .c-richtext p:not(:last-child) {
  margin-bottom: 0.75rem;
}

.c-check-list {
  padding-left: 2.75rem;
}
.c-check-list {
  font-size: 1.125rem;
}
.c-check-list {
  line-height: 1.5rem;
}
.c-check-list li {
  position: relative;
}
.c-check-list li:not(:last-child) {
  margin-bottom: 0.75rem;
}
.c-check-list li::before {
  content: "";
  position: absolute;
  left: -2.75rem;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin-top: -0.1875rem;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' viewBox='0 0 32 32'%3E%3Cg fill='%23CE0D15'%3E%3Cpath d='M15.233 20.184a.57.57 0 0 1-.4-.165l-5.9-5.9a.567.567 0 1 1 .801-.8l5.448 5.447 9.108-11.56a.567.567 0 0 1 .891.702l-9.503 12.06a.57.57 0 0 1-.411.216z'/%3E%3Cpath d='M16 27.9C9.44 27.9 4.1 22.562 4.1 16S9.44 4.1 16 4.1c1.914 0 3.817.465 5.501 1.345a.567.567 0 1 1-.526 1.004A10.8 10.8 0 0 0 16 5.233c-5.936 0-10.767 4.83-10.767 10.767S10.063 26.767 16 26.767 26.767 21.937 26.767 16c0-1.523-.311-2.993-.926-4.372a.567.567 0 0 1 1.037-.46A11.8 11.8 0 0 1 27.9 16c0 6.562-5.339 11.9-11.9 11.9'/%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' viewBox='0 0 32 32'%3E%3Cg fill='%23CE0D15'%3E%3Cpath d='M15.233 20.184a.57.57 0 0 1-.4-.165l-5.9-5.9a.567.567 0 1 1 .801-.8l5.448 5.447 9.108-11.56a.567.567 0 0 1 .891.702l-9.503 12.06a.57.57 0 0 1-.411.216z'/%3E%3Cpath d='M16 27.9C9.44 27.9 4.1 22.562 4.1 16S9.44 4.1 16 4.1c1.914 0 3.817.465 5.501 1.345a.567.567 0 1 1-.526 1.004A10.8 10.8 0 0 0 16 5.233c-5.936 0-10.767 4.83-10.767 10.767S10.063 26.767 16 26.767 26.767 21.937 26.767 16c0-1.523-.311-2.993-.926-4.372a.567.567 0 0 1 1.037-.46A11.8 11.8 0 0 1 27.9 16c0 6.562-5.339 11.9-11.9 11.9'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask-size: 2rem;
  mask-size: 2rem;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  border-radius: 50%;
  background-color: var(--backgroundcolor-surface-highlight);
}
.u-background .c-check-list li::before {
  background-color: #fff;
}
.c-download h3 {
  font-size: 1.75rem;
}
.c-download h3 {
  line-height: 2.3125rem;
}
.c-download h3 {
  margin-bottom: 1.25rem;
}
.c-download__items li {
  padding-bottom: 0.75rem;
}
.c-download__items li a {
  transition: all 0.25s cubic-bezier(0.403, 0.008, 0.015, 0.986);
}
.c-download__items li a svg path {
  fill: currentColor;
}
.c-download__items li a span {
  margin: -0.1875rem 0;
  padding: 0.1875rem 0;
  background-image: linear-gradient(var(--text-highlight), var(--text-highlight));
  background-size: 0% 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  text-decoration: none;
}
.c-download__items li a span {
  transition: background-size 0.25s;
}

.c-openlist li {
  padding-bottom: 0.25rem;
}
.c-openlist li p {
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

#nimbus-interact {
  position: absolute;
  z-index: 100;
}

.nimbus-start-conversation {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.nimbus-client button.nimbus-button.no-btn, .nimbus-client button.nimbus-button.yes-btn {
  border-color: var(--brand-01) !important;
  background-color: var(--brand-01) !important;
  border-radius: 50px !important;
  padding: 7px 15px 8px !important;
}

.nimbus-client button.nimbus-button.no-btn {
  color: #ffffff !important;
}

.nimbus-client-content a {
  color: var(--brand-01) !important;
}

.pre-conversation-field input[type=email], .pre-conversation-field input[type=text], .wrap-text-area {
  border-color: var(--backgroundcolor-surface-secondary) !important;
}

.wrap-text-area {
  background-color: var(--backgroundcolor-surface-secondary) !important;
}

.pre-conversation-field input[type=email]:focus-visible, .pre-conversation-field input[type=text]:focus-visible,
.pre-conversation-field .wrap-text-area:has(textarea:focus-visible) {
  outline: 0.125rem solid var(--border-secondary) !important;
  border-color: var(--backgroundcolor-surface-secondary) !important;
}

.nbs-checkbox.checked .styled-checkbox {
  background: var(--border-secondary) !important;
  border-color: var(--border-secondary) !important;
}
.nbs-checkbox.checked .styled-checkbox svg {
  margin-top: -5px;
}

.nimbus-client-chat-system-message > div {
  background-color: transparent !important;
}

.nimbus-client-chat-input textarea {
  background-color: transparent !important;
}

.pre-conversation-field label.placeholder {
  background-color: var(--backgroundcolor-surface-secondary) !important;
  color: var(--text-color) !important;
}

.nimbus-client,
.nimbus-client-footer {
  background: var(--global-bg) !important;
}

.c-tooltip {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0%;
  top: calc(100% - 0.5rem);
  z-index: 9999;
  background-color: var(--text-highlight);
  transform: translate(0%, 0%);
  transition: all 0.25s cubic-bezier(0, 0.615, 0.345, 1);
  color: var(--text-on-highlight);
}
.c-tooltip {
  margin-top: 1.25rem;
}
.c-tooltip {
  border-radius: 50000px;
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.4);
}
.dark-mode .c-tooltip {
  box-shadow: 0 12px 20px 0 rgba(255, 255, 255, 0.03);
}
.c-tooltip {
  font-size: 1.125rem;
}
.c-tooltip {
  line-height: 1.5rem;
}
.c-tooltip.u-hidden {
  transform: translate(0%, 10%);
}
.c-tooltip.is-hidden {
  visibility: hidden;
  opacity: 0;
  transform: translate(0%, 10%);
}
.c-tooltip__item {
  display: inline-flex;
  align-items: center;
  position: relative;
  text-align: center;
}
.c-tooltip__item {
  padding-top: 0.25rem;
}
.c-tooltip__item {
  padding-bottom: 0.25rem;
}
.c-tooltip__item {
  padding-left: 1.25rem;
}
.c-tooltip__item {
  padding-right: 1.25rem;
}
.c-tooltip__item {
  gap: 0.25rem;
}
.c-tooltip__item::after {
  content: "";
  -webkit-mask-size: 1.5rem;
  mask-size: 1.5rem;
  display: inline-flex;
  width: 1.5rem;
  height: 1.5rem;
  transition: all 0.45s cubic-bezier(0, 0.615, 0.345, 1);
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cg clip-path='url(%23clip0_2477_9907)'%3E%3Cpath fill='%23383839' d='M9.544 18.113a.5.5 0 0 1-.354-.147L3.674 12.45a.5.5 0 1 1 .707-.707l5.163 5.163 10.68-10.681a.5.5 0 1 1 .707.707L9.897 17.966a.5.5 0 0 1-.353.147'/%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cg clip-path='url(%23clip0_2477_9907)'%3E%3Cpath fill='%23383839' d='M9.544 18.113a.5.5 0 0 1-.354-.147L3.674 12.45a.5.5 0 1 1 .707-.707l5.163 5.163 10.68-10.681a.5.5 0 1 1 .707.707L9.897 17.966a.5.5 0 0 1-.353.147'/%3E%3C/g%3E%3C/svg%3E");
}
.c-tooltip__item::before {
  content: " ";
  display: block;
  position: absolute;
  left: 20%;
  top: 0px;
  width: 14px;
  height: 14px;
  border-color: var(--text-highlight);
  border-width: 1px;
  border-style: none none solid solid;
  background-color: var(--text-highlight);
  transform: translate(0, -50%) rotate(45deg);
}

.c-tag {
  display: inline-flex;
  background-color: transparent;
  border: 0.0625rem solid var(--backgroundcolor-surface-primary);
  background-color: var(--backgroundcolor-surface-primary);
  cursor: pointer;
  transition: all 0.45s cubic-bezier(0, 0.615, 0.345, 1);
  overflow: hidden;
  position: relative;
  color: var(--text-primary);
  font-size: 0.75rem;
  line-height: 0.875rem;
  border-radius: 3.125rem;
}
.c-tag {
  padding-top: 0.25rem;
}
.c-tag {
  padding-bottom: 0.25rem;
}
.c-tag {
  padding-left: 0.5rem;
}
.c-tag {
  padding-right: 0.5rem;
}
.u-background .c-tag {
  border-color: #fff;
  color: #fff;
}
.c-tag span {
  pointer-events: none;
}
.c-tag span {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  z-index: 3;
}
.c-tag--ki {
  display: inline-flex;
  background-color: transparent;
  border: 0.0625rem solid var(--backgroundcolor-surface-primary);
  background-color: var(--backgroundcolor-surface-primary);
  cursor: pointer;
  transition: all 0.45s cubic-bezier(0, 0.615, 0.345, 1);
  overflow: hidden;
  position: relative;
  color: var(--text-primary);
  font-size: 0.75rem;
  line-height: 0.875rem;
  border-radius: 3.125rem;
}
.c-tag--ki {
  padding-top: 0.25rem;
}
.c-tag--ki {
  padding-bottom: 0.25rem;
}
.c-tag--ki {
  padding-left: 0.5rem;
}
.c-tag--ki {
  padding-right: 0.5rem;
}
.u-background .c-tag--ki {
  border-color: #fff;
  color: #fff;
}
.c-tag--ki span {
  pointer-events: none;
}
.c-tag--ki span {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  z-index: 3;
}
.c-tag--ki span::before {
  content: "";
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cg fill='%23CE0D15'%3E%3Cpath d='M7.795 13.926a.42.42 0 0 1-.398-.278l-1.474-3.98-3.98-1.474a.424.424 0 0 1 0-.797l3.98-1.472 1.474-3.981c.123-.334.673-.334.796 0l1.474 3.98 3.98 1.473a.424.424 0 0 1 0 .797l-3.98 1.473-1.474 3.981a.42.42 0 0 1-.398.278m-4.48-6.13L6.4 8.938a.43.43 0 0 1 .251.251l1.143 3.087L8.938 9.19a.43.43 0 0 1 .25-.25l3.087-1.143L9.19 6.654a.43.43 0 0 1-.251-.251L7.795 3.316 6.652 6.403a.43.43 0 0 1-.25.25zM18.795 15.926a.42.42 0 0 1-.399-.278l-.877-2.371-2.371-.878a.424.424 0 0 1 0-.796l2.37-.878.878-2.371c.124-.334.674-.334.797 0l.878 2.371 2.371.877a.424.424 0 0 1 0 .797l-2.37.878-.879 2.371a.42.42 0 0 1-.398.278M16.52 12l1.477.547a.43.43 0 0 1 .251.25l.547 1.478.547-1.477a.43.43 0 0 1 .25-.251L21.07 12l-1.477-.547a.43.43 0 0 1-.251-.25l-.547-1.478-.547 1.477a.43.43 0 0 1-.25.251zM11.795 21.926a.42.42 0 0 1-.399-.278l-.877-2.371-2.371-.878a.424.424 0 0 1 0-.797l2.37-.877.878-2.372c.124-.333.674-.333.797 0l.878 2.372 2.371.877a.424.424 0 0 1 0 .797l-2.37.878-.879 2.371a.42.42 0 0 1-.398.278M9.52 18l1.477.547a.43.43 0 0 1 .251.25l.547 1.478.547-1.477a.43.43 0 0 1 .25-.251L14.07 18l-1.477-.547a.43.43 0 0 1-.251-.25l-.547-1.478-.547 1.477a.43.43 0 0 1-.25.251z'/%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cg fill='%23CE0D15'%3E%3Cpath d='M7.795 13.926a.42.42 0 0 1-.398-.278l-1.474-3.98-3.98-1.474a.424.424 0 0 1 0-.797l3.98-1.472 1.474-3.981c.123-.334.673-.334.796 0l1.474 3.98 3.98 1.473a.424.424 0 0 1 0 .797l-3.98 1.473-1.474 3.981a.42.42 0 0 1-.398.278m-4.48-6.13L6.4 8.938a.43.43 0 0 1 .251.251l1.143 3.087L8.938 9.19a.43.43 0 0 1 .25-.25l3.087-1.143L9.19 6.654a.43.43 0 0 1-.251-.251L7.795 3.316 6.652 6.403a.43.43 0 0 1-.25.25zM18.795 15.926a.42.42 0 0 1-.399-.278l-.877-2.371-2.371-.878a.424.424 0 0 1 0-.796l2.37-.878.878-2.371c.124-.334.674-.334.797 0l.878 2.371 2.371.877a.424.424 0 0 1 0 .797l-2.37.878-.879 2.371a.42.42 0 0 1-.398.278M16.52 12l1.477.547a.43.43 0 0 1 .251.25l.547 1.478.547-1.477a.43.43 0 0 1 .25-.251L21.07 12l-1.477-.547a.43.43 0 0 1-.251-.25l-.547-1.478-.547 1.477a.43.43 0 0 1-.25.251zM11.795 21.926a.42.42 0 0 1-.399-.278l-.877-2.371-2.371-.878a.424.424 0 0 1 0-.797l2.37-.877.878-2.372c.124-.333.674-.333.797 0l.878 2.372 2.371.877a.424.424 0 0 1 0 .797l-2.37.878-.879 2.371a.42.42 0 0 1-.398.278M9.52 18l1.477.547a.43.43 0 0 1 .251.25l.547 1.478.547-1.477a.43.43 0 0 1 .25-.251L14.07 18l-1.477-.547a.43.43 0 0 1-.251-.25l-.547-1.478-.547 1.477a.43.43 0 0 1-.25.251z'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask-size: 1rem;
  mask-size: 1rem;
  width: 1rem;
  height: 1rem;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  display: block;
  background-color: currentColor;
}

.c-cookieconsent {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 999;
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
  background-color: #000;
  color: #fff;
}
.c-cookieconsent__container {
  display: flex;
  justify-content: space-between;
  gap: 1.25rem;
}
.c-cookieconsent__settings {
  display: none !important;
}
.c-cookieconsent__text a:not([class]) {
  color: #fff;
}
.c-cookieconsent__text a:not([class]) {
  margin: -0.1875rem 0;
  padding: 0.1875rem 0;
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 100% 2px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  text-decoration: none;
}
.c-cookieconsent__text a:not([class]) {
  transition: background-size 0.3s;
}
.c-cookieconsent__text a:not([class]) span {
  text-shadow: 0 0 0.1875rem #000;
}
.c-cookieconsent__buttons {
  flex-shrink: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
}
.c-cookieconsent__buttons button {
  min-width: 6.875rem;
  display: inline-flex;
  background-color: transparent;
  border: 0.0625rem solid var(--text-highlight);
  cursor: pointer;
  transition: all 0.45s cubic-bezier(0, 0.615, 0.345, 1);
  color: var(--text-highlight);
  overflow: hidden;
  position: relative;
}
.c-cookieconsent__buttons button {
  font-size: 1.125rem;
}
.c-cookieconsent__buttons button {
  line-height: 1.5rem;
}
.c-cookieconsent__buttons button {
  border-radius: 3.125rem;
}
.u-background .c-cookieconsent__buttons button {
  border-color: #fff;
  color: #fff;
}
.c-cookieconsent__buttons button span {
  pointer-events: none;
}
.c-cookieconsent__buttons button span,
.c-cookieconsent__buttons button input,
.c-cookieconsent__buttons button label {
  position: relative;
  z-index: 3;
  padding: 0.5rem 1.5rem 0.5rem 1.5rem;
}
@-moz-document url-prefix() {
  .c-cookieconsent__buttons button span,
  .c-cookieconsent__buttons button input,
  .c-cookieconsent__buttons button label {
    padding: 0.5rem 1.5rem 0.5rem 1.5rem;
  }
}
.c-cookieconsent__buttons button:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  background: var(--text-highlight);
  transition: all 0.45s cubic-bezier(0, 0.615, 0.345, 1);
}
.u-background .c-cookieconsent__buttons button:before {
  background-color: #fff;
}

.c-infobar {
  position: fixed;
  top: -100%;
  left: 0;
  right: 0;
  z-index: 530;
  width: 100%;
  color: #fff;
  line-height: 1.1;
  transform: none;
  transition: all 0.65s cubic-bezier(0, 0.615, 0.345, 1);
  font-size: 1rem;
  line-height: 1.25rem;
}
.sub-is-open .c-infobar {
  z-index: 1;
}
.c-infobar.is-active {
  top: 0;
}
.c-infobar__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  background-color: var(--backgroundcolor-surface-highlight);
}
.c-infobar__container {
  padding-left: 1.25rem;
}
.c-infobar__container {
  padding-right: 1.25rem;
}
.c-infobar__container {
  padding-top: 1.25rem;
}
.c-infobar__container {
  padding-bottom: 1.25rem;
}
.c-infobar__container {
  border-bottom-left-radius: 0.75rem;
}
.c-infobar__container {
  border-bottom-right-radius: 0.75rem;
}
.c-infobar__container {
  letter-spacing: 0.025rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  max-width: 1600px;
}
.c-infobar__container {
  margin: 0 auto;
}
.c-infobar__text {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}
.c-infobar__close {
  border: 0;
  padding: 0;
  background-color: transparent;
  color: inherit;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23CE0D15' d='m12.707 12 6.646-6.646a.5.5 0 1 0-.707-.707L12 11.293 5.353 4.647a.5.5 0 1 0-.707.707L11.293 12l-6.647 6.647a.5.5 0 1 0 .707.707L12 12.707l6.646 6.647a.5.5 0 0 0 .707 0 .5.5 0 0 0 0-.707z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23CE0D15' d='m12.707 12 6.646-6.646a.5.5 0 1 0-.707-.707L12 11.293 5.353 4.647a.5.5 0 1 0-.707.707L11.293 12l-6.647 6.647a.5.5 0 1 0 .707.707L12 12.707l6.646 6.647a.5.5 0 0 0 .707 0 .5.5 0 0 0 0-.707z'/%3E%3C/svg%3E");
  -webkit-mask-size: 1.5rem;
  mask-size: 1.5rem;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-color: currentColor;
  cursor: pointer;
}
.c-infobar__close {
  margin-left: 1.25rem;
}
.l-content__infobar--top .c-infobar .c-infobar__text {
  position: relative;
  display: flex;
}
.l-content__infobar--top .c-infobar .c-infobar__text {
  gap: 1.25rem;
}
.l-content__infobar--top .c-infobar .c-infobar__text-inner {
  gap: 0.25rem;
}
.l-content__infobar--top .c-infobar .c-infobar__text::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
  display: inline-flex;
  flex: 0 0 24px;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cg fill='%23CE0D15'%3E%3Cpath d='M12.008 14.25a.5.5 0 0 0 .5-.5v-6a.5.5 0 1 0-1 0v6a.5.5 0 0 0 .5.5'/%3E%3Cpath d='M21.408 16.394 14.427 4.303A2.77 2.77 0 0 0 12 2.902c-1.014 0-1.921.523-2.427 1.4L2.592 16.395a2.77 2.77 0 0 0 0 2.803 2.78 2.78 0 0 0 2.427 1.401H18.98c1.014 0 1.921-.524 2.428-1.401a2.77 2.77 0 0 0 0-2.803m-.866 2.303c-.326.564-.91.901-1.562.901H5.02a1.78 1.78 0 0 1-1.562-.901 1.79 1.79 0 0 1-.001-1.803l6.981-12.091c.326-.565.91-.901 1.562-.901s1.235.336 1.561.9l6.982 12.092a1.79 1.79 0 0 1-.001 1.803'/%3E%3Cpath d='M12 17.75a1 1 0 1 0 0-2 1 1 0 0 0 0 2'/%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cg fill='%23CE0D15'%3E%3Cpath d='M12.008 14.25a.5.5 0 0 0 .5-.5v-6a.5.5 0 1 0-1 0v6a.5.5 0 0 0 .5.5'/%3E%3Cpath d='M21.408 16.394 14.427 4.303A2.77 2.77 0 0 0 12 2.902c-1.014 0-1.921.523-2.427 1.4L2.592 16.395a2.77 2.77 0 0 0 0 2.803 2.78 2.78 0 0 0 2.427 1.401H18.98c1.014 0 1.921-.524 2.428-1.401a2.77 2.77 0 0 0 0-2.803m-.866 2.303c-.326.564-.91.901-1.562.901H5.02a1.78 1.78 0 0 1-1.562-.901 1.79 1.79 0 0 1-.001-1.803l6.981-12.091c.326-.565.91-.901 1.562-.901s1.235.336 1.561.9l6.982 12.092a1.79 1.79 0 0 1-.001 1.803'/%3E%3Cpath d='M12 17.75a1 1 0 1 0 0-2 1 1 0 0 0 0 2'/%3E%3C/g%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
.scroll-down .l-content__infobar--top .c-infobar, .scroll-up .l-content__infobar--top .c-infobar, :has(body.sub-is-open) .l-content__infobar--top .c-infobar {
  transform: translateY(calc((var(--hht) + var(--ibh)) * -1));
}
.pusha-active .l-content__infobar--top .c-infobar {
  transform: translateY(calc((var(--hh) + 1.5rem) * -1));
}
.l-content__infobar--top .c-infobar.hide-infobar {
  display: none;
}

.l-content__infobar--bottom .c-infobar {
  top: unset;
  left: 0;
  right: 0;
  bottom: 0;
  font-weight: 800;
}
.l-content__infobar--bottom .c-infobar.is-active {
  bottom: 0;
}
.l-content__infobar--bottom .c-infobar {
  padding-top: 1.25rem;
}
.l-content__infobar--bottom .c-infobar {
  padding-left: 1.25rem;
}
.l-content__infobar--bottom .c-infobar {
  padding-right: 1.25rem;
}
.scroll-down .l-content__infobar--bottom .c-infobar {
  padding-bottom: 1.25rem;
}
.l-content__infobar--bottom .c-infobar .c-infobar__container {
  background-color: var(--state-default);
  color: var(--text-invert);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.l-content__infobar--bottom .c-infobar .c-infobar__container {
  padding-left: 2rem;
}
.l-content__infobar--bottom .c-infobar .c-infobar__container {
  padding-right: 2rem;
}
.l-content__infobar--bottom .c-infobar .c-infobar__container {
  padding-top: 1.25rem;
}
.l-content__infobar--bottom .c-infobar .c-infobar__container {
  padding-bottom: 1.25rem;
}
.l-content__infobar--bottom .c-infobar .c-infobar__container {
  border-radius: 0.75rem;
}
.l-content__infobar--bottom .c-infobar .c-infobar__container {
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.4);
}
.dark-mode .l-content__infobar--bottom .c-infobar .c-infobar__container {
  box-shadow: 0 12px 20px 0 rgba(255, 255, 255, 0.03);
}
.pusha-active .l-content__infobar--bottom .c-infobar {
  transform: translateY(100%);
}
.l-content__infobar--bottom .c-infobar.hide-infobar {
  transform: translateY(calc((var(--ibhb) + var(--hht)) * 1));
}

.c-menu--language .c-menu__link span {
  min-width: 1.25rem;
  text-align: center;
}
.c-menu--language .c-menu__list, .c-menu--social .c-menu__list {
  display: flex;
  gap: 0.5rem;
}
.c-menu--language .c-menu__link, .c-menu--social .c-menu__link {
  color: var(--text-primary);
  padding: 0.625rem;
  position: relative;
  aspect-ratio: 1/1;
  display: flex;
}
.c-menu--language .c-menu__link > *, .c-menu--social .c-menu__link > * {
  position: relative;
  z-index: 2;
}
.c-menu--language .c-menu__link:after, .c-menu--social .c-menu__link:after {
  content: "";
  height: 0%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  transition: all 0.45s cubic-bezier(0, 0.615, 0.345, 1);
  background-color: var(--backgroundcolor-surface-secondary);
  filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.1));
  border-radius: 50%;
}
.c-menu--language .c-menu__link, .c-menu--social .c-menu__link {
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0.025rem;
}
.c-menu--language .c-menu__item.is-active .c-menu__link, .c-menu--social .c-menu__item.is-active .c-menu__link {
  position: relative;
  aspect-ratio: 1/1;
  display: flex;
}
.c-menu--language .c-menu__item.is-active .c-menu__link > *, .c-menu--social .c-menu__item.is-active .c-menu__link > * {
  position: relative;
  z-index: 2;
}
.c-menu--language .c-menu__item.is-active .c-menu__link:after, .c-menu--social .c-menu__item.is-active .c-menu__link:after {
  content: "";
  height: 0%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  transition: all 0.45s cubic-bezier(0, 0.615, 0.345, 1);
  background-color: var(--backgroundcolor-surface-secondary);
  filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.1));
  border-radius: 50%;
}
.c-menu--language .c-menu__item.is-active .c-menu__link:after, .c-menu--social .c-menu__item.is-active .c-menu__link:after {
  height: 100%;
  aspect-ratio: 1/1;
}
.c-menu--meta .c-menu__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.c-menu--meta .c-menu__list {
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
}
.c-menu--meta .c-menu__list {
  row-gap: 0.75rem;
}
.c-menu--meta .c-menu__link {
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0.025rem;
  transition: all 0.25s cubic-bezier(0.403, 0.008, 0.015, 0.986);
}
.c-menu--meta .c-menu__link svg path {
  fill: currentColor;
}
.c-menu--meta .c-menu__link span {
  margin: -0.1875rem 0;
  padding: 0.1875rem 0;
  background-image: linear-gradient(var(--text-highlight), var(--text-highlight));
  background-size: 0% 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  text-decoration: none;
}
.c-menu--meta .c-menu__link span {
  transition: background-size 0.25s;
}
.c-menu--meta .c-menu__item.is-active .c-menu__link {
  transition: all 0.25s cubic-bezier(0.403, 0.008, 0.015, 0.986);
  color: var(--text-highlight);
}
.c-menu--meta .c-menu__item.is-active .c-menu__link span {
  margin: -0.1875rem 0;
  padding: 0.1875rem 0;
  background-image: linear-gradient(var(--text-highlight), var(--text-highlight));
  background-size: 100% 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  text-decoration: none;
}
.c-menu--meta .c-menu__item.is-active .c-menu__link span {
  transition: background-size 0.25s;
}
.c-menu--meta .c-menu__item.is-active .c-menu__link svg path {
  fill: var(--text-highlight);
}
.c-menu--top .c-menu__list, .c-menu--fastnav .c-menu__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.c-menu--top .c-menu__list, .c-menu--fastnav .c-menu__list {
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
}
.c-menu--top .c-menu__list, .c-menu--fastnav .c-menu__list {
  row-gap: 0.75rem;
}
.c-menu--top .c-menu__link, .c-menu--fastnav .c-menu__link {
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0.025rem;
  transition: all 0.25s cubic-bezier(0.403, 0.008, 0.015, 0.986);
}
.c-menu--top .c-menu__link svg path, .c-menu--fastnav .c-menu__link svg path {
  fill: currentColor;
}
.c-menu--top .c-menu__link span, .c-menu--fastnav .c-menu__link span {
  margin: -0.1875rem 0;
  padding: 0.1875rem 0;
  background-image: linear-gradient(var(--text-highlight), var(--text-highlight));
  background-size: 0% 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  text-decoration: none;
}
.c-menu--top .c-menu__link span, .c-menu--fastnav .c-menu__link span {
  transition: background-size 0.25s;
}
.c-menu--top .c-menu__link svg, .c-menu--fastnav .c-menu__link svg {
  margin-right: 0.0625rem;
}
.c-menu--top .c-menu__item.is-active .c-menu__link, .c-menu--fastnav .c-menu__item.is-active .c-menu__link {
  transition: all 0.25s cubic-bezier(0.403, 0.008, 0.015, 0.986);
  color: var(--text-highlight);
}
.c-menu--top .c-menu__item.is-active .c-menu__link span, .c-menu--fastnav .c-menu__item.is-active .c-menu__link span {
  margin: -0.1875rem 0;
  padding: 0.1875rem 0;
  background-image: linear-gradient(var(--text-highlight), var(--text-highlight));
  background-size: 100% 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  text-decoration: none;
}
.c-menu--top .c-menu__item.is-active .c-menu__link span, .c-menu--fastnav .c-menu__item.is-active .c-menu__link span {
  transition: background-size 0.25s;
}
.c-menu--top .c-menu__item.is-active .c-menu__link svg path, .c-menu--fastnav .c-menu__item.is-active .c-menu__link svg path {
  fill: var(--text-highlight);
}
.c-menu--support {
  background-color: var(--backgroundcolor-surface-secondary);
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0.025rem;
}
.c-menu--support {
  border-radius: 0.75rem;
}
.c-menu--support {
  margin-top: 0.0625rem;
}
.c-menu--support .c-menu__list {
  display: grid;
  gap: 0.5rem;
}
.c-menu--support .c-menu__list {
  padding: 1.25rem;
}
.c-menu--support .c-menu__link {
  transition: all 0.25s cubic-bezier(0.403, 0.008, 0.015, 0.986);
}
.c-menu--support .c-menu__link svg path {
  fill: currentColor;
}
.c-menu--support .c-menu__link span {
  margin: -0.1875rem 0;
  padding: 0.1875rem 0;
  background-image: linear-gradient(var(--text-highlight), var(--text-highlight));
  background-size: 0% 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  text-decoration: none;
}
.c-menu--support .c-menu__link span {
  transition: background-size 0.25s;
}

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

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

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

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

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

.swiper-horizontal {
  touch-action: pan-y;
}

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

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

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

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

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

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

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

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

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

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

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

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

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

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

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

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

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */

.c-slider {
  padding-bottom: 1.5rem;
  width: 100%;
}
.c-slider img,
.c-slider .l-embed .c-video__button,
.c-slider .l-embed .c-video__placeholder {
  overflow: hidden;
}
.c-slider img,
.c-slider .l-embed .c-video__button,
.c-slider .l-embed .c-video__placeholder {
  border-radius: 0.75rem;
}
.c-slider__arrows {
  pointer-events: none;
  display: none;
}
.c-slider__pagination {
  position: absolute;
  top: 0;
  left: 50%;
  display: flex;
  gap: 0.5625rem;
  z-index: 10;
  width: unset !important;
  align-items: flex-start;
  justify-content: center;
  margin-top: 56.25%;
  transform: translate(-50%, 0);
}
.c-slider__pagination {
  padding-top: 1.25rem;
}
.c-slider__pagination span {
  background-color: #D4D4DA;
}
.c-slider__pagination span {
  width: 1rem;
}
.c-slider__pagination span {
  height: 1rem;
}
.c-slider__pagination span {
  opacity: 0.8;
  transition: all 0.3s cubic-bezier(0.75, 0, 0.25, 1);
  border: none;
  cursor: pointer;
  border-radius: 50000px;
}
.c-slider__pagination span.is-active {
  background-color: var(--text-highlight);
  display: block;
  width: 3rem;
}
.c-slider__pagination span.is-active {
  height: 1rem;
}
.c-slider__pagination span.is-active {
  opacity: 1;
}
.c-slider__pagination span.is-active-next-next, .c-slider__pagination span.is-active-prev-prev {
  display: block;
  border: none;
}
.c-slider__pagination span.is-active-next, .c-slider__pagination span.is-active-prev {
  display: block;
  border: none;
}
.c-slider.swiper {
  padding-bottom: 3rem;
}
.swiper .c-slider__slide {
  opacity: 0 !important;
  transition: opacity 0.6s cubic-bezier(0, 0.615, 0.345, 1);
}
.swiper .c-slider__slide .swiper-slide-prev {
  opacity: 0 !important;
}
.swiper .c-slider__slide.swiper-slide-active {
  opacity: 1 !important;
}
.c-slider--comparison.swiper {
  margin-left: 0;
  overflow: visible;
}
.c-slider--comparison.swiper {
  padding-right: 1.25rem;
}
.c-slider--comparison.swiper {
  padding-left: 1.25rem;
}
.c-slider--comparison.swiper .c-slider__slide {
  height: 100%;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0, 0.615, 0.345, 1);
}
.c-slider--comparison.swiper .c-slider__slide.swiper-slide-prev {
  opacity: 1 !important;
}
.c-slider--comparison.swiper .c-slider__slide.swiper-slide-active {
  opacity: 1 !important;
}
.c-slider--comparison.swiper .c-slider__slide.is-active-range {
  opacity: 1 !important;
}
.c-slider--comparison.swiper .c-slider__slide.is-active-range + .c-slider__slide {
  opacity: 1 !important;
}
.c-slider--comparison.swiper .c-slider__pagination {
  margin-top: 0;
  padding-top: 0;
}
.c-slider--comparison.swiper .c-slider__pagination {
  padding-right: 1.25rem;
}
.c-slider--comparison.swiper .c-slider__pagination {
  top: -2.5rem;
}
.c-slider--comparison.swiper .c-slider__pagination .swiper-pagination-bullet:only-child {
  display: none;
}

.c-video__button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  outline: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-indent: -999em;
  overflow: hidden;
}
.c-video__button::after {
  content: "";
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  width: 25%;
  height: 25%;
}
.c-video__button::after {
  width: 4rem;
}
.c-video__button::after {
  height: 4rem;
}
.c-video__button::after {
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='128' height='128' fill='none' viewBox='0 0 128 128'%3E%3Cpath fill='%23fff' d='M0 64C0 28.654 28.654 0 64 0s64 28.654 64 64-28.654 64-64 64S0 99.346 0 64'/%3E%3Cpath fill='%23CE0D15' d='M49.121 94.066a9.16 9.16 0 0 1-4.593-1.244c-2.88-1.662-4.598-4.636-4.598-7.96v-43.6c0-3.325 1.719-6.301 4.598-7.963 2.875-1.66 6.312-1.658 9.187.002L91.477 55.1c2.879 1.662 4.594 4.636 4.594 7.96 0 3.325-1.715 6.3-4.594 7.961l-37.762 21.8a9.17 9.17 0 0 1-4.594 1.245m-.004-58.006c-.886 0-1.777.235-2.59.704a5.14 5.14 0 0 0-2.597 4.498v43.6c0 1.876.969 3.558 2.598 4.495a5.13 5.13 0 0 0 5.187-.002l37.762-21.798a5.14 5.14 0 0 0 2.594-4.497 5.14 5.14 0 0 0-2.594-4.496L51.715 36.766a5.17 5.17 0 0 0-2.598-.706'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.dark-mode .c-video__button::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='128' height='128' fill='none' viewBox='0 0 128 128'%3E%3Cpath fill='%231a1a1c' d='M0 64C0 28.654 28.654 0 64 0s64 28.654 64 64-28.654 64-64 64S0 99.346 0 64'/%3E%3Cpath fill='%23ed3829' d='M49.121 94.066a9.16 9.16 0 0 1-4.593-1.244c-2.88-1.662-4.598-4.636-4.598-7.96v-43.6c0-3.325 1.719-6.301 4.598-7.963 2.875-1.66 6.312-1.658 9.187.002L91.477 55.1c2.879 1.662 4.593 4.636 4.593 7.96 0 3.325-1.714 6.3-4.593 7.961l-37.762 21.8a9.17 9.17 0 0 1-4.594 1.245m-.004-58.006c-.886 0-1.777.235-2.59.704a5.14 5.14 0 0 0-2.597 4.498v43.6c0 1.876.969 3.558 2.598 4.495a5.13 5.13 0 0 0 5.187-.002l37.762-21.798a5.14 5.14 0 0 0 2.594-4.497 5.14 5.14 0 0 0-2.594-4.496L51.715 36.766a5.17 5.17 0 0 0-2.598-.706'/%3E%3C/svg%3E");
}
.c-video__button:hover:after, .c-video__button:focus-visible:after {
  transform: translate(-50%, -50%) scale(1.2);
}
.is-video-initialized .c-video__button {
  opacity: 0;
  visibility: hidden;
}

.is-video-initialized,
.c-video__button {
  z-index: 200;
}

.vimeo {
  height: 56.25vw !important;
  min-height: 100vh !important;
  min-width: 177.77vh !important;
  width: 100vw !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}

.c-richtext {
  display: block;
}
.c-richtext h2 {
  font-size: 1.5rem;
}
.c-richtext h2 {
  line-height: 1.875rem;
}
.c-richtext h3 {
  font-size: 1.25rem;
}
.c-richtext h3 {
  line-height: 1.5rem;
}
.c-richtext h3 {
  margin-bottom: 0.25rem;
}
.c-richtext h3:not(:first-child) {
  padding-top: 0.25rem;
}
.c-richtext h4 {
  font-size: 1.125rem;
}
.c-richtext h4 {
  line-height: 1.375rem;
}
.c-richtext h2,
.c-richtext h3,
.c-richtext blockquote {
  hyphens: auto;
}

.c-textmedia {
  position: relative;
  background-color: var(--backgroundcolor-surface-secondary);
  grid-template-rows: auto;
  overflow: hidden;
  display: grid;
}
.c-textmedia {
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
}
.c-textmedia {
  border-radius: 0.75rem;
}
.c-textmedia {
  padding-top: 3.25rem;
}
.c-textmedia {
  padding-bottom: 3.25rem;
}
.c-textmedia {
  padding-left: 2rem;
}
.c-textmedia {
  padding-right: 2rem;
}
.c-textmedia > * {
  position: relative;
  z-index: 3;
}
.c-textmedia__title {
  font-weight: 800;
}
.c-textmedia__title {
  font-size: 1.25rem;
}
.c-textmedia__title {
  line-height: 1.5rem;
}
.c-textmedia__subtitle {
  font-size: 1.125rem;
}
.c-textmedia__subtitle {
  line-height: 1.5rem;
}
.c-textmedia__media-list {
  padding-top: 1.25rem;
}
.c-textmedia__media-list img {
  overflow: hidden;
  border-radius: 50%;
}
.c-textmedia blockquote {
  position: relative;
  text-align: left;
}
.c-textmedia blockquote p:first-child {
  color: var(--text-color);
  background: none;
}
.c-textmedia__text {
  grid-row: 1;
}
.c-textmedia__text {
  padding-bottom: 1.25rem;
}
.c-textmedia::after {
  content: "";
  position: absolute;
  display: block;
  z-index: 2;
  aspect-ratio: 1/1;
  background: linear-gradient(225deg, var(--gradient-01-start, rgba(255, 255, 255, 0)) 44.42%, var(--gradient-01-end, rgba(255, 255, 255, 0.1)) 83.97%);
  border-radius: 50%;
  transform: rotate(var(--rotate-base-mobile)) translate3d(0px, 0px, 0) scale(var(--bubble-scale-mobile));
  animation: gentle-rotate-mobile 30s linear infinite;
  transform-origin: center;
  display: inline-block;
  will-change: transform;
}
.c-textmedia::after {
  bottom: -11.875rem;
}
.c-textmedia::after {
  right: -11.875rem;
}
.c-textmedia::after {
  width: 26.875rem;
}

.c-historyback__link {
  align-items: center;
}
.c-historyback__link {
  gap: 0.5rem;
}
.c-historyback__link {
  padding: 0.5rem;
  display: inline-flex;
}
.c-historyback__link span {
  order: 2;
}
.c-historyback__link::before {
  content: "";
  position: absolute;
  aspect-ratio: 1/1;
  display: inline-flex;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  transform: scale(0);
  transform-origin: center center;
  transition: all 0.35s cubic-bezier(0, 0.615, 0.345, 1);
  background-color: var(--text-highlight);
}
.c-historyback__link::after {
  content: "";
  position: relative;
  aspect-ratio: 1/1;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23CE0D15' d='M20.329 11.66 14.328 5.6a.5.5 0 1 0-.711.702l5.154 5.206H4.027a.5.5 0 1 0 0 1h14.749l-5.158 5.188a.5.5 0 1 0 .709.705l6-6.037a.5.5 0 0 0 .002-.704'/%3E%3C/svg%3E");
  background-size: 1.5rem;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-flex;
  width: 2.5rem;
  height: 2.5rem;
  transform: rotate(180deg);
  border: 0.0625rem solid var(--text-highlight);
  border-radius: 50%;
  color: var(--text-highlight);
  transition: all 0.35s cubic-bezier(0, 0.615, 0.345, 1);
}

.c-vimeo-autoplay {
  position: relative;
  aspect-ratio: 16/9;
}
.c-vimeo-autoplay__video {
  height: 100% !important;
  width: auto !important;
  min-height: 100% !important;
  min-width: 100% !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  z-index: 1 !important;
}
.c-vimeo-autoplay--cover {
  aspect-ratio: unset;
  position: initial;
}
.c-vimeo-autoplay--cover .c-vimeo-autoplay__video {
  height: 56.25vw !important;
  min-height: 100vh !important;
  min-width: 177.77vh !important;
  width: 100vw !important;
  z-index: -1;
}

.c-service-ocean-dates {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}
.c-service-ocean-dates__placeholder--fields {
  grid-column: span 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}
.c-service-ocean-dates__placeholder--fields {
  position: relative;
}
.c-service-ocean-dates__placeholder--fields::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, var(--global-bg) 50%, rgba(255, 255, 255, 0) 100%);
  animation: shimmer 1.25s infinite;
}
.c-service-ocean-dates__placeholder--field span:first-child {
  display: flex;
  height: 1rem;
  width: 6.25rem;
  background-color: var(--backgroundcolor-surface-secondary);
  margin-bottom: 0.25rem;
}
.c-service-ocean-dates__placeholder--field span:last-child {
  display: flex;
  height: 2.625rem;
  width: 100%;
  background-color: var(--backgroundcolor-surface-secondary);
  border-radius: 3.125rem;
}

@keyframes shimmer {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.c-error-message {
  width: 100%;
  background-color: var(--backgroundcolor-surface-highlight);
  color: var(--text-on-highlight);
}
.c-error-message {
  border-radius: 0.75rem;
}
.c-error-message {
  padding-top: 0.5rem;
}
.c-error-message {
  padding-bottom: 0.5rem;
}
.c-error-message {
  padding-left: 0.75rem;
}
.c-error-message {
  padding-right: 0.75rem;
}
.c-error-message {
  margin-bottom: 0.75rem;
}
.c-error-message p {
  position: relative;
  display: flex;
}
.c-error-message p {
  gap: 1.25rem;
}
.c-error-message p {
  font-size: 1rem;
  line-height: 1.25rem;
}
.c-error-message p::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
  display: inline-flex;
  flex: 0 0 24px;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cg fill='%23CE0D15'%3E%3Cpath d='M12.008 14.25a.5.5 0 0 0 .5-.5v-6a.5.5 0 1 0-1 0v6a.5.5 0 0 0 .5.5'/%3E%3Cpath d='M21.408 16.394 14.427 4.303A2.77 2.77 0 0 0 12 2.902c-1.014 0-1.921.523-2.427 1.4L2.592 16.395a2.77 2.77 0 0 0 0 2.803 2.78 2.78 0 0 0 2.427 1.401H18.98c1.014 0 1.921-.524 2.428-1.401a2.77 2.77 0 0 0 0-2.803m-.866 2.303c-.326.564-.91.901-1.562.901H5.02a1.78 1.78 0 0 1-1.562-.901 1.79 1.79 0 0 1-.001-1.803l6.981-12.091c.326-.565.91-.901 1.562-.901s1.235.336 1.561.9l6.982 12.092a1.79 1.79 0 0 1-.001 1.803'/%3E%3Cpath d='M12 17.75a1 1 0 1 0 0-2 1 1 0 0 0 0 2'/%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cg fill='%23CE0D15'%3E%3Cpath d='M12.008 14.25a.5.5 0 0 0 .5-.5v-6a.5.5 0 1 0-1 0v6a.5.5 0 0 0 .5.5'/%3E%3Cpath d='M21.408 16.394 14.427 4.303A2.77 2.77 0 0 0 12 2.902c-1.014 0-1.921.523-2.427 1.4L2.592 16.395a2.77 2.77 0 0 0 0 2.803 2.78 2.78 0 0 0 2.427 1.401H18.98c1.014 0 1.921-.524 2.428-1.401a2.77 2.77 0 0 0 0-2.803m-.866 2.303c-.326.564-.91.901-1.562.901H5.02a1.78 1.78 0 0 1-1.562-.901 1.79 1.79 0 0 1-.001-1.803l6.981-12.091c.326-.565.91-.901 1.562-.901s1.235.336 1.561.9l6.982 12.092a1.79 1.79 0 0 1-.001 1.803'/%3E%3Cpath d='M12 17.75a1 1 0 1 0 0-2 1 1 0 0 0 0 2'/%3E%3C/g%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
.c-pagination-list__items {
  display: grid;
}
.c-pagination-list__items {
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
}
.c-pagination-list__items {
  row-gap: 1.25rem;
}
.c-pagination-list--author h2 {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.c-pagination-list--author .c-pagination-list__counter {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.c-pagination-list--faq {
  display: grid;
}
.c-pagination-list--faq {
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
}
.c-pagination-list--faq .c-pagination-list__counter {
  font-size: 1.125rem;
}
.c-pagination-list--faq .c-pagination-list__counter {
  line-height: 1.875rem;
}
.c-pagination-list--faq .c-pagination-list__counter {
  padding-bottom: 1.25rem;
}
.c-pagination-list--locations h2 {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.c-pagination-list--locations .c-pagination-list__counter {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.c-pagination-list__button, .c-pagination-list__all-button {
  justify-self: center;
  text-align: center;
}
.c-pagination-list__button, .c-pagination-list__all-button {
  padding-top: 1.25rem;
}
.c-pagination-list__button {
  padding-top: 0;
}
.c-pagination-list__load, .c-pagination-list__all-link {
  display: inline-flex;
  background-color: transparent;
  border: 0.0625rem solid var(--text-highlight);
  cursor: pointer;
  transition: all 0.45s cubic-bezier(0, 0.615, 0.345, 1);
  color: var(--text-highlight);
  overflow: hidden;
  position: relative;
}
.c-pagination-list__load, .c-pagination-list__all-link {
  font-size: 1.125rem;
}
.c-pagination-list__load, .c-pagination-list__all-link {
  line-height: 1.5rem;
}
.c-pagination-list__load, .c-pagination-list__all-link {
  border-radius: 3.125rem;
}
.u-background .c-pagination-list__load, .u-background .c-pagination-list__all-link {
  border-color: #fff;
  color: #fff;
}
.c-pagination-list__load span,
.c-pagination-list__load input,
.c-pagination-list__load label, .c-pagination-list__all-link span,
.c-pagination-list__all-link input,
.c-pagination-list__all-link label {
  position: relative;
  z-index: 3;
  padding: 0.5rem 1.5rem 0.5rem 1.5rem;
}
@-moz-document url-prefix() {
  .c-pagination-list__load span,
  .c-pagination-list__load input,
  .c-pagination-list__load label, .c-pagination-list__all-link span,
  .c-pagination-list__all-link input,
  .c-pagination-list__all-link label {
    padding: 0.5rem 1.5rem 0.5rem 1.5rem;
  }
}
.c-pagination-list__load:before, .c-pagination-list__all-link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  background: var(--text-highlight);
  transition: all 0.45s cubic-bezier(0, 0.615, 0.345, 1);
}
.u-background .c-pagination-list__load:before, .u-background .c-pagination-list__all-link:before {
  background-color: #fff;
}
.c-pagination-list__load, .c-pagination-list__all-link {
  padding: 0.5rem 1rem 0.5rem 1.5rem;
  color: var(--text-color);
  border-color: transparent;
  --text-invert: var(--text-highlight);
}
@-moz-document url-prefix() {
  .c-pagination-list__load, .c-pagination-list__all-link {
    padding: 0.5rem 1rem 0.5rem 1.5rem;
  }
}
.c-pagination-list__load span, .c-pagination-list__all-link span {
  line-height: 1.2;
  padding: 0;
  padding-right: 4px;
}
.dark-mode:root .c-pagination-list__load, .dark-mode:root .c-pagination-list__all-link {
  --text-invert: var(--color-gray-50);
}
.c-pagination-list__load::after, .c-pagination-list__all-link::after {
  content: "";
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23CE0D15' d='m16.355 11.664-8-8.08a.5.5 0 1 0-.71.702l7.65 7.729-7.65 7.698a.5.5 0 0 0 .71.705l8-8.05a.5.5 0 0 0 0-.704'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23CE0D15' d='m16.355 11.664-8-8.08a.5.5 0 1 0-.71.702l7.65 7.729-7.65 7.698a.5.5 0 0 0 .71.705l8-8.05a.5.5 0 0 0 0-.704'/%3E%3C/svg%3E");
  -webkit-mask-size: 1.5rem;
  mask-size: 1.5rem;
  background-color: currentColor;
  display: inline-flex;
  width: 1.5rem;
  height: 1.5rem;
}
.c-pagination-list__load::before, .c-pagination-list__all-link::before {
  background-color: var(--backgroundcolor-surface-secondary);
}
.c-pagination-list__load span, .c-pagination-list__all-link span {
  pointer-events: none;
}
.c-pagination-list__load {
  padding: 0.5rem 1rem 0.5rem 1.5rem;
  color: var(--text-color);
  border-color: transparent;
  --text-invert: var(--text-highlight);
}
@-moz-document url-prefix() {
  .c-pagination-list__load {
    padding: 0.5rem 1rem 0.5rem 1.5rem;
  }
}
.c-pagination-list__load span {
  line-height: 1.2;
  padding: 0;
  padding-right: 4px;
}
.dark-mode:root .c-pagination-list__load {
  --text-invert: var(--color-gray-50);
}
.c-pagination-list__load::after {
  content: "";
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23CE0D15' d='m16.355 11.664-8-8.08a.5.5 0 1 0-.71.702l7.65 7.729-7.65 7.698a.5.5 0 0 0 .71.705l8-8.05a.5.5 0 0 0 0-.704'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23CE0D15' d='m16.355 11.664-8-8.08a.5.5 0 1 0-.71.702l7.65 7.729-7.65 7.698a.5.5 0 0 0 .71.705l8-8.05a.5.5 0 0 0 0-.704'/%3E%3C/svg%3E");
  -webkit-mask-size: 1.5rem;
  mask-size: 1.5rem;
  background-color: currentColor;
  display: inline-flex;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23CE0D15' d='M20.42 7.649a.5.5 0 0 0-.706-.004l-7.729 7.651-7.698-7.65a.5.5 0 0 0-.705.709l8.05 8a.5.5 0 0 0 .704 0l8.08-8a.5.5 0 0 0 .005-.706'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23CE0D15' d='M20.42 7.649a.5.5 0 0 0-.706-.004l-7.729 7.651-7.698-7.65a.5.5 0 0 0-.705.709l8.05 8a.5.5 0 0 0 .704 0l8.08-8a.5.5 0 0 0 .005-.706'/%3E%3C/svg%3E");
}
.c-pagination-list__load::before {
  background-color: var(--backgroundcolor-surface-secondary);
}
.c-pagination-list--solr .c-pagination-list__counter {
  font-size: 1.125rem;
}
.c-pagination-list--solr .c-pagination-list__counter {
  line-height: 1.875rem;
}
.c-pagination-list--solr .c-pagination-list__counter {
  padding-bottom: 1.25rem;
}
.c-news-detail {
  display: grid;
}
.c-news-detail {
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
}
.c-news-detail__related {
  grid-row: 11;
}
.c-news-detail__hero {
  padding-bottom: 1.25rem;
}
.c-news-detail__hero img,
.c-news-detail__hero .l-embed {
  overflow: hidden;
}
.c-news-detail__hero img,
.c-news-detail__hero .l-embed {
  border-radius: 0.75rem;
}
.c-news-detail__authors {
  display: flex;
  flex-direction: column;
}
.c-news-detail__authors {
  row-gap: 1.25rem;
}
.c-news-detail__authors {
  padding-bottom: 3.75rem;
}
.c-news-detail__historyback {
  grid-row: 1;
}
.c-news-detail__historyback {
  padding-bottom: 2rem;
}
.c-news-detail__title {
  grid-row: 2;
}
.c-news-detail__title {
  padding-bottom: 1.25rem;
}
.c-news-detail__lead {
  grid-row: 3;
}
.c-news-detail__lead {
  padding-bottom: 1.25rem;
}
.c-news-detail__time {
  grid-row: 4;
}
.c-news-detail__time {
  padding-bottom: 2rem;
}
.c-news-detail__subtitle, .c-news-detail__tags {
  display: none;
}
.c-news-detail__contents {
  display: grid;
}
.c-news-detail__contents {
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
}
.c-news-detail__content--richtext, .c-news-detail__content--media, .c-news-detail__content--html {
  padding-bottom: 3.75rem;
}
.c-news-detail__content--textmedia {
  padding-bottom: 3.75rem;
}
.c-news-detail__content--table {
  display: none;
}
.c-news-detail__relatedlinks {
  display: none;
}
.c-news-detail__categories {
  grid-row: 9;
}
.c-news-detail__categories {
  padding-bottom: 1.25rem;
}
.c-news-detail__categories h2 {
  margin-bottom: 0.75rem;
}
.c-news-detail__categories h2 {
  font-size: 1.125rem;
}
.c-news-detail__categories h2 {
  line-height: 1.375rem;
}
.c-news-detail__share {
  padding-bottom: 3.75rem;
}
.c-news-detail__share {
  grid-row: 10;
}
.c-news-detail__prompt {
  padding-bottom: 3.75rem;
}
.c-news-detail .l-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.c-filter div:not([class]) {
  display: none;
}
.c-filter--select {
  display: grid;
}
.c-filter--select {
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
}
.c-filter__select {
  align-self: flex-end;
  grid-column: span 12;
}
.c-filter__check, .c-filter__radio {
  display: flex;
  flex-wrap: wrap;
}
.c-filter__check .c-filter__item, .c-filter__radio .c-filter__item {
  padding: 0;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-flex;
  background-color: transparent;
  border: 0.0625rem solid var(--text-highlight);
  cursor: pointer;
  transition: all 0.45s cubic-bezier(0, 0.615, 0.345, 1);
  color: var(--text-highlight);
  overflow: hidden;
  position: relative;
}
.c-filter__check .c-filter__item, .c-filter__radio .c-filter__item {
  font-size: 1.125rem;
}
.c-filter__check .c-filter__item, .c-filter__radio .c-filter__item {
  line-height: 1.5rem;
}
.c-filter__check .c-filter__item, .c-filter__radio .c-filter__item {
  border-radius: 3.125rem;
  border-color: var(--border-primary);
  color: var(--text-primary);
}
.u-background .c-filter__check .c-filter__item, .u-background .c-filter__radio .c-filter__item {
  border-color: #fff;
  color: #fff;
}
.c-filter__check .c-filter__item span, .c-filter__radio .c-filter__item span {
  pointer-events: none;
}
.c-filter__check .c-filter__item span,
.c-filter__check .c-filter__item input,
.c-filter__check .c-filter__item label, .c-filter__radio .c-filter__item span,
.c-filter__radio .c-filter__item input,
.c-filter__radio .c-filter__item label {
  position: relative;
  z-index: 3;
  padding: 0.5rem 1.5rem 0.5rem 1.5rem;
}
@-moz-document url-prefix() {
  .c-filter__check .c-filter__item span,
  .c-filter__check .c-filter__item input,
  .c-filter__check .c-filter__item label, .c-filter__radio .c-filter__item span,
  .c-filter__radio .c-filter__item input,
  .c-filter__radio .c-filter__item label {
    padding: 0.5rem 1.5rem 0.5rem 1.5rem;
  }
}
.c-filter__check .c-filter__item:before, .c-filter__radio .c-filter__item:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  background: var(--text-highlight);
  transition: all 0.45s cubic-bezier(0, 0.615, 0.345, 1);
  background-color: var(--state-hover);
}
.u-background .c-filter__check .c-filter__item:before, .u-background .c-filter__radio .c-filter__item:before {
  background-color: #fff;
}
.c-filter__check .c-filter__item input, .c-filter__radio .c-filter__item input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  margin-top: 0 !important;
  top: 0;
  left: 0;
  z-index: 4;
  cursor: pointer;
}
.c-filter__check .c-filter__item label, .c-filter__radio .c-filter__item label {
  padding: 0.5rem 1.5rem 0.5rem 1.5rem;
  cursor: pointer;
}
.c-filter__check .c-filter__item input:checked + label, .c-filter__radio .c-filter__item input:checked + label {
  background-color: #383839;
  color: #fff;
}
.c-filter__search {
  grid-column: span 12;
}
.c-filter--check h2 {
  font-size: 1.25rem;
}
.c-filter--check h2 {
  line-height: 1.5rem;
}
.c-filter__reset, .c-filter__submit {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.c-filter__submit button {
  cursor: pointer;
}
.c-filter__submit button span {
  pointer-events: none;
}
.c-news-list h2 {
  font-weight: 800;
}
.c-news-list h2 {
  font-size: 1.75rem;
}
.c-news-list h2 {
  line-height: 2.3125rem;
}
.c-news-list h2 {
  margin-bottom: 1.25rem;
}
.c-news-list:not([class*=c-news-list--preview]):not([class*=c-news-list--search]):not([class*=c-news-list--author-relation]):not([class*=c-news-list--navi]) h2 {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.c-news-list__counter {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.c-news-list__items {
  display: grid;
  grid-template-columns: 1fr;
}
.c-news-list__items {
  gap: 1.25rem;
}
.c-news-list__button, .c-news-list__all-button {
  justify-self: center;
  text-align: center;
}
.c-news-list__button, .c-news-list__all-button {
  padding-top: 1.25rem;
}
.c-news-list__load, .c-news-list__all-link {
  display: inline-flex;
  background-color: transparent;
  border: 0.0625rem solid var(--text-highlight);
  cursor: pointer;
  transition: all 0.45s cubic-bezier(0, 0.615, 0.345, 1);
  color: var(--text-highlight);
  overflow: hidden;
  position: relative;
}
.c-news-list__load, .c-news-list__all-link {
  font-size: 1.125rem;
}
.c-news-list__load, .c-news-list__all-link {
  line-height: 1.5rem;
}
.c-news-list__load, .c-news-list__all-link {
  border-radius: 3.125rem;
}
.u-background .c-news-list__load, .u-background .c-news-list__all-link {
  border-color: #fff;
  color: #fff;
}
.c-news-list__load span,
.c-news-list__load input,
.c-news-list__load label, .c-news-list__all-link span,
.c-news-list__all-link input,
.c-news-list__all-link label {
  position: relative;
  z-index: 3;
  padding: 0.5rem 1.5rem 0.5rem 1.5rem;
}
@-moz-document url-prefix() {
  .c-news-list__load span,
  .c-news-list__load input,
  .c-news-list__load label, .c-news-list__all-link span,
  .c-news-list__all-link input,
  .c-news-list__all-link label {
    padding: 0.5rem 1.5rem 0.5rem 1.5rem;
  }
}
.c-news-list__load:before, .c-news-list__all-link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  background: var(--text-highlight);
  transition: all 0.45s cubic-bezier(0, 0.615, 0.345, 1);
}
.u-background .c-news-list__load:before, .u-background .c-news-list__all-link:before {
  background-color: #fff;
}
.c-news-list__load, .c-news-list__all-link {
  padding: 0.5rem 1rem 0.5rem 1.5rem;
  color: var(--text-color);
  border-color: transparent;
  --text-invert: var(--text-highlight);
}
@-moz-document url-prefix() {
  .c-news-list__load, .c-news-list__all-link {
    padding: 0.5rem 1rem 0.5rem 1.5rem;
  }
}
.c-news-list__load span, .c-news-list__all-link span {
  line-height: 1.2;
  padding: 0;
  padding-right: 4px;
}
.dark-mode:root .c-news-list__load, .dark-mode:root .c-news-list__all-link {
  --text-invert: var(--color-gray-50);
}
.c-news-list__load::after, .c-news-list__all-link::after {
  content: "";
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23CE0D15' d='m16.355 11.664-8-8.08a.5.5 0 1 0-.71.702l7.65 7.729-7.65 7.698a.5.5 0 0 0 .71.705l8-8.05a.5.5 0 0 0 0-.704'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23CE0D15' d='m16.355 11.664-8-8.08a.5.5 0 1 0-.71.702l7.65 7.729-7.65 7.698a.5.5 0 0 0 .71.705l8-8.05a.5.5 0 0 0 0-.704'/%3E%3C/svg%3E");
  -webkit-mask-size: 1.5rem;
  mask-size: 1.5rem;
  background-color: currentColor;
  display: inline-flex;
  width: 1.5rem;
  height: 1.5rem;
}
.c-news-list__load::before, .c-news-list__all-link::before {
  background-color: var(--backgroundcolor-surface-secondary);
}
.c-news-list__load span, .c-news-list__all-link span {
  pointer-events: none;
}
.c-news-list__load {
  padding: 0.5rem 1rem 0.5rem 1.5rem;
  color: var(--text-color);
  border-color: transparent;
  --text-invert: var(--text-highlight);
}
@-moz-document url-prefix() {
  .c-news-list__load {
    padding: 0.5rem 1rem 0.5rem 1.5rem;
  }
}
.c-news-list__load span {
  line-height: 1.2;
  padding: 0;
  padding-right: 4px;
}
.dark-mode:root .c-news-list__load {
  --text-invert: var(--color-gray-50);
}
.c-news-list__load::after {
  content: "";
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23CE0D15' d='m16.355 11.664-8-8.08a.5.5 0 1 0-.71.702l7.65 7.729-7.65 7.698a.5.5 0 0 0 .71.705l8-8.05a.5.5 0 0 0 0-.704'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23CE0D15' d='m16.355 11.664-8-8.08a.5.5 0 1 0-.71.702l7.65 7.729-7.65 7.698a.5.5 0 0 0 .71.705l8-8.05a.5.5 0 0 0 0-.704'/%3E%3C/svg%3E");
  -webkit-mask-size: 1.5rem;
  mask-size: 1.5rem;
  background-color: currentColor;
  display: inline-flex;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23CE0D15' d='M20.42 7.649a.5.5 0 0 0-.706-.004l-7.729 7.651-7.698-7.65a.5.5 0 0 0-.705.709l8.05 8a.5.5 0 0 0 .704 0l8.08-8a.5.5 0 0 0 .005-.706'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23CE0D15' d='M20.42 7.649a.5.5 0 0 0-.706-.004l-7.729 7.651-7.698-7.65a.5.5 0 0 0-.705.709l8.05 8a.5.5 0 0 0 .704 0l8.08-8a.5.5 0 0 0 .005-.706'/%3E%3C/svg%3E");
}
.c-news-list__load::before {
  background-color: var(--backgroundcolor-surface-secondary);
}
.c-news-list--author-relation .c-news-list__counter {
  display: none;
}
.c-news-list--preview .c-news-list__counter {
  display: none;
}
.c-news-list--search h2 {
  font-size: 1.5rem;
}
.c-news-list--search h2 {
  line-height: 1.875rem;
}
.c-news-list--search .c-news-list__counter {
  display: none;
}
.c-news-list--search .c-news-teaser__time,
.c-news-list--search .c-news-teaser__author {
  display: none;
}
.c-news-list--search .c-news-teaser__content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.c-news-list--search .c-news-teaser__title {
  padding-top: 0.75rem;
}
.c-news-list--search .c-news-list__all-button {
  margin-top: auto;
  justify-self: flex-start;
  text-align: left;
}
.c-news-list--search .c-news-list__all-link {
  display: inline-flex;
  background-color: transparent;
  border: 0.0625rem solid var(--text-highlight);
  cursor: pointer;
  transition: all 0.45s cubic-bezier(0, 0.615, 0.345, 1);
  color: var(--text-highlight);
  overflow: hidden;
  position: relative;
}
.c-news-list--search .c-news-list__all-link {
  font-size: 1.125rem;
}
.c-news-list--search .c-news-list__all-link {
  line-height: 1.5rem;
}
.c-news-list--search .c-news-list__all-link {
  border-radius: 3.125rem;
}
.u-background .c-news-list--search .c-news-list__all-link {
  border-color: #fff;
  color: #fff;
}
.c-news-list--search .c-news-list__all-link span {
  pointer-events: none;
}
.c-news-list--search .c-news-list__all-link span,
.c-news-list--search .c-news-list__all-link input,
.c-news-list--search .c-news-list__all-link label {
  position: relative;
  z-index: 3;
  padding: 0.5rem 1.5rem 0.5rem 1.5rem;
}
@-moz-document url-prefix() {
  .c-news-list--search .c-news-list__all-link span,
  .c-news-list--search .c-news-list__all-link input,
  .c-news-list--search .c-news-list__all-link label {
    padding: 0.5rem 1.5rem 0.5rem 1.5rem;
  }
}
.c-news-list--search .c-news-list__all-link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  background: var(--text-highlight);
  transition: all 0.45s cubic-bezier(0, 0.615, 0.345, 1);
}
.u-background .c-news-list--search .c-news-list__all-link:before {
  background-color: #fff;
}
.c-news-list--search .c-news-list__all-link {
  padding: 0.5rem 1rem 0.5rem 1.5rem;
  color: var(--text-color);
  border-color: transparent;
  --text-invert: var(--text-highlight);
}
@-moz-document url-prefix() {
  .c-news-list--search .c-news-list__all-link {
    padding: 0.5rem 1rem 0.5rem 1.5rem;
  }
}
.c-news-list--search .c-news-list__all-link span {
  line-height: 1.2;
  padding: 0;
  padding-right: 4px;
}
.dark-mode:root .c-news-list--search .c-news-list__all-link {
  --text-invert: var(--color-gray-50);
  --text-invert: --text-highlight;
}
.c-news-list--search .c-news-list__all-link::after {
  content: "";
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23CE0D15' d='m16.355 11.664-8-8.08a.5.5 0 1 0-.71.702l7.65 7.729-7.65 7.698a.5.5 0 0 0 .71.705l8-8.05a.5.5 0 0 0 0-.704'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23CE0D15' d='m16.355 11.664-8-8.08a.5.5 0 1 0-.71.702l7.65 7.729-7.65 7.698a.5.5 0 0 0 .71.705l8-8.05a.5.5 0 0 0 0-.704'/%3E%3C/svg%3E");
  -webkit-mask-size: 1.5rem;
  mask-size: 1.5rem;
  background-color: currentColor;
  display: inline-flex;
  width: 1.5rem;
  height: 1.5rem;
}
.c-news-list--search .c-news-list__all-link::before {
  background-color: transparent;
}
.c-news-list--navi h2 {
  font-size: 1.5rem;
}
.c-news-list--navi h2 {
  line-height: 1.875rem;
}
.c-news-list--navi .c-news-list__counter {
  display: none;
}
.c-news-list--navi .c-news-teaser__time,
.c-news-list--navi .c-news-teaser__author,
.c-news-list--navi .c-news-teaser__media {
  display: none;
}
.c-news-list--navi .c-news-teaser__content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.c-news-list--navi .c-news-teaser__title {
  padding-top: 0.75rem;
}
.c-news-list--navi .c-news-list__all-button {
  margin-top: auto;
  justify-self: flex-start;
  text-align: left;
}
.c-news-list--navi .c-news-list__all-link {
  display: inline-flex;
  background-color: transparent;
  border: 0.0625rem solid var(--text-highlight);
  cursor: pointer;
  transition: all 0.45s cubic-bezier(0, 0.615, 0.345, 1);
  color: var(--text-highlight);
  overflow: hidden;
  position: relative;
}
.c-news-list--navi .c-news-list__all-link {
  font-size: 1.125rem;
}
.c-news-list--navi .c-news-list__all-link {
  line-height: 1.5rem;
}
.c-news-list--navi .c-news-list__all-link {
  border-radius: 3.125rem;
}
.u-background .c-news-list--navi .c-news-list__all-link {
  border-color: #fff;
  color: #fff;
}
.c-news-list--navi .c-news-list__all-link span {
  pointer-events: none;
}
.c-news-list--navi .c-news-list__all-link span,
.c-news-list--navi .c-news-list__all-link input,
.c-news-list--navi .c-news-list__all-link label {
  position: relative;
  z-index: 3;
  padding: 0.5rem 1.5rem 0.5rem 1.5rem;
}
@-moz-document url-prefix() {
  .c-news-list--navi .c-news-list__all-link span,
  .c-news-list--navi .c-news-list__all-link input,
  .c-news-list--navi .c-news-list__all-link label {
    padding: 0.5rem 1.5rem 0.5rem 1.5rem;
  }
}
.c-news-list--navi .c-news-list__all-link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  background: var(--text-highlight);
  transition: all 0.45s cubic-bezier(0, 0.615, 0.345, 1);
}
.u-background .c-news-list--navi .c-news-list__all-link:before {
  background-color: #fff;
}
.c-news-list--navi .c-news-list__all-link {
  padding: 0.5rem 1rem 0.5rem 1.5rem;
  color: var(--text-color);
  border-color: transparent;
  --text-invert: var(--text-highlight);
}
@-moz-document url-prefix() {
  .c-news-list--navi .c-news-list__all-link {
    padding: 0.5rem 1rem 0.5rem 1.5rem;
  }
}
.c-news-list--navi .c-news-list__all-link span {
  line-height: 1.2;
  padding: 0;
  padding-right: 4px;
}
.dark-mode:root .c-news-list--navi .c-news-list__all-link {
  --text-invert: var(--color-gray-50);
  --text-invert: --text-highlight;
}
.c-news-list--navi .c-news-list__all-link::after {
  content: "";
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23CE0D15' d='m16.355 11.664-8-8.08a.5.5 0 1 0-.71.702l7.65 7.729-7.65 7.698a.5.5 0 0 0 .71.705l8-8.05a.5.5 0 0 0 0-.704'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23CE0D15' d='m16.355 11.664-8-8.08a.5.5 0 1 0-.71.702l7.65 7.729-7.65 7.698a.5.5 0 0 0 .71.705l8-8.05a.5.5 0 0 0 0-.704'/%3E%3C/svg%3E");
  -webkit-mask-size: 1.5rem;
  mask-size: 1.5rem;
  background-color: currentColor;
  display: inline-flex;
  width: 1.5rem;
  height: 1.5rem;
}
.c-news-list--navi .c-news-list__all-link::before {
  background-color: transparent;
}

.c-news-teaser {
  position: relative;
  border: 1px solid var(--border-secondary);
  display: flex;
  flex-direction: column;
  height: 100%;
}
.c-news-teaser {
  border-radius: 0.75rem;
}
.c-news-teaser {
  padding-bottom: 0.75rem;
}
.c-news-teaser {
  transform: translateY(0px);
  transition: all 0.35s cubic-bezier(0.403, 0.008, 0.015, 0.986);
}
.c-news-teaser {
  transition: all 0.55s cubic-bezier(0, 0.615, 0.345, 1);
  box-shadow: -12px -12px 24px 0 transparent, 12px 12px 24px 0 transparent;
}
.c-news-teaser__media {
  position: relative;
  order: -1;
  overflow: hidden;
}
.c-news-teaser__media img {
  border-radius: 0.75rem;
}
.c-news-teaser__label {
  position: absolute;
}
.c-news-teaser__label {
  bottom: 0.75rem;
}
.c-news-teaser__label {
  left: 0.75rem;
}
.c-news-teaser__subtitle, .c-news-teaser__categories {
  display: none;
}
.c-news-teaser__title {
  order: 2;
}
.c-news-teaser__title {
  padding-bottom: 0.25rem;
}
.c-news-teaser__title h3 {
  font-size: 1.125rem;
}
.c-news-teaser__title h3 {
  line-height: 1.375rem;
}
.c-news-teaser__time {
  order: 1;
}
.c-news-teaser__time {
  padding-top: 0.75rem;
}
.c-news-teaser__time {
  padding-bottom: 0.25rem;
}
.c-news-teaser__time {
  font-size: 1rem;
  line-height: 1.25rem;
}
.c-news-teaser__content {
  order: 3;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0.025rem;
}
.c-news-teaser__author {
  order: 4;
  font-size: 0.75rem;
  line-height: 0.875rem;
}
.c-news-teaser__author {
  padding-top: 0.25rem;
}
.c-news-teaser__author > p {
  display: flex;
  flex-direction: column;
}
.c-news-teaser__linkwrapper {
  order: 4;
  display: flex;
  justify-content: flex-end;
  margin-top: auto;
}
.c-news-teaser__linkwrapper {
  padding-top: 0.25rem;
}
.c-news-teaser__link {
  display: inline-flex;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.45s cubic-bezier(0, 0.615, 0.345, 1);
  overflow: hidden;
  position: relative;
}
.c-news-teaser__link {
  font-size: 1.125rem;
}
.c-news-teaser__link {
  line-height: 1.5rem;
}
.c-news-teaser__link {
  border-radius: 3.125rem;
}
.u-background .c-news-teaser__link {
  border-color: #fff;
  color: #fff;
}
.c-news-teaser__link span {
  pointer-events: none;
}
.c-news-teaser__link span,
.c-news-teaser__link input,
.c-news-teaser__link label {
  position: relative;
  z-index: 3;
  padding: 0.5rem 1.5rem 0.5rem 1.5rem;
}
@-moz-document url-prefix() {
  .c-news-teaser__link span,
  .c-news-teaser__link input,
  .c-news-teaser__link label {
    padding: 0.5rem 1.5rem 0.5rem 1.5rem;
  }
}
.c-news-teaser__link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  background: var(--text-highlight);
  transition: all 0.45s cubic-bezier(0, 0.615, 0.345, 1);
}
.u-background .c-news-teaser__link:before {
  background-color: #fff;
}
.c-news-teaser__link {
  border: 0.0625rem solid var(--text-highlight);
  border-radius: 50%;
  color: var(--text-highlight);
  padding: 0.5rem;
  aspect-ratio: 1/1;
}
.c-news-teaser__link span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.c-news-teaser__link:before {
  transition: all 0.5s cubic-bezier(0, 0, 0, 1);
}
.c-news-teaser__link::after {
  content: "";
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23CE0D15' d='M20.329 11.66 14.328 5.6a.5.5 0 1 0-.711.702l5.154 5.206H4.027a.5.5 0 1 0 0 1h14.749l-5.158 5.188a.5.5 0 1 0 .709.705l6-6.037a.5.5 0 0 0 .002-.704'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23CE0D15' d='M20.329 11.66 14.328 5.6a.5.5 0 1 0-.711.702l5.154 5.206H4.027a.5.5 0 1 0 0 1h14.749l-5.158 5.188a.5.5 0 1 0 .709.705l6-6.037a.5.5 0 0 0 .002-.704'/%3E%3C/svg%3E");
  -webkit-mask-size: 1.5rem;
  mask-size: 1.5rem;
  background-color: currentColor;
  display: inline-flex;
  width: 1.5rem;
  height: 1.5rem;
}
.c-news-teaser__link--load-more::after, .c-news-teaser__link[href$=".pdf"]::after, .c-news-teaser__link[href$=".doc"]::after, .c-news-teaser__link[href$=".docx"]::after, .c-news-teaser__link[href$=".jpg"]::after, .c-news-teaser__link[href$=".jpeg"]::after, .c-news-teaser__link[href$=".png"]::after, .c-news-teaser__link[href$=".mov"]::after, .c-news-teaser__link[href$=".mp4"]::after, .c-news-teaser__link[href$=".webp"]::after, .c-news-teaser__link[href$=".mp3"]::after, .c-news-teaser__link[href$=".zip"]::after {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cg fill='%23CE0D15'%3E%3Cpath d='M11.639 16.3a.497.497 0 0 0 .704.001l4.54-4.494a.5.5 0 1 0-.703-.711l-3.686 3.649V4a.5.5 0 1 0-1 0v10.747l-3.673-3.65a.5.5 0 1 0-.705.709z'/%3E%3Cpath d='M19.944 15a.5.5 0 0 0-.5.5V20H4.555v-4.5a.5.5 0 1 0-1 0v5a.5.5 0 0 0 .5.5h15.89a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5'/%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cg fill='%23CE0D15'%3E%3Cpath d='M11.639 16.3a.497.497 0 0 0 .704.001l4.54-4.494a.5.5 0 1 0-.703-.711l-3.686 3.649V4a.5.5 0 1 0-1 0v10.747l-3.673-3.65a.5.5 0 1 0-.705.709z'/%3E%3Cpath d='M19.944 15a.5.5 0 0 0-.5.5V20H4.555v-4.5a.5.5 0 1 0-1 0v5a.5.5 0 0 0 .5.5h15.89a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5'/%3E%3C/g%3E%3C/svg%3E");
}
.c-news-teaser__link[href^="http://"]::after, .c-news-teaser__link[href^="https://"]::after {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23CE0D15' d='M18.126 6.384a.5.5 0 0 0-.497-.499L9.1 5.842h-.003a.5.5 0 0 0-.002 1l7.324.037L5.994 17.304a.5.5 0 1 0 .707.707L17.13 7.582l.022 7.316a.5.5 0 0 0 .5.499h.002a.5.5 0 0 0 .498-.502z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23CE0D15' d='M18.126 6.384a.5.5 0 0 0-.497-.499L9.1 5.842h-.003a.5.5 0 0 0-.002 1l7.324.037L5.994 17.304a.5.5 0 1 0 .707.707L17.13 7.582l.022 7.316a.5.5 0 0 0 .5.499h.002a.5.5 0 0 0 .498-.502z'/%3E%3C/svg%3E");
}
.c-news-teaser__link span {
  display: none;
}
.c-news-teaser__title, .c-news-teaser__time, .c-news-teaser__content, .c-news-teaser__linkwrapper, .c-news-teaser__author {
  padding-left: 0.75rem;
}
.c-news-teaser__title, .c-news-teaser__time, .c-news-teaser__content, .c-news-teaser__linkwrapper, .c-news-teaser__author {
  padding-right: 0.75rem;
}

.c-news-meta {
  display: flex;
  flex-wrap: wrap;
}
.c-news-meta {
  gap: 1.25rem;
}
.c-news-meta__link {
  transition: all 0.25s cubic-bezier(0.403, 0.008, 0.015, 0.986);
}
.c-news-meta__link svg path {
  fill: currentColor;
}
.c-news-meta__link span {
  margin: -0.1875rem 0;
  padding: 0.1875rem 0;
  background-image: linear-gradient(var(--text-highlight), var(--text-highlight));
  background-size: 0% 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  text-decoration: none;
}
.c-news-meta__link span {
  transition: background-size 0.25s;
}
.c-news-meta__link {
  font-size: 1rem;
  line-height: 1.25rem;
}

.c-news-prompt h2 {
  margin-top: 0 !important;
}
.c-news-prompt h2 {
  font-size: 1.5rem;
}
.c-news-prompt h2 {
  line-height: 1.875rem;
}
.c-news-prompt h2 {
  margin-bottom: 0.25rem;
}
.c-news-prompt__inner {
  background-color: var(--backgroundcolor-surface-secondary);
}
.c-news-prompt__inner {
  border-radius: 0.75rem;
}
.c-news-prompt__inner {
  padding: 1.25rem;
}
.c-news-prompt__inner:not(:last-child) {
  margin-bottom: 0.75rem;
}
.c-news-prompt__pretitle {
  color: var(--text-highlight);
}
.c-news-prompt__pretitle {
  font-size: 1.125rem;
}
.c-news-prompt__pretitle {
  line-height: 1.875rem;
}
.c-news-prompt__pretitle {
  margin-bottom: 0.75rem;
}
.c-news-prompt__pretitle p {
  display: flex;
  align-items: center;
}
.c-news-prompt__pretitle p {
  gap: 0.25rem;
}
.c-news-prompt__pretitle p::before {
  content: "";
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cg fill='%23CE0D15'%3E%3Cpath d='M7.795 13.926a.42.42 0 0 1-.398-.278l-1.474-3.98-3.98-1.474a.424.424 0 0 1 0-.797l3.98-1.472 1.474-3.981c.123-.334.673-.334.796 0l1.474 3.98 3.98 1.473a.424.424 0 0 1 0 .797l-3.98 1.473-1.474 3.981a.42.42 0 0 1-.398.278m-4.48-6.13L6.4 8.938a.43.43 0 0 1 .251.251l1.143 3.087L8.938 9.19a.43.43 0 0 1 .25-.25l3.087-1.143L9.19 6.654a.43.43 0 0 1-.251-.251L7.795 3.316 6.652 6.403a.43.43 0 0 1-.25.25zM18.795 15.926a.42.42 0 0 1-.399-.278l-.877-2.371-2.371-.878a.424.424 0 0 1 0-.796l2.37-.878.878-2.371c.124-.334.674-.334.797 0l.878 2.371 2.371.877a.424.424 0 0 1 0 .797l-2.37.878-.879 2.371a.42.42 0 0 1-.398.278M16.52 12l1.477.547a.43.43 0 0 1 .251.25l.547 1.478.547-1.477a.43.43 0 0 1 .25-.251L21.07 12l-1.477-.547a.43.43 0 0 1-.251-.25l-.547-1.478-.547 1.477a.43.43 0 0 1-.25.251zM11.795 21.926a.42.42 0 0 1-.399-.278l-.877-2.371-2.371-.878a.424.424 0 0 1 0-.797l2.37-.877.878-2.372c.124-.333.674-.333.797 0l.878 2.372 2.371.877a.424.424 0 0 1 0 .797l-2.37.878-.879 2.371a.42.42 0 0 1-.398.278M9.52 18l1.477.547a.43.43 0 0 1 .251.25l.547 1.478.547-1.477a.43.43 0 0 1 .25-.251L14.07 18l-1.477-.547a.43.43 0 0 1-.251-.25l-.547-1.478-.547 1.477a.43.43 0 0 1-.25.251z'/%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cg fill='%23CE0D15'%3E%3Cpath d='M7.795 13.926a.42.42 0 0 1-.398-.278l-1.474-3.98-3.98-1.474a.424.424 0 0 1 0-.797l3.98-1.472 1.474-3.981c.123-.334.673-.334.796 0l1.474 3.98 3.98 1.473a.424.424 0 0 1 0 .797l-3.98 1.473-1.474 3.981a.42.42 0 0 1-.398.278m-4.48-6.13L6.4 8.938a.43.43 0 0 1 .251.251l1.143 3.087L8.938 9.19a.43.43 0 0 1 .25-.25l3.087-1.143L9.19 6.654a.43.43 0 0 1-.251-.251L7.795 3.316 6.652 6.403a.43.43 0 0 1-.25.25zM18.795 15.926a.42.42 0 0 1-.399-.278l-.877-2.371-2.371-.878a.424.424 0 0 1 0-.796l2.37-.878.878-2.371c.124-.334.674-.334.797 0l.878 2.371 2.371.877a.424.424 0 0 1 0 .797l-2.37.878-.879 2.371a.42.42 0 0 1-.398.278M16.52 12l1.477.547a.43.43 0 0 1 .251.25l.547 1.478.547-1.477a.43.43 0 0 1 .25-.251L21.07 12l-1.477-.547a.43.43 0 0 1-.251-.25l-.547-1.478-.547 1.477a.43.43 0 0 1-.25.251zM11.795 21.926a.42.42 0 0 1-.399-.278l-.877-2.371-2.371-.878a.424.424 0 0 1 0-.797l2.37-.877.878-2.372c.124-.333.674-.333.797 0l.878 2.372 2.371.877a.424.424 0 0 1 0 .797l-2.37.878-.879 2.371a.42.42 0 0 1-.398.278M9.52 18l1.477.547a.43.43 0 0 1 .251.25l.547 1.478.547-1.477a.43.43 0 0 1 .25-.251L14.07 18l-1.477-.547a.43.43 0 0 1-.251-.25l-.547-1.478-.547 1.477a.43.43 0 0 1-.25.251z'/%3E%3C/g%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-size: 1.5rem;
  mask-size: 1.5rem;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-flex;
}
.c-news-prompt__content {
  margin-bottom: 0.75rem;
}
.c-news-prompt__button {
  display: inline-flex;
  background-color: transparent;
  border: 0.0625rem solid var(--text-highlight);
  cursor: pointer;
  transition: all 0.45s cubic-bezier(0, 0.615, 0.345, 1);
  color: var(--text-highlight);
  overflow: hidden;
  position: relative;
}
.c-news-prompt__button {
  font-size: 1.125rem;
}
.c-news-prompt__button {
  line-height: 1.5rem;
}
.c-news-prompt__button {
  border-radius: 3.125rem;
}
.u-background .c-news-prompt__button {
  border-color: #fff;
  color: #fff;
}
.c-news-prompt__button span {
  pointer-events: none;
}
.c-news-prompt__button span,
.c-news-prompt__button input,
.c-news-prompt__button label {
  position: relative;
  z-index: 3;
  padding: 0.5rem 1.5rem 0.5rem 1.5rem;
}
@-moz-document url-prefix() {
  .c-news-prompt__button span,
  .c-news-prompt__button input,
  .c-news-prompt__button label {
    padding: 0.5rem 1.5rem 0.5rem 1.5rem;
  }
}
.c-news-prompt__button:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  background: var(--text-highlight);
  transition: all 0.45s cubic-bezier(0, 0.615, 0.345, 1);
}
.u-background .c-news-prompt__button:before {
  background-color: #fff;
}
.c-news-prompt__button {
  padding: 0.5rem 1rem 0.5rem 1.5rem;
}
@-moz-document url-prefix() {
  .c-news-prompt__button {
    padding: 0.5rem 1rem 0.5rem 1.5rem;
  }
}
.c-news-prompt__button span {
  padding: 0;
  padding-right: 4px;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.c-news-prompt__button span::after {
  content: "";
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cg fill='%23CE0D15' clip-path='url(%23clip0_6469_33133)'%3E%3Cpath d='M20 20.425H10A.425.425 0 0 1 9.575 20V7c0-.235.19-.425.425-.425h10c.234 0 .425.19.425.425v13c0 .235-.19.425-.425.425m-9.575-.85h9.15V7.425h-9.15z'/%3E%3Cpath d='M8.5 17.425H4A.425.425 0 0 1 3.575 17V4c0-.235.19-.425.425-.425h10c.234 0 .425.19.425.425v1.5h-.85V4.425h-9.15v12.15H8.5z'/%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cg fill='%23CE0D15' clip-path='url(%23clip0_6469_33133)'%3E%3Cpath d='M20 20.425H10A.425.425 0 0 1 9.575 20V7c0-.235.19-.425.425-.425h10c.234 0 .425.19.425.425v13c0 .235-.19.425-.425.425m-9.575-.85h9.15V7.425h-9.15z'/%3E%3Cpath d='M8.5 17.425H4A.425.425 0 0 1 3.575 17V4c0-.235.19-.425.425-.425h10c.234 0 .425.19.425.425v1.5h-.85V4.425h-9.15v12.15H8.5z'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask-size: 1.5rem;
  mask-size: 1.5rem;
  background-color: currentColor;
  display: inline-flex;
  align-self: center;
  width: 1.5rem;
  height: 1.5rem;
}
.c-news-prompt__disclaimer {
  padding-left: 1.25rem;
}
.c-news-prompt__disclaimer {
  padding-right: 1.25rem;
}
.c-news-prompt__disclaimer {
  font-size: 1rem;
  line-height: 1.25rem;
}
.c-news-prompt__copy {
  position: relative;
}

.c-author-teaser {
  position: relative;
  background-color: var(--backgroundcolor-surface-secondary);
  height: 100%;
}
.c-author-teaser {
  border-radius: 0.75rem;
}
.c-author-teaser {
  padding-top: 1.25rem;
}
.c-author-teaser {
  padding-bottom: 1.25rem;
}
.c-author-teaser {
  padding-left: 1.25rem;
}
.c-author-teaser {
  padding-right: 1.25rem;
}
.c-author-teaser {
  transform: translateY(0px);
  transition: all 0.35s cubic-bezier(0.403, 0.008, 0.015, 0.986);
}
.c-author-teaser {
  transition: all 0.55s cubic-bezier(0, 0.615, 0.345, 1);
  box-shadow: -12px -12px 24px 0 transparent, 12px 12px 24px 0 transparent;
}
.c-author-teaser__image {
  justify-self: center;
  text-align: center;
  max-width: 12.5rem;
}
.c-author-teaser__image img {
  border: 1px solid var(--border-secondary);
  border-radius: 50%;
}
.c-author-teaser__counter {
  display: flex;
  justify-content: flex-end;
  font-size: 1rem;
  line-height: 1.25rem;
}
.c-author-teaser__counter p {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  background-color: var(--backgroundcolor-surface-primary);
  padding: 0.625rem;
  min-width: 2.5rem;
  border-radius: 50%;
}
.c-author-teaser h3 {
  margin-bottom: 0;
}
.c-author-teaser h3 {
  font-size: 1.25rem;
}
.c-author-teaser h3 {
  line-height: 1.5rem;
}
.c-author-teaser h3 {
  letter-spacing: 0;
}
.c-author-teaser h3 {
  margin-top: 1.25rem;
}
.c-author-teaser__position {
  margin-bottom: 0;
}
.c-author-teaser__position {
  font-size: 1.125rem;
}
.c-author-teaser__position {
  line-height: 1.5rem;
}
.c-author-teaser:not([class*="--"]) .c-author-teaser__pretitle {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.c-author-teaser--small {
  height: auto;
  display: grid;
  grid-template-columns: 87px 1fr 1fr 0.5fr;
  grid-template-rows: 1fr;
}
.c-author-teaser--small {
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
}
.c-author-teaser--small {
  padding: 1.25rem;
}
.c-author-teaser--small .c-author-teaser__counter,
.c-author-teaser--small .c-author-teaser__position {
  display: none;
}
.c-author-teaser--small h3,
.c-author-teaser--small .c-author-teaser__pretitle {
  grid-column: 2/4;
  margin-bottom: 0;
  margin-top: 0 !important;
}
.c-author-teaser--small .c-author-teaser__pretitle {
  font-size: 1.125rem;
}
.c-author-teaser--small .c-author-teaser__pretitle {
  line-height: 1.5rem;
}
.c-author-teaser--small .c-author-teaser__pretitle {
  line-height: 1;
}
.c-author-teaser--small .c-author-teaser__image {
  max-width: 5.4375rem;
  max-height: 5.4375rem;
  grid-row: 1;
  grid-column: span 1;
  align-self: center;
}
.c-author-teaser--small .c-author-teaser__title {
  grid-column: span 2;
  align-self: center;
}
.c-author-teaser--small .c-author-teaser__link {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.c-author-teaser--small .c-author-teaser__link {
  right: 1.25rem;
}
.c-author-teaser--small .c-author-teaser__linkitem {
  display: inline-flex;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.45s cubic-bezier(0, 0.615, 0.345, 1);
  overflow: hidden;
  position: relative;
}
.c-author-teaser--small .c-author-teaser__linkitem {
  font-size: 1.125rem;
}
.c-author-teaser--small .c-author-teaser__linkitem {
  line-height: 1.5rem;
}
.c-author-teaser--small .c-author-teaser__linkitem {
  border-radius: 3.125rem;
}
.u-background .c-author-teaser--small .c-author-teaser__linkitem {
  border-color: #fff;
  color: #fff;
}
.c-author-teaser--small .c-author-teaser__linkitem span {
  pointer-events: none;
}
.c-author-teaser--small .c-author-teaser__linkitem span,
.c-author-teaser--small .c-author-teaser__linkitem input,
.c-author-teaser--small .c-author-teaser__linkitem label {
  position: relative;
  z-index: 3;
  padding: 0.5rem 1.5rem 0.5rem 1.5rem;
}
@-moz-document url-prefix() {
  .c-author-teaser--small .c-author-teaser__linkitem span,
  .c-author-teaser--small .c-author-teaser__linkitem input,
  .c-author-teaser--small .c-author-teaser__linkitem label {
    padding: 0.5rem 1.5rem 0.5rem 1.5rem;
  }
}
.c-author-teaser--small .c-author-teaser__linkitem:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  background: var(--text-highlight);
  transition: all 0.45s cubic-bezier(0, 0.615, 0.345, 1);
}
.u-background .c-author-teaser--small .c-author-teaser__linkitem:before {
  background-color: #fff;
}
.c-author-teaser--small .c-author-teaser__linkitem {
  border: 0.0625rem solid var(--text-highlight);
  border-radius: 50%;
  color: var(--text-highlight);
  padding: 0.5rem;
  aspect-ratio: 1/1;
}
.c-author-teaser--small .c-author-teaser__linkitem span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.c-author-teaser--small .c-author-teaser__linkitem:before {
  transition: all 0.5s cubic-bezier(0, 0, 0, 1);
}
.c-author-teaser--small .c-author-teaser__linkitem::after {
  content: "";
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23CE0D15' d='M20.329 11.66 14.328 5.6a.5.5 0 1 0-.711.702l5.154 5.206H4.027a.5.5 0 1 0 0 1h14.749l-5.158 5.188a.5.5 0 1 0 .709.705l6-6.037a.5.5 0 0 0 .002-.704'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23CE0D15' d='M20.329 11.66 14.328 5.6a.5.5 0 1 0-.711.702l5.154 5.206H4.027a.5.5 0 1 0 0 1h14.749l-5.158 5.188a.5.5 0 1 0 .709.705l6-6.037a.5.5 0 0 0 .002-.704'/%3E%3C/svg%3E");
  -webkit-mask-size: 1.5rem;
  mask-size: 1.5rem;
  background-color: currentColor;
  display: inline-flex;
  width: 1.5rem;
  height: 1.5rem;
}
.c-author-teaser--small .c-author-teaser__linkitem--load-more::after, .c-author-teaser--small .c-author-teaser__linkitem[href$=".pdf"]::after, .c-author-teaser--small .c-author-teaser__linkitem[href$=".doc"]::after, .c-author-teaser--small .c-author-teaser__linkitem[href$=".docx"]::after, .c-author-teaser--small .c-author-teaser__linkitem[href$=".jpg"]::after, .c-author-teaser--small .c-author-teaser__linkitem[href$=".jpeg"]::after, .c-author-teaser--small .c-author-teaser__linkitem[href$=".png"]::after, .c-author-teaser--small .c-author-teaser__linkitem[href$=".mov"]::after, .c-author-teaser--small .c-author-teaser__linkitem[href$=".mp4"]::after, .c-author-teaser--small .c-author-teaser__linkitem[href$=".webp"]::after, .c-author-teaser--small .c-author-teaser__linkitem[href$=".mp3"]::after, .c-author-teaser--small .c-author-teaser__linkitem[href$=".zip"]::after {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cg fill='%23CE0D15'%3E%3Cpath d='M11.639 16.3a.497.497 0 0 0 .704.001l4.54-4.494a.5.5 0 1 0-.703-.711l-3.686 3.649V4a.5.5 0 1 0-1 0v10.747l-3.673-3.65a.5.5 0 1 0-.705.709z'/%3E%3Cpath d='M19.944 15a.5.5 0 0 0-.5.5V20H4.555v-4.5a.5.5 0 1 0-1 0v5a.5.5 0 0 0 .5.5h15.89a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5'/%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cg fill='%23CE0D15'%3E%3Cpath d='M11.639 16.3a.497.497 0 0 0 .704.001l4.54-4.494a.5.5 0 1 0-.703-.711l-3.686 3.649V4a.5.5 0 1 0-1 0v10.747l-3.673-3.65a.5.5 0 1 0-.705.709z'/%3E%3Cpath d='M19.944 15a.5.5 0 0 0-.5.5V20H4.555v-4.5a.5.5 0 1 0-1 0v5a.5.5 0 0 0 .5.5h15.89a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5'/%3E%3C/g%3E%3C/svg%3E");
}
.c-author-teaser--small .c-author-teaser__linkitem[href^="http://"]::after, .c-author-teaser--small .c-author-teaser__linkitem[href^="https://"]::after {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23CE0D15' d='M18.126 6.384a.5.5 0 0 0-.497-.499L9.1 5.842h-.003a.5.5 0 0 0-.002 1l7.324.037L5.994 17.304a.5.5 0 1 0 .707.707L17.13 7.582l.022 7.316a.5.5 0 0 0 .5.499h.002a.5.5 0 0 0 .498-.502z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23CE0D15' d='M18.126 6.384a.5.5 0 0 0-.497-.499L9.1 5.842h-.003a.5.5 0 0 0-.002 1l7.324.037L5.994 17.304a.5.5 0 1 0 .707.707L17.13 7.582l.022 7.316a.5.5 0 0 0 .5.499h.002a.5.5 0 0 0 .498-.502z'/%3E%3C/svg%3E");
}

.c-author-detail {
  display: grid;
}
.c-author-detail {
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
}
.c-author-detail h1 {
  font-size: 1.75rem;
}
.c-author-detail h1 {
  line-height: 1.75rem;
}
.c-author-detail__image, .c-author-detail__position, .c-author-detail__lead, .c-author-detail__social,
.c-author-detail h1 {
  margin-top: 0;
}
.c-author-detail__image, .c-author-detail__position, .c-author-detail__lead, .c-author-detail__social,
.c-author-detail h1 {
  margin-bottom: 0.5rem;
}
.c-author-detail__image {
  max-width: 12.5rem;
}
.c-author-detail__image {
  padding-bottom: 2rem;
}
.c-author-detail__image img {
  border-radius: 50%;
}
.c-author-detail__position, .c-author-detail__lead {
  margin-bottom: 0;
}
.c-author-detail__position, .c-author-detail__lead {
  padding-bottom: 2rem;
}
.c-author-detail__position {
  font-weight: 800;
  letter-spacing: 0;
}
.c-author-detail__social {
  padding-bottom: 3.75rem;
}
.c-person-list h2 {
  margin-bottom: 1.25rem;
}
.c-person-list__item:not(:last-child) {
  padding-bottom: 2rem;
}

.c-person-teaser {
  display: grid;
}
.c-person-teaser {
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
}
.c-person-teaser > * {
  grid-column: span 6;
}
.c-person-teaser__media {
  margin-bottom: 0.5rem;
}
.c-person-teaser__media img {
  border-radius: 0.75rem;
}
.c-person-teaser__media figcaption {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.c-person-teaser__content {
  align-self: center;
}
.c-person-teaser__content h3 {
  margin-bottom: 0;
}
.c-person-teaser__content h3 {
  font-size: 1.5rem;
}
.c-person-teaser__content h3 {
  line-height: 1.875rem;
}
.c-person-teaser__content p {
  margin-bottom: 0;
}
.c-person-teaser__content p {
  font-size: 1.125rem;
}
.c-person-teaser__content p {
  line-height: 1.875rem;
}
.c-person-teaser__link {
  padding-top: 1.25rem;
}
.c-location-detail {
  display: grid;
}
.c-location-detail {
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
}
.c-location-detail__hero {
  padding-bottom: 3.75rem;
}
.c-location-detail__info {
  display: grid;
}
.c-location-detail__info {
  gap: 1.25rem;
}
.c-location-detail__info {
  padding-bottom: 3.75rem;
}

.c-location-teaser {
  display: flex;
  flex-direction: column;
  background-color: var(--backgroundcolor-surface-secondary);
}
.c-location-teaser {
  border-radius: 0.75rem;
}
.c-location-teaser {
  padding: 1.25rem;
}
.c-location-teaser {
  padding-left: 1.25rem;
}
.c-location-teaser {
  padding-right: 1.25rem;
}
.c-location-teaser h3 {
  font-size: 1.5rem;
}
.c-location-teaser h3 {
  line-height: 1.875rem;
}
.c-location-teaser h3 {
  margin-bottom: 0.25rem;
}
.c-location-teaser__icon {
  color: currentColor;
  order: -1;
}
.c-location-teaser__icon {
  padding-left: 0.75rem;
}
.c-location-teaser__icon {
  padding-right: 0.75rem;
}
.c-location-teaser__icon {
  padding-bottom: 0.75rem;
}
.c-location-teaser__icon svg {
  height: 3.75rem;
  width: auto;
}
.c-location-teaser__link {
  margin-top: auto;
}
.c-location-teaser__link {
  padding-top: 1rem;
}
.c-location-teaser__link .c-btn {
  margin-bottom: 0;
}
.c-location-teaser__content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.c-faq-preview {
  background-color: var(--backgroundcolor-surface-secondary);
  overflow: hidden;
  position: relative;
}
.c-faq-preview {
  border-radius: 0.75rem;
}
.c-faq-preview {
  display: grid;
}
.c-faq-preview {
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
}
.c-faq-preview__media {
  position: relative;
  grid-column: span 6;
}
.c-faq-preview__media figcaption {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.c-faq-preview__media img {
  z-index: 1;
}
.c-faq-preview h2 {
  margin-bottom: 2rem;
}
.c-faq-preview h2 {
  font-size: 1.75rem;
}
.c-faq-preview h2 {
  line-height: 2.3125rem;
}
.c-faq-preview h2 {
  padding-left: 1.25rem;
}
.c-faq-preview h2 {
  padding-right: 1.25rem;
}
.c-faq-preview__content {
  padding-left: 0;
  padding-right: 0;
}
.c-faq-preview__content {
  padding-top: 2rem;
}
.c-faq-preview__content {
  padding-bottom: 2rem;
}
.c-faq-preview__link {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.c-faq-preview__link {
  padding-left: 1.25rem;
}
.c-faq-preview__link {
  padding-right: 1.25rem;
}
.c-faq-preview__link {
  padding-top: 0.5rem;
}
.c-faq-preview__link {
  padding-bottom: 0.5rem;
}
.c-faq-preview__link {
  border-radius: 0.75rem;
}
.c-faq-preview__link span {
  padding-right: 0.25rem;
}
.c-faq-preview__arrow {
  max-width: 2.625rem;
  max-height: 2.625rem;
  flex: 1 1 100%;
  display: inline-flex;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.45s cubic-bezier(0, 0.615, 0.345, 1);
  overflow: hidden;
  position: relative;
}
.c-faq-preview__arrow {
  font-size: 1.125rem;
}
.c-faq-preview__arrow {
  line-height: 1.5rem;
}
.c-faq-preview__arrow {
  border-radius: 3.125rem;
}
.u-background .c-faq-preview__arrow {
  border-color: #fff;
  color: #fff;
}
.c-faq-preview__arrow span {
  pointer-events: none;
}
.c-faq-preview__arrow span,
.c-faq-preview__arrow input,
.c-faq-preview__arrow label {
  position: relative;
  z-index: 3;
  padding: 0.5rem 1.5rem 0.5rem 1.5rem;
}
@-moz-document url-prefix() {
  .c-faq-preview__arrow span,
  .c-faq-preview__arrow input,
  .c-faq-preview__arrow label {
    padding: 0.5rem 1.5rem 0.5rem 1.5rem;
  }
}
.c-faq-preview__arrow:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  background: var(--text-highlight);
  transition: all 0.45s cubic-bezier(0, 0.615, 0.345, 1);
}
.u-background .c-faq-preview__arrow:before {
  background-color: #fff;
}
.c-faq-preview__arrow {
  border: 0.0625rem solid var(--text-highlight);
  border-radius: 50%;
  color: var(--text-highlight);
  padding: 0.5rem;
  aspect-ratio: 1/1;
}
.c-faq-preview__arrow span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.c-faq-preview__arrow:before {
  transition: all 0.5s cubic-bezier(0, 0, 0, 1);
}
.c-faq-preview__arrow::after {
  content: "";
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23CE0D15' d='M20.329 11.66 14.328 5.6a.5.5 0 1 0-.711.702l5.154 5.206H4.027a.5.5 0 1 0 0 1h14.749l-5.158 5.188a.5.5 0 1 0 .709.705l6-6.037a.5.5 0 0 0 .002-.704'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23CE0D15' d='M20.329 11.66 14.328 5.6a.5.5 0 1 0-.711.702l5.154 5.206H4.027a.5.5 0 1 0 0 1h14.749l-5.158 5.188a.5.5 0 1 0 .709.705l6-6.037a.5.5 0 0 0 .002-.704'/%3E%3C/svg%3E");
  -webkit-mask-size: 1.5rem;
  mask-size: 1.5rem;
  background-color: currentColor;
  display: inline-flex;
  width: 1.5rem;
  height: 1.5rem;
}
.c-faq-preview__arrow--load-more::after, .c-faq-preview__arrow[href$=".pdf"]::after, .c-faq-preview__arrow[href$=".doc"]::after, .c-faq-preview__arrow[href$=".docx"]::after, .c-faq-preview__arrow[href$=".jpg"]::after, .c-faq-preview__arrow[href$=".jpeg"]::after, .c-faq-preview__arrow[href$=".png"]::after, .c-faq-preview__arrow[href$=".mov"]::after, .c-faq-preview__arrow[href$=".mp4"]::after, .c-faq-preview__arrow[href$=".webp"]::after, .c-faq-preview__arrow[href$=".mp3"]::after, .c-faq-preview__arrow[href$=".zip"]::after {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cg fill='%23CE0D15'%3E%3Cpath d='M11.639 16.3a.497.497 0 0 0 .704.001l4.54-4.494a.5.5 0 1 0-.703-.711l-3.686 3.649V4a.5.5 0 1 0-1 0v10.747l-3.673-3.65a.5.5 0 1 0-.705.709z'/%3E%3Cpath d='M19.944 15a.5.5 0 0 0-.5.5V20H4.555v-4.5a.5.5 0 1 0-1 0v5a.5.5 0 0 0 .5.5h15.89a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5'/%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cg fill='%23CE0D15'%3E%3Cpath d='M11.639 16.3a.497.497 0 0 0 .704.001l4.54-4.494a.5.5 0 1 0-.703-.711l-3.686 3.649V4a.5.5 0 1 0-1 0v10.747l-3.673-3.65a.5.5 0 1 0-.705.709z'/%3E%3Cpath d='M19.944 15a.5.5 0 0 0-.5.5V20H4.555v-4.5a.5.5 0 1 0-1 0v5a.5.5 0 0 0 .5.5h15.89a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5'/%3E%3C/g%3E%3C/svg%3E");
}
.c-faq-preview__arrow[href^="http://"]::after, .c-faq-preview__arrow[href^="https://"]::after {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23CE0D15' d='M18.126 6.384a.5.5 0 0 0-.497-.499L9.1 5.842h-.003a.5.5 0 0 0-.002 1l7.324.037L5.994 17.304a.5.5 0 1 0 .707.707L17.13 7.582l.022 7.316a.5.5 0 0 0 .5.499h.002a.5.5 0 0 0 .498-.502z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23CE0D15' d='M18.126 6.384a.5.5 0 0 0-.497-.499L9.1 5.842h-.003a.5.5 0 0 0-.002 1l7.324.037L5.994 17.304a.5.5 0 1 0 .707.707L17.13 7.582l.022 7.316a.5.5 0 0 0 .5.499h.002a.5.5 0 0 0 .498-.502z'/%3E%3C/svg%3E");
}
.c-faq-preview::after {
  content: "";
  position: absolute;
  display: none;
  z-index: 2;
  aspect-ratio: 1/1;
  background: linear-gradient(225deg, var(--gradient-01-start, rgba(255, 255, 255, 0)) 44.42%, var(--gradient-01-end, rgba(255, 255, 255, 0.1)) 83.97%);
  border-radius: 50%;
  transform: rotate(var(--rotate-base-mobile)) translate3d(0px, 0px, 0) scale(var(--bubble-scale-mobile));
  animation: gentle-rotate-mobile 30s linear infinite;
  transform-origin: center;
  will-change: transform;
}
.c-faq-preview::after {
  bottom: -11.875rem;
}
.c-faq-preview::after {
  right: -11.875rem;
}
.c-faq-preview::after {
  width: 26.875rem;
}
.c-faq-preview:has(> .c-faq-preview__media)::after {
  display: none;
}
.c-faq-preview__button {
  display: inline-flex;
  background-color: transparent;
  border: 0.0625rem solid var(--text-highlight);
  cursor: pointer;
  transition: all 0.45s cubic-bezier(0, 0.615, 0.345, 1);
  color: var(--text-highlight);
  overflow: hidden;
  position: relative;
}
.c-faq-preview__button {
  font-size: 1.125rem;
}
.c-faq-preview__button {
  line-height: 1.5rem;
}
.c-faq-preview__button {
  border-radius: 3.125rem;
}
.u-background .c-faq-preview__button {
  border-color: #fff;
  color: #fff;
}
.c-faq-preview__button span {
  pointer-events: none;
}
.c-faq-preview__button span,
.c-faq-preview__button input,
.c-faq-preview__button label {
  position: relative;
  z-index: 3;
  padding: 0.5rem 1.5rem 0.5rem 1.5rem;
}
@-moz-document url-prefix() {
  .c-faq-preview__button span,
  .c-faq-preview__button input,
  .c-faq-preview__button label {
    padding: 0.5rem 1.5rem 0.5rem 1.5rem;
  }
}
.c-faq-preview__button:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  background: var(--text-highlight);
  transition: all 0.45s cubic-bezier(0, 0.615, 0.345, 1);
}
.u-background .c-faq-preview__button:before {
  background-color: #fff;
}
.c-faq-preview__button {
  padding: 0.5rem 1rem 0.5rem 1.5rem;
  color: var(--text-color);
  border-color: transparent;
  --text-invert: var(--text-highlight);
}
@-moz-document url-prefix() {
  .c-faq-preview__button {
    padding: 0.5rem 1rem 0.5rem 1.5rem;
  }
}
.c-faq-preview__button span {
  line-height: 1.2;
  padding: 0;
  padding-right: 4px;
}
.dark-mode:root .c-faq-preview__button {
  --text-invert: var(--color-gray-50);
  --text-invert: --text-highlight;
}
.c-faq-preview__button::after {
  content: "";
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23CE0D15' d='m16.355 11.664-8-8.08a.5.5 0 1 0-.71.702l7.65 7.729-7.65 7.698a.5.5 0 0 0 .71.705l8-8.05a.5.5 0 0 0 0-.704'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23CE0D15' d='m16.355 11.664-8-8.08a.5.5 0 1 0-.71.702l7.65 7.729-7.65 7.698a.5.5 0 0 0 .71.705l8-8.05a.5.5 0 0 0 0-.704'/%3E%3C/svg%3E");
  -webkit-mask-size: 1.5rem;
  mask-size: 1.5rem;
  background-color: currentColor;
  display: inline-flex;
  width: 1.5rem;
  height: 1.5rem;
}
.c-faq-preview__button::before {
  background-color: transparent;
}
.c-faq-preview--search {
  overflow: visible;
  display: block;
  height: 100%;
}
.c-faq-preview--search h2 {
  font-size: 1.5rem;
}
.c-faq-preview--search h2 {
  line-height: 1.875rem;
}
.c-faq-preview--search h2 {
  margin-bottom: 1.25rem;
}
.c-faq-preview--search .c-faq-preview__media {
  display: none;
}
.c-faq-preview--search .c-faq-preview__content {
  padding: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.c-faq-preview--search::after {
  display: none !important;
}
.c-faq-preview--search .c-faq-preview__button {
  display: none;
}
.c-faq-preview--search .c-faq-preview__item {
  width: 100%;
  display: grid !important;
}
.c-faq-preview--search .c-faq-preview__link {
  display: flex;
  align-items: center;
}
.c-faq-detail {
  display: grid;
}
.c-faq-detail {
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
}
.c-faq-detail__hero {
  padding-bottom: 3.75rem;
}
.c-faq-detail__hero img,
.c-faq-detail__hero .l-embed {
  overflow: hidden;
}
.c-faq-detail__hero img,
.c-faq-detail__hero .l-embed {
  border-radius: 0.75rem;
}
.c-faq-detail__historyback {
  grid-row: 1;
}
.c-faq-detail__historyback {
  padding-bottom: 2rem;
}
.c-faq-detail__title {
  grid-row: 2;
}
.c-faq-detail__title {
  padding-bottom: 1.25rem;
}
.c-faq-detail__lead {
  grid-row: 3;
}
.c-faq-detail__lead {
  padding-bottom: 1.25rem;
}
.c-faq-detail__contents {
  display: grid;
}
.c-faq-detail__contents {
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
}
.c-faq-detail__content--richtext, .c-faq-detail__content--media, .c-faq-detail__content--steps, .c-faq-detail__content--teasers {
  padding-bottom: 3.75rem;
}
.c-faq-detail__content--textmedia {
  display: none;
}
.c-faq-detail__content--table {
  display: none;
}
.c-faq-detail__share {
  grid-row: 9;
}
.c-faq-detail .l-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

[type=email], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=url], [type=date], textarea, select {
  display: block;
  width: 100%;
  height: 2.625rem;
  border: 0.0625rem solid var(--backgroundcolor-surface-secondary);
  border-radius: 0;
  background-clip: padding-box;
  background-color: var(--backgroundcolor-surface-secondary);
  color: var(--text-color);
  transition: border-color 0.3s ease-in-out;
  font-weight: 300;
}
[type=email], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=url], [type=date], textarea, select {
  font-size: 1.125rem;
}
[type=email], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=url], [type=date], textarea, select {
  line-height: 1.5rem;
}
[type=email], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=url], [type=date], textarea, select {
  border-radius: 50000px;
}
[type=email], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=url], [type=date], textarea, select {
  padding-left: 0.75rem;
}
[type=email], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=url], [type=date], textarea, select {
  padding-right: 0.75rem;
}
[type=email], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=url], [type=date], textarea, select {
  padding-top: 0.25rem;
}
[type=email], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=url], [type=date], textarea, select {
  padding-bottom: 0.25rem;
}
[type=email]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=url]:focus, [type=date]:focus, textarea:focus, select:focus {
  border-color: var(--backgroundcolor-surface-secondary);
  outline: 0;
}
[type=email]:disabled, [type=number]:disabled, [type=password]:disabled, [type=search]:disabled, [type=tel]:disabled, [type=text]:disabled, [type=url]:disabled, [type=date]:disabled, textarea:disabled, select:disabled {
  border-color: var(--border-disabled);
  background-color: transparent;
  color: var(--border-disabled);
  cursor: not-allowed;
}

select {
  overflow-x: hidden;
}
select:focus::-ms-value {
  background: transparent;
  color: currentColor;
}
select[multiple], select[size] {
  height: auto;
}

textarea {
  resize: vertical;
}
textarea {
  border-radius: 0.75rem;
}
textarea[rows] {
  height: auto;
}
textarea:not([rows]) {
  height: 5.25rem;
}

input[type=radio]:not(:only-child),
input[type=checkbox]:not(:only-child) {
  position: absolute;
  margin-top: 0.35em;
}
input[type=radio] ~ label,
input[type=checkbox] ~ label {
  margin-bottom: 0;
  padding-left: 20px;
  font-weight: inherit;
}
input[type=radio]:disabled ~ label,
input[type=checkbox]:disabled ~ label {
  color: var(--border-disabled);
  cursor: not-allowed;
}

.powermail_select,
select {
  position: relative;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23383839' d='M20.42 7.649a.5.5 0 0 0-.706-.004l-7.729 7.651-7.698-7.65a.5.5 0 0 0-.705.709l8.05 8a.5.5 0 0 0 .704 0l8.08-8a.5.5 0 0 0 .005-.706'/%3E%3C/svg%3E");
  background-size: 1.5rem;
  background-repeat: no-repeat;
  background-position: center right 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1;
}
.powermail_select,
select {
  padding-right: 0.75rem;
}

.c-select--select-date {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='15' fill='none' viewBox='0 0 22 15'%3E%3Cpath fill='%23383839' d='M20.588 3.443a.67.67 0 0 0-.678-.677H2.09a.67.67 0 0 0-.677.677v9.736c0 .39.308.677.677.677h17.82a.67.67 0 0 0 .677-.677zm.846 9.736c0 .879-.708 1.524-1.524 1.524H2.09a1.516 1.516 0 0 1-1.524-1.524V3.443c0-.815.645-1.523 1.524-1.523h17.82c.816 0 1.524.644 1.524 1.523z'/%3E%3Cpath fill='%23383839' d='M3.783 3.867V1.03a.423.423 0 0 1 .847 0v2.836a.423.423 0 0 1-.847 0M10.598 3.867V1.03a.423.423 0 1 1 .847 0v2.836a.423.423 0 0 1-.847 0M17.37 3.867V1.03a.423.423 0 0 1 .847 0v2.836a.423.423 0 0 1-.846 0M21.01 4.883a.423.423 0 0 1 0 .846H1.245a.423.423 0 1 1 0-.846zM21.01 9.2a.423.423 0 0 1 0 .847H1.245a.423.423 0 0 1 0-.847z'/%3E%3Cpath fill='%23383839' d='M5.773 14.068V5.306a.423.423 0 0 1 .846 0v8.762a.423.423 0 0 1-.846 0M15.55 14.068V5.306a.423.423 0 1 1 .847 0v8.762a.423.423 0 0 1-.846 0M10.598 14.068V5.306a.423.423 0 1 1 .847 0v8.762a.423.423 0 1 1-.847 0M14.005 6.226a.423.423 0 0 1 .72.445l-1.227 1.99a.423.423 0 0 1-.709.017L12.323 8a.423.423 0 0 1 .698-.48l.098.142z'/%3E%3C/svg%3E");
  background-size: 1.5rem;
  background-repeat: no-repeat;
}
.c-select--select-time {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='%23383839' d='M18.697 10.058a8.677 8.677 0 1 0-17.354 0 8.677 8.677 0 0 0 17.354 0m.847 0a9.524 9.524 0 1 1-19.048 0 9.524 9.524 0 0 1 19.048 0'/%3E%3Cpath fill='%23383839' d='M16.835 10.058a6.815 6.815 0 1 0-13.63 0 6.815 6.815 0 0 0 13.63 0m.846 0a7.662 7.662 0 1 1-15.323 0 7.662 7.662 0 0 1 15.323 0'/%3E%3Cpath fill='%23383839' d='M9.258 5.571a.423.423 0 0 1 .847 0v4.699h3.09a.423.423 0 0 1 0 .846H9.68a.423.423 0 0 1-.423-.423z'/%3E%3C/svg%3E");
  background-size: 1.5rem;
  background-repeat: no-repeat;
}

input[type=file] {
  display: block;
  width: 100%;
}

input[type=file] {
  font-weight: 300;
}
input[type=file]::file-selector-button {
  padding: 0.5rem 1.5rem 0.5rem 1.5rem;
  transition: all 0.25s cubic-bezier(0, 0.615, 0.345, 1) !important;
  display: inline-flex;
  background-color: transparent;
  border: 0.0625rem solid var(--text-highlight);
  cursor: pointer;
  transition: all 0.45s cubic-bezier(0, 0.615, 0.345, 1);
  color: var(--text-highlight);
  overflow: hidden;
  position: relative;
}
input[type=file]::file-selector-button {
  font-size: 1.125rem;
}
input[type=file]::file-selector-button {
  line-height: 1.5rem;
}
input[type=file]::file-selector-button {
  border-radius: 3.125rem;
}
.u-background input[type=file]::file-selector-button {
  border-color: #fff;
  color: #fff;
}
input[type=file]::file-selector-button span {
  pointer-events: none;
}
input[type=file]::file-selector-button span,
input[type=file]::file-selector-button input,
input[type=file]::file-selector-button label {
  position: relative;
  z-index: 3;
  padding: 0.5rem 1.5rem 0.5rem 1.5rem;
}
@-moz-document url-prefix() {
  input[type=file]::file-selector-button span,
  input[type=file]::file-selector-button input,
  input[type=file]::file-selector-button label {
    padding: 0.5rem 1.5rem 0.5rem 1.5rem;
  }
}
input[type=file]::file-selector-button:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  background: var(--text-highlight);
  transition: all 0.45s cubic-bezier(0, 0.615, 0.345, 1);
}
.u-background input[type=file]::file-selector-button:before {
  background-color: #fff;
}
input[type=file]::file-selector-button {
  margin-right: 0.5rem;
}

::-moz-placeholder {
  color: var(--placehoder-color);
  opacity: 1;
}

::placeholder {
  color: var(--placehoder-color);
  opacity: 1;
}

.powermail_form h3 {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.powermail_legend {
  flex: 1 1 100%;
  padding: 0 1.25rem;
  font-weight: 800;
}
.powermail_legend {
  margin-bottom: 0.75rem;
}
.powermail_legend {
  font-size: 1.5rem;
}
.powermail_legend {
  line-height: 1.875rem;
}

.powermail_form.nolabel .powermail_fieldwrap_type_check .powermail_label,
.powermail_form.nolabel .powermail_fieldwrap_type_radio .powermail_label,
.powermail_form.nolabel .powermail_fieldwrap_type_input .powermail_label,
.powermail_form.nolabel .powermail_fieldwrap_type_textarea .powermail_label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.powermail_label {
  display: inline-block;
  margin-bottom: 0.25rem;
  font-size: 1rem;
  line-height: 1.25rem;
}

.powermail_fieldset {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  display: flex;
  flex-wrap: wrap;
}
.powermail_fieldset .l-col {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.powermail_fieldset + .powermail_fieldset .powermail_legend {
  padding-top: 1.25rem;
}

.powermail_fieldwrap:not(:last-child) {
  margin-bottom: 0.75rem;
}

.powermail_fieldwrap_type_radio .powermail_field,
.powermail_fieldwrap_type_check .powermail_field {
  display: flex;
  flex-direction: column;
}
.powermail_fieldwrap_type_radio .powermail_field,
.powermail_fieldwrap_type_check .powermail_field {
  gap: 0.25rem;
}

.powermail_fieldwrap_type_text {
  font-size: 0.875rem;
}

.powermail_fieldwrap_type_submit input[type=submit] {
  background-color: transparent;
  border: 0;
  color: currentColor;
  cursor: pointer;
}

.powermail_fieldwrap_type_date .powermail_field {
  position: relative;
}
.powermail_fieldwrap_type_date .powermail_field::before {
  content: "";
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='15' fill='none' viewBox='0 0 22 15'%3E%3Cpath fill='%23383839' d='M20.588 3.443a.67.67 0 0 0-.678-.677H2.09a.67.67 0 0 0-.677.677v9.736c0 .39.308.677.677.677h17.82a.67.67 0 0 0 .677-.677zm.846 9.736c0 .879-.708 1.524-1.524 1.524H2.09a1.516 1.516 0 0 1-1.524-1.524V3.443c0-.815.645-1.523 1.524-1.523h17.82c.816 0 1.524.644 1.524 1.523z'/%3E%3Cpath fill='%23383839' d='M3.783 3.867V1.03a.423.423 0 0 1 .847 0v2.836a.423.423 0 0 1-.847 0M10.598 3.867V1.03a.423.423 0 1 1 .847 0v2.836a.423.423 0 0 1-.847 0M17.37 3.867V1.03a.423.423 0 0 1 .847 0v2.836a.423.423 0 0 1-.846 0M21.01 4.883a.423.423 0 0 1 0 .846H1.245a.423.423 0 1 1 0-.846zM21.01 9.2a.423.423 0 0 1 0 .847H1.245a.423.423 0 0 1 0-.847z'/%3E%3Cpath fill='%23383839' d='M5.773 14.068V5.306a.423.423 0 0 1 .846 0v8.762a.423.423 0 0 1-.846 0M15.55 14.068V5.306a.423.423 0 1 1 .847 0v8.762a.423.423 0 0 1-.846 0M10.598 14.068V5.306a.423.423 0 1 1 .847 0v8.762a.423.423 0 1 1-.847 0M14.005 6.226a.423.423 0 0 1 .72.445l-1.227 1.99a.423.423 0 0 1-.709.017L12.323 8a.423.423 0 0 1 .698-.48l.098.142z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='15' fill='none' viewBox='0 0 22 15'%3E%3Cpath fill='%23383839' d='M20.588 3.443a.67.67 0 0 0-.678-.677H2.09a.67.67 0 0 0-.677.677v9.736c0 .39.308.677.677.677h17.82a.67.67 0 0 0 .677-.677zm.846 9.736c0 .879-.708 1.524-1.524 1.524H2.09a1.516 1.516 0 0 1-1.524-1.524V3.443c0-.815.645-1.523 1.524-1.523h17.82c.816 0 1.524.644 1.524 1.523z'/%3E%3Cpath fill='%23383839' d='M3.783 3.867V1.03a.423.423 0 0 1 .847 0v2.836a.423.423 0 0 1-.847 0M10.598 3.867V1.03a.423.423 0 1 1 .847 0v2.836a.423.423 0 0 1-.847 0M17.37 3.867V1.03a.423.423 0 0 1 .847 0v2.836a.423.423 0 0 1-.846 0M21.01 4.883a.423.423 0 0 1 0 .846H1.245a.423.423 0 1 1 0-.846zM21.01 9.2a.423.423 0 0 1 0 .847H1.245a.423.423 0 0 1 0-.847z'/%3E%3Cpath fill='%23383839' d='M5.773 14.068V5.306a.423.423 0 0 1 .846 0v8.762a.423.423 0 0 1-.846 0M15.55 14.068V5.306a.423.423 0 1 1 .847 0v8.762a.423.423 0 0 1-.846 0M10.598 14.068V5.306a.423.423 0 1 1 .847 0v8.762a.423.423 0 1 1-.847 0M14.005 6.226a.423.423 0 0 1 .72.445l-1.227 1.99a.423.423 0 0 1-.709.017L12.323 8a.423.423 0 0 1 .698-.48l.098.142z'/%3E%3C/svg%3E");
  -webkit-mask-size: 1.5rem;
  mask-size: 1.5rem;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 20px;
  height: 20px;
  pointer-events: none;
  right: 1rem;
  top: 3.25rem;
  transform: translate(0, -50%);
  position: absolute;
}
@supports (-moz-appearance: none) {
  .powermail_fieldwrap_type_date .powermail_field::before {
    display: none;
  }
}

input[type=date]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

.powermail_message,
.parsley-errors-list,
.powermail-errors-list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  color: #CE0D15;
}

.parsley-errors-list,
.powermail-errors-list {
  margin-top: 5px;
  font-size: to-rem(14px);
}

[type=email].parsley-error, [type=email].powermail_field_error, [type=number].parsley-error, [type=number].powermail_field_error, [type=password].parsley-error, [type=password].powermail_field_error, [type=search].parsley-error, [type=search].powermail_field_error, [type=tel].parsley-error, [type=tel].powermail_field_error, [type=text].parsley-error, [type=text].powermail_field_error, [type=url].parsley-error, [type=url].powermail_field_error, [type=date].parsley-error, [type=date].powermail_field_error, textarea.parsley-error, textarea.powermail_field_error, select.parsley-error, select.powermail_field_error {
  border-color: #CE0D15;
}

.powermail_fieldwrap:has(.powermail-errors-list) label {
  color: #CE0D15;
}
.powermail_fieldwrap:has(.powermail-errors-list) [type=email], .powermail_fieldwrap:has(.powermail-errors-list) [type=number], .powermail_fieldwrap:has(.powermail-errors-list) [type=password], .powermail_fieldwrap:has(.powermail-errors-list) [type=search], .powermail_fieldwrap:has(.powermail-errors-list) [type=tel], .powermail_fieldwrap:has(.powermail-errors-list) [type=text], .powermail_fieldwrap:has(.powermail-errors-list) [type=url], .powermail_fieldwrap:has(.powermail-errors-list) [type=date], .powermail_fieldwrap:has(.powermail-errors-list) textarea, .powermail_fieldwrap:has(.powermail-errors-list) select {
  color: #CE0D15;
}
.powermail_fieldwrap:has(.powermail-errors-list) .powermail_select, .powermail_fieldwrap:has(.powermail-errors-list) select {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23CE0D15' d='M20.42 7.649a.5.5 0 0 0-.706-.004l-7.729 7.651-7.698-7.65a.5.5 0 0 0-.705.709l8.05 8a.5.5 0 0 0 .704 0l8.08-8a.5.5 0 0 0 .005-.706'/%3E%3C/svg%3E");
}

.powermail_fieldwrap_type_radio input[type=checkbox].parsley-error ~ label::before, .powermail_fieldwrap_type_radio input[type=checkbox].powermail_field_error ~ label::before,
.powermail_fieldwrap_type_radio input[type=radio].parsley-error ~ label::before,
.powermail_fieldwrap_type_radio input[type=radio].powermail_field_error ~ label::before {
  border: 0.0625rem solid #CE0D15;
}
.powermail_fieldwrap_type_radio input[type=checkbox].parsley-error ~ label:hover::before, .powermail_fieldwrap_type_radio input[type=checkbox].parsley-error:focus ~ label::before, .powermail_fieldwrap_type_radio input[type=checkbox].powermail_field_error ~ label:hover::before, .powermail_fieldwrap_type_radio input[type=checkbox].powermail_field_error:focus ~ label::before,
.powermail_fieldwrap_type_radio input[type=radio].parsley-error ~ label:hover::before,
.powermail_fieldwrap_type_radio input[type=radio].parsley-error:focus ~ label::before,
.powermail_fieldwrap_type_radio input[type=radio].powermail_field_error ~ label:hover::before,
.powermail_fieldwrap_type_radio input[type=radio].powermail_field_error:focus ~ label::before {
  border: 0.0625rem solid #CE0D15;
}

.powermail_message_error {
  padding: 2rem 0;
}
.powermail_message_error h2 {
  display: none;
}

.c-form-group--materialize.powermail_fieldwrap_type_input, .c-form-group--materialize.powermail_fieldwrap_type_textarea, .c-form-group--materialize.powermail_fieldwrap_type_select {
  position: relative;
}
.c-form-group--materialize.powermail_fieldwrap_type_input label, .c-form-group--materialize.powermail_fieldwrap_type_textarea label, .c-form-group--materialize.powermail_fieldwrap_type_select label {
  position: absolute;
  top: 0;
  left: 0.8rem;
  padding: 0;
  font-size: 1rem;
  text-align: left;
  color: var(--text-color);
  cursor: text;
  pointer-events: none;
  transform: translateY(0.8rem);
  transform-origin: 0 0;
  transition: 0.2s transform ease-out;
}
.c-form-group--materialize.powermail_fieldwrap_type_input label.active, .c-form-group--materialize.powermail_fieldwrap_type_textarea label.active, .c-form-group--materialize.powermail_fieldwrap_type_select label.active {
  transform: translateY(0.3rem) scale(0.8);
}
.c-form-group--materialize.powermail_fieldwrap_type_input input,
.c-form-group--materialize.powermail_fieldwrap_type_input select,
.c-form-group--materialize.powermail_fieldwrap_type_input .select:after, .c-form-group--materialize.powermail_fieldwrap_type_textarea input,
.c-form-group--materialize.powermail_fieldwrap_type_textarea select,
.c-form-group--materialize.powermail_fieldwrap_type_textarea .select:after, .c-form-group--materialize.powermail_fieldwrap_type_select input,
.c-form-group--materialize.powermail_fieldwrap_type_select select,
.c-form-group--materialize.powermail_fieldwrap_type_select .select:after {
  height: 3em;
}
.c-form-group--materialize.powermail_fieldwrap_type_input input,
.c-form-group--materialize.powermail_fieldwrap_type_input textarea,
.c-form-group--materialize.powermail_fieldwrap_type_input select, .c-form-group--materialize.powermail_fieldwrap_type_textarea input,
.c-form-group--materialize.powermail_fieldwrap_type_textarea textarea,
.c-form-group--materialize.powermail_fieldwrap_type_textarea select, .c-form-group--materialize.powermail_fieldwrap_type_select input,
.c-form-group--materialize.powermail_fieldwrap_type_select textarea,
.c-form-group--materialize.powermail_fieldwrap_type_select select {
  padding: 1em 0.9375rem 0;
}
.c-form-group--materialize.powermail_fieldwrap_type_input textarea, .c-form-group--materialize.powermail_fieldwrap_type_textarea textarea, .c-form-group--materialize.powermail_fieldwrap_type_select textarea {
  padding-top: 1.175em;
  height: 5.25rem;
}

.powermail_progressbar {
  position: absolute;
  z-index: 500;
  top: 0;
  left: -0.46875rem;
  right: -0.46875rem;
  height: 100%;
  width: calc(100% + 0.9375rem);
  background-color: rgba(255, 255, 255, 0.8);
}
.powermail_progressbar .powermail_progress {
  position: absolute;
  height: 100px;
  width: 100px;
  bottom: 45vh;
  left: calc(50% - 3.125rem);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' data-name='Ebene 1'%3E%3Cpath fill='%23CE0D15' d='M224 32c0-17.67 14.3-32 32-32 141.4 0 256 114.6 256 256 0 46.6-12.5 90.4-34.3 128-8.8 15.3-28.4 20.6-44.6 11.7-14.4-8.8-19.6-28.4-10.8-44.6 16.3-27.3 25.7-60.1 25.7-96 0-106-86-192-192-192-17.7 0-32-13.43-32-32v.9Z'/%3E%3Cpath d='M255.1 64c-106 0-192 85.1-192 192s86 192 192 192c71 0 132.2-37.5 165.8-93.6l.1.1c-6.9 14.9-1.5 32.8 12.1 41.2 16.2 8.9 35.8 3.6 44.6-11.7.2-.3.4-.6.5-.9C434.1 460.1 351.1 512 256 512 114.6 512 0 397.4 0 256S114.6 0 256 0c-17.7 0-32 14.33-32 32s14.3 32 32 32h-.9Z' style='isolation:isolate;opacity:.4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6.25rem;
  transform-origin: center center;
  transform: rotate(0) translate(-50%, 0);
  animation: rotateSpin 0.5s linear infinite;
}

@keyframes rotateSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.c-search-result {
  position: relative;
  border: 1px solid var(--border-secondary);
}
.c-search-result {
  border-radius: 0.75rem;
}
.c-search-result {
  padding: 0.75rem;
}
.c-search-result {
  transition: all 0.55s cubic-bezier(0, 0.615, 0.345, 1);
  box-shadow: -12px -12px 24px 0 transparent, 12px 12px 24px 0 transparent;
}
.c-search-result {
  transform: translateY(0px);
  transition: all 0.35s cubic-bezier(0.403, 0.008, 0.015, 0.986);
}
.c-search-result__inner {
  display: grid;
}
.c-search-result__inner {
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
}
.c-search-result__content h2 {
  font-size: 1.125rem;
}
.c-search-result__content h2 {
  line-height: 1.375rem;
}
.c-search-result__content h2 {
  letter-spacing: 0;
}
.c-search-result__content h2 {
  margin-top: 0.25rem;
}
.c-search-result__content h2 {
  margin-bottom: 0.25rem;
}
.c-search-result__content time {
  margin-top: auto;
}
.c-search-result__text {
  margin-bottom: 0.25rem;
}
.c-search-result__text {
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0.025rem;
}
.c-search-result__image {
  padding-top: 0.75rem;
}
.c-search-result__image {
  max-width: 50%;
}
.c-search-result__image img {
  border-radius: 0.75rem;
}
.c-search-result__pretitle {
  color: #CE0D15;
  font-size: 0.75rem;
  line-height: 0.875rem;
}
.c-search-result__pretitle p {
  margin-bottom: 0;
}
.c-search-result__link {
  position: absolute;
  right: 0;
  bottom: 0;
  aspect-ratio: 1/1;
  width: 2.625rem;
  height: 2.625rem;
}
.c-search-result__link-inner {
  right: 0.75rem;
}
.c-search-result__link-inner {
  bottom: 0.75rem;
}
.c-search-result__link-inner {
  display: inline-flex;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.45s cubic-bezier(0, 0.615, 0.345, 1);
  overflow: hidden;
  position: relative;
}
.c-search-result__link-inner {
  font-size: 1.125rem;
}
.c-search-result__link-inner {
  line-height: 1.5rem;
}
.c-search-result__link-inner {
  border-radius: 3.125rem;
}
.u-background .c-search-result__link-inner {
  border-color: #fff;
  color: #fff;
}
.c-search-result__link-inner span {
  pointer-events: none;
}
.c-search-result__link-inner span,
.c-search-result__link-inner input,
.c-search-result__link-inner label {
  position: relative;
  z-index: 3;
  padding: 0.5rem 1.5rem 0.5rem 1.5rem;
}
@-moz-document url-prefix() {
  .c-search-result__link-inner span,
  .c-search-result__link-inner input,
  .c-search-result__link-inner label {
    padding: 0.5rem 1.5rem 0.5rem 1.5rem;
  }
}
.c-search-result__link-inner:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  background: var(--text-highlight);
  transition: all 0.45s cubic-bezier(0, 0.615, 0.345, 1);
}
.u-background .c-search-result__link-inner:before {
  background-color: #fff;
}
.c-search-result__link-inner {
  border: 0.0625rem solid var(--text-highlight);
  border-radius: 50%;
  color: var(--text-highlight);
  padding: 0.5rem;
  aspect-ratio: 1/1;
}
.c-search-result__link-inner span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.c-search-result__link-inner:before {
  transition: all 0.5s cubic-bezier(0, 0, 0, 1);
}
.c-search-result__link-inner::after {
  content: "";
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23CE0D15' d='M20.329 11.66 14.328 5.6a.5.5 0 1 0-.711.702l5.154 5.206H4.027a.5.5 0 1 0 0 1h14.749l-5.158 5.188a.5.5 0 1 0 .709.705l6-6.037a.5.5 0 0 0 .002-.704'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23CE0D15' d='M20.329 11.66 14.328 5.6a.5.5 0 1 0-.711.702l5.154 5.206H4.027a.5.5 0 1 0 0 1h14.749l-5.158 5.188a.5.5 0 1 0 .709.705l6-6.037a.5.5 0 0 0 .002-.704'/%3E%3C/svg%3E");
  -webkit-mask-size: 1.5rem;
  mask-size: 1.5rem;
  background-color: currentColor;
  display: inline-flex;
  width: 1.5rem;
  height: 1.5rem;
}
.c-search-result__link-inner--load-more::after, .c-search-result__link-inner[href$=".pdf"]::after, .c-search-result__link-inner[href$=".doc"]::after, .c-search-result__link-inner[href$=".docx"]::after, .c-search-result__link-inner[href$=".jpg"]::after, .c-search-result__link-inner[href$=".jpeg"]::after, .c-search-result__link-inner[href$=".png"]::after, .c-search-result__link-inner[href$=".mov"]::after, .c-search-result__link-inner[href$=".mp4"]::after, .c-search-result__link-inner[href$=".webp"]::after, .c-search-result__link-inner[href$=".mp3"]::after, .c-search-result__link-inner[href$=".zip"]::after {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cg fill='%23CE0D15'%3E%3Cpath d='M11.639 16.3a.497.497 0 0 0 .704.001l4.54-4.494a.5.5 0 1 0-.703-.711l-3.686 3.649V4a.5.5 0 1 0-1 0v10.747l-3.673-3.65a.5.5 0 1 0-.705.709z'/%3E%3Cpath d='M19.944 15a.5.5 0 0 0-.5.5V20H4.555v-4.5a.5.5 0 1 0-1 0v5a.5.5 0 0 0 .5.5h15.89a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5'/%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cg fill='%23CE0D15'%3E%3Cpath d='M11.639 16.3a.497.497 0 0 0 .704.001l4.54-4.494a.5.5 0 1 0-.703-.711l-3.686 3.649V4a.5.5 0 1 0-1 0v10.747l-3.673-3.65a.5.5 0 1 0-.705.709z'/%3E%3Cpath d='M19.944 15a.5.5 0 0 0-.5.5V20H4.555v-4.5a.5.5 0 1 0-1 0v5a.5.5 0 0 0 .5.5h15.89a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5'/%3E%3C/g%3E%3C/svg%3E");
}
.c-search-result__link-inner[href^="http://"]::after, .c-search-result__link-inner[href^="https://"]::after {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23CE0D15' d='M18.126 6.384a.5.5 0 0 0-.497-.499L9.1 5.842h-.003a.5.5 0 0 0-.002 1l7.324.037L5.994 17.304a.5.5 0 1 0 .707.707L17.13 7.582l.022 7.316a.5.5 0 0 0 .5.499h.002a.5.5 0 0 0 .498-.502z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23CE0D15' d='M18.126 6.384a.5.5 0 0 0-.497-.499L9.1 5.842h-.003a.5.5 0 0 0-.002 1l7.324.037L5.994 17.304a.5.5 0 1 0 .707.707L17.13 7.582l.022 7.316a.5.5 0 0 0 .5.499h.002a.5.5 0 0 0 .498-.502z'/%3E%3C/svg%3E");
}
.c-search-result__bottom {
  font-size: 0.75rem;
  line-height: 0.875rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.c-search-result__bottom {
  gap: 0.25rem;
}
.c-search-result__bottom > * {
  display: inline-flex;
}
.c-search-result__author {
  margin-bottom: 0;
  font-size: 0.75rem;
  line-height: 0.875rem;
}
.c-search-result--author .c-search-result__image img {
  border-radius: 50%;
}
.c-search-result--doc .c-search-result__link-inner::after {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cg fill='%23CE0D15'%3E%3Cpath d='M11.639 16.3a.497.497 0 0 0 .704.001l4.54-4.494a.5.5 0 1 0-.703-.711l-3.686 3.649V4a.5.5 0 1 0-1 0v10.747l-3.673-3.65a.5.5 0 1 0-.705.709z'/%3E%3Cpath d='M19.944 15a.5.5 0 0 0-.5.5V20H4.555v-4.5a.5.5 0 1 0-1 0v5a.5.5 0 0 0 .5.5h15.89a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5'/%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cg fill='%23CE0D15'%3E%3Cpath d='M11.639 16.3a.497.497 0 0 0 .704.001l4.54-4.494a.5.5 0 1 0-.703-.711l-3.686 3.649V4a.5.5 0 1 0-1 0v10.747l-3.673-3.65a.5.5 0 1 0-.705.709z'/%3E%3Cpath d='M19.944 15a.5.5 0 0 0-.5.5V20H4.555v-4.5a.5.5 0 1 0-1 0v5a.5.5 0 0 0 .5.5h15.89a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5'/%3E%3C/g%3E%3C/svg%3E");
}
.c-search-filter {
  padding-bottom: 1.25rem;
}
.c-search-filter__inner {
  position: relative;
}
.c-search-filter__button {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 0;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23CE0D15' d='m21.103 19.897-3.916-3.917a7.95 7.95 0 0 0 1.563-4.73c0-4.411-3.59-8-8-8s-8 3.589-8 8 3.589 8 8 8c2.28 0 4.335-.964 5.794-2.5l3.852 3.854a.5.5 0 0 0 .707 0 .5.5 0 0 0 0-.707M10.75 18.25c-3.86 0-7-3.14-7-7s3.14-7 7-7 7 3.14 7 7-3.14 7-7 7'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23CE0D15' d='m21.103 19.897-3.916-3.917a7.95 7.95 0 0 0 1.563-4.73c0-4.411-3.59-8-8-8s-8 3.589-8 8 3.589 8 8 8c2.28 0 4.335-.964 5.794-2.5l3.852 3.854a.5.5 0 0 0 .707 0 .5.5 0 0 0 0-.707M10.75 18.25c-3.86 0-7-3.14-7-7s3.14-7 7-7 7 3.14 7 7-3.14 7-7 7'/%3E%3C/svg%3E");
  background-color: var(--text-color);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  transform: translate(0, -50%);
  cursor: pointer;
}
.c-search-filter__button {
  width: 1.25rem;
}
.c-search-filter__button {
  height: 1.25rem;
}
.c-search-filter__button span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.c-search-filter__search input {
  padding-right: 3.25rem;
}
.c-search-filter__search input {
  min-height: 3.625rem;
}
.c-search-filter__search label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.c-search-filter--modal .c-search-filter__search {
  margin: 0;
}
.c-search-filter--modal .c-search-filter__button {
  right: 1.25rem;
}
.c-search-filter__reset {
  padding-top: 1.25rem;
}
.c-search-filter__reset {
  font-size: 1rem;
  line-height: 1.25rem;
}
.c-search-filter__link {
  display: inline-flex;
  align-items: center;
}
.c-search-filter__link {
  gap: 0.25rem;
}
.c-search-filter__link::before {
  content: "";
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23CE0D15' d='m12.707 12 6.646-6.646a.5.5 0 1 0-.707-.707L12 11.293 5.353 4.647a.5.5 0 1 0-.707.707L11.293 12l-6.647 6.647a.5.5 0 1 0 .707.707L12 12.707l6.646 6.647a.5.5 0 0 0 .707 0 .5.5 0 0 0 0-.707z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23CE0D15' d='m12.707 12 6.646-6.646a.5.5 0 1 0-.707-.707L12 11.293 5.353 4.647a.5.5 0 1 0-.707.707L11.293 12l-6.647 6.647a.5.5 0 1 0 .707.707L12 12.707l6.646 6.647a.5.5 0 0 0 .707 0 .5.5 0 0 0 0-.707z'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 1.125rem;
  height: 1.125rem;
  display: inline-flex;
}

.c-filter-facet__wrapper:not(:last-child) {
  padding-bottom: 1.25rem;
}
.c-filter-facet__toggler {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0, 0.615, 0.345, 1);
}
.c-filter-facet__toggler::before {
  content: "";
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23383839' d='M4.001 6.425h9.556A2.486 2.486 0 0 0 16 8.487a2.486 2.486 0 0 0 2.444-2.062h1.556a.425.425 0 1 0 0-.85h-1.556a2.486 2.486 0 0 0-2.444-2.062 2.486 2.486 0 0 0-2.444 2.062H4a.425.425 0 1 0 0 .85m12-2.063A1.64 1.64 0 0 1 17.639 6 1.64 1.64 0 0 1 16 7.638 1.64 1.64 0 0 1 14.363 6a1.64 1.64 0 0 1 1.638-1.638M20.001 17.575h-4.556a2.486 2.486 0 0 0-2.444-2.062 2.486 2.486 0 0 0-2.444 2.062H4a.425.425 0 1 0 0 .85h6.556A2.486 2.486 0 0 0 13 20.487a2.486 2.486 0 0 0 2.444-2.062h4.556a.425.425 0 1 0 0-.85m-7 2.063A1.64 1.64 0 0 1 11.363 18a1.64 1.64 0 0 1 1.638-1.638A1.64 1.64 0 0 1 14.639 18 1.64 1.64 0 0 1 13 19.638M20.001 11.575h-9.556a2.486 2.486 0 0 0-2.444-2.062 2.486 2.486 0 0 0-2.444 2.062H4a.425.425 0 1 0 0 .85h1.556A2.486 2.486 0 0 0 8 14.487a2.486 2.486 0 0 0 2.444-2.062h9.556a.425.425 0 1 0 0-.85m-12 2.063A1.64 1.64 0 0 1 6.363 12a1.64 1.64 0 0 1 1.638-1.638A1.64 1.64 0 0 1 9.639 12 1.64 1.64 0 0 1 8 13.638'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23383839' d='M4.001 6.425h9.556A2.486 2.486 0 0 0 16 8.487a2.486 2.486 0 0 0 2.444-2.062h1.556a.425.425 0 1 0 0-.85h-1.556a2.486 2.486 0 0 0-2.444-2.062 2.486 2.486 0 0 0-2.444 2.062H4a.425.425 0 1 0 0 .85m12-2.063A1.64 1.64 0 0 1 17.639 6 1.64 1.64 0 0 1 16 7.638 1.64 1.64 0 0 1 14.363 6a1.64 1.64 0 0 1 1.638-1.638M20.001 17.575h-4.556a2.486 2.486 0 0 0-2.444-2.062 2.486 2.486 0 0 0-2.444 2.062H4a.425.425 0 1 0 0 .85h6.556A2.486 2.486 0 0 0 13 20.487a2.486 2.486 0 0 0 2.444-2.062h4.556a.425.425 0 1 0 0-.85m-7 2.063A1.64 1.64 0 0 1 11.363 18a1.64 1.64 0 0 1 1.638-1.638A1.64 1.64 0 0 1 14.639 18 1.64 1.64 0 0 1 13 19.638M20.001 11.575h-9.556a2.486 2.486 0 0 0-2.444-2.062 2.486 2.486 0 0 0-2.444 2.062H4a.425.425 0 1 0 0 .85h1.556A2.486 2.486 0 0 0 8 14.487a2.486 2.486 0 0 0 2.444-2.062h9.556a.425.425 0 1 0 0-.85m-12 2.063A1.64 1.64 0 0 1 6.363 12a1.64 1.64 0 0 1 1.638-1.638A1.64 1.64 0 0 1 9.639 12 1.64 1.64 0 0 1 8 13.638'/%3E%3C/svg%3E");
  background-color: currentColor;
  display: inline-flex;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  pointer-events: none;
  transition: all 0.35s cubic-bezier(0, 0.615, 0.345, 1);
}
.c-filter-facet__toggler::before {
  width: 1.0625rem;
}
.c-filter-facet__toggler::before {
  height: 1.0625rem;
}
.c-filter-facet__toggler::after {
  content: "";
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23383839' d='M20.42 7.649a.5.5 0 0 0-.706-.004l-7.729 7.651-7.698-7.65a.5.5 0 0 0-.705.709l8.05 8a.5.5 0 0 0 .704 0l8.08-8a.5.5 0 0 0 .005-.706'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23383839' d='M20.42 7.649a.5.5 0 0 0-.706-.004l-7.729 7.651-7.698-7.65a.5.5 0 0 0-.705.709l8.05 8a.5.5 0 0 0 .704 0l8.08-8a.5.5 0 0 0 .005-.706'/%3E%3C/svg%3E");
  background-color: currentColor;
  display: inline-flex;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  pointer-events: none;
  transition: all 0.35s cubic-bezier(0, 0.615, 0.345, 1);
}
.c-filter-facet__toggler::after {
  width: 1.25rem;
}
.c-filter-facet__toggler::after {
  height: 1.25rem;
}
.c-filter-facet__toggler span {
  pointer-events: none;
}
.c-filter-facet__toggler.is-toggled::after {
  transform: rotate(180deg);
}
.c-filter-facet__body {
  will-change: transform;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.15s;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.c-filter-facet__body.is-toggled {
  max-height: 1000vh;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.15s;
  opacity: 1;
  visibility: visible;
}
.c-filter-facet__items {
  display: flex;
  flex-wrap: wrap;
}
.c-filter-facet__items {
  gap: 0.75rem;
}
.c-filter-facet__items {
  padding-top: 0.75rem;
}
.c-filter-facet__link {
  display: inline-flex;
  background-color: transparent;
  border: 0.0625rem solid var(--text-highlight);
  cursor: pointer;
  transition: all 0.45s cubic-bezier(0, 0.615, 0.345, 1);
  color: var(--text-highlight);
  overflow: hidden;
  position: relative;
}
.c-filter-facet__link {
  font-size: 1.125rem;
}
.c-filter-facet__link {
  line-height: 1.5rem;
}
.c-filter-facet__link {
  border-radius: 3.125rem;
  border-color: var(--border-primary);
  color: var(--text-primary);
}
.u-background .c-filter-facet__link {
  border-color: #fff;
  color: #fff;
}
.c-filter-facet__link span {
  pointer-events: none;
}
.c-filter-facet__link span,
.c-filter-facet__link input,
.c-filter-facet__link label {
  position: relative;
  z-index: 3;
  padding: 0.5rem 1.5rem 0.5rem 1.5rem;
}
@-moz-document url-prefix() {
  .c-filter-facet__link span,
  .c-filter-facet__link input,
  .c-filter-facet__link label {
    padding: 0.5rem 1.5rem 0.5rem 1.5rem;
  }
}
.c-filter-facet__link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  background: var(--text-highlight);
  transition: all 0.45s cubic-bezier(0, 0.615, 0.345, 1);
  background-color: var(--state-hover);
}
.u-background .c-filter-facet__link:before {
  background-color: #fff;
}
.c-filter-facet__link span > span {
  padding: 0;
  padding-left: 4px;
  font-weight: 800;
}
.c-filter-facet__link.is-active {
  background-color: var(--state-hover);
  color: var(--text-invert);
  transition: all 1s cubic-bezier(0, 0, 0, 1), background-color 1s cubic-bezier(0, 0, 0, 1) 0.55s;
}
.c-filter-facet__link.is-active {
  background-color: #383839;
  color: #fff;
}
.c-filter-facet__link.is-active::before {
  height: 60px;
  width: 60px;
  transform: translate(-50%, -50%);
  background: var(--state-hover);
}
.u-background .c-filter-facet__link.is-active::before {
  background-color: var(--text-invert);
}
.c-filter-facet__link.is-active::before {
  background-color: #383839;
  color: #fff;
}
.u-background .c-filter-facet__link.is-active {
  background-color: var(--text-invert);
  color: var(--state-hover);
}

.tx-solr-autosuggest {
  border: unset;
  padding-top: 40px;
  background: var(--global-bg);
  border-color: var(--global-bg);
  color: var(--text-color);
}
.tx-solr-autosuggest {
  border-radius: 0.75rem;
}
.tx-solr-autosuggest {
  box-shadow: -12px -12px 18px 0 var(--effect-glow, rgba(255, 255, 255, 0.03)), 12px 12px 24px 0 var(--effect-shadow, rgba(0, 0, 0, 0.4));
}
.tx-solr-autosuggest {
  padding-left: 0.5rem;
}
.tx-solr-autosuggest {
  padding-right: 0.5rem;
}
.tx-solr-autosuggest {
  padding-bottom: 0.5rem;
}
.tx-solr-autosuggest > * {
  border-radius: 0.75rem;
}
.tx-solr-autosuggest .autocomplete-selected {
  color: var(--text-highlight);
  background: unset;
  box-shadow: -12px -12px 18px 0 var(--effect-glow, rgba(255, 255, 255, 0.03)), 12px 12px 24px 0 var(--effect-shadow, rgba(0, 0, 0, 0.4));
}
.tx-solr-autosuggest strong,
.tx-solr-autosuggest em {
  font-style: normal;
  color: var(--text-color);
}
.tx-solr-autosuggest .autocomplete-suggestion {
  cursor: pointer;
  white-space: initial !important;
}
.tx-solr-autosuggest .autocomplete-suggestion {
  padding-left: 0.5rem;
}
.tx-solr-autosuggest .autocomplete-suggestion {
  padding-right: 0.5rem;
}
.tx-solr-autosuggest .autocomplete-suggestion {
  padding-top: 0.25rem;
}
.tx-solr-autosuggest .autocomplete-suggestion {
  padding-bottom: 0.25rem;
}
.tx-solr-autosuggest .autocomplete-suggestion:hover {
  color: var(--primary-color);
}
.tx-solr-autosuggest .autocomplete-suggestion:hover strong, .tx-solr-autosuggest .autocomplete-suggestion:hover em {
  color: var(--primary-color);
}
.tx-solr-autosuggest .tx_solr_file svg {
  position: relative;
  top: -2px;
}
.tx-solr-autosuggest .autocomplete-group {
  font-weight: 800;
}
.tx-solr-autosuggest .autocomplete-group {
  padding-top: 0.5rem;
}
.c-accordion h2 {
  margin-bottom: 1.25rem;
}
.c-accordion__item {
  margin-left: -2rem;
}
.c-accordion__item {
  margin-right: -2rem;
}
.c-accordion__item {
  padding-left: 2rem;
}
.c-accordion__item {
  padding-right: 2rem;
}
.c-accordion__item {
  border-radius: 0.75rem;
}
.c-accordion__item {
  transition: all 0.55s cubic-bezier(0, 0.615, 0.345, 1);
  box-shadow: -12px -12px 24px 0 transparent, 12px 12px 24px 0 transparent;
}
.c-accordion__item:first-of-type .c-accordion__head {
  border-top: 1px solid var(--border-secondary);
}
.c-accordion__item:first-of-type .c-accordion__head.is-toggled {
  border-color: transparent;
}
.c-accordion__item.is-toggled {
  margin-top: -1px;
  background-color: var(--backgroundcolor-surface-primary);
  box-shadow: -12px -12px 18px 0 var(--effect-glow, rgba(255, 255, 255, 0.03)), 12px 12px 24px 0 var(--effect-shadow, rgba(0, 0, 0, 0.4));
}
.c-accordion__head {
  padding: 0;
  background-color: transparent;
  color: inherit;
  border-bottom: 1px solid var(--border-secondary);
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  transition: padding 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
  cursor: pointer;
  font-weight: 800;
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
}
.c-accordion__head {
  font-size: 1.5rem;
}
.c-accordion__head {
  line-height: 1.875rem;
}
.c-accordion__head {
  letter-spacing: 0;
}
.c-accordion__head {
  padding-top: 1.25rem;
}
.c-accordion__head {
  padding-bottom: 1.25rem;
}
.c-accordion__head {
  gap: 1.25rem;
}
.c-accordion__head.is-toggled {
  border-color: transparent;
}
.c-accordion__head.is-toggled .c-accordion__icon {
  background-color: var(--state-hover);
  color: var(--text-invert);
  transition: all 1s cubic-bezier(0, 0, 0, 1), background-color 1s cubic-bezier(0, 0, 0, 1) 0.55s;
}
.c-accordion__head.is-toggled .c-accordion__icon::before {
  height: 60px;
  width: 60px;
  transform: translate(-50%, -50%);
  background: var(--state-hover);
}
.u-background .c-accordion__head.is-toggled .c-accordion__icon::before {
  background-color: var(--text-invert);
}
.u-background .c-accordion__head.is-toggled .c-accordion__icon {
  background-color: var(--text-invert);
  color: var(--state-hover);
}
.c-accordion__head span {
  pointer-events: none;
  text-align: left;
}
.c-accordion__icon {
  display: flex;
  width: 2.5rem;
  height: 2.5rem;
  min-width: 2.5rem;
  min-height: 2.5rem;
  transform: rotate(0);
  display: inline-flex;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.45s cubic-bezier(0, 0.615, 0.345, 1);
  overflow: hidden;
  position: relative;
}
.c-accordion__icon {
  font-size: 1.125rem;
}
.c-accordion__icon {
  line-height: 1.5rem;
}
.c-accordion__icon {
  border-radius: 3.125rem;
}
.u-background .c-accordion__icon {
  border-color: #fff;
  color: #fff;
}
.c-accordion__icon span {
  pointer-events: none;
}
.c-accordion__icon span,
.c-accordion__icon input,
.c-accordion__icon label {
  position: relative;
  z-index: 3;
  padding: 0.5rem 1.5rem 0.5rem 1.5rem;
}
@-moz-document url-prefix() {
  .c-accordion__icon span,
  .c-accordion__icon input,
  .c-accordion__icon label {
    padding: 0.5rem 1.5rem 0.5rem 1.5rem;
  }
}
.c-accordion__icon:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  background: var(--text-highlight);
  transition: all 0.45s cubic-bezier(0, 0.615, 0.345, 1);
}
.u-background .c-accordion__icon:before {
  background-color: #fff;
}
.c-accordion__icon {
  border: 0.0625rem solid var(--text-highlight);
  border-radius: 50%;
  color: var(--text-highlight);
  padding: 0.5rem;
  aspect-ratio: 1/1;
}
.c-accordion__icon span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.c-accordion__icon:before {
  transition: all 0.5s cubic-bezier(0, 0, 0, 1);
}
.c-accordion__icon::after {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23CE0D15' d='M20.329 11.66 14.328 5.6a.5.5 0 1 0-.711.702l5.154 5.206H4.027a.5.5 0 1 0 0 1h14.749l-5.158 5.188a.5.5 0 1 0 .709.705l6-6.037a.5.5 0 0 0 .002-.704'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23CE0D15' d='M20.329 11.66 14.328 5.6a.5.5 0 1 0-.711.702l5.154 5.206H4.027a.5.5 0 1 0 0 1h14.749l-5.158 5.188a.5.5 0 1 0 .709.705l6-6.037a.5.5 0 0 0 .002-.704'/%3E%3C/svg%3E");
  background-color: currentColor;
  display: inline-flex;
}
.c-accordion__icon--load-more::after, .c-accordion__icon[href$=".pdf"]::after, .c-accordion__icon[href$=".doc"]::after, .c-accordion__icon[href$=".docx"]::after, .c-accordion__icon[href$=".jpg"]::after, .c-accordion__icon[href$=".jpeg"]::after, .c-accordion__icon[href$=".png"]::after, .c-accordion__icon[href$=".mov"]::after, .c-accordion__icon[href$=".mp4"]::after, .c-accordion__icon[href$=".webp"]::after, .c-accordion__icon[href$=".mp3"]::after, .c-accordion__icon[href$=".zip"]::after {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cg fill='%23CE0D15'%3E%3Cpath d='M11.639 16.3a.497.497 0 0 0 .704.001l4.54-4.494a.5.5 0 1 0-.703-.711l-3.686 3.649V4a.5.5 0 1 0-1 0v10.747l-3.673-3.65a.5.5 0 1 0-.705.709z'/%3E%3Cpath d='M19.944 15a.5.5 0 0 0-.5.5V20H4.555v-4.5a.5.5 0 1 0-1 0v5a.5.5 0 0 0 .5.5h15.89a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5'/%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cg fill='%23CE0D15'%3E%3Cpath d='M11.639 16.3a.497.497 0 0 0 .704.001l4.54-4.494a.5.5 0 1 0-.703-.711l-3.686 3.649V4a.5.5 0 1 0-1 0v10.747l-3.673-3.65a.5.5 0 1 0-.705.709z'/%3E%3Cpath d='M19.944 15a.5.5 0 0 0-.5.5V20H4.555v-4.5a.5.5 0 1 0-1 0v5a.5.5 0 0 0 .5.5h15.89a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5'/%3E%3C/g%3E%3C/svg%3E");
}
.c-accordion__icon[href^="http://"]::after, .c-accordion__icon[href^="https://"]::after {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23CE0D15' d='M18.126 6.384a.5.5 0 0 0-.497-.499L9.1 5.842h-.003a.5.5 0 0 0-.002 1l7.324.037L5.994 17.304a.5.5 0 1 0 .707.707L17.13 7.582l.022 7.316a.5.5 0 0 0 .5.499h.002a.5.5 0 0 0 .498-.502z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23CE0D15' d='M18.126 6.384a.5.5 0 0 0-.497-.499L9.1 5.842h-.003a.5.5 0 0 0-.002 1l7.324.037L5.994 17.304a.5.5 0 1 0 .707.707L17.13 7.582l.022 7.316a.5.5 0 0 0 .5.499h.002a.5.5 0 0 0 .498-.502z'/%3E%3C/svg%3E");
}
.c-accordion__icon::after {
  content: "";
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M20.42 7.649a.5.5 0 0 0-.706-.004l-7.729 7.651-7.698-7.65a.5.5 0 0 0-.705.709l8.05 8a.5.5 0 0 0 .704 0l8.08-8a.5.5 0 0 0 .005-.706'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M20.42 7.649a.5.5 0 0 0-.706-.004l-7.729 7.651-7.698-7.65a.5.5 0 0 0-.705.709l8.05 8a.5.5 0 0 0 .704 0l8.08-8a.5.5 0 0 0 .005-.706'/%3E%3C/svg%3E");
  -webkit-mask-size: 1.5rem;
  mask-size: 1.5rem;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.is-toggled .c-accordion__icon {
  transform: rotate(180deg);
}
.c-accordion__body {
  will-change: transform;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.15s;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.c-accordion__body.is-toggled {
  max-height: 1000vh;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.15s;
  opacity: 1;
  visibility: visible;
}
.c-accordion__inner {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-auto-rows: auto;
  grid-auto-columns: minmax(100px, auto);
}
.c-accordion__inner {
  gap: 1rem;
}
.c-accordion__inner {
  padding-bottom: 1rem;
}
.c-accordion__inner .c-accordion__image {
  grid-column-end: span 12;
  grid-row: 1;
}
.c-accordion__inner .c-accordion__image img,
.c-accordion__inner .c-accordion__image .l-embed .c-video__button,
.c-accordion__inner .c-accordion__image .l-embed .c-video__placeholder {
  overflow: hidden;
}
.c-accordion__inner .c-accordion__image img,
.c-accordion__inner .c-accordion__image .l-embed .c-video__button,
.c-accordion__inner .c-accordion__image .l-embed .c-video__placeholder {
  border-radius: 0.75rem;
}
.c-accordion__inner .c-accordion__content {
  grid-column-end: span 12;
}
.c-accordion__inner .c-accordion__content:not(:first-child) {
  grid-row: 2;
}
.c-accordion__inner--bottom .c-accordion__image {
  grid-column-end: span 12;
  grid-row: 2;
}
.c-accordion__inner--bottom .c-accordion__content {
  grid-column-end: span 12;
}
.c-accordion__inner--bottom .c-accordion__content:not(:first-child) {
  grid-row: 1;
}
.c-accordion__inner--right .c-accordion__image, .c-accordion__inner--left .c-accordion__image {
  grid-column-end: span 12;
}
.c-accordion__inner--right .c-accordion__content, .c-accordion__inner--left .c-accordion__content {
  grid-column-end: span 12;
}
.c-accordion__inner--right .c-accordion__content:not(:first-child), .c-accordion__inner--left .c-accordion__content:not(:first-child) {
  grid-column: 1/13;
  grid-row: 2;
}
.c-accordion__inner--left .c-accordion__image {
  grid-column-end: span 12;
}
.c-accordion__inner--left .c-accordion__content {
  grid-column-end: span 12;
}
.c-accordion__inner--left .c-accordion__content:not(:first-child) {
  grid-column: 1/13;
  grid-row: 2;
}

.modal-active {
  height: 100vh;
  overflow: hidden;
}
.modal-active body {
  pointer-events: none;
}

.c-modal {
  background-color: var(--overlay);
  backdrop-filter: blur(10px);
}
.c-modal {
  padding-top: 3.25rem;
}
.c-modal {
  padding-bottom: 3.25rem;
}
.c-modal {
  font-size: 1.125rem;
}
.c-modal {
  line-height: 1.875rem;
}
.c-modal__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.c-modal.is-active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: calc(infinity);
  opacity: 1;
  transition: opacity 0.55s cubic-bezier(0, 0.615, 0.345, 1) 0.3s;
}
.c-modal.is-active.visible-modal {
  opacity: 0;
}
.c-modal__container {
  height: 100%;
  margin: 0 auto;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  max-width: 1600px;
}
.c-modal__header {
  display: flex;
  flex-direction: column;
}
.c-modal__header h2 {
  margin-top: 0;
}
.c-modal__header h2 {
  font-size: 1.5rem;
}
.c-modal__header h2 {
  line-height: 1.875rem;
}
.c-modal__header h2 {
  margin-bottom: 0.75rem;
}
.c-modal__inner {
  display: flex;
  flex-direction: column;
  align-self: center;
  max-height: 100%;
  position: relative;
  z-index: 2;
  overflow-y: auto;
  background-color: var(--backgroundcolor-surface-primary);
  transform: translateY(50px);
}
.c-modal__inner {
  padding: 2rem;
}
.c-modal__inner {
  margin-left: -2rem;
}
.c-modal__inner {
  margin-right: -2rem;
}
.c-modal__inner {
  border-radius: 0.75rem;
}
.is-active .c-modal__inner {
  transform: none;
  transition: transform 1s cubic-bezier(0, 0.615, 0.345, 1) 0.3s;
}
.visible-modal .c-modal__inner {
  transform: translateY(50px);
}
.c-modal__close {
  margin-left: auto;
  border: 0;
  padding: 0;
  color: inherit;
  display: block;
  width: 2.625rem;
  height: 2.625rem;
  display: inline-flex;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.45s cubic-bezier(0, 0.615, 0.345, 1);
  overflow: hidden;
  position: relative;
}
.c-modal__close {
  font-size: 1.125rem;
}
.c-modal__close {
  line-height: 1.5rem;
}
.c-modal__close {
  border-radius: 3.125rem;
}
.u-background .c-modal__close {
  border-color: #fff;
  color: #fff;
}
.c-modal__close span {
  pointer-events: none;
}
.c-modal__close span,
.c-modal__close input,
.c-modal__close label {
  position: relative;
  z-index: 3;
  padding: 0.5rem 1.5rem 0.5rem 1.5rem;
}
@-moz-document url-prefix() {
  .c-modal__close span,
  .c-modal__close input,
  .c-modal__close label {
    padding: 0.5rem 1.5rem 0.5rem 1.5rem;
  }
}
.c-modal__close:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  background: var(--text-highlight);
  transition: all 0.45s cubic-bezier(0, 0.615, 0.345, 1);
}
.u-background .c-modal__close:before {
  background-color: #fff;
}
.c-modal__close {
  border: 0.0625rem solid var(--text-highlight);
  border-radius: 50%;
  color: var(--text-highlight);
  padding: 0.5rem;
  aspect-ratio: 1/1;
}
.c-modal__close span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.c-modal__close:before {
  transition: all 0.5s cubic-bezier(0, 0, 0, 1);
}
.c-modal__close::after {
  content: "";
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23CE0D15' d='M20.329 11.66 14.328 5.6a.5.5 0 1 0-.711.702l5.154 5.206H4.027a.5.5 0 1 0 0 1h14.749l-5.158 5.188a.5.5 0 1 0 .709.705l6-6.037a.5.5 0 0 0 .002-.704'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23CE0D15' d='M20.329 11.66 14.328 5.6a.5.5 0 1 0-.711.702l5.154 5.206H4.027a.5.5 0 1 0 0 1h14.749l-5.158 5.188a.5.5 0 1 0 .709.705l6-6.037a.5.5 0 0 0 .002-.704'/%3E%3C/svg%3E");
  -webkit-mask-size: 1.5rem;
  mask-size: 1.5rem;
  background-color: currentColor;
  display: inline-flex;
  width: 1.5rem;
  height: 1.5rem;
}
.c-modal__close--load-more::after, .c-modal__close[href$=".pdf"]::after, .c-modal__close[href$=".doc"]::after, .c-modal__close[href$=".docx"]::after, .c-modal__close[href$=".jpg"]::after, .c-modal__close[href$=".jpeg"]::after, .c-modal__close[href$=".png"]::after, .c-modal__close[href$=".mov"]::after, .c-modal__close[href$=".mp4"]::after, .c-modal__close[href$=".webp"]::after, .c-modal__close[href$=".mp3"]::after, .c-modal__close[href$=".zip"]::after {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cg fill='%23CE0D15'%3E%3Cpath d='M11.639 16.3a.497.497 0 0 0 .704.001l4.54-4.494a.5.5 0 1 0-.703-.711l-3.686 3.649V4a.5.5 0 1 0-1 0v10.747l-3.673-3.65a.5.5 0 1 0-.705.709z'/%3E%3Cpath d='M19.944 15a.5.5 0 0 0-.5.5V20H4.555v-4.5a.5.5 0 1 0-1 0v5a.5.5 0 0 0 .5.5h15.89a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5'/%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cg fill='%23CE0D15'%3E%3Cpath d='M11.639 16.3a.497.497 0 0 0 .704.001l4.54-4.494a.5.5 0 1 0-.703-.711l-3.686 3.649V4a.5.5 0 1 0-1 0v10.747l-3.673-3.65a.5.5 0 1 0-.705.709z'/%3E%3Cpath d='M19.944 15a.5.5 0 0 0-.5.5V20H4.555v-4.5a.5.5 0 1 0-1 0v5a.5.5 0 0 0 .5.5h15.89a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5'/%3E%3C/g%3E%3C/svg%3E");
}
.c-modal__close[href^="http://"]::after, .c-modal__close[href^="https://"]::after {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23CE0D15' d='M18.126 6.384a.5.5 0 0 0-.497-.499L9.1 5.842h-.003a.5.5 0 0 0-.002 1l7.324.037L5.994 17.304a.5.5 0 1 0 .707.707L17.13 7.582l.022 7.316a.5.5 0 0 0 .5.499h.002a.5.5 0 0 0 .498-.502z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23CE0D15' d='M18.126 6.384a.5.5 0 0 0-.497-.499L9.1 5.842h-.003a.5.5 0 0 0-.002 1l7.324.037L5.994 17.304a.5.5 0 1 0 .707.707L17.13 7.582l.022 7.316a.5.5 0 0 0 .5.499h.002a.5.5 0 0 0 .498-.502z'/%3E%3C/svg%3E");
}
.c-modal__close::after {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23CE0D15' d='m12.707 12 6.646-6.646a.5.5 0 1 0-.707-.707L12 11.293 5.353 4.647a.5.5 0 1 0-.707.707L11.293 12l-6.647 6.647a.5.5 0 1 0 .707.707L12 12.707l6.646 6.647a.5.5 0 0 0 .707 0 .5.5 0 0 0 0-.707z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23CE0D15' d='m12.707 12 6.646-6.646a.5.5 0 1 0-.707-.707L12 11.293 5.353 4.647a.5.5 0 1 0-.707.707L11.293 12l-6.647 6.647a.5.5 0 1 0 .707.707L12 12.707l6.646 6.647a.5.5 0 0 0 .707 0 .5.5 0 0 0 0-.707z'/%3E%3C/svg%3E");
}
.c-modal__content {
  position: relative;
  z-index: 1;
}
.c-modal.hide-modal {
  opacity: 0;
  transition: all 0.25s cubic-bezier(0.226, 0.014, 0.035, 1.002) 0.3s;
}
.c-modal.hide-modal .c-modal__inner {
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.25s cubic-bezier(0.226, 0.014, 0.035, 1.002), transform 0.4s cubic-bezier(0.226, 0.014, 0.035, 1.002) 0.25s;
}
.c-modal__body {
  overflow-y: auto;
}
.c-modal__body {
  border-radius: 0.75rem;
}
.c-modal__buttons {
  margin-top: auto;
}
.c-modal__buttons {
  padding-top: 1rem;
}
.c-modal__buttons button {
  font-weight: 300;
  margin-bottom: 0 !important;
}
.c-modal--search {
  padding-top: var(--hht);
}
.c-modal--search .c-modal__container {
  background-color: transparent;
  margin: 0 auto;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  max-width: 1600px;
}
.c-modal--search .c-modal__inner {
  align-self: center;
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
}
.c-modal--search .c-modal__box {
  background-color: var(--backgroundcolor-surface-secondary);
}
.c-modal--search .c-modal__box {
  padding: 1.25rem;
}
.c-modal--search .c-modal__box {
  border-radius: 0.75rem;
}
.c-modal--search .c-modal__box:first-child {
  padding-left: 0.25rem;
}
.c-modal--search .c-modal__box:first-child {
  padding-right: 0.25rem;
}
.c-modal--search .c-modal__body {
  display: grid;
}
.c-modal--search .c-modal__body {
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
}
.c-modal--search .c-modal__body {
  gap: 1.25rem;
}
.c-modal--search .c-modal__body {
  margin: 0;
}
.c-modal--search .c-modal__header {
  display: inline-flex;
  flex-direction: row;
  width: 100%;
}
.c-modal--search .c-modal__header {
  gap: 1.25rem;
}
.c-modal--search .c-modal__header > * {
  flex: 1 1 auto;
}
.c-modal--search .c-modal__close {
  border: 0;
  margin-left: 0;
  background-color: var(--backgroundcolor-surface-secondary);
  width: 3.625rem;
  height: 3.625rem;
  border-radius: 50%;
  padding: 0;
}
.c-modal--search .c-modal__close::after {
  width: 3.625rem;
  height: 3.625rem;
  -webkit-mask-size: 2.25rem;
  mask-size: 2.25rem;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
.c-modal--search .c-modal__button {
  flex: 0 0 auto;
}

.c-navigation__overlay {
  background-color: var(--overlay);
  backdrop-filter: blur(10px);
  position: absolute;
  top: calc(var(--ibh) * -1);
  z-index: 300;
  left: 0;
  width: 100vw;
  height: calc(100vh + var(--ibh));
  display: block;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0, 0, 0, 1) 0.4s;
  transform: translate(100%);
  cursor: pointer;
}
.sub-is-open .c-navigation__overlay {
  display: block;
  opacity: 1;
  pointer-events: initial;
  transform: translate(0%);
  transition: opacity 0.3s cubic-bezier(0, 0, 0, 1);
}
.visible-navigation-2 .c-navigation__overlay {
  opacity: 0 !important;
}

.c-navigation__link {
  cursor: pointer;
  font-weight: 300;
}
.c-navigation__link span,
.c-navigation__link svg {
  pointer-events: none;
  cursor: pointer;
}
.c-navigation__text {
  font-weight: 800;
  color: var(--text-highlight);
}
.c-navigation__text {
  font-size: 1.5rem;
}
.c-navigation__text {
  line-height: 1.875rem;
}
.c-navigation__text {
  margin-bottom: 1.25rem;
}
.c-navigation.c-navigation--header .c-navigation__list {
  padding-left: 0;
  list-style: none;
  display: flex;
}
.c-navigation.c-navigation--header .c-navigation__list {
  gap: 1.25rem;
}
.c-navigation.c-navigation--header .c-navigation__list {
  font-size: 1.125rem;
}
.c-navigation.c-navigation--header .c-navigation__list {
  line-height: 1.5rem;
}
.c-navigation.c-navigation--header .c-navigation__list li {
  display: flex;
}
.c-navigation.c-navigation--header .c-navigation__list li:first-child {
  padding-left: 0;
}
.c-navigation.c-navigation--header .c-navigation__list li:last-child {
  padding-right: 0;
}
.c-navigation.c-navigation--header .c-navigation__list li .c-navigation__link {
  text-align: left;
  border: 0;
  padding: 0;
  background-color: transparent;
  color: inherit;
  transition: all 0.25s cubic-bezier(0.403, 0.008, 0.015, 0.986);
}
.c-navigation.c-navigation--header .c-navigation__list li .c-navigation__link svg path {
  fill: currentColor;
}
.c-navigation.c-navigation--header .c-navigation__list li .c-navigation__link {
  margin: -0.1875rem 0;
  padding: 0.1875rem 0;
  background-image: linear-gradient(var(--text-highlight), var(--text-highlight));
  background-size: 0% 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  text-decoration: none;
}
.c-navigation.c-navigation--header .c-navigation__list li .c-navigation__link {
  transition: background-size 0.25s;
}
.c-navigation.c-navigation--header .c-navigation__list li.has-sub .c-navigation__sub {
  position: absolute;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 200;
  bottom: -2rem;
  display: none;
  transform: translateY(-100%);
  transition: opacity 0.55s cubic-bezier(0.55, 0.055, 0.675, 0.19), transform 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.45s;
}
.c-navigation.c-navigation--header .c-navigation__list li.has-sub .c-navigation__sub .c-navigation__container {
  margin: 0 auto;
  position: relative;
  width: 100%;
  display: grid;
}
.c-navigation.c-navigation--header .c-navigation__list li.has-sub .c-navigation__sub .c-navigation__container {
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
}
.c-navigation.c-navigation--header .c-navigation__list li.has-sub .c-navigation__sub .c-navigation__container {
  row-gap: 1.25rem;
}
.c-navigation.c-navigation--header .c-navigation__list li.has-sub .c-navigation__sub .c-navigation__box {
  display: flex;
  flex-direction: column;
  height: 100%;
  grid-column: span 6;
  background-color: var(--backgroundcolor-surface-secondary);
}
.c-navigation.c-navigation--header .c-navigation__list li.has-sub .c-navigation__sub .c-navigation__box {
  border-radius: 0.75rem;
}
.c-navigation.c-navigation--header .c-navigation__list li.has-sub .c-navigation__sub .c-navigation__box {
  padding-left: 2rem;
}
.c-navigation.c-navigation--header .c-navigation__list li.has-sub .c-navigation__sub .c-navigation__box {
  padding-right: 2rem;
}
.c-navigation.c-navigation--header .c-navigation__list li.has-sub .c-navigation__sub .c-navigation__box {
  padding-top: 1.25rem;
}
.c-navigation.c-navigation--header .c-navigation__list li.has-sub .c-navigation__sub .c-navigation__box {
  padding-bottom: 1.25rem;
}
.c-navigation.c-navigation--header .c-navigation__list li.has-sub .c-navigation__sub .c-navigation__box--navigation {
  grid-row: 1/3;
}
.c-navigation.c-navigation--header .c-navigation__list li.has-sub .c-navigation__sub .c-navigation__box--faq {
  padding-left: 1.25rem;
}
.c-navigation.c-navigation--header .c-navigation__list li.has-sub .c-navigation__sub .c-navigation__box--faq {
  padding-right: 1.25rem;
}
.c-navigation.c-navigation--header .c-navigation__list li.has-sub .c-navigation__sub .c-navigation__back {
  display: none;
}
.c-navigation.c-navigation--header .c-navigation__list li.has-sub .c-navigation__sub .c-navigation__list {
  display: flex;
  flex-direction: column;
  position: relative;
  list-style: none;
  height: 100%;
}
.c-navigation.c-navigation--header .c-navigation__list li.has-sub .c-navigation__sub .c-navigation__list {
  gap: 1.25rem;
}
.c-navigation.c-navigation--header .c-navigation__list li.has-sub .c-navigation__sub .c-navigation__list > li {
  display: flex;
}
.c-navigation.c-navigation--header .c-navigation__list li.has-sub .c-navigation__sub .c-navigation__list > li.has-sub .c-navigation__link {
  text-align: left;
  display: flex;
  justify-content: space-between;
  transition: all 0.25s cubic-bezier(0.403, 0.008, 0.015, 0.986);
}
.c-navigation.c-navigation--header .c-navigation__list li.has-sub .c-navigation__sub .c-navigation__list > li.has-sub .c-navigation__link svg path {
  fill: currentColor;
}
.c-navigation.c-navigation--header .c-navigation__list li.has-sub .c-navigation__sub .c-navigation__list > li.has-sub .c-navigation__link {
  margin: -0.1875rem 0;
  padding: 0.1875rem 0;
  background-image: linear-gradient(var(--text-highlight), var(--text-highlight));
  background-size: 0% 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  text-decoration: none;
}
.c-navigation.c-navigation--header .c-navigation__list li.has-sub .c-navigation__sub .c-navigation__list > li.has-sub .c-navigation__link {
  transition: background-size 0.25s;
}
.c-navigation.c-navigation--header .c-navigation__list li.has-sub .c-navigation__sub .is-active .c-navigation__link {
  transition: all 0.25s cubic-bezier(0.403, 0.008, 0.015, 0.986);
  color: var(--text-highlight);
}
.c-navigation.c-navigation--header .c-navigation__list li.has-sub .c-navigation__sub .is-active .c-navigation__link {
  margin: -0.1875rem 0;
  padding: 0.1875rem 0;
  background-image: linear-gradient(var(--text-highlight), var(--text-highlight));
  background-size: 100% 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  text-decoration: none;
}
.c-navigation.c-navigation--header .c-navigation__list li.has-sub .c-navigation__sub .is-active .c-navigation__link {
  transition: background-size 0.25s;
}
.c-navigation.c-navigation--header .c-navigation__list li.has-sub .c-navigation__sub .is-active .c-navigation__link svg path {
  fill: var(--text-highlight);
}
.c-navigation.c-navigation--header .c-navigation__list li.has-sub .c-navigation__sub .is-active .c-navigation__link {
  font-size: 1.375rem;
}
.c-navigation.c-navigation--header .c-navigation__list li.has-sub .c-navigation__sub .is-active .c-navigation__link {
  line-height: 2rem;
}
.c-navigation.c-navigation--header .c-navigation__list li.has-sub .c-navigation__sub {
  opacity: 0;
  transform: translateY(100%);
  display: block;
  max-height: calc(100vh - var(--hh) - 2rem);
  overflow-x: hidden;
  overflow: auto;
  pointer-events: none;
}
.c-navigation.c-navigation--header .c-navigation__list li.has-sub .c-navigation__sub {
  border-radius: 0.75rem;
}
.c-navigation.c-navigation--header .c-navigation__list li.has-sub .c-navigation__sub {
  transition: opacity 0.5s cubic-bezier(0, 0, 0, 1) 0.2s, transform 0.55s cubic-bezier(0, 0, 0, 1) 0.2s;
}
.c-navigation.c-navigation--header .c-navigation__list li.has-sub .c-navigation__sub.is-toggled {
  bottom: -2rem;
  transform: translateY(100%);
  opacity: 1;
  display: block;
  pointer-events: initial;
}
.visible-navigation-2 .c-navigation.c-navigation--header .c-navigation__list li.has-sub .c-navigation__sub.is-toggled {
  opacity: 0 !important;
  transform: translateY(calc(100% + 50px));
}
.c-navigation.c-navigation--header .c-navigation__list li.has-sub .c-navigation__sub .c-navigation__link {
  font-size: 1.375rem;
}
.c-navigation.c-navigation--header .c-navigation__list li.has-sub .c-navigation__sub .c-navigation__link {
  line-height: 2rem;
}
.c-navigation.c-navigation--header .c-navigation__list li.has-sub .c-navigation__sub li:last-child .c-navigation__link {
  font-size: 1.125rem;
}
.c-navigation.c-navigation--header .c-navigation__list li.has-sub .c-navigation__sub li:last-child .c-navigation__link {
  line-height: 1.5rem;
}
.c-navigation.c-navigation--header .c-navigation__list[data-level="1"] > li.is-active > .c-navigation__link, .c-navigation.c-navigation--header .c-navigation__list[data-level="1"] > li.has-activeitem > .c-navigation__link {
  transition: all 0.25s cubic-bezier(0.403, 0.008, 0.015, 0.986);
  color: var(--text-highlight);
}
.c-navigation.c-navigation--header .c-navigation__list[data-level="1"] > li.is-active > .c-navigation__link, .c-navigation.c-navigation--header .c-navigation__list[data-level="1"] > li.has-activeitem > .c-navigation__link {
  margin: -0.1875rem 0;
  padding: 0.1875rem 0;
  background-image: linear-gradient(var(--text-highlight), var(--text-highlight));
  background-size: 100% 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  text-decoration: none;
}
.c-navigation.c-navigation--header .c-navigation__list[data-level="1"] > li.is-active > .c-navigation__link, .c-navigation.c-navigation--header .c-navigation__list[data-level="1"] > li.has-activeitem > .c-navigation__link {
  transition: background-size 0.25s;
}
.c-navigation.c-navigation--header .c-navigation__list[data-level="1"] > li.is-active > .c-navigation__link svg path, .c-navigation.c-navigation--header .c-navigation__list[data-level="1"] > li.has-activeitem > .c-navigation__link svg path {
  fill: var(--text-highlight);
}
.c-navigation.c-navigation--header .c-navigation__list[data-level="1"] > li.is-active > .c-navigation__link, .c-navigation.c-navigation--header .c-navigation__list[data-level="1"] > li.has-activeitem > .c-navigation__link {
  font-size: 1.125rem;
}
.c-navigation.c-navigation--header .c-navigation__list[data-level="1"] > li.is-active > .c-navigation__link, .c-navigation.c-navigation--header .c-navigation__list[data-level="1"] > li.has-activeitem > .c-navigation__link {
  line-height: 1.5rem;
}
.c-navigation.c-navigation--panel {
  width: 100%;
  transition: opacity 0.55s cubic-bezier(0, 0, 0, 1) 0.2s;
  overflow-y: auto;
  height: 100%;
  position: static !important;
}
.sub-is-open .c-navigation.c-navigation--panel {
  overflow-y: none;
}
.c-navigation.c-navigation--panel .c-navigation__link {
  text-align: left;
  border: 0;
  padding: 0;
  background-color: transparent;
  color: inherit;
}
.c-navigation.c-navigation--panel .c-navigation__link {
  font-size: 1.375rem;
}
.c-navigation.c-navigation--panel .c-navigation__link {
  line-height: 2rem;
}
.c-navigation.c-navigation--panel .c-navigation__list {
  padding-left: 0;
  list-style: none;
  z-index: 999999;
  display: flex;
  flex-direction: column;
}
.c-navigation.c-navigation--panel .c-navigation__list {
  gap: 1.25rem;
}
.c-navigation.c-navigation--panel .c-navigation__list {
  position: static;
}
.c-navigation.c-navigation--panel .c-navigation__list > li {
  position: static;
}
.c-navigation.c-navigation--panel .c-navigation__list > li .c-navigation__link {
  text-align: left;
  border: 0;
  padding: 0;
  background-color: transparent;
  color: inherit;
}
.c-navigation.c-navigation--panel .c-navigation__list > li .c-navigation__link:hover, .c-navigation.c-navigation--panel .c-navigation__list > li .c-navigation__link:focus {
  color: var(--text-highlight);
}
.c-navigation.c-navigation--panel .c-navigation__list > li.is-active > .c-navigation__link, .c-navigation.c-navigation--panel .c-navigation__list > li.has-activeitem > .c-navigation__link {
  transition: all 0.25s cubic-bezier(0.403, 0.008, 0.015, 0.986);
  color: var(--text-highlight);
}
.c-navigation.c-navigation--panel .c-navigation__list > li.is-active > .c-navigation__link, .c-navigation.c-navigation--panel .c-navigation__list > li.has-activeitem > .c-navigation__link {
  margin: -0.1875rem 0;
  padding: 0.1875rem 0;
  background-image: linear-gradient(var(--text-highlight), var(--text-highlight));
  background-size: 100% 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  text-decoration: none;
}
.c-navigation.c-navigation--panel .c-navigation__list > li.is-active > .c-navigation__link, .c-navigation.c-navigation--panel .c-navigation__list > li.has-activeitem > .c-navigation__link {
  transition: background-size 0.25s;
}
.c-navigation.c-navigation--panel .c-navigation__list > li.is-active > .c-navigation__link svg path, .c-navigation.c-navigation--panel .c-navigation__list > li.has-activeitem > .c-navigation__link svg path {
  fill: var(--text-highlight);
}
.c-navigation.c-navigation--panel .c-navigation__list > li.is-active > .c-navigation__link li:not(.is-active) .c-navigation__link, .c-navigation.c-navigation--panel .c-navigation__list > li.has-activeitem > .c-navigation__link li:not(.is-active) .c-navigation__link {
  background-image: none;
  color: var(--text-color);
}
.c-navigation.c-navigation--panel .c-navigation__sub {
  position: absolute;
  visibility: hidden;
  top: calc(var(--ps, 0) * -1);
  transform: translateX(50%);
  left: 50%;
  width: 100vw;
  opacity: 1;
  height: 100vh;
  background-color: #000;
  transition: opacity 0.8s cubic-bezier(0, 0.615, 0.345, 1) 0.4s, transform 0.6s cubic-bezier(0, 0, 0, 1);
}
.c-navigation.c-navigation--panel .c-navigation__sub {
  border-radius: 0.75rem;
}
.hide-navigation-2 .c-navigation.c-navigation--panel .c-navigation__sub {
  visibility: visible !important;
}
.c-navigation.c-navigation--panel .c-navigation__sub > div {
  overflow: scroll;
  width: 100%;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.c-navigation.c-navigation--panel .c-navigation__sub > div::-webkit-scrollbar {
  display: none;
}
.c-navigation.c-navigation--panel .c-navigation__sub .c-navigation__list {
  width: auto;
}
.c-navigation.c-navigation--panel .c-navigation__sub .c-navigation__link {
  font-size: 1.125rem;
}
.c-navigation.c-navigation--panel .c-navigation__sub .c-navigation__link {
  line-height: 1.5rem;
}
.c-navigation.c-navigation--panel .c-navigation__back {
  padding: 0 !important;
  align-items: center;
  font-weight: 300;
  order: -1;
  cursor: pointer;
  border: 0;
  padding: 0;
  background-color: transparent;
  color: inherit;
}
.c-navigation.c-navigation--panel .c-navigation__back {
  gap: 0.5rem;
}
.c-navigation.c-navigation--panel .c-navigation__back {
  margin-bottom: 2rem;
}
.c-navigation.c-navigation--panel .c-navigation__back {
  padding: 0.5rem;
  display: inline-flex;
}
.c-navigation.c-navigation--panel .c-navigation__back span {
  order: 2;
}
.c-navigation.c-navigation--panel .c-navigation__back::before {
  content: "";
  position: absolute;
  aspect-ratio: 1/1;
  display: inline-flex;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  transform: scale(0);
  transform-origin: center center;
  transition: all 0.35s cubic-bezier(0, 0.615, 0.345, 1);
  background-color: var(--text-highlight);
}
.c-navigation.c-navigation--panel .c-navigation__back::after {
  content: "";
  position: relative;
  aspect-ratio: 1/1;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23CE0D15' d='M20.329 11.66 14.328 5.6a.5.5 0 1 0-.711.702l5.154 5.206H4.027a.5.5 0 1 0 0 1h14.749l-5.158 5.188a.5.5 0 1 0 .709.705l6-6.037a.5.5 0 0 0 .002-.704'/%3E%3C/svg%3E");
  background-size: 1.5rem;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-flex;
  width: 2.5rem;
  height: 2.5rem;
  transform: rotate(180deg);
  border: 0.0625rem solid var(--text-highlight);
  border-radius: 50%;
  color: var(--text-highlight);
  transition: all 0.35s cubic-bezier(0, 0.615, 0.345, 1);
}
.c-navigation.c-navigation--panel .c-navigation__container {
  margin: 0 auto;
  position: relative;
  width: 100%;
  display: grid;
  grid-template-rows: auto;
  padding-bottom: var(--hht);
}
.c-navigation.c-navigation--panel .c-navigation__container {
  row-gap: 1.25rem;
}
.c-navigation.c-navigation--panel .c-navigation__container {
  border-radius: 0.75rem;
}
.c-navigation.c-navigation--panel .c-navigation__box {
  display: flex;
  flex-direction: column;
  background-color: var(--backgroundcolor-surface-secondary);
}
.c-navigation.c-navigation--panel .c-navigation__box {
  border-radius: 0.75rem;
}
.c-navigation.c-navigation--panel .c-navigation__box {
  padding-left: 2rem;
}
.c-navigation.c-navigation--panel .c-navigation__box {
  padding-right: 2rem;
}
.c-navigation.c-navigation--panel .c-navigation__box {
  padding-top: 1.25rem;
}
.c-navigation.c-navigation--panel .c-navigation__box {
  padding-bottom: 1.25rem;
}
.c-navigation.c-navigation--panel .c-navigation__box--navigation {
  margin-top: auto;
}
.c-navigation.c-navigation--panel .c-navigation__box--faq {
  padding-left: 1.25rem;
}
.c-navigation.c-navigation--panel .c-navigation__box--faq {
  padding-right: 1.25rem;
}
.sub-is-open .c-navigation.c-navigation--panel .is-active .c-navigation__sub {
  transform: translateX(-50%);
  transition: opacity 0.3s cubic-bezier(0, 0.615, 0.345, 1), transform 0.6s cubic-bezier(0, 0, 0, 1);
  z-index: 200;
  left: 50%;
  visibility: visible;
}
.c-navigation.c-navigation--panel[data-level="1"] {
  display: flex;
  flex-direction: column;
  height: 100%;
  grid-column: span 6;
  background-color: var(--backgroundcolor-surface-secondary);
}
.c-navigation.c-navigation--panel[data-level="1"] {
  border-radius: 0.75rem;
}
.c-navigation.c-navigation--panel[data-level="1"] {
  padding-left: 2rem;
}
.c-navigation.c-navigation--panel[data-level="1"] {
  padding-right: 2rem;
}
.c-navigation.c-navigation--panel[data-level="1"] {
  padding-top: 1.25rem;
}
.c-navigation.c-navigation--panel[data-level="1"] {
  padding-bottom: 1.25rem;
}
.c-navigation.c-navigation--panel[data-level="1"] > li > .c-navigation__link {
  text-align: left;
}
.c-navigation.c-navigation--panel[data-level="1"] > li > .c-navigation__link {
  font-size: 1.375rem;
}
.c-navigation.c-navigation--panel[data-level="1"] > li > .c-navigation__link {
  line-height: 2rem;
}
.c-navigation.c-navigation--panel[data-level="1"] > li.is-active > .c-navigation__link, .c-navigation.c-navigation--panel[data-level="1"] > li.has-activeitem > .c-navigation__link {
  transition: all 0.25s cubic-bezier(0.403, 0.008, 0.015, 0.986);
  color: var(--text-highlight);
}
.c-navigation.c-navigation--panel[data-level="1"] > li.is-active > .c-navigation__link, .c-navigation.c-navigation--panel[data-level="1"] > li.has-activeitem > .c-navigation__link {
  margin: -0.1875rem 0;
  padding: 0.1875rem 0;
  background-image: linear-gradient(var(--text-highlight), var(--text-highlight));
  background-size: 100% 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  text-decoration: none;
}
.c-navigation.c-navigation--panel[data-level="1"] > li.is-active > .c-navigation__link, .c-navigation.c-navigation--panel[data-level="1"] > li.has-activeitem > .c-navigation__link {
  transition: background-size 0.25s;
}
.c-navigation.c-navigation--panel[data-level="1"] > li.is-active > .c-navigation__link svg path, .c-navigation.c-navigation--panel[data-level="1"] > li.has-activeitem > .c-navigation__link svg path {
  fill: var(--text-highlight);
}
.c-navigation.c-navigation--panel[data-level="1"] > li.is-active > .c-navigation__link, .c-navigation.c-navigation--panel[data-level="1"] > li.has-activeitem > .c-navigation__link {
  font-size: 1.375rem;
}
.c-navigation.c-navigation--panel[data-level="1"] > li.is-active > .c-navigation__link, .c-navigation.c-navigation--panel[data-level="1"] > li.has-activeitem > .c-navigation__link {
  line-height: 2rem;
}
.c-navigation.c-navigation--panel .c-navigation__link span {
  pointer-events: none;
}
.c-navigation [data-level="2"] li:last-child {
  margin-top: auto !important;
}
.c-navigation [data-level="2"] li:last-child .c-navigation__link {
  margin-left: -1.5rem;
  display: inline-flex;
  background-color: transparent;
  border: 0.0625rem solid var(--text-highlight);
  cursor: pointer;
  transition: all 0.45s cubic-bezier(0, 0.615, 0.345, 1);
  color: var(--text-highlight);
  overflow: hidden;
  position: relative;
}
.c-navigation [data-level="2"] li:last-child .c-navigation__link {
  border-radius: 3.125rem;
}
.u-background .c-navigation [data-level="2"] li:last-child .c-navigation__link {
  border-color: #fff;
  color: #fff;
}
.c-navigation [data-level="2"] li:last-child .c-navigation__link span {
  pointer-events: none;
}
.c-navigation [data-level="2"] li:last-child .c-navigation__link span,
.c-navigation [data-level="2"] li:last-child .c-navigation__link input,
.c-navigation [data-level="2"] li:last-child .c-navigation__link label {
  position: relative;
  z-index: 3;
  padding: 0.5rem 1.5rem 0.5rem 1.5rem;
}
@-moz-document url-prefix() {
  .c-navigation [data-level="2"] li:last-child .c-navigation__link span,
  .c-navigation [data-level="2"] li:last-child .c-navigation__link input,
  .c-navigation [data-level="2"] li:last-child .c-navigation__link label {
    padding: 0.5rem 1.5rem 0.5rem 1.5rem;
  }
}
.c-navigation [data-level="2"] li:last-child .c-navigation__link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  background: var(--text-highlight);
  transition: all 0.45s cubic-bezier(0, 0.615, 0.345, 1);
}
.u-background .c-navigation [data-level="2"] li:last-child .c-navigation__link:before {
  background-color: #fff;
}
.c-navigation [data-level="2"] li:last-child .c-navigation__link {
  padding: 0.5rem 1rem 0.5rem 1.5rem;
  color: var(--text-color);
  border-color: transparent;
  --text-invert: var(--text-highlight);
}
@-moz-document url-prefix() {
  .c-navigation [data-level="2"] li:last-child .c-navigation__link {
    padding: 0.5rem 1rem 0.5rem 1.5rem;
  }
}
.c-navigation [data-level="2"] li:last-child .c-navigation__link span {
  line-height: 1.2;
  padding: 0;
  padding-right: 4px;
}
.dark-mode:root .c-navigation [data-level="2"] li:last-child .c-navigation__link {
  --text-invert: var(--color-gray-50);
  --text-invert: --text-highlight;
}
.c-navigation [data-level="2"] li:last-child .c-navigation__link::after {
  content: "";
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23CE0D15' d='m16.355 11.664-8-8.08a.5.5 0 1 0-.71.702l7.65 7.729-7.65 7.698a.5.5 0 0 0 .71.705l8-8.05a.5.5 0 0 0 0-.704'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23CE0D15' d='m16.355 11.664-8-8.08a.5.5 0 1 0-.71.702l7.65 7.729-7.65 7.698a.5.5 0 0 0 .71.705l8-8.05a.5.5 0 0 0 0-.704'/%3E%3C/svg%3E");
  -webkit-mask-size: 1.5rem;
  mask-size: 1.5rem;
  background-color: currentColor;
  display: inline-flex;
  width: 1.5rem;
  height: 1.5rem;
}
.c-navigation [data-level="2"] li:last-child .c-navigation__link::before {
  background-color: transparent;
}
.c-navigation [data-level="2"] li:last-child .c-navigation__link {
  margin-top: 0.75rem;
}
.c-navigation [data-level="2"] li:last-child .c-navigation__link {
  font-size: 1.125rem;
}
.c-navigation [data-level="2"] li:last-child .c-navigation__link {
  line-height: 1.5rem;
}
.c-navigation [data-level="2"] li:last-child .c-navigation__link:hover, .c-navigation [data-level="2"] li:last-child .c-navigation__link:focus {
  background-image: none !important;
}

.c-teaser {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid var(--border-secondary);
}
.c-teaser {
  border-radius: 0.75rem;
}
.c-teaser {
  padding-bottom: 0.75rem;
}
.c-teaser {
  transition: all 0.55s cubic-bezier(0, 0.615, 0.345, 1);
  box-shadow: -12px -12px 24px 0 transparent, 12px 12px 24px 0 transparent;
}
.c-teaser {
  transform: translateY(0px);
  transition: all 0.35s cubic-bezier(0.403, 0.008, 0.015, 0.986);
}
.c-teaser__media {
  order: -1;
  overflow: hidden;
}
.c-teaser__media img {
  border-radius: 0.75rem;
}
.c-teaser__icon {
  order: -1;
}
.c-teaser__icon {
  padding-left: 0.75rem;
}
.c-teaser__icon {
  padding-right: 0.75rem;
}
.c-teaser__icon {
  padding-bottom: 1.25rem;
}
.c-teaser__icon svg {
  height: 3.75rem;
  width: auto;
}
.c-teaser__title {
  order: 2;
}
.c-teaser__title {
  padding-bottom: 0.25rem;
}
.c-teaser__title:not(:has(+ .c-teaser__subtitle)) {
  padding-top: 0.75rem;
}
.c-teaser__title h3 {
  font-size: 1.125rem;
}
.c-teaser__title h3 {
  line-height: 1.375rem;
}
.c-teaser__subtitle {
  order: 1;
}
.c-teaser__subtitle {
  padding-top: 0.75rem;
}
.c-teaser__subtitle {
  padding-bottom: 0.25rem;
}
.c-teaser__subtitle {
  font-size: 1rem;
  line-height: 1.25rem;
}
.c-teaser__content {
  order: 3;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0.025rem;
}
.c-teaser__linkwrapper {
  order: 4;
  display: flex;
  justify-content: flex-end;
  margin-top: auto;
}
.c-teaser__linkwrapper {
  padding-top: 0.25rem;
}
.c-teaser__linkwrapper:not(:has(> a, > button)) {
  display: none;
}
.c-teaser__linkwrapper button {
  cursor: pointer;
}
.c-teaser__link {
  display: inline-flex;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.45s cubic-bezier(0, 0.615, 0.345, 1);
  overflow: hidden;
  position: relative;
}
.c-teaser__link {
  font-size: 1.125rem;
}
.c-teaser__link {
  line-height: 1.5rem;
}
.c-teaser__link {
  border-radius: 3.125rem;
}
.u-background .c-teaser__link {
  border-color: #fff;
  color: #fff;
}
.c-teaser__link span {
  pointer-events: none;
}
.c-teaser__link span,
.c-teaser__link input,
.c-teaser__link label {
  position: relative;
  z-index: 3;
  padding: 0.5rem 1.5rem 0.5rem 1.5rem;
}
@-moz-document url-prefix() {
  .c-teaser__link span,
  .c-teaser__link input,
  .c-teaser__link label {
    padding: 0.5rem 1.5rem 0.5rem 1.5rem;
  }
}
.c-teaser__link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  background: var(--text-highlight);
  transition: all 0.45s cubic-bezier(0, 0.615, 0.345, 1);
}
.u-background .c-teaser__link:before {
  background-color: #fff;
}
.c-teaser__link {
  border: 0.0625rem solid var(--text-highlight);
  border-radius: 50%;
  color: var(--text-highlight);
  padding: 0.5rem;
  aspect-ratio: 1/1;
}
.c-teaser__link span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.c-teaser__link:before {
  transition: all 0.5s cubic-bezier(0, 0, 0, 1);
}
.c-teaser__link::after {
  content: "";
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23CE0D15' d='M20.329 11.66 14.328 5.6a.5.5 0 1 0-.711.702l5.154 5.206H4.027a.5.5 0 1 0 0 1h14.749l-5.158 5.188a.5.5 0 1 0 .709.705l6-6.037a.5.5 0 0 0 .002-.704'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23CE0D15' d='M20.329 11.66 14.328 5.6a.5.5 0 1 0-.711.702l5.154 5.206H4.027a.5.5 0 1 0 0 1h14.749l-5.158 5.188a.5.5 0 1 0 .709.705l6-6.037a.5.5 0 0 0 .002-.704'/%3E%3C/svg%3E");
  -webkit-mask-size: 1.5rem;
  mask-size: 1.5rem;
  background-color: currentColor;
  display: inline-flex;
  width: 1.5rem;
  height: 1.5rem;
}
.c-teaser__link--load-more::after, .c-teaser__link[href$=".pdf"]::after, .c-teaser__link[href$=".doc"]::after, .c-teaser__link[href$=".docx"]::after, .c-teaser__link[href$=".jpg"]::after, .c-teaser__link[href$=".jpeg"]::after, .c-teaser__link[href$=".png"]::after, .c-teaser__link[href$=".mov"]::after, .c-teaser__link[href$=".mp4"]::after, .c-teaser__link[href$=".webp"]::after, .c-teaser__link[href$=".mp3"]::after, .c-teaser__link[href$=".zip"]::after {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cg fill='%23CE0D15'%3E%3Cpath d='M11.639 16.3a.497.497 0 0 0 .704.001l4.54-4.494a.5.5 0 1 0-.703-.711l-3.686 3.649V4a.5.5 0 1 0-1 0v10.747l-3.673-3.65a.5.5 0 1 0-.705.709z'/%3E%3Cpath d='M19.944 15a.5.5 0 0 0-.5.5V20H4.555v-4.5a.5.5 0 1 0-1 0v5a.5.5 0 0 0 .5.5h15.89a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5'/%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cg fill='%23CE0D15'%3E%3Cpath d='M11.639 16.3a.497.497 0 0 0 .704.001l4.54-4.494a.5.5 0 1 0-.703-.711l-3.686 3.649V4a.5.5 0 1 0-1 0v10.747l-3.673-3.65a.5.5 0 1 0-.705.709z'/%3E%3Cpath d='M19.944 15a.5.5 0 0 0-.5.5V20H4.555v-4.5a.5.5 0 1 0-1 0v5a.5.5 0 0 0 .5.5h15.89a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5'/%3E%3C/g%3E%3C/svg%3E");
}
.c-teaser__link[href^="http://"]::after, .c-teaser__link[href^="https://"]::after {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23CE0D15' d='M18.126 6.384a.5.5 0 0 0-.497-.499L9.1 5.842h-.003a.5.5 0 0 0-.002 1l7.324.037L5.994 17.304a.5.5 0 1 0 .707.707L17.13 7.582l.022 7.316a.5.5 0 0 0 .5.499h.002a.5.5 0 0 0 .498-.502z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23CE0D15' d='M18.126 6.384a.5.5 0 0 0-.497-.499L9.1 5.842h-.003a.5.5 0 0 0-.002 1l7.324.037L5.994 17.304a.5.5 0 1 0 .707.707L17.13 7.582l.022 7.316a.5.5 0 0 0 .5.499h.002a.5.5 0 0 0 .498-.502z'/%3E%3C/svg%3E");
}
.c-teaser__link span {
  display: none;
}
.c-teaser__title, .c-teaser__subtitle, .c-teaser__content, .c-teaser__linkwrapper {
  padding-left: 0.75rem;
}
.c-teaser__title, .c-teaser__subtitle, .c-teaser__content, .c-teaser__linkwrapper {
  padding-right: 0.75rem;
}
[class*="--highlight"] .c-teaser {
  padding: 0;
  border: 0;
  display: grid;
}
[class*="--highlight"] .c-teaser {
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
}
[class*="--highlight"] .c-teaser:not(:last-child) {
  padding-bottom: 3.75rem;
}
[class*="--highlight"] .c-teaser .c-teaser__subtitle {
  grid-row: 2;
  padding-bottom: 0;
}
[class*="--highlight"] .c-teaser .c-teaser__title {
  grid-row: 3;
}
[class*="--highlight"] .c-teaser .c-teaser__title {
  margin-bottom: 0.75rem;
}
[class*="--highlight"] .c-teaser .c-teaser__title h3 {
  font-size: 1.5rem;
}
[class*="--highlight"] .c-teaser .c-teaser__title h3 {
  line-height: 1.875rem;
}
[class*="--highlight"] .c-teaser .c-teaser__content {
  grid-row: 4;
}
[class*="--highlight"] .c-teaser .c-teaser__content {
  padding-bottom: 1.25rem;
}
[class*="--highlight"] .c-teaser .c-teaser__linkwrapper {
  position: relative;
  grid-row: 5;
  justify-content: flex-start;
}
[class*="--highlight"] .c-teaser .c-teaser__linkwrapper .u-cover-object {
  width: auto;
  height: auto;
  display: inline-flex;
  background-color: transparent;
  border: 0.0625rem solid var(--text-highlight);
  cursor: pointer;
  transition: all 0.45s cubic-bezier(0, 0.615, 0.345, 1);
  color: var(--text-highlight);
  overflow: hidden;
  position: relative;
}
[class*="--highlight"] .c-teaser .c-teaser__linkwrapper .u-cover-object {
  font-size: 1.125rem;
}
[class*="--highlight"] .c-teaser .c-teaser__linkwrapper .u-cover-object {
  line-height: 1.5rem;
}
[class*="--highlight"] .c-teaser .c-teaser__linkwrapper .u-cover-object {
  border-radius: 3.125rem;
}
.u-background [class*="--highlight"] .c-teaser .c-teaser__linkwrapper .u-cover-object {
  border-color: #fff;
  color: #fff;
}
[class*="--highlight"] .c-teaser .c-teaser__linkwrapper .u-cover-object span {
  pointer-events: none;
}
[class*="--highlight"] .c-teaser .c-teaser__linkwrapper .u-cover-object span,
[class*="--highlight"] .c-teaser .c-teaser__linkwrapper .u-cover-object input,
[class*="--highlight"] .c-teaser .c-teaser__linkwrapper .u-cover-object label {
  position: relative;
  z-index: 3;
  padding: 0.5rem 1.5rem 0.5rem 1.5rem;
}
@-moz-document url-prefix() {
  [class*="--highlight"] .c-teaser .c-teaser__linkwrapper .u-cover-object span,
  [class*="--highlight"] .c-teaser .c-teaser__linkwrapper .u-cover-object input,
  [class*="--highlight"] .c-teaser .c-teaser__linkwrapper .u-cover-object label {
    padding: 0.5rem 1.5rem 0.5rem 1.5rem;
  }
}
[class*="--highlight"] .c-teaser .c-teaser__linkwrapper .u-cover-object:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  background: var(--text-highlight);
  transition: all 0.45s cubic-bezier(0, 0.615, 0.345, 1);
}
.u-background [class*="--highlight"] .c-teaser .c-teaser__linkwrapper .u-cover-object:before {
  background-color: #fff;
}
[class*="--highlight"] .c-teaser .c-teaser__linkwrapper .u-cover-object span {
  width: 100%;
  height: auto;
  clip: unset;
  white-space: inherit;
}
[class*="--highlight"] .c-teaser .c-teaser__link {
  display: none;
}
[class*="--highlight"] .c-teaser .c-teaser__title,
[class*="--highlight"] .c-teaser .c-teaser__subtitle,
[class*="--highlight"] .c-teaser .c-teaser__content,
[class*="--highlight"] .c-teaser .c-teaser__linkwrapper {
  padding-left: 0;
  padding-right: 0;
}
.c-teaser--faq {
  border: 1px solid var(--border-secondary);
}
.c-teaser--faq {
  padding-top: 0.75rem;
}
.c-teaser--faq .c-teaser__subtitle {
  display: none;
}
.c-teaser--gtn {
  padding-top: 0.75rem;
}
.c-teaser--gtn:has(.u-cover-object) {
  cursor: pointer;
}
.c-teaser--gtn h3 {
  font-size: 1.5rem;
}
.c-teaser--gtn h3 {
  line-height: 1.875rem;
}
.c-teaser--gtn .c-teaser__linkwrapper {
  position: unset;
  grid-row: 5;
  justify-content: flex-start;
}
.c-teaser--gtn .c-teaser__linkwrapper {
  padding-top: 1.25rem;
}
.c-teaser--gtn .c-teaser__linkwrapper .u-cover-object {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
}
.c-teaser--gtn .c-teaser__linkwrapper .u-cover-object:hover, .c-teaser--gtn .c-teaser__linkwrapper .u-cover-object:focus {
  text-decoration: none;
}
.c-teaser--gtn .c-teaser__linkwrapper .u-cover-object::before, .c-teaser--gtn .c-teaser__linkwrapper .u-cover-object::after {
  display: none;
}
.c-teaser--gtn .c-teaser__linkwrapper .u-cover-object span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.c-teaser--gtn .c-teaser__link {
  aspect-ratio: unset;
  padding: 0;
  display: inline-flex;
  background-color: transparent;
  border: 0.0625rem solid var(--text-highlight);
  cursor: pointer;
  transition: all 0.45s cubic-bezier(0, 0.615, 0.345, 1);
  color: var(--text-highlight);
  overflow: hidden;
  position: relative;
}
.c-teaser--gtn .c-teaser__link {
  font-size: 1.125rem;
}
.c-teaser--gtn .c-teaser__link {
  line-height: 1.5rem;
}
.c-teaser--gtn .c-teaser__link {
  border-radius: 3.125rem;
}
.u-background .c-teaser--gtn .c-teaser__link {
  border-color: #fff;
  color: #fff;
}
.c-teaser--gtn .c-teaser__link span {
  pointer-events: none;
}
.c-teaser--gtn .c-teaser__link span,
.c-teaser--gtn .c-teaser__link input,
.c-teaser--gtn .c-teaser__link label {
  position: relative;
  z-index: 3;
  padding: 0.5rem 1.5rem 0.5rem 1.5rem;
}
@-moz-document url-prefix() {
  .c-teaser--gtn .c-teaser__link span,
  .c-teaser--gtn .c-teaser__link input,
  .c-teaser--gtn .c-teaser__link label {
    padding: 0.5rem 1.5rem 0.5rem 1.5rem;
  }
}
.c-teaser--gtn .c-teaser__link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  background: var(--text-highlight);
  transition: all 0.45s cubic-bezier(0, 0.615, 0.345, 1);
}
.u-background .c-teaser--gtn .c-teaser__link:before {
  background-color: #fff;
}
.c-teaser--gtn .c-teaser__link {
  border-radius: 50000px;
}
.c-teaser--gtn .c-teaser__link::after {
  display: none;
}
.c-teaser--gtn .c-teaser__link span {
  display: block;
  width: auto;
  height: auto;
}
.c-teaser--gtn .is-loading + .c-teaser__link span {
  position: relative;
  opacity: 0.4;
}
.c-teaser--gtn .is-loading + .c-teaser__link::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: rotateSpin 0.6s linear infinite;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' data-name='Ebene 1'%3E%3Cpath fill='%23CE0D15' d='M224 32c0-17.67 14.3-32 32-32 141.4 0 256 114.6 256 256 0 46.6-12.5 90.4-34.3 128-8.8 15.3-28.4 20.6-44.6 11.7-14.4-8.8-19.6-28.4-10.8-44.6 16.3-27.3 25.7-60.1 25.7-96 0-106-86-192-192-192-17.7 0-32-13.43-32-32v.9Z'/%3E%3Cpath d='M255.1 64c-106 0-192 85.1-192 192s86 192 192 192c71 0 132.2-37.5 165.8-93.6l.1.1c-6.9 14.9-1.5 32.8 12.1 41.2 16.2 8.9 35.8 3.6 44.6-11.7.2-.3.4-.6.5-.9C434.1 460.1 351.1 512 256 512 114.6 512 0 397.4 0 256S114.6 0 256 0c-17.7 0-32 14.33-32 32s14.3 32 32 32h-.9Z' style='isolation:isolate;opacity:.4'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' data-name='Ebene 1'%3E%3Cpath fill='%23CE0D15' d='M224 32c0-17.67 14.3-32 32-32 141.4 0 256 114.6 256 256 0 46.6-12.5 90.4-34.3 128-8.8 15.3-28.4 20.6-44.6 11.7-14.4-8.8-19.6-28.4-10.8-44.6 16.3-27.3 25.7-60.1 25.7-96 0-106-86-192-192-192-17.7 0-32-13.43-32-32v.9Z'/%3E%3Cpath d='M255.1 64c-106 0-192 85.1-192 192s86 192 192 192c71 0 132.2-37.5 165.8-93.6l.1.1c-6.9 14.9-1.5 32.8 12.1 41.2 16.2 8.9 35.8 3.6 44.6-11.7.2-.3.4-.6.5-.9C434.1 460.1 351.1 512 256 512 114.6 512 0 397.4 0 256S114.6 0 256 0c-17.7 0-32 14.33-32 32s14.3 32 32 32h-.9Z' style='isolation:isolate;opacity:.4'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 30px;
  mask-size: 30px;
  -webkit-mask-position: center center;
  mask-position: center center;
  transform-origin: center center;
}
.c-teaser--faq-step .c-teaser__subtitle {
  color: #CE0D15;
  margin-bottom: auto;
}
.c-teaser--faq-step .c-teaser__subtitle {
  padding-bottom: 1.25rem;
}

.c-bento-teaser {
  position: relative;
  height: 100%;
}
.c-bento-teaser {
  border-radius: 0.75rem;
}
.c-bento-teaser {
  transition: all 0.55s cubic-bezier(0, 0.615, 0.345, 1);
  box-shadow: -12px -12px 24px 0 transparent, 12px 12px 24px 0 transparent;
}
.c-bento-teaser {
  transform: translateY(0px);
  transition: all 0.35s cubic-bezier(0.403, 0.008, 0.015, 0.986);
}
.c-bento-teaser__inner {
  position: relative;
  display: grid;
  grid-template-rows: 1fr auto;
  overflow: hidden;
  height: 100%;
  background-color: var(--backgroundcolor-surface-secondary);
}
.c-bento-teaser__inner {
  min-height: 15.625rem;
}
.c-bento-teaser__inner {
  border-radius: 0.75rem;
}
.c-bento-teaser__inner::after {
  content: "";
  position: absolute;
  display: block;
  z-index: 2;
  aspect-ratio: 1/1;
  border-radius: 50%;
  transform: scale(1);
  transition: transform 0.7s cubic-bezier(0.226, 0.014, 0.035, 1.002);
  transform-origin: center;
  display: inline-block;
  backface-visibility: hidden;
  will-change: transform;
}
.c-bento-teaser__inner::after {
  top: -10.5rem;
}
.c-bento-teaser__inner::after {
  right: -3.125rem;
}
.c-bento-teaser__inner::after {
  width: 21rem;
}
.c-bento-teaser__inner::after {
  background: linear-gradient(225deg, var(--gradient-01-start, rgba(255, 255, 255, 0)) 44.42%, var(--gradient-01-end, rgba(255, 255, 255, 0.1)) 83.97%);
}
.c-bento-teaser--media .c-bento-teaser__inner::after {
  display: none;
}
.c-bento-teaser--color-primary:not(.c-bento-teaser--media) .c-bento-teaser__inner {
  background-color: var(--backgroundcolor-surface-highlight);
  color: var(--text-on-highlight);
}
.c-bento-teaser--color-primary .c-bento-teaser__inner > *:not(.u-cover-object) {
  position: relative;
  z-index: 3;
}
.c-bento-teaser--color-primary .c-bento-teaser__inner::after {
  background: linear-gradient(225deg, var(--gradient-02-start) 44.42%, var(--gradient-02-end) 83.97%);
  top: unset;
  right: unset;
}
.c-bento-teaser--color-primary .c-bento-teaser__inner::after {
  bottom: -10.5rem;
}
.c-bento-teaser--color-primary .c-bento-teaser__inner::after {
  left: -3.125rem;
}
.c-bento-teaser:has(a) {
  cursor: pointer;
}
.c-bento-teaser h2 {
  margin-bottom: 0;
  margin-top: 0 !important;
}
.c-bento-teaser__content {
  display: flex;
  flex-direction: column;
  word-wrap: break-word;
  hyphens: auto;
  padding: 1rem;
}
.c-bento-teaser__content {
  padding: 1.25rem;
}
.c-bento-teaser__content h2 {
  font-size: 1.5rem;
}
.c-bento-teaser__content h2 {
  line-height: 1.875rem;
}
.c-bento-teaser__image {
  overflow: hidden;
  position: relative;
}
.c-bento-teaser__image img {
  z-index: 1;
}
.c-bento-teaser figcaption {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.c-bento-teaser__pretitle {
  order: -1;
  margin-bottom: 0;
  font-weight: 800;
  font-size: 1rem;
  line-height: 1.25rem;
}

.c-teaser-product {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.c-teaser-product {
  padding-bottom: 0.75rem;
}
.c-teaser-product__title {
  order: 2;
}
.c-teaser-product__title {
  padding-bottom: 0.25rem;
}
.c-teaser-product__title h3 {
  font-size: 1.25rem;
}
.c-teaser-product__title h3 {
  line-height: 1.5rem;
}
.c-teaser-product__content {
  order: 3;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0.025rem;
}
.c-teaser-product__linkwrapper {
  order: 4;
  margin-top: auto;
}
.c-teaser-product__linkwrapper {
  padding-top: 0.5rem;
}

.c-share__title {
  display: block;
  font-weight: 800;
}
.c-share__title {
  margin-bottom: 0.75rem;
}
.c-share__title {
  font-size: 1.125rem;
}
.c-share__title {
  line-height: 1.375rem;
}
.c-share__list {
  padding-left: 0;
  list-style: none;
  display: flex;
  gap: 1rem;
  display: inline-flex;
  position: relative;
  margin-bottom: 0.25rem;
  background-color: var(--backgroundcolor-surface-secondary);
  box-shadow: -28px -28px 55px 0 #FFF inset, 28px 28px 55px 0 rgba(0, 0, 0, 0.1) inset;
  padding: 0.25rem;
}
.c-share__list {
  padding-left: 0.75rem;
}
.c-share__list {
  padding-right: 0.75rem;
}
.c-share__list {
  border-radius: 50000px;
}
.dark-mode .c-share__list {
  box-shadow: -28px -28px 55px 0 var(--effect-glow, rgba(255, 255, 255, 0.03)) inset, 28px 28px 55px 0 var(--effect-shadow, rgba(0, 0, 0, 0.4)) inset;
}
.c-share__list::after {
  content: "";
  position: absolute;
  top: 0;
  width: 36px;
  height: 100%;
  z-index: 5;
  background: linear-gradient(90deg, rgba(var(--global-bg), 0) 0%, rgba(var(--global-bg), 1) 42%);
}
.c-share__list::after {
  width: 2.1875rem;
}
.c-share__list::after {
  right: -1.25rem;
}
.c-share__item svg {
  width: 1.5rem;
  height: 1.5rem;
}
.c-share__link {
  padding: 0.5rem;
  position: relative;
  aspect-ratio: 1/1;
  display: flex;
}
.c-share__link > * {
  position: relative;
  z-index: 2;
}
.c-share__link:after {
  content: "";
  height: 0%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  transition: all 0.45s cubic-bezier(0, 0.615, 0.345, 1);
  background-color: var(--backgroundcolor-surface-secondary);
  filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.1));
  border-radius: 50%;
}

.c-step-list__pretitle {
  margin-bottom: 0;
  color: #CE0D15;
}
.c-step-list__pretitle {
  font-size: 1.125rem;
}
.c-step-list__pretitle {
  line-height: 1.875rem;
}
.c-step-list h2 {
  margin-top: 0;
}
.c-step-list h2 {
  margin-bottom: 1.25rem;
}
.c-step-list__item {
  position: relative;
}
.c-step-list__item:not(:last-child) {
  margin-bottom: 1.25rem;
}
.c-step-list__item:last-child .c-step-item__counter::after {
  display: none;
}
.c-step-list__view {
  position: absolute;
  top: 30vh;
  height: 100%;
  left: 0px;
  width: 1px;
}

.c-comparison-item {
  display: block;
  border: 1px solid var(--border-secondary);
  height: 100%;
}
.c-comparison-item {
  padding: 0.75rem;
}
.c-comparison-item {
  border-radius: 0.75rem;
}
.c-comparison-item {
  transition: all 0.55s cubic-bezier(0, 0.615, 0.345, 1);
  box-shadow: -12px -12px 24px 0 transparent, 12px 12px 24px 0 transparent;
}
.c-comparison-item {
  transform: translateY(0px);
  transition: all 0.35s cubic-bezier(0.403, 0.008, 0.015, 0.986);
}
.c-comparison-item h3 {
  position: sticky;
  top: 0;
  background-color: var(--global-bg);
  margin-bottom: 0;
  z-index: 1;
}
.c-comparison-item h3 {
  padding-bottom: 0.5rem;
}
.c-comparison-item h4 {
  padding-bottom: 0.5rem;
}
.c-comparison-item .c-richtext {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.c-comparison-item .c-richtext p:not(:last-child) {
  margin-bottom: 0.5rem;
}
.c-comparison-item .c-richtext ul + p {
  margin-top: auto;
}
.c-comparison-item .u-text-lead {
  font-weight: 800;
}
.c-comparison-item__content:not(:last-child) {
  padding-bottom: 1.25rem;
}
.c-comparison-item__content:last-child {
  display: flex;
}
.c-embeds--center {
  text-align: center;
}
.c-embeds--right {
  text-align: right;
}
.c-embeds iframe {
  max-width: 100%;
}

.c-footer {
  margin: 0 auto;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  max-width: 1600px;
}
.c-footer {
  padding-top: 1.25rem;
}
.c-footer {
  padding-bottom: 1.25rem;
}
.c-footer {
  margin-bottom: var(--ibhb);
}
.c-footer__top {
  background-color: var(--backgroundcolor-surface-primary);
}
.c-footer__top {
  padding: 2rem;
}
.c-footer__top {
  margin-bottom: 1.25rem;
}
.c-footer__top {
  border-radius: 0.75rem;
}
.c-footer__top {
  box-shadow: -12px -12px 18px 0 var(--effect-glow, rgba(255, 255, 255, 0.03)), 12px 12px 24px 0 var(--effect-shadow, rgba(0, 0, 0, 0.4));
}
.c-footer__inner {
  display: grid;
}
.c-footer__inner {
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
}
.c-footer__inner {
  row-gap: 1.25rem;
}
.c-footer__bottom {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.c-footer__bottom {
  gap: 1.25rem;
}
.c-footer__logo {
  grid-row: 1;
}
.c-footer__logo .c-logo {
  margin-bottom: 1.25rem;
}
.c-footer__adress {
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0.025rem;
  grid-row: 2;
}
.c-footer__slogan {
  font-size: 1.125rem;
}
.c-footer__slogan {
  line-height: 1.5rem;
}
.c-footer__slogan {
  letter-spacing: 0.05rem;
}
.c-footer__info--large {
  display: grid;
}
.c-footer__info--large {
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
}

.c-header {
  padding-top: var(--ibh, 0);
  width: 100%;
  transform: none;
  transition: all 0.65s cubic-bezier(0, 0.615, 0.345, 1);
}
.c-header {
  padding-bottom: 2rem;
}
body.sub-is-open .c-header, .pusha-active .c-header {
  padding-top: 0;
}
.c-header__container {
  margin: 0 auto;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  max-width: 1600px;
}
.c-header__top {
  display: flex;
  justify-content: space-between;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  transition: all 0.65s cubic-bezier(0, 0.615, 0.345, 1);
  transform: none;
}
.c-header__top {
  padding-left: 2.5rem;
}
.c-header__top {
  padding-right: 2.5rem;
}
.c-header__menu-top {
  display: none;
}
.c-header__group-menu {
  display: flex;
}
.c-header__group-menu {
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
}
.c-header__bottom {
  position: relative;
  display: flex;
  justify-content: center;
  z-index: 500;
}
.c-header__bottom {
  margin-top: 2rem;
}
.c-header__navigation {
  display: none;
}
.c-header__burger {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--backgroundcolor-surface-primary);
  border-radius: 50000px;
  box-shadow: -12px -12px 18px 0 var(--effect-glow, rgba(255, 255, 255, 0.03)), 12px 12px 24px 0 var(--effect-shadow, rgba(0, 0, 0, 0.4));
}
.c-header__burger {
  padding-top: 0.5rem;
}
.c-header__burger {
  padding-bottom: 0.5rem;
}
.c-header__burger {
  padding-left: 0.75rem;
}
.c-header__burger {
  padding-right: 0.75rem;
}
.c-header__burger {
  aspect-ratio: 1/1;
  min-width: 3.9375rem;
}
.pusha-active .c-header__burger, .scroll-up .c-header__burger {
  box-shadow: -12px -12px 18px 0 var(--effect-shadow), 12px 12px 24px 0 var(--effect-shadow);
}
.c-header__burger--desktop {
  display: none;
}
.c-header__search {
  font-weight: 300;
  color: var(--text-color);
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0.025rem;
  transition: all 0.25s cubic-bezier(0.403, 0.008, 0.015, 0.986);
}
.c-header__search svg path {
  fill: currentColor;
}
.c-header__search span {
  margin: -0.1875rem 0;
  padding: 0.1875rem 0;
  background-image: linear-gradient(var(--text-highlight), var(--text-highlight));
  background-size: 0% 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  text-decoration: none;
}
.c-header__search span {
  transition: background-size 0.25s;
}
.c-header__search svg {
  margin-right: 0.0625rem;
}

/*! Pusha v2.0.1 | MIT License | https://github.com/slavanga/pusha */
body {
  overflow-x: hidden;
}

.pusha-active,
.pusha-active body {
  overflow: hidden;
}

.pusha-wrapper,
.pusha-push {
  transition: transform 0.3s ease;
}

.pusha-wrapper {
  position: relative;
  z-index: 200;
  height: 100%;
  background-color: inherit;
}

.pusha-panel {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  will-change: transform;
}

.pusha-panel--left {
  max-width: 100%;
  max-height: 100vh;
  width: 260px;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  transform: translateX(-100%);
}
.pusha-panel--left.pusha-panel--active ~ .pusha-push, .pusha-panel--left.pusha-panel--active ~ .pusha-blocker, .pusha-panel--left.pusha-panel--active ~ .pusha-wrapper {
  transform: translateX(260px);
}
.pusha-panel--left {
  z-index: 200;
  transition: visibility 0s linear 0.3s, opacity 0.05s linear 0.3s, transform 0.3s ease;
}
.pusha-panel--left.pusha-panel--active {
  transition: opacity 0.05s, transform 0.3s ease;
}

.pusha-panel--right {
  max-width: 100%;
  max-height: 100vh;
  width: 260px;
  height: 100%;
  background-color: #fff;
  top: 0;
  right: 0;
  transform: translateX(100%);
}
.pusha-panel--right.pusha-panel--active ~ .pusha-push, .pusha-panel--right.pusha-panel--active ~ .pusha-blocker, .pusha-panel--right.pusha-panel--active ~ .pusha-wrapper {
  transform: translateX(-260px);
}
.pusha-panel--right {
  z-index: 200;
  transition: visibility 0s linear 0.3s, opacity 0.05s linear 0.3s, transform 0.3s ease;
}
.pusha-panel--right.pusha-panel--active {
  transition: opacity 0.05s, transform 0.3s ease;
}

.pusha-panel--top {
  max-width: 100%;
  max-height: 100vh;
  width: 100%;
  height: 260px;
  background-color: #fff;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  z-index: 220;
  transition: visibility 0s linear 0.3s, opacity 0.05s linear 0.3s, transform 0.3s ease;
}
.pusha-panel--top.pusha-panel--active {
  transition: opacity 0.05s, transform 0.3s ease;
}

.pusha-panel--bottom {
  max-width: 100%;
  max-height: 100vh;
  width: 100%;
  height: 260px;
  background-color: #fff;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  z-index: 220;
  transition: visibility 0s linear 0.3s, opacity 0.05s linear 0.3s, transform 0.3s ease;
}
.pusha-panel--bottom.pusha-panel--active {
  transition: opacity 0.05s, transform 0.3s ease;
}

.pusha-panel--active {
  opacity: 1;
  visibility: visible;
  transform: none !important;
}

.pusha-panel__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  overscroll-behavior-y: contain;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
}
.pusha-active .pusha-panel__content {
  overflow-y: auto;
}

.pusha-blocker {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 210;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: visibility 0s linear 0.3s, transform 0.3s ease, opacity 0.3s ease;
}
.pusha-active .pusha-blocker {
  opacity: 1;
  visibility: visible;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.c-panel {
  max-width: 100%;
  max-height: 100vh;
  width: 100%;
  height: 100%;
  background-color: transparent;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  z-index: 220;
  transition: visibility 0s linear 0.3s, opacity 0.05s linear 0.3s, transform 0.3s ease;
}
.c-panel.pusha-panel--active {
  transition: opacity 0.05s, transform 0.3s ease;
}
.c-panel {
  transition: opacity 0.35s cubic-bezier(0, 0.615, 0.345, 1), transform 0s !important;
  top: 0;
  outline: none;
}
.c-panel__container {
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  outline: none;
  max-height: 100vh;
}
.sub-is-open .c-panel__container {
  overflow-y: hidden;
}
.c-panel .pusha-panel__content {
  position: relative;
  display: grid;
  align-items: flex-end;
  -webkit-overflow-scrolling: initial;
  width: 100vw;
}
.c-panel .pusha-panel__content {
  row-gap: 1.25rem;
}
.c-panel__top {
  overflow: hidden;
}
.sub-is-open .c-panel__top {
  height: calc(var(--vh) * 100 - var(--hh) - var(--ibh));
  overflow-y: visible;
}
.c-panel__box {
  position: static;
  display: flex;
  flex-direction: column;
  height: 100%;
  z-index: 10;
  opacity: 0;
  transform: translateY(20px);
  background-color: var(--backgroundcolor-surface-secondary);
}
.c-panel__box {
  border-radius: 0.75rem;
}
.c-panel__box {
  padding-left: 2rem;
}
.c-panel__box {
  padding-right: 2rem;
}
.c-panel__box {
  padding-top: 1.25rem;
}
.c-panel__box {
  padding-bottom: 1.25rem;
}
.c-panel__box {
  transition: opacity 0.55s cubic-bezier(0, 0.615, 0.345, 1) 0.15s, transform 1s cubic-bezier(0, 0.615, 0.345, 1) 0.25s;
}
.c-panel__box--navigation {
  z-index: 30;
}
.pusha-animated .c-panel__box {
  opacity: 1;
  transform: translateY(0);
}
.visible-panel .c-panel__box {
  opacity: 0;
  transform: translateY(25px);
}
.c-panel__inner {
  position: relative;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto auto;
  padding-bottom: var(--hht);
  height: 100%;
}
.c-panel__inner {
  row-gap: 1.25rem;
}
.c-panel-spacer {
  display: none;
}
.c-panel__overlay {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  background-color: #000;
  transition: opacity 0.45s cubic-bezier(0, 0, 0, 1);
  cursor: pointer;
}
.pusha-animated .c-panel__overlay {
  opacity: 1;
}
.hide-panel .c-panel__overlay {
  opacity: 1;
}

.pusha-blocker {
  backdrop-filter: blur(0px);
  transition: opacity 0.75s cubic-bezier(0, 0, 0, 1);
}

.hide-panel .pusha-blocker {
  opacity: 0 !important;
  visibility: visible;
  transition: opacity 0.5s cubic-bezier(0, 0, 0, 1);
}

.c-panel.pusha-panel--active {
  transition: opacity 0.35s cubic-bezier(0, 0.615, 0.345, 1), transform 0s;
}
.c-teaser-list h2 {
  margin-bottom: 1.25rem;
}
.c-teaser-list__items {
  display: grid;
  grid-template-columns: 1fr;
}
.c-teaser-list__items {
  gap: 1.25rem;
}
.c-teaser-list__items {
  row-gap: 1.25rem;
}
.c-teaser-list--fourcol .c-teaser-list__items {
  grid-template-columns: 1fr;
}
.c-teaser-list--highlight .c-teaser-list__items {
  grid-template-columns: 1fr;
}
.c-hero {
  display: grid;
}
.c-hero {
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
}
.c-hero__media {
  transition: max-width 0.55s cubic-bezier(0.75, 0, 0.25, 1);
  max-width: 100%;
  margin: 0 auto;
}
.c-hero__media img {
  border-radius: 0.75rem;
}
.c-hero__media:not(:last-child) {
  padding-bottom: 2rem;
}
.c-hero__title:not(:last-child) {
  padding-bottom: 2rem;
}
.c-hero__title h1 {
  display: flex;
  flex-direction: column;
}
.c-hero__title h1 span:first-child:not(:last-child) {
  color: var(--text-highlight);
}
.c-hero__title h1 span:first-child:not(:last-child) {
  padding-bottom: 0.25rem;
}

.c-cta {
  position: relative;
  text-align: center;
  background-color: var(--backgroundcolor-surface-secondary);
  overflow: hidden;
}
.c-cta {
  border-radius: 0.75rem;
}
.c-cta {
  padding: 2rem;
}
.c-cta {
  font-size: 1.125rem;
}
.c-cta {
  line-height: 1.5rem;
}
.c-cta {
  box-shadow: -12px -12px 18px 0 var(--effect-glow, rgba(255, 255, 255, 0.03)), 12px 12px 24px 0 var(--effect-shadow, rgba(0, 0, 0, 0.4));
}
.c-cta h2, .c-cta h3 {
  font-size: 1.5rem;
}
.c-cta h2, .c-cta h3 {
  line-height: 1.875rem;
}
.c-cta h2, .c-cta h3 {
  margin-bottom: 1.25rem;
}
.c-cta > * {
  position: relative;
  z-index: 3;
}
.c-cta::after, .c-cta::before {
  content: "";
  position: absolute;
  display: block;
  z-index: 2;
  aspect-ratio: 1/1;
  background: linear-gradient(221deg, var(--gradient-01-end, rgba(0, 0, 0, 0.1)) 21.1%, var(--gradient-01-start, rgba(0, 0, 0, 0)) 71.12%);
  border-radius: 50%;
  transform: scale(1) rotate(var(--rotate-base));
  transition: transform 0.7s cubic-bezier(0.226, 0.014, 0.035, 1.002);
  transform-origin: center;
  display: inline-block;
  backface-visibility: hidden;
  will-change: transform;
  animation: gentle-rotate 20s linear infinite;
  pointer-events: none;
}
.c-cta::after {
  left: 0%;
  top: unset;
}
.c-cta::after {
  bottom: -5rem;
}
.c-cta::after {
  width: 21rem;
}
.c-cta::before {
  --rotate-base: 180deg;
  --rotate-state: 225deg;
  display: none;
}
.c-cta::before {
  top: -4.25rem;
}
.c-cta::before {
  right: -3.125rem;
}
.c-cta::before {
  width: 9.375rem;
}
.c-cta--primary {
  background-color: var(--backgroundcolor-surface-highlight);
  color: #fff;
  box-shadow: none;
  background: linear-gradient(180deg, var(--gradient-02-start) 0%, var(--gradient-02-end) 100%);
}
.c-cta--primary::after {
  background: linear-gradient(221deg, #ED3829 21.1%, rgba(255, 255, 255, 0) 71.12%);
}
.dark-mode .c-cta--primary::after {
  background: linear-gradient(221deg, #B0000D 21.1%, rgba(255, 255, 255, 0) 71.12%);
}
.c-cta--primary::before {
  background: linear-gradient(221deg, #ED3829 21.1%, rgba(255, 255, 255, 0) 71.12%);
}
.dark-mode .c-cta--primary::before {
  background: linear-gradient(221deg, #B0000D 21.1%, rgba(255, 255, 255, 0) 71.12%);
}
.c-cta--large h2 {
  font-size: 1.75rem;
}
.c-cta--large h2 {
  line-height: 2.3125rem;
}
.c-cta--large h2 {
  margin-bottom: 2rem;
}
.c-cta--large h3 {
  font-size: 1.25rem;
}
.c-cta--large h3 {
  line-height: 1.5rem;
}
.c-cta--large h3 {
  margin-bottom: 0.75rem;
}
.c-cta__content {
  display: grid;
}
.c-cta__content {
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
}
.c-cta__content--1 {
  justify-content: center;
}
.c-cta__content > * {
  position: relative;
}
.c-cta__content > * {
  padding-left: 2rem;
}
.c-cta__content > * {
  padding-right: 2rem;
}
.c-cta__content .c-cta__linkwrapper {
  display: inline-flex;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.45s cubic-bezier(0, 0.615, 0.345, 1);
  overflow: hidden;
  position: relative;
}
.c-cta__content .c-cta__linkwrapper {
  font-size: 1.125rem;
}
.c-cta__content .c-cta__linkwrapper {
  line-height: 1.5rem;
}
.u-background .c-cta__content .c-cta__linkwrapper {
  border-color: #fff;
  color: #fff;
}
.c-cta__content .c-cta__linkwrapper span {
  pointer-events: none;
}
.c-cta__content .c-cta__linkwrapper span,
.c-cta__content .c-cta__linkwrapper input,
.c-cta__content .c-cta__linkwrapper label {
  position: relative;
  z-index: 3;
  padding: 0.5rem 1.5rem 0.5rem 1.5rem;
}
@-moz-document url-prefix() {
  .c-cta__content .c-cta__linkwrapper span,
  .c-cta__content .c-cta__linkwrapper input,
  .c-cta__content .c-cta__linkwrapper label {
    padding: 0.5rem 1.5rem 0.5rem 1.5rem;
  }
}
.c-cta__content .c-cta__linkwrapper:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  background: var(--text-highlight);
  transition: all 0.45s cubic-bezier(0, 0.615, 0.345, 1);
}
.u-background .c-cta__content .c-cta__linkwrapper:before {
  background-color: #fff;
}
.c-cta__content .c-cta__linkwrapper {
  border: 0.0625rem solid var(--text-highlight);
  border-radius: 3.125rem;
  color: var(--text-highlight);
  padding: 0.5rem;
  line-height: 1.2;
}
.c-cta__content .c-cta__linkwrapper span {
  max-width: 0;
  opacity: 0;
  overflow: hidden;
  white-space: nowrap;
  padding: 0;
  transition: max-width 0.3s cubic-bezier(0.5, 0, 0, 1), padding 0.4s cubic-bezier(0.5, 0, 0, 1), opacity 0.3s cubic-bezier(0.5, 0, 0, 1);
}
.c-cta__content .c-cta__linkwrapper::after {
  content: "";
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23CE0D15' d='M20.329 11.66 14.328 5.6a.5.5 0 1 0-.711.702l5.154 5.206H4.027a.5.5 0 1 0 0 1h14.749l-5.158 5.188a.5.5 0 1 0 .709.705l6-6.037a.5.5 0 0 0 .002-.704'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23CE0D15' d='M20.329 11.66 14.328 5.6a.5.5 0 1 0-.711.702l5.154 5.206H4.027a.5.5 0 1 0 0 1h14.749l-5.158 5.188a.5.5 0 1 0 .709.705l6-6.037a.5.5 0 0 0 .002-.704'/%3E%3C/svg%3E");
  -webkit-mask-size: 1.5rem;
  mask-size: 1.5rem;
  background-color: currentColor;
  display: inline-flex;
  width: 1.5rem;
  height: 1.5rem;
}
.c-cta__content .c-cta__linkwrapper--load-more::after, .c-cta__content .c-cta__linkwrapper[href$=".pdf"]::after, .c-cta__content .c-cta__linkwrapper[href$=".doc"]::after, .c-cta__content .c-cta__linkwrapper[href$=".docx"]::after, .c-cta__content .c-cta__linkwrapper[href$=".jpg"]::after, .c-cta__content .c-cta__linkwrapper[href$=".jpeg"]::after, .c-cta__content .c-cta__linkwrapper[href$=".png"]::after, .c-cta__content .c-cta__linkwrapper[href$=".mov"]::after, .c-cta__content .c-cta__linkwrapper[href$=".mp4"]::after, .c-cta__content .c-cta__linkwrapper[href$=".webp"]::after, .c-cta__content .c-cta__linkwrapper[href$=".mp3"]::after, .c-cta__content .c-cta__linkwrapper[href$=".zip"]::after {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cg fill='%23CE0D15'%3E%3Cpath d='M11.639 16.3a.497.497 0 0 0 .704.001l4.54-4.494a.5.5 0 1 0-.703-.711l-3.686 3.649V4a.5.5 0 1 0-1 0v10.747l-3.673-3.65a.5.5 0 1 0-.705.709z'/%3E%3Cpath d='M19.944 15a.5.5 0 0 0-.5.5V20H4.555v-4.5a.5.5 0 1 0-1 0v5a.5.5 0 0 0 .5.5h15.89a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5'/%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cg fill='%23CE0D15'%3E%3Cpath d='M11.639 16.3a.497.497 0 0 0 .704.001l4.54-4.494a.5.5 0 1 0-.703-.711l-3.686 3.649V4a.5.5 0 1 0-1 0v10.747l-3.673-3.65a.5.5 0 1 0-.705.709z'/%3E%3Cpath d='M19.944 15a.5.5 0 0 0-.5.5V20H4.555v-4.5a.5.5 0 1 0-1 0v5a.5.5 0 0 0 .5.5h15.89a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5'/%3E%3C/g%3E%3C/svg%3E");
}
.c-cta__content .c-cta__linkwrapper[href^="http://"]::after, .c-cta__content .c-cta__linkwrapper[href^="https://"]::after {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23CE0D15' d='M18.126 6.384a.5.5 0 0 0-.497-.499L9.1 5.842h-.003a.5.5 0 0 0-.002 1l7.324.037L5.994 17.304a.5.5 0 1 0 .707.707L17.13 7.582l.022 7.316a.5.5 0 0 0 .5.499h.002a.5.5 0 0 0 .498-.502z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23CE0D15' d='M18.126 6.384a.5.5 0 0 0-.497-.499L9.1 5.842h-.003a.5.5 0 0 0-.002 1l7.324.037L5.994 17.304a.5.5 0 1 0 .707.707L17.13 7.582l.022 7.316a.5.5 0 0 0 .5.499h.002a.5.5 0 0 0 .498-.502z'/%3E%3C/svg%3E");
}
.c-cta__content .c-cta__linkwrapper {
  margin-top: 0.75rem;
}
.c-cta .c-check-list {
  display: flex;
  flex-direction: column;
  padding-left: 0;
}
.c-cta .c-check-list li::before {
  margin-top: -1rem;
  display: inline-flex;
  position: relative;
  left: -1rem;
  top: 0.5rem;
}
.c-cta .c-check-list li:not(:last-child) {
  margin-bottom: 1.25rem;
}
.c-cta ul:not([class]) li::before {
  margin-top: 0;
  display: inline-flex;
  position: relative;
  left: -1rem;
  top: -0.2rem;
}
.c-cta ol:not([class]) li::before {
  margin-top: 0;
  display: inline-flex;
  position: relative;
  left: -1rem;
  top: 0rem;
  justify-content: flex-end;
}

.c-bento-list__items {
  display: grid;
}
.c-bento-list__items {
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
}
.c-bento-list__items {
  gap: 1.25rem;
}
.c-bento-list__item {
  display: grid;
  grid-column: span 1;
}

.c-page-toggler {
  display: flex;
  overflow: auto;
}
.c-page-toggler {
  margin-left: -1.25rem;
}
.c-page-toggler {
  margin-right: -1.25rem;
}
.c-page-toggler__items {
  display: inline-flex;
  position: relative;
  overflow: clip;
  margin-bottom: 0.25rem;
  background-color: var(--backgroundcolor-surface-secondary);
  padding: 0.25rem;
  border-radius: 50000px;
}
.c-page-toggler__items {
  margin-left: 1.25rem;
}
.c-page-toggler__items {
  margin-right: 1.25rem;
}
.c-page-toggler__items::after {
  content: "";
  position: absolute;
  top: 0;
  width: 36px;
  height: 100%;
  z-index: 5;
  background: linear-gradient(90deg, rgba(var(--global-bg), 0) 0%, rgba(var(--global-bg), 1) 42%);
}
.c-page-toggler__items::after {
  width: 2.1875rem;
}
.c-page-toggler__items::after {
  right: -1.25rem;
}
.c-page-toggler__item {
  height: 2.625rem;
  display: flex;
  align-items: center;
}
.c-page-toggler__link {
  display: inline-flex;
  position: relative;
  z-index: 1;
  white-space: nowrap;
  align-items: center;
  height: 2.625rem;
  cursor: pointer;
}
.c-page-toggler__link {
  font-size: 1.125rem;
}
.c-page-toggler__link {
  line-height: 1.5rem;
}
.c-page-toggler__link {
  padding-left: 0.75rem;
}
.c-page-toggler__link {
  padding-right: 0.75rem;
}
.c-page-toggler__link {
  padding-top: 0.25rem;
}
.c-page-toggler__link {
  padding-bottom: 0.25rem;
}
.c-page-toggler__link {
  border-radius: 50000px;
}
.c-page-toggler__link.is-active {
  color: var(--brand-01);
}
.dark-mode .c-page-toggler__link.is-active {
  color: var(--brand-01);
}
.c-page-toggler__link span {
  pointer-events: none;
}
.c-page-toggler--small {
  margin-right: 0;
  margin-left: 0;
  overflow: visible;
}
.c-page-toggler--small .c-page-toggler__link {
  justify-content: center;
  min-width: 2.625rem;
}
.c-page-toggler--small .c-page-toggler__link {
  padding-left: 0.25rem;
}
.c-page-toggler--small .c-page-toggler__link {
  padding-right: 0.25rem;
}
.dark-mode .c-page-toggler--small .c-page-toggler__link {
  color: var(--text-primary);
}
.c-page-toggler--small::before, .c-page-toggler--small::after {
  display: none;
}
.c-page-toggler--small .c-page-toggler__items {
  margin-right: 0;
  margin-left: 0;
}

.c-sticky-cta {
  display: flex;
  top: calc((var(--sticky-height) + 1vh) * -1);
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 600;
  transition: all 0.65s cubic-bezier(0, 0.615, 0.345, 1);
}
.c-sticky-cta__container {
  width: 100%;
}
.c-sticky-cta__inner {
  display: block;
  width: 100%;
  background-color: var(--backgroundcolor-surface-primary);
}
.c-sticky-cta__inner {
  padding-top: 1.25rem;
}
.c-sticky-cta__inner {
  padding-bottom: 1.25rem;
}
.c-sticky-cta__inner {
  padding-left: 1.25rem;
}
.c-sticky-cta__inner {
  padding-right: 1.25rem;
}
.c-sticky-cta__inner {
  box-shadow: -12px -12px 18px 0 var(--effect-glow, rgba(255, 255, 255, 0.03)), 12px 12px 24px 0 var(--effect-shadow, rgba(0, 0, 0, 0.4));
}
.scroll-header .c-sticky-cta {
  top: 0;
}
.c-sticky-cta h2 {
  font-size: 1.5rem;
}
.c-sticky-cta h2 {
  line-height: 1.875rem;
}
.c-sticky-cta h2 {
  margin-bottom: 0.75rem;
}
.c-sticky-cta .c-btn {
  margin: 0;
}
.c-product-list h2 {
  font-size: 1.75rem;
}
.c-product-list h2 {
  line-height: 2.3125rem;
}
.c-product-list__items {
  display: grid;
  grid-template-columns: 1fr;
}
.c-product-list__items {
  gap: 1.25rem;
}
.c-product-list--fourcol .c-product-list__items {
  grid-template-columns: 1fr;
}
.c-contact-teasers__items {
  display: grid;
}
.c-contact-teasers__items {
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
}

.c-stacking-card {
  position: relative;
}
.c-stacking-card h2 {
  margin-bottom: 0;
}
.c-stacking-card h2 {
  padding-bottom: 1.25rem;
}
.c-stacking-card:has(.hide-sticky) h2 {
  position: relative;
  top: 0;
}
.c-stacking-card__list {
  --card-spacing: 50px;
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-rows: repeat(calc(var(--card-maxcount)), calc(var(--card-minheight)));
  min-height: calc(var(--card-maxcount) * var(--card-minheight));
}
.c-stacking-card__list {
  margin-left: -2rem;
}
.c-stacking-card__list {
  margin-right: -2rem;
}
.c-stacking-card__list.hide-sticky {
  row-gap: 1.25rem;
}
.c-stacking-card__list:not(.hide-sticky):has(> *:nth-child(1)) {
  --card-count: 1;
}
.c-stacking-card__list:not(.hide-sticky) .c-stacking-card__item:nth-child(1n) {
  top: 0;
  z-index: 3;
}
.sticky-active .c-stacking-card__list:not(.hide-sticky) .c-stacking-card__item:nth-child(1n) {
  top: calc(var(--scta, 0));
}
.c-stacking-card__list:not(.hide-sticky):has(> *:nth-child(2)) {
  --card-count: 2;
}
.c-stacking-card__list:not(.hide-sticky) .c-stacking-card__item:nth-child(2n) {
  top: 0;
  z-index: 4;
}
.sticky-active .c-stacking-card__list:not(.hide-sticky) .c-stacking-card__item:nth-child(2n) {
  top: calc(var(--scta, 0));
}
.c-stacking-card__list:not(.hide-sticky):has(> *:nth-child(3)) {
  --card-count: 3;
}
.c-stacking-card__list:not(.hide-sticky) .c-stacking-card__item:nth-child(3n) {
  top: 0;
  z-index: 5;
}
.sticky-active .c-stacking-card__list:not(.hide-sticky) .c-stacking-card__item:nth-child(3n) {
  top: calc(var(--scta, 0));
}
.c-stacking-card__list:not(.hide-sticky):has(> *:nth-child(4)) {
  --card-count: 4;
}
.c-stacking-card__list:not(.hide-sticky) .c-stacking-card__item:nth-child(4n) {
  top: 0;
  z-index: 6;
}
.sticky-active .c-stacking-card__list:not(.hide-sticky) .c-stacking-card__item:nth-child(4n) {
  top: calc(var(--scta, 0));
}
.c-stacking-card__list:not(.hide-sticky):has(> *:nth-child(5)) {
  --card-count: 5;
}
.c-stacking-card__list:not(.hide-sticky) .c-stacking-card__item:nth-child(5n) {
  top: 0;
  z-index: 7;
}
.sticky-active .c-stacking-card__list:not(.hide-sticky) .c-stacking-card__item:nth-child(5n) {
  top: calc(var(--scta, 0));
}
.c-stacking-card__list:not(.hide-sticky):has(> *:nth-child(6)) {
  --card-count: 6;
}
.c-stacking-card__list:not(.hide-sticky) .c-stacking-card__item:nth-child(6n) {
  top: 0;
  z-index: 8;
}
.sticky-active .c-stacking-card__list:not(.hide-sticky) .c-stacking-card__item:nth-child(6n) {
  top: calc(var(--scta, 0));
}
.c-stacking-card__list:not(.hide-sticky):has(> *:nth-child(7)) {
  --card-count: 7;
}
.c-stacking-card__list:not(.hide-sticky) .c-stacking-card__item:nth-child(7n) {
  top: 0;
  z-index: 9;
}
.sticky-active .c-stacking-card__list:not(.hide-sticky) .c-stacking-card__item:nth-child(7n) {
  top: calc(var(--scta, 0));
}
.c-stacking-card__list:not(.hide-sticky):has(> *:nth-child(8)) {
  --card-count: 8;
}
.c-stacking-card__list:not(.hide-sticky) .c-stacking-card__item:nth-child(8n) {
  top: 0;
  z-index: 10;
}
.sticky-active .c-stacking-card__list:not(.hide-sticky) .c-stacking-card__item:nth-child(8n) {
  top: calc(var(--scta, 0));
}
.c-stacking-card__list:not(.hide-sticky):has(> *:nth-child(9)) {
  --card-count: 9;
}
.c-stacking-card__list:not(.hide-sticky) .c-stacking-card__item:nth-child(9n) {
  top: 0;
  z-index: 11;
}
.sticky-active .c-stacking-card__list:not(.hide-sticky) .c-stacking-card__item:nth-child(9n) {
  top: calc(var(--scta, 0));
}
.c-stacking-card__list:not(.hide-sticky):has(> *:nth-child(10)) {
  --card-count: 10;
}
.c-stacking-card__list:not(.hide-sticky) .c-stacking-card__item:nth-child(10n) {
  top: 0;
  z-index: 12;
}
.sticky-active .c-stacking-card__list:not(.hide-sticky) .c-stacking-card__item:nth-child(10n) {
  top: calc(var(--scta, 0));
}
.c-stacking-card__list:not(.hide-sticky) .c-stacking-card__item:first-child {
  top: 0;
}
.c-stacking-card__item {
  position: sticky;
  z-index: 5;
  max-width: 100vw;
  background-color: var(--backgroundcolor-surface-secondary);
  box-shadow: 0 -12px 20px 0 rgba(0, 0, 0, 0.08);
}
.c-stacking-card__item {
  border-radius: 0.75rem;
}
.c-stacking-card__item .table-wrapper,
.c-stacking-card__item .table {
  max-width: var(--sch);
}
.c-stacking-card__inner {
  display: flex;
  flex-direction: column;
  background-color: var(--backgroundcolor-surface-secondary);
  min-height: var(--card-minheight);
}
.c-stacking-card__inner {
  border-radius: 0.75rem;
}
.c-stacking-card__head {
  display: grid;
}
.c-stacking-card__head {
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
}
.c-stacking-card__head {
  padding-top: 1.25rem;
}
.c-stacking-card__head {
  padding-bottom: 1.25rem;
}
.c-stacking-card__head h3 {
  color: var(--text-color);
  grid-column: span 7;
  margin-top: 0;
}
.c-stacking-card__number {
  color: #CE0D15;
  padding-bottom: 0.25rem;
}
.c-stacking-card__content {
  display: flex;
  flex-direction: column;
}
.c-stacking-card__content {
  padding-bottom: 2rem;
}
.c-stacking-card__content {
  padding-left: 2rem;
}
.c-stacking-card__content {
  padding-right: 2rem;
}
.c-stacking-card__body {
  display: grid;
}
.c-stacking-card__body {
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
}
.c-stacking-card__body .c-richtext {
  grid-column: 2/8 !important;
}
.c-stacking-card .c-stacking-card__list.hide-sticky {
  grid-template-columns: auto;
}
.c-stacking-card .c-stacking-card__list.hide-sticky .c-stacking-card__inner {
  min-height: auto;
}
.c-stacking-card .c-stacking-card__list.hide-sticky .c-stacking-card__item {
  position: relative;
}
.c-stacking-card .c-stacking-card__list.hide-sticky .c-stacking-card__content {
  padding-bottom: 1.25rem;
}
.c-stacking-card::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 200px;
  background-color: var(--global-bg);
  left: 0;
  width: 100%;
  z-index: 2;
}
.c-comparison-table {
  position: relative;
}
.c-comparison-table h2 {
  margin-bottom: 1.25rem;
}
.c-comparison-table__inner {
  position: relative;
  overflow: hidden;
}
.c-comparison-table__inner {
  margin-left: -0.9375rem;
}
.c-comparison-table__inner {
  margin-right: -0.9375rem;
}
.c-comparison-table__inner {
  margin-top: -2.5rem;
}
.c-comparison-table__inner {
  padding-top: 2.5rem;
}
.c-comparison-table__inner::after {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: 3;
  right: 0;
  background: linear-gradient(270deg, var(--global-bg) 0%, rgba(245, 245, 245, 0) 100%);
}
.c-comparison-table__inner::after {
  width: 1.25rem;
}
.c-comparison-table__inner::before {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: 3;
  left: 0;
  background: linear-gradient(270deg, rgba(245, 245, 245, 0) 0%, var(--global-bg) 100%);
}
.c-comparison-table__inner::before {
  width: 1.25rem;
}

.c-searchbar {
  display: flex;
  justify-content: center;
}
.c-searchbar__search {
  text-align: left;
  width: 100%;
  cursor: pointer;
  transition: all 0.45s cubic-bezier(0, 0, 0, 1);
}
.c-searchbar__search {
  padding-right: 1.25rem;
}
.c-searchbar__search {
  padding-left: 1.25rem;
}
.c-searchbar__search {
  margin-right: -1.25rem;
}
.c-searchbar__search {
  margin-left: -1.25rem;
}
.c-searchbar__search {
  padding-top: 0.75rem;
}
.c-searchbar__search {
  padding-bottom: 0.75rem;
}
.c-searchbar__search {
  border-radius: 50000px;
}
.c-searchbar__search span {
  position: relative;
  display: block;
  width: 100%;
  line-height: 1;
  border-bottom: 1px solid var(--border-primary);
  transition: all 0.45s cubic-bezier(0, 0, 0, 1);
  font-weight: 300;
}
.c-searchbar__search span {
  padding-top: 0.0625rem;
}
.c-searchbar__search span {
  padding-bottom: 0.0625rem;
}
.c-searchbar__search span {
  font-size: 1.125rem;
}
.c-searchbar__search span {
  line-height: 1.5rem;
}
.c-searchbar__search span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23CE0D15' d='m21.103 19.897-3.916-3.917a7.95 7.95 0 0 0 1.563-4.73c0-4.411-3.59-8-8-8s-8 3.589-8 8 3.589 8 8 8c2.28 0 4.335-.964 5.794-2.5l3.852 3.854a.5.5 0 0 0 .707 0 .5.5 0 0 0 0-.707M10.75 18.25c-3.86 0-7-3.14-7-7s3.14-7 7-7 7 3.14 7 7-3.14 7-7 7'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23CE0D15' d='m21.103 19.897-3.916-3.917a7.95 7.95 0 0 0 1.563-4.73c0-4.411-3.59-8-8-8s-8 3.589-8 8 3.589 8 8 8c2.28 0 4.335-.964 5.794-2.5l3.852 3.854a.5.5 0 0 0 .707 0 .5.5 0 0 0 0-.707M10.75 18.25c-3.86 0-7-3.14-7-7s3.14-7 7-7 7 3.14 7 7-3.14 7-7 7'/%3E%3C/svg%3E");
  background-color: var(--text-color);
  -webkit-mask-position: right;
  mask-position: right;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 1.5rem;
  height: 1.5rem;
}

/*
Cookie Bot
*/
#CybotCookiebotGpcToast {
  display: none;
}

#CybotCookiebotDialog {
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.2) !important;
  background-color: var(--global-bg) !important;
  color: var(--text-color) !important;
}
#CybotCookiebotDialog #CybotCookiebotDialogHeader {
  display: none;
}
#CybotCookiebotDialog #CybotCookiebotDialogDetailBody, #CybotCookiebotDialog #CybotCookiebotDialogBody {
  box-sizing: border-box;
  max-width: 1224px;
}
#CybotCookiebotDialog #CybotCookiebotDialogBody {
  padding: 20px 5px 25px;
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyContent {
  padding: 12px 0 8px;
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyContentTitle {
  color: var(--text-color) !important;
  display: block;
  float: none;
  font-family: Segoe UI, Arial, Helvetica, Verdana, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4;
  margin: 2px 0 8px;
  padding: 0;
  position: static;
  text-align: left;
  visibility: visible;
  word-wrap: break-word;
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyContentText {
  font-size: 0.8125rem;
  line-height: 1.0625rem;
  letter-spacing: 0.5px;
  font-weight: 400;
  color: #383839;
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper {
  width: 100%;
  padding: 10px 0 20px;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#CybotCookiebotDialog .CybotCookiebotDialogBodyButton {
  display: inline-flex !important;
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1.4375rem;
  letter-spacing: 0.4px;
  font-weight: 400;
  min-height: auto;
  min-width: 140px;
  padding: 5px 15px 6px;
  margin: 0 5px 5px;
  border: 1px solid currentcolor;
  border-radius: 50px;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
  color: #FFFFFF;
  justify-content: center;
  align-items: center;
  height: auto;
  margin: 0 !important;
  transition: color 300ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 300ms cubic-bezier(0.165, 0.84, 0.44, 1), border-color 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
#CybotCookiebotDialog .CybotCookiebotDialogBodyButton:last-child {
  margin-right: 0;
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection,
#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll,
#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  color: #383839;
  background-color: #FFFFFF;
  border-color: #D6D7D8;
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection:hover, #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection:active,
#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll:hover,
#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll:active,
#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll:hover,
#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll:active {
  color: #FFFFFF;
  background-color: #E32118;
  border-color: #E32118;
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll {
  order: 3;
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
  order: 2;
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  order: 1;
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonsSelectPane, #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelDetailsWrapper {
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0.5px;
  font-weight: 400;
  border: 0;
  background-color: transparent;
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelDetailsWrapper {
  display: flex;
  justify-content: flex-end;
  flex-shrink: 0;
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelDetailsButton {
  font-size: 14px;
  line-height: 1.5;
  background-image: none !important;
  position: relative;
  margin: 0;
}
#CybotCookiebotDialog #CybotCookiebotDialogDetailBody {
  padding: 0 12px;
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonsRow {
  display: flex;
  justify-content: space-between;
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonsSelectPane {
  width: 100%;
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonsSelectPane input {
  display: inline-block;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.8px;
  font-weight: 400;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #383839;
  max-width: 100%;
  transition: border-color 0.2s ease-out;
  outline: none;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  flex: 0 0 auto;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  height: 20px;
  width: 20px;
  min-width: 0;
  border: none;
  margin: 0;
  padding: 0;
  opacity: 1;
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonsSelectPane input::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  /*border: 1px solid #D6D7D8;*/
  border-radius: 2px;
  background-color: #FFFFFF;
  z-index: 99999;
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonsSelectPane input::after {
  content: "";
  display: block;
  position: absolute;
  box-sizing: content-box;
  top: 3px;
  left: 7px;
  border-bottom: 1px solid #383839;
  border-right: 1px solid #383839;
  width: 5px;
  height: 10px;
  transform: rotate(45deg) scale(0);
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonsSelectPane input:checked:after {
  animation: toggleOnCheckbox 0.3s ease forwards;
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonsSelectPane label {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.8px;
  font-weight: 400;
  color: #383839;
  outline: none;
  cursor: pointer;
  padding-left: 4px;
  background-image: none !important;
}
#CybotCookiebotDialog thead th {
  font-size: 14px;
  line-height: 1.231;
  font-weight: 700;
  padding-left: 6px;
}

#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonsSelectPane input::before {
  background-color: transparent !important;
}

#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a,
#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a:after {
  color: var(--text-highlight) !important;
}

#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a:after {
  border-color: var(--text-highlight) !important;
}

#CybotCookiebotDialog input:checked + .CybotCookiebotDialogBodyLevelButtonSlider {
  background-color: var(--backgroundcolor-surface-highlight) !important;
}

#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
  display: inline-flex;
  background-color: transparent;
  border: 0.0625rem solid var(--text-highlight) !important;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0, 0.615, 0.345, 1);
  color: var(--text-highlight) !important;
  overflow: hidden;
  position: relative;
  background-color: transparent !important;
  border-radius: 3.125rem !important;
  padding: 0.5rem 1.5rem 0.5rem 1.5rem !important;
  font-size: 1rem;
  line-height: 1.25rem;
  border-radius: 3.125rem;
}

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  background-color: transparent !important;
  color: var(--text-highlight) !important;
}

#CybotCookiebotDialogBodyButtonsWrapper {
  gap: 0.75rem;
}
#CybotCookiebotDialog form input[type=checkbox][disabled]:checked + .CybotCookiebotDialogBodyLevelButtonSlider {
  background-color: var(--placehoder-color) !important;
}

#CybotCookiebotBannerCloseButtonE2E svg {
  fill: var(--text-color) !important;
}

.CybotCookiebotFader,
.CybotCookiebotFader.CybotCookiebotDialogActive {
  background-image: linear-gradient(to top, var(--global-bg), rgba(255, 255, 255, 0)) !important;
}

#CybotCookiebotDialog .CybotCookiebotScrollContainer .CybotCookiebotScrollbarContainer {
  background: transparent !important;
}

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonCustomize .CybotCookiebotDialogArrow,
#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonIABContainerToggleHide, #CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow, #CybotCookiebotDialog a:after, #CybotCookiebotDialog a:before, #CybotCookiebotDialog button:after, #CybotCookiebotDialog button:before,
#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonIABContainerToggleHide, #CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow, #CybotCookiebotDialog a:after, #CybotCookiebotDialog a:before, #CybotCookiebotDialog button:after, #CybotCookiebotDialog button:before {
  border-color: currentColor !important;
}

#CybotCookiebotDialog #CybotCookiebotDialogBodyContentText,
#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonsSelectPane label,
#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink,
#CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieProvider:not(.CybotCookiebotDialogDetailBodyContentCookieInfoCount) {
  color: var(--text-color) !important;
}

.dark-mode #CybotCookiebotDialog .CybotExternalLinkArrow {
  filter: invert(1) !important;
}

#CybotCookiebotDialogTabContent .CybotCookiebotDialogDetailBulkConsentCount {
  background-color: var(--backgroundcolor-surface-secondary) !important;
}

#CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieGroup:not(.open):hover {
  background-color: var(--global-bg) !important;
  box-shadow: -12px -12px 18px 0 var(--effect-glow, rgba(255, 255, 255, 0.03)), 12px 12px 24px 0 var(--effect-shadow, rgba(0, 0, 0, 0.4));
}

#CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieGroup {
  margin-bottom: 1.2em !important;
}

#CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieInfo {
  background-color: var(--global-bg) !important;
}

#CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieGroup.open {
  background-color: var(--global-bg) !important;
  box-shadow: -12px -12px 18px 0 var(--effect-glow, rgba(255, 255, 255, 0.03)), 12px 12px 24px 0 var(--effect-shadow, rgba(0, 0, 0, 0.4));
}

@keyframes toggleOnCheckbox {
  0% {
    opacity: 0;
    transform: rotate(45deg) scale(0);
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: rotate(45deg) scale(1);
  }
}

@media (hover: hover) and (pointer: fine) and (min-width: 20em){
  .c-slider__scrollbar {
    padding-left: calc(1.125rem + 6.375 * (100vw - 20rem) / 70);
  }
  .c-slider__scrollbar {
    padding-right: calc(1.125rem + 6.375 * (100vw - 20rem) / 70);
  }
}

@media (min-width: 20em){
  address,
  blockquote,
  table,
  figure,
  form,
  fieldset,
  legend,
  pre,
  dl,
  ul,
  ol,
  hr,
  p {
    margin-bottom: calc(1rem + 1 * (100vw - 20rem) / 70);
  }
  .l-container--default, .c-cookieconsent__container {
    padding-left: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
  }
  .l-container--default, .c-cookieconsent__container {
    padding-right: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
  }
  .l-page {
    font-size: calc(1.125rem + 0.125 * (100vw - 20rem) / 70);
  }
  .l-page {
    line-height: calc(1.875rem + 0.125 * (100vw - 20rem) / 70);
  }
  .u-gap-top-zero {
    padding-top: calc(0 + 0 * (100vw - 20rem) / 70);
  }
  .u-gap-bottom-zero {
    padding-bottom: calc(0 + 0 * (100vw - 20rem) / 70);
  }
  .u-gap-top-small {
    padding-top: calc(0.75rem + 1.25 * (100vw - 20rem) / 70);
  }
  .u-gap-bottom-small {
    padding-bottom: calc(0.75rem + 1.25 * (100vw - 20rem) / 70);
  }
  .u-gap-top-default {
    padding-top: calc(3.75rem + 2.25 * (100vw - 20rem) / 70);
  }
  .u-gap-bottom-default {
    padding-bottom: calc(3.75rem + 2.25 * (100vw - 20rem) / 70);
  }
  .u-text-lead {
    font-size: calc(1.375rem + 0.125 * (100vw - 20rem) / 70);
  }
  .u-text-lead {
    line-height: calc(2rem + 0.25 * (100vw - 20rem) / 70);
  }
  blockquote p:first-child {
    font-size: calc(1.75rem + 0.75 * (100vw - 20rem) / 70);
  }
  blockquote p:first-child {
    line-height: calc(2.3125rem + 0.8125 * (100vw - 20rem) / 70);
  }
  .c-btn {
    font-size: calc(1.125rem + 0 * (100vw - 20rem) / 70);
  }
  .c-btn {
    line-height: calc(1.5rem + 0.125 * (100vw - 20rem) / 70);
  }
  h1 {
    font-size: calc(1.75rem + 1.25 * (100vw - 20rem) / 70);
  }
  h1 {
    line-height: calc(1.75rem + 1.25 * (100vw - 20rem) / 70);
  }
  h2 {
    font-size: calc(1.75rem + 0.75 * (100vw - 20rem) / 70);
  }
  h2 {
    line-height: calc(2.3125rem + 0.8125 * (100vw - 20rem) / 70);
  }
  h2 {
    margin-bottom: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  h2:not(:first-child) {
    margin-top: calc(1.25rem + 0.75 * (100vw - 20rem) / 70);
  }
  h3 {
    font-size: calc(1.5rem + 0.25 * (100vw - 20rem) / 70);
  }
  h3 {
    line-height: calc(1.875rem + 0.25 * (100vw - 20rem) / 70);
  }
  h3 {
    margin-bottom: calc(0.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  h3:not(:first-child) {
    padding-top: calc(0.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  h4 {
    font-size: calc(1.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  h4 {
    line-height: calc(1.5rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-logo {
    height: calc(3.5625rem + 0.3125 * (100vw - 20rem) / 70);
  }
  .table {
    margin-right: calc(-1.25rem + -3.75 * (100vw - 20rem) / 70);
  }
  .table {
    padding-right: calc(1.25rem + 3.75 * (100vw - 20rem) / 70);
  }
  .table {
    margin-left: calc(-1.25rem + -3.75 * (100vw - 20rem) / 70);
  }
  .table {
    padding-left: calc(1.25rem + 3.75 * (100vw - 20rem) / 70);
  }
  .table {
    padding-bottom: calc(1.25rem + 0.75 * (100vw - 20rem) / 70);
  }
  .table-wrapper::before, .table-wrapper::after {
    width: calc(2.1875rem + 3.4375 * (100vw - 20rem) / 70);
  }
  .table-wrapper::after {
    right: calc(-1.25rem + -3.75 * (100vw - 20rem) / 70);
  }
  .table-wrapper::before {
    width: calc(1.5625rem + 4.0625 * (100vw - 20rem) / 70);
  }
  .table-wrapper::before {
    left: calc(-1.25rem + -3.75 * (100vw - 20rem) / 70);
  }
  table th,
  table td {
    padding-top: calc(0.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  table th,
  table td {
    padding-bottom: calc(0.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  table th,
  table td {
    padding-left: calc(0.5rem + 0.25 * (100vw - 20rem) / 70);
  }
  table th,
  table td {
    padding-right: calc(0.5rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-text-grid h3 {
    font-size: calc(1.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-text-grid h3 {
    line-height: calc(1.5rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-text-grid__item {
    -moz-column-gap: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
    column-gap: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
  }
  .c-breadcrumb__items {
    gap: calc(0.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-breadcrumb__item {
    gap: calc(0.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-breadcrumb__item::after {
    width: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-breadcrumb__item::after {
    height: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  figure figcaption {
    gap: calc(0.5rem + 0.25 * (100vw - 20rem) / 70);
  }
  figure figcaption {
    padding-top: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  figure figcaption {
    padding-left: calc(0.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-step-item {
    -moz-column-gap: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
    column-gap: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
  }
  .c-step-item__counter {
    font-size: calc(1.5rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-step-item__counter {
    line-height: calc(1.875rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-step-item__counter::after {
    top: calc(1.25rem + 0.75 * (100vw - 20rem) / 70);
  }
  .c-step-item__content {
    border-radius: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-step-item__content {
    padding: calc(1.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-step-item__content .c-richtext p:not(:last-child) {
    margin-bottom: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-check-list {
    font-size: calc(1.125rem + 0 * (100vw - 20rem) / 70);
  }
  .c-check-list {
    line-height: calc(1.5rem + 0.125 * (100vw - 20rem) / 70);
  }
  .c-download h3 {
    font-size: calc(1.75rem + 0.75 * (100vw - 20rem) / 70);
  }
  .c-download h3 {
    line-height: calc(2.3125rem + 0.8125 * (100vw - 20rem) / 70);
  }
  .c-download h3 {
    margin-bottom: calc(1.25rem + 0.75 * (100vw - 20rem) / 70);
  }
  .c-download__items li {
    padding-bottom: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-openlist li {
    padding-bottom: calc(0.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-tooltip {
    margin-top: calc(1.25rem + 0.75 * (100vw - 20rem) / 70);
  }
  .c-tooltip {
    font-size: calc(1.125rem + 0 * (100vw - 20rem) / 70);
  }
  .c-tooltip {
    line-height: calc(1.5rem + 0.125 * (100vw - 20rem) / 70);
  }
  .c-tooltip__item {
    padding-top: calc(0.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-tooltip__item {
    padding-bottom: calc(0.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-tooltip__item {
    padding-left: calc(1.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-tooltip__item {
    padding-right: calc(1.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-tooltip__item {
    gap: calc(0.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-tag {
    padding-top: calc(0.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-tag {
    padding-bottom: calc(0.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-tag {
    padding-left: calc(0.5rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-tag {
    padding-right: calc(0.5rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-tag--ki {
    padding-top: calc(0.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-tag--ki {
    padding-bottom: calc(0.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-tag--ki {
    padding-left: calc(0.5rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-tag--ki {
    padding-right: calc(0.5rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-cookieconsent__buttons button {
    font-size: calc(1.125rem + 0 * (100vw - 20rem) / 70);
  }
  .c-cookieconsent__buttons button {
    line-height: calc(1.5rem + 0.125 * (100vw - 20rem) / 70);
  }
  .c-infobar__container {
    padding-left: calc(1.25rem + 0.75 * (100vw - 20rem) / 70);
  }
  .c-infobar__container {
    padding-right: calc(1.25rem + 0.75 * (100vw - 20rem) / 70);
  }
  .c-infobar__container {
    padding-top: calc(1.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-infobar__container {
    padding-bottom: calc(1.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-infobar__container {
    border-bottom-left-radius: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-infobar__container {
    border-bottom-right-radius: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-infobar__close {
    margin-left: calc(1.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  .l-content__infobar--top .c-infobar .c-infobar__text {
    gap: calc(1.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  .l-content__infobar--top .c-infobar .c-infobar__text-inner {
    gap: calc(0.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  .l-content__infobar--bottom .c-infobar {
    padding-top: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
  }
  .l-content__infobar--bottom .c-infobar {
    padding-left: calc(1.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  .l-content__infobar--bottom .c-infobar {
    padding-right: calc(1.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  .scroll-down .l-content__infobar--bottom .c-infobar {
    padding-bottom: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
  }
  .l-content__infobar--bottom .c-infobar .c-infobar__container {
    padding-left: calc(2rem + 1.25 * (100vw - 20rem) / 70);
  }
  .l-content__infobar--bottom .c-infobar .c-infobar__container {
    padding-right: calc(2rem + 1.25 * (100vw - 20rem) / 70);
  }
  .l-content__infobar--bottom .c-infobar .c-infobar__container {
    padding-top: calc(1.25rem + 0.75 * (100vw - 20rem) / 70);
  }
  .l-content__infobar--bottom .c-infobar .c-infobar__container {
    padding-bottom: calc(1.25rem + 0.75 * (100vw - 20rem) / 70);
  }
  .l-content__infobar--bottom .c-infobar .c-infobar__container {
    border-radius: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-menu--meta .c-menu__list {
    -moz-column-gap: calc(1.25rem + 0.25 * (100vw - 20rem) / 70);
    column-gap: calc(1.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-menu--meta .c-menu__list {
    row-gap: calc(0.75rem + 0.75 * (100vw - 20rem) / 70);
  }
  .c-menu--top .c-menu__list, .c-menu--fastnav .c-menu__list {
    -moz-column-gap: calc(1.25rem + 0.25 * (100vw - 20rem) / 70);
    column-gap: calc(1.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-menu--top .c-menu__list, .c-menu--fastnav .c-menu__list {
    row-gap: calc(0.75rem + 0.75 * (100vw - 20rem) / 70);
  }
  .c-menu--top .c-menu__link svg, .c-menu--fastnav .c-menu__link svg {
    margin-right: calc(0.0625rem + 0.1875 * (100vw - 20rem) / 70);
  }
  .c-menu--support {
    border-radius: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-menu--support {
    margin-top: calc(0.0625rem + 2.5625 * (100vw - 20rem) / 70);
  }
  .c-menu--support .c-menu__list {
    padding: calc(1.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-slider img,
  .c-slider .l-embed .c-video__button,
  .c-slider .l-embed .c-video__placeholder {
    border-radius: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-slider__pagination {
    padding-top: calc(1.25rem + 0.75 * (100vw - 20rem) / 70);
  }
  .c-slider__pagination span {
    width: calc(1rem + -0.25 * (100vw - 20rem) / 70);
  }
  .c-slider__pagination span {
    height: calc(1rem + -0.25 * (100vw - 20rem) / 70);
  }
  .c-slider__pagination span.is-active {
    height: calc(1rem + -0.25 * (100vw - 20rem) / 70);
  }
  .c-slider--comparison.swiper {
    padding-right: calc(1.25rem + 6.25 * (100vw - 20rem) / 70);
  }
  .c-slider--comparison.swiper {
    padding-left: calc(1.25rem + 6.25 * (100vw - 20rem) / 70);
  }
  .c-slider--comparison.swiper .c-slider__pagination {
    padding-right: calc(1.25rem + 6.25 * (100vw - 20rem) / 70);
  }
  .c-slider--comparison.swiper .c-slider__pagination {
    top: calc(-2.5rem + -1.125 * (100vw - 20rem) / 70);
  }
  .c-video__button::after {
    width: calc(4rem + 4 * (100vw - 20rem) / 70);
  }
  .c-video__button::after {
    height: calc(4rem + 4 * (100vw - 20rem) / 70);
  }
  .c-richtext h2 {
    font-size: calc(1.5rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-richtext h2 {
    line-height: calc(1.875rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-richtext h3 {
    font-size: calc(1.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-richtext h3 {
    line-height: calc(1.5rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-richtext h3 {
    margin-bottom: calc(0.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-richtext h3:not(:first-child) {
    padding-top: calc(0.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-richtext h4 {
    font-size: calc(1.125rem + 0.125 * (100vw - 20rem) / 70);
  }
  .c-richtext h4 {
    line-height: calc(1.375rem + 0.125 * (100vw - 20rem) / 70);
  }
  .c-textmedia {
    -moz-column-gap: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
    column-gap: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
  }
  .c-textmedia {
    border-radius: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-textmedia {
    padding-top: calc(3.25rem + 2 * (100vw - 20rem) / 70);
  }
  .c-textmedia {
    padding-bottom: calc(3.25rem + 2 * (100vw - 20rem) / 70);
  }
  .c-textmedia {
    padding-left: calc(2rem + 1.25 * (100vw - 20rem) / 70);
  }
  .c-textmedia {
    padding-right: calc(2rem + 1.25 * (100vw - 20rem) / 70);
  }
  .c-textmedia__title {
    font-size: calc(1.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-textmedia__title {
    line-height: calc(1.5rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-textmedia__subtitle {
    font-size: calc(1.125rem + 0 * (100vw - 20rem) / 70);
  }
  .c-textmedia__subtitle {
    line-height: calc(1.5rem + 0.125 * (100vw - 20rem) / 70);
  }
  .c-textmedia__media-list {
    padding-top: calc(1.25rem + 0.75 * (100vw - 20rem) / 70);
  }
  .c-textmedia__text {
    padding-bottom: calc(1.25rem + 0.75 * (100vw - 20rem) / 70);
  }
  .c-textmedia::after {
    bottom: calc(-11.875rem + -6.875 * (100vw - 20rem) / 70);
  }
  .c-textmedia::after {
    right: calc(-11.875rem + -6.875 * (100vw - 20rem) / 70);
  }
  .c-textmedia::after {
    width: calc(26.875rem + 18.125 * (100vw - 20rem) / 70);
  }
  .c-historyback__link {
    gap: calc(0.5rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-error-message {
    border-radius: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-error-message {
    padding-top: calc(0.5rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-error-message {
    padding-bottom: calc(0.5rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-error-message {
    padding-left: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-error-message {
    padding-right: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-error-message {
    margin-bottom: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-error-message p {
    gap: calc(1.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-pagination-list__items {
    -moz-column-gap: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
    column-gap: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
  }
  .c-pagination-list__items {
    row-gap: calc(1.25rem + 0.75 * (100vw - 20rem) / 70);
  }
  .c-pagination-list--faq {
    -moz-column-gap: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
    column-gap: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
  }
  .c-pagination-list--faq .c-pagination-list__counter {
    font-size: calc(1.125rem + 0.125 * (100vw - 20rem) / 70);
  }
  .c-pagination-list--faq .c-pagination-list__counter {
    line-height: calc(1.875rem + 0.125 * (100vw - 20rem) / 70);
  }
  .c-pagination-list--faq .c-pagination-list__counter {
    padding-bottom: calc(1.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-pagination-list__button, .c-pagination-list__all-button {
    padding-top: calc(1.25rem + 0.75 * (100vw - 20rem) / 70);
  }
  .c-pagination-list__load, .c-pagination-list__all-link {
    font-size: calc(1.125rem + 0 * (100vw - 20rem) / 70);
  }
  .c-pagination-list__load, .c-pagination-list__all-link {
    line-height: calc(1.5rem + 0.125 * (100vw - 20rem) / 70);
  }
  .c-pagination-list--solr .c-pagination-list__counter {
    font-size: calc(1.125rem + 0.125 * (100vw - 20rem) / 70);
  }
  .c-pagination-list--solr .c-pagination-list__counter {
    line-height: calc(1.875rem + 0.125 * (100vw - 20rem) / 70);
  }
  .c-pagination-list--solr .c-pagination-list__counter {
    padding-bottom: calc(1.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-news-detail {
    -moz-column-gap: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
    column-gap: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
  }
  .c-news-detail__hero {
    padding-bottom: calc(1.25rem + 0.75 * (100vw - 20rem) / 70);
  }
  .c-news-detail__hero img,
  .c-news-detail__hero .l-embed {
    border-radius: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-news-detail__authors {
    row-gap: calc(1.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-news-detail__authors {
    padding-bottom: calc(3.75rem + 1.25 * (100vw - 20rem) / 70);
  }
  .c-news-detail__historyback {
    padding-bottom: calc(2rem + 1.25 * (100vw - 20rem) / 70);
  }
  .c-news-detail__title {
    padding-bottom: calc(1.25rem + 0.75 * (100vw - 20rem) / 70);
  }
  .c-news-detail__lead {
    padding-bottom: calc(1.25rem + 0.75 * (100vw - 20rem) / 70);
  }
  .c-news-detail__time {
    padding-bottom: calc(2rem + 1.25 * (100vw - 20rem) / 70);
  }
  .c-news-detail__contents {
    -moz-column-gap: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
    column-gap: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
  }
  .c-news-detail__content--richtext, .c-news-detail__content--media, .c-news-detail__content--html {
    padding-bottom: calc(3.75rem + 1.25 * (100vw - 20rem) / 70);
  }
  .c-news-detail__content--textmedia {
    padding-bottom: calc(3.75rem + 1.25 * (100vw - 20rem) / 70);
  }
  .c-news-detail__categories {
    padding-bottom: calc(1.25rem + 0.75 * (100vw - 20rem) / 70);
  }
  .c-news-detail__categories h2 {
    margin-bottom: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-news-detail__categories h2 {
    font-size: calc(1.125rem + 0.125 * (100vw - 20rem) / 70);
  }
  .c-news-detail__categories h2 {
    line-height: calc(1.375rem + 0.125 * (100vw - 20rem) / 70);
  }
  .c-news-detail__share {
    padding-bottom: calc(3.75rem + 1.25 * (100vw - 20rem) / 70);
  }
  .c-news-detail__prompt {
    padding-bottom: calc(3.75rem + 1.25 * (100vw - 20rem) / 70);
  }
  .c-filter--select {
    -moz-column-gap: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
    column-gap: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
  }
  .c-filter__check .c-filter__item, .c-filter__radio .c-filter__item {
    font-size: calc(1.125rem + 0 * (100vw - 20rem) / 70);
  }
  .c-filter__check .c-filter__item, .c-filter__radio .c-filter__item {
    line-height: calc(1.5rem + 0.125 * (100vw - 20rem) / 70);
  }
  .c-filter--check h2 {
    font-size: calc(1.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-filter--check h2 {
    line-height: calc(1.5rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-news-list h2 {
    font-size: calc(1.75rem + 0.75 * (100vw - 20rem) / 70);
  }
  .c-news-list h2 {
    line-height: calc(2.3125rem + 0.8125 * (100vw - 20rem) / 70);
  }
  .c-news-list h2 {
    margin-bottom: calc(1.25rem + 0.75 * (100vw - 20rem) / 70);
  }
  .c-news-list__items {
    gap: calc(1.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-news-list__button, .c-news-list__all-button {
    padding-top: calc(1.25rem + 0.75 * (100vw - 20rem) / 70);
  }
  .c-news-list__load, .c-news-list__all-link {
    font-size: calc(1.125rem + 0 * (100vw - 20rem) / 70);
  }
  .c-news-list__load, .c-news-list__all-link {
    line-height: calc(1.5rem + 0.125 * (100vw - 20rem) / 70);
  }
  .c-news-list--search h2 {
    font-size: calc(1.5rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-news-list--search h2 {
    line-height: calc(1.875rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-news-list--search .c-news-teaser__title {
    padding-top: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-news-list--search .c-news-list__all-link {
    font-size: calc(1.125rem + 0 * (100vw - 20rem) / 70);
  }
  .c-news-list--search .c-news-list__all-link {
    line-height: calc(1.5rem + 0.125 * (100vw - 20rem) / 70);
  }
  .c-news-list--navi h2 {
    font-size: calc(1.5rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-news-list--navi h2 {
    line-height: calc(1.875rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-news-list--navi .c-news-teaser__title {
    padding-top: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-news-list--navi .c-news-list__all-link {
    font-size: calc(1.125rem + 0 * (100vw - 20rem) / 70);
  }
  .c-news-list--navi .c-news-list__all-link {
    line-height: calc(1.5rem + 0.125 * (100vw - 20rem) / 70);
  }
  .c-news-teaser {
    border-radius: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-news-teaser {
    padding-bottom: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-news-teaser__media img {
    border-radius: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-news-teaser__label {
    bottom: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-news-teaser__label {
    left: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-news-teaser__title {
    padding-bottom: calc(0.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-news-teaser__title h3 {
    font-size: calc(1.125rem + 0.125 * (100vw - 20rem) / 70);
  }
  .c-news-teaser__title h3 {
    line-height: calc(1.375rem + 0.125 * (100vw - 20rem) / 70);
  }
  .c-news-teaser__time {
    padding-top: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-news-teaser__time {
    padding-bottom: calc(0.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-news-teaser__author {
    padding-top: calc(0.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-news-teaser__linkwrapper {
    padding-top: calc(0.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-news-teaser__link {
    font-size: calc(1.125rem + 0 * (100vw - 20rem) / 70);
  }
  .c-news-teaser__link {
    line-height: calc(1.5rem + 0.125 * (100vw - 20rem) / 70);
  }
  .c-news-teaser__title, .c-news-teaser__time, .c-news-teaser__content, .c-news-teaser__linkwrapper, .c-news-teaser__author {
    padding-left: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-news-teaser__title, .c-news-teaser__time, .c-news-teaser__content, .c-news-teaser__linkwrapper, .c-news-teaser__author {
    padding-right: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-news-meta {
    gap: calc(1.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-news-prompt h2 {
    font-size: calc(1.5rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-news-prompt h2 {
    line-height: calc(1.875rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-news-prompt h2 {
    margin-bottom: calc(0.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-news-prompt__inner {
    border-radius: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-news-prompt__inner {
    padding: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
  }
  .c-news-prompt__inner:not(:last-child) {
    margin-bottom: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-news-prompt__pretitle {
    font-size: calc(1.125rem + 0.125 * (100vw - 20rem) / 70);
  }
  .c-news-prompt__pretitle {
    line-height: calc(1.875rem + 0.125 * (100vw - 20rem) / 70);
  }
  .c-news-prompt__pretitle {
    margin-bottom: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-news-prompt__pretitle p {
    gap: calc(0.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-news-prompt__content {
    margin-bottom: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-news-prompt__button {
    font-size: calc(1.125rem + 0 * (100vw - 20rem) / 70);
  }
  .c-news-prompt__button {
    line-height: calc(1.5rem + 0.125 * (100vw - 20rem) / 70);
  }
  .c-news-prompt__disclaimer {
    padding-left: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
  }
  .c-news-prompt__disclaimer {
    padding-right: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
  }
  .c-author-teaser {
    border-radius: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-author-teaser {
    padding-top: calc(1.25rem + 0.75 * (100vw - 20rem) / 70);
  }
  .c-author-teaser {
    padding-bottom: calc(1.25rem + 0.75 * (100vw - 20rem) / 70);
  }
  .c-author-teaser {
    padding-left: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
  }
  .c-author-teaser {
    padding-right: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
  }
  .c-author-teaser h3 {
    font-size: calc(1.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-author-teaser h3 {
    line-height: calc(1.5rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-author-teaser h3 {
    margin-top: calc(1.25rem + 0.75 * (100vw - 20rem) / 70);
  }
  .c-author-teaser__position {
    font-size: calc(1.125rem + 0 * (100vw - 20rem) / 70);
  }
  .c-author-teaser__position {
    line-height: calc(1.5rem + 0.125 * (100vw - 20rem) / 70);
  }
  .c-author-teaser--small {
    -moz-column-gap: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
    column-gap: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
  }
  .c-author-teaser--small {
    padding: calc(1.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-author-teaser--small .c-author-teaser__pretitle {
    font-size: calc(1.125rem + 0 * (100vw - 20rem) / 70);
  }
  .c-author-teaser--small .c-author-teaser__pretitle {
    line-height: calc(1.5rem + 0.125 * (100vw - 20rem) / 70);
  }
  .c-author-teaser--small .c-author-teaser__link {
    right: calc(1.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-author-teaser--small .c-author-teaser__linkitem {
    font-size: calc(1.125rem + 0 * (100vw - 20rem) / 70);
  }
  .c-author-teaser--small .c-author-teaser__linkitem {
    line-height: calc(1.5rem + 0.125 * (100vw - 20rem) / 70);
  }
  .c-author-detail {
    -moz-column-gap: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
    column-gap: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
  }
  .c-author-detail h1 {
    font-size: calc(1.75rem + 1.25 * (100vw - 20rem) / 70);
  }
  .c-author-detail h1 {
    line-height: calc(1.75rem + 1.25 * (100vw - 20rem) / 70);
  }
  .c-author-detail__image, .c-author-detail__position, .c-author-detail__lead, .c-author-detail__social,
  .c-author-detail h1 {
    margin-bottom: calc(0.5rem + 0.5 * (100vw - 20rem) / 70);
  }
  .c-author-detail__image {
    padding-bottom: calc(2rem + 1.25 * (100vw - 20rem) / 70);
  }
  .c-author-detail__position, .c-author-detail__lead {
    padding-bottom: calc(2rem + 1.25 * (100vw - 20rem) / 70);
  }
  .c-author-detail__social {
    padding-bottom: calc(3.75rem + 1.25 * (100vw - 20rem) / 70);
  }
  .c-person-list h2 {
    margin-bottom: calc(1.25rem + 0.75 * (100vw - 20rem) / 70);
  }
  .c-person-list__item:not(:last-child) {
    padding-bottom: calc(2rem + 1.25 * (100vw - 20rem) / 70);
  }
  .c-person-teaser {
    -moz-column-gap: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
    column-gap: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
  }
  .c-person-teaser__media {
    margin-bottom: calc(0.5rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-person-teaser__media img {
    border-radius: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-person-teaser__content h3 {
    font-size: calc(1.5rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-person-teaser__content h3 {
    line-height: calc(1.875rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-person-teaser__content p {
    font-size: calc(1.125rem + 0.125 * (100vw - 20rem) / 70);
  }
  .c-person-teaser__content p {
    line-height: calc(1.875rem + 0.125 * (100vw - 20rem) / 70);
  }
  .c-person-teaser__link {
    padding-top: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
  }
  .c-location-detail {
    -moz-column-gap: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
    column-gap: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
  }
  .c-location-detail__hero {
    padding-bottom: calc(3.75rem + 1.25 * (100vw - 20rem) / 70);
  }
  .c-location-detail__info {
    gap: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
  }
  .c-location-detail__info {
    padding-bottom: calc(3.75rem + 1.25 * (100vw - 20rem) / 70);
  }
  .c-location-teaser {
    border-radius: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-location-teaser {
    padding: calc(1.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-location-teaser {
    padding-left: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
  }
  .c-location-teaser {
    padding-right: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
  }
  .c-location-teaser h3 {
    font-size: calc(1.5rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-location-teaser h3 {
    line-height: calc(1.875rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-location-teaser h3 {
    margin-bottom: calc(0.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-location-teaser__icon {
    padding-left: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-location-teaser__icon {
    padding-right: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-location-teaser__icon {
    padding-bottom: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-location-teaser__link {
    padding-top: calc(1rem + 1 * (100vw - 20rem) / 70);
  }
  .c-faq-preview {
    border-radius: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-faq-preview {
    -moz-column-gap: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
    column-gap: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
  }
  .c-faq-preview h2 {
    margin-bottom: calc(2rem + 1.25 * (100vw - 20rem) / 70);
  }
  .c-faq-preview h2 {
    font-size: calc(1.75rem + 0.75 * (100vw - 20rem) / 70);
  }
  .c-faq-preview h2 {
    line-height: calc(2.3125rem + 0.8125 * (100vw - 20rem) / 70);
  }
  .c-faq-preview h2 {
    padding-left: calc(1.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-faq-preview h2 {
    padding-right: calc(1.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-faq-preview__content {
    padding-top: calc(2rem + 1.25 * (100vw - 20rem) / 70);
  }
  .c-faq-preview__content {
    padding-bottom: calc(2rem + 1.25 * (100vw - 20rem) / 70);
  }
  .c-faq-preview__link {
    padding-left: calc(1.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-faq-preview__link {
    padding-right: calc(1.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-faq-preview__link {
    padding-top: calc(0.5rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-faq-preview__link {
    padding-bottom: calc(0.5rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-faq-preview__link {
    border-radius: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-faq-preview__link span {
    padding-right: calc(0.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-faq-preview__arrow {
    font-size: calc(1.125rem + 0 * (100vw - 20rem) / 70);
  }
  .c-faq-preview__arrow {
    line-height: calc(1.5rem + 0.125 * (100vw - 20rem) / 70);
  }
  .c-faq-preview::after {
    bottom: calc(-11.875rem + -6.875 * (100vw - 20rem) / 70);
  }
  .c-faq-preview::after {
    right: calc(-11.875rem + -6.875 * (100vw - 20rem) / 70);
  }
  .c-faq-preview::after {
    width: calc(26.875rem + -0.375 * (100vw - 20rem) / 70);
  }
  .c-faq-preview__button {
    font-size: calc(1.125rem + 0 * (100vw - 20rem) / 70);
  }
  .c-faq-preview__button {
    line-height: calc(1.5rem + 0.125 * (100vw - 20rem) / 70);
  }
  .c-faq-preview--search h2 {
    font-size: calc(1.5rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-faq-preview--search h2 {
    line-height: calc(1.875rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-faq-preview--search h2 {
    margin-bottom: calc(1.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-faq-detail {
    -moz-column-gap: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
    column-gap: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
  }
  .c-faq-detail__hero {
    padding-bottom: calc(3.75rem + 1.25 * (100vw - 20rem) / 70);
  }
  .c-faq-detail__hero img,
  .c-faq-detail__hero .l-embed {
    border-radius: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-faq-detail__historyback {
    padding-bottom: calc(2rem + 1.25 * (100vw - 20rem) / 70);
  }
  .c-faq-detail__title {
    padding-bottom: calc(1.25rem + 0.75 * (100vw - 20rem) / 70);
  }
  .c-faq-detail__lead {
    padding-bottom: calc(1.25rem + 0.75 * (100vw - 20rem) / 70);
  }
  .c-faq-detail__contents {
    -moz-column-gap: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
    column-gap: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
  }
  .c-faq-detail__content--richtext, .c-faq-detail__content--media, .c-faq-detail__content--steps, .c-faq-detail__content--teasers {
    padding-bottom: calc(3.75rem + 1.25 * (100vw - 20rem) / 70);
  }
  [type=email], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=url], [type=date], textarea, select {
    font-size: calc(1.125rem + 0 * (100vw - 20rem) / 70);
  }
  [type=email], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=url], [type=date], textarea, select {
    line-height: calc(1.5rem + 0.125 * (100vw - 20rem) / 70);
  }
  [type=email], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=url], [type=date], textarea, select {
    padding-left: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  [type=email], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=url], [type=date], textarea, select {
    padding-right: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  [type=email], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=url], [type=date], textarea, select {
    padding-top: calc(0.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  [type=email], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=url], [type=date], textarea, select {
    padding-bottom: calc(0.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  textarea {
    border-radius: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .powermail_select,
  select {
    padding-right: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  input[type=file]::file-selector-button {
    font-size: calc(1.125rem + 0 * (100vw - 20rem) / 70);
  }
  input[type=file]::file-selector-button {
    line-height: calc(1.5rem + 0.125 * (100vw - 20rem) / 70);
  }
  input[type=file]::file-selector-button {
    margin-right: calc(0.5rem + 0.25 * (100vw - 20rem) / 70);
  }
  .powermail_legend {
    margin-bottom: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .powermail_legend {
    font-size: calc(1.5rem + 0.25 * (100vw - 20rem) / 70);
  }
  .powermail_legend {
    line-height: calc(1.875rem + 0.25 * (100vw - 20rem) / 70);
  }
  .powermail_fieldset + .powermail_fieldset .powermail_legend {
    padding-top: calc(1.25rem + 0.75 * (100vw - 20rem) / 70);
  }
  .powermail_fieldwrap:not(:last-child) {
    margin-bottom: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .powermail_fieldwrap_type_radio .powermail_field,
  .powermail_fieldwrap_type_check .powermail_field {
    gap: calc(0.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-search-result {
    border-radius: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-search-result {
    padding: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-search-result__inner {
    -moz-column-gap: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
    column-gap: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
  }
  .c-search-result__content h2 {
    font-size: calc(1.125rem + 0.125 * (100vw - 20rem) / 70);
  }
  .c-search-result__content h2 {
    line-height: calc(1.375rem + 0.125 * (100vw - 20rem) / 70);
  }
  .c-search-result__content h2 {
    margin-top: calc(0.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-search-result__content h2 {
    margin-bottom: calc(0.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-search-result__text {
    margin-bottom: calc(0.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-search-result__image {
    padding-top: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-search-result__image img {
    border-radius: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-search-result__link-inner {
    right: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-search-result__link-inner {
    bottom: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-search-result__link-inner {
    font-size: calc(1.125rem + 0 * (100vw - 20rem) / 70);
  }
  .c-search-result__link-inner {
    line-height: calc(1.5rem + 0.125 * (100vw - 20rem) / 70);
  }
  .c-search-result__bottom {
    gap: calc(0.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-search-filter {
    padding-bottom: calc(1.25rem + 0.75 * (100vw - 20rem) / 70);
  }
  .c-search-filter__button {
    width: calc(1.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-search-filter__button {
    height: calc(1.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-search-filter__search input {
    padding-right: calc(3.25rem + 2 * (100vw - 20rem) / 70);
  }
  .c-search-filter__search input {
    min-height: calc(3.625rem + 0 * (100vw - 20rem) / 70);
  }
  .c-search-filter--modal .c-search-filter__button {
    right: calc(1.25rem + 0.75 * (100vw - 20rem) / 70);
  }
  .c-search-filter__reset {
    padding-top: calc(1.25rem + 0.75 * (100vw - 20rem) / 70);
  }
  .c-search-filter__link {
    gap: calc(0.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-filter-facet__wrapper:not(:last-child) {
    padding-bottom: calc(1.25rem + 0.75 * (100vw - 20rem) / 70);
  }
  .c-filter-facet__toggler::before {
    width: calc(1.0625rem + 0.8125 * (100vw - 20rem) / 70);
  }
  .c-filter-facet__toggler::before {
    height: calc(1.0625rem + 0.8125 * (100vw - 20rem) / 70);
  }
  .c-filter-facet__toggler::after {
    width: calc(1.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-filter-facet__toggler::after {
    height: calc(1.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-filter-facet__items {
    gap: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-filter-facet__items {
    padding-top: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-filter-facet__link {
    font-size: calc(1.125rem + 0 * (100vw - 20rem) / 70);
  }
  .c-filter-facet__link {
    line-height: calc(1.5rem + 0.125 * (100vw - 20rem) / 70);
  }
  .tx-solr-autosuggest {
    border-radius: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .tx-solr-autosuggest {
    padding-left: calc(0.5rem + 0.25 * (100vw - 20rem) / 70);
  }
  .tx-solr-autosuggest {
    padding-right: calc(0.5rem + 0.25 * (100vw - 20rem) / 70);
  }
  .tx-solr-autosuggest {
    padding-bottom: calc(0.5rem + 0.25 * (100vw - 20rem) / 70);
  }
  .tx-solr-autosuggest > * {
    border-radius: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .tx-solr-autosuggest .autocomplete-suggestion {
    padding-left: calc(0.5rem + 0.25 * (100vw - 20rem) / 70);
  }
  .tx-solr-autosuggest .autocomplete-suggestion {
    padding-right: calc(0.5rem + 0.25 * (100vw - 20rem) / 70);
  }
  .tx-solr-autosuggest .autocomplete-suggestion {
    padding-top: calc(0.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  .tx-solr-autosuggest .autocomplete-suggestion {
    padding-bottom: calc(0.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  .tx-solr-autosuggest .autocomplete-group {
    padding-top: calc(0.5rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-accordion h2 {
    margin-bottom: calc(1.25rem + 0.75 * (100vw - 20rem) / 70);
  }
  .c-accordion__item {
    margin-left: calc(-2rem + -1.25 * (100vw - 20rem) / 70);
  }
  .c-accordion__item {
    margin-right: calc(-2rem + -1.25 * (100vw - 20rem) / 70);
  }
  .c-accordion__item {
    padding-left: calc(2rem + 1.25 * (100vw - 20rem) / 70);
  }
  .c-accordion__item {
    padding-right: calc(2rem + 1.25 * (100vw - 20rem) / 70);
  }
  .c-accordion__item {
    border-radius: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-accordion__head {
    font-size: calc(1.5rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-accordion__head {
    line-height: calc(1.875rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-accordion__head {
    padding-top: calc(1.25rem + 0.75 * (100vw - 20rem) / 70);
  }
  .c-accordion__head {
    padding-bottom: calc(1.25rem + 0.75 * (100vw - 20rem) / 70);
  }
  .c-accordion__head {
    gap: calc(1.25rem + 0.75 * (100vw - 20rem) / 70);
  }
  .c-accordion__icon {
    font-size: calc(1.125rem + 0 * (100vw - 20rem) / 70);
  }
  .c-accordion__icon {
    line-height: calc(1.5rem + 0.125 * (100vw - 20rem) / 70);
  }
  .c-accordion__inner {
    gap: calc(1rem + 1 * (100vw - 20rem) / 70);
  }
  .c-accordion__inner {
    padding-bottom: calc(1rem + 1 * (100vw - 20rem) / 70);
  }
  .c-accordion__inner .c-accordion__image img,
  .c-accordion__inner .c-accordion__image .l-embed .c-video__button,
  .c-accordion__inner .c-accordion__image .l-embed .c-video__placeholder {
    border-radius: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-modal {
    padding-top: calc(3.25rem + 2 * (100vw - 20rem) / 70);
  }
  .c-modal {
    padding-bottom: calc(3.25rem + 2 * (100vw - 20rem) / 70);
  }
  .c-modal {
    font-size: calc(1.125rem + 0.125 * (100vw - 20rem) / 70);
  }
  .c-modal {
    line-height: calc(1.875rem + 0.125 * (100vw - 20rem) / 70);
  }
  .c-modal__header h2 {
    font-size: calc(1.5rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-modal__header h2 {
    line-height: calc(1.875rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-modal__header h2 {
    margin-bottom: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-modal__inner {
    padding: calc(2rem + 1.25 * (100vw - 20rem) / 70);
  }
  .c-modal__inner {
    margin-left: calc(-2rem + -1.25 * (100vw - 20rem) / 70);
  }
  .c-modal__inner {
    margin-right: calc(-2rem + -1.25 * (100vw - 20rem) / 70);
  }
  .c-modal__inner {
    border-radius: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-modal__close {
    font-size: calc(1.125rem + 0 * (100vw - 20rem) / 70);
  }
  .c-modal__close {
    line-height: calc(1.5rem + 0.125 * (100vw - 20rem) / 70);
  }
  .c-modal__body {
    border-radius: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-modal__buttons {
    padding-top: calc(1rem + 1 * (100vw - 20rem) / 70);
  }
  .c-modal--search .c-modal__box {
    padding: calc(1.25rem + 0.75 * (100vw - 20rem) / 70);
  }
  .c-modal--search .c-modal__box {
    border-radius: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-modal--search .c-modal__box:first-child {
    padding-left: calc(0.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-modal--search .c-modal__box:first-child {
    padding-right: calc(0.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-modal--search .c-modal__body {
    -moz-column-gap: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
    column-gap: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
  }
  .c-modal--search .c-modal__body {
    gap: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
  }
  .c-modal--search .c-modal__header {
    gap: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
  }
  .c-navigation__text {
    font-size: calc(1.5rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-navigation__text {
    line-height: calc(1.875rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-navigation__text {
    margin-bottom: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
  }
  .c-navigation.c-navigation--header .c-navigation__list {
    gap: calc(1.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-navigation.c-navigation--header .c-navigation__list {
    font-size: calc(1.125rem + 0 * (100vw - 20rem) / 70);
  }
  .c-navigation.c-navigation--header .c-navigation__list {
    line-height: calc(1.5rem + 0.125 * (100vw - 20rem) / 70);
  }
  .c-navigation.c-navigation--header .c-navigation__list li.has-sub .c-navigation__sub .c-navigation__container {
    -moz-column-gap: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
    column-gap: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
  }
  .c-navigation.c-navigation--header .c-navigation__list li.has-sub .c-navigation__sub .c-navigation__container {
    row-gap: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
  }
  .c-navigation.c-navigation--header .c-navigation__list li.has-sub .c-navigation__sub .c-navigation__box {
    border-radius: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-navigation.c-navigation--header .c-navigation__list li.has-sub .c-navigation__sub .c-navigation__box {
    padding-left: calc(2rem + 1.25 * (100vw - 20rem) / 70);
  }
  .c-navigation.c-navigation--header .c-navigation__list li.has-sub .c-navigation__sub .c-navigation__box {
    padding-right: calc(2rem + 1.25 * (100vw - 20rem) / 70);
  }
  .c-navigation.c-navigation--header .c-navigation__list li.has-sub .c-navigation__sub .c-navigation__box {
    padding-top: calc(1.25rem + 0.75 * (100vw - 20rem) / 70);
  }
  .c-navigation.c-navigation--header .c-navigation__list li.has-sub .c-navigation__sub .c-navigation__box {
    padding-bottom: calc(1.25rem + 0.75 * (100vw - 20rem) / 70);
  }
  .c-navigation.c-navigation--header .c-navigation__list li.has-sub .c-navigation__sub .c-navigation__box--faq {
    padding-left: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
  }
  .c-navigation.c-navigation--header .c-navigation__list li.has-sub .c-navigation__sub .c-navigation__box--faq {
    padding-right: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
  }
  .c-navigation.c-navigation--header .c-navigation__list li.has-sub .c-navigation__sub .c-navigation__list {
    gap: calc(1.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-navigation.c-navigation--header .c-navigation__list li.has-sub .c-navigation__sub .is-active .c-navigation__link {
    font-size: calc(1.375rem + 0.125 * (100vw - 20rem) / 70);
  }
  .c-navigation.c-navigation--header .c-navigation__list li.has-sub .c-navigation__sub .is-active .c-navigation__link {
    line-height: calc(2rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-navigation.c-navigation--header .c-navigation__list li.has-sub .c-navigation__sub {
    border-radius: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-navigation.c-navigation--header .c-navigation__list li.has-sub .c-navigation__sub .c-navigation__link {
    font-size: calc(1.375rem + 0.125 * (100vw - 20rem) / 70);
  }
  .c-navigation.c-navigation--header .c-navigation__list li.has-sub .c-navigation__sub .c-navigation__link {
    line-height: calc(2rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-navigation.c-navigation--header .c-navigation__list li.has-sub .c-navigation__sub li:last-child .c-navigation__link {
    font-size: calc(1.125rem + 0 * (100vw - 20rem) / 70);
  }
  .c-navigation.c-navigation--header .c-navigation__list li.has-sub .c-navigation__sub li:last-child .c-navigation__link {
    line-height: calc(1.5rem + 0.125 * (100vw - 20rem) / 70);
  }
  .c-navigation.c-navigation--header .c-navigation__list[data-level="1"] > li.is-active > .c-navigation__link, .c-navigation.c-navigation--header .c-navigation__list[data-level="1"] > li.has-activeitem > .c-navigation__link {
    font-size: calc(1.125rem + 0 * (100vw - 20rem) / 70);
  }
  .c-navigation.c-navigation--header .c-navigation__list[data-level="1"] > li.is-active > .c-navigation__link, .c-navigation.c-navigation--header .c-navigation__list[data-level="1"] > li.has-activeitem > .c-navigation__link {
    line-height: calc(1.5rem + 0.125 * (100vw - 20rem) / 70);
  }
  .c-navigation.c-navigation--panel .c-navigation__link {
    font-size: calc(1.375rem + 0.125 * (100vw - 20rem) / 70);
  }
  .c-navigation.c-navigation--panel .c-navigation__link {
    line-height: calc(2rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-navigation.c-navigation--panel .c-navigation__list {
    gap: calc(1.25rem + 0.75 * (100vw - 20rem) / 70);
  }
  .c-navigation.c-navigation--panel .c-navigation__sub {
    border-radius: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-navigation.c-navigation--panel .c-navigation__sub .c-navigation__link {
    font-size: calc(1.125rem + 0 * (100vw - 20rem) / 70);
  }
  .c-navigation.c-navigation--panel .c-navigation__sub .c-navigation__link {
    line-height: calc(1.5rem + 0.125 * (100vw - 20rem) / 70);
  }
  .c-navigation.c-navigation--panel .c-navigation__back {
    gap: calc(0.5rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-navigation.c-navigation--panel .c-navigation__back {
    margin-bottom: calc(2rem + 1.25 * (100vw - 20rem) / 70);
  }
  .c-navigation.c-navigation--panel .c-navigation__container {
    row-gap: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
  }
  .c-navigation.c-navigation--panel .c-navigation__container {
    border-radius: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-navigation.c-navigation--panel .c-navigation__box {
    border-radius: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-navigation.c-navigation--panel .c-navigation__box {
    padding-left: calc(2rem + 1.25 * (100vw - 20rem) / 70);
  }
  .c-navigation.c-navigation--panel .c-navigation__box {
    padding-right: calc(2rem + 1.25 * (100vw - 20rem) / 70);
  }
  .c-navigation.c-navigation--panel .c-navigation__box {
    padding-top: calc(1.25rem + 0.75 * (100vw - 20rem) / 70);
  }
  .c-navigation.c-navigation--panel .c-navigation__box {
    padding-bottom: calc(1.25rem + 0.75 * (100vw - 20rem) / 70);
  }
  .c-navigation.c-navigation--panel .c-navigation__box--faq {
    padding-left: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
  }
  .c-navigation.c-navigation--panel .c-navigation__box--faq {
    padding-right: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
  }
  .c-navigation.c-navigation--panel[data-level="1"] {
    border-radius: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-navigation.c-navigation--panel[data-level="1"] {
    padding-left: calc(2rem + 1.25 * (100vw - 20rem) / 70);
  }
  .c-navigation.c-navigation--panel[data-level="1"] {
    padding-right: calc(2rem + 1.25 * (100vw - 20rem) / 70);
  }
  .c-navigation.c-navigation--panel[data-level="1"] {
    padding-top: calc(1.25rem + 0.75 * (100vw - 20rem) / 70);
  }
  .c-navigation.c-navigation--panel[data-level="1"] {
    padding-bottom: calc(1.25rem + 0.75 * (100vw - 20rem) / 70);
  }
  .c-navigation.c-navigation--panel[data-level="1"] > li > .c-navigation__link {
    font-size: calc(1.375rem + 0.125 * (100vw - 20rem) / 70);
  }
  .c-navigation.c-navigation--panel[data-level="1"] > li > .c-navigation__link {
    line-height: calc(2rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-navigation.c-navigation--panel[data-level="1"] > li.is-active > .c-navigation__link, .c-navigation.c-navigation--panel[data-level="1"] > li.has-activeitem > .c-navigation__link {
    font-size: calc(1.375rem + 0.125 * (100vw - 20rem) / 70);
  }
  .c-navigation.c-navigation--panel[data-level="1"] > li.is-active > .c-navigation__link, .c-navigation.c-navigation--panel[data-level="1"] > li.has-activeitem > .c-navigation__link {
    line-height: calc(2rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-navigation [data-level="2"] li:last-child .c-navigation__link {
    margin-top: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-navigation [data-level="2"] li:last-child .c-navigation__link {
    font-size: calc(1.125rem + 0 * (100vw - 20rem) / 70);
  }
  .c-navigation [data-level="2"] li:last-child .c-navigation__link {
    line-height: calc(1.5rem + 0.125 * (100vw - 20rem) / 70);
  }
  .c-teaser {
    border-radius: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-teaser {
    padding-bottom: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-teaser__media img {
    border-radius: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-teaser__icon {
    padding-left: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-teaser__icon {
    padding-right: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-teaser__icon {
    padding-bottom: calc(1.25rem + 0.75 * (100vw - 20rem) / 70);
  }
  .c-teaser__title {
    padding-bottom: calc(0.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-teaser__title:not(:has(+ .c-teaser__subtitle)) {
    padding-top: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-teaser__title h3 {
    font-size: calc(1.125rem + 0.125 * (100vw - 20rem) / 70);
  }
  .c-teaser__title h3 {
    line-height: calc(1.375rem + 0.125 * (100vw - 20rem) / 70);
  }
  .c-teaser__subtitle {
    padding-top: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-teaser__subtitle {
    padding-bottom: calc(0.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-teaser__linkwrapper {
    padding-top: calc(0.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-teaser__link {
    font-size: calc(1.125rem + 0 * (100vw - 20rem) / 70);
  }
  .c-teaser__link {
    line-height: calc(1.5rem + 0.125 * (100vw - 20rem) / 70);
  }
  .c-teaser__title, .c-teaser__subtitle, .c-teaser__content, .c-teaser__linkwrapper {
    padding-left: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-teaser__title, .c-teaser__subtitle, .c-teaser__content, .c-teaser__linkwrapper {
    padding-right: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  [class*="--highlight"] .c-teaser {
    -moz-column-gap: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
    column-gap: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
  }
  [class*="--highlight"] .c-teaser:not(:last-child) {
    padding-bottom: calc(3.75rem + 1.25 * (100vw - 20rem) / 70);
  }
  [class*="--highlight"] .c-teaser .c-teaser__title {
    margin-bottom: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  [class*="--highlight"] .c-teaser .c-teaser__title h3 {
    font-size: calc(1.5rem + 0.25 * (100vw - 20rem) / 70);
  }
  [class*="--highlight"] .c-teaser .c-teaser__title h3 {
    line-height: calc(1.875rem + 0.25 * (100vw - 20rem) / 70);
  }
  [class*="--highlight"] .c-teaser .c-teaser__content {
    padding-bottom: calc(1.25rem + 0.75 * (100vw - 20rem) / 70);
  }
  [class*="--highlight"] .c-teaser .c-teaser__linkwrapper .u-cover-object {
    font-size: calc(1.125rem + 0 * (100vw - 20rem) / 70);
  }
  [class*="--highlight"] .c-teaser .c-teaser__linkwrapper .u-cover-object {
    line-height: calc(1.5rem + 0.125 * (100vw - 20rem) / 70);
  }
  .c-teaser--faq {
    padding-top: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-teaser--gtn {
    padding-top: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-teaser--gtn h3 {
    font-size: calc(1.5rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-teaser--gtn h3 {
    line-height: calc(1.875rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-teaser--gtn .c-teaser__linkwrapper {
    padding-top: calc(1.25rem + 0.75 * (100vw - 20rem) / 70);
  }
  .c-teaser--gtn .c-teaser__link {
    font-size: calc(1.125rem + 0 * (100vw - 20rem) / 70);
  }
  .c-teaser--gtn .c-teaser__link {
    line-height: calc(1.5rem + 0.125 * (100vw - 20rem) / 70);
  }
  .c-teaser--faq-step .c-teaser__subtitle {
    padding-bottom: calc(1.25rem + 0.75 * (100vw - 20rem) / 70);
  }
  .c-bento-teaser {
    border-radius: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-bento-teaser__inner {
    min-height: calc(15.625rem + 0 * (100vw - 20rem) / 70);
  }
  .c-bento-teaser__inner {
    border-radius: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-bento-teaser__inner::after {
    top: calc(-10.5rem + 1.125 * (100vw - 20rem) / 70);
  }
  .c-bento-teaser__inner::after {
    right: calc(-3.125rem + 0 * (100vw - 20rem) / 70);
  }
  .c-bento-teaser__inner::after {
    width: calc(21rem + 5.5 * (100vw - 20rem) / 70);
  }
  .c-bento-teaser--color-primary .c-bento-teaser__inner::after {
    bottom: calc(-10.5rem + 1.125 * (100vw - 20rem) / 70);
  }
  .c-bento-teaser--color-primary .c-bento-teaser__inner::after {
    left: calc(-3.125rem + -1.875 * (100vw - 20rem) / 70);
  }
  .c-bento-teaser__content {
    padding: calc(1.25rem + 0.75 * (100vw - 20rem) / 70);
  }
  .c-bento-teaser__content h2 {
    font-size: calc(1.5rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-bento-teaser__content h2 {
    line-height: calc(1.875rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-teaser-product {
    padding-bottom: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-teaser-product__title {
    padding-bottom: calc(0.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-teaser-product__title h3 {
    font-size: calc(1.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-teaser-product__title h3 {
    line-height: calc(1.5rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-teaser-product__linkwrapper {
    padding-top: calc(0.5rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-share__title {
    margin-bottom: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-share__title {
    font-size: calc(1.125rem + 0.125 * (100vw - 20rem) / 70);
  }
  .c-share__title {
    line-height: calc(1.375rem + 0.125 * (100vw - 20rem) / 70);
  }
  .c-share__list {
    padding-left: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-share__list {
    padding-right: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-share__list::after {
    width: calc(2.1875rem + 3.4375 * (100vw - 20rem) / 70);
  }
  .c-share__list::after {
    right: calc(-1.25rem + -3.75 * (100vw - 20rem) / 70);
  }
  .c-step-list__pretitle {
    font-size: calc(1.125rem + 0.125 * (100vw - 20rem) / 70);
  }
  .c-step-list__pretitle {
    line-height: calc(1.875rem + 0.125 * (100vw - 20rem) / 70);
  }
  .c-step-list h2 {
    margin-bottom: calc(1.25rem + 0.75 * (100vw - 20rem) / 70);
  }
  .c-step-list__item:not(:last-child) {
    margin-bottom: calc(1.25rem + 0.75 * (100vw - 20rem) / 70);
  }
  .c-comparison-item {
    padding: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-comparison-item {
    border-radius: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-comparison-item h3 {
    padding-bottom: calc(0.5rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-comparison-item h4 {
    padding-bottom: calc(0.5rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-comparison-item .c-richtext p:not(:last-child) {
    margin-bottom: calc(0.5rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-comparison-item__content:not(:last-child) {
    padding-bottom: calc(1.25rem + 0.75 * (100vw - 20rem) / 70);
  }
  .c-footer {
    padding-top: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
  }
  .c-footer {
    padding-bottom: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
  }
  .c-footer__top {
    padding: calc(2rem + 1.25 * (100vw - 20rem) / 70);
  }
  .c-footer__top {
    margin-bottom: calc(1.25rem + 0.75 * (100vw - 20rem) / 70);
  }
  .c-footer__top {
    border-radius: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-footer__inner {
    -moz-column-gap: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
    column-gap: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
  }
  .c-footer__inner {
    row-gap: calc(1.25rem + 0.75 * (100vw - 20rem) / 70);
  }
  .c-footer__bottom {
    gap: calc(1.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-footer__logo .c-logo {
    margin-bottom: calc(1.25rem + 0.75 * (100vw - 20rem) / 70);
  }
  .c-footer__slogan {
    font-size: calc(1.125rem + 0 * (100vw - 20rem) / 70);
  }
  .c-footer__slogan {
    line-height: calc(1.5rem + 0.125 * (100vw - 20rem) / 70);
  }
  .c-footer__info--large {
    -moz-column-gap: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
    column-gap: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
  }
  .c-header {
    padding-bottom: calc(2rem + 1.25 * (100vw - 20rem) / 70);
  }
  .c-header__top {
    padding-left: calc(2.5rem + 1 * (100vw - 20rem) / 70);
  }
  .c-header__top {
    padding-right: calc(2.5rem + 1 * (100vw - 20rem) / 70);
  }
  .c-header__group-menu {
    -moz-column-gap: calc(1.25rem + 0.25 * (100vw - 20rem) / 70);
    column-gap: calc(1.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-header__bottom {
    margin-top: calc(2rem + 1.25 * (100vw - 20rem) / 70);
  }
  .c-header__burger {
    padding-top: calc(0.5rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-header__burger {
    padding-bottom: calc(0.5rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-header__burger {
    padding-left: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-header__burger {
    padding-right: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-header__search svg {
    margin-right: calc(0.0625rem + 0.1875 * (100vw - 20rem) / 70);
  }
  .c-panel .pusha-panel__content {
    row-gap: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
  }
  .c-panel__box {
    border-radius: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-panel__box {
    padding-left: calc(2rem + 1.25 * (100vw - 20rem) / 70);
  }
  .c-panel__box {
    padding-right: calc(2rem + 1.25 * (100vw - 20rem) / 70);
  }
  .c-panel__box {
    padding-top: calc(1.25rem + 0.75 * (100vw - 20rem) / 70);
  }
  .c-panel__box {
    padding-bottom: calc(1.25rem + 0.75 * (100vw - 20rem) / 70);
  }
  .c-panel__inner {
    row-gap: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
  }
  .c-teaser-list h2 {
    margin-bottom: calc(1.25rem + 0.75 * (100vw - 20rem) / 70);
  }
  .c-teaser-list__items {
    gap: calc(1.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-teaser-list__items {
    row-gap: calc(1.25rem + 0.75 * (100vw - 20rem) / 70);
  }
  .c-hero {
    -moz-column-gap: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
    column-gap: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
  }
  .c-hero__media img {
    border-radius: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-hero__media:not(:last-child) {
    padding-bottom: calc(2rem + 1.25 * (100vw - 20rem) / 70);
  }
  .c-hero__title:not(:last-child) {
    padding-bottom: calc(2rem + 1.25 * (100vw - 20rem) / 70);
  }
  .c-hero__title h1 span:first-child:not(:last-child) {
    padding-bottom: calc(0.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-cta {
    border-radius: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-cta {
    padding: calc(2rem + 1.25 * (100vw - 20rem) / 70);
  }
  .c-cta {
    font-size: calc(1.125rem + 0 * (100vw - 20rem) / 70);
  }
  .c-cta {
    line-height: calc(1.5rem + 0.125 * (100vw - 20rem) / 70);
  }
  .c-cta h2, .c-cta h3 {
    font-size: calc(1.5rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-cta h2, .c-cta h3 {
    line-height: calc(1.875rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-cta h2, .c-cta h3 {
    margin-bottom: calc(1.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-cta::after {
    bottom: calc(-5rem + -1.25 * (100vw - 20rem) / 70);
  }
  .c-cta::after {
    width: calc(21rem + 5.5 * (100vw - 20rem) / 70);
  }
  .c-cta::before {
    top: calc(-4.25rem + 1.125 * (100vw - 20rem) / 70);
  }
  .c-cta::before {
    right: calc(-3.125rem + 0 * (100vw - 20rem) / 70);
  }
  .c-cta::before {
    width: calc(9.375rem + 9.6875 * (100vw - 20rem) / 70);
  }
  .c-cta--large h2 {
    font-size: calc(1.75rem + 0.75 * (100vw - 20rem) / 70);
  }
  .c-cta--large h2 {
    line-height: calc(2.3125rem + 0.8125 * (100vw - 20rem) / 70);
  }
  .c-cta--large h2 {
    margin-bottom: calc(2rem + 1.25 * (100vw - 20rem) / 70);
  }
  .c-cta--large h3 {
    font-size: calc(1.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-cta--large h3 {
    line-height: calc(1.5rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-cta--large h3 {
    margin-bottom: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-cta__content {
    -moz-column-gap: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
    column-gap: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
  }
  .c-cta__content > * {
    padding-left: calc(2rem + 1.25 * (100vw - 20rem) / 70);
  }
  .c-cta__content > * {
    padding-right: calc(2rem + 1.25 * (100vw - 20rem) / 70);
  }
  .c-cta__content .c-cta__linkwrapper {
    font-size: calc(1.125rem + 0 * (100vw - 20rem) / 70);
  }
  .c-cta__content .c-cta__linkwrapper {
    line-height: calc(1.5rem + 0.125 * (100vw - 20rem) / 70);
  }
  .c-cta__content .c-cta__linkwrapper {
    margin-top: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-cta .c-check-list li:not(:last-child) {
    margin-bottom: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
  }
  .c-bento-list__items {
    -moz-column-gap: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
    column-gap: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
  }
  .c-bento-list__items {
    gap: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
  }
  .c-page-toggler {
    margin-left: calc(-1.25rem + -0.5 * (100vw - 20rem) / 70);
  }
  .c-page-toggler {
    margin-right: calc(-1.25rem + -0.5 * (100vw - 20rem) / 70);
  }
  .c-page-toggler__items {
    margin-left: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
  }
  .c-page-toggler__items {
    margin-right: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
  }
  .c-page-toggler__items::after {
    width: calc(2.1875rem + 3.4375 * (100vw - 20rem) / 70);
  }
  .c-page-toggler__items::after {
    right: calc(-1.25rem + -3.75 * (100vw - 20rem) / 70);
  }
  .c-page-toggler__link {
    font-size: calc(1.125rem + 0 * (100vw - 20rem) / 70);
  }
  .c-page-toggler__link {
    line-height: calc(1.5rem + 0.125 * (100vw - 20rem) / 70);
  }
  .c-page-toggler__link {
    padding-left: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-page-toggler__link {
    padding-right: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-page-toggler__link {
    padding-top: calc(0.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-page-toggler__link {
    padding-bottom: calc(0.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-page-toggler--small .c-page-toggler__link {
    padding-left: calc(0.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-page-toggler--small .c-page-toggler__link {
    padding-right: calc(0.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-sticky-cta__inner {
    padding-top: calc(1.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-sticky-cta__inner {
    padding-bottom: calc(1.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-sticky-cta__inner {
    padding-left: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
  }
  .c-sticky-cta__inner {
    padding-right: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
  }
  .c-sticky-cta h2 {
    font-size: calc(1.5rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-sticky-cta h2 {
    line-height: calc(1.875rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-sticky-cta h2 {
    margin-bottom: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-product-list h2 {
    font-size: calc(1.75rem + 0.75 * (100vw - 20rem) / 70);
  }
  .c-product-list h2 {
    line-height: calc(2.3125rem + 0.8125 * (100vw - 20rem) / 70);
  }
  .c-product-list__items {
    gap: calc(1.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-contact-teasers__items {
    -moz-column-gap: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
    column-gap: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
  }
  .c-stacking-card h2 {
    padding-bottom: calc(1.25rem + 0.75 * (100vw - 20rem) / 70);
  }
  .c-stacking-card__list {
    margin-left: calc(-2rem + -1.25 * (100vw - 20rem) / 70);
  }
  .c-stacking-card__list {
    margin-right: calc(-2rem + -1.25 * (100vw - 20rem) / 70);
  }
  .c-stacking-card__list.hide-sticky {
    row-gap: calc(1.25rem + 0.75 * (100vw - 20rem) / 70);
  }
  .c-stacking-card__item {
    border-radius: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-stacking-card__inner {
    border-radius: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-stacking-card__head {
    -moz-column-gap: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
    column-gap: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
  }
  .c-stacking-card__head {
    padding-top: calc(1.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-stacking-card__head {
    padding-bottom: calc(1.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-stacking-card__content {
    padding-bottom: calc(2rem + 1.25 * (100vw - 20rem) / 70);
  }
  .c-stacking-card__content {
    padding-left: calc(2rem + 1.25 * (100vw - 20rem) / 70);
  }
  .c-stacking-card__content {
    padding-right: calc(2rem + 1.25 * (100vw - 20rem) / 70);
  }
  .c-stacking-card__body {
    -moz-column-gap: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
    column-gap: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
  }
  .c-stacking-card .c-stacking-card__list.hide-sticky .c-stacking-card__content {
    padding-bottom: calc(1.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-comparison-table h2 {
    margin-bottom: calc(1.25rem + 0.75 * (100vw - 20rem) / 70);
  }
  .c-comparison-table__inner {
    margin-left: calc(-0.9375rem + -6.5625 * (100vw - 20rem) / 70);
  }
  .c-comparison-table__inner {
    margin-right: calc(-0.9375rem + -6.5625 * (100vw - 20rem) / 70);
  }
  .c-comparison-table__inner {
    margin-top: calc(-2.5rem + -1.5 * (100vw - 20rem) / 70);
  }
  .c-comparison-table__inner {
    padding-top: calc(2.5rem + 1.5 * (100vw - 20rem) / 70);
  }
  .c-comparison-table__inner::after {
    width: calc(1.25rem + 6.25 * (100vw - 20rem) / 70);
  }
  .c-comparison-table__inner::before {
    width: calc(1.25rem + 6.25 * (100vw - 20rem) / 70);
  }
  .c-searchbar__search {
    padding-right: calc(1.25rem + 0.75 * (100vw - 20rem) / 70);
  }
  .c-searchbar__search {
    padding-left: calc(1.25rem + 0.75 * (100vw - 20rem) / 70);
  }
  .c-searchbar__search {
    margin-right: calc(-1.25rem + -0.75 * (100vw - 20rem) / 70);
  }
  .c-searchbar__search {
    margin-left: calc(-1.25rem + -0.75 * (100vw - 20rem) / 70);
  }
  .c-searchbar__search {
    padding-top: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-searchbar__search {
    padding-bottom: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-searchbar__search span {
    padding-top: calc(0.0625rem + 0.1875 * (100vw - 20rem) / 70);
  }
  .c-searchbar__search span {
    padding-bottom: calc(0.0625rem + 0.1875 * (100vw - 20rem) / 70);
  }
  .c-searchbar__search span {
    font-size: calc(1.125rem + 0 * (100vw - 20rem) / 70);
  }
  .c-searchbar__search span {
    line-height: calc(1.5rem + 0.125 * (100vw - 20rem) / 70);
  }
}

@media (min-width: 23.125em){
  .u-hidden-xsm-up {
    display: none !important;
  }
  .u-visible-xsm-up {
    display: block !important;
  }
}

@media (min-width: 23.125em) and (max-width: 35.49em){
  .u-hidden-xsm {
    display: none !important;
  }
  .u-visible-xsm {
    display: block !important;
  }
}

@media (min-width: 35.5em){
  .u-hidden-sm-up {
    display: none !important;
  }
  .u-visible-sm-up {
    display: block !important;
  }
  .powermail_fieldwrap_inline.powermail_fieldwrap_type_check .powermail_field, .powermail_fieldwrap_inline.powermail_fieldwrap_type_radio .powermail_field {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .powermail_fieldwrap_inline.powermail_fieldwrap_type_check .powermail_field, .powermail_fieldwrap_inline.powermail_fieldwrap_type_radio .powermail_field {
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
  .c-cta::after {
    bottom: -4.25rem;
  }
  .c-cta::after {
    left: -3.125rem;
  }
  .powermail_fieldwrap_inline.powermail_fieldwrap_type_check .powermail_field, .powermail_fieldwrap_inline.powermail_fieldwrap_type_radio .powermail_field {
    -moz-column-gap: calc(1.25rem + 0.75 * (100vw - 20rem) / 70);
    column-gap: calc(1.25rem + 0.75 * (100vw - 20rem) / 70);
  }
  .c-cta::after {
    bottom: calc(-4.25rem + -5.125 * (100vw - 20rem) / 70);
  }
  .c-cta::after {
    left: calc(-3.125rem + 0 * (100vw - 20rem) / 70);
  }
}

@media (min-width: 35.5em) and (max-width: 47.99em){
  .u-hidden-sm {
    display: none !important;
  }
  .u-visible-sm {
    display: block !important;
  }
}

@media screen and (min-width: 601px) and (max-width: 900px){
  #CybotCookiebotDialogBodyButtonsWrapper {
    flex-wrap: wrap !important;
  }
  #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton, #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton:not(:first-of-type), #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton:not(:last-of-type), #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton:not(:first-of-type) {
    width: calc(50% - 0.75rem) !important;
  }
}

@media (min-width: 48em){
  .l-col-md-1-3 {
    width: 33.3333333333%;
  }
  .l-col-md-1-2 {
    width: 50%;
  }
  .l-col-md-2-3 {
    width: 66.6666666667%;
  }
  .l-page.sub-is-open {
    overflow: hidden;
    height: 100vh;
  }
  .u-hidden-md-up {
    display: none !important;
  }
  .u-visible-md-up {
    display: block !important;
  }
  .c-step-item {
    grid-template-columns: 5.5rem repeat(7, 1fr);
  }
  .c-step-item__content {
    grid-column: span 7;
  }
  .c-download__items:has(li:nth-child(5n)) {
    -moz-columns: 2;
    columns: 2;
  }
  .c-openlist li {
    display: grid;
    grid-template-columns: 1.5fr 3fr;
  }
  .c-openlist li {
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
  .c-cookieconsent {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
  .c-cookieconsent__text {
    width: 75%;
  }
  .c-cookieconsent__buttons {
    text-align: right;
  }
  .l-content__infobar--bottom .c-infobar {
    padding-bottom: 1.25rem;
  }
  .c-slider__pagination {
    justify-content: flex-end;
    right: 0%;
    left: unset;
    transform: none;
  }
  .c-slider__pagination {
    padding-top: 1.25rem;
  }
  .c-slider figure figcaption {
    max-width: calc(100% - var(--swiper-navigation-size));
  }
  .swiper .c-slider__slide figure figcaption {
    width: 60%;
  }
  .c-textmedia::after {
    right: -15%;
    bottom: -15%;
    transform: rotate(var(--rotate-base)) translate3d(0px, 0px, 0);
    animation: gentle-rotate-mobile 30s linear infinite;
  }
  .c-pagination-list__items {
    grid-template-columns: repeat(12, 1fr);
  }
  .c-pagination-list--author .c-pagination-list__item {
    grid-column: span 6;
  }
  .c-pagination-list--faq .c-pagination-list__item {
    grid-column: span 6;
  }
  .c-pagination-list--locations .c-pagination-list__item {
    grid-column: span 6;
  }
  .c-pagination-list__button, .c-pagination-list__all-button {
    grid-column: span 12;
  }
  .c-pagination-list--solr .c-pagination-list__item {
    grid-column: span 12;
  }
  .c-news-list__items {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-news-list__button, .c-news-list__all-button {
    grid-column: span 2;
  }
  .c-news-list--preview .c-news-list__items:has(> .c-news-list__item:first-child:last-child) {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-news-list--preview .c-news-list__items:has(> .c-news-list__item:nth-child(2):last-child) {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-news-list--preview .c-news-list__items:has(> .c-news-list__item:nth-child(3):last-child) {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-person-teaser {
    grid-template-columns: repeat(12, 1fr);
  }
  .c-person-teaser__media {
    margin-bottom: 0;
  }
  .c-faq-preview {
    grid-template-columns: repeat(12, 1fr);
  }
  .c-faq-preview__content {
    grid-column: span 6;
  }
  .c-faq-preview::after {
    display: block;
    right: -15%;
    bottom: -15%;
    transform: rotate(var(--rotate-base)) translate3d(0px, 0px, 0);
    animation: gentle-rotate-mobile 30s linear infinite;
  }
  .c-search-result__bottom {
    flex-direction: row;
    align-items: center;
  }
  .c-search-result__bottom > * {
    gap: 0.25rem;
  }
  .c-search-result__bottom > *:not(:last-child)::after {
    content: "|";
    width: 2px;
    height: 100%;
    position: relative;
    display: inline-flex;
  }
  .c-accordion__inner--right .c-accordion__image:not(:last-child), .c-accordion__inner--left .c-accordion__image:not(:last-child) {
    grid-column: 7/13;
  }
  .c-accordion__inner--right .c-accordion__content:not(:first-child), .c-accordion__inner--left .c-accordion__content:not(:first-child) {
    grid-column: 1/7;
    grid-row: 1;
  }
  .c-accordion__inner--left .c-accordion__image:not(:last-child) {
    grid-column: 1/7;
  }
  .c-accordion__inner--left .c-accordion__content:not(:first-child) {
    grid-column: 7/13;
    grid-row: 1;
  }
  .c-navigation.c-navigation--panel .c-navigation__sub {
    height: calc(100vh - (var(--hht) + var(--hhb) + 2rem));
    margin: 0 auto;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    max-width: 1600px;
  }
  [class*="--highlight"] .c-teaser {
    grid-template-rows: 1fr auto auto auto auto 1fr;
  }
  [class*="--highlight"] .c-teaser > * {
    grid-column: 7/12;
  }
  [class*="--highlight"] .c-teaser .c-teaser__media {
    grid-column: span 6;
    grid-row: 1/7;
  }
  [class*="--highlight"] .c-teaser:nth-child(even) > * {
    grid-column: 1/6;
  }
  [class*="--highlight"] .c-teaser:nth-child(even) .c-teaser__media {
    grid-column: 7/13;
  }
  [class*="--large"] .c-bento-teaser .c-bento-teaser__inner {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: auto;
  }
  [class*="--large"] .c-bento-teaser .c-bento-teaser__inner {
    gap: 1.25rem;
  }
  [class*="--large"] .c-bento-teaser .c-bento-teaser__inner h2 {
    margin-top: auto;
  }
  [class*="--large"] .c-bento-teaser .c-bento-teaser__inner:has(.c-bento-teaser__pretitle) .c-bento-teaser__pretitle {
    margin-top: auto;
  }
  [class*="--large"] .c-bento-teaser .c-bento-teaser__inner:has(.c-bento-teaser__pretitle) h2 {
    margin-top: unset;
  }
  [class*="--large"] .c-bento-teaser .c-bento-teaser__inner .c-bento-teaser__content {
    align-self: flex-end;
    grid-column: 1/4;
    height: 100%;
    border-right: 0;
  }
  [class*="--large"] .c-bento-teaser .c-bento-teaser__inner .c-bento-teaser__content {
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
  [class*="--large"] .c-bento-teaser .c-bento-teaser__inner .c-bento-teaser__content {
    grid-row: 1;
  }
  [class*="--large"] .c-bento-teaser .c-bento-teaser__inner .c-bento-teaser__content {
    margin-right: 1rem;
  }
  [class*="--large"] .c-bento-teaser .c-bento-teaser__inner .c-bento-teaser__image {
    grid-column: 3/8;
    grid-row: 1;
  }
  [class*="--large"] .c-bento-teaser .c-bento-teaser__inner .c-bento-teaser__image {
    border-top-right-radius: 0.75rem;
  }
  [class*="--large"] .c-bento-teaser .c-bento-teaser__inner .c-bento-teaser__image {
    border-bottom-right-radius: 0.75rem;
  }
  [class*="--large"] .c-bento-teaser .c-bento-teaser__inner .c-bento-teaser__image {
    margin-left: -1.25rem;
  }
  [class*="--large"] .c-bento-teaser:not(.c-bento-teaser--media) .c-bento-teaser__inner .c-bento-teaser__image {
    display: none;
  }
  [class*="--large"] .c-bento-teaser:not(.c-bento-teaser--media) .c-bento-teaser__inner .c-bento-teaser__content {
    grid-column: span 6;
  }
  .c-step-list__view {
    top: 25vh;
  }
  .c-footer__bottom .c-footer__schememode {
    display: none;
  }
  .c-footer__logo {
    grid-column: span 5;
  }
  .c-footer__adress {
    grid-column: span 3;
  }
  .c-footer__info {
    grid-column: span 7;
  }
  .c-footer__slogan {
    grid-column: 6/13;
    align-self: center;
  }
  .c-footer__schememode {
    grid-column: span 5;
    justify-self: flex-start;
    grid-row: 3;
  }
  .c-footer__info--large {
    grid-column: 6/13;
  }
  .c-header {
    padding-bottom: 1.25rem;
  }
  .c-header__top {
    position: relative;
    display: flex;
  }
  .c-header__top {
    padding-left: 2rem;
  }
  .c-header__top {
    padding-right: 2rem;
  }
  .c-header__top {
    padding-top: 1.25rem;
  }
  .c-header__bottom {
    justify-content: space-between;
    align-items: center;
    background-color: var(--backgroundcolor-surface-primary);
    border-radius: 50000px;
    transition: box-shadow 0.25s cubic-bezier(0, 0, 0, 1) 0.25s;
    box-shadow: -12px -12px 18px 0 var(--effect-glow, rgba(255, 255, 255, 0.03)), 12px 12px 24px 0 var(--effect-shadow, rgba(0, 0, 0, 0.4));
  }
  .c-header__bottom {
    margin-top: 1.25rem;
  }
  .c-header__bottom {
    padding-left: 2rem;
  }
  .c-header__bottom {
    padding-right: 2rem;
  }
  .c-header__bottom {
    padding-top: 0.75rem;
  }
  .c-header__bottom {
    padding-bottom: 0.75rem;
  }
  .scroll-up .c-header__bottom {
    box-shadow: -12px -12px 18px 0 var(--effect-shadow), 12px 12px 24px 0 var(--effect-shadow);
  }
  .sub-is-open .c-header__bottom, .pusha-active .c-header__bottom {
    box-shadow: -12px -12px 18px 0 var(--effect-shadow), 12px 12px 24px 0 var(--effect-shadow);
  }
  .c-header__burger {
    display: none;
  }
  .c-header__burger--desktop {
    display: flex;
    box-shadow: none;
    padding: 0;
    justify-content: flex-end;
  }
  .pusha-active .c-header__burger--desktop {
    box-shadow: none;
  }
  .c-panel__container {
    height: calc(100vh - (var(--hht) + var(--hhb) + 2rem));
    top: calc(var(--hht) + var(--hhb) + 2rem);
  }
  .c-panel__container {
    border-radius: 0.75rem;
  }
  .c-panel__container {
    margin: 0 auto;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    max-width: 1600px;
  }
  .c-panel__inner {
    grid-template-rows: auto auto auto minmax(0, 1fr);
  }
  .c-panel-spacer {
    display: block;
  }
  .c-panel .js-panel-space {
    height: 0;
  }
  .c-teaser-list__items {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-teaser-list--twocol .c-teaser-list__items {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-teaser-list--fourcol .c-teaser-list__items {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-cta::before {
    display: block;
  }
  .c-bento-list__items {
    grid-template-columns: 1fr 1fr;
  }
  .c-bento-list__item--big {
    grid-column: span 2;
  }
  .c-bento-list__item--large {
    grid-column: span 2;
  }
  .c-bento-list__item--medium {
    grid-column: span 1;
  }
  .c-page-toggler {
    justify-content: center;
  }
  .c-page-toggler__items {
    margin: 0;
    background-color: var(--backgroundcolor-surface-secondary);
    box-shadow: -28px -28px 55px 0 #FFF inset, 28px 28px 55px 0 rgba(0, 0, 0, 0.1) inset;
  }
  .dark-mode .c-page-toggler__items {
    box-shadow: none;
  }
  .c-page-toggler__link {
    padding-left: 1.25rem;
  }
  .c-page-toggler__link {
    padding-right: 1.25rem;
  }
  .c-page-toggler--small {
    justify-content: flex-end;
  }
  .c-product-list__items {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-product-list--fourcol .c-product-list__items {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-comparison-table h2 {
    max-width: 80%;
  }
  .c-openlist li {
    -moz-column-gap: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
    column-gap: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
  }
  .l-content__infobar--bottom .c-infobar {
    padding-bottom: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
  }
  .c-slider__pagination {
    padding-top: calc(1.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-search-result__bottom > * {
    gap: calc(0.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  [class*="--large"] .c-bento-teaser .c-bento-teaser__inner {
    gap: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
  }
  [class*="--large"] .c-bento-teaser .c-bento-teaser__inner .c-bento-teaser__content {
    -moz-column-gap: calc(1rem + 0.5 * (100vw - 20rem) / 70);
    column-gap: calc(1rem + 0.5 * (100vw - 20rem) / 70);
  }
  [class*="--large"] .c-bento-teaser .c-bento-teaser__inner .c-bento-teaser__content {
    margin-right: calc(1rem + 0.5 * (100vw - 20rem) / 70);
  }
  [class*="--large"] .c-bento-teaser .c-bento-teaser__inner .c-bento-teaser__image {
    border-top-right-radius: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  [class*="--large"] .c-bento-teaser .c-bento-teaser__inner .c-bento-teaser__image {
    border-bottom-right-radius: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  [class*="--large"] .c-bento-teaser .c-bento-teaser__inner .c-bento-teaser__image {
    margin-left: calc(-1.25rem + -0.25 * (100vw - 20rem) / 70);
  }
  .c-header {
    padding-bottom: calc(1.25rem + 0.75 * (100vw - 20rem) / 70);
  }
  .c-header__top {
    padding-left: calc(2rem + 1.25 * (100vw - 20rem) / 70);
  }
  .c-header__top {
    padding-right: calc(2rem + 1.25 * (100vw - 20rem) / 70);
  }
  .c-header__top {
    padding-top: calc(1.25rem + 0.75 * (100vw - 20rem) / 70);
  }
  .c-header__bottom {
    margin-top: calc(1.25rem + 0.75 * (100vw - 20rem) / 70);
  }
  .c-header__bottom {
    padding-left: calc(2rem + 1.25 * (100vw - 20rem) / 70);
  }
  .c-header__bottom {
    padding-right: calc(2rem + 1.25 * (100vw - 20rem) / 70);
  }
  .c-header__bottom {
    padding-top: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-header__bottom {
    padding-bottom: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-panel__container {
    border-radius: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-page-toggler__link {
    padding-left: calc(1.25rem + 0.75 * (100vw - 20rem) / 70);
  }
  .c-page-toggler__link {
    padding-right: calc(1.25rem + 0.75 * (100vw - 20rem) / 70);
  }
}

@media (min-width: 48em) and (hover: hover) and (pointer: fine){
  [class*="--large"] .c-bento-teaser:hover, [class*="--large"] .c-bento-teaser:focus-visible {
    --bubble-scale-state: 4;
  }
}

@media (min-width: 48em) and (max-width: 63.99em){
  .u-hidden-md {
    display: none !important;
  }
  .u-visible-md {
    display: block !important;
  }
}

@media (min-width: 64em){
  .l-container--default, .c-cookieconsent__container {
    display: grid;
  }
  .l-container--default, .c-cookieconsent__container {
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
  .u-hidden-lg-up {
    display: none !important;
  }
  .u-visible-lg-up {
    display: block !important;
  }
  .c-breadcrumb {
    grid-column: 3/11 !important;
  }
  .c-download {
    grid-column: 3/11 !important;
  }
  .c-cookieconsent__text {
    width: 70%;
  }
  .l-content__infobar--top .c-infobar .c-infobar__container {
    padding-left: 2.5rem;
  }
  .l-content__infobar--top .c-infobar .c-infobar__container {
    padding-right: 2.5rem;
  }
  .c-menu--meta .c-menu__list {
    justify-content: flex-start;
  }
  .c-menu--top .c-menu__list, .c-menu--fastnav .c-menu__list {
    justify-content: flex-start;
  }
  .c-slider-media {
    grid-column: 3/11 !important;
  }
  .c-richtext {
    grid-column: 3/11 !important;
  }
  .c-richtext-wrapper {
    grid-column: 3/11 !important;
  }
  .c-textmedia {
    grid-template-columns: repeat(12, 1fr);
  }
  .c-textmedia {
    grid-column: 2/12 !important;
  }
  .c-textmedia__title {
    grid-row: 1;
  }
  .c-textmedia__title, .c-textmedia__subtitle, .c-textmedia__media-list {
    grid-column: 2/5;
  }
  .c-textmedia blockquote p:first-child {
    grid-row: 1/5;
    grid-column: 2;
  }
  .c-textmedia__text {
    grid-column: span 7;
    grid-row: 1/14;
    padding-bottom: 0;
  }
  .c-textmedia::after {
    left: 16%;
    right: unset;
    bottom: unset;
    transform: rotate(var(--rotate-base)) translate3d(0px, 0px, 0) scale(var(--bubble-scale));
    width: 60%;
    animation: gentle-rotate 20s linear infinite;
  }
  .c-textmedia::after {
    top: -13.4375rem;
  }
  .c-textmedia::after {
    margin-top: 3.25rem;
  }
  .c-textmedia::after {
    margin-bottom: 3.25rem;
  }
  .c-pagination-list {
    grid-column: 2/12 !important;
  }
  .c-pagination-list__items {
    grid-template-columns: repeat(12, 1fr);
  }
  .c-pagination-list--faq {
    grid-column: span 12 !important;
  }
  .c-pagination-list--faq {
    grid-template-columns: repeat(12, 1fr);
  }
  .c-pagination-list--faq .c-pagination-list__counter {
    grid-column: 3/11 !important;
  }
  .c-pagination-list--faq .c-pagination-list__items {
    grid-column: 2/12 !important;
  }
  .c-pagination-list--solr {
    grid-column: 3/11 !important;
  }
  .c-news-detail {
    grid-column: span 12 !important;
  }
  .c-news-detail {
    grid-template-columns: repeat(12, 1fr);
  }
  .c-news-detail__historyback, .c-news-detail__title, .c-news-detail__lead, .c-news-detail__time, .c-news-detail__subtitle, .c-news-detail__categories, .c-news-detail__relatedlinks, .c-news-detail__share, .c-news-detail__prompt {
    grid-column: 3/11 !important;
  }
  .c-news-detail__related {
    grid-column: 2/12 !important;
  }
  .c-news-detail__related {
    grid-row: 10;
  }
  .c-news-detail__hero {
    grid-column: 1/8;
  }
  .c-news-detail__hero {
    padding-bottom: 3.75rem;
  }
  .c-news-detail__authors {
    grid-column: 8/13;
  }
  .c-news-detail__contents {
    grid-column: span 12 !important;
  }
  .c-news-detail__contents {
    grid-template-columns: repeat(12, 1fr);
  }
  .c-news-detail__content--richtext, .c-news-detail__content--media, .c-news-detail__content--html {
    grid-column: 3/11 !important;
  }
  .c-news-detail__content--textmedia {
    grid-column: 2/12 !important;
  }
  .c-news-detail__content--relations {
    grid-column: span 12 !important;
  }
  .c-news-detail__categories {
    grid-row: 8;
  }
  .c-news-detail__share {
    grid-row: 9;
  }
  .c-filter {
    grid-column: 2/12 !important;
  }
  .c-filter--select {
    grid-template-columns: repeat(12, 1fr);
  }
  .c-filter__select {
    grid-column: span 6;
  }
  .c-filter__search {
    grid-column: span 6;
  }
  .c-news-list {
    grid-column: 2/12 !important;
  }
  .c-news-list__items {
    grid-template-columns: repeat(4, 1fr);
  }
  .c-news-list__button, .c-news-list__all-button {
    grid-column: span 4;
  }
  .c-news-list--preview .c-news-list__items:has(> .c-news-list__item:first-child:last-child) {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-news-list--preview .c-news-list__items:has(> .c-news-list__item:nth-child(2):last-child) {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-news-list--preview .c-news-list__items:has(> .c-news-list__item:nth-child(3):last-child) {
    grid-template-columns: repeat(3, 1fr);
  }
  .c-news-list--search .c-news-list__items {
    grid-template-columns: repeat(3, 1fr);
  }
  .c-news-list--navi .c-news-list__items {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-author-detail {
    grid-template-columns: repeat(12, 1fr);
  }
  .c-author-detail__image, .c-author-detail__position, .c-author-detail__lead, .c-author-detail__social,
  .c-author-detail h1 {
    grid-column: 3/11 !important;
  }
  .c-author-detail__relations {
    grid-column: 2/12 !important;
  }
  .c-person-list {
    grid-column: 3/11 !important;
  }
  .c-person-teaser {
    grid-template-columns: repeat(12, 1fr);
  }
  .c-location-detail {
    grid-column: span 12 !important;
  }
  .c-location-detail {
    grid-template-columns: repeat(12, 1fr);
  }
  .c-location-detail__hero {
    grid-column: span 12 !important;
  }
  .c-location-detail__info {
    grid-template-columns: 1fr 1fr;
  }
  .c-location-detail__info:has(> *:nth-child(3n)) {
    grid-template-columns: 3fr 5fr 4fr;
  }
  .c-location-detail__team {
    grid-column: 3/11 !important;
  }
  .c-faq-preview {
    grid-column: 2/12 !important;
  }
  .c-faq-preview {
    grid-template-columns: repeat(12, 1fr);
  }
  .c-faq-preview__content {
    padding-left: 1.25rem;
  }
  .c-faq-preview__content {
    padding-right: 1.25rem;
  }
  .c-faq-preview::after {
    right: -4% !important;
    left: unset;
    bottom: unset;
    transform: rotate(var(--rotate-base)) translate3d(0px, 0px, 0) scale(var(--bubble-scale));
    animation: gentle-rotate 20s linear infinite;
  }
  .c-faq-preview::after {
    width: 26.875rem;
  }
  .c-faq-preview::after {
    height: 26.875rem;
  }
  .c-faq-preview::after {
    top: -13.4375rem;
  }
  .c-faq-preview::after {
    margin-top: 3.25rem;
  }
  .c-faq-preview::after {
    margin-bottom: 3.25rem;
  }
  .c-faq-detail {
    grid-column: span 12 !important;
  }
  .c-faq-detail {
    grid-template-columns: repeat(12, 1fr);
  }
  .c-faq-detail__historyback, .c-faq-detail__title, .c-faq-detail__lead, .c-faq-detail__share {
    grid-column: 3/11 !important;
  }
  .c-faq-detail__hero {
    grid-column: 3/11 !important;
  }
  .c-faq-detail__contents {
    grid-column: span 12 !important;
  }
  .c-faq-detail__contents {
    grid-template-columns: repeat(12, 1fr);
  }
  .c-faq-detail__content--richtext, .c-faq-detail__content--media, .c-faq-detail__content--steps, .c-faq-detail__content--teasers {
    grid-column: 3/11 !important;
  }
  .c-faq-detail__content--relations {
    grid-column: span 12 !important;
  }
  .c-faq-detail__share {
    grid-row: 8;
  }
  .tx-powermail {
    grid-column: 2/12 !important;
  }
  .c-search-result {
    margin-left: -0.75rem;
  }
  .c-search-result {
    margin-right: -0.75rem;
  }
  .c-search-result__inner {
    grid-template-columns: repeat(8, 1fr);
  }
  .c-search-result__inner {
    padding-left: 0.75rem;
  }
  .c-search-result__inner {
    padding-right: 0.75rem;
  }
  .c-search-result__content {
    grid-column: span 5;
  }
  .c-search-result__image {
    grid-column: span 2;
    padding-top: 0;
    max-width: 100%;
  }
  .c-search-result__link-inner {
    right: 1.25rem;
  }
  .c-search-filter {
    grid-column: 3/11 !important;
  }
  .c-search-filter__search {
    margin-left: -1.25rem;
  }
  .c-search-filter__search {
    margin-right: -1.25rem;
  }
  .c-search-filter__search input {
    padding-left: 1.25rem;
  }
  .c-search-filter__search input {
    padding-right: 3.25rem;
  }
  .c-accordion {
    grid-column: 3/11 !important;
  }
  .c-modal__container {
    display: grid;
  }
  .c-modal__container {
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
  .c-modal__inner {
    grid-column: 3/11 !important;
  }
  .c-modal--search .c-modal__container {
    display: grid;
  }
  .c-modal--search .c-modal__container {
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
  .c-modal--search .c-modal__inner {
    grid-column: 2/12 !important;
  }
  .c-modal--search .c-modal__body {
    grid-template-columns: repeat(12, 1fr);
  }
  .c-navigation.c-navigation--header .c-navigation__list li.has-sub .c-navigation__sub .c-navigation__container {
    grid-template-columns: repeat(12, 1fr);
  }
  [class*="--highlight"] .c-teaser {
    grid-template-columns: repeat(12, 1fr);
  }
  .c-bento-teaser {
    grid-template-rows: 1fr auto;
    height: unset;
  }
  .c-bento-teaser__inner {
    grid-template-rows: 1fr auto;
  }
  [class*="--large"] .c-bento-teaser .c-bento-teaser__inner .c-bento-teaser__content {
    grid-column: 1/4;
  }
  [class*="--large"] .c-bento-teaser .c-bento-teaser__inner .c-bento-teaser__image {
    grid-column: 4/8;
    min-height: 250px;
  }
  [class*="--big"] .c-bento-teaser .c-bento-teaser__inner .c-bento-teaser__image {
    border-top-right-radius: 0.75rem;
  }
  [class*="--big"] .c-bento-teaser .c-bento-teaser__inner .c-bento-teaser__image {
    border-top-left-radius: 0.75rem;
  }
  [class*="--medium"] .c-bento-teaser .c-bento-teaser__inner::after {
    width: 21rem;
  }
  .c-bento-teaser__image img {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    z-index: 1;
  }
  [class*="--large"] .c-bento-teaser:not(.c-bento-teaser--media) .c-bento-teaser__inner .c-bento-teaser__image {
    display: none;
  }
  [class*="--large"] .c-bento-teaser:not(.c-bento-teaser--media) .c-bento-teaser__inner .c-bento-teaser__content {
    grid-column: span 4;
  }
  .l-container > .c-step-list {
    grid-column: 3/11 !important;
  }
  .c-embeds--small {
    grid-column: 3/11 !important;
  }
  .c-footer {
    display: grid;
  }
  .c-footer {
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
  .c-footer {
    padding-left: 2.5rem;
  }
  .c-footer {
    padding-right: 2.5rem;
  }
  .c-footer__inner {
    grid-template-columns: repeat(12, 1fr);
  }
  .c-footer__bottom {
    flex-direction: row;
    justify-content: space-between;
  }
  .c-footer__logo {
    grid-column: span 4;
  }
  .c-footer__info {
    grid-column: span 8;
  }
  .c-footer__slogan {
    grid-column: 5/10;
  }
  .c-footer__schememode {
    grid-column: 10/13;
    width: 100%;
    justify-self: flex-end;
  }
  .c-footer__info--large {
    grid-column: 5/13;
    grid-template-columns: 4fr 2fr;
  }
  .c-footer__info--large > :first-child {
    grid-column: span 1;
  }
  .c-header__container {
    display: grid;
  }
  .c-header__container {
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
  .c-header__container {
    padding-left: 2.5rem;
  }
  .c-header__container {
    padding-right: 2.5rem;
  }
  .c-teaser-list {
    grid-column: 2/12 !important;
  }
  .c-teaser-list__items {
    grid-template-columns: repeat(3, 1fr);
  }
  .c-teaser-list--options {
    grid-column: 3/11 !important;
  }
  .c-teaser-list--fourcol .c-teaser-list__items {
    grid-template-columns: repeat(4, 1fr);
  }
  .c-teaser-list--highlight {
    grid-column: span 12 !important;
  }
  .c-hero {
    grid-column: span 12 !important;
  }
  .c-hero {
    grid-template-columns: repeat(12, 1fr);
  }
  .c-hero__media {
    grid-column: span 12 !important;
  }
  .scroll-down .c-hero__media, .scroll-up .c-hero__media, .scroll-header .c-hero__media {
    max-width: 83.3333333333%;
  }
  .c-hero__title, .c-hero__lead {
    grid-column: 3/11 !important;
  }
  .c-cta {
    grid-column: 3/11 !important;
  }
  .c-cta--large {
    grid-column: 2/12 !important;
  }
  .c-cta__content {
    grid-template-columns: repeat(12, 1fr);
  }
  .c-cta__content--1 > * {
    grid-column: 4/span 6;
  }
  .c-cta__content--2 > * {
    grid-column: span 6;
  }
  .c-cta__content--2 > *:first-child::after {
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    position: absolute;
    background-color: currentColor;
  }
  .c-cta__content--2 > *:first-child::after {
    right: -0.625rem;
  }
  .c-cta__content--3 > * {
    grid-column: span 4;
  }
  .c-cta__content--3 > *:first-child::after, .c-cta__content--3 > *:nth-child(2)::after {
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    position: absolute;
    background-color: currentColor;
  }
  .c-cta__content--3 > *:first-child::after, .c-cta__content--3 > *:nth-child(2)::after {
    right: -0.625rem;
  }
  .c-bento-list__items {
    grid-template-columns: repeat(12, 1fr);
  }
  .c-bento-list__item--big {
    grid-column: span 6;
    grid-row: span 2;
  }
  .c-bento-list__item--big:first-child {
    grid-row: 1/3;
  }
  .c-bento-list__item--large {
    grid-column: span 6;
  }
  .c-bento-list__item--medium {
    grid-column: span 3;
  }
  .c-bento-list__item--big + .c-bento-list__item--medium + .c-bento-list__item--medium + .c-bento-list__item--large {
    grid-column: span 6;
  }
  .c-bento-list__item--medium + .c-bento-list__item--medium + .c-bento-list__item--medium, .c-bento-list__item--medium + .c-bento-list__item--medium + .c-bento-list__item--large, .c-bento-list__item--large + .c-bento-list__item--large + .c-bento-list__item--medium {
    grid-column: span 6;
  }
  .c-bento-list__item--medium + .c-bento-list__item--medium + .c-bento-list__item--medium .c-bento-teaser__inner, .c-bento-list__item--medium + .c-bento-list__item--medium + .c-bento-list__item--large .c-bento-teaser__inner, .c-bento-list__item--large + .c-bento-list__item--large + .c-bento-list__item--medium .c-bento-teaser__inner {
    grid-template-columns: 1fr;
    display: grid;
    grid-template-rows: 1fr auto;
    gap: 0;
  }
  .c-bento-list__item--medium + .c-bento-list__item--medium + .c-bento-list__item--medium .c-bento-teaser__inner .c-bento-teaser__image,
  .c-bento-list__item--medium + .c-bento-list__item--medium + .c-bento-list__item--medium .c-bento-teaser__inner .c-bento-teaser__content, .c-bento-list__item--medium + .c-bento-list__item--medium + .c-bento-list__item--large .c-bento-teaser__inner .c-bento-teaser__image,
  .c-bento-list__item--medium + .c-bento-list__item--medium + .c-bento-list__item--large .c-bento-teaser__inner .c-bento-teaser__content, .c-bento-list__item--large + .c-bento-list__item--large + .c-bento-list__item--medium .c-bento-teaser__inner .c-bento-teaser__image,
  .c-bento-list__item--large + .c-bento-list__item--large + .c-bento-list__item--medium .c-bento-teaser__inner .c-bento-teaser__content {
    grid-column: auto !important;
    grid-row: auto;
  }
  .c-bento-list__item--medium + .c-bento-list__item--medium + .c-bento-list__item--medium .c-bento-teaser__inner .c-bento-teaser__image, .c-bento-list__item--medium + .c-bento-list__item--medium + .c-bento-list__item--large .c-bento-teaser__inner .c-bento-teaser__image, .c-bento-list__item--large + .c-bento-list__item--large + .c-bento-list__item--medium .c-bento-teaser__inner .c-bento-teaser__image {
    border-bottom-right-radius: 0;
  }
  .c-bento-list__item--medium + .c-bento-list__item--medium + .c-bento-list__item--medium .c-bento-teaser__inner .c-bento-teaser__image, .c-bento-list__item--medium + .c-bento-list__item--medium + .c-bento-list__item--large .c-bento-teaser__inner .c-bento-teaser__image, .c-bento-list__item--large + .c-bento-list__item--large + .c-bento-list__item--medium .c-bento-teaser__inner .c-bento-teaser__image {
    border-top-right-radius: 0.75rem;
  }
  .c-bento-list__item--medium + .c-bento-list__item--medium + .c-bento-list__item--medium .c-bento-teaser__inner .c-bento-teaser__image, .c-bento-list__item--medium + .c-bento-list__item--medium + .c-bento-list__item--large .c-bento-teaser__inner .c-bento-teaser__image, .c-bento-list__item--large + .c-bento-list__item--large + .c-bento-list__item--medium .c-bento-teaser__inner .c-bento-teaser__image {
    border-top-left-radius: 0.75rem;
  }
  .c-sticky-cta__container {
    padding-left: 2.5rem;
  }
  .c-sticky-cta__container {
    padding-right: 2.5rem;
  }
  .c-sticky-cta__container {
    margin: 0 auto;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    max-width: 1600px;
  }
  .c-sticky-cta__inner {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
  }
  .c-sticky-cta__inner {
    margin-top: 1.25rem;
  }
  .c-sticky-cta__inner {
    border-radius: 50000px;
  }
  .c-sticky-cta__inner {
    padding-top: 1.25rem;
  }
  .c-sticky-cta__inner {
    padding-bottom: 1.25rem;
  }
  .c-sticky-cta__inner {
    padding-left: 2rem;
  }
  .c-sticky-cta__inner {
    padding-right: 2rem;
  }
  .c-sticky-cta h2 {
    margin-bottom: 0 !important;
  }
  .c-product-list {
    grid-column: 2/12 !important;
  }
  .c-product-list__items {
    grid-template-columns: repeat(3, 1fr);
  }
  .c-product-list--twocol {
    grid-column: 3/11 !important;
  }
  .c-product-list--twocol .c-product-list__items {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-product-list--fourcol .c-product-list__items {
    grid-template-columns: repeat(4, 1fr);
  }
  .c-contact-teasers {
    grid-column: 2/12 !important;
  }
  .c-contact-teasers__items {
    grid-template-columns: repeat(12, 1fr);
  }
  .c-stacking-card {
    grid-column: 3/11 !important;
  }
  .c-stacking-card h2 {
    position: sticky;
    top: 0;
  }
  .sticky-active .c-stacking-card h2 {
    top: calc(var(--scta, 20px) + 35px);
  }
  .c-stacking-card:has(.hide-sticky) h2 {
    position: relative;
  }
  .c-stacking-card__list {
    padding-bottom: 6.25rem;
    grid-template-rows: repeat(calc(var(--card-count) + 1), calc(var(--card-minheight) - var(--head-height)));
  }
  .c-stacking-card__list:not(.hide-sticky) .c-stacking-card__item:first-child {
    margin-bottom: calc((var(--head-height)) * -1);
  }
  .c-stacking-card__list:not(.hide-sticky) .c-stacking-card__item:nth-child(1n) {
    top: calc(1 * var(--head-height));
    margin-top: calc(0 * var(--head-height));
    margin-bottom: calc(1 * var(--head-height) * -1);
  }
  .sticky-active .c-stacking-card__list:not(.hide-sticky) .c-stacking-card__item:nth-child(1n) {
    top: calc(1 * var(--head-height) + var(--scta));
  }
  .c-stacking-card__list:not(.hide-sticky) .c-stacking-card__item:nth-child(2n) {
    top: calc(2 * var(--head-height));
    margin-top: calc(1 * var(--head-height));
    margin-bottom: calc(2 * var(--head-height) * -1);
  }
  .sticky-active .c-stacking-card__list:not(.hide-sticky) .c-stacking-card__item:nth-child(2n) {
    top: calc(2 * var(--head-height) + var(--scta));
  }
  .c-stacking-card__list:not(.hide-sticky) .c-stacking-card__item:nth-child(3n) {
    top: calc(3 * var(--head-height));
    margin-top: calc(2 * var(--head-height));
    margin-bottom: calc(3 * var(--head-height) * -1);
  }
  .sticky-active .c-stacking-card__list:not(.hide-sticky) .c-stacking-card__item:nth-child(3n) {
    top: calc(3 * var(--head-height) + var(--scta));
  }
  .c-stacking-card__list:not(.hide-sticky) .c-stacking-card__item:nth-child(4n) {
    top: calc(4 * var(--head-height));
    margin-top: calc(3 * var(--head-height));
    margin-bottom: calc(4 * var(--head-height) * -1);
  }
  .sticky-active .c-stacking-card__list:not(.hide-sticky) .c-stacking-card__item:nth-child(4n) {
    top: calc(4 * var(--head-height) + var(--scta));
  }
  .c-stacking-card__list:not(.hide-sticky) .c-stacking-card__item:nth-child(5n) {
    top: calc(5 * var(--head-height));
    margin-top: calc(4 * var(--head-height));
    margin-bottom: calc(5 * var(--head-height) * -1);
  }
  .sticky-active .c-stacking-card__list:not(.hide-sticky) .c-stacking-card__item:nth-child(5n) {
    top: calc(5 * var(--head-height) + var(--scta));
  }
  .c-stacking-card__list:not(.hide-sticky) .c-stacking-card__item:nth-child(6n) {
    top: calc(6 * var(--head-height));
    margin-top: calc(5 * var(--head-height));
    margin-bottom: calc(6 * var(--head-height) * -1);
  }
  .sticky-active .c-stacking-card__list:not(.hide-sticky) .c-stacking-card__item:nth-child(6n) {
    top: calc(6 * var(--head-height) + var(--scta));
  }
  .c-stacking-card__list:not(.hide-sticky) .c-stacking-card__item:nth-child(7n) {
    top: calc(7 * var(--head-height));
    margin-top: calc(6 * var(--head-height));
    margin-bottom: calc(7 * var(--head-height) * -1);
  }
  .sticky-active .c-stacking-card__list:not(.hide-sticky) .c-stacking-card__item:nth-child(7n) {
    top: calc(7 * var(--head-height) + var(--scta));
  }
  .c-stacking-card__list:not(.hide-sticky) .c-stacking-card__item:nth-child(8n) {
    top: calc(8 * var(--head-height));
    margin-top: calc(7 * var(--head-height));
    margin-bottom: calc(8 * var(--head-height) * -1);
  }
  .sticky-active .c-stacking-card__list:not(.hide-sticky) .c-stacking-card__item:nth-child(8n) {
    top: calc(8 * var(--head-height) + var(--scta));
  }
  .c-stacking-card__list:not(.hide-sticky) .c-stacking-card__item:nth-child(9n) {
    top: calc(9 * var(--head-height));
    margin-top: calc(8 * var(--head-height));
    margin-bottom: calc(9 * var(--head-height) * -1);
  }
  .sticky-active .c-stacking-card__list:not(.hide-sticky) .c-stacking-card__item:nth-child(9n) {
    top: calc(9 * var(--head-height) + var(--scta));
  }
  .c-stacking-card__list:not(.hide-sticky) .c-stacking-card__item:nth-child(10n) {
    top: calc(10 * var(--head-height));
    margin-top: calc(9 * var(--head-height));
    margin-bottom: calc(10 * var(--head-height) * -1);
  }
  .sticky-active .c-stacking-card__list:not(.hide-sticky) .c-stacking-card__item:nth-child(10n) {
    top: calc(10 * var(--head-height) + var(--scta));
  }
  .c-stacking-card__list:not(.hide-sticky) {
    grid-template-rows: repeat(calc(var(--card-maxcount) + 1), calc(var(--card-minheight)));
    padding-bottom: calc(var(--card-maxcount) * var(--head-height) + 50px);
  }
  .c-stacking-card__list::after {
    content: "";
    position: absolute;
    display: block;
    z-index: -1;
    aspect-ratio: 1/1;
    background: linear-gradient(221deg, var(--gradient-01-end, rgba(0, 0, 0, 0.1)) 21.1%, var(--gradient-01-start, rgba(0, 0, 0, 0)) 71.12%);
    border-radius: 50%;
    transform: rotate(var(--rotate-base-mobile)) translate3d(0px, 0px, 0) scale(var(--bubble-scale-mobile));
    transform-origin: center;
    display: inline-block;
    will-change: transform;
    width: 20rem;
    height: 20rem;
    right: calc(0% - 200px);
    top: 0;
  }
  .c-stacking-card__list::before {
    content: "";
    position: absolute;
    display: block;
    z-index: -1;
    aspect-ratio: 1/1;
    background: linear-gradient(225deg, var(--gradient-01-start, rgba(255, 255, 255, 0)) 45.19%, var(--gradient-01-end, rgba(255, 255, 255, 0.1)) 83.97%);
    border-radius: 50%;
    transform: rotate(var(--rotate-base-mobile)) translate3d(0px, 0px, 0) scale(var(--bubble-scale-mobile));
    transform-origin: center;
    display: inline-block;
    will-change: transform;
    width: 26.5rem;
    height: 26.5rem;
    left: calc(0% - 200px);
    top: 50%;
  }
  .c-stacking-card__head {
    grid-template-columns: repeat(8, 1fr);
  }
  .c-stacking-card__number {
    padding-top: 0.625rem;
  }
  .c-stacking-card__body {
    grid-template-columns: repeat(8, 1fr);
  }
  .c-stacking-card::after {
    content: "";
    position: absolute;
    display: block;
    z-index: 3;
    aspect-ratio: 1/1;
    background: linear-gradient(225deg, var(--gradient-01-start, rgba(255, 255, 255, 0)) 45.19%, var(--gradient-01-end, rgba(255, 255, 255, 0.1)) 83.97%);
    border-radius: 50%;
    transform: rotate(var(--rotate-base-mobile)) translate3d(0px, 0px, 0) scale(var(--bubble-scale-mobile));
    transform-origin: center;
    display: inline-block;
    will-change: transform;
    width: 13.875rem;
    height: 13.875rem;
    right: 0%;
    bottom: 0;
  }
  .c-comparison-table {
    grid-column: 2/12 !important;
  }
  .c-searchbar {
    grid-column: 3/11 !important;
  }
  .l-container--default, .c-cookieconsent__container {
    -moz-column-gap: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
    column-gap: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
  }
  .l-content__infobar--top .c-infobar .c-infobar__container {
    padding-left: calc(2.5rem + 2.5 * (100vw - 20rem) / 70);
  }
  .l-content__infobar--top .c-infobar .c-infobar__container {
    padding-right: calc(2.5rem + 2.5 * (100vw - 20rem) / 70);
  }
  .c-textmedia::after {
    top: calc(-13.4375rem + -9.0625 * (100vw - 20rem) / 70);
  }
  .c-textmedia::after {
    margin-top: calc(3.25rem + 2 * (100vw - 20rem) / 70);
  }
  .c-textmedia::after {
    margin-bottom: calc(3.25rem + 2 * (100vw - 20rem) / 70);
  }
  .c-news-detail__hero {
    padding-bottom: calc(3.75rem + 1.25 * (100vw - 20rem) / 70);
  }
  .c-faq-preview__content {
    padding-left: calc(1.25rem + 0.75 * (100vw - 20rem) / 70);
  }
  .c-faq-preview__content {
    padding-right: calc(1.25rem + 0.75 * (100vw - 20rem) / 70);
  }
  .c-faq-preview::after {
    width: calc(26.875rem + 13.125 * (100vw - 20rem) / 70);
  }
  .c-faq-preview::after {
    height: calc(26.875rem + 13.125 * (100vw - 20rem) / 70);
  }
  .c-faq-preview::after {
    top: calc(-13.4375rem + -2.1875 * (100vw - 20rem) / 70);
  }
  .c-faq-preview::after {
    margin-top: calc(3.25rem + 2 * (100vw - 20rem) / 70);
  }
  .c-faq-preview::after {
    margin-bottom: calc(3.25rem + 2 * (100vw - 20rem) / 70);
  }
  .c-search-result {
    margin-left: calc(-0.75rem + -0.25 * (100vw - 20rem) / 70);
  }
  .c-search-result {
    margin-right: calc(-0.75rem + -0.25 * (100vw - 20rem) / 70);
  }
  .c-search-result__inner {
    padding-left: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-search-result__inner {
    padding-right: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-search-result__link-inner {
    right: calc(1.25rem + 0.75 * (100vw - 20rem) / 70);
  }
  .c-search-filter__search {
    margin-left: calc(-1.25rem + -0.75 * (100vw - 20rem) / 70);
  }
  .c-search-filter__search {
    margin-right: calc(-1.25rem + -0.75 * (100vw - 20rem) / 70);
  }
  .c-search-filter__search input {
    padding-left: calc(1.25rem + 0.75 * (100vw - 20rem) / 70);
  }
  .c-search-filter__search input {
    padding-right: calc(3.25rem + 2 * (100vw - 20rem) / 70);
  }
  .c-modal__container {
    -moz-column-gap: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
    column-gap: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
  }
  .c-modal--search .c-modal__container {
    -moz-column-gap: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
    column-gap: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
  }
  [class*="--big"] .c-bento-teaser .c-bento-teaser__inner .c-bento-teaser__image {
    border-top-right-radius: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  [class*="--big"] .c-bento-teaser .c-bento-teaser__inner .c-bento-teaser__image {
    border-top-left-radius: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  [class*="--medium"] .c-bento-teaser .c-bento-teaser__inner::after {
    width: calc(21rem + -2.25 * (100vw - 20rem) / 70);
  }
  .c-footer {
    -moz-column-gap: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
    column-gap: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
  }
  .c-footer {
    padding-left: calc(2.5rem + 2.5 * (100vw - 20rem) / 70);
  }
  .c-footer {
    padding-right: calc(2.5rem + 2.5 * (100vw - 20rem) / 70);
  }
  .c-header__container {
    -moz-column-gap: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
    column-gap: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
  }
  .c-header__container {
    padding-left: calc(2.5rem + 2.5 * (100vw - 20rem) / 70);
  }
  .c-header__container {
    padding-right: calc(2.5rem + 2.5 * (100vw - 20rem) / 70);
  }
  .c-cta__content--2 > *:first-child::after {
    right: calc(-0.625rem + -0.25 * (100vw - 20rem) / 70);
  }
  .c-cta__content--3 > *:first-child::after, .c-cta__content--3 > *:nth-child(2)::after {
    right: calc(-0.625rem + -0.25 * (100vw - 20rem) / 70);
  }
  .c-bento-list__item--medium + .c-bento-list__item--medium + .c-bento-list__item--medium .c-bento-teaser__inner .c-bento-teaser__image, .c-bento-list__item--medium + .c-bento-list__item--medium + .c-bento-list__item--large .c-bento-teaser__inner .c-bento-teaser__image, .c-bento-list__item--large + .c-bento-list__item--large + .c-bento-list__item--medium .c-bento-teaser__inner .c-bento-teaser__image {
    border-top-right-radius: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-bento-list__item--medium + .c-bento-list__item--medium + .c-bento-list__item--medium .c-bento-teaser__inner .c-bento-teaser__image, .c-bento-list__item--medium + .c-bento-list__item--medium + .c-bento-list__item--large .c-bento-teaser__inner .c-bento-teaser__image, .c-bento-list__item--large + .c-bento-list__item--large + .c-bento-list__item--medium .c-bento-teaser__inner .c-bento-teaser__image {
    border-top-left-radius: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-sticky-cta__container {
    padding-left: calc(2.5rem + 2.5 * (100vw - 20rem) / 70);
  }
  .c-sticky-cta__container {
    padding-right: calc(2.5rem + 2.5 * (100vw - 20rem) / 70);
  }
  .c-sticky-cta__inner {
    margin-top: calc(1.25rem + 0.75 * (100vw - 20rem) / 70);
  }
  .c-sticky-cta__inner {
    padding-top: calc(1.25rem + 0.75 * (100vw - 20rem) / 70);
  }
  .c-sticky-cta__inner {
    padding-bottom: calc(1.25rem + 0.75 * (100vw - 20rem) / 70);
  }
  .c-sticky-cta__inner {
    padding-left: calc(2rem + 1.25 * (100vw - 20rem) / 70);
  }
  .c-sticky-cta__inner {
    padding-right: calc(2rem + 1.25 * (100vw - 20rem) / 70);
  }
  .l-container--default, .c-cookieconsent__container {
    grid-template-columns: repeat(12, 1fr);
  }
  .l-container--default > *, .c-cookieconsent__container > * {
    grid-column: span 12;
  }
  .c-location-detail__info {
    grid-column: 2/12 !important;
  }
  .c-modal__container {
    grid-template-columns: repeat(12, 1fr);
  }
  .c-modal__container > * {
    grid-column: span 12;
  }
  .c-modal--search .c-modal__container {
    grid-template-columns: repeat(12, 1fr);
  }
  .c-modal--search .c-modal__container > * {
    grid-column: span 12;
  }
  .c-footer {
    grid-template-columns: repeat(12, 1fr);
  }
  .c-footer > * {
    grid-column: span 12;
  }
  .c-header__container {
    grid-template-columns: repeat(12, 1fr);
  }
  .c-header__container > * {
    grid-column: span 12;
  }
  .c-sticky-cta__container {
    display: grid;
  }
  .c-sticky-cta__container {
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
  .c-sticky-cta__container {
    padding-left: 2.5rem;
  }
  .c-sticky-cta__container {
    padding-right: 2.5rem;
  }
  .c-navigation.c-navigation--panel .c-navigation__sub {
    display: grid;
  }
  .c-navigation.c-navigation--panel .c-navigation__sub {
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
  .c-navigation.c-navigation--panel .c-navigation__sub {
    padding-left: 2.5rem;
  }
  .c-navigation.c-navigation--panel .c-navigation__sub {
    padding-right: 2.5rem;
  }
  .c-panel__container {
    display: grid;
  }
  .c-panel__container {
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
  .c-panel__container {
    padding-left: 2.5rem;
  }
  .c-panel__container {
    padding-right: 2.5rem;
  }
  .c-navigation.c-navigation--panel .c-navigation__sub {
    -moz-column-gap: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
    column-gap: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
  }
  .c-navigation.c-navigation--panel .c-navigation__sub {
    padding-left: calc(2.5rem + 2.5 * (100vw - 20rem) / 70);
  }
  .c-navigation.c-navigation--panel .c-navigation__sub {
    padding-right: calc(2.5rem + 2.5 * (100vw - 20rem) / 70);
  }
  .c-panel__container {
    -moz-column-gap: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
    column-gap: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
  }
  .c-panel__container {
    padding-left: calc(2.5rem + 2.5 * (100vw - 20rem) / 70);
  }
  .c-panel__container {
    padding-right: calc(2.5rem + 2.5 * (100vw - 20rem) / 70);
  }
  .c-navigation.c-navigation--panel .c-navigation__sub {
    grid-template-columns: repeat(12, 1fr);
  }
  .c-navigation.c-navigation--panel .c-navigation__sub > * {
    grid-column: span 12;
  }
  .c-panel__container {
    grid-template-columns: repeat(12, 1fr);
  }
  .c-panel__container > * {
    grid-column: span 12;
  }
  .c-sticky-cta__container {
    -moz-column-gap: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
    column-gap: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
  }
  .c-sticky-cta__container {
    padding-left: calc(2.5rem + 2.5 * (100vw - 20rem) / 70);
  }
  .c-sticky-cta__container {
    padding-right: calc(2.5rem + 2.5 * (100vw - 20rem) / 70);
  }
  .c-sticky-cta__container {
    grid-template-columns: repeat(12, 1fr);
  }
  .c-sticky-cta__container > * {
    grid-column: span 12;
  }
}

@media (min-width: 64em) and (hover: hover) and (pointer: fine){
  [class*="--big"] .c-bento-teaser:hover, [class*="--big"] .c-bento-teaser:focus-visible {
    --bubble-scale-state: 5;
  }
}

@media (min-width: 64em) and (max-width: 71.865em){
  .u-hidden-lg {
    display: none !important;
  }
  .u-visible-lg {
    display: block !important;
  }
}

@media (min-width: 64em) and (prefers-reduced-motion: reduce){
  .scroll-down .c-hero__media, .scroll-up .c-hero__media, .scroll-header .c-hero__media {
    max-width: 100%;
  }
}

@media (min-width: 71.875em){
  .u-hidden-meta-up {
    display: none !important;
  }
  .u-visible-meta-up {
    display: block !important;
  }
  .c-infobar__container {
    padding-top: 0.5rem;
  }
  .c-infobar__container {
    padding-bottom: 0.5rem;
  }
  .c-infobar__close {
    width: 2.5rem;
    height: 2.5rem;
  }
  .l-content__infobar--top .c-infobar .c-infobar__text {
    padding-left: 2.5rem;
  }
  .l-content__infobar--top .c-infobar .c-infobar__text {
    padding-right: 2.5rem;
  }
  .l-content__infobar--top .c-infobar .c-infobar__text-inner {
    display: flex;
  }
  .l-content__infobar--top .c-infobar .c-infobar__text::before {
    position: absolute;
    transform: translate(0, -50%);
    top: 50%;
    left: 0;
  }
  .scroll-down .l-content__infobar--top .c-infobar, .scroll-up .l-content__infobar--top .c-infobar {
    transform: translateY(calc((var(--hht) + var(--ibh)) * -1));
  }
  .l-content__infobar--bottom .c-infobar .c-infobar__container {
    align-items: center;
    border-radius: 50000px;
  }
  .c-error-message p {
    align-items: center;
  }
  .c-header__menu-top {
    display: block;
  }
  .c-panel__box {
    display: none;
  }
  .c-panel__box--navigation {
    display: block;
  }
  .c-panel__inner {
    grid-template-rows: auto auto 1fr;
  }
  .c-panel-spacer {
    display: none;
  }
  .c-infobar__container {
    padding-top: calc(0.5rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-infobar__container {
    padding-bottom: calc(0.5rem + 0.25 * (100vw - 20rem) / 70);
  }
  .l-content__infobar--top .c-infobar .c-infobar__text {
    padding-left: calc(2.5rem + 1 * (100vw - 20rem) / 70);
  }
  .l-content__infobar--top .c-infobar .c-infobar__text {
    padding-right: calc(2.5rem + 1 * (100vw - 20rem) / 70);
  }
  .l-content__infobar--bottom .c-infobar .c-infobar__container {
    padding-left: 2.5rem;
  }
  .l-content__infobar--bottom .c-infobar .c-infobar__container {
    padding-right: 2.5rem;
  }
  .l-content__infobar--bottom .c-infobar .c-infobar__container {
    padding-left: calc(2.5rem + 2.5 * (100vw - 20rem) / 70);
  }
  .l-content__infobar--bottom .c-infobar .c-infobar__container {
    padding-right: calc(2.5rem + 2.5 * (100vw - 20rem) / 70);
  }
}

@media (min-width: 71.875em) and (max-width: 85.365em){
  .u-hidden-meta {
    display: none !important;
  }
  .u-visible-meta {
    display: block !important;
  }
}

@media screen and (min-width: 1280px){
  #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection,
  #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll,
  #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
    margin: 0 !important;
  }
}

@media (min-width: 85.375em){
  .u-hidden-xl-up {
    display: none !important;
  }
  .u-visible-xl-up {
    display: block !important;
  }
  .c-pagination-list--author .c-pagination-list__item {
    grid-column: span 3;
  }
  .c-pagination-list--faq .c-pagination-list__item {
    grid-column: span 4;
  }
  .c-pagination-list--locations .c-pagination-list__item {
    grid-column: span 4;
  }
  .c-faq-preview__media {
    grid-column: span 7;
  }
  .c-faq-preview__content {
    grid-column: span 5;
  }
  .c-faq-preview__content:not(:last-child) {
    grid-column: span 5;
  }
  .c-faq-preview__content {
    padding: 3.25rem;
  }
  [class*="--large"] .c-bento-teaser .c-bento-teaser__inner .c-bento-teaser__content {
    grid-column: 1/4;
  }
  [class*="--large"] .c-bento-teaser .c-bento-teaser__inner .c-bento-teaser__image {
    grid-column: 4/8;
    min-height: auto;
    min-height: 250px;
  }
  [class*="--medium"] .c-bento-teaser .c-bento-teaser__inner::after {
    width: 21rem;
  }
  .c-bento-teaser__image img {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    z-index: 1;
  }
  .c-footer__logo {
    grid-column: span 3;
  }
  .c-footer__info {
    grid-column: span 3;
  }
  .c-footer__slogan {
    grid-column: span 6;
  }
  .c-footer__schememode {
    grid-column: span 6;
    grid-row: auto;
  }
  .c-footer__info--large {
    grid-column: span 6;
  }
  .c-header__navigation {
    display: block;
  }
  .c-header__burger--desktop {
    display: none;
  }
  .c-panel .js-panel-space {
    max-height: unset;
  }
  .c-faq-preview__content {
    padding: calc(3.25rem + 2 * (100vw - 20rem) / 70);
  }
  [class*="--medium"] .c-bento-teaser .c-bento-teaser__inner::after {
    width: calc(21rem + 5.5 * (100vw - 20rem) / 70);
  }
}

@media (min-width: 85.375em) and (max-width: 89.99em){
  .u-hidden-xl {
    display: none !important;
  }
  .u-visible-xl {
    display: block !important;
  }
}

@media (hover: hover) and (pointer: fine) and (min-width: 90em){
  .c-slider__scrollbar {
    padding-left: 7.5rem;
  }
  .c-slider__scrollbar {
    padding-right: 7.5rem;
  }
}

@media (min-width: 90em){
  address,
  blockquote,
  table,
  figure,
  form,
  fieldset,
  legend,
  pre,
  dl,
  ul,
  ol,
  hr,
  p {
    margin-bottom: 2rem;
  }
  .l-container--default, .c-cookieconsent__container {
    padding-left: 1.75rem;
  }
  .l-container--default, .c-cookieconsent__container {
    padding-right: 1.75rem;
  }
  .l-page {
    font-size: 1.25rem;
  }
  .l-page {
    line-height: 2rem;
  }
  .u-gap-top-zero {
    padding-top: 0;
  }
  .u-gap-bottom-zero {
    padding-bottom: 0;
  }
  .u-gap-top-small {
    padding-top: 2rem;
  }
  .u-gap-bottom-small {
    padding-bottom: 2rem;
  }
  .u-gap-top-default {
    padding-top: 6rem;
  }
  .u-gap-bottom-default {
    padding-bottom: 6rem;
  }
  .u-text-lead {
    font-size: 1.5rem;
  }
  .u-text-lead {
    line-height: 2.25rem;
  }
  .u-hidden-xxl-up {
    display: none !important;
  }
  .u-visible-xxl-up {
    display: block !important;
  }
  blockquote p:first-child {
    font-size: 2.5rem;
  }
  blockquote p:first-child {
    line-height: 3.125rem;
  }
  .c-btn {
    font-size: 1.125rem;
  }
  .c-btn {
    line-height: 1.625rem;
  }
  h1 {
    font-size: 3rem;
  }
  h1 {
    line-height: 3rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h2 {
    line-height: 3.125rem;
  }
  h2 {
    margin-bottom: 1rem;
  }
  h2:not(:first-child) {
    margin-top: 2rem;
  }
  h3 {
    font-size: 1.75rem;
  }
  h3 {
    line-height: 2.125rem;
  }
  h3 {
    margin-bottom: 0.5rem;
  }
  h3:not(:first-child) {
    padding-top: 0.5rem;
  }
  h4 {
    font-size: 1.5rem;
  }
  h4 {
    line-height: 1.75rem;
  }
  .c-logo {
    height: 3.875rem;
  }
  .table {
    margin-right: -5rem;
  }
  .table {
    padding-right: 5rem;
  }
  .table {
    margin-left: -5rem;
  }
  .table {
    padding-left: 5rem;
  }
  .table {
    padding-bottom: 2rem;
  }
  .table-wrapper::before, .table-wrapper::after {
    width: 5.625rem;
  }
  .table-wrapper::after {
    right: -5rem;
  }
  .table-wrapper::before {
    width: 5.625rem;
  }
  .table-wrapper::before {
    left: -5rem;
  }
  table th,
  table td {
    padding-top: 0.5rem;
  }
  table th,
  table td {
    padding-bottom: 0.5rem;
  }
  table th,
  table td {
    padding-left: 0.75rem;
  }
  table th,
  table td {
    padding-right: 0.75rem;
  }
  .c-text-grid h3 {
    font-size: 1.5rem;
  }
  .c-text-grid h3 {
    line-height: 1.75rem;
  }
  .c-text-grid__item {
    -moz-column-gap: 1.75rem;
    column-gap: 1.75rem;
  }
  .c-breadcrumb {
    grid-column: 4/12 !important;
  }
  .c-breadcrumb__items {
    gap: 0.5rem;
  }
  .c-breadcrumb__item {
    gap: 0.5rem;
  }
  .c-breadcrumb__item::after {
    width: 1rem;
  }
  .c-breadcrumb__item::after {
    height: 1rem;
  }
  figure figcaption {
    gap: 0.75rem;
  }
  figure figcaption {
    padding-top: 1rem;
  }
  figure figcaption {
    padding-left: 0.5rem;
  }
  .c-step-item {
    -moz-column-gap: 1.75rem;
    column-gap: 1.75rem;
  }
  .c-step-item__counter {
    font-size: 1.75rem;
  }
  .c-step-item__counter {
    line-height: 2.125rem;
  }
  .c-step-item__counter::after {
    top: 2rem;
  }
  .c-step-item__content {
    border-radius: 1rem;
  }
  .c-step-item__content {
    padding: 1.5rem;
  }
  .c-step-item__content .c-richtext p:not(:last-child) {
    margin-bottom: 1rem;
  }
  .c-check-list {
    font-size: 1.125rem;
  }
  .c-check-list {
    line-height: 1.625rem;
  }
  .c-download {
    grid-column: 4/12 !important;
  }
  .c-download h3 {
    font-size: 2.5rem;
  }
  .c-download h3 {
    line-height: 3.125rem;
  }
  .c-download h3 {
    margin-bottom: 2rem;
  }
  .c-download__items li {
    padding-bottom: 1rem;
  }
  .c-openlist li {
    padding-bottom: 0.5rem;
  }
  .c-tooltip {
    margin-top: 2rem;
  }
  .c-tooltip {
    font-size: 1.125rem;
  }
  .c-tooltip {
    line-height: 1.625rem;
  }
  .c-tooltip__item {
    padding-top: 0.5rem;
  }
  .c-tooltip__item {
    padding-bottom: 0.5rem;
  }
  .c-tooltip__item {
    padding-left: 1.5rem;
  }
  .c-tooltip__item {
    padding-right: 1.5rem;
  }
  .c-tooltip__item {
    gap: 0.5rem;
  }
  .c-tag {
    padding-top: 0.5rem;
  }
  .c-tag {
    padding-bottom: 0.5rem;
  }
  .c-tag {
    padding-left: 0.75rem;
  }
  .c-tag {
    padding-right: 0.75rem;
  }
  .c-tag--ki {
    padding-top: 0.5rem;
  }
  .c-tag--ki {
    padding-bottom: 0.5rem;
  }
  .c-tag--ki {
    padding-left: 0.75rem;
  }
  .c-tag--ki {
    padding-right: 0.75rem;
  }
  .c-cookieconsent__buttons button {
    font-size: 1.125rem;
  }
  .c-cookieconsent__buttons button {
    line-height: 1.625rem;
  }
  .c-infobar__container {
    padding-left: 2rem;
  }
  .c-infobar__container {
    padding-right: 2rem;
  }
  .c-infobar__container {
    padding-top: 1.5rem;
  }
  .c-infobar__container {
    padding-bottom: 1.5rem;
  }
  .c-infobar__container {
    border-bottom-left-radius: 1rem;
  }
  .c-infobar__container {
    border-bottom-right-radius: 1rem;
  }
  .c-infobar__close {
    margin-left: 1.5rem;
  }
  .l-content__infobar--top .c-infobar .c-infobar__text {
    gap: 1.5rem;
  }
  .l-content__infobar--top .c-infobar .c-infobar__text-inner {
    gap: 0.5rem;
  }
  .l-content__infobar--bottom .c-infobar {
    padding-top: 1.75rem;
  }
  .l-content__infobar--bottom .c-infobar {
    padding-left: 1.5rem;
  }
  .l-content__infobar--bottom .c-infobar {
    padding-right: 1.5rem;
  }
  .scroll-down .l-content__infobar--bottom .c-infobar {
    padding-bottom: 1.75rem;
  }
  .l-content__infobar--bottom .c-infobar .c-infobar__container {
    padding-left: 3.25rem;
  }
  .l-content__infobar--bottom .c-infobar .c-infobar__container {
    padding-right: 3.25rem;
  }
  .l-content__infobar--bottom .c-infobar .c-infobar__container {
    padding-top: 2rem;
  }
  .l-content__infobar--bottom .c-infobar .c-infobar__container {
    padding-bottom: 2rem;
  }
  .l-content__infobar--bottom .c-infobar .c-infobar__container {
    border-radius: 1rem;
  }
  .c-menu--meta .c-menu__list {
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }
  .c-menu--meta .c-menu__list {
    row-gap: 1.5rem;
  }
  .c-menu--top .c-menu__list, .c-menu--fastnav .c-menu__list {
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }
  .c-menu--top .c-menu__list, .c-menu--fastnav .c-menu__list {
    row-gap: 1.5rem;
  }
  .c-menu--top .c-menu__link svg, .c-menu--fastnav .c-menu__link svg {
    margin-right: 0.25rem;
  }
  .c-menu--support {
    border-radius: 1rem;
  }
  .c-menu--support {
    margin-top: 2.625rem;
  }
  .c-menu--support .c-menu__list {
    padding: 1.5rem;
  }
  .c-slider-media {
    grid-column: 4/12 !important;
  }
  .c-slider img,
  .c-slider .l-embed .c-video__button,
  .c-slider .l-embed .c-video__placeholder {
    border-radius: 1rem;
  }
  .c-slider__pagination {
    padding-top: 2rem;
  }
  .c-slider__pagination span {
    width: 0.75rem;
  }
  .c-slider__pagination span {
    height: 0.75rem;
  }
  .c-slider__pagination span.is-active {
    height: 0.75rem;
  }
  .c-slider--comparison.swiper {
    padding-right: 7.5rem;
  }
  .c-slider--comparison.swiper {
    padding-left: 7.5rem;
  }
  .c-slider--comparison.swiper .c-slider__pagination {
    padding-right: 7.5rem;
  }
  .c-slider--comparison.swiper .c-slider__pagination {
    top: -3.625rem;
  }
  .c-video__button::after {
    width: 8rem;
  }
  .c-video__button::after {
    height: 8rem;
  }
  .c-richtext {
    grid-column: 4/12 !important;
  }
  .c-richtext h2 {
    font-size: 1.75rem;
  }
  .c-richtext h2 {
    line-height: 2.125rem;
  }
  .c-richtext h3 {
    font-size: 1.5rem;
  }
  .c-richtext h3 {
    line-height: 1.75rem;
  }
  .c-richtext h3 {
    margin-bottom: 0.5rem;
  }
  .c-richtext h3:not(:first-child) {
    padding-top: 0.5rem;
  }
  .c-richtext h4 {
    font-size: 1.25rem;
  }
  .c-richtext h4 {
    line-height: 1.5rem;
  }
  .c-richtext-wrapper {
    grid-column: 4/12 !important;
  }
  .c-textmedia {
    -moz-column-gap: 1.75rem;
    column-gap: 1.75rem;
  }
  .c-textmedia {
    grid-column: 2/14 !important;
  }
  .c-textmedia {
    border-radius: 1rem;
  }
  .c-textmedia {
    padding-top: 5.25rem;
  }
  .c-textmedia {
    padding-bottom: 5.25rem;
  }
  .c-textmedia {
    padding-left: 3.25rem;
  }
  .c-textmedia {
    padding-right: 3.25rem;
  }
  .c-textmedia__title {
    font-size: 1.5rem;
  }
  .c-textmedia__title {
    line-height: 1.75rem;
  }
  .c-textmedia__subtitle {
    font-size: 1.125rem;
  }
  .c-textmedia__subtitle {
    line-height: 1.625rem;
  }
  .c-textmedia__media-list {
    padding-top: 2rem;
  }
  .c-textmedia__text {
    padding-bottom: 2rem;
  }
  .c-textmedia::after {
    bottom: -18.75rem;
  }
  .c-textmedia::after {
    right: -18.75rem;
  }
  .c-textmedia::after {
    width: 45rem;
  }
  .c-historyback__link {
    gap: 0.75rem;
  }
  .c-error-message {
    border-radius: 1rem;
  }
  .c-error-message {
    padding-top: 0.75rem;
  }
  .c-error-message {
    padding-bottom: 0.75rem;
  }
  .c-error-message {
    padding-left: 1rem;
  }
  .c-error-message {
    padding-right: 1rem;
  }
  .c-error-message {
    margin-bottom: 1rem;
  }
  .c-error-message p {
    gap: 1.5rem;
  }
  .c-pagination-list {
    grid-column: 2/14 !important;
  }
  .c-pagination-list__items {
    -moz-column-gap: 1.75rem;
    column-gap: 1.75rem;
  }
  .c-pagination-list__items {
    row-gap: 2rem;
  }
  .c-pagination-list--faq {
    grid-column: span 14 !important;
  }
  .c-pagination-list--faq {
    -moz-column-gap: 1.75rem;
    column-gap: 1.75rem;
  }
  .c-pagination-list--faq {
    grid-template-columns: repeat(14, 1fr);
  }
  .c-pagination-list--faq .c-pagination-list__counter {
    grid-column: 4/12 !important;
  }
  .c-pagination-list--faq .c-pagination-list__counter {
    font-size: 1.25rem;
  }
  .c-pagination-list--faq .c-pagination-list__counter {
    line-height: 2rem;
  }
  .c-pagination-list--faq .c-pagination-list__counter {
    padding-bottom: 1.5rem;
  }
  .c-pagination-list--faq .c-pagination-list__items {
    grid-column: 2/14 !important;
  }
  .c-pagination-list__button, .c-pagination-list__all-button {
    padding-top: 2rem;
  }
  .c-pagination-list__load, .c-pagination-list__all-link {
    font-size: 1.125rem;
  }
  .c-pagination-list__load, .c-pagination-list__all-link {
    line-height: 1.625rem;
  }
  .c-pagination-list--solr {
    grid-column: 4/12 !important;
  }
  .c-pagination-list--solr .c-pagination-list__counter {
    font-size: 1.25rem;
  }
  .c-pagination-list--solr .c-pagination-list__counter {
    line-height: 2rem;
  }
  .c-pagination-list--solr .c-pagination-list__counter {
    padding-bottom: 1.5rem;
  }
  .c-news-detail {
    grid-column: span 14 !important;
  }
  .c-news-detail {
    -moz-column-gap: 1.75rem;
    column-gap: 1.75rem;
  }
  .c-news-detail {
    grid-template-columns: repeat(14, 1fr);
  }
  .c-news-detail__historyback, .c-news-detail__title, .c-news-detail__lead, .c-news-detail__time, .c-news-detail__subtitle, .c-news-detail__categories, .c-news-detail__relatedlinks, .c-news-detail__share, .c-news-detail__prompt {
    grid-column: 4/12 !important;
  }
  .c-news-detail__related {
    grid-column: 2/14 !important;
  }
  .c-news-detail__hero {
    padding-bottom: 2rem;
  }
  .c-news-detail__hero {
    grid-column: 2/10;
  }
  .c-news-detail__hero img,
  .c-news-detail__hero .l-embed {
    border-radius: 1rem;
  }
  .c-news-detail__authors {
    row-gap: 1.5rem;
  }
  .c-news-detail__authors {
    padding-bottom: 5rem;
  }
  .c-news-detail__authors {
    grid-column: 10/14;
  }
  .c-news-detail__historyback {
    padding-bottom: 3.25rem;
  }
  .c-news-detail__title {
    padding-bottom: 2rem;
  }
  .c-news-detail__lead {
    padding-bottom: 2rem;
  }
  .c-news-detail__time {
    padding-bottom: 3.25rem;
  }
  .c-news-detail__contents {
    grid-column: span 14 !important;
  }
  .c-news-detail__contents {
    -moz-column-gap: 1.75rem;
    column-gap: 1.75rem;
  }
  .c-news-detail__contents {
    grid-template-columns: repeat(14, 1fr);
  }
  .c-news-detail__content--richtext, .c-news-detail__content--media, .c-news-detail__content--html {
    grid-column: 4/12 !important;
  }
  .c-news-detail__content--richtext, .c-news-detail__content--media, .c-news-detail__content--html {
    padding-bottom: 5rem;
  }
  .c-news-detail__content--textmedia {
    grid-column: 2/14 !important;
  }
  .c-news-detail__content--textmedia {
    padding-bottom: 5rem;
  }
  .c-news-detail__content--relations {
    grid-column: span 14 !important;
  }
  .c-news-detail__categories {
    padding-bottom: 2rem;
  }
  .c-news-detail__categories h2 {
    margin-bottom: 1rem;
  }
  .c-news-detail__categories h2 {
    font-size: 1.25rem;
  }
  .c-news-detail__categories h2 {
    line-height: 1.5rem;
  }
  .c-news-detail__share {
    padding-bottom: 5rem;
  }
  .c-news-detail__prompt {
    padding-bottom: 5rem;
  }
  .c-filter {
    grid-column: 2/14 !important;
  }
  .c-filter--select {
    -moz-column-gap: 1.75rem;
    column-gap: 1.75rem;
  }
  .c-filter--select {
    grid-template-columns: repeat(14, 1fr);
  }
  .c-filter__check .c-filter__item, .c-filter__radio .c-filter__item {
    font-size: 1.125rem;
  }
  .c-filter__check .c-filter__item, .c-filter__radio .c-filter__item {
    line-height: 1.625rem;
  }
  .c-filter--check h2 {
    font-size: 1.5rem;
  }
  .c-filter--check h2 {
    line-height: 1.75rem;
  }
  .c-news-list {
    grid-column: 2/14 !important;
  }
  .c-news-list h2 {
    font-size: 2.5rem;
  }
  .c-news-list h2 {
    line-height: 3.125rem;
  }
  .c-news-list h2 {
    margin-bottom: 2rem;
  }
  .c-news-list__items {
    gap: 1.5rem;
  }
  .c-news-list__button, .c-news-list__all-button {
    padding-top: 2rem;
  }
  .c-news-list__load, .c-news-list__all-link {
    font-size: 1.125rem;
  }
  .c-news-list__load, .c-news-list__all-link {
    line-height: 1.625rem;
  }
  .c-news-list--search h2 {
    font-size: 1.75rem;
  }
  .c-news-list--search h2 {
    line-height: 2.125rem;
  }
  .c-news-list--search .c-news-teaser__title {
    padding-top: 1rem;
  }
  .c-news-list--search .c-news-list__all-link {
    font-size: 1.125rem;
  }
  .c-news-list--search .c-news-list__all-link {
    line-height: 1.625rem;
  }
  .c-news-list--navi h2 {
    font-size: 1.75rem;
  }
  .c-news-list--navi h2 {
    line-height: 2.125rem;
  }
  .c-news-list--navi .c-news-teaser__title {
    padding-top: 1rem;
  }
  .c-news-list--navi .c-news-list__all-link {
    font-size: 1.125rem;
  }
  .c-news-list--navi .c-news-list__all-link {
    line-height: 1.625rem;
  }
  .c-news-teaser {
    border-radius: 1rem;
  }
  .c-news-teaser {
    padding-bottom: 1rem;
  }
  .c-news-teaser__media img {
    border-radius: 1rem;
  }
  .c-news-teaser__label {
    bottom: 1rem;
  }
  .c-news-teaser__label {
    left: 1rem;
  }
  .c-news-teaser__title {
    padding-bottom: 0.5rem;
  }
  .c-news-teaser__title h3 {
    font-size: 1.25rem;
  }
  .c-news-teaser__title h3 {
    line-height: 1.5rem;
  }
  .c-news-teaser__time {
    padding-top: 1rem;
  }
  .c-news-teaser__time {
    padding-bottom: 0.5rem;
  }
  .c-news-teaser__author {
    padding-top: 0.5rem;
  }
  .c-news-teaser__linkwrapper {
    padding-top: 0.5rem;
  }
  .c-news-teaser__link {
    font-size: 1.125rem;
  }
  .c-news-teaser__link {
    line-height: 1.625rem;
  }
  .c-news-teaser__title, .c-news-teaser__time, .c-news-teaser__content, .c-news-teaser__linkwrapper, .c-news-teaser__author {
    padding-left: 1rem;
  }
  .c-news-teaser__title, .c-news-teaser__time, .c-news-teaser__content, .c-news-teaser__linkwrapper, .c-news-teaser__author {
    padding-right: 1rem;
  }
  .c-news-meta {
    gap: 1.5rem;
  }
  .c-news-prompt h2 {
    font-size: 1.75rem;
  }
  .c-news-prompt h2 {
    line-height: 2.125rem;
  }
  .c-news-prompt h2 {
    margin-bottom: 0.5rem;
  }
  .c-news-prompt__inner {
    border-radius: 1rem;
  }
  .c-news-prompt__inner {
    padding: 1.75rem;
  }
  .c-news-prompt__inner:not(:last-child) {
    margin-bottom: 1rem;
  }
  .c-news-prompt__pretitle {
    font-size: 1.25rem;
  }
  .c-news-prompt__pretitle {
    line-height: 2rem;
  }
  .c-news-prompt__pretitle {
    margin-bottom: 1rem;
  }
  .c-news-prompt__pretitle p {
    gap: 0.5rem;
  }
  .c-news-prompt__content {
    margin-bottom: 1rem;
  }
  .c-news-prompt__button {
    font-size: 1.125rem;
  }
  .c-news-prompt__button {
    line-height: 1.625rem;
  }
  .c-news-prompt__disclaimer {
    padding-left: 1.75rem;
  }
  .c-news-prompt__disclaimer {
    padding-right: 1.75rem;
  }
  .c-author-teaser {
    border-radius: 1rem;
  }
  .c-author-teaser {
    padding-top: 2rem;
  }
  .c-author-teaser {
    padding-bottom: 2rem;
  }
  .c-author-teaser {
    padding-left: 1.75rem;
  }
  .c-author-teaser {
    padding-right: 1.75rem;
  }
  .c-author-teaser h3 {
    font-size: 1.5rem;
  }
  .c-author-teaser h3 {
    line-height: 1.75rem;
  }
  .c-author-teaser h3 {
    margin-top: 2rem;
  }
  .c-author-teaser__position {
    font-size: 1.125rem;
  }
  .c-author-teaser__position {
    line-height: 1.625rem;
  }
  .c-author-teaser--small {
    -moz-column-gap: 1.75rem;
    column-gap: 1.75rem;
  }
  .c-author-teaser--small {
    padding: 1.5rem;
  }
  .c-author-teaser--small .c-author-teaser__pretitle {
    font-size: 1.125rem;
  }
  .c-author-teaser--small .c-author-teaser__pretitle {
    line-height: 1.625rem;
  }
  .c-author-teaser--small .c-author-teaser__link {
    right: 1.5rem;
  }
  .c-author-teaser--small .c-author-teaser__linkitem {
    font-size: 1.125rem;
  }
  .c-author-teaser--small .c-author-teaser__linkitem {
    line-height: 1.625rem;
  }
  .c-author-detail {
    -moz-column-gap: 1.75rem;
    column-gap: 1.75rem;
  }
  .c-author-detail {
    grid-template-columns: repeat(14, 1fr);
  }
  .c-author-detail h1 {
    font-size: 3rem;
  }
  .c-author-detail h1 {
    line-height: 3rem;
  }
  .c-author-detail__image, .c-author-detail__position, .c-author-detail__lead, .c-author-detail__social,
  .c-author-detail h1 {
    margin-bottom: 1rem;
  }
  .c-author-detail__image, .c-author-detail__position, .c-author-detail__lead, .c-author-detail__social,
  .c-author-detail h1 {
    grid-column: 4/12 !important;
  }
  .c-author-detail__relations {
    grid-column: 2/14 !important;
  }
  .c-author-detail__image {
    padding-bottom: 3.25rem;
  }
  .c-author-detail__position, .c-author-detail__lead {
    padding-bottom: 3.25rem;
  }
  .c-author-detail__social {
    padding-bottom: 5rem;
  }
  .c-person-list {
    grid-column: 4/12 !important;
  }
  .c-person-list h2 {
    margin-bottom: 2rem;
  }
  .c-person-list__item:not(:last-child) {
    padding-bottom: 3.25rem;
  }
  .c-person-teaser {
    -moz-column-gap: 1.75rem;
    column-gap: 1.75rem;
  }
  .c-person-teaser__media {
    margin-bottom: 0.75rem;
  }
  .c-person-teaser__media img {
    border-radius: 1rem;
  }
  .c-person-teaser__content h3 {
    font-size: 1.75rem;
  }
  .c-person-teaser__content h3 {
    line-height: 2.125rem;
  }
  .c-person-teaser__content p {
    font-size: 1.25rem;
  }
  .c-person-teaser__content p {
    line-height: 2rem;
  }
  .c-person-teaser__link {
    padding-top: 1.75rem;
  }
  .c-location-detail {
    grid-column: span 14 !important;
  }
  .c-location-detail {
    -moz-column-gap: 1.75rem;
    column-gap: 1.75rem;
  }
  .c-location-detail {
    grid-template-columns: repeat(14, 1fr);
  }
  .c-location-detail__hero {
    grid-column: span 14 !important;
  }
  .c-location-detail__hero {
    padding-bottom: 5rem;
  }
  .c-location-detail__info {
    gap: 1.75rem;
  }
  .c-location-detail__info {
    padding-bottom: 5rem;
  }
  .c-location-detail__team {
    grid-column: 4/12 !important;
  }
  .c-location-teaser {
    border-radius: 1rem;
  }
  .c-location-teaser {
    padding: 1.5rem;
  }
  .c-location-teaser {
    padding-left: 1.75rem;
  }
  .c-location-teaser {
    padding-right: 1.75rem;
  }
  .c-location-teaser h3 {
    font-size: 1.75rem;
  }
  .c-location-teaser h3 {
    line-height: 2.125rem;
  }
  .c-location-teaser h3 {
    margin-bottom: 0.5rem;
  }
  .c-location-teaser__icon {
    padding-left: 1rem;
  }
  .c-location-teaser__icon {
    padding-right: 1rem;
  }
  .c-location-teaser__icon {
    padding-bottom: 1rem;
  }
  .c-location-teaser__link {
    padding-top: 2rem;
  }
  .c-faq-preview {
    border-radius: 1rem;
  }
  .c-faq-preview {
    grid-column: 2/14 !important;
  }
  .c-faq-preview {
    -moz-column-gap: 1.75rem;
    column-gap: 1.75rem;
  }
  .c-faq-preview h2 {
    margin-bottom: 3.25rem;
  }
  .c-faq-preview h2 {
    font-size: 2.5rem;
  }
  .c-faq-preview h2 {
    line-height: 3.125rem;
  }
  .c-faq-preview h2 {
    padding-left: 1.5rem;
  }
  .c-faq-preview h2 {
    padding-right: 1.5rem;
  }
  .c-faq-preview__content {
    padding-top: 3.25rem;
  }
  .c-faq-preview__content {
    padding-bottom: 3.25rem;
  }
  .c-faq-preview__link {
    padding-left: 1.5rem;
  }
  .c-faq-preview__link {
    padding-right: 1.5rem;
  }
  .c-faq-preview__link {
    padding-top: 0.75rem;
  }
  .c-faq-preview__link {
    padding-bottom: 0.75rem;
  }
  .c-faq-preview__link {
    border-radius: 1rem;
  }
  .c-faq-preview__link span {
    padding-right: 0.5rem;
  }
  .c-faq-preview__arrow {
    font-size: 1.125rem;
  }
  .c-faq-preview__arrow {
    line-height: 1.625rem;
  }
  .c-faq-preview::after {
    bottom: -18.75rem;
  }
  .c-faq-preview::after {
    right: -18.75rem;
  }
  .c-faq-preview::after {
    width: 26.5rem;
  }
  .c-faq-preview__button {
    font-size: 1.125rem;
  }
  .c-faq-preview__button {
    line-height: 1.625rem;
  }
  .c-faq-preview--search h2 {
    font-size: 1.75rem;
  }
  .c-faq-preview--search h2 {
    line-height: 2.125rem;
  }
  .c-faq-preview--search h2 {
    margin-bottom: 1.5rem;
  }
  .c-faq-detail {
    grid-column: span 14 !important;
  }
  .c-faq-detail {
    -moz-column-gap: 1.75rem;
    column-gap: 1.75rem;
  }
  .c-faq-detail {
    grid-template-columns: repeat(14, 1fr);
  }
  .c-faq-detail__historyback, .c-faq-detail__title, .c-faq-detail__lead, .c-faq-detail__share {
    grid-column: 4/12 !important;
  }
  .c-faq-detail__hero {
    grid-column: 4/12 !important;
  }
  .c-faq-detail__hero {
    padding-bottom: 5rem;
  }
  .c-faq-detail__hero img,
  .c-faq-detail__hero .l-embed {
    border-radius: 1rem;
  }
  .c-faq-detail__historyback {
    padding-bottom: 3.25rem;
  }
  .c-faq-detail__title {
    padding-bottom: 2rem;
  }
  .c-faq-detail__lead {
    padding-bottom: 2rem;
  }
  .c-faq-detail__contents {
    grid-column: span 14 !important;
  }
  .c-faq-detail__contents {
    -moz-column-gap: 1.75rem;
    column-gap: 1.75rem;
  }
  .c-faq-detail__contents {
    grid-template-columns: repeat(14, 1fr);
  }
  .c-faq-detail__content--richtext, .c-faq-detail__content--media, .c-faq-detail__content--steps, .c-faq-detail__content--teasers {
    grid-column: 4/12 !important;
  }
  .c-faq-detail__content--richtext, .c-faq-detail__content--media, .c-faq-detail__content--steps, .c-faq-detail__content--teasers {
    padding-bottom: 5rem;
  }
  .c-faq-detail__content--relations {
    grid-column: span 14 !important;
  }
  [type=email], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=url], [type=date], textarea, select {
    font-size: 1.125rem;
  }
  [type=email], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=url], [type=date], textarea, select {
    line-height: 1.625rem;
  }
  [type=email], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=url], [type=date], textarea, select {
    padding-left: 1rem;
  }
  [type=email], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=url], [type=date], textarea, select {
    padding-right: 1rem;
  }
  [type=email], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=url], [type=date], textarea, select {
    padding-top: 0.5rem;
  }
  [type=email], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=url], [type=date], textarea, select {
    padding-bottom: 0.5rem;
  }
  textarea {
    border-radius: 1rem;
  }
  .powermail_select,
  select {
    padding-right: 1rem;
  }
  input[type=file]::file-selector-button {
    font-size: 1.125rem;
  }
  input[type=file]::file-selector-button {
    line-height: 1.625rem;
  }
  input[type=file]::file-selector-button {
    margin-right: 0.75rem;
  }
  .tx-powermail {
    grid-column: 2/14 !important;
  }
  .powermail_legend {
    margin-bottom: 1rem;
  }
  .powermail_legend {
    font-size: 1.75rem;
  }
  .powermail_legend {
    line-height: 2.125rem;
  }
  .powermail_fieldset + .powermail_fieldset .powermail_legend {
    padding-top: 2rem;
  }
  .powermail_fieldwrap:not(:last-child) {
    margin-bottom: 1rem;
  }
  .powermail_fieldwrap_type_radio .powermail_field,
  .powermail_fieldwrap_type_check .powermail_field {
    gap: 0.5rem;
  }
  .c-search-result {
    border-radius: 1rem;
  }
  .c-search-result {
    padding: 1rem;
  }
  .c-search-result__inner {
    -moz-column-gap: 1.75rem;
    column-gap: 1.75rem;
  }
  .c-search-result__content h2 {
    font-size: 1.25rem;
  }
  .c-search-result__content h2 {
    line-height: 1.5rem;
  }
  .c-search-result__content h2 {
    margin-top: 0.5rem;
  }
  .c-search-result__content h2 {
    margin-bottom: 0.5rem;
  }
  .c-search-result__text {
    margin-bottom: 0.5rem;
  }
  .c-search-result__image {
    padding-top: 1rem;
  }
  .c-search-result__image img {
    border-radius: 1rem;
  }
  .c-search-result__link-inner {
    right: 1rem;
  }
  .c-search-result__link-inner {
    bottom: 1rem;
  }
  .c-search-result__link-inner {
    font-size: 1.125rem;
  }
  .c-search-result__link-inner {
    line-height: 1.625rem;
  }
  .c-search-result__bottom {
    gap: 0.5rem;
  }
  .c-search-filter {
    grid-column: 4/12 !important;
  }
  .c-search-filter {
    padding-bottom: 2rem;
  }
  .c-search-filter__button {
    width: 1.5rem;
  }
  .c-search-filter__button {
    height: 1.5rem;
  }
  .c-search-filter__search input {
    padding-right: 5.25rem;
  }
  .c-search-filter__search input {
    min-height: 3.625rem;
  }
  .c-search-filter--modal .c-search-filter__button {
    right: 2rem;
  }
  .c-search-filter__reset {
    padding-top: 2rem;
  }
  .c-search-filter__link {
    gap: 0.5rem;
  }
  .c-filter-facet__wrapper:not(:last-child) {
    padding-bottom: 2rem;
  }
  .c-filter-facet__toggler::before {
    width: 1.875rem;
  }
  .c-filter-facet__toggler::before {
    height: 1.875rem;
  }
  .c-filter-facet__toggler::after {
    width: 1.5rem;
  }
  .c-filter-facet__toggler::after {
    height: 1.5rem;
  }
  .c-filter-facet__items {
    gap: 1rem;
  }
  .c-filter-facet__items {
    padding-top: 1rem;
  }
  .c-filter-facet__link {
    font-size: 1.125rem;
  }
  .c-filter-facet__link {
    line-height: 1.625rem;
  }
  .tx-solr-autosuggest {
    border-radius: 1rem;
  }
  .tx-solr-autosuggest {
    padding-left: 0.75rem;
  }
  .tx-solr-autosuggest {
    padding-right: 0.75rem;
  }
  .tx-solr-autosuggest {
    padding-bottom: 0.75rem;
  }
  .tx-solr-autosuggest > * {
    border-radius: 1rem;
  }
  .tx-solr-autosuggest .autocomplete-suggestion {
    padding-left: 0.75rem;
  }
  .tx-solr-autosuggest .autocomplete-suggestion {
    padding-right: 0.75rem;
  }
  .tx-solr-autosuggest .autocomplete-suggestion {
    padding-top: 0.5rem;
  }
  .tx-solr-autosuggest .autocomplete-suggestion {
    padding-bottom: 0.5rem;
  }
  .tx-solr-autosuggest .autocomplete-group {
    padding-top: 0.75rem;
  }
  .c-accordion {
    grid-column: 4/12 !important;
  }
  .c-accordion h2 {
    margin-bottom: 2rem;
  }
  .c-accordion__item {
    margin-left: -3.25rem;
  }
  .c-accordion__item {
    margin-right: -3.25rem;
  }
  .c-accordion__item {
    padding-left: 3.25rem;
  }
  .c-accordion__item {
    padding-right: 3.25rem;
  }
  .c-accordion__item {
    border-radius: 1rem;
  }
  .c-accordion__head {
    font-size: 1.75rem;
  }
  .c-accordion__head {
    line-height: 2.125rem;
  }
  .c-accordion__head {
    padding-top: 2rem;
  }
  .c-accordion__head {
    padding-bottom: 2rem;
  }
  .c-accordion__head {
    gap: 2rem;
  }
  .c-accordion__icon {
    font-size: 1.125rem;
  }
  .c-accordion__icon {
    line-height: 1.625rem;
  }
  .c-accordion__inner {
    gap: 2rem;
  }
  .c-accordion__inner {
    padding-bottom: 2rem;
  }
  .c-accordion__inner .c-accordion__image img,
  .c-accordion__inner .c-accordion__image .l-embed .c-video__button,
  .c-accordion__inner .c-accordion__image .l-embed .c-video__placeholder {
    border-radius: 1rem;
  }
  .c-modal {
    padding-top: 5.25rem;
  }
  .c-modal {
    padding-bottom: 5.25rem;
  }
  .c-modal {
    font-size: 1.25rem;
  }
  .c-modal {
    line-height: 2rem;
  }
  .c-modal__header h2 {
    font-size: 1.75rem;
  }
  .c-modal__header h2 {
    line-height: 2.125rem;
  }
  .c-modal__header h2 {
    margin-bottom: 1rem;
  }
  .c-modal__inner {
    padding: 3.25rem;
  }
  .c-modal__inner {
    grid-column: 4/12 !important;
  }
  .c-modal__inner {
    margin-left: -3.25rem;
  }
  .c-modal__inner {
    margin-right: -3.25rem;
  }
  .c-modal__inner {
    border-radius: 1rem;
  }
  .c-modal__close {
    font-size: 1.125rem;
  }
  .c-modal__close {
    line-height: 1.625rem;
  }
  .c-modal__body {
    border-radius: 1rem;
  }
  .c-modal__buttons {
    padding-top: 2rem;
  }
  .c-modal--search .c-modal__inner {
    grid-column: 2/14 !important;
  }
  .c-modal--search .c-modal__box {
    padding: 2rem;
  }
  .c-modal--search .c-modal__box {
    border-radius: 1rem;
  }
  .c-modal--search .c-modal__box:first-child {
    padding-left: 0.5rem;
  }
  .c-modal--search .c-modal__box:first-child {
    padding-right: 0.5rem;
  }
  .c-modal--search .c-modal__box {
    grid-column: span 9;
  }
  .c-modal--search .c-modal__box:first-child {
    grid-column: span 3;
  }
  .c-modal--search .c-modal__body {
    -moz-column-gap: 1.75rem;
    column-gap: 1.75rem;
  }
  .c-modal--search .c-modal__body {
    gap: 1.75rem;
  }
  .c-modal--search .c-modal__header {
    gap: 1.75rem;
  }
  .c-navigation__text {
    font-size: 1.75rem;
  }
  .c-navigation__text {
    line-height: 2.125rem;
  }
  .c-navigation__text {
    margin-bottom: 1.75rem;
  }
  .c-navigation.c-navigation--header .c-navigation__list {
    gap: 1.5rem;
  }
  .c-navigation.c-navigation--header .c-navigation__list {
    font-size: 1.125rem;
  }
  .c-navigation.c-navigation--header .c-navigation__list {
    line-height: 1.625rem;
  }
  .c-navigation.c-navigation--header .c-navigation__list li.has-sub .c-navigation__sub .c-navigation__container {
    -moz-column-gap: 1.75rem;
    column-gap: 1.75rem;
  }
  .c-navigation.c-navigation--header .c-navigation__list li.has-sub .c-navigation__sub .c-navigation__container {
    row-gap: 1.75rem;
  }
  .c-navigation.c-navigation--header .c-navigation__list li.has-sub .c-navigation__sub .c-navigation__box {
    border-radius: 1rem;
  }
  .c-navigation.c-navigation--header .c-navigation__list li.has-sub .c-navigation__sub .c-navigation__box {
    padding-left: 3.25rem;
  }
  .c-navigation.c-navigation--header .c-navigation__list li.has-sub .c-navigation__sub .c-navigation__box {
    padding-right: 3.25rem;
  }
  .c-navigation.c-navigation--header .c-navigation__list li.has-sub .c-navigation__sub .c-navigation__box {
    padding-top: 2rem;
  }
  .c-navigation.c-navigation--header .c-navigation__list li.has-sub .c-navigation__sub .c-navigation__box {
    padding-bottom: 2rem;
  }
  .c-navigation.c-navigation--header .c-navigation__list li.has-sub .c-navigation__sub .c-navigation__box--faq {
    padding-left: 1.75rem;
  }
  .c-navigation.c-navigation--header .c-navigation__list li.has-sub .c-navigation__sub .c-navigation__box--faq {
    padding-right: 1.75rem;
  }
  .c-navigation.c-navigation--header .c-navigation__list li.has-sub .c-navigation__sub .c-navigation__list {
    gap: 1.5rem;
  }
  .c-navigation.c-navigation--header .c-navigation__list li.has-sub .c-navigation__sub .is-active .c-navigation__link {
    font-size: 1.5rem;
  }
  .c-navigation.c-navigation--header .c-navigation__list li.has-sub .c-navigation__sub .is-active .c-navigation__link {
    line-height: 2.25rem;
  }
  .c-navigation.c-navigation--header .c-navigation__list li.has-sub .c-navigation__sub {
    border-radius: 1rem;
  }
  .c-navigation.c-navigation--header .c-navigation__list li.has-sub .c-navigation__sub .c-navigation__link {
    font-size: 1.5rem;
  }
  .c-navigation.c-navigation--header .c-navigation__list li.has-sub .c-navigation__sub .c-navigation__link {
    line-height: 2.25rem;
  }
  .c-navigation.c-navigation--header .c-navigation__list li.has-sub .c-navigation__sub li:last-child .c-navigation__link {
    font-size: 1.125rem;
  }
  .c-navigation.c-navigation--header .c-navigation__list li.has-sub .c-navigation__sub li:last-child .c-navigation__link {
    line-height: 1.625rem;
  }
  .c-navigation.c-navigation--header .c-navigation__list[data-level="1"] > li.is-active > .c-navigation__link, .c-navigation.c-navigation--header .c-navigation__list[data-level="1"] > li.has-activeitem > .c-navigation__link {
    font-size: 1.125rem;
  }
  .c-navigation.c-navigation--header .c-navigation__list[data-level="1"] > li.is-active > .c-navigation__link, .c-navigation.c-navigation--header .c-navigation__list[data-level="1"] > li.has-activeitem > .c-navigation__link {
    line-height: 1.625rem;
  }
  .c-navigation.c-navigation--panel .c-navigation__link {
    font-size: 1.5rem;
  }
  .c-navigation.c-navigation--panel .c-navigation__link {
    line-height: 2.25rem;
  }
  .c-navigation.c-navigation--panel .c-navigation__list {
    gap: 2rem;
  }
  .c-navigation.c-navigation--panel .c-navigation__sub {
    border-radius: 1rem;
  }
  .c-navigation.c-navigation--panel .c-navigation__sub .c-navigation__link {
    font-size: 1.125rem;
  }
  .c-navigation.c-navigation--panel .c-navigation__sub .c-navigation__link {
    line-height: 1.625rem;
  }
  .c-navigation.c-navigation--panel .c-navigation__back {
    gap: 0.75rem;
  }
  .c-navigation.c-navigation--panel .c-navigation__back {
    margin-bottom: 3.25rem;
  }
  .c-navigation.c-navigation--panel .c-navigation__container {
    row-gap: 1.75rem;
  }
  .c-navigation.c-navigation--panel .c-navigation__container {
    border-radius: 1rem;
  }
  .c-navigation.c-navigation--panel .c-navigation__box {
    border-radius: 1rem;
  }
  .c-navigation.c-navigation--panel .c-navigation__box {
    padding-left: 3.25rem;
  }
  .c-navigation.c-navigation--panel .c-navigation__box {
    padding-right: 3.25rem;
  }
  .c-navigation.c-navigation--panel .c-navigation__box {
    padding-top: 2rem;
  }
  .c-navigation.c-navigation--panel .c-navigation__box {
    padding-bottom: 2rem;
  }
  .c-navigation.c-navigation--panel .c-navigation__box--faq {
    padding-left: 1.75rem;
  }
  .c-navigation.c-navigation--panel .c-navigation__box--faq {
    padding-right: 1.75rem;
  }
  .c-navigation.c-navigation--panel[data-level="1"] {
    border-radius: 1rem;
  }
  .c-navigation.c-navigation--panel[data-level="1"] {
    padding-left: 3.25rem;
  }
  .c-navigation.c-navigation--panel[data-level="1"] {
    padding-right: 3.25rem;
  }
  .c-navigation.c-navigation--panel[data-level="1"] {
    padding-top: 2rem;
  }
  .c-navigation.c-navigation--panel[data-level="1"] {
    padding-bottom: 2rem;
  }
  .c-navigation.c-navigation--panel[data-level="1"] > li > .c-navigation__link {
    font-size: 1.5rem;
  }
  .c-navigation.c-navigation--panel[data-level="1"] > li > .c-navigation__link {
    line-height: 2.25rem;
  }
  .c-navigation.c-navigation--panel[data-level="1"] > li.is-active > .c-navigation__link, .c-navigation.c-navigation--panel[data-level="1"] > li.has-activeitem > .c-navigation__link {
    font-size: 1.5rem;
  }
  .c-navigation.c-navigation--panel[data-level="1"] > li.is-active > .c-navigation__link, .c-navigation.c-navigation--panel[data-level="1"] > li.has-activeitem > .c-navigation__link {
    line-height: 2.25rem;
  }
  .c-navigation [data-level="2"] li:last-child .c-navigation__link {
    margin-top: 1rem;
  }
  .c-navigation [data-level="2"] li:last-child .c-navigation__link {
    font-size: 1.125rem;
  }
  .c-navigation [data-level="2"] li:last-child .c-navigation__link {
    line-height: 1.625rem;
  }
  .c-teaser {
    border-radius: 1rem;
  }
  .c-teaser {
    padding-bottom: 1rem;
  }
  .c-teaser__media img {
    border-radius: 1rem;
  }
  .c-teaser__icon {
    padding-left: 1rem;
  }
  .c-teaser__icon {
    padding-right: 1rem;
  }
  .c-teaser__icon {
    padding-bottom: 2rem;
  }
  .c-teaser__title {
    padding-bottom: 0.5rem;
  }
  .c-teaser__title:not(:has(+ .c-teaser__subtitle)) {
    padding-top: 1rem;
  }
  .c-teaser__title h3 {
    font-size: 1.25rem;
  }
  .c-teaser__title h3 {
    line-height: 1.5rem;
  }
  .c-teaser__subtitle {
    padding-top: 1rem;
  }
  .c-teaser__subtitle {
    padding-bottom: 0.5rem;
  }
  .c-teaser__linkwrapper {
    padding-top: 0.5rem;
  }
  .c-teaser__link {
    font-size: 1.125rem;
  }
  .c-teaser__link {
    line-height: 1.625rem;
  }
  .c-teaser__title, .c-teaser__subtitle, .c-teaser__content, .c-teaser__linkwrapper {
    padding-left: 1rem;
  }
  .c-teaser__title, .c-teaser__subtitle, .c-teaser__content, .c-teaser__linkwrapper {
    padding-right: 1rem;
  }
  [class*="--highlight"] .c-teaser {
    -moz-column-gap: 1.75rem;
    column-gap: 1.75rem;
  }
  [class*="--highlight"] .c-teaser {
    grid-template-columns: repeat(14, 1fr);
  }
  [class*="--highlight"] .c-teaser:not(:last-child) {
    padding-bottom: 5rem;
  }
  [class*="--highlight"] .c-teaser .c-teaser__title {
    margin-bottom: 1rem;
  }
  [class*="--highlight"] .c-teaser .c-teaser__title h3 {
    font-size: 1.75rem;
  }
  [class*="--highlight"] .c-teaser .c-teaser__title h3 {
    line-height: 2.125rem;
  }
  [class*="--highlight"] .c-teaser .c-teaser__content {
    padding-bottom: 2rem;
  }
  [class*="--highlight"] .c-teaser .c-teaser__linkwrapper .u-cover-object {
    font-size: 1.125rem;
  }
  [class*="--highlight"] .c-teaser .c-teaser__linkwrapper .u-cover-object {
    line-height: 1.625rem;
  }
  [class*="--highlight"] .c-teaser > * {
    grid-column: 9/14;
  }
  [class*="--highlight"] .c-teaser .c-teaser__media {
    grid-column: span 7;
  }
  [class*="--highlight"] .c-teaser:nth-child(even) > * {
    grid-column: 2/7;
  }
  [class*="--highlight"] .c-teaser:nth-child(even) .c-teaser__media {
    grid-column: 8/15;
  }
  .c-teaser--faq {
    padding-top: 1rem;
  }
  .c-teaser--gtn {
    padding-top: 1rem;
  }
  .c-teaser--gtn h3 {
    font-size: 1.75rem;
  }
  .c-teaser--gtn h3 {
    line-height: 2.125rem;
  }
  .c-teaser--gtn .c-teaser__linkwrapper {
    padding-top: 2rem;
  }
  .c-teaser--gtn .c-teaser__link {
    font-size: 1.125rem;
  }
  .c-teaser--gtn .c-teaser__link {
    line-height: 1.625rem;
  }
  .c-teaser--faq-step .c-teaser__subtitle {
    padding-bottom: 2rem;
  }
  .c-bento-teaser {
    border-radius: 1rem;
  }
  .c-bento-teaser__inner {
    border-radius: 1rem;
  }
  .c-bento-teaser__inner {
    min-height: 15.625rem;
  }
  .c-bento-teaser__inner::after {
    top: -9.375rem;
  }
  .c-bento-teaser__inner::after {
    right: -3.125rem;
  }
  .c-bento-teaser__inner::after {
    width: 26.5rem;
  }
  .c-bento-teaser--color-primary .c-bento-teaser__inner::after {
    bottom: -9.375rem;
  }
  .c-bento-teaser--color-primary .c-bento-teaser__inner::after {
    left: -5rem;
  }
  .c-bento-teaser__content {
    padding: 2rem;
  }
  .c-bento-teaser__content h2 {
    font-size: 1.75rem;
  }
  .c-bento-teaser__content h2 {
    line-height: 2.125rem;
  }
  .c-teaser-product {
    padding-bottom: 1rem;
  }
  .c-teaser-product__title {
    padding-bottom: 0.5rem;
  }
  .c-teaser-product__title h3 {
    font-size: 1.5rem;
  }
  .c-teaser-product__title h3 {
    line-height: 1.75rem;
  }
  .c-teaser-product__linkwrapper {
    padding-top: 0.75rem;
  }
  .c-share__title {
    margin-bottom: 1rem;
  }
  .c-share__title {
    font-size: 1.25rem;
  }
  .c-share__title {
    line-height: 1.5rem;
  }
  .c-share__list {
    padding-left: 1rem;
  }
  .c-share__list {
    padding-right: 1rem;
  }
  .c-share__list::after {
    width: 5.625rem;
  }
  .c-share__list::after {
    right: -5rem;
  }
  .c-step-list__pretitle {
    font-size: 1.25rem;
  }
  .c-step-list__pretitle {
    line-height: 2rem;
  }
  .c-step-list h2 {
    margin-bottom: 2rem;
  }
  .c-step-list__item:not(:last-child) {
    margin-bottom: 2rem;
  }
  .l-container > .c-step-list {
    grid-column: 4/12 !important;
  }
  .c-comparison-item {
    padding: 1rem;
  }
  .c-comparison-item {
    border-radius: 1rem;
  }
  .c-comparison-item h3 {
    padding-bottom: 0.75rem;
  }
  .c-comparison-item h4 {
    padding-bottom: 0.75rem;
  }
  .c-comparison-item .c-richtext p:not(:last-child) {
    margin-bottom: 0.75rem;
  }
  .c-comparison-item__content:not(:last-child) {
    padding-bottom: 2rem;
  }
  .c-embeds--small {
    grid-column: 4/12 !important;
  }
  .c-footer {
    padding-top: 1.75rem;
  }
  .c-footer {
    padding-bottom: 1.75rem;
  }
  .c-footer__top {
    padding: 3.25rem;
  }
  .c-footer__top {
    margin-bottom: 2rem;
  }
  .c-footer__top {
    border-radius: 1rem;
  }
  .c-footer__inner {
    -moz-column-gap: 1.75rem;
    column-gap: 1.75rem;
  }
  .c-footer__inner {
    row-gap: 2rem;
  }
  .c-footer__bottom {
    gap: 1.5rem;
  }
  .c-footer__logo .c-logo {
    margin-bottom: 2rem;
  }
  .c-footer__slogan {
    font-size: 1.125rem;
  }
  .c-footer__slogan {
    line-height: 1.625rem;
  }
  .c-footer__info--large {
    -moz-column-gap: 1.75rem;
    column-gap: 1.75rem;
  }
  .c-header {
    padding-bottom: 3.25rem;
  }
  .c-header__top {
    padding-left: 3.5rem;
  }
  .c-header__top {
    padding-right: 3.5rem;
  }
  .c-header__group-menu {
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }
  .c-header__bottom {
    margin-top: 3.25rem;
  }
  .c-header__burger {
    padding-top: 0.75rem;
  }
  .c-header__burger {
    padding-bottom: 0.75rem;
  }
  .c-header__burger {
    padding-left: 1rem;
  }
  .c-header__burger {
    padding-right: 1rem;
  }
  .c-header__search svg {
    margin-right: 0.25rem;
  }
  .c-panel .pusha-panel__content {
    row-gap: 1.75rem;
  }
  .c-panel__box {
    border-radius: 1rem;
  }
  .c-panel__box {
    padding-left: 3.25rem;
  }
  .c-panel__box {
    padding-right: 3.25rem;
  }
  .c-panel__box {
    padding-top: 2rem;
  }
  .c-panel__box {
    padding-bottom: 2rem;
  }
  .c-panel__inner {
    row-gap: 1.75rem;
  }
  .c-teaser-list {
    grid-column: 2/14 !important;
  }
  .c-teaser-list h2 {
    margin-bottom: 2rem;
  }
  .c-teaser-list__items {
    gap: 1.5rem;
  }
  .c-teaser-list__items {
    row-gap: 2rem;
  }
  .c-teaser-list--options {
    grid-column: 4/12 !important;
  }
  .c-teaser-list--highlight {
    grid-column: span 14 !important;
  }
  .c-hero {
    grid-column: span 14 !important;
  }
  .c-hero {
    -moz-column-gap: 1.75rem;
    column-gap: 1.75rem;
  }
  .c-hero {
    grid-template-columns: repeat(14, 1fr);
  }
  .c-hero__media {
    grid-column: span 14 !important;
  }
  .c-hero__media img {
    border-radius: 1rem;
  }
  .scroll-down .c-hero__media, .scroll-up .c-hero__media, .scroll-header .c-hero__media {
    max-width: 57.1428571429%;
  }
  .c-hero__media:not(:last-child) {
    padding-bottom: 3.25rem;
  }
  .c-hero__title, .c-hero__lead {
    grid-column: 4/12 !important;
  }
  .c-hero__title:not(:last-child) {
    padding-bottom: 3.25rem;
  }
  .c-hero__title h1 span:first-child:not(:last-child) {
    padding-bottom: 0.5rem;
  }
  .c-cta {
    border-radius: 1rem;
  }
  .c-cta {
    grid-column: 4/12 !important;
  }
  .c-cta {
    padding: 3.25rem;
  }
  .c-cta {
    font-size: 1.125rem;
  }
  .c-cta {
    line-height: 1.625rem;
  }
  .c-cta h2, .c-cta h3 {
    font-size: 1.75rem;
  }
  .c-cta h2, .c-cta h3 {
    line-height: 2.125rem;
  }
  .c-cta h2, .c-cta h3 {
    margin-bottom: 1.5rem;
  }
  .c-cta::after {
    bottom: -6.25rem;
  }
  .c-cta::after {
    width: 26.5rem;
  }
  .c-cta::before {
    top: -3.125rem;
  }
  .c-cta::before {
    right: -3.125rem;
  }
  .c-cta::before {
    width: 19.0625rem;
  }
  .c-cta--large {
    grid-column: 2/14 !important;
  }
  .c-cta--large h2 {
    font-size: 2.5rem;
  }
  .c-cta--large h2 {
    line-height: 3.125rem;
  }
  .c-cta--large h2 {
    margin-bottom: 3.25rem;
  }
  .c-cta--large h3 {
    font-size: 1.5rem;
  }
  .c-cta--large h3 {
    line-height: 1.75rem;
  }
  .c-cta--large h3 {
    margin-bottom: 1rem;
  }
  .c-cta__content {
    -moz-column-gap: 1.75rem;
    column-gap: 1.75rem;
  }
  .c-cta__content > * {
    padding-left: 3.25rem;
  }
  .c-cta__content > * {
    padding-right: 3.25rem;
  }
  .c-cta__content .c-cta__linkwrapper {
    font-size: 1.125rem;
  }
  .c-cta__content .c-cta__linkwrapper {
    line-height: 1.625rem;
  }
  .c-cta__content .c-cta__linkwrapper {
    margin-top: 1rem;
  }
  .c-cta .c-check-list li:not(:last-child) {
    margin-bottom: 1.75rem;
  }
  .c-bento-list__items {
    -moz-column-gap: 1.75rem;
    column-gap: 1.75rem;
  }
  .c-bento-list__items {
    gap: 1.75rem;
  }
  .c-bento-list__items {
    grid-template-columns: repeat(14, 1fr);
  }
  .c-bento-list__item {
    display: grid;
    grid-row: span 1;
  }
  .c-bento-list__item--big {
    grid-column: span 6;
    grid-row: span 2;
  }
  .c-bento-list__item--big:first-child {
    grid-row: 1/3;
  }
  .c-bento-list__item--large {
    grid-column: span 8;
  }
  .c-bento-list__item--medium {
    grid-column: span 4;
  }
  .c-bento-list__item--medium + .c-bento-list__item--medium + .c-bento-list__item--medium, .c-bento-list__item--medium + .c-bento-list__item--medium + .c-bento-list__item--large, .c-bento-list__item--large + .c-bento-list__item--large + .c-bento-list__item--medium {
    grid-column: span 6;
  }
  .c-bento-list__item--medium + .c-bento-list__item--medium + .c-bento-list__item--medium .c-bento-teaser__inner, .c-bento-list__item--medium + .c-bento-list__item--medium + .c-bento-list__item--large .c-bento-teaser__inner, .c-bento-list__item--large + .c-bento-list__item--large + .c-bento-list__item--medium .c-bento-teaser__inner {
    grid-template-columns: 1fr;
    display: grid;
    grid-template-rows: 1fr auto;
    gap: 0;
  }
  .c-bento-list__item--medium + .c-bento-list__item--medium + .c-bento-list__item--medium .c-bento-teaser__inner .c-bento-teaser__image,
  .c-bento-list__item--medium + .c-bento-list__item--medium + .c-bento-list__item--medium .c-bento-teaser__inner .c-bento-teaser__content, .c-bento-list__item--medium + .c-bento-list__item--medium + .c-bento-list__item--large .c-bento-teaser__inner .c-bento-teaser__image,
  .c-bento-list__item--medium + .c-bento-list__item--medium + .c-bento-list__item--large .c-bento-teaser__inner .c-bento-teaser__content, .c-bento-list__item--large + .c-bento-list__item--large + .c-bento-list__item--medium .c-bento-teaser__inner .c-bento-teaser__image,
  .c-bento-list__item--large + .c-bento-list__item--large + .c-bento-list__item--medium .c-bento-teaser__inner .c-bento-teaser__content {
    grid-column: auto !important;
    grid-row: auto;
  }
  .c-bento-list__item--big + .c-bento-list__item--medium + .c-bento-list__item--medium + .c-bento-list__item--large {
    grid-column: span 8;
  }
  .c-bento-list__item--big + .c-bento-list__item--medium + .c-bento-list__item--medium + .c-bento-list__item--large .c-bento-teaser__inner {
    grid-template-columns: repeat(7, 1fr);
    display: grid;
    grid-template-rows: auto;
    gap: 0;
  }
  .c-bento-list__item--big + .c-bento-list__item--medium + .c-bento-list__item--medium + .c-bento-list__item--large .c-bento-teaser__inner .c-bento-teaser__image {
    grid-column: 4/8 !important;
    grid-row: 1;
    border-top-left-radius: 0;
  }
  .c-bento-list__item--big + .c-bento-list__item--medium + .c-bento-list__item--medium + .c-bento-list__item--large .c-bento-teaser__inner .c-bento-teaser__content {
    grid-row: 1;
    grid-column: 1/4 !important;
  }
  .c-page-toggler {
    margin-left: -1.75rem;
  }
  .c-page-toggler {
    margin-right: -1.75rem;
  }
  .c-page-toggler__items {
    margin-left: 1.75rem;
  }
  .c-page-toggler__items {
    margin-right: 1.75rem;
  }
  .c-page-toggler__items::after {
    width: 5.625rem;
  }
  .c-page-toggler__items::after {
    right: -5rem;
  }
  .c-page-toggler__link {
    font-size: 1.125rem;
  }
  .c-page-toggler__link {
    line-height: 1.625rem;
  }
  .c-page-toggler__link {
    padding-left: 1rem;
  }
  .c-page-toggler__link {
    padding-right: 1rem;
  }
  .c-page-toggler__link {
    padding-top: 0.5rem;
  }
  .c-page-toggler__link {
    padding-bottom: 0.5rem;
  }
  .c-page-toggler--small .c-page-toggler__link {
    padding-left: 0.5rem;
  }
  .c-page-toggler--small .c-page-toggler__link {
    padding-right: 0.5rem;
  }
  .c-sticky-cta__inner {
    padding-top: 1.5rem;
  }
  .c-sticky-cta__inner {
    padding-bottom: 1.5rem;
  }
  .c-sticky-cta__inner {
    padding-left: 1.75rem;
  }
  .c-sticky-cta__inner {
    padding-right: 1.75rem;
  }
  .c-sticky-cta h2 {
    font-size: 1.75rem;
  }
  .c-sticky-cta h2 {
    line-height: 2.125rem;
  }
  .c-sticky-cta h2 {
    margin-bottom: 1rem;
  }
  .c-product-list {
    grid-column: 2/14 !important;
  }
  .c-product-list h2 {
    font-size: 2.5rem;
  }
  .c-product-list h2 {
    line-height: 3.125rem;
  }
  .c-product-list__items {
    gap: 1.5rem;
  }
  .c-product-list--twocol {
    grid-column: 4/12 !important;
  }
  .c-contact-teasers {
    grid-column: 2/14 !important;
  }
  .c-contact-teasers__items {
    -moz-column-gap: 1.75rem;
    column-gap: 1.75rem;
  }
  .c-contact-teasers__items {
    grid-template-columns: repeat(14, 1fr);
  }
  .c-stacking-card {
    grid-column: 4/12 !important;
  }
  .c-stacking-card h2 {
    padding-bottom: 2rem;
  }
  .c-stacking-card__list {
    margin-left: -3.25rem;
  }
  .c-stacking-card__list {
    margin-right: -3.25rem;
  }
  .c-stacking-card__list.hide-sticky {
    row-gap: 2rem;
  }
  .c-stacking-card__item {
    border-radius: 1rem;
  }
  .c-stacking-card__inner {
    border-radius: 1rem;
  }
  .c-stacking-card__head {
    -moz-column-gap: 1.75rem;
    column-gap: 1.75rem;
  }
  .c-stacking-card__head {
    padding-top: 1.5rem;
  }
  .c-stacking-card__head {
    padding-bottom: 1.5rem;
  }
  .c-stacking-card__content {
    padding-bottom: 3.25rem;
  }
  .c-stacking-card__content {
    padding-left: 3.25rem;
  }
  .c-stacking-card__content {
    padding-right: 3.25rem;
  }
  .c-stacking-card__body {
    -moz-column-gap: 1.75rem;
    column-gap: 1.75rem;
  }
  .c-stacking-card .c-stacking-card__list.hide-sticky .c-stacking-card__content {
    padding-bottom: 1.5rem;
  }
  .c-comparison-table {
    grid-column: 2/14 !important;
  }
  .c-comparison-table h2 {
    margin-bottom: 2rem;
  }
  .c-comparison-table__inner {
    margin-left: -7.5rem;
  }
  .c-comparison-table__inner {
    margin-right: -7.5rem;
  }
  .c-comparison-table__inner {
    margin-top: -4rem;
  }
  .c-comparison-table__inner {
    padding-top: 4rem;
  }
  .c-comparison-table__inner::after {
    width: 7.5rem;
  }
  .c-comparison-table__inner::before {
    width: 7.5rem;
  }
  .c-searchbar {
    grid-column: 4/12 !important;
  }
  .c-searchbar__search {
    padding-right: 2rem;
  }
  .c-searchbar__search {
    padding-left: 2rem;
  }
  .c-searchbar__search {
    margin-right: -2rem;
  }
  .c-searchbar__search {
    margin-left: -2rem;
  }
  .c-searchbar__search {
    padding-top: 1rem;
  }
  .c-searchbar__search {
    padding-bottom: 1rem;
  }
  .c-searchbar__search span {
    padding-top: 0.25rem;
  }
  .c-searchbar__search span {
    padding-bottom: 0.25rem;
  }
  .c-searchbar__search span {
    font-size: 1.125rem;
  }
  .c-searchbar__search span {
    line-height: 1.625rem;
  }
  .l-container--default, .c-cookieconsent__container {
    -moz-column-gap: 1.75rem;
    column-gap: 1.75rem;
  }
  .l-container--default, .c-cookieconsent__container {
    grid-template-columns: repeat(14, 1fr);
  }
  .l-container--default > *, .c-cookieconsent__container > * {
    grid-column: span 14;
  }
  .l-content__infobar--top .c-infobar .c-infobar__container {
    padding-left: 5rem;
  }
  .l-content__infobar--top .c-infobar .c-infobar__container {
    padding-right: 5rem;
  }
  .c-textmedia::after {
    top: -22.5rem;
  }
  .c-textmedia::after {
    margin-top: 5.25rem;
  }
  .c-textmedia::after {
    margin-bottom: 5.25rem;
  }
  .c-news-detail__hero {
    padding-bottom: 5rem;
  }
  .c-location-detail__info {
    grid-column: 2/14 !important;
  }
  .c-faq-preview__content {
    padding-left: 2rem;
  }
  .c-faq-preview__content {
    padding-right: 2rem;
  }
  .c-faq-preview::after {
    width: 40rem;
  }
  .c-faq-preview::after {
    height: 40rem;
  }
  .c-faq-preview::after {
    top: -15.625rem;
  }
  .c-faq-preview::after {
    margin-top: 5.25rem;
  }
  .c-faq-preview::after {
    margin-bottom: 5.25rem;
  }
  .c-search-result {
    margin-left: -1rem;
  }
  .c-search-result {
    margin-right: -1rem;
  }
  .c-search-result__inner {
    padding-left: 1rem;
  }
  .c-search-result__inner {
    padding-right: 1rem;
  }
  .c-search-result__link-inner {
    right: 2rem;
  }
  .c-search-filter__search {
    margin-left: -2rem;
  }
  .c-search-filter__search {
    margin-right: -2rem;
  }
  .c-search-filter__search input {
    padding-left: 2rem;
  }
  .c-search-filter__search input {
    padding-right: 5.25rem;
  }
  .c-modal__container {
    -moz-column-gap: 1.75rem;
    column-gap: 1.75rem;
  }
  .c-modal__container {
    grid-template-columns: repeat(14, 1fr);
  }
  .c-modal__container > * {
    grid-column: span 14;
  }
  .c-modal--search .c-modal__container {
    -moz-column-gap: 1.75rem;
    column-gap: 1.75rem;
  }
  .c-modal--search .c-modal__container {
    grid-template-columns: repeat(14, 1fr);
  }
  .c-modal--search .c-modal__container > * {
    grid-column: span 14;
  }
  [class*="--big"] .c-bento-teaser .c-bento-teaser__inner .c-bento-teaser__image {
    border-top-right-radius: 1rem;
  }
  [class*="--big"] .c-bento-teaser .c-bento-teaser__inner .c-bento-teaser__image {
    border-top-left-radius: 1rem;
  }
  [class*="--medium"] .c-bento-teaser .c-bento-teaser__inner::after {
    width: 18.75rem;
  }
  .c-footer {
    -moz-column-gap: 1.75rem;
    column-gap: 1.75rem;
  }
  .c-footer {
    grid-template-columns: repeat(14, 1fr);
  }
  .c-footer > * {
    grid-column: span 14;
  }
  .c-footer {
    padding-left: 5rem;
  }
  .c-footer {
    padding-right: 5rem;
  }
  .c-header__container {
    -moz-column-gap: 1.75rem;
    column-gap: 1.75rem;
  }
  .c-header__container {
    grid-template-columns: repeat(14, 1fr);
  }
  .c-header__container > * {
    grid-column: span 14;
  }
  .c-header__container {
    padding-left: 5rem;
  }
  .c-header__container {
    padding-right: 5rem;
  }
  .c-cta__content--2 > *:first-child::after {
    right: -0.875rem;
  }
  .c-cta__content--3 > *:first-child::after, .c-cta__content--3 > *:nth-child(2)::after {
    right: -0.875rem;
  }
  .c-bento-list__item--medium + .c-bento-list__item--medium + .c-bento-list__item--medium .c-bento-teaser__inner .c-bento-teaser__image, .c-bento-list__item--medium + .c-bento-list__item--medium + .c-bento-list__item--large .c-bento-teaser__inner .c-bento-teaser__image, .c-bento-list__item--large + .c-bento-list__item--large + .c-bento-list__item--medium .c-bento-teaser__inner .c-bento-teaser__image {
    border-top-right-radius: 1rem;
  }
  .c-bento-list__item--medium + .c-bento-list__item--medium + .c-bento-list__item--medium .c-bento-teaser__inner .c-bento-teaser__image, .c-bento-list__item--medium + .c-bento-list__item--medium + .c-bento-list__item--large .c-bento-teaser__inner .c-bento-teaser__image, .c-bento-list__item--large + .c-bento-list__item--large + .c-bento-list__item--medium .c-bento-teaser__inner .c-bento-teaser__image {
    border-top-left-radius: 1rem;
  }
  .c-sticky-cta__container {
    padding-left: 5rem;
  }
  .c-sticky-cta__container {
    padding-right: 5rem;
  }
  .c-sticky-cta__inner {
    margin-top: 2rem;
  }
  .c-sticky-cta__inner {
    padding-top: 2rem;
  }
  .c-sticky-cta__inner {
    padding-bottom: 2rem;
  }
  .c-sticky-cta__inner {
    padding-left: 3.25rem;
  }
  .c-sticky-cta__inner {
    padding-right: 3.25rem;
  }
  .c-openlist li {
    -moz-column-gap: 1.75rem;
    column-gap: 1.75rem;
  }
  .l-content__infobar--bottom .c-infobar {
    padding-bottom: 1.75rem;
  }
  .c-slider__pagination {
    padding-top: 1.5rem;
  }
  .c-search-result__bottom > * {
    gap: 0.5rem;
  }
  [class*="--large"] .c-bento-teaser .c-bento-teaser__inner {
    gap: 1.75rem;
  }
  [class*="--large"] .c-bento-teaser .c-bento-teaser__inner .c-bento-teaser__content {
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }
  [class*="--large"] .c-bento-teaser .c-bento-teaser__inner .c-bento-teaser__content {
    margin-right: 1.5rem;
  }
  [class*="--large"] .c-bento-teaser .c-bento-teaser__inner .c-bento-teaser__image {
    border-top-right-radius: 1rem;
  }
  [class*="--large"] .c-bento-teaser .c-bento-teaser__inner .c-bento-teaser__image {
    border-bottom-right-radius: 1rem;
  }
  [class*="--large"] .c-bento-teaser .c-bento-teaser__inner .c-bento-teaser__image {
    margin-left: -1.5rem;
  }
  .c-header {
    padding-bottom: 2rem;
  }
  .c-header__top {
    padding-left: 3.25rem;
  }
  .c-header__top {
    padding-right: 3.25rem;
  }
  .c-header__top {
    padding-top: 2rem;
  }
  .c-header__bottom {
    margin-top: 2rem;
  }
  .c-header__bottom {
    padding-left: 3.25rem;
  }
  .c-header__bottom {
    padding-right: 3.25rem;
  }
  .c-header__bottom {
    padding-top: 1rem;
  }
  .c-header__bottom {
    padding-bottom: 1rem;
  }
  .c-panel__container {
    border-radius: 1rem;
  }
  .c-page-toggler__link {
    padding-left: 2rem;
  }
  .c-page-toggler__link {
    padding-right: 2rem;
  }
  .c-infobar__container {
    padding-top: 0.75rem;
  }
  .c-infobar__container {
    padding-bottom: 0.75rem;
  }
  .l-content__infobar--top .c-infobar .c-infobar__text {
    padding-left: 3.5rem;
  }
  .l-content__infobar--top .c-infobar .c-infobar__text {
    padding-right: 3.5rem;
  }
  .l-content__infobar--bottom .c-infobar .c-infobar__container {
    padding-left: 5rem;
  }
  .l-content__infobar--bottom .c-infobar .c-infobar__container {
    padding-right: 5rem;
  }
  .c-faq-preview__content {
    padding: 5.25rem;
  }
  [class*="--medium"] .c-bento-teaser .c-bento-teaser__inner::after {
    width: 26.5rem;
  }
  .powermail_fieldwrap_inline.powermail_fieldwrap_type_check .powermail_field, .powermail_fieldwrap_inline.powermail_fieldwrap_type_radio .powermail_field {
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
  .c-cta::after {
    bottom: -9.375rem;
  }
  .c-cta::after {
    left: -3.125rem;
  }
  .c-navigation.c-navigation--panel .c-navigation__sub {
    -moz-column-gap: 1.75rem;
    column-gap: 1.75rem;
  }
  .c-navigation.c-navigation--panel .c-navigation__sub {
    grid-template-columns: repeat(14, 1fr);
  }
  .c-navigation.c-navigation--panel .c-navigation__sub > * {
    grid-column: span 14;
  }
  .c-navigation.c-navigation--panel .c-navigation__sub {
    padding-left: 5rem;
  }
  .c-navigation.c-navigation--panel .c-navigation__sub {
    padding-right: 5rem;
  }
  .c-panel__container {
    -moz-column-gap: 1.75rem;
    column-gap: 1.75rem;
  }
  .c-panel__container {
    grid-template-columns: repeat(14, 1fr);
  }
  .c-panel__container > * {
    grid-column: span 14;
  }
  .c-panel__container {
    padding-left: 5rem;
  }
  .c-panel__container {
    padding-right: 5rem;
  }
  .c-bento-teaser__inner {
    min-height: calc(15.625rem + 7.5 * (100vw - 20rem) / 70);
  }
  .c-bento-teaser__inner {
    min-height: 23.125rem;
  }
  .c-sticky-cta__container {
    -moz-column-gap: 1.75rem;
    column-gap: 1.75rem;
  }
  .c-sticky-cta__container {
    grid-template-columns: repeat(14, 1fr);
  }
  .c-sticky-cta__container > * {
    grid-column: span 14;
  }
  .c-sticky-cta__container {
    padding-left: 5rem;
  }
  .c-sticky-cta__container {
    padding-right: 5rem;
  }
}

@media (min-width: 90em) and (max-width: 99.99em){
  .u-hidden-xxl {
    display: none !important;
  }
  .u-visible-xxl {
    display: block !important;
  }
}

@media (min-width: 90em) and (prefers-reduced-motion: reduce){
  .scroll-down .c-hero__media, .scroll-up .c-hero__media, .scroll-header .c-hero__media {
    max-width: 100%;
  }
}

@media (min-width: 100em){
  .u-hidden-xxxl-up {
    display: none !important;
  }
  .u-visible-xxxl-up {
    display: block !important;
  }
}

@media (min-width: 100em) and (max-width: 119.99em){
  .u-hidden-xxxl {
    display: none !important;
  }
  .u-visible-xxxl {
    display: block !important;
  }
}

@media (min-width: 120em){
  .u-hidden-max {
    display: none !important;
  }
  .u-visible-max {
    display: block !important;
  }
}

@media (max-width: 90em){
  .c-modal--search .c-modal__body {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 85.375em){
  .c-navigation__overlay {
    display: none !important;
  }
}

@media screen and (max-width: 1280px){
  #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}

@media (max-width: 71.875em){
  .scroll-down .l-content__infobar--bottom .c-infobar {
    transform: translateY(calc(var(--hht) * 1));
  }
  .c-menu--top .c-menu__list {
    flex-direction: column;
    align-items: flex-start;
  }
  .c-header__top {
    justify-content: flex-end;
  }
}

@media (max-width: 64em){
  .c-slider--comparison.swiper .c-slider__pagination {
    display: none;
  }
  .c-textmedia {
    --rotate-base: "90deg";
    --rotate-state: "40deg";
  }
  .c-textmedia {
    padding-left: 1.25rem;
  }
  .c-textmedia {
    padding-right: 1.25rem;
  }
  .c-textmedia {
    margin-left: -1.25rem;
  }
  .c-textmedia {
    margin-right: -1.25rem;
  }
  .c-news-detail {
    grid-template-columns: 1fr 1fr;
  }
  .c-news-detail > * {
    grid-column: span 2;
  }
  .c-news-detail__contents {
    grid-template-columns: 1fr 1fr;
  }
  .c-news-detail__contents > * {
    grid-column: span 2;
  }
  .c-faq-detail {
    grid-template-columns: 1fr 1fr;
  }
  .c-faq-detail > * {
    grid-column: span 2;
  }
  .c-faq-detail__contents {
    grid-template-columns: 1fr 1fr;
  }
  .c-faq-detail__contents > * {
    grid-column: span 2;
  }
  .c-search-result--page .c-search-result__content {
    padding-bottom: 2rem;
  }
  .c-search-result--page .c-search-result__content:has(+ .c-search-result__image) {
    padding-bottom: 0;
  }
  .c-search-result--doc, .c-search-result--faq {
    padding-right: 3.25rem;
  }
  .c-search-filter__button {
    right: 1.25rem;
  }
  .sub-is-open .c-navigation__overlay {
    display: none !important;
  }
  .c-cta__content--2 > *:not(:last-child), .c-cta__content--3 > *:not(:last-child) {
    border-bottom: 1px solid currentColor;
  }
  .c-cta__content--2 > *:not(:last-child), .c-cta__content--3 > *:not(:last-child) {
    padding-bottom: 2rem;
  }
  .c-cta__content--2 > *:not(:last-child), .c-cta__content--3 > *:not(:last-child) {
    margin-bottom: 2rem;
  }
  .c-sticky-cta__inner {
    border-bottom-left-radius: 0.75rem;
  }
  .c-sticky-cta__inner {
    border-bottom-right-radius: 0.75rem;
  }
  .nimbus-open .c-sticky-cta, .pusha-active .c-sticky-cta {
    top: calc((var(--sticky-height) + 1vh) * -1);
  }
  .c-searchbar__search {
    background-color: var(--backgroundcolor-surface-secondary);
  }
  .c-searchbar__search span {
    border-color: transparent;
  }
}

@media (max-width: 64em) and (min-width: 20em){
  .c-textmedia {
    padding-left: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
  }
  .c-textmedia {
    padding-right: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
  }
  .c-textmedia {
    margin-left: calc(-1.25rem + -0.5 * (100vw - 20rem) / 70);
  }
  .c-textmedia {
    margin-right: calc(-1.25rem + -0.5 * (100vw - 20rem) / 70);
  }
  .c-search-result--page .c-search-result__content {
    padding-bottom: calc(2rem + 1.25 * (100vw - 20rem) / 70);
  }
  .c-search-result--doc, .c-search-result--faq {
    padding-right: calc(3.25rem + 2 * (100vw - 20rem) / 70);
  }
  .c-search-filter__button {
    right: calc(1.25rem + 0.75 * (100vw - 20rem) / 70);
  }
  .c-cta__content--2 > *:not(:last-child), .c-cta__content--3 > *:not(:last-child) {
    padding-bottom: calc(2rem + 1.25 * (100vw - 20rem) / 70);
  }
  .c-cta__content--2 > *:not(:last-child), .c-cta__content--3 > *:not(:last-child) {
    margin-bottom: calc(2rem + 1.25 * (100vw - 20rem) / 70);
  }
  .c-sticky-cta__inner {
    border-bottom-left-radius: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-sticky-cta__inner {
    border-bottom-right-radius: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
}

@media (max-width: 64em) and (min-width: 90em){
  .c-textmedia {
    padding-left: 1.75rem;
  }
  .c-textmedia {
    padding-right: 1.75rem;
  }
  .c-textmedia {
    margin-left: -1.75rem;
  }
  .c-textmedia {
    margin-right: -1.75rem;
  }
  .c-search-result--page .c-search-result__content {
    padding-bottom: 3.25rem;
  }
  .c-search-result--doc, .c-search-result--faq {
    padding-right: 5.25rem;
  }
  .c-search-filter__button {
    right: 2rem;
  }
  .c-cta__content--2 > *:not(:last-child), .c-cta__content--3 > *:not(:last-child) {
    padding-bottom: 3.25rem;
  }
  .c-cta__content--2 > *:not(:last-child), .c-cta__content--3 > *:not(:last-child) {
    margin-bottom: 3.25rem;
  }
  .c-sticky-cta__inner {
    border-bottom-left-radius: 1rem;
  }
  .c-sticky-cta__inner {
    border-bottom-right-radius: 1rem;
  }
}

@media (max-width: 48em){
  .sticky-title table tbody tr th:first-child {
    white-space: unset;
    hyphens: auto;
    max-width: 40vw;
  }
  .c-text-grid__item {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-cookieconsent__container {
    flex-direction: column;
  }
  .c-cookieconsent__text {
    text-align: center;
  }
  .l-content__infobar--bottom .c-infobar {
    bottom: var(--hht);
  }
  .l-content__infobar--bottom .c-infobar.is-active {
    bottom: var(--hht);
  }
  .pusha-active .l-content__infobar--bottom .c-infobar {
    transform: translateX(-100vw);
  }
  .c-menu--fastnav .c-menu__link {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .c-menu--fastnav .c-menu__link {
    font-size: 0.5rem;
  }
  .c-menu--fastnav .c-menu__link {
    line-height: 0.875rem;
  }
  .c-menu--fastnav .c-menu__link svg {
    width: 2rem;
    height: auto;
  }
  .swiper .c-slider figure figcaption {
    padding-top: 3.25rem;
  }
  .swiper .c-slider__slide figure figcaption {
    padding-top: 3.25rem;
  }
  .c-slider--comparison.swiper .c-slider__slide {
    opacity: 1 !important;
  }
  .c-service-ocean-dates {
    grid-template-columns: 1fr;
  }
  .c-service-ocean-dates__placeholder--fields {
    grid-column: span 1;
  }
  .c-author-teaser h3 {
    padding-right: 4.125rem;
  }
  .c-author-teaser__position {
    padding-right: 4.125rem;
  }
  .c-author-teaser .c-author-teaser__link {
    position: absolute;
    bottom: 0%;
    transform: translate(0, -50%);
  }
  .c-author-teaser .c-author-teaser__link {
    right: 1.25rem;
  }
  .c-author-teaser .c-author-teaser__linkitem {
    display: inline-flex;
    background-color: transparent;
    cursor: pointer;
    transition: all 0.45s cubic-bezier(0, 0.615, 0.345, 1);
    overflow: hidden;
    position: relative;
  }
  .c-author-teaser .c-author-teaser__linkitem {
    font-size: 1.125rem;
  }
  .c-author-teaser .c-author-teaser__linkitem {
    border-radius: 3.125rem;
    border: 0.0625rem solid var(--text-highlight);
    border-radius: 50%;
    color: var(--text-highlight);
    padding: 0.5rem;
    aspect-ratio: 1/1;
  }
  .c-author-teaser .c-author-teaser__linkitem {
    line-height: 1.5rem;
  }
  .u-background .c-author-teaser .c-author-teaser__linkitem {
    border-color: #fff;
    color: #fff;
  }
  .c-author-teaser .c-author-teaser__linkitem span {
    pointer-events: none;
  }
  .c-author-teaser .c-author-teaser__linkitem span,
  .c-author-teaser .c-author-teaser__linkitem input,
  .c-author-teaser .c-author-teaser__linkitem label {
    position: relative;
    z-index: 3;
    padding: 0.5rem 1.5rem 0.5rem 1.5rem;
  }
  @-moz-document url-prefix() {
    .c-author-teaser .c-author-teaser__linkitem span,
    .c-author-teaser .c-author-teaser__linkitem input,
    .c-author-teaser .c-author-teaser__linkitem label {
      padding: 0.5rem 1.5rem 0.5rem 1.5rem;
    }
  }
  .c-author-teaser .c-author-teaser__linkitem:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 1px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    border-radius: 50%;
    background: var(--text-highlight);
    transition: all 0.45s cubic-bezier(0, 0.615, 0.345, 1);
  }
  .u-background .c-author-teaser .c-author-teaser__linkitem:before {
    background-color: #fff;
  }
  .c-author-teaser .c-author-teaser__linkitem span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }
  .c-author-teaser .c-author-teaser__linkitem:before {
    transition: all 0.5s cubic-bezier(0, 0, 0, 1);
  }
  .c-author-teaser .c-author-teaser__linkitem::after {
    content: "";
    -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23CE0D15' d='M20.329 11.66 14.328 5.6a.5.5 0 1 0-.711.702l5.154 5.206H4.027a.5.5 0 1 0 0 1h14.749l-5.158 5.188a.5.5 0 1 0 .709.705l6-6.037a.5.5 0 0 0 .002-.704'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23CE0D15' d='M20.329 11.66 14.328 5.6a.5.5 0 1 0-.711.702l5.154 5.206H4.027a.5.5 0 1 0 0 1h14.749l-5.158 5.188a.5.5 0 1 0 .709.705l6-6.037a.5.5 0 0 0 .002-.704'/%3E%3C/svg%3E");
    -webkit-mask-size: 1.5rem;
    mask-size: 1.5rem;
    background-color: currentColor;
    display: inline-flex;
    width: 1.5rem;
    height: 1.5rem;
  }
  .c-author-teaser .c-author-teaser__linkitem--load-more::after, .c-author-teaser .c-author-teaser__linkitem[href$=".pdf"]::after, .c-author-teaser .c-author-teaser__linkitem[href$=".doc"]::after, .c-author-teaser .c-author-teaser__linkitem[href$=".docx"]::after, .c-author-teaser .c-author-teaser__linkitem[href$=".jpg"]::after, .c-author-teaser .c-author-teaser__linkitem[href$=".jpeg"]::after, .c-author-teaser .c-author-teaser__linkitem[href$=".png"]::after, .c-author-teaser .c-author-teaser__linkitem[href$=".mov"]::after, .c-author-teaser .c-author-teaser__linkitem[href$=".mp4"]::after, .c-author-teaser .c-author-teaser__linkitem[href$=".webp"]::after, .c-author-teaser .c-author-teaser__linkitem[href$=".mp3"]::after, .c-author-teaser .c-author-teaser__linkitem[href$=".zip"]::after {
    -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cg fill='%23CE0D15'%3E%3Cpath d='M11.639 16.3a.497.497 0 0 0 .704.001l4.54-4.494a.5.5 0 1 0-.703-.711l-3.686 3.649V4a.5.5 0 1 0-1 0v10.747l-3.673-3.65a.5.5 0 1 0-.705.709z'/%3E%3Cpath d='M19.944 15a.5.5 0 0 0-.5.5V20H4.555v-4.5a.5.5 0 1 0-1 0v5a.5.5 0 0 0 .5.5h15.89a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5'/%3E%3C/g%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cg fill='%23CE0D15'%3E%3Cpath d='M11.639 16.3a.497.497 0 0 0 .704.001l4.54-4.494a.5.5 0 1 0-.703-.711l-3.686 3.649V4a.5.5 0 1 0-1 0v10.747l-3.673-3.65a.5.5 0 1 0-.705.709z'/%3E%3Cpath d='M19.944 15a.5.5 0 0 0-.5.5V20H4.555v-4.5a.5.5 0 1 0-1 0v5a.5.5 0 0 0 .5.5h15.89a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5'/%3E%3C/g%3E%3C/svg%3E");
  }
  .c-author-teaser .c-author-teaser__linkitem[href^="http://"]::after, .c-author-teaser .c-author-teaser__linkitem[href^="https://"]::after {
    -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23CE0D15' d='M18.126 6.384a.5.5 0 0 0-.497-.499L9.1 5.842h-.003a.5.5 0 0 0-.002 1l7.324.037L5.994 17.304a.5.5 0 1 0 .707.707L17.13 7.582l.022 7.316a.5.5 0 0 0 .5.499h.002a.5.5 0 0 0 .498-.502z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23CE0D15' d='M18.126 6.384a.5.5 0 0 0-.497-.499L9.1 5.842h-.003a.5.5 0 0 0-.002 1l7.324.037L5.994 17.304a.5.5 0 1 0 .707.707L17.13 7.582l.022 7.316a.5.5 0 0 0 .5.499h.002a.5.5 0 0 0 .498-.502z'/%3E%3C/svg%3E");
  }
  .c-author-teaser--small {
    grid-template-columns: 87px 1fr 1fr 2.625rem;
  }
  .c-author-teaser--small h3,
  .c-author-teaser--small .c-author-teaser__pretitle {
    padding-right: 0;
  }
  .c-author-teaser--small .c-author-teaser__link {
    display: flex;
    align-items: center;
  }
  .c-faq-preview__media {
    display: none;
  }
  .c-accordion__item {
    padding-left: 1.25rem;
  }
  .c-accordion__item {
    padding-right: 1.25rem;
  }
  .c-accordion__item {
    margin-left: -1.25rem;
  }
  .c-accordion__item {
    margin-right: -1.25rem;
  }
  .c-navigation.c-navigation--panel .c-navigation__sub {
    overflow: scroll;
  }
  .c-navigation.c-navigation--panel .c-navigation__sub > div {
    padding-left: 1.25rem;
  }
  .c-navigation.c-navigation--panel .c-navigation__sub > div {
    padding-right: 1.25rem;
  }
  .c-footer {
    margin-bottom: calc(var(--hht) + var(--ibhb));
  }
  .c-footer__top {
    margin-left: -1.25rem;
  }
  .c-footer__top {
    margin-right: -1.25rem;
  }
  .c-footer__top {
    padding-left: 1.25rem;
  }
  .c-footer__top {
    padding-right: 1.25rem;
  }
  .c-footer__top .c-footer__schememode {
    display: none;
  }
  .c-footer__slogan {
    padding-top: 0.75rem;
  }
  .c-footer__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.25rem;
    flex-wrap: wrap;
    width: 100%;
  }
  .c-header__top {
    z-index: 500;
  }
  .c-header__top {
    padding-top: 1.25rem;
  }
  .c-header__top {
    padding-bottom: 1.25rem;
  }
  .c-header__top {
    padding-left: 1.25rem;
  }
  .c-header__top {
    padding-right: 1.25rem;
  }
  .scroll-down .c-header__top, .scroll-up .c-header__top {
    transform: translateY(calc(var(--hht) + var(--ibh) + 1.5rem));
  }
  .scroll-up .c-header__top {
    transform: none;
  }
  .c-header__group {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .c-header__group-menu {
    background-color: var(--backgroundcolor-surface-primary);
    transition: all 0.65s cubic-bezier(0, 0.615, 0.345, 1);
    border-radius: 50000px;
    box-shadow: -12px -12px 18px 0 var(--effect-glow, rgba(255, 255, 255, 0.03)), 12px 12px 24px 0 var(--effect-shadow, rgba(0, 0, 0, 0.4));
  }
  .c-header__group-menu {
    padding-left: 1.25rem;
  }
  .c-header__group-menu {
    padding-right: 1.25rem;
  }
  .c-header__group-menu {
    padding-top: 0.5rem;
  }
  .c-header__group-menu {
    padding-bottom: 0.5rem;
  }
  .pusha-active .sub-is-open .c-header__group-menu {
    transform: translateX(calc((var(--hhm) + 1.5rem + 3.5rem) * -1));
  }
  .pusha-active .c-header__group-menu, .scroll-up .c-header__group-menu {
    box-shadow: -12px -12px 18px 0 var(--effect-shadow), 12px 12px 24px 0 var(--effect-shadow);
  }
  .dark-mode .c-header__group-menu {
    box-shadow: -12px -12px 18px 0 var(--effect-shadow), 12px 12px 24px 0 var(--effect-shadow);
  }
  .c-header__bottom {
    transform: none;
    transition: all 0.65s cubic-bezier(0, 0.615, 0.345, 1);
  }
  .scroll-down .c-header__bottom, .scroll-up .c-header__bottom {
    transform: translateY(calc((var(--hh) + var(--ibh) + 1.5rem) * -1));
  }
  .sticky-active.scroll-up .c-header__bottom, .sticky-active.scroll-down .c-header__bottom {
    transform: translateY(calc((var(--hh) + var(--ibh) + 1.5rem) * -1));
  }
  .pusha-active .c-header__bottom, .hide-panel .c-header__bottom {
    z-index: 1;
  }
  .c-header__logo {
    background-color: var(--backgroundcolor-surface-primary);
    border-radius: 50000px;
    box-shadow: -12px -12px 18px 0 var(--effect-glow, rgba(255, 255, 255, 0.03)), 12px 12px 24px 0 var(--effect-shadow, rgba(0, 0, 0, 0.4));
  }
  .c-header__logo {
    padding-left: 2rem;
  }
  .c-header__logo {
    padding-right: 2rem;
  }
  .c-header__logo {
    padding-top: 0.75rem;
  }
  .c-header__logo {
    padding-bottom: 0.75rem;
  }
  .c-header__search {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .c-header__search {
    font-size: 0.5rem;
  }
  .c-header__search {
    line-height: 0.875rem;
  }
  .c-header__search svg {
    width: 2rem;
    height: auto;
  }
  .c-panel .pusha-panel__content {
    padding-top: 1rem;
  }
  .c-panel__inner {
    padding-left: 1.25rem;
  }
  .c-panel__inner {
    padding-right: 1.25rem;
  }
  .c-stacking-card__list {
    margin-left: -1.25rem;
  }
  .c-stacking-card__list {
    margin-right: -1.25rem;
  }
}

@media (max-width: 48em) and (hover: hover) and (pointer: fine){
  .c-author-teaser .c-author-teaser__linkitem:hover, .c-author-teaser .c-author-teaser__linkitem:focus-visible {
    transition: all 0.8s cubic-bezier(0.5, 0, 0, 1), background-color 0.8s cubic-bezier(0.5, 0, 0, 1) 0.5s;
  }
  .c-author-teaser .c-author-teaser__linkitem:hover::before, .c-author-teaser .c-author-teaser__linkitem:focus-visible::before {
    height: 500px;
    width: 500px;
  }
  .u-background .c-author-teaser .c-author-teaser__linkitem:hover, .u-background .c-author-teaser .c-author-teaser__linkitem:focus-visible {
    border-color: var(--text-invert);
  }
  .c-author-teaser .c-author-teaser__linkitem:hover, .c-author-teaser .c-author-teaser__linkitem:focus-visible {
    background-color: var(--state-hover);
    color: var(--text-invert);
    transition: all 1s cubic-bezier(0, 0, 0, 1), background-color 1s cubic-bezier(0, 0, 0, 1) 0.55s;
  }
  .c-author-teaser .c-author-teaser__linkitem:hover::before, .c-author-teaser .c-author-teaser__linkitem:focus-visible::before {
    height: 60px;
    width: 60px;
    transform: translate(-50%, -50%);
    background: var(--state-hover);
  }
  .u-background .c-author-teaser .c-author-teaser__linkitem:hover::before, .u-background .c-author-teaser .c-author-teaser__linkitem:focus-visible::before {
    background-color: var(--text-invert);
  }
  .u-background .c-author-teaser .c-author-teaser__linkitem:hover, .u-background .c-author-teaser .c-author-teaser__linkitem:focus-visible {
    background-color: var(--text-invert);
    color: var(--state-hover);
  }
}

@media (max-width: 48em) and (hover: hover) and (pointer: fine) and (prefers-reduced-motion: reduce){
  .c-author-teaser .c-author-teaser__linkitem:hover, .c-author-teaser .c-author-teaser__linkitem:focus-visible {
    background-color: var(--backgroundcolor-surface-highlight);
  }
  .c-author-teaser .c-author-teaser__linkitem:hover, .c-author-teaser .c-author-teaser__linkitem:focus-visible {
    transition: all 0.25s cubic-bezier(0, 0.615, 0.345, 1);
  }
}

@media (max-width: 48em) and (min-width: 20em){
  .c-menu--fastnav .c-menu__link {
    font-size: calc(0.5rem + 0.375 * (100vw - 20rem) / 70);
  }
  .swiper .c-slider figure figcaption {
    padding-top: calc(3.25rem + 2 * (100vw - 20rem) / 70);
  }
  .swiper .c-slider__slide figure figcaption {
    padding-top: calc(3.25rem + 2 * (100vw - 20rem) / 70);
  }
  .c-author-teaser .c-author-teaser__link {
    right: calc(1.25rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-author-teaser .c-author-teaser__linkitem {
    font-size: calc(1.125rem + 0 * (100vw - 20rem) / 70);
  }
  .c-author-teaser .c-author-teaser__linkitem {
    line-height: calc(1.5rem + 0.125 * (100vw - 20rem) / 70);
  }
  .c-accordion__item {
    padding-left: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
  }
  .c-accordion__item {
    padding-right: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
  }
  .c-accordion__item {
    margin-left: calc(-1.25rem + -0.5 * (100vw - 20rem) / 70);
  }
  .c-accordion__item {
    margin-right: calc(-1.25rem + -0.5 * (100vw - 20rem) / 70);
  }
  .c-navigation.c-navigation--panel .c-navigation__sub > div {
    padding-left: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
  }
  .c-navigation.c-navigation--panel .c-navigation__sub > div {
    padding-right: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
  }
  .c-footer__top {
    margin-left: calc(-1.25rem + -0.5 * (100vw - 20rem) / 70);
  }
  .c-footer__top {
    margin-right: calc(-1.25rem + -0.5 * (100vw - 20rem) / 70);
  }
  .c-footer__top {
    padding-left: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
  }
  .c-footer__top {
    padding-right: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
  }
  .c-footer__slogan {
    padding-top: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-header__top {
    padding-top: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
  }
  .c-header__top {
    padding-bottom: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
  }
  .c-header__top {
    padding-left: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
  }
  .c-header__top {
    padding-right: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
  }
  .c-header__group-menu {
    padding-left: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
  }
  .c-header__group-menu {
    padding-right: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
  }
  .c-header__group-menu {
    padding-top: calc(0.5rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-header__group-menu {
    padding-bottom: calc(0.5rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-header__logo {
    padding-left: calc(2rem + 1.25 * (100vw - 20rem) / 70);
  }
  .c-header__logo {
    padding-right: calc(2rem + 1.25 * (100vw - 20rem) / 70);
  }
  .c-header__logo {
    padding-top: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-header__logo {
    padding-bottom: calc(0.75rem + 0.25 * (100vw - 20rem) / 70);
  }
  .c-header__search {
    font-size: calc(0.5rem + 0.375 * (100vw - 20rem) / 70);
  }
  .c-panel__inner {
    padding-left: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
  }
  .c-panel__inner {
    padding-right: calc(1.25rem + 0.5 * (100vw - 20rem) / 70);
  }
  .c-stacking-card__list {
    margin-left: calc(-1.25rem + -0.5 * (100vw - 20rem) / 70);
  }
  .c-stacking-card__list {
    margin-right: calc(-1.25rem + -0.5 * (100vw - 20rem) / 70);
  }
}

@media (max-width: 48em) and (min-width: 90em){
  .c-menu--fastnav .c-menu__link {
    font-size: 0.875rem;
  }
  .swiper .c-slider figure figcaption {
    padding-top: 5.25rem;
  }
  .swiper .c-slider__slide figure figcaption {
    padding-top: 5.25rem;
  }
  .c-author-teaser .c-author-teaser__link {
    right: 1.5rem;
  }
  .c-author-teaser .c-author-teaser__linkitem {
    font-size: 1.125rem;
  }
  .c-author-teaser .c-author-teaser__linkitem {
    line-height: 1.625rem;
  }
  .c-accordion__item {
    padding-left: 1.75rem;
  }
  .c-accordion__item {
    padding-right: 1.75rem;
  }
  .c-accordion__item {
    margin-left: -1.75rem;
  }
  .c-accordion__item {
    margin-right: -1.75rem;
  }
  .c-navigation.c-navigation--panel .c-navigation__sub > div {
    padding-left: 1.75rem;
  }
  .c-navigation.c-navigation--panel .c-navigation__sub > div {
    padding-right: 1.75rem;
  }
  .c-footer__top {
    margin-left: -1.75rem;
  }
  .c-footer__top {
    margin-right: -1.75rem;
  }
  .c-footer__top {
    padding-left: 1.75rem;
  }
  .c-footer__top {
    padding-right: 1.75rem;
  }
  .c-footer__slogan {
    padding-top: 1rem;
  }
  .c-header__top {
    padding-top: 1.75rem;
  }
  .c-header__top {
    padding-bottom: 1.75rem;
  }
  .c-header__top {
    padding-left: 1.75rem;
  }
  .c-header__top {
    padding-right: 1.75rem;
  }
  .c-header__group-menu {
    padding-left: 1.75rem;
  }
  .c-header__group-menu {
    padding-right: 1.75rem;
  }
  .c-header__group-menu {
    padding-top: 0.75rem;
  }
  .c-header__group-menu {
    padding-bottom: 0.75rem;
  }
  .c-header__logo {
    padding-left: 3.25rem;
  }
  .c-header__logo {
    padding-right: 3.25rem;
  }
  .c-header__logo {
    padding-top: 1rem;
  }
  .c-header__logo {
    padding-bottom: 1rem;
  }
  .c-header__search {
    font-size: 0.875rem;
  }
  .c-panel__inner {
    padding-left: 1.75rem;
  }
  .c-panel__inner {
    padding-right: 1.75rem;
  }
  .c-stacking-card__list {
    margin-left: -1.75rem;
  }
  .c-stacking-card__list {
    margin-right: -1.75rem;
  }
}

@media (max-width: 48em) and (prefers-reduced-motion: reduce){
  .c-author-teaser .c-author-teaser__linkitem:before {
    display: none;
  }
  .c-header__bottom {
    transition: all 0.25s cubic-bezier(0, 0.615, 0.345, 1);
  }
  .scroll-down .c-header__bottom, .scroll-up .c-header__bottom {
    transform: none;
  }
}

@media (max-width: 23.125em){
  .c-menu--fastnav .c-menu__link svg {
    width: 2.25rem;
  }
  .c-menu--fastnav .c-menu__link span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }
  .c-header__group-menu {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .c-header__search svg {
    width: 2.25rem;
  }
  .c-header__search span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }
}

@media (max-width: 23.115em){
  .u-hidden-xs {
    display: none !important;
  }
  .u-visible-xs {
    display: block !important;
  }
}

@media (hover: hover) and (pointer: fine){
  a:hover, a:focus-visible {
    color: var(--text-highlight);
  }
  .u-background a:hover, .u-background a:focus-visible {
    color: #fff;
    text-decoration: none;
  }
  .c-btn:hover, .c-btn:focus-visible {
    background-color: var(--state-hover);
    color: var(--text-invert);
    transition: all 0.8s cubic-bezier(0.5, 0, 0, 1), background-color 0.8s cubic-bezier(0.5, 0, 0, 1) 0.5s;
  }
  .c-btn:hover::before, .c-btn:focus-visible::before {
    height: 500px;
    width: 500px;
    transform: translate(-50%, -50%);
    background: var(--state-hover);
  }
  .u-background .c-btn:hover::before, .u-background .c-btn:focus-visible::before {
    background-color: var(--text-invert);
  }
  .u-background .c-btn:hover, .u-background .c-btn:focus-visible {
    background-color: var(--text-invert);
    color: var(--state-hover);
    border-color: var(--text-invert);
  }
  .c-btn--arrow:hover, .c-btn--arrow:focus-visible {
    background-color: var(--state-hover);
    color: var(--text-invert);
    transition: all 0.8s cubic-bezier(0.5, 0, 0, 1), background-color 0.8s cubic-bezier(0.5, 0, 0, 1) 0.5s;
  }
  .c-btn--arrow:hover::before, .c-btn--arrow:focus-visible::before {
    height: 500px;
    width: 500px;
    transform: translate(-50%, -50%);
    background: var(--state-hover);
  }
  .u-background .c-btn--arrow:hover::before, .u-background .c-btn--arrow:focus-visible::before {
    background-color: var(--text-invert);
  }
  .u-background .c-btn--arrow:hover, .u-background .c-btn--arrow:focus-visible {
    background-color: var(--text-invert);
    color: var(--state-hover);
    border-color: var(--text-invert);
  }
  .c-btn--arrow-circle:hover, .c-btn--arrow-circle:focus-visible {
    padding: 0.5rem 1rem 0.5rem 1.5rem;
  }
  .c-btn--arrow-circle:hover span, .c-btn--arrow-circle:focus-visible span {
    max-width: 100vw;
    opacity: 1;
    padding-right: 0.25rem;
  }
  .c-btn--arrow-circle:hover, .c-btn--arrow-circle:focus-visible {
    background-color: var(--state-hover);
    color: var(--text-invert);
    transition: all 0.8s cubic-bezier(0.5, 0, 0, 1), background-color 0.8s cubic-bezier(0.5, 0, 0, 1) 0.5s;
  }
  .c-btn--arrow-circle:hover::before, .c-btn--arrow-circle:focus-visible::before {
    height: 500px;
    width: 500px;
    transform: translate(-50%, -50%);
    background: var(--state-hover);
  }
  .u-background .c-btn--arrow-circle:hover::before, .u-background .c-btn--arrow-circle:focus-visible::before {
    background-color: var(--text-invert);
  }
  .u-background .c-btn--arrow-circle:hover, .u-background .c-btn--arrow-circle:focus-visible {
    background-color: var(--text-invert);
    color: var(--state-hover);
    border-color: var(--text-invert);
  }
  .c-btn--arrow-circle-simple:hover, .c-btn--arrow-circle-simple:focus-visible {
    background-color: var(--state-hover);
    color: var(--text-invert);
    transition: all 1s cubic-bezier(0, 0, 0, 1), background-color 1s cubic-bezier(0, 0, 0, 1) 0.55s;
  }
  .c-btn--arrow-circle-simple:hover::before, .c-btn--arrow-circle-simple:focus-visible::before {
    height: 60px;
    width: 60px;
    transform: translate(-50%, -50%);
    background: var(--state-hover);
  }
  .u-background .c-btn--arrow-circle-simple:hover::before, .u-background .c-btn--arrow-circle-simple:focus-visible::before {
    background-color: var(--text-invert);
  }
  .u-background .c-btn--arrow-circle-simple:hover, .u-background .c-btn--arrow-circle-simple:focus-visible {
    background-color: var(--text-invert);
    color: var(--state-hover);
  }
  .c-btn--arrow-white:hover, .c-btn--arrow-white:focus-visible {
    background-color: var(--backgroundcolor-surface-secondary);
    color: var(--text-invert);
    transition: all 0.8s cubic-bezier(0.5, 0, 0, 1), background-color 0.8s cubic-bezier(0.5, 0, 0, 1) 0.5s;
  }
  .c-btn--arrow-white:hover::before, .c-btn--arrow-white:focus-visible::before {
    height: 500px;
    width: 500px;
    transform: translate(-50%, -50%);
    background: var(--backgroundcolor-surface-secondary);
  }
  .u-background .c-btn--arrow-white:hover::before, .u-background .c-btn--arrow-white:focus-visible::before {
    background-color: var(--text-invert);
  }
  .u-background .c-btn--arrow-white:hover, .u-background .c-btn--arrow-white:focus-visible {
    background-color: var(--text-invert);
    color: var(--backgroundcolor-surface-secondary);
    border-color: var(--text-invert);
  }
  .c-link span:hover, .c-link span:focus-visible {
    fill: var(--text-highlight);
  }
  .c-link span span:hover {
    background-image: linear-gradient(var(--text-highlight), var(--text-highlight));
    background-size: 100% 1px;
  }
  .c-link span span:focus-visible {
    background-size: 100% 1px;
  }
  .c-link span:hover, .c-link span:focus-visible {
    color: var(--text-highlight);
  }
  .c-link span:hover svg path, .c-link span:focus-visible svg path {
    fill: var(--text-highlight);
  }
  .c-breadcrumb__link:hover, .c-breadcrumb__link:focus-visible {
    fill: var(--text-highlight);
  }
  .c-breadcrumb__link span:hover {
    background-image: linear-gradient(var(--text-highlight), var(--text-highlight));
    background-size: 100% 1px;
  }
  .c-breadcrumb__link span:focus-visible {
    background-size: 100% 1px;
  }
  .c-breadcrumb__link:hover, .c-breadcrumb__link:focus-visible {
    color: var(--text-highlight);
  }
  .c-breadcrumb__link:hover svg path, .c-breadcrumb__link:focus-visible svg path {
    fill: var(--text-highlight);
  }
  .c-step-item:hover .c-step-item__content, .c-step-item:focus-visible .c-step-item__content {
    border-color: transparent;
    box-shadow: -12px -12px 18px 0 var(--effect-glow, rgba(255, 255, 255, 0.03)), 12px 12px 24px 0 var(--effect-shadow, rgba(0, 0, 0, 0.4));
  }
  .c-step-item:hover .c-step-item__counter-inner, .c-step-item:focus-visible .c-step-item__counter-inner {
    color: #CE0D15;
    border-color: transparent;
    box-shadow: -12px -12px 18px 0 var(--effect-glow, rgba(255, 255, 255, 0.03)), 12px 12px 24px 0 var(--effect-shadow, rgba(0, 0, 0, 0.4));
  }
  .c-download__items li a:hover, .c-download__items li a:focus-visible {
    fill: var(--text-highlight);
  }
  .c-download__items li a span:hover {
    background-image: linear-gradient(var(--text-highlight), var(--text-highlight));
    background-size: 100% 1px;
  }
  .c-download__items li a span:focus-visible {
    background-size: 100% 1px;
  }
  .c-download__items li a:hover, .c-download__items li a:focus-visible {
    color: var(--text-highlight);
  }
  .c-download__items li a:hover svg path, .c-download__items li a:focus-visible svg path {
    fill: var(--text-highlight);
  }
  .c-cookieconsent__text a:not([class]):hover {
    background-image: linear-gradient(currentColor, currentColor);
    background-size: 100% 2px;
  }
  .c-cookieconsent__text a:not([class]):focus-visible {
    background-size: 100% 2px;
  }
  .c-cookieconsent__buttons button:hover, .c-cookieconsent__buttons button:focus-visible {
    background-color: var(--state-hover);
    color: var(--text-invert);
    transition: all 0.8s cubic-bezier(0.5, 0, 0, 1), background-color 0.8s cubic-bezier(0.5, 0, 0, 1) 0.5s;
  }
  .c-cookieconsent__buttons button:hover::before, .c-cookieconsent__buttons button:focus-visible::before {
    height: 500px;
    width: 500px;
    transform: translate(-50%, -50%);
    background: var(--state-hover);
  }
  .u-background .c-cookieconsent__buttons button:hover::before, .u-background .c-cookieconsent__buttons button:focus-visible::before {
    background-color: var(--text-invert);
  }
  .u-background .c-cookieconsent__buttons button:hover, .u-background .c-cookieconsent__buttons button:focus-visible {
    background-color: var(--text-invert);
    color: var(--state-hover);
    border-color: var(--text-invert);
  }
  .c-menu--language .c-menu__link:hover:after, .c-menu--language .c-menu__link:focus-visible:after, .c-menu--social .c-menu__link:hover:after, .c-menu--social .c-menu__link:focus-visible:after {
    height: 100%;
    aspect-ratio: 1/1;
  }
  .c-menu--language .c-menu__item.is-active .c-menu__link:hover:after, .c-menu--language .c-menu__item.is-active .c-menu__link:focus-visible:after, .c-menu--social .c-menu__item.is-active .c-menu__link:hover:after, .c-menu--social .c-menu__item.is-active .c-menu__link:focus-visible:after {
    height: 100%;
    aspect-ratio: 1/1;
  }
  .c-menu--meta .c-menu__link:hover, .c-menu--meta .c-menu__link:focus-visible {
    fill: var(--text-highlight);
  }
  .c-menu--meta .c-menu__link span:hover {
    background-image: linear-gradient(var(--text-highlight), var(--text-highlight));
    background-size: 100% 1px;
  }
  .c-menu--meta .c-menu__link span:focus-visible {
    background-size: 100% 1px;
  }
  .c-menu--meta .c-menu__link:hover, .c-menu--meta .c-menu__link:focus-visible {
    color: var(--text-highlight);
  }
  .c-menu--meta .c-menu__link:hover svg path, .c-menu--meta .c-menu__link:focus-visible svg path {
    fill: var(--text-highlight);
  }
  .c-menu--meta .c-menu__item.is-active .c-menu__link span:hover {
    background-image: linear-gradient(var(--text-highlight), var(--text-highlight));
    background-size: 0% 1px;
  }
  .c-menu--meta .c-menu__item.is-active .c-menu__link span:focus-visible {
    background-size: 0% 1px;
  }
  .c-menu--top .c-menu__link:hover, .c-menu--top .c-menu__link:focus-visible, .c-menu--fastnav .c-menu__link:hover, .c-menu--fastnav .c-menu__link:focus-visible {
    fill: var(--text-highlight);
  }
  .c-menu--top .c-menu__link span:hover, .c-menu--fastnav .c-menu__link span:hover {
    background-image: linear-gradient(var(--text-highlight), var(--text-highlight));
    background-size: 100% 1px;
  }
  .c-menu--top .c-menu__link span:focus-visible, .c-menu--fastnav .c-menu__link span:focus-visible {
    background-size: 100% 1px;
  }
  .c-menu--top .c-menu__link:hover, .c-menu--top .c-menu__link:focus-visible, .c-menu--fastnav .c-menu__link:hover, .c-menu--fastnav .c-menu__link:focus-visible {
    color: var(--text-highlight);
  }
  .c-menu--top .c-menu__link:hover svg path, .c-menu--top .c-menu__link:focus-visible svg path, .c-menu--fastnav .c-menu__link:hover svg path, .c-menu--fastnav .c-menu__link:focus-visible svg path {
    fill: var(--text-highlight);
  }
  .c-menu--top .c-menu__item.is-active .c-menu__link span:hover, .c-menu--fastnav .c-menu__item.is-active .c-menu__link span:hover {
    background-image: linear-gradient(var(--text-highlight), var(--text-highlight));
    background-size: 0% 1px;
  }
  .c-menu--top .c-menu__item.is-active .c-menu__link span:focus-visible, .c-menu--fastnav .c-menu__item.is-active .c-menu__link span:focus-visible {
    background-size: 0% 1px;
  }
  .c-menu--support .c-menu__link:hover, .c-menu--support .c-menu__link:focus-visible {
    fill: var(--text-highlight);
  }
  .c-menu--support .c-menu__link span:hover {
    background-image: linear-gradient(var(--text-highlight), var(--text-highlight));
    background-size: 100% 1px;
  }
  .c-menu--support .c-menu__link span:focus-visible {
    background-size: 100% 1px;
  }
  .c-menu--support .c-menu__link:hover, .c-menu--support .c-menu__link:focus-visible {
    color: var(--text-highlight);
  }
  .c-menu--support .c-menu__link:hover svg path, .c-menu--support .c-menu__link:focus-visible svg path {
    fill: var(--text-highlight);
  }
  .c-slider__pagination span:hover, .c-slider__pagination span:focus-visible {
    background-color: #868689;
  }
  .c-slider__pagination span.is-active:hover, .c-slider__pagination span.is-active:focus-visible {
    background-color: var(--text-highlight);
  }
  .c-slider__scrollbar {
    position: relative;
    width: 100%;
    height: 1px;
  }
  .c-slider__scrollbar {
    padding-left: 1.125rem;
  }
  .c-slider__scrollbar {
    padding-right: 1.125rem;
  }
  .c-slider .swiper-scrollbar {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 8px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
    background-color: #fff;
    cursor: pointer;
  }
  .c-slider .swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    left: 0;
    top: 0;
  }
  .c-historyback__link:hover::after, .c-historyback__link:focus-visible::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M20.329 11.66 14.328 5.6a.5.5 0 1 0-.711.702l5.154 5.206H4.027a.5.5 0 1 0 0 1h14.749l-5.158 5.188a.5.5 0 1 0 .709.705l6-6.037a.5.5 0 0 0 .002-.704'/%3E%3C/svg%3E");
  }
  .c-historyback__link:hover::before, .c-historyback__link:focus-visible::before {
    transform: scale(1);
  }
  .c-pagination-list__load:hover, .c-pagination-list__load:focus-visible, .c-pagination-list__all-link:hover, .c-pagination-list__all-link:focus-visible {
    background-color: var(--state-hover);
  }
  .c-pagination-list__load:hover::before, .c-pagination-list__load:focus-visible::before, .c-pagination-list__all-link:hover::before, .c-pagination-list__all-link:focus-visible::before {
    background: var(--state-hover);
  }
  .u-background .c-pagination-list__load:hover, .u-background .c-pagination-list__load:focus-visible, .u-background .c-pagination-list__all-link:hover, .u-background .c-pagination-list__all-link:focus-visible {
    color: var(--state-hover);
  }
  .c-pagination-list__load:hover, .c-pagination-list__load:focus-visible, .c-pagination-list__all-link:hover, .c-pagination-list__all-link:focus-visible {
    background-color: var(--backgroundcolor-surface-secondary);
    color: var(--text-invert);
    transition: all 0.8s cubic-bezier(0.5, 0, 0, 1), background-color 0.8s cubic-bezier(0.5, 0, 0, 1) 0.5s;
  }
  .c-pagination-list__load:hover::before, .c-pagination-list__load:focus-visible::before, .c-pagination-list__all-link:hover::before, .c-pagination-list__all-link:focus-visible::before {
    height: 500px;
    width: 500px;
    transform: translate(-50%, -50%);
    background: var(--backgroundcolor-surface-secondary);
  }
  .u-background .c-pagination-list__load:hover::before, .u-background .c-pagination-list__load:focus-visible::before, .u-background .c-pagination-list__all-link:hover::before, .u-background .c-pagination-list__all-link:focus-visible::before {
    background-color: var(--text-invert);
  }
  .u-background .c-pagination-list__load:hover, .u-background .c-pagination-list__load:focus-visible, .u-background .c-pagination-list__all-link:hover, .u-background .c-pagination-list__all-link:focus-visible {
    background-color: var(--text-invert);
    color: var(--backgroundcolor-surface-secondary);
    border-color: var(--text-invert);
  }
  .c-pagination-list__load:hover, .c-pagination-list__load:focus-visible {
    background-color: var(--backgroundcolor-surface-secondary);
    color: var(--text-invert);
    transition: all 0.8s cubic-bezier(0.5, 0, 0, 1), background-color 0.8s cubic-bezier(0.5, 0, 0, 1) 0.5s;
  }
  .c-pagination-list__load:hover::before, .c-pagination-list__load:focus-visible::before {
    height: 500px;
    width: 500px;
    transform: translate(-50%, -50%);
    background: var(--backgroundcolor-surface-secondary);
  }
  .u-background .c-pagination-list__load:hover::before, .u-background .c-pagination-list__load:focus-visible::before {
    background-color: var(--text-invert);
  }
  .u-background .c-pagination-list__load:hover, .u-background .c-pagination-list__load:focus-visible {
    background-color: var(--text-invert);
    color: var(--backgroundcolor-surface-secondary);
    border-color: var(--text-invert);
  }
  .c-filter__check .c-filter__item:hover, .c-filter__check .c-filter__item:focus-visible, .c-filter__radio .c-filter__item:hover, .c-filter__radio .c-filter__item:focus-visible {
    background-color: var(--state-hover);
    color: var(--text-invert);
    transition: all 0.8s cubic-bezier(0.5, 0, 0, 1), background-color 0.8s cubic-bezier(0.5, 0, 0, 1) 0.5s;
    background-color: #383839;
    color: #fff;
    border-color: #383839;
  }
  .c-filter__check .c-filter__item:hover::before, .c-filter__check .c-filter__item:focus-visible::before, .c-filter__radio .c-filter__item:hover::before, .c-filter__radio .c-filter__item:focus-visible::before {
    height: 500px;
    width: 500px;
    transform: translate(-50%, -50%);
    background: var(--state-hover);
  }
  .u-background .c-filter__check .c-filter__item:hover::before, .u-background .c-filter__check .c-filter__item:focus-visible::before, .u-background .c-filter__radio .c-filter__item:hover::before, .u-background .c-filter__radio .c-filter__item:focus-visible::before {
    background-color: var(--text-invert);
  }
  .c-filter__check .c-filter__item:hover::before, .c-filter__check .c-filter__item:focus-visible::before, .c-filter__radio .c-filter__item:hover::before, .c-filter__radio .c-filter__item:focus-visible::before {
    background-color: #383839;
    color: #fff;
  }
  .u-background .c-filter__check .c-filter__item:hover, .u-background .c-filter__check .c-filter__item:focus-visible, .u-background .c-filter__radio .c-filter__item:hover, .u-background .c-filter__radio .c-filter__item:focus-visible {
    background-color: var(--text-invert);
    color: var(--state-hover);
    border-color: var(--text-invert);
  }
  .c-news-list__load:hover, .c-news-list__load:focus-visible, .c-news-list__all-link:hover, .c-news-list__all-link:focus-visible {
    background-color: var(--state-hover);
  }
  .c-news-list__load:hover::before, .c-news-list__load:focus-visible::before, .c-news-list__all-link:hover::before, .c-news-list__all-link:focus-visible::before {
    background: var(--state-hover);
  }
  .u-background .c-news-list__load:hover, .u-background .c-news-list__load:focus-visible, .u-background .c-news-list__all-link:hover, .u-background .c-news-list__all-link:focus-visible {
    color: var(--state-hover);
  }
  .c-news-list__load:hover, .c-news-list__load:focus-visible, .c-news-list__all-link:hover, .c-news-list__all-link:focus-visible {
    background-color: var(--backgroundcolor-surface-secondary);
    color: var(--text-invert);
    transition: all 0.8s cubic-bezier(0.5, 0, 0, 1), background-color 0.8s cubic-bezier(0.5, 0, 0, 1) 0.5s;
  }
  .c-news-list__load:hover::before, .c-news-list__load:focus-visible::before, .c-news-list__all-link:hover::before, .c-news-list__all-link:focus-visible::before {
    height: 500px;
    width: 500px;
    transform: translate(-50%, -50%);
    background: var(--backgroundcolor-surface-secondary);
  }
  .u-background .c-news-list__load:hover::before, .u-background .c-news-list__load:focus-visible::before, .u-background .c-news-list__all-link:hover::before, .u-background .c-news-list__all-link:focus-visible::before {
    background-color: var(--text-invert);
  }
  .u-background .c-news-list__load:hover, .u-background .c-news-list__load:focus-visible, .u-background .c-news-list__all-link:hover, .u-background .c-news-list__all-link:focus-visible {
    background-color: var(--text-invert);
    color: var(--backgroundcolor-surface-secondary);
    border-color: var(--text-invert);
  }
  .c-news-list__load:hover, .c-news-list__load:focus-visible {
    background-color: var(--backgroundcolor-surface-secondary);
    color: var(--text-invert);
    transition: all 0.8s cubic-bezier(0.5, 0, 0, 1), background-color 0.8s cubic-bezier(0.5, 0, 0, 1) 0.5s;
  }
  .c-news-list__load:hover::before, .c-news-list__load:focus-visible::before {
    height: 500px;
    width: 500px;
    transform: translate(-50%, -50%);
    background: var(--backgroundcolor-surface-secondary);
  }
  .u-background .c-news-list__load:hover::before, .u-background .c-news-list__load:focus-visible::before {
    background-color: var(--text-invert);
  }
  .u-background .c-news-list__load:hover, .u-background .c-news-list__load:focus-visible {
    background-color: var(--text-invert);
    color: var(--backgroundcolor-surface-secondary);
    border-color: var(--text-invert);
  }
  .c-news-list--search .c-news-list__all-link:hover, .c-news-list--search .c-news-list__all-link:focus-visible {
    background-color: var(--state-hover);
  }
  .c-news-list--search .c-news-list__all-link:hover::before, .c-news-list--search .c-news-list__all-link:focus-visible::before {
    background: var(--state-hover);
  }
  .u-background .c-news-list--search .c-news-list__all-link:hover, .u-background .c-news-list--search .c-news-list__all-link:focus-visible {
    color: var(--state-hover);
  }
  .c-news-list--search .c-news-list__all-link:hover, .c-news-list--search .c-news-list__all-link:focus-visible {
    background-color: transparent;
    color: var(--text-invert);
    transition: all 0.8s cubic-bezier(0.5, 0, 0, 1), background-color 0.8s cubic-bezier(0.5, 0, 0, 1) 0.5s;
  }
  .c-news-list--search .c-news-list__all-link:hover::before, .c-news-list--search .c-news-list__all-link:focus-visible::before {
    height: 500px;
    width: 500px;
    transform: translate(-50%, -50%);
    background: transparent;
  }
  .u-background .c-news-list--search .c-news-list__all-link:hover::before, .u-background .c-news-list--search .c-news-list__all-link:focus-visible::before {
    background-color: var(--text-invert);
  }
  .u-background .c-news-list--search .c-news-list__all-link:hover, .u-background .c-news-list--search .c-news-list__all-link:focus-visible {
    background-color: var(--text-invert);
    color: transparent;
    border-color: var(--text-invert);
  }
  .c-news-list--search .c-news-list__all-link:hover span, .c-news-list--search .c-news-list__all-link:focus-visible span {
    text-decoration: underline;
    text-underline-offset: 4px;
  }
  .c-news-list--navi .c-news-list__all-link:hover, .c-news-list--navi .c-news-list__all-link:focus-visible {
    background-color: var(--state-hover);
  }
  .c-news-list--navi .c-news-list__all-link:hover::before, .c-news-list--navi .c-news-list__all-link:focus-visible::before {
    background: var(--state-hover);
  }
  .u-background .c-news-list--navi .c-news-list__all-link:hover, .u-background .c-news-list--navi .c-news-list__all-link:focus-visible {
    color: var(--state-hover);
  }
  .c-news-list--navi .c-news-list__all-link:hover, .c-news-list--navi .c-news-list__all-link:focus-visible {
    background-color: transparent;
    color: var(--text-invert);
    transition: all 0.8s cubic-bezier(0.5, 0, 0, 1), background-color 0.8s cubic-bezier(0.5, 0, 0, 1) 0.5s;
  }
  .c-news-list--navi .c-news-list__all-link:hover::before, .c-news-list--navi .c-news-list__all-link:focus-visible::before {
    height: 500px;
    width: 500px;
    transform: translate(-50%, -50%);
    background: transparent;
  }
  .u-background .c-news-list--navi .c-news-list__all-link:hover::before, .u-background .c-news-list--navi .c-news-list__all-link:focus-visible::before {
    background-color: var(--text-invert);
  }
  .u-background .c-news-list--navi .c-news-list__all-link:hover, .u-background .c-news-list--navi .c-news-list__all-link:focus-visible {
    background-color: var(--text-invert);
    color: transparent;
    border-color: var(--text-invert);
  }
  .c-news-list--navi .c-news-list__all-link:hover span, .c-news-list--navi .c-news-list__all-link:focus-visible span {
    text-decoration: underline;
    text-underline-offset: 4px;
  }
  .c-news-teaser:hover, .c-news-teaser:focus-visible {
    transform: translateY(-4px);
  }
  .c-news-teaser:hover, .c-news-teaser:focus-visible {
    border-color: var(--backgroundcolor-surface-primary);
    box-shadow: -12px -12px 18px 0 var(--effect-glow, rgba(255, 255, 255, 0.03)), 12px 12px 24px 0 var(--effect-shadow, rgba(0, 0, 0, 0.4));
  }
  .c-news-teaser__link:hover, .c-news-teaser__link:focus-visible {
    transition: all 0.8s cubic-bezier(0.5, 0, 0, 1), background-color 0.8s cubic-bezier(0.5, 0, 0, 1) 0.5s;
  }
  .c-news-teaser__link:hover::before, .c-news-teaser__link:focus-visible::before {
    height: 500px;
    width: 500px;
  }
  .u-background .c-news-teaser__link:hover, .u-background .c-news-teaser__link:focus-visible {
    border-color: var(--text-invert);
  }
  .c-news-teaser__link:hover, .c-news-teaser__link:focus-visible {
    background-color: var(--state-hover);
    color: var(--text-invert);
    transition: all 1s cubic-bezier(0, 0, 0, 1), background-color 1s cubic-bezier(0, 0, 0, 1) 0.55s;
  }
  .c-news-teaser__link:hover::before, .c-news-teaser__link:focus-visible::before {
    height: 60px;
    width: 60px;
    transform: translate(-50%, -50%);
    background: var(--state-hover);
  }
  .u-background .c-news-teaser__link:hover::before, .u-background .c-news-teaser__link:focus-visible::before {
    background-color: var(--text-invert);
  }
  .u-background .c-news-teaser__link:hover, .u-background .c-news-teaser__link:focus-visible {
    background-color: var(--text-invert);
    color: var(--state-hover);
  }
  .c-news-teaser:hover .c-teaser__link,
  .c-news-teaser:hover .c-news-teaser__link, .c-news-teaser:focus-visible .c-teaser__link,
  .c-news-teaser:focus-visible .c-news-teaser__link {
    background-color: var(--state-hover);
    color: var(--text-invert);
    transition: all 1s cubic-bezier(0, 0, 0, 1), background-color 1s cubic-bezier(0, 0, 0, 1) 0.55s;
  }
  .c-news-teaser:hover .c-teaser__link::before,
  .c-news-teaser:hover .c-news-teaser__link::before, .c-news-teaser:focus-visible .c-teaser__link::before,
  .c-news-teaser:focus-visible .c-news-teaser__link::before {
    height: 60px;
    width: 60px;
    transform: translate(-50%, -50%);
    background: var(--state-hover);
  }
  .u-background .c-news-teaser:hover .c-teaser__link::before,
  .u-background .c-news-teaser:hover .c-news-teaser__link::before, .u-background .c-news-teaser:focus-visible .c-teaser__link::before,
  .u-background .c-news-teaser:focus-visible .c-news-teaser__link::before {
    background-color: var(--text-invert);
  }
  .u-background .c-news-teaser:hover .c-teaser__link,
  .u-background .c-news-teaser:hover .c-news-teaser__link, .u-background .c-news-teaser:focus-visible .c-teaser__link,
  .u-background .c-news-teaser:focus-visible .c-news-teaser__link {
    background-color: var(--text-invert);
    color: var(--state-hover);
  }
  .c-news-meta__link:hover, .c-news-meta__link:focus-visible {
    fill: var(--text-highlight);
  }
  .c-news-meta__link span:hover {
    background-image: linear-gradient(var(--text-highlight), var(--text-highlight));
    background-size: 100% 1px;
  }
  .c-news-meta__link span:focus-visible {
    background-size: 100% 1px;
  }
  .c-news-meta__link:hover, .c-news-meta__link:focus-visible {
    color: var(--text-highlight);
  }
  .c-news-meta__link:hover svg path, .c-news-meta__link:focus-visible svg path {
    fill: var(--text-highlight);
  }
  .c-news-prompt__button:hover, .c-news-prompt__button:focus-visible {
    background-color: var(--state-hover);
    color: var(--text-invert);
    transition: all 0.8s cubic-bezier(0.5, 0, 0, 1), background-color 0.8s cubic-bezier(0.5, 0, 0, 1) 0.5s;
  }
  .c-news-prompt__button:hover::before, .c-news-prompt__button:focus-visible::before {
    height: 500px;
    width: 500px;
    transform: translate(-50%, -50%);
    background: var(--state-hover);
  }
  .u-background .c-news-prompt__button:hover::before, .u-background .c-news-prompt__button:focus-visible::before {
    background-color: var(--text-invert);
  }
  .u-background .c-news-prompt__button:hover, .u-background .c-news-prompt__button:focus-visible {
    background-color: var(--text-invert);
    color: var(--state-hover);
    border-color: var(--text-invert);
  }
  .c-author-teaser:hover, .c-author-teaser:focus-visible {
    transform: translateY(-4px);
  }
  .c-author-teaser:hover, .c-author-teaser:focus-visible {
    border-color: var(--backgroundcolor-surface-primary);
    box-shadow: -12px -12px 18px 0 var(--effect-glow, rgba(255, 255, 255, 0.03)), 12px 12px 24px 0 var(--effect-shadow, rgba(0, 0, 0, 0.4));
  }
  .c-author-teaser--small .c-author-teaser__linkitem:hover, .c-author-teaser--small .c-author-teaser__linkitem:focus-visible {
    transition: all 0.8s cubic-bezier(0.5, 0, 0, 1), background-color 0.8s cubic-bezier(0.5, 0, 0, 1) 0.5s;
  }
  .c-author-teaser--small .c-author-teaser__linkitem:hover::before, .c-author-teaser--small .c-author-teaser__linkitem:focus-visible::before {
    height: 500px;
    width: 500px;
  }
  .u-background .c-author-teaser--small .c-author-teaser__linkitem:hover, .u-background .c-author-teaser--small .c-author-teaser__linkitem:focus-visible {
    border-color: var(--text-invert);
  }
  .c-author-teaser--small .c-author-teaser__linkitem:hover, .c-author-teaser--small .c-author-teaser__linkitem:focus-visible {
    background-color: var(--state-hover);
    color: var(--text-invert);
    transition: all 1s cubic-bezier(0, 0, 0, 1), background-color 1s cubic-bezier(0, 0, 0, 1) 0.55s;
  }
  .c-author-teaser--small .c-author-teaser__linkitem:hover::before, .c-author-teaser--small .c-author-teaser__linkitem:focus-visible::before {
    height: 60px;
    width: 60px;
    transform: translate(-50%, -50%);
    background: var(--state-hover);
  }
  .u-background .c-author-teaser--small .c-author-teaser__linkitem:hover::before, .u-background .c-author-teaser--small .c-author-teaser__linkitem:focus-visible::before {
    background-color: var(--text-invert);
  }
  .u-background .c-author-teaser--small .c-author-teaser__linkitem:hover, .u-background .c-author-teaser--small .c-author-teaser__linkitem:focus-visible {
    background-color: var(--text-invert);
    color: var(--state-hover);
  }
  .c-author-teaser--small:hover .c-author-teaser__linkitem, .c-author-teaser--small:focus-visible .c-author-teaser__linkitem {
    background-color: var(--state-hover);
    color: var(--text-invert);
    transition: all 1s cubic-bezier(0, 0, 0, 1), background-color 1s cubic-bezier(0, 0, 0, 1) 0.55s;
  }
  .c-author-teaser--small:hover .c-author-teaser__linkitem::before, .c-author-teaser--small:focus-visible .c-author-teaser__linkitem::before {
    height: 60px;
    width: 60px;
    transform: translate(-50%, -50%);
    background: var(--state-hover);
  }
  .u-background .c-author-teaser--small:hover .c-author-teaser__linkitem::before, .u-background .c-author-teaser--small:focus-visible .c-author-teaser__linkitem::before {
    background-color: var(--text-invert);
  }
  .u-background .c-author-teaser--small:hover .c-author-teaser__linkitem, .u-background .c-author-teaser--small:focus-visible .c-author-teaser__linkitem {
    background-color: var(--text-invert);
    color: var(--state-hover);
  }
  .c-faq-preview__link:hover, .c-faq-preview__link:focus-visible {
    box-shadow: -12px -12px 18px 0 var(--effect-glow, rgba(255, 255, 255, 0.03)), 12px 12px 24px 0 var(--effect-shadow, rgba(0, 0, 0, 0.4));
  }
  .c-faq-preview__link:hover .c-faq-preview__arrow, .c-faq-preview__link:focus-visible .c-faq-preview__arrow {
    background-color: var(--state-hover);
    color: var(--text-invert);
    transition: all 1s cubic-bezier(0, 0, 0, 1), background-color 1s cubic-bezier(0, 0, 0, 1) 0.55s;
  }
  .c-faq-preview__link:hover .c-faq-preview__arrow::before, .c-faq-preview__link:focus-visible .c-faq-preview__arrow::before {
    height: 60px;
    width: 60px;
    transform: translate(-50%, -50%);
    background: var(--state-hover);
  }
  .u-background .c-faq-preview__link:hover .c-faq-preview__arrow::before, .u-background .c-faq-preview__link:focus-visible .c-faq-preview__arrow::before {
    background-color: var(--text-invert);
  }
  .u-background .c-faq-preview__link:hover .c-faq-preview__arrow, .u-background .c-faq-preview__link:focus-visible .c-faq-preview__arrow {
    background-color: var(--text-invert);
    color: var(--state-hover);
  }
  .c-faq-preview__arrow:hover, .c-faq-preview__arrow:focus-visible {
    transition: all 0.8s cubic-bezier(0.5, 0, 0, 1), background-color 0.8s cubic-bezier(0.5, 0, 0, 1) 0.5s;
  }
  .c-faq-preview__arrow:hover::before, .c-faq-preview__arrow:focus-visible::before {
    height: 500px;
    width: 500px;
  }
  .u-background .c-faq-preview__arrow:hover, .u-background .c-faq-preview__arrow:focus-visible {
    border-color: var(--text-invert);
  }
  .c-faq-preview__arrow:hover, .c-faq-preview__arrow:focus-visible {
    background-color: var(--state-hover);
    color: var(--text-invert);
    transition: all 1s cubic-bezier(0, 0, 0, 1), background-color 1s cubic-bezier(0, 0, 0, 1) 0.55s;
  }
  .c-faq-preview__arrow:hover::before, .c-faq-preview__arrow:focus-visible::before {
    height: 60px;
    width: 60px;
    transform: translate(-50%, -50%);
    background: var(--state-hover);
  }
  .u-background .c-faq-preview__arrow:hover::before, .u-background .c-faq-preview__arrow:focus-visible::before {
    background-color: var(--text-invert);
  }
  .u-background .c-faq-preview__arrow:hover, .u-background .c-faq-preview__arrow:focus-visible {
    background-color: var(--text-invert);
    color: var(--state-hover);
  }
  .c-faq-preview__button:hover, .c-faq-preview__button:focus-visible {
    background-color: var(--state-hover);
  }
  .c-faq-preview__button:hover::before, .c-faq-preview__button:focus-visible::before {
    background: var(--state-hover);
  }
  .u-background .c-faq-preview__button:hover, .u-background .c-faq-preview__button:focus-visible {
    color: var(--state-hover);
  }
  .c-faq-preview__button:hover, .c-faq-preview__button:focus-visible {
    background-color: transparent;
    color: var(--text-invert);
    transition: all 0.8s cubic-bezier(0.5, 0, 0, 1), background-color 0.8s cubic-bezier(0.5, 0, 0, 1) 0.5s;
  }
  .c-faq-preview__button:hover::before, .c-faq-preview__button:focus-visible::before {
    height: 500px;
    width: 500px;
    transform: translate(-50%, -50%);
    background: transparent;
  }
  .u-background .c-faq-preview__button:hover::before, .u-background .c-faq-preview__button:focus-visible::before {
    background-color: var(--text-invert);
  }
  .u-background .c-faq-preview__button:hover, .u-background .c-faq-preview__button:focus-visible {
    background-color: var(--text-invert);
    color: transparent;
    border-color: var(--text-invert);
  }
  .c-faq-preview__button:hover span, .c-faq-preview__button:focus-visible span {
    text-decoration: underline;
    text-underline-offset: 4px;
  }
  input[type=file]::file-selector-button:hover, input[type=file]::file-selector-button:focus-visible {
    background-color: var(--state-hover);
    color: var(--text-invert);
    transition: all 0.8s cubic-bezier(0.5, 0, 0, 1), background-color 0.8s cubic-bezier(0.5, 0, 0, 1) 0.5s;
  }
  input[type=file]::file-selector-button:hover::before, input[type=file]::file-selector-button:focus-visible::before {
    height: 500px;
    width: 500px;
    transform: translate(-50%, -50%);
    background: var(--state-hover);
  }
  .u-background input[type=file]::file-selector-button:hover::before, .u-background input[type=file]::file-selector-button:focus-visible::before {
    background-color: var(--text-invert);
  }
  .u-background input[type=file]::file-selector-button:hover, .u-background input[type=file]::file-selector-button:focus-visible {
    background-color: var(--text-invert);
    color: var(--state-hover);
    border-color: var(--text-invert);
  }
  .c-search-result:hover, .c-search-result:focus-visible {
    border-color: var(--backgroundcolor-surface-primary);
    box-shadow: -12px -12px 18px 0 var(--effect-glow, rgba(255, 255, 255, 0.03)), 12px 12px 24px 0 var(--effect-shadow, rgba(0, 0, 0, 0.4));
  }
  .c-search-result:hover, .c-search-result:focus-visible {
    transform: translateY(-4px);
  }
  .c-search-result__link-inner:hover, .c-search-result__link-inner:focus-visible {
    transition: all 0.8s cubic-bezier(0.5, 0, 0, 1), background-color 0.8s cubic-bezier(0.5, 0, 0, 1) 0.5s;
  }
  .c-search-result__link-inner:hover::before, .c-search-result__link-inner:focus-visible::before {
    height: 500px;
    width: 500px;
  }
  .u-background .c-search-result__link-inner:hover, .u-background .c-search-result__link-inner:focus-visible {
    border-color: var(--text-invert);
  }
  .c-search-result__link-inner:hover, .c-search-result__link-inner:focus-visible {
    background-color: var(--state-hover);
    color: var(--text-invert);
    transition: all 1s cubic-bezier(0, 0, 0, 1), background-color 1s cubic-bezier(0, 0, 0, 1) 0.55s;
  }
  .c-search-result__link-inner:hover::before, .c-search-result__link-inner:focus-visible::before {
    height: 60px;
    width: 60px;
    transform: translate(-50%, -50%);
    background: var(--state-hover);
  }
  .u-background .c-search-result__link-inner:hover::before, .u-background .c-search-result__link-inner:focus-visible::before {
    background-color: var(--text-invert);
  }
  .u-background .c-search-result__link-inner:hover, .u-background .c-search-result__link-inner:focus-visible {
    background-color: var(--text-invert);
    color: var(--state-hover);
  }
  .c-search-result:hover .c-search-result__link-inner, .c-search-result:focus-visible .c-search-result__link-inner {
    background-color: var(--state-hover);
    color: var(--text-invert);
    transition: all 1s cubic-bezier(0, 0, 0, 1), background-color 1s cubic-bezier(0, 0, 0, 1) 0.55s;
  }
  .c-search-result:hover .c-search-result__link-inner::before, .c-search-result:focus-visible .c-search-result__link-inner::before {
    height: 60px;
    width: 60px;
    transform: translate(-50%, -50%);
    background: var(--state-hover);
  }
  .u-background .c-search-result:hover .c-search-result__link-inner::before, .u-background .c-search-result:focus-visible .c-search-result__link-inner::before {
    background-color: var(--text-invert);
  }
  .u-background .c-search-result:hover .c-search-result__link-inner, .u-background .c-search-result:focus-visible .c-search-result__link-inner {
    background-color: var(--text-invert);
    color: var(--state-hover);
  }
  .c-filter-facet__toggler:hover, .c-filter-facet__toggler:focus-visible {
    color: #CE0D15;
  }
  .c-filter-facet__link:hover, .c-filter-facet__link:focus-visible {
    background-color: var(--state-hover);
    color: var(--text-invert);
    transition: all 0.8s cubic-bezier(0.5, 0, 0, 1), background-color 0.8s cubic-bezier(0.5, 0, 0, 1) 0.5s;
    background-color: #383839;
    color: #fff;
    border-color: #383839;
  }
  .c-filter-facet__link:hover::before, .c-filter-facet__link:focus-visible::before {
    height: 500px;
    width: 500px;
    transform: translate(-50%, -50%);
    background: var(--state-hover);
  }
  .u-background .c-filter-facet__link:hover::before, .u-background .c-filter-facet__link:focus-visible::before {
    background-color: var(--text-invert);
  }
  .c-filter-facet__link:hover::before, .c-filter-facet__link:focus-visible::before {
    background-color: #383839;
    color: #fff;
  }
  .u-background .c-filter-facet__link:hover, .u-background .c-filter-facet__link:focus-visible {
    background-color: var(--text-invert);
    color: var(--state-hover);
    border-color: var(--text-invert);
  }
  .c-accordion__item:hover, .c-accordion__item:focus-visible {
    border-color: var(--backgroundcolor-surface-primary);
  }
  .c-accordion__item:hover, .c-accordion__item:focus-visible {
    margin-top: -1px;
    background-color: var(--backgroundcolor-surface-primary);
    box-shadow: -12px -12px 18px 0 var(--effect-glow, rgba(255, 255, 255, 0.03)), 12px 12px 24px 0 var(--effect-shadow, rgba(0, 0, 0, 0.4));
  }
  .c-accordion__item:hover .c-accordion__head, .c-accordion__item:focus-visible .c-accordion__head {
    border-color: transparent;
  }
  .c-accordion__icon:hover, .c-accordion__icon:focus-visible {
    transition: all 0.8s cubic-bezier(0.5, 0, 0, 1), background-color 0.8s cubic-bezier(0.5, 0, 0, 1) 0.5s;
  }
  .c-accordion__icon:hover::before, .c-accordion__icon:focus-visible::before {
    height: 500px;
    width: 500px;
  }
  .u-background .c-accordion__icon:hover, .u-background .c-accordion__icon:focus-visible {
    border-color: var(--text-invert);
  }
  .c-accordion__icon:hover, .c-accordion__icon:focus-visible {
    background-color: var(--state-hover);
    color: var(--text-invert);
    transition: all 1s cubic-bezier(0, 0, 0, 1), background-color 1s cubic-bezier(0, 0, 0, 1) 0.55s;
  }
  .c-accordion__icon:hover::before, .c-accordion__icon:focus-visible::before {
    height: 60px;
    width: 60px;
    transform: translate(-50%, -50%);
    background: var(--state-hover);
  }
  .u-background .c-accordion__icon:hover::before, .u-background .c-accordion__icon:focus-visible::before {
    background-color: var(--text-invert);
  }
  .u-background .c-accordion__icon:hover, .u-background .c-accordion__icon:focus-visible {
    background-color: var(--text-invert);
    color: var(--state-hover);
  }
  .c-modal__close:hover, .c-modal__close:focus-visible {
    transition: all 0.8s cubic-bezier(0.5, 0, 0, 1), background-color 0.8s cubic-bezier(0.5, 0, 0, 1) 0.5s;
  }
  .c-modal__close:hover::before, .c-modal__close:focus-visible::before {
    height: 500px;
    width: 500px;
  }
  .u-background .c-modal__close:hover, .u-background .c-modal__close:focus-visible {
    border-color: var(--text-invert);
  }
  .c-modal__close:hover, .c-modal__close:focus-visible {
    background-color: var(--state-hover);
    color: var(--text-invert);
    transition: all 1s cubic-bezier(0, 0, 0, 1), background-color 1s cubic-bezier(0, 0, 0, 1) 0.55s;
  }
  .c-modal__close:hover::before, .c-modal__close:focus-visible::before {
    height: 60px;
    width: 60px;
    transform: translate(-50%, -50%);
    background: var(--state-hover);
  }
  .u-background .c-modal__close:hover::before, .u-background .c-modal__close:focus-visible::before {
    background-color: var(--text-invert);
  }
  .u-background .c-modal__close:hover, .u-background .c-modal__close:focus-visible {
    background-color: var(--text-invert);
    color: var(--state-hover);
  }
  .c-navigation.c-navigation--header .c-navigation__list li .c-navigation__link:hover, .c-navigation.c-navigation--header .c-navigation__list li .c-navigation__link:focus-visible {
    fill: var(--text-highlight);
  }
  .c-navigation.c-navigation--header .c-navigation__list li .c-navigation__link:hover {
    background-image: linear-gradient(var(--text-highlight), var(--text-highlight));
    background-size: 100% 1px;
  }
  .c-navigation.c-navigation--header .c-navigation__list li .c-navigation__link:focus-visible {
    background-size: 100% 1px;
  }
  .c-navigation.c-navigation--header .c-navigation__list li .c-navigation__link:hover, .c-navigation.c-navigation--header .c-navigation__list li .c-navigation__link:focus-visible {
    color: var(--text-highlight);
  }
  .c-navigation.c-navigation--header .c-navigation__list li .c-navigation__link:hover svg path, .c-navigation.c-navigation--header .c-navigation__list li .c-navigation__link:focus-visible svg path {
    fill: var(--text-highlight);
  }
  .c-navigation.c-navigation--header .c-navigation__list li.has-sub .c-navigation__sub .c-navigation__list > li.has-sub .c-navigation__link:hover, .c-navigation.c-navigation--header .c-navigation__list li.has-sub .c-navigation__sub .c-navigation__list > li.has-sub .c-navigation__link:focus-visible {
    fill: var(--text-highlight);
  }
  .c-navigation.c-navigation--header .c-navigation__list li.has-sub .c-navigation__sub .c-navigation__list > li.has-sub .c-navigation__link:hover {
    background-image: linear-gradient(var(--text-highlight), var(--text-highlight));
    background-size: 100% 1px;
  }
  .c-navigation.c-navigation--header .c-navigation__list li.has-sub .c-navigation__sub .c-navigation__list > li.has-sub .c-navigation__link:focus-visible {
    background-size: 100% 1px;
  }
  .c-navigation.c-navigation--header .c-navigation__list li.has-sub .c-navigation__sub .c-navigation__list > li.has-sub .c-navigation__link:hover, .c-navigation.c-navigation--header .c-navigation__list li.has-sub .c-navigation__sub .c-navigation__list > li.has-sub .c-navigation__link:focus-visible {
    color: var(--text-highlight);
  }
  .c-navigation.c-navigation--header .c-navigation__list li.has-sub .c-navigation__sub .c-navigation__list > li.has-sub .c-navigation__link:hover svg path, .c-navigation.c-navigation--header .c-navigation__list li.has-sub .c-navigation__sub .c-navigation__list > li.has-sub .c-navigation__link:focus-visible svg path {
    fill: var(--text-highlight);
  }
  .c-navigation.c-navigation--header .c-navigation__list li.has-sub .c-navigation__sub .is-active .c-navigation__link:hover {
    background-image: linear-gradient(var(--text-highlight), var(--text-highlight));
    background-size: 0% 1px;
  }
  .c-navigation.c-navigation--header .c-navigation__list li.has-sub .c-navigation__sub .is-active .c-navigation__link:focus-visible {
    background-size: 0% 1px;
  }
  .c-navigation.c-navigation--header .c-navigation__list[data-level="1"] > li.is-active > .c-navigation__link:hover, .c-navigation.c-navigation--header .c-navigation__list[data-level="1"] > li.has-activeitem > .c-navigation__link:hover {
    background-image: linear-gradient(var(--text-highlight), var(--text-highlight));
    background-size: 0% 1px;
  }
  .c-navigation.c-navigation--header .c-navigation__list[data-level="1"] > li.is-active > .c-navigation__link:focus-visible, .c-navigation.c-navigation--header .c-navigation__list[data-level="1"] > li.has-activeitem > .c-navigation__link:focus-visible {
    background-size: 0% 1px;
  }
  .c-navigation.c-navigation--panel .c-navigation__list > li.is-active > .c-navigation__link:hover, .c-navigation.c-navigation--panel .c-navigation__list > li.has-activeitem > .c-navigation__link:hover {
    background-image: linear-gradient(var(--text-highlight), var(--text-highlight));
    background-size: 0% 1px;
  }
  .c-navigation.c-navigation--panel .c-navigation__list > li.is-active > .c-navigation__link:focus-visible, .c-navigation.c-navigation--panel .c-navigation__list > li.has-activeitem > .c-navigation__link:focus-visible {
    background-size: 0% 1px;
  }
  .c-navigation.c-navigation--panel .c-navigation__back:hover::after, .c-navigation.c-navigation--panel .c-navigation__back:focus-visible::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M20.329 11.66 14.328 5.6a.5.5 0 1 0-.711.702l5.154 5.206H4.027a.5.5 0 1 0 0 1h14.749l-5.158 5.188a.5.5 0 1 0 .709.705l6-6.037a.5.5 0 0 0 .002-.704'/%3E%3C/svg%3E");
  }
  .c-navigation.c-navigation--panel .c-navigation__back:hover::before, .c-navigation.c-navigation--panel .c-navigation__back:focus-visible::before {
    transform: scale(1);
  }
  .c-navigation.c-navigation--panel[data-level="1"] > li.is-active > .c-navigation__link:hover, .c-navigation.c-navigation--panel[data-level="1"] > li.has-activeitem > .c-navigation__link:hover {
    background-image: linear-gradient(var(--text-highlight), var(--text-highlight));
    background-size: 0% 1px;
  }
  .c-navigation.c-navigation--panel[data-level="1"] > li.is-active > .c-navigation__link:focus-visible, .c-navigation.c-navigation--panel[data-level="1"] > li.has-activeitem > .c-navigation__link:focus-visible {
    background-size: 0% 1px;
  }
  .c-navigation [data-level="2"] li:last-child .c-navigation__link:hover, .c-navigation [data-level="2"] li:last-child .c-navigation__link:focus-visible {
    background-color: var(--state-hover);
  }
  .c-navigation [data-level="2"] li:last-child .c-navigation__link:hover::before, .c-navigation [data-level="2"] li:last-child .c-navigation__link:focus-visible::before {
    background: var(--state-hover);
  }
  .u-background .c-navigation [data-level="2"] li:last-child .c-navigation__link:hover, .u-background .c-navigation [data-level="2"] li:last-child .c-navigation__link:focus-visible {
    color: var(--state-hover);
  }
  .c-navigation [data-level="2"] li:last-child .c-navigation__link:hover, .c-navigation [data-level="2"] li:last-child .c-navigation__link:focus-visible {
    background-color: transparent;
    color: var(--text-invert);
    transition: all 0.8s cubic-bezier(0.5, 0, 0, 1), background-color 0.8s cubic-bezier(0.5, 0, 0, 1) 0.5s;
  }
  .c-navigation [data-level="2"] li:last-child .c-navigation__link:hover::before, .c-navigation [data-level="2"] li:last-child .c-navigation__link:focus-visible::before {
    height: 500px;
    width: 500px;
    transform: translate(-50%, -50%);
    background: transparent;
  }
  .u-background .c-navigation [data-level="2"] li:last-child .c-navigation__link:hover::before, .u-background .c-navigation [data-level="2"] li:last-child .c-navigation__link:focus-visible::before {
    background-color: var(--text-invert);
  }
  .u-background .c-navigation [data-level="2"] li:last-child .c-navigation__link:hover, .u-background .c-navigation [data-level="2"] li:last-child .c-navigation__link:focus-visible {
    background-color: var(--text-invert);
    color: transparent;
    border-color: var(--text-invert);
  }
  .c-navigation [data-level="2"] li:last-child .c-navigation__link:hover span, .c-navigation [data-level="2"] li:last-child .c-navigation__link:focus-visible span {
    text-decoration: underline;
    text-underline-offset: 4px;
  }
  .c-teaser:hover, .c-teaser:focus-visible {
    border-color: var(--backgroundcolor-surface-primary);
    box-shadow: -12px -12px 18px 0 var(--effect-glow, rgba(255, 255, 255, 0.03)), 12px 12px 24px 0 var(--effect-shadow, rgba(0, 0, 0, 0.4));
  }
  .c-teaser:hover, .c-teaser:focus-visible {
    transform: translateY(-4px);
  }
  .c-teaser__link:hover, .c-teaser__link:focus-visible {
    transition: all 0.8s cubic-bezier(0.5, 0, 0, 1), background-color 0.8s cubic-bezier(0.5, 0, 0, 1) 0.5s;
  }
  .c-teaser__link:hover::before, .c-teaser__link:focus-visible::before {
    height: 500px;
    width: 500px;
  }
  .u-background .c-teaser__link:hover, .u-background .c-teaser__link:focus-visible {
    border-color: var(--text-invert);
  }
  .c-teaser__link:hover, .c-teaser__link:focus-visible {
    background-color: var(--state-hover);
    color: var(--text-invert);
    transition: all 1s cubic-bezier(0, 0, 0, 1), background-color 1s cubic-bezier(0, 0, 0, 1) 0.55s;
  }
  .c-teaser__link:hover::before, .c-teaser__link:focus-visible::before {
    height: 60px;
    width: 60px;
    transform: translate(-50%, -50%);
    background: var(--state-hover);
  }
  .u-background .c-teaser__link:hover::before, .u-background .c-teaser__link:focus-visible::before {
    background-color: var(--text-invert);
  }
  .u-background .c-teaser__link:hover, .u-background .c-teaser__link:focus-visible {
    background-color: var(--text-invert);
    color: var(--state-hover);
  }
  .c-teaser:hover .c-teaser__icon svg path, .c-teaser:focus-visible .c-teaser__icon svg path {
    fill: #CE0D15;
  }
  :not([class*="--disable-media"]) .c-teaser:hover .c-teaser__link,
  :not([class*="--disable-media"]) .c-teaser:hover .c-news-teaser__link, :not([class*="--disable-media"]) .c-teaser:focus-visible .c-teaser__link,
  :not([class*="--disable-media"]) .c-teaser:focus-visible .c-news-teaser__link {
    background-color: var(--state-hover);
    color: var(--text-invert);
    transition: all 1s cubic-bezier(0, 0, 0, 1), background-color 1s cubic-bezier(0, 0, 0, 1) 0.55s;
  }
  :not([class*="--disable-media"]) .c-teaser:hover .c-teaser__link::before,
  :not([class*="--disable-media"]) .c-teaser:hover .c-news-teaser__link::before, :not([class*="--disable-media"]) .c-teaser:focus-visible .c-teaser__link::before,
  :not([class*="--disable-media"]) .c-teaser:focus-visible .c-news-teaser__link::before {
    height: 60px;
    width: 60px;
    transform: translate(-50%, -50%);
    background: var(--state-hover);
  }
  .u-background :not([class*="--disable-media"]) .c-teaser:hover .c-teaser__link::before,
  .u-background :not([class*="--disable-media"]) .c-teaser:hover .c-news-teaser__link::before, .u-background :not([class*="--disable-media"]) .c-teaser:focus-visible .c-teaser__link::before,
  .u-background :not([class*="--disable-media"]) .c-teaser:focus-visible .c-news-teaser__link::before {
    background-color: var(--text-invert);
  }
  .u-background :not([class*="--disable-media"]) .c-teaser:hover .c-teaser__link,
  .u-background :not([class*="--disable-media"]) .c-teaser:hover .c-news-teaser__link, .u-background :not([class*="--disable-media"]) .c-teaser:focus-visible .c-teaser__link,
  .u-background :not([class*="--disable-media"]) .c-teaser:focus-visible .c-news-teaser__link {
    background-color: var(--text-invert);
    color: var(--state-hover);
  }
  [class*="--highlight"] .c-teaser:hover, [class*="--highlight"] .c-teaser:focus-visible {
    transform: none;
    box-shadow: none;
  }
  [class*="--highlight"] .c-teaser .c-teaser__linkwrapper .u-cover-object:hover, [class*="--highlight"] .c-teaser .c-teaser__linkwrapper .u-cover-object:focus-visible {
    background-color: var(--state-hover);
    color: var(--text-invert);
    transition: all 0.8s cubic-bezier(0.5, 0, 0, 1), background-color 0.8s cubic-bezier(0.5, 0, 0, 1) 0.5s;
  }
  [class*="--highlight"] .c-teaser .c-teaser__linkwrapper .u-cover-object:hover::before, [class*="--highlight"] .c-teaser .c-teaser__linkwrapper .u-cover-object:focus-visible::before {
    height: 500px;
    width: 500px;
    transform: translate(-50%, -50%);
    background: var(--state-hover);
  }
  .u-background [class*="--highlight"] .c-teaser .c-teaser__linkwrapper .u-cover-object:hover::before, .u-background [class*="--highlight"] .c-teaser .c-teaser__linkwrapper .u-cover-object:focus-visible::before {
    background-color: var(--text-invert);
  }
  .u-background [class*="--highlight"] .c-teaser .c-teaser__linkwrapper .u-cover-object:hover, .u-background [class*="--highlight"] .c-teaser .c-teaser__linkwrapper .u-cover-object:focus-visible {
    background-color: var(--text-invert);
    color: var(--state-hover);
    border-color: var(--text-invert);
  }
  .c-teaser--gtn .c-teaser__link:hover, .c-teaser--gtn .c-teaser__link:focus-visible {
    background-color: var(--state-hover);
    color: var(--text-invert);
    transition: all 0.8s cubic-bezier(0.5, 0, 0, 1), background-color 0.8s cubic-bezier(0.5, 0, 0, 1) 0.5s;
  }
  .c-teaser--gtn .c-teaser__link:hover::before, .c-teaser--gtn .c-teaser__link:focus-visible::before {
    height: 500px;
    width: 500px;
    transform: translate(-50%, -50%);
    background: var(--state-hover);
  }
  .u-background .c-teaser--gtn .c-teaser__link:hover::before, .u-background .c-teaser--gtn .c-teaser__link:focus-visible::before {
    background-color: var(--text-invert);
  }
  .u-background .c-teaser--gtn .c-teaser__link:hover, .u-background .c-teaser--gtn .c-teaser__link:focus-visible {
    background-color: var(--text-invert);
    color: var(--state-hover);
    border-color: var(--text-invert);
  }
  .c-teaser--gtn:hover .c-teaser__link, .c-teaser--gtn:focus-visible .c-teaser__link {
    background-color: var(--state-hover);
    color: var(--text-invert);
    transition: all 0.8s cubic-bezier(0.5, 0, 0, 1), background-color 0.8s cubic-bezier(0.5, 0, 0, 1) 0.5s;
  }
  .c-teaser--gtn:hover .c-teaser__link::before, .c-teaser--gtn:focus-visible .c-teaser__link::before {
    height: 500px;
    width: 500px;
    transform: translate(-50%, -50%);
    background: var(--state-hover);
  }
  .u-background .c-teaser--gtn:hover .c-teaser__link::before, .u-background .c-teaser--gtn:focus-visible .c-teaser__link::before {
    background-color: var(--text-invert);
  }
  .u-background .c-teaser--gtn:hover .c-teaser__link, .u-background .c-teaser--gtn:focus-visible .c-teaser__link {
    background-color: var(--text-invert);
    color: var(--state-hover);
    border-color: var(--text-invert);
  }
  .c-teaser--gtn:hover .c-teaser__link::before, .c-teaser--gtn:focus-visible .c-teaser__link::before {
    width: 300px !important;
    height: 300px !important;
  }
  .c-bento-teaser:hover, .c-bento-teaser:focus-visible {
    border-color: var(--backgroundcolor-surface-primary);
    box-shadow: -12px -12px 18px 0 var(--effect-glow, rgba(255, 255, 255, 0.03)), 12px 12px 24px 0 var(--effect-shadow, rgba(0, 0, 0, 0.4));
  }
  .c-bento-teaser:hover, .c-bento-teaser:focus-visible {
    transform: translateY(-4px);
  }
  .c-bento-teaser:hover, .c-bento-teaser:focus-visible {
    --bubble-scale-state: 3;
  }
  .c-bento-teaser:hover .c-bento-teaser__inner::after, .c-bento-teaser:focus-visible .c-bento-teaser__inner::after {
    transform: scale(var(--bubble-scale-state));
  }
  .c-share__link:hover:after, .c-share__link:focus-visible:after {
    height: 100%;
    aspect-ratio: 1/1;
  }
  .c-comparison-item:hover, .c-comparison-item:focus-visible {
    border-color: var(--backgroundcolor-surface-primary);
    box-shadow: -12px -12px 18px 0 var(--effect-glow, rgba(255, 255, 255, 0.03)), 12px 12px 24px 0 var(--effect-shadow, rgba(0, 0, 0, 0.4));
  }
  .c-comparison-item:hover, .c-comparison-item:focus-visible {
    transform: translateY(-4px);
  }
  .c-header__search:hover, .c-header__search:focus-visible {
    fill: var(--text-highlight);
  }
  .c-header__search span:hover {
    background-image: linear-gradient(var(--text-highlight), var(--text-highlight));
    background-size: 100% 1px;
  }
  .c-header__search span:focus-visible {
    background-size: 100% 1px;
  }
  .c-header__search:hover, .c-header__search:focus-visible {
    color: var(--text-highlight);
  }
  .c-header__search:hover svg path, .c-header__search:focus-visible svg path {
    fill: var(--text-highlight);
  }
  .c-cta__content > *:hover, .c-cta__content > *:focus-visible {
    color: currentColor;
  }
  .c-cta__content > *:hover .c-cta__linkwrapper, .c-cta__content > *:focus-visible .c-cta__linkwrapper {
    padding: 0.5rem 1rem 0.5rem 1.5rem;
  }
  .c-cta__content > *:hover .c-cta__linkwrapper span, .c-cta__content > *:focus-visible .c-cta__linkwrapper span {
    max-width: 100vw;
    opacity: 1;
    padding-right: 0.25rem;
  }
  .c-cta__content > *:hover .c-cta__linkwrapper, .c-cta__content > *:focus-visible .c-cta__linkwrapper {
    background-color: var(--state-hover);
    color: var(--text-invert);
    transition: all 0.8s cubic-bezier(0.5, 0, 0, 1), background-color 0.8s cubic-bezier(0.5, 0, 0, 1) 0.5s;
  }
  .c-cta__content > *:hover .c-cta__linkwrapper::before, .c-cta__content > *:focus-visible .c-cta__linkwrapper::before {
    height: 500px;
    width: 500px;
    transform: translate(-50%, -50%);
    background: var(--state-hover);
  }
  .u-background .c-cta__content > *:hover .c-cta__linkwrapper::before, .u-background .c-cta__content > *:focus-visible .c-cta__linkwrapper::before {
    background-color: var(--text-invert);
  }
  .u-background .c-cta__content > *:hover .c-cta__linkwrapper, .u-background .c-cta__content > *:focus-visible .c-cta__linkwrapper {
    background-color: var(--text-invert);
    color: var(--state-hover);
    border-color: var(--text-invert);
  }
  .c-cta__content .c-cta__linkwrapper:hover, .c-cta__content .c-cta__linkwrapper:focus-visible {
    padding: 0.5rem 1rem 0.5rem 1.5rem;
  }
  .c-cta__content .c-cta__linkwrapper:hover span, .c-cta__content .c-cta__linkwrapper:focus-visible span {
    max-width: 100vw;
    opacity: 1;
    padding-right: 0.25rem;
  }
  .c-cta__content .c-cta__linkwrapper:hover, .c-cta__content .c-cta__linkwrapper:focus-visible {
    background-color: var(--state-hover);
    color: var(--text-invert);
    transition: all 0.8s cubic-bezier(0.5, 0, 0, 1), background-color 0.8s cubic-bezier(0.5, 0, 0, 1) 0.5s;
  }
  .c-cta__content .c-cta__linkwrapper:hover::before, .c-cta__content .c-cta__linkwrapper:focus-visible::before {
    height: 500px;
    width: 500px;
    transform: translate(-50%, -50%);
    background: var(--state-hover);
  }
  .u-background .c-cta__content .c-cta__linkwrapper:hover::before, .u-background .c-cta__content .c-cta__linkwrapper:focus-visible::before {
    background-color: var(--text-invert);
  }
  .u-background .c-cta__content .c-cta__linkwrapper:hover, .u-background .c-cta__content .c-cta__linkwrapper:focus-visible {
    background-color: var(--text-invert);
    color: var(--state-hover);
    border-color: var(--text-invert);
  }
  .c-page-toggler__items.is-initialized::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: var(--highlight-width, 0px);
    height: calc(100% - 8px);
    transform: translateX(var(--highlight-translate-x, 0px));
    border-radius: 9999px;
    border: 1px solid var(--border-secondary);
    background-color: var(--backgroundcolor-surface-primary);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08), 0 8px 20px rgba(0, 0, 0, 0.08);
    transition: transform 300ms ease, width 300ms ease;
    pointer-events: none;
    z-index: 0;
  }
  .c-page-toggler--small::before, .c-page-toggler--small::after {
    display: none;
  }
  .c-searchbar__search:hover, .c-searchbar__search:focus-visible, .c-searchbar__search:focus {
    background-color: var(--backgroundcolor-surface-secondary);
  }
  .c-searchbar__search:hover span, .c-searchbar__search:focus-visible span, .c-searchbar__search:focus span {
    border-color: transparent;
  }
  #CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a:hover, #CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a:focus-visible {
    text-decoration: underline !important;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
  }
  #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton:hover, #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton:focus-visible {
    background-color: var(--backgroundcolor-surface-highlight) !important;
    color: #fff !important;
  }
  #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept:hover, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept:focus-visible, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept:hover, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept:focus-visible, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll:hover, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll:focus-visible {
    background-color: var(--backgroundcolor-surface-highlight) !important;
    color: #fff !important;
  }
}

@media (hover: hover) and (pointer: fine) and (hover: hover) and (pointer: fine){
  .c-accordion__item:hover:hover .c-accordion__icon, .c-accordion__item:hover:focus-visible .c-accordion__icon, .c-accordion__item:focus-visible:hover .c-accordion__icon, .c-accordion__item:focus-visible:focus-visible .c-accordion__icon {
    background-color: var(--state-hover);
    color: var(--text-invert);
    transition: all 1s cubic-bezier(0, 0, 0, 1), background-color 1s cubic-bezier(0, 0, 0, 1) 0.55s;
  }
  .c-accordion__item:hover:hover .c-accordion__icon::before, .c-accordion__item:hover:focus-visible .c-accordion__icon::before, .c-accordion__item:focus-visible:hover .c-accordion__icon::before, .c-accordion__item:focus-visible:focus-visible .c-accordion__icon::before {
    height: 60px;
    width: 60px;
    transform: translate(-50%, -50%);
    background: var(--state-hover);
  }
  .u-background .c-accordion__item:hover:hover .c-accordion__icon::before, .u-background .c-accordion__item:hover:focus-visible .c-accordion__icon::before, .u-background .c-accordion__item:focus-visible:hover .c-accordion__icon::before, .u-background .c-accordion__item:focus-visible:focus-visible .c-accordion__icon::before {
    background-color: var(--text-invert);
  }
  .u-background .c-accordion__item:hover:hover .c-accordion__icon, .u-background .c-accordion__item:hover:focus-visible .c-accordion__icon, .u-background .c-accordion__item:focus-visible:hover .c-accordion__icon, .u-background .c-accordion__item:focus-visible:focus-visible .c-accordion__icon {
    background-color: var(--text-invert);
    color: var(--state-hover);
  }
}

@media (hover: hover) and (pointer: fine) and (hover: hover) and (pointer: fine) and (prefers-reduced-motion: reduce){
  .c-accordion__item:hover:hover .c-accordion__icon, .c-accordion__item:hover:focus-visible .c-accordion__icon, .c-accordion__item:focus-visible:hover .c-accordion__icon, .c-accordion__item:focus-visible:focus-visible .c-accordion__icon {
    transition: all 0.25s cubic-bezier(0, 0.615, 0.345, 1);
  }
}

@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: reduce){
  .c-btn:hover, .c-btn:focus-visible {
    background-color: var(--backgroundcolor-surface-highlight);
  }
  .c-btn--arrow-circle-simple:hover, .c-btn--arrow-circle-simple:focus-visible {
    transition: all 0.25s cubic-bezier(0, 0.615, 0.345, 1);
  }
  .c-cookieconsent__buttons button:hover, .c-cookieconsent__buttons button:focus-visible {
    background-color: var(--backgroundcolor-surface-highlight);
  }
  .c-pagination-list__load:hover, .c-pagination-list__load:focus-visible, .c-pagination-list__all-link:hover, .c-pagination-list__all-link:focus-visible {
    background-color: var(--backgroundcolor-surface-highlight);
  }
  .c-filter__check .c-filter__item:hover, .c-filter__check .c-filter__item:focus-visible, .c-filter__radio .c-filter__item:hover, .c-filter__radio .c-filter__item:focus-visible {
    background-color: var(--backgroundcolor-surface-highlight);
  }
  .c-news-list__load:hover, .c-news-list__load:focus-visible, .c-news-list__all-link:hover, .c-news-list__all-link:focus-visible {
    background-color: var(--backgroundcolor-surface-highlight);
  }
  .c-news-list--search .c-news-list__all-link:hover, .c-news-list--search .c-news-list__all-link:focus-visible {
    background-color: var(--backgroundcolor-surface-highlight);
  }
  .c-news-list--navi .c-news-list__all-link:hover, .c-news-list--navi .c-news-list__all-link:focus-visible {
    background-color: var(--backgroundcolor-surface-highlight);
  }
  .c-news-teaser:hover, .c-news-teaser:focus-visible {
    transform: none;
  }
  .c-news-teaser__link:hover, .c-news-teaser__link:focus-visible {
    background-color: var(--backgroundcolor-surface-highlight);
  }
  .c-news-teaser__link:hover, .c-news-teaser__link:focus-visible {
    transition: all 0.25s cubic-bezier(0, 0.615, 0.345, 1);
  }
  .c-news-teaser:hover .c-teaser__link,
  .c-news-teaser:hover .c-news-teaser__link, .c-news-teaser:focus-visible .c-teaser__link,
  .c-news-teaser:focus-visible .c-news-teaser__link {
    transition: all 0.25s cubic-bezier(0, 0.615, 0.345, 1);
  }
  .c-news-prompt__button:hover, .c-news-prompt__button:focus-visible {
    background-color: var(--backgroundcolor-surface-highlight);
  }
  .c-news-prompt__button:hover, .c-news-prompt__button:focus-visible {
    background-color: var(--state-hover);
  }
  .c-author-teaser:hover, .c-author-teaser:focus-visible {
    transform: none;
  }
  .c-author-teaser--small .c-author-teaser__linkitem:hover, .c-author-teaser--small .c-author-teaser__linkitem:focus-visible {
    background-color: var(--backgroundcolor-surface-highlight);
  }
  .c-author-teaser--small .c-author-teaser__linkitem:hover, .c-author-teaser--small .c-author-teaser__linkitem:focus-visible {
    transition: all 0.25s cubic-bezier(0, 0.615, 0.345, 1);
  }
  .c-author-teaser--small:hover .c-author-teaser__linkitem, .c-author-teaser--small:focus-visible .c-author-teaser__linkitem {
    transition: all 0.25s cubic-bezier(0, 0.615, 0.345, 1);
  }
  .c-faq-preview__link:hover .c-faq-preview__arrow, .c-faq-preview__link:focus-visible .c-faq-preview__arrow {
    transition: all 0.25s cubic-bezier(0, 0.615, 0.345, 1);
  }
  .c-faq-preview__arrow:hover, .c-faq-preview__arrow:focus-visible {
    background-color: var(--backgroundcolor-surface-highlight);
  }
  .c-faq-preview__arrow:hover, .c-faq-preview__arrow:focus-visible {
    transition: all 0.25s cubic-bezier(0, 0.615, 0.345, 1);
  }
  .c-faq-preview__button:hover, .c-faq-preview__button:focus-visible {
    background-color: var(--backgroundcolor-surface-highlight);
  }
  input[type=file]::file-selector-button:hover, input[type=file]::file-selector-button:focus-visible {
    background-color: var(--backgroundcolor-surface-highlight);
  }
  .c-search-result:hover, .c-search-result:focus-visible {
    transform: none;
  }
  .c-search-result__link-inner:hover, .c-search-result__link-inner:focus-visible {
    background-color: var(--backgroundcolor-surface-highlight);
  }
  .c-search-result__link-inner:hover, .c-search-result__link-inner:focus-visible {
    transition: all 0.25s cubic-bezier(0, 0.615, 0.345, 1);
  }
  .c-search-result:hover .c-search-result__link-inner, .c-search-result:focus-visible .c-search-result__link-inner {
    transition: all 0.25s cubic-bezier(0, 0.615, 0.345, 1);
  }
  .c-filter-facet__link:hover, .c-filter-facet__link:focus-visible {
    background-color: var(--backgroundcolor-surface-highlight);
  }
  .c-accordion__icon:hover, .c-accordion__icon:focus-visible {
    background-color: var(--backgroundcolor-surface-highlight);
  }
  .c-accordion__icon:hover, .c-accordion__icon:focus-visible {
    transition: all 0.25s cubic-bezier(0, 0.615, 0.345, 1);
  }
  .c-modal__close:hover, .c-modal__close:focus-visible {
    background-color: var(--backgroundcolor-surface-highlight);
  }
  .c-modal__close:hover, .c-modal__close:focus-visible {
    transition: all 0.25s cubic-bezier(0, 0.615, 0.345, 1);
  }
  .c-navigation [data-level="2"] li:last-child .c-navigation__link:hover, .c-navigation [data-level="2"] li:last-child .c-navigation__link:focus-visible {
    background-color: var(--backgroundcolor-surface-highlight);
  }
  .c-teaser:hover, .c-teaser:focus-visible {
    transform: none;
  }
  .c-teaser__link:hover, .c-teaser__link:focus-visible {
    background-color: var(--backgroundcolor-surface-highlight);
  }
  .c-teaser__link:hover, .c-teaser__link:focus-visible {
    transition: all 0.25s cubic-bezier(0, 0.615, 0.345, 1);
  }
  :not([class*="--disable-media"]) .c-teaser:hover .c-teaser__link,
  :not([class*="--disable-media"]) .c-teaser:hover .c-news-teaser__link, :not([class*="--disable-media"]) .c-teaser:focus-visible .c-teaser__link,
  :not([class*="--disable-media"]) .c-teaser:focus-visible .c-news-teaser__link {
    transition: all 0.25s cubic-bezier(0, 0.615, 0.345, 1);
  }
  [class*="--highlight"] .c-teaser .c-teaser__linkwrapper .u-cover-object:hover, [class*="--highlight"] .c-teaser .c-teaser__linkwrapper .u-cover-object:focus-visible {
    background-color: var(--backgroundcolor-surface-highlight);
  }
  .c-teaser--gtn .c-teaser__link:hover, .c-teaser--gtn .c-teaser__link:focus-visible {
    background-color: var(--backgroundcolor-surface-highlight);
  }
  .c-bento-teaser:hover, .c-bento-teaser:focus-visible {
    transform: none;
  }
  .c-comparison-item:hover, .c-comparison-item:focus-visible {
    transform: none;
  }
  .c-cta__content .c-cta__linkwrapper:hover, .c-cta__content .c-cta__linkwrapper:focus-visible {
    background-color: var(--backgroundcolor-surface-highlight);
  }
}

@media (hover: none), (pointer: coarse){
  .c-page-toggler__link.is-active {
    border: 1px solid var(--border-secondary);
    background: var(--backgroundcolor-surface-primary);
  }
}

@media (prefers-color-scheme: dark){
  :not(.light-mode):root {
    color-scheme: dark;
    --brand-01: #CE0D15;
    --brand-02: #868689;
    --brand-01-100:#FF4232;
    --brand-01-300: #DE261F;
    --brand-01-700: #C4000F;
    --brand-01-900: #B0000D;
    --color-white: #ffffff;
    --color-black: #000000;
    --color-gray-50: #F5F5F5;
    --color-gray-75: #E5E5E5;
    --color-gray-100: #D4D4DA;
    --color-gray-200: #868689;
    --color-gray-400: #868689;
    --color-gray-500: #737373;
    --color-gray-600: #57575A;
    --color-gray-700: #383839;
    --color-gray-800: #202022;
    --color-gray-900: #1A1A1C;
    --color-gray-950: #28333E;
    --border-primary: var(--color-gray-100);
    --border-secondary: var(--color-gray-700);
    --border-invert: var(--color-gray-800);
    --border-on-highlight: var(--color-gray-50);
    --border-highlight: var(--brand-01-100);
    --border-disabled: var(--color-gray-700);
    --border-error: var(--brand-01-100);
    --backgroundcolor-surface-primary: var(--color-gray-800);
    --backgroundcolor-surface-secondary: var(--color-black);
    --backgroundcolor-surface-tertiary: var(--color-gray-200);
    --backgroundcolor-surface-quaternary: var(--color-gray-900);
    --backgroundcolor-surface-highlight: var(--brand-01);
    --text-primary: var(--color-gray-100);
    --text-secondary: var(--color-gray-700);
    --text-invert: var(--color-gray-800);
    --text-highlight: var(--brand-01-100);
    --text-disabled: var(--color-gray-700);
    --text-error: var(--brand-01-100);
    --text-on-highlight: var(--color-gray-50);
    --global-bg: var(--backgroundcolor-surface-primary);
    --default-color: var(--backgroundcolor-surface-primary);
    --primary-color: var(--brand-01);
    --secondary-color: var(--color-white);
    --tertiary-color: var(--color-white);
    --error-color: var(--brand-01-100);
    --info-color: var(--color-blue);
    --success-color: var(--color-green);
    --warning-color: var(--color-orange);
    --icon-color: var(--brand-01);
    --link-color: var(--color-white);
    --text-color: var(--color-gray-100);
    --effect-glow: rgba(255, 255, 255, 3%);
    --effect-shadow: rgba(0, 0, 0, 40%);
    --fade-start: #202022;
    --fade-end: var(--backgroundcolor-surface-primary);
    --gradient-01-start: rgba(255, 255, 255, 0%);
    --gradient-01-end: rgba(255, 255, 255, 10%);
    --gradient-02-start: var(--brand-01-900);
    --gradient-02-end: var(--brand-01);
    --overlay: rgba(0,0,0, 0.8);
    --state-default: var(--color-gray-100);
    --state-hover: var(--brand-01-100);
    --placehoder-color: var(--color-gray-200);
    --logo-bank: var(--color-white);
    --logo-wir: var(--color-white);
    --logo-circle: var(--brand-01);
  }
  :not(.light-mode):root .c-btn--arrow-white {
    --text-invert: var(--color-gray-50);
  }
  :not(.light-mode):root .c-pagination-list__load, :not(.light-mode):root .c-pagination-list__all-link {
    --text-invert: var(--color-gray-50);
  }
  :not(.light-mode):root .c-pagination-list__load {
    --text-invert: var(--color-gray-50);
  }
  :not(.light-mode):root .c-news-list__load, :not(.light-mode):root .c-news-list__all-link {
    --text-invert: var(--color-gray-50);
  }
  :not(.light-mode):root .c-news-list__load {
    --text-invert: var(--color-gray-50);
  }
  :not(.light-mode):root .c-news-list--search .c-news-list__all-link {
    --text-invert: var(--color-gray-50);
    --text-invert: --text-highlight;
  }
  :not(.light-mode):root .c-news-list--navi .c-news-list__all-link {
    --text-invert: var(--color-gray-50);
    --text-invert: --text-highlight;
  }
  :not(.light-mode):root .c-faq-preview__button {
    --text-invert: var(--color-gray-50);
    --text-invert: --text-highlight;
  }
  :not(.light-mode):root .c-navigation [data-level="2"] li:last-child .c-navigation__link {
    --text-invert: var(--color-gray-50);
    --text-invert: --text-highlight;
  }
}

@media (prefers-reduced-motion: reduce){
  .c-btn:before {
    display: none;
  }
  .c-cookieconsent__buttons button:before {
    display: none;
  }
  .c-menu--language .c-menu__link:after, .c-menu--social .c-menu__link:after {
    transition: all 0.25s cubic-bezier(0, 0.615, 0.345, 1);
  }
  .c-menu--language .c-menu__item.is-active .c-menu__link:after, .c-menu--social .c-menu__item.is-active .c-menu__link:after {
    transition: all 0.25s cubic-bezier(0, 0.615, 0.345, 1);
  }
  .c-textmedia::after {
    animation: none;
  }
  .c-pagination-list__load:before, .c-pagination-list__all-link:before {
    display: none;
  }
  .c-filter__check .c-filter__item:before, .c-filter__radio .c-filter__item:before {
    display: none;
  }
  .c-news-list__load:before, .c-news-list__all-link:before {
    display: none;
  }
  .c-news-list--search .c-news-list__all-link:before {
    display: none;
  }
  .c-news-list--navi .c-news-list__all-link:before {
    display: none;
  }
  .c-news-teaser__link:before {
    display: none;
  }
  .c-news-prompt__button:before {
    display: none;
  }
  .c-author-teaser--small .c-author-teaser__linkitem:before {
    display: none;
  }
  .c-faq-preview__arrow:before {
    display: none;
  }
  .c-faq-preview::after {
    animation: none;
  }
  .c-faq-preview__button:before {
    display: none;
  }
  input[type=file]::file-selector-button:before {
    display: none;
  }
  .c-search-result__link-inner:before {
    display: none;
  }
  .c-filter-facet__link:before {
    display: none;
  }
  .c-filter-facet__link.is-active {
    transition: all 0.25s cubic-bezier(0, 0.615, 0.345, 1);
  }
  .c-accordion__head.is-toggled .c-accordion__icon {
    transition: all 0.25s cubic-bezier(0, 0.615, 0.345, 1);
  }
  .c-accordion__icon:before {
    display: none;
  }
  .c-modal__close:before {
    display: none;
  }
  .c-navigation [data-level="2"] li:last-child .c-navigation__link:before {
    display: none;
  }
  .c-teaser__link:before {
    display: none;
  }
  [class*="--highlight"] .c-teaser .c-teaser__linkwrapper .u-cover-object:before {
    display: none;
  }
  .c-teaser--gtn .c-teaser__link:before {
    display: none;
  }
  .c-share__link:after {
    transition: all 0.25s cubic-bezier(0, 0.615, 0.345, 1);
  }
  .c-header {
    transition: all 0.25s cubic-bezier(0, 0.615, 0.345, 1);
  }
  .c-cta::after, .c-cta::before {
    animation: none;
  }
  .c-cta__content .c-cta__linkwrapper:before {
    display: none;
  }
}