.text-albert-sans-22 {
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 2.6rem;
}
@media only screen and (max-width: 359px) {
  .toolbar-amount {
    max-width: 58px;
  }
}
@media only screen and (max-width: 767px) {
  .product-content {
    padding: 0 !important;
  }
  .top-links {
    width: 100%;
  }
  .breadcrumbs {
    width: 100%;
  }
  .product.media {
    width: 100%;
  }
  .product-gallery {
    font-size: 0rem;
    left: 0 !important;
    width: 100% !important;
  }
  .product-info-main-wrapper {
    padding: 0 40px 16px;
    margin: 0 -20px;
    background: #fff;
    z-index: 1;
  }
  .main-features {
    position: relative;
  }
  .block-product-details {
    background: #fff;
    position: relative;
    margin: 0;
  }
  .block-instagram {
    background: #fff;
  }
  #synerise_block_similar_products,
  #synerise_block_product_recommend_it,
  #product-page-synerise-personalized {
    background: #fff;
    position: relative;
  }
  .page-footer {
    position: relative;
  }
  .benefit-widget-container .pagebuilder-column-line {
    gap: 0 !important;
  }
  .benefit-widget-container .benefit-widget-left-column {
    border-right: none !important;
  }
  .benefit-widget-container .benefit-widget-right-column {
    margin-left: 0 !important;
  }
  .product-qty-container select {
    width: 20% !important;
  }
}
@media only screen and (max-width: 1023px) {
  .product-options-bottom--sticky {
    display: block;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 100;
    padding: 12px 16px;
    margin-bottom: 0;
    transform: translateY(100%);
    transition: opacity 0.2s ease-in-out;
    background-color: #fff;
  }
  .block-product-details--desktop {
    display: none;
  }
  .block-product-details--mobile {
    padding: 50px 20px;
  }
  .product-gallery {
    height: 100%;
    overflow: hidden;
    width: calc(100% + 40px);
  }
  .product-gallery__item:not(:first-child) {
    display: none;
  }
  .product-gallery.loaded__item:not(:first-child) {
    display: block;
  }
  .product-gallery--single-image {
    left: 0;
    width: 100%;
  }
  .product-gallery .slick-slide {
    margin: 0;
  }
  .product-gallery .slick-dots {
    bottom: 16px;
  }
  .product-gallery-full .slick-slide {
    margin: 0;
  }
  .product-stylization__addtocart.product-options-bottom--sticky {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 100;
    padding: 12px 16px;
    margin-bottom: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    transition: opacity 0.2s ease-in-out;
    background-color: #fff;
  }
  .product-stylization__addtocart.product-options-bottom--sticky .box-tocart {
    margin: 0;
  }
}
.product-content .flag--copy-paste {
  border: 1px solid black;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.flag--copy-paste br {
  display: none;
}
.flag__copy-paste {
  border-width: 0 0 0 1px!important;
  cursor: pointer;
  display: inline-block;
  margin: -8px 0;
  padding: 8px 24px 8px 2px;
  position: relative;
}
.flag__copy-paste::after {
  content: '';
  background: url('../Lancerto_ProductFlag/images/copy.svg') 100% 50% no-repeat;
  position: absolute;
  width: 16px;
  height: 16px;
  right: 0;
  top: 7px;
}
.product-size-bundle .product-size__container {
  margin: 0 0 24px;
}
.product-size-bundle .product-size__container--single {
  min-height: 23px;
}
.product-options-wrapper {
  position: relative;
}
.product-options-wrapper .product-size-select {
  min-height: 63px;
  margin: 0 0 10px;
}
.additional-wrapper {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-bottom: 30px;
}
.block-table-size {
  margin-top: 20px;
}
.block-table-size a {
  font-size: 1.4rem;
  line-height: 1.68rem;
  font-weight: 300;
  text-decoration: none;
  position: relative;
  z-index: 9;
}
.block-table-size a:hover {
  text-decoration: underline;
}
.block-table-size a::after {
  content: "\e829";
  font-family: 'icomoon';
  margin-left: 10px;
  font-size: 1.8rem;
  vertical-align: middle;
}
.product-options-bottom--regular {
  transition: opacity 0.2s ease-in-out;
  margin-bottom: 30px;
}
.box-measurement-wrapper {
  position: relative;
  min-height: 34px;
}
.box-measurement {
  float: right;
  z-index: 2;
}
.product-options-wrapper--without-float .box-measurement {
  display: flex;
  float: none;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.product-availability {
  margin-top: 10px;
}
.product-color {
  margin-bottom: 30px;
}
.product-color__items {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  min-height: 35px;
}
.product-color__items-swatch {
  gap: 3px;
}
.product-color__items-swatch .product-color__swatch-option {
  display: block;
  border-radius: 5px;
  height: 100%;
  width: 100%;
  margin: 0;
}
.product-color__item {
  border-radius: 50%;
  display: inline-block;
  order: 1;
}
.product-color__item:hover,
.product-color__item:active,
.product-color__item:visited {
  text-decoration: none;
}
.product-color__swatch-item,
.product-color__items-more {
  display: block;
  position: relative;
  border-radius: 5px;
  height: 117px;
  width: 78px;
}
.product-color__items-more {
  display: flex;
  align-items: center;
  justify-content: center;
  order: 1;
  cursor: pointer;
  border: 1px solid #D9D9D9;
}
.product-color__items-more-text {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: normal;
  line-height: 14.4px;
  text-align: center;
}
.product-color__selected {
  background: linear-gradient(#BEBEBE, #FFFFFF);
  background-position: center center;
}
.product-color__selected-swatch {
  order: -1;
}
.product-color__selected-swatch span::before {
  content: '';
  display: block;
  position: absolute;
  top: 51px;
  left: 27px;
  width: 25px;
  height: 19px;
  background-image: url('../Magento_Catalog/images/check-icon.png');
}
.product-color__swatch-option {
  border-radius: 50%;
  display: block;
  margin: 4px;
  height: 27px;
  position: relative;
  width: 27px;
}
.product-color__swatch-option-outline::before {
  content: '';
  border: 1px solid #000;
  border-radius: 50%;
  height: 26px;
  left: 0;
  position: absolute;
  top: 0;
  width: 26px;
}
.block-product-model {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.block-product-model strong,
.block-product-model b {
  font-weight: 500;
}
.block-product-details__title {
  border-top: 1px solid #D9D9D9;
  cursor: pointer;
  margin: 0;
  padding: 20px 35px 20px 0;
  position: relative;
}
.block-product-details__title:first-child {
  border-top: 0;
}
.block-product-details__title::before {
  content: "\e92b";
  display: block;
  font-family: 'icomoon';
  font-size: 2.3rem;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 20px;
}
.block-product-details__title.active::before {
  content: "\e99c";
}
.block-product-details__title .counter {
  font-family: "Albert Sans";
  font-size: 1.4rem;
  line-height: 2.8rem;
  font-weight: 400;
}
.block-product-details__title .counter::before {
  content: '(';
}
.block-product-details__title .counter::after {
  content: ')';
}
.block-product-details__name {
  display: inline-block;
  margin: 0;
}
.block-product-details__content {
  display: none;
}
.block-product-details__content--visible {
  display: block;
}
.block-product-details__content:not(:last-child) {
  padding: 0 0 50px;
}
.block-product-details__content--description {
  margin: 0 auto;
  max-width: 920px;
  line-height: 2.4rem;
  font-weight: 300;
}
.block-product-details__content--description h1,
.block-product-details__content--description h2,
.block-product-details__content--description h3 {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.4rem;
  margin-bottom: 9.5px;
}
.block-in-details__image {
  margin: 10px 0 30px;
}
.block-in-details__content {
  margin-bottom: 50px;
}
.block-in-details__content:last-child {
  margin-bottom: 0;
}
.block-stylization-list__item {
  display: flex;
  gap: 20px;
  margin-bottom: 24px;
}
.block-stylization-list__item .product-reviews-summary {
  margin-bottom: 18px;
  white-space: nowrap;
}
.product-content .block-stylization-list__item .product-items__omnibus {
  margin-top: -10px;
  margin-bottom: 0;
}
.block-stylization-list__item .omnibus-price {
  margin-top: 0;
  margin-bottom: 8px;
  padding: 0;
}
.block-stylization-list__item .price-box .normal-price .price,
.block-stylization-list__item .price-box .price-final_price .price {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.9rem;
}
.block-stylization-list__item-unavailable {
  color: #E62328;
}
.block-stylization-list__item .product-size__item {
  border: 0;
  display: flex;
  justify-content: center;
}
.block-stylization-list__item .product-size__actions {
  margin-top: 15px;
  margin-bottom: 0;
}
.block-stylization-list__title {
  position: relative;
  margin-bottom: 16px;
}
.block-stylization-list__item-image {
  overflow: hidden;
  width: 100px;
}
.block-stylization-list__item-image img {
  display: block;
  margin: 0;
}
.block-stylization-list__item-label {
  background-color: #fff;
  margin-right: 2px;
}
.block-stylization-list__item-label::after {
  height: 20px;
  width: 20px;
}
.block-stylization-list__item-label span {
  display: none;
}
.block-stylization-list__item-details-top {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.block-stylization-list__item-details {
  display: flex;
  gap: 15px;
  flex-direction: column;
  width: calc(100% - 115px);
}
.block-stylization-list__item-name {
  margin-bottom: 0;
  max-height: 54px;
  min-height: 24px;
  overflow: hidden;
}
.product-stylization__title {
  margin-bottom: 10px;
}
.product-stylization .box-tocart {
  margin-top: 30px;
  margin-bottom: 16px;
}
.product-stylization .block-stylization-form {
  padding-top: 14px;
  border-top: 1px solid #D9D9D9;
}
.product-stylization .block-stylization-form .stylization-select-info {
  color: #E62328;
  display: none;
  padding-bottom: 8px;
}
.availability-product {
  border-bottom: 1px solid #D6D7D8;
  padding: 0 0 30px;
}
.availability-product__popup-show {
  align-items: flex-start;
  cursor: pointer;
  display: flex;
  gap: 0 23px;
  justify-content: flex-start;
  width: 100%;
}
.availability-product__popup-show::before {
  font-size: 2.4rem;
  color: #000;
}
.availability-product__text {
  color: #636363;
  margin: 0;
}
.popup-availability.modal-popup .modal-inner-wrap {
  max-width: 650px;
  color: #000;
}
.popup-availability-content .info {
  border-bottom: 1px solid #000;
  padding-bottom: 17px;
  margin-bottom: 20px;
  text-align: center;
}
.popup-availability-content .info span {
  font-size: 1.2rem;
  line-height: 14px;
  display: block;
}
.popup-availability-content .price-to {
  display: none;
}
.popup-availability-content h3 {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 auto 14px;
  line-height: 22px;
}
.popup-availability-content .info-product {
  padding-bottom: 21px;
  margin-bottom: 30px;
  border-bottom: 1px solid #D6D7D8;
}
.popup-availability-content .info-product .product-flag {
  border-radius: 2px;
}
.popup-availability-content .info-product p {
  color: #000;
  font-size: 18px;
  font-weight: 700;
}
.popup-availability-content .box-right {
  float: right;
  text-align: right;
}
.popup-availability-content .discount {
  float: right;
  margin-left: 11px;
}
.popup-availability-content .content-price {
  display: inline-block;
}
.popup-availability-content .delivery-info {
  clear: both;
  display: block;
  font-size: 12px;
}
.popup-availability-content .list-shops {
  border-top: 1px solid #D6D7D8;
  position: relative;
}
.popup-availability-content .list-shops__item {
  padding-top: 18px;
  display: grid;
  grid-template-columns: 70% 30%;
  column-gap: 20px;
}
.popup-availability-content .list-shops__item .add-to-cart {
  padding: 10px 16px;
  margin-top: 10px;
}
.popup-availability-content .list-shops__shop {
  max-width: 320px;
}
.popup-availability-content .list-shops__shop-data {
  margin: 0;
  font-size: 14px;
  line-height: 15px;
}
.popup-availability-content .list-shops__availability-info {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  line-height: 16px;
}
.popup-availability-content .no-results {
  padding-top: 18px;
}
.popup-availability-content .row-with-button {
  margin-bottom: 30px;
  position: relative;
}
.popup-availability-content .btn-refresh {
  border-radius: 2px;
  position: absolute;
  left: 174px;
  top: 0;
}
.popup-availability-content .hide {
  display: none;
}
.delivery-date {
  align-items: center;
  margin-bottom: 25px;
  display: flex;
  justify-content: flex-start;
  gap: 0 16px;
}
.delivery-date::before {
  content: "\e93b";
  font-family: 'icomoon';
  font-size: 1.76rem;
}
.delivery-date__wrapper strong {
  padding-left: 5px;
}
.delivery-date__tooltip {
  position: absolute;
}
.toolbar-amount {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10rem;
  background: #fff;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.09);
  border-radius: 2px 0 0 2px;
  font-weight: 700;
}
.toolbar-number {
  display: flex;
  text-align: center;
}
.sorter {
  background: #000;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.09);
  border-radius: 0 2px 2px 0;
  min-width: 138px;
  padding-left: 10px;
}
.toolbar--bottom {
  display: flex;
  justify-content: flex-end;
  margin: 0 0 24px;
}
.toolbar-pages {
  display: flex;
  justify-content: center;
}
.toolbar-pages__items {
  display: flex;
  list-style: none;
  gap: 10px;
  margin: 0;
  padding: 0;
  justify-content: center;
  order: 2;
}
.toolbar-pages__item {
  width: 32px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  line-height: 1;
  margin: 0;
  padding: 4px 0 5px;
}
.toolbar-pages__item a {
  color: #000;
  cursor: pointer;
}
.toolbar-pages__item--previous,
.toolbar-pages__item--next {
  display: flex;
  font-size: 0;
  min-width: 20px;
  width: auto;
  position: relative;
}
.toolbar-pages__item--previous a,
.toolbar-pages__item--next a {
  position: absolute;
  width: 20px;
  height: 20px;
}
.toolbar-pages__item--previous a::before,
.toolbar-pages__item--next a::before {
  position: absolute;
  font-family: 'icomoon';
  color: #000;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  width: 20px;
}
.toolbar-pages__item--previous {
  float: left;
  order: 1;
}
.toolbar-pages__item--previous a {
  padding-left: 20px;
}
.toolbar-pages__item--previous a::before {
  content: "\e938";
  left: 0;
}
.toolbar-pages__item--next {
  order: 3;
}
.toolbar-pages__item--next a::before {
  content: "\e939";
  right: 0;
}
.toolbar-pages__item--current {
  background-color: #000;
  color: #fff;
  border-radius: 13px;
}
.sorter-visual-ko-select {
  align-items: center;
  color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  height: 100%;
  position: relative;
}
.sorter-visual-ko-select::after {
  content: "\e9b0";
  font-family: 'icomoon';
  font-size: 1.2rem;
  line-height: 2.4rem;
  margin: 0 0 0 auto;
}
.sorter-visual-ko-select__select {
  display: none;
}
.sorter-visual-ko-select__list-options {
  background: #fff;
  border: 1px solid #000;
  list-style-type: none;
  display: none;
  padding: 0;
  position: absolute;
  top: 100%;
  left: -9px;
  z-index: 1;
}
.is-open .sorter-visual-ko-select__list-options {
  display: block;
}
.sorter-visual-ko-select__option {
  cursor: default;
  color: #000;
  margin: 0;
  padding: 4px 8px;
  white-space: nowrap;
}
.sorter-visual-ko-select__option:hover {
  color: #fff;
  background: #000;
}
.sorter-visual-ko-select__option--selected {
  color: #fff;
  background: #000;
}
.filter-toolbar {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.8rem;
  padding: 0.8rem 0;
}
.filter-toolbar__text {
  font-size: 1rem;
}
#showPaypoModal {
  cursor: pointer;
}
.block-info-shop {
  margin-bottom: 30px;
  margin-top: 32px;
}
.block-info-shop .block-returns-and-complaints .content {
  line-height: 24px;
  margin-top: -5px;
  margin-bottom: 35px;
  padding-bottom: 1px;
}
.block-info-shop .block-returns-and-complaints strong {
  display: block;
}
.block-info-shop .content-shipping-and-payment .paypo-modal {
  display: none;
}
.modal-popup.popup-paypo .embed-container {
  display: block;
  height: 0;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  padding-bottom: 180%;
  position: relative;
}
.modal-popup.popup-paypo .embed-container iframe,
.modal-popup.popup-paypo .embed-container object,
.modal-popup.popup-paypo .embed-container embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.modal-popup.popup-paypo._inner-scroll .modal-content {
  overflow-y: hidden;
  padding: 0;
}
/* remove if use */
.main-features {
  background-color: #F7F7F7;
  padding: 50px 20px 10px;
}
.main-features__heading {
  text-align: center;
  margin: 0 0 24px;
}
.main-features__items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-features__item {
  margin: 0 0 50px;
}
.main-features__title {
  margin: 0 auto 48px;
  text-align: center;
}
.main-features__name {
  margin: 0 auto 0.95rem;
}
.main-features__icon-wrapper {
  display: table-cell;
  min-width: 56px;
  max-width: 56px;
}
.main-features__text-wrapper {
  display: table-cell;
  padding-left: 30px;
  vertical-align: top;
}
.main-features__name {
  font-size: 1.6rem;
}
.main-features__description {
  margin: 0;
  font-size: 1.4rem;
  line-height: 2.24rem;
}
.main-features__description p {
  margin: 0;
}
.product-content {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 0 20px;
}
.product-content__title {
  margin: 0 0 10px;
}
.product.media {
  order: 1;
}
.product-info-main-wrapper {
  order: 2;
}
.product__label {
  margin: 0 0 10px;
}
.product-line {
  width: auto;
  max-width: 100px;
}
.product-add-form__saleable {
  color: #E62328;
  text-align: center;
  margin: 8px 0 16px;
}
.product-form__wrapper {
  margin-bottom: 16px;
}
.block-attributes {
  font-size: 1.4rem;
  font-weight: 300;
}
.block-attributes__item {
  display: flex;
  gap: 0 33px;
  padding: 0 0 4px;
}
.block-attributes__label {
  width: 40%;
}
.block-attributes__data {
  width: 60%;
  word-break: break-word;
}
.bundle-options-container {
  position: relative;
}
.bundle-options-wrapper .product-options-wrapper {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}
.zoom-transition {
  transition: -moz-transform ease 200ms;
  transition: -ms-transform ease 200ms;
  transition: -o-transform ease 200ms;
  transition: -webkit-transform ease 200ms;
  transition: transform ease 200ms;
}
.zoom-container {
  height: 100%;
  margin: auto;
  position: relative;
  width: 100%;
}
.availability-notification-popup._show .modal-inner-wrap .actions-toolbar {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.availability-notification-popup .info {
  display: none;
  margin: 8px 0;
  padding: 8px 16px 8px 53px;
  position: relative;
}
.availability-notification-popup .info::before {
  font-size: 20px;
  font-family: 'icomoon';
  left: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.availability-notification-popup .info--error {
  border: 1px solid #E62328;
  color: #E62328;
  display: block;
}
.availability-notification-popup .info--error::before {
  content: "\e914";
}
.availability-notification-popup .info--info {
  border: 1px solid #3D86CE;
  color: #3D86CE;
  display: block;
}
.availability-notification-popup .info--info::before {
  content: "\e913";
}
.availability-notification-popup .info--success {
  border: none;
  background: #e0f3ea;
  color: #047740;
  display: block;
}
.availability-notification-popup .info--success::before {
  color: #047740;
  content: "\e925";
}
.block-composition {
  margin: 0 0 20px;
}
.flags--details {
  display: flex;
  flex-wrap: wrap;
}
.product-soon-available {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F9F9F9;
  height: 54px;
  margin-bottom: 60px;
  font-size: 1.4rem;
  font-weight: 500;
}
.product-soon-available::after {
  position: absolute;
  top: 83px;
  content: '';
  width: 100%;
  border-bottom: 1px solid #D6D7D8;
}
.product-video {
  position: relative;
}
.product-video__iframe {
  position: absolute;
  top: 0;
}
.product-video .product-video__iframe.swarm-fluid.vjs-swarmify-theme:not(.vjs-fullscreen) {
  padding-top: 150% !important;
  position: absolute;
  top: 0;
  z-index: 9;
}
.review-list {
  margin: 0 auto;
}
.review-list__author {
  line-height: 2rem;
  margin-bottom: 0;
}
.review-list__content {
  line-height: 1.92rem;
  margin-bottom: 8px;
}
.review-list__date {
  color: #5C5F65;
  margin: 0;
}
.review-list__items {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.review-list__item {
  margin-bottom: 30px;
}
.review-list__meta {
  align-items: center;
  display: flex;
  gap: 0 10px;
  margin-bottom: 5px;
}
.review-toolbar {
  margin-top: 16px;
  margin-bottom: 0;
}
.product-gallery {
  caret-color: transparent;
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 0;
}
.product-gallery__item {
  position: relative;
  width: 100%;
}
.product-gallery__item--full {
  width: 100%;
}
.product-gallery__item .product-line {
  position: absolute;
  right: 0;
  top: 24px;
  background: #fff;
  padding: 4px 8px;
  border-radius: 2px 0 0 2px;
  max-width: 100px;
}
.product-gallery__item .flags {
  align-items: start;
  display: flex;
  left: 7px;
  flex-direction: column;
  gap: 8px;
  position: absolute;
  top: 24px;
  z-index: 3;
}
.product-gallery__item .flags #copyButton {
  display: none;
}
.product-gallery__item img {
  display: block;
}
.product-gallery .slick-next {
  background: none;
  right: 20px;
}
.product-gallery .slick-next::before {
  font-size: 2.2rem;
  line-height: 3.2rem;
  color: #000 !important;
}
.product-gallery .slick-prev {
  background: none;
  left: 20px;
}
.product-gallery .slick-prev::before {
  font-size: 2.2rem;
  line-height: 3.2rem;
  color: #000 !important;
}
.product-gallery__nav-item {
  cursor: pointer;
  position: relative;
  width: 100%;
}
.product-gallery__wrapper {
  position: relative;
  margin: 0 0 16px;
  z-index: 0;
}
.product-gallery__wrapper .towishlist {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 49px;
  position: absolute;
  right: 0;
  width: 49px;
  z-index: 10;
}
.product-gallery__wrapper .towishlist::before {
  font-size: 19px;
  line-height: 19px;
  padding: 15px;
}
.media--slide-video .product-gallery__wrapper .towishlist {
  display: none;
}
.product-gallery .slick-dots {
  position: absolute;
  bottom: 24px;
}
.product-gallery .slick-dots--product li {
  font-size: 1.4rem;
  height: auto;
  line-height: 1;
  width: auto;
}
.product-gallery .slick-dots--product li:not(.slick-active) {
  display: none;
}
.product-gallery .slick-dots--product li button {
  background: none;
  border: 0;
  border-radius: 0;
  color: #000;
  display: inline-block;
  height: auto;
  text-indent: 0;
  width: auto;
}
.product-gallery .slick-dots--product li:last-child {
  display: inline-block;
  margin-right: 0;
}
.product-gallery .slick-dots--product li:last-child::before {
  display: inline-block;
  content: '/';
  margin-right: 4px;
}
.media--slide-video .product-gallery .slick-dots {
  display: none;
}
.action-skip-wrapper {
  height: 0;
  position: relative;
}
.action-skip-wrapper a {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.product-gallery-full {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  background: white;
  display: none;
  z-index: 999;
}
.product-gallery-full__preload {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  margin: auto;
  width: 100%;
  max-width: 100%;
}
.product-gallery-full__preload svg {
  display: block;
  margin: auto;
  width: 400px;
  height: 100%;
}
.product-gallery-full__main {
  height: 100%;
  left: 0;
  margin: 0 auto;
  opacity: 0;
  position: relative;
  width: 100%;
  z-index: 1;
}
.product-gallery-full__main .slick-track {
  height: 100%;
}
.product-gallery-full__main .slick-list {
  height: 100%;
}
.product-gallery-full__main .slick-current {
  height: 100%;
}
.product-gallery-full__main .slick-slide > div {
  display: flex;
  height: 100%;
  align-items: center;
}
.product-gallery-full__close {
  caret-color: transparent;
  position: absolute;
  right: 18px;
  top: 18px;
  z-index: 10;
}
.product-gallery-full__close::after {
  background: #fff;
  border-radius: 12px;
}
.product-gallery-full__arrow {
  background: #fff;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  height: 24px;
  position: absolute;
  text-indent: -99999em;
  top: calc(100% - 44px);
  width: 24px;
  z-index: 10;
}
.product-gallery-full__arrow:focus,
.product-gallery-full__arrow:active,
.product-gallery-full__arrow:hover {
  background: #fff;
  border: none;
}
.product-gallery-full__arrow::after {
  position: absolute;
  left: 0;
  top: 0;
  text-indent: 0;
}
.product-gallery-full__arrow--next {
  right: 18px;
}
.product-gallery-full__arrow--prev {
  left: 18px;
}
.product-gallery-full .slick-list {
  transform: translate3d(0, 0, 0);
}
.catalog-product-view .product-gallery-full .swarm-fluid.vjs-swarmify-theme:not(.vjs-fullscreen) {
  padding-top: 150% !important;
}
.product-gallery__item-figure--loading {
  animation: gallery-shimmer 0.9s ease-in-out infinite;
  aspect-ratio: 2/3;
  background: linear-gradient(-90deg, #F0F0F0, #F7F7F7 30%, #F0F0F0);
  background-size: 350% 350%;
  height: auto;
}
@keyframes gallery-shimmer {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: -140% 0%;
  }
}
.popup-delivery-time {
  display: none;
}
.modal-popup--popup-delivery-time .modal-title {
  font-family: "Albert Sans";
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 700;
  margin: 0;
}
.modal-popup--popup-delivery-time .modal-header {
  border-bottom: 1px solid #D6D7D8;
  margin-bottom: 20px;
  padding: 18px 20px;
}
.modal-popup--popup-delivery-time table {
  border-top: 1px solid #000;
}
.modal-popup--popup-delivery-time td {
  border-bottom: 1px solid #000;
}
.delivery-date--popup {
  cursor: pointer;
  margin-bottom: 16px;
}
.widget-popover {
  background: #000;
  border-radius: 2px;
  color: #fff;
  display: none;
  padding: 8px;
  text-align: left;
  width: 177px;
}
.benefit-popover-init .widget-popover {
  display: block;
}
.widget-popover::after {
  clear: both;
  content: '';
  height: 0;
  left: calc(50% - 4px);
  top: 100%;
  width: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000000;
  position: absolute;
}
.widget-popover__link {
  display: inline-block;
  color: #fff;
  cursor: pointer;
  line-height: 2rem;
  padding-right: 24px;
  position: relative;
  text-decoration: underline;
}
.widget-popover__link:visited,
.widget-popover__link:hover,
.widget-popover__link:focus {
  color: #fff;
  text-decoration: underline;
}
.widget-popover__link::after {
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.33398 8H12.6673' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 3.33203L12.6667 7.9987L8 12.6654' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") 0 0 no-repeat;
  content: '';
  height: 16px;
  position: absolute;
  right: 0;
  top: 2px;
  width: 16px;
}
.widget-popover__desc {
  line-height: 1.6rem;
  margin: 0 0 4px;
  padding: 0;
}
.benefit-popover-init {
  left: 0;
  outline: 0;
  padding: 0;
  position: absolute;
  top: 0;
}
.benefitwidget-content__action {
  cursor: pointer;
  text-decoration: underline;
}
.benefitwidget-content__action {
  clear: both;
  display: inline-block;
  position: relative;
}
.benefit-widget-container .pagebuilder-column-line {
  gap: 15px;
}
.benefit-widget-container .benefit-widget-left-column {
  border-right: 1px solid #d6d7d8;
}
.benefit-widget-container .benefit-widget-right-column {
  margin-left: 15px;
}
.icons-benefit {
  display: grid;
  font-size: 1.2rem;
  line-height: 1.44rem;
  font-weight: 300;
  margin-top: 30px;
}
.icons-benefit__text {
  display: block;
  text-wrap: balance;
}
.icons-benefit__icon {
  position: relative;
  padding-left: 49px;
  margin-bottom: 20px;
}
.icons-benefit__icon-img {
  display: block;
  height: 28px;
  left: 0;
  margin: 0;
  position: absolute;
  text-indent: -9999em;
  width: 49px;
}
.icons-benefit__icon-img::after {
  left: 0 !important;
  font-family: 'icomoon';
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  text-indent: 0;
}
.icons-benefit__icon-img.return::after {
  content: "\e93a";
  font-size: 1.9rem;
  width: 19px;
}
.icons-benefit__icon-img.freedelivery::after {
  content: "\e93b";
  font-size: 1.8rem;
  height: 17px;
  width: 25px;
}
.icons-benefit__icon-img.return-one::after {
  content: "\e92c";
  font-size: 1.8rem;
  left: 9px;
  width: 37px;
}
.icons-benefit__icon-img.paypo {
  background: url('../Strix_PageBuilderWidgetBenefits/images/sprites.svg') 50% 0 no-repeat;
  background-position: 0px -39px;
  background-size: 42px auto;
  height: 12px;
  left: -3px;
  width: 40px;
}
.icons-benefit__icon-img.autopay {
  background: url('../Strix_PageBuilderWidgetBenefits/images/autopay.png') 50% 0 no-repeat;
  width: 40px;
}
.icons-benefit__icon-img.wrap-as-a-gift {
  background: url('../Strix_PageBuilderWidgetBenefits/images/gift-wrap.svg') 50% 0 no-repeat;
  width: 26px;
}
.review-rating-summary {
  display: flex;
  align-items: center;
}
.review-rating-summary__label {
  text-indent: -9999em;
}
.review-rating-summary__rating-percent,
.review-rating-summary__rating-result {
  height: 12px;
  display: block;
  background-size: auto 16px;
}
.review-rating-summary__rating-percent--medium,
.review-rating-summary__rating-result--medium {
  background-size: auto 7px;
  background-position: 0 50%;
  background-repeat: repeat-x;
  height: 16px;
}
.review-rating-summary__rating-percent--big,
.review-rating-summary__rating-result--big {
  background-size: auto 14px;
  background-position: 0 50%;
  background-repeat: repeat-x;
  height: 20px;
}
.review-rating-summary__rating-percent {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='16' viewBox='0 0 24 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.99998 1.33325L10.06 5.50659L14.6666 6.17992L11.3333 9.42659L12.12 14.0133L7.99998 11.8466L3.87998 14.0133L4.66665 9.42659L1.33331 6.17992L5.93998 5.50659L7.99998 1.33325Z' fill='black' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.review-rating-summary__rating-result {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='16' viewBox='0 0 24 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.99998 1.33325L10.06 5.50659L14.6666 6.17992L11.3333 9.42659L12.12 14.0133L7.99998 11.8466L3.87998 14.0133L4.66665 9.42659L1.33331 6.17992L5.93998 5.50659L7.99998 1.33325Z' stroke='%23ADAFB2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  width: 62px;
}
.review-rating-summary__rating-result--medium {
  width: 50px;
}
.review-rating-summary__rating-result--big {
  width: 100px;
}
.review-rating-summary__value {
  display: block;
  text-indent: -9999em;
}
.block-product-evaluation {
  display: flex;
  flex-direction: column;
  margin: 30px auto;
}
.block-product-evaluation--empty {
  justify-content: center;
}
.block-product-evaluation__text {
  margin: 0;
}
.block-product-evaluation__summary {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 32px;
  max-width: 278px;
  width: 100%;
}
.line-charts {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 320px;
  width: 100%;
}
.line-charts:not(:first-child) {
  margin: 7px auto 0;
}
.line-charts__bg {
  background-color: #D9D9D9;
  height: 2px;
  margin-left: 0;
  width: 100%;
}
.line-charts__content {
  align-items: center;
  display: flex;
  max-width: 320px;
  position: relative;
  width: 100%;
}
.line-charts__label {
  display: block;
  margin-bottom: 6px;
  max-width: 85px;
  width: 100%;
}
.line-charts__procent {
  bottom: 6px;
  position: absolute;
  right: 0;
}
.line-charts__progress {
  background-color: #000;
  height: 100%;
}
.rating-summary {
  border-right: 1px solid #D9D9D9;
  width: 135px;
}
.rating-summary__cumulative-score {
  font-family: "Albert Sans";
  font-weight: 300;
  font-size: 3.6rem;
  line-height: 4.2rem;
  margin: 6px 0 5px;
  text-align: left;
}
.rating-summary__totals {
  font-family: "Albert Sans";
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.56rem;
  font-feature-settings: case;
  margin-left: 7px;
}
.rating-summary__count {
  text-align: center;
  width: calc(100% - 135px);
}
.product-size__list {
  margin: 0;
  padding: 0;
  list-style: none none;
  display: flex;
  gap: 5px 5px;
  flex-wrap: wrap;
}
.product-size__wrapper {
  min-height: 23px;
}
.product-size__wrapper--full {
  margin-bottom: 10px;
}
.product-size__icon {
  color: #000;
  margin: 0 0 0 10px;
  font-size: 1.2rem;
}
.product-size__list {
  padding: 0;
  transition: visibility 0s, height 100ms, opacity 0.5s ease-in-out;
  visibility: visible;
  opacity: 1;
  height: 100%;
}
.product-size__list--hidden {
  display: none;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.product-size__item {
  align-items: center;
  border-radius: 13px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 300;
  margin: 0;
  padding: 2px 16px 3px;
  background: #F5F5F5;
  min-height: 26px;
}
.product-size__item--selected {
  background: #000;
  color: #fff;
}
.product-size__item--unavailable {
  color: #ADAFB2;
}
.product-size__input-button[type="text"] {
  position: absolute;
  top: 0;
  left: -9999em;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  width: 0;
}
.product-size__more-text {
  cursor: pointer;
}
.product-size__more-text--hide {
  display: none;
}
.product-size__actions {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
}
.product-size__label {
  display: block;
  margin-bottom: 5px;
}
.product-size__details {
  display: flex;
  flex-direction: column;
  margin: 10px 0 20px;
  padding: 15px;
  background-color: #F5F5F5;
}
.product-size__details-header {
  font-weight: 400;
  margin-bottom: 10px;
}
.product-size__details-key {
  font-weight: 400;
}
.product-size__last-product {
  font-size: 1rem;
}
.product-size__selected-option-label {
  font-weight: 400;
}
.product-qty-container {
  display: flex;
  gap: 15px;
}
.product-qty-container select {
  display: none;
  width: 15%;
  height: 54px;
  border-radius: 3px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url('../Strix_SizeSelect/images/arrow.svg') no-repeat right center;
  background-position: calc(100% - 10px) center;
  padding-right: 30px;
  text-align: center;
}
.product-qty-container .actions {
  width: 100%;
}
.product-qty-container .actions button {
  height: 56px;
}
.product-stylization {
  display: flex;
}
.product-stylization .checked-count,
.product-stylization .count {
  display: inline;
  margin: 0;
}
.product-stylization-price {
  min-height: 36px;
}
.product-stylization-price .normal-price .price,
.product-stylization-price .price-final_price .price {
  font-size: 1.8rem;
  line-height: 2.16rem;
  font-weight: 500;
}
.product-gallery__item-figure--loading {
  animation: gallery-shimmer 0.9s ease-in-out infinite;
  aspect-ratio: 2/3;
  background: linear-gradient(-90deg, #F0F0F0, #F7F7F7 30%, #F0F0F0);
  background-size: 350% 350%;
  height: auto;
}
@keyframes gallery-shimmer {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: -140% 0%;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2FStrix%5C%2Fshop%5C%2Fpl_PL%5C%2Fcss%5C%2Fsource%5C%2F_heading.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FStrix%5C%2Fshop%5C%2Fpl_PL%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_utilities.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FStrix%5C%2Fshop%5C%2Fpl_PL%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_responsive.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FStrix%5C%2Fshop%5C%2Fpl_PL%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FStrix%5C%2Fshop%5C%2Fpl_PL%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_product.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FStrix%5C%2Fshop%5C%2Fpl_PL%5C%2FStrix_PageBuilderWidgetBenefits%5C%2Fcss%5C%2Fsource%5C%2Fcomponent%5C%2F_tooltip.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FStrix%5C%2Fshop%5C%2Fpl_PL%5C%2FStrix_SizeSelect%5C%2Fcss%5C%2Fsource%5C%2F_product.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FStrix%5C%2Fshop%5C%2Fpl_PL%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_product-options.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FStrix%5C%2Fshop%5C%2Fpl_PL%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_product-details.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FStrix%5C%2Fshop%5C%2Fpl_PL%5C%2FStrix_CatalogLancerto%5C%2Fcss%5C%2Fsource%5C%2F_product.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FStrix%5C%2Fshop%5C%2Fpl_PL%5C%2FStrix_Stylization%5C%2Fcss%5C%2Fsource%5C%2F_product.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FStrix%5C%2Fshop%5C%2Fpl_PL%5C%2FLancerto_ProductFlag%5C%2Fcss%5C%2Fsource%5C%2F_product.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FStrix%5C%2Fshop%5C%2Fpl_PL%5C%2Fcss%5C%2Fsource%5C%2Fvariables%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FStrix%5C%2Fshop%5C%2Fpl_PL%5C%2Fcss%5C%2Fsource%5C%2F_variables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FStrix%5C%2Fshop%5C%2Fpl_PL%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_related.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FStrix%5C%2Fshop%5C%2Fpl_PL%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_product-model.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FStrix%5C%2Fshop%5C%2Fpl_PL%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_block-in-details.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FStrix%5C%2Fshop%5C%2Fpl_PL%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_stylization.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FStrix%5C%2Fshop%5C%2Fpl_PL%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_popup-availability.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FStrix%5C%2Fshop%5C%2Fpl_PL%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_delivery-date.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FStrix%5C%2Fshop%5C%2Fpl_PL%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_infoshop.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FStrix%5C%2Fshop%5C%2Fpl_PL%5C%2FMagento_ProductVideo%5C%2Fcss%5C%2Fsource%5C%2F_product.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FStrix%5C%2Fshop%5C%2Fpl_PL%5C%2FMagento_Review%5C%2Fcss%5C%2Fsource%5C%2F_product.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FStrix%5C%2Fshop%5C%2Fpl_PL%5C%2FStrix_DeliveryDateProductPopupFrontend%5C%2Fcss%5C%2Fsource%5C%2F_product.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FStrix%5C%2Fshop%5C%2Fpl_PL%5C%2FStrix_ReviewFrontend%5C%2Fcss%5C%2Fsource%5C%2F_rating.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FStrix%5C%2Fshop%5C%2Fpl_PL%5C%2FStrix_ReviewFrontend%5C%2Fcss%5C%2Fsource%5C%2F_product.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FStrix%5C%2Fshop%5C%2Fpl_PL%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_typography.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AA6LA%3BEC6GI%2CiBAAA%3BED3GA%2CgBAAA%3BEC2GA%2CmBAAA%3B%3BACzQA%2CwBAJuD%3BECmKvD%3BIACI%2CeAAA%3B%3B%3BADpJJ%2CwBAJqD%3BEE8NpD%3BIACG%2CqBAAA%3B%3BEAGJ%3BIACI%2CWAAA%3B%3BEAGJ%3BIACI%2CWAAA%3B%3BEAGJ%2CQAAQ%3BIACJ%2CWAAA%3B%3BEAGJ%3BIHmBA%2CeAAA%3BIGjBI%2CkBAAA%3BIACA%2CsBAAA%3B%3BEAGJ%3BIACI%2CoBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3B%3BEAGJ%3BIACI%2CkBAAA%3B%3BEAGJ%3BIACI%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3B%3BEAGJ%3BIACI%2CgBAAA%3B%3BEAGJ%3BEACA%3BEACA%3BIACI%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAGJ%3BIACI%2CkBAAA%3B%3BEClIJ%2CyBACI%3BIACI%2CiBAAA%3B%3BEAFR%2CyBAKI%3BIACI%2C6BAAA%3B%3BEANR%2CyBASI%3BIACI%2CyBAAA%3B%3BEC7CR%2CsBACI%3BIACI%2CqBAAA%3B%3B%3BAJtGR%2CwBAJqD%3BEK2EjD%2CuBAAC%3BIACG%2CcAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3BIACA%2COAAA%3BIACA%2CQAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAW%2CgBAAX%3BIACA%2CoCAAA%3BIACA%2CsBAAA%3B%3BECzBJ%2CsBAAC%3BIACG%2CaAAA%3B%3BEAGJ%2CsBAAC%3BIACG%2CkBAAA%3B%3BECiLR%3BIACI%2CYAAA%3BIACA%2CgBAAA%3BIACA%2COAAO%2CiBAAP%3B%3BEAEA%2CgBAAC%2CMAAM%2CIAAI%3BIACP%2CaAAA%3B%3BEAIA%2CgBADH%2COACI%2CMAAM%2CIAAI%3BIACP%2CcAAA%3B%3BEAIR%2CgBAAC%3BIACG%2COAAA%3BIACA%2CWAAA%3B%3BEAjBR%2CgBAoBI%3BIACI%2CSAAA%3B%3BEArBR%2CgBAwBI%3BIACI%2CYAAA%3B%3BEAIR%2CqBACI%3BIACI%2CSAAA%3B%3BEC5QJ%2C%2BBAAC%3BIACG%2CcAAA%3BIACA%2CeAAA%3BIACA%2COAAA%3BIACA%2CQAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CWAAW%2CgBAAX%3BIACA%2CoCAAA%3BIACA%2CsBAAA%3B%3BEAbJ%2C%2BBAAC%2C%2BBAeG%3BIACI%2CSAAA%3B%3B%3BAC%5C%2FDJ%2CgBAAiB%2CMADpB%3BEAEO%2CuBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3B%3BAALR%2CKAAC%2CYAQG%3BEACI%2CaAAA%3B%3BAAIR%2CKAAC%3BEACG%2CiCAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CKARH%2CYAQI%3BEACG%2CSAAS%2CEAAT%3BEACA%2CgBAAgB%2C6DAAhB%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3B%3BAJjCZ%2CoBAAqB%3BEACjB%2CgBAAA%3B%3BAAEA%2CoBAHiB%2CyBAGhB%3BEACG%2CgBAAA%3B%3BAAIR%3BEACI%2CkBAAA%3B%3BAADJ%2CwBAGI%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAIR%3BEACI%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3B%3BAADJ%2CiBAGI%3BEN6QJ%2CiBAAA%3BEAAA%2CoBAAA%3BEM1QQ%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAEA%2CiBARJ%2CEAQK%3BEACG%2C0BAAA%3B%3BAAGJ%2CiBAZJ%2CEAYK%3BEACG%2CSK4IJ%2COL5II%3BEACA%2CaM7BU%2CSN6BV%3BEACA%2CiBAAA%3BEN8PZ%2CiBAAA%3BEM5PY%2CsBAAA%3B%3BAAMR%2CuBAAC%3BEACG%2CoCAAA%3BEACA%2CmBAAA%3B%3BAAIR%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CYAAA%3BEACA%2CUAAA%3B%3BAAEA%2CuCAAwC%3BEACpC%2CaAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAAIR%3BEACI%2CgBAAA%3B%3BAOvEJ%3BEACI%2CmBAAA%3B%3BAAEA%2CcAAC%3BEACG%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CcAAC%3BEACG%2CQAAA%3B%3BAADJ%2CcAAC%2CcAGG%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAIR%2CcAAC%3BEACG%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CQAAA%3B%3BAAEA%2CcALH%2CMAKI%3BAACD%2CcANH%2CMAMI%3BAACD%2CcAPH%2CMAOI%3BEACG%2CqBAAA%3B%3BAAIR%2CcAAC%3BAACD%2CcAAC%3BEACG%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CcAAC%3BEACG%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CQAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CcAAC%3BEbgPL%2CiBAAA%3BEDzHA%2CgBAAA%3BEACA%2CmBAAA%3BEctHQ%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CcAAC%3BEACG%2CYAAY%2CiCAAZ%3BEACA%2CkCAAA%3B%3BAAGJ%2CcAAC%3BEACG%2CSAAA%3B%3BAADJ%2CcAAC%2CiBAGG%2CKAAI%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CsBAAsB%2C2CAAtB%3B%3BAAIR%2CcAAC%3BEACG%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAIA%2CcADH%2CuBACI%3BEACG%2CSAAS%2CEAAT%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BACjGZ%3BEACI%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3B%3BAAHJ%2CoBAKI%3BAALJ%2CoBAKY%3BEACJ%2CgBAAA%3B%3BAPLJ%2CsBAAC%3BEACG%2C6BAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CsBAPH%2COAOI%3BEACG%2CaAAA%3B%3BAAGJ%2CsBAXH%2COAWI%3BEACG%2CSIdJ%2COJcI%3BEACA%2CcAAA%3BEACA%2CaKNU%2CSLMV%3BEPsRZ%2CiBAAA%3BEOpRY%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3B%3BAAKA%2CsBAxBP%2COAuBI%2COACI%3BEACG%2CSI4GP%2COJ5GO%3B%3BAAzBZ%2CsBAAC%2COA8BG%3BEACI%2CaKzBW%2CaLyBX%3BEPqQZ%2CiBAAA%3BEAAA%2CmBAAA%3BEOlQY%2CgBAAA%3B%3BAAEA%2CsBApCP%2COA8BG%2CSAMK%3BEACG%2CSAAS%2CGAAT%3B%3BAAGJ%2CsBAxCP%2COA8BG%2CSAUK%3BEACG%2CSAAS%2CGAAT%3B%3BAAKZ%2CsBAAC%3BEACG%2CqBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CsBAAC%3BEACG%2CaAAA%3B%3BAAEA%2CsBAHH%2CSAGI%3BEACG%2CcAAA%3B%3BAAGJ%2CsBAPH%2CSAOI%2CIAAI%3BEACD%2CiBAAA%3B%3BAAGJ%2CsBAXH%2CSAWI%3BEACG%2CcAAA%3BEACA%2CgBAAA%3BEPoOZ%2CmBAAA%3BEOlOY%2CgBAAA%3B%3BAAJJ%2CsBAXH%2CSAWI%2CaAMG%3BAANJ%2CsBAXH%2CSAWI%2CaAOG%3BAAPJ%2CsBAXH%2CSAWI%2CaAQG%3BEP8NZ%2CiBAAA%3BEO5NgB%2CgBAAA%3BEP4NhB%2CmBAAA%3BEO1NgB%2CoBAAA%3B%3BAQ1EZ%2CiBAAC%3BEACG%2CmBAAA%3B%3BAAGJ%2CiBAAC%3BEACG%2CmBAAA%3B%3BAAEA%2CiBAHH%2CSAGI%3BEACG%2CgBAAA%3B%3BACRR%2CuBAAC%3BEACG%2CaAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3B%3BAAHJ%2CuBAAC%2CMAKG%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAIA%2CgBAAiB%2CwBAXxB%2CMAUG%3BEAEQ%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAbZ%2CuBAAC%2CMAiBG%3BEACI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAApBR%2CuBAAC%2CMAuBG%2CWAAW%2CcAAc%3BAAvB7B%2CuBAAC%2CMAwBG%2CWAAW%2CmBAAmB%3BEhB4QtC%2CiBAAA%3BEgB1QY%2CgBAAA%3BEhB0QZ%2CmBAAA%3B%3BAgBtQQ%2CuBA9BH%2CMA8BI%3BEACG%2CcAAA%3B%3BAA%5C%2FBR%2CuBAAC%2CMAkCG%3BEACI%2CSAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3B%3BAArCR%2CuBAAC%2CMAwCG%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAKR%2CuBAAC%3BEACG%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CuBAAC%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAFJ%2CuBAAC%2CYAIG%3BEACI%2CcAAA%3BEACA%2CSAAA%3B%3BAAIR%2CuBAAC%3BEACG%2CsBAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CuBAJH%2CYAII%3BEACG%2CYAAA%3BEACA%2CWAAA%3B%3BAANR%2CuBAAC%2CYASG%3BEACI%2CaAAA%3B%3BAAIR%2CuBAAC%3BEACG%2CaAAA%3BEACA%2CSAAA%3BEACA%2C8BAAA%3B%3BAAGJ%2CuBAAC%3BEACG%2CaAAA%3BEACA%2CSAAA%3BEACA%2CsBAAA%3BEACA%2COAAO%2CkBAAP%3B%3BAAGJ%2CuBAAC%3BEACG%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAKJ%2CoBAAC%3BEACG%2CmBAAA%3B%3BAAFR%2CoBAKI%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAPR%2CoBAUI%3BEACI%2CiBAAA%3BEACA%2C6BAAA%3B%3BAAZR%2CoBAUI%2CwBAII%3BEACI%2CcAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BACvHZ%3BEACI%2CgCAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CqBAAC%3BEACG%2CuBAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2C2BAAA%3BEACA%2CWAAA%3B%3BAAEA%2CqBARH%2CYAQI%3BEjB6RT%2CiBAAA%3BEiB3RY%2CWAAA%3B%3BAAIR%2CqBAAC%3BEACG%2CcAAA%3BEACA%2CSAAA%3B%3BAAIR%2CmBAAmB%2CYAAa%3BEAC5B%2CgBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2C2BACI%3BEACI%2C6BAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAALR%2C2BACI%2CMAMI%3BEACI%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAVZ%2C2BAcI%3BEACI%2CaAAA%3B%3BAAfR%2C2BAkBI%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAxBR%2C2BA2BI%3BEACI%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CgCAAA%3B%3BAA9BR%2C2BA2BI%2CcAKI%3BEACI%2CkBAAA%3B%3BAAjCZ%2C2BA2BI%2CcASI%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAvCZ%2C2BA2CI%3BEACI%2CYAAA%3BEACA%2CiBAAA%3B%3BAA7CR%2C2BAgDI%3BEACI%2CYAAA%3BEACA%2CiBAAA%3B%3BAAlDR%2C2BAqDI%3BEACI%2CqBAAA%3B%3BAAtDR%2C2BAyDI%3BEACI%2CWAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAA5DR%2C2BA%2BDI%3BEACI%2C6BAAA%3BEACA%2CkBAAA%3B%3BAAEA%2C2BAJJ%2CYAIK%3BEACG%2CiBAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CgBAAA%3B%3BAAJJ%2C2BAJJ%2CYAIK%2CMAMG%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAIR%2C2BAhBJ%2CYAgBK%3BEACG%2CgBAAA%3B%3BAAGJ%2C2BApBJ%2CYAoBK%3BEACG%2CSAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2C2BA1BJ%2CYA0BK%3BEACG%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3B%3BAA7FZ%2C2BAiGI%3BEACI%2CiBAAA%3B%3BAAlGR%2C2BAqGI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAvGR%2C2BA0GI%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3B%3BAA9GR%2C2BAiHI%3BEACI%2CaAAA%3B%3BAC%5C%2FIR%3BEACI%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2C2BAAA%3BEACA%2CWAAA%3B%3BAAEA%2CcAAC%3BEACG%2CSPFD%2COOEC%3BEACA%2CaNIc%2CSMJd%3BElBgSR%2CkBAAA%3B%3BAkB5RI%2CcAAC%2CSACG%3BEACI%2CiBAAA%3B%3BAAIR%2CcAAC%3BEACG%2CkBAAA%3B%3BAhBhBR%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2C4CAAA%3BEACA%2C0BAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3BEACA%2C4CAAA%3BEACA%2C0BAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2CuBAAA%3B%3BAAEA%2CcAAC%3BEACG%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CuBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CcAAC%3BEACG%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEFoPR%2CiBAAA%3BEElPQ%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BAATJ%2CcAAC%2CMAWG%3BEACI%2CWAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CcAhBH%2CMAgBI%3BAAAY%2CcAhBhB%2CMAgBiB%3BEACV%2CaAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAALJ%2CcAhBH%2CMAgBI%2CUAOG%3BAAPS%2CcAhBhB%2CMAgBiB%2CMAOV%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAEA%2CcA5BX%2CMAgBI%2CUAOG%2CEAKK%3BAAAD%2CcA5BX%2CMAgBiB%2CMAOV%2CEAKK%3BEACG%2CkBAAA%3BEACA%2CaUjEE%2CSViEF%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAKZ%2CcAxCH%2CMAwCI%3BEACG%2CWAAA%3BEACA%2CQAAA%3B%3BAAFJ%2CcAxCH%2CMAwCI%2CUAIG%3BEACI%2CkBAAA%3B%3BAAEA%2CcA%5C%2FCX%2CMAwCI%2CUAIG%2CEAGK%3BEACG%2CSS1BJ%2COT0BI%3BEACA%2COAAA%3B%3BAAKZ%2CcAtDH%2CMAsDI%3BEACG%2CQAAA%3B%3BAAGI%2CcA1DX%2CMAsDI%2CMAGG%2CEACK%3BEACG%2CSSpCH%2COToCG%3BEACA%2CQAAA%3B%3BAAKZ%2CcAjEH%2CMAiEI%3BEACG%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAKZ%3BEACI%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2C2BAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CwBAAC%3BEACG%2CSSzHA%2COTyHA%3BEACA%2CaUvHc%2CSVuHd%3BEFqKR%2CiBAAA%3BEAAA%2CmBAAA%3BEElKQ%2CkBAAA%3B%3BAAGJ%2CwBAAC%3BEACG%2CaAAA%3B%3BAAGJ%2CwBAAC%3BEACG%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3B%3BAAEA%2CQAAS%2CyBAXZ%3BEAYO%2CcAAA%3B%3BAAIR%2CwBAAC%3BEACG%2CeAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CwBAPH%2CQAOI%3BEACG%2CWAAA%3BEACA%2CgBAAA%3B%3BAAIR%2CwBAAC%3BEACG%2CWAAA%3BEACA%2CgBAAA%3B%3BAAIR%3BEACI%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CeAAC%3BEACG%2CeAAA%3B%3BAiBzLR%3BEACI%2CeAAA%3B%3BAAEJ%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAFJ%2CgBAII%2C8BACI%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAATZ%2CgBAII%2C8BAOI%3BEACI%2CcAAA%3B%3BAAZZ%2CgBAeI%2C8BACI%3BEACI%2CaAAA%3B%3BAAKZ%2CYAAY%2CYACR%3BEACI%2CcAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CiCAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3B%3BAARR%2CYAAY%2CYAWR%2CiBAAiB%3BAAXrB%2CYAAY%2CYAYR%2CiBAAiB%3BAAZrB%2CYAAY%2CYAaR%2CiBAAiB%3BEACb%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CYArBQ%2CYAqBP%2CcACG%3BEACI%2CkBAAA%3BEACA%2CUAAA%3B%3B%3BAhB7BZ%3BEACI%2CyBAAA%3BEACA%2CuBAAA%3B%3BAAEA%2CcAAC%3BEACG%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CcAAC%3BEACG%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CcAAC%3BEACG%2CgBAAA%3B%3BAAGJ%2CcAAC%3BEACG%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CcAAC%3BEACG%2CsBAAA%3B%3BAAGJ%2CcAAC%3BEACG%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CcAAC%3BEACG%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CcAAC%3BEACG%2CiBAAA%3B%3BAAGJ%2CcAAC%3BEACG%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3B%3BAAHJ%2CcAAC%2CaAKG%3BEACI%2CSAAA%3B%3BAAKZ%3BEACI%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAEA%2CgBAAC%3BEACG%2CgBAAA%3B%3BAAIR%2CQAAQ%3BEACJ%2CQAAA%3B%3BAAGJ%3BEACI%2CQAAA%3B%3BAAIJ%3BEACI%2CgBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CgBAAA%3B%3BAAIA%2CiBAAC%3BEACG%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAKJ%2CaAAC%3BEACG%2CmBAAA%3B%3BAAIR%3BEHmLA%2CiBAAA%3BEGjLI%2CgBAAA%3B%3BAAEA%2CiBAAC%3BEACG%2CaAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CiBAAC%3BEACG%2CUAAA%3B%3BAAGJ%2CiBAAC%3BEACG%2CUAAA%3BEACA%2CsBAAA%3B%3BAAKR%3BEACI%2CkBAAA%3B%3BAAGJ%2CuBAAwB%3BEACpB%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CqCAAA%3BEACA%2CoCAAA%3BEACA%2CmCAAA%3BEACA%2CwCAAA%3BEACA%2CgCAAA%3B%3BAAGJ%3BEACI%2CYAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAIA%2CgCAAC%2CMACG%2CkBACI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3B%3BAAPhB%2CgCAYI%3BEACI%2CaAAA%3BEACA%2CaAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CgCANJ%2CMAMK%3BEACG%2CeAAA%3BEACA%2CaS3KU%2CST2KV%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CgBAAX%3B%3BAAGJ%2CgCAfJ%2CMAeK%3BEACG%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3B%3BAAEA%2CgCApBR%2CMAeK%2COAKI%3BEACG%2CSQhKE%2CORgKF%3B%3BAAIR%2CgCAzBJ%2CMAyBK%3BEACG%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3B%3BAAEA%2CgCA9BR%2CMAyBK%2CMAKI%3BEACG%2CSQ3KC%2COR2KD%3B%3BAAIR%2CgCAnCJ%2CMAmCK%3BEACG%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3B%3BAAEA%2CgCAzCR%2CMAmCK%2CSAMI%3BEACG%2CcAAA%3BEACA%2CSQ5LA%2COR4LA%3B%3BAAMhB%3BEACI%2CgBAAA%3B%3BAAIA%2CMAAC%3BEACG%2CaAAA%3BEACA%2CeAAA%3B%3BAAIR%3BEACI%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CuBAAC%3BEACG%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CgCAAA%3B%3BAiBxPR%3BEACI%2CkBAAA%3B%3BAAEA%2CcAAC%3BEACG%2CkBAAA%3BEACA%2CMAAA%3B%3BAAGI%2CcAAe%2CeALtB%2CQAII%2CYAAY%2CmBAAmB%2CIAAI%3BEAE5B%2C4BAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3B%3BAChBhB%3BEACI%2CcAAA%3B%3BAAEA%2CYAAC%3BErBsSL%2CiBAAA%3BEqBpSQ%2CgBAAA%3B%3BAAGJ%2CYAAC%3BErBiSL%2CoBAAA%3BEqB%5C%2FRQ%2CkBAAA%3B%3BAAGJ%2CYAAC%3BEACG%2CcAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CYAAC%3BEACG%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CYAAC%3BEACG%2CmBAAA%3B%3BAAGJ%2CYAAC%3BEACG%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAKR%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3B%3BAbnCJ%3BEACI%2CwBAAA%3BEACA%2CaAAA%3BEACA%2CQAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAAEA%2CgBAAC%3BEACG%2CkBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CgBAJH%2CMAII%3BEACG%2CWAAA%3B%3BAALR%2CgBAAC%2CMAQG%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2CgBAAA%3B%3BAAfR%2CgBAAC%2CMAkBG%3BEACI%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CSAAA%3BEACA%2CsBAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAA1BR%2CgBAAC%2CMAkBG%2COAUI%3BEACI%2CaAAA%3B%3BAA7BZ%2CgBAAC%2CMAiCG%3BEACI%2CcAAA%3B%3BAA1CZ%2CgBA%2BCI%3BEACI%2CgBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CgBAJJ%2CYAIK%3BERkPT%2CiBAAA%3BEAAA%2CmBAAA%3BEQ%5C%2FOY%2CWAAA%3B%3BAAtDZ%2CgBA2DI%3BEACI%2CgBAAA%3BEACA%2CUAAA%3B%3BAAEA%2CgBAJJ%2CYAIK%3BERsOT%2CiBAAA%3BEAAA%2CmBAAA%3BEQnOY%2CWAAA%3B%3BAAIR%2CgBAAC%3BEACG%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CgBAAC%3BEACG%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAHJ%2CgBAAC%2CSAKG%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAEA%2CgBAfP%2CSAKG%2CYAUK%3BEACG%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CmBAAoB%2CiBArB3B%2CSAKG%3BEAiBQ%2CaAAA%3B%3BAAlGhB%2CgBAuGI%3BEACI%2CkBAAA%3BEACA%2CYAAA%3B%3BAAEA%2CgBAJJ%2CYAIK%2CSACG%3BERyLZ%2CiBAAA%3BEQvLgB%2CYAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAEA%2CgBAXZ%2CYAIK%2CSACG%2CGAMK%2CIAAI%3BEACD%2CaAAA%3B%3BAARZ%2CgBAJJ%2CYAIK%2CSACG%2CGAUI%3BEACI%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CgBA1BZ%2CYAIK%2CSACG%2CGAqBK%3BEACG%2CqBAAA%3BEACA%2CeAAA%3B%3BAAEA%2CgBA9BhB%2CYAIK%2CSACG%2CGAqBK%2CWAII%3BEACG%2CqBAAA%3BEACA%2CSAAS%2CGAAT%3BEACA%2CiBAAA%3B%3BAAOhB%2CmBAAoB%2CiBAxCxB%3BEAyCQ%2CaAAA%3B%3BAAKZ%3BEACI%2CSAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CoBAII%3BEACI%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAIR%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3B%3BAAEA%2CqBAAC%3BEACG%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAPJ%2CqBAAC%2CSASG%3BEACI%2CcAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAAIR%2CqBAAC%3BEACG%2CYAAA%3BEACA%2COAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAPJ%2CqBAAC%2CMASG%3BEACI%2CYAAA%3B%3BAAVR%2CqBAAC%2CMAaG%3BEACI%2CYAAA%3B%3BAAdR%2CqBAAC%2CMAiBG%3BEACI%2CYAAA%3B%3BAAlBR%2CqBAAC%2CMAqBG%2CaAAe%3BEACX%2CaAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BAAIR%2CqBAAC%3BEACG%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAEA%2CqBAPH%2COAOI%3BEACG%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAIR%2CqBAAC%3BEACG%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CKAAK%2CiBAAL%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAEA%2CqBAZH%2COAYI%3BAACD%2CqBAbH%2COAaI%3BAACD%2CqBAdH%2COAcI%3BEACG%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CqBAnBH%2COAmBI%3BEACG%2CkBAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CqBA1BH%2COA0BI%3BEACG%2CWAAA%3B%3BAAGJ%2CqBA9BH%2COA8BI%3BEACG%2CUAAA%3B%3BAAnGZ%2CqBAuGI%3BEACI%2CWAAW%2CoBAAX%3B%3BAAIR%2CqBAAsB%2CsBAClB%2CaAAY%2CmBAAmB%2CIAAI%3BEAC%5C%2FB%2C4BAAA%3B%3BAA6PA%2CgBADH%2CaACI%3BEACG%2CoDAAA%3BEACA%2CiBAAA%3BEACA%2CYAAY%2CsDAAZ%3BEACA%2C0BAAA%3BEACA%2CYAAA%3B%3BAAKZ%3BEACI%3BIACI%2C0BAAA%3B%3BEAGJ%3BIACI%2C6BAAA%3B%3B%3BAchiBR%3BEACI%2CaAAA%3B%3BAAIA%2CiCAAkC%3BEvBwFtC%2CaatFuB%2CabsFvB%3BECwMA%2CeAAA%3BEAAA%2CmBAAA%3BEDrMA%2CgBAAA%3BEuBzFQ%2CSAAA%3B%3BAAKJ%2CiCAAkC%3BEAC9B%2CgCAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAMJ%2CiCAAkC%3BEAC9B%2C0BAAA%3B%3BAAKJ%2CiCAAkC%3BEAC9B%2C6BAAA%3B%3BAAIR%3BEACI%2CeAAA%3BEACA%2CmBAAA%3B%3BAlBlCJ%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAAEA%2CqBAAsB%3BEAClB%2CcAAA%3B%3BAAGJ%2CeAAC%3BEACG%2CWAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CSAAA%3BEACA%2CMAAM%2CeAAN%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CkCAAA%3BEACA%2CmCAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CeAAC%3BEACG%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEJwQR%2CiBAAA%3BEItQQ%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2C0BAAA%3B%3BAAEA%2CeATH%2CMASI%3BAACD%2CeAVH%2CMAUI%3BAACD%2CeAXH%2CMAWI%3BEACG%2CWAAA%3BEACA%2C0BAAA%3B%3BAAGJ%2CeAhBH%2CMAgBI%3BEACG%2CgBAAgB%2CqWAAhB%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAAIR%2CeAAC%3BEJgPL%2CmBAAA%3BEI9OQ%2CeAAA%3BEACA%2CUAAA%3B%3BAAIR%3BEACI%2COAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAIA%2CsBAAC%3BEACG%2CeAAA%3BEACA%2C0BAAA%3B%3BAAGJ%2CsBAAC%3BEACG%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAIR%2CyBACI%3BEACI%2CSAAA%3B%3BAAFR%2CyBAKI%3BEACI%2C%2BBAAA%3B%3BAANR%2CyBASI%3BEACI%2CiBAAA%3B%3BAAIR%3BEACI%2CaAAA%3BEJqMJ%2CiBAAA%3BEAAA%2CoBAAA%3BEIlMI%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CcAAC%3BEACG%2CcAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CcAAC%3BEACG%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAKR%3BEACI%2CcAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CwBAAC%3BEACG%2CkBAAA%3BEACA%2CaQrHc%2CSRqHd%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CkBAAX%3BEACA%2CcAAA%3B%3BAAGJ%2CwBAAC%2COAAO%3BEACJ%2CSOrIM%2COPqIN%3BEJ%2BJR%2CiBAAA%3BEI7JQ%2CWAAA%3B%3BAAGJ%2CwBAAC%2CaAAa%3BEACV%2CSO1ID%2COP0IC%3BEJyJR%2CiBAAA%3BEIvJQ%2CYAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CwBAAC%2CWAAW%3BEACR%2CSOnJE%2COPmJF%3BEJkJR%2CiBAAA%3BEIhJQ%2CSAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CwBAAC%3BEACG%2CgBAAgB%2CwEAAhB%3BEACA%2C8BAAA%3BEACA%2C0BAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CwBAAC%3BEACG%2CgBAAgB%2CwEAAhB%3BEACA%2CWAAA%3B%3BAAGJ%2CwBAAC%3BEACG%2CgBAAgB%2C0EAAhB%3BEACA%2CWAAA%3B%3BAmB5KR%3BEACI%2CaAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CsBAAC%3BEACG%2CoBAAA%3B%3BAAGJ%2CsBAAC%3BAAAkB%2CsBAAC%3BEAChB%2CYAAA%3BEACA%2CcAAA%3BEACA%2C0BAAA%3B%3BAAEA%2CsBALH%2CgBAKI%3BAAAD%2CsBALgB%2CeAKf%3BEACG%2CyBAAA%3BEACA%2C0BAAA%3BEACA%2C2BAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CsBAZH%2CgBAYI%3BAAAD%2CsBAZgB%2CeAYf%3BEACG%2C0BAAA%3BEACA%2C0BAAA%3BEACA%2C2BAAA%3BEACA%2CYAAA%3B%3BAAIR%2CsBAAC%3BEACG%2CsBAAsB%2C2YAAtB%3B%3BAAGJ%2CsBAAC%3BEACG%2CsBAAsB%2CkYAAtB%3BEACA%2CWAAA%3B%3BAAEA%2CsBAJH%2CeAII%3BEACG%2CWAAA%3B%3BAAGJ%2CsBARH%2CeAQI%3BEACG%2CYAAA%3B%3BAAIR%2CsBAAC%3BEACG%2CcAAA%3BEACA%2CoBAAA%3B%3BAC9CR%3BEACI%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CyBAAC%3BEACG%2CuBAAA%3B%3BAAGJ%2CyBAAC%3BEACG%2CSAAA%3B%3BAAGJ%2CyBAAC%3BEACG%2CaAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAIR%3BEACI%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CYAAC%2CIAAI%3BEACD%2CkBAAA%3B%3BAAGJ%2CYAAC%3BEACG%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CYAAC%3BEACG%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CYAAC%3BEACG%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CYAAC%3BEACG%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CYAAC%3BEACG%2CsBAAA%3BEACA%2CYAAA%3B%3BAAIR%3BEACI%2C%2BBAAA%3BEACA%2CYAAA%3B%3BAAEA%2CeAAC%3BEACG%2CaZjEe%2CaYiEf%3BEACA%2CgBAAA%3BExB4NR%2CiBAAA%3BEAAA%2CmBAAA%3BEwBzNQ%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CeAAC%3BEACG%2CaZ1Ee%2CaY0Ef%3BEACA%2CgBAAA%3BExBmNR%2CiBAAA%3BEAAA%2CoBAAA%3BEwBhNQ%2C2BAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CeAAC%3BEACG%2CkBAAA%3BEACA%2COAAO%2CkBAAP%3B%3BAnB9FJ%2CaAAC%3BELwSL%2CSAAA%3BEAAA%2CUAAA%3BEyB1KA%2CqBAAA%3BEpB5HQ%2CaAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CaAAC%3BEACG%2CgBAAA%3B%3BAAGJ%2CaAAC%3BEACG%2CmBAAA%3B%3BAAGJ%2CaAAC%3BEACG%2CWAAA%3BEACA%2CkBAAA%3BELuRR%2CiBAAA%3B%3BAKnRI%2CaAAC%3BEACG%2CUAAA%3BEACA%2CiEAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3B%3BAAEA%2CaAPH%2CMAOI%3BEACG%2CaAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAAIR%2CaAAC%3BEACG%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CaAbH%2CMAaI%3BEACG%2CgBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CaAlBH%2CMAkBI%3BEACG%2CcAAA%3B%3BAAIR%2CaAAC%2CcAAc%3BEACX%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CaAAC%3BEACG%2CeAAA%3B%3BAAEA%2CaAHH%2CWAGI%3BEACG%2CaAAA%3B%3BAAIR%2CaAAC%3BEACG%2CaAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CaAAC%3BEACG%2CcAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CaAAC%3BEACG%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CaAAC%3BEACG%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CaAAC%3BEACG%2CgBAAA%3B%3BAAGJ%2CaAAC%3BEACG%2CeAAA%3B%3BAAGJ%2CaAAC%3BEACG%2CgBAAA%3B%3BAAIR%3BEACI%2CaAAA%3BEACA%2CSAAA%3B%3BAAFJ%2CsBAII%3BEACI%2CaAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAgB%2C8DAAhB%3BEACA%2CqBAAqB%2CwBAArB%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAfR%2CsBAkBI%3BEACI%2CWAAA%3B%3BAAnBR%2CsBAkBI%2CSAGI%3BEACI%2CYAAA%3B%3BAIrIZ%3BEACI%2CaAAA%3B%3BAADJ%2CoBAGI%3BAAHJ%2CoBAII%3BEACI%2CeAAA%3BEACA%2CSAAA%3B%3BAAIR%3BEACI%2CgBAAA%3B%3BAADJ%2C0BAGI%2CcAAc%3BAAHlB%2C0BAII%2CmBAAmB%3BETuRvB%2CiBAAA%3BEAAA%2CoBAAA%3BESpRQ%2CgBAAA%3B%3BAA4DA%2CgBADH%2CaACI%3BEACG%2CoDAAA%3BEACA%2CiBAAA%3BEACA%2CYAAY%2CsDAAZ%3BEACA%2C0BAAA%3BEACA%2CYAAA%3B%3BAAKZ%3BEACI%3BIACI%2C0BAAA%3B%3BEAGJ%3BIACI%2C6BAAA%22%7D */