/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  position: relative;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  margin: auto;
}
.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;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-dots {
  background: white;
  -webkit-tap-highlight-color: transparent;
  padding: 5px 0px;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  zoom: 1;
  width: 10px;
  height: 10px;
  margin: 5px;
}
.slick-dots li button {
  border: none;
  background: grey;
  height: 10px;
  width: 10px;
  overflow: hidden;
  text-indent: -9999px;
  padding: 0px;
  margin: 0px;
}
.slick-dots li.slick-active button {
  background: #cc2200;
}
body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute!important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform,opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image:before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform,opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}
.fancybox-container [data-selectable=true] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: none;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}
.fancybox-caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.84999999999999%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
@supports (padding:max(0px)) {
  .fancybox-caption {
    padding: 75px 44px 25px 44px;
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@keyframes a {
  to {
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}
@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding:max(0px)) {
    .fancybox-caption {
      padding-left: 12px;
      padding-right: 12px;
    }
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}
@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/*
@import '../../source/_variables.less';

@modal__background-color: @color-white;
@modal__box-shadow: 0 0 12px 2px rgba(0, 0, 0, .35);

@modal-popup__indent-vertical: 5rem;
@modal-popup__padding: 3rem;
@modal-popup__width: 75%;
@modal-popup__z-index: @modal__z-index;

@modal-slide__first__indent-left: 14.8rem;
@modal-slide__indent-left: 4.5rem;
@modal-slide__padding: 2.6rem;
@modal-slide__z-index: @modal__z-index;

@modal-slide-header__padding-vertical: 2.1rem;

@modal-popup-confirm__width: 50rem;

@modal-popup-image-box__border-color: @color-gray80;
@modal-popup-image-box__max-width: 78rem;

@modal-popup-image-box-preview__max-width: @modal-popup-image-box-preview-image__max-height + (2 * @indent__base);
@modal-popup-image-box-preview-image__max-height: 54rem;
*/
/**
 * Copyright 2024 Adobe
 * All rights reserved.
 */
.form.wishlist.share .g-recaptcha {
  margin-bottom: 40px;
}
.block-minicart .block-content > .actions .smart-buttons {
  margin-top: 15px;
}
.pay-later-message {
  margin-top: 10px;
}
.smart-buttons > div > div {
  vertical-align: bottom;
}
.apple-pay {
  margin-top: 14px;
}
.cart-summary .apple-pay {
  margin-top: 11px;
}
.google-pay {
  margin-top: 14px;
}
.google-pay button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
.cart-summary .google-pay {
  margin-bottom: 14px;
}
@media only screen and (min-width: 1024px) {
  .products-list .product {
    width: calc(100% / 5);
  }
  .products-list .product:nth-child(2n+1) {
    clear: none !important;
  }
  .products-list .product:nth-child(4n+1) {
    clear: none !important;
  }
  .products-list .product:nth-child(5n+1) {
    clear: both !important;
  }
}
@media only screen and (min-width: 1024px) {
  .product-info-main {
    width: 35%;
    float: right;
  }
  #category-media-wall .category-media-wall-entry .category-media-wall-carousell.scrollable .scroll-left {
    left: -40px;
    top: 50%;
    bottom: auto;
  }
  #category-media-wall .category-media-wall-entry .category-media-wall-carousell.scrollable .scroll-right {
    right: -40px;
    top: 50%;
    bottom: auto;
  }
  #gallery-container {
    width: 100%;
    float: left;
    height: auto;
  }
  #gallery-container ul#gallery-images li {
    width: 33%;
    float: left;
  }
  .category-view .category-description p {
    width: 70%;
    text-align: center;
  }
  .catalog-product-view .product.media {
    width: 60%;
    float: left;
  }
  .catalog-product-view .product-info {
    width: 100%;
    float: left;
  }
  .catalog-product-view .product-info .product-info-description {
    width: 60%;
    float: left;
  }
  .catalog-product-view .product-info .product-info-details {
    width: 35%;
    float: right;
  }
}
@media only screen and (min-width: 1024px) {
  .checkout-cart-index .cart.main.actions {
    width: 65%;
  }
  .checkout-cart-index .cart-summary {
    width: 30%;
    float: right;
  }
  .checkout-cart-index .cart-summary h2 {
    text-align: center;
  }
  .checkout-cart-index .cart-summary .checkout-methods-items {
    width: 100%;
  }
  .checkout-cart-index .cart-summary #block-shipping {
    width: 100%;
  }
  .checkout-cart-index .cart-summary #cart-totals {
    width: 100%;
  }
  .checkout-cart-index .form-cart {
    width: 65%;
  }
  .checkout-cart-index .form-cart .cart.table-wrapper {
    width: 100%;
  }
}
/*
@import 'module/_minicart.less';
*/
@media only screen and (min-width: 1024px) {
  .kontakt-info {
    width: 30%;
  }
  .kontakt-form {
    width: 65%;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  body.account #maincontent {
    position: relative;
  }
  body.account #maincontent .column.main {
    padding: 50px 0px 0px 0px;
  }
  body.account #maincontent .sidebar-main {
    height: 50px;
    position: absolute;
    width: calc(100% - 20px);
    overflow: hidden;
  }
  body.account #maincontent .sidebar-main .account-nav {
    display: block !important;
  }
  body.account #maincontent .sidebar-main .account-nav ul li {
    width: 20%;
    border-left: none;
    border-bottom: 3px solid transparent;
    text-align: center;
  }
  body.account #maincontent .sidebar-main .account-nav ul li.current {
    border-color: #cc2200;
  }
}
@media only screen and (min-width: 1024px) {
  .sidebar-main {
    width: 100%;
  }
  .block .subcategories {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    width: 100%;
  }
  .block.filter .filter-options {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .block.filter .filter-options .filter-options-content {
    position: relative;
    width: 100%;
    background-color: #FFF;
    border-bottom: 1px solid #DEDEDE;
  }
  .block.filter .filter-current ol li {
    width: 100%;
    padding: 0px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .nav-open nav {
    z-index: 900;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .nav-open nav {
    z-index: 900;
  }
}
@media only screen and (min-width: 1024px) {
  #black-friday-page ul#black-friday-products li .infobox {
    height: 60px;
    bottom: 50px;
  }
  #black-friday-page ul#black-friday-products li .infobox .name span.manufacturer {
    line-height: 20px;
    font-size: 12px;
  }
  #black-friday-page ul#black-friday-products li .infobox .name span.product {
    line-height: 30px;
    font-size: 24px;
  }
  #black-friday-page ul#black-friday-products li .infobox .price span.uvp {
    line-height: 20px;
    font-size: 12px;
  }
  #black-friday-page ul#black-friday-products li .infobox .price span.special {
    line-height: 30px;
    font-size: 24px;
  }
  #home-text {
    width: 60%;
    float: left;
  }
  footer .footer-section {
    clear: none !important;
    width: 25%;
  }
  .block.related ol.products li {
    width: 100%;
  }
  .post-list-wrapper ol.post-list li {
    width: 25%;
  }
  .marken ol li {
    width: 20%;
  }
  .cms-content ul.zahlungsvarianten {
    width: 65%;
  }
  .cms-content ul.zahlungsvarianten li {
    width: 100%;
  }
  .cms-content div#zahlung-kontakt {
    width: 30%;
    float: right;
  }
  .cms-content .lieferzeiten {
    width: 30%;
    float: right;
  }
  .cms-content .versand {
    width: 60%;
  }
  #service li {
    width: 25%;
  }
  #service li a {
    border-bottom: none;
    border-right: 1px solid #D1CFCF !important;
  }
  #service li:last-child a {
    border: none !important;
  }
  .page-layout-2columns-left .column.main {
    width: 80%;
    box-sizing: border-box;
    padding: 0px 0px 0px 20px;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 20%;
  }
  .responsive-wrapper {
    max-width: 1200px;
    margin: 0 auto;
  }
  #logo {
    position: absolute;
    float: none;
    margin-left: -50px;
    width: 100px;
    height: 100px;
  }
  .hide-desktop {
    display: none;
  }
}
/*
//
//  Common
//  _____________________________________________

& when (@media-common = true) {
    .block-product-link,
    .block-category-link {
        &.widget {
            display: block;
            margin-bottom: @indent__base;
        }
    }

    .block-product-link-inline {
        &.widget {
            margin: 0;
        }
    }

    .block.widget {
        .product-item-info {
            width: auto;
        }

        .pager {
            padding: 0;

            .toolbar-amount {
                float: none;
                .lib-font-size(12);
            }

            .pages-item-previous {
                padding-left: 0;
            }

            .pages-item-next {
                position: relative;
            }

            .items {
                white-space: nowrap;
            }
        }
    }
}

//
//  Mobile
//  _____________________________________________

.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__s) {
    .block.widget .products-grid .product-item,
    .page-layout-1column .block.widget .products-grid .product-item,
    .page-layout-3columns .block.widget .products-grid .product-item {
        width: 100%/3;
    }
}

//
//  Desktop
//  _____________________________________________

.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__m) {
    .block.widget .products-grid .product-item {
        width: 100%/3;
    }

    .page-layout-1column .block.widget .products-grid .product-item {
        width: 100%/4;
    }

    .page-layout-3columns .block.widget .products-grid .product-item {
        width: 100%/2;
    }
}

@media only screen and (min-width: @screen__l) {
    .block.widget .products-grid .product-item {
        width: 100%/5;
    }

    .page-layout-1column .block.widget .products-grid .product-item {
        margin-left: calc(~'(100% - 5 * (100%/6)) / 4');
        width: 100%/6;

        &:nth-child(4n + 1) {
            margin-left: calc(~'(100% - 5 * (100%/6)) / 4');
        }

        &:nth-child(5n + 1) {
            margin-left: 0;
        }
    }

    .page-layout-3columns .block.widget .products-grid .product-item {
        width: 100%/4;
    }

    .block.widget .products-grid .product-items {
        margin: 0;
    }

    .block.widget .products-grid .product-item {
        margin-left: calc(~'(100% - 4 * 24.439%) / 3');
        padding: 0;
        width: 24.439%;

        &:nth-child(4n + 1) {
            margin-left: 0;
        }
    }
}

.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__m) {
    .sidebar .block.widget .pager {
        .item:not(.pages-item-next):not(.pages-item-previous) {
            &:extend(.abs-no-display-desktop all);
        }

        .pages-item-next {
            padding: 0;

            .action {
                margin: 0;
            }
        }
    }
}
*/
@media all and (min-width: 768px), print {
  .magento-payments-review .magento-payments-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .magento-payments-review .block-content .box-order-shipping-address,
  .magento-payments-review .block-content .box-order-shipping-method,
  .magento-payments-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .magento-payments-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .magento-payments-review .table-magento-payments-review-items .col.price,
  .magento-payments-review .table-magento-payments-review-items .col.qty {
    text-align: center;
  }
  .magento-payments-review .table-magento-payments-review-items .col.item {
    width: 60%;
  }
  .magento-payments-review .col.subtotal,
  .magento-payments-review .mark,
  .magento-payments-review .amount {
    text-align: right;
  }
  .magento-payments-review-discount {
    border-top: 1px solid #d1d1d1;
  }
  .magento-payments-review-discount .block {
    margin-bottom: 15px;
  }
  .magento-payments-review-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .magento-payments-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2Frump%5C%2Fbernd%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2F_slick.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Frump%5C%2Fbernd%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2F_fancybox.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Frump%5C%2Fbernd%5C%2Fde_DE%5C%2FMagento_ReCaptchaWishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Frump%5C%2Fbernd%5C%2Fde_DE%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_mini-cart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Frump%5C%2Fbernd%5C%2Fde_DE%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_pay-later.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Frump%5C%2Fbernd%5C%2Fde_DE%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_apple-pay.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Frump%5C%2Fbernd%5C%2Fde_DE%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_google-pay.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Frump%5C%2Fbernd%5C%2Fde_DE%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_listings.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Frump%5C%2Fbernd%5C%2Fde_DE%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Frump%5C%2Fbernd%5C%2Fde_DE%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_cart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Frump%5C%2Fbernd%5C%2Fde_DE%5C%2FMagento_Contact%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Frump%5C%2Fbernd%5C%2Fde_DE%5C%2FMagento_Customer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Frump%5C%2Fbernd%5C%2Fde_DE%5C%2FMagento_LayeredNavigation%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Frump%5C%2Fbernd%5C%2Fde_DE%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Frump%5C%2Fbernd%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_responsive.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Frump%5C%2Fbernd%5C%2Fde_DE%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_review.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Frump%5C%2Fbernd%5C%2Fde_DE%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_utilities.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAACA%3BEAEI%2CkBAAA%3BEAEA%2CcAAA%3BEACA%2CsBAAA%3BEAEA%2CyBAAA%3BEACG%2CsBAAA%3BEACC%2CqBAAA%3BEACI%2CiBAAA%3BEAER%2C2BAAA%3BEACA%2CwBAAA%3BEACA%2CuBAAA%3BEACI%2CmBAAA%3BEACJ%2CwCAAA%3B%3BAAGJ%3BEAEI%2CkBAAA%3BEAEA%2CcAAA%3BEACA%2CgBAAA%3BEAEA%2CSAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CWAAW%3BEAEP%2CaAAA%3B%3BAAEJ%2CWAAW%3BEAEP%2CeAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CaAAc%3BAACd%2CaAAc%3BEAEV%2CmBAAmB%2CoBAAnB%3BEACG%2CgBAAgB%2CoBAAhB%3BEACC%2CeAAe%2CoBAAf%3BEACC%2CcAAc%2CoBAAd%3BEACG%2CWAAW%2CoBAAX%3B%3BAAGZ%3BEAEI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEAEA%2CcAAA%3B%3BAAEJ%2CYAAY%3BAACZ%2CYAAY%3BEAER%2CcAAA%3BEAEA%2CSAAS%2CEAAT%3B%3BAAEJ%2CYAAY%3BEAER%2CWAAA%3B%3BAAEJ%2CcAAe%3BEAEX%2CkBAAA%3B%3BAAGJ%3BEAEI%2CaAAA%3BEACA%2CWAAA%3BEACH%2CkBAAA%3BEACG%2CYAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CWAAY%3BEAER%2CYAAA%3B%3BAAEJ%2CYAAa%3BEAET%2CcAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CYAAY%2CcAAe%3BEAEvB%2CaAAA%3B%3BAAEJ%2CYAAY%2CSAAU%3BEAElB%2CoBAAA%3B%3BAAEJ%2CkBAAmB%3BEAEf%2CcAAA%3B%3BAAEJ%2CcAAe%3BEAEX%2CkBAAA%3B%3BAAEJ%2CeAAgB%3BEAEZ%2CcAAA%3BEAEA%2CYAAA%3BEAEA%2C6BAAA%3B%3BAAEJ%2CYAAY%3BEACR%2CaAAA%3B%3BAAGJ%3BEACC%2CiBAAA%3BEAEA%2CwCAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAED%2CWAAY%3BEACX%2CqBAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAED%2CWAAY%2CGAAG%3BEAAO%2CYAAA%3BEAAc%2CgBAAA%3BEAAiB%2CYAAA%3BEAAa%2CWAAA%3BEAAY%2CgBAAA%3BEAAiB%2CoBAAA%3BEAAqB%2CYAAA%3BEAAa%2CWAAA%3B%3BAACjI%2CWAAY%2CGAAE%2CaAAc%3BEAAO%2CmBAAA%3B%3BACtInC%2CIAAI%3BEAA0B%2CgBAAA%3B%3BAAAgB%3BEAAiB%2CYAAA%3B%3BAAAY%3BEAAoB%2CaAAA%3BEAAa%2CSAAA%3BEAAS%2C4BAAA%3BEAA4B%2CYAAA%3BEAAY%2CkBAAA%3B%3BAAAkB%3BEAAoB%2CmCAAA%3BEAAmC%2CYAAA%3BEAAY%2COAAA%3BEAAO%2CaAAA%3BEAAa%2CeAAA%3BEAAe%2CwCAAA%3BEAAwC%2CMAAA%3BEAAM%2C8BAAA%3BEAA8B%2C0BAAA%3BEAA0B%2CWAAU%2CaAAV%3BEAAwB%2CWAAA%3BEAAW%2CcAAA%3B%3BAAAc%2CmBAAoB%3BEAAE%2CsBAAA%3B%3BAAAsB%3BAAAa%3BAAAgB%3BAAAgB%3BEAAgB%2CSAAA%3BEAAS%2COAAA%3BEAAO%2CkBAAA%3BEAAkB%2CQAAA%3BEAAQ%2CMAAA%3B%3BAAAM%3BEAAgB%2CiCAAA%3BEAAiC%2CgBAAA%3B%3BAAAgB%3BEAAa%2CmBAAA%3BEAAmB%2CUAAA%3BEAAU%2C4BAAA%3BEAA4B%2C4BAAA%3BEAA4B%2C4BAA2B%2CiCAA3B%3B%3BAAAuD%2CiBAAkB%3BEAAa%2CYAAA%3BEAAW%2C4BAA2B%2CiCAA3B%3B%3BAAAuD%3BAAAkB%3BAAAkB%2CoBAAqB%3BAAAiB%3BEAAkB%2CcAAA%3BEAAc%2CUAAA%3BEAAU%2CkBAAA%3BEAAkB%2CwDAAA%3BEAAqD%2CkBAAA%3BEAAkB%2CcAAA%3B%3BAAAc%2CsBAAuB%3BAAAkB%2CsBAAuB%3BAAAkB%2CkBAAmB%2CqBAAqB%3BAAAiB%2CsBAAuB%3BEAAkB%2CUAAA%3BEAAU%2CwDAAA%3BEAAsD%2CmBAAA%3B%3BAAAmB%3BEAAkB%2CWAAA%3BEAAW%2CeAAA%3BEAAe%2C4CAAA%3BEAA4C%2CYAAA%3BEAAY%2COAAA%3BEAAO%2CiBAAA%3BEAAiB%2CeAAA%3BEAAe%2C0BAAA%3BEAA0B%2CeAAA%3BEAAe%2CoBAAA%3BEAAoB%2CMAAA%3BEAAM%2C2BAAA%3BEAA2B%2CyBAAA%3BEAAyB%2CsBAAA%3BEAAsB%2CqBAAA%3BEAAqB%2CiBAAA%3B%3BAAAiB%3BEAAkB%2CQAAA%3BEAAQ%2CMAAA%3B%3BAAAM%3BEAAgB%2CcAAA%3BEAAc%2CiBAAA%3BEAAiB%2CWAAU%2CaAAV%3BEAAwB%2CcAAA%3B%3BAAAc%2CiBAAkB%3BEAAgB%2CgBAAA%3B%3BAAAgB%3BEAAgB%2CmCAAA%3BEAAmC%2CaAAA%3BEAAa%2CYAAA%3BEAAY%2COAAA%3BEAAO%2CaAAA%3BEAAa%2CcAAA%3BEAAc%2CiCAAA%3BEAAiC%2CaAAA%3BEAAa%2CkBAAA%3BEAAkB%2CkBAAA%3BEAAkB%2CMAAA%3BEAAM%2CsCAAA%3BEAAsC%2CmBAAA%3BEAAmB%2CWAAA%3BEAAW%2CcAAA%3B%3BAAAc%2CeAAe%3BEAAQ%2CSAAQ%2CEAAR%3BEAAW%2CqBAAA%3BEAAqB%2CYAAA%3BEAAY%2CYAAA%3BEAAY%2CsBAAA%3BEAAsB%2CQAAA%3B%3BAAAQ%2CoBAAqB%3BAAAgB%3BAAAyB%3BAAAsB%3BEAA0B%2CcAAA%3B%3BAAAc%3BEAAuB%2CgBAAA%3BEAAgB%2CeAAA%3B%3BAAAe%2CsBAAsB%3BEAAQ%2CaAAA%3B%3BAAAa%3BEAAsB%2CYAAA%3B%3BAAAY%3BEAAkB%2CgBAAA%3BEAAgB%2CqBAAA%3BEAAqB%2CSAAA%3BEAAS%2CeAAA%3BEAAe%2CcAAA%3BEAAc%2CiCAAA%3BEAAiC%2CaAAA%3BEAAa%2CkBAAA%3BEAAkB%2CgBAAA%3BEAAgB%2CsBAAA%3B%3BAAAsB%2CsBAAuB%3BEAAkB%2C2BAA0B%2C6BAA1B%3BEAAmD%2CmCAAA%3BEAAmC%2CuBAAA%3BEAAuB%2C4BAAA%3BEAA4B%2C0BAAA%3BEAA0B%2COAAA%3BEAAO%2CeAAA%3BEAAe%2CiBAAA%3BEAAiB%2CUAAA%3BEAAU%2CkBAAA%3BEAAkB%2CMAAA%3BEAAM%2C0BAAA%3BEAA0B%2CsCAAA%3BEAAsC%2CyBAAA%3BEAAyB%2CsBAAA%3BEAAsB%2CqBAAA%3BEAAqB%2CiBAAA%3BEAAiB%2CcAAA%3B%3BAAAc%2CqBAAsB%3BEAAkB%2CgBAAA%3B%3BAAAgB%2CoBAAqB%3BEAAkB%2CeAAA%3B%3BAAAe%2CiBAAkB%3BAAAkB%2CmBAAoB%3BEAAkB%2CYAAA%3B%3BAAAY%2CqBAAsB%3BEAAkB%2CgBAAA%3B%3BAAAgB%2CmBAAoB%3BEAAuB%2CYAAA%3B%3BAAAY%3BAAAgB%3BEAAoB%2CuBAAA%3BEAAuB%2CSAAA%3BEAAS%2CYAAA%3BEAAY%2COAAA%3BEAAO%2CSAAA%3BEAAS%2CgBAAA%3BEAAgB%2CeAAA%3BEAAe%2CUAAA%3BEAAU%2CkBAAA%3BEAAkB%2CMAAA%3BEAAM%2CyBAAA%3BEAAyB%2CsBAAA%3BEAAsB%2CqBAAA%3BEAAqB%2CiBAAA%3BEAAiB%2CWAAA%3B%3BAAAW%3BEAAoB%2CUAAA%3B%3BAAAU%2CuBAAwB%3BAAAkB%2CoBAAqB%3BAAAkB%2CoBAAqB%3BAAAkB%2CsBAAuB%3BEAAkB%2CYAAA%3BEAAY%2CiBAAA%3BEAAiB%2CUAAA%3BEAAU%2CWAAA%3B%3BAAAW%2CsBAAuB%3BEAAkB%2CgBAAA%3B%3BAAAgB%2CoBAAqB%3BEAAkB%2CmBAAA%3B%3BAAAmB%2CuBAAwB%3BEAAkB%2CgBAAA%3B%3BAAAgB%3BAAAiB%3BEAAgB%2CuBAAA%3BEAAuB%2CSAAA%3BEAAS%2CcAAA%3BEAAc%2CYAAA%3BEAAY%2CSAAA%3BEAAS%2CgBAAA%3BEAAgB%2CUAAA%3BEAAU%2CWAAA%3B%3BAAAW%3BEAAiB%2COAAA%3BEAAO%2CkBAAA%3BEAAkB%2CMAAA%3B%3BAAAM%3BEAAgB%2CgBAAA%3BEAAgB%2CeAAA%3BEAAe%2CgBAAA%3BEAAgB%2CaAAA%3BEAAa%2CWAAA%3B%3BAAAW%2CeAAgB%3BEAAE%2CWAAA%3BEAAW%2CeAAA%3BEAAe%2CiBAAA%3BEAAiB%2CSAAA%3BEAAS%2CUAAA%3B%3BAAAU%3BEAAiB%2CiCAAA%3BEAA6B%2CSAAA%3BEAAS%2CgBAAA%3BEAAgB%2CgBAAA%3BEAAgB%2CeAAA%3BEAAe%2CqBAAA%3BEAAqB%2CYAAA%3BEAAY%2CSAAA%3BEAAS%2CaAAA%3BEAAa%2CkBAAA%3BEAAkB%2CsBAAA%3BEAAqB%2CmBAAA%3BEAAmB%2CmBAAA%3BEAAmB%2CWAAA%3B%3BAAAW%3BAAAiB%2CgBAAgB%3BAAAM%2CgBAAgB%3BEAAS%2CWAAA%3B%3BAAAW%2CgBAAgB%3BEAAO%2CWAAA%3B%3BAAAW%2CgBAAgB%3BEAAO%2CaAAA%3B%3BAAAa%2CgBAAgB%3BEAAgB%2CmBAAA%3B%3BAAAmB%2CgBAAgB%3BAAAW%2CgBAAgB%2CUAAU%3BEAAO%2CWAAA%3BEAAW%2CeAAA%3BEAAe%2CaAAA%3B%3BAAAa%2CgBAAiB%3BEAAI%2CYAAA%3B%3BAAAY%2CgBAAiB%3BEAAI%2CcAAA%3BEAAc%2CYAAA%3BEAAY%2CiBAAA%3BEAAiB%2CkBAAA%3BEAAkB%2CWAAA%3B%3BAAAW%2CgBAAiB%2CIAAI%3BEAAK%2CkBAAA%3BEAAkB%2CeAAA%3B%3BAAAe%2CyBAA0B%2CIAAG%2CUAAU%3BAAAI%2CwBAAyB%2CIAAG%3BAAAa%2CuBAAwB%2CIAAG%3BAAAa%2CsBAAuB%2CIAAG%2CUAAU%3BEAAI%2CaAAA%3B%3BAAAa%3BEAAmB%2CmBAAA%3BEAAmB%2CWAAA%3BEAAW%2COAAA%3BEAAO%2CkBAAA%3BEAAkB%2CQAAA%3BEAAQ%2CMAAA%3BEAAM%2CWAAU%2CSAAV%3BEAAoB%2CmBAAA%3BEAAmB%2C8BAAA%3BEAA8B%2CkCAAA%3BEAAkC%2CcAAA%3B%3BAAAc%3BEAAsB%2CuBAAA%3BEAAuB%2CSAAA%3BEAAS%2CgBAAA%3BEAAgB%2CWAAA%3BEAAW%2CeAAA%3BEAAe%2CYAAA%3BEAAW%2CYAAA%3BEAAY%2CkBAAA%3BEAAkB%2CYAAA%3BEAAY%2CUAAA%3BEAAU%2CYAAA%3B%3BAAAY%2CqBAAqB%3BEAAO%2CWAAA%3BEAAW%2CUAAA%3B%3BAAAU%2CqBAAsB%3BEAAsB%2CmBAAA%3BEAAmB%2CaAAA%3BEAAa%2CQAAA%3BEAAQ%2CMAAA%3B%3BAAAM%2CsBAAsB%2CoBAAqB%3BEAAkB%2CgBAAA%3B%3BAAAgB%2CoBAAqB%3BAAAsB%2CqBAAqB%2CiBAAkB%3BEAAsB%2CaAAA%3B%3BAAAa%2CoBAAqB%3BEAAiB%2C4BAAA%3BEAA4B%2CaAAA%3BEAAa%2CUAAA%3BEAAU%2CkBAAA%3BEAAkB%2CqBAAA%3BEAAwB%2CWAAA%3B%3BAAAW%2CoBAAqB%2CiBAAiB%3BEAAI%2CYAAA%3B%3BAAAY%2CoBAAqB%3BEAA6B%2COAAA%3BEAAO%2CMAAK%2CyBAAL%3BEAA%2BB%2C2BAAA%3B%3BAAA2B%2CoBAAqB%3BEAA8B%2C2BAAA%3BEAA2B%2CQAAA%3BEAAQ%2COAAM%2C0BAAN%3B%3BAAAiC%3BEAAkB%2CYAAW%2CyMAAX%3BEAA0K%2CSAAA%3BEAAS%2CWAAA%3BEAAW%2CeAAA%3BEAAe%2CgBAAA%3BEAAgB%2COAAA%3BEAAO%2CgBAAA%3BEAAgB%2CuBAAA%3BEAAuB%2CoBAAA%3BEAAoB%2CQAAA%3BEAAQ%2CkBAAA%3BEAAkB%2CcAAA%3B%3BAAAc%3BEAA6B%3BIAAkB%2C4BAAA%3B%3B%3BAAA6H%3BEAA4B%2CiBAAA%3B%3BAAAiB%3BEAAwB%2CgBAAA%3BEAAgB%2CcAAA%3BEAAc%2CmBAAA%3B%3BAAAmB%2CiBAAkB%3BAAAE%2CiBAAkB%2CEAAC%3BAAAM%2CiBAAkB%2CEAAC%3BEAAS%2CWAAA%3BEAAW%2CqBAAA%3B%3BAAAqB%2CiBAAkB%2CEAAC%3BEAAO%2CWAAA%3BEAAW%2C0BAAA%3B%3BAAA0B%3BEAAkB%2C%2BBAAA%3BEAA%2BB%2CuBAAA%3BEAAuB%2CsBAAA%3BEAAsB%2CyBAAA%3BEAAyB%2CkBAAA%3BEAAkB%2CYAAA%3BEAAY%2CSAAA%3BEAAS%2CuBAAA%3BEAAuB%2CYAAA%3BEAAW%2CUAAA%3BEAAU%2CkBAAA%3BEAAkB%2CQAAA%3BEAAQ%2CWAAA%3BEAAW%2CcAAA%3B%3BAAAc%3BEAAa%3BIAAG%2CWAAU%2CaAAV%3B%3B%3BAAAyB%3BEAAmB%2C4BAA2B%2C2BAA3B%3B%3BAAAmD%2CkBAAkB%3BEAA0B%2CUAAA%3BEAAU%2CWAAU%2CwBAAV%3B%3BAAAiC%2CkBAAkB%3BEAAsB%2CUAAA%3BEAAU%2CWAAU%2CuBAAV%3B%3BAAAgC%2CkBAAkB%3BEAAyB%2CUAAA%3BEAAU%2CWAAU%2CaAAV%3B%3BAAAwB%2CiBAAiB%3BAAAsB%2CiBAAiB%3BEAA0B%2CUAAA%3BEAAU%2C4BAA2B%2C8BAA3B%3B%3BAAAqD%2CiBAAiB%3BEAAyB%2CUAAA%3B%3BAAAU%2CwBAAwB%3BEAA0B%2CUAAA%3BEAAU%2CWAAU%2CsBAAV%3B%3BAAA%2BB%2CwBAAwB%3BEAAsB%2CUAAA%3BEAAU%2CWAAU%2CsBAAV%3B%3BAAA4B%2CwBAAwB%3BEAAyB%2CUAAA%3BEAAU%2CWAAU%2CSAAV%3B%3BAAAoB%2CmBAAmB%3BEAA0B%2CUAAA%3BEAAU%2CWAAU%2CcAAV%3B%3BAAAyB%2CmBAAmB%3BEAAsB%2CUAAA%3BEAAU%2CWAAU%2CaAAV%3B%3BAAAwB%2CmBAAmB%3BEAAyB%2CUAAA%3BEAAU%2CWAAU%2CYAAV%3B%3BAAAuB%2CqBAAqB%3BEAA0B%2CUAAA%3BEAAU%2CWAAU%2CiBAAe%2CwBAAzB%3B%3BAAAgD%2CqBAAqB%3BEAAsB%2CUAAA%3BEAAU%2CWAAU%2CiBAAe%2CuBAAzB%3B%3BAAA%2BC%2CqBAAqB%3BEAAyB%2CUAAA%3BEAAU%2CWAAU%2CUAAU%2CaAApB%3B%3BAAAkC%2CiBAAiB%3BEAA0B%2CWAAU%2CyBAAuB%2CWAAU%2CYAA3C%3B%3BAAAwD%2CiBAAiB%3BEAAsB%2CWAAU%2CwBAAsB%2CWAAU%2CWAA1C%3B%3BAAAsD%2CiBAAiB%3BEAAyB%2CWAAU%2CcAAc%2CQAAxB%3B%3BAAAygB%2CQAA%5C%2Fc%3BEAAC%3BIAAgB%2CiBAAA%3BIAAiB%2CkBAAA%3B%3BEAAkB%3BIAAuB%2CcAAA%3B%3BEAAc%3BIAAsB%2CWAAA%3B%3BEAAW%2CsBAAuB%3BIAAsB%2CmBAAA%3BIAAmB%2CcAAA%3BIAAc%2CYAAA%3BIAAY%2CUAAA%3BIAAU%2CYAAA%3BIAAY%2CQAAA%3BIAAQ%2CMAAA%3BIAAM%2CWAAA%3B%3BEAAW%3BIAAkB%2CkBAAA%3BIAAkB%2CmBAAA%3B%3BEAAmB%3BIAA6B%3BMAAkB%2CkBAAA%3BMAAiD%2CmBAAA%3B%3B%3B%3BAAAqD%3BEAAgB%2CmBAAA%3BEAAmB%2CkBAAA%3BEAAkB%2CcAAA%3BEAAc%2CaAAA%3BEAAa%2CkBAAA%3B%3BAAAkB%2CeAAgB%3BEAAG%2CWAAA%3BEAAW%2CeAAA%3BEAAe%2CgBAAA%3BEAAgB%2CgBAAA%3B%3BAAAgB%2CeAAgB%3BEAAE%2CSAAA%3BEAAS%2CUAAA%3B%3BAAAU%3BEAAwB%2CSAAA%3BEAAS%2CkBAAA%3BEAAkB%2CqBAAA%3BEAAqB%2CeAAA%3BEAAe%2CgBAAA%3BEAAgB%2CiBAAA%3BEAAiB%2CkBAAA%3BEAAkB%2CgBAAA%3BEAAgB%2CeAAA%3BEAAe%2CqBAAA%3BEAAqB%2CoBAAA%3BEAAmB%2CyBAAA%3BEAAyB%2CsBAAA%3BEAAsB%2CqBAAA%3BEAAqB%2CiBAAA%3BEAAiB%2CmBAAA%3B%3BAAAmB%2CuBAAuB%3BAAAM%2CuBAAuB%3BEAAS%2CWAAA%3B%3BAAAW%2CuBAAuB%3BEAAO%2CqBAAA%3B%3BAAAqB%3BEAA4B%2CmBAAA%3B%3BAAAmB%2C2BAA2B%3BEAAO%2CmBAAA%3B%3BAAAmB%3BEAA4B%2CmBAAA%3B%3BAAAmB%2C2BAA2B%3BEAAO%2CmBAAA%3B%3BAAAmB%3BEAA4B%2CmBAAA%3B%3BAAAmB%2C2BAA2B%3BEAAO%2CmBAAA%3B%3BAAAmB%2CuBAAwB%3BEAAI%2CYAAA%3BEAAY%2CiBAAA%3BEAAiB%2CkBAAA%3BEAAkB%2CSAAA%3BEAAS%2CsBAAA%3BEAAsB%2CWAAA%3B%3BAAAW%2CuBAAwB%2CIAAI%3BEAAK%2CUAAA%3B%3BAAAU%3BEAAuB%2CuBAAA%3BEAAuB%2CSAAA%3BEAAS%2CgCAAA%3BEAAgC%2CgBAAA%3BEAAgB%2CcAAA%3BEAAc%2CeAAA%3BEAAe%2CgBAAA%3BEAAgB%2CaAAA%3BEAAa%2CkBAAA%3BEAAkB%2CWAAA%3B%3BAAAW%3BEAAiB%2CgBAAA%3BEAAgB%2CSAAA%3BEAAS%2CaAAA%3BEAAa%2CSAAA%3BEAAS%2CiCAAA%3BEAAiC%2C4CAAA%3BEAA4C%2CoBAAA%3BEAAoB%2CkBAAA%3BEAAkB%2CQAAA%3BEAAQ%2C6CAAA%3BEAA0C%2CMAAA%3BEAAM%2CYAAA%3BEAAY%2CcAAA%3B%3BAAAc%3BEAAmB%2CgBAAA%3BEAAgB%2CkBAAA%3B%3BAAAkB%2CqBAAsB%3BEAAiB%2CcAAA%3B%3BAAAc%2CqBAAsB%3BEAAgB%2CYAAA%3B%3BAAAY%3BEAAuB%2CYAAA%3BEAAY%2CYAAA%3BEAAY%2CgBAAA%3BEAAgB%2CSAAA%3BEAAS%2CkBAAA%3BEAAkB%2CgBAAA%3BEAAgB%2CUAAA%3BEAAU%2CkBAAA%3BEAAkB%2CkBAAA%3BEAAkB%2CmBAAA%3BEAAmB%2CWAAA%3B%3BAAAW%2CkBAAmB%3BEAAuB%2CgBAAA%3B%3BAAAgB%2CkBAAmB%2CuBAAsB%3BEAAoB%2CUAAA%3B%3BAAAU%2CkBAAmB%2CuBAAsB%3BEAA0B%2CgBAAA%3BEAAgB%2CmBAAA%3BEAAmB%2C4CAAA%3B%3BAAAwC%2CkBAAmB%2CuBAAsB%3BEAA0B%2CmBAAA%3BEAAmB%2CmBAAA%3B%3BAAAmB%2CsBAAuB%3BEAAE%2CmCAAA%3BEAAmC%2C2BAAA%3BEAA2B%2CoCAAA%3BEAAgC%2CwBAAA%3BEAAwB%2C4BAAA%3BEAA4B%2CsBAAA%3BEAAsB%2CeAAA%3BEAAe%2CWAAA%3BEAAW%2CYAAA%3BEAAY%2CWAAA%3BEAAW%2C4BAAA%3BEAA%2BB%2C0BAAA%3BEAA6B%2CaAAA%3BEAAa%2CgBAAA%3BEAAgB%2CUAAA%3BEAAU%2CkBAAA%3BEAAkB%2CwCAAA%3BEAAwC%2CYAAA%3B%3BAAAY%2CsBAAuB%2CEAAC%3BEAAQ%2CyBAAA%3BEAAyB%2CSAAA%3BEAAS%2CSAAQ%2CEAAR%3BEAAW%2COAAA%3BEAAO%2CUAAA%3BEAAU%2CkBAAA%3BEAAkB%2CQAAA%3BEAAQ%2CMAAA%3BEAAM%2CqBAAmB%2CkDAAnB%3BEAAiD%2CcAAA%3B%3BAAAc%2CsBAAuB%2CEAAC%2CMAAM%3BEAAQ%2CYAAA%3B%3BAAAW%2CsBAAuB%2CEAAC%2CuBAAuB%3BEAAQ%2CUAAA%3B%3BAAA4K%2CQAA1I%3BEAAC%3BIAAiB%2CYAAA%3B%3BEAAY%2CqBAAsB%3BIAAgB%2CYAAA%3B%3BEAAY%2CsBAAuB%3BIAAE%2C4BAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BACIv%2BY%2CKAAK%2CSAAS%2CMAAO%3BEACjB%2CmBAAA%3B%3BACEI%2CeADJ%2CeACM%2CWACE%3BEACI%2CgBAAA%3B%3BACJhB%3BEACI%2CgBAAA%3B%3BACCI%2CcADA%2CMACI%3BEACA%2CsBAAA%3B%3BAAKZ%3BEACI%2CgBAAA%3B%3BAAIA%2CaAAE%3BEACE%2CgBAAA%3B%3BACdR%3BEACI%2CgBAAA%3B%3BAAEA%2CWAAE%3BEACE%2C8BAAA%3BEACA%2CkCAAA%3BEACA%2C4BAAA%3BEACA%2CwBAAA%3BEACA%2CSAAA%3B%3BAAKJ%2CaAAE%3BEACE%2CmBAAA%3B%3BAC8IR%2CwBAf%2BC%3BEAE3C%2CcAAe%3BIAUb%2COAAO%2CcAAP%3B%3BEATD%2CcADc%2CSACb%2CUAAU%3BIACP%2CsBAAA%3B%3BEAEH%2CcAJa%2CSAIZ%2CUAAU%3BIACR%2CsBAAA%3B%3BEAEH%2CcAPa%2CSAOZ%2CUAAU%3BIACR%2CsBAAA%3B%3B%3BAC2oET%2CwBAlF%2BC%3BEAE9C%3BIAEC%2CUAAA%3BIACA%2CYAAA%3B%3BEAqBE%2CoBAFF%2C2BACC%2C%2BBACE%2CWACA%3BIACC%2CWAAA%3BIACA%2CQAAA%3BIACA%2CYAAA%3B%3BEAJF%2CoBAFF%2C2BACC%2C%2BBACE%2CWAMA%3BIACC%2CYAAA%3BIACA%2CQAAA%3BIACA%2CYAAA%3B%3BEAOL%3BIACC%2CWAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3B%3BEAHD%2CkBAIC%2CGAAE%2CeACD%3BIACC%2CUAAA%3BIACA%2CWAAA%3B%3BEAKH%2CcACC%2CsBACI%3BIACF%2CUAAA%3BIACA%2CkBAAA%3B%3BEAKH%2CqBACC%2CSAAQ%3BIACP%2CUAAA%3BIACA%2CWAAA%3B%3BEAHF%2CqBAKC%3BIACC%2CWAAA%3BIACA%2CWAAA%3B%3BEAPF%2CqBAKC%2CcAGC%3BIACC%2CUAAA%3BIACA%2CWAAA%3B%3BEAVH%2CqBAKC%2CcAOC%3BIACC%2CUAAA%3BIACA%2CYAAA%3B%3B%3BAClzDH%2CwBA7B8C%3BEAC9C%2CoBACC%2CMAAK%2CKAAK%3BIACT%2CUAAA%3B%3BEAFF%2CoBAIC%3BIACC%2CUAAA%3BIACA%2CYAAA%3B%3BEANF%2CoBAIC%2CcAGC%3BIACC%2CkBAAA%3B%3BEARH%2CoBAIC%2CcAMC%3BIACC%2CWAAA%3B%3BEAXH%2CoBAIC%2CcASC%3BIACC%2CWAAA%3B%3BEAdH%2CoBAIC%2CcAYC%3BIACC%2CWAAA%3B%3BEAjBH%2CoBAoBC%3BIACC%2CUAAA%3B%3BEArBF%2CoBAoBC%2CWAEC%2CMAAK%3BIACJ%2CWAAA%3B%3B%3B%3B%3B%3BAChbJ%2CwBAR%2BC%3BEAC9C%3BIACC%2CUAAA%3B%3BEAED%3BIACC%2CUAAA%3B%3B%3BAC%2BdF%3BEAlCC%2CIAAI%2CQACH%3BIACC%2CkBAAA%3B%3BEAFF%2CIAAI%2CQACH%2CaAEC%2CQAAO%3BIACN%2CyBAAA%3B%3BEAJH%2CIAAI%2CQACH%2CaAKC%3BIACE%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CwBAAA%3BIACA%2CgBAAA%3B%3BEAVJ%2CIAAI%2CQACH%2CaAKC%2CcAKE%3BIACA%2CyBAAA%3B%3BEAZJ%2CIAAI%2CQACH%2CaAKC%2CcAKE%2CaAEA%2CGACC%3BIACC%2CUAAA%3BIACA%2CiBAAA%3BIACA%2CoCAAA%3BIACA%2CkBAAA%3B%3BEACA%2CIAnBF%2CQACH%2CaAKC%2CcAKE%2CaAEA%2CGACC%2CGAKE%3BIACA%2CqBAAA%3B%3B%3BACpNR%2CwBArC%2BC%3BEAC9C%3BIACC%2CWAAA%3B%3BEAEE%2CMACF%3BIACC%2CuBAAA%3BIACG%2CoBAAA%3BIACA%2CeAAA%3BIACH%2CWAAA%3B%3BEAGF%2CMAAM%2COACC%3BIACF%2CuBAAA%3BIACH%2CoBAAA%3BIACA%2CeAAA%3B%3BEAJF%2CMAAM%2COACC%2CgBAIL%3BIACC%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CsBAAA%3BIACA%2CgCAAA%3B%3BEATH%2CMAAM%2COAYL%2CgBACC%2CGACI%3BIACI%2CWAAA%3BIACA%2CYAAA%3B%3B%3BAC%2B%5C%2FCX%2CwBAV%2BC%2CuBAA4B%3BEACvE%2CSAAU%3BIACN%2CYAAA%3B%3B%3BAAgdR%2CwBAX%2BC%2CuBAA4B%3BEACvE%2CSAAU%3BIACN%2CYAAA%3B%3B%3BAA4IP%2CwBAnI8C%3BEAC9C%2CkBACC%2CGAAE%2CsBACD%2CGACC%3BIACC%2CYAAA%3BIACA%2CYAAA%3B%3BEALJ%2CkBACC%2CGAAE%2CsBACD%2CGACC%2CSAGC%2CMACC%2CKAAI%3BIACH%2CiBAAA%3BIACA%2CeAAA%3B%3BEATN%2CkBACC%2CGAAE%2CsBACD%2CGACC%2CSAGC%2CMAKC%2CKAAI%3BIACH%2CiBAAA%3BIACA%2CeAAA%3B%3BEAbN%2CkBACC%2CGAAE%2CsBACD%2CGACC%2CSAaC%2COACC%2CKAAI%3BIACH%2CiBAAA%3BIACA%2CeAAA%3B%3BEAnBN%2CkBACC%2CGAAE%2CsBACD%2CGACC%2CSAaC%2COAKC%2CKAAI%3BIACH%2CiBAAA%3BIACA%2CeAAA%3B%3BEAQN%3BIACC%2CUAAA%3BIACA%2CWAAA%3B%3BEAGD%2CMACI%3BIACC%2CsBAAA%3BIACH%2CUAAA%3B%3BEAIC%2CMAAM%2CQACR%2CGAAE%2CSACD%3BIACC%2CWAAA%3B%3BEAKA%2CkBACF%2CGAAE%2CUACD%3BIACC%2CUAAA%3B%3BEAKA%2COACF%2CGACC%3BIACC%2CUAAA%3B%3BEAKA%2CYACF%2CGAAE%3BIACD%2CUAAA%3B%3BEAFC%2CYACF%2CGAAE%2CkBAED%3BIACC%2CWAAA%3B%3BEAJA%2CYAOF%2CIAAG%3BIACC%2CUAAA%3BIACA%2CYAAA%3B%3BEATF%2CYAWF%3BIACC%2CUAAA%3BIACA%2CYAAA%3B%3BEAbC%2CYAeF%3BIACC%2CUAAA%3B%3BEAIC%2CQACF%3BIACC%2CUAAA%3B%3BEAFC%2CQACF%2CGAEI%3BIACF%2CmBAAA%3BIACG%2C%2BBAAA%3B%3BEAEJ%2CQAND%2CGAME%2CWACA%3BIACC%2CuBAAA%3B%3BEAMD%2C0BACC%2CQAAO%3BIACN%2CUAAA%3BIACA%2CsBAAA%3BIACA%2CyBAAA%3B%3BEAJF%2C0BAMF%3BIACI%2CUAAA%3B%3BEAIF%3BIACC%2CiBAAA%3BIACA%2CcAAA%3B%3BEAGJ%3BIACC%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CaAAA%3B%3BEAGD%3BIACC%2CaAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BACjzEE%2CgBALsC%3BEC6EtC%2CwBACI%3BIACI%2CgCAAA%3B%3BEAFR%2CwBAKI%2CeAGI%3BEARR%2CwBAKI%2CeAII%3BEATR%2CwBAKI%2CeAKI%2C2BAA6B%3BIACzB%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAbZ%2CwBAKI%2CeAWI%3BIACI%2CaAAA%3BIACA%2CUAAA%3B%3BEAYA%2CwBAFR%2CqCACI%2CKACK%3BEACD%2CwBAHR%2CqCACI%2CKAEK%3BIACG%2CkBAAA%3B%3BEAGJ%2CwBAPR%2CqCACI%2CKAMK%3BIACG%2CUAAA%3B%3BEApChB%2CwBAyCI%2CKAAI%3BEAzCR%2CwBA0CI%3BEA1CJ%2CwBA2CI%3BIACI%2CiBAAA%3B%3BEAKR%3BIAGI%2C6BAAA%3B%3BEAHJ%2CiCAKI%3BIC0GJ%2CmBAAA%3B%3BEDtGY%2CiCAJR%2COAGI%2COACK%3BIACG%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAZhB%2CiCAKI%2COAWI%3BIACI%2CiBAAA%3B%3BEAKZ%2CkBAGI%2CiBACM%3BIACE%2CYAAA%3B%3BEAKJ%2CkBADJ%2CQACK%3BIACG%2CeAAA%22%7D */