@charset "UTF-8";
/***************************
* Author: Manuela Menden   *
* Date: 02.08.2021         *
* Update:                  *
***************************/
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
   * Remove the margin in all browsers (opinionated).
   */
body {
  margin: 0;
}
/* HTML5 display definitions
     ========================================================================== */
/**
   * Add the correct display in IE 9-.
   * 1. Add the correct display in Edge, IE, and Firefox.
   * 2. Add the correct display in IE.
   */
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  /* 1 */
  /* 2 */
  /* 1 */
  display: block;
}
/**
   * Add the correct display in IE 9-.
   */
audio, canvas, progress, video {
  display: inline-block;
}
/**
   * Add the correct display in iOS 4-7.
   */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}
/**
   * Add the correct display in IE 10-.
   * 1. Add the correct display in IE.
   */
template, [hidden] {
  /* 1 */
  display: none;
}
/* Links
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}
/**
   * Remove the outline on focused links when they are also active or hovered
   * in all browsers (opinionated).
   */
a:active, a:hover {
  outline-width: 0;
}
/* Text-level semantics
     ========================================================================== */
/**
   * 1. Remove the bottom border in Firefox 39-.
   * 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 */
}
/**
   * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
   */
b, strong {
  font-weight: inherit;
}
/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b, strong {
  font-weight: bolder;
}
/**
   * Add the correct font style in Android 4.3-.
   */
dfn {
  font-style: italic;
}
/**
   * 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;
}
/**
   * Add the correct background and color in IE 9-.
   */
mark {
  background-color: #ff0;
  color: #000;
}
/**
   * 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;
}
/**
   * Hide the overflow in IE.
   */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
     ========================================================================== */
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
   * Add the correct margin in IE 8.
   */
figure {
  margin: 1em 40px;
}
/**
   * 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 */
}
/* Forms
     ========================================================================== */
/**
   * Change font properties to `inherit` in all browsers (opinionated).
   */
button, input, select, textarea {
  font: inherit;
}
/**
   * Restore the font weight unset by the previous rule.
   */
optgroup {
  font-weight: bold;
}
/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   * 2. Show the overflow in Edge, Firefox, and IE.
   */
button, input, select {
  /* 1 */
  /* 2 */
  overflow: visible;
}
/**
   * Remove the margin in Safari.
   * 1. Remove the margin in Firefox and Safari.
   */
button, input, select, textarea {
  /* 1 */
  margin: 0;
}
/**
   * Remove the inheritence of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritence of text transform in Firefox.
   */
button, select {
  /* 1 */
  text-transform: none;
}
/**
   * Change the cursor in all browsers (opinionated).
   */
button, [type="button"], [type="reset"], [type="submit"] {
  cursor: pointer;
}
/**
   * Restore the default cursor to disabled elements unset by the previous rule.
   */
[disabled] {
  cursor: default;
}
/**
   * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
   *    controls in Android 4.
   * 2. Correct the inability to style clickable types in iOS.
   */
button, html [type="button"], [type="reset"], [type="submit"] {
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
}
/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring, input:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
   * Change the border, margin, and padding in all browsers (opinionated).
   */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
   * 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 */
}
/**
   * Remove the default vertical scrollbar in IE.
   */
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;
}
/**
   * Correct the odd appearance of search inputs in Chrome and Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
}
/**
   * Remove the inner padding and cancel buttons in Chrome on OS X and
   * Safari on OS X.
   */
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
.invisible {
  width: 0;
  height: 0;
  left: -1000px;
  top: -1000px;
  position: absolute;
  overflow: hidden;
  display: inline;
}
html {
  font-size: 16px;
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  color: #fff;
  font-family: "Lato";
  font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
}
h1, .h1 {
  font-size: 3.75em;
  color: #fff;
  font-weight: 700;
  line-height: 1.1;
  font-family: "Aller";
  margin-top: 1.125em;
  margin-bottom: 0.5625em;
}
.h-xl h1, h1.h-xl {
  font-size: 4.25em;
}
.h-xxl h1, h1.h-xxl {
  font-size: 4.75em;
}
h2, .h2 {
  font-size: 2.25em;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Aller";
  margin-top: 1.125em;
  margin-bottom: 0.5625em;
  color: #fff;
}
.h-xl h2, h2.h-xl {
  font-size: 2.625em;
}
.h-xxl h2, h2.h-xxl {
  font-size: 2.875em;
}
h3, .h3 {
  font-size: 1.875em;
  line-height: 1.2;
  font-weight: 700;
  font-family: "Aller";
  margin-top: 1.125em;
  margin-bottom: 0.5625em;
  color: #fff;
}
.h-xl h3, h3.h-xl {
  font-size: 2.25em;
}
.h-xxl h3, h3.h-xxl {
  font-size: 2.625em;
}
h4, .h4 {
  font-size: 1.5em;
  color: #fff;
  font-family: "Aller";
  line-height: 1.3;
}
.h-xl h4, h4.h-xl {
  font-size: 1.875em;
}
.h-xxl h4, h4.h-xxl {
  font-size: 2.25em;
}
h5, .h5 {
  font-size: 1.125em;
  font-family: "Aller";
  color: #fff;
  line-height: 1.4;
}
.h-xl h5, h5.h-xl {
  font-size: 1.5em;
}
.h-xxl h5, h5.h-xxl {
  font-size: 1.875em;
}
h6, .h6 {
  font-size: 1.025em;
  color: #fff;
  line-height: 1.4;
}
.h-xl h6, h6.h-xl {
  font-size: 1.125em;
}
.h-xxl h6, h6.h-xxl {
  font-size: 1.5em;
}
h1 + h2, h2 + h3, h3 + h4 {
  margin-top: 0.28125em;
}
p {
  width: 100%;
}
a {
  color: #EEEBE6;
  text-decoration: none;
}
a:hover {
  color: #d9d3c8;
}
.left {
  text-align: left;
}
.right, .right p {
  text-align: right;
  margin-left: auto;
}
.center, .center p {
  text-align: center;
  margin: 0 auto;
}
.uppercase {
  text-transform: uppercase;
}
.bolder {
  font-weight: 700;
}
h1, h2, h3, h4, h5, h6 {
  position: relative;
}
h1.border-left-bottom::after, h2.border-left-bottom::after, h3.border-left-bottom::after, h4.border-left-bottom::after, h5.border-left-bottom::after, h6.border-left-bottom::after, .border-left-bottom h1::after, .border-left-bottom h2::after, .border-left-bottom h3::after, .border-left-bottom h4::after, .border-left-bottom h5::after, .border-left-bottom h6::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 10%;
  content: " ";
  height: 3px;
  background-color: #EEEBE6;
}
h1.border-left-top::after, h2.border-left-top::after, h3.border-left-top::after, h4.border-left-top::after, h5.border-left-top::after, h6.border-left-top::after, .border-left-top h1::after, .border-left-top h2::after, .border-left-top h3::after, .border-left-top h4::after, .border-left-top h5::after, .border-left-top h6::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 10%;
  content: " ";
  height: 3px;
  background-color: #EEEBE6;
}
.font-light, .font-light * {
  color: #fff;
}
.font-dark, .font-dark * {
  color: #000;
}
.font-default, .font-default * {
  color: #EEEBE6;
}
.font-secondary, .font-secondary * {
  color: #FFC91E;
}
.teaser p {
  font-size: 1.125rem;
  line-height: 1.6;
  max-width: 450px;
  margin: 0 auto;
}
button, .btn-primary a, a.btn-primary, form button, p.back, p.more a, a.slider-prev, a.slider-next {
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 300;
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  padding: 0.28125em 0.5625em;
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.15);
  background-image: none;
  min-height: 2rem;
  line-height: 28px;
  transition: all 0.25s;
  margin-top: 0.675em;
  margin-bottom: 0.675em;
  text-decoration: none;
  display: inline-block;
}
button:hover, button:focus, button:active, .btn-primary a:hover, .btn-primary a:focus, .btn-primary a:active, a.btn-primary:hover, a.btn-primary:focus, a.btn-primary:active, form button:hover, form button:focus, form button:active, p.back:hover, p.back:focus, p.back:active, p.more a:hover, p.more a:focus, p.more a:active, a.slider-prev:hover, a.slider-prev:focus, a.slider-prev:active, a.slider-next:hover, a.slider-next:focus, a.slider-next:active {
  background-color: #fff;
  outline: none;
  border: 1px solid #d9d3c8;
  color: #000;
  text-decoration: none;
}
button a, .btn-primary a a, a.btn-primary a, form button a, p.back a, p.more a a, a.slider-prev a, a.slider-next a {
  color: #fff;
  text-decoration: none;
}
button a:hover, .btn-primary a a:hover, a.btn-primary a:hover, form button a:hover, p.back a:hover, p.more a a:hover, a.slider-prev a:hover, a.slider-next a:hover {
  text-decoration: none;
}
.btn-secondary a, button.btn-secondary {
  background-color: #FFC91E;
  border-radius: 4px;
  border: 1px solid #FFC91E;
  color: #fff;
  font-size: 1rem;
  padding: 0.28125em 0.5625em;
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.15);
  background-image: none;
  transition: all 0.25s;
  text-decoration: none;
  min-height: 2rem;
  line-height: 28px;
  margin-top: 0.675em;
  margin-bottom: 0.675em;
  display: inline-block;
}
.btn-secondary a:hover, .btn-secondary a:focus, .btn-secondary a:active, button.btn-secondary:hover, button.btn-secondary:focus, button.btn-secondary:active {
  background-color: #9e7800;
  outline: none;
  border: 1px solid #9e7800;
  color: #fff;
  text-decoration: none;
}
.btn-secondary a a, button.btn-secondary a {
  color: #fff;
  text-decoration: none;
}
.btn-secondary a a:hover, button.btn-secondary a:hover {
  text-decoration: none;
}
.btn-gradient a, button.btn-gradient {
  background: linear-gradient(45deg, #EEEBE6, white) !Important;
  background-size: 400% 400%;
  border-radius: 4px;
  border: 1px solid transparent;
  color: #fff;
  font-size: 1rem;
  padding: 0.28125em 0.5625em;
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.15);
  background-image: none;
  transition: all 0.75s ease-in;
  text-decoration: none;
  min-height: 2rem;
  line-height: 28px;
  margin-top: 0.675em;
  margin-bottom: 0.675em;
  display: inline-block;
}
.btn-gradient a:hover, .btn-gradient a:focus, .btn-gradient a:active, button.btn-gradient:hover, button.btn-gradient:focus, button.btn-gradient:active {
  background: linear-gradient(45deg, white, #EEEBE6) !Important;
  outline: none;
  background-size: 400% 400%;
  border: 1px solid transparent;
  color: #fff;
  text-decoration: none;
}
.btn-gradient a a, button.btn-gradient a {
  color: #fff;
  text-decoration: none;
}
.btn-gradient a a:hover, button.btn-gradient a:hover {
  text-decoration: none;
}
.btn-primary-outline a, button.btn-primary-outline {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #EEEBE6;
  color: #EEEBE6;
  font-size: 1rem;
  padding: 0.28125em 0.5625em;
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.15);
  background-image: none;
  transition: all 0.25s;
  text-decoration: none;
  min-height: 2rem;
  line-height: 28px;
  margin-top: 0.675em;
  margin-bottom: 0.675em;
  display: inline-block;
}
.btn-primary-outline a:hover, .btn-primary-outline a:focus, .btn-primary-outline a:active, button.btn-primary-outline:hover, button.btn-primary-outline:focus, button.btn-primary-outline:active {
  background-color: #EEEBE6;
  outline: none;
  border: 1px solid #EEEBE6;
  color: #fff;
  text-decoration: none;
}
.btn-primary-outline a a, button.btn-primary-outline a {
  color: #fff;
  text-decoration: none;
}
.btn-primary-outline a a:hover, button.btn-primary-outline a:hover {
  text-decoration: none;
}
.btn-primary-outline a, button.btn-primary-outline {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #EEEBE6;
  color: #EEEBE6;
  font-size: 1rem;
  padding: 0.28125em 0.5625em;
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.15);
  background-image: none;
  transition: all 0.25s;
  text-decoration: none;
  min-height: 2rem;
  line-height: 28px;
  margin-top: 0.675em;
  margin-bottom: 0.675em;
  display: inline-block;
}
.btn-primary-outline a:hover, .btn-primary-outline a:focus, .btn-primary-outline a:active, button.btn-primary-outline:hover, button.btn-primary-outline:focus, button.btn-primary-outline:active {
  background-color: #EEEBE6;
  outline: none;
  border: 1px solid #EEEBE6;
  color: #fff;
  text-decoration: none;
}
.btn-primary-outline a a, button.btn-primary-outline a {
  color: #fff;
  text-decoration: none;
}
.btn-primary-outline a a:hover, button.btn-primary-outline a:hover {
  text-decoration: none;
}
.btn-secondary-outline a, button.btn-secondary-outline {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #FFC91E;
  color: #FFC91E;
  font-size: 1rem;
  padding: 0.28125em 0.5625em;
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.15);
  background-image: none;
  transition: all 0.25s;
  text-decoration: none;
  min-height: 2rem;
  line-height: 28px;
  margin-top: 0.675em;
  margin-bottom: 0.675em;
  display: inline-block;
}
.btn-secondary-outline a:hover, .btn-secondary-outline a:focus, .btn-secondary-outline a:active, button.btn-secondary-outline:hover, button.btn-secondary-outline:focus, button.btn-secondary-outline:active {
  background-color: #FFC91E;
  outline: none;
  border: 1px solid #FFC91E;
  color: #fff;
  text-decoration: none;
}
.btn-secondary-outline a a, button.btn-secondary-outline a {
  color: #fff;
  text-decoration: none;
}
.btn-secondary-outline a a:hover, button.btn-secondary-outline a:hover {
  text-decoration: none;
}
.btn-gray-transparent a, button.btn-gray-transparent {
  background: white;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.15) 0%, rgba(204, 204, 204, 0.65) 65%) !Important;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #000;
  font-size: 1rem;
  padding: 0.28125em 0.5625em;
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.15);
  background-image: none;
  transition: all 0.25s;
  text-decoration: none;
  min-height: 2rem;
  line-height: 28px;
  margin-top: 0.675em;
  margin-bottom: 0.675em;
  display: inline-block;
}
.btn-gray-transparent a:hover, .btn-gray-transparent a:focus, .btn-gray-transparent a:active, button.btn-gray-transparent:hover, button.btn-gray-transparent:focus, button.btn-gray-transparent:active {
  background: #ccc !Important;
  outline: none;
  border: 1px solid #ccc;
  color: #000;
  text-decoration: none;
}
.btn-gray-transparent a a, button.btn-gray-transparent a {
  color: #000;
  text-decoration: none;
}
.btn-gray-transparent a a:hover, button.btn-gray-transparent a:hover {
  text-decoration: none;
}
button.submit {
  padding: 0.28125em 0.84375em !Important;
}
.btn-gardient-animated a, button.btn-gardient-animated {
  display: inline-block;
  font-size: 1rem;
  padding: 0.28125em 0.5625em;
  background: linear-gradient(43deg, #EEEBE6, white, #EEEBE6);
  background-size: 600% 600%;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #fff;
  text-decoration: none;
  min-height: 2rem;
  line-height: 28px;
  margin-top: 0.675em;
  margin-bottom: 0.675em;
  -webkit-animation: btn-grad-ani 9s ease infinite;
  -moz-animation: btn-grad-ani 9s ease infinite;
  -o-animation: btn-grad-ani 9s ease infinite;
  animation: btn-grad-ani 9s ease infinite;
}
@-webkit-keyframes btn-grad-ani {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes btn-grad-ani {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-o-keyframes btn-grad-ani {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes btn-grad-ani {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.btn-xs a, button.btn-xs {
  font-size: 90%;
  min-height: unset;
  padding: 0.140625em 0.421875em;
}
.btn-large a, button.btn-large {
  font-size: 115%;
  min-height: unset;
  padding: 0.421875em 0.84375em;
}
.btn-xlarge a, button.btn-xlarge {
  font-size: 130%;
  min-height: unset;
  padding: 0.5625em 0.984375em;
}
nav ul {
  list-style: none;
}
.mainnav {
  width: 100%;
  overflow: visible;
}
.mainnav a {
  color: #EEEBE6;
  text-decoration: none;
  display: block;
  text-align: center;
  font-size: 110%;
}
.mainnav strong {
  font-weight: normal;
  text-transform: uppercase;
  display: block;
  text-align: center;
  font-size: 110%;
}
.mainnav .level_1 {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.mainnav .level_1 > li {
  position: relative;
}
.mainnav .level_1 > li > a {
  transition: all 0.875s ease;
  position: relative;
  display: block;
}
.mainnav .level_1 > li a:hover, .mainnav .level_1 > li a:focus, .mainnav .level_1 > li strong {
  text-decoration: none;
  color: #FFC91E;
}
.mainnav .level_1 > li > a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: ".";
  color: transparent;
  background: transparent;
  height: 2px;
  transition: all 0.5s ease;
}
.mainnav .level_1 > li > a:hover:after {
  width: 70%;
}
.mainnav .level_2 {
  background-color: transparent;
  min-width: 100%;
}
.mainnav .level_2 li + li {
  border-top: 1px solid #fff;
}
.mainnav .level_2 a, .mainnav .level_2 strong {
  font-size: 90%;
  font-weight: 300;
}
.mainnav .level_2 strong, .mainnav .level_2 a:hover, .mainnav .level_2 a:focus {
  color: #FFC91E;
}
.mainnav .level_2 li {
  padding: 0.5625em 1.125em;
}
.mainnav ul li ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  padding: 0;
  overflow: hidden;
  z-index: 999;
  border-bottom: 2px solid #FFC91E;
  -moz-transition: opacity 500ms linear, visibility 0s linear 500ms;
  -o-transition: opacity 500ms linear, visibility 0s linear 500ms;
  -webkit-transition: opacity 500ms linear, visibility 0s linear;
  -webkit-transition-delay: 0s, 500ms;
  transition: opacity 500ms linear, visibility 0s linear 500ms;
}
.mainnav ul li:hover > ul, .mainnav ul li:focus > ul, .mainnav ul li:focus-within > ul, .mainnav ul li ul:hover, .mainnav ul li ul:focus, .mainnav ul li ul:focus-within {
  visibility: visible;
  opacity: 1;
  -moz-transition: opacity 500ms linear, visibility 0s linear;
  -o-transition: opacity 500ms linear, visibility 0s linear;
  -webkit-transition: opacity 500ms linear, visibility 0s linear;
  transition: opacity 500ms linear, visibility 0s linear;
}
.mainnav li {
  display: block;
  padding: 0.84375em 1.125em;
}
.mod_breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.125em;
  padding: 0;
  font-size: 80%;
  list-style: none;
  background-color: #fff;
  border-radius: 4px;
  margin-top: 0;
}
.mod_breadcrumb ul li {
  display: flex;
}
.mod_breadcrumb ul li + li {
  padding-left: 0.5625em;
}
.mod_breadcrumb ul li + li::before {
  display: inline-block;
  padding-right: 0.5625em;
  color: #EEEBE6;
  content: " > ";
}
.mod_breadcrumb ul li.active {
  color: #EEEBE6;
}
nav.pagination {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: 1fr;
  grid-gap: 0;
}
nav.pagination p {
  text-align: center;
  margin: 0;
}
nav.pagination ul {
  display: flex;
  justify-content: center;
}
nav.pagination ul li {
  padding: 0 0.84375em;
}
#top-row {
  background-color: #EEEBE6;
  color: #fff;
  font-size: 80%;
}
#top-row .inside {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  padding: 0.3375em 0;
}
#top-row .inside div {
  padding-left: 1.40625em;
}
#top-row a {
  color: #fff;
}
#header {
  position: absolute;
  z-index: 5;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
}
#header .header--demeter {
  position: absolute;
  top: 0;
  right: 10%;
}
#header .header--container {
  display: grid;
  grid-template-columns: 75px 1fr;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding-top: 85px;
  grid-gap: 1.25rem;
}
.mobile-header {
  width: 100%;
  height: 80px;
  background-color: #EEEBE6;
  padding-bottom: 0.84375em;
}
.mobile-header .inside {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile-header .hamburger {
  width: 100%;
  max-width: 4.5em;
  padding: 1.125em;
  display: block;
}
.mobile-header .logo img {
  max-height: 50px;
}
html {
  scroll-behavior: smooth;
}
.mobile-show {
  display: none;
}
@media screen and (max-width: 720px) {
  .mobile-hide {
    display: none !Important;
  }
  .mobile-show {
    display: block;
  }
}
#main {
  min-height: 60vh;
}
*.bg-default {
  background-color: #EEEBE6;
  padding: 1.125em;
  padding-top: 0;
}
*.bg-default75 {
  background-color: white;
  padding: 1.125em;
  padding-top: 0;
}
*.bg-default50 {
  background-color: white;
  padding: 1.125em;
  padding-top: 0;
}
*.bg-default25 {
  background-color: white;
  padding: 1.125em;
  padding-top: 0;
}
*.bg-secondary {
  background-color: #FFC91E;
  padding: 1.125em;
  padding-top: 0;
}
*.bg-secondary75 {
  background-color: #ffe89e;
  padding: 1.125em;
  padding-top: 0;
}
*.bg-secondary50 {
  background-color: white;
  padding: 1.125em;
  padding-top: 0;
}
*.bg-secondary25 {
  background-color: white;
  padding: 1.125em;
  padding-top: 0;
}
*.bg-gray125 {
  background-color: #101010;
  padding: 1.125em;
  padding-top: 0;
}
*.bg-gray {
  background-color: gray;
  padding: 1.125em;
  padding-top: 0;
}
*.bg-gray50 {
  background-color: #ccc;
  padding: 1.125em;
  padding-top: 0;
}
*.bg-gradient {
  background: linear-gradient(43deg, #EEEBE6, white);
  background-size: 100% 100%;
}
*.bg-gradient-2 {
  background: linear-gradient(43deg, white, #ffe89e);
  background-size: 100% 100%;
}
*.bg-gradient-animated {
  background: linear-gradient(43deg, #EEEBE6, white, #EEEBE6);
  background-size: 600% 600%;
  -webkit-animation: grad-ani 20s ease infinite;
  -moz-animation: grad-ani 20s ease infinite;
  -o-animation: grad-ani 20s ease infinite;
  animation: grad-ani 20s ease infinite;
}
@-webkit-keyframes grad-ani {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes grad-ani {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-o-keyframes grad-ani {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes grad-ani {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
*.persp-1 {
  transform: perspective(600px) rotateY(15deg);
}
*.persp-2 {
  transform: perspective(600px) rotateY(-15deg);
}
html {
  --grid__columns: 12;
  --grid__gutter: 1.875rem;
}
.row {
  display: grid;
  grid-template-columns: repeat(var(--grid__columns), minmax(0, 1fr));
  grid-gap: var(--grid__gutter);
  grid-auto-columns: 1fr;
}
.row--show {
  position: relative;
  background: #f9f9f9;
  z-index: 0;
  padding-top: 0.9375rem;
}
.row--show:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  background: repeating-linear-gradient(to right, #f0f0f0 0%, #f0f0f0 calc((100% - (1.875rem * 11)) / 12), #f9f9f9 calc((100% - (1.875rem * 11)) / 12), #f9f9f9 calc(((100% - (1.875rem * 11)) / 12) + 1.875rem));
}
/* ----- */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  grid-column: 1 / -1;
}
.row-span-xs-1, .row-span-xs-2, .row-span-xs-3, .row-span-xs-4, .row-span-xs-5, .row-span-xs-6, .row-span-xs-7, .row-span-xs-8, .row-span-xs-9, .row-span-xs-10, .row-span-xs-11, .row-span-xs-12, .row-span-sm-1, .row-span-sm-2, .row-span-sm-3, .row-span-sm-4, .row-span-sm-5, .row-span-sm-6, .row-span-sm-7, .row-span-sm-8, .row-span-sm-9, .row-span-sm-10, .row-span-sm-11, .row-span-sm-12, .row-span-md-1, .row-span-md-2, .row-span-md-3, .row-span-md-4, .row-span-md-5, .row-span-md-6, .row-span-md-7, .row-span-md-8, .row-span-md-9, .row-span-md-10, .row-span-md-11, .row-span-md-12, .row-span-lg-1, .row-span-lg-2, .row-span-lg-3, .row-span-lg-4, .row-span-lg-5, .row-span-lg-6, .row-span-lg-7, .row-span-lg-8, .row-span-lg-9, .row-span-lg-10, .row-span-lg-11, .row-span-lg-12, .row-span-xl-1, .row-span-xl-2, .row-span-xl-3, .row-span-xl-4, .row-span-xl-5, .row-span-xl-6, .row-span-xl-7, .row-span-xl-8, .row-span-xl-9, .row-span-xl-10, .row-span-xl-11, .row-span-xl-12 {
  grid-row: 1;
}
.justify-start {
  justify-self: start;
}
.justify-center {
  justify-self: center;
}
.justify-end {
  justify-self: end;
}
.justify-stretch {
  justify-self: stretch;
}
.align-start {
  align-self: start;
}
.align-center {
  align-self: center;
}
.align-end {
  align-self: end;
}
.align-stretch {
  align-self: stretch;
}
.col-1 {
  grid-column: span 1 / span 1;
}
.col-2 {
  grid-column: span 2 / span 2;
}
.col-3 {
  grid-column: span 3 / span 3;
}
.col-4 {
  grid-column: span 4 / span 4;
}
.col-5 {
  grid-column: span 5 / span 5;
}
.col-6 {
  grid-column: span 6 / span 6;
}
.col-7 {
  grid-column: span 7 / span 7;
}
.col-8 {
  grid-column: span 8 / span 8;
}
.col-9 {
  grid-column: span 9 / span 9;
}
.col-10 {
  grid-column: span 10 / span 10;
}
.col-11 {
  grid-column: span 11 / span 11;
}
.col-12 {
  grid-column: span 12 / span 12;
}
@media screen and (min-width: 0) {
  .col-xs-1 {
    grid-column: span 1 / span 1;
  }
  .col-xs-2 {
    grid-column: span 2 / span 2;
  }
  .col-xs-3 {
    grid-column: span 3 / span 3;
  }
  .col-xs-4 {
    grid-column: span 4 / span 4;
  }
  .col-xs-5 {
    grid-column: span 5 / span 5;
  }
  .col-xs-6 {
    grid-column: span 6 / span 6;
  }
  .col-xs-7 {
    grid-column: span 7 / span 7;
  }
  .col-xs-8 {
    grid-column: span 8 / span 8;
  }
  .col-xs-9 {
    grid-column: span 9 / span 9;
  }
  .col-xs-10 {
    grid-column: span 10 / span 10;
  }
  .col-xs-11 {
    grid-column: span 11 / span 11;
  }
  .col-xs-12 {
    grid-column: span 12 / span 12;
  }
}
@media screen and (min-width: 0) {
  .col-start-xs-1 {
    grid-column-start: 1;
  }
  .row-start-xs-1 {
    grid-row-start: 1;
  }
  .col-start-xs-2 {
    grid-column-start: 2;
  }
  .row-start-xs-2 {
    grid-row-start: 2;
  }
  .col-start-xs-3 {
    grid-column-start: 3;
  }
  .row-start-xs-3 {
    grid-row-start: 3;
  }
  .col-start-xs-4 {
    grid-column-start: 4;
  }
  .row-start-xs-4 {
    grid-row-start: 4;
  }
  .col-start-xs-5 {
    grid-column-start: 5;
  }
  .row-start-xs-5 {
    grid-row-start: 5;
  }
  .col-start-xs-6 {
    grid-column-start: 6;
  }
  .row-start-xs-6 {
    grid-row-start: 6;
  }
  .col-start-xs-7 {
    grid-column-start: 7;
  }
  .row-start-xs-7 {
    grid-row-start: 7;
  }
  .col-start-xs-8 {
    grid-column-start: 8;
  }
  .row-start-xs-8 {
    grid-row-start: 8;
  }
  .col-start-xs-9 {
    grid-column-start: 9;
  }
  .row-start-xs-9 {
    grid-row-start: 9;
  }
  .col-start-xs-10 {
    grid-column-start: 10;
  }
  .row-start-xs-10 {
    grid-row-start: 10;
  }
  .col-start-xs-11 {
    grid-column-start: 11;
  }
  .row-start-xs-11 {
    grid-row-start: 11;
  }
  .col-start-xs-12 {
    grid-column-start: 12;
  }
  .row-start-xs-12 {
    grid-row-start: 12;
  }
}
@media screen and (min-width: 0) {
  .pull-right-xs {
    grid-column-end: -1;
  }
  .pull-left-xs {
    grid-row-start: 1;
    grid-column-end: inherit;
  }
}
@media screen and (min-width: 0) {
  .justify-xs-start {
    justify-self: start;
  }
  .justify-xs-center {
    justify-self: center;
  }
  .justify-xs-end {
    justify-self: end;
  }
  .justify-xs-stretch {
    justify-self: stretch;
  }
  .align-xs-start {
    align-self: start;
  }
  .align-xs-center {
    align-self: center;
  }
  .align-xs-end {
    align-self: end;
  }
  .align-xs-stretch {
    align-self: stretch;
  }
}
@media screen and (min-width: 0) {
  .row-span-xs-1 {
    grid-row: span 1 / span 1;
  }
  .row-span-xs-2 {
    grid-row: span 2 / span 2;
  }
  .row-span-xs-3 {
    grid-row: span 3 / span 3;
  }
  .row-span-xs-4 {
    grid-row: span 4 / span 4;
  }
  .row-span-xs-5 {
    grid-row: span 5 / span 5;
  }
  .row-span-xs-6 {
    grid-row: span 6 / span 6;
  }
  .row-span-xs-7 {
    grid-row: span 7 / span 7;
  }
  .row-span-xs-8 {
    grid-row: span 8 / span 8;
  }
  .row-span-xs-9 {
    grid-row: span 9 / span 9;
  }
  .row-span-xs-10 {
    grid-row: span 10 / span 10;
  }
  .row-span-xs-11 {
    grid-row: span 11 / span 11;
  }
  .row-span-xs-12 {
    grid-row: span 12 / span 12;
  }
}
@media screen and (min-width: 34.375em) {
  .col-sm-1 {
    grid-column: span 1 / span 1;
  }
  .col-sm-2 {
    grid-column: span 2 / span 2;
  }
  .col-sm-3 {
    grid-column: span 3 / span 3;
  }
  .col-sm-4 {
    grid-column: span 4 / span 4;
  }
  .col-sm-5 {
    grid-column: span 5 / span 5;
  }
  .col-sm-6 {
    grid-column: span 6 / span 6;
  }
  .col-sm-7 {
    grid-column: span 7 / span 7;
  }
  .col-sm-8 {
    grid-column: span 8 / span 8;
  }
  .col-sm-9 {
    grid-column: span 9 / span 9;
  }
  .col-sm-10 {
    grid-column: span 10 / span 10;
  }
  .col-sm-11 {
    grid-column: span 11 / span 11;
  }
  .col-sm-12 {
    grid-column: span 12 / span 12;
  }
}
@media screen and (min-width: 34.375em) {
  .col-start-sm-1 {
    grid-column-start: 1;
  }
  .row-start-sm-1 {
    grid-row-start: 1;
  }
  .col-start-sm-2 {
    grid-column-start: 2;
  }
  .row-start-sm-2 {
    grid-row-start: 2;
  }
  .col-start-sm-3 {
    grid-column-start: 3;
  }
  .row-start-sm-3 {
    grid-row-start: 3;
  }
  .col-start-sm-4 {
    grid-column-start: 4;
  }
  .row-start-sm-4 {
    grid-row-start: 4;
  }
  .col-start-sm-5 {
    grid-column-start: 5;
  }
  .row-start-sm-5 {
    grid-row-start: 5;
  }
  .col-start-sm-6 {
    grid-column-start: 6;
  }
  .row-start-sm-6 {
    grid-row-start: 6;
  }
  .col-start-sm-7 {
    grid-column-start: 7;
  }
  .row-start-sm-7 {
    grid-row-start: 7;
  }
  .col-start-sm-8 {
    grid-column-start: 8;
  }
  .row-start-sm-8 {
    grid-row-start: 8;
  }
  .col-start-sm-9 {
    grid-column-start: 9;
  }
  .row-start-sm-9 {
    grid-row-start: 9;
  }
  .col-start-sm-10 {
    grid-column-start: 10;
  }
  .row-start-sm-10 {
    grid-row-start: 10;
  }
  .col-start-sm-11 {
    grid-column-start: 11;
  }
  .row-start-sm-11 {
    grid-row-start: 11;
  }
  .col-start-sm-12 {
    grid-column-start: 12;
  }
  .row-start-sm-12 {
    grid-row-start: 12;
  }
}
@media screen and (min-width: 34.375em) {
  .pull-right-sm {
    grid-column-end: -1;
  }
  .pull-left-sm {
    grid-row-start: 1;
    grid-column-end: inherit;
  }
}
@media screen and (min-width: 34.375em) {
  .justify-sm-start {
    justify-self: start;
  }
  .justify-sm-center {
    justify-self: center;
  }
  .justify-sm-end {
    justify-self: end;
  }
  .justify-sm-stretch {
    justify-self: stretch;
  }
  .align-sm-start {
    align-self: start;
  }
  .align-sm-center {
    align-self: center;
  }
  .align-sm-end {
    align-self: end;
  }
  .align-sm-stretch {
    align-self: stretch;
  }
}
@media screen and (min-width: 34.375em) {
  .row-span-sm-1 {
    grid-row: span 1 / span 1;
  }
  .row-span-sm-2 {
    grid-row: span 2 / span 2;
  }
  .row-span-sm-3 {
    grid-row: span 3 / span 3;
  }
  .row-span-sm-4 {
    grid-row: span 4 / span 4;
  }
  .row-span-sm-5 {
    grid-row: span 5 / span 5;
  }
  .row-span-sm-6 {
    grid-row: span 6 / span 6;
  }
  .row-span-sm-7 {
    grid-row: span 7 / span 7;
  }
  .row-span-sm-8 {
    grid-row: span 8 / span 8;
  }
  .row-span-sm-9 {
    grid-row: span 9 / span 9;
  }
  .row-span-sm-10 {
    grid-row: span 10 / span 10;
  }
  .row-span-sm-11 {
    grid-row: span 11 / span 11;
  }
  .row-span-sm-12 {
    grid-row: span 12 / span 12;
  }
}
@media screen and (min-width: 48em) {
  .col-md-1 {
    grid-column: span 1 / span 1;
  }
  .col-md-2 {
    grid-column: span 2 / span 2;
  }
  .col-md-3 {
    grid-column: span 3 / span 3;
  }
  .col-md-4 {
    grid-column: span 4 / span 4;
  }
  .col-md-5 {
    grid-column: span 5 / span 5;
  }
  .col-md-6 {
    grid-column: span 6 / span 6;
  }
  .col-md-7 {
    grid-column: span 7 / span 7;
  }
  .col-md-8 {
    grid-column: span 8 / span 8;
  }
  .col-md-9 {
    grid-column: span 9 / span 9;
  }
  .col-md-10 {
    grid-column: span 10 / span 10;
  }
  .col-md-11 {
    grid-column: span 11 / span 11;
  }
  .col-md-12 {
    grid-column: span 12 / span 12;
  }
}
@media screen and (min-width: 48em) {
  .col-start-md-1 {
    grid-column-start: 1;
  }
  .row-start-md-1 {
    grid-row-start: 1;
  }
  .col-start-md-2 {
    grid-column-start: 2;
  }
  .row-start-md-2 {
    grid-row-start: 2;
  }
  .col-start-md-3 {
    grid-column-start: 3;
  }
  .row-start-md-3 {
    grid-row-start: 3;
  }
  .col-start-md-4 {
    grid-column-start: 4;
  }
  .row-start-md-4 {
    grid-row-start: 4;
  }
  .col-start-md-5 {
    grid-column-start: 5;
  }
  .row-start-md-5 {
    grid-row-start: 5;
  }
  .col-start-md-6 {
    grid-column-start: 6;
  }
  .row-start-md-6 {
    grid-row-start: 6;
  }
  .col-start-md-7 {
    grid-column-start: 7;
  }
  .row-start-md-7 {
    grid-row-start: 7;
  }
  .col-start-md-8 {
    grid-column-start: 8;
  }
  .row-start-md-8 {
    grid-row-start: 8;
  }
  .col-start-md-9 {
    grid-column-start: 9;
  }
  .row-start-md-9 {
    grid-row-start: 9;
  }
  .col-start-md-10 {
    grid-column-start: 10;
  }
  .row-start-md-10 {
    grid-row-start: 10;
  }
  .col-start-md-11 {
    grid-column-start: 11;
  }
  .row-start-md-11 {
    grid-row-start: 11;
  }
  .col-start-md-12 {
    grid-column-start: 12;
  }
  .row-start-md-12 {
    grid-row-start: 12;
  }
}
@media screen and (min-width: 48em) {
  .pull-right-md {
    grid-column-end: -1;
  }
  .pull-left-md {
    grid-row-start: 1;
    grid-column-end: inherit;
  }
}
@media screen and (min-width: 48em) {
  .justify-md-start {
    justify-self: start;
  }
  .justify-md-center {
    justify-self: center;
  }
  .justify-md-end {
    justify-self: end;
  }
  .justify-md-stretch {
    justify-self: stretch;
  }
  .align-md-start {
    align-self: start;
  }
  .align-md-center {
    align-self: center;
  }
  .align-md-end {
    align-self: end;
  }
  .align-md-stretch {
    align-self: stretch;
  }
}
@media screen and (min-width: 48em) {
  .row-span-md-1 {
    grid-row: span 1 / span 1;
  }
  .row-span-md-2 {
    grid-row: span 2 / span 2;
  }
  .row-span-md-3 {
    grid-row: span 3 / span 3;
  }
  .row-span-md-4 {
    grid-row: span 4 / span 4;
  }
  .row-span-md-5 {
    grid-row: span 5 / span 5;
  }
  .row-span-md-6 {
    grid-row: span 6 / span 6;
  }
  .row-span-md-7 {
    grid-row: span 7 / span 7;
  }
  .row-span-md-8 {
    grid-row: span 8 / span 8;
  }
  .row-span-md-9 {
    grid-row: span 9 / span 9;
  }
  .row-span-md-10 {
    grid-row: span 10 / span 10;
  }
  .row-span-md-11 {
    grid-row: span 11 / span 11;
  }
  .row-span-md-12 {
    grid-row: span 12 / span 12;
  }
}
@media screen and (min-width: 58.75em) {
  .col-lg-1 {
    grid-column: span 1 / span 1;
  }
  .col-lg-2 {
    grid-column: span 2 / span 2;
  }
  .col-lg-3 {
    grid-column: span 3 / span 3;
  }
  .col-lg-4 {
    grid-column: span 4 / span 4;
  }
  .col-lg-5 {
    grid-column: span 5 / span 5;
  }
  .col-lg-6 {
    grid-column: span 6 / span 6;
  }
  .col-lg-7 {
    grid-column: span 7 / span 7;
  }
  .col-lg-8 {
    grid-column: span 8 / span 8;
  }
  .col-lg-9 {
    grid-column: span 9 / span 9;
  }
  .col-lg-10 {
    grid-column: span 10 / span 10;
  }
  .col-lg-11 {
    grid-column: span 11 / span 11;
  }
  .col-lg-12 {
    grid-column: span 12 / span 12;
  }
}
@media screen and (min-width: 58.75em) {
  .col-start-lg-1 {
    grid-column-start: 1;
  }
  .row-start-lg-1 {
    grid-row-start: 1;
  }
  .col-start-lg-2 {
    grid-column-start: 2;
  }
  .row-start-lg-2 {
    grid-row-start: 2;
  }
  .col-start-lg-3 {
    grid-column-start: 3;
  }
  .row-start-lg-3 {
    grid-row-start: 3;
  }
  .col-start-lg-4 {
    grid-column-start: 4;
  }
  .row-start-lg-4 {
    grid-row-start: 4;
  }
  .col-start-lg-5 {
    grid-column-start: 5;
  }
  .row-start-lg-5 {
    grid-row-start: 5;
  }
  .col-start-lg-6 {
    grid-column-start: 6;
  }
  .row-start-lg-6 {
    grid-row-start: 6;
  }
  .col-start-lg-7 {
    grid-column-start: 7;
  }
  .row-start-lg-7 {
    grid-row-start: 7;
  }
  .col-start-lg-8 {
    grid-column-start: 8;
  }
  .row-start-lg-8 {
    grid-row-start: 8;
  }
  .col-start-lg-9 {
    grid-column-start: 9;
  }
  .row-start-lg-9 {
    grid-row-start: 9;
  }
  .col-start-lg-10 {
    grid-column-start: 10;
  }
  .row-start-lg-10 {
    grid-row-start: 10;
  }
  .col-start-lg-11 {
    grid-column-start: 11;
  }
  .row-start-lg-11 {
    grid-row-start: 11;
  }
  .col-start-lg-12 {
    grid-column-start: 12;
  }
  .row-start-lg-12 {
    grid-row-start: 12;
  }
}
@media screen and (min-width: 58.75em) {
  .pull-right-lg {
    grid-column-end: -1;
  }
  .pull-left-lg {
    grid-row-start: 1;
    grid-column-end: inherit;
  }
}
@media screen and (min-width: 58.75em) {
  .justify-lg-start {
    justify-self: start;
  }
  .justify-lg-center {
    justify-self: center;
  }
  .justify-lg-end {
    justify-self: end;
  }
  .justify-lg-stretch {
    justify-self: stretch;
  }
  .align-lg-start {
    align-self: start;
  }
  .align-lg-center {
    align-self: center;
  }
  .align-lg-end {
    align-self: end;
  }
  .align-lg-stretch {
    align-self: stretch;
  }
}
@media screen and (min-width: 58.75em) {
  .row-span-lg-1 {
    grid-row: span 1 / span 1;
  }
  .row-span-lg-2 {
    grid-row: span 2 / span 2;
  }
  .row-span-lg-3 {
    grid-row: span 3 / span 3;
  }
  .row-span-lg-4 {
    grid-row: span 4 / span 4;
  }
  .row-span-lg-5 {
    grid-row: span 5 / span 5;
  }
  .row-span-lg-6 {
    grid-row: span 6 / span 6;
  }
  .row-span-lg-7 {
    grid-row: span 7 / span 7;
  }
  .row-span-lg-8 {
    grid-row: span 8 / span 8;
  }
  .row-span-lg-9 {
    grid-row: span 9 / span 9;
  }
  .row-span-lg-10 {
    grid-row: span 10 / span 10;
  }
  .row-span-lg-11 {
    grid-row: span 11 / span 11;
  }
  .row-span-lg-12 {
    grid-row: span 12 / span 12;
  }
}
@media screen and (min-width: 68.75em) {
  .col-xl-1 {
    grid-column: span 1 / span 1;
  }
  .col-xl-2 {
    grid-column: span 2 / span 2;
  }
  .col-xl-3 {
    grid-column: span 3 / span 3;
  }
  .col-xl-4 {
    grid-column: span 4 / span 4;
  }
  .col-xl-5 {
    grid-column: span 5 / span 5;
  }
  .col-xl-6 {
    grid-column: span 6 / span 6;
  }
  .col-xl-7 {
    grid-column: span 7 / span 7;
  }
  .col-xl-8 {
    grid-column: span 8 / span 8;
  }
  .col-xl-9 {
    grid-column: span 9 / span 9;
  }
  .col-xl-10 {
    grid-column: span 10 / span 10;
  }
  .col-xl-11 {
    grid-column: span 11 / span 11;
  }
  .col-xl-12 {
    grid-column: span 12 / span 12;
  }
}
@media screen and (min-width: 68.75em) {
  .col-start-xl-1 {
    grid-column-start: 1;
  }
  .row-start-xl-1 {
    grid-row-start: 1;
  }
  .col-start-xl-2 {
    grid-column-start: 2;
  }
  .row-start-xl-2 {
    grid-row-start: 2;
  }
  .col-start-xl-3 {
    grid-column-start: 3;
  }
  .row-start-xl-3 {
    grid-row-start: 3;
  }
  .col-start-xl-4 {
    grid-column-start: 4;
  }
  .row-start-xl-4 {
    grid-row-start: 4;
  }
  .col-start-xl-5 {
    grid-column-start: 5;
  }
  .row-start-xl-5 {
    grid-row-start: 5;
  }
  .col-start-xl-6 {
    grid-column-start: 6;
  }
  .row-start-xl-6 {
    grid-row-start: 6;
  }
  .col-start-xl-7 {
    grid-column-start: 7;
  }
  .row-start-xl-7 {
    grid-row-start: 7;
  }
  .col-start-xl-8 {
    grid-column-start: 8;
  }
  .row-start-xl-8 {
    grid-row-start: 8;
  }
  .col-start-xl-9 {
    grid-column-start: 9;
  }
  .row-start-xl-9 {
    grid-row-start: 9;
  }
  .col-start-xl-10 {
    grid-column-start: 10;
  }
  .row-start-xl-10 {
    grid-row-start: 10;
  }
  .col-start-xl-11 {
    grid-column-start: 11;
  }
  .row-start-xl-11 {
    grid-row-start: 11;
  }
  .col-start-xl-12 {
    grid-column-start: 12;
  }
  .row-start-xl-12 {
    grid-row-start: 12;
  }
}
@media screen and (min-width: 68.75em) {
  .pull-right-xl {
    grid-column-end: -1;
  }
  .pull-left-xl {
    grid-row-start: 1;
    grid-column-end: inherit;
  }
}
@media screen and (min-width: 68.75em) {
  .justify-xl-start {
    justify-self: start;
  }
  .justify-xl-center {
    justify-self: center;
  }
  .justify-xl-end {
    justify-self: end;
  }
  .justify-xl-stretch {
    justify-self: stretch;
  }
  .align-xl-start {
    align-self: start;
  }
  .align-xl-center {
    align-self: center;
  }
  .align-xl-end {
    align-self: end;
  }
  .align-xl-stretch {
    align-self: stretch;
  }
}
@media screen and (min-width: 68.75em) {
  .row-span-xl-1 {
    grid-row: span 1 / span 1;
  }
  .row-span-xl-2 {
    grid-row: span 2 / span 2;
  }
  .row-span-xl-3 {
    grid-row: span 3 / span 3;
  }
  .row-span-xl-4 {
    grid-row: span 4 / span 4;
  }
  .row-span-xl-5 {
    grid-row: span 5 / span 5;
  }
  .row-span-xl-6 {
    grid-row: span 6 / span 6;
  }
  .row-span-xl-7 {
    grid-row: span 7 / span 7;
  }
  .row-span-xl-8 {
    grid-row: span 8 / span 8;
  }
  .row-span-xl-9 {
    grid-row: span 9 / span 9;
  }
  .row-span-xl-10 {
    grid-row: span 10 / span 10;
  }
  .row-span-xl-11 {
    grid-row: span 11 / span 11;
  }
  .row-span-xl-12 {
    grid-row: span 12 / span 12;
  }
}
.col-start-1 {
  grid-column-start: 1;
}
.row-start-1 {
  grid-row-start: 1;
}
.col-start-2 {
  grid-column-start: 2;
}
.row-start-2 {
  grid-row-start: 2;
}
.col-start-3 {
  grid-column-start: 3;
}
.row-start-3 {
  grid-row-start: 3;
}
.col-start-4 {
  grid-column-start: 4;
}
.row-start-4 {
  grid-row-start: 4;
}
.col-start-5 {
  grid-column-start: 5;
}
.row-start-5 {
  grid-row-start: 5;
}
.col-start-6 {
  grid-column-start: 6;
}
.row-start-6 {
  grid-row-start: 6;
}
.col-start-7 {
  grid-column-start: 7;
}
.row-start-7 {
  grid-row-start: 7;
}
.col-start-8 {
  grid-column-start: 8;
}
.row-start-8 {
  grid-row-start: 8;
}
.col-start-9 {
  grid-column-start: 9;
}
.row-start-9 {
  grid-row-start: 9;
}
.col-start-10 {
  grid-column-start: 10;
}
.row-start-10 {
  grid-row-start: 10;
}
.col-start-11 {
  grid-column-start: 11;
}
.row-start-11 {
  grid-row-start: 11;
}
.col-start-12 {
  grid-column-start: 12;
}
.row-start-12 {
  grid-row-start: 12;
}
.row-span-1 {
  grid-row: span 1 / span 1;
}
.row-span-2 {
  grid-row: span 2 / span 2;
}
.row-span-3 {
  grid-row: span 3 / span 3;
}
.row-span-4 {
  grid-row: span 4 / span 4;
}
.row-span-5 {
  grid-row: span 5 / span 5;
}
.row-span-6 {
  grid-row: span 6 / span 6;
}
.row-span-7 {
  grid-row: span 7 / span 7;
}
.row-span-8 {
  grid-row: span 8 / span 8;
}
.row-span-9 {
  grid-row: span 9 / span 9;
}
.row-span-10 {
  grid-row: span 10 / span 10;
}
.row-span-11 {
  grid-row: span 11 / span 11;
}
.row-span-12 {
  grid-row: span 12 / span 12;
}
footer {
  background-color: #362306;
}
footer .inside {
  font-size: 90%;
  padding-top: 6.75em;
  padding-bottom: 2.25em;
  max-width: 1160px;
  margin: 0 auto;
  color: #fff;
  line-height: 1.8;
}
footer a:hover, footer a:focus, footer strong {
  color: #FFC91E;
}
footer .footer-social {
  text-align: center;
}
footer .social-icon i {
  font-size: 48px;
  display: block;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
}
footer .ce_gallery li {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 2.5rem;
}
footer .row.flex-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
figcaption.caption {
  font-size: 80%;
  color: gray;
  line-height: 1.2;
  padding-top: 0.225em;
}
img {
  max-width: 100%;
  height: auto;
  transition: 0.3s ease-in-out;
  overflow: hidden;
  vertical-align: bottom;
}
figure, picture {
  margin: 0;
  overflow: hidden;
}
.float_left, .left figure {
  float: left;
}
.float_left .caption, .left figure .caption {
  text-align: left;
}
.float_right, .right figure {
  float: right;
}
.float_right .caption, .right figure .caption {
  text-align: right;
}
.img_center img {
  display: block;
  margin: 0 auto;
}
.img_center .caption {
  text-align: center;
}
.round img {
  border-radius: 50%;
}
.rounded img {
  border-radius: 4px;
}
.border-img img {
  border: 1px solid #000;
}
.border-img-primary img {
  border: 1px solid #EEEBE6;
}
.grayscale img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.blur img {
  -webkit-filter: blur(3px);
  filter: blur(3px);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.scale img:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.color img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.shine figure {
  position: relative;
}
.shine figure::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.shine figure:hover::before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.slide img {
  margin-left: 30px;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.slide img:hover {
  margin-left: 0;
}
.non-blur img:hover {
  -webkit-filter: blur(0);
  filter: blur(0);
}
.mod_article {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
}
.mod_article.article-full {
  width: 100%;
  max-width: 1920px;
}
.mod_article.article-full .row {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
}
.mod_article.bg-default {
  background-color: #EEEBE6;
}
.mod_article.bg-default75 {
  background-color: white;
}
.mod_article.bg-default50 {
  background-color: white;
}
.mod_article.bg-default25 {
  background-color: white;
}
.mod_article.bg-secondary {
  background-color: #FFC91E;
}
.mod_article.bg-secondary75 {
  background-color: #ffe89e;
}
.mod_article.bg-secondary50 {
  background-color: white;
}
.mod_article.bg-secondary25 {
  background-color: white;
}
.mod_article.bg-gray125 {
  background-color: #101010;
}
.mod_article.bg-gray {
  background-color: gray;
}
.mod_article.bg-gray50 {
  background-color: #ccc;
}
.mod_article.bg-light {
  isolation: isolate;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  align-items: center;
  justify-items: center;
  text-align: center;
}
.mod_article.bg-light .article-image, .mod_article.bg-light .inside {
  grid-row: 1;
  grid-column: 1;
}
.mod_article.bg-light .article-image {
  z-index: -2;
}
.mod_article.bg-light .inside {
  z-index: 1;
  width: 100%;
}
.mod_article.bg-dark {
  isolation: isolate;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  align-items: center;
  justify-items: center;
  text-align: center;
  background-color: #362306;
}
.mod_article.bg-dark .article-image, .mod_article.bg-dark .inside {
  grid-row: 1;
  grid-column: 1;
}
.mod_article.bg-dark .article-image {
  z-index: -2;
}
.mod_article.bg-dark .inside {
  z-index: 1;
  width: 100%;
}
.row.ce_rowStart.row-full {
  width: 100%;
  max-width: unset;
  grid-gap: 0;
}
.ce_form form {
  padding-top: 0.5625em;
}
.ce_form .widget {
  margin-bottom: 1.125em;
  overflow: visible;
}
.ce_form .widget-explanation p {
  font-size: 90%;
}
.ce_form select {
  padding: 3px 5px;
  font-size: 90%;
}
.ce_form fieldset {
  border: 1px solid gray;
  margin: 0.5625em 0;
  margin-bottom: 1.125em;
  padding: 1.125em 0.5625em;
  border-radius: 4px;
}
.ce_form input {
  accent-color: #FFC91E;
}
.ce_form.label_absolute .widget {
  position: relative;
  margin-bottom: 1.6875em;
}
.ce_form.label_absolute .widget label {
  position: absolute;
  top: -9px;
  left: 15px;
  font-size: 80%;
  background-color: #fff;
  width: fit-content;
  padding: 0 5px;
  min-width: unset;
}
.ce_form.label_absolute input, .ce_form.label_absolute textarea {
  width: 100%;
  border: 1px solid #EEEBE6;
  padding: 0.421875em 0.84375em;
  border-radius: 4px;
}
.ce_form.label_absolute .widget-select, .ce_form.label_absolute .widget-range {
  display: flex;
  align-items: center;
}
.ce_form.label_absolute .widget-select label, .ce_form.label_absolute .widget-range label {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  padding-right: 15px;
}
.ce_form.label_absolute .widget-radio span, .ce_form.label_absolute .widget-checkbox span {
  display: inline-block;
}
.ce_form.label_absolute .widget-radio span label, .ce_form.label_absolute .widget-checkbox span label {
  position: relative;
  top: 0;
  left: 0;
  display: inline;
  padding-right: 15px;
  font-size: 90%;
  width: unset;
}
.ce_form.label_absolute .widget-radio span input, .ce_form.label_absolute .widget-checkbox span input {
  display: inline;
  width: unset;
}
p.error {
  border: #b10000;
  border-radius: 5px;
  padding: 0.5em;
  background-color: #fff;
  color: #b10000;
  text-align: center;
  border: 1px solid #b10000;
}
.ce_form.focus_shift .widget-text, .ce_form.focus_shift .widget-password {
  position: relative;
}
.ce_form.focus_shift .widget-text input, .ce_form.focus_shift .widget-password input {
  border: none;
  border-bottom: 2px solid gray;
  width: 100%;
  position: relative;
  background-color: transparent;
  height: 45px;
  padding-top: 20px;
}
.ce_form.focus_shift .widget-text label, .ce_form.focus_shift .widget-password label {
  display: none;
}
.ce_form.focus_shift .widget-textarea {
  position: relative;
}
.ce_form.focus_shift .widget-textarea textarea {
  border: none;
  border-bottom: 2px solid gray;
  width: 100%;
  position: relative;
  background-color: transparent;
  min-height: 115px;
  padding-top: 13px;
  padding-bottom: 13px;
}
.ce_form.focus_shift .widget-textarea label {
  display: none;
}
.ce_form.focus_shift textarea:focus, .ce_form.focus_shift input:focus {
  border-bottom: 2px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(45deg, #EEEBE6, white);
  outline: none;
}
.ce_form.focus_shift .focus-input2 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  font-size: 80%;
}
.ce_form.focus_shift .focus-input2::after {
  content: attr(data-placeholder);
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
html {
  font-size: 16px;
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  color: #fff;
  font-family: "Lato";
  font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
}
h1, .h1 {
  font-size: 3.75em;
  color: #fff;
  font-weight: 700;
  line-height: 1.1;
  font-family: "Aller";
  margin-top: 1.125em;
  margin-bottom: 0.5625em;
}
.h-xl h1, h1.h-xl {
  font-size: 4.25em;
}
.h-xxl h1, h1.h-xxl {
  font-size: 4.75em;
}
h2, .h2 {
  font-size: 2.25em;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Aller";
  margin-top: 1.125em;
  margin-bottom: 0.5625em;
  color: #fff;
}
.h-xl h2, h2.h-xl {
  font-size: 2.625em;
}
.h-xxl h2, h2.h-xxl {
  font-size: 2.875em;
}
h3, .h3 {
  font-size: 1.875em;
  line-height: 1.2;
  font-weight: 700;
  font-family: "Aller";
  margin-top: 1.125em;
  margin-bottom: 0.5625em;
  color: #fff;
}
.h-xl h3, h3.h-xl {
  font-size: 2.25em;
}
.h-xxl h3, h3.h-xxl {
  font-size: 2.625em;
}
h4, .h4 {
  font-size: 1.5em;
  color: #fff;
  font-family: "Aller";
  line-height: 1.3;
}
.h-xl h4, h4.h-xl {
  font-size: 1.875em;
}
.h-xxl h4, h4.h-xxl {
  font-size: 2.25em;
}
h5, .h5 {
  font-size: 1.125em;
  font-family: "Aller";
  color: #fff;
  line-height: 1.4;
}
.h-xl h5, h5.h-xl {
  font-size: 1.5em;
}
.h-xxl h5, h5.h-xxl {
  font-size: 1.875em;
}
h6, .h6 {
  font-size: 1.025em;
  color: #fff;
  line-height: 1.4;
}
.h-xl h6, h6.h-xl {
  font-size: 1.125em;
}
.h-xxl h6, h6.h-xxl {
  font-size: 1.5em;
}
h1 + h2, h2 + h3, h3 + h4 {
  margin-top: 0.28125em;
}
p {
  width: 100%;
}
a {
  color: #EEEBE6;
  text-decoration: none;
}
a:hover {
  color: #d9d3c8;
}
.left {
  text-align: left;
}
.right, .right p {
  text-align: right;
  margin-left: auto;
}
.center, .center p {
  text-align: center;
  margin: 0 auto;
}
.uppercase {
  text-transform: uppercase;
}
.bolder {
  font-weight: 700;
}
h1, h2, h3, h4, h5, h6 {
  position: relative;
}
h1.border-left-bottom::after, h2.border-left-bottom::after, h3.border-left-bottom::after, h4.border-left-bottom::after, h5.border-left-bottom::after, h6.border-left-bottom::after, .border-left-bottom h1::after, .border-left-bottom h2::after, .border-left-bottom h3::after, .border-left-bottom h4::after, .border-left-bottom h5::after, .border-left-bottom h6::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 10%;
  content: " ";
  height: 3px;
  background-color: #EEEBE6;
}
h1.border-left-top::after, h2.border-left-top::after, h3.border-left-top::after, h4.border-left-top::after, h5.border-left-top::after, h6.border-left-top::after, .border-left-top h1::after, .border-left-top h2::after, .border-left-top h3::after, .border-left-top h4::after, .border-left-top h5::after, .border-left-top h6::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 10%;
  content: " ";
  height: 3px;
  background-color: #EEEBE6;
}
.font-light, .font-light * {
  color: #fff;
}
.font-dark, .font-dark * {
  color: #000;
}
.font-default, .font-default * {
  color: #EEEBE6;
}
.font-secondary, .font-secondary * {
  color: #FFC91E;
}
.teaser p {
  font-size: 1.125rem;
  line-height: 1.6;
  max-width: 450px;
  margin: 0 auto;
}
.p-1 {
  padding: 1.125em !Important;
}
.p-2 {
  padding: 2.25em !Important;
}
.p-3 {
  padding: 3.375em !Important;
}
.p-4 {
  padding: 4.5em !Important;
}
.p-5 {
  padding: 5.625em !Important;
}
.px-1 {
  padding: 0 1.125em !Important;
}
.px-2 {
  padding: 0 2.25em !Important;
}
.px-3 {
  padding: 0 3.375em !Important;
}
.px-4 {
  padding: 0 4.5em !Important;
}
.px-5 {
  padding: 0 5.625em !Important;
}
.pr-1 {
  padding-right: 1.125em !Important;
}
.pr-2 {
  padding-right: 2.25em !Important;
}
.pr-3 {
  padding-right: 3.375em !Important;
}
.pr-4 {
  padding-right: 4.5em !Important;
}
.pr-5 {
  padding-right: 5.625em !Important;
}
.pl-1 {
  padding-left: 1.125em !Important;
}
.pl-2 {
  padding-left: 2.25em !Important;
}
.pl-3 {
  padding-left: 3.375em !Important;
}
.pl-4 {
  padding-left: 4.5em !Important;
}
.pl-5 {
  padding-left: 5.625em !Important;
}
.py-1 {
  padding: 1.125em 0 !Important;
}
.py-2 {
  padding: 2.25em 0 !Important;
}
.py-3 {
  padding: 3.375em 0 !Important;
}
.py-4 {
  padding: 4.5em 0 !Important;
}
.py-5 {
  padding: 5.625em 0 !Important;
}
.pt-1 {
  padding-top: 1.125em !Important;
}
.pt-2 {
  padding-top: 2.25em !Important;
}
.pt-3 {
  padding-top: 3.375em !Important;
}
.pt-4 {
  padding-top: 4.5em !Important;
}
.pt-5 {
  padding-top: 5.625em !Important;
}
.pb-1 {
  padding-bottom: 1.125em !Important;
}
.pb-2 {
  padding-bottom: 2.25em !Important;
}
.pb-3 {
  padding-bottom: 3.375em !Important;
}
.pb-4 {
  padding-bottom: 4.5em !Important;
}
.pb-5 {
  padding-bottom: 5.625em !Important;
}
.m-1 {
  margin: 1.125em !Important;
}
.m-2 {
  margin: 2.25em !Important;
}
.m-3 {
  margin: 3.375em !Important;
}
.m-4 {
  margin: 4.5em !Important;
}
.m-5 {
  margin: 5.625em !Important;
}
.mx-1 {
  margin: 0 1.125em !Important;
}
.mx-2 {
  margin: 0 2.25em !Important;
}
.mx-3 {
  margin: 0 3.375em !Important;
}
.mx-4 {
  margin: 0 4.5em !Important;
}
.mx-5 {
  margin: 0 5.625em !Important;
}
.mr-1 {
  padding-right: 1.125em !Important;
}
.mr-2 {
  padding-right: 2.25em !Important;
}
.mr-3 {
  padding-right: 3.375em !Important;
}
.mr-4 {
  padding-right: 4.5em !Important;
}
.mr-5 {
  padding-right: 5.625em !Important;
}
.ml-1 {
  padding-left: 1.125em !Important;
}
.ml-2 {
  padding-left: 2.25em !Important;
}
.ml-3 {
  padding-left: 3.375em !Important;
}
.ml-4 {
  padding-left: 4.5em !Important;
}
.ml-5 {
  padding-left: 5.625em !Important;
}
.my-1 {
  margin: 1.125em 0 !Important;
}
.my-2 {
  margin: 2.25em 0 !Important;
}
.my-3 {
  margin: 3.375em 0 !Important;
}
.my-4 {
  margin: 4.5em 0 !Important;
}
.my-5 {
  margin: 5.625em 0 !Important;
}
.mt-1 {
  margin-top: 1.125em !Important;
}
.mt-2 {
  margin-top: 2.25em !Important;
}
.mt-3 {
  margin-top: 3.375em !Important;
}
.mt-4 {
  margin-top: 4.5em !Important;
}
.mt-5 {
  margin-top: 5.625em !Important;
}
.mb-1 {
  margin-bottom: 1.125em !Important;
}
.mb-2 {
  margin-bottom: 2.25em !Important;
}
.mb-3 {
  margin-bottom: 3.375em !Important;
}
.mb-4 {
  margin-bottom: 4.5em !Important;
}
.mb-5 {
  margin-bottom: 5.625em !Important;
}
*.shadow-soft {
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.15);
  margin: 0.225em;
}
*.shadow-hard {
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.35);
  margin: 0.225em;
}
*.shadow-gradient {
  isolation: isolate;
  position: relative;
  box-shadow: 0;
  overflow: visible;
}
*.shadow-gradient::before, *.shadow-gradient::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(43deg, white, #ffe89e);
}
*.shadow-gradient::before {
  filter: blur(0.5em);
}
*.shadow-gradient::after {
  opacity: 0.5;
  filter: blur(1.5em);
}
*.primary-border {
  border: 1px solid #EEEBE6;
  border-radius: 4px;
  padding: 0.28125em 0.5625em;
}
*.secondary-border {
  border: 1px solid #FFC91E;
  border-radius: 4px;
  padding: 0.28125em 0.5625em;
}
*.black-border {
  border: 1px solid #000;
  border-radius: 4px;
  padding: 0.28125em 0.5625em;
}
*.white-border {
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 0.28125em 0.5625em;
}
*.gray-border {
  border: 1px solid gray;
  border-radius: 4px;
  padding: 0.28125em 0.5625em;
}
.ce_accordion, .ce_accordionSingle {
  margin-bottom: 0.5625em;
}
.ce_accordion .toggler, .ce_accordionSingle .toggler {
  padding: 0.5625em 1.125em;
  border: 1px solid #EEEBE6;
  transition: 0.3s ease-in-out;
}
.ce_accordion .toggler.active, .ce_accordion .toggler:hover, .ce_accordionSingle .toggler.active, .ce_accordionSingle .toggler:hover {
  background-color: #EEEBE6;
  color: #fff;
}
.ce_accordion .toggler:before, .ce_accordionSingle .toggler:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  color: #EEEBE6;
  transition: 0.3s ease-in-out;
}
.ce_accordion .toggler:hover::before, .ce_accordionSingle .toggler:hover::before {
  color: #fff;
}
.ce_accordion .toggler.active:before, .ce_accordionSingle .toggler.active:before {
  content: "";
  color: #fff;
}
.ce_download, .ce_downloads {
  margin-bottom: 1.125em;
}
.ce_download ul, .ce_downloads ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ce_download li, .ce_download p, .ce_downloads li, .ce_downloads p {
  padding: 0.28125em;
  border-bottom: 1px dotted #000;
  list-style-position: inside;
  list-style-type: circle;
  background-color: #fff;
}
.ce_download li:hover, .ce_download p:hover, .ce_downloads li:hover, .ce_downloads p:hover {
  background-color: #d9d3c8;
}
.ce_download li:hover a, .ce_download p:hover a, .ce_downloads li:hover a, .ce_downloads p:hover a {
  color: #fff;
}
.ce_download li:hover a:hover, .ce_download p:hover a:hover, .ce_downloads li:hover a:hover, .ce_downloads p:hover a:hover {
  color: #fff;
}
.ce_download span.size, .ce_downloads span.size {
  display: block;
  float: right;
  font-size: 80%;
  color: gray;
}
.ce_download .ext-jpg, .ce_downloads .ext-jpg {
  list-style-image: url(../../assets/contao/images/iconJPG.svg);
}
.ce_download .ext-gif, .ce_downloads .ext-gif {
  list-style-image: url(../../assets/contao/images/iconGIF.svg);
}
.ce_download .ext-png, .ce_downloads .ext-png {
  list-style-image: url(../../assets/contao/images/iconPNG.svg);
}
.ce_download .ext-pdf, .ce_downloads .ext-pdf {
  list-style-image: url(../../assets/contao/images/iconPDF.svg);
}
.ce_download .ext-doc, .ce_downloads .ext-doc {
  list-style-image: url(../../assets/contao/images/iconDOC.svg);
}
.ce_download .ext-docx, .ce_downloads .ext-docx {
  list-style-image: url(../../assets/contao/images/iconDOCX.svg);
}
.ce_download .ext-docm, .ce_downloads .ext-docm {
  list-style-image: url(../../assets/contao/images/iconDOC.svg);
}
.ce_download .ext-odt, .ce_downloads .ext-odt {
  list-style-image: url(../../assets/contao/images/iconODT.svg);
}
.ce_download .ext-ods, .ce_downloads .ext-ods {
  list-style-image: url(../../assets/contao/images/iconODS.svg);
}
.ce_download .ext-odp, .ce_downloads .ext-odp {
  list-style-image: url(../../assets/contao/images/iconODP.svg);
}
.ce_download .ext-odi, .ce_downloads .ext-odi {
  list-style-image: url(../../assets/contao/images/iconODI.svg);
}
.ce_download .ext-odf, .ce_downloads .ext-odf {
  list-style-image: url(../../assets/contao/images/iconODF.svg);
}
.ce_download .ext-odc, .ce_downloads .ext-odc {
  list-style-image: url(../../assets/contao/images/iconODC.svg);
}
.ce_download .ext-oda, .ce_downloads .ext-oda {
  list-style-image: url(../../assets/contao/images/iconODA.svg);
}
.ce_download .ext-xls, .ce_downloads .ext-xls {
  list-style-image: url(../../assets/contao/images/iconXLS.svg);
}
.ce_download .ext-xlsx, .ce_downloads .ext-xlsx {
  list-style-image: url(../../assets/contao/images/iconXLSX.svg);
}
.ce_download .ext-xlsm, .ce_downloads .ext-xlsm {
  list-style-image: url(../../assets/contao/images/iconXLS.svg);
}
.ce_download .ext-ppt, .ce_downloads .ext-ppt {
  list-style-image: url(../../assets/contao/images/iconPPT.svg);
}
.ce_download .ext-pptx, .ce_downloads .ext-pptx {
  list-style-image: url(../../assets/contao/images/iconPPTX.svg);
}
.ce_download .ext-ppts, .ce_downloads .ext-ppts {
  list-style-image: url(../../assets/contao/images/iconPPT.svg);
}
.ce_download .ext-txt, .ce_downloads .ext-txt {
  list-style-image: url(../../assets/contao/images/iconTXT.svg);
}
.ce_download .ext-svg, .ce_downloads .ext-svg {
  list-style-image: url(../../assets/contao/images/iconSVG.svg);
}
.ce_download .ext-zip, .ce_downloads .ext-zip {
  list-style-image: url(../../assets/contao/images/iconZIP.svg);
}
.ce_download .ext-rar, .ce_downloads .ext-rar {
  list-style-image: url(../../assets/contao/images/iconRAR.svg);
}
.ce_gallery ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list-circle ul {
  list-style-type: circle;
}
.list-default ul {
  list-style-type: disc;
}
.list-square ul {
  list-style-type: square;
}
.list-none ul {
  list-style-type: none;
}
.list-romansmall ol {
  list-style-type: lower-roman;
}
.list-romanbig ol {
  list-style-type: upper-roman;
}
.list-decimalzero ol {
  list-style-type: decimal-leading-zero;
}
.list-img ul {
  padding: 0;
}
.list-img ul li {
  list-style: none;
  padding-left: 50px;
  position: relative;
  padding-bottom: 1.125em;
}
.list-img ul li:before {
  content: "";
  position: absolute;
  top: -5px;
  left: 5px;
  display: inline-block;
  height: 30px;
  width: 30px;
  background-size: contain;
  background-image: url("../../files/template/redesign24/img/home-solid.svg");
  background-repeat: no-repeat;
}
.list-gradient ul {
  display: block;
  margin-left: -10px;
}
.list-gradient ul li {
  display: block;
  position: relative;
}
.list-gradient ul li:not(:last-child) {
  margin-bottom: 16px;
}
.list-gradient ul li:before {
  content: "";
  position: absolute;
  top: 1.2em;
  left: -30px;
  margin-top: -0.9em;
  background: linear-gradient(45deg, #d9d3c8, white);
  height: 12px;
  width: 12px;
  border-radius: 50%;
}
a.slider-prev, a.slider-next {
  margin-top: -1.125em;
}
table {
  max-width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
  overflow: hidden;
  font-size: 90%;
}
table td, table th {
  padding: 0.5625em 1.125em;
  position: relative;
}
.table-striped-light tr:nth-child(even) {
  background: #ccc;
}
.table-striped-dark tr:nth-child(even) {
  background: #101010;
  color: #fff;
}
.table-striped-primary tr:nth-child(even) {
  background: #EEEBE6;
}
.table-striped-primary25 tr:nth-child(even) {
  background: white;
}
.table-striped-secondary tr:nth-child(even) {
  background: #FFC91E;
}
.table-striped-primary25 tr:nth-child(even) {
  background: white;
}
.table-hover-horizontal tr:hover {
  background: #101010;
  color: #fff;
}
.table-hover-vertical td:hover::after {
  content: "";
  position: absolute;
  background-color: #ccc;
  left: 0;
  top: -5000px;
  height: 10000px;
  width: 100%;
  z-index: -1;
}
.table-hover-both tr:hover {
  background: #ccc;
}
.table-hover-both td:hover::after {
  content: "";
  position: absolute;
  background-color: #ccc;
  left: 0;
  top: -5000px;
  height: 10000px;
  width: 100%;
  z-index: -1;
}
.table-border-header thead {
  border-bottom: 3px solid #000;
}
.table-border table {
  border: 1px solid gray;
  border-collapse: collapse;
}
.table-border td, .table-border th {
  border: 1px solid gray;
  border-collapse: collapse;
}
.table-border-horizontal tr {
  border-bottom: 1px solid gray;
  border-collapse: collapse;
}
.table-border-vertical td {
  border-left: 1px solid gray;
  border-right: 1px solid gray;
  border-collapse: collapse;
}
.table-header-primary th {
  background-color: #EEEBE6;
  color: #fff;
}
.table-header-secondary th {
  background-color: #FFC91E;
  color: #fff;
}
.table-header-dark-gray th {
  background-color: #101010;
  color: #fff;
}
/* table {
    margin-bottom: $baseSpacing;
    width: 100%; 
    padding: 0;
    border-spacing: 0;
    border-left: $tableBorderWidth $tableBorderStyle $tableBorderColor;
    border-top: $tableBorderWidth $tableBorderStyle $tableBorderColor;

    th,
    td {
      border-right: $tableBorderWidth $tableBorderStyle $tableBorderColor;
      border-bottom: $tableBorderWidth $tableBorderStyle $tableBorderColor;

      padding: $baseSpacing/2;
    }
}

thead {
  text-align: left;
  background: $tableBackgroundColorLight;
}

tfoot {
  font-style: italic;
}

.table-striped {
  .even {
    background: $tableBackgroundColorLight;
  }
} */
.ce_player .inside, .ce_player .mejs-video, .ce_player .mejs__video, .ce_youtube .inside, .ce_youtube .mejs-video, .ce_youtube .mejs__video {
  margin-left: auto;
  margin-right: auto;
}
.ce_player .mejs-video, .ce_player .mejs__video, .ce_youtube .mejs-video, .ce_youtube .mejs__video {
  width: 100% !important;
  height: auto !important;
  padding-top: 56.25%;
}
.ce_player .mejs-audio, .ce_player .mejs__audio, .ce_youtube .mejs-audio, .ce_youtube .mejs__audio {
  margin-top: 30px;
}
.ce_player .mejs-audio audio, .ce_player .mejs__audio audio, .ce_youtube .mejs-audio audio, .ce_youtube .mejs__audio audio {
  height: auto;
}
.ce_player .mejs-overlay, .ce_player .mejs-poster, .ce_player .mejs__overlay, .ce_player .mejs__poster, .ce_youtube .mejs-overlay, .ce_youtube .mejs-poster, .ce_youtube .mejs__overlay, .ce_youtube .mejs__poster {
  width: 100% !important;
  height: 100% !important;
}
.ce_player .mejs-video .mejs-mediaelement video, .ce_player .mejs-video .mejs-mediaelement .me-plugin, .ce_player .mejs-video .mejs-mediaelement embed, .ce_youtube .mejs-video .mejs-mediaelement video, .ce_youtube .mejs-video .mejs-mediaelement .me-plugin, .ce_youtube .mejs-video .mejs-mediaelement embed {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
}
.ce_player .mejs__video .mejs__mediaelement video, .ce_player .mejs__video .mejs__mediaelement .me__plugin, .ce_player .mejs__video .mejs__mediaelement embed, .ce_youtube .mejs__video .mejs__mediaelement video, .ce_youtube .mejs__video .mejs__mediaelement .me__plugin, .ce_youtube .mejs__video .mejs__mediaelement embed {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
}
video, audio {
  width: 100%;
  height: auto;
}
.ce_youtube, .ce_vimeo {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
.ce_youtube iframe, .ce_vimeo iframe {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
}
.ytp-cued-thumbnail-overlay-image {
  background-size: contain;
}
.layout_latest {
  background-color: white;
  display: grid;
  grid-template-columns: 1fr 240px;
}
.layout_latest .content-container {
  padding-left: 0.84375em;
  padding-right: 0.84375em;
}
.layout_latest .info {
  font-size: 80%;
}
.layout_latest h3 {
  font-size: 1.275rem;
}
.layout_latest p {
  font-size: 90%;
}
.layout_latest p.more a {
  margin-top: 1.125em;
  font-size: 90%;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: white;
  background-clip: border-box;
  border: 1px solid gray;
  border-radius: 4px;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-radius: 4px;
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-radius: 4px;
}
.card figure {
  margin: 0;
}
.card > .card-header + .list-group, .card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  flex: 1 1 auto;
  padding: 1.125em 1.125em;
  margin-bottom: 2.8125em;
}
.card-title {
  margin-bottom: 0.5625em;
  font-family: "Aller";
  text-transform: uppercase;
  text-align: center;
  margin-top: 0;
}
.card-subtitle {
  margin-top: -0.28125em;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link {
  position: absolute;
  bottom: 0.45em;
  left: 1.125em;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.125em;
}
.card-sideways .card-body {
  position: relative;
  padding-bottom: 3.65625em;
  margin-bottom: 0;
}
.card-sideways figure {
  height: 100%;
  object-fit: cover;
}
.card-sideways figure a, .card-sideways figure picture {
  height: 100%;
  object-fit: cover;
  display: block;
}
.card-sideways figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
}
.ce_rsce_category {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  align-items: end;
  justify-items: center;
  text-align: center;
}
.ce_rsce_category .category-bgImage, .ce_rsce_category .caterory-overlay {
  grid-row: 1;
  grid-column: 1;
}
.ce_rsce_category .caterory-overlay {
  height: 100%;
  width: 100%;
}
.ce_rsce_category .caterory-overlay .overlay-inside {
  height: 100%;
  width: 100%;
  background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 30%, transparent 30%);
  background: -o-linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 30%, transparent 30%);
  background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 30%, transparent 30%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7), transparent 40%);
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.ce_rsce_category .caterory-overlay .overlay-inside a.box-link {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 1.6875em;
}
.ce_rsce_category .heading {
  color: #fff;
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)))*1.2;
  font-weight: 700;
}
.ce_rsce_category .subline {
  color: #fff;
  font-size: 90%;
}
.ce_rsce_category .btn {
  margin-top: 0.7875em;
  margin-bottom: 0;
  display: inline-block;
  padding: 8px 15px;
  font-size: 90%;
  border: 1px solid #fff;
  border-radius: 4px;
  transition: all 0.3s ease-in;
}
.ce_rsce_category a.box-link:hover .btn {
  background-color: #fff;
  color: #000;
  transform: scale(1.3);
  transition: all 0.3s ease-in;
}
.ce_rsce_contact-opening {
  padding: 1.125em;
  background-color: white;
}
.ce_rsce_contact-opening h4 {
  margin-bottom: 0.5625em;
  margin-top: 0;
}
.ce_rsce_contact-opening p {
  margin-top: 0;
  margin-bottom: 0.28125em;
  font-size: 90%;
}
.ce_rsce_contact-opening p .label, .ce_rsce_contact-opening p .day {
  font-weight: 700;
  display: inline-block;
  margin-right: 0.421875em;
}
.ce_rsce_contact-opening p .day {
  min-width: 50px;
}
.ce_rsce_contact-opening .contactlink {
  display: inline-block;
  margin-right: 0.984375em;
  padding-top: 3px;
  padding-bottom: 3px;
}
.ce_rsce_dls_hero, .ce_rsce_dls_videoHero {
  isolation: isolate;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  align-items: center;
  justify-items: center;
  text-align: center;
}
.ce_rsce_dls_hero .hero--bgImage, .ce_rsce_dls_hero .hero--overlay, .ce_rsce_dls_hero .hero--content, .ce_rsce_dls_videoHero .hero--bgImage, .ce_rsce_dls_videoHero .hero--overlay, .ce_rsce_dls_videoHero .hero--content {
  grid-row: 1;
  grid-column: 1;
}
.ce_rsce_dls_hero .hero--bgImage, .ce_rsce_dls_videoHero .hero--bgImage {
  z-index: -2;
}
.ce_rsce_dls_hero .hero--overlay, .ce_rsce_dls_videoHero .hero--overlay {
  z-index: -1;
  /* Setzen des z-index für das Overlay */
  width: 100%;
  height: 100%;
  background-color: #101010;
  mix-blend-mode: multiply;
  opacity: 0.35;
}
.ce_rsce_dls_hero .hero--content, .ce_rsce_dls_videoHero .hero--content {
  z-index: 1;
  /* Setzen des z-index für den Inhalt */
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ce_rsce_dls_hero.dark .hero--overlay--heading h1, .ce_rsce_dls_hero.dark .hero--overlay--heading h2, .ce_rsce_dls_hero.dark .hero--overlay--heading h3, .ce_rsce_dls_hero.dark .hero--overlay--heading h4, .ce_rsce_dls_hero.dark .hero--overlay--heading h5, .ce_rsce_dls_hero.dark .hero--overlay--heading h6, .ce_rsce_dls_videoHero.dark .hero--overlay--heading h1, .ce_rsce_dls_videoHero.dark .hero--overlay--heading h2, .ce_rsce_dls_videoHero.dark .hero--overlay--heading h3, .ce_rsce_dls_videoHero.dark .hero--overlay--heading h4, .ce_rsce_dls_videoHero.dark .hero--overlay--heading h5, .ce_rsce_dls_videoHero.dark .hero--overlay--heading h6 {
  color: #fff;
  font-size: 73px;
  max-width: 550px;
}
.ce_rsce_dls_hero .hero--overlay--heading h1, .ce_rsce_dls_hero .hero--overlay--heading h2, .ce_rsce_dls_hero .hero--overlay--heading h3, .ce_rsce_dls_hero .hero--overlay--heading h4, .ce_rsce_dls_hero .hero--overlay--heading h5, .ce_rsce_dls_hero .hero--overlay--heading h6 {
  margin-top: 0;
}
.ce_rsce_dls_hero .hero--play--button i {
  font-size: 120px;
}
.ce_rsce_dls_videoHero {
  max-height: 905px;
}
.ce_rsce_dls_videoHero .hero--play--button i {
  font-size: 120px;
}
.offer-card {
  padding: 0 1.125em;
  padding-bottom: 1.125em;
  margin-top: 3.9375em;
  position: relative;
  overflow: visible;
}
.offer-card .inside {
  background-color: #fff;
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.15);
  text-align: center;
  padding: 0 2.25em;
  padding-bottom: 1.96875em;
  padding-top: 5.484375em;
  margin-top: 1.125em;
  height: 100%;
  overflow: visible;
}
.offer-card .inside .offer-img-top {
  position: absolute;
  left: 50%;
  top: -20%;
  transform: translateX(-50%);
  width: 50%;
}
.offer-card .inside figure {
  margin: 0;
}
.offer-card .inside img {
  margin: 0 auto;
  border-radius: 50%;
  width: 100%;
}
.offer-card .inside .offer-title {
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)))*1.875;
  font-family: "Aller";
  color: #EEEBE6;
}
.offer-card .inside .offer-price {
  color: #FFC91E;
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)))*2.25;
  font-weight: 600;
  font-family: "Aller";
}
.offer-card .inside .offer-text {
  padding: 0 1.96875em;
}
.offer-card .inside .card-link {
  position: relative;
  bottom: unset;
  left: unset;
}
.offer-card .inside .offer-body {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
}
.offer-card.hightlightOffer {
  transform: scale(1.05) translateY(-12px);
}
.offer-card.hightlightOffer .inside {
  box-shadow: 0px 0px 6px 2px rgba(238, 235, 230, 0.5);
  border: 1px solid #EEEBE6;
}
.offer-card.hightlightOffer .inside .offer-title {
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)))*2.125;
}
.offer-card.hightlightOffer .inside .offer-price {
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)))*2.5;
}
.quote *[data-icon]:before {
  content: attr(data-icon);
  font: 3em/1 "Font Awesome 5 Pro";
  display: block;
  margin-bottom: 0.5625em;
  color: #FFC91E;
}
.quote .quote-autor {
  color: gray;
  font-size: 90%;
  font-style: italic;
}
.ce_rsce_content-bild-combo {
  display: flex;
}
.ce_rsce_content-bild-combo .element-image {
  width: 50%;
}
.ce_rsce_content-bild-combo .element-content {
  width: 50%;
  padding: 8.5rem clamp(1.25rem, 10vw, 9rem);
  display: flex;
  /* links/rechts: min 1.25rem, ideal 10vw, max 9rem */
  align-items: center;
}
.ce_rsce_content-bild-combo .element-content .heading {
  font-size: 250%;
  font-family: "Aller";
}
.ce_rsce_content-bild-combo .element-content .subline {
  font-size: 85%;
  margin-bottom: 2.53125em;
}
.ce_rsce_content-bild-combo figure.image_container {
  height: 100%;
}
.ce_rsce_content-bild-combo img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
}
.ce_rsce_content-bild-combo.rechts {
  flex-direction: row-reverse;
}
.ce_rsce_content-bild-combo.colorGray .element-content {
  background-color: gray;
}
.ce_rsce_content-bild-combo.colorSecondary .element-content {
  background-color: #FFC91E;
}
.ce_rsce_content-bild-combo.colorDefault .element-content {
  background-color: #362306;
}
.ce_rsce_content-bild-combo.fontColorWhite .element-content {
  color: #fff;
}
.icon-box {
  text-align: center;
}
.icon-box *[data-icon]:before {
  content: attr(data-icon);
  font: 3em/1 "Font Awesome 5 Pro";
  display: block;
  color: #FFC91E;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.icon-box .header-section {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.icon-box .header-section .title {
  padding-left: 0.28125em;
}
.icon-box .title {
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)))*1.5;
  text-align: center;
  font-weight: 600;
}
.icon-box.colorDefault *[data-icon]:before {
  color: #EEEBE6;
}
.icon-box.colorBlack *[data-icon]:before {
  color: #000;
}
.icon-box.colorGray *[data-icon]:before {
  color: gray;
}
.icon-box.normal *[data-icon]:before {
  font-size: 1.75em;
}
.icon-box.small *[data-icon]:before {
  font-size: 1em;
}
.icon-box.bigger *[data-icon]:before {
  font-size: 5.5em;
}
.icon-box.top *[data-icon]:before {
  margin-bottom: 0.28125em;
}
.icon-box.underTitle *[data-icon]:before {
  margin-top: 0.28125em;
}
.ce_rsce_counter .counter {
  text-align: center;
}
.ce_rsce_counter .counter *[data-icon]:before {
  content: attr(data-icon);
  font: 3em/1 "Font Awesome 5 Pro";
  display: block;
  color: #FFC91E;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.ce_rsce_counter .counter .counterNumber {
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)))*1.5;
  font-weight: 600;
}
.ce_rsce_counter .counter.colorDefault *[data-icon]:before {
  color: #EEEBE6;
}
.ce_rsce_counter .counter.colorBlack *[data-icon]:before {
  color: #000;
}
.ce_rsce_counter .counter.colorGray *[data-icon]:before {
  color: gray;
}
.ce_rsce_counter .counter.normal *[data-icon]:before {
  font-size: 1.75em;
}
.ce_rsce_counter .counter.small *[data-icon]:before {
  font-size: 1em;
}
.ce_rsce_counter .counter.bigger *[data-icon]:before {
  font-size: 5.5em;
}
.ce_rsce_counter .counter.top *[data-icon]:before {
  margin-bottom: 0.28125em;
}
.ce_rsce_counter .counter.underTitle *[data-icon]:before {
  margin-top: 0.28125em;
}
.ce_rsce_testimonial .inside {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.ce_rsce_testimonial *[data-icon]:before {
  content: attr(data-icon);
  font: 1.2em/1 "Font Awesome 5 Pro";
  display: inline-block;
  color: gray;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-weight: 900;
}
.ce_rsce_testimonial .content {
  padding-left: 1.125em;
}
.ce_rsce_testimonial img.round {
  border-radius: 50%;
}
.ce_rsce_testimonial img.rounded {
  border-radius: 4px;
}
.ce_rsce_testimonial .author-info {
  font-size: 90%;
  color: gray;
  margin-bottom: 0.5625em;
}
.ce_rsce_testimonial.colorDefault .active *[data-icon]::before {
  color: #EEEBE6;
}
.ce_rsce_testimonial.colorSecondary .active *[data-icon]::before {
  color: #FFC91E;
}
.ce_rsce_price-list .bereichsname {
  background-color: #EEEBE6;
  color: #fff;
  padding: 0.5625em 1.125em;
  font-size: white;
}
.ce_rsce_price-list .product-row {
  display: grid;
  grid-template-columns: 50px 1fr;
  padding: 1.125em;
  border: 1px solid #EEEBE6;
  border-bottom: none;
  border-top: none;
}
.ce_rsce_price-list .product-row:last-child {
  border-bottom: 1px solid #EEEBE6;
}
.ce_rsce_price-list .product-content {
  padding-left: 0.5625em;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.ce_rsce_price-list .product-content .preis {
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)))*1.5;
  min-width: 100px;
  text-align: right;
}
.ce_rsce_price-list .product-content p {
  margin: 0;
}
.ce_rsce_price-list .product-content .productteaser {
  font-size: 90%;
  margin-top: 0.225em;
  color: gray;
}
.icon-link.icon-box *[data-icon]:before {
  display: inline-block;
  margin-right: 0.28125em;
}
.ce_rsce_person .contact-info {
  display: flex;
  justify-content: space-around;
  width: 100%;
  text-align: center;
}
.ce_rsce_person .far, .ce_rsce_person .fab {
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)))*1.5;
}
.ce_rsce_person .name-person {
  text-align: center;
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)))*2;
  font-family: "Aller";
  color: #EEEBE6;
}
.ce_rsce_person .position-person {
  margin-top: 0;
  text-align: center;
  font-size: 85%;
  font-style: italic;
}
.ce_rsce_person .phone-person {
  text-align: center;
}
.ce_rsce_person .info-person {
  margin-bottom: 0;
}
/***************************
* Author: Manuela Menden   *
* Date: 04.08.2021         *
* Update:                  *
***************************/
.mainnav .level_2 {
  background-color: rgba(0, 0, 0, 0.71);
  min-width: 200%;
  transform: translate(-20%, 5%);
}
.footer-gally ul.cols_3 {
  display: grid !Important;
  grid-template-columns: 1fr 1fr 1fr;
}
footer .ce_gallery {
  align-items: center;
}
footer .ce_gallery li {
  margin-bottom: 1.5rem;
  flex-basis: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*****************
* SEARCH         *
*****************/
.sortiment .search label {
  display: none;
}
.sortiment .search input#ctrl_keywords_90 {
  padding: 8px 10px;
  border-radius: 4px;
  width: 350px;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  font-weight: bold;
}
.sortiment .search ::placeholder {
  color: #fff;
  opacity: 1;
  /* Firefox */
}
.sortiment .search ::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #fff;
}
.sortiment .search input#ctrl_keywords_90:focus, .sortiment .search input#ctrl_keywords_90:focus-within {
  background-color: #fff;
  color: #000;
}
.sortiment .search input#ctrl_keywords_90:focus ::placeholder, .sortiment .search input#ctrl_keywords_90:focus-within ::placeholder {
  color: #000;
  opacity: 1;
  /* Firefox */
}
.sortiment .search input#ctrl_keywords_90:focus ::-ms-input-placeholder, .sortiment .search input#ctrl_keywords_90:focus-within ::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #000;
}
.submit.bestellung {
  display: none !important;
}
/*******************
* Cookie Hinweis.  *
********************/
cms-cookie-bar, cms-accept-tags {
  --main-bg-color: #362306;
}
cms-cookie-bar > cms-container, cms-accept-tags > cms-container {
  background-color: #362306 !important;
}
/*****************
* MEDIA QUERY    *
*****************/
@media screen and (max-width: 1215px) {
  footer .inside {
    margin: 0 25px;
  }
}
@media screen and (max-width: 1024px) {
  .ce_rsce_dls_hero .hero--content, .ce_rsce_dls_videoHero .hero--content, .article-image {
    height: 100vh;
    max-height: 880px;
    width: 100vw;
  }
  .ce_rsce_dls_hero .hero--bgImage, .ce_rsce_dls_videoHero .hero--bgImage, .article-image {
    height: 100%;
    max-height: 880px;
    width: 100%;
  }
  .ce_rsce_dls_hero .hero--bgImage figure, .ce_rsce_dls_videoHero .hero--bgImage figure, .article-image figure {
    height: 100%;
  }
  .ce_rsce_dls_hero .hero--bgImage img, .ce_rsce_dls_videoHero .hero--bgImage img, .article-image img {
    height: 100%;
    object-fit: cover;
  }
  .ce_rsce_dls_hero .hero--bgImage video, .ce_rsce_dls_videoHero .hero--bgImage video, .article-image video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
  }
  .mod_article .inside p, .mod_article .mod_iso_productfilter {
    padding: 0 1.6875em;
  }
  .mod_article .sortiment .search input#ctrl_keywords_90 {
    width: 250px;
  }
}
@media screen and (max-width: 720px) {
  .mobile-hide {
    display: none !Important;
  }
  .mobile-show {
    display: block;
  }
  .mobile--header--demeter {
    position: absolute;
    top: 0;
    right: 10%;
    max-width: 80px;
  }
  .mobile--header--container {
    display: grid;
    grid-template-columns: 60px 1fr;
    justify-items: center;
  }
  .mobile--header--container .header--nav i.fas.fa-bars {
    font-size: 42px;
    display: inline-block;
    padding: 25px;
  }
  .mobile--header--container .header--logo {
    margin-left: -60px;
    margin-top: 25px;
    width: auto;
    height: 100px;
  }
  .mobile--header--container .header--logo img {
    width: unset;
    height: 100px;
  }
  .ce_rsce_content-bild-combo {
    flex-direction: column !Important;
  }
  .ce_rsce_content-bild-combo .element-content, .ce_rsce_content-bild-combo .element-image {
    width: 100%;
  }
  .ce_rsce_content-bild-combo .element-content p, .ce_rsce_content-bild-combo .element-image p {
    padding: 0;
  }
}
@media screen and (max-width: 610px) {
  .hero--content {
    padding: 1.125em 1.6875em;
  }
  .ce_rsce_dls_hero.dark .hero--overlay--heading h1, .ce_rsce_dls_hero.dark .hero--overlay--heading h2, .ce_rsce_dls_hero.dark .hero--overlay--heading h3, .ce_rsce_dls_hero.dark .hero--overlay--heading h4, .ce_rsce_dls_hero.dark .hero--overlay--heading h5, .ce_rsce_dls_hero.dark .hero--overlay--heading h6, .ce_rsce_dls_videoHero.dark .hero--overlay--heading h1, .ce_rsce_dls_videoHero.dark .hero--overlay--heading h2, .ce_rsce_dls_videoHero.dark .hero--overlay--heading h3, .ce_rsce_dls_videoHero.dark .hero--overlay--heading h4, .ce_rsce_dls_videoHero.dark .hero--overlay--heading h5, .ce_rsce_dls_videoHero.dark .hero--overlay--heading h6 {
    font-size: 63px;
  }
}
@media screen and (max-width: 450px) {
  .trenner .inside {
    padding: 15px 25px;
  }
  .trenner .inside p {
    padding: 0;
  }
  .sortiment .search input#ctrl_keywords_90 {
    width: unset;
  }
}
@media screen and (max-width: 400px) {
  .ce_rsce_dls_hero.dark .hero--overlay--heading h1, .ce_rsce_dls_hero.dark .hero--overlay--heading h2, .ce_rsce_dls_hero.dark .hero--overlay--heading h3, .ce_rsce_dls_hero.dark .hero--overlay--heading h4, .ce_rsce_dls_hero.dark .hero--overlay--heading h5, .ce_rsce_dls_hero.dark .hero--overlay--heading h6, .ce_rsce_dls_videoHero.dark .hero--overlay--heading h1, .ce_rsce_dls_videoHero.dark .hero--overlay--heading h2, .ce_rsce_dls_videoHero.dark .hero--overlay--heading h3, .ce_rsce_dls_videoHero.dark .hero--overlay--heading h4, .ce_rsce_dls_videoHero.dark .hero--overlay--heading h5, .ce_rsce_dls_videoHero.dark .hero--overlay--heading h6 {
    font-size: 43px;
  }
  h1, .h1 {
    font-size: 3.5em;
  }
  .ce_rsce_content-bild-combo .element-content {
    padding: 45px;
  }
  #footer .ce_gallery li {
    width: 350px;
  }
}
@media screen and (max-width: 350px) {
  #footer .ce_gallery li {
    width: unset;
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 305px) {
  #footer .footer-social {
    text-align: center;
    min-width: 110px;
  }
  #footer .ce_text.pl-1 {
    padding-left: 0 !Important;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22var%2Fclients%2Fclient3%2Fweb1384%2Fdls%2Ffiles%2Ftemplate%2Fredesign24%2Fcss%2Fstyles.scss%22%2C%22var%2Fclients%2Fclient3%2Fweb1384%2Fdls%2Ffiles%2Ftemplate%2Fredesign24%2Fcss%2Flayout%2F_normalize.scss%22%2C%22var%2Fclients%2Fclient3%2Fweb1384%2Fdls%2Ffiles%2Ftemplate%2Fredesign24%2Fcss%2Flayout%2F_typography.scss%22%2C%22var%2Fclients%2Fclient3%2Fweb1384%2Fdls%2Ffiles%2Ftemplate%2Fredesign24%2Fcss%2Flayout%2F_buttons.scss%22%2C%22var%2Fclients%2Fclient3%2Fweb1384%2Fdls%2Ffiles%2Ftemplate%2Fredesign24%2Fcss%2Flayout%2F_nav.scss%22%2C%22var%2Fclients%2Fclient3%2Fweb1384%2Fdls%2Ffiles%2Ftemplate%2Fredesign24%2Fcss%2Flayout%2F_header.scss%22%2C%22var%2Fclients%2Fclient3%2Fweb1384%2Fdls%2Ffiles%2Ftemplate%2Fredesign24%2Fcss%2Flayout%2F_main.scss%22%2C%22var%2Fclients%2Fclient3%2Fweb1384%2Fdls%2Ffiles%2Ftemplate%2Fredesign24%2Fcss%2Flayout%2F_footer.scss%22%2C%22var%2Fclients%2Fclient3%2Fweb1384%2Fdls%2Ffiles%2Ftemplate%2Fredesign24%2Fcss%2Flayout%2F_images.scss%22%2C%22var%2Fclients%2Fclient3%2Fweb1384%2Fdls%2Ffiles%2Ftemplate%2Fredesign24%2Fcss%2Flayout%2F_article.scss%22%2C%22var%2Fclients%2Fclient3%2Fweb1384%2Fdls%2Ffiles%2Ftemplate%2Fredesign24%2Fcss%2Flayout%2F_forms.scss%22%2C%22var%2Fclients%2Fclient3%2Fweb1384%2Fdls%2Ffiles%2Ftemplate%2Fredesign24%2Fcss%2Flayout%2F_spacing.scss%22%2C%22var%2Fclients%2Fclient3%2Fweb1384%2Fdls%2Ffiles%2Ftemplate%2Fredesign24%2Fcss%2Flayout%2F_box.scss%22%2C%22var%2Fclients%2Fclient3%2Fweb1384%2Fdls%2Ffiles%2Ftemplate%2Fredesign24%2Fcss%2Fce_elements%2F_ce_accordion.scss%22%2C%22var%2Fclients%2Fclient3%2Fweb1384%2Fdls%2Ffiles%2Ftemplate%2Fredesign24%2Fcss%2Fce_elements%2F_ce_download.scss%22%2C%22var%2Fclients%2Fclient3%2Fweb1384%2Fdls%2Ffiles%2Ftemplate%2Fredesign24%2Fcss%2Fce_elements%2F_ce_gallery.scss%22%2C%22var%2Fclients%2Fclient3%2Fweb1384%2Fdls%2Ffiles%2Ftemplate%2Fredesign24%2Fcss%2Fce_elements%2F_ce_list.scss%22%2C%22var%2Fclients%2Fclient3%2Fweb1384%2Fdls%2Ffiles%2Ftemplate%2Fredesign24%2Fcss%2Fce_elements%2F_ce_slider.scss%22%2C%22var%2Fclients%2Fclient3%2Fweb1384%2Fdls%2Ffiles%2Ftemplate%2Fredesign24%2Fcss%2Fce_elements%2F_ce_table.scss%22%2C%22var%2Fclients%2Fclient3%2Fweb1384%2Fdls%2Ffiles%2Ftemplate%2Fredesign24%2Fcss%2Fce_elements%2F_ce_audio_video.scss%22%2C%22var%2Fclients%2Fclient3%2Fweb1384%2Fdls%2Ffiles%2Ftemplate%2Fredesign24%2Fcss%2Fmodules%2F_news.scss%22%2C%22var%2Fclients%2Fclient3%2Fweb1384%2Fdls%2Ffiles%2Ftemplate%2Fredesign24%2Fcss%2Frsce_elements%2F_rsce_card.scss%22%2C%22var%2Fclients%2Fclient3%2Fweb1384%2Fdls%2Ffiles%2Ftemplate%2Fredesign24%2Fcss%2Frsce_elements%2F_rsce_category.scss%22%2C%22var%2Fclients%2Fclient3%2Fweb1384%2Fdls%2Ffiles%2Ftemplate%2Fredesign24%2Fcss%2Frsce_elements%2F_rsce_contact-opening.scss%22%2C%22var%2Fclients%2Fclient3%2Fweb1384%2Fdls%2Ffiles%2Ftemplate%2Fredesign24%2Fcss%2Frsce_elements%2F_rsce_hero.scss%22%2C%22var%2Fclients%2Fclient3%2Fweb1384%2Fdls%2Ffiles%2Ftemplate%2Fredesign24%2Fcss%2Frsce_elements%2F_rsce_offer.scss%22%2C%22var%2Fclients%2Fclient3%2Fweb1384%2Fdls%2Ffiles%2Ftemplate%2Fredesign24%2Fcss%2Frsce_elements%2F_rsce_quote.scss%22%2C%22var%2Fclients%2Fclient3%2Fweb1384%2Fdls%2Ffiles%2Ftemplate%2Fredesign24%2Fcss%2Frsce_elements%2F_rsce_content_bild_combo.scss%22%2C%22var%2Fclients%2Fclient3%2Fweb1384%2Fdls%2Ffiles%2Ftemplate%2Fredesign24%2Fcss%2Frsce_elements%2F_rsce_text-mit-icon.scss%22%2C%22var%2Fclients%2Fclient3%2Fweb1384%2Fdls%2Ffiles%2Ftemplate%2Fredesign24%2Fcss%2Frsce_elements%2F_rsce_counter.scss%22%2C%22var%2Fclients%2Fclient3%2Fweb1384%2Fdls%2Ffiles%2Ftemplate%2Fredesign24%2Fcss%2Frsce_elements%2F_rsce_testimonial.scss%22%2C%22var%2Fclients%2Fclient3%2Fweb1384%2Fdls%2Ffiles%2Ftemplate%2Fredesign24%2Fcss%2Frsce_elements%2F_rsce_price-list.scss%22%2C%22var%2Fclients%2Fclient3%2Fweb1384%2Fdls%2Ffiles%2Ftemplate%2Fredesign24%2Fcss%2Frsce_elements%2F_rsce_link-mit-icon.scss%22%2C%22var%2Fclients%2Fclient3%2Fweb1384%2Fdls%2Ffiles%2Ftemplate%2Fredesign24%2Fcss%2Frsce_elements%2F_rsce_person.scss%22%2C%22var%2Fclients%2Fclient3%2Fweb1384%2Fdls%2Ffiles%2Ftemplate%2Fredesign24%2Fcss%2F_custom_styles.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADPD%3BAAAA%3BAAAA%3BACiBE%3BAAAA%3BAAAA%3BADjBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC8BE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD9BF%3BAAAA%3BAAAA%3BACiDE%3BAAAA%3BAAAA%3BADjDF%3BAAAA%3BAAAA%3BAC4DE%3BAAAA%3BAAAA%3BAAAA%3BAD5DF%3BAAAA%3BAAAA%3BACqEE%3BAAAA%3BAAAA%3BADrEF%3BAAAA%3BAAAA%3BAAAA%3BAC8EE%3BAAAA%3BAAAA%3BAAAA%3BAD9EF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC0FE%3BAAAA%3BAAAA%3BAD1FF%3BAAAA%3BAAAA%3BAAAA%3BACmGE%3BAAAA%3BAAAA%3BADnGF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACgHE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADhHF%3BAAAA%3BAAAA%3BAC0HE%3BAAAA%3BAAAA%3BAD1HF%3BAAAA%3BAAAA%3BACmIE%3BAAAA%3BAAAA%3BADnIF%3BAAAA%3BAAAA%3BAC4IE%3BAAAA%3BAAAA%3BAD5IF%3BAAAA%3BAAAA%3BAAAA%3BACqJE%3BAAAA%3BAAAA%3BAAAA%3BADrJF%3BAAAA%3BAAAA%3BAC8JE%3BAAAA%3BAAAA%3BAAAA%3BAD9JF%3BAAAA%3BAAAA%3BACuKE%3BAAAA%3BAAAA%3BADvKF%3BAAAA%3BAAAA%3BAAAA%3BACgLE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAD5LF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACuME%3BAAAA%3BAAAA%3BADvMF%3BAAAA%3BAAAA%3BAC%2BME%3BAAAA%3BAAAA%3BAD%2FMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC2NE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD3NF%3BAAAA%3BAAAA%3BACuOE%3BAAAA%3BAAAA%3BADvOF%3BAAAA%3BAAAA%3BAAAA%3BACgPE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADhPF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC6PE%3BAAAA%3BAAAA%3BAD7PF%3BAAAA%3BAAAA%3BACwQE%3BAAAA%3BAAAA%3BADxQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACkRE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADlRF%3BAAAA%3BAAAA%3BAAAA%3BAC6RE%3BAAAA%3BAAAA%3BAAAA%3BAD7RF%3BAAAA%3BAAAA%3BAAAA%3BACySE%3BAAAA%3BAAAA%3BAAAA%3BADzSF%3BAAAA%3BAAAA%3BACkTE%3BAAAA%3BAAAA%3BADlTF%3BAAAA%3BAAAA%3BAC6TE%3BAAAA%3BAAAA%3BAD7TF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACuUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADvUF%3BAAAA%3BAAAA%3BACkVE%3BAAAA%3BAAAA%3BAAAA%3BADlVF%3BAAAA%3BAAAA%3BAC4VE%3BAAAA%3BAAAA%3BAD5VF%3BAAAA%3BAAAA%3BACqWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADrWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACkXE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADlXF%3BAAAA%3BAAAA%3BAC%2BXE%3BAAAA%3BAAAA%3BAD%2FXF%3BAAAA%3BAAAA%3BAAAA%3BACwYE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADxYF%3BAAAA%3BAAAA%3BACkZE%3BAAAA%3BAAAA%3BADlZF%3BAAAA%3BAAAA%3BAC2ZE%3BAAAA%3BAAAA%3BAD3ZF%3BAAAA%3BAAAA%3BAAAA%3BACoaE%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAKG%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACxbA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsBA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC5NJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAyBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASH%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAoBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWH%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASH%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASH%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASH%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASH%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqBA%3BAACI%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAEJ%3BAACI%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAEJ%3BAACI%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAEJ%3BAACI%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAGJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC%2FSI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAC3KR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAC5DR%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAACI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAACI%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAEJ%3BAACI%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAEJ%3BAACI%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAEJ%3BAACI%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAGJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAN1IF%3BAMwJE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAACE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAC1jDF%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC9BJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAC%2FIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC9FI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAIL%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAR5IJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsBA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAS9NJ%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAC9FA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACjDA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGD%3BAAAA%3BAAAA%3BAAAA%3BACvBH%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACH%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACG%3BAAAA%3BAAAA%3BAACH%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAC1DG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACDJ%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC9CN%3BAAAA%3BAAAA%3BACAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAlBpHJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmBGE%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAIG%3BAAAA%3BAAAA%3BAAKH%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWH%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BACnFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAChBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAChGV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGO%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACrDD%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACrBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeO%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BACpEJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQZ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BACjEJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACRJ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAC1DJ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAC7DA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BACpDJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BACjCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC%2FBR%3BAAAA%3BAAAA%3BAAAA%3BACCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAjCzBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkCOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlCrBA%3BAAAA%3BAAAA%3BAkCkCQ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAGF%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAQV%3BAAAA%3BAAAA%3BAlCxEA%3BAAAA%3BAAAA%3BAkCgFA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAlCpFA%3BAAAA%3BAAAA%3BAkC2FA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAaR%3BAACI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAQZ%3BAACI%3BAAAA%3BAAAA%3BAAMQ%3BAAAA%3BAAAA%3BAAAA%3BAAOZ%3BAACI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAIY%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAAEQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAEQ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%22%7D */