:root, ::before, ::after {
  --contentOversizeRaw: 1500;
  --contentOversizePX: var(--contentOversizeRaw)px;
  --contentOversize: 93.75rem;
  --contentRegularRaw: 1200;
  --contentRegularPX: var(--contentRegularRaw)px;
  --contentRegular: 75rem;
  --contentSmallRaw: 780;
  --contentSmallPX: var(--contentSmallRaw)px;
  --contentSmall: 48.75rem;
}
:root, ::before, ::after {
  --colorWhite:                   255,255,255;
  --colorBlack:                   30,28,29;
  --colorBlackFonts:              95,97,98;
  --colorGray:                    114,114,114;
  --colorPrimary:                 229,83,65;
  --colorSecondary:               181,153,135;
  --colorSecondaryLight:          242,234,231;
}
:root, ::before, ::after {
  --colPX: 80px;
  --col: 5rem;
  --gutterHalfPX: 10px;
  --gutterHalf: 0.625rem;
  --gutterPX: 20px;
  --gutter: 1.25rem;
  --gapPX: 30px;
  --gap: 1.875rem;
}
:root, ::before, ::after {
  --letterSpacing: .05em;
  --letterSpacing2: .1em;
  --textStrokeWidth: .5px;
}
:root, ::before, ::after {
  --transitionDurationIn: .2s;
  --transitionDurationOut: .1s;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
html {
  overflow-y: scroll;
  margin: 0;
  padding: 0;
}
body, .mm-page {
  padding: 0;
  margin: 0;
}
*, *:before, *:after {
  box-sizing: border-box;
}
.invisible {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.block {
  display: block;
  overflow: visible;
}
nav * {
  list-style-type: none;
}
source {
  font-size: 0;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
.image_container {
  margin: 0;
}
.image_container img {
  margin-left: auto;
  margin-right: auto;
}
p {
  margin: 0;
}
#main * + p, #main p:not(.error) + * {
  margin-top: 1em;
}
#main [class^="ce_"] + [class^="ce_"], #main [class^="ce_"] + [class^="mod_"], #main [class^="mod_"] + [class^="ce_"] {
  margin-top: calc(var(--gutterHalf) * 2);
}
html {
  scroll-behavior: smooth;
}
@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
span.highlight {
  color: rgb(var(--colorSecondary));
  font-weight: var(--font-bold);
  text-transform: uppercase;
}
@supports (-webkit-text-stroke: 1px rgb(var(--colorSecondary))) {
  span.highlight {
    color: rgb(var(--colorSecondary));
    -webkit-text-stroke: 1px rgb(var(--colorSecondary));
    -webkit-text-fill-color: rgb(var(--colorSecondary));
    letter-spacing: var(--letterSpacing);
  }
}
span.footnote {
  font-size: 0.75em;
}
[class*="grid-"]:not(.ce_rsce_slider_start) > .inside, .ce_gallery ul:not(.flickity-enabled) {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (min-width: 75rem) {
  [class*="grid-"]:not(.ce_rsce_slider_start) > .inside, .ce_gallery ul:not(.flickity-enabled) {
    margin-left: calc(var(--gutterHalf) * -1);
    margin-right: calc(var(--gutterHalf) * -1);
  }
}
.ce_gallery ul:not(.flickity-enabled) {
  margin-left: calc(var(--gutterHalf) * -1);
  margin-right: calc(var(--gutterHalf) * -1);
}
.grid-2:not(.ce_rsce_slider_start) > .inside > *, .ce_gallery ul.cols_2 li, .ce_rsce_slider_start.grid-2 .flickity-slider > * {
  width: 100%;
}
@media only screen and (min-width: 37.500rem) {
  .grid-2:not(.ce_rsce_slider_start) > .inside > *, .ce_gallery ul.cols_2 li, .ce_rsce_slider_start.grid-2 .flickity-slider > * {
    width: calc(100% / 2);
  }
}
.grid-3:not(.ce_rsce_slider_start) > .inside > *, .ce_gallery ul.cols_3 li, .ce_rsce_slider_start.grid-3 .flickity-slider > * {
  width: 100%;
}
@media only screen and (min-width: 37.500rem) {
  .grid-3:not(.ce_rsce_slider_start) > .inside > *, .ce_gallery ul.cols_3 li, .ce_rsce_slider_start.grid-3 .flickity-slider > * {
    width: calc(100% / 2);
  }
}
@media only screen and (min-width: 56.250rem) {
  .grid-3:not(.ce_rsce_slider_start) > .inside > *, .ce_gallery ul.cols_3 li, .ce_rsce_slider_start.grid-3 .flickity-slider > * {
    width: calc(100% / 3);
  }
}
.grid-4:not(.ce_rsce_slider_start) > .inside > *, .ce_gallery ul.cols_4 li, .ce_rsce_slider_start.grid-4 .flickity-slider > * {
  width: 100%;
}
@media only screen and (min-width: 37.500rem) {
  .grid-4:not(.ce_rsce_slider_start) > .inside > *, .ce_gallery ul.cols_4 li, .ce_rsce_slider_start.grid-4 .flickity-slider > * {
    width: calc(100% / 2);
  }
}
@media only screen and (min-width: 56.250rem) {
  .grid-4:not(.ce_rsce_slider_start) > .inside > *, .ce_gallery ul.cols_4 li, .ce_rsce_slider_start.grid-4 .flickity-slider > * {
    width: calc(100% / 3);
  }
}
@media only screen and (min-width: 75.000rem) {
  .grid-4:not(.ce_rsce_slider_start) > .inside > *, .ce_gallery ul.cols_4 li, .ce_rsce_slider_start.grid-4 .flickity-slider > * {
    width: calc(100% / 4);
  }
}
.grid-5:not(.ce_rsce_slider_start) > .inside > *, .ce_gallery ul.cols_5 li, .ce_rsce_slider_start.grid-5 .flickity-slider > * {
  width: 100%;
}
@media only screen and (min-width: 37.500rem) {
  .grid-5:not(.ce_rsce_slider_start) > .inside > *, .ce_gallery ul.cols_5 li, .ce_rsce_slider_start.grid-5 .flickity-slider > * {
    width: calc(100% / 2);
  }
}
@media only screen and (min-width: 56.250rem) {
  .grid-5:not(.ce_rsce_slider_start) > .inside > *, .ce_gallery ul.cols_5 li, .ce_rsce_slider_start.grid-5 .flickity-slider > * {
    width: calc(100% / 3);
  }
}
@media only screen and (min-width: 75.000rem) {
  .grid-5:not(.ce_rsce_slider_start) > .inside > *, .ce_gallery ul.cols_5 li, .ce_rsce_slider_start.grid-5 .flickity-slider > * {
    width: calc(100% / 5);
  }
}
.grid-6:not(.ce_rsce_slider_start) > .inside > *, .ce_gallery ul.cols_6 li, .ce_rsce_slider_start.grid-6 .flickity-slider > * {
  width: 100%;
}
@media only screen and (min-width: 37.500rem) {
  .grid-6:not(.ce_rsce_slider_start) > .inside > *, .ce_gallery ul.cols_6 li, .ce_rsce_slider_start.grid-6 .flickity-slider > * {
    width: calc(100% / 2);
  }
}
@media only screen and (min-width: 56.250rem) {
  .grid-6:not(.ce_rsce_slider_start) > .inside > *, .ce_gallery ul.cols_6 li, .ce_rsce_slider_start.grid-6 .flickity-slider > * {
    width: calc(100% / 3);
  }
}
@media only screen and (min-width: 75.000rem) {
  .grid-6:not(.ce_rsce_slider_start) > .inside > *, .ce_gallery ul.cols_6 li, .ce_rsce_slider_start.grid-6 .flickity-slider > * {
    width: calc(100% / 6);
  }
}
#main .ce_text {
  max-width: var(--contentSmall);
  margin-left: auto;
  margin-right: auto;
}
#main .ce_text[class*="img_float_left"], #main .ce_text[class*="img_float_right"] {
  max-width: var(--contentRegular);
}
#main .mod_article .ce_text[class*="img_float_above"] .inside, #main .mod_article .ce_text[class*="img_float_left"] .inside {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
#main .mod_article .ce_text[class*="img_float_above"] .inside .image_container, #main .mod_article .ce_text[class*="img_float_left"] .inside .image_container {
  order: -1;
}
#main .mod_article .ce_text[class*="img_float_above"] .inside .text_container + .image_container {
  margin-bottom: calc(var(--gutterHalf) * 5);
}
#main .mod_article .ce_text[class*="img_float_below"] .inside .text_container + .image_container, #main .mod_article .ce_text[class*="img_float_left"] .inside .text_container + .image_container, #main .mod_article .ce_text[class*="img_float_right"] .inside .text_container + .image_container {
  margin-top: calc(var(--gutterHalf) * 5);
}
@media only screen and (min-width: 56.250rem) {
  #main .mod_article .ce_text[class*="img_float_left"] .inside, #main .mod_article .ce_text[class*="img_float_right"] .inside {
    margin-left: calc(var(--gutterHalf) * -1);
    margin-right: calc(var(--gutterHalf) * -1);
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  #main .mod_article .ce_text[class*="img_float_left"] .inside > *, #main .mod_article .ce_text[class*="img_float_right"] .inside > * {
    padding-left: calc(var(--gutterHalf) * 1);
    padding-right: calc(var(--gutterHalf) * 1);
  }
  #main .mod_article .ce_text[class*="img_float_left"] .inside .text_container, #main .mod_article .ce_text[class*="img_float_right"] .inside .text_container {
    flex-basis: calc(( 100% / 12 ) * 7);
  }
  #main .mod_article .ce_text[class*="img_float_left"] .inside .text_container h3, #main .mod_article .ce_text[class*="img_float_left"] .inside .text_container h4, #main .mod_article .ce_text[class*="img_float_left"] .inside .text_container h5, #main .mod_article .ce_text[class*="img_float_left"] .inside .text_container h6, #main .mod_article .ce_text[class*="img_float_right"] .inside .text_container h3, #main .mod_article .ce_text[class*="img_float_right"] .inside .text_container h4, #main .mod_article .ce_text[class*="img_float_right"] .inside .text_container h5, #main .mod_article .ce_text[class*="img_float_right"] .inside .text_container h6 {
    padding-top: 0;
  }
  #main .mod_article .ce_text[class*="img_float_left"] .inside .image_container, #main .mod_article .ce_text[class*="img_float_right"] .inside .image_container {
    flex-basis: calc(( 100% / 12 ) * 5);
  }
  #main .mod_article .ce_text[class*="img_float_left"] .inside .text_container + .image_container, #main .mod_article .ce_text[class*="img_float_right"] .inside .text_container + .image_container {
    margin-top: 0;
  }
}
#main .ce_rsce_slider_start .ce_text {
  max-width: inherit;
  width: 100%;
}
#main .ce_rsce_slider_start .ce_text[class*="img_float_left"], #main .ce_rsce_slider_start .ce_text[class*="img_float_right"] {
  max-width: inherit;
  width: 100%;
}
#main .ce_rsce_slider_start .ce_text .text_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#main .ce_rsce_slider_start .ce_text .text_container h3, #main .ce_rsce_slider_start .ce_text .text_container h4, #main .ce_rsce_slider_start .ce_text .text_container h5, #main .ce_rsce_slider_start .ce_text .text_container h6 {
  padding-bottom: 0;
  margin-bottom: 0;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22www%2Fhtdocs%2Fw0212aa0%2Fqmh.apollon.ws%2Ffiles%2Fthemes%2Fqm-handbuch%2Fscss%2Fconfig.scss%22%2C%22www%2Fhtdocs%2Fw0212aa0%2Fqmh.apollon.ws%2Ffiles%2Fthemes%2Fqm-handbuch%2Fscss%2Fimports.scss%22%2C%22www%2Fhtdocs%2Fw0212aa0%2Fqmh.apollon.ws%2Ffiles%2Fthemes%2Fqm-handbuch%2Fscss%2F_base%2Fnormalize.scss%22%2C%22www%2Fhtdocs%2Fw0212aa0%2Fqmh.apollon.ws%2Ffiles%2Fthemes%2Fqm-handbuch%2Fscss%2F_base%2Fcontao.scss%22%2C%22www%2Fhtdocs%2Fw0212aa0%2Fqmh.apollon.ws%2Ffiles%2Fthemes%2Fqm-handbuch%2Fscss%2F_layout%2Fgrid.scss%22%2C%22www%2Fhtdocs%2Fw0212aa0%2Fqmh.apollon.ws%2Ffiles%2Fthemes%2Fqm-handbuch%2Fscss%2F_elements%2Fce_text.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAoCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA6BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAC7JA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACSA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADTA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACqBA%3BAAAA%3BAAAA%3BADrBA%3BAAAA%3BAAAA%3BAC6BA%3BAAAA%3BAAAA%3BAD7BA%3BAAAA%3BAAAA%3BAAAA%3BACsCA%3BAAAA%3BAAAA%3BAAAA%3BADtCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACmDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADnDA%3BAAAA%3BAAAA%3BAAAA%3BAC8DA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD9DA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC0EA%3BAAAA%3BAAAA%3BAD1EA%3BAAAA%3BAAAA%3BAAAA%3BACmFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADnFA%3BAAAA%3BAAAA%3BAC6FA%3BAAAA%3BAAAA%3BAD7FA%3BAAAA%3BAAAA%3BAAAA%3BACuGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADvGA%3BAAAA%3BAAAA%3BACkHA%3BAAAA%3BAAAA%3BADlHA%3BAAAA%3BAAAA%3BAAAA%3BAC2HA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BADvIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACkJA%3BAAAA%3BAAAA%3BADlJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC8JA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD9JA%3BAAAA%3BAAAA%3BAAAA%3BAC8KA%3BAAAA%3BAAAA%3BAAAA%3BAD9KA%3BAAAA%3BAAAA%3BAAAA%3BACwLA%3BAAAA%3BAAAA%3BAAAA%3BADxLA%3BAAAA%3BAAAA%3BACiMA%3BAAAA%3BAAAA%3BADjMA%3BAAAA%3BAAAA%3BAC4MA%3BAAAA%3BAAAA%3BAAAA%3BAD5MA%3BAAAA%3BAAAA%3BACwNA%3BAAAA%3BAAAA%3BADxNA%3BAAAA%3BAAAA%3BACmOA%3BAAAA%3BAAAA%3BADnOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC8OA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD9OA%3BAAAA%3BAAAA%3BAC2PA%3BAAAA%3BAAAA%3BAD3PA%3BAAAA%3BAAAA%3BACmQA%3BAAAA%3BAAAA%3BADnQA%3BAAAA%3BAAAA%3BAAAA%3BAC4QA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD5QA%3BAAAA%3BAAAA%3BACsRA%3BAAAA%3BAAAA%3BADtRA%3BAAAA%3BAAAA%3BAAAA%3BACgSA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADhSA%3BAAAA%3BAAAA%3BACySA%3BAAAA%3BAAAA%3BADzSA%3BAAAA%3BAAAA%3BAAAA%3BACkTA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADlTA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC8TA%3BAAAA%3BAAAA%3BAD9TA%3BAAAA%3BAAAA%3BACsUA%3BAAAA%3BAAAA%3BADtUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACiVA%3BAAAA%3BAAAA%3BADjVA%3BAAAA%3BAAAA%3BACyVA%3BAAAA%3BAAAA%3BACtVA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAGA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAeD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BACvHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACjFJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAcY%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAexB%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%22%7D */