@charset "UTF-8";
@layer normalize, generic, basic, layouts, elements, yform, modules, utilities;
@layer normalize {
  /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
  /* Document
     ========================================================================== */
  /**
   * 1. Correct the line height in all browsers.
   * 2. Prevent adjustments of font size after orientation changes in iOS.
   */
  html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
  }
  /* Sections
     ========================================================================== */
  /**
   * Remove the margin in all browsers.
   */
  body {
    margin: 0;
  }
  /**
   * Render the `main` element consistently in IE.
   */
  main {
    display: block;
  }
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  /* Grouping content
     ========================================================================== */
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  /* Text-level semantics
     ========================================================================== */
  /**
   * Remove the gray background on active links in IE 10.
   */
  a {
    background-color: transparent;
  }
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted; /* 2 */
  }
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  b,
  strong {
    font-weight: bolder;
  }
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  /**
   * Add the correct font size in all browsers.
   */
  small {
    font-size: 80%;
  }
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  /* Embedded content
     ========================================================================== */
  /**
   * Remove the border on images inside links in IE 10.
   */
  img {
    border-style: none;
  }
  /* Forms
     ========================================================================== */
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
  }
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  button,
  input { /* 1 */
    overflow: visible;
  }
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  button,
  select { /* 1 */
    text-transform: none;
  }
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  button,
  [type=button],
  [type=reset],
  [type=submit] {
    -webkit-appearance: button;
  }
  /**
   * Remove the inner border and padding in Firefox.
   */
  button::-moz-focus-inner,
  [type=button]::-moz-focus-inner,
  [type=reset]::-moz-focus-inner,
  [type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  /**
   * Restore the focus styles unset by the previous rule.
   */
  button:-moz-focusring,
  [type=button]:-moz-focusring,
  [type=reset]:-moz-focusring,
  [type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  /**
   * Correct the padding in Firefox.
   */
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  progress {
    vertical-align: baseline;
  }
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  textarea {
    overflow: auto;
  }
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  [type=checkbox],
  [type=radio] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  [type=number]::-webkit-inner-spin-button,
  [type=number]::-webkit-outer-spin-button {
    height: auto;
  }
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  [type=search] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
  }
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  [type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }
  /* Interactive
     ========================================================================== */
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  details {
    display: block;
  }
  /*
   * Add the correct display in all browsers.
   */
  summary {
    display: list-item;
  }
  /* Misc
     ========================================================================== */
  /**
   * Add the correct display in IE 10+.
   */
  template {
    display: none;
  }
  /**
   * Add the correct display in IE 10.
   */
  [hidden] {
    display: none;
  }
}
@layer generic {
  :root {
    --border-radius-s: 0.5rem;
    --border-radius-m: 1.5rem;
    --border-radius-l: 1.6rem;
    --border-radius-default: 0;
    --box-shadow-s: 0 3px 4px rgba(0, 0, 0, 0.12);
    --box-shadow-m: 0 5px 7px rgba(0, 0, 0, 0.18);
    --scrollbar-width: 15px;
    --scroll-to-offset: 140;
    --main-scroll-target: html;
    --height-page-header: 15rem;
    --margin-block-page-header: 0;
    --width-grid: 140rem;
    --width-page: 3840px;
    --grid-columns: 12;
    --row-colspan: 12;
    --gutter-outer: 4.8rem;
    --clip-slant-height: 6vw;
    --max-height-media-mobile: unset;
    --gutter-x: calc(1.5rem + 0.9vw);
    --gutter-y: calc(1.58rem + 1.62vw);
    --size-xxs: calc(1.42rem + 0.18vw);
    --size-xs: calc(1.5rem + 0.9vw);
    --size-s: calc(1.58rem + 1.62vw);
    --size-m: calc(1.74rem + 3.06vw);
    --size-l: calc(2.06rem + 5.94vw);
    --size-xl: calc(2.54rem + 10.26vw);
    --size-xxl: calc(3.18rem + 16.02vw);
  }
  @media (max-width: 56.25rem) {
    :root {
      --gutter-outer: 5vw;
      --height-page-header: 8rem;
      --margin-block-page-header: 1rem;
    }
  }
  @media (min-width: 1000px) {
    :root {
      --gutter-x: 2.4rem;
    }
  }
  @media (min-width: 1000px) {
    :root {
      --gutter-y: 3.2rem;
    }
  }
  @media (min-width: 1000px) {
    :root {
      --size-xxs: 1.6rem;
    }
  }
  @media (min-width: 1000px) {
    :root {
      --size-xs: 2.4rem;
    }
  }
  @media (min-width: 1000px) {
    :root {
      --size-s: 3.2rem;
    }
  }
  @media (min-width: 1000px) {
    :root {
      --size-m: 4.8rem;
    }
  }
  @media (min-width: 1000px) {
    :root {
      --size-l: 8rem;
    }
  }
  @media (min-width: 1000px) {
    :root {
      --size-xl: 12.8rem;
    }
  }
  @media (min-width: 1000px) {
    :root {
      --size-xxl: 19.2rem;
    }
  }
  @font-face {
    font-family: "icons";
    src: url("../../Fonts/Icons/icons.ttf?5822077c90ff41c9c52263ef6eb3eb1e") format("truetype"), url("../../Fonts/Icons/icons.woff?5822077c90ff41c9c52263ef6eb3eb1e") format("woff"), url("../../Fonts/Icons/icons.woff2?5822077c90ff41c9c52263ef6eb3eb1e") format("woff2");
  }
  *[class^=icon--], *[class*=" icon--"] {
    font-family: icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  :root {
    --icon-code-youtube: "";
    --icon-code-xmark-regular: "";
    --icon-code-xing: "";
    --icon-code-website-logo: "";
    --icon-code-tiktok: "";
    --icon-code-stagevideo-play: "";
    --icon-code-stagevideo-pause: "";
    --icon-code-spinner-circle: "";
    --icon-code-quote-symbol: "";
    --icon-code-plus-regular: "";
    --icon-code-play-button: "";
    --icon-code-logo-bll: "";
    --icon-code-linkedin: "";
    --icon-code-instagram: "";
    --icon-code-facebook: "";
    --icon-code-envelope-solid: "";
    --icon-code-close: "";
    --icon-code-circle-play-duotone: "";
    --icon-code-burger: "";
    --icon-code-bird: "";
    --icon-code-arrow-up-regular: "";
    --icon-code-arrow-right-regular: "";
    --icon-code-arrow-left-regular: "";
    --icon-code-arrow-down-regular: "";
    --icon-code-angle-up-regular: "";
    --icon-code-angle-right-regular: "";
    --icon-code-angle-left-regular: "";
    --icon-code-angle-down-regular: "";
  }
  .icon--youtube:before {
    content: var(--icon-code-youtube);
  }
  .icon--xmark-regular:before {
    content: var(--icon-code-xmark-regular);
  }
  .icon--xing:before {
    content: var(--icon-code-xing);
  }
  .icon--website-logo:before {
    content: var(--icon-code-website-logo);
  }
  .icon--tiktok:before {
    content: var(--icon-code-tiktok);
  }
  .icon--stagevideo-play:before {
    content: var(--icon-code-stagevideo-play);
  }
  .icon--stagevideo-pause:before {
    content: var(--icon-code-stagevideo-pause);
  }
  .icon--spinner-circle:before {
    content: var(--icon-code-spinner-circle);
  }
  .icon--quote-symbol:before {
    content: var(--icon-code-quote-symbol);
  }
  .icon--plus-regular:before {
    content: var(--icon-code-plus-regular);
  }
  .icon--play-button:before {
    content: var(--icon-code-play-button);
  }
  .icon--logo-bll:before {
    content: var(--icon-code-logo-bll);
  }
  .icon--linkedin:before {
    content: var(--icon-code-linkedin);
  }
  .icon--instagram:before {
    content: var(--icon-code-instagram);
  }
  .icon--facebook:before {
    content: var(--icon-code-facebook);
  }
  .icon--envelope-solid:before {
    content: var(--icon-code-envelope-solid);
  }
  .icon--close:before {
    content: var(--icon-code-close);
  }
  .icon--circle-play-duotone:before {
    content: var(--icon-code-circle-play-duotone);
  }
  .icon--burger:before {
    content: var(--icon-code-burger);
  }
  .icon--bird:before {
    content: var(--icon-code-bird);
  }
  .icon--arrow-up-regular:before {
    content: var(--icon-code-arrow-up-regular);
  }
  .icon--arrow-right-regular:before {
    content: var(--icon-code-arrow-right-regular);
  }
  .icon--arrow-left-regular:before {
    content: var(--icon-code-arrow-left-regular);
  }
  .icon--arrow-down-regular:before {
    content: var(--icon-code-arrow-down-regular);
  }
  .icon--angle-up-regular:before {
    content: var(--icon-code-angle-up-regular);
  }
  .icon--angle-right-regular:before {
    content: var(--icon-code-angle-right-regular);
  }
  .icon--angle-left-regular:before {
    content: var(--icon-code-angle-left-regular);
  }
  .icon--angle-down-regular:before {
    content: var(--icon-code-angle-down-regular);
  }
  * {
    box-sizing: border-box;
    background-position: center center;
    background-size: cover;
  }
  *:focus {
    outline: initial;
  }
  *:not(img)::selection {
    background-color: var(--color) !important;
    color: var(--background) !important;
  }
  *:not(img)::selection:after, *:not(img)::selection:before {
    color: var(--background) !important;
  }
  * img::selection {
    background-color: var(--color);
    opacity: 0.4;
  }
  html, body, div, span, applet, object, iframe,
  h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  a, abbr, acronym, address, big, cite, code,
  del, dfn, em, img, ins, kbd, q, s, samp,
  small, strike, strong, sub, sup, tt, var,
  b, u, i, center,
  dl, dt, dd, ol, ul, li,
  fieldset, form, label, legend,
  table, caption, tbody, tfoot, thead, tr, th, td,
  article, aside, canvas, details, embed,
  figure, figcaption, footer, header, hgroup,
  menu, nav, output, ruby, section, summary,
  time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
  }
  /* HTML5 display-role reset for older browsers */
  article, aside, details, figcaption, figure,
  footer, header, hgroup, menu, nav, section {
    display: block;
  }
  body {
    line-height: 1;
  }
  ol, ul {
    list-style: none;
  }
  blockquote, q {
    quotes: none;
  }
  blockquote:before,
  blockquote:after,
  q:before,
  q:after {
    content: "";
    content: none;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  button {
    cursor: pointer;
    border: none;
    outline: none;
    background: transparent;
    color: inherit;
    padding: 0;
  }
  details summary::-webkit-details-marker {
    display: none;
  }
  /* roboto-100 - latin */
  @font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 100;
    src: local(""), url("../../Fonts/Roboto/roboto-v30-latin-100.woff2") format("woff2"), url("../../Fonts/Roboto/roboto-v30-latin-100.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    font-display: auto;
  }
  /* roboto-300 - latin */
  @font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    src: local(""), url("../../Fonts/Roboto/roboto-v30-latin-300.woff2") format("woff2"), url("../../Fonts/Roboto/roboto-v30-latin-300.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    font-display: auto;
  }
  /* roboto-regular - latin */
  @font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    src: local(""), url("../../Fonts/Roboto/roboto-v30-latin-regular.woff2") format("woff2"), url("../../Fonts/Roboto/roboto-v30-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    font-display: auto;
  }
  /* roboto-500 - latin */
  @font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    src: local(""), url("../../Fonts/Roboto/roboto-v30-latin-500.woff2") format("woff2"), url("../../Fonts/Roboto/roboto-v30-latin-500.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    font-display: auto;
  }
  /* roboto-700 - latin */
  @font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    src: local(""), url("../../Fonts/Roboto/roboto-v30-latin-700.woff2") format("woff2"), url("../../Fonts/Roboto/roboto-v30-latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    font-display: auto;
  }
  /* roboto-900 - latin */
  @font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    src: local(""), url("../../Fonts/Roboto/roboto-v30-latin-900.woff2") format("woff2"), url("../../Fonts/Roboto/roboto-v30-latin-900.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    font-display: auto;
  }
  /* nunito-200 - latin */
  @font-face {
    font-family: "Nunito";
    font-style: normal;
    font-weight: 200;
    src: local(""), url("../../Fonts/Nunito/nunito-v25-latin-200.woff2") format("woff2"), url("../../Fonts/Nunito/nunito-v25-latin-200.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    font-display: auto;
  }
  /* nunito-300 - latin */
  @font-face {
    font-family: "Nunito";
    font-style: normal;
    font-weight: 300;
    src: local(""), url("../../Fonts/Nunito/nunito-v25-latin-300.woff2") format("woff2"), url("../../Fonts/Nunito/nunito-v25-latin-300.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    font-display: auto;
  }
  /* nunito-regular - latin */
  @font-face {
    font-family: "Nunito";
    font-style: normal;
    font-weight: 400;
    src: local(""), url("../../Fonts/Nunito/nunito-v25-latin-regular.woff2") format("woff2"), url("../../Fonts/Nunito/nunito-v25-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    font-display: auto;
  }
  /* nunito-500 - latin */
  @font-face {
    font-family: "Nunito";
    font-style: normal;
    font-weight: 500;
    src: local(""), url("../../Fonts/Nunito/nunito-v25-latin-500.woff2") format("woff2"), url("../../Fonts/Nunito/nunito-v25-latin-500.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    font-display: auto;
  }
  /* nunito-600 - latin */
  @font-face {
    font-family: "Nunito";
    font-style: normal;
    font-weight: 600;
    src: local(""), url("../../Fonts/Nunito/nunito-v25-latin-600.woff2") format("woff2"), url("../../Fonts/Nunito/nunito-v25-latin-600.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    font-display: auto;
  }
  /* nunito-700 - latin */
  @font-face {
    font-family: "Nunito";
    font-style: normal;
    font-weight: 700;
    src: local(""), url("../../Fonts/Nunito/nunito-v25-latin-700.woff2") format("woff2"), url("../../Fonts/Nunito/nunito-v25-latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    font-display: auto;
  }
  /* nunito-800 - latin */
  @font-face {
    font-family: "Nunito";
    font-style: normal;
    font-weight: 800;
    src: local(""), url("../../Fonts/Nunito/nunito-v25-latin-800.woff2") format("woff2"), url("../../Fonts/Nunito/nunito-v25-latin-800.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    font-display: auto;
  }
  /* nunito-900 - latin */
  @font-face {
    font-family: "Nunito";
    font-style: normal;
    font-weight: 900;
    src: local(""), url("../../Fonts/Nunito/nunito-v25-latin-900.woff2") format("woff2"), url("../../Fonts/Nunito/nunito-v25-latin-900.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    font-display: auto;
  }
  /* roboto-serif-500 - latin */
  @font-face {
    font-family: "Roboto Serif";
    font-style: normal;
    font-weight: 500;
    src: local(""), url("../../Fonts/Roboto-Serif/roboto-serif-v16-latin-500.woff2") format("woff2"); /* Chrome 26+, Opera 23+, Firefox 39+ */
    font-display: auto;
  }
  /* roboto-serif-700 - latin */
  @font-face {
    font-family: "Roboto Serif";
    font-style: normal;
    font-weight: 700;
    src: local(""), url("../../Fonts/Roboto-Serif/roboto-serif-v16-latin-700.woff2") format("woff2"); /* Chrome 26+, Opera 23+, Firefox 39+ */
    font-display: auto;
  }
  /* public-sans-regular - latin */
  @font-face {
    font-family: "Public Sans";
    font-style: normal;
    font-weight: 400;
    src: local(""), url("../../Fonts/Public-Sans/public-sans-v21-latin-regular.woff2") format("woff2"); /* Chrome 26+, Opera 23+, Firefox 39+ */
    font-display: auto;
  }
  /* public-sans-500 - latin */
  @font-face {
    font-family: "Public Sans";
    font-style: normal;
    font-weight: 500;
    src: local(""), url("../../Fonts/Public-Sans/public-sans-v21-latin-500.woff2") format("woff2"); /* Chrome 26+, Opera 23+, Firefox 39+ */
    font-display: auto;
  }
}
@layer basic {
  .svg-icon {
    width: 1.2em;
    height: 1.1em;
    fill: currentColor;
  }
  *[class^=icon--]:before, *[class*=" icon--"]:before {
    word-break: keep-all;
    white-space: nowrap;
  }
  .svg--spinner-circle,
  .icon--spinner-circle:before {
    animation: spin 1.5s linear infinite;
  }
  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  h1, .h1 {
    font-size: calc(1.81rem + 3.69vw);
    font-family: "Roboto Serif", serif;
    font-weight: 700;
    line-height: 1;
    text-wrap: balance;
    padding-bottom: var(--size-m);
    color: var(--color-headline);
  }
  @media (min-width: 1000px) {
    h1, .h1 {
      font-size: 5.5rem;
    }
  }
  h2, .h2 {
    font-size: calc(1.66rem + 2.34vw);
    font-family: "Roboto Serif", serif;
    font-weight: 700;
    line-height: 1.2;
    text-wrap: balance;
    padding-bottom: var(--size-s);
    color: var(--color-headline);
  }
  @media (min-width: 1000px) {
    h2, .h2 {
      font-size: 4rem;
    }
  }
  h3, .h3 {
    font-size: calc(1.53rem + 1.17vw);
    font-family: "Roboto Serif", serif;
    font-weight: 500;
    line-height: 1.18519;
    text-wrap: balance;
    padding-bottom: var(--size-xs);
    color: var(--color-headline);
  }
  @media (min-width: 1000px) {
    h3, .h3 {
      font-size: 2.7rem;
    }
  }
  h4, .h4 {
    font-size: calc(1.46rem + 0.54vw);
    font-family: "Roboto Serif", serif;
    font-weight: bold;
    line-height: 1.36;
    text-wrap: balance;
    padding-bottom: var(--size-xs);
  }
  @media (min-width: 1000px) {
    h4, .h4 {
      font-size: 2rem;
    }
  }
  topline, .topline {
    font-size: 1.2rem;
    font-family: "Public Sans", sans-serif;
    font-weight: 400;
    line-height: 2.5;
    text-wrap: balance;
    text-transform: uppercase;
    padding-bottom: var(--size-s);
    color: var(--color-accent);
  }
  html {
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
  }
  img, video, iframe {
    max-width: 100%;
    height: auto;
    display: block;
  }
  audio {
    max-width: 100%;
  }
  audio::-webkit-media-controls-panel {
    background: white;
  }
  audio::-webkit-media-controls-enclosure {
    border-radius: var(--border-radius-s);
  }
  svg {
    max-width: 100%;
    height: auto;
  }
  figure {
    margin: 0;
    padding: 0;
  }
  figcaption {
    font-size: calc(1.41rem + 0.09vw);
    padding-top: 1em;
  }
  @media (min-width: 1000px) {
    figcaption {
      font-size: 1.5rem;
    }
  }
  hr {
    margin-block: var(--size-s);
    border: none;
    border-top: 2px solid;
  }
  p {
    padding-bottom: var(--size-xs);
  }
  p.-quote {
    font-size: calc(1.51rem + 0.99vw);
    font-family: "Roboto Serif", serif;
    font-weight: 500;
    line-height: 1.4;
    color: var(--color-headline);
  }
  @media (min-width: 1000px) {
    p.-quote {
      font-size: 2.5rem;
    }
  }
  small {
    font-size: calc(1.41rem + 0.09vw);
  }
  @media (min-width: 1000px) {
    small {
      font-size: 1.5rem;
    }
  }
  strong {
    font-weight: 700;
  }
  ul, ol {
    line-height: 1.38;
    list-style: none;
  }
  a {
    transition: color 0.15s, opacity 0.15s, transform 0.15s, background 0.15s, filter 0.15s;
    text-decoration: none;
    color: inherit;
  }
  [data-link-to] {
    cursor: pointer;
  }
  [data-link-to]:active {
    cursor: default;
  }
  button[disabled], button.-disabled {
    cursor: default;
    pointer-events: none;
    color: #E5E5E5 !important;
  }
  sup, sub {
    font-size: 50%;
  }
  sup {
    top: -0.75em;
  }
  em {
    font-style: italic;
  }
  b {
    font-weight: bold;
  }
  button:focus-visible, a[href]:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, [draggable]:focus-visible, [contenteditable]:focus-visible, [tabindex]:not([tabindex="-1"]):focus-visible {
    outline: none;
    box-shadow: 0 0 0 4px var(--outline-color-button--focus);
    border-radius: var(--border-radius-s);
  }
  fieldset {
    padding: 0;
    border: none;
  }
  input, textarea, select {
    margin: 0;
    padding: 0;
    color: var(--color-input);
    background: var(--background-input);
    outline: 0;
    color-scheme: light dark;
  }
  input::placeholder, textarea::placeholder, select::placeholder {
    opacity: 0.5;
  }
  input:active, input:focus, textarea:active, textarea:focus, select:active, select:focus {
    color: var(--color-input--active);
    background: var(--background-input--active);
  }
  input:active::placeholder, input:focus::placeholder, textarea:active::placeholder, textarea:focus::placeholder, select:active::placeholder, select:focus::placeholder {
    opacity: 1;
  }
  textarea {
    height: 9.5em;
    resize: none;
  }
  textarea, select, [type=text], [type=email], [type=password], [type=number], [type=date], [type=tel], [type=datetime-local], [type=month], [type=week], [type=time], [type=url], [type=search], [type=color] {
    width: 100%;
    min-height: 2.66em;
    padding: 0.66em;
    line-height: 1;
    border: 2px solid var(--color-input-border);
    border-radius: var(--border-radius-s);
    transition: background 0.15s, border-color 0.15s, color 0.15s, box-shadow 0.15s;
  }
  textarea:active, textarea:focus, textarea:hover, select:active, select:focus, select:hover, [type=text]:active, [type=text]:focus, [type=text]:hover, [type=email]:active, [type=email]:focus, [type=email]:hover, [type=password]:active, [type=password]:focus, [type=password]:hover, [type=number]:active, [type=number]:focus, [type=number]:hover, [type=date]:active, [type=date]:focus, [type=date]:hover, [type=tel]:active, [type=tel]:focus, [type=tel]:hover, [type=datetime-local]:active, [type=datetime-local]:focus, [type=datetime-local]:hover, [type=month]:active, [type=month]:focus, [type=month]:hover, [type=week]:active, [type=week]:focus, [type=week]:hover, [type=time]:active, [type=time]:focus, [type=time]:hover, [type=url]:active, [type=url]:focus, [type=url]:hover, [type=search]:active, [type=search]:focus, [type=search]:hover, [type=color]:active, [type=color]:focus, [type=color]:hover {
    border-color: var(--color-input-border--active);
  }
  select:not([multiple]), select:not([multiple]):focus {
    -webkit-appearance: none;
            appearance: none;
    padding-right: 2em;
    background-image: linear-gradient(45deg, transparent 50%, currentColor 50%), linear-gradient(135deg, currentColor 50%, transparent 50%);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px);
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
  }
  select[multiple] {
    overflow: auto;
  }
  [type=checkbox], [type=radio] {
    position: absolute;
    width: 1.5em;
    height: 1.5em;
    opacity: 0;
  }
  [type=checkbox] + label, [type=radio] + label {
    cursor: pointer;
    position: relative;
    padding: 0.25em 0 0 2.25em;
    line-height: 1.5;
  }
  [type=checkbox] + label:after, [type=checkbox] + label:before, [type=radio] + label:after, [type=radio] + label:before {
    position: absolute;
    content: "";
    display: inline-block;
  }
  [type=checkbox] + label:before, [type=radio] + label:before {
    top: 0.165em;
    left: 0;
    width: 1.5em;
    height: 1.5em;
    background: var(--background-input);
    transition: border-color 0.15s;
  }
  [type=checkbox] + label:after, [type=radio] + label:after {
    box-sizing: border-box;
    background: var(--color-input--active);
    top: 0.54em;
    left: 0.375em;
    width: 0.75em;
    height: 0.75em;
    opacity: 0;
    scale: 0.5;
    transition: border-color 0.15s, background 0.15s, opacity 0.15s, scale 0.15s;
  }
  [type=checkbox]:not(:checked) + label:hover:after, [type=radio]:not(:checked) + label:hover:after {
    opacity: 0.5;
  }
  [type=checkbox]:checked + label:after, [type=radio]:checked + label:after {
    opacity: 1;
    scale: 1;
  }
  [type=radio] + label:after, [type=radio] + label:before {
    border-radius: 100%;
  }
  [type=checkbox] + label, [type=radio] + label {
    display: block;
    max-width: 100%;
    width: 100%;
  }
  input[type=range] {
    margin-bottom: 0;
    height: 7px;
    border-radius: 5px;
    accent-color: var(--color-input);
    background: var(--background-input);
  }
  label {
    display: inline-block;
    margin-bottom: 0.5em;
  }
  label a {
    color: var(--color-link);
    text-decoration: underline;
    transition: color 0.15s;
  }
  label a:hover {
    color: var(--color-link--hover);
  }
  @keyframes splide-loading {
    0% {
      transform: rotate(0);
    }
    to {
      transform: rotate(1turn);
    }
  }
  .splide__track--draggable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
  }
  .splide__track--fade > .splide__list > .splide__slide {
    margin: 0 !important;
    opacity: 0;
    z-index: 0;
  }
  .splide__track--fade > .splide__list > .splide__slide.is-active {
    opacity: 1;
    z-index: 1;
  }
  .splide--rtl {
    direction: rtl;
  }
  .splide__track--ttb > .splide__list {
    display: block;
  }
  .splide__container {
    box-sizing: border-box;
    position: relative;
  }
  .splide__list {
    backface-visibility: hidden;
    display: flex;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
  }
  .splide.is-initialized:not(.is-active) .splide__list {
    display: block;
  }
  .splide__pagination {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    pointer-events: none;
  }
  .splide__pagination li {
    display: inline-block;
    line-height: 1;
    list-style-type: none;
    margin: 0;
    pointer-events: auto;
  }
  .splide:not(.is-overflow) .splide__pagination {
    display: none;
  }
  .splide__progress__bar {
    width: 0;
  }
  .splide {
    position: relative;
    visibility: hidden;
  }
  .splide.is-initialized, .splide.is-rendered {
    visibility: visible;
  }
  .splide__slide {
    backface-visibility: hidden;
    box-sizing: border-box;
    flex-shrink: 0;
    list-style-type: none !important;
    margin: 0;
    position: relative;
  }
  .splide__slide img {
    vertical-align: bottom;
  }
  .splide__spinner {
    animation: splide-loading 1s linear infinite;
    border: 2px solid #999;
    border-left-color: transparent;
    border-radius: 50%;
    bottom: 0;
    contain: strict;
    display: inline-block;
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
  }
  .splide__sr {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
    display: none;
  }
  .splide__toggle.is-active .splide__toggle__pause {
    display: inline;
  }
  .splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0;
  }
}
@layer layouts {
  .l-section {
    position: relative;
    width: 100%;
    margin-block: calc(var(--size-m) * 1.5);
    color: var(--color);
    background: var(--background);
    scroll-margin-top: calc(var(--scroll-margin-top-base) + var(--size-xs));
  }
  .l-section.-top-none {
    margin-top: 0;
  }
  .l-section.-top-small {
    margin-top: var(--size-s);
  }
  .l-section.-top-medium {
    margin-top: var(--size-m);
  }
  .l-section.-top-large {
    margin-top: var(--size-l);
  }
  .l-section.-bottom-none {
    margin-bottom: 0;
  }
  .l-section.-bottom-small {
    margin-bottom: var(--size-s);
  }
  .l-section.-bottom-medium {
    margin-bottom: var(--size-m);
  }
  .l-section.-bottom-large {
    margin-bottom: var(--size-l);
  }
  .m-main > .l-section:where(.-bottom-auto:last-of-type) {
    padding-bottom: var(--size-xl);
    margin-bottom: 0;
  }
  .l-section:where(:not([class*=-background-])):where(.-bottom-auto) + .l-section:where(:not([class*=-background-])):where(.-top-auto.-no-h2-spacing), .l-section:where(:not([class*=-background-])):where(.-bottom-auto) + :where(.e-anchor) + .l-section:where(:not([class*=-background-])):where(.-top-auto.-no-h2-spacing) {
    margin-top: 0;
  }
  .l-section:where([class*=-background-]) {
    padding-block: calc(var(--size-m) * 2);
  }
  .l-section:where([class*=-background-]) + .l-section:where([class*=-background-]), .l-section:where([class*=-background-]) + .e-anchor + :where(.l-section:where([class*=-background-])) {
    margin-top: calc(var(--size-m) * -1.5);
  }
  .l-section:where(.-background-dark-1):where(.-bottom-auto) + .l-section:where(.-background-dark-1):where(.-top-auto), .l-section:where(.-background-dark-1):where(.-bottom-auto) + :where(.e-anchor) + .l-section:where(.-background-dark-1):where(.-top-auto) {
    margin-top: calc(var(--size-m) * -1.5);
    padding-top: 0;
  }
  .l-section:where(.-background-dark-1):where(.-bottom-auto) + .l-section:where(.-background-dark-1):where(.-top-auto):where(.-no-h2-spacing), .l-section:where(.-background-dark-1):where(.-bottom-auto) + :where(.e-anchor) + .l-section:where(.-background-dark-1):where(.-top-auto):where(.-no-h2-spacing) {
    margin-top: calc(var(--size-m) * -3);
  }
  .l-section:where(.-background-light-1):where(.-bottom-auto) + .l-section:where(.-background-light-1):where(.-top-auto), .l-section:where(.-background-light-1):where(.-bottom-auto) + :where(.e-anchor) + .l-section:where(.-background-light-1):where(.-top-auto) {
    margin-top: calc(var(--size-m) * -1.5);
    padding-top: 0;
  }
  .l-section:where(.-background-light-1):where(.-bottom-auto) + .l-section:where(.-background-light-1):where(.-top-auto):where(.-no-h2-spacing), .l-section:where(.-background-light-1):where(.-bottom-auto) + :where(.e-anchor) + .l-section:where(.-background-light-1):where(.-top-auto):where(.-no-h2-spacing) {
    margin-top: calc(var(--size-m) * -3);
  }
  .l-section.-background-dark-1 {
    --background: #140078;
    --color-headline: #fff;
    --color-link: #059696;
    --color-link--hover: #3477FF;
    --color-button: #fff;
    --color-button--hover: #121412;
    --background-button: var(--color-link);
    --background-button--hover: var(--color-link--hover);
    --outline-color-button--focus: color-mix(in srgb, transparent, var(--background-button--hover) 30%);
    --color-accordion-headline: rgba(255, 255, 255, 0.80);
  }
  .l-section.-background-light-1 {
    --background: #EEEEEE;
  }
  .l-section.person__cta__wrap {
    margin-top: calc(var(--size-m) * -1);
  }
  .l-row {
    display: flex;
    flex-wrap: wrap;
    gap: var(--gutter-y) var(--gutter-x);
    --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
  }
  .l-row:where(.u-justify-left) img, .l-row:where(.u-justify-left) video {
    margin-left: 0;
  }
  .l-row:where(.u-justify-right) img, .l-row:where(.u-justify-right) video {
    margin-right: 0;
  }
  .l-row.-align-start {
    align-items: flex-start;
  }
  .l-row.-align-center {
    align-items: center;
  }
  .l-row.-align-end {
    align-items: flex-end;
  }
  .l-row.-align-stretch {
    align-items: stretch;
  }
  .l-row.-justify-start, .l-row.-justify-left {
    justify-content: flex-start;
  }
  .l-row.-justify-center {
    justify-content: center;
  }
  .l-row.-justify-end, .l-row.-justify-right {
    justify-content: flex-end;
  }
  .l-row.-justify-space-between {
    justify-content: space-between;
  }
  .l-row__item {
    flex-shrink: 0;
    max-width: 100%;
    flex-basis: auto;
    width: round(down, var(--calc-col-width) * var(--col-colspan) + var(--gutter-x) * (var(--col-colspan) - 1), 1px);
    /* Safari 17 and older fallback */
    /* Safari 17 and older does not support round() with CSS variables(?), so we use a fallback */
  }
  .l-row__item ::-webkit-full-page-media, .l-row__item :future, :root .l-row__item {
    width: calc(var(--calc-col-width) * var(--col-colspan) + var(--gutter-x) * (var(--col-colspan) - 1));
  }
  .l-row__item.-stretch-content {
    display: flex;
    flex-direction: column;
  }
  .l-row:where(.-item-width-1) > .l-row__item, .l-row__item.-width-1 {
    --col-colspan: 1;
  }
  .l-row:where(.-item-width-1) > .l-row__item > *, .l-row__item.-width-1 > * {
    --row-colspan: 1;
    --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
  }
  @media (max-width: 65rem) {
    .l-row:where(.-item-width-1) > .l-row__item:where(.-bp-auto), .l-row__item.-width-1:where(.-bp-auto) {
      --col-colspan: 4;
    }
    .l-row:where(.-item-width-1) > .l-row__item:where(.-bp-auto) > *, .l-row__item.-width-1:where(.-bp-auto) > * {
      --row-colspan: 4;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 56.25rem) {
    .l-row:where(.-item-width-1) > .l-row__item:where(.-bp-auto), .l-row__item.-width-1:where(.-bp-auto) {
      --col-colspan: 6;
    }
    .l-row:where(.-item-width-1) > .l-row__item:where(.-bp-auto) > *, .l-row__item.-width-1:where(.-bp-auto) > * {
      --row-colspan: 6;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 41.25rem) {
    .l-row:where(.-item-width-1) > .l-row__item:where(.-bp-auto), .l-row__item.-width-1:where(.-bp-auto) {
      --col-colspan: 12;
    }
    .l-row:where(.-item-width-1) > .l-row__item:where(.-bp-auto) > *, .l-row__item.-width-1:where(.-bp-auto) > * {
      --row-colspan: 12;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 93.75rem) {
    .l-row:where(.-item-width-1) > .l-row__item:where(.-bp-auto), .l-row__item.-width-1:where(.-bp-auto) {
      --col-colspan: 1;
    }
    .l-row:where(.-item-width-1) > .l-row__item:where(.-bp-auto) > *, .l-row__item.-width-1:where(.-bp-auto) > * {
      --row-colspan: 1;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 73.75rem) {
    .l-row:where(.-item-width-1) > .l-row__item:where(.-bp-auto), .l-row__item.-width-1:where(.-bp-auto) {
      --col-colspan: 1;
    }
    .l-row:where(.-item-width-1) > .l-row__item:where(.-bp-auto) > *, .l-row__item.-width-1:where(.-bp-auto) > * {
      --row-colspan: 1;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 56.25rem) {
    .l-row:where(.-item-width-1) > .l-row__item:where(.-bp-auto), .l-row__item.-width-1:where(.-bp-auto) {
      --col-colspan: 2;
    }
    .l-row:where(.-item-width-1) > .l-row__item:where(.-bp-auto) > *, .l-row__item.-width-1:where(.-bp-auto) > * {
      --row-colspan: 2;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 41.25rem) {
    .l-row:where(.-item-width-1) > .l-row__item:where(.-bp-auto), .l-row__item.-width-1:where(.-bp-auto) {
      --col-colspan: 4;
    }
    .l-row:where(.-item-width-1) > .l-row__item:where(.-bp-auto) > *, .l-row__item.-width-1:where(.-bp-auto) > * {
      --row-colspan: 4;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  .l-row:where(.-item-width-2) > .l-row__item, .l-row__item.-width-2 {
    --col-colspan: 2;
  }
  .l-row:where(.-item-width-2) > .l-row__item > *, .l-row__item.-width-2 > * {
    --row-colspan: 2;
    --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
  }
  @media (max-width: 65rem) {
    .l-row:where(.-item-width-2) > .l-row__item:where(.-bp-auto), .l-row__item.-width-2:where(.-bp-auto) {
      --col-colspan: 4;
    }
    .l-row:where(.-item-width-2) > .l-row__item:where(.-bp-auto) > *, .l-row__item.-width-2:where(.-bp-auto) > * {
      --row-colspan: 4;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 56.25rem) {
    .l-row:where(.-item-width-2) > .l-row__item:where(.-bp-auto), .l-row__item.-width-2:where(.-bp-auto) {
      --col-colspan: 6;
    }
    .l-row:where(.-item-width-2) > .l-row__item:where(.-bp-auto) > *, .l-row__item.-width-2:where(.-bp-auto) > * {
      --row-colspan: 6;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 41.25rem) {
    .l-row:where(.-item-width-2) > .l-row__item:where(.-bp-auto), .l-row__item.-width-2:where(.-bp-auto) {
      --col-colspan: 12;
    }
    .l-row:where(.-item-width-2) > .l-row__item:where(.-bp-auto) > *, .l-row__item.-width-2:where(.-bp-auto) > * {
      --row-colspan: 12;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  .l-row:where(.-item-width-3) > .l-row__item, .l-row__item.-width-3 {
    --col-colspan: 3;
  }
  .l-row:where(.-item-width-3) > .l-row__item > *, .l-row__item.-width-3 > * {
    --row-colspan: 3;
    --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
  }
  @media (max-width: 65rem) {
    .l-row:where(.-item-width-3) > .l-row__item:where(.-bp-auto), .l-row__item.-width-3:where(.-bp-auto) {
      --col-colspan: 4;
    }
    .l-row:where(.-item-width-3) > .l-row__item:where(.-bp-auto) > *, .l-row__item.-width-3:where(.-bp-auto) > * {
      --row-colspan: 4;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 56.25rem) {
    .l-row:where(.-item-width-3) > .l-row__item:where(.-bp-auto), .l-row__item.-width-3:where(.-bp-auto) {
      --col-colspan: 6;
    }
    .l-row:where(.-item-width-3) > .l-row__item:where(.-bp-auto) > *, .l-row__item.-width-3:where(.-bp-auto) > * {
      --row-colspan: 6;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 41.25rem) {
    .l-row:where(.-item-width-3) > .l-row__item:where(.-bp-auto), .l-row__item.-width-3:where(.-bp-auto) {
      --col-colspan: 12;
    }
    .l-row:where(.-item-width-3) > .l-row__item:where(.-bp-auto) > *, .l-row__item.-width-3:where(.-bp-auto) > * {
      --row-colspan: 12;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 93.75rem) {
    .l-row:where(.-item-width-3) > .l-row__item:where(.-bp-auto):where(.-layout-carousel_keyfacts .l-row:where(.-item-width-3) > .l-row__item:where(.-bp-auto), .-layout-carousel_keyfacts .l-row__item.-width-3:where(.-bp-auto)), .l-row__item.-width-3:where(.-bp-auto):where(.-layout-carousel_keyfacts .l-row:where(.-item-width-3) > .l-row__item:where(.-bp-auto), .-layout-carousel_keyfacts .l-row__item.-width-3:where(.-bp-auto)) {
      --col-colspan: 4;
    }
    .l-row:where(.-item-width-3) > .l-row__item:where(.-bp-auto):where(.-layout-carousel_keyfacts .l-row:where(.-item-width-3) > .l-row__item:where(.-bp-auto), .-layout-carousel_keyfacts .l-row__item.-width-3:where(.-bp-auto)) > *, .l-row__item.-width-3:where(.-bp-auto):where(.-layout-carousel_keyfacts .l-row:where(.-item-width-3) > .l-row__item:where(.-bp-auto), .-layout-carousel_keyfacts .l-row__item.-width-3:where(.-bp-auto)) > * {
      --row-colspan: 4;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 73.75rem) {
    .l-row:where(.-item-width-3) > .l-row__item:where(.-bp-auto):where(.-layout-carousel_keyfacts .l-row:where(.-item-width-3) > .l-row__item:where(.-bp-auto), .-layout-carousel_keyfacts .l-row__item.-width-3:where(.-bp-auto)), .l-row__item.-width-3:where(.-bp-auto):where(.-layout-carousel_keyfacts .l-row:where(.-item-width-3) > .l-row__item:where(.-bp-auto), .-layout-carousel_keyfacts .l-row__item.-width-3:where(.-bp-auto)) {
      --col-colspan: 6;
    }
    .l-row:where(.-item-width-3) > .l-row__item:where(.-bp-auto):where(.-layout-carousel_keyfacts .l-row:where(.-item-width-3) > .l-row__item:where(.-bp-auto), .-layout-carousel_keyfacts .l-row__item.-width-3:where(.-bp-auto)) > *, .l-row__item.-width-3:where(.-bp-auto):where(.-layout-carousel_keyfacts .l-row:where(.-item-width-3) > .l-row__item:where(.-bp-auto), .-layout-carousel_keyfacts .l-row__item.-width-3:where(.-bp-auto)) > * {
      --row-colspan: 6;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 56.25rem) {
    .l-row:where(.-item-width-3) > .l-row__item:where(.-bp-auto):where(.-layout-carousel_keyfacts .l-row:where(.-item-width-3) > .l-row__item:where(.-bp-auto), .-layout-carousel_keyfacts .l-row__item.-width-3:where(.-bp-auto)), .l-row__item.-width-3:where(.-bp-auto):where(.-layout-carousel_keyfacts .l-row:where(.-item-width-3) > .l-row__item:where(.-bp-auto), .-layout-carousel_keyfacts .l-row__item.-width-3:where(.-bp-auto)) {
      --col-colspan: 12;
    }
    .l-row:where(.-item-width-3) > .l-row__item:where(.-bp-auto):where(.-layout-carousel_keyfacts .l-row:where(.-item-width-3) > .l-row__item:where(.-bp-auto), .-layout-carousel_keyfacts .l-row__item.-width-3:where(.-bp-auto)) > *, .l-row__item.-width-3:where(.-bp-auto):where(.-layout-carousel_keyfacts .l-row:where(.-item-width-3) > .l-row__item:where(.-bp-auto), .-layout-carousel_keyfacts .l-row__item.-width-3:where(.-bp-auto)) > * {
      --row-colspan: 12;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  .l-row:where(.-item-width-4) > .l-row__item, .l-row__item.-width-4 {
    --col-colspan: 4;
  }
  .l-row:where(.-item-width-4) > .l-row__item > *, .l-row__item.-width-4 > * {
    --row-colspan: 4;
    --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
  }
  @media (max-width: 73.75rem) {
    .l-row:where(.-item-width-4) > .l-row__item:where(.-bp-auto), .l-row__item.-width-4:where(.-bp-auto) {
      --col-colspan: 6;
    }
    .l-row:where(.-item-width-4) > .l-row__item:where(.-bp-auto) > *, .l-row__item.-width-4:where(.-bp-auto) > * {
      --row-colspan: 6;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 33.75rem) {
    .l-row:where(.-item-width-4) > .l-row__item:where(.-bp-auto), .l-row__item.-width-4:where(.-bp-auto) {
      --col-colspan: 12;
    }
    .l-row:where(.-item-width-4) > .l-row__item:where(.-bp-auto) > *, .l-row__item.-width-4:where(.-bp-auto) > * {
      --row-colspan: 12;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  .l-row:where(.-item-width-5) > .l-row__item, .l-row__item.-width-5 {
    --col-colspan: 5;
  }
  .l-row:where(.-item-width-5) > .l-row__item > *, .l-row__item.-width-5 > * {
    --row-colspan: 5;
    --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
  }
  @media (max-width: 56.25rem) {
    .l-row:where(.-item-width-5) > .l-row__item:where(.-bp-auto), .l-row__item.-width-5:where(.-bp-auto) {
      --col-colspan: 12;
    }
    .l-row:where(.-item-width-5) > .l-row__item:where(.-bp-auto) > *, .l-row__item.-width-5:where(.-bp-auto) > * {
      --row-colspan: 12;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  .l-row:where(.-item-width-6) > .l-row__item, .l-row__item.-width-6 {
    --col-colspan: 6;
  }
  .l-row:where(.-item-width-6) > .l-row__item > *, .l-row__item.-width-6 > * {
    --row-colspan: 6;
    --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
  }
  @media (max-width: 56.25rem) {
    .l-row:where(.-item-width-6) > .l-row__item:where(.-bp-auto), .l-row__item.-width-6:where(.-bp-auto) {
      --col-colspan: 12;
    }
    .l-row:where(.-item-width-6) > .l-row__item:where(.-bp-auto) > *, .l-row__item.-width-6:where(.-bp-auto) > * {
      --row-colspan: 12;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  .l-row:where(.-item-width-7) > .l-row__item, .l-row__item.-width-7 {
    --col-colspan: 7;
  }
  .l-row:where(.-item-width-7) > .l-row__item > *, .l-row__item.-width-7 > * {
    --row-colspan: 7;
    --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
  }
  @media (max-width: 56.25rem) {
    .l-row:where(.-item-width-7) > .l-row__item:where(.-bp-auto), .l-row__item.-width-7:where(.-bp-auto) {
      --col-colspan: 12;
    }
    .l-row:where(.-item-width-7) > .l-row__item:where(.-bp-auto) > *, .l-row__item.-width-7:where(.-bp-auto) > * {
      --row-colspan: 12;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  .l-row:where(.-item-width-8) > .l-row__item, .l-row__item.-width-8 {
    --col-colspan: 8;
  }
  .l-row:where(.-item-width-8) > .l-row__item > *, .l-row__item.-width-8 > * {
    --row-colspan: 8;
    --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
  }
  @media (max-width: 56.25rem) {
    .l-row:where(.-item-width-8) > .l-row__item:where(.-bp-auto), .l-row__item.-width-8:where(.-bp-auto) {
      --col-colspan: 12;
    }
    .l-row:where(.-item-width-8) > .l-row__item:where(.-bp-auto) > *, .l-row__item.-width-8:where(.-bp-auto) > * {
      --row-colspan: 12;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  .l-row:where(.-item-width-9) > .l-row__item, .l-row__item.-width-9 {
    --col-colspan: 9;
  }
  .l-row:where(.-item-width-9) > .l-row__item > *, .l-row__item.-width-9 > * {
    --row-colspan: 9;
    --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
  }
  @media (max-width: 56.25rem) {
    .l-row:where(.-item-width-9) > .l-row__item:where(.-bp-auto), .l-row__item.-width-9:where(.-bp-auto) {
      --col-colspan: 12;
    }
    .l-row:where(.-item-width-9) > .l-row__item:where(.-bp-auto) > *, .l-row__item.-width-9:where(.-bp-auto) > * {
      --row-colspan: 12;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  .l-row:where(.-item-width-10) > .l-row__item, .l-row__item.-width-10 {
    --col-colspan: 10;
  }
  .l-row:where(.-item-width-10) > .l-row__item > *, .l-row__item.-width-10 > * {
    --row-colspan: 10;
    --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
  }
  @media (max-width: 56.25rem) {
    .l-row:where(.-item-width-10) > .l-row__item:where(.-bp-auto), .l-row__item.-width-10:where(.-bp-auto) {
      --col-colspan: 12;
    }
    .l-row:where(.-item-width-10) > .l-row__item:where(.-bp-auto) > *, .l-row__item.-width-10:where(.-bp-auto) > * {
      --row-colspan: 12;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  .l-row:where(.-item-width-11) > .l-row__item, .l-row__item.-width-11 {
    --col-colspan: 11;
  }
  .l-row:where(.-item-width-11) > .l-row__item > *, .l-row__item.-width-11 > * {
    --row-colspan: 11;
    --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
  }
  @media (max-width: 56.25rem) {
    .l-row:where(.-item-width-11) > .l-row__item:where(.-bp-auto), .l-row__item.-width-11:where(.-bp-auto) {
      --col-colspan: 12;
    }
    .l-row:where(.-item-width-11) > .l-row__item:where(.-bp-auto) > *, .l-row__item.-width-11:where(.-bp-auto) > * {
      --row-colspan: 12;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  .l-row:where(.-item-width-12) > .l-row__item, .l-row__item.-width-12 {
    --col-colspan: 12;
  }
  .l-row:where(.-item-width-12) > .l-row__item > *, .l-row__item.-width-12 > * {
    --row-colspan: 12;
    --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
  }
  @media (max-width: 56.25rem) {
    .l-row:where(.-item-width-12) > .l-row__item:where(.-bp-auto), .l-row__item.-width-12:where(.-bp-auto) {
      --col-colspan: 12;
    }
    .l-row:where(.-item-width-12) > .l-row__item:where(.-bp-auto) > *, .l-row__item.-width-12:where(.-bp-auto) > * {
      --row-colspan: 12;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  .l-row:where(.-flex-grow-0) > .l-row__item {
    flex-grow: 0;
  }
  .l-row:where(.-flex-grow-1, .-flex-grow) > .l-row__item {
    flex-grow: 1;
  }
  @media (max-width: 93.5rem) {
    .l-row__item.-grid-width-1 {
      --col-colspan: 1;
    }
    .l-row__item.-grid-width-1 > * {
      --row-colspan: 1;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 93.5rem) {
    .l-row__item.-grid-width-2 {
      --col-colspan: 2;
    }
    .l-row__item.-grid-width-2 > * {
      --row-colspan: 2;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 93.5rem) {
    .l-row__item.-grid-width-3 {
      --col-colspan: 3;
    }
    .l-row__item.-grid-width-3 > * {
      --row-colspan: 3;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 93.5rem) {
    .l-row__item.-grid-width-4 {
      --col-colspan: 4;
    }
    .l-row__item.-grid-width-4 > * {
      --row-colspan: 4;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 93.5rem) {
    .l-row__item.-grid-width-5 {
      --col-colspan: 5;
    }
    .l-row__item.-grid-width-5 > * {
      --row-colspan: 5;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 93.5rem) {
    .l-row__item.-grid-width-6 {
      --col-colspan: 6;
    }
    .l-row__item.-grid-width-6 > * {
      --row-colspan: 6;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 93.5rem) {
    .l-row__item.-grid-width-7 {
      --col-colspan: 7;
    }
    .l-row__item.-grid-width-7 > * {
      --row-colspan: 7;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 93.5rem) {
    .l-row__item.-grid-width-8 {
      --col-colspan: 8;
    }
    .l-row__item.-grid-width-8 > * {
      --row-colspan: 8;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 93.5rem) {
    .l-row__item.-grid-width-9 {
      --col-colspan: 9;
    }
    .l-row__item.-grid-width-9 > * {
      --row-colspan: 9;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 93.5rem) {
    .l-row__item.-grid-width-10 {
      --col-colspan: 10;
    }
    .l-row__item.-grid-width-10 > * {
      --row-colspan: 10;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 93.5rem) {
    .l-row__item.-grid-width-11 {
      --col-colspan: 11;
    }
    .l-row__item.-grid-width-11 > * {
      --row-colspan: 11;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 93.5rem) {
    .l-row__item.-grid-width-12 {
      --col-colspan: 12;
    }
    .l-row__item.-grid-width-12 > * {
      --row-colspan: 12;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 93.75rem) {
    .l-row__item.-xxl-1 {
      --col-colspan: 1;
    }
    .l-row__item.-xxl-1 > * {
      --row-colspan: 1;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 93.75rem) {
    .l-row__item.-xxl-2 {
      --col-colspan: 2;
    }
    .l-row__item.-xxl-2 > * {
      --row-colspan: 2;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 93.75rem) {
    .l-row__item.-xxl-3 {
      --col-colspan: 3;
    }
    .l-row__item.-xxl-3 > * {
      --row-colspan: 3;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 93.75rem) {
    .l-row__item.-xxl-4 {
      --col-colspan: 4;
    }
    .l-row__item.-xxl-4 > * {
      --row-colspan: 4;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 93.75rem) {
    .l-row__item.-xxl-5 {
      --col-colspan: 5;
    }
    .l-row__item.-xxl-5 > * {
      --row-colspan: 5;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 93.75rem) {
    .l-row__item.-xxl-6 {
      --col-colspan: 6;
    }
    .l-row__item.-xxl-6 > * {
      --row-colspan: 6;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 93.75rem) {
    .l-row__item.-xxl-7 {
      --col-colspan: 7;
    }
    .l-row__item.-xxl-7 > * {
      --row-colspan: 7;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 93.75rem) {
    .l-row__item.-xxl-8 {
      --col-colspan: 8;
    }
    .l-row__item.-xxl-8 > * {
      --row-colspan: 8;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 93.75rem) {
    .l-row__item.-xxl-9 {
      --col-colspan: 9;
    }
    .l-row__item.-xxl-9 > * {
      --row-colspan: 9;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 93.75rem) {
    .l-row__item.-xxl-10 {
      --col-colspan: 10;
    }
    .l-row__item.-xxl-10 > * {
      --row-colspan: 10;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 93.75rem) {
    .l-row__item.-xxl-11 {
      --col-colspan: 11;
    }
    .l-row__item.-xxl-11 > * {
      --row-colspan: 11;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 93.75rem) {
    .l-row__item.-xxl-12 {
      --col-colspan: 12;
    }
    .l-row__item.-xxl-12 > * {
      --row-colspan: 12;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 83.75rem) {
    .l-row__item.-xl-1 {
      --col-colspan: 1;
    }
    .l-row__item.-xl-1 > * {
      --row-colspan: 1;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 83.75rem) {
    .l-row__item.-xl-2 {
      --col-colspan: 2;
    }
    .l-row__item.-xl-2 > * {
      --row-colspan: 2;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 83.75rem) {
    .l-row__item.-xl-3 {
      --col-colspan: 3;
    }
    .l-row__item.-xl-3 > * {
      --row-colspan: 3;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 83.75rem) {
    .l-row__item.-xl-4 {
      --col-colspan: 4;
    }
    .l-row__item.-xl-4 > * {
      --row-colspan: 4;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 83.75rem) {
    .l-row__item.-xl-5 {
      --col-colspan: 5;
    }
    .l-row__item.-xl-5 > * {
      --row-colspan: 5;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 83.75rem) {
    .l-row__item.-xl-6 {
      --col-colspan: 6;
    }
    .l-row__item.-xl-6 > * {
      --row-colspan: 6;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 83.75rem) {
    .l-row__item.-xl-7 {
      --col-colspan: 7;
    }
    .l-row__item.-xl-7 > * {
      --row-colspan: 7;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 83.75rem) {
    .l-row__item.-xl-8 {
      --col-colspan: 8;
    }
    .l-row__item.-xl-8 > * {
      --row-colspan: 8;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 83.75rem) {
    .l-row__item.-xl-9 {
      --col-colspan: 9;
    }
    .l-row__item.-xl-9 > * {
      --row-colspan: 9;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 83.75rem) {
    .l-row__item.-xl-10 {
      --col-colspan: 10;
    }
    .l-row__item.-xl-10 > * {
      --row-colspan: 10;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 83.75rem) {
    .l-row__item.-xl-11 {
      --col-colspan: 11;
    }
    .l-row__item.-xl-11 > * {
      --row-colspan: 11;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 83.75rem) {
    .l-row__item.-xl-12 {
      --col-colspan: 12;
    }
    .l-row__item.-xl-12 > * {
      --row-colspan: 12;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 73.75rem) {
    .l-row__item.-l-1 {
      --col-colspan: 1;
    }
    .l-row__item.-l-1 > * {
      --row-colspan: 1;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 73.75rem) {
    .l-row__item.-l-2 {
      --col-colspan: 2;
    }
    .l-row__item.-l-2 > * {
      --row-colspan: 2;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 73.75rem) {
    .l-row__item.-l-3 {
      --col-colspan: 3;
    }
    .l-row__item.-l-3 > * {
      --row-colspan: 3;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 73.75rem) {
    .l-row__item.-l-4 {
      --col-colspan: 4;
    }
    .l-row__item.-l-4 > * {
      --row-colspan: 4;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 73.75rem) {
    .l-row__item.-l-5 {
      --col-colspan: 5;
    }
    .l-row__item.-l-5 > * {
      --row-colspan: 5;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 73.75rem) {
    .l-row__item.-l-6 {
      --col-colspan: 6;
    }
    .l-row__item.-l-6 > * {
      --row-colspan: 6;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 73.75rem) {
    .l-row__item.-l-7 {
      --col-colspan: 7;
    }
    .l-row__item.-l-7 > * {
      --row-colspan: 7;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 73.75rem) {
    .l-row__item.-l-8 {
      --col-colspan: 8;
    }
    .l-row__item.-l-8 > * {
      --row-colspan: 8;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 73.75rem) {
    .l-row__item.-l-9 {
      --col-colspan: 9;
    }
    .l-row__item.-l-9 > * {
      --row-colspan: 9;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 73.75rem) {
    .l-row__item.-l-10 {
      --col-colspan: 10;
    }
    .l-row__item.-l-10 > * {
      --row-colspan: 10;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 73.75rem) {
    .l-row__item.-l-11 {
      --col-colspan: 11;
    }
    .l-row__item.-l-11 > * {
      --row-colspan: 11;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 73.75rem) {
    .l-row__item.-l-12 {
      --col-colspan: 12;
    }
    .l-row__item.-l-12 > * {
      --row-colspan: 12;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 65rem) {
    .l-row__item.-ml-1 {
      --col-colspan: 1;
    }
    .l-row__item.-ml-1 > * {
      --row-colspan: 1;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 65rem) {
    .l-row__item.-ml-2 {
      --col-colspan: 2;
    }
    .l-row__item.-ml-2 > * {
      --row-colspan: 2;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 65rem) {
    .l-row__item.-ml-3 {
      --col-colspan: 3;
    }
    .l-row__item.-ml-3 > * {
      --row-colspan: 3;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 65rem) {
    .l-row__item.-ml-4 {
      --col-colspan: 4;
    }
    .l-row__item.-ml-4 > * {
      --row-colspan: 4;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 65rem) {
    .l-row__item.-ml-5 {
      --col-colspan: 5;
    }
    .l-row__item.-ml-5 > * {
      --row-colspan: 5;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 65rem) {
    .l-row__item.-ml-6 {
      --col-colspan: 6;
    }
    .l-row__item.-ml-6 > * {
      --row-colspan: 6;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 65rem) {
    .l-row__item.-ml-7 {
      --col-colspan: 7;
    }
    .l-row__item.-ml-7 > * {
      --row-colspan: 7;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 65rem) {
    .l-row__item.-ml-8 {
      --col-colspan: 8;
    }
    .l-row__item.-ml-8 > * {
      --row-colspan: 8;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 65rem) {
    .l-row__item.-ml-9 {
      --col-colspan: 9;
    }
    .l-row__item.-ml-9 > * {
      --row-colspan: 9;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 65rem) {
    .l-row__item.-ml-10 {
      --col-colspan: 10;
    }
    .l-row__item.-ml-10 > * {
      --row-colspan: 10;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 65rem) {
    .l-row__item.-ml-11 {
      --col-colspan: 11;
    }
    .l-row__item.-ml-11 > * {
      --row-colspan: 11;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 65rem) {
    .l-row__item.-ml-12 {
      --col-colspan: 12;
    }
    .l-row__item.-ml-12 > * {
      --row-colspan: 12;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 56.25rem) {
    .l-row__item.-m-1 {
      --col-colspan: 1;
    }
    .l-row__item.-m-1 > * {
      --row-colspan: 1;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 56.25rem) {
    .l-row__item.-m-2 {
      --col-colspan: 2;
    }
    .l-row__item.-m-2 > * {
      --row-colspan: 2;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 56.25rem) {
    .l-row__item.-m-3 {
      --col-colspan: 3;
    }
    .l-row__item.-m-3 > * {
      --row-colspan: 3;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 56.25rem) {
    .l-row__item.-m-4 {
      --col-colspan: 4;
    }
    .l-row__item.-m-4 > * {
      --row-colspan: 4;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 56.25rem) {
    .l-row__item.-m-5 {
      --col-colspan: 5;
    }
    .l-row__item.-m-5 > * {
      --row-colspan: 5;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 56.25rem) {
    .l-row__item.-m-6 {
      --col-colspan: 6;
    }
    .l-row__item.-m-6 > * {
      --row-colspan: 6;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 56.25rem) {
    .l-row__item.-m-7 {
      --col-colspan: 7;
    }
    .l-row__item.-m-7 > * {
      --row-colspan: 7;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 56.25rem) {
    .l-row__item.-m-8 {
      --col-colspan: 8;
    }
    .l-row__item.-m-8 > * {
      --row-colspan: 8;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 56.25rem) {
    .l-row__item.-m-9 {
      --col-colspan: 9;
    }
    .l-row__item.-m-9 > * {
      --row-colspan: 9;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 56.25rem) {
    .l-row__item.-m-10 {
      --col-colspan: 10;
    }
    .l-row__item.-m-10 > * {
      --row-colspan: 10;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 56.25rem) {
    .l-row__item.-m-11 {
      --col-colspan: 11;
    }
    .l-row__item.-m-11 > * {
      --row-colspan: 11;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 56.25rem) {
    .l-row__item.-m-12 {
      --col-colspan: 12;
    }
    .l-row__item.-m-12 > * {
      --row-colspan: 12;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 48.75rem) {
    .l-row__item.-sm-1 {
      --col-colspan: 1;
    }
    .l-row__item.-sm-1 > * {
      --row-colspan: 1;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 48.75rem) {
    .l-row__item.-sm-2 {
      --col-colspan: 2;
    }
    .l-row__item.-sm-2 > * {
      --row-colspan: 2;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 48.75rem) {
    .l-row__item.-sm-3 {
      --col-colspan: 3;
    }
    .l-row__item.-sm-3 > * {
      --row-colspan: 3;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 48.75rem) {
    .l-row__item.-sm-4 {
      --col-colspan: 4;
    }
    .l-row__item.-sm-4 > * {
      --row-colspan: 4;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 48.75rem) {
    .l-row__item.-sm-5 {
      --col-colspan: 5;
    }
    .l-row__item.-sm-5 > * {
      --row-colspan: 5;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 48.75rem) {
    .l-row__item.-sm-6 {
      --col-colspan: 6;
    }
    .l-row__item.-sm-6 > * {
      --row-colspan: 6;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 48.75rem) {
    .l-row__item.-sm-7 {
      --col-colspan: 7;
    }
    .l-row__item.-sm-7 > * {
      --row-colspan: 7;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 48.75rem) {
    .l-row__item.-sm-8 {
      --col-colspan: 8;
    }
    .l-row__item.-sm-8 > * {
      --row-colspan: 8;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 48.75rem) {
    .l-row__item.-sm-9 {
      --col-colspan: 9;
    }
    .l-row__item.-sm-9 > * {
      --row-colspan: 9;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 48.75rem) {
    .l-row__item.-sm-10 {
      --col-colspan: 10;
    }
    .l-row__item.-sm-10 > * {
      --row-colspan: 10;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 48.75rem) {
    .l-row__item.-sm-11 {
      --col-colspan: 11;
    }
    .l-row__item.-sm-11 > * {
      --row-colspan: 11;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 48.75rem) {
    .l-row__item.-sm-12 {
      --col-colspan: 12;
    }
    .l-row__item.-sm-12 > * {
      --row-colspan: 12;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 41.25rem) {
    .l-row__item.-s-1 {
      --col-colspan: 1;
    }
    .l-row__item.-s-1 > * {
      --row-colspan: 1;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 41.25rem) {
    .l-row__item.-s-2 {
      --col-colspan: 2;
    }
    .l-row__item.-s-2 > * {
      --row-colspan: 2;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 41.25rem) {
    .l-row__item.-s-3 {
      --col-colspan: 3;
    }
    .l-row__item.-s-3 > * {
      --row-colspan: 3;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 41.25rem) {
    .l-row__item.-s-4 {
      --col-colspan: 4;
    }
    .l-row__item.-s-4 > * {
      --row-colspan: 4;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 41.25rem) {
    .l-row__item.-s-5 {
      --col-colspan: 5;
    }
    .l-row__item.-s-5 > * {
      --row-colspan: 5;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 41.25rem) {
    .l-row__item.-s-6 {
      --col-colspan: 6;
    }
    .l-row__item.-s-6 > * {
      --row-colspan: 6;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 41.25rem) {
    .l-row__item.-s-7 {
      --col-colspan: 7;
    }
    .l-row__item.-s-7 > * {
      --row-colspan: 7;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 41.25rem) {
    .l-row__item.-s-8 {
      --col-colspan: 8;
    }
    .l-row__item.-s-8 > * {
      --row-colspan: 8;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 41.25rem) {
    .l-row__item.-s-9 {
      --col-colspan: 9;
    }
    .l-row__item.-s-9 > * {
      --row-colspan: 9;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 41.25rem) {
    .l-row__item.-s-10 {
      --col-colspan: 10;
    }
    .l-row__item.-s-10 > * {
      --row-colspan: 10;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 41.25rem) {
    .l-row__item.-s-11 {
      --col-colspan: 11;
    }
    .l-row__item.-s-11 > * {
      --row-colspan: 11;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 41.25rem) {
    .l-row__item.-s-12 {
      --col-colspan: 12;
    }
    .l-row__item.-s-12 > * {
      --row-colspan: 12;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 33.75rem) {
    .l-row__item.-xs-1 {
      --col-colspan: 1;
    }
    .l-row__item.-xs-1 > * {
      --row-colspan: 1;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 33.75rem) {
    .l-row__item.-xs-2 {
      --col-colspan: 2;
    }
    .l-row__item.-xs-2 > * {
      --row-colspan: 2;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 33.75rem) {
    .l-row__item.-xs-3 {
      --col-colspan: 3;
    }
    .l-row__item.-xs-3 > * {
      --row-colspan: 3;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 33.75rem) {
    .l-row__item.-xs-4 {
      --col-colspan: 4;
    }
    .l-row__item.-xs-4 > * {
      --row-colspan: 4;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 33.75rem) {
    .l-row__item.-xs-5 {
      --col-colspan: 5;
    }
    .l-row__item.-xs-5 > * {
      --row-colspan: 5;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 33.75rem) {
    .l-row__item.-xs-6 {
      --col-colspan: 6;
    }
    .l-row__item.-xs-6 > * {
      --row-colspan: 6;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 33.75rem) {
    .l-row__item.-xs-7 {
      --col-colspan: 7;
    }
    .l-row__item.-xs-7 > * {
      --row-colspan: 7;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 33.75rem) {
    .l-row__item.-xs-8 {
      --col-colspan: 8;
    }
    .l-row__item.-xs-8 > * {
      --row-colspan: 8;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 33.75rem) {
    .l-row__item.-xs-9 {
      --col-colspan: 9;
    }
    .l-row__item.-xs-9 > * {
      --row-colspan: 9;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 33.75rem) {
    .l-row__item.-xs-10 {
      --col-colspan: 10;
    }
    .l-row__item.-xs-10 > * {
      --row-colspan: 10;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 33.75rem) {
    .l-row__item.-xs-11 {
      --col-colspan: 11;
    }
    .l-row__item.-xs-11 > * {
      --row-colspan: 11;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 33.75rem) {
    .l-row__item.-xs-12 {
      --col-colspan: 12;
    }
    .l-row__item.-xs-12 > * {
      --row-colspan: 12;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  @media (max-width: 56.25rem) {
    .l-row__item.-responsive-order--10 {
      order: -10;
    }
  }
  @media (max-width: 56.25rem) {
    .l-row__item.-responsive-order--9 {
      order: -9;
    }
  }
  @media (max-width: 56.25rem) {
    .l-row__item.-responsive-order--8 {
      order: -8;
    }
  }
  @media (max-width: 56.25rem) {
    .l-row__item.-responsive-order--7 {
      order: -7;
    }
  }
  @media (max-width: 56.25rem) {
    .l-row__item.-responsive-order--6 {
      order: -6;
    }
  }
  @media (max-width: 56.25rem) {
    .l-row__item.-responsive-order--5 {
      order: -5;
    }
  }
  @media (max-width: 56.25rem) {
    .l-row__item.-responsive-order--4 {
      order: -4;
    }
  }
  @media (max-width: 56.25rem) {
    .l-row__item.-responsive-order--3 {
      order: -3;
    }
  }
  @media (max-width: 56.25rem) {
    .l-row__item.-responsive-order--2 {
      order: -2;
    }
  }
  @media (max-width: 56.25rem) {
    .l-row__item.-responsive-order--1 {
      order: -1;
    }
  }
  @media (max-width: 56.25rem) {
    .l-row__item.-responsive-order-0 {
      order: 0;
    }
  }
  @media (max-width: 56.25rem) {
    .l-row__item.-responsive-order-1 {
      order: 1;
    }
  }
  @media (max-width: 56.25rem) {
    .l-row__item.-responsive-order-2 {
      order: 2;
    }
  }
  @media (max-width: 56.25rem) {
    .l-row__item.-responsive-order-3 {
      order: 3;
    }
  }
  @media (max-width: 56.25rem) {
    .l-row__item.-responsive-order-4 {
      order: 4;
    }
  }
  @media (max-width: 56.25rem) {
    .l-row__item.-responsive-order-5 {
      order: 5;
    }
  }
  @media (max-width: 56.25rem) {
    .l-row__item.-responsive-order-6 {
      order: 6;
    }
  }
  @media (max-width: 56.25rem) {
    .l-row__item.-responsive-order-7 {
      order: 7;
    }
  }
  @media (max-width: 56.25rem) {
    .l-row__item.-responsive-order-8 {
      order: 8;
    }
  }
  @media (max-width: 56.25rem) {
    .l-row__item.-responsive-order-9 {
      order: 9;
    }
  }
  @media (max-width: 56.25rem) {
    .l-row__item.-responsive-order-10 {
      order: 10;
    }
  }
  .l-modal {
    color-scheme: only light;
    --color: #1B2128;
    --color-alt: #1B2128;
    --color-headline: #140078;
    --color-accent: #3477FF;
    --color-accent-alt: #fff;
    --background: #fff;
    --color-link: #059696;
    --color-link--hover: #3477FF;
    --color-link--disabled: #c9c9c9;
    --color-accordion-headline: #140078;
    --border-width-button: 1px;
    --color-button: var(--background);
    --color-button--hover: var(--background);
    --color-button-border: transparent;
    --color-button-border--hover: transparent;
    --outline-color-button--focus: color-mix(in srgb, transparent, var(--background-button) 60%);
    --background-button: var(--color-link);
    --background-button--hover: var(--color-link--hover);
    --color-button-alt: var(--color-button);
    --color-button-alt--hover: var(--color-button--hover);
    --color-button-alt-border: var(--color-button-border);
    --color-button-alt-border--hover: var(--color-button-border--hover);
    --outline-color-button-alt-focus: var(--outline-color-button--focus);
    --background-button-alt: var(--background-button);
    --background-button-alt--hover: var(--background-button--hover);
    --color-button-light: var(--color-headline);
    --color-button-light--hover: var(--color);
    --color-button-light-border: transparent;
    --color-button-light-border--hover: transparent;
    --background-button-light: #8c8d8b;
    --background-button-light--hover: #c9c9c9;
    --color-input: var(--color);
    --color-input--active: var(--color);
    --color-input-border: transparent;
    --color-input-border--active: transparent;
    --background-input: #121412;
    --background-input--active: #121412;
    --background-modal: #EEEEEE;
    --background-modal-backdrop: color-mix(in srgb, transparent, #000078 80%);
    --background-footer: #140078;
    --plyr-color-main: var(--color-link);
    --background: transparent;
  }
  @keyframes modal-open-overlay {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes modal-close-overlay {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes modal-open {
    0% {
      transform: scale(0.95);
    }
    100% {
      transform: scale(1);
    }
  }
  @keyframes modal-close {
    0% {
      transform: scale(1);
      opacity: 1;
    }
    100% {
      transform: scale(0.95);
      opacity: 0;
    }
  }
  .l-modal {
    width: 68.8rem;
    max-width: 92%;
    max-height: 96%;
    margin: auto;
    padding: 0;
    color: var(--color);
    background: var(--background);
    border: none;
    border-radius: var(--border-radius-l);
    box-shadow: var(--box-shadow-m);
    opacity: 0;
    overflow: hidden;
  }
  .l-modal:not(.--active, .--deactivating) {
    display: none;
    visibility: hidden;
  }
  .l-modal.--active {
    opacity: 1;
    animation: modal-open 0.17s ease-out;
  }
  .l-modal.--deactivating {
    animation: modal-close 0.17s ease-out;
    opacity: 0;
  }
  .l-modal.-width-4 {
    width: 45.0666666667rem;
  }
  .l-modal.-width-4 > * {
    --row-colspan: 4;
    --card-width: 4;
  }
  .l-modal.-width-5 {
    width: 56.9333333333rem;
  }
  .l-modal.-width-5 > * {
    --row-colspan: 5;
    --card-width: 5;
  }
  .l-modal.-width-6 {
    width: 68.8rem;
  }
  .l-modal.-width-6 > * {
    --row-colspan: 6;
    --card-width: 6;
  }
  .l-modal.-width-7 {
    width: 80.6666666667rem;
  }
  .l-modal.-width-7 > * {
    --row-colspan: 7;
    --card-width: 7;
  }
  .l-modal.-width-8 {
    width: 92.5333333333rem;
  }
  .l-modal.-width-8 > * {
    --row-colspan: 8;
    --card-width: 8;
  }
  .l-modal.-width-9 {
    width: 104.4rem;
  }
  .l-modal.-width-9 > * {
    --row-colspan: 9;
    --card-width: 9;
  }
  .l-modal.-width-10 {
    width: 116.2666666667rem;
  }
  .l-modal.-width-10 > * {
    --row-colspan: 10;
    --card-width: 10;
  }
  .l-modal.-width-11 {
    width: 128.1333333333rem;
  }
  .l-modal.-width-11 > * {
    --row-colspan: 11;
    --card-width: 11;
  }
  .l-modal.-width-12 {
    width: 140rem;
  }
  .l-modal.-width-12 > * {
    --row-colspan: 12;
    --card-width: 12;
  }
  .l-modal::backdrop {
    background: var(--background-modal-backdrop);
  }
  .l-modal.--active::backdrop {
    animation: modal-open-overlay 0.17s ease-out;
  }
  .l-modal.--deactivating::backdrop {
    opacity: 0;
    animation: modal-close-overlay 0.17s ease-out;
  }
  .l-modal__close {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    z-index: 9;
    height: 2.25em;
    width: 2.25em;
    font-size: 3rem;
    padding-right: 0.5em;
    cursor: pointer;
    color: var(--color-accent-alt);
    border-radius: 0 var(--border-radius-s) 0 var(--border-radius-s);
    margin-left: auto;
    transition: color 0.15s;
  }
  .l-modal__close:hover, .l-modal__close:focus-visible {
    color: var(--color-link);
  }
  .l-media.-layout-right-float {
    display: block;
    margin-block: 0 calc(-1 * var(--gutter-y));
    gap: 0;
  }
  @media (max-width: 41.25rem) {
    .l-media.-layout-right-float {
      display: flex;
      flex-direction: column-reverse;
    }
  }
  .l-media.-layout-right-float .l-media__row {
    gap: 0;
  }
  .l-media.-layout-right-float .l-media__text {
    margin-block: 0 var(--gutter-y);
  }
  .l-media.-layout-right-float .l-media__media {
    margin-block: 0 var(--gutter-y);
  }
  @media (max-width: 41.25rem) {
    .l-media.-layout-right-float .l-media__media {
      width: 100%;
    }
  }
  @media (min-width: 41.3125rem) {
    .l-media.-layout-right-float .l-media__media {
      margin-left: var(--gutter-x);
      float: right;
    }
  }
  .l-media.-layout-left-float {
    display: block;
    margin-block: 0 calc(-1 * var(--gutter-y));
    gap: 0;
  }
  @media (max-width: 41.25rem) {
    .l-media.-layout-left-float {
      display: flex;
      flex-direction: column-reverse;
    }
  }
  .l-media.-layout-left-float .l-media__row {
    gap: 0;
  }
  .l-media.-layout-left-float .l-media__text {
    margin-block: 0 var(--gutter-y);
  }
  .l-media.-layout-left-float .l-media__media {
    margin-block: 0 var(--gutter-y);
  }
  @media (max-width: 41.25rem) {
    .l-media.-layout-left-float .l-media__media {
      width: 100%;
    }
  }
  @media (min-width: 41.3125rem) {
    .l-media.-layout-left-float .l-media__media {
      margin-right: var(--gutter-x);
      float: left;
    }
  }
  @media (max-width: 41.25rem) {
    .l-media.-layout-right .l-media__text,
    .l-media.-layout-right .l-media__media {
      width: 100%;
    }
  }
  @media (max-width: 41.25rem) {
    .l-media.-layout-left .l-media__text,
    .l-media.-layout-left .l-media__media {
      width: 100%;
    }
  }
  @media (min-width: 41.3125rem) {
    .l-media.-layout-left .l-media__text {
      order: 2;
    }
  }
  .l-media.-layout-above .l-media__text {
    order: 2;
  }
  @media (max-width: 41.25rem) {
    .l-media:where(.-mobile-max-height) .l-media__file {
      max-height: var(--max-height-media-mobile);
      width: auto;
    }
  }
  @media (max-width: 56.25rem) {
    .l-media__text {
      flex-grow: 1;
    }
  }
  .l-media__media__row {
    --gutter-y: var(--gutter-x);
  }
  .l-media__image {
    border-radius: var(--border-radius-m);
  }
  .l-row__item.-width-1 .l-media__image {
    border-radius: 0;
  }
  .l-media__file__title {
    margin-top: 1em;
  }
  .l-media__file__desc {
    margin-top: 1em;
  }
  .l-media__mp3 {
    width: 100%;
  }
  .l-container {
    width: 100%;
    max-width: 149.6rem;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
  }
  .l-container.-offset-1 {
    max-width: 125.8666666667rem;
  }
  .l-container.-offset-2 {
    max-width: 102.1333333333rem;
  }
  .l-container.-offset-3 {
    max-width: 78.4rem;
  }
  .l-container.-offset-4 {
    max-width: 54.6666666667rem;
  }
  .l-container__inner {
    padding-inline: var(--gutter-outer);
    width: 100%;
    margin-inline: auto;
  }
  .l-container:where(.-full) .l-container__inner {
    padding-inline: 0;
  }
  .l-container:where(.-width-4) .l-container__inner {
    --row-colspan: 4;
    max-width: 54.6666666667rem;
  }
  @media (max-width: 56.25rem) {
    .l-container:where(.-width-4) .l-container__inner {
      --row-colspan: 6;
    }
  }
  @media (max-width: 33.75rem) {
    .l-container:where(.-width-4) .l-container__inner {
      --row-colspan: 12;
    }
  }
  .l-container:where(.-width-5) .l-container__inner {
    --row-colspan: 5;
    max-width: 66.5333333333rem;
  }
  @media (max-width: 56.25rem) {
    .l-container:where(.-width-5) .l-container__inner {
      --row-colspan: 12;
    }
  }
  @media (max-width: 33.75rem) {
    .l-container:where(.-width-5) .l-container__inner {
      --row-colspan: 12;
    }
  }
  .l-container:where(.-width-6) .l-container__inner {
    --row-colspan: 6;
    max-width: 78.4rem;
  }
  @media (max-width: 56.25rem) {
    .l-container:where(.-width-6) .l-container__inner {
      --row-colspan: 12;
    }
  }
  @media (max-width: 33.75rem) {
    .l-container:where(.-width-6) .l-container__inner {
      --row-colspan: 12;
    }
  }
  .l-container:where(.-width-7) .l-container__inner {
    --row-colspan: 7;
    max-width: 90.2666666667rem;
  }
  @media (max-width: 56.25rem) {
    .l-container:where(.-width-7) .l-container__inner {
      --row-colspan: 12;
    }
  }
  @media (max-width: 33.75rem) {
    .l-container:where(.-width-7) .l-container__inner {
      --row-colspan: 12;
    }
  }
  .l-container:where(.-width-8) .l-container__inner {
    --row-colspan: 8;
    max-width: 102.1333333333rem;
  }
  @media (max-width: 56.25rem) {
    .l-container:where(.-width-8) .l-container__inner {
      --row-colspan: 12;
    }
  }
  @media (max-width: 33.75rem) {
    .l-container:where(.-width-8) .l-container__inner {
      --row-colspan: 12;
    }
  }
  .l-container:where(.-width-9) .l-container__inner {
    --row-colspan: 9;
    max-width: 114rem;
  }
  @media (max-width: 56.25rem) {
    .l-container:where(.-width-9) .l-container__inner {
      --row-colspan: 12;
    }
  }
  @media (max-width: 33.75rem) {
    .l-container:where(.-width-9) .l-container__inner {
      --row-colspan: 12;
    }
  }
  .l-container:where(.-width-10) .l-container__inner {
    --row-colspan: 10;
    max-width: 125.8666666667rem;
  }
  @media (max-width: 56.25rem) {
    .l-container:where(.-width-10) .l-container__inner {
      --row-colspan: 12;
    }
  }
  @media (max-width: 33.75rem) {
    .l-container:where(.-width-10) .l-container__inner {
      --row-colspan: 12;
    }
  }
  .l-container:where(.-width-11) .l-container__inner {
    --row-colspan: 11;
    max-width: 137.7333333333rem;
  }
  @media (max-width: 56.25rem) {
    .l-container:where(.-width-11) .l-container__inner {
      --row-colspan: 12;
    }
  }
  @media (max-width: 33.75rem) {
    .l-container:where(.-width-11) .l-container__inner {
      --row-colspan: 12;
    }
  }
  .l-container:where(.-width-12) .l-container__inner {
    --row-colspan: 12;
    max-width: 149.6rem;
  }
  @media (max-width: 56.25rem) {
    .l-container:where(.-width-12) .l-container__inner {
      --row-colspan: 12;
    }
  }
  @media (max-width: 33.75rem) {
    .l-container:where(.-width-12) .l-container__inner {
      --row-colspan: 12;
    }
  }
  .l-container:where(.-align-left) .l-container__inner {
    margin-left: 0;
  }
  .l-container:where(.-align-right) .l-container__inner {
    margin-right: 0;
  }
  .l-carousel {
    position: relative;
  }
  .l-carousel__controls {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 0.5em 0.5em 0;
  }
  .l-carousel__controls__prev, .l-carousel__controls__next {
    margin: 0 0.5em;
    color: #140078;
  }
  .l-carousel__controls__prev:hover, .l-carousel__controls__prev:focus-visible, .l-carousel__controls__next:hover, .l-carousel__controls__next:focus-visible {
    color: var(--color-link);
  }
  .-layout-carousel_keyfacts .l-carousel__controls {
    top: 100%;
    left: 50%;
    right: unset;
    bottom: unset;
    transform: translateX(-50%);
    padding: 0;
    margin-top: var(--size-s);
  }
  .l-carousel__pagination {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-top: var(--size-xs);
  }
  .l-carousel__track {
    border-radius: var(--border-radius-m);
    overflow: visible;
    overflow-x: hidden;
    overflow-y: hidden;
    overflow-x: clip;
    overflow-y: clip;
  }
  .l-carousel__track.-overflow-visible {
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible;
  }
  .l-carousel__list {
    --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
  }
  .l-carousel__list.-align-start {
    align-items: flex-start;
  }
  .l-carousel__list.-align-center {
    align-items: center;
  }
  .l-carousel__list.-align-end {
    align-items: flex-end;
  }
  .l-carousel__list.-align-stretch {
    align-items: stretch;
  }
  .l-carousel :where(.splide__slide.l-row__item):not(:last-child) {
    margin-right: var(--gutter-x);
  }
  .l-carousel__pagination__page {
    position: relative;
    height: 0.75em;
    width: 0.75em;
    margin: 0.375em;
    background: color-mix(in srgb, var(--color-link), transparent 50%);
    border-radius: 0.375em;
    transition: width var(--splide-speed);
  }
  .l-carousel__pagination__page:before {
    content: "";
    position: absolute;
    top: -0.375em;
    left: -0.375em;
    width: 1.5em;
    height: 1.5em;
  }
  .l-carousel__pagination__page.is-active {
    background: var(--color-link);
  }
  .l-carousel__pagination__page.is-active.-autoplay {
    width: 2.625em;
    background: color-mix(in srgb, var(--color-link), transparent 50%);
    overflow: hidden;
  }
  .l-carousel__pagination__page.is-active.-autoplay:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(var(--splide-autoplay-progress) * 1.875em + 0.75em);
    height: 0.75em;
    background: var(--color-link);
    border-radius: 0.375em;
  }
  .l-carousel__arrows__button {
    position: relative;
    height: 2.25em;
    width: 2.25em;
    margin: 0 0.25em;
    border-radius: var(--border-radius-s);
    transition: color 0.15s, background 0.15s, opacity 0.15s;
  }
  .l-carousel__arrows__button:hover {
    background: white;
  }
  .l-carousel__arrows__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 1em;
    width: 1em;
  }
  .l-card {
    color-scheme: only light;
    --color: #1B2128;
    --color-alt: #1B2128;
    --color-headline: #140078;
    --color-accent: #3477FF;
    --color-accent-alt: #fff;
    --background: #fff;
    --color-link: #059696;
    --color-link--hover: #3477FF;
    --color-link--disabled: #c9c9c9;
    --color-accordion-headline: #140078;
    --border-width-button: 1px;
    --color-button: var(--background);
    --color-button--hover: var(--background);
    --color-button-border: transparent;
    --color-button-border--hover: transparent;
    --outline-color-button--focus: color-mix(in srgb, transparent, var(--background-button) 60%);
    --background-button: var(--color-link);
    --background-button--hover: var(--color-link--hover);
    --color-button-alt: var(--color-button);
    --color-button-alt--hover: var(--color-button--hover);
    --color-button-alt-border: var(--color-button-border);
    --color-button-alt-border--hover: var(--color-button-border--hover);
    --outline-color-button-alt-focus: var(--outline-color-button--focus);
    --background-button-alt: var(--background-button);
    --background-button-alt--hover: var(--background-button--hover);
    --color-button-light: var(--color-headline);
    --color-button-light--hover: var(--color);
    --color-button-light-border: transparent;
    --color-button-light-border--hover: transparent;
    --background-button-light: #8c8d8b;
    --background-button-light--hover: #c9c9c9;
    --color-input: var(--color);
    --color-input--active: var(--color);
    --color-input-border: transparent;
    --color-input-border--active: transparent;
    --background-input: #121412;
    --background-input--active: #121412;
    --background-modal: #EEEEEE;
    --background-modal-backdrop: color-mix(in srgb, transparent, #000078 80%);
    --background-footer: #140078;
    --plyr-color-main: var(--color-link);
    --background: var(--color-accent-alt);
    --padding-block: 1.6em;
    --padding-inline: 1.6em;
    --padding-bottom: var(--padding-block);
    --background-media-opacity: 0.5;
    --card-width: 12;
    --background-media-overlay-color: var(--background);
    --card-media-width: var(--card-width);
  }
  .l-card:where(.-width-2) {
    --card-width: 2;
  }
  .l-card:where(.-media-width-2) {
    --card-media-width: 2;
  }
  .l-card:where(.-width-3) {
    --card-width: 3;
  }
  .l-card:where(.-media-width-3) {
    --card-media-width: 3;
  }
  .l-card:where(.-width-4) {
    --card-width: 4;
  }
  .l-card:where(.-media-width-4) {
    --card-media-width: 4;
  }
  .l-card:where(.-width-5) {
    --card-width: 5;
  }
  .l-card:where(.-media-width-5) {
    --card-media-width: 5;
  }
  .l-card:where(.-width-6) {
    --card-width: 6;
  }
  .l-card:where(.-media-width-6) {
    --card-media-width: 6;
  }
  .l-card:where(.-width-7) {
    --card-width: 7;
  }
  .l-card:where(.-media-width-7) {
    --card-media-width: 7;
  }
  .l-card:where(.-width-8) {
    --card-width: 8;
  }
  .l-card:where(.-media-width-8) {
    --card-media-width: 8;
  }
  .l-card:where(.-width-9) {
    --card-width: 9;
  }
  .l-card:where(.-media-width-9) {
    --card-media-width: 9;
  }
  .l-card:where(.-width-10) {
    --card-width: 10;
  }
  .l-card:where(.-media-width-10) {
    --card-media-width: 10;
  }
  .l-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    color: var(--color);
    background: var(--background-modal);
    border-radius: var(--border-radius-m);
    overflow: hidden;
  }
  .l-card.-media {
    flex-direction: column-reverse;
    justify-content: space-between;
  }
  .l-card.-media-size-contain, .l-card.-media-size-background {
    padding: var(--padding-block) var(--padding-inline) var(--padding-bottom);
  }
  @media (min-width: 33.8125rem) {
    .l-card.-layout-right {
      flex-direction: row;
    }
  }
  @media (min-width: 33.8125rem) {
    .l-card.-layout-left {
      flex-direction: row-reverse;
    }
  }
  .l-card.-layout-above:where(.-media) {
    flex-direction: column-reverse;
  }
  .l-card.-layout-below {
    flex-direction: column;
  }
  .l-card.-media-size-cover:where(.-layout-right, .-layout-left) {
    align-items: stretch;
  }
  .l-card__content {
    position: relative;
    width: 100%;
    z-index: 1;
  }
  .l-card__content.-media-size-cover {
    padding: var(--padding-block) var(--padding-inline);
  }
  .-layout-career-card .l-card__content.-media-size-cover {
    padding: calc(var(--padding-block) * 1.5) var(--padding-inline);
  }
  @media (min-width: 33.8125rem) {
    .l-card__content.-layout-right, .l-card__content.-layout-left {
      width: 0;
      flex-grow: 1;
    }
  }
  .l-card__figure {
    width: 100%;
    max-width: 100%;
  }
  .l-card__figure.-media-size-background {
    overflow: hidden;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--background-media-overlay-color);
  }
  .l-card__figure.-media-size-background > div {
    width: 100%;
    height: 100%;
  }
  .l-card__figure.-media-size-background .e-media-player {
    padding-top: 0;
    width: 100%;
    height: 100%;
  }
  .l-card__figure.-media-size-background > picture > img, .l-card__figure.-media-size-background > video, .l-card__figure.-media-size-background > iframe, .l-card__figure.-media-size-background .e-media-player > img {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
  }
  .l-card__figure.-media-size-cover:where(.-layout-right, .-layout-left) {
    overflow: hidden;
  }
  .l-card__figure.-media-size-cover:where(.-layout-right, .-layout-left) > div {
    width: 100%;
    height: 100%;
  }
  .l-card__figure.-media-size-cover:where(.-layout-right, .-layout-left) .e-media-player {
    padding-top: 0;
    width: 100%;
    height: 100%;
  }
  .l-card__figure.-media-size-cover:where(.-layout-right, .-layout-left) > picture > img, .l-card__figure.-media-size-cover:where(.-layout-right, .-layout-left) > video, .l-card__figure.-media-size-cover:where(.-layout-right, .-layout-left) > iframe, .l-card__figure.-media-size-cover:where(.-layout-right, .-layout-left) .e-media-player > img {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
  }
  @media (min-width: 33.8125rem) {
    .l-card__figure.-media-size-cover:where(.-layout-right, .-layout-left) {
      width: calc(100% * var(--card-media-width) / var(--card-width));
    }
  }
  .l-card__figure.-media-size-contain:where(.-layout-above) {
    padding-bottom: var(--padding-bottom);
  }
  .l-card__figure.-media-size-contain:where(.-layout-below) {
    padding-top: var(--padding-block);
  }
  @media (min-width: 33.8125rem) {
    .l-card__figure.-media-size-contain:where(.-layout-right, .-layout-left) {
      width: calc((100% + var(--padding-inline)) * var(--card-media-width) / var(--card-width));
    }
  }
  @media (min-width: 33.8125rem) {
    .l-card__figure.-media-size-contain:where(.-layout-right) {
      padding-left: var(--padding-inline);
    }
  }
  @media (max-width: 33.75rem) {
    .l-card__figure.-media-size-contain:where(.-layout-right) {
      padding-bottom: var(--padding-bottom);
    }
  }
  @media (min-width: 33.8125rem) {
    .l-card__figure.-media-size-contain:where(.-layout-left) {
      padding-right: var(--padding-inline);
    }
  }
  @media (max-width: 33.75rem) {
    .l-card__figure.-media-size-contain:where(.-layout-left) {
      padding-bottom: var(--padding-bottom);
    }
  }
  .-layout-career-card .l-card__figure {
    overflow: visible;
  }
  @media (max-width: 33.75rem) {
    .l-card__image {
      aspect-ratio: 3/2;
    }
  }
  .l-card__figure.-media-size-background .l-card__image {
    opacity: var(--background-media-opacity);
  }
  .l-card__image {
    width: 100%;
  }
  .l-carousel .l-card {
    background: var(--background);
  }
  .l-carousel .l-card__figure {
    background: var(--background-modal);
  }
  .l-carousel .l-row__item.-stretch-content .l-card {
    flex: 1;
    justify-content: center;
  }
  .l-carousel .l-row__item.-stretch-content .l-card__content {
    height: 100%;
    align-items: flex-start;
  }
}
@layer elements {
  :where(.e-rich-text) {
    width: 100%;
  }
  :where(.e-rich-text) p:last-child {
    padding-bottom: 0;
  }
  :where(.e-rich-text) .-small {
    font-size: calc(1.41rem + 0.09vw);
  }
  @media (min-width: 1000px) {
    :where(.e-rich-text) .-small {
      font-size: 1.5rem;
    }
  }
  :where(.e-rich-text) .-large {
    font-size: calc(1.51rem + 0.99vw);
    font-family: "Roboto Serif", serif;
    font-weight: 500;
    line-height: 1.4;
    padding-bottom: var(--size-xs);
  }
  @media (min-width: 1000px) {
    :where(.e-rich-text) .-large {
      font-size: 2.5rem;
    }
  }
  body:has(.-person) :where(.e-rich-text) .-large {
    font-size: calc(1.48rem + 0.72vw);
    font-family: "Roboto Serif", serif;
    font-weight: 500;
    line-height: 1.4;
  }
  @media (min-width: 1000px) {
    body:has(.-person) :where(.e-rich-text) .-large {
      font-size: 2.2rem;
    }
  }
  :where(.e-rich-text) .-dark {
    color: var(--color);
  }
  :where(.e-rich-text) .-tag {
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: var(--border-radius-l);
    color: var(--color-accent-alt);
    background-color: rgba(255, 255, 255, 0.3);
    padding: 0.825em 2.1875em;
    border: 1px solid transparent;
  }
  :where(.e-rich-text) .-accent {
    color: var(--color-link);
  }
  :where(.e-rich-text) .-footnote {
    font-size: 1.2rem;
  }
  :where(.e-rich-text) .-quote {
    font-size: calc(1.51rem + 0.99vw);
    padding-left: calc(1.66rem + 2.34vw);
    position: relative;
    padding-top: 1em;
    line-height: 1.25;
    color: var(--color-headline);
  }
  @media (min-width: 1000px) {
    :where(.e-rich-text) .-quote {
      font-size: 2.5rem;
    }
  }
  @media (min-width: 1000px) {
    :where(.e-rich-text) .-quote {
      padding-left: 4rem;
    }
  }
  :where(.e-rich-text) .-quote:before {
    content: "“";
    position: absolute;
    top: 0;
    left: 0;
    color: var(--color-accent);
    font-size: 3em;
    font-weight: 700;
  }
  :where(.e-rich-text) .-quote-attribution {
    font-size: calc(1.41rem + 0.09vw);
    padding-left: calc(1.66rem + 2.34vw);
    font-weight: 500;
  }
  @media (min-width: 1000px) {
    :where(.e-rich-text) .-quote-attribution {
      font-size: 1.5rem;
    }
  }
  @media (min-width: 1000px) {
    :where(.e-rich-text) .-quote-attribution {
      padding-left: 4rem;
    }
  }
  :where(.e-rich-text) .-hero {
    font-size: calc(1.81rem + 3.69vw);
    font-family: "Roboto Serif", serif;
    font-weight: 700;
    line-height: 1;
    text-wrap: balance;
    padding-bottom: var(--size-xs);
    color: var(--color-link);
  }
  @media (min-width: 1000px) {
    :where(.e-rich-text) .-hero {
      font-size: 5.5rem;
    }
  }
  :where(.e-rich-text) .-hero-small {
    font-size: calc(1.66rem + 2.34vw);
    font-family: "Roboto Serif", serif;
    font-weight: 700;
    line-height: 1.2;
    text-wrap: balance;
    color: var(--color-link);
  }
  @media (min-width: 1000px) {
    :where(.e-rich-text) .-hero-small {
      font-size: 4rem;
    }
  }
  :where(.e-rich-text) a {
    color: var(--color-link);
    text-decoration: underline;
  }
  :where(.e-rich-text) a[data-button-icon] {
    display: inline-block;
    position: relative;
  }
  :where(.e-rich-text) a[data-button-icon] .char-icon {
    position: absolute;
    top: 0.1em;
  }
  :where(.e-rich-text) a.-big-green-link, :where(.e-rich-text) a[data-button-icon=left] {
    padding-left: 1.5em;
  }
  :where(.e-rich-text) a.-big-green-link .char-icon, :where(.e-rich-text) a[data-button-icon=left] .char-icon {
    left: 0;
  }
  :where(.e-rich-text) a[data-button-icon=right] {
    padding-right: 1.5em;
  }
  :where(.e-rich-text) a[data-button-icon=right] .char-icon {
    right: 0;
  }
  :where(.e-rich-text) a:hover,
  :where(.e-rich-text) a:focus-visible {
    color: var(--color-link--hover);
  }
  :where(.e-rich-text) ul, :where(.e-rich-text) ol {
    --width-list-offset: 1.6em;
    --width-list-symbol: .66em;
    --height-list-symbol: .66em;
    --color-list-symbol: var(--color-link);
    padding-bottom: var(--size-xs);
  }
  :where(.e-rich-text) ul, :where(.e-rich-text) ol {
    padding-left: 0;
  }
  :where(.e-rich-text) ul:last-child, :where(.e-rich-text) ol:last-child {
    margin-bottom: 0;
  }
  :where(.e-rich-text) ul > li, :where(.e-rich-text) ol > li {
    margin-bottom: 0.5em;
    padding-left: var(--width-list-offset);
  }
  :where(.e-rich-text) ul > li:last-child, :where(.e-rich-text) ol > li:last-child {
    margin-bottom: 0;
  }
  :where(.e-rich-text) ul > li:before, :where(.e-rich-text) ol > li:before {
    position: relative;
    bottom: 0.1em;
    content: "";
    box-sizing: border-box;
    display: inline-block;
    width: var(--width-list-symbol);
    height: var(--height-list-symbol);
    margin-left: calc(-1 * var(--width-list-offset));
    margin-right: calc(var(--width-list-offset) - var(--width-list-symbol));
    vertical-align: middle;
    color: var(--color-list-symbol);
    background: var(--color-list-symbol);
    border-radius: 50%;
  }
  :where(.e-rich-text) ul > li > ol, :where(.e-rich-text) ol > li > ol {
    margin-top: 0.5em;
  }
  :where(.e-rich-text) ul > li > ol > li, :where(.e-rich-text) ol > li > ol > li {
    counter-increment: ol-sub-counter;
  }
  :where(.e-rich-text) ul > li > ol > li:before, :where(.e-rich-text) ol > li > ol > li:before {
    content: counter(ol-sub-counter);
  }
  :where(.e-rich-text) ul > li > ul, :where(.e-rich-text) ol > li > ul {
    margin-top: 0.5em;
  }
  :where(.e-rich-text) ul > li > ul > li:before, :where(.e-rich-text) ol > li > ul > li:before {
    transform: scale(0.6);
  }
  :where(.e-rich-text) ul:is(ol) > li, :where(.e-rich-text) ol:is(ol) > li {
    counter-increment: ol-counter;
  }
  :where(.e-rich-text) ul:is(ol) > li:before, :where(.e-rich-text) ol:is(ol) > li:before {
    content: counter(ol-counter) ".";
    height: 100%;
    bottom: 0.05em;
    padding-left: 1px;
    background: var(--color-list-symbol);
    color: var(--color-headline);
    text-align: center;
    font-weight: bold;
    background: none;
  }
  :where(.e-rich-text) ul:is(ol)[start="1"], :where(.e-rich-text) ol:is(ol)[start="1"] {
    counter-reset: ol-counter 0;
  }
  :where(.e-rich-text) ul:is(ol)[start="2"], :where(.e-rich-text) ol:is(ol)[start="2"] {
    counter-reset: ol-counter 1;
  }
  :where(.e-rich-text) ul:is(ol)[start="3"], :where(.e-rich-text) ol:is(ol)[start="3"] {
    counter-reset: ol-counter 2;
  }
  :where(.e-rich-text) ul:is(ol)[start="4"], :where(.e-rich-text) ol:is(ol)[start="4"] {
    counter-reset: ol-counter 3;
  }
  :where(.e-rich-text) ul:is(ol)[start="5"], :where(.e-rich-text) ol:is(ol)[start="5"] {
    counter-reset: ol-counter 4;
  }
  :where(.e-rich-text) ul:is(ol)[start="6"], :where(.e-rich-text) ol:is(ol)[start="6"] {
    counter-reset: ol-counter 5;
  }
  :where(.e-rich-text) ul:is(ol)[start="7"], :where(.e-rich-text) ol:is(ol)[start="7"] {
    counter-reset: ol-counter 6;
  }
  :where(.e-rich-text) ul:is(ol)[start="8"], :where(.e-rich-text) ol:is(ol)[start="8"] {
    counter-reset: ol-counter 7;
  }
  :where(.e-rich-text) ul:is(ol)[start="9"], :where(.e-rich-text) ol:is(ol)[start="9"] {
    counter-reset: ol-counter 8;
  }
  :where(.e-rich-text) ul:is(ol)[start="10"], :where(.e-rich-text) ol:is(ol)[start="10"] {
    counter-reset: ol-counter 9;
  }
  :where(.e-rich-text) ul:is(ol)[start="11"], :where(.e-rich-text) ol:is(ol)[start="11"] {
    counter-reset: ol-counter 10;
  }
  :where(.e-rich-text) ul:is(ol)[start="12"], :where(.e-rich-text) ol:is(ol)[start="12"] {
    counter-reset: ol-counter 11;
  }
  :where(.e-rich-text) ul:is(ol)[start="13"], :where(.e-rich-text) ol:is(ol)[start="13"] {
    counter-reset: ol-counter 12;
  }
  :where(.e-rich-text) ul:is(ol)[start="14"], :where(.e-rich-text) ol:is(ol)[start="14"] {
    counter-reset: ol-counter 13;
  }
  :where(.e-rich-text) ul:is(ol)[start="15"], :where(.e-rich-text) ol:is(ol)[start="15"] {
    counter-reset: ol-counter 14;
  }
  :where(.e-rich-text) ul:is(ol)[start="16"], :where(.e-rich-text) ol:is(ol)[start="16"] {
    counter-reset: ol-counter 15;
  }
  :where(.e-rich-text) ul:is(ol)[start="17"], :where(.e-rich-text) ol:is(ol)[start="17"] {
    counter-reset: ol-counter 16;
  }
  :where(.e-rich-text) ul:is(ol)[start="18"], :where(.e-rich-text) ol:is(ol)[start="18"] {
    counter-reset: ol-counter 17;
  }
  :where(.e-rich-text) ul:is(ol)[start="19"], :where(.e-rich-text) ol:is(ol)[start="19"] {
    counter-reset: ol-counter 18;
  }
  :where(.e-rich-text) ul:is(ol)[start="20"], :where(.e-rich-text) ol:is(ol)[start="20"] {
    counter-reset: ol-counter 19;
  }
  :where(.e-rich-text) .row-layout-table tr {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin: -0.6em;
  }
  @media (max-width: 56.25rem) {
    :where(.e-rich-text) .row-layout-table tr {
      flex-wrap: wrap;
    }
  }
  :where(.e-rich-text) .row-layout-table tr + tr {
    margin-top: 0.6em;
  }
  :where(.e-rich-text) .row-layout-table td {
    padding: 0.6em;
  }
  :where(.e-rich-text) .data-table {
    padding-bottom: var(--size-xs);
  }
  :where(.e-rich-text) .data-table__wrap {
    overflow-x: auto;
  }
  @media (max-width: 56.25rem) {
    :where(.e-rich-text) .data-table__wrap {
      margin: 0 -5vw;
      padding: 0 5vw;
    }
  }
  :where(.e-rich-text) .data-table {
    width: 100%;
    border: none;
  }
  @media (min-width: 56.3125rem) {
    :where(.e-rich-text) .data-table {
      table-layout: fixed;
    }
  }
  :where(.e-rich-text) .data-table .-small {
    font-size: calc(1.41rem + 0.09vw);
  }
  @media (min-width: 1000px) {
    :where(.e-rich-text) .data-table .-small {
      font-size: 1.5rem;
    }
  }
  :where(.e-rich-text) .data-table:not(:last-child), :where(.e-rich-text) .data-table__wrap:not(:last-child) {
    margin-bottom: var(--size-m);
  }
  :where(.e-rich-text) .data-table tr {
    border-bottom: 2px solid color-mix(in srgb, var(--color), transparent 50%);
  }
  :where(.e-rich-text) .data-table tr:last-of-type {
    border-bottom: none;
  }
  :where(.e-rich-text) .data-table tr > :first-child {
    padding-left: 0;
  }
  :where(.e-rich-text) .data-table th[scope=row] {
    font-weight: bold;
  }
  :where(.e-rich-text) .data-table td {
    padding: 1.2rem;
    text-align: inherit;
    vertical-align: baseline;
  }
  :where(.e-rich-text) .data-table th {
    font-size: calc(1.46rem + 0.54vw);
    font-family: "Roboto Serif", serif;
    font-weight: bold;
    line-height: 1.36;
    text-wrap: balance;
    padding-inline: 1.2rem;
    text-align: inherit;
  }
  @media (min-width: 1000px) {
    :where(.e-rich-text) .data-table th {
      font-size: 2rem;
    }
  }
  :where(.e-rich-text) * + h2 {
    margin-top: var(--size-s);
  }
  :where(.e-rich-text) * + h3,
  :where(.e-rich-text) * + h4 {
    margin-top: var(--size-xs);
  }
  :where(.e-rich-text) .char-icon {
    position: relative;
    top: 0.1em;
  }
  .e-module-header__headline {
    padding-top: 0;
  }
  .m-cover-media__wrap .e-module-header__headline.topline {
    color: var(--color-accent-alt);
  }
  .e-module-header__headline + .e-module-header__subheader {
    margin-top: calc(var(--size-xxs) * -1);
  }
  .e-module-header__quote__icon {
    color: var(--color-link);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: var(--size-xs);
    font-size: calc(1.66rem + 2.34vw);
    font-family: "Roboto Serif", serif;
    font-weight: 700;
    line-height: 1.2;
    text-wrap: balance;
  }
  @media (min-width: 1000px) {
    .e-module-header__quote__icon {
      font-size: 4rem;
    }
  }
  .-background-image {
    height: 100%;
    width: 100%;
    background-position: center top;
    background-size: cover;
  }
  .-reserve-height {
    display: block;
    position: relative;
  }
  .-reserve-height img {
    position: absolute;
    top: 0;
  }
  .e-media-player {
    position: relative;
    padding-top: 56.25%;
    margin: auto;
    cursor: pointer;
  }
  .e-media-player__button {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .e-media-player__poster {
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: var(--border-radius-m);
  }
  .e-media-player__poster > div {
    width: 100%;
    height: 100%;
  }
  .e-media-player__poster .e-media-player {
    padding-top: 0;
    width: 100%;
    height: 100%;
  }
  .e-media-player__poster > picture > img, .e-media-player__poster > video, .e-media-player__poster > iframe, .e-media-player__poster .e-media-player > img {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
  }
  .e-media-player__poster:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%);
    z-index: 1;
  }
  .e-media-player__image {
    filter: brightness(0.75);
    transition: filter 0.2s;
  }
  .e-media-player:hover .e-media-player__image {
    filter: brightness(0.9);
  }
  .e-media-player__frame, .e-media-player__iframe {
    position: absolute;
    z-index: 3;
    top: 0;
    width: 100%;
    height: 100%;
  }
  @keyframes fade-in-media {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .e-media-player__modal__frame {
    display: block;
    position: relative;
    aspect-ratio: 16/9;
    background: black;
    border-radius: var(--border-radius-l);
    overflow: hidden;
    max-height: 80vh;
    margin-inline: auto;
  }
  .e-media-player__modal__frame > * {
    animation: fade-in-media 0.3s ease-in;
  }
  .e-media-player__loading-indicator {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2em;
    color: white;
  }
  .e-media-player__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    height: 5em;
    width: 5em;
    border-radius: var(--border-radius-s);
    transition: --color-icon2 0.2s;
    color: var(--color-accent);
    fill: var(--color-accent);
  }
  .e-button, .e-dropdown__button {
    --padding-inline: 1.75em;
    --padding-block: 0.66em;
  }
  .e-button, .e-dropdown__button {
    font-size: calc(1.41rem + 0.09vw);
    font-family: "Public Sans", sans-serif;
    font-weight: 500;
    line-height: 1.33333;
    position: relative;
    display: inline-block;
    max-width: 100%;
    padding: var(--padding-block) var(--padding-inline);
    text-align: center;
    text-decoration: none;
    color: var(--color-button);
    background: linear-gradient(90deg, #3477FF 0%, #3477FF 50%, #059696 50%, #059696 100%) right bottom no-repeat;
    background-size: 201% 100%;
    background-clip: padding-box;
    border: var(--border-width-button) solid var(--color-button-border);
    border-radius: var(--border-radius-l);
    cursor: pointer;
    transition: color 0.15s, filter 0.15s, transform 0.2s, box-shadow 0.15s, border-color 0.15s, background-color 0.15s, background-position 0.15s, background-position 0.3s ease;
  }
  @media (min-width: 1000px) {
    .e-button, .e-dropdown__button {
      font-size: 1.5rem;
    }
  }
  .e-button:hover, .e-button:focus-visible, .e-button.--active {
    background-position: left bottom;
    color: var(--color-button);
  }
  .e-button:focus-visible, .e-button:active {
    box-shadow: 0 0 0 4px var(--outline-color-button--focus);
  }
  .e-button[disabled], .e-button.-disabled {
    opacity: 0.5;
    pointer-events: none;
  }
  .e-button.-block {
    display: block;
    width: 100%;
  }
  .e-button.-flex {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
  }
  .e-button.-ghost, .e-button.-outline, .e-button.-joboffer {
    color: var(--background-button);
    background: transparent;
  }
  .e-button.-ghost {
    --padding-inline: 0.66em;
    border-color: transparent;
  }
  .e-button.-ghost:hover, .e-button.-ghost:focus-visible {
    color: var(--background-button--hover);
  }
  .e-button.-outline {
    border-color: var(--background-button);
  }
  .m-hero .e-button.-outline, .-background-dark-1 .e-button.-outline {
    border-color: var(--color-accent-alt);
    color: var(--color-accent-alt);
  }
  .m-hero .e-button.-outline:hover, .m-hero .e-button.-outline:focus-visible, .-background-dark-1 .e-button.-outline:hover, .-background-dark-1 .e-button.-outline:focus-visible {
    border-color: var(--color-link);
    color: var(--color-link);
  }
  .e-button.-outline.-alt {
    font-size: calc(1.46rem + 0.54vw);
    font-family: "Roboto Serif", serif;
    font-weight: 500;
    line-height: 1.5;
    color: var(--color-headline);
    border: 3px solid #EEEEEE;
  }
  @media (min-width: 1000px) {
    .e-button.-outline.-alt {
      font-size: 2rem;
    }
  }
  .e-button.-outline:hover, .e-button.-outline:focus-visible {
    border-color: var(--background-button--hover);
    color: var(--background-button--hover);
  }
  .e-button.-joboffer {
    font-size: calc(1.46rem + 0.54vw);
    font-family: "Roboto Serif", serif;
    font-weight: 500;
    line-height: 1.5;
    color: var(--color-headline);
    border: 3px solid #EEEEEE;
    justify-content: space-between;
    flex-wrap: nowrap;
    text-align: left;
    padding-inline: 1em;
    gap: 0.5em;
  }
  @media (min-width: 1000px) {
    .e-button.-joboffer {
      font-size: 2rem;
    }
  }
  .e-button.-joboffer .char-icon {
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    color: var(--color-accent-alt);
    background: var(--color-link);
    border-radius: var(--border-radius-l);
    width: 4rem;
    height: 4rem;
    opacity: 0;
    transition: opacity 0.15s;
  }
  .e-button.-joboffer:hover, .e-button.-joboffer:focus-visible {
    background: #EEEEEE;
  }
  .e-button.-joboffer:hover .char-icon, .e-button.-joboffer:focus-visible .char-icon {
    opacity: 1;
  }
  .e-button.-icon {
    --width-icon: 3em;
    --padding-icon-side: calc(var(--padding-inline) + 1em);
    position: relative;
    padding-right: var(--padding-icon-side);
  }
  .e-button.-icon.-ghost {
    --padding-icon-side: calc(var(--padding-inline) + 1.5em);
  }
  .e-button.-icon .char-icon {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: absolute;
    right: 0;
    top: 0;
    color: var(--color-button);
    width: var(--width-icon);
    height: 100%;
    border-left: var(--border-width-button) solid transparent;
    transition: color 0.15s, background-color 0.15s, border-color 0.15s;
  }
  .e-button.-icon.-outline .char-icon, .e-button.-icon.-ghost .char-icon {
    color: var(--background-button);
  }
  .e-button.-icon.-outline:hover .char-icon, .e-button.-icon.-outline:focus-visible .char-icon, .e-button.-icon.-ghost:hover .char-icon, .e-button.-icon.-ghost:focus-visible .char-icon {
    color: var(--background-button--hover);
  }
  .e-button.-icon.-icon-left {
    padding-right: var(--padding-inline);
    padding-left: var(--padding-icon-side);
  }
  .e-button.-icon.-icon-left .char-icon {
    left: 0;
    right: unset;
    border-right: var(--border-width-button) solid transparent;
    border-left: none;
  }
  .e-button.-icon.-icon-pill {
    --padding-icon-side: calc(var(--padding-inline) + var(--width-icon));
  }
  .e-button.-icon.-icon-pill .char-icon {
    --border-radius: calc(var(--border-radius-l) - var(--border-width-button));
    color: var(--background-button);
    background: var(--color-button);
    border-left: var(--border-width-button) solid transparent;
    border-radius: 0 var(--border-radius) var(--border-radius) 0;
  }
  .e-button.-icon.-icon-pill.-icon-left .char-icon {
    border-left: none;
    border-right: var(--border-width-button) solid transparent;
    border-radius: var(--border-radius) 0 0 var(--border-radius);
  }
  .e-button.-icon.-icon-pill.-outline .char-icon {
    color: var(--color-button);
    background: var(--background-button);
  }
  .e-button.-icon.-icon-pill.-ghost .char-icon {
    border-radius: var(--border-radius);
  }
  .e-dropdown {
    position: relative;
  }
  .e-dropdown__button {
    min-width: 12em;
    text-align: left;
    padding-right: calc(var(--padding-inline) + 2em) !important;
  }
  .e-dropdown__button__icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.45em;
    font-size: 1.5em;
    color: color-mix(in srgb, var(--color-button) 32%, transparent);
    transition: rotate 0.15s, color 0.15s;
  }
  .e-dropdown__button:hover .e-dropdown__button__icon {
    color: var(--color-button);
  }
  .e-dropdown__button.--active .e-dropdown__button__icon {
    rotate: 180deg;
    transform-origin: top;
  }
  .e-dropdown__dialog {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99;
    padding: 0.75em 0;
    min-width: 12em;
    visibility: hidden;
    background: var(--background);
    border: color-mix(in srgb, var(--background), black 30%) 2px solid;
    border-radius: var(--border-radius-s);
    box-shadow: var(--box-shadow-m);
    opacity: 0;
    transition: opacity 0.17s;
  }
  .e-dropdown__dialog.--active {
    visibility: visible;
    opacity: 1;
  }
  .e-dropdown__dialog.--deactivating {
    visibility: visible;
  }
  .e-dropdown__option {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 0.5em 1em;
    color: var(--color);
    font-weight: 600;
  }
  .e-dropdown__option.-active {
    color: var(--color-link);
    padding-left: 1.5em;
  }
  .e-dropdown__option:hover, .e-dropdown__option:focus-visible {
    color: var(--color-link--hover);
  }
  .e-dropdown__option.-disabled {
    pointer-events: none;
    opacity: 0.5;
  }
  .e-cta-button {
    position: relative;
    display: inline-block;
    padding-right: 3.5em;
    padding-block: 0.665em;
    color: var(--background-button);
    font-weight: 500;
    line-height: 1;
  }
  .e-cta-button:not([class*=icon--]):before {
    content: var(--icon-code-arrow-right-regular);
    font-family: icons;
    line-height: 1;
  }
  .e-cta-button:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    right: 0;
    height: 2.33em;
    width: 2.33em;
    color: var(--color-button);
    background: var(--background-button);
    font-family: icons !important;
    border: var(--border-width-button) solid var(--color-button-border);
    border-radius: var(--border-radius-l);
    transition: background 0.15s, filter 0.15s, color 0.15s, border-color 0.15s, box-shadow 0.15s;
  }
  .e-cta-button:hover, .e-cta-button.--active {
    color: var(--background-button--hover);
  }
  .e-cta-button:hover:before, .e-cta-button.--active:before {
    color: var(--color-button--hover);
    background: var(--background-button--hover);
  }
  .e-cta-button.-ghost:before, .e-cta-button[data-button-ghost]:before, .e-cta-button.-outline:before, .e-cta-button[data-button-outline]:before {
    color: var(--background-button);
    background: transparent;
  }
  .e-cta-button.-ghost:hover:before, .e-cta-button[data-button-ghost]:hover:before, .e-cta-button.-outline:hover:before, .e-cta-button[data-button-outline]:hover:before {
    color: var(--background-button--hover);
  }
  .e-cta-button.-ghost:before, .e-cta-button[data-button-ghost]:before {
    border-color: transparent;
  }
  .e-cta-button.-outline:before, .e-cta-button[data-button-outline]:before {
    border-color: var(--background-button);
  }
  .e-cta-button.-outline:hover:before, .e-cta-button[data-button-outline]:hover:before {
    border-color: var(--background-button--hover);
  }
  .e-cta-button[disabled], .e-cta-button.-disabled {
    opacity: 0.5;
    pointer-events: none;
  }
  .e-button-group {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 1em;
  }
  .e-button-group.u-text-center {
    justify-content: center;
  }
  .e-button-group.u-text-right {
    justify-content: flex-end;
  }
  .e-button-group [class*=e-button]:hover, .e-button-group [class*=e-button]:focus, .e-button-group [class*=e-button]:active, .e-button-group [class*=e-button].--active {
    z-index: 1;
  }
  .e-button-group.-gutter-0, .e-button-group[data-button-group-gutter="0"] {
    gap: 0;
  }
  .e-button-group.-gutter-0 [class*=e-button], .e-button-group[data-button-group-gutter="0"] [class*=e-button] {
    margin-inline: 0;
  }
  .e-button-group.-gutter-0 [class*=e-button]:last-child, .e-button-group[data-button-group-gutter="0"] [class*=e-button]:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: calc(var(--border-width-button) * -0.5);
  }
  .e-button-group.-gutter-0 [class*=e-button]:first-child, .e-button-group[data-button-group-gutter="0"] [class*=e-button]:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-right: calc(var(--border-width-button) * -0.5);
  }
  .e-button-group.-gutter-0 [class*=e-button]:not(:first-child):not(:last-child), .e-button-group[data-button-group-gutter="0"] [class*=e-button]:not(:first-child):not(:last-child) {
    border-radius: 0;
    margin-inline: calc(var(--border-width-button) * -0.5);
  }
}
@layer modules {
  .m-text__wrap.-headline-only {
    margin-bottom: 0;
  }
  .m-text__wrap.-headline-only + .l-section {
    margin-top: 0;
  }
  @keyframes sidebar-open {
    0% {
      opacity: 0;
      transform: translate(11rem, 0);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @keyframes sidebar-close {
    0% {
      opacity: 1;
      transform: translateX(0);
    }
    100% {
      opacity: 0;
      transform: translate(11rem, 0);
    }
  }
  .m-sidebar-nav__modal {
    padding: 0;
    overflow: visible;
    background: transparent;
    border: none;
    transform: translateX(300%);
    transition: height 0.15s, opacity 0.2s;
    min-width: 100vw;
    min-height: 100dvh;
  }
  .m-sidebar-nav__modal:not(.--active, .--deactivating) {
    display: none;
    visibility: hidden;
  }
  .m-sidebar-nav__modal:after {
    content: "";
    position: fixed;
    top: 0;
    left: 99%;
    width: 100vw;
    height: 100dvh;
    background: var(--color-headline);
  }
  .m-sidebar-nav__modal.--active {
    transform: translateX(0);
    animation: sidebar-open 0.27s ease-out;
  }
  .m-sidebar-nav__modal.--deactivating {
    animation: sidebar-close 0.27s ease-out;
  }
  .m-sidebar-nav__modal::backdrop {
    background: var(--background-modal-backdrop);
  }
  .m-sidebar-nav__modal.--active::backdrop {
    animation: modal-open-overlay 0.27s ease-out;
  }
  .m-sidebar-nav__modal.--deactivating::backdrop {
    opacity: 0;
    animation: modal-close-overlay 0.27s ease-out;
  }
  .m-sidebar-nav__wrap {
    min-height: 100dvh;
    padding-bottom: var(--size-m);
    padding-inline: var(--gutter-outer);
    max-width: 78.4rem;
    background: var(--color-headline);
    margin-left: auto;
  }
  .m-sidebar-nav__header {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;
    width: calc(100% - var(--scrollbar-width));
    height: var(--height-page-header);
    gap: 2rem;
  }
  .m-sidebar-nav {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding-top: 4em;
  }
  .m-sidebar-nav__list {
    width: 100%;
    justify-content: flex-start;
    flex-direction: column;
  }
  .m-sidebar-nav__item {
    margin-left: 0;
    margin-bottom: 2em;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;
  }
  .m-sidebar-nav__link {
    font-size: calc(1.74rem + 3.06vw);
    font-family: "Roboto Serif", serif;
    font-weight: 700;
    line-height: 1.04167;
    text-wrap: balance;
    color: var(--color-accent-alt);
    transition: color 0.15s;
    position: relative;
    text-align: end;
  }
  @media (min-width: 1000px) {
    .m-sidebar-nav__link {
      font-size: 4.8rem;
    }
  }
  .m-sidebar-nav__link:before {
    content: "";
    position: absolute;
    bottom: -0.1em;
    left: 0;
    width: 100%;
    height: 4px;
    background: currentColor;
    opacity: 0;
    transition: opacity 0.15s;
  }
  .m-sidebar-nav__link:hover, .m-sidebar-nav__link:focus-visible {
    color: var(--color-link);
  }
  .m-sidebar-nav__link:hover:before, .m-sidebar-nav__link:focus-visible:before {
    opacity: 1;
  }
  .m-sidebar-nav__link.-rootline {
    color: var(--color-link);
  }
  .m-sidebar-nav__close {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.6rem;
    z-index: 201;
    position: relative;
    width: 6rem;
    padding: 0.5rem;
    margin-right: -0.5rem;
    color: var(--color-accent-alt);
    cursor: pointer;
    border-radius: var(--border-radius-s);
    transition: transform 0.15s, box-shadow 0.15s;
  }
  .m-sidebar-nav__close:hover, .m-sidebar-nav__close:focus-visible {
    color: var(--color-accent-alt);
  }
  .m-sidebar-nav__slice {
    height: 3px;
    width: 100%;
    background: currentColor;
    transition: transform 0.15s;
  }
  .m-sidebar-nav.-lang .m-sidebar-nav__list, .m-sidebar-nav.-footer .m-sidebar-nav__list {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;
    gap: 2rem;
  }
  .m-sidebar-nav.-lang .m-sidebar-nav__item, .m-sidebar-nav.-footer .m-sidebar-nav__item {
    margin-bottom: 0;
  }
  .m-sidebar-nav.-lang .m-sidebar-nav__link, .m-sidebar-nav.-footer .m-sidebar-nav__link {
    font-size: calc(1.44rem + 0.36vw);
    font-family: "Public Sans", sans-serif;
    font-weight: 400;
    line-height: 1.66667;
  }
  @media (min-width: 1000px) {
    .m-sidebar-nav.-lang .m-sidebar-nav__link, .m-sidebar-nav.-footer .m-sidebar-nav__link {
      font-size: 1.8rem;
    }
  }
  .m-sidebar-nav.-lang {
    padding-top: 0;
  }
  .m-sidebar-nav.-lang .m-sidebar-nav__link {
    text-transform: uppercase;
    opacity: 0.5;
    transition: opacity 0s;
  }
  .m-sidebar-nav.-lang .m-sidebar-nav__link:hover {
    opacity: 1;
  }
  .m-sidebar-nav.-lang .m-sidebar-nav__link.-active-lang {
    opacity: 1;
    pointer-events: none;
  }
  .m-sidebar-nav.-footer {
    padding-top: 2.5em;
  }
  .m-section-carousel {
    max-width: var(--width-page);
    margin-bottom: var(--size-m);
  }
  .m-section-carousel__slide {
    width: 100%;
    max-width: var(--width-page);
  }
  .m-section-carousel :where(.l-carousel__track) {
    margin: 0;
    padding: 0;
  }
  .m-section-carousel :where(.l-carousel__pagination),
  .m-section-carousel :where(.l-carousel__controls) {
    padding: 0;
  }
  .m-row-container__row {
    --gutter-y: var(--size-m);
    --gutter-x: var(--size-m);
  }
  .m-row-container__row:has(.m-media-column.-layout-quote-card) {
    background: var(--background-modal);
    border-radius: var(--border-radius-m);
    padding-block: calc(var(--size-m) * 2);
    padding-inline: var(--gutter-outer);
  }
  @media (max-width: 33.75rem) {
    .m-row-container__row {
      --gutter-y: var(--size-l);
    }
  }
  .m-row-container__bodytext {
    padding-bottom: var(--size-m);
  }
  .m-powermail-form__header {
    font-size: calc(1.66rem + 2.34vw);
    font-family: "Roboto Serif", serif;
    font-weight: 700;
    line-height: 1.2;
    text-wrap: balance;
    padding-bottom: var(--size-xs);
    color: var(--color-headline);
  }
  @media (min-width: 1000px) {
    .m-powermail-form__header {
      font-size: 4rem;
    }
  }
  .m-powermail-form__page {
    scroll-margin-top: calc(var(--scroll-margin-top-base) + var(--size-xs));
  }
  .m-powermail-form__page + .m-powermail-form__page {
    padding-top: var(--size-s);
  }
  .m-powermail-form__page__header {
    font-size: calc(1.53rem + 1.17vw);
    font-family: "Roboto Serif", serif;
    font-weight: 500;
    line-height: 1.18519;
    text-wrap: balance;
    padding-bottom: var(--size-xs);
    color: var(--color-headline);
  }
  @media (min-width: 1000px) {
    .m-powermail-form__page__header {
      font-size: 2.7rem;
    }
  }
  .m-powermail-form__page.-paginated {
    display: none;
    padding-top: 0;
  }
  .m-powermail-form__page.-paginated.--active {
    display: block;
  }
  .m-powermail-form__page__navigation {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .m-powermail-form__list {
    --gutter-x: .8em;
    --gutter-y: 1.25em;
  }
  .m-powermail-form__description {
    font-size: calc(1.41rem + 0.09vw);
    margin-block: -0.5em 0.5em;
  }
  @media (min-width: 1000px) {
    .m-powermail-form__description {
      font-size: 1.5rem;
    }
  }
  .m-powermail-form__item.-type-input, .m-powermail-form__item.-type-select, .m-powermail-form__item.-type-date {
    --row-colspan: 12;
    --col-colspan: 6;
    min-width: 33.2rem;
  }
  .m-powermail-form__item.-type-input > *, .m-powermail-form__item.-type-select > *, .m-powermail-form__item.-type-date > * {
    --row-colspan: 6;
    --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
  }
  @media (max-width: 48.75rem) {
    .m-powermail-form__item.-type-input, .m-powermail-form__item.-type-select, .m-powermail-form__item.-type-date {
      --col-colspan: 12;
    }
    .m-powermail-form__item.-type-input > *, .m-powermail-form__item.-type-select > *, .m-powermail-form__item.-type-date > * {
      --row-colspan: 12;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  .m-powermail-form__field.-type-submit {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 1em;
    position: relative;
  }
  .m-powermail-form__text__headline:last-child {
    padding-bottom: 0;
  }
  .m-powermail-form.htmx-request .m-powermail-form__field {
    opacity: 0.5;
    pointer-events: none;
  }
  .m-powermail-form.htmx-request .m-powermail-form__field.-type-submit {
    opacity: 1;
  }
  .m-powermail-form.htmx-request .m-powermail-form__submit {
    opacity: 0.5;
    pointer-events: none;
  }
  .m-powermail-form__loading-indicator {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.5em;
    color: var(--color-link);
    display: none;
  }
  .m-powermail-form.htmx-request .m-powermail-form__loading-indicator {
    display: block;
  }
  .m-menu__pagination {
    font-size: calc(1.46rem + 0.54vw);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-top: var(--size-s);
  }
  @media (min-width: 1000px) {
    .m-menu__pagination {
      font-size: 2rem;
    }
  }
  .m-menu__pagination__link {
    display: block;
    padding: 0.5em 1em;
    margin: 0 0.25em;
    color: #1B2128;
    border-radius: var(--border-radius-l);
  }
  .m-menu__pagination__link:hover, .m-menu__pagination__link:focus-visible {
    background: var(--color-link);
    color: var(--color-accent-alt);
  }
  .m-menu__pagination__link.-disabled {
    color: var(--color-headline);
    background: #EEEEEE;
  }
  .m-menu__pagination__prev, .m-menu__pagination__next {
    display: block;
  }
  .m-menu__load-more-button__wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-top: var(--size-s);
  }
  .m-menu__load-more-button__button {
    --padding-inline: var(--padding-block);
    border-radius: 100%;
    line-height: 1;
  }
  .m-menu__load-more-button__button .svg-icon {
    display: block;
    height: 1.2em;
  }
  .m-menu__filter {
    padding-bottom: var(--size-m);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .m-menu__filter .-reset {
    color: var(--color-accent-alt);
    background: var(--background-button);
    pointer-events: none;
  }
  .m-menu__filter:has(.m-menu__filter__link.-active) .-reset {
    color: var(--background-button);
    background: var(--color-accent-alt);
    pointer-events: auto;
  }
  .m-menu__filter:has(.m-menu__filter__link.-active) .-reset:hover, .m-menu__filter:has(.m-menu__filter__link.-active) .-reset:focus-visible, .m-menu__filter:has(.m-menu__filter__link.-active) .-reset.--active {
    color: var(--color-link--hover);
  }
  .m-menu__filter__headline {
    margin-right: 1em;
  }
  .m-menu__filter__list {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-inline: -0.25em;
  }
  .m-menu__filter__link {
    border-radius: 0;
  }
  .m-menu__filter__link:hover {
    color: var(--background-button);
    background: transparent;
    border-color: var(--background-button);
  }
  .m-menu__filter__link.-active {
    color: var(--color-accent-alt);
    background: var(--background-button);
  }
  .m-menu__filter__link.-active:hover, .m-menu__filter__link.-active:focus-visible, .m-menu__filter__link.-active.--active {
    border-color: var(--background-button);
  }
  .m-menu__filter__item:first-child .m-menu__filter__link {
    border-top-left-radius: var(--border-radius-l);
    border-bottom-left-radius: var(--border-radius-l);
  }
  .m-menu__filter__item:last-child .m-menu__filter__link {
    border-top-right-radius: var(--border-radius-l);
    border-bottom-right-radius: var(--border-radius-l);
  }
  .m-menu__filter__item:hover {
    z-index: 1;
  }
  .m-menu__filter__item + .m-menu__filter__item {
    margin-left: -1px;
  }
  .m-menu__wrap.-layout-job-offers.-width-8 .l-container__inner {
    max-width: 102.1333333333rem;
  }
  .m-menu__bodytext {
    padding-bottom: var(--size-m);
  }
  .m-menu__card {
    transition: transform 0.25s;
  }
  .m-menu__card:hover {
    transform: translateY(-5px);
  }
  .m-menu__column {
    cursor: pointer;
  }
  .m-menu__column :where(.l-media__image) {
    transition: transform 0.25s;
  }
  .m-menu__column:hover :where(.l-media__image) {
    transform: scale(0.97);
  }
  .m-menu__teaser {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
  }
  .m-menu__headline {
    font-size: calc(1.53rem + 1.17vw);
    font-family: "Roboto Serif", serif;
    font-weight: 500;
    line-height: 1.18519;
    text-wrap: balance;
    width: 100%;
    display: block;
    color: var(--color-headline);
  }
  @media (min-width: 1000px) {
    .m-menu__headline {
      font-size: 2.7rem;
    }
  }
  .m-menu__headline:hover, .m-menu__headline:focus-visible {
    color: var(--color-link--hover);
  }
  .m-menu__card:hover .m-menu__headline, .m-menu__card:hover .m-menu__cta, .m-menu__column:hover .m-menu__headline, .m-menu__column:hover .m-menu__cta {
    color: var(--color-link--hover);
    --background-button: var(--background-button--hover);
  }
  .m-menu__subtitle {
    width: 100%;
    color: var(--color-accent);
  }
  .m-menu__categories {
    width: 100%;
    color: var(--color-accent);
  }
  .m-menu__date {
    font-size: calc(1.41rem + 0.09vw);
  }
  @media (min-width: 1000px) {
    .m-menu__date {
      font-size: 1.5rem;
    }
  }
  .m-menu__teaser-text {
    width: 100%;
    padding-top: var(--size-xxs);
  }
  .m-menu__cta {
    margin-top: var(--size-xs);
    margin-left: auto;
  }
  .m-menu__cta__wrap {
    margin-top: auto;
  }
  .-layout-team-cards .m-menu__headline, .-layout-team-cards .m-menu__position {
    color: var(--color-headline);
    padding-bottom: 1rem;
  }
  .-layout-team-cards .m-menu__position {
    padding-bottom: 0;
  }
  .-layout-team-cards .m-menu__teaser {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: var(--padding-block) var(--padding-inline);
    justify-content: flex-end;
  }
  .-layout-team-cards .m-menu__cta {
    opacity: 0;
    transition: opacity 0.25s;
  }
  .-layout-team-cards .m-menu__card .l-card__content {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .-layout-team-cards .m-menu__card .l-card__figure {
    overflow: hidden;
  }
  .-layout-team-cards .m-menu__card .l-card__image {
    transition: transform 0.25s;
  }
  .-layout-team-cards .m-menu__card:hover {
    transform: none;
  }
  .-layout-team-cards .m-menu__card:hover .m-menu__cta {
    opacity: 1;
    --background-button: #059696;
  }
  .-layout-team-cards .m-menu__card:hover .m-menu__headline {
    color: var(--color-headline);
  }
  .-layout-team-cards .m-menu__card:hover .l-card__image {
    transform: scale(1.2);
  }
  .-layout-publications-cards .m-menu__headline {
    font-size: calc(1.44rem + 0.36vw);
    font-family: "Public Sans", sans-serif;
    font-weight: 400;
    line-height: 1.66667;
    font-weight: 700;
  }
  @media (min-width: 1000px) {
    .-layout-publications-cards .m-menu__headline {
      font-size: 1.8rem;
    }
  }
  .-layout-publications-cards .m-menu__format {
    font-size: calc(1.41rem + 0.09vw);
    font-family: "Public Sans", sans-serif;
    font-weight: 400;
    line-height: 2;
    color: var(--color-headline);
    margin-top: 0.5em;
  }
  @media (min-width: 1000px) {
    .-layout-publications-cards .m-menu__format {
      font-size: 1.5rem;
    }
  }
  .-layout-publications-cards .m-menu__body .l-card__content {
    flex: 1;
    margin-top: var(--size-m);
  }
  .-layout-publications-cards .m-menu__body .l-card__figure {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 80% 0 0 0;
    overflow: hidden;
    position: relative;
  }
  .-layout-publications-cards .m-menu__body .l-card__pdf {
    background: var(--color-accent-alt);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    width: auto;
  }
  .-layout-job-offers .m-menu__row.-wrap {
    --gutter-y: var(--size-xs);
    --gutter-x: var(--size-m);
  }
  .-layout-job-offers .m-menu__card {
    background: white;
    border: 3px solid var(--background-modal);
    transition: background-color 0.25s, border-color 0.25s;
  }
  .-layout-job-offers .m-menu__card:hover, .-layout-job-offers .m-menu__card:focus-visible, .-layout-job-offers .m-menu__card:focus-within {
    transform: none;
    background: var(--background-modal);
  }
  .-layout-job-offers .m-menu__card:hover .m-menu__headline, .-layout-job-offers .m-menu__card:focus-visible .m-menu__headline, .-layout-job-offers .m-menu__card:focus-within .m-menu__headline {
    color: var(--color-headline);
  }
  .-layout-job-offers .m-menu__card:hover .m-menu__cta, .-layout-job-offers .m-menu__card:focus-visible .m-menu__cta, .-layout-job-offers .m-menu__card:focus-within .m-menu__cta {
    opacity: 1;
  }
  .-layout-job-offers .m-menu__card:hover .m-menu__cta:before, .-layout-job-offers .m-menu__card:focus-visible .m-menu__cta:before, .-layout-job-offers .m-menu__card:focus-within .m-menu__cta:before {
    background: var(--color-link);
  }
  .-layout-job-offers .m-menu__card .l-card__content {
    padding: 1em 1em;
  }
  .-layout-job-offers .m-menu__headline {
    font-size: calc(1.46rem + 0.54vw);
    font-family: "Roboto Serif", serif;
    font-weight: 500;
    line-height: 1.5;
  }
  @media (min-width: 1000px) {
    .-layout-job-offers .m-menu__headline {
      font-size: 2rem;
    }
  }
  .-layout-job-offers .m-menu__teaser {
    flex-wrap: nowrap;
    align-items: center;
  }
  .-layout-job-offers .m-menu__cta {
    margin: 0;
    opacity: 0;
    transition: opacity 0.25s;
  }
  .-layout-job-offers .m-menu__cta__wrap {
    margin-top: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .m-media-column.-layout-card {
    background: var(--background-modal);
    border-radius: var(--border-radius-m);
    padding-block: calc(var(--size-m) * 2);
    padding-inline: var(--gutter-outer);
  }
  .m-media-column.-layout-quote-card .l-media {
    gap: 1rem;
  }
  .m-media-column.-layout-quote-card .l-media__text {
    width: unset;
    flex-grow: 0;
    order: 2;
  }
  .m-media-column.-layout-quote-card .l-media__figure, .m-media-column.-layout-quote-card .l-media__image {
    max-width: 10rem;
    border-radius: 50%;
    aspect-ratio: 1/1;
  }
  .-align-stretch > .m-media-column:has(:where(.e-rich-text p:last-child > .e-button:only-child)) {
    position: relative;
    padding-bottom: 2.5em;
  }
  .-align-stretch > .m-media-column :where(.e-rich-text p:last-child:has(.e-button:only-child)) {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .m-main__to-top {
    position: fixed;
    right: var(--gutter-outer);
    bottom: 4rem;
    z-index: 100;
    height: 2.25em;
    width: 2.25em;
    color: var(--color);
    background: var(--background-modal);
    border-radius: var(--border-radius-s);
    opacity: 0;
    pointer-events: none;
    transform: translateY(12px);
    transition: background 0.15s, transform 0.25s, opacity 0.25s, border-color 0.15s;
  }
  [class*=-modal--active] .m-main__to-top, [class*=-modal--deactivating] .m-main__to-top {
    opacity: 0;
    right: calc(var(--gutter-outer) + var(--scrollbar-width));
  }
  @media (max-width: 41.25rem) {
    .m-main__to-top {
      display: none;
    }
  }
  .m-main__to-top.--scroll {
    opacity: 1;
    pointer-events: initial;
    cursor: pointer;
    transform: translateY(0px);
  }
  .m-main__to-top.--scroll:hover {
    opacity: 1;
    transform: translateY(-6px);
  }
  .m-main__to-top__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  @keyframes fade-in {
    from {
      translate: 0 40px;
      opacity: 0;
    }
    to {
      translate: 0 0;
      opacity: 1;
    }
  }
  .m-main {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    width: 100%;
    transition: opacity 0.15s;
    opacity: 1;
    margin-top: calc(var(--height-page-header) * -1);
  }
  .m-main__padding {
    width: 100%;
    padding-top: var(--height-page-header);
  }
  .m-main__person__cta__wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 1em;
    container-type: inline-size;
  }
  @container (max-width:600px) {
    .m-main__person__cta__item {
      flex-basis: 100%;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
    }
  }
  .m-main__publications__content .l-section {
    margin-block: 0;
  }
  .m-main__publications__content .l-container__inner {
    padding-inline: 0;
  }
  .m-main__publications__content .e-rich-text ul:last-child, .m-main__publications__content .e-rich-text ol:last-child {
    padding-bottom: 0;
  }
  .m-main__publications__figure .l-card__figure {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 120% 0 0 0;
    overflow: hidden;
    position: relative;
  }
  .m-main__publications__figure .l-card__pdf {
    background: var(--color-accent-alt);
    background: var(--color-accent-alt);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    width: auto;
  }
  .m-main__publications__download__item {
    margin-top: var(--size-xs);
  }
  .m-indexedsearch__modal {
    padding: 1em;
    padding-right: 4em;
    border-radius: var(--border-radius-m);
  }
  .m-indexedsearch__bar {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
  }
  .m-indexedsearch__input {
    width: unset;
    flex-grow: 1;
    margin: 0;
  }
  .m-indexedsearch__result {
    padding-bottom: var(--size-m);
    margin-top: var(--size-m);
    cursor: pointer;
    border-bottom: 2px solid var(--background-light);
  }
  .m-indexedsearch__result__header, .m-indexedsearch__result__link {
    color: var(--color-link);
  }
  .m-indexedsearch__result__header:hover, .m-indexedsearch__result__link:hover {
    color: var(--color-link--hover);
  }
  .m-hero__wrap {
    margin-top: 0;
    padding-bottom: 0;
    padding-top: var(--height-page-header);
  }
  .m-hero__wrap .l-container {
    max-width: 210rem;
  }
  @media (max-width: 33.75rem) {
    .m-hero__wrap {
      background: var(--color-headline);
      padding-top: 0;
    }
    .m-hero__wrap .l-container__inner {
      padding-inline: 0;
    }
  }
  .m-hero {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: center;
    min-height: 70rem;
  }
  @media (max-width: 33.75rem) {
    .m-hero {
      min-height: auto;
    }
  }
  @media (min-width: 93.8125rem) {
    .m-hero {
      min-height: clamp(60rem, 40vw, 165rem);
    }
  }
  .-layout-full-gradient .m-hero {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
  .m-hero__breadcrumbs {
    font-size: calc(1.41rem + 0.09vw);
    font-family: "Public Sans", sans-serif;
    font-weight: 400;
    line-height: 2;
    padding-bottom: var(--size-xs);
  }
  @media (min-width: 1000px) {
    .m-hero__breadcrumbs {
      font-size: 1.5rem;
    }
  }
  .m-hero__breadcrumbs .e-navigation__list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .m-hero__breadcrumbs .e-navigation__item {
    display: flex;
    align-items: center;
    color: white;
  }
  .m-hero__breadcrumbs .e-navigation__item .svg-icon {
    margin-inline: 0.2em;
  }
  .m-hero__breadcrumbs .e-navigation__link {
    color: var(--color-accent-alt);
  }
  .-home .m-hero__breadcrumbs {
    display: none;
  }
  .m-hero__headline {
    color: var(--color-accent-alt);
    padding-bottom: var(--size-s);
  }
  .m-hero__headline:last-child {
    padding-bottom: 0;
  }
  .m-hero__text {
    z-index: 1;
    text-align: center;
    padding-bottom: var(--size-m);
  }
  @media (max-width: 33.75rem) {
    .m-hero__text {
      padding-block: var(--size-m);
      padding-inline: var(--gutter-outer);
    }
  }
  .m-hero__bodytext {
    color: var(--color-accent-alt);
  }
  .-no-assets .m-hero__bodytext {
    max-width: 125.8666666667rem;
  }
  .m-hero__controls {
    position: absolute;
    left: var(--gutter-outer);
    bottom: var(--size-m);
    z-index: 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: var(--size-s);
  }
  .m-hero__button {
    background: rgba(255, 255, 255, 0.4);
    border: none;
    border-radius: 50%;
    width: 4rem;
    height: 4rem;
    color: white;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    transition: background-color 0.3s ease;
  }
  .m-hero__button:hover {
    background: rgba(255, 255, 255, 0.2);
  }
  .m-hero__button.--paused .-pause {
    display: none;
  }
  .m-hero__button.--paused .-play {
    display: block;
  }
  .m-hero__button.--playing .-play {
    display: none;
  }
  .m-hero__button.--playing .-pause {
    display: block;
  }
  .m-hero__icon.-play {
    margin-left: 0.2rem;
  }
  .m-hero__figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .m-hero__figure > div {
    width: 100%;
    height: 100%;
  }
  .m-hero__figure .e-media-player {
    padding-top: 0;
    width: 100%;
    height: 100%;
  }
  .m-hero__figure > picture > img, .m-hero__figure > video, .m-hero__figure > iframe, .m-hero__figure .e-media-player > img {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
  }
  .m-hero__figure:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .-layout-default .m-hero__figure:before {
    background: linear-gradient(0deg, rgba(0, 0, 120, 0.8) 1.19%, rgba(0, 0, 120, 0) 50%);
  }
  .-layout-alt .m-hero__figure:before {
    background: linear-gradient(0deg, rgba(0, 0, 120, 0.8) 1.19%, rgba(0, 0, 120, 0) 52.35%);
  }
  .-layout-full-gradient .m-hero__figure:before {
    background: linear-gradient(107deg, rgba(0, 0, 120, 0.8) 2.56%, rgba(0, 0, 120, 0.64) 78.25%);
  }
  @media (max-width: 33.75rem) {
    .m-hero__figure {
      position: relative;
    }
  }
  @media (max-width: 33.75rem) {
    .m-hero__image, .m-hero__file {
      min-height: 35rem;
    }
  }
  .m-hero__wrap.-headline-only, .m-hero__wrap.-no-assets {
    background: var(--color-headline);
    padding-bottom: var(--size-m);
    padding-top: calc(var(--height-page-header) * 1.5);
  }
  .m-hero__wrap.-headline-only .l-container__inner, .m-hero__wrap.-no-assets .l-container__inner {
    padding-inline: var(--gutter-outer);
  }
  .m-hero__wrap.-headline-only .m-hero, .m-hero__wrap.-no-assets .m-hero {
    min-height: auto;
  }
  .m-hero__wrap.-headline-only .m-hero__text, .m-hero__wrap.-no-assets .m-hero__text {
    padding-block: 0;
    padding-inline: 0;
  }
  .m-hero__wrap.-person {
    background: var(--color-headline);
  }
  .m-hero__wrap.-person .m-hero {
    max-width: 50%;
    min-height: 60rem;
    padding-right: 1em;
    align-items: flex-start;
  }
  @media (max-width: 33.75rem) {
    .m-hero__wrap.-person .m-hero {
      max-width: 100%;
      padding-right: 0;
      min-height: auto;
    }
  }
  @media (min-width: 93.8125rem) {
    .m-hero__wrap.-person .m-hero {
      min-height: clamp(60rem, 40vw, 165rem);
    }
  }
  .m-hero__wrap.-person .m-hero__figure {
    position: absolute;
    top: 0;
    left: unset;
    right: 0;
    width: 50%;
    height: 100%;
  }
  @media (max-width: 33.75rem) {
    .m-hero__wrap.-person .m-hero__figure {
      position: relative;
      width: 100%;
    }
  }
  .m-hero__wrap.-person .m-hero__image {
    object-position: top;
  }
  .m-hero__wrap.-person .m-hero__text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    padding-bottom: var(--size-l);
  }
  @media (max-width: 33.75rem) {
    .m-hero__wrap.-person .m-hero__text {
      padding-bottom: var(--size-m);
    }
  }
  .m-hero__wrap.-person .m-hero__topline {
    font-size: calc(1.56rem + 1.44vw);
    font-family: "Public Sans", sans-serif;
    font-weight: 400;
    line-height: 1;
    order: 1;
    color: var(--color-accent-alt);
    padding-bottom: 0;
  }
  @media (min-width: 1000px) {
    .m-hero__wrap.-person .m-hero__topline {
      font-size: 3rem;
    }
  }
  .m-hero__wrap.-person .m-hero__headline {
    padding-bottom: var(--size-s);
  }
  .m-hero__wrap.-person .m-hero__breadcrumbs .e-navigation__list {
    justify-content: flex-start;
  }
  @media (max-width: 33.75rem) {
    .m-hero__wrap.-person .m-hero__breadcrumbs .e-navigation__list {
      justify-content: center;
    }
  }
  .m-header__nav__wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    flex-wrap: nowrap;
    margin-left: auto;
    display: none;
  }
  .m-header__nav {
    font-size: calc(1.41rem + 0.09vw);
    font-family: "Public Sans", sans-serif;
    font-weight: 400;
    line-height: 1.33333;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    margin: -0.2em -1em;
    flex-grow: 1;
  }
  @media (min-width: 1000px) {
    .m-header__nav {
      font-size: 1.5rem;
    }
  }
  @media (min-width: 65.0625rem) {
    .m-header__nav + .m-header__nav {
      padding-left: 2em;
    }
  }
  .m-header__nav.-social {
    margin: -0.2em -0.5em;
  }
  @media (min-width: 65.0625rem) {
    .m-header__nav__meta__wrap {
      display: flex;
    }
  }
  .m-header__nav__list {
    position: relative;
    display: flex;
    justify-content: flex-end;
  }
  .m-header__nav__link {
    display: block;
    padding: 0.2em 1em;
    color: var(--color-link);
    transition: opacity 0.15s, color 0.15s;
  }
  .m-header__nav__link:hover, .m-header__nav__link:focus-visible {
    color: var(--color-link--hover);
  }
  .m-header__nav__link.-rootline {
    color: var(--color-accent);
  }
  .m-header__nav.-small {
    font-size: 1.2rem;
  }
  .m-header__nav__close {
    display: none;
  }
  .m-header__nav__header {
    display: none;
  }
  .m-header__burger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.6rem;
    z-index: 201;
    position: relative;
    width: 6rem;
    padding: 0.5rem;
    margin-right: -0.5rem;
    color: var(--color-accent-alt);
    cursor: pointer;
    border-radius: var(--border-radius-s);
    transition: transform 0.15s, box-shadow 0.15s;
  }
  .m-header__burger:hover, .m-header__burger:focus-visible {
    color: var(--color-accent-alt);
  }
  .m-header__burger__slice {
    height: 3px;
    width: 100%;
    background: var(--color-headline);
    transition: transform 0.15s;
  }
  body:has(.m-hero__wrap.-headline-only) .m-header__burger__slice,
  body:has(.m-hero__wrap.-no-assets) .m-header__burger__slice {
    background: var(--color-accent-alt);
  }
  .m-header {
    position: sticky;
    top: 0;
    z-index: 999;
    width: calc(100vw - var(--scrollbar-width));
    height: var(--height-page-header);
    transition: background-size 0.5s, transform 0.15s, background-color 0.4s;
    max-width: var(--width-page);
  }
  .m-header:where(.--scroll) {
    transition: background-size 0.5s, transform 0.4s, background-color 1s;
  }
  .m-header:where(.--scroll) .m-header__anchor__logo {
    transition: color 1s;
  }
  .m-header:where(.--scroll) .m-header__burger__slice {
    transition: background-color 1s;
  }
  .m-header:where(.--scroll).--scroll-down, .m-header:where(.--scroll).--scroll-up {
    background-color: color-mix(in srgb, var(--color-accent-alt) 80%, transparent 20%);
  }
  .m-header:where(.--scroll).--scroll-down .m-header__anchor__logo, .m-header:where(.--scroll).--scroll-up .m-header__anchor__logo {
    color: var(--color-headline) !important;
  }
  .m-header:where(.--scroll).--scroll-down .m-header__burger__slice, .m-header:where(.--scroll).--scroll-up .m-header__burger__slice {
    background-color: var(--color-headline) !important;
  }
  .m-header:where(.--scroll).--scroll-down {
    transform: translateY(-100%);
  }
  .m-header__container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    padding-inline: var(--gutter-outer);
    height: 100%;
    margin-inline: auto;
  }
  .m-header__anchor {
    position: relative;
    z-index: 201;
    display: flex;
    align-items: center;
  }
  .m-header__anchor__logo {
    outline: none;
    font-size: 5rem;
    color: var(--color-headline);
    transition: color 0.4s, transform 0.4s, fill 0.4s;
  }
  .-person .m-header__anchor__logo {
    color: var(--color-accent-alt);
  }
  @media (max-width: 33.75rem) {
    .-person .m-header__anchor__logo {
      color: var(--color-headline);
    }
  }
  body:has(.m-hero__wrap.-headline-only) .m-header__anchor__logo,
  body:has(.m-hero__wrap.-no-assets) .m-header__anchor__logo {
    color: var(--color-accent-alt);
  }
  .m-form__row {
    display: flex;
    flex-wrap: wrap;
    gap: var(--gutter-y) var(--gutter-x);
    --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
  }
  .m-form__column {
    flex-shrink: 0;
    max-width: 100%;
    flex-basis: auto;
    width: round(down, var(--calc-col-width) * var(--col-colspan) + var(--gutter-x) * (var(--col-colspan) - 1), 1px);
    /* Safari 17 and older fallback */
    /* Safari 17 and older does not support round() with CSS variables(?), so we use a fallback */
  }
  .m-form__column ::-webkit-full-page-media, .m-form__column :future, :root .m-form__column {
    width: calc(var(--calc-col-width) * var(--col-colspan) + var(--gutter-x) * (var(--col-colspan) - 1));
  }
  @media (max-width: 56.25rem) {
    .m-form__column {
      --row-colspan: 12;
      --col-colspan: 12;
    }
    .m-form__column > * {
      --row-colspan: 12;
      --calc-col-width: calc((100% - (var(--row-colspan) - 1) * var(--gutter-x)) / var(--row-colspan));
    }
  }
  .m-form__input {
    position: relative;
    margin-top: 1.5em;
  }
  .m-form label {
    position: absolute;
    left: 0;
    top: 0.5em;
    transition: top 0.1s, font-size 0.1s;
  }
  .m-form textarea:focus + label, .m-form textarea:not(:placeholder-shown) + label, .m-form [type=text]:focus + label, .m-form [type=text]:not(:placeholder-shown) + label, .m-form [type=email]:focus + label, .m-form [type=email]:not(:placeholder-shown) + label, .m-form [type=password]:focus + label, .m-form [type=password]:not(:placeholder-shown) + label {
    font-size: 75%;
    top: -1em;
  }
  .m-footer__nav {
    font-size: calc(1.41rem + 0.09vw);
    font-family: "Public Sans", sans-serif;
    font-weight: 400;
    line-height: 1.33333;
  }
  @media (min-width: 1000px) {
    .m-footer__nav {
      font-size: 1.5rem;
    }
  }
  .m-footer__nav__wrap {
    margin-top: var(--size-l);
    margin-bottom: var(--size-xl);
  }
  .m-footer__nav__wrap .l-container {
    max-width: 210rem;
  }
  .m-footer__nav__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .-main .m-footer__nav__list {
    gap: calc(var(--size-m) * 2);
    row-gap: 2em;
  }
  @media (max-width: 56.25rem) {
    .-main .m-footer__nav__list {
      gap: var(--size-m);
    }
  }
  @media (max-width: 48.75rem) {
    .-main .m-footer__nav__list {
      flex-direction: column;
    }
  }
  .-meta .m-footer__nav__list {
    flex-direction: column;
    gap: 0.5em;
  }
  .m-footer__nav__list.-icons {
    flex-direction: row;
  }
  .m-footer__nav.-small {
    font-weight: 400;
  }
  @media (min-width: 41.3125rem) {
    .m-footer__nav.-small {
      font-size: 1.2rem;
    }
  }
  .m-footer__nav.-social {
    width: 100%;
    padding-top: var(--size-xxs);
  }
  .m-footer__nav.-social .m-footer__nav__list {
    justify-content: flex-start;
    gap: 1.32em;
  }
  @media (max-width: 48.75rem) {
    .m-footer__nav.-social .m-footer__nav__list {
      flex-direction: row;
    }
  }
  @media (min-width: 33.8125rem) {
    .m-footer__nav.-small .m-footer__nav__item {
      margin: 0 1.5em;
    }
  }
  .m-footer__nav__list.-icons .m-footer__nav__item {
    margin: 0 0.66em;
  }
  .m-footer__nav__link {
    color: var(--color-accent-alt);
  }
  .m-footer__nav__link:hover, .m-footer__nav__link:focus-visible {
    color: var(--color-link);
  }
  @media (max-width: 33.75rem) {
    .m-footer__nav__link {
      padding: 0.25em 0;
      display: block;
    }
  }
  .m-footer__nav__sub__item {
    color: var(--color-accent-alt);
    opacity: 0.62;
    margin-block: 0.5em;
    transition: opacity 0.15s;
  }
  .m-footer__nav__sub__item:hover, .m-footer__nav__sub__item:focus-visible {
    opacity: 1;
  }
  .m-footer {
    --background: var(--background-footer);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    width: 100%;
    background: var(--background);
  }
  .m-footer__wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: calc(var(--size-m) * 2);
    row-gap: 2em;
  }
  .m-footer__left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .m-footer__right {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: calc(var(--size-m) * 2);
    row-gap: 2em;
  }
  .m-footer__anchor__logo {
    width: 9.1rem;
    height: 8.5rem;
  }
  .m-file-menu__link {
    width: 100%;
    word-break: break-all;
    text-align: left;
  }
  .m-error-text__wrap {
    margin-block: auto;
  }
  .m-error-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
  }
  .m-error-text__header {
    font-size: calc(2.66rem + 11.34vw);
    padding-bottom: 0;
  }
  @media (min-width: 1000px) {
    .m-error-text__header {
      font-size: 14rem;
    }
  }
  .m-error-text__subheader {
    font-size: calc(1.66rem + 2.34vw);
    font-family: "Roboto Serif", serif;
    font-weight: 700;
    line-height: 1.2;
    text-wrap: balance;
    font-weight: bold;
    padding-bottom: 0;
  }
  @media (min-width: 1000px) {
    .m-error-text__subheader {
      font-size: 4rem;
    }
  }
  .m-error-text__logo {
    display: block;
    height: 7rem;
    width: 10rem;
    margin-block: 3rem;
  }
  .m-main > .m-cover-media__wrap:where(.-top-auto:first-child) {
    margin-top: 0;
  }
  .m-cover-media__wrap[class*=-background-] {
    padding-block: 0;
  }
  .m-cover-media__wrap.-layout-above {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
  }
  .m-cover-media__wrap.-layout-below {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
  }
  @media (min-width: 120rem) {
    .m-cover-media__wrap {
      min-height: clamp(50rem, 22vw, 120rem);
    }
  }
  .m-cover-media__row {
    gap: 0;
  }
  .m-cover-media__row.-layout-right {
    flex-direction: row;
  }
  .m-cover-media__row.-layout-left {
    flex-direction: row-reverse;
  }
  .m-cover-media__content {
    position: relative;
    z-index: 1;
  }
  .m-cover-media__content.-layout-above {
    padding-top: calc(var(--size-m) * 2);
  }
  .m-cover-media__content.-layout-below {
    padding-bottom: calc(var(--size-m) * 2);
  }
  .m-cover-media__content.-layout-right p, .m-cover-media__content.-layout-left p {
    color: #fff;
  }
  .m-cover-media__wrap .m-cover-media__content.-layout-right, .m-cover-media__wrap .m-cover-media__content.-layout-left {
    padding-block: calc(var(--size-m) * 2);
  }
  .m-cover-media__wrap .m-cover-media__content.-layout-above {
    padding-bottom: calc(var(--size-m) * 2);
  }
  .m-cover-media__wrap .m-cover-media__content.-layout-below {
    padding-top: calc(var(--size-m) * 2);
  }
  .m-cover-media__figure.-layout-right:before, .m-cover-media__figure.-layout-left:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(20, 0, 120, 0) 35.76%, rgba(20, 0, 120, 0.8) 68.4%);
  }
  @media (min-width: 48.8125rem) {
    .m-cover-media__figure.-layout-right, .m-cover-media__figure.-layout-left {
      overflow: hidden;
      position: absolute;
      top: 0;
      height: 100%;
      width: 100%;
    }
    .m-cover-media__figure.-layout-right > div, .m-cover-media__figure.-layout-left > div {
      width: 100%;
      height: 100%;
    }
    .m-cover-media__figure.-layout-right .e-media-player, .m-cover-media__figure.-layout-left .e-media-player {
      padding-top: 0;
      width: 100%;
      height: 100%;
    }
    .m-cover-media__figure.-layout-right > picture > img, .m-cover-media__figure.-layout-right > video, .m-cover-media__figure.-layout-right > iframe, .m-cover-media__figure.-layout-right .e-media-player > img, .m-cover-media__figure.-layout-left > picture > img, .m-cover-media__figure.-layout-left > video, .m-cover-media__figure.-layout-left > iframe, .m-cover-media__figure.-layout-left .e-media-player > img {
      object-fit: cover;
      object-position: center;
      height: 100%;
      width: 100%;
    }
    .m-cover-media__figure.-layout-right .m-cover-media__image, .m-cover-media__figure.-layout-left .m-cover-media__image {
      object-position: top;
    }
  }
  @media (max-width: 48.75rem) {
    .m-cover-media__figure.-layout-right, .m-cover-media__figure.-layout-left {
      margin-inline: calc(-1 * var(--gutter-outer));
    }
    .m-cover-media__figure.-layout-right:before, .m-cover-media__figure.-layout-left:before {
      background: transparent;
    }
  }
  .m-cover-media__figure.-layout-right {
    right: 0;
  }
  .m-cover-media__figure.-layout-left {
    left: 0;
  }
  .m-cover-media__figure.-layout-above, .m-cover-media__figure.-layout-below {
    width: 100vw;
    max-width: var(--width-page);
  }
  .m-cover-media__image {
    width: 100%;
  }
  .m-container__bodytext {
    padding-bottom: var(--size-m);
  }
  .m-card :where(.l-card__content) {
    display: flex;
  }
  @media (max-width: 33.75rem) {
    .m-card :where(.l-card__content) {
      display: block;
    }
  }
  .m-card__card__text {
    flex-grow: 1;
  }
  .m-anchor-menu__wrap {
    position: sticky;
    top: 0;
    z-index: 2;
    background: var(--background);
    transition: background 0.5s, top 0.4s;
  }
  :where(.m-header.--scroll:not(.--scroll-down)) ~ .m-main .m-anchor-menu__wrap {
    top: var(--height-page-header);
  }
  .m-anchor-menu__wrap.--stuck {
    background: var(--background-modal);
  }
  .m-anchor-menu__list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-block: 1em;
    gap: 0.5em 1.5em;
  }
  .m-anchor-menu__link {
    color: var(--color-link);
  }
  .m-anchor-menu__link:hover, .m-anchor-menu__link:focus-visible {
    color: var(--color-link--hover);
  }
  .m-accordion {
    border-radius: var(--border-radius-l);
  }
  .e-rich-text + .m-accordion {
    margin-top: var(--size-m);
  }
  .m-accordion__button {
    font-size: calc(1.46rem + 0.54vw);
    font-family: "Roboto Serif", serif;
    font-weight: 500;
    line-height: 1.5;
    color: var(--color-accordion-headline);
    display: flex;
    justify-content: space-between;
    width: 100%;
    line-height: 1.5;
    cursor: pointer;
    transition: color 0.15s, background-color 0.15s, transform 0.15s, border-color 0.15s;
    padding: 1em;
  }
  @media (min-width: 1000px) {
    .m-accordion__button {
      font-size: 2rem;
    }
  }
  .m-accordion__button:hover, .m-accordion__button:focus-visible {
    background: color-mix(in srgb, transparent, var(--background-button) 30%);
  }
  .m-accordion__title {
    padding-right: 1em;
    text-align: left;
    transition: transform 0.2s;
  }
  .m-accordion {
    display: block;
    overflow: hidden;
    transition: height 0.15s ease-out, min-height 0.15s ease-out;
  }
  .m-accordion.--active .m-accordion__button {
    color: white;
    background: var(--background-button);
  }
  .m-accordion.--active:not(.--activating) {
    height: auto;
  }
  .m-accordion__content {
    padding-top: var(--size-xs);
    padding-bottom: var(--size-s);
    padding-inline: 1em;
    opacity: 0;
    transition: opacity 0.22s ease-out, color 0.15s, background-color 0.15s;
  }
  .m-accordion.--active .m-accordion__content {
    opacity: 1;
    background: white;
  }
  .m-accordion__icon {
    position: relative;
    height: 1em;
    width: 1em;
    transform: translateY(0.2em);
  }
  .m-accordion__icon:before, .m-accordion__icon:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
    display: block;
    height: 0.85em;
    width: 2px;
    background: currentColor;
    transform-origin: center;
    transition: transform 0.2s;
  }
  .m-accordion__icon:after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .m-accordion.--active .m-accordion__icon:before {
    transform: translate(-50%, -50%) scaleY(0);
  }
  .m-accordion.--active .m-accordion__icon:after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  #document {
    color-scheme: only light;
    --color: #1B2128;
    --color-alt: #1B2128;
    --color-headline: #140078;
    --color-accent: #3477FF;
    --color-accent-alt: #fff;
    --background: #fff;
    --color-link: #059696;
    --color-link--hover: #3477FF;
    --color-link--disabled: #c9c9c9;
    --color-accordion-headline: #140078;
    --border-width-button: 1px;
    --color-button: var(--background);
    --color-button--hover: var(--background);
    --color-button-border: transparent;
    --color-button-border--hover: transparent;
    --outline-color-button--focus: color-mix(in srgb, transparent, var(--background-button) 60%);
    --background-button: var(--color-link);
    --background-button--hover: var(--color-link--hover);
    --color-button-alt: var(--color-button);
    --color-button-alt--hover: var(--color-button--hover);
    --color-button-alt-border: var(--color-button-border);
    --color-button-alt-border--hover: var(--color-button-border--hover);
    --outline-color-button-alt-focus: var(--outline-color-button--focus);
    --background-button-alt: var(--background-button);
    --background-button-alt--hover: var(--background-button--hover);
    --color-button-light: var(--color-headline);
    --color-button-light--hover: var(--color);
    --color-button-light-border: transparent;
    --color-button-light-border--hover: transparent;
    --background-button-light: #8c8d8b;
    --background-button-light--hover: #c9c9c9;
    --color-input: var(--color);
    --color-input--active: var(--color);
    --color-input-border: transparent;
    --color-input-border--active: transparent;
    --background-input: #121412;
    --background-input--active: #121412;
    --background-modal: #EEEEEE;
    --background-modal-backdrop: color-mix(in srgb, transparent, #000078 80%);
    --background-footer: #140078;
    --plyr-color-main: var(--color-link);
    height: 100dvh;
    overflow-x: clip;
    overflow-y: scroll;
    overscroll-behavior-x: none;
    --scroll-margin-top-base: var(--height-page-header);
  }
  #document[class*=-modal--active], #document[class*=-modal--deactivating] {
    overflow: hidden;
    padding-right: var(--scrollbar-width);
  }
  #document.--header--scroll-down {
    --scroll-margin-top-base: 0px;
  }
  #document:where(:has(.m-anchor-menu__wrap)) {
    --scroll-margin-top-base: calc(var(--height-page-header) + 7rem);
  }
  #document:where(:has(.m-anchor-menu__wrap)).--header--scroll-down {
    --scroll-margin-top-base: 7rem;
  }
  #body {
    font-size: calc(1.44rem + 0.36vw);
    font-family: "Public Sans", sans-serif;
    font-weight: 400;
    line-height: 1.66667;
    width: 100%;
    color: var(--color);
    background: var(--background);
  }
  @media (min-width: 1000px) {
    #body {
      font-size: 1.8rem;
    }
  }
  #root {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-height: 100dvh;
    overflow-x: clip;
    margin-inline: auto;
  }
  #root-loading-bar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 5px;
    background: var(--color);
    visibility: hidden;
    pointer-events: none;
  }
  #root-loading-bar:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color-accent);
    transform: scaleX(0);
    transform-origin: left;
  }
  #root-loading-bar.htmx-request {
    transition: visibility 0s 1s;
  }
  #root-loading-bar.htmx-request:after {
    animation: loading-bar 90s 1s infinite;
    animation-timing-function: cubic-bezier(0, 0.97, 0, 0.97);
  }
  @keyframes loading-bar {
    0% {
      visibility: visible;
      transform: scaleX(0);
    }
    100% {
      visibility: visible;
      transform: scaleX(1);
    }
  }
}
@layer utilities {
  .u-hide {
    display: none !important;
  }
  .u-show {
    display: block !important;
  }
  .u-flex {
    display: flex !important;
  }
  .u-front {
    position: relative;
    z-index: 999999 !important;
  }
  .u-text-left {
    text-align: left !important;
  }
  .u-text-center {
    text-align: center !important;
  }
  .u-text-right {
    text-align: right !important;
  }
  .u-text-justify {
    text-align: justify !important;
  }
  .u-justify-start, .u-justify-left {
    display: flex !important;
    justify-content: flex-start !important;
  }
  .u-justify-center {
    display: flex !important;
    justify-content: center !important;
  }
  .u-justify-space-between {
    display: flex !important;
    justify-content: space-between !important;
  }
  .u-justify-end, .u-justify-right {
    display: flex !important;
    justify-content: flex-end !important;
  }
  .u-align-start {
    display: flex !important;
    align-items: flex-start !important;
  }
  .u-align-center {
    display: flex !important;
    align-items: center !important;
  }
  .u-align-end {
    display: flex !important;
    align-items: flex-end !important;
  }
  .u-no-transition, .u-no-transition * {
    transition: none !important;
  }
  .u-initially-hidden {
    display: none !important;
  }
  .sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    clip-path: inset(50%) !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    border: 0 !important;
    white-space: nowrap !important;
  }
}
/*# sourceMappingURL=puck.css.map */