@charset "UTF-8";
/*
 * Import Bootstrap Compass integration
 */
/*
 * Konfiguration
 */
:root {
  --filter-primary: invert(42%) sepia(8%) saturate(3423%) hue-rotate(164deg) brightness(107%) contrast(80%);
}
.primary-gradient {
  background: transparent linear-gradient(180deg, var(--color-primary) 0%, var(--color-primary) -dark 100%) 0% 0% no-repeat padding-box;
}
.primary-gradient-diagonal {
  background: transparent linear-gradient(151deg, var(--color-primary) 0%, var(--color-primary) -dark 100%) 0% 0% no-repeat padding-box;
}
.primary-gradient-hover {
  background: transparent linear-gradient(180deg, #006AB3 0%, #003457 200%) 0% 0% no-repeat padding-box;
}
/*
 * Import Bootstrap for Sass
 */
/*!
 * Bootstrap v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #FFFFFF;
  --bs-gray: #6c757d;
  --bs-gray-dark: #4A4A4A;
  --bs-primary: #E30613;
  --bs-secondary: #B5B7B4;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f5f5f5;
  --bs-dark: #000;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}
*, *::before, *::after {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: #FFFFFF;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(32, 34, 35, 0);
}
hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}
hr:not([size]) {
  height: 1px;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}
h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}
h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}
h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}
h5, .h5 {
  font-size: 1.25rem;
}
h6, .h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title], abbr[data-bs-original-title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol, ul {
  padding-left: 2rem;
}
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;
}
b, strong {
  font-weight: bolder;
}
small, .small {
  font-size: 0.875em;
}
mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
sub, sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #E30613;
  text-decoration: underline;
}
a:hover {
  color: #b6050f;
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre, code, kbd, samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #FFFFFF;
  background-color: #000;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}
figure {
  margin: 0 0 1rem;
}
img, svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
thead, tbody, tfoot, tr, td, th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button, select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]::-webkit-calendar-picker-indicator {
  display: none;
}
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  display: list-item;
  cursor: pointer;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #FFFFFF;
  border: 1px solid #B5B7B4;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}
.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 7.5px);
  padding-left: var(--bs-gutter-x, 7.5px);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 710px) {
  .container, .container-sm {
    max-width: 670px;
  }
}
@media (min-width: 760px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}
@media (min-width: 1000px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1180px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1340px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1280px;
  }
}
.row {
  --bs-gutter-x: 15px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}
.col {
  flex: 1 0 0%;
}
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
@media (min-width: 710px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 760px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1000px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1180px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1340px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
.g-0, .frame-layout-40 > .container > .row, .gx-0 {
  --bs-gutter-x: 0;
}
.g-0, .frame-layout-40 > .container > .row, .gy-0 {
  --bs-gutter-y: 0;
}
.g-1, .gx-1 {
  --bs-gutter-x: 0.25rem;
}
.g-1, .gy-1 {
  --bs-gutter-y: 0.25rem;
}
.g-2, .gx-2 {
  --bs-gutter-x: 0.5rem;
}
.g-2, .gy-2 {
  --bs-gutter-y: 0.5rem;
}
.g-3, .gx-3 {
  --bs-gutter-x: 1rem;
}
.g-3, .gy-3 {
  --bs-gutter-y: 1rem;
}
.g-4, .gx-4 {
  --bs-gutter-x: 1.5rem;
}
.g-4, .gy-4 {
  --bs-gutter-y: 1.5rem;
}
.g-5, .gx-5 {
  --bs-gutter-x: 3rem;
}
.g-5, .gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 710px) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0, .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0, .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1, .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1, .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2, .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2, .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3, .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3, .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4, .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4, .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5, .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5, .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 760px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0, .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0, .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1, .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1, .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2, .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2, .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3, .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3, .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4, .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4, .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5, .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5, .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1000px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0, .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0, .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1, .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1, .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2, .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2, .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3, .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3, .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4, .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4, .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5, .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5, .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1180px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0, .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0, .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1, .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1, .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2, .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2, .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3, .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3, .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4, .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4, .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5, .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5, .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1340px) {
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0, .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0, .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1, .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1, .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2, .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2, .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3, .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3, .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4, .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4, .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5, .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5, .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #000;
  --bs-table-striped-bg: rgba(32, 34, 35, 0.05);
  --bs-table-active-color: #000;
  --bs-table-active-bg: rgba(32, 34, 35, 0.1);
  --bs-table-hover-color: #000;
  --bs-table-hover-bg: rgba(32, 34, 35, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #000;
  vertical-align: top;
  border-color: #B5B7B4;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}
.caption-top {
  caption-side: top;
}
.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}
.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}
.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}
.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}
.table-primary {
  --bs-table-bg: #f9cdd0;
  --bs-table-striped-bg: #eec4c7;
  --bs-table-striped-color: #202223;
  --bs-table-active-bg: #e3bcbf;
  --bs-table-active-color: #202223;
  --bs-table-hover-bg: #e9c0c3;
  --bs-table-hover-color: #202223;
  color: #202223;
  border-color: #e3bcbf;
}
.table-secondary {
  --bs-table-bg: #f0f1f0;
  --bs-table-striped-bg: #e6e7e6;
  --bs-table-striped-color: #202223;
  --bs-table-active-bg: #dbdcdc;
  --bs-table-active-color: #202223;
  --bs-table-hover-bg: #e0e1e1;
  --bs-table-hover-color: #202223;
  color: #202223;
  border-color: #dbdcdc;
}
.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c8ddd4;
  --bs-table-striped-color: #202223;
  --bs-table-active-bg: #bfd3ca;
  --bs-table-active-color: #202223;
  --bs-table-hover-bg: #c4d8cf;
  --bs-table-hover-color: #202223;
  color: #202223;
  border-color: #bfd3ca;
}
.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c6eaf1;
  --bs-table-striped-color: #202223;
  --bs-table-active-bg: #bedfe6;
  --bs-table-active-color: #202223;
  --bs-table-hover-bg: #c2e4ec;
  --bs-table-hover-color: #202223;
  color: #202223;
  border-color: #bedfe6;
}
.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f4e9c5;
  --bs-table-striped-color: #202223;
  --bs-table-active-bg: #e9debc;
  --bs-table-active-color: #202223;
  --bs-table-hover-bg: #eee3c0;
  --bs-table-hover-color: #202223;
  color: #202223;
  border-color: #e9debc;
}
.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #edced1;
  --bs-table-striped-color: #202223;
  --bs-table-active-bg: #e2c5c8;
  --bs-table-active-color: #202223;
  --bs-table-hover-bg: #e8c9cc;
  --bs-table-hover-color: #202223;
  color: #202223;
  border-color: #e2c5c8;
}
.table-light {
  --bs-table-bg: #f5f5f5;
  --bs-table-striped-bg: #eaeaeb;
  --bs-table-striped-color: #202223;
  --bs-table-active-bg: #e0e0e0;
  --bs-table-active-color: #202223;
  --bs-table-hover-bg: #e5e5e5;
  --bs-table-hover-color: #202223;
  color: #202223;
  border-color: #e0e0e0;
}
.table-dark {
  --bs-table-bg: #000;
  --bs-table-striped-bg: #0d0d0d;
  --bs-table-striped-color: #FFFFFF;
  --bs-table-active-bg: #1a1a1a;
  --bs-table-active-color: #FFFFFF;
  --bs-table-hover-bg: #131313;
  --bs-table-hover-color: #FFFFFF;
  color: #FFFFFF;
  border-color: #1a1a1a;
}
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 709.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 759.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 999.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1179.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1339.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid #868889;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type="file"] {
  overflow: hidden;
}
.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #000;
  background-color: #FFFFFF;
  border-color: #f18389;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(227, 6, 19, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #D9D9D9;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #000;
  background-color: #D9D9D9;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #cecece;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #000;
  background-color: #D9D9D9;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #cecece;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #000;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  min-height: calc(1.5em + (0.5rem + 2px));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-lg {
  min-height: calc(1.5em + (1rem + 2px));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
textarea.form-control {
  min-height: calc(1.5em + (0.75rem + 2px));
}
textarea.form-control-sm {
  min-height: calc(1.5em + (0.5rem + 2px));
}
textarea.form-control-lg {
  min-height: calc(1.5em + (1rem + 2px));
}
.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: #FFFFFF;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%234A4A4A' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #868889;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #f18389;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(227, 6, 19, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #D9D9D9;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}
.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(32, 34, 35, 0.25);
  appearance: none;
  color-adjust: exact;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-check-input {
    transition: none;
  }
}
.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}
.form-check-input[type="radio"] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #f18389;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(227, 6, 19, 0.25);
}
.form-check-input:checked {
  background-color: #E30613;
  border-color: #E30613;
}
.form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type="radio"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23FFFFFF'/%3e%3c/svg%3e");
}
.form-check-input[type="checkbox"]:indeterminate {
  background-color: #E30613;
  border-color: #E30613;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}
.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23f18389'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23FFFFFF'/%3e%3c/svg%3e");
}
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.25rem rgba(227, 6, 19, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.25rem rgba(227, 6, 19, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #E30613;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #f7b4b8;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #B5B7B4;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #E30613;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #f7b4b8;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #B5B7B4;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #000;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #000;
}
.form-floating {
  position: relative;
}
.form-floating > .form-control, .form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control, .input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus, .input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  text-align: center;
  white-space: nowrap;
  background-color: #D9D9D9;
  border: 1px solid #868889;
  border-radius: 0.25rem;
}
.input-group-lg > .form-control, .input-group-lg > .form-select, .input-group-lg > .input-group-text, .input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.input-group-sm > .form-control, .input-group-sm > .form-select, .input-group-sm > .input-group-text, .input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.input-group-lg > .form-select, .input-group-sm > .form-select {
  padding-right: 3rem;
}
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu), .input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #FFFFFF;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}
.was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip, .is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%234A4A4A' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}
.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid, .was-validated .input-group .form-select:valid, .input-group .form-select.is-valid {
  z-index: 1;
}
.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus, .was-validated .input-group .form-select:valid:focus, .input-group .form-select.is-valid:focus {
  z-index: 3;
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #FFFFFF;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip, .is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%234A4A4A' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}
.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid, .was-validated .input-group .form-select:invalid, .input-group .form-select.is-invalid {
  z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus, .was-validated .input-group .form-select:invalid:focus, .input-group .form-select.is-invalid:focus {
  z-index: 3;
}
.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #000;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(227, 6, 19, 0.25);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}
.btn-primary {
  color: #FFFFFF;
  background-color: #E30613;
  border-color: #E30613;
}
.btn-primary:hover {
  color: #FFFFFF;
  background-color: #c10510;
  border-color: #b6050f;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #FFFFFF;
  background-color: #c10510;
  border-color: #b6050f;
  box-shadow: 0 0 0 0.25rem rgba(231, 43, 54, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #b6050f;
  border-color: #aa050e;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(231, 43, 54, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #FFFFFF;
  background-color: #E30613;
  border-color: #E30613;
}
.btn-secondary {
  color: #202223;
  background-color: #B5B7B4;
  border-color: #B5B7B4;
}
.btn-secondary:hover {
  color: #202223;
  background-color: #c0c2bf;
  border-color: #bcbebc;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #202223;
  background-color: #c0c2bf;
  border-color: #bcbebc;
  box-shadow: 0 0 0 0.25rem rgba(159, 161, 158, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #202223;
  background-color: #c4c5c3;
  border-color: #bcbebc;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(159, 161, 158, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #202223;
  background-color: #B5B7B4;
  border-color: #B5B7B4;
}
.btn-success {
  color: #FFFFFF;
  background-color: #198754;
  border-color: #198754;
}
.btn-success:hover {
  color: #FFFFFF;
  background-color: #157347;
  border-color: #146c43;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #FFFFFF;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #FFFFFF;
  background-color: #146c43;
  border-color: #13653f;
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #FFFFFF;
  background-color: #198754;
  border-color: #198754;
}
.btn-info {
  color: #202223;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-info:hover {
  color: #202223;
  background-color: #31d2f2;
  border-color: #25cff2;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #202223;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.25rem rgba(16, 177, 209, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #202223;
  background-color: #3dd5f3;
  border-color: #25cff2;
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(16, 177, 209, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #202223;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-warning {
  color: #202223;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #202223;
  background-color: #ffca2c;
  border-color: #ffc720;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #202223;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(222, 169, 11, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #202223;
  background-color: #ffcd39;
  border-color: #ffc720;
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(222, 169, 11, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #202223;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-danger {
  color: #FFFFFF;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #FFFFFF;
  background-color: #bb2d3b;
  border-color: #b02a37;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #FFFFFF;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #FFFFFF;
  background-color: #b02a37;
  border-color: #a52834;
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #FFFFFF;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-light {
  color: #202223;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-light:hover {
  color: #202223;
  background-color: #f7f7f7;
  border-color: #f6f6f6;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #202223;
  background-color: #f7f7f7;
  border-color: #f6f6f6;
  box-shadow: 0 0 0 0.25rem rgba(213, 213, 214, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #202223;
  background-color: #f7f7f7;
  border-color: #f6f6f6;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(213, 213, 214, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #202223;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-dark {
  color: #FFFFFF;
  background-color: #000;
  border-color: #000;
}
.btn-dark:hover {
  color: #FFFFFF;
  background-color: black;
  border-color: black;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #FFFFFF;
  background-color: black;
  border-color: black;
  box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #FFFFFF;
  background-color: black;
  border-color: black;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #FFFFFF;
  background-color: #000;
  border-color: #000;
}
.btn-outline-primary {
  color: #E30613;
  border-color: #E30613;
}
.btn-outline-primary:hover {
  color: #FFFFFF;
  background-color: #E30613;
  border-color: #E30613;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(227, 6, 19, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #FFFFFF;
  background-color: #E30613;
  border-color: #E30613;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(227, 6, 19, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #E30613;
  background-color: transparent;
}
.btn-outline-secondary {
  color: #B5B7B4;
  border-color: #B5B7B4;
}
.btn-outline-secondary:hover {
  color: #202223;
  background-color: #B5B7B4;
  border-color: #B5B7B4;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(181, 183, 180, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #202223;
  background-color: #B5B7B4;
  border-color: #B5B7B4;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(181, 183, 180, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #B5B7B4;
  background-color: transparent;
}
.btn-outline-success {
  color: #198754;
  border-color: #198754;
}
.btn-outline-success:hover {
  color: #FFFFFF;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #FFFFFF;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #198754;
  background-color: transparent;
}
.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-outline-info:hover {
  color: #202223;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #202223;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #0dcaf0;
  background-color: transparent;
}
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #202223;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #202223;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #FFFFFF;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #FFFFFF;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-light {
  color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-outline-light:hover {
  color: #202223;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(245, 245, 245, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #202223;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(245, 245, 245, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #f5f5f5;
  background-color: transparent;
}
.btn-outline-dark {
  color: #000;
  border-color: #000;
}
.btn-outline-dark:hover {
  color: #FFFFFF;
  background-color: #000;
  border-color: #000;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #FFFFFF;
  background-color: #000;
  border-color: #000;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #000;
  background-color: transparent;
}
.btn-link {
  font-weight: 400;
  color: #E30613;
  text-decoration: underline;
}
.btn-link:hover {
  color: #b6050f;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropup, .dropend, .dropdown, .dropstart {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #000;
  text-align: left;
  list-style: none;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(32, 34, 35, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}
.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}
.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}
@media (min-width: 710px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 760px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1000px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1180px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1340px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}
.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(32, 34, 35, 0.15);
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #000;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: black;
  background-color: #D9D9D9;
}
.dropdown-item.active, .dropdown-item:active {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #E30613;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #000;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #000;
}
.dropdown-menu-dark {
  color: #B5B7B4;
  background-color: #4A4A4A;
  border-color: rgba(32, 34, 35, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #B5B7B4;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #FFFFFF;
  background-color: #E30613;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #000;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(32, 34, 35, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #B5B7B4;
}
.dropdown-menu-dark .dropdown-header {
  color: #000;
}
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn, .btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn, .btn-group > .btn-check:focus + .btn, .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn-check:checked + .btn, .btn-group-vertical > .btn-check:focus + .btn, .btn-group-vertical > .btn:hover, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n + 3), .btn-group > :not(.btn-check) + .btn, .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn, .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #E30613;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: #b6050f;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #B5B7B4;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #D9D9D9 #D9D9D9 #B5B7B4;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: #000;
  background-color: #FFFFFF;
  border-color: #B5B7B4 #B5B7B4 #FFFFFF;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #FFFFFF;
  background-color: #E30613;
}
.nav-fill > .nav-link, .nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified > .nav-link, .nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
  width: 100%;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container, .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}
.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}
@media (min-width: 710px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (min-width: 760px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1000px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1180px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1340px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: rgba(32, 34, 35, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(32, 34, 35, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(32, 34, 35, 0.55);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(32, 34, 35, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(32, 34, 35, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .nav-link.active {
  color: rgba(32, 34, 35, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(32, 34, 35, 0.55);
  border-color: rgba(32, 34, 35, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2832, 34, 35, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(32, 34, 35, 0.55);
}
.navbar-light .navbar-text a, .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(32, 34, 35, 0.9);
}
.navbar-dark .navbar-brand {
  color: #FFFFFF;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #FFFFFF;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .nav-link.active {
  color: #FFFFFF;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-text a, .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #FFFFFF;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #FFFFFF;
  background-clip: border-box;
  border: 1px solid rgba(32, 34, 35, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group, .card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}
.card-title {
  margin-bottom: 0.5rem;
}
.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1rem;
}
.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(32, 34, 35, 0.03);
  border-bottom: 1px solid rgba(32, 34, 35, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(32, 34, 35, 0.03);
  border-top: 1px solid rgba(32, 34, 35, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}
.card-img, .card-img-top, .card-img-bottom {
  width: 100%;
}
.card-img, .card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img, .card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-group > .card {
  margin-bottom: 7.5px;
}
@media (min-width: 710px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top, .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom, .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top, .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom, .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #000;
  text-align: left;
  background-color: #FFFFFF;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #cc0511;
  background-color: #fce6e7;
  box-shadow: inset 0 -1px 0 rgba(32, 34, 35, 0.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23cc0511'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #f18389;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(227, 6, 19, 0.25);
}
.accordion-header {
  margin-bottom: 0;
}
.accordion-item {
  background-color: #FFFFFF;
  border: 1px solid rgba(32, 34, 35, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-body {
  padding: 1rem 1.25rem;
}
.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}
.page-link {
  position: relative;
  display: block;
  color: #E30613;
  text-decoration: none;
  background-color: #FFFFFF;
  border: 1px solid #B5B7B4;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #b6050f;
  background-color: #D9D9D9;
  border-color: #B5B7B4;
}
.page-link:focus {
  z-index: 3;
  color: #b6050f;
  background-color: #D9D9D9;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(227, 6, 19, 0.25);
}
.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #FFFFFF;
  background-color: #E30613;
  border-color: #E30613;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #FFFFFF;
  border-color: #B5B7B4;
}
.page-link {
  padding: 0.375rem 0.75rem;
}
.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #FFFFFF;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}
.alert-primary {
  color: #88040b;
  background-color: #f9cdd0;
  border-color: #f7b4b8;
}
.alert-primary .alert-link {
  color: #6d0309;
}
.alert-secondary {
  color: #6d6e6c;
  background-color: #f0f1f0;
  border-color: #e9e9e9;
}
.alert-secondary .alert-link {
  color: #575856;
}
.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.alert-success .alert-link {
  color: #0c4128;
}
.alert-info {
  color: #186575;
  background-color: #cff4fc;
  border-color: #b6effb;
}
.alert-info .alert-link {
  color: #13515e;
}
.alert-warning {
  color: #796218;
  background-color: #fff3cd;
  border-color: #ffecb5;
}
.alert-warning .alert-link {
  color: #614e13;
}
.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.alert-danger .alert-link {
  color: #6a1a21;
}
.alert-light {
  color: #757677;
  background-color: #fdfdfd;
  border-color: #fcfcfc;
}
.alert-light .alert-link {
  color: #5e5e5f;
}
.alert-dark {
  color: black;
  background-color: #ccc;
  border-color: #b3b3b3;
}
.alert-dark .alert-link {
  color: black;
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #D9D9D9;
  border-radius: 0.25rem;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #FFFFFF;
  text-align: center;
  white-space: nowrap;
  background-color: #E30613;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}
.list-group-item-action {
  width: 100%;
  color: #000;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #000;
  text-decoration: none;
  background-color: #f5f5f5;
}
.list-group-item-action:active {
  color: #000;
  background-color: #D9D9D9;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #000;
  text-decoration: none;
  background-color: #FFFFFF;
  border: 1px solid rgba(32, 34, 35, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #FFFFFF;
}
.list-group-item.active {
  z-index: 2;
  color: #FFFFFF;
  background-color: #E30613;
  border-color: #E30613;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
@media (min-width: 710px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 760px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1000px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1180px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1340px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  color: #88040b;
  background-color: #f9cdd0;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #88040b;
  background-color: #e0b9bb;
}
.list-group-item-primary.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #88040b;
  border-color: #88040b;
}
.list-group-item-secondary {
  color: #6d6e6c;
  background-color: #f0f1f0;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #6d6e6c;
  background-color: #d8d9d8;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #6d6e6c;
  border-color: #6d6e6c;
}
.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #0f5132;
  background-color: #bcd0c7;
}
.list-group-item-success.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #0f5132;
  border-color: #0f5132;
}
.list-group-item-info {
  color: #186575;
  background-color: #cff4fc;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #186575;
  background-color: #badce3;
}
.list-group-item-info.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #186575;
  border-color: #186575;
}
.list-group-item-warning {
  color: #796218;
  background-color: #fff3cd;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #796218;
  background-color: #e6dbb9;
}
.list-group-item-warning.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #796218;
  border-color: #796218;
}
.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #842029;
  background-color: #dfc2c4;
}
.list-group-item-danger.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #842029;
  border-color: #842029;
}
.list-group-item-light {
  color: #757677;
  background-color: #fdfdfd;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #757677;
  background-color: #e4e4e4;
}
.list-group-item-light.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #757677;
  border-color: #757677;
}
.list-group-item-dark {
  color: black;
  background-color: #ccc;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: black;
  background-color: #b8b8b8;
}
.list-group-item-dark.list-group-item-action.active {
  color: #FFFFFF;
  background-color: black;
  border-color: black;
}
.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #202223;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23202223'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center / 1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #202223;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(227, 6, 19, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: 0.25;
}
.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}
.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(32, 34, 35, 0.15);
  border-radius: 0.25rem;
}
.toast:not(.showing):not(.show) {
  opacity: 0;
}
.toast.hide {
  display: none;
}
.toast-container {
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 7.5px;
}
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}
.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(32, 34, 35, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #202223;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #B5B7B4;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #B5B7B4;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}
@media (min-width: 710px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 1000px) {
  .modal-lg, .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1180px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
@media (max-width: 709.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 759.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 999.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1179.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1339.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^="top"] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #202223;
}
.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^="right"] {
  padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #202223;
}
.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^="bottom"] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #202223;
}
.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^="left"] {
  padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #202223;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #FFFFFF;
  text-align: center;
  background-color: #202223;
  border-radius: 0.25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(32, 34, 35, 0.2);
  border-radius: 0.3rem;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(32, 34, 35, 0.25);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #FFFFFF;
}
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(32, 34, 35, 0.25);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #FFFFFF;
}
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(32, 34, 35, 0.25);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #FFFFFF;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(32, 34, 35, 0.25);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #FFFFFF;
}
.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(32, 34, 35, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 1rem 1rem;
  color: #000;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active, .carousel-item-next, .carousel-item-prev {
  display: block;
}
/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start), .active.carousel-item-end {
  transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-end), .active.carousel-item-start {
  transform: translateX(-100%);
}
/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-start, .carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start, .carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start, .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}
.carousel-control-prev, .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #FFFFFF;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev, .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
  color: #FFFFFF;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #FFFFFF;
  text-align: center;
}
.carousel-dark .carousel-control-prev-icon, .carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #202223;
}
.carousel-dark .carousel-caption {
  color: #202223;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .spinner-border, .spinner-grow {
    animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #FFFFFF;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}
.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}
.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(32, 34, 35, 0.2);
  transform: translateX(-100%);
}
.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(32, 34, 35, 0.2);
  transform: translateX(100%);
}
.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(32, 34, 35, 0.2);
  transform: translateY(-100%);
}
.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(32, 34, 35, 0.2);
  transform: translateY(100%);
}
.offcanvas.show {
  transform: none;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.link-primary {
  color: #E30613;
}
.link-primary:hover, .link-primary:focus {
  color: #b6050f;
}
.link-secondary {
  color: #B5B7B4;
}
.link-secondary:hover, .link-secondary:focus {
  color: #c4c5c3;
}
.link-success {
  color: #198754;
}
.link-success:hover, .link-success:focus {
  color: #146c43;
}
.link-info {
  color: #0dcaf0;
}
.link-info:hover, .link-info:focus {
  color: #3dd5f3;
}
.link-warning {
  color: #ffc107;
}
.link-warning:hover, .link-warning:focus {
  color: #ffcd39;
}
.link-danger {
  color: #dc3545;
}
.link-danger:hover, .link-danger:focus {
  color: #b02a37;
}
.link-light {
  color: #f5f5f5;
}
.link-light:hover, .link-light:focus {
  color: #f7f7f7;
}
.link-dark {
  color: #000;
}
.link-dark:hover, .link-dark:focus {
  color: black;
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}
.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}
.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}
.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}
@media (min-width: 710px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 760px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1000px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1180px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1340px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.float-start {
  float: left !important;
}
.float-end {
  float: right !important;
}
.float-none {
  float: none !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(32, 34, 35, 0.15) !important;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(32, 34, 35, 0.075) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(32, 34, 35, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.top-0 {
  top: 0 !important;
}
.top-50 {
  top: 50% !important;
}
.top-100 {
  top: 100% !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.bottom-50 {
  bottom: 50% !important;
}
.bottom-100 {
  bottom: 100% !important;
}
.start-0 {
  left: 0 !important;
}
.start-50 {
  left: 50% !important;
}
.start-100 {
  left: 100% !important;
}
.end-0 {
  right: 0 !important;
}
.end-50 {
  right: 50% !important;
}
.end-100 {
  right: 100% !important;
}
.translate-middle {
  transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
  transform: translateX(-50%) !important;
}
.translate-middle-y {
  transform: translateY(-50%) !important;
}
.border {
  border: 1px solid #B5B7B4 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: 1px solid #B5B7B4 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-end {
  border-right: 1px solid #B5B7B4 !important;
}
.border-end-0 {
  border-right: 0 !important;
}
.border-bottom {
  border-bottom: 1px solid #B5B7B4 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-start {
  border-left: 1px solid #B5B7B4 !important;
}
.border-start-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #E30613 !important;
}
.border-secondary {
  border-color: #B5B7B4 !important;
}
.border-success {
  border-color: #198754 !important;
}
.border-info {
  border-color: #0dcaf0 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f5f5f5 !important;
}
.border-dark {
  border-color: #000 !important;
}
.border-white {
  border-color: #FFFFFF !important;
}
.border-1 {
  border-width: 1px !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-3 {
  border-width: 3px !important;
}
.border-4 {
  border-width: 4px !important;
}
.border-5 {
  border-width: 5px !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.vw-100 {
  width: 100vw !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mh-100 {
  max-height: 100% !important;
}
.vh-100 {
  height: 100vh !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.gap-0 {
  gap: 0 !important;
}
.gap-1 {
  gap: 0.25rem !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.gap-3 {
  gap: 1rem !important;
}
.gap-4 {
  gap: 1.5rem !important;
}
.gap-5 {
  gap: 3rem !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-last {
  order: 6 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.25rem !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.25rem !important;
}
.ps-2 {
  padding-left: 0.5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-5 {
  font-size: 1.25rem !important;
}
.fs-6 {
  font-size: 1rem !important;
}
.fst-italic {
  font-style: italic !important;
}
.fst-normal {
  font-style: normal !important;
}
.fw-light {
  font-weight: 300 !important;
}
.fw-lighter {
  font-weight: 200 !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.fw-bolder {
  font-weight: bolder !important;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-sm {
  line-height: 1.25 !important;
}
.lh-base {
  line-height: 1.5 !important;
}
.lh-lg {
  line-height: 2 !important;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.text-decoration-line-through {
  text-decoration: line-through !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
/* rtl:end:remove */
.text-primary {
  color: #E30613 !important;
}
.text-secondary {
  color: #B5B7B4 !important;
}
.text-success {
  color: #198754 !important;
}
.text-info {
  color: #0dcaf0 !important;
}
.text-warning {
  color: #ffc107 !important;
}
.text-danger {
  color: #dc3545 !important;
}
.text-light {
  color: #f5f5f5 !important;
}
.text-dark {
  color: #000 !important;
}
.text-white {
  color: #FFFFFF !important;
}
.text-body {
  color: #000 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(32, 34, 35, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-reset {
  color: inherit !important;
}
.bg-primary {
  background-color: #E30613 !important;
}
.bg-secondary {
  background-color: #B5B7B4 !important;
}
.bg-success {
  background-color: #198754 !important;
}
.bg-info {
  background-color: #0dcaf0 !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
.bg-light {
  background-color: #f5f5f5 !important;
}
.bg-dark {
  background-color: #000 !important;
}
.bg-body {
  background-color: #FFFFFF !important;
}
.bg-white {
  background-color: #FFFFFF !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}
.user-select-all {
  user-select: all !important;
}
.user-select-auto {
  user-select: auto !important;
}
.user-select-none {
  user-select: none !important;
}
.pe-none {
  pointer-events: none !important;
}
.pe-auto {
  pointer-events: auto !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-1 {
  border-radius: 0.2rem !important;
}
.rounded-2 {
  border-radius: 0.25rem !important;
}
.rounded-3 {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media (min-width: 710px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 760px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1000px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1180px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1340px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
/*
 * Funktionen + Mixins
 */
:root {
  --bs-gutter-x: 30px;
  --color-primary: #E30613;
  --font-size-default-value:  20;
  --font-size-default:        20px;
  --font-size-0:            calc(10 / var(--font-size-default-value) * var(--font-size-default));
  --font-size-1:            calc(14 / var(--font-size-default-value) * var(--font-size-default));
  --font-size-2:            calc(18 / var(--font-size-default-value) * var(--font-size-default));
  --font-size-3:            calc(20 / var(--font-size-default-value) * var(--font-size-default));
  --font-size-4:            calc(22 / var(--font-size-default-value) * var(--font-size-default));
  --font-size-5:            calc(24 / var(--font-size-default-value) * var(--font-size-default));
  --font-size-6:            calc(46 / var(--font-size-default-value) * var(--font-size-default));
  --font-size-h1:           calc(36 / var(--font-size-default-value) * var(--font-size-default));
  --font-size-h2:           calc(36 / var(--font-size-default-value) * var(--font-size-default));
  --font-size-h3:           calc(28 / var(--font-size-default-value) * var(--font-size-default));
  --font-size-btn:          calc(20 / var(--font-size-default-value) * var(--font-size-default));
  --font-size-navi-main:    var(--font-size-4);
  --font-size-navi-footer:  calc(24 / var(--font-size-default-value) * var(--font-size-default));
  --space-default: 20px;
  --space-1: calc(var(--space-default) / 2 );
  --space-2: calc(var(--space-default));
  --space-3: calc(var(--space-default) * 2);
  --space-4: calc(var(--space-default) * 2.6666666);
  --space-5: calc(var(--space-default) * 3.1666666);
  --space-6: calc(var(--space-default) * 4);
  --space-7: calc(var(--space-default) * 0);
  --space-8: calc(var(--space-default) * 0);
  --header-top-height: 135px;
  --logo-width: 100%;
  --logo-margin-top: 20px;
}
.scrolled {
  --logo-width: 140px;
}
@media (min-width: 760px) {
  .scrolled {
    --logo-margin-top: 0;
  }
}
@media (max-width: 1339px) {
  :root {
    --font-size-default:        20px;
    --font-size-btn:          calc(18 / var(--font-size-default-value) * var(--font-size-default));
  }
}
@media (max-width: 1179px) {
  :root {
    --font-size-default:        18px;
    --font-size-h2: 32px;
  }
}
@media (max-width: 999px) {
  :root {
    --space-3: var(--space-default);
    --space-5: calc(var(--space-default)*2);
    --font-size-default:        18px;
    --font-size-h3: 25px;
    --font-size-btn: 18px;
    --font-size-h1-gallery: 60px;
  }
}
@media (max-width: 759px) {
  :root {
    --font-size-default:   18px;
    --space-default: 20px;
    --font-size-1:  14px;
    --space-3: 40px;
    --space-5: 40px;
    --space-6: 40px;
    --font-size-h1: 27px;
    --font-size-h1-subpage: 27px;
    --font-size-h2: 25px;
    --font-size-h3: 20px;
    --font-size-2: 16px;
    --font-size-3: 18px;
    --font-size-4: 20px;
    --font-size-6:  23px;
    --font-size-9: 35px;
    --font-size-tiny:  12px;
    --image-description-font-size: 16px;
    --font-size-h1-gallery: 50px;
    --logo-width: 140px;
    --header-top-height: 80px;
  }
}
@media (max-width: 709px) {
  :root {
    --font-size-default:        18px;
    --font-size-1:  16px;
    --space-default: 15px;
    --font-size-h1: 24px;
    --font-size-h1-subpage: 20px;
    --font-size-h2: 22px;
    --font-size-3: 18px;
    --font-size-4: 20px;
    --font-size-9: 29px;
    --font-size-small: 16px;
    --font-size-tiny:  10px;
    --font-size-h1-gallery: 40px;
    --font-size-label: 16px;
    --space-5: 40px;
    --space-6: 40px;
  }
}
.markutec {
  --color-primary: #1c355e;
  --color-secondary: #008996;
}
.hekuplast {
  --color-primary: #0064a3;
}
/*
 * Import Font Awesome
 */
/*
 * Generelles
 */
/* inter-100 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 100;
  src: url("../Fonts/inter-v13-latin-100.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-200 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 200;
  src: url("../Fonts/inter-v13-latin-200.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  src: url("../Fonts/inter-v13-latin-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("../Fonts/inter-v13-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("../Fonts/inter-v13-latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url("../Fonts/inter-v13-latin-600.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("../Fonts/inter-v13-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-800 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  src: url("../Fonts/inter-v13-latin-800.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-900 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  src: url("../Fonts/inter-v13-latin-900.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
html {
  font-size: var(--font-size-default);
}
body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #000;
  position: relative;
}
html, body {
  height: 100%;
}
header.headline {
  position: relative;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Inter", sans-serif;
  margin-top: 0;
}
.h1-format, h1, .h1, .h2-format, h2, .h2, header h2, header .h2 {
  display: block;
  position: relative;
  font-family: "Inter", sans-serif;
  font-size: var(--font-size-h1);
  font-weight: 600;
  color: #202223;
  line-height: 1.2;
  margin: 0 0 var(--space-2) 0;
}
.h1-format span.subheader, h1 span.subheader, .h1 span.subheader, .h2-format span.subheader, h2 span.subheader, .h2 span.subheader, header h2 span.subheader, header .h2 span.subheader {
  display: block;
  font-weight: 400;
}
.h1-format span.inline, h1 span.inline, .h1 span.inline, .h2-format span.inline, h2 span.inline, .h2 span.inline, header h2 span.inline, header .h2 span.inline {
  font-weight: 400;
}
.h1-format.inline, h1.inline, .inline.h1, .h2-format.inline, h2.inline, .inline.h2, header h2.inline, header .inline.h2 {
  margin: 0 0 calc(var(--space-2)*1.5) 0;
}
.arrow-right {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23999" class="bi bi-chevron-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"/></svg>');
  background-repeat: no-repeat;
  background-position: 95% 50%;
}
.h3-format, h3, .h3, .timeline .item .content-wrapper .headline, .tx-cinjobs.show .wrapper .box-contact h2, .tx-cinjobs.show .wrapper .box-contact .h2 {
  color: #202223;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: var(--font-size-h3);
  line-height: 1.3;
  margin: 0 0 0.5em 0;
}
.h3-format span.subheader, h3 span.subheader, .h3 span.subheader, .timeline .item .content-wrapper .headline span.subheader, .tx-cinjobs.show .wrapper .box-contact h2 span.subheader, .tx-cinjobs.show .wrapper .box-contact .h2 span.subheader {
  display: block;
  font-weight: 400;
}
.h3-format span.inline, h3 span.inline, .h3 span.inline, .timeline .item .content-wrapper .headline span.inline, .tx-cinjobs.show .wrapper .box-contact h2 span.inline, .tx-cinjobs.show .wrapper .box-contact .h2 span.inline {
  font-weight: 400;
}
h1.has-teaser, .has-teaser.h1 {
  margin-bottom: var(--space-1);
}
p {
  font-size: var(--font-size-default);
  line-height: 1.55;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #000;
  margin-bottom: 1.5em;
}
@media (min-width: 760px) {
  .col-md-9 p {
    padding-right: var(--space-3);
  }
}
p:last-child {
  margin-bottom: 0;
}
p.lead {
  font-size: var(--font-size-5);
  font-style: italic;
}
strong, b, table th {
  font-weight: 700;
}
.ce-headline-center {
  text-align: center;
}
a {
  text-decoration: none;
  font-size: var(--font-size-default);
  transition: all 0.25s ease;
}
a:not(.btn) {
  color: var(--color-primary);
}
a:hover {
  color: #202223;
  text-decoration: none;
}
.footnote {
  font-size: var(--font-size-2);
}
.footnote a {
  font-size: var(--font-size-2);
}
ul:not(.nav) {
  list-style: none;
  padding: 0;
}
ul:not(.nav).pagination {
  padding: 0;
}
ul:not([class]) {
  list-style-type: none;
  margin-bottom: 30px;
  width: auto;
}
ul:not([class]):last-child {
  margin-bottom: 0;
}
ul:not([class]) li {
  position: relative;
  padding-left: 1.25em;
  font-size: var(--font-size-default);
  font-weight: 300;
  margin-bottom: 0.5em;
  width: auto;
  text-align: left;
}
#header-content ul:not([class]) li {
  padding-left: 0;
}
ul:not([class]) li:last-child {
  margin-bottom: 0;
}
.frame-type-cinteaser_custom ul:not([class]) li {
  font-weight: 400;
}
ul:not([class]) li a {
  transition: color 0.25s ease;
}
ul:not([class]) li a:hover {
  color: var(--color-primary);
}
ul:not([class]) li:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 0.5em;
  height: 0.5em;
  background-color: var(--color-primary);
}
.frame-layout-50 ul:not([class]) li:before {
  background-image: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23FFFFFF" class="bi bi-circle-fill" viewBox="0 0 16 16"> <circle cx="8" cy="8" r="8"/> </svg>');
}
.markutec ul:not([class]) li:before {
  width: 0.7em;
  height: 0.5em;
  background: #FFF url('data:image/svg+xml,<svg id="Ebene_1" data-name="Ebene 1" xmlns="http://www.w3.org/2000/svg" width="19.69" height="9.72" viewBox="0 0 19.69 9.72">  <polygon points="0 0 13.33 0 19.69 4.99 13.43 9.72 .16 9.72 5.46 4.99 0 0" fill="%23008996" fill-rule="evenodd" stroke-width="0"/></svg>') no-repeat left center;
  background-size: contain;
}
.frame-type-cinteaser_custom ul:not([class]) li:before {
  background-color: #FFFFFF;
}
ul:not([class]) li a {
  color: #000;
}
.markutec * {
  font-family: Arial, sans-serif !important;
}
html {
  font-family: xs;
}
@media (min-width: 710px) and (max-width: 759px) {
  html {
    font-family: sm;
  }
}
@media (min-width: 760px) and (max-width: 999px) {
  html {
    font-family: md;
  }
}
@media (min-width: 1000px) and (max-width: 1179px) {
  html {
    font-family: lg;
  }
}
@media (min-width: 1180px) {
  html {
    font-family: xl;
  }
}
@media (min-width: 1340px) {
  html {
    font-family: xxl;
  }
}
@media (max-width: 709px) {
  .pull-xs-left {
    float: left;
  }
  .pull-xs-right {
    float: right;
  }
}
@media (min-width: 710px) and (max-width: 759px) {
  .pull-sm-left {
    float: left;
  }
  .pull-sm-right {
    float: right;
  }
}
@media (min-width: 760px) and (max-width: 999px) {
  .pull-md-left {
    float: left;
  }
  .pull-md-right {
    float: right;
  }
}
@media (min-width: 1000px) {
  .pull-lg-left {
    float: left;
  }
  .pull-lg-right {
    float: right;
  }
}
.table-row {
  display: table;
  table-layout: fixed;
}
.table-row [class^="col-"] {
  display: table-cell;
  float: none;
}
.row.gutter-big {
  --bs-gutter-x: 50px;
}
@media (min-width: 1180px) {
  .row.gutter-big {
    --bs-gutter-x: 150px;
  }
}
@media (max-width: 709px) {
  .row.gutter-big {
    --bs-gutter-x: 16px;
  }
}
@media (max-width: 999px) {
  .grid-margin-list > [class*="col-"]:nth-child(n+2) {
    margin-top: var(--space-2);
  }
}
.grid-margin-list > .col-2:nth-child(n) {
  margin-top: 0;
}
.grid-margin-list > .col-2:nth-child(n+7) {
  margin-top: var(--space-2);
}
.grid-margin-list > .col-3:nth-child(n) {
  margin-top: 0;
}
.grid-margin-list > .col-3:nth-child(n+5) {
  margin-top: var(--space-2);
}
.grid-margin-list > .col-4:nth-child(n) {
  margin-top: 0;
}
.grid-margin-list > .col-4:nth-child(n+4) {
  margin-top: var(--space-2) -width;
}
.grid-margin-list > .col-6:nth-child(n) {
  margin-top: 0;
}
.grid-margin-list > .col-6:nth-child(n+3) {
  margin-top: var(--space-2);
}
.grid-margin-list > .col-7:nth-child(n) {
  margin-top: 0;
}
.grid-margin-list > .col-8:nth-child(n) {
  margin-top: 0;
}
.grid-margin-list > .col-9:nth-child(n) {
  margin-top: 0;
}
.grid-margin-list > .col-10:nth-child(n) {
  margin-top: 0;
}
.grid-margin-list > .col-11:nth-child(n) {
  margin-top: 0;
}
@media (min-width: 710px) {
  .grid-margin-list > .col-sm-2:nth-child(n) {
    margin-top: 0;
  }
  .grid-margin-list > .col-sm-2:nth-child(n+7) {
    margin-top: var(--space-2);
  }
  .grid-margin-list > .col-sm-3:nth-child(n) {
    margin-top: 0;
  }
  .grid-margin-list > .col-sm-3:nth-child(n+5) {
    margin-top: var(--space-2);
  }
  .grid-margin-list > .col-sm-4:nth-child(n) {
    margin-top: 0;
  }
  .grid-margin-list > .col-sm-4:nth-child(n+4) {
    margin-top: var(--space-2);
  }
  .grid-margin-list > .col-sm-5:nth-child(n) {
    margin-top: 0;
  }
  .grid-margin-list > .col-sm-6:nth-child(n) {
    margin-top: 0;
  }
  .grid-margin-list > .col-sm-6:nth-child(n+3) {
    margin-top: var(--space-2);
  }
  .grid-margin-list > .col-sm-7:nth-child(n) {
    margin-top: 0;
  }
  .grid-margin-list > .col-sm-8:nth-child(n) {
    margin-top: 0;
  }
  .grid-margin-list > .col-sm-9:nth-child(n) {
    margin-top: 0;
  }
  .grid-margin-list > .col-sm-10:nth-child(n) {
    margin-top: 0;
  }
  .grid-margin-list > .col-sm-11:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 760px) {
  .grid-margin-list > .col-md-2:nth-child(n) {
    margin-top: 0;
  }
  .grid-margin-list > .col-md-2:nth-child(n+7) {
    margin-top: var(--space-2);
  }
  .grid-margin-list > .col-md-3:nth-child(n) {
    margin-top: 0;
  }
  .grid-margin-list > .col-md-3:nth-child(n+5) {
    margin-top: var(--space-2);
  }
  .grid-margin-list > .col-md-4:nth-child(n) {
    margin-top: 0;
  }
  .grid-margin-list > .col-md-4:nth-child(n+4) {
    margin-top: var(--space-2);
  }
  .grid-margin-list > .col-md-5:nth-child(n) {
    margin-top: 0;
  }
  .grid-margin-list > .col-md-5:nth-child(n+3) {
    margin-top: var(--space-2);
  }
  .grid-margin-list > .col-md-6:nth-child(n) {
    margin-top: 0;
  }
  .grid-margin-list > .col-md-6:nth-child(n+3) {
    margin-top: var(--space-2);
  }
  .grid-margin-list > .col-md-7:nth-child(n) {
    margin-top: 0;
  }
  .grid-margin-list > .col-md-8:nth-child(n) {
    margin-top: 0;
  }
  .grid-margin-list > .col-md-9:nth-child(n) {
    margin-top: 0;
  }
  .grid-margin-list > .col-md-10:nth-child(n) {
    margin-top: 0;
  }
  .grid-margin-list > .col-md-11:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 1000px) {
  .grid-margin-list > .col-lg-2:nth-child(n) {
    margin-top: 0;
  }
  .grid-margin-list > .col-lg-2:nth-child(n+7) {
    margin-top: var(--space-2);
  }
  .grid-margin-list > .col-lg-3:nth-child(n) {
    margin-top: 0;
  }
  .grid-margin-list > .col-lg-3:nth-child(n+5) {
    margin-top: var(--space-2);
  }
  .grid-margin-list > .col-lg-4:nth-child(n) {
    margin-top: 0;
  }
  .grid-margin-list > .col-lg-4:nth-child(n+4) {
    margin-top: var(--space-2);
  }
  .grid-margin-list > .col-lg-6:nth-child(n) {
    margin-top: 0;
  }
  .grid-margin-list > .col-lg-6:nth-child(n+3) {
    margin-top: var(--space-2);
  }
  .grid-margin-list > .col-lg-8:nth-child(n) {
    margin-top: 0;
  }
  .grid-margin-list > .col-lg-9:nth-child(n) {
    margin-top: 0;
  }
  .grid-margin-list > .col-lg-10:nth-child(n) {
    margin-top: 0;
  }
  .grid-margin-list > .col-lg-11:nth-child(n) {
    margin-top: 0;
  }
  .grid-margin-list > .col-lg-12:nth-child(n) {
    margin-top: var(--space-2);
  }
  .grid-margin-list > .col-lg-12:first-child {
    margin-top: 0;
  }
}
@media (min-width: 1180px) {
  .grid-margin-list > .col-xl-2:nth-child(n) {
    margin-top: 0;
  }
  .grid-margin-list > .col-xl-2:nth-child(n+7) {
    margin-top: var(--space-2);
  }
  .grid-margin-list > .col-xl-3:nth-child(n) {
    margin-top: 0;
  }
  .grid-margin-list > .col-xl-3:nth-child(n+5) {
    margin-top: var(--space-2);
  }
  .grid-margin-list > .col-xl-4:nth-child(n) {
    margin-top: 0;
  }
  .grid-margin-list > .col-xl-4:nth-child(n+4) {
    margin-top: var(--space-2);
  }
  .grid-margin-list > .col-xl-6:nth-child(n) {
    margin-top: 0;
  }
  .grid-margin-list > .col-xl-6:nth-child(n+3) {
    margin-top: var(--space-2);
  }
  .grid-margin-list > .col-xl-8:nth-child(n) {
    margin-top: 0;
  }
  .grid-margin-list > .col-xl-7:nth-child(n) {
    margin-top: 0;
  }
  .grid-margin-list > .col-xl-9:nth-child(n) {
    margin-top: 0;
  }
  .grid-margin-list > .col-xl-10:nth-child(n) {
    margin-top: 0;
  }
  .grid-margin-list > .col-xl-11:nth-child(n) {
    margin-top: 0;
  }
}
[class^="col-"].center {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.img-responsive {
  max-width: 100%;
  height: auto;
}
.img-fluid-width {
  width: 100%;
  height: auto;
}
.img-responsive-width, picture.img-responsive-width img {
  max-width: 100%;
  height: auto;
}
picture.img-responsive img {
  max-width: 100%;
  height: auto;
}
.visible-mobile {
  display: none !important;
}
@media (max-width: 759px) {
  .visible-mobile {
    display: block !important;
  }
}
@media (-ms-high-contrast: none) {
  .img-responsive {
    width: 100%;
  }
  .news-teaser-image-wrap .img-responsive {
    width: auto;
    height: auto;
  }
}
.clearfix {
  display: block !important;
  clear: both !important;
  float: none !important;
}
.grid-row-5 {
  display: grid;
  grid-template-columns: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 40px;
}
@media (min-width: 710px) {
  .grid-row-5 {
    grid-template-columns: 50% 50%;
  }
}
@media (min-width: 1000px) {
  .grid-row-5 {
    grid-template-columns: 33.33% 33.33% 33.33%;
  }
}
@media (min-width: 1180px) {
  .grid-row-5 {
    grid-template-columns: 20% 20% 20% 20% 20%;
  }
}
.grid-row-5 img {
  width: 100%;
}
/* Slider */
.slick-slider {
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
}
.slick-arrow.slick-hidden {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
.ce-textpic .ce-border img {
  border: 1px solid #000;
}
.frame-layout-20 .ce-textpic .ce-border img {
  border: var(--space-2) solid #FFF;
  background-color: #FFF;
}
.ce-textpic .ce-gallery {
  margin-bottom: 0;
}
.ce-textpic .ce-gallery .img-responsive-width, .ce-textpic .ce-gallery picture.img-responsive-width img {
  width: 100%;
  max-width: none;
  height: auto;
}
.frame-layout-20 .ce-textpic .ce-gallery img {
  background-color: #FFF;
}
.ce-textpic .ce-gallery .row {
  margin-bottom: 15px;
}
.ce-textpic .ce-gallery .row:last-child {
  margin-bottom: 0;
}
.ce-textpic .ce-gallery picture {
  vertical-align: text-top;
}
.ce-textpic .ce-gallery img {
  width: 100%;
  height: auto;
}
.ce-textpic .ce-gallery .image {
  position: relative;
  display: inline-block;
}
.ce-textpic .ce-gallery .image .image-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: right;
}
.ce-textpic .ce-gallery .image .image-caption span {
  display: inline-block;
  color: #fff;
  font-size: var(--font-size-1);
  padding: 6px 20px;
  font-weight: 300;
  background: rgba(0, 0, 0, 0.5);
}
.ce-textpic .ce-gallery .ce-media {
  width: 100%;
  overflow: visible;
}
.ce-textpic .ce-gallery .ce-media .row {
  margin: 0;
  margin-bottom: 15px;
}
.ce-textpic .ce-gallery .ce-media .row:last-child {
  margin-bottom: 0;
}
.ce-textpic .ce-gallery figcaption {
  display: block;
  margin-top: 5px;
  font-size: 0.75rem;
}
.ce-textpic.ce-above .ce-gallery figure {
  margin: 0 0 var(--space-2) 0;
}
.ce-textpic.ce-below .ce-gallery {
  margin-top: 15px;
}
.ce-textpic.ce-center .ce-gallery {
  text-align: center;
}
.ce-textpic.ce-center .ce-gallery .ce-outer {
  display: inline-block;
}
@media (max-width: 759px) {
  .frame-layout-box-image-rounded .ce-textpic.ce-center .ce-gallery .ce-outer {
    max-width: 70%;
  }
}
.ce-textpic.ce-above.ce-right .ce-gallery, .ce-textpic.ce-below.ce-right .ce-gallery {
  text-align: right;
}
.ce-textpic.ce-above.ce-right .ce-gallery .ce-column, .ce-textpic.ce-below.ce-right .ce-gallery .ce-column {
  display: inline-block;
}
.ce-textpic.ce-intext.ce-nowrap > .row {
  margin: 0 calc(var(--bs-gutter-x) / 2 * -1);
}
.ce-textpic.ce-intext .ce-gallery figure {
  margin: 0;
}
.ce-textpic.ce-intext .ce-gallery figure figcaption {
  width: 0px;
  min-width: 100%;
}
.ce-textpic.ce-intext .ce-gallery .ce-column {
  margin: 0 0 7.5px 0;
}
.ce-textpic.ce-intext .ce-gallery .ce-column:last-child {
  margin-bottom: 0;
}
@media (max-width: 709px) {
  .ce-textpic.ce-intext .ce-gallery {
    width: 100%;
    float: none;
    margin: 0;
    margin-bottom: 10px;
  }
  .ce-textpic.ce-intext .ce-gallery .col-sm-12 {
    padding: 0;
  }
}
@media (min-width: 710px) {
  .ce-textpic.ce-intext.ce-right .ce-gallery {
    float: right;
    margin: 0 0 15px 15px;
  }
  .ce-textpic.ce-intext.ce-right.ce-nowrap .ce-gallery {
    float: none;
    margin: 0;
    width: 100%;
  }
  .ce-textpic.ce-intext.ce-right.ce-nowrap .ce-gallery figure {
    width: 100%;
    aspect-ratio: 1.3;
  }
  .ce-textpic.ce-intext.ce-right.ce-nowrap .ce-gallery figure img {
    width: 100%;
    height: auto;
  }
  .ce-textpic.ce-intext.ce-left .ce-gallery {
    float: left;
    margin: 0 15px 15px 0;
  }
  .ce-textpic.ce-intext.ce-left.ce-nowrap .ce-gallery {
    float: none;
    margin: 0;
    width: 100%;
  }
}
@media (min-width: 1000px) {
  [class*="col-"] .ce-above .ce-bodytext {
    width: 100%;
  }
}
.frame-space-before-medium {
  margin-top: 0;
}
@media (min-width: 760px) {
  .frame-space-before-medium {
    margin-top: 60px;
  }
}
/*.frame-slideshow {
    .ce-column {
        width: 100% !important;

        figure {
            width: 100%;
        }

        a {
            display: block;
        }

        img {
            width: 100%;
            height: auto;
        }

    }
}*/
main .frame, #content-footer .frame {
  margin-bottom: var(--space-3);
}
@media (min-width: 1000px) {
  main .frame, #content-footer .frame {
    margin-bottom: var(--space-4);
  }
}
main .frame .container .grid-margin-list .frame:last-child, #content-footer .frame .container .grid-margin-list .frame:last-child {
  margin-bottom: 0;
}
main .frame:last-child, #content-footer .frame:last-child {
  margin: 0;
}
main .frame.frame-type-shortcut .frame, #content-footer .frame.frame-type-shortcut .frame {
  margin-bottom: 0;
}
main .frame.frame-type-cinteaser_custom, #content-footer .frame.frame-type-cinteaser_custom {
  margin-bottom: 45px;
}
@media (min-width: 1000px) {
  main .frame.frame-type-cinteaser_custom, #content-footer .frame.frame-type-cinteaser_custom {
    margin-bottom: 100px;
  }
}
@media (min-width: 1340px) {
  main .frame.frame-type-cinteaser_custom, #content-footer .frame.frame-type-cinteaser_custom {
    margin-bottom: 110px;
  }
}
main .frame.frame-type-header, #content-footer .frame.frame-type-header {
  margin-bottom: 45px;
}
@media (max-width: 709px) {
  main .frame.frame-type-header, #content-footer .frame.frame-type-header {
    margin-bottom: 15px;
  }
}
@media (min-width: 760px) {
  main .frame.frame-space-before-buendig, #content-footer .frame.frame-space-before-buendig {
    margin-top: 38px;
  }
}
@media (min-width: 1000px) {
  main .frame.frame-space-before-buendig, #content-footer .frame.frame-space-before-buendig {
    margin-top: 38px;
  }
}
@media (min-width: 1180px) {
  main .frame.frame-space-before-buendig, #content-footer .frame.frame-space-before-buendig {
    margin-top: 55px;
  }
}
@media (min-width: 1000px) {
  main .frame.frame-space-before-extra-small, #content-footer .frame.frame-space-before-extra-small {
    margin-top: 15px;
  }
}
main .frame.frame-space-before-small, #content-footer .frame.frame-space-before-small {
  margin-top: 28.125px;
}
@media (min-width: 760px) {
  main .frame.frame-space-before-small, #content-footer .frame.frame-space-before-small {
    margin-top: 56.25px;
  }
}
main .frame.frame-space-before-medium, #content-footer .frame.frame-space-before-medium {
  margin-top: 46.875px;
}
@media (min-width: 760px) {
  main .frame.frame-space-before-medium, #content-footer .frame.frame-space-before-medium {
    margin-top: 93.75px;
  }
}
@media (min-width: 710px) {
  main .frame.frame-space-before-large, #content-footer .frame.frame-space-before-large {
    margin-top: var(--space-6);
  }
}
@media (min-width: 710px) {
  main .frame.frame-space-before-extra-large, #content-footer .frame.frame-space-before-extra-large {
    margin-top: 120px;
  }
}
@media (min-width: 760px) {
  main .frame.frame-space-after-extra-small, #content-footer .frame.frame-space-after-extra-small {
    margin-bottom: var(--space-1);
  }
}
main .frame.frame-space-after-small, #content-footer .frame.frame-space-after-small {
  margin-bottom: var(--space-1);
}
@media (min-width: 760px) {
  main .frame.frame-space-after-small, #content-footer .frame.frame-space-after-small {
    margin-bottom: var(--space-1);
  }
}
main .frame.frame-space-after-medium, #content-footer .frame.frame-space-after-medium {
  margin-bottom: 22.5px;
}
@media (min-width: 760px) {
  main .frame.frame-space-after-medium, #content-footer .frame.frame-space-after-medium {
    margin-bottom: 37.5px;
  }
}
main .frame.frame-space-after-large, #content-footer .frame.frame-space-after-large {
  margin-bottom: 60px;
}
main .frame.frame-space-after-extra-large, #content-footer .frame.frame-space-after-extra-large {
  margin-bottom: 90px;
}
main .frame.frame-space-after-no-space, #content-footer .frame.frame-space-after-no-space {
  margin-bottom: 0;
}
main > .frame, #content-footer > .frame {
  margin-bottom: var(--space-6);
}
main > .frame.frame-space-after-no-space, #content-footer > .frame.frame-space-after-no-space {
  margin-bottom: 0;
}
main > #content > .frame:last-child {
  margin-bottom: var(--space-3);
}
@media (min-width: 1000px) {
  main > #content > .frame:last-child {
    margin-bottom: var(--space-4);
  }
}
main > #content > .frame:last-child.frame-space-after-no-space {
  margin-bottom: 0;
}
.deselect ::selection {
  background: transparent;
  color: inherit;
}
.deselect ::-moz-selection {
  background: transparent;
  color: inherit;
}
.deselect {
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
							 supported by Chrome and Opera */
}
.text-crop {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-cols-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  column-gap: 15px;
  -moz-column-gap: 15px;
  -webkit-column-gap: 15px;
}
.text-cols-3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  column-gap: 15px;
  -moz-column-gap: 15px;
  -webkit-column-gap: 15px;
}
.page-navigation {
  margin: 45px 0;
  line-height: 0;
}
.page-navigation .pagination-info {
  line-height: 42px;
}
.page-navigation .pagination {
  margin: 0;
}
.page-navigation .pagination > li {
  text-transform: uppercase;
}
.page-navigation .pagination > li > a, .page-navigation .pagination > li > span {
  padding: 4px 7.5px;
  min-width: 42px;
  text-align: center;
  border-width: 2px;
  margin: 0 5px 5px 0;
}
@media (min-width: 710px) {
  .page-navigation .pagination > li > a, .page-navigation .pagination > li > span {
    min-width: 35px;
  }
}
@media (min-width: 760px) {
  .page-navigation .pagination > li > a, .page-navigation .pagination > li > span {
    min-width: 39px;
  }
}
@media (min-width: 1000px) {
  .page-navigation .pagination > li > a, .page-navigation .pagination > li > span {
    min-width: 42px;
  }
}
.page-navigation .pagination > li > a {
  transition: color 300ms, background 300ms;
}
@media (prefers-reduced-motion: reduce) {
  .page-navigation .pagination > li > a {
    transition: none;
  }
}
.box-blue {
  background-color: rgba(181, 183, 180, 0.75);
}
.row {
  /*--bs-gutter-x: 16px;*/
  --bs-gutter-x: var(--space-default);
}
.g-0, .frame-layout-40 > .container > .row {
  --bs-gutter-x: 0;
}
:root {
  --coin-size: 350px;
  --coin-turn-around-time: 10s;
  --coin-shine-width: 60px;
}
.btn {
  font-family: "Inter", sans-serif;
  padding: 0.5em 1.6em;
  font-size: var(--font-size-btn);
  margin: 0;
  color: #FFF;
  border-radius: 0;
}
@media (max-width: 759px) {
  .btn {
    padding: 0.2em 0.6em;
  }
}
.btn.btn-primary {
  color: white;
  transition: background-color 0.4s ease;
  border: none;
  text-transform: none;
  background-color: var(--color-primary);
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="14" height="10" viewBox="0 0 14 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0 5.00002C0 4.86741 0.0526784 4.74024 0.146447 4.64647C0.240215 4.5527 0.367392 4.50002 0.5 4.50002H12.293L9.146 1.35402C9.05211 1.26013 8.99937 1.1328 8.99937 1.00002C8.99937 0.867245 9.05211 0.739908 9.146 0.646021C9.23989 0.552134 9.36722 0.49939 9.5 0.49939C9.63278 0.49939 9.76011 0.552134 9.854 0.646021L13.854 4.64602C13.9006 4.69247 13.9375 4.74764 13.9627 4.80839C13.9879 4.86913 14.0009 4.93425 14.0009 5.00002C14.0009 5.06579 13.9879 5.13091 13.9627 5.19165C13.9375 5.2524 13.9006 5.30758 13.854 5.35402L9.854 9.35402C9.76011 9.44791 9.63278 9.50065 9.5 9.50065C9.36722 9.50065 9.23989 9.44791 9.146 9.35402C9.05211 9.26013 8.99937 9.1328 8.99937 9.00002C8.99937 8.86725 9.05211 8.73991 9.146 8.64602L12.293 5.50002H0.5C0.367392 5.50002 0.240215 5.44734 0.146447 5.35357C0.0526784 5.25981 0 5.13263 0 5.00002Z" fill="white"/></svg>');
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
  background-size: 20px auto;
  padding: 0.5em calc(var(--space-2) + 20px) 0.5em var(--space-2);
}
.btn.btn-primary.invert {
  background-color: #000;
}
.no-touchevents .btn.btn-primary:hover {
  background-color: #B5B7B4;
}
@media (min-width: 1180px) and (max-width: 1339px) {
  .btn.btn-primary {
    background-size: 15px auto;
  }
}
@media (max-width: 759px) {
  .btn.btn-primary {
    padding: 0.2em calc(var(--space-3) + 20px) 0.2em var(--space-2);
  }
}
.btn.btn-primary:after {
  display: block;
  content: "";
}
.btn.btn-primary.no-arrow {
  background-image: none;
  padding: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn.btn-primary.no-arrow:after {
  display: none;
}
.btn.btn-default {
  background-color: #D9D9D9;
  color: #FFFFFF;
  transition: background-color 0.4s ease;
  border: none;
  border-radius: 0;
  font-weight: 600;
}
.btn.btn-default:hover {
  background-color: var(--color-primary);
}
.btn.btn-secondary {
  color: #FFF;
  transition: background-color 0.4s ease;
  background-color: #000;
  border: none;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
}
.no-touchevents .btn.btn-secondary:hover {
  background-color: #000;
  color: white;
}
.btn.btn-outline {
  color: #000;
  padding: var(--space-1) var(--space-2);
  background-color: transparent;
  font-weight: 600;
  border: 1px solid #000;
}
.no-touchevents .btn.btn-outline:hover {
  color: #B5B7B4;
  border-color: #B5B7B4;
}
.btn.btn-inverse {
  color: white;
  border: 2px solid white;
  transition: color 0.3s ease, border-color 0.3s ease 0.12s;
}
.btn.btn-inverse:hover {
  color: #B5B7B4;
  border-color: #B5B7B4;
}
.btn.btn-block {
  display: block;
  /*background-color: $gray-700;*/
  text-align: center;
}
.btn.btn-lg, .btn-group-lg > .btn {
  font-size: var(--font-size-h3);
}
.btn.btn-small {
  font-size: var(--font-size-4);
  color: var(--color-primary);
  padding: 0;
}
.btn.btn-small:hover {
  color: #B5B7B4;
}
.flip {
  padding-left: 30px;
  position: relative;
}
@media (min-width: 760px) {
  .flip {
    padding-left: 40px;
  }
}
.flip:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 100%;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="%23E30613" class="bi bi-book" viewBox="0 0 16 16"> <path d="M1 2.828c.885-.37 2.154-.769 3.388-.893 1.33-.134 2.458.063 3.112.752v9.746c-.935-.53-2.12-.603-3.213-.493-1.18.12-2.37.461-3.287.811V2.828zm7.5-.141c.654-.689 1.782-.886 3.112-.752 1.234.124 2.503.523 3.388.893v9.923c-.918-.35-2.107-.692-3.287-.81-1.094-.111-2.278-.039-3.213.492V2.687zM8 1.783C7.015.936 5.587.81 4.287.94c-1.514.153-3.042.672-3.994 1.105A.5.5 0 0 0 0 2.5v11a.5.5 0 0 0 .707.455c.882-.4 2.303-.881 3.68-1.02 1.409-.142 2.59.087 3.223.877a.5.5 0 0 0 .78 0c.633-.79 1.814-1.019 3.222-.877 1.378.139 2.8.62 3.681 1.02A.5.5 0 0 0 16 13.5v-11a.5.5 0 0 0-.293-.455c-.952-.433-2.48-.952-3.994-1.105C10.413.809 8.985.936 8 1.783"/> </svg>') no-repeat left center;
  background-size: contain;
}
/* grauer Block */
.frame-layout-20 {
  background-color: #f5f5f5;
  padding: var(--space-4) 0;
}
.frame-layout-20 + .frame-layout-20 {
  padding-top: 0;
}
#homepage .frame-layout-20 h2.with-subheader, #homepage .frame-layout-20 .with-subheader.h2 {
  font-size: var(--font-size-h3);
}
#homepage .frame-layout-20 .frame-type-textmedia h3, #homepage .frame-layout-20 .frame-type-textmedia .h3 {
  font-size: var(--font-size-h4);
}
@media (min-width: 1000px) {
  .frame-layout-80 .ce-textpic, .frame-layout-80 .headline {
    width: 100%;
  }
}
.frame-layout-90 {
  padding: var(--space-2);
  background-color: #D9D9D9;
}
@media (min-width: 760px) {
  .frame-layout-90 {
    padding: 0;
    background-color: transparent;
  }
}
/* Logos zentriert und etwas kleiner */
.frame-layout-100 > .container > .row {
  --bs-gutter-x: var(--space-4);
}
.frame-layout-100 > .container > .row .ce-col {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 759px) {
  .frame-layout-100 > .container > .row .ce-col {
    margin: var(--space-1) 0;
  }
}
.box-gray {
  background-color: #f5f5f5;
  padding: var(--space-2);
}
/* rote Box */
.frame-layout-30, .box-red {
  background-color: var(--color-primary);
  color: #FFF;
  padding: var(--space-3) var(--space-2) var(--space-2) var(--space-3);
}
@media (max-width: 1179px) {
  .frame-layout-30, .box-red {
    padding: var(--space-3);
  }
}
.frame-layout-30 *, .box-red * {
  color: #FFF;
}
.frame-layout-30 h3, .frame-layout-30 .h3, .box-red h3, .box-red .h3 {
  font-size: var(--font-size-5);
}
.frame-layout-30 p, .box-red p {
  font-size: var(--font-size-2);
}
/* no Gutter */
@media (max-width: 1179px) {
  .frame-layout-40 > .container > .row {
    flex-direction: column-reverse;
  }
  .frame-layout-40 > .container > .row .col-index-2 {
    margin-top: 0;
  }
}
.frame-layout-40 > .container > .row .frame-layout-30 {
  height: 100%;
}
@media (min-width: 1180px) and (max-width: 1339px) {
  .frame-layout-40 > .container > .row .frame-layout-30 {
    padding: var(--space-3);
  }
}
.frame-layout-40 .order-image {
  background-color: #111;
  display: flex;
  align-items: center;
}
.frame-layout-40 .order-image .tx-kmavideo {
  height: 100%;
}
/* Slider benötigt overflow Hidden */
.frame-layout-60 {
  overflow: hidden;
}
.frame-sticky .ce-gallery {
  position: sticky;
  top: calc(var(--header-top-height) + var(--space-3));
}
.polygon-left {
  position: relative;
}
.polygon-left:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 105px;
  background-color: var(--color-primary);
  opacity: 0.5;
  clip-path: polygon(0 0, 36% 0, 100% 100%, 0% 100%);
  transition: all 0.3s ease;
  z-index: 1;
}
.polygon-right {
  position: relative;
}
.polygon-right:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 105px;
  background-color: var(--color-primary);
  opacity: 0.5;
  clip-path: polygon(60px 0, 100% 0, 100% 100%, 0% 100%);
  transition: all 0.3s ease;
  z-index: 1;
}
.hover-zoom {
  position: relative;
  overflow: hidden;
}
.hover-zoom img {
  transform: scale(1);
  transition: all 0.4s ease;
}
.hover-zoom:hover img {
  transform: scale(1.1);
}
.link-area {
  cursor: pointer;
}
#usercentrics-button .uc-cursor-pointer, .uc-embed .uc-cursor-pointer {
  font-size: 14px !important;
}
@media (max-width: 709px) {
  .frame-layout-110 {
    overflow-wrap: anywhere;
  }
}
@keyframes grow-border {
  0% {
    border-width: 0 0 0;
    left: 50%;
  }
  20% {
    border-width: 0 0 0;
    left: 50%;
  }
  100% {
    border-width: 15px 15px 15px;
  }
  100% .dropdown:hover::after {
    left: calc(50% - (1.5 * 15px));
  }
}
#top #top-navigation {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 760px) and (max-width: 999px) {
  #top #top-navigation {
    margin-top: var(--space-2);
  }
}
@media (max-width: 759px) {
  #top #top-navigation {
    justify-content: space-between;
    margin: 20px 0;
  }
}
#top #top-navigation .language-switch {
  white-space: nowrap;
  display: flex;
  justify-content: flex-end;
  gap: 0;
  height: 30px;
  margin: 0 0 0 var(--space-3);
}
#top #top-navigation .language-switch li {
  height: inherit;
  background-color: #D9D9D9;
  color: #FFF;
  padding: 0px 6px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
  font-size: var(--font-size-2);
  line-height: 1em;
  font-weight: 500;
}
#top #top-navigation .language-switch li.active, #top #top-navigation .language-switch li:hover {
  background-color: var(--color-primary);
}
#top #top-navigation .language-switch li a, #top #top-navigation .language-switch li span {
  color: #FFF;
  font-size: var(--font-size-2);
  line-height: 1em;
  font-weight: 500;
}
#top #top-navigation .language-switch li.text-muted span {
  color: #B5B7B4;
  cursor: not-allowed;
}
#top #top-navigation .nav-item {
  position: relative;
  margin-left: var(--space-2);
  padding: 0 0 0 var(--space-2);
}
#top #top-navigation .nav-item .nav-link {
  font-size: var(--font-size-4);
  font-weight: 500;
  color: #B5B7B4;
  padding: 0;
  transition: all 0.5s ease;
}
#top #top-navigation .nav-item:hover .nav-link, #top #top-navigation .nav-item.active .nav-link {
  color: var(--color-primary);
}
.markutec #top #top-navigation .nav-item:hover .nav-link, .markutec #top #top-navigation .nav-item.active .nav-link {
  color: var(--color-secondary);
}
@media (max-width: 709px) {
  #top #top-navigation .nav-item {
    margin-left: var(--space-1);
    padding: 0 0 0 var(--space-1);
  }
}
#top #top-navigation .nav-item:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 14px;
  display: inline-block;
  content: "";
  border-left: 2px solid var(--color-primary);
}
#top #top-navigation .nav-item:first-child {
  margin-left: 0;
  padding: 0 0 0 0;
}
#top #top-navigation .nav-item:first-child:before {
  display: none;
}
.navigation-wrapper {
  transition: all ease 0.2s;
  --button-finder-width: 300px;
}
@media (min-width: 760px) {
  .navigation-wrapper {
    position: absolute;
    right: 32px;
    top: 0;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 1850px) {
  .scrolled .navigation-wrapper, .no-image .navigation-wrapper {
    right: calc(300px - ((100vw - (1280px - 60px + 30px))/2) + 30px);
    transform: translateX(-20px);
  }
}
@media (min-width: 1180px) and (max-width: 1339px) {
  .scrolled .navigation-wrapper, .no-image .navigation-wrapper {
    right: calc(220px - ((100vw - (1140px - 60px + 30px))/2) + 30px);
  }
}
@media only screen and (max-width: 1315px) {
  .scrolled .navigation-wrapper, .no-image .navigation-wrapper {
    right: var(--space-2);
    transform: translateX(0);
  }
}
@media (min-width: 1000px) and (max-width: 1179px) {
  .scrolled .navigation-wrapper, .no-image .navigation-wrapper {
    right: var(--space-2);
    transform: translateX(0);
  }
}
@media (max-width: 759px) {
  .scrolled .navigation-wrapper, .no-image .navigation-wrapper {
    right: 0;
    transform: translateX(0);
  }
}
@media (min-width: 1000px) and (max-width: 1179px) {
  .navigation-wrapper {
    right: var(--space-2);
    transform: translateX(0);
  }
}
.hekuplast .navigation-wrapper {
  right: var(--space-2);
  transform: translateX(0);
}
.hekuplast .navigation-wrapper #navigation {
  justify-content: flex-end;
}
.language-mobile {
  display: none;
  background: #FFFFFF;
  margin-bottom: 0;
}
@media (max-width: 759px) {
  .language-mobile {
    display: flex;
    justify-content: flex-end;
  }
}
@media (min-width: 760px) {
  .navbar-toggler {
    display: none;
  }
  #navigation {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-family: "Inter", sans-serif;
  }
  #navigation .navbar {
    position: static;
  }
  #navigation .nav {
    flex-wrap: nowrap;
  }
  #navigation .nav.nav-level-1 {
    margin-right: 0;
  }
  #navigation .nav.nav-level-1 > .nav-item {
    padding: 0;
    margin-left: var(--space-3);
  }
  #navigation .nav.nav-level-1 > .nav-item > .nav-link {
    position: relative;
    font-family: "Inter", sans-serif;
    font-size: var(--font-size-navi-main);
    font-weight: 600;
    padding: 0 0;
    color: #000;
    transition: color 400ms ease;
  }
  #navigation .nav.nav-level-1 > .nav-item:hover > .nav-link, #navigation .nav.nav-level-1 > .nav-item.active > .nav-link {
    color: var(--color-primary);
  }
  .markutec #navigation .nav.nav-level-1 > .nav-item:hover > .nav-link, .markutec #navigation .nav.nav-level-1 > .nav-item.active > .nav-link {
    color: var(--color-secondary);
  }
  #navigation .nav.nav-level-1 > .nav-item.dropdown:hover > .nav-link {
    /*&::before {
                position: absolute;
                !*bottom: 3px;*!
                bottom: -14px;
                left: 50%;
                margin-left: -14px;
                content:'';
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 0 14px 12px 14px;
                border-color: transparent transparent $gray-300 transparent;
              }*/
  }
  #navigation .nav.nav-level-1 > .nav-item.dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    z-index: 9999;
  }
  #navigation .nav.nav-level-1 > .nav-item .dropdown-menu.nav-level-2 {
    visibility: hidden;
    display: flex;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    transition: all 0.4s ease;
    transform: translate(-10px);
    position: absolute;
    right: 0;
    margin-top: -3px;
    /* width: 100%; */
    background-color: #D9D9D9;
    border-radius: 0;
    padding: 0;
    border: none;
    /*&#anchormenu {
              .nav-link {
                &.active {
                  color: var(--color-primary);
                  position: relative;

                  &:before {
                    position: absolute;
                    bottom: -12px;
                    left: 50%;
                    margin-left: -14px;
                    content:'';
                    width: 0;
                    height: 0;
                    border-style: solid;
                    border-width: 12px 14px 0 14px;
                    border-color: $gray-300 transparent transparent transparent;
                  }
                }
              }
            }*/
  }
  #navigation .nav.nav-level-1 > .nav-item .dropdown-menu.nav-level-2 > .nav-item {
    padding: 0;
  }
  #navigation .nav.nav-level-1 > .nav-item .dropdown-menu.nav-level-2 > .nav-item:hover {
    background-color: var(--color-primary);
  }
  #navigation .nav.nav-level-1 > .nav-item .dropdown-menu.nav-level-2 > .nav-item > .nav-link {
    font-size: var(--font-size-navi-main);
    color: black;
  }
  #navigation .nav.nav-level-1 > .nav-item .dropdown-menu.nav-level-2 > .nav-item > .nav-link span {
    white-space: nowrap;
  }
  #navigation .nav.nav-level-1 > .nav-item .dropdown-menu.nav-level-2 > .nav-item.active > .nav-link {
    font-weight: 700;
  }
  #navigation .nav.nav-level-1 > .nav-item.open .dropdown-menu.nav-level-2 {
    visibility: visible;
    opacity: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    z-index: 100;
  }
  #navigation .collapse {
    display: block;
  }
  #navigation .nav-item {
    text-align: center;
  }
  .navigation-wrapper .navs {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: var(--header-top-height);
    gap: 15px;
  }
  .navigation-wrapper .navs #navigation {
    align-self: flex-end;
  }
  .navigation-wrapper #navigation .nav.nav-level-1 > .nav-item .dropdown-menu.nav-level-2 {
    background-color: var(--color-primary);
  }
  .navigation-wrapper #navigation .nav.nav-level-1 > .nav-item .dropdown-menu.nav-level-2 > .nav-item > .nav-link {
    color: #FFFFFF;
  }
  .navigation-wrapper .dropdown > ul {
    position: absolute;
    left: 50%;
    transform: translate(-50%, calc((var(--header-top-height) - (var(--font-size-navi-main)*1.5 + var(--font-size-4)*1.5 + 10px)) / 2)) !important;
    width: max-content;
  }
  .navigation-wrapper .nav-item.nav-item-level-2:not(.first)::before {
    content: "";
    display: block;
    margin: auto;
    top: 0;
    background-color: rgba(217, 217, 217, 0.5);
    height: 1px;
    width: calc(100% - 54px);
  }
  .navigation-wrapper li.nav-item-level-1.dropdown:hover::after {
    content: "";
    display: block;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    bottom: calc((var(--header-top-height) - (var(--font-size-navi-main)*1.5 + var(--font-size-4)*1.5 + 10px)) / -2);
    /* Align the spike with the lower border */
    width: 0;
    height: 0;
    border-style: solid;
    animation: grow-border 1s ease forwards;
    /* Apply the animation */
    border-width: 15px 15px 15px;
    /* Adjust the size of the spike */
    border-color: transparent transparent var(--color-primary) transparent;
    /* Red spike */
  }
  .navigation-wrapper li.nav-item-level-1.dropdown:hover::after {
    left: 50%;
    transform: translate(-50%);
  }
  .navigation-wrapper li.nav-item-level-1:not(.dropdown):hover {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 760px) and (min-width: 760px) and (max-width: 999px) {
  #navigation .nav.nav-level-1 > .nav-item .dropdown-menu.nav-level-2 {
    margin-top: -9px;
  }
}
@media (min-width: 760px) and (min-width: 1000px) and (max-width: 1179px) {
  #navigation .nav.nav-level-1 > .nav-item .dropdown-menu.nav-level-2 {
    margin-top: -6px;
  }
}
@media (min-width: 760px) and (min-width: 1180px) and (max-width: 1339px) {
  #navigation .nav.nav-level-1 > .nav-item .dropdown-menu.nav-level-2 {
    margin-top: -5px;
  }
}
/* Ausnahme für MD */
@media (min-width: 760px) and (max-width: 999px) {
  .navigation-wrapper {
    position: static;
    margin-bottom: 0px;
  }
  .has-image .navigation-wrapper {
    padding-left: 0;
  }
  .scrolled .navigation-wrapper {
    transform: translateX(0);
  }
  .navigation-wrapper .navs {
    display: block;
  }
  .navigation-wrapper #navigation {
    margin: 45px 0 0 0;
  }
  .navigation-wrapper #navigation > div {
    width: 100%;
  }
  .navigation-wrapper #navigation .nav-wrapper {
    width: 100%;
  }
  .navigation-wrapper #navigation .nav-wrapper > ul {
    justify-content: space-between;
  }
  .navigation-wrapper #navigation .nav-wrapper .dropdown.first > ul {
    left: 0;
    transform: translate(0, calc((var(--header-top-height) - (var(--font-size-navi-main)*1.5 + var(--font-size-4)*1.5 + 10px)) / 2)) !important;
  }
  .navigation-wrapper #navigation .nav.nav-level-1 > .nav-item {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
.backlink-wrap {
  text-align: right;
  margin-top: -30px;
}
.backlink-wrap .backlink {
  display: inline-block;
  font-weight: 700;
}
.backlink-wrap .backlink i {
  margin: 0 10px 0 0;
}
#content .frame-type-menu_subpages {
  text-align: center;
}
#content .frame-type-menu_subpages ul, #content .frame-type-menu_subpages li {
  width: 100%;
}
@keyframes resize {
  from {
    transform: scale(5);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.navbar {
  padding: 0;
}
.icon-bar {
  width: 60px;
  height: 7px;
  background-color: var(--color-primary);
  display: block;
  transition: all 0.2s;
  margin-top: 9px;
}
.icon-bar:first-child {
  margin-top: 17px;
}
.navbar-toggler {
  border: none;
  background: transparent !important;
  position: absolute;
  top: 10px;
  right: 15px;
  transform: scale(0.73);
  padding: 0;
  z-index: 80;
  border-radius: 0;
  outline: 0 !important;
  color: #FFF;
}
.navbar-toggler.collapsed {
  right: 20px;
}
@media (min-width: 710px) {
  .navbar-toggler.collapsed {
    right: 30px;
  }
}
.navbar-toggler:focus {
  outline: none !important;
}
.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-toggler .middle-bar {
  opacity: 0;
}
.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}
.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}
@media (max-width: 759px) {
  .navbar {
    padding: 0;
    display: block;
  }
  #navigation .tx-cinproducts {
    display: none;
  }
  #navigation li + a {
    display: none;
  }
  #navbarResponsive {
    transition: all ease 0.5s;
  }
  #navbarResponsive .nav {
    flex-direction: column;
    width: 100%;
    border-bottom: 1px solid #FFF;
  }
  #navbarResponsive > .nav-level-1 .nav-item.topmenu-lang {
    background: yellow;
  }
  #navbarResponsive > .nav-level-1 .nav-item.topmenu-item {
    /*background: var(--color-primary)-light;*/
  }
  #navbarResponsive > .nav-level-1 .topmenu-item.delimiter {
    background: #FFFFFF;
    color: var(--color-primary);
    padding: 0 20px;
    padding-top: 20px;
    font-size: 18px;
    font-weight: 700;
  }
  #navbarResponsive > .nav-level-1 > .nav-item {
    position: relative;
    overflow: hidden;
    min-height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #FFF;
    transition: color 0.2s ease, background 0.2s ease;
    background: var(--color-primary);
  }
  #navbarResponsive > .nav-level-1 > .nav-item.active {
    background: #B5B7B4;
  }
  #navbarResponsive > .nav-level-1 > .nav-item:last-child {
    border-bottom: none;
  }
  #navbarResponsive > .nav-level-1 > .nav-item.meta-item {
    background-color: rgba(var(--color-primary), 0.5);
  }
  #navbarResponsive > .nav-level-1 > .nav-item a {
    color: #FFF;
    padding: 0 20px;
    font-size: 18px;
    transition: background 0.3s ease;
  }
  #navbarResponsive > .nav-level-1 > .nav-item a:hover {
    background: var(--color-primary);
    color: white;
  }
  #navbarResponsive > .nav-level-1 > .nav-item.text-muted span {
    font-size: 18px;
    padding: 0 20px;
  }
  #navbarResponsive > .nav-level-1 > .nav-item.language {
    border-top: 1px #FFF solid;
  }
  #navbarResponsive > .nav-level-1 > .nav-item.language .nav-link {
    color: #666;
    background-color: #B5B7B4;
  }
  #navbarResponsive > .nav-level-1 > .nav-item .more {
    display: block;
    position: absolute;
    z-index: 99;
    right: 5px;
    top: 5px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
    color: #FFFFFF;
    transition: all 300ms ease;
    transform-origin: center 18px;
  }
  #navbarResponsive > .nav-level-1 > .nav-item .more::before {
    content: url('data:image/svg+xml;charset=UTF-8, <svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" fill="%23fff" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/> </svg>');
    background-size: 22px 22px;
    width: 22px;
    height: 22px;
  }
  #navbarResponsive > .nav-level-1 > .nav-item .more.submenu-opened {
    transform: rotate(180deg);
    transition: all 300ms ease;
  }
  #navbarResponsive > .nav-level-1 > .nav-item > .nav-level-2 {
    position: relative;
    width: 100%;
    top: auto;
    float: none;
    background: #f5f5f5;
    border-radius: 0;
    border: none;
  }
  #navbarResponsive > .nav-level-1 > .nav-item > .nav-level-2 > .nav-item {
    border-bottom: 1px solid var(--color-primary) -light;
  }
  #navbarResponsive > .nav-level-1 > .nav-item > .nav-level-2 > .nav-item a {
    line-height: 1.5em;
    padding: 10px 20px;
    color: #000;
    transition: all 0.3s ease;
  }
  #navbarResponsive > .nav-level-1 > .nav-item > .nav-level-2 > .nav-item a:hover {
    background-color: var(--color-primary) -light;
    color: #E30613;
  }
  #navbarResponsive > .nav-level-1 > .nav-item > .nav-level-2 > .nav-item.active .nav-link {
    color: #E30613;
    background-color: #f5f5f5;
  }
  #navbarResponsive > .nav-level-1 > .nav-item > .nav-level-2 > .nav-item:last-child {
    border-bottom: none;
  }
}
@media (max-width: 759px) and (max-width: 709px) {
  #navigation {
    margin: 0 -30px;
  }
}
@media (max-width: 759px) and (min-width: 710px) {
  #navbarResponsive .nav {
    margin-bottom: var(--space-3);
  }
}
@media (max-width: 759px) and (prefers-reduced-motion: reduce) {
  #navbarResponsive > .nav-level-1 > .nav-item {
    transition: none;
  }
}
@media (max-width: 759px) and (prefers-reduced-motion: reduce) {
  #navbarResponsive > .nav-level-1 > .nav-item a {
    transition: none;
  }
}
@media (max-width: 759px) {
  #navigation-right {
    margin: 0 -15px;
  }
}
/*
 * Haupt SCSS
 */
#top {
  width: 100%;
  transition: all 0.2s ease;
  background-color: #FFFFFF;
  z-index: 1000;
  position: relative;
}
@media (min-width: 1000px) {
  #top {
    border-bottom: 1px solid #ECECEC;
    width: 100%;
    position: fixed;
    height: var(--header-top-height);
  }
}
#top .container {
  position: relative;
  height: 100%;
}
#top .container > .row {
  height: 100%;
}
#logo {
  margin: 0 0 0 0;
  width: 120px;
  transition: all 0.25s linear;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#logo * {
  width: 100%;
}
#logo a {
  display: block;
}
@media (min-width: 760px) and (max-width: 999px) {
  #logo {
    position: absolute;
    top: 15px;
    left: 30px;
    align-items: flex-start;
    z-index: 11;
  }
}
@media (min-width: 760px) {
  #logo {
    width: 120px;
  }
  .markutec #logo {
    width: 200px;
    top: 35px;
  }
}
@media (min-width: 1000px) {
  #logo {
    width: 180px;
  }
}
@media (min-width: 1180px) {
  #logo {
    width: 185px;
  }
  .hekuplast #logo {
    width: 280px;
  }
  .markutec #logo {
    width: 280px;
  }
}
@media (max-width: 759px) {
  #logo {
    margin: 12px 0 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .markutec #logo {
    margin: 12px 0 35px 0;
  }
}
#logo img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.8s ease;
}
#logo figure {
  margin: 0;
  display: block;
}
html {
  scroll-behavior: smooth !important;
  scroll-padding-top: 250px;
}
@media (min-width: 1000px) {
  main {
    padding-top: var(--header-top-height);
  }
}
#content {
  padding-top: var(--space-5);
}
#content > .frame-layout-20:first-child {
  margin-top: calc(var(--space-5) * -1);
}
@media (max-width: 709px) {
  #content p {
    hyphens: auto !important;
  }
}
#footer {
  /* Menüs  */
  /* Social Media Icons + Kontakt */
  /* Online Shop + Meta-Menü */
}
#footer a, #footer p, #footer li {
  color: #4A4A4A;
  padding: 0;
  font-size: var(--font-size-2);
}
#footer a:hover {
  color: var(--color-primary);
}
#footer .footer-top {
  background-color: #f5f5f5;
}
#footer .footer-top p.header, #footer .footer-top p.header a {
  color: var(--color-primary);
  font-weight: 700;
  font-size: var(--font-size-5);
  margin-bottom: var(--space-2);
}
#footer .footer-top ul {
  display: flex;
  flex-direction: column;
  gap: var(--space-1);
}
#footer .footer-top ul li {
  display: block;
}
#footer .footer-1 {
  padding: calc(var(--space-4) - 0.7rem) 0 var(--space-3) 0;
}
#footer .footer-1 .columns {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: var(--space-3);
}
@media (max-width: 999px) {
  #footer .footer-1 .columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 709px) {
  #footer .footer-1 .columns {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
#footer .footer-2 .columns, #footer .footer-3 .columns {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
  gap: var(--space-2);
}
@media (max-width: 999px) {
  #footer .footer-2 .columns, #footer .footer-3 .columns {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
#footer .footer-2 .columns {
  border-top: 1px solid #D9D9D9;
  padding: var(--space-2) 0;
}
#footer .footer-2 .ce-gallery {
  display: flex;
  flex-direction: row;
  gap: var(--space-2);
}
#footer .footer-2 .ce-gallery .ce-column figure {
  margin: 0;
}
#footer .footer-2 .ce-gallery .ce-column figure a {
  background-color: #FFF;
  border-radius: 50%;
  padding: 15px;
  width: 54px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 759px) {
  #footer .footer-2 .ce-gallery .ce-column figure a {
    padding: 9px;
    width: 40px;
    height: 40px;
  }
}
#footer .footer-2 .ce-gallery .ce-column figure a img {
  transition: all 0.3s ease;
  display: block;
}
#footer .footer-2 .ce-gallery .ce-column figure a:hover img {
  transform: scale(1.1);
}
#footer .footer-2 .column-2 {
  display: flex;
  align-items: center;
}
@media (min-width: 1000px) {
  #footer .footer-2 .column-2 {
    justify-content: flex-end;
  }
}
#footer .footer-2 .tx-kmaaddress .contact-data {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: var(--space-2);
}
@media (max-width: 709px) {
  #footer .footer-2 .tx-kmaaddress .contact-data {
    flex-direction: column;
    align-items: flex-start;
  }
}
#footer .footer-2 .tx-kmaaddress .contact-data a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
}
#footer .footer-2 .tx-kmaaddress .contact-data a.contact {
  border-left: 1px solid #D9D9D9;
  padding-left: var(--space-2);
}
@media (max-width: 709px) {
  #footer .footer-2 .tx-kmaaddress .contact-data a.contact {
    border: none;
    padding: 0;
  }
}
#footer .footer-3 {
  padding: var(--space-2) 0;
}
#footer .footer-3 .columns {
  row-gap: 0;
}
#footer .footer-3 .column-1 li a {
  color: var(--color-primary);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
}
#footer .footer-3 .column-1 li a::after {
  background-size: contain;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" viewBox="0 0 24 25" fill="none">          <path d="M5.30775 21C4.80258 21 4.375 20.825 4.025 20.475C3.675 20.125 3.5 19.6974 3.5 19.1923V5.80775C3.5 5.30258 3.675 4.875 4.025 4.525C4.375 4.175 4.80258 4 5.30775 4H11.6152V5.5H5.30775C5.23075 5.5 5.16025 5.53208 5.09625 5.59625C5.03208 5.66025 5 5.73075 5 5.80775V19.1923C5 19.2692 5.03208 19.3398 5.09625 19.4038C5.16025 19.4679 5.23075 19.5 5.30775 19.5H18.6923C18.7692 19.5 18.8398 19.4679 18.9038 19.4038C18.9679 19.3398 19 19.2692 19 19.1923V12.8848H20.5V19.1923C20.5 19.6974 20.325 20.125 19.975 20.475C19.625 20.825 19.1974 21 18.6923 21H5.30775ZM9.71925 15.8345L8.6655 14.7808L17.9462 5.5H14V4H20.5V10.5H19V6.55375L9.71925 15.8345Z" fill="%23E30613"/></svg>');
  display: inline-block;
  content: "";
  width: 15px;
  height: 15px;
}
.markutec #footer .footer-3 .column-1 li a::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" viewBox="0 0 24 25" fill="none">          <path d="M5.30775 21C4.80258 21 4.375 20.825 4.025 20.475C3.675 20.125 3.5 19.6974 3.5 19.1923V5.80775C3.5 5.30258 3.675 4.875 4.025 4.525C4.375 4.175 4.80258 4 5.30775 4H11.6152V5.5H5.30775C5.23075 5.5 5.16025 5.53208 5.09625 5.59625C5.03208 5.66025 5 5.73075 5 5.80775V19.1923C5 19.2692 5.03208 19.3398 5.09625 19.4038C5.16025 19.4679 5.23075 19.5 5.30775 19.5H18.6923C18.7692 19.5 18.8398 19.4679 18.9038 19.4038C18.9679 19.3398 19 19.2692 19 19.1923V12.8848H20.5V19.1923C20.5 19.6974 20.325 20.125 19.975 20.475C19.625 20.825 19.1974 21 18.6923 21H5.30775ZM9.71925 15.8345L8.6655 14.7808L17.9462 5.5H14V4H20.5V10.5H19V6.55375L9.71925 15.8345Z" fill="%231c355e"/></svg>');
}
.hekuplast #footer .footer-3 .column-1 li a::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" viewBox="0 0 24 25" fill="none">          <path d="M5.30775 21C4.80258 21 4.375 20.825 4.025 20.475C3.675 20.125 3.5 19.6974 3.5 19.1923V5.80775C3.5 5.30258 3.675 4.875 4.025 4.525C4.375 4.175 4.80258 4 5.30775 4H11.6152V5.5H5.30775C5.23075 5.5 5.16025 5.53208 5.09625 5.59625C5.03208 5.66025 5 5.73075 5 5.80775V19.1923C5 19.2692 5.03208 19.3398 5.09625 19.4038C5.16025 19.4679 5.23075 19.5 5.30775 19.5H18.6923C18.7692 19.5 18.8398 19.4679 18.9038 19.4038C18.9679 19.3398 19 19.2692 19 19.1923V12.8848H20.5V19.1923C20.5 19.6974 20.325 20.125 19.975 20.475C19.625 20.825 19.1974 21 18.6923 21H5.30775ZM9.71925 15.8345L8.6655 14.7808L17.9462 5.5H14V4H20.5V10.5H19V6.55375L9.71925 15.8345Z" fill="%230064a3"/></svg>');
}
#footer .footer-3 .column-2 ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--space-2);
}
@media (min-width: 1000px) {
  #footer .footer-3 .column-2 ul {
    justify-content: flex-end;
  }
}
/*
 * Extensions
 */
.image-container {
  position: relative;
  padding: var(--space-3) 0;
}
.image-container .image {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.image-container .image .frame {
  width: 100%;
  height: 100%;
}
.image-container .image .backgroundimage {
  width: 100%;
  height: 100%;
}
.image-container .image .backgroundimage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.image-container .container {
  display: flex;
  justify-content: flex-end;
}
.image-container .container .content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: var(--space-3);
  background-color: rgba(0, 0, 0, 0.8);
  color: #FFF;
}
@media (min-width: 1180px) {
  .image-container .container .content {
    width: 66.6666%;
  }
}
.image-container .container .content fieldset {
  background: none;
}
.image-container .container .content h2, .image-container .container .content .h2, .image-container .container .content h3, .image-container .container .content .h3 {
  color: #FFF;
  margin: 0 0 0.6em 0;
}
.image-container .powermail_textarea {
  box-sizing: border-box;
  height: 110px;
}
.frame-type-ce_columns2 .row {
  --bs-gutter-x: var(--space-3);
}
.frame-type-ce_columns2.frame-layout-70 .row {
  --bs-gutter-x: var(--space-2);
}
#homepage .fancybox-bg {
  background-color: #FFF;
}
#homepage .fancybox-button--close {
  background-color: #000;
  color: #FFF;
  border-radius: 50%;
  margin: 20px;
}
.fancybox-content {
  max-height: 80vh !important;
  background-color: #FFF !important;
}
.fancybox-image {
  transform: scale(0.95);
}
@media (min-width: 1180px) {
  .address-item .address-data {
    display: flex;
    justify-content: flex-start;
    gap: var(--space-4);
  }
}
.address-item .address-data .email a {
  text-decoration: underline;
}
.address-item p {
  margin: 0 0 0 0;
}
.teaser-list .portlet-image-text-left {
  --tab-width: 75px;
}
.teaser-list .portlet-image-text-left .teaser-image {
  aspect-ratio: 1.4938650307;
  position: relative;
}
.teaser-list .portlet-image-text-left .teaser-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.teaser-list .portlet-image-text-left .teaser-image .teaser-content {
  max-width: 80%;
  width: auto;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--color-primary);
  padding: 0;
  z-index: 1;
  min-height: 0;
  transition: all 1.2s;
  gap: 0;
  display: flex;
  justify-content: flex-start;
}
.teaser-list .portlet-image-text-left .teaser-image .teaser-content * {
  color: #FFF;
}
.teaser-list .portlet-image-text-left .teaser-image .teaser-content a, .teaser-list .portlet-image-text-left .teaser-image .teaser-content p {
  font-size: var(--font-size-2);
  text-transform: none;
}
.teaser-list .portlet-image-text-left .teaser-image .teaser-content .teaser-title {
  height: 100%;
  width: var(--tab-width);
  position: relative;
  flex: 0 0 var(--tab-width);
}
.teaser-list .portlet-image-text-left .teaser-image .teaser-content .teaser-title h3, .teaser-list .portlet-image-text-left .teaser-image .teaser-content .teaser-title .h3 {
  position: absolute;
  left: 0;
  top: 50%;
  text-align: center;
  transform: rotate(-90deg) translateX(-50%);
  height: var(--tab-width);
  transform-origin: 0 0;
  margin: 0;
  white-space: nowrap;
  line-height: var(--tab-width);
  font-size: var(--font-size-5);
}
@media (min-width: 1180px) and (max-width: 1339px) {
  .teaser-list .portlet-image-text-left .teaser-image .teaser-content .teaser-title h3, .teaser-list .portlet-image-text-left .teaser-image .teaser-content .teaser-title .h3 {
    font-size: calc(var(--font-size-5) - 2px);
  }
}
.teaser-list .portlet-image-text-left .teaser-image .teaser-content .description {
  flex-grow: 1;
  overflow: hidden;
  max-width: 0;
  transition: all 0.7s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.teaser-list .portlet-image-text-left .teaser-image .teaser-content .description > div {
  width: 1000px;
  min-width: 100%;
  padding: 0 var(--space-2);
  opacity: 0;
  transition: all 0.2s ease;
}
@media (min-width: 1180px) and (max-width: 1339px) {
  .teaser-list .portlet-image-text-left .teaser-image .teaser-content .description .btn {
    padding: 0.5em;
  }
}
@media (min-width: 760px) and (max-width: 999px) {
  .teaser-list .portlet-image-text-left .teaser-image .teaser-content .description .btn {
    font-size: var(--font-size-1);
  }
}
.teaser-list .portlet-image-text-left .teaser-image .teaser-content:after {
  position: absolute;
  content: "";
  right: -69px;
  top: 0;
  width: 70px;
  height: 100%;
  clip-path: polygon(0 0%, 50% 0, 100% 100%, 0% 100%);
  background-color: var(--color-primary);
  opacity: 0.5;
  transition: all 0.5s ease;
}
.teaser-list .portlet-image-text-left .teaser-image:hover .teaser-content .description {
  max-width: 550px;
}
.teaser-list .portlet-image-text-left .teaser-image:hover .teaser-content .description > div {
  opacity: 1;
  transition: all 0.3s ease;
  transition-delay: 0.3s;
}
.teaser-list .portlet-image-text .teaser-image {
  aspect-ratio: 1.1277108434;
  position: relative;
}
.teaser-list .portlet-image-text .teaser-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.teaser-list .portlet-image-text .teaser-image .teaser-content {
  width: 66.66666%;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: var(--color-primary);
  padding: var(--space-2) var(--space-2);
  display: flex;
  align-items: flex-end;
  min-height: 0;
  transition: all 1.2s;
}
@media (min-width: 710px) {
  .teaser-list .portlet-image-text .teaser-image .teaser-content {
    padding: var(--space-3);
  }
}
@media (min-width: 760px) {
  .teaser-list .portlet-image-text .teaser-image .teaser-content {
    padding: var(--space-1) var(--space-2);
  }
}
.teaser-list .portlet-image-text .teaser-image .teaser-content:before {
  position: absolute;
  content: "";
  left: -31px;
  top: 0;
  width: 32px;
  height: 100%;
  clip-path: polygon(50% 0%, 100% 0, 100% 100%, 0% 100%);
  background-color: var(--color-primary);
  opacity: 0.5;
  transition: all 0.5s ease;
}
.teaser-list .portlet-image-text .teaser-image .teaser-content * {
  color: #FFF;
}
.teaser-list .portlet-image-text .teaser-image .teaser-content a, .teaser-list .portlet-image-text .teaser-image .teaser-content p {
  font-size: var(--font-size-2);
  text-transform: none;
}
.teaser-list .portlet-image-text .teaser-image .teaser-content h3, .teaser-list .portlet-image-text .teaser-image .teaser-content .h3 {
  margin-bottom: 0;
  font-size: var(--font-size-5);
}
.teaser-list .portlet-image-text .teaser-image .teaser-content .description {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.7s;
}
.teaser-list .portlet-image-text .teaser-image .teaser-content .description p {
  margin-top: var(--space-1);
}
.teaser-list .portlet-image-text:hover .teaser-content {
  transition: all 0.4s;
  min-height: 100%;
}
.teaser-list .portlet-image-text:hover .teaser-content:before {
  width: 84px;
  left: -83px;
  clip-path: polygon(60% 0%, 100% 0, 100% 100%, 0% 100%);
}
.teaser-list .portlet-image-text:hover .teaser-content .description {
  max-height: 400px;
  transition: max-height 0.7s;
}
.teaser-list.portletJobs .teaser-box {
  position: relative;
  background-color: #f5f5f5;
  margin-top: var(--space-2);
  padding: 0;
}
.teaser-list.portletJobs .teaser-box:first-child {
  margin-top: 0;
}
.teaser-list.portletJobs .teaser-box .column-more {
  display: flex;
  justify-content: flex-end;
  align-items: end;
}
.teaser-list.portletJobs .teaser-box .image {
  height: 100%;
  background-color: #B5B7B4;
}
.teaser-list.portletJobs .teaser-box .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.teaser-list.portletJobs .teaser-box .content {
  padding: var(--space-2);
}
.teaser-list.portletJobs .teaser-box h3, .teaser-list.portletJobs .teaser-box .h3 {
  font-weight: 500;
  margin: 0;
}
.teaser-list.portletJobs .teaser-box h3 span, .teaser-list.portletJobs .teaser-box .h3 span {
  margin-top: 5px;
  font-size: var(--font-size-3);
}
/*!
 * jquery-confirm v3.3.4 (http://craftpip.github.io/jquery-confirm/)
 * Author: boniface pereira
 * Website: www.craftpip.com
 * Contact: hey@craftpip.com
 *
 * Copyright 2013-2019 jquery-confirm
 * Licensed under MIT (https://github.com/craftpip/jquery-confirm/blob/master/LICENSE)
 */
@-webkit-keyframes jconfirm-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes jconfirm-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
body[class*=jconfirm-no-scroll-] {
  overflow: hidden !important;
}
.jconfirm {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999;
  font-family: inherit;
  overflow: hidden;
}
.jconfirm .jconfirm-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.jconfirm .jconfirm-bg.jconfirm-bg-h {
  opacity: 0 !important;
}
.jconfirm .jconfirm-scrollpane {
  -webkit-perspective: 500px;
  perspective: 500px;
  -webkit-perspective-origin: center;
  perspective-origin: center;
  display: table;
  width: 100%;
  height: 100%;
}
.jconfirm .jconfirm-row {
  display: table-row;
  width: 100%;
}
.jconfirm .jconfirm-cell {
  display: table-cell;
  vertical-align: middle;
}
.jconfirm .jconfirm-holder {
  max-height: 100%;
  padding: 50px 0;
}
.jconfirm .jconfirm-box-container {
  -webkit-transition: -webkit-transform;
  transition: -webkit-transform;
  transition: transform;
  transition: transform, -webkit-transform;
}
.jconfirm .jconfirm-box-container.jconfirm-no-transition {
  -webkit-transition: none !important;
  transition: none !important;
}
.jconfirm .jconfirm-box {
  background: white;
  border-radius: 4px;
  position: relative;
  outline: 0;
  padding: 15px 15px 0;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
@-webkit-keyframes type-blue {
  1%, 100% {
    border-color: #3498db;
  }
  50% {
    border-color: #5faee3;
  }
}
@keyframes type-blue {
  1%, 100% {
    border-color: #3498db;
  }
  50% {
    border-color: #5faee3;
  }
}
@-webkit-keyframes type-green {
  1%, 100% {
    border-color: #2ecc71;
  }
  50% {
    border-color: #54d98c;
  }
}
@keyframes type-green {
  1%, 100% {
    border-color: #2ecc71;
  }
  50% {
    border-color: #54d98c;
  }
}
@-webkit-keyframes type-red {
  1%, 100% {
    border-color: #e74c3c;
  }
  50% {
    border-color: #ed7669;
  }
}
@keyframes type-red {
  1%, 100% {
    border-color: #e74c3c;
  }
  50% {
    border-color: #ed7669;
  }
}
@-webkit-keyframes type-orange {
  1%, 100% {
    border-color: #f1c40f;
  }
  50% {
    border-color: #f4d03f;
  }
}
@keyframes type-orange {
  1%, 100% {
    border-color: #f1c40f;
  }
  50% {
    border-color: #f4d03f;
  }
}
@-webkit-keyframes type-purple {
  1%, 100% {
    border-color: #9b59b6;
  }
  50% {
    border-color: #b07cc6;
  }
}
@keyframes type-purple {
  1%, 100% {
    border-color: #9b59b6;
  }
  50% {
    border-color: #b07cc6;
  }
}
@-webkit-keyframes type-dark {
  1%, 100% {
    border-color: #34495e;
  }
  50% {
    border-color: #46627f;
  }
}
@keyframes type-dark {
  1%, 100% {
    border-color: #34495e;
  }
  50% {
    border-color: #46627f;
  }
}
.jconfirm .jconfirm-box.jconfirm-type-animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.jconfirm .jconfirm-box.jconfirm-type-blue {
  border-top: solid 7px #3498db;
  -webkit-animation-name: type-blue;
  animation-name: type-blue;
}
.jconfirm .jconfirm-box.jconfirm-type-green {
  border-top: solid 7px #2ecc71;
  -webkit-animation-name: type-green;
  animation-name: type-green;
}
.jconfirm .jconfirm-box.jconfirm-type-red {
  border-top: solid 7px #e74c3c;
  -webkit-animation-name: type-red;
  animation-name: type-red;
}
.jconfirm .jconfirm-box.jconfirm-type-orange {
  border-top: solid 7px #f1c40f;
  -webkit-animation-name: type-orange;
  animation-name: type-orange;
}
.jconfirm .jconfirm-box.jconfirm-type-purple {
  border-top: solid 7px #9b59b6;
  -webkit-animation-name: type-purple;
  animation-name: type-purple;
}
.jconfirm .jconfirm-box.jconfirm-type-dark {
  border-top: solid 7px #34495e;
  -webkit-animation-name: type-dark;
  animation-name: type-dark;
}
.jconfirm .jconfirm-box.loading {
  height: 120px;
}
.jconfirm .jconfirm-box.loading:before {
  content: "";
  position: absolute;
  left: 0;
  background: white;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 10px;
  z-index: 1;
}
.jconfirm .jconfirm-box.loading:after {
  opacity: 0.6;
  content: "";
  height: 30px;
  width: 30px;
  border: solid 3px transparent;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  border-radius: 50%;
  -webkit-animation: jconfirm-spin 1s infinite linear;
  animation: jconfirm-spin 1s infinite linear;
  border-bottom-color: dodgerblue;
  top: 50%;
  margin-top: -15px;
  z-index: 2;
}
.jconfirm .jconfirm-box div.jconfirm-closeIcon {
  height: 20px;
  width: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  opacity: 0.6;
  text-align: center;
  font-size: 27px !important;
  line-height: 14px !important;
  display: none;
  z-index: 1;
}
.jconfirm .jconfirm-box div.jconfirm-closeIcon:empty {
  display: none;
}
.jconfirm .jconfirm-box div.jconfirm-closeIcon .fa {
  font-size: 16px;
}
.jconfirm .jconfirm-box div.jconfirm-closeIcon .glyphicon {
  font-size: 16px;
}
.jconfirm .jconfirm-box div.jconfirm-closeIcon .zmdi {
  font-size: 16px;
}
.jconfirm .jconfirm-box div.jconfirm-closeIcon:hover {
  opacity: 1;
}
.jconfirm .jconfirm-box div.jconfirm-title-c {
  display: block;
  font-size: 22px;
  line-height: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  padding-bottom: 15px;
}
.jconfirm .jconfirm-box div.jconfirm-title-c.jconfirm-hand {
  cursor: move;
}
.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
  font-size: inherit;
  display: inline-block;
  vertical-align: middle;
}
.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c i {
  vertical-align: middle;
}
.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c:empty {
  display: none;
}
.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: inherit;
  font-family: inherit;
  display: inline-block;
  vertical-align: middle;
}
.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title:empty {
  display: none;
}
.jconfirm .jconfirm-box div.jconfirm-content-pane {
  margin-bottom: 15px;
  height: auto;
  -webkit-transition: height 0.4s ease-in;
  transition: height 0.4s ease-in;
  display: inline-block;
  width: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}
.jconfirm .jconfirm-box div.jconfirm-content-pane.no-scroll {
  overflow-y: hidden;
}
.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar {
  width: 3px;
}
.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar-thumb {
  background: #666;
  border-radius: 3px;
}
.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content {
  overflow: auto;
}
.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content img {
  max-width: 100%;
  height: auto;
}
.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content:empty {
  display: none;
}
.jconfirm .jconfirm-box .jconfirm-buttons {
  padding-bottom: 11px;
}
.jconfirm .jconfirm-box .jconfirm-buttons > button {
  margin-bottom: 4px;
  margin-left: 2px;
  margin-right: 2px;
}
.jconfirm .jconfirm-box .jconfirm-buttons button {
  display: inline-block;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 4px;
  min-height: 1em;
  -webkit-transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease;
  transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease;
  -webkit-tap-highlight-color: transparent;
  border: 0;
  background-image: none;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue {
  background-color: #3498db;
  color: #FFF;
  text-shadow: none;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue:hover {
  background-color: #2980b9;
  color: #FFF;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-green {
  background-color: #2ecc71;
  color: #FFF;
  text-shadow: none;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-green:hover {
  background-color: #27ae60;
  color: #FFF;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-red {
  background-color: #e74c3c;
  color: #FFF;
  text-shadow: none;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-red:hover {
  background-color: #c0392b;
  color: #FFF;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-orange {
  background-color: #f1c40f;
  color: #FFF;
  text-shadow: none;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-orange:hover {
  background-color: #f39c12;
  color: #FFF;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default {
  background-color: #ecf0f1;
  color: #000;
  text-shadow: none;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default:hover {
  background-color: #bdc3c7;
  color: #000;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-purple {
  background-color: #9b59b6;
  color: #FFF;
  text-shadow: none;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-purple:hover {
  background-color: #8e44ad;
  color: #FFF;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-dark {
  background-color: #34495e;
  color: #FFF;
  text-shadow: none;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-dark:hover {
  background-color: #2c3e50;
  color: #FFF;
}
.jconfirm .jconfirm-box.jconfirm-type-red .jconfirm-title-c .jconfirm-icon-c {
  color: #e74c3c !important;
}
.jconfirm .jconfirm-box.jconfirm-type-blue .jconfirm-title-c .jconfirm-icon-c {
  color: #3498db !important;
}
.jconfirm .jconfirm-box.jconfirm-type-green .jconfirm-title-c .jconfirm-icon-c {
  color: #2ecc71 !important;
}
.jconfirm .jconfirm-box.jconfirm-type-purple .jconfirm-title-c .jconfirm-icon-c {
  color: #9b59b6 !important;
}
.jconfirm .jconfirm-box.jconfirm-type-orange .jconfirm-title-c .jconfirm-icon-c {
  color: #f1c40f !important;
}
.jconfirm .jconfirm-box.jconfirm-type-dark .jconfirm-title-c .jconfirm-icon-c {
  color: #34495e !important;
}
.jconfirm .jconfirm-clear {
  clear: both;
}
.jconfirm.jconfirm-rtl {
  direction: rtl;
}
.jconfirm.jconfirm-rtl div.jconfirm-closeIcon {
  left: 5px;
  right: auto;
}
.jconfirm.jconfirm-white .jconfirm-bg, .jconfirm.jconfirm-light .jconfirm-bg {
  background-color: #444;
  opacity: 0.2;
}
.jconfirm.jconfirm-white .jconfirm-box, .jconfirm.jconfirm-light .jconfirm-box {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.jconfirm.jconfirm-white .jconfirm-box .jconfirm-title-c .jconfirm-icon-c, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
  margin-right: 8px;
  margin-left: 0;
}
.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons {
  float: right;
}
.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  text-shadow: none;
}
.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #333;
}
.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default:hover, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default:hover {
  background: #ddd;
}
.jconfirm.jconfirm-white.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c, .jconfirm.jconfirm-light.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
  margin-left: 8px;
  margin-right: 0;
}
.jconfirm.jconfirm-black .jconfirm-bg, .jconfirm.jconfirm-dark .jconfirm-bg {
  background-color: darkslategray;
  opacity: 0.4;
}
.jconfirm.jconfirm-black .jconfirm-box, .jconfirm.jconfirm-dark .jconfirm-box {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  background: #444;
  border-radius: 5px;
  color: white;
}
.jconfirm.jconfirm-black .jconfirm-box .jconfirm-title-c .jconfirm-icon-c, .jconfirm.jconfirm-dark .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
  margin-right: 8px;
  margin-left: 0;
}
.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons, .jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons {
  float: right;
}
.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button, .jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button {
  border: 0;
  background-image: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  text-shadow: none;
  -webkit-transition: background 0.1s;
  transition: background 0.1s;
  color: white;
}
.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button.btn-default, .jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button.btn-default {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  background: 0;
}
.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button.btn-default:hover, .jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button.btn-default:hover {
  background: #666;
}
.jconfirm.jconfirm-black.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c, .jconfirm.jconfirm-dark.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
  margin-left: 8px;
  margin-right: 0;
}
.jconfirm .jconfirm-box.hilight.jconfirm-hilight-shake {
  -webkit-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.jconfirm .jconfirm-box.hilight.jconfirm-hilight-glow {
  -webkit-animation: glow 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  animation: glow 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@-webkit-keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-2px, 0, 0);
    transform: translate3d(-2px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-8px, 0, 0);
    transform: translate3d(-8px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(8px, 0, 0);
    transform: translate3d(8px, 0, 0);
  }
}
@keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-2px, 0, 0);
    transform: translate3d(-2px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-8px, 0, 0);
    transform: translate3d(-8px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(8px, 0, 0);
    transform: translate3d(8px, 0, 0);
  }
}
@-webkit-keyframes glow {
  0%, 100% {
    -webkit-box-shadow: 0 0 0 red;
    box-shadow: 0 0 0 red;
  }
  50% {
    -webkit-box-shadow: 0 0 30px red;
    box-shadow: 0 0 30px red;
  }
}
@keyframes glow {
  0%, 100% {
    -webkit-box-shadow: 0 0 0 red;
    box-shadow: 0 0 0 red;
  }
  50% {
    -webkit-box-shadow: 0 0 30px red;
    box-shadow: 0 0 30px red;
  }
}
.jconfirm {
  -webkit-perspective: 400px;
  perspective: 400px;
}
.jconfirm .jconfirm-box {
  opacity: 1;
  -webkit-transition-property: all;
  transition-property: all;
}
.jconfirm .jconfirm-box.jconfirm-animation-top, .jconfirm .jconfirm-box.jconfirm-animation-left, .jconfirm .jconfirm-box.jconfirm-animation-right, .jconfirm .jconfirm-box.jconfirm-animation-bottom, .jconfirm .jconfirm-box.jconfirm-animation-opacity, .jconfirm .jconfirm-box.jconfirm-animation-zoom, .jconfirm .jconfirm-box.jconfirm-animation-scale, .jconfirm .jconfirm-box.jconfirm-animation-none, .jconfirm .jconfirm-box.jconfirm-animation-rotate, .jconfirm .jconfirm-box.jconfirm-animation-rotatex, .jconfirm .jconfirm-box.jconfirm-animation-rotatey, .jconfirm .jconfirm-box.jconfirm-animation-scaley, .jconfirm .jconfirm-box.jconfirm-animation-scalex {
  opacity: 0;
}
.jconfirm .jconfirm-box.jconfirm-animation-rotate {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.jconfirm .jconfirm-box.jconfirm-animation-rotatex {
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.jconfirm .jconfirm-box.jconfirm-animation-rotatexr {
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.jconfirm .jconfirm-box.jconfirm-animation-rotatey {
  -webkit-transform: rotatey(90deg);
  transform: rotatey(90deg);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.jconfirm .jconfirm-box.jconfirm-animation-rotateyr {
  -webkit-transform: rotatey(-90deg);
  transform: rotatey(-90deg);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.jconfirm .jconfirm-box.jconfirm-animation-scaley {
  -webkit-transform: scaley(1.5);
  transform: scaley(1.5);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.jconfirm .jconfirm-box.jconfirm-animation-scalex {
  -webkit-transform: scalex(1.5);
  transform: scalex(1.5);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.jconfirm .jconfirm-box.jconfirm-animation-top {
  -webkit-transform: translate(0px, -100px);
  transform: translate(0px, -100px);
}
.jconfirm .jconfirm-box.jconfirm-animation-left {
  -webkit-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}
.jconfirm .jconfirm-box.jconfirm-animation-right {
  -webkit-transform: translate(100px, 0px);
  transform: translate(100px, 0px);
}
.jconfirm .jconfirm-box.jconfirm-animation-bottom {
  -webkit-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}
.jconfirm .jconfirm-box.jconfirm-animation-zoom {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.jconfirm .jconfirm-box.jconfirm-animation-scale {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
.jconfirm .jconfirm-box.jconfirm-animation-none {
  visibility: hidden;
}
.jconfirm.jconfirm-supervan .jconfirm-bg {
  background-color: rgba(54, 70, 93, 0.95);
}
.jconfirm.jconfirm-supervan .jconfirm-box {
  background-color: transparent;
}
.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-blue {
  border: 0;
}
.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-green {
  border: 0;
}
.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-red {
  border: 0;
}
.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-orange {
  border: 0;
}
.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-purple {
  border: 0;
}
.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-dark {
  border: 0;
}
.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-closeIcon {
  color: white;
}
.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c {
  text-align: center;
  color: white;
  font-size: 28px;
  font-weight: normal;
}
.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c > * {
  padding-bottom: 25px;
}
.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
  margin-right: 8px;
  margin-left: 0;
}
.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-content-pane {
  margin-bottom: 25px;
}
.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-content {
  text-align: center;
  color: white;
}
.jconfirm.jconfirm-supervan .jconfirm-box .jconfirm-buttons {
  text-align: center;
}
.jconfirm.jconfirm-supervan .jconfirm-box .jconfirm-buttons button {
  font-size: 16px;
  border-radius: 2px;
  background: #303f53;
  text-shadow: none;
  border: 0;
  color: white;
  padding: 10px;
  min-width: 100px;
}
.jconfirm.jconfirm-supervan.jconfirm-rtl .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
  margin-left: 8px;
  margin-right: 0;
}
.jconfirm.jconfirm-material .jconfirm-bg {
  background-color: rgba(0, 0, 0, 0.67);
}
.jconfirm.jconfirm-material .jconfirm-box {
  background-color: white;
  -webkit-box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
  padding: 30px 25px 10px 25px;
}
.jconfirm.jconfirm-material .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
  margin-right: 8px;
  margin-left: 0;
}
.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-closeIcon {
  color: rgba(0, 0, 0, 0.87);
}
.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-title-c {
  color: rgba(0, 0, 0, 0.87);
  font-size: 22px;
  font-weight: bold;
}
.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-content {
  color: rgba(0, 0, 0, 0.87);
}
.jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons {
  text-align: right;
}
.jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons button {
  text-transform: uppercase;
  font-weight: 500;
}
.jconfirm.jconfirm-material.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
  margin-left: 8px;
  margin-right: 0;
}
.jconfirm.jconfirm-bootstrap .jconfirm-bg {
  background-color: rgba(0, 0, 0, 0.21);
}
.jconfirm.jconfirm-bootstrap .jconfirm-box {
  background-color: white;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2);
  border: solid 1px rgba(0, 0, 0, 0.4);
  padding: 15px 0 0;
}
.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
  margin-right: 8px;
  margin-left: 0;
}
.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-closeIcon {
  color: rgba(0, 0, 0, 0.87);
}
.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-title-c {
  color: rgba(0, 0, 0, 0.87);
  font-size: 22px;
  font-weight: bold;
  padding-left: 15px;
  padding-right: 15px;
}
.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-content {
  color: rgba(0, 0, 0, 0.87);
  padding: 0 15px;
}
.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-buttons {
  text-align: right;
  padding: 10px;
  margin: -5px 0 0;
  border-top: solid 1px #ddd;
  overflow: hidden;
  border-radius: 0 0 4px 4px;
}
.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-buttons button {
  font-weight: 500;
}
.jconfirm.jconfirm-bootstrap.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
  margin-left: 8px;
  margin-right: 0;
}
.jconfirm.jconfirm-modern .jconfirm-bg {
  background-color: slategray;
  opacity: 0.6;
}
.jconfirm.jconfirm-modern .jconfirm-box {
  background-color: white;
  -webkit-box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
  padding: 30px 30px 15px;
}
.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-closeIcon {
  color: rgba(0, 0, 0, 0.87);
  top: 15px;
  right: 15px;
}
.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c {
  color: rgba(0, 0, 0, 0.87);
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: scale(0);
  transform: scale(0);
  display: block;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 10px;
  font-size: 69px;
  color: #aaa;
}
.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-content {
  text-align: center;
  font-size: 15px;
  color: #777;
  margin-bottom: 25px;
}
.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons {
  text-align: center;
}
.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button {
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: background 0.1s;
  transition: background 0.1s;
  padding: 10px 20px;
}
.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button + button {
  margin-left: 4px;
}
.jconfirm.jconfirm-modern.jconfirm-open .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.modal {
  color: #000;
}
.modal-header .close {
  border: none;
}
.modal-footer .btn-primary {
  color: #FFF;
}
.modal-footer .btn {
  margin: 0 0 0 var(--space-1);
}
.should-appear {
  opacity: 0;
  transition: opacity 500ms ease;
}
.should-appear.is-in-viewport {
  opacity: 1;
}
.should-appear.is-in-viewport:nth-child(1) {
  transition-delay: 500ms;
}
.should-appear.is-in-viewport:nth-child(2) {
  transition-delay: 1000ms;
}
.should-appear.is-in-viewport:nth-child(3) {
  transition-delay: 700ms;
}
.should-appear.is-in-viewport:nth-child(4) {
  transition-delay: 1200ms;
}
.ce-row .should-appear.is-in-viewport:nth-child(1) {
  transition-delay: 500ms;
}
.ce-row .should-appear.is-in-viewport:nth-child(2) {
  transition-delay: 1000ms;
}
.ce-row .should-appear.is-in-viewport:nth-child(3) {
  transition-delay: 1500ms;
}
.kmacookies-banner-wrap {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1999;
  display: none;
  overflow: auto;
}
.kmacookies-banner-wrap .kmacookies-banner {
  color: #000;
  width: 99%;
  text-align: left;
  margin: 0 auto 0 auto;
  background-color: #FFF;
  padding: 20px;
}
.kmacookies-banner-wrap .kmacookies-banner p, .kmacookies-banner-wrap .kmacookies-banner a {
  font-size: 0.8rem;
}
@media (min-width: 710px) {
  .kmacookies-banner-wrap .kmacookies-banner {
    width: 80%;
  }
}
.kmacookies-banner-wrap .kmacookies-banner .title {
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.3em;
}
.kmacookies-banner-wrap .kmacookies-banner .subtitle {
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.3em;
}
.kmacookies-banner-wrap .kmacookies-banner .description {
  margin: 0 0 20px 0;
  line-height: 1.3em;
}
.kmacookies-banner-wrap .kmacookies-banner a {
  color: var(--color-primary);
}
@media (min-width: 760px) {
  .kmacookies-banner-wrap .kmacookies-banner {
    margin: 100px auto 0 auto;
    background-color: #FFF;
    padding: 40px;
  }
  .kmacookies-banner-wrap .kmacookies-banner .title {
    font-size: 1.5rem;
  }
  .kmacookies-banner-wrap .kmacookies-banner .subtitle {
    font-size: 1.3rem;
  }
}
.kmacookies-banner-wrap .kmacookies-banner .category-group input[type="checkbox"] {
  display: none;
  vertical-align: middle;
}
.kmacookies-banner-wrap .kmacookies-banner .category-group input[type="checkbox"] + label {
  margin: 0 0 20px 0;
  cursor: pointer;
  position: relative;
  padding-left: 58px;
  line-height: 1.3;
}
@media (max-width: 759px) {
  .kmacookies-banner-wrap .kmacookies-banner .category-group input[type="checkbox"] + label {
    margin: 0 0 10px 0;
  }
}
.kmacookies-banner-wrap .kmacookies-banner .category-group input[type="checkbox"] + label span {
  position: absolute;
  left: 0;
  top: -3px;
  display: inline-block;
  width: 18px;
  height: 18px;
  cursor: pointer;
  background-color: #EAEAEA;
  border: none;
  float: left;
  text-align: center;
  vertical-align: middle;
}
.kmacookies-banner-wrap .kmacookies-banner .category-group input[type="checkbox"] + label span:before {
  position: absolute;
  top: 8px;
  left: -1px;
  content: " ";
  display: inline-block;
  width: inherit;
  height: inherit;
  vertical-align: middle;
}
.kmacookies-banner-wrap .kmacookies-banner .category-group input[type="checkbox"] + label span {
  width: 32px;
  height: 32px;
}
.kmacookies-banner-wrap .kmacookies-banner .category-group input[type="checkbox"]:checked + label span {
  border-color: #EAEAEA;
  background-color: #EAEAEA;
}
.kmacookies-banner-wrap .kmacookies-banner .category-group input[type="checkbox"]:checked + label span:before {
  font-size: 20px;
  color: var(--color-primary);
  content: "";
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23000' class='bi bi-check2' viewBox='0 0 16 16'><path d='M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0z'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  line-height: 32px;
  width: 32px;
  height: 32px;
  margin: 0;
  top: 1px;
  left: 1px;
}
.kmacookies-banner-wrap .kmacookies-banner .category-group input[type="checkbox"].default + label span {
  opacity: 0.4;
}
.kmacookies-banner-wrap .kmacookies-banner .category-group input[type="checkbox"].default + label span:before {
  color: #999;
}
.kmacookies-banner-wrap .kmacookies-banner .category-group .category-toggle {
  margin-top: 5px;
  cursor: pointer;
  margin-left: 10px;
  float: right;
}
.kmacookies-banner-wrap .kmacookies-banner .category-group .category-toggle:after {
  display: block;
  content: "+";
  width: 20px;
  height: 20px;
  line-height: 16px;
  color: #999;
  border: 1px solid #CCC;
  font-size: 16px;
  text-align: center;
}
@media (min-width: 760px) {
  .kmacookies-banner-wrap .kmacookies-banner .category-group .category-toggle {
    display: none;
  }
}
.kmacookies-banner-wrap .kmacookies-banner .category-group .category-description {
  display: none;
}
@media (min-width: 760px) {
  .kmacookies-banner-wrap .kmacookies-banner .category-group .category-description {
    display: block;
  }
}
.kmacookies-banner-wrap .kmacookies-banner .category-group.more-info .category-description {
  display: block;
}
.kmacookies-banner-wrap .kmacookies-banner .buttons {
  margin-top: 20px;
}
.kmacookies-banner-wrap .kmacookies-banner .buttons button {
  height: 50px;
  padding: 0 30px;
}
.kmacookies-banner-wrap .kmacookies-banner .buttons button.kmacookies-all {
  margin-right: 20px;
}
.kmacookies-banner-wrap .kmacookies-banner .buttons button.kmacookies-save {
  background-color: #CCC;
  border: 1px solid #CCC;
  color: #FFF;
}
.kmacookies-banner-hide .kmacookies-banner-wrap {
  height: auto;
  background-color: #FFF;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  padding: 0;
}
.kmacookies-banner-hide .kmacookies-banner-wrap .subtitle {
  display: none;
}
@media (min-width: 760px) {
  .kmacookies-banner-hide .kmacookies-banner-wrap {
    font-size: 1rem;
    padding: 10px 10px;
  }
  .kmacookies-banner-hide .kmacookies-banner-wrap p, .kmacookies-banner-hide .kmacookies-banner-wrap a {
    font-size: 0.8rem;
  }
  .kmacookies-banner-hide .kmacookies-banner-wrap .title {
    font-size: 1rem;
  }
  .kmacookies-banner-hide .kmacookies-banner-wrap .subtitle {
    font-size: 0.8rem;
  }
}
.kmacookies-banner-hide .kmacookies-banner-wrap .kmacookies-banner {
  margin: 0px auto 0px auto;
  width: 100%;
  padding: 10px;
  line-height: 1.2em;
}
@media (min-width: 760px) {
  .kmacookies-banner-hide .kmacookies-banner-wrap .kmacookies-banner {
    line-height: 1.4em;
  }
}
.kmacookies-banner-hide .kmacookies-banner-wrap .kmacookies-banner p {
  margin-bottom: 10px;
}
body.kmacookies-noscroll.kmacookies-banner-hide {
  overflow: auto;
}
.btn.kmacookies-open {
  float: right;
  position: static;
  right: 0;
  bottom: 0;
  margin: 0 0 0 25px;
  padding: 0 10px;
  line-height: 40px;
  height: 40px;
  font-size: 16px;
  text-align: center;
}
@media (max-width: 709px) {
  .btn.kmacookies-open {
    font-size: 14px;
    line-height: 1;
    margin: 0 0 0 15px;
    width: 120px;
  }
}
.kmacookies-banner-hide.kmacookies-noscroll .wrapper-fluid {
  padding-bottom: 400px;
}
.table-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
.table-grid li {
  font-size: 1rem;
  font-weight: 300;
}
@media (min-width: 1000px) {
  .table-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
  }
  .table-grid li {
    font-size: 1rem;
  }
}
#usercentrics-button .uc-cursor-pointer, .uc-embed .uc-cursor-pointer {
  font-size: 14px !important;
}
body .usercentrics-button .uc-banner {
  background-color: var(--color-primary) !important;
}
body #usercentrics-button #uc-banner-modal .uc-banner-content {
  background-color: var(--color-primary) !important;
}
body #usercentrics-button .uc-banner-links {
  font-size: 18px;
}
body #usercentrics-button .uc-banner-links a {
  font-size: 18px;
}
body #usercentrics-button #uc-banner-modal .uc-optin-description {
  font-size: 18px;
}
body .uc-banner-content .uc-btn-footer-container .btn-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}
body .uc-banner-content .uc-btn-footer-container .btn-list button.uc-btn {
  min-width: 100% !important;
}
body .uc-banner-content .uc-info-modal-search-bar input#uc-search-consents-info {
  background-color: #222 !important;
}
@media (max-width: 709px) {
  body #usercentrics-button.layout-1 #uc-banner-modal .btn-list.show-deny-btn.show-more-btn #uc-btn-accept-banner, body #usercentrics-button.layout-1 #uc-banner-modal .btn-list.show-deny-btn.show-more-btn #uc-btn-deny-banner, body #usercentrics-button.layout-1 #uc-banner-modal .btn-list.show-deny-btn.show-more-btn #uc-btn-more-info-banner {
    font-size: 14px !important;
    text-transform: none !important;
  }
}
@media (max-width: 709px) {
  body .usercentrics-button.uc-button-bl .uc-privacy-button-wrapper {
    left: auto !important;
    right: 8px !important;
    bottom: 8px !important;
  }
  body #usercentrics-button #uc-banner-modal .uc-banner-links {
    text-align: left !important;
  }
}
.markutec #bto-path-1, .markutec #fingerprint, .markutec #ico_button_close-b {
  fill: #1c355e !important;
}
.markutec #usercentrics-button #uc-consents-info-modal .uc-consents-info-modal-wrapper .uc-modal-header {
  background-color: #1c355e !important;
}
.markutec #usercentrics-button #uc-privacy-button #uc-btn-open-main-corner-modal #uc-btn-close-main-corner-modal svg #opt-in_screens #1 #button #background use #bto-path-1 circle #bto-path-1, .markutec #usercentrics-button #uc-privacy-button #uc-btn-open-main-corner-modal #uc-btn-close-main-corner-modal svg #opt-in_screens #1 #button #background use #bto-path-1 circle #fingerprint, .markutec #usercentrics-button #uc-privacy-button #uc-btn-open-main-corner-modal #uc-btn-close-main-corner-modal svg #opt-in_screens #1 #button #background use #bto-path-1 circle #ico_button_close-b {
  fill: #1c355e !important;
}
.markutec .uc-card-header {
  background-color: #1c355e !important;
}
.markutec .uc-btn.uc-btn-primary.uc-save-settings-button {
  background-color: #1c355e !important;
}
.markutec .uc-nav.uc-nav-tabs {
  background-color: #1c355e !important;
}
.markutec circle#bto-path-1 {
  fill: #1c355e !important;
}
.markutec use circle#bto-path-1, g#background {
  fill: #1c355e !important;
}
.sidebar-list {
  position: fixed;
  right: 0;
  z-index: 1000;
  bottom: 15vh;
  display: flex;
  flex-direction: column-reverse;
  gap: 1rem;
  --sidebaritem-tab-height: 60px;
  --sidebaritem-content-width: 400px;
}
@media (max-width: 999px) {
  .sidebar-list {
    z-index: 100;
  }
}
@media (max-width: 999px) {
  .sidebar-list {
    --sidebaritem-tab-height: 40px;
  }
}
.sidebar-list .sidebar-item {
  transition: all 0.5s ease;
  cursor: pointer;
  z-index: 9000;
}
.sidebar-list .sidebar-item .sidebar-item-inner {
  position: relative;
}
.sidebar-list .sidebar-item .sidebar-item-inner .sidebar-item-tab {
  border-radius: 0 10px 10px 0;
  transition: all 0.5s ease;
  writing-mode: tb;
  user-select: none;
  display: flex;
  align-items: center;
  cursor: pointer;
  rotate: 180deg;
  background-color: #B5B7B4;
  font-weight: 700;
  width: var(--sidebaritem-tab-height);
  color: #fff;
  padding: var(--space-1);
}
.sidebar-list .sidebar-item .sidebar-item-inner .sidebar-item-tab:hover {
  background-color: var(--color-primary);
}
.sidebar-list .sidebar-item .sidebar-item-inner .sidebar-item-content {
  position: absolute;
  top: 0;
  left: 100%;
  width: var(--sidebaritem-content-width);
  padding: var(--space-1);
  background-color: #fff;
  border: 1px solid #f5f5f5;
  border-right: none;
}
.sidebar-list .sidebarItem input[type="checkbox"] {
  display: none;
}
.sidebar-list .sidebarItem input[type="checkbox"]:checked ~ .has-content {
  transform: translateX(calc(var(--sidebaritem-content-width) * -1));
}
@media screen and (max-width: 460px) {
  .sidebar-list .sidebarItem input[type="checkbox"]:checked ~ .has-content {
    --sidebaritem-content-width: calc((100vw - var(--sidebaritem-tab-height)));
  }
}
.sidebar-list .sidebarItem input[type="checkbox"]:checked ~ .has-content .sidebar-item-tab {
  background-color: var(--color-primary);
}
.controls {
  display: flex;
  gap: var(--space-1);
}
.control-arrow {
  background-color: #FFF;
  border-radius: 50%;
  border-color: #000;
  color: #000;
  width: var(--arrow-right-icon);
  height: var(--arrow-right-icon);
  position: relative;
  /*padding: 15px;*/
  display: flex;
  justify-content: center;
  align-items: center;
}
.control-arrow svg {
  /*position: absolute;
    left: 17px;
    top: 17px;*/
  width: calc(var(--arrow-right-icon) * .38);
  height: calc(var(--arrow-right-icon) * .38);
  object-fit: contain;
  object-position: center;
  margin: 0;
}
.control-arrow.prev svg {
  transform: scaleX(-1);
  margin-left: -2px;
}
.control-arrow:hover {
  color: #FFF;
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
/*********************
  Slider LEISTUNGEN
*********************/
.service-carousel-wrap {
  position: relative;
  overflow: hidden;
  background-color: #B5B7B4;
  padding: var(--space-4) 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.service-carousel-wrap header {
  margin-bottom: var(--space-3);
}
.service-carousel-wrap::after {
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: transparent linear-gradient(90deg, #656565 0%, #54545400 100%) 0% 0% no-repeat padding-box;
  opacity: 0.95;
  z-index: 1;
}
.service-carousel-wrap .container {
  position: relative;
  z-index: 2;
}
.service-carousel-wrap .container .service-carousel {
  position: relative;
}
.service-carousel-wrap .container .service-carousel .control-overlay-wrapper {
  position: absolute;
  top: -100px;
  right: 0;
  display: flex;
  gap: var(--space-1);
}
.service-carousel-wrap header h2, .service-carousel-wrap header .h2, .service-carousel-wrap header h3, .service-carousel-wrap header .h3 {
  color: #FFF;
}
.service-carousel-wrap .slick-list {
  overflow: visible;
  margin: 0 -10px 0 -10px;
}
.service-carousel-wrap .slick-list .slide {
  padding: 0 10px;
}
.service-carousel-wrap .slick-list .slide .slide-inner {
  padding: 10px 20px;
  background-color: rgba(181, 183, 180, 0.8);
  transition: all 500ms ease;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 110px;
  color: #FFF;
  text-align: center;
}
.service-carousel-wrap .slick-list .slide .slide-inner:hover {
  background-color: #b5b7b4;
}
.service-carousel-wrap .slick-list .slide .slide-inner p {
  color: #FFF;
  font-weight: bold;
  font-size: 1rem;
  hyphens: auto;
}
/*********************
  Slider VORTEILE
*********************/
.text-slider .item .title {
  display: block;
  font-style: italic;
  font-weight: 700;
  margin-top: calc(1em * 1.15);
}
/*********************
  Timeline
*********************/
.timeline .item {
  display: grid;
  grid-template-columns: 3fr 1fr 1fr 1fr 3fr;
  align-items: center;
  margin-bottom: var(--space-5);
}
@media (max-width: 709px) {
  .timeline .item.odd {
    grid-template-columns: 3fr 1fr 1fr 0 0;
  }
  .timeline .item.odd .col-year::before {
    display: none;
  }
  .timeline .item.even {
    grid-template-columns: 0 0 1fr 1fr 3fr;
  }
  .timeline .item.even .col-year::before {
    display: none;
  }
}
.timeline .item:first-child .col-year::before, .timeline .item:last-child .col-year::after {
  display: none;
}
.timeline .item .col-year {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  position: relative;
}
.timeline .item .col-year .year {
  background-color: var(--color-primary);
  border-radius: 50%;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: calc(var(--font-size-h3) + 7px);
  font-weight: 700;
  color: #FFFFFF;
}
.timeline .item .col-year::before {
  content: "";
  position: absolute;
  background-color: var(--color-primary);
  width: 6px;
  height: 0;
  bottom: 60%;
  left: calc(50% - 3px);
  z-index: 1;
  transition: height 0.75s ease;
}
.timeline .item .col-year::after {
  content: "";
  position: absolute;
  background-color: var(--color-primary);
  width: 6px;
  height: 0;
  top: 60%;
  left: calc(50% - 3px);
  z-index: 1;
  transition: height 0.75s ease;
}
.timeline .item .content-wrapper {
  background-color: #FFFFFF;
  padding: calc(var(--space-2) + 10px) var(--space-2);
  font-size: var(--font-size-h4);
  font-weight: 400;
  opacity: 0;
  transition: opacity 0.75s ease;
}
.timeline .item .content-wrapper .headline {
  font-weight: 700;
}
.timeline .item .content-wrapper .description p {
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 1em;
}
.timeline .item .content-wrapper .description p:last-child {
  margin-bottom: 0;
}
.timeline .item .content-wrapper .img-responsive-width img {
  margin-top: var(--space-1);
}
.timeline .item .employees {
  font-size: var(--font-size-small);
  font-weight: 700;
  color: black;
  background-color: #EBF4FA;
  padding: var(--space-1) var(--space-2);
  opacity: 0;
}
.timeline .item .col-line {
  width: 100%;
  height: 3px;
  background-color: transparent;
  position: relative;
}
.timeline .item.odd .col-line.left::after {
  content: "";
  position: absolute;
  right: 0;
  width: 0;
  height: 100%;
  background-color: var(--color-primary);
  transition: all 0.75s ease-out;
}
.timeline .item.even .col-line.right::after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 100%;
  background-color: var(--color-primary);
  transition: all 0.75s ease-out;
}
.timeline .is-in-viewport.odd .col-line.left::after {
  width: 100%;
}
.timeline .is-in-viewport.even .col-line.right::after {
  width: 100%;
}
.timeline .is-in-viewport .content-wrapper {
  opacity: 1;
  transition-delay: 0.75s;
}
.timeline .is-in-viewport .employees {
  opacity: 1;
  transition-delay: 0.85s;
}
.timeline .is-in-viewport .col-year::before {
  height: 40%;
  transition-delay: 0.5s;
}
.timeline .is-in-viewport .col-year::after {
  height: calc(40% + var(--space-5));
  transition-delay: 0.5s;
}
.news-list-view.default .article, .news-list-view.fairs .article {
  position: relative;
  background-color: #f5f5f5;
  margin-top: var(--space-2);
  padding: 0;
}
.news-list-view.default .article .content-col, .news-list-view.fairs .article .content-col {
  display: flex;
  align-items: center;
}
.frame-layout-20 .news-list-view.default .article, .frame-layout-20 .news-list-view.fairs .article {
  background-color: #FFF;
}
.news-list-view.default .article:first-child, .news-list-view.fairs .article:first-child {
  margin-top: 0;
}
.news-list-view.default .article .column-more, .news-list-view.fairs .article .column-more {
  display: flex;
  justify-content: flex-end;
  align-items: end;
}
.news-list-view.default .article .title, .news-list-view.fairs .article .title {
  margin: 0;
}
.news-list-view.default .article .title a, .news-list-view.fairs .article .title a {
  color: #000;
  transition: all 0.5s ease;
}
.news-list-view.default .article .date, .news-list-view.fairs .article .date {
  margin: 0 0 var(--space-1) 0;
  font-size: var(--font-size-3);
}
.news-list-view.default .article .teaser, .news-list-view.fairs .article .teaser {
  font-size: var(--font-size-3);
}
.news-list-view.default .article .image, .news-list-view.fairs .article .image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.news-list-view.default .article .image img, .news-list-view.fairs .article .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: all 0.5s ease;
}
.news-list-view.default .article .image.contain, .news-list-view.fairs .article .image.contain {
  background-color: #FFF;
  padding: var(--space-2);
  border: 2px solid #f5f5f5;
}
.news-list-view.default .article .image.contain img, .news-list-view.fairs .article .image.contain img {
  object-fit: contain;
}
.news-list-view.default .article .content, .news-list-view.fairs .article .content {
  padding: var(--space-1) 0;
}
@media (max-width: 999px) {
  .news-list-view.default .article .content, .news-list-view.fairs .article .content {
    padding: var(--space-2);
  }
}
.news-list-view.default .article:hover .title a, .news-list-view.fairs .article:hover .title a {
  color: #E30613;
}
.news-list-view.default .article:hover .more, .news-list-view.fairs .article:hover .more {
  background-color: #B5B7B4;
}
.news-list-view.default .article.link-area:hover .image, .news-list-view.fairs .article.link-area:hover .image {
  overflow: hidden;
}
.news-list-view.default .article.link-area:hover .image img, .news-list-view.fairs .article.link-area:hover .image img {
  transform: scale(1.1);
}
.news-list-view.newsTeaser {
  position: relative;
}
.news-list-view.newsTeaser .news-image {
  aspect-ratio: 1.6728971963;
}
.news-list-view.newsTeaser .news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.news-list-view.newsTeaser .arrow-wrap {
  position: absolute;
  left: 66.666666%;
  bottom: 0;
  z-index: 99;
  margin-bottom: var(--space-3);
  margin-left: var(--space-3);
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
@media (min-width: 760px) and (max-width: 999px) {
  .news-list-view.newsTeaser .arrow-wrap {
    left: auto;
    right: var(--space-3);
  }
}
.news-list-view.newsTeaser .arrow-wrap div {
  color: #FFF;
  cursor: pointer;
  aspect-ratio: 1;
  width: 50px;
  height: 50px;
  padding: 18px;
  background-color: #B5B7B4;
  transition: all 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-list-view.newsTeaser .arrow-wrap div:hover {
  background-color: #000;
}
.news-list-view.newsTeaser .arrow-wrap div.slick-disabled {
  background-color: rgba(118, 118, 118, 0.5);
  cursor: default;
}
.news-list-view.newsTeaser .arrow-wrap div svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 1179px) {
  .news-list-view.newsTeaser .arrow-wrap {
    left: auto;
    right: 0;
    bottom: calc(100% - 13px);
  }
  .news-list-view.newsTeaser .arrow-wrap div {
    width: 40px;
    height: 40px;
    padding: 12px;
  }
}
@media (min-width: 760px) and (max-width: 999px) {
  .news-list-view.newsTeaser .arrow-wrap {
    bottom: calc(100% + 15px);
  }
}
.news-list-view.newsTeaser .article {
  position: relative;
}
.news-list-view.newsTeaser .article .teaser-content {
  height: 100%;
  position: relative;
}
.news-list-view.newsTeaser .article .teaser-content .title {
  margin: 0 0 var(--space-1) 0;
}
.news-list-view.newsTeaser .article .more {
  margin-top: var(--space-2);
}
@media (min-width: 1000px) {
  .news-list-view.newsTeaser .article .more {
    margin-top: 0;
    position: absolute;
    right: var(--space-3);
    bottom: var(--space-3);
  }
}
@media (min-width: 1180px) and (max-width: 1339px) {
  .news-list-view.newsTeaser .article .more {
    height: 50px;
    line-height: 50px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 1000px) and (max-width: 1179px) {
  .news-list-view.newsTeaser .article .more {
    right: auto;
    bottom: var(--space-4);
  }
}
.news-single .article > .container {
  margin-bottom: var(--space-3);
}
@media (max-width: 759px) {
  .news-single .article .image-box {
    margin-top: var(--space-4);
  }
}
.news-single .article .image-box-inner {
  margin: 0 0 var(--space-2) 0;
}
.news-single .article .image-box-inner .image-caption {
  margin: var(--space-2) 0 0 0;
}
.news-single .news-backlink-wrap {
  margin-top: var(--space-3);
}
.f3-widget-paginator {
  display: flex;
  justify-content: flex-start;
  gap: 5px;
  margin-top: var(--space-3);
}
.f3-widget-paginator li {
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f5f5f5;
  width: 50px;
}
.frame-layout-20 .f3-widget-paginator li {
  background-color: #FFF;
}
.f3-widget-paginator li a {
  color: #868889;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.f3-widget-paginator li:hover, .f3-widget-paginator li.current {
  background-color: var(--color-primary);
  color: #FFF;
}
.f3-widget-paginator li:hover a, .f3-widget-paginator li.current a {
  color: #FFF;
}
.f3-widget-paginator li svg {
  width: 40%;
  height: auto;
}
.news div.no-news-found {
  color: #000;
  font-style: normal;
}
.product-list {
  display: grid;
  grid-gap: var(--space-2);
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 710px) {
  .product-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 760px) {
  .product-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1000px) {
  .product-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.product-list .product-item {
  position: relative;
  display: block;
  background: #f5f5f5;
}
.product-list .product-item .image {
  border: 1px solid #f5f5f5;
  background: #FFF;
  aspect-ratio: 1.5;
  padding: var(--space-2);
}
.product-list .product-item .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: all 0.5s ease;
}
.product-list .product-item .content {
  text-align: center;
  padding: var(--space-2);
}
.product-list .product-item .content .title {
  margin: 0 0 10px 0;
  line-height: 1.1;
}
.product-list .product-item .content .title a {
  color: #000;
}
.product-list .product-item .content .capacity-list {
  font-size: var(--font-size-1);
  display: flex;
  justify-content: center;
}
.product-list .product-item .content .capacity-list .capacity-item {
  display: inline-block;
  padding: 0 var(--space-1);
  margin: 0;
  white-space: nowrap;
  background-color: #FFF;
}
@media (max-width: 1179px) {
  .product-list .product-item .content .capacity-list .capacity-item {
    padding: 0 calc(var(--space-1) / 2);
  }
}
.product-list .product-item .content .color-list {
  margin-top: 20px;
  height: 21px;
  display: flex;
  justify-content: center;
}
.product-list .product-item .content .color-list .color-item {
  display: block;
  width: 25px;
  height: 21px;
  margin: 0 3px;
  border: 1px solid #999;
  background-size: 100% 100%;
}
.product-list .product-item .new {
  border-radius: 50%;
  background-color: var(--color-primary);
  color: #FFF;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: var(--font-size-2);
  width: 50px;
  height: 50px;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(15deg);
  transform-origin: center;
  text-transform: uppercase;
}
.product-list .product-item:hover .image {
  overflow: hidden;
}
.product-list .product-item:hover .image img {
  transform: scale(1.1);
}
.product-list.toplist, .product-list.list-similar {
  display: block;
}
.product-list.toplist .slick-list, .product-list.list-similar .slick-list {
  margin: 0 -15px;
  overflow: visible;
  position: relative;
}
.product-list.toplist .slick-list:before, .product-list.toplist .slick-list:after, .product-list.list-similar .slick-list:before, .product-list.list-similar .slick-list:after {
  content: "";
  display: block;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  right: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.product-list.toplist .slick-list:after, .product-list.list-similar .slick-list:after {
  left: 100%;
  right: auto;
  top: 0;
}
.product-list.toplist .product-item, .product-list.list-similar .product-item {
  border: 1px solid #f5f5f5;
  margin: 0 15px;
}
.not-found {
  display: none;
}
.product-show section {
  margin-bottom: var(--space-5);
}
.product-show .description {
  margin: 0 0 var(--space-2) 0;
}
.product-show .article-no {
  font-size: var(--font-size-3);
  color: #000;
  margin-top: -10px;
}
.product-show .color-image-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: var(--space-1);
  margin-bottom: 50px;
}
@media (min-width: 1000px) {
  .product-show .color-image-list {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}
.product-show .color-image-list .color-image-item {
  width: 100%;
  background-color: #FFF;
  padding: 15px;
}
.product-show .color-image-list .color-image-item.active {
  border: 1px solid var(--color-primary);
}
.product-show .color-image-list .color-image-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
}
.product-show .request h3, .product-show .request .h3 {
  font-weight: 500;
  font-size: var(--font-size-5);
  margin-bottom: var(--space-2);
}
.product-show .request form, .product-show .request .btn-primary {
  height: 100%;
}
@media (max-width: 709px) {
  .product-show .request form {
    float: none !important;
    height: auto;
  }
  .product-show .request .btn-primary {
    width: 100%;
    margin: var(--space-3) 0 0 0;
  }
}
.product-show .link-shop-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.product-show .link-shop-wrap .link-shop {
  padding: 5px 10px;
  background-color: #FFF;
  color: #000;
  font-size: var(--font-size-2);
  transition: all 0.5s ease;
}
@media (max-width: 759px) {
  .product-show .link-shop-wrap .link-shop {
    width: 100%;
    margin: 0 0 var(--space-3) 0;
  }
}
.product-show .link-shop-wrap .link-shop:hover {
  color: #FFF;
  background-color: var(--color-primary);
}
.product-show .media {
  padding: 0 15%;
  position: sticky;
  top: calc(var(--header-top-height) + var(--space-2));
}
@media (max-width: 759px) {
  .product-show .media {
    margin-bottom: var(--space-3);
  }
}
.product-show .media .image-list {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  margin: 0 0 var(--space-2) 0;
}
.product-show .media .image-list .image-item {
  position: absolute;
  width: 100%;
  aspect-ratio: 1;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.product-show .media .image-list .image-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.product-show .media .image-list .image-item.active {
  opacity: 1;
  pointer-events: all;
}
.product-show .media-thumbnails {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, calc(25% - var(--space-1))));
  justify-content: center;
  grid-gap: var(--space-1);
}
@media (max-width: 999px) {
  .product-show .media-thumbnails {
    grid-template-columns: repeat(auto-fit, minmax(0, calc(50% - var(--space-1))));
  }
}
.product-show .media-thumbnails .media-item .label {
  display: block;
  text-align: center;
  font-size: var(--font-size-1);
  width: 100%;
  overflow: hidden;
  hyphens: auto;
}
.product-show .media-thumbnails .media-item .image {
  display: block;
  aspect-ratio: 1;
  border: 1px solid #B5B7B4;
  padding: var(--space-1);
  margin-bottom: 5px;
  background-color: #f5f5f5;
}
.product-show .media-thumbnails .media-item .image svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transform: scale(1);
  transition: all 0.5s ease;
}
.product-show .media-thumbnails .media-item .image:hover svg {
  transform: scale(1.1);
}
.product-show .media-thumbnails .media-item .video {
  position: relative;
  display: block;
  aspect-ratio: 1;
  border: 1px solid #B5B7B4;
  margin-bottom: 5px;
}
.product-show .media-thumbnails .media-item .video.cover {
  padding: 0;
}
.product-show .media-thumbnails .media-item .video:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 0 20px 30px;
  border-color: transparent transparent transparent #868889;
  transition: all 0.5s ease;
}
.product-show .media-thumbnails .media-item .video:hover:after {
  transform: translate(-50%, -50%) scale(1.2);
}
.product-show .media-thumbnails .media-item .video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.2;
}
.product-show .attribute-wrap {
  margin: var(--space-2) 0;
}
@media (max-width: 759px) {
  .product-show .attribute-wrap {
    margin-bottom: 0;
  }
}
.product-show .attribute-list {
  display: grid;
  grid-gap: 5px;
  grid-template-columns: repeat(8, 1fr);
}
@media (max-width: 1179px) {
  .product-show .attribute-list.count-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .product-show .attribute-list.count-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .product-show .attribute-list.count-5 {
    grid-template-columns: repeat(6, 1fr);
  }
}
.product-show .attribute-list .attribute-item {
  aspect-ratio: 1;
  border: 1px solid #f5f5f5;
  text-align: center;
  display: grid;
  grid-template-rows: auto 1em;
  line-height: 1;
  height: 50px;
  position: relative;
}
.product-show .attribute-list .attribute-item.no-value {
  grid-template-rows: auto;
}
.product-show .attribute-list .attribute-item .icon {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 3px 0 0 0;
}
.product-show .attribute-list .attribute-item .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.product-show .attribute-list .attribute-item .value {
  font-size: var(--font-size-0);
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-show .attribute-list .attribute-item:hover .label-tooltip {
  opacity: 1;
}
.product-show .download-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.product-show .download-wrap .kma-select-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
@media (max-width: 759px) {
  .product-show .download-wrap .kma-select-wrap {
    width: 100%;
    margin: var(--space-2) 0 var(--space-3) 0;
  }
}
#kma-tooltip-wrap {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 999;
  pointer-events: none;
  width: auto;
  background-color: var(--color-primary);
  font-size: var(--font-size-1);
  text-align: center;
  color: #FFF;
  transform: translateX(-50%);
  padding: var(--space-1);
  transition: opacity 1s ease;
}
#kma-tooltip-wrap.active {
  opacity: 1;
}
#kma-tooltip-wrap:after {
  content: "";
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-10px);
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 10px 12px 10px;
  border-color: transparent transparent var(--color-primary) transparent;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
.finder.frame {
  background-color: var(--Light-Grey, #ececec);
}
.finder.frame a {
  color: #000;
}
.criteria-row {
  margin: 0;
  padding: 0;
  padding-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  align-items: center;
  /* Vertically center the content */
  background-color: var(--Light-Grey, #ececec);
}
.criteria-row:first-child {
  padding-top: 0;
}
@media (max-width: 999px) {
  .criteria-row .criteria {
    width: 100%;
  }
}
#category-picker, #color-picker, #capacity-picker, #onehandoperation-picker, #unbreakable-picker, #dishwashersafe-picker {
  display: flex;
  align-items: center;
  /* Center the content horizontally */
  height: 61px;
  /* Set a fixed height */
}
@media (max-width: 999px) {
  #category-picker, #color-picker, #capacity-picker, #onehandoperation-picker, #unbreakable-picker, #dishwashersafe-picker {
    display: block;
    height: auto;
  }
}
#category-picker > label, #color-picker > label, #capacity-picker > label, #onehandoperation-picker > label, #unbreakable-picker > label, #dishwashersafe-picker > label {
  font-size: var(--font-size-3);
  padding-left: var(--space-2);
  padding-right: var(--space-2);
  background-color: #fff;
  height: 61px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 999px) {
  #category-picker > label, #color-picker > label, #capacity-picker > label, #onehandoperation-picker > label, #unbreakable-picker > label, #dishwashersafe-picker > label {
    padding: 0 var(--space-1);
  }
}
@media (max-width: 709px) {
  #category-picker > label, #color-picker > label, #capacity-picker > label, #onehandoperation-picker > label, #unbreakable-picker > label, #dishwashersafe-picker > label {
    padding: 0 var(--space-2);
  }
}
.finder label, .finder input {
  cursor: pointer;
}
#category-picker input[type="checkbox"], #onehandoperation-picker input[type="checkbox"], #unbreakable-picker input[type="checkbox"], #dishwashersafe-picker input[type="checkbox"] {
  /* Hide checkboxes labeled checkbox */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  appearance: none;
  background-color: var(var(--Light-Grey, #ececec));
  /* Not removed via appearance */
  margin: 0;
}
#category-picker div > label, #onehandoperation-picker div > label, #unbreakable-picker div > label, #dishwashersafe-picker div > label {
  position: relative;
}
@media (max-width: 999px) {
  #category-picker input[type="checkbox"] + .checkmark, #onehandoperation-picker input[type="checkbox"] + .checkmark, #unbreakable-picker input[type="checkbox"] + .checkmark, #dishwashersafe-picker input[type="checkbox"] + .checkmark {
    width: 100%;
    height: 100%;
  }
}
#category-picker input[type="checkbox"]:checked + .checkmark, #onehandoperation-picker input[type="checkbox"]:checked + .checkmark, #unbreakable-picker input[type="checkbox"]:checked + .checkmark, #dishwashersafe-picker input[type="checkbox"]:checked + .checkmark {
  width: 100%;
  height: 100%;
  /* Color checked without labels */
  background-color: var(--color-primary);
  color: #fff;
  box-sizing: border-box;
}
#category-picker input[type="checkbox"]:hover + .checkmark, #onehandoperation-picker input[type="checkbox"]:hover + .checkmark, #unbreakable-picker input[type="checkbox"]:hover + .checkmark, #dishwashersafe-picker input[type="checkbox"]:hover + .checkmark {
  background-color: var(--color-primary);
  color: #fff;
  height: 100%;
}
#category-picker input[type="checkbox"]:hover + .checkmark, #onehandoperation-picker input[type="checkbox"]:hover + .checkmark, #unbreakable-picker input[type="checkbox"]:hover + .checkmark, #dishwashersafe-picker input[type="checkbox"]:hover + .checkmark {
  filter: saturate(150%);
}
#color-picker > fieldset {
  padding-left: var(--space-1);
  padding-right: 5px;
}
@media (max-width: 999px) {
  #color-picker > fieldset {
    padding: 0 0 0 var(--space-1);
  }
}
@media (max-width: 709px) {
  #color-picker > fieldset {
    padding: 0 var(--space-2);
  }
}
#color-picker div, #capacity-picker div {
  padding: 2px;
}
#color-picker input[type="checkbox"], #capacity-picker input[type="checkbox"] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  appearance: none;
  /* Not removed via appearance */
  margin: 0;
  display: none;
  font: inherit;
  color: #000;
  /* Checkbox sizes */
  width: 25px;
  height: 25px;
  margin: 13px;
  /* Background checkbox color */
  background-color: var(--Light-Grey, #ececec);
  display: grid;
  place-content: center;
}
@media (max-width: 709px) {
  #color-picker input[type="checkbox"], #capacity-picker input[type="checkbox"] {
    width: 36px;
    height: 36px;
  }
}
@media (min-width: 710px) and (max-width: 759px) {
  #color-picker input[type="checkbox"], #capacity-picker input[type="checkbox"] {
    margin: 10px;
  }
}
#color-picker input[type="checkbox"]::before, #capacity-picker input[type="checkbox"]::before {
  content: "";
  width: 25px;
  height: 25px;
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 100% 100% var(var(--color-primary));
}
@media (max-width: 709px) {
  #color-picker input[type="checkbox"]::before, #capacity-picker input[type="checkbox"]::before {
    width: 36px;
    height: 36px;
  }
}
#color-picker input[type="checkbox"]:disabled, #capacity-picker input[type="checkbox"]:disabled {
  color: var(var(--Light-Grey, #ececec));
  cursor: not-allowed;
}
#capacity-picker input[type="checkbox"] {
  border: 1px solid #8b8b8b;
}
#capacity-picker input[type="checkbox"]:checked::before {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='25' height='25' fill='%23E30613'/%3E%3Cpath d='M16.2901 8.28694C16.4802 8.10086 16.7332 7.99799 16.9956 8.00003C17.2581 8.00207 17.5095 8.10887 17.6968 8.29788C17.8841 8.4869 17.9927 8.74335 17.9996 9.01312C18.0066 9.28289 17.9113 9.54488 17.734 9.74381L12.3499 16.6674C12.2573 16.7699 12.1456 16.8522 12.0214 16.9093C11.8972 16.9665 11.763 16.9972 11.627 16.9998C11.4909 17.0024 11.3558 16.9768 11.2296 16.9244C11.1034 16.8721 10.9888 16.7941 10.8926 16.6952L7.32211 13.0238C7.22268 12.9286 7.14293 12.8137 7.08761 12.686C7.0323 12.5584 7.00256 12.4206 7.00016 12.2809C6.99776 12.1412 7.02276 12.0024 7.07366 11.8728C7.12456 11.7432 7.20032 11.6255 7.29642 11.5267C7.39252 11.4279 7.507 11.35 7.63301 11.2976C7.75903 11.2453 7.89401 11.2196 8.02989 11.2221C8.16578 11.2245 8.29979 11.2551 8.42394 11.312C8.54808 11.3689 8.65981 11.4509 8.75246 11.5531L11.5781 14.4571L16.2645 8.31746C16.2729 8.30678 16.2806 8.29659 16.2901 8.28694Z' fill='white'/%3E%3C/svg%3E ");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
  transform: scale(1);
}
#capacity-picker .checkmark {
  padding-left: 0;
}
#color-picker input[type="checkbox"]:checked::before {
  border: 3px solid #fff;
  outline: 3px solid #000;
  transform: scale(1);
}
#color-picker input[type="checkbox"] {
  margin: 1px 10px 1px 0;
  border: 1px solid #B5B7B4;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.product-finder fieldset {
  font-size: var(--font-size-3);
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  /* Lay out the fieldset content in a row */
  align-items: center;
  /* Center the content vertically within the fieldset */
  height: 100%;
  /* Span over full height */
  border: 0;
  background-color: #f6f6f6;
}
@media (max-width: 999px) {
  .product-finder fieldset.category-list, .product-finder fieldset.capacity-list {
    display: block;
    height: auto;
  }
  .product-finder fieldset.color-list {
    display: grid;
    grid-gap: 0;
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
.product-finder .checkbox {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  /* Center the content vertically within the checkbox container */
  height: 61px;
  /* Set a fixed height */
}
.product-finder .checkbox label {
  display: flex;
  align-items: center;
  /* Center the content vertically within the label */
}
.product-finder .checkbox span {
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  user-select: none;
  /* Standard syntax */
  white-space: nowrap;
  /* Prevent label text from wrapping */
}
.product-finder .checkmark {
  padding-right: var(--space-1);
  padding-left: var(--space-1);
  font-size: var(--font-size-3);
  display: flex;
  align-items: center;
}
@media (min-width: 710px) and (max-width: 759px) {
  .product-finder .checkmark {
    margin: 0px;
    font-size: var(--font-size-2);
  }
}
@media (max-width: 709px) {
  .product-finder .checkmark {
    padding: 0 var(--space-2);
  }
}
@media (min-width: 710px) {
  .product-finder .checkmark {
    border-right: 1px solid #B5B7B4;
  }
}
.product-finder fieldset div:last-child .checkmark {
  border-right: none;
}
.product-finder fieldset.capacity-list .checkmark {
  border: none;
}
.cart-list .header {
  display: none;
}
@media (min-width: 710px) {
  .cart-list .header {
    display: block;
    font-weight: 700;
    border-bottom: 2px solid #D9D9D9;
    padding-bottom: var(--space-2);
    margin-bottom: var(--space-2);
  }
  .cart-list .header > .row {
    --bs-gutter-x: var(--space-3);
  }
}
.cart-list .cart-item {
  border-bottom: 2px solid #D9D9D9;
  padding-bottom: var(--space-2);
  margin-bottom: var(--space-2);
}
.cart-list .cart-item .row {
  --bs-gutter-x: var(--space-3);
}
.cart-list .cart-item .row > div {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.cart-list .cart-item .image {
  width: 100%;
  display: block;
}
@media (max-width: 709px) {
  .cart-list .cart-item .image {
    width: 35%;
    margin: 0 auto var(--space-2) auto;
  }
}
.cart-list .cart-item .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cart-list .cart-item .title {
  margin: 0;
  font-weight: bold;
}
.cart-list .cart-item .amount {
  width: 100%;
  height: 100%;
  text-align: center;
  border: none;
  background-color: #f5f5f5;
}
.cart-list .cart-item .article-no .label {
  margin-right: var(--space-1);
}
@media (min-width: 710px) {
  .cart-list .cart-item .article-no .label {
    display: none;
  }
}
@media (max-width: 709px) {
  .cart-list .cart-item .article-no {
    margin-bottom: var(--space-2);
  }
}
.cart-list .cart-item .delete {
  width: 100%;
  height: 100%;
}
@media (max-width: 759px) {
  .cart-list .cart-item .delete {
    padding: 0;
    background-color: transparent;
    color: #E30613;
    width: 30px;
    margin: 0 auto;
  }
  .cart-list .cart-item .delete:hover {
    background-color: transparent;
    color: #000;
  }
}
.cart-list .cart-item .delete svg {
  width: 100%;
  height: auto;
}
@media (min-width: 760px) {
  .cart-list .cart-item .delete svg {
    width: 20%;
  }
}
#cartItemAdd {
  position: relative;
}
#cartItemAdd .cart-add-confirm {
  position: absolute;
  background-color: #FFF;
  padding: var(--space-1);
  top: 100%;
  left: 0;
  width: 100%;
  font-size: var(--font-size-2);
  text-align: center;
  border: 3px solid #D9D9D9;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease;
}
#cartItemAdd .cart-add-confirm.active {
  opacity: 0;
  pointer-events: none;
  animation-name: fadeInAndOut;
  animation-duration: 10s;
}
#cartItemAdd .cart-add-confirm a {
  font-size: var(--font-size-2);
}
#cartWidget {
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease;
  position: fixed;
  right: 0;
  bottom: 200px;
  background-color: #d9d9d9;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  width: 60px;
  height: 60px;
  z-index: 1000;
}
#cartWidget a {
  color: #000;
  width: inherit;
  height: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
}
#cartWidget span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 5px;
  text-align: center;
  top: 5px;
  background-color: var(--color-primary);
  color: #FFF;
  padding: 0;
  border-radius: 50%;
  font-size: 12px;
  margin: 0;
  line-height: 22px;
  width: 25px;
  aspect-ratio: 1;
  transform: scale(1);
  transition: all 0.5s ease;
}
#cartWidget:hover span {
  transform: scale(1.5);
}
#cartWidget.has-products {
  opacity: 1;
  pointer-events: all;
}
#cartWidget.high-count span {
  width: 30px;
  font-size: 10px;
}
#cartWidget.added span {
  animation-name: pulsate;
  animation-duration: 0.5s;
}
#cartWidget svg {
  width: 35px;
  height: auto;
}
@keyframes pulsate {
  0% {
    transform: scale(1);
    opacity: 1;
    color: var(--color-primary);
  }
  50% {
    transform: scale(2.5);
    opacity: 0.2;
    color: var(--color-primary);
  }
  100% {
    transform: scale(1);
    opacity: 1;
    color: #FFF;
  }
}
@keyframes fadeInAndOut {
  0% {
    opacity: 0;
    pointer-events: all;
  }
  20% {
    opacity: 1;
    pointer-events: all;
  }
  90% {
    opacity: 1;
    pointer-events: all;
  }
  100% {
    opacity: 0;
  }
}
.spinner {
  width: 50px;
  height: 50px;
  background-color: #FFF;
  color: #B5B7B4;
  background-image: url('data:image/svg+xml;utf8,<svg id="Ebene_1" data-name="Ebene 1" xmlns="http://www.w3.org/2000/svg" width="368.69" height="499.68" viewBox="0 0 368.69 499.68"> <path id="griff" d="m261,67.63s11,14,14,34c0,0,99,17,77,146,0,0-36,108-43,101,0,0-8,1-8-5-1.42-5.64.78,30.19,1,30,0,0,56-60,66-161,0,0,12-83-64-134,0,0-24-12-43-11Z" fill="%23999999" stroke-width="0"/> <path id="koerper" d="m1,79.63s39-12,34,109c0,0-8,164-9,172,0,0,0,118,5,130,0,0,141,21,278-1,0,0,9-76-3-120,0,0-11-279-47-308,0,0-239-3-259,8l1,10Z" fill="%23999999" stroke-width="0"/> <path id="deckel" d="m74,57.63s1-31,12-36c0,0,81-48,167-1,0,0,16,24,12,35,0,0-187,4-191,2Z" fill="%23999999" stroke-width="0"/> </svg>');
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: scale(1);
  opacity: 1;
  transition: all 1s ease;
  border: 10px solid #FFF;
}
.spinner .fill {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  max-height: 0;
  background-color: red;
  mix-blend-mode: overlay;
  transition: all 1s ease;
}
.spinner.active {
  transform: scale(1);
  opacity: 1;
}
.spinner.active .fill {
  max-height: 100%;
  height: 1000px;
}
.button-finder-wrap {
  float: right;
  z-index: 99992;
  position: sticky;
  top: var(--header-top-height);
  left: 100%;
}
.hekuplast .button-finder-wrap {
  display: none;
}
.no-image .button-finder-wrap {
  position: fixed;
}
@media only screen and (max-width: 1315px) {
  .button-finder-wrap {
    display: none;
  }
}
a.button-finder {
  position: absolute;
  z-index: 99992;
  font-size: var(--font-size-4);
  right: 0;
  top: 0;
  height: var(--header-top-height);
  background-color: var(--color-primary);
  color: #FFF;
  width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-100%);
  text-align: center;
  transition: all 0.5s ease;
}
@media (max-width: 1339px) {
  a.button-finder {
    width: 220px;
  }
}
a.button-finder svg {
  margin-right: var(--space-1);
  transition: all 0.5s ease;
}
a.button-finder:hover {
  background-color: #B5B7B4;
}
a.button-finder:hover svg {
  transform: scale(1.2);
}
.products-similar-wrap {
  overflow: hidden;
}
#products-similar {
  margin-bottom: 0;
}
@media (max-width: 759px) {
  #products-similar {
    margin-top: var(--space-2);
  }
  #products-similar .arrows {
    right: 30px;
    top: -10px;
  }
}
#products-similar .product-list {
  display: block;
}
#products-similar .product-list .slick-list {
  margin: 0 -15px;
  overflow: visible;
}
#products-similar .product-list .product-item {
  margin: 0 15px;
}
.tx-kmacontacts {
  position: relative;
}
.tx-kmacontacts #department-selector {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  top: calc((var(--space-2) + (var(--font-size-h1) * 1.2) + var(--font-size-h1)) * -1);
}
@media (max-width: 999px) {
  .tx-kmacontacts #department-selector {
    position: static;
    margin: 0 0 var(--space-3) 0;
    width: 100%;
  }
}
.tx-kmacontacts li::before {
  display: none !important;
}
.tx-kmacontacts li > a, .tx-kmacontacts li > p {
  margin: 0;
}
.tx-kmacontacts li > a:hover, .tx-kmacontacts li > p:hover {
  color: #FFF !important;
}
.tx-kmacontacts .kma-select-wrap.open .kma-select ul {
  max-height: 700px;
  transition: all 1s ease;
}
.tx-kmacontacts .kma-select-wrap ul {
  background-color: #D9D9D9;
}
.tx-kmacontacts .kma-select-wrap ul p {
  border: 0;
}
.tx-kmacontacts .kma-select-wrap ul:not([class]) li {
  padding-left: 0;
  margin-bottom: 0;
}
.tx-kmacontacts .kma-select-wrap ul:not([class]) li a {
  color: #000;
}
.tx-kmacontacts .kma-select-wrap ul:not([class]) li:hover * {
  color: #FFF;
  transition: none;
}
.tx-kmacontacts .contact-category {
  margin-top: var(--space-3);
}
.tx-kmacontacts .contact-category .contacts-wrap {
  display: grid;
  grid-gap: var(--space-2);
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 710px) {
  .tx-kmacontacts .contact-category .contacts-wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1000px) {
  .tx-kmacontacts .contact-category .contacts-wrap {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.tx-kmacontacts .contact-category:first-child {
  margin-top: 0;
}
.tx-kmacontacts .contact-category h3, .tx-kmacontacts .contact-category .h3 {
  font-weight: 400;
}
.tx-kmacontacts .contact-category .contact-entry {
  background-color: #f5f5f5;
  height: 100%;
}
.frame-layout-20 .tx-kmacontacts .contact-category .contact-entry {
  background-color: #FFF;
}
.tx-kmacontacts .contact-category .contact-entry .contact-image img {
  width: 100%;
  height: auto;
}
.tx-kmacontacts .contact-category .contact-entry .contact-data {
  padding: var(--space-1);
}
.tx-kmacontacts .contact-category .contact-entry .contact-data p, .tx-kmacontacts .contact-category .contact-entry .contact-data a {
  font-size: var(--font-size-3);
  color: #000;
  margin: 0;
  transition: all 0.5s ease;
}
.tx-kmacontacts .contact-category .contact-entry .contact-data p.name, .tx-kmacontacts .contact-category .contact-entry .contact-data a.name {
  font-size: var(--font-size-4);
}
.tx-kmacontacts .contact-category .contact-entry .contact-data a:hover {
  color: var(--color-primary);
}
.tx-kmacontacts .contact-category .contact-entry .contact-data svg {
  margin: 0 8px 0 0;
}
.tx-kmacontacts .contact-category .contact-entry .contact-data p {
  font-size: var(--font-size-1);
}
.tx-kmacontacts .contact-category .contact-entry .contact-data p.sub-title {
  margin-bottom: var(--space-1);
  font-size: var(--font-size-2);
  color: var(--color-primary);
  line-height: 1.2;
  font-weight: 400;
}
.tx-kmacontacts .contact-category .contact-entry .contact-data a {
  font-size: var(--font-size-1);
}
.download-list.download-column .row div .teaser-box {
  margin-bottom: var(--space-2);
}
.download-list.download-column .row div:last-child .teaser-box {
  margin-bottom: 0;
}
@media (min-width: 760px) {
  .download-list.download-column.row-2-col div .teaser-box {
    column-gap: var(--space-3);
  }
}
.download-list.download-column.row-2-col div .teaser-box .teaser-image {
  width: 170px;
  height: auto;
  flex-shrink: 0;
  /*height: 225px;*/
}
@media (min-width: 1000px) {
  .download-list.download-column.row-2-col div .teaser-box .teaser-content {
    padding-right: 15%;
  }
}
.download-list.download-column.row-2-col div .teaser-box .teaser-content .title {
  font-weight: 700;
  font-size: var(--font-size-7);
  margin-bottom: 0.6em;
}
.download-list.download-column.row-2-col div .teaser-box .teaser-content .description {
  font-size: var(--font-size-4);
}
.download-list.download-column.column-1 {
  padding: 1rem;
  background-color: #000;
}
.download-list.download-column.column-1 div .teaser-image {
  height: 250px;
}
@media (min-width: 1000px) {
  .download-list.download-column.column-1 div .teaser-content {
    padding-right: 10%;
  }
}
.download-list.download-column.column-1 div .teaser-content .title {
  font-weight: 700;
  font-size: var(--font-size-7);
}
.download-list.download-column.column-1 div .teaser-content .description {
  font-size: var(--font-size-4);
}
.download-list.download-column .teaser-box {
  display: flex;
  flex-direction: column;
  /*align-items: center;*/
  gap: var(--space-2);
}
@media (min-width: 710px) {
  .download-list.download-column .teaser-box {
    align-items: flex-start;
  }
}
@media (min-width: 710px) {
  .download-list.download-column .teaser-box {
    flex-direction: row;
  }
}
.download-list.download-column .teaser-box .teaser-image {
  /*min-width: 160px;*/
  height: 120px;
  aspect-ratio: 0.7;
  background-color: white;
  padding: 5px;
}
.download-list.download-column .teaser-box .teaser-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
@media (min-width: 760px) {
  .download-list.download-column .teaser-box .teaser-content {
    padding-right: var(--space-3);
  }
}
.download-list.download-column .teaser-box .teaser-content .title {
  color: white;
}
.download-list.download-column .teaser-box .teaser-content .description {
  font-size: var(--font-size-1);
  line-height: 1.666;
  color: white;
}
#jumbotron {
  position: relative;
  overflow: hidden;
}
@media (min-aspect-ratio: 1.4545454545) {
  #jumbotron {
    height: calc(100vh - var(--header-top-height));
  }
}
#jumbotron .frame {
  height: inherit;
}
.kmaslider.backgroundimage .image-container {
  position: relative;
}
.kmaslider.backgroundimage .image-container .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 709px) {
  .kmaslider.contentslider {
    border: 1px solid #f5f5f5;
  }
}
@media (min-width: 1000px) {
  .kmaslider.contentslider .slick-list {
    overflow: visible;
  }
  .kmaslider.contentslider .slick-list:before {
    content: "";
    position: absolute;
    width: 2000px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    left: -2000px;
    top: 0;
    z-index: 999;
    opacity: 1;
    transition: opacity 0.5s ease;
  }
}
.kmaslider.contentslider .slick-list.animation:before {
  opacity: 0;
}
.kmaslider.contentslider .slick-track.suspension .slide {
  animation-timing-function: ease-out;
  animation-name: suspension;
  animation-duration: 0.8s;
}
.kmaslider.contentslider .slick-track.suspensionBack .slide {
  animation-timing-function: ease-out;
  animation-name: suspensionBack;
  animation-duration: 0.8s;
}
.kmaslider.contentslider .slide {
  width: auto;
  padding-right: 0;
}
@media (min-width: 1000px) {
  .kmaslider.contentslider .slide {
    padding-right: var(--space-4);
    width: 1000px;
  }
}
@media (min-width: 1180px) {
  .kmaslider.contentslider .slide {
    width: 950px;
  }
}
@media (min-width: 1340px) {
  .kmaslider.contentslider .slide {
    width: 900px;
  }
}
@media (max-width: 709px) {
  .kmaslider.contentslider .slide {
    height: 100%;
  }
}
.kmaslider.contentslider .slide .content-wrap {
  display: grid;
  grid-template-columns: 100px 5fr 5fr;
}
@media (max-width: 709px) {
  .kmaslider.contentslider .slide .content-wrap {
    grid-template-columns: 1fr;
    height: 100%;
    background-color: var(--color-primary);
  }
}
.kmaslider.contentslider .slide .content-wrap .year {
  background-color: var(--color-primary);
  display: flex;
  justify-content: center;
  align-items: center;
}
.kmaslider.contentslider .slide .content-wrap .year .title {
  font-size: var(--font-size-5);
  transform: rotate(-90deg);
  color: #FFF;
}
@media (max-width: 709px) {
  .kmaslider.contentslider .slide .content-wrap .year .title {
    transform: none;
    padding: var(--space-1);
  }
}
.kmaslider.contentslider .slide .content-wrap .image {
  background-color: red;
  aspect-ratio: 1.0774336283;
}
.kmaslider.contentslider .slide .content-wrap .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}
.kmaslider.contentslider .slide .content-wrap .content {
  background-color: #FFF;
  border: 1px solid #f5f5f5;
  padding: var(--space-2);
  display: flex;
  align-items: center;
}
@media (max-width: 709px) {
  .kmaslider.contentslider .slide .content-wrap .content {
    border: none;
  }
}
.kmaslider.contentslider .slide .content-wrap .content > div .subtitle {
  font-size: var(--font-size-h3);
  margin: 0 0 var(--space-1) 0;
  line-height: 1.2;
}
.kmaslider.contentslider .slide .content-wrap .content > div .description p {
  font-size: var(--font-size-3);
}
.kmaslider.contentslider.toplist .slide, .kmaslider.contentslider.list-similar .slide {
  padding: 0;
}
.kmaslider.headerslider, .kmaslider.fullwidthimage {
  height: inherit;
  width: 100%;
  overflow: hidden;
}
.kmaslider.headerslider .slick-list, .kmaslider.headerslider .slick-track, .kmaslider.headerslider .slide, .kmaslider.fullwidthimage .slick-list, .kmaslider.fullwidthimage .slick-track, .kmaslider.fullwidthimage .slide {
  height: inherit;
}
.kmaslider.headerslider .slide, .kmaslider.fullwidthimage .slide {
  position: relative;
}
.kmaslider.headerslider .slide .overlay, .kmaslider.fullwidthimage .slide .overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: flex;
  align-items: flex-end;
}
.kmaslider.headerslider .slide .overlay .content, .kmaslider.fullwidthimage .slide .overlay .content {
  display: inline-block;
  background-color: rgba(100, 100, 100, 0.5);
  padding: calc(var(--space-2) - .3rem) var(--space-2) var(--space-2) var(--space-2);
  margin-bottom: var(--space-3);
}
@media (min-aspect-ratio: 1.4545454545) {
  .kmaslider.headerslider .slide .overlay .content, .kmaslider.fullwidthimage .slide .overlay .content {
    margin-bottom: var(--space-5);
  }
}
@media (max-width: 759px) {
  .kmaslider.headerslider .slide .overlay .content, .kmaslider.fullwidthimage .slide .overlay .content {
    margin-bottom: var(--space-3);
  }
}
.kmaslider.headerslider .slide .overlay .content p, .kmaslider.fullwidthimage .slide .overlay .content p {
  line-height: 1;
  margin: 0;
  font-size: var(--font-size-6);
}
.kmaslider.headerslider .slide .overlay .content p.title, .kmaslider.fullwidthimage .slide .overlay .content p.title {
  color: #FFF;
  font-weight: 700;
  line-height: 1.3;
}
.kmaslider.headerslider .slide .overlay .content p.subtitle, .kmaslider.fullwidthimage .slide .overlay .content p.subtitle {
  color: #FFF;
  margin-bottom: var(--space-2);
}
@media (max-width: 759px) {
  .kmaslider.headerslider .slide .overlay .content p.subtitle, .kmaslider.fullwidthimage .slide .overlay .content p.subtitle {
    margin-bottom: var(--space-1);
  }
}
@media (max-width: 759px) {
  .kmaslider.headerslider .slide .overlay .content a.btn, .kmaslider.fullwidthimage .slide .overlay .content a.btn {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: var(--font-size-2);
  }
}
@media (max-width: 759px) {
  .kmaslider.headerslider .slide .overlay, .kmaslider.fullwidthimage .slide .overlay {
    width: 100%;
    position: static;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(217, 217, 217, 0) 100%);
    background-color: #505050;
    padding: var(--space-2) 0;
  }
  .kmaslider.headerslider .slide .overlay .content, .kmaslider.fullwidthimage .slide .overlay .content {
    display: block;
    background-color: transparent;
    margin: 0;
    padding: 0;
  }
}
.kmaslider.headerslider img, .kmaslider.fullwidthimage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.kmaslider.headerslider .slider-control, .kmaslider.fullwidthimage .slider-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #FFF;
  width: 46px;
  height: 46px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 400ms ease;
  opacity: 0;
}
@media (max-width: 759px) {
  .kmaslider.headerslider .slider-control, .kmaslider.fullwidthimage .slider-control {
    display: none !important;
  }
}
.kmaslider.headerslider .slider-control svg, .kmaslider.fullwidthimage .slider-control svg {
  width: 26px;
  height: auto;
}
.kmaslider.headerslider .slider-control.prev, .kmaslider.fullwidthimage .slider-control.prev {
  left: 0;
}
.kmaslider.headerslider .slider-control.next, .kmaslider.fullwidthimage .slider-control.next {
  right: 0;
}
.kmaslider.headerslider:hover .slider-control, .kmaslider.fullwidthimage:hover .slider-control {
  opacity: 0.6;
}
.kmaslider.headerslider:hover .slider-control:hover, .kmaslider.fullwidthimage:hover .slider-control:hover {
  opacity: 1;
}
.kmaslider.headerslider:hover .slider-control.prev, .kmaslider.fullwidthimage:hover .slider-control.prev {
  left: var(--space-2);
}
.kmaslider.headerslider:hover .slider-control.next, .kmaslider.fullwidthimage:hover .slider-control.next {
  right: var(--space-2);
}
.kmaslider.headerslider.fullwidthimage .slide .overlay .content, .kmaslider.fullwidthimage.fullwidthimage .slide .overlay .content {
  background-color: transparent;
}
.kmaslider.fullwidthimage {
  position: relative;
}
.kmaslider.fullwidthimage .slide .overlay {
  text-align: center;
  bottom: auto;
  top: 0;
  align-items: flex-start;
}
.kmaslider.fullwidthimage .slide .overlay .content {
  margin-top: var(--space-3);
}
@media (max-width: 759px) {
  .kmaslider.fullwidthimage .slide .overlay .content {
    margin-top: var(--space-1);
  }
}
.kmaslider.fullwidthimage .slide .overlay .content .subtitle {
  font-size: var(--font-size-default);
}
.kmaslider.fullwidthimage .slide .overlay.variant-1 p.title, .kmaslider.fullwidthimage .slide .overlay.variant-1 p.subtitle {
  color: #000;
}
.frame-layout-60 > .container {
  position: relative;
}
.frame-layout-60 > .container .arrows {
  position: absolute;
  top: 0;
  right: var(--bs-gutter-x, 7.5px);
  z-index: 99;
  display: grid;
  grid-auto-flow: column;
  place-content: start end;
  gap: 19px;
  /* Hide arrows if class set */
}
@media (max-width: 709px) {
  .frame-layout-60 > .container .arrows {
    display: none;
  }
}
.frame-layout-60 > .container .arrows .slider-control {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-size: 60%;
  background-position: center;
  background-color: var(--color-primary);
  padding: 5px;
  background-repeat: no-repeat;
  color: #FFF;
  transition: all 0.5s ease;
}
.frame-layout-60 > .container .arrows .slider-control:hover {
  background-color: #B5B7B4;
  border-color: var(--color-primary);
}
.frame-layout-60 > .container .arrows .slider-control svg {
  width: 70%;
  height: auto;
}
.frame-layout-60 > .container .arrows.hide {
  display: none;
}
@keyframes suspension {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-50px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes suspensionBack {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(50px);
  }
  100% {
    transform: translateX(0);
  }
}
.video-content-wrap .box-red {
  height: 100%;
}
.video-item {
  cursor: pointer;
}
.video-player {
  aspect-ratio: 1.7777777778;
  position: relative;
  cursor: pointer;
  /* Lokal */
  /* YouTube */
}
.video-player video {
  display: block;
  width: 100%;
  height: auto;
}
.video-player .video {
  overflow: hidden;
  padding-bottom: 55%;
  height: 0;
  padding-top: 20px;
}
.video-player .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.video-player .overlay {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.video-player .overlay .bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-player .overlay .bg .play {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s all ease;
}
.video-player .overlay .bg .play:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 30px;
  border-color: transparent transparent transparent var(--color-primary);
  transform: translateX(3px);
}
.video-player .overlay .bg:hover:after {
  width: 300px;
  clip-path: polygon(0 0, 36% 0, 100% 100%, 0% 100%);
}
.video-player .overlay .bg:hover .play {
  background-color: rgba(255, 255, 255, 0.4);
  transform: scale(1.2);
}
.companies {
  display: inline-block;
  white-space: nowrap;
}
.companies .company {
  display: inline-block;
  height: 55px;
  width: 55px;
  background-color: #FFF;
  padding: 7px;
  border: 1px solid #000;
  border-radius: 50%;
  margin: 0 var(--space-1) 0 0;
  line-height: 20px;
  transition: background-color 0.25s ease;
}
.companies .company:hover {
  background-color: #B5B7B4;
}
.companies .company img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.jobs-list {
  /*.job-item {

    .companies {
      .company {
        border: none;

        &:last-child {
          margin-right: 0;
        }
      }
    }
  }*/
  /*&.teaser {
    margin-top: var(--space-4);

    .job-item {

      border-color: white;
      a {
        color: $white;

      }

      @include screen-sm-max() {
        .companies {
          margin-left: 0;
          .company {
            border: 1px solid $gray-400;
            height: 40px;
            width: 40px;
            background-color: #FFF;
            padding: 3px;

          }
        }
      }


    }
  }*/
}
@media (min-width: 760px) {
  .jobs-list {
    width: 95%;
  }
}
.jobs-list.list .job-item {
  --space-this: calc( var(--space-1) * 1.5);
  padding: var(--space-1) var(--space-4) var(--space-1) var(--space-this);
  transition: background-color 0.25s ease;
  background: var(--color-primary) url('data:image/svg+xml,<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 19.6 26.7" style="enable-background:new 0 0 19.6 26.7;" xml:space="preserve"><path id="Differenzmenge_5" fill="%23FFFFFF" d="M0,26.7L0,26.7V22l12.6-8.5L0,4.8V0l19.6,13.4L0,26.7L0,26.7z"/></svg>') no-repeat 95% center;
  background-size: 1em;
}
.jobs-list.list .job-item:hover {
  background-color: #B5B7B4;
}
.jobs-list.list .job-item .vacant {
  font-size: var(--font-size-3);
  color: rgba(255, 255, 255, 0.5);
}
.jobs-list.list .job-item .title {
  font-size: var(--font-size-jobs-title);
  line-height: 1;
}
.jobs-list.list .job-item.category-training {
  background: #f5f5f5 url('data:image/svg+xml,<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 19.6 26.7" style="enable-background:new 0 0 19.6 26.7;" xml:space="preserve"><path id="Differenzmenge_5" fill="%23202223" d="M0,26.7L0,26.7V22l12.6-8.5L0,4.8V0l19.6,13.4L0,26.7L0,26.7z"/></svg>') no-repeat 95% center;
  background-size: 1em;
}
.jobs-list.list .job-item.category-training:hover {
  background-color: #B5B7B4;
}
.jobs-list.list .job-item.category-training .vacant {
  color: #000;
}
.jobs-list.list .job-item.category-training .title {
  color: #000;
}
.jobs-list.list a .job-item {
  margin-bottom: var(--space-2);
}
.jobs-list.list a:last-child .job-item {
  margin-bottom: 0;
}
.jobs-container-overview .col-index-2 {
  transform: translateY(-16px);
}
@media (min-width: 760px) {
  .jobs-container-overview .col-index-3 {
    padding-left: var(--space-2);
  }
}
.tx-cinjobs.show .job-show-header {
  margin: var(--space-3) 0;
}
.tx-cinjobs.show .wrapper {
  position: relative;
  background-color: #000;
  padding: var(--space-6) 0;
}
.tx-cinjobs.show .wrapper::after {
  background-image: url('data:image/svg+xml;utf8,<svg id="Ebene_1" xmlns="http://www.w3.org/2000/svg" width="626.41" height="626.42" viewBox="0 0 626.41 626.42"><path id="Pfad_1669" d="m277.5,125.75h-17.72l-8.85.57-18.32,2.38-8.85,2.35-8.26,2.37-17.13,5.92-17.11,7.65-7.68,4.73-8.27,4.72-7.67,5.32-7.67,5.92-7.1,5.87-7.07,7.1-8.27,8.85-8.84,10.04-7.68,10.02-7.09,10.07-6.49,10.6-5.9,10.65-5.32,11.19-5.3,11.22-4.14,11.23-3.53,11.81-3.54,11.8-2.38,11.82-1.75,11.79-1.77,11.82-.6,11.79-.6,12.4.6,11.82.6,11.79,1.17,12.4,2.35,11.82,2.37,11.8,2.95,11.81,4.12,11.23,4.14,11.21,5.3,11.79,5.32,10.62,5.9,10.65,6.49,10.62,7.09,10.62,7.68,10.04,8.84,9.45,8.87,9.45,11.2,10.62,12.42,10.62,12.4,9.45,12.97,9.45,12.99,8.28,13.6,7.07,13.56,7.1,14.17,5.9,14.17,5.32,14.17,4.73,13.57,4.12h1.17l14.78,2.94,14.76,2.95,14.75,1.77,15.37,1.2h30.09l14.77-1.2,14.76-1.77,15.33-2.96,14.79-2.94,14.17-4.12,14.75-4.72,14.17-5.32,14.17-5.9,13.59-7.1,13.58-7.07,13-8.28,12.96-9.45,12.42-9.45,12.39-10.02,11.8-11.22,2.37-3.54,1.78-3.56,1.18-4.12.57-4.15v-4.12l-1.75-3.55-1.78-4.13-2.95-3.54-2.98-2.35-4.14-1.77-3.53-1.77h-8.24l-4.15,1.77-3.55,1.77-3.52,2.35-10.05,9.45-10.62,9.45-10.62,8.28-11.22,7.66-11.22,7.1-11.22,6.47-12.39,5.93-11.83,5.3-12.39,4.71-12.39,4.16-12.4,3.53-13,2.37-13,2.35-12.96,1.2-12.4,1.18h-25.99l-12.99-1.18-12.97-1.2-13-2.35-12.99-2.95-11.22-2.94h-1.18l-12.39-4.16-12.4-4.71-11.81-5.3-11.8-5.93-11.82-6.47-11.22-7.1-11.2-7.66-10.64-8.28-10.62-8.85-10.05-9.45-7.66-8.27-6.5-7.67-6.47-8.27-5.93-8.85-5.89-8.28-4.72-9.45-4.73-8.84-3.55-9.45-3.53-9.45-3.55-9.45-2.38-10.04-2.35-9.45-2.94-20.06-.61-9.45v-20.06l.61-10.05,2.94-20.06,2.35-9.45,2.38-9.45,3.55-10.04,3.53-8.85,3.55-9.45,4.73-9.45,4.72-8.87,5.89-8.82,5.93-8.3,6.47-8.24,6.5-8.28,7.66-7.66,8.87-8.28,9.46-7.1,10.01-6.47,10.05-5.93,10.62-4.72,11.21-3.52,11.22-2.98,11.82-2.35,11.2-1.18h11.83l8.84.57h2.37l11.8,2.38,11.82,2.35,11.22,3.57,10.62,4.72,11.21,5.3,10.02,6.5,9.45,7.1,8.86,8.25,8.24,8.27,7.7,8.85,6.47,10.04,5.92,10.03,4.72,10.04,4.13,11.23,2.94,11.21,2.95,11.2,1.2,11.83.57,11.79-.57,11.82-1.77,11.8-2.38,11.82,7.68-9.45,5.91-10.04,4.73-10.62,4.72-10.62,2.95-11.22,1.77-11.2,1.18-11.24v-11.23l-1.18-11.22-1.77-11.19-2.95-11.22-4.15-10.65-5.3-10.02-5.91-10.05-7.08-9.44-8.28-8.85-7.08-6.5-7.09-6.47-7.08-5.92-8.27-5.32-7.68-5.29-8.29-4.15-16.52-7.65-17.11-5.92-8.85-2.37-8.85-1.76-17.72-2.97-5.33-.57h-4.12Zm2.94-62.6h-23.64l-12.37.6-11.82,1.77-11.79,1.77-11.82,2.35-11.8,3.57-11.22,3.53-11.22,4.73-11.22,4.72-11.22,5.3-10.62,5.93-10.61,6.49-10.05,7.1-10.62,8.25-9.44,8.27-9.46,8.84-10.62,11.23-10.62,12.39-9.45,12.39-9.45,13-8.27,12.99-7.1,13.58-7.08,13.56-5.9,14.17-5.32,14.17-4.72,14.78-4.13,14.17-2.94,14.75-2.38,15.36-2.37,14.75-.58,14.77-.6,15.34.6,14.77,1.17,15.34,1.18,14.77,2.98,14.75,2.94,14.76,4.13,14.76,4.72,14.18,5.32,14.17,5.9,14.17,7.07,13.58,7.1,13.56,8.27,13.6,8.85,12.39,10.04,12.4,10.61,12.39,10.62,11.83,3.55,2.35,3.55,2.37,4.12,1.18h8.27l3.53-1.18,4.15-1.78,3.55-2.94,2.35-3.56,1.78-3.55,1.17-4.12.6-4.14v-4.13l-1.78-3.55-1.78-4.12-2.35-2.94-10.05-10.65-8.85-10.02-8.27-10.62-7.67-11.22-7.1-11.82-6.49-11.22-5.9-11.79-5.33-12.4-4.73-12.4-3.52-12.42-4.15-12.39-2.35-12.97-2.37-13-1.17-12.39-1.18-13v-25.98l1.18-12.97,1.17-13,2.37-12.99,2.35-12.4,3.55-13,4.12-12.39,4.73-11.8,5.32-12.39,5.9-11.82,6.49-11.8,7.1-11.21,7.67-11.22,8.27-10.62,8.85-10.64,10.05-10.03,7.66-7.67,7.67-6.49,8.28-6.49,8.85-5.9,8.84-5.29,8.87-5.33,8.85-4.14,9.44-4.12,9.45-3.55,9.46-3.55,10.04-2.36,9.46-2.37,19.47-2.35,10.04-1.19h20.07l2.94.62,7.1.57,20.05,2.35,9.46,2.37,9.42,2.36,10.07,3.55,9.45,3.55,8.82,3.52,9.45,4.74,8.87,5.33,8.87,5.29,8.24,5.9,8.27,6.49,8.28,6.49,7.67,7.67,8.27,8.85,7.07,9.45,6.5,10.04,5.9,10.02,4.73,11.23,3.54,10.64,2.95,11.2,2.37,11.82,1.18,11.22v11.8l-1.18,11.81-1.79,11.23-2.36,11.79-3.53,11.21-4.72,10.62-5.32,11.22-6.5,10.04-7.07,10.03-8.29,8.87-8.25,8.24-8.85,7.11-10.04,6.49-10.03,5.9-10.65,4.73-10.62,4.73-11.22,2.94-11.22,2.38-11.79,1.17-11.83.61-11.79-.61-11.83-1.17-7.67-1.77-4.12-1.18,4.12,3.52.6.6,4.73,3.55,10.02,5.9,10.65,5.33,10.62,4.12,11.23,2.95,11.21,1.77,11.22,1.17h11.2l11.22-1.17,11.22-1.77,11.21-2.95,10.62-4.12,10.03-5.33,10.07-5.9,9.45-7.1,8.82-8.27,7.1-6.48,5.92-7.69,5.87-7.08,5.36-8.28,4.71-7.67,4.73-8.27,4.12-8.24,3.55-8.28,3.52-8.27,2.35-8.84,2.37-8.88,2.36-8.84,2.37-17.72.61-8.84v-18.29l-.61-8.88-1.17-8.83-1.77-8.88-1.78-8.82-2.37-8.87-5.87-17.12-7.67-16.52-4.73-8.29-4.71-7.67-5.36-8.27-5.87-7.07-6.49-7.67-6.53-6.5-9.45-8.84-9.44-8.27-10.02-8.25-10.03-7.1-10.65-6.49-10.62-5.93-11.22-5.3-11.22-4.72-11.2-4.73-11.82-3.53-11.79-3.57-11.83-2.35-11.79-1.77-11.82-1.77-11.22-.6h-1.17Zm234.99-21.84l-4.15,1.78-3.52,1.79-3.54,2.35-2.38,3.53-2.35,4.15-1.18,3.52v8.28l1.18,4.15,2.35,3.53,2.38,2.95,10.01,10.64,8.87,10.03,8.28,10.64,7.66,11.2,7.08,11.82,6.5,11.22,5.9,12.4,5.32,11.79,4.7,12.43,4.15,12.38,3.55,12.4,2.37,13,2.36,12.97,1.17,13.02,1.2,12.37v26.57l-1.2,12.4-1.17,12.99-2.36,13-2.98,12.99-3.52,12.4-3.57,12.4-4.7,12.39-5.32,11.79-5.9,12.42-6.5,11.2-7.08,11.84-7.66,10.6-8.28,11.21-9.45,10.04-9.43,10.02-7.68,7.68-7.67,6.49-8.87,7.1-8.27,5.9-8.85,5.33-8.84,4.72-8.87,4.73-9.45,4.12-9.45,3.54-9.44,2.95-10.03,2.95-9.45,1.78-10.04,1.78-10.05,1.17-10.02.6-9.44.57-10.05-.57-10.03-.6-10.07-1.17-10.02-1.78-9.45-1.78-10.02-2.95-9.45-2.95-7.1-2.94-2.35-.6-9.45-4.12-8.87-4.73-8.85-4.72-8.84-5.33-8.87-5.9-8.24-6.49-7.7-7.1-7.67-7.08-8.24-9.45-7.7-9.45-6.47-10.04-5.32-10.03-4.73-10.63-4.12-11.2-2.98-11.22-1.75-11.22-1.2-11.82v-11.79l.6-11.22,1.77-11.82,2.94-11.8,2.95-11.22,4.73-10.62,5.9-11.2,6.49-10.07,7.1-9.45,7.67-9.45,8.85-7.67,8.87-7.67,10.02-6.5,9.46-5.86,10.62-4.73,11.22-4.15,11.22-3.54,2.94-.6,8.28-1.77,11.79-1.18,11.82-.57,11.79.57,11.8,1.18,11.81,2.97-9.45-7.07-10.01-6.52-10.62-5.3-11.22-4.15-10.65-2.93-11.2-1.79-4.15-.58-7.07-.6h-11.22l-11.23,1.18-11.21,1.79-11.22,2.93-10.62,4.15-10.62,5.3-9.45,5.9-9.46,7.1-8.87,8.27-7.07,6.5-5.9,7.67-5.91,7.67-5.3,7.66-5.32,7.7-4.12,8.24-7.68,16.51-5.91,17.13-2.35,8.87-2.38,8.85-2.35,17.72-.61,8.85v18.31l.61,8.85,2.35,18.3,2.38,8.27,2.35,8.85,5.91,17.14,7.68,17.12,4.12,8.25,5.32,7.69,5.3,7.68,5.91,7.67,5.9,7.07,7.07,7.1,8.87,8.28,10.03,8.83,10.05,7.68,10.04,7.1,10.62,6.47,10.62,5.92,11.21,5.29,11.23,5.33,11.22,4.12,7.07,2.37,4.72,1.18,11.23,3.55,11.82,2.35,12.39,1.78,11.8,1.78,11.82,1.18h11.79l12.39-.58,11.83-.6,11.79-1.18,11.82-2.37,11.8-2.35,11.81-2.95,11.8-4.15,11.21-4.12,11.22-5.33,11.2-5.29,10.65-5.92,10.62-6.47,10.05-7.1,10.04-7.68,9.45-8.83,9.45-8.88,11.23-11.21,10.62-12.4,9.44-12.4,8.85-12.99,8.24-12.97,7.7-13.59,7.08-13.57,5.91-14.17,5.3-14.17,4.73-14.77,4.15-14.17,2.92-14.74,2.38-14.75,1.78-15.37,1.18-14.77.59-14.74-.59-15.38-1.18-14.74-1.78-15.38-2.38-14.74-3.52-14.77-3.55-14.17-4.72-14.75-5.3-14.17-6.52-14.17-6.47-13.59-7.71-13.58-8.24-12.97-8.85-13.01-9.44-12.39-10.62-12.37-11.22-11.83-2.94-2.35-4.16-2.37-3.55-.6-4.12-.6h-4.12ZM268.62,0l-14.75.57-15.34,1.18-14.78,1.78-14.76,2.38-14.75,2.95-14.76,4.12-14.17,4.73-14.17,5.34-14.17,5.87-13.57,7.1-13.6,7.67-13.56,8.27-12.4,8.85-12.39,9.45-12.4,10.62-11.82,10.62-2.94,3.55-1.78,4.15-1.18,3.53-.6,4.15.6,4.15,1.18,4.1,1.78,3.55,2.94,3.55,3.55,2.95,3.55,1.78,4.12,1.18,4.12.6,4.15-.6,4.12-1.18,3.54-1.78,3.55-2.95,10.02-9.45,10.05-9.44,11.21-8.28,10.62-7.65,11.82-7.1,11.2-6.5,11.83-5.92,12.39-5.3,12.4-4.73,12.39-3.52,12.39-3.58,13-2.94,12.99-1.78,12.38-1.78,13.01-1.17h25.97l13,1.17,13,1.78,13,1.78,12.38,2.94,12.4,3.58,12.99,3.52,11.78,4.73,12.42,5.3,11.82,5.91,11.8,6.5,11.2,7.1,11.24,7.65,10.62,8.28,10.62,9.44,10.01,9.45,7.1,7.7,7.07,8.24,6.52,8.28,5.9,8.24,5.33,8.87,5.3,8.84,4.15,8.85,4.12,9.46,3.54,9.44,2.94,9.45,2.97,10.07,1.78,9.46,2.94,20.04,1.18,10.04v20.06l-1.18,9.45-2.94,20.06-1.78,9.45-2.97,10.07-2.94,9.42-3.54,9.45-4.12,8.85-4.15,9.45-5.3,8.87-5.33,8.84-5.9,8.85-6.52,7.7-7.07,8.24-7.11,7.68-8.82,8.26-9.44,7.68-10.08,5.92-10.6,5.9-10.64,4.71-11.2,4.12-10.64,2.95-11.8,1.77-11.25,1.17h-11.79l-11.82-.57-11.2-1.77-11.79-2.94-11.22-3.55-11.22-4.72-10.62-5.33-4.15-2.35-5.9-4.13-10.04-7.1-8.87-8.26-7.65-8.25-7.67-8.87-6.49-10.02-5.9-10.04-4.73-10.05-4.15-11.21-3.55-11.2-2.35-11.23-1.17-11.81-.6-11.8.6-11.82,1.17-11.79,1.18-5.9,1.77-5.92-7.67,9.44-5.9,10.05-5.32,10.62-4.12,10.62-2.95,11.22-1.77,11.22-1.17,11.22v11.22l1.17,11.22,1.77,11.22,2.95,11.19,4.12,10.65,5.32,10.64,5.9,9.42,7.07,10.05,8.27,8.85,6.5,6.49,7.67,5.9,7.09,5.9,8.28,5.33,7.67,5.32,8.24,4.12,11.22,5.9,5.33,1.77,17.12,6.49,8.84,2.36,8.28,1.77,18.29,2.37,8.87.57,8.85.61,9.44-.61,8.88-.57,17.69-2.37,8.87-1.77,8.85-2.36,17.12-6.49,16.55-7.68,8.24-4.12,7.7-5.32,8.25-5.33,7.09-5.9,7.67-5.9,6.5-7.1,8.85-8.84,8.24-10.05,8.29-10.02,7.08-10.04,6.49-10.63,5.91-10.62,5.29-11.22,4.72-11.22,4.73-11.22,3.57-11.79,2.95-11.22,2.92-11.83,1.8-11.79,1.78-12.39.58-11.83.59-11.79-.59-12.42-.58-11.79-1.78-11.83-1.8-11.79-2.92-11.82-2.95-11.79-3.57-11.82-4.1-11.2-5.34-11.22-5.29-11.22-5.91-10.62-6.49-10.64-7.08-10.02-8.29-10.03-8.24-10.07-8.85-9.45-11.24-10.62-12.38-10.62-12.39-9.45-13.02-9.45-12.97-7.67-13.57-7.67-13.57-7.1-14.17-5.87-14.19-5.34-14.74-4.73-14.18-4.12-14.77-2.95-15.34-2.38-14.77-1.78-14.75-1.18h-2.37l-13-.57Z" fill="white" isolation="isolate" opacity=".08"/></svg>');
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 80vw;
  height: 80vw;
  background-size: 100%;
  transform: translate(60%, -20%);
}
.tx-cinjobs.show .wrapper .box-contact {
  padding: var(--space-2);
  position: relative;
  z-index: 99;
  background-color: rgba(var(--color-primary), 0.8);
}
.tx-cinjobs.show .wrapper .box-contact h2, .tx-cinjobs.show .wrapper .box-contact .h2 {
  color: white;
}
.tx-cinjobs.show .wrapper .box-contact .btn.apply {
  background-color: white;
  color: var(--color-primary);
  font-weight: 700;
  text-transform: none;
}
.tx-cinjobs.show .wrapper .box-contact .btn.apply:hover {
  background-color: #B5B7B4;
  color: white;
}
.tx-cinjobs.show .wrapper p, .tx-cinjobs.show .wrapper h1, .tx-cinjobs.show .wrapper .h1, .tx-cinjobs.show .wrapper h2, .tx-cinjobs.show .wrapper .h2, .tx-cinjobs.show .wrapper h3, .tx-cinjobs.show .wrapper .h3, .tx-cinjobs.show .wrapper ul, .tx-cinjobs.show .wrapper li, .tx-cinjobs.show .wrapper .subheader {
  color: white;
}
.tx-cinjobs .btn {
  padding: 0.4em 0.9em;
}
.tx-cinjobs .btn svg {
  height: 0.7em;
  width: auto;
  margin-left: 0.75em;
}
.job-detail .job-location p {
  margin-bottom: 0.45em;
}
.job-detail header.job-detail.headline {
  margin-bottom: var(--space-2);
}
.job-detail.has-categories h1, .job-detail.has-categories .h1 {
  margin-bottom: 0;
}
.job-detail.no-subtitle h1, .job-detail.no-subtitle .h1 {
  margin-bottom: 0;
}
.job-detail .date {
  margin: 10px 0 0;
  color: var(--color-primary);
  font-weight: 400;
}
.job-detail .companies {
  margin: var(--space-1) 0 var(--space-3);
}
.job-detail .overview {
  margin-top: var(--space-3);
}
@media (min-width: 710px) {
  .job-detail .overview {
    margin-top: 0;
  }
}
.job-detail .box-outline {
  padding: var(--space-2);
  border: 1px solid #000;
}
.job-detail .downloads {
  margin: var(--space-2) 0;
}
.job-detail .downloads a {
  display: block;
  line-height: 1;
}
.job-detail .downloads a svg {
  float: left;
  width: 20px;
  height: 20px;
  object-fit: contain;
  object-position: left center;
  margin: 0 10px 0 0;
}
.job-detail .description2, .job-detail .description3, .job-detail .description4 {
  margin-bottom: var(--space-4);
}
.job-detail .job-contact {
  background-color: #B5B7B4;
  padding: var(--space-2);
  margin: var(--space-2) 0;
}
.job-detail .job-contact p:first-child {
  font-weight: 400;
  margin-bottom: var(--space-1);
}
.job-detail .sticky-aside {
  position: sticky;
  top: 120px;
}
/*.category-description {
  margin-bottom: var(--space-3);

  @include screen-md-min() {
    width: 50%;
  }
}*/
@keyframes job-animation {
  0% {
    transform: rotateX(0deg);
  }
  100% {
    transform: rotateX(360deg);
  }
}
/*
 * ALLGEMEINES FÜR KB FANCY
 */
textarea:-webkit-autofill, input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #f7f7f7 inset !important;
  -webkit-text-fill-color: inherit !important;
}
.kma-select-wrap {
  --menuHeight: 50px;
  display: flex;
  width: fit-content;
  height: var(--menuHeight);
  cursor: pointer;
}
.kma-select-wrap .topactive:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 30 30' fill='none' class='bi bi-arrow-down'%3E%3Cpath id='Vector' fill-rule='evenodd' clip-rule='evenodd' d='M7 0C7.20625 0 7.40405 0.0752506 7.54989 0.209197C7.69573 0.343143 7.77767 0.524812 7.77767 0.714241L7.77767 17.5603L12.6708 13.0649C12.8168 12.9308 13.0148 12.8554 13.2213 12.8554C13.4279 12.8554 13.6259 12.9308 13.7719 13.0649C13.918 13.199 14 13.3809 14 13.5706C14 13.7602 13.918 13.9421 13.7719 14.0762L7.55059 19.7902C7.47835 19.8567 7.39253 19.9094 7.29806 19.9455C7.20358 19.9815 7.10229 20 7 20C6.89771 20 6.79643 19.9815 6.70195 19.9455C6.60747 19.9094 6.52165 19.8567 6.44941 19.7902L0.228059 14.0762C0.0820342 13.9421 0 13.7602 0 13.5706C0 13.3809 0.0820342 13.199 0.228059 13.0649C0.374084 12.9308 0.572138 12.8554 0.778649 12.8554C0.98516 12.8554 1.18321 12.9308 1.32924 13.0649L6.22233 17.5603L6.22233 0.714241C6.22233 0.524812 6.30426 0.343143 6.4501 0.209197C6.59594 0.0752507 6.79375 0 7 0Z' fill='%23FFF'/%3E%3C/svg%3E");
}
.product-show .kma-select-wrap {
  --menuHeight: 50px;
}
.kma-select-wrap .label {
  background-color: #D9D9D9;
  padding: 0 var(--space-1);
  line-height: var(--menuHeight);
  font-size: 16px;
}
.kma-select-wrap .kma-select {
  position: relative;
  flex: 1;
  z-index: 10;
}
.kma-select-wrap .kma-select ul {
  left: 0;
  top: 0;
  display: flex;
  height: auto;
  margin: 0;
  max-width: 100%;
  max-height: var(--menuHeight);
  font-size: var(--font-size-2);
  background-color: #FFF;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid #D9D9D9;
  transition: all 0.5s ease;
}
.kma-select-wrap .kma-select li {
  order: 1;
  height: var(--menuHeight);
  transition: all 0.5s ease;
}
.kma-select-wrap .kma-select li.active {
  order: 0;
  height: var(--menuHeight);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 30 30' fill='none' class='bi bi-arrow-down'%3E%3Cpath id='Vector' fill-rule='evenodd' clip-rule='evenodd' d='M7 0C7.20625 0 7.40405 0.0752506 7.54989 0.209197C7.69573 0.343143 7.77767 0.524812 7.77767 0.714241L7.77767 17.5603L12.6708 13.0649C12.8168 12.9308 13.0148 12.8554 13.2213 12.8554C13.4279 12.8554 13.6259 12.9308 13.7719 13.0649C13.918 13.199 14 13.3809 14 13.5706C14 13.7602 13.918 13.9421 13.7719 14.0762L7.55059 19.7902C7.47835 19.8567 7.39253 19.9094 7.29806 19.9455C7.20358 19.9815 7.10229 20 7 20C6.89771 20 6.79643 19.9815 6.70195 19.9455C6.60747 19.9094 6.52165 19.8567 6.44941 19.7902L0.228059 14.0762C0.0820342 13.9421 0 13.7602 0 13.5706C0 13.3809 0.0820342 13.199 0.228059 13.0649C0.374084 12.9308 0.572138 12.8554 0.778649 12.8554C0.98516 12.8554 1.18321 12.9308 1.32924 13.0649L6.22233 17.5603L6.22233 0.714241C6.22233 0.524812 6.30426 0.343143 6.4501 0.209197C6.59594 0.0752507 6.79375 0 7 0Z' fill='%23B5B7B4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right calc(var(--menuHeight) / 2 - 10px);
  background-size: calc(1.5 * var(--space-default)) calc(var(--space-default));
}
@media (max-width: 709px) {
  .kma-select-wrap .kma-select li.active {
    background-position: right calc(var(--menuHeight) / 2 - 7px);
  }
}
.kma-select-wrap .kma-select li.active:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 30 30' fill='none' class='bi bi-arrow-down'%3E%3Cpath id='Vector' fill-rule='evenodd' clip-rule='evenodd' d='M7 0C7.20625 0 7.40405 0.0752506 7.54989 0.209197C7.69573 0.343143 7.77767 0.524812 7.77767 0.714241L7.77767 17.5603L12.6708 13.0649C12.8168 12.9308 13.0148 12.8554 13.2213 12.8554C13.4279 12.8554 13.6259 12.9308 13.7719 13.0649C13.918 13.199 14 13.3809 14 13.5706C14 13.7602 13.918 13.9421 13.7719 14.0762L7.55059 19.7902C7.47835 19.8567 7.39253 19.9094 7.29806 19.9455C7.20358 19.9815 7.10229 20 7 20C6.89771 20 6.79643 19.9815 6.70195 19.9455C6.60747 19.9094 6.52165 19.8567 6.44941 19.7902L0.228059 14.0762C0.0820342 13.9421 0 13.7602 0 13.5706C0 13.3809 0.0820342 13.199 0.228059 13.0649C0.374084 12.9308 0.572138 12.8554 0.778649 12.8554C0.98516 12.8554 1.18321 12.9308 1.32924 13.0649L6.22233 17.5603L6.22233 0.714241C6.22233 0.524812 6.30426 0.343143 6.4501 0.209197C6.59594 0.0752507 6.79375 0 7 0Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
.kma-select-wrap .kma-select li a, .kma-select-wrap .kma-select li p {
  display: block;
  width: inherit;
  height: inherit;
  color: #000;
  line-height: var(--menuHeight);
  border-bottom: 1px solid #f5f5f5;
  font-size: var(--font-size-2);
}
.kma-select-wrap .kma-select li > p {
  padding: 0 var(--space-1);
  padding-right: var(--menuHeight);
}
.kma-select-wrap .kma-select li > a {
  padding: 0 var(--space-1);
}
.kma-select-wrap .kma-select li:hover {
  background-color: var(--color-primary);
}
.kma-select-wrap .kma-select li:hover a, .kma-select-wrap .kma-select li:hover p {
  color: #FFF;
  transition: none;
}
.kma-select-wrap.open .kma-select ul {
  max-height: 350px;
  transition: all 1s ease;
}
.kma-select-wrap.count-1 .kma-select li.active {
  background-image: none;
}
.kma-select-wrap.count-1 .kma-select li > p {
  padding-right: var(--space-1);
}
/* Powermail */
.tx-powermail legend {
  display: none;
}
.tx-powermail textarea {
  width: 100%;
}
.tx-powermail .checkbox {
  height: auto;
}
.tx-powermail .grid-margin-list > .col-sm-4 {
  margin-top: 0;
}
.tx-powermail .powermail_fieldwrap {
  position: relative;
  /* Submit */
  /* Checkbox */
}
.tx-powermail .powermail_fieldwrap label {
  color: #B5B7B4;
  font-size: var(--font-size-3);
}
.tx-powermail .powermail_fieldwrap .powermail-errors-list {
  position: absolute;
  top: auto;
  bottom: calc(-1em - 7px);
  left: 0;
  font-size: var(--font-size-1);
  color: var(--color-primary);
  margin: 0;
}
@media (max-width: 759px) {
  .tx-powermail .powermail_fieldwrap .powermail-errors-list {
    bottom: calc(-1em - 8px);
  }
}
@media (max-width: 759px) {
  .tx-powermail .powermail_fieldwrap .powermail-errors-list {
    font-size: 10px;
  }
}
.markutec .tx-powermail .powermail_fieldwrap .powermail-errors-list {
  color: #a80f0f;
}
.tx-powermail .powermail_fieldwrap.powermail_fieldwrap_type_submit {
  margin-top: calc(var(--space-2) + 3px);
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 709px) {
  .tx-powermail .powermail_fieldwrap.powermail_fieldwrap_type_submit {
    display: block;
    width: 100%;
    margin-top: var(--space-3);
  }
  .tx-powermail .powermail_fieldwrap.powermail_fieldwrap_type_submit div, .tx-powermail .powermail_fieldwrap.powermail_fieldwrap_type_submit input {
    display: block;
    width: 100%;
  }
}
.tx-powermail .powermail_fieldwrap.powermail_fieldwrap_type_check {
  margin-top: var(--space-2);
}
.tx-powermail .powermail_fieldwrap.powermail_fieldwrap_type_check .powermail_legend {
  display: none;
}
.tx-powermail .powermail_fieldwrap.powermail_fieldwrap_type_check input[type=checkbox] {
  display: none;
}
.tx-powermail .powermail_fieldwrap.powermail_fieldwrap_type_check input[type=checkbox] + label {
  cursor: pointer;
  font-size: var(--font-size-2);
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 18px;
}
.tx-powermail .powermail_fieldwrap.powermail_fieldwrap_type_check input[type=checkbox] + label:before {
  margin-top: 3px;
  display: block;
  width: 22px;
  height: 22px;
  content: "";
  background-color: #FFF;
  transition: all 0.3s ease;
}
.tx-powermail .powermail_fieldwrap.powermail_fieldwrap_type_check input[type=checkbox]:checked + label:before {
  background: var(--color-primary) no-repeat center center url('data:image/svg+xml;charset=UTF-8,<svg viewBox="0 0 11 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.29013 0.286938C9.48022 0.10086 9.73317 -0.00201204 9.99562 2.98247e-05C10.2581 0.00207169 10.5095 0.108868 10.6968 0.297882C10.8841 0.486897 10.9927 0.743347 10.9996 1.01312C11.0066 1.28289 10.9113 1.54488 10.734 1.74381L5.34993 8.66741C5.25735 8.76994 5.14561 8.85223 5.02139 8.90934C4.89718 8.96646 4.76304 8.99723 4.62699 8.99982C4.49095 9.00241 4.35579 8.97677 4.22961 8.92442C4.10342 8.87207 3.9888 8.7941 3.89259 8.69516L0.32211 5.02385C0.222678 4.92858 0.142926 4.81369 0.0876123 4.68605C0.0322983 4.5584 0.00255507 4.4206 0.0001575 4.28088C-0.00224007 4.14115 0.0227572 4.00236 0.0736574 3.87278C0.124558 3.74321 0.200318 3.6255 0.29642 3.52669C0.392522 3.42787 0.506995 3.34997 0.633012 3.29763C0.759029 3.2453 0.894007 3.21959 1.02989 3.22206C1.16578 3.22452 1.29979 3.25511 1.42394 3.31198C1.54808 3.36886 1.65981 3.45086 1.75246 3.5531L4.57808 6.45713L9.2645 0.317463C9.27293 0.306781 9.28059 0.29659 9.29013 0.286938Z" fill="white"/></svg>');
  border: 4px solid var(--color-primary);
}
.tx-powermail .powermail_fieldwrap.powermail_fieldwrap_type_textarea {
  margin-top: calc(var(--space-2) - 4px);
  font-size: var(--font-size-3);
}
.tx-powermail .powermail_fieldwrap.powermail_fieldwrap_type_textarea textarea {
  padding: 8px 10px;
}
.tx-powermail .powermail_fieldwrap.powermail_fieldwrap_type_textarea .powermail-errors-list {
  bottom: calc(-1em - 3px);
}
.tx-powermail .powermail_fieldwrap.powermail_fieldwrap_type_input input {
  padding: 8px 10px;
  font-size: var(--font-size-3);
  max-width: 100%;
  width: 100%;
}
.frame-layout-20 .tx-powermail .powermail_fieldwrap label {
  color: #000;
}
.frame-layout-20 .tx-powermail .powermail_fieldwrap input[type=text], .frame-layout-20 .tx-powermail .powermail_fieldwrap textarea {
  border-radius: 0;
  border: 1px solid #B5B7B4;
  background-color: #FFF;
}
.frame-layout-20 .tx-powermail .powermail_fieldwrap.powermail_fieldwrap_type_check input[type=checkbox] + label:before {
  border: 1px solid #B5B7B4;
}
.frame-layout-20 .tx-powermail .powermail_fieldwrap.powermail_fieldwrap_type_check input[type=checkbox]:checked + label:before {
  border: 4px solid var(--color-primary);
}
input:focus {
  box-shadow: none !important;
}
.tx-indexedsearch .search-word {
  border-radius: 0;
  border: none;
  background-color: #f5f5f5;
}
.tx-indexedsearch .tx-indexedsearch-res {
  margin: 0 0 var(--space-2) 0;
}
.tx-indexedsearch .tx-indexedsearch-res p {
  color: #000;
}
.tx-indexedsearch .tx-indexedsearch-res h3, .tx-indexedsearch .tx-indexedsearch-res .h3, .tx-indexedsearch .tx-indexedsearch-res a {
  color: var(--color-primary);
  transition: color 0.5s ease;
}
.tx-indexedsearch .tx-indexedsearch-res h3:hover, .tx-indexedsearch .tx-indexedsearch-res .h3:hover, .tx-indexedsearch .tx-indexedsearch-res a:hover {
  color: #000;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-percent {
  display: none;
}
.tx-indexedsearch .tx-indexedsearch-form .btn-primary.big svg {
  width: 30px;
  height: auto;
}
.tx-indexedsearch .tx-indexed-search-noresult {
  margin-top: var(--space-1);
}
.tx-indexedsearch .search-wrapper {
  margin-bottom: calc(var(--space-1) / 3);
}
.tx-indexedsearch .search-wrapper .search-input-wrapper {
  display: flex;
  margin-bottom: 32px;
}
.tx-indexedsearch .search-wrapper .search-input-wrapper .kb-fancy-inputfield {
  margin-bottom: 0;
  height: 100%;
}
.tx-indexedsearch .search-wrapper .search-input-wrapper .kb-fancy-inputfield div {
  height: 100%;
}
.tx-indexedsearch .page-navigation {
  line-height: initial;
}
.tx-indexedsearch .page-navigation ul {
  gap: var(--space-1);
}
.tx-indexedsearch .page-navigation ul li {
  background-color: #B5B7B4;
  display: inline-block;
  width: fit-content;
  margin: 0 5px 5px 0;
  transition: background-color 0.5s ease;
}
.tx-indexedsearch .page-navigation ul li:hover {
  background-color: #868889;
}
.tx-indexedsearch .page-navigation ul li a {
  height: var(--space-3);
  min-width: var(--space-3);
  padding: 1rem;
  display: flex;
  width: fit-content;
  align-items: center;
  color: #fff;
}
.tx-indexedsearch .page-navigation ul li.tx-indexedsearch-browselist-currentPage {
  background-color: var(--color-primary);
}
.tx-kmawiki {
  --item-grid-min: repeat(auto-fill,minmax(400px, 1fr));
}
.tx-kmawiki .tx-kmawiki-list-wrapper {
  display: grid;
  gap: 1rem;
}
.tx-kmawiki .letter {
  text-transform: uppercase;
}
@media screen and (max-width: 500px) {
  .tx-kmawiki {
    --item-grid-min: 1fr;
  }
}
.tx-kmawiki .item-list {
  display: grid;
  grid-template-columns: var(--item-grid-min);
  grid-gap: var(--space-2);
  margin-bottom: var(--space-2);
}
.tx-kmawiki .item-list .item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: var(--space-2);
  background: rgba(255, 255, 255, 0.7);
}
.tx-kmawiki .item-list .item p {
  color: #000;
}
.tx-kmawiki .item-list .item::before {
  --space-top: 8px;
  content: "";
  display: block;
  top: var(--space-top);
  bottom: var(--space-top);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.tx-kmawiki .item-list .item p {
  margin: 0;
}
.tx-kmawiki .item-list .item p.title {
  font-weight: 700;
  padding: var(--space-1);
}
.tx-kmawiki .item-list .item p.description {
  padding: var(--space-1);
  text-align: right;
}
@media (min-width: 1180px) {
  .address-item .address-data {
    display: flex;
    justify-content: flex-start;
    gap: var(--space-4);
  }
}
.address-item .address-data .email a {
  text-decoration: underline;
}
.address-item p {
  margin: 0 0 0 0;
}
a.icon, p.icon {
  display: inline-flex;
  align-items: center;
  padding-left: 1.4em;
  background-size: 1.2em;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: left center;
}
a.icon.phone, p.icon.phone {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDEiIHZpZXdCb3g9IjAgMCA0MCA0MSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IndoYXRzYXBwIDEiPgo8cGF0aCBpZD0iVmVjdG9yIiBkPSJNMjcuNjY1NCAyMy4zNDczQzI3LjMzMiAyMy4xODA3IDI1LjE2NTQgMjIuMTgwNyAyNC44MzIgMjIuMDE0QzI0LjQ5ODcgMjEuODQ3MyAyNC4xNjU0IDIxLjg0NzMgMjMuODMyIDIyLjE4MDdDMjMuNDk4NyAyMi41MTQgMjIuODMyIDIzLjUxNCAyMi40OTg3IDIzLjg0NzNDMjIuMzMyIDI0LjE4MDcgMjEuOTk4NyAyNC4xODA3IDIxLjY2NTQgMjQuMDE0QzIwLjQ5ODcgMjMuNTE0IDE5LjMzMiAyMi44NDczIDE4LjMzMiAyMi4wMTRDMTcuNDk4NyAyMS4xODA3IDE2LjY2NTQgMjAuMTgwNyAxNS45OTg3IDE5LjE4MDdDMTUuODMyIDE4Ljg0NzMgMTUuOTk4NyAxOC41MTQgMTYuMTY1NCAxOC4zNDczQzE2LjMzMiAxOC4xODA3IDE2LjQ5ODcgMTcuODQ3MyAxNi44MzIgMTcuNjgwN0MxNi45OTg3IDE3LjUxNCAxNy4xNjU0IDE3LjE4MDcgMTcuMTY1NCAxNy4wMTRDMTcuMzMyIDE2Ljg0NzMgMTcuMzMyIDE2LjUxNCAxNy4xNjU0IDE2LjM0NzNDMTYuOTk4NyAxNi4xODA3IDE2LjE2NTQgMTQuMTgwNyAxNS44MzIgMTMuMzQ3M0MxNS42NjU0IDEyLjE4MDcgMTUuMzMyIDEyLjE4MDcgMTQuOTk4NyAxMi4xODA3SDE0LjE2NTRDMTMuODMyIDEyLjE4MDcgMTMuMzMyIDEyLjUxNCAxMy4xNjU0IDEyLjY4MDdDMTIuMTY1NCAxMy42ODA3IDExLjY2NTQgMTQuODQ3MyAxMS42NjU0IDE2LjE4MDdDMTEuODMyIDE3LjY4MDcgMTIuMzMyIDE5LjE4MDcgMTMuMzMyIDIwLjUxNEMxNS4xNjU0IDIzLjE4MDcgMTcuNDk4NyAyNS4zNDczIDIwLjMzMiAyNi42ODA3QzIxLjE2NTQgMjcuMDE0IDIxLjgzMiAyNy4zNDczIDIyLjY2NTQgMjcuNTE0QzIzLjQ5ODcgMjcuODQ3MyAyNC4zMzIgMjcuODQ3MyAyNS4zMzIgMjcuNjgwN0MyNi40OTg3IDI3LjUxNCAyNy40OTg3IDI2LjY4MDcgMjguMTY1NCAyNS42ODA3QzI4LjQ5ODcgMjUuMDE0IDI4LjQ5ODcgMjQuMzQ3MyAyOC4zMzIgMjMuNjgwN0wyNy42NjU0IDIzLjM0NzNaTTMxLjgzMiA4LjE4MDY3QzI1LjMzMiAxLjY4MDY2IDE0LjgzMiAxLjY4MDY2IDguMzMyMDMgOC4xODA2N0MyLjk5ODcgMTMuNTE0IDEuOTk4NyAyMS42ODA3IDUuNjY1MzYgMjguMTgwN0wzLjMzMjAzIDM2LjY4MDdMMTIuMTY1NCAzNC4zNDczQzE0LjY2NTQgMzUuNjgwNyAxNy4zMzIgMzYuMzQ3MyAxOS45OTg3IDM2LjM0NzNDMjkuMTY1NCAzNi4zNDczIDM2LjQ5ODcgMjkuMDE0IDM2LjQ5ODcgMTkuODQ3M0MzNi42NjU0IDE1LjUxNCAzNC44MzIgMTEuMzQ3MyAzMS44MzIgOC4xODA2N1pNMjcuMzMyIDMxLjUxNEMyNS4xNjU0IDMyLjg0NzMgMjIuNjY1NCAzMy42ODA3IDE5Ljk5ODcgMzMuNjgwN0MxNy40OTg3IDMzLjY4MDcgMTUuMTY1NCAzMy4wMTQgMTIuOTk4NyAzMS44NDczTDEyLjQ5ODcgMzEuNTE0TDcuMzMyMDMgMzIuODQ3M0w4LjY2NTM2IDI3Ljg0NzNMOC4zMzIwMyAyNy4zNDczQzQuMzMyMDMgMjAuNjgwNyA2LjMzMjAzIDEyLjM0NzMgMTIuODMyIDguMTgwNjdDMTkuMzMyIDQuMDE0IDI3LjY2NTQgNi4xODA2NiAzMS42NjU0IDEyLjUxNEMzNS42NjU0IDE5LjAxNCAzMy44MzIgMjcuNTE0IDI3LjMzMiAzMS41MTRaIiBmaWxsPSJibGFjayIvPgo8L2c+Cjwvc3ZnPgo=);
}
a.icon.email, p.icon.email {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDEiIHZpZXdCb3g9IjAgMCA0MCA0MSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9ImVudmVsb3BlIDEiPgo8cGF0aCBpZD0iUmVjdGFuZ2xlIDM5IiBkPSJNNS41IDkuNDQzOTNDNi40MDE4OCA4LjU1OTgxIDcuNjM3MjcgOC4wMTQ2NSA5IDguMDE0NjVIMzFDMzIuMzYyNyA4LjAxNDY1IDMzLjU5ODEgOC41NTk4MSAzNC41IDkuNDQzOTNNNS41IDkuNDQzOTNDNC41NzQzMiAxMC4zNTE0IDQgMTEuNjE2IDQgMTMuMDE0NlYyNy4wMTQ2QzQgMjkuNzc2MSA2LjIzODU4IDMyLjAxNDYgOSAzMi4wMTQ2SDMxQzMzLjc2MTQgMzIuMDE0NiAzNiAyOS43NzYxIDM2IDI3LjAxNDZWMTMuMDE0NkMzNiAxMS42MTYgMzUuNDI1NyAxMC4zNTE0IDM0LjUgOS40NDM5M001LjUgOS40NDM5M0wxNy4zMjE4IDIwLjEwMDRDMTguODQzNyAyMS40NzI0IDIxLjE1NjMgMjEuNDcyNCAyMi42NzgyIDIwLjEwMDRMMzQuNSA5LjQ0MzkzIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjIuNSIvPgo8L2c+Cjwvc3ZnPgo=);
}
a.icon.address, p.icon.address {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDEiIHZpZXdCb3g9IjAgMCA0MCA0MSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9ImZpOm1hcC1waW4iIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8zMTdfMTE3NikiPgo8cGF0aCBpZD0iVmVjdG9yIiBkPSJNMzUgMTYuNjgwN0MzNSAyOC4zNDczIDIwIDM4LjM0NzMgMjAgMzguMzQ3M0MyMCAzOC4zNDczIDUgMjguMzQ3MyA1IDE2LjY4MDdDNSAxMi43MDI0IDYuNTgwMzUgOC44ODcxMSA5LjM5MzQgNi4wNzQwNkMxMi4yMDY0IDMuMjYxMDIgMTYuMDIxOCAxLjY4MDY2IDIwIDEuNjgwNjZDMjMuOTc4MiAxLjY4MDY2IDI3Ljc5MzYgMy4yNjEwMiAzMC42MDY2IDYuMDc0MDZDMzMuNDE5NiA4Ljg4NzExIDM1IDEyLjcwMjQgMzUgMTYuNjgwN1oiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMi41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggaWQ9IlZlY3Rvcl8yIiBkPSJNMjAgMjEuNjgwN0MyMi43NjE0IDIxLjY4MDcgMjUgMTkuNDQyMSAyNSAxNi42ODA3QzI1IDEzLjkxOTIgMjIuNzYxNCAxMS42ODA3IDIwIDExLjY4MDdDMTcuMjM4NiAxMS42ODA3IDE1IDEzLjkxOTIgMTUgMTYuNjgwN0MxNSAxOS40NDIxIDE3LjIzODYgMjEuNjgwNyAyMCAyMS42ODA3WiIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzMxN18xMTc2Ij4KPHJlY3Qgd2lkdGg9IjQwIiBoZWlnaHQ9IjQwIiBmaWxsPSJ3aGl0ZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAwLjAxMzY3MTkpIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==);
}
.tx-kmafaq .accordion .accordion-item {
  margin-bottom: var(--space-1);
  border: none;
  transition: all 0.5s ease;
}
.tx-kmafaq .accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.tx-kmafaq .accordion .accordion-item .accordion-header {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: var(--color-primary);
  height: 105px;
  padding: 0 170px 0 var(--space-2);
  color: #FFF;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 500;
  font-size: var(--font-size-5);
}
@media (max-width: 759px) {
  .tx-kmafaq .accordion .accordion-item .accordion-header {
    line-height: 1.2;
    padding: var(--space-2) 80px var(--space-2) var(--space-2);
    height: auto;
  }
}
.tx-kmafaq .accordion .accordion-item .accordion-header.collapsed {
  background-color: #FFF;
  color: #000;
}
.tx-kmafaq .accordion .accordion-item .accordion-header.collapsed:hover {
  background-color: var(--color-primary);
  color: #FFF;
}
.tx-kmafaq .accordion .accordion-item .accordion-header span {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  min-width: 60px;
  background-color: #D9D9D9;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
  color: #000;
}
@media (min-width: 760px) {
  .tx-kmafaq .accordion .accordion-item .accordion-header span {
    aspect-ratio: 1;
  }
}
.tx-kmafaq .accordion .accordion-item .accordion-header span svg {
  transition: all 0.5s ease;
}
.tx-kmafaq .accordion .accordion-item .accordion-body {
  padding: var(--space-2);
}
.tx-kmafaq .accordion .accordion-item .accordion-body .images .image-item {
  border: 1px solid #D9D9D9;
  margin-bottom: var(--space-2);
  padding: var(--space-2);
}
.tx-kmafaq .accordion .accordion-item .accordion-body .images .image-item:last-child {
  margin-bottom: 0;
}
.tx-kmafaq .accordion .accordion-item .accordion-body .images .image-item picture {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}
.tx-kmafaq .accordion .accordion-item .accordion-body .images .image-item picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.5s ease;
}
.tx-kmafaq .accordion .accordion-item .accordion-body .images .image-item .caption {
  margin-top: 20px;
  font-size: var(--font-size-3);
  color: #000;
}
.tx-kmafaq .accordion .accordion-item.open, .tx-kmafaq .accordion .accordion-item:hover {
  margin-bottom: var(--space-2);
}
.tx-kmafaq .accordion .accordion-item.open .accordion-header span, .tx-kmafaq .accordion .accordion-item:hover .accordion-header span {
  background-color: rgba(217, 217, 217, 0.3);
  color: #FFF;
}
.tx-kmafaq .accordion .accordion-item.open span svg {
  transform: rotate(180deg);
}
.CookiebotWidget-body-inner ul li::before {
  display: none;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%2F(stdin)%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2FConfig%2F_vars.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2F_root.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2F_reboot.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2Fvendor%2F_rfs.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2F_type.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2F_images.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2F_containers.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2Fmixins%2F_breakpoints.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2F_grid.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2Fmixins%2F_grid.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2F_tables.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2Fmixins%2F_table-variants.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2Fforms%2F_labels.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2Fforms%2F_form-text.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2Fforms%2F_form-control.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2Fmixins%2F_transition.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2Fforms%2F_form-select.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2Fforms%2F_form-check.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2Fforms%2F_form-range.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2Fforms%2F_floating-labels.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2Fforms%2F_input-group.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2Fmixins%2F_forms.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2F_buttons.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2Fmixins%2F_buttons.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2F_transitions.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2F_dropdown.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2Fmixins%2F_caret.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2F_button-group.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2F_nav.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2F_navbar.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2F_card.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2F_accordion.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2F_breadcrumb.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2F_pagination.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2Fmixins%2F_pagination.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2F_badge.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2F_alert.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2Fmixins%2F_alert.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2F_progress.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2F_list-group.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2Fmixins%2F_list-group.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2F_close.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2F_toasts.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2F_modal.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2F_tooltip.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2F_popover.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2F_carousel.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2Fmixins%2F_clearfix.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2F_spinners.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2F_offcanvas.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2Fhelpers%2F_colored-links.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2Fhelpers%2F_ratio.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2Fhelpers%2F_position.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2Fhelpers%2F_visually-hidden.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2Fhelpers%2F_stretched-link.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2Fhelpers%2F_text-truncation.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2Fmixins%2F_utilities.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2F..%2FLibrary%2Fbootstrap-5.0.2%2Fscss%2Futilities%2F_api.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2FConfig%2F_cssvars.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2FConfig%2F_functions.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2F_typographie.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2FCore%2F_responsive.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2FCore%2F_slick.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2FCore%2F_textmedia.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2FCore%2F_frames.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2FCore%2F_layouts.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2F_layouts.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2F_navigation.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2F_navigation-mobile.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2F_header.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2F_main.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2F_footer.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2FExtensions%2F_container.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2FExtensions%2F_jquery.fancybox.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2FExtensions%2F_kmaaddress.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2FExtensions%2F_cinteaser.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2FExtensions%2F_modal.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2FExtensions%2F_appear-effects.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2FExtensions%2F_kmacookies.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2FExtensions%2F_sidebar.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2FExtensions%2F_mask.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2FExtensions%2F_news.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2FExtensions%2F_kmaproducts.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2FExtensions%2F_kmacontacts.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2FExtensions%2F_kmadownloads.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2FExtensions%2F_kmaslider.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2FExtensions%2F_kmavideo.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2FExtensions%2F_cinjobs.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2FExtensions%2F_form.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2FExtensions%2F_indexsearch.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2FExtensions%2F_kmawiki.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2FExtensions%2F_kmaicons.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2FExtensions%2F_kmafaq.scss%22%2C%22%2Ftypo3conf%2Fext%2Fkmatheme%2FResources%2FPublic%2FScss%2FLibrary%2FExtensions%2F_usercentrics.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC2EA%3BAAAA%3BAAAA%3BAAwBA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAD1GA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACeA%3BAAAA%3BAAAA%3BAAgBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAC0CI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADrCJ%3BAAAA%3BAAAA%3BACqCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADhCJ%3BAAAA%3BAAAA%3BACgCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD3BJ%3BAAAA%3BAAAA%3BAC2BI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADtBJ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC7WI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADsXF%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAHzhBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAG8iBA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAE9kBA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADoGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACpGF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADoGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACpGF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADoGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACpGF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADoGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACpGF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADoGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACpGF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADoGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC9EJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAC7FF%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAChCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACyDE%3BAD5CE%3BAAAA%3BAAAA%3BAAAA%3BAC4CF%3BAD5CE%3BAAAA%3BAAAA%3BAAAA%3BAC4CF%3BAD5CE%3BAAAA%3BAAAA%3BAAAA%3BAC4CF%3BAD5CE%3BAAAA%3BAAAA%3BAAAA%3BAC4CF%3BAD5CE%3BAAAA%3BAAAA%3BAAAA%3BAEdJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACgEE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAArBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFQE%3BAESE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAArBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFQE%3BAESE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAArBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFQE%3BAESE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAArBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFQE%3BAESE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAArBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFQE%3BAESE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAArBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAuCI%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAF7DJ%3BAE%2BBE%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAF7DJ%3BAE%2BBE%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAF7DJ%3BAE%2BBE%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAF7DJ%3BAE%2BBE%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAF7DJ%3BAE%2BBE%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAALA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BACxHR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BACtHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD%2BIE%3BAAAA%3BAAAA%3BAAAA%3BAHrEA%3BAGqEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHrEA%3BAGqEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHrEA%3BAGqEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHrEA%3BAGqEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHrEA%3BAGqEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAE7IJ%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC3BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACgBM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADIJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACvDI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADsEJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC1EI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADyFJ%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAcF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAEjNF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADeM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC5DA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFIM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEUJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAeJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFzFI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEiGF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC3IJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAGF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHNI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGiBF%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHjCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAG2CF%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BACtFJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJWI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIEJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BACpDJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAeI%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC3FA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBE%3BAAAA%3BAAAA%3BAA5CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA8DE%3BAAAA%3BAAAA%3BAAAA%3BAA9DF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAoFI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAA7FF%3BAAAA%3BAAAA%3BAAwGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAtHA%3BAAAA%3BAAAA%3BAAmIE%3BAAAA%3BAAAA%3BAAhHJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBE%3BAAAA%3BAAAA%3BAA5CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA8DE%3BAAAA%3BAAAA%3BAAAA%3BAA9DF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAoFI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAA7FF%3BAAAA%3BAAAA%3BAAwGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAtHA%3BAAAA%3BAAAA%3BAAmIE%3BAAAA%3BAAAA%3BACrIN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPgBM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOCJ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAiBA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAClCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADNA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAClCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADNA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAClCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADNA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAClCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADNA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAClCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADNA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAClCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADNA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAClCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADNA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAClCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADAA%3BAAAA%3BAAAA%3BAAAA%3BACsBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BADpDA%3BAAAA%3BAAAA%3BAAAA%3BACsBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BADpDA%3BAAAA%3BAAAA%3BAAAA%3BACsBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BADpDA%3BAAAA%3BAAAA%3BAAAA%3BACsBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BADpDA%3BAAAA%3BAAAA%3BAAAA%3BACsBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BADpDA%3BAAAA%3BAAAA%3BAAAA%3BACsBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BADpDA%3BAAAA%3BAAAA%3BAAAA%3BACsBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BADpDA%3BAAAA%3BAAAA%3BAAAA%3BACsBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BADxCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAE5GA%3BAAAA%3BAAAA%3BAToBM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BASjBJ%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BATKM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUnBN%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BACsBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA4BA%3BAAAA%3BAAAA%3BAD1CJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAlBGF%3BAkBfA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlBGF%3BAkBfA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlBGF%3BAkBfA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlBGF%3BAkBfA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlBGF%3BAkBfA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC1CE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA4BA%3BAAAA%3BAAAA%3BAD2BF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACvDE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA4BA%3BAAAA%3BAAAA%3BADqCA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACxEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BADsDA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAyBE%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAE3OF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAmBF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAsBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BACjIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAbOM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAaEJ%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BACvHF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAwBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAdnGM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAc4GJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAtBxFI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsB2GI%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAtBjIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsB2GI%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAtBjIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsB2GI%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAtBjIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsB2GI%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAtBjIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsB2GI%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAA3BJ%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAgBN%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BACvSJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAvBlGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuB2GA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BACzMV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhBgBM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgBDJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhBXI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgBuBJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BACjHJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BACxBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlBeM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkBNJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACvCA%3BAAAA%3BAAAA%3BAAQM%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAdN%3BAAAA%3BAAAA%3BAAAA%3BAAQM%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAdN%3BAAAA%3BAAAA%3BAAAA%3BAAQM%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BACbR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BACrBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAoBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC9CA%3BAAAA%3BAAAA%3BAD8CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC9CA%3BAAAA%3BAAAA%3BAD8CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC9CA%3BAAAA%3BAAAA%3BAD8CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC9CA%3BAAAA%3BAAAA%3BAD8CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC9CA%3BAAAA%3BAAAA%3BAD8CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC9CA%3BAAAA%3BAAAA%3BAD8CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC9CA%3BAAAA%3BAAAA%3BAD8CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC9CA%3BAAAA%3BAAAA%3BACFA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvBAM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuBYN%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACtCN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAhClEN%3BAgC4CA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhClEN%3BAgC4CA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhClEN%3BAgC4CA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhClEN%3BAgC4CA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhClEN%3BAgC4CA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBV%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BACnJF%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAXJ%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAXJ%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAXJ%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAXJ%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAXJ%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAXJ%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAXJ%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACVN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BACrCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BACxCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BA5BdI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4BkBJ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BApCpFE%3BAoC4FF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BApC7GE%3BAoCiHF%3BAAAA%3BAAAA%3BAAAA%3BApCjHE%3BAoCwHF%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BApCxIF%3BAoCoHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BApCxIF%3BAoCoHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BApCxIF%3BAoCoHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BApCxIF%3BAoCoHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BApCxIF%3BAoCoHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BACnNN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAwBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC3GA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAwBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAC7IA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACnBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD0BF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2FBRM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2BBkBN%3BAAAA%3BAAAA%3BA%2FCtCA%3BA%2BC6CA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BA%2FClDA%3BA%2BC%2BDE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2FBxDI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2BBqEN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2FBrEM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2BByFJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2FC%2FHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2BCiJA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2FBxJI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2BB4KJ%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAE5NF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAC%2FDJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlCoBM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkCJN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAF1EE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGDA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAJJ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAJJ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAJJ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAJJ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAJJ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAJJ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAJJ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BACHN%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACpBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7CwCA%3BA6CxCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7CwCA%3BA6CxCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7CwCA%3BA6CxCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7CwCA%3BA6CxCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7CwCA%3BA6CxCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACnBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACDF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC6CM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAFE%3BAAEF%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAdF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjDcF%3BAiDdE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjDcF%3BAiDdE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjDcF%3BAiDdE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjDcF%3BAiDdE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjDcF%3BAiDdE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC9BN%3BAD8BM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACXN%3BADWM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAzDjDN%3BAAAA%3BAAAA%3BA2DCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiDA%3BAAAA%3BAAAA%3BAC4BI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA1BA%3BADQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACfE%3BADuBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACIE%3BADKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACcE%3BADDF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACoBE%3BADWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsBF%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BA3DrJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6DKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7DLA%3BA6DaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7DbA%3BA6DqBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7DrBA%3BA6D6BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7D7BA%3BA6DqCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7DrCA%3BA6D6CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7D7CA%3BA6DqDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7DrDA%3BA6D6DA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7D7DA%3BA6DqEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWQ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASQ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAmBJ%3BAAAA%3BAAAA%3BAA4BJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADhII%3BACyII%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACI%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAoDR%3BAAAA%3BAAAA%3BAC1YA%3BAAAA%3BAAAA%3BAFoGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAnBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAzBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA1BE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgGA%3BAE7FA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAFuEA%3BAEjEA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAF2CA%3BAErCA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAFVA%3BAEgBA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAFpDI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA6EA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAtCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEsCI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAFjEJ%3BAEgFQ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAF%2FJR%3BAEuKQ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAF5QR%3BAEqRQ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAFnVR%3BAE6VQ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAwBR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA2BJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAFnaI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAE6aJ%3BAACI%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAF5bI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAzDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAE%2BgBA%3BAAAA%3BAAAA%3BA9DhjBJ%3BA%2BDEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAChGQ%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAUR%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAuBR%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAJvCR%3BAI2CgB%3BAAAA%3BAAAA%3BAAAA%3BAAWZ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAMR%3BAAEQ%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAYZ%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJvMhB%3BAIwQM%3BAAAA%3BAAAA%3BAAAA%3BAAWV%3BAAAA%3BAAAA%3BAJ7OI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA5D9EJ%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAiEQE%3BAAAA%3BAAAA%3BALgCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAKtBI%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BALPA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAdA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAKmCA%3BAAAA%3BAAAA%3BALiDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAhCA%3BAKRE%3BAAAA%3BAAAA%3BAAAA%3BAL9BF%3BAKoCE%3BAAAA%3BAAAA%3BAAAA%3BAL3CF%3BAKiDE%3BAAAA%3BAAAA%3BAAAA%3BAL1CF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAK0DA%3BAAAA%3BAAAA%3BALpBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAK4BA%3BAAAA%3BAAAA%3BAL5BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAnBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAK8DA%3BAAAA%3BAAAA%3BAL9DA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAK4EA%3BAAAA%3BAAAA%3BAL5EA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAKoFA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAL5JE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAKmKA%3BAAAA%3BAAAA%3BAC3MJ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAN2BC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAnBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAtCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMiDD%3BAAAA%3BAAAA%3BAlDrEG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkD4EN%3BAAAA%3BAAAA%3BACxFA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAP6DI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOhDF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAPOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA0BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOhBA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAPjGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAO0GF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnExLF%3BAmE2MA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAPtLE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOyMJ%3BAAAA%3BAAAA%3BAAAA%3BAPnKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA5D9EJ%3BAmE6PI%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPpKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOoLJ%3BAAAA%3BAAAA%3BAAAA%3BAnE%2FQA%3BAmEuRA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAP1OI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOoPF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAnEzSF%3BA4D6CI%3BAOsQA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAkBF%3BAAAA%3BAAAA%3BAPvQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOiRF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAnE9VJ%3BAmE%2BWA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAyBF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAPhWI%3BAOqWF%3BAAAA%3BAAAA%3BAAAA%3BAC3cF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BARuDE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQ5CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeE%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAcN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BARDJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQmBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAYR%3BAAAA%3BAAAA%3BAAAA%3BAR1FI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQwGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARrHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQ8HA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARpIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAhCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQmKA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAR7II%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAbA%3BAQkLF%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiCE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAgCJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeR%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAiBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARncF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAzBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA5DjEJ%3BA4DoFI%3BAQmdF%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEG%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaN%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAAQJ%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC1nBF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BATmEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAStDA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BATiBI%3BASPA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAcI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAThKhB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA5C7EE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4CuEF%3BASiMA%3BAAAA%3BAAAA%3BAAAA%3BArE5RJ%3BAAAA%3BAAAA%3BAsEOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAViCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUhBA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAWR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAV%2BBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAUVI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAV5BJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAUgDI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAVMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUMI%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAC3GJ%3BAAAA%3BAAAA%3BAAAA%3BAXqCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAWvBJ%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAXyFE%3BAWnFA%3BAAAA%3BAAAA%3BAAAA%3BACtBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAZwBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAY1CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAZIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAYUA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAZPN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAYwBQ%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAUV%3BAAAA%3BAAAA%3BAAAA%3BAZ3FA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAYqGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAZ%2FBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAY4CI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAZjDN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAYsEF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAZhLF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA5DxCJ%3BAAAA%3BAAAA%3BAyEaA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBF%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAbpBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAamCD%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAC5FA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAdII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAedD%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BACRC%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhBEJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgBmBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhB%2FBJ%3BAgBwCM%3BAAAA%3BAAAA%3BAAAA%3BAhBrBN%3BAgB2BM%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAuBI%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsBN%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhBjFJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAnBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgB0HM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAaN%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BA5EpTR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6ESG%3BAAAiC%3BAAAA%3BAAAA%3BAAAA%3BAAA2D%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA8D%3BAAAyB%3BAAAA%3BAAAA%3BAAAA%3BAAA2D%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA8D%3BAAAA%3BAAAA%3BAAA2D%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA4G%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA0H%3BAAAA%3BAAAA%3BAAAyD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA4K%3BAAAA%3BAAAA%3BAAAA%3BAAAqD%3BAAAA%3BAAAA%3BAAAA%3BAAAkE%3BAAAA%3BAAAA%3BAAAA%3BAAA0D%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAgK%3BAAAA%3BAAAA%3BAAAA%3BAAAqH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA8J%3BAAA6B%3BAAAA%3BAAAA%3BAAA6B%3BAAAA%3BAAAA%3BAAAA%3BAAA0B%3BAAAqB%3BAAAA%3BAAAA%3BAAA6B%3BAAAA%3BAAAA%3BAAAA%3BAAA0B%3BAAA8B%3BAAAA%3BAAAA%3BAAA6B%3BAAAA%3BAAAA%3BAAAA%3BAAA0B%3BAAAsB%3BAAAA%3BAAAA%3BAAA6B%3BAAAA%3BAAAA%3BAAAA%3BAAA0B%3BAAA4B%3BAAAA%3BAAAA%3BAAA6B%3BAAAA%3BAAAA%3BAAAA%3BAAA0B%3BAAAoB%3BAAAA%3BAAAA%3BAAA6B%3BAAAA%3BAAAA%3BAAAA%3BAAA0B%3BAAA%2BB%3BAAAA%3BAAAA%3BAAA6B%3BAAAA%3BAAAA%3BAAAA%3BAAA0B%3BAAAuB%3BAAAA%3BAAAA%3BAAA6B%3BAAAA%3BAAAA%3BAAAA%3BAAA0B%3BAAA%2BB%3BAAAA%3BAAAA%3BAAA6B%3BAAAA%3BAAAA%3BAAAA%3BAAA0B%3BAAAuB%3BAAAA%3BAAAA%3BAAA6B%3BAAAA%3BAAAA%3BAAAA%3BAAA0B%3BAAA6B%3BAAAA%3BAAAA%3BAAA6B%3BAAAA%3BAAAA%3BAAAA%3BAAA0B%3BAAAqB%3BAAAA%3BAAAA%3BAAA6B%3BAAAA%3BAAAA%3BAAAA%3BAAA0B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAiL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAkI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAqI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA%2BH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAwI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAwI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAkI%3BAAAA%3BAAAA%3BAAA6C%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAgJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA%2BU%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAmO%3BAAAA%3BAAAA%3BAAAkE%3BAAAA%3BAAAA%3BAAAkE%3BAAAA%3BAAAA%3BAAAyE%3BAAAA%3BAAAA%3BAAAoE%3BAAAA%3BAAAA%3BAAA%2BD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAmN%3BAAAA%3BAAAA%3BAAAuE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA2H%3BAAAA%3BAAAA%3BAAAsF%3BAAAA%3BAAAA%3BAAAiF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAmO%3BAAAA%3BAAAA%3BAAAgF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAyO%3BAAAA%3BAAAA%3BAAA8E%3BAAAA%3BAAAA%3BAAA%2BE%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAAA%3BAAA6G%3BAAAA%3BAAAA%3BAAAkF%3BAAAA%3BAAAA%3BAAAA%3BAAAmG%3BAAAA%3BAAAA%3BAAAuF%3BAAAA%3BAAAA%3BAAA8D%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAoG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAo7B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA2K%3BAAAA%3BAAAA%3BAAAA%3BAAAoG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA4K%3BAAAA%3BAAAA%3BAAAA%3BAAAqG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA0K%3BAAAA%3BAAAA%3BAAAA%3BAAAmG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA6K%3BAAAA%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA8K%3BAAAA%3BAAAA%3BAAAA%3BAAAuG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA6K%3BAAAA%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA2K%3BAAAA%3BAAAA%3BAAAA%3BAAAoG%3BAAAA%3BAAAA%3BAAAqG%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAAuG%3BAAAA%3BAAAA%3BAAAwG%3BAAAA%3BAAAA%3BAAAwG%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAAqC%3BAAAA%3BAAAA%3BAAAqC%3BAAAA%3BAAAA%3BAAAA%3BAAAkE%3BAAAA%3BAAAA%3BAAAA%3BAAA6G%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAkL%3BAAAA%3BAAAA%3BAAAA%3BAAAmL%3BAAAA%3BAAAA%3BAAA8H%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA0M%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA2M%3BAAAA%3BAAAA%3BAAAoL%3BAAAA%3BAAAA%3BAAAA%3BAAAiL%3BAAAA%3BAAAA%3BAAAA%3BAAAqH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA6M%3BAAAA%3BAAAA%3BAAAA%3BAAAkL%3BAAAA%3BAAAA%3BAAA6H%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAgT%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAuN%3BAAAA%3BAAAA%3BAAAmL%3BAAAA%3BAAAA%3BAAAA%3BAAAgL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAyP%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAsP%3BAAAyB%3BAAAA%3BAAAA%3BAAAA%3BAAAgF%3BAAAA%3BAAAA%3BAAAA%3BAAA8E%3BAAAA%3BAAAA%3BAAAA%3BAAAoF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA%2BE%3BAAAiB%3BAAAA%3BAAAA%3BAAAA%3BAAAgF%3BAAAA%3BAAAA%3BAAAA%3BAAA8E%3BAAAA%3BAAAA%3BAAAA%3BAAAoF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA%2BE%3BAAAwB%3BAAAA%3BAAAA%3BAAAA%3BAAA0D%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA6D%3BAAAgB%3BAAAA%3BAAAA%3BAAAA%3BAAA0D%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA6D%3BAAAA%3BAAAA%3BAAAA%3BAAAsD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA0F%3BAAAA%3BAAAA%3BAAA4oB%3BAAAA%3BAAAA%3BAAAA%3BAAA0G%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAqK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAwK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAqK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAwK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA8J%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA8J%3BAAAA%3BAAAA%3BAAAA%3BAAAuH%3BAAAA%3BAAAA%3BAAAA%3BAAAwH%3BAAAA%3BAAAA%3BAAAA%3BAAAuH%3BAAAA%3BAAAA%3BAAAA%3BAAAwH%3BAAAA%3BAAAA%3BAAAA%3BAAAkG%3BAAAA%3BAAAA%3BAAAA%3BAAAmG%3BAAAA%3BAAAA%3BAAAkE%3BAAAA%3BAAAA%3BAAA8E%3BAAAA%3BAAAA%3BAAAuE%3BAAAA%3BAAAA%3BAAAsE%3BAAAA%3BAAAA%3BAAAuE%3BAAAA%3BAAAA%3BAAAqE%3BAAAA%3BAAAA%3BAAAwE%3BAAAA%3BAAAA%3BAAAwE%3BAAAA%3BAAAA%3BAAAsE%3BAAAA%3BAAAA%3BAAA6E%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA%2BH%3BAAAA%3BAAAA%3BAAAqF%3BAAAA%3BAAAA%3BAAAA%3BAAA%2BG%3BAAAA%3BAAAA%3BAAAuF%3BAAAA%3BAAAA%3BAAAA%3BAAA6F%3BAAAA%3BAAAA%3BAAA8E%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA0L%3BAAAA%3BAAAA%3BAAAA%3BAAA4H%3BAAAA%3BAAAA%3BAAA2E%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA2T%3BAAAA%3BAAAA%3BAAAA%3BAAA4G%3BAAAA%3BAAAA%3BAAAwF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAsH%3BAAAA%3BAAAA%3BAAAsF%3BAAAA%3BAAAA%3BAAA6E%3BAAAA%3BAAAA%3BAAAA%3BAAA4G%3BAAAA%3BAAAA%3BAAAA%3BAAA2G%3BAAAA%3BAAAA%3BAAA4E%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA0M%3BAAAA%3BAAAA%3BAAAA%3BAAA6G%3BAAAA%3BAAAA%3BAAAyF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA4J%3BAAAA%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA%2BK%3BAAAA%3BAAAA%3BAAAoF%3BAAAA%3BAAAA%3BAAAA%3BAAA4G%3BAAAA%3BAAAA%3BAAAA%3BAAA6E%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAoT%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA0G%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAyJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAsW%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA4H%3BAAAA%3BAAAA%3BAAA4E%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAyL%3BAAAA%3BAAAA%3BAAAwF%3BAAAA%3BAAAA%3BAAAA%3BAAEpmrB%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BACrBF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAClCN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAnB4EE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmB5DF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAnBwBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmBjBD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAoBA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnBEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmBWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaD%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsBD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnB1GA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmBiID%3BAAAA%3BAAAA%3BAnBjIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmB0ID%3BAAAA%3BAAAA%3BAAaD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAyBH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAnBjME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmByMD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnBrNE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmB6ND%3BAAAA%3BAAAA%3BAAcF%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnBjNI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmBwOJ%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAnB3TG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmBsUF%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAMG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAnB7SC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmB6TF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAeY%3BAAAA%3BAAAA%3BAAmBb%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAC7ZA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BApBVI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoB4CF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBF%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAClLV%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjFtCF%3BAAAA%3BAAAA%3BAiFmDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBF%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjF7HR%3BAAAA%3BAAAA%3BAiFmJI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjFnJJ%3BAAAA%3BAAAA%3BAiFoKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArBtDE%3BAqB6DE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BACvVA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAtBpBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsB%2BBM%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAmBR%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtBxEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsB8FE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAtB5JJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsBwKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtBjIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsBkJA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAtB9MF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAyBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsBiOE%3BAAAA%3BAAAA%3BAtBjMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsB4MA%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BACnTA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvB4CI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAnBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAtCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuBuCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvB9EJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuB6FE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAuBA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvBhOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuB4OA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAvBhMA%3BAuBoME%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvBxOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuBoPE%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvB%2FPE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuB0QA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAASN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvB5TE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuB8UE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcN%3BAAAA%3BAAAA%3BAvBjZE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuBwZF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvBtcE%3BAuBkdE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA0CE%3BAAAA%3BAAAA%3BAAUN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvB1gBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuBsjBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkGF%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAoDF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAvBrwBE%3BAuBwxBA%3BAAAA%3BAAAA%3BAAAA%3BAAcF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvBtyBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuBuzBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvBvzBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuB2yBJ%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAvBp2BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuBi3BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAvBv4BI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuBk3BA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvBt3BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuBk6BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvB35BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuBs7BA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvBxgCE%3BAuBuhCE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvBniCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAbA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuBkkCA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAeJ%3BAAAA%3BAAAA%3BAvBrlCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuB6lCE%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAvB5mCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuBqnCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAvB5pCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuB%2BpCA%3BAAAA%3BAAAA%3BAAAA%3BAvBlrCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuBisCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAvBvtCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuBouCJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAoBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAyBE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvBz9CI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuBm%2FCF%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAvBn%2BCI%3BAAAA%3BAAAA%3BAAAA%3BAuBw%2BCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAC1kDJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAxB8DE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwBzCA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAmBE%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAxBMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAzDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwBiEA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BACnKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAzBuEJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyB1DM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAzBoBN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyBRQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAzBXJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyBmBM%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAzB0BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyBXE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAzBfJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyB6BI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAChGR%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAqBE%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1BwDF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAtEA%3BAAAA%3BAAAA%3BAAAA%3BA0BqCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BA1B5EA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAPA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAoFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0BqCE%3BAAAA%3BAAAA%3BAAAA%3BA1BrCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0BiDI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1BvDN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0BkEI%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1B5EJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0BuFQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAgBR%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1BpLN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0BgMM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BA1B1MR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0B4OM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1BjQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0BoRE%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAUR%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BA1BjVJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0BwVM%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAcV%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1B9VE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0B%2BWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeE%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAUJ%3BAACE%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAEF%3BAACE%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAC7gBA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA6BE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAC7HR%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3B%3B%3BAAAA%3BAAAA%3BAAAA%3BA5B0CI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4BQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAUN%3BAAAA%3BAAAA%3BA5B%2FDE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4B%2BEA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMG%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BA5B9JE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4BsKF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAxF%2FSF%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwF%2BTA%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAxFnUF%3BAAAA%3BAAAA%3BAyFKA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAiBF%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7B4BF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6BdI%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAzF7JJ%3BAyF4KE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7B7GA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6BiIE%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7BvHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6B%2BHI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAAA%3BAAYR%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAC3UJ%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAASN%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAC9FR%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BA%2FBpBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAedD%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAiBzBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BACZA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjCwEJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiC%2FCQ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjCwBR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiCTU%3BAAAA%3BAAAA%3BAAUN%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeN%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BACjIN%3BAAAA%3BAAAA%22%7D */