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

Components - Small parts of elements and modules. Only from Contao.
Modules - Frontend Templates that start with mod_
Elements - Fontend content elements that start with ce_
*/
/* 
Projektindividuelle Konfigurationsdatei

Hier noch beschreiben.
*/
/*------------------------------------*\
    Layout
\*------------------------------------*/
/*------------------------------------*\
    colors
\*------------------------------------*/
/*------------------------------------*\
    Mediaquerys
\*------------------------------------*/
/*$min-tablet-portrait-up "min-width: 600px";*/
/*$min-tablet-landscape-up "max-width: 900px";*/
/*$min-desktop-up "max-width: 1200px";*/
/*------------------------------------*\
    Mixins
\*------------------------------------*/
/* Grundeinstellungen für ce's */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/*------------------------------------*\
	Contao related formatting
\*------------------------------------*/
html {
  overflow-y: scroll;
  margin: 0;
  padding: 0;
}
body, .mm-page {
  padding: 0;
  margin: 0;
}
*, *:before, *:after {
  box-sizing: border-box;
}
.invisible {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.block {
  display: block;
}
nav * {
  list-style-type: none;
}
source {
  font-size: 0;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
.image_container {
  margin: 0;
}
.image_container img {
  margin-left: auto;
  margin-right: auto;
}
* {
  padding: 0;
  margin: 0;
}
#header {
  padding: 30px 0;
}
#header .inside {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1600px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
#header .logo {
  min-width: 200px;
  max-width: 250px;
}
@media screen and (min-width: 75.000rem) {
  #header .inside {
    padding-right: 40px;
    padding-left: 40px;
  }
  #header .logo {
    min-width: 250px;
    max-width: 300px;
  }
}
#footer {
  border-top: 2px solid #FAFAFA;
  border-bottom: 25px solid #0E268B;
  color: #0E268B;
  font-size: 1.25rem;
  line-height: 1.5;
  padding: 40px;
  text-align: center;
}
#footer .fastplug-logo {
  min-width: 200px;
  max-width: 250px;
}
#footer a {
  color: #0E268B;
}
#footer h3 {
  font-size: 1.875rem;
  margin-bottom: 1rem;
}
#footer p {
  color: #0E268B;
  font-size: 1.25rem;
}
#footer .footer-section {
  margin-bottom: 40px;
}
.footer-sitemap a {
  color: #0E268B;
  text-decoration: none;
}
@media screen and (min-width: 75.000rem) {
  #footer > .inside {
    text-align: left;
    display: flex;
  }
  #footer > .inside .footer-section {
    width: 20%;
    flex-grow: 1;
  }
  #footer > .inside .footer-branding {
    padding-right: 15px;
  }
  #footer > .inside .footer-socials {
    text-align: right;
  }
}
.social-media {
  display: inline-block;
  list-style-type: none;
}
.social-media .social-media-link {
  display: inline-block;
}
.social-media .social-media-link a {
  display: flex;
  align-items: center;
  color: #393939;
  text-decoration: none;
}
.social-media .social-media-link a span {
  display: none;
  margin-left: 20px;
}
.social-media .social-media-link a svg {
  width: 50px;
  height: 50px;
  padding: 10px;
  background-color: #FAFAFA;
  margin-left: 15px;
}
.social-media .social-media-link a:hover span {
  text-decoration: underline;
}
.social-media .social-media-link a:hover svg {
  background-color: #E40046;
}
@media screen and (min-width: 37.500rem) {
  .social-media .social-media-link span {
    display: inherit !important;
  }
}
body {
  background-color: #FFFFFF;
}
#wrapper {
  background-color: #FFFFFF;
}
.mod_article.article_grey {
  background-color: #FAFAFA;
  padding: 100px 0 1px 0;
  margin-bottom: 100px;
}
.ce_text a.button, p.button a, a.button, p.back a, a.link_wrapper p.button, span.button {
  display: inline-block;
  align-self: start;
  color: #0E268B;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  padding: 10px 20px;
  border: 1px solid #0E268B;
  border-radius: 50px;
  transition: 0.25s;
}
.ce_text a.button:hover, p.button a:hover, a.button:hover, p.back a:hover, a.link_wrapper:hover p.button, span.button:hover {
  cursor: pointer;
  color: #FFFFFF;
  border-color: #E40046;
  background-color: #E40046;
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
/* poppins-regular - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("../../files/themes/fastplug.de/fonts/poppins-v20-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../../files/themes/fastplug.de/fonts/poppins-v20-latin-regular.eot?#iefix") format("embedded-opentype"), url("../../files/themes/fastplug.de/fonts/poppins-v20-latin-regular.woff2") format("woff2"), url("../../files/themes/fastplug.de/fonts/poppins-v20-latin-regular.woff") format("woff"), url("../../files/themes/fastplug.de/fonts/poppins-v20-latin-regular.ttf") format("truetype"), url("../../files/themes/fastplug.de/fonts/poppins-v20-latin-regular.svg#Poppins") format("svg");
  /* Legacy iOS */
  font-display: swap;
}
/* poppins-500 - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url("../../files/themes/fastplug.de/fonts/poppins-v20-latin-500.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../../files/themes/fastplug.de/fonts/poppins-v20-latin-500.eot?#iefix") format("embedded-opentype"), url("../../files/themes/fastplug.de/fonts/poppins-v20-latin-500.woff2") format("woff2"), url("../../files/themes/fastplug.de/fonts/poppins-v20-latin-500.woff") format("woff"), url("../../files/themes/fastplug.de/fonts/poppins-v20-latin-500.ttf") format("truetype"), url("../../files/themes/fastplug.de/fonts/poppins-v20-latin-500.svg#Poppins") format("svg");
  /* Legacy iOS */
  font-display: swap;
}
/* poppins-700 - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url("../../files/themes/fastplug.de/fonts/poppins-v20-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../../files/themes/fastplug.de/fonts/poppins-v20-latin-700.eot?#iefix") format("embedded-opentype"), url("../../files/themes/fastplug.de/fonts/poppins-v20-latin-700.woff2") format("woff2"), url("../../files/themes/fastplug.de/fonts/poppins-v20-latin-700.woff") format("woff"), url("../../files/themes/fastplug.de/fonts/poppins-v20-latin-700.ttf") format("truetype"), url("../../files/themes/fastplug.de/fonts/poppins-v20-latin-700.svg#Poppins") format("svg");
  /* Legacy iOS */
  font-display: swap;
}
body {
  color: #393939;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p {
  color: #393939;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (min-width: 56.250rem) {
  p {
    font-size: 1.125rem;
  }
}
h1 {
  color: #E40046;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
h1:before {
  display: block;
  content: "";
  width: 60px;
  height: 60px;
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg id='uuid-b35156f3-10e3-48d9-8a00-ea304e162390' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 62.52 63.11'%3E%3Cdefs%3E%3Cstyle%3E.uuid-3df212cc-2e93-47f8-a283-db18d43bf9d0{fill:%23c5203a;stroke-width:0px;}%3C/style%3E%3C/defs%3E%3Cg id='uuid-83f2fb0f-2b50-46ea-8c41-06f21cb3b976'%3E%3Cg id='uuid-50e8567f-db41-4ca3-a5d6-d00586437611'%3E%3Cg id='uuid-69a70776-284f-4e37-983d-7b40a9809ff6'%3E%3Cpath class='uuid-3df212cc-2e93-47f8-a283-db18d43bf9d0' d='m31.33,63.02l-10.4-10,14.36-14.03H0v-14.86h35.21l-14.28-14.04L31.33.1l31.19,31.46-31.19,31.46Zm-7.53-10.01l7.5,7.2,28.4-28.65L31.3,2.9l-7.5,7.2,16.3,16.02H2v10.86h38.2l-16.39,16.02Z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 56.250rem) {
  h1 {
    font-size: 2.75rem;
  }
}
h2 {
  color: #E40046;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
h2:before {
  display: block;
  content: "";
  width: 60px;
  height: 60px;
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg id='uuid-b35156f3-10e3-48d9-8a00-ea304e162390' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 62.52 63.11'%3E%3Cdefs%3E%3Cstyle%3E.uuid-3df212cc-2e93-47f8-a283-db18d43bf9d0{fill:%23c5203a;stroke-width:0px;}%3C/style%3E%3C/defs%3E%3Cg id='uuid-83f2fb0f-2b50-46ea-8c41-06f21cb3b976'%3E%3Cg id='uuid-50e8567f-db41-4ca3-a5d6-d00586437611'%3E%3Cg id='uuid-69a70776-284f-4e37-983d-7b40a9809ff6'%3E%3Cpath class='uuid-3df212cc-2e93-47f8-a283-db18d43bf9d0' d='m31.33,63.02l-10.4-10,14.36-14.03H0v-14.86h35.21l-14.28-14.04L31.33.1l31.19,31.46-31.19,31.46Zm-7.53-10.01l7.5,7.2,28.4-28.65L31.3,2.9l-7.5,7.2,16.3,16.02H2v10.86h38.2l-16.39,16.02Z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 56.250rem) {
  h2 {
    font-size: 2.75rem;
  }
}
h3 {
  color: #0E268B;
  font-size: 2rem;
  font-weight: 300;
  margin-bottom: 2rem;
}
h3 strong {
  font-weight: 700;
}
@media screen and (min-width: 56.250rem) {
  h3 {
    font-size: 2.75rem;
  }
}
h4 {
  color: #0E268B;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.mod_navigation.nav-main ul li {
  display: inline;
  list-style-type: none;
}
.mod_navigation.nav-main ul li a, .mod_navigation.nav-main ul li strong {
  color: #393939;
  text-transform: uppercase;
  text-decoration: none;
  margin-left: 15px;
}
:root {
  --mm-color-text: #FFFFFF;
  --mm-color-text-dimmed: #FFFFFF;
  --mm-color-button: #FF0000;
  --mm-color-background: #0E268B;
  --mm-color-background-highlight: #FFD500;
  --mm-color-background-emphasis: #FFD500;
  --mm-line-height: 20px;
  --mm-listitem-size: 60px;
  --mm-navbar-size: 60px;
}
body .nav-offcanvas-button {
  display: block;
  position: relative;
}
body .nav-offcanvas-button .hamburger {
  display: flex;
  flex-direction: column;
  align-items: center;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 14px;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.25s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  text-decoration: none;
}
body .nav-offcanvas-button .hamburger:hover {
  opacity: 0.7;
}
body .nav-offcanvas-button .hamburger .hamburger-label {
  color: #E40046;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
body .nav-offcanvas-button .hamburger .hamburger-box {
  width: 50px;
  height: 30px;
  display: block;
  position: relative;
}
body .nav-offcanvas-button .hamburger .hamburger-box .hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
body .nav-offcanvas-button .hamburger .hamburger-box .hamburger-inner, body .nav-offcanvas-button .hamburger .hamburger-box .hamburger-inner::before, body .nav-offcanvas-button .hamburger .hamburger-box .hamburger-inner::after {
  width: 50px;
  height: 2px;
  border-radius: 2px;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
body .nav-offcanvas-button .hamburger .hamburger-box .hamburger-inner {
  background-color: #0E268B;
}
body .nav-offcanvas-button .hamburger .hamburger-box .hamburger-inner::before, body .nav-offcanvas-button .hamburger .hamburger-box .hamburger-inner::after {
  background-color: #0E268B;
  content: "";
  display: block;
}
body .nav-offcanvas-button .hamburger .hamburger-box .hamburger-inner::before {
  top: -8px;
  display: none;
}
body .nav-offcanvas-button .hamburger .hamburger-box .hamburger-inner::after {
  top: 15px;
}
body .nav-offcanvas-button .hamburger.hamburger--slider .hamburger-inner {
  top: 2px;
}
body .nav-offcanvas-button .hamburger.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  transition-timing-function: ease;
  transition-duration: 0.2s;
}
body .nav-offcanvas-button .hamburger.hamburger--slider .hamburger-inner::after {
  top: 20px;
}
body.mm-wrapper--opened .nav-offcanvas-button .hamburger--slider .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  transform: translate3d(0, 10px, 0) rotate(45deg);
  background-color: #0E268B;
}
body.mm-wrapper--opened .nav-offcanvas-button .hamburger--slider .hamburger-inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}
body.mm-wrapper--opened .nav-offcanvas-button .hamburger--slider .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}
body.mm-wrapper--opened .nav-offcanvas-button .hamburger--slider .hamburger-inner::before, body.mm-wrapper--opened .nav-offcanvas-button .hamburger--slider .hamburger-inner::after {
  background-color: #0E268B;
}
.mod_mmenu .mm-panel {
  background-color: #0E268B;
}
.mod_mmenu .mm-navbar {
  color: #E40046;
  font-weight: 700;
  background-color: #0E268B;
}
.mod_mmenu .mm-listitem {
  color: #FFFFFF;
  font-weight: 700;
}
.mod_newslist {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px;
  max-width: 1400px;
}
@media screen and (min-width: 75.000rem) {
  .mod_newslist {
    padding-right: 40px;
    padding-left: 40px;
    margin-bottom: 100px;
  }
}
.mod_newslist .layout_latest {
  max-width: 760px;
  background-color: #FAFAFA;
  margin-left: 15px;
  margin-right: 15px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.mod_newslist .layout_latest img {
  border-radius: 20px;
}
.mod_newslist .layout_latest .content_container {
  padding: 40px;
}
.mod_newslist .layout_latest a {
  text-decoration: none;
}
.mod_newslist .layout_latest .info {
  display: none;
}
.mod_newslist .layout_latest h3 {
  font-size: 1.25rem;
}
.mod_newslist .layout_latest .text {
  display: none;
}
@media screen and (min-width: 56.250rem) {
  .mod_newslist {
    display: flex;
    flex-wrap: wrap;
  }
  .mod_newslist .layout_latest {
    max-width: calc(33.3332% - (2 * 15px));
  }
}
.mod_newsreader h1, .mod_newsreader p.info {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px;
  max-width: 1000px;
  margin-bottom: 40px !important;
}
@media screen and (min-width: 75.000rem) {
  .mod_newsreader h1, .mod_newsreader p.info {
    padding-right: 40px;
    padding-left: 40px;
    margin-bottom: 100px;
  }
}
.mod_newsreader p.info {
  max-width: 1000px;
}
.mod_newsreader p.info time {
  font-weight: 700;
  font-size: 0.875rem;
  color: #FFFFFF;
  background-color: #0E268B;
  padding: 15px 40px;
  border-radius: 50px;
}
.mod_newsreader p.back {
  text-align: center;
  margin-bottom: 40px;
}
.ce_form {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px;
  max-width: 1000px;
  background-color: #FAFAFA;
  padding: 40px;
  border-radius: 20px;
}
@media screen and (min-width: 75.000rem) {
  .ce_form {
    padding-right: 40px;
    padding-left: 40px;
    margin-bottom: 100px;
  }
}
.ce_form fieldset {
  padding: 0;
  border: 0;
}
.ce_form .widget {
  width: 100%;
  margin-bottom: 20px;
}
.ce_form .widget label {
  display: block;
  font-size: 0.75rem;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
  margin-left: 10px;
}
.ce_form .widget-radio fieldset > legend {
  display: none;
}
.ce_form .widget-radio label {
  margin-left: inherit;
}
.ce_form .widget-radio fieldset {
  display: flex;
  justify-content: space-between;
  padding: 0;
  border: 0;
}
.ce_form .widget-radio span {
  display: block;
  width: 20%;
  text-align: center;
  background-color: #FFFFFF;
  padding: 40px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.ce_form .widget-radio span:hover {
  cursor: pointer;
}
.ce_form .widget-select select {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: 1px solid #C0CFD8;
  border-radius: 20px;
  -webkit-appearance: menulist-button;
  -moz-appearance: none;
}
.ce_form .widget-pagebreak {
  text-align: right;
  padding-top: 15px;
}
.ce_form input[type="text"], .ce_form input[type="email"], .ce_form input[type="number"], .ce_form textarea {
  display: block;
  outline: none;
  width: 100%;
  font-size: 1rem;
  border: 1px solid #C0CFD8;
  border-radius: 20px;
  padding: 10px 20px;
}
.ce_form button[type="submit"] {
  color: #0E268B;
  background-color: transparent;
  font-size: 1rem;
  font-weight: 700;
  padding: 10px 20px;
  cursor: pointer;
  border: 1px solid #0E268B;
  border-radius: 50px;
  transition: 0.25s;
}
.ce_form button[type="submit"]:hover {
  cursor: pointer;
  color: #FFFFFF;
  border-color: #E40046;
  background-color: #E40046;
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.ce_form button[value="back"] {
  float: left;
  color: #393939;
  background-color: transparent;
  border-color: #393939;
}
@media screen and (min-width: 56.250rem) {
  .ce_form fieldset {
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }
}
form {
  position: relative;
  transition: height 1s;
}
form.ajax-loading {
  transition: height 1s;
}
form.ajax-loading .widget-pagebreak button {
  pointer-events: none;
}
form.ajax-loading:hover * {
  cursor: wait;
}
form.ajax-loading .formbody {
  transition: height 1s;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  position: relative;
  z-index: 1;
}
@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
form.ajax-loading::before {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 2;
  background-image: url("../../files/themes/fastplug.de/img/tail-spin.svg");
  background-size: 80px 80px;
  background-repeat: no-repeat;
  background-position: center;
  animation: none;
  opacity: 1;
}
.ce_headline {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px;
  max-width: 1000px;
  margin-bottom: 40px !important;
}
@media screen and (min-width: 75.000rem) {
  .ce_headline {
    padding-right: 40px;
    padding-left: 40px;
    margin-bottom: 100px;
  }
}
.ce_image {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px;
  max-width: 1600px;
}
@media screen and (min-width: 75.000rem) {
  .ce_image {
    padding-right: 40px;
    padding-left: 40px;
    margin-bottom: 100px;
  }
}
.ce_image img {
  border-radius: 20px;
}
.mod_newsreader .ce_image {
  max-width: 1400px;
}
.ce_text {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px;
  max-width: 1000px;
}
@media screen and (min-width: 75.000rem) {
  .ce_text {
    padding-right: 40px;
    padding-left: 40px;
    margin-bottom: 100px;
  }
}
.ce_text > h2 {
  padding-right: 10px;
  padding-left: 10px;
}
.ce_text p {
  margin-bottom: 1rem;
}
.ce_text a {
  color: #393939;
  font-weight: bold;
  text-decoration: underline;
}
.ce_text a[target=_blank]:after {
  content: "";
  display: inline-block;
  position: relative;
  top: 1px;
  width: 0.875rem;
  height: 0.875rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='son-logo-complete' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14.17 14.17'%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill:%231a1a18;}%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M12.4,9.3v3.54a1.32,1.32,0,0,1-1.33,1.33H1.33A1.33,1.33,0,0,1,0,12.84V3.1A1.34,1.34,0,0,1,1.33,1.77H5.76a.44.44,0,0,1,.44.44V3.1a.44.44,0,0,1-.44.44h-4V12.4h8.86V9.3a.44.44,0,0,1,.44-.44H12A.44.44,0,0,1,12.4,9.3ZM14.17,1v4.4a.77.77,0,0,1-.77.77h-.5a.78.78,0,0,1-.77-.77v0l0-1.86L5.34,10.43a.77.77,0,0,1-.47.2.82.82,0,0,1-.47-.19h0l-.66-.66a.72.72,0,0,1-.2-.47.77.77,0,0,1,.2-.47h0L10.63,2l-1.86.06h0A.78.78,0,0,1,8,1.29V.78A.78.78,0,0,1,8.75,0h4.39A1,1,0,0,1,14.17,1Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.ce_text a:hover {
  color: #E40046;
  text-decoration: none;
}
.ce_text .image_container {
  margin-bottom: 20px;
}
.ce_text .image_container img {
  border-radius: 20px;
}
.ce_text .content_container {
  padding-right: 10px;
  padding-left: 10px;
}
@media screen and (min-width: 56.250rem) {
  .ce_text {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
    max-width: 1000px;
  }
  .ce_text > h2 {
    padding: 0;
  }
  .ce_text .content_container {
    padding: 0;
  }
  .ce_text.has_image {
    max-width: 1400px;
    display: flex;
    align-items: start;
    justify-content: space-between;
  }
  .ce_text.has_image .content_container {
    width: 50%;
    padding-left: 105px;
  }
  .ce_text.has_image.img_float_right {
    flex-direction: row-reverse;
  }
  .ce_text.has_image.img_float_right .content_container {
    padding-right: 105px;
    padding-left: 0;
  }
  .ce_text .image_container {
    width: 50%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 56.250rem) and (min-width: 75.000rem) {
  .ce_text {
    padding-right: 40px;
    padding-left: 40px;
    margin-bottom: 100px;
  }
}
.ce_list, .ce_text {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px;
  max-width: 1000px;
}
@media screen and (min-width: 75.000rem) {
  .ce_list, .ce_text {
    padding-right: 40px;
    padding-left: 40px;
    margin-bottom: 100px;
  }
}
.ce_list ul li, .ce_text ul li {
  position: relative;
  list-style-type: none;
  font-size: 0.875rem;
  line-height: 1.4rem;
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
}
.ce_list ul li:before, .ce_text ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 7px;
  height: 7px;
  background-color: #E40046;
  margin-right: 1rem;
}
.ce_list ol, .ce_text ol {
  padding-left: 1.5rem;
}
.ce_list ol li, .ce_text ol li {
  list-style-type: decimal;
  position: relative;
  line-height: 2rem;
}
@media screen and (min-width: 56.250rem) {
  .ce_list ul li, .ce_text ul li {
    font-size: 1.125rem;
  }
}
.ce_fpe_eyecatcher {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px;
  max-width: 1400px;
  color: #FFFFFF;
  font-size: 1.125rem;
}
@media screen and (min-width: 75.000rem) {
  .ce_fpe_eyecatcher {
    padding-right: 40px;
    padding-left: 40px;
    margin-bottom: 100px;
  }
}
.ce_fpe_eyecatcher .inside {
  position: relative;
}
.ce_fpe_eyecatcher img {
  border-radius: 20px;
}
.ce_fpe_eyecatcher .image_container.greyscale {
  filter: grayscale(1);
}
.ce_fpe_eyecatcher .content_container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 40px;
  background: black;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(255, 255, 255, 0) 90%);
  border-radius: 20px;
}
.ce_fpe_eyecatcher .icon_container {
  width: 100px;
  position: absolute;
  top: 70px;
}
.ce_fpe_eyecatcher h3 {
  color: #FFFFFF;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0;
}
.ce_fpe_eyecatcher span {
  line-height: 1.25;
  margin-bottom: 2rem;
}
.ce_fpe_eyecatcher .button {
  display: inline-block;
  align-self: start;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  padding: 10px 20px;
  border: 1px solid #FFFFFF;
  border-radius: 50px;
  transition: 0.25s;
}
.ce_fpe_eyecatcher .button:hover {
  cursor: pointer;
  border-color: #E40046;
  background-color: #E40046;
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
@media screen and (min-width: 56.250rem) {
  .ce_fpe_eyecatcher {
    font-size: 2rem;
  }
  .ce_fpe_eyecatcher .content_container {
    padding: 70px;
  }
  .ce_fpe_eyecatcher h3 {
    font-size: 2rem;
  }
  .ce_fpe_eyecatcher .button {
    font-size: 1.125rem;
    padding: 20px 40px;
  }
}
.ce_fpe_imagelink {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px;
  padding: 0;
  max-width: 1400px;
}
@media screen and (min-width: 75.000rem) {
  .ce_fpe_imagelink {
    padding-right: 40px;
    padding-left: 40px;
    margin-bottom: 100px;
  }
}
.ce_fpe_imagelink h2 {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 100px;
}
.ce_fpe_imagelink .image_link {
  width: 100%;
  display: inline-block;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
  transition: 0.25s;
}
.ce_fpe_imagelink .image_link .image_container {
  position: relative;
}
.ce_fpe_imagelink .image_link .image_container:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: black;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(255, 255, 255, 0) 90%);
  border-radius: 25px;
  transition: 0.5s;
}
.ce_fpe_imagelink .image_link img {
  border-radius: 25px;
  transition: 0.25s;
}
.ce_fpe_imagelink .image_link:hover {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.ce_fpe_imagelink .image_link:hover img {
  border-radius: 15px;
}
.ce_fpe_imagelink .image_link:hover .image_container:before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 50%);
  border-radius: 15px;
}
.ce_fpe_imagelink .image_link:hover span.button {
  border-color: #E40046;
  background-color: #E40046;
}
.ce_fpe_imagelink .content_container {
  width: 100%;
  position: absolute;
  left: calc(40px + 15px);
  bottom: 40px;
  max-width: calc(100% - (2 * (40px + 15px)));
}
.ce_fpe_imagelink .content_container h4.link_name {
  font-size: 1.125rem;
  font-weight: 700;
  color: #FFFFFF;
}
.ce_fpe_imagelink .content_container span.button {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
@media screen and (min-width: 37.500rem) {
  .ce_fpe_imagelink {
    margin-right: auto;
    margin-left: auto;
  }
  .ce_fpe_imagelink .inside {
    display: flex;
    flex-wrap: wrap;
  }
  .ce_fpe_imagelink .image_link {
    min-width: 250px;
    max-width: 50%;
  }
  .ce_fpe_imagelink .image_link img {
    width: 100%;
  }
}
@media screen and (min-width: 75.000rem) {
  .ce_fpe_imagelink .inside {
    margin-right: -15px;
    margin-left: -15px;
  }
  .ce_fpe_imagelink .image_link {
    min-width: 200px;
    max-width: 33.3332%;
  }
  .ce_fpe_imagelink h4.link_name {
    font-size: 1.5rem;
    left: calc(40px + 15px);
    bottom: 40px;
    max-width: calc(100% - (2 * (40px + 15px)));
  }
}
.ce_fpe_infolink {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px;
  padding: 0;
  max-width: 1400px;
}
@media screen and (min-width: 75.000rem) {
  .ce_fpe_infolink {
    padding-right: 40px;
    padding-left: 40px;
    margin-bottom: 100px;
  }
}
.ce_fpe_infolink h2 {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 100px;
}
.ce_fpe_infolink .infolink_item {
  display: inline-block;
  position: relative;
  background-color: #FAFAFA;
  margin-left: 15px;
  margin-right: 15px;
  border-radius: 20px;
  margin-bottom: 20px;
  transition: 0.25s;
}
.ce_fpe_infolink .infolink_item .image_container {
  position: relative;
}
.ce_fpe_infolink .infolink_item .image_container:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: black;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(255, 255, 255, 0) 90%);
  border-radius: 25px;
  transition: 0.5s;
}
.ce_fpe_infolink .infolink_item img {
  border-radius: 25px;
  transition: 0.25s;
}
.ce_fpe_infolink .infolink_item .icon_container {
  position: relative;
  z-index: 10;
  width: 200px;
  margin: 0 auto;
  margin-top: -150px;
  margin-bottom: 40px;
}
.ce_fpe_infolink .infolink_item .content_container {
  text-align: center;
  padding: 40px;
}
@media screen and (min-width: 56.250rem) {
  .ce_fpe_infolink {
    margin-right: auto;
    margin-left: auto;
  }
  .ce_fpe_infolink .inside {
    display: flex;
    flex-wrap: wrap;
  }
  .ce_fpe_infolink .infolink_item {
    min-width: 250px;
    max-width: 50%;
  }
  .ce_fpe_infolink .infolink_item img {
    width: 100%;
  }
}
@media screen and (min-width: 75.000rem) {
  .ce_fpe_infolink .infolink_item {
    min-width: 200px;
    max-width: calc(33.3332% - (2 * 15px));
  }
  .ce_fpe_infolink p {
    font-size: 1rem;
  }
}
.ce_fpe_numbers {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px;
  max-width: 1400px;
}
@media screen and (min-width: 75.000rem) {
  .ce_fpe_numbers {
    padding-right: 40px;
    padding-left: 40px;
    margin-bottom: 100px;
  }
}
.ce_fpe_numbers .inside {
  background: #e40046;
  background: linear-gradient(120deg, #e40046 0%, #0e268b 100%);
  padding-top: 40px;
  padding-bottom: 40px;
  border-radius: 20px;
}
.ce_fpe_numbers .item {
  min-width: 200px;
  max-width: 300px;
  color: #FFFFFF;
  text-align: center;
  padding: 40px;
  margin: 0 auto;
}
.ce_fpe_numbers .svg {
  width: 50px;
  display: inline-block;
}
.ce_fpe_numbers .count {
  font-size: 4.375rem;
  font-weight: 700;
}
@media screen and (min-width: 56.250rem) {
  .ce_fpe_numbers .inside {
    display: flex;
    justify-content: space-evenly;
  }
  .ce_fpe_numbers .item {
    flex-grow: 1;
  }
}
.ce_fpe_benefits .inside {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px;
  max-width: 1400px;
}
@media screen and (min-width: 75.000rem) {
  .ce_fpe_benefits .inside {
    padding-right: 40px;
    padding-left: 40px;
    margin-bottom: 100px;
  }
}
.ce_fpe_benefits .fpe_benefit, .ce_fpe_benefits .fpe_benefit_cta {
  max-width: 500px;
  background-color: #FAFAFA;
  border-radius: 20px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px;
}
.ce_fpe_benefits .fpe_benefit {
  text-align: center;
  padding: 20px;
}
.ce_fpe_benefits .fpe_benefit .icon_container {
  width: 50px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.ce_fpe_benefits .fpe_benefit_cta {
  text-align: center;
  background-color: #0E268B;
  padding: 40px;
}
.ce_fpe_benefits .fpe_benefit_cta .icon_container {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 40px;
}
.ce_fpe_benefits h4 {
  font-size: 1.25rem;
  line-height: 1.4;
}
.ce_fpe_benefits .button {
  display: inline-block;
  align-self: start;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  padding: 10px 20px;
  border: 1px solid #FFFFFF;
  border-radius: 50px;
  transition: 0.25s;
}
.ce_fpe_benefits .button:hover {
  cursor: pointer;
  border-color: #E40046;
  background-color: #E40046;
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
@media screen and (min-width: 37.500rem) and (max-width: 75.000rem) {
  .ce_fpe_benefits .inside {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .ce_fpe_benefits .inside .fpe_benefit_headline {
    width: 100% !important;
  }
  .ce_fpe_benefits .inside [class^="fpe_benefit"] {
    width: 49%;
    max-width: inherit;
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 75.000rem) {
  .ce_fpe_benefits .inside {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
    column-gap: 30px;
    row-gap: 30px;
  }
  .ce_fpe_benefits h4 {
    font-size: 2rem;
  }
  .ce_fpe_benefits .fpe_benefit_headline, .ce_fpe_benefits .fpe_benefit, .ce_fpe_benefits .fpe_benefit_cta {
    margin: 0;
  }
  .ce_fpe_benefits .fpe_benefit_headline {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .ce_fpe_benefits .fpe_benefit {
    padding: 40px;
  }
  .ce_fpe_benefits .fpe_benefit .icon_container {
    width: 75px;
    margin-bottom: 20px;
  }
  .ce_fpe_benefits .fpe_benefit:nth-child(2) {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 3;
  }
  .ce_fpe_benefits .fpe_benefit:nth-child(3) {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 4;
  }
  .ce_fpe_benefits .fpe_benefit:nth-child(4) {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 4;
  }
  .ce_fpe_benefits .fpe_benefit:nth-child(5) {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 4;
    grid-row-end: 6;
  }
  .ce_fpe_benefits .fpe_benefit:nth-child(6) {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 4;
    grid-row-end: 6;
  }
  .ce_fpe_benefits .fpe_benefit_cta {
    display: block;
    width: 100%;
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 3;
    grid-row-end: 6;
  }
}
.ce_fpe_header {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px;
  max-width: 1920px;
  margin-bottom: 70px;
}
@media screen and (min-width: 75.000rem) {
  .ce_fpe_header {
    padding-right: 40px;
    padding-left: 40px;
    margin-bottom: 100px;
  }
}
.ce_fpe_header .inside {
  position: relative;
}
.ce_fpe_header .image_container img {
  border-radius: 20px;
}
.ce_fpe_header .content_container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 40px;
  background: black;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(255, 255, 255, 0) 90%);
  border-radius: 20px;
}
.ce_fpe_header .content_container span {
  display: block;
  position: relative;
  z-index: 11;
  width: 100%;
  max-width: 1400px;
  padding: 0;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 15px;
}
.ce_fpe_header .content_container span h2 {
  color: #FFFFFF;
  font-size: 1.5rem;
  font-weight: 700;
}
.ce_fpe_header .content_container span h2:before {
  display: none;
}
.ce_fpe_header .content_container span a.button {
  color: #FFFFFF;
  border-color: #FFFFFF;
  margin-top: 15px;
}
.ce_fpe_header .content_container span a.button:hover {
  border-color: #E40046;
  margin-top: 50px;
}
.ce_fpe_header svg {
  display: block;
  position: absolute;
  left: -20px;
  bottom: 20px;
  width: 150px;
  height: 210px;
}
@media screen and (min-width: 75.000rem) {
  .ce_fpe_header {
    padding-right: 40px;
    padding-left: 40px;
  }
  .ce_fpe_header .content_container span {
    padding: 15px;
    margin-bottom: 100px;
  }
  .ce_fpe_header .content_container span h2 {
    max-width: 50%;
    font-size: 2.75rem;
    line-height: 1.2;
  }
  .ce_fpe_header .content_container span a.button {
    margin-top: 40px;
  }
  .ce_fpe_header svg {
    left: -40px;
    bottom: 50px;
    width: 200px;
    height: 280px;
  }
}
@keyframes loading-1 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes loading-2 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.5, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
.fpe-load-element .powerbar {
  fill: #e40046;
  animation-name: loading-1;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.fpe-load-element .powerbar-2 {
  animation-delay: 1s;
}
.fpe-load-element .powerbar-3 {
  animation-name: loading-2;
  animation-delay: 0.1s;
  animation-duration: 4s;
}
.fpe-load-element .powerbar-4 {
  animation-name: loading-1;
  animation-duration: 5s;
}
.fpe-load-element .powerbar-5 {
  animation-name: loading-2;
  animation-delay: 0.5s;
  animation-duration: 6s;
}
.fpe-load-element .powerbar-6 {
  animation-name: loading-1;
  animation-delay: 0.3s;
  animation-duration: 2s;
}
.fpe-load-element .powerbar-6 {
  animation-name: loading-2;
  animation-duration: 6s;
}
.ce_fpe_solarrechner {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px;
  max-width: 1200px;
}
@media screen and (min-width: 75.000rem) {
  .ce_fpe_solarrechner {
    padding-right: 40px;
    padding-left: 40px;
    margin-bottom: 100px;
  }
}
.ce_fpe_solarrechner .inside {
  padding: 20px;
  background-color: #FFFFFF;
  border: 1px solid #C0CFD8;
  border-radius: 20px;
}
.ce_fpe_solarrechner iframe {
  width: 100%;
}
@media only screen and (max-width: 37.438rem) {
  .ce_fpe_solarrechner {
    padding: 0;
  }
  .ce_fpe_solarrechner .inside {
    padding: 10px 20px;
    border: 0;
  }
}
.ce_fpe_jobprofil {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px;
  max-width: 1600px;
}
@media screen and (min-width: 75.000rem) {
  .ce_fpe_jobprofil {
    padding-right: 40px;
    padding-left: 40px;
    margin-bottom: 100px;
  }
}
.ce_fpe_jobprofil h3 {
  font-size: 2rem;
  font-weight: 700;
}
.ce_fpe_jobprofil .ce_text {
  margin-bottom: 0;
}
.ce_fpe_jobprofil .intro {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px;
}
.ce_fpe_jobprofil .job_specs {
  color: #0E268B;
  padding-bottom: 15px;
  border-bottom: 1px solid #C0CFD8;
  margin-bottom: 40px;
}
.ce_fpe_jobprofil .job_specs li {
  list-style-type: none;
  padding-left: 0;
}
.ce_fpe_jobprofil .job_specs li:before {
  position: relative;
  top: 2px;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg id='uuid-360cbeea-ae60-4658-83bf-798bb46c01be' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 141.73 141.73'%3E%3Cdefs%3E%3Cstyle%3E.uuid-85756656-1484-4e5d-ac8b-851546ffb240{stroke:%232d2e87;stroke-width:7.23px;}.uuid-85756656-1484-4e5d-ac8b-851546ffb240,.uuid-4ed4f209-b34e-4221-8bb0-84ffe2272d8a{fill:none;stroke-miterlimit:10;}.uuid-4ed4f209-b34e-4221-8bb0-84ffe2272d8a{stroke:%23e50046;stroke-width:7.5px;}%3C/style%3E%3C/defs%3E%3Crect class='uuid-4ed4f209-b34e-4221-8bb0-84ffe2272d8a' x='12.35' y='16.47' width='60.38' height='46.77'/%3E%3Cline class='uuid-4ed4f209-b34e-4221-8bb0-84ffe2272d8a' x1='12.97' y1='48.45' x2='72.1' y2='48.45'/%3E%3Cline class='uuid-4ed4f209-b34e-4221-8bb0-84ffe2272d8a' x1='36.47' y1='64.64' x2='36.47' y2='81.93'/%3E%3Cline class='uuid-4ed4f209-b34e-4221-8bb0-84ffe2272d8a' x1='48.6' y1='64.64' x2='48.6' y2='81.93'/%3E%3Cline class='uuid-85756656-1484-4e5d-ac8b-851546ffb240' x1='119.93' y1='78.6' x2='139.12' y2='78.6'/%3E%3Cline class='uuid-85756656-1484-4e5d-ac8b-851546ffb240' x1='3.69' y1='78.6' x2='82.84' y2='78.6'/%3E%3Cline class='uuid-85756656-1484-4e5d-ac8b-851546ffb240' x1='128.73' y1='78.6' x2='135.15' y2='130.81'/%3E%3Cline class='uuid-85756656-1484-4e5d-ac8b-851546ffb240' x1='14.54' y1='76.1' x2='8.12' y2='128.31'/%3E%3Cpolygon class='uuid-85756656-1484-4e5d-ac8b-851546ffb240' points='115.68 100.55 79.43 100.55 90.44 30.72 126.69 30.72 115.68 100.55'/%3E%3Cline class='uuid-85756656-1484-4e5d-ac8b-851546ffb240' x1='102.41' y1='100.55' x2='57.85' y2='100.55'/%3E%3Cline class='uuid-85756656-1484-4e5d-ac8b-851546ffb240' x1='87.37' y1='100.99' x2='87.37' y2='132.59'/%3E%3Cline class='uuid-85756656-1484-4e5d-ac8b-851546ffb240' x1='69.58' y1='121.83' x2='105.16' y2='121.83'/%3E%3Cline class='uuid-85756656-1484-4e5d-ac8b-851546ffb240' x1='72.71' y1='119.84' x2='67.61' y2='130.59'/%3E%3Cline class='uuid-85756656-1484-4e5d-ac8b-851546ffb240' x1='101.93' y1='119.84' x2='107.03' y2='130.59'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.ce_fpe_jobprofil .job_profil {
  padding: 20px;
  background-color: #FAFAFA;
  border-radius: 20px;
}
.ce_fpe_jobprofil .job_todo {
  color: #FFFFFF;
  font-weight: 700;
  padding: 20px;
  background-color: #E40046;
  border-radius: 20px;
}
.ce_fpe_jobprofil .job_todo h3 {
  color: #FFFFFF;
}
.ce_fpe_jobprofil .job_todo ul li:before {
  background-color: #FFFFFF;
}
@media screen and (min-width: 75.000rem) {
  .ce_fpe_jobprofil .content_container {
    display: flex;
    align-items: flex-start;
  }
  .ce_fpe_jobprofil .job_specs li {
    display: inline;
  }
  .ce_fpe_jobprofil .job_specs li:before {
    top: 4px;
  }
  .ce_fpe_jobprofil .job_profil, .ce_fpe_jobprofil .job_todo {
    padding: 40px;
  }
  .ce_fpe_jobprofil .job_profil {
    width: 60%;
    margin-right: 20px;
  }
  .ce_fpe_jobprofil .job_todo {
    width: 40%;
  }
}
.ce_fpe_eyecatcher_illu {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px;
  max-width: 1400px;
  color: #FFFFFF;
  font-size: 1.125rem;
}
@media screen and (min-width: 75.000rem) {
  .ce_fpe_eyecatcher_illu {
    padding-right: 40px;
    padding-left: 40px;
    margin-bottom: 100px;
  }
}
.ce_fpe_eyecatcher_illu .inside {
  position: relative;
  border-radius: 20px;
  background: #e40046;
  background: linear-gradient(160deg, #e40046 0%, #0e268b 100%);
}
.ce_fpe_eyecatcher_illu .content_container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
  padding-bottom: 0;
}
.ce_fpe_eyecatcher_illu .icon_container {
  padding: 20px;
}
.ce_fpe_eyecatcher_illu h3 {
  color: #FFFFFF;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0.5rem;
}
.ce_fpe_eyecatcher_illu p {
  color: #FFFFFF;
  font-size: 1rem;
  line-height: 1.25;
}
.ce_fpe_eyecatcher_illu span {
  margin-bottom: 2rem;
}
.ce_fpe_eyecatcher_illu .button {
  display: inline-block;
  align-self: start;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  padding: 10px 20px;
  border: 1px solid #FFFFFF;
  border-radius: 50px;
  transition: 0.25s;
}
.ce_fpe_eyecatcher_illu .button:hover {
  cursor: pointer;
  border-color: #E40046;
  background-color: #E40046;
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.ce_fpe_eyecatcher_illu.image_big .icon_container {
  padding: 0;
}
@media screen and (min-width: 56.250rem) {
  .ce_fpe_eyecatcher_illu {
    font-size: 2rem;
  }
  .ce_fpe_eyecatcher_illu .inside {
    display: flex;
    background: linear-gradient(120deg, #e40046 0%, #0e268b 75%);
  }
  .ce_fpe_eyecatcher_illu .content_container {
    width: 50%;
    padding: 70px;
  }
  .ce_fpe_eyecatcher_illu .icon_container {
    display: flex;
    width: 50%;
    padding: 40px;
  }
  .ce_fpe_eyecatcher_illu h3 {
    font-size: 2rem;
  }
  .ce_fpe_eyecatcher_illu p {
    font-size: 1.25rem;
  }
  .ce_fpe_eyecatcher_illu .button {
    ont-size: 1.125rem;
    padding: 20px 40px;
  }
  .ce_fpe_eyecatcher_illu.image_big .content_container {
    padding-right: 0;
  }
  .ce_fpe_eyecatcher_illu.image_big .icon_container {
    padding: 0;
    padding-bottom: 20px;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22home%2Fmonjoxnk%2Ffastplug.monotomic.de%2Ffiles%2Fthemes%2Ffastplug.de%2Fscss%2Fimports.scss%22%2C%22home%2Fmonjoxnk%2Ffastplug.monotomic.de%2Ffiles%2Fthemes%2Ffastplug.de%2Fscss%2F_base%2Fnormalize.scss%22%2C%22home%2Fmonjoxnk%2Ffastplug.monotomic.de%2Ffiles%2Fthemes%2Ffastplug.de%2Fscss%2F_base%2Fcontao.scss%22%2C%22home%2Fmonjoxnk%2Ffastplug.monotomic.de%2Ffiles%2Fthemes%2Ffastplug.de%2Fscss%2F_base%2Fhelper.scss%22%2C%22home%2Fmonjoxnk%2Ffastplug.monotomic.de%2Ffiles%2Fthemes%2Ffastplug.de%2Fscss%2F_layout%2Fheader.scss%22%2C%22home%2Fmonjoxnk%2Ffastplug.monotomic.de%2Ffiles%2Fthemes%2Ffastplug.de%2Fscss%2F_layout%2Ffooter.scss%22%2C%22home%2Fmonjoxnk%2Ffastplug.monotomic.de%2Ffiles%2Fthemes%2Ffastplug.de%2Fscss%2F_layout%2Fmain.scss%22%2C%22home%2Fmonjoxnk%2Ffastplug.monotomic.de%2Ffiles%2Fthemes%2Ffastplug.de%2Fscss%2F_components%2Fbuttons.scss%22%2C%22home%2Fmonjoxnk%2Ffastplug.monotomic.de%2Ffiles%2Fthemes%2Ffastplug.de%2Fscss%2F_components%2Ftypo.scss%22%2C%22home%2Fmonjoxnk%2Ffastplug.monotomic.de%2Ffiles%2Fthemes%2Ffastplug.de%2Fscss%2F_modules%2Fmod_navigation.scss%22%2C%22home%2Fmonjoxnk%2Ffastplug.monotomic.de%2Ffiles%2Fthemes%2Ffastplug.de%2Fscss%2F_modules%2Fmod_mmenu.scss%22%2C%22home%2Fmonjoxnk%2Ffastplug.monotomic.de%2Ffiles%2Fthemes%2Ffastplug.de%2Fscss%2F_modules%2Fmod_newslist.scss%22%2C%22home%2Fmonjoxnk%2Ffastplug.monotomic.de%2Ffiles%2Fthemes%2Ffastplug.de%2Fscss%2Fconfig.scss%22%2C%22home%2Fmonjoxnk%2Ffastplug.monotomic.de%2Ffiles%2Fthemes%2Ffastplug.de%2Fscss%2F_modules%2Fmod_newsreader.scss%22%2C%22home%2Fmonjoxnk%2Ffastplug.monotomic.de%2Ffiles%2Fthemes%2Ffastplug.de%2Fscss%2F_elements%2Fce_form.scss%22%2C%22home%2Fmonjoxnk%2Ffastplug.monotomic.de%2Ffiles%2Fthemes%2Ffastplug.de%2Fscss%2F_elements%2Fce_headline.scss%22%2C%22home%2Fmonjoxnk%2Ffastplug.monotomic.de%2Ffiles%2Fthemes%2Ffastplug.de%2Fscss%2F_elements%2Fce_image.scss%22%2C%22home%2Fmonjoxnk%2Ffastplug.monotomic.de%2Ffiles%2Fthemes%2Ffastplug.de%2Fscss%2F_elements%2Fce_text.scss%22%2C%22home%2Fmonjoxnk%2Ffastplug.monotomic.de%2Ffiles%2Fthemes%2Ffastplug.de%2Fscss%2F_elements%2Fce_list.scss%22%2C%22home%2Fmonjoxnk%2Ffastplug.monotomic.de%2Ffiles%2Fthemes%2Ffastplug.de%2Fscss%2F_elements%2Fce_fpe_eyecatcher.scss%22%2C%22home%2Fmonjoxnk%2Ffastplug.monotomic.de%2Ffiles%2Fthemes%2Ffastplug.de%2Fscss%2F_elements%2Fce_fpe_imagelink.scss%22%2C%22home%2Fmonjoxnk%2Ffastplug.monotomic.de%2Ffiles%2Fthemes%2Ffastplug.de%2Fscss%2F_elements%2Fce_fpe_infolink.scss%22%2C%22home%2Fmonjoxnk%2Ffastplug.monotomic.de%2Ffiles%2Fthemes%2Ffastplug.de%2Fscss%2F_elements%2Fce_fpe_numbers.scss%22%2C%22home%2Fmonjoxnk%2Ffastplug.monotomic.de%2Ffiles%2Fthemes%2Ffastplug.de%2Fscss%2F_elements%2Fce_fpe_benefits.scss%22%2C%22home%2Fmonjoxnk%2Ffastplug.monotomic.de%2Ffiles%2Fthemes%2Ffastplug.de%2Fscss%2F_elements%2Fce_fpe_header.scss%22%2C%22home%2Fmonjoxnk%2Ffastplug.monotomic.de%2Ffiles%2Fthemes%2Ffastplug.de%2Fscss%2F_elements%2Fce_fpe_solarrechner.scss%22%2C%22home%2Fmonjoxnk%2Ffastplug.monotomic.de%2Ffiles%2Fthemes%2Ffastplug.de%2Fscss%2F_elements%2Fce_fpe_jobprofil.scss%22%2C%22home%2Fmonjoxnk%2Ffastplug.monotomic.de%2Ffiles%2Fthemes%2Ffastplug.de%2Fscss%2F_elements%2Fce_fpe_eyecatcher_illu.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADVA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACsBA%3BAAAA%3BAAAA%3BADtBA%3BAAAA%3BAAAA%3BAC8BA%3BAAAA%3BAAAA%3BAD9BA%3BAAAA%3BAAAA%3BAAAA%3BACuCA%3BAAAA%3BAAAA%3BAAAA%3BADvCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACoDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADpDA%3BAAAA%3BAAAA%3BAAAA%3BAC%2BDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD%2FDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC2EA%3BAAAA%3BAAAA%3BAD3EA%3BAAAA%3BAAAA%3BAAAA%3BACoFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADpFA%3BAAAA%3BAAAA%3BAC8FA%3BAAAA%3BAAAA%3BAD9FA%3BAAAA%3BAAAA%3BAAAA%3BACwGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADxGA%3BAAAA%3BAAAA%3BACmHA%3BAAAA%3BAAAA%3BADnHA%3BAAAA%3BAAAA%3BAAAA%3BAC4HA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BADxIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACmJA%3BAAAA%3BAAAA%3BADnJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC%2BJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD%2FJA%3BAAAA%3BAAAA%3BAAAA%3BAC%2BKA%3BAAAA%3BAAAA%3BAAAA%3BAD%2FKA%3BAAAA%3BAAAA%3BAAAA%3BACyLA%3BAAAA%3BAAAA%3BAAAA%3BADzLA%3BAAAA%3BAAAA%3BACkMA%3BAAAA%3BAAAA%3BADlMA%3BAAAA%3BAAAA%3BAC6MA%3BAAAA%3BAAAA%3BAAAA%3BAD7MA%3BAAAA%3BAAAA%3BACyNA%3BAAAA%3BAAAA%3BADzNA%3BAAAA%3BAAAA%3BACoOA%3BAAAA%3BAAAA%3BADpOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC%2BOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD%2FOA%3BAAAA%3BAAAA%3BAC4PA%3BAAAA%3BAAAA%3BAD5PA%3BAAAA%3BAAAA%3BACoQA%3BAAAA%3BAAAA%3BADpQA%3BAAAA%3BAAAA%3BAAAA%3BAC6QA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD7QA%3BAAAA%3BAAAA%3BACuRA%3BAAAA%3BAAAA%3BADvRA%3BAAAA%3BAAAA%3BAAAA%3BACiSA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADjSA%3BAAAA%3BAAAA%3BAC0SA%3BAAAA%3BAAAA%3BAD1SA%3BAAAA%3BAAAA%3BAAAA%3BACmTA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADnTA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC%2BTA%3BAAAA%3BAAAA%3BAD%2FTA%3BAAAA%3BAAAA%3BACuUA%3BAAAA%3BAAAA%3BADvUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACkVA%3BAAAA%3BAAAA%3BADlVA%3BAAAA%3BAAAA%3BAC0VA%3BAAAA%3BAAAA%3BAD1VA%3BAAAA%3BAAAA%3BAEIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BACvDJ%3BAAAA%3BAAAA%3BAAAA%3BACAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACvCR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAqBR%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAASZ%3BAAEQ%3BAAAA%3BAAAA%3BAAAA%3BAC5IZ%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACZA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAoBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPpBA%3BAQMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARNA%3BAQoBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARpBF%3BAQkCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACxJQ%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACNZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBI%3BAAAA%3BAAAA%3BAAAA%3BAAiBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAwBI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAchB%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAC7LJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC8FI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADzFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%3BAAAA%3BAEvDJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD4FA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACpFA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3BAAAA%3BAAAA%3BAC3BJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAF8FI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEtFA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcJ%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcR%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAGQ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAACI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACjNR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAH8FI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAI9FJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJ8FI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIzFA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BACfJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAL8FI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAKzFA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BALnBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAM9FJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAN8FI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMtFI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeR%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWR%3BAAKQ%3BAAAA%3BAAAA%3BAAAA%3BACpDR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAP8FI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOvFA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeR%3BAAEI%3BAAAA%3BAAAA%3BAAIG%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACrHP%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAR8FI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQxFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBJ%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAWR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAWR%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAASZ%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC3JR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAT8FI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BASxFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBJ%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAWR%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAASZ%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAC9GR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAV8FI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUzFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BACnDJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAX4FA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAWrFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeR%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeZ%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACrNR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAZ8FI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAYxFA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAaZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaJ%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAOQ%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAUR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeR%3BAACI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAACI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BACvMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAb8FI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAazFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACxBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAd8FI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAczFA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAUR%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAUR%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BACzIR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAf8FI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAevFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBA%3BAAAA%3BAAAA%3BAAUR%3BAAEI%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */