@charset 'UTF-8';
/*!
 * Bootstrap Reboot v4.0.0-beta.2 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*, *::before, *::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}
@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}
body {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3611;
  color: #606777;
  text-align: left;
  background-color: transparent;
}
[tabindex="-1"]:focus {
  outline: none !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1em;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title], abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
dfn {
  font-style: italic;
}
b, strong {
  font-weight: 700;
}
small {
  font-size: 80%;
}
sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #606777;
  text-decoration: underline;
  -webkit-text-decoration-color: #960082;
  text-decoration-color: #960082;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #960082;
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
pre, code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
a, area, button, [role="button"], input:not([type="range"]), label, select, summary, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #B9BFCC;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button, input {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="radio"], input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
/*!
 * Bootstrap Grid v4.0.0-beta.2 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*, *::before, *::after {
  box-sizing: inherit;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 750px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1000px;
  }
}
@media (min-width: 1500px) {
  .container {
    max-width: 1440px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col, .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .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-sm, .col-sm-auto, .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-md, .col-md-auto, .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-lg, .col-lg-auto, .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, .col-xl, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -ms-flex-order: -1;
  order: -1;
}
.order-1 {
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 750px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1024px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1500px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 750px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1024px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1500px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #606777;
  margin-bottom: 1em;
  font-family: 'Bitter', serif;
  font-weight: 400;
  line-height: 1.2;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
  text-decoration: none;
}
h1 a:hover, h1 a:focus, h2 a:hover, h2 a:focus, h3 a:hover, h3 a:focus, h4 a:hover, h4 a:focus, h5 a:hover, h5 a:focus, h6 a:hover, h6 a:focus, .h1 a:hover, .h1 a:focus, .h2 a:hover, .h2 a:focus, .h3 a:hover, .h3 a:focus, .h4 a:hover, .h4 a:focus, .h5 a:hover, .h5 a:focus, .h6 a:hover, .h6 a:focus {
  text-decoration: none;
}
h1 a.btn, h2 a.btn, h3 a.btn, h4 a.btn, h5 a.btn, h6 a.btn, .h1 a.btn, .h2 a.btn, .h3 a.btn, .h4 a.btn, .h5 a.btn, .h6 a.btn {
  margin-top: 15px;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, .h1 span, .h2 span, .h3 span, .h4 span, .h5 span, .h6 span {
  font-weight: 300;
}
h1, .h1 {
  margin-bottom: 0.2em;
}
.blog h1, .blog .h1, .archive h1, .archive .h1, .category h1, .category .h1 {
  margin-bottom: 1em;
}
h1, .h1 {
  font-size: 27px;
  color: #B9BFCC;
}
h2, .h2 {
  font-size: 22.5px;
  margin-bottom: 0.5em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #960082;
}
h3, .h3 {
  font-size: 23.994px;
  color: #960082;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
h4, .h4 {
  font-size: 29.988px;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
h5, .h5 {
  font-size: 18px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
}
h6, .h6 {
  font-size: 23.994px;
  font-family: 'Open Sans', sans-serif;
  color: #07A1E2;
  font-weight: 700;
  margin-bottom: 0.5em;
}
p + h2 {
  margin-top: 1.75em;
}
p + h3 {
  margin-top: 1.75em;
}
div.sow-accordion-panel-border > h2:not(:first-child) {
  margin-top: 1.75em !important;
}
@media only screen and (min-width: 750px) {
  h2, .h2 {
    font-size: 37.485px;
  }
  h4, .h4 {
    font-size: 59.976px;
  }
}
.lead {
  color: #606777;
  font-family: 'Bitter', serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 1.25rem;
}
.lead a {
  color: inherit;
}
.lead a:hover {
  color: #960082;
}
.lead span, .lead strong {
  font-weight: 400;
}
a.unvisible {
  text-decoration: none;
}
p {
  margin-bottom: 1em;
}
hr {
  border: none;
  width: 30px;
  border-bottom: 1px solid #07A1E2;
  clear: both;
  display: block;
  margin: 0 auto 2.5rem auto;
  padding: 0.25em 0 0 0;
}
p + hr {
  margin-top: -0.625rem;
}
small, .small {
  font-size: 0.875em;
  font-weight: 300;
}
big, .big {
  font-size: 20.25px;
  font-weight: 400;
}
.markant {
  font-size: 23.2875px;
  font-weight: 400;
}
em {
  font-family: "Bitter";
  font-weight: 400;
  font-size: 19.53px;
  font-style: italic;
}
em.superemphased {
  font-size: 23.994px;
  color: #E5007D;
}
strong {
  font-weight: 600;
}
blockquote {
  position: relative;
  background-color: #F7F9FD;
  font-size: 20.25px;
  font-family: 'Bitter', serif;
  font-weight: 400;
  font-style: italic;
  width: 80%;
  margin: 1em auto 1em auto;
  padding: 2.5rem 2.5rem 6.25rem 2.5rem;
}
cite {
  position: absolute;
  width: 100%;
  bottom: 2.5rem;
  right: 2.5rem;
  width: 80%;
  text-align: right;
  font-size: 18px;
  font-style: normal;
  font-family: 'Open Sans', sans-serif;
}
blockquote p:before, q p:before {
  content: '«';
}
blockquote p:after, q p:after {
  content: '»';
}
.lsow-dark-bg blockquote {
  margin-top: 0.75em;
  background-color: transparent;
  font-size: 36px;
}
blockquote.hell {
  background-color: transparent;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 3.25rem;
}
blockquote.hell cite {
  width: 100%;
  right: 0;
}
ul, ol {
  list-style-position: outside;
  padding: 0 0 0 23px;
}
ul.layout, ol.layout {
  list-style: none;
  list-style-image: none;
  padding-left: 0;
}
ul.layout li, ol.layout li {
  list-style: none;
  list-style-image: none;
}
li ul, li ol {
  margin: 0 1em;
}
li {
  padding-bottom: 0.5rem;
}
ul li {
  list-style-type: none;
}
.fa-ul {
  margin-left: 0px !important;
}
main ul:not(.fa-ul):not(.teaserset):not(.products):not(.tabs) {
  position: relative;
}
main ul:not(.fa-ul):not(.teaserset):not(.products):not(.tabs) li:not(.cat-item):not(.recentcomments) {
  padding-left: 0px;
}
main ul:not(.fa-ul):not(.teaserset):not(.products):not(.tabs) > li:not(.cat-item):not(.recentcomments):before {
  content: "–";
  position: absolute;
  left: 1px;
}
dl {
  float: left;
}
dl dt {
  color: #8a1e20;
  display: inline;
  font-weight: normal;
  line-height: 1.5em;
}
dl dt:before {
  content: '';
  display: block;
  height: 0.5em;
}
dl dd {
  display: inline;
  line-height: 1.5em;
}
dl dd a {
  color: #666;
}
dl dd a:hover {
  text-decoration: none;
}
table {
  margin: 0 0 2rem 0;
  width: 100%;
}
th {
  border-top: 1px solid #B9BFCC;
  border-bottom: 1px solid #B9BFCC;
  color: #606777;
  font-weight: 600;
  text-align: left;
  padding: 0.25rem 0;
  vertical-align: top !important;
}
td {
  border-bottom: 1px solid #B9BFCC;
  color: #606777;
  padding: 0.5rem 0 0.5rem;
  vertical-align: top !important;
}
th + th, td + td {
  padding-left: 1rem solid transparent;
  border-left: none !important;
}
ul.icon {
  padding-left: 0 !important;
  list-style-type: none !important;
}
ul.icon li {
  margin: 0 0 10px 0 !important;
  padding-left: 35px !important;
  position: relative;
}
ul.icon li:before {
  position: absolute !important;
  text-align: left !important;
  left: 5px !important;
  width: 0.9em !important;
  top: 0.05em !important;
  content: "" !important;
  display: inline-block !important;
  font-family: "Font Awesome 5 Pro" !important;
  font-weight: normal;
  font-size: inherit !important;
  text-rendering: auto !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
ul.icon.icon-bullhorn li:before {
  content: "" !important;
  left: 3px !important;
}
ul.icon.icon-angle-double-right li:before {
  content: "" !important;
}
ul.icon.icon-times li:before {
  content: "" !important;
}
ul.icon.icon-pdf li:before {
  content: "" !important;
}
ul.icon.icon-check li:before {
  content: "" !important;
}
ul.icon.icon-check-circle li:before {
  content: "" !important;
  color: #960082;
  font-weight: 900 !important;
}
.text-success:before {
  color: #95C11F !important;
}
.text-primary:before {
  color: #07A1E2 !important;
}
.text-info:before {
  color: #E5007D !important;
}
.text-warning:before {
  color: #EF7D00 !important;
}
.text-danger:before {
  color: #E5007D !important;
}
.text-light:before {
  color: #960082 !important;
}
.text-dark:before {
  color: #CE470A !important;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
/**
 * Clear inner floats
 */
.clearfix::before, .clearfix::after {
  clear: both;
  content: '';
  display: table;
}
/**
 * Accessibility
 * Text meant only for screen readers.
 * Hide element while making it readable for screen readers
 * 1. Many screen reader and browser combinations announce broken words as they would appear visually.
 */
.screen-reader-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
/**
 * Helper Classes 
 */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.text-default {
  color: #606777;
}
.text-primary {
  color: #07A1E2;
}
.text-success {
  color: #95C11F;
}
.text-info {
  color: #E5007D;
}
.text-warning {
  color: #EF7D00;
}
.text-danger {
  color: #E5007D;
}
.text-light {
  color: #960082;
}
.text-dark {
  color: #CE470A;
}
.bg-default {
  background-color: #606777;
}
.bg-primary {
  background-color: #07A1E2;
}
.bg-success {
  background-color: #95C11F;
}
.bg-info {
  background-color: #E5007D;
}
.bg-warning {
  background-color: #EF7D00;
}
.bg-danger {
  background-color: #E5007D;
}
.bg-light {
  background-color: #960082;
}
.bg-dark {
  background-color: #CE470A;
}
.table {
  display: table;
}
.table .table-row {
  display: table-row;
}
.table .table-cell {
  display: table-cell;
}
.table .table-cell--middle {
  vertical-align: middle;
}
/*
 * Elemente pro Screen ein- / ausblenden
 */
.visible-sm {
  display: block;
}
/* small */
.visible-md {
  display: none;
}
/* medium */
.visible-lg {
  display: none;
}
/* large */
.hidden-sm {
  display: none;
}
/* small */
.hidden-md {
  display: block;
}
/* medium */
.hidden-lg {
  display: block;
}
/* large */
/*
 * @md
 */
@media only screen and (min-width: 750px) {
  /* ----------------------------------------------------------------------------------------------------------------------------- */
  /* Google Karte */
  /* ----------------------------------------------------------------------------------------------------------------------------- */
  /* Visible / Hidden */
  /* small */
  /* medium */
  /* large */
  /* small */
  /* medium */
  /* large */
  .map iframe {
    height: 450px !important;
  }
  .visible-sm {
    display: none;
  }
  .visible-md {
    display: block;
  }
  .visible-lg {
    display: none;
  }
  .hidden-sm {
    display: block;
  }
  .hidden-md {
    display: none;
  }
  .hidden-lg {
    display: block;
  }
}
/*
 * @lg
 */
/*
 * @xl
 */
@media only screen and (min-width: 1500px) {
  /* ----------------------------------------------------------------------------------------------------------------------------- */
  /* Visible / Hidden */
  /* small */
  /* medium */
  /* large */
  /* small */
  /* medium */
  /* large */
  .visible-sm {
    display: none;
  }
  .visible-md {
    display: none;
  }
  .visible-lg {
    display: block;
  }
  .hidden-sm {
    display: block;
  }
  .hidden-md {
    display: block;
  }
  .hidden-lg {
    display: none;
  }
}
.grayscale-images img {
  filter: grayscale(1);
  opacity: 0.7;
}
.grayscale-images img:hover {
  filter: grayscale(0);
  opacity: 1;
  filter: brightness(100%) !important;
}
.cssfilter-1977, .cssfilter-01 {
  position: relative;
  -webkit-filter: contrast(110%) brightness(110%) saturate(130%);
  filter: contrast(110%) brightness(110%) saturate(130%);
}
.cssfilter-1977::before, .cssfilter-01::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  mix-blend-mode: screen;
  background: rgba(243, 106, 188, 0.3);
}
.cssfilter-Aden, .cssfilter-02 {
  position: relative;
  -webkit-filter: contrast(90%) brightness(120%) saturate(85%) hue-rotate(20deg);
  filter: contrast(90%) brightness(120%) saturate(85%) hue-rotate(20deg);
}
.cssfilter-Aden::before, .cssfilter-02::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  mix-blend-mode: darken;
  background: -webkit-linear-gradient(to right, rgba(66, 10, 14, 0.2) 1, rgba(66, 10, 14, 0));
  background: linear-gradient(to right, rgba(66, 10, 14, 0.2) 1, rgba(66, 10, 14, 0));
}
.cssfilter-Maven, .cssfilter-03 {
  position: relative;
  -webkit-filter: contrast(95%) brightness(95%) saturate(150%) sepia(25%);
  filter: contrast(95%) brightness(95%) saturate(150%) sepia(25%);
}
.cssfilter-Maven::before, .cssfilter-03::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  mix-blend-mode: hue;
  background: rgba(3, 230, 26, 0.2);
}
.cssfilter-Walden, .cssfilter-04 {
  position: relative;
  -webkit-filter: brightness(110%) saturate(160%) sepia(30%) hue-rotate(350deg);
  filter: brightness(110%) saturate(160%) sepia(30%) hue-rotate(350deg);
}
.cssfilter-Walden::before, .cssfilter-04::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  mix-blend-mode: screen;
  opacity: 0.3;
  background: #c40;
}
/* ----------------------------------------------------------------------------------------------------------------------------- */
/* Media */
img, object, embed, video {
  max-width: 100%;
  height: auto;
}
/* fluid media */
p img, figure img, picture img {
  margin: 0;
}
.fluid-width-video-wrapper {
  position: relative;
}
.fluid-width-video-wrapper:before {
  content: '';
  width: calc(100% + 1px);
  height: 3px;
  background: white;
  display: block;
  position: absolute;
  z-index: 10;
  top: -2px;
  left: -1px;
}
/* ----------------------------------------------------------------------------------------------------------------------------- */
/* Pagination */
.pagination {
  text-align: center;
}
.pagination a {
  text-decoration: none;
}
.pagination a:hover {
  text-decoration: none;
  color: #8a1e20;
}
.pagination .page-numbers.current .btn {
  background-color: #9d9d9c;
}
.pagination .prev .btn span, .pagination .next .btn span {
  float: none;
}
.row .pagination {
  text-align: right;
}
.row .pagination .page-numbers {
  font-size: 1rem;
  line-height: 24px;
}
.row .pagination .page-numbers:after {
  content: ' I ';
  color: #9d9d9c;
  font-family: 'Work Sans', sans-serif;
  font-weight: 300;
  font-size: 1.3rem;
  position: relative;
  top: 2px;
}
.row .pagination .fa {
  font-size: 1.75rem;
  position: relative;
  top: 2px;
}
.row .pagination .page-numbers.current {
  font-weight: bold;
}
.row .pagination .prev, .row .pagination .next {
  display: inline-block;
  width: 40px;
  text-align: center;
}
.row .pagination .prev:after, .row .pagination .next:after {
  display: none;
}
/* ----------------------------------------------------------------------------------------------------------------------------- */
/* Mitarbeiter */
.mitarbeiter img {
  margin-bottom: 0;
}
.mitarbeiter .mitarbeiter__name {
  margin: 1em 0 0.2em 0;
}
/* ----------------------------------------------------------------------------------------------------------------------------- */
/* Downloads */
.downloads {
  display: none;
}
.downloads [class^=col-] {
  border-top: 1px solid #b3b3b3;
}
/* ----------------------------------------------------------------------------------------------------------------------------- */
/* Google Karte */
.map {
  display: block !important;
}
.map iframe {
  width: 100% !important;
  height: 350px !important;
}
/* ============================================================================================================================= */
/* ============================================================================================================================= */
/* Themeintegrated functions */
/* ============================================================================================================================= */
/* ============================================================================================================================= */
/* ----------------------------------------------------------------------------------------------------------------------------- */
/* Owl Carousel */
.owl-nav {
  position: absolute;
  left: 0;
  bottom: 0;
}
.owl-nav div {
  color: white;
  font-size: 2rem;
  margin-right: 0.5rem;
  float: left;
}
.owl-nav div .hover {
  display: none;
}
.owl-nav div:hover i {
  display: none;
}
.owl-nav div:hover i.hover {
  display: block;
}
/* ----------------------------------------------------------------------------------------------------------------------------- */
/* Accordion Shortcodes */
.accordion {
  margin: 0.5rem 0 1rem 0;
}
.accordion > br {
  display: none;
}
.accordion .accordion-title {
  color: #666;
  padding-left: 30px;
  position: relative;
  cursor: pointer;
  margin-bottom: 0.5em;
}
.accordion .accordion-content {
  margin-bottom: 1em;
  padding-left: 30px;
}
.accordion .accordion-title:after {
  position: absolute;
  text-align: left;
  left: 0px;
  width: 0.9em;
  top: 0.14285714em;
  content: "";
  display: inline-block;
  font: normal normal normal 1em/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.accordion .accordion-title:focus, .accordion .accordion-title:hover, .accordion .accordion-title.open {
  outline: none;
  color: #8a1e20;
}
.accordion .accordion-title.open:after {
  content: "";
}
/* ============================================================================================================================= */
/* ============================================================================================================================= */
/* PRINT */
/* ============================================================================================================================= */
/* ============================================================================================================================= */
@media print {
  /* Black prints faster */
  /* Repeat header row at top of each printed page */
  * {
    background: transparent !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  h1, h1 span, p {
    color: #8a1e20 !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  pre, blockquote {
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  .menu-main, .menu-meta, .shiftnav-toggle, .sidebar-primary, .post-navigation, .ms-container, .master-slider .ms-bullets, .slider-placeholder, .main {
    width: 100%;
  }
  .head {
    min-height: auto;
  }
  .site-title {
    max-width: 50%;
    float: right;
  }
  .breadcrumb a {
    text-decoration: none;
  }
}
.aligncenter {
  margin: 0 20px 20px 20px;
  text-align: center;
}
.alignleft {
  float: left !important;
  margin: 0 20px 20px 0;
}
.alignright {
  float: right !important;
  margin: 0 0 20px 20px;
}
.wp-video {
  border-top: 1px solid #8a1e20;
  border-bottom: 1px solid #8a1e20;
  padding: 0.5em 0;
  margin-bottom: 3em;
  width: 100% !important;
}
.wp-caption {
  padding: 0.5em 0;
  width: 100% !important;
  font-size: 0.875rem;
  line-height: 21px;
}
.wp-caption > a, .wp-caption > img {
  float: left;
  margin-right: 0;
  margin-bottom: 0;
  line-height: 0;
}
.wp-caption > a, .wp-caption > img {
  float: none;
}
.wp-caption.alignright > a, .wp-caption.alignright > img {
  float: right;
  margin-left: 1.5em;
  margin-right: 0;
}
.wp-caption img {
  margin-bottom: 0;
}
.wp-caption .wp-caption-text, .caption {
  clear: both;
  padding-top: 1em;
}
.wp-caption-text {
  font-size: 0.875em;
  padding: 0.5em 8px;
}
.wp-caption-text:before {
  content: '';
  font-family: 'FontAwesome';
  padding-right: 0.5em;
  color: #B9BFCC;
}
.size-auto, .size-full, .size-large, .size-medium, .size-thumbnail {
  max-width: 100%;
  height: auto;
}
article .size-post-thumbnail-big {
  margin-bottom: 1.25rem;
}
.edit-link {
  position: fixed;
  left: 0;
  bottom: 0;
  clear: both;
  display: block;
  margin: 0;
  font-size: 0.8em;
}
@media only screen and (max-width: 750px) {
  .edit-link {
    display: none !important;
  }
}
.edit-link a {
  display: block;
  background-color: rgba(247, 249, 253, 0.7);
  border: 1px solid rgba(185, 191, 204, 0.9);
  text-decoration: none !important;
  width: 40px !important;
  height: 40px !important;
  color: transparent;
  overflow: hidden;
  border-radius: 0 5px 0 0;
}
.edit-link a:before {
  color: #606777;
  position: absolute !important;
  left: 10px;
  top: 5px;
  content: "" !important;
  display: inline-block !important;
  font-family: "Font Awesome 5 Pro" !important;
  font-weight: normal;
  font-size: 1.5em !important;
  text-rendering: auto !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.edit-link a:hover, .edit-link a:focus, .edit-link a:active {
  text-decoration: none !important;
}
.gallery {
  float: left;
  margin-bottom: 2em;
  max-width: 100%;
  width: 100%;
}
.gallery-item {
  float: left;
  margin: 0 0 3.2%;
}
@media only screen and (min-width: 576px) {
  .gallery-item {
    margin: 0 0 3.2% 3.2%;
  }
  .gallery-columns-2 > .gallery-item, .gallery-columns-3 > .gallery-item, .gallery-columns-4 > .gallery-item {
    width: 48.4%;
  }
  .gallery-columns-5 > .gallery-item, .gallery-columns-6 > .gallery-item, .gallery-columns-7 > .gallery-item, .gallery-columns-8 > .gallery-item, .gallery-columns-9 > .gallery-item {
    width: 31.2%;
  }
  .gallery-columns-2 .gallery-item:nth-child(2n+1), .gallery-columns-3 .gallery-item:nth-child(2n+1), .gallery-columns-4 .gallery-item:nth-child(2n+1) {
    clear: both;
    margin-left: 0;
  }
  .gallery-columns-5 .gallery-item:nth-child(3n+1), .gallery-columns-6 .gallery-item:nth-child(3n+1), .gallery-columns-7 .gallery-item:nth-child(3n+1), .gallery-columns-8 .gallery-item:nth-child(3n+1), .gallery-columns-9 .gallery-item:nth-child(3n+1) {
    clear: both;
    margin-left: 0;
  }
}
@media only screen and (min-width: 750px) {
  .gallery-columns-3 > .gallery-item {
    width: 31.2%;
  }
  .gallery-columns-4 > .gallery-item {
    width: 22.6%;
  }
  .gallery-columns-5 > .gallery-item, .gallery-columns-6 > .gallery-item, .gallery-columns-7 > .gallery-item, .gallery-columns-8 > .gallery-item, .gallery-columns-9 > .gallery-item {
    width: 14%;
  }
  .gallery-columns-3 .gallery-item:nth-child(2n+1), .gallery-columns-4 .gallery-item:nth-child(2n+1), .gallery-columns-5 .gallery-item:nth-child(3n+1), .gallery-columns-6 .gallery-item:nth-child(3n+1), .gallery-columns-7 .gallery-item:nth-child(3n+1), .gallery-columns-8 .gallery-item:nth-child(3n+1), .gallery-columns-9 .gallery-item:nth-child(3n+1) {
    clear: none;
    margin-left: 3.2%;
  }
  .gallery-columns-3 .gallery-item:nth-child(3n+1) {
    clear: both;
    margin-left: 0;
  }
  .gallery-columns-4 .gallery-item:nth-child(4n+1) {
    clear: both;
    margin-left: 0;
  }
  .gallery-columns-5 .gallery-item:nth-child(6n+1), .gallery-columns-6 .gallery-item:nth-child(6n+1), .gallery-columns-7 .gallery-item:nth-child(6n+1), .gallery-columns-8 .gallery-item:nth-child(6n+1), .gallery-columns-9 .gallery-item:nth-child(6n+1) {
    clear: both;
    margin-left: 0;
  }
}
.container-fluid {
  max-width: 100%;
}
.wrapper {
  position: relative;
  margin: 0 1.25rem;
}
.wrapper:not(.wrapper-full) {
  margin-left: 5%;
  margin-right: 5%;
}
.wrapper-full {
  margin: 0;
}
.main {
  padding-bottom: 3.75rem;
}
body:not(.home) .main {
  padding-top: 90px;
}
.post-header {
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 750px) {
  .wrapper:not(.wrapper-full) {
    margin: 0 3%;
  }
  #container {
    background-size: 100%;
  }
}
@media only screen and (min-width: 1500px) {
  #container {
    background-position: 0 150px;
  }
}
@media only screen and (min-width: 1500px) {
  .wrapper:not(.wrapper-full) {
    width: 1335px;
    margin: 0 auto;
  }
  #container {
    background-position: 0 75px;
  }
}
.menu, .menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu li {
  float: left;
  list-style-image: none;
  list-style: none;
}
.menu li a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  text-decoration: none;
  display: block;
}
.menu-meta {
  display: none;
}
.menu-main {
  top: -100vh;
  overflow: scroll;
  transition: top 0.3s ease-in-out;
  position: fixed;
  left: 0;
  z-index: 10000;
  width: 100vw;
  height: 100vh;
  background: #606777;
}
.menu-main.open {
  top: 0;
}
.menu-main .wrapper {
  position: relative;
  padding-top: 31px;
  padding-bottom: 2.5rem;
}
.menu-main .menu-item {
  display: block;
  float: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.menu-main .menu-item a {
  display: block;
  font-size: 20px;
  line-height: 1.3611;
  color: #95C11F;
}
.menu-main .menu-item.current-menu-item a {
  font-weight: 600;
}
.menu-main .menu-item a:hover {
  color: #fff;
}
.menu-main .nav-toggle-off {
  display: block;
  opacity: 0;
  transition: opacity 1s;
  position: absolute;
  top: 28px;
  right: 20px;
  width: 38px;
  height: 38px;
  background: transparent;
  padding: 0;
  border: none;
  cursor: pointer;
}
.menu-main .nav-toggle-off svg {
  max-width: 100%;
  max-height: 100%;
}
.menu-main .menu-secondary {
  margin-bottom: 0.5em;
}
.menu-main .menu-secondary .menu-item a {
  color: #fff;
}
.menu-main .menu-secondary .menu-item a:hover {
  color: #95C11F;
}
.menu-main .menu-third {
  padding-top: 1rem;
}
.menu-main .menu-third .menu-item {
  display: inline-block;
  float: left;
  padding: 0;
  margin: 0 10px 0.5em 0;
}
.menu-main .menu-third .menu-item a {
  font-size: 16px;
  line-height: 1;
  color: #B9BFCC;
}
.menu-main .menu-third .menu-item a:hover {
  color: #fff;
}
.menu-main.open .nav-toggle-off {
  position: fixed;
  right: calc(20px + 5%);
  opacity: 1;
}
.navbar.sticky-navbar {
  position: static;
  z-index: 100;
  width: 100%;
  background: white;
  padding-bottom: 10px;
  transition: top 0.8s;
  top: -130px;
}
.navbar.sticky-navbar.on {
  position: fixed;
  top: 0px;
  box-shadow: 0 1px 2px #B9BFCC;
}
.navbar.sticky-navbar.top {
  box-shadow: none;
}
.foot .menu {
  display: block;
  width: auto;
}
.foot .menu li {
  display: block;
  float: none;
  margin-bottom: 0px;
}
.foot .menu li a {
  display: inline-block;
  font-family: 'Bitter', serif;
  font-size: 18px;
  line-height: 0.8em;
  padding-top: 0.45em;
  padding-bottom: 0.45em;
  padding-right: 0.5em;
}
.post-navigation {
  margin-bottom: 1em;
  padding-top: 2em;
}
.post-navigation a {
  text-decoration: none;
  color: #07A1E2;
  text-decoration: none;
}
.post-navigation .post-navigation__link {
  text-decoration: none;
  color: #07A1E2;
  text-decoration: none;
}
.post-navigation .post-navigation__link:hover {
  text-decoration: underline;
}
.post-navigation .post-navigation__link--next {
  float: right;
}
.nav-toggle-on {
  display: block;
  position: absolute;
  top: 0;
  right: -12px;
  margin: 0;
  width: 95px;
  height: 95px;
  padding: 0;
  border: none;
  cursor: pointer;
  background-color: transparent;
}
@media only screen and (min-width: 375px) {
  .menu-main .wrapper {
    padding-top: 39px;
  }
  .menu-main .menu-item a {
    font-size: 30px;
  }
  .menu-main .nav-toggle-off {
    width: 58px;
    height: 58px;
  }
  .menu-main .menu-third .menu-item a {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 750px) {
  .menu-main .nav-toggle-off {
    right: 2%;
  }
  .menu-main.open .nav-toggle-off {
    right: 5%;
  }
}
@media only screen and (min-width: 1024px) {
  .navbar {
    padding-top: 1.25rem;
  }
  .menu-main .menu-item a {
    font-size: 48px;
  }
  .menu-main .menu-first {
    position: absolute;
    top: 39px;
    left: 155px;
  }
  .menu-main .menu-secondary {
    position: absolute;
    top: 39px;
    left: 600px;
  }
  .menu-main .menu-third {
    position: absolute;
    top: 576px;
    left: 610px;
  }
  .menu-main .menu-third .menu-item {
    display: block;
    float: none;
    padding: 0;
    border: none;
    margin: 0;
  }
  .menu-main .menu-third .menu-item a {
    padding: 0.5em 0;
  }
  .menu-meta {
    display: inline-block;
    float: left;
    margin-left: 57px;
    width: calc(47vw);
    max-width: 700px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu-meta .menu-item {
    position: relative;
    color: #B9BFCC;
    display: inline-block;
    margin-right: 3vw;
    margin-top: auto;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.3611;
    font-weight: 700;
    letter-spacing: 0.05em;
  }
  .menu-meta .menu-item:last-child {
    display: inline-block;
    margin-right: 1.25rem;
    margin-left: auto;
  }
  .menu-meta .menu-item svg {
    display: inline;
  }
  .menu-meta .menu-item .linktext {
    clear: both;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
  }
  .menu-main .nav-toggle-off {
    right: auto;
    left: 0px;
    top: 40px;
  }
  .menu-main.open .nav-toggle-off {
    left: 3%;
  }
  .page-id-155 .menu-meta .menu-item.menu-item-store:before, .page-id-153 .menu-meta .menu-item.menu-item-kommunity:before, .page-id-39 .menu-meta .menu-item.menu-item-beratung:before, .page-id-151 .menu-meta .menu-item.menu-item-app-login:before {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 11px;
    background-color: #07A1E2;
  }
  .page-id-153 .menu-meta .menu-item.menu-item-kommunity:before {
    background-color: #CE470A;
    top: -34px;
  }
  .page-id-39 .menu-meta .menu-item.menu-item-beratung:before {
    background-color: #E5007D;
    top: -34px;
  }
  .page-id-151 .menu-meta .menu-item.menu-item-app-login:before {
    background-color: #EF7D00;
    top: -34px;
  }
  .nav-toggle-on {
    position: relative;
    top: auto;
    right: auto;
    left: -11px;
    float: left;
  }
  .page:not(.home):not(.page-id-155):not(.page-id-153):not(.page-id-39):not(.page-id-151) .nav-toggle-on:before {
    content: '';
    position: absolute;
    top: -20px;
    left: 12px;
    width: 74px;
    height: 11px;
    background-color: #07A1E2;
  }
}
@media only screen and (min-width: 1500px) {
  .menu-meta {
    width: 650px;
  }
  .menu-main.open .nav-toggle-off {
    position: absolute;
    left: 0;
    top: 50px;
  }
}
#Kompetenzmessung, #Wissensmanagement, #Lernortkooperation, #KompetenzorientiertesLernen {
  position: relative;
  top: -125px;
  display: block;
  height: 0;
  width: 0;
}
.head {
  background-color: #fff;
  margin-bottom: 0;
  height: 140px;
}
.head .searchbar {
  display: block;
  float: right;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.head .searchbar.active {
  height: 115px;
}
.head .searchbar .search-form {
  position: relative;
  text-align: center;
  padding: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.head .searchbar.active .search-form {
  opacity: 1;
  padding-top: 2rem;
}
.head .searchbar label {
  font-size: 1em;
}
.head .searchbar .search-form input[type='search'] {
  font-size: 0.875em;
  font-weight: 400;
  border-radius: 3px;
  border: 1px solid #B9BFCC;
  background-color: transparent;
  padding: 3px 30px 2px 5px;
  line-height: 1.2rem;
  color: #606777;
}
.head .searchbar .search-form input[type='search']::placeholder {
  color: #606777;
  opacity: 1;
  font-weight: 600;
  font-size: 1em;
}
.head .searchbar .search-form input[type='search']:-ms-input-placeholder {
  color: #606777;
  font-weight: 600;
}
.head .searchbar .search-form input[type='search']::-ms-input-placeholder {
  color: #606777;
  font-weight: 600;
}
.head .searchbar .search-form button[type='submit'] {
  position: absolute;
  top: -8px;
  right: 50px;
  background-color: transparent;
  color: #B9BFCC;
  border: none;
  cursor: pointer;
}
.head .searchbar .search-form button[type='submit'] i {
  font-size: 18px;
  position: relative;
  top: 4px;
  color: #B9BFCC;
}
.head .searchbar .search-form button[type='submit']:hover i {
  background-color: transparent;
  color: #960082 !important;
}
.head .search-toggle {
  position: absolute;
  top: 0;
  right: calc(5% + 60px);
  margin: 0 -12px 0 0;
  font-size: 44px;
  color: #07A1E2;
  text-decoration: none;
  min-width: 52px;
  height: 52px;
  width: auto;
  background: transparent;
  padding: 0;
  border: none;
}
.head .search-toggle i {
  font-size: 20px;
  line-height: 11px;
}
.head .search-toggle.active i {
  color: #07A1E2;
}
.head .navbar .search-toggle {
  float: left;
  width: 44px;
  height: 36px;
  margin-top: 0;
}
.head .navbar .search-toggle i {
  color: #07A1E2;
}
.head .navbar .search-toggle:hover i, .head .navbar .search-toggle.active i {
  color: #07A1E2;
}
.head .search-toggle.active i:before {
  content: "Q";
}
.site-title {
  float: left;
  font-size: 16px;
  line-height: 1;
  background-color: transparent;
  padding: 0;
  margin: 12px 0 0 0;
  position: relative;
  width: calc(50% + 31px);
  max-width: 312px;
}
.site-title img {
  vertical-align: baseline;
}
.site-title a {
  text-decoration: none;
  display: block;
}
.site-title a svg {
  max-width: calc(100vw - 150px);
}
.site-title a .konvink-schrift {
  float: left;
  margin-right: 20px;
  width: 95px;
  height: 69px;
}
.site-title a .konvink-claim {
  display: none;
}
.site-title a .konvink-bildmarke {
  float: right;
  width: 60px;
  height: 65px;
}
.no-backgroundblendmode .site-title a .konvink-bildmarke-svg {
  display: none;
}
.no-backgroundblendmode .site-title a .konvink-bildmarke-png {
  width: 65px;
  height: 65px;
  display: block !important;
}
@media only screen and (min-width: 375px) {
  .site-title {
    width: calc(50% + 40px);
  }
  .site-title {
    max-width: 200px;
  }
  .site-title a .konvink-schrift {
    float: left;
    margin-right: 20px;
    width: 98px;
    height: 70px;
  }
  .site-title a .konvink-bildmarke {
    float: right;
    width: 80px;
    height: 70px;
  }
  .no-backgroundblendmode .site-title a .konvink-bildmarke-png {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (min-width: 750px) {
  .head {
    background-color: #fff;
    height: 158px;
  }
  .head .navbar {
    display: block;
    background-color: #fff;
    margin-top: 0;
  }
  .head .searchbar {
    height: auto;
    display: inline-block;
    margin-top: 5px;
  }
  .head .searchbar .wrapper {
    width: auto !important;
  }
  .head .searchbar .search-form {
    width: 140px;
    opacity: 1;
    margin-top: 3px;
  }
  .site-title {
    width: auto;
    max-width: none;
  }
  .site-title a {
    float: left;
  }
  .site-title a .konvink-schriftzug {
    float: left;
    width: 175px;
    height: 50px;
    margin-right: 27px;
    margin-top: 20px;
  }
  .site-title a .konvink-schrift {
    margin-right: 0;
    width: 171px;
    height: 26px;
    margin-bottom: 10px;
  }
  .site-title a .konvink-claim {
    display: inline-block !important;
    width: 175px;
    height: 13px;
  }
  .site-title a .konvink-bildmarke {
    float: left;
    width: 80px;
    height: 80px;
  }
}
@media only screen and (min-width: 1024px) {
  /*
    .site-title a {float: right}
    .site-title a .konvink-schrift {width: 180px; height: 81px; margin-right: 25px}
    .site-title a .konvink-bildmarke {width: 83px; height: 81px}
    */
  .site-title {
    float: right;
  }
  .head .searchbar .search-form {
    width: 270px;
    opacity: 1;
  }
}
.foot {
  background-color: #fff;
  clear: both;
  color: #606777;
  padding-top: 2.5rem;
  padding-bottom: 5rem;
  padding-bottom: 0;
  margin-bottom: 0;
}
.foot > .wrapper {
  position: relative;
}
.foot a {
  text-decoration: none;
  font-size: 18px;
}
.foot .scroll-to-top {
  position: absolute;
  bottom: -50px;
  right: 0;
  background-color: #960082;
  padding: 10px 14px;
  font-size: 1rem;
  color: #606777;
  text-align: center;
  border-radius: 0.2em;
}
.foot .scroll-to-top:hover {
  text-decoration: none;
  background-color: #F7F9FD;
}
#footerlinks {
  margin-bottom: 0;
}
#footerlinks a {
  color: #960082;
}
#footerlinks .konvink-service img {
  height: 60px !important;
  width: auto !important;
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 750px) {
  .foot .scroll-to-top {
    bottom: auto;
    top: 0;
  }
}
.sidebar-archive .widget ul {
  padding-left: 0;
}
.sidebar-archive .widget li {
  list-style: none;
  list-style-image: none;
}
fieldset {
  display: block;
  width: 100%;
  position: relative;
  margin: 0 0 2em 0;
  padding: 0;
  border: 0;
}
fieldset > p {
  margin: 0;
}
fieldset legend {
  color: #07A1E2;
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
}
label, .label {
  font-size: 0.74375em;
  margin: 0;
  font-weight: 700;
}
select {
  width: 100% !important;
}
button, .btn, input, select, textarea {
  text-decoration: none;
  display: inline-block;
  vertical-align: baseline;
  border: 1px solid #960082;
  padding: 14px 15px 16px 15px;
  border-radius: 0;
  margin: 0 0 1.25rem 0;
  background-color: #F7F9FD;
  font-size: 18px;
  color: #606777;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input[type="text"], input[type="tel"], input[type="email"], input[type="confirm_email"], input[type="password"], input[type="file"] {
  width: 100%;
}
textarea {
  vertical-align: top;
  border-radius: 0;
  margin: 0;
  padding: 5px 1%;
  width: 98%;
  margin-bottom: 1rem;
}
input:hover, input:focus, textarea:hover, textarea:focus {
  box-shadow: 0 0 3px 0 #B9BFCC !important;
  border-color: #960082;
}
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #b3b3b3;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #b3b3b3;
  opacity: 1;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #b3b3b3;
  opacity: 1;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b3b3b3;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px white inset;
  -webkit-text-fill-color: #8a1e20;
  /* Change the color to your own background color */
}
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 50px white inset;
  /* your box-shadow */
  -webkit-text-fill-color: #8a1e20;
}
[type=submit] {
  margin-top: 0.625rem;
}
/*
input[type="radio"],
input[type="checkbox"] {display:none !important;}
input[type="radio"] + span:before,
input[type="checkbox"] + span:before {font-family: 'FontAwesome'; padding-right: 10px; position: relative; top: 1px; font-size: 22px; display: inline-block;  width: 27px;}
input[type="radio"] + span:before {content: "\f111";}
input[type="radio"]:checked + span:before {content: "\f058";}
input[type="checkbox"] + span:before {content: "\f096";}
input[type="checkbox"]:checked + span:before {content: "\f046";}
*/
.form-addontext {
  padding: 1em 0 0.25em 0;
  float: left;
  width: 100%;
}
.form-addontext > * {
  font-weight: 400;
  font-size: 0.7em;
  margin: 0;
  float: left;
}
.form-addontext > * + * {
  float: right;
}
form .form-message {
  display: block;
  position: relative;
  margin-top: -15px;
  margin-bottom: -25px;
  font-size: 0.74375em;
  min-height: 20px;
  font-weight: 700;
}
form .form-message.has-error span {
  color: #960082 !important;
}
/* ================================================================================================ */
/* #Custom Select */
/* ================================================================================================ */
/*the container must be positioned relative:*/
.custom-select {
  position: relative;
  margin-bottom: 0.625rem;
  clear: both;
}
@media only screen and (min-width: 750px) {
  .custom-select {
    clear: none;
    width: 70%;
    margin-left: calc(27% + 20px);
  }
}
.custom-select-top {
  margin-top: -13px;
}
.wpcf7-form .custom-select .wpcf7-not-valid-tip {
  padding-top: 0.625rem;
  padding-left: 0;
}
.custom-select .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}
.custom-select select {
  display: none;
  /*hide original SELECT element:*/
}
.select-selected {
  position: relative;
  border: 1px solid #B9BFCC;
  height: 36px;
  border-radius: 3px;
  border: 1px solid #B9BFCC;
  background-color: #F7F9FD;
}
.select-selected.select-arrow-active {
  border-bottom: 1px solid #B9BFCC;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #B9BFCC transparent transparent transparent;
}
/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #B9BFCC transparent;
  top: 7px;
}
/*style the items (options), including the selected item:*/
.select-items div, .select-selected {
  color: #606777;
  padding: 8px 1.5% 4px;
  cursor: pointer;
  user-select: none;
}
/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #F7F9FD;
  border-radius: 0 0 3px 3px;
  border: 1px solid #B9BFCC;
  border-top: 0;
  top: 36px;
  left: 0;
  right: 0;
  z-index: 99;
  width: 100%;
}
/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}
.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
.toggle .toggle-content {
  height: 128px;
  overflow: hidden;
}
.toggle .toggle-buttons {
  position: relative;
  padding-top: 1em;
}
.toggle.open .toggle-content {
  height: auto;
}
.toggle.open .toggle-button-show {
  display: none !important;
}
.toggle.open .toggle-button-hide {
  display: block !important;
}
.toggle:not(.open) .toggle-buttons:before {
  position: absolute;
  display: block;
  content: "";
  left: 0px;
  right: 0px;
  top: -80px;
  height: 80px;
  background: rgba(0, 0, 0, 0) linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%) repeat scroll 0% 0%;
  background: rgba(255, 255, 255, 0.5);
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0.8) 40%, rgba(255, 255, 255, 0) 100%);
}
.toggle .toggle-button {
  text-align: left;
  cursor: pointer;
  display: block;
  width: 100%;
  background: 0;
  border: 0;
  padding: 0;
  margin: 0;
  font-size: 0.875em;
  color: #960082;
}
.toggle .toggle-button i {
  float: left;
  position: relative;
  top: 4px;
  margin-right: 5px;
}
.toggle .toggle-button.toggle-button-hide {
  display: none;
}
.btn, .lsow-button, .sow-submit, .wpcf7-form button {
  font-weight: 400;
  width: auto;
  border-width: 1px;
  border-color: #B9BFCC;
  color: #fff;
  background-color: #B9BFCC;
  display: inline-block;
  border-radius: 0;
  line-height: 1em;
  padding: 0.875em 1em;
  font-size: 18px;
  margin-bottom: 1rem;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn:focus, .lsow-button:focus, .sow-submit:focus, .wpcf7-form button:focus {
  color: white;
  outline: thin dotted;
  outline-offset: 4px;
  text-decoration: none;
  border-color: #9ba4b7;
  background: #057eb1;
}
.btn:hover, .lsow-button:hover, .sow-submit:hover, .wpcf7-form button:hover {
  text-decoration: none;
  color: white;
  border-color: #9ba4b7;
  background: #9ba4b7;
}
.lsow-dark-bg .btn, .lsow-dark-bg .lsow-button, .lsow-dark-bg .sow-submit, .lsow-dark-bg .wpcf7-form button {
  border-color: #07A1E2;
  background-color: #07A1E2;
  color: #fff;
}
.lsow-dark-bg .btn:focus, .lsow-dark-bg .lsow-button:focus, .lsow-dark-bg .sow-submit:focus, .lsow-dark-bg .wpcf7-form button:focus {
  color: white;
  outline: thin dotted;
  outline-offset: 4px;
  text-decoration: none;
  border-color: #057eb1;
  background: #057eb1;
}
.lsow-dark-bg .btn:hover, .lsow-dark-bg .lsow-button:hover, .lsow-dark-bg .sow-submit:hover, .lsow-dark-bg .wpcf7-form button:hover {
  text-decoration: none;
  color: white;
  border-color: #057eb1;
  background: #057eb1;
}
.btn-xs {
  font-size: 12px;
}
.btn-sm {
  font-size: 14px;
}
.btn-md {
  font-size: 18px;
}
.btn-lg {
  font-size: 28px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-invert {
  color: #07A1E2;
  border-color: #07A1E2;
  padding-left: 1.25em;
  padding-right: 1.25em;
  font-size: 0.875rem !important;
  background-color: transparent !important;
}
.btn-invert:focus, .btn-invert:hover {
  border-color: white;
  background-color: white !important;
  color: #07A1E2 !important;
}
.btn-round {
  border-width: 2px;
  border-radius: 2em;
}
.btn-fill {
  color: white !important;
  text-decoration: none;
  background-color: #07A1E2;
  border-color: #07A1E2;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
.btn-fill:focus, .btn-fill:hover {
  color: white !important;
  background-color: #057eb1;
  border-color: #057eb1;
}
.btn-fill.btn-xs {
  padding: 2px 4px;
}
.btn-fill.btn-sm {
  padding: 4px 8px;
}
.btn-fill.btn-md {
  padding: 8px 16px;
}
.btn-fill.btn-lg {
  padding: 16px 32px;
}
.btn-light {
  color: #B9BFCC !important;
  border-color: #B9BFCC;
}
.btn-fill.btn-light {
  background-color: #F7F9FD;
}
.btn .fa, .btn i {
  font-size: 1rem;
  line-height: 0.5rem;
  position: absolute;
  right: 1em;
  top: 50%;
  margin: -0.24rem 0 0 0;
}
.btn-icon {
  padding-right: 3rem !important;
}
.btn-icon.btn-fill {
  padding-right: 2.8rem;
}
.btn-icon.btn-fill .fa, .btn-icon.btn-fill i {
  right: 1.4rem;
}
.btn-icon-left {
  padding-left: 2.125em;
  padding-right: 0.7rem;
}
.btn-icon-left .fa, .btn-icon-left i {
  left: 1.4rem;
  right: auto;
}
.btn-icon-left.btn-fill {
  padding-left: 2.8rem !important;
  padding-right: 0.7rem !important;
}
.btn-icon-left.btn-fill .fa, .btn-icon-left.btn-fill i {
  left: -0.4rem;
}
.btn-icon.btn-round .fa, .btn-icon.btn-round i {
  right: 1rem;
}
.btn-icon.btn-round {
  padding-right: 2.4rem;
}
.btn-icon-left.btn-round .fa, .btn-icon-left.btn-round i {
  right: 0;
  left: 1rem;
}
.btn-icon-left.btn-round {
  padding-left: 2.4rem;
  padding-right: 1.2rem;
}
.btn-icon-x0 .fa, .btn-icon-x0 i {
  font-size: 1rem;
}
.btn-link {
  padding: 0 !important;
  border: 0 !important;
}
.btn-link:hover {
  background-color: transparent !important;
  color: #07A1E2 !important;
}
input[type="reset"], .reset {
  color: #07A1E2 !important;
  text-decoration: none;
  border: none;
  background: transparent;
  font-size: 1rem;
  line-height: 30px;
  width: auto;
}
input[type="reset"]:hover, .reset:hover {
  text-decoration: underline;
}
input[type="radio"] {
  border-radius: 8px;
}
input[type="checkbox"] {
  font-size: 1rem !important;
}
.inputbox {
  margin-bottom: 1em;
}
.inputbox label input {
  width: auto;
  display: inline;
  margin: 0;
}
.inputbox label span {
  display: inline-block;
  width: 80%;
}
.btn-secondary {
  background-color: #95C11F;
  border-color: #95C11F;
}
.btn-secondary:focus {
  border-color: #739518;
  background: #739518;
}
.btn-secondary:hover {
  border-color: #739518;
  background: #739518;
}
.btn-third, .sow-submit {
  background-color: #960082;
  border-color: #960082;
}
.btn-third:focus, .sow-submit:focus {
  border-color: #630056;
  background: #630056;
}
.btn-third:hover, .sow-submit:hover {
  border-color: #630056;
  background: #630056;
}
/* ----------------------------------------------------------------------------------------------------------------------------- */
/* teaserset */
.teaserset {
  padding: 0;
  position: relative;
  margin-bottom: 0;
}
.teaser {
  list-style-image: none;
  list-style: none;
  margin-bottom: 1em !important;
}
.teaser article {
  background-color: transparent;
}
.teaser img {
  margin-bottom: 0;
}
.teaserset-posts .thumbnail img {
  margin-bottom: 0.5rem;
}
.teaserset-posts .thumbnail-icon {
  font-size: 3rem;
  color: #666;
  text-align: left;
  margin-bottom: 2rem;
}
.teaserset-posts .thumbnail-icon a {
  color: #666;
}
.teaserset-posts .thumbnail-icon a:focus, .teaserset-posts .thumbnail-icon a:hover {
  text-decoration: none;
  color: #8a1e20;
}
.teaserset-posts .meta {
  font-size: 0.875em;
  padding: 1em 0 0 0;
  text-align: left;
}
/*.teaserset-posts .meta:after {content: ''; display: block; width: 100%; margin: 0 auto; border-top: 1px solid $color-text}*/
.teaserset-posts .teaser-title {
  font-weight: 700;
  color: #07A1E2;
  text-align: left;
  padding: 0.5em 0 0 0;
  margin-bottom: 0;
}
.teaserset-posts .teaser-title a {
  color: #07A1E2;
  text-decoration: none;
}
.teaserset-posts .teaser-title a:focus, .teaserset-posts .teaser-title a:hover {
  text-decoration: none;
  color: #057eb1;
}
/*.teaserset-posts .teaser-title:after {content: ''; display: block; width: 100%; margin: 0.5em auto; border-top: 1px solid $color-text}*/
.teaserset-posts header + p {
  padding: 0 0 0.5em 0;
  text-align: left;
  font-size: 1rem;
}
.teaserset-posts #post-18 .teaser-title, .teaserset-posts #post-118 .teaser-title {
  color: #95C11F;
}
.teaserset-posts #post-18 .teaser-title a, .teaserset-posts #post-118 .teaser-title a {
  color: #95C11F;
}
.teaserset-posts #post-18 header + p, .teaserset-posts #post-118 header + p {
  color: #95C11F;
}
.teaserset-posts #post-18 header + p .btn, .teaserset-posts #post-118 header + p .btn {
  background-color: #95C11F;
  border-color: #95C11F;
}
.teaserset-posts #post-18 header + p .btn:hover, .teaserset-posts #post-118 header + p .btn:hover {
  background-color: #606777;
  border-color: #606777;
}
.teaserset-testimonials {
  background-color: #821e20;
  padding: 0.5rem 7% 0.75rem !important;
  margin: 0 -7% 0 -7%;
  width: auto !important;
}
.teaserset-testimonials ul {
  padding: 0;
  margin: 0;
}
.teaserset-testimonials ul .owl-item {
  padding: 0 0 4em 0;
}
.teaserset-testimonials ul li {
  padding: 0 0 3em 0;
  margin: 0 !important;
}
.teaserset-testimonials .meta {
  color: white;
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 500;
  font-size: 1.25rem;
  margin-bottom: 0.5em;
}
.teaserset-testimonials .meta i {
  font-size: 1em;
  line-height: inherit;
  color: white;
}
.teaserset-testimonials blockquote {
  color: white;
  font-size: 1.5rem;
  line-height: 1.125em;
  border: 0;
  margin: 0;
  padding: 0;
}
.teaserset-testimonials blockquote p {
  font-size: 1.5rem;
  line-height: 1.125em;
}
.teaserset-testimonials blockquote p:before, .teaserset-testimonials blockquote p:after {
  display: none;
}
.teaserset-testimonials blockquote cite {
  position: static;
  color: white;
  font-size: 0.875rem;
  line-height: 1em;
}
.teaserset-testimonials p {
  margin-bottom: 0;
  color: white;
}
.teaserset-testimonials a {
  position: absolute;
  bottom: 0.8rem;
  right: 1.5rem;
  margin-left: -158px;
  color: white;
  margin-bottom: 0;
}
.teaserset-testimonials .goto-after {
  display: none;
}
.teaserset-events .meta {
  border-bottom: 1px solid #8a1e20;
  padding: 0.5em 0;
}
.teaserset-events .meta a {
  font-size: 1em;
  line-height: inherit;
  color: #8a1e20;
}
.teaserset-events .teaser-title {
  padding: 0.5em 0 1em !important;
}
.teaserset-startseitenteaser h3 {
  color: #666;
  border-top: 3px solid #8a1e20;
  font-size: 18px;
  line-height: 19px;
  padding: 0.5em 0 1em 0;
  margin-bottom: 3px;
  font-weight: 500;
}
.teaserset-startseitenteaser h3 a {
  color: #666;
}
.teaserset-startseitenteaser h3 a:hover {
  text-decoration: none;
}
.teaserset-startseitenteaser h3 i {
  font-size: 18px;
  line-height: 19px;
  color: #8a1e20;
}
.teaserset-startseitenteaser .textwidget p, .teaserset-startseitenteaser .textwidget hr {
  display: none;
}
.teaserset-startseitenteaser p {
  font-size: 0.875rem;
  line-height: 1.5em;
}
.teaserset-startseitenteaser p:first-child {
  color: #8a1e20;
}
.teaserset-startseitenteaser .teaser:not(:last-child) p:first-child {
  margin-bottom: 2em;
}
.teaserset-dateien .teaser {
  margin: 0 !important;
}
.teaserset-dateien .teaser a {
  display: block;
  border-top: 1px solid #b3b3b3;
  padding: 0 0.5rem 1em 0.5rem;
  text-decoration: none;
}
.teaserset-dateien .teaser a:hover {
  background-color: #f2f2f2;
}
.teaserset-dateien .teaser__title {
  font-size: 1.333rem;
  line-height: 30px;
  font-weight: bold;
  margin: 1rem 0 0 0;
}
.teaserset-dateien .teaser__title span {
  font-weight: 300;
}
.teaserset-dateien .teaser [class^=col-] {
  margin-left: 0 !important;
  text-align: left;
}
.teaserset-dateien .teaser img {
  height: 80px;
  width: auto !important;
  display: inline;
  border: 1px solid #b3b3b3;
}
.teaserset-dateien .teaser picture {
  height: 80px;
  width: auto !important;
  display: inline;
}
.teaserset-dateien .teaser .fa {
  font-size: 4rem !important;
  margin: 2rem 0 0 0;
}
.teaserset-dateien .teaser .fa:first-child {
  color: #8a1e20;
  font-size: 3.333rem;
  position: relative;
  top: -8px;
}
.teaserset-dateien .teaser .fa:last-child {
  margin-left: 1rem;
}
.teaserset-dateien .teaser p {
  margin: 0 0 0.5em 0;
  font-size: 0.888rem;
  line-height: 24px;
}
.teaserset-dateien .teaser .teaser__beschreibung {
  font-size: 1.333rem;
  line-height: 30px;
  color: #8a1e20;
}
.teaserset-standorte [class^=col-] {
  margin: 0;
  float: right;
}
.teaserset-standorte .btn {
  float: left;
  position: relative;
  top: 50px;
}
.teaserset-standorte p {
  margin: 0;
}
.teaserset-standorte .standortbild {
  float: left;
  margin-left: 2em;
}
.teaserset-standorte .standortlink {
  display: block;
  text-decoration: none;
  padding: 8px 55px 10px 5px;
  position: relative;
  border-radius: 2px;
}
.teaserset-standorte .standortlink:hover {
  background-color: #f2f2f2;
}
.teaserset-standorte .standortlink .standorttitel {
  line-height: 38px;
}
.teaserset-standorte .standortlink .subtitel {
  color: #8a1e20;
}
.teaserset-standorte .standortlink .nummer {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-color: #9d9d9c;
  position: relative;
  color: white;
  text-align: left;
}
.teaserset-standorte .standortlink .nummer span {
  position: relative;
  top: -3px;
  font-size: 1.333rem;
  line-height: 40px;
}
.teaserset-standorte .standortlink .fa {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -31px;
  display: block;
}
.page-template-template-children-in-content .main .teaserset-kinder article {
  border-top: 2px solid #8a1e20;
  padding-top: 10px;
}
.page-template-template-children-in-content .main .teaserset-kinder .teaser__title {
  margin-top: 0.3em;
}
@media only screen and (min-width: 576px) {
  .teaserset-testimonials a {
    left: 50%;
    right: auto;
    margin-left: -74px;
  }
  .teaserset-testimonials #goto-after {
    clear: both;
  }
  .teaserset-testimonials .goto-after {
    display: inline-block;
    position: absolute;
    right: 5%;
    left: auto;
    bottom: 0.75rem;
    z-index: 500;
  }
  .teaserset-testimonials .goto-after i {
    color: white;
    font-size: 2rem;
    margin-right: 0.5rem;
    float: left;
  }
  .teaserset-testimonials .goto-after .hover {
    display: none;
  }
  .teaserset-testimonials .goto-after:hover {
    text-decoration: none;
  }
  .teaserset-testimonials .goto-after:hover i {
    display: none;
  }
  .teaserset-testimonials .goto-after:hover .hover {
    display: inline;
  }
  .teaserset-startseitenteaser h3 {
    border-bottom: 1px solid #8a1e20;
  }
  .teaserset-startseitenteaser .textwidget p, .teaserset-startseitenteaser .textwidget hr {
    display: block;
  }
  .teaserset-posts .teaserset__archivlink {
    position: absolute;
    top: 0;
    right: 45px;
  }
}
@media only screen and (min-width: 750px) {
  .teaserset-testimonials {
    background-color: rgba(130, 30, 32, 0.8);
    padding: 0.5rem 0.75rem 0.75rem !important;
    margin: 0 -15px 10rem -15px;
  }
  .teaserset-testimonials blockquote p {
    font-size: 2rem;
  }
  .teaserset-testimonials ul .owl-item {
    padding: 0 1px 1em 1px;
  }
  .teaserset-testimonials a {
    bottom: 1rem;
  }
  .teaserset-testimonials .goto-after {
    right: 0.5rem;
  }
  .teaserset-startseitenteaser h3 {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
  }
  .teaserset-startseitenteaser h3:focus {
    background-color: #f1f1f1;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
  }
  .teaserset-posts .teaserset__archivlink {
    top: 25.7%;
    right: -102px;
    font-size: 51px;
  }
  .page-template-template-children-in-content .main .teaserset-kinder {
    margin-top: 3em;
  }
  .teaserset-standorte .standortlink {
    margin-top: 37px;
  }
  .teaserset-standorte .standortlink .nummer {
    position: absolute;
    left: -40px;
    top: 12px;
  }
  .teaserset__archivlink {
    top: -56px;
  }
  h2.markant--gross + p .teaserset__archivlink {
    top: -103px;
  }
  .teaserset__archivlink + section {
    padding-top: 0 !important;
  }
  .markant--gross + .teaserset__archivlink {
    top: -145px;
  }
}
/* twoseasons.scss */
html {
  scroll-behavior: smooth;
}
.head .stripes {
  width: 100%;
}
.foot .stripes {
  width: 100%;
}
.portraet h2 {
  color: #960082;
}
.portraet a {
  color: #960082;
}
.portraet a:hover {
  color: #4a0040;
}
.border-box {
  border-top: 2px solid #07A1E2;
  padding-top: 0.375rem;
}
.border-box.border-box-warning {
  border-color: #960082;
}
.border-box.border-box-warning h2 {
  color: #960082;
}
.box-warning * {
  color: #960082;
}
/*
// Responsive iframes 
.video-container {
  overflow: hidden;
  // Calculated from the aspect ration of the content (in case of 16:9 it is 9/16= 0.5625)
  padding-top: 56.25%;
  position: relative;
}
 
.video-container iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}
*/
.teaser .category-videointerview a.thumbnail, .teaser .category-video a.thumbnail {
  position: relative;
}
.teaser .category-videointerview a.thumbnail:before, .teaser .category-video a.thumbnail:before {
  content: "";
  border: 2px solid #fff;
  border-radius: 999px;
  width: 66px;
  height: 66px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -35px;
  margin-left: -35px;
  background-color: rgba(0, 0, 0, 0.5);
}
.teaser .category-videointerview a.thumbnail:after, .teaser .category-video a.thumbnail:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -12px;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 18px solid #fff;
}
.teaser .category-videointerview a.thumbnail:hover:before, .teaser .category-video a.thumbnail:hover:before {
  background-color: rgba(0, 0, 0, 0.6);
}
/*
 * @md
 */
/*
 * @lg
 */
/*
 * @xl
 */
/*
 * @1920
 */
.lsow-dark-bg {
  background-color: #E5007D;
  margin-bottom: 5rem;
  padding-top: 2.5rem;
  padding-bottom: 1.25rem;
}
.lsow-dark-bg * {
  color: #fff;
}
#main .sow-accordion .sow-accordion-panel {
  margin-bottom: 30px;
}
#main .sow-accordion .sow-accordion-panel .sow-accordion-panel-header {
  background-color: #960082;
  padding: 20px 20px 20px 20px;
  line-height: 1;
}
#main .sow-accordion .sow-accordion-panel .sow-accordion-panel-header .sow-accordion-title {
  font-size: 20.25px;
  font-weight: 600;
  width: calc(100% - 40px);
}
#main .sow-accordion .sow-accordion-panel .sow-accordion-panel-header .sow-accordion-open-close-button {
  font-size: 40px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -20px;
}
#main .sow-accordion .sow-accordion-panel .sow-accordion-panel-content .sow-accordion-panel-border {
  font-size: 18px;
  padding: 60px 30px;
  background-color: #F7F9FD;
}
#main .sow-tabs .sow-tabs-tab-container {
  background-color: transparent;
}
#main .sow-tabs .sow-tabs-tab-container .sow-tabs-tab {
  background-color: #F7F9FD;
  border-color: #F7F9FD;
  border-bottom: 0;
  color: #606777;
  position: relative;
  top: 1px;
}
#main .sow-tabs .sow-tabs-tab-container .sow-tabs-tab:hover {
  background-color: #F7F9FD;
  border-color: #B9BFCC;
}
#main .sow-tabs .sow-tabs-tab-container .sow-tabs-tab:focus {
  outline: none;
  background-color: #F7F9FD;
  border-color: #B9BFCC;
}
#main .sow-tabs .sow-tabs-tab-container .sow-tabs-tab.sow-tabs-tab-selected {
  border-color: #B9BFCC;
  border-bottom-color: #F7F9FD;
  background-color: #F7F9FD;
  z-index: 10;
}
#main .sow-tabs .sow-tabs-tab-container .sow-tabs-tab.sow-tabs-tab-selected .sow-tabs-title {
  color: #606777;
  background-color: transparent;
}
#main .sow-tabs .sow-tabs-panel-container {
  background-color: #F7F9FD;
  border: 1px solid #B9BFCC;
}
.so-widget-sow-button a {
  font-size: 20.25px !important;
  font-weight: 600 !important;
}
.lsow-module .lsow-read-more {
  margin: 5px 0 0 0 !important;
}
.sow-more-text, .lsow-read-more {
  font-size: 18px;
  font-weight: 400;
  width: auto;
  background-color: #B9BFCC;
  display: inline-block;
  border-radius: 0;
  line-height: 1em;
  padding: 0.875em 1em;
  margin-bottom: 1rem;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sow-more-text a, .lsow-read-more a {
  text-transform: none !important;
  color: #fff !important;
}
.sow-more-text a:hover, .lsow-read-more a:hover {
  text-decoration: none !important;
}
.lsow-read-more a:after {
  content: none !important;
}
.lsow-services.lsow-style5 .lsow-service {
  margin-bottom: 1.25rem !important;
}
.lsow-block-header-2 .lsow-heading:before {
  bottom: 0px;
}
.lsow-block .lsow-block-header {
  max-width: 1335px;
}
.lsow-block .lsow-block-filter {
  left: 0;
  text-align: left;
}
.lsow-block .lsow-block-filter .lsow-block-filter-item a, .lsow-block .lsow-block-filter .lsow-block-filter-more span, .lsow-block .lsow-block-filter ul.lsow-block-filter-dropdown-list li a {
  color: #666;
  font-size: 18px;
  text-transform: none;
}
.lsow-module .entry-title a {
  color: inherit !important;
}
@media (max-width: 780px) {
  .panel-grid-cell {
    margin-bottom: 2px !important;
  }
}
.mitarbeitende .filter-style-a img {
  position: relative;
  -webkit-filter: contrast(157%) brightness(184%) saturate(152%) hue-rotate(299deg);
  filter: contrast(157%) brightness(184%) saturate(152%) hue-rotate(299deg);
}
.mitarbeitende .filter-style-b img {
  position: relative;
  -webkit-filter: contrast(157%) brightness(184%) saturate(152%) sepia(37%) hue-rotate(105deg);
  filter: contrast(157%) brightness(184%) saturate(152%) sepia(37%) hue-rotate(105deg);
}
.mitarbeitende .filter-style-c img {
  position: relative;
  -webkit-filter: contrast(157%) brightness(184%) saturate(131%) sepia(21%) hue-rotate(239deg);
  filter: contrast(157%) brightness(184%) saturate(131%) sepia(21%) hue-rotate(239deg);
}
.mitarbeitende .filter-style-d img {
  position: relative;
  -webkit-filter: contrast(157%) brightness(184%) saturate(184%) hue-rotate(62deg);
  filter: contrast(157%) brightness(184%) saturate(184%) hue-rotate(62deg);
}
/*////////////////////////////////////////////////////////////////////
//   Livemesh HTML Carousel
////////////////////////////////////////////////////////////////////*/
.lsow-carousel-item a {
  display: inline-block;
}
.lsow-carousel-item .konvink-service a img {
  display: inline;
}
/*////////////////////////////////////////////////////////////////////
//   Livemesh Accordeon
////////////////////////////////////////////////////////////////////*/
.lsow-accordion.style1 .lsow-panel {
  margin-top: 0;
  border-top: 1px solid #B9BFCC;
  border-radius: 0;
  background-color: transparent !important;
}
.lsow-accordion.style1 .lsow-panel .lsow-panel-title {
  padding-left: 0;
  padding-top: 0.375rem;
  padding-bottom: 1.25rem;
  background-color: transparent !important;
  color: #606777 !important;
  font-family: 'Bitter', serif;
  font-size: 29.988px;
  font-weight: 400;
  line-height: 1.2;
}
.lsow-accordion.style1 .lsow-panel .lsow-panel-title:after {
  top: 50%;
  right: 0;
  margin-right: 0;
  margin-top: -0.5em;
}
.lsow-accordion.style1 .lsow-panel .lsow-panel-content {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  background: transparent;
}
.lsow-accordion.style2 .lsow-panel {
  margin-top: 0;
  transition: 0 !important;
}
.lsow-accordion.style2 .lsow-panel .lsow-panel-title {
  border-radius: 0 !important;
  transition: 0 !important;
  color: #606777 !important;
  border-width: 0 1px 1px 1px !important;
  border-color: #F7F9FD !important;
  padding-left: 20px !important;
}
.lsow-accordion.style2 .lsow-panel:first-child .lsow-panel-title {
  border-top: 1px solid #F7F9FD !important;
}
.lsow-accordion.style2 .lsow-panel .lsow-panel-title:before {
  display: none !important;
}
.lsow-accordion.style2 .lsow-panel .lsow-panel-title:after {
  font-family: 'Font Awesome 5 Pro' !important;
  content: '' !important;
  color: #606777 !important;
  right: 20px !important;
}
.lsow-accordion.style2 .lsow-panel.lsow-active .lsow-panel-title:after {
  transform: rotate(135deg) !important;
}
.lsow-accordion.style2 .lsow-panel:hover .lsow-panel-title, .lsow-accordion.style2 .lsow-panel:hover .lsow-panel-title:after {
  background: #F7F9FD !important;
}
.lsow-accordion.style2 .lsow-panel.lsow-active .lsow-panel-title {
  background-color: #F7F9FD !important;
}
.lsow-accordion.style2 .lsow-panel .lsow-panel-content {
  border-radius: 0 !important;
  padding: 20px !important;
}
.lsow-accordion.style3 .lsow-panel {
  border: 0 !important;
}
.lsow-accordion.style3 .lsow-panel .lsow-panel-title {
  padding: 0;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: 0;
  font-weight: inherit;
  text-transform: none;
  margin: 0;
}
.lsow-accordion.style3 .lsow-panel .lsow-panel-title:after {
  position: relative;
  right: 0;
  left: auto;
  top: auto;
  font-size: 12px;
  font-weight: 700;
  float: left;
  margin: 4px 8px 0 0;
}
.lsow-accordion.style3 .lsow-panel .lsow-panel-content {
  padding: 0;
}
main .lsow-image-slider .lsow-slide img {
  opacity: 1 !important;
}
/*
main .lsow-image-slider .lsow-slides {overflow: visible}
main .lsow-image-slider .lsow-caption {top: 107% !important}
main .lsow-image-slider .lsow-heading {text-align: right; color: $color-brand !important; font-size: $small-font-size !important; font-weight: $font-weight-normal !important}
*/
.wpcf7-form .required {
  font-weight: 700;
}
.wpcf7-form input[type="checkbox"] {
  display: inline;
  width: auto;
}
.wpcf7-form input[type="radio"] {
  display: inline;
  width: auto;
}
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
  display: block !important;
  margin-left: 0 !important;
}
.wpcf7-form .wpcf7-radio .wpcf7-list-item {
  display: block !important;
  margin-left: 0 !important;
}
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item, .wpcf7-form .abo .wpcf7-list-item, .wpcf7-form .opt-in .wpcf7-list-item {
  display: block !important;
  margin-left: 0 !important;
}
.wpcf7-form span.wpcf7-list-item.first {
  margin-left: 0;
}
.wpcf7-form textarea {
  width: 100%;
  margin-top: 2px;
}
.wpcf7-form input[type='submit'] {
  margin-top: 0.5em;
}
.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 0.875em !important;
  line-height: 1.2 !important;
  color: #E5007D !important;
  padding-top: 2px;
  display: inline-block !important;
}
.wpcf7-form .wpcf7-response-output {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  font-size: 1em !important;
  line-height: 1.2em !important;
  color: #960082 !important;
  background: transparent;
}
.wpcf7-form fieldset {
  border-top: 2px solid #07A1E2 !important;
  padding: 0.5em 0 0 0;
  margin-bottom: 3em;
}
.wpcf7-form fieldset legend {
  border-top: 2px solid #07A1E2 !important;
  color: inherit;
  font-size: 23.994px;
  font-weight: 400;
  padding: 1em 0 0 0;
  margin-bottom: 0;
}
.wpcf7-form fieldset legend p {
  margin-bottom: 1em;
}
.wpcf7-form input[type="number"] {
  width: 80px;
  text-align: right;
}
@media only screen and (min-width: 750px) {
  .wpcf7-form {
    margin-bottom: 1rem;
  }
  .wpcf7-form label, .wpcf7-form .label {
    width: 27%;
    padding-top: 8px;
  }
  .wpcf7-form label.full, .wpcf7-form .label.full {
    width: 100%;
  }
  .wpcf7-form label + label, .wpcf7-form .label + .label {
    clear: none;
    float: left;
  }
  .wpcf7-form label + label, .wpcf7-form .label + .label, .wpcf7-form input[type="text"], .wpcf7-form input[type="tel"], .wpcf7-form input[type="confirm_email"], .wpcf7-form input[type="email"] {
    width: 70%;
  }
  .wpcf7-form select {
    width: 70% !important;
    margin-bottom: 0.5em;
  }
  .wpcf7-form textarea {
    width: 70%;
  }
  .wpcf7-form .full .wpcf7-checkbox {
    width: 100% !important;
  }
  .wpcf7-form .wpcf7-radio, .wpcf7-form .wpcf7-checkbox {
    width: 70% !important;
    float: left !important;
  }
  .wpcf7-form label + label .wpcf7-checkbox, .wpcf7-form label + label .wpcf7-radio {
    width: 100% !important;
    float: left !important;
  }
  .wpcf7-form .data-protection, .wpcf7-form .lieferfrist, .wpcf7-form .abo, .wpcf7-form .opt-in {
    width: 70% !important;
    float: left !important;
    margin-left: 30%;
    margin-top: 1em;
  }
  .wpcf7-form .wpcf7-checkbox label {
    width: auto !important;
  }
  .wpcf7-form .wpcf7-radio label {
    width: auto !important;
  }
  .wpcf7-form .wpcf7-acceptance label, .wpcf7-form .abo label, .wpcf7-form .opt-in label {
    width: auto !important;
    padding-left: 25px;
  }
  .wpcf7-form .wpcf7-acceptance label input[type="radio"] + span:before, .wpcf7-form .wpcf7-acceptance label input[type="checkbox"] + span:before, .wpcf7-form .abo label input[type="radio"] + span:before, .wpcf7-form .abo label input[type="checkbox"] + span:before, .wpcf7-form .opt-in label input[type="radio"] + span:before, .wpcf7-form .opt-in label input[type="checkbox"] + span:before {
    position: absolute;
    top: 8px;
    left: -2px;
  }
  .wpcf7-form button {
    margin-left: calc(27% + 20px) !important;
  }
  .wpcf7-form .wpcf7-not-valid-tip {
    padding-left: calc(27% + 20px);
    padding-bottom: 1em;
    clear: both;
  }
  .wpcf7-form .wpcf7-acceptance + .wpcf7-not-valid-tip {
    padding-left: 24px;
    padding-bottom: 1em;
    clear: both;
  }
  .wpcf7-form .ajax-loader {
    margin-left: calc(27% + 20px) !important;
  }
  .wpcf7-form .wpcf7-response-output {
    width: 70%;
    margin: 0 !important;
    margin-left: calc(27% + 20px) !important;
  }
  .wpcf7-form .wideform input {
    width: 100% !important;
  }
  .wpcf7-form .wideform button {
    margin-left: 0 !important;
  }
}
@media only screen and (min-width: 1024px) {
  .wpcf7-form .data-protection, .wpcf7-form .abo, .wpcf7-form .lieferfrist, .wpcf7-form .opt-in {
    margin-left: 29%;
  }
}
.fa-ul .fa-li i {
  color: #07A1E2;
}
.breadcrumb {
  clear: both;
  font-size: 18px;
  line-height: 1.5em;
  position: relative;
  z-index: 1;
}
.breadcrumb * {
  color: #B9BFCC;
}
.breadcrumb b {
  font-weight: 400;
}
.breadcrumb a:hover {
  color: #B9BFCC;
}
.breadcrumb a:hover sup {
  text-decoration: none;
}
.breadcrumb .arrow_right {
  font-size: 0.75em;
  position: relative;
}
/*.breadcrumb span:last-child {display: none}*/
.breadcrumb a {
  text-decoration: none;
  font-size: 0.8em;
}
.breadcrumb a:hover, .breadcrumb a:focus, .breadcrumb a:active {
  text-decoration: underline;
}
.breadcrumb .breadcrumb_last {
  display: none;
}
@media only screen and (min-width: 750px) {
  .breadcrumb a {
    font-size: 1em;
  }
}
.rl-gallery.rl-hidden-gallery.rl-hidden-text .rl-gallery-link:first-child {
  display: inline-block;
  margin-left: -4px;
  margin-right: -4px;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-1, .woocommerce-page .col2-set .col-2 {
  max-width: none !important;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  font-size: 18px;
  font-weight: 400;
  width: auto;
  color: #fff;
  background-color: #B9BFCC;
  display: inline-block;
  border-radius: 0;
  line-height: 1em;
  padding: 0.875em 1em;
  margin-bottom: 1rem;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.woocommerce.single-product h1 {
  color: #606777;
  margin-bottom: 50px;
}
.woocommerce .related, .upsells {
  margin-top: 50px;
}
.woocommerce .woocommerce-Tabs-panel h2 {
  display: none;
}
.woocommerce .woocommerce-tabs {
  padding: 100px 0 100px 0;
}
.woocommerce input {
  padding: 10px 15px 13px 15px;
}
.woocommerce button.single_add_to_cart_button {
  background-color: #960082 !important;
}
.woocommerce bdi {
  color: #960082 !important;
  font-weight: 600;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Fwww.konvink.ch%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Ftwoseasons%2Fsass%2Fmain.scss%22%2C%22wp-content%2Fthemes%2Ftwoseasons%2Fsass%2Fvendor%2F_bootstrap-reboot.scss%22%2C%22wp-content%2Fthemes%2Ftwoseasons%2Fsass%2Fvendor%2F_bootstrap-grid.scss%22%2C%22wp-content%2Fthemes%2Ftwoseasons%2Fsass%2Fbase%2F_typography.scss%22%2C%22wp-content%2Fthemes%2Ftwoseasons%2Fsass%2Fbase%2F_helpers.scss%22%2C%22wp-content%2Fthemes%2Ftwoseasons%2Fsass%2Fbase%2F_cssfilters.scss%22%2C%22wp-content%2Fthemes%2Ftwoseasons%2Fsass%2Fbase%2F_base.scss%22%2C%22wp-content%2Fthemes%2Ftwoseasons%2Fsass%2Fbase%2F_wordpress.scss%22%2C%22wp-content%2Fthemes%2Ftwoseasons%2Fsass%2Flayout%2F_layout.scss%22%2C%22wp-content%2Fthemes%2Ftwoseasons%2Fsass%2Flayout%2F_navigation.scss%22%2C%22wp-content%2Fthemes%2Ftwoseasons%2Fsass%2Flayout%2F_header.scss%22%2C%22wp-content%2Fthemes%2Ftwoseasons%2Fsass%2Flayout%2F_footer.scss%22%2C%22wp-content%2Fthemes%2Ftwoseasons%2Fsass%2Flayout%2F_sidebar.scss%22%2C%22wp-content%2Fthemes%2Ftwoseasons%2Fsass%2Flayout%2F_forms.scss%22%2C%22wp-content%2Fthemes%2Ftwoseasons%2Fsass%2Fcomponents%2F_toggle.scss%22%2C%22wp-content%2Fthemes%2Ftwoseasons%2Fsass%2Fcomponents%2F_buttons.scss%22%2C%22wp-content%2Fthemes%2Ftwoseasons%2Fsass%2Fcomponents%2F_teaser.scss%22%2C%22wp-content%2Fthemes%2Ftwoseasons%2Fsass%2Fthemes%2F_twoseasons.scss%22%2C%22wp-content%2Fthemes%2Ftwoseasons%2Fsass%2Fplugins%2F_siteorigin-panels.scss%22%2C%22wp-content%2Fthemes%2Ftwoseasons%2Fsass%2Fplugins%2F_livemesh-siteorigin-widgets.scss%22%2C%22wp-content%2Fthemes%2Ftwoseasons%2Fsass%2Fplugins%2F_contact-form-7.scss%22%2C%22wp-content%2Fthemes%2Ftwoseasons%2Fsass%2Fplugins%2F_font-awesome.scss%22%2C%22wp-content%2Fthemes%2Ftwoseasons%2Fsass%2Fplugins%2F_yoast-seo.scss%22%2C%22wp-content%2Fthemes%2Ftwoseasons%2Fsass%2Fplugins%2F_responsive-lightbox-gallery.scss%22%2C%22wp-content%2Fthemes%2Ftwoseasons%2Fsass%2Fplugins%2F_woocommerce.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACOA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BADpVA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%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%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%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%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%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%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%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%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%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%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%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%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%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%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%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%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%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%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACthDF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAEJ%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAKA%3BAACI%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAMA%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%3BAHhQA%3BAAAA%3BAAAA%3BAIOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJPA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIoBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJpBA%3BAAAA%3BAAAA%3BAImCA%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%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAJ1EA%3BAAAA%3BAAAA%3BAImFA%3BAAAA%3BAAAA%3BAJnFA%3BAIoFA%3BAAAA%3BAAAA%3BAJpFA%3BAIqFA%3BAAAA%3BAAAA%3BAJrFA%3BAIsFA%3BAAAA%3BAAAA%3BAJtFA%3BAIuFA%3BAAAA%3BAAAA%3BAJvFA%3BAIwFA%3BAAAA%3BAAAA%3BAJxFA%3BAAAA%3BAAAA%3BAAAA%3BAI6FA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAJzGJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIqHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BACzHJ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BALtFA%3BAAAA%3BAMMA%3BAAAA%3BAAAA%3BAAAA%3BANNA%3BAMUA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BANZA%3BAAAA%3BAMiBA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAN%2FBA%3BAAAA%3BAMoCA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BANrCA%3BAAAA%3BAMyCA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAN1CA%3BAAAA%3BAM8CA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAN%2FCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAM0DA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAN9DA%3BAAAA%3BAMkEA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAN1EA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMiFA%3BAAAA%3BAAAA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BACxGJ%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAACI%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAACI%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAChHJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAACI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BACnDJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAACI%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAACI%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAACI%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGJ%3BAACI%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACxGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAACI%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC%2FFJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAClCJ%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BACJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAb9BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAa2CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAbhDA%3BAAAA%3BAAAA%3BAAAA%3BAauDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAbhGA%3BAauGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAbvGA%3BAamHA%3BAAAA%3BAAAA%3BAAAA%3BAbnHA%3BAayHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAbzHA%3BAaiIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAbjIA%3BAa%2BIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAC%2FII%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BACxDJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAf3FA%3BAAAA%3BAgBKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhBdA%3BAgBiBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAhBnBA%3BAgBqBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAGA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAhBhIJ%3BAiBEA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAjBrCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiB6DA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeI%3BAAAA%3BAAAA%3BAjB%2FFN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkBIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAASA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BACpJD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnBxBA%3BAAAA%3BAAAA%3BAmBmCA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAnBpCA%3BAAAA%3BAAAA%3BAmB4CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAnBrEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoBGA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAACI%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAEJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BACrEJ%3BAAAA%3BAAAA%3BACCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAtBTA%3BAsBWA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAClBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsBA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%22%7D */