@import "https://fonts.dia.support/css?family=Signika";
@import "https://fonts.dia.support/css?family=Viga";
@import "https://fonts.dia.support/css?family=Signika";
@import "https://fonts.dia.support/css?family=Viga";
@import "https://fonts.dia.support/css?family=Signika";
@import "https://fonts.dia.support/css?family=Viga";
@import "https://fonts.dia.support/css?family=Signika";
@import "https://fonts.dia.support/css?family=Viga";
@font-face {
  font-family: "Humnst777 BT";
  src: url("/private_scripts/static/dia_one/fonts/Humanist777BT-RomanB.woff2") format("woff2"), url("/private_scripts/static/dia_one/fonts/Humanist777BT-RomanB.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Humnst777 BT";
  src: url("/private_scripts/static/dia_one/fonts/Humanist777BT-RomanB.woff2") format("woff2"), url("/private_scripts/static/dia_one/fonts/Humanist777BT-RomanB.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.header-container {
  position: fixed;
  width: 100%;
  z-index: 3;
}
.header-container-spacer {
  width: 100%;
  height: 160px;
  min-height: 100px;
}
/* Header Slogans / Login */
.top-row-box {
  font-size: 0.9em;
  background-color: #007758;
  padding: 3px 0 3px 0;
  margin-left: 0px;
  margin-right: 0px;
}
.head-top-row {
  font-size: 1.4rem;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  margin: auto;
  height: 20px;
}
.head-top-row ul {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 10px;
  list-style-type: none;
  margin-bottom: 0;
}
.head-top-row li {
  margin-left: 10px;
}
.head-top-row a {
  color: #fff;
}
.head-top-row a:hover {
  color: #fff;
  text-decoration: underline;
}
/* Header Logo / Search / Menu */
.pt-header-stick {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  margin: auto;
  background-color: #007758 !important;
  transition: background-color 0.5s;
}
.head-middle-row-box {
  margin-left: 0px;
  margin-right: 0px;
  padding: 0;
  background-color: #fff;
  height: 100px;
  background-image: url("/private_scripts/static/dia_one/images/kali_back_title.png");
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.175);
}
.head-middle-row {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.head-logo {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin: auto;
}
.head-search {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-grow: 2;
  text-align: center;
}
.head-nav {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.dia-header-logo {
  max-width: 250px;
  max-height: 55px;
  margin: 5px 15px 5px 0;
}
.dia-header-logo-scroll {
  max-width: 250px;
  max-height: 55px;
  transition: max-width 0.3s;
  margin: 5px 15px 5px 0;
}
.dia-menu-text-scroll {
  color: #fff;
}
.dia-menu-icon-scroll {
  color: #fff;
}
.head-button {
  padding-right: 0 !important;
}
.head-search .has-feedback {
  margin-top: 12px;
  align-self: center;
  width: 100%;
  max-width: 400px;
}
/* Header Menu */
.dia-menu-master {
  text-align: center;
  padding: 10px 0 0 20px !important;
  background-color: transparent !important;
}
.dia-menu-master#header-burger {
  padding: 9px 10px !important;
  margin-bottom: 12px;
}
.dia-menu-icon {
  display: block !important;
  color: #0157A3 !important;
  font-size: 3.5rem !important;
}
.has-feedback i {
  color: #777 !important;
}
.dia-menu-master .dia-menu-text {
  color: #777;
  font-size: 0.7em;
}
.pt-navbar {
  background-color: transparent;
  border: none;
  border-right: none;
  margin-bottom: 0px;
}
.navbar-header {
  padding-right: 15px;
}
.pt-navigation-ul {
  float: right;
}
.pt-container-fluid {
  padding-right: 0px;
  padding-left: 7px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  background-color: transparent;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #888;
  outline: 0;
}
/* Header Hide top row with slogans  */
@media (min-width: 1px) and (max-width: 800px) {
  .head-top-row {
    height: 40px;
  }
  .header-slogan {
    display: none;
  }
  .top-row-box {
    display: block;
  }
  .top-row-links {
    width: 100%;
  }
}
/* Header Navigation Icons to Burger  */
@media (min-width: 1px) and (max-width: 800px) {
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  .navbar-header .collapse, .navbar-toggle {
    display: block !important;
  }
  .navbar-header {
    float: none;
    margin-left: 8px !important;
  }
}
@media (min-width: 1px) and (max-width: 540px) {
  .dia-header-logo, .dia-header-logo-scroll {
    max-height: 33px;
    max-width: 125px;
    margin: 5px 15px;
  }
}
@media (min-width: 1px) and (max-width: 470px) {
  .dia-search-input {
    max-width: 150px;
  }
}
@media (min-width: 1px) and (max-width: 410px) {
  .head-search .has-feedback {
    margin-top: 12px;
    align-self: center;
    width: 144px;
    max-width: 400px;
  }
}
@font-face {
  font-family: "Humnst777 BT";
  src: url("/private_scripts/static/dia_one/fonts/Humanist777BT-RomanB.woff2") format("woff2"), url("/private_scripts/static/dia_one/fonts/Humanist777BT-RomanB.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.footer-box {
  background-color: #0157A3;
  margin-top: 20px;
}
.footer {
  max-width: 1170px;
  margin: auto;
  padding: 15px;
  color: #fff;
}
.pt-footer-headline {
  color: #fff;
  text-transform: uppercase;
}
.footer-social {
  text-align: right;
}
.footer ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.footer-services li {
  display: inline;
  margin-right: 20px;
}
.footer-social li {
  display: inline;
  margin-left: 20px;
}
.footer a, .footer a:focus, .footer a:active, .footer a:visited {
  list-style: none;
  color: #fff;
  font-size: 1.1em;
}
.footer i {
  font-size: 1.4em;
}
.pt-footer-copyright {
  font-size: 0.8em;
  margin-top: 40px;
}
@font-face {
  font-family: "Humnst777 BT";
  src: url("/private_scripts/static/dia_one/fonts/Humanist777BT-RomanB.woff2") format("woff2"), url("/private_scripts/static/dia_one/fonts/Humanist777BT-RomanB.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* Product slider */
#sliderArticles {
  height: auto;
  max-height: 320px;
  margin-top: 20px;
}
.dia-slider-carousel-inner, .dia-slider-product-item, .dia-slider-product-box {
  height: 300px !important;
}
.dia-slider-carousel-inner {
  padding: 0px 30px;
}
.dia-slider-product-box {
  padding: 5px;
}
.dia-slider-product-pic-box {
  height: 150px;
}
.dia-slider-product-pic {
  max-height: 150px !important;
  max-width: 220px !important;
  margin-left: auto;
  margin-right: auto;
}
.dia-slider-product-info-box {
  margin-top: 20px;
  max-height: 110px;
}
.dia-slider-product-title {
  max-height: 40px;
  overflow: hidden;
  font-size: 0.9em;
  color: #000;
}
.dia-slider-product-number {
  font-size: 0.9em;
  color: #007758;
}
body {
  font-family: "Humnst777 BT";
  background-color: #fff;
}
h1, h2, h3, h4, h5 {
  font-family: "Humnst777 BT";
  font-weight: 700;
}
a:hover {
  color: #fff;
  text-decoration: underline;
}
/* Buttons / Panels */
.btn-primary:not(.transparent), .btn-primary:hover:not(.transparent), .btn-primary:focus:not(.transparent), .btn-primary:active:not(.transparent), .btn-primary:visited:not(.transparent) {
  color: #fff !important;
  background-color: #888 !important;
  border-color: #888 !important;
}
.panel-primary {
  border-color: #888;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #888;
  border-color: #888;
}
.btn-info, .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info:visited {
  color: #fff !important;
  background-color: #0157A3 !important;
  border-color: #0157A3 !important;
}
.btn-danger, .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger:visited {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}
#dia-watchlist-reset, #dia-watchlist-print, #dia-watchlist-load, #dia-watchlist-add-basket, #dia-watchlist-form-options-send, #dia-watchlist-form-options-remove {
  margin: 0 5px 10px 0;
}
.alert-info {
  color: #fff;
  background-color: #888;
  border-color: #888;
}
.label-info {
  color: #fff;
  background-color: #888;
  padding: 0.3em 0.6em 0.2em;
  font-size: 1.1em;
}
.bootstrap-dialog.type-primary .modal-header {
  background-color: #0157A3;
}
#shopContainer {
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.breadcrumb {
  border-radius: 0;
  background-color: #fff;
}
.breadcrumb li, .breadcrumb a {
  color: #0157A3;
}
.price {
  color: #0157A3;
}
.addProductToCart, .addProductToCart:hover, .addProductToCart:focus, .addProductToCart:active, .addProductToCart:visited {
  border-radius: 0;
  border: none;
  background-color: #888 !important;
  border-color: #888 !important;
  color: #fff !important;
}
.product-card-content td {
  padding: 4px;
}
.product-card-media {
  max-height: 200px;
}
/* cart colors sum fields */
.cart-sums-block {
  background-color: #0157A3 !important;
  color: #fff;
}
.cart-sums-block .price {
  color: #fff;
}
.cart-sums-block td {
  border: none !important;
}
/* size, positioning +/- buttons */
.btn-set-amount .label-info {
  background-color: #888 !important;
}
.btn-set-amount .label {
  position: relative;
  top: -4px;
}
/* Burger navigation overlay  */
.dia-burger-nav-overlay {
  display: none;
  position: fixed;
  top: 1%;
  right: -1200px;
  z-index: 99999;
  width: 98%;
  height: 98%;
  padding: 1%;
  text-align: center;
  color: #0157A3;
  background-color: #007758;
}
.dia-burger-nav-overlay-show {
  position: fixed;
  top: 1%;
  right: 1%;
  z-index: 999;
  width: 98%;
  height: 98%;
  padding: 1%;
  text-align: center;
  color: #0157A3;
  background-color: #007758;
  transition: right 0.5s;
}
.dia-burger-nav-overlay, .dia-burger-nav-overlay-show ul {
  margin: 0;
  padding: 0;
  width: 100%;
}
.dia-burger-nav-overlay, .dia-burger-nav-overlay-show li {
  list-style: none;
  margin: 0;
  padding: 0 0 10px 0;
  width: 100%;
}
.dia-burger-nav-overlay, .dia-burger-nav-overlay-show li div {
  padding: 0.2em;
  width: 100%;
}
.dia-burger-nav-overlay, .dia-burger-nav-overlay-show a {
  font-size: 1.5em;
  color: #fff;
  text-decoration: underline;
}
/* close button overlays */
.dia-close-box {
  text-align: right;
}
.dia-close {
  color: #0157A3;
  border: none;
  padding: 5px 14px;
  font-size: 20px;
  margin-bottom: 10px;
  background-color: #007758;
}
/* Buttons Abstand */
#createUserButton {
  margin-bottom: 10px;
}
/* Panel titles */
.panel-title h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal;
}
/* Kontakt, Hinweis Pflichtfelder */
#responsibilityMessage {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  border-color: transparent;
  background-color: #fff;
}
div.panel-heading {
  font-size: 16px;
}
/* Direkterfassung */
.tab-trigger {
  color: #007758 !important;
  font-weight: 700;
}
.nav-tabs li.active a, .nav-tabs li.active a:focus, .nav-tabs li.active a:hover {
  background-color: #f5f5f5 !important;
  border: 1px solid #e3e3e3;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified > li > a {
  border-bottom: 1px solid #e3e3e3;
  border-radius: 4px 4px 0 0;
}
.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
  border-bottom-color: transparent;
}
.fastentry-col .well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: none;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.table-delete-row {
  margin-top: 3px;
}
/* Merkliste */
#watchlist-data small {
  font-size: 100%;
  font-weight: bold;
  color: #000;
}
.dia-add-comparelist i, .dia-add-comparelist span, .dia-add-watchlist i, .dia-add-watchlist span, .dia-contact-article i, .dia-contact-article span, .datasheet-pdf i, .datasheet-pdf span, .datasheet-mail i, .datasheet-mail span {
  color: #fff;
}
/* price block start */
.productPrice, .productPrice span {
  font-family: "Humnst777 BT" !important;
  color: #0157A3 !important;
}
/* price block end */
.productNumberManufacturer {
  color: #fff;
}
.productNumberSupplier {
  display: none;
}
/* General bootstrap Safari error - col-x-y displaying */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .row:before, .row:after {
    content: none;
  }
}
#fastentry-result-panel .resultList .auto-provision-item .small {
  font-size: 95%;
  margin: 0 0 2px;
}
.contact-infobox {
  margin-bottom: 20px;
}
.beamMeUpButton, .beamMeUpButton:hover {
  color: #fff;
  background-color: #5bc0de !important;
  border-color: #46b8da !important;
}
/* feature filter options */
/* configuration button */
.config-vue-component .btn-primary {
  margin-bottom: 8px !important;
  background-color: #007758 !important;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22file%22%3A%22%2Fvolume%2Fsales%2F_source%2Fstatic%2Fdia_one%2Fcss%2Fshop%2Flayout.css%22%2C%22sources%22%3A%5B%22volume%2Fsales%2Fprivate_scripts%2Fstatic%2Fdia_one%2Fcss%2Ffonts.scss%22%2C%22volume%2Fsales%2Fprivate_scripts%2Fstatic%2Fdia_one%2Fcss%2Fshop%2Fheader.scss%22%2C%22static%2Fdia_one%2Fcss%2Fshop%2Flayout.scss%22%2C%22static%2Fdia_one%2Fcss%2Fshop%2Ffooter.scss%22%2C%22static%2Fdia_one%2Fcss%2Fshop%2Fproduct-slider.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AACA%3BAACA%3BAADA%3BAACA%3BAADA%3BAACA%3BAADA%3BAACA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACTA%3BADgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAClDA%3BADwDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAChIA%3BADwIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC7LA%3BADqMA%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAC%2FMF%3BADqNA%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD5PF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGFA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAHzCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAELA%3BAEIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAFvCA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAhBA%3BAAwBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAjHA%3BAAsHA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAA%2FHA%3BAAoIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAxIA%3BAA8IA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA5LA%3BAAmMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAvMA%3BAAiNA%3BAAAA%3BAAAA%3BAAjNA%3BAAsNA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAtNA%3BAA8NA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAA7OA%3BAAkPA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAApRA%3BAAyRA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAA%2FRA%3BAAwSA%3BAAAA%3BAAAA%3BAAAA%3BAAxSA%3BAA8SA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAlTA%3BAAuTA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA5UA%3BAAAA%3BAA4VE%3BAAAA%3BAAAA%3BAAAA%22%7D */