@charset "UTF-8";
/* 
This file contains all links to other files

Components - Small parts of elements and modules. Only from Contao.
Modules - Frontend Templates that start with mod_
Elements - Fontend content elements that start with ce_
*/
* {
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 37.438rem) {
  .swiper-button-next, .swiper-button-prev {
    display: none;
  }
}
/**
 * Fluid Fonts Mixin
 *
 * Erzeugt eine dynamische Schriftgröße, die fließend zwischen einem minimalen
 * und maximalen Wert variiert, abhängig von der Breite des Viewports.
 *
 * Bei Viewports kleiner als 37.5rem wird die Schriftgröße auf $min-size gesetzt.
 * Zwischen 37.5rem und 120rem wird die Schriftgröße dynamisch berechnet.
 * Ab einer Breite von 120rem wird die Schriftgröße auf $max-size festgelegt.
 *
 * @param {Value} $min-size - Minimale Schriftgröße (z.B. "0.9375rem")
 * @param {Value} $max-size - Maximale Schriftgröße (z.B. "1.3125rem")
 *
 * @example
 *   // Anwendung:
 *   @include fluid-fonts(0.9375rem, 1.3125rem);
 *
 * Hinweis: Diese Dokumentation folgt dem SassDoc-Standard, der von vielen modernen IDEs
 * genutzt wird, um beim Hover hilfreiche Tooltips anzuzeigen.
 */
/*------------------------------------*\
	colors
\*------------------------------------*/
/*$min-tablet-portrait-up "min-width: 600px";*/
/*$min-tablet-landscape-up "max-width: 900px";*/
/*$min-desktop-up "max-width: 1200px";*/
/* figtree-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Figtree";
  font-style: normal;
  font-weight: 300;
  src: url("../../files/themes/hoepke/fonts/figtree-v7-latin-300.woff2") format("woff2"), url("../../files/themes/hoepke/fonts/figtree-v7-latin-300.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* figtree-300italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Figtree";
  font-style: italic;
  font-weight: 300;
  src: url("../../files/themes/hoepke/fonts/figtree-v7-latin-300italic.woff2") format("woff2"), url("../../files/themes/hoepke/fonts/figtree-v7-latin-300italic.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* figtree-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Figtree";
  font-style: normal;
  font-weight: 400;
  src: url("../../files/themes/hoepke/fonts/figtree-v7-latin-regular.woff2") format("woff2"), url("../../files/themes/hoepke/fonts/figtree-v7-latin-regular.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* figtree-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Figtree";
  font-style: normal;
  font-weight: 700;
  src: url("../../files/themes/hoepke/fonts/figtree-v7-latin-700.woff2") format("woff2"), url("../../files/themes/hoepke/fonts/figtree-v7-latin-700.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* figtree-700italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Figtree";
  font-style: italic;
  font-weight: 700;
  src: url("../../files/themes/hoepke/fonts/figtree-v7-latin-700italic.woff2") format("woff2"), url("../../files/themes/hoepke/fonts/figtree-v7-latin-700italic.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
body {
  font-family: "Figtree", sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  font-size: calc(0.9375rem + 0.2604166667vw);
  color: #031834;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@media screen and (max-width: 37.5rem) {
  body {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 120rem) {
  body {
    font-size: 1.25rem;
  }
}
body[data-theme="theme1"] {
  color: #FFFFFF;
}
h1, h2, h3, h4, h5, h6, .headline {
  margin: 0;
}
.h1Like {
  font-size: calc(1.75rem + 1.4583333333vw);
  font-weight: 300;
  line-height: 1.09;
  text-transform: uppercase;
}
@media screen and (max-width: 37.5rem) {
  .h1Like {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 120rem) {
  .h1Like {
    font-size: 3.5rem;
  }
}
h1, h2, .h2Like {
  font-size: calc(1.5rem + 1.1458333333vw);
  font-weight: 300;
  line-height: 1.17;
  text-transform: uppercase;
}
@media screen and (max-width: 37.5rem) {
  h1, h2, .h2Like {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 120rem) {
  h1, h2, .h2Like {
    font-size: 2.875rem;
  }
}
h3 {
  font-size: calc(1.25rem + 0.5208333333vw);
  font-weight: 300;
  line-height: 1.33;
}
@media screen and (max-width: 37.5rem) {
  h3 {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 120rem) {
  h3 {
    font-size: 1.875rem;
  }
}
h4 {
  margin-bottom: 1rem;
  font-size: calc(1.125rem + 0.3125vw);
  font-weight: 300;
  line-height: 1.33;
}
@media screen and (max-width: 37.5rem) {
  h4 {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 120rem) {
  h4 {
    font-size: 1.5rem;
  }
}
h5 {
  font-size: calc(1.0625rem + 0.2083333333vw);
  font-weight: 700;
  line-height: 1.52;
}
@media screen and (max-width: 37.5rem) {
  h5 {
    font-size: 1.0625rem;
  }
}
@media screen and (min-width: 120rem) {
  h5 {
    font-size: 1.3125rem;
  }
}
.content-text p, .content-text ul, .content-text ol, .content_container p, .content_container ul, .content_container ol, [class^="ce_hofff_consent"] p, [class^="ce_hofff_consent"] ul, [class^="ce_hofff_consent"] ol {
  line-height: 1.81;
}
/*! 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 */
  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;
}
/*------------------------------------*\
	Contao related formatting
\*------------------------------------*/
html {
  overflow-y: scroll;
  margin: 0;
  padding: 0;
}
body, .mm-page {
  padding: 0;
  margin: 0;
}
*, *:before, *:after {
  box-sizing: border-box;
}
.invisible {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.block {
  display: block;
}
nav * {
  list-style-type: none;
}
source {
  font-size: 0;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
.image_container {
  margin: 0;
}
.image_container img {
  margin-left: auto;
  margin-right: auto;
}
:root {
  --icon_mask_menu-open: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 25 10'%3E%3Cpath fill='%23fff' d='M0 0h25v1H0zM0 9h25v1H0z'/%3E%3C/svg%3E");
  --icon_mask_menu-close: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 19'%3E%3Cpath fill='%23fff' d='M.719 18.329 17.72-.001l.733.68L1.452 19.01z'/%3E%3Cpath fill='%23fff' d='m.672.42 18.512 16.802-.672.74L0 1.162z'/%3E%3C/svg%3E");
  --icon_mask_search: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 18 18'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23fff' d='M17.968 6.77C17.593 2.965 14.436 0 10.605 0 6.517 0 3.21 3.38 3.21 7.534v.043a7.573 7.573 0 0 0 1.948 5.048L0 17.171.696 18l5.243-4.612a7.229 7.229 0 0 0 3.896 1.646c.257.022.513.044.77.044.29 0 .578-.022.856-.054 3.436-.404 6.154-3.195 6.496-6.716.022-.251.043-.513.043-.774 0-.262-.01-.513-.043-.774l.01.01Zm-7.363 7.218c-3.488 0-6.324-2.89-6.324-6.443 0-3.555 2.836-6.455 6.324-6.455 3.489 0 6.325 2.89 6.325 6.444s-2.836 6.443-6.325 6.443v.01Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h18v18H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  --icon_mask_shop: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Ebene_1' data-name='Ebene 1' viewBox='0 0 20 20'%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill:%23fff}%3C/style%3E%3C/defs%3E%3Cpath d='m18.6 13.15 1.08-1.98-1.08-2.13 1.08-2.1-1.09-2.1 1.01-2.52H9.95C9.65 1 8.47 0 7.06 0H3.28C1.65 0 .33 1.33.33 2.95v14.11c0 1.62 1.32 2.93 2.93 2.93h16.33l-1.01-2.57 1.09-2.19-1.07-2.08Zm-9.67 3.9c0 1.04-.84 1.88-1.88 1.88H3.27c-1.04 0-1.88-.84-1.88-1.88v-.32c0-1.02.83-1.86 1.86-1.86h3.82c1.02 0 1.86.83 1.86 1.86v.32Zm0-2.59c-.51-.41-1.15-.66-1.86-.66H3.25c-.7 0-1.35.25-1.86.66V2.95c0-1.04.84-1.88 1.88-1.88h3.78c1.04 0 1.88.84 1.88 1.88v11.5Zm9.08 4.46H9.35c.41-.51.66-1.15.66-1.86V3.41H18l-.6 1.5 1.06 2.05-1.07 2.09 1.07 2.11-1.08 1.98 1.08 2.11-1.06 2.13.61 1.55Z' class='cls-1'/%3E%3Ccircle cx='5.17' cy='16.9' r='1.01' class='cls-1'/%3E%3C/svg%3E");
}
#wrapper {
  position: relative;
}
#wrapper > * {
  position: relative;
  z-index: 1;
}
#header {
  position: absolute;
  z-index: 3;
  top: 0;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#header.overlay-is-opened {
  position: fixed;
}
#header > .inside {
  margin-right: 4vw;
  margin-left: 4vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 24px;
  padding-bottom: 24px;
}
@media screen and (min-width: 56.250rem) {
  #header > .inside {
    margin-right: calc(4.1666666667vw);
    margin-left: calc(4.1666666667vw);
  }
}
@media screen and (min-width: 75.000rem) {
  #header > .inside {
    margin-right: 8.3333333333vw;
    margin-left: 8.3333333333vw;
  }
}
@media screen and (min-width: 120rem) {
  #header > .inside {
    margin-right: auto;
    margin-left: auto;
    max-width: 1600px;
  }
}
#header > .inside > [class*="-container"] {
  flex: 1 1 0px;
}
#header > .inside .right-container {
  display: flex;
  justify-content: end;
  gap: 22px;
}
#header > .inside .offcanvas-overlay {
  --background-color: $color-dark-blue;
  --mm-color-icon: $color-white;
  color: #FFFFFF;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100dvh;
  background: #031834;
  top: 0;
  left: 0;
  transition: transform 0.33s ease-in;
  transform: translateY(-100%);
  z-index: -1;
  overflow: hidden;
}
#header > .inside .offcanvas-overlay > .inside .link-wrapper {
  display: flex;
  flex-direction: column;
  gap: calc(clamp(20px, 0px + 0.0333333333 * 100vw, 40px));
}
@media screen and (min-width: 56.250rem) {
  #header > .inside .offcanvas-overlay > .inside .link-wrapper {
    margin-top: calc(clamp(10px, -30px + 0.0666666667 * 100vw, 50px));
    margin-bottom: calc(clamp(10px, -80px + 0.15 * 100vw, 100px));
  }
}
#header > .inside .offcanvas-overlay > .inside .link-wrapper > .submenu #custom_submenu {
  display: block;
}
#header > .inside .offcanvas-overlay > .inside .link-wrapper > .submenu #custom_submenu ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#header > .inside .offcanvas-overlay > .inside .link-wrapper > .submenu #custom_submenu ul li > a, #header > .inside .offcanvas-overlay > .inside .link-wrapper > .submenu #custom_submenu ul li strong {
  color: #FFFFFF;
  font-weight: 300;
  font-size: calc(0.938rem + 0.26vw);
}
@media screen and (max-width: 37.5rem) {
  #header > .inside .offcanvas-overlay > .inside .link-wrapper > .submenu #custom_submenu ul li > a, #header > .inside .offcanvas-overlay > .inside .link-wrapper > .submenu #custom_submenu ul li strong {
    font-size: 0.938rem;
  }
}
@media screen and (min-width: 120rem) {
  #header > .inside .offcanvas-overlay > .inside .link-wrapper > .submenu #custom_submenu ul li > a, #header > .inside .offcanvas-overlay > .inside .link-wrapper > .submenu #custom_submenu ul li strong {
    font-size: 1.25rem;
  }
}
#header > .inside .offcanvas-overlay > .inside .link-wrapper > .submenu #custom_submenu ul li > a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 56.250rem) {
  #header > .inside .offcanvas-overlay > .inside .link-wrapper > .submenu {
    position: relative;
    padding-top: 30px;
  }
  #header > .inside .offcanvas-overlay > .inside .link-wrapper > .submenu:before {
    content: "";
    position: absolute;
    top: 0;
    left: -50%;
    width: 200%;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
  }
  #header > .inside .offcanvas-overlay > .inside .link-wrapper > .submenu > #custom_submenu ul li > a, #header > .inside .offcanvas-overlay > .inside .link-wrapper > .submenu > #custom_submenu ul li strong {
    color: rgba(255, 255, 255, 0.7);
  }
}
#header > .inside .offcanvas-overlay.is-opened {
  position: fixed;
  transform: translateY(0%);
  transition: transform 0.33s ease-in 0.33s;
}
#header > .inside .offcanvas-overlay.is-opened .inside {
  position: relative;
}
#header > .inside .offcanvas-overlay.is-opened .inside:before {
  content: "";
  position: absolute;
  left: -50%;
  top: 0;
  width: 200%;
  height: 1px;
  background: rgba(0, 0, 0, 0.4);
}
#header > .inside .offcanvas-overlay.is-opened > .inside > * {
  opacity: 1;
  transition: opacity 0.33s ease-in;
}
#header > .inside .offcanvas-overlay > .inside {
  padding-top: 37.5px;
  padding-bottom: 37.5px;
  margin-right: 4vw;
  margin-left: 4vw;
  width: 100%;
  max-width: 100vw;
  padding-block: 0 !important;
  display: grid;
  grid-template-columns: 1fr 2px 3fr;
  column-gap: 20px;
}
@media screen and (min-width: 56.250rem) {
  #header > .inside .offcanvas-overlay > .inside {
    margin-right: calc(4.1666666667vw);
    margin-left: calc(4.1666666667vw);
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media screen and (min-width: 75.000rem) {
  #header > .inside .offcanvas-overlay > .inside {
    margin-right: 8.3333333333vw;
    margin-left: 8.3333333333vw;
  }
}
@media screen and (min-width: 120rem) {
  #header > .inside .offcanvas-overlay > .inside {
    margin-right: auto;
    margin-left: auto;
    max-width: 1600px;
  }
}
@media screen and (max-width: 56.250rem) {
  #header > .inside .offcanvas-overlay > .inside {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto;
    column-gap: 0;
    row-gap: 40px;
    padding-left: 35px;
  }
}
#header > .inside .offcanvas-overlay > .inside > * {
  margin-bottom: 20px;
  opacity: 0;
  transition: opacity 0.33s ease-in 0.33s;
}
#header > .inside .offcanvas-overlay > .inside .link-wrapper .mm-wrapper {
  height: 100%;
}
#header > .inside .offcanvas-overlay > .inside .link-wrapper .mm-wrapper .mm-menu {
  --mm-listitem-size: 56px;
  --mm-color-border: transparent;
  --mm-color-background: var(--background-color);
  display: flex;
}
#header > .inside .offcanvas-overlay > .inside .link-wrapper .mm-wrapper .mm-menu .mm-navbars .mm-navbar {
  color: #FFFFFF;
}
#header > .inside .offcanvas-overlay > .inside .link-wrapper .mm-wrapper .mm-menu .mm-navbars .mm-navbar:has(a):hover .mm-navbar__title {
  text-decoration: underline;
}
#header > .inside .offcanvas-overlay > .inside .link-wrapper .mm-wrapper .mm-menu .mm-navbars .mm-navbar .mm-navbar__title {
  justify-content: start;
  padding: 0;
}
#header > .inside .offcanvas-overlay > .inside .link-wrapper .mm-wrapper .mm-menu .mm-navbars .mm-navbar .mm-btn--prev:before {
  border: 2px solid white;
  border-bottom: none;
  border-right: none;
  inset-inline-start: 6px;
}
#header > .inside .offcanvas-overlay > .inside .link-wrapper .mm-wrapper .mm-menu .mm-panel {
  background: #031834;
}
#header > .inside .offcanvas-overlay > .inside .link-wrapper .mm-wrapper .mm-menu .mm-panel .mm-listitem {
  color: #FFFFFF;
  font-size: calc(1.313rem + 0.625vw);
}
@media screen and (max-width: 37.5rem) {
  #header > .inside .offcanvas-overlay > .inside .link-wrapper .mm-wrapper .mm-menu .mm-panel .mm-listitem {
    font-size: 1.313rem;
  }
}
@media screen and (min-width: 120rem) {
  #header > .inside .offcanvas-overlay > .inside .link-wrapper .mm-wrapper .mm-menu .mm-panel .mm-listitem {
    font-size: 2.063rem;
  }
}
#header > .inside .offcanvas-overlay > .inside .link-wrapper .mm-wrapper .mm-menu .mm-panel .mm-listitem a, #header > .inside .offcanvas-overlay > .inside .link-wrapper .mm-wrapper .mm-menu .mm-panel .mm-listitem strong {
  font-weight: 300;
  line-height: normal;
  padding: calc(clamp(10px, 5px + 0.0083333333 * 100vw, 15px));
}
#header > .inside .offcanvas-overlay > .inside .link-wrapper .mm-wrapper .mm-menu .mm-panel .mm-listitem a.active, #header > .inside .offcanvas-overlay > .inside .link-wrapper .mm-wrapper .mm-menu .mm-panel .mm-listitem a.submenu, #header > .inside .offcanvas-overlay > .inside .link-wrapper .mm-wrapper .mm-menu .mm-panel .mm-listitem a.sibling, #header > .inside .offcanvas-overlay > .inside .link-wrapper .mm-wrapper .mm-menu .mm-panel .mm-listitem a.mm-listitem__text, #header > .inside .offcanvas-overlay > .inside .link-wrapper .mm-wrapper .mm-menu .mm-panel .mm-listitem strong.active, #header > .inside .offcanvas-overlay > .inside .link-wrapper .mm-wrapper .mm-menu .mm-panel .mm-listitem strong.submenu, #header > .inside .offcanvas-overlay > .inside .link-wrapper .mm-wrapper .mm-menu .mm-panel .mm-listitem strong.sibling, #header > .inside .offcanvas-overlay > .inside .link-wrapper .mm-wrapper .mm-menu .mm-panel .mm-listitem strong.mm-listitem__text {
  padding-left: 0;
  padding-right: 0;
}
#header > .inside .offcanvas-overlay > .inside .link-wrapper .mm-wrapper .mm-menu .mm-panel .mm-listitem__text {
  padding-left: 0;
}
#header > .inside .offcanvas-overlay > .inside .link-wrapper .mm-wrapper .mm-menu .mm-panel .mm-listitem:hover a {
  text-decoration: underline;
}
#header > .inside .offcanvas-overlay > .inside .link-wrapper .mm-wrapper .mm-menu .mm-panel .mm-listitem.trail a {
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.3);
}
#header > .inside .offcanvas-overlay > .inside .link-wrapper .mm-wrapper .mm-menu .mm-panel .mm-listitem .mm-btn--next {
  border: 1px solid transparent;
}
#header > .inside .offcanvas-overlay > .inside .link-wrapper .mm-wrapper .mm-menu .mm-panel .mm-listitem .mm-btn--next:hover {
  border: 1px solid rgba(255, 255, 255, 0.3);
}
#header > .inside .offcanvas-overlay > .inside .link-wrapper .mm-wrapper .mm-menu .mm-panel .mm-listitem .mm-btn--prev + .mm-navbar__title:hover > span {
  text-decoration: underline;
}
#header > .inside .offcanvas-overlay > .inside .link-wrapper .mm-wrapper .mm-menu .mm-panel .mm-listitem.active a {
  text-decoration: underline;
}
#header > .inside .offcanvas-overlay > .inside .link-wrapper .mm-wrapper .mm-menu .mm-panel .mm-listitem::after {
  inset-inline-start: 0px;
}
#header > .inside .offcanvas-overlay > .inside .link-wrapper .mm-wrapper .mm-menu .mm-panel .mm-listitem:last-of-type {
  margin-bottom: 0;
}
#header > .inside .offcanvas-overlay > .inside .link-wrapper .mm-wrapper .mm-menu .mm-panel .mm-listitem .mm-btn--next {
  padding-left: 40px;
}
#header > .inside .offcanvas-overlay > .inside .link-wrapper .mm-wrapper .mm-menu .mm-panel .mm-listitem .mm-btn--next:after {
  border: 2px solid #FFFFFF;
  border-bottom: none;
  border-right: none;
}
#header > .inside .offcanvas-overlay > .inside .divider {
  grid-column: 2;
  background: #001027;
}
#header > .inside .offcanvas-overlay > .inside .cards-wrapper {
  min-width: 0;
  margin-top: 0;
  margin-left: calc(clamp(0px, -120px + 0.2 * 100vw, 120px));
  height: 0px;
  display: none;
  visibility: hidden;
}
@media screen and (min-width: 56.250rem) {
  #header > .inside .offcanvas-overlay > .inside .cards-wrapper {
    height: 100%;
    display: block;
    visibility: visible;
  }
  #header > .inside .offcanvas-overlay > .inside .cards-wrapper .ce_rsce_overlay_header_swiper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
  #header > .inside .offcanvas-overlay > .inside .cards-wrapper .ce_rsce_overlay_header_swiper .swiper {
    margin-right: -8.3333333333vw;
  }
}
:is(#wrapper:has(.ce_rsce_header.simple-page), #wrapper:not(:has(.ce_rsce_header)), #wrapper:has(.mod_newsreader)) #header {
  position: relative;
  background-color: #031834;
  border-bottom: 0;
}
[data-theme="theme1"] :is(#wrapper:has(.ce_rsce_header.simple-page), #wrapper:not(:has(.ce_rsce_header)), #wrapper:has(.mod_newsreader)) #header {
  background-color: #000000;
}
.logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mainMenuMobileButton, .search-btn, .shop-btn {
  background-color: transparent;
  border: none;
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #FFFFFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.42;
  position: relative;
}
.mainMenuMobileButton:hover, .search-btn:hover, .shop-btn:hover {
  color: #FFFFFF;
  text-decoration: underline;
  cursor: pointer;
}
.mainMenuMobileButton::after, .search-btn::after, .shop-btn::after {
  content: "";
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
  min-height: 100%;
  background-color: currentColor;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-size: 100%;
}
@media screen and (max-width: 37.500rem) {
  .mainMenuMobileButton > .hamburger-label, .search-btn > .hamburger-label, .shop-btn > .hamburger-label {
    display: none;
  }
}
.mainMenuMobileButton {
  flex-direction: row-reverse;
}
.mainMenuMobileButton::after {
  mask-image: var(--icon_mask_menu-open);
}
.mainMenuMobileButton.is-opened::after {
  mask-image: var(--icon_mask_menu-close);
}
.search-btn::after {
  mask-image: var(--icon_mask_search);
}
@media screen and (max-width: 37.500rem) {
  .search-btn > .label {
    display: none;
  }
}
.header-link-spacer {
  width: 1px;
  height: 27px;
  opacity: 0.15;
  background: #FFFFFF;
}
.shop-btn {
  flex-direction: row-reverse;
}
.shop-btn::after {
  mask-image: var(--icon_mask_shop);
}
@media screen and (max-width: 37.500rem) {
  .shop-btn > .label {
    display: none;
  }
}
:root {
  --icon_mask_arrow-up: url('data:image/svg+xml,<svg viewBox="0 0 22 26" fill="none" xmlns="http://www.w3.org/2000/svg"><g filter="url(%23a)"><path d="M5 5.4 11.16 1l6.16 4.4" stroke="%23fff" shape-rendering="crispEdges"/></g><g filter="url(%23b)"><path d="M11 1v17" stroke="%23fff" shape-rendering="crispEdges"/></g><defs><filter id="a" x=".711" y=".386" width="20.898" height="13.422" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="4"/><feGaussianBlur stdDeviation="2"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_8057_754"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_8057_754" result="shape"/></filter><filter id="b" x="6.5" y="1" width="9" height="25" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="4"/><feGaussianBlur stdDeviation="2"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_8057_754"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_8057_754" result="shape"/></filter></defs></svg>');
  --icon_mask_change-language: url('data:image/svg+xml,<svg viewBox="0 0 29 29" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M26.558 14.481a12.068 12.068 0 1 0-24.136 0 12.068 12.068 0 0 0 24.136 0Zm-2.498-1.207h-3.536a15.58 15.58 0 0 0-2.812-7.892 9.654 9.654 0 0 1 6.348 7.892Zm-13.094 2.414h7.144a13.806 13.806 0 0 1-3.62 7.977 13.275 13.275 0 0 1-3.524-7.977Zm0-2.414A13.757 13.757 0 0 1 14.49 5.31a13.504 13.504 0 0 1 3.62 7.965h-7.144Zm.434-7.928a15.906 15.906 0 0 0-2.86 7.928H4.92a9.654 9.654 0 0 1 6.48-7.928ZM4.92 15.688h3.62a15.52 15.52 0 0 0 2.836 7.917 9.654 9.654 0 0 1-6.456-7.917Zm12.732 7.905a15.857 15.857 0 0 0 2.872-7.905h3.56a9.656 9.656 0 0 1-6.432 7.905Z" fill="%23031834"/></svg>');
  --icon_mask_accordion-open: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 31 31'%3E%3Cpath fill='%23031834' d='M0 14.5h31v2H0z'/%3E%3Cpath fill='%23031834' d='M16.5 0v31h-2V0z'/%3E%3C/svg%3E");
  --icon_mask_accordion-close: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 31 2'%3E%3Cpath fill='%23031834' d='M0 0h31v2H0z'/%3E%3C/svg%3E");
}
#footer {
  overflow: hidden;
  color: #031834;
  background-color: #FFFFFF;
}
#footer > .inside .footer_top_wrapper {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#footer > .inside .footer_top_wrapper .top_inside {
  padding-top: 17.5px;
  padding-bottom: 17.5px;
  margin-right: 4vw;
  margin-left: 4vw;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 56.250rem) {
  #footer > .inside .footer_top_wrapper .top_inside {
    margin-right: calc(4.1666666667vw);
    margin-left: calc(4.1666666667vw);
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
@media screen and (min-width: 75.000rem) {
  #footer > .inside .footer_top_wrapper .top_inside {
    margin-right: 8.3333333333vw;
    margin-left: 8.3333333333vw;
  }
}
@media screen and (min-width: 120rem) {
  #footer > .inside .footer_top_wrapper .top_inside {
    margin-right: auto;
    margin-left: auto;
    max-width: 1600px;
  }
}
#footer > .inside .footer_top_wrapper .top_inside .social_icons_wrapper .ce_rsce_social_list .inside .headline {
  display: none;
  visibility: hidden;
}
#footer > .inside .footer_top_wrapper .top_inside .change_language_wrapper {
  font-weight: 300;
  font-size: calc(0.75rem + 0.3125vw);
}
@media screen and (max-width: 37.5rem) {
  #footer > .inside .footer_top_wrapper .top_inside .change_language_wrapper {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 120rem) {
  #footer > .inside .footer_top_wrapper .top_inside .change_language_wrapper {
    font-size: 1.125rem;
  }
}
#footer > .inside .footer_top_wrapper .top_inside .change_language_wrapper .change_language_text {
  display: flex;
  align-items: center;
}
#footer > .inside .footer_top_wrapper .top_inside .change_language_wrapper .change_language_text:before {
  content: "";
  display: inline-block;
  height: calc(clamp(20px, 16px + 0.0066666667 * 100vw, 24px));
  width: calc(clamp(20px, 16px + 0.0066666667 * 100vw, 24px));
  mask-image: var(--icon_mask_change-language);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 100%;
  margin-right: calc(clamp(5px, 0px + 0.0083333333 * 100vw, 10px));
  background-color: #031834;
}
#footer > .inside .footer_main_wrapper .inside_main {
  margin-right: 4vw;
  margin-left: 4vw;
  padding-top: calc(clamp(40px, -20px + 0.1 * 100vw, 100px));
  margin-left: 8vw;
  margin-right: 8vw;
  display: grid;
  column-gap: 20px;
}
@media screen and (min-width: 56.250rem) {
  #footer > .inside .footer_main_wrapper .inside_main {
    margin-right: calc(4.1666666667vw);
    margin-left: calc(4.1666666667vw);
  }
}
@media screen and (min-width: 75.000rem) {
  #footer > .inside .footer_main_wrapper .inside_main {
    margin-right: 8.3333333333vw;
    margin-left: 8.3333333333vw;
  }
}
@media screen and (min-width: 120rem) {
  #footer > .inside .footer_main_wrapper .inside_main {
    margin-right: auto;
    margin-left: auto;
    max-width: 1600px;
  }
}
#footer > .inside .footer_main_wrapper .inside_main .logo_container {
  padding-bottom: 40px;
  position: relative;
}
#footer > .inside .footer_main_wrapper .inside_main .logo_container:after {
  position: absolute;
  content: "";
  left: -20%;
  width: 200%;
  bottom: 0;
  background-color: #000D20;
  height: 1px;
}
#footer > .inside .footer_main_wrapper .inside_main .logo_container .logo {
  justify-content: center;
}
#footer > .inside .footer_main_wrapper .inside_main .logo_container .logo svg {
  width: calc(clamp(120px, 68px + 0.0866666667 * 100vw, 172px));
  height: auto;
}
#footer > .inside .footer_main_wrapper .inside_main .menus_wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
  margin-top: 40px;
  margin-bottom: calc(clamp(40px, 0px + 0.0666666667 * 100vw, 80px));
}
#footer > .inside .footer_main_wrapper .inside_main .menus_wrapper .menu_footer h1, #footer > .inside .footer_main_wrapper .inside_main .menus_wrapper .menu_footer h2, #footer > .inside .footer_main_wrapper .inside_main .menus_wrapper .menu_footer h3, #footer > .inside .footer_main_wrapper .inside_main .menus_wrapper .menu_footer h4, #footer > .inside .footer_main_wrapper .inside_main .menus_wrapper .menu_footer h5, #footer > .inside .footer_main_wrapper .inside_main .menus_wrapper .menu_footer h6, #footer > .inside .footer_main_wrapper .inside_main .menus_wrapper .menu_footer .handorgel__header__button {
  font-weight: 300;
  font-size: calc(1.375rem + 0.1041666667vw);
  text-transform: uppercase;
}
@media screen and (max-width: 37.5rem) {
  #footer > .inside .footer_main_wrapper .inside_main .menus_wrapper .menu_footer h1, #footer > .inside .footer_main_wrapper .inside_main .menus_wrapper .menu_footer h2, #footer > .inside .footer_main_wrapper .inside_main .menus_wrapper .menu_footer h3, #footer > .inside .footer_main_wrapper .inside_main .menus_wrapper .menu_footer h4, #footer > .inside .footer_main_wrapper .inside_main .menus_wrapper .menu_footer h5, #footer > .inside .footer_main_wrapper .inside_main .menus_wrapper .menu_footer h6, #footer > .inside .footer_main_wrapper .inside_main .menus_wrapper .menu_footer .handorgel__header__button {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 120rem) {
  #footer > .inside .footer_main_wrapper .inside_main .menus_wrapper .menu_footer h1, #footer > .inside .footer_main_wrapper .inside_main .menus_wrapper .menu_footer h2, #footer > .inside .footer_main_wrapper .inside_main .menus_wrapper .menu_footer h3, #footer > .inside .footer_main_wrapper .inside_main .menus_wrapper .menu_footer h4, #footer > .inside .footer_main_wrapper .inside_main .menus_wrapper .menu_footer h5, #footer > .inside .footer_main_wrapper .inside_main .menus_wrapper .menu_footer h6, #footer > .inside .footer_main_wrapper .inside_main .menus_wrapper .menu_footer .handorgel__header__button {
    font-size: 1.5rem;
  }
}
#footer > .inside .footer_main_wrapper .inside_main .menus_wrapper .menu_footer ul li {
  margin-bottom: 10px;
}
#footer > .inside .footer_main_wrapper .inside_main .menus_wrapper .menu_footer ul li:last-of-type {
  margin-bottom: 0;
}
#footer > .inside .footer_main_wrapper .inside_main .menus_wrapper .menu_footer ul li.active {
  text-decoration: underline;
}
#footer > .inside .footer_main_wrapper .inside_main .menus_wrapper .menu_footer ul li a, #footer > .inside .footer_main_wrapper .inside_main .menus_wrapper .menu_footer ul li strong {
  font-size: calc(1rem + 0.1041666667vw);
  color: rgba(237, 237, 237, 0.6);
  font-weight: 300;
}
@media screen and (max-width: 37.5rem) {
  #footer > .inside .footer_main_wrapper .inside_main .menus_wrapper .menu_footer ul li a, #footer > .inside .footer_main_wrapper .inside_main .menus_wrapper .menu_footer ul li strong {
    font-size: 1rem;
  }
}
@media screen and (min-width: 120rem) {
  #footer > .inside .footer_main_wrapper .inside_main .menus_wrapper .menu_footer ul li a, #footer > .inside .footer_main_wrapper .inside_main .menus_wrapper .menu_footer ul li strong {
    font-size: 1.125rem;
  }
}
#footer > .inside .footer_main_wrapper .inside_main .menus_wrapper .menu_footer ul li a:hover {
  cursor: pointer;
  text-decoration: underline;
}
#footer > .inside .footer_main_wrapper .inside_main .menus_wrapper .menu_footer.handorgel {
  width: 100%;
}
#footer > .inside .footer_main_wrapper .inside_main .menus_wrapper .menu_footer.handorgel .handorgel__header .handorgel__header__button {
  background: transparent;
  border: none;
  padding: 0;
}
@media screen and (max-width: 56.250rem) {
  #footer > .inside .footer_main_wrapper .inside_main .menus_wrapper .menu_footer.handorgel .handorgel__header .handorgel__header__button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
  }
  #footer > .inside .footer_main_wrapper .inside_main .menus_wrapper .menu_footer.handorgel .handorgel__header .handorgel__header__button::after {
    content: "";
    display: inline-block;
    width: 0.9em;
    height: 0.9em;
    min-height: 100%;
    background-color: currentColor;
    mask-image: var(--icon_mask_accordion-open);
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-size: 100% 100%;
  }
  #footer > .inside .footer_main_wrapper .inside_main .menus_wrapper .menu_footer.handorgel .handorgel__header.handorgel__header--opened .handorgel__header__button::after {
    mask-image: var(--icon_mask_accordion-close);
  }
}
#footer > .inside .footer_main_wrapper .inside_main .menus_wrapper .menu_footer.handorgel .handorgel__content {
  background: transparent;
  border: none;
}
#footer > .inside .footer_main_wrapper .inside_main .menus_wrapper .menu_footer.handorgel .handorgel__content .handorgel__content__inner {
  padding-left: 0;
}
#footer > .inside .footer_main_wrapper .inside_main .menus_wrapper .link_up_container {
  display: none;
  visibility: hidden;
}
#footer > .inside .footer_main_wrapper .inside_main .menus_wrapper .link_up_container .link_up {
  height: calc(clamp(40px, 32px + 0.0133333333 * 100vw, 48px));
  width: calc(clamp(40px, 32px + 0.0133333333 * 100vw, 48px));
  background-color: #2DA4DC;
  display: block;
  text-decoration: none;
  transition: 0.3s;
}
#footer > .inside .footer_main_wrapper .inside_main .menus_wrapper .link_up_container .link_up:hover {
  text-decoration: underline;
  scale: 1.05;
}
#footer > .inside .footer_main_wrapper .inside_main .menus_wrapper .link_up_container .link_up .icon_container {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  mask-image: var(--icon_mask_arrow-up);
  mask-position: 50% 65%;
  mask-repeat: no-repeat;
  mask-size: 43%;
  margin-bottom: 7px;
}
#footer > .inside .footer_main_wrapper .inside_main .menus_wrapper .link_up_container .link_up .link_up_text {
  text-decoration: none;
  font-weight: 300;
  font-size: 0.938rem;
  display: flex;
  text-align: center;
}
#footer > .inside .footer_main_wrapper .inside_main .section_divider {
  grid-column: 1 / -1;
  height: 1px;
  background: rgba(0, 0, 0, 0.42);
  display: none;
}
#footer > .inside .footer_main_wrapper .inside_main .legals_container {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  column-gap: 20px;
}
#footer > .inside .footer_main_wrapper .inside_main .legals_container .legals_menu {
  padding-top: calc(clamp(25px, 0px + 0.0416666667 * 100vw, 50px));
  padding-bottom: calc(clamp(25px, 0px + 0.0416666667 * 100vw, 50px));
  position: relative;
}
#footer > .inside .footer_main_wrapper .inside_main .legals_container .legals_menu:before {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 200%;
  background: #000D20;
  height: 1px;
}
#footer > .inside .footer_main_wrapper .inside_main .legals_container .legals_menu:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -50%;
  width: 200%;
  background: #000D20;
  height: 1px;
}
#footer > .inside .footer_main_wrapper .inside_main .legals_container .legals_menu nav ul {
  display: flex;
  flex-direction: row;
  gap: calc(clamp(20px, 10px + 0.0166666667 * 100vw, 30px));
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: calc(0.875rem + 0.1041666667vw);
  font-weight: 300;
}
@media screen and (max-width: 37.5rem) {
  #footer > .inside .footer_main_wrapper .inside_main .legals_container .legals_menu nav ul {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 120rem) {
  #footer > .inside .footer_main_wrapper .inside_main .legals_container .legals_menu nav ul {
    font-size: 1rem;
  }
}
#footer > .inside .footer_main_wrapper .inside_main .legals_container .legals_menu nav ul li.active {
  text-decoration: underline;
}
#footer > .inside .footer_main_wrapper .inside_main .legals_container .brand_name {
  padding-top: calc(clamp(25px, 0px + 0.0416666667 * 100vw, 50px));
  padding-bottom: calc(clamp(25px, 0px + 0.0416666667 * 100vw, 50px));
  font-size: calc(0.75rem + 0.1041666667vw);
  color: rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 300;
}
@media screen and (max-width: 37.5rem) {
  #footer > .inside .footer_main_wrapper .inside_main .legals_container .brand_name {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 120rem) {
  #footer > .inside .footer_main_wrapper .inside_main .legals_container .brand_name {
    font-size: 0.875rem;
  }
}
#footer > .inside .footer_main_wrapper .inside_main a, #footer > .inside .footer_main_wrapper .inside_main div, #footer > .inside .footer_main_wrapper .inside_main span {
  color: #FFFFFF;
}
#footer > .inside .footer_main_wrapper .inside_main a:hover {
  text-decoration: underline;
}
#footer > .inside .footer_bottom_wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-right: 4vw;
  margin-left: 4vw;
  text-align: center;
  font-weight: 300;
  font-size: calc(0.75rem + 0.1041666667vw);
}
@media screen and (min-width: 56.250rem) {
  #footer > .inside .footer_bottom_wrapper {
    margin-right: calc(4.1666666667vw);
    margin-left: calc(4.1666666667vw);
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 75.000rem) {
  #footer > .inside .footer_bottom_wrapper {
    margin-right: 8.3333333333vw;
    margin-left: 8.3333333333vw;
  }
}
@media screen and (min-width: 120rem) {
  #footer > .inside .footer_bottom_wrapper {
    margin-right: auto;
    margin-left: auto;
    max-width: 1600px;
  }
}
@media screen and (max-width: 37.5rem) {
  #footer > .inside .footer_bottom_wrapper {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 120rem) {
  #footer > .inside .footer_bottom_wrapper {
    font-size: 0.875rem;
  }
}
#footer .footer_main_wrapper {
  background-color: #031834;
}
[data-theme="theme1"] #footer .footer_main_wrapper {
  background-color: #000000;
}
@media screen and (min-width: 56.250rem) {
  #footer > .inside .footer_top_wrapper .top_inside .social_icons_wrapper .ce_rsce_social_list .inside .headline {
    display: block;
    visibility: visible;
  }
  #footer > .inside .footer_main_wrapper .inside_main {
    grid-template-columns: 25fr 75fr;
  }
  #footer > .inside .footer_main_wrapper .inside_main .logo_container:after {
    display: none;
  }
  #footer > .inside .footer_main_wrapper .inside_main .logo_container .logo {
    justify-content: start;
  }
  #footer > .inside .footer_main_wrapper .inside_main .menus_wrapper {
    margin-top: 0;
    flex-wrap: nowrap;
  }
  #footer > .inside .footer_main_wrapper .inside_main .menus_wrapper .menu_footer.handorgel {
    width: auto;
  }
  #footer > .inside .footer_main_wrapper .inside_main .menus_wrapper .menu_footer.handorgel .handorgel__header .handorgel__header__button {
    pointer-events: none;
  }
  #footer > .inside .footer_main_wrapper .inside_main .menus_wrapper .menu_footer.handorgel .handorgel__content {
    height: auto !important;
    display: block;
  }
  #footer > .inside .footer_main_wrapper .inside_main .menus_wrapper .menu_footer.handorgel .handorgel__content .handorgel__content__inner {
    opacity: 1;
    height: auto;
  }
  #footer > .inside .footer_main_wrapper .inside_main .menus_wrapper .link_up_container {
    display: block;
    visibility: visible;
  }
  #footer > .inside .footer_main_wrapper .inside_main .section_divider {
    display: block;
    visibility: visible;
  }
  #footer > .inside .footer_main_wrapper .inside_main .legals_container {
    flex-direction: row;
  }
  #footer > .inside .footer_main_wrapper .inside_main .legals_container .legals_menu:before {
    display: none;
  }
  #footer > .inside .footer_main_wrapper .inside_main .legals_container .legals_menu:after {
    display: none;
  }
  #footer > .inside .footer_main_wrapper .inside_main .legals_container .legals_menu nav ul {
    justify-content: start;
  }
}
@media screen and (min-width: 75.000rem) {
  #footer > .inside .footer_main_wrapper .inside_main {
    grid-template-columns: 33fr 66fr;
  }
}
html {
  background-color: #031834;
}
body {
  height: 100%;
  min-height: 100%;
}
body {
  position: relative;
  isolation: isolate;
  overflow-x: initial;
}
#wrapper {
  background-color: #FFFFFF;
  min-height: 100vh;
}
body[data-theme="theme1"] #wrapper {
  background-color: #000000;
}
#footer-banner {
  position: sticky;
  bottom: 0;
  left: 0;
  z-index: -1;
}
svg.svg-blur {
  width: 66px;
  height: 66px;
  -webkit-backdrop-filter: blur(17px);
  backdrop-filter: blur(17px);
  border-radius: 50%;
}
.swiper-button-next, .swiper-button-prev {
  width: 66px;
  height: 66px;
}
.pagination {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  column-gap: 20px;
  row-gap: 10px;
}
.pagination > ul {
  display: flex;
  align-items: center;
  gap: 10px;
}
.pagination > ul a:hover {
  border: 1px solid #2DA4DC;
  transition: 0.3s;
}
.pagination > ul .previous {
  transition: 0.3s;
}
.pagination > ul .previous svg {
  rotate: 180deg;
  width: 4px;
}
.pagination > ul .next svg {
  width: 4px;
}
.pagination > ul .first svg {
  width: 10px;
}
.pagination > ul .last svg {
  width: 10px;
}
.pagination > ul li a, .pagination > ul li strong {
  min-width: 32px;
  min-height: 32px;
  aspect-ratio: 1;
  border: 1px solid #EDEDED;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 0.875rem;
  color: #031834;
  text-decoration: none;
}
.pagination > ul li a span, .pagination > ul li strong span {
  display: none;
}
.pagination > ul li strong.active {
  background-color: #0056A2;
  color: #FFFFFF;
}
.pagination > ul li strong.active svg path {
  stroke: #FFFFFF;
}
.pagination .currentpage {
  font-size: 0.875rem;
}
p:not(.more, .btn, .button) a {
  color: #0056A2;
}
button[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
}
a.button, a.btn, span.button, p.btn a, p.button a, :is(.hofff-consent-button, .hofff-consent-button-close), #main button[type="submit"], .mod_search button[type="submit"] {
  display: inline-block;
  color: #FFFFFF;
  background-color: #0056A2;
  border: 1px solid #0056A2;
  text-decoration: none;
  padding: 1em 3em;
  text-align: center;
  text-transform: uppercase;
  font-size: calc(0.6875rem + 0.0520833333vw);
  font-style: normal;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 37.5rem) {
  a.button, a.btn, span.button, p.btn a, p.button a, :is(.hofff-consent-button, .hofff-consent-button-close), #main button[type="submit"], .mod_search button[type="submit"] {
    font-size: 0.6875rem;
  }
}
@media screen and (min-width: 120rem) {
  a.button, a.btn, span.button, p.btn a, p.button a, :is(.hofff-consent-button, .hofff-consent-button-close), #main button[type="submit"], .mod_search button[type="submit"] {
    font-size: 0.75rem;
  }
}
a.button:hover, a.btn:hover, span.button:hover, p.btn a:hover, p.button a:hover, :is(.hofff-consent-button, .hofff-consent-button-close):hover, #main button[type="submit"]:hover, .mod_search button[type="submit"]:hover {
  cursor: pointer;
  background-color: #031834;
  border: 1px solid #031834;
  text-decoration: underline;
}
.btn.invert, .button.invert {
  color: #FFFFFF;
  background-color: initial;
  border: 1px solid #FFFFFF;
  background: rgba(0, 0, 0, 0.01);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.btn.invert:hover, .button.invert:hover {
  color: #FFFFFF;
  background-color: initial;
  border: 1px solid #FFFFFF;
  background: rgba(0, 0, 0, 0.1);
  text-decoration: underline;
}
#main input[type="text"], #main input[type="email"], #main input[type="number"], #main input[type="tel"], #main input[type="date"], #main input[type="password"], #main select, #main textarea {
  color: #031834;
  display: block;
  outline: none;
  width: 100%;
  font-size: 1rem;
  padding: 17px 20px;
  border: 1px solid #191919;
  background-color: #EDEDED;
  /* Autofill Selektor für Inputs (background-color und color Stand August 2024 nicht möglich)
        &:is(:-webkit-autofill, :autofill, -internal-autofill-selected) {
        }
        */
}
#main input[type="file"] {
  padding: 17px 20px;
  background: #EDEDED;
}
#main input[type="radio"] {
  accent-color: var(--color-primary);
}
#main input[type="range"] {
  accent-color: var(--color-primary);
}
#main input[type="checkbox"] {
  accent-color: var(--color-primary);
}
#main select {
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
#main div:has(> select) {
  position: relative;
}
#main div:has(> select):after {
  pointer-events: none;
  content: "";
  clip-path: polygon(50.4% 74.8%, 79.9% 40.3%, 100% 40%, 50.1% 100%, 0% 40%, 20.6% 40.3%);
  background: #000000;
  height: 10px;
  width: 10px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
#main .inside .mod_article:first-of-type {
  padding-top: 0;
}
.mod_article.bg-light-grey {
  background-color: #EDEDED;
}
body[data-theme="theme1"] .mod_article.bg-light-grey {
  background-color: #191919;
}
:root {
  --icon_mask_menu-close: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 15'%3E%3Cpath fill='%23fff' d='m1.305 0 14.142 14.142-.745.745L.56.745z'/%3E%3Cpath fill='%23fff' d='M.555 14.142 14.697 0l.744.744L1.3 14.886z'/%3E%3C/svg%3E");
}
nav a {
  text-decoration: none;
}
nav ul {
  margin: 0;
  padding: 0;
}
nav strong {
  font-weight: normal;
}
.mod_newslist .layout_full > .inside {
  position: relative;
}
.mod_newslist .layout_full > .inside .info {
  position: absolute;
  top: 1.334em;
  left: 1.334em;
  font-size: calc(0.75rem + 0.15625vw);
}
@media screen and (max-width: 37.5rem) {
  .mod_newslist .layout_full > .inside .info {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 120rem) {
  .mod_newslist .layout_full > .inside .info {
    font-size: 0.9375rem;
  }
}
.mod_newslist .layout_full > .inside .info time {
  background-color: #031834;
  color: #FFFFFF;
  width: 4em;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mod_newslist .layout_full > .inside .info time .day {
  text-align: center;
}
.mod_newslist .layout_full > .inside .info time .month {
  text-align: center;
}
.mod_newslist .layout_full > .inside .headline, .mod_newslist .layout_full > .inside .subline {
  font-size: calc(1.25rem + 0.2083333333vw);
  font-weight: 300;
  line-height: 1.33;
}
@media screen and (max-width: 37.5rem) {
  .mod_newslist .layout_full > .inside .headline, .mod_newslist .layout_full > .inside .subline {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 120rem) {
  .mod_newslist .layout_full > .inside .headline, .mod_newslist .layout_full > .inside .subline {
    font-size: 1.5rem;
  }
}
.mod_newslist .layout_full > .inside .headline {
  padding-top: 20px;
}
.mod_newslist .layout_full > .inside .more a {
  color: #0056A2;
  font-size: calc(0.9375rem + 0.15625vw);
  font-weight: 300;
  line-height: 1.33;
  text-decoration: none;
}
@media screen and (max-width: 37.5rem) {
  .mod_newslist .layout_full > .inside .more a {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 120rem) {
  .mod_newslist .layout_full > .inside .more a {
    font-size: 1.125rem;
  }
}
.mod_newslist .layout_full > .inside .more a:hover {
  text-decoration: underline;
}
.mod_newslist.hasSwiper {
  overflow: hidden;
  padding-top: 37.5px;
  padding-bottom: 37.5px;
}
.mod_newslist.hasSwiper .swiper {
  padding-left: calc(( 100vw - 1600px ) / 2);
}
.mod_newslist.hasSwiper .swiper-container {
  position: relative;
}
.mod_newslist.hasSwiper .swiper-button-next, .mod_newslist.hasSwiper .swiper-button-prev {
  --swiper-navigation-sides-offset: -10px;
  --swiper-navigation-top-offset: 42%;
  width: 80px;
  height: 80px;
}
.mod_newslist.hasSwiper .swiper-button-next:after, .mod_newslist.hasSwiper .swiper-button-prev:after {
  display: none;
}
.mod_newslist.hasSwiper .swiper-slide .image_container a {
  display: block;
  height: 100%;
}
.mod_newslist.hasSwiper .swiper-slide .image_container picture {
  display: block;
  width: 100%;
  height: 100%;
}
.mod_newslist.hasSwiper .swiper-slide .image_container picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 56.250rem) {
  .mod_newslist.hasSwiper {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
.mod_newslist.hasSwiper .swiper-pagination {
  max-width: 600px;
  --swiper-pagination-progressbar-size: 1px;
  --swiper-pagination-progressbar-bg-color: #EDEDED;
  --swiper-pagination-color: #0056A2;
  left: 50%;
  translate: -50% 0;
  top: -25px;
}
@media screen and (min-width: 56.250rem) {
  .mod_newslist.hasSwiper .swiper-pagination {
    top: -37.5px;
  }
}
.mod_newslist:not(.hasSwiper) {
  padding-top: 37.5px;
  padding-bottom: 37.5px;
  margin-right: 4vw;
  margin-left: 4vw;
  display: grid;
  gap: calc(clamp(20px, 0px + 0.0333333333 * 100vw, 40px));
}
@media screen and (min-width: 56.250rem) {
  .mod_newslist:not(.hasSwiper) {
    margin-right: calc(4.1666666667vw);
    margin-left: calc(4.1666666667vw);
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media screen and (min-width: 75.000rem) {
  .mod_newslist:not(.hasSwiper) {
    margin-right: 8.3333333333vw;
    margin-left: 8.3333333333vw;
  }
}
@media screen and (min-width: 120rem) {
  .mod_newslist:not(.hasSwiper) {
    margin-right: auto;
    margin-left: auto;
    max-width: 1600px;
  }
}
@media only screen and (min-width: 37.500rem) {
  .mod_newslist:not(.hasSwiper) {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 56.250rem) {
  .mod_newslist:not(.hasSwiper) {
    grid-template-columns: repeat(3, 1fr);
  }
}
.mod_newslist:not(.hasSwiper) .headline-container {
  grid-column: 1 / -1;
}
.mod_newslist:not(.hasSwiper) .pagination {
  grid-column: 1 / -1;
}
.mod_newsreader .layout_full .meta_container {
  background-color: #EDEDED;
}
.mod_newsreader .layout_full .meta_container > .inside {
  display: grid;
  align-items: center;
}
@media screen and (min-width: 56.250rem) {
  .mod_newsreader .layout_full .meta_container > .inside {
    grid-template-columns: 1fr 1fr;
  }
}
.mod_newsreader .layout_full .meta_container > .inside .image_container {
  grid-row: 1;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 56.250rem) {
  .mod_newsreader .layout_full .meta_container > .inside .image_container {
    grid-row: initial;
  }
}
.mod_newsreader .layout_full .meta_container > .inside .image_container * {
  height: 100%;
  width: 100%;
}
.mod_newsreader .layout_full .meta_container > .inside .image_container picture {
  display: inline-block;
}
.mod_newsreader .layout_full .meta_container > .inside .image_container picture img {
  object-fit: cover;
}
.mod_newsreader .layout_full .meta_container > .inside .headline_container {
  padding-top: calc(clamp(20px, -58px + 0.13 * 100vw, 98px));
  padding-bottom: calc(clamp(20px, -58px + 0.13 * 100vw, 98px));
  padding-left: 4vw;
}
@media screen and (min-width: 56.250rem) {
  .mod_newsreader .layout_full .meta_container > .inside .headline_container {
    padding-left: calc(4.1666666667vw);
  }
}
@media screen and (min-width: 75.000rem) {
  .mod_newsreader .layout_full .meta_container > .inside .headline_container {
    padding-left: 8.3333333333vw;
  }
}
@media screen and (min-width: 112.500rem) {
  .mod_newsreader .layout_full .meta_container > .inside .headline_container {
    padding-left: calc(( 100vw - 1600px ) / 2);
  }
}
@media screen and (min-width: 56.250rem) {
  .mod_newsreader .layout_full .meta_container > .inside .headline_container {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding-right: calc(clamp(20px, -58px + 0.13 * 100vw, 98px));
  }
}
.mod_newsreader .layout_full .meta_container > .inside .headline_container .headline {
  margin-top: 0.25em;
}
.mod_newsreader .layout_full .meta_container > .inside .headline_container .info time {
  color: #0056A2;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.33;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
.mod_hpk_product_detail .hpk_product_detail {
  padding-top: 37.5px;
  padding-bottom: 37.5px;
  margin-right: 4vw;
  margin-left: 4vw;
}
@media screen and (min-width: 56.250rem) {
  .mod_hpk_product_detail .hpk_product_detail {
    margin-right: calc(4.1666666667vw);
    margin-left: calc(4.1666666667vw);
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media screen and (min-width: 75.000rem) {
  .mod_hpk_product_detail .hpk_product_detail {
    margin-right: 8.3333333333vw;
    margin-left: 8.3333333333vw;
  }
}
@media screen and (min-width: 120rem) {
  .mod_hpk_product_detail .hpk_product_detail {
    margin-right: auto;
    margin-left: auto;
    max-width: 1600px;
  }
}
.mod_hpk_product_detail .hpk_product_detail:has(.go_back_wrapper) {
  padding-top: 0 !important;
}
.mod_hpk_product_detail .hpk_product_detail:has(.go_back_wrapper) .go_back_wrapper {
  padding-top: calc(clamp(25px, 15px + 0.0166666667 * 100vw, 35px));
  padding-bottom: calc(clamp(25px, 15px + 0.0166666667 * 100vw, 35px));
}
.mod_hpk_product_detail .hpk_product_detail:has(.go_back_wrapper) .go_back_wrapper .go_back_link {
  font-size: calc(0.625rem + 0.1041666667vw);
}
@media screen and (max-width: 37.5rem) {
  .mod_hpk_product_detail .hpk_product_detail:has(.go_back_wrapper) .go_back_wrapper .go_back_link {
    font-size: 0.625rem;
  }
}
@media screen and (min-width: 120rem) {
  .mod_hpk_product_detail .hpk_product_detail:has(.go_back_wrapper) .go_back_wrapper .go_back_link {
    font-size: 0.75rem;
  }
}
.mod_hpk_product_detail .hpk_product_detail .product_title {
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: calc(1.625rem + 0.8333333333vw);
}
@media screen and (max-width: 37.5rem) {
  .mod_hpk_product_detail .hpk_product_detail .product_title {
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 120rem) {
  .mod_hpk_product_detail .hpk_product_detail .product_title {
    font-size: 2.625rem;
  }
}
.mod_hpk_product_detail .hpk_product_detail .kollektionen_namen {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 0.875rem;
}
.mod_hpk_product_detail .hpk_product_detail .detail_content_wrapper .main_info_wrapper .musterservice_wrapper {
  margin-bottom: 20px;
  font-size: calc(0.813rem + 0.1041666667vw);
}
@media screen and (max-width: 37.5rem) {
  .mod_hpk_product_detail .hpk_product_detail .detail_content_wrapper .main_info_wrapper .musterservice_wrapper {
    font-size: 0.813rem;
  }
}
@media screen and (min-width: 120rem) {
  .mod_hpk_product_detail .hpk_product_detail .detail_content_wrapper .main_info_wrapper .musterservice_wrapper {
    font-size: 0.938rem;
  }
}
.mod_hpk_product_detail .hpk_product_detail .detail_content_wrapper .content-accordion {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  border-top: 1px solid #EDEDED;
}
.mod_hpk_product_detail .hpk_product_detail .detail_content_wrapper .content-accordion:last-of-type {
  border-bottom: 1px solid #EDEDED;
}
.mod_hpk_product_detail .hpk_product_detail .detail_content_wrapper .content-accordion .handorgel__header.handorgel__header--opened .handorgel__header__button:after {
  rotate: 180deg;
}
.mod_hpk_product_detail .hpk_product_detail .detail_content_wrapper .content-accordion .handorgel__header .handorgel__header__button {
  padding: calc(clamp(15px, 10px + 0.0083333333 * 100vw, 20px)) 0;
  padding-right: calc(clamp(15px, -5px + 0.0333333333 * 100vw, 35px));
  background: transparent;
  font-size: calc(1rem + 0.1041666667vw);
}
@media screen and (max-width: 37.5rem) {
  .mod_hpk_product_detail .hpk_product_detail .detail_content_wrapper .content-accordion .handorgel__header .handorgel__header__button {
    font-size: 1rem;
  }
}
@media screen and (min-width: 120rem) {
  .mod_hpk_product_detail .hpk_product_detail .detail_content_wrapper .content-accordion .handorgel__header .handorgel__header__button {
    font-size: 1.125rem;
  }
}
.mod_hpk_product_detail .hpk_product_detail .detail_content_wrapper .content-accordion .handorgel__header .handorgel__header__button:after {
  transition: 0.3s;
  width: 14px;
  height: 7px;
  mask-image: var(--icon_mask_accordion_open);
  flex-shrink: 0;
}
.mod_hpk_product_detail .hpk_product_detail .detail_content_wrapper .content-accordion .handorgel__content {
  font-size: calc(0.875rem + 0.0525vw);
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 37.5rem) {
  .mod_hpk_product_detail .hpk_product_detail .detail_content_wrapper .content-accordion .handorgel__content {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 120rem) {
  .mod_hpk_product_detail .hpk_product_detail .detail_content_wrapper .content-accordion .handorgel__content {
    font-size: 0.938rem;
  }
}
.mod_hpk_product_detail .hpk_product_detail .detail_content_wrapper .content-accordion .handorgel__content .handorgel__content__inner {
  padding-left: 0;
  border-left: none;
  padding-bottom: calc(clamp(15px, 10px + 0.0083333333 * 100vw, 20px));
}
.mod_hpk_product_detail .collections_list_wrapper {
  padding-top: 37.5px;
  padding-bottom: 37.5px;
  margin-right: 4vw;
  margin-left: 4vw;
}
@media screen and (min-width: 56.250rem) {
  .mod_hpk_product_detail .collections_list_wrapper {
    margin-right: calc(4.1666666667vw);
    margin-left: calc(4.1666666667vw);
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media screen and (min-width: 75.000rem) {
  .mod_hpk_product_detail .collections_list_wrapper {
    margin-right: 8.3333333333vw;
    margin-left: 8.3333333333vw;
  }
}
@media screen and (min-width: 120rem) {
  .mod_hpk_product_detail .collections_list_wrapper {
    margin-right: auto;
    margin-left: auto;
    max-width: 1600px;
  }
}
.mod_hpk_product_detail .collections_list_wrapper .collections_headline {
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 2rem;
}
.mod_hpk_collection_detail .ce_rsce_header.collection-page {
  height: 70svh;
}
.mod_hpk_collection_detail .ce_rsce_header.collection-page .swiper-container {
  min-height: fit-content;
  height: auto;
  grid-column: 1;
  grid-row: 1;
}
@media screen and (max-width: 37.438rem) {
  .mod_hpk_collection_detail .ce_rsce_header.collection-page .swiper-container .swiper-button-next, .mod_hpk_collection_detail .ce_rsce_header.collection-page .swiper-container .swiper-button-prev {
    display: block;
    height: 50px;
    width: 50px;
    top: 55%;
  }
  .mod_hpk_collection_detail .ce_rsce_header.collection-page .swiper-container .swiper-button-next svg, .mod_hpk_collection_detail .ce_rsce_header.collection-page .swiper-container .swiper-button-next .svg-blur, .mod_hpk_collection_detail .ce_rsce_header.collection-page .swiper-container .swiper-button-prev svg, .mod_hpk_collection_detail .ce_rsce_header.collection-page .swiper-container .swiper-button-prev .svg-blur {
    height: 50px;
    width: 50px;
  }
}
.mod_hpk_collection_detail .ce_rsce_header.collection-page .content_container {
  pointer-events: none;
}
.mod_hpk_collection_detail .hpk_pagination {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-right: 4vw;
  margin-left: 4vw;
  margin-bottom: calc(clamp(40px, -20px + 0.1 * 100vw, 100px));
}
@media screen and (min-width: 56.250rem) {
  .mod_hpk_collection_detail .hpk_pagination {
    margin-right: calc(4.1666666667vw);
    margin-left: calc(4.1666666667vw);
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 75.000rem) {
  .mod_hpk_collection_detail .hpk_pagination {
    margin-right: 8.3333333333vw;
    margin-left: 8.3333333333vw;
  }
}
@media screen and (min-width: 120rem) {
  .mod_hpk_collection_detail .hpk_pagination {
    margin-right: auto;
    margin-left: auto;
    max-width: 1600px;
  }
}
:root {
  --icon_mask_filter_open: url('data:image/svg+xml,<svg viewBox="0 0 22 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 1.5h21.513M7 15h8M19 8H3" stroke="%23031834" stroke-width="2"/></svg>');
  --icon_mask_search_magnifier: url('data:image/svg+xml,<svg viewBox="0 0 22 23" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="10" r="9" stroke="%23031834" stroke-width="2"/><path stroke="%23031834" stroke-width="2" d="m5.707 16.707-5 5"/></svg>');
  --icon_mask_accordion_open: url('data:image/svg+xml,<svg viewBox="0 0 14 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m1 1 6 5 6-5" stroke="%23031834" stroke-width="1.5"/></svg>');
}
#main .hpk-favorites-counter {
  padding-top: 37.5px;
  padding-bottom: 37.5px;
  margin-right: 4vw;
  margin-left: 4vw;
}
@media screen and (min-width: 56.250rem) {
  #main .hpk-favorites-counter {
    margin-right: calc(4.1666666667vw);
    margin-left: calc(4.1666666667vw);
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media screen and (min-width: 75.000rem) {
  #main .hpk-favorites-counter {
    margin-right: 8.3333333333vw;
    margin-left: 8.3333333333vw;
  }
}
@media screen and (min-width: 120rem) {
  #main .hpk-favorites-counter {
    margin-right: auto;
    margin-left: auto;
    max-width: 1600px;
  }
}
.mod_hpk_product_list, .collections_list_wrapper, .product_list_collection_wrapper, .mod_hpk_favorites {
  max-width: 100%;
}
.mod_hpk_product_list .filter_section_wrapper, .collections_list_wrapper .filter_section_wrapper, .product_list_collection_wrapper .filter_section_wrapper, .mod_hpk_favorites .filter_section_wrapper {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mod_hpk_product_list .filter_section_wrapper .search_filter_section, .collections_list_wrapper .filter_section_wrapper .search_filter_section, .product_list_collection_wrapper .filter_section_wrapper .search_filter_section, .mod_hpk_favorites .filter_section_wrapper .search_filter_section {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-right: 4vw;
  margin-left: 4vw;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 56.250rem) {
  .mod_hpk_product_list .filter_section_wrapper .search_filter_section, .collections_list_wrapper .filter_section_wrapper .search_filter_section, .product_list_collection_wrapper .filter_section_wrapper .search_filter_section, .mod_hpk_favorites .filter_section_wrapper .search_filter_section {
    margin-right: calc(4.1666666667vw);
    margin-left: calc(4.1666666667vw);
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 75.000rem) {
  .mod_hpk_product_list .filter_section_wrapper .search_filter_section, .collections_list_wrapper .filter_section_wrapper .search_filter_section, .product_list_collection_wrapper .filter_section_wrapper .search_filter_section, .mod_hpk_favorites .filter_section_wrapper .search_filter_section {
    margin-right: 8.3333333333vw;
    margin-left: 8.3333333333vw;
  }
}
@media screen and (min-width: 120rem) {
  .mod_hpk_product_list .filter_section_wrapper .search_filter_section, .collections_list_wrapper .filter_section_wrapper .search_filter_section, .product_list_collection_wrapper .filter_section_wrapper .search_filter_section, .mod_hpk_favorites .filter_section_wrapper .search_filter_section {
    margin-right: auto;
    margin-left: auto;
    max-width: 1600px;
  }
}
.mod_hpk_product_list .filter_section_wrapper .search_filter_section .search_wrapper .search_input_wrapper #search_toggle, .collections_list_wrapper .filter_section_wrapper .search_filter_section .search_wrapper .search_input_wrapper #search_toggle, .product_list_collection_wrapper .filter_section_wrapper .search_filter_section .search_wrapper .search_input_wrapper #search_toggle, .mod_hpk_favorites .filter_section_wrapper .search_filter_section .search_wrapper .search_input_wrapper #search_toggle {
  font-size: calc(1rem + 0.2083333333vw);
}
@media screen and (max-width: 37.5rem) {
  .mod_hpk_product_list .filter_section_wrapper .search_filter_section .search_wrapper .search_input_wrapper #search_toggle, .collections_list_wrapper .filter_section_wrapper .search_filter_section .search_wrapper .search_input_wrapper #search_toggle, .product_list_collection_wrapper .filter_section_wrapper .search_filter_section .search_wrapper .search_input_wrapper #search_toggle, .mod_hpk_favorites .filter_section_wrapper .search_filter_section .search_wrapper .search_input_wrapper #search_toggle {
    font-size: 1rem;
  }
}
@media screen and (min-width: 120rem) {
  .mod_hpk_product_list .filter_section_wrapper .search_filter_section .search_wrapper .search_input_wrapper #search_toggle, .collections_list_wrapper .filter_section_wrapper .search_filter_section .search_wrapper .search_input_wrapper #search_toggle, .product_list_collection_wrapper .filter_section_wrapper .search_filter_section .search_wrapper .search_input_wrapper #search_toggle, .mod_hpk_favorites .filter_section_wrapper .search_filter_section .search_wrapper .search_input_wrapper #search_toggle {
    font-size: 1.25rem;
  }
}
.mod_hpk_product_list .filter_section_wrapper .search_filter_section .filter_wrapper #filter-toggle:hover, .collections_list_wrapper .filter_section_wrapper .search_filter_section .filter_wrapper #filter-toggle:hover, .product_list_collection_wrapper .filter_section_wrapper .search_filter_section .filter_wrapper #filter-toggle:hover, .mod_hpk_favorites .filter_section_wrapper .search_filter_section .filter_wrapper #filter-toggle:hover {
  text-decoration: underline;
  cursor: pointer;
}
.mod_hpk_product_list .filter_section_wrapper .search_filter_section .filter_wrapper #filter-toggle .filter_text, .collections_list_wrapper .filter_section_wrapper .search_filter_section .filter_wrapper #filter-toggle .filter_text, .product_list_collection_wrapper .filter_section_wrapper .search_filter_section .filter_wrapper #filter-toggle .filter_text, .mod_hpk_favorites .filter_section_wrapper .search_filter_section .filter_wrapper #filter-toggle .filter_text {
  font-weight: 300;
  font-size: calc(1rem + 0.2608333333vw);
}
@media screen and (max-width: 37.5rem) {
  .mod_hpk_product_list .filter_section_wrapper .search_filter_section .filter_wrapper #filter-toggle .filter_text, .collections_list_wrapper .filter_section_wrapper .search_filter_section .filter_wrapper #filter-toggle .filter_text, .product_list_collection_wrapper .filter_section_wrapper .search_filter_section .filter_wrapper #filter-toggle .filter_text, .mod_hpk_favorites .filter_section_wrapper .search_filter_section .filter_wrapper #filter-toggle .filter_text {
    font-size: 1rem;
  }
}
@media screen and (min-width: 120rem) {
  .mod_hpk_product_list .filter_section_wrapper .search_filter_section .filter_wrapper #filter-toggle .filter_text, .collections_list_wrapper .filter_section_wrapper .search_filter_section .filter_wrapper #filter-toggle .filter_text, .product_list_collection_wrapper .filter_section_wrapper .search_filter_section .filter_wrapper #filter-toggle .filter_text, .mod_hpk_favorites .filter_section_wrapper .search_filter_section .filter_wrapper #filter-toggle .filter_text {
    font-size: 1.313rem;
  }
}
.mod_hpk_product_list .filter_section_wrapper .search_filter_section .filter_wrapper #filter-toggle .filter_text:before, .collections_list_wrapper .filter_section_wrapper .search_filter_section .filter_wrapper #filter-toggle .filter_text:before, .product_list_collection_wrapper .filter_section_wrapper .search_filter_section .filter_wrapper #filter-toggle .filter_text:before, .mod_hpk_favorites .filter_section_wrapper .search_filter_section .filter_wrapper #filter-toggle .filter_text:before {
  content: "";
  display: inline-block;
  margin-right: 15px;
  width: 0.9em;
  height: 0.9em;
  min-height: 100%;
  background-color: currentColor;
  mask-image: var(--icon_mask_filter_open);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-size: 100% 100%;
}
.mod_hpk_product_list #hpk_product_filters.filter-panel .filter_foreground, .collections_list_wrapper #hpk_product_filters.filter-panel .filter_foreground, .product_list_collection_wrapper #hpk_product_filters.filter-panel .filter_foreground, .mod_hpk_favorites #hpk_product_filters.filter-panel .filter_foreground {
  padding-top: calc(clamp(20px, 5px + 0.025 * 100vw, 35px));
}
.mod_hpk_product_list #hpk_product_filters.filter-panel .filter_foreground .filter_header, .collections_list_wrapper #hpk_product_filters.filter-panel .filter_foreground .filter_header, .product_list_collection_wrapper #hpk_product_filters.filter-panel .filter_foreground .filter_header, .mod_hpk_favorites #hpk_product_filters.filter-panel .filter_foreground .filter_header {
  margin-left: calc(clamp(35px, 10px + 0.0416666667 * 100vw, 60px));
  margin-right: calc(clamp(35px, 10px + 0.0416666667 * 100vw, 60px));
  margin-bottom: 18px;
}
.mod_hpk_product_list #hpk_product_filters.filter-panel .filter_foreground .filter_header .close-filter svg, .collections_list_wrapper #hpk_product_filters.filter-panel .filter_foreground .filter_header .close-filter svg, .product_list_collection_wrapper #hpk_product_filters.filter-panel .filter_foreground .filter_header .close-filter svg, .mod_hpk_favorites #hpk_product_filters.filter-panel .filter_foreground .filter_header .close-filter svg {
  display: block;
  height: 18px;
  width: 18px;
}
.mod_hpk_product_list #hpk_product_filters.filter-panel .filter_foreground .filter-tags-wrapper, .collections_list_wrapper #hpk_product_filters.filter-panel .filter_foreground .filter-tags-wrapper, .product_list_collection_wrapper #hpk_product_filters.filter-panel .filter_foreground .filter-tags-wrapper, .mod_hpk_favorites #hpk_product_filters.filter-panel .filter_foreground .filter-tags-wrapper {
  margin-left: calc(clamp(35px, 10px + 0.0416666667 * 100vw, 60px));
  margin-right: calc(clamp(35px, 10px + 0.0416666667 * 100vw, 60px));
  margin-bottom: 15px;
}
.mod_hpk_product_list #hpk_product_filters.filter-panel .filter_foreground .filter-tags-wrapper .filter_tags .filter_tag, .collections_list_wrapper #hpk_product_filters.filter-panel .filter_foreground .filter-tags-wrapper .filter_tags .filter_tag, .product_list_collection_wrapper #hpk_product_filters.filter-panel .filter_foreground .filter-tags-wrapper .filter_tags .filter_tag, .mod_hpk_favorites #hpk_product_filters.filter-panel .filter_foreground .filter-tags-wrapper .filter_tags .filter_tag {
  background-color: #EDEDED;
  padding: 8px;
}
.mod_hpk_product_list #hpk_product_filters.filter-panel .filter_foreground .filter-tags-wrapper .filter_tags .filter_tag:after, .collections_list_wrapper #hpk_product_filters.filter-panel .filter_foreground .filter-tags-wrapper .filter_tags .filter_tag:after, .product_list_collection_wrapper #hpk_product_filters.filter-panel .filter_foreground .filter-tags-wrapper .filter_tags .filter_tag:after, .mod_hpk_favorites #hpk_product_filters.filter-panel .filter_foreground .filter-tags-wrapper .filter_tags .filter_tag:after {
  margin-left: 20px;
}
.mod_hpk_product_list #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper, .collections_list_wrapper #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper, .product_list_collection_wrapper #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper, .mod_hpk_favorites #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  pointer-events: auto;
}
.mod_hpk_product_list #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper.panel-hidden, .collections_list_wrapper #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper.panel-hidden, .product_list_collection_wrapper #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper.panel-hidden, .mod_hpk_favorites #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper.panel-hidden {
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  visibility: hidden;
  height: 0px;
  width: 0px;
  overflow: hidden;
}
.mod_hpk_product_list #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper .content-accordion, .collections_list_wrapper #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper .content-accordion, .product_list_collection_wrapper #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper .content-accordion, .mod_hpk_favorites #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper .content-accordion {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-left: calc(clamp(35px, 10px + 0.0416666667 * 100vw, 60px)) !important;
  margin-right: calc(clamp(35px, 10px + 0.0416666667 * 100vw, 60px)) !important;
}
.mod_hpk_product_list #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper .content-accordion .handorgel__header.handorgel__header--opened .handorgel__header__button:after, .collections_list_wrapper #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper .content-accordion .handorgel__header.handorgel__header--opened .handorgel__header__button:after, .product_list_collection_wrapper #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper .content-accordion .handorgel__header.handorgel__header--opened .handorgel__header__button:after, .mod_hpk_favorites #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper .content-accordion .handorgel__header.handorgel__header--opened .handorgel__header__button:after {
  rotate: 180deg;
}
.mod_hpk_product_list #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper .content-accordion .handorgel__header .handorgel__header__button, .collections_list_wrapper #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper .content-accordion .handorgel__header .handorgel__header__button, .product_list_collection_wrapper #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper .content-accordion .handorgel__header .handorgel__header__button, .mod_hpk_favorites #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper .content-accordion .handorgel__header .handorgel__header__button {
  padding: calc(clamp(15px, 10px + 0.0083333333 * 100vw, 20px)) 0;
  background: transparent;
  font-size: calc(1rem + 0.1041666667vw);
}
@media screen and (max-width: 37.5rem) {
  .mod_hpk_product_list #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper .content-accordion .handorgel__header .handorgel__header__button, .collections_list_wrapper #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper .content-accordion .handorgel__header .handorgel__header__button, .product_list_collection_wrapper #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper .content-accordion .handorgel__header .handorgel__header__button, .mod_hpk_favorites #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper .content-accordion .handorgel__header .handorgel__header__button {
    font-size: 1rem;
  }
}
@media screen and (min-width: 120rem) {
  .mod_hpk_product_list #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper .content-accordion .handorgel__header .handorgel__header__button, .collections_list_wrapper #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper .content-accordion .handorgel__header .handorgel__header__button, .product_list_collection_wrapper #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper .content-accordion .handorgel__header .handorgel__header__button, .mod_hpk_favorites #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper .content-accordion .handorgel__header .handorgel__header__button {
    font-size: 1.125rem;
  }
}
.mod_hpk_product_list #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper .content-accordion .handorgel__header .handorgel__header__button:after, .collections_list_wrapper #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper .content-accordion .handorgel__header .handorgel__header__button:after, .product_list_collection_wrapper #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper .content-accordion .handorgel__header .handorgel__header__button:after, .mod_hpk_favorites #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper .content-accordion .handorgel__header .handorgel__header__button:after {
  transition: 0.3s;
  width: 14px;
  height: 7px;
  mask-image: var(--icon_mask_accordion_open);
}
.mod_hpk_product_list #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper .content-accordion .handorgel__content, .collections_list_wrapper #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper .content-accordion .handorgel__content, .product_list_collection_wrapper #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper .content-accordion .handorgel__content, .mod_hpk_favorites #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper .content-accordion .handorgel__content {
  font-size: calc(0.813rem + 0.0516666667vw);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 37.5rem) {
  .mod_hpk_product_list #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper .content-accordion .handorgel__content, .collections_list_wrapper #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper .content-accordion .handorgel__content, .product_list_collection_wrapper #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper .content-accordion .handorgel__content, .mod_hpk_favorites #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper .content-accordion .handorgel__content {
    font-size: 0.813rem;
  }
}
@media screen and (min-width: 120rem) {
  .mod_hpk_product_list #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper .content-accordion .handorgel__content, .collections_list_wrapper #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper .content-accordion .handorgel__content, .product_list_collection_wrapper #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper .content-accordion .handorgel__content, .mod_hpk_favorites #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper .content-accordion .handorgel__content {
    font-size: 0.875rem;
  }
}
.mod_hpk_product_list #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper .content-accordion .handorgel__content .handorgel__content__inner, .collections_list_wrapper #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper .content-accordion .handorgel__content .handorgel__content__inner, .product_list_collection_wrapper #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper .content-accordion .handorgel__content .handorgel__content__inner, .mod_hpk_favorites #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper .content-accordion .handorgel__content .handorgel__content__inner {
  padding-bottom: calc(clamp(15px, 10px + 0.0083333333 * 100vw, 20px));
  padding-left: 0;
  border-left: none;
  /*
							.filter_option{
								
								&:hover {
									cursor: pointer;
								}
							}
							*/
}
@media screen and (min-width: 56.250rem) {
  .mod_hpk_product_list #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper .content-accordion .filter_list#hpk_funktion_filter, .collections_list_wrapper #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper .content-accordion .filter_list#hpk_funktion_filter, .product_list_collection_wrapper #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper .content-accordion .filter_list#hpk_funktion_filter, .mod_hpk_favorites #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper .content-accordion .filter_list#hpk_funktion_filter {
    grid-template-columns: 1fr 1fr;
  }
}
.mod_hpk_product_list #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper .content-accordion .double_range_slider_box .minvalue, .collections_list_wrapper #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper .content-accordion .double_range_slider_box .minvalue, .product_list_collection_wrapper #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper .content-accordion .double_range_slider_box .minvalue, .mod_hpk_favorites #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper .content-accordion .double_range_slider_box .minvalue {
  font-size: 0.875rem;
  bottom: 5px;
}
.mod_hpk_product_list #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper .content-accordion .double_range_slider_box .maxvalue, .collections_list_wrapper #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper .content-accordion .double_range_slider_box .maxvalue, .product_list_collection_wrapper #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper .content-accordion .double_range_slider_box .maxvalue, .mod_hpk_favorites #hpk_product_filters.filter-panel .filter_foreground .accordion-filters-wrapper .content-accordion .double_range_slider_box .maxvalue {
  font-size: 0.875rem;
  top: 5px;
}
.mod_hpk_product_list #hpk_product_filters.filter-panel .filter_foreground #hpkStartFilterSearch, .collections_list_wrapper #hpk_product_filters.filter-panel .filter_foreground #hpkStartFilterSearch, .product_list_collection_wrapper #hpk_product_filters.filter-panel .filter_foreground #hpkStartFilterSearch, .mod_hpk_favorites #hpk_product_filters.filter-panel .filter_foreground #hpkStartFilterSearch {
  width: 100%;
  margin-top: calc(clamp(30px, 0px + 0.05 * 100vw, 60px));
  text-align: center;
  position: absolute;
  bottom: 0;
}
.mod_hpk_product_list #hpk_product_filters.filter-panel .filter_foreground #hpkStartFilterSearch:before, .collections_list_wrapper #hpk_product_filters.filter-panel .filter_foreground #hpkStartFilterSearch:before, .product_list_collection_wrapper #hpk_product_filters.filter-panel .filter_foreground #hpkStartFilterSearch:before, .mod_hpk_favorites #hpk_product_filters.filter-panel .filter_foreground #hpkStartFilterSearch:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  right: 0;
  top: -50px;
  height: 50px;
  background: #ffffff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 90%);
}
.mod_hpk_product_list .product_list:not(.collection_list), .mod_hpk_product_list .collection_list:not(.collection_list), .collections_list_wrapper .product_list:not(.collection_list), .collections_list_wrapper .collection_list:not(.collection_list), .product_list_collection_wrapper .product_list:not(.collection_list), .product_list_collection_wrapper .collection_list:not(.collection_list), .mod_hpk_favorites .product_list:not(.collection_list), .mod_hpk_favorites .collection_list:not(.collection_list) {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-right: 4vw;
  margin-left: 4vw;
}
@media screen and (min-width: 56.250rem) {
  .mod_hpk_product_list .product_list:not(.collection_list), .mod_hpk_product_list .collection_list:not(.collection_list), .collections_list_wrapper .product_list:not(.collection_list), .collections_list_wrapper .collection_list:not(.collection_list), .product_list_collection_wrapper .product_list:not(.collection_list), .product_list_collection_wrapper .collection_list:not(.collection_list), .mod_hpk_favorites .product_list:not(.collection_list), .mod_hpk_favorites .collection_list:not(.collection_list) {
    margin-right: calc(4.1666666667vw);
    margin-left: calc(4.1666666667vw);
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 75.000rem) {
  .mod_hpk_product_list .product_list:not(.collection_list), .mod_hpk_product_list .collection_list:not(.collection_list), .collections_list_wrapper .product_list:not(.collection_list), .collections_list_wrapper .collection_list:not(.collection_list), .product_list_collection_wrapper .product_list:not(.collection_list), .product_list_collection_wrapper .collection_list:not(.collection_list), .mod_hpk_favorites .product_list:not(.collection_list), .mod_hpk_favorites .collection_list:not(.collection_list) {
    margin-right: 8.3333333333vw;
    margin-left: 8.3333333333vw;
  }
}
@media screen and (min-width: 120rem) {
  .mod_hpk_product_list .product_list:not(.collection_list), .mod_hpk_product_list .collection_list:not(.collection_list), .collections_list_wrapper .product_list:not(.collection_list), .collections_list_wrapper .collection_list:not(.collection_list), .product_list_collection_wrapper .product_list:not(.collection_list), .product_list_collection_wrapper .collection_list:not(.collection_list), .mod_hpk_favorites .product_list:not(.collection_list), .mod_hpk_favorites .collection_list:not(.collection_list) {
    margin-right: auto;
    margin-left: auto;
    max-width: 1600px;
  }
}
.mod_hpk_product_list .product_list#hpk_favorites_list, .mod_hpk_product_list .collection_list#hpk_favorites_list, .collections_list_wrapper .product_list#hpk_favorites_list, .collections_list_wrapper .collection_list#hpk_favorites_list, .product_list_collection_wrapper .product_list#hpk_favorites_list, .product_list_collection_wrapper .collection_list#hpk_favorites_list, .mod_hpk_favorites .product_list#hpk_favorites_list, .mod_hpk_favorites .collection_list#hpk_favorites_list {
  row-gap: calc(clamp(30px, -10px + 0.0666666667 * 100vw, 70px));
}
.mod_hpk_product_list .product_list#hpk_favorites_list .product_item .product_wrapper .product_inside .textcontent_container .product_name, .mod_hpk_product_list .collection_list#hpk_favorites_list .product_item .product_wrapper .product_inside .textcontent_container .product_name, .collections_list_wrapper .product_list#hpk_favorites_list .product_item .product_wrapper .product_inside .textcontent_container .product_name, .collections_list_wrapper .collection_list#hpk_favorites_list .product_item .product_wrapper .product_inside .textcontent_container .product_name, .product_list_collection_wrapper .product_list#hpk_favorites_list .product_item .product_wrapper .product_inside .textcontent_container .product_name, .product_list_collection_wrapper .collection_list#hpk_favorites_list .product_item .product_wrapper .product_inside .textcontent_container .product_name, .mod_hpk_favorites .product_list#hpk_favorites_list .product_item .product_wrapper .product_inside .textcontent_container .product_name, .mod_hpk_favorites .collection_list#hpk_favorites_list .product_item .product_wrapper .product_inside .textcontent_container .product_name {
  font-size: calc(0.938rem + 0.6766666667vw);
}
@media screen and (max-width: 37.5rem) {
  .mod_hpk_product_list .product_list#hpk_favorites_list .product_item .product_wrapper .product_inside .textcontent_container .product_name, .mod_hpk_product_list .collection_list#hpk_favorites_list .product_item .product_wrapper .product_inside .textcontent_container .product_name, .collections_list_wrapper .product_list#hpk_favorites_list .product_item .product_wrapper .product_inside .textcontent_container .product_name, .collections_list_wrapper .collection_list#hpk_favorites_list .product_item .product_wrapper .product_inside .textcontent_container .product_name, .product_list_collection_wrapper .product_list#hpk_favorites_list .product_item .product_wrapper .product_inside .textcontent_container .product_name, .product_list_collection_wrapper .collection_list#hpk_favorites_list .product_item .product_wrapper .product_inside .textcontent_container .product_name, .mod_hpk_favorites .product_list#hpk_favorites_list .product_item .product_wrapper .product_inside .textcontent_container .product_name, .mod_hpk_favorites .collection_list#hpk_favorites_list .product_item .product_wrapper .product_inside .textcontent_container .product_name {
    font-size: 0.938rem;
  }
}
@media screen and (min-width: 120rem) {
  .mod_hpk_product_list .product_list#hpk_favorites_list .product_item .product_wrapper .product_inside .textcontent_container .product_name, .mod_hpk_product_list .collection_list#hpk_favorites_list .product_item .product_wrapper .product_inside .textcontent_container .product_name, .collections_list_wrapper .product_list#hpk_favorites_list .product_item .product_wrapper .product_inside .textcontent_container .product_name, .collections_list_wrapper .collection_list#hpk_favorites_list .product_item .product_wrapper .product_inside .textcontent_container .product_name, .product_list_collection_wrapper .product_list#hpk_favorites_list .product_item .product_wrapper .product_inside .textcontent_container .product_name, .product_list_collection_wrapper .collection_list#hpk_favorites_list .product_item .product_wrapper .product_inside .textcontent_container .product_name, .mod_hpk_favorites .product_list#hpk_favorites_list .product_item .product_wrapper .product_inside .textcontent_container .product_name, .mod_hpk_favorites .collection_list#hpk_favorites_list .product_item .product_wrapper .product_inside .textcontent_container .product_name {
    font-size: 1.75rem;
  }
}
.mod_hpk_product_list .product_list#hpk_favorites_list .product_item .product_wrapper .product_inside .textcontent_container .product_type_badge, .mod_hpk_product_list .collection_list#hpk_favorites_list .product_item .product_wrapper .product_inside .textcontent_container .product_type_badge, .collections_list_wrapper .product_list#hpk_favorites_list .product_item .product_wrapper .product_inside .textcontent_container .product_type_badge, .collections_list_wrapper .collection_list#hpk_favorites_list .product_item .product_wrapper .product_inside .textcontent_container .product_type_badge, .product_list_collection_wrapper .product_list#hpk_favorites_list .product_item .product_wrapper .product_inside .textcontent_container .product_type_badge, .product_list_collection_wrapper .collection_list#hpk_favorites_list .product_item .product_wrapper .product_inside .textcontent_container .product_type_badge, .mod_hpk_favorites .product_list#hpk_favorites_list .product_item .product_wrapper .product_inside .textcontent_container .product_type_badge, .mod_hpk_favorites .collection_list#hpk_favorites_list .product_item .product_wrapper .product_inside .textcontent_container .product_type_badge {
  color: #2DA4DC;
  text-transform: uppercase;
  font-size: calc(0.75rem + 0.2083333333vw);
}
@media screen and (max-width: 37.5rem) {
  .mod_hpk_product_list .product_list#hpk_favorites_list .product_item .product_wrapper .product_inside .textcontent_container .product_type_badge, .mod_hpk_product_list .collection_list#hpk_favorites_list .product_item .product_wrapper .product_inside .textcontent_container .product_type_badge, .collections_list_wrapper .product_list#hpk_favorites_list .product_item .product_wrapper .product_inside .textcontent_container .product_type_badge, .collections_list_wrapper .collection_list#hpk_favorites_list .product_item .product_wrapper .product_inside .textcontent_container .product_type_badge, .product_list_collection_wrapper .product_list#hpk_favorites_list .product_item .product_wrapper .product_inside .textcontent_container .product_type_badge, .product_list_collection_wrapper .collection_list#hpk_favorites_list .product_item .product_wrapper .product_inside .textcontent_container .product_type_badge, .mod_hpk_favorites .product_list#hpk_favorites_list .product_item .product_wrapper .product_inside .textcontent_container .product_type_badge, .mod_hpk_favorites .collection_list#hpk_favorites_list .product_item .product_wrapper .product_inside .textcontent_container .product_type_badge {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 120rem) {
  .mod_hpk_product_list .product_list#hpk_favorites_list .product_item .product_wrapper .product_inside .textcontent_container .product_type_badge, .mod_hpk_product_list .collection_list#hpk_favorites_list .product_item .product_wrapper .product_inside .textcontent_container .product_type_badge, .collections_list_wrapper .product_list#hpk_favorites_list .product_item .product_wrapper .product_inside .textcontent_container .product_type_badge, .collections_list_wrapper .collection_list#hpk_favorites_list .product_item .product_wrapper .product_inside .textcontent_container .product_type_badge, .product_list_collection_wrapper .product_list#hpk_favorites_list .product_item .product_wrapper .product_inside .textcontent_container .product_type_badge, .product_list_collection_wrapper .collection_list#hpk_favorites_list .product_item .product_wrapper .product_inside .textcontent_container .product_type_badge, .mod_hpk_favorites .product_list#hpk_favorites_list .product_item .product_wrapper .product_inside .textcontent_container .product_type_badge, .mod_hpk_favorites .collection_list#hpk_favorites_list .product_item .product_wrapper .product_inside .textcontent_container .product_type_badge {
    font-size: 1rem;
  }
}
.mod_hpk_product_list .product_list#hpk_favorites_list .product_item .product_wrapper .product_meta, .mod_hpk_product_list .collection_list#hpk_favorites_list .product_item .product_wrapper .product_meta, .collections_list_wrapper .product_list#hpk_favorites_list .product_item .product_wrapper .product_meta, .collections_list_wrapper .collection_list#hpk_favorites_list .product_item .product_wrapper .product_meta, .product_list_collection_wrapper .product_list#hpk_favorites_list .product_item .product_wrapper .product_meta, .product_list_collection_wrapper .collection_list#hpk_favorites_list .product_item .product_wrapper .product_meta, .mod_hpk_favorites .product_list#hpk_favorites_list .product_item .product_wrapper .product_meta, .mod_hpk_favorites .collection_list#hpk_favorites_list .product_item .product_wrapper .product_meta {
  font-size: calc(0.75rem + 0.1041666667vw);
  hyphens: auto;
}
@media screen and (max-width: 37.5rem) {
  .mod_hpk_product_list .product_list#hpk_favorites_list .product_item .product_wrapper .product_meta, .mod_hpk_product_list .collection_list#hpk_favorites_list .product_item .product_wrapper .product_meta, .collections_list_wrapper .product_list#hpk_favorites_list .product_item .product_wrapper .product_meta, .collections_list_wrapper .collection_list#hpk_favorites_list .product_item .product_wrapper .product_meta, .product_list_collection_wrapper .product_list#hpk_favorites_list .product_item .product_wrapper .product_meta, .product_list_collection_wrapper .collection_list#hpk_favorites_list .product_item .product_wrapper .product_meta, .mod_hpk_favorites .product_list#hpk_favorites_list .product_item .product_wrapper .product_meta, .mod_hpk_favorites .collection_list#hpk_favorites_list .product_item .product_wrapper .product_meta {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 120rem) {
  .mod_hpk_product_list .product_list#hpk_favorites_list .product_item .product_wrapper .product_meta, .mod_hpk_product_list .collection_list#hpk_favorites_list .product_item .product_wrapper .product_meta, .collections_list_wrapper .product_list#hpk_favorites_list .product_item .product_wrapper .product_meta, .collections_list_wrapper .collection_list#hpk_favorites_list .product_item .product_wrapper .product_meta, .product_list_collection_wrapper .product_list#hpk_favorites_list .product_item .product_wrapper .product_meta, .product_list_collection_wrapper .collection_list#hpk_favorites_list .product_item .product_wrapper .product_meta, .mod_hpk_favorites .product_list#hpk_favorites_list .product_item .product_wrapper .product_meta, .mod_hpk_favorites .collection_list#hpk_favorites_list .product_item .product_wrapper .product_meta {
    font-size: 0.875rem;
  }
}
.mod_hpk_product_list .product_list#hpk_favorites_list .product_item .product_wrapper .product_meta .product_function, .mod_hpk_product_list .collection_list#hpk_favorites_list .product_item .product_wrapper .product_meta .product_function, .collections_list_wrapper .product_list#hpk_favorites_list .product_item .product_wrapper .product_meta .product_function, .collections_list_wrapper .collection_list#hpk_favorites_list .product_item .product_wrapper .product_meta .product_function, .product_list_collection_wrapper .product_list#hpk_favorites_list .product_item .product_wrapper .product_meta .product_function, .product_list_collection_wrapper .collection_list#hpk_favorites_list .product_item .product_wrapper .product_meta .product_function, .mod_hpk_favorites .product_list#hpk_favorites_list .product_item .product_wrapper .product_meta .product_function, .mod_hpk_favorites .collection_list#hpk_favorites_list .product_item .product_wrapper .product_meta .product_function {
  text-transform: uppercase;
}
.mod_hpk_product_list .product_list .product_item a, .mod_hpk_product_list .product_list .collection_item a, .mod_hpk_product_list .collection_list .product_item a, .mod_hpk_product_list .collection_list .collection_item a, .collections_list_wrapper .product_list .product_item a, .collections_list_wrapper .product_list .collection_item a, .collections_list_wrapper .collection_list .product_item a, .collections_list_wrapper .collection_list .collection_item a, .product_list_collection_wrapper .product_list .product_item a, .product_list_collection_wrapper .product_list .collection_item a, .product_list_collection_wrapper .collection_list .product_item a, .product_list_collection_wrapper .collection_list .collection_item a, .mod_hpk_favorites .product_list .product_item a, .mod_hpk_favorites .product_list .collection_item a, .mod_hpk_favorites .collection_list .product_item a, .mod_hpk_favorites .collection_list .collection_item a {
  text-decoration: none;
}
.mod_hpk_product_list .product_list .product_item a:hover .image_container img, .mod_hpk_product_list .product_list .collection_item a:hover .image_container img, .mod_hpk_product_list .collection_list .product_item a:hover .image_container img, .mod_hpk_product_list .collection_list .collection_item a:hover .image_container img, .collections_list_wrapper .product_list .product_item a:hover .image_container img, .collections_list_wrapper .product_list .collection_item a:hover .image_container img, .collections_list_wrapper .collection_list .product_item a:hover .image_container img, .collections_list_wrapper .collection_list .collection_item a:hover .image_container img, .product_list_collection_wrapper .product_list .product_item a:hover .image_container img, .product_list_collection_wrapper .product_list .collection_item a:hover .image_container img, .product_list_collection_wrapper .collection_list .product_item a:hover .image_container img, .product_list_collection_wrapper .collection_list .collection_item a:hover .image_container img, .mod_hpk_favorites .product_list .product_item a:hover .image_container img, .mod_hpk_favorites .product_list .collection_item a:hover .image_container img, .mod_hpk_favorites .collection_list .product_item a:hover .image_container img, .mod_hpk_favorites .collection_list .collection_item a:hover .image_container img {
  scale: 1.05;
}
.mod_hpk_product_list .product_list .product_item a:hover .textcontent_container .product_name, .mod_hpk_product_list .product_list .collection_item a:hover .textcontent_container .product_name, .mod_hpk_product_list .collection_list .product_item a:hover .textcontent_container .product_name, .mod_hpk_product_list .collection_list .collection_item a:hover .textcontent_container .product_name, .collections_list_wrapper .product_list .product_item a:hover .textcontent_container .product_name, .collections_list_wrapper .product_list .collection_item a:hover .textcontent_container .product_name, .collections_list_wrapper .collection_list .product_item a:hover .textcontent_container .product_name, .collections_list_wrapper .collection_list .collection_item a:hover .textcontent_container .product_name, .product_list_collection_wrapper .product_list .product_item a:hover .textcontent_container .product_name, .product_list_collection_wrapper .product_list .collection_item a:hover .textcontent_container .product_name, .product_list_collection_wrapper .collection_list .product_item a:hover .textcontent_container .product_name, .product_list_collection_wrapper .collection_list .collection_item a:hover .textcontent_container .product_name, .mod_hpk_favorites .product_list .product_item a:hover .textcontent_container .product_name, .mod_hpk_favorites .product_list .collection_item a:hover .textcontent_container .product_name, .mod_hpk_favorites .collection_list .product_item a:hover .textcontent_container .product_name, .mod_hpk_favorites .collection_list .collection_item a:hover .textcontent_container .product_name {
  text-decoration: underline;
}
.mod_hpk_product_list .product_list .product_item .product_wrapper .image_container, .mod_hpk_product_list .product_list .collection_item .product_wrapper .image_container, .mod_hpk_product_list .collection_list .product_item .product_wrapper .image_container, .mod_hpk_product_list .collection_list .collection_item .product_wrapper .image_container, .collections_list_wrapper .product_list .product_item .product_wrapper .image_container, .collections_list_wrapper .product_list .collection_item .product_wrapper .image_container, .collections_list_wrapper .collection_list .product_item .product_wrapper .image_container, .collections_list_wrapper .collection_list .collection_item .product_wrapper .image_container, .product_list_collection_wrapper .product_list .product_item .product_wrapper .image_container, .product_list_collection_wrapper .product_list .collection_item .product_wrapper .image_container, .product_list_collection_wrapper .collection_list .product_item .product_wrapper .image_container, .product_list_collection_wrapper .collection_list .collection_item .product_wrapper .image_container, .mod_hpk_favorites .product_list .product_item .product_wrapper .image_container, .mod_hpk_favorites .product_list .collection_item .product_wrapper .image_container, .mod_hpk_favorites .collection_list .product_item .product_wrapper .image_container, .mod_hpk_favorites .collection_list .collection_item .product_wrapper .image_container {
  overflow: hidden;
}
.mod_hpk_product_list .product_list .product_item .product_wrapper .image_container img, .mod_hpk_product_list .product_list .collection_item .product_wrapper .image_container img, .mod_hpk_product_list .collection_list .product_item .product_wrapper .image_container img, .mod_hpk_product_list .collection_list .collection_item .product_wrapper .image_container img, .collections_list_wrapper .product_list .product_item .product_wrapper .image_container img, .collections_list_wrapper .product_list .collection_item .product_wrapper .image_container img, .collections_list_wrapper .collection_list .product_item .product_wrapper .image_container img, .collections_list_wrapper .collection_list .collection_item .product_wrapper .image_container img, .product_list_collection_wrapper .product_list .product_item .product_wrapper .image_container img, .product_list_collection_wrapper .product_list .collection_item .product_wrapper .image_container img, .product_list_collection_wrapper .collection_list .product_item .product_wrapper .image_container img, .product_list_collection_wrapper .collection_list .collection_item .product_wrapper .image_container img, .mod_hpk_favorites .product_list .product_item .product_wrapper .image_container img, .mod_hpk_favorites .product_list .collection_item .product_wrapper .image_container img, .mod_hpk_favorites .collection_list .product_item .product_wrapper .image_container img, .mod_hpk_favorites .collection_list .collection_item .product_wrapper .image_container img {
  transition: 0.3s;
}
.mod_hpk_product_list .product_list .product_item .product_wrapper .textcontent_container, .mod_hpk_product_list .product_list .collection_item .product_wrapper .textcontent_container, .mod_hpk_product_list .collection_list .product_item .product_wrapper .textcontent_container, .mod_hpk_product_list .collection_list .collection_item .product_wrapper .textcontent_container, .collections_list_wrapper .product_list .product_item .product_wrapper .textcontent_container, .collections_list_wrapper .product_list .collection_item .product_wrapper .textcontent_container, .collections_list_wrapper .collection_list .product_item .product_wrapper .textcontent_container, .collections_list_wrapper .collection_list .collection_item .product_wrapper .textcontent_container, .product_list_collection_wrapper .product_list .product_item .product_wrapper .textcontent_container, .product_list_collection_wrapper .product_list .collection_item .product_wrapper .textcontent_container, .product_list_collection_wrapper .collection_list .product_item .product_wrapper .textcontent_container, .product_list_collection_wrapper .collection_list .collection_item .product_wrapper .textcontent_container, .mod_hpk_favorites .product_list .product_item .product_wrapper .textcontent_container, .mod_hpk_favorites .product_list .collection_item .product_wrapper .textcontent_container, .mod_hpk_favorites .collection_list .product_item .product_wrapper .textcontent_container, .mod_hpk_favorites .collection_list .collection_item .product_wrapper .textcontent_container {
  color: #031834;
}
.mod_hpk_product_list .product_list .product_item .product_wrapper .textcontent_container .product_name, .mod_hpk_product_list .product_list .collection_item .product_wrapper .textcontent_container .product_name, .mod_hpk_product_list .collection_list .product_item .product_wrapper .textcontent_container .product_name, .mod_hpk_product_list .collection_list .collection_item .product_wrapper .textcontent_container .product_name, .collections_list_wrapper .product_list .product_item .product_wrapper .textcontent_container .product_name, .collections_list_wrapper .product_list .collection_item .product_wrapper .textcontent_container .product_name, .collections_list_wrapper .collection_list .product_item .product_wrapper .textcontent_container .product_name, .collections_list_wrapper .collection_list .collection_item .product_wrapper .textcontent_container .product_name, .product_list_collection_wrapper .product_list .product_item .product_wrapper .textcontent_container .product_name, .product_list_collection_wrapper .product_list .collection_item .product_wrapper .textcontent_container .product_name, .product_list_collection_wrapper .collection_list .product_item .product_wrapper .textcontent_container .product_name, .product_list_collection_wrapper .collection_list .collection_item .product_wrapper .textcontent_container .product_name, .mod_hpk_favorites .product_list .product_item .product_wrapper .textcontent_container .product_name, .mod_hpk_favorites .product_list .collection_item .product_wrapper .textcontent_container .product_name, .mod_hpk_favorites .collection_list .product_item .product_wrapper .textcontent_container .product_name, .mod_hpk_favorites .collection_list .collection_item .product_wrapper .textcontent_container .product_name {
  font-size: calc(0.938rem + 0.1558333333vw);
  font-weight: 300;
  text-decoration: none;
  margin-top: 10px;
  margin-bottom: 0;
  line-height: normal;
}
@media screen and (max-width: 37.5rem) {
  .mod_hpk_product_list .product_list .product_item .product_wrapper .textcontent_container .product_name, .mod_hpk_product_list .product_list .collection_item .product_wrapper .textcontent_container .product_name, .mod_hpk_product_list .collection_list .product_item .product_wrapper .textcontent_container .product_name, .mod_hpk_product_list .collection_list .collection_item .product_wrapper .textcontent_container .product_name, .collections_list_wrapper .product_list .product_item .product_wrapper .textcontent_container .product_name, .collections_list_wrapper .product_list .collection_item .product_wrapper .textcontent_container .product_name, .collections_list_wrapper .collection_list .product_item .product_wrapper .textcontent_container .product_name, .collections_list_wrapper .collection_list .collection_item .product_wrapper .textcontent_container .product_name, .product_list_collection_wrapper .product_list .product_item .product_wrapper .textcontent_container .product_name, .product_list_collection_wrapper .product_list .collection_item .product_wrapper .textcontent_container .product_name, .product_list_collection_wrapper .collection_list .product_item .product_wrapper .textcontent_container .product_name, .product_list_collection_wrapper .collection_list .collection_item .product_wrapper .textcontent_container .product_name, .mod_hpk_favorites .product_list .product_item .product_wrapper .textcontent_container .product_name, .mod_hpk_favorites .product_list .collection_item .product_wrapper .textcontent_container .product_name, .mod_hpk_favorites .collection_list .product_item .product_wrapper .textcontent_container .product_name, .mod_hpk_favorites .collection_list .collection_item .product_wrapper .textcontent_container .product_name {
    font-size: 0.938rem;
  }
}
@media screen and (min-width: 120rem) {
  .mod_hpk_product_list .product_list .product_item .product_wrapper .textcontent_container .product_name, .mod_hpk_product_list .product_list .collection_item .product_wrapper .textcontent_container .product_name, .mod_hpk_product_list .collection_list .product_item .product_wrapper .textcontent_container .product_name, .mod_hpk_product_list .collection_list .collection_item .product_wrapper .textcontent_container .product_name, .collections_list_wrapper .product_list .product_item .product_wrapper .textcontent_container .product_name, .collections_list_wrapper .product_list .collection_item .product_wrapper .textcontent_container .product_name, .collections_list_wrapper .collection_list .product_item .product_wrapper .textcontent_container .product_name, .collections_list_wrapper .collection_list .collection_item .product_wrapper .textcontent_container .product_name, .product_list_collection_wrapper .product_list .product_item .product_wrapper .textcontent_container .product_name, .product_list_collection_wrapper .product_list .collection_item .product_wrapper .textcontent_container .product_name, .product_list_collection_wrapper .collection_list .product_item .product_wrapper .textcontent_container .product_name, .product_list_collection_wrapper .collection_list .collection_item .product_wrapper .textcontent_container .product_name, .mod_hpk_favorites .product_list .product_item .product_wrapper .textcontent_container .product_name, .mod_hpk_favorites .product_list .collection_item .product_wrapper .textcontent_container .product_name, .mod_hpk_favorites .collection_list .product_item .product_wrapper .textcontent_container .product_name, .mod_hpk_favorites .collection_list .collection_item .product_wrapper .textcontent_container .product_name {
    font-size: 1.125rem;
  }
}
.mod_hpk_product_list .product_list .product_item .product_wrapper .textcontent_container .brand_label, .mod_hpk_product_list .product_list .collection_item .product_wrapper .textcontent_container .brand_label, .mod_hpk_product_list .collection_list .product_item .product_wrapper .textcontent_container .brand_label, .mod_hpk_product_list .collection_list .collection_item .product_wrapper .textcontent_container .brand_label, .collections_list_wrapper .product_list .product_item .product_wrapper .textcontent_container .brand_label, .collections_list_wrapper .product_list .collection_item .product_wrapper .textcontent_container .brand_label, .collections_list_wrapper .collection_list .product_item .product_wrapper .textcontent_container .brand_label, .collections_list_wrapper .collection_list .collection_item .product_wrapper .textcontent_container .brand_label, .product_list_collection_wrapper .product_list .product_item .product_wrapper .textcontent_container .brand_label, .product_list_collection_wrapper .product_list .collection_item .product_wrapper .textcontent_container .brand_label, .product_list_collection_wrapper .collection_list .product_item .product_wrapper .textcontent_container .brand_label, .product_list_collection_wrapper .collection_list .collection_item .product_wrapper .textcontent_container .brand_label, .mod_hpk_favorites .product_list .product_item .product_wrapper .textcontent_container .brand_label, .mod_hpk_favorites .product_list .collection_item .product_wrapper .textcontent_container .brand_label, .mod_hpk_favorites .collection_list .product_item .product_wrapper .textcontent_container .brand_label, .mod_hpk_favorites .collection_list .collection_item .product_wrapper .textcontent_container .brand_label {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  font-size: calc(0.813rem + 0vw);
}
@media screen and (max-width: 37.5rem) {
  .mod_hpk_product_list .product_list .product_item .product_wrapper .textcontent_container .brand_label, .mod_hpk_product_list .product_list .collection_item .product_wrapper .textcontent_container .brand_label, .mod_hpk_product_list .collection_list .product_item .product_wrapper .textcontent_container .brand_label, .mod_hpk_product_list .collection_list .collection_item .product_wrapper .textcontent_container .brand_label, .collections_list_wrapper .product_list .product_item .product_wrapper .textcontent_container .brand_label, .collections_list_wrapper .product_list .collection_item .product_wrapper .textcontent_container .brand_label, .collections_list_wrapper .collection_list .product_item .product_wrapper .textcontent_container .brand_label, .collections_list_wrapper .collection_list .collection_item .product_wrapper .textcontent_container .brand_label, .product_list_collection_wrapper .product_list .product_item .product_wrapper .textcontent_container .brand_label, .product_list_collection_wrapper .product_list .collection_item .product_wrapper .textcontent_container .brand_label, .product_list_collection_wrapper .collection_list .product_item .product_wrapper .textcontent_container .brand_label, .product_list_collection_wrapper .collection_list .collection_item .product_wrapper .textcontent_container .brand_label, .mod_hpk_favorites .product_list .product_item .product_wrapper .textcontent_container .brand_label, .mod_hpk_favorites .product_list .collection_item .product_wrapper .textcontent_container .brand_label, .mod_hpk_favorites .collection_list .product_item .product_wrapper .textcontent_container .brand_label, .mod_hpk_favorites .collection_list .collection_item .product_wrapper .textcontent_container .brand_label {
    font-size: 0.813rem;
  }
}
@media screen and (min-width: 120rem) {
  .mod_hpk_product_list .product_list .product_item .product_wrapper .textcontent_container .brand_label, .mod_hpk_product_list .product_list .collection_item .product_wrapper .textcontent_container .brand_label, .mod_hpk_product_list .collection_list .product_item .product_wrapper .textcontent_container .brand_label, .mod_hpk_product_list .collection_list .collection_item .product_wrapper .textcontent_container .brand_label, .collections_list_wrapper .product_list .product_item .product_wrapper .textcontent_container .brand_label, .collections_list_wrapper .product_list .collection_item .product_wrapper .textcontent_container .brand_label, .collections_list_wrapper .collection_list .product_item .product_wrapper .textcontent_container .brand_label, .collections_list_wrapper .collection_list .collection_item .product_wrapper .textcontent_container .brand_label, .product_list_collection_wrapper .product_list .product_item .product_wrapper .textcontent_container .brand_label, .product_list_collection_wrapper .product_list .collection_item .product_wrapper .textcontent_container .brand_label, .product_list_collection_wrapper .collection_list .product_item .product_wrapper .textcontent_container .brand_label, .product_list_collection_wrapper .collection_list .collection_item .product_wrapper .textcontent_container .brand_label, .mod_hpk_favorites .product_list .product_item .product_wrapper .textcontent_container .brand_label, .mod_hpk_favorites .product_list .collection_item .product_wrapper .textcontent_container .brand_label, .mod_hpk_favorites .collection_list .product_item .product_wrapper .textcontent_container .brand_label, .mod_hpk_favorites .collection_list .collection_item .product_wrapper .textcontent_container .brand_label {
    font-size: 0.813rem;
  }
}
.mod_hpk_product_list .product_list .stoerer_element a:hover .image_container img, .mod_hpk_product_list .collection_list .stoerer_element a:hover .image_container img, .collections_list_wrapper .product_list .stoerer_element a:hover .image_container img, .collections_list_wrapper .collection_list .stoerer_element a:hover .image_container img, .product_list_collection_wrapper .product_list .stoerer_element a:hover .image_container img, .product_list_collection_wrapper .collection_list .stoerer_element a:hover .image_container img, .mod_hpk_favorites .product_list .stoerer_element a:hover .image_container img, .mod_hpk_favorites .collection_list .stoerer_element a:hover .image_container img {
  scale: 1.05;
}
.mod_hpk_product_list .product_list .stoerer_element a:hover .content_container .button-outline, .mod_hpk_product_list .collection_list .stoerer_element a:hover .content_container .button-outline, .collections_list_wrapper .product_list .stoerer_element a:hover .content_container .button-outline, .collections_list_wrapper .collection_list .stoerer_element a:hover .content_container .button-outline, .product_list_collection_wrapper .product_list .stoerer_element a:hover .content_container .button-outline, .product_list_collection_wrapper .collection_list .stoerer_element a:hover .content_container .button-outline, .mod_hpk_favorites .product_list .stoerer_element a:hover .content_container .button-outline, .mod_hpk_favorites .collection_list .stoerer_element a:hover .content_container .button-outline {
  text-decoration: underline;
}
.mod_hpk_product_list .product_list .stoerer_element .stoerer_wrapper, .mod_hpk_product_list .collection_list .stoerer_element .stoerer_wrapper, .collections_list_wrapper .product_list .stoerer_element .stoerer_wrapper, .collections_list_wrapper .collection_list .stoerer_element .stoerer_wrapper, .product_list_collection_wrapper .product_list .stoerer_element .stoerer_wrapper, .product_list_collection_wrapper .collection_list .stoerer_element .stoerer_wrapper, .mod_hpk_favorites .product_list .stoerer_element .stoerer_wrapper, .mod_hpk_favorites .collection_list .stoerer_element .stoerer_wrapper {
  color: #FFFFFF;
}
.mod_hpk_product_list .product_list .stoerer_element .stoerer_wrapper .image_container, .mod_hpk_product_list .collection_list .stoerer_element .stoerer_wrapper .image_container, .collections_list_wrapper .product_list .stoerer_element .stoerer_wrapper .image_container, .collections_list_wrapper .collection_list .stoerer_element .stoerer_wrapper .image_container, .product_list_collection_wrapper .product_list .stoerer_element .stoerer_wrapper .image_container, .product_list_collection_wrapper .collection_list .stoerer_element .stoerer_wrapper .image_container, .mod_hpk_favorites .product_list .stoerer_element .stoerer_wrapper .image_container, .mod_hpk_favorites .collection_list .stoerer_element .stoerer_wrapper .image_container {
  overflow: hidden;
}
.mod_hpk_product_list .product_list .stoerer_element .stoerer_wrapper .image_container img, .mod_hpk_product_list .collection_list .stoerer_element .stoerer_wrapper .image_container img, .collections_list_wrapper .product_list .stoerer_element .stoerer_wrapper .image_container img, .collections_list_wrapper .collection_list .stoerer_element .stoerer_wrapper .image_container img, .product_list_collection_wrapper .product_list .stoerer_element .stoerer_wrapper .image_container img, .product_list_collection_wrapper .collection_list .stoerer_element .stoerer_wrapper .image_container img, .mod_hpk_favorites .product_list .stoerer_element .stoerer_wrapper .image_container img, .mod_hpk_favorites .collection_list .stoerer_element .stoerer_wrapper .image_container img {
  transition: 0.3s;
}
.mod_hpk_product_list .product_list .stoerer_element .stoerer_wrapper .content_container, .mod_hpk_product_list .collection_list .stoerer_element .stoerer_wrapper .content_container, .collections_list_wrapper .product_list .stoerer_element .stoerer_wrapper .content_container, .collections_list_wrapper .collection_list .stoerer_element .stoerer_wrapper .content_container, .product_list_collection_wrapper .product_list .stoerer_element .stoerer_wrapper .content_container, .product_list_collection_wrapper .collection_list .stoerer_element .stoerer_wrapper .content_container, .mod_hpk_favorites .product_list .stoerer_element .stoerer_wrapper .content_container, .mod_hpk_favorites .collection_list .stoerer_element .stoerer_wrapper .content_container {
  padding: calc(clamp(40px, 10px + 0.05 * 100vw, 70px));
}
.mod_hpk_product_list .product_list .stoerer_element .stoerer_wrapper .content_container .title, .mod_hpk_product_list .collection_list .stoerer_element .stoerer_wrapper .content_container .title, .collections_list_wrapper .product_list .stoerer_element .stoerer_wrapper .content_container .title, .collections_list_wrapper .collection_list .stoerer_element .stoerer_wrapper .content_container .title, .product_list_collection_wrapper .product_list .stoerer_element .stoerer_wrapper .content_container .title, .product_list_collection_wrapper .collection_list .stoerer_element .stoerer_wrapper .content_container .title, .mod_hpk_favorites .product_list .stoerer_element .stoerer_wrapper .content_container .title, .mod_hpk_favorites .collection_list .stoerer_element .stoerer_wrapper .content_container .title {
  font-size: calc(1.75rem + 0.7291666667vw);
  font-weight: 300;
  margin-bottom: calc(clamp(10px, 0px + 0.0166666667 * 100vw, 20px));
  text-transform: uppercase;
}
@media screen and (max-width: 37.5rem) {
  .mod_hpk_product_list .product_list .stoerer_element .stoerer_wrapper .content_container .title, .mod_hpk_product_list .collection_list .stoerer_element .stoerer_wrapper .content_container .title, .collections_list_wrapper .product_list .stoerer_element .stoerer_wrapper .content_container .title, .collections_list_wrapper .collection_list .stoerer_element .stoerer_wrapper .content_container .title, .product_list_collection_wrapper .product_list .stoerer_element .stoerer_wrapper .content_container .title, .product_list_collection_wrapper .collection_list .stoerer_element .stoerer_wrapper .content_container .title, .mod_hpk_favorites .product_list .stoerer_element .stoerer_wrapper .content_container .title, .mod_hpk_favorites .collection_list .stoerer_element .stoerer_wrapper .content_container .title {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 120rem) {
  .mod_hpk_product_list .product_list .stoerer_element .stoerer_wrapper .content_container .title, .mod_hpk_product_list .collection_list .stoerer_element .stoerer_wrapper .content_container .title, .collections_list_wrapper .product_list .stoerer_element .stoerer_wrapper .content_container .title, .collections_list_wrapper .collection_list .stoerer_element .stoerer_wrapper .content_container .title, .product_list_collection_wrapper .product_list .stoerer_element .stoerer_wrapper .content_container .title, .product_list_collection_wrapper .collection_list .stoerer_element .stoerer_wrapper .content_container .title, .mod_hpk_favorites .product_list .stoerer_element .stoerer_wrapper .content_container .title, .mod_hpk_favorites .collection_list .stoerer_element .stoerer_wrapper .content_container .title {
    font-size: 2.625rem;
  }
}
.mod_hpk_product_list .product_list .stoerer_element .stoerer_wrapper .content_container .button-outline, .mod_hpk_product_list .collection_list .stoerer_element .stoerer_wrapper .content_container .button-outline, .collections_list_wrapper .product_list .stoerer_element .stoerer_wrapper .content_container .button-outline, .collections_list_wrapper .collection_list .stoerer_element .stoerer_wrapper .content_container .button-outline, .product_list_collection_wrapper .product_list .stoerer_element .stoerer_wrapper .content_container .button-outline, .product_list_collection_wrapper .collection_list .stoerer_element .stoerer_wrapper .content_container .button-outline, .mod_hpk_favorites .product_list .stoerer_element .stoerer_wrapper .content_container .button-outline, .mod_hpk_favorites .collection_list .stoerer_element .stoerer_wrapper .content_container .button-outline {
  font-weight: 300;
  transition: 0.3s;
  width: fit-content;
}
.mod_hpk_product_list .search_overlay#hpk_search_overlay .top_wrapper > .inner, .collections_list_wrapper .search_overlay#hpk_search_overlay .top_wrapper > .inner, .product_list_collection_wrapper .search_overlay#hpk_search_overlay .top_wrapper > .inner, .mod_hpk_favorites .search_overlay#hpk_search_overlay .top_wrapper > .inner {
  margin-right: 4vw;
  margin-left: 4vw;
  padding-top: calc(clamp(25px, 17px + 0.0133333333 * 100vw, 33px));
  padding-bottom: calc(clamp(25px, 17px + 0.0133333333 * 100vw, 33px));
}
@media screen and (min-width: 56.250rem) {
  .mod_hpk_product_list .search_overlay#hpk_search_overlay .top_wrapper > .inner, .collections_list_wrapper .search_overlay#hpk_search_overlay .top_wrapper > .inner, .product_list_collection_wrapper .search_overlay#hpk_search_overlay .top_wrapper > .inner, .mod_hpk_favorites .search_overlay#hpk_search_overlay .top_wrapper > .inner {
    margin-right: calc(4.1666666667vw);
    margin-left: calc(4.1666666667vw);
  }
}
@media screen and (min-width: 75.000rem) {
  .mod_hpk_product_list .search_overlay#hpk_search_overlay .top_wrapper > .inner, .collections_list_wrapper .search_overlay#hpk_search_overlay .top_wrapper > .inner, .product_list_collection_wrapper .search_overlay#hpk_search_overlay .top_wrapper > .inner, .mod_hpk_favorites .search_overlay#hpk_search_overlay .top_wrapper > .inner {
    margin-right: 8.3333333333vw;
    margin-left: 8.3333333333vw;
  }
}
@media screen and (min-width: 120rem) {
  .mod_hpk_product_list .search_overlay#hpk_search_overlay .top_wrapper > .inner, .collections_list_wrapper .search_overlay#hpk_search_overlay .top_wrapper > .inner, .product_list_collection_wrapper .search_overlay#hpk_search_overlay .top_wrapper > .inner, .mod_hpk_favorites .search_overlay#hpk_search_overlay .top_wrapper > .inner {
    margin-right: auto;
    margin-left: auto;
    max-width: 1600px;
  }
}
.mod_hpk_product_list .search_overlay#hpk_search_overlay .top_wrapper > .inner .close_button, .collections_list_wrapper .search_overlay#hpk_search_overlay .top_wrapper > .inner .close_button, .product_list_collection_wrapper .search_overlay#hpk_search_overlay .top_wrapper > .inner .close_button, .mod_hpk_favorites .search_overlay#hpk_search_overlay .top_wrapper > .inner .close_button {
  font-size: calc(0.813rem + 0.0516666667vw);
}
@media screen and (max-width: 37.5rem) {
  .mod_hpk_product_list .search_overlay#hpk_search_overlay .top_wrapper > .inner .close_button, .collections_list_wrapper .search_overlay#hpk_search_overlay .top_wrapper > .inner .close_button, .product_list_collection_wrapper .search_overlay#hpk_search_overlay .top_wrapper > .inner .close_button, .mod_hpk_favorites .search_overlay#hpk_search_overlay .top_wrapper > .inner .close_button {
    font-size: 0.813rem;
  }
}
@media screen and (min-width: 120rem) {
  .mod_hpk_product_list .search_overlay#hpk_search_overlay .top_wrapper > .inner .close_button, .collections_list_wrapper .search_overlay#hpk_search_overlay .top_wrapper > .inner .close_button, .product_list_collection_wrapper .search_overlay#hpk_search_overlay .top_wrapper > .inner .close_button, .mod_hpk_favorites .search_overlay#hpk_search_overlay .top_wrapper > .inner .close_button {
    font-size: 0.875rem;
  }
}
.mod_hpk_product_list .search_overlay#hpk_search_overlay .search_wrapper, .collections_list_wrapper .search_overlay#hpk_search_overlay .search_wrapper, .product_list_collection_wrapper .search_overlay#hpk_search_overlay .search_wrapper, .mod_hpk_favorites .search_overlay#hpk_search_overlay .search_wrapper {
  margin-right: 4vw;
  margin-left: 4vw;
}
@media screen and (min-width: 56.250rem) {
  .mod_hpk_product_list .search_overlay#hpk_search_overlay .search_wrapper, .collections_list_wrapper .search_overlay#hpk_search_overlay .search_wrapper, .product_list_collection_wrapper .search_overlay#hpk_search_overlay .search_wrapper, .mod_hpk_favorites .search_overlay#hpk_search_overlay .search_wrapper {
    margin-right: calc(11.9791666667vw);
    margin-left: calc(11.9791666667vw);
  }
}
@media screen and (min-width: 75.000rem) {
  .mod_hpk_product_list .search_overlay#hpk_search_overlay .search_wrapper, .collections_list_wrapper .search_overlay#hpk_search_overlay .search_wrapper, .product_list_collection_wrapper .search_overlay#hpk_search_overlay .search_wrapper, .mod_hpk_favorites .search_overlay#hpk_search_overlay .search_wrapper {
    margin-right: 23.9583333333vw;
    margin-left: 23.9583333333vw;
  }
}
@media screen and (min-width: 120rem) {
  .mod_hpk_product_list .search_overlay#hpk_search_overlay .search_wrapper, .collections_list_wrapper .search_overlay#hpk_search_overlay .search_wrapper, .product_list_collection_wrapper .search_overlay#hpk_search_overlay .search_wrapper, .mod_hpk_favorites .search_overlay#hpk_search_overlay .search_wrapper {
    margin-right: auto;
    margin-left: auto;
    max-width: 1000px;
  }
}
@media screen and (max-width: 37.438rem) {
  .mod_hpk_product_list .search_overlay#hpk_search_overlay .search_wrapper, .collections_list_wrapper .search_overlay#hpk_search_overlay .search_wrapper, .product_list_collection_wrapper .search_overlay#hpk_search_overlay .search_wrapper, .mod_hpk_favorites .search_overlay#hpk_search_overlay .search_wrapper {
    flex-direction: column;
    border-bottom: none;
    padding-bottom: none;
  }
  .mod_hpk_product_list .search_overlay#hpk_search_overlay .search_wrapper .search_input_wrapper, .collections_list_wrapper .search_overlay#hpk_search_overlay .search_wrapper .search_input_wrapper, .product_list_collection_wrapper .search_overlay#hpk_search_overlay .search_wrapper .search_input_wrapper, .mod_hpk_favorites .search_overlay#hpk_search_overlay .search_wrapper .search_input_wrapper {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #031834;
  }
}
@media screen and (min-width: 120rem) {
  .mod_hpk_product_list .search_overlay#hpk_search_overlay .search_wrapper, .collections_list_wrapper .search_overlay#hpk_search_overlay .search_wrapper, .product_list_collection_wrapper .search_overlay#hpk_search_overlay .search_wrapper, .mod_hpk_favorites .search_overlay#hpk_search_overlay .search_wrapper {
    width: 100%;
  }
}
.mod_hpk_product_list .search_overlay#hpk_search_overlay .suggestions_wrapper > .inside, .collections_list_wrapper .search_overlay#hpk_search_overlay .suggestions_wrapper > .inside, .product_list_collection_wrapper .search_overlay#hpk_search_overlay .suggestions_wrapper > .inside, .mod_hpk_favorites .search_overlay#hpk_search_overlay .suggestions_wrapper > .inside {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-right: 4vw;
  margin-left: 4vw;
}
@media screen and (min-width: 56.250rem) {
  .mod_hpk_product_list .search_overlay#hpk_search_overlay .suggestions_wrapper > .inside, .collections_list_wrapper .search_overlay#hpk_search_overlay .suggestions_wrapper > .inside, .product_list_collection_wrapper .search_overlay#hpk_search_overlay .suggestions_wrapper > .inside, .mod_hpk_favorites .search_overlay#hpk_search_overlay .suggestions_wrapper > .inside {
    margin-right: calc(11.9791666667vw);
    margin-left: calc(11.9791666667vw);
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 75.000rem) {
  .mod_hpk_product_list .search_overlay#hpk_search_overlay .suggestions_wrapper > .inside, .collections_list_wrapper .search_overlay#hpk_search_overlay .suggestions_wrapper > .inside, .product_list_collection_wrapper .search_overlay#hpk_search_overlay .suggestions_wrapper > .inside, .mod_hpk_favorites .search_overlay#hpk_search_overlay .suggestions_wrapper > .inside {
    margin-right: 23.9583333333vw;
    margin-left: 23.9583333333vw;
  }
}
@media screen and (min-width: 120rem) {
  .mod_hpk_product_list .search_overlay#hpk_search_overlay .suggestions_wrapper > .inside, .collections_list_wrapper .search_overlay#hpk_search_overlay .suggestions_wrapper > .inside, .product_list_collection_wrapper .search_overlay#hpk_search_overlay .suggestions_wrapper > .inside, .mod_hpk_favorites .search_overlay#hpk_search_overlay .suggestions_wrapper > .inside {
    margin-right: auto;
    margin-left: auto;
    max-width: 1000px;
  }
}
.mod_hpk_product_list .search_overlay#hpk_search_overlay .suggestions_wrapper > .inside .suggestion_text, .collections_list_wrapper .search_overlay#hpk_search_overlay .suggestions_wrapper > .inside .suggestion_text, .product_list_collection_wrapper .search_overlay#hpk_search_overlay .suggestions_wrapper > .inside .suggestion_text, .mod_hpk_favorites .search_overlay#hpk_search_overlay .suggestions_wrapper > .inside .suggestion_text {
  font-size: calc(0.875rem + 0.1041666667vw);
}
@media screen and (max-width: 37.5rem) {
  .mod_hpk_product_list .search_overlay#hpk_search_overlay .suggestions_wrapper > .inside .suggestion_text, .collections_list_wrapper .search_overlay#hpk_search_overlay .suggestions_wrapper > .inside .suggestion_text, .product_list_collection_wrapper .search_overlay#hpk_search_overlay .suggestions_wrapper > .inside .suggestion_text, .mod_hpk_favorites .search_overlay#hpk_search_overlay .suggestions_wrapper > .inside .suggestion_text {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 120rem) {
  .mod_hpk_product_list .search_overlay#hpk_search_overlay .suggestions_wrapper > .inside .suggestion_text, .collections_list_wrapper .search_overlay#hpk_search_overlay .suggestions_wrapper > .inside .suggestion_text, .product_list_collection_wrapper .search_overlay#hpk_search_overlay .suggestions_wrapper > .inside .suggestion_text, .mod_hpk_favorites .search_overlay#hpk_search_overlay .suggestions_wrapper > .inside .suggestion_text {
    font-size: 1rem;
  }
}
.mod_hpk_product_list .search_overlay#hpk_search_overlay .suggestions_wrapper > .inside .suggestions .suggestion, .collections_list_wrapper .search_overlay#hpk_search_overlay .suggestions_wrapper > .inside .suggestions .suggestion, .product_list_collection_wrapper .search_overlay#hpk_search_overlay .suggestions_wrapper > .inside .suggestions .suggestion, .mod_hpk_favorites .search_overlay#hpk_search_overlay .suggestions_wrapper > .inside .suggestions .suggestion {
  font-size: calc(1.188rem + 0.1558333333vw);
}
@media screen and (max-width: 37.5rem) {
  .mod_hpk_product_list .search_overlay#hpk_search_overlay .suggestions_wrapper > .inside .suggestions .suggestion, .collections_list_wrapper .search_overlay#hpk_search_overlay .suggestions_wrapper > .inside .suggestions .suggestion, .product_list_collection_wrapper .search_overlay#hpk_search_overlay .suggestions_wrapper > .inside .suggestions .suggestion, .mod_hpk_favorites .search_overlay#hpk_search_overlay .suggestions_wrapper > .inside .suggestions .suggestion {
    font-size: 1.188rem;
  }
}
@media screen and (min-width: 120rem) {
  .mod_hpk_product_list .search_overlay#hpk_search_overlay .suggestions_wrapper > .inside .suggestions .suggestion, .collections_list_wrapper .search_overlay#hpk_search_overlay .suggestions_wrapper > .inside .suggestions .suggestion, .product_list_collection_wrapper .search_overlay#hpk_search_overlay .suggestions_wrapper > .inside .suggestions .suggestion, .mod_hpk_favorites .search_overlay#hpk_search_overlay .suggestions_wrapper > .inside .suggestions .suggestion {
    font-size: 1.375rem;
  }
}
.mod_hpk_product_list .search_input_wrapper, .collections_list_wrapper .search_input_wrapper, .product_list_collection_wrapper .search_input_wrapper, .mod_hpk_favorites .search_input_wrapper {
  position: relative;
}
.mod_hpk_product_list .search_input_wrapper:before, .collections_list_wrapper .search_input_wrapper:before, .product_list_collection_wrapper .search_input_wrapper:before, .mod_hpk_favorites .search_input_wrapper:before {
  pointer-events: none;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
  margin-right: 15px;
  width: 0.9em;
  height: 0.9em;
  min-height: 100%;
  background-color: currentColor;
  mask-image: var(--icon_mask_search_magnifier);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-size: 100% 100%;
}
.mod_hpk_product_list .search_input_wrapper .search_input#search_toggle, .mod_hpk_product_list .search_input_wrapper .search_input#search_text_input, .collections_list_wrapper .search_input_wrapper .search_input#search_toggle, .collections_list_wrapper .search_input_wrapper .search_input#search_text_input, .product_list_collection_wrapper .search_input_wrapper .search_input#search_toggle, .product_list_collection_wrapper .search_input_wrapper .search_input#search_text_input, .mod_hpk_favorites .search_input_wrapper .search_input#search_toggle, .mod_hpk_favorites .search_input_wrapper .search_input#search_text_input {
  border: none;
  background: transparent;
  width: 150px;
  height: 100%;
  padding-left: 30px;
}
.mod_hpk_product_list .search_input_wrapper .search_input#search_toggle::placeholder, .mod_hpk_product_list .search_input_wrapper .search_input#search_text_input::placeholder, .collections_list_wrapper .search_input_wrapper .search_input#search_toggle::placeholder, .collections_list_wrapper .search_input_wrapper .search_input#search_text_input::placeholder, .product_list_collection_wrapper .search_input_wrapper .search_input#search_toggle::placeholder, .product_list_collection_wrapper .search_input_wrapper .search_input#search_text_input::placeholder, .mod_hpk_favorites .search_input_wrapper .search_input#search_toggle::placeholder, .mod_hpk_favorites .search_input_wrapper .search_input#search_text_input::placeholder {
  color: #031834;
}
.mod_hpk_product_list .hpk_pagination, .collections_list_wrapper .hpk_pagination, .product_list_collection_wrapper .hpk_pagination, .mod_hpk_favorites .hpk_pagination {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-right: 4vw;
  margin-left: 4vw;
}
@media screen and (min-width: 56.250rem) {
  .mod_hpk_product_list .hpk_pagination, .collections_list_wrapper .hpk_pagination, .product_list_collection_wrapper .hpk_pagination, .mod_hpk_favorites .hpk_pagination {
    margin-right: calc(4.1666666667vw);
    margin-left: calc(4.1666666667vw);
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 75.000rem) {
  .mod_hpk_product_list .hpk_pagination, .collections_list_wrapper .hpk_pagination, .product_list_collection_wrapper .hpk_pagination, .mod_hpk_favorites .hpk_pagination {
    margin-right: 8.3333333333vw;
    margin-left: 8.3333333333vw;
  }
}
@media screen and (min-width: 120rem) {
  .mod_hpk_product_list .hpk_pagination, .collections_list_wrapper .hpk_pagination, .product_list_collection_wrapper .hpk_pagination, .mod_hpk_favorites .hpk_pagination {
    margin-right: auto;
    margin-left: auto;
    max-width: 1600px;
  }
}
.mod_hpk_product_list .no_item_found, .collections_list_wrapper .no_item_found, .product_list_collection_wrapper .no_item_found, .mod_hpk_favorites .no_item_found {
  padding-top: 37.5px;
  padding-bottom: 37.5px;
  margin-right: 4vw;
  margin-left: 4vw;
}
@media screen and (min-width: 56.250rem) {
  .mod_hpk_product_list .no_item_found, .collections_list_wrapper .no_item_found, .product_list_collection_wrapper .no_item_found, .mod_hpk_favorites .no_item_found {
    margin-right: calc(4.1666666667vw);
    margin-left: calc(4.1666666667vw);
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media screen and (min-width: 75.000rem) {
  .mod_hpk_product_list .no_item_found, .collections_list_wrapper .no_item_found, .product_list_collection_wrapper .no_item_found, .mod_hpk_favorites .no_item_found {
    margin-right: 8.3333333333vw;
    margin-left: 8.3333333333vw;
  }
}
@media screen and (min-width: 120rem) {
  .mod_hpk_product_list .no_item_found, .collections_list_wrapper .no_item_found, .product_list_collection_wrapper .no_item_found, .mod_hpk_favorites .no_item_found {
    margin-right: auto;
    margin-left: auto;
    max-width: 1600px;
  }
}
.mod_hpk_product_list .no_item_found .no_item_found_headline, .collections_list_wrapper .no_item_found .no_item_found_headline, .product_list_collection_wrapper .no_item_found .no_item_found_headline, .mod_hpk_favorites .no_item_found .no_item_found_headline {
  margin-bottom: calc(clamp(20px, 0px + 0.0333333333 * 100vw, 40px));
}
#wrapper > #container {
  z-index: 2;
}
.mod_eventlist {
  background-color: #EDEDED;
}
.mod_eventlist > .inside {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-right: 4vw;
  margin-left: 4vw;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (min-width: 56.250rem) {
  .mod_eventlist > .inside {
    margin-right: calc(1920px - auto / 2 / 1920px * 100 / 2vw);
    margin-left: calc(1920px - auto / 2 / 1920px * 100 / 2vw);
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 75.000rem) {
  .mod_eventlist > .inside {
    margin-right: 1920px - auto / 2 / 1920px * 100vw;
    margin-left: 1920px - auto / 2 / 1920px * 100vw;
  }
}
@media screen and (min-width: 120rem) {
  .mod_eventlist > .inside {
    margin-right: auto;
    margin-left: auto;
    max-width: auto;
  }
}
.mod_eventlist > .inside .top_wrapper {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-right: 4vw;
  margin-left: 4vw;
  display: grid;
  grid-template-columns: 1fr;
  gap: calc(clamp(10px, 0px + 0.0166666667 * 100vw, 20px));
  margin-bottom: calc(clamp(25px, 10px + 0.025 * 100vw, 40px));
}
@media screen and (min-width: 56.250rem) {
  .mod_eventlist > .inside .top_wrapper {
    margin-right: calc(4.1666666667vw);
    margin-left: calc(4.1666666667vw);
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 75.000rem) {
  .mod_eventlist > .inside .top_wrapper {
    margin-right: 8.3333333333vw;
    margin-left: 8.3333333333vw;
  }
}
@media screen and (min-width: 120rem) {
  .mod_eventlist > .inside .top_wrapper {
    margin-right: auto;
    margin-left: auto;
    max-width: 1600px;
  }
}
.mod_eventlist > .inside .top_wrapper .headline-container {
  text-align: center;
  justify-content: center;
}
.mod_eventlist > .inside .top_wrapper .headline-container .headline {
  margin-bottom: 0;
}
.mod_eventlist > .inside .top_wrapper .swiper-button-prev {
  display: none;
  visibility: hidden;
  position: relative;
  justify-self: start;
  width: calc(clamp(33px, 0px + 0.055 * 100vw, 66px));
  height: calc(clamp(33px, 0px + 0.055 * 100vw, 66px));
  transition: 0.3s;
}
.mod_eventlist > .inside .top_wrapper .swiper-button-prev:after {
  display: none;
  content: none;
}
.mod_eventlist > .inside .top_wrapper .swiper-button-prev:hover {
  scale: 1.05;
}
.mod_eventlist > .inside .top_wrapper .swiper-button-next {
  display: none;
  visibility: hidden;
  position: relative;
  justify-self: end;
  width: calc(clamp(33px, 0px + 0.055 * 100vw, 66px));
  height: calc(clamp(33px, 0px + 0.055 * 100vw, 66px));
  transition: 0.3s;
}
.mod_eventlist > .inside .top_wrapper .swiper-button-next:after {
  display: none;
  content: none;
}
.mod_eventlist > .inside .top_wrapper .swiper-button-next:hover {
  scale: 1.05;
}
.mod_eventlist > .inside .swiper-container {
  max-width: 100%;
}
.mod_eventlist > .inside .swiper-container .swiper {
  display: grid;
  overflow: visible;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-right: 4vw;
  margin-left: 4vw;
}
@media screen and (min-width: 56.250rem) {
  .mod_eventlist > .inside .swiper-container .swiper {
    margin-right: calc(4.1666666667vw);
    margin-left: calc(4.1666666667vw);
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 75.000rem) {
  .mod_eventlist > .inside .swiper-container .swiper {
    margin-right: 8.3333333333vw;
    margin-left: 8.3333333333vw;
  }
}
@media screen and (min-width: 120rem) {
  .mod_eventlist > .inside .swiper-container .swiper {
    margin-right: auto;
    margin-left: auto;
    max-width: 1600px;
  }
}
.mod_eventlist > .inside .swiper-container .swiper .swiper-wrapper {
  align-items: top;
}
.mod_eventlist > .inside .swiper-container .swiper .swiper-wrapper .swiper-slide {
  background: #FFF;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
  padding: calc(clamp(40px, 30px + 0.0166666667 * 100vw, 50px)) calc(clamp(25px, 10px + 0.025 * 100vw, 40px));
  position: relative;
  z-index: 1;
}
.mod_eventlist > .inside .swiper-container .swiper .swiper-wrapper .swiper-slide:before {
  position: absolute;
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 144 143" fill="none"><g clip-path="url(%23a)"><path d="M0 143h1.38L144.002 0h-1.381L0 143Z" fill="%23EDEDED"/></g><defs><clipPath id="a"><path fill="%23fff" d="M0 0h144v143H0z"/></clipPath></defs></svg>');
  right: 0;
  top: 0;
  height: 35%;
  max-height: 90px;
  aspect-ratio: 1;
  width: auto;
  z-index: -1;
}
.mod_eventlist > .inside .swiper-container .swiper .swiper-wrapper .swiper-slide .event {
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.mod_eventlist > .inside .swiper-container .swiper .swiper-wrapper .swiper-slide .event .location {
  font-size: calc(0.75rem + 0.1041666667vw);
  color: #0070C5;
  margin-bottom: 5px;
}
@media screen and (max-width: 37.5rem) {
  .mod_eventlist > .inside .swiper-container .swiper .swiper-wrapper .swiper-slide .event .location {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 120rem) {
  .mod_eventlist > .inside .swiper-container .swiper .swiper-wrapper .swiper-slide .event .location {
    font-size: 0.875rem;
  }
}
.mod_eventlist > .inside .swiper-container .swiper .swiper-wrapper .swiper-slide .event .title {
  font-size: calc(1.375rem + 0.2083333333vw);
  text-transform: uppercase;
  margin-bottom: calc(clamp(10px, -5px + 0.025 * 100vw, 25px));
  hyphens: none;
}
@media screen and (max-width: 37.5rem) {
  .mod_eventlist > .inside .swiper-container .swiper .swiper-wrapper .swiper-slide .event .title {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 120rem) {
  .mod_eventlist > .inside .swiper-container .swiper .swiper-wrapper .swiper-slide .event .title {
    font-size: 1.625rem;
  }
}
.mod_eventlist > .inside .swiper-container .swiper .swiper-wrapper .swiper-slide .event .time {
  font-size: calc(1rem + 0.0525vw);
  color: rgba(3, 24, 52, 0.7);
  font-weight: 300;
  flex: 1;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 37.5rem) {
  .mod_eventlist > .inside .swiper-container .swiper .swiper-wrapper .swiper-slide .event .time {
    font-size: 1rem;
  }
}
@media screen and (min-width: 120rem) {
  .mod_eventlist > .inside .swiper-container .swiper .swiper-wrapper .swiper-slide .event .time {
    font-size: 1.063rem;
  }
}
.mod_eventlist > .inside .swiper-container .swiper-pagination {
  margin-top: 30px;
  position: relative;
  width: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-right: 4vw;
  margin-left: 4vw;
  height: 1px;
  background: #FFFFFF;
}
@media screen and (min-width: 56.250rem) {
  .mod_eventlist > .inside .swiper-container .swiper-pagination {
    margin-right: calc(4.1666666667vw);
    margin-left: calc(4.1666666667vw);
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 75.000rem) {
  .mod_eventlist > .inside .swiper-container .swiper-pagination {
    margin-right: 8.3333333333vw;
    margin-left: 8.3333333333vw;
  }
}
@media screen and (min-width: 120rem) {
  .mod_eventlist > .inside .swiper-container .swiper-pagination {
    margin-right: auto;
    margin-left: auto;
    max-width: 1600px;
  }
}
.mod_eventlist > .inside .swiper-container .swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: #0070C5;
}
@media screen and (min-width: 56.250rem) {
  .mod_eventlist > .inside .top_wrapper {
    grid-template-columns: 1fr auto 1fr;
    gap: 20px;
  }
  .mod_eventlist > .inside .top_wrapper .swiper-button-prev, .mod_eventlist > .inside .top_wrapper .swiper-button-next {
    display: block;
    visibility: visible;
  }
  .mod_eventlist > .inside .swiper-container .swiper .swiper-wrapper .swiper-slide:before {
    height: 60%;
    max-height: 140px;
  }
  .mod_eventlist > .inside .swiper-container .swiper-pagination {
    display: none;
    visibility: hidden;
  }
}
:root {
  --icon_mask_search_magnifier: url('data:image/svg+xml,<svg viewBox="0 0 22 23" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="10" r="9" stroke="%23031834" stroke-width="2"/><path stroke="%23031834" stroke-width="2" d="m5.707 16.707-5 5"/></svg>');
  --icon_mask_search_close: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23031834' d='M.719 18.329 17.72-.001l.733.68L1.452 19.01z'/%3E%3Cpath fill='%23031834' d='m.672.42 18.512 16.802-.672.74L0 1.162z'/%3E%3C/svg%3E");
}
.mod_search#search_results {
  padding-top: 37.5px;
  padding-bottom: 37.5px;
  margin-right: 4vw;
  margin-left: 4vw;
}
@media screen and (min-width: 56.250rem) {
  .mod_search#search_results {
    margin-right: calc(4.1666666667vw);
    margin-left: calc(4.1666666667vw);
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media screen and (min-width: 75.000rem) {
  .mod_search#search_results {
    margin-right: 8.3333333333vw;
    margin-left: 8.3333333333vw;
  }
}
@media screen and (min-width: 120rem) {
  .mod_search#search_results {
    margin-right: auto;
    margin-left: auto;
    max-width: 1600px;
  }
}
.mod_search#search_results form {
  margin-bottom: 40px;
}
.mod_search#search_results .info {
  margin-bottom: 40px;
}
.mod_search#search_overlay {
  padding-top: 37.5px;
  padding-bottom: 37.5px;
  margin-right: 4vw;
  margin-left: 4vw;
}
@media screen and (min-width: 56.250rem) {
  .mod_search#search_overlay {
    margin-right: calc(11.9791666667vw);
    margin-left: calc(11.9791666667vw);
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media screen and (min-width: 75.000rem) {
  .mod_search#search_overlay {
    margin-right: 23.9583333333vw;
    margin-left: 23.9583333333vw;
  }
}
@media screen and (min-width: 120rem) {
  .mod_search#search_overlay {
    margin-right: auto;
    margin-left: auto;
    max-width: 1000px;
  }
}
@media screen and (min-width: 120rem) {
  .mod_search#search_overlay {
    width: 100%;
  }
}
.mod_search .search_default {
  margin-bottom: 20px;
}
.mod_search .search_default > h1, .mod_search .search_default > h2, .mod_search .search_default > h3, .mod_search .search_default > h4, .mod_search .search_default > h5, .mod_search .search_default > h6 {
  margin-bottom: 0;
}
.mod_search .search_default a {
  color: #0056A2;
  text-decoration: none;
}
.mod_search .search_default a:hover {
  text-decoration: underline;
}
.mod_search .search_default mark {
  background: #2DA4DC;
}
.mod_search .formbody {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.mod_search .formbody .widget-text {
  flex: 1;
  position: relative;
}
.mod_search .formbody .widget-text:before {
  pointer-events: none;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
  margin-right: 15px;
  width: 1.1em;
  height: 1.1em;
  min-height: 100%;
  background-color: #031834;
  mask-image: var(--icon_mask_search_magnifier);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-size: 100% 100%;
}
.mod_search .formbody .widget-text input.text {
  border: none;
  background: transparent;
  width: 100%;
  height: 100%;
  padding-left: 30px;
  font-weight: 300;
  border-bottom: 1px solid #031834;
  padding-bottom: 10px;
  padding-top: 10px;
}
.mod_search .formbody .widget-text input.text::placeholder {
  color: #031834;
  content: "Suche Starten";
}
.mod_search .formbody .widget-text input.text:hover {
  outline: 1px solid #0056A2;
}
.mod_search .formbody .widget-text input.text:focus-visible {
  outline: none;
}
.mod_search .formbody .widget-submit button {
  width: 100%;
}
@media screen and (min-width: 56.250rem) {
  .mod_search .formbody {
    border-bottom: 1px solid #031834;
    padding-bottom: 20px;
    flex-direction: row;
    gap: 0;
    column-gap: 10px;
  }
  .mod_search .formbody .widget-text {
    border-bottom: none;
  }
  .mod_search .formbody .widget-text:before {
    width: 0.9em;
    height: 0.9em;
  }
  .mod_search .formbody .widget-text input.text {
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 0;
  }
  .mod_search .formbody .widget-submit button {
    width: auto;
  }
}
.mod_search#search_overlay {
  height: 100%;
}
#offcanvas-search {
  display: none;
}
#offcanvas-search.visible {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(25px);
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 3;
}
#offcanvas-search > .inside {
  height: 100%;
  display: flex;
  flex-direction: column;
}
#offcanvas-search > .inside .header_wrapper {
  border-bottom: 1px solid rgba(3, 24, 52, 0.1);
}
#offcanvas-search > .inside .header_wrapper > .inside {
  margin-right: 4vw;
  margin-left: 4vw;
  display: flex;
  align-items: center;
  justify-content: end;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 56.250rem) {
  #offcanvas-search > .inside .header_wrapper > .inside {
    margin-right: calc(4.1666666667vw);
    margin-left: calc(4.1666666667vw);
  }
}
@media screen and (min-width: 75.000rem) {
  #offcanvas-search > .inside .header_wrapper > .inside {
    margin-right: 8.3333333333vw;
    margin-left: 8.3333333333vw;
  }
}
@media screen and (min-width: 120rem) {
  #offcanvas-search > .inside .header_wrapper > .inside {
    margin-right: auto;
    margin-left: auto;
    max-width: 1600px;
  }
}
#offcanvas-search > .inside .header_wrapper > .inside .search-btn-close {
  background-color: transparent;
  border: none;
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #031834;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.42;
  position: relative;
}
#offcanvas-search > .inside .header_wrapper > .inside .search-btn-close:hover {
  text-decoration: underline;
  cursor: pointer;
}
#offcanvas-search > .inside .header_wrapper > .inside .search-btn-close::after {
  content: "";
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
  min-height: 100%;
  background-color: #031834;
  mask-image: var(--icon_mask_search_close);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-size: 100%;
}
#offcanvas-search > .inside .mod_search#search_overlay {
  display: flex;
  flex-direction: column;
  justify-content: top;
  flex: 1;
  margin-top: 50px;
}
@media screen and (min-width: 56.250rem) {
  #offcanvas-search > .inside .mod_search#search_overlay {
    margin-top: 0;
    justify-content: center;
  }
}
#offcanvas-search > .inside .suggestions_wrapper {
  background: #031834;
  min-height: 25%;
}
#offcanvas-search > .inside .suggestions_wrapper > .inside {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-right: 4vw;
  margin-left: 4vw;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 56.250rem) {
  #offcanvas-search > .inside .suggestions_wrapper > .inside {
    margin-right: calc(11.9791666667vw);
    margin-left: calc(11.9791666667vw);
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 75.000rem) {
  #offcanvas-search > .inside .suggestions_wrapper > .inside {
    margin-right: 23.9583333333vw;
    margin-left: 23.9583333333vw;
  }
}
@media screen and (min-width: 120rem) {
  #offcanvas-search > .inside .suggestions_wrapper > .inside {
    margin-right: auto;
    margin-left: auto;
    max-width: 1000px;
  }
}
#offcanvas-search > .inside .suggestions_wrapper > .inside .suggestion_text {
  font-size: calc(0.875rem + 0.1041666667vw);
  color: #FFFFFF;
}
@media screen and (max-width: 37.5rem) {
  #offcanvas-search > .inside .suggestions_wrapper > .inside .suggestion_text {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 120rem) {
  #offcanvas-search > .inside .suggestions_wrapper > .inside .suggestion_text {
    font-size: 1rem;
  }
}
#offcanvas-search > .inside .suggestions_wrapper > .inside .suggestions .suggestion {
  font-size: calc(1.188rem + 0.1558333333vw);
}
@media screen and (max-width: 37.5rem) {
  #offcanvas-search > .inside .suggestions_wrapper > .inside .suggestions .suggestion {
    font-size: 1.188rem;
  }
}
@media screen and (min-width: 120rem) {
  #offcanvas-search > .inside .suggestions_wrapper > .inside .suggestions .suggestion {
    font-size: 1.375rem;
  }
}
#offcanvas-search > .inside .suggestions_wrapper > .inside .suggestions .suggestion svg path {
  stroke: #FFFFFF;
}
#offcanvas-search > .inside .suggestions_wrapper .suggestion_text {
  text-transform: uppercase;
  display: block;
  margin-bottom: 40px;
  font-weight: 400;
}
#offcanvas-search > .inside .suggestions_wrapper .suggestions {
  display: flex;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 10px;
  color: white;
  font-weight: 400;
  flex-direction: column;
}
@media screen and (min-width: 37.500rem) {
  #offcanvas-search > .inside .suggestions_wrapper .suggestions {
    flex-direction: row;
  }
}
#offcanvas-search > .inside .suggestions_wrapper .suggestions .suggestion {
  display: flex;
  align-items: center;
  gap: 20px;
}
#offcanvas-search > .inside .suggestions_wrapper .suggestions .suggestion .suggestion_value {
  color: #FFFFFF;
  text-decoration: none;
}
#offcanvas-search > .inside .suggestions_wrapper .suggestions .suggestion .suggestion_value:hover {
  cursor: pointer;
  text-decoration: underline;
}
#offcanvas-search > .inside .suggestions_wrapper .suggestions .suggestion svg {
  width: 30px;
}
.mod_changelanguage {
  display: grid;
  align-items: center;
  grid-template-columns: 25px auto;
  gap: 10px;
  max-width: fit-content;
}
.mod_changelanguage:hover {
  cursor: pointer;
}
.mod_changelanguage:hover .language-text {
  text-decoration: underline;
}
.mod_changelanguage .svg-container {
  grid-row: 1;
  grid-column: 1;
  z-index: 2;
  pointer-events: none;
  display: flex;
}
.mod_changelanguage .language-text {
  grid-column: 2;
  grid-row: 1;
  z-index: 2;
  pointer-events: none;
}
.mod_changelanguage .language-selector {
  grid-row: 1;
  grid-column: 1 / 3;
  z-index: 1;
  opacity: 0;
  padding: 0;
}
.mod_changelanguage .language-selector:hover {
  cursor: pointer;
}
.content-hyperlink {
  padding-top: 37.5px;
  padding-bottom: 37.5px;
  margin-right: 4vw;
  margin-left: 4vw;
}
@media screen and (min-width: 56.250rem) {
  .content-hyperlink {
    margin-right: calc(4.1666666667vw);
    margin-left: calc(4.1666666667vw);
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media screen and (min-width: 75.000rem) {
  .content-hyperlink {
    margin-right: 8.3333333333vw;
    margin-left: 8.3333333333vw;
  }
}
@media screen and (min-width: 120rem) {
  .content-hyperlink {
    margin-right: auto;
    margin-left: auto;
    max-width: 1600px;
  }
}
.content-element-group {
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 4vw;
  margin-left: 4vw;
}
@media screen and (min-width: 56.250rem) {
  .content-element-group {
    margin-right: calc(4.1666666667vw);
    margin-left: calc(4.1666666667vw);
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 75.000rem) {
  .content-element-group {
    margin-right: 8.3333333333vw;
    margin-left: 8.3333333333vw;
  }
}
@media screen and (min-width: 120rem) {
  .content-element-group {
    margin-right: auto;
    margin-left: auto;
    max-width: 1600px;
  }
}
.content-element-group > [class*="content"] {
  padding-right: 0;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
}
.content-element-group > .content-headline .headline {
  text-transform: uppercase;
}
@media screen and (min-width: 56.250rem) {
  .content-element-group {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    align-items: start;
    gap: 40px;
  }
  .content-element-group [class*="content"] {
    grid-column: span 6;
  }
  .content-element-group .content-headline-container, .content-element-group .headline-container {
    grid-column: span 5;
  }
  .content-element-group .content-headline-container > *, .content-element-group .headline-container > * {
    padding-right: calc(clamp(20px, -35px + 0.0916666667 * 100vw, 75px));
  }
  .content-element-group .content-text {
    grid-column: span 7;
  }
  .content-element-group .content-text > * {
    padding-right: calc(clamp(20px, -35px + 0.0916666667 * 100vw, 75px));
  }
}
.content-element-group .content-headline-container {
  text-align: left;
  align-items: start;
}
.content-text {
  padding-top: 37.5px;
  padding-bottom: 37.5px;
  margin-right: 4vw;
  margin-left: 4vw;
  /*
    &:is(:not( &.media--above, &.media--below)).centered {
        > * {
            text-align: center;
        }
    }
    */
}
@media screen and (min-width: 56.250rem) {
  .content-text {
    margin-right: calc(11.9791666667vw);
    margin-left: calc(11.9791666667vw);
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media screen and (min-width: 75.000rem) {
  .content-text {
    margin-right: 23.9583333333vw;
    margin-left: 23.9583333333vw;
  }
}
@media screen and (min-width: 120rem) {
  .content-text {
    margin-right: auto;
    margin-left: auto;
    max-width: 1000px;
  }
}
.content-text > .inside {
  display: grid;
  align-items: center;
  gap: calc(clamp(20px, 0px + 0.0333333333 * 100vw, 40px));
  line-height: 1.65;
}
.content-text > .inside p + p.btn, .content-text > .inside p + p.button {
  padding-top: 0.5em;
}
.content-text > .inside .rte * + * {
  margin-top: 1rem;
}
.content-text > .inside .rte h4 {
  color: #0056A2;
}
.content-text.media--above .rte, .content-text.media--below .rte {
  /*
            text-align: center;

            ul, li {
                list-style-position: inside;
            }
            */
}
.content-text.media--right, .content-text.media--left {
  padding-top: 37.5px;
  padding-bottom: 37.5px;
  margin-right: 4vw;
  margin-left: 4vw;
}
@media screen and (min-width: 56.250rem) {
  .content-text.media--right, .content-text.media--left {
    margin-right: calc(4.1666666667vw);
    margin-left: calc(4.1666666667vw);
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media screen and (min-width: 75.000rem) {
  .content-text.media--right, .content-text.media--left {
    margin-right: 8.3333333333vw;
    margin-left: 8.3333333333vw;
  }
}
@media screen and (min-width: 120rem) {
  .content-text.media--right, .content-text.media--left {
    margin-right: auto;
    margin-left: auto;
    max-width: 1600px;
  }
}
.content-text.media--right > .inside figure, .content-text.media--left > .inside figure {
  grid-row: 1;
  grid-column: 1 / -1;
}
.content-text.media--right > .inside .rte, .content-text.media--left > .inside .rte {
  grid-row: 2;
  grid-column: 1 / -1;
}
.content-text.centered > * {
  text-align: center;
}
.content-text.no-space-bottom, .content-text.no-padding-bottom {
  padding-bottom: 0 !important;
}
@media only screen and (min-width: 56.250rem) {
  .content-text.media--right > .inside, .content-text.media--left > .inside {
    grid-template-columns: repeat(12, 1fr);
    gap: 0;
  }
  .content-text.media--right > .inside figure, .content-text.media--left > .inside figure {
    grid-row: 1;
    grid-column: 1 / span 6;
  }
  .content-text.media--right > .inside .rte, .content-text.media--left > .inside .rte {
    grid-row: 1;
    grid-column: 7 / span 6;
    line-height: 1.61;
  }
  .content-text.media--right > .inside figure {
    grid-column: 7 / span 6;
  }
  .content-text.media--right > .inside .rte {
    grid-column: 1 / span 6;
    padding-right: calc(clamp(20px, -40px + 0.1 * 100vw, 80px));
  }
  .content-text.media--left > .inside .rte {
    padding-left: calc(clamp(20px, -30px + 0.0833333333 * 100vw, 70px));
  }
}
.content-headline:not(.content-element-group *) {
  padding-top: 37.5px;
  padding-bottom: 37.5px;
  margin-right: 4vw;
  margin-left: 4vw;
  padding-bottom: 0 !important;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 56.250rem) {
  .content-headline:not(.content-element-group *) {
    margin-right: calc(4.1666666667vw);
    margin-left: calc(4.1666666667vw);
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media screen and (min-width: 75.000rem) {
  .content-headline:not(.content-element-group *) {
    margin-right: 8.3333333333vw;
    margin-left: 8.3333333333vw;
  }
}
@media screen and (min-width: 120rem) {
  .content-headline:not(.content-element-group *) {
    margin-right: auto;
    margin-left: auto;
    max-width: 1600px;
  }
}
[class*="mod_"] > .headline-container, [class*="content-"] > .headline-container, [class*="ce_"] > .headline-container {
  align-items: center;
  text-align: center;
  padding-bottom: 37.5px;
}
@media screen and (min-width: 56.250rem) {
  [class*="mod_"] > .headline-container, [class*="content-"] > .headline-container, [class*="ce_"] > .headline-container {
    padding-bottom: 75px;
  }
}
.content-element-group > .content-headline {
  align-items: initial;
  text-align: initial;
  padding-top: 37.5px;
}
@media screen and (min-width: 56.250rem) {
  .content-element-group > .content-headline {
    padding-top: 75px;
  }
}
.content-headline-container, .headline-container {
  display: flex;
  flex-direction: column-reverse;
}
.content-headline-container .custom-subheadline, .headline-container .custom-subheadline {
  font-size: calc(0.75rem + 0.15625vw);
  color: #0056A2;
  font-weight: 350;
  line-height: 1.6;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media screen and (max-width: 37.5rem) {
  .content-headline-container .custom-subheadline, .headline-container .custom-subheadline {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 120rem) {
  .content-headline-container .custom-subheadline, .headline-container .custom-subheadline {
    font-size: 0.9375rem;
  }
}
.content-text.centered ul, .content-text.centered ol {
  list-style-position: inside;
}
.content-list ul, .content-list ol, .content-text ul, .content-text ol {
  line-height: 1.65;
  margin-left: 1em;
}
.content-list {
  padding-top: 37.5px;
  padding-bottom: 37.5px;
  margin-right: 4vw;
  margin-left: 4vw;
}
@media screen and (min-width: 56.250rem) {
  .content-list {
    margin-right: calc(4.1666666667vw);
    margin-left: calc(4.1666666667vw);
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media screen and (min-width: 75.000rem) {
  .content-list {
    margin-right: 8.3333333333vw;
    margin-left: 8.3333333333vw;
  }
}
@media screen and (min-width: 120rem) {
  .content-list {
    margin-right: auto;
    margin-left: auto;
    max-width: 1600px;
  }
}
.content-list ul, .content-list ol {
  margin-left: 0;
  background-color: #EDEDED;
  padding-left: calc(clamp(30px, -80px + 0.1833333333 * 100vw, 140px));
  padding-right: calc(clamp(20px, -100px + 0.2 * 100vw, 140px));
  padding-top: 37.5px;
  padding-bottom: 37.5px;
}
@media screen and (min-width: 56.250rem) {
  .content-list ul, .content-list ol {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.content-list ul li + li, .content-list ol li + li {
  margin-top: 30px;
}
.content-list ul {
  list-style-type: square;
}
.content-list ul li::marker {
  color: #0056A2;
}
.content-list ol li::marker {
  color: #0056A2;
  font-weight: 400;
}
[data-theme="theme1"] .content-list ul, [data-theme="theme1"] .content-list ol {
  background-color: #191919;
}
.content-image {
  padding-top: 37.5px;
  padding-bottom: 37.5px;
  margin-right: 4vw;
  margin-left: 4vw;
}
@media screen and (min-width: 56.250rem) {
  .content-image {
    margin-right: calc(4.1666666667vw);
    margin-left: calc(4.1666666667vw);
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media screen and (min-width: 75.000rem) {
  .content-image {
    margin-right: 8.3333333333vw;
    margin-left: 8.3333333333vw;
  }
}
@media screen and (min-width: 120rem) {
  .content-image {
    margin-right: auto;
    margin-left: auto;
    max-width: 1600px;
  }
}
.content-image figure, .content-image figure > picture {
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.content-image.content-regular {
  max-width: 1600px;
}
.content-image.content-medium {
  max-width: 1600px;
}
.content-image figcaption {
  padding-top: 0.5em;
  position: relative;
  font-size: calc(0.875rem + 0.9375vw);
  font-style: normal;
  font-weight: 300;
  line-height: 1.87;
  text-transform: uppercase;
}
@media screen and (max-width: 37.5rem) {
  .content-image figcaption {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 120rem) {
  .content-image figcaption {
    font-size: 2rem;
  }
}
.content-image figcaption::before {
  content: "";
  display: block;
  position: absolute;
  left: calc(clamp(20px, -10px + 0.05 * 100vw, 50px));
  top: 0;
  translate: 0 -50%;
  z-index: 2;
  width: 1em;
  max-width: 18px;
  height: 1em;
  max-height: 18px;
  background-color: #0056A2;
}
.content-gallery {
  padding-top: 37.5px;
  padding-bottom: 37.5px;
}
@media screen and (min-width: 56.250rem) {
  .content-gallery {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
.content-gallery .headline-container {
  padding-top: initial / 4;
  padding-bottom: initial / 4;
  margin-right: 4vw;
  margin-left: 4vw;
}
@media screen and (min-width: 56.250rem) {
  .content-gallery .headline-container {
    margin-right: calc(4.1666666667vw);
    margin-left: calc(4.1666666667vw);
    padding-top: initial / 2;
    padding-bottom: initial / 2;
  }
}
@media screen and (min-width: 75.000rem) {
  .content-gallery .headline-container {
    margin-right: 8.3333333333vw;
    margin-left: 8.3333333333vw;
  }
}
@media screen and (min-width: 120rem) {
  .content-gallery .headline-container {
    margin-right: auto;
    margin-left: auto;
    max-width: 1600px;
  }
}
@media only screen and (min-width: 56.250rem) {
  .content-gallery ul {
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 4vw;
    margin-left: 4vw;
  }
}
@media only screen and (min-width: 56.250rem) and (min-width: 56.250rem) {
  .content-gallery ul {
    margin-right: calc(4.1666666667vw);
    margin-left: calc(4.1666666667vw);
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 56.250rem) and (min-width: 75.000rem) {
  .content-gallery ul {
    margin-right: 8.3333333333vw;
    margin-left: 8.3333333333vw;
  }
}
@media only screen and (min-width: 56.250rem) and (min-width: 120rem) {
  .content-gallery ul {
    margin-right: auto;
    margin-left: auto;
    max-width: 1600px;
  }
}
.content-gallery ul {
  list-style-type: none;
  padding-left: 0;
  display: grid;
  gap: calc(clamp(20px, 0px + 0.0333333333 * 100vw, 40px));
}
.content-gallery ul figure * {
  width: 100%;
  height: 100%;
}
.content-gallery ul figure img {
  object-fit: cover;
}
.content-gallery.content-gallery--cols-3 > ul {
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (min-width: 56.250rem) {
  .content-gallery.content-gallery--cols-3 > ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
.content-gallery.content-gallery--cols-2 > ul {
  grid-template-columns: repeat(2, 1fr);
}
.content-download {
  padding-top: 37.5px;
  padding-bottom: 37.5px;
  margin-right: 4vw;
  margin-left: 4vw;
}
@media screen and (min-width: 56.250rem) {
  .content-download {
    margin-right: calc(11.9791666667vw);
    margin-left: calc(11.9791666667vw);
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media screen and (min-width: 75.000rem) {
  .content-download {
    margin-right: 23.9583333333vw;
    margin-left: 23.9583333333vw;
  }
}
@media screen and (min-width: 120rem) {
  .content-download {
    margin-right: auto;
    margin-left: auto;
    max-width: 1000px;
  }
}
.content-download a {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 20px;
  background-color: #EDEDED;
}
.content-download a:before {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  width: 20px;
  height: 20px;
  border: 1px dotted #191919;
}
.content-download a:hover {
  background-color: var(--color-primary);
}
.content-downloads {
  padding-top: 37.5px;
  padding-bottom: 37.5px;
  margin-right: 4vw;
  margin-left: 4vw;
}
@media screen and (min-width: 56.250rem) {
  .content-downloads {
    margin-right: calc(11.9791666667vw);
    margin-left: calc(11.9791666667vw);
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media screen and (min-width: 75.000rem) {
  .content-downloads {
    margin-right: 23.9583333333vw;
    margin-left: 23.9583333333vw;
  }
}
@media screen and (min-width: 120rem) {
  .content-downloads {
    margin-right: auto;
    margin-left: auto;
    max-width: 1000px;
  }
}
.content-downloads ul {
  list-style-type: none;
}
.content-downloads ul li.download-element a {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 20px;
  background-color: #EDEDED;
  margin-bottom: 10px;
}
.content-downloads ul li.download-element a:before {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  width: 20px;
  height: 20px;
  border: 1px dotted #191919;
}
.content-downloads ul li.download-element a:hover {
  background-color: var(--color-primary);
}
:root {
  --icon_mask_accordion-open: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 31 31'%3E%3Cpath fill='%23031834' d='M0 14.5h31v2H0z'/%3E%3Cpath fill='%23031834' d='M16.5 0v31h-2V0z'/%3E%3C/svg%3E");
  --icon_mask_accordion-close: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 31 2'%3E%3Cpath fill='%23031834' d='M0 0h31v2H0z'/%3E%3C/svg%3E");
  --icon_mask_accordion-chevron_down: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 11'%3E%3Cpath stroke='%230A2336' d='M.371.645 9.687 9.96 19.003.645'/%3E%3C/svg%3E");
}
.content-accordion {
  padding-top: 37.5px;
  padding-bottom: 37.5px;
  margin-right: 4vw;
  margin-left: 4vw;
  border-bottom: initial;
}
.content-accordion .content-text {
  margin-left: initial;
  margin-right: initial;
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 56.250rem) {
  .content-accordion {
    margin-right: calc(4.1666666667vw);
    margin-left: calc(4.1666666667vw);
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media screen and (min-width: 75.000rem) {
  .content-accordion {
    margin-right: 8.3333333333vw;
    margin-left: 8.3333333333vw;
  }
}
@media screen and (min-width: 120rem) {
  .content-accordion {
    margin-right: auto;
    margin-left: auto;
    max-width: 1600px;
  }
}
.content-accordion .handorgel__header .handorgel__header__button {
  padding: initial;
  border-top: initial;
  background-color: initial;
}
.content-accordion .handorgel__content {
  border-top: 0;
  background-color: initial;
}
.content-accordion .handorgel__content .handorgel__content__inner {
  padding: initial;
}
.content-accordion .handorgel__header .handorgel__header__button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #EDEDED;
  color: #031834;
  font-size: calc(1.25rem + 0.3125vw);
  font-weight: 300;
  line-height: 1.15;
  text-transform: uppercase;
  padding-top: 1.1em;
  padding-bottom: 1.1em;
  padding-left: calc(clamp(20px, -10px + 0.05 * 100vw, 50px));
  padding-right: calc(clamp(20px, -20px + 0.0666666667 * 100vw, 60px));
  position: relative;
}
@media screen and (max-width: 37.5rem) {
  .content-accordion .handorgel__header .handorgel__header__button {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 120rem) {
  .content-accordion .handorgel__header .handorgel__header__button {
    font-size: 1.625rem;
  }
}
.content-accordion .handorgel__header .handorgel__header__button::after {
  content: "";
  display: inline-block;
  width: 1.195em;
  height: 1.195em;
  min-height: 100%;
  background-color: currentColor;
  mask-image: var(--icon_mask_accordion-open);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-size: 100%;
}
.content-accordion .handorgel__header.handorgel__header--opened .handorgel__header__button::after {
  mask-image: var(--icon_mask_accordion-close);
}
.content-accordion .handorgel__content {
  padding-left: calc(clamp(20px, -10px + 0.05 * 100vw, 50px));
  padding-right: calc(clamp(20px, -20px + 0.0666666667 * 100vw, 60px));
  margin-top: 35px;
  margin-bottom: 35px;
}
.content-accordion .handorgel__content .handorgel__content__inner {
  border-left: 1px solid #EDEDED;
  padding-left: calc(clamp(20px, 5px + 0.025 * 100vw, 35px));
}
.content-accordion .handorgel__content + .handorgel__header {
  margin-top: 8px;
}
[data-theme="theme1"] .content-accordion .handorgel__header .handorgel__header__button {
  background-color: #191919;
  color: #EDEDED;
}
.content-table {
  padding-top: 37.5px;
  padding-bottom: 37.5px;
  margin-right: 4vw;
  margin-left: 4vw;
}
@media screen and (min-width: 56.250rem) {
  .content-table {
    margin-right: calc(4.1666666667vw);
    margin-left: calc(4.1666666667vw);
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media screen and (min-width: 75.000rem) {
  .content-table {
    margin-right: 8.3333333333vw;
    margin-left: 8.3333333333vw;
  }
}
@media screen and (min-width: 120rem) {
  .content-table {
    margin-right: auto;
    margin-left: auto;
    max-width: 1600px;
  }
}
.content-table table {
  width: 100%;
  border-collapse: collapse;
}
.content-table thead th {
  padding: 1rem;
  padding-top: 0;
  border-top: 1rem solid #EDEDED;
  border-right: 1px solid #191919;
  border-bottom: 1px solid #191919;
  background-color: #EDEDED;
}
.content-table tbody th {
  padding: 1rem;
  padding-top: 0;
  border-right: 1px solid #191919;
  border-bottom: 1px solid #EDEDED;
  background-color: #EDEDED;
}
.content-table td {
  padding: 1rem;
  border-right: 1px solid #191919;
  border-bottom: 1px solid #EDEDED;
}
.content-table th.col_last, .content-table td.col_last {
  border-right: 0;
}
.content-table caption {
  font-size: 0.875rem;
  text-align: left;
  padding: 10px;
  border-left: 10px solid #000000;
  margin-left: 0;
}
.content-description-list {
  padding-top: 37.5px;
  padding-bottom: 37.5px;
  margin-right: 4vw;
  margin-left: 4vw;
}
@media screen and (min-width: 56.250rem) {
  .content-description-list {
    margin-right: calc(4.1666666667vw);
    margin-left: calc(4.1666666667vw);
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media screen and (min-width: 75.000rem) {
  .content-description-list {
    margin-right: 8.3333333333vw;
    margin-left: 8.3333333333vw;
  }
}
@media screen and (min-width: 120rem) {
  .content-description-list {
    margin-right: auto;
    margin-left: auto;
    max-width: 1600px;
  }
}
.content-description-list dl dt {
  font-weight: bold;
}
:is(.ce_youtube, .content-youtube, .content-vimeo, .content-player, .ce_vimeo) {
  padding-top: 37.5px;
  padding-bottom: 37.5px;
  margin-right: 4vw;
  margin-left: 4vw;
}
@media screen and (min-width: 56.250rem) {
  :is(.ce_youtube, .content-youtube, .content-vimeo, .content-player, .ce_vimeo) {
    margin-right: calc(4.1666666667vw);
    margin-left: calc(4.1666666667vw);
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media screen and (min-width: 75.000rem) {
  :is(.ce_youtube, .content-youtube, .content-vimeo, .content-player, .ce_vimeo) {
    margin-right: 8.3333333333vw;
    margin-left: 8.3333333333vw;
  }
}
@media screen and (min-width: 120rem) {
  :is(.ce_youtube, .content-youtube, .content-vimeo, .content-player, .ce_vimeo) {
    margin-right: auto;
    margin-left: auto;
    max-width: 1600px;
  }
}
:is(.ce_youtube, .content-youtube, .content-vimeo, .content-player, .ce_vimeo) figure:not(.hofff-consent-placeholder-content) {
  position: relative;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1.7777777778;
  height: auto;
}
:is(.ce_youtube, .content-youtube, .content-vimeo, .content-player, .ce_vimeo) figure:not(.hofff-consent-placeholder-content).aspect--16\:9 {
  aspect-ratio: 1.7777777778;
}
:is(.ce_youtube, .content-youtube, .content-vimeo, .content-player, .ce_vimeo) figure:not(.hofff-consent-placeholder-content).aspect--16\:10 {
  aspect-ratio: 1.6;
}
:is(.ce_youtube, .content-youtube, .content-vimeo, .content-player, .ce_vimeo) figure:not(.hofff-consent-placeholder-content).aspect--21\:9 {
  aspect-ratio: 2.3333333333;
}
:is(.ce_youtube, .content-youtube, .content-vimeo, .content-player, .ce_vimeo) figure:not(.hofff-consent-placeholder-content).aspect--4\:3 {
  aspect-ratio: 1.3333333333;
}
:is(.ce_youtube, .content-youtube, .content-vimeo, .content-player, .ce_vimeo) figure:not(.hofff-consent-placeholder-content).aspect--3\:2 {
  aspect-ratio: 1.5;
}
:is(.ce_youtube, .content-youtube, .content-vimeo, .content-player, .ce_vimeo) figure:not(.hofff-consent-placeholder-content) button[data-splash-screen] {
  appearance: none;
  border: none;
  display: grid;
}
:is(.ce_youtube, .content-youtube, .content-vimeo, .content-player, .ce_vimeo) figure:not(.hofff-consent-placeholder-content) button[data-splash-screen]:hover {
  cursor: pointer;
}
:is(.ce_youtube, .content-youtube, .content-vimeo, .content-player, .ce_vimeo) figure:not(.hofff-consent-placeholder-content) button[data-splash-screen] img, :is(.ce_youtube, .content-youtube, .content-vimeo, .content-player, .ce_vimeo) figure:not(.hofff-consent-placeholder-content) button[data-splash-screen] > p {
  grid-column: 1;
  grid-row: 1;
}
:is(.ce_youtube, .content-youtube, .content-vimeo, .content-player, .ce_vimeo) figure:not(.hofff-consent-placeholder-content) button[data-splash-screen] > p {
  z-index: 2;
  margin: 20px;
  padding: 20px;
  align-self: end;
  background-color: #FFFFFF;
}
:is(.ce_youtube, .content-youtube, .content-vimeo, .content-player, .ce_vimeo) figure:not(.hofff-consent-placeholder-content) iframe {
  border: 0;
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
}
.content-player video {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.mod_article > .ce_form {
  padding-top: 37.5px;
  padding-bottom: 37.5px;
  margin-right: 4vw;
  margin-left: 4vw;
}
@media screen and (min-width: 56.250rem) {
  .mod_article > .ce_form {
    margin-right: calc(11.9791666667vw);
    margin-left: calc(11.9791666667vw);
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media screen and (min-width: 75.000rem) {
  .mod_article > .ce_form {
    margin-right: 23.9583333333vw;
    margin-left: 23.9583333333vw;
  }
}
@media screen and (min-width: 120rem) {
  .mod_article > .ce_form {
    margin-right: auto;
    margin-left: auto;
    max-width: 1000px;
  }
}
.ce_form fieldset {
  padding: 0;
  border: 0;
}
.ce_form .widget {
  width: 100%;
  margin-bottom: 9px;
}
.ce_form .widget label {
  font-size: calc(0.9375rem + 0.2604166667vw);
  font-style: normal;
  font-weight: 300;
  line-height: 2.53;
}
@media screen and (max-width: 37.5rem) {
  .ce_form .widget label {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 120rem) {
  .ce_form .widget label {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 56.250rem) {
  .ce_form .widget label {
    line-height: 1.9;
  }
}
.ce_form .widget legend {
  margin-bottom: 10px;
}
.ce_form .widget.error {
  display: grid;
  row-gap: 10px;
}
.ce_form .widget.error p.error {
  color: var(--color-primary);
  grid-row: 1;
  grid-column: 1/-1;
}
.ce_form .widget.error label.error, .ce_form .widget.error input.error {
  grid-row: 2;
}
.ce_form .widget-text:not(:has(input[type="date"])), .ce_form .widget-password, .ce_form .widget-textarea, .ce_form .widget-captcha {
  position: relative;
  height: fit-content;
}
.ce_form .widget-text:not(:has(input[type="date"])) label, .ce_form .widget-password label, .ce_form .widget-textarea label, .ce_form .widget-captcha label {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.8;
  margin-bottom: 0;
  transition: 0.3s;
}
.ce_form .widget-text:not(:has(input[type="date"])).focus label, .ce_form .widget-text:not(:has(input[type="date"])).filled label, .ce_form .widget-text:not(:has(input[type="date"])):has(input:placeholder-shown) label, .ce_form .widget-text:not(:has(input[type="date"])):has(textarea:placeholder-shown) label, .ce_form .widget-text:not(:has(input[type="date"])).error label, .ce_form .widget-text:not(:has(input[type="date"])):has(input[value]:not([value=""])) label, .ce_form .widget-password.focus label, .ce_form .widget-password.filled label, .ce_form .widget-password:has(input:placeholder-shown) label, .ce_form .widget-password:has(textarea:placeholder-shown) label, .ce_form .widget-password.error label, .ce_form .widget-password:has(input[value]:not([value=""])) label, .ce_form .widget-textarea.focus label, .ce_form .widget-textarea.filled label, .ce_form .widget-textarea:has(input:placeholder-shown) label, .ce_form .widget-textarea:has(textarea:placeholder-shown) label, .ce_form .widget-textarea.error label, .ce_form .widget-textarea:has(input[value]:not([value=""])) label, .ce_form .widget-captcha.focus label, .ce_form .widget-captcha.filled label, .ce_form .widget-captcha:has(input:placeholder-shown) label, .ce_form .widget-captcha:has(textarea:placeholder-shown) label, .ce_form .widget-captcha.error label, .ce_form .widget-captcha:has(input[value]:not([value=""])) label {
  top: 1px;
  transform: none;
  font-size: 0.5rem;
  opacity: 1;
}
.ce_form .widget-textarea label {
  top: 10px;
  transform: none;
}
.ce_form .widget-textarea .textarea {
  resize: none;
}
.ce_form .widget-text:has(input[type="date"]), .ce_form .widget-select {
  position: relative;
}
.ce_form .widget-text:has(input[type="date"]) label, .ce_form .widget-select label {
  margin-bottom: 0;
  position: absolute;
  top: 1px;
  left: 10px;
  font-size: 0.5rem;
}
.ce_form .widget-radio .radio_container {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.ce_form .widget-radio .radio_container span {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
.ce_form .widget-radio .radio_container fieldset {
  margin-left: 20px;
  margin-right: 20px;
}
.ce_form .widget-checkbox .checkbox_container {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.ce_form .widget-checkbox .checkbox_container > span {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
.ce_form .widget-checkbox .checkbox_container fieldset {
  margin-left: 40px;
  margin-right: 40px;
}
.ce_form .widget-upload label {
  margin-bottom: 10px;
}
.ce_form .widget-range label {
  margin-bottom: 10px;
}
.ce_form .widget-captcha .captcha_text {
  margin-top: 10px;
}
.ce_form .widget-captcha.error {
  display: grid;
  row-gap: 10px;
}
.ce_form .widget-captcha.error p.error {
  grid-row: 1;
  margin-top: 0;
}
.ce_form .widget-captcha.error .captcha_text.error {
  grid-row: 2;
  margin-top: 0;
}
.ce_form .widget-captcha.error label.error, .ce_form .widget-captcha.error input.captcha {
  grid-row: 3;
}
.ce_form .widget-icon-checkbox .checkbox_container, .ce_form .widget-icon-checkbox .radio_container {
  display: grid;
}
.ce_form .widget-icon-checkbox .checkbox_container > span, .ce_form .widget-icon-checkbox .radio_container > span {
  height: 100%;
  display: inherit;
}
.ce_form .widget-icon-checkbox .checkbox_container > span label, .ce_form .widget-icon-checkbox .radio_container > span label {
  border: 1px solid #000000;
  border-radius: 0;
}
.ce_form .widget-icon-checkbox .checkbox_container > span label > span, .ce_form .widget-icon-checkbox .radio_container > span label > span {
  text-align: center;
}
.ce_form .widget-pagebreak {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* Zwei Spalten mit gleicher Breite */
  gap: 20px;
  /* Abstand zwischen den Buttons */
}
.ce_form .widget-pagebreak button[value="continue"] {
  grid-row: 1;
  grid-column: 2;
}
.ce_form .widget-pagebreak button[value="back"] {
  grid-row: 1;
  grid-column: 1;
}
.ce_form .form-confirmation {
  text-align: center;
}
@media screen and (min-width: 56.250rem) {
  .ce_form fieldset {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: flex-end;
  }
}
.ce_rsce_header {
  --min-height-mobile: 70svh;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}
.ce_rsce_header.simple-page {
  min-height: 35vh;
  background-color: #EDEDED;
  display: flex;
  align-items: center;
  justify-content: center;
}
[data-theme="theme1"] .ce_rsce_header.simple-page {
  background-color: #191919;
}
.ce_rsce_header.simple-page .headline {
  color: #031834;
  text-align: center;
}
[data-theme="theme1"] .ce_rsce_header.simple-page .headline {
  color: #FFFFFF;
}
.ce_rsce_header.simple-page .subheadline {
  color: #0056A2;
  text-align: center;
}
.ce_rsce_header.normal-page, .ce_rsce_header.normal-page-video {
  height: 85svh;
  display: grid;
}
.ce_rsce_header.normal-page > .inside, .ce_rsce_header.normal-page-video > .inside {
  position: relative;
  height: inherit;
}
.ce_rsce_header.normal-page > .inside::after, .ce_rsce_header.normal-page-video > .inside::after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 100%;
  height: 8px;
  background-color: #0056A2;
}
.ce_rsce_header.normal-page > .inside > .image_container, .ce_rsce_header.normal-page-video > .inside > .image_container {
  height: inherit;
}
.ce_rsce_header.normal-page .subheadline, .ce_rsce_header.normal-page-video .subheadline {
  color: #FFFFFF;
  text-align: center;
}
.ce_rsce_header.normal-page .headline, .ce_rsce_header.normal-page-video .headline {
  color: #FFFFFF;
  text-align: center;
}
.ce_rsce_header.normal-page .divider, .ce_rsce_header.normal-page-video .divider {
  width: 65px;
  height: 2px;
  background-color: #EDEDED;
}
.ce_rsce_header.landing-page {
  min-height: var(--min-height-mobile);
  display: grid;
  background-color: #031834;
}
@media (min-aspect-ratio: 1) {
  .ce_rsce_header.landing-page {
    min-height: 100vh;
  }
}
.ce_rsce_header.landing-page .swiper-container {
  grid-column: 1;
  grid-row: 1;
  position: relative;
  z-index: 1;
}
.ce_rsce_header.landing-page .subheadline {
  color: #FFFFFF;
  text-align: center;
}
.ce_rsce_header.landing-page .headline {
  color: #FFFFFF;
  text-align: center;
}
.ce_rsce_header.landing-page .slide-indicators {
  margin-top: 50px;
  display: flex;
  gap: 5px;
}
.ce_rsce_header.landing-page .slide-indicators .fake-indicator {
  padding: 3px 0;
}
.ce_rsce_header.landing-page .slide-indicators .fake-indicator:hover {
  cursor: pointer;
}
.ce_rsce_header.landing-page .slide-indicators .fake-indicator span {
  display: block;
  height: 1px;
  width: 40px;
  background-color: #FFFFFF;
}
.ce_rsce_header.landing-page .slide-indicators .fake-indicator.is-active span {
  background-color: #2DA4DC;
}
.ce_rsce_header.landing-page .haptic-container {
  padding-block: 30px;
  margin-right: 4vw;
  margin-left: 4vw;
  grid-column: 1;
  grid-row: 2;
  position: relative;
  z-index: 2;
  align-self: end;
  justify-self: center;
}
@media screen and (min-width: 37.500rem) {
  .ce_rsce_header.landing-page .haptic-container {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 56.250rem) {
  .ce_rsce_header.landing-page .haptic-container {
    grid-column: 1;
    grid-row: 1;
    margin-bottom: 75px;
  }
}
@media (min-aspect-ratio: 2.2) {
  .ce_rsce_header.landing-page .haptic-container {
    grid-column: 1;
    grid-row: 2;
  }
}
.ce_rsce_header.landing-page .haptic-container .haptic-button {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  justify-content: center;
  text-decoration: none;
  gap: 20px;
  padding-left: 17px;
  padding-right: 17px;
  padding-top: 17px;
  padding-bottom: 17px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 21px 0px rgba(0, 0, 0, 0.39);
  backdrop-filter: blur(17px);
}
@media screen and (min-width: 400px) {
  .ce_rsce_header.landing-page .haptic-container .haptic-button {
    flex-direction: row;
    flex-wrap: initial;
    justify-content: initial;
  }
}
.ce_rsce_header.landing-page .haptic-container .haptic-button .content-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding-inline: calc(clamp(20px, -10px + 0.05 * 100vw, 50px));
}
.ce_rsce_header.landing-page .haptic-container .haptic-button .content-container .haptic_title {
  color: #FFFFFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.3;
  text-transform: uppercase;
}
.ce_rsce_header.landing-page .haptic-container .haptic-button .content-container .haptic_buttontext {
  text-align: center;
  color: #2DA4DC;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
}
.ce_rsce_header.landing-page .haptic-container .haptic-button .image_container img {
  border-radius: 21px;
}
.ce_rsce_header.landing-page .haptic-container .haptic-button:hover {
  border: 1px solid #2DA4DC;
}
.ce_rsce_header.landing-page .haptic-container .haptic-button:hover .haptic_buttontext {
  text-decoration: underline;
}
.ce_rsce_header .inside {
  position: relative;
  display: grid;
  height: 100%;
}
.ce_rsce_header .image_container.object-fit {
  grid-column: 1;
  grid-row: 1;
  position: relative;
  z-index: 1;
}
.ce_rsce_header .image_container.object-fit picture {
  height: 100%;
}
.ce_rsce_header .image_container.object-fit picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ce_rsce_header .video_container {
  grid-column: 1;
  grid-row: 1;
  position: relative;
  z-index: 1;
}
.ce_rsce_header .video_container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ce_rsce_header .content_container {
  grid-column: 1;
  grid-row: 1;
  position: relative;
  z-index: 2;
  padding-top: 75px;
  padding-bottom: 75px;
  margin-right: 4vw;
  margin-left: 4vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50%;
  align-self: end;
}
@media screen and (min-width: 56.250rem) {
  .ce_rsce_header .content_container {
    margin-right: calc(4.1666666667vw);
    margin-left: calc(4.1666666667vw);
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
@media screen and (min-width: 75.000rem) {
  .ce_rsce_header .content_container {
    margin-right: 8.3333333333vw;
    margin-left: 8.3333333333vw;
  }
}
@media screen and (min-width: 120rem) {
  .ce_rsce_header .content_container {
    margin-right: auto;
    margin-left: auto;
    max-width: 1600px;
  }
}
@media screen and (min-width: 56.250rem) {
  .ce_rsce_header .content_container {
    height: 70%;
    height: auto;
    align-self: auto;
  }
}
.ce_rsce_header .content_container .headline_container {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  max-width: 1000px;
}
.ce_rsce_header .content_container .subheadline {
  text-align: center;
  font-size: calc(0.875rem + 0.2083333333vw);
  font-weight: 300;
  line-height: 1.09;
  letter-spacing: 2.2px;
  text-transform: uppercase;
}
@media screen and (max-width: 37.5rem) {
  .ce_rsce_header .content_container .subheadline {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 120rem) {
  .ce_rsce_header .content_container .subheadline {
    font-size: 1.125rem;
  }
}
.ce_rsce_header .content_container .headline + .subheadline {
  margin-bottom: 0.6em;
}
.ce_rsce_header .content_container .headline {
  margin-bottom: 0.55em;
}
.ce_rsce_header .swiper, .ce_rsce_header .swiper-wrapper, .ce_rsce_header .wrapper, .ce_rsce_header .swiper-slide > .inside {
  height: 100%;
}
.ce_rsce_header .swiper-button-next, .ce_rsce_header .swiper-button-prev {
  --swiper-navigation-sides-offset: -10px;
  width: 66px;
  height: 66px;
}
.ce_rsce_header .swiper-button-next:after, .ce_rsce_header .swiper-button-prev:after {
  display: none;
}
.ce_rsce_header .autoplay-progress {
  width: 100%;
  margin-right: 4vw;
  margin-left: 4vw;
  height: 2px;
  position: absolute;
  z-index: 2;
  top: auto;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  overflow: hidden;
}
@media screen and (min-width: 56.250rem) {
  .ce_rsce_header .autoplay-progress {
    margin-right: calc(0vw);
    margin-left: calc(0vw);
  }
}
@media screen and (min-width: 75.000rem) {
  .ce_rsce_header .autoplay-progress {
    margin-right: 0vw;
    margin-left: 0vw;
  }
}
@media screen and (min-width: 120rem) {
  .ce_rsce_header .autoplay-progress {
    margin-right: auto;
    margin-left: auto;
    max-width: 1920px;
  }
}
@media screen and (min-width: 56.250rem) {
  .ce_rsce_header .autoplay-progress {
    height: 4px;
  }
}
.ce_rsce_header .autoplay-progress::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: calc(var(--progress, 0) * 100%);
  transition: width 0.25s linear;
  background-color: #0056A2;
}
.ce_rsce_header .autoplay-progress span {
  position: none;
  top: 100%;
  right: 0;
  margin-top: 4px;
  font-weight: 700;
}
.ce_rsce_header .swiper-container {
  position: relative;
  overflow: hidden;
  min-height: var(--min-height-mobile);
}
@media (min-aspect-ratio: 1) {
  .ce_rsce_header .swiper-container {
    height: 100vh;
    min-height: 100vh;
  }
}
.ce_rsce_header .image_container:not(.haptic) {
  overflow: hidden;
  position: relative;
}
.ce_rsce_header .image_container:not(.haptic)::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  inset: 0;
  height: 25%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  rotate: 180deg;
  pointer-events: none;
}
.ce_rsce_header .image_container:not(.haptic)::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.55) 100%);
  pointer-events: none;
}
.ce_rsce_header .swiper-wrapper {
  min-width: 0;
}
.ce_rsce_cards {
  padding-top: 37.5px;
  padding-bottom: 37.5px;
  margin-right: 4vw;
  margin-left: 4vw;
}
@media screen and (min-width: 56.250rem) {
  .ce_rsce_cards {
    margin-right: calc(4.1666666667vw);
    margin-left: calc(4.1666666667vw);
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media screen and (min-width: 75.000rem) {
  .ce_rsce_cards {
    margin-right: 8.3333333333vw;
    margin-left: 8.3333333333vw;
  }
}
@media screen and (min-width: 120rem) {
  .ce_rsce_cards {
    margin-right: auto;
    margin-left: auto;
    max-width: 1600px;
  }
}
.ce_rsce_cards .cards-wrapper:not(.swiper-wrapper) {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
.ce_rsce_cards .card {
  position: relative;
  background-color: #EDEDED;
}
.ce_rsce_cards .card .content_container {
  width: 100%;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  padding: calc(2 * 20px);
}
.ce_rsce_cards .card .content_container .card-title {
  color: #FFFFFF;
  font-size: calc(1.375rem + 0.2083333333vw);
  font-style: normal;
  font-weight: 300;
  line-height: 2;
  margin-bottom: 0.1em;
}
@media screen and (max-width: 37.5rem) {
  .ce_rsce_cards .card .content_container .card-title {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 120rem) {
  .ce_rsce_cards .card .content_container .card-title {
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 56.250rem) {
  .ce_rsce_cards .card .content_container .card-title {
    line-height: 1.69;
  }
}
.ce_rsce_cards .card .content_container .card-button {
  color: #FFFFFF;
  font-size: calc(1.125rem + 0.1041666667vw);
  font-style: normal;
  font-weight: 300;
  line-height: 1.33;
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media screen and (max-width: 37.5rem) {
  .ce_rsce_cards .card .content_container .card-button {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 120rem) {
  .ce_rsce_cards .card .content_container .card-button {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 56.250rem) {
  .ce_rsce_cards .card .content_container .card-button {
    line-height: 1.2;
  }
}
.ce_rsce_cards .card:hover .card-button {
  text-decoration: none;
}
.ce_rsce_cards .card .icon {
  max-width: 75px;
  height: auto;
  margin-bottom: 1em;
}
@media screen and (min-width: 56.250rem) {
  .ce_rsce_cards .card .icon {
    max-width: 90px;
  }
}
.ce_rsce_cards .card .image_container:not(.icon) picture {
  display: block;
  position: relative;
}
.ce_rsce_cards .card .image_container:not(.icon) picture::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  inset: 0;
  top: 50%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  pointer-events: none;
}
.ce_rsce_cards .swiper-container {
  position: relative;
}
.ce_rsce_cards .swiper-container .swiper-button-next, .ce_rsce_cards .swiper-container .swiper-button-prev {
  --swiper-navigation-sides-offset: 5px;
  width: 80px;
  height: 80px;
}
@media screen and (min-width: 56.250rem) {
  .ce_rsce_cards .swiper-container .swiper-button-next, .ce_rsce_cards .swiper-container .swiper-button-prev {
    --swiper-navigation-sides-offset: 3%;
  }
}
.ce_rsce_cards .swiper-container .swiper-button-next:after, .ce_rsce_cards .swiper-container .swiper-button-prev:after {
  display: none;
}
.ce_rsce_cards .swiper-container .swiper-button-next svg, .ce_rsce_cards .swiper-container .swiper-button-prev svg {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
.ce_rsce_cards .swiper-container .swiper-button-next svg circle, .ce_rsce_cards .swiper-container .swiper-button-next svg line, .ce_rsce_cards .swiper-container .swiper-button-next svg path, .ce_rsce_cards .swiper-container .swiper-button-prev svg circle, .ce_rsce_cards .swiper-container .swiper-button-prev svg line, .ce_rsce_cards .swiper-container .swiper-button-prev svg path {
  stroke: #0056A2;
}
.ce_rsce_cards .swiper-container .swiper-pagination {
  top: inherit;
  bottom: inherit;
}
.ce_rsce_cards .swiper-container .swiper-pagination {
  width: 100%;
  position: relative;
  z-index: 2;
  top: auto;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  --swiper-pagination-bottom: 0;
  --swiper-pagination-bullet-height: 2px;
  --swiper-pagination-bullet-width: 45px;
  --swiper-pagination-bullet-border-radius: 0;
  --swiper-pagination-progressbar-bg-color: transparent;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-inactive-color: #EDEDED;
}
@media screen and (min-width: 56.250rem) {
  .ce_rsce_cards .swiper-container .swiper-pagination {
    margin-top: 36px;
  }
}
@media screen and (min-width: 56.250rem) {
  .ce_rsce_cards .cards-wrapper:not(.swiper-wrapper) {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media screen and (min-width: 56.250rem) {
  .showFour .cards-wrapper:not(.swiper-wrapper) {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 75.000rem) {
  .ce_rsce_cards .cards-wrapper:not(.swiper-wrapper) {
    grid-template-columns: repeat(3, 1fr);
  }
  .ce_rsce_cards .card {
    min-width: 200px;
  }
  .ce_rsce_cards p {
    font-size: 1rem;
  }
  .ce_rsce_cards .swiper-container .swiper-button-prev {
    left: -70px;
  }
  .ce_rsce_cards .swiper-container .swiper-button-next {
    right: -70px;
  }
}
@media screen and (min-width: 75.000rem) {
  .showFour .cards-wrapper:not(.swiper-wrapper) {
    grid-template-columns: repeat(4, 1fr);
  }
}
.content-cards.cards-text {
  padding-top: 37.5px;
  padding-bottom: 37.5px;
  margin-right: 4vw;
  margin-left: 4vw;
}
@media screen and (min-width: 56.250rem) {
  .content-cards.cards-text {
    margin-right: calc(4.1666666667vw);
    margin-left: calc(4.1666666667vw);
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media screen and (min-width: 75.000rem) {
  .content-cards.cards-text {
    margin-right: 8.3333333333vw;
    margin-left: 8.3333333333vw;
  }
}
@media screen and (min-width: 120rem) {
  .content-cards.cards-text {
    margin-right: auto;
    margin-left: auto;
    max-width: 1600px;
  }
}
.content-cards.cards-text .inside:not(.swiper-wrapper) {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
.content-cards.cards-text .card {
  display: inline-block;
  position: relative;
  text-decoration: none;
  background-color: #EDEDED;
}
.content-cards.cards-text .card .content_container {
  width: 100%;
  text-align: center;
  padding: calc(2 * 20px);
}
.content-cards.cards-text .card .content_container .card-title {
  color: #000000;
}
.content-cards.cards-text .card .content_container .card-text {
  color: #000000;
  margin-bottom: 20px;
}
@media screen and (min-width: 75.000rem) {
  .content-cards.cards-text .inside:not(.swiper-wrapper) {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .content-cards.cards-text .card {
    min-width: 200px;
  }
  .content-cards.cards-text p {
    font-size: 1rem;
  }
}
.content-custom.content-numbers {
  padding-top: 37.5px;
  padding-bottom: 37.5px;
  margin-right: 4vw;
  margin-left: 4vw;
}
@media screen and (min-width: 56.250rem) {
  .content-custom.content-numbers {
    margin-right: calc(4.1666666667vw);
    margin-left: calc(4.1666666667vw);
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media screen and (min-width: 75.000rem) {
  .content-custom.content-numbers {
    margin-right: 8.3333333333vw;
    margin-left: 8.3333333333vw;
  }
}
@media screen and (min-width: 120rem) {
  .content-custom.content-numbers {
    margin-right: auto;
    margin-left: auto;
    max-width: 1600px;
  }
}
.content-custom.content-numbers .elements-wrapper {
  display: grid;
  grid-template-columns: repeat(1fr);
  gap: 40px;
}
.content-custom.content-numbers .element {
  text-align: center;
  background-color: #EDEDED;
  padding: 40px;
}
.content-custom.content-numbers .number h4 {
  font-size: 3rem;
  margin-bottom: 0;
}
.content-custom.content-numbers .text {
  font-style: normal;
  font-weight: bold;
}
.content-custom.content-numbers .description {
  line-height: 1.5;
  padding-top: 20px;
}
@media screen and (min-width: 75.000rem) {
  .content-custom.content-numbers .elements-wrapper {
    grid-template-columns: repeat(12, 1fr);
  }
  .content-custom.content-numbers .element {
    grid-column: span 4;
    padding: 80px;
  }
  .content-custom.content-numbers .description {
    padding-top: 20px;
  }
}
[data-theme="theme1"] .rsce_numbers .element {
  background-color: #191919;
}
.content-banner:not(.fullwidth) {
  padding-top: 37.5px;
  padding-bottom: 37.5px;
  margin-right: 4vw;
  margin-left: 4vw;
}
@media screen and (min-width: 56.250rem) {
  .content-banner:not(.fullwidth) {
    margin-right: calc(4.1666666667vw);
    margin-left: calc(4.1666666667vw);
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media screen and (min-width: 75.000rem) {
  .content-banner:not(.fullwidth) {
    margin-right: 8.3333333333vw;
    margin-left: 8.3333333333vw;
  }
}
@media screen and (min-width: 120rem) {
  .content-banner:not(.fullwidth) {
    margin-right: auto;
    margin-left: auto;
    max-width: 1600px;
  }
}
.content-banner .inside {
  position: relative;
}
.content-banner .content_container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  gap: 19px;
}
.content-banner h3 {
  margin-bottom: 20px;
}
.content-banner span {
  margin-bottom: 20px;
}
.content-banner a {
  width: max-content;
}
.content-banner .image_container {
  position: relative;
}
.content-banner .image_container:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  inset: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.75) 100%);
  pointer-events: none;
}
.content-banner .video_container {
  position: relative;
}
.content-banner .video_container:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  inset: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.75) 100%);
  pointer-events: none;
}
.content-banner .video_container video {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  display: block;
}
@media screen and (min-width: 56.250rem) {
  .content-banner .video_container video {
    aspect-ratio: unset;
    object-fit: contain;
  }
}
.content-banner .icon {
  max-width: 75px;
  height: auto;
}
@media screen and (min-width: 56.250rem) {
  .content-banner .icon {
    max-width: 90px;
  }
}
.content-banner picture {
  width: 100%;
  height: 100%;
}
.content-banner picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-banner .headline_container {
  display: flex;
  flex-direction: column-reverse;
  gap: 19px;
}
@media screen and (min-width: 56.250rem) {
  .content-banner .headline_container {
    max-width: 60%;
  }
}
.content-banner .headline_container .subheadline {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: calc(0.875rem + 0.2083333333vw);
  font-weight: 300;
  line-height: 1.09;
  letter-spacing: 2.2px;
}
@media screen and (max-width: 37.5rem) {
  .content-banner .headline_container .subheadline {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 120rem) {
  .content-banner .headline_container .subheadline {
    font-size: 1.125rem;
  }
}
.content-banner .headline_container .headline {
  color: #FFFFFF;
  font-size: calc(1.75rem + 1.0416666667vw);
  font-weight: 300;
  line-height: 1.35;
  text-transform: uppercase;
}
@media screen and (max-width: 37.5rem) {
  .content-banner .headline_container .headline {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 120rem) {
  .content-banner .headline_container .headline {
    font-size: 3rem;
  }
}
@media screen and (min-width: 56.250rem) {
  .content-banner .headline_container .headline {
    line-height: 1.29;
  }
}
.content-banner:not(.fullwidth) .content_container {
  padding-left: calc(clamp(20px, -100px + 0.2 * 100vw, 140px));
  padding-right: calc(clamp(20px, -100px + 0.2 * 100vw, 140px));
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 56.250rem) {
  .content-banner:not(.fullwidth) .content_container {
    align-items: initial;
    text-align: initial;
  }
}
.content-banner.fullwidth {
  width: 100%;
  padding-top: 37.5px;
  padding-bottom: 37.5px;
}
@media screen and (min-width: 56.250rem) {
  .content-banner.fullwidth {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
.content-banner.fullwidth .content_container {
  padding-right: 0;
  padding-left: 0;
  margin-right: 4vw;
  margin-left: 4vw;
  align-items: center;
  text-align: center;
}
.content-banner.fullwidth .subheadline {
  color: #FFFFFF;
  text-align: center;
}
.content-banner.fullwidth .headline {
  color: #FFFFFF;
  text-align: center;
  font-size: calc(1.75rem + 1.25vw);
}
@media screen and (max-width: 37.5rem) {
  .content-banner.fullwidth .headline {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 120rem) {
  .content-banner.fullwidth .headline {
    font-size: 3.25rem;
  }
}
@media screen and (min-width: 56.250rem) {
  .content-banner.fullwidth .headline {
    line-height: 1.19;
  }
}
.content-banner .swiper, .content-banner .swiper-wrapper, .content-banner .swiper-slide > .inside {
  height: 100%;
}
.content-banner .swiper-slide > .inside {
  display: grid;
}
.content-banner .swiper-slide > .inside > .content_container {
  position: relative;
  z-index: 2;
  grid-row: 1;
  grid-column: 1;
}
.content-banner .swiper-slide > .inside > .image_container, .content-banner .swiper-slide > .inside .video_container {
  position: relative;
  z-index: 1;
  grid-row: 1;
  grid-column: 1;
}
.content-banner .swiper-button-next, .content-banner .swiper-button-prev {
  --swiper-navigation-sides-offset: 5px;
  width: 80px;
  height: 80px;
}
@media screen and (min-width: 56.250rem) {
  .content-banner .swiper-button-next, .content-banner .swiper-button-prev {
    --swiper-navigation-sides-offset: 3%;
  }
}
.content-banner .swiper-button-next:after, .content-banner .swiper-button-prev:after {
  display: none;
}
.content-banner .swiper-button-prev {
  display: none;
}
.content-banner .swiper-pagination {
  width: 100%;
  position: relative;
  z-index: 2;
  top: auto;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  --swiper-pagination-bottom: 0;
  --swiper-pagination-bullet-height: 2px;
  --swiper-pagination-bullet-width: 45px;
  --swiper-pagination-bullet-border-radius: 0;
  --swiper-pagination-color: #2DA4DC;
  --swiper-pagination-progressbar-bg-color: transparent;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-inactive-color: #EDEDED;
}
@media screen and (min-width: 56.250rem) {
  .content-banner .swiper-pagination {
    margin-top: 37.5px;
  }
}
.content-banner .swiper-container {
  position: relative;
  overflow: hidden;
}
.content-banner.fullwidth {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 75.000rem) {
  .content-banner .content_container {
    padding: 40px;
  }
}
@media screen and (min-width: 62.5rem) {
  .ce_rsce_form_image {
    padding-top: 37.5px;
    padding-bottom: 37.5px;
    margin-right: 4vw;
    margin-left: 4vw;
  }
}
@media screen and (min-width: 62.5rem) and (min-width: 56.250rem) {
  .ce_rsce_form_image {
    margin-right: calc(4.1666666667vw);
    margin-left: calc(4.1666666667vw);
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media screen and (min-width: 62.5rem) and (min-width: 75.000rem) {
  .ce_rsce_form_image {
    margin-right: 8.3333333333vw;
    margin-left: 8.3333333333vw;
  }
}
@media screen and (min-width: 62.5rem) and (min-width: 120rem) {
  .ce_rsce_form_image {
    margin-right: auto;
    margin-left: auto;
    max-width: 1600px;
  }
}
.ce_rsce_form_image > .inside {
  display: grid;
  z-index: 1;
  grid-template-columns: 1fr;
  background-color: #EDEDED;
  isolation: isolate;
}
@media screen and (min-width: 62.5rem) {
  .ce_rsce_form_image > .inside {
    grid-template-columns: 6fr 4fr;
  }
}
.ce_rsce_form_image > .inside .content_container {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 6vw;
  padding-bottom: calc(clamp(50px, 20px + 0.05 * 100vw, 80px));
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 56.250rem) {
  .ce_rsce_form_image > .inside .content_container {
    padding-inline: calc(clamp(20px, -120px + 0.2333333333 * 100vw, 160px));
    padding-block: calc(clamp(20px, -58px + 0.13 * 100vw, 98px));
  }
}
@media screen and (min-width: 62.5rem) {
  .ce_rsce_form_image > .inside .content_container {
    z-index: unset;
  }
}
.ce_rsce_form_image > .inside .content_container > .text {
  margin-top: 10px;
  font-size: calc(0.875rem + 0.1041666667vw);
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
}
@media screen and (max-width: 37.5rem) {
  .ce_rsce_form_image > .inside .content_container > .text {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 120rem) {
  .ce_rsce_form_image > .inside .content_container > .text {
    font-size: 1rem;
  }
}
@media screen and (min-width: 62.5rem) {
  .ce_rsce_form_image > .inside .content_container > .text {
    line-height: 1.875;
  }
}
.ce_rsce_form_image > .inside .content_container > .text > * {
  font-size: calc(0.875rem + 0.1041666667vw);
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
}
@media screen and (max-width: 37.5rem) {
  .ce_rsce_form_image > .inside .content_container > .text > * {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 120rem) {
  .ce_rsce_form_image > .inside .content_container > .text > * {
    font-size: 1rem;
  }
}
@media screen and (min-width: 62.5rem) {
  .ce_rsce_form_image > .inside .content_container > .text > * {
    line-height: 1.875;
  }
}
.ce_rsce_form_image > .inside .content_container:has(.text p):not(:has(.text ul, .text li)) .headline-container, .ce_rsce_form_image > .inside .content_container:not(.text p, .text ul, .text li) .headline-container {
  align-items: center;
  text-align: center;
}
.ce_rsce_form_image > .inside .content_container:has(.text p):not(:has(.text ul, .text li)) .text p, .ce_rsce_form_image > .inside .content_container:not(.text p, .text ul, .text li) .text p {
  text-align: center;
}
.ce_rsce_form_image > .inside .content_container:has(.text ul, .text li) .headline-container {
  align-items: start;
}
.ce_rsce_form_image > .inside .content_container * + .form.inserted {
  margin-top: 20px;
}
#main .ce_rsce_form_image > .inside .content_container .form.inserted input[type="text"], #main .ce_rsce_form_image > .inside .content_container .form.inserted input[type="email"], #main .ce_rsce_form_image > .inside .content_container .form.inserted input[type="number"], #main .ce_rsce_form_image > .inside .content_container .form.inserted input[type="tel"], #main .ce_rsce_form_image > .inside .content_container .form.inserted input[type="date"], #main .ce_rsce_form_image > .inside .content_container .form.inserted input[type="password"], #main .ce_rsce_form_image > .inside .content_container .form.inserted select, #main .ce_rsce_form_image > .inside .content_container .form.inserted textarea {
  border: none;
  background-color: #FFFFFF;
}
.ce_rsce_form_image > .inside .content_container .form.inserted input[type="file"] {
  padding: 0 !important;
}
.ce_rsce_form_image > .inside .content_container .form.inserted .form-confirmation {
  font-size: calc(1rem + 0.0520833333vw);
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.8px;
  margin-top: 2em;
  text-transform: uppercase;
}
@media screen and (max-width: 37.5rem) {
  .ce_rsce_form_image > .inside .content_container .form.inserted .form-confirmation {
    font-size: 1rem;
  }
}
@media screen and (min-width: 120rem) {
  .ce_rsce_form_image > .inside .content_container .form.inserted .form-confirmation {
    font-size: 1.0625rem;
  }
}
@media screen and (min-width: 62.5rem) {
  .ce_rsce_form_image > .inside .content_container .form.inserted .form-confirmation {
    line-height: 1.875;
  }
}
.ce_rsce_form_image > .inside .person_container {
  min-width: 0;
  display: grid;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 62.5rem) {
  .ce_rsce_form_image > .inside .person_container {
    z-index: -2;
  }
}
.ce_rsce_form_image > .inside .person_container .image_container {
  position: relative;
  z-index: 1;
  grid-column: 1;
  grid-row: 1;
}
.ce_rsce_form_image > .inside .person_container .image_container .caption {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.ce_rsce_form_image > .inside .person_container .image_container picture {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
}
.ce_rsce_form_image > .inside .person_container .image_container picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ce_rsce_form_image > .inside .person_container .person_info_container {
  position: relative;
  z-index: 2;
  grid-column: 1;
  grid-row: 1;
  display: grid;
}
.ce_rsce_form_image > .inside .person_container .person_info_container > .inside {
  align-self: self-end;
  display: grid;
  background-color: #031834;
  margin-bottom: calc(clamp(20px, -4px + 0.04 * 100vw, 44px));
  margin-right: calc(clamp(20px, -60px + 0.1333333333 * 100vw, 100px));
  padding: calc(clamp(46px, -6px + 0.0866666667 * 100vw, 98px));
  position: relative;
}
@media screen and (min-width: 56.250rem) {
  .ce_rsce_form_image > .inside .person_container .person_info_container > .inside {
    padding-left: calc(clamp(20px, -20px + 0.0666666667 * 100vw, 60px));
    padding-right: calc(clamp(20px, -20px + 0.0666666667 * 100vw, 60px));
    padding-top: calc(clamp(20px, 0px + 0.0333333333 * 100vw, 40px));
    padding-bottom: calc(clamp(20px, 0px + 0.0333333333 * 100vw, 40px));
  }
}
.ce_rsce_form_image > .inside .person_container .person_info_container > .inside .name {
  color: #0056A2;
  font-size: calc(1.375rem + 0.5208333333vw);
  font-weight: 300;
  line-height: 2.54;
  text-transform: uppercase;
}
@media screen and (max-width: 37.5rem) {
  .ce_rsce_form_image > .inside .person_container .person_info_container > .inside .name {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 120rem) {
  .ce_rsce_form_image > .inside .person_container .person_info_container > .inside .name {
    font-size: 2rem;
  }
}
.ce_rsce_form_image > .inside .person_container .person_info_container > .inside .email, .ce_rsce_form_image > .inside .person_container .person_info_container > .inside .tel {
  color: #FFFFFF;
  font-size: calc(1.125rem + 0.2083333333vw);
  font-style: normal;
  font-weight: 300;
  line-height: 1.33;
}
@media screen and (max-width: 37.5rem) {
  .ce_rsce_form_image > .inside .person_container .person_info_container > .inside .email, .ce_rsce_form_image > .inside .person_container .person_info_container > .inside .tel {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 120rem) {
  .ce_rsce_form_image > .inside .person_container .person_info_container > .inside .email, .ce_rsce_form_image > .inside .person_container .person_info_container > .inside .tel {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 62.5rem) {
  .ce_rsce_form_image > .inside .person_container .person_info_container > .inside .email, .ce_rsce_form_image > .inside .person_container .person_info_container > .inside .tel {
    line-height: 1.54;
  }
}
.ce_rsce_form_image > .inside .person_container .person_info_container > .inside .email a, .ce_rsce_form_image > .inside .person_container .person_info_container > .inside .tel a {
  color: #FFFFFF;
}
.ce_rsce_form_image > .inside .person_container .person_info_container > .inside .email a:hover, .ce_rsce_form_image > .inside .person_container .person_info_container > .inside .tel a:hover {
  text-decoration: none;
}
.ce_rsce_form_image > .inside .person_container .person_info_container > .inside::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 143px;
  height: 1px;
  background-color: #FFFFFF;
  transform-origin: right top;
  rotate: -45deg;
}
[data-theme="theme1"] .ce_rsce_form_image > .inside {
  background-color: #191919;
}
[data-theme="theme1"] .ce_rsce_form_image input, [data-theme="theme1"] .ce_rsce_form_image textarea, [data-theme="theme1"] .ce_rsce_form_image label {
  color: #000000;
}
.rsce_icons_text {
  background-color: #031834;
}
.rsce_icons_text * {
  color: #EDEDED;
}
.rsce_icons_text .svg_container {
  max-height: 60px;
  aspect-ratio: 1;
}
.rsce_icons_text svg {
  min-width: 60px;
  min-height: 60px;
  display: block;
}
.rsce_icons_text .headline-container {
  padding-top: 37.5px;
  padding-bottom: 18.75px;
}
@media screen and (min-width: 56.250rem) {
  .rsce_icons_text .headline-container {
    padding-top: 75px;
    padding-bottom: 0;
  }
}
.rsce_icons_text .headline-container .content-text-headline {
  margin-bottom: 0;
}
.rsce_icons_text .inside {
  padding-top: 37.5px;
  padding-bottom: 37.5px;
  margin-right: 4vw;
  margin-left: 4vw;
}
@media screen and (min-width: 56.250rem) {
  .rsce_icons_text .inside {
    margin-right: calc(4.1666666667vw);
    margin-left: calc(4.1666666667vw);
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media screen and (min-width: 75.000rem) {
  .rsce_icons_text .inside {
    margin-right: 8.3333333333vw;
    margin-left: 8.3333333333vw;
  }
}
@media screen and (min-width: 120rem) {
  .rsce_icons_text .inside {
    margin-right: auto;
    margin-left: auto;
    max-width: 1600px;
  }
}
.rsce_icons_text .headline-container {
  justify-content: center;
  align-items: center;
}
.rsce_icons_text .inside .text {
  text-align: center;
  font-size: calc(0.75rem + 0.15625vw);
  font-style: normal;
  text-transform: uppercase;
  font-weight: 325;
  line-height: 1.66;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 37.5rem) {
  .rsce_icons_text .inside .text {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 120rem) {
  .rsce_icons_text .inside .text {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 56.250rem) {
  .rsce_icons_text .inside .text {
    line-height: 1.6;
    letter-spacing: 1.5px;
  }
}
.rsce_icons_text .inside .icon_elements_wrapper {
  display: grid;
  row-gap: 30px;
  column-gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
}
.rsce_icons_text .inside .icon_elements_wrapper .icon_text_wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}
.rsce_icons_text .inside .icon_elements_wrapper .icon_text_wrapper .image_container {
  flex-shrink: 0;
}
.rsce_icons_text.two_column .inside .icon_elements_wrapper {
  grid-template-columns: 1fr;
  row-gap: 40px;
}
.rsce_icons_text.two_column .inside .icon_text_wrapper {
  flex-direction: row;
}
.rsce_icons_text.two_column .inside .icon_text_wrapper .image_container {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 56.250rem) {
  .rsce_icons_text.two_column .inside .icon_elements_wrapper {
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
  }
}
.rsce_icons_text.single_color_icons svg path {
  fill: #0056A2;
}
:root {
  --icon_Mask_Cookie: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 19'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath data-name='Rechteck 51356' d='M0 0h19v19H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg data-name='Gruppe 1087' clip-path='url(%23a)'%3E%3Cpath data-name='Pfad 5752' d='M1.714 13.71a.857.857 0 0 1-.3-1.66A2.986 2.986 0 0 0 3.45 8.762a2.8 2.8 0 0 0-1.986-1.943.858.858 0 0 1 .5-1.642 4.515 4.515 0 0 1 3.156 3.2 4.659 4.659 0 0 1-3.106 5.281.872.872 0 0 1-.3.054'/%3E%3Cpath data-name='Pfad 5753' d='M10.281 10.281a3.427 3.427 0 1 1 3.427-3.427 3.431 3.431 0 0 1-3.427 3.427m0-5.141a1.714 1.714 0 1 0 1.714 1.714 1.715 1.715 0 0 0-1.714-1.714'/%3E%3Cpath data-name='Pfad 5754' d='M9.425 18.85a9.425 9.425 0 1 1 9.425-9.425.857.857 0 0 1-.857.857 4.289 4.289 0 0 0-4.284 4.284 4.231 4.231 0 0 0 .5 2.014.857.857 0 0 1-.351 1.159 9.442 9.442 0 0 1-4.437 1.11m0-17.136a7.711 7.711 0 1 0 2.913 14.85A6 6 0 0 1 17.1 8.635a7.722 7.722 0 0 0-7.675-6.921'/%3E%3Cpath data-name='Pfad 5755' d='M7.71 17.993a.857.857 0 0 1-.762-1.248 4.778 4.778 0 0 1 2.1-2.091 4.92 4.92 0 0 1 4.168-.009.857.857 0 0 1-.721 1.554 3.245 3.245 0 0 0-2.686-.009 3.052 3.052 0 0 0-1.336 1.34.857.857 0 0 1-.763.466'/%3E%3C/g%3E%3C/svg%3E");
  --icon_Mask_Settings: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 19'%3E%3Cpath d='M20 1.53V0h-2v1.53H0v2h18v1.54h2V3.53h4.07v-2H20zm0 12.4h-2v1.54H0v2h18V19h2v-1.53h4.07v-2H20v-1.54zM6.07 6.97h-2V8.5H0v2h4.07v1.53h2V10.5h18v-2h-18V6.97z' /%3E%3C/svg%3E");
  --icon_Mask_Feedback: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
}
[class*="hofff-consent"] p, [class*="hofff-consent"] ul, [class*="hofff-consent"] ol {
  font-size: calc(0.75rem + 0.1041666667vw);
  line-height: 1.4;
}
@media screen and (max-width: 37.5rem) {
  [class*="hofff-consent"] p, [class*="hofff-consent"] ul, [class*="hofff-consent"] ol {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 120rem) {
  [class*="hofff-consent"] p, [class*="hofff-consent"] ul, [class*="hofff-consent"] ol {
    font-size: 0.875rem;
  }
}
body.hofff-consent-privacy-settings-open {
  position: fixed;
  width: 100%;
  top: 0;
}
html:has(body.hofff-consent-privacy-settings-open) {
  overflow: hidden;
}
.ce_hofff_consent_privacy_policy, .ce_hofff_consent_google_tag_manager_privacy_policy, .ce_hofff_consent_privacy_settings, .ce_hofff_consent_privacy_settings_link {
  padding-top: 37.5px;
  padding-bottom: 37.5px;
  margin-right: 4vw;
  margin-left: 4vw;
  margin-bottom: 0;
}
@media screen and (min-width: 56.250rem) {
  .ce_hofff_consent_privacy_policy, .ce_hofff_consent_google_tag_manager_privacy_policy, .ce_hofff_consent_privacy_settings, .ce_hofff_consent_privacy_settings_link {
    margin-right: calc(4.1666666667vw);
    margin-left: calc(4.1666666667vw);
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media screen and (min-width: 75.000rem) {
  .ce_hofff_consent_privacy_policy, .ce_hofff_consent_google_tag_manager_privacy_policy, .ce_hofff_consent_privacy_settings, .ce_hofff_consent_privacy_settings_link {
    margin-right: 8.3333333333vw;
    margin-left: 8.3333333333vw;
  }
}
@media screen and (min-width: 120rem) {
  .ce_hofff_consent_privacy_policy, .ce_hofff_consent_google_tag_manager_privacy_policy, .ce_hofff_consent_privacy_settings, .ce_hofff_consent_privacy_settings_link {
    margin-right: auto;
    margin-left: auto;
    max-width: 1600px;
  }
}
.hofff-consent-privacy-settings fieldset {
  border: 0;
  padding: 0;
}
.hofff-consent-privacy-settings ul {
  list-style-type: none;
}
#hofff-consent-banner {
  position: fixed;
  bottom: 0;
  z-index: 10;
  width: 100%;
}
#hofff-consent-banner > .inside {
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1600px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px;
  margin-right: auto;
  margin-left: auto;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 10px 10px rgba(26, 26, 24, 0.2);
}
@media screen and (min-width: 56.250rem) {
  #hofff-consent-banner > .inside {
    padding: 40px;
  }
}
#hofff-consent-banner > .inside .col {
  display: grid;
  gap: 20px;
}
@media screen and (min-width: 75.000rem) {
  #hofff-consent-banner > .inside .col {
    grid-template-columns: repeat(3, 1fr);
  }
}
#hofff-consent-banner > .inside .col :is(:not(.hofff-consent-buttons, .hofff-consent-button, .hofff-consent-privacy-settings-button, .hofff-consent-button-close)) {
  grid-column: 1 / -1;
}
#hofff-consent-banner > .inside .col .hofff-consent-buttons {
  display: grid;
  gap: 20px;
  grid-template-columns: subgrid;
}
@media screen and (min-width: 75.000rem) {
  #hofff-consent-banner > .inside .col .hofff-consent-buttons {
    grid-column: 1 / span 2;
  }
}
#hofff-consent-banner > .inside .col .hofff-consent-privacy-settings-button {
  align-self: center;
}
#hofff-consent-banner > .inside .hofff-consent-privacy-settings-toggle {
  border: 0;
  background-color: transparent;
}
#hofff-consent-banner.hofff-consent-privacy-settings-open {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10000;
  box-sizing: border-box;
  width: 100%;
  max-height: 100%;
  overflow-y: auto;
}
.hofff-consent-root-headline, .hofff-consent-placeholder-overlay .hofff-consent-tag-title {
  position: relative;
}
.hofff-consent-root-headline::before, .hofff-consent-placeholder-overlay .hofff-consent-tag-title::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  mask: var(--icon_Mask_Cookie);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 1em;
  background-color: currentColor;
  margin-right: 1ch;
}
@media screen and (min-width: 75.000rem) {
  #hofff-consent-banner.hofff-consent-privacy-settings-open > .inside .col .hofff-consent-privacy-settings .hofff-consent-buttons.btn-group, .ce_hofff-consent-privacy-settings .hofff-consent-privacy-settings .hofff-consent-buttons.btn-group {
    grid-template-columns: repeat(3, 1fr);
  }
}
.ce_hofff_consent_privacy_settings .hofff-consent-privacy-settings > * + *, #hofff-consent-banner .hofff-consent-privacy-settings > * + * {
  margin-top: 20px;
}
.ce_hofff_consent_privacy_settings .hofff-consent-privacy-settings .formbody * + *, #hofff-consent-banner .hofff-consent-privacy-settings .formbody * + * {
  margin-top: 20px;
}
.ce_hofff_consent_privacy_settings > * + * {
  margin-top: 20px;
}
.ce_hofff_consent_privacy_settings .hofff-consent-buttons {
  display: grid;
  gap: 20px;
}
@media screen and (min-width: 75.000rem) {
  .ce_hofff_consent_privacy_settings .hofff-consent-buttons {
    grid-template-columns: repeat(3, 1fr);
  }
}
.ce_hofff_consent_privacy_settings_link, .hofff-consent-privacy-settings-toggle, button.hofff-consent-show-privacy-settings {
  border: 0;
  appearance: none;
  background: none;
  display: flex;
  align-items: center;
  color: currentColor;
  position: relative;
}
.ce_hofff_consent_privacy_settings_link::before, .hofff-consent-privacy-settings-toggle::before, button.hofff-consent-show-privacy-settings::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  mask: var(--icon_Mask_Settings);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 1em;
  background-color: currentColor;
  margin-right: 1ch;
}
.ce_hofff_consent_privacy_settings_link:hover, .ce_hofff_consent_privacy_settings_link:focus, .hofff-consent-privacy-settings-toggle:hover, .hofff-consent-privacy-settings-toggle:focus, button.hofff-consent-show-privacy-settings:hover, button.hofff-consent-show-privacy-settings:focus {
  cursor: pointer;
}
.hofff-consent-feedback {
  opacity: 0;
  transition: opacity 0.5s;
  pointer-events: none;
  position: relative;
}
.hofff-consent-feedback::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  mask: var(--icon_Mask_Feedback);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 1em;
  background-color: currentColor;
  margin-right: 0.5ch;
}
.is-valid ~ .hofff-consent-feedback {
  opacity: 1;
}
.hofff-consent-content > .card {
  display: grid;
}
.hofff-consent-content > .card .image_container, .hofff-consent-content > .card .card-body {
  grid-column: 1;
  grid-row: 1;
}
@media screen and (max-width: 56.250rem) {
  .hofff-consent-content > .card .image_container {
    aspect-ratio: initial;
  }
  .hofff-consent-content > .card .image_container img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
.hofff-consent-content > .card .card-body {
  z-index: 2;
  margin: 20px;
  padding: 20px;
  align-self: end;
  background-color: #FFFFFF;
  display: grid;
  gap: 20px;
}
@media screen and (min-width: 75.000rem) {
  .hofff-consent-content > .card .card-body {
    grid-template-columns: repeat(3, 1fr);
  }
}
.hofff-consent-content > .card .card-body :is(:not(.hofff-consent-buttons, .hofff-consent-privacy-settings-button)) {
  grid-column: 1 / -1;
}
.hofff-consent-content > .card .card-body .hofff-consent-buttons {
  display: grid;
  gap: 20px;
  grid-template-columns: subgrid;
}
.ce_rsce_slider {
  padding-top: 37.5px;
  padding-bottom: 37.5px;
  margin-right: 4vw;
  margin-left: 4vw;
}
@media screen and (min-width: 56.250rem) {
  .ce_rsce_slider {
    margin-right: calc(4.1666666667vw);
    margin-left: calc(4.1666666667vw);
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media screen and (min-width: 75.000rem) {
  .ce_rsce_slider {
    margin-right: 8.3333333333vw;
    margin-left: 8.3333333333vw;
  }
}
@media screen and (min-width: 120rem) {
  .ce_rsce_slider {
    margin-right: auto;
    margin-left: auto;
    max-width: 1600px;
  }
}
.ce_rsce_slider .inside {
  position: relative;
}
.ce_rsce_slider .content_container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-inline: calc(clamp(20px, -20px + 0.0666666667 * 100vw, 60px));
  padding-block: 60px;
  gap: 25px;
  background-color: #EDEDED;
}
.ce_rsce_slider .content_container > * {
  text-align: center;
}
.ce_rsce_slider h3 {
  margin-bottom: 20px;
}
.ce_rsce_slider span {
  margin-bottom: 20px;
}
.ce_rsce_slider a {
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}
.ce_rsce_slider picture {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.ce_rsce_slider picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ce_rsce_slider .headline_container {
  display: flex;
  flex-direction: column-reverse;
  gap: 17px;
}
.ce_rsce_slider .headline_container .subheadline {
  color: #0056A2;
  font-size: calc(0.75rem + 0.15625vw);
  font-style: normal;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
@media screen and (max-width: 37.5rem) {
  .ce_rsce_slider .headline_container .subheadline {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 120rem) {
  .ce_rsce_slider .headline_container .subheadline {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 56.250rem) {
  .ce_rsce_slider .headline_container .subheadline {
    line-height: 1.6;
    letter-spacing: 1.5px;
  }
}
.ce_rsce_slider .headline_container .headline {
  font-size: calc(1.75rem + 0.9375vw);
  font-style: normal;
  font-weight: 300;
  line-height: 1.35;
  text-transform: uppercase;
}
@media screen and (max-width: 37.5rem) {
  .ce_rsce_slider .headline_container .headline {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 120rem) {
  .ce_rsce_slider .headline_container .headline {
    font-size: 2.875rem;
  }
}
@media screen and (min-width: 56.250rem) {
  .ce_rsce_slider .headline_container .headline {
    line-height: 1.13;
  }
}
.ce_rsce_slider .text {
  font-size: calc(0.9375rem + 0.3125vw);
  font-style: normal;
  font-weight: 300;
  line-height: 1.73;
}
@media screen and (max-width: 37.5rem) {
  .ce_rsce_slider .text {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 120rem) {
  .ce_rsce_slider .text {
    font-size: 1.3125rem;
  }
}
@media screen and (min-width: 56.250rem) {
  .ce_rsce_slider .text {
    line-height: 1.61;
  }
}
.ce_rsce_slider .swiper, .ce_rsce_slider .swiper-wrapper, .ce_rsce_slider .swiper-slide > .inside {
  height: 100%;
}
.ce_rsce_slider .swiper-slide > .inside {
  display: grid;
}
@media screen and (min-width: 56.250rem) {
  .ce_rsce_slider .swiper-slide > .inside {
    grid-template-columns: repeat(2, 1fr);
  }
}
.ce_rsce_slider .swiper-slide > .inside > .content_container {
  grid-row: 1;
  grid-column: 1;
}
@media screen and (min-width: 56.250rem) {
  .ce_rsce_slider .swiper-slide > .inside > .content_container {
    grid-row: 1;
    grid-column: 1;
  }
}
.ce_rsce_slider .swiper-slide > .inside > .image_container {
  grid-row: 2;
  grid-column: 1;
}
@media screen and (min-width: 56.250rem) {
  .ce_rsce_slider .swiper-slide > .inside > .image_container {
    grid-row: 1;
    grid-column: 2;
  }
}
.ce_rsce_slider .swiper-button-next, .ce_rsce_slider .swiper-button-prev {
  --swiper-navigation-sides-offset: 5px;
}
@media screen and (min-width: 56.250rem) {
  .ce_rsce_slider .swiper-button-next, .ce_rsce_slider .swiper-button-prev {
    --swiper-navigation-sides-offset: 20px;
  }
}
.ce_rsce_slider .swiper-button-next:after, .ce_rsce_slider .swiper-button-prev:after {
  display: none;
}
.ce_rsce_slider .swiper-button-prev {
  display: none;
}
.ce_rsce_slider .swiper-pagination {
  width: 100%;
  position: relative;
  z-index: 2;
  top: auto;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  --swiper-pagination-bottom: 0;
  --swiper-pagination-bullet-height: 2px;
  --swiper-pagination-bullet-width: 45px;
  --swiper-pagination-bullet-border-radius: 0;
  --swiper-pagination-progressbar-bg-color: transparent;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-inactive-color: #EDEDED;
  --swiper-pagination-color: #2DA4DC;
}
@media screen and (min-width: 56.250rem) {
  .ce_rsce_slider .swiper-pagination {
    margin-top: 36px;
  }
}
.ce_rsce_slider .swiper-container {
  position: relative;
  overflow: hidden;
}
.ce_rsce_slider.fullwidth:first-child {
  padding-top: 0;
}
.mod_article:has(.fullwidth:first-of-type) {
  padding-top: 0;
}
.ce_rsce_slider.fullwidth:last-child {
  padding-bottom: 0;
}
.mod_article:has(.fullwidth:last-of-type) {
  padding-bottom: 0;
}
[data-theme="theme1"] .ce_rsce_slider {
  padding-top: 37.5px;
  padding-bottom: 37.5px;
  margin-right: 4vw;
  margin-left: 4vw;
}
@media screen and (min-width: 56.250rem) {
  [data-theme="theme1"] .ce_rsce_slider {
    margin-right: calc(4.1666666667vw);
    margin-left: calc(4.1666666667vw);
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media screen and (min-width: 75.000rem) {
  [data-theme="theme1"] .ce_rsce_slider {
    margin-right: 8.3333333333vw;
    margin-left: 8.3333333333vw;
  }
}
@media screen and (min-width: 120rem) {
  [data-theme="theme1"] .ce_rsce_slider {
    margin-right: auto;
    margin-left: auto;
    max-width: 1600px;
  }
}
[data-theme="theme1"] .ce_rsce_slider .inside {
  position: relative;
}
[data-theme="theme1"] .ce_rsce_slider .content_container {
  background-color: #191919;
}
.ce_rsce_social_list > .inside {
  display: flex;
  gap: calc(clamp(20px, 10px + 0.0166666667 * 100vw, 30px));
}
.ce_rsce_social_list > .inside .headline {
  font-size: calc(1.25rem + 0.2083333333vw);
  font-weight: 300;
  margin-bottom: 0;
}
@media screen and (max-width: 37.5rem) {
  .ce_rsce_social_list > .inside .headline {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 120rem) {
  .ce_rsce_social_list > .inside .headline {
    font-size: 1.5rem;
  }
}
.ce_rsce_social_list > .inside .icon_items_wrapper {
  display: flex;
  flex-direction: row;
  column-gap: 10px;
  align-items: center;
}
.ce_rsce_social_list > .inside .icon_items_wrapper .icon_wrapper .icon_link {
  display: flex;
  transition: 0.3s;
}
.ce_rsce_social_list > .inside .icon_items_wrapper .icon_wrapper .icon_link:hover {
  cursor: pointer;
  scale: 1.1;
}
.ce_rsce_social_list > .inside .icon_items_wrapper .icon_wrapper .icon_link svg {
  width: 22px;
  height: auto;
}
.ce_rsce_social_list > .inside .icon_items_wrapper .icon_wrapper .icon_link svg path {
  fill: #031834;
}
:root {
  --icon_mask_download: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 14 15'%3E%3Cpath stroke='%23fff' stroke-width='2' d='M0 14h14M7 0v9M2 4l5 5 5-5'/%3E%3C/svg%3E");
}
.ce_rsce_downloads_bild {
  padding-top: 37.5px;
  padding-bottom: 37.5px;
  margin-right: 4vw;
  margin-left: 4vw;
}
@media screen and (min-width: 56.250rem) {
  .ce_rsce_downloads_bild {
    margin-right: calc(4.1666666667vw);
    margin-left: calc(4.1666666667vw);
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media screen and (min-width: 75.000rem) {
  .ce_rsce_downloads_bild {
    margin-right: 8.3333333333vw;
    margin-left: 8.3333333333vw;
  }
}
@media screen and (min-width: 120rem) {
  .ce_rsce_downloads_bild {
    margin-right: auto;
    margin-left: auto;
    max-width: 1600px;
  }
}
.ce_rsce_downloads_bild > .inside {
  position: relative;
}
.ce_rsce_downloads_bild > .inside .swiperWrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 40px;
  row-gap: 60px;
}
@media screen and (min-width: 37.500rem) {
  .ce_rsce_downloads_bild > .inside .swiperWrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 75.000rem) {
  .ce_rsce_downloads_bild > .inside .swiperWrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
.ce_rsce_downloads_bild > .inside .swiperWrapper .swiper-slide {
  background-color: #EDEDED;
  text-decoration: none;
  display: grid;
  grid-auto-rows: min-content auto;
}
.ce_rsce_downloads_bild > .inside .swiperWrapper .swiper-slide .image_container {
  grid-column: 1;
  grid-row: 1;
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.ce_rsce_downloads_bild > .inside .swiperWrapper .swiper-slide .image_container picture {
  width: 100%;
  height: 100%;
}
.ce_rsce_downloads_bild > .inside .swiperWrapper .swiper-slide .image_container picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ce_rsce_downloads_bild > .inside .swiperWrapper .swiper-slide .content_container {
  grid-column: 1;
  grid-row: 2;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  padding-left: calc(clamp(20px, 10px + 0.0166666667 * 100vw, 30px));
  padding-right: calc(clamp(20px, 10px + 0.0166666667 * 100vw, 30px));
  padding-top: calc(clamp(20px, 10px + 0.0166666667 * 100vw, 30px));
  padding-bottom: 60px;
}
.ce_rsce_downloads_bild > .inside .swiperWrapper .swiper-slide .content_container h4 {
  margin-bottom: 0;
}
.ce_rsce_downloads_bild > .inside .swiperWrapper .swiper-slide .content_container .slide-name {
  font-size: calc(1rem + 0.4166666667vw);
  font-style: normal;
  font-weight: 300;
  line-height: 1.33;
}
@media screen and (max-width: 37.5rem) {
  .ce_rsce_downloads_bild > .inside .swiperWrapper .swiper-slide .content_container .slide-name {
    font-size: 1rem;
  }
}
@media screen and (min-width: 120rem) {
  .ce_rsce_downloads_bild > .inside .swiperWrapper .swiper-slide .content_container .slide-name {
    font-size: 1.5rem;
  }
}
.ce_rsce_downloads_bild > .inside .swiperWrapper .swiper-slide .content_container .size {
  font-size: 16px;
  font-weight: 700;
  margin-top: 1em;
}
.ce_rsce_downloads_bild > .inside .swiperWrapper .swiper-slide .content_container span.btn {
  position: relative;
  display: flex;
  gap: 7px;
  align-items: center;
}
.ce_rsce_downloads_bild > .inside .swiperWrapper .swiper-slide .content_container span.btn::before {
  content: "";
  display: inline-block;
  width: 0.875rem;
  height: 0.875rem;
  min-height: 100%;
  background-color: currentColor;
  mask-image: var(--icon_mask_download);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-size: 100%;
}
.ce_rsce_downloads_bild > .inside .swiperWrapper .swiper-slide .content_container .link {
  align-self: start;
  position: absolute;
  bottom: 0;
  translate: 0 50%;
  font-size: 12px;
}
.ce_rsce_downloads_bild > .inside .swiperWrapper .swiper-slide .content_container .link:not(:hover) {
  background-color: #2DA4DC;
  border: 1px solid #2DA4DC;
}
[data-theme="theme1"] .ce_rsce_downloads_bild > .inside .swiperWrapper .swiper-slide {
  background-color: #191919;
}
/*------------------------------------*\
	.ce_rsce_hoepke_media_set
\*------------------------------------*/
.ce_rsce_hoepke_media_set {
  margin-top: 20px;
  margin-bottom: 37.5px;
  display: grid;
  gap: calc(clamp(20px, 0px + 0.0333333333 * 100vw, 40px));
}
@media screen and (min-width: 56.250rem) {
  .ce_rsce_hoepke_media_set {
    margin-top: 36px;
    margin-bottom: 75px;
  }
}
.ce_rsce_hoepke_media_set .image_container {
  height: 100%;
}
.ce_rsce_hoepke_media_set .image_container picture {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
}
.ce_rsce_hoepke_media_set .image_container picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ce_rsce_hoepke_media_set .top {
  display: grid;
  align-items: center;
  background-color: #EDEDED;
}
.ce_rsce_hoepke_media_set .top .content_container {
  grid-row: 1 / -1;
  grid-column: 1 / -1;
  position: relative;
  z-index: 2;
  height: 100%;
  display: grid;
  align-items: center;
  padding-block: calc(clamp(40px, 0px + 0.0666666667 * 100vw, 80px));
  margin-bottom: -10%;
}
@media screen and (min-width: 56.250rem) {
  .ce_rsce_hoepke_media_set .top .content_container {
    margin-bottom: initial;
  }
}
.ce_rsce_hoepke_media_set .top .content_container > .inside {
  width: 100%;
  background-color: #FFFFFF;
  padding: calc(clamp(20px, -58px + 0.13 * 100vw, 98px));
  text-align: center;
}
@media screen and (min-width: 56.250rem) {
  .ce_rsce_hoepke_media_set .top .content_container > .inside {
    padding-left: calc(clamp(20px, -20px + 0.0666666667 * 100vw, 60px));
    padding-right: calc(clamp(20px, -20px + 0.0666666667 * 100vw, 60px));
    padding-top: calc(clamp(20px, -110px + 0.2166666667 * 100vw, 150px));
    padding-bottom: calc(clamp(20px, -80px + 0.1666666667 * 100vw, 120px));
  }
}
.ce_rsce_hoepke_media_set .top .content_container > .inside .text a.btn, .ce_rsce_hoepke_media_set .top .content_container > .inside .text a.button {
  margin-top: 0.5em;
}
.ce_rsce_hoepke_media_set .top .placeholder.empty, .ce_rsce_hoepke_media_set .top .content_container.empty {
  display: none;
}
@media screen and (min-width: 56.250rem) {
  .ce_rsce_hoepke_media_set.showLeft .top {
    grid-template-columns: 4fr 8fr;
  }
  .ce_rsce_hoepke_media_set.showLeft .top > .placeholder {
    grid-row: 1;
    grid-column: 1;
  }
  .ce_rsce_hoepke_media_set.showLeft .top .image_container {
    grid-row: 1;
    grid-column: 2;
  }
}
.ce_rsce_hoepke_media_set.showLeft .top .content_container {
  width: 100%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 4vw;
  padding-right: 4vw;
}
@media screen and (min-width: 56.250rem) {
  .ce_rsce_hoepke_media_set.showLeft .top .content_container {
    justify-content: start;
    grid-template-columns: 4fr 8fr;
  }
}
@media screen and (min-width: 56.250rem) {
  .ce_rsce_hoepke_media_set.showLeft .top .content_container {
    padding-left: calc(4.1666666667vw);
    padding-right: calc(4.1666666667vw);
  }
}
@media screen and (min-width: 75.000rem) {
  .ce_rsce_hoepke_media_set.showLeft .top .content_container {
    padding-left: 8.3333333333vw;
    padding-right: 8.3333333333vw;
  }
}
@media screen and (min-width: 120rem) {
  .ce_rsce_hoepke_media_set.showLeft .top .content_container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 56.250rem) {
  .ce_rsce_hoepke_media_set.showRight .top {
    grid-template-columns: 8fr 4fr;
  }
  .ce_rsce_hoepke_media_set.showRight .top .placeholder {
    grid-row: 1;
    grid-column: 2;
  }
  .ce_rsce_hoepke_media_set.showRight .top .image_container {
    grid-row: 1;
    grid-column: 1;
  }
}
.ce_rsce_hoepke_media_set.showRight .top .content_container {
  width: 100%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 4vw;
  padding-right: 4vw;
}
.ce_rsce_hoepke_media_set.showRight .top .content_container > .inside {
  grid-column: 2;
}
@media screen and (min-width: 56.250rem) {
  .ce_rsce_hoepke_media_set.showRight .top .content_container {
    justify-content: end;
    grid-template-columns: 8fr 4fr;
  }
}
@media screen and (min-width: 56.250rem) {
  .ce_rsce_hoepke_media_set.showRight .top .content_container {
    padding-left: calc(4.1666666667vw);
    padding-right: calc(4.1666666667vw);
  }
}
@media screen and (min-width: 75.000rem) {
  .ce_rsce_hoepke_media_set.showRight .top .content_container {
    padding-left: 8.3333333333vw;
    padding-right: 8.3333333333vw;
  }
}
@media screen and (min-width: 120rem) {
  .ce_rsce_hoepke_media_set.showRight .top .content_container {
    padding-left: 0;
    padding-right: 0;
  }
}
.ce_rsce_hoepke_media_set .bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: calc(clamp(20px, 0px + 0.0333333333 * 100vw, 40px));
}
[data-theme="theme1"] .ce_rsce_hoepke_media_set .top {
  background-color: #191919;
}
[data-theme="theme1"] .ce_rsce_hoepke_media_set .top .content_container > .inside {
  background-color: #000000;
}
.ce_rsce_overlay_header_swiper > .headline {
  font-weight: 200;
  margin-bottom: calc(clamp(20px, 0px + 0.0333333333 * 100vw, 40px));
}
.ce_rsce_overlay_header_swiper .swiper-container {
  position: relative;
  padding-bottom: 30px;
}
.ce_rsce_overlay_header_swiper .swiper-container .swiper-slide .image_container {
  margin-bottom: 20px;
}
.ce_rsce_overlay_header_swiper .swiper-container .swiper-slide .image_container img {
  margin-left: 0;
}
.ce_rsce_overlay_header_swiper .swiper-container .swiper-slide .content_container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #FFFFFF;
  font-weight: 325;
}
.ce_rsce_overlay_header_swiper .swiper-container .swiper-slide .content_container .card-link {
  color: #0056A2;
  text-decoration: none;
}
.ce_rsce_overlay_header_swiper .swiper-container .swiper-slide .content_container .card-link:hover {
  text-decoration: underline;
}
.ce_rsce_overlay_header_swiper .swiper-container .swiper-pagination-progressbar {
  top: auto;
  height: 1px;
  background: #D9D9D9;
  position: relative;
  margin-top: calc(clamp(20px, -20px + 0.0666666667 * 100vw, 60px));
}
.ce_rsce_overlay_header_swiper .swiper-container .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #0056A2;
}
.ce_rsce_zertifikate {
  padding-top: 37.5px;
  padding-bottom: 37.5px;
  margin-right: 4vw;
  margin-left: 4vw;
}
@media screen and (min-width: 56.250rem) {
  .ce_rsce_zertifikate {
    margin-right: calc(4.1666666667vw);
    margin-left: calc(4.1666666667vw);
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media screen and (min-width: 75.000rem) {
  .ce_rsce_zertifikate {
    margin-right: 8.3333333333vw;
    margin-left: 8.3333333333vw;
  }
}
@media screen and (min-width: 120rem) {
  .ce_rsce_zertifikate {
    margin-right: auto;
    margin-left: auto;
    max-width: 1600px;
  }
}
.ce_rsce_zertifikate .swiperWrapper {
  display: grid;
  gap: 20px;
}
.ce_rsce_zertifikate .item > .inside {
  padding: calc(clamp(40px, 20px + 0.0333333333 * 100vw, 60px));
  display: grid;
  align-items: center;
  gap: calc(clamp(40px, -40px + 0.1333333333 * 100vw, 120px));
  justify-items: center;
}
.ce_rsce_zertifikate .item > .inside .spacer {
  height: 1px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.13);
}
@media screen and (min-width: 56.250rem) {
  .ce_rsce_zertifikate .item > .inside {
    justify-items: initial;
    grid-template-columns: 1fr 1px 3fr;
  }
  .ce_rsce_zertifikate .item > .inside .spacer {
    height: 100%;
    width: 1px;
  }
}
.ce_rsce_zertifikate .item > .inside .name {
  text-transform: uppercase;
}
.ce_rsce_zertifikate .item > .inside picture {
  display: inline-block;
  padding: 15px;
}
.ce_rsce_zertifikate .item > .inside span.btn {
  position: relative;
  display: flex;
  gap: 7px;
  align-items: center;
}
.ce_rsce_zertifikate .item > .inside span.btn::before {
  content: "";
  display: inline-block;
  width: 0.875rem;
  height: 0.875rem;
  min-height: 100%;
  background-color: currentColor;
  mask-image: var(--icon_mask_download);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-size: 100%;
}
.ce_rsce_zertifikate .item > .inside * + .download_container {
  margin-top: 1em;
}
.ce_rsce_zertifikate .item > .inside {
  background-color: #EDEDED;
}
[data-theme="theme1"] .ce_rsce_zertifikate .item > .inside {
  background-color: #191919;
}
[data-theme="theme1"] .ce_rsce_zertifikate .item > .inside .spacer {
  background-color: rgba(255, 255, 255, 0.13);
}
[data-theme="theme1"] .ce_rsce_zertifikate .item > .inside picture {
  background-color: #FFFFFF;
}
.ce_rsce_video-element {
  padding-top: 37.5px;
  padding-bottom: 37.5px;
  margin-right: 4vw;
  margin-left: 4vw;
}
@media screen and (min-width: 56.250rem) {
  .ce_rsce_video-element {
    margin-right: calc(11.9791666667vw);
    margin-left: calc(11.9791666667vw);
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media screen and (min-width: 75.000rem) {
  .ce_rsce_video-element {
    margin-right: 23.9583333333vw;
    margin-left: 23.9583333333vw;
  }
}
@media screen and (min-width: 120rem) {
  .ce_rsce_video-element {
    margin-right: auto;
    margin-left: auto;
    max-width: 1000px;
  }
}
.ce_rsce_video-element > .inside {
  display: grid;
  align-items: center;
  gap: calc(clamp(20px, 0px + 0.0333333333 * 100vw, 40px));
  line-height: 1.65;
}
.ce_rsce_video-element > .inside p + p.btn, .ce_rsce_video-element > .inside p + p.button {
  padding-top: 0.5em;
}
.ce_rsce_video-element > .inside .content_container * + * {
  padding-top: 1em;
}
.ce_rsce_video-element.media--right, .ce_rsce_video-element.media--left {
  padding-top: 37.5px;
  padding-bottom: 37.5px;
  margin-right: 4vw;
  margin-left: 4vw;
}
@media screen and (min-width: 56.250rem) {
  .ce_rsce_video-element.media--right, .ce_rsce_video-element.media--left {
    margin-right: calc(4.1666666667vw);
    margin-left: calc(4.1666666667vw);
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media screen and (min-width: 75.000rem) {
  .ce_rsce_video-element.media--right, .ce_rsce_video-element.media--left {
    margin-right: 8.3333333333vw;
    margin-left: 8.3333333333vw;
  }
}
@media screen and (min-width: 120rem) {
  .ce_rsce_video-element.media--right, .ce_rsce_video-element.media--left {
    margin-right: auto;
    margin-left: auto;
    max-width: 1600px;
  }
}
.ce_rsce_video-element.media--right > .inside .video_container, .ce_rsce_video-element.media--left > .inside .video_container {
  grid-row: 1;
  grid-column: 1 / -1;
}
.ce_rsce_video-element.media--right > .inside .video_container video, .ce_rsce_video-element.media--left > .inside .video_container video {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.ce_rsce_video-element.media--right > .inside .content_container, .ce_rsce_video-element.media--left > .inside .content_container {
  grid-row: 2;
  grid-column: 1 / -1;
}
.ce_rsce_video-element:is(:not(.ce_rsce_video-element.media--above, .ce_rsce_video-element.media--below)).centered > * {
  text-align: center;
}
@media only screen and (min-width: 56.250rem) {
  .ce_rsce_video-element.media--right > .inside, .ce_rsce_video-element.media--left > .inside {
    grid-template-columns: repeat(12, 1fr);
    gap: 0;
  }
  .ce_rsce_video-element.media--right > .inside .video_container, .ce_rsce_video-element.media--left > .inside .video_container {
    grid-row: 1;
    grid-column: 1 / span 6;
  }
  .ce_rsce_video-element.media--right > .inside .content_container, .ce_rsce_video-element.media--left > .inside .content_container {
    grid-row: 1;
    grid-column: 7 / span 6;
    line-height: 1.61;
  }
  .ce_rsce_video-element.media--right > .inside .video_container {
    grid-column: 7 / span 6;
  }
  .ce_rsce_video-element.media--right > .inside .content_container {
    grid-column: 1 / span 6;
    padding-right: calc(clamp(20px, -40px + 0.1 * 100vw, 80px));
  }
  .ce_rsce_video-element.media--left > .inside .content_container {
    padding-left: calc(clamp(20px, -30px + 0.0833333333 * 100vw, 70px));
  }
}
body[data-theme="theme1"] .custom-hpk_collection_list .collection_item .collection_name {
  color: #FFFFFF;
}
.custom-hpk_collection_list .headline-container {
  text-align: center;
  hyphens: none;
}
.custom-hpk_collection_list .headline-container > * {
  hyphens: none;
}
.custom-hpk_collection_list .collection_list a {
  text-decoration: none;
}
.custom-hpk_collection_list .collection_list a.collection_item:hover .image_container img {
  scale: 1.05;
}
.custom-hpk_collection_list .collection_list a.collection_item:hover .more {
  text-decoration: underline;
}
.custom-hpk_collection_list .collection_list .collection_item .image_container {
  margin-bottom: 10px;
  overflow: hidden;
}
.custom-hpk_collection_list .collection_list .collection_item .image_container img {
  transition: 0.3s;
}
.custom-hpk_collection_list .collection_list .collection_item .collection_name {
  margin-bottom: 5px;
  color: #031834;
  font-weight: 300;
}
.custom-hpk_collection_list .collection_list .collection_item .more {
  transition: 0.3s;
  color: #0056A2;
}
.custom-hpk_collection_list .collection_list.no_slider {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: calc(clamp(10px, -20px + 0.05 * 100vw, 40px));
}
.custom-hpk_collection_list.no_slider {
  padding-top: 37.5px;
  padding-bottom: 37.5px;
  margin-right: 4vw;
  margin-left: 4vw;
}
@media screen and (min-width: 56.250rem) {
  .custom-hpk_collection_list.no_slider {
    margin-right: calc(4.1666666667vw);
    margin-left: calc(4.1666666667vw);
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media screen and (min-width: 75.000rem) {
  .custom-hpk_collection_list.no_slider {
    margin-right: 8.3333333333vw;
    margin-left: 8.3333333333vw;
  }
}
@media screen and (min-width: 120rem) {
  .custom-hpk_collection_list.no_slider {
    margin-right: auto;
    margin-left: auto;
    max-width: 1600px;
  }
}
.custom-hpk_collection_list.is_slider {
  overflow: hidden;
  padding-top: 18.75px;
  padding-bottom: 37.5px;
}
@media screen and (min-width: 56.250rem) {
  .custom-hpk_collection_list.is_slider {
    padding-top: 37.5px;
    padding-bottom: 75px;
  }
}
.custom-hpk_collection_list.is_slider .headline-container {
  margin-right: 4vw;
  margin-left: 4vw;
}
@media screen and (min-width: 56.250rem) {
  .custom-hpk_collection_list.is_slider .headline-container {
    margin-right: calc(11.9791666667vw);
    margin-left: calc(11.9791666667vw);
  }
}
@media screen and (min-width: 75.000rem) {
  .custom-hpk_collection_list.is_slider .headline-container {
    margin-right: 23.9583333333vw;
    margin-left: 23.9583333333vw;
  }
}
@media screen and (min-width: 120rem) {
  .custom-hpk_collection_list.is_slider .headline-container {
    margin-right: auto;
    margin-left: auto;
    max-width: 1000px;
  }
}
.custom-hpk_collection_list.is_slider .swiper {
  padding-left: 4vw;
}
@media screen and (min-width: 56.250rem) {
  .custom-hpk_collection_list.is_slider .swiper {
    padding-left: calc(4.1666666667vw);
  }
}
@media screen and (min-width: 75.000rem) {
  .custom-hpk_collection_list.is_slider .swiper {
    padding-left: 8.3333333333vw;
  }
}
@media screen and (min-width: 112.500rem) {
  .custom-hpk_collection_list.is_slider .swiper {
    padding-left: calc(( 100vw - 1600px ) / 2);
  }
}
.custom-hpk_collection_list.is_slider .swiper-container {
  position: relative;
}
.custom-hpk_collection_list.is_slider .swiper-button-next, .custom-hpk_collection_list.is_slider .swiper-button-prev {
  --swiper-navigation-sides-offset: -10px;
  --swiper-navigation-top-offset: 42%;
  width: calc(clamp(50px, 30px + 0.0333333333 * 100vw, 70px));
  height: calc(clamp(50px, 30px + 0.0333333333 * 100vw, 70px));
}
.custom-hpk_collection_list.is_slider .swiper-button-next > svg, .custom-hpk_collection_list.is_slider .swiper-button-prev > svg {
  height: 100%;
  width: 100%;
}
.custom-hpk_collection_list.is_slider .swiper-button-next:after, .custom-hpk_collection_list.is_slider .swiper-button-prev:after {
  display: none;
}
.custom-hpk_collection_list.is_slider .swiper-slide .image_container a {
  display: block;
  height: 100%;
}
.custom-hpk_collection_list.is_slider .swiper-slide .image_container picture {
  display: block;
  width: 100%;
  height: 100%;
}
.custom-hpk_collection_list.is_slider .swiper-slide .image_container picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.custom-hpk_collection_list.is_slider .swiper-pagination {
  margin-right: 4vw;
  margin-left: 4vw;
  position: relative;
  width: auto;
  margin-bottom: 40px;
  z-index: 1;
  --swiper-pagination-progressbar-size: 1px;
  --swiper-pagination-progressbar-bg-color: #EDEDED;
  --swiper-pagination-color: #2DA4DC;
  --swiper-theme-color: #2DA4DC;
}
@media screen and (min-width: 56.250rem) {
  .custom-hpk_collection_list.is_slider .swiper-pagination {
    margin-right: calc(17.1875vw);
    margin-left: calc(17.1875vw);
  }
}
@media screen and (min-width: 75.000rem) {
  .custom-hpk_collection_list.is_slider .swiper-pagination {
    margin-right: 34.375vw;
    margin-left: 34.375vw;
  }
}
@media screen and (min-width: 120rem) {
  .custom-hpk_collection_list.is_slider .swiper-pagination {
    margin-right: auto;
    margin-left: auto;
    max-width: 600px;
  }
}
@media screen and (min-width: 56.250rem) {
  .custom-hpk_collection_list .collection_list.no_slider {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22home%2Fmonjoxnk%2Fmarvin.monotomic.de%2Fcontao%2Ffiles%2Fthemes%2Fhoepke%2Fscss%2Fimports.scss%22%2C%22home%2Fmonjoxnk%2Fmarvin.monotomic.de%2Fcontao%2Ffiles%2Fthemes%2Fhoepke%2Fscss%2F_base%2Fhelper.scss%22%2C%22home%2Fmonjoxnk%2Fmarvin.monotomic.de%2Fcontao%2Ffiles%2Fthemes%2Fhoepke%2Fscss%2F_components%2Ftypo.scss%22%2C%22home%2Fmonjoxnk%2Fmarvin.monotomic.de%2Fcontao%2Ffiles%2Fthemes%2Fhoepke%2Fscss%2F_base%2Fnormalize.scss%22%2C%22home%2Fmonjoxnk%2Fmarvin.monotomic.de%2Fcontao%2Ffiles%2Fthemes%2Fhoepke%2Fscss%2F_base%2Fcontao.scss%22%2C%22home%2Fmonjoxnk%2Fmarvin.monotomic.de%2Fcontao%2Ffiles%2Fthemes%2Fhoepke%2Fscss%2F_layout%2Fheader.scss%22%2C%22home%2Fmonjoxnk%2Fmarvin.monotomic.de%2Fcontao%2Ffiles%2Fthemes%2Fhoepke%2Fscss%2Fconfig.scss%22%2C%22home%2Fmonjoxnk%2Fmarvin.monotomic.de%2Fcontao%2Ffiles%2Fthemes%2Fhoepke%2Fscss%2F_layout%2Ffooter.scss%22%2C%22home%2Fmonjoxnk%2Fmarvin.monotomic.de%2Fcontao%2Ffiles%2Fthemes%2Fhoepke%2Fscss%2F_layout%2Fmain.scss%22%2C%22home%2Fmonjoxnk%2Fmarvin.monotomic.de%2Fcontao%2Ffiles%2Fthemes%2Fhoepke%2Fscss%2F_components%2Fpagination.scss%22%2C%22home%2Fmonjoxnk%2Fmarvin.monotomic.de%2Fcontao%2Ffiles%2Fthemes%2Fhoepke%2Fscss%2F_components%2Fbuttons.scss%22%2C%22home%2Fmonjoxnk%2Fmarvin.monotomic.de%2Fcontao%2Ffiles%2Fthemes%2Fhoepke%2Fscss%2F_components%2Fforms.scss%22%2C%22home%2Fmonjoxnk%2Fmarvin.monotomic.de%2Fcontao%2Ffiles%2Fthemes%2Fhoepke%2Fscss%2F_modules%2Fmod_article.scss%22%2C%22home%2Fmonjoxnk%2Fmarvin.monotomic.de%2Fcontao%2Ffiles%2Fthemes%2Fhoepke%2Fscss%2F_modules%2Fmod_navigation.scss%22%2C%22home%2Fmonjoxnk%2Fmarvin.monotomic.de%2Fcontao%2Ffiles%2Fthemes%2Fhoepke%2Fscss%2F_modules%2Fmod_newslist.scss%22%2C%22home%2Fmonjoxnk%2Fmarvin.monotomic.de%2Fcontao%2Ffiles%2Fthemes%2Fhoepke%2Fscss%2F_modules%2Fmod_newsreader.scss%22%2C%22home%2Fmonjoxnk%2Fmarvin.monotomic.de%2Fcontao%2Ffiles%2Fthemes%2Fhoepke%2Fscss%2F_modules%2Fmod_hpk_product_detail.scss%22%2C%22home%2Fmonjoxnk%2Fmarvin.monotomic.de%2Fcontao%2Ffiles%2Fthemes%2Fhoepke%2Fscss%2F_modules%2Fmod_hpk_product_list.scss%22%2C%22home%2Fmonjoxnk%2Fmarvin.monotomic.de%2Fcontao%2Ffiles%2Fthemes%2Fhoepke%2Fscss%2F_modules%2Fmod_eventlist.scss%22%2C%22home%2Fmonjoxnk%2Fmarvin.monotomic.de%2Fcontao%2Ffiles%2Fthemes%2Fhoepke%2Fscss%2F_modules%2Fmod_search.scss%22%2C%22home%2Fmonjoxnk%2Fmarvin.monotomic.de%2Fcontao%2Ffiles%2Fthemes%2Fhoepke%2Fscss%2F_modules%2Fmod_changelanguage.scss%22%2C%22home%2Fmonjoxnk%2Fmarvin.monotomic.de%2Fcontao%2Ffiles%2Fthemes%2Fhoepke%2Fscss%2Fcontent_element%2Fcontent-hyperlink.scss%22%2C%22home%2Fmonjoxnk%2Fmarvin.monotomic.de%2Fcontao%2Ffiles%2Fthemes%2Fhoepke%2Fscss%2Fcontent_element%2Fcontent-element-group.scss%22%2C%22home%2Fmonjoxnk%2Fmarvin.monotomic.de%2Fcontao%2Ffiles%2Fthemes%2Fhoepke%2Fscss%2Fcontent_element%2Fcontent-text.scss%22%2C%22home%2Fmonjoxnk%2Fmarvin.monotomic.de%2Fcontao%2Ffiles%2Fthemes%2Fhoepke%2Fscss%2Fcontent_element%2Fcontent-headline.scss%22%2C%22home%2Fmonjoxnk%2Fmarvin.monotomic.de%2Fcontao%2Ffiles%2Fthemes%2Fhoepke%2Fscss%2Fcontent_element%2Fcontent-list.scss%22%2C%22home%2Fmonjoxnk%2Fmarvin.monotomic.de%2Fcontao%2Ffiles%2Fthemes%2Fhoepke%2Fscss%2Fcontent_element%2Fcontent-image.scss%22%2C%22home%2Fmonjoxnk%2Fmarvin.monotomic.de%2Fcontao%2Ffiles%2Fthemes%2Fhoepke%2Fscss%2Fcontent_element%2Fcontent-gallery.scss%22%2C%22home%2Fmonjoxnk%2Fmarvin.monotomic.de%2Fcontao%2Ffiles%2Fthemes%2Fhoepke%2Fscss%2Fcontent_element%2Fcontent-download.scss%22%2C%22home%2Fmonjoxnk%2Fmarvin.monotomic.de%2Fcontao%2Ffiles%2Fthemes%2Fhoepke%2Fscss%2Fcontent_element%2Fcontent-downloads.scss%22%2C%22home%2Fmonjoxnk%2Fmarvin.monotomic.de%2Fcontao%2Ffiles%2Fthemes%2Fhoepke%2Fscss%2Fcontent_element%2Fcontent-accordion.scss%22%2C%22home%2Fmonjoxnk%2Fmarvin.monotomic.de%2Fcontao%2Ffiles%2Fthemes%2Fhoepke%2Fscss%2Fcontent_element%2Fcontent-table.scss%22%2C%22home%2Fmonjoxnk%2Fmarvin.monotomic.de%2Fcontao%2Ffiles%2Fthemes%2Fhoepke%2Fscss%2Fcontent_element%2Fcontent-description-list.scss%22%2C%22home%2Fmonjoxnk%2Fmarvin.monotomic.de%2Fcontao%2Ffiles%2Fthemes%2Fhoepke%2Fscss%2Fcontent_element%2Fcontent-youtube.scss%22%2C%22home%2Fmonjoxnk%2Fmarvin.monotomic.de%2Fcontao%2Ffiles%2Fthemes%2Fhoepke%2Fscss%2Fcontent_element%2Fcontent-player.scss%22%2C%22home%2Fmonjoxnk%2Fmarvin.monotomic.de%2Fcontao%2Ffiles%2Fthemes%2Fhoepke%2Fscss%2Fcontent_element%2Fce_form.scss%22%2C%22home%2Fmonjoxnk%2Fmarvin.monotomic.de%2Fcontao%2Ffiles%2Fthemes%2Fhoepke%2Fscss%2Fcustom_element%2Fcustom-header.scss%22%2C%22home%2Fmonjoxnk%2Fmarvin.monotomic.de%2Fcontao%2Ffiles%2Fthemes%2Fhoepke%2Fscss%2Fcustom_element%2Fcustom-cards.scss%22%2C%22home%2Fmonjoxnk%2Fmarvin.monotomic.de%2Fcontao%2Ffiles%2Fthemes%2Fhoepke%2Fscss%2Fcustom_element%2Fcustom-cards-text.scss%22%2C%22home%2Fmonjoxnk%2Fmarvin.monotomic.de%2Fcontao%2Ffiles%2Fthemes%2Fhoepke%2Fscss%2Fcustom_element%2Fcustom-numbers.scss%22%2C%22home%2Fmonjoxnk%2Fmarvin.monotomic.de%2Fcontao%2Ffiles%2Fthemes%2Fhoepke%2Fscss%2Fcustom_element%2Fcustom-banner.scss%22%2C%22home%2Fmonjoxnk%2Fmarvin.monotomic.de%2Fcontao%2Ffiles%2Fthemes%2Fhoepke%2Fscss%2Fcustom_element%2Fcustom-form-image.scss%22%2C%22home%2Fmonjoxnk%2Fmarvin.monotomic.de%2Fcontao%2Ffiles%2Fthemes%2Fhoepke%2Fscss%2Fcustom_element%2Frsce_icons_text.scss%22%2C%22home%2Fmonjoxnk%2Fmarvin.monotomic.de%2Fcontao%2Ffiles%2Fthemes%2Fhoepke%2Fscss%2Fcustom_element%2Fce_hofff_consent.scss%22%2C%22home%2Fmonjoxnk%2Fmarvin.monotomic.de%2Fcontao%2Ffiles%2Fthemes%2Fhoepke%2Fscss%2Fcustom_element%2Fcustom-slider.scss%22%2C%22home%2Fmonjoxnk%2Fmarvin.monotomic.de%2Fcontao%2Ffiles%2Fthemes%2Fhoepke%2Fscss%2Fcustom_element%2Frsce_social_list.scss%22%2C%22home%2Fmonjoxnk%2Fmarvin.monotomic.de%2Fcontao%2Ffiles%2Fthemes%2Fhoepke%2Fscss%2Fcustom_element%2Fcustom-downloads_bild.scss%22%2C%22home%2Fmonjoxnk%2Fmarvin.monotomic.de%2Fcontao%2Ffiles%2Fthemes%2Fhoepke%2Fscss%2Fcustom_element%2Fcustom-mediaset.scss%22%2C%22home%2Fmonjoxnk%2Fmarvin.monotomic.de%2Fcontao%2Ffiles%2Fthemes%2Fhoepke%2Fscss%2Fcustom_element%2Frsce_overlay_header_swiper.scss%22%2C%22home%2Fmonjoxnk%2Fmarvin.monotomic.de%2Fcontao%2Ffiles%2Fthemes%2Fhoepke%2Fscss%2Fcustom_element%2Fcustom-zertifikate.scss%22%2C%22home%2Fmonjoxnk%2Fmarvin.monotomic.de%2Fcontao%2Ffiles%2Fthemes%2Fhoepke%2Fscss%2Fcustom_element%2Fcustom-video-element.scss%22%2C%22home%2Fmonjoxnk%2Fmarvin.monotomic.de%2Fcontao%2Ffiles%2Fthemes%2Fhoepke%2Fscss%2Fcustom_element%2Fcustom-hpk_collection_list.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BADRF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFNA%3BAEeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFfA%3BAEwBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFxBA%3BAEkCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFlCA%3BAE2CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD9BE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACqCF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD7DE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC%2BDF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADvEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC8EF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADtFE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACyFF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADjGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACoGF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD5GE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACkIE%3BAAAA%3BAAAA%3BAF7KJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHVA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGsBA%3BAAAA%3BAAAA%3BAHtBA%3BAAAA%3BAAAA%3BAG8BA%3BAAAA%3BAAAA%3BAH9BA%3BAAAA%3BAAAA%3BAAAA%3BAGuCA%3BAAAA%3BAAAA%3BAAAA%3BAHvCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGoDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHpDA%3BAAAA%3BAAAA%3BAAAA%3BAG%2BDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAH%2FDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAG2EA%3BAAAA%3BAAAA%3BAH3EA%3BAAAA%3BAAAA%3BAAAA%3BAGoFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHpFA%3BAAAA%3BAAAA%3BAG8FA%3BAAAA%3BAAAA%3BAH9FA%3BAAAA%3BAAAA%3BAAAA%3BAGwGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHxGA%3BAAAA%3BAAAA%3BAGmHA%3BAAAA%3BAAAA%3BAHnHA%3BAAAA%3BAAAA%3BAAAA%3BAG4HA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAHxIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGmJA%3BAAAA%3BAAAA%3BAHnJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAG%2BJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAH%2FJA%3BAAAA%3BAAAA%3BAAAA%3BAG%2BKA%3BAAAA%3BAAAA%3BAAAA%3BAH%2FKA%3BAAAA%3BAAAA%3BAAAA%3BAGyLA%3BAAAA%3BAAAA%3BAAAA%3BAHzLA%3BAAAA%3BAAAA%3BAGkMA%3BAAAA%3BAAAA%3BAHlMA%3BAAAA%3BAAAA%3BAG6MA%3BAAAA%3BAAAA%3BAAAA%3BAH7MA%3BAAAA%3BAAAA%3BAGyNA%3BAAAA%3BAAAA%3BAHzNA%3BAAAA%3BAAAA%3BAGoOA%3BAAAA%3BAAAA%3BAHpOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAG%2BOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAH%2FOA%3BAAAA%3BAAAA%3BAG4PA%3BAAAA%3BAAAA%3BAH5PA%3BAAAA%3BAAAA%3BAGoQA%3BAAAA%3BAAAA%3BAHpQA%3BAAAA%3BAAAA%3BAAAA%3BAG6QA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAH7QA%3BAAAA%3BAAAA%3BAGuRA%3BAAAA%3BAAAA%3BAHvRA%3BAAAA%3BAAAA%3BAAAA%3BAGiSA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHjSA%3BAAAA%3BAAAA%3BAG0SA%3BAAAA%3BAAAA%3BAH1SA%3BAAAA%3BAAAA%3BAAAA%3BAGmTA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHnTA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAG%2BTA%3BAAAA%3BAAAA%3BAH%2FTA%3BAAAA%3BAAAA%3BAGuUA%3BAAAA%3BAAAA%3BAHvUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGkVA%3BAAAA%3BAAAA%3BAHlVA%3BAAAA%3BAAAA%3BAG0VA%3BAAAA%3BAAAA%3BAH1VA%3BAAAA%3BAAAA%3BAIIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BACvDJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC%2BIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADpJI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA4BQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJzElC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIwEkC%3BAAAA%3BAAAA%3BAAQZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcY%3BAAAA%3BAAAA%3BAAAA%3BAAiB5B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACRR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADEY%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQQ%3BAAAA%3BAAAA%3BAAIQ%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWZ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAJxN9B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIsNkC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcxB%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAmBxB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAoBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAKA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAKA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAEpgBR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMQ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD6JR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACrKwB%3BAAAA%3BAAAA%3BAAAA%3BAAQZ%3BAAAA%3BAAAA%3BAAAA%3BANAd%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMJkB%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAyBZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD4GR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACpHY%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAN5EtB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAM2E0B%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAN9F9B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAM4F8B%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAuBI%3BAAAA%3BAAAA%3BAAAA%3BAAWhB%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAASZ%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BANtQ1B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMwQ8B%3BAAAA%3BAAAA%3BAAOZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BANvRlB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAM4Rc%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADlKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAL7JF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMuTE%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAQR%3BAASgC%3BAAAA%3BAAAA%3BAAAA%3BAAYhB%3BAAAA%3BAAAA%3BAAIQ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%3BAAIQ%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAWZ%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIQ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAiBhC%3BAAIgB%3BAAAA%3BAAAA%3BAAAA%3BAC%2FdhB%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BACjDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAIQ%3BAAAA%3BAAAA%3BAAQhB%3BAAAA%3BAAAA%3BAChFJ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BATgBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BASTE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAoBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAClDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA0BA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC9ER%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BACbR%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BACdI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAb2BV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAa3Bc%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAbNV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAaOU%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAbpBV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAaqBc%3BAAAA%3BAAAA%3BAAOZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAaI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgDZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAR7BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQkBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAC1NA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACjFnB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAV8KG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAU3LF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAfuBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAexBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAfgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAehBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAfHF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAeCC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAQG%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAf9BH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAe6BI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAf%2FCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAe6CG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAV4EG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUzFF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAVgCG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAWhMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAXqKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAWjLJ%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAX0JE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAWnKC%3BAAAA%3BAAAA%3BAhBMH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgBJG%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAhBTH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgBKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA2BJ%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAQH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhB9GJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgB4GK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhB7HH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgB4HI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAaH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAXzDE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAW8CF%3BAAAA%3BAAAA%3BAAQK%3BAAAA%3BAAAA%3BAhBnNL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgBgNK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhBxNL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgBwNG%3BAAAA%3BAAAA%3BAAAA%3BAhBhOH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgB4NI%3BAAAA%3BAAAA%3BAAYH%3BAAAA%3BAAAA%3BAAMG%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhB9QH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgB%2BQG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhBvRH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgBiSI%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhBnUH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgBkUG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAX1MC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAW%2BLA%3BAAAA%3BAAAA%3BAhB5VF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgB0VA%3BAAAA%3BAAAA%3BAAAA%3BAXrNE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAWwMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAX7OC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAWgOA%3BAAAA%3BAAAA%3BAhB7XF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgB0XG%3BAAAA%3BAAAA%3BAhBlYH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgBkYD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAwBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAXpSG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAW0RH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAX1SG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAW6RF%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BACpeA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAZ4KG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAYtLF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAZsKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAY5KD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAZ2GC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAYtHA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjBvEL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiBuEK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjB%2FEL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiB%2BEK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjBvFL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiBkGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAZmCC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAY3CA%3BAAAA%3BAAAA%3BAAWJ%3BAAKG%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAWG%3BAAAA%3BAAAA%3BAAAA%3BAAQH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC5LJ%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAbwKG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAarLF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAb2JG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAazKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAwBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAeH%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAbTC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAaKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAiBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAuBH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAbxFC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAa8EA%3BAAAA%3BAAAA%3BAAAA%3BAlB3OF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkByOG%3BAAAA%3BAAAA%3BAlBjPH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkB6OK%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BACxUL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BACtCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAfgLI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgBhMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhBgLI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgB5LA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAMJ%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAaR%3BAAAA%3BAAAA%3BAAAA%3BAClEJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjB%2BKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiBzLA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjB2HA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiBpIQ%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAkBJ%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAQJ%3BAAWY%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BACvJhB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlBgLI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkBjLA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvBhBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwBzCE%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAgBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnBmJI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmB%2FJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAC%2FEJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BApBgLI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoB5LA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAzBUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyBNM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACjCR%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArB8JA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqBzKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArByJJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqBhKH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUW%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAC%2FDR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtBgLI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsB5LA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BACzBR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvBgLI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuB5LA%3BAAAA%3BAAAA%3BAAMQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAChChB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAxBuKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwBtKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7BhBN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6BiCU%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAyBI%3BAAAA%3BAAAA%3BAASZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAAA%3BAC5IR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAzBgLI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyB5LA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC%2FCJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1BgLI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0B1LI%3BAAAA%3BAAAA%3BACNR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA3BgLI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2BtLA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAClEJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7ByKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6BnLA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlCUN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkCTU%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAUR%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%3BAAapB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAMJ%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC7QR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAQZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAuBhB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA9B9IA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8B%2BII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnCzTN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmC4TM%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA9B7NA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8BmNI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BACjeJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2FBgLI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2BB3KA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BApCZV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoCgBc%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BApCrCV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoCuCc%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeJ%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBZ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA0BZ%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAJR%3BAAUQ%3BAAAA%3BAAAA%3BAAAA%3BAAwCR%3BAAIQ%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAArCZ%3BAASQ%3BAAAA%3BAAAA%3BAAAA%3BACtRR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhCgLI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgC5LA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAaZ%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAC7DR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjCgLI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiC5LA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAII%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAC3EJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlCgLI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkC3LA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUR%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvCxFN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuC4FM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvCpGN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuCyGU%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvClLN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuCmLU%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUR%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsBJ%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAiCJ%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BAC7WJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnC8KA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmCtLA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAxCtBV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwCwBc%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAxCrCd%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwCqCkB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAQQ%3BAAAA%3BAAAA%3BAAAA%3BAAeJ%3BAAAA%3BAAAA%3BAAkCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAxC9Hd%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwC8HkB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA2BZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAxCjPlB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwCsPkB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAxC9PlB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwCkQsB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAyBhB%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAC1VJ%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BApCqIG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoChJH%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAzCpBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyCyBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAYD%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAClHF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAAA%3BA1CIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0CLF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArCgII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCpIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAuBQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBJ%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAaI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACvVZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtC%2BKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsC5LA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcI%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA3C3CN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2CiDU%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA3ChEN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2CmEU%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA3CpFF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2CuFM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA8FJ%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAuBJ%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAYR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtC1LI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsC8KA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAClXH%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA5C6BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4C%2FBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAClCN%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAxC2KI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwCrKA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7CjEtB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6CiEsB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAAA%3BAA2BhB%3BAAAA%3BAAAA%3BA9CnLZ%3BAAAA%3BAAAA%3BA%2BCIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAASZ%3BAAAA%3BAAAA%3BAAeI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAOQ%3BAAAA%3BAAAA%3BAC%2FOV%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAChDN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA3CgLI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2C3KA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBJ%3BAAAA%3BAAAA%3BAAkBJ%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BACnIZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA5C%2BKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4CzLA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA5C%2BIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4CxJQ%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAQR%3BAAWY%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BACzHb%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7CmGG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6C%2FGH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BA7CkFE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6C9FF%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7CCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6CSJ%3BAAKG%3BAAAA%3BAAAA%3BAAAA%22%7D */