/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright 2014 Adobe
 * All Rights Reserved.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@import url('https://fonts.googleapis.com/css2?family=Fjalla+One:wght@400;700&family=Montserrat:wght@300;400;500;700&display=swap.less');
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * 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 (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
/* GIANEDAVI – tema base */
.page-wrapper {
  background-color: #ffffff;
}
body {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 1.65;
  font-weight: 400;
}
@media (min-width: 768px) {
  .page-wrapper {
    max-width: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .page-wrapper > .page-header,
  .page-wrapper > .nav-sections,
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .page-main,
  .page-wrapper > .page-footer,
  .page-wrapper > .footer,
  .page-header .panel.wrapper,
  .page-header .header.panel,
  .page-header .header.content,
  .header.content,
  .nav-sections,
  .nav-sections .navigation,
  .breadcrumbs,
  .page-main,
  .page-main .columns,
  .footer.content {
    max-width: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
    box-sizing: border-box;
  }
}
@media (max-width: 767px) {
  .page-wrapper,
  .page-wrapper > .page-header,
  .page-wrapper > .nav-sections,
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .page-main,
  .page-wrapper > .page-footer,
  .page-wrapper > .footer,
  .page-header .panel.wrapper,
  .page-header .header.panel,
  .page-header .header.content,
  .header.content,
  .nav-sections,
  .nav-sections .navigation,
  .breadcrumbs,
  .page-main,
  .page-main .columns,
  .footer.content {
    max-width: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    box-sizing: border-box;
  }
}
.page-wrapper {
  overflow-x: hidden;
}
.catalog-category-view .products-grid .product-items {
  display: grid !important;
  grid-gap: 20px;
}
@media (max-width: 575px) {
  .catalog-category-view .products-grid .product-items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .catalog-category-view .products-grid .product-items {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .catalog-category-view .products-grid .product-items {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) {
  .catalog-category-view .products-grid .product-items {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
.catalog-category-view .products-grid .product-item {
  width: 100% !important;
  float: none !important;
}
.catalog-category-view .product-item-info {
  position: relative;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.catalog-category-view .product-item-info:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}
.catalog-category-view .product-item-details {
  padding: 10px 12px 14px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.page-title,
.page-title-wrapper .page-title,
.block-title strong,
.block-title span,
.product-info-section-title {
  font-family: 'Fjalla One', sans-serif !important;
  font-weight: 400;
  letter-spacing: normal !important;
  color: #1080c7 !important;
}
.product-item-name,
.product-item-name a,
.product.name a,
.product-item-link {
  font-family: 'Fjalla One', sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  color: #1080c7;
}
.product-info-main .page-title-wrapper {
  margin-bottom: 10px;
}
.product-info-main .page-title {
  font-size: 32px;
  line-height: 1.15;
  font-weight: 400;
  letter-spacing: normal;
}
@media screen and (min-width: 768px) {
  .product-info-main .page-title {
    font-size: 28px;
    font-weight: 800;
  }
}
.product-info-main .product.attribute.sku {
  display: none !important;
}
.product-info-main .price-box .price-wrapper .price,
.product-options-bottom .price-box .price-wrapper .price {
  font-size: 3.5rem;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .catalog-product-view .column.main {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
  }
  .catalog-product-view .product.media {
    flex: 0 0 55%;
    max-width: 55%;
    margin-right: 40px;
  }
  .catalog-product-view .product-info-main {
    flex: 0 0 45%;
    max-width: none;
    margin-left: 0;
  }
  .catalog-product-view .product.info.detailed,
  .catalog-product-view .product.info.detailed.stacked {
    flex-basis: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
}
.catalog-product-view .product-info-main .box-tocart .action.tocart {
  display: block;
  width: 100%;
  padding: 14px 20px;
  text-align: center;
  background-color: #1080c7 !important;
  border-color: #1080c7 !important;
  color: #ffffff !important;
  font-family: 'Fjalla One', sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.catalog-product-view .product-info-main .box-tocart .action.tocart:hover {
  background-color: #0e71af !important;
  border-color: #0e71af !important;
  color: #ffffff !important;
}
.action.tocompare,
.product-addto-links .action.tocompare {
  display: none !important;
}
.product.info.detailed .product.data.items {
  display: block !important;
}
.product.data.items .item.title {
  display: none !important;
}
.product.data.items .item.content {
  display: block !important;
  margin-bottom: 25px;
}
.catalog-product-view .product-info-main .product-info-section-content {
  font-size: 14px !important;
  line-height: 1 !important;
  margin: 0 0 8px !important;
  padding: 0 !important;
}
.catalog-product-view .product-info-main .product-info-section-content p {
  margin: 0 0 4px !important;
  line-height: 1 !important;
}
.catalog-product-view .product-info-main .product-info-section-content br {
  line-height: 1 !important;
}
.catalog-product-view .product-info-main .product.attribute {
  margin: 2px 0 !important;
  padding: 0 !important;
  line-height: 1.3;
}
.catalog-product-view .product-info-main .product.attribute .label,
.catalog-product-view .product-info-main .product.attribute .value {
  display: inline;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.3;
}
.catalog-product-view .product-info-main .product.attribute p {
  margin: 0 !important;
}
.catalog-category-view .sidebar-main .block-categories,
.catalog-category-view .sidebar-main .block-categories .block-content,
.catalog-category-view .sidebar-main .block-categories .items,
.catalog-category-view .sidebar-main .block-categories .item {
  display: block !important;
  visibility: visible !important;
  height: auto !important;
  overflow: visible !important;
}
.catalog-category-view .sidebar-main .block-categories .item .items {
  display: block !important;
  height: auto !important;
  max-height: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  overflow: visible !important;
  margin-left: 12px;
  margin-top: 4px;
}
.catalog-category-view .sidebar-main .block-categories .item .items a {
  font-size: 13px;
  line-height: 1.35;
  font-weight: 400;
  padding: 2px 0;
  display: block;
}
.nav-sections .navigation {
  display: flex !important;
  justify-content: center !important;
}
.nav-sections .navigation .level0 {
  margin: 0 10px;
}
.nav-sections .navigation .level0 > a,
.nav-sections .navigation .level0 > .level-top {
  font-family: 'Fjalla One', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: normal;
  color: inherit !important;
}
.nav-sections .navigation .submenu a,
.nav-sections .navigation .submenu li,
.nav-sections .navigation .submenu .level1 > a,
.nav-sections .navigation .submenu .level1 {
  font-family: 'Fjalla One', sans-serif !important;
  font-weight: 400 !important;
  font-size: 13px !important;
  line-height: 1.1 !important;
  letter-spacing: normal !important;
  color: #575757 !important;
  padding: 4px 10px !important;
}
@media (min-width: 1024px) {
  :root {
    --gd-overlay-top: 252.875px;
    --gd-mm-height: 405px;
    --gd-mm-img-col: 300px;
    /* colonna immagine SX */
    --gd-mm-menu-col-min: 170px;
    --gd-mm-row-gap: 10px;
    --gd-mm-col-gap: 28px;
    --gd-mm-img-pad-right: 26px;
  }
  .page-header,
  .nav-sections {
    position: relative !important;
    z-index: 9100 !important;
  }
  body::before {
    content: '';
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: var(--gd-overlay-top);
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    z-index: 9000;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0s linear 0.2s;
  }
  body:has(.nav-sections .navigation li.level0:hover)::before {
    opacity: 1;
    visibility: visible;
    transition-delay: 0.06s;
  }
  .nav-sections .navigation li.level0 {
    position: static !important;
  }
  .nav-sections .navigation li.level0 > ul.submenu {
    display: none !important;
  }
  .nav-sections .navigation li.level0:hover > ul.submenu {
    display: grid !important;
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    padding: 22px 40px !important;
    background: #fff !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12) !important;
    z-index: 9200 !important;
    height: var(--gd-mm-height) !important;
    max-height: var(--gd-mm-height) !important;
    overflow: hidden !important;
    grid-template-columns: var(--gd-mm-img-col) repeat(4, minmax(var(--gd-mm-menu-col-min), 1fr)) !important;
    grid-template-rows: repeat(8, min-content) !important;
    grid-auto-flow: column !important;
    column-gap: var(--gd-mm-col-gap) !important;
    row-gap: var(--gd-mm-row-gap) !important;
    align-items: start !important;
    align-content: start !important;
    list-style: none !important;
    animation: gdMegaIn 0.18s ease both;
    will-change: transform, opacity;
  }
  @keyframes gdMegaIn {
    from {
      opacity: 0;
      transform: translateY(10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .nav-sections .navigation li.level0:hover > ul.submenu::before {
    content: '';
    display: block !important;
    grid-column: 1 / 2;
    grid-row: 1 / -1;
    align-self: stretch !important;
    justify-self: stretch !important;
    border-right: 1px solid rgba(0, 0, 0, 0.07000000000000001);
    padding-right: var(--gd-mm-img-pad-right);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    opacity: 0;
    pointer-events: none;
  }
  .nav-sections .navigation li.level0:hover > ul.submenu > li {
    float: none !important;
    width: auto !important;
    max-width: none !important;
    clear: none !important;
    display: block !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .nav-sections .navigation li.level0:hover > ul.submenu > li > a,
  .nav-sections .navigation li.level0:hover > ul.submenu > li > a.ui-menu-item-wrapper {
    display: block !important;
    padding: 4px 0 !important;
    margin: 0 !important;
    font-weight: 400 !important;
    font-size: 15px !important;
    /* richiesto */
    line-height: 1.25 !important;
    white-space: normal !important;
  }
  .nav-sections .navigation li.level0:hover > ul.submenu ul {
    display: none !important;
  }
  .nav-sections .navigation li.level0.category-item-12:hover > ul.submenu::before {
    opacity: 1;
    background-image: url('../images/megamenu/Megamenu_puffi.png');
  }
  .nav-sections .navigation li.level0.category-item-10:hover > ul.submenu::before {
    opacity: 1;
    background-image: url('../images/megamenu/Megamenu_tintin.png');
  }
  .nav-sections .navigation li.level0.category-item-1170:hover > ul.submenu::before {
    opacity: 1;
    background-image: url('../images/megamenu/Megamenu_sorpresine.png');
  }
  .nav-sections .navigation li.level0.category-item-1173:hover > ul.submenu::before {
    opacity: 1;
    background-image: url('../images/megamenu/Megamenu_vinyltoys.png');
  }
  .nav-sections .navigation li.level0.category-item-1046:hover > ul.submenu::before {
    opacity: 1;
    background-image: url('../images/megamenu/Megamenu_carteefigurine.png');
  }
  .nav-sections .navigation li.level0.category-item-1175:hover > ul.submenu::before {
    opacity: 1;
    background-image: url('../images/megamenu/Megamenu_pvc.png');
  }
  .nav-sections .navigation li.level0.category-item-13:hover > ul.submenu::before {
    opacity: 1;
    background-image: url('../images/megamenu/Megamenu_giocattoliemodellismo.png');
  }
  .nav-sections .navigation li.level0.category-item-70:hover > ul.submenu::before {
    opacity: 1;
    background-image: url('../images/megamenu/Megamenu_costruzioni.png');
  }
  .nav-sections .navigation li.level0.category-item-15:hover > ul.submenu::before {
    opacity: 1;
    background-image: url('../images/megamenu/Megamenu_collezionismo.png');
  }
  .nav-sections .navigation li.level0.category-item-17:hover > ul.submenu::before {
    opacity: 1;
    background-image: url('../images/megamenu/Megamenu_altro.png');
  }
  .nav-sections .navigation li.level0.category-item-325:hover > ul.submenu::before {
    opacity: 1;
    background-image: url('../images/megamenu/Megamenu_luckyluke.png');
  }
  .nav-sections .navigation li.level0.category-item-326:hover > ul.submenu::before {
    opacity: 1;
    background-image: url('../images/megamenu/Megamenu_spirou.png');
  }
  .nav-sections .navigation li.level0.category-item-327:hover > ul.submenu::before {
    opacity: 1;
    background-image: url('../images/megamenu/Megamenu_lepetitprince.png');
  }
  .nav-sections .navigation li.level0.category-item-1271:hover > ul.submenu::before {
    opacity: 1;
    background-image: url('../images/megamenu/Megamenu_spedizionegratuita.png');
  }
  .nav-sections .navigation li.level0.category-item-1416:hover > ul.submenu::before {
    opacity: 1;
    background-image: url('../images/megamenu/Megamenu_lottioffertespeciali.png');
  }
  .nav-sections .navigation li.level0.category-item-1417:hover > ul.submenu::before {
    opacity: 1;
    background-image: url('../images/megamenu/Megamenu_pokemon.png');
  }
}
/* ================================================================
 * CATEGORY PAGE – CONTAINER 1600px + ALLINEAMENTO A SINISTRA (SIDESHOW)
 * Breadcrumbs + Titolo allineati alla colonna sinistra
 * ================================================================ */
.catalog-category-view {
  /* 1) Breadcrumbs: stesso container del contenuto, allineato a sinistra */
  /* 2) Titolo: stesso container del contenuto, allineato a sinistra */
  /* 3) Contenuto pagina (sidebar + prodotti): stesso container 1600px */
}
.catalog-category-view .breadcrumbs {
  max-width: 1600px;
  margin: 0 auto;
  padding: 12px 40px 0;
  box-sizing: border-box;
  text-align: left;
}
.catalog-category-view .breadcrumbs .items {
  margin: 0;
  padding: 0;
  text-align: left;
}
.catalog-category-view .page-title-wrapper {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
  text-align: left;
}
.catalog-category-view .page-title {
  margin: 10px 0 16px;
  line-height: 1.1;
  text-align: left;
}
.catalog-category-view .page-main {
  max-width: 1600px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;
}
/* Responsive padding */
@media (max-width: 1024px) {
  .catalog-category-view .breadcrumbs {
    padding-left: 20px;
    padding-right: 20px;
  }
  .catalog-category-view .page-title-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .catalog-category-view .page-main {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.catalog-category-view .columns {
  display: grid !important;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 40px;
  align-items: start;
}
.catalog-category-view .sidebar-main {
  grid-column: 1 !important;
  width: 320px !important;
  max-width: 320px !important;
  min-width: 0 !important;
  float: none !important;
  clear: none !important;
  overflow: hidden;
  /* evita espansioni strane */
}
.catalog-category-view .column.main {
  grid-column: 2 !important;
  width: auto !important;
  min-width: 0 !important;
  /* fondamentale per grid */
  float: none !important;
  clear: none !important;
}
.catalog-category-view .sidebar-main .block.filter,
.catalog-category-view .sidebar-main .block {
  width: auto !important;
  max-width: 100% !important;
  float: none !important;
  clear: none !important;
  box-sizing: border-box;
}
.catalog-category-view .column.main .toolbar-products,
.catalog-category-view .column.main .products.wrapper {
  width: 100%;
  clear: none;
}
.catalog-category-view .products-grid .product-items {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 28px;
  margin: 0;
  padding: 0;
}
.catalog-category-view .products-grid .product-item {
  width: auto;
  margin: 0;
  float: none;
}
@media (max-width: 1400px) {
  .catalog-category-view .products-grid .product-items {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 1100px) {
  .catalog-category-view .columns {
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 28px;
  }
  .catalog-category-view .sidebar-main {
    width: 280px !important;
    max-width: 280px !important;
  }
  .catalog-category-view .products-grid .product-items {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .catalog-category-view .columns {
    display: block !important;
  }
  .catalog-category-view .sidebar-main {
    width: auto !important;
    max-width: none !important;
    overflow: visible;
    margin-bottom: 20px;
  }
  .catalog-category-view .products-grid .product-items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.page-wrapper > .breadcrumbs {
  display: block !important;
  width: 100% !important;
  max-width: 1600px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
  padding-top: 12px !important;
  box-sizing: border-box !important;
}
.page-wrapper > .breadcrumbs .items {
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}
@media (max-width: 1024px) {
  .page-wrapper > .breadcrumbs {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@media all and (min-width: 768px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .abs-product-options-list-desktop dt:after,
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
    word-break: break-all;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .column .block-addbysku .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    width: 48.8%;
  }
  .abs-blocks-2columns:nth-child(odd),
  .column .block-addbysku .block-content .box:nth-child(odd),
  .login-container .block:nth-child(odd),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns:nth-child(even),
  .column .block-addbysku .block-content .box:nth-child(even),
  .login-container .block:nth-child(even),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop,
  .column.main .magento-payments-review .actions-toolbar,
  .bundle-options-container .legend.title,
  .column.main .cart-summary .actions-toolbar,
  .cart.table-wrapper .item-actions .actions-toolbar,
  .gift-summary .actions-toolbar,
  .cart.table-wrapper .gift-summary .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar,
  .form-new-agreement .fieldset .legend,
  .form-new-agreement .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .wishlist-index-index .main .form-wishlist-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-add-invitations .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 75.8%;
    top: 6px;
  }
  .abs-add-fields-desktop .fieldset .field:not(.choice) .control,
  .form-giftregistry-share .fieldset .field:not(.choice) .control,
  .form-giftregistry-edit .fieldset .field:not(.choice) .control,
  .form-add-invitations .fieldset .field:not(.choice) .control,
  .form-create-return .fieldset .field:not(.choice) .control,
  .form.send.friend .fieldset .field:not(.choice) .control {
    width: 50%;
  }
  .abs-margin-for-forms-desktop,
  .fieldset .legend,
  .column:not(.sidebar-main) form .actions-toolbar,
  .column:not(.sidebar-additional) form .actions-toolbar,
  .login-container .fieldset:after {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .modes-label,
  .block-search .label,
  .dashboard-welcome-toggler,
  .block-collapsible-nav .title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:before,
  .abs-pager-toolbar:after,
  .magento-payments-review .block-content:before,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:before,
  .magento-payments-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:before,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:before,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:before,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:before,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:before,
  .header.content:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .account .toolbar:before,
  .account .toolbar:after,
  .toolbar-giftregistry-results:before,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:before,
  .toolbar-wishlist-results:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:after,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:after,
  .order-review-form:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:after,
  .page-header .header.panel:after,
  .account .toolbar:after,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field,
  .product-add-form .fieldset > .field,
  .product-add-form .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label,
  .product-add-form .fieldset > .field:not(.choice) > .label,
  .product-add-form .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control,
  .product-add-form .fieldset > .field:not(.choice) > .control,
  .product-add-form .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label,
  .product-add-form .fieldset > .field > .label,
  .product-add-form .fieldset .fields > .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before,
  .product-add-form .fieldset > .field.choice:before,
  .product-add-form .fieldset .fields > .field.choice:before,
  .product-add-form .fieldset > .field.no-label:before,
  .product-add-form .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(:first-child):last-of-type,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(:first-child):last-of-type,
  .product-add-form .fieldset > .field:not(:first-child):last-of-type,
  .product-add-form .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-no-display-desktop,
  .opc-estimated-wrapper,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    margin-bottom: 20px;
    position: relative;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    float: right;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    float: left;
    line-height: normal;
    padding: 7px 0 0;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    float: left;
    position: relative;
    width: 73%;
  }
  .abs-shopping-cart-items-desktop .actions,
  .block-cart-failed .actions,
  .cart-container .form-cart .actions,
  .cart-container .cart-gift-item .actions {
    text-align: right;
  }
  .abs-shopping-cart-items-desktop .action.clear,
  .abs-shopping-cart-items-desktop .action.update,
  .block-cart-failed .action.clear,
  .block-cart-failed .action.update,
  .cart-container .form-cart .action.clear,
  .cart-container .form-cart .action.update,
  .cart-container .cart-gift-item .action.clear,
  .cart-container .cart-gift-item .action.update {
    margin-left: 10px;
  }
  .abs-shopping-cart-items-desktop .action.continue,
  .block-cart-failed .action.continue,
  .cart-container .form-cart .action.continue,
  .cart-container .cart-gift-item .action.continue {
    float: left;
  }
  h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .page-main {
    width: 100%;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 66.66666667%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 83.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 83.33333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main {
    padding-left: 2%;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 25px;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #f5f5f5;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 10px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 53px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #333;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 3px;
    color: #333;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #fff;
    border: 1px solid #d1d1d1;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 700;
    min-width: 230px;
    padding: 0;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #fff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #fff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #d1d1d1;
    color: #d1d1d1;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 8px 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #333;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
  }
  .navigation .level0 .submenu .submenu {
    top: -1px !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
    position: relative;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
  .fieldset > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
    margin: 0 0 29px;
  }
  .fieldset > .field > .label {
    margin: 0;
  }
  .fieldset > .field:before,
  .fieldset > .field:after {
    content: '';
    display: table;
  }
  .fieldset > .field:after {
    clear: both;
  }
  .fieldset > .field.choice:before,
  .fieldset > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .fieldset > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 5px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 600;
    line-height: 20px;
    font-size: 1.4rem;
    color: #7d7d7d;
    text-decoration: none;
    background: #f0f0f0;
    border: 1px solid #d1d1d1;
    border-bottom: none;
    height: 20px;
    padding: 5px 20px 5px 20px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 6px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 31px;
    padding: 20px 20px 20px 20px;
    border: 0;
    border-top: 1px solid #d1d1d1;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .secondary {
    float: right;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 5px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .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;
  }
  .block-cart-failed .actions {
    text-align: left;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    position: relative;
    width: 40%;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 0;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 25%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
  }
  .toolbar-amount {
    float: left;
  }
  .sorter {
    float: right;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    color: #7d7d7d;
    border: 1px solid #d1d1d1;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-mode:not(.active):hover {
    color: #7d7d7d;
    background: #dedede;
  }
  .modes-mode:last-child {
    border-right: 1px solid #d1d1d1;
  }
  .modes-mode.active {
    color: #a6a6a6;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60d';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .product-info-main .box-tocart,
  .product-options-bottom .box-tocart {
    display: table;
  }
  .product-info-main .box-tocart .field.qty,
  .product-options-bottom .box-tocart .field.qty {
    display: table-cell;
  }
  .product-info-main .box-tocart .actions,
  .product-options-bottom .box-tocart .actions {
    display: table-cell;
    padding-top: 25px;
    text-align: center;
    vertical-align: bottom;
  }
  .product-info-main .page-title-wrapper .page-title {
    margin-top: -13px;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 25px;
  }
  .page-layout-1column .product-info-main {
    width: 40%;
  }
  .page-layout-1column .product.media {
    width: 57%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0 0 25px;
  }
  .block-search .nested {
    display: block;
    padding-top: 5px;
    position: absolute;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input::-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-ms-input-placeholder {
    color: #c2c2c2;
  }
  .block-search .action.search {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    padding: 5px 0;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 22px;
    color: #8f8f8f;
    content: '\e615';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: inherit;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 20px;
  }
  .cart-summary {
    float: right;
    position: relative;
    width: 23%;
  }
  .column.main .cart-summary .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper .item .col.item {
    padding: 27px 8px 10px;
  }
  .cart.table-wrapper .item-actions td {
    text-align: right;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart.table-wrapper .item-actions .actions-toolbar {
    text-align: left;
  }
  .cart .action {
    margin-bottom: 10px;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
    margin: 0 0 1px;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 7px;
    padding-top: 8px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    right: -15px;
    width: 390px;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 22px 0 0;
  }
  .opc-progress-bar-item {
    width: 185px;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 600px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 10px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 600px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #fff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear 0.1s, visibility 0s linear 0.1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear 0.1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.6rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field {
    margin: 0 0 20px;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.choice:before {
    padding: 0;
    width: 0;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
    margin-left: 25.8%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {
    margin-left: 0;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .login-container .block .login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block .login .actions-toolbar > .secondary {
    float: left;
  }
  .fieldset .fullname .field .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset .fullname .field .control {
    width: 74.2%;
    float: left;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48.8%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 2.4%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-downloadable .product-options-bottom .field.qty + .actions {
    padding-top: 0;
  }
  .gift-message .field {
    margin-bottom: 20px;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    float: right;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .cart.table-wrapper .action-gift {
    float: left;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field > .label {
    margin: 0;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    content: '';
    display: table;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    clear: both;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.choice:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 29px;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .wishlist.window.popup .field {
    margin: 0 0 20px;
  }
  .wishlist.window.popup .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .wishlist.window.popup .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .wishlist.window.popup .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .wishlist.window.popup .field.choice:before,
  .wishlist.window.popup .field.no-label:before {
    display: none;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .block.newsletter .field {
    margin-right: 5px;
  }
  .block.newsletter .field.newsletter {
    max-width: 220px;
  }
  .block.newsletter .field .control {
    width: 100%;
  }
  .block.newsletter .action.subscribe {
    border-radius: 3px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .reward-settings + .actions-toolbar {
    margin-top: -32px;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 29px;
  }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .table-order-items .subtotal,
  .table-order-items .amount {
    text-align: right;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .page-title-wrapper .order-date {
    margin-top: -20px;
  }
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .header.panel > .header.links {
    float: right;
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none none;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    font-size: 14px;
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li a {
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    padding-left: 5px;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .logo {
    margin: 0 auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content .links {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 50px 0 0;
    vertical-align: top;
  }
  .footer.content .switcher.store {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    margin-bottom: 10px;
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty .label {
    width: auto;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .wishlist-index-index .product-item-info {
    width: 240px;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 6%) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
  .braintree-express-paylater-message-container {
    order: 1;
  }
  .paypal-braintree-paylater-message-container-pdp {
    padding: 0 0 10px;
  }
  .paypal-braintree-paylater-message-container-cart {
    padding: 0;
  }
}
@media all and (max-width: 1023px), print {
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
}
@media all and (min-width: 1440px), print {
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_ReCaptchaCheckoutSalesRule%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_ReCaptchaCustomer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_ReCaptchaFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_ReCaptchaNewsletter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_ReCaptchaReview%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_ReCaptchaSendFriend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_ReCaptchaWishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_mini-cart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_pay-later.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_apple-pay.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_google-pay.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_tooltip.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_utilities.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_ProductVideo%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2Fcss%5C%2Fsource%5C%2F_theme.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2Fcss%5C%2Fsource%5C%2F_catalog-category-sideshow.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_responsive.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2Fcss%5C%2Fsource%5C%2F_extends.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_GiftRegistry%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_AdvancedCheckout%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_Customer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_Rma%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_Sales%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_review.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_Bundle%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_cart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_GiftMessage%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_billing.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_review.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_Wishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_Invitation%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_SendFriend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2Fcss%5C%2Fsource%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2Fcss%5C%2Fsource%5C%2F_actions-toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_CatalogSearch%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_collapsible_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_GiftWrapping%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_MultipleWishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2Fcss%5C%2Fsource%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_checkout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_estimated-total.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2Fcss%5C%2Fsource%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2Fcss%5C%2Fsource%5C%2F_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2Fcss%5C%2Fsource%5C%2F_sections.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_sections.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_actions-toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_modals_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_listings.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_CatalogEvent%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_minicart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_progress-bar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_modals.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_shipping.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_sidebar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_order-summary.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_authentication.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_payments.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_payment-options.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_Contact%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_Downloadable%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_Newsletter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_Review%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_Reward%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FMagento_Vault%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Ftakorabo%5C%2Fgian2025%5C%2Fit_IT%5C%2FPayPal_Braintree%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BYAEY%3BACEZ%2CcACI%3BEACI%2C2BAAA%3B%3B%3B%3B%3B%3BACFR%2CgBAGI%3BAAFJ%2CWAEI%3BAADJ%2CkBACI%3BEACI%2C8BAAA%3B%3B%3B%3B%3B%3BACJR%2CiBAAiB%3BEACb%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3B%3B%3B%3B%3BACFY%2CMAJV%2CWACF%2CiBACI%2COACI%2CSACK%3BEACG%2CaAAA%3B%3B%3B%3B%3B%3BACNpB%2CYACI%3BEACI%2CmBAAA%3B%3B%3B%3B%3B%3BACFR%2CKAAK%2CKAAK%2COAAQ%3BEACd%2CgBAAA%3B%3B%3B%3B%3B%3BACDJ%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%3BACuKR%2CwBAxB%2BC%3BEAC3C%2CcAAe%3BIACX%2CUAAA%3BIACA%2CYAAA%3BIACA%2CSAAA%3B%3BEAEJ%2CcAAe%2CuBAAsB%3BEACrC%2CcAAe%2CuBAAsB%3BIACjC%2C8BAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CMAAA%3BIACA%2CQAAA%3B%3BEAEJ%2CcAAe%2CuBAAsB%3BICwHrC%2CyBAAA%3B%3BEDrHA%2CcAAe%2CuBAAsB%3BICqHrC%2C4BAAA%3BIDnHI%2CQAAA%3B%3B%3B%3B%3B%3B%3BAE5ER%2CwBAPA%2C8BACA%2C8BAA6B%3BEACzB%3BIACI%2CYAAA%3BIACA%2CUAAA%3B%3B%3B%3BACvGR%3BEACI%2CyBAAA%3B%3BAfGJ%3BEACI%2CaAAa%2CwBAAb%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAuCJ%2CQAnC0B%3BEAEtB%3BIACI%2C0BAAA%3BIACA%2CsBAAA%3BIACA%2CyBAAA%3BIACA%2C0BAAA%3B%3BEAGJ%2CaAAgB%3BEAChB%2CaAAgB%3BEAChB%2CaAAgB%3BEAChB%2CaAAgB%3BEAChB%2CaAAgB%3BEAChB%2CaAAgB%3BEAChB%2CYAAa%2COAAM%3BEACnB%2CYAAa%2CQAAO%3BEACpB%2CYAAa%2CQAAO%3BEACpB%2COAAO%3BEACP%3BEACA%2CaAAc%3BEACd%3BEACA%3BEACA%2CUAAW%3BEACX%2COAAO%3BIACH%2C0BAAA%3BIACA%2CsBAAA%3BIACA%2CyBAAA%3BIACA%2C0BAAA%3BIACA%2C6BAAA%3BIACA%2C8BAAA%3BIACA%2CsBAAA%3B%3B%3BAAiCR%2CQA7B0B%3BEAEtB%3BEACA%2CaAAgB%3BEAChB%2CaAAgB%3BEAChB%2CaAAgB%3BEAChB%2CaAAgB%3BEAChB%2CaAAgB%3BEAChB%2CaAAgB%3BEAChB%2CYAAa%2COAAM%3BEACnB%2CYAAa%2CQAAO%3BEACpB%2CYAAa%2CQAAO%3BEACpB%2COAAO%3BEACP%3BEACA%2CaAAc%3BEACd%3BEACA%3BEACA%2CUAAW%3BEACX%2COAAO%3BIACH%2C0BAAA%3BIACA%2CsBAAA%3BIACA%2CyBAAA%3BIACA%2C0BAAA%3BIACA%2C6BAAA%3BIACA%2C8BAAA%3BIACA%2CsBAAA%3B%3B%3BAAIR%3BEAAgB%2CkBAAA%3B%3BAAGhB%2CsBAAuB%2CeAAe%3BEAClC%2CwBAAA%3BEACA%2CcAAA%3B%3BAAMJ%2CQAH0B%3BEACtB%2CsBAAuB%2CeAAe%3BIAAiB%2CuBAAuB%2CUAAU%2CeAAjC%3B%3B%3BAAK3D%2CQAH0B%2CuBAAuB%3BEAC7C%2CsBAAuB%2CeAAe%3BIAAiB%2CuBAAuB%2CUAAU%2CeAAjC%3B%3B%3BAAK3D%2CQAH0B%2CuBAAwB%3BEAC9C%2CsBAAuB%2CeAAe%3BIAAiB%2CuBAAuB%2CUAAU%2CeAAjC%3B%3B%3BAAM3D%2CQAJ2B%3BEACvB%2CsBAAuB%2CeAAe%3BIAAiB%2CuBAAuB%2CUAAU%2CeAAjC%3B%3B%3BAAG3D%2CsBAAuB%2CeAAe%3BEAClC%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAIJ%2CsBAAuB%3BEACnB%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2C0CAAA%3BEACA%2CgBAAA%3BEACA%2CqDAAA%3B%3BAAGJ%2CsBAAuB%2CmBAAkB%3BEACrC%2CWAAW%2CgBAAX%3BEACA%2C2CAAA%3B%3BAAGJ%2CsBAAuB%3BEACnB%2CuBAAA%3B%3BAAIJ%3BAAAI%3BAAAI%3BAAAI%3BAAAI%3BAAAI%3BAACpB%3BAACA%2CmBAAoB%3BAACpB%2CYAAa%3BAACb%2CYAAa%3BAACb%3BEACI%2CaAAa%2CwBAAb%3BEACA%2CgBAAA%3BEACA%2CiCAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BAACA%2CkBAAmB%3BAACnB%2CQAAQ%2CKAAM%3BAACd%3BEACI%2CaAAa%2CwBAAb%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3B%3BAAIJ%2CkBAAmB%3BEAAsB%2CmBAAA%3B%3BAAEzC%2CkBAAmB%3BEACf%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3B%3BAAUJ%2CmBAPqC%3BEACjC%2CkBAAmB%3BIACf%2CeAAA%3BIACA%2CgBAAA%3B%3B%3BAAIR%2CkBAAmB%2CSAAQ%2CUAAU%3BEAAO%2CwBAAA%3B%3BAAE5C%2CkBAAmB%2CWAAW%2CeAAe%3BAAC7C%2CuBAAwB%2CWAAW%2CeAAe%3BEAC9C%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3B%3BAAiCJ%2CQA9B2B%3BEAEvB%2CqBAAsB%2CQAAO%3BIACzB%2CiBAAA%3BIACA%2CcAAA%3BIACA%2CaAAA%3BIACA%2CuBAAA%3B%3BEAGJ%2CqBAAsB%2CSAAQ%3BIAC1B%2CaAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CqBAAsB%3BIAClB%2CaAAA%3BIACA%2CeAAA%3BIACA%2CcAAA%3B%3BEAGJ%2CqBAAsB%2CSAAQ%2CKAAK%3BEACnC%2CqBAAsB%2CSAAQ%2CKAAK%2CSAAS%3BIACxC%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3B%3B%3BAAIR%2CqBAAsB%2CmBAAmB%2CYAAY%2CQAAO%3BEACxD%2CcAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CaAAa%2CwBAAb%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CqBAAsB%2CmBAAmB%2CYAAY%2CQAAO%2COAAO%3BEAC%5C%2FD%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2COAAO%3BAACP%2CoBAAqB%2CQAAO%3BEAAa%2CwBAAA%3B%3BAAEzC%2CQAAQ%2CKAAK%2CSAAU%2CSAAQ%2CKAAK%3BEAAS%2CyBAAA%3B%3BAAC7C%2CQAAQ%2CKAAK%2CMAAO%2CMAAK%3BEAAS%2CwBAAA%3B%3BAAClC%2CQAAQ%2CKAAK%2CMAAO%2CMAAK%3BEAAW%2CyBAAA%3BEAA2B%2CmBAAA%3B%3BAAE%5C%2FD%2CqBAAsB%2CmBAAmB%3BEACrC%2C0BAAA%3BEACA%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CqBAAsB%2CmBAAmB%2C8BAA8B%3BEACnE%2C0BAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CqBAAsB%2CmBAAmB%2C8BAA8B%3BEAAK%2CyBAAA%3B%3BAAE5E%2CqBAAsB%2CmBAAmB%2CSAAQ%3BEAC7C%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CqBAAsB%2CmBAAmB%2CSAAQ%2CUAAW%3BAAC5D%2CqBAAsB%2CmBAAmB%2CSAAQ%2CUAAW%3BEACxD%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CqBAAsB%2CmBAAmB%2CSAAQ%2CUAAW%3BEAAI%2CoBAAA%3B%3BAAGhE%2CsBAEI%2CcAAc%3BAAFlB%2CsBAGI%2CcAAc%2CkBAAkB%3BAAHpC%2CsBAII%2CcAAc%2CkBAAkB%3BAAJpC%2CsBAKI%2CcAAc%2CkBAAkB%3BEAC5B%2CyBAAA%3BEACA%2C8BAAA%3BEACA%2CuBAAA%3BEACA%2C4BAAA%3B%3BAATR%2CsBAYI%2CcAAc%2CkBAAkB%2CMAAM%3BEAClC%2CyBAAA%3BEACA%2CuBAAA%3BEACA%2C2BAAA%3BEACA%2CqBAAA%3BEACA%2C8BAAA%3BEACA%2C4BAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAApBR%2CsBAuBI%2CcAAc%2CkBAAkB%2CMAAM%2COAAO%3BEACzC%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3B%3BAAKR%2CaAAc%3BEACV%2CwBAAA%3BEACA%2CkCAAA%3B%3BAAGJ%2CaAAc%2CYAAY%3BEAAU%2CcAAA%3B%3BAAEpC%2CaAAc%2CYAAY%2CQAAU%3BAACpC%2CaAAc%2CYAAY%2CQAAU%3BEAChC%2CaAAa%2CwBAAb%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CaAAc%2CYAAY%2CSAAS%3BAACnC%2CaAAc%2CYAAY%2CSAAS%3BAACnC%2CaAAc%2CYAAY%2CSAAS%2CQAAU%3BAAC7C%2CaAAc%2CYAAY%2CSAAS%3BEAC%5C%2FB%2CaAAa%2CwBAAb%3BEACA%2C2BAAA%3BEACA%2C0BAAA%3BEACA%2CgBAAA%3BEACA%2CiCAAA%3BEACA%2CcAAA%3BEACA%2C4BAAA%3B%3BAAmLJ%2CQA%5C%2FK2B%3BEAEvB%3BIACI%2C2BAAA%3BIACA%2CqBAAA%3BIAEA%2CsBAAA%3B%3BIACA%2C2BAAA%3BIAEA%2CqBAAA%3BIACA%2CqBAAA%3BIACA%2C2BAAA%3B%3BEAGJ%3BEACA%3BIACI%2C6BAAA%3BIACA%2CwBAAA%3B%3BEAGJ%2CIAAI%3BIACA%2CSAAS%2CEAAT%3BIACA%2CeAAA%3BIACA%2COAAA%3BIACA%2CQAAA%3BIACA%2CSAAA%3BIACA%2CKAAK%2CqBAAL%3BIAEA%2CqCAAA%3BIACA%2CiBAAiB%2CSAAjB%3BIACA%2CyBAAyB%2CSAAzB%3BIAEA%2CaAAA%3BIAEA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CoBAAA%3BIACA%2CwDAAA%3B%3BEAGJ%2CIAAI%2CIAAI%2C2CAA2C%3BIAC%5C%2FC%2CUAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3B%3BEAGJ%2CaAAc%2CYAAY%2CGAAE%3BIACxB%2C2BAAA%3B%3BEAGJ%2CaAAc%2CYAAY%2CGAAE%2COAAU%2CKAAE%3BIACpC%2CwBAAA%3B%3BEAGJ%2CaAAc%2CYAAY%2CGAAE%2COAAO%2CMAAS%2CKAAE%3BIAE1C%2CwBAAA%3BIAEA%2C6BAAA%3BIACA%2CoBAAA%3BIACA%2CkBAAA%3BIACA%2CuBAAA%3BIACA%2CaAAa%2CgBAAb%3BIAEA%2C6BAAA%3BIAEA%2CgBAAA%3BIACA%2C2CAAA%3BIAEA%2CwBAAA%3BIAEA%2CQAAQ%2CmBAAR%3BIACA%2CYAAY%2CmBAAZ%3BIACA%2C2BAAA%3BIAEA%2CuBAAuB%2CqBAAqB%2CUAAU%2COAAO%2CgCAA7D%3BIAEA%2CoBAAoB%2CsBAApB%3BIACA%2CiCAAA%3BIAEA%2CYAAY%2CoBAAZ%3BIACA%2CSAAS%2CoBAAT%3BIAEA%2C6BAAA%3BIACA%2C%2BBAAA%3BIAEA%2C2BAAA%3BIAEA%2CmCAAA%3BIACA%2C%2BBAAA%3B%3BEAGJ%3BIACI%3BMAAO%2CUAAA%3BMAAY%2CWAAW%2CgBAAX%3B%3BIACnB%3BMAAO%2CUAAA%3BMAAY%2CWAAW%2CaAAX%3B%3B%3BEAGvB%2CaAAc%2CYAAY%2CGAAE%2COAAO%2CMAAS%2CKAAE%2CQAAQ%3BIAClD%2CSAAS%2CEAAT%3BIACA%2CyBAAA%3BIAEA%2CkBAAA%3BIACA%2CgBAAA%3BIAEA%2C8BAAA%3BIACA%2CgCAAA%3BIAEA%2C0DAAA%3BIACA%2CeAAe%2C0BAAf%3BIAEA%2C4BAAA%3BIACA%2CgCAAA%3BIACA%2CwBAAA%3BIAEA%2CUAAA%3BIACA%2CoBAAA%3B%3BEAGJ%2CaAAc%2CYAAY%2CGAAE%2COAAO%2CMAAS%2CKAAE%2CQAAW%3BIACrD%2CsBAAA%3BIACA%2CsBAAA%3BIACA%2C0BAAA%3BIACA%2CsBAAA%3BIAEA%2CyBAAA%3BIAEA%2CkCAAA%3BIACA%2CoBAAA%3BIACA%2C2BAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3B%3BEAGJ%2CaAAc%2CYAAY%2CGAAE%2COAAO%2CMAAS%2CKAAE%2CQAAW%2CKAAK%3BEAC9D%2CaAAc%2CYAAY%2CGAAE%2COAAO%2CMAAS%2CKAAE%2CQAAW%2CKAAK%2CIAAC%3BIAC3D%2CyBAAA%3BIACA%2CyBAAA%3BIACA%2CoBAAA%3BIAEA%2C2BAAA%3BIACA%2C0BAAA%3B%3BIACA%2CiBAAA%3BIACA%2C8BAAA%3B%3BEAGJ%2CaAAc%2CYAAY%2CGAAE%2COAAO%2CMAAS%2CKAAE%2CQAAS%3BIACnD%2CwBAAA%3B%3BEAKA%2CaAAc%2CYAAY%2CGAAE%2COAAO%2CeAAe%2CEAAQ%2CMAAS%2CKAAE%2CQAAQ%3BIACzE%2CUAAA%3BIACA%2CsBAAsB%2CwCAAtB%3B%3BEAFJ%2CaAAc%2CYAAY%2CGAAE%2COAAO%2CeAAe%2CEAAQ%2CMAAS%2CKAAE%2CQAAQ%3BIACzE%2CUAAA%3BIACA%2CsBAAsB%2CyCAAtB%3B%3BEAFJ%2CaAAc%2CYAAY%2CGAAE%2COAAO%2CeAAe%2CIAAQ%2CMAAS%2CKAAE%2CQAAQ%3BIACzE%2CUAAA%3BIACA%2CsBAAsB%2C6CAAtB%3B%3BEAFJ%2CaAAc%2CYAAY%2CGAAE%2COAAO%2CeAAe%2CIAAQ%2CMAAS%2CKAAE%2CQAAQ%3BIACzE%2CUAAA%3BIACA%2CsBAAsB%2C4CAAtB%3B%3BEAFJ%2CaAAc%2CYAAY%2CGAAE%2COAAO%2CeAAe%2CIAAQ%2CMAAS%2CKAAE%2CQAAQ%3BIACzE%2CUAAA%3BIACA%2CsBAAsB%2CiDAAtB%3B%3BEAFJ%2CaAAc%2CYAAY%2CGAAE%2COAAO%2CeAAe%2CIAAQ%2CMAAS%2CKAAE%2CQAAQ%3BIACzE%2CUAAA%3BIACA%2CsBAAsB%2CsCAAtB%3B%3BEAFJ%2CaAAc%2CYAAY%2CGAAE%2COAAO%2CeAAe%2CEAAQ%2CMAAS%2CKAAE%2CQAAQ%3BIACzE%2CUAAA%3BIACA%2CsBAAsB%2CwDAAtB%3B%3BEAFJ%2CaAAc%2CYAAY%2CGAAE%2COAAO%2CeAAe%2CEAAQ%2CMAAS%2CKAAE%2CQAAQ%3BIACzE%2CUAAA%3BIACA%2CsBAAsB%2C8CAAtB%3B%3BEAFJ%2CaAAc%2CYAAY%2CGAAE%2COAAO%2CeAAe%2CEAAQ%2CMAAS%2CKAAE%2CQAAQ%3BIACzE%2CUAAA%3BIACA%2CsBAAsB%2CgDAAtB%3B%3BEAFJ%2CaAAc%2CYAAY%2CGAAE%2COAAO%2CeAAe%2CEAAQ%2CMAAS%2CKAAE%2CQAAQ%3BIACzE%2CUAAA%3BIACA%2CsBAAsB%2CwCAAtB%3B%3BEAFJ%2CaAAc%2CYAAY%2CGAAE%2COAAO%2CeAAe%2CGAAQ%2CMAAS%2CKAAE%2CQAAQ%3BIACzE%2CUAAA%3BIACA%2CsBAAsB%2C4CAAtB%3B%3BEAFJ%2CaAAc%2CYAAY%2CGAAE%2COAAO%2CeAAe%2CGAAQ%2CMAAS%2CKAAE%2CQAAQ%3BIACzE%2CUAAA%3BIACA%2CsBAAsB%2CyCAAtB%3B%3BEAFJ%2CaAAc%2CYAAY%2CGAAE%2COAAO%2CeAAe%2CGAAQ%2CMAAS%2CKAAE%2CQAAQ%3BIACzE%2CUAAA%3BIACA%2CsBAAsB%2CgDAAtB%3B%3BEAFJ%2CaAAc%2CYAAY%2CGAAE%2COAAO%2CeAAe%2CIAAQ%2CMAAS%2CKAAE%2CQAAQ%3BIACzE%2CUAAA%3BIACA%2CsBAAsB%2CqDAAtB%3B%3BEAFJ%2CaAAc%2CYAAY%2CGAAE%2COAAO%2CeAAe%2CIAAQ%2CMAAS%2CKAAE%2CQAAQ%3BIACzE%2CUAAA%3BIACA%2CsBAAsB%2CuDAAtB%3B%3BEAFJ%2CaAAc%2CYAAY%2CGAAE%2COAAO%2CeAAe%2CIAAQ%2CMAAS%2CKAAE%2CQAAQ%3BIACzE%2CUAAA%3BIACA%2CsBAAsB%2C0CAAtB%3B%3B%3B%3B%3B%3B%3BAgBhdZ%3B%3B%3B%3B%3BAAAA%2CsBAGI%3BEACI%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3B%3BAARR%2CsBAWI%2CaAAa%3BEACT%2CSAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAdR%2CsBAkBI%3BEACI%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3B%3BAAvBR%2CsBA0BI%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAA7BR%2CsBAiCI%3BEACI%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3B%3B%3BAAqBR%2CQAhB2B%3BEACvB%2CsBACI%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAHR%2CsBAKI%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAPR%2CsBASI%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3B%3BAhBkbZ%2CsBAEI%3BEACI%2CwBAAA%3BEACA%2C6BAA6B%2CcAA7B%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BAANR%2CsBASI%3BEACI%2CyBAAA%3BEACA%2CuBAAA%3BEACA%2C2BAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3B%3B%3BAAhBR%2CsBAmBI%2CQAAO%3BEACH%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3B%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAxBR%2CsBA2BI%2CcAAc%2COAAM%3BAA3BxB%2CsBA4BI%2CcAAc%3BEACV%2CsBAAA%3BEACA%2C0BAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAjCR%2CsBAoCI%2CQAAO%2CKACH%3BAArCR%2CsBAoCI%2CQAAO%2CKAEH%2CUAAS%3BEACL%2CWAAA%3BEACA%2CWAAA%3B%3BAAxCZ%2CsBA4CI%2CeACI%3BEACI%2CaAAA%3BEACA%2CuBAAuB%2CUAAU%2CeAAjC%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAlDZ%2CsBA4CI%2CeASI%3BEACI%2CWAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAWZ%2CQAN2B%3BEACvB%2CsBAAuB%2CeAAe%3BIAClC%2CuBAAuB%2CUAAU%2CeAAjC%3B%3B%3BAAoBR%2CQAhB2B%3BEACvB%2CsBAAuB%3BIACnB%2C6BAA6B%2CcAA7B%3BIACA%2CSAAA%3B%3BEAGJ%2CsBAAuB%3BIACnB%2CuBAAA%3BIACA%2C2BAAA%3B%3BEAGJ%2CsBAAuB%2CeAAe%3BIAClC%2CuBAAuB%2CUAAU%2CeAAjC%3B%3B%3BAAsBR%2CQAlB0B%3BEACtB%2CsBAAuB%3BIACnB%2CyBAAA%3B%3BEAGJ%2CsBAAuB%3BIACnB%2CsBAAA%3BIACA%2C0BAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2CsBAAuB%2CeAAe%3BIAClC%2CuBAAuB%2CUAAU%2CeAAjC%3B%3B%3BAAKR%2CaAAgB%3BEACZ%2CyBAAA%3BEACA%2CsBAAA%3BEAEA%2C4BAAA%3BEACA%2C4BAAA%3BEACA%2C6BAAA%3BEAEA%2C6BAAA%3BEACA%2C8BAAA%3BEACA%2C4BAAA%3BEAEA%2CsBAAA%3B%3BAAGJ%2CaAAgB%2CeAAa%3BEACzB%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3B%3BAASJ%2CQAN2B%3BEACvB%2CaAAgB%3BIACZ%2C6BAAA%3BIACA%2C8BAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAiB5iBJ%2CgBALsC%3BECMtC%2CiCAzBA%3BECuLA%2C0BACI%2CcDxLJ%3BIACI%2CWAAA%3BIACA%2CWAAA%3BIACA%2CoBAAA%3B%3BEAEA%2CiCALJ%2CGAKK%3BECkLL%2C0BACI%2CcDxLJ%2CGAKK%3BIACG%2CSAAS%2CIAAT%3B%3BEAmBR%2CiCAfA%3BEC6KA%2C0BACI%2CcD9KJ%3BIACI%2CqBAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CqBAAA%3B%3BEA%2BBJ%3BIACI%2CWAAA%3B%3BEA4BJ%3BEEgDA%2COACI%2CgBACI%2CeAGI%3BECgPZ%2CgBAGI%3BEAqEJ%2CQACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%3BECzVhB%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%3BECyOhB%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%3BEANhB%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%3BIL7RhB%2CYAAA%3B%3BEAEA%2CoBAAC%2CUAAU%3BEE2DX%2COACI%2CgBACI%2CeAGI%2CKFhEX%2CUAAU%3BEGgTX%2CgBAGI%2COHnTH%2CUAAU%3BEGwXX%2CQACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CKH9Xf%2CUAAU%3BEIqCX%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CKJ3Cf%2CUAAU%3BEKoRX%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CKL3Rf%2CUAAU%3BEKqRX%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CKL3Rf%2CUAAU%3BIACP%2CWAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CoBAAC%2CUAAU%3BEEsDX%2COACI%2CgBACI%2CeAGI%2CKF3DX%2CUAAU%3BEG2SX%2CgBAGI%2COH9SH%2CUAAU%3BEGmXX%2CQACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CKHzXf%2CUAAU%3BEIgCX%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CKJtCf%2CUAAU%3BEK%2BQX%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CKLtRf%2CUAAU%3BEKgRX%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CKLtRf%2CUAAU%3BIACP%2CYAAA%3B%3BEAyNJ%3BEMxKI%2COAAO%2CKAAM%2CyBACT%3BECjCR%2CyBACI%2CQAAO%3BECwOH%2COAAO%2CKAAM%2CcADjB%3BEAoBA%2CKAAC%2CcAsCG%2CcACI%3BECrGZ%2CaAEI%3BEADJ%2CKAAK%2CcAAe%2CcAChB%3BERvFA%2COAAO%2CKAAM%2CiCACT%3BESlNR%2CmBACI%2CUAAU%3BEADd%2CmBAEI%3BECsFA%2COAAO%2CKAAM%2CeACT%3BECyOR%2CqBASI%2CMACI%2CqBACI%3BIZvCZ%2CcAAA%3B%3BEA%2BDA%3BEAkFgB%2CuBAXZ%2CUASI%2CYACI%2CQACK%3BEClQjB%2CwBDuPI%2CUASI%2CYACI%2CQACK%3BECjQjB%2CuBDsPI%2CUASI%2CYACI%2CQACK%3BEatajB%2CqBb2ZI%2CUASI%2CYACI%2CQACK%3BEI9UjB%2CmBJmUI%2CUASI%2CYACI%2CQACK%3BEc3ajB%2CKAAK%2CKAAK%2COdgaN%2CUASI%2CYACI%2CQACK%3BIAjFb%2CkBAAA%3BIACA%2CQAAA%3B%3BEAuEQ%2CuBAFR%2CUACI%2COACK%2CIAAI%2CSACD%3BEC1PhB%2CwBDuPI%2CUACI%2COACK%2CIAAI%2CSACD%3BECzPhB%2CuBDsPI%2CUACI%2COACK%2CIAAI%2CSACD%3BEa9ZhB%2CqBb2ZI%2CUACI%2COACK%2CIAAI%2CSACD%3BEItUhB%2CmBJmUI%2CUACI%2COACK%2CIAAI%2CSACD%3BEcnahB%2CKAAK%2CKAAK%2COdgaN%2CUACI%2COACK%2CIAAI%2CSACD%3BIACI%2CUAAA%3B%3BEAyBpB%3BEe1SA%2CSACI%3BEC9HI%2COAAO%2CIAAI%2CeAAgB%2CKAD%5C%2FB%3BEAEI%2COAAO%2CIAAI%2CqBAAsB%2CKAFrC%3BEboXI%2CgBADJ%2CUACK%3BIRnIT%2CkBAAA%3B%3BEK6OA%3BEiB3XA%3BECgDA%2CaAOI%3BEf4TJ%3BEgB7bA%2CsBACI%3BIxBrDJ%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAiBA%2CyBAAC%3BEACD%2CyBAAC%3BEK8%5C%2FBD%2CkBL%5C%2F%5C%2FBC%3BEK%2B%5C%2FBD%2CkBL9%5C%2FBC%3BEWmFD%2CwBAKI%2CeXzFH%3BEWoFD%2CwBAKI%2CeXxFH%3BEWoID%2CiCXrIC%3BEWqID%2CiCXpIC%3BEW0JD%2CkBX3JC%3BEW2JD%2CkBX1JC%3BEO6FD%2CkBAWI%2CePzGH%3BEO8FD%2CkBAWI%2CePxGH%3BEO6GD%2COACI%2CgBACI%2CePhHP%3BEO8GD%2COACI%2CgBACI%2CeP%5C%2FGP%3BEa6RD%2Ceb9RC%3BEa8RD%2Ceb7RC%3BEQkWD%2CgBRnWC%3BEQmWD%2CgBRlWC%3BEQ0aD%2CQACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeR9aX%3BEQ2aD%2CQACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeR7aX%3BEQ4bD%2CqBACI%2COAAM%2CUR9bT%3BEQ6bD%2CqBACI%2COAAM%2CUR7bT%3BEM0KD%2C0BACI%2CcN5KH%3BEM2KD%2C0BACI%2CcN3KH%3BEyByLD%2CcACI%2CQzB3LH%3BEyB0LD%2CcACI%2CQzB1LH%3BEyB%2BLD%2CMACI%2CeACI%2CSzBlMP%3BEyBgMD%2CMACI%2CeACI%2CSzBjMP%3BE0B6VD%2C0B1B9VC%3BE0B8VD%2C0B1B7VC%3BEgBoCD%2CcAKI%2CehB1CH%3BEgBqCD%2CcAKI%2CehBzCH%3BESuFD%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeT3FX%3BESwFD%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeT1FX%3BEUsUD%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeV3UX%3BEUuUD%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeV1UX%3BEUuUD%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeV3UX%3BEUwUD%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeV1UX%3BE2B0RG%2COAAC%2CQ3B3RJ%3BE2B2RG%2COAAC%2CQ3B1RJ%3BE2BgSD%2CYAQI%2CQAAO%2CM3BzSV%3BE2BiSD%2CYAQI%2CQAAO%2CM3BxSV%3BEQ0aD%2CQAaI%2CSRxbH%3BEQ2aD%2CQAaI%2CSRvbH%3BEMsKD%2C6BNvKC%3BEMuKD%2C6BNtKC%3BE0BybD%2CyB1B1bC%3BE0B0bD%2CyB1BzbC%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CyBAAC%3BEKy%5C%2FBD%2CkBLz%5C%2FBC%3BEW8ED%2CwBAKI%2CeXnFH%3BEW%2BHD%2CiCX%5C%2FHC%3BEWqJD%2CkBXrJC%3BEOwFD%2CkBAWI%2CePnGH%3BEOwGD%2COACI%2CgBACI%2CeP1GP%3BEawRD%2CebxRC%3BEQ6VD%2CgBR7VC%3BEQqaD%2CQACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeRxaX%3BEQubD%2CqBACI%2COAAM%2CURxbT%3BEMqKD%2C0BACI%2CcNtKH%3BEyBoLD%2CcACI%2CQzBrLH%3BEyB0LD%2CMACI%2CeACI%2CSzB5LP%3BE0BwVD%2C0B1BxVC%3BEgB%2BBD%2CcAKI%2CehBpCH%3BESkFD%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeTrFX%3BEUiUD%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeVrUX%3BEUkUD%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeVrUX%3BE2BqRG%2COAAC%2CQ3BrRJ%3BE2B2RD%2CYAQI%2CQAAO%2CM3BnSV%3BEQqaD%2CQAaI%2CSRlbH%3BEMiKD%2C6BNjKC%3BE0BobD%2CyB1BpbC%3BIACG%2CWAAA%3B%3BEK8hBJ%3BEuBrfA%2COAAO%3BEAMP%3BEAWA%3BIvB0dA%2CsBAAA%3B%3BEAsBA%3BEwB5gBA%3BIxBsfA%2CsBAAA%3B%3BEAgCA%2C8BACI%2CUACM%3BEAFV%2C8BACI%2CUAEI%2CQAAU%3BEyBVlB%2CiBzBQI%2CUACM%3BEyBTV%2CiBzBQI%2CUAEI%2CQAAU%3BIL1UlB%2CgBAAA%3B%3BE%2BBulBA%2C8B1B%5C%2FQI%2CUACM%2CS0B8QT%2CIAAI%2CSACC%3BEADN%2C8B1B%5C%2FQI%2CUAEI%2CQAAU%2CS0B6QjB%2CIAAI%2CSACC%3BEDxRN%2CiBzBQI%2CUACM%2CS0B8QT%2CIAAI%2CSACC%3BEDxRN%2CiBzBQI%2CUAEI%2CQAAU%2CS0B6QjB%2CIAAI%2CSACC%3BIACE%2CuBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIA4FR%2CgBAAA%3BIANA%2CUAAA%3B%3BEA1FA%2C8B1B%5C%2FQI%2CUACM%2CS0B8QT%2CIAAI%2CSAeC%3BEAfN%2C8B1B%5C%2FQI%2CUAEI%2CQAAU%2CS0B6QjB%2CIAAI%2CSAeC%3BEDtSN%2CiBzBQI%2CUACM%2CS0B8QT%2CIAAI%2CSAeC%3BEDtSN%2CiBzBQI%2CUAEI%2CQAAU%2CS0B6QjB%2CIAAI%2CSAeC%3BIACE%2CWAAA%3BIACA%2CWAAA%3B%3BE1BjSR%2C8BACI%2CUACM%2CS0B2KR%3BE1B7KF%2C8BACI%2CUAEI%2CQAAU%2CS0B0KhB%3BEDpLF%2CiBzBQI%2CUACM%2CS0B2KR%3BEDpLF%2CiBzBQI%2CUAEI%2CQAAU%2CS0B0KhB%3BI%5C%2FBpfF%2CeAAA%3BI%2BBwfI%2CqBAAA%3B%3BEA6HA%2C8B1B7SA%2CUACM%2CS0B0ST%2COAEI%3BEAAD%2C8B1B7SA%2CUAEI%2CQAAU%2CS0BySjB%2COAEI%3BEAAD%2C8B1B7SA%2CUACM%2CS0B2ST%2CSACI%3BEAAD%2C8B1B7SA%2CUAEI%2CQAAU%2CS0B0SjB%2CSACI%3BEDrTL%2CiBzBQI%2CUACM%2CS0B0ST%2COAEI%3BEDrTL%2CiBzBQI%2CUAEI%2CQAAU%2CS0BySjB%2COAEI%3BEDrTL%2CiBzBQI%2CUACM%2CS0B2ST%2CSACI%3BEDrTL%2CiBzBQI%2CUAEI%2CQAAU%2CS0B0SjB%2CSACI%3BIACG%2CaAAA%3B%3BE1BzSI%2C8BALR%2CUACM%2CSAIG%2CIAAI%2CcAAc%3BEAAnB%2C8BALR%2CUAEI%2CQAAU%2CSAGL%2CIAAI%2CcAAc%3BEyBb%5C%2FB%2CiBzBQI%2CUACM%2CSAIG%2CIAAI%2CcAAc%3BEyBb%5C%2FB%2CiBzBQI%2CUAEI%2CQAAU%2CSAGL%2CIAAI%2CcAAc%3BIACf%2CgBAAA%3B%3BEA2YhB%3BE2B98BA%3BEC6FA%2CQAAS%2COAAM%2COAAQ%2COACnB%2CMAAK%2CIAAI%2CkBAAkB%2CIAAI%3BI5Bg2BnC%2CaAAA%3B%3BEAkEA%3BEGplBA%2CQAaI%3BEFjRJ%3BEoBmRA%3BIrBskBI%2CmBAAA%3BIACA%2CkBAAA%3B%3BEAFJ%2CkBAKI%3BEGzlBJ%2CQAaI%2CSH4kBA%3BEC71BJ%2C6BD61BI%3BEqB1kBJ%2CyBrB0kBI%3BIACI%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEARR%2CkBAWI%3BEG%5C%2FlBJ%2CQAaI%2CSHklBA%3BECn2BJ%2C6BDm2BI%3BEqBhlBJ%2CyBrBglBI%3BIACI%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAhBR%2CkBAmBI%3BEGvmBJ%2CQAaI%2CSH0lBA%3BEC32BJ%2C6BD22BI%3BEqBxlBJ%2CyBrBwlBI%3BIACI%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEA4ER%3BEEngCA%3BEMgMA%2CeAEI%3BECjBJ%2CeACI%3BITk1BA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAHJ%2CgCAKI%3BEExgCJ%2CkBFwgCI%3BEQx0BJ%2CeAEI%2CWRs0BA%3BESv1BJ%2CeACI%2CgBTs1BA%3BIACI%2CiBAAA%3B%3BEAIA%2CgCADJ%2CQACK%3BEACD%2CgCAFJ%2CQAEK%3BEE9gCT%2CkBF4gCI%2CQACK%3BEE7gCT%2CkBF4gCI%2CQAEK%3BEQ90BT%2CeAEI%2CWR00BA%2CQACK%3BEQ70BT%2CeAEI%2CWR00BA%2CQAEK%3BES71BT%2CeACI%2CgBT01BA%2CQACK%3BES51BT%2CeACI%2CgBT01BA%2CQAEK%3BIACG%2CiBAAA%3B%3BEAGJ%2CgCANJ%2CQAMK%3BEElhCT%2CkBF4gCI%2CQAMK%3BEQl1BT%2CeAEI%2CWR00BA%2CQAMK%3BESj2BT%2CeACI%2CgBT01BA%2CQAMK%3BIACG%2CWAAA%3B%3BE6BvnCZ%3BIlC0PA%2CeAAA%3BIAAA%2CmBAAA%3B%3BE4B%5C%2FNA%3BEACA%3BEACA%2CYAAa%2CQAAO%3BEACpB%2COAAO%3BEACP%2COAAO%3BEACP%2CaAAgB%3BEAChB%2CaAAgB%3BEAChB%2CMAAM%2CSAAS%3BEACf%3BEACA%3BIACI%2CsBAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3B%3BEAGJ%3BIACI%2CWAAA%3B%3BEAGJ%3BIACI%2CcAAA%3B%3BEAGJ%2COAAO%3BIAGH%2CiBAAA%3B%3BEOrDA%2CCAAC%2CmBAAwB%2CQPkDtB%3BI5BoMP%2CWAAA%3BIAgKA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEmCrZL%2CCAAC%2CoBAAyB%2CQP%2BCvB%3BI5BoMP%2CmBAAA%3BImC9KA%2CqBAAA%3BInC8UA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEmClZL%2CCAAC%2CyBAA%2BB%2CQP4C7B%3BI5BoMP%2CmBAAA%3BImClLA%2CYAAA%3BInCkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEmC%5C%2FYL%2CCAAC%2C0BAAgC%2CQPyC9B%3BI5BoMP%2CmBAAA%3BImCtLA%2CWAAA%3BInCsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BE4BhWT%3BIAEI%2CiBAAA%3B%3BEO3CA%2CCAAC%2CoBAAyB%3BInCuO9B%2CmBAAA%3BImCtLA%2CWAAA%3BInCsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEmCtYL%2CCAAC%2CyBAA%2BB%3BInCoOpC%2CmBAAA%3BImCtLA%2CWAAA%3BInCsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEmCnYL%2CCAAC%2C0BAAgC%3BInCiOrC%2CmBAAA%3BImCtLA%2CWAAA%3BInCsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BE4B1VT%2C2BAA4B%3BIACxB%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%3BIAEI%2CYAAA%3BIACA%2CgBAAA%3B%3BEO3CA%2CCAAC%2CoBAAyB%3BInC2N9B%2CmBAAA%3BImClLA%2CYAAA%3BInCkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEmC1XL%2CCAAC%2CyBAA%2BB%3BInCwNpC%2CmBAAA%3BImClLA%2CYAAA%3BInCkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEmCvXL%2CCAAC%2C0BAAgC%3BInCqNrC%2CmBAAA%3BImClLA%2CYAAA%3BInCkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BE4B9UT%2C0BACI%3BIACI%2CgBAAA%3B%3BEAFR%2C0BAKI%3BIACI%2CWAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEAIR%2CMAAM%3BIACF%2CkBAAA%3B%3BEQ6IJ%3BIACI%2CaAAA%3B%3BEAGJ%3BIpCiJA%2CsBAAA%3BIACQ%2CcAAA%3BIAMR%2CwBAAA%3BIACQ%2CgBAAA%3BIoCtJJ%2CmBAAA%3B%3BEAGJ%3BIACI%2CaAAA%3B%3BEAGJ%2C0BAA6B%3BIACzB%2CaAAA%3B%3BEAGJ%2C0BACM%3BIACE%2CcAAA%3B%3BECXR%3BIrCSA%2CmBAAA%3BIAAA%2CgBAAA%3BIqCJI%2CeAAA%3BIACA%2CUAAA%3BIACA%2CiBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAEA%2CWAAC%3BIACG%2CaAAA%3B%3BEAfR%2CWAkBI%3BIACI%2CaAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3B%3BEAtBR%2CWAyBI%2CGAAE%3BIrChBN%2CgBAAA%3B%3BEqCTA%2CWA6BI%2CGAAE%3BIACE%2CkBAAA%3B%3BEA9BR%2CWAiCI%3BIrCxBJ%2CkBAAA%3BIqC0BQ%2CqBAAA%3BIACA%2CkBAAA%3B%3BEAEA%2CWALJ%2CQAKK%3BIACG%2CeAAA%3BIACA%2CgBAAA%3B%3BEAIA%2CWAXR%2CQAUK%2CMACI%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CQAAQ%2CgBAAR%3BIACA%2CUAAA%3B%3BEApDhB%2CWAiCI%2CQAuBM%3BIrC%5C%2FCV%2CcAAA%3BIAAA%2CiBAAA%3BIAAA%2CeAAA%3BIAAA%2CqBAAA%3BIqCsDY%2CsBAAA%3BIACA%2CkBAAA%3BIACA%2CqBAAA%3B%3BEAEA%2CWAlCR%2CQAuBM%2CaAWG%3BEAAQ%2CWAlCjB%2CQAuBM%2CaAWY%3BIrC1DtB%2CWAAA%3BIAAA%2CqBAAA%3B%3BEqCkEQ%2CWA1CJ%2CQA0CK%2COAEK%3BEADN%2CWA3CJ%2CQA2CK%2CWACK%3BIrCpEd%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CqBAAA%3BIAAA%2CWAAA%3BIAAA%2CqBAAA%3BIqC2EgB%2CqBAAA%3B%3BEAIR%2CWAvDJ%2CQAuDK%2COAAO%2CMAAS%3BIACb%2C4BAAA%3B%3BEAGJ%2CWA3DJ%2CQA2DK%2COACK%3BIACE%2CmBAAA%3B%3BEAFR%2CWA3DJ%2CQA2DK%2COACK%2CaAGI%3BIACE%2CkBAAA%3BIACA%2CQAAA%3BIrCzFpB%2CqBAAA%3BIsChOA%2CqBAAA%3B%3BEDmTQ%2CWA3DJ%2CQA2DK%2COACK%2CaAGI%2CgBCnGhB%3BItChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEsC2CA%2CWDkPI%2CQA2DK%2COACK%2CaAGI%2CgBCjTjB%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BItC9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSuC9NQ%2COvC8NR%3BIAAA%2CawCzRe%2CmBxCyRf%3BIAAA%2CsBAAA%3BIsCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEDlFA%2CWAiCI%2CQA8EI%3BIrCtGR%2CgBAAA%3BIAAA%2CyBAAA%3BIAAA%2CyCAAA%3BIAAA%2CgBAAA%3BIAAA%2CgBAAA%3BIAAA%2CUAAA%3BIqC8GY%2CaAAA%3BIACA%2COAAA%3BIACA%2CoBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIrClHZ%2CgBAAA%3B%3BEqCTA%2CWAiCI%2CQA8EI%2CSAyIF%3BIrC%5C%2FON%2CgBAAA%3B%3BEqCkPQ%2CWA1NJ%2CQA8EI%2CSAyIF%2CKAGG%3BEACD%2CWA3NJ%2CQA8EI%2CSAyIF%2CKAIG%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CWAlOJ%2CQA8EI%2CSAyIF%2CKAWG%3BIrC1PT%2CWAAA%3BIAAA%2CUAAA%3BIAAA%2CUAAA%3BIA8CA%2C8BAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIAhDA%2CyBAAA%3BIqC%2BPY%2CUAAA%3B%3BEAGJ%2CWA1OJ%2CQA8EI%2CSAyIF%2CKAmBG%3BIrCpNT%2C8BAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIAhDA%2C4BAAA%3BIAAA%2CcAAA%3BIAAA%2CUAAA%3BIAAA%2CUAAA%3BIqCuQY%2CUAAA%3B%3BEA3IA%2CWApGR%2CQA8EI%2CSAsBK%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2COAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3B%3BEA7IhB%2CWAiCI%2CQA8EI%2CSAiCI%3BIACI%2CcAAA%3BIACA%2CoBAAA%3BIrCzIhB%2CcAAA%3BIAAA%2CiBAAA%3B%3BEqCgJgB%2CWAxHZ%2CQA8EI%2CSAiCI%2CEASK%3BEACD%2CWAzHZ%2CQA8EI%2CSAiCI%2CEAUK%3BIrCjJjB%2CmBAAA%3BIAAA%2CWAAA%3BIAAA%2CqBAAA%3B%3BEqCTA%2CWAiCI%2CQA8EI%2CSAmDI%2CQAAU%3BIrCzJtB%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CuBAAA%3B%3BEqCTA%2CWAiCI%2CQA8EI%2CSA4DI%3BIACI%2CSAAA%3BIACA%2CqBAAA%3B%3BEA7KhB%2CWAiCI%2CQA8EI%2CSAiEI%3BIACI%2CqBAAA%3BIACA%2CWAAA%3B%3BEAlLhB%2CWAiCI%2CQA8EI%2CSAsEI%3BIACI%2CSAAA%3BIACA%2CkBAAA%3B%3BEAEA%2CWAxJZ%2CQA8EI%2CSAsEI%2CGAIK%2COACK%2CIACI%3BIACE%2CkBAAA%3BIACA%2CUAAA%3BIrCpL5B%2CqBAAA%3BIsChOA%2CqBAAA%3B%3BEDgZgB%2CWAxJZ%2CQA8EI%2CSAsEI%2CGAIK%2COACK%2CIACI%2CgBC9LxB%3BItChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEsC2CA%2CWDkPI%2CQA8EI%2CSAsEI%2CGAIK%2COACK%2CIACI%2CgBC5YzB%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BItC9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSuCxPQ%2COvCwPR%3BIAAA%2CawCzRe%2CmBxCyRf%3BIAAA%2CsBAAA%3BIsCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BED0HQ%2CWA3KJ%2CQA2KK%3BIACG%2CkBAAA%3BIrCpMZ%2CqBAAA%3BIsChOA%2CqBAAA%3B%3BEAMA%2CWDkPI%2CQA2KK%2CKC7ZR%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BItC9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CSuCzPgB%2COvCyPhB%3BIAAA%2CawCzRe%2CmBxCyRf%3BIAAA%2CsBAAA%3BIsCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEDkIY%2CWAnLR%2CQA2KK%2CKAQI%3BIACG%2CaAAA%3B%3BEAGJ%2CWAvLR%2CQA2KK%2CKAYI%3BIACG%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CWA9LR%2CQA2KK%2CKAmBI%2CMAAS%3BIACN%2C4BAAA%3B%3BEApBR%2CWA3KJ%2CQA2KK%2CKAuBG%3BIACI%2CcAAA%3B%3BEDnNhB%2CMAAM%2COACF%3BEADJ%2CMAAM%2COAEF%3BIACI%2CqBAAA%3B%3BEhB9HR%2CSAKM%3BIpB8GN%2CgBAAA%3BI%2BBwcA%2CsBAAA%3BIXpjBQ%2CgBAAA%3B%3BEAPR%2CSAKM%2CSWuvBJ%3BIAoDF%2CSAAA%3B%3BE%5C%2FBj7BA%2CSoBsIM%2CSpBtIL%3BEACD%2CSoBqIM%2CSpBrIL%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CSoBgIM%2CSpBhIL%3BIACG%2CWAAA%3B%3BE%2BBurBJ%2CSXxjBM%2CSWwjBL%2COAAO%3BEACR%2CSXzjBM%2CSWyjBL%2CSAAS%3BI%5C%2FB3cV%2CqBAAA%3BIAAA%2CYAAA%3BI%2BB8cI%2CsBAAA%3BIACA%2CSAAS%2CGAAT%3BIACA%2CWAAA%3BIACA%2CWAAA%3B%3BEXpkBJ%2CSAKM%2CSWkkBN%3BI%5C%2FBpdA%2CqBAAA%3BIAAA%2CiBAAA%3BIAAA%2CYAAA%3BI%2BBwdI%2CsBAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CSX1kBM%2CSW0kBL%2CIAAI%2CSACC%3BI%5C%2FB7dN%2CqBAAA%3BIAAA%2CiBAAA%3BIAAA%2CYAAA%3BI%2BBkeQ%2CsBAAA%3BIACA%2CWAAA%3B%3BEAPR%2CSX1kBM%2CSW0kBL%2CIAAI%2CSAUC%3BI%5C%2FBteN%2CYAAA%3BI%2BBweQ%2CWAAA%3B%3BEU7vBR%2CQAAQ%2CKAAK%3BICVb%2CkBAAA%3BIACA%2CUAAA%3B%3BE1C0CA%2CQyCjCQ%2CKAAK%2CMzCiCZ%3BEACD%2CQyClCQ%2CKAAK%2CMzCkCZ%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CQyCvCQ%2CKAAK%2CMzCuCZ%3BIACG%2CWAAA%3B%3BEyCxCJ%2CQAAQ%2CKAAK%2CMCPX%2CQAAK%3BIACH%2CWAAA%3BIACA%2CWAAA%3B%3BEDKJ%2CQAAQ%2CKAAK%2CMCPX%2CQAAK%2CMAID%3BI1CwRN%2CYAAA%3BI0CtRQ%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEDDR%2CQAAQ%2CKAAK%2CMCKX%2CQAAK%3BI1CgRP%2CgBAAA%3BI0C7QI%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BE1CsBJ%2CQyCjCQ%2CKAAK%2CMCKX%2CQAAK%2CQ1C4BN%3BEACD%2CQyClCQ%2CKAAK%2CMCKX%2CQAAK%2CQ1C6BN%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CQyCvCQ%2CKAAK%2CMCKX%2CQAAK%2CQ1CkCN%3BIACG%2CWAAA%3B%3BE0C3BA%2CQDbI%2CKAAK%2CMCKX%2CQAAK%2CQAQF%3BIACG%2CcAAA%3B%3BEDdR%2CQAAQ%2CKAAK%2CMC%2BDX%2CQAAK%3BI1CsNP%2CiBAAA%3B%3BEyCrRA%2CQAAQ%2CKAAK%2CMC%2BDX%2CQAAK%2CMAED%3BI1CoNN%2CgBAAA%3BIAAA%2CiBAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CyBAAA%3BI0C%5C%2FLQ%2CmBAAA%3BI1C%2BLR%2CYAAA%3BIAAA%2C0BAAA%3B%3BE2CjJA%2CQFpIQ%2CKAAK%2CMC%2BDX%2CQAAK%2CMAED%2CUCmEL%3BI3CiJD%2CcAAA%3BIAAA%2CqBAAA%3B%3BE2C5IA%2CQFzIQ%2CKAAK%2CMC%2BDX%2CQAAK%2CMAED%2CUCwEL%3BI3C4ID%2CcAAA%3BIAAA%2CqBAAA%3B%3BE2CvIA%2CQF9IQ%2CKAAK%2CMC%2BDX%2CQAAK%2CMAED%2CUC6EL%3BI3CuID%2CWAAA%3BIAAA%2CqBAAA%3B%3BE0C1LI%2CQD3FI%2CKAAK%2CMC%2BDX%2CQAAK%2CMA4BF%2CIAAI%2CWAAc%2CUAAO%3BEAC1B%2CQD5FI%2CKAAK%2CMC%2BDX%2CQAAK%2CMA6BF%2CIAAI%2CWAAc%2CUAAO%3BI1CyL9B%2CmBAAA%3B%3BE0CrLI%2CQDhGI%2CKAAK%2CMC%2BDX%2CQAAK%2CMAiCF%2CIAAI%2CWAAc%2CUAAO%3BEAC1B%2CQDjGI%2CKAAK%2CMC%2BDX%2CQAAK%2CMAkCF%2COAAU%3BEACX%2CQDlGI%2CKAAK%2CMC%2BDX%2CQAAK%2CMAmCF%2COAAU%2CUAAO%3BEAClB%2CQDnGI%2CKAAK%2CMC%2BDX%2CQAAK%2CMAoCF%2COAAU%2CUAAO%3BI1CkLtB%2CmBAAA%3BIAAA%2CWAAA%3BIAAA%2CqBAAA%3B%3BE0C5KI%2CQDzGI%2CKAAK%2CMC%2BDX%2CQAAK%2CMA0CF%2COAAU%3BEACX%2CQD1GI%2CKAAK%2CMC%2BDX%2CQAAK%2CMA2CF%2COAAU%2CUAAO%3BEAClB%2CQD3GI%2CKAAK%2CMC%2BDX%2CQAAK%2CMA4CF%2COAAU%2CUAAO%3BI1C0KtB%2CmBAAA%3B%3BEyCrRA%2CQAAQ%2CKAAK%2CMCgHX%2CQAAK%3BI1CqKP%2CmBAAA%3BI0CnKI%2CgBAAA%3BIACA%2C4BAAA%3BIAoBJ%2CSAAA%3BI1C8IA%2C6BAAA%3B%3BEApPA%2CgBAAC%3BEACD%2CgBAAC%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CgBAAC%3BIACG%2CWAAA%3B%3BEqBlBJ%2CgBuB0CA%3BIACI%2CWAAA%3B%3BEvB3CJ%2CgBuB8CA%3BIACI%2CYAAA%3B%3BEvB%5C%2FCJ%2CgBuBjBA%3BEvBiBA%2CgBuBhBA%3BIACI%2CqBAAA%3B%3BEvBeJ%2CgBuBjBA%2CSAQI%2CEAAC%3BEvBSL%2CgBuBhBA%2CWAOI%2CEAAC%3BIACG%2CqBAAA%3B%3BEvBQR%2CgBuBHA%2CSACI%3BI5CiQJ%2CiBAAA%3B%3BEqB%5C%2FPA%2CgBuBOA%2CWAKI%2CEAAC%3BI5CmPL%2CeAAA%3B%3BEqB%5C%2FPA%2CgBAEM%3BEAFN%2CgBAGM%3BIACE%2CgBAAA%3B%3BEAJR%2CgBAEM%2CWAIE%3BEANR%2CgBAGM%2CaAGE%3BIACI%2CgBAAA%3BIACA%2CWAAA%3B%3BEwBqIR%2CYAAC%2CYACG%3BI7CiHR%2C6BAAA%3BI6C%5C%2FGY%2CiBAAA%3B%3BECrHZ%3BIACI%2CwBAAA%3B%3BEnCmEJ%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%3BIX0GJ%2CmBAAA%3B%3BEWtGY%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%3B%3BEJxEZ%2CkBAGI%3BIACI%2CgBAAA%3B%3BEAJR%2CkBAOI%2CSAAQ%3BIACJ%2CYAAA%3B%3BEK5BR%2CyBAKI%3BEALJ%2CyBAMI%3BIACI%2CWAAA%3BIACA%2CUAAA%3B%3BEARR%2CyBAWI%3BIACI%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAKA%2C0BAA2B%2C0BAF%5C%2FB%3BEAEI%2C0BAA2B%2C0BAD%5C%2FB%3BEAEI%2C2BAA4B%2C0BAHhC%3BEAGI%2C2BAA4B%2C0BAFhC%3BEAGI%2CqBAAsB%2C0BAJ1B%3BEAII%2CqBAAsB%2C0BAH1B%3BIAIQ%2CUAAA%3B%3BEmC0MZ%2CcACI%2CeACI%3BIACI%2CeAAA%3BIACA%2CUAAA%3BIACA%2COAAO%2CqBAAP%3B%3BEAEA%2CcANR%2CeACI%2CcAKK%2CUAAU%3BIACP%2CcAAA%3B%3BEAMhB%2CcAAc%2CoBACV%2CeACI%3BIACI%2CUAAA%3B%3BEAKZ%2CcAAc%2CqBACV%2CeACI%3BIACI%2CUAAA%3B%3BEzB7PZ%2CcACI%3BIACI%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAKJ%2CSAAS%2CQAAW%2CWAAE%3BIAClB%2CWAAA%3B%3BEAIR%3BIACI%2CWAAA%3B%3BEAGJ%3BIACI%2CYAAA%3B%3BEAGJ%3BIACI%2CqBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAEA%2CSAAS%2CQAAW%2CWAAS%3BIACzB%2CaAAA%3B%3BEAQR%3BItB0IA%2CcAAA%3BIsBxII%2CyBAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BItBkIJ%2CqBAAA%3BIsC9QA%2CqBAAA%3B%3BEhB%2BIQ%2CWADH%2CIAAI%2CSACA%3BItB%2BHT%2CcAAA%3BIsB7HY%2CmBAAA%3B%3BEAIR%2CWAAC%3BIACG%2C%2BBAAA%3B%3BEAGJ%2CWAAC%3BItBqHL%2CcAAA%3B%3BEsB1IA%2CWgB8HE%3BItChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEsCHA%2CWAAC%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BItC9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CSuCnPQ%2COvCmPR%3BIAAA%2CawCzRe%2CmBxCyRf%3BIAAA%2CsBAAA%3BIsCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2CWADH%2CMACI%3BItC2PL%2CcAAA%3B%3BEsCzKA%2CUAAC%3BItCyKD%2CSuCrPQ%2COvCqPR%3B%3BEsBnGI%2CSAAS%2CQAAW%2CWAAE%3BIAClB%2CcAAA%3BIACA%2CYAAA%3B%3BEQiXR%2CkBAEI%3BEADJ%2CuBACI%3BIACI%2CcAAA%3B%3BEAHR%2CkBAEI%2CYAGI%2COAAM%3BEAJd%2CuBACI%2CYAGI%2COAAM%3BIACF%2CmBAAA%3B%3BEANZ%2CkBAEI%2CYAOI%3BEARR%2CuBACI%2CYAOI%3BIACI%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CsBAAA%3B%3BEAKZ%2CkBACI%2CoBACI%3BIACI%2CiBAAA%3B%3BEAKZ%2CQACI%2CeACI%2CmBACI%3BIACI%2CWAAA%3BIACA%2CUAAA%3BIACA%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3B%3BEARhB%2CQACI%2CeAWI%3BIACI%2CSAAA%3B%3BEAbZ%2CQACI%2CeAeI%3BIACI%2CWAAA%3B%3BEAuCZ%3BIACI%2CYAAA%3B%3BEAGJ%2CQAAQ%3BIACJ%2CWAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2CoBACI%3BIACI%2CUAAA%3B%3BEAFR%2CoBAII%2CSAAQ%3BIACJ%2CUAAA%3B%3BEAIR%2C0BAGI%3BEAFJ%2C2BAEI%3BEADJ%2CqBACI%3BIACI%2CUAAA%3B%3BEAJR%2C0BAOI%2CSAAQ%3BEANZ%2C2BAMI%2CSAAQ%3BEALZ%2CqBAKI%2CSAAQ%3BIACJ%2CUAAA%3B%3BEkBpkBJ%2CqBAAC%2CMAAM%3BIACH%2CmBAAA%3BIACA%2CoBAAA%3B%3BEAHR%2CqBAMI%3BIACI%2CSAAA%3B%3BEAPR%2CqBAMI%2CaAGI%3BIhDgMR%2CiBAAA%3B%3BEgDzMA%2CqBAcI%2CQACI%3BIACI%2CaAAA%3BIACA%2CcAAA%3B%3BEAjBZ%2CqBAcI%2CQAMI%3BIhDqLR%2CeAAA%3B%3BEgDzMA%2CqBAcI%2CQAUI%3BIhDiLR%2CiBAAA%3BIgD%5C%2FKY%2CoBAAA%3B%3BEA1BZ%2CqBA8BI%2COACI%3BIhD0KR%2CeAAA%3B%3BEgDzMA%2CqBA8BI%2COAKI%3BIACI%2CmBAAA%3B%3BEAEA%2CqBARR%2COAKI%2COAGK%3BIhDmKb%2CeAAA%3BIgDjKgB%2CWAAA%3B%3BEzBmEhB%3BIACI%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3B%3BEALJ%2CaAWI%3BIACI%2CaAAA%3BIACA%2CSAAA%3BIACA%2CiBAAA%3B%3BEAdR%2CaAiBI%3BIACI%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEApBR%2CaAuBI%3BIAEI%2CSAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3B%3BEvB2JR%2CauB%5C%2FJI%2CMvB%2BJH%3BIAxFD%2CcAAA%3B%3BEA6FA%2CauBpKI%2CMvBoKH%3BIA7FD%2CcAAA%3B%3BEAkGA%2CauBzKI%2CMvByKH%3BIAlGD%2CcAAA%3B%3BEAuGA%2CauB9KI%2CMvB8KH%3BIAvGD%2CcAAA%3B%3BEuB9FA%2CaA8BI%2CQAAO%3BIvBgEX%2CqBAAA%3BIiDzDA%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2C4BAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3BIjDgDA%2CgBAAA%3BIuBxDQ%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CMAAA%3BIACA%2CUAAA%3B%3BEA1CR%2CaA8BI%2CQAAO%2COeoDT%3BItChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEsCHA%2CafwMI%2CQAAO%2COexMV%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BItC9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSuC3OU%2COvC2OV%3BIAAA%2CawCzRe%2CmBxCyRf%3BIAAA%2CSAAA%3BIAAA%2CmBAAA%3BIsCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2Caf2LA%2CQAAO%2COe5LV%2CMACI%3BItC2PL%2CcAAA%3B%3BEsCrPI%2CafqLA%2CQAAO%2COetLV%2COACI%3BItCqPL%2CcAAA%3B%3BEiD7CA%2Ca1BnBI%2CQAAO%2CO0BmBV%3BEACD%2Ca1BpBI%2CQAAO%2CO0BoBV%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2Ca1BzBI%2CQAAO%2CO0ByBV%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2Ca1B9BI%2CQAAO%2CO0B8BV%3BEACD%2Ca1B%5C%2FBI%2CQAAO%2CO0B%2BBV%3BEACD%2CQAAQ%2CUAAW%2Cc1BhCf%2CQAAO%3BI0BiCP%2CoBAAA%3BIjD%2BBJ%2CYAAA%3B%3BEuBjDY%2CaAfR%2CQAAO%2COAcF%2CMACI%3BIvBiDb%2CWAAA%3B%3BEuB1CA%3BIACI%2CaAAA%3B%3BEVmFJ%2CeAMI%3BIACI%2CWAAA%3B%3BEAEA%2CeAHJ%2CQAGK%3BIACG%2CmBAAA%3B%3BEAKZ%3BIACI%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAGI%2COAAO%2CKAAM%2CcADjB%2CiBAGU%3BIACE%2CWAAA%3B%3BEAThB%2CaAcI%2COACI%2CUACI%3BIbzEZ%2CgBAAA%3BIa2EgB%2CgBAAA%3B%3BEkB4gBhB%2CalBhhBI%2COACI%2CUACI%2COkB8gBX%2CIAAI%2CSACC%3BIACE%2CuBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIA4FR%2CgBAAA%3BIANA%2CUAAA%3B%3BEA1FA%2CalBhhBI%2COACI%2CUACI%2COkB8gBX%2CIAAI%2CSAeC%3BIACE%2CWAAA%3BIACA%2CWAAA%3B%3BElB%5C%2FiBR%2CaAcI%2COACI%2CUACI%2COkB2aV%3BI%5C%2FBpfF%2CeAAA%3BI%2BBwfI%2CqBAAA%3B%3BEA6HA%2CalB9iBA%2COACI%2CUACI%2COkB0iBX%2COAEI%3BEAAD%2CalB9iBA%2COACI%2CUACI%2COkB2iBX%2CSACI%3BIACG%2CaAAA%3B%3BElBpiBJ%2CKAAC%2CcACG%3BIACI%2CeAAA%3BIACA%2CWAAA%3B%3BEAKI%2CKARX%2CcAMG%2CMACI%2CKACK%3BIACG%2CsBAAA%3B%3BEAIR%2CKAbP%2CcAMG%2CMAOK%2CQACG%3BIACI%2CiBAAA%3B%3BEAMR%2CKArBP%2CcAoBG%2CSACK%3BIACG%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CSAAA%3B%3BEAGJ%2CKA9BP%2CcAoBG%2CSAUK%3BIACG%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAlCZ%2CKAAC%2CcAsCG%2CcACI%3BIACI%2CgBAAA%3B%3BEAzChB%2CKA%2BCI%3BIACI%2CmBAAA%3B%3BEAKR%2CsBACI%3BIACI%2CiBAAA%3BIACA%2CSAAA%3B%3BEAHR%2CsBAMI%3BIACI%2CYAAA%3BIACA%2CeAAA%3B%3BEAGI%2CsBALR%2COAII%2CMACK%3BIACG%2CeAAA%3B%3BEAMhB%2CKAAK%2CcACD%2CuBACM%2CQACE%2CMACI%2CGACI%2CGAAE%3BIACE%2CmBAAA%3BIACA%2CgBAAA%3B%3BEAPxB%2CKAAK%2CcAcD%2CMACM%3BIACE%2CgBAAA%3B%3BEqCjDZ%3BIACI%2CiBAAA%3B%3BEADJ%2CiBAGI%3BIACI%2CYAAA%3BIACA%2CYAAA%3B%3BErB3UR%3BI7B%2BMA%2CmBAAA%3BImCtLA%2CWAAA%3BInCsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BI6B9WL%2CmBAAA%3B%3BEAGJ%2CyBACI%3BIACI%2CcAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3B%3BEsBsER%3BInD%2BHA%2CYAAA%3B%3BEoD1QA%2CqBACI%2CaACI%3BIpDwQR%2CgBAAA%3B%3BEoD1QA%2CqBACI%2CaAKI%2CcACI%3BIACI%2CYAAA%3BIACA%2CkBAAA%3B%3BEC8NhB%2CyBACI%2CiBACM%3BIACE%2CYAAA%3B%3BEAIA%2CyBANR%2CiBAKI%2CQACK%3BIACG%2CSAAA%3B%3BEAMhB%2CYACI%3BEADJ%2CYAEI%3BIrDmBJ%2CgBAAA%3B%3BEqDdA%3BIACI%2CWAAA%3B%3BEC3QJ%3BItDwRA%2CmBAAA%3BIAAA%2CmBAAA%3BImClLA%2CYAAA%3BInCkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEuD7QT%2CoBACI%2CcACI%3BIACI%2CaAAA%3B%3BECnEZ%3BIxD2KA%2CsBAAA%3BIAAA%2CyBAAA%3BIwDxKI%2CmBAAmB%2CWAAnB%3BIACA%2C6BAAA%3BIACA%2C4EAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CWAAW%2CWAAX%3BIACA%2CqBAAA%3BIACA%2C4DAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAEA%2CwBAAC%3BIxD4JL%2CYAAA%3BIwD1JQ%2CmBAAmB%2CWAAnB%3BIACA%2C0EAAA%3BIACA%2CWAAW%2CWAAX%3BIACA%2C0DAAA%3BIACA%2CmBAAA%3B%3BEAIR%3BIxDkJA%2CmBAAA%3BIwDhJI%2CiBAAA%3B%3BEAGJ%2CqBACI%3BIxD4IJ%2CiBAAA%3BIwD1IQ%2CgBAAA%3BIACA%2CmBAAA%3B%3BEAJR%2CqBAOI%2CiBACM%3BIACE%2CeAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3B%3BEAXZ%2CqBAOI%2CiBACM%2CWAIE%3BIACI%2CeAAA%3B%3BEAbhB%2CqBAOI%2CiBAUM%3BIACE%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3B%3BEAKZ%2CqBACI%3BIACI%2CgBAAA%3BIACA%2CUAAA%3B%3BEAHR%2CqBAMI%3BIxDkOJ%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIAkCA%2C2BAAA%3BIACI%2CuBAAA%3BIACI%2CmBAAA%3BIwDrQA%2C6BAAA%3B%3BEATR%2CqBAYI%2COAAM%3BEAZV%2CqBAaI%3BEAbJ%2CqBAcI%3BEAdJ%2CqBAeI%3BIxDyNJ%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIAkCA%2C8BAAA%3BIACI%2C0BAAA%3BIACI%2CsBAAA%3BIA9BR%2CoBAAA%3BIACQ%2CYAAA%3B%3BEwDjPR%2CqBAqBI%2COAAM%3BIACF%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CsBAAA%3BIACA%2CUAAA%3B%3BEAEA%2CqBANJ%2COAAM%2COAME%3BIACA%2C8BAAA%3BIACA%2CaAAA%3BIACA%2CSAAA%3BIACA%2CsBAAA%3B%3BEAEA%2CqBAZR%2COAAM%2COAME%2CSAMC%3BIACG%2COAAA%3BIACA%2CQAAA%3B%3BEAnChB%2CqBAwCI%3BIACI%2CgBAAA%3BIACA%2CgBAAA%3B%3BEClCR%2CwBACI%2CiBACI%3BIACI%2CYAAA%3BIACA%2CSAAA%3B%3BEAJZ%2CwBAQI%2CUACM%2CwBACI%3BIACE%2CWAAA%3BIACA%2CWAAA%3B%3BEAZhB%2CwBAiBI%2CwBACI%2CUACM%3BIACE%2CgBAAA%3B%3BEAGI%2CwBANhB%2CwBACI%2CUACM%2CSAGG%2COACI%3BIACG%2CUAAA%3BIACA%2CQAAA%3B%3BEAIR%2CwBAZZ%2CwBACI%2CUACM%2CSAUG%2CKACG%3BIACI%2CkBAAA%3B%3BEAGJ%2CwBAjBhB%2CwBACI%2CUACM%2CSAUG%2CKAKI%2CaACG%3BIACI%2CcAAA%3B%3BEAS5B%2CyBACI%3BIACI%2CYAAA%3B%3BEAFR%2CyBAKI%2CiBACI%3BIACI%2CoBAAA%3B%3BEC7CZ%2CwBACI%3BI1DoGJ%2CkBAAA%3B%3BE0DrGA%2CwBAKI%2CwBACI%2CsBACM%3BIACE%2CcAAA%3B%3BECjLhB%2CoBAAqB%2CQAAO%2CIAAI%2CqBAAsB%2CMAAK%3BIACvD%2CgBAAA%3B%3BEnD4XJ%2CgBAGI%2COAEI%2COACI%2CiBACM%3BIACE%2CgBAAA%3BIACA%2CkBAAA%3B%3BEATpB%2CgBAGI%2COAEI%2COACI%2CiBAMM%3BIACE%2CWAAA%3B%3BEAcpB%2CSACI%2CUACI%2COACI%3BIR7IZ%2CqBAAA%3BIAAA%2CiBAAA%3BIAAA%2CYAAA%3BIQkJgB%2CsBAAA%3BIACA%2CWAAA%3B%3BEAThB%2CSACI%2CUACI%2COAUI%3BIRtJZ%2CYAAA%3BIQwJgB%2CWAAA%3B%3BEAMhB%2CKAAK%2CSAAS%3BEACd%2CKAAK%2CKAAK%3BEACV%2CKAAK%2CSAAS%3BEACd%2CKAAK%2COAAO%3BEACZ%2CKAAK%2COAAO%3BEACZ%2CKAAK%3BIACD%2CgBAAA%3BIACA%2CUAAA%3B%3BEAOJ%2CQAAQ%2C0BACJ%3BEADJ%2CQAAQ%2C0BAEJ%3BIACI%2CYAAA%3B%3BEAHR%2CQAAQ%2C0BAMJ%2CQAAO%3BIACH%2CYAAA%3B%3BEAsBR%2CqBACI%2COAAM%3BIAEF%2CYAAA%3B%3BEAHR%2CqBACI%2COAAM%2CUAIA%3BIACE%2CqBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CYAAA%3B%3BEAEA%2CqBAXR%2COAAM%2CUAIA%2CQAOG%2CeAAe%3BEAChB%2CqBAZR%2COAAM%2CUAIA%2CQAQG%2CeAAe%3BIACZ%2CgBAAA%3B%3BEAGJ%2CqBAhBR%2COAAM%2CUAIA%2CQAYG%2CUAAU%3BIACP%2CiBAAA%3B%3BEAchB%2CQAAQ%2CcACJ%3BIACI%2CqBAAA%3B%3BEoD%5C%2FbR%2C0BAKI%3BIACI%2CWAAA%3BIACA%2CUAAA%3B%3BEAPR%2C0BAUI%3BIACI%2CYAAA%3BIACA%2CUAAA%3B%3BEAGI%2C0BALR%2CwBAII%2COAAM%2CIACE%3BIACA%2CcAAA%3B%3BE9CqKhB%2CaACI%3BIACI%2CmBAAA%3B%3BEAIR%3BIACI%2CkBAAA%3BIACA%2CUAAA%3B%3BEAFJ%2CaAII%3BIACI%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3B%3BEAPR%2CaAII%2CiBAKI%3BIACI%2CYAAA%3B%3BEAVZ%2CaAII%2CiBAKI%2CWAGI%3BIACI%2CYAAA%3BIACA%2CiBAAA%3B%3BEAdhB%2CaAII%2CiBAKI%2CWAQI%3BIACI%2CcAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEAKJ%2CaArBR%2CiBAoBK%2CUAAU%2CGACN%3BIdAb%2C8BAAA%3BIcEgB%2CYAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CQAAA%3B%3BEAMhB%3BIdfA%2CgBAAA%3BIAAA%2CiBAAA%3B%3BEcsCI%2CKAAC%2CcACG%3BIACI%2CWAAA%3B%3BEASZ%2CcAEI%3BEADJ%2CmBACI%3BIACI%2CcAAA%3B%3BER5IR%2CyBACI%3BIACI%2CmBAAA%3B%3BEAFR%2CyBACI%2CUAEM%2C2BACI%3BINoFd%2CgBAAA%3BI%2BBwcA%2CsBAAA%3B%3BEzBhiBA%2CyBACI%2CUAEM%2C2BACI%2CSyB6tBZ%3BIAoDF%2CSAAA%3B%3BE%5C%2FBj7BA%2CyBM6JI%2CUAEM%2C2BACI%2CSNhKb%3BEACD%2CyBM4JI%2CUAEM%2C2BACI%2CSN%5C%2FJb%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CyBMuJI%2CUAEM%2C2BACI%2CSN1Jb%3BIACG%2CWAAA%3B%3BE%2BBurBJ%2CyBzBjiBI%2CUAEM%2C2BACI%2CSyB8hBb%2COAAO%3BEACR%2CyBzBliBI%2CUAEM%2C2BACI%2CSyB%2BhBb%2CSAAS%3BI%5C%2FB3cV%2CqBAAA%3BIAAA%2CYAAA%3BI%2BB8cI%2CsBAAA%3BIACA%2CSAAS%2CGAAT%3BIACA%2CWAAA%3BIACA%2CWAAA%3B%3BEzBziBJ%2CyBACI%2CUAEM%2C2BACI%2CSyBwiBd%3BI%5C%2FBpdA%2CqBAAA%3BIAAA%2CiBAAA%3BIAAA%2CYAAA%3BI%2BBwdI%2CsBAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CyBzBnjBI%2CUAEM%2C2BACI%2CSyBgjBb%2CIAAI%2CSACC%3BI%5C%2FB7dN%2CqBAAA%3BIAAA%2CiBAAA%3BIAAA%2CYAAA%3BI%2BBkeQ%2CsBAAA%3BIACA%2CWAAA%3B%3BEAPR%2CyBzBnjBI%2CUAEM%2C2BACI%2CSyBgjBb%2CIAAI%2CSAUC%3BI%5C%2FBteN%2CYAAA%3BI%2BBweQ%2CWAAA%3B%3BEzBliBA%2CgCADJ%2CSACK%3BIACG%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CSAAA%3B%3BEAGJ%2CgCATJ%2CSASK%3BIACG%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3B%3BEAKJ%2CgCADJ%2CKACK%3BIACG%2CUAAA%3B%3BEAGJ%2CgCALJ%2CKAKK%2CIAAI%3BIACD%2CkBAAA%3B%3BEAGJ%2CgCATJ%2CKASK%3BIACG%2CiBAAA%3B%3BEAKJ%2CgCADJ%2CYACK%3BIACG%2CgBAAA%3B%3BEmBlBZ%2CuBAEI%3BEADJ%2CeACI%3BIACI%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAEA%2CuBANJ%2CeAMQ%3BEAAJ%2CeANJ%2CeAMQ%3BIzBoCZ%2C8BAAA%3BIyBlCY%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CoBAAA%3BIACA%2CUAAA%3B%3BEPlOZ%2CqBAEI%3BEAFJ%2CqBAGI%2COAAM%3BIlB8PV%2CgBAAA%3B%3BEkBzPA%2CkBACI%3BIACI%2CUAAA%3B%3BEQmVJ%2CSAAC%2COAAO%3BIAKJ%2CYAAA%3BI1BjGR%2CQAAA%3BIAAA%2CSAAA%3BIAAA%2CmBAAA%3BIAAA%2CYAAA%3BI0BsGQ%2CWAAA%3B%3BEAVJ%2CSAAC%2COAAO%2CMACJ%3BI1B7FR%2CgBAAA%3B%3BE%2BBulBA%2CSL3fK%2COAAO%2CMACJ%2COK0fP%2CIAAI%2CSACC%3BIACE%2CuBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIA4FR%2CgBAAA%3BIANA%2CUAAA%3B%3BEA1FA%2CSL3fK%2COAAO%2CMACJ%2COK0fP%2CIAAI%2CSAeC%3BIACE%2CWAAA%3BIACA%2CWAAA%3B%3BEL5gBJ%2CSAAC%2COAAO%2CMACJ%2COKuZN%3BI%5C%2FBpfF%2CeAAA%3BI%2BBwfI%2CqBAAA%3B%3BEA6HA%2CSLzhBC%2COAAO%2CMACJ%2COKshBP%2COAEI%3BEAAD%2CSLzhBC%2COAAO%2CMACJ%2COKuhBP%2CSACI%3BIACG%2CaAAA%3B%3BEL5gBR%3BIAEI%2CmBAAA%3B%3BEAII%2C0BAFJ%2CUAEK%3BIACG%2CgCAAA%3BIACA%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3B%3BEAJJ%2C0BAFJ%2CUAEK%2COAMG%3BIACI%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CsBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CSAAA%3B%3BEAGJ%2C0BAjBR%2CUAEK%2COAeI%3BIACG%2CmBAAA%3BIACA%2CoBAAA%3BIACA%2CmBAAA%3B%3BEAHJ%2C0BAjBR%2CUAEK%2COAeI%2CMAKG%3BIACI%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CsBAAA%3B%3BEAEA%2C0BA3BhB%2CUAEK%2COAeI%2CMAKG%2CMAKK%3BIACG%2CeAAA%3B%3BEAXZ%2C0BAjBR%2CUAEK%2COAeI%2CMAeG%3BIACI%2CgCAAA%3BIACA%2CgBAAA%3B%3BEAhCZ%2C0BAFJ%2CUAEK%2COAoCG%3BIACI%2CaAAA%3B%3BEAIR%2C0BA3CJ%2CUA2CK%2CIAAI%3BIACD%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3B%3BEAIJ%2C0BAlDJ%2CUAkDK%2CMACG%3BI1BjKZ%2CeAAA%3B%3BE0BuKQ%2C0BAzDJ%2CUAyDK%3BIACG%2CWAAA%3B%3BEAIJ%2C0BA9DJ%2CUA8DK%3BIACG%2CYAAA%3B%3BEAKZ%2C0BACI%3BIACI%2CcAAA%3B%3BEAOI%2CcAHE%2CSACV%2CSACK%2CKACI%3BIACG%2CWAAA%3B%3BEADJ%2CcAHE%2CSACV%2CSACK%2CKACI%2CSAGK%3BIACE%2CiBAAA%3B%3BEmC5ZpB%2CMAAM%3BIACF%2CcAAA%3BIACA%2CkBAAA%3B%3BEAFJ%2CMAAM%2CWAIF%3BIACI%2CiBAAA%3B%3BEAEA%2CMAPF%2CWAIF%2COAGK%3BIACG%2CgBAAA%3B%3BEARZ%2CMAAM%2CWAIF%2COAOI%3BIACI%2CWAAA%3B%3BEAZZ%2CMAAM%2CWAgBF%2CQAAO%3BIACH%2CkBAAA%3B%3BE7CHR%2CcACI%3BIACI%2CgCAAA%3B%3BEAFR%2CcAKI%2CeAEI%3BEAPR%2CcAKI%2CeAGI%3BEARR%2CcAKI%2CeAII%2C2BAA6B%3BIACzB%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAZZ%2CcAKI%2CeAUI%3BIACI%2CaAAA%3BIACA%2CUAAA%3B%3BEAjBZ%2CcA2BI%2CKAAI%3BEA3BR%2CcA4BI%3BEA5BJ%2CcA6BI%3BIACI%2CiBAAA%3B%3BE8C%2BBJ%2CSAAS%2CQAAQ%2CKAAM%3BIACnB%2CSAAA%3B%3BEC9GR%2CgBACM%3BIACE%2CiBAAA%3B%3BEtDoFR%2CmBAEI%2CYACI%2COAAM%3BIACF%2CgBAAA%3B%3BEASZ%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%3BIAEI%2CmBAAA%3B%3BEAOpB%2CuBACI%2CaACI%3BIACI%2CkBAAA%3B%3BEAHZ%2CuBACI%2CaAKI%3BIACI%2CYAAA%3BIACA%2CgBAAA%3B%3BECsKZ%2CkBACI%3BEADJ%2CkBAEI%3BIACI%2CiBAAA%3B%3BEAKI%2CkBAFP%2CWACG%2CKACK%3BEACD%2CkBAHP%2CWACG%2CKAEK%3BEACD%2CkBAJP%2CWACG%2CKAGK%3BIACG%2CkBAAA%3B%3BEAGJ%2CkBARP%2CWACG%2CKAOK%3BIACG%2CiBAAA%3B%3BEAMhB%2CoBACI%3BIACI%2CeAAA%3BIACA%2CgBAAA%3B%3BEAHR%2CoBAMI%3BIACI%2CYAAA%3B%3BEAIR%2CsBACI%2CQAAO%3BIACH%2CcAAA%3BIACA%2CYAAA%3B%3BEAIR%2CmBACI%3BIVzEJ%2CiBAAA%3B%3BEUmFA%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%3BEANhB%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%3BIAEI%2CmBAAA%3B%3BEiB5FpB%2CaACM%3BEADN%2CaAEM%3BEAFN%2CaAGM%3BIACE%2CsBAAA%3BIACA%2CWAAA%3B%3BEAIR%2CWAAY%3BIACR%2CcAAA%3B%3BEAIA%2COAAC%2CMACK%2CUAAO%3BIACL%2CYAAA%3BIACA%2CYAAA%3BI3BjBZ%2CSAAA%3BIAAA%2CUAAA%3BI2C1KA%2CqBAAA%3BIhB6LY%2CiBAAA%3B%3BEALR%2COAAC%2CMACK%2CUAAO%2CMgBnLf%3BIACE%2CqBAAA%3BIACA%2CmBAAA%3B%3BEhBgLA%2COAAC%2CMACK%2CUAAO%2CMAMH%3BIACE%2CeAAA%3BIACA%2CkBAAA%3B%3BEAEA%2COAXX%2CMACK%2CUAAO%2CMAMH%2CKAIG%3BEAXb%2COAAC%2CMACK%2CUAAO%2CMAMH%2CKAKE%3BIACI%2CgBAAA%3B%3BEAGJ%2COAhBX%2CMACK%2CUAAO%2CMAMH%2CKASG%2CQACG%3BI3B%5C%2FBpB%2CiBAAA%3B%3BE2BuCI%2COAAC%3BIAEG%2CoBAAA%3B%3BEAIR%3BIACI%2CSAAA%3BIACA%2CgBAAA%3B%3BEAFJ%2CYAII%2COAAM%3BIACF%2CgCAAA%3B%3BEALR%2CYAQI%2CQAAO%3BIAEH%2CoBAAA%3BIACA%2CiBAAA%3B%3BEAXR%2CYAcI%3BIACI%2CqBAAA%3B%3BEAIR%2CUACM%2CsBACE%3BIACI%2CqBAAA%3B%3BEAHZ%2CUACM%2CsBAKE%2CYAAc%3BIACV%2CYAAA%3BIACA%2CgBAAA%3B%3BEAKZ%3BIACI%2CqBAAA%3B%3BEADJ%2CKAGI%3BIACI%2CmBAAA%3B%3BEAKJ%2COAAC%2CQACG%3BIACI%2CYAAA%3B%3BEAFR%2COAAC%2CQAKG%3BIACI%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3B%3BEATR%2COAAC%2CQAYG%2CUAAS%3BIACL%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3B%3BEqC5UZ%2CgBACI%2CWACI%3BIACI%2CcAAA%3B%3BE%5C%2FCoPA%2CcAHE%2CSACV%2CSACK%2CKACI%3BIACG%2CqBAAA%3B%3BEAGJ%2CcAPE%2CSACV%2CSACK%2CKAKI%3BIACG%2CgBAAA%3B%3BEANR%2CcAFM%2CSACV%2CSACK%2CKASG%2CUACI%2COAAM%3BIACF%2CmBAAA%3BIACA%2CmBAAA%3B%3BEAZZ%2CcAFM%2CSACV%2CSACK%2CKASG%2CUACI%2COAAM%2CIAIF%3BIACI%2CWAAA%3B%3BEAfhB%2CcAFM%2CSACV%2CSACK%2CKAoBG%2CYACI%3BIACI%2CSAAA%3B%3BEAtBZ%2CcAFM%2CSACV%2CSACK%2CKAoBG%2CYAKI%3BIACI%2CgBAAA%3B%3BEAUR%2CqBAFR%2CSACK%2CKACI%3BIACG%2CYAAA%3B%3BEgB3OhB%2CMAAM%2COAAQ%2CeAAe%3BIACzB%2CmBAAA%3B%3BEAEA%2CQAAS%2COAHP%2COAAQ%2CeAAe%3BIAIrB%2CcAAA%3BIACA%2CWAAA%3B%3BEAFJ%2CQAAS%2COAHP%2COAAQ%2CeAAe%2CcAOrB%3BIACI%2CcAAA%3BIACA%2CeAAA%3B%3BEAKZ%2CoBAAqB%2COAAM%2COAAQ%2CeAAe%3BIAC9C%2CeAAA%3BIACA%2COAAO%2CqBAAP%3B%3BEAEA%2CoBAJiB%2COAAM%2COAAQ%2CeAAe%2CcAI7C%2CUAAU%3BIACP%2CeAAA%3B%3BEAGJ%2CoBARiB%2COAAM%2COAAQ%2CeAAe%2CcAQ7C%2CUAAU%3BIACP%2CcAAA%3B%3BEAIR%2CqBAAsB%2COAAM%2COAAQ%2CeAAe%3BIAC%5C%2FC%2CUAAA%3B%3BEAGJ%2CQAAS%2COAAM%2COAAQ%2COAKnB%3BIACI%2CUAAA%3B%3BEANR%2CQAAS%2COAAM%2COAAQ%2COAKnB%2CiBAGI%3BIACI%2CSAAA%3B%3BEgCmYZ%3BIACI%2CQAAA%3B%3BEAIA%2C4CAAC%3BIACG%2CiBAAA%3B%3BEAGJ%2C4CAAC%3BIACG%2CUAAA%3B%3B%3BA7D5dR%2CgBAL4C%3BEL6E5C%2CcACI%3BICqJJ%2CYAAA%3BIAAA%2CSAAA%3BIDlJQ%2CUAAA%3B%3B%3BAKxEZ%2CgBAJ2C%3BE0BwiBvC%2CQACI%2CeACI%2CmBACI%3BIACI%2CWAAA%3BIACA%2COAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3B%3BEARhB%2CQACI%2CeAWI%3BIACI%2CiBAAA%22%7D */