/**
 * This file should NOT be copied in any layout!!!
 * For layouts changes to one of the classes/ids bellow use shop/layout css files
 */
.price-during-update-request {
  color: #888 !important;
}
.price-during-update-request span {
  color: #888 !important;
}
.separator1 {
  height: 1px;
  background-color: #fff;
}
.margin-height-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.no-padding {
  padding: 0 !important;
}
.margin-5 {
  margin: 5px;
}
.no-width-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.no-height-padding {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.no-width-margin {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.no-height-margin {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.row-margin-1 {
  margin-left: -1px !important;
  margin-right: -1px !important;
}
.col-padding-1 {
  padding-left: 1px !important;
  padding-right: 1px !important;
}
.row-margin-5 {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.col-padding-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.row-margin-10 {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.col-padding-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.no-margin-top {
  margin-top: 0;
}
.max-width-hundred-percent {
  max-width: 100%;
}
.one-line-text {
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap !important;
  width: 100%;
}
.one-line-text span {
  white-space: nowrap !important;
}
.disabled-look {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}
.transparent {
  color: transparent !important;
  background-color: transparent !important;
  border-color: transparent !important;
  z-index: -1;
}
.transparent:hover, .transparent:active, .transparent:active:hover, .transparent:active:focus, .transparent:focus {
  color: transparent !important;
  background-color: transparent !important;
  border-color: transparent !important;
  z-index: -1;
  cursor: default;
}
.transparent div, .transparent span, .transparent img, .transparent a {
  color: transparent !important;
  background-color: transparent !important;
  border-color: transparent !important;
  z-index: -1;
}
.transparent div:hover, .transparent div:active, .transparent div:active:hover, .transparent div:active:focus, .transparent div:focus, .transparent span:hover, .transparent span:active, .transparent span:active:hover, .transparent span:active:focus, .transparent span:focus, .transparent img:hover, .transparent img:active, .transparent img:active:hover, .transparent img:active:focus, .transparent img:focus, .transparent a:hover, .transparent a:active, .transparent a:active:hover, .transparent a:active:focus, .transparent a:focus {
  color: transparent !important;
  background-color: transparent !important;
  border-color: transparent !important;
  z-index: -1;
  cursor: default;
}
.table-width-100 {
  width: 100%;
}
.image-ribbon {
  position: absolute;
  z-index: 1;
  background-color: transparent;
  width: 80px !important;
  height: 80px !important;
}
.image-ribbon.image-ribbon-top {
  top: -7px;
}
.image-ribbon.image-ribbon-right {
  right: -7px;
}
.image-ribbon.image-ribbon-left {
  left: -7px;
}
.price-component-wrapper, .item-stock {
  position: relative;
}
.price-component-wrapper .loader-icon-box, .item-stock .loader-icon-box {
  margin: -10px 0 0 0;
  display: block;
}
.price-component-wrapper .loader-icon-box .loader-icon, .item-stock .loader-icon-box .loader-icon {
  font-size: 20px;
}
.config-vue-component input:not([type=radio]) {
  display: block;
  width: 100%;
}
/* IE11 force cart icon not to spin */
.addProductToCart .fa:not(.fa-spin) {
  animation: none;
}
.m-auto {
  margin: auto !important;
}
.text-white {
  color: #fff !important;
}
.center-content-x-y {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  justify-content: center;
}
.expand-compress-wrapper .text-short {
  overflow: hidden;
}
.expand-compress-wrapper .btn-show-more {
  display: none;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
}
/* loadMoreProducts on products overview page */
.load-more-products-wrapper {
  height: 40px;
  position: relative;
}
.load-more-products-wrapper #loadMoreProducts {
  width: 100%;
}
.load-more-products-wrapper .loader-icon-box.overlay-loader {
  top: 5px;
}
/* ##### FILTERING ##### */
/* General */
#product-feature-container {
  overflow-x: hidden;
  /* Features: selected */
  /* Features: available */
}
#product-feature-container #product-features-selected {
  margin-bottom: 10px;
}
#product-feature-container #product-features-selected .active-filter-wrapper {
  margin: 4px 8px 4px 0;
  display: inline-block;
}
#product-feature-container #product-features-selected .active-filter-wrapper .feature-label, #product-feature-container #product-features-selected .active-filter-wrapper .feature-value, #product-feature-container #product-features-selected .active-filter-wrapper .btn-filter-edit, #product-feature-container #product-features-selected .active-filter-wrapper .btn-filter-trash {
  margin: 0 0 0;
}
#product-feature-container #product-features-selected .active-filter-wrapper .btn.feature-label {
  margin: 10px 0 0 0;
  padding-right: 0;
}
#product-feature-container #product-features-selected .active-filter-wrapper .btn.feature-value {
  margin: 10px 1px 0 0;
}
#product-feature-container #product-features-selected .active-filter-wrapper .btn.btn-filter-edit, #product-feature-container #product-features-selected .active-filter-wrapper .btn.btn-filter-trash {
  margin: 10px 1px 0 -1px;
  border-left: 1px solid #fff !important;
}
#product-feature-container #product-features-selected .active-filter-wrapper.active-filter-pictogram .feature-value, #product-feature-container #product-features-selected .active-filter-wrapper.active-filter-ralcolor .feature-value {
  padding: 5px 27px 5px 10px;
  height: 26px;
  display: inline-flex;
}
#product-feature-container #product-features-selected .active-filter-wrapper.active-filter-pictogram .pictograms-wrapper, #product-feature-container #product-features-selected .active-filter-wrapper.active-filter-ralcolor .pictograms-wrapper {
  height: 22px;
  position: absolute;
  right: 68px;
  top: 12px;
  line-height: 12px;
  z-index: 10;
}
#product-feature-container #product-features-selected .active-filter-wrapper.active-filter-pictogram img.picto-search-img, #product-feature-container #product-features-selected .active-filter-wrapper.active-filter-pictogram .btn.colorfilter-button, #product-feature-container #product-features-selected .active-filter-wrapper.active-filter-ralcolor img.picto-search-img, #product-feature-container #product-features-selected .active-filter-wrapper.active-filter-ralcolor .btn.colorfilter-button {
  float: none;
  margin: 0 2px 0 0;
  min-height: auto;
  min-width: auto;
  height: 22px;
  width: 22px;
  padding: 0;
  z-index: 10;
  vertical-align: top;
}
#product-feature-container #product-features-selected .active-filter-wrapper.active-filter-pictogram img.picto-search-img:hover, #product-feature-container #product-features-selected .active-filter-wrapper.active-filter-pictogram .btn.colorfilter-button:hover, #product-feature-container #product-features-selected .active-filter-wrapper.active-filter-ralcolor img.picto-search-img:hover, #product-feature-container #product-features-selected .active-filter-wrapper.active-filter-ralcolor .btn.colorfilter-button:hover {
  max-height: none !important;
  max-width: none !important;
  margin-top: -15px !important;
  margin-left: -5px !important;
  width: 50px;
  height: 50px;
  border-width: 3px;
}
#product-feature-container #product-features-selected .active-filter-wrapper.active-filter-pictogram img.picto-search-img:hover .ok-sign, #product-feature-container #product-features-selected .active-filter-wrapper.active-filter-pictogram img.picto-search-img:hover .missing-color-sign, #product-feature-container #product-features-selected .active-filter-wrapper.active-filter-pictogram .btn.colorfilter-button:hover .ok-sign, #product-feature-container #product-features-selected .active-filter-wrapper.active-filter-pictogram .btn.colorfilter-button:hover .missing-color-sign, #product-feature-container #product-features-selected .active-filter-wrapper.active-filter-ralcolor img.picto-search-img:hover .ok-sign, #product-feature-container #product-features-selected .active-filter-wrapper.active-filter-ralcolor img.picto-search-img:hover .missing-color-sign, #product-feature-container #product-features-selected .active-filter-wrapper.active-filter-ralcolor .btn.colorfilter-button:hover .ok-sign, #product-feature-container #product-features-selected .active-filter-wrapper.active-filter-ralcolor .btn.colorfilter-button:hover .missing-color-sign {
  font-size: 23px;
}
#product-feature-container #product-features-selected .active-filter-wrapper.active-filter-pictogram img.picto-search-img .ok-sign, #product-feature-container #product-features-selected .active-filter-wrapper.active-filter-pictogram img.picto-search-img .missing-color-sign, #product-feature-container #product-features-selected .active-filter-wrapper.active-filter-pictogram .btn.colorfilter-button .ok-sign, #product-feature-container #product-features-selected .active-filter-wrapper.active-filter-pictogram .btn.colorfilter-button .missing-color-sign, #product-feature-container #product-features-selected .active-filter-wrapper.active-filter-ralcolor img.picto-search-img .ok-sign, #product-feature-container #product-features-selected .active-filter-wrapper.active-filter-ralcolor img.picto-search-img .missing-color-sign, #product-feature-container #product-features-selected .active-filter-wrapper.active-filter-ralcolor .btn.colorfilter-button .ok-sign, #product-feature-container #product-features-selected .active-filter-wrapper.active-filter-ralcolor .btn.colorfilter-button .missing-color-sign {
  font-size: 13px;
}
#product-feature-container #product-features {
  min-height: 7px;
}
#product-feature-container #product-features > [class*="col-"] {
  margin-bottom: 5px;
}
#product-feature-container #product-features .btn {
  padding: 6px 12px;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
#product-feature-container #product-features .feature-wrapper {
  background-color: transparent;
  text-align: center;
}
#product-feature-container #product-features .feature-wrapper .btn.filter-toggle-btn, #product-feature-container #product-features .feature-wrapper .btn.feature-btn {
  height: 34px;
  margin: 0;
}
#product-feature-container #product-features .feature-wrapper .btn.filter-toggle-btn {
  margin-left: -1px;
}
#product-feature-container #product-features .feature-wrapper .feature-btn {
  display: flex;
  float: none;
}
#product-feature-container #product-features .feature-wrapper .feature-btn span {
  background-color: transparent;
  font-size: 14px;
  font-weight: normal;
}
#product-feature-container #loadMoreFeatures {
  margin: 10px 0 0 0;
}
/* feature filter options dialog */
#feature-filter-dialog {
  text-align: justify;
}
#feature-filter-dialog .no-result {
  text-align: center;
  margin-top: 5px;
}
#feature-filter-dialog .feature-filter-dialog-values label.active-title, #feature-filter-dialog .feature-filter-dialog-values label.available-title {
  width: 100%;
  text-align: center;
}
/* Products filtering buttons (ex: products overview filter values dialog) sales53 @TODO */
.feature-bootstrap-dialog .modal-body {
  max-height: 60vh;
}
.feature-bootstrap-dialog .modal-body .feature-dialog-integer .slider.slider-horizontal, .feature-bootstrap-dialog .modal-body .feature-dialog-float .slider.slider-horizontal {
  width: 85%;
  display: block;
  margin: 10px auto;
}
.feature-bootstrap-dialog .modal-body .feature-dialog-integer .slider.slider-horizontal .slider-track .slider-selection, .feature-bootstrap-dialog .modal-body .feature-dialog-float .slider.slider-horizontal .slider-track .slider-selection {
  background-image: none;
  background-color: #8ce88c;
}
/* Filter option buttons (page and dialog) */
.feature-values-list {
  margin: 0;
}
li.filter-item {
  display: inline;
}
li.filter-item .btn.feature-option {
  margin: 5px 0 !important;
  padding: 6px 12px !important;
  color: #333;
  background-color: transparent;
  border-width: 1px;
  border-color: #ccc;
  /* Special buttons: color, pictograms */
  /* Color button component */
  /* Pictogram button component */
}
li.filter-item .btn.feature-option.btn-default {
  color: #3d4c4c;
}
li.filter-item .btn.feature-option.btn-default:hover {
  background-color: transparent;
}
li.filter-item .btn.feature-option.colorfilter-button, li.filter-item .btn.feature-option.pictogramfilter-button {
  padding: 0 !important;
  margin: 0;
  text-align: center;
  border-width: 3px !important;
  border-color: transparent;
  position: relative;
}
li.filter-item .btn.feature-option.colorfilter-button:hover, li.filter-item .btn.feature-option.pictogramfilter-button:hover {
  border: 3px solid #8f9508 !important;
}
li.filter-item .btn.feature-option.colorfilter-button {
  width: 50px;
  height: 50px;
}
li.filter-item .btn.feature-option.pictogramfilter-button img.picto-search-img {
  width: 50px;
  height: 50px;
  margin: 0;
}
li.filter-itemli.colorfilter-item, li.filter-itemli.pictogramfilter-item {
  margin: 5px;
}
/* Color button component */
.colorfilter-button {
  box-shadow: 2px 2px 6px black;
  -moz-box-shadow: 2px 2px 6px black;
  -webkit-box-shadow: 2px 2px 6px black;
  -o-box-shadow: 2px 2px 6px black;
}
.colorfilter-button .ok-sign, .colorfilter-button .missing-color-sign {
  font-size: 23px;
  color: #fff;
}
.colorfilter-button .ok-sign i, .colorfilter-button .missing-color-sign i {
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #000;
}
.colorfilter-button .missing-color-sign i {
  -webkit-text-fill-color: red;
}
/* Pictogram button component */
.pictogramfilter-button {
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
  background-color: transparent;
}
li.filter-active .btn.feature-option {
  color: #fff;
  background-color: #cdd50c;
  border-color: #8f9508 !important;
}
li.filter-active .btn.feature-option:hover {
  color: inherit;
  border-width: 1px;
}
li.filter-changed .btn.feature-option {
  color: inherit;
  background-color: #f0f2b6;
  border: 1px solid #cdd50c;
}
li.filter-impossible .btn.feature-option {
  background-color: #f0f0f0;
  border: 1px solid #e0e0e0;
  -webkit-filter: blur(1px);
  filter: blur(1px);
}
li.filter-impossible .btn.feature-option:hover {
  color: inherit;
}
.btn-share {
  text-align: center;
  line-height: 1.42;
}
.btn-share:hover {
  text-decoration: none;
  cursor: pointer;
}
.btn-share-email i {
  color: #0078D3;
}
.btn-share-xing i {
  color: #006467;
}
.btn-share-linkedin i {
  color: #0A65C2;
}
.btn-share-whatsapp i {
  color: #4CC758;
}
.btn-share-telegram i {
  color: #27A8E9;
}
.btn-share-twitter i {
  color: #188CD8;
}
/* ProductsOverview & PDP - table variants */
/* PDP - general */
#filter-release-search {
  color: #333;
}
/* PDP - variants(Mobile) */
#artnr-selector li.filter-item .btn.feature-option {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 280px;
}
@media (min-width: 1px) and (max-width: 600px) {
  #artnr-selector li.filter-item {
    max-width: 100%;
  }
  #artnr-selector li.filter-item .btn.feature-option {
    max-width: 100%;
  }
}
/* PDP - variants(DataTable) */
/* PDP - Details tab Content */
#details-content table.table-responsive tbody tr td {
  /* table cell start */
  vertical-align: middle;
  /* table cell start */
}
#details-content table.table-responsive tbody tr td .feature-values-list {
  margin-bottom: 0;
}
#details-content table.table-responsive tbody tr td .feature-values-list li.filter-item {
  margin: 0 !important;
}
#details-content table.table-responsive tbody tr td .feature-values-list li.filter-item .btn.feature-option {
  cursor: default;
  margin: 0;
}
#details-content table.table-responsive tbody tr td .feature-values-list li.filter-item .btn.feature-option:hover, #details-content table.table-responsive tbody tr td .feature-values-list li.filter-item .btn.feature-option:active {
  background-color: #e0e0e0;
  border-color: #e0e0e0;
}
#details-content table.table-responsive tbody tr td .feature-values-list li.filter-item .btn.feature-option.textfilter-button {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  margin-top: 2px;
  margin-bottom: 2px;
}
#details-content table.table-responsive tbody tr td .feature-values-list li.filter-item .btn.feature-option.colorfilter-button:hover {
  border-width: 0 !important;
}
.captcha-image {
  margin-bottom: 0.2em;
}
.refresh-captcha {
  font-size: 12pt;
  cursor: pointer;
}
/* Maintenance */
.maintenance-wrapper {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.maintenance-wrapper .alert-heading {
  font-size: 22px;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22file%22%3A%22%2Fvolume%2Fsales%2F_source%2Fstatic%2Fcore%2Fcss%2Fshop%2Fall-layouts.css%22%2C%22sources%22%3A%5B%22static%2Fcore%2Fcss%2Fshop%2Fall-layouts.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAhLF%3BAA0LI%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAvNF%3BAAgOA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAxOF%3BAAAA%3BAA%2BOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAUR%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBN%3BAAAA%3BAAAA%3BAA5XF%3BAAkYA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAA5YJ%3BAAsZE%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAvaV%3BAAkbA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAteF%3BAA6eA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAA%2FfJ%3BAAqgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAA5lBF%3BAAAA%3BAAmmBA%3BAAAA%3BAAAA%3BAAnmBA%3BAA4mBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAACE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAvnBN%3BAAAA%3BAAyoBQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAcpB%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAA1rBA%3BAAgsBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%22%7D */