@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_
*/
/*------------------------------------*\
	colors
\*------------------------------------*/
/*$min-tablet-portrait-up "min-width: 600px";*/
/*$min-tablet-landscape-up "max-width: 900px";*/
/*$min-desktop-up "max-width: 1200px";*/
/*! 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;
}
* {
  padding: 0;
  margin: 0;
}
: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_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");
}
#wrapper {
  position: relative;
}
#wrapper > * {
  position: relative;
  z-index: 1;
}
#header {
  position: relative;
  z-index: 2;
  top: 0;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#header > .inside {
  margin-right: 4vw;
  margin-left: 4vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 23px;
  padding-bottom: 23px;
}
@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;
  }
}
#wrapper:has(.ce_rsce_header.simple-page) #header {
  position: relative;
  background-color: #031834;
  border-bottom: 0;
}
.logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mainMenuMobileButton, .search-btn {
  background-color: transparent;
  border: none;
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #FFFFFF;
  font-family: Gotham;
  font-size: 14px;
  font-style: normal;
  font-weight: 325;
  line-height: 1.42;
  position: relative;
}
.mainMenuMobileButton:hover, .search-btn:hover {
  color: #FFFFFF;
  text-decoration: underline;
  cursor: pointer;
}
.mainMenuMobileButton::after, .search-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 {
    display: none;
  }
}
.mainMenuMobileButton {
  flex-direction: row-reverse;
}
.mainMenuMobileButton::after {
  mask-image: var(--icon_mask_menu-open);
}
.search-btn::after {
  mask-image: var(--icon_mask_search);
}
@media screen and (max-width: 37.500rem) {
  .search-btn > .label {
    display: none;
  }
}
#footer .dummy-text {
  font-size: 0.875rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
}
html {
  background-color: #031834;
}
body {
  background-color: #FFFFFF;
}
/**
 * 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.
 */
body {
  font-family: "Inter", "Lucida Grande", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-size: calc(0.9375rem + 0.3125vw);
  color: #031834;
}
@media screen and (max-width: 37.5rem) {
  body {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 120rem) {
  body {
    font-size: 1.3125rem;
  }
}
h1, h2, h3, h4, h5, h6, .headline {
  hyphens: auto;
}
h1, .h1Like {
  font-size: calc(2rem + 1.6666666667vw);
  color: #FFF;
  text-align: center;
  font-family: Gotham;
  font-style: normal;
  font-weight: 325;
  line-height: 1.09;
  letter-spacing: -3.2px;
  text-transform: uppercase;
}
@media screen and (max-width: 37.5rem) {
  h1, .h1Like {
    font-size: 2rem;
  }
}
@media screen and (min-width: 120rem) {
  h1, .h1Like {
    font-size: 4rem;
  }
}
h2 {
  font-size: 1.75rem;
  margin-bottom: 1rem;
  font-size: calc(1.5rem + 0.8333333333vw);
}
@media screen and (max-width: 37.5rem) {
  h2 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 120rem) {
  h2 {
    font-size: 2.5rem;
  }
}
h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-size: calc(1.25rem + 0.5208333333vw);
}
@media screen and (max-width: 37.5rem) {
  h3 {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 120rem) {
  h3 {
    font-size: 1.875rem;
  }
}
h4 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  font-size: calc(1.375rem + 0.5208333333vw);
}
@media screen and (max-width: 37.5rem) {
  h4 {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 120rem) {
  h4 {
    font-size: 2rem;
  }
}
.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.25;
  margin-bottom: 1rem;
}
a.button, a.btn, span.button, p.btn a {
  display: inline-block;
  color: #FFFFFF;
  background-color: #0056A2;
  border: 1px solid #0056A2;
  text-decoration: none;
  padding: 10px 20px;
  text-align: center;
  font-family: Gotham;
  font-size: calc(0.6875rem + 0.0520833333vw);
  font-style: normal;
  font-weight: 350;
  line-height: 2;
  letter-spacing: 0.84px;
}
@media screen and (max-width: 37.5rem) {
  a.button, a.btn, span.button, p.btn a {
    font-size: 0.6875rem;
  }
}
@media screen and (min-width: 120rem) {
  a.button, a.btn, span.button, p.btn a {
    font-size: 0.75rem;
  }
}
a.button:hover, a.btn:hover, span.button:hover, p.btn a:hover {
  cursor: pointer;
  color: #0056A2;
  background-color: red;
}
#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: #201018;
  display: block;
  outline: none;
  width: 100%;
  font-size: 1rem;
  padding: 10px 20px;
  border: 1px solid #393939;
  background-color: #D9D9D9;
  /* 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: 10px 20px;
  background: #D9D9D9;
}
#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 button[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 700;
  padding: 10px 20px;
  cursor: pointer;
  border: 0;
  background-color: #201018;
}
#main button[type="submit"]:hover {
  cursor: pointer;
  color: #FFFFFF;
}
#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: #201018;
  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 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mod_article.article-with-styling {
  background-color: #eeeeee;
}
: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 {
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px;
}
.mod_newslist .layout_latest {
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 40px;
}
@media screen and (min-width: 75.000rem) {
  .mod_newslist {
    max-width: calc(1600px + (2 * 20px));
    display: flex;
  }
}
.mod_newsreader .layout_full {
  padding-top: 25px;
  padding-bottom: 25px;
  margin-right: 4vw;
  margin-left: 4vw;
}
@media screen and (min-width: 56.250rem) {
  .mod_newsreader .layout_full {
    margin-right: calc(4.1666666667vw);
    margin-left: calc(4.1666666667vw);
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 75.000rem) {
  .mod_newsreader .layout_full {
    margin-right: 8.3333333333vw;
    margin-left: 8.3333333333vw;
  }
}
@media screen and (min-width: 120rem) {
  .mod_newsreader .layout_full {
    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>');
}
.mod_hpk_product_list, .collections_list_wrapper, .product_list_collection_wrapper {
  max-width: 100%;
}
.mod_hpk_product_list .filter_section_wrapper, .collections_list_wrapper .filter_section_wrapper, .product_list_collection_wrapper .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 {
  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 {
    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 {
    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 {
    margin-right: auto;
    margin-left: auto;
    max-width: 1600px;
  }
}
.mod_hpk_product_list .filter_section_wrapper .search_filter_section .search_wrapper .search_input_wrapper, .collections_list_wrapper .filter_section_wrapper .search_filter_section .search_wrapper .search_input_wrapper, .product_list_collection_wrapper .filter_section_wrapper .search_filter_section .search_wrapper .search_input_wrapper {
  position: relative;
}
.mod_hpk_product_list .filter_section_wrapper .search_filter_section .search_wrapper .search_input_wrapper:before, .collections_list_wrapper .filter_section_wrapper .search_filter_section .search_wrapper .search_input_wrapper:before, .product_list_collection_wrapper .filter_section_wrapper .search_filter_section .search_wrapper .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%;
}
.mod_hpk_product_list .filter_section_wrapper .search_filter_section .search_wrapper .search_input_wrapper #search_input, .collections_list_wrapper .filter_section_wrapper .search_filter_section .search_wrapper .search_input_wrapper #search_input, .product_list_collection_wrapper .filter_section_wrapper .search_filter_section .search_wrapper .search_input_wrapper #search_input {
  border: none;
  background: transparent;
  width: 150px;
  height: 100%;
  padding-left: 30px;
}
.mod_hpk_product_list .filter_section_wrapper .search_filter_section .search_wrapper .search_input_wrapper #search_input::placeholder, .collections_list_wrapper .filter_section_wrapper .search_filter_section .search_wrapper .search_input_wrapper #search_input::placeholder, .product_list_collection_wrapper .filter_section_wrapper .search_filter_section .search_wrapper .search_input_wrapper #search_input::placeholder {
  color: #031834;
}
.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 {
  text-decoration: underline;
}
.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 {
  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%;
}
.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 {
  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 {
  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 {
  display: block;
  height: 18px;
  width: 18px;
}
.mod_hpk_product_list #hpk_product_filters.filter-panel .filter_foreground .filter_tags, .collections_list_wrapper #hpk_product_filters.filter-panel .filter_foreground .filter_tags, .product_list_collection_wrapper #hpk_product_filters.filter-panel .filter_foreground .filter_tags {
  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 .filter_tag, .collections_list_wrapper #hpk_product_filters.filter-panel .filter_foreground .filter_tags .filter_tag, .product_list_collection_wrapper #hpk_product_filters.filter-panel .filter_foreground .filter_tags .filter_tag {
  background-color: #EBEBEB;
  padding: 8px;
}
.mod_hpk_product_list #hpk_product_filters.filter-panel .filter_foreground .filter_tags .filter_tag:after, .collections_list_wrapper #hpk_product_filters.filter-panel .filter_foreground .filter_tags .filter_tag:after, .product_list_collection_wrapper #hpk_product_filters.filter-panel .filter_foreground .filter_tags .filter_tag:after {
  margin-left: 20px;
}
.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 {
  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 {
  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 {
  padding: calc(clamp(10px, 0px + 0.0166666667 * 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 {
    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 {
    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 {
  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 {
  font-size: calc(0.813rem + 0.0516666667vw);
}
@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 {
    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 {
    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 {
  padding-bottom: calc(clamp(10px, 0px + 0.0166666667 * 100vw, 20px));
  /*
							.filter_option{
								
								&:hover {
									cursor: pointer;
								}
							}
							*/
}
.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 {
  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 {
  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 {
  width: 100%;
  margin-top: calc(clamp(30px, 0px + 0.05 * 100vw, 60px));
  text-align: center;
}
.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) {
  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) {
    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) {
    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) {
    margin-right: auto;
    margin-left: auto;
    max-width: 1600px;
  }
}
@media screen and (max-width: 37.438rem) {
  .mod_hpk_product_list .product_list#hpk_stoff_list, .mod_hpk_product_list .collection_list#hpk_stoff_list, .collections_list_wrapper .product_list#hpk_stoff_list, .collections_list_wrapper .collection_list#hpk_stoff_list, .product_list_collection_wrapper .product_list#hpk_stoff_list, .product_list_collection_wrapper .collection_list#hpk_stoff_list {
    grid-template-columns: 1fr 1fr;
    column-gap: 10px;
  }
}
.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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  font-size: calc(1.125rem + 0.2083333333vw);
  font-weight: 300;
  text-decoration: none;
  margin-top: 10px;
  margin-bottom: 10px;
}
@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 {
    font-size: 1.125rem;
  }
}
@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 {
    font-size: 1.375rem;
  }
}
.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 {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  font-size: calc(0.875rem + 0.0525vw);
}
@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 {
    font-size: 0.875rem;
  }
}
@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 {
    font-size: 0.938rem;
  }
}
.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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  font-size: calc(1.75rem + 0.7291666667vw);
  font-weight: 300;
}
@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 {
    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 {
    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 {
  font-weight: 300;
  transition: 0.3s;
}
.mod_hpk_product_list .hpk_pagination, .collections_list_wrapper .hpk_pagination, .product_list_collection_wrapper .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 {
    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 {
    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 {
    margin-right: auto;
    margin-left: auto;
    max-width: 1600px;
  }
}
.mod_hpk_product_detail .hpk_product_detail {
  padding-top: 25px;
  padding-bottom: 25px;
  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: 50px;
    padding-bottom: 50px;
  }
}
@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 .detail_content_wrapper .main_info_wrapper .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 .detail_content_wrapper .main_info_wrapper .product_title {
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 120rem) {
  .mod_hpk_product_detail .hpk_product_detail .detail_content_wrapper .main_info_wrapper .product_title {
    font-size: 2.625rem;
  }
}
.mod_hpk_product_detail .hpk_product_detail .detail_content_wrapper .main_info_wrapper .kollektionen_namen {
  font-weight: 300;
  text-transform: uppercase;
  font-size: calc(0.75rem + 0.1041666667vw);
  margin-bottom: 20px;
}
@media screen and (max-width: 37.5rem) {
  .mod_hpk_product_detail .hpk_product_detail .detail_content_wrapper .main_info_wrapper .kollektionen_namen {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 120rem) {
  .mod_hpk_product_detail .hpk_product_detail .detail_content_wrapper .main_info_wrapper .kollektionen_namen {
    font-size: 0.875rem;
  }
}
.mod_hpk_product_detail .hpk_product_detail .detail_content_wrapper .main_info_wrapper .musterservice_wrapper {
  margin-bottom: 20px;
}
.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 #EBEBEB;
}
.mod_hpk_product_detail .hpk_product_detail .detail_content_wrapper .content-accordion:last-of-type {
  border-bottom: 1px solid #EBEBEB;
}
.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(10px, 0px + 0.0166666667 * 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);
}
.mod_hpk_product_detail .hpk_product_detail .detail_content_wrapper .content-accordion .handorgel__content {
  font-size: calc(0.875rem + 0.0525vw);
}
@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-bottom: calc(clamp(10px, 0px + 0.0166666667 * 100vw, 20px));
}
.mod_hpk_product_detail .collections_list_wrapper {
  padding-top: 25px;
  padding-bottom: 25px;
  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: 50px;
    padding-bottom: 50px;
  }
}
@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;
}
.content-hyperlink {
  padding-top: 25px;
  padding-bottom: 25px;
  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: 50px;
    padding-bottom: 50px;
  }
}
@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;
}
@media screen and (min-width: 56.250rem) {
  .content-element-group {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 40px;
  }
  .content-element-group [class*="content"] {
    grid-column: span 6;
  }
}
.content-text {
  padding-top: 25px;
  padding-bottom: 25px;
  margin-right: 4vw;
  margin-left: 4vw;
}
@media screen and (min-width: 56.250rem) {
  .content-text {
    margin-right: calc(11.9791666667vw);
    margin-left: calc(11.9791666667vw);
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@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: 40px;
  font-weight: 300;
  line-height: 1.73;
  letter-spacing: -0.75px;
}
.content-text.media--right, .content-text.media--left {
  padding-top: 25px;
  padding-bottom: 25px;
  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: 50px;
    padding-bottom: 50px;
  }
}
@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:is(:not(.content-text.media--above, .content-text.media--below)).centered > * {
  text-align: center;
}
@media only screen and (min-width: 56.250rem) {
  .content-text {
    font-weight: 300;
    line-height: 1.61;
    letter-spacing: -0.21px;
  }
  .content-text.media--right > .inside, .content-text.media--left > .inside {
    grid-template-columns: repeat(12, 1fr);
  }
  .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;
  }
  .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, -80px + 0.1666666667 * 100vw, 120px));
  }
  .content-text.media--left > .inside .rte {
    padding-left: calc(clamp(20px, -80px + 0.1666666667 * 100vw, 120px));
  }
}
.content-headline {
  padding-top: 25px;
  padding-bottom: 25px;
  margin-right: 4vw;
  margin-left: 4vw;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 56.250rem) {
  .content-headline {
    margin-right: calc(4.1666666667vw);
    margin-left: calc(4.1666666667vw);
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 75.000rem) {
  .content-headline {
    margin-right: 8.3333333333vw;
    margin-left: 8.3333333333vw;
  }
}
@media screen and (min-width: 120rem) {
  .content-headline {
    margin-right: auto;
    margin-left: auto;
    max-width: 1600px;
  }
}
.content-list {
  padding-top: 25px;
  padding-bottom: 25px;
  margin-right: 4vw;
  margin-left: 4vw;
  max-width: 1000px;
}
@media screen and (min-width: 56.250rem) {
  .content-list {
    margin-right: calc(4.1666666667vw);
    margin-left: calc(4.1666666667vw);
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@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, .content-text ul, .content-text ol, .content_container ul, .content_container ol {
  list-style-position: inside;
}
.content-image {
  padding-top: 25px;
  padding-bottom: 25px;
  margin-right: 4vw;
  margin-left: 4vw;
  max-width: 1000px;
}
@media screen and (min-width: 56.250rem) {
  .content-image {
    margin-right: calc(4.1666666667vw);
    margin-left: calc(4.1666666667vw);
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@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.content-regular {
  max-width: 1600px;
}
.content-image.content-medium {
  max-width: 1600px;
}
.content-gallery {
  padding-top: 25px;
  padding-bottom: 25px;
  margin-right: 4vw;
  margin-left: 4vw;
}
@media screen and (min-width: 56.250rem) {
  .content-gallery {
    margin-right: calc(4.1666666667vw);
    margin-left: calc(4.1666666667vw);
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 75.000rem) {
  .content-gallery {
    margin-right: 8.3333333333vw;
    margin-left: 8.3333333333vw;
  }
}
@media screen and (min-width: 120rem) {
  .content-gallery {
    margin-right: auto;
    margin-left: auto;
    max-width: 1600px;
  }
}
.mod_article > .inside > .content-gallery {
  padding-left: 10px;
  padding-right: 10px;
}
.content-gallery ul {
  list-style-type: none;
  padding-left: 0;
  display: grid;
  gap: 20px;
}
.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(3, 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: 25px;
  padding-bottom: 25px;
  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: 50px;
    padding-bottom: 50px;
  }
}
@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: #D9D9D9;
}
.content-download a:before {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  width: 20px;
  height: 20px;
  border: 1px dotted #393939;
}
.content-download a:hover {
  background-color: var(--color-primary);
}
.content-downloads {
  padding-top: 25px;
  padding-bottom: 25px;
  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: 50px;
    padding-bottom: 50px;
  }
}
@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: #D9D9D9;
  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 #393939;
}
.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: 25px;
  padding-bottom: 25px;
  margin-right: 4vw;
  margin-left: 4vw;
  border-bottom: initial;
}
@media screen and (min-width: 56.250rem) {
  .content-accordion {
    margin-right: calc(4.1666666667vw);
    margin-left: calc(4.1666666667vw);
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@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: #EBEBEB;
  color: #031834;
  font-family: Gotham;
  font-size: calc(1.25rem + 0.3125vw);
  font-weight: 325;
  line-height: 1.15;
  text-transform: uppercase;
  padding-top: 1.1em;
  padding-bottom: 1.1em;
  padding-left: 2.4em;
  padding-right: 2.4em;
  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-table {
  padding-top: 25px;
  padding-bottom: 25px;
  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: 50px;
    padding-bottom: 50px;
  }
}
@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 #D9D9D9;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  background-color: #D9D9D9;
}
.content-table tbody th {
  padding: 1rem;
  padding-top: 0;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #D9D9D9;
  background-color: #D9D9D9;
}
.content-table td {
  padding: 1rem;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #D9D9D9;
}
.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 #201018;
  margin-left: 0;
}
.content-description-list {
  padding-top: 25px;
  padding-bottom: 25px;
  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: 50px;
    padding-bottom: 50px;
  }
}
@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, .ce_vimeo) {
  padding-top: 25px;
  padding-bottom: 25px;
  margin-right: 4vw;
  margin-left: 4vw;
}
@media screen and (min-width: 56.250rem) {
  :is(.ce_youtube, .content-youtube, .content-vimeo, .ce_vimeo) {
    margin-right: calc(4.1666666667vw);
    margin-left: calc(4.1666666667vw);
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 75.000rem) {
  :is(.ce_youtube, .content-youtube, .content-vimeo, .ce_vimeo) {
    margin-right: 8.3333333333vw;
    margin-left: 8.3333333333vw;
  }
}
@media screen and (min-width: 120rem) {
  :is(.ce_youtube, .content-youtube, .content-vimeo, .ce_vimeo) {
    margin-right: auto;
    margin-left: auto;
    max-width: 1600px;
  }
}
:is(.ce_youtube, .content-youtube, .content-vimeo, .ce_vimeo) figure {
  position: relative;
  aspect-ratio: 1.7777777778;
  width: 100%;
  height: auto;
}
:is(.ce_youtube, .content-youtube, .content-vimeo, .ce_vimeo) figure.aspect--16\:9 {
  aspect-ratio: 1.7777777778;
}
:is(.ce_youtube, .content-youtube, .content-vimeo, .ce_vimeo) figure.aspect--16\:10 {
  aspect-ratio: 1.6;
}
:is(.ce_youtube, .content-youtube, .content-vimeo, .ce_vimeo) figure.aspect--21\:9 {
  aspect-ratio: 2.3333333333;
}
:is(.ce_youtube, .content-youtube, .content-vimeo, .ce_vimeo) figure.aspect--4\:3 {
  aspect-ratio: 1.3333333333;
}
:is(.ce_youtube, .content-youtube, .content-vimeo, .ce_vimeo) figure.aspect--3\:2 {
  aspect-ratio: 1.5;
}
:is(.ce_youtube, .content-youtube, .content-vimeo, .ce_vimeo) figure button[data-splash-screen] {
  appearance: none;
  border: none;
  display: grid;
}
:is(.ce_youtube, .content-youtube, .content-vimeo, .ce_vimeo) figure button[data-splash-screen]:hover {
  cursor: pointer;
}
:is(.ce_youtube, .content-youtube, .content-vimeo, .ce_vimeo) figure button[data-splash-screen] img, :is(.ce_youtube, .content-youtube, .content-vimeo, .ce_vimeo) figure button[data-splash-screen] > p {
  grid-column: 1;
  grid-row: 1;
}
:is(.ce_youtube, .content-youtube, .content-vimeo, .ce_vimeo) figure 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, .ce_vimeo) figure iframe {
  border: 0;
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
}
.ce_form {
  padding-top: 25px;
  padding-bottom: 25px;
  margin-right: 4vw;
  margin-left: 4vw;
}
@media screen and (min-width: 56.250rem) {
  .ce_form {
    margin-right: calc(11.9791666667vw);
    margin-left: calc(11.9791666667vw);
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 75.000rem) {
  .ce_form {
    margin-right: 23.9583333333vw;
    margin-left: 23.9583333333vw;
  }
}
@media screen and (min-width: 120rem) {
  .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: 20px;
}
.ce_form .widget label {
  display: block;
  font-size: 0.75rem;
  font-weight: normal;
  margin-bottom: 10px;
}
.ce_form input[type="text"], .ce_form input[type="email"], .ce_form input[type="number"], .ce_form textarea {
  color: #201018;
  display: block;
  outline: none;
  width: 100%;
  font-size: 1rem;
  padding: 10px 20px;
  border: 1px solid #393939;
  background-color: #D9D9D9;
}
.ce_form button[type="submit"] {
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 700;
  padding: 10px 20px;
  cursor: pointer;
  border: 0;
  background-color: #201018;
}
.ce_form button[type="submit"]:hover {
  cursor: pointer;
  color: #FFFFFF;
}
@media screen and (min-width: 56.250rem) {
  .ce_form fieldset {
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }
}
.ce_rsce_header {
  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: #D9D9D9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ce_rsce_header.simple-page .headline {
  color: #031834;
}
.ce_rsce_header.simple-page .subheadline {
  color: #0056A2;
}
.ce_rsce_header.normal-page {
  min-height: 85vh;
}
.ce_rsce_header.normal-page > .inside {
  position: relative;
}
.ce_rsce_header.normal-page > .inside::after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 100%;
  height: 8px;
  background-color: #0056A2;
}
.ce_rsce_header.normal-page .subheadline {
  color: #FFF;
}
.ce_rsce_header.normal-page .divider {
  width: 65px;
  height: 2px;
  background-color: #D9D9D9;
}
.ce_rsce_header.landing-page {
  min-height: 100svh;
  display: grid;
  background-color: #031834;
}
.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: #FFF;
}
.ce_rsce_header.landing-page .haptic-container {
  padding-block: 30px;
  grid-column: 1;
  grid-row: 2;
  position: relative;
  z-index: 2;
  align-self: end;
  justify-self: center;
}
@media screen and (min-width: 56.250rem) {
  .ce_rsce_header.landing-page .haptic-container {
    grid-column: 1;
    grid-row: 1;
    margin-bottom: 50px;
  }
}
.ce_rsce_header.landing-page .haptic-container .haptic-button {
  display: flex;
  align-items: 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);
}
.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: 50px;
}
.ce_rsce_header.landing-page .haptic-container .haptic-button .content-container .haptic_title {
  color: #FFFFFF;
  text-align: center;
  font-family: Gotham;
  font-size: 20px;
  font-style: normal;
  font-weight: 325;
  line-height: 1.3;
  letter-spacing: -1px;
  text-transform: uppercase;
}
.ce_rsce_header.landing-page .haptic-container .haptic-button .content-container .haptic_buttontext {
  text-align: center;
  color: #0056A2;
  font-family: Gotham;
  font-size: 16px;
  font-style: normal;
  font-weight: 325;
  line-height: 1.5;
  text-decoration: underline;
}
.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 #0056A2;
}
.ce_rsce_header.landing-page .haptic-container .haptic-button:hover .haptic_buttontext {
  text-decoration: none;
}
.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 .content_container {
  grid-column: 1;
  grid-row: 1;
  position: relative;
  z-index: 2;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-right: 4vw;
  margin-left: 4vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 70%;
  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: 100px;
    padding-bottom: 100px;
  }
}
@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: auto;
    align-self: auto;
  }
}
.ce_rsce_header .content_container .headline_container {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
.ce_rsce_header .content_container .subheadline {
  text-align: center;
  font-family: Gotham;
  font-size: calc(0.875rem + 0.4166666667vw);
  font-weight: 350;
  line-height: 2;
  letter-spacing: 0.84px;
  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.375rem;
  }
}
.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 .swiper-slide > .inside {
  height: 100%;
}
.ce_rsce_header .swiper-button-next, .ce_rsce_header .swiper-button-prev {
  --swiper-navigation-sides-offset: -10px;
  width: 80px;
  height: 80px;
}
.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: bold;
}
.ce_rsce_header .swiper-container {
  position: relative;
  overflow: hidden;
  height: 100svh;
  min-height: 500px;
}
.ce_rsce_header .image_container:not(.haptic) {
  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;
}
.content-cards.cards-image {
  padding-top: 25px;
  padding-bottom: 25px;
  margin-right: 4vw;
  margin-left: 4vw;
}
@media screen and (min-width: 56.250rem) {
  .content-cards.cards-image {
    margin-right: calc(4.1666666667vw);
    margin-left: calc(4.1666666667vw);
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 75.000rem) {
  .content-cards.cards-image {
    margin-right: 8.3333333333vw;
    margin-left: 8.3333333333vw;
  }
}
@media screen and (min-width: 120rem) {
  .content-cards.cards-image {
    margin-right: auto;
    margin-left: auto;
    max-width: 1600px;
  }
}
.content-cards.cards-image .inside:not(.swiper-wrapper) {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
.content-cards.cards-image .card {
  display: inline-block;
  position: relative;
  background-color: #D9D9D9;
}
.content-cards.cards-image .card .content_container {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  padding: calc(2 * 20px);
}
.content-cards.cards-image .card .content_container .card-title {
  color: #201018;
}
.content-cards.cards-image .swiper-container {
  position: relative;
}
.content-cards.cards-image .swiper-container .swiper-button-next, .content-cards.cards-image .swiper-container .swiper-button-prev {
  color: #201018;
  padding: 20px;
  border: 1px solid #201018;
}
.content-cards.cards-image .swiper-container .swiper-button-next:after, .content-cards.cards-image .swiper-container .swiper-button-prev:after {
  font-size: 1rem;
}
.content-cards.cards-image .swiper-container .swiper-button-next:hover, .content-cards.cards-image .swiper-container .swiper-button-prev:hover {
  color: #FFFFFF;
  background-color: #201018;
}
.content-cards.cards-image .swiper-container .swiper-pagination {
  top: inherit;
  bottom: inherit;
}
.content-cards.cards-image .swiper-container .swiper-pagination-bullet {
  border-right: 50%;
}
.content-cards.cards-image .swiper-container .swiper-pagination-bullet-active {
  background-color: #201018;
}
@media screen and (min-width: 75.000rem) {
  .content-cards.cards-image .inside:not(.swiper-wrapper) {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .content-cards.cards-image .card {
    min-width: 200px;
  }
  .content-cards.cards-image p {
    font-size: 1rem;
  }
  .content-cards.cards-image .swiper-container .swiper-button-prev {
    left: -70px;
  }
  .content-cards.cards-image .swiper-container .swiper-button-next {
    right: -70px;
  }
}
.content-cards.cards-text {
  padding-top: 25px;
  padding-bottom: 25px;
  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: 50px;
    padding-bottom: 50px;
  }
}
@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: #D9D9D9;
}
.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: #201018;
}
.content-cards.cards-text .card .content_container .card-text {
  color: #201018;
  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-banner:not(.fullwidth), .content-banner.fullwidth .content-banner {
  padding-top: 25px;
  padding-bottom: 25px;
  margin-right: 4vw;
  margin-left: 4vw;
}
@media screen and (min-width: 56.250rem) {
  .content-banner:not(.fullwidth), .content-banner.fullwidth .content-banner {
    margin-right: calc(4.1666666667vw);
    margin-left: calc(4.1666666667vw);
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 75.000rem) {
  .content-banner:not(.fullwidth), .content-banner.fullwidth .content-banner {
    margin-right: 8.3333333333vw;
    margin-left: 8.3333333333vw;
  }
}
@media screen and (min-width: 120rem) {
  .content-banner:not(.fullwidth), .content-banner.fullwidth .content-banner {
    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: end;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px;
}
.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::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  inset: 0;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.55) 100%);
  pointer-events: none;
}
.content-banner.fullwidth {
  width: 100%;
}
.content-banner.fullwidth .content_container {
  padding-right: 0;
  padding-left: 0;
  align-items: center;
  text-align: center;
}
.content-banner.fullwidth .image_container:not(.haptic) {
  position: relative;
}
.content-banner.fullwidth .image_container:not(.haptic)::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  pointer-events: none;
}
.content-banner.fullwidth:first-child {
  padding-top: 0;
}
.mod_article:has(.fullwidth:first-of-type) {
  padding-top: 0;
}
.content-banner.fullwidth:last-child {
  padding-bottom: 0;
}
.mod_article:has(.fullwidth:last-of-type) {
  padding-bottom: 0;
}
@media screen and (min-width: 75.000rem) {
  .content-banner .content_container {
    padding: 40px;
  }
}
.content-form-image {
  padding-top: 25px;
  padding-bottom: 25px;
  margin-right: 4vw;
  margin-left: 4vw;
}
@media screen and (min-width: 56.250rem) {
  .content-form-image {
    margin-right: calc(4.1666666667vw);
    margin-left: calc(4.1666666667vw);
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 75.000rem) {
  .content-form-image {
    margin-right: 8.3333333333vw;
    margin-left: 8.3333333333vw;
  }
}
@media screen and (min-width: 120rem) {
  .content-form-image {
    margin-right: auto;
    margin-left: auto;
    max-width: 1600px;
  }
}
.content-form-image .inside .image_container {
  position: relative;
}
.content-form-image .inside .image_container .caption {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.content-form-image .inside .content_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 56.250rem) {
  .content-form-image .inside {
    display: flex;
    gap: 20px;
  }
}
.rsce_elementinfo {
  position: relative;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  color: #D9D9D9;
  font-size: 0.75rem;
  line-height: 1.2;
  text-align: center;
  background-color: #000000;
  padding: 20px;
  margin-bottom: 50px;
}
.rsce_elementinfo:first-of-type {
  margin-top: -40px;
}
.rsce_elementinfo:before {
  content: " ";
  display: block;
  width: 1px;
  height: 100px;
  background: black;
  background: linear-gradient(0deg, black 50%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: -100px;
  left: 50%;
  z-index: 99;
}
.rsce_elementinfo code {
  color: deeppink;
  color: #FFFFFF;
  font-weight: bold;
}
.rsce_icons_text {
  padding-top: 25px;
  padding-bottom: 25px;
  margin-right: 4vw;
  margin-left: 4vw;
}
@media screen and (min-width: 56.250rem) {
  .rsce_icons_text {
    margin-right: calc(4.1666666667vw);
    margin-left: calc(4.1666666667vw);
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 75.000rem) {
  .rsce_icons_text {
    margin-right: 8.3333333333vw;
    margin-left: 8.3333333333vw;
  }
}
@media screen and (min-width: 120rem) {
  .rsce_icons_text {
    margin-right: auto;
    margin-left: auto;
    max-width: 1600px;
  }
}
.rsce_icons_text .inside .headline {
  text-align: center;
}
.rsce_icons_text .inside .icon_elements_wrapper {
  display: grid;
  row-gap: 40px;
  column-gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.rsce_icons_text .inside .icon_elements_wrapper .icon_text_wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.rsce_icons_text .inside .icon_elements_wrapper .icon_text_wrapper .image_container {
  flex-shrink: 0;
}
.rsce_icons_text .inside .icon_elements_wrapper .icon_text_wrapper .text_wrapper {
  text-align: center;
}
.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;
}
.rsce_icons_text.two_column .inside .icon_text_wrapper .text_wrapper {
  text-align: start;
}
@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_swiper_basic {
  padding-top: 25px;
  padding-bottom: 25px;
  margin-right: 4vw;
  margin-left: 4vw;
}
@media screen and (min-width: 56.250rem) {
  .rsce_swiper_basic {
    margin-right: calc(4.1666666667vw);
    margin-left: calc(4.1666666667vw);
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 75.000rem) {
  .rsce_swiper_basic {
    margin-right: 8.3333333333vw;
    margin-left: 8.3333333333vw;
  }
}
@media screen and (min-width: 120rem) {
  .rsce_swiper_basic {
    margin-right: auto;
    margin-left: auto;
    max-width: 1600px;
  }
}
.rsce_swiper_basic .inside .swiperWrapper .swiperBasic .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
}
: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");
}
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: 25px;
  padding-bottom: 25px;
  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: 50px;
    padding-bottom: 50px;
  }
}
@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;
}
.content-gridtest {
  padding-top: 25px;
  padding-bottom: 25px;
  margin-right: 4vw;
  margin-left: 4vw;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  /* 12 gleich breite Spalten */
  gap: 20px;
  /* Abstand zwischen den Spalten */
}
@media screen and (min-width: 56.250rem) {
  .content-gridtest {
    margin-right: calc(0vw);
    margin-left: calc(0vw);
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 75.000rem) {
  .content-gridtest {
    margin-right: 0vw;
    margin-left: 0vw;
  }
}
@media screen and (min-width: 120rem) {
  .content-gridtest {
    margin-right: auto;
    margin-left: auto;
    max-width: 1920px;
  }
}
.content-gridtest .gridtest-item {
  justify-items: center;
  text-align: center;
  background-color: #e4e4e4;
  padding: 10px;
}
.content-gridtest.full-dynamic {
  padding-right: 0 !important;
  padding-left: 0 !important;
  display: grid;
  grid-template-columns: repeat(14, 1fr);
  gap: 1vw;
  width: 100%;
}
.content-gridtest.full-dynamic .gridtest-item {
  justify-items: center;
  text-align: center;
  background-color: #e4e4e4;
  padding: 10px;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22home%2Fmonjoxnk%2Fmarvin.monotomic.de%2Fcontao%2Ffiles%2Fthemes%2Fcontao-marvin%2Fscss%2Fimports.scss%22%2C%22home%2Fmonjoxnk%2Fmarvin.monotomic.de%2Fcontao%2Ffiles%2Fthemes%2Fcontao-marvin%2Fscss%2F_base%2Fnormalize.scss%22%2C%22home%2Fmonjoxnk%2Fmarvin.monotomic.de%2Fcontao%2Ffiles%2Fthemes%2Fcontao-marvin%2Fscss%2F_base%2Fcontao.scss%22%2C%22home%2Fmonjoxnk%2Fmarvin.monotomic.de%2Fcontao%2Ffiles%2Fthemes%2Fcontao-marvin%2Fscss%2F_base%2Fhelper.scss%22%2C%22home%2Fmonjoxnk%2Fmarvin.monotomic.de%2Fcontao%2Ffiles%2Fthemes%2Fcontao-marvin%2Fscss%2F_layout%2Fheader.scss%22%2C%22home%2Fmonjoxnk%2Fmarvin.monotomic.de%2Fcontao%2Ffiles%2Fthemes%2Fcontao-marvin%2Fscss%2Fconfig.scss%22%2C%22home%2Fmonjoxnk%2Fmarvin.monotomic.de%2Fcontao%2Ffiles%2Fthemes%2Fcontao-marvin%2Fscss%2F_layout%2Ffooter.scss%22%2C%22home%2Fmonjoxnk%2Fmarvin.monotomic.de%2Fcontao%2Ffiles%2Fthemes%2Fcontao-marvin%2Fscss%2F_layout%2Fmain.scss%22%2C%22home%2Fmonjoxnk%2Fmarvin.monotomic.de%2Fcontao%2Ffiles%2Fthemes%2Fcontao-marvin%2Fscss%2F_components%2Ftypo.scss%22%2C%22home%2Fmonjoxnk%2Fmarvin.monotomic.de%2Fcontao%2Ffiles%2Fthemes%2Fcontao-marvin%2Fscss%2F_components%2Fbuttons.scss%22%2C%22home%2Fmonjoxnk%2Fmarvin.monotomic.de%2Fcontao%2Ffiles%2Fthemes%2Fcontao-marvin%2Fscss%2F_components%2Fforms.scss%22%2C%22home%2Fmonjoxnk%2Fmarvin.monotomic.de%2Fcontao%2Ffiles%2Fthemes%2Fcontao-marvin%2Fscss%2F_modules%2Fmod_article.scss%22%2C%22home%2Fmonjoxnk%2Fmarvin.monotomic.de%2Fcontao%2Ffiles%2Fthemes%2Fcontao-marvin%2Fscss%2F_modules%2Fmod_navigation.scss%22%2C%22home%2Fmonjoxnk%2Fmarvin.monotomic.de%2Fcontao%2Ffiles%2Fthemes%2Fcontao-marvin%2Fscss%2F_modules%2Fmod_newslist.scss%22%2C%22home%2Fmonjoxnk%2Fmarvin.monotomic.de%2Fcontao%2Ffiles%2Fthemes%2Fcontao-marvin%2Fscss%2F_modules%2Fmod_newsreader.scss%22%2C%22home%2Fmonjoxnk%2Fmarvin.monotomic.de%2Fcontao%2Ffiles%2Fthemes%2Fcontao-marvin%2Fscss%2F_modules%2Fmod_hpk_product_list.scss%22%2C%22home%2Fmonjoxnk%2Fmarvin.monotomic.de%2Fcontao%2Ffiles%2Fthemes%2Fcontao-marvin%2Fscss%2F_modules%2Fmod_hpk_product_detail.scss%22%2C%22home%2Fmonjoxnk%2Fmarvin.monotomic.de%2Fcontao%2Ffiles%2Fthemes%2Fcontao-marvin%2Fscss%2Fcontent_element%2Fcontent-hyperlink.scss%22%2C%22home%2Fmonjoxnk%2Fmarvin.monotomic.de%2Fcontao%2Ffiles%2Fthemes%2Fcontao-marvin%2Fscss%2Fcontent_element%2Fcontent-element-group.scss%22%2C%22home%2Fmonjoxnk%2Fmarvin.monotomic.de%2Fcontao%2Ffiles%2Fthemes%2Fcontao-marvin%2Fscss%2Fcontent_element%2Fcontent-text.scss%22%2C%22home%2Fmonjoxnk%2Fmarvin.monotomic.de%2Fcontao%2Ffiles%2Fthemes%2Fcontao-marvin%2Fscss%2Fcontent_element%2Fcontent-headline.scss%22%2C%22home%2Fmonjoxnk%2Fmarvin.monotomic.de%2Fcontao%2Ffiles%2Fthemes%2Fcontao-marvin%2Fscss%2Fcontent_element%2Fcontent-list.scss%22%2C%22home%2Fmonjoxnk%2Fmarvin.monotomic.de%2Fcontao%2Ffiles%2Fthemes%2Fcontao-marvin%2Fscss%2Fcontent_element%2Fcontent-image.scss%22%2C%22home%2Fmonjoxnk%2Fmarvin.monotomic.de%2Fcontao%2Ffiles%2Fthemes%2Fcontao-marvin%2Fscss%2Fcontent_element%2Fcontent-gallery.scss%22%2C%22home%2Fmonjoxnk%2Fmarvin.monotomic.de%2Fcontao%2Ffiles%2Fthemes%2Fcontao-marvin%2Fscss%2Fcontent_element%2Fcontent-download.scss%22%2C%22home%2Fmonjoxnk%2Fmarvin.monotomic.de%2Fcontao%2Ffiles%2Fthemes%2Fcontao-marvin%2Fscss%2Fcontent_element%2Fcontent-downloads.scss%22%2C%22home%2Fmonjoxnk%2Fmarvin.monotomic.de%2Fcontao%2Ffiles%2Fthemes%2Fcontao-marvin%2Fscss%2Fcontent_element%2Fcontent-accordion.scss%22%2C%22home%2Fmonjoxnk%2Fmarvin.monotomic.de%2Fcontao%2Ffiles%2Fthemes%2Fcontao-marvin%2Fscss%2Fcontent_element%2Fcontent-table.scss%22%2C%22home%2Fmonjoxnk%2Fmarvin.monotomic.de%2Fcontao%2Ffiles%2Fthemes%2Fcontao-marvin%2Fscss%2Fcontent_element%2Fcontent-description-list.scss%22%2C%22home%2Fmonjoxnk%2Fmarvin.monotomic.de%2Fcontao%2Ffiles%2Fthemes%2Fcontao-marvin%2Fscss%2Fcontent_element%2Fcontent-youtube.scss%22%2C%22home%2Fmonjoxnk%2Fmarvin.monotomic.de%2Fcontao%2Ffiles%2Fthemes%2Fcontao-marvin%2Fscss%2Fcontent_element%2Fce_form.scss%22%2C%22home%2Fmonjoxnk%2Fmarvin.monotomic.de%2Fcontao%2Ffiles%2Fthemes%2Fcontao-marvin%2Fscss%2Fcustom_element%2Fcustom-header.scss%22%2C%22home%2Fmonjoxnk%2Fmarvin.monotomic.de%2Fcontao%2Ffiles%2Fthemes%2Fcontao-marvin%2Fscss%2Fcustom_element%2Fcustom-cards.scss%22%2C%22home%2Fmonjoxnk%2Fmarvin.monotomic.de%2Fcontao%2Ffiles%2Fthemes%2Fcontao-marvin%2Fscss%2Fcustom_element%2Fcustom-cards-text.scss%22%2C%22home%2Fmonjoxnk%2Fmarvin.monotomic.de%2Fcontao%2Ffiles%2Fthemes%2Fcontao-marvin%2Fscss%2Fcustom_element%2Fcustom-banner.scss%22%2C%22home%2Fmonjoxnk%2Fmarvin.monotomic.de%2Fcontao%2Ffiles%2Fthemes%2Fcontao-marvin%2Fscss%2Fcustom_element%2Fcustom-form-image.scss%22%2C%22home%2Fmonjoxnk%2Fmarvin.monotomic.de%2Fcontao%2Ffiles%2Fthemes%2Fcontao-marvin%2Fscss%2Fcustom_element%2Frsce_elementinfo.scss%22%2C%22home%2Fmonjoxnk%2Fmarvin.monotomic.de%2Fcontao%2Ffiles%2Fthemes%2Fcontao-marvin%2Fscss%2Fcustom_element%2Frsce_icons_text.scss%22%2C%22home%2Fmonjoxnk%2Fmarvin.monotomic.de%2Fcontao%2Ffiles%2Fthemes%2Fcontao-marvin%2Fscss%2Fcustom_element%2Frsce_swiper_basic.scss%22%2C%22home%2Fmonjoxnk%2Fmarvin.monotomic.de%2Fcontao%2Ffiles%2Fthemes%2Fcontao-marvin%2Fscss%2Fcustom_element%2Fce_hofff_consent.scss%22%2C%22home%2Fmonjoxnk%2Fmarvin.monotomic.de%2Fcontao%2Ffiles%2Fthemes%2Fcontao-marvin%2Fscss%2Fcustom_element%2Fcustom-gridtest.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADVA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACsBA%3BAAAA%3BAAAA%3BADtBA%3BAAAA%3BAAAA%3BAC8BA%3BAAAA%3BAAAA%3BAD9BA%3BAAAA%3BAAAA%3BAAAA%3BACuCA%3BAAAA%3BAAAA%3BAAAA%3BADvCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACoDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADpDA%3BAAAA%3BAAAA%3BAAAA%3BAC%2BDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD%2FDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC2EA%3BAAAA%3BAAAA%3BAD3EA%3BAAAA%3BAAAA%3BAAAA%3BACoFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADpFA%3BAAAA%3BAAAA%3BAC8FA%3BAAAA%3BAAAA%3BAD9FA%3BAAAA%3BAAAA%3BAAAA%3BACwGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADxGA%3BAAAA%3BAAAA%3BACmHA%3BAAAA%3BAAAA%3BADnHA%3BAAAA%3BAAAA%3BAAAA%3BAC4HA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BADxIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACmJA%3BAAAA%3BAAAA%3BADnJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC%2BJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD%2FJA%3BAAAA%3BAAAA%3BAAAA%3BAC%2BKA%3BAAAA%3BAAAA%3BAAAA%3BAD%2FKA%3BAAAA%3BAAAA%3BAAAA%3BACyLA%3BAAAA%3BAAAA%3BAAAA%3BADzLA%3BAAAA%3BAAAA%3BACkMA%3BAAAA%3BAAAA%3BADlMA%3BAAAA%3BAAAA%3BAC6MA%3BAAAA%3BAAAA%3BAAAA%3BAD7MA%3BAAAA%3BAAAA%3BACyNA%3BAAAA%3BAAAA%3BADzNA%3BAAAA%3BAAAA%3BACoOA%3BAAAA%3BAAAA%3BADpOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC%2BOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD%2FOA%3BAAAA%3BAAAA%3BAC4PA%3BAAAA%3BAAAA%3BAD5PA%3BAAAA%3BAAAA%3BACoQA%3BAAAA%3BAAAA%3BADpQA%3BAAAA%3BAAAA%3BAAAA%3BAC6QA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD7QA%3BAAAA%3BAAAA%3BACuRA%3BAAAA%3BAAAA%3BADvRA%3BAAAA%3BAAAA%3BAAAA%3BACiSA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADjSA%3BAAAA%3BAAAA%3BAC0SA%3BAAAA%3BAAAA%3BAD1SA%3BAAAA%3BAAAA%3BAAAA%3BACmTA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADnTA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC%2BTA%3BAAAA%3BAAAA%3BAD%2FTA%3BAAAA%3BAAAA%3BACuUA%3BAAAA%3BAAAA%3BADvUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACkVA%3BAAAA%3BAAAA%3BADlVA%3BAAAA%3BAAAA%3BAC0VA%3BAAAA%3BAAAA%3BAD1VA%3BAAAA%3BAAAA%3BAEIA%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%3BACAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACoJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADrJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAKA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAEpIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACDJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAPJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQyDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA5BE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgCF%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAlDE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAyDF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAjEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkEF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA1EE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA2EF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAnFE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAyFE%3BAAAA%3BAAAA%3BAAAA%3BAC9HJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD6BE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACZE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACZA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAyBA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACpFR%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BACbJ%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BACnBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACjBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAT6KA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAU%2FLJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAV4JE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUtKA%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%3BAAWD%3BAAAA%3BAAAA%3BAAKC%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%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAP1HJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOwHK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAPzIH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOmII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAaH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAVnCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUwBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAMG%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAP%2FNH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAO%2BNG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPvOH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOiPI%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAPnRH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOgRG%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAV%2FIG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAW5LH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAX4KG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAWtLA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARoBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQpBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARYF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQbE%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAQG%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARrBH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQoBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BARrCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQ%2BBG%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAXiGG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAW9GF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACjFF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAZ%2BKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAa%2FLJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAb%2BKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAa3LA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BACtBR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAd8KI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAcxLA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAuBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAdiJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAc1JQ%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAQR%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASQ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAClHhB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAf%2BKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgB%2FLJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhB%2BKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgBpLA%3BAAAA%3BAAAA%3BACXJ%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%3BAiB1LA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BACPJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlB2KI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkBrLJ%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUW%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAChDR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnB%2BKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmB3LA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BACzBR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BApB%2BKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoB3LA%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%3BArB0KI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqB9KI%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%3BAAAA%3BAlBbN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkB8BU%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAyBI%3BAAAA%3BAAAA%3BAC5FhB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtB%2BKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsB3LA%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%3BAvB%2BKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuBzLI%3BAAAA%3BAAAA%3BACNR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAxB%2BKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwBtLA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%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%3BACnER%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAzB%2BKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyB3LA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAWR%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACnER%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAmBhB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1BhCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0BiCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvB9MN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuBiNM%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAgCJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1BvIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0B6HI%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%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BACpYJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA3B%2BKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2B3LA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAYR%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAUR%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BACzHZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA5B%2BKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4B3LA%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%3BA7B%2BKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6BzLA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeR%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAUR%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BAC3HR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA9B%2BKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8BzLI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASR%3BAAEQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC3BR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcI%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAChCJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhC4KI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgCvLF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAQJ%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BACnEJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjC%2BKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiChLC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACKL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlCwII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkC5IA%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%3BAC%2FUZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnC%2BKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmCvLA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */