/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
/**
 * Copyright 2014 Adobe
 * All Rights Reserved.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.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;
}
/**
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2020 Adobe
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains
 * the property of Adobe and its suppliers, if any. The intellectual
 * and technical concepts contained herein are proprietary to Adobe
 * and its suppliers and are protected by all applicable intellectual
 * property laws, including trade secret and copyright laws.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe.
 */
/**
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2026 Adobe
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains
 * the property of Adobe and its suppliers, if any. The intellectual
 * and technical concepts contained herein are proprietary to Adobe
 * and its suppliers and are protected by all applicable intellectual
 * property laws, including trade secret and copyright laws.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe.
 */
.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;
}
/**
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2026 Adobe
 * All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains
 * the property of Adobe and its suppliers, if any. The intellectual
 * and technical concepts contained herein are proprietary to Adobe
 * and its suppliers and are protected by all applicable intellectual
 * property laws, including trade secret and copyright laws.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe.
 */
/**
 * 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%;
  }
}
/**
 * @codingStandardsIgnoreStart
 */
/**
 * @codingStandardsIgnoreStart
 */
@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;
  }
}
@media only screen and (max-width: 768px) {
  .opc-block-summary .product-item .product-item-inner {
    display: block;
  }
  .opc-block-summary .product-item .product-item-name-block {
    display: block;
    text-align: left;
  }
  .opc-block-summary .product-item .subtotal {
    display: block;
    text-align: left;
  }
}
#registrant-options .item .control table .col.qty .input-qty {
  display: none;
}
:root {
  --terra: #C86A43;
  --terra-h: #B65B37;
  --dark: #3B2C26;
  --heading: #2E211B;
  --body: #6B5D54;
  --border: #E7DED5;
  --bg: #FAF7F3;
  --bg-sec: #F4EFE8;
  --white: #FFFFFF;
  --shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  --shadow-lg: 0 16px 48px rgba(0, 0, 0, 0.09);
  --r-card: 16px;
  --r-btn: 8px;
  --r-img: 18px;
  --hf: 'Cormorant Garamond', Georgia, serif;
  --bf: 'Inter', system-ui, sans-serif;
  --max: 1320px;
  --ease: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
/* --- RESET --- */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
/* [2] min 14px base */
body {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  /* [2] minimum font size */
  background: #FAF7F3;
  color: #6B5D54;
  line-height: 1.6;
  overflow-x: hidden;
}
h1 span {
  font-family: var(--hf);
  text-transform: capitalize;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: var(--terra-h);
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
button {
  cursor: pointer;
  border: none;
  background: none;
  font-family: inherit;
}
ul {
  list-style: none;
}
input,
select {
  font-family: inherit;
}
/* --- SHARED --- */
.container,
[data-appearance="contained"] {
  max-width: var(--max);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 40px);
}
@media (min-width: 768px) {
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    max-width: var(--max);
    margin-inline: auto;
    padding-inline: clamp(20px, 4vw, 40px);
  }
}
.breadcrumbs {
  background: var(--bg-sec);
  max-width: 100% !important;
  padding: 10px;
  text-align: center;
}
@media (max-width: 767px) {
  .breadcrumbs {
    display: block;
  }
}
.breadcrumbs a,
.breadcrumbs strong {
  font-size: 14px;
  font-weight: 600 !important;
  color: var(--body);
}
.breadcrumbs a:visited,
.breadcrumbs strong:visited {
  color: var(--body);
}
.breadcrumbs .item:not(:last-child):after {
  margin: 2px 10px;
}
/* Buttons */
.btn,
.action.primary,
.action-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 14px 32px;
  border-radius: var(--r-btn);
  font-family: var(--bf);
  font-size: 14px;
  /* [2] */
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: all var(--ease);
  white-space: nowrap;
}
.btn-terra {
  background: var(--terra);
  color: #fff;
}
.btn-terra:hover {
  background: var(--terra-h);
  transform: scale(1.03);
  box-shadow: 0 8px 24px rgba(200, 106, 67, 0.35);
}
.btn-outline-white {
  background: transparent;
  color: var(--heading);
  border: 1.5px solid rgba(255, 255, 255, 0.55);
}
.btn-outline-white:hover {
  border-color: #000;
  color: #000;
  transform: scale(1.03);
}
.btn-sm {
  padding: 10px 20px;
  font-size: 14px;
}
.btn-full {
  width: 100%;
}
select,
input {
  background-color: var(--bg-sec) !important;
  box-shadow: none !important;
  border-radius: 15px !important;
}
/* Section heading block */
.sec-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
  gap: 16px;
}
.sec-title {
  font-family: var(--hf);
  font-size: clamp(1.5rem, 2.5vw, 2.2rem);
  font-weight: 700;
  color: var(--heading);
}
.view-all-link {
  font-size: 14px;
  font-weight: 500;
  color: var(--heading);
  white-space: nowrap;
  border-bottom: 1px solid var(--border);
  padding-bottom: 2px;
  transition: color var(--ease), border-color var(--ease);
}
@media (min-width: 1024px) {
  .view-all-link {
    position: absolute;
    right: 0;
  }
}
@media (max-width: 1023px) {
  .view-all-link {
    border-bottom: none;
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 10px;
  }
}
.view-all-link:hover,
.view-all-link:focus,
.view-all-link:visited {
  color: var(--terra);
  border-color: var(--terra);
  transition: color var(--ease), border-color var(--ease);
  text-decoration: none;
}
/* Scroll-reveal */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.reveal.in {
  opacity: 1;
  transform: none;
}
.page-with-filter .reveal {
  opacity: 1;
  transform: translateY(0px);
}
/*product card*/
.prod-grid {
  /*display: grid;
    grid-template-columns: ~"repeat(5, 1fr)";
    gap: 20px;

    @media (max-width: 1200px) {
        grid-template-columns: ~"repeat(4, 1fr)";
    }*/
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
@media (max-width: 1280px) {
  .prod-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1024px) {
  .prod-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .prod-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.product-item {
  padding: 30px 10px !important;
}
@media (max-width: 767px) {
  .product-item {
    padding: 20px !important;
  }
}
.product-item .product-item-info.prod-card {
  position: relative;
  background: var(--white);
  border-radius: var(--r-card);
  border: 1px solid var(--border);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform var(--ease), box-shadow var(--ease);
  cursor: pointer;
  width: 100%;
}
.product-item .product-item-info.prod-card .prod-img-wrap {
  display: flex;
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: var(--bg-sec);
}
.product-item .product-item-info.prod-card .prod-img-wrap .product-image-container {
  width: 100% !important;
}
.product-item .product-item-info.prod-card .prod-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
}
.product-item .product-item-info.prod-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  padding: 0;
  margin: 0;
}
.product-item .product-item-info.prod-card:hover .prod-img-wrap img {
  transform: scale(1.07);
}
.product-item .product-item-details.prod-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px;
  padding: 5px 10px 10px;
  gap: 10px;
}
.product-item .product-item-details.prod-foot .prod-name {
  font-family: var(--hf);
  font-size: 16px;
  font-weight: 600;
  color: var(--heading);
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-item .product-item-details.prod-foot .prod-name a {
  text-decoration: none;
}
.product-item .product-item-details.prod-foot .prod-price {
  font-size: 14px;
  font-weight: 600;
  color: var(--terra);
}
.product-item .product-item-details.prod-foot .product-item-actions .actions-primary {
  position: relative;
}
.product-item .product-item-details.prod-foot .product-item-actions .action.tocart {
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 36px;
  background: var(--terra);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 0 4px 14px rgba(200, 106, 67, 0.4);
  transition: all var(--ease);
  font-size: 0;
  border: none;
  padding: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  gap: 0;
}
.product-item .product-item-details.prod-foot .product-item-actions .action.tocart::after {
  content: '';
  width: 22px;
  height: 22px;
  display: inline-block;
  background: url('../images/cart.svg') no-repeat center;
  background-size: contain;
}
.product-item .product-item-details.prod-foot .product-item-actions .action.tocart:hover {
  background: var(--terra-h);
  transform: scale(1.1);
}
.product-item .product-item-details.prod-foot .product-item-actions .action.towishlist {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(4px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--body);
  transition: all var(--ease);
}
.product-item .product-item-details.prod-foot .product-item-actions .action.towishlist::before {
  display: none;
}
.product-item .product-item-details.prod-foot .product-item-actions .action.towishlist::after {
  content: '';
  width: 18px;
  height: 18px;
  display: inline-block;
  background: url('../images/heart.svg') no-repeat center;
}
.product-item .product-item-details.prod-foot .product-item-actions .action.towishlist:hover {
  box-shadow: 0 0 10px 4px #ffe0c4;
}
.product-item .product-item-details.prod-foot .price-box {
  margin: 0;
}
.product-item .product-item-details.prod-foot .price-box .price {
  font-size: 14px;
  font-weight: 600;
  color: var(--terra);
  text-align: right;
}
.product-item:hover .product-item-details.prod-foot .product-item-actions .action.tocart {
  top: -70px;
  transition: var(--ease);
  opacity: 1;
  visibility: visible;
}
.block.related .products-grid.products-related {
  display: block !important;
}
.block.related .products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 1280px) {
  .block.related .products-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1024px) {
  .block.related .products-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .block.related .products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.block.related .products-grid .product-item {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.block.related .products-grid .product-item .product-item-name {
  margin: 0 !important;
}
.block.related .products-grid .product-item .product-item-details.prod-foot {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.block.related .products-grid .product-item .product-item-details.prod-foot .product-item-inner {
  clip: initial;
  height: initial;
  overflow: visible;
  position: unset;
  width: 100%;
  background: transparent;
  box-shadow: none;
  padding: 0;
  margin: 0;
  left: 0;
  right: 0;
  border: none !important;
}
.block.related .products-grid .product-item .product-item-details.prod-foot .product-item-inner .product-item-actions {
  margin: 0;
  border: none !important;
  padding: 0;
}
.block.related .products-grid .product-item .product-item-details.prod-foot .product-item-inner .product-item-actions .actions-primary {
  position: unset;
  width: 100%;
}
.block.related .products-grid .product-item .product-item-details.prod-foot .product-item-inner .product-item-actions .actions-primary > .stock.unavailable {
  padding: 0;
  height: 40px;
  background: #454545;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  transition: all var(--ease);
  border: none;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 480px) {
  .block.related .products-grid .product-item .product-item-details.prod-foot .product-item-inner .product-item-actions .actions-primary > .stock.unavailable {
    font-size: 12px;
  }
}
.block.related .products-grid .product-item .product-item-details.prod-foot .product-item-inner .product-item-actions .tocompare {
  display: none !important;
}
.block.related .products-grid .product-item .product-item-details.prod-foot .product-item-inner .product-item-actions .action.tocart {
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  height: 40px;
  background: var(--terra);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all var(--ease);
  border: none;
  padding: 0;
  z-index: 1;
  opacity: 1;
  visibility: visible;
  gap: 8px;
  flex-direction: row-reverse;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 0;
}
.block.related .products-grid .product-item .product-item-details.prod-foot .product-item-inner .product-item-actions .action.tocart:hover {
  transform: scale(1);
}
@media (max-width: 480px) {
  .block.related .products-grid .product-item .product-item-details.prod-foot .product-item-inner .product-item-actions .action.tocart {
    font-size: 12px;
  }
}
.block.related .title strong {
  font-size: 28px;
  font-family: var(--hf);
  color: var(--heading);
  text-transform: uppercase;
}
.block.related .block-content .block-actions {
  display: none;
}
@media (min-width: 640px) {
  .page-products .filter.block .filter-options .filter-options-item.active .filter-options-content {
    border-radius: 10px;
    box-shadow: none;
    z-index: 4;
    padding: 10px;
    min-width: 200px;
  }
  .page-products .filter.block .filter-options .filter-options-item.active .filter-options-content .color {
    width: 20px;
    border-radius: 20px;
    height: 20px;
    min-width: 20px;
  }
}
aside.modal-popup.confirm._show .modal-inner-wrap {
  border-radius: 20px;
}
aside.modal-popup.confirm._show .modal-inner-wrap .modal-footer {
  display: flex;
  justify-content: center;
  align-items: center;
}
aside.modal-popup.confirm._show .modal-inner-wrap .modal-footer .action-accept {
  background: var(--terra);
  border: none !important;
}
aside.modal-popup.confirm._show .modal-inner-wrap .modal-footer .action-accept:hover {
  background: var(--terra-h);
}
aside.modal-popup.confirm._show .modal-inner-wrap .modal-footer .action-dismiss:hover {
  background: transparent;
  border: none;
  color: var(--terra);
}
.minicart-wrapper .block-minicart {
  position: fixed !important;
  top: 0;
  right: 0;
  max-width: 500px !important;
  width: 100% !important;
  min-width: initial;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  opacity: 0;
  visibility: hidden;
  transition: var(--ease);
}
.slide-in .minicart-wrapper .block-minicart {
  opacity: 1;
  visibility: visible;
  transition: var(--ease);
}
.minicart-wrapper .block-minicart::before {
  content: '';
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 3;
  background: rgba(0, 0, 0, 0.3);
  user-select: none;
  font-size: 0;
  cursor: pointer;
  padding: 0;
  opacity: 1;
  visibility: visible;
  height: 100%;
  transform: translate(0, 0);
  pointer-events: none;
  border: none;
  right: 0;
}
.minicart-wrapper .block-minicart .subtitle {
  margin: 10px 0;
  font-size: 14px;
  color: #333;
  padding-top: 10px;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper {
  position: relative;
  z-index: 9999;
  background: #fff;
  padding: 20px;
  height: 100%;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .action.checkout,
.minicart-wrapper .block-minicart #minicart-content-wrapper .action.viewcart {
  background: var(--terra);
  border: none;
  border-radius: 10px;
  height: 46px;
  font-size: 16px !important;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 600 !important;
  text-decoration: none;
  border-radius: 10px ;
  transition: var(--ease);
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .action.checkout span,
.minicart-wrapper .block-minicart #minicart-content-wrapper .action.viewcart span {
  font-weight: 600;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .action.checkout:hover,
.minicart-wrapper .block-minicart #minicart-content-wrapper .action.viewcart:hover {
  background: var(--terra-h);
  transition: var(--ease);
}
.minicart-wrapper .block-minicart .block-content > .actions > .primary {
  margin: 0;
}
.minicart-wrapper .block-minicart .items-total,
.minicart-wrapper .block-minicart .subtotal {
  margin: 0;
}
.minicart-wrapper .block-minicart .minicart-items-wrapper {
  margin: 15px 0 0 0 !important;
  padding: 15px 0 !important;
  height: calc(100vh - 222px) !important;
}
.minicart-wrapper .block-minicart .minicart-items-wrapper .product-item-name a {
  color: #333;
  font-weight: 500;
}
.minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .update-cart-item {
  color: #fff;
  height: 34px;
  float: none;
  border-radius: 32px;
  background: var(--terra);
  transition: var(--ease);
  border: none;
}
.minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .update-cart-item:hover {
  background: var(--terra-h);
  transition: var(--ease);
}
.minicart-wrapper .block-minicart li {
  padding: 20px 0 !important;
}
.minicart-wrapper .action.showcart {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.minicart-wrapper .action.showcart .counter.qty {
  margin: 0;
  padding: 3px;
  font-size: 11px;
  width: 15px;
  height: initial;
  min-width: initial;
  line-height: 1;
  border-radius: 10px;
  position: absolute;
  right: 0;
  top: 0;
}
.minicart-wrapper .product .actions {
  margin-right: 20px;
}
.minicart-wrapper .block-minicart dl.product.options.list {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .minicart-wrapper {
    margin-top: 0 !important;
    margin-left: 10px !important;
  }
}
.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
  color: #000;
}
.minicart-items .action.edit:before {
  content: "\e90b" !important;
  font-family: 'Rootcons' !important;
}
.minicart-items .action.delete:before {
  content: "\e926" !important;
  font-family: 'Rootcons' !important;
}
.minicart-items .product-item-details .product.options.active .subtitle {
  margin-top: 0;
  padding-top: 5px;
}
/* ===================================================
   NAVBAR
=================================================== */
@media (min-width: 768px) {
  .nav-sections,
  .navigation {
    background: transparent !important;
    margin: 0 !important;
  }
}
@media (max-width: 767px) {
  .nav-sections .switcher,
  .navigation .switcher {
    font-size: 14px;
  }
}
.navbar {
  background: rgba(250, 247, 243, 0.9399999999999999);
  border-bottom: 1px solid var(--border);
  transition: border-color 0.3s, box-shadow 0.3s;
  padding: 10px 0;
}
.cms-index-index .navbar {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 900;
}
@media (max-width: 767px) {
  .navbar .nav-sections-item-content {
    padding: 0;
  }
}
.navbar .navigation .level0 {
  margin: 0;
}
.navbar .navigation .level0 > .level-top {
  line-height: 1;
  text-decoration: none;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: var(--body);
  padding: 10px 15px;
  border-radius: 30px;
  transition: color var(--ease), background var(--ease);
  white-space: nowrap;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .navbar .navigation .level0 > .level-top {
    width: 100%;
    display: flex;
    padding: 10px 15px;
    color: #333;
    letter-spacing: 0.5px;
    font-weight: 500;
  }
}
.navbar .navigation .level0 > .level-top:hover {
  background: var(--terra);
  color: #fff;
  transition: var(--ease);
}
.navbar .navigation .level0.active > .level-top {
  background: var(--terra);
  color: #fff;
  transition: var(--ease);
  border: none;
}
.navbar.stuck {
  border-color: var(--border);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
}
.nav-wrap {
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: clamp(16px, 4vw, 48px);
  height: 100%;
  display: flex;
  align-items: center;
  gap: 0;
}
.nav-logo {
  display: flex;
  align-items: center;
  gap: 9px;
  flex-shrink: 0;
}
.foot-logo {
  display: flex;
  align-items: center;
  gap: 9px;
}
.logo-main {
  font-family: var(--bf);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--dark);
  line-height: 1;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-left: 18px;
  flex: 1;
}
.nav-link {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: var(--body);
  padding: 5px 15px;
  border-radius: 5px;
  transition: color var(--ease), background var(--ease);
  white-space: nowrap;
}
.nav-link:hover {
  color: var(--terra);
  background: rgba(200, 106, 67, 0.05);
}
.nav-sale {
  color: var(--terra) !important;
}
.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
  flex-shrink: 0;
}
@media (max-width: 540px) {
  .nav-actions {
    gap: 5px;
  }
}
.nav-search-wrap {
  position: relative;
  display: flex;
  align-items: center;
}
.nav-search-input {
  position: absolute;
  right: 100%;
  width: 0;
  opacity: 0;
  pointer-events: none;
  padding: 7px 12px;
  border: 1px solid var(--border);
  border-radius: 7px;
  background: #fff;
  font-size: 14px;
  font-family: var(--bf);
  transition: width 0.35s, opacity 0.35s;
}
.nav-search-wrap.open .nav-search-input {
  width: 200px;
  opacity: 1;
  pointer-events: all;
  right: calc(100% + 8px);
}
.nav-icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--dark);
  position: relative;
  transition: background var(--ease), color var(--ease);
  padding: 0;
}
.nav-icon.wishlist-link:hover,
.nav-icon.wishlist-link:visited,
.nav-icon.wishlist-link:focus {
  color: var(--terra);
}
.nav-icon:hover {
  background: rgba(200, 106, 67, 0.08);
}
.nav-toggle {
  position: relative;
  top: 0;
  left: 0;
}
.nav-toggle::before {
  font-size: 24px;
  color: #000;
  line-height: 1;
}
.minicart-wrapper {
  margin-left: 0 !important;
}
.minicart-wrapper .action.showcart {
  white-space: nowrap;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--dark);
  position: relative;
  transition: background var(--ease), color var(--ease);
  padding: 0;
  cursor: pointer;
  border: 1px solid #f9f6f3;
}
.minicart-wrapper .action.showcart::before {
  content: '' !important;
  background: url('data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.8%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M6%202%203%206v14a2%202%200%200%200%202%202h14a2%202%200%200%200%202-2V6l-3-4z%22%3E%3C%2Fpath%3E%3Cline%20x1%3D%223%22%20y1%3D%226%22%20x2%3D%2221%22%20y2%3D%226%22%3E%3C%2Fline%3E%3Cpath%20d%3D%22M16%2010a4%204%200%200%201-8%200%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center;
  width: 24px;
  height: 24px;
  display: inline-block;
}
.minicart-wrapper .action.showcart.active {
  display: flex;
}
.minicart-wrapper .action.showcart:hover {
  background: rgba(200, 106, 67, 0.08);
  color: var(--terra);
  border: 1px solid #ccc;
  border-radius: 100%;
}
.cart-count {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 15px;
  height: 15px;
  background: var(--terra);
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity var(--ease);
}
.cart-count.on {
  opacity: 1;
}
#navbar .searchbar {
  position: relative;
}
#navbar .searchbar .header-search {
  cursor: pointer;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--dark);
  position: relative;
  transition: background var(--ease), color var(--ease);
  padding: 0;
}
#navbar .searchbar .header-search:hover {
  background: rgba(200, 106, 67, 0.08);
  color: var(--terra);
  border: 1px solid #ccc;
  border-radius: 100%;
}
#navbar .searchbar .block-search {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 320px;
  z-index: 100;
  background: #fff;
  border-radius: 35px;
  box-shadow: 0 5px 20px rgba(255, 213, 175, 0.5);
  padding: 10px;
}
@media (max-width: 540px) {
  #navbar .searchbar .block-search {
    right: -170px;
  }
}
#navbar .searchbar .block-search .block-title {
  display: none;
}
#navbar .searchbar .block-search .form.minisearch {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#navbar .searchbar .block-search .field.search {
  width: 100%;
}
#navbar .searchbar .block-search .field.search .label {
  display: none !important;
}
#navbar .searchbar .block-search .field.search .control {
  border-top: none;
  clear: both;
  margin: 0;
  padding: 0;
}
#navbar .searchbar .block-search .field.search .control input {
  padding: 0;
  border: none;
  font-size: 14px;
  text-indent: 10px;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  margin: 0 !important;
}
#navbar .searchbar .block-search .field.search .control input:focus {
  box-shadow: none;
}
#navbar .searchbar .block-search .actions {
  width: 36px;
}
#navbar .searchbar .block-search .actions .action.search {
  position: relative;
  right: 0;
  top: 0;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--border);
  border-radius: 100%;
  transition: var(--ease);
  padding: 0;
}
#navbar .searchbar .block-search .actions .action.search span {
  display: none !important;
}
#navbar .searchbar .block-search .actions .action.search::before {
  content: '';
  width: 18px;
  height: 18px;
  margin: 0;
  display: inline-block;
  background: url('data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.8%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%2211%22%20cy%3D%2211%22%20r%3D%228%22%3E%3C%2Fcircle%3E%3Cpath%20d%3D%22m21%2021-4.35-4.35%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center;
  background-size: contain;
  opacity: 0.7;
}
#navbar .searchbar .block-search .actions .action.search:hover {
  background: var(--bg-sec);
  transition: var(--ease);
}
#navbar .searchbar.search-active .block-search {
  display: block;
}
#navbar .account-bar {
  position: relative;
}
#navbar .account-bar .account-links {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 180px;
  margin-top: 10px;
  z-index: 100;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(255, 213, 175, 0.5);
  padding: 10px 0;
  flex-direction: column;
}
@media (max-width: 767px) {
  #navbar .account-bar .account-links {
    right: -10px;
    min-width: 160px;
  }
}
@media (min-width: 768px) {
  #navbar .account-bar .account-links .desktop-wishlist {
    display: none;
  }
}
#navbar .account-bar .account-links a {
  display: block;
  padding: 10px 20px;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  white-space: nowrap;
  transition: 0.3s all ease-in-out;
}
#navbar .account-bar .account-links a:hover {
  color: var(--terra);
  background: #f4f4f4;
}
#navbar .account-bar.account-active .account-links {
  display: flex;
}
/*.searchbar {
    cursor: pointer;

    .block-search {
        float: none;
        padding: 0;
        width: initial;
        @media (max-width: 767px) {
            margin-top: 0;
        }

        .field.search {
            .label {
                border: 0;
                clip: initial;
                margin: 0;
                overflow: visible;
                padding: 0;
                position: relative;
                width: 36px;
                height: 36px;
                display: flex;
                justify-content: center;
                align-items: center;
                @media (min-width: 1024px) {
                    pointer-events: none;
                }
            }
            .label:before, .label:hover:before {
                content: '';
                width: 24px;
                height: 24px;
                margin: 0;
                display: inline-block;
                background: url('data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.8%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%2211%22%20cy%3D%2211%22%20r%3D%228%22%3E%3C%2Fcircle%3E%3Cpath%20d%3D%22m21%2021-4.35-4.35%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center;
            }
            .control {
                position: absolute;
                min-width: 270px;
                right: 0;
                top: 40px;
                padding: 5px;
                background: #fff;
                border-radius: 5px;
                box-shadow: 0 10px 15px rgba(0,0,0,.16);
                display: none;

                input {
                    padding: 0;
                    border: none;
                    font-size: 14px;
                    text-indent: 10px;
                }
            }
        } 
        .actions {
            position: absolute;
            right: 10px;
            top: 44px;
            display: none;
            
            .action.search {
                position: relative;
                right: 0;
            }
        }
    }
    &.active {
        .block-search .field.search .control,
        .block-search .actions {
            display: block;
        }
    }
    &:hover {
        .block-search .field.search .label {
            background: rgba(200, 106, 67, 0.08);
            color: var(--terra);
            border: 1px solid #ccc;
            border-radius: 100%;
        }
    }
}*/
/* ===================================================
   NEWSLETTER — container, bg image, left rounded card [6]
=================================================== */
section.newsletter {
  padding: 72px 0;
  background-image: url('../images/newsletter_bg.jpg');
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}
section.newsletter .block.newsletter {
  margin: 0;
  max-width: 100%;
  width: 100%;
}
section.newsletter .block.newsletter .content {
  width: 100%;
}
section.newsletter .block.newsletter .field.newsletter {
  width: 100%;
  max-width: 100%;
}
section.newsletter .block.newsletter .form.subscribe {
  display: flex;
}
section.newsletter .block.newsletter .field .control:before {
  display: none;
}
section.newsletter .block.newsletter .actions {
  width: auto;
}
/* [6] Rounded card containing only the left text+form */
.nl-card {
  max-width: 560px;
  background: rgba(244, 239, 232, 0.9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 20px;
  border: 1px solid rgba(231, 222, 213, 0.6);
  padding: clamp(36px, 5vw, 56px) clamp(32px, 4vw, 52px);
  box-shadow: 0 16px 48px rgba(59, 44, 38, 0.1);
}
@media (max-width: 1000px) {
  .nl-card {
    max-width: 520px;
  }
}
@media (max-width: 767px) {
  .nl-card {
    max-width: 100%;
  }
}
.nl-text {
  margin-bottom: 28px;
}
.nl-h2 {
  font-family: var(--hf);
  font-size: clamp(24px, 2.6vw, 32px);
  font-weight: 700;
  color: var(--heading);
  line-height: 1.18;
  margin: 0;
}
.nl-form-wrap {
  width: 100%;
}
.nl-form,
.nl-form-wrap form {
  display: flex;
  border-radius: var(--r-btn);
  overflow: hidden;
  transition: border-color 0.3s;
  width: 100%;
}
.nl-form:focus-within,
.nl-form-wrap form:focus-within {
  border-color: var(--terra);
}
.nl-form input,
.nl-form-wrap form input {
  flex: 1;
  padding: 13px 16px !important;
  border: none;
  outline: none;
  font-family: var(--bf);
  font-size: 14px;
  color: var(--heading);
  background: #fff;
  min-width: 0;
  margin: 0 !important;
  height: initial;
  border-radius: 15px 0 0 15px !important;
}
.nl-form input::placeholder,
.nl-form-wrap form input::placeholder {
  color: #BEB3AD;
}
.nl-form .btn,
.nl-form-wrap form .action.subscribe {
  background: var(--terra);
  color: #fff;
  border-radius: 0 var(--r-btn) var(--r-btn) 0;
  padding: 13px 22px;
  flex-shrink: 0;
  min-height: 46px;
  border: none;
}
.nl-form .btn:hover,
.nl-form-wrap form .action.subscribe:hover {
  background: var(--terra-h);
  box-shadow: 0 8px 24px rgba(200, 106, 67, 0.35);
}
.nl-success {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  color: var(--terra);
}
/* ===================================================
   FOOTER — bg image on section [from user's edit]
=================================================== */
.page-footer {
  padding-bottom: 0 !important;
  background-color: var(--bg-sec) !important;
  margin-top: 0;
}
.footer {
  background-color: var(--bg-sec);
  background-position: 110% center;
  background-repeat: no-repeat;
  padding-top: 56px;
  background-image: url('../images/footer-right.png');
  background-size: contain;
}
@media (max-width: 1440px) {
  .footer {
    background-blend-mode: overlay;
  }
}
@media (max-width: 480px) {
  .footer {
    background: transparent;
  }
}
.foot-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 48px;
  border-bottom: 1px solid var(--border);
  align-items: start;
}
@media (max-width: 1000px) {
  .foot-grid {
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .foot-grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }
}
@media (max-width: 540px) {
  .foot-grid {
    grid-template-columns: 1fr;
  }
}
.foot-about {
  font-size: 14px;
  line-height: 1.7;
  color: var(--body);
  max-width: 260px;
  margin: 14px 0 20px;
}
.foot-social {
  display: flex;
  gap: 8px;
}
.soc-ico {
  width: 34px;
  height: 34px;
  background: rgba(200, 106, 67, 0.08);
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--body);
  transition: all var(--ease);
}
.soc-ico:hover {
  background: var(--terra);
  color: #fff;
  transform: translateY(-2px);
}
.soc-ico:visited {
  color: var(--terra);
}
.foot-col-h {
  font-family: var(--bf);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--heading);
  margin-bottom: 18px;
}
.foot-links {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin: 0;
}
.foot-links li {
  margin-bottom: 0;
}
.foot-links a {
  font-size: 14px;
  color: var(--body);
  transition: var(--ease);
  padding-left: 16px;
  position: relative;
}
.foot-links a::before,
.foot-links a::after {
  content: '';
  width: 8px;
  height: 1px;
  border-radius: 2px;
  display: inline-block;
  background: #000;
  transform: translate(0px, 5px) rotate(45deg);
  position: absolute;
  left: 0;
  top: 0;
  transition: var(--ease);
}
.foot-links a::after {
  transform: translate(0px, 10px) rotate(-45deg);
  transition: var(--ease);
}
.foot-links a:hover,
.foot-links a:focus {
  color: var(--terra);
  text-decoration: none;
  transition: var(--ease);
  text-shadow: 0 0px 1px var(--terra);
}
.foot-links a:hover::before {
  transform: translate(0px, 8px) rotate(0deg);
  transition: var(--ease);
  background: var(--terra);
}
.foot-links a:hover::after {
  transform: translate(0px, 9px) rotate(0deg);
  transition: var(--ease);
  background: var(--terra);
}
.foot-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  gap: 16px;
  flex-wrap: wrap;
}
@media (max-width: 639px) {
  .foot-bottom {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
}
.foot-copy {
  font-size: 10x;
  color: var(--body);
}
.foot-legal {
  display: flex;
  gap: 20px;
}
.foot-legal a {
  font-size: 13px;
  color: var(--body);
  transition: color var(--ease);
}
.foot-legal a:hover {
  color: var(--terra);
}
.foot-pay {
  display: flex;
  gap: 7px;
}
.pay-badge {
  padding: 3px 9px;
  border: 1px solid var(--border);
  border-radius: 5px;
  font-size: 11px;
  font-weight: 700;
  color: var(--body);
  background: #fff;
  letter-spacing: 0.03em;
}
/* ===================================================
   TOAST
=================================================== */
.toast {
  position: fixed;
  bottom: 22px;
  right: 22px;
  z-index: 9999;
  background: #fff;
  border: 1px solid var(--border);
  border-left: 3px solid var(--terra);
  border-radius: 10px;
  padding: 13px 18px;
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 14px;
  font-weight: 500;
  color: var(--heading);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  transform: translateY(70px);
  opacity: 0;
  transition: all 0.38s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}
.toast.show {
  transform: translateY(0);
  opacity: 1;
}
@media (max-width: 1280px) and (min-width: 768px) {
  header.navbar {
    position: relative;
    padding-bottom: 60px;
  }
  header.navbar nav#nav-links {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    width: 100%;
    justify-content: center;
    border-bottom: 1px solid var(--border);
    border-top: 1px solid var(--border);
    padding: 7px 0;
  }
}
@media (max-width: 767px) {
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
    color: var(--terra);
  }
}
.cms-index-index {
  /* ===================================================
       HERO — full-width bg, NO dots [1]
    =================================================== */
  /* ===================================================
       CATEGORIES
    =================================================== */
  /* ===================================================
       FEATURE BANNER — bg image, container, left rounded card
    =================================================== */
  /* ===================================================
       FEATURED COLLECTION — cart icon on hover [3]
    =================================================== */
  /* [3] Cart icon on hover — small circle in bottom-right */
  /* [3] The cart icon button itself */
  /* ===================================================
       WHY CLAY TO CLAY — in container, 2x2 [4]
    =================================================== */
  /* [rule] section with bg-sec + container → rounded inner block */
  /* Left: lifestyle image with rounded corners */
  /* Right side */
  /* [4] 2x2 grid */
  /* ===================================================
    NEW ARRIVALS — same prod-card, working slider [5]
    =================================================== */
  /* arr-slide: same dimensions as prod-card in a 4-column view */
}
.cms-index-index .nav-sections {
  margin-bottom: 0;
}
.cms-index-index #maincontent {
  padding: 0;
  max-width: 100%;
}
.cms-index-index .column.main {
  padding-bottom: 0;
}
.cms-index-index .hero {
  position: relative;
  width: 100%;
  height: 80vh;
  min-height: 560px;
  max-height: 900px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cms-index-index .hero {
    height: 70vh;
  }
}
.cms-index-index .hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  transition: transform 8s ease;
}
.cms-index-index .hero-section {
  inset: 0;
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  transition: transform 8s ease;
}
.cms-index-index .hero:hover .hero-bg {
  transform: scale(1.03);
}
.cms-index-index .hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(250, 247, 243, 0.82) 0%, rgba(250, 247, 243, 0.55) 35%, rgba(250, 247, 243, 0.1) 65%, transparent 100%);
  pointer-events: none;
}
.cms-index-index .hero-content-wrap {
  position: relative;
  z-index: 2;
  max-width: 1440px;
  width: 100%;
  margin-inline: auto;
  padding-inline: clamp(24px, 5vw, 72px);
}
.cms-index-index .hero-text {
  max-width: 480px;
}
.cms-index-index .hero-h1 {
  font-family: var(--hf);
  font-size: clamp(42px, 5.5vw, 72px);
  font-weight: 700;
  color: var(--heading);
  line-height: 1.07;
  margin-bottom: 18px;
}
.cms-index-index .hero-p {
  font-size: 15px;
  line-height: 1.7;
  color: var(--body);
  margin-bottom: 32px;
}
.cms-index-index .hero-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.cms-index-index .hero-btns a {
  text-decoration: none;
}
.cms-index-index .hero-btns a#hero-shop-btn {
  color: #fff;
}
.cms-index-index .hero-btns a#hero-arrivals-btn {
  border-color: #000;
}
.cms-index-index .hero-sub-cat-wrapper .pagebuilder-column-line {
  gap: 16px;
}
@media (max-width: 767px) {
  .cms-index-index .hero-sub-cat-wrapper .pagebuilder-column-line {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
  }
  .cms-index-index .hero-sub-cat-wrapper .pagebuilder-column-line .cat-card {
    width: 100% !important;
    max-width: 100% !important;
    flex-basis: 100% !important;
  }
}
.cms-index-index .cats {
  padding: 52px 0;
  background: var(--bg);
}
.cms-index-index .cats-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}
.cms-index-index .cat-card {
  background: var(--white);
  border-radius: var(--r-card);
  border: 1px solid var(--border);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform var(--ease), box-shadow var(--ease);
  cursor: pointer;
  display: flex;
}
.cms-index-index .cat-card:nth-child(2) {
  transition-delay: 0.06s;
}
.cms-index-index .cat-card:nth-child(3) {
  transition-delay: 0.12s;
}
.cms-index-index .cat-card:nth-child(4) {
  transition-delay: 0.18s;
}
.cms-index-index .cat-card:nth-child(5) {
  transition-delay: 0.24s;
}
.cms-index-index .cat-card:nth-child(6) {
  transition-delay: 0.3s;
}
.cms-index-index .cat-card a {
  text-decoration: none;
}
.cms-index-index .cat-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
}
.cms-index-index .cat-img {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: var(--bg-sec);
}
.cms-index-index .cat-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.cms-index-index .cat-card:hover .cat-img img {
  transform: scale(1.07);
}
.cms-index-index .cat-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px;
  font-size: 14px;
  font-weight: 600;
  color: var(--heading);
}
.cms-index-index .cat-foot svg {
  color: var(--body);
  transition: transform var(--ease), color var(--ease);
}
.cms-index-index .cat-card:hover .cat-foot svg {
  transform: translateX(4px);
  color: var(--terra);
}
.cms-index-index .every-piece-banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* padding: 80px 0; */
  position: relative;
}
@media (max-width: 767px) {
  .cms-index-index .every-piece-banner {
    background-size: cover !important;
    background-position: center !important;
  }
}
.cms-index-index .every-piece-banner .banner-inner {
  display: flex;
  max-width: 50%;
}
@media (max-width: 1000px) {
  .cms-index-index .every-piece-banner .banner-inner {
    max-width: 65%;
  }
}
@media (max-width: 820px) {
  .cms-index-index .every-piece-banner .banner-inner {
    max-width: 100%;
  }
}
.cms-index-index .every-piece-banner .banner-left {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: clamp(36px, 5vw, 64px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cms-index-index .every-piece-banner .banner-left {
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 10px;
    padding: clamp(30px, 5vw, 64px);
    padding-left: 0;
    max-width: 60%;
  }
}
.cms-index-index .every-piece-banner .banner-vase-svg {
  margin-bottom: 22px;
  opacity: 0.8;
}
@media (max-width: 767px) {
  .cms-index-index .every-piece-banner .banner-vase-svg {
    display: none;
  }
}
.cms-index-index .every-piece-banner .banner-h2 {
  font-family: var(--hf);
  font-size: clamp(24px, 3.5vw, 44px);
  font-weight: 700;
  color: var(--heading);
  line-height: 1.12;
  margin-bottom: 14px;
}
.cms-index-index .every-piece-banner .banner-p {
  font-size: 15px;
  line-height: 1.7;
  color: var(--body);
  margin-bottom: 24px;
}
.cms-index-index .every-piece-banner .banner-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 600;
  color: var(--terra);
  transition: color var(--ease);
}
.cms-index-index .every-piece-banner .banner-link:hover {
  color: #000;
  text-decoration: none;
  transition: color var(--ease);
}
.cms-index-index .product-slider {
  position: relative;
}
.cms-index-index .product-slider .view-all-link {
  top: 60px;
}
.cms-index-index .product-slider .product-slider-ttl {
  margin: 0;
  font-family: var(--hf);
  font-size: clamp(24px, 2.5vw, 32px);
  font-weight: 700;
  color: var(--heading);
}
@media (max-width: 767px) {
  .cms-index-index .product-slider .product-slider-ttl {
    text-align: center;
  }
}
.cms-index-index .product-slider [data-appearance="carousel"] {
  padding: 0 70px;
}
@media (max-width: 767px) {
  .cms-index-index .product-slider [data-appearance="carousel"] {
    padding: 0 20px;
  }
}
.cms-index-index .product-slider .slick-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.5px solid var(--border);
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--heading);
  flex-shrink: 0;
  box-shadow: var(--shadow);
  transition: all var(--ease);
}
.cms-index-index .product-slider .slick-arrow::before,
.cms-index-index .product-slider .slick-arrow::after {
  font-size: 14px;
  padding-left: 0px;
  padding-right: 0;
}
.cms-index-index .product-slider .slick-arrow.slick-prev {
  left: -50px;
}
@media (max-width: 767px) {
  .cms-index-index .product-slider .slick-arrow.slick-prev {
    left: -30px;
  }
}
.cms-index-index .product-slider .slick-arrow.slick-next {
  right: -50px;
}
@media (max-width: 767px) {
  .cms-index-index .product-slider .slick-arrow.slick-next {
    right: -30px;
  }
}
@media (max-width: 767px) {
  .cms-index-index .product-slider .slick-dots {
    display: none !important;
  }
}
.cms-index-index .featured {
  padding: 72px 0;
  background: var(--bg);
}
.cms-index-index .prod-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
@media (max-width: 1200px) {
  .cms-index-index .prod-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.cms-index-index .prod-card {
  background: var(--white);
  border-radius: var(--r-card);
  border: 1px solid var(--border);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform var(--ease), box-shadow var(--ease);
  cursor: pointer;
}
.cms-index-index .prod-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}
.cms-index-index .prod-img-wrap {
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: var(--bg-sec);
}
.cms-index-index .prod-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
}
.cms-index-index .prod-card:hover .prod-img-wrap img {
  transform: scale(1.07);
}
.cms-index-index .sold-tag {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  background: var(--terra);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 3px 8px;
  border-radius: 4px;
}
.cms-index-index .wish-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(4px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--body);
  transition: all var(--ease);
}
.cms-index-index .wish-btn:hover {
  background: var(--terra);
  color: #fff;
}
.cms-index-index .wish-btn.on svg {
  fill: var(--terra);
  stroke: var(--terra);
}
.cms-index-index .prod-hover-add {
  position: absolute;
  bottom: 10px;
  right: 10px;
  transform: translateY(48px);
  opacity: 0;
  transition: transform var(--ease), opacity var(--ease);
}
.cms-index-index .prod-card:hover .prod-hover-add {
  transform: translateY(0);
  opacity: 1;
}
.cms-index-index .cart-icon-btn {
  width: 36px;
  height: 36px;
  background: var(--terra);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 0 4px 14px rgba(200, 106, 67, 0.4);
  transition: all var(--ease);
}
.cms-index-index .cart-icon-btn:hover {
  background: var(--terra-h);
  transform: scale(1.1);
}
.cms-index-index .prod-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px;
}
.cms-index-index .prod-name {
  font-family: var(--hf);
  font-size: 16px;
  font-weight: 600;
  color: var(--heading);
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cms-index-index .prod-name a {
  text-decoration: none;
}
.cms-index-index .prod-price {
  font-size: 14px;
  font-weight: 600;
  color: var(--terra);
}
.cms-index-index .why-section {
  padding: 72px 0;
  background: var(--bg-sec);
}
.cms-index-index .why-inner {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 40px;
  align-items: center;
  background: var(--bg-sec);
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cms-index-index .why-inner {
    grid-template-columns: 1fr;
  }
}
.cms-index-index .why-left {
  position: relative;
  min-height: 440px;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cms-index-index .why-left {
    min-height: 260px;
  }
}
.cms-index-index .why-img-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.7s ease;
  background-image: url('../images/product_honeycomb_vase.jpg');
}
.cms-index-index .why-left:hover .why-img-bg {
  transform: scale(1.04);
}
.cms-index-index .why-img-overlay {
  position: absolute;
  inset: 0;
  background: rgba(59, 44, 38, 0.15);
  pointer-events: none;
}
.cms-index-index .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.18);
  transition: all var(--ease);
  background: var(--terra);
}
.cms-index-index .play-btn:hover {
  background: var(--terra);
  transform: translate(-50%, -50%) scale(1.08);
}
.cms-index-index .play-btn:hover svg polygon {
  fill: #fff;
}
.cms-index-index .why-caption {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(6px);
  border-radius: 8px;
  padding: 7px 14px;
  font-size: 13px;
  font-weight: 600;
  color: var(--heading);
  box-shadow: var(--shadow);
  white-space: nowrap;
}
.cms-index-index .why-right {
  display: flex;
  flex-direction: column;
  padding: clamp(28px, 4vw, 52px) clamp(24px, 4vw, 52px) clamp(28px, 4vw, 52px) 0;
}
@media (max-width: 767px) {
  .cms-index-index .why-right {
    padding: 0;
  }
}
.cms-index-index .why-title {
  font-family: var(--hf);
  font-size: clamp(24px, 2.8vw, 32px);
  font-weight: 700;
  color: var(--heading);
  text-align: center;
  margin-bottom: 32px;
  margin-top: 0;
}
.cms-index-index .why-feats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  text-align: center;
}
@media (max-width: 1200px) {
  .cms-index-index .why-feats {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .cms-index-index .why-feats {
    grid-template-columns: 1fr 1fr;
  }
}
.cms-index-index .why-feat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.cms-index-index .feat-ico {
  width: 52px;
  height: 52px;
  background: rgba(200, 106, 67, 0.08);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
  transition: background var(--ease);
}
.cms-index-index .why-feat:hover .feat-ico {
  background: rgba(200, 106, 67, 0.15);
}
.cms-index-index .feat-name {
  font-family: var(--bf);
  font-size: 14px;
  font-weight: 600;
  color: var(--heading);
}
.cms-index-index .feat-desc {
  font-size: 13px;
  line-height: 1.5;
  color: var(--body);
}
.cms-index-index .arrivals {
  padding: 72px 0;
  background: var(--bg);
}
.cms-index-index .arrivals-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
}
.cms-index-index .arr-overflow {
  flex: 1;
  overflow: hidden;
}
.cms-index-index .arr-track {
  display: flex;
  gap: 20px;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
.cms-index-index .arr-slide {
  flex: 0 0 calc(25% - 16px);
}
.cms-index-index .arr-nav {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.5px solid var(--border);
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--heading);
  flex-shrink: 0;
  box-shadow: var(--shadow);
  transition: all var(--ease);
}
.cms-index-index .arr-nav:hover {
  background: var(--terra);
  color: #fff;
  border-color: var(--terra);
}
.cms-index-index .arr-nav:disabled {
  opacity: 0.3;
  pointer-events: none;
}
.catalog-category-view .category-view {
  display: none !important;
}
.catalog-category-view .page-main > .page-title-wrapper .page-title {
  display: flex;
  margin: 0 0 50px;
  justify-content: center;
  font-family: var(--hf);
  font-weight: 600;
  font-size: clamp(42px, 4vw, 72px);
  line-height: 1.6;
  position: relative;
  margin-bottom: 15px;
}
.catalog-category-view .page-main > .page-title-wrapper .page-title::before {
  content: '';
  width: 100vw;
  height: 100%;
  display: inline-block;
  background: linear-gradient(0deg, var(--bg-sec), transparent);
  position: absolute;
  z-index: -1;
}
.catalog-category-view .prod-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 1280px) {
  .catalog-category-view .prod-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1024px) {
  .catalog-category-view .prod-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .catalog-category-view .prod-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.catalog-category-view .product-item {
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}
.catalog-category-view .product-item .product-item-info {
  width: 100%;
}
@media (min-width: 640px) {
  .catalog-category-view .product-item .product-item-info:hover,
  .catalog-category-view .product-item .product-item-info.active {
    z-index: 1 !important;
  }
}
.catalog-category-view .product-item .product-item-info .product-image-container {
  width: 100%;
}
.catalog-category-view .product-item .prod-name {
  font-family: var(--hf);
  font-size: 18px;
  font-weight: 600;
  color: var(--heading);
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 44px;
}
.catalog-category-view .product-item .prod-name:hover {
  text-decoration: none;
}
.catalog-category-view .product-item .product-item-details.prod-foot {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.catalog-category-view .product-item .product-item-details.prod-foot .product-item-inner {
  clip: initial !important;
  height: initial !important;
  overflow: visible !important;
  position: unset !important;
  width: 100% !important;
  background: transparent !important;
  box-shadow: none;
  padding: 0 !important;
  margin: 0 !important;
  left: 0;
  right: 0;
  border: none !important;
}
.catalog-category-view .product-item .product-item-details.prod-foot .product-item-inner .product-item-actions {
  margin: 0;
  border: none !important;
  padding: 0;
}
.catalog-category-view .product-item .product-item-details.prod-foot .product-item-inner .product-item-actions .actions-primary {
  position: unset;
  width: 100%;
}
.catalog-category-view .product-item .product-item-details.prod-foot .product-item-inner .product-item-actions .actions-primary > .stock.unavailable {
  padding: 0;
  height: 40px;
  background: #454545;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  transition: all var(--ease);
  border: none;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 480px) {
  .catalog-category-view .product-item .product-item-details.prod-foot .product-item-inner .product-item-actions .actions-primary > .stock.unavailable {
    font-size: 12px;
  }
}
.catalog-category-view .product-item .product-item-details.prod-foot .product-item-inner .product-item-actions .tocompare {
  display: none !important;
}
.catalog-category-view .product-item .product-item-details.prod-foot .product-item-inner .product-item-actions .action.tocart {
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  height: 40px;
  background: var(--terra);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all var(--ease);
  border: none;
  padding: 0;
  z-index: 1;
  opacity: 1;
  visibility: visible;
  gap: 8px;
  flex-direction: row-reverse;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 0;
}
.catalog-category-view .product-item .product-item-details.prod-foot .product-item-inner .product-item-actions .action.tocart:hover {
  transform: scale(1);
}
@media (max-width: 480px) {
  .catalog-category-view .product-item .product-item-details.prod-foot .product-item-inner .product-item-actions .action.tocart {
    font-size: 12px;
  }
}
.catalog-category-view .product-item:hover .product-item-details.prod-foot .product-item-actions .action.tocart {
  top: 0;
}
.catalog-category-view .prod-card {
  background: var(--white);
  border-radius: var(--r-card);
  border: 1px solid var(--border);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform var(--ease), box-shadow var(--ease);
  cursor: pointer;
}
.catalog-category-view .prod-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  margin: 0;
  padding: 0;
}
.catalog-category-view .prod-img-wrap {
  position: relative;
  overflow: hidden;
  background: var(--bg-sec);
}
.catalog-category-view .prod-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
}
.catalog-category-view:hover .prod-img-wrap img {
  transform: scale(1.07);
}
@media (min-width: 768px) {
  .catalog-category-view .column.main {
    padding-top: 0;
  }
}
.catalog-category-view .toolbar-products {
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: 15px;
}
.catalog-category-view .toolbar-products::after,
.catalog-category-view .toolbar-products::before {
  display: none;
}
.catalog-category-view .toolbar-products .modes {
  display: none;
}
.catalog-category-view .toolbar-products .pages .items {
  display: flex;
  align-items: center;
  letter-spacing: 0;
  gap: 5px;
}
.catalog-category-view .toolbar-products .pages .items .item {
  margin: 0;
}
.catalog-category-view .toolbar-products .pages .items a,
.catalog-category-view .toolbar-products .pages .items strong {
  width: 36px;
  height: 36px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  border: 1px solid var(--border);
  margin: 0 !important;
  font-weight: 600;
  color: var(--body);
  background: var(--bg-sec);
  font-size: 14px;
  box-shadow: none;
  transition: var(--ease);
}
.catalog-category-view .toolbar-products .pages .items a:hover,
.catalog-category-view .toolbar-products .pages .items .item.current strong {
  background: var(--terra);
  color: var(--white);
  transition: var(--ease);
  border-color: var(--terra);
}
.catalog-category-view .toolbar-products .pages .items .action.next:hover:before,
.catalog-category-view .toolbar-products .pages .items .action.previous:hover:before,
.catalog-category-view .toolbar-products .pages .items .action.next:visited:before,
.catalog-category-view .toolbar-products .pages .items .action.previous:visited:before {
  color: var(--white);
}
@media (max-width: 767px) {
  .catalog-category-view .toolbar-products .pages {
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .catalog-category-view .filter.block {
    background: var(--bg-sec);
    padding: 10px 20px;
    border-radius: 10px;
    border: none !important;
  }
}
.catalog-category-view .filter-title strong {
  background-color: var(--bg-sec) !important;
  box-shadow: none !important;
  border-radius: 15px !important;
}
.catalog-product-view .column.main {
  padding-top: 20px;
}
@media (min-width: 768px) {
  .catalog-product-view .product.media {
    width: 60% !important;
    max-width: 700px;
  }
}
.catalog-product-view .product-info-main {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .catalog-product-view .product-info-main {
    width: 35% !important;
  }
}
.catalog-product-view .product-info-main .page-title-wrapper {
  order: 1;
}
.catalog-product-view .product-info-main .page-title-wrapper h1 {
  font-family: var(--hf);
  color: var(--dark);
  font-size: clamp(32px, 4vw, 52px);
}
.catalog-product-view .product-info-main .product-info-price {
  order: 2;
}
.catalog-product-view .product-info-main .product-info-price .price-box .price-container .price {
  color: var(--terra);
}
.catalog-product-view .product-info-main .product.attribute.overview {
  order: 3;
}
.catalog-product-view .product-info-main .product-add-form {
  order: 4;
  /*position: fixed;
            bottom: 20px;
            background: rgba(255,255,255,0.7);
            left: 0;
            width: 100%;
            z-index: 10;
            padding: 15px;
            box-shadow: 0 0 20px #006bb445;
            max-width: ~"min(90vw, 600px)";
            right: 0;
            margin: 0 auto;
            border-radius: 15px;
            backdrop-filter: blur(10px);*/
}
.catalog-product-view .product-info-main .product-add-form .box-tocart {
  /*margin: 0;
                position: fixed;
                bottom: 20px;
                background: rgba(255,255,255,0.7); 
                left: 0;*/
  width: 100%;
  z-index: 10;
  padding: 10px;
  /*box-shadow: 0 0 20px #006bb445;
                max-width: ~"min(90vw, 600px)";
                right: 0;*/
  margin: 0 auto;
  border-radius: 15px;
  backdrop-filter: blur(10px);
}
.catalog-product-view .product-info-main .product-add-form .box-tocart .fieldset {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  align-items: center;
  gap: 20px;
}
.catalog-product-view .product-info-main .product-add-form .box-tocart .fieldset .qty {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  height: 40px;
  border-radius: 10px !important;
  font-size: 16px;
}
.catalog-product-view .product-info-main .product-add-form .box-tocart .fieldset .qty .label {
  margin: 0;
}
@media (max-width: 639px) {
  .catalog-product-view .product-info-main .product-add-form .box-tocart .fieldset .qty .label {
    display: none;
  }
}
.catalog-product-view .product-info-main .product-add-form .box-tocart .fieldset .actions {
  width: 100%;
  display: flex;
  gap: 10px;
}
.catalog-product-view .product-info-main .product-add-form .box-tocart .fieldset .actions .tocart {
  margin: 0 !important;
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  height: 40px;
  background: var(--terra);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all var(--ease);
  border: none;
  padding: 0;
  z-index: 1;
  opacity: 1;
  visibility: visible;
  gap: 8px;
  flex-direction: row-reverse;
  text-transform: uppercase;
  font-size: 16px;
}
.catalog-product-view .product-info-main .product-add-form .box-tocart .fieldset .actions .tocart::after {
  content: '';
  width: 22px;
  height: 22px;
  display: inline-block;
  background: url('../images/cart.svg') no-repeat center;
  background-size: contain;
}
.catalog-product-view .product-info-main .product-add-form .box-tocart .fieldset .actions .tocart:hover {
  background: var(--terra-h);
  transition: all var(--ease);
}
.catalog-product-view .product-info-main .product-add-form .box-tocart .fieldset .actions .towishlist {
  margin: 0 !important;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: var(--border);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all var(--ease);
  border: none;
  padding: 0;
  z-index: 1;
  opacity: 1;
  visibility: visible;
  gap: 8px;
  flex-direction: row-reverse;
  text-transform: uppercase;
  font-size: 0;
  min-width: 40px;
  position: relative;
}
.catalog-product-view .product-info-main .product-add-form .box-tocart .fieldset .actions .towishlist::after {
  content: '';
  width: 18px;
  height: 18px;
  display: inline-block;
  background: url('../images/heart.svg') no-repeat center;
}
.catalog-product-view .product-info-main .product-add-form .box-tocart .fieldset .actions .towishlist:hover {
  box-shadow: 0 0 10px 4px #ffe0c4;
  background: var(--bg-sec);
}
.catalog-product-view .product-info-main .product-add-form .box-tocart .fieldset .actions .towishlist span {
  display: none;
}
.catalog-product-view .product-info-main .product-social-links {
  order: 5;
}
.catalog-product-view .product-info-main .product-social-links .action.tocompare {
  display: none;
}
.catalog-product-view .product.info.detailed .product.data.items {
  margin: 0;
  border: none;
}
.catalog-product-view .product.info.detailed .product.data.items > .item.title a {
  height: 44px !important;
  border-radius: 15px 15px 0 0;
  font-size: 16px !important;
  font-weight: 600 !important;
  text-transform: capitalize;
  color: #666 !important;
  border-color: var(--border) !important;
}
@media (max-width: 767px) {
  .catalog-product-view .product.info.detailed .product.data.items > .item.title a {
    background: var(--white);
    border: none;
  }
}
.catalog-product-view .product.info.detailed .product.data.items > .item.content {
  border-radius: 0 15px 15px 15px;
  border-color: var(--border);
}
@media (max-width: 767px) {
  .catalog-product-view .product.info.detailed .product.data.items > .item.content {
    border-radius: 0 0 15px 15px;
  }
}
.customer-account-login select,
.customer-account-create select,
.customer-account-forgotpassword select,
.customer-account-login input,
.customer-account-create input,
.customer-account-forgotpassword input {
  min-height: 46px;
}
.customer-account-login select[type="checkbox"],
.customer-account-create select[type="checkbox"],
.customer-account-forgotpassword select[type="checkbox"],
.customer-account-login input[type="checkbox"],
.customer-account-create input[type="checkbox"],
.customer-account-forgotpassword input[type="checkbox"] {
  min-height: initial;
}
.customer-account-login .page-main,
.customer-account-create .page-main,
.customer-account-forgotpassword .page-main {
  padding-top: 50px;
}
.customer-account-login .action.primary,
.customer-account-create .action.primary,
.customer-account-forgotpassword .action.primary,
.customer-account-login .action-primary,
.customer-account-create .action-primary,
.customer-account-forgotpassword .action-primary {
  background: var(--terra);
  transition: var(--ease);
  border: none !important;
  border-radius: 15px !important;
}
.customer-account-login .action.primary:hover,
.customer-account-create .action.primary:hover,
.customer-account-forgotpassword .action.primary:hover,
.customer-account-login .action-primary:hover,
.customer-account-create .action-primary:hover,
.customer-account-forgotpassword .action-primary:hover {
  background: var(--terra-h);
  transition: var(--ease);
}
.customer-account-login .actions-toolbar .secondary a.action:hover,
.customer-account-create .actions-toolbar .secondary a.action:hover,
.customer-account-forgotpassword .actions-toolbar .secondary a.action:hover {
  color: var(--terra);
  text-decoration: none;
}
@media (max-width: 767px) {
  body.account .page-main {
    padding-top: 60px;
  }
}
body.account .page-main form input[type="text"],
body.account .page-main form input[type="password"],
body.account .page-main form input[type="url"],
body.account .page-main form input[type="tel"],
body.account .page-main form input[type="search"],
body.account .page-main form input[type="number"],
body.account .page-main form input[type*="date"],
body.account .page-main form input[type="email"],
body.account .page-main form select {
  height: 44px;
}
body.account .sidebar .product-items .product-item {
  margin-bottom: 20px;
  position: relative;
  background: var(--bg-sec);
  border-radius: 15px;
}
body.account .sidebar .action.tocart {
  background: var(--terra);
  border: none;
  border-radius: 10px;
}
body.account .sidebar .action.tocart:hover {
  background: var(--terra-h);
}
body.account .sidebar-additional .block-compare,
body.account .sidebar-additional .block-wishlist .action.details,
body.account .sidebar-additional .block-reorder {
  display: none;
}
body.account .block-collapsible-nav .content {
  background: var(--bg-sec);
  border-radius: 15px;
}
body.account .block-collapsible-nav .item a {
  transition: var(--ease);
}
body.account .block-collapsible-nav .item a:hover {
  background: var(--terra);
  color: var(--white);
  transition: var(--ease);
}
@media (max-width: 767px) {
  body.account .block-collapsible-nav {
    top: 0;
    margin: 0;
  }
}
body.account.wishlist-index-index .form-wishlist-items ol.product-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 767px) {
  body.account.wishlist-index-index .form-wishlist-items ol.product-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 540px) {
  body.account.wishlist-index-index .form-wishlist-items ol.product-items {
    grid-template-columns: repeat(1, 1fr);
  }
}
body.account.wishlist-index-index .form-wishlist-items ol.product-items .product-item {
  width: 100% !important;
  padding: 0 !important;
  margin: 0;
}
@media only screen and (max-width: 639px) {
  body.account.wishlist-index-index .form-wishlist-items ol.product-items .product-item {
    border: none;
  }
}
@media (min-width: 768px) {
  body.account.wishlist-index-index .form-wishlist-items ol.product-items .product-item .product-image-container {
    width: 100%;
  }
}
body.account.wishlist-index-index .form-wishlist-items .actions-toolbar {
  margin: 10px 0;
}
body.account.wishlist-index-index .form-wishlist-items .actions-toolbar .action {
  background: var(--terra);
  color: #fff;
  border-radius: 15px;
  border: none;
}
body.account.wishlist-index-index .form-wishlist-items .actions-toolbar .action:hover {
  background: var(--terra-h);
}
body.account.wishlist-index-index .products-grid .product-item-info .product-item-inner {
  border: 0 !important;
  clip: initial !important;
  height: inherit !important;
  margin: 0 !important;
  overflow: visible !important;
  padding: 0 !important;
  position: relative !important;
  width: inherit !important;
  box-shadow: none !important;
  background: transparent !important;
  right: 0 !important;
  top: 0 !important;
}
body.account.wishlist-index-index .products-grid .product-item-info .product-item-inner .comment-box {
  margin-top: 0;
}
body.account.wishlist-index-index .products-grid .product-item-info .product-item-inner .comment-box .product-item-comment {
  display: block;
  height: 42px;
  margin: 10px 0;
  background: var(--white);
  border: none;
  border-radius: 10px;
}
body.account.wishlist-index-index .products-grid .product-item-info .product-item-inner .box-tocart {
  margin-bottom: 0;
}
body.account.wishlist-index-index .products-grid .product-item-info .product-item-inner .box-tocart .fieldset {
  margin-bottom: 0;
}
body.account.wishlist-index-index .products-grid .product-item-info .product-item-inner .box-tocart .fieldset input {
  height: 32px !important;
}
body.account.wishlist-index-index .products-grid .product-item-info .product-item-inner .box-tocart .tocart {
  background: var(--terra);
  border: none;
  border-radius: 50px;
  min-height: 34px;
}
body.account.wishlist-index-index .products-grid .product-item-info .product-item-inner .box-tocart .tocart:hover {
  background: var(--terra-h);
}
body.account.wishlist-index-index .products-grid .product-item-info .product-item-inner .product-item-actions a.action.edit:before {
  content: "\e90b" !important;
  font-family: 'Rootcons' !important;
}
body.account.wishlist-index-index .products-grid .product-item-info .product-item-inner .product-item-actions a.action.delete:before {
  content: "\e926" !important;
  font-family: 'Rootcons' !important;
}
body.account.wishlist-index-index .products-grid .product-item-info:hover,
body.account.wishlist-index-index .products-grid .product-item-info.active {
  background: transparent;
  padding: 0;
  box-shadow: none;
  border: none;
  margin: 0;
}
body.account .action.save,
body.account .action.add {
  background: var(--terra);
  border: none;
  font-size: 16px !important;
  padding: 0 15px !important;
  min-height: 46px;
  transition: var(--ease);
}
body.account .action.save:hover,
body.account .action.add:hover {
  background: var(--terra-h);
  transition: var(--ease);
}
body.account.customer-address-index .block-addresses-default .block-content a {
  color: var(--terra);
  font-weight: 500;
}
body.account.customer-account-index .column.main a {
  color: var(--terra);
  text-decoration: none;
  font-weight: 500;
}
body.account.customer-account-index .column.main a:hover,
body.account.customer-account-index .column.main a:visited {
  color: var(--terra-h);
}
body.account.sales-order-history .data.table .col.actions a {
  text-decoration: none;
  color: var(--terra-h);
}
body.account.sales-order-history .data.table .col.actions a:hover {
  text-decoration: none;
  color: var(--terra-h);
}
body.account.sales-order-view .order-links .item strong {
  background: var(--bg-sec);
}
body.account.sales-order-view .table tfoot,
body.account.sales-order-view .order-details-items tfoot td {
  background: var(--bg);
}
body.account.sales-order-view .block-order-details-view .block-content a {
  color: var(--terra);
  font-weight: 500;
}
body.account.sales-order-view .action.print,
body.account.sales-order-view .action.print:visited {
  text-decoration: none;
  color: var(--terra);
}
body.account.sales-order-view .action.print:hover {
  color: var(--terra-h);
}
body.account.sales-order-print header#navbar {
  display: none;
}
body.account.sales-order-print .logo {
  margin-top: 20px;
}
body.account.sales-order-print .order-details-items tfoot .amount,
body.account.sales-order-print .order-details-items tfoot .mark {
  background: var(--bg);
}
.customer-account-logoutsuccess {
  /*dont move this to body class .account*/
}
.customer-account-logoutsuccess .page-main {
  padding-top: 50px;
  text-align: center;
}
.checkout-cart-index .page-main {
  padding-top: 40px;
}
.checkout-cart-index .cart-container .cart-summary {
  background: var(--bg-sec);
  border-radius: 15px;
}
.checkout-cart-index .cart-container .cart-summary .checkout-methods-items .action.primary.checkout {
  background: var(--terra);
  transition: var(--ease);
  border: none;
}
.checkout-cart-index .cart-container .cart-summary .checkout-methods-items .action.primary.checkout:hover {
  background: var(--terra-h);
  transition: var(--ease);
}
.checkout-cart-index .cart-container .cart-summary .checkout-methods-items .multicheckout:hover {
  text-decoration: none;
  color: var(--terra);
}
.checkout-cart-index .cart-container .cart-summary .cart-totals .grand strong {
  font-size: 16px !important;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .product-item-name a {
  text-decoration: none;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .actions-toolbar {
  min-height: 40px;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .actions-toolbar .action-towishlist {
  display: none !important;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .actions-toolbar > .action-edit:before {
  content: "\e90b" !important;
  font-family: 'Rootcons' !important;
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .actions-toolbar > .action-delete:before {
  content: "\e926" !important;
  font-family: 'Rootcons' !important;
}
.checkout-cart-index .cart-container .form-cart .cart.actions.main .update {
  background: var(--terra);
  color: #fff;
  border-radius: 15px;
}
.checkout-cart-index .cart-container .form-cart .cart.actions.main .update:hover {
  border: none;
  background: var(--terra-h);
}
@media (max-width: 767px) {
  .checkout-cart-index .cart-container .cart-discount {
    border: none;
  }
}
.checkout-cart-index .cart-container .cart-discount .block {
  background: var(--bg-sec);
  padding: 20px;
  border-radius: 20px;
}
.checkout-cart-index .cart-container .cart-discount .block > .title {
  border: none;
}
.checkout-cart-index .cart-container .cart-discount .block > .title strong {
  color: var(--terra);
  font-weight: 600;
}
.checkout-cart-index .cart-container .cart-discount .block > .title::after {
  display: none;
}
.checkout-cart-index .cart-container .cart-discount .block .content {
  display: block !important;
  padding: 0;
}
.checkout-cart-index .cart-container .cart-discount .block .content .fieldset {
  margin: 0;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.checkout-cart-index .cart-container .cart-discount .block .content .fieldset .field {
  margin: 0;
}
.checkout-cart-index .cart-container .cart-discount .block .content .fieldset input {
  height: 46px;
  border: none;
  background: #fff !important;
  text-indent: 10px;
}
.checkout-cart-index .cart-container .cart-discount .block .content .fieldset .actions-toolbar .action {
  padding: 0 20px;
  height: 46px;
  border: none !important;
  background: var(--terra) !important;
  color: #fff !important;
  border-radius: 15px !important;
  box-shadow: none !important;
}
.checkout-cart-index .cart-container .cart-discount .block .content .fieldset .actions-toolbar .action:hover {
  background: var(--terra-h) !important;
  border: none !important;
}
.checkout-index-index header.navbar {
  display: none;
}
.checkout-index-index .opc-progress-bar .opc-progress-bar-item {
  /*&:before, & > span:before {
                background: var(--terra);
                border-color: var(--terra);
            }*/
}
@media (max-width: 639px) {
  .checkout-index-index .opc-progress-bar .opc-progress-bar-item {
    width: 50%;
  }
}
.checkout-index-index .opc-progress-bar .opc-progress-bar-item._complete > span {
  color: var(--terra);
  font-weight: 600;
}
.checkout-index-index .opc-progress-bar .opc-progress-bar-item > span:after {
  border-color: var(--terra);
}
.checkout-index-index .opc-progress-bar .opc-progress-bar-item._complete > span:after .opc-progress-bar-item._active > span:after {
  content: "\e906" !important;
  font-family: 'Rootcons' !important;
  font-size: 16px;
  color: var(--terra);
}
.checkout-index-index .opc-progress-bar .opc-progress-bar-item > span:after {
  font-size: 16px;
  color: var(--terra);
}
.checkout-index-index .opc-progress-bar .opc-progress-bar-item._complete::before,
.checkout-index-index .opc-progress-bar .opc-progress-bar-item._complete > span::before {
  background: var(--terra);
  border-color: var(--terra);
}
.checkout-index-index .opc-summary-wrapper {
  background: var(--bg-sec);
  border-radius: 15px;
}
.checkout-index-index .opc-summary-wrapper .opc-block-summary,
.checkout-index-index .opc-summary-wrapper .modal-inner-wrap {
  background: var(--bg-sec);
  border-radius: 15px;
}
.checkout-index-index .opc-wrapper .step-title {
  font-family: var(--hf);
  font-size: clamp(26px, 4vw, 42px);
}
.checkout-index-index .opc-wrapper select,
.checkout-index-index .opc-wrapper input {
  height: 46px;
}
.checkout-index-index .opc-wrapper input[type='radio'],
.checkout-index-index .opc-wrapper input[type='checkbox'] {
  height: initial;
}
.checkout-index-index .opc-wrapper .actions-toolbar .action {
  background: var(--terra);
  border: none;
}
.checkout-index-index .opc-wrapper .actions-toolbar .action:hover {
  background: var(--terra-h);
}
.checkout-index-index .opc-wrapper .action-select-shipping-item,
.checkout-index-index .opc-wrapper .action-show-popup {
  background: var(--terra);
  color: #fff;
  border-radius: 25px;
  border: none;
}
.checkout-index-index .opc-wrapper .action-select-shipping-item:hover,
.checkout-index-index .opc-wrapper .action-show-popup:hover {
  background: var(--terra-h);
  border: none;
}
.checkout-index-index .opc-wrapper .shipping-address-items {
  font-size: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}
@media (max-width: 1024px) {
  .checkout-index-index .opc-wrapper .shipping-address-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .checkout-index-index .opc-wrapper .shipping-address-items {
    grid-template-columns: repeat(1, 1fr);
  }
}
.checkout-index-index .opc-wrapper .shipping-address-item {
  border: 2px solid var(--border);
  font-size: 14px;
  line-height: 30px;
  margin: 0 0 20px;
  transition: 0.3s border-color;
  display: inline-block;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
  border-radius: 10px;
  width: 100%;
  padding: 15px;
}
.checkout-index-index .opc-wrapper .shipping-address-item.selected-item {
  border-radius: 10px;
  overflow: hidden;
  border-color: var(--terra);
}
@media (max-width: 767px) {
  .checkout-index-index .opc-estimated-wrapper {
    margin: 0 0 10px;
    border: none;
    background: var(--bg-sec);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .checkout-index-index .opc-estimated-wrapper::before,
  .checkout-index-index .opc-estimated-wrapper::after {
    display: none;
  }
}
.checkout-index-index .checkout-payment-method .opc-payment-additional.discount-code {
  display: none;
}
.checkout-index-index .checkout-payment-method .checkout-billing-address .action {
  padding: 0 15px;
  min-height: 46px;
  border-radius: 10px;
  color: #fff !important;
  font-weight: 600;
  margin: 3px;
  text-decoration: none !important;
  background: var(--terra);
  border: none !important;
  transition: var(--ease);
}
.checkout-index-index .checkout-payment-method .checkout-billing-address .action:hover {
  background: var(--terra-h);
  transition: var(--ease);
}
@media (max-width: 639px) {
  .checkout-index-index .opc-wrapper .form-login,
  .checkout-index-index .opc-wrapper .form-shipping-address,
  .checkout-index-index .opc-wrapper .methods-shipping {
    background: var(--bg);
    border: none;
  }
  .checkout-index-index .opc-wrapper .methods-shipping {
    padding: 0;
    margin: 0;
  }
}
/*login popup to access checkout*/
.popup-authentication .modal-inner-wrap {
  border-radius: 15px;
}
.popup-authentication .block-authentication {
  border: none !important;
}
.popup-authentication .block-authentication .block-title strong {
  font-family: var(--hf);
  color: #000;
}
.popup-authentication .block-authentication .block[class] .field .control input {
  height: initial;
  min-height: 46px;
}
.popup-authentication .block-authentication .actions-toolbar {
  margin-top: 0;
}
.popup-authentication .block-authentication .actions-toolbar > .primary .action {
  font-size: 16px;
  background: var(--terra);
  color: #fff;
  font-weight: 500;
  border-radius: 10px;
  border: none;
  transition: var(--ease);
}
.popup-authentication .block-authentication .actions-toolbar > .primary .action:hover {
  background: var(--terra-h);
  transition: var(--ease);
}
.popup-authentication .block-authentication .actions-toolbar .secondary a.action:hover {
  text-decoration: none;
  color: var(--terra);
}
.popup-authentication .block-authentication .block[class] ul {
  list-style: disc;
  list-style-position: inside;
}
.checkout-onepage-success .page-main {
  padding-top: 40px;
}
.checkout-onepage-success .page-main a.order-number {
  color: var(--terra);
  text-decoration: none;
}
.checkout-onepage-success .page-main a.action.primary.continue {
  background: var(--terra);
  border: none;
  border-radius: 15px;
  font-size: 16px;
  min-height: 46px;
  padding: 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  transition: var(--ease);
}
.checkout-onepage-success .page-main a.action.primary.continue:hover {
  background: var(--terra-h);
  transition: var(--ease);
}
.new-shipping-address-modal .modal-inner-wrap {
  max-width: 550px;
  border-radius: 20px;
}
.new-shipping-address-modal .modal-inner-wrap input:not([type="checkbox"]),
.new-shipping-address-modal .modal-inner-wrap select {
  min-height: 46px;
  border: none;
}
.new-shipping-address-modal .modal-footer .action-save-address {
  background: var(--terra);
  border: none;
  font-size: 16px !important;
  padding: 0 20px !important;
  min-height: 46px;
  transition: var(--ease);
}
.new-shipping-address-modal .modal-footer .action-save-address:hover {
  background: var(--terra-h);
}
.new-shipping-address-modal .modal-footer .action-hide-popup {
  color: var(--terra) !important;
  text-decoration: none !important;
  margin-top: 13px !important;
}
.new-shipping-address-modal .modal-footer .action-hide-popup:hover {
  color: var(--terra-h);
}
/*contact us page*/
.cms-contact .page-main {
  padding-top: 20px;
}
.cms-contact #contact-form textarea {
  background: var(--bg-sec);
  border-radius: 15px;
}
.cms-contact #contact-form .action.submit {
  background: var(--terra);
  transition: var(--ease);
  border: none;
}
.cms-contact #contact-form .action.submit:hover {
  background: var(--terra-h);
  transition: var(--ease);
}
/**
 * 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,
  .abs-discount-block-desktop .block,
  .column .block-addbysku .block-content .box,
  .storecredit .block,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .form-address-edit > .fieldset,
  .form-edit-account .fieldset,
  .magento-payments-review-discount .block,
  .paypal-review-discount .block,
  .cart-discount .block {
    width: 48%;
  }
  .abs-blocks-2columns:nth-child(1),
  .abs-discount-block-desktop .block:nth-child(1),
  .column .block-addbysku .block-content .box:nth-child(1),
  .storecredit .block:nth-child(1),
  .login-container .block:nth-child(1),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(1),
  .form-address-edit > .fieldset:nth-child(1),
  .form-edit-account .fieldset:nth-child(1),
  .magento-payments-review-discount .block:nth-child(1),
  .paypal-review-discount .block:nth-child(1),
  .cart-discount .block:nth-child(1) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns:nth-child(2),
  .abs-discount-block-desktop .block:nth-child(2),
  .column .block-addbysku .block-content .box:nth-child(2),
  .storecredit .block:nth-child(2),
  .login-container .block:nth-child(2),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2),
  .form-address-edit > .fieldset:nth-child(2),
  .form-edit-account .fieldset:nth-child(2),
  .magento-payments-review-discount .block:nth-child(2),
  .paypal-review-discount .block:nth-child(2),
  .cart-discount .block:nth-child(2) {
    float: right;
  }
  .abs-blocks-2columns:nth-child(2) + *,
  .abs-discount-block-desktop .block:nth-child(2) + *,
  .column .block-addbysku .block-content .box:nth-child(2) + *,
  .storecredit .block:nth-child(2) + *,
  .login-container .block:nth-child(2) + *,
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2) + *,
  .form-address-edit > .fieldset:nth-child(2) + *,
  .form-edit-account .fieldset:nth-child(2) + *,
  .magento-payments-review-discount .block:nth-child(2) + *,
  .paypal-review-discount .block:nth-child(2) + *,
  .cart-discount .block:nth-child(2) + * {
    clear: both;
  }
  .abs-margin-for-blocks-and-widgets-desktop,
  .page-main .block,
  .customer-review .product-details {
    margin-bottom: 50px;
  }
  .abs-reset-left-margin-desktop,
  .column.main .magento-payments-review .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .column.main .block-giftregistry-shared-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-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 90%;
  }
  .abs-add-fields-desktop .fieldset .field .control,
  .form-giftregistry-share .fieldset .field .control,
  .form-giftregistry-edit .fieldset .field .control,
  .form-create-return .fieldset .field .control,
  .form.send.friend .fieldset .field .control {
    width: auto;
  }
  .abs-margin-for-forms-desktop {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .block-search .label,
  .modes-label,
  .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,
  .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,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .paypal-review-discount:before,
  .paypal-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 .page-title-wrapper:before,
  .account .page-title-wrapper: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,
  .data.table .gift-wrapping .nested:before,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:before,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:before,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:before,
  .order-links:after,
  .account .column.main .block.block-order-details-view:before,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:before,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:before,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .header.content:before,
  .header.content:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:after,
  .order-review-form:after,
  .paypal-review .block-content:after,
  .paypal-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 .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:after,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:after,
  .header.content:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .abs-shopping-cart-items-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional,
  .bundle-options-container .block-bundle-summary,
  .block.crosssell,
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    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 {
    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 {
    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 {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label {
    margin: 0 0 8px;
    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 {
    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 {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field,
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field,
  .form-create-return .fieldset .field,
  .form.send.friend .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2 .fieldset .field + .fieldset,
  .form-giftregistry-share .fieldset .field + .fieldset,
  .form-giftregistry-edit .fieldset .field + .fieldset,
  .form-create-return .fieldset .field + .fieldset,
  .form.send.friend .fieldset .field + .fieldset {
    clear: both;
  }
  .abs-form-field-column-2 .fieldset .field:nth-last-child(1),
  .abs-form-field-column-2 .fieldset .field:nth-last-child(2),
  .form-giftregistry-share .fieldset .field:nth-last-child(1),
  .form-giftregistry-share .fieldset .field:nth-last-child(2),
  .form-giftregistry-edit .fieldset .field:nth-last-child(1),
  .form-giftregistry-edit .fieldset .field:nth-last-child(2),
  .form-create-return .fieldset .field:nth-last-child(1),
  .form-create-return .fieldset .field:nth-last-child(2),
  .form.send.friend .fieldset .field:nth-last-child(1),
  .form.send.friend .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field .field,
  .form-giftregistry-share .fieldset .field .field,
  .form-giftregistry-edit .fieldset .field .field,
  .form-create-return .fieldset .field .field,
  .form.send.friend .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1 {
    width: 100%;
  }
  .abs-forms-general-desktop,
  .form.search.advanced,
  .form-giftcard-redeem,
  .form-giftregistry-create {
    max-width: 500px;
  }
  .abs-forms-general-desktop .legend,
  .form.search.advanced .legend,
  .form-giftcard-redeem .legend,
  .form-giftregistry-create .legend {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-forms-general-desktop .legend + br,
  .form.search.advanced .legend + br,
  .form-giftcard-redeem .legend + br,
  .form-giftregistry-create .legend + br {
    display: none;
  }
  .abs-revert-side-paddings,
  .checkout-cart-index .page-title-wrapper,
  .cart-summary .block .content,
  .cart-empty {
    padding-left: 0;
    padding-right: 0;
  }
  .abs-account-block-font-size,
  .block-addresses-list address,
  .box-billing-address .box-content,
  .box-shipping-address .box-content,
  .box-address-billing .box-content,
  .box-address-shipping .box-content,
  .box-information .box-content,
  .block-balance-giftcard .block-content,
  .block-reviews-dashboard .product-name {
    font-size: 1.6rem;
  }
  .abs-account-table-margin-desktop,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    margin-top: -25px;
  }
  .abs-action-print,
  .order-actions-toolbar .action.print {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print:before,
  .order-actions-toolbar .action.print:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'luma-icons';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-action-print:hover,
  .order-actions-toolbar .action.print:hover {
    text-decoration: underline;
  }
  .abs-no-display-desktop,
  .opc-estimated-wrapper,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-status-desktop,
  .return-status,
  .order-status {
    margin-top: 6px;
    padding: 5px 10px;
  }
  .abs-title-orders-desktop .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-date,
  .account .page-main .page-title-wrapper .order-date,
  [class^='sales-guest-'] .page-main .page-title-wrapper .order-date,
  .sales-guest-view .page-main .page-title-wrapper .order-date {
    margin: -14px 0 18px;
  }
  .abs-table-bordered-desktop {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > tbody > tr > th,
  .abs-table-bordered-desktop > tfoot > tr > th,
  .abs-table-bordered-desktop > thead > tr > td,
  .abs-table-bordered-desktop > tbody > tr > td,
  .abs-table-bordered-desktop > tfoot > tr > td {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > thead > tr > td {
    border-bottom: 1px solid #ccc;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    position: relative;
  }
  .abs-pager-toolbar .toolbar-amount,
  .abs-pager-toolbar .limiter,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter {
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    display: inline-block;
    float: right;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    line-height: 30px;
    padding: 0;
  }
  .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 {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 4%;
    position: relative;
  }
  .abs-discount-block-desktop .block > .title,
  .magento-payments-review-discount .block > .title,
  .paypal-review-discount .block > .title,
  .cart-discount .block > .title {
    border: 0;
    padding: 0 0 10px;
  }
  .abs-discount-block-desktop .block > .title strong,
  .magento-payments-review-discount .block > .title strong,
  .paypal-review-discount .block > .title strong,
  .cart-discount .block > .title strong {
    font-size: 1.6rem;
  }
  .abs-discount-block-desktop .block .content,
  .magento-payments-review-discount .block .content,
  .paypal-review-discount .block .content,
  .cart-discount .block .content {
    padding: 0 0 20px;
  }
  .abs-discount-block-desktop .actions-toolbar .secondary,
  .magento-payments-review-discount .actions-toolbar .secondary,
  .paypal-review-discount .actions-toolbar .secondary,
  .cart-discount .actions-toolbar .secondary {
    bottom: -30px;
    left: 0;
    position: absolute;
  }
  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: 58.33333333%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 79.16666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 79.16666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 20.83333333%;
    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: 20.83333333%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 20.83333333%;
    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: #f0f0f0;
    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: 47px;
    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: #C86A43;
    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: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 400;
    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: #ccc;
    color: #ccc;
    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: #C86A43;
    border-style: solid;
    border-width: 0 0 0 3px;
    color: #333;
  }
  .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: 'luma-icons';
    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: 'luma-icons';
    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;
  }
  .legend {
    border-bottom: 1px solid #c5c5c5;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
    border-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .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 -1px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 400;
    line-height: 40px;
    font-size: 1.4rem;
    color: #6d6d6d;
    text-decoration: none;
    background: #f6f6f6;
    border: 1px solid #ccc;
    border-bottom: none;
    height: 40px;
    padding: 1px 35px 1px 35px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #6d6d6d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #6d6d6d;
    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: #ffffff;
  }
  .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: 2px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 43px;
    padding: 35px 35px 35px 35px;
    border: 1px solid #ccc;
  }
  .product.data.items .item.title a:after {
    display: none;
  }
  .actions-toolbar {
    text-align: left;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .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 15px 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;
  }
  .popup-content .fieldset .actions-toolbar .secondary {
    display: inline-block;
    float: none;
  }
  .popup-content .fieldset .actions-toolbar .action.cancel {
    margin-top: 6px;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  #store-selector .form-continue .actions-toolbar > .primary {
    float: right;
  }
  #store-selector .form-continue .actions-toolbar .action.primary {
    margin: 0;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .magento-payments-review .magento-payments-review-title {
    border-bottom: 1px solid #ccc;
  }
  .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 #ccc;
  }
  .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-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;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #ccc;
  }
  .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 .table-paypal-review-items .col.price,
  .paypal-review .table-paypal-review-items .col.qty {
    text-align: center;
  }
  .paypal-review .table-paypal-review-items .col.item {
    width: 60%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .paypal-review-discount {
    border-top: 1px solid #ccc;
  }
  .paypal-review-discount .block {
    margin-bottom: 15px;
  }
  .paypal-review-discount .block.giftcard.active {
    padding-bottom: 40px;
  }
  .paypal-review-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .paypal-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 .secondary .action {
    margin: 0;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-actions .action.primary.customize {
    width: auto;
  }
  .bundle-options-container .legend.title {
    font-size: 40px;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    margin-top: 66px;
    padding: 10px 20px;
    position: relative;
    width: 40%;
  }
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper,
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper > .price {
    color: #575757;
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee {
    color: #575757;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee .price {
    font-size: 1.2rem;
    font-weight: 700;
  }
  .bundle-options-container .block-bundle-summary .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .bundle-options-container .block-bundle-summary .box-tocart .action.primary {
    margin-right: 1%;
    width: auto;
  }
  .bundle-options-container .block-bundle-summary .product-addto-links {
    text-align: left;
  }
  .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%;
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #575757;
  }
  .block-search input:-moz-placeholder {
    color: #575757;
  }
  .block-search input::-moz-placeholder {
    color: #575757;
  }
  .block-search input:-ms-input-placeholder {
    color: #575757;
  }
  .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;
    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: 16px;
    line-height: 32px;
    color: #757575;
    content: '\e615';
    font-family: 'luma-icons';
    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: #333;
  }
  .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;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    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;
  }
  .toolbar-amount {
    display: block;
    float: left;
    position: static;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
    margin-bottom: 0;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    background-color: #f0f0f0;
    box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    color: #5e5e5e;
    border: 1px solid #ccc;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-label + .modes-mode {
    border-radius: 3px 0 0 3px;
  }
  .modes-mode:hover {
    color: #5e5e5e;
    background: #ebebeb;
  }
  .modes-mode:last-child {
    border-radius: 0 3px 3px 0;
    border-right: 1px solid #ccc;
  }
  .modes-mode.active {
    box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    background: #dedede;
    color: #9e9e9e;
  }
  .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: 16px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60d';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .page-products .sorter {
    position: static;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .product-info-main .page-title-wrapper h1 {
    margin-bottom: 15px;
  }
  .product-info-main .product-add-form {
    padding-top: 20px;
  }
  .box-tocart .action.tocart {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .product-social-links {
    text-align: left;
  }
  .product-options-bottom .price-box .price-container,
  .product-info-price .price-box .price-container {
    font-size: 21px;
  }
  .product-options-bottom .price-box .price-container .price,
  .product-info-price .price-box .price-container .price {
    font-size: 36px;
    line-height: 36px;
  }
  .product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
  .product-info-price .price-box .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .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%;
  }
  .product-add-form .product-options-wrapper .field .control {
    width: 80%;
  }
  .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;
  }
  .catalog-category-view.page-layout-1column .column.main {
    min-height: inherit;
  }
  .compare.wrapper {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  .compare.wrapper .action.compare {
    line-height: 32px;
    color: #333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:visited {
    color: #333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:hover {
    color: #333;
    text-decoration: underline;
  }
  .compare.wrapper .action.compare:active {
    color: #333;
    text-decoration: underline;
  }
  .compare.wrapper .counter.qty {
    color: #7d7d7d;
  }
  .compare.wrapper .counter.qty:before {
    content: '(';
  }
  .compare.wrapper .counter.qty:after {
    content: ')';
  }
  .checkout-cart-index .page-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-container .form-cart .actions.main {
    text-align: right;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 20px;
  }
  .cart-summary {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding: 1px 20px 25px;
    position: relative;
  }
  .cart-summary > .title {
    display: block;
  }
  .cart-summary .fieldset .actions-toolbar {
    margin-left: 0;
  }
  .cart-summary .fieldset .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block > .title {
    padding-left: 0;
  }
  .cart-summary .block > .title:after {
    right: 3px;
  }
  .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 8px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart-summary .checkout-methods-items {
    padding: 0;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper tbody td {
    padding-top: 20px;
  }
  .cart.table-wrapper .item .col.item {
    padding: 20px 8px 20px 0;
  }
  .cart.table-wrapper .item-actions td {
    padding: 0;
  }
  .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;
    padding-bottom: 35px;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart-products-toolbar {
    margin: 2px 0 0;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .cart-discount {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    border: 0;
    box-sizing: border-box;
    padding-right: 4%;
  }
  .cart-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .cart-discount .block.discount {
    width: auto;
  }
  .cart-discount .block .actions-toolbar {
    width: auto;
  }
  .block.crosssell {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding: 0 4% 0 0;
  }
  .block.crosssell .products-grid .product-item {
    width: 25%;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    width: 390px;
  }
  .minilist .action.delete:before,
  .minicart-wrapper .action.edit:before {
    font-size: 16px;
    line-height: inherit;
  }
  .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: 23px 0 0;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 500px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 20px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .checkout-shipping-method .actions-toolbar .action.primary.button {
    margin-top: 2px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 500px;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
  }
  .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-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;
  }
  .storecredit .block-balance-history {
    width: 100%;
  }
  .table-balance-history .col {
    width: 25%;
  }
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .login-container .fieldset > .field > .control {
    width: 80%;
  }
  .form-create-account .fieldset-fullname .fields {
    display: table;
    width: 100%;
  }
  .form-create-account .fieldset-fullname .fields .field {
    display: table-cell;
  }
  .form-create-account .fieldset-fullname .fields .field + .field {
    padding-left: 10px;
  }
  .form-create-account .fieldset-fullname .field-name-prefix,
  .form-create-account .fieldset-fullname .field-name-suffix {
    width: 50px;
  }
  .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%;
  }
  .account.page-layout-2columns-left .sidebar-main .block {
    margin-bottom: 0;
  }
  .account .data.table {
    margin-bottom: 0;
  }
  .account .data.table .col.actions {
    white-space: nowrap;
  }
  .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%;
  }
  .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: 4%;
  }
  .form-edit-account .fieldset .fieldset {
    margin-bottom: 20px;
    width: 100%;
  }
  .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-giftcard .product-info-main .price-box .price-container.price-final {
    font-size: 21px;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
    font-size: 36px;
    line-height: 36px;
  }
  .page-product-giftcard .product-info-main .product-info-stock-sku {
    padding-bottom: 0;
  }
  .page-product-giftcard .product-info-main .product-reviews-summary {
    float: none;
  }
  .page-product-giftcard .product-add-form {
    margin-top: -20px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) {
    margin: 0 0 20px;
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .page-product-giftcard .product-add-form .field:not(.text):last-child {
    margin-bottom: 0;
  }
  .page-product-giftcard .product-add-form .field:not(.text) + .fieldset {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    font-weight: 600;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label + br {
    display: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .choice input {
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:before,
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    content: '';
    display: table;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group .field {
    box-sizing: border-box;
    float: left;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-2 .field {
    width: 50% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-3 .field {
    width: 33.3% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-4 .field {
    width: 25% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-5 .field {
    width: 20% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    width: 100%;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon textarea,
  .page-product-giftcard .product-add-form .field:not(.text) .addon select,
  .page-product-giftcard .product-add-form .field:not(.text) .addon input {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    display: inline-block;
    margin: 0;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter {
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 32px;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:disabled,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:disabled {
    opacity: 0.5;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-moz-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-moz-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-webkit-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-webkit-input-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:-ms-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:-ms-input-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore {
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .additional {
    margin-top: 10px;
  }
  .page-product-giftcard .product-add-form .field:not(.text).required > .label:after,
  .page-product-giftcard .product-add-form .field:not(.text)._required > .label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note {
    font-size: 1.2rem;
    margin: 3px 0 0;
    padding: 0;
    display: inline-block;
    text-decoration: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 12px;
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(odd) {
    padding-right: 25px;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(even) {
    padding-right: 0;
  }
  .page-product-giftcard .product-add-form .product-options-wrapper .field:not(.date) > .control {
    width: auto;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
    margin-right: 0;
  }
  .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;
  }
  .gift-item-block .title {
    font-size: 1.6rem;
    padding: 20px 0;
  }
  .item-gift td {
    padding-left: 0;
    padding-right: 0;
  }
  .cart.table-wrapper .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .cart .action-gift {
    float: left;
  }
  .cart-container .cart-gift-item {
    margin-bottom: 20px;
  }
  .cart-container .cart-gift-item .gift-options,
  .cart-container .cart-gift-item .gift-summary {
    padding-bottom: 20px;
  }
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field {
    width: 45%;
  }
  .form-giftregistry-edit .fieldset.shipping_address .fieldset {
    margin-top: 20px;
  }
  .table-giftregistry .col.create {
    white-space: nowrap;
  }
  .table-giftregistry .col.message {
    width: 40%;
  }
  .table-giftregistry .col.actions {
    width: 30%;
  }
  .table-giftregistry-items .col.note {
    width: 30%;
  }
  .account .data.table.table-giftregistry-items > thead > tr > th,
  .account .data.table.table-giftregistry-items > tbody > tr > th,
  .account .data.table.table-giftregistry-items > tfoot > tr > th,
  .account .data.table.table-giftregistry-items > thead > tr > td,
  .account .data.table.table-giftregistry-items > tbody > tr > td,
  .account .data.table.table-giftregistry-items > tfoot > tr > td {
    border-top: 1px solid #ccc;
  }
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > th,
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > td {
    border-top: 0;
  }
  .account .data.table.table-giftregistry-items > tbody + tbody {
    border-top: 1px solid #ccc;
  }
  .account .data.table.table-giftregistry-items th {
    border-bottom: 0;
  }
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > td,
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > th {
    background: none;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset .field.name,
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-bottom: auto;
  }
  .form-giftregistry-search .fieldset .field.name + .fieldset,
  .form-giftregistry-search .fieldset .field.lastname + .fieldset {
    clear: both;
  }
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0;
  }
  .block-giftregistry-shared-items .item {
    border-bottom: 1px solid #ccc;
    border-top: 0;
  }
  .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%;
  }
  .gift-options-cart-item .gift-summary .regular-price,
  .cart-gift-item .gift-summary .regular-price {
    white-space: nowrap;
  }
  .gift-options-cart-item .gift-wrapping-name,
  .cart-gift-item .gift-wrapping-name {
    padding-right: 20px;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .page-product-grouped .product-info-price {
    float: none;
  }
  .page-product-grouped .minimal-price {
    margin-top: -8px;
  }
  .box-tocart .action.instant-purchase {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .table-invitations .col {
    width: 50%;
  }
  .filter.block {
    margin-bottom: 40px;
  }
  .filter-title {
    display: none;
  }
  .filter-content .item {
    margin: 10px 0;
  }
  .filter-actions {
    margin-bottom: 30px;
  }
  .filter.active .filter-options,
  .filter-options {
    background: transparent;
    clear: both;
    display: block;
    overflow: initial;
    position: static;
  }
  .filter-subtitle {
    display: block;
    position: static;
  }
  .page-layout-1column .toolbar-products {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .page-layout-1column .products ~ .toolbar-products {
    position: static;
  }
  .page-layout-1column.page-with-filter .column.main {
    padding-top: 45px;
    position: relative;
    z-index: 1;
  }
  .page-layout-1column .filter.block {
    border-top: 1px solid #ccc;
  }
  .page-layout-1column .filter-content {
    margin-top: 10px;
  }
  .page-layout-1column .filter-subtitle {
    display: none;
  }
  .page-layout-1column .filter-options-item {
    border: 0;
    display: inline-block;
    margin-right: 25px;
    position: relative;
  }
  .page-layout-1column .filter-options-item.active {
    z-index: 2;
  }
  .page-layout-1column .filter-options-item.active .filter-options-content {
    visibility: visible;
  }
  .page-layout-1column .filter-options-item.active:hover {
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after,
  .page-layout-1column .filter-options-item.active:before {
    border: 8px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #000;
    bottom: -1px;
    content: '';
    display: block;
    left: 5px;
    position: absolute;
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after {
    border-bottom-color: #fff;
    margin-top: 2px;
    z-index: 4;
  }
  .page-layout-1column .filter-options-title {
    padding: 0 20px 0 0;
  }
  .page-layout-1column .filter-options-title:after {
    right: 2px;
    top: 3px;
    z-index: 3;
  }
  .page-layout-1column .filter-options-content {
    background: #fff;
    -webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    border: 1px solid #ccc;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 180px;
    z-index: 2;
  }
  .page-layout-1column .filter-options-content .item {
    margin: 0;
    padding: 5px;
  }
  .page-layout-1column .filter-options-content .item a {
    margin-left: 0;
  }
  .page-layout-1column .filter-options-content .item:hover {
    background-color: #e8e8e8;
  }
  .page-layout-1column .filter-current {
    display: inline;
    line-height: 35px;
  }
  .page-layout-1column .filter-current-subtitle {
    color: #7d7d7d;
    display: inline;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
  }
  .page-layout-1column .filter-current-subtitle:after {
    content: ':';
  }
  .page-layout-1column .filter-current .item,
  .page-layout-1column .filter-current .items {
    display: inline;
  }
  .page-layout-1column .filter-current .item {
    margin-right: 25px;
    white-space: nowrap;
  }
  .page-layout-1column .filter-current .action.remove {
    line-height: normal;
  }
  .page-layout-1column .filter-actions {
    display: inline;
    white-space: nowrap;
  }
  .page-layout-1column .filter-actions ~ .filter-options {
    margin-top: 25px;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .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 #C86A43;
    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.newsletter {
    max-width: 220px;
  }
  .block.newsletter .form.subscribe > .field,
  .block.newsletter .form.subscribe > .actions {
    float: left;
  }
  .product-reviews-summary {
    margin-bottom: 15px;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .product-reviews-summary .reviews-actions {
    font-size: 14px;
    margin-top: 3px;
  }
  .form-create-return .fieldset .field {
    width: 45%;
  }
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .order-links .item {
    float: left;
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 20px;
  }
  .order-links .item strong {
    border-bottom: 0;
    margin-bottom: -1px;
    padding: 1px 20px 2px 20px;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-order-details-comments {
    margin: 0 0 60px;
  }
  .block-order-details-comments .comment-date {
    clear: left;
    float: left;
    margin-right: 50px;
    max-width: 90px;
  }
  .block-order-details-comments .comment-content {
    overflow: hidden;
  }
  .order-details-items {
    margin-top: -1px;
    padding: 25px;
  }
  .order-details-items .col.price {
    text-align: center;
  }
  .order-details-items .col.subtotal {
    text-align: right;
  }
  .order-details-items tbody td {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .order-details-items tfoot .amount,
  .order-details-items tfoot .mark {
    text-align: right;
  }
  .order-details-items.ordered .order-title {
    display: none;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .toolbar-amount {
    position: relative;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .table-order-items tbody .col.label,
  .table-order-items tbody .col.value {
    padding-left: 0;
  }
  .table-order-items.invoice .col.qty,
  .table-order-items.shipment .col.qty {
    text-align: center;
  }
  .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;
  }
  .form.send.friend {
    width: 60%;
  }
  .form.send.friend .fieldset .field {
    width: 45%;
  }
  .form.send.friend .fieldset .field.text {
    width: 90%;
  }
  html,
  body {
    height: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
    background-color: #6e716e;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    float: right;
    margin-left: 15px;
    margin-right: -6px;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .customer-welcome {
    display: inline-block;
    position: relative;
  }
  .customer-welcome:before,
  .customer-welcome:after {
    content: '';
    display: table;
  }
  .customer-welcome:after {
    clear: both;
  }
  .customer-welcome .action.switch {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch:active:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active {
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch.active > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e621';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch.active:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active:active:after {
    color: inherit;
  }
  .customer-welcome ul {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #fff;
    border: 1px solid #bbb;
    margin-top: 4px;
    min-width: 100%;
    z-index: 101;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  }
  .customer-welcome ul li {
    margin: 0;
    padding: 0;
  }
  .customer-welcome ul li:hover {
    background: #e8e8e8;
    cursor: pointer;
  }
  .customer-welcome ul:before,
  .customer-welcome ul:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  .customer-welcome ul:before {
    border: 6px solid;
    border-color: transparent transparent #fff transparent;
    z-index: 99;
  }
  .customer-welcome ul:after {
    border: 7px solid;
    border-color: transparent transparent #bbb transparent;
    z-index: 98;
  }
  .customer-welcome ul:before {
    right: 10px;
    top: -12px;
  }
  .customer-welcome ul:after {
    right: 9px;
    top: -14px;
  }
  .customer-welcome.active {
    overflow: visible;
  }
  .customer-welcome.active ul {
    display: block;
  }
  .customer-welcome li a {
    color: #333;
    text-decoration: none;
    display: block;
    line-height: 1.4;
    padding: 8px;
  }
  .customer-welcome li a:visited {
    color: #333;
    text-decoration: none;
  }
  .customer-welcome li a:hover {
    color: #333;
    text-decoration: none;
  }
  .customer-welcome li a:active {
    color: #333;
    text-decoration: none;
  }
  .customer-welcome .customer-name {
    cursor: pointer;
  }
  .customer-welcome .customer-menu {
    display: none;
  }
  .customer-welcome .action.switch {
    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;
    color: #fff;
  }
  .customer-welcome .action.switch:focus,
  .customer-welcome .action.switch:active {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch:hover {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch.disabled,
  .customer-welcome .action.switch[disabled],
  fieldset[disabled] .customer-welcome .action.switch {
    pointer-events: none;
    opacity: 0.5;
  }
  .customer-welcome .header.links {
    min-width: 175px;
    z-index: 1000;
  }
  .customer-welcome.active .action.switch:after {
    content: '\e621';
  }
  .customer-welcome.active .customer-menu {
    display: block;
  }
  .customer-welcome .greet {
    display: none;
  }
  .header.panel > .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    float: right;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li > a {
    display: inline-block;
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    color: #fff;
    padding-left: 5px;
  }
  .header.panel > .header.links > .authorization-link:after {
    content: attr(data-label);
    display: inline-block;
    margin: 0 -5px 0 5px;
  }
  .header.panel > .header.links > .authorization-link:last-child:after {
    display: none;
  }
  .header.panel > .header.links > .customer-welcome + .authorization-link {
    display: none;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .logo {
    margin: -8px auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .page-wrapper {
    margin: 0;
    position: relative;
    transition: margin 0.3s ease-out 0s;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .page-footer {
    background: #f4f4f4;
    margin-top: auto;
    padding-bottom: 25px;
  }
  .page-footer .switcher .options ul.dropdown {
    bottom: -10px;
    left: 100%;
    margin: 0 0 0 20px;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before,
  .page-footer .switcher .options ul.dropdown:after {
    bottom: 13px;
    left: auto;
    right: 100%;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before {
    border-color: transparent #fff transparent transparent;
  }
  .page-footer .switcher .options ul.dropdown:after {
    border-color: transparent #bbb transparent transparent;
    margin: 0 0 -1px -1px;
  }
  .footer.content {
    border-top: none;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content ul {
    padding-right: 50px;
  }
  .footer.content .switcher.store {
    display: block;
    margin: 0;
  }
  .footer.content .links {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .footer.content .links li {
    background: transparent;
    border: none;
    font-size: 14px;
    margin: 0 0 8px;
    padding: 0;
  }
  .footer.content .links a,
  .footer.content .links strong {
    display: inline;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-info:hover .product-item-inner {
    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-actions > * {
    display: inline-block;
    margin-bottom: 7px;
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .fieldset {
    display: table;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty,
  .products-grid.wishlist .product-item .fieldset .product-item-actions {
    display: table-cell;
    vertical-align: bottom;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .products-grid.wishlist .product-item .tocart {
    width: auto;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .wishlist-index-index .product-item-inner {
    background: #fff;
    border: 1px solid #bbb;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border-top: none;
    left: 0;
    margin: 9px 0 0 -1px;
    padding: 0 9px 9px;
    position: absolute;
    right: -1px;
    z-index: 2;
  }
  .wishlist-index-index .product-item-inner .comment-box {
    margin-top: -18px;
  }
  .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%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2FMagento_InventoryConfigurableProductFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2FMagento_ReCaptchaCheckoutSalesRule%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2FMagento_ReCaptchaCustomer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2FMagento_ReCaptchaFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2FMagento_ReCaptchaNewsletter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2FMagento_ReCaptchaReview%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2FMagento_ReCaptchaSendFriend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2FMagento_ReCaptchaWishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_mini-cart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_pay-later.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_apple-pay.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_google-pay.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2FMagento_ProductVideo%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_tooltip.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_utilities.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_order-summary.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2FMagento_Rma%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_custom.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_minicart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_header_footer.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fpages%5C%2F_home.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fpages%5C%2F_listing.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fpages%5C%2F_detail.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fpages%5C%2F_account.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fpages%5C%2F_cart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fpages%5C%2F_checkout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_responsive.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_extends.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2FMagento_GiftRegistry%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2FMagento_AdvancedCheckout%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2FMagento_CustomerBalance%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2FMagento_Customer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_review.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_review.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_cart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2FMagento_Review%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2FMagento_SendFriend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2FMagento_CatalogSearch%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_collapsible_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2FMagento_GiftWrapping%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2FMagento_MultipleWishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2FMagento_Sales%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2FMagento_Bundle%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2FMagento_GiftMessage%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_checkout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2FMagento_GiftCardAccount%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2FMagento_Reward%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_variables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_theme.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_estimated-total.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_tables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_sections.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_sections.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_actions-toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_actions-toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2F_popups.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_modals_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2FMagento_InventoryInStorePickupFrontend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2FMagento_CatalogEvent%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2FMagento_Contact%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_listings.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_minicart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_modals.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_shipping.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_sidebar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_authentication.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_payments.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_payment-options.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2FMagento_Downloadable%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2FMagento_GiftCard%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2FMagento_GroupedProduct%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2FMagento_InstantPurchase%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2FMagento_Invitation%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2FMagento_LayeredNavigation%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2FMagento_Newsletter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_dropdowns.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2FMagento_Vault%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%5C%2FMagento_Wishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMaven%5C%2FClayToClay%5C%2Fen_US%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%3BAAIA%2CuBACI%3BEACI%2CaAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BACFR%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%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%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%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BACwFR%2CwBAPA%2C8BACA%2C8BAA6B%3BEACzB%3BIACI%2CYAAA%3BIACA%2CUAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BACkFR%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%3BAEgER%2CwBAnB%2BC%3BEAC3C%2CkBACI%2CcACI%3BIACI%2CcAAA%3B%3BEAHZ%2CkBACI%2CcAKI%3BIACI%2CcAAA%3BIACA%2CgBAAA%3B%3BEARZ%2CkBACI%2CcAUI%3BIACI%2CcAAA%3BIACA%2CgBAAA%3B%3B%3BAC7ChB%2CmBACI%2CMACI%2CSACI%2CMACI%2CKAAI%2CIACA%3BEACI%2CaAAA%3B%3BAC3MxB%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CyCAAA%3BEACA%2C4CAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CMAAM%2CoCAAN%3BEACA%2CMAAM%2C8BAAN%3BEACA%2CaAAA%3BEACA%2CaAAa%2C4BAAb%3B%3B%3BACjBJ%3BAACA%2CCAAC%3BAACD%2CCAAC%3BEACG%2CsBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CuBAAA%3B%3B%3BAAIJ%3BEACI%2CaAAa%2CmBAAb%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BEAEA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CEAAG%3BEACC%2CaAAa%2CSAAb%3BEACA%2C0BAAA%3B%3BAAGJ%3BEACI%2CqBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CCAAC%3BEACG%2COAAO%2CcAAP%3BEACA%2CqBAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3B%3BAAGJ%3BAAAO%3BEACH%2CoBAAA%3B%3B%3BAAMJ%3BAAAY%3BEACR%2CWAAW%2CUAAX%3BEACA%2CmBAAA%3BEACA%2CsCAAA%3B%3BAAWJ%2CQAT0B%3BEACtB%3BEAAa%3BEAAc%2CYAAa%2CQAAO%3BEAAQ%2COAAO%3BEAAU%2COAAO%3BEAAU%2CaAAgB%3BEAAS%2CaAAgB%3BEAAc%2CMAAM%2CSAAS%3BEAAQ%3BEAAgB%3BIACnL%2CWAAW%2CUAAX%3BIACA%2CmBAAA%3BIACA%2CsCAAA%3B%3B%3BAAKR%3BEACI%2CYAAY%2CaAAZ%3BEACA%2C0BAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3B%3BAAMA%2CQAJ0B%3BEAI1B%3BIAHI%2CcAAA%3B%3B%3BAAPR%2CYAUI%3BAAVJ%2CYAUO%3BEACC%2CeAAA%3BEACA%2C2BAAA%3BEACA%2COAAO%2CWAAP%3B%3BAAEA%2CYALJ%2CEAKK%3BAAAD%2CYALD%2COAKE%3BEACG%2COAAO%2CWAAP%3B%3BAAhBZ%2CYAmBI%2CMAAK%2CIAAI%2CaAAa%3BEAClB%2CgBAAA%3B%3B%3BAAKR%3BAAAM%2COAAO%3BAAAU%3BEACnB%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3BEACA%2CeAAe%2CYAAf%3BEACA%2CaAAa%2CSAAb%3BEACA%2CeAAA%3B%3BEAEA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAgB%2CWAAhB%3BEACA%2CmBAAA%3B%3BAAGJ%3BEACI%2CYAAY%2CYAAZ%3BEACA%2CWAAA%3B%3BAAGJ%2CUAAU%3BEACN%2CYAAY%2CcAAZ%3BEACA%2CWAAW%2CWAAX%3BEACA%2C%2BCAAA%3B%3BAAGJ%3BEACI%2CuBAAA%3BEACA%2COAAO%2CcAAP%3BEACA%2C6CAAA%3B%3BAAGJ%2CkBAAkB%3BEACd%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAW%2CWAAX%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CeAAA%3B%3BAAGJ%3BEACI%2CWAAA%3B%3BAAGJ%3BAAAQ%3BEACJ%2CkBAAkB%2CaAAlB%3BEACA%2C2BAAA%3BEACA%2C8BAAA%3B%3B%3BAAIJ%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAAGJ%3BEACI%2CaAAa%2CSAAb%3BEACA%2CuCAAA%3BEACA%2CgBAAA%3BEACA%2COAAO%2CcAAP%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2COAAO%2CcAAP%3BEACA%2CmBAAA%3BEACA%2CyBAAyB%2CaAAzB%3BEACA%2CmBAAA%3BEACA%2CkBAAkB%2C0BAA0B%2CWAA5C%3B%3BAAMA%2CQAJ2B%3BEAI3B%3BIAHI%2CkBAAA%3BIACA%2CQAAA%3B%3B%3BAAUJ%2CQAR2B%3BEAQ3B%3BIAPI%2CmBAAA%3BIACA%2CaAAA%3BIACA%2CuBAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3B%3B%3BAAGJ%2CcAAC%3BAAAQ%2CcAAC%3BAAAQ%2CcAAC%3BEACf%2COAAO%2CYAAP%3BEACA%2CcAAc%2CYAAd%3BEACA%2CkBAAkB%2C0BAA0B%2CWAA5C%3BEACA%2CqBAAA%3B%3B%3BAAKR%3BEACI%2CUAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CkDAAA%3B%3BAAEJ%2COAAO%3BEACH%2CUAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CiBAAkB%3BEACd%2CUAAA%3BEACA%2CWAAW%2CeAAX%3B%3B%3BAAKJ%3B%3B%3B%3B%3B%3B%3B%3BEASI%2CaAAA%3BEACA%2CqCAAA%3BEACA%2CSAAA%3B%3BAAGA%2CQAD2B%3BEAC3B%3BIAD6B%2CqCAAA%3B%3B%3BAAE7B%2CQAD2B%3BEAC3B%3BIAD6B%2CqCAAA%3B%3B%3BAAEjC%2CQAD8B%3BEAC9B%3BIADgC%2CqCAAA%3BIAA0C%2CSAAA%3B%3B%3BAAE1E%3BEACI%2C6BAAA%3B%3BAAOA%2CQAJ0B%3BEAI1B%3BIAHI%2CwBAAA%3B%3B%3BAALR%2CaAQI%2CmBAAkB%3BEACd%2CkBAAA%3BEACA%2CYAAY%2CYAAZ%3BEACA%2CeAAe%2CaAAf%3BEACA%2CkBAAkB%2CaAAlB%3BEACA%2CgBAAA%3BEACA%2CYAAY%2CaAAZ%3BEACA%2CsBAAsB%2CwBAAwB%2CWAA9C%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAjBR%2CaAQI%2CmBAAkB%2CUAWd%3BEACI%2CaAAA%3BEACA%2CkBAAA%3BEAEA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAY%2CaAAZ%3B%3BAAzBZ%2CaAQI%2CmBAAkB%2CUAWd%2CeAQI%3BEACI%2CsBAAA%3B%3BAA5BhB%2CaAQI%2CmBAAkB%2CUAWd%2CeAYI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CgCAAA%3B%3BAAIR%2CaA%5C%2FBJ%2CmBAAkB%2CUA%2BBb%3BEACG%2CWAAW%2CgBAAX%3BEACA%2CYAAY%2CgBAAZ%3BEACA%2CUAAA%3BEACA%2CSAAA%3B%3BAAJJ%2CaA%5C%2FBJ%2CmBAAkB%2CUA%2BBb%2CMAMG%2CeAAe%3BEACX%2CWAAW%2CWAAX%3B%3BAA9ChB%2CaAkDI%2CsBAAqB%3BEACjB%2CaAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CSAAA%3B%3BAAxDR%2CaAkDI%2CsBAAqB%2CUAQjB%3BEACI%2CaAAa%2CSAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2COAAO%2CcAAP%3BEACA%2CSAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2C4BAAA%3BEACA%2CgBAAA%3B%3BAAnEZ%2CaAkDI%2CsBAAqB%2CUAQjB%2CWAWI%3BEACI%2CqBAAA%3B%3BAAtEhB%2CaAkDI%2CsBAAqB%2CUAwBjB%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2COAAO%2CYAAP%3B%3BAA7EZ%2CaAkDI%2CsBAAqB%2CUA8BjB%2CsBACI%3BEACI%2CkBAAA%3B%3BAAlFhB%2CaAkDI%2CsBAAqB%2CUA8BjB%2CsBAII%2CQAAO%3BEACH%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAY%2CYAAZ%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CWAAA%3BEACA%2C8CAAA%3BEACA%2CgBAAgB%2CWAAhB%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAEA%2CaAxDZ%2CsBAAqB%2CUA8BjB%2CsBAII%2CQAAO%2COAsBF%3BEACG%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAgB%2CsCAAhB%3BEACA%2CwBAAA%3B%3BAAGJ%2CaAjEZ%2CsBAAqB%2CUA8BjB%2CsBAII%2CQAAO%2COA%2BBF%3BEACG%2CYAAY%2CcAAZ%3BEACA%2CWAAW%2CUAAX%3B%3BAArHpB%2CaAkDI%2CsBAAqB%2CUA8BjB%2CsBAwCI%2CQAAO%3BEACH%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CqCAAA%3BEACA%2CiBAAiB%2CSAAjB%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2COAAO%2CWAAP%3BEACA%2CgBAAgB%2CWAAhB%3B%3BAAEA%2CaAtFZ%2CsBAAqB%2CUA8BjB%2CsBAwCI%2CQAAO%2CWAgBF%3BEACG%2CaAAA%3B%3BAAEJ%2CaAzFZ%2CsBAAqB%2CUA8BjB%2CsBAwCI%2CQAAO%2CWAmBF%3BEACG%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAgB%2CuCAAhB%3B%3BAAGJ%2CaAjGZ%2CsBAAqB%2CUA8BjB%2CsBAwCI%2CQAAO%2CWA2BF%3BEACG%2CgCAAA%3B%3BAApJpB%2CaAkDI%2CsBAAqB%2CUAsGjB%3BEACI%2CSAAA%3B%3BAAzJZ%2CaAkDI%2CsBAAqB%2CUAsGjB%2CWAGI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2COAAO%2CYAAP%3BEACA%2CiBAAA%3B%3BAAIZ%2CaAAC%2CMACG%2CsBAAqB%2CUACjB%2CsBACI%2CQAAO%3BEACH%2CUAAA%3BEACA%2CYAAY%2CWAAZ%3BEACA%2CUAAA%3BEACA%2CmBAAA%3B%3BAAOpB%2CMAAM%2CQACF%2CeAAc%3BEACV%2CyBAAA%3B%3BAAFR%2CMAAM%2CQAIF%3BEACI%2CaAAA%3BEACA%2CqCAAA%3BEACA%2CSAAA%3B%3BAAGA%2CQAD2B%3BEAC3B%2CMAVF%2CQAIF%3BIAKiC%2CqCAAA%3B%3B%3BAAE7B%2CQAD2B%3BEAC3B%2CMAXF%2CQAIF%3BIAMiC%2CqCAAA%3B%3B%3BAAI7B%2CQAH0B%3BEAG1B%2CMAdF%2CQAIF%3BIAOgC%2CqCAAA%3BIAA0C%2CSAAA%3B%3B%3BAAX9E%2CMAAM%2CQAIF%2CeAUI%3BEACI%2CsBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3B%3BAAjBZ%2CMAAM%2CQAIF%2CeAUI%2CcAKI%3BEACI%2CoBAAA%3B%3BAApBhB%2CMAAM%2CQAIF%2CeAUI%2CcAQI%2CsBAAqB%3BEACjB%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3B%3BAAzBhB%2CMAAM%2CQAIF%2CeAUI%2CcAQI%2CsBAAqB%2CUAKjB%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEAEA%2CiBAAA%3BEAEA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CuBAAA%3B%3BAAzCpB%2CMAAM%2CQAIF%2CeAUI%2CcAQI%2CsBAAqB%2CUAKjB%2CoBAgBI%3BEACI%2CSAAA%3BEACA%2CuBAAA%3BEACA%2CUAAA%3B%3BAA9CxB%2CMAAM%2CQAIF%2CeAUI%2CcAQI%2CsBAAqB%2CUAKjB%2CoBAgBI%2CsBAKI%3BEACI%2CeAAA%3BEACA%2CWAAA%3B%3BAAEA%2CMApDtB%2CQAIF%2CeAUI%2CcAQI%2CsBAAqB%2CUAKjB%2CoBAgBI%2CsBAKI%2CiBAIQ%2CSAAM%3BEACN%2CUAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAgB%2CWAAhB%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3B%3BAAKJ%2CQAH8B%3BEAG9B%2CMArEtB%2CQAIF%2CeAUI%2CcAQI%2CsBAAqB%2CUAKjB%2CoBAgBI%2CsBAKI%2CiBAIQ%2CSAAM%3BIAeF%2CeAAA%3B%3B%3BAAnEpC%2CMAAM%2CQAIF%2CeAUI%2CcAQI%2CsBAAqB%2CUAKjB%2CoBAgBI%2CsBA6BI%3BEACI%2CwBAAA%3B%3BAAzE5B%2CMAAM%2CQAIF%2CeAUI%2CcAQI%2CsBAAqB%2CUAKjB%2CoBAgBI%2CsBAiCI%2CQAAO%3BEACH%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAY%2CYAAZ%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAgB%2CWAAhB%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CQAAA%3BEACA%2C2BAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3B%3BAAEA%2CMApGtB%2CQAIF%2CeAUI%2CcAQI%2CsBAAqB%2CUAKjB%2CoBAgBI%2CsBAiCI%2CQAAO%2COAwBF%3BEACG%2CWAAW%2CQAAX%3B%3BAAMR%2CQAH8B%3BEAG9B%2CMA3GlB%2CQAIF%2CeAUI%2CcAQI%2CsBAAqB%2CUAKjB%2CoBAgBI%2CsBAiCI%2CQAAO%3BIA6BC%2CeAAA%3B%3B%3BAAzGhC%2CMAAM%2CQAiHF%2COAAO%3BEACH%2CeAAA%3BEACA%2CaAAa%2CSAAb%3BEACA%2COAAO%2CcAAP%3BEACA%2CyBAAA%3B%3BAArHR%2CMAAM%2CQAuHF%2CeACI%3BEACI%2CaAAA%3B%3BAAgCZ%2CQA3B0B%3BEAKN%2CcAHZ%2CQAAO%2CMACH%2CgBACI%2CqBACK%2COACG%3BIACI%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CaAAA%3BIACA%2CgBAAA%3B%3BEANR%2CcAHZ%2CQAAO%2CMACH%2CgBACI%2CqBACK%2COACG%2CwBAOI%3BIACI%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3B%3B%3BAAUhC%2CKAAK%2CYAAY%2CQAAQ%2CMACrB%3BEACI%2CmBAAA%3B%3BAAFR%2CKAAK%2CYAAY%2CQAAQ%2CMACrB%2CkBAGI%3BEACI%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3B%3BAAPZ%2CKAAK%2CYAAY%2CQAAQ%2CMACrB%2CkBAGI%2CcAKI%3BEACI%2CYAAY%2CYAAZ%3BEACA%2CuBAAA%3B%3BAAEA%2CKAbX%2CYAAY%2CQAAQ%2CMACrB%2CkBAGI%2CcAKI%2CeAIK%3BEACG%2CYAAY%2CcAAZ%3B%3BAAIJ%2CKAlBX%2CYAAY%2CQAAQ%2CMACrB%2CkBAGI%2CcAaI%2CgBACK%3BEACG%2CuBAAA%3BEACA%2CYAAA%3BEACA%2COAAO%2CYAAP%3B%3BAC1kBpB%2CiBACI%3BEACI%2C0BAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2C2BAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CuBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CYAAY%2CWAAZ%3B%3BAAEA%2CSAAU%2CkBAfd%3BEAgBQ%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CYAAY%2CWAAZ%3B%3BAAGJ%2CiBArBJ%2CgBAqBK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CeAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2C8BAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CWAAW%2CeAAX%3BEACA%2CoBAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3B%3BAAxCZ%2CiBACI%2CgBA0CI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAA%5C%2FCZ%2CiBACI%2CgBAgDI%3BEACI%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3B%3BAAtDZ%2CiBACI%2CgBAgDI%2C0BAOI%2CQAAO%3BAAxDnB%2CiBACI%2CgBAgDI%2C0BAOsB%2CQAAO%3BEACrB%2CYAAY%2CYAAZ%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2C0BAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2C2BAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CYAAY%2CWAAZ%3B%3BAAtEhB%2CiBACI%2CgBAgDI%2C0BAOI%2CQAAO%2CSAgBH%3BAAxEhB%2CiBACI%2CgBAgDI%2C0BAOsB%2CQAAO%2CSAgBrB%3BEACI%2CgBAAA%3B%3BAAGJ%2CiBA3EZ%2CgBAgDI%2C0BAOI%2CQAAO%2CSAoBF%3BAAAD%2CiBA3EZ%2CgBAgDI%2C0BAOsB%2CQAAO%2CSAoBpB%3BEACG%2CYAAY%2CcAAZ%3BEACA%2CYAAY%2CWAAZ%3B%3BAA9EpB%2CiBACI%2CgBAiFI%2CeAAiB%2CWAAW%3BEACxB%2CSAAA%3B%3BAAnFZ%2CiBACI%2CgBAoFI%3BAArFR%2CiBACI%2CgBAoFkB%3BEAAY%2CSAAA%3B%3BAArFlC%2CiBACI%2CgBAsFI%3BEACI%2C6BAAA%3BEACA%2C0BAAA%3BEACA%2C2BAAA%3B%3BAA1FZ%2CiBACI%2CgBAsFI%2CwBAKI%2CmBAAmB%3BEACf%2CWAAA%3BEACA%2CgBAAA%3B%3BAA9FhB%2CiBACI%2CgBAsFI%2CwBAUI%2CgBAAgB%3BEACZ%2CWAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CYAAY%2CYAAZ%3BEACA%2CYAAY%2CWAAZ%3BEACA%2CYAAA%3B%3BAAEA%2CiBAzGZ%2CgBAsFI%2CwBAUI%2CgBAAgB%2CkBASX%3BEACG%2CYAAY%2CcAAZ%3BEACA%2CYAAY%2CWAAZ%3B%3BAA5GpB%2CiBACI%2CgBA8HI%3BEACI%2C0BAAA%3B%3BAAhIZ%2CiBAmII%2CQAAO%3BEACH%2CYAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3B%3BAAvIR%2CiBAmII%2CQAAO%2CSAMH%2CSAAQ%3BEACJ%2CSAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAApJZ%2CiBAuJI%2CSAAS%3BEACN%2CkBAAA%3B%3BAAxJP%2CiBA2JI%2CgBAAgB%2CGAAE%2CQAAQ%2CQAAQ%3BEAC9B%2CgBAAA%3B%3BAAOR%2CQAJ6B%3BEAI7B%3BIAHQ%2CwBAAA%3BIACA%2C4BAAA%3B%3B%3BAAIR%2CeACI%2CQAAO%2CKAAK%3BAADhB%2CeACyB%2CQAAO%2COAAO%3BEAC%5C%2FB%2CWAAA%3B%3BAAFR%2CeAII%2CQAAO%2CKAAK%3BEACR%2CSAAS%2COAAT%3BEACA%2CaAAa%2CUAAb%3B%3BAANR%2CeAQI%2CQAAO%2COAAO%3BEACV%2CSAAS%2COAAT%3BEACA%2CaAAa%2CUAAb%3B%3BAAIR%2CeAAgB%2CsBAAsB%2CSAAQ%2CQAAQ%2COAAQ%3BEAC1D%2CaAAA%3BEACA%2CgBAAA%3B%3B%3B%3B%3BAC5KA%2CQAL0B%3BEAK1B%3BEAAA%3BIAJI%2CkCAAA%3BIACA%2CoBAAA%3B%3B%3BAAOJ%2CQAH8B%3BEAG9B%2CaAJA%3BEAIA%2CWAJA%3BIAEQ%2CeAAA%3B%3B%3BAAIZ%3BEACI%2CmDAAA%3BEAGA%2CyBAAyB%2CaAAzB%3BEACA%2C8CAAA%3BEACA%2CeAAA%3B%3BAAEA%2CgBAAiB%3BEACb%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3B%3BAAOJ%2CQAH8B%3BEAG9B%2COAJA%3BIAEQ%2CUAAA%3B%3B%3BAAhBZ%2COAoBI%2CYACI%3BEACI%2CSAAA%3B%3BAAEA%2COAJR%2CYACI%2CQAGQ%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2COAAO%2CWAAP%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAkB%2CwBAAwB%2CWAA1C%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3B%3BAAWA%2CQAT0B%3BEAS1B%2COA7BZ%2CYACI%2CQAGQ%3BIAiBI%2CWAAA%3BIACA%2CaAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CqBAAA%3BIACA%2CgBAAA%3B%3B%3BAAGJ%2COA7BZ%2CYACI%2CQAGQ%2CaAyBC%3BEACG%2CYAAY%2CYAAZ%3BEACA%2CWAAA%3BEACA%2CYAAY%2CWAAZ%3B%3BAAIJ%2COApCZ%2CYACI%2CQAkCK%2COACO%3BEACA%2CYAAY%2CYAAZ%3BEACA%2CWAAA%3BEACA%2CYAAY%2CWAAZ%3BEACA%2CYAAA%3B%3BAAOpB%2COAAO%3BEACH%2CcAAc%2CaAAd%3BEACA%2C0CAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CsCAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CMAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CQAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CQAAA%3B%3BAAGJ%3BEACI%2CaAAa%2CSAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2COAAO%2CWAAP%3BEACA%2CcAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CQAAA%3BEACA%2CiBAAA%3BEACA%2COAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2COAAO%2CWAAP%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAkB%2CwBAAwB%2CWAA1C%3BEACA%2CmBAAA%3B%3BAAGJ%2CSAAS%3BEACL%2COAAO%2CYAAP%3BEACA%2CoCAAA%3B%3BAAGJ%3BEACI%2COAAO%2CYAAP%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAKJ%2CQAH8B%3BEAG9B%3BIAFQ%2CQAAA%3B%3B%3BAAIR%3BEACI%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAkB%2CaAAlB%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CaAAa%2CSAAb%3BEACA%2CsCAAA%3B%3BAAGJ%2CgBAAgB%2CKAAM%3BEAClB%2CYAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2COAAO%2CWAAP%3BEACA%2CkBAAA%3BEACA%2CuBAAuB%2CmBAAmB%2CWAA1C%3BEACA%2CUAAA%3B%3BAAGI%2CSADH%2CcACI%3BAAAQ%2CSADZ%2CcACa%3BAAAU%2CSADvB%2CcACwB%3BEACjB%2COAAO%2CYAAP%3B%3BAAKZ%2CSAAS%3BEACL%2CoCAAA%3B%3BAAIJ%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3B%3BAAEA%2CWAAC%3BEACG%2CeAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAAIR%3BEACI%2CyBAAA%3B%3BAADJ%2CiBAGI%2CQAAO%3BEACH%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2COAAO%2CWAAP%3BEACA%2CkBAAA%3BEACA%2CuBAAuB%2CmBAAmB%2CWAA1C%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3B%3BAAEA%2CiBAfJ%2CQAAO%2CSAeF%3BEACG%2CSAAS%2CEAAT%3BEACA%2CgBAAgB%2CihBAAhB%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CiBAtBJ%2CQAAO%2CSAsBF%3BEACG%2CaAAA%3B%3BAAGJ%2CiBA1BJ%2CQAAO%2CSA0BF%3BEACG%2CoCAAA%3BEACA%2COAAO%2CYAAP%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3B%3BAAKZ%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAY%2CYAAZ%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CUAAA%3BEACA%2CoBAAoB%2CWAApB%3B%3BAAGJ%2CWAAW%3BEACP%2CUAAA%3B%3BAAGJ%2COACI%3BEACI%2CkBAAA%3B%3BAAFR%2COACI%2CWAGI%3BEACI%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2COAAO%2CWAAP%3BEACA%2CkBAAA%3BEACA%2CuBAAuB%2CmBAAmB%2CWAA1C%3BEACA%2CUAAA%3B%3BAAEA%2COAhBR%2CWAGI%2CeAaK%3BEACG%2CoCAAA%3BEACA%2COAAO%2CYAAP%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3B%3BAArBhB%2COACI%2CWAwBI%3BEACI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2C%2BCAAA%3BEACA%2CaAAA%3B%3BAAMA%2CQAJ0B%3BEAI1B%2COAxCR%2CWAwBI%3BIAaQ%2CaAAA%3B%3B%3BAAtChB%2COACI%2CWAwBI%2CcAgBI%3BEACI%2CaAAA%3B%3BAA1ChB%2COACI%2CWAwBI%2CcAoBI%2CMAAK%3BEACD%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CmBAAA%3B%3BAAhDhB%2COACI%2CWAwBI%2CcA0BI%2COAAM%3BEACF%2CWAAA%3B%3BAApDhB%2COACI%2CWAwBI%2CcA0BI%2COAAM%2COAGF%3BEACI%2CwBAAA%3B%3BAAvDpB%2COACI%2CWAwBI%2CcA0BI%2COAAM%2COAMF%3BEACI%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAA7DpB%2COACI%2CWAwBI%2CcA0BI%2COAAM%2COAMF%2CSAMI%3BEACI%2CUAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2C6BAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3B%3BAAEA%2COAxEpB%2CWAwBI%2CcA0BI%2COAAM%2COAMF%2CSAMI%2CMAUK%3BEACG%2CgBAAA%3B%3BAA1E5B%2COACI%2CWAwBI%2CcAsDI%3BEACI%2CWAAA%3B%3BAAhFhB%2COACI%2CWAwBI%2CcAsDI%2CSAGI%2CQAAO%3BEACH%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAkB%2CaAAlB%3BEACA%2CmBAAA%3BEACA%2CYAAY%2CWAAZ%3BEACA%2CUAAA%3B%3BAA9FpB%2COACI%2CWAwBI%2CcAsDI%2CSAGI%2CQAAO%2COAcH%3BEACI%2CwBAAA%3B%3BAAGJ%2COAnGhB%2CWAwBI%2CcAsDI%2CSAGI%2CQAAO%2COAkBF%3BEACG%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAgB%2CsYAAhB%3BEACA%2CwBAAA%3BEACA%2CYAAA%3B%3BAAEJ%2COA7GhB%2CWAwBI%2CcAsDI%2CSAGI%2CQAAO%2COA4BF%3BEACG%2CYAAY%2CaAAZ%3BEACA%2CYAAY%2CWAAZ%3B%3BAAMhB%2COArHJ%2CWAqHK%2CcAAe%3BEACZ%2CcAAA%3B%3BAAvHZ%2COA0HI%3BEACI%2CkBAAA%3B%3BAA3HR%2COA0HI%2CaAGI%3BEACI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2C%2BCAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3B%3BAAMA%2CQAJ0B%3BEAI1B%2COArBR%2CaAGI%3BIAeQ%2CYAAA%3BIACA%2CgBAAA%3B%3B%3BAAQJ%2CQAN0B%3BEAM1B%2COA3BR%2CaAGI%2CeAmBQ%3BIACI%2CaAAA%3B%3B%3BAAjJpB%2COA0HI%2CaAGI%2CeAwBI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CgCAAA%3B%3BAAEA%2COApCZ%2CaAGI%2CeAwBI%2CEASK%3BEACG%2COAAO%2CYAAP%3BEACA%2CmBAAA%3B%3BAAIZ%2COA1CJ%2CaA0CK%2CeAAgB%3BEACb%2CaAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAA2FZ%2COAAO%3BEACH%2CeAAA%3BEACA%2CsBAAsB%2C8BAAtB%3BEACA%2CsBAAA%3BEACA%2CiCAAA%3BEACA%2C4BAAA%3B%3BAALJ%2COAAO%2CWAOH%2COAAM%3BEACF%2CSAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAVR%2COAAO%2CWAOH%2COAAM%2CWAKF%3BEACI%2CWAAA%3B%3BAAbZ%2COAAO%2CWAOH%2COAAM%2CWAQF%2COAAM%3BEACF%2CWAAA%3BEACA%2CeAAA%3B%3BAAjBZ%2COAAO%2CWAOH%2COAAM%2CWAYF%2CMAAK%3BEACD%2CaAAA%3B%3BAApBZ%2COAAO%2CWAOH%2COAAM%2CWAeF%2COAAO%2CSAAQ%3BEACX%2CaAAA%3B%3BAAvBZ%2COAAO%2CWAOH%2COAAM%2CWAkBF%3BEACI%2CWAAA%3B%3B%3BAAMZ%3BEACI%2CgBAAA%3BEACA%2CoCAAA%3BEACA%2CiBAAiB%2CUAAjB%3BEACA%2CyBAAyB%2CUAAzB%3BEACA%2CmBAAA%3BEACA%2C0CAAA%3BEACA%2CsDAAA%3BEACA%2C6CAAA%3B%3BAAKA%2CQAH2B%3BEAG3B%3BIAFI%2CgBAAA%3B%3B%3BAAKR%2CQAH8B%3BEAG9B%3BIAFQ%2CeAAA%3B%3B%3BAAIR%3BEACI%2CmBAAA%3B%3BAAGJ%3BEACI%2CaAAa%2CSAAb%3BEACA%2CmCAAA%3BEACA%2CgBAAA%3BEACA%2COAAO%2CcAAP%3BEACA%2CiBAAA%3BEACA%2CSAAA%3B%3BAAGJ%3BEACI%2CWAAA%3B%3BAAGJ%3BAAAU%2CaAAc%3BEACpB%2CaAAA%3BEACA%2CeAAe%2CYAAf%3BEACA%2CgBAAA%3BEACA%2C6BAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CQAAQ%3BAAAe%2CaAAc%2CKAAI%3BEACrC%2CcAAc%2CYAAd%3B%3BAAGJ%2CQAAS%3BAAAO%2CaAAc%2CKAAK%3BEAC%5C%2FB%2COAAA%3BEACA%2C6BAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CaAAa%2CSAAb%3BEACA%2CeAAA%3BEACA%2COAAO%2CcAAP%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3BEACA%2CuCAAA%3B%3BAAGJ%2CQAAS%2CMAAK%3BAAAe%2CaAAc%2CKAAK%2CMAAK%3BEACjD%2CcAAA%3B%3BAAGJ%2CQAAS%3BAAAM%2CaAAc%2CKAAK%2CQAAO%3BEFtgBrC%2CYAAY%2CYAAZ%3BEACA%2CWAAA%3BEEugBA%2CiBAAiB%2CaAAa%2CcAA9B%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAAEA%2CQARK%2CKAQJ%3BAAAD%2CaARyB%2CKAAK%2CQAAO%2CUAQpC%3BEACG%2CYAAY%2CcAAZ%3BEACA%2C%2BCAAA%3B%3BAAIR%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CQAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2COAAO%2CYAAP%3B%3B%3B%3B%3BAAMJ%3BEACI%2C4BAAA%3BEACA%2CkBAAkB%2CaAAlB%3BEACA%2CaAAA%3B%3BAAEJ%3BEACI%2CkBAAkB%2CaAAlB%3BEAEA%2CgCAAA%3BEACA%2C4BAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAsB%2C6BAAtB%3BEACA%2CwBAAA%3B%3BAAMA%2CQAJ2B%3BEAI3B%3BIAHI%2C8BAAA%3B%3B%3BAAQR%2CQAL8B%3BEAK9B%3BIAJQ%2CuBAAA%3B%3B%3BAAMR%3BEACI%2CaAAA%3BEACA%2CsCAAA%3BEACA%2CSAAA%3BEACA%2CoBAAA%3BEACA%2CyBAAyB%2CaAAzB%3BEACA%2CkBAAA%3B%3BAAKA%2CQAH2B%3BEAG3B%3BIAFI%2CwCAAA%3B%3B%3BAAMJ%2CQAJ0B%3BEAI1B%3BIAHI%2C8BAAA%3BIACA%2CSAAA%3B%3B%3BAAKR%2CQAH8B%3BEAG9B%3BIAFQ%2C0BAAA%3B%3B%3BAAIR%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2COAAO%2CWAAP%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2CQAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CoCAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2COAAO%2CWAAP%3BEACA%2CgBAAgB%2CWAAhB%3B%3BAAGJ%2CQAAQ%3BEACJ%2CYAAY%2CYAAZ%3BEACA%2CWAAA%3BEACA%2CWAAW%2CgBAAX%3B%3BAAEJ%2CQAAQ%3BEACJ%2COAAO%2CYAAP%3B%3BAAGJ%3BEACI%2CaAAa%2CSAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2COAAO%2CcAAP%3BEACA%2CmBAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3B%3BAAJJ%2CWAMI%3BEACI%2CgBAAA%3B%3BAAPR%2CWASI%3BEACI%2CeAAA%3BEACA%2COAAO%2CWAAP%3BEACA%2CYAAY%2CWAAZ%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CWAPJ%2CEAOK%3BAAAU%2CWAPf%2CEAOgB%3BEACR%2CSAAS%2CEAAT%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAW%2CoBAAoB%2CaAA%5C%2FB%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3BEACA%2CYAAY%2CWAAZ%3B%3BAAEJ%2CWApBJ%2CEAoBK%3BEACG%2CWAAW%2CqBAAqB%2CcAAhC%3BEACA%2CYAAY%2CWAAZ%3B%3BAAEJ%2CWAxBJ%2CEAwBK%3BAAAQ%2CWAxBb%2CEAwBc%3BEACN%2COAAO%2CYAAP%3BEACA%2CqBAAA%3BEACA%2CYAAY%2CWAAZ%3BEACA%2CuBAAuB%2CYAAvB%3B%3BAAGA%2CWA%5C%2FBR%2CEA8BK%2CMACI%3BEACG%2CWAAW%2CoBAAoB%2CYAA%5C%2FB%3BEACA%2CYAAY%2CWAAZ%3BEACA%2CYAAY%2CYAAZ%3B%3BAAEJ%2CWApCR%2CEA8BK%2CMAMI%3BEACG%2CWAAW%2CoBAAoB%2CYAA%5C%2FB%3BEACA%2CYAAY%2CWAAZ%3BEACA%2CYAAY%2CYAAZ%3B%3BAAMhB%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BAAOJ%2CQAL8B%3BEAK9B%3BIAJQ%2CsBAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3B%3B%3BAAIR%3BEACI%2CcAAA%3BEACA%2COAAO%2CWAAP%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CWAAY%3BEACR%2CeAAA%3BEACA%2COAAO%2CWAAP%3BEACA%2CkBAAkB%2CWAAlB%3B%3BAAGJ%2CWAAY%2CEAAC%3BEACT%2COAAO%2CYAAP%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2CQAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3BEACA%2CkBAAkB%2CaAAlB%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2COAAO%2CWAAP%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3B%3B%3B%3B%3BAAMJ%3BEACI%2CeAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAkB%2CaAAlB%3BEACA%2CuBAAuB%2CYAAvB%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CQAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2COAAO%2CcAAP%3BEACA%2CyCAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CUAAA%3BEACA%2CsBAAsB%2C4BAAtB%3BEACA%2CoBAAA%3B%3BAAGJ%2CMAAM%3BEACF%2CWAAW%2CaAAX%3BEACA%2CUAAA%3B%3BAAwBJ%2CQAnB2B%2CwBAAuB%3BEAC9C%2CMAAM%3BIACF%2CkBAAA%3BIACA%2CoBAAA%3B%3BEAFJ%2CMAAM%2COAIF%2CIAAG%3BIACC%2CkBAAA%3BIACA%2CSAAA%3BIACA%2COAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3BIACA%2CuBAAA%3BIACA%2CyBAAyB%2CaAAzB%3BIACA%2CsBAAsB%2CaAAtB%3BIACA%2CcAAA%3B%3B%3BAAUX%2CQALyB%3BEACtB%2CwBAAyB%2C0BAAyB%3BIAC9C%2CqBAAA%3BIACA%2COAAO%2CYAAP%3B%3B%3BACh5BR%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAAA%2CgBAEI%3BEACI%2CgBAAA%3B%3BAAHR%2CgBAKI%3BEACI%2CUAAA%3BEACA%2CeAAA%3B%3BAAPR%2CgBASI%2CQAAO%3BEACH%2CiBAAA%3B%3BAAVR%2CgBAgBI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAKJ%2CQAH8B%3BEAG9B%2CgBAbA%3BIAWQ%2CYAAA%3B%3B%3BAA3BZ%2CgBA%2BBI%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CsBAAA%3BEACA%2CiCAAA%3BEACA%2C4BAAA%3BEACA%2C6BAAA%3B%3BAArCR%2CgBAuCI%3BEACI%2CQAAA%3BEACA%2CsBAAA%3BEACA%2CiCAAA%3BEACA%2C4BAAA%3BEACA%2C6BAAA%3B%3BAA5CR%2CgBA%2BCI%2CMAAK%2CMAAO%3BEACR%2CWAAW%2CWAAX%3B%3BAAhDR%2CgBAmDI%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CYAAY%2CsIAAZ%3BEAKA%2CoBAAA%3B%3BAA3DR%2CgBA8DI%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CsCAAA%3B%3BAApER%2CgBAuEI%3BEACI%2CgBAAA%3B%3BAAxER%2CgBA2EI%3BEACI%2CaAAa%2CSAAb%3BEACA%2CmCAAA%3BEACA%2CgBAAA%3BEACA%2COAAO%2CcAAP%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAjFR%2CgBAoFI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2COAAO%2CWAAP%3BEACA%2CmBAAA%3B%3BAAxFR%2CgBA2FI%3BEACI%2CaAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BAA9FR%2CgBA2FI%2CWAII%3BEACI%2CqBAAA%3B%3BAAEA%2CgBAPR%2CWAII%2CEAGK%3BEACG%2CWAAA%3B%3BAAEJ%2CgBAVR%2CWAII%2CEAMK%3BEACG%2CkBAAA%3B%3BAAtGhB%2CgBA8GI%2CsBAAsB%3BEAClB%2CSAAA%3B%3BAAYJ%2CQAV8B%3BEAU9B%2CgBAbA%2CsBAAsB%3BIAId%2CwBAAA%3BIACA%2C8BAAA%3B%3BEAQR%2CgBAbA%2CsBAAsB%2CyBAOd%3BIACI%2CsBAAA%3BIACA%2C0BAAA%3BIACA%2C2BAAA%3B%3B%3BAAxHhB%2CgBA4HI%3BEACI%2CeAAA%3BEACA%2CYAAY%2CSAAZ%3B%3BAA9HR%2CgBAiII%3BEACI%2CaAAA%3BEACA%2CqCAAA%3BEACA%2CSAAA%3B%3BAApIR%2CgBAuII%3BEACI%2CYAAY%2CYAAZ%3BEACA%2CeAAe%2CaAAf%3BEACA%2CkBAAkB%2CaAAlB%3BEACA%2CgBAAA%3BEACA%2CYAAY%2CaAAZ%3BEACA%2CsBAAsB%2CwBAAwB%2CWAA9C%3BEACA%2CeAAA%3BEACA%2CaAAA%3B%3BAAEA%2CgBAVJ%2CUAUK%2CUAAU%3BEAAK%2CuBAAA%3B%3BAAChB%2CgBAXJ%2CUAWK%2CUAAU%3BEAAK%2CuBAAA%3B%3BAAChB%2CgBAZJ%2CUAYK%2CUAAU%3BEAAK%2CuBAAA%3B%3BAAChB%2CgBAbJ%2CUAaK%2CUAAU%3BEAAK%2CuBAAA%3B%3BAAChB%2CgBAdJ%2CUAcK%2CUAAU%3BEAAK%2CsBAAA%3B%3BAArJxB%2CgBAuII%2CUAgBI%3BEACI%2CqBAAA%3B%3BAAxJZ%2CgBA4JI%2CUAAS%3BEACL%2CWAAW%2CgBAAX%3BEACA%2CYAAY%2CgBAAZ%3B%3BAA9JR%2CgBAiKI%3BEACI%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAY%2CaAAZ%3B%3BAArKR%2CgBAwKI%2CSAAS%3BEACL%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2C%2BBAAA%3B%3BAA5KR%2CgBA%2BKI%2CUAAS%2CMAAO%2CSAAS%3BEACrB%2CWAAW%2CWAAX%3B%3BAAhLR%2CgBAmLI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2COAAO%2CcAAP%3B%3BAA1LR%2CgBA6LI%2CUAAU%3BEACN%2COAAO%2CWAAP%3BEACA%2CsBAAsB%2CmBAAmB%2CWAAzC%3B%3BAA%5C%2FLR%2CgBAkMI%2CUAAS%2CMAAO%2CUAAU%3BEACtB%2CWAAW%2CeAAX%3BEACA%2COAAO%2CYAAP%3B%3BAApMR%2CgBA0MI%3BEACI%2CsBAAA%3BEACA%2C2BAAA%3BEACA%2C4BAAA%3B%3BEAEA%2CkBAAA%3B%3BAAOA%2CQAL0B%3BEAK1B%2CgBAZJ%3BIAQQ%2CiCAAA%3BIACA%2CsCAAA%3B%3B%3BAAnNZ%2CgBA0MI%2CoBAYI%3BEACI%2CaAAA%3BEACA%2CcAAA%3B%3BAAKA%2CQAH2B%3BEAG3B%2CgBAnBR%2CoBAYI%3BIAKQ%2CcAAA%3B%3B%3BAAKR%2CQAH8B%3BEAG9B%2CgBAtBJ%2CoBAYI%3BIAQQ%2CeAAA%3B%3B%3BAA9NhB%2CgBA0MI%2CoBAuBI%3BEACI%2CiBAAiB%2CUAAjB%3BEACA%2CyBAAyB%2CUAAzB%3BEACA%2CmBAAA%3BEACA%2C%2BBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3B%3BAAUJ%2CQAR8B%3BEAQ9B%2CgBAxCJ%2CoBAuBI%3BIAUQ%2CiBAAiB%2CSAAjB%3BIACA%2CyBAAyB%2CUAAzB%3BIACA%2CmBAAA%3BIACA%2CSAAS%2CsBAAT%3BIACA%2CeAAA%3BIACA%2CcAAA%3B%3B%3BAAhPhB%2CgBA0MI%2CoBAyCI%3BEACI%2CmBAAA%3BEACA%2CYAAA%3B%3BAAKJ%2CQAH8B%3BEAG9B%2CgBAhDJ%2CoBAyCI%3BIAKQ%2CaAAA%3B%3B%3BAAxPhB%2CgBA0MI%2CoBAiDI%3BEACI%2CaAAa%2CSAAb%3BEACA%2CmCAAA%3BEACA%2CgBAAA%3BEACA%2COAAO%2CcAAP%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAjQZ%2CgBA0MI%2CoBAyDI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2COAAO%2CWAAP%3BEACA%2CmBAAA%3B%3BAAvQZ%2CgBA0MI%2CoBA%2BDI%3BEACI%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CQAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2COAAO%2CYAAP%3BEACA%2CkBAAkB%2CWAAlB%3B%3BAAEA%2CgBAxER%2CoBA%2BDI%2CaASK%3BEACG%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAkB%2CWAAlB%3B%3BAArRhB%2CgBA%2BRI%3BEACI%2CkBAAA%3B%3BAAhSR%2CgBA%2BRI%2CgBAGI%3BEACI%2CSAAA%3B%3BAAnSZ%2CgBA%2BRI%2CgBAMI%3BEACI%2CSAAA%3BEACA%2CaAAa%2CSAAb%3BEACA%2CmCAAA%3BEACA%2CgBAAA%3BEACA%2COAAO%2CcAAP%3B%3BAAKJ%2CQAH8B%3BEAG9B%2CgBAhBJ%2CgBAMI%3BIAQQ%2CkBAAA%3B%3B%3BAA7ShB%2CgBA%2BRI%2CgBAkBI%3BEACI%2CeAAA%3B%3BAAKJ%2CQAH8B%3BEAG9B%2CgBAxBJ%2CgBAkBI%3BIAIQ%2CeAAA%3B%3B%3BAArThB%2CgBA%2BRI%2CgBAyBI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAoB%2CaAApB%3BEACA%2CYAAY%2CYAAZ%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2COAAO%2CcAAP%3BEACA%2CcAAA%3BEACA%2CYAAY%2CaAAZ%3BEACA%2CgBAAgB%2CWAAhB%3B%3BAAEA%2CgBAvCR%2CgBAyBI%2CaAcK%3BAAAU%2CgBAvCnB%2CgBAyBI%2CaAcgB%3BEACR%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CgBA5CR%2CgBAyBI%2CaAmBK%3BEACG%2CWAAA%3B%3BAAIJ%2CQAH8B%3BEAG9B%2CgBAjDR%2CgBAyBI%2CaAmBK%3BIAGO%2CWAAA%3B%3B%3BAAGR%2CgBAlDR%2CgBAyBI%2CaAyBK%3BEACG%2CYAAA%3B%3BAAIJ%2CQAH8B%3BEAG9B%2CgBAvDR%2CgBAyBI%2CaAyBK%3BIAGO%2CYAAA%3B%3B%3BAAQZ%2CQAH8B%3BEAG9B%2CgBA7DJ%2CgBAyDI%3BIAEQ%2CwBAAA%3B%3B%3BAA1VhB%2CgBA8VI%3BEACI%2CeAAA%3BEACA%2CYAAY%2CSAAZ%3B%3BAAhWR%2CgBAmWI%3BEACI%2CaAAA%3BEACA%2CqCAAA%3BEACA%2CSAAA%3B%3BAAKJ%2CQAH%2BB%3BEAG%5C%2FB%2CgBARA%3BIAMQ%2CqCAAA%3B%3B%3BAAzWZ%2CgBA6WI%3BEACI%2CYAAY%2CYAAZ%3BEACA%2CeAAe%2CaAAf%3BEACA%2CkBAAkB%2CaAAlB%3BEACA%2CgBAAA%3BEACA%2CYAAY%2CaAAZ%3BEACA%2CsBAAsB%2CwBAAwB%2CWAA9C%3BEACA%2CeAAA%3B%3BAApXR%2CgBAuXI%2CWAAU%3BEACN%2CWAAW%2CgBAAX%3BEACA%2CYAAY%2CgBAAZ%3B%3BAAzXR%2CgBA4XI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAY%2CaAAZ%3B%3BAAhYR%2CgBAmYI%2CeAAe%3BEACX%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CgCAAA%3B%3BAAvYR%2CgBA0YI%2CWAAU%2CMAAO%2CeAAe%3BEAC5B%2CWAAW%2CWAAX%3B%3BAA3YR%2CgBA8YI%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CYAAY%2CYAAZ%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAzZR%2CgBA4ZI%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CqCAAA%3BEACA%2CiBAAiB%2CSAAjB%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2COAAO%2CWAAP%3BEACA%2CgBAAgB%2CWAAhB%3B%3BAA1aR%2CgBA6aI%2CUAAS%3BEACL%2CYAAY%2CYAAZ%3BEACA%2CWAAA%3B%3BAA%5C%2FaR%2CgBAkbI%2CUAAS%2CGAAI%3BEACT%2CMAAM%2CYAAN%3BEACA%2CQAAQ%2CYAAR%3B%3BAApbR%2CgBAwbI%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CUAAA%3BEACA%2CsBAAsB%2CqBAAqB%2CWAA3C%3B%3BAA9bR%2CgBAicI%2CWAAU%2CMAAO%3BEACb%2CWAAW%2CaAAX%3BEACA%2CUAAA%3B%3BAAncR%2CgBAucI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAY%2CYAAZ%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CWAAA%3BEACA%2C8CAAA%3BEACA%2CgBAAgB%2CWAAhB%3B%3BAAjdR%2CgBAodI%2CeAAc%3BEACV%2CYAAY%2CcAAZ%3BEACA%2CWAAW%2CUAAX%3B%3BAAtdR%2CgBAydI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3BEACA%2CkBAAA%3B%3BAA7dR%2CgBAgeI%3BEACI%2CaAAa%2CSAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2COAAO%2CcAAP%3BEACA%2CSAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2C4BAAA%3BEACA%2CgBAAA%3B%3BAAzeR%2CgBAgeI%2CWAWI%3BEACI%2CqBAAA%3B%3BAA5eZ%2CgBAgfI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2COAAO%2CYAAP%3B%3BAAnfR%2CgBAyfI%3BEACI%2CeAAA%3BEACA%2CYAAY%2CaAAZ%3B%3BAA3fR%2CgBA%2BfI%3BEACI%2CaAAA%3BEACA%2CgCAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CYAAY%2CaAAZ%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAKJ%2CQAH8B%3BEAG9B%2CgBAZA%3BIAUQ%2C0BAAA%3B%3B%3BAAzgBZ%2CgBA8gBI%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAKJ%2CQAH8B%3BEAG9B%2CgBATA%3BIAOQ%2CiBAAA%3B%3B%3BAArhBZ%2CgBAyhBI%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CsBAAA%3BEACA%2C2BAAA%3BEACA%2C4BAAA%3BEACA%2C%2BBAAA%3BEACA%2CsBAAsB%2CuCAAtB%3B%3BAAhiBR%2CgBAmiBI%2CUAAS%2CMAAO%3BEACZ%2CWAAW%2CWAAX%3B%3BAApiBR%2CgBAuiBI%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CkCAAA%3BEACA%2CoBAAA%3B%3BAA3iBR%2CgBA8iBI%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CoCAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2C0CAAA%3BEACA%2CgBAAgB%2CWAAhB%3BEACA%2CYAAY%2CYAAZ%3B%3BAA7jBR%2CgBAgkBI%2CUAAS%3BEACL%2CYAAY%2CYAAZ%3BEACA%2CWAAW%2CsBAAsB%2CWAAjC%3B%3BAAlkBR%2CgBAqkBI%2CUAAS%2CMAAO%2CIAAI%3BEAChB%2CUAAA%3B%3BAAtkBR%2CgBAykBI%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CUAAA%3BEACA%2CoCAAA%3BEACA%2CiBAAiB%2CSAAjB%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2COAAO%2CcAAP%3BEACA%2CYAAY%2CaAAZ%3BEACA%2CmBAAA%3B%3BAAvlBR%2CgBA2lBI%3BEACI%2CaAAA%3BEACA%2CsBAAA%3BEACA%2C%2BEAAA%3B%3BAAKJ%2CQAH8B%3BEAG9B%2CgBARA%3BIAMQ%2CUAAA%3B%3B%3BAAjmBZ%2CgBAqmBI%3BEACI%2CaAAa%2CSAAb%3BEACA%2CmCAAA%3BEACA%2CgBAAA%3BEACA%2COAAO%2CcAAP%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3B%3BAA5mBR%2CgBAgnBI%3BEACI%2CaAAA%3BEACA%2CqCAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BAAKA%2CQAH2B%3BEAG3B%2CgBATJ%3BIAOQ%2CqCAAA%3B%3B%3BAAKR%2CQAH8B%3BEAG9B%2CgBAZA%3BIAUQ%2C8BAAA%3B%3B%3BAA1nBZ%2CgBA8nBI%3BEACI%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CQAAA%3B%3BAAloBR%2CgBAqoBI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CoCAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAuB%2CWAAvB%3B%3BAA9oBR%2CgBAipBI%2CUAAS%2CMAAO%3BEACZ%2CoCAAA%3B%3BAAlpBR%2CgBAqpBI%3BEACI%2CaAAa%2CSAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2COAAO%2CcAAP%3B%3BAAzpBR%2CgBA4pBI%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2COAAO%2CWAAP%3B%3BAA%5C%2FpBR%2CgBAqqBI%3BEACI%2CeAAA%3BEACA%2CYAAY%2CSAAZ%3B%3BAAvqBR%2CgBA0qBI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAA7qBR%2CgBAgrBI%3BEACI%2COAAA%3BEACA%2CgBAAA%3B%3BAAlrBR%2CgBAqrBI%3BEACI%2CaAAA%3BEACA%2CSAAA%3BEACA%2C2BAA2B%2C4BAA3B%3BEACA%2CsBAAA%3B%3BAAzrBR%2CgBA6rBI%3BEACI%2C0BAAA%3B%3BAA9rBR%2CgBAisBI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAoB%2CaAApB%3BEACA%2CYAAY%2CYAAZ%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2COAAO%2CcAAP%3BEACA%2CcAAA%3BEACA%2CYAAY%2CaAAZ%3BEACA%2CgBAAgB%2CWAAhB%3B%3BAA7sBR%2CgBAgtBI%2CSAAQ%3BEACJ%2CYAAY%2CYAAZ%3BEACA%2CWAAA%3BEACA%2CcAAc%2CYAAd%3B%3BAAntBR%2CgBAstBI%2CSAAQ%3BEACJ%2CYAAA%3BEACA%2CoBAAA%3B%3BACxtBR%2CsBACI%3BEACI%2CwBAAA%3B%3BAAFR%2CsBAII%2CWAAa%2CsBAAoB%3BEAC7B%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CaAAa%2CSAAb%3BEACA%2CgBAAA%3BEACA%2CiCAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CsBAXJ%2CWAAa%2CsBAAoB%2CYAW5B%3BEACG%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CYAAY%2CsBAAsB%2C2BAAlC%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAtBZ%2CsBA0BI%3BEACI%2CaAAA%3BEACA%2CqCAAA%3BEACA%2CSAAA%3B%3BAAGA%2CQAD2B%3BEAC3B%2CsBANJ%3BIAKiC%2CqCAAA%3B%3B%3BAAE7B%2CQAD2B%3BEAC3B%2CsBAPJ%3BIAMiC%2CqCAAA%3B%3B%3BAAEjC%2CQAD8B%3BEAC9B%2CsBARA%3BIAOgC%2CqCAAA%3BIAA0C%2CSAAA%3B%3B%3BAAjC9E%2CsBAoCI%3BEACI%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3B%3BAAvCR%2CsBAoCI%2CcAKI%3BEACI%2CWAAA%3B%3BAAMA%2CQAH8B%3BEAG9B%2CsBAZR%2CcAKI%2CmBAGK%3BEAID%2CsBAZR%2CcAKI%2CmBAGc%3BIAEF%2CqBAAA%3B%3B%3BAA9CpB%2CsBAoCI%2CcAKI%2CmBASI%3BEACI%2CWAAA%3B%3BAAnDhB%2CsBAoCI%2CcAmBK%3BEACG%2CaAAa%2CSAAb%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2COAAO%2CcAAP%3BEACA%2CSAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2C4BAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CsBA%5C%2FBR%2CcAmBK%2CWAYI%3BEACG%2CqBAAA%3B%3BAApEhB%2CsBAoCI%2CcAmCI%2CsBAAqB%3BEACjB%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3B%3BAA1EZ%2CsBAoCI%2CcAmCI%2CsBAAqB%2CUAKjB%3BEACI%2CwBAAA%3BEACA%2C0BAAA%3BEACA%2C4BAAA%3BEAEA%2C0BAAA%3BEACA%2CsBAAA%3BEACA%2CkCAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CuBAAA%3B%3BAAzFhB%2CsBAoCI%2CcAmCI%2CsBAAqB%2CUAKjB%2CoBAeI%3BEACI%2CSAAA%3BEACA%2CuBAAA%3BEACA%2CUAAA%3B%3BAA9FpB%2CsBAoCI%2CcAmCI%2CsBAAqB%2CUAKjB%2CoBAeI%2CsBAKI%3BEACI%2CeAAA%3BEACA%2CWAAA%3B%3BAAEA%2CsBAhEpB%2CcAmCI%2CsBAAqB%2CUAKjB%2CoBAeI%2CsBAKI%2CiBAIQ%2CSAAM%3BEACN%2CUAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAgB%2CWAAhB%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3B%3BAAKJ%2CQAH8B%3BEAG9B%2CsBAjFpB%2CcAmCI%2CsBAAqB%2CUAKjB%2CoBAeI%2CsBAKI%2CiBAIQ%2CSAAM%3BIAeF%2CeAAA%3B%3B%3BAAnHhC%2CsBAoCI%2CcAmCI%2CsBAAqB%2CUAKjB%2CoBAeI%2CsBA6BI%3BEACI%2CwBAAA%3B%3BAAzHxB%2CsBAoCI%2CcAmCI%2CsBAAqB%2CUAKjB%2CoBAeI%2CsBAiCI%2CQAAO%3BEACH%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAY%2CYAAZ%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAgB%2CWAAhB%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CQAAA%3BEACA%2C2BAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3B%3BAAEA%2CsBAhHpB%2CcAmCI%2CsBAAqB%2CUAKjB%2CoBAeI%2CsBAiCI%2CQAAO%2COAwBF%3BEACG%2CWAAW%2CQAAX%3B%3BAAMR%2CQAH8B%3BEAG9B%2CsBAvHhB%2CcAmCI%2CsBAAqB%2CUAKjB%2CoBAeI%2CsBAiCI%2CQAAO%3BIA6BC%2CeAAA%3B%3B%3BAAMpB%2CsBA3HJ%2CcA2HK%2CMACG%2CsBAAqB%2CUAAW%2CsBAAsB%2CQAAO%3BEACzD%2CMAAA%3B%3BAAjKhB%2CsBAsKI%3BEACI%2CYAAY%2CYAAZ%3BEACA%2CeAAe%2CaAAf%3BEACA%2CkBAAkB%2CaAAlB%3BEACA%2CgBAAA%3BEACA%2CYAAY%2CaAAZ%3BEACA%2CsBAAsB%2CwBAAwB%2CWAA9C%3BEACA%2CeAAA%3B%3BAAEA%2CsBATJ%2CWASK%3BEACG%2CWAAW%2CgBAAX%3BEACA%2CYAAY%2CgBAAZ%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAnLZ%2CsBAuLI%3BEACI%2CkBAAA%3BEAEA%2CgBAAA%3BEACA%2CYAAY%2CaAAZ%3B%3BAA3LR%2CsBAuLI%2CeAMI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CgCAAA%3B%3BAAIR%2CsBAAC%2CMACG%2CeAAe%3BEACX%2CWAAW%2CWAAX%3B%3BAAUR%2CQAN0B%3BEAM1B%2CsBALI%2CQAAO%3BIACH%2CcAAA%3B%3B%3BAA7MZ%2CsBAiNI%3BEACI%2CSAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAAEA%2CsBAPJ%2CkBAOK%3BAAAS%2CsBAPd%2CkBAOe%3BEACP%2CaAAA%3B%3BAAzNZ%2CsBAiNI%2CkBAWI%3BEACI%2CaAAA%3B%3BAA7NZ%2CsBAiNI%2CkBAcI%2COACI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CQAAA%3B%3BAApOhB%2CsBAiNI%2CkBAcI%2COACI%2COAMI%3BEACI%2CSAAA%3B%3BAAvOpB%2CsBAiNI%2CkBAcI%2COACI%2COAUI%3BAA1OhB%2CsBAiNI%2CkBAcI%2COACI%2COAUO%3BEACC%2CWAAA%3BEACA%2CYAAA%3BEACA%2CwBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAkB%2CaAAlB%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2COAAO%2CWAAP%3BEACA%2CYAAY%2CaAAZ%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CYAAY%2CWAAZ%3B%3BAAxPpB%2CsBAiNI%2CkBAcI%2COACI%2COA0BI%2CEAAC%3BAA1PjB%2CsBAiNI%2CkBAcI%2COACI%2COA0Ba%2CMAAK%2CQAAS%3BEACnB%2CYAAY%2CYAAZ%3BEACA%2COAAO%2CYAAP%3BEACA%2CYAAY%2CWAAZ%3BEACA%2CcAAc%2CYAAd%3B%3BAA9PpB%2CsBAiNI%2CkBAcI%2COACI%2COAgCI%2CQAAO%2CKAAK%2CMAAM%3BAAhQlC%2CsBAiNI%2CkBAcI%2COACI%2COAgC%2BB%2CQAAO%2CSAAS%2CMAAM%3BAAhQjE%2CsBAiNI%2CkBAcI%2COACI%2COAiCI%2CQAAO%2CKAAK%2CQAAQ%3BAAjQpC%2CsBAiNI%2CkBAcI%2COACI%2COAiCiC%2CQAAO%2CSAAS%2CQAAQ%3BEACjD%2COAAO%2CYAAP%3B%3BAAShB%2CQAL8B%3BEAK9B%2CsBA1DA%2CkBAsDQ%3BIACI%2CcAAA%3B%3B%3BAAWZ%2CQAN8B%3BEAM9B%2CsBAPA%2CQAAO%3BIAEC%2CYAAY%2CaAAZ%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3B%3B%3BAAjRZ%2CsBAoRI%2CcAAc%3BEACV%2CkBAAkB%2CaAAlB%3BEACA%2C2BAAA%3BEACA%2C8BAAA%3B%3BACvRR%2CqBACI%2CQAAO%3BEACH%2CiBAAA%3B%3BAAOJ%2CQAJ8B%3BEAI9B%2CqBALA%2CSAAQ%3BIAEA%2CqBAAA%3BIACA%2CgBAAA%3B%3B%3BAAPZ%2CqBAUI%3BEACI%2CaAAA%3BEACA%2CsBAAA%3B%3BAAMA%2CQAJ0B%3BEAI1B%2CqBARJ%3BIAKQ%2CqBAAA%3B%3B%3BAAfZ%2CqBAUI%2CmBAQI%3BEACI%2CQAAA%3B%3BAAnBZ%2CqBAUI%2CmBAQI%2CoBAEI%3BEACI%2CaAAa%2CSAAb%3BEAEA%2COAAO%2CWAAP%3BEACA%2CiCAAA%3B%3BAAxBhB%2CqBAUI%2CmBAiBI%3BEACI%2CQAAA%3B%3BAA5BZ%2CqBAUI%2CmBAiBI%2CoBAEI%2CWACI%2CiBACI%3BEACI%2COAAO%2CYAAP%3B%3BAAhCxB%2CqBAUI%2CmBA2BI%2CSAAQ%2CUAAU%3BEACd%2CQAAA%3B%3BAAtCZ%2CqBAUI%2CmBA8BI%3BEACI%2CQAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAzCZ%2CqBAUI%2CmBA8BI%2CkBAgBI%3B%3B%3B%3B%3B%3BEAMI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3B%3B%3BEAIA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAiB%2CUAAjB%3B%3BAAtEhB%2CqBAUI%2CmBA8BI%2CkBAgBI%2CYAgBI%3BEACI%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAA7EpB%2CqBAUI%2CmBA8BI%2CkBAgBI%2CYAgBI%2CUAOI%3BEACI%2CSAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2C8BAAA%3BEACA%2CeAAA%3B%3BAAtFxB%2CqBAUI%2CmBA8BI%2CkBAgBI%2CYAgBI%2CUAOI%2CKASI%3BEACI%2CSAAA%3B%3BAAKJ%2CQAH8B%3BEAG9B%2CqBApFpB%2CmBA8BI%2CkBAgBI%2CYAgBI%2CUAOI%2CKASI%3BIAIQ%2CaAAA%3B%3B%3BAA5FhC%2CqBAUI%2CmBA8BI%2CkBAgBI%2CYAgBI%2CUAwBI%3BEACI%2CWAAA%3BEACA%2CaAAA%3BEACA%2CSAAA%3B%3BAAnGxB%2CqBAUI%2CmBA8BI%2CkBAgBI%2CYAgBI%2CUAwBI%2CSAKI%3BEACI%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAY%2CYAAZ%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAgB%2CWAAhB%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CQAAA%3BEACA%2C2BAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3B%3BAAEA%2CqBAnHxB%2CmBA8BI%2CkBAgBI%2CYAgBI%2CUAwBI%2CSAKI%2CQAwBK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAgB%2CsCAAhB%3BEACA%2CwBAAA%3B%3BAAEJ%2CqBA3HxB%2CmBA8BI%2CkBAgBI%2CYAgBI%2CUAwBI%2CSAKI%2CQAgCK%3BEACG%2CYAAY%2CcAAZ%3BEACA%2CgBAAgB%2CWAAhB%3B%3BAAvIhC%2CqBAUI%2CmBA8BI%2CkBAgBI%2CYAgBI%2CUAwBI%2CSA0CI%3BEACI%2CoBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAY%2CaAAZ%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAgB%2CWAAhB%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CQAAA%3BEACA%2C2BAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CqBAzJxB%2CmBA8BI%2CkBAgBI%2CYAgBI%2CUAwBI%2CSA0CI%2CYAyBK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAgB%2CuCAAhB%3B%3BAAGJ%2CqBAjKxB%2CmBA8BI%2CkBAgBI%2CYAgBI%2CUAwBI%2CSA0CI%2CYAiCK%3BEACG%2CgCAAA%3BEACA%2CYAAY%2CaAAZ%3B%3BAA7KhC%2CqBAUI%2CmBA8BI%2CkBAgBI%2CYAgBI%2CUAwBI%2CSA0CI%2CYAsCI%3BEACI%2CaAAA%3B%3BAAjLhC%2CqBAUI%2CmBA8KI%3BEACI%2CQAAA%3B%3BAAzLZ%2CqBAUI%2CmBA8KI%2CsBAEI%2CQAAO%3BEACH%2CaAAA%3B%3BAA3LhB%2CqBA%2BLI%2CSAAQ%2CKAAK%2CSACT%2CSAAQ%2CKAAK%3BEACT%2CSAAA%3BEACA%2CYAAA%3B%3BAAEA%2CqBALR%2CSAAQ%2CKAAK%2CSACT%2CSAAQ%2CKAAK%2CMAIL%2CQAAK%2CMACL%3BEACI%2CuBAAA%3BEACA%2C4BAAA%3BEACA%2C0BAAA%3BEACA%2C2BAAA%3BEACA%2C0BAAA%3BEACA%2CWAAA%3BEACA%2CcAAc%2CaAAd%3B%3BAAMJ%2CQAJ8B%3BEAI9B%2CqBAnBZ%2CSAAQ%2CKAAK%2CSACT%2CSAAQ%2CKAAK%2CMAIL%2CQAAK%2CMACL%3BIAUQ%2CYAAY%2CYAAZ%3BIACA%2CYAAA%3B%3B%3BAAIZ%2CqBArBR%2CSAAQ%2CKAAK%2CSACT%2CSAAQ%2CKAAK%2CMAoBL%2CQAAK%3BEACL%2C%2BBAAA%3BEACA%2CcAAc%2CaAAd%3B%3BAAKJ%2CQAH8B%3BEAG9B%2CqBA5BR%2CSAAQ%2CKAAK%2CSACT%2CSAAQ%2CKAAK%2CMAoBL%2CQAAK%3BIAKD%2C4BAAA%3B%3B%3BACzNpB%2CuBACI%3BAADqB%2CwBACrB%3BAAD%2BC%2CgCAC%5C%2FC%3BAADJ%2CuBACY%3BAADa%2CwBACb%3BAADuC%2CgCACvC%3BEACJ%2CgBAAA%3B%3BAAEA%2CuBAHJ%2COAGK%3BAAAD%2CwBAHJ%2COAGK%3BAAAD%2CgCAHJ%2COAGK%3BAAAD%2CuBAHI%2CMAGH%3BAAAD%2CwBAHI%2CMAGH%3BAAAD%2CgCAHI%2CMAGH%3BEACG%2CmBAAA%3B%3BAALZ%2CuBAQI%3BAARqB%2CwBAQrB%3BAAR%2BC%2CgCAQ%5C%2FC%3BEACI%2CiBAAA%3B%3BAATR%2CuBAWI%2CQAAO%3BAAXc%2CwBAWrB%2CQAAO%3BAAXwC%2CgCAW%5C%2FC%2CQAAO%3BAAXX%2CuBAWqB%3BAAXI%2CwBAWJ%3BAAX8B%2CgCAW9B%3BEACb%2CYAAY%2CYAAZ%3BEACA%2CYAAY%2CWAAZ%3BEACA%2CuBAAA%3BEACA%2C8BAAA%3B%3BAAEA%2CuBANJ%2CQAAO%2CQAMF%3BAAAD%2CwBANJ%2CQAAO%2CQAMF%3BAAAD%2CgCANJ%2CQAAO%2CQAMF%3BAAAD%2CuBANa%2CgBAMZ%3BAAAD%2CwBANa%2CgBAMZ%3BAAAD%2CgCANa%2CgBAMZ%3BEACG%2CYAAY%2CcAAZ%3BEACA%2CYAAY%2CWAAZ%3B%3BAAnBZ%2CuBAsBI%2CiBAAiB%2CWAAW%2CEAAC%2COAAO%3BAAtBf%2CwBAsBrB%2CiBAAiB%2CWAAW%2CEAAC%2COAAO%3BAAtBW%2CgCAsB%5C%2FC%2CiBAAiB%2CWAAW%2CEAAC%2COAAO%3BEAChC%2COAAO%2CYAAP%3BEACA%2CqBAAA%3B%3BAASA%2CQAH0B%3BEAG1B%2CIALJ%2CQACA%3BIAEQ%2CiBAAA%3B%3B%3BAAHZ%2CIAAI%2CQACA%2CWAII%2CKACI%2CMAAK%3BAANjB%2CIAAI%2CQACA%2CWAII%2CKACwB%2CMAAK%3BAANrC%2CIAAI%2CQACA%2CWAII%2CKACgD%2CMAAK%3BAAN7D%2CIAAI%2CQACA%2CWAII%2CKACmE%2CMAAK%3BAANhF%2CIAAI%2CQACA%2CWAII%2CKACsF%2CMAAK%3BAANnG%2CIAAI%2CQACA%2CWAII%2CKAC4G%2CMAAK%3BAANzH%2CIAAI%2CQACA%2CWAII%2CKACkI%2CMAAK%3BAAN%5C%2FI%2CIAAI%2CQACA%2CWAII%2CKACuJ%2CMAAK%3BAANpK%2CIAAI%2CQACA%2CWAII%2CKAC4K%3BEACpK%2CYAAA%3B%3BAAPhB%2CIAAI%2CQAWA%2CSACI%2CeAAe%3BEACX%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAY%2CaAAZ%3BEACA%2CmBAAA%3B%3BAAhBZ%2CIAAI%2CQAWA%2CSAOI%2CQAAO%3BEACH%2CYAAY%2CYAAZ%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CIAvBR%2CQAWA%2CSAOI%2CQAAO%2COAKF%3BEACG%2CYAAY%2CcAAZ%3B%3BAAxBhB%2CIAAI%2CQA4BA%2CoBACI%3BAA7BR%2CIAAI%2CQA4BA%2CoBACoB%2CgBAAgB%2CQAAO%3BAA7B%5C%2FC%2CIAAI%2CQA4BA%2CoBACqD%3BEAC7C%2CaAAA%3B%3BAA9BZ%2CIAAI%2CQAiCA%2CuBACI%3BEACI%2CYAAY%2CaAAZ%3BEACA%2CmBAAA%3B%3BAApCZ%2CIAAI%2CQAiCA%2CuBAKI%2CMACI%3BEACI%2CYAAY%2CWAAZ%3B%3BAAEA%2CIA1CZ%2CQAiCA%2CuBAKI%2CMACI%2CEAGK%3BEACG%2CYAAY%2CYAAZ%3BEACA%2COAAO%2CYAAP%3BEACA%2CYAAY%2CWAAZ%3B%3BAAShB%2CQAJ8B%3BEAI9B%2CIAtDA%2CQAiCA%3BIAkBQ%2CMAAA%3BIACA%2CSAAA%3B%3B%3BAAIR%2CIAxDA%2CQAwDC%2CqBACG%2CqBACI%2CGAAE%3BEACE%2CaAAA%3BEACA%2CuBAAuB%2CcAAvB%3BEACA%2CSAAA%3B%3BAAGA%2CQAD0B%3BEAC1B%2CIAhEZ%2CQAwDC%2CqBACG%2CqBACI%2CGAAE%3BIAK8B%2CuBAAuB%2CcAAvB%3B%3B%3BAAG5B%2CQAF0B%3BEAE1B%2CIAlEZ%2CQAwDC%2CqBACG%2CqBACI%2CGAAE%3BIAM8B%2CuBAAuB%2CcAAvB%3B%3B%3BAARxC%2CIAxDA%2CQAwDC%2CqBACG%2CqBACI%2CGAAE%2CcAQE%3BEACI%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CSAAA%3B%3BAAMA%2CwBAJ0C%3BEAI1C%2CIA3EhB%2CQAwDC%2CqBACG%2CqBACI%2CGAAE%2CcAQE%3BIAMQ%2CYAAA%3B%3B%3BAAOJ%2CQAH8B%3BEAG9B%2CIA%5C%2FEhB%2CQAwDC%2CqBACG%2CqBACI%2CGAAE%2CcAQE%2CcASI%3BIAEQ%2CWAAA%3B%3B%3BAArBxB%2CIAxDA%2CQAwDC%2CqBACG%2CqBAyBI%3BEACI%2CcAAA%3B%3BAA3BZ%2CIAxDA%2CQAwDC%2CqBACG%2CqBAyBI%2CiBAGI%3BEACI%2CYAAY%2CYAAZ%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3B%3BAAEA%2CIA3FhB%2CQAwDC%2CqBACG%2CqBAyBI%2CiBAGI%2CQAMK%3BEACG%2CYAAY%2CcAAZ%3B%3BAApCpB%2CIAxDA%2CQAwDC%2CqBAyCG%2CeACI%2CmBACI%3BEACI%2CoBAAA%3BEACA%2CwBAAA%3BEACA%2C0BAAA%3BEACA%2CoBAAA%3BEACA%2C4BAAA%3BEACA%2CqBAAA%3BEACA%2C6BAAA%3BEACA%2CyBAAA%3BEACA%2C2BAAA%3BEACA%2CkCAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAvDhB%2CIAxDA%2CQAwDC%2CqBAyCG%2CeACI%2CmBACI%2CoBAcI%3BEACI%2CaAAA%3B%3BAA1DpB%2CIAxDA%2CQAwDC%2CqBAyCG%2CeACI%2CmBACI%2CoBAcI%2CaAGI%3BEACI%2CcAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CYAAY%2CYAAZ%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BAAlExB%2CIAxDA%2CQAwDC%2CqBAyCG%2CeACI%2CmBACI%2CoBA0BI%3BEACI%2CgBAAA%3B%3BAAtEpB%2CIAxDA%2CQAwDC%2CqBAyCG%2CeACI%2CmBACI%2CoBA0BI%2CYAGI%3BEACI%2CgBAAA%3B%3BAAzExB%2CIAxDA%2CQAwDC%2CqBAyCG%2CeACI%2CmBACI%2CoBA0BI%2CYAGI%2CUAGI%3BEACI%2CuBAAA%3B%3BAA5E5B%2CIAxDA%2CQAwDC%2CqBAyCG%2CeACI%2CmBACI%2CoBA0BI%2CYAUI%3BEACI%2CYAAY%2CYAAZ%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CIA7IxB%2CQAwDC%2CqBAyCG%2CeACI%2CmBACI%2CoBA0BI%2CYAUI%2CQAMK%3BEACG%2CYAAY%2CcAAZ%3B%3BAAMJ%2CIApJxB%2CQAwDC%2CqBAyCG%2CeACI%2CmBACI%2CoBA%2BCI%2CsBACI%2CEACK%2COAAO%2CKAAK%3BEACT%2CSAAS%2COAAT%3BEACA%2CaAAa%2CUAAb%3B%3BAAEJ%2CIAxJxB%2CQAwDC%2CqBAyCG%2CeACI%2CmBACI%2CoBA%2BCI%2CsBACI%2CEAKK%2COAAO%2COAAO%3BEACX%2CSAAS%2COAAT%3BEACA%2CaAAa%2CUAAb%3B%3BAAKhB%2CIA%5C%2FJZ%2CQAwDC%2CqBAyCG%2CeACI%2CmBA6DK%3BAAAQ%2CIA%5C%2FJrB%2CQAwDC%2CqBAyCG%2CeACI%2CmBA6Dc%3BEACN%2CuBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAApKpB%2CIAAI%2CQAyKA%2CQAAO%3BAAzKX%2CIAAI%2CQAyKc%2CQAAO%3BEACjB%2CYAAY%2CYAAZ%3BEACA%2CYAAA%3BEACA%2C0BAAA%3BEACA%2C0BAAA%3BEACA%2CgBAAA%3BEACA%2CYAAY%2CWAAZ%3B%3BAAEA%2CIAjLJ%2CQAyKA%2CQAAO%2CKAQF%3BAAAD%2CIAjLJ%2CQAyKc%2CQAAO%2CIAQhB%3BEACG%2CYAAY%2CcAAZ%3BEACA%2CYAAY%2CWAAZ%3B%3BAAIR%2CIAvLA%2CQAuLC%2CuBACG%2CyBAAyB%2CeAAe%3BEACpC%2COAAO%2CYAAP%3BEACA%2CgBAAA%3B%3BAAIR%2CIA9LA%2CQA8LC%2CuBACG%2CQAAO%2CKAAM%3BEACT%2COAAO%2CYAAP%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAEA%2CIApMR%2CQA8LC%2CuBACG%2CQAAO%2CKAAM%2CEAKR%3BAAAQ%2CIApMjB%2CQA8LC%2CuBACG%2CQAAO%2CKAAM%2CEAKC%3BEACN%2COAAO%2CcAAP%3B%3BAAIZ%2CIAzMA%2CQAyMC%2CoBACG%2CMAAK%2CMAAO%2CKAAI%2CQACZ%3BEACI%2CqBAAA%3BEACA%2COAAO%2CcAAP%3B%3BAAEA%2CIA%5C%2FMZ%2CQAyMC%2CoBACG%2CMAAK%2CMAAO%2CKAAI%2CQACZ%2CEAIK%3BEACG%2CqBAAA%3BEACA%2COAAO%2CcAAP%3B%3BAAKhB%2CIAtNA%2CQAsNC%2CiBACG%2CaAAa%2CMAAM%3BEACf%2CYAAY%2CaAAZ%3B%3BAAFR%2CIAtNA%2CQAsNC%2CiBAIG%2COAAO%3BAAJX%2CIAtNA%2CQAsNC%2CiBAIiB%2CqBAAqB%2CMAAM%3BEACrC%2CYAAY%2CSAAZ%3B%3BAALR%2CIAtNA%2CQAsNC%2CiBAOG%2C0BAA0B%2CeAAe%3BEACrC%2COAAO%2CYAAP%3BEACA%2CgBAAA%3B%3BAATR%2CIAtNA%2CQAsNC%2CiBAWG%2CQAAO%3BAAXX%2CIAtNA%2CQAsNC%2CiBAWkB%2CQAAO%2CMAAM%3BEACxB%2CqBAAA%3BEACA%2COAAO%2CYAAP%3B%3BAAbR%2CIAtNA%2CQAsNC%2CiBAeG%2CQAAO%2CMAAM%3BEACT%2COAAO%2CcAAP%3B%3BAAIR%2CIA1OA%2CQA0OC%2CkBACG%2COAAM%3BEACF%2CaAAA%3B%3BAAFR%2CIA1OA%2CQA0OC%2CkBAIG%3BEACI%2CgBAAA%3B%3BAALR%2CIA1OA%2CQA0OC%2CkBAOG%2CqBAAqB%2CMAAM%3BAAP%5C%2FB%2CIA1OA%2CQA0OC%2CkBAOuC%2CqBAAqB%2CMAAM%3BEAC3D%2CYAAY%2CSAAZ%3B%3BAAIZ%3B%3B%3BAAAA%2C%2BBACI%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3B%3BACrRR%2CoBACI%3BEACI%2CiBAAA%3B%3BAAFR%2CoBAII%2CgBACI%3BEACI%2CYAAY%2CaAAZ%3BEACA%2CmBAAA%3B%3BAAPZ%2CoBAII%2CgBACI%2CcAII%2CwBACI%2CQAAO%2CQAAQ%3BEACX%2CYAAY%2CYAAZ%3BEACA%2CYAAY%2CWAAZ%3BEACA%2CYAAA%3B%3BAAEA%2CoBAXhB%2CgBACI%2CcAII%2CwBACI%2CQAAO%2CQAAQ%2CSAKV%3BEACG%2CYAAY%2CcAAZ%3BEACA%2CYAAY%2CWAAZ%3B%3BAAIJ%2CoBAjBhB%2CgBACI%2CcAII%2CwBAWI%2CeACK%3BEACG%2CqBAAA%3BEACA%2COAAO%2CYAAP%3B%3BAAvBxB%2CoBAII%2CgBACI%2CcAsBI%2CaAAa%2COAAO%3BEAChB%2C0BAAA%3B%3BAAKA%2CoBA7BZ%2CgBA2BI%2CWACI%2CMACK%2CcACG%2CmBAAmB%3BEACf%2CqBAAA%3B%3BAAFR%2CoBA7BZ%2CgBA2BI%2CWACI%2CMACK%2CcAIG%3BEACI%2CgBAAA%3B%3BAALR%2CoBA7BZ%2CgBA2BI%2CWACI%2CMACK%2CcAIG%2CiBAGI%3BEACI%2CwBAAA%3B%3BAAEJ%2CoBAvCpB%2CgBA2BI%2CWACI%2CMACK%2CcAIG%2CiBAMQ%2CeAAY%3BEACZ%2CSAAS%2COAAT%3BEACA%2CaAAa%2CUAAb%3B%3BAAEJ%2CoBA3CpB%2CgBA2BI%2CWACI%2CMACK%2CcAIG%2CiBAUQ%2CiBAAc%3BEACd%2CSAAS%2COAAT%3BEACA%2CaAAa%2CUAAb%3B%3BAAIZ%2CoBAjDZ%2CgBA2BI%2CWACI%2CMAqBK%2CQAAQ%2CKAAM%3BEACX%2CYAAY%2CYAAZ%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CoBAtDhB%2CgBA2BI%2CWACI%2CMAqBK%2CQAAQ%2CKAAM%2CQAKV%3BEACG%2CYAAA%3BEACA%2CYAAY%2CcAAZ%3B%3BAASZ%2CQAH0B%3BEAG1B%2CoBAjER%2CgBA6DI%3BIAEQ%2CYAAA%3B%3B%3BAAnEhB%2CoBAII%2CgBA6DI%2CeAII%3BEACI%2CYAAY%2CaAAZ%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CoBAtEZ%2CgBA6DI%2CeAII%2COAKQ%3BEACA%2CYAAA%3B%3BAADJ%2CoBAtEZ%2CgBA6DI%2CeAII%2COAKQ%2CSAGA%3BEACI%2COAAO%2CYAAP%3BEACA%2CgBAAA%3B%3BAAGJ%2CoBA9EhB%2CgBA6DI%2CeAII%2COAKQ%2CSAQC%3BEACG%2CaAAA%3B%3BAAnFxB%2CoBAII%2CgBA6DI%2CeAII%2COAiBI%3BEACI%2CyBAAA%3BEACA%2CUAAA%3B%3BAAxFpB%2CoBAII%2CgBA6DI%2CeAII%2COAiBI%2CSAII%3BEACI%2CSAAA%3BEACA%2CaAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BAA9FxB%2CoBAII%2CgBA6DI%2CeAII%2COAiBI%2CSAII%2CUAMI%3BEACI%2CSAAA%3B%3BAAjG5B%2CoBAII%2CgBA6DI%2CeAII%2COAiBI%2CSAII%2CUAUI%3BEACI%2CYAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAxG5B%2CoBAII%2CgBA6DI%2CeAII%2COAiBI%2CSAII%2CUAgBI%2CiBAAiB%3BEACb%2CeAAA%3BEACA%2CYAAA%3BEACA%2CuBAAA%3BEACA%2CYAAY%2CYAAZ%3BEACA%2CWAAA%3BEACA%2C8BAAA%3BEACA%2C2BAAA%3B%3BAAEA%2CoBA%5C%2FGxB%2CgBA6DI%2CeAII%2COAiBI%2CSAII%2CUAgBI%2CiBAAiB%2CQASZ%3BEACG%2CYAAY%2CcAAZ%3BEACA%2CuBAAA%3B%3BACrHhC%2CqBACI%2COAAM%3BEACF%2CaAAA%3B%3BAAFR%2CqBAII%2CkBACI%3B%3B%3B%3B%3B%3BAAII%2CQAH0B%3BEAG1B%2CqBALR%2CkBACI%3BIAEQ%2CUAAA%3B%3B%3BAAEJ%2CqBALR%2CkBACI%2CuBAIK%2CUAAa%3BEACV%2COAAO%2CYAAP%3BEACA%2CgBAAA%3B%3BAAMJ%2CqBAbR%2CkBACI%2CuBAYQ%2COAAI%3BEACJ%2CcAAc%2CYAAd%3B%3BAAlBhB%2CqBAII%2CkBAiBI%2CuBAAsB%2CUAAa%2COAAI%2CMACvC%2CuBAAsB%2CQAAW%2COAAI%3BEACjC%2CSAAS%2COAAT%3BEACA%2CaAAa%2CUAAb%3BEACA%2CeAAA%3BEACA%2COAAO%2CYAAP%3B%3BAA1BZ%2CqBAII%2CkBAwBI%2CuBAAyB%2COAAI%3BEACzB%2CeAAA%3BEACA%2COAAO%2CYAAP%3B%3BAA9BZ%2CqBAII%2CkBA4BI%2CuBAAsB%2CUAAU%3BAAhCxC%2CqBAII%2CkBA4B8C%2CuBAAsB%2CUAAa%2COAAI%3BEAC7E%2CYAAY%2CYAAZ%3BEACA%2CcAAc%2CYAAd%3B%3BAAlCZ%2CqBAqCI%3BEACI%2CYAAY%2CaAAZ%3BEACA%2CmBAAA%3B%3BAAvCR%2CqBAqCI%2CqBAII%3BAAzCR%2CqBAqCI%2CqBAIwB%3BEAChB%2CYAAY%2CaAAZ%3BEACA%2CmBAAA%3B%3BAA3CZ%2CqBA8CI%2CaACI%3BEACI%2CaAAa%2CSAAb%3BEACA%2CiCAAA%3B%3BAAjDZ%2CqBA8CI%2CaAKI%3BAAnDR%2CqBA8CI%2CaAKY%3BEACJ%2CYAAA%3B%3BAApDZ%2CqBA8CI%2CaAQI%2CMAAK%3BAAtDb%2CqBA8CI%2CaAQyB%2CMAAK%3BEACtB%2CeAAA%3B%3BAAvDZ%2CqBA8CI%2CaAWI%2CiBAAiB%3BEACb%2CYAAY%2CYAAZ%3BEACA%2CYAAA%3B%3BAAEA%2CqBAfR%2CaAWI%2CiBAAiB%2CQAIZ%3BEACG%2CYAAY%2CcAAZ%3B%3BAA9DhB%2CqBA8CI%2CaAmBI%3BAAjER%2CqBA8CI%2CaAmBkC%3BEAC1B%2CYAAY%2CYAAZ%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3B%3BAAEA%2CqBAzBR%2CaAmBI%2C6BAMK%3BAAAD%2CqBAzBR%2CaAmBkC%2CmBAMzB%3BEACG%2CYAAW%2CcAAX%3BEACA%2CYAAA%3B%3BAAzEhB%2CqBA8CI%2CaA8BI%3BEACI%2CYAAA%3BEACA%2CaAAA%3BEACA%2CuBAAuB%2CcAAvB%3BEACA%2CcAAA%3B%3BAAKA%2CQAH2B%3BEAG3B%2CqBAvCR%2CaA8BI%3BIAOQ%2CuBAAuB%2CcAAvB%3B%3B%3BAAKR%2CQAH8B%3BEAG9B%2CqBA1CJ%2CaA8BI%3BIAUQ%2CuBAAuB%2CcAAvB%3B%3B%3BAAtFhB%2CqBA8CI%2CaA2CI%3BEACI%2CkBAAkB%2CaAAlB%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2C6BAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAAEA%2CqBAzDR%2CaA2CI%2CuBAcK%3BEACG%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAc%2CYAAd%3B%3BAAkBZ%2CQAb8B%3BEAa9B%2CqBAdA%3BIAEQ%2CgBAAA%3BIACA%2CYAAA%3BIACA%2CYAAY%2CaAAZ%3BIACA%2CmBAAA%3BIACA%2CaAAA%3BIACA%2CmBAAA%3BIACA%2C8BAAA%3B%3BEAEA%2CqBAVR%2CuBAUS%3BEAAU%2CqBAVnB%2CuBAUoB%3BIACR%2CaAAA%3B%3B%3BAAzHhB%2CqBA6HI%2CyBACI%2CwBAAuB%3BEACnB%2CaAAA%3B%3BAA%5C%2FHZ%2CqBA6HI%2CyBAII%2C0BAA0B%3BEACtB%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CgCAAA%3BEACA%2CYAAY%2CYAAZ%3BEACA%2CuBAAA%3BEACA%2CYAAY%2CWAAZ%3B%3BAAEA%2CqBAhBR%2CyBAII%2C0BAA0B%2CQAYrB%3BEACG%2CYAAY%2CcAAZ%3BEACA%2CYAAY%2CWAAZ%3B%3BAAgBhB%2CQAZ8B%3BEAY9B%2CqBAXQ%2CaACI%3BEAUZ%2CqBAXQ%2CaACiB%3BEAUzB%2CqBAXQ%2CaACyC%3BIACjC%2CYAAY%2CSAAZ%3BIACA%2CYAAA%3B%3BEAQhB%2CqBAXQ%2CaAKI%3BIACI%2CUAAA%3BIACA%2CSAAA%3B%3B%3B%3BAAQhB%2CqBACI%3BEACI%2CmBAAA%3B%3BAAFR%2CqBAII%3BEACI%2CuBAAA%3B%3BAALR%2CqBAII%2CsBAGI%2CaAAa%3BEACT%2CaAAa%2CSAAb%3BEACA%2CWAAA%3B%3BAATZ%2CqBAII%2CsBAOI%2COAAM%2COAAQ%2COAAO%2CSAAS%3BEAC1B%2CeAAA%3BEACA%2CgBAAA%3B%3BAAbZ%2CqBAII%2CsBAWI%3BEACI%2CaAAA%3B%3BAAhBZ%2CqBAII%2CsBAcI%2CiBAAmB%2CWAAS%3BEACxB%2CeAAA%3BEACA%2CYAAY%2CYAAZ%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CYAAY%2CWAAZ%3B%3BAAEA%2CqBAvBR%2CsBAcI%2CiBAAmB%2CWAAS%2CQASvB%3BEACG%2CYAAY%2CcAAZ%3BEACA%2CYAAY%2CWAAZ%3B%3BAAIJ%2CqBA7BR%2CsBA4BI%2CiBAAiB%2CWAAW%2CEAAC%2COACxB%3BEACG%2CqBAAA%3BEACA%2COAAO%2CYAAP%3B%3BAAnChB%2CqBAII%2CsBAkCI%2COAAM%2COAAQ%3BEACV%2CgBAAA%3BEACA%2C2BAAA%3B%3BAAMZ%2CyBACI%3BEACI%2CiBAAA%3B%3BAAFR%2CyBACI%2CWAGI%2CEAAC%3BEACG%2COAAO%2CYAAP%3BEACA%2CqBAAA%3B%3BAANZ%2CyBACI%2CWAOI%2CEAAC%2COAAO%2CQAAQ%3BEACZ%2CYAAY%2CYAAZ%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CYAAY%2CWAAZ%3B%3BAAEA%2CyBApBR%2CWAOI%2CEAAC%2COAAO%2CQAAQ%2CSAaX%3BEACG%2CYAAY%2CcAAZ%3BEACA%2CYAAY%2CWAAZ%3B%3BAAMhB%2C2BACI%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAHR%2C2BACI%2CkBAII%2CMAAK%2CIAAI%3BAALjB%2C2BACI%2CkBAIkC%3BEAC1B%2CgBAAA%3BEACA%2CYAAA%3B%3BAAPZ%2C2BAUI%2CcACI%3BEACI%2CYAAY%2CYAAZ%3BEACA%2CYAAA%3BEACA%2C0BAAA%3BEACA%2C0BAAA%3BEACA%2CgBAAA%3BEACA%2CYAAY%2CWAAZ%3B%3BAAEA%2C2BATR%2CcACI%2CqBAQK%3BEACG%2CYAAY%2CcAAZ%3B%3BAApBhB%2C2BAUI%2CcAaI%3BEACI%2COAAO%2CYAAP%3BEACA%2CgCAAA%3BEACA%2C2BAAA%3B%3BAAEA%2C2BAlBR%2CcAaI%2CmBAKK%3BEACG%2COAAO%2CcAAP%3B%3B%3BATpOhB%2CYACI%3BEACI%2CiBAAA%3B%3BAAFR%2CYAII%2CcACI%3BEACI%2CYAAY%2CaAAZ%3BEACA%2CmBAAA%3B%3BAAPZ%2CYAII%2CcAKI%2CQAAO%3BEACH%2CYAAY%2CYAAZ%3BEACA%2CYAAY%2CWAAZ%3BEACA%2CYAAA%3B%3BAAEA%2CYAVR%2CcAKI%2CQAAO%2COAKF%3BEACG%2CYAAY%2CcAAZ%3BEACA%2CYAAY%2CWAAZ%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAUWZ%2CgBALsC%3BECoFtC%2CiCA7BA%3BECsOA%2C0BACI%2CcDvOJ%3BIACI%2CWAAA%3BIACA%2CWAAA%3BIACA%2CoBAAA%3B%3BEAEA%2CiCALJ%2CGAKK%3BECiOL%2C0BACI%2CcDvOJ%2CGAKK%3BIACG%2CSAAS%2CIAAT%3B%3BEAuBR%2CiCAnBA%3BEC4NA%2C0BACI%2CcD7NJ%3BIACI%2CqBAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CqBAAA%3B%3BEA%2BBJ%3BIACI%2CWAAA%3B%3BEA0BJ%3BEA6sDA%2C2BACI%3BEEjtDJ%2COACI%2CgBACI%2CeAGI%3BECjKZ%2CYACI%3BECkVJ%2CgBAGI%3BEA2EJ%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%3BEAwDhB%2CkBACM%3BEAKN%2CkBACI%3BEC5UJ%2CiCL%2BsDI%3BEMjuDJ%2CuBNiuDI%3BEOhsCJ%2CcPgsCI%3BIA%5C%2FtDJ%2CUAAA%3B%3BEAEA%2CoBAAC%2CUAAU%3BEA4tDX%2C2BACI%2COA7tDH%2CUAAU%3BEEYX%2COACI%2CgBACI%2CeAGI%2CKFjBX%2CUAAU%3BEGhJX%2CYACI%2COH%2BIH%2CUAAU%3BEImMX%2CgBAGI%2COJtMH%2CUAAU%3BEIiRX%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CKJ3Rf%2CUAAU%3BEImVX%2CkBACM%2CYJpVL%2CUAAU%3BEIyVX%2CkBACI%2CUJ1VH%2CUAAU%3BEKcX%2CiCL%2BsDI%2COA7tDH%2CUAAU%3BEMJX%2CuBNiuDI%2COA7tDH%2CUAAU%3BEO6hBX%2CcPgsCI%2COA7tDH%2CUAAU%3BIACP%2CWAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CoBAAC%2CUAAU%3BEAutDX%2C2BACI%2COAxtDH%2CUAAU%3BEEOX%2COACI%2CgBACI%2CeAGI%2CKFZX%2CUAAU%3BEGrJX%2CYACI%2COHoJH%2CUAAU%3BEI8LX%2CgBAGI%2COJjMH%2CUAAU%3BEI4QX%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CKJtRf%2CUAAU%3BEI8UX%2CkBACM%2CYJ%5C%2FUL%2CUAAU%3BEIoVX%2CkBACI%2CUJrVH%2CUAAU%3BEKSX%2CiCL%2BsDI%2COAxtDH%2CUAAU%3BEMTX%2CuBNiuDI%2COAxtDH%2CUAAU%3BEOwhBX%2CcPgsCI%2COAxtDH%2CUAAU%3BIACP%2CYAAA%3B%3BEAEA%2CoBAHH%2CUAAU%2CGAGH%3BEAotDR%2C2BACI%2COAxtDH%2CUAAU%2CGAGH%3BEEIR%2COACI%2CgBACI%2CeAGI%2CKFZX%2CUAAU%2CGAGH%3BEGxJR%2CYACI%2COHoJH%2CUAAU%2CGAGH%3BEI2LR%2CgBAGI%2COJjMH%2CUAAU%2CGAGH%3BEIyQR%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CKJtRf%2CUAAU%2CGAGH%3BEI2UR%2CkBACM%2CYJ%5C%2FUL%2CUAAU%2CGAGH%3BEIiVR%2CkBACI%2CUJrVH%2CUAAU%2CGAGH%3BEKMR%2CiCL%2BsDI%2COAxtDH%2CUAAU%2CGAGH%3BEMZR%2CuBNiuDI%2COAxtDH%2CUAAU%2CGAGH%3BEOqhBR%2CcPgsCI%2COAxtDH%2CUAAU%2CGAGH%3BIACA%2CWAAA%3B%3BEA6GR%3BEIuNA%2CUACI%3BEIVJ%2CgBACI%3BIR9MA%2CmBAAA%3B%3BEAsEJ%3BEK1MI%2COAAO%2CKAAM%2CyBACT%3BECnBJ%2COAAO%2CKAAM%2CeACT%3BELmNJ%2COAAO%2CKAAM%2CiCACT%3BIDHR%2CcAAA%3B%3BEAyCA%3BEAyEgB%2CuBATZ%2CUAOI%2CYACI%2CQACK%3BECxMjB%2CwBD%2BLI%2CUAOI%2CYACI%2CQACK%3BECvMjB%2CuBD8LI%2CUAOI%2CYACI%2CQACK%3BEZzTjB%2CmBYgTI%2CUAOI%2CYACI%2CQACK%3BES9ajB%2CKAAK%2CKAAK%2COTqaN%2CUAOI%2CYACI%2CQACK%3BIAxEb%2CgBAAA%3B%3BEA8DJ%2CuBACI%2CUACI%2COACI%3BECjMZ%2CwBD%2BLI%2CUACI%2COACI%3BEChMZ%2CuBD8LI%2CUACI%2COACI%3BEZlTZ%2CmBYgTI%2CUACI%2COACI%3BESvaZ%2CKAAK%2CKAAK%2COTqaN%2CUACI%2COACI%3BIACI%2CWAAA%3B%3BEAoBhB%3BIdtLA%2CkBAAA%3B%3BEc0OA%3BEUnTA%2CaAOI%3BECnDJ%3BECnGA%2CsBACI%3BI1BrDJ%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAiBA%2CyBAAC%3BEACD%2CyBAAC%3BEmBmFD%2CwBAKI%2CenBzFH%3BEmBoFD%2CwBAKI%2CenBxFH%3BEmBoID%2CiCnBrIC%3BEmBqID%2CiCnBpIC%3BEmB0JD%2CkBnB3JC%3BEmB2JD%2CkBnB1JC%3BEoBiED%2CcAKI%2CepBvEH%3BEoBkED%2CcAKI%2CepBtEH%3BEoBkHD%2CuBpBnHC%3BEoBmHD%2CuBpBlHC%3BEoB8ID%2CkBpB%5C%2FIC%3BEoB%2BID%2CkBpB9IC%3BEgBgHD%2CkBAaI%2CehB9HH%3BEgBiHD%2CkBAaI%2CehB7HH%3BEgBkID%2COACI%2CgBACI%2CehBrIP%3BEgBmID%2COACI%2CgBACI%2CehBpIP%3BEqB8fD%2CerB%5C%2FfC%3BEqB%2BfD%2CerB9fC%3BEkByTD%2CgBlB1TC%3BEkB0TD%2CgBlBzTC%3BEkBuYD%2CQACI%2CoBlBzYH%3BEkBwYD%2CQACI%2CoBlBxYH%3BEkBuYD%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CelB%5C%2FYX%3BEkBwYD%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CelB9YX%3BEkBuaD%2CqBACI%2COAAM%2CUlBzaT%3BEkBwaD%2CqBACI%2COAAM%2CUlBxaT%3BEemSD%2C0BACI%2CcfrSH%3BEeoSD%2C0BACI%2CcfpSH%3BE2ByND%2CKAAK%2CMACD%2CeACI%2CQ3B5NP%3BE2B0ND%2CKAAK%2CMACD%2CeACI%2CQ3B3NP%3BE2ByND%2CKAAK%2CMACD%2CeAEI%2CS3B7NP%3BE2B0ND%2CKAAK%2CMACD%2CeAEI%2CS3B5NP%3BE4BoaD%2C0B5BraC%3BE4BqaD%2C0B5BpaC%3BEEmHD%2C0BACI%2CQAAO%2CKAAM%2COAAM%2CyBFrHtB%3BEEoHD%2C0BACI%2CQAAO%2CKAAM%2COAAM%2CyBFpHtB%3BE6BugBD%2CY7BxgBC%3BE6BwgBD%2CY7BvgBC%3BE6BiiBD%2CQAII%2CQAAO%2CKAAM%2COAAM%2CyB7BtiBtB%3BE6BkiBD%2CQAII%2CQAAO%2CKAAM%2COAAM%2CyB7BriBtB%3BE6BkiBD%2CuBAGI%2CQAAO%2CKAAM%2COAAM%2CyB7BtiBtB%3BE6BmiBD%2CuBAGI%2CQAAO%2CKAAM%2COAAM%2CyB7BriBtB%3BE6BmiBD%2CiBAEI%2CQAAO%2CKAAM%2COAAM%2CyB7BtiBtB%3BE6BoiBD%2CiBAEI%2CQAAO%2CKAAM%2COAAM%2CyB7BriBtB%3BE8BocD%2CYASI%2CQAAO%2CM9B9cV%3BE8BqcD%2CYASI%2CQAAO%2CM9B7cV%3BE8BylBG%2COAAC%2CQ9B1lBJ%3BE8B0lBG%2COAAC%2CQ9BzlBJ%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CyBAAC%3BEmB8ED%2CwBAKI%2CenBnFH%3BEmB%2BHD%2CiCnB%5C%2FHC%3BEmBqJD%2CkBnBrJC%3BEoB4DD%2CcAKI%2CepBjEH%3BEoB6GD%2CuBpB7GC%3BEoByID%2CkBpBzIC%3BEgB2GD%2CkBAaI%2CehBxHH%3BEgB6HD%2COACI%2CgBACI%2CehB%5C%2FHP%3BEqByfD%2CerBzfC%3BEkBoTD%2CgBlBpTC%3BEkBkYD%2CQACI%2CoBlBnYH%3BEkBkYD%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CelBzYX%3BEkBkaD%2CqBACI%2COAAM%2CUlBnaT%3BEe8RD%2C0BACI%2Ccf%5C%2FRH%3BE2BoND%2CKAAK%2CMACD%2CeACI%2CQ3BtNP%3BE2BoND%2CKAAK%2CMACD%2CeAEI%2CS3BvNP%3BE4B%2BZD%2C0B5B%5C%2FZC%3BEE8GD%2C0BACI%2CQAAO%2CKAAM%2COAAM%2CyBF%5C%2FGtB%3BE6BkgBD%2CY7BlgBC%3BE6B4hBD%2CQAII%2CQAAO%2CKAAM%2COAAM%2CyB7BhiBtB%3BE6B6hBD%2CuBAGI%2CQAAO%2CKAAM%2COAAM%2CyB7BhiBtB%3BE6B8hBD%2CiBAEI%2CQAAO%2CKAAM%2COAAM%2CyB7BhiBtB%3BE8B%2BbD%2CYASI%2CQAAO%2CM9BxcV%3BE8BolBG%2COAAC%2CQ9BplBJ%3BIACG%2CWAAA%3B%3BEc2hBJ%3BEA69BA%3BEiB%5C%2F8CA%2COAAO%3BEAMP%3BEAWA%3BECuFA%2CyBAWI%3BEXkhBA%2CMAAC%3BEnBjkBL%2C0BACI%2CQAAO%2CKAAM%2COAAM%2CyBAGf%2CeAAc%2CIAAI%2CSAAU%3BE2B0apC%2CQAII%2CQAAO%2CKAAM%2COAAM%2CyBAEf%2CeAAc%2CIAAI%2CSAAU%3BEALpC%2CuBAGI%2CQAAO%2CKAAM%2COAAM%2CyBAEf%2CeAAc%2CIAAI%2CSAAU%3BEAJpC%2CiBAEI%2CQAAO%2CKAAM%2COAAM%2CyBAEf%2CeAAc%2CIAAI%2CSAAU%3BEbvbpC%3BEK8YA%2CeAEI%3BEYnJJ%2CeACI%3BInByKJ%2CsBAAA%3B%3BEAsBA%3BEoB9dA%3BIpBwcA%2CsBAAA%3B%3BEAgCA%2C8BACI%2CUACM%3BEAFV%2C8BACI%2CUAEI%2CQAAU%3BIdvUlB%2CgBAAA%3B%3BEmCulBA%2C8BrBlRI%2CUACM%2CSqBiRT%2CIAAI%2CSACC%3BEADN%2C8BrBlRI%2CUAEI%2CQAAU%2CSqBgRjB%2CIAAI%2CSACC%3BIACE%2CuBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIA4FR%2CgBAAA%3BIANA%2CUAAA%3B%3BEA1FA%2C8BrBlRI%2CUACM%2CSqBiRT%2CIAAI%2CSAeC%3BEAfN%2C8BrBlRI%2CUAEI%2CQAAU%2CSqBgRjB%2CIAAI%2CSAeC%3BIACE%2CWAAA%3BIACA%2CWAAA%3B%3BErBpSR%2C8BACI%2CUACM%2CSqB8KR%3BErBhLF%2C8BACI%2CUAEI%2CQAAU%2CSqB6KhB%3BInCpfF%2CeAAA%3BImCwfI%2CqBAAA%3B%3BEA6HA%2C8BrBhTA%2CUACM%2CSqB6ST%2COAEI%3BEAAD%2C8BrBhTA%2CUAEI%2CQAAU%2CSqB4SjB%2COAEI%3BEAAD%2C8BrBhTA%2CUACM%2CSqB8ST%2CSACI%3BEAAD%2C8BrBhTA%2CUAEI%2CQAAU%2CSqB6SjB%2CSACI%3BIACG%2CaAAA%3B%3BErB5SI%2C8BALR%2CUACM%2CSAIG%2CIAAI%2CcAAc%3BEAAnB%2C8BALR%2CUAEI%2CQAAU%2CSAGL%2CIAAI%2CcAAc%3BIACf%2CgBAAA%3B%3BEAkEhB%2CwBAlBA%2CUACI%3BEC5ZJ%2CwBD2ZA%2CUACI%3BEC3ZJ%2CuBD0ZA%2CUACI%3BEZ7gBJ%2CmBY4gBA%2CUACI%3BESloBJ%2CKAAK%2CKAAK%2COTioBV%2CUACI%3BId5XJ%2CmBAAA%3BImC%2BpBA%2CsBAAA%3BIACA%2CqBAAA%3BInChqBA%2CUAAA%3BImCmqBA%2CmBAAA%3B%3BEAEA%2CwBrB1SA%2CUACI%2COqBySA%3BEpBrsBJ%2CwBD2ZA%2CUACI%2COqBySA%3BEpBpsBJ%2CuBD0ZA%2CUACI%2COqBySA%3BEjCtzBJ%2CmBY4gBA%2CUACI%2COqBySA%3BEZ36BJ%2CKAAK%2CKAAK%2COTioBV%2CUACI%2COqBySA%3BIACA%2CWAAA%3B%3BErBvSI%2CwBAJR%2CUACI%2COAGK%2CeAAe%3BEAChB%2CwBALR%2CUACI%2COAIK%2CeAAe%3BEChaxB%2CwBD2ZA%2CUACI%2COAGK%2CeAAe%3BEC%5C%2FZxB%2CwBD2ZA%2CUACI%2COAIK%2CeAAe%3BEC%5C%2FZxB%2CuBD0ZA%2CUACI%2COAGK%2CeAAe%3BEC9ZxB%2CuBD0ZA%2CUACI%2COAIK%2CeAAe%3BEZjhBxB%2CmBY4gBA%2CUACI%2COAGK%2CeAAe%3BEZhhBxB%2CmBY4gBA%2CUACI%2COAIK%2CeAAe%3BEStoBxB%2CKAAK%2CKAAK%2COTioBV%2CUACI%2COAGK%2CeAAe%3BESroBxB%2CKAAK%2CKAAK%2COTioBV%2CUACI%2COAIK%2CeAAe%3BIACZ%2CgBAAA%3B%3BEAYZ%2CwBAlBA%2CUACI%2COAQI%3BECpaR%2CwBD2ZA%2CUACI%2COAQI%3BECnaR%2CuBD0ZA%2CUACI%2COAQI%3BEZrhBR%2CmBY4gBA%2CUACI%2COAQI%3BES1oBR%2CKAAK%2CKAAK%2COTioBV%2CUACI%2COAQI%3BIACI%2CUAAA%3BIACA%2CWAAA%3B%3BEA2BZ%3BIdjaA%2CWAAA%3B%3BEcqhBA%3BEU1iBA%2CKAAK%2COAAO%3BEY%5C%2FNZ%3BErBqOA%3BIDqiBI%2CgBAAA%3B%3BEADJ%2C0BAGI%3BEU7iBJ%2CKAAK%2COAAO%2CSV6iBR%3BEsB5wBJ%2CqBtB4wBI%3BECviBJ%2CyBDuiBI%3BIdpyBJ%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEc0xBA%2C0BAOI%2CQAAU%3BEUjjBd%2CKAAK%2COAAO%2CSVijBR%2CQAAU%3BEsBhxBd%2CqBtBgxBI%2CQAAU%3BEC3iBd%2CyBD2iBI%2CQAAU%3BIACN%2CaAAA%3B%3BEAUR%3BEOxSA%2CoBAMI%3BEAyBJ%2CaAmBI%2COASI%3BEAiIR%3BIP6GI%2CeAAA%3BIACA%2CgBAAA%3B%3BEAmMJ%3BEIxjBA%2CqBAuBI%3BEA4BJ%2CoBAKI%3BEAJJ%2CqBAII%3BEAHJ%2CoBAGI%3BEAFJ%2CqBAEI%3BEADJ%2CgBACI%3BEkB5dJ%2CuBACI%3BEdyVJ%2CwBACI%3BItB3GJ%2CiBAAA%3B%3BEcqwBA%3BEGlgCA%2CcAAc%3BEoBCd%2CcAAc%3BER4gBd%2CcAAc%3BI7BhRd%2CiBAAA%3B%3BEcqzBA%3BEe%5C%2FgBA%2CsBACI%2CQAAO%3BI7BvSX%2CqBAAA%3BIsC9QA%2CqBAAA%3B%3BEAMA%2CiBAAC%3BET8iBD%2CsBACI%2CQAAO%2CMS%5C%2FiBV%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BItC9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSuC%5C%2FQS%2COvC%2BQT%3BIAAA%2CawCvRe%2CYxCuRf%3BIAAA%2CiBAAA%3BIAAA%2CsBAAA%3BIsCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BExBsuBA%2CiBAAC%3BEezgBD%2CsBACI%2CQAAO%2CMfwgBV%3BIACG%2C0BAAA%3B%3BEAwQJ%3BE2B5yCA%3BEC4FA%2CQAAS%2COAAM%2COAAQ%2COACnB%2CMAAK%2CIAAI%2CkBAAkB%2CIAAI%3BI5B%2BrCnC%2CaAAA%3B%3BEAsCA%3BEZvtCA%3BE2BscA%3BIfkxBI%2CeAAA%3BIACA%2CiBAAA%3B%3BEA%2BCJ%2CyBACI%2CWACI%2CoBACI%3BEZvwCZ%2C4BYqwCI%2CWACI%2CoBACI%3BEZtwCZ%2CyBYowCI%2CWACI%2CoBACI%3BEep1BZ%2CQfk1BI%2CWACI%2CoBACI%3BEen1BZ%2CuBfi1BI%2CWACI%2CoBACI%3BEel1BZ%2CiBfg1BI%2CWACI%2CoBACI%3BIAEI%2CoBAAA%3B%3BEAmChB%3BI6B3tCA%2CYAAA%3B%3BE7B2tCA%2C2B6BztCE%2CQAGI%2CKACI%3BE7BqtCV%2C2B6BxtCE%2CQAEI%2CKACI%3BE7BqtCV%2C2B6BvtCE%2CQACI%2CKACI%3BE7BqtCV%2C2B6BztCE%2CQAGI%2CKAEI%3BE7BotCV%2C2B6BxtCE%2CQAEI%2CKAEI%3BE7BotCV%2C2B6BvtCE%2CQACI%2CKAEI%3BIACE%2CYAAA%3B%3BE7BmtCZ%2C2B6B9sCE%2CQACI%2CKACI%3BE7B4sCV%2C2B6B9sCE%2CQACI%2CKAEI%3BI3CoCV%2C6BAAA%3B%3BEcorCA%3BEIhiCA%2CQA2BI%3BEHnIJ%3BEaiOA%3BIdw6BI%2CkBAAA%3B%3BEADJ%2CkBAGI%3BEAHJ%2CkBAII%3BEIpiCJ%2CQA2BI%2CSJwgCA%3BEIniCJ%2CQA2BI%2CSJygCA%3BEC5oCJ%2C6BD2oCI%3BEC3oCJ%2C6BD4oCI%3BEc36BJ%2CyBd06BI%3BEc16BJ%2CyBd26BI%3BIACI%2CkBAAA%3BIACA%2CUAAA%3B%3BEANR%2CkBAQI%3BEIxiCJ%2CQA2BI%2CSJ6gCA%3BEChpCJ%2C6BDgpCI%3BEc%5C%2F6BJ%2CyBd%2B6BI%3BIACI%2CqBAAA%3BIACA%2CYAAA%3B%3BEAVR%2CkBAaI%3BEI7iCJ%2CQA2BI%2CSJkhCA%3BECrpCJ%2C6BDqpCI%3BEcp7BJ%2CyBdo7BI%3BIdjsCJ%2CiBAAA%3BIcmsCQ%2CUAAA%3B%3BEAfR%2CkBAkBI%3BEIljCJ%2CQA2BI%2CSJuhCA%3BEC1pCJ%2C6BD0pCI%3BEcz7BJ%2CyBdy7BI%3BIACI%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAkER%3BEE94CA%3BEK8YA%2CeAEI%3BEYnJJ%2CeACI%3BIjC3HJ%2CUAAA%3BI4CtLA%2CWAAA%3BI5CsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BIc4mCL%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAgVJ%2C2BACI%2COAGM%3BEKltDV%2CiCL%2BsDI%2COAGM%3BEMpuDV%2CuBNiuDI%2COAGM%3BEOnsCV%2CcPgsCI%2COAGM%3BIACE%2CSAAA%3BIACA%2CiBAAA%3B%3BEANZ%2C2BACI%2COAGM%2CSAIE%3BEKttDZ%2CiCL%2BsDI%2COAGM%2CSAIE%3BEMxuDZ%2CuBNiuDI%2COAGM%2CSAIE%3BEOvsCZ%2CcPgsCI%2COAGM%2CSAIE%3BIdvmDZ%2CiBAAA%3B%3BEc%2BlDA%2C2BACI%2COAYI%3BEK3tDR%2CiCL%2BsDI%2COAYI%3BEM7uDR%2CuBNiuDI%2COAYI%3BEO5sCR%2CcPgsCI%2COAYI%3BId5mDR%2CiBAAA%3B%3BEc%2BlDA%2C2BAkBI%2CiBACI%3BEKjuDR%2CiCLguDI%2CiBACI%3BEMnvDR%2CuBNkvDI%2CiBACI%3BEOltCR%2CcPitCI%2CiBACI%3BIACI%2CaAAA%3BIACA%2COAAA%3BIACA%2CkBAAA%3B%3BE%2BB%5C%2F2DZ%3BI7C0PA%2CeAAA%3BIAAA%2CmBAAA%3B%3BE%2BB%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%3BEarDA%2CCAAC%2CmBAAwB%2CQbkDtB%3BI%5C%2FBoMP%2CWAAA%3BIAgKA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BE4CrZL%2CCAAC%2CoBAAyB%2CQb%2BCvB%3BI%5C%2FBoMP%2CmBAAA%3BI4C9KA%2CqBAAA%3BI5C8UA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BE4ClZL%2CCAAC%2CyBAA%2BB%2CQb4C7B%3BI%5C%2FBoMP%2CmBAAA%3BI4ClLA%2CYAAA%3BI5CkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BE4C%5C%2FYL%2CCAAC%2C0BAAgC%2CQbyC9B%3BI%5C%2FBoMP%2CmBAAA%3BI4CtLA%2CWAAA%3BI5CsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BE%2BBhWT%3BIAEI%2CiBAAA%3B%3BEa3CA%2CCAAC%2CoBAAyB%3BI5CuO9B%2CmBAAA%3BI4CtLA%2CWAAA%3BI5CsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BE4CtYL%2CCAAC%2CyBAA%2BB%3BI5CoOpC%2CmBAAA%3BI4CtLA%2CWAAA%3BI5CsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BE4CnYL%2CCAAC%2C0BAAgC%3BI5CiOrC%2CmBAAA%3BI4CtLA%2CWAAA%3BI5CsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BE%2BB1VT%2C2BAA4B%3BIACxB%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%3BIAEI%2CYAAA%3BIACA%2CgBAAA%3B%3BEa3CA%2CCAAC%2CoBAAyB%3BI5C2N9B%2CmBAAA%3BI4ClLA%2CYAAA%3BI5CkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BE4C1XL%2CCAAC%2CyBAA%2BB%3BI5CwNpC%2CmBAAA%3BI4ClLA%2CYAAA%3BI5CkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BE4CvXL%2CCAAC%2C0BAAgC%3BI5CqNrC%2CmBAAA%3BI4ClLA%2CYAAA%3BI5CkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BE%2BB9UT%2C0BACI%3BIACI%2CgBAAA%3B%3BEAFR%2C0BAKI%3BIACI%2CWAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEAIR%2CMAAM%3BIACF%2CkBAAA%3B%3BEe6IJ%3BIACI%2CaAAA%3B%3BEAGJ%3BI9CiJA%2CsBAAA%3BIACQ%2CcAAA%3BIAMR%2CwBAAA%3BIACQ%2CgBAAA%3BI8CtJJ%2CmBAAA%3B%3BEAGJ%3BIACI%2CaAAA%3B%3BEAGJ%2C0BAA6B%3BIACzB%2CaAAA%3B%3BEAGJ%2C0BACM%3BIACE%2CcAAA%3B%3BECXR%3BI%5C%2FCSA%2CmBAAA%3BIAAA%2CgBAAA%3BI%2BCJI%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%3BI%5C%2FChBN%2CgBAAA%3B%3BE%2BCTA%2CWA6BI%2CGAAE%3BIACE%2CkBAAA%3B%3BEA9BR%2CWAiCI%3BI%5C%2FCxBJ%2CkBAAA%3BI%2BC0BQ%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%3BI%5C%2FC%5C%2FCV%2CcAAA%3BIAAA%2CiBAAA%3BIAAA%2CeAAA%3BIAAA%2CqBAAA%3BI%2BCsDY%2CsBAAA%3BIACA%2CkBAAA%3BIACA%2CqBAAA%3B%3BEAEA%2CWAlCR%2CQAuBM%2CaAWG%3BEAAQ%2CWAlCjB%2CQAuBM%2CaAWY%3BI%5C%2FC1DtB%2CWAAA%3BIAAA%2CqBAAA%3B%3BE%2BCkEQ%2CWA1CJ%2CQA0CK%2COAEK%3BEADN%2CWA3CJ%2CQA2CK%2CWACK%3BI%5C%2FCpEd%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CqBAAA%3BIAAA%2CWAAA%3BIAAA%2CqBAAA%3BI%2BC2EgB%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%3BI%5C%2FCzFpB%2CqBAAA%3BIsChOA%2CqBAAA%3B%3BESmTQ%2CWA3DJ%2CQA2DK%2COACK%2CaAGI%2CgBTnGhB%3BItChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEsC2CA%2CWSkPI%2CQA2DK%2COACK%2CaAGI%2CgBTjTjB%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BItC9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSgD9NQ%2COhD8NR%3BIAAA%2CawCvRe%2CYxCuRf%3BIAAA%2CsBAAA%3BIsCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BESlFA%2CWAiCI%2CQA8EI%3BI%5C%2FCtGR%2CgBAAA%3BIAAA%2CsBAAA%3BIAAA%2CyCAAA%3BIAAA%2CgBAAA%3BIAAA%2CgBAAA%3BIAAA%2CUAAA%3BI%2BC8GY%2CaAAA%3BIACA%2COAAA%3BIACA%2CoBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BI%5C%2FClHZ%2CgBAAA%3B%3BE%2BCTA%2CWAiCI%2CQA8EI%2CSAyIF%3BI%5C%2FC%5C%2FON%2CgBAAA%3B%3BE%2BCkPQ%2CWA1NJ%2CQA8EI%2CSAyIF%2CKAGG%3BEACD%2CWA3NJ%2CQA8EI%2CSAyIF%2CKAIG%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CWAlOJ%2CQA8EI%2CSAyIF%2CKAWG%3BI%5C%2FC1PT%2CWAAA%3BIAAA%2CUAAA%3BIAAA%2CUAAA%3BIA8CA%2C8BAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIAhDA%2CyBAAA%3BI%2BC%2BPY%2CUAAA%3B%3BEAGJ%2CWA1OJ%2CQA8EI%2CSAyIF%2CKAmBG%3BI%5C%2FCpNT%2C8BAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIAhDA%2CyBAAA%3BIAAA%2CWAAA%3BIAAA%2CUAAA%3BIAAA%2CUAAA%3BI%2BCuQY%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%3BI%5C%2FCzIhB%2CcAAA%3BIAAA%2CiBAAA%3B%3BE%2BCgJgB%2CWAxHZ%2CQA8EI%2CSAiCI%2CEASK%3BEACD%2CWAzHZ%2CQA8EI%2CSAiCI%2CEAUK%3BI%5C%2FCjJjB%2CmBAAA%3BIAAA%2CWAAA%3BIAAA%2CqBAAA%3B%3BE%2BCTA%2CWAiCI%2CQA8EI%2CSAmDI%2CQAAU%3BI%5C%2FCzJtB%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CuBAAA%3BIAAA%2CWAAA%3B%3BE%2BCTA%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%3BI%5C%2FCpL5B%2CqBAAA%3BIsChOA%2CqBAAA%3B%3BESgZgB%2CWAxJZ%2CQA8EI%2CSAsEI%2CGAIK%2COACK%2CIACI%2CgBT9LxB%3BItChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEsC2CA%2CWSkPI%2CQA8EI%2CSAsEI%2CGAIK%2COACK%2CIACI%2CgBT5YzB%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BItC9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSgDxPQ%2COhDwPR%3BIAAA%2CawCvRe%2CYxCuRf%3BIAAA%2CsBAAA%3BIsCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BES0HQ%2CWA3KJ%2CQA2KK%3BIACG%2CkBAAA%3BI%5C%2FCpMZ%2CqBAAA%3BIsChOA%2CqBAAA%3B%3BEAMA%2CWSkPI%2CQA2KK%2CKT7ZR%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BItC9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CSgDzPgB%2COhDyPhB%3BIAAA%2CawCvRe%2CYxCuRf%3BIAAA%2CsBAAA%3BIsCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BESkIY%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%3BEGpGR%3BIjDyFA%2CgCAAA%3B%3BEkD1OA%2CQAAQ%2CKAAK%3BICrDb%2CkBAAA%3BIACA%2CUAAA%3BIDsDI%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3B%3BElDdJ%2CQkDUQ%2CKAAK%2CMlDVZ%3BEACD%2CQkDSQ%2CKAAK%2CMlDTZ%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CQkDIQ%2CKAAK%2CMlDJZ%3BIACG%2CWAAA%3B%3BEkDGJ%2CQAAQ%2CKAAK%2CMClDX%2CQAAK%3BIACH%2CWAAA%3BIACA%2CWAAA%3B%3BEDgDJ%2CQAAQ%2CKAAK%2CMClDX%2CQAAK%2CMAID%3BInDwRN%2CYAAA%3BImDtRQ%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BED0CR%2CQAAQ%2CKAAK%2CMCtCX%2CQAAK%3BInDgRP%2CgBAAA%3BImD7QI%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEnDsBJ%2CQkDUQ%2CKAAK%2CMCtCX%2CQAAK%2CQnD4BN%3BEACD%2CQkDSQ%2CKAAK%2CMCtCX%2CQAAK%2CQnD6BN%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CQkDIQ%2CKAAK%2CMCtCX%2CQAAK%2CQnDkCN%3BIACG%2CWAAA%3B%3BEmD3BA%2CQD8BI%2CKAAK%2CMCtCX%2CQAAK%2CQAQF%3BIACG%2CcAAA%3B%3BED6BR%2CQAAQ%2CKAAK%2CMCoBX%2CQAAK%3BInDsNP%2CkBAAA%3B%3BEkD1OA%2CQAAQ%2CKAAK%2CMCoBX%2CQAAK%2CMAED%3BInDoNN%2CgBAAA%3BIAAA%2CiBAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CsBAAA%3BImD%5C%2FLQ%2CmBAAA%3BInD%2BLR%2CYAAA%3BIAAA%2C0BAAA%3B%3BEoDjJA%2CQFzFQ%2CKAAK%2CMCoBX%2CQAAK%2CMAED%2CUCmEL%3BIpDiJD%2CcAAA%3BIAAA%2CqBAAA%3B%3BEoD5IA%2CQF9FQ%2CKAAK%2CMCoBX%2CQAAK%2CMAED%2CUCwEL%3BIpD4ID%2CcAAA%3BIAAA%2CqBAAA%3B%3BEoDvIA%2CQFnGQ%2CKAAK%2CMCoBX%2CQAAK%2CMAED%2CUC6EL%3BIpDuID%2CWAAA%3BIAAA%2CqBAAA%3B%3BEmD1LI%2CQDhDI%2CKAAK%2CMCoBX%2CQAAK%2CMA4BF%2CIAAI%2CWAAc%2CUAAO%3BEAC1B%2CQDjDI%2CKAAK%2CMCoBX%2CQAAK%2CMA6BF%2CIAAI%2CWAAc%2CUAAO%3BInDyL9B%2CmBAAA%3B%3BEmDrLI%2CQDrDI%2CKAAK%2CMCoBX%2CQAAK%2CMAiCF%2CIAAI%2CWAAc%2CUAAO%3BEAC1B%2CQDtDI%2CKAAK%2CMCoBX%2CQAAK%2CMAkCF%2COAAU%3BEACX%2CQDvDI%2CKAAK%2CMCoBX%2CQAAK%2CMAmCF%2COAAU%2CUAAO%3BEAClB%2CQDxDI%2CKAAK%2CMCoBX%2CQAAK%2CMAoCF%2COAAU%2CUAAO%3BInDkLtB%2CmBAAA%3BIAAA%2CWAAA%3BIAAA%2CqBAAA%3B%3BEmD5KI%2CQD9DI%2CKAAK%2CMCoBX%2CQAAK%2CMA0CF%2COAAU%3BEACX%2CQD%5C%2FDI%2CKAAK%2CMCoBX%2CQAAK%2CMA2CF%2COAAU%2CUAAO%3BEAClB%2CQDhEI%2CKAAK%2CMCoBX%2CQAAK%2CMA4CF%2COAAU%2CUAAO%3BInD0KtB%2CmBAAA%3B%3BEkD1OA%2CQAAQ%2CKAAK%2CMCqEX%2CQAAK%3BInDqKP%2CmBAAA%3BImDnKI%2CgBAAA%3BIACA%2C4BAAA%3BInDkKJ%2CsBAAA%3B%3BEkDnOQ%2CQAPA%2CKAAK%2CMAMT%2CMAAK%2CMAAO%2CEACP%3BIACG%2CaAAA%3B%3BEG5BZ%3BIrD8PA%2CgBAAA%3B%3BEApPA%2CgBAAC%3BEACD%2CgBAAC%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CgBAAC%3BIACG%2CWAAA%3B%3BEqDjBJ%2CgBCmEA%3BIACI%2CWAAA%3B%3BEDpEJ%2CgBClBA%3BEDkBA%2CgBCjBA%3BIACI%2CqBAAA%3B%3BEDgBJ%2CgBClBA%2CSAQI%2CEAAC%3BEDUL%2CgBCjBA%2CWAOI%2CEAAC%3BIACG%2CqBAAA%3B%3BEDSR%2CgBCJA%2CSACI%3BItDiQJ%2CkBAAA%3B%3BEqD9PA%2CgBCMA%2CWAKI%2CEAAC%3BItDmPL%2CeAAA%3B%3BEqD9PA%2CgBAGM%3BEAHN%2CgBAIM%3BIACE%2CgBAAA%3B%3BEALR%2CgBAGM%2CWAIE%3BEAPR%2CgBAIM%2CaAGE%3BIACI%2CgBAAA%3BIACA%2CWAAA%3B%3BEE8BZ%2CcACI%2CUACI%2CiBACI%3BIACI%2CqBAAA%3BIACA%2CWAAA%3B%3BEAIA%2CcARZ%2CUACI%2CiBAMI%2CQACK%3BIACG%2CeAAA%3B%3BEC2FhB%2CYAAC%2CYACG%3BIxDiHR%2C6BAAA%3BIwD%5C%2FGY%2CiBAAA%3B%3B%3B%3B%3BECaZ%2CeAEI%2CeACI%2CiBACM%3BIACE%2CYAAA%3B%3BEAIA%2CeAPZ%2CeACI%2CiBAKI%2CQACK%3BIACG%2CSAAA%3B%3BEC5IpB%3BIACI%2CwBAAA%3B%3BEvCmEJ%2CwBACI%3BIACI%2C6BAAA%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%2C0BAAA%3B%3BEAHJ%2CiCAKI%3BInB0GJ%2CmBAAA%3B%3BEmBtGY%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%3BEwC1HR%2CqBAAC%2CMAAM%3BIACH%2CmBAAA%3BIACA%2CoBAAA%3B%3BEAHR%2CqBAMI%3BIACI%2CSAAA%3B%3BEAPR%2CqBAMI%2CaAGI%3BI3DgMR%2CiBAAA%3B%3BE2DzMA%2CqBAcI%2CQACI%3BIACI%2CaAAA%3BIACA%2CcAAA%3B%3BEAjBZ%2CqBAcI%2CQAMI%3BI3DqLR%2CeAAA%3B%3BE2DzMA%2CqBAcI%2CQAUI%3BI3DiLR%2CiBAAA%3BI2D%5C%2FKY%2CoBAAA%3B%3BEA1BZ%2CqBA8BI%2COACI%3BI3D0KR%2CeAAA%3B%3BE2DzMA%2CqBA8BI%2COAKI%3BIACI%2CmBAAA%3B%3BEAEA%2CqBARR%2COAKI%2COAGK%3BI3DmKb%2CeAAA%3BI2DjKgB%2CWAAA%3B%3BEC7GhB%2CoBAAqB%2CQAAO%2CIAAI%2CqBAAsB%2CMAAK%3BIACvD%2CgBAAA%3B%3BExC2FJ%2CcACI%3BIACI%2C6BAAA%3B%3BEAFR%2CcAKI%2CeAGI%3BEARR%2CcAKI%2CeAII%3BEATR%2CcAKI%2CeAKI%2C2BAA6B%3BIACzB%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAbZ%2CcAKI%2CeAWI%3BIACI%2CaAAA%3BIACA%2CUAAA%3B%3BEAYA%2CcAFR%2C2BACI%2CKACK%3BEACD%2CcAHR%2C2BACI%2CKAEK%3BIACG%2CkBAAA%3B%3BEAGJ%2CcAPR%2C2BACI%2CKAMK%3BIACG%2CUAAA%3B%3BEApChB%2CcAyCI%2CKAAI%3BEAzCR%2CcA0CI%3BEA1CJ%2CcA2CI%3BIACI%2CiBAAA%3B%3BEAKR%3BIAGI%2C0BAAA%3B%3BEAHJ%2CuBAKI%3BIpB4HJ%2CmBAAA%3B%3BEoBxHY%2CuBAJR%2COAGK%2CSACI%3BIpBwHb%2CoBAAA%3B%3BEoBlHY%2CuBAVR%2COASI%2COACK%3BIACG%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAlBhB%2CuBAKI%2COAiBI%3BIACI%2CiBAAA%3B%3BEAKZ%2CkBAGI%2CiBACM%3BIACE%2CYAAA%3B%3BEAKJ%2CkBADJ%2CQACK%3BIACG%2CeAAA%3B%3BEJzCZ%2CkBAGI%2CWACI%3BIACI%2CSAAA%3B%3BEALZ%2CkBASI%2CSAAQ%3BIACJ%2CYAAA%3B%3BEgBuBR%2CeACI%2CQAAO%2CQAAQ%3BIACX%2CWAAA%3B%3BEAIR%2CyBACI%2CQAAO%3BIACH%2CeAAA%3B%3BEAFR%2CyBAKI%3BEALJ%2CyBAMI%3BIACI%2CWAAA%3BIACA%2CUAAA%3B%3BEARR%2CyBAWI%3BIAEI%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAjBR%2CyBAWI%2CsBAQI%2CWACI%3BEApBZ%2CyBAWI%2CsBAQI%2CWAEI%2CeAAiB%3BIhCuE7B%2CcAAA%3BIgCrEgB%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3B%3BEAzBhB%2CyBAWI%2CsBAkBI%2CiBACI%3BIhC8DZ%2CcAAA%3B%3BEgC5FA%2CyBAWI%2CsBAkBI%2CiBACI%2CMAGI%3BIhC2DhB%2CiBAAA%3BIgCzDoB%2CgBAAA%3B%3BEAnCpB%2CyBAWI%2CsBA6BI%2CqBAAuB%2CuBACnB%3BIhCmDZ%2CiBAAA%3BIgCjDgB%2CiBAAA%3B%3BEA3ChB%2CyBAWI%2CsBAoCI%2CYACI%2CQAAO%3BIACH%2CgBAAA%3BIACA%2CWAAA%3B%3BEAlDhB%2CyBAWI%2CsBA2CI%3BIACI%2CgBAAA%3B%3BEAMJ%2C0BAA2B%2C0BAF%5C%2FB%3BEAEI%2C0BAA2B%2C0BAD%5C%2FB%3BEAEI%2C2BAA4B%2C0BAHhC%3BEAGI%2C2BAA4B%2C0BAFhC%3BEAGI%2CqBAAsB%2C0BAJ1B%3BEAII%2CqBAAsB%2C0BAH1B%3BIAIQ%2CUAAA%3B%3BER7CZ%3BIACI%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3B%3BEALJ%2CaAWI%3BIACI%2CaAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3B%3BEAdR%2CaAiBI%3BIAEI%2CSAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3B%3BExB4IR%2CawBhJI%2CMxBgJH%3BIAxFD%2CcAAA%3B%3BEA6FA%2CawBrJI%2CMxBqJH%3BIA7FD%2CcAAA%3B%3BEAkGA%2CawB1JI%2CMxB0JH%3BIAlGD%2CcAAA%3B%3BEAuGA%2CawB%5C%2FJI%2CMxB%2BJH%3BIAvGD%2CcAAA%3B%3BEwBzEA%2CaAwBI%2CQAAO%3BIxBiDX%2CqBAAA%3BI6DzDA%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2C4BAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3BI7DgDA%2CgBAAA%3BIwBtCQ%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CMAAA%3BIACA%2CUAAA%3B%3BEAtCR%2CaAwBI%2CQAAO%2COcqCT%3BItChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEsCHA%2CaduNI%2CQAAO%2COcvNV%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BItC9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSgD3OU%2COhD2OV%3BIAAA%2CawCvRe%2CYxCuRf%3BIAAA%2CSAAA%3BIAAA%2CmBAAA%3BIsCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2Cad0MA%2CQAAO%2COc3MV%2CMACI%3BItC2PL%2CWAAA%3B%3BEsCrPI%2CadoMA%2CQAAO%2COcrMV%2COACI%3BItCqPL%2CcAAA%3B%3BE6D7CA%2CarCJI%2CQAAO%2COqCIV%3BEACD%2CarCLI%2CQAAO%2COqCKV%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CarCVI%2CQAAO%2COqCUV%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CarCfI%2CQAAO%2COqCeV%3BEACD%2CarChBI%2CQAAO%2COqCgBV%3BEACD%2CQAAQ%2CUAAW%2CcrCjBf%2CQAAO%3BIqCkBP%2CoBAAA%3BI7D%2BBJ%2CYAAA%3B%3BEwBhCY%2CaAjBR%2CQAAO%2COAgBF%2CMACI%3BIxBgCb%2CWAAA%3B%3BEwBzBA%3BIACI%2CaAAA%3B%3BEsCkKJ%2CcACI%2CeACI%3BIACI%2CeAAA%3BIACA%2COAAO%2CqBAAP%3B%3BEAEA%2CcALR%2CeACI%2CcAIK%2CUAAU%3BIACP%2CcAAA%3B%3BEAMhB%2CcAAc%2CoBACV%2CeACI%3BIACI%2CUAAA%3B%3BEAKZ%2CcAAc%2CqBACV%2CeACI%3BIACI%2CUAAA%3B%3BErCtTZ%2CcACI%3BIACI%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAIR%3BIACI%2CcAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3BEAIA%2CSAAS%2CQAAW%2CWAAE%3BIAClB%2CWAAA%3BIACA%2CgBAAA%3B%3BEAIR%3BIACI%2CqBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAEA%2CSAAS%2CQAAW%2CWAAS%3BIACzB%2CaAAA%3B%3BEAQR%3BIzBiHA%2CyBAAA%3BIAAA%2C8EAAA%3BIAAA%2CcAAA%3BIyB7GI%2CsBAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIzBuGJ%2CqBAAA%3BIsC9QA%2CqBAAA%3B%3BEbyKI%2CYAAe%3BIACX%2C0BAAA%3B%3BEAGJ%2CWAAC%3BIzBiGL%2CcAAA%3BIyB%5C%2FFQ%2CmBAAA%3B%3BEAGJ%2CWAAC%3BIACG%2C0BAAA%3BIACA%2C4BAAA%3B%3BEAGJ%2CWAAC%3BIzBuFL%2C%2BFAAA%3BIyBrFQ%2CmBAAA%3BIACA%2CcAAA%3B%3BEA7BR%2CWaqGE%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%2CSgDnPQ%2COhDmPR%3BIAAA%2CawCvRe%2CYxCuRf%3BIAAA%2CsBAAA%3BIsCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2CWADH%2CMACI%3BItC2PL%2CcAAA%3B%3BEyBvEI%2CcAAe%3BIACX%2CgBAAA%3B%3BEAKJ%2CUAAC%3BIACG%2CSuBrLA%2COvBqLA%3B%3BEAKJ%2CSAAS%2CQAAW%2CWAAE%3BIAClB%2CcAAA%3BIACA%2CYAAA%3B%3BEsC0YR%2CkBACI%2CoBACI%3BI%5C%2FDnVR%2CmBAAA%3B%3BE%2BDiVA%2CkBAOI%3BIACI%2CiBAAA%3B%3BEAIR%2CWACI%2CQAAO%3BIACH%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3B%3BEAIR%3BIACI%2CgBAAA%3B%3BEAGJ%2CuBAEI%2CWACI%3BEAFR%2CmBACI%2CWACI%3BIACI%2CeAAA%3B%3BEAJZ%2CuBAEI%2CWACI%2CiBAGI%3BEALZ%2CmBACI%2CWACI%2CiBAGI%3BIACI%2CeAAA%3BIACA%2CiBAAA%3B%3BEARhB%2CuBAEI%2CWAUI%2CqBAAuB%2CuBACnB%3BEAZZ%2CmBACI%2CWAUI%2CqBAAuB%2CuBACnB%3BI%5C%2FDtXZ%2CiBAAA%3BI%2BDwXgB%2CiBAAA%3B%3BEAUhB%3BIACI%2CYAAA%3B%3BEAGJ%2CQAAQ%3BIACJ%2CWAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2CoBACI%3BIACI%2CUAAA%3B%3BEAFR%2CoBAKI%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%3BEAIR%2CiBACI%2CyBACI%2COACI%3BIACI%2CUAAA%3B%3BEAMhB%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%3BEASZ%2CsBAAsB%2CoBAClB%2CQAAO%3BIACH%2CmBAAA%3B%3BEA6QR%2CQAAQ%3BIACJ%2CYAAA%3BI%5C%2FDrtBJ%2CSAAA%3BIAAA%2CUAAA%3BIoD1KA%2CqBAAA%3B%3BEW83BA%2CQAAQ%2CQAIJ%2CQAAO%3BIACH%2CiBAAA%3BI%5C%2FDztBR%2CWAAA%3BIAAA%2CqBAAA%3B%3BEoDjJA%2CQWq2BQ%2CQAIJ%2CQAAO%2CQXz2BV%3BIpDiJD%2CWAAA%3BIAAA%2CqBAAA%3B%3BEoD5IA%2CQWg2BQ%2CQAIJ%2CQAAO%2CQXp2BV%3BIpD4ID%2CWAAA%3BIAAA%2C0BAAA%3B%3BEoDvIA%2CQW21BQ%2CQAIJ%2CQAAO%2CQX%5C%2F1BV%3BIpDuID%2CWAAA%3BIAAA%2C0BAAA%3B%3BE%2BDotBA%2CQAAQ%2CQASJ%2CSAAQ%3BI%5C%2FD7tBZ%2CcAAA%3B%3BE%2BDguBQ%2CQAZA%2CQASJ%2CSAAQ%2CIAGH%3BIACG%2CSAAS%2CGAAT%3B%3BEAGJ%2CQAhBA%2CQASJ%2CSAAQ%2CIAOH%3BIACG%2CSAAS%2CGAAT%3B%3BE1CteZ%2CoBACI%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEASR%2CeAEI%2CWAEI%2CSAAQ%3BIACJ%2CiBAAA%3B%3BEALZ%2CeASI%3BIACI%2CWAAA%3B%3BEAEA%2CeAHJ%2CQAGK%3BIACG%2CmBAAA%3B%3BEAMZ%3BIrB9RA%2CUAAA%3BI4ClLA%2CYAAA%3BI5CkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BIqB8HL%2CsBAAA%3BIACA%2CkBAAA%3B%3BEAHJ%2CaAKM%3BIACE%2CcAAA%3B%3BEANR%2CaASI%2CUACI%3BIACI%2CcAAA%3B%3BEAXZ%2CaASI%2CUACI%2CiBAGM%3BIACE%2CWAAA%3B%3BEAdhB%2CaAmBI%2COACM%3BIACE%2CeAAA%3B%3BEAEA%2CaAJR%2COACM%2CSAGG%3BIACG%2CUAAA%3B%3BEAxBhB%2CaAmBI%2COAaI%2CUACI%3BIrB%5C%2FTZ%2CgBAAA%3BIqBiUgB%2CgBAAA%3B%3BEcsRhB%2CadtSI%2COAaI%2CUACI%2COcwRX%2CIAAI%2CSACC%3BIACE%2CuBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIA4FR%2CgBAAA%3BIANA%2CUAAA%3B%3BEA1FA%2CadtSI%2COAaI%2CUACI%2COcwRX%2CIAAI%2CSAeC%3BIACE%2CWAAA%3BIACA%2CWAAA%3B%3BEd1UR%2CaAmBI%2COAaI%2CUACI%2COcqLV%3BInCpfF%2CeAAA%3BImCwfI%2CqBAAA%3B%3BEA6HA%2CadpUA%2COAaI%2CUACI%2COcoTX%2COAEI%3BEAAD%2CadpUA%2COAaI%2CUACI%2COcqTX%2CSACI%3BIACG%2CaAAA%3B%3BEdxVR%2CaAwCI%3BIACI%2CUAAA%3B%3BEAMJ%2CKAAC%2CcACG%3BIACI%2CeAAA%3BIACA%2CWAAA%3B%3BEAHR%2CKAAC%2CcAMG%2CMAAM%3BIACF%2CiBAAA%3B%3BEAPR%2CKAAC%2CcAUG%2CMACI%2CKAAI%3BIACA%2CwBAAA%3B%3BEAZZ%2CKAAC%2CcAgBG%2CcAAc%3BIACV%2CUAAA%3B%3BEAIA%2CKArBP%2CcAoBG%2CSACK%3BIACG%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CSAAA%3B%3BEAGJ%2CKA9BP%2CcAoBG%2CSAUK%3BIACG%2CmBAAA%3BIACA%2CoBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAOhB%3BIACI%2CeAAA%3B%3BEADJ%2CsBAGI%3BIACI%2CiBAAA%3BIACA%2CSAAA%3B%3BEALR%2CsBAQI%3BIACI%2CYAAA%3B%3BEAGI%2CsBAJR%2COAGI%2CMACK%3BIACG%2CeAAA%3B%3BEAMhB%2CKAAK%2CcACD%2CuBACM%2CQACE%2CMACI%2CGACI%2CGAAE%3BIACE%2CoBAAA%3BIACA%2CiBAAA%3B%3BEAPxB%2CKAAK%2CcAcD%2CMACM%3BIACE%2CgBAAA%3B%3BEAMZ%3BIrBhaA%2CUAAA%3BI4CtLA%2CWAAA%3BI5CsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BIqBiQL%2CSAAA%3BIACA%2CsBAAA%3BIACA%2CiBAAA%3B%3BEAIQ%2CcAFR%2COACI%2COACK%3BIACG%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAIR%2CcATJ%2COASK%3BIACG%2CWAAA%3B%3BEAjBZ%2CcAOI%2COAaI%3BIACI%2CWAAA%3B%3BEAYR%2CMAAC%3BIrBjcL%2CUAAA%3BI4CtLA%2CWAAA%3BI5CsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BIqBkSD%2CiBAAA%3B%3BEAHJ%2CMAAC%2CUAKG%2CeAAe%3BIACX%2CUAAA%3B%3BE2CnTZ%3BIACI%2CiBAAA%3B%3BEADJ%2CiBAGI%3BIACI%2CYAAA%3B%3BE1BpVR%2CS0BuVU%2CQAAO%2CO1BvVhB%3BEAAD%2CiB0BwVkB%2CQAAO%2CK1BxVxB%3BItC4LD%2CeAAA%3BIAAA%2CoBAAA%3B%3BEkCpKA%3BIlCoKA%2CmBAAA%3BI4CtLA%2CWAAA%3BI5CsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BIkCnUL%2CmBAAA%3B%3BEAGJ%2CyBACI%3BIACI%2CcAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3B%3BE%2BB7ER%2CqBACI%2CaACI%3BIjEqOR%2CgBAAA%3B%3BEiEvOA%2CqBACI%2CaAKI%2CcACI%3BIACI%2CYAAA%3BIACA%2CkBAAA%3B%3BECqNhB%2CyBACI%2CiBACM%3BIACE%2CYAAA%3B%3BEAIA%2CyBANR%2CiBAKI%2CQACK%3BIACG%2CSAAA%3B%3BEACA%2CyBARZ%2CiBAKI%2CQACK%2CQAEI%3BIACG%2CeAAA%3B%3BEAOpB%2CYACI%3BEADJ%2CYAEI%3BIlEVJ%2CgBAAA%3B%3BEkEQA%2CYAMI%3BIlEdJ%2C6BAAA%3BIkEgBQ%2CoBAAA%3B%3BEAIR%3BIACI%2CWAAA%3B%3BEC7SJ%3BInEwRA%2CmBAAA%3BIAAA%2CmBAAA%3BI4ClLA%2CYAAA%3BI5CkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BECrPT%2CoBACI%2CcACI%3BIACI%2CaAAA%3B%3BEmE3FZ%3BIpE2KA%2CsBAAA%3BIAAA%2CyBAAA%3BIoExKI%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%3BIpE4JL%2CYAAA%3BIoE1JQ%2CmBAAmB%2CWAAnB%3BIACA%2C0EAAA%3BIACA%2CWAAW%2CWAAX%3BIACA%2C0DAAA%3BIACA%2CmBAAA%3B%3BEAIR%3BIpEkJA%2CmBAAA%3BIoEhJI%2CiBAAA%3B%3BEAGJ%2CqBACI%3BIpE4IJ%2CiBAAA%3BIoE1IQ%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%3BIpEkOJ%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIAkCA%2C2BAAA%3BIACI%2CuBAAA%3BIACI%2CmBAAA%3BIoErQA%2C6BAAA%3B%3BEATR%2CqBAYI%2COAAM%3BEAZV%2CqBAaI%3BEAbJ%2CqBAcI%3BEAdJ%2CqBAeI%3BIpEyNJ%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIAkCA%2C8BAAA%3BIACI%2C0BAAA%3BIACI%2CsBAAA%3BIA9BR%2CoBAAA%3BIACQ%2CYAAA%3B%3BEoEjPR%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%3BECbR%2CwBACI%2CiBACI%3BIACI%2CYAAA%3BIACA%2CSAAA%3B%3BEAJZ%2CwBAQI%2CUACM%2CwBACI%3BIACE%2CWAAA%3BIACA%2CWAAA%3B%3BEAMhB%2CyBACI%3BIACI%2CYAAA%3B%3BEAFR%2CyBAKI%2CiBACI%3BIACI%2CoBAAA%3B%3BECzBZ%2CwBACI%3BItEsFJ%2CkBAAA%3B%3BEsEvFA%2CwBAKI%2CwBACI%2CsBACM%3BIACE%2CcAAA%3B%3BErD9LhB%2CYAKI%3BIACI%2CWAAA%3B%3BEAIR%2CsBACI%3BIACI%2CUAAA%3B%3BEC4UA%2CgBAFJ%2COAEK%2CMACG%2CiBACM%3BIACE%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAJZ%2CgBAFJ%2COAEK%2CMACG%2CiBAMM%3BIACE%2CWAAA%3B%3BEAbpB%2CgBAmBI%2CUACM%2CSACI%3BIACE%2CUAAA%3B%3BEAMhB%2CoBACI%2CmBACI%3BIACI%2CcAAA%3BIACA%2CWAAA%3B%3BEAJZ%2CoBACI%2CmBACI%2CQAII%3BIACI%2CmBAAA%3B%3BEAPhB%2CoBACI%2CmBACI%2CQAII%2COAGM%3BIACE%2CkBAAA%3B%3BEAVpB%2CoBACI%2CmBAcI%3BEAfR%2CoBACI%2CmBAeI%3BIACI%2CWAAA%3B%3BEAKZ%2CKAAK%2CSAAS%3BEACd%2CKAAK%2CKAAK%3BEACV%2CKAAK%2CSAAS%3BEACd%2CKAAK%2COAAO%3BEACZ%2CKAAK%2COAAO%3BEACZ%2CKAAK%3BIACD%2CgBAAA%3BIACA%2CUAAA%3B%3BEAIJ%2CQAAQ%2C0BACJ%3BEADJ%2CQAAQ%2C0BAEJ%3BIACI%2CYAAA%3B%3BEAHR%2CQAAQ%2C0BAMJ%2CQAAO%3BIACH%2CYAAA%3B%3BEAPR%2CQAAQ%2C0BAUJ%2CcACI%3BIACI%2CgBAAA%3B%3BEAKZ%2CQAiBI%2CMAAK%3BIACD%2CgBAAA%3B%3BEAGI%2CQAJR%2CMAAK%2CMAGD%2CKACK%3BIACG%2CmBAAA%3B%3BEAUhB%2CqBACI%2COAAM%3BIAEF%2CYAAA%3B%3BEAHR%2CqBACI%2COAAM%2CUAIA%3BIACE%2CqBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAEA%2CqBAXR%2COAAM%2CUAIA%2CQAOG%2CeAAe%3BEAChB%2CqBAZR%2COAAM%2CUAIA%2CQAQG%2CeAAe%3BIACZ%2CgBAAA%3B%3BEAGJ%2CqBAhBR%2COAAM%2CUAIA%2CQAYG%2CUAAU%3BIACP%2CeAAA%3B%3BEAsBhB%2CkBACI%2CUAGI%3BIACI%2CmBAAA%3BIACA%2CWAAA%3B%3BEAeZ%2CQAAQ%2CcACJ%3BIACI%2CqBAAA%3B%3BEqD3WR%2C0BACI%3BIACI%2CWAAA%3BIACA%2CUAAA%3B%3BEAHR%2C0BAMI%3BIACI%2CYAAA%3BIACA%2CUAAA%3B%3BEC1CQ%2CsBAHZ%2CmBACI%2CWACI%2CiBACK%3BIACG%2CeAAA%3B%3BEADJ%2CsBAHZ%2CmBACI%2CWACI%2CiBACK%2CYAGG%3BIACI%2CeAAA%3BIACA%2CiBAAA%3B%3BEATxB%2CsBACI%2CmBAcI%3BIACI%2CiBAAA%3B%3BEAhBZ%2CsBACI%2CmBAkBI%3BIACI%2CWAAA%3B%3BEApBZ%2CsBAwBI%3BIACI%2CiBAAA%3B%3BEAzBR%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%3BIxEmIlB%2CgBAAA%3BIAAA%2CmBAAA%3BImC%2BpBA%2CsBAAA%3BIACA%2CqBAAA%3BInChqBA%2CUAAA%3BImCmqBA%2CmBAAA%3B%3BEqCj0BA%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2COrCunBhB%3BInCpfF%2CeAAA%3BImCwfI%2CqBAAA%3B%3BEAtOJ%2CsBqCxZI%2CkBAGI%2COAAM%2CIAAI%2COrCqZjB%3BIACG%2CgBAAA%3B%3BEAkZJ%2CsBqC3yBI%2CkBAGI%2COAAM%2CIAAI%2COrCwyBd%3BIACA%2CWAAA%3B%3BEqCp0BJ%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2COrC%2BZhB%3BInC5RF%2CgBAAA%3B%3BEmCqSI%2CsBqC3aA%2CkBAGI%2COAAM%2CIAAI%2COrC%2BZhB%2CSASM%3BIACA%2CaAAA%3B%3BEqCpcR%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2COrC6alB%2CQACI%3BIACI%2CmBAAA%3B%3BEnChiBR%2CsBwE8GI%2CkBAGI%2COAAM%2CIAAI%2COrCmblB%2CQAAO%2CMnCpiBN%3BEACD%2CsBwE6GI%2CkBAGI%2COAAM%2CIAAI%2COrCmblB%2CQAAO%2CMnCniBN%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CsBwEwGI%2CkBAGI%2COAAM%2CIAAI%2COrCmblB%2CQAAO%2CMnC9hBN%3BIACG%2CWAAA%3B%3BEwE%2BEJ%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2COrCmblB%2CQAAO%2CMAEH%3BIACI%2CsBAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CsBqC7bA%2CkBAGI%2COAAM%2CIAAI%2COrCmblB%2CQAAO%2CMAOF%2CQAAS%3BIACN%2CqBAAA%3B%3BEAGJ%2CsBqCjcA%2CkBAGI%2COAAM%2CIAAI%2COrCmblB%2CQAAO%2CMAWF%2CQAAS%3BIACN%2CYAAA%3B%3BEAGJ%2CsBqCrcA%2CkBAGI%2COAAM%2CIAAI%2COrCmblB%2CQAAO%2CMAeF%2CQAAS%3BIACN%2CqBAAA%3B%3BEAGJ%2CsBqCzcA%2CkBAGI%2COAAM%2CIAAI%2COrCmblB%2CQAAO%2CMAmBF%2CQAAS%3BIACN%2CqBAAA%3B%3BEqCleR%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2COrC2clB%3BInCpNA%2C4BAAA%3BIACA%2C2BAAA%3BIACA%2CoBAAA%3BIA2BA%2CyBAAA%3BIACQ%2CiBAAA%3BImCyLJ%2CUAAA%3BIACA%2CWAAA%3B%3BEqC1eJ%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2COrC2clB%2COAMI%3BEqC5eJ%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2COrC2clB%2COAOI%3BEqC7eJ%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2COrC2clB%2COAQI%3BInChLJ%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BIAxBT%2CwBAAA%3BIACQ%2CgBAAA%3BImCwMA%2CqBAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3B%3BEqCnfR%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2COrC2clB%2COAgBI%3BEqCtfJ%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2COrC2clB%2COAiBI%3BInCzVJ%2CgBAAA%3BIAAA%2C4BAAA%3BIAAA%2CyBAAA%3BIAAA%2CkBAAA%3BIAAA%2CwEAAA%3BIAAA%2CeAAA%3BIAAA%2CYAAA%3BIAAA%2CuBAAA%3BIAAA%2CcAAA%3BIAAA%2CwBAAA%3BIAAA%2CWAAA%3BImCjPA%2CsBAAA%3BInCiZA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BImC0LD%2CqBAAA%3BIACA%2CsBAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3B%3BEAzPR%2CsBqC5OI%2CkBAGI%2COAAM%2CIAAI%2COrC2clB%2COAgBI%2CWAlPH%3BEAAD%2CsBqC5OI%2CkBAGI%2COAAM%2CIAAI%2COrC2clB%2COAiBI%2CUAnPH%3BInCtGD%2CYAAA%3B%3BEmCqHA%2CsBqC3PI%2CkBAGI%2COAAM%2CIAAI%2COrC2clB%2COAgBI%2CWAnOH%3BEAAD%2CsBqC3PI%2CkBAGI%2COAAM%2CIAAI%2COrC2clB%2COAiBI%2CUApOH%3BInCrHD%2CcAAA%3B%3BEmC0HA%2CsBqChQI%2CkBAGI%2COAAM%2CIAAI%2COrC2clB%2COAgBI%2CWA9NH%3BEAAD%2CsBqChQI%2CkBAGI%2COAAM%2CIAAI%2COrC2clB%2COAiBI%2CUA%5C%2FNH%3BInC1HD%2CcAAA%3B%3BEmC%2BHA%2CsBqCrQI%2CkBAGI%2COAAM%2CIAAI%2COrC2clB%2COAgBI%2CWAzNH%3BEAAD%2CsBqCrQI%2CkBAGI%2COAAM%2CIAAI%2COrC2clB%2COAiBI%2CUA1NH%3BInC%5C%2FHD%2CcAAA%3B%3BEwE9JA%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2COrC2clB%2COA0BI%3BIACI%2CWAAA%3BInCnMR%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEwEhUT%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2COrC2elB%3BInCxWA%2CgBAAA%3B%3BEmCugBI%2CsBqC7oBA%2CkBAGI%2COAAM%2CIAAI%2COrCwoBjB%2CSAAY%2CSAER%3BEAAD%2CsBqC7oBA%2CkBAGI%2COAAM%2CIAAI%2COrCyoBjB%2CUAAa%2CSACT%3BIACG%2CSAAS%2CGAAT%3BInCxgBR%2CcAAA%3BIAAA%2CiBAAA%3BIAAA%2CiBAAA%3B%3BEwE9JA%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2COrC%2BqBlB%3BInC5iBA%2CiBAAA%3BIAAA%2CeAAA%3BIAAA%2CUAAA%3BIAAA%2CqBAAA%3BIsC9QA%2CqBAAA%3B%3BEAMA%2CsBkCkII%2CkBAGI%2COAAM%2CIAAI%2COrC%2BqBlB%2CMGpzBC%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BItC9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CawCvRe%2CYxCuRf%3BIAAA%2CsBAAA%3BIsCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEkCtMY%2CsBATR%2CkBAGI%2COAAM%2CIAAI%2COAML%2CUAAU%3BIACP%2CmBAAA%3B%3BEAGJ%2CsBAbR%2CkBAGI%2COAAM%2CIAAI%2COAUL%2CUAAU%3BIACP%2CgBAAA%3B%3BEAtChB%2CsBAwBI%2CkBAkBI%2CyBACI%2COAAM%2CIAAI%2COAAU%3BIAChB%2CWAAA%3B%3BEvC4JhB%3BIACI%2CkBAAA%3BIACA%2CUAAA%3B%3BEAFJ%2CaAII%3BIACI%2CWAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3B%3BEAPR%2CaAII%2CiBAKI%3BIACI%2CYAAA%3B%3BEAVZ%2CaAII%2CiBAKI%2CWAGI%3BIACI%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3B%3BEAfhB%2CaAII%2CiBAKI%2CWASI%3BIACI%2CcAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEAKJ%2CaAtBR%2CiBAqBK%2CUAAU%2CGACN%3BIjCpEb%2C8BAAA%3BIiCsEgB%2CYAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CQAAA%3B%3BEAMhB%3BIjCnFA%2CgBAAA%3BIAAA%2CiBAAA%3B%3BEiCwFA%2CgBACI%3BIACI%2CiBAAA%3BIACA%2CeAAA%3B%3BEAIR%2CUACI%3BIACI%2CeAAA%3BIACA%2CgBAAA%3B%3BEASJ%2CKAAC%2CcACG%2CcACI%3BIACI%2CWAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3B%3BEANhB%2CKAWI%3BIACI%2CWAAA%3B%3BEAIR%2CeACI%3BIAEI%2CmBAAA%3B%3BEAHR%2CeACI%2CgBAII%3BEALR%2CeACI%2CgBAKI%3BIACI%2CoBAAA%3B%3BElBjKZ%2CwBAII%2CUAAU%3BEAHd%2CuBAGI%2CUAAU%3BIACN%2CUAAA%3B%3BEAIR%2CuBACI%2CUAAS%2CiBACL%3BIACI%2CgBAAA%3B%3BEASZ%2CmBACI%2CKAAI%3BIACA%2CmBAAA%3B%3BEAFR%2CmBAKI%2CKAAI%3BIACA%2CUAAA%3B%3BEANR%2CmBASI%2CKAAI%3BIACA%2CUAAA%3B%3BEAIR%2CyBACI%2CKAAI%3BIACA%2CUAAA%3B%3BEAGJ%2CQAAS%2CMAAK%2CMAAM%2CyB4BtItB%2CQAGI%2CKACI%3BE5BkIN%2CQAAS%2CMAAK%2CMAAM%2CyB4BrItB%2CQAEI%2CKACI%3BE5BkIN%2CQAAS%2CMAAK%2CMAAM%2CyB4BpItB%2CQACI%2CKACI%3BE5BkIN%2CQAAS%2CMAAK%2CMAAM%2CyB4BtItB%2CQAGI%2CKAEI%3BE5BiIN%2CQAAS%2CMAAK%2CMAAM%2CyB4BrItB%2CQAEI%2CKAEI%3BE5BiIN%2CQAAS%2CMAAK%2CMAAM%2CyB4BpItB%2CQACI%2CKAEI%3BI3CyHV%2C0BAAA%3B%3BEeQI%2CQAAS%2CMAAK%2CMAAM%2CyB4B3HtB%2CUAAU%2CQAGN%2CKAAE%2CYACE%3BE5BuHN%2CQAAS%2CMAAK%2CMAAM%2CyB4B1HtB%2CWAAW%2CQAEP%2CKAAE%2CYACE%3BE5BuHN%2CQAAS%2CMAAK%2CMAAM%2CyB4BzHtB%2CQAAK%2CYACD%2CKAAE%2CYACE%3BE5BuHN%2CQAAS%2CMAAK%2CMAAM%2CyB4B3HtB%2CUAAU%2CQAGN%2CKAAE%2CYAEE%3BE5BsHN%2CQAAS%2CMAAK%2CMAAM%2CyB4B1HtB%2CWAAW%2CQAEP%2CKAAE%2CYAEE%3BE5BsHN%2CQAAS%2CMAAK%2CMAAM%2CyB4BzHtB%2CQAAK%2CYACD%2CKAAE%2CYAEE%3BIACE%2CaAAA%3B%3BE5BqHR%2CQAAS%2CMAAK%2CMAAM%2CyB4BhHtB%2CQAAQ%3BI3CwGV%2C0BAAA%3B%3BEeQI%2CQAAS%2CMAAK%2CMAAM%2CyBAKhB%3BIACI%2CgBAAA%3B%3BEANR%2CQAAS%2CMAAK%2CMAAM%2CyBASd%2CQAAQ%2CKAAE%2CUAAU%2CMAChB%3BEAVV%2CQAAS%2CMAAK%2CMAAM%2CyBASd%2CQAAQ%2CKAAE%2CUAAU%2CMAEhB%3BIACE%2CgBAAA%3B%3BEAMhB%2CyBACI%3BIACI%2CmBAAA%3B%3BEAGI%2CyBAJR%2CUAGI%2COACK%3BEACD%2CyBALR%2CUAGI%2COAEK%3BIfhCb%2CmBAAA%3BImC%2BpBA%2CsBAAA%3BIACA%2CqBAAA%3BInChqBA%2CUAAA%3BImCmqBA%2CmBAAA%3BIpBjoBgB%2CmBAAA%3B%3BEoBmoBhB%2CyBpB1oBI%2CUAGI%2COACK%2CKoBsoBT%3BEAAJ%2CyBpB1oBI%2CUAGI%2COAEK%2CSoBqoBT%3BIACA%2CWAAA%3B%3BEpBjoBQ%2CyBAVR%2CUAGI%2COAOK%3BIACG%2CUAAA%3B%3BEAiBhB%2CgCAOI%3BIACI%2C6BAAA%3BIACA%2CaAAA%3B%3BEAIA%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%3BEY%5C%2FGZ%2CuBAEI%3BEADJ%2CeACI%3BIACI%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAEA%2CuBANJ%2CeAMQ%3BEAAJ%2CeANJ%2CeAMQ%3BI3BGZ%2C8BAAA%3BI2BDY%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CoBAAA%3BIACA%2CUAAA%3B%3BEAbZ%2CuBAiBI%2CcACI%3BEAjBR%2CeAgBI%2CcACI%3BIACI%2CmBAAA%3B%3BEAnBZ%2CuBAuBI%3BEAtBJ%2CeAsBI%3BIACI%2CmBAAA%3B%3BEAQR%2CcAEI%3BEADJ%2CmBACI%3BIACI%2CcAAA%3B%3BE8CnKR%2CqBACI%3BIACI%2CWAAA%3B%3BEAFR%2CqBAKI%3BIACI%2CgBAAA%3B%3BEC5IR%2CWACI%2CQAAO%3BIACH%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3B%3BEC6CR%2CkBACI%3BIACI%2CUAAA%3B%3BEC2TJ%2COAAC%3BIACG%2CmBAAA%3B%3BEAGJ%2COAAC%3BIACG%2CaAAA%3B%3BEAGJ%2COAAC%2CQACG%3BIACI%2CcAAA%3B%3BEAIR%2COAAC%3BIACG%2CmBAAA%3B%3BEAGJ%2COAAC%2COAAQ%2CQAAC%3BEACV%2COAAC%3BIACG%2CuBAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2COAAC%3BIACG%2CcAAA%3BIACA%2CgBAAA%3B%3BEAIR%2CoBACI%3BIACI%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CWAAA%3B%3BEAJR%2CoBAOI%2CUAAY%3BIACR%2CgBAAA%3B%3BEAGJ%2CoBAAC%2CiBAAkB%2CQAAO%3BIACtB%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAIA%2CoBADJ%2CQACK%3BIACG%2C0BAAA%3B%3BEAGJ%2CoBALJ%2CQAKK%3BIACG%2CgBAAA%3B%3BEAGJ%2CoBATJ%2CQASK%3BIACG%2CaAAA%3B%3BEAIA%2CoBAdR%2CQAaK%2CQACI%3BIACG%2CSAAA%3BIACA%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3B%3BEAEA%2CoBApBZ%2CQAaK%2CQACI%2CKAMI%3BIACG%2CUAAA%3B%3BEADJ%2CoBApBZ%2CQAaK%2CQACI%2CKAMI%2COAGG%3BIACI%2CmBAAA%3B%3BEAGJ%2CoBA3BhB%2CQAaK%2CQACI%2CKAMI%2COAOI%3BIACG%2CUAAA%3B%3BEAGJ%2CoBA%5C%2FBhB%2CQAaK%2CQACI%2CKAMI%2COAWI%3BEACD%2CoBAhChB%2CQAaK%2CQACI%2CKAMI%2COAYI%3BI5EjIrB%2C6BAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIAhDA%2CyBAAA%3BI4EiLwB%2CYAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CoBA1ChB%2CQAaK%2CQACI%2CKAMI%2COAsBI%3BI5EzLrB%2CyBAAA%3BI4E2LwB%2CeAAA%3BIACA%2CUAAA%3B%3BEAKZ%2CoBAlDR%2CQAaK%2CQAqCI%3BIACG%2CmBAAA%3B%3BEAEA%2CoBArDZ%2CQAaK%2CQAqCI%2CMAGI%3BIACG%2CUAAA%3BIACA%2CQAAA%3BIACA%2CUAAA%3B%3BEAIR%2CoBA5DR%2CQAaK%2CQA%2BCI%3BI5E3Mb%2CgBAAA%3BIAhBF%2CsDAAA%3BIACK%2CmDAAA%3BIACC%2CkDAAA%3BIAcJ%2C8CAAA%3BI4EgNgB%2CsBAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3B%3BEAXJ%2CoBA5DR%2CQAaK%2CQA%2BCI%2CQAaG%3BIACI%2CSAAA%3BIACA%2CYAAA%3B%3BEAfR%2CoBA5DR%2CQAaK%2CQA%2BCI%2CQAaG%2CMAII%3BIACI%2CcAAA%3B%3BEAGJ%2CoBAjFhB%2CQAaK%2CQA%2BCI%2CQAaG%2CMAQK%3BIACG%2CyBAAA%3B%3BEAMhB%2CoBAxFJ%2CQAwFK%3BIACG%2CeAAA%3BIACA%2CiBAAA%3B%3BEAEA%2CoBA5FR%2CQAwFK%2CQAII%3BI5E3Ob%2CcAAA%3BI4E6OgB%2CeAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAEA%2CoBAnGZ%2CQAwFK%2CQAII%2CSAOI%3BIACG%2CSAAS%2CGAAT%3B%3BEAZZ%2CoBAxFJ%2CQAwFK%2CQAgBG%3BEAhBJ%2CoBAxFJ%2CQAwFK%2CQAiBG%3BIACI%2CeAAA%3B%3BEAlBR%2CoBAxFJ%2CQAwFK%2CQAqBG%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAvBR%2CoBAxFJ%2CQAwFK%2CQA0BG%2CQAAO%3BIACH%2CmBAAA%3B%3BEAIR%2CoBAvHJ%2CQAuHK%3BIACG%2CeAAA%3BIACA%2CmBAAA%3B%3BEAEA%2CoBA3HR%2CQAuHK%2CQAIO%3BIACA%2CgBAAA%3B%3BEhDpGZ%2CSAAC%2COAAO%3BIACJ%2CYAAA%3BI5BxKR%2CQAAA%3BIAAA%2CSAAA%3BIAAA%2CmBAAA%3BIAAA%2CYAAA%3BI4B6KQ%2CWAAA%3B%3BEAIR%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%3BI5BxOZ%2CeAAA%3B%3BE4B8OQ%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%3BEiDhepB%2CMAAM%3BIACF%2CcAAA%3BIACA%2CkBAAA%3B%3BEAFJ%2CMAAM%2CWAIF%2COAAM%3BIACF%2CgBAAA%3B%3BEALR%2CMAAM%2CWAQF%2CMAAK%2CUACC%3BEATV%2CMAAM%2CWAQF%2CMAAK%2CUAEC%3BIACE%2CWAAA%3B%3BEvDmOZ%3BIACI%2CmBAAA%3B%3BEAEA%2CSAAS%2CQAAQ%2CKAAM%3BIACnB%2CSAAA%3B%3BEAJR%2CwBAOI%3BIACI%2CeAAA%3BIACA%2CeAAA%3B%3BEpB9KR%2CmBAGI%2CUAAU%3BIACN%2CUAAA%3B%3BEAaR%2C0BACI%2CQAAO%2CKAAM%2COAAM%2CyBAGf%2CeAAc%2CIAAI%2CSAAU%3BIAExB%2CWAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAKZ%2CuBACI%2CaACI%3BIACI%2CkBAAA%3B%3BEAHZ%2CuBACI%2CaAKI%3BIACI%2CYAAA%3BIACA%2CgBAAA%3B%3BE2B%2BXZ%2CYAEI%3BIACI%2CWAAA%3BIACA%2CkBAAA%3B%3BEAJR%2CYAEI%2CMAII%3BIACI%2CiBAAA%3B%3BEAPZ%2CYAEI%2CMAQI%3BIACI%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2C0BAAA%3B%3BEAKZ%2CsBACI%2CQAAO%3BIAEH%2CcAAA%3BIACA%2CYAAA%3B%3BEAIR%2CQAII%2CQAAO%2CKAAM%2COAAM%2CyBAEf%2CeAAc%2CIAAI%2CSAAU%3BEALpC%2CuBAGI%2CQAAO%2CKAAM%2COAAM%2CyBAEf%2CeAAc%2CIAAI%2CSAAU%3BEAJpC%2CiBAEI%2CQAAO%2CKAAM%2COAAM%2CyBAEf%2CeAAc%2CIAAI%2CSAAU%3BIAExB%2CWAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEASZ%3BIACI%2CgBAAA%3B%3BEADJ%2C6BAGI%3BIACI%2CWAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3B%3BEAPR%2C6BAUI%3BIACI%2CgBAAA%3B%3BEAIR%3BIACI%2CgBAAA%3BIACA%2CaAAA%3B%3BEAGI%2CoBADJ%2CKACK%3BIACG%2CkBAAA%3B%3BEAGJ%2CoBALJ%2CKAKK%3BIACG%2CiBAAA%3B%3BEAVZ%2CoBAcI%2CMAAM%3BIACF%2CoBAAA%3BIACA%2CiBAAA%3B%3BEAhBR%2CoBAmBI%2CMACI%3BEApBR%2CoBAmBI%2CMAEI%3BIACI%2CiBAAA%3B%3BEAIR%2CoBAAC%2CQACG%3BIACI%2CaAAA%3B%3BEAKZ%2CoBACI%3BIACI%2CeAAA%3BIACA%2CgBAAA%3B%3BEAHR%2CoBAMI%3BIACI%2CkBAAA%3B%3BEAPR%2CoBAUI%3BIACI%2CYAAA%3B%3BEAOI%2CkBAFR%2CMACI%2CKACK%3BEACD%2CkBAHR%2CMACI%2CKAEK%3BIACG%2CeAAA%3B%3BEAKZ%2CkBAAC%2CQAEG%2CKAAI%3BEADR%2CkBAAC%2CSACG%2CKAAI%3BIACA%2CkBAAA%3B%3BEAMA%2CkBAFP%2CWACG%2CKACK%3BEACD%2CkBAHP%2CWACG%2CKAEK%3BEACD%2CkBAJP%2CWACG%2CKAGK%3BIACG%2CkBAAA%3B%3BEAGJ%2CkBARP%2CWACG%2CKAOK%3BIACG%2CiBAAA%3B%3BENhqBhB%2CKAAK%2CKAAK%3BIACN%2CUAAA%3B%3BEADJ%2CKAAK%2CKAAK%2COAMN%2CUACI%3BIACI%2CUAAA%3B%3BEARZ%2CKAAK%2CKAAK%2COAMN%2CUAKI%2COAAM%3BIAEF%2CUAAA%3B%3BEOicZ%3BEACA%3BIACI%2CYAAA%3B%3BEAGJ%2CWAAY%3BIACR%2CcAAA%3B%3BEAGJ%3BIACI%2CSAAA%3BIACA%2CgBAAA%3B%3BEAFJ%2CYAII%2COAAM%3BIACF%2CgCAAA%3BI9BtNR%2CyBAAA%3B%3BE8BiNA%2CYASI%2CQAAO%3BIACH%2CoBAAA%3BIACA%2CiBAAA%3B%3BEAXR%2CYAcI%3BIACI%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BI9BlER%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BE8BqET%2CUACM%2CsBACE%3BIACI%2CqBAAA%3B%3BEAHZ%2CUACM%2CsBAKE%2CYAAc%3BIACV%2CYAAA%3BIACA%2CgBAAA%3B%3BEAKZ%3BIgDveA%2CqBAAA%3BIACA%2CkBAAA%3B%3BE9EFA%2CiBAAC%3BEACD%2CiBAAC%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CiBAAC%3BIACG%2CWAAA%3B%3BE8BieJ%2CiBgDpeA%3BI9EgPA%2CUAAA%3BI8E9OI%2CeAAA%3BI9E8OJ%2CqBAAA%3BIsChOA%2CqBAAA%3B%3BERodA%2CiBgDpeA%2CexCoOE%3BItChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEsC2CA%2CiBwCtBA%2CexCsBC%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BItC9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSgD9NQ%2COhD8NR%3BIAAA%2CawCvRe%2CYxCuRf%3BIAAA%2CSAAA%3BIAAA%2CmBAAA%3BIsCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAtRI%2CiBwCnCJ%2CexCkCC%2CMACI%3BItC6ML%2CcAAA%3B%3BEsCvMI%2CiBwCzCJ%2CexCwCC%2COACI%3BItCuML%2CcAAA%3B%3BE8EqEA%2CiBArTA%2CeAqTC%3BI9ErED%2CqBAAA%3BIsChOA%2CqBAAA%3B%3BEwCqSA%2CiBArTA%2CeAqTC%2COxCjFC%3BItChQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEsC2CA%2CiBwCtBA%2CeAqTC%2COxC%5C%2FRA%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BItC9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSgD%5C%2FNM%2COhD%2BNN%3BIAAA%2CawCvRe%2CYxCuRf%3BIAAA%2CSAAA%3BIAAA%2CmBAAA%3BIsCqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAtRI%2CiBwCnCJ%2CeAqTC%2COxCnRA%2CMACI%3BItC6ML%2CcAAA%3B%3BEsCvMI%2CiBwCzCJ%2CeAqTC%2COxC7QA%2COACI%3BItCuML%2CcAAA%3B%3BE8BoPA%2CiBgD7SA%3BI9EyDA%2CSAAA%3BIAAA%2CUAAA%3BIoD1KA%2CqBAAA%3BIpD0KA%2CgBAAA%3BIAAA%2CsBAAA%3BIAAA%2CeAAA%3BIAAA%2CeAAA%3BIAAA%2CYAAA%3BI8EhDI%2CsBAAA%3BIACA%2CaAAA%3BIACA%2CkBAAA%3BI9E8CJ%2CSAAA%3BIAAA%2CQAAA%3BIAAA%2CyCAAA%3B%3BE8BoPA%2CiBgD7SA%2CGAsBI%3BI9EmCJ%2CSAAA%3BIAAA%2CUAAA%3B%3BE8E3BQ%2CiBA9BR%2CGAsBI%2CGAQK%3BI9E2BT%2CmBAAA%3BI8EzBY%2CeAAA%3B%3BEAuTZ%2CiBAvVA%2CGAuVC%3BEACD%2CiBAxVA%2CGAwVC%3BIACG%2C0BAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3B%3BEAGJ%2CiBAjWA%2CGAiWC%3BIACG%2CiBAAA%3BI9EzSJ%2CsDAAA%3BI8E2SI%2CWAAA%3B%3BEAGJ%2CiBAvWA%2CGAuWC%3BIACG%2CiBAAA%3BI9E%5C%2FSJ%2CsDAAA%3BI8EiTI%2CWAAA%3B%3BEAlCJ%2CiBAxUA%2CGAwUC%3BI9E%5C%2FQD%2CWAAA%3BIAAA%2CUAAA%3B%3BE8EoRA%2CiBA7UA%2CGA6UC%3BI9EpRD%2CUAAA%3BIAAA%2CUAAA%3B%3BE8EZA%2CiBAAC%3BIACG%2CiBAAA%3B%3BEADJ%2CiBAAC%2COAGG%3BIACI%2CcAAA%3B%3BEhD4PR%2CiBAgBI%2CGACI%3BI9BrQR%2CWAAA%3BIAAA%2CqBAAA%3BI8BgRY%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CYAAA%3B%3BEsBnaZ%2CiBtBqZI%2CGACI%2CEsBtZP%3BIpDiJD%2CWAAA%3BIAAA%2CqBAAA%3B%3BEoD5IA%2CiBtBgZI%2CGACI%2CEsBjZP%3BIpD4ID%2CWAAA%3BIAAA%2CqBAAA%3B%3BEoDvIA%2CiBtB2YI%2CGACI%2CEsB5YP%3BIpDuID%2CWAAA%3BIAAA%2CqBAAA%3B%3BE8BoPA%2CiBAkCI%3BIACI%2CeAAA%3B%3BEAnCR%2CiBAsCI%3BIACI%2CaAAA%3B%3BEAvCR%2CiBA0CI%2CQAAO%3BI%2BBvVX%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2C4BAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3BI7DgDA%2CgBAAA%3BIAAA%2CWAAA%3B%3BE6D7CA%2CiB%5C%2FB2UI%2CQAAO%2CO%2BB3UV%3BEACD%2CiB%5C%2FB0UI%2CQAAO%2CO%2BB1UV%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CiB%5C%2FBqUI%2CQAAO%2CO%2BBrUV%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CiB%5C%2FBgUI%2CQAAO%2CO%2BBhUV%3BEACD%2CiB%5C%2FB%2BTI%2CQAAO%2CO%2BB%5C%2FTV%3BEACD%2CQAAQ%2CUAAW%2CkB%5C%2FB8Tf%2CQAAO%3BI%2BB7TP%2CoBAAA%3BI7D%2BBJ%2CYAAA%3B%3BE8BoPA%2CiBA%2BCI%2CQAAO%3BIACH%2CgBAAA%3BIACA%2CaAAA%3B%3BEQrcR%2CiBRwcK%2COACG%2CQAAO%2COQzcd%3BItCgKD%2CSgD%5C%2FNM%2COhD%2BNN%3B%3BE8BwSI%2CiBAAC%2COAQG%3BIACI%2CcAAA%3B%3BEA7DZ%2CiBAiEI%3BIACI%2CaAAA%3B%3BEAKJ%2COAAC%2CMACK%2CUAAO%3BI9B5TjB%2CSAAA%3BIAAA%2CUAAA%3BIoD1KA%2CqBAAA%3BItBweY%2CYAAA%3BIACA%2CiBAAA%3B%3BEAJR%2COAAC%2CMACK%2CUAAO%2CMsBhef%3BIACE%2CqBAAA%3BIACA%2CmBAAA%3B%3BEtB6dA%2COAAC%2CMACK%2CUAAO%2CMAKH%3BIACE%2CkBAAA%3B%3BEAEA%2COATX%2CMACK%2CUAAO%2CMAKH%2CKAGG%3BEATb%2COAAC%2CMACK%2CUAAO%2CMAKH%2CKAII%3BIACE%2CqBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2COAfX%2CMACK%2CUAAO%2CMAKH%2CKASG%2CQACG%3BI9B3UpB%2CWAAA%3BIAAA%2CiBAAA%3B%3BE8BmVgB%2COAxBX%2CMACK%2CUAAO%2CMAsBH%2CsBACG%3BIACG%2CSAAS%2CgBAAT%3BIACA%2CqBAAA%3BIACA%2CoBAAA%3B%3BEAIA%2COA%5C%2FBf%2CMACK%2CUAAO%2CMAsBH%2CsBAOG%2CWACI%3BIACG%2CaAAA%3B%3BEAhCpB%2COAAC%2CMACK%2CUAAO%2CMAoCH%2CoBAAoB%3BIAClB%2CaAAA%3B%3BEAKZ%2COAAC%3BIACG%2CoBAAA%3B%3BEAIR%3BIACI%2CwBAAA%3B%3BEADJ%2CKAGI%3BIACI%2CmBAAA%3B%3BEAIR%3BIACI%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CmCAAA%3B%3BEAHJ%2CaAKM%3BEALN%2CaAMM%3BEANN%2CaAOM%3BIACE%2CsBAAA%3BIACA%2CWAAA%3B%3BEAIR%3BI9BhYA%2CmBAAA%3BI8BkYI%2CgBAAA%3BIACA%2CoBAAA%3B%3BEAHJ%2CYAKI%2CUACI%2CSACI%2CGAAE%3BIACE%2CaAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3B%3BEAEA%2CYARZ%2CUACI%2CSACI%2CGAAE%2CSAMG%3BEACD%2CYATZ%2CUACI%2CSACI%2CGAAE%2CSAOG%3BIACG%2CYAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3BEAGJ%2CYAhBZ%2CUACI%2CSACI%2CGAAE%2CSAcG%3BI9BrZjB%2CsDAAA%3B%3BE8ByZgB%2CYApBZ%2CUACI%2CSACI%2CGAAE%2CSAkBG%3BI9BzZjB%2CsDAAA%3BI8B2ZoB%2CqBAAA%3B%3BEAQhB%2COAAC%3BIACG%2CgBAAA%3B%3BEADJ%2COAAC%2CQAGG%3BIACI%2CYAAA%3B%3BEAJR%2COAAC%2CQAOG%3BIACI%2CmBAAA%3B%3BEARR%2COAAC%2CQAWG%2CUAAS%3BIACL%2CcAAA%3BIACA%2CSAAA%3B%3BEAbR%2COAAC%2CQAgBG%3BIACI%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3B%3BEAnBR%2COAAC%2CQAgBG%2COAKI%3BIACI%2CuBAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CeAAA%3BIACA%2CUAAA%3B%3BEA1BZ%2COAAC%2CQAgBG%2COAaI%3BEA7BR%2COAAC%2CQAgBG%2COAcI%3BIACI%2CeAAA%3B%3BEiDzqBhB%2CgBACI%2CWACI%3BIACI%2CcAAA%3B%3BECuRI%2CcAJF%2CSACV%2CSACK%2CKACI%2CKACI%2CMACG%3BIACI%2CcAAA%3B%3BEAKZ%2CcAXE%2CSACV%2CSACK%2CKASI%3BIACG%2CqBAAA%3B%3BEAGJ%2CcAfE%2CSACV%2CSACK%2CKAaI%3BIACG%2CgBAAA%3B%3BEADJ%2CcAfE%2CSACV%2CSACK%2CKAaI%2CQAGK%3BIACE%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3B%3BEAnBZ%2CcAFM%2CSACV%2CSACK%2CKAuBG%3BIACI%2CcAAA%3B%3BEAxBR%2CcAFM%2CSACV%2CSACK%2CKAuBG%2CUAGI%2COAAM%3BEA1Bd%2CcAFM%2CSACV%2CSACK%2CKAuBG%2CUAII%3BIACI%2CmBAAA%3BIACA%2CsBAAA%3B%3BEA7BZ%2CcAFM%2CSACV%2CSACK%2CKAuBG%2CUASI%2COAAM%3BIACF%2CmBAAA%3B%3BEAjCZ%2CcAFM%2CSACV%2CSACK%2CKAqCG%2CYACI%3BIACI%2CSAAA%3B%3BEAvCZ%2CcAFM%2CSACV%2CSACK%2CKAqCG%2CYAKI%3BIACI%2CgBAAA%3B%3BEA3CZ%2CcAFM%2CSACV%2CSACK%2CKA%2BCG%3BIACI%2CWAAA%3B%3BEAMhB%2CqBACI%3BIACI%2CWAAA%3B%3BEAIR%2CqBACI%3BIhF9GJ%2CgBAAA%3BIAAA%2CsBAAA%3BIAAA%2C4CAAA%3BIgFoHQ%2CgBAAA%3BIACA%2COAAA%3BIACA%2CoBAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAbR%2CqBACI%2CoBAcI%3BIACI%2CiBAAA%3B%3BEtCpTZ%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%3BEuCmYZ%3BIACI%2CQAAA%3B%3BEAIA%2C4CAAC%3BIACG%2CiBAAA%3B%3BEAGJ%2C4CAAC%3BIACG%2CUAAA%3B%3B%3BApE5dR%2CgBAL4C%3BEd6E5C%2CcACI%3BICqJJ%2CYAAA%3BIAAA%2CSAAA%3BIDlJQ%2CUAAA%3B%3B%3BAcxEZ%2CgBAJ2C%3BEkD%2BqBvC%2CQACI%2CeACI%2CmBACI%3BIACI%2CWAAA%3BIACA%2COAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3B%3BEARhB%2CQACI%2CeAWI%3BIACI%2CiBAAA%22%7D */