@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_
*/
:root {
  --color-primary: #d24;
}
/* Dark Mode */
/*$min-tablet-portrait-up "min-width: 600px";*/
/*$min-tablet-landscape-up "max-width: 900px";*/
/*$min-desktop-up "max-width: 1200px";*/
:root {
  --ce-vertical-spacing: calc( 100px * 0.5);
}
@media screen and (min-width: 56.250rem) {
  :root {
    --ce-vertical-spacing: 100px;
  }
}
/*! 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 {
  width: 100%;
  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;
  max-width: 100%;
  overflow-x: clip;
}
*, *: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;
}
/* inter-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  src: url("../../files/themes/salonvogel/fonts/inter-v18-latin-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-300italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: italic;
  font-weight: 300;
  src: url("../../files/themes/salonvogel/fonts/inter-v18-latin-300italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("../../files/themes/salonvogel/fonts/inter-v18-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: italic;
  font-weight: 400;
  src: url("../../files/themes/salonvogel/fonts/inter-v18-latin-italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("../../files/themes/salonvogel/fonts/inter-v18-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-700italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: italic;
  font-weight: 700;
  src: url("../../files/themes/salonvogel/fonts/inter-v18-latin-700italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap;
  font-family: "Futura";
  font-style: normal;
  font-weight: 700;
  src: url("../../files/themes/salonvogel/fonts/FuturaStd-Book.otf") format("opentype");
}
@font-face {
  font-display: swap;
  font-family: "Futura";
  font-style: normal;
  font-weight: 400;
  src: url("../../files/themes/salonvogel/fonts/FuturaStd-Medium.otf") format("opentype");
}
@font-face {
  font-display: swap;
  font-family: "Futura";
  font-style: normal;
  font-weight: 300;
  src: url("../../files/themes/salonvogel/fonts/FuturaStd-Light.otf") format("opentype");
}
body {
  font-family: "Futura", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  font-size: calc(0.875rem + 0.3125vw);
  font-smooth: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 37.5rem) {
  body {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 120rem) {
  body {
    font-size: 1.25rem;
  }
}
h1, h2, h3, h4, h5, h6, .headline {
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.3;
}
h1 {
  font-size: 2rem;
  font-size: calc(1.5625rem + 1.8229166667vw);
  line-height: 1.3;
}
@media screen and (max-width: 37.5rem) {
  h1 {
    font-size: 1.5625rem;
  }
}
@media screen and (min-width: 120rem) {
  h1 {
    font-size: 3.75rem;
  }
}
h2 {
  font-size: 1.75rem;
  font-size: calc(1.5625rem + 1.1979166667vw);
  line-height: 1.3;
}
@media screen and (max-width: 37.5rem) {
  h2 {
    font-size: 1.5625rem;
  }
}
@media screen and (min-width: 120rem) {
  h2 {
    font-size: 3rem;
  }
}
h3 {
  font-size: 1.5rem;
  font-size: calc(1.25rem + 0.2083333333vw);
  line-height: 1.6;
}
@media screen and (max-width: 37.5rem) {
  h3 {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 120rem) {
  h3 {
    font-size: 1.5rem;
  }
}
h4 {
  font-size: 1.25rem;
  font-size: calc(1.125rem + 0.5208333333vw);
  line-height: 1.6;
}
@media screen and (max-width: 37.5rem) {
  h4 {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 120rem) {
  h4 {
    font-size: 1.75rem;
  }
}
.rte p, .rte ul, .rte ol, .widget-explanation p, .widget-explanation ul, .widget-explanation ol, [class^="ce_hofff_consent"] p, [class^="ce_hofff_consent"] ul, [class^="ce_hofff_consent"] ol {
  line-height: 2;
}
.rte *:not(.headline-container) + *, .widget-explanation *:not(.headline-container) + *, [class^="ce_hofff_consent"] *:not(.headline-container) + * {
  margin-top: 1rem;
}
* {
  padding: 0;
  margin: 0;
}
:root {
  --mask_icon-download: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 14 15'%3E%3Cpath stroke='%23fff' stroke-width='2' d='M0 14h14M7 0v9M2 4l5 5 5-5'/%3E%3C/svg%3E");
  --mask_icon-facebook: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 48 48'%3E%3Cpath fill='%23393939' d='M10.429 5A5.434 5.434 0 0 0 5 10.429V37.57A5.434 5.434 0 0 0 10.429 43h8.329V30.633H14.28V24h4.478v-2.858c0-7.388 3.342-10.815 10.603-10.815 1.374 0 3.749.271 4.724.543v6.005c-.509-.05-1.4-.085-2.51-.085-3.563 0-4.937 1.349-4.937 4.852V24h7.091l-1.221 6.633h-5.879V43h10.942A5.434 5.434 0 0 0 43 37.571V10.43A5.434 5.434 0 0 0 37.571 5H10.43Z'/%3E%3C/svg%3E");
  --mask_icon-instagram: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 48 48'%3E%3Cpath fill='%23393939' d='M24.004 14.257A9.726 9.726 0 0 0 14.264 24a9.726 9.726 0 0 0 9.74 9.743c5.392 0 9.74-4.35 9.74-9.743a9.726 9.726 0 0 0-9.74-9.743Zm0 16.077c-3.484 0-6.332-2.84-6.332-6.334a6.34 6.34 0 0 1 6.332-6.334A6.34 6.34 0 0 1 30.337 24c0 3.494-2.849 6.334-6.333 6.334Zm12.411-16.475a2.267 2.267 0 0 1-2.272 2.272 2.272 2.272 0 1 1 2.272-2.272Zm6.452 2.306c-.145-3.044-.84-5.74-3.07-7.962-2.22-2.222-4.916-2.917-7.96-3.07-3.136-.178-12.538-.178-15.674 0-3.035.145-5.731.84-7.96 3.062-2.23 2.221-2.917 4.918-3.07 7.962-.178 3.137-.178 12.54 0 15.678.145 3.044.84 5.74 3.07 7.962 2.229 2.222 4.916 2.917 7.96 3.07 3.136.178 12.538.178 15.674 0 3.044-.145 5.74-.84 7.96-3.07 2.222-2.222 2.917-4.918 3.07-7.962.178-3.137.178-12.533 0-15.67Zm-4.053 19.036a6.412 6.412 0 0 1-3.611 3.612c-2.5.992-8.435.764-11.199.764-2.763 0-8.706.22-11.198-.764a6.412 6.412 0 0 1-3.612-3.612C8.202 32.7 8.431 26.764 8.431 24c0-2.764-.22-8.708.763-11.201a6.412 6.412 0 0 1 3.612-3.612c2.5-.992 8.435-.763 11.198-.763 2.764 0 8.707-.22 11.199.763a6.412 6.412 0 0 1 3.611 3.612c.992 2.501.763 8.437.763 11.201 0 2.764.23 8.708-.763 11.201Z'/%3E%3C/svg%3E");
  --mask_icon-mail: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 48 48'%3E%3Cpath fill='%23393939' d='M8.25 12.75c-.722 0-1.313.563-1.313 1.25v1.727l14.15 11.062a4.767 4.767 0 0 0 5.833 0l14.142-11.062V14c0-.688-.59-1.25-1.312-1.25H8.25Zm-1.313 7.828V34c0 .688.591 1.25 1.313 1.25h31.5c.722 0 1.313-.563 1.313-1.25V20.578l-11.649 9.11c-3.15 2.46-7.686 2.46-10.828 0l-11.648-9.11ZM3 14c0-2.758 2.354-5 5.25-5h31.5C42.646 9 45 11.242 45 14v20c0 2.758-2.354 5-5.25 5H8.25C5.354 39 3 36.758 3 34V14Z'/%3E%3C/svg%3E");
  --mask_icon-phone: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 48 48'%3E%3Cpath fill='%23393939' d='M17.95 8.635a2.648 2.648 0 0 0-3.148-1.54L8.96 8.687A2.664 2.664 0 0 0 7 11.251C7 27.68 20.32 41 36.749 41a2.664 2.664 0 0 0 2.563-1.959l1.594-5.843a2.648 2.648 0 0 0-1.541-3.148l-6.375-2.656a2.648 2.648 0 0 0-3.074.77l-2.683 3.274a22.442 22.442 0 0 1-10.67-10.671l3.273-2.676a2.65 2.65 0 0 0 .77-3.075L17.95 8.642v-.007Z'/%3E%3C/svg%3E");
  --mask_icon-whatsapp: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 48 48'%3E%3Cpath fill='%23393939' d='M37.309 10.522A18.689 18.689 0 0 0 23.992 5c-10.383 0-18.83 8.448-18.83 18.83 0 3.317.864 6.557 2.51 9.416L5 43l9.983-2.621a18.772 18.772 0 0 0 9 2.29h.008C34.365 42.67 43 34.221 43 23.84c0-5.03-2.138-9.755-5.691-13.317ZM23.992 39.497c-2.817 0-5.573-.755-7.974-2.18l-.568-.34-5.92 1.553 1.577-5.776-.373-.594a15.6 15.6 0 0 1-2.392-8.33c0-8.626 7.023-15.65 15.658-15.65 4.182 0 8.109 1.63 11.06 4.59 2.953 2.96 4.768 6.887 4.76 11.069 0 8.635-7.202 15.658-15.829 15.658Zm8.583-11.722c-.466-.238-2.782-1.375-3.214-1.527-.433-.161-.747-.238-1.06.237-.314.475-1.213 1.527-1.493 1.85-.272.313-.552.356-1.018.118-2.765-1.383-4.58-2.468-6.404-5.598-.484-.831.483-.772 1.382-2.57.153-.314.077-.585-.042-.823-.119-.237-1.06-2.553-1.45-3.495-.382-.916-.772-.788-1.06-.805-.272-.017-.586-.017-.9-.017-.314 0-.823.118-1.255.585-.433.475-1.646 1.611-1.646 3.927s1.688 4.555 1.917 4.869c.238.314 3.317 5.064 8.041 7.108 2.986 1.29 4.156 1.4 5.65 1.179.907-.136 2.781-1.137 3.172-2.24.39-1.102.39-2.044.271-2.239-.11-.212-.424-.33-.89-.56Z'/%3E%3C/svg%3E");
  --mask_icon-accordeon-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");
  --mask_icon-accordeon-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");
  --mask_icon-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");
  --mask_icon-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");
  --mask_icon-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");
  --mask_icon-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");
  --mask_icon-arrow-left: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 31 57"><path stroke="%23fff" stroke-width="2" d="m29.734 55.952-27.44-27.43 27.44-27.43"/></svg>');
  --mask_icon-dotted-line: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 98 3'%3E%3Cpath stroke='%23113A81' stroke-dasharray='0.01 9' stroke-linecap='round' stroke-width='3' d='M1.5 1.5h95'/%3E%3C/svg%3E");
  --mask_icon-close: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 29 30"><path stroke="%23fff" d="m.354.354 28 28M28.354 1.061l-28 28"/></svg>');
}
#header {
  position: absolute;
  isolation: isolate;
  z-index: 10;
  width: 100%;
  background: #000000;
}
#header.fixed-fullscreen {
  position: fixed;
  inset: 0;
}
#header > .inside {
  padding-top: var(--ce-vertical-spacing);
  margin-right: 4vw;
  margin-left: 4vw;
  padding-top: 15px;
  padding-bottom: 12px;
  color: #FFFFFF;
  font-weight: 300;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}
@media screen and (min-width: 56.250rem) {
  #header > .inside {
    margin-right: 3.3854166667vw;
    margin-left: 3.3854166667vw;
  }
}
@media screen and (min-width: 75.000rem) {
  #header > .inside {
    margin-right: 6.7708333333vw;
    margin-left: 6.7708333333vw;
  }
}
@media screen and (min-width: 120rem) {
  #header > .inside {
    margin-right: auto;
    margin-left: auto;
    max-width: 1660px;
  }
}
#header > .inside:has(.middle-container) .left-container {
  flex: 1 1 0px;
}
#header > .inside:has(.middle-container) .right-container {
  flex: 1 1 0px;
}
#header > .inside .right-container {
  display: flex;
  justify-content: end;
  font-size: 0.9375rem;
}
#header > .inside .middle-container {
  flex: 1 1 0px;
  display: flex;
  justify-content: center;
  position: relative;
}
#header > .inside .middle-container:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
  height: 120px;
  width: 120px;
  top: -35px;
  border-radius: 100px;
  aspect-ratio: 1;
  background: #000000;
}
#header > .inside .middle-container .signet svg {
  width: 30px;
}
#header > .inside .left-container {
  display: flex;
  justify-content: start;
  align-items: flex;
  gap: 20px;
}
#header > .inside .left-container .menu-button-container .mainMenuMobileButton, #header > .inside .left-container .menu-button-container .search-btn {
  font-size: 0.8125rem;
  background-color: transparent;
  border: none;
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  gap: 10px;
  color: #FFFFFF;
  position: relative;
}
#header > .inside .left-container .menu-button-container .mainMenuMobileButton:hover, #header > .inside .left-container .menu-button-container .search-btn:hover {
  color: #FFFFFF;
  text-decoration: underline;
  cursor: pointer;
}
#header > .inside .left-container .menu-button-container .mainMenuMobileButton::after, #header > .inside .left-container .menu-button-container .search-btn::after {
  content: "";
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
  min-height: 100%;
  background-color: currentColor;
  mask-image: var(--mask_icon-menu-open);
  -webkit-mask-image: var(--mask_icon-menu-open);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-size: 100% 100%;
}
@media screen and (max-width: 37.500rem) {
  #header > .inside .left-container .menu-button-container .mainMenuMobileButton > .hamburger-label, #header > .inside .left-container .menu-button-container .search-btn > .hamburger-label {
    display: none;
  }
}
#header > .inside .offcanvas-overlay {
  --background-color: white;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100dvh;
  background: white;
  top: 0;
  left: 0;
  transition: transform 0.33s ease-in;
  transform: translateY(-100%);
  z-index: -1;
}
#header > .inside .offcanvas-overlay.is-opened {
  transform: translateY(0%);
  transition: transform 0.33s ease-in;
}
#header > .inside .offcanvas-overlay.is-opened > .inside > * {
  opacity: 1;
  transition: opacity 0.33s ease-in;
}
#header > .inside .offcanvas-overlay > .inside {
  padding-top: var(--ce-vertical-spacing);
  margin-right: 4vw;
  margin-left: 4vw;
  width: 100%;
  max-width: 100vw;
  padding-block: 0 !important;
  display: grid;
  grid-template-columns: 1fr 2px 3fr;
  gap: 20px;
}
@media screen and (min-width: 56.250rem) {
  #header > .inside .offcanvas-overlay > .inside {
    margin-right: 3.3854166667vw;
    margin-left: 3.3854166667vw;
  }
}
@media screen and (min-width: 75.000rem) {
  #header > .inside .offcanvas-overlay > .inside {
    margin-right: 6.7708333333vw;
    margin-left: 6.7708333333vw;
  }
}
@media screen and (min-width: 120rem) {
  #header > .inside .offcanvas-overlay > .inside {
    margin-right: auto;
    margin-left: auto;
    max-width: 1660px;
  }
}
@media screen and (max-width: 56.250rem) {
  #header > .inside .offcanvas-overlay > .inside {
    grid-template-columns: 1fr;
  }
}
#header > .inside .offcanvas-overlay > .inside > * {
  margin-bottom: 20px;
  opacity: 0;
  transition: opacity 0.33s ease-in 0.33s;
}
#header > .inside .offcanvas-overlay > .inside .link-wrapper .mm-wrapper {
  height: 100%;
}
#header > .inside .offcanvas-overlay > .inside .link-wrapper .mm-wrapper .mm-menu {
  --mm-listitem-size: 56px;
  --mm-color-border: transparent;
  --mm-color-background: var(--background-color);
  display: flex;
}
#header > .inside .offcanvas-overlay > .inside .link-wrapper .mm-wrapper .mm-menu .mm-listitem__text {
  padding-left: 0;
}
#header > .inside .offcanvas-overlay > .inside .link-wrapper .mm-wrapper .mm-menu .mm-listitem.active a {
  font-weight: 700;
}
#header > .inside .offcanvas-overlay > .inside .link-wrapper .mm-wrapper .mm-menu .mm-listitem::after {
  inset-inline-start: 0px;
}
#header > .inside .offcanvas-overlay > .inside .divider {
  grid-column: 2;
  background: #FAFAFA;
}
#header > .inside .offcanvas-overlay > .inside .cards-wrapper {
  min-width: 0;
  margin-top: calc((var(--mm-listitem-size) - var(--mm-lineheight)) / 2 +
              (var(--mm-listitem-size)));
  margin-left: 20px;
}
#footer {
  background-color: #FAFAFA;
}
#footer > .inside {
  padding-top: var(--ce-vertical-spacing);
  margin-right: 4vw;
  margin-left: 4vw;
  padding-top: calc(clamp(50px, 32px + 0.03 * 100vw, 80px));
  padding-bottom: calc(clamp(20px, 8px + 0.02 * 100vw, 40px));
  display: grid;
  gap: 20px;
}
@media screen and (min-width: 56.250rem) {
  #footer > .inside {
    margin-right: 3.3854166667vw;
    margin-left: 3.3854166667vw;
  }
}
@media screen and (min-width: 75.000rem) {
  #footer > .inside {
    margin-right: 6.7708333333vw;
    margin-left: 6.7708333333vw;
  }
}
@media screen and (min-width: 120rem) {
  #footer > .inside {
    margin-right: auto;
    margin-left: auto;
    max-width: 1660px;
  }
}
#footer > .inside .footer-main {
  display: grid;
  gap: 20px;
}
#footer > .inside .footer-main .container-left {
  display: flex;
  justify-content: center;
}
#footer > .inside .footer-main .container-left svg {
  width: calc(clamp(100px, 40px + 0.1 * 100vw, 200px));
}
#footer > .inside .footer-main .container-right {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
#footer > .inside .footer-main .container-right .footer_accordeon.handorgel {
  width: 100%;
}
#footer > .inside .footer-main .container-right .footer_accordeon.handorgel .handorgel__header .handorgel__header__button {
  background: transparent;
  border: none;
  padding: 0;
}
@media screen and (max-width: 56.250rem) {
  #footer > .inside .footer-main .container-right .footer_accordeon.handorgel .handorgel__header .handorgel__header__button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
  }
  #footer > .inside .footer-main .container-right .footer_accordeon.handorgel .handorgel__header .handorgel__header__button::after {
    content: "";
    display: inline-block;
    width: 0.9em;
    height: 0.9em;
    min-height: 100%;
    background-color: #000000;
    mask-image: var(--mask_icon-accordeon-open);
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-size: 100% 100%;
  }
  #footer > .inside .footer-main .container-right .footer_accordeon.handorgel .handorgel__header.handorgel__header--opened .handorgel__header__button::after {
    mask-image: var(--mask_icon-accordeon-close);
  }
}
#footer > .inside .footer-main .container-right .footer_accordeon.handorgel .handorgel__content {
  background: transparent;
  border: none;
}
#footer > .inside .footer-main .container-right .footer_accordeon.handorgel .handorgel__content .handorgel__content__inner {
  padding-left: 0;
}
#footer > .inside .footer-bottom nav ul {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
@media screen and (min-width: 56.250rem) {
  #footer > .inside .footer-main {
    display: grid;
    grid-template-columns: 33fr 66fr;
  }
  #footer > .inside .footer-main .container-left {
    justify-content: start;
  }
  #footer > .inside .footer-main .container-right .footer_accordeon.handorgel {
    width: auto;
  }
  #footer > .inside .footer-main .container-right .footer_accordeon.handorgel .handorgel__header .handorgel__header__button {
    pointer-events: none;
  }
  #footer > .inside .footer-main .container-right .footer_accordeon.handorgel .handorgel__content {
    height: auto !important;
    display: block;
  }
  #footer > .inside .footer-main .container-right .footer_accordeon.handorgel .handorgel__content .handorgel__content__inner {
    opacity: 1;
    height: auto;
  }
}
a.button, a.btn, span.button, p.btn a {
  display: inline-block;
  width: max-content;
  color: #FFFFFF;
  text-decoration: none;
  padding: 10px 40px;
  background-color: #000000;
  border: 1px solid #000000;
  text-transform: uppercase;
  font-weight: 300;
  font-size: calc(0.6875rem + 0.0520833333vw);
  transition: 0.3s;
}
@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: #000000;
  background-color: #FFFFFF;
}
a.button-outline, a.btn-outline, span.button-outline, p.btn-outline a {
  display: inline-block;
  width: max-content;
  color: #FFFFFF;
  text-decoration: none;
  padding: 10px 40px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: calc(0.6875rem + 0.0520833333vw);
  transition: 0.3s;
  border: 1px solid #FFF;
  background: rgba(0, 0, 0, 0.02);
  backdrop-filter: blur(2px);
}
@media screen and (max-width: 37.5rem) {
  a.button-outline, a.btn-outline, span.button-outline, p.btn-outline a {
    font-size: 0.6875rem;
  }
}
@media screen and (min-width: 120rem) {
  a.button-outline, a.btn-outline, span.button-outline, p.btn-outline a {
    font-size: 0.75rem;
  }
}
a.button-outline:hover, a.btn-outline:hover, span.button-outline:hover, p.btn-outline a:hover {
  cursor: pointer;
  color: #000000;
  background-color: #FFFFFF;
  border: 1px solid #000000;
}
#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: #000000;
  display: block;
  outline: none;
  width: 100%;
  font-size: 1rem;
  padding: 10px 20px;
  border: 1px solid #393939;
  background-color: #FAFAFA;
  /* 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: #FAFAFA;
}
#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: #000000;
}
#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: #000000;
  height: 10px;
  width: 10px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
#colorbox {
  overflow: visible;
}
#colorbox #cboxWrapper {
  overflow: visible;
}
#colorbox #cboxWrapper #cboxContent {
  margin-top: 40px;
  margin-bottom: 40px;
}
#colorbox #cboxWrapper #cboxContent #cboxLoadedContent {
  border: unset;
  background: #000000;
}
#colorbox #cboxWrapper #cboxCurrent {
  left: 0;
  top: -30px;
  text-transform: uppercase;
  font-size: 0.875rem;
}
#colorbox #cboxWrapper #cboxTitle:not(:has(.hidden)) {
  position: relative;
  bottom: -10px;
  top: unset;
  left: 50px;
}
#colorbox #cboxWrapper #cboxTitle:not(:has(.hidden)):before {
  content: "";
  position: absolute;
  bottom: 0;
  height: calc(clamp(40px, 28px + 0.02 * 100vw, 60px));
  left: -20px;
  width: 1px;
  background: #FFFFFF;
}
#colorbox #cboxWrapper #cboxClose {
  background: var(--mask_icon-close);
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  right: 0;
  top: -40px;
}
#colorbox #cboxWrapper #cboxPrevious {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000000;
  left: calc(calc(clamp(15px, 9px + 0.01 * 100vw, 25px)) * -1);
  border-radius: 100px;
  width: calc(clamp(40px, 34px + 0.01 * 100vw, 50px));
  height: calc(clamp(40px, 34px + 0.01 * 100vw, 50px));
}
#colorbox #cboxWrapper #cboxPrevious .cbox-prev {
  height: 15px;
  width: 8px;
}
#colorbox #cboxWrapper #cboxNext {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000000;
  border-radius: 100px;
  right: calc(calc(clamp(15px, 9px + 0.01 * 100vw, 25px)) * -1);
  width: calc(clamp(40px, 34px + 0.01 * 100vw, 50px));
  height: calc(clamp(40px, 34px + 0.01 * 100vw, 50px));
}
#colorbox #cboxWrapper #cboxNext .cbox-next {
  transform: rotate(180deg);
  height: 15px;
  width: 8px;
}
.mod_article {
  padding-bottom: var(--ce-vertical-spacing);
}
.mod_article.article-with-styling {
  background-color: #f6b7ff;
}
.fullwidth + .fullwidth {
  --ce-vertical-spacing: 0;
}
.mod_article:has(:last-child:is(.fullwidth)) + .mod_article:has(:first-child:is(.fullwidth)) {
  padding-top: 0;
}
.mod_article:has(:last-child:is(.fullwidth)) {
  padding-bottom: 0;
}
.mod_article:has(:last-child:is(.fullwidth)) + .mod_article {
  padding-top: var(--ce-vertical-spacing);
}
.mod_article.no-bg-clr + .mod_article.no-bg-clr > *:first-child, .mod_article.has-bg-clr + .mod_article.has-bg-clr > *:first-child, .mod_article:has(:last-child:is(.fullwidth)) + .mod_article > *:first-child {
  padding-top: 0;
}
.mod_newslist {
  padding-top: var(--ce-vertical-spacing);
  margin-right: 4vw;
  margin-left: 4vw;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
@media screen and (min-width: 56.250rem) {
  .mod_newslist {
    margin-right: 3.3854166667vw;
    margin-left: 3.3854166667vw;
  }
}
@media screen and (min-width: 75.000rem) {
  .mod_newslist {
    margin-right: 6.7708333333vw;
    margin-left: 6.7708333333vw;
  }
}
@media screen and (min-width: 120rem) {
  .mod_newslist {
    margin-right: auto;
    margin-left: auto;
    max-width: 1660px;
  }
}
.mod_newslist .layout_latest a.news_link {
  text-decoration: none;
}
.mod_newslist .layout_latest a.news_link:hover {
  text-decoration: underline;
}
.mod_newslist .layout_latest .image_container {
  margin-bottom: 20px;
}
.mod_newslist .layout_latest h3, .mod_newslist .layout_latest .teaser {
  color: #000000;
}
@media screen and (min-width: 75.000rem) {
  .mod_newslist {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
.mod_newsreader .layout_full .news_header {
  padding-top: var(--ce-vertical-spacing);
  margin-right: 4vw;
  margin-left: 4vw;
  padding-bottom: 0 !important;
}
@media screen and (min-width: 56.250rem) {
  .mod_newsreader .layout_full .news_header {
    margin-right: 3.3854166667vw;
    margin-left: 3.3854166667vw;
  }
}
@media screen and (min-width: 75.000rem) {
  .mod_newsreader .layout_full .news_header {
    margin-right: 6.7708333333vw;
    margin-left: 6.7708333333vw;
  }
}
@media screen and (min-width: 120rem) {
  .mod_newsreader .layout_full .news_header {
    margin-right: auto;
    margin-left: auto;
    max-width: 1660px;
  }
}
.mod_newsreader p.back {
  padding-top: var(--ce-vertical-spacing);
  margin-right: 4vw;
  margin-left: 4vw;
}
@media screen and (min-width: 56.250rem) {
  .mod_newsreader p.back {
    margin-right: 3.3854166667vw;
    margin-left: 3.3854166667vw;
  }
}
@media screen and (min-width: 75.000rem) {
  .mod_newsreader p.back {
    margin-right: 6.7708333333vw;
    margin-left: 6.7708333333vw;
  }
}
@media screen and (min-width: 120rem) {
  .mod_newsreader p.back {
    margin-right: auto;
    margin-left: auto;
    max-width: 1660px;
  }
}
.mod_recommendationlist {
  padding-top: var(--ce-vertical-spacing);
  margin-right: 4vw;
  margin-left: 4vw;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
@media screen and (min-width: 56.250rem) {
  .mod_recommendationlist {
    margin-right: 3.3854166667vw;
    margin-left: 3.3854166667vw;
  }
}
@media screen and (min-width: 75.000rem) {
  .mod_recommendationlist {
    margin-right: 6.7708333333vw;
    margin-left: 6.7708333333vw;
  }
}
@media screen and (min-width: 120rem) {
  .mod_recommendationlist {
    margin-right: auto;
    margin-left: auto;
    max-width: 1660px;
  }
}
.mod_recommendationlist .layout_default, .mod_recommendationlist .layout_latest {
  padding: 20px;
  border-radius: 20px;
  background-color: #FAFAFA;
}
.mod_recommendationlist .layout_default .image_container, .mod_recommendationlist .layout_latest .image_container {
  margin-bottom: 10px;
}
.mod_recommendationlist .layout_default .image_container img, .mod_recommendationlist .layout_latest .image_container img {
  max-width: 50px;
}
.mod_recommendationlist .layout_default .layout_container .info, .mod_recommendationlist .layout_latest .layout_container .info {
  text-align: center;
  margin-bottom: 10px;
}
.mod_recommendationlist .layout_default .layout_container .info .author, .mod_recommendationlist .layout_latest .layout_container .info .author {
  font-weight: bold;
}
.mod_recommendationlist .layout_default .layout_container .info .rating, .mod_recommendationlist .layout_latest .layout_container .info .rating {
  display: inline-block;
}
.mod_recommendationlist .layout_default .layout_container .info .date, .mod_recommendationlist .layout_latest .layout_container .info .date {
  display: block;
  color: #393939;
  font-size: 0.875rem;
}
.mod_recommendationlist .layout_default .layout_container .text, .mod_recommendationlist .layout_latest .layout_container .text {
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: center;
}
.mod_recommendationlist .layout_default .layout_container p.more, .mod_recommendationlist .layout_latest .layout_container p.more {
  display: none;
}
@media screen and (min-width: 56.250rem) {
  .mod_recommendationlist {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 75.000rem) {
  .mod_recommendationlist {
    grid-template-columns: repeat(4, 1fr);
  }
}
.content-hyperlink {
  padding-top: var(--ce-vertical-spacing);
  margin-right: 4vw;
  margin-left: 4vw;
}
@media screen and (min-width: 56.250rem) {
  .content-hyperlink {
    margin-right: 3.3854166667vw;
    margin-left: 3.3854166667vw;
  }
}
@media screen and (min-width: 75.000rem) {
  .content-hyperlink {
    margin-right: 6.7708333333vw;
    margin-left: 6.7708333333vw;
  }
}
@media screen and (min-width: 120rem) {
  .content-hyperlink {
    margin-right: auto;
    margin-left: auto;
    max-width: 1660px;
  }
}
.content-text {
  padding-top: var(--ce-vertical-spacing);
  margin-right: 4vw;
  margin-left: 4vw;
}
@media screen and (min-width: 56.250rem) {
  .content-text {
    margin-right: 7.03125vw;
    margin-left: 7.03125vw;
  }
}
@media screen and (min-width: 75.000rem) {
  .content-text {
    margin-right: 14.0625vw;
    margin-left: 14.0625vw;
  }
}
@media screen and (min-width: 120rem) {
  .content-text {
    margin-right: auto;
    margin-left: auto;
    max-width: 1380px;
  }
}
.content-text > .inside {
  display: grid;
  gap: 40px;
}
.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;
}
@media only screen and (min-width: 56.250rem) {
  .content-text.media--right > .inside, .content-text.media--left > .inside {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: calc(clamp(40px, -83.5294117647px + 0.137254902 * 100vw, 180px));
  }
  .content-text.media--right > .inside figure, .content-text.media--left > .inside figure {
    grid-row: 1;
    grid-column: 1;
  }
  .content-text.media--right > .inside .rte, .content-text.media--left > .inside .rte {
    grid-row: 1;
    grid-column: 2;
  }
  .content-text.media--right > .inside .rte p, .content-text.media--left > .inside .rte p {
    margin-left: calc(clamp(40px, 4.7058823529px + 0.0392156863 * 100vw, 80px));
  }
  .content-text.media--right > .inside figure {
    grid-column: 2;
  }
  .content-text.media--right > .inside .rte {
    grid-column: 1;
  }
}
.less-padding-top + *:not(.content-element-group), .less-padding-top + .content-element-group > * {
  padding-top: calc(var(--ce-space-vertical) / 2) !important;
}
.content-headline {
  margin-top: 0;
}
.content-headline:not(h1, h2, h3, h4, h5, h6) {
  padding-top: var(--ce-vertical-spacing);
  margin-right: 4vw;
  margin-left: 4vw;
}
@media screen and (min-width: 56.250rem) {
  .content-headline:not(h1, h2, h3, h4, h5, h6) {
    margin-right: 3.3854166667vw;
    margin-left: 3.3854166667vw;
  }
}
@media screen and (min-width: 75.000rem) {
  .content-headline:not(h1, h2, h3, h4, h5, h6) {
    margin-right: 6.7708333333vw;
    margin-left: 6.7708333333vw;
  }
}
@media screen and (min-width: 120rem) {
  .content-headline:not(h1, h2, h3, h4, h5, h6) {
    margin-right: auto;
    margin-left: auto;
    max-width: 1660px;
  }
}
.content-headline-container, .headline-container {
  display: flex;
  flex-direction: column-reverse;
}
.content-headline-container .custom-subheadline, .headline-container .custom-subheadline {
  font-size: calc(0.75rem + 0.15625vw);
  text-transform: uppercase;
}
@media screen and (max-width: 37.5rem) {
  .content-headline-container .custom-subheadline, .headline-container .custom-subheadline {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 120rem) {
  .content-headline-container .custom-subheadline, .headline-container .custom-subheadline {
    font-size: 0.9375rem;
  }
}
.content-headline-container + *, .headline-container + * {
  padding-top: calc(var(--ce-vertical-spacing) * 0.5);
}
:where(.content-element-group) > .content-headline-container + *, :where(.content-element-group) > .headline-container + * {
  /* keep original ce-basics spacing */
  padding-top: var(--ce-vertical-spacing);
}
.content-text .headline-container + * {
  padding-top: calc(var(--ce-vertical-spacing) * 0.35);
}
.content-list {
  padding-top: var(--ce-vertical-spacing);
  margin-right: 4vw;
  margin-left: 4vw;
  max-width: 1380px;
}
@media screen and (min-width: 56.250rem) {
  .content-list {
    margin-right: 3.3854166667vw;
    margin-left: 3.3854166667vw;
  }
}
@media screen and (min-width: 75.000rem) {
  .content-list {
    margin-right: 6.7708333333vw;
    margin-left: 6.7708333333vw;
  }
}
@media screen and (min-width: 120rem) {
  .content-list {
    margin-right: auto;
    margin-left: auto;
    max-width: 1660px;
  }
}
.content-list ul, .content-list ol, .content-text ul, .content-text ol, .content_container ul, .content_container ol {
  list-style-position: inside;
}
.content-list ul, .content-text ul, .content_container ul {
  list-style: none;
  list-style-position: inside;
}
.content-list ul li, .content-text ul li, .content_container ul li {
  list-style-type: none;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.content-list ul li:last-of-type, .content-text ul li:last-of-type, .content_container ul li:last-of-type {
  margin-bottom: 0;
}
.content-list ul li:before, .content-text ul li:before, .content_container ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  height: 8px;
  width: 8px;
  background: #000000;
}
.content-list ul li::marker, .content-text ul li::marker, .content_container ul li::marker {
  height: 0;
  width: 0;
  visibility: hidden;
  content: "";
  display: none;
}
.content-list ol, .content-text ol, .content_container ol {
  list-style: none;
  counter-reset: item;
}
.content-list ol li, .content-text ol li, .content_container ol li {
  counter-increment: item;
  list-style-type: none;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.content-list ol li:last-of-type, .content-text ol li:last-of-type, .content_container ol li:last-of-type {
  margin-bottom: 0;
}
.content-list ol li:before, .content-text ol li:before, .content_container ol li:before {
  font-weight: 700;
  content: counter(item);
  text-align: center;
  display: inline-block;
  position: absolute;
  left: 0;
}
.content-image {
  padding-top: var(--ce-vertical-spacing);
  margin-right: 4vw;
  margin-left: 4vw;
  max-width: 1660px;
}
@media screen and (min-width: 56.250rem) {
  .content-image {
    margin-right: 3.3854166667vw;
    margin-left: 3.3854166667vw;
  }
}
@media screen and (min-width: 75.000rem) {
  .content-image {
    margin-right: 6.7708333333vw;
    margin-left: 6.7708333333vw;
  }
}
@media screen and (min-width: 120rem) {
  .content-image {
    margin-right: auto;
    margin-left: auto;
    max-width: 1660px;
  }
}
.content-image.content-regular {
  max-width: 1660px;
}
.content-image.content-medium {
  max-width: 1660px;
}
.content-gallery {
  padding-top: var(--ce-vertical-spacing);
  margin-right: 4vw;
  margin-left: 4vw;
}
@media screen and (min-width: 56.250rem) {
  .content-gallery {
    margin-right: 3.3854166667vw;
    margin-left: 3.3854166667vw;
  }
}
@media screen and (min-width: 75.000rem) {
  .content-gallery {
    margin-right: 6.7708333333vw;
    margin-left: 6.7708333333vw;
  }
}
@media screen and (min-width: 120rem) {
  .content-gallery {
    margin-right: auto;
    margin-left: auto;
    max-width: 1660px;
  }
}
.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: var(--ce-vertical-spacing);
  margin-right: 4vw;
  margin-left: 4vw;
}
@media screen and (min-width: 56.250rem) {
  .content-download {
    margin-right: 7.03125vw;
    margin-left: 7.03125vw;
  }
}
@media screen and (min-width: 75.000rem) {
  .content-download {
    margin-right: 14.0625vw;
    margin-left: 14.0625vw;
  }
}
@media screen and (min-width: 120rem) {
  .content-download {
    margin-right: auto;
    margin-left: auto;
    max-width: 1380px;
  }
}
.content-download a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 20px;
  background-color: #FAFAFA;
  position: relative;
}
.content-download a::after {
  content: "";
  display: inline-block;
  width: 0.9em;
  height: 0.9em;
  min-height: 100%;
  background-color: #000000;
  mask-image: var(--mask_icon-download);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-size: 100% 100%;
}
.content-download a:hover {
  background-color: var(--color-primary);
}
.content-downloads {
  padding-top: var(--ce-vertical-spacing);
  margin-right: 4vw;
  margin-left: 4vw;
}
@media screen and (min-width: 56.250rem) {
  .content-downloads {
    margin-right: 7.03125vw;
    margin-left: 7.03125vw;
  }
}
@media screen and (min-width: 75.000rem) {
  .content-downloads {
    margin-right: 14.0625vw;
    margin-left: 14.0625vw;
  }
}
@media screen and (min-width: 120rem) {
  .content-downloads {
    margin-right: auto;
    margin-left: auto;
    max-width: 1380px;
  }
}
.content-downloads ul {
  list-style-type: none;
}
.content-downloads ul li.download-element a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 20px;
  background-color: #FAFAFA;
  margin-bottom: 10px;
  position: relative;
}
.content-downloads ul li.download-element a::after {
  content: "";
  display: inline-block;
  width: 0.9em;
  height: 0.9em;
  min-height: 100%;
  background-color: #000000;
  mask-image: var(--mask_icon-download);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-size: 100% 100%;
}
.content-downloads ul li.download-element a:hover {
  background-color: var(--color-primary);
}
.content-accordion {
  padding-top: var(--ce-vertical-spacing);
  margin-right: 4vw;
  margin-left: 4vw;
  border-bottom: initial;
}
@media screen and (min-width: 56.250rem) {
  .content-accordion {
    margin-right: 3.3854166667vw;
    margin-left: 3.3854166667vw;
  }
}
@media screen and (min-width: 75.000rem) {
  .content-accordion {
    margin-right: 6.7708333333vw;
    margin-left: 6.7708333333vw;
  }
}
@media screen and (min-width: 120rem) {
  .content-accordion {
    margin-right: auto;
    margin-left: auto;
    max-width: 1660px;
  }
}
.content-accordion .handorgel__header .handorgel__header__button {
  font-size: 1rem;
  font-weight: bold;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.content-accordion .handorgel__header .handorgel__header__button::after {
  content: "";
  display: inline-block;
  width: 0.9em;
  height: 0.9em;
  min-height: 100%;
  background-color: #000000;
  mask-image: var(--mask_icon-accordeon-open);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-size: 100% 100%;
}
.content-accordion .handorgel__header .handorgel__header__button:hover {
  cursor: pointer;
}
.content-accordion .handorgel__header.handorgel__header--opened .handorgel__header__button::after {
  mask-image: var(--mask_icon-accordeon-close);
}
.content-accordion .handorgel__content .handorgel__content__inner {
  padding: 20px;
}
.content-accordion .handorgel__content .handorgel__content__inner .content-text {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 0;
}
.content-table {
  padding-top: var(--ce-vertical-spacing);
  margin-right: 4vw;
  margin-left: 4vw;
}
@media screen and (min-width: 56.250rem) {
  .content-table {
    margin-right: 3.3854166667vw;
    margin-left: 3.3854166667vw;
  }
}
@media screen and (min-width: 75.000rem) {
  .content-table {
    margin-right: 6.7708333333vw;
    margin-left: 6.7708333333vw;
  }
}
@media screen and (min-width: 120rem) {
  .content-table {
    margin-right: auto;
    margin-left: auto;
    max-width: 1660px;
  }
}
.content-table table {
  width: 100%;
  border-collapse: collapse;
}
.content-table thead th {
  padding: 1rem;
  padding-top: 0;
  border-top: 1rem solid #FAFAFA;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  background-color: #FAFAFA;
}
.content-table tbody th {
  padding: 1rem;
  padding-top: 0;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #FAFAFA;
  background-color: #FAFAFA;
}
.content-table td {
  padding: 1rem;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #FAFAFA;
}
.content-table th.col_last, .content-table td.col_last {
  border-right: 0;
}
.content-table caption {
  font-size: 0.875rem;
  text-align: left;
  padding: 10px;
  border-left: 10px solid #000000;
  margin-left: 0;
}
.content-description-list {
  padding-top: var(--ce-vertical-spacing);
  margin-right: 4vw;
  margin-left: 4vw;
}
@media screen and (min-width: 56.250rem) {
  .content-description-list {
    margin-right: 3.3854166667vw;
    margin-left: 3.3854166667vw;
  }
}
@media screen and (min-width: 75.000rem) {
  .content-description-list {
    margin-right: 6.7708333333vw;
    margin-left: 6.7708333333vw;
  }
}
@media screen and (min-width: 120rem) {
  .content-description-list {
    margin-right: auto;
    margin-left: auto;
    max-width: 1660px;
  }
}
.content-description-list dl dt {
  font-weight: bold;
}
:is(.ce_youtube, .content-youtube, .content-vimeo, .ce_vimeo) {
  padding-top: var(--ce-vertical-spacing);
  margin-right: 4vw;
  margin-left: 4vw;
}
@media screen and (min-width: 56.250rem) {
  :is(.ce_youtube, .content-youtube, .content-vimeo, .ce_vimeo) {
    margin-right: 3.3854166667vw;
    margin-left: 3.3854166667vw;
  }
}
@media screen and (min-width: 75.000rem) {
  :is(.ce_youtube, .content-youtube, .content-vimeo, .ce_vimeo) {
    margin-right: 6.7708333333vw;
    margin-left: 6.7708333333vw;
  }
}
@media screen and (min-width: 120rem) {
  :is(.ce_youtube, .content-youtube, .content-vimeo, .ce_vimeo) {
    margin-right: auto;
    margin-left: auto;
    max-width: 1660px;
  }
}
: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;
}
.mod_article > .ce_form {
  padding-top: var(--ce-vertical-spacing);
  margin-right: 4vw;
  margin-left: 4vw;
}
@media screen and (min-width: 56.250rem) {
  .mod_article > .ce_form {
    margin-right: 7.03125vw;
    margin-left: 7.03125vw;
  }
}
@media screen and (min-width: 75.000rem) {
  .mod_article > .ce_form {
    margin-right: 14.0625vw;
    margin-left: 14.0625vw;
  }
}
@media screen and (min-width: 120rem) {
  .mod_article > .ce_form {
    margin-right: auto;
    margin-left: auto;
    max-width: 1380px;
  }
}
.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;
}
.ce_form .widget legend {
  margin-bottom: 10px;
}
.ce_form .widget.error {
  display: grid;
  row-gap: 10px;
}
.ce_form .widget.error p.error {
  color: var(--color-primary);
  grid-row: 1;
  grid-column: 1/-1;
}
.ce_form .widget.error label.error, .ce_form .widget.error input.error {
  grid-row: 2;
}
.ce_form .widget-text:not(:has(input[type="date"])), .ce_form .widget-password, .ce_form .widget-textarea, .ce_form .widget-captcha {
  position: relative;
  height: fit-content;
}
.ce_form .widget-text:not(:has(input[type="date"])) label, .ce_form .widget-password label, .ce_form .widget-textarea label, .ce_form .widget-captcha label {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.8;
  margin-bottom: 0;
  transition: 0.3s;
}
.ce_form .widget-text:not(:has(input[type="date"])).focus label, .ce_form .widget-text:not(:has(input[type="date"])).filled label, .ce_form .widget-text:not(:has(input[type="date"])):has(input:placeholder-shown) label, .ce_form .widget-text:not(:has(input[type="date"])):has(textarea:placeholder-shown) label, .ce_form .widget-text:not(:has(input[type="date"])).error label, .ce_form .widget-text:not(:has(input[type="date"])):has(input[value]:not([value=""])) label, .ce_form .widget-password.focus label, .ce_form .widget-password.filled label, .ce_form .widget-password:has(input:placeholder-shown) label, .ce_form .widget-password:has(textarea:placeholder-shown) label, .ce_form .widget-password.error label, .ce_form .widget-password:has(input[value]:not([value=""])) label, .ce_form .widget-textarea.focus label, .ce_form .widget-textarea.filled label, .ce_form .widget-textarea:has(input:placeholder-shown) label, .ce_form .widget-textarea:has(textarea:placeholder-shown) label, .ce_form .widget-textarea.error label, .ce_form .widget-textarea:has(input[value]:not([value=""])) label, .ce_form .widget-captcha.focus label, .ce_form .widget-captcha.filled label, .ce_form .widget-captcha:has(input:placeholder-shown) label, .ce_form .widget-captcha:has(textarea:placeholder-shown) label, .ce_form .widget-captcha.error label, .ce_form .widget-captcha:has(input[value]:not([value=""])) label {
  top: 1px;
  transform: none;
  font-size: 0.5rem;
  opacity: 1;
  left: 20px;
}
.ce_form .widget-textarea label {
  top: 10px;
  transform: none;
}
.ce_form .widget-textarea .textarea {
  resize: none;
}
.ce_form .widget-text:has(input[type="date"]), .ce_form .widget-select {
  position: relative;
}
.ce_form .widget-text:has(input[type="date"]) label, .ce_form .widget-select label {
  margin-bottom: 0;
  position: absolute;
  top: 1px;
  left: 10px;
  font-size: 0.5rem;
}
.ce_form .widget-radio .radio_container {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.ce_form .widget-radio .radio_container span {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
.ce_form .widget-radio .radio_container fieldset {
  margin-left: 20px;
  margin-right: 20px;
}
.ce_form .widget-checkbox .checkbox_container {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.ce_form .widget-checkbox .checkbox_container > span {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
.ce_form .widget-checkbox .checkbox_container fieldset {
  margin-left: 40px;
  margin-right: 40px;
}
.ce_form .widget-checkbox.widget-icon-checkbox .checkbox_container.error {
  position: relative;
  margin-top: 40px;
}
.ce_form .widget-checkbox.widget-icon-checkbox .checkbox_container.error p.error {
  position: absolute;
  left: 0;
  top: -40px;
}
.ce_form .widget-checkbox.widget-icon-checkbox .checkbox_container.error:has(legend) {
  margin-top: 60px;
}
.ce_form .widget-checkbox.widget-icon-checkbox .checkbox_container.error:has(legend) p.error {
  top: -60px;
}
.ce_form .widget-upload label {
  margin-bottom: 10px;
}
.ce_form .widget-range label {
  margin-bottom: 10px;
}
.ce_form .widget-captcha .captcha_text {
  margin-top: 10px;
}
.ce_form .widget-captcha.error {
  display: grid;
  row-gap: 10px;
}
.ce_form .widget-captcha.error p.error {
  grid-row: 1;
  margin-top: 0;
}
.ce_form .widget-captcha.error .captcha_text.error {
  grid-row: 2;
  margin-top: 0;
}
.ce_form .widget-captcha.error label.error, .ce_form .widget-captcha.error input.captcha {
  grid-row: 3;
}
.ce_form .widget-icon-checkbox .checkbox_container, .ce_form .widget-icon-checkbox .radio_container {
  display: grid;
}
.ce_form .widget-icon-checkbox .checkbox_container > span, .ce_form .widget-icon-checkbox .radio_container > span {
  height: 100%;
  display: inherit;
}
.ce_form .widget-icon-checkbox .checkbox_container > span label, .ce_form .widget-icon-checkbox .radio_container > span label {
  border: 1px solid #000000;
  border-radius: 0;
}
.ce_form .widget-icon-checkbox .checkbox_container > span label > span, .ce_form .widget-icon-checkbox .radio_container > span label > span {
  text-align: center;
}
.ce_form .widget-pagebreak {
  margin-bottom: 0;
}
.ce_form .widget-pagebreak:not(:has(.progress)) {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  /* Zwei Spalten mit gleicher Breite */
  gap: 20px;
  /* Abstand zwischen den Buttons */
}
.ce_form .widget-pagebreak:has(.progress) .progress {
  width: 100%;
  margin-bottom: 20px;
}
.ce_form .widget-pagebreak:has(.progress) .progress .progress-bar {
  width: 100%;
  background: #FAFAFA;
}
.ce_form .widget-pagebreak:has(.progress) .progress .progress-bar .progress-bar-inner {
  height: 3px;
  background: var(--color-primary);
}
.ce_form .widget-pagebreak:has(.progress) .button-container {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 20px;
}
.ce_form .widget-pagebreak button[value="continue"] {
  grid-row: 1;
  grid-column: 2;
}
.ce_form .widget-pagebreak button[value="back"] {
  grid-row: 1;
  grid-column: 1;
}
@media screen and (min-width: 56.250rem) {
  .ce_form fieldset {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: flex-end;
  }
}
form {
  position: relative;
  transition: height 1s;
}
form[data-ajax-form="loading"] {
  transition: height 1s;
}
form[data-ajax-form="loading"] .widget-pagebreak button {
  pointer-events: none;
}
form[data-ajax-form="loading"]:hover * {
  cursor: wait;
}
form[data-ajax-form="loading"] .formbody {
  transition: height 1s;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  position: relative;
  z-index: 1;
}
@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
form[data-ajax-form="loading"]::before {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 2;
  background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><style>.spinner_z9k8{transform-origin:center;animation:spinner_StKS .75s infinite linear}@keyframes spinner_StKS{100%{transform:rotate(360deg)}}</style><path d="M12,1A11,11,0,1,0,23,12,11,11,0,0,0,12,1Zm0,19a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z" opacity=".25"/><path d="M12,4a8,8,0,0,1,7.89,6.7A1.53,1.53,0,0,0,21.38,12h0a1.5,1.5,0,0,0,1.48-1.75,11,11,0,0,0-21.72,0A1.5,1.5,0,0,0,2.62,12h0a1.53,1.53,0,0,0,1.49-1.3A8,8,0,0,1,12,4Z" class="spinner_z9k8"/></svg>');
  background-size: 80px 80px;
  background-repeat: no-repeat;
  background-position: center;
  animation: none;
  opacity: 1;
}
.content-element-group {
  padding-top: var(--ce-vertical-spacing);
  margin-right: 4vw;
  margin-left: 4vw;
  padding-top: 0;
}
@media screen and (min-width: 56.250rem) {
  .content-element-group {
    margin-right: 3.3854166667vw;
    margin-left: 3.3854166667vw;
  }
}
@media screen and (min-width: 75.000rem) {
  .content-element-group {
    margin-right: 6.7708333333vw;
    margin-left: 6.7708333333vw;
  }
}
@media screen and (min-width: 120rem) {
  .content-element-group {
    margin-right: auto;
    margin-left: auto;
    max-width: 1660px;
  }
}
.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;
    gap: 40px;
  }
  .content-element-group.symmetric {
    grid-template-columns: repeat(12, 1fr);
  }
  .content-element-group.symmetric [class*="content"] {
    grid-column: span 6;
  }
  .content-element-group.asymmetric {
    grid-template-columns: 6fr 5fr;
  }
  .content-element-group .headline-container {
    justify-content: flex-end;
  }
}
.rsce_header {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}
.rsce_header .inside {
  position: relative;
  height: 100svh;
}
.rsce_header .image_container {
  height: 100%;
}
.rsce_header .image_container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.rsce_header .content_container {
  display: flex;
  flex-direction: column;
  gap: calc(clamp(20px, 8px + 0.02 * 100vw, 40px));
  position: absolute;
  bottom: 0;
  left: 1vw;
  right: 1vw;
  background: rgba(0, 0, 0, 0.01);
  backdrop-filter: blur(20px);
  padding: calc(clamp(20px, -16px + 0.06 * 100vw, 80px));
  padding-top: calc(clamp(50px, 32px + 0.03 * 100vw, 80px));
  padding-bottom: calc(clamp(60px, 48px + 0.02 * 100vw, 80px));
  color: #FFFFFF;
}
.rsce_header scroll-container {
  display: none;
}
@media screen and (min-width: 56.250rem) {
  .rsce_header .content_container {
    max-width: 40%;
    top: 50%;
    left: 53%;
    height: fit-content;
    transform: translate(0, -50%);
  }
  .rsce_header .scroll-container {
    display: flex;
    align-items: center;
    gap: 15px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 1rem;
    position: absolute;
    left: 0;
    bottom: 80px;
    padding-top: var(--ce-vertical-spacing);
    margin-right: 4vw;
    margin-left: 4vw;
    padding-top: 0;
  }
  .rsce_header .scroll-container .svg-container {
    height: fit-content;
    display: block;
  }
  .rsce_header .scroll-container .svg-container svg {
    display: block;
  }
}
@media screen and (min-width: 56.250rem) and (min-width: 56.250rem) {
  .rsce_header .scroll-container {
    margin-right: 3.3854166667vw;
    margin-left: 3.3854166667vw;
  }
}
@media screen and (min-width: 56.250rem) and (min-width: 75.000rem) {
  .rsce_header .scroll-container {
    margin-right: 6.7708333333vw;
    margin-left: 6.7708333333vw;
  }
}
@media screen and (min-width: 56.250rem) and (min-width: 120rem) {
  .rsce_header .scroll-container {
    margin-right: auto;
    margin-left: auto;
    max-width: 1660px;
  }
}
.content-cards.cards-image {
  padding-top: var(--ce-vertical-spacing);
  margin-right: 4vw;
  margin-left: 4vw;
}
@media screen and (min-width: 56.250rem) {
  .content-cards.cards-image {
    margin-right: 3.3854166667vw;
    margin-left: 3.3854166667vw;
  }
}
@media screen and (min-width: 75.000rem) {
  .content-cards.cards-image {
    margin-right: 6.7708333333vw;
    margin-left: 6.7708333333vw;
  }
}
@media screen and (min-width: 120rem) {
  .content-cards.cards-image {
    margin-right: auto;
    margin-left: auto;
    max-width: 1660px;
  }
}
.content-cards.cards-image .headline-container {
  text-align: center;
}
.content-cards.cards-image .cards-wrapper: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: #FAFAFA;
}
.content-cards.cards-image .card .image_container {
  position: relative;
}
.content-cards.cards-image .card .image_container:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
}
.content-cards.cards-image .card .content_container {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  padding: calc(2 * 20px);
  color: #FFFFFF;
}
.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: #000000;
  padding: 20px;
  border: 1px solid #000000;
}
.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: #000000;
}
.content-cards.cards-image .swiper-container .swiper-pagination {
  position: relative;
  margin-top: 40px;
  --swiper-pagination-progressbar-size: 1px;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.1);
  --swiper-pagination-color: #000000;
}
.content-cards.cards-image .swiper-container .swiper-pagination-bullet {
  border-right: 50%;
}
.content-cards.cards-image .swiper-container .swiper-pagination-bullet-active {
  background-color: #000000;
}
@media screen and (min-width: 56.250rem) {
  .content-cards.cards-image .cards-wrapper:not(.swiper-wrapper) {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .content-cards.cards-image .card {
    min-width: 200px;
  }
}
@media screen and (min-width: 75.000rem) {
  .content-cards.cards-image .cards-wrapper: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: var(--ce-vertical-spacing);
  margin-right: 4vw;
  margin-left: 4vw;
}
@media screen and (min-width: 56.250rem) {
  .content-cards.cards-text {
    margin-right: 3.3854166667vw;
    margin-left: 3.3854166667vw;
  }
}
@media screen and (min-width: 75.000rem) {
  .content-cards.cards-text {
    margin-right: 6.7708333333vw;
    margin-left: 6.7708333333vw;
  }
}
@media screen and (min-width: 120rem) {
  .content-cards.cards-text {
    margin-right: auto;
    margin-left: auto;
    max-width: 1660px;
  }
}
.content-cards.cards-text .cards-wrapper: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: #FAFAFA;
}
.content-cards.cards-text .card .content_container {
  width: 100%;
  text-align: center;
  padding: calc(2 * 20px);
}
.content-cards.cards-text .card .content_container .card-title {
  color: #000000;
}
.content-cards.cards-text .card .content_container .card-text {
  color: #000000;
  margin-bottom: 20px;
}
.content-cards.cards-text .swiper-container {
  position: relative;
}
.content-cards.cards-text .swiper-container .swiper-button-next, .content-cards.cards-text .swiper-container .swiper-button-prev {
  color: #000000;
  padding: 20px;
  border: 1px solid #000000;
}
.content-cards.cards-text .swiper-container .swiper-button-next:after, .content-cards.cards-text .swiper-container .swiper-button-prev:after {
  font-size: 1rem;
}
.content-cards.cards-text .swiper-container .swiper-button-next:hover, .content-cards.cards-text .swiper-container .swiper-button-prev:hover {
  color: #FFFFFF;
  background-color: #000000;
}
.content-cards.cards-text .swiper-container .swiper-pagination {
  top: inherit;
  bottom: inherit;
}
.content-cards.cards-text .swiper-container .swiper-pagination-bullet {
  border-right: 50%;
}
.content-cards.cards-text .swiper-container .swiper-pagination-bullet-active {
  background-color: #000000;
}
@media screen and (min-width: 56.250rem) {
  .content-cards.cards-text .cards-wrapper:not(.swiper-wrapper) {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .content-cards.cards-text .card {
    min-width: 200px;
  }
}
@media screen and (min-width: 75.000rem) {
  .content-cards.cards-text .cards-wrapper: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-cards.cards-text .swiper-container .swiper-button-prev {
    left: -70px;
  }
  .content-cards.cards-text .swiper-container .swiper-button-next {
    right: -70px;
  }
}
.content-banner {
  padding-top: var(--ce-vertical-spacing);
  margin-right: 4vw;
  margin-left: 4vw;
}
@media screen and (min-width: 56.250rem) {
  .content-banner {
    margin-right: 3.3854166667vw;
    margin-left: 3.3854166667vw;
  }
}
@media screen and (min-width: 75.000rem) {
  .content-banner {
    margin-right: 6.7708333333vw;
    margin-left: 6.7708333333vw;
  }
}
@media screen and (min-width: 120rem) {
  .content-banner {
    margin-right: auto;
    margin-left: auto;
    max-width: 1660px;
  }
}
.content-banner.icon {
  background: #000000;
}
.content-banner.icon .icon-container {
  padding-top: calc(clamp(60px, 18px + 0.07 * 100vw, 130px));
  padding-bottom: calc(clamp(60px, 18px + 0.07 * 100vw, 130px));
  display: flex;
  justify-content: center;
}
.content-banner.icon .icon-container svg {
  height: 70svh;
  max-height: 700px;
}
.content-banner.icon .icon-container svg g {
  fill: #1A1B1C;
}
.content-banner.icon .content_container {
  gap: calc(clamp(10px, 4px + 0.01 * 100vw, 20px));
}
.content-banner.icon .content_container h2 {
  font-size: calc(1.5625rem + 1.40625vw);
}
@media screen and (max-width: 37.5rem) {
  .content-banner.icon .content_container h2 {
    font-size: 1.5625rem;
  }
}
@media screen and (min-width: 120rem) {
  .content-banner.icon .content_container h2 {
    font-size: 3.25rem;
  }
}
.content-banner.icon .content_container .title {
  font-size: calc(1.45 + 0.6666666667vw);
}
@media screen and (max-width: 37.5rem) {
  .content-banner.icon .content_container .title {
    font-size: 1.45;
  }
}
@media screen and (min-width: 120rem) {
  .content-banner.icon .content_container .title {
    font-size: 2.25rem;
  }
}
.content-banner .inside {
  position: relative;
}
.content-banner .image_container {
  position: relative;
}
.content-banner .image_container:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
}
.content-banner .content_container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  gap: calc(clamp(20px, 11px + 0.015 * 100vw, 35px));
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px;
  color: #FFFFFF;
}
.content-banner .title {
  font-size: calc(1.6rem + 0.5416666667vw);
  text-transform: none;
}
@media screen and (max-width: 37.5rem) {
  .content-banner .title {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 120rem) {
  .content-banner .title {
    font-size: 2.25rem;
  }
}
.content-banner span {
  margin-bottom: 20px;
}
.content-banner.fullwidth {
  padding-top: var(--ce-vertical-spacing);
  margin-right: 4vw;
  margin-left: 4vw;
}
@media screen and (min-width: 56.250rem) {
  .content-banner.fullwidth {
    margin-right: 0vw;
    margin-left: 0vw;
  }
}
@media screen and (min-width: 75.000rem) {
  .content-banner.fullwidth {
    margin-right: 0vw;
    margin-left: 0vw;
  }
}
@media screen and (min-width: 120rem) {
  .content-banner.fullwidth {
    margin-right: auto;
    margin-left: auto;
    max-width: 1920px;
  }
}
.content-banner.fullwidth .content_container {
  padding-top: var(--ce-vertical-spacing);
  margin-right: 4vw;
  margin-left: 4vw;
  padding-right: 0;
  padding-left: 0;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 56.250rem) {
  .content-banner.fullwidth .content_container {
    margin-right: 3.3854166667vw;
    margin-left: 3.3854166667vw;
  }
}
@media screen and (min-width: 75.000rem) {
  .content-banner.fullwidth .content_container {
    margin-right: 6.7708333333vw;
    margin-left: 6.7708333333vw;
  }
}
@media screen and (min-width: 120rem) {
  .content-banner.fullwidth .content_container {
    margin-right: auto;
    margin-left: auto;
    max-width: 1660px;
  }
}
@media screen and (min-width: 75.000rem) {
  .content-banner .content_container {
    padding: 40px;
  }
}
.content-custom.content-numbers {
  padding-top: var(--ce-vertical-spacing);
  margin-right: 4vw;
  margin-left: 4vw;
}
@media screen and (min-width: 56.250rem) {
  .content-custom.content-numbers {
    margin-right: 3.3854166667vw;
    margin-left: 3.3854166667vw;
  }
}
@media screen and (min-width: 75.000rem) {
  .content-custom.content-numbers {
    margin-right: 6.7708333333vw;
    margin-left: 6.7708333333vw;
  }
}
@media screen and (min-width: 120rem) {
  .content-custom.content-numbers {
    margin-right: auto;
    margin-left: auto;
    max-width: 1660px;
  }
}
.content-custom.content-numbers .elements-wrapper {
  display: grid;
  grid-template-columns: repeat(1fr);
  gap: 40px;
}
.content-custom.content-numbers .elements-wrapper .element {
  text-align: center;
  background-color: #FAFAFA;
  padding: 40px;
}
.content-custom.content-numbers .elements-wrapper .element .number h4 {
  font-size: 3rem;
  margin-bottom: 0;
}
.content-custom.content-numbers .elements-wrapper .element .text {
  font-style: normal;
  font-weight: bold;
}
.content-custom.content-numbers .elements-wrapper .element .description {
  line-height: 1.5;
  padding-top: 20px;
}
@media screen and (min-width: 75.000rem) {
  .content-custom.content-numbers .elements-wrapper {
    grid-template-columns: repeat(12, 1fr);
  }
  .content-custom.content-numbers .elements-wrapper .element {
    grid-column: span 4;
    padding: 80px;
  }
  .content-custom.content-numbers .elements-wrapper .element .description {
    padding-top: 20px;
  }
}
.ce_rsce_form_image {
  padding-top: var(--ce-vertical-spacing);
  margin-right: 4vw;
  margin-left: 4vw;
}
@media screen and (min-width: 56.250rem) {
  .ce_rsce_form_image {
    margin-right: 3.3854166667vw;
    margin-left: 3.3854166667vw;
  }
}
@media screen and (min-width: 75.000rem) {
  .ce_rsce_form_image {
    margin-right: 6.7708333333vw;
    margin-left: 6.7708333333vw;
  }
}
@media screen and (min-width: 120rem) {
  .ce_rsce_form_image {
    margin-right: auto;
    margin-left: auto;
    max-width: 1660px;
  }
}
.ce_rsce_form_image > .inside {
  display: grid;
  gap: calc(clamp(10px, -8px + 0.03 * 100vw, 40px));
  z-index: 1;
  grid-template-columns: 1fr;
  isolation: isolate;
}
@media screen and (min-width: 56.250rem) {
  .ce_rsce_form_image > .inside {
    grid-template-columns: 55fr 45fr;
  }
}
.ce_rsce_form_image > .inside .content_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 62.5rem) {
  .ce_rsce_form_image > .inside .content_container {
    z-index: unset;
  }
}
.ce_rsce_form_image > .inside .content_container > .text {
  margin-top: 0;
}
.ce_rsce_form_image > .inside .person_container {
  display: grid;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 62.5rem) {
  .ce_rsce_form_image > .inside .person_container {
    z-index: -2;
  }
}
.ce_rsce_form_image > .inside .person_container .image_container {
  position: relative;
  z-index: 1;
  grid-column: 1;
  grid-row: 1;
}
.ce_rsce_form_image > .inside .person_container .image_container .caption {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.ce_rsce_form_image > .inside .person_container .image_container picture {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
}
.ce_rsce_form_image > .inside .person_container .image_container picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ce_rsce_form_image > .inside .person_container .person_info_container {
  position: relative;
  z-index: 2;
  grid-column: 1;
  grid-row: 1;
  display: grid;
}
.ce_rsce_form_image > .inside .person_container .person_info_container > .inside {
  background-color: #FAFAFA;
  color: #000000;
  opacity: 0.8;
  align-self: self-end;
  display: grid;
  padding: calc(clamp(20px, 8px + 0.02 * 100vw, 40px));
}
.ce_rsce_form_image > .inside .person_container .person_info_container > .inside .name {
  font-weight: 500;
}
.ce_rsce_form_image > .inside .person_container .person_info_container > .inside .position {
  font-weight: 200;
}
.ce_rsce_form_image > .inside .person_container .person_info_container > .inside .email, .ce_rsce_form_image > .inside .person_container .person_info_container > .inside .tel {
  color: #000000;
}
.ce_rsce_form_image > .inside .person_container .person_info_container > .inside .email a, .ce_rsce_form_image > .inside .person_container .person_info_container > .inside .tel a {
  color: #000000;
}
.ce_rsce_form_image > .inside .person_container .person_info_container > .inside .email a:hover, .ce_rsce_form_image > .inside .person_container .person_info_container > .inside .tel a:hover {
  text-decoration: none;
}
.rsce_elementinfo {
  position: relative;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  color: #FAFAFA;
  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: var(--ce-vertical-spacing);
  margin-right: 4vw;
  margin-left: 4vw;
}
@media screen and (min-width: 56.250rem) {
  .rsce_icons_text {
    margin-right: 3.3854166667vw;
    margin-left: 3.3854166667vw;
  }
}
@media screen and (min-width: 75.000rem) {
  .rsce_icons_text {
    margin-right: 6.7708333333vw;
    margin-left: 6.7708333333vw;
  }
}
@media screen and (min-width: 120rem) {
  .rsce_icons_text {
    margin-right: auto;
    margin-left: auto;
    max-width: 1660px;
  }
}
.rsce_icons_text > .headline-container, .rsce_icons_text > .headline {
  text-align: center;
}
.rsce_icons_text .inside .icon-elements-wrapper {
  display: grid;
  gap: calc(clamp(20px, 8px + 0.02 * 100vw, 40px));
  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;
  background: #FFFFFF;
  padding: calc(clamp(20px, 8px + 0.02 * 100vw, 40px));
  box-shadow: 5px 6px 25px 0 rgba(0, 0, 0, 0.15);
}
.rsce_icons_text .inside .icon-elements-wrapper .icon_text_wrapper .svg-container {
  max-width: 70px;
  flex-shrink: 0;
}
.rsce_icons_text .inside .icon-elements-wrapper .icon_text_wrapper .svg-container svg {
  max-width: 100%;
  height: auto;
}
.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 .inside .icon-elements-wrapper .icon_text_wrapper .text_wrapper .title {
  margin-bottom: calc(clamp(10px, 4px + 0.01 * 100vw, 20px));
}
.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;
}
.rsce_icons_text.with-picture .inside {
  display: grid;
  row-gap: calc(clamp(30px, 0px + 0.05 * 100vw, 80px));
}
.rsce_icons_text.with-picture .inside .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: calc(clamp(10px, 4px + 0.01 * 100vw, 20px));
}
.rsce_icons_text.with-picture .inside .content-wrapper .headline {
  text-align: start;
  margin-bottom: 0;
}
.rsce_icons_text.with-picture .inside .content-wrapper .text {
  line-height: 1.54;
}
.rsce_icons_text.with-picture .inside .image-wrapper {
  margin-left: -4vw;
  margin-right: -4vw;
}
.rsce_icons_text.with-picture .inside .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.rsce_icons_text.with-picture .inside .icon-elements-wrapper {
  margin-top: -80px;
}
@media screen and (min-width: 37.500rem) {
  .rsce_icons_text.with-picture .inside .icon-elements-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@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));
  }
}
@media screen and (min-width: 75.000rem) {
  .rsce_icons_text.with-picture .inside {
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto 1fr;
  }
  .rsce_icons_text.with-picture .inside .content-wrapper {
    grid-column: 1 / 6;
  }
  .rsce_icons_text.with-picture .inside .image-wrapper {
    justify-self: end;
    margin-left: 0;
    margin-right: 0;
    margin-top: calc(clamp(60px, 15.8823529412px + 0.0490196078 * 100vw, 110px));
    grid-row: 1 / 3;
    grid-column: 7 / 13;
  }
  .rsce_icons_text.with-picture .inside .icon-elements-wrapper {
    margin-top: 0;
    grid-row: 2;
    grid-column: 1 / 9;
    height: fit-content;
  }
  .rsce_icons_text.with-picture .inside .icon-elements-wrapper .icon-text-wrapper {
    padding: calc(clamp(15px, -35px + 0.0416666667 * 100vw, 45px));
    padding-top: calc(clamp(15px, -18.3333333333px + 0.0277777778 * 100vw, 35px));
  }
}
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: var(--ce-vertical-spacing);
  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: 3.3854166667vw;
    margin-left: 3.3854166667vw;
  }
}
@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: 6.7708333333vw;
    margin-left: 6.7708333333vw;
  }
}
@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: 1660px;
  }
}
.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: 1660px;
  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(--mask_icon-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(--mask_icon-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(--mask_icon-feedback);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 1em;
  background-color: currentColor;
  margin-right: 0.5ch;
}
.is-valid ~ .hofff-consent-feedback {
  opacity: 1;
}
.hofff-consent-content > .card {
  display: grid;
}
.hofff-consent-content > .card .image_container, .hofff-consent-content > .card .card-body {
  grid-column: 1;
  grid-row: 1;
}
@media screen and (max-width: 56.250rem) {
  .hofff-consent-content > .card .image_container {
    aspect-ratio: initial;
  }
  .hofff-consent-content > .card .image_container img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
.hofff-consent-content > .card .card-body {
  z-index: 2;
  margin: 20px;
  padding: 20px;
  align-self: end;
  background-color: #FFFFFF;
  display: grid;
  gap: 20px;
}
@media screen and (min-width: 75.000rem) {
  .hofff-consent-content > .card .card-body {
    grid-template-columns: repeat(3, 1fr);
  }
}
.hofff-consent-content > .card .card-body :is(:not(.hofff-consent-buttons, .hofff-consent-privacy-settings-button)) {
  grid-column: 1 / -1;
}
.hofff-consent-content > .card .card-body .hofff-consent-buttons {
  display: grid;
  gap: 20px;
  grid-template-columns: subgrid;
}
.ce_rsce_social_list > .inside {
  display: flex;
  gap: 20px;
}
.ce_rsce_social_list > .inside .headline {
  font-size: calc(1.25rem + 0.2083333333vw);
  font-weight: 300;
  margin-bottom: 0;
}
@media screen and (max-width: 37.5rem) {
  .ce_rsce_social_list > .inside .headline {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 120rem) {
  .ce_rsce_social_list > .inside .headline {
    font-size: 1.5rem;
  }
}
.ce_rsce_social_list > .inside .icon_items_wrapper {
  display: flex;
  flex-direction: row;
  column-gap: 10px;
  align-items: center;
}
.ce_rsce_social_list > .inside .icon_items_wrapper .icon_wrapper .icon_link {
  display: flex;
  transition: 0.3s;
}
.ce_rsce_social_list > .inside .icon_items_wrapper .icon_wrapper .icon_link:hover {
  cursor: pointer;
  scale: 1.1;
}
.ce_rsce_social_list > .inside .icon_items_wrapper .icon_wrapper .icon_link svg {
  width: 20px;
  height: auto;
}
.ce_rsce_social_list > .inside .icon_items_wrapper .icon_wrapper .icon_link svg path {
  fill: #000000;
}
.custom-logo-slider, .ce_rsce_logo_slider {
  padding-top: var(--ce-vertical-spacing);
  margin-right: 4vw;
  margin-left: 4vw;
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (min-width: 56.250rem) {
  .custom-logo-slider, .ce_rsce_logo_slider {
    margin-right: 1920px - auto / 2 / 1920px * 100 / 2vw;
    margin-left: 1920px - auto / 2 / 1920px * 100 / 2vw;
  }
}
@media screen and (min-width: 75.000rem) {
  .custom-logo-slider, .ce_rsce_logo_slider {
    margin-right: 1920px - auto / 2 / 1920px * 100vw;
    margin-left: 1920px - auto / 2 / 1920px * 100vw;
  }
}
@media screen and (min-width: 120rem) {
  .custom-logo-slider, .ce_rsce_logo_slider {
    margin-right: auto;
    margin-left: auto;
    max-width: auto;
  }
}
.custom-logo-slider .background-wrapper, .ce_rsce_logo_slider .background-wrapper {
  background-color: #000000;
}
.custom-logo-slider .background-wrapper .inside, .ce_rsce_logo_slider .background-wrapper .inside {
  position: relative;
  padding-top: var(--ce-vertical-spacing);
  margin-right: 4vw;
  margin-left: 4vw;
  padding-top: calc(clamp(40px, 16px + 0.04 * 100vw, 80px));
  padding-bottom: calc(clamp(40px, 16px + 0.04 * 100vw, 80px));
}
@media screen and (min-width: 56.250rem) {
  .custom-logo-slider .background-wrapper .inside, .ce_rsce_logo_slider .background-wrapper .inside {
    margin-right: 3.3854166667vw;
    margin-left: 3.3854166667vw;
  }
}
@media screen and (min-width: 75.000rem) {
  .custom-logo-slider .background-wrapper .inside, .ce_rsce_logo_slider .background-wrapper .inside {
    margin-right: 6.7708333333vw;
    margin-left: 6.7708333333vw;
  }
}
@media screen and (min-width: 120rem) {
  .custom-logo-slider .background-wrapper .inside, .ce_rsce_logo_slider .background-wrapper .inside {
    margin-right: auto;
    margin-left: auto;
    max-width: 1660px;
  }
}
.custom-logo-slider .background-wrapper .inside:before, .ce_rsce_logo_slider .background-wrapper .inside:before {
  z-index: 2;
  content: "";
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #201018;
  background: linear-gradient(90deg, black 0%, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0) 85%, black 100%);
}
.custom-logo-slider .background-wrapper .inside .swiper-container .swiper .items-wrapper, .ce_rsce_logo_slider .background-wrapper .inside .swiper-container .swiper .items-wrapper {
  transition-timing-function: linear;
  align-items: center;
}
.custom-logo-slider .background-wrapper .inside .swiper-container .swiper .items-wrapper .swiper-slide, .ce_rsce_logo_slider .background-wrapper .inside .swiper-container .swiper .items-wrapper .swiper-slide {
  width: fit-content;
}
.custom-logo-slider .background-wrapper .inside .swiper-container .swiper .items-wrapper .swiper-slide .image_container, .ce_rsce_logo_slider .background-wrapper .inside .swiper-container .swiper .items-wrapper .swiper-slide .image_container {
  width: fit-content;
  display: flex;
}
.custom-logo-slider .background-wrapper .inside .swiper-container .swiper .items-wrapper .swiper-slide .svg_container, .ce_rsce_logo_slider .background-wrapper .inside .swiper-container .swiper .items-wrapper .swiper-slide .svg_container {
  display: flex;
}
.custom-logo-slider .background-wrapper .inside .swiper-container .swiper .items-wrapper .swiper-slide .svg_container svg, .ce_rsce_logo_slider .background-wrapper .inside .swiper-container .swiper .items-wrapper .swiper-slide .svg_container svg {
  max-height: 55px;
  width: 100%;
  max-width: fit-content;
}
.custom-logo-slider .background-wrapper .inside .swiper-container .swiper .items-wrapper .swiper-slide .svg_container.color svg path, .ce_rsce_logo_slider .background-wrapper .inside .swiper-container .swiper .items-wrapper .swiper-slide .svg_container.color svg path {
  fill: #FFFFFF;
}
.rsce-milestones .inside, .custom-milestones .inside {
  padding-top: var(--ce-vertical-spacing);
  margin-right: 4vw;
  margin-left: 4vw;
}
@media screen and (min-width: 56.250rem) {
  .rsce-milestones .inside, .custom-milestones .inside {
    margin-right: 3.3854166667vw;
    margin-left: 3.3854166667vw;
  }
}
@media screen and (min-width: 75.000rem) {
  .rsce-milestones .inside, .custom-milestones .inside {
    margin-right: 6.7708333333vw;
    margin-left: 6.7708333333vw;
  }
}
@media screen and (min-width: 120rem) {
  .rsce-milestones .inside, .custom-milestones .inside {
    margin-right: auto;
    margin-left: auto;
    max-width: 1660px;
  }
}
.rsce-milestones .inside .headline-container, .custom-milestones .inside .headline-container {
  text-align: center;
}
.rsce-milestones .inside .timeline-wrapper, .custom-milestones .inside .timeline-wrapper {
  position: relative;
}
.rsce-milestones .inside .timeline-wrapper .event, .custom-milestones .inside .timeline-wrapper .event {
  position: relative;
  text-align: center;
}
.rsce-milestones .inside .timeline-wrapper .event.event-number-1:before, .rsce-milestones .inside .timeline-wrapper .event.event-number-1:after, .custom-milestones .inside .timeline-wrapper .event.event-number-1:before, .custom-milestones .inside .timeline-wrapper .event.event-number-1:after {
  display: none;
}
.rsce-milestones .inside .timeline-wrapper .event:before, .custom-milestones .inside .timeline-wrapper .event:before {
  position: relative;
  display: inline-block;
  content: "";
  width: 40px;
  height: 40px;
  background: #000000;
  margin-top: 20px;
  margin-bottom: 10px;
  z-index: 2;
}
.rsce-milestones .inside .timeline-wrapper .event:after, .custom-milestones .inside .timeline-wrapper .event:after {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  height: 80px;
  width: 2px;
  left: 50%;
  transform: translate(-50%, 0);
  background: rgba(154, 161, 156, 0.4);
}
.rsce-milestones .inside .timeline-wrapper .event .event-image .image-container, .custom-milestones .inside .timeline-wrapper .event .event-image .image-container {
  width: fit-content;
}
.rsce-milestones .inside .timeline-wrapper .event .event-time, .custom-milestones .inside .timeline-wrapper .event .event-time {
  font-size: calc(2.5rem + 0.4166666667vw);
  margin-bottom: 10px;
}
@media screen and (max-width: 37.5rem) {
  .rsce-milestones .inside .timeline-wrapper .event .event-time, .custom-milestones .inside .timeline-wrapper .event .event-time {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 120rem) {
  .rsce-milestones .inside .timeline-wrapper .event .event-time, .custom-milestones .inside .timeline-wrapper .event .event-time {
    font-size: 3rem;
  }
}
.rsce-milestones .inside .timeline-wrapper .event .event-text .text-strong, .custom-milestones .inside .timeline-wrapper .event .event-text .text-strong {
  font-size: calc(1.5rem + 0.4166666667vw);
  margin-bottom: 10px;
}
@media screen and (max-width: 37.5rem) {
  .rsce-milestones .inside .timeline-wrapper .event .event-text .text-strong, .custom-milestones .inside .timeline-wrapper .event .event-text .text-strong {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 120rem) {
  .rsce-milestones .inside .timeline-wrapper .event .event-text .text-strong, .custom-milestones .inside .timeline-wrapper .event .event-text .text-strong {
    font-size: 2rem;
  }
}
.rsce-milestones .inside .timeline-wrapper .event .event-text .text-normal, .custom-milestones .inside .timeline-wrapper .event .event-text .text-normal {
  margin-bottom: 20px;
}
.rsce-milestones .inside .timeline-wrapper .event .event-text .event-image, .custom-milestones .inside .timeline-wrapper .event .event-text .event-image {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}
.rsce-milestones .inside .timeline-wrapper .event-marker, .custom-milestones .inside .timeline-wrapper .event-marker {
  display: none;
}
@media screen and (min-width: 56.250rem) {
  .rsce-milestones .inside .timeline-wrapper, .custom-milestones .inside .timeline-wrapper {
    display: grid;
    grid-template-columns: 1fr 100px 1fr;
    padding-top: 40px;
  }
  .rsce-milestones .inside .timeline-wrapper:before, .custom-milestones .inside .timeline-wrapper:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 2px;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    background: #fffcfc;
    background: linear-gradient(0deg, rgba(255, 252, 252, 0) 0%, rgba(154, 161, 156, 0.4) 5%, rgba(154, 161, 156, 0.4) 95%, rgba(255, 255, 255, 0) 100%);
  }
  .rsce-milestones .inside .timeline-wrapper div:nth-last-child(-n+2), .custom-milestones .inside .timeline-wrapper div:nth-last-child(-n+2) {
    grid-row: span 1 !important;
  }
  .rsce-milestones .inside .timeline-wrapper .event-marker, .custom-milestones .inside .timeline-wrapper .event-marker {
    display: block;
    grid-column: 2;
    aspect-ratio: 1;
    align-self: center;
    background: #000000;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    max-width: 42px;
    max-height: 42px;
    justify-self: center;
    align-self: start;
    margin-bottom: 5em;
    margin-top: 1em;
  }
  .rsce-milestones .inside .timeline-wrapper .event, .custom-milestones .inside .timeline-wrapper .event {
    padding-bottom: 40px;
    margin-bottom: 20px;
    text-align: left;
  }
  .rsce-milestones .inside .timeline-wrapper .event:before, .rsce-milestones .inside .timeline-wrapper .event:after, .custom-milestones .inside .timeline-wrapper .event:before, .custom-milestones .inside .timeline-wrapper .event:after {
    display: none;
  }
  .rsce-milestones .inside .timeline-wrapper .event:nth-child(even of .event), .custom-milestones .inside .timeline-wrapper .event:nth-child(even of .event) {
    grid-column: 1;
    grid-row: span 2;
    padding-right: calc(clamp(0px, -102.8571428571px + 0.1142857143 * 100vw, 80px));
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .rsce-milestones .inside .timeline-wrapper .event:nth-child(even of .event) .event-text .text-strong, .rsce-milestones .inside .timeline-wrapper .event:nth-child(even of .event) .event-text .text-normal, .custom-milestones .inside .timeline-wrapper .event:nth-child(even of .event) .event-text .text-strong, .custom-milestones .inside .timeline-wrapper .event:nth-child(even of .event) .event-text .text-normal {
    text-align: end;
  }
  .rsce-milestones .inside .timeline-wrapper .event:nth-child(even of .event) .event-text .event-image, .custom-milestones .inside .timeline-wrapper .event:nth-child(even of .event) .event-text .event-image {
    float: right;
  }
  .rsce-milestones .inside .timeline-wrapper .event:nth-child(odd of .event), .custom-milestones .inside .timeline-wrapper .event:nth-child(odd of .event) {
    grid-column: 3;
    grid-row: span 2;
    padding-left: calc(clamp(0px, -102.8571428571px + 0.1142857143 * 100vw, 80px));
  }
  .rsce-milestones .inside .timeline-wrapper .event:last-of-type, .custom-milestones .inside .timeline-wrapper .event:last-of-type {
    grid-row: span 1;
  }
  .rsce-milestones .inside .timeline-wrapper .event .event-time, .custom-milestones .inside .timeline-wrapper .event .event-time {
    margin-bottom: 0;
    line-height: 100%;
  }
  .rsce-milestones .inside .timeline-wrapper .event .event-text .text-strong, .custom-milestones .inside .timeline-wrapper .event .event-text .text-strong {
    margin-bottom: 10px;
  }
  .rsce-milestones .inside .timeline-wrapper .event .event-text .event-image, .custom-milestones .inside .timeline-wrapper .event .event-text .event-image {
    float: left;
  }
}
.ce_rsce_overlay_header_swiper .swiper-container {
  position: relative;
  padding-bottom: 70px;
}
.ce_rsce_overlay_header_swiper .swiper-container .swiper-slide .image_container {
  margin-bottom: 20px;
}
.ce_rsce_overlay_header_swiper .swiper-container .swiper-slide .image_container img {
  margin-left: 0;
}
.ce_rsce_overlay_header_swiper .swiper-container .swiper-slide .content_container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ce_rsce_overlay_header_swiper .swiper-container .swiper-button-next {
  right: 0;
  left: auto;
  bottom: 0;
  top: auto;
  z-index: 99;
}
.ce_rsce_overlay_header_swiper .swiper-container .swiper-button-prev {
  right: 50px;
  left: auto;
  bottom: 0;
  top: auto;
  z-index: 99;
}
.ce_rsce_overlay_header_swiper .swiper-container .swiper-pagination-progressbar {
  width: 80%;
  top: auto;
  bottom: 20px;
}
.ce_rsce_zertifikate {
  padding-top: var(--ce-vertical-spacing);
  margin-right: 4vw;
  margin-left: 4vw;
}
@media screen and (min-width: 56.250rem) {
  .ce_rsce_zertifikate {
    margin-right: 3.3854166667vw;
    margin-left: 3.3854166667vw;
  }
}
@media screen and (min-width: 75.000rem) {
  .ce_rsce_zertifikate {
    margin-right: 6.7708333333vw;
    margin-left: 6.7708333333vw;
  }
}
@media screen and (min-width: 120rem) {
  .ce_rsce_zertifikate {
    margin-right: auto;
    margin-left: auto;
    max-width: 1660px;
  }
}
.ce_rsce_zertifikate .headline-container {
  align-items: center;
  text-align: center;
}
.ce_rsce_zertifikate .swiperWrapper {
  display: grid;
  gap: 20px;
}
.ce_rsce_zertifikate .item > .inside {
  padding: calc(clamp(40px, 28px + 0.02 * 100vw, 60px));
  display: grid;
  align-items: center;
  gap: calc(clamp(40px, -8px + 0.08 * 100vw, 120px));
}
.ce_rsce_zertifikate .item > .inside .spacer {
  height: 1px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.13);
}
@media screen and (min-width: 56.250rem) {
  .ce_rsce_zertifikate .item > .inside {
    grid-template-columns: 1fr 1px 3fr;
  }
  .ce_rsce_zertifikate .item > .inside .spacer {
    height: 100%;
    width: 1px;
  }
}
.ce_rsce_zertifikate .item > .inside .name {
  text-transform: uppercase;
}
.ce_rsce_zertifikate .item > .inside .image_container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ce_rsce_zertifikate .item > .inside picture {
  display: inline-block;
  padding: 15px;
}
.ce_rsce_zertifikate .item > .inside span.btn {
  position: relative;
  display: flex;
  gap: 7px;
  align-items: center;
}
.ce_rsce_zertifikate .item > .inside span.btn::before {
  content: "";
  display: inline-block;
  width: 0.875rem;
  height: 0.875rem;
  min-height: 100%;
  background-color: currentColor;
  mask-image: var(--mask_icon-download);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-size: 100%;
}
.ce_rsce_zertifikate .item > .inside {
  background-color: #FAFAFA;
}
.ce_rsce_testimonials {
  padding-top: var(--ce-vertical-spacing);
  margin-right: 4vw;
  margin-left: 4vw;
  position: relative;
}
@media screen and (min-width: 56.250rem) {
  .ce_rsce_testimonials {
    margin-right: 3.3854166667vw;
    margin-left: 3.3854166667vw;
  }
}
@media screen and (min-width: 75.000rem) {
  .ce_rsce_testimonials {
    margin-right: 6.7708333333vw;
    margin-left: 6.7708333333vw;
  }
}
@media screen and (min-width: 120rem) {
  .ce_rsce_testimonials {
    margin-right: auto;
    margin-left: auto;
    max-width: 1660px;
  }
}
.ce_rsce_testimonials .headline-container {
  display: flex;
  flex-direction: column-reverse;
  text-align: center;
}
.ce_rsce_testimonials .swiper-container {
  min-width: 0;
}
.ce_rsce_testimonials .swiper-container .swiper {
  overflow: visible;
  position: relative;
}
.ce_rsce_testimonials .swiper-container .swiper .inside:not(.swiper-wrapper) {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 40px;
}
@media screen and (min-width: 56.250rem) {
  .ce_rsce_testimonials .swiper-container .swiper .inside:not(.swiper-wrapper) {
    grid-template-columns: repeat(3, 1fr);
  }
}
.ce_rsce_testimonials .card {
  position: relative;
  display: grid;
  grid-template-rows: max-content 1fr;
  align-items: start;
  min-height: 100%;
  text-decoration: none;
}
.ce_rsce_testimonials .card .images_container {
  position: relative;
  height: fit-content;
  grid-row: 1;
}
.ce_rsce_testimonials .card .images_container .image_container.image-emotion {
  position: relative;
  z-index: 1;
}
.ce_rsce_testimonials .card .images_container .overlay_container {
  z-index: 2;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding-left: 20px;
  gap: 20px;
  translate: 0 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.ce_rsce_testimonials .card .images_container .image_container.image-person img {
  aspect-ratio: 1;
  border-radius: 50%;
  border: 4px solid #FFFFFF;
}
.ce_rsce_testimonials .card .images_container .card-type {
  color: #FFFFFF;
  background-color: #000000;
  padding: 6px 15px;
  border-radius: 50px;
  font-size: calc(0.5rem + 0.25vw);
  margin-bottom: 0;
  hyphens: auto;
  text-wrap: balance;
}
@media screen and (max-width: 37.5rem) {
  .ce_rsce_testimonials .card .images_container .card-type {
    font-size: 0.5rem;
  }
}
@media screen and (min-width: 120rem) {
  .ce_rsce_testimonials .card .images_container .card-type {
    font-size: 0.8rem;
  }
}
.ce_rsce_testimonials .card .content_container {
  grid-row: 2;
  padding-left: calc(clamp(20px, 6.8px + 0.022 * 100vw, 42px));
  padding-right: calc(clamp(20px, 11.6px + 0.014 * 100vw, 34px));
  padding-top: calc(clamp(55px, 55px + 0 * 100vw, 55px));
  padding-bottom: calc(clamp(20px, 2px + 0.03 * 100vw, 50px));
}
.ce_rsce_testimonials .card .content_container .card-title {
  margin-bottom: 0.1em;
  color: #000000;
  font-size: calc(1rem + 0.4166666667vw);
  hyphens: auto;
  text-wrap: balance;
}
@media screen and (max-width: 37.5rem) {
  .ce_rsce_testimonials .card .content_container .card-title {
    font-size: 1rem;
  }
}
@media screen and (min-width: 120rem) {
  .ce_rsce_testimonials .card .content_container .card-title {
    font-size: 1.5rem;
  }
}
.ce_rsce_testimonials .card .content_container * + .card-text {
  margin-top: 0.8125rem;
}
.ce_rsce_testimonials .card .content_container .card-text {
  color: #000000;
  font-size: calc(1rem + 0.4166666667vw);
  hyphens: auto;
  text-wrap: balance;
}
@media screen and (max-width: 37.5rem) {
  .ce_rsce_testimonials .card .content_container .card-text {
    font-size: 1rem;
  }
}
@media screen and (min-width: 120rem) {
  .ce_rsce_testimonials .card .content_container .card-text {
    font-size: 1.5rem;
  }
}
.ce_rsce_testimonials .card {
  background-color: #FAFAFA;
}
.ce_rsce_slider {
  padding-top: var(--ce-vertical-spacing);
  margin-right: 4vw;
  margin-left: 4vw;
}
@media screen and (min-width: 56.250rem) {
  .ce_rsce_slider {
    margin-right: 3.3854166667vw;
    margin-left: 3.3854166667vw;
  }
}
@media screen and (min-width: 75.000rem) {
  .ce_rsce_slider {
    margin-right: 6.7708333333vw;
    margin-left: 6.7708333333vw;
  }
}
@media screen and (min-width: 120rem) {
  .ce_rsce_slider {
    margin-right: auto;
    margin-left: auto;
    max-width: 1660px;
  }
}
.ce_rsce_slider .inside {
  position: relative;
}
.ce_rsce_slider .content_container {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-inline: calc(clamp(20px, -4px + 0.04 * 100vw, 60px));
  padding-block: 60px;
  gap: 25px;
  background-color: #FAFAFA;
}
.ce_rsce_slider h3 {
  margin-bottom: 20px;
}
.ce_rsce_slider span {
  margin-bottom: 20px;
}
.ce_rsce_slider a {
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}
.ce_rsce_slider .headline_container {
  display: flex;
  flex-direction: column-reverse;
}
.ce_rsce_slider .swiper, .ce_rsce_slider .swiper-wrapper, .ce_rsce_slider .swiper-slide > .inside {
  height: 100%;
}
.ce_rsce_slider .swiper-slide > .inside {
  display: grid;
}
@media screen and (min-width: 56.250rem) {
  .ce_rsce_slider .swiper-slide > .inside {
    grid-template-columns: repeat(2, 1fr);
  }
}
.ce_rsce_slider .swiper-slide > .inside > .content_container {
  grid-row: 1;
  grid-column: 1;
}
@media screen and (min-width: 56.250rem) {
  .ce_rsce_slider .swiper-slide > .inside > .content_container {
    grid-row: 1;
    grid-column: 1;
  }
}
.ce_rsce_slider .swiper-slide > .inside > .image_container {
  grid-row: 2;
  grid-column: 1;
}
@media screen and (min-width: 56.250rem) {
  .ce_rsce_slider .swiper-slide > .inside > .image_container {
    grid-row: 1;
    grid-column: 2;
  }
}
.ce_rsce_slider .swiper-button-next, .ce_rsce_slider .swiper-button-prev {
  --swiper-navigation-sides-offset: 5px;
}
@media screen and (min-width: 56.250rem) {
  .ce_rsce_slider .swiper-button-next, .ce_rsce_slider .swiper-button-prev {
    --swiper-navigation-sides-offset: 20px;
  }
}
.ce_rsce_slider .swiper-button-next:after, .ce_rsce_slider .swiper-button-prev:after {
  display: none;
}
.ce_rsce_slider .swiper-button-prev {
  display: none;
}
.ce_rsce_slider .swiper-pagination {
  width: 100%;
  position: relative;
  z-index: 2;
  top: auto;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  --swiper-pagination-bottom: 0;
  --swiper-pagination-bullet-height: 2px;
  --swiper-pagination-bullet-width: 45px;
  --swiper-pagination-bullet-border-radius: 0;
  --swiper-pagination-progressbar-bg-color: transparent;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-inactive-color: #FAFAFA;
  --swiper-pagination-color: #393939;
}
@media screen and (min-width: 56.250rem) {
  .ce_rsce_slider .swiper-pagination {
    margin-top: 36px;
  }
}
.ce_rsce_slider .swiper-container {
  position: relative;
  overflow: hidden;
}
.custom-steps {
  padding-top: var(--ce-vertical-spacing);
  margin-right: 4vw;
  margin-left: 4vw;
}
@media screen and (min-width: 56.250rem) {
  .custom-steps {
    margin-right: 0vw;
    margin-left: 0vw;
  }
}
@media screen and (min-width: 75.000rem) {
  .custom-steps {
    margin-right: 0vw;
    margin-left: 0vw;
  }
}
@media screen and (min-width: 120rem) {
  .custom-steps {
    margin-right: auto;
    margin-left: auto;
    max-width: 1920px;
  }
}
.custom-steps > .inside .swiper-container .swiper-steps {
  padding-top: var(--ce-vertical-spacing);
  margin-right: 4vw;
  margin-left: 4vw;
  padding-top: 0;
  margin-left: 0;
  margin-right: 0;
  overflow: visible;
}
@media screen and (min-width: 56.250rem) {
  .custom-steps > .inside .swiper-container .swiper-steps {
    margin-right: 3.3854166667vw;
    margin-left: 3.3854166667vw;
  }
}
@media screen and (min-width: 75.000rem) {
  .custom-steps > .inside .swiper-container .swiper-steps {
    margin-right: 6.7708333333vw;
    margin-left: 6.7708333333vw;
  }
}
@media screen and (min-width: 120rem) {
  .custom-steps > .inside .swiper-container .swiper-steps {
    margin-right: auto;
    margin-left: auto;
    max-width: 1660px;
  }
}
.custom-steps > .inside .swiper-container .swiper-steps .swiper-wrapper .step {
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: auto;
}
.custom-steps > .inside .swiper-container .swiper-steps .swiper-wrapper .step:before {
  content: "";
  position: absolute;
  z-index: 2;
  left: calc(-1 * (calc(clamp(40px, 35px + 0.0125 * 100vw, 50px))) - (calc(clamp(5px, -2.5px + 0.01875 * 100vw, 20px))));
  top: 50%;
  transform: translate(0, -50%);
  width: calc(clamp(80px, 70px + 0.025 * 100vw, 100px));
  height: 3px;
  pointer-events: none;
  background: #000000;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, black 30%, black 70%, rgba(0, 0, 0, 0) 100%);
  mask-image: var(--mask_icon-dotted-line);
  -webkit-mask-image: var(--mask_icon-dotted-line);
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-size: 100% 100%;
}
.custom-steps > .inside .swiper-container .swiper-steps .swiper-wrapper .step:first-of-type:before {
  display: none;
}
.custom-steps > .inside .swiper-container .swiper-steps .swiper-wrapper .step .content-container {
  display: flex;
  height: 100%;
  gap: 20px;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #FAFAFA;
  padding: calc(clamp(20px, 8px + 0.02 * 100vw, 40px));
  position: relative;
}
.custom-steps > .inside .swiper-container .swiper-steps .swiper-wrapper .step .content-container .icon-container {
  height: calc(clamp(80px, 68px + 0.02 * 100vw, 100px));
  width: 40%;
  position: relative;
  display: flex;
}
.custom-steps > .inside .swiper-container .swiper-steps .swiper-wrapper .step .content-container .icon-container svg {
  width: 100%;
  height: auto;
  max-height: 120px;
}
.custom-steps > .inside .swiper-container .swiper-steps .swiper-wrapper .step .content-container .icon-container.colored svg path {
  fill: var(--color-primary);
}
.custom-steps > .inside .swiper-container .swiper-steps .swiper-wrapper .step .content-container .step-type.number.number-background {
  border-radius: 100px;
  content: "";
  position: relative;
  background: #000000;
  width: 55px;
  height: 55px;
  margin-bottom: 5px;
}
.custom-steps > .inside .swiper-container .swiper-steps .swiper-wrapper .step .content-container .step-type.number.number-background .number-inside {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: calc(clamp(10px, 8.2px + 0.003 * 100vw, 13px));
  color: #FFFFFF;
  font-weight: 600;
  font-size: calc(1.4rem + 0.1875vw);
  z-index: 1;
}
@media screen and (max-width: 37.5rem) {
  .custom-steps > .inside .swiper-container .swiper-steps .swiper-wrapper .step .content-container .step-type.number.number-background .number-inside {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 120rem) {
  .custom-steps > .inside .swiper-container .swiper-steps .swiper-wrapper .step .content-container .step-type.number.number-background .number-inside {
    font-size: 1.625rem;
  }
}
.custom-steps > .inside .swiper-container .swiper-steps .swiper-wrapper .step .content-container .step-type.step .step-inside {
  text-transform: uppercase;
  font-weight: 600;
}
.custom-steps > .inside .swiper-container .swiper-steps .swiper-wrapper .step .content-container .text {
  line-height: normal;
  font-size: calc(0.875rem + 0.1041666667vw);
}
@media screen and (max-width: 37.5rem) {
  .custom-steps > .inside .swiper-container .swiper-steps .swiper-wrapper .step .content-container .text {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 120rem) {
  .custom-steps > .inside .swiper-container .swiper-steps .swiper-wrapper .step .content-container .text {
    font-size: 1rem;
  }
}
.custom-steps > .inside .swiper-container .controls-wrapper {
  padding-top: var(--ce-vertical-spacing);
  margin-right: 4vw;
  margin-left: 4vw;
  padding-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  gap: calc(clamp(20px, 8px + 0.02 * 100vw, 40px));
  align-items: center;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 56.250rem) {
  .custom-steps > .inside .swiper-container .controls-wrapper {
    margin-right: 3.3854166667vw;
    margin-left: 3.3854166667vw;
  }
}
@media screen and (min-width: 75.000rem) {
  .custom-steps > .inside .swiper-container .controls-wrapper {
    margin-right: 6.7708333333vw;
    margin-left: 6.7708333333vw;
  }
}
@media screen and (min-width: 120rem) {
  .custom-steps > .inside .swiper-container .controls-wrapper {
    margin-right: auto;
    margin-left: auto;
    max-width: 1660px;
  }
}
.custom-steps > .inside .swiper-container .controls-wrapper:not(:has(.swiper-pagination-lock)) {
  margin-top: calc(clamp(20px, 2px + 0.03 * 100vw, 50px));
}
.custom-steps > .inside .swiper-container .controls-wrapper .swiper-button-prev, .custom-steps > .inside .swiper-container .controls-wrapper .swiper-button-next {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin-bottom: 0;
  margin-top: 0;
  height: auto;
  width: calc(clamp(35px, 31.4px + 0.006 * 100vw, 41px));
  transition: 0.3s;
}
.custom-steps > .inside .swiper-container .controls-wrapper .swiper-button-prev svg path, .custom-steps > .inside .swiper-container .controls-wrapper .swiper-button-next svg path {
  transition: 0.3s;
  fill: #000000;
}
.custom-steps > .inside .swiper-container .controls-wrapper .swiper-button-prev:after, .custom-steps > .inside .swiper-container .controls-wrapper .swiper-button-next:after {
  display: none;
}
.custom-steps > .inside .swiper-container .controls-wrapper .swiper-button-prev:hover, .custom-steps > .inside .swiper-container .controls-wrapper .swiper-button-next:hover {
  scale: 1.15;
}
.custom-steps > .inside .swiper-container .controls-wrapper .swiper-button-prev:hover svg path, .custom-steps > .inside .swiper-container .controls-wrapper .swiper-button-next:hover svg path {
  fill: #393939;
}
.custom-steps > .inside .swiper-container .controls-wrapper .swiper-button-prev {
  transform: scaleX(-1);
}
.custom-steps > .inside .swiper-container .controls-wrapper .swiper-pagination {
  position: relative;
  height: 1px;
  top: 0;
  bottom: 0;
  background: #FAFAFA;
}
.custom-steps > .inside .swiper-container .controls-wrapper .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #000000;
}
.custom-cards-grid {
  padding-top: var(--ce-vertical-spacing);
  margin-right: 4vw;
  margin-left: 4vw;
}
@media screen and (min-width: 56.250rem) {
  .custom-cards-grid {
    margin-right: 3.3854166667vw;
    margin-left: 3.3854166667vw;
  }
}
@media screen and (min-width: 75.000rem) {
  .custom-cards-grid {
    margin-right: 6.7708333333vw;
    margin-left: 6.7708333333vw;
  }
}
@media screen and (min-width: 120rem) {
  .custom-cards-grid {
    margin-right: auto;
    margin-left: auto;
    max-width: 1660px;
  }
}
.custom-cards-grid > .inside-headlines {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: calc(clamp(40px, 28px + 0.02 * 100vw, 60px));
}
.custom-cards-grid > .inside-headlines .headline_container {
  margin-bottom: calc(clamp(20px, 8px + 0.02 * 100vw, 40px));
}
.custom-cards-grid > .inside {
  display: grid;
  gap: calc(clamp(30px, 24px + 0.01 * 100vw, 40px));
}
.custom-cards-grid > .inside .card {
  display: inline-block;
  position: relative;
  background-color: #FAFAFA;
  color: #FFFFFF;
}
.custom-cards-grid > .inside .card.card-link:hover .image_container img {
  scale: 1.05;
}
.custom-cards-grid > .inside .card.card-link:hover .content_container {
  text-decoration: underline;
  height: 90%;
  max-height: 90%;
}
.custom-cards-grid > .inside .card.card-link:hover .content_container .button {
  display: inline-block;
}
.custom-cards-grid > .inside .card .image_container {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.custom-cards-grid > .inside .card .image_container img {
  transition: 0.3s;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.custom-cards-grid > .inside .card .content_container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: auto;
  z-index: 3;
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 0;
  min-height: fit-content;
  max-height: fit-content;
  height: 30%;
  padding: calc(clamp(25px, 19px + 0.01 * 100vw, 35px)) calc(clamp(30px, 21px + 0.015 * 100vw, 45px));
  background: rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(10px);
  transition: 0.3s ease-out;
}
.custom-cards-grid > .inside .card .content_container .arrow_title_container {
  display: flex;
  gap: 10px;
  align-items: center;
}
.custom-cards-grid > .inside .card .content_container .card-title {
  color: #FFFFFF;
}
.custom-cards-grid > .inside .card .content_container .arrow_container {
  width: 27px;
  flex-shrink: 0;
  transition: 0.3s;
}
.custom-cards-grid > .inside .card .content_container .button {
  display: none;
}
@media screen and (min-width: 56.250rem) {
  .custom-cards-grid > .inside {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: repeat(12, 1fr);
  }
  .custom-cards-grid > .inside .headline_container {
    grid-column: 1;
    grid-row: 1 / 5;
    align-self: center;
    max-width: 70%;
  }
  .custom-cards-grid > .inside .card_1 {
    grid-column: 2;
    grid-row: 1 / 7;
  }
  .custom-cards-grid > .inside .card_2 {
    grid-column: 1;
    grid-row: 5 / 11;
  }
  .custom-cards-grid > .inside .card_3 {
    grid-column: 3;
    grid-row: 3 / 9;
  }
  .custom-cards-grid > .inside .card_4 {
    grid-column: 2;
    grid-row: 7 / 13;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22homepages%2F13%2Fd984191152%2Fhtdocs%2Fsalonvogel.de%2Ffiles%2Fthemes%2Fsalonvogel%2Fscss%2Fimports.scss%22%2C%22homepages%2F13%2Fd984191152%2Fhtdocs%2Fsalonvogel.de%2Ffiles%2Fthemes%2Fsalonvogel%2Fscss%2Fconfig.scss%22%2C%22homepages%2F13%2Fd984191152%2Fhtdocs%2Fsalonvogel.de%2Ffiles%2Fthemes%2Fsalonvogel%2Fscss%2F_base%2Fmixins.scss%22%2C%22homepages%2F13%2Fd984191152%2Fhtdocs%2Fsalonvogel.de%2Ffiles%2Fthemes%2Fsalonvogel%2Fscss%2F_base%2Fnormalize.scss%22%2C%22homepages%2F13%2Fd984191152%2Fhtdocs%2Fsalonvogel.de%2Ffiles%2Fthemes%2Fsalonvogel%2Fscss%2F_base%2Fcontao.scss%22%2C%22homepages%2F13%2Fd984191152%2Fhtdocs%2Fsalonvogel.de%2Ffiles%2Fthemes%2Fsalonvogel%2Fscss%2F_base%2Ftypo.scss%22%2C%22homepages%2F13%2Fd984191152%2Fhtdocs%2Fsalonvogel.de%2Ffiles%2Fthemes%2Fsalonvogel%2Fscss%2F_base%2Fhelper.scss%22%2C%22homepages%2F13%2Fd984191152%2Fhtdocs%2Fsalonvogel.de%2Ffiles%2Fthemes%2Fsalonvogel%2Fscss%2F_base%2Ficons.scss%22%2C%22homepages%2F13%2Fd984191152%2Fhtdocs%2Fsalonvogel.de%2Ffiles%2Fthemes%2Fsalonvogel%2Fscss%2F_layout%2Fheader.scss%22%2C%22homepages%2F13%2Fd984191152%2Fhtdocs%2Fsalonvogel.de%2Ffiles%2Fthemes%2Fsalonvogel%2Fscss%2F_layout%2Ffooter.scss%22%2C%22homepages%2F13%2Fd984191152%2Fhtdocs%2Fsalonvogel.de%2Ffiles%2Fthemes%2Fsalonvogel%2Fscss%2F_components%2Fbuttons.scss%22%2C%22homepages%2F13%2Fd984191152%2Fhtdocs%2Fsalonvogel.de%2Ffiles%2Fthemes%2Fsalonvogel%2Fscss%2F_components%2Fforms.scss%22%2C%22homepages%2F13%2Fd984191152%2Fhtdocs%2Fsalonvogel.de%2Ffiles%2Fthemes%2Fsalonvogel%2Fscss%2F_components%2Fcolorbox.scss%22%2C%22homepages%2F13%2Fd984191152%2Fhtdocs%2Fsalonvogel.de%2Ffiles%2Fthemes%2Fsalonvogel%2Fscss%2F_modules%2Fmod_article.scss%22%2C%22homepages%2F13%2Fd984191152%2Fhtdocs%2Fsalonvogel.de%2Ffiles%2Fthemes%2Fsalonvogel%2Fscss%2F_modules%2Fmod_newslist.scss%22%2C%22homepages%2F13%2Fd984191152%2Fhtdocs%2Fsalonvogel.de%2Ffiles%2Fthemes%2Fsalonvogel%2Fscss%2F_modules%2Fmod_newsreader.scss%22%2C%22homepages%2F13%2Fd984191152%2Fhtdocs%2Fsalonvogel.de%2Ffiles%2Fthemes%2Fsalonvogel%2Fscss%2F_modules%2Fmod_recommendationlist.scss%22%2C%22homepages%2F13%2Fd984191152%2Fhtdocs%2Fsalonvogel.de%2Ffiles%2Fthemes%2Fsalonvogel%2Fscss%2Fcontent_element%2Fcontent-hyperlink.scss%22%2C%22homepages%2F13%2Fd984191152%2Fhtdocs%2Fsalonvogel.de%2Ffiles%2Fthemes%2Fsalonvogel%2Fscss%2Fcontent_element%2Fcontent-text.scss%22%2C%22homepages%2F13%2Fd984191152%2Fhtdocs%2Fsalonvogel.de%2Ffiles%2Fthemes%2Fsalonvogel%2Fscss%2Fcontent_element%2Fcontent-headline.scss%22%2C%22homepages%2F13%2Fd984191152%2Fhtdocs%2Fsalonvogel.de%2Ffiles%2Fthemes%2Fsalonvogel%2Fscss%2Fcontent_element%2Fcontent-list.scss%22%2C%22homepages%2F13%2Fd984191152%2Fhtdocs%2Fsalonvogel.de%2Ffiles%2Fthemes%2Fsalonvogel%2Fscss%2Fcontent_element%2Fcontent-image.scss%22%2C%22homepages%2F13%2Fd984191152%2Fhtdocs%2Fsalonvogel.de%2Ffiles%2Fthemes%2Fsalonvogel%2Fscss%2Fcontent_element%2Fcontent-gallery.scss%22%2C%22homepages%2F13%2Fd984191152%2Fhtdocs%2Fsalonvogel.de%2Ffiles%2Fthemes%2Fsalonvogel%2Fscss%2Fcontent_element%2Fcontent-download.scss%22%2C%22homepages%2F13%2Fd984191152%2Fhtdocs%2Fsalonvogel.de%2Ffiles%2Fthemes%2Fsalonvogel%2Fscss%2Fcontent_element%2Fcontent-downloads.scss%22%2C%22homepages%2F13%2Fd984191152%2Fhtdocs%2Fsalonvogel.de%2Ffiles%2Fthemes%2Fsalonvogel%2Fscss%2Fcontent_element%2Fcontent-accordion.scss%22%2C%22homepages%2F13%2Fd984191152%2Fhtdocs%2Fsalonvogel.de%2Ffiles%2Fthemes%2Fsalonvogel%2Fscss%2Fcontent_element%2Fcontent-table.scss%22%2C%22homepages%2F13%2Fd984191152%2Fhtdocs%2Fsalonvogel.de%2Ffiles%2Fthemes%2Fsalonvogel%2Fscss%2Fcontent_element%2Fcontent-description-list.scss%22%2C%22homepages%2F13%2Fd984191152%2Fhtdocs%2Fsalonvogel.de%2Ffiles%2Fthemes%2Fsalonvogel%2Fscss%2Fcontent_element%2Fcontent-youtube.scss%22%2C%22homepages%2F13%2Fd984191152%2Fhtdocs%2Fsalonvogel.de%2Ffiles%2Fthemes%2Fsalonvogel%2Fscss%2Fcontent_element%2Fce_form.scss%22%2C%22homepages%2F13%2Fd984191152%2Fhtdocs%2Fsalonvogel.de%2Ffiles%2Fthemes%2Fsalonvogel%2Fscss%2Fcontent_element%2Fcontent-element-group.scss%22%2C%22homepages%2F13%2Fd984191152%2Fhtdocs%2Fsalonvogel.de%2Ffiles%2Fthemes%2Fsalonvogel%2Fscss%2Fcustom_element%2Fcustom-header.scss%22%2C%22homepages%2F13%2Fd984191152%2Fhtdocs%2Fsalonvogel.de%2Ffiles%2Fthemes%2Fsalonvogel%2Fscss%2Fcustom_element%2Fcustom-cards.scss%22%2C%22homepages%2F13%2Fd984191152%2Fhtdocs%2Fsalonvogel.de%2Ffiles%2Fthemes%2Fsalonvogel%2Fscss%2Fcustom_element%2Fcustom-cards-text.scss%22%2C%22homepages%2F13%2Fd984191152%2Fhtdocs%2Fsalonvogel.de%2Ffiles%2Fthemes%2Fsalonvogel%2Fscss%2Fcustom_element%2Fcustom-banner.scss%22%2C%22homepages%2F13%2Fd984191152%2Fhtdocs%2Fsalonvogel.de%2Ffiles%2Fthemes%2Fsalonvogel%2Fscss%2Fcustom_element%2Fcustom-numbers.scss%22%2C%22homepages%2F13%2Fd984191152%2Fhtdocs%2Fsalonvogel.de%2Ffiles%2Fthemes%2Fsalonvogel%2Fscss%2Fcustom_element%2Fcustom-form-image.scss%22%2C%22homepages%2F13%2Fd984191152%2Fhtdocs%2Fsalonvogel.de%2Ffiles%2Fthemes%2Fsalonvogel%2Fscss%2Fcustom_element%2Frsce_elementinfo.scss%22%2C%22homepages%2F13%2Fd984191152%2Fhtdocs%2Fsalonvogel.de%2Ffiles%2Fthemes%2Fsalonvogel%2Fscss%2Fcustom_element%2Frsce_icons_text.scss%22%2C%22homepages%2F13%2Fd984191152%2Fhtdocs%2Fsalonvogel.de%2Ffiles%2Fthemes%2Fsalonvogel%2Fscss%2Fcustom_element%2Fce_hofff_consent.scss%22%2C%22homepages%2F13%2Fd984191152%2Fhtdocs%2Fsalonvogel.de%2Ffiles%2Fthemes%2Fsalonvogel%2Fscss%2Fcustom_element%2Fcustom-social-list.scss%22%2C%22homepages%2F13%2Fd984191152%2Fhtdocs%2Fsalonvogel.de%2Ffiles%2Fthemes%2Fsalonvogel%2Fscss%2Fcustom_element%2Fcustom-logo-slider.scss%22%2C%22homepages%2F13%2Fd984191152%2Fhtdocs%2Fsalonvogel.de%2Ffiles%2Fthemes%2Fsalonvogel%2Fscss%2Fcustom_element%2Fcustom-milestones.scss%22%2C%22homepages%2F13%2Fd984191152%2Fhtdocs%2Fsalonvogel.de%2Ffiles%2Fthemes%2Fsalonvogel%2Fscss%2Fcustom_element%2Frsce_overlay_header_swiper.scss%22%2C%22homepages%2F13%2Fd984191152%2Fhtdocs%2Fsalonvogel.de%2Ffiles%2Fthemes%2Fsalonvogel%2Fscss%2Fcustom_element%2Fcustom-zertifikate.scss%22%2C%22homepages%2F13%2Fd984191152%2Fhtdocs%2Fsalonvogel.de%2Ffiles%2Fthemes%2Fsalonvogel%2Fscss%2Fcustom_element%2Fcustom-testimonials.scss%22%2C%22homepages%2F13%2Fd984191152%2Fhtdocs%2Fsalonvogel.de%2Ffiles%2Fthemes%2Fsalonvogel%2Fscss%2Fcustom_element%2Fcustom-slider.scss%22%2C%22homepages%2F13%2Fd984191152%2Fhtdocs%2Fsalonvogel.de%2Ffiles%2Fthemes%2Fsalonvogel%2Fscss%2Fcustom_element%2Fcustom-steps.scss%22%2C%22homepages%2F13%2Fd984191152%2Fhtdocs%2Fsalonvogel.de%2Ffiles%2Fthemes%2Fsalonvogel%2Fscss%2Fcustom_element%2Fcustom-cards-grid.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACqDA%3BAAAA%3BAAAA%3BADrDA%3BAAAA%3BAAAA%3BAAAA%3BAEKA%3BAAAA%3BAAAA%3BAAIA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAFVJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHVA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGsBA%3BAAAA%3BAAAA%3BAAAA%3BAHtBA%3BAAAA%3BAAAA%3BAG%2BBA%3BAAAA%3BAAAA%3BAH%2FBA%3BAAAA%3BAAAA%3BAAAA%3BAGwCA%3BAAAA%3BAAAA%3BAAAA%3BAHxCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGqDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHrDA%3BAAAA%3BAAAA%3BAAAA%3BAGgEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHhEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAG4EA%3BAAAA%3BAAAA%3BAH5EA%3BAAAA%3BAAAA%3BAAAA%3BAGqFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHrFA%3BAAAA%3BAAAA%3BAG%2BFA%3BAAAA%3BAAAA%3BAH%2FFA%3BAAAA%3BAAAA%3BAAAA%3BAGyGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHzGA%3BAAAA%3BAAAA%3BAGoHA%3BAAAA%3BAAAA%3BAHpHA%3BAAAA%3BAAAA%3BAAAA%3BAG6HA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAHzIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGoJA%3BAAAA%3BAAAA%3BAHpJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGgKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHhKA%3BAAAA%3BAAAA%3BAAAA%3BAGgLA%3BAAAA%3BAAAA%3BAAAA%3BAHhLA%3BAAAA%3BAAAA%3BAAAA%3BAG2LA%3BAAAA%3BAAAA%3BAAAA%3BAH3LA%3BAAAA%3BAAAA%3BAGqMA%3BAAAA%3BAAAA%3BAHrMA%3BAAAA%3BAAAA%3BAGgNA%3BAAAA%3BAAAA%3BAAAA%3BAHhNA%3BAAAA%3BAAAA%3BAG4NA%3BAAAA%3BAAAA%3BAH5NA%3BAAAA%3BAAAA%3BAGuOA%3BAAAA%3BAAAA%3BAHvOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGkPA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHlPA%3BAAAA%3BAAAA%3BAG%2BPA%3BAAAA%3BAAAA%3BAH%2FPA%3BAAAA%3BAAAA%3BAGuQA%3BAAAA%3BAAAA%3BAHvQA%3BAAAA%3BAAAA%3BAAAA%3BAGgRA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHhRA%3BAAAA%3BAAAA%3BAG0RA%3BAAAA%3BAAAA%3BAH1RA%3BAAAA%3BAAAA%3BAAAA%3BAGoSA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHpSA%3BAAAA%3BAAAA%3BAG6SA%3BAAAA%3BAAAA%3BAH7SA%3BAAAA%3BAAAA%3BAAAA%3BAGsTA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHtTA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGkUA%3BAAAA%3BAAAA%3BAHlUA%3BAAAA%3BAAAA%3BAG0UA%3BAAAA%3BAAAA%3BAH1UA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGqVA%3BAAAA%3BAAAA%3BAHrVA%3BAAAA%3BAAAA%3BAG6VA%3BAAAA%3BAAAA%3BAH7VA%3BAAAA%3BAAAA%3BAIIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%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%3BAJzDJ%3BAKMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BALNA%3BAKcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BALdA%3BAKsBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BALtBA%3BAK8BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAL9BA%3BAKsCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BALtCA%3BAK8CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHyFE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGpFF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAH8DE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAG7DF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHqDE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGnDF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAH2CE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGzCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHiCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGzBE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAClKJ%3BAAAA%3BAAAA%3BAAAA%3BAC6BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC7BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BANkCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAM9BE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeE%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsBE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BANtHF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMoHI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC1NR%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAP0CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAO3CI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAuBI%3BAAAA%3BAAAA%3BAAAA%3BAAUhB%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAWZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWhB%3BAAIY%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAOQ%3BAAAA%3BAAAA%3BAAIQ%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC5IhC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAR8KE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQrKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARmJE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQzIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC%2FBA%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%3BACtFR%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC3EH%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BACnDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAZ8CI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAY9CI%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAWR%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACrCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAb0CJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAa1CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAbgCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAcxDJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAd8CI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAchDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAYZ%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BACxFJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAf8CI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgBxDJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhB8CI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgBpDA%3BAAAA%3BAAAA%3BAAAA%3BAAoBQ%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAaZ%3BAAOY%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAcJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAYhB%3BAAAA%3BAAAA%3BACpGA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjByCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiB3CJ%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAjB4JF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiB%2FJE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BACtCR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlB8CI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkB7CA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACxEZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnB8CI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmBnDA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BACXJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BApB8CI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoBlDJ%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%3BAC5CR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArB8CI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqBpDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BACnCR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtB8CI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsBpDA%3BAAAA%3BAAAA%3BAAMQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BACzChB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvB8CI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuB%2FCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAWR%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAClEZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAxB8CI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwBpDA%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%3BAzB8CI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyBlDI%3BAAAA%3BAAAA%3BACNR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1B8CI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0B%2FCA%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%3BAC5DR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA3BuCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2B1CA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAUR%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAUZ%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%3BAAcpB%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAWR%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBR%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAGQ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAACI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC7WR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA5B8CI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4BnDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BACrCR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaI%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsBA%3BAAAA%3BAAAA%3BAAOJ%3BAAGQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BA7B1CZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8BxDJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA9B8CI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8BpDA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeJ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAUR%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAUR%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAC9JZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2FB8CI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2BBpDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAaR%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAWR%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAUR%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BACpJZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhC8CI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgCpDA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAhCsJV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgC1JU%3BAAAA%3BAAAA%3BAhCkJV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgCnJE%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAhCkGF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgCrGE%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhC3CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgCsCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhChDJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgCuDJ%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BACnHR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjC8CI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiCpDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAcZ%3BAAIQ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BACzDhB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlC8CI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkCnDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAA2BJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAClJ5B%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%3BApC2CI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoCjDH%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAQH%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAIG%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACtJL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArCaI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqCXA%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%3BAAeI%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%3BACtUX%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtCwKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsC1KA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAClCN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvC8CI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuCjDH%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvCoCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuCtCD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeE%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BACrDT%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAxC4CG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwCnDF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAxCwHF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwC1HG%3BAAAA%3BAAAA%3BAAAA%3BAxCkHH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwCrHG%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAQH%3BAAKG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BACvLJ%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACrCJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1C8CI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0CpDA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA4BR%3BAAAA%3BAAAA%3BAClGR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA3C8CI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2ClDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkEA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAwCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA3ChBV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2C4BM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA3C7CV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2CmDU%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA3C%2FDV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2CuFE%3BAAAA%3BAAAA%3BAC7QJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA5C8CI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4CrDA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAoBA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA8BA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAuBJ%3BAAAA%3BAAAA%3BAAAA%3BAC1KJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7C8CI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6CjDD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7CuCC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6CxCC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAyBC%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7CmEP%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6C7DO%3BAAAA%3BAAAA%3BAAAA%3BAAcF%3BAAAA%3BAAAA%3BAAAA%3BA7CuCL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6ClCC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7CtGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6CuGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAQH%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BACjNL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA9C8CI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8CrDH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAWJ%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */