/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright 2014 Adobe
 * All Rights Reserved.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright 2024 Adobe
 * All rights reserved.
 */
.form.wishlist.share .g-recaptcha {
  margin-bottom: 40px;
}
.block-minicart .block-content > .actions .smart-buttons {
  margin-top: 15px;
}
.pay-later-message {
  margin-top: 10px;
}
.smart-buttons > div > div {
  vertical-align: bottom;
}
.apple-pay {
  margin-top: 14px;
}
.cart-summary .apple-pay {
  margin-top: 11px;
}
.google-pay {
  margin-top: 14px;
}
.google-pay button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
.cart-summary .google-pay {
  margin-bottom: 14px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
._am-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ambanners.ambanner-7 .item.product.product-item .product-item-info {
  min-width: 105px;
}
.ambanners.ambanner-7 .item.product.product-item {
  min-width: 20%;
}
.ambanners.ambanner-7 .item.product.product-item {
  margin-left: 25px;
}
.ambanners.ambanner-7 .item.product.product-item .tocart {
  margin-top: 20px;
}
.ambanners.ambanner-7 .item.product.product-item .product-item-inner {
  padding-bottom: 0;
}
@media only screen and (min-width: 640px) {
  div.ambanners-injected-banner {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}
.ambase-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambase-word-break {
  word-break: break-all;
}
.am-visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.ambrands-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambrands-word-break {
  word-break: break-all;
}
/*
 * BSS Commerce Co.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://bsscommerce.com/Bss-Commerce-License.txt
 *
 * @category   BSS
 * @package    Bss_ConfigurableProductWholesale
 * @author     Extension Team
 * @copyright  Copyright (c) 2017-2018 BSS Commerce Co. ( http://bsscommerce.com )
 * @license    http://bsscommerce.com/Bss-Commerce-License.txt
 */
.product-info-main .product-add-form {
  padding-top: inherit !important;
  overflow-y: visible;
  overflow-x: initial;
}
.product-options-wrapper {
  overflow-y: hidden;
  overflow-x: auto;
  padding-left: 2px;
}
#bss-ptd-table {
  white-space: nowrap;
  width: auto;
}
.product-info-price .price-box.price-final_price {
  display: inline;
}
.bss-price-label {
  font-weight: 700;
}
#bss-ptd-table tbody,
#bss-ptd-table thead th {
  text-align: center;
}
#bss-ptd-table thead th {
  background-color: #5f564f;
  color: #fff;
}
#bss-ptd-table thead.sortable th {
  cursor: pointer;
}
#bss-ptd-table tbody td {
  background-color: #ffffff;
  vertical-align: middle;
  margin: 0 auto;
}
#bss-ptd-table tbody td.bss-table-row-attr.swatch-option {
  padding: 17px;
  float: none;
}
#bss-ptd-table tbody tr.bss-table-row {
  border-bottom: 1px solid #f5f5f5;
}
.bss-pre-order {
  box-shadow: 7px 7px 7px #888888;
  min-width: 55px;
  border-radius: 8px;
  border: 1px solid #1979c3;
  color: #FFF;
  background: #1979c3;
  padding: 10px 20px;
  pointer-events: none;
  display: none;
  z-index: 10;
}
.bss-pre-order::before {
  content: '';
  width: 15px;
  height: 15px;
  background-color: #1979c3;
  transform: rotate(45deg);
  position: absolute;
  bottom: -7px;
  right: 45px;
  box-shadow: 9px 4px 7px #888888;
}
.bss-pre-order .items {
  margin: 0;
  background-color: #1979c3;
  padding: 0;
}
.bss-pre-order .item {
  margin: 0;
  white-space: nowrap;
}
.bss-qty-col {
  position: relative;
}
.bss-tier-detailed {
  box-shadow: 7px 7px 7px #888888;
  min-width: 55px;
  border-radius: 8px;
  border: 1px solid #1979c3;
  color: #FFF;
  background: #1979c3;
  padding: 10px 20px;
  pointer-events: none;
  display: none;
  z-index: 10;
}
.bss-tier-detailed::before {
  content: '';
  width: 15px;
  height: 15px;
  background-color: #1979c3;
  transform: rotate(45deg);
  position: absolute;
  bottom: -7px;
  right: 45px;
  box-shadow: 9px 4px 7px #888888;
}
.bss-tier-detailed .items {
  margin: 0;
  background-color: #1979c3;
  padding: 0;
}
.bss-tier-detailed .item {
  margin: 0;
  white-space: nowrap;
}
.bss-note-detailed.mage-error[generated] {
  position: absolute;
  right: 0;
  z-index: 1;
  min-width: 55px;
  border-radius: 8px;
  border: 1px solid #e02b27;
  background: #fff;
  padding: 10px 20px;
  pointer-events: none;
  margin-top: 10%;
}
.bss-note-detailed::before {
  content: '';
  width: 15px;
  height: 15px;
  background-color: #fff;
  transform: rotate(45deg);
  position: absolute;
  top: -9px;
  right: 35px;
  border-left: 1px solid #e02b27;
  border-top: 1px solid #e02b27;
}
.bss-hidden {
  position: absolute;
  height: 0;
  overflow: hidden;
  left: -1000px;
}
.bss-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.bss-qty-col .bss-qty {
  width: 54px;
  text-align: center;
}
#bss-ptd-table tfoot .swatch-option:hover {
  cursor: default;
  outline: 0;
}
#bss-ptd-table tbody .bss-table-row:hover,
#bss-ptd-table tbody .bss-table-row:hover td {
  background-color: #e5f7fe;
}
.bss-table-row .swatch-option {
  border: 0;
}
.bss-table-row td.swatch-option.selected {
  border: 0;
  outline: 0;
  color: #FF5100;
}
.bss-table-row td.swatch-option.selected div.swatch-option {
  outline: 2px solid #ff5501;
  border: 1px solid #fff;
  color: #333;
}
.bss-table-row td.swatch-option div.swatch-option {
  margin: 0;
  border: 1px solid #dadada;
}
.bss-table-row .swatch-option.selected:hover {
  color: #FF5100;
}
.bss-table-row .swatch-option:not(.disabled):hover {
  outline: 0;
  border: 0;
}
.bss-table-row .bss-old-price,
.bss-table-row .bss-excltax-old-price {
  text-decoration: line-through;
}
@keyframes bss-spinner {
  to {
    transform: rotate(360deg);
  }
}
.bss-cwd-spinner {
  position: relative;
  pointer-events: none;
}
.bss-cwd-spinner table {
  opacity: 0.1;
}
.bss-cwd-spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 37%;
  left: 50%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-top-color: #333;
  animation: bss-spinner 0.6s linear infinite;
}
@media all and (min-width: 1025px) {
  .bss-show-1024 {
    display: none;
  }
}
@media all and (max-width: 1024px) {
  .bss-hidden-1024 {
    display: none;
  }
}
@media all and (max-width: 480px) {
  .bss-hidden-480 {
    display: none;
  }
  .bss-show-480 {
    display: table-cell;
  }
}
.bss-tab-hidden {
  display: none !important;
}
.bss-hidden {
  position: absolute;
  height: 0;
  overflow: hidden;
  left: -1000px;
}
.bss-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.action.view {
  cursor: pointer;
}
.action.add {
  cursor: pointer;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_Blog
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.mp-blog-view a,
.mp-sidebar a {
  text-decoration: none;
}
.mp-blog-rss {
  text-align: right;
}
.mp-post-info {
  color: #999999;
  font-size: 10px;
  line-height: 18px;
  margin: 0;
}
.mp-post-info span {
  color: #6f6f6f;
}
.post-item-wraper {
  border: 1px solid #eee;
}
.post-item-wraper:hover {
  border: 1px solid #eee;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
}
.post-info-wraper {
  padding: 20px 15px 10px 15px;
}
.post-list-item {
  margin-bottom: 20px;
}
.post-short-description {
  max-width: 100%;
}
.post-short-description p {
  max-width: 100%;
}
.post-post_content {
  margin: 10px 0 10px 0;
}
@media (min-width: 768px) {
  .post-sharing-button {
    text-align: center;
  }
}
#sharing {
  padding: 20px 30px;
  background: #f6f6f6;
  margin-top: 40px;
}
@media (min-width: 768px) {
  #sharing .share-col-left {
    float: left;
    width: 20%;
  }
}
.about-admin h4.admin-title {
  width: 215px;
  float: left;
}
.block-blog-related {
  margin-top: 35px;
}
.block-blog-related .related-content-container {
  padding: 0 10px;
}
.block-blog-related .related-content-container .author-content-image {
  float: left;
  width: 135px;
}
.block-blog-related .related-content-container .author-content-information {
  float: left;
  padding-left: 20px;
  width: calc(100% - 155px);
}
.block-blog-related .related-content-container .author-content-information .author-name {
  font-size: 20px;
}
#post-reviews {
  margin-top: 50px;
}
a.mp-relate-link {
  background: #f55567;
  color: #0a0a0a;
}
a.mp-relate-link img.img-responsive {
  margin: 0 auto;
  height: 200px;
  display: block;
}
.menu-archives {
  list-style: none;
  padding-left: 8px;
}
.menu-archives a.list-archives {
  color: inherit;
}
.author-image {
  text-align: center;
}
.author-image img.img-responsive {
  border: none;
  padding-right: 7px;
  padding-left: 7px;
  margin-top: 15px;
  margin-bottom: 20px;
}
.tab-content {
  border: 1px solid #ddd;
  border-top: none;
}
.pager {
  text-align: center;
}
.pager span.toolbar-number {
  display: none;
}
.block-title p {
  font-size: 18px;
  font-weight: 300;
}
.mp-sidebar {
  margin-bottom: 25px;
}
.mp-sidebar .block-content {
  padding-left: 10px;
}
.mp-sidebar .data.item.title {
  cursor: pointer;
}
.mp-sidebar .product.data.items > .item.content {
  padding: 20px 0 20px 10px !important;
}
.sidebar-tags {
  margin-bottom: 15px;
}
a.label.label-default.tags-list {
  background: #fff;
  border: 1px solid #bbb;
  color: inherit;
  font-weight: normal;
  font-size: 100%;
  border-radius: 1px;
  display: inline-block;
  margin-bottom: 5px;
  padding: 10px;
  margin-right: 5px;
}
ul.menu-categories li.category-item {
  list-style: none;
}
ul.menu-categories .category-level3 {
  display: none;
  padding-left: 15px;
}
ul.menu-categories .category-level4 {
  display: none;
  padding-left: 30px;
}
ul.menu-categories a.list-categories {
  color: inherit;
  margin-left: 8px;
}
ul.menu-categories i {
  cursor: pointer;
}
h2.list-title {
  margin-bottom: 30px;
}
.list-post-tabs {
  padding: 5px 10px 5px 0;
}
.list-post-tabs:hover {
  background-color: #eee;
}
.list-post-tabs .post-left {
  float: left;
  width: 25%;
}
.list-post-tabs .post-right {
  float: left;
  width: 75%;
  padding-left: 10px;
  box-sizing: border-box;
}
.list-post-tabs .post-right span {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.list-post-tabs .post-right span.create-at {
  font-size: 12px;
}
.tab-pane.fade {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.fa.fa-angle-right {
  font-size: larger;
}
.sidebar .mpblog-search {
  float: none !important;
  padding: 0 !important;
  margin-bottom: 15px !important;
  width: 100%;
}
.autocomplete-suggestions {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ddd;
  background: #FFF;
  cursor: default;
  overflow: auto;
  -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  border-top: 0;
  padding: 10px 0;
  overflow-x: hidden;
}
.autocomplete-suggestions strong {
  font-weight: bold;
  color: #000;
}
.autocomplete-suggestion {
  padding: 2px 5px;
  border-bottom: 1px solid #eee;
}
.autocomplete-suggestion:last-child {
  border-bottom: none;
}
.autocomplete-suggestion .mpblog-suggestion {
  display: block;
}
.autocomplete-suggestion .mpblog-suggestion:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-left,
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-right {
  float: left;
  padding: 5px 10px;
}
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-left {
  max-width: 25%;
}
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-right.image-visible {
  max-width: calc(75% - 40px);
}
.autocomplete-no-suggestion {
  padding: 2px 5px;
}
.autocomplete-selected {
  background: #F0F0F0;
}
.autocomplete-group {
  padding: 2px 5px;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  display: block;
  border-bottom: 1px solid #000;
}
.mpblog-product-des {
  color: #333333;
}
.mpblog-product-des p {
  margin: 0;
  font-size: 12px;
}
.mpblog-search {
  position: relative;
}
.mpblog-search button.action.search {
  display: inline-block;
  background: none !important;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  position: absolute;
  right: 10px;
  top: 2px;
  z-index: 1;
}
.mpblog-search button.action.search :before {
  -webkit-font-smoothing: antialiased;
  color: #8f8f8f;
}
.mpblog-search button.action.search span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.mpblog-search label[for="mpblog-search-box"] {
  display: none;
}
/* style comment */
textarea.default-cmt__content__cmt-block__cmt-box__cmt-input {
  overflow: hidden !important;
  resize: none;
  min-height: 80px;
  border-radius: 4px;
  margin-bottom: 15px;
}
.default-cmt__content__cmt-block__guest-box {
  margin-bottom: 20px;
}
.show-cmt__cmt-row.is-reply {
  padding-left: 50px !important;
}
.default-cmt__content__cmt-block__cmt-box__cmt-btn {
  float: right;
}
.default-cmt__content__cmt-block__cmt-box__cmt-btn .default-cmt_loading {
  display: inline-block;
  width: 20px;
  vertical-align: middle;
  margin-right: 5px;
}
.cmt-row__reply-row {
  margin-top: 10px;
}
.default-cmt__cmt-login {
  float: right;
  margin-top: 20px;
  margin-bottom: 10px;
}
div.default-cmt__content__cmt-content {
  width: 100%;
  margin-top: 50px;
  float: left;
}
ul.default-cmt__content__cmt-content {
  list-style: none !important;
}
.cmt-row__cmt-content {
  font-size: 13px;
}
.cmt-row__cmt-interactions {
  font-size: 13px;
}
.cmt-row__cmt-content p {
  margin: 3px 0 !important;
}
.interactions__btn-actions {
  display: inline-block;
  margin-right: 10px;
}
a.interactions__btn-actions.action {
  cursor: pointer;
}
.interactions__cmt-createdat {
  display: inline-block;
  color: #999;
  font-size: 13px;
}
.cmt-row.reply-row {
  margin-bottom: 0 !important;
}
.reply-form__form-input {
  margin-bottom: 0 !important;
  position: relative;
}
.reply-form__form-input .default-cmt_loading {
  width: 20px;
  position: absolute;
  top: 5px;
  right: 5px;
}
.default-cmt__content__cmt-row.reply-row {
  margin-top: 0 !important;
}
li.default-cmt__content__cmt-content__cmt-row.cmt-row.reply-row {
  margin-top: 5px;
  padding-bottom: 0;
}
li.default-cmt__content__cmt-content__cmt-row.cmt-row {
  margin-top: 5px;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-top: 1px solid #f5f5f5;
}
.default-cmt__content__cmt-content ul:first-child {
  padding-left: 5px !important;
}
/* end style comment */
.widget-title {
  margin-bottom: 20px;
}
.author-social img.img-responsive {
  float: left;
  margin-top: 15px;
  margin-left: 15px;
  height: 25px;
  width: 25px;
}
.share-col-right {
  display: inline-block;
}
/*post view css*/
.page-layout-1column .column.main {
  width: 100% !important;
}
/* Footer Copyright */
.mp-footer {
  margin-top: 50px;
  font-size: 8px !important;
  display: block;
  clear: both;
  float: right;
  text-transform: inherit;
}
.mp-footer h3 {
  margin-top: 50px;
  font-size: 8px !important;
  display: block;
  clear: both;
  float: right;
  text-transform: inherit;
}
.mp-footer-links-light {
  color: #E8E8E8 !important;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
.mp-footer-links-light a {
  color: #E8E8E8 !important;
}
.post-image {
  min-height: 250px;
  position: relative;
}
.post-image img.img-responsive {
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  border: none;
}
.mpblog-post-view .post-view-image {
  text-align: center;
}
.post-item-wraper {
  padding: 10px !important;
}
@media only screen and (min-width: 600px) {
  .post-item-list .post-image {
    min-width: 250px;
    display: table-cell;
  }
  .post-item-list .post-info-wraper {
    display: table-cell;
    vertical-align: top;
  }
}
.post-info-wraper {
  display: table-cell;
  vertical-align: top;
}
.post-info-wraper h2.mp-post-title {
  margin-top: 0;
}
.post-list-content .limiter {
  display: block !important;
}
/** Yourstore theme */
.mpblog-etheme-yourstore .post-list-container,
.mpblog-etheme-yourstore .post-view,
.mpblog-etheme-yourstore .mp-blog-rss {
  width: 85%;
  margin: auto;
}
.mpblog-etheme-yourstore .block-blog-related {
  border-bottom: solid 1px #dfdfdf;
}
@media (min-width: 768px) {
  .mpblog-etheme-yourstore .page-layout-2columns-right .post-list-content {
    border-right: solid 1px #dfdfdf;
  }
  .mpblog-etheme-yourstore .page-layout-2columns-left .post-list-content {
    border-left: solid 1px #dfdfdf;
  }
}
@media (min-width: 1024px) {
  .mpblog-etheme-yourstore .products-same-post li {
    height: 400px;
    width: 24.5% !important;
  }
}
@media (min-width: 1440px) {
  .mpblog-etheme-yourstore .products-same-post li {
    height: 500px;
    width: 16.67% !important;
  }
}
@media all and (min-width: 640px) {
  .post-list-content .products-grid .product-item {
    width: 48%;
  }
}
@media all and (max-width: 640px) {
  .post-list-content .products-grid .product-item {
    width: 98%;
  }
}
/* mageplaza end blog style */
/**
 * 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;
}
@media only screen and (max-width: 767px) {
  #narrow-by-list {
    text-align: center;
    margin-top: 48px !important;
    width: 80%;
    box-shadow: rgba(0, 0, 0, 0.5) 0 14px 11px 2px;
  }
  .filter.active .filter-subtitle {
    background: transparent;
    height: 50px;
    left: 9px !important;
    line-height: 32px !important;
    position: fixed;
    right: auto !important;
    top: 69px !important;
    z-index: 99 !important;
  }
  body.filter-active .columns {
    z-index: 9!important;
  }
  .filter.active .filter-options-item {
    border: none !important;
    padding: 0;
    height: auto;
    margin: 0 0 !important;
    letter-spacing: 1px;
    width: 100%;
    position: relative;
  }
  .filter.active .filter-title strong:after {
    font-size: 20px;
    font-weight: 300 !important;
  }
  .filter.active .filter-options-title {
    padding: 0 20px!important;
    line-height: 50px !important;
    font-size: 11px;
    text-align: left;
    color: #000;
    font-weight: 500;
    overflow: visible;
    width: 100%;
    border-bottom: none;
    text-transform: uppercase;
  }
  .filter-options-title:after {
    top: 22px !important;
  }
  .page-with-filter .filter-options-title {
    outline: #ccc 1px solid;
  }
  .filter.active .filter-options {
    background: #ffffff;
    bottom: 0;
    display: block;
    left: 0;
    overflow: scroll;
    position: fixed;
    right: 0;
    top: 50px;
    z-index: 10;
    text-align: center;
    padding: 30px 0;
    box-sizing: border-box;
  }
  .page-with-filter .filter-options-title:after {
    right: 15px !important;
    top: 22px !important;
  }
  .page-with-filter .active > .filter-options-title:after {
    top: 22px !important;
    right: 15px !important;
  }
  .active .filter-options-content ol.items {
    padding: 0 !important;
    outline: #ccc 1px solid !important;
  }
  .filter-options-item .filter-options-content .items [class*='am-filter-item'] {
    padding: 7px 20px !important;
    color: #000 !important;
  }
  .page-with-filter.page-layout-1column .filter-options-content .item a {
    border-top: rgba(0, 0, 0, 0.1) 1px solid !important;
    font-size: 13px !important;
  }
  .active div#narrow-by-list {
    display: block;
  }
  .filter.active .filter-options-title {
    font-size: 13px !important;
    font-weight: 400 !important;
  }
  .page-with-filter .filter.active .filter-title {
    border-bottom: 1px solid #cccccc;
    height: 56px;
    left: 0px;
    position: fixed;
    right: 0;
    top: 71px;
    z-index: 9999;
    background: #fff;
    width: 80%;
  }
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body#html-body {
  position: relative;
  z-index: 999;
  height: 100%;
  overflow-y: auto;
}
html body input[type="submit"],
html body button,
html body input[type="button"],
html body .cancel,
html body .add-to-order,
html body .button,
html body .back-link a {
  font-size: 0.8rem;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #000 !important;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
  transition: background-color 5000s ease-in-out 0s !important;
}
select {
  background-image: url(../images/icons/arrow-down-on.svg);
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: right 7px center;
  padding: 8px 40px 8px 10px;
  background-color: #FFF;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  cursor: pointer;
  text-transform: uppercase;
  text-overflow: ellipsis;
}
select option {
  color: #636363;
}
.kfm-header {
  background-size: 50% !important;
  background-position: center 300px!important;
  min-height: 650px;
}
.site-wrap {
  transition: all 0.5s ease 0s;
  left: 0;
  position: relative;
  right: 0;
  z-index: 0;
}
.quickorder-index-index h1 {
  margin: 0 0 25px;
}
.quick-form .form-box #quick-search {
  color: #989a9b;
  outline: #989a9b 1px solid;
  padding: 8px 10px;
  font-weight: 500;
  font-size: 16px;
  border: none;
}
.quick-form .form-box #quick-search:focus {
  outline-color: -webkit-focus-ring-color;
  outline-style: auto;
  outline-width: 5px;
  border: none !important;
}
.quick-form .form-box #quick-search input:focus,
.quick-form .form-box #quick-search keygen:focus {
  outline-offset: -2px;
}
.contact-index-index .contact-form {
  display: none;
}
.off-canvas-right {
  background: #fff;
  z-index: 111111111;
  border-left: #ccc 1px solid;
}
.fc-black {
  color: #000 !important;
}
.registration-index-index .main {
  padding: 35px 0;
}
.registration-index-index .mb-s {
  margin-bottom: 1rem;
  font-weight: 500;
}
.group-meta-inner h1.page-title {
  font-weight: 600;
  text-transform: none;
  color: #000;
  border-bottom: none;
}
.col.double.rangeinfo {
  font-size: 1rem;
}
.customer-account-login .page-title-wrapper {
  display: none;
}
.block.block-login.box-panel.box-login {
  width: 100%;
  margin: 5.5rem 0 3.5rem;
  height: auto;
}
.range-login .email,
.range-login .password {
  float: left;
  margin-right: 20px;
  width: 40%;
}
.range-login .password {
  float: left;
  margin-right: 0;
  width: 40%;
}
.range-login .actions-toolbar {
  position: relative;
  top: 20px;
  left: 20px;
}
#checkout-review-table .a-right {
  position: relative;
}
.range-login .box-panel input {
  height: 44px;
}
.range-login .box-panel input:focus {
  border: #000 2px solid;
  border-radius: 2px;
}
.range-login .actions-toolbar #send2 {
  float: left;
  background: #979a9b;
  position: relative;
  top: 2px;
  border: #979a9b 1px solid;
}
.range-login .c-login-form__register p {
  color: #fff;
  padding: 0 0 10px 0;
}
.range-login .c-login-form__register {
  margin-top: 1rem;
  color: #fff;
  float: left;
  width: 100%;
}
.page-layout-1column .product.media {
  width: 100%;
}
.product.media {
  float: left;
  margin-bottom: 25px;
  width: 100%;
}
.group-meta-inner.mt-s {
  width: 100%;
  float: left;
}
.col.range-product-page-sidebar {
  float: right;
  width: 30%;
  padding: 0rem 0;
}
.plr-m {
  padding-left: calc(14.19355px + 1.6129vw);
  padding-right: calc(14.19355px + 1.6129vw);
}
.ptb-xs {
  padding: 10px 39px;
}
.customer-account-login .form-login input {
  background: #fff !important;
  color: #000 !important;
  line-height: 33px !important;
  margin: 0;
  height: 45px;
}
.customer-account-forgotpassword .input-text,
.customer-address-form .input-text {
  background-color: #efe3df !important;
}
.box-login {
  width: 100%;
  background: #989a9b;
  float: left;
  padding: 20px;
  color: #fff;
}
.contact button.action.submit.primary {
  width: 50%;
  box-sizing: border-box;
}
button.action.submit.primary,
button#send2 {
  background-color: #ba0c2f;
  color: #FFF;
  background-position: right 10px center;
  background-repeat: no-repeat !important;
  background-size: 10px auto;
  font-size: 15px;
}
#category-login h2 {
  margin-bottom: 20px;
}
.box-login label {
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
.customer-account-login .box-login label {
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  display: none;
}
.customer-account-login .field.email.required,
.customer-account-login .field.password.required {
  width: 37%;
  float: left;
  margin-right: 36px;
}
.block-customer-login .control {
  margin-bottom: 10px;
  width: 100%;
}
.contact-index-index .form-login input {
  border: #fff 2px solid;
}
form#login-form {
  width: 100%;
  float: left;
}
.customer-account-login .form-login .actions-toolbar {
  width: 20%;
}
.contact-index-index .actions-toolbar {
  float: left;
  width: 100%;
}
.customer-account-login .form-login .actions-toolbar .primary {
  width: 100%;
}
.form-login button#send2 {
  width: 100%;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 30px 10px 0;
}
.box-panel h2.light,
.box-panel p.light {
  text-transform: none;
  color: #fff;
}
.actions-toolbar .secondary .remind {
  color: #fff;
  padding-top: 5px;
}
.register-section {
  width: 100%;
  float: left;
}
.box-panel h2.lower {
  text-transform: none;
  color: #fff;
}
.register-section p {
  float: left;
  color: #fff;
  font-size: 13px;
  margin-right: 10px;
  margin-top: 4px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.register-section button {
  margin-top: 4px;
}
.actions-toolbar {
  float: left;
}
.box-panel h2.lower {
  text-transform: none;
}
html body .page-title h1 {
  text-transform: uppercase;
  font-size: 38px;
  line-height: 42px;
  margin: 0 0 20px;
  padding: 0;
  font-weight: 300;
}
.fieldset {
  margin: 0 !important;
  padding: 0 !important;
}
a:active,
.alink:active {
  color: #636363;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #636363;
  text-decoration: none;
}
html body .styled-links a {
  border-bottom: 1px solid #636363;
}
.c-site-header a {
  text-decoration: none;
}
html body .registration-form .form-selects > * {
  font-size: 0.8rem;
}
.main {
  position: relative;
  z-index: 10;
  width: 100%;
  display: inline-block;
}
.contacts-index-index .get-in-touch-panel {
  border-right: 0;
  border-left: 0;
  border-top: 0;
  margin-bottom: 50px;
  padding: 20px 0;
}
.get-in-touch-panel.box-panel {
  height: auto;
  margin-top: 0;
  border-bottom: 1px solid #ba0c2f;
  clear: both;
  float: left;
  padding: 20px 0;
  width: 100%;
  line-height: 24px;
  margin-bottom: 50px !important;
}
.get-in-touch-panel .col-left {
  float: left;
  width: 33.33%;
}
.get-in-touch-panel .col-right {
  float: left;
  width: 66.66%;
}
.fieldset > .legend {
  margin: 0;
  padding: 0 0 10px;
  width: 100%;
  box-sizing: border-box;
  float: left;
  font-weight: 300;
  line-height: 1.2;
  font-size: 1.1rem;
  border-bottom: none;
}
.contact .field.note.no-label,
.login .note {
  display: none;
}
strong {
  font-weight: 700;
}
.get-in-touch-panel .button {
  clear: left;
  float: left;
  margin-top: 15px;
  color: #ba0c2f;
  text-transform: none;
}
#map {
  height: 250px;
  width: 50%;
  float: right;
  margin: 0 0 20px 30px;
}
.contacts-index-index .get-in-touch-panel {
  border-right: 0;
  border-left: 0;
  border-top: 0;
  margin-bottom: 50px;
  padding: 20px 0;
}
.fieldset {
  padding: 0;
  border: 0;
}
.buttons-set {
  clear: both;
  float: left;
  width: 100%;
}
.form-list {
  width: 100%;
  float: left;
  clear: both;
}
.form-list li {
  width: 50%;
  float: left;
  padding: 0 20px 0 0;
}
.form-list li .field {
  float: left;
  width: 100%;
}
.register-box {
  padding: 20px;
  float: right;
  width: 46%;
  background-color: #989a9b;
  margin-bottom: 40px;
}
.login-box {
  padding: 20px;
  float: right;
  width: 46%;
  background-color: #989a9b;
  color: #fff;
}
.login-box label {
  display: none !important;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 10px !important;
}
.fieldset:last-child {
  margin-bottom: 0;
}
.register-box a,
.login-box a {
  text-decoration: none;
}
.register-box h2,
.login-box h2 {
  color: #FFF;
  border: 0;
}
.register-box p {
  color: #FFF;
  float: left;
  width: 75%;
  padding-right: 10px;
}
body #outer-wrap .light.action {
  border: 1px solid #ba0c2f;
  background-color: #ba0c2f;
}
body a,
body a:visited {
  color: #636363;
}
a:active,
a:hover {
  outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
.registration-form textarea[name="find_out_details"] {
  display: none;
}
select#find_out {
  margin-bottom: 20px;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
input,
select {
  vertical-align: middle;
}
select {
  background-image: url(../images/icons/arrow-down-on.svg);
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: right 6px center;
  padding: 8px 40px 8px 10px;
  background-color: #FFF;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  cursor: pointer;
  text-transform: uppercase;
  text-overflow: ellipsis;
}
#mpblog-list-container .mp-read-more {
  background-image: url(../images/icons/arrow-right-on.svg);
  background-position: right 10px center;
  background-repeat: no-repeat !important;
  background-color: #fff;
  border: 1px solid #ba0c2f;
  color: #ba0c2f !important;
  text-decoration: none;
  line-height: 20px;
  padding: 11px 14px;
  background-color: transparent;
  border-radius: 0;
  padding-right: 40px;
  background-size: 10px auto;
  display: inline-block;
  cursor: pointer;
  transition: all 0.2s;
  font-size: 15px;
}
#mpblog-list-container .mp-read-more:hover {
  color: #fff !important;
  background-image: url(../images/icons/arrow-right.svg);
  background-position: right 10px center;
  background-repeat: no-repeat !important;
  background-color: #ba0c2f;
  border: 1px solid #ba0c2f;
  text-transform: none;
}
.post-short-description p:nth-child(2) {
  padding-bottom: 0;
}
.post-list-item.col-mp.post-item-list.mp-12 {
  padding: 0;
}
.post-info-wraper {
  padding: 20px 0;
}
.post-item-list .post-image {
  min-width: 340px;
  display: table-cell;
  margin-right: 37px;
  float: left;
  margin-top: 25px;
}
label {
  padding: 0 0 10px;
  display: inline-block;
}
h2 {
  text-transform: uppercase;
  font-size: 22px;
  line-height: 26px;
  margin: 0 0 20px;
  padding: 0;
  font-weight: 300;
  color: #636363;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.main-container.col1-layout {
  padding: 30px 0;
}
.styled-links h2 {
  margin-bottom: 20px;
}
.c-article-cards__item-content-title {
  font-size: 0.85rem;
  font-weight: 700;
  color: #3C3C3C;
}
.registration-form {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.registration-form section {
  background-color: #ECECEC;
  padding: 50px 50px 35px;
  float: left;
  clear: both;
  margin: 0 0 15px;
  width: 100%;
}
.registration-form .tab-panel li {
  list-style-type: none;
  float: left;
  font-size: 1rem;
  border: 0;
  background-color: #FFF;
  padding: 11px 14px;
  line-height: 20px;
  cursor: pointer;
  position: relative;
  padding-right: 50px;
  margin-right: 10px;
}
.registration-form .tab-panel li:after {
  background-image: url(../images/icons/arrow-down-on.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  content: "";
  width: 30px;
  height: 30px;
  top: 6px;
  right: 5px;
  display: inline-block;
  position: absolute;
}
.registration-form .col-md-12,
.registration-form .col-xs-12 {
  width: 100%;
}
.registration-form .col-md-12,
.registration-form .col-xs-12,
.registration-form .col-md-6 {
  float: left;
}
.registration-form .validation-advice {
  margin-top: -10px;
}
#add-partner {
  margin-bottom: 0 !important;
  margin-top: 20px;
}
#tab-2 h2 {
  margin: 0;
  padding-top: 20px;
}
.message.global.cookie {
  color: #989a9b;
  padding: 0 0 0 1.2em;
  font-size: 16px;
  background: #fff;
  border-color: #fff;
  z-index: 999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
}
.message.global.cookie {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.5em;
  font-size: 15px;
  background: #e8e8e8;
  border-color: #e8e8e8;
  color: #333333;
  margin: 0;
}
.message.global p {
  margin: 0;
  float: left;
  font-size: 1.1em;
  font-weight: 200;
  padding: 1em 0;
}
.message.global.cookie a {
  color: #fff;
  border-bottom: rgba(255, 255, 255, 0.5) 1px solid;
}
#notice-cookie-block a {
  color: #000;
  text-decoration: underline;
}
.message.global.cookie .actions {
  margin-top: 0;
  float: right;
}
.message.global.cookie {
  color: #ffffff;
  padding: 0 0 0 1.2em;
}
button#btn-cookie-allow {
  background: #ba0c2f;
  border: none;
  padding: 17px 50px;
  margin: 0;
  font-size: 14px;
}
.validation-advice {
  display: block;
  padding-bottom: 10px;
  color: #ba0c2f;
}
.registration-form label {
  padding: 10px 0 10px;
}
div#newsletter-error,
#gdpr_compliance-error {
  position: absolute;
  bottom: -24px;
  white-space: nowrap;
}
.registration-form input[type="date"],
.registration-form input[type="text"],
.registration-form select,
.registration-form textarea,
.registration-form input[type="file"] {
  width: 100%;
  background-color: #FFF !important;
  padding: 11px 14px;
  line-height: 30px;
  border-radius: 0;
  margin: 0;
  min-height: 50px;
  font-size: 13px;
  padding: 9px !important;
}
.c-page-intro {
  margin: 50px 0;
}
.c-footer__quick-links a {
  color: #fff;
}
h3 {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 20px;
  padding: 0;
  font-weight: 300;
}
html body #header {
  float: none;
}
html {
  font-size: 20px;
  overflow-x: hidden;
  height: 100%;
  margin: 0;
}
body a {
  color: #404040;
}
body p {
  color: #404040;
  padding: 0 0 20px;
  margin: 0;
}
.get-in-touch-panel p {
  margin: 0;
  padding: 0;
}
.c-tile--filled .c-tile__content {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 79%;
}
.c-banner__figure {
  position: relative;
  height: auto;
  padding-bottom: 60%;
  min-height: 100%;
  overflow: hidden;
}
.c-banner__figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}
.c-banner__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-page-intro__heading {
  font-size: 1.7rem;
  padding-bottom: 2rem;
  font-weight: 600;
  color: #3C3C3C;
  line-height: 1.2;
  text-align: center;
  text-transform: initial;
  margin-bottom: 0;
}
.category-our-ranges .c-page-intro__heading {
  padding-bottom: 0;
  margin-bottom: 0;
}
.c-page-intro__heading span {
  display: block;
}
.c-page-intro__text {
  padding-bottom: 1.5rem;
  font-size: 1rem;
  text-align: center;
}
.catalog-category-view .c-page-intro__text {
  font-size: 15px;
  padding: 0;
  margin: 0;
}
.action.primary,
.action-primary,
.action-primary:focus {
  background-image: none;
  background: #ba0c2f;
  border: 1px solid #ba0c2f;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  padding: 10px 35px;
  font-size: 14px;
  box-sizing: border-box;
  vertical-align: middle;
  text-transform: none;
  text-transform: uppercase;
}
.c-site-navigation__sub-nav-item.is-active a {
  border-bottom: 1px solid currentColor;
}
.c-site-navigation a {
  color: #636363;
}
.c-site-header__main-cta-wrap svg {
  width: 16px;
  margin-right: 10px;
}
.c-site-header__main-cta-wrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 30px;
  margin-bottom: 0;
  text-decoration: none;
}
.c-site-ancillary-navigation__item--checkout a {
  display: block;
}
#header .shopping-cart {
  color: #ba0c2f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 29px 0 0;
  font-weight: 600;
  white-space: nowrap;
}
.quickorder-index-index h1.page-title .base {
  padding-bottom: 25px;
  display: block;
  font-size: 32px;
}
.form-box {
  width: 100%;
  border-bottom: 1px solid #989a9b;
  color: #636363;
  padding: 25px 0;
  float: left;
  clear: both;
  margin-bottom: 20px;
}
.form-box label {
  float: left;
  width: 32.2%;
  line-height: 28px;
  color: #636363;
  padding: 4px 0;
  font-size: 22px;
  font-weight: bold;
}
.form-box #quick-search {
  color: #636363;
  border: 1px solid #989a9b;
  padding: 8px 10px;
  display: block;
  height: 44px;
  margin-right: 15px;
}
.quickorder-index-index .copy {
  margin-bottom: 30px;
  margin-top: 30px;
}
.form-box input[type="text"],
.form-box select,
.form-box label {
  float: left;
  width: 32.2%;
  line-height: 28px;
  color: #636363;
}
.form-box select {
  border-radius: 0;
  border: 1px solid #989a9b;
  margin: 0;
  background-color: #fff !important;
  padding: 8px 10px;
  margin-left: 15px;
  color: #989a9b;
  height: 43px;
  font-size: 15px;
}
.fw-regular {
  font-weight: 400;
}
small {
  font-size: 80%;
}
#search-sku {
  border: #ba0c2f 1px solid;
}
.shopping-cart svg {
  max-width: 40px;
  padding-right: 10px;
}
#header .shopping-cart svg {
  height: 1.4rem;
}
#header .shopping-cart span {
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
}
#header .cart-count {
  display: block;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
}
.c-banner {
  position: relative;
}
.c-banner__figure {
  width: 60%;
  float: right;
  order: 2;
}
.c-banner__content {
  float: left;
  background-color: #ba0c2f;
  width: 40%;
  padding: 4rem;
}
.c-banner__text {
  line-height: 25px;
}
button.owl-prev {
  position: absolute;
  color: #fff !important;
  bottom: 45%;
  z-index: 999;
}
button.owl-next {
  position: absolute;
  color: #fff !important;
  bottom: 45%;
  z-index: 999;
  right: 0;
}
.owl-prev span {
  font-size: 42px;
  font-weight: 300;
  margin-left: 20px;
}
.owl-next span {
  font-size: 42px;
  font-weight: 300;
  margin-right: 20px;
}
.c-banner__heading {
  font-size: 2.1rem;
  padding-bottom: 0rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.07000000000000001em;
  margin-top: 0 !important;
}
.c-footer__quick-links a:visited {
  color: #fff;
}
.c-article-cards__item-content-cta {
  margin-top: auto;
}
.cta--simple {
  border-bottom: 2px solid #ba0c2f;
}
.cta {
  text-transform: uppercase;
}
.c-simple-intro__heading {
  font-size: 1rem;
  text-transform: uppercase;
  FONT-WEIGHT: 800;
  padding: 20px 0;
  letter-spacing: 1.2px;
}
.c-simple-intro {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.c-simple-intro .c-wysiwyg-content p {
  font-size: 16px;
}
.c-footer__get-in-touch-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-article-cards__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 32%;
  padding-left: 2.5rem;
}
.c-article-cards__item-media {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 75%;
  overflow: hidden;
  display: block;
}
.c-article-cards__item-media > img {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
section.ptb-xl {
  padding: 6em 0 5em;
}
h3.c-logo-collection__title {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 16px;
}
.c-footer__social-column svg {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
.c-footer__social-column a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-footer__primary {
  padding: 5em 10em 4em 10em;
  width: 100%;
  float: left;
  box-sizing: border-box;
}
.c-footer__secondary {
  padding: 1em 10em;
  width: 100%;
  float: left;
  box-sizing: border-box;
}
.c-footer__primary-inner-wrap {
  max-width: 62rem;
  margin: 0 auto;
}
.background-fill-width > * {
  position: relative;
  z-index: 1;
}
.c-footer__social-column:not(:last-child) {
  margin-bottom: 0;
}
.c-footer__social-column {
  padding-right: 20px;
}
.c-footer__title {
  font-weight: 600;
  font-size: 0.65rem;
  color: #979a9b !important;
  text-transform: uppercase;
  margin-bottom: 0.6rem;
}
.breadcrumbs li {
  font-size: 15px;
}
.breadcrumbs .item:not(:last-child):after {
  top: 3px;
  position: relative;
}
.breadcrumbs .item a {
  color: #ba0c2f;
}
.mpblog-search button.action.search {
  top: 12px;
}
.mpblog-post-index .main h1,
.mpblog-post-view h1 {
  margin-top: 0;
  border-bottom: 0;
}
.customer-account-forgotpassword .password .label {
  margin: 0 !important;
  padding: 0;
  font-weight: 500 !important;
}
.post-item-wraper {
  border-top: 1px solid #ccc;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.post-item-wraper:hover {
  border: none;
  box-shadow: none;
  border-top: 1px solid #ccc;
}
a.post-link-title {
  font-size: 20px;
}
.mp-post-info {
  color: #999999;
  font-size: 16px;
  line-height: 18px;
  margin: 0;
  font-style: italic;
}
.login-box input#mini-login,
.login-box input#mini-password {
  width: 100%;
  background-color: #FFF !important;
}
.login-box a {
  color: #FFF;
  float: right;
  padding-top: 10px;
}
.customer-account-forgotpassword .field.email.required {
  width: 100% !important;
}
.form.password.forget .fieldset:after {
  margin: 10px 0 10px;
  font-size: 15px;
}
.secondary {
  float: right;
}
.c-newsletter-form__row--gdpr {
  max-width: 420px;
}
.c-newsletter-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  border: 0;
  background-color: transparent;
  outline: none;
}
input {
  border: 0;
  text-overflow: ellipsis;
}
.c-newsletter-form__submit {
  font-weight: 600;
  background-image: none;
  -webkit-transition: none;
  transition: none;
  background-color: #ba0c2f;
  padding: 0 40px;
  text-transform: uppercase;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
.fc-dark-grey {
  color: #3C3C3C !important;
}
.bgc-blue-grey {
  background-color: #d2d3d4 !important;
}
.c-footer__form-wrapper {
  padding-right: 20px;
}
.c-newsletter-form .c-newsletter-form__input {
  font-size: 0.7rem;
  margin: 0 0.5rem 0 0;
  margin-bottom: 0;
  background-color: #fff !important;
}
.c-footer__primary input {
  color: #3C3C3C;
}
.c-newsletter-form__row:not(:last-child) {
  margin-bottom: 12px;
}
.c-newsletter-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ta-center {
  text-align: center;
}
.c-footer__column--split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-footer__primary-inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 50px 0 0;
}
.c-footer__secondary-inner-wrap {
  font-size: 0.65rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #3C3C3C;
}
.c-wysiwyg-content p,
.c-wysiwyg-content ul,
.c-wysiwyg-content li,
.c-wysiwyg-content img {
  padding: 0;
}
.c-logo-collection__item > svg,
.c-logo-collection__item img {
  width: 100%;
}
.background-fill-width {
  position: relative;
}
.bgc-light-grey {
  background-color: #F0F0F1 !important;
}
.c-article-cards__item-media {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 75%;
  overflow: hidden;
  display: block;
}
.c-article-cards__item-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-article-cards__items {
  margin-left: 0;
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-article-cards__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.background-fill-width:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100vw - 17px);
  height: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: inherit;
}
li.c-featured-products__item {
  width: 25%;
  padding-left: 1.25rem;
}
strong {
  font-weight: 700;
}
.c-button--ghost {
  border: 1px solid currentColor;
}
nav ul {
  list-style: none;
}
.c-simple-intro--restricted {
  max-width: 800px;
  margin: 0 auto;
}
.banner_announcement {
  background: #ba0c2f;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  width: 100%;
  display: block;
  margin: 0;
  z-index: 999;
  position: relative;
  margin-bottom: 20px;
}
.c-footer__quick-links li {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 30px;
}
.owl-dots {
  position: absolute;
  bottom: 10px;
  width: 38%;
  text-align: right;
}
button.owl-dot span {
  border: #fff 1px solid;
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  margin: 0 5px 10px;
}
button.owl-dot.active span {
  background: #fff !important;
}
.control label {
  width: 100%;
  display: block;
}
.control #newsletter {
  width: 290px;
  background: #fff !important;
  padding: 25px 60px 25px 10px;
}
.c-newsletter-form__row {
  margin-top: 10px;
}
.banner_announcement p {
  margin: 0 auto;
  padding: 0;
  max-width: 800px;
  color: #fff;
}
.c-site-header__logo {
  margin-bottom: 1rem;
  display: block;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.c-banner__inner-wrap .item {
  display: flex;
}
.c-site-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 49.4%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #fff;
}
.c-banner__figure {
  width: 60%;
  padding-bottom: calc(60% * 0.6);
}
.c-site-ancillary-navigation__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
}
.c-site-ancillary-navigation__item {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bgc-red {
  background-color: #ba0c2f !important;
}
.c-site-header > * {
  position: relative;
  z-index: 2;
}
.c-site-navigation__link {
  padding: 1.1em 1.4em;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
}
.c-site-navigation__sub-nav-item {
  letter-spacing: 0;
  white-space: nowrap;
  margin: 0;
  padding: 1.1em 1.4em;
}
.no-list {
  list-style: none;
}
.c-site-ancillary-navigation__link svg {
  margin-right: 0.55rem;
  width: 1em;
  height: 1.4em;
}
svg:not(:root) {
  overflow: hidden;
}
#header,
.plan_container,
.screenshots {
  width: 100%;
}
.c-site-header__nav-checkbox {
  display: none;
}
.fc-mid-grey {
  color: #979a9b !important;
}
.fc-white {
  color: #fff !important;
}
.c-button--ghost.fc-white,
.c-button--ghost.fc-white:hover {
  border: #fff 1px solid;
}
.c-site-header__main-cta {
  padding: 10px 25px;
}
.bgc-mid-grey {
  background-color: #979a9b !important;
}
.minicart-wrapper span.price-label {
  position: absolute;
  bottom: -5px;
  left: 42px;
}
.minicart-wrapper span.counter {
  position: relative;
  top: -8px;
  left: 0px;
  text-transform: uppercase;
}
.c-site-header.has-sub-nav:after {
  font-weight: 600;
  position: absolute;
  top: 100%;
  left: 49.4%;
  width: 100vw;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #F0F0F1;
  color: #F0F0F1;
  z-index: 1;
  padding: 0.75px 0;
}
.c-site-header {
  padding-right: 1rem;
  padding-left: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
#header li,
#footer li {
  list-style: none;
}
.c-site-navigation__item {
  font-size: 14px;
  letter-spacing: 0.07000000000000001em;
}
.c-toggle-nav-icon {
  display: block;
  width: 12px;
  height: 12px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#outer-wrap {
  width: 100%;
}
.off-canvas-right .loading {
  background-color: white;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.off-canvas-right .loading .spinner {
  font-size: 40px;
  left: 50%;
  position: absolute;
  top: 60px;
  transform: translate(-50%, -50%);
}
.c-footer__column--split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-featured-products:not(.is-carousel) .c-featured-products__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-featured-products__item-media {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 75%;
}
.c-featured-products__item-media > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-alt-media-object {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-logo-collection__logos-wrap {
  text-align: center;
  white-space: pre-line;
  line-height: 0;
}
.c-site-header {
  max-width: 62rem;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}
.c-product-grid__items {
  margin-top: -6rem;
}
.c-product-grid__items {
  margin-left: -2rem;
  margin-top: -3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-product-grid__title {
  font-size: 0.75rem;
  font-weight: 700;
  color: #3C3C3C;
  border-bottom: 1px solid #F0F0F1;
}
.c-product-grid__item-title {
  font-size: 1.1rem;
  font-weight: 600;
  padding-bottom: 5px;
}
.c-product-grid__item-properties {
  margin: -20px 0 0 -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 0;
}
.c-product-grid__item-property {
  padding: 20px 0 0 20px;
  width: 25%;
}
.c-product-grid__item-colours {
  margin-bottom: 2rem;
}
.c-product-grid__item-property-title {
  font-size: 0.55rem;
  letter-spacing: 0.09em;
  font-weight: 600;
  color: #979a9b;
  padding: 0;
  text-transform: uppercase;
  line-height: 17px;
}
.c-product-grid__item-property-figure {
  font-size: 0.8rem;
  color: #3C3C3C;
  text-transform: none;
}
.c-product-grid__item-colours {
  border-top: 1px solid #F0F0F1;
  padding-top: 20px;
}
.c-product-grid__item-colours-title {
  font-size: 0.55rem;
  letter-spacing: 0;
  font-weight: 600;
  color: #979a9b;
  padding: 0;
  text-transform: uppercase;
  margin-bottom: 6px;
  margin-top: 0;
}
.c-product-grid__item-colours-list {
  margin: -12px 0 0 -12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-product-grid__item-colours-list-item {
  padding: 12px 0 0 12px;
  position: relative;
}
.c-product-grid__item-colours-list-item i {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  border-radius: 50%;
  border: 1px solid #d6d6d8;
}
.c-product-grid__tooltip {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  border: 1px solid #ba0c2f;
  z-index: 100;
  margin-top: 15px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: translateX(calc(-50% + 6px));
  transform: translateX(calc(-50% + 6px));
}
.c-product-grid__item-colours-list-item:hover .c-product-grid__tooltip {
  display: block;
}
.tooltip .inner {
  position: relative;
  background: #fff;
  white-space: nowrap;
  padding: 10px;
  width: 130px;
  text-align: center;
  text-transform: capitalize;
}
.tooltip:after,
.tooltip:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  z-index: 10;
}
.tooltip:before {
  border-color: rgba(218, 0, 81, 0);
  border-bottom-color: #ba0c2f;
  border-width: 11px;
  margin-left: -11px;
}
.tooltip:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
.mb-s {
  margin-bottom: 0;
}
.pb-s {
  padding-bottom: calc(7.09677px + 0.80645vw);
}
.c-card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style-type: none;
}
.c-card {
  max-width: 15rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.c-card__title {
  margin-bottom: 1rem;
  font-size: 17px;
  font-weight: 600;
  text-transform: none;
}
.c-card-group__item + .c-card-group__item {
  margin-top: 0;
  margin-left: 2rem;
}
.fc-nearly-black {
  color: #222 !important;
}
.c-media-object {
  --gutter: 20px;
  background-color: #F0F0F1;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-media-object:before {
  left: -100%;
}
.c-media-object:after {
  right: -100%;
}
.c-media-object:before,
.c-media-object:after {
  background-color: #F0F0F1;
  content: '';
  height: 100%;
  position: absolute;
  width: 100%;
}
.c-media-object:before,
.c-media-object:after {
  background-color: #F0F0F1;
  content: '';
  height: 100%;
  position: absolute;
  width: 100%;
}
.c-media-object__title,
.c-media-object__text {
  margin-bottom: 1.25rem;
}
.c-media-object__figure,
.c-media-object__content {
  width: 50%;
}
.c-media-object__title {
  font-size: 1.8rem;
}
.c-media-object__content {
  padding-bottom: 2rem;
}
.c-media-object__text {
  font-size: 1rem;
  color: #7F8082;
}
.c-media-object {
  --gutter: 40px;
}
.c-button--shallow {
  height: 50px;
  line-height: 18px;
}
.c-button--ghost {
  border: 1px solid #ba0c2f;
}
.c-site-navigation .c-site-navigation__item:not(.is-active) .c-site-navigation__sub-nav {
  display: none;
}
.c-site-navigation__item {
  margin-bottom: 0;
}
.c-banner__content--wider {
  padding-right: 3rem;
  padding-left: 3rem;
}
.c-banner__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding-bottom: 0;
  padding-top: 0;
  width: 40%;
}
.section-wrap--restricted {
  margin-left: auto;
  margin-right: auto;
}
.c-article-cards__item-content-cta a {
  font-weight: 400;
}
.c-logo-collection__title {
  font-weight: 700;
  border-bottom: 1px solid #F0F0F1;
  letter-spacing: 0.07000000000000001em;
  padding-bottom: 20px;
}
.c-product-grid__item {
  width: 50%;
  padding-top: 6rem;
  padding-left: 4rem;
}
.section-wrap--narrow {
  max-width: 53rem;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}
.c-product-grid__item-media {
  position: relative;
  height: 100%;
  width: 100%;
  padding-bottom: 75%;
  overflow: hidden;
}
.c-product-grid__item-media img {
  position: absolute;
  top: 0%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -o-object-fit: cover;
  object-fit: cover;
}
.mt-xl {
  margin-top: 4rem;
}
.page-layout-1column.page-with-filter .column.main {
  padding-top: 0;
  position: relative;
  z-index: 1;
}
.range-slider {
  position: relative;
}
.range-slider .colour-nav .owl-item {
  display: inline-block;
}
.group-meta-inner .bbi-product-page-heading {
  border-bottom: 0;
  padding-bottom: 0;
  text-transform: none;
  letter-spacing: normal;
}
.c-login-form {
  background-color: #ba0c2f;
}
.box-panel {
  float: left;
  height: 320px;
  padding: 20px;
  position: relative;
  width: 33.33%;
  z-index: 50;
}
.box-panel h2.light,
.box-panel p.light {
  color: #fff;
}
.box-panel form {
  position: relative;
  width: 100%;
}
.c-login-form__register {
  margin-top: 2rem;
}
.c-login-form .block-content {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.box-panel input {
  background-color: #FFF !important;
  text-transform: none!important;
}
.box-panel input {
  border-radius: 0;
  color: #777;
  margin-bottom: 10px;
  width: 100%;
  padding: 7px 14px;
}
.c-login-form__label {
  color: #fff;
  text-transform: uppercase;
}
.c-button--ghost {
  border: 1px solid currentColor;
}
.group-meta-inner .bbi-product-page-sidebar strong {
  color: #979a9b;
  font-weight: 400;
}
.group-meta-inner .bbi-product-page-sidebar {
  float: right;
}
.bbi-range-slider {
  position: relative;
}
.range-slider .mainimg {
  width: 100%;
}
.range-slider .mainimg li.active {
  display: block;
}
.disabled {
  display: none;
}
.range-product-page-sidebar strong {
  color: #979a9b;
  font-weight: 400;
}
.range-slider .mainimg li {
  list-style: none;
  height: 500px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: none;
}
.range-slider .prev-arrow {
  background-image: url(../images/icons/arrow-left.svg);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  height: 70px;
  margin-top: -35px;
  opacity: 1;
  position: absolute;
  top: 50%;
  transition: all 0.25s linear 0s;
  width: 90px;
  z-index: 100;
  left: 0;
}
.range-slider .next-arrow {
  background-image: url(../images/icons/arrow-right.svg);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  height: 70px;
  margin-top: -35px;
  opacity: 1;
  position: absolute;
  top: 50%;
  transition: all 0.25s linear 0s;
  width: 90px;
  z-index: 100;
  right: 0;
}
.range-slider .colour-nav {
  position: absolute;
  bottom: -75px;
  left: 50%;
  width: 100%;
  text-align: center;
  height: 100px;
  z-index: 100;
  width: 700px;
  margin-left: -350px;
}
.range-slider .owl-stage-outer {
  overflow: hidden;
}
.range-slider .colour-nav .owl-stage {
  display: inline-block;
}
.range-slider .colour-nav li {
  display: inline-block;
  width: 100px;
  margin: 0;
  cursor: pointer;
  overflow: hidden;
  list-style: none;
}
.range-slider .colour-nav li .swatch {
  height: 50px;
  width: 50px;
  margin: 4px 25px;
  display: block;
  border-radius: 50%;
  border: 1px solid #ccc;
}
.images_list {
  display: none;
}
.range-slider-cta {
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding: 11px 18px;
}
.c-product-configurator__section {
  padding-left: 2rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #F0F0F1;
  float: left;
  width: 100%;
  margin-bottom: 3px;
  position: relative;
}
.c-product-configurator__chevron {
  height: 12px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.c-product-configurator__section > h2.is-disabled:first-child {
  opacity: 0.2;
}
#productConfigurator,
#productConfiguratorJigsaw {
  width: 66%;
  margin-bottom: 30px;
}
.c-product-configurator__section-title {
  margin-bottom: 1.5rem !important;
}
.c-product-configurator__section-title {
  margin-bottom: 0.75rem !important;
  color: #222;
  font-size: 24px;
  text-transform: unset;
  border-bottom: none !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
}
.c-product-configurator__section-label {
  color: #222;
  font-size: 18px;
  text-transform: unset;
  margin: 0;
  font-weight: 400;
}
.c-product-configurator__subheading {
  margin-top: 0.5rem;
  color: #222;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.c-product-configurator__content {
  padding-bottom: 30px;
}
.c-product-configurator__section-label + .c-product-configurator__content,
.c-product-configurator__subheading + .c-product-configurator__content {
  margin-top: 1rem;
}
.c-product-configurator__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
}
.c-colour-select-list {
  -webkit-column-gap: 0.25rem;
  -moz-column-gap: 0.25rem;
  column-gap: 0.25rem;
  row-gap: 0.5rem;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, 75px);
  list-style-type: none;
  width: 100%;
}
.c-colour-option-list {
  -webkit-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  margin-top: 0;
  grid-template-columns: repeat(auto-fill, 100px);
  width: 50%;
  display: grid;
  list-style-type: none;
}
.c-colour-select-list__item {
  max-width: 75px;
  width: 100%;
}
.c-colour-select-list__input {
  position: absolute;
  visibility: hidden;
}
.c-colour-select-list__label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-colour-option-list__item {
  max-width: 100px;
}
.c-colour-option-list {
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
.c-colour-option-list__input {
  position: absolute;
  visibility: hidden;
}
.c-colour-option-list__label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-colour-option-list__icon {
  margin-bottom: 0.25rem;
  display: block !important;
  height: 50px;
  width: 50px;
}
.c-colour-option-list__input:checked + .c-colour-option-list__label > .c-colour-option-list__name,
.c-colour-option-list__input:hover + .c-colour-option-list__label > .c-colour-option-list__name {
  color: #ba0c2f;
}
.c-colour-option-list__name {
  color: #222;
  font-size: 13px;
  text-align: center;
}
.c-icon-link--favourite,
.c-icon-link--favourite:hover {
  background: none;
  border: none;
  color: inherit;
}
.c-icon-link__icon {
  width: 2em;
  margin-right: 0.5em;
}
.favourite {
  width: 100%;
  float: left;
  margin-top: 0;
}
.c-icon-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
span.c-icon-link__text {
  text-transform: none;
  padding: 0;
  margin: 0;
}
.c-icon-link--favourite:hover {
  color: #ba0c2f;
}
.c-banner__heading--smaller {
  font-size: 1.8rem;
}
.mtb-l {
  margin-top: calc(70px);
  margin-bottom: calc(70px);
}
.categorypath-complete-kitchens .c-page-intro__heading {
  margin: 0;
}
.categorypath-complete-kitchens .c-page-intro {
  margin: 50px 0 0;
}
.c-card {
  max-width: 15rem;
}
.c-card-group__item {
  width: 22.5%;
}
.c-banner__content {
  padding-bottom: 0;
  padding-top: 0;
  width: 40%;
}
.c-stat-blocks__items {
  margin-left: -1.5rem;
  margin-top: -1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-stat-blocks {
  padding: 0 0 calc(20px + 0.4vw) 0;
  border-top: 1px solid #F0F0F1;
  border-bottom: 1px solid #F0F0F1;
}
.c-stat-blocks__item-figure {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  color: #3C3C3C;
}
.c-stat-blocks__item {
  width: 25%;
  padding-left: 3rem;
  padding-top: 3rem;
}
.c-stat-blocks__item-figure {
  font-size: 3.6rem;
}
.c-stat-blocks__item-info {
  font-weight: 700;
  max-width: 160px;
  padding-bottom: 0;
  color: #3C3C3C;
}
.c-text-image-media-object__media {
  width: 50%;
  padding-left: 5rem;
}
.c-text-image-media-object__media-wrapper {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 66%;
}
.c-text-image-media-object__media-wrapper img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-banner__heading {
  border-bottom: none !important;
}
.cms-about-us h1.page-title {
  font-weight: 600;
  color: #3C3C3C;
  line-height: 1.2;
  text-align: center;
  text-transform: initial;
  border-bottom: none;
  font-size: 34px;
  margin-top: 5.5rem;
  margin-bottom: 2rem;
}
.cms-about-us .c-page-intro__text {
  padding-bottom: 1.5rem;
  font-size: 1rem;
  text-align: center;
  padding: 0 7rem;
  margin-bottom: 2.5rem;
}
.c-newsletter-form__row .subscribe {
  text-transform: uppercase;
}
.c-newsletter-form__row .action.primary:hover {
  background-image: none;
  background: #ba0c2f;
  border: 1px solid #ba0c2f;
  color: #ffffff;
}
.c-media-object__title {
  font-size: 1.7rem;
  text-transform: none;
  color: #000;
  font-weight: 600;
  line-height: 38px;
  margin-top: 30px;
}
.c-why-tkc-content-block__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.c-why-tkc-content-block__row-column--art-text {
  padding-left: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding: 2rem 4rem 2rem 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  line-height: 1.2;
  color: #979a9b;
  font-size: 23px;
}
.c-why-tkc-content-block__row-column--art-text h4 {
  line-height: 35px;
}
.c-why-tkc-content-block__row-column--text {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.c-why-tkc-content-block__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.c-why-tkc-content-block__row-column {
  width: 50%;
}
.c-why-tkc-content-block__row-column--media {
  position: relative;
  height: 0;
  padding-bottom: 35%;
}
.c-why-tkc-content-block__row-column--media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-why-tkc-content-block__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.c-why-tkc-content-block__row-column--text {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.c-why-tkc-content-block__row-column {
  width: 50%;
}
.c-wysiwyg-content {
  font-size: 0.9rem;
}
.c-text-image-media-object__media {
  width: 50%;
  padding-left: 5rem;
}
.c-text-image-media-object {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.c-text-image-media-object__content {
  width: 50%;
}
.c-text-image-media-object__content-title {
  font-size: 1.6rem;
  line-height: 1.25;
  letter-spacing: 0.07000000000000001em;
  font-weight: 600;
  text-transform: none;
  color: #3C3C3C;
  margin-bottom: 10px;
}
.c-wysiwyg-content {
  font-size: 0.9rem;
}
.c-wysiwyg-content p {
  font-size: 17px;
  line-height: 28px;
}
.c-wysiwyg-content h3 {
  margin: 0;
  margin-top: 2rem;
  color: #3C3C3C;
  text-transform: none;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 5px;
}
.c-why-tkc-content-block__row-column-title {
  font-size: 1.6rem;
  line-height: 1.25;
  letter-spacing: 0.07000000000000001em;
  font-weight: 600;
  color: #3C3C3C;
  text-transform: none;
  padding-bottom: 10px;
}
.c-why-tkc-content-block__row:not(:last-child) {
  margin-bottom: 3rem;
}
.c-wysiwyg-content h1,
.c-wysiwyg-content h2,
.c-wysiwyg-content h3,
.c-wysiwyg-content h4,
.c-wysiwyg-content h5,
.c-wysiwyg-content h6 {
  font-weight: 600;
  text-transform: none;
  color: #3C3C3C;
}
.c-wysiwyg-content h5 {
  font-size: 16px;
  margin-bottom: 10px;
}
.c-footer__social-column p {
  margin-bottom: 0;
  padding-bottom: 18px;
}
.minicart-wrapper .action.showcart:before {
  display: none;
}
.showcart svg {
  width: 30px;
  margin-right: 5px;
}
.minicart-wrapper {
  margin-left: 13px;
  margin-right: 6px;
  font-weight: 600;
}
.minicart-wrapper .action.showcart {
  color: #ba0c2f;
  white-space: nowrap;
}
.order .cart a {
  text-transform: none;
}
.c-product-configurator__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
}
.c-colour-select-list {
  row-gap: 0.75rem;
}
.c-colour-select-list__item {
  max-width: 75px;
  width: 100%;
}
.c-colour-select-list__label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-colour-select-list__swatch {
  margin-bottom: 0.25rem;
  border-radius: 50%;
  display: block !important;
  height: 50px;
  width: 50px;
  border: 1px solid #d6d6d8;
  background-size: cover !important;
}
.c-colour-select-list__name {
  color: #222;
  font-size: 13px;
  text-align: center;
}
.c-colour-option-list__input:checked + .c-colour-option-list__label > .c-colour-option-list__icon path,
.c-colour-option-list__input:hover + .c-colour-option-list__label > .c-colour-option-list__icon path {
  fill: #ba0c2f;
}
.c-colour-select-list__input:checked + .c-colour-select-list__label > .c-colour-select-list__swatch,
.c-colour-select-list__input:hover + .c-colour-select-list__label > .c-colour-select-list__swatch {
  border: 2px solid #ba0c2f;
}
.c-colour-select-list__input:checked + .c-colour-select-list__label > .c-colour-select-list__name,
.c-colour-select-list__input:hover + .c-colour-select-list__label > .c-colour-select-list__name {
  color: #ba0c2f;
}
.c-product-configurator__row--colour .c-button {
  margin-top: 18px;
  bottom: 0;
  /* -webkit-transform: translateY(-50%); */
  transform: translateY(-50%);
  position: absolute;
  float: left;
  right: 0;
  bottom: -48px;
}
.c-product-configurator__pto {
  display: flex;
}
.c-product-configurator__cmwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-product-configurator__pto .c-button,
.c-product-configurator__cmwrap .c-button {
  align-self: flex-end;
  text-transform: none;
  padding: 15px 30px;
  margin-left: 15px;
}
.c-product-configurator__section-label.has-chevron {
  position: relative;
}
.c-button--in-table {
  padding-top: 0;
  padding-bottom: 0;
}
.c-button--in-table,
.c-button--in-table:hover {
  background-image: none;
  padding: 5px 30px;
}
.c-product-configurator__selected-colour {
  margin-top: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-product-configurator__selected-colour-name {
  margin-right: 0.5rem;
  font-size: 13px;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 0.07000000000000001em;
}
p.c-product-configurator__selected-colour-name {
  padding-bottom: 0;
  margin-right: 15px;
}
.c-button--ghost:hover {
  background: none;
  border: #ba0c2f 1px solid;
}
.c-product-configurator__section-label + .c-product-configurator__content,
.c-product-configurator__subheading + .c-product-configurator__content {
  margin-top: 1rem;
}
.c-product-configurator__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
  margin-top: 1rem;
}
.c-product-filter-list {
  width: 100%;
  display: flex;
}
.c-product-filter-list__list {
  margin-bottom: 0;
  width: 66.66667%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-product-filter-list__item {
  width: 50%;
  margin-right: 1.5rem;
}
.c-product-filter-list__label {
  margin-bottom: 0.4rem;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.07000000000000001em;
  color: #3C3C3C;
  display: block;
}
.c-product-filter-list__dropdown {
  padding-right: 0.6rem;
}
.c-product-filter-list__dropdown {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  border: 1px solid #979a9b;
  height: 50px;
  width: 100%;
  text-transform: none;
  font-size: 15px;
}
.c-button,
.c-button:hover {
  background-image: none;
  border: none;
}
.c-button--ghost:hover {
  background-color: transparent;
  border: #ffffff 1px solid;
}
.c-product-filter-list__button {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.c-product-accessory-table {
  max-height: 80vh;
  overflow-y: scroll;
  margin-top: 2rem;
}
.c-product-accessory-table {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  font-size: 13px;
}
.c-product-accessory-table__item:first-child {
  background-color: #F0F0F1;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
}
.c-product-accessory-table__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.c-product-accessory-table__cell--sku {
  width: 40%;
}
.c-product-accessory-table__cell-title--align-right {
  text-align: right;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.c-product-accessory-table__cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-product-accessory-table__item:first-child .c-product-accessory-table__cell-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-product-accessory-table__cell-title {
  margin-bottom: 0.4rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #3C3C3C;
  font-size: 11px;
  white-space: nowrap;
}
.c-product-accessory-table__cell-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-product-accessory-table__cell--height,
.c-product-accessory-table__cell--width {
  width: 10%;
}
.c-product-accessory-table__cell {
  margin-bottom: 0;
}
.c-quantity-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-product-accessory-table__cell-title {
  display: none;
}
.c-quantity-control__control-button,
.c-quantity-control__control-button:hover,
.c-quantity-control__control-button:focus {
  background-color: transparent;
  border: #000 1px solid;
}
.c-quantity-control__control-button {
  color: #000 !important;
  font-size: 1rem;
  padding: 0 !important;
  width: 30px;
  margin: 0 !important;
  height: 32px;
}
.c-button.is-disabled {
  pointer-events: none;
  opacity: 0.2;
  padding: 0 0.7rem;
  margin: 0;
}
.c-quantity-control input[type='text'],
.c-quantity-control input[type='text']:focus {
  background-color: transparent !important;
  border: 1px solid #000;
  margin-bottom: 0;
  width: 36px;
  padding: 0;
  text-align: center;
  border-left: none;
  border-right: none;
}
.c-quantity-control--in-table .c-quantity-control__input {
  height: 32px;
}
.c-button.is-disabled {
  pointer-events: none;
  opacity: 0.2;
}
.c-product-accessory-table__cell:not(:first-child) {
  margin-left: 0.75rem;
  width: 30%;
}
.c-product-accessory-table__cell-title {
  margin-bottom: 0.6rem;
}
.c-quantity-control__controls {
  margin-left: 0.05rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.75rem;
}
a.c-quantity-control__button,
.c-quantity-control__button {
  padding: 0 0.7rem;
  margin: 0;
  font-size: 14px;
  white-space: nowrap;
}
.c-product-accessory-table__item + .c-product-accessory-table__item {
  margin-top: 0.6rem;
}
.category-complete-kitchens .c-media-object__content {
  padding: 0 20px;
  width: 40%;
}
.category-complete-kitchens .c-media-object__figure img {
  max-width: 460px;
  float: right;
  padding-right: 50px;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: inline-block;
  background: none;
  color: #ba0c2f;
  box-shadow: none;
  position: absolute;
  top: -7px;
  border-radius: 0;
  margin-left: 0;
  text-align: left;
}
.minicart-wrapper .action.showcart .counter.qty {
  overflow: initial;
}
.minicart-wrapper .action.showcart .counter-number {
  text-shadow: none;
}
.showcart span.text {
  display: none;
}
.minicart-wrapper .action.showcart .counter-label {
  clip: auto !important;
  overflow: inherit;
  margin: 0 0 0 4px;
}
.hd-cls {
  padding-bottom: 20px;
  margin-top: 2rem;
}
.c-product-grid__item-intro p {
  font-size: 14px;
}
button.c-quantity-control__button.c-button.c-button--in-table.bgc-red.fc-white.is-disabled {
  padding: 6px 10px;
  margin: 0;
}
.c-quantity-control.is-hidden {
  visibility: hidden;
  height: 0;
}
.c-category-navigation__list,
.c-category-navigation__sub-nav {
  list-style-type: none;
  padding-left: 0;
}
.c-category-navigation__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.c-category-navigation__item.is-in-more-items {
  display: none;
}
.c-category-navigation__button,
.c-category-navigation__sub-button,
.c-category-navigation__more-button {
  font-weight: 600;
  padding: 0.5rem 0.55rem;
  font-size: 14px;
  text-transform: uppercase;
  white-space: nowrap;
  color: #7d8182;
  background: none;
  background-color: none;
}
.c-category-navigation__item.is-active .c-category-navigation__button,
.c-category-navigation__button:hover,
.c-category-navigation__more-button:hover {
  background-image: none;
  background-color: #fff;
  color: #7d8182;
}
.c-product-configurator__content h4 {
  padding: 20px 13px;
}
.c-category-navigation__sub-button:hover {
  background: none;
  color: inherit;
}
.c-category-navigation__more-nav {
  background-color: #fff;
  list-style-type: none;
  position: absolute;
  left: 0;
  max-width: 300px;
  display: none;
  z-index: 3;
  margin-left: -53px;
}
.c-category-navigation__more-button {
  text-align: right;
}
.c-category-navigation__sub-nav {
  width: 100%;
  background-color: #fff;
  position: relative;
}
.c-category-navigation__sub-button {
  font-weight: 300;
  white-space: nowrap;
  padding-right: 14px;
  text-transform: initial;
}
.c-category-navigation__sub-nav:before {
  content: '';
  position: absolute;
  background-color: #fff;
  top: 0;
  bottom: 0;
  left: -50vw;
  width: 200vw;
}
.c-category-navigation__button--more svg {
  width: 16px;
  height: 10px;
  margin-left: 8px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.c-category-navigation__sub-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
  position: relative;
}
.c-product-accessory-table__tab {
  display: none;
}
.c-product-accessory-table__tab {
  padding: 0;
  position: absolute;
  right: 0;
}
.c-button--ghost.c-product-filter-list__button {
  text-transform: none;
  margin: 0;
  height: 50px;
}
.c-product-accessory-table__cell-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.c-product-accessory-table__cell--list-price {
  width: 7%;
  margin-left: 0;
}
.c-product-accessory-table__cell-content--align-right {
  text-align: right;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.c-quantity-control .c-quantity-control__button {
  padding: 0px 10px;
  margin: 0;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1px;
}
button.c-category-navigation__more-button:hover {
  border: none;
}
.c-category-navigation__item--more:hover .c-category-navigation__more-nav {
  display: block;
}
.c-category-navigation__item--more {
  position: relative;
}
.configurator-cart__title {
  color: #222;
  font-size: 24px;
  text-transform: unset;
  margin: 0 35px;
}
#configurator #cart-popup {
  height: 100% !important;
  overflow-y: auto;
}
.off-canvas-right .cart-popup {
  position: relative;
}
#configurator .items {
  height: 100% !important;
}
.off-canvas-right ul {
  padding: 0 20px;
  min-height: 100%;
}
#configurator #cart-popup .product .name h2 {
  margin-bottom: 0;
  font-size: 0.7rem;
  font-weight: 300;
}
.off-canvas-right ul li .container .product .details > div,
.mfp-content li .off-canvas-right ul a .container .product .details > div {
  font-size: 0.85rem;
  font-weight: 300;
}
.off-canvas-right ul li .container .product .details .price,
.mfp-content li .off-canvas-right ul a .container .product .details .price {
  display: inline-block;
  margin-right: 10px;
}
#configurator .increment {
  display: inline-flex;
  margin-right: 10px;
}
#configurator .sku {
  width: auto;
  float: none;
  display: inline-block;
}
#cart-popup .product .price span,
html body #cart-popup .product .quantity span,
html body #cart-popup .product .sku span {
  font-size: 0.7rem;
}
#configurator .off-canvas-right .editcart {
  display: block;
}
.editcart a {
  display: inline-block;
  height: 15px;
  width: 15px;
  text-decoration: none;
  line-height: 11px;
  border: 1px solid #ccc;
  color: #666;
  background: #fafafa;
  margin-left: 1px;
  text-align: center;
  vertical-align: middle;
  border-radius: 2px;
}
#configurator .increment {
  display: inline-flex;
  margin-right: 10px;
  position: relative;
  top: 0;
  left: 20px;
}
#configurator .sku {
  width: auto;
  float: none;
  display: inline-block;
}
.off-canvas-right .remove-item {
  font-size: 9px;
}
.off-canvas-right .cart-popup li a {
  text-decoration: none;
}
.off-canvas-right {
  display: block;
  margin-right: -480px;
  position: fixed;
  right: 0;
  transition: all 0.5s ease 0s;
  width: 480px;
  background-color: #FFF;
}
#configurator #off-canvas-right {
  width: 34%;
  position: -webkit-sticky;
  position: sticky;
  top: 136px;
  margin-right: 0;
  overflow: auto;
  border-left: 0;
  height: 100%;
  align-self: baseline;
}
.no-items h2 {
  font-size: 14px;
  padding: 20px;
  font-weight: 300;
}
#configurator {
  display: flex;
  width: 100%;
}
#quickorder-root > div,
#quickorder-root .search-form {
  float: left;
  clear: both;
  width: 100%;
}
#quickorder-root > div,
.my-account .dashboard > div {
  padding-bottom: 30px;
}
#quickorder-root .form-box {
  position: relative;
}
.form-box {
  width: 100%;
  border-bottom: 1px solid #989a9b;
  color: #888;
  padding: 25px 0;
  float: left;
  clear: both;
  margin-bottom: 20px;
}
.form-box .item-img,
.form-box .item-details,
.form-box .item-actions {
  float: left;
}
.form-box .item-img {
  width: 30%;
  padding: 0 20px;
}
.form-box .item-img img {
  width: 100%;
  display: block;
  height: auto;
}
.form-box .item-details {
  width: 50%;
}
.form-box .item-details h3 {
  font-size: 14px;
  font-weight: bold;
  color: #ba0c2f;
  margin: 0 0 15px;
  text-align: left;
}
.specifics dl,
.drilling-options dl {
  width: 100%;
  float: left;
  margin: 0 0 20px;
  padding: 0;
}
.specifics dt {
  clear: both;
}
.specifics dt,
.specifics dd,
.drilling-options dt,
.drilling-options dd {
  margin: 0;
  width: 50%;
  float: left;
  padding: 0 20px 10px 0;
}
.specifics dt,
.drilling-options dt {
  width: 40%;
  font-weight: 500;
}
.form-box .item-details p {
  font-size: 16px;
  font-weight: normal;
  margin: 0 0 10px;
  text-align: left;
  padding: 0;
}
.form-box span {
  color: #ba0c2f;
  font-size: 16px;
}
.form-box .item-actions {
  width: 20%;
  position: relative;
}
.form-box .item-actions .top {
  width: 100%;
  float: right;
  margin-bottom: 20px;
  z-index: 1000;
  position: relative;
}
.form-box .item-actions .button.remove-item,
.form-box .button.remove-drilling {
  background-image: none;
  width: 34px;
  padding: 5px 10px;
  position: absolute;
  right: 0;
}
html body .item-actions .bottom {
  margin-top: 30px;
}
.form-box .item-actions .bottom,
.form-box .item-actions .button,
.form-box .item-actions .bottom .quantity {
  width: 100%;
  float: left;
}
.form-box .item-actions .bottom .quantity {
  margin-bottom: 2px;
}
.form-box .item-actions .button.add-drilling {
  background-image: url(../images/icons/drilling.svg);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 25px;
  margin-top: 10px;
  text-transform: none;
  border: #ba0c2f 1px solid;
  font-size: 17px !important;
  font-weight: 600;
  letter-spacing: 1px;
}
a.add-favourites.button {
  text-transform: none;
  border: #ba0c2f 1px solid;
}
a.add-order.button {
  text-transform: none;
}
.form-box .item-actions .button.add-drilling:hover {
  background-image: url(../images/icons/drilling-white.svg) !important;
  border: #ba0c2f 1px solid;
  background: #ba0c2f;
  color: #fff;
  background-repeat: no-repeat;
  background-position: 96%;
  background-size: 26px;
}
a.add-favourites.button {
  border: #ba0c2f 1px solid;
}
.add-drilling.button,
.add-favourites.button {
  margin-bottom: 10px;
}
a.add-favourites.button:hover {
  border: #ba0c2f 1px solid;
}
a.add-order.button:hover {
  background-image: url(../images/icons/cart-on.svg);
  color: #ba0c2f;
  background-color: #FFF;
  border: 1px solid #ba0c2f;
}
#inner-wrap input.quantity,
#inner-wrap input.qty {
  width: 90px!important;
  margin: 0 0 10px 15px;
}
.product-shop input[type="text"],
.form-box input[type="text"] {
  border-radius: 0;
  border: 1px solid #ba0c2f;
  margin: 0 15px 10px;
  background-color: #fff !important;
  padding: 0 10px;
}
.form-box .item-actions p {
  display: inline-block;
  padding: 0 0 10px;
  float: left;
  line-height: 30px;
}
.form-box .item-actions .button.add-order,
.product-shop .actions .button.add-order {
  background-image: url(../images/icons/cart.svg);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 20px;
  color: #fff;
  background-color: #ba0c2f;
  border: 1px solid #ba0c2f;
}
.off-canvas-right ul li .container,
.mfp-content li .off-canvas-right ul a .container {
  display: table;
  width: 100%;
}
.off-canvas-right ul li .container .product,
.mfp-content li .off-canvas-right ul a .container .product {
  display: table-row;
  width: 100%;
}
#configurator .product .details {
  padding: 10px 15px 15px;
  line-height: 1;
}
.off-canvas-right ul li,
.off-canvas-right ul .mfp-content .messages li,
.mfp-content .messages .off-canvas-right ul li,
.off-canvas-right ul .mfp-content li a,
.mfp-content li .off-canvas-right ul a {
  border-bottom: 1px solid #ccc;
  padding: 0;
  position: relative;
  width: 100%;
  list-style: none;
  margin: 0;
}
.off-canvas-right ul li .container .product .details,
.mfp-content li .off-canvas-right ul a .container .product .details {
  display: table-cell;
  padding: 0 15px 20px;
  position: relative;
  vertical-align: middle;
  width: 67%;
}
.off-canvas-right ul li .container .product .details .price,
.mfp-content li .off-canvas-right ul a .container .product .details .price {
  display: inline-block;
  margin-right: 10px;
}
.off-canvas-right ul li .container .product .details > div,
.mfp-content li .off-canvas-right ul a .container .product .details > div {
  font-size: 0.85rem;
  font-weight: 300;
}
.off-canvas-right .cart-popup li a {
  text-decoration: none;
}
.off-canvas-right .remove-item {
  font-size: 9px;
}
.off-canvas-right ul li .container .product .edit,
.mfp-content li .off-canvas-right ul a .container .product .edit,
.mfp-content li .off-canvas-right ul a .container .product .edit {
  width: 40px;
}
.off-canvas-right ul li .container .product .edit,
.mfp-content li .off-canvas-right ul a .container .product .edit {
  display: table-cell;
  text-align: center;
  vertical-align: bottom;
}
html body #configurator #cart-popup .product .name h2 {
  margin-bottom: 0;
  font-size: 0.7rem;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-trash:before {
  content: "\f1f8";
}
.off-canvas-right ul li:last-child,
.off-canvas-right ul .mfp-content li a:last-child,
.mfp-content li .off-canvas-right ul a:last-child {
  border-bottom: 0 none;
}
.categorypath-cabinets .off-canvas-right ul li:last-child {
  padding-top: 20px;
}
.off-canvas-right ul li.no-items,
.off-canvas-right ul .mfp-content li a.no-items,
.mfp-content li .off-canvas-right ul a.no-items {
  display: none;
  opacity: 0;
}
.product-item-link,
.product-item-link:hover {
  text-decoration: none;
  color: #636363 !important;
}
.customer-account-forgotpassword button.action.submit.primary {
  text-decoration: none;
  font-size: 0.8rem;
  line-height: 20px;
  padding: 11px 14px;
  border: 1px solid #ba0c2f;
  background-color: transparent;
  border-radius: 0;
  color: #ba0c2f;
  padding-right: 40px;
  background-image: url(../images/icons/arrow-right-on.svg);
  background-position: right 10px center;
  background-repeat: no-repeat !important;
  background-size: 10px auto;
  display: inline-block;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 0.2s;
  font-weight: 500;
}
.customer-account-forgotpassword button.action.submit.primary:hover {
  background-image: url(../images/icons/arrow-right.svg);
  background-color: #ba0c2f;
  color: #FFF;
}
.messages div {
  font-size: 16px;
}
.drilling-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 999;
}
.drilling-popup {
  position: fixed;
  z-index: 1000;
  background-color: #fff;
  width: 800px;
  top: 55%;
  margin-top: -378px;
  margin-top: calc(-50vh + 20px);
  left: 50%;
  margin-left: -400px;
  max-height: calc(100vh);
  overflow-y: auto;
  font-size: 12px;
}
.drilling-container {
  padding: 30px;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
#drilling-form .col.left {
  width: 40%;
  float: left;
}
#drilling-form .col.right {
  width: 60%;
  float: left;
}
.loading {
  display: none;
}
.loading img {
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  display: block;
}
.loading p {
  text-align: center;
}
#drilling-form .col.right .field {
  display: block;
  width: 100%;
  padding-bottom: 10px;
  float: left;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.field-set.row.actions {
  clear: both;
}
.drilling-container .field-inner {
  float: left;
}
#drilling-form h2.drillQtyTitle {
  font-weight: bold;
  color: #ba0c2f;
}
#drilling-form h2 {
  display: block;
  float: left;
  clear: left;
  width: 100%;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 10px;
}
.drilling-container .inner-col {
  width: 50%;
  float: left;
}
#drilling-form .field input[type='radio'] {
  padding-right: 10px;
}
#drilling-form .col.right .field label {
  padding-bottom: 0;
}
#drilling-form .field label {
  display: inline-block;
}
.drilling-container .button.add-to-order,
.drilling-container .button.add-to-order:hover {
  background-color: #ba0c2f;
  color: #FFF;
  border: #ba0c2f 1px solid;
  text-transform: none;
  font-size: 13px;
}
form#drilling-form {
  padding: 0 20px;
}
.drilling-container .button.close-drilling {
  float: right;
  text-transform: none;
}
.quickorder-index-index h1 {
  margin: 0;
  font-size: 22px;
}
.drilling-meta p {
  font-size: 14px;
  padding-top: 5px;
}
.hole-1 input[type="number"],
.hole-2 input[type="number"] {
  width: 50%;
  background-color: #efe3df !important;
  border: 0;
  line-height: 30px;
  margin: 0 0 10px;
  padding: 22px 14px;
}
.off-canvas-right.active {
  display: block;
  left: auto;
  margin-right: 0;
  overflow-y: visible;
  right: 0;
  z-index: 1000000;
}
.off-canvas-right .cart-popup {
  position: relative;
}
.off-canvas-right ul {
  padding: 0 20px;
}
.off-canvas-right .cart-popup .actions {
  border-top: 1px solid #ccc;
  overflow: auto;
  padding: 20px;
  position: absolute;
  width: 100%;
  bottom: 0;
  background: #ebebeb;
  box-sizing: border-box;
}
.off-canvas-right .cart-popup .actions .totals {
  float: right;
  font-size: 1.2rem;
  font-weight: 300;
  margin-bottom: 15px;
  width: 100%;
}
.off-canvas-right .cart-popup .actions .totals .total {
  color: #ba0c2f;
  font-size: 1.3rem;
  text-align: right;
}
.off-canvas-right .cart-popup .actions .save-order {
  float: left;
  cursor: pointer;
}
.off-canvas-right .cart-popup .actions .view-order {
  float: right;
  background-color: #ba0c2f;
  color: #fff;
}
.off-canvas-right .cart-popup .actions .button + .button {
  margin-left: 0;
}
.off-canvas-right .cart-popup .actions .save-order,
.off-canvas-right .cart-popup .actions .view-order {
  width: 49%;
  text-transform: none;
}
.off-canvas-right .cart-popup .actions .save-order:hover,
.off-canvas-right .cart-popup .actions .view-order:hover {
  border: #ba0c2f 1px solid;
}
.off-canvas-right .button.save-order,
.off-canvas-right .button.save-order-cancel {
  color: #ba0c2f;
  background-color: #FFF;
  text-transform: none;
  border: #ba0c2f 1px solid;
  -webkit-appearance: none;
}
.off-canvas-right .button,
.off-canvas-right .button:hover,
.off-canvas-right .button:visited {
  background-color: #ba0c2f;
  color: white;
  font-weight: 500;
  text-transform: none;
  text-align: center;
  border: #ba0c2f 1px solid;
  font-size: 12px;
  text-transform: uppercase !important;
  letter-spacing: 1px;
  -webkit-appearance: none;
}
.off-canvas-right .button.save-order-cancel,
.off-canvas-right .button.save-order-cancel:hover {
  color: #ba0c2f;
  background-color: #FFF;
  background-image: none !important;
  float: left;
  width: auto;
  margin: 0;
  margin-right: 10px;
  padding: 6px 14px;
  height: 33px;
}
.off-canvas-right .cart-popup .actions .totals span {
  display: block;
  float: left;
  width: 50%;
  font-size: 0.98rem;
  font-weight: 500;
  text-transform: uppercase;
}
.off-canvas-right .cart-popup .actions .totals .vat-text {
  font-size: 13px;
  display: block;
  padding-top: 10px;
  text-align: right;
  width: 100%;
  box-sizing: border-box;
}
.additional-quote-fields input,
.additional-quote-fields label {
  width: 100%;
}
.additional-quote-fields input,
.additional-quote-fields label {
  width: 100%;
}
.off-canvas-right .cart-popup .actions .totals .total {
  color: #ba0c2f;
  font-size: 1.3rem;
  text-align: right;
}
.cart-popup .product-image img {
  max-width: 80px;
}
.cart-popup li {
  margin: 20px 0;
}
.details .name h2 {
  font-size: 0.8rem;
  margin: 0 0 10px 0;
  padding: 0;
}
ul.checkout-types.top {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.checkout-types .action.primary,
.checkout-types .action-primary,
button.action.primary.checkout,
button.action.primary.checkout {
  background-color: #ba0c2f !important;
  color: #fff !important;
  background-position: right 10px center !important;
  background-repeat: no-repeat !important;
  background-size: 10px auto;
  transition: all 0.2s;
  padding: 6px 15px 6px 15px !important;
  text-transform: uppercase;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: 1px !important;
  border: #ba0c2f 1px solid;
  line-height: 20px;
}
.checkout-types li:nth-child(2) button.action.primary {
  background-color: #FFF !important;
  color: #ba0c2f !important;
  line-height: 20px;
  border: 1px solid #ba0c2f;
  background-color: transparent;
  border-radius: 0;
  background-repeat: no-repeat !important;
  background-size: 10px auto;
  display: inline-block;
  cursor: pointer;
  padding: 6px 45px 6px 45px !important;
}
.cart.table-wrapper .col.qty .input-text,
.quotes-index-view .cart.table-wrapper .col.qty .input-text {
  background: #efe3df !important;
}
.quotes-index-view .order-items .table-heading th {
  background: #989a9b;
  text-align: left !important;
  color: #fff;
}
.quotes-index-view .table-wrapper.order-items {
  margin-top: 20px;
}
.quotes-index-view h1.page-title {
  margin-bottom: 20px !important;
}
.quotes-index-view .product-item-details {
  display: table-cell;
  padding-bottom: 35px;
  vertical-align: top;
  white-space: normal;
  width: 30%;
}
.quotes-index-view .qty input {
  width: 60px;
  background: #fff;
  text-align: center;
  padding: 16px;
  border: #000 1px solid;
  vertical-align: top;
  height: 35px;
  margin-bottom: 5px;
}
.message.info {
  font-size: 0.8rem !important;
}
.quotes-index-view .totals th {
  width: 98%;
  text-align: right;
}
.quotes-index-view input.add-drill {
  border: #ba0c2f 1px solid;
}
.quotes-index-view .cart-totals td {
  padding: 8px 0 6px 14px !important;
}
.opc-block-summary .table-totals tfoot .amount {
  padding: 8px 0 6px 14px;
}
.quotes-index-view .cart.main.actions {
  text-align: right;
  padding: 10px 0;
  border-bottom: #ccc 1px solid;
}
.quotes-index-view tr.drilling-row {
  border-bottom: none !important;
  margin: 0;
  padding: 0;
}
.quotes-index-view .table > tbody > tr > th,
.quotes-index-view .table > tbody > tr > td {
  border: none !important;
}
.quotes-index-view .control.qty {
  width: 176px;
}
.quotes-index-view .qty span.label {
  display: none;
}
.quotes-index-view .cart.table-wrapper .col.qty .input-text {
  height: 36px;
  margin-top: -7px;
  text-align: center;
  width: 60px;
}
.checkout-types li {
  margin-right: 10px;
}
.checkout-cart-index .cart-container .form-cart,
.quotes-index-view .cart-container .form-cart {
  margin: 0;
  padding: 0;
  width: 100%;
}
.cart-totals,
.opc-block-summary .table-totals {
  border-top: none;
}
.checkout-cart-index .cart.table-wrapper .cart thead tr th.col,
.quotes-index-view .cart.table-wrapper .cart thead tr th.col {
  background: #989a9b;
  padding: 7px;
  color: #fff;
}
#shopping-cart-table {
  margin-top: 20px;
}
.cart.table-wrapper .product-item-name,
.quotes-index-view .product-item-name {
  font-size: 0.8rem;
}
.cart-container .price,
.quotes-index-view .price {
  font-size: 0.8rem;
  vertical-align: top;
}
.cart-container span.price-label,
.quotes-index-view span.price-label {
  font-size: 0.8rem;
  vertical-align: top;
}
.cart.table-wrapper .product-item-photo,
.product-item-photo .product-item-photo {
  width: 25%;
}
.quotes-index-view .product-item-photo {
  float: left;
  margin-right: 20px;
}
.quotes-index-view .actions-toolbar {
  position: relative;
}
.quotes-index-view .cart tbody td {
  border: 0;
  padding: 0;
}
.quotes-index-view .actions-toolbar {
  margin-top: 0 !important;
}
.quotes-index-view .actions-toolbar > .action-delete {
  position: absolute;
  right: 16px;
  top: -40px;
  display: inline-block;
  text-decoration: none;
  left: 173px;
}
.quotes-index-view .actions-toolbar > .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
  white-space: nowrap;
  color: #ba0c2f;
}
#shopping-cart-table .product-image-photo {
  position: relative;
  width: 206px;
  max-width: 206px;
  margin: 0;
}
.quotes-index-view .product-image-photo {
  position: relative;
  width: 150px;
  max-width: 150px;
  margin: 0;
}
button.action.update,
button.action.update:hover {
  border: 1px solid #ba0c2f;
  text-transform: none;
  font-size: 12px;
  text-transform: uppercase;
  color: #ba0c2f;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 9px 15px;
}
.btn-update {
  border: #ccc 1px solid;
  font-size: 14px !important;
}
.product-item-name > a,
.product.name a > a {
  text-decoration: none !important;
  color: #ba0c2f;
}
.product-item-name > a:hover,
.product.name a > a:hover {
  text-decoration: none !important;
  color: #ba0c2f !important;
}
.categorypath-cabinets .product-item-name > a:hover,
.categorypath-cabinets .product.name a > a:hover {
  color: #636363 !important;
}
.cart.table-wrapper .actions-toolbar {
  bottom: 20px;
}
.categorypath-cabinets .details .name h2 {
  font-size: 0.65rem;
  margin: 0;
  padding: 0;
  line-height: 20px;
}
.categorypath-cabinets .off-canvas-cart .price {
  margin-top: 4px;
}
.cart-totals .grand strong,
.opc-block-summary .table-totals .grand strong {
  font-size: 18px;
}
.checkout-methods-items button.action.primary.checkout {
  font-size: 13px !important;
  font-weight: 600;
  padding: 0 30px !important;
  line-height: 35px !important;
}
.plr-s {
  padding-left: 1rem;
  padding-right: 1rem;
}
.quickorder-index-index .order {
  padding-bottom: 50px;
}
.form-box .item-actions .button.add-order:hover {
  background-image: url(../images/icons/cart-on.svg);
  color: #ba0c2f;
  background-color: #FFF;
  border: 1px solid #ba0c2f;
}
.cart-summary {
  position: unset !important;
  width: 100%;
  background: none;
}
.cart.table-wrapper .actions-toolbar > .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
  white-space: nowrap;
  color: #ba0c2f;
}
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  content: '\e604';
  display: none;
}
.checkout-cart-index .product-cart-sku {
  margin-bottom: 10px;
}
.actions-toolbar a.action.action-delete {
  color: #000 !important;
}
.actions-toolbar i {
  text-align: center;
  display: block;
}
.actions-toolbar a span {
  color: #000 !important;
  font-size: 12px;
  text-transform: lowercase;
}
.cart-summary .checkout-methods-items {
  padding: 0;
  float: left;
}
.drilling-row td {
  padding: 15px 0;
  text-align: left;
}
.edit-drilling {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 10px 20px;
  align-items: flex-end;
}
.edit-drilling > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333333%;
  flex: 0 0 33.3333333%;
  max-width: 33.3333333%;
}
.edit-drill-toggle--cancel {
  margin-left: 30px;
}
#productConfigurator + #off-canvas-right #cart-popup .image {
  display: none;
}
.account .page-title {
  font-size: 24px;
  margin: 0;
  padding: 0;
}
.account .main h1 {
  margin-top: 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.3em;
}
button.inline-button.fc-orange {
  border: #ba0c2f 1px solid;
  text-transform: none;
  font-size: 0.8rem;
  font-weight: 400;
}
tr.drilling-row {
  display: block;
  padding: 0;
}
p.edit-drill-toggle.drill-summary {
  margin-bottom: 0;
  padding-bottom: 0;
}
.edit-drill-toggle--cancel,
.edit-drill-toggle--cancel:hover,
.edit-drill-toggle--cancel:focus,
.edit-drill-toggle--cancel:visited {
  border: #ba0c2f 1px solid;
  font-size: 0.8rem;
  background: #ba0c2f;
  color: #fff;
}
.checkout-cart-index td.col.price {
  text-transform: uppercase;
}
.edit-drilling-inputs input {
  background: #efe3df;
  border: #fff 2px solid;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  border: #ba0c2f 1px solid;
  border-radius: 0;
  box-shadow: none;
}
.edit-drilling-inputs input::-webkit-outer-spin-button,
.edit-drilling-inputs input::-webkit-inner-spin-button {
  -webkit-appearance: textfield;
  margin: 0;
  line-height: 33px;
}
/* Firefox */
.edit-drilling-inputs input {
  -moz-appearance: textfield;
  line-height: 33px;
}
.form-shipping-address input,
.billing-address-form input,
.billing-address-form input {
  border: #ccc 1px solid;
}
.billing-address-form select {
  font-size: 13px;
  border: #ccc 1px solid;
  padding: 10px;
  min-height: 51px;
}
.forget_pass_info {
  width: 100%;
  float: left;
  color: #fff;
  padding-top: 20px;
  text-align: right;
  padding-right: 12px;
}
.forget_pass_info a {
  color: #fff;
}
.range-login .actions-toolbar #send2 {
  padding: 12px;
}
.off-canvas-right .cart-popup .actions .totals .price {
  display: inline-block;
  width: 100%;
  font-weight: 500;
  text-align: right;
}
#cart-popup input[type="text"] {
  background: #efe3df;
  margin-bottom: 15px;
  color: #636363;
}
.search-form .search-box:focus,
.range-select:focus {
  outline: none;
  border: none;
  box-shadow: 0 0 0 1px #000;
  border-radius: 2px;
}
.search-form .search-box:focus-visible,
.range-select:focus-visible {
  outline: none;
  border: none;
  box-shadow: 0 0 0 1px #000;
  border-radius: 2px;
}
.account h1.page-title {
  width: 100%;
  margin-bottom: 20px;
}
.account h1.page-title span.base {
  font-size: 26px;
  letter-spacing: 1px;
}
.account .column.main .block:not(.widget) .box-title > span {
  font-size: 1rem;
}
.account .box-content p {
  font-size: 16px;
  color: #636363;
}
.account .box-content {
  font-size: 16px;
  margin-bottom: 20px;
}
.account a.action.edit {
  margin-left: 0 !important;
}
.account .block.block-dashboard-addresses strong {
  display: block;
}
.block-collapsible-nav .content {
  background: none;
  padding: 15px 0;
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current > strong {
  border-color: #fff;
}
.block-collapsible-nav .item .delimiter {
  display: none;
}
.sidebar .block-collapsible-nav .item a,
.sidebar .block-collapsible-nav .item a:hover {
  list-style: none;
  border-bottom: 1px solid #ccc;
  text-transform: uppercase;
  display: block;
  font-size: 14px;
  line-height: 25px;
  background-image: url(../images/icons/arrow-right-on.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: right 10px top 9px;
  cursor: pointer;
  float: left;
  width: 100%;
  text-transform: none;
  font-weight: normal;
}
.sidebar li.nav.item.current {
  background-color: #ba0c2f;
  background-image: url(../images/icons/arrow-right.svg) !important;
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: right 11px top 9px;
  color: #fff;
  width: 100%;
  float: left;
  padding: 0;
  line-height: 25px;
}
.block-collapsible-nav .item a,
.block-collapsible-nav .item > strong {
  border-left: none !important;
}
.sidebar .block-collapsible-nav .item.current > strong {
  color: #fff;
}
.current a {
  color: #fff !important;
}
.account .field.password .control .input-text {
  background: #efe3df;
}
.account fieldset.fieldset.info {
  width: 100%;
  float: left;
}
.account p.note {
  color: #ba0c2f;
  font-weight: 800;
  border-top: #ba0c2f 1px solid;
  padding-top: 30px;
  margin-top: 20px;
}
.account fieldset.fieldset.password {
  width: 50%;
  display: block;
  position: relative;
  top: 30px;
  float: left;
}
.product-items li .product-item-info {
  border: none;
}
.account .fieldset > .field > .label {
  margin: 0 0 0;
  display: inline-block;
  font-weight: normal !important;
  padding-bottom: 0;
}
.account .legend > span {
  font-size: 25px;
  text-transform: uppercase;
}
.account .actions-toolbar {
  float: left;
  margin-top: 40px;
}
.wishlist-index-index .wishlist img.product-image-photo {
  float: none;
  max-width: 150px;
  max-height: 150px;
}
.wishlist-index-index .products-grid.wishlist .product-item-photo {
  height: 150px;
}
.wishlist-index-index .products-grid.wishlist .product-item-actions {
  top: 0;
  left: -130px !important;
}
.wishlist-index-index span.cart-price {
  font-size: 15px;
  vertical-align: top;
}
.sales-order-view span.cart-price {
  font-size: 16px;
  vertical-align: top;
}
.sales-order-view .sidebar .current {
  padding: 0 !important;
  background: #ba0c2f !important;
  background-image: url(../images/icons/arrow-right.svg) !important;
  background-repeat: no-repeat !important;
  background-size: 10px !important;
  background-position: right 10px top 9px !important;
}
.order-date {
  float: left;
  width: 100%;
  text-align: left;
}
.sales-order-view span.label {
  display: inline-block !important;
  padding-top: 10px;
}
.edit-colour-inputs strong {
  display: none;
}
.checkout-cart-index .edit-colour-inputs select {
  padding: 0 20px 0 10px;
  font-size: 13px;
  height: 37px;
  width: 190px;
  margin-right: 130px;
}
.page-with-filter .increment .editcart {
  float: left;
}
.page-with-filter .increment {
  display: inline-block;
  vertical-align: top;
}
.page-with-filter h2.configurator-cart__title {
  margin-bottom: 20px;
}
.page-with-filter .increment .qty,
.page-with-filter .increment .quantity {
  float: left;
  padding: 0;
}
.page-with-filter .sku {
  width: 100%;
  float: left;
}
.return-status,
.order-status {
  border: none;
  padding: 10px 0;
  float: left;
  width: auto !important;
  display: inline-block;
}
.sales-order-view .actions-toolbar {
  margin-top: 0;
}
.sales-order-view .sidebar .current a {
  color: #fff !important;
}
p.listprice {
  margin: 0;
  padding: 0;
}
.wishlist-index-index .product-items li {
  position: relative;
}
.order-details-items .table-order-items .product-item-name {
  font-size: 16px;
}
.account a.product-item-link {
  font-size: 16px;
}
.account a.product-item-link:hover {
  text-decoration: none;
}
.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 10px;
  width: 100%;
  float: left;
}
.account .actions-toolbar .action.primary,
.account .actions-toolbar .action.primary:hover,
.account .actions-toolbar .action.primary:active {
  text-decoration: none;
  font-size: 13px;
  line-height: 20px;
  padding: 8px 34px;
  border: 1px solid #ba0c2f;
  background-color: #ba0c2f;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  cursor: pointer;
  text-transform: none;
  transition: all 0.2s;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.wishlist img.product-image-photo {
  position: relative;
  float: left;
}
.pager {
  text-align: left;
  border-bottom: none;
  font-size: 14px;
  width: 100%;
  float: left;
  border-top: none;
  padding: 10px;
}
.products-grid.wishlist .product-item-actions {
  margin: 0;
}
.products-grid.wishlist .product-item-actions > * {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 0;
  box-shadow: none;
  border: none;
  padding: 0;
}
.wishlist-index-index .product-item-inner {
  box-shadow: none;
  border: none;
}
.wishlist-index-index .product-item-info {
  width: auto;
  border: #ccc 1px solid;
  padding-bottom: 20px;
}
.product-item-name > a,
.product.name a > a {
  text-decoration: none;
  color: #ba0c2f;
  font-size: 16px;
  text-align: center;
  display: block;
}
.product-cart-sku {
  font-size: 16px;
}
.checkout-cart-index .product-item-name > a,
.checkout-cart-index .product.name a > a,
.quotes-index-view .product-item-name > a {
  text-align: left;
}
.products-grid .product-item-info {
  margin: 0 !important;
}
.products-grid .product-item-info:hover,
.products-grid .product-item-info.active {
  background: #ffffff;
  border: none;
  padding: 0 !important;
  position: relative;
  z-index: 9;
  padding-bottom: 0;
  margin: 0 !important;
  box-shadow: none;
}
.products-grid.wishlist .product-item-actions {
  margin: 0;
  position: absolute;
  top: -115px;
  background: #fff;
  padding: 0 10px;
  border-radius: 6px;
}
.wishlist-index-index .products-grid.wishlist .product-item-actions {
  top: 0;
  left: 0;
}
.search_box input {
  background: #efe3df;
  width: 50%;
  box-shadow: none;
  border: none;
  border: #fff 2px solid;
}
.search_box input:focus {
  box-shadow: none;
  border: #000 2px solid;
  border-radius: 3px;
}
.data-table {
  margin-bottom: 50px;
}
.data-table th {
  background-color: #989a9b;
  color: #FFF;
  text-align: left;
}
.data-table td {
  text-align: left;
}
.account table td,
table th {
  padding: 10px;
}
.account table tr {
  border-bottom: 1px solid #ccc;
}
form#search_quotes_customer_form .search {
  display: none;
}
form#search_quotes_customer_form {
  margin-bottom: 50px;
}
.tkc_personal_details {
  margin-bottom: 0;
  padding-bottom: 0;
}
a.button.btn-preview-pdf.btn-checkout {
  text-transform: none !important;
}
.rt-basket .item {
  padding: 20px 0;
}
.rt-basket .details {
  margin-bottom: 0;
  padding-bottom: 0 !important;
}
.abs-account-blocks .block-title > strong,
.abs-account-blocks .block-title > span,
.account .legend > strong,
.account .legend > span,
.form-giftregistry-search .legend > strong,
.form-giftregistry-search .legend > span,
.block-giftregistry-results .block-title > strong,
.block-giftregistry-results .block-title > span,
.block-giftregistry-shared-items .block-title > strong,
.block-giftregistry-shared-items .block-title > span,
.block-wishlist-search-form .block-title > strong,
.block-wishlist-search-form .block-title > span,
.block-wishlist-search-results .block-title > strong,
.block-wishlist-search-results .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.multicheckout .block-content .title > strong,
.multicheckout .block-content .title > span,
.customer-review .review-details .title > strong,
.customer-review .review-details .title > span,
.paypal-review .block .block-title > strong,
.paypal-review .block .block-title > span,
.account .column.main .block:not(.widget) .block-title > strong,
.account .column.main .block:not(.widget) .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > span,
.sales-guest-view .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > span {
  font-size: 1.2rem;
  font-weight: 300;
}
.c-tile__mini-heading,
.c-tile__heading,
.c-tile__text {
  padding-bottom: 1rem;
}
.c-tile__mini-heading {
  font-size: 0.6rem;
  letter-spacing: 0.07000000000000001em;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}
.c-tile__heading {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  color: #3C3C3C;
  letter-spacing: 0.07000000000000001em;
  margin: 0;
}
.c-footer__quick-links {
  width: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.c-footer__social {
  width: auto;
}
.ptb-l {
  padding-top: calc(34px + 3.22581vw);
}
.mt-l {
  margin-top: 80px;
}
.mb-m {
  margin-bottom: calc(14.19355px + 1.6129vw);
}
.mt-xs {
  margin-top: calc(3.54839px + 0.40323vw);
}
.mb-xs {
  margin-bottom: calc(3.54839px + 0.40323vw);
}
.mt-s {
  margin-top: 20px;
}
.mb-m {
  margin-bottom: calc(35px);
}
.bgc-dark-grey {
  background-color: #3C3C3C !important;
}
.c-featured-products {
  margin-top: 20px;
}
.pt-l {
  padding-top: 40px;
}
.c-article-cards {
  padding-bottom: 3rem;
  padding-top: 1.5rem;
}
.c-alt-media-object__content-title {
  margin-bottom: 20px;
  line-height: 40px;
  font-weight: 600;
  text-transform: inherit;
}
.pl-m {
  padding-left: 2rem;
}
.cta--simple-white {
  text-transform: none;
  border-bottom: 1px solid #fff;
}
.c-article-cards__item-content-cta a {
  font-weight: 600;
}
.c-tile__mini-heading,
.c-tile__heading,
.c-tile__text {
  padding-bottom: 1.5rem;
}
.c-tile {
  padding: 1.5rem;
  background-color: #F0F0F1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.c-tile--filled * {
  color: #fff;
}
.c-site-ancillary-navigation__item + .c-site-ancillary-navigation__item {
  padding-left: 0;
}
.fs-xl {
  font-size: 1.4rem;
}
.c-site-header__logo {
  margin-bottom: calc(11.17647px + 2.45098vw);
}
.onestepcheckout-index-index .page-title-wrapper {
  margin-top: 30px;
}
.checkout-index-index .shipping-address-item.not-selected-item {
  padding: 20px;
}
.checkout-index-index .shipping-address-item.selected-item {
  padding: 20px;
}
.onestepcheckout-index-index form#co-shipping-method-form {
  padding: 20px;
}
div#opc-sidebar .order-summary.hoverable {
  margin: 0;
}
.onestepcheckout-index-index .checkout-description {
  margin: 0;
  padding: 0;
}
.onestepcheckout-index-index .page-title-wrapper {
  margin-bottom: 0 !important;
}
.price-including-tax .price,
.price-excluding-tax .price {
  font-weight: 300 !important;
}
.categorypath-cabinets .products {
  width: 100%;
  float: left;
}
.categorypath-cabinets .c-page-intro {
  margin: 50px 0 0 0;
}
.categorypath-cabinets img.product-image-photo {
  position: absolute;
  margin-top: 0;
}
.categorypath-cabinets .product-item .price-box {
  margin: 10px 0 25px;
  text-align: center;
}
.categorypath-cabinets .product-item .price-box .price {
  font-weight: 700;
  white-space: nowrap;
  font-size: 19px;
  font-weight: 300;
}
.categorypath-cabinets .product-item-name,
.categorypath-cabinets .product.name a {
  font-weight: 400;
  font-size: 16px;
  min-height: 40px;
  text-align: left;
  color: #636363;
}
.categorypath-cabinets .product-item-name,
.categorypath-cabinets .product.name a:hover {
  text-decoration: none;
}
.categorypath-cabinets button.action.tocart.primary {
  font-size: 14px;
  display: inline-block;
}
.categorypath-cabinets .category-description {
  margin-bottom: 40px;
}
.categorypath-cabinets .filter-content .item {
  margin: 5px 0;
  font-size: 20px;
  padding-bottom: 5px;
  padding-left: 10px;
}
.categorypath-cabinets .filter-options-item {
  margin-top: 20px;
  border-bottom: none;
}
.categorypath-cabinets .sorter {
  position: static;
  margin-top: 20px;
}
.filter-options-content a {
  color: #636363 !important;
}
.filter-options-content a:hover {
  background: none !important;
}
.quickorder-index-index .form-box select:focus {
  outline: none;
  box-shadow: none;
  border-radius: 3px;
  border: #000 2px solid;
}
.downloadImages a {
  color: #636363;
  text-transform: none;
}
.download-images.show {
  background-color: #636363;
  background-image: url(https://tkc.co.uk/skin/frontend/rwd/tkc/images/icons/download-icon-white.svg);
  color: #FFF;
}
.filter-options-title {
  font-size: 24px ;
  font-weight: 500;
  color: #636363;
}
.control select#country {
  border: #ccc 1px solid;
  font-size: 14px;
  padding: 10px;
  height: 44px;
}
.cms-terms-and-conditions h1 {
  font-size: 16px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.cms-terms-and-conditions h2 {
  font-size: 16px;
  margin: 0;
}
.cms-terms-and-conditions ol {
  list-style: none;
}
.cms-terms-and-conditions .page-main h3 {
  margin: 0;
  padding: 0;
  font-size: 16px;
}
ul.disc {
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
  list-style: none;
}
ol {
  list-style: none;
}
.cms-privacy-policy tr {
  border-bottom: #ccc 1px solid;
  text-align: center;
}
.cms-cookies ol {
  list-style: none;
}
.cms-privacy-policy h2 {
  font-size: 0.8rem;
  margin: 0;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #000 !important;
  -webkit-box-shadow: 0 0 0px 1000px #efe3df inset !important;
  transition: background-color 5000s ease-in-out 0s !important;
}
.login-box input:-webkit-autofill,
.login-box input:-webkit-autofill:hover,
.login-box input:-webkit-autofill:focus,
.login-box textarea:-webkit-autofill,
.login-box textarea:-webkit-autofill:hover,
.login-box textarea:-webkit-autofill:focus,
.login-box select:-webkit-autofill,
.login-box select:-webkit-autofill:hover,
.login-box select:-webkit-autofill:focus {
  -webkit-text-fill-color: #000 !important;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
  transition: background-color 5000s ease-in-out 0s !important;
}
.hole-3 input {
  width: 50%;
  background: #efe3df !important;
  margin-right: 5px;
  margin-left: -3px;
  margin-bottom: 15px;
}
.box-brochure {
  background: #a7bc85;
  width: 100%;
}
.sidebar .button.light {
  background-image: url(../images/icons/email-icon.svg) !important;
  border: 1px solid #fff;
  color: #fff;
  text-transform: none;
  width: 100%;
  background-size: 22px;
}
.sidebar .button.light:hover {
  background-image: url(../images/icons/email-icon-on.svg) !important;
  border: 1px solid #fff;
  color: #ba0c2f;
  text-transform: none;
  background-size: 22px;
}
.hide > div {
  display: none;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: rgba(255, 255, 255, 0.8) !important;
  opacity: 0.8;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: auto !important;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 103;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-wrap {
  z-index: 500;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 105;
}
.mfp-content {
  padding: 40px 20px;
  background-color: #FFF;
  box-shadow: 0 0 5px #000000;
  z-index: 400;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 104;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-content .close {
  width: 20px;
  height: 20px;
  display: block;
  background-image: url(../images/icons/close.svg);
  position: absolute;
  top: 13px;
  right: 13px;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999px;
}
#email-brochure input[type='text'] {
  padding: 23px 14px;
  width: 100%;
  background: #efe3df;
  margin-bottom: 10px;
}
.mfp-content h2 {
  font-size: 0.8rem;
  margin: 0;
  padding: 0;
}
.category-cabinets .box-login {
  background: #989a9b;
}
.category-cabinets .box-login .register-section p {
  width: 33%;
}
.category-cabinets .forget_pass_info {
  width: auto;
  float: right;
  padding-top: 0;
}
.category-cabinets .login {
  background-image: url(../images/icons/arrow-right.svg) !important;
  background-color: #ba0c2f !important;
  color: #FFF;
  background-position: right 10px center !important;
  background-repeat: no-repeat !important;
  background-size: 10px auto !important;
  font-size: 15px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 12px 67px 12px 24px!important;
}
.category-cabinets .login:hover {
  background-image: url(../images/icons/arrow-right-on.svg) !important;
  border: 1px solid #fff !important;
  color: #ba0c2f !important;
  background-color: #FFF !important;
}
.category-cabinets .category-description {
  text-align: center;
  font-size: 1rem;
  padding: 0 9%;
}
.downloadImages {
  display: none;
}
.downloadImages p {
  font-size: 16px;
  padding-top: 20px;
  margin: 0;
  padding-bottom: 10px;
  text-align: left;
  text-transform: uppercase;
}
.downloadImages a {
  width: 100%;
  margin-bottom: 10px;
  font-size: 14px !important;
}
dt.download-images {
  padding: 10px 0;
  margin-bottom: 40px;
  border-bottom: 1px solid #ccc;
  color: #636363;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  padding: 10px;
  font-size: 0.9rem;
  line-height: 1.1rem;
  background-image: url(https://tkc.co.uk/skin/frontend/rwd/tkc/images/icons/arrow-down-on.svg);
  background-repeat: no-repeat !important;
  background-size: 20px!important;
  background-position: right 10px top 12px!important;
  cursor: pointer;
  float: left;
  width: 100%;
}
.download-images.show {
  background-color: #636363;
  background-image: url(https://tkc.co.uk/skin/frontend/rwd/tkc/images/icons/arrow-up-on.svg) !important;
  color: #FFF;
}
.sidebar.sidebar-main {
  padding: 0;
}
.products-grid .product-item-inner {
  background: #ffffff;
  box-shadow: none;
  border: none;
  border-top: none;
  left: auto ;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  right: 0;
  z-index: 2;
}
.abs-visually-hidden-desktop-s,
.products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
  border: 0;
  clip: inherit !important;
  height: inherit !important;
  margin: -1px;
  overflow: visible !important;
  padding: 0;
  position: absolute;
  width: inherit !important;
  box-shadow: none;
}
.page-products .products-grid .product-item {
  position: relative;
}
.category-cabinets .products {
  display: flex;
}
.category-cabinets .products #off-canvas-right {
  width: 92%;
  position: -webkit-sticky;
  position: sticky;
  top: 170px;
  /* max-height: calc(100vh - 190px); */
  overflow-y: auto;
  margin: 0;
}
.category-cabinets li.item.product.product-item {
  width: 32%;
  padding: 0;
  border-bottom: #ccc 1px solid;
  margin: 0;
  vertical-align: top;
}
.filter .block-subtitle {
  border-bottom: 1px solid #cccccc;
  font-size: 14px;
  font-weight: 600;
  line-height: 1em;
  padding: 10px 10px 10px;
}
.category-cabinets .filter .block-subtitle {
  display: none;
}
.limiter-options {
  margin: 0 5px 0 7px;
  width: auto;
  padding: 0px 8px;
  width: 70px;
}
.post-list-content .limiter {
  margin-top: 0 !important;
}
.categorypath-cabinets .filter.block {
  padding: 0 !important;
  margin: 0;
}
.favourite a {
  text-indent: -9999px;
  display: block;
  border: 0;
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 0;
  background-size: 22px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/icons/star.svg);
}
.favourite.active a {
  background-image: url(../images/icons/star-active.png);
}
.range-popup {
  position: absolute;
  top: 10px;
  right: 0;
  background-image: url(../images/icons/search-glass.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  background-position: center;
  z-index: 1000;
}
.range-modal {
  text-align: center;
}
.range-modal img {
  max-width: 350px;
  margin: 0 auto;
  float: none;
  display: inline-block;
}
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  display: none;
}
.category-cabinets .details {
  margin-bottom: 20px;
  margin-top: 20px;
}
.categorypath-cabinets h1.page-title {
  font-size: 16px;
  color: #ba0c2f;
}
.categorypath-cabinets .product-info-main {
  width: 100%;
  float: left;
  padding: 0;
  display: flex;
}
.categorypath-cabinets .product-info-main .product.media {
  width: 30%;
}
.customer-account-index .welcome-msg {
  margin-bottom: 20px;
}
.fotorama__stage__frame .fotorama__img {
  max-width: 85% !important;
  max-height: 85% !important;
}
.product-info {
  width: 52%;
  margin-right: 20px;
}
.catalog-product-view .control {
  display: inline-block;
  width: 100%;
}
.catalog-product-view .control input {
  border: #ba0c2f 1px solid;
  padding: 10px;
}
.catalog-product-view .control input:focus {
  border: #000 2px solid;
  padding: 10px;
  border-radius: 3px;
  box-shadow: none;
}
#co-place-order-area {
  padding: 0 20px !important;
  background: #ebebeb;
  padding-bottom: 30px !important;
  border: #ba0c2f 1px solid;
  border-top: none;
  padding-top: 20px !important;
}
#co-place-order-area fieldset.field.col-mp {
  padding: 0 !important;
}
.delivery-date .control input {
  border: none !important;
}
.categorypath-cabinets .product-info-price span.price {
  font-size: 18px !important;
  color: #ba0c2f;
}
.categorypath-essentials .favourite {
  position: relative;
  top: 0;
  right: 0;
}
.catalog-product-view a.button {
  width: 100%;
  text-indent: 0;
  text-decoration: none;
  font-size: 12px;
  line-height: 20px;
  padding: 11px 14px;
  border: 1px solid #ba0c2f;
  background-color: transparent;
  border-radius: 0;
  color: #ba0c2f;
  background-position: right 10px center;
  background-repeat: no-repeat !important;
  background-size: 10px auto;
  display: inline-block;
  cursor: pointer;
  text-transform: none;
  transition: all 0.2s;
  height: 42px;
  margin-top: 10px;
}
.diffcatalogue .favourite a {
  width: 100% !important;
  text-indent: 0;
  text-decoration: none;
  font-size: 12px;
  line-height: 20px;
  padding: 11px 14px !important;
  border: 1px solid #ba0c2f !important;
  background-color: transparent;
  border-radius: 0;
  color: #ba0c2f;
  background-position: right 10px center !important;
  background-repeat: no-repeat !important;
  background-size: 10px auto;
  display: inline-block;
  cursor: pointer;
  text-transform: none;
  transition: all 0.2s;
  height: 42px;
  margin-top: 10px !important;
}
.diffcatalogue .favourite a:hover {
  background-color: #ba0c2f;
  color: #FFF !important;
  border: #ba0c2f 1px solid;
  background-position: right 10px center;
  background-repeat: no-repeat !important;
  background-size: 10px auto;
}
.catalog-product-view button#product-addtocart-button {
  width: 100%;
  text-indent: 0;
  text-decoration: none;
  font-size: 0.8rem;
  line-height: 20px;
  padding: 11px 14px;
  border: 1px solid #ba0c2f;
  background-color: transparent;
  border-radius: 0;
  color: #ba0c2f;
  padding-right: 40px;
  text-align: left;
  text-transform: none;
  background-image: url(../images/icons/arrow-right.svg);
  background-color: #ba0c2f;
  color: #FFF;
  border: #ba0c2f 1px solid;
  background-position: right 10px center;
  background-repeat: no-repeat !important;
  background-size: 10px auto;
}
.catalog-product-view button#product-addtocart-button:hover {
  background-color: #fff;
  color: #ba0c2f;
  background-image: url(../images/icons/arrow-right-on.svg);
  background-position: right 10px center;
  background-repeat: no-repeat !important;
  background-size: 10px auto;
  display: inline-block;
  cursor: pointer;
  text-transform: none;
  transition: all 0.2s;
  height: 42px;
}
.page-with-filter .c-page-intro {
  margin: 0;
}
.page-with-filter .category-description {
  margin-bottom: 70px;
  text-align: center;
  font-size: 1rem;
  padding: 0 10%;
}
.catalog-product-view .favourite span {
  display: block;
}
.catalog-product-view .favourite {
  position: relative;
  top: 0;
  right: 0;
  width: auto;
  display: block;
  width: 100%;
}
.catalog-product-view .favourite span {
  display: inline-block;
  vertical-align: middle;
}
.catalog-product-view .favourite a {
  position: relative;
  text-indent: 0;
  width: auto;
  display: inline-block;
  white-space: nowrap;
  background-image: none;
  padding: 0 20px;
  vertical-align: top;
  margin: 0;
  border: none;
  color: #636363;
}
.catalog-product-view .favourite a:hover {
  position: relative;
  text-indent: 0;
  width: auto;
  display: inline-block;
  white-space: nowrap;
  background-image: none;
  padding: 0 20px;
  vertical-align: top;
  margin: 0;
  border: none;
  color: #ba0c2f;
  background: none;
}
.order-details-items .order-title > strong {
  font-size: 0.8rem;
  font-weight: 300;
}
.sales-order-invoice span.price {
  font-size: 0.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.table-order-items span.price {
  vertical-align: top;
}
.sales-order-invoice .actions-toolbar {
  margin-top: 0;
}
.sales-order-invoice .order-date span {
  padding-top: 10px;
  display: inline-block;
}
.diffcatalogue .product-info-main {
  float: left;
  width: 100%;
  display: flex;
}
.diffcatalogue .product.media {
  width: 20%;
}
.fotorama__stage__shaft,
.fotorama__stage {
  width: 200px !important;
}
.diffcatalogue .product-info-main .page-title-wrapper h1 {
  margin-bottom: 15px;
  font-size: 1rem;
}
.diffcatalogue .product-options-bottom .price-box .price-container .price,
.diffcatalogue .product-info-price .price-box .price-container .price {
  font-size: 20px;
  line-height: 20px;
}
.diffcatalogue a#tab-label-description-title {
  font-size: 16px;
}
.diffcatalogue .product-info {
  width: 83%;
  margin-right: 20px;
}
.block-collapsible-nav .item {
  margin: 0 !important;
}
aside.modal-slide.sagepaysuiteserver-modal._show {
  max-width: 750px;
  padding: 8% 0;
  margin-top: 90px;
  left: 0;
  margin: 0 auto;
}
.sagepaysuiteserver-scroll-wrapper input,
.sagepaysuiteserver-scroll-wrapper select {
  padding: 5px;
}
.modal-slide._show .modal-inner-wrap {
  padding: 20px;
}
#transactionDetails table {
  width: 100%;
  background-color: #ffffff;
}
.catalog-product-view .favourite a.button:hover {
  background: none !important;
  border: none;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.benefits {
  display: flex;
  margin-bottom: 20px;
}
.benefits-images img {
  display: block;
}
.benefits-images img + img {
  margin-top: 20px;
}
.benefits-text ul {
  padding-left: 40px;
}
.cms-careers .c-banner .owl-dots {
  top: 410px;
}
.cms-careers button.owl-prev {
  left: 0;
  top: 180px;
}
.cms-careers button.owl-next {
  right: 0;
  top: 180px;
}
.tabs_career {
  width: 100%;
  display: flex;
  margin: 0;
  padding: 0;
}
.tabs-left {
  float: left;
  width: 220px;
  margin-bottom: 20px;
  background-color: #FFF;
}
.tabs-rt {
  width: 80%;
  padding-left: 30px;
}
.tabs-left ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tabs-left .block-content ul li a {
  color: #636363;
  text-decoration: none;
  display: block;
  padding: 10px 30px 10px 10px;
  font-weight: 500;
}
.tabs-left .block-content ul li {
  list-style: none;
  border-bottom: 1px solid #ccc;
  font-weight: 800;
  text-transform: uppercase;
  display: block;
  font-size: 0.9rem;
  line-height: 1.1rem;
  background-image: url(https://tkc.co.uk/skin/frontend/rwd/tkc/images/icons/arrow-right-on.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: right 10px top 9px;
  cursor: pointer;
  float: left;
  width: 100%;
}
.tabs-left .block-content ul li.current {
  list-style: none;
  border-bottom: 1px solid #ccc;
  font-weight: 800;
  text-transform: uppercase;
  display: block;
  font-size: 0.9rem;
  line-height: 1.1rem;
  background-color: #ba0c2f;
  background-image: url(https://tkc.co.uk/skin/frontend/rwd/tkc/images/icons/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: right 10px top 9px;
  cursor: pointer;
  float: left;
  width: 100%;
}
.col-left.sidebar .block-content {
  float: left;
  width: 220px;
  margin-bottom: 20px;
  background-color: #FFF;
}
.categorypath-our-ranges .category-description {
  font-size: 1em;
  text-align: left;
  padding: 2em 0% 0;
  margin-bottom: 0;
}
.grecaptcha-badge {
  z-index: 99;
}
.product.options {
  font-size: 16px;
}
.drilling-container .diagram.container .diagram {
  border: 1px solid #ba0c2f;
  width: 100%;
  height: auto;
}
.drilling-popup.show {
  margin-top: 0;
  transform: translateY(-50%);
}
.abs-margin-for-blocks-and-widgets-desktop,
.page-main .block,
.customer-review .product-details {
  margin-bottom: 0;
}
#email-brochure input[type="submit"] {
  border: #ba0c2f 1px solid;
}
div#email-brochure {
  max-width: 460px;
}
.edit-drilling-inputs input {
  background: #efe3df;
  width: 50%;
}
.edit-drilling-inputs input {
  width: auto;
}
.hole-locations div {
  margin-bottom: 10px;
}
tr.drilling-row {
  font-size: 14px;
  padding-left: 15.2%;
  box-sizing: border-box;
  margin-top: -48px;
  position: relative;
  z-index: 9;
}
button.btwn-mr-s.btwn-mtb-s.button.edit-button.updateDrilling {
  text-transform: none;
}
.cart.table-wrapper .actions-toolbar {
  width: 100%;
  position: static;
}
.c-site-ancillary-navigation .c-site-ancillary-navigation__item--checkout .ptb-xs {
  padding: 10px 44px;
}
.ma5menu--active a.bar_lines {
  background: none;
}
.tkc-testimonials-content-outer {
  display: none;
  width: 100%;
  z-index: 1;
  max-width: 1360px;
  margin: 0 auto;
}
.forgetpass {
  font-size: 14px;
}
.login-container .fieldset:after {
  margin-top: 0;
  font-size: 14px;
  margin-bottom: 10px;
}
.account .column.main {
  padding: 10px 28px;
}
#configurator .product .edit span {
  display: block;
  position: relative;
  bottom: -10px;
}
#configurator .product .edit {
  position: relative;
  top: -5px;
}
ul.n_vacancies_listing li {
  background: #eee;
  display: inline-block;
  width: 48%;
  border-left: #ba0c2f 30px solid;
  padding: 50px 30px 40px;
  margin: 10px 10px 20px;
  text-align: left;
  vertical-align: top;
  min-height: 664px;
}
.vacancies-index-index .toolbar {
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
  float: left;
}
body > .loading-mask {
  z-index: 99999999 !important;
}
.qty-field-wrapper .action-delete:before {
  display: none;
}
.off-canvas-right .cart-popup .actions .save-order,
.off-canvas-right .cart-popup .actions .view-order {
  min-height: 34px;
  line-height: 34px;
}
a.button.btn-preview-pdf.btn-checkout {
  text-transform: none !important;
  padding: 10px 15px 10px 15px;
}
.form-box .item-actions .button.add-drilling {
  padding: 7px 15px;
}
body .page-main {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
body .page-footer {
  padding-bottom: 0;
}
body.account.page-layout-2columns-left .sidebar-main,
body.account.page-layout-2columns-left .sidebar-additional {
  width: 20.3%;
}
.box-content address {
  font-size: 16px;
  margin-bottom: 20px;
}
.catalog-product-view.page-layout-1column .product.media {
  width: 100%;
}
.onestepcheckout-index-index #checkout-review-table .a-left.product {
  width: 26%;
}
.osc-place-order-block.checkout-addition-block.col-mp.mp-12 {
  border: none;
}
@media screen and (max-width: 1368px) {
  .c-product-configurator__sections li:nth-child(3) .c-product-accessory-table__cell--sku {
    width: 240px;
  }
  .c-product-configurator__sections li:nth-child(3) .c-product-accessory-table__cell--title {
    width: 80px;
  }
  .c-product-accessory-table__cell.c-product-accessory-table__cell--title {
    position: relative;
    top: 7px;
  }
  .c-site-header.has-sub-nav:after {
    left: 50%;
  }
  .c-product-accessory-table__cell:not(:first-child) {
    width: 32%;
  }
  .c-product-accessory-table__cell-title.desk-title {
    padding: 0 0 !important;
  }
  .jigsaw-tabular .desk-title .c-product-accessory-table__cell-content {
    left: 22px !important;
  }
  .c-product-configurator__sections li:nth-child(3) .c-product-accessory-table__cell--sku + .c-product-accessory-table__cell--title,
  .jigsaw-tabular .c-product-accessory-table__cell--sku + .c-product-accessory-table__cell--title {
    left: 0 !important;
  }
  .c-product-accessory-table__cell-title.c-product-accessory-table__cell-title--align-right.desk-title {
    left: 4px !important;
    position: relative;
  }
  .c-product-accessory-table__cell--list-price .price {
    position: relative;
    left: -15px;
  }
  .jigsaw-tabular .c-product-accessory-table__cell-content {
    padding-right: 6px !important;
  }
  .jigsaw-tabular .c-product-accessory-table__item:first-child .c-product-accessory-table__cell--controls {
    left: -2px !important;
  }
  .c-product-configurator__sections li:nth-child(3) .c-product-accessory-table__cell-content span {
    padding-left: 59px !important;
  }
}
@media screen and (max-width: 1324px) {
  .mp-7 {
    width: 63.666667%;
  }
  .mp-5 {
    width: 36.333333%;
  }
}
@media screen and (max-width: 1280px) {
  .product-item-sku-block strong {
    font-size: 12px !important;
    padding-left: 0 !important;
  }
  .one-step-checkout-wrapper .minicart-items-wrapper .product-item-detail {
    display: inherit;
    padding-left: 0 !important;
  }
  .order-summary .opc-block-summary .product-item .subtotal {
    margin-left: 0 !important;
  }
}
@media screen and (min-width: 1280px) {
  .c-product-grid__title {
    font-size: 0.9rem;
  }
  .c-product-grid__item {
    padding-top: 4rem;
    padding-left: 4rem;
  }
  .c-newsletter-form .c-newsletter-form__input {
    font-size: 0.8rem;
  }
  .c-footer__title {
    margin-bottom: 0.8rem;
  }
  .c-footer__primary * {
    font-size: 0.7rem;
    color: #fff;
    position: relative;
  }
  .c-footer__secondary-inner-wrap {
    font-size: 0.7rem;
  }
  div.mage-error[generated] {
    color: #ba0c2f;
    font-size: 0.8rem;
    width: 100%;
    float: left;
    padding-bottom: 10px;
  }
  .c-featured-products__item-content-title {
    font-size: 0.8rem;
    text-transform: none;
    color: #3C3C3C;
    font-weight: 600;
  }
  .c-featured-products__items {
    margin-top: -2rem;
    padding-top: 2rem;
  }
  .c-featured-products__main-wrapper {
    padding: 0 8rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-top: 1px solid #f0f0f1;
    border-bottom: 1px solid #f0f0f1;
    position: relative;
    margin-bottom: 2rem;
  }
  .fs-l {
    font-size: 1.1rem;
  }
  .fs-xl {
    font-size: 1.4rem;
  }
  .fs-l {
    font-size: 1.1rem;
  }
  .fs-m {
    font-size: 0.8rem;
  }
  .c-wysiwyg-content {
    font-size: 0.7rem;
    padding: 10px 0;
  }
  .c-site-header__nav-toggle-text {
    padding-left: 0.35rem;
  }
  .c-site-navigation__item + .c-site-navigation__item {
    padding-left: 1rem;
  }
}
@media (max-width: 1220px) {
  .category-description {
    max-width: 54em;
    margin: 0 auto;
  }
  .section-wrap {
    max-width: 67rem;
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .c-product-grid__item {
    width: 48%;
    padding-top: 4rem;
    padding-left: 4rem;
  }
  .c-newsletter-form__row {
    margin-top: 10px;
    position: relative;
  }
  div.mage-error[generated] {
    color: #ba0c2f;
    font-size: 0.8rem;
  }
  .mp-7 {
    width: 57.666667%;
  }
  .mp-5 {
    width: 42.333333%;
  }
}
@media screen and (max-width: 1024px) {
  .benefit_one:before {
    top: 12px;
  }
  .benefit_four:before {
    top: 17px;
  }
  .section-wrap--restricted {
    max-width: 42rem;
    padding-right: 0;
    padding-left: 0;
    margin: auto;
  }
  .c-site-header {
    max-width: 46.2rem;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
  .c-banner__content {
    padding: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .section-wrap--narrow {
    max-width: 53rem;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
  .c-site-ancillary-navigation__item + .c-site-ancillary-navigation__item {
    padding-left: calc(-45px + 5.85938vw);
  }
  .section-wrap {
    max-width: 67rem;
    padding-right: 0;
    padding-left: 0;
  }
  .section-wrap--restricted {
    max-width: 58rem;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
  .c-footer__get-in-touch-column {
    width: 33.333%;
    padding-right: 20px;
  }
  .c-footer__column--restricted {
    width: 40%;
  }
  .c-tile-group .c-tile {
    width: calc(50%);
  }
  .c-tile__figure {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    display: block;
  }
  .c-tile__content {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 62%;
    padding-right: 20px;
  }
  .c-tile {
    background-color: #F0F0F1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .c-tile-group .c-tile + .c-tile {
    margin-left: 20px;
  }
  .section-wrap--narrow {
    max-width: 53rem;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
    margin: 0 auto;
  }
  .c-site-header.has-sub-nav:after {
    content: ".";
  }
  .c-site-header {
    padding-top: 0;
    background-color: #fff;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-areas: "logo order-button order-button" "logo primary-nav ancillary-nav";
    -ms-grid-columns: auto 40px 3fr 40px 2fr;
    grid-template-columns: auto 3fr 2fr;
    grid-column-gap: 40px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 99999;
  }
  .c-site-ancillary-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    margin-top: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0;
    position: relative;
    top: 15px;
    height: 30px;
  }
  .c-product-accessory-table__cell--title {
    width: 40%;
  }
  .minicart-wrapper .action.showcart.active:before {
    display: none !important;
  }
  .c-site-navigation__sub-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    position: absolute;
    z-index: 999;
    background-color: #F0F0F1;
  }
  .c-site-header.has-sub-nav:after {
    padding: 1em 0;
    margin-top: 0;
  }
  .c-site-navigation__sub-nav-item {
    padding: 1.1em 1.4em;
  }
  .c-footer__column--restricted {
    width: 40%;
  }
  .c-site-header.has-sub-nav {
    margin-bottom: 78px;
  }
  .c-site-header {
    padding-top: 0;
    background-color: #fff;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-areas: "logo order-button order-button" "logo primary-nav ancillary-nav";
    -ms-grid-columns: auto 40px 3fr 40px 2fr;
    grid-template-columns: auto 3fr 2fr;
    grid-column-gap: 40px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 99999;
  }
  .c-site-header__main-cta-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-area: order-button;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 0;
  }
  .fc-mid-grey {
    color: #979a9b !important;
  }
  .c-site-header__logo > svg {
    height: 3rem;
    width: 5.15rem;
  }
  .c-site-header__nav-toggle {
    height: 1.75rem;
    display: none;
  }
  .c-site-header__primary-navigation {
    padding-top: 0;
    grid-area: primary-nav;
    align-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .c-site-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-site-navigation__item + .c-site-navigation__item {
    padding-top: 0;
  }
  .c-site-header__primary-navigation + .c-site-header__ancillary-navigation {
    padding-top: 0;
  }
  .c-site-navigation .c-site-navigation__item.is-active .c-site-navigation__link {
    background-color: #F0F0F1;
  }
  .left_panel_info h2 {
    font-size: 2.1em;
    line-height: 47px;
  }
}
@media (max-width: 1024px) {
  .c-site-header__primary-navigation {
    width: 100%;
  }
  .registration-form section {
    padding: 50px 30px 35px;
  }
  .registration-form .tab-panel li {
    width: 100%;
  }
  .control #newsletter {
    width: 180px;
  }
  .c-footer__primary-inner-wrap {
    color: #fff;
  }
  .c-footer__primary.bgc-dark-grey.pt-l {
    padding: 0 20px;
    box-sizing: border-box;
  }
  .action.primary,
  .action-primary {
    font-size: 0.8rem;
  }
  .c-site-header > * {
    width: 100%;
  }
  .c-site-header > * {
    position: relative;
    z-index: 2;
    top: 15px;
    right: 0;
  }
  .c-site-header__nav-toggle {
    height: calc(27.28916px + 0.75301vw);
  }
  .c-site-header__nav-toggle {
    height: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 50%;
  }
  .c-site-header__nav-toggle-text {
    padding-left: 0.25rem;
    font-weight: 600;
  }
  .c-toggle-nav-icon {
    display: block;
    width: 12px;
    height: 12px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .c-toggle-nav-icon span {
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .c-toggle-nav-icon i,
  .c-toggle-nav-icon span {
    top: 5px;
    background: #000;
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    left: 5px;
  }
  .c-toggle-nav-icon i:before,
  .c-toggle-nav-icon i:after {
    content: "";
    display: block;
    background: #000;
    width: 100%;
    height: 1px;
    position: absolute;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .c-toggle-nav-icon i:before {
    top: -4px;
  }
  .c-toggle-nav-icon i:after {
    top: 4px;
  }
  .c-site-header__nav-checkbox ~ * {
    display: none;
  }
  .c-site-header__nav-checkbox:checked ~ * {
    display: block;
  }
  ul.n_vacancies_listing {
    padding: 0 20px;
  }
  .n_quality_info h2 {
    font-size: 55px;
    letter-spacing: 5px;
  }
  .wirework_feature {
    padding-left: 0;
    margin-bottom: 50px;
  }
  .wirework_feature .pagebuilder-column {
    left: 0;
  }
  .mp-7 {
    width: 100%;
  }
  .mp-5 {
    width: 100%;
  }
}
@media (max-width: 1024px) and (max-width: 1023px) {
  .pagebuilder-column.compo_drawer_colom {
    margin-top: 20px;
  }
  #configurator {
    display: block;
    width: 100%;
  }
  #configurator #off-canvas-right {
    width: 100%;
    padding: 35px 0;
    position: relative;
    top: 0;
    display: block;
    float: left;
  }
  #productConfigurator,
  #productConfiguratorJigsaw {
    width: 100%;
    margin-bottom: 30px;
  }
  header#header {
    padding: 20px 3em;
    box-sizing: border-box;
    width: 100%;
  }
  .c-site-header > * {
    position: relative;
    z-index: 2;
  }
  .c-site-header__nav-checkbox ~ * {
    display: none;
  }
  .c-site-header__nav-checkbox:checked ~ * {
    display: block;
  }
}
@media (max-width: 990px) {
  a.c-site-header__logo {
    margin: 0;
    margin-bottom: 6px;
  }
  .c-category-navigation__button,
  .c-category-navigation__sub-button,
  .c-category-navigation__more-button {
    background: #fff;
  }
  .c-category-navigation__button:hover,
  .c-category-navigation__sub-button:hover,
  .c-category-navigation__more-button:hover {
    background: #fff;
  }
  .range-slider .colour-nav {
    position: absolute;
    bottom: -75px;
    left: 50%;
    width: 100%;
    text-align: center;
    height: 100px;
    z-index: 100;
    width: 700px;
    margin-left: -350px;
  }
  .range-slider .colour-nav {
    width: 400px;
    margin-left: -200px;
  }
  .range-slider .owl-nav .owl-next {
    cursor: pointer;
    float: right;
    margin-right: -50px;
    width: 25px;
    height: 45px;
    background-image: url(../images/icons/slide-arrow-right.svg);
    display: block;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    position: absolute;
    top: -40px;
    right: 0;
  }
  .range-slider .owl-nav .owl-prev {
    cursor: pointer;
    float: left;
    margin-left: -50px;
    width: 25px;
    height: 45px;
    background-image: url(../images/icons/slide-arrow-left.svg);
    display: block;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    position: absolute;
    top: -40px;
    left: 0;
  }
  .register-box {
    width: 100%;
    margin-bottom: 30px;
  }
  .login-box {
    width: 100%;
  }
  .c-featured-products:not(.is-carousel) .c-featured-products__item {
    width: 25%;
  }
  .c-site-navigation a {
    color: #636363;
    padding: 0;
  }
  .c-site-navigation__sub-nav {
    padding-left: 12px;
    padding-top: 6px;
  }
  .c-site-navigation__item {
    margin: 8px 0;
  }
  .c-site-navigation__sub-nav-item {
    padding: 0.4em 0.2em;
  }
  .c-site-header__main-cta-wrap a {
    margin-left: 0;
  }
  .c-site-header__main-cta {
    padding: 5px 12px;
  }
  .c-site-header__main-cta-wrap a {
    margin: 9px 0;
  }
  .c-site-ancillary-navigation__link {
    margin: 5px 0;
  }
  .banner_announcement {
    padding: 10px 10px;
    box-sizing: border-box;
  }
  .c_testi_block .c_testi_info {
    padding: 80px 50px 20px;
  }
  .view_vacancies_lnk a:visited {
    color: #fff;
  }
}
@media (max-width: 800px) {
  ul.n_vacancies_listing {
    padding: 0 40px;
  }
  ul.n_vacancies_listing li {
    margin: 0;
    margin-bottom: 20px;
  }
  .c-site-navigation a {
    text-transform: none;
  }
  .c-page-intro {
    margin: 50px 0 30px;
  }
  .hd-cls {
    padding-bottom: 3rem;
    margin-top: 0;
  }
  .page-products .columns {
    padding-top: 20px;
    position: relative;
    z-index: 1;
  }
  .c-product-grid__item {
    width: 50%;
    padding-top: 2rem;
    padding-left: 2rem;
  }
  .range-slider button:hover {
    background: none;
    border: none;
    box-shadow: none;
  }
  .c-footer__secondary {
    padding: 1em 1.5em;
  }
  .section-wrap--narrow {
    max-width: 57rem;
    padding-right: 0.5rem;
  }
  .section-wrap {
    max-width: 67rem;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .pt-l {
    padding-top: 0;
  }
  .category-description {
    max-width: 43em;
    margin: 0 auto;
  }
  .c-banner__heading {
    font-size: 1.5rem;
    padding-bottom: 0rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.07000000000000001em;
  }
  .c-tile__heading {
    font-size: 1.2rem;
  }
  .c-tile {
    padding: 0.5rem;
  }
  .c-tile__figure {
    display: none;
  }
  .c-featured-products:not(.is-carousel) .c-featured-products__item {
    width: 34%;
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  .control #newsletter {
    width: 180px;
    padding: 23px;
    height: 44px;
  }
  .c-footer__primary-inner-wrap {
    color: #fff;
  }
  .c-footer__primary.bgc-dark-grey.pt-l {
    padding: 0 20px;
    box-sizing: border-box;
  }
  .action.primary,
  .action-primary {
    font-size: 0.8rem;
  }
  .c-featured-products:not(.is-carousel) .c-featured-products__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    width: 100%;
  }
  .fs-xl {
    font-size: 1.1rem;
  }
  .c-alt-media-object__content-title {
    margin-bottom: 20px;
    line-height: 40px;
    font-weight: 600;
    text-transform: inherit;
    font-size: 15px;
    line-height: 34px;
  }
  .pl-m {
    padding-left: 0;
  }
  .mb-m {
    margin-bottom: 0;
  }
  .c-article-cards__item-content-cta a {
    font-weight: 500;
    font-size: 0.7rem;
  }
  .c-article-cards {
    padding-bottom: 1.2rem;
  }
  section.ptb-xl {
    padding: 3em 0 0;
  }
  .c-newsletter-form__row label {
    font-size: 13px;
  }
  .c-footer__get-in-touch-columns {
    font-size: 13px;
  }
  .c-footer__quick-links li {
    line-height: 25px;
    font-size: 13px;
  }
  .c-footer__social-column p {
    margin-bottom: 0;
    padding-bottom: 18px;
    color: #fff;
    font-size: 13px;
  }
  .c-wysiwyg-content p {
    font-size: 15px;
    line-height: 23px;
  }
}
@media only screen and (min-width: 771px) {
  .off-canvas-right {
    width: 480px;
  }
}
@media (max-width: 680px) {
  .onestepcheckout-index-index #checkout-review-table .a-left.product {
    width: 100%;
  }
  ul.n_vacancies_listing li {
    min-height: auto;
  }
  .c-product-accessory-table__tab {
    display: block;
  }
  .header_info_txt p {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .block-collapsible-nav .content {
    background: none;
    padding: 15px 0;
    float: left;
    width: 100%;
    background: #fff;
  }
  .account .column.main {
    padding: 10px 0;
  }
  h3.c-logo-collection__title {
    font-size: 14px;
  }
  .c-logo-collection__item > svg,
  .c-logo-collection__item img {
    width: 95%;
    margin: 20px 0;
  }
  .c-footer__primary-inner-wrap {
    padding: 40px 0 20px 0;
  }
  .c-footer__primary.bgc-dark-grey.pt-l {
    padding: 0 15px;
  }
  #cart-popup .product .price span,
  html body #cart-popup .product .quantity span,
  html body #cart-popup .product .sku span {
    font-size: 0.6rem;
  }
  .off-canvas-right ul {
    padding: 0 30px;
    float: left;
  }
  #configurator .product .details {
    padding: 10px 0;
    line-height: 1;
  }
  #off-canvas-right .editcart {
    display: block !important;
  }
  .off-canvas-right,
  .configurator-cart__title {
    margin: 0;
  }
  .favourite {
    width: 100%;
    float: left;
    margin-top: 0;
    padding-left: 0;
  }
  .c-product-accessory-table__cell,
  .c-product-accessory-table__item {
    display: block;
  }
  .c-page-intro .c-button {
    padding: 0.4rem 0.75rem;
    display: inline-block;
    margin-bottom: 10px;
  }
  .off-canvas-right {
    width: 100%;
  }
  .c-product-filter-list,
  .c-product-filter-list__list {
    width: 100%;
    display: block;
  }
  .c-product-filter-list__label {
    margin-bottom: 0;
    color: #000;
  }
  .c-product-filter-list__item {
    margin-bottom: 15px;
    width: 100%;
  }
  .c-button--ghost.c-product-filter-list__button {
    width: 100%;
  }
  .c-product-configurator__section-label {
    font-size: 18px;
  }
  a.c-site-header__main-cta.bgc-mid-grey.fc-white {
    float: left;
  }
  .c-site-ancillary-navigation__item--checkout a {
    display: block;
    padding: 5px 20px;
    margin-top: 15px;
  }
  .shopping-cart svg {
    max-width: 35px;
  }
  .minicart-wrapper {
    margin-left: 0;
    margin-bottom: 15px;
  }
  .col.double.rangeinfo {
    font-size: 0.8rem;
  }
  .forget_pass_info {
    width: 100%;
    float: left;
    color: #fff;
    padding-top: 20px;
    text-align: right;
    padding-right: 0;
    top: 0;
    margin-top: -30px;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 100%;
    box-sizing: border-box;
  }
  .post-item-list .post-image {
    min-width: 325px;
  }
  .c-tile {
    padding: 1rem;
  }
  .c-tile__text {
    font-size: 12px;
  }
  .c-tile__mini-heading,
  .c-tile__heading,
  .c-tile__text {
    padding-bottom: 0.8rem;
  }
  .c-page-intro__text {
    font-size: 0.8rem;
  }
  .c-category-navigation__more-nav {
    margin-left: 0;
  }
  .c-product-configurator__row {
    display: block;
  }
  .c-colour-option-list {
    width: 100%;
  }
  .page-layout-1column .product.media {
    width: 100%;
    margin-bottom: 35px;
  }
  .c-product-configurator__selected-colour .c-button {
    padding: 0.3rem 1.2rem;
  }
  .group-meta-inner h1.page-title {
    font-size: 34px;
  }
  .range-slider-cta {
    bottom: 30px;
  }
  .group-meta-inner.mt-s {
    padding: 0 15px;
  }
  .bbi-range-slider {
    position: relative;
  }
  .range-slider .owl-nav {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
  }
  .c-product-configurator__section {
    padding-left: 1rem;
  }
  .block.block-login.box-panel.box-login {
    width: 100%;
    margin: 3.5rem 0 3.5rem;
    height: auto;
  }
  .block-login h2 {
    font-size: 19px;
  }
  header#header {
    padding: 20px 2.5em;
  }
  .customer-account-login .field.email.required,
  .customer-account-login .field.password.required {
    width: 37%;
    margin-right: 15px;
  }
  .c-site-header > * {
    position: relative;
    z-index: 2;
    top: 0rem;
    right: 0.5rem;
  }
  .control #newsletter {
    width: 420px;
    padding: 23px;
    height: 44px;
  }
  .c-site-header__nav-toggle-text {
    padding-left: 0.25rem;
    font-size: 14px;
    position: relative;
    left: 10px;
    top: 5px;
  }
  .c-toggle-nav-icon {
    left: 5px;
    top: 5px;
  }
  li.c-footer__get-in-touch-column {
    width: 50%;
    margin-bottom: 40px;
  }
  .c-page-intro__heading {
    font-size: 1.1rem;
  }
  .c-footer__column--split {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
  .c-footer__secondary {
    padding: 1em 1.5em;
  }
  .background-fill-width .c-simple-intro.mb-m {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  h1.c-banner__heading.fc-white {
    font-size: 25px;
    padding-top: 10px;
    margin-bottom: 10px;
  }
  button.owl-prev,
  button.owl-next {
    bottom: 46%;
  }
  .owl-dots {
    width: 100%;
    text-align: center;
  }
  .c-site-navigation a {
    text-transform: none;
  }
  nav.c-site-header__primary-navigation,
  .c-site-header__main-cta-wrap,
  .c-site-header__ancillary-navigation {
    padding-left: 11px;
  }
  a.c-site-navigation__link {
    font-size: 14px;
  }
  .c-product-accessory-table__cell.is-collapsed {
    display: none;
  }
  .c-product-accessory-table__cell--height,
  .c-product-accessory-table__cell--width {
    width: 30%;
  }
  .c-product-accessory-table__item:not(:last-child) .c-product-accessory-table__cell:last-child {
    padding-bottom: 1rem;
    border-bottom: 1px solid #b1b3b4;
  }
  .c-product-accessory-table__cell--controls {
    width: 100%;
    margin-left: auto;
  }
  .c-product-accessory-table__cell {
    padding-right: 20px;
  }
  .c-product-accessory-table__item + .c-product-accessory-table__item {
    margin-top: 0.25rem;
  }
  .c-product-accessory-table__tab:hover {
    background-color: transparent;
  }
  .c-button,
  .c-button:hover {
    background-image: none;
  }
  .c-product-accessory-table__item {
    position: relative;
  }
  .c-product-accessory-table__tab + .c-product-accessory-table__cell {
    width: 100%;
  }
  .c-product-accessory-table__tab {
    padding: 0;
    position: absolute;
    right: 0;
  }
  button.c-button.c-product-accessory-table__tab {
    border: none;
    box-shadow: none;
  }
  button.c-button.c-product-accessory-table__tab:hover {
    border: none;
    box-shadow: none;
  }
  .c-product-accessory-table__tab svg {
    width: 20px;
  }
  .c-product-accessory-table__tab.is-expanded {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .c-product-accessory-table__cell-title {
    display: block;
  }
  .c-product-accessory-table__cell--sku {
    width: 40%;
    float: left;
  }
  .c-product-accessory-table__cell-content--align-right {
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: end;
    justify-content: start;
  }
  .c-product-accessory-table__cell-content {
    display: block;
  }
  .c-product-accessory-table__cell:not(:first-child) {
    margin-left: 0;
    float: left;
    margin-bottom: 10px;
  }
  .c-product-accessory-table__item > div:nth-child(2),
  .c-product-accessory-table__item > div:nth-child(3) {
    margin-bottom: 0;
  }
  .n_profile_content p {
    padding: 11px 30px !important;
    font-size: 16px !important;
  }
  .modal-popup .modal-inner-wrap {
    width: 92%;
  }
  .category-cms div {
    min-height: 250px !important;
    background-position: center !important;
  }
  .category-wirework .category-description {
    padding: 0 20px !important;
  }
  .category-our-ranges .c-page-intro__heading,
  .catalog-category-view .c-page-intro__heading {
    font-size: 30px;
  }
  #checkout-review-table .a-center.last.button-remove {
    float: right;
    margin-top: 0;
    position: absolute;
    right: 0;
    margin-top: -14px;
  }
  .order-details-items .col.price .price-including-tax,
  .order-details-items .col.subtotal .price-including-tax,
  .order-details-items .col.price .price-excluding-tax,
  .order-details-items .col.subtotal .price-excluding-tax {
    display: inline-block;
    vertical-align: top;
  }
}
@media (max-width: 650px) {
  ul.n-myaccount_area {
    font-size: 12px;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 24px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.5) -1px 8px 17px -2px;
    text-align: right;
    position: relative;
    right: 0;
    width: 100%;
    z-index: 999;
    top: 0;
    display: block;
  }
  .n-account {
    float: left;
    margin-top: 3px;
    margin-bottom: 10px;
    width: 100%;
  }
  .hd-cls {
    padding-bottom: 1rem;
    margin-top: 2rem;
  }
  .range-slider .colour-nav {
    position: absolute;
    bottom: -75px;
    left: 50%;
    width: 100%;
    text-align: center;
    height: 100px;
    z-index: 100;
    width: 200px;
    margin-left: -100px;
  }
  .get-in-touch-panel .col-left {
    width: 100%;
    margin-bottom: 30px;
  }
  .get-in-touch-panel .col-right {
    width: 100%;
  }
  #map {
    width: 100% !important;
    margin: 0 0 20px 30px;
  }
  .contact button.action.submit.primary {
    width: 100%;
    box-sizing: border-box;
  }
  .page-layout-1column .product-info-main {
    width: 100%;
    max-width: 1920px;
    text-align: center;
    padding: 0 10%;
    margin: 0 auto;
    float: none;
  }
  .group-meta-inner .product-info-main {
    margin-bottom: 20px;
  }
  .range-login .email,
  .range-login .password {
    float: left;
    margin-right: 0;
    width: 100%;
  }
  .range-login .password {
    float: left;
    margin-right: 0;
    width: 100%;
  }
  .col.range-product-page-sidebar {
    float: right;
    width: 100%;
    padding: 0;
  }
  .cms-about-us h1.page-title {
    font-size: 27px;
    margin-top: 5.5rem;
    margin-bottom: 2rem;
  }
  .cms-about-us .c-page-intro__text {
    padding: 0;
  }
  .c-text-image-media-object__content {
    width: 100%;
    padding-top: 40px;
  }
  .c-why-tkc-content-block__row {
    display: block;
  }
  .c-why-tkc-content-block__row-column {
    width: 100%;
    padding: 0 20px 30px 0;
  }
  .c-stat-blocks__item {
    width: 50%;
    padding-left: 1rem;
    padding-top: 3rem;
    padding-right: 1rem;
  }
  .c-text-image-media-object__media {
    width: 100%;
    padding-left: 0;
  }
  .c-card-group__item + .c-card-group__item {
    margin-left: 0;
  }
  .c-text-image-media-object__media {
    width: 100%;
    padding-left: 5rem;
  }
  .c-text-image-media-object {
    display: 0;
  }
  .mtb-l {
    margin-top: calc(15px);
    margin-bottom: calc(35px);
  }
  .c-media-object__title {
    font-size: 1rem;
    line-height: 27px;
    margin-top: 30px;
  }
  .c-media-object:before,
  .c-media-object:after {
    display: none;
  }
  .category-complete-kitchens .c-media-object__figure img {
    margin-bottom: 20px;
  }
  .c-media-object.mb-m {
    margin: 0;
  }
  .c-product-grid__item {
    padding-top: 1rem;
  }
  .ptb-l {
    padding-top: 0;
  }
  .c-media-object {
    display: block;
  }
  .category-complete-kitchens .c-media-object__figure img {
    max-width: 100%;
    float: right;
    padding-right: 0;
  }
  .category-complete-kitchens .c-media-object__content {
    padding: 0px 20px;
    width: 100%;
    box-sizing: border-box;
  }
  .c-media-object__figure,
  .c-media-object__content {
    width: 100%;
  }
  .c-card-group__item {
    width: 82.5%;
  }
  .section-wrap {
    max-width: 67rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .c-banner__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
  }
  .c-page-intro__heading {
    font-size: 1.2rem;
    padding-bottom: 1rem;
    font-weight: 600;
    color: #3C3C3C;
    line-height: 1.2;
    text-align: center;
    text-transform: initial;
  }
  .c-banner__content {
    width: 100%;
    display: block;
    padding: 1rem;
    box-sizing: border-box;
  }
  .c-banner {
    position: relative;
    margin-bottom: 1rem;
    width: 100%;
    float: left;
  }
  .c-page-intro__heading {
    font-size: 1.1rem;
  }
  .c-page-intro {
    margin: 40px 0 20px;
    float: left;
    width: 100%;
  }
  .category-view {
    float: left;
    width: 100%;
  }
  .category-description {
    font-size: 14px;
    padding: 0 10px;
  }
  .c-product-grid__items {
    padding: 15px;
  }
  .c-product-grid__title {
    font-weight: 700;
    color: #3C3C3C;
    border-bottom: 1px solid #F0F0F1;
  }
  .c-product-grid__item-title {
    font-size: 0.8rem;
  }
  .c-product-grid__item-colours {
    margin-bottom: 0;
  }
  .page-products .columns {
    padding-top: 10px;
    float: left;
  }
  p.c-banner__text.fc-white {
    line-height: 22px;
  }
  .c-product-grid__item {
    padding-left: 1.6rem;
    padding-top: 3rem;
    width: 100%;
    padding-right: 0;
  }
  .c-banner__figure {
    position: relative;
    height: auto;
    padding-bottom: 60%;
    min-height: 100%;
    overflow: hidden;
    width: 60%;
    padding-bottom: calc(64%);
  }
  .form-box input[type="text"],
  .form-box select,
  .form-box label {
    float: left;
    width: 100%;
    line-height: 28px;
    color: #636363;
    margin-bottom: 10px;
  }
  .form-box select {
    margin-left: 0;
  }
  header#header {
    padding: 20px 20px 0px 20px;
    box-sizing: border-box;
    width: 100%;
  }
  .c-newsletter-form .c-newsletter-form__input {
    zoom: 2;
  }
  .c-footer__column--split {
    padding-top: 20px;
  }
  .customer-account-login .field.email.required,
  .customer-account-login .field.password.required {
    width: 100%;
    float: left;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .customer-account-login .form-login .actions-toolbar,
  .register-section a {
    width: 100%;
  }
  .block.block-login.box-panel.box-login {
    width: 100%;
    margin: 2rem 0;
    height: auto;
  }
  .box-panel h2.lower {
    font-size: 19px;
  }
  .register-section p {
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 12px;
  }
  .actions-toolbar .secondary .remind {
    font-size: 14px;
  }
  .message.global.cookie {
    color: #ffffff;
    padding: 0;
    text-align: center;
  }
  .message.global.cookie .actions {
    margin-top: 0;
    float: right;
    width: 100%;
    float: left;
  }
  button#btn-cookie-allow {
    background: #ba0c2f;
    border: none;
    padding: 17px 50px;
    margin: 0;
    font-size: 14px;
    width: 100%;
    display: block;
  }
  li.c-footer__get-in-touch-column {
    width: 50%;
  }
  .c-footer__social {
    width: 50%;
    padding-left: 35px;
    margin-top: 20px;
  }
  .c-footer__secondary {
    padding: 1em 1.4em;
  }
  .c-banner__inner-wrap .item {
    display: block;
  }
  .c-banner__figure {
    width: 100%;
    display: block;
  }
  .c-banner__content {
    width: 100%;
    display: block;
    padding: 1em;
  }
  .c-banner__heading {
    font-size: 1.1rem;
    padding-bottom: 0rem;
  }
  .c-button-group {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
    margin-bottom: 20px;
  }
  .c-tile__figure {
    display: none;
  }
  .c-tile__heading {
    font-size: 1.2rem;
  }
  .c-tile--filled .c-tile__content {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }
  .c-tile {
    padding: 0.7rem;
    margin-bottom: 5px;
  }
  .pt-l {
    padding-top: 0;
  }
  .c-featured-products:not(.is-carousel) .c-featured-products__item {
    width: 100%;
    padding-left: 0;
  }
  .c-alt-media-object__content {
    padding: 2rem;
    width: 100%;
  }
  .mt-l {
    margin-top: 40px;
  }
  .c-article-cards__items {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .c-article-cards__item {
    width: 100%;
    float: left;
    display: block;
    margin: 20px 0;
    padding: 0;
  }
  .c-logo-collection__item--square {
    width: 40%;
    display: inline-block;
  }
  .c-logo-collection__item--vwide-and-vshort {
    width: 65%;
    display: inline-block;
  }
  .c-logo-collection__item--narrow-and-tall {
    width: 35%;
    display: inline-block;
  }
  .c-logo-collection__item--wide-and-short {
    width: 55%;
    display: inline-block;
  }
  .c-logo-collection__item--square {
    width: 40%;
    display: inline-block;
  }
  .c-logo-collection__item:last-of-type {
    padding-bottom: 0;
  }
  .c-simple-intro {
    padding-bottom: 20px;
    border-bottom: #eee 1px solid;
    margin-bottom: 20px;
  }
  .c-featured-products__main-wrapper {
    padding: 0 2rem;
  }
  .c-featured-products__item-content-title {
    text-align: left;
    text-transform: none;
    color: #000;
    font-size: 16px;
  }
  .c-featured-products__item-content p {
    text-align: left;
    font-size: 14px;
    margin-bottom: 20px;
  }
  .c-featured-products__main-wrapper {
    padding: 0 2rem;
    margin-bottom: 40px;
    border-bottom: #eee 1px solid;
  }
  .fc-white {
    color: #fff !important;
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  .c-footer__column {
    width: 50%;
  }
  .c-logo-collection__item:first-of-type {
    margin-left: 0;
  }
  .c-logo-collection__item {
    margin: 0 1rem;
    padding-bottom: 1rem;
    width: 7.5rem;
  }
  .c-logo-collection__item {
    display: inline-block;
    width: 50%;
    padding-bottom: 1.5rem;
  }
  .c-logo-collection__item--square {
    width: 4rem;
  }
  .c-logo-collection__item--vwide-and-vshort {
    width: 7.25rem;
  }
  .c-logo-collection__item--narrow-and-tall {
    width: 3rem;
  }
  .c-logo-collection__item--wide-and-short {
    width: 6.5rem;
  }
  .c-alt-media-object__media {
    width: 40%;
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
  }
  .c-alt-media-object__media img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
    object-fit: cover;
  }
  .c-alt-media-object__content {
    width: 60%;
    padding: 3rem;
  }
  .c-footer__column {
    width: 50%;
  }
  .c-tile {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .colour-label {
    left: 0;
    width: 100px;
    left: -27px;
    top: -40px;
    font-size: 11px;
  }
}
@media screen and (min-width: 580px) {
  .c-tile--filled {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .c-tile-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 2.5rem;
  }
  .c-logo-collection__logos-wrap {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (min-width: 480px) {
  .c-button-group {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-button-group--align-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
/* new version start */
h1 {
  text-transform: uppercase;
  font-weight: 500;
}
.mac-os body {
  line-height: 2em;
}
.cms-home .page-bottom {
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.page-bottom {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  float: left;
  background: #ba0c2f;
}
.page-footer {
  padding: 0;
  margin: 0;
}
header.n-site-header {
  width: 100%;
  float: left;
  background: #ebebeb;
  padding: 5px 10px 0 10px;
  box-sizing: border-box;
  display: flex;
  position: relative;
  z-index: 9999;
}
header.n-site-header a {
  color: #000;
  margin: 0;
  font-weight: 600;
  font-size: 11px;
}
.n-site-header svg {
  max-width: 64px;
}
.n-logo {
  float: left;
  margin: 0 10px;
}
.n-logo svg {
  width: 4rem;
  height: 3rem;
}
.n-menu > .n-primary-menu > li > a {
  position: relative;
  color: #000;
  font-family: 'Gotham';
  display: -webkit-flex;
  padding: 24px 10px;
  font-size: 12px;
  letter-spacing: 1px;
}
.n-menu {
  float: left;
  width: 100%;
}
.n-menu ul.n-primary-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.n-menu ul.n-primary-menu > li {
  padding: 0 0.5rem;
  font-size: 0.6rem;
  font-weight: 600;
  text-transform: uppercase;
}
.n-menu ul.n-primary-menu > li > a:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 12px;
  width: 1.5px;
  background: #000;
  position: absolute;
  left: -10px;
  transform: rotate(26deg);
  top: calc(50% - 7px);
}
.n-menu ul.n-primary-menu > li:first-child a::after {
  display: none;
}
.n-account {
  float: right;
  margin-top: 0;
  padding: 0;
}
.n-account .n-login a {
  color: #000;
  border: #000 1px solid;
  font-size: 11px;
  padding: 5px 0;
  font-weight: 500;
  letter-spacing: 1px;
  min-width: 140px;
  text-align: center;
  display: block;
  text-transform: uppercase;
  margin-right: 10px;
}
.n-account .n-login a:after {
  display: none;
}
.toggle_menu_lnk {
  margin-left: auto;
  padding: 10px;
  font-weight: 600;
  float: right;
  display: none;
}
ul.n-sub-menu {
  position: absolute;
  left: 0;
  background: #fff;
  z-index: 999999;
  margin: 0;
  list-style: none;
  padding: 0;
  line-height: 26px;
  width: 260px;
  top: 70px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 8px 23px -10px;
  width: 100%;
  display: none;
  padding: 0px 4rem;
  padding-bottom: 2rem;
}
.n-sub-menu > li {
  width: 20%;
  padding: 0 20px;
}
.n-sub-menu > li > a {
  border-bottom: #ccc 1px solid;
  display: block;
  margin: 14px 0;
  padding: 10px 0;
  letter-spacing: 1px;
}
ul.n-sub-child-menu {
  list-style: none;
  font-weight: 400;
  text-transform: none;
}
ul.n-sub-child-menu a {
  padding: 0 !important;
  color: #000 !important;
  font-weight: 400;
}
.n_heading_full h2 {
  font-size: 3.4rem;
  text-align: center;
  font-weight: 500;
  letter-spacing: 8px;
  color: #404040;
  margin-bottom: 0.5em;
}
.n_heading_full p {
  text-align: center;
  font-size: 0.7rem;
  padding: 0 7.5%;
  line-height: 25px;
}
.n_crousel-info {
  width: 100%;
  float: left;
}
.n-sub-child-menu a {
  padding: 15px 15px;
  display: block;
}
.last_menu {
  margin-left: auto;
}
.active-submenu {
  position: relative;
}
.icon_info {
  display: none;
}
.n-sub-child-menu a {
  padding: 10px 0 !important;
}
.active-submenu:hover .icon_info {
  display: block;
}
.message.global.cookie {
  z-index: 999999;
}
.n-sub-child-menu a:hover {
  color: #ba0c2f !important;
}
.n-sub-child-menu li:last-child {
  border-bottom: none;
}
.n-primary-menu li:hover .n-sub-menu {
  display: flex;
}
.n-sub-menu li:hover ul.n-sub-child-menu {
  display: block;
}
.n-primary-menu a {
  padding: 0;
  display: block;
  text-align: left;
}
.n_footer_wrap {
  width: 100%;
  float: left;
  background: #fff;
}
.n_testimonial {
  background: #ba0c2f;
  width: 100%;
  float: left;
  padding: 20px 100px 30px;
  box-sizing: border-box;
  position: relative;
}
.n_testimonial .n_heading h1 {
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 2px;
  margin: 20px 0;
  border-bottom: none;
}
.n_slider_bar {
  text-align: center;
}
.n-sub-menu a {
  padding: 10px 20px;
}
.c_testi_block .c_testi_info {
  background: rgba(255, 255, 255, 0.6);
  text-align: center;
  padding: 80px 50px 20px;
  margin-bottom: 10px;
  position: relative;
  font-size: 14px;
  margin-bottom: 40px;
  min-height: 205px;
}
.c_testi_block .c_testi_info:before {
  content: "";
  width: 50px;
  height: 40px;
  position: absolute;
  top: 34px;
  left: 50%;
  background-size: 28px;
  margin-left: -25px;
  background-repeat: no-repeat;
}
.c_testi_block .c_testi_info p {
  color: #ffffff;
}
.c_testi_block .c_testi_speaker {
  color: #ffffff;
  text-align: center;
  font-style: italic;
  font-size: 16px;
}
.c_testi_info:after {
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 25px solid #fff;
  content: "";
  position: absolute;
  bottom: -25px;
  left: 45%;
  opacity: 0.6;
}
.center .c_testi_info:after {
  opacity: 1 !important;
}
.c_testi_block .c_testi_info:before {
  background: url(../images/wt-colon.png) no-repeat;
  background-size: 42px;
}
.center .c_testi_block .c_testi_info:before {
  background-image: url(../images/icons/colon.svg);
  background-size: 34px;
}
.n_contact_wrap {
  width: 100%;
  float: left;
  text-align: center;
  padding: 60px 8% 70px;
  box-sizing: border-box;
  background: #4c4b4b url(../images/footer_bg_img.jpg) no-repeat center center;
  color: #fff;
  background-size: cover;
}
.n_contact_wrap h4 {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
}
.n_contact_wrap .n_contact_container {
  font-size: 13px;
}
.n_contact_wrap .n_contact_container .n_contact_row1 {
  margin: 15px 0;
}
.n_contact_wrap .n_contact_container .n_contact_row2 a {
  color: #fff;
}
#address i {
  font-style: normal;
  font-weight: 600;
}
ul.n-myaccount_area {
  font-size: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 24px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.5) -1px 8px 17px -2px;
  text-align: right;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 999;
  top: 67px;
  display: none;
  padding: 22px 14px 37px 80px;
  min-height: 120px;
}
.n-af-login {
  font-weight: 600;
  margin-right: 20px;
}
ul.n-rt-lnks {
  list-style: none;
  text-align: right;
  font-size: 13px;
}
.n-myaccount_area li {
  padding: 0px 19px;
  float: left;
  width: 20%;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.n-myaccount_area li a:hover {
  color: #ba0c2f;
}
.n-myaccount_area a {
  border-bottom: #ccc 1px solid;
  padding: 10px 0;
  margin-bottom: 10px !important;
  display: block;
}
.n-jig_box {
  width: 100%;
  display: block;
  text-align: right;
  float: left;
  padding: 10px 25px;
  box-sizing: border-box;
  background: #fff;
}
.n-jig_box li {
  list-style: none;
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
}
.shopping-cart svg {
  width: 42px;
  color: #fff;
  height: 28px;
  position: relative;
  top: 4px;
  right: -2px;
  max-width: 38px;
}
.minicart-wrapper {
  margin-left: 13px;
  font-weight: 600;
  padding: 0;
}
.minicart-wrapper span.price-label {
  position: absolute;
  bottom: -2px;
  left: 42px;
}
.minicart-wrapper span.counter {
  position: relative;
  top: -13px;
  left: 0px;
  text-transform: uppercase;
}
.order_form {
  position: relative;
}
.order_form:before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../images/icons/search_icon.svg) no-repeat center center;
  top: 0;
  background-size: 26px;
  position: absolute;
}
.order_form input {
  background: #e4e5e7;
  padding: 8px;
  margin: 0 20px;
  width: 220px;
  position: relative;
  border: #e4e5e7 2px solid;
}
.n-jig_box polyline.cls-2,
.n-jig_box polyline.cls-1 {
  stroke: #fff;
}
.cls-1 {
  fill: #c3193a;
  stroke: none !important;
}
.n-jig_box a.shopping-cart {
  color: #ba0c2f;
  display: inline-block;
  margin-right: 10px;
}
a.n-btn-tkc {
  background: #ba0c2f;
  margin: 0;
  padding: 8px 40px;
  color: #fff !important;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 11px;
  letter-spacing: 1px;
  display: inline-block;
  font-weight: 600;
}
.n-jig_box li > label {
  color: #ba0c2f;
  margin-bottom: 0;
  padding: 8px 0;
  font-size: 11px;
  font-weight: 500;
}
.n_testimonial .owl-dots {
  display: none;
}
.center .c_testi_block .c_testi_info {
  background: #fff;
}
.center .c_testi_block .c_testi_info p {
  color: #000;
}
.tkc-testimonials-content-outer {
  margin-bottom: 10px;
}
.tkc-testimonials-content-outer .owl-item {
  opacity: 0.5;
}
.tkc-testimonials-content-outer .center {
  opacity: 1;
}
.page-main {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.account .page-main {
  padding: 0 6%;
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='contained'] {
  max-width: 100%;
}
figure.border-img-box-rt {
  padding-left: 10px;
  float: left;
  background: #fff;
  padding-bottom: 3px;
}
figure.border-img-box-lt {
  padding-right: 10px;
  float: left;
  background: #fff;
  padding-top: 3px;
}
.n_listing_info {
  width: 100%;
  float: left;
  padding: 6% 0;
  text-align: center;
}
.n_listing_info li {
  display: inline-block;
  width: 23%;
  text-align: center;
  padding: 0 1%;
  vertical-align: top;
}
.n_info_base p {
  font-size: 13px;
  margin: 0;
  padding: 0;
  color: #000;
}
.n_info_base h2 {
  font-weight: 600;
  font-size: 20px;
  color: #000;
  margin: 0;
  padding-bottom: 10px;
}
.n_info_base p {
  font-size: 16px;
}
.n_inner_header {
  width: 100%;
  float: left;
  position: relative;
}
.n_inn_img img {
  width: 100%;
  float: left;
}
.n_header_txt_slide {
  position: absolute;
  width: 100%;
  text-align: center;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.vacancies-index-index .n_header_txt_slide {
  background: rgba(0, 0, 0, 0.85);
}
.n_header_btn {
  margin-top: 7px;
}
.n_header_inside {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.n_header_inside h2 {
  color: #fff;
  font-size: 2.8em;
  letter-spacing: 0.6rem;
  white-space: nowrap;
  font-weight: 500;
  margin-bottom: 31px;
}
.n_header_inside p {
  font-size: 0.7rem;
  color: #fff;
  letter-spacing: 0.2px;
}
.n_header_btn a {
  border: #fff 1px solid;
  text-align: center;
  padding: 5px 7%;
  display: inline-block;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 17px;
}
.n_header_btn a:visited {
  color: #fff;
}
.bar_lines_account {
  display: none;
}
.n_main {
  width: 100%;
  margin: 0;
  padding: 0;
  float: left;
}
.n_container {
  max-width: 1366px;
  margin: 0 auto;
}
.col-md-12 {
  width: 100%;
  float: left;
  padding: 0;
  box-sizing: border-box;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
  display: flex;
}
.col-md-4 {
  width: 33.33333333%;
}
.n_box_channel {
  text-align: center;
  padding: 0;
}
.n_box_channel h2 {
  font-weight: 500;
  font-size: 22px;
  margin: 0;
  padding: 10px 0;
  color: #000;
  letter-spacing: 1px;
}
.n_box_channel p {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  margin: 0;
  padding: 2% 18%;
}
.heading_channels {
  font-weight: 500;
  font-size: 22px;
  margin: 0;
  padding: 10px 0;
  color: #000;
  letter-spacing: 1px;
}
.heading_channels p {
  margin: 0;
  padding: 0;
}
.heading_channels a {
  color: #000 !important;
  text-decoration: none;
  font-size: 22px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  font-weight: 500;
}
.heading_channels a:hover {
  color: #ba0c2f !important;
}
.n_content_area {
  margin: 4rem 0;
  width: 100%;
  float: left;
}
.n_content_area .col-md-4:nth-child(2) {
  border-left: #000 1px solid;
  border-right: #000 1px solid;
}
.n_channel_img {
  height: 250px;
  display: table;
  width: 100%;
}
.n_channel_img_inner {
  display: table-cell;
  vertical-align: bottom;
}
.n_channel_img img {
  width: 250px;
}
ul.n_vacancies_listing {
  width: 100%;
  float: left;
  box-sizing: border-box;
  text-align: left;
}
ul.n_vacancies_listing li {
  background: #eee;
  display: inline-block;
  width: 48%;
  border-left: #ba0c2f 30px solid;
  padding: 50px 30px 40px;
  margin: 10px 10px 20px;
  text-align: left;
}
.n_post_info {
  color: #ba0c2f;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
.n_vacancy_info h4 {
  color: #ba0c2f;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.n_vacancy_info p {
  font-size: 16px;
  padding: 10px 0;
  color: #000;
  line-height: 25px;
}
.vacancy_btn_wrap {
  width: 100%;
  float: left;
  position: relative;
  top: 15px;
  margin-top: 18px;
  left: 6px;
}
.right-align {
  text-align: right;
}
a.n_btn_border {
  border: #ba0c2f 2px solid;
  color: #ba0c2f;
  padding: 2px 20px;
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
}
a:visited.n_btn_border {
  color: #ba0c2f;
}
a.n_btn_border {
  border: #ba0c2f 1px solid;
  color: #ba0c2f;
  padding: 4px 40px;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
}
a:visited.n_btn_fill {
  color: #fff;
}
.n_job_header h1 {
  color: #404040;
  border-bottom: none;
  margin: 0px;
  padding: 0;
  font-size: 2.4em;
  font-weight: 300;
  margin-top: 0;
  letter-spacing: 1px;
}
.n_job_profile {
  color: #ba0c2f;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.1rem;
  padding: 5px 0;
  letter-spacing: 0.1rem;
  margin-top: 5px;
}
.n_close_job {
  padding: 5px 0;
  color: #000;
  font-size: 0.8em;
}
.n_close_job span {
  color: #ba0c2f;
}
.n_job_detail_btn {
  margin-top: 20px;
}
.n_job_detail_btn a {
  background: #ba0c2f;
  font-size: 15px;
  text-transform: uppercase;
  padding: 6px 120px;
  display: inline-block;
  margin: 5px 0 7px 0;
  font-weight: 500;
  color: #fff;
}
.n_job_detail_btn a:active {
  color: #fff;
}
.n_job_des p {
  color: #000;
  margin: 0;
  padding: 20px 0;
  font-size: 0.9rem;
  margin-top: 10px;
}
.vacancies-index-view .n_content_area {
  margin: 4rem 0 3.8rem;
}
.n_note_bk {
  font-weight: 600;
  color: #000;
  font-style: italic;
  font-size: 0.9em;
  margin-bottom: 20px;
  border-bottom: #969696 1px solid;
  padding-bottom: 35px;
}
.vacancies-index-apply .n_note_bk {
  border-bottom: none;
}
.n_key_box h2 {
  font-size: 1em;
  font-weight: 600;
  color: #ba0c2f;
  margin: 0;
  padding-bottom: 25px;
  padding-top: 15px;
  letter-spacing: 1px;
}
.n_list_key {
  font-size: 16px;
  color: #000;
  line-height: 27px;
  margin-bottom: 20px;
}
.n_key_box .row {
  margin: 0;
}
.n_job_footer {
  font-size: 23px;
  border-top: #ccc 1px solid;
  width: 100%;
  float: left;
  padding-top: 33px;
  color: #ba0c2f;
  margin-top: 18px;
}
.n_job_footer p {
  color: #ba0c2f;
  margin: 0;
  padding: 0;
}
.n_job_footer p a {
  font-weight: 600;
  color: #ba0c2f;
}
.col-md-6 {
  width: 50%;
}
.n_key_box h3 {
  font-weight: 600;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  font-size: 16px;
  color: #3c3c3b;
  letter-spacing: 1px;
}
.n_job_form {
  background: #ebebeb;
  width: 100%;
  float: left;
  padding: 60px 50px 35px;
  margin-bottom: 30px;
  margin-top: -10px;
}
ul.n_apply_job {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
}
.n_apply_job label {
  width: 20%;
  float: left;
  margin: 0;
  padding: 0;
}
.n_apply_job span {
  width: 80%;
  float: left;
}
.n_apply_job li {
  width: 100%;
  float: left;
  margin: 5px 0;
}
.n_apply_job input {
  padding: 5px 7px;
  background: #fff;
  font-size: 16px;
  border: none;
  height: 40px;
  width: 100%;
  line-height: 30px;
}
.n_apply_job textarea.required-entry {
  border: none;
  min-height: 200px;
  margin-bottom: 15px;
}
.n_apply_job_btn {
  width: 100%;
  float: right;
  text-align: right;
  padding-left: 20%;
}
.n_btn_fill button,
.n_btn_fill button:hover {
  background: #ba0c2f;
  width: 100%;
  color: #fff;
  font-size: 16px !important;
  padding: 5px;
  text-transform: uppercase;
  font-weight: 500;
  border: #ba0c2f 1px solid;
}
.vacancies-index-apply .n_content_area {
  margin: 4rem 0 3rem;
}
.n_job_close_date {
  width: 100%;
  float: left;
  text-align: right;
  font-size: 15px;
  padding: 8px 0 20px 0;
  font-weight: 400;
  color: #ba0c2f;
}
.n_job_close_date i {
  font-style: normal;
  color: #000;
  font-weight: 400;
}
.n_apply_job label {
  width: 20%;
  float: left;
  margin: 0;
  padding: 12px 0;
  color: #ba0c2f;
  padding-right: 5%;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  line-height: 17px;
  letter-spacing: 1px;
}
.n_team_heading h2 {
  color: #414141;
  font-weight: 600;
  font-size: 3.6em;
  letter-spacing: 0.2em;
  line-height: 0.9em;
}
.n_team_heading span {
  display: block;
  margin-top: 18px;
}
.n_team_heading {
  text-align: center;
  color: #000;
  position: relative;
  margin-bottom: 100px;
  margin-top: 40px;
}
.n_team_heading:before {
  background: #ba0c2f;
  width: 130px;
  height: 3px;
  position: absolute;
  content: "";
  bottom: -70px;
  left: 44.5%;
}
ul.n_teams {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 20px;
}
.n_teams li {
  width: 24%;
  display: inline-block;
  padding: 15px 10px;
  vertical-align: top;
}
.n_profile_img img {
  max-width: 100%;
  border-radius: 50%;
  float: left;
}
.n_profile_img {
  border-radius: 50%;
  border: #3e3e3e 1px solid;
  float: left;
}
.n_profile_content {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  padding: 20px;
  background: rgba(180, 7, 28, 0.8);
  display: none;
}
.n_profile_content p {
  color: #fff;
  padding: 11px 20px;
  font-size: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.n_teams li:hover .n_profile_content {
  display: block;
}
.t_other_info {
  float: left;
  width: 100%;
  padding: 10px 0;
}
.t_other_info h2 {
  font-size: 17px;
  color: #000;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
}
.t_post {
  color: #ba0c2f;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0;
}
.t_team_box {
  width: 100%;
  float: left;
  position: relative;
  height: 100%;
  background: #eee;
  border-radius: 50%;
}
.n_info_icons img {
  max-height: 81px;
  padding: 10px 0;
}
.n_listing_info li:nth-child(1) img {
  max-height: 75px;
  margin-bottom: 7px;
}
.n_listing_info li:nth-child(3) img {
  max-height: 73px;
  margin-bottom: 8px;
}
.columns .column.main {
  padding: 0;
  width: 100%;
}
.account {
  font-size: 14px;
}
.cms-our-philosophy .columns {
  display: flex;
}
.pannel_new {
  width: 100%;
  height: 100%;
  padding: 8.300000000000001% 12% 0;
  margin: 0;
  background: #eee;
  min-height: 309px;
}
.pannel_new a {
  color: #ba0c2f !important;
  text-decoration: underline;
}
.pannel_new h2 {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  letter-spacing: 1px;
  position: relative;
  margin-bottom: 40px;
  display: -webkit-flex;
}
.pannel_new p {
  color: #000;
  font-size: 14px;
  padding-right: 30px;
}
.pannel_new h2:after {
  background: #ba0c2f;
  width: 49px;
  height: 2px;
  position: absolute;
  content: "";
  bottom: -24px;
  left: 0;
}
h2.n_heading_slide {
  margin: 0;
  padding: 10px;
  color: #fff;
  background: #ba0c2f;
  font-size: 23px;
  letter-spacing: 4px;
  font-weight: 500;
}
.n_pannel_wrap {
  width: 100%;
  float: left;
  padding-top: 8px;
  overflow: hidden;
}
.f_n_pannel {
  margin-bottom: 8px;
}
.multi-channel-suplier {
  position: relative;
  left: 8px;
}
.s_n_pannel .pannel_new {
  position: relative;
  left: 8px;
}
.f_n_pannel,
.s_n_pannel {
  display: flex;
}
.n_pannel_lt,
.n_pannel_rt {
  width: 50%;
  padding: 0;
}
.n_pannel_lt {
  padding-right: 0;
}
.n_pannel_rt {
  padding-left: 0;
}
.n_panel_img img {
  float: left;
}
.f_n_pannel .n_pannel_lt {
  order: 2;
}
.n-rt-lnks > li > a {
  display: block;
  padding: 23px 0px;
}
.n-rt-lnks li:hover .n-myaccount_area {
  display: block;
}
.multi-channel-suplier {
  background: url(../images/multi-channel-suplier.jpg) no-repeat center center;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.stock-level {
  background: url("../images/stock-level.jpg") no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.dark_gray_bg {
  width: 100%;
  background: #353534;
  float: left;
  text-align: center;
  padding: 2rem 0 3rem;
}
ul.n_list_of_info {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
  float: left;
}
.n_list_of_info li {
  width: 24%;
  display: inline-block;
  padding: 0 20px;
  color: #fff;
  vertical-align: top;
}
.n_icon {
  height: 140px;
  display: table;
  width: 100%;
}
.n_icon_inner {
  display: table-cell;
  vertical-align: bottom;
}
.n_tesi_info {
  font-size: 14px;
  width: 540px;
  padding-left: 65px;
  line-height: 27px;
  position: relative;
}
.n_icon img {
  max-width: 220px;
  max-height: 100px;
}
.n_info_philosophy h2 {
  font-size: 37px;
  font-weight: 400;
  margin-bottom: 40px;
}
.n_info_philosophy {
  padding: 70px 0;
}
.n_tesi_info:before {
  content: "";
  position: absolute;
  background: #ccc;
  width: 42px;
  height: 42px;
  left: 4px;
  top: -2px;
  background: url(../images/icons/testi-icon.svg) no-repeat center center;
  background-size: 35px;
}
.n_tesi_info:after {
  content: "";
  position: absolute;
  background: #ccc;
  width: 40px;
  height: 50px;
  right: -56px;
  bottom: 30px;
  background: url(../images/icons/testi-icon.svg) no-repeat center center;
  background-size: 34px;
  transform: rotate(180deg);
}
.n_crousel-info .owl-dots {
  width: 100%;
  left: 0;
  bottom: -58px;
  text-align: center;
}
.n_crousel-info .owl-dot button {
  background: none !important;
  padding: 10px;
  color: #6d7071;
  border: none;
  font-size: 23px !important;
}
.n_crousel-info .owl-dot button:hover {
  background: none;
  padding: 0 10px;
  color: #6d7071;
  border: none;
}
.n-menu ul.n-primary-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  z-index: 999;
}
.n_crousel-info .owl-dot {
  display: inline-block;
}
.n_crousel-info .owl-dot.active button {
  color: #fff !important;
  font-size: 38px !important;
  position: relative;
  top: -6px;
  padding: 0 10px;
}
.n_year_info p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.2);
}
.n_year_img img {
  opacity: 0.3;
}
.center .n_year_img img {
  opacity: 1;
}
.n_crousel-info .owl-item.center {
  color: #fff;
}
.n_crousel-info .owl-item.center p {
  color: #fff;
}
.downarrow-icon {
  border-right: #000 2px solid;
  border-bottom: #000 2px solid;
  width: 11px;
  transform: rotateZ(45deg);
  height: 11px;
  display: inline-block;
  margin-left: 13px;
  position: relative;
  top: -2px;
}
i.search_icon {
  width: 20px;
  height: 20px;
  border: #ba0c2f 2px solid;
  display: inline-block;
  position: relative;
  right: -13px;
  border-radius: 50px;
  top: 3px;
}
i.search_icon:before {
  content: "";
  background: #ba0c2f;
  height: 13px;
  position: absolute;
  width: 2px;
  left: -4px;
  transform: rotate(45deg);
  top: 11px;
}
.n_crousel-info .owl-item {
  text-align: left;
  padding: 0 18px;
  border-left: #5b5a5a 2px solid;
}
.n-account span {
  display: block;
  padding: 23px 0 23px 80px;
  font-size: 11px;
  letter-spacing: 1px;
  color: #000;
}
.n_crousel-info {
  padding-bottom: 50px;
}
.n_year_info h2 {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 22px;
}
.center .n_year_info h2 {
  font-size: 18px;
  color: #fff;
  min-height: 50px;
}
.center .n_year_img {
  margin-top: -17px;
}
.cms-our-history .owl-dot.active {
  font-weight: bold;
}
.n_crousel-info .center {
  border-left: #fff 1px solid !important;
}
.n_year_info p {
  font-size: 13px;
}
.cms-our-history .owl-nav {
  display: none;
}
.philosophy-icon1,
.philosophy-icon2,
.philosophy-icon3,
.philosophy-icon4 {
  position: relative;
}
.philosophy-icon1:before {
  width: 100%;
  height: 70px;
  content: "";
  position: absolute;
  left: 0;
  margin-bottom: 30px;
  top: -100px;
  background-image: url(../images/icons/phy-icon1.svg);
  background-size: 179px;
  background-repeat: no-repeat;
  background-position: center center;
}
.philosophy-icon2:before {
  width: 100%;
  height: 120px;
  content: "";
  position: absolute;
  left: 0;
  margin-bottom: 30px;
  top: -140px;
  background-image: url(../images/icons/phy-icon2.svg);
  background-size: 95px;
  background-repeat: no-repeat;
  background-position: center center;
}
.philosophy-icon3:before {
  width: 100%;
  height: 130px;
  content: "";
  position: absolute;
  left: 0%;
  margin-bottom: 30px;
  top: -146px;
  background-image: url(../images/icons/phy-icon3.svg);
  background-size: 65px;
  background-repeat: no-repeat;
  background-position: center center;
}
.philosophy-icon4:before {
  width: 100%;
  height: 100px;
  content: "";
  position: absolute;
  left: 0;
  margin-bottom: 30px;
  top: -129px;
  background-image: url(../images/icons/phy-icon4.svg);
  background-size: 119px;
  background-repeat: no-repeat;
  background-position: center center;
}
.philosophy-icon1 {
  padding: 0 20px;
}
.philosophy-icon2 {
  padding: 0 8px;
}
.philosophy-icon3 {
  padding: 0 23px;
}
.philosophy-icon4 {
  padding: 0 5px;
}
.n_year {
  font-size: 32px;
  font-weight: 600;
  color: #636363;
}
.center .n_year {
  font-size: 44px;
  font-weight: 600;
  color: #fff;
}
.mpblog-post-index .breadcrumbs {
  display: none;
}
.mpblog-post-index .page-title-wrapper {
  text-align: center;
  padding: 3rem 0;
}
.mpblog-post-index h1.page-title {
  font-weight: 600;
  color: #404040;
  letter-spacing: 9px;
  font-size: 40px;
  margin-bottom: 20px;
  margin-top: 40px;
}
.mpblog-post-index .page-title-wrapper p {
  padding: 0;
  color: #000;
  line-height: 25px;
  font-size: 15px;
  max-width: 1200px;
  margin: 0 auto;
}
.blog-sorter,
.pager {
  max-width: 1339px;
  position: relative;
  margin: 0 auto;
  float: none;
}
.mp-blog-rss {
  display: none;
}
select#blog-monthly-archive {
  float: right;
  width: 200px;
  background: #ba0c2f url(../images/icons/down-arrow.svg) no-repeat 92% center;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  margin-right: 0;
  top: 32px;
  font-weight: 500;
  position: absolute;
  right: 10px;
  background-size: 18px;
  height: 26px;
  padding: 0 10px;
}
.post-short-description {
  max-width: 100%;
  font-size: 14px;
}
.post-item {
  background: #fff;
  padding: 9px 9px 106px 9px;
  box-shadow: rgba(0, 0, 0, 0.5) -5px 5px 9px -4px;
  position: relative;
  float: none;
  min-height: 670px;
}
.post-grid-item {
  margin: 0;
  padding: 10px;
}
.post-image img.img-responsive {
  width: 100%;
}
.post-grid-view {
  background: #eee;
  width: 100%;
  float: left;
  padding: 75px 0;
}
.post-grid-view .post-image {
  min-height: 293px;
  position: relative;
}
.post-grid-body {
  max-width: 1350px;
  margin: 0 auto;
}
.mp-post-title a {
  text-decoration: none;
  font-size: 24px;
  padding: 5px 0 15px;
  display: block;
  line-height: 31px;
  width: 100%;
  float: left;
  font-weight: 400;
  color: #000 !important;
  letter-spacing: 2px;
}
.post-short-description p {
  max-width: 100%;
  color: #000;
}
h2.mp-post-title {
  padding: 0;
  margin: 0;
  border-bottom: #c4c4c4 1px solid;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.post-info {
  padding: 0 10px;
}
.mp-post-info {
  background: #bc2840;
  color: #fff;
  font-style: normal;
  padding: 8px 20px;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: -19px;
  position: absolute;
  bottom: 0;
  right: 22px;
}
.login-container {
  width: 100%;
  float: left;
  background: #ebebeb;
  position: relative;
}
.login-container:after {
  background: #ebebeb;
  content: "";
  width: 100%;
  height: 10px;
  bottom: -10px;
  left: 0;
  position: relative;
}
.logo-center {
  text-align: center;
  width: 100%;
  padding: 3rem 0;
}
.logo-center svg {
  max-width: 130px;
}
.loginpage-wrap {
  max-width: 825px;
  margin: 0 auto;
  padding: 0 40px;
}
.loginpage-wrap .login-inn {
  background: #fff;
  padding: 30px;
  width: 100%;
  float: left;
  margin-bottom: 6rem;
}
.loginpage-wrap .login-inn .login-box-info {
  width: 100%;
  float: left;
}
.forgot_pass {
  text-align: center;
  font-size: 14px;
  padding: 20px 0 0 0;
}
ul.login-lnks {
  list-style: none;
  width: 100%;
  text-align: center;
  float: left;
  margin-bottom: 20px;
  padding: 0 20px;
}
.login-lnks li {
  display: inline-block;
  width: 50%;
  border-bottom: #959594 1px solid;
  padding: 0;
  box-sizing: border-box;
  border-left: #959594 1px solid;
}
.login-lnks li:first-child {
  border-left: none;
}
.login-lnks li a {
  display: block;
  padding: 30px 0;
  color: #cac9ca;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 1px;
}
.active_lnks {
  color: #6d7071 !important;
}
ul.login-form {
  width: 100%;
  float: left;
  list-style: none;
  padding: 55px 70px;
  box-sizing: border-box;
}
.customer-account-forgotpassword .field.note {
  width: 100%;
  float: left;
  list-style: none;
  padding: 0 70px;
  box-sizing: border-box;
}
ul.login-form li {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
ul.login-form li label {
  color: #ba0c2f;
  float: left;
  width: 20%;
  margin: 0;
  padding: 10px 0;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}
.login-form span {
  float: left;
  width: 80%;
}
.input-text-part {
  border: rgba(0, 0, 0, 0.5) 1px solid !important;
  padding: 0px 10px !important;
  height: 36px !important;
}
.input-text-part.mage-error {
  border: #bf2940 1px solid !important;
}
.box_login_info input.mage-error,
.box_login_info select.mage-error,
.box_login_info textarea.mage-error {
  border: #ba0c2f 1px solid !important;
}
.box_login_info .form-login .btn-fill {
  background: #ba0c2f !important;
  border: none !important;
  text-align: center !important;
  padding: 10px 0 !important;
  text-transform: uppercase;
  margin-top: 20px;
}
.forgot_pass > a {
  color: #ba0c2f !important;
}
.n_rating_stars {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 62px;
  margin-bottom: 30px;
}
.n_rating_stars i {
  margin: 0 5px;
}
.dark_gray_bg_2 {
  background: #414140;
  width: 100%;
  float: left;
  text-align: center;
}
.n_star_heading {
  padding: 4rem 0;
  width: 100%;
  float: left;
}
.n_star_heading h2 {
  color: #fff;
  font-style: italic;
  font-size: 53px;
  letter-spacing: 8px;
  margin-bottom: 30px;
}
.n_star_heading p {
  color: #fff;
}
.holding_box {
  width: 100%;
  float: left;
  display: flex;
  margin-bottom: 2rem;
}
.holding_box_lt {
  width: 50%;
  float: left;
}
.holding_box_rt {
  background: #ebebeb;
  padding: 6rem 4rem 0 4rem;
  width: 50%;
}
.holding_box_content p {
  font-size: 12px;
}
.holding_box_content h2 {
  font-weight: 400;
  line-height: 36px;
  font-size: 27px;
  margin-bottom: 10px;
}
.certify_box h2 {
  position: absolute;
  width: 100%;
  text-align: center;
  top: -14px;
  left: 0;
}
.certify_box {
  float: left;
  width: 100%;
  border: #121212 1px solid;
  padding: 3em ;
  text-align: center;
  margin: 3rem 0 6rem;
  position: relative;
  box-sizing: border-box;
  font-size: 0.8em;
}
.certify_box h2 span {
  background: #fff;
  padding: 0 40px;
  text-transform: none;
  font-size: 1.5em;
  color: #353534;
}
ul.certify_images {
  list-style: none;
  width: 100%;
  float: left;
  text-align: center;
}
.certify_images li {
  display: inline-block;
}
ul.holding_gallary {
  width: 100%;
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.certify_images img {
  max-width: 300px;
  margin: 10px 0;
}
.holding_gallary li {
  width: 50%;
  float: left;
  text-align: center;
  background: #eee;
  outline: 10px #fff solid;
  position: relative;
  min-height: 148px;
}
.partner_space {
  width: 100%;
  float: left;
  margin: 0;
  text-align: center;
}
.item_partner {
  width: 100%;
  float: left;
  margin-bottom: 35px;
  margin-top: 30px;
  padding: 0 1.2rem;
}
.partner_count span {
  background: #ba0c2f;
  color: #fff;
  width: 40px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  font-style: normal;
  margin-bottom: 19px;
  font-weight: 500;
}
.item_partner p,
.become_partner_txt p {
  color: #353534;
  font-size: 0.8em;
  padding: 0;
  line-height: 28px;
}
ul.enquiry_form {
  list-style: none;
  border: rgba(0, 0, 0, 0.4) 1px solid;
  margin: 20px 0;
  width: 100%;
  float: left;
  text-align: left;
  padding: 20px;
  box-sizing: border-box;
}
.enquiry_form label {
  width: 24%;
  float: left;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #ba0c2f;
}
.enquiry_form span {
  float: left;
  width: 76%;
}
.enquiry_form input {
  border: rgba(0, 0, 0, 0.5) 1px solid;
  padding: 2px 10px;
  height: 36px;
}
.enquiry_form textarea {
  border: rgba(0, 0, 0, 0.5) 1px solid;
  padding: 2px 10px;
  font-size: 14px;
}
._keyfocus *:focus,
.enquiry_form input:not([disabled]):focus,
.enquiry_form textarea:not([disabled]):focus,
.enquiry_form select:not([disabled]):focus {
  border: #ba0c2f 1px solid;
  border-radius: 0;
  box-shadow: none;
}
.become_partner_txt p {
  padding: 0 5%;
}
.enquiry_form li {
  margin-bottom: 10px;
  width: 100%;
  float: left;
}
button.enquiry_sent_btn {
  width: calc(100% - 25%);
  background: #ba0c2f;
  margin-left: 24%;
  color: #fff;
}
.register_here {
  width: 100%;
  float: left;
  padding: 0 22px 40px 22px;
  box-sizing: border-box;
}
.partner_count + p {
  padding: 0 10px;
}
.sku_info {
  width: 100%;
  float: left;
  text-align: left;
}
.sku_info label {
  font-weight: 400;
  font-size: 17px;
  color: #000;
  float: left;
  width: auto;
  margin-right: 7px;
}
.sku_info span {
  padding: 5px;
  display: block;
}
.register_here a {
  background: #ba0c2f;
  display: block;
  float: left;
  width: 100%;
  color: #fff !important;
  padding: 8px;
  box-sizing: border-box;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 17px;
}
.register_content {
  padding: 0 20px;
  font-size: 14px;
  color: #000;
}
ul.n_register-form {
  width: 100%;
  float: left;
  list-style: none;
  padding: 0;
  box-sizing: border-box;
}
ul.n_register-form li {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
ul.n_register-form li label {
  color: #ba0c2f;
  float: left;
  width: 34%;
  margin: 0;
  padding: 0 0;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  padding-right: 20px;
}
.n_register-form span {
  float: left;
  width: 66%;
}
.n_register-form input,
.n_register-form textarea {
  border: rgba(191, 41, 64, 0.5) 1px solid;
  padding: 3px 10px!important;
  min-height: 40px !important;
  line-height: 10px !important;
  font-size: 13px;
}
.n_register-form select {
  border: rgba(191, 41, 64, 0.5) 1px solid;
  padding: 3px 10px!important;
  min-height: 40px !important;
  line-height: 10px !important;
  font-size: 13px;
  text-transform: none;
}
.n_register_checkinfo input {
  float: right;
}
ul.n_register_checkinfo {
  width: 100%;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.n_register_checkinfo label {
  width: 100%;
  font-size: 13px;
  padding: 0;
  padding-top: 10px;
}
.n_register_checkinfo li {
  width: 100%;
  float: left;
  font-size: 15px;
  padding: 0;
  color: #000;
  font-weight: 300;
  border-bottom: #999 1px solid;
}
.register_part1 {
  width: 100%;
  float: left;
  margin-top: 30px;
  padding: 20px;
}
.register_part4 {
  width: 100%;
  float: left;
  margin-top: 0;
  padding: 20px;
}
.register_part4 h2 {
  font-size: 17px;
  color: rgba(0, 0, 0, 0.9);
  padding: 0;
  margin-top: 0;
  border-top: #999 1px solid;
  padding-top: 30px;
  letter-spacing: 1px;
}
.contact_bg .n_heading_full h2 {
  color: #fff;
  display: block;
  margin: 0;
  line-height: 3rem;
  font-size: 3.2rem;
}
ul.contact_list {
  width: 100%;
  float: left;
  text-align: center;
  margin: 70px 0 25px 0;
  list-style: none;
  color: #fff;
  white-space: nowrap;
}
ul.contact_list > li {
  width: 19%;
  display: inline-block;
  margin: 0 30px;
  vertical-align: top;
}
.contact_bg {
  background: #3f3f40;
  width: 100%;
  float: left;
  padding: 4rem 0;
}
.contact_bg .n_contact_info > h2 {
  font-size: 17px;
  margin: 0;
  padding: 0;
  line-height: 29px;
  font-weight: 600;
  letter-spacing: 1px;
}
.n_contact_icons .n_icon_contact {
  background: url(../images/icons/map-icon.svg) center center;
}
.n_contact_icons .n_icon_phone {
  background: url(../images/icons/contact-icon.svg) center center;
}
.n_contact_icons .n_icon_email {
  background: url(../images/icons/msg-icon.svg) center center;
}
.n_contact_icons i {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  width: 145px;
  height: 145px;
  background-size: 80px;
  background-repeat: no-repeat !important;
}
.list-of-info b {
  font-weight: 500;
}
.n_contact_info p {
  color: #fff;
  line-height: 25px;
}
ul.list-of-info {
  list-style: none;
  font-size: 16px;
}
.list-of-info a {
  color: #fff;
}
.n_contact_info,
.n_contact_info p {
  line-height: 22px;
}
.n_contact_icons {
  margin-bottom: 20px;
}
.list-of-info li {
  margin-bottom: 10px;
}
.n_icon_contact img {
  max-width: 143px;
  border-radius: 50%;
  padding: 5px 0;
}
.send_enquiry_wrap {
  width: 100%;
  float: left;
  display: flex;
}
.sent_sec_one {
  width: 48%;
  display: flex;
  padding-right: 10rem;
}
.sent_sec_one h2 {
  padding-right: 1em;
}
.sent_sec_two {
  width: 52%;
}
.n_contact_f_info h2 {
  font-size: 56px;
  text-transform: none;
  color: #353534;
  line-height: 61px;
}
.n_contact_f_info p {
  color: #353534;
  font-size: 16px;
}
.become_partner_lnk > a {
  color: #ba0c2f !important;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 17px;
  position: relative;
}
.become_partner_lnk a:after {
  border-bottom: #ba0c2f 1px solid;
  position: absolute;
  content: "";
  bottom: -6px;
  height: 1px;
  width: 100%;
  left: 0;
}
.lt_gray_box {
  background: #e5e5e5;
  width: 100%;
  float: left;
  margin: 0 0;
  position: relative;
  top: 10px;
}
.how_find_box {
  display: flex;
  padding: 0 5rem;
}
.how_to_find_rt {
  width: 52%;
}
.how_to_find_rt #map {
  width: 100% !important;
  height: 540px;
  padding: 0;
  margin: 0;
}
.how_to_find_lt {
  width: 48%;
  display: flex;
  align-items: center;
  padding-right: 9rem;
}
.get_direction_btn a,
.get_direction_btn a:visited {
  background: #ba0c2f;
  color: #fff;
  text-align: center;
  display: block;
  padding: 8px 0;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 14px;
}
.get_direction_btn {
  margin-top: 20px;
}
.sent_sec_two h2 {
  display: none;
}
.sent_sec_two .fieldset {
  width: 100%;
  float: left;
}
.sent_sec_two .fieldset > .field > .label,
.sent_sec_two .fieldset > .fields > .field > .label {
  font-weight: 500;
  color: #000;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  float: left;
  margin: 0;
  width: 27%;
}
.sent_sec_two .field {
  width: 100%;
  float: left;
}
.sent_sec_two .control {
  float: left;
  width: 73%;
}
.sent_sec_two input,
.sent_sec_two textarea {
  background: #e5e5e5;
  font-size: 13px;
  padding: 0 10px;
  border: none;
}
.sent_sec_two textarea {
  min-height: 120px;
}
.partner_space > div:nth-child(3) {
  margin-top: 50px;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact {
  width: 100%;
}
.contact-index-index .actions-toolbar {
  float: left;
  width: 100%;
  padding-left: 27%;
  box-sizing: border-box;
}
.sent_sec_two .primary {
  width: 100%;
}
.sent_sec_two .fieldset > .field > .label,
.sent_sec_two .fieldset > .fields > .field > .label {
  font-weight: 500;
  color: #000;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  float: left;
  margin: 0 !important;
  width: 27%;
  line-height: 17px;
}
.sent_sec_two button.action.submit.primary {
  padding: 8px 0;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 17px;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
}
.send_enquiry_wrap {
  width: 100%;
  float: left;
  display: flex;
  padding: 3em 5rem 1em;
}
.how_to_find_lt h2 {
  font-size: 48px;
}
.pto_header i {
  display: block;
  font-style: normal;
  padding: 32px 0;
}
.pto_header .pto_header_info {
  text-align: left;
  max-width: 1288px;
  padding: 0 55px;
  box-sizing: border-box;
  margin: 0 auto;
}
.pto_header_info h2 {
  color: #ffff;
  font-weight: 500;
  font-size: 52px;
  letter-spacing: 12px;
  line-height: 37px;
}
.pto_gray_box {
  background: #ebebeb;
  width: 100%;
  float: left;
  margin: 0 0;
  position: relative;
  padding: 1.5rem 0 3rem;
}
.pto-img-one {
  position: absolute;
  z-index: 9;
  transform: translate(26px, -170px);
}
.pto-img-two {
  position: absolute;
  right: 0;
  top: 20%;
}
.pto-img-two img {
  max-width: 640px;
}
.pto_img img {
  max-width: 675px !important;
}
.pto_area {
  width: 100%;
  display: flex;
}
.pto_lt {
  width: 60%;
}
.pto_rt {
  width: 39.3% !important;
  padding-left: 10%;
}
.pto_rt h2 {
  font-size: 2.4em;
  text-transform: none;
  line-height: 52px;
  color: #353534;
  margin-top: 0.5em;
}
.pto_rt p {
  color: #353534;
  font-size: 16px;
  line-height: 24px;
}
.match_box h2 {
  color: #353534;
  text-transform: none;
  font-size: 2.5em;
  line-height: 52px;
}
.match_box {
  width: 85%;
}
.n_color_lt img {
  max-width: 200px;
}
.order-range-btn > div {
  width: 100%;
}
.match_box p {
  font-size: 16px;
  padding-left: 250px;
  line-height: 26px;
  margin: 10px 0 20px;
  position: relative;
  left: -18px;
  background-image: url(../images/icons/pto_pallet.svg);
  background-repeat: no-repeat;
  background-size: 190px;
  background-position: 20px 0;
}
.pagebuilder-column.pto_img {
  position: relative;
  left: 50px;
}
.order-range-btn span {
  display: block;
  text-align: center;
}
.n_color_box {
  display: flex;
}
.pto_gray_box .pto_lt {
  width: 45%;
}
.order-range-btn .pagebuilder-button-link,
.order-range-btn .pagebuilder-button-link:hover,
.order-range-btn .pagebuilder-button-link:focus,
.order-range-btn .pagebuilder-button-link:visited {
  background: #3d3d3e;
  display: block;
  text-align: center;
  color: #fff !important;
  padding: 7px;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 16px;
  text-decoration: none;
}
.order-range-btn .pagebuilder-button-link:hover {
  background: #ba0c2f;
  display: block;
  text-align: center;
  color: #fff !important;
  padding: 7px;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 16px;
  text-decoration: none;
}
.n_color_lt {
  width: 35%;
  padding-bottom: 20px;
}
.match_box {
  width: 63%;
  padding: 20px;
  position: relative;
  left: 50px;
  top: -20px;
}
.cms-pto-colour-match .match_box {
  left: 29px;
}
.pto-img-one img {
  max-width: 439px;
}
.n_header_theme_color {
  position: absolute;
  width: 100%;
  text-align: center;
  height: 100%;
  background: rgba(208, 4, 60, 0.9);
}
.pto_gray_box:before {
  content: "";
  position: absolute;
  bottom: -7px;
  height: 7px;
  background: #ebebeb;
  left: 0;
  width: 100%;
}
.pto_sec_two {
  padding: 90px 0;
}
.view_vacancies_lnk a {
  color: #fff;
  text-transform: uppercase;
  border: #fff 1px solid;
  display: inline-block;
  margin: 40px 0 0 0;
  padding: 5px 100px;
  font-weight: 500;
  letter-spacing: 1px;
}
.n_main_heading {
  text-align: center;
}
.n_main_heading h2 {
  font-size: 38px;
  text-transform: none;
  color: #575756;
  border-bottom: #575756 1px solid;
  padding-bottom: 40px;
}
ul.list-of-values {
  list-style: none;
  width: 100%;
  float: left;
  text-align: center;
}
.list-of-values li {
  width: 50%;
  float: left;
  display: flex;
  text-align: left;
}
.n_lsit_value_content {
  width: 60%;
}
.list_value_img {
  width: 40%;
  padding: 36px;
}
.n_lsit_value_content h3 {
  color: #ba0c2f;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
  padding: 10px 0;
  font-size: 1em;
  letter-spacing: 1px;
}
.n_lsit_value_content p {
  color: #000;
}
.list-of-values li {
  width: 50%;
  float: left;
  display: flex;
  text-align: left;
  padding: 15px 0;
  margin-bottom: 10px;
}
.n_values_slide_images {
  width: 100%;
  float: left;
}
.n_values_slide_images {
  width: 100%;
  float: left;
  display: flex;
  margin-top: -60px;
}
.lt_gray_bg {
  width: 100%;
  float: left;
  background: #e3e3e3;
  margin-top: 0;
}
.benefitbox h2 {
  font-size: 2.4em;
  text-transform: none;
  color: #353534;
  margin-bottom: 30px;
}
.benefitbox p {
  color: #353534;
  font-size: 17px;
}
.benefitbox {
  margin-bottom: 30px;
}
ul.benefit_list {
  list-style: none;
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: left;
}
.benefit_list li {
  width: 33%;
  float: left;
  display: flex;
  font-size: 15px;
  color: #353534;
  margin-bottom: 5px;
}
.benefit_icons img {
  max-width: 90px;
  padding-right: 20px;
}
.benefit_list span {
  display: flex;
  align-items: center;
  padding-right: 45px;
  font-size: 16px;
}
.n_values_slide_images img {
  float: left;
}
.n_testiwrap {
  display: block;
  padding: 0;
  width: 100%;
  float: left;
  margin-bottom: 4rem;
}
.n_lt_testi {
  width: 50%;
  float: left;
  padding-top: 100px;
}
.n_testi_img_wrap img {
  max-width: 468px;
}
.n_testi_slider {
  width: 100%;
  float: left;
}
.n_testi_header {
  width: 100%;
  float: left;
}
.n_testi_header h2 {
  position: relative;
  top: 110px;
}
.n_testi_img_wrap {
  float: right;
  width: 50%;
  text-align: right;
}
.n_testiwrap .owl-nav {
  position: absolute;
  width: 70px;
  float: right;
  margin-top: -10px;
  right: 0;
  top: 98%;
}
.n_testiwrap h2 {
  color: #575656;
  font-size: 2.4em;
  font-weight: 300;
  line-height: 1.2em;
}
.n_testi_img {
  display: inline-block;
}
.n_testi_txt {
  position: relative;
  padding: 40px 70px;
  box-sizing: border-box;
}
.n_testi_txt p {
  font-size: 21px;
  color: #000;
  font-weight: 600;
  margin: 0;
}
.n_home_feature {
  margin: 0 auto;
  max-width: 1366px;
}
.n_testiwrap h2 span {
  display: block;
}
.n_drop_cate {
  max-width: 200px;
  margin: 40px auto;
  font-size: 12px;
  text-transform: uppercase;
}
.n_drop_cate {
  max-width: 300px;
  margin: 40px auto;
  font-size: 12px;
  text-transform: uppercase;
}
.n_drop_cate select {
  border: #ba0c2f 1px solid;
  padding: 5px 10px;
  height: 27px;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
  opacity: 0.8;
}
.n_main_heading h1 {
  color: #404040;
  font-weight: 600;
  border-bottom: none;
  letter-spacing: 12px;
  font-size: 2.2em;
  margin-top: 3rem;
  margin-bottom: 20px;
}
.n_main_content {
  text-align: center;
  max-width: 888px;
  margin: 0 auto;
  font-size: 16px;
  margin-bottom: 60px;
}
.n_main_content p {
  color: #1d1d1b;
  font-size: 17.1px;
  opacity: 0.8;
  margin: 0;
  padding: 0;
}
ul.n_listing_tech {
  width: 100%;
  float: left;
  margin-bottom: 3.3em;
  text-align: center;
}
.n_listing_tech li {
  width: 23%;
  background: #ebebeb;
  padding: 25px;
  list-style: none;
  margin: 5px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
}
.n_tech_heading a,
.n_tech_heading a:visited {
  color: #1d1d1b;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 14px;
}
.n_tech_heading {
  margin-top: 5px;
}
.od h2 {
  font-size: 54px;
  line-height: 65px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.6rem;
  padding: 25px 40px 0;
}
.od h2 span {
  display: block;
}
.od_bg .n_header_txt_slide {
  background: rgba(0, 0, 0, 0);
}
.od_content {
  display: flex;
  width: 100%;
  padding: 5em 0 5em;
}
.od_content_lt {
  width: 33%;
}
.od_content_rt {
  width: 67%;
  padding-left: 6%;
}
.od_content_box h2 {
  font-size: 1.7em;
  text-transform: none;
  margin-bottom: 15px;
  color: #353534;
}
.od_content_box p {
  color: #353534;
  font-size: 15px;
  padding: 0;
}
.od_wrap .ordering_img_lt {
  width: 33% !important;
}
ul.od_list {
  list-style: none;
  width: 100%;
  float: left;
  text-align: center;
  margin: 20px 0;
}
ul.od_list li {
  width: 50%;
  float: left;
  margin-bottom: 18px;
}
.od_list_info {
  display: flex;
  text-align: left;
}
.od_list_icon {
  width: 28%;
  margin-right: 0;
}
.od_list_icon img {
  max-width: 117px;
}
.od_list_content h2 {
  margin: 0;
  font-size: 17px;
  font-weight: 600;
  color: #ba0c2f;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.od_list_content p {
  color: #343433;
}
.od_list_content {
  padding: 26px 0 0 20px;
  width: 72%;
  box-sizing: border-box;
}
ul.n_part_images {
  width: 100%;
  float: left;
  text-align: center;
  list-style: none;
  margin-top: 40px;
}
.n_part_images li {
  width: 25%;
  display: inline-block;
  padding: 0 20px;
  vertical-align: middle;
}
.n_part_images li:nth-child(4) {
  margin: 0 46px;
}
.n_partner_info p {
  width: 100%;
  float: left;
  margin: 2em 0;
  padding: 0;
  color: #333332;
  font-size: 16px;
}
.lt_bg {
  width: 100%;
  float: left;
  background: #ebebeb;
}
.n_dpo_are {
  display: flex;
  padding: 50px 0;
}
.n_dpo_box {
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
}
.n_dpo_content h2 {
  color: #343433;
  text-transform: none;
  font-size: 33px;
  margin: 0;
  margin-bottom: 30px;
}
.n_wide_screen {
  /* max-width: 1180px; */
  margin: 0 auto;
  width: 100%;
  padding: 2em 7%;
  box-sizing: border-box;
  float: left;
}
.n_part_images li:nth-child(1) img {
  max-width: 260px;
}
.n_part_images li:nth-child(2) img {
  max-width: 240px;
}
.n_part_images li:nth-child(3) img {
  max-width: 280px;
}
.n_part_images li:nth-child(4) img {
  max-width: 320px;
  position: relative;
  right: 77px;
  bottom: 4px;
}
.n_part_images li:nth-child(5) img {
  max-width: 290px;
}
.n_dpo_box h2 {
  font-size: 38px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
}
.n_dpo_box h2 span {
  display: block;
  margin-top: 20px;
  color: #f59c24;
}
.n_dpo_content {
  width: 45%;
  text-align: left;
}
.n_dpo_content p {
  color: #333332;
  font-size: 16px;
  line-height: 23px;
}
.n_dpo_btn .pagebuilder-button-link,
.n_dpo_btn .pagebuilder-button-link:hover,
.n_dpo_btn .pagebuilder-button-link:visited {
  background: #ba0c2f;
  color: #fff !important;
  width: 100%;
  display: block;
  text-align: center;
  padding: 9px 25px;
  border-radius: 16px;
  margin-top: 20px;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  text-decoration: none;
}
.mechant_header h1 {
  color: #fff;
  font-weight: 600;
  letter-spacing: 20px;
  font-size: 3.5em;
  border-bottom: none;
  padding: 0;
  line-height: 83px;
}
.mechant_header p {
  font-size: 17px;
  margin: 20px 0 0 0;
}
.mechant_header {
  padding: 6% 22.5%;
}
.mechant_header div {
  width: 100%;
}
.left_panel_info h2 {
  font-size: 2.4em;
  line-height: 63px;
  font-weight: 300;
  color: #3f3f40;
  margin: 0;
  margin-bottom: 10px;
}
.left_panel_info p {
  line-height: 19px;
  width: 100%;
  font-size: 14px;
}
.merchants-area {
  padding: 0 25%;
  position: relative;
}
.merchant-img {
  max-width: 300px;
}
.merchant-img-2 {
  width: 240px;
}
.merchant-img3 {
  width: 237px;
}
.merchant-img4 {
  width: 236px;
}
.merchants-area h2 {
  font-size: 1.4em;
  font-weight: 600;
  letter-spacing: 2px;
  color: #404040;
  margin: 0;
  padding-bottom: 10px;
}
.merchants-area p {
  font-size: 16px;
  color: #000 !important;
  margin: 0;
  padding: 0;
}
.merchants-area span {
  color: #000 !important;
}
.mechant_header .pagebuilder-button-primary,
.mechant_header .pagebuilder-button-primary:focus,
.mechant_header .pagebuilder-button-primary:hover,
.mechant_header .pagebuilder-button-primary:visited {
  border: none;
  font-size: 17px;
  background: none !important;
  line-height: 12px;
  width: 100%;
  display: block;
  border: #fff 1px solid;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 14px;
  color: #fff !important;
}
.merchant-img:before,
.merchant-img-2:before,
.merchant-img3:before,
.merchant-img4:before {
  background: #ba0c2f;
  width: 25px;
  height: 25px;
  content: "";
  position: absolute;
  left: 18.4%;
  border-radius: 20px;
}
.merchant-img:before {
  top: 16.4%;
}
.merchant-img-2:before {
  top: 38.4%;
}
.merchant-img3:before {
  top: 59.4%;
}
.merchant-img4:before {
  top: 80.40000000000001%;
}
.brochure_btn .pagebuilder-button-link,
.brochure_btn .pagebuilder-button-link:hover,
.brochure_btn .pagebuilder-button-link:visited {
  color: #fff;
  font-size: 17px;
  border: #fff 1px solid;
  text-transform: uppercase;
  letter-spacing: 2px;
  width: 400px;
  padding: 5px 0;
  font-weight: 500;
  margin-top: 0;
  text-decoration: none;
}
figure.compo_banner_img {
  max-width: 360px;
  margin: 0 auto;
}
figure.jigsa_banner_img {
  max-width: 680px;
  margin: 0 auto;
}
.component_wrap h1 {
  border-bottom: none;
  font-weight: 600;
  color: #404040;
  letter-spacing: 8px;
  font-size: 39px;
  line-height: 45px;
}
.component_wrap p {
  margin: 25px 0;
  padding: 0;
  font-size: 18px;
  padding: 0 24%;
}
.component_wrap {
  margin: 44px 0 30px !important;
}
.watch_btn a,
.watch_btn a:hover,
.watch_btn a:visited,
.watch_btn a:active {
  background: #ba0c2f url(../images/icons/video_icon.svg) !important;
  border: none !important;
  font-size: 20px;
  padding: 0 35px 0 75px;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-size: 26px !important;
  background-repeat: no-repeat !important;
  background-position: 44px center !important;
  color: #fff;
  font-weight: 500;
}
.compo_heading h2 {
  color: #3f3f40;
  font-size: 45px;
  line-height: 52px;
  position: relative;
  margin-bottom: 60px;
  left: -3px;
}
.compo_heading h2:before {
  content: "";
  width: 46px;
  height: 3px;
  background: #ba0c2f;
  position: absolute;
  bottom: -30px;
  left: -3px;
}
.compo_left_cont {
  padding-right: 6%;
  font-size: 14px;
}
.compo_left_cont span {
  color: #000 !important;
}
.round_count_img {
  max-width: 180px;
}
.day-delivery-box h2 {
  font-size: 52px;
  color: #3f3f40;
}
.day-delivery-box p {
  color: #3f3f40;
  font-size: 15px;
  padding-right: 10%;
  margin: 0;
  padding-bottom: 0;
}
.supporting_box h1 {
  color: #404040;
  font-weight: 600;
  letter-spacing: 7px;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.supporting_box h2 {
  color: #000;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 10px;
}
.supporting_box p {
  font-size: 12.9px;
  color: #000 !important;
  line-height: 18px;
}
.order-design-btn .pagebuilder-button-link,
.order-design-btn .pagebuilder-button-link:hover,
.order-design-btn .pagebuilder-button-link:active,
.order-design-btn .pagebuilder-button-link:visited {
  background: #ba0c2f;
  font-size: 20px;
  color: #fff !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 12px 180px;
  margin-bottom: 70px;
  text-decoration: none !important;
}
h1.jigsaw_heading {
  color: #fff;
  letter-spacing: 7px;
  font-size: 36px;
  font-weight: 600;
  padding-top: 60px;
}
.supporting_box.wt_bg h2 {
  color: #fff;
}
.supporting_box.wt_bg p {
  color: #fff;
}
.wt-btn .pagebuilder-button-link,
.wt-btn .pagebuilder-button-link:hover,
.wt-btn .pagebuilder-button-link:visited {
  background: #fff;
  color: #595958 !important;
}
figure.sagepay-font img {
  width: 40%;
}
.n_info_philosophy h2 {
  font-size: 50px;
  font-weight: 300;
  margin-bottom: 40px;
  color: #575656;
}
.n_dec {
  padding: 230px 0 120px 0;
}
.n_dec h2 {
  color: #ba0c2f;
  font-size: 16px;
  margin: 0;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 15px;
  line-height: 22px;
}
figure.profile-icon-dem {
  min-height: 144px;
  vertical-align: middle;
  width: 165px;
  margin: 0 auto;
  position: relative;
  top: 55px;
}
figure.profile-icon-second {
  min-height: 144px;
  vertical-align: middle;
  width: 85px;
  margin: 0 auto;
  position: relative;
  top: 25px;
}
figure.profile-icon-third {
  min-height: 144px;
  vertical-align: middle;
  width: 59px;
  margin: 0 auto;
  position: relative;
  top: 20px;
}
figure.profile-icon-four {
  min-height: 144px;
  vertical-align: middle;
  width: 115px;
  margin: 0 auto;
  position: relative;
  top: 25px;
}
.n_dec p {
  font-size: 14px;
  padding: 0 20px;
}
.n_tesi_info p {
  font-weight: 500;
  font-size: 18px;
  color: #000;
  margin: 0;
  padding: 0;
}
.n_testi_author {
  font-size: 17px;
  font-weight: 400;
  color: #000;
  padding-top: 10px;
  font-style: italic;
}
.n_testi_author b {
  color: #ba0c2f;
  font-weight: 600;
  font-size: 17px;
}
.n_testi_txt:before {
  content: "";
  position: absolute;
  left: -4px;
  background: url(../images/icons/colon.svg) center center;
  width: 50px;
  height: 33px;
  background-size: 26px;
  top: 36px;
  background-repeat: no-repeat;
}
.n_testi_txt:after {
  content: "";
  position: absolute;
  right: 7%;
  background: url(../images/icons/colon.svg) center center;
  width: 50px;
  height: 33px;
  background-size: 26px;
  bottom: 86px;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}
.view_vacancies_lnk h2 {
  color: #fff;
  font-size: 3.9em;
  letter-spacing: 0.8rem;
  white-space: nowrap;
  font-weight: 600;
}
.view_vacancies_lnk .pagebuilder-button-link,
.view_vacancies_lnk .pagebuilder-button-link:hover {
  color: #fff !important;
  text-transform: uppercase;
  border: #fff 1px solid;
  display: inline-block;
  margin: 40px 0 0 0;
  padding: 5px 100px;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 18px;
  text-decoration: none !important;
}
.n_list_key li {
  padding-left: 15px;
  position: relative;
}
.n_list_key li:before {
  background: #000;
  content: "";
  left: 0;
  top: 11px;
  width: 4px;
  height: 4px;
  position: absolute;
  border-radius: 70px;
  border: #000 1px solid;
}
.learn_tkc h2 {
  font-size: 16px;
  color: #ba0c2f;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  margin-bottom: 10px;
}
.learn_tkc p {
  font-size: 16px;
  color: #000;
}
.n_testiwrap button {
  background: none !important;
}
.learn_tkc figure img {
  width: 40%;
}
.learn-icon1 figure img {
  width: 56%;
}
.learn-icon3 figure img {
  width: 45%;
}
.learn-icon4 figure img {
  width: 32%;
}
.learn_tkc h1 {
  font-size: 38px;
  text-transform: none;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 10px;
}
.learn_tkc hr {
  border-color: rgba(0, 0, 0, 0.5) !important;
  margin-bottom: 30px;
}
.divider_line {
  margin-bottom: 20px;
}
.workplace_info h2 {
  font-size: 1.8rem;
  text-transform: none;
  color: #353534;
}
.workplace_info p {
  font-size: 17px;
  margin-bottom: 30px;
}
.benefit_key p {
  font-size: 16px;
  margin: 0;
  padding: 0;
}
.benefit_key img {
  width: 80%;
}
.benefit_key {
  padding: 4px 0;
}
.benefit_key .pagebuilder-column {
  display: block !important;
}
.key_sub_heading {
  width: 85%;
  float: left;
}
.benefit_key figure {
  width: 20%;
  float: left;
}
.banners-points img {
  float: left;
}
.work-testi-wrap h2 {
  font-size: 1.9em;
}
figure.jigsaw_rt_img {
  position: absolute;
  left: -50px;
  top: -85px;
  width: 120%;
  z-index: 9;
}
.pagebuilder-column.compo_rt_count {
  position: relative;
}
.kfm-header h1 {
  color: #fff;
  font-size: 2.2em;
  letter-spacing: 4px;
  font-weight: 600;
}
.kfm-header span {
  color: #ff9800;
}
.kfm-header p {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  font-style: italic;
  padding: 15px 0;
}
.kfm-header figure {
  width: 75%;
  margin: 0 auto;
  margin-bottom: 0;
  margin-top: 20px;
}
.kfm-header img {
  position: relative;
  bottom: -7px;
}
.kfm-logo {
  max-width: 160px;
  margin-bottom: 30px !important;
}
.colom1_bg,
.colom2_bg,
.colom3_bg,
.colom4_bg {
  min-height: 320px;
  position: relative;
  padding: 40px;
}
.kfm-multi-banner p {
  font-size: 14px;
  margin: 0;
  padding: 0;
  min-height: 104px;
}
.kfm-multi-banner h2 {
  margin: 0;
  padding: 5px 0;
  color: #404040;
  font-weight: 600;
  font-size: 19px;
  letter-spacing: 1px;
}
.count_kfm {
  border: #000 1px solid;
  display: inline-block;
  padding: 0;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 8px;
}
.colom1_bg:after {
  width: 0;
  height: 0;
  border-top: 160px solid transparent;
  border-left: 66px solid #f4d4a5;
  border-bottom: 160px solid transparent;
  position: absolute;
  content: "";
  right: -66px;
  z-index: 9;
}
.colom2_bg:after {
  width: 0;
  height: 0;
  border-top: 160px solid transparent;
  border-left: 66px solid #f0c17e;
  border-bottom: 160px solid transparent;
  position: absolute;
  content: "";
  right: -66px;
  z-index: 9;
}
.colom3_bg:after {
  width: 0;
  height: 0;
  border-top: 160px solid transparent;
  border-left: 66px solid #ebab55;
  border-bottom: 160px solid transparent;
  position: absolute;
  content: "";
  right: -66px;
  z-index: 9;
}
.colom1_bg:before,
.colom2_bg:before,
.colom3_bg:before {
  width: 0;
  height: 0;
  border-top: 160px solid transparent;
  border-left: 66px solid #fff;
  border-bottom: 160px solid transparent;
  position: absolute;
  content: "";
  right: -67px;
  z-index: 9;
}
.why_kfm_list h2 {
  text-align: left;
  font-size: 44px;
  font-weight: 300;
  text-transform: none;
  color: #404040;
  margin-top: 30px;
  padding-bottom: 20px;
}
ul.kfm_list {
  list-style: none;
  text-align: left;
  font-size: 18px;
  float: left;
  width: auto;
  position: relative;
  left: 26px;
}
.kfm_list li {
  margin-bottom: 12px;
  list-style-type: disc;
  padding-left: 0;
}
.kfm_whychoose {
  padding-bottom: 30px;
}
.kfm_compare_img figure {
  width: 100%;
  position: relative;
  top: -35px;
}
.kfm_enquire_box h2 {
  color: #e99f43;
  margin: 0;
  text-align: center;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 19px;
  border-bottom: #e99f43 1px solid;
  padding-bottom: 17px;
}
.kfm_enquire_box ul.enquiry_form {
  border: none;
}
.kfm_enquire_box ul.enquiry_form input,
.kfm_enquire_box ul.enquiry_form textarea {
  border: none;
  background: #e5e5e5;
  font-size: 14px;
}
.kfm_form_info .enquiry_form .submit.enquiry_sent_btn,
.kfm_form_info .enquiry_form .submit.enquiry_sent_btn:hover {
  background: #e99f43 !important;
  text-align: center;
  padding: 0;
  margin-left: 0;
  width: 100%;
  border: none;
}
.kfm_enquire_box .enquiry_form li:last-child span {
  width: 100%;
  padding: 8px 0;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 18px;
}
.kfm_enquire_box ul.enquiry_form li label {
  font-weight: 600;
  color: #3c3c3b;
}
.item_partner .enquiry_form .submit.enquiry_sent_btn {
  background: #ba0c2f !important;
  border: none;
}
.item_partner .enquiry_form .submit.enquiry_sent_btn {
  background: #ba0c2f !important;
  border: none;
  padding: 8px 0;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
}
.item_partner .enquiry_form .submit.enquiry_sent_btn span {
  width: 100%;
  text-transform: uppercase;
}
.business_wrap h2 {
  font-size: 14px;
  padding: 0 20px;
  float: left;
  color: #ba0c2f;
  width: 29%;
  font-weight: 600 !important;
}
.business_wrap .tab-panel li {
  font-size: 14px !important;
  width: 100%;
  background: none;
  border-bottom: #ccc 1px solid;
}
.business_wrap ul.tab-panel.form-selects {
  width: 62%;
  float: left;
  position: relative;
  top: -8px;
  left: 41px;
}
.registration-form .tab-panel li:after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  content: "";
  width: 26px;
  height: 26px;
  top: 6px;
  right: 0;
  display: inline-block;
  position: absolute;
  border: #ba0c2f 1px solid;
  background-image: none;
}
.business_wrap .tab-panel .active::after {
  background: #ba0c2f !important;
}
.business_wrap label {
  float: left;
  font-size: 14px;
  width: 35%;
  clear: both;
  text-transform: uppercase;
  color: #ba0c2f;
  font-weight: 600;
  padding: 0 20px;
}
.business_wrap textarea,
.business_wrap input {
  width: 62% !important;
  border: rgba(191, 41, 64, 0.5) 1px solid;
  padding: 0 !important;
  line-height: 18px !important;
  min-height: 36px !important;
  margin-bottom: 10px !important;
}
.business_wrap #tab-1 {
  margin-top: 10px;
}
button#add-partner,
button#add-partner:hover {
  background: none;
  text-align: center;
  padding: 5px 15px;
  font-size: 12px;
  letter-spacing: 0;
  float: right;
  margin-right: 20px;
  background: #ba0c2f !important;
  color: #fff;
  border: none !important;
  text-transform: uppercase;
  font-weight: 500;
}
div.mage-error[generated] {
  font-size: 0.8rem;
}
.n-login {
  padding: 18px 0;
}
.mobnav {
  width: calc(100% - 50px);
  float: right;
  position: absolute;
  right: 0;
  background: #fff;
  top: 68px;
  padding: 20px;
  z-index: 999;
  transition: transform 0.5s ease;
  transform: translateX(100%);
  box-shadow: rgba(0, 0, 0, 0.2) -3px 7px 5px;
}
.menu--active .mobnav {
  transform: translateX(0);
}
.mob_steps > li > a {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  padding: 15px 0;
  display: block;
  width: 100%;
}
.mobnav a:hover {
  color: #ba0c2f;
}
.mobnav h3 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 10px 0;
}
.mobnav-item {
  padding: 15px 0;
  border-bottom: #ccc 1px solid;
}
.mobnav .n-login {
  padding: 0;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mob_subnav {
  display: none;
}
.mob_btn1,
.btn2,
.btn {
  padding: 10px 0;
  border: none;
  font-size: 16px;
  border-bottom: #ccc 1px solid;
  background: none;
  width: 100%;
  text-align: left;
}
.mob_subnav2 {
  display: none;
}
.mobnav .mobnav-item {
  background: url(../images/icons/right-arrow-angle.png) no-repeat;
  background-position: right center;
  background-size: 17px;
  padding-right: 27px;
  box-sizing: border-box;
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
}
.mob_selected_nav {
  font-weight: bold;
  background: none;
  background-position: 0;
  background-size: 17px;
  padding-left: 0;
}
.mobnav a {
  display: block;
  float: left;
}
.mobnav .bklink {
  background: url(../images/icons/left-arrow.png) no-repeat;
  background-position: 0;
  background-size: 17px;
  padding-left: 27px;
}
.n_testiwrap button.owl-prev,
.n_testiwrap button.owl-next {
  height: 30px;
  overflow: hidden;
}
.n_testiwrap .owl-prev svg,
.n_testiwrap .owl-next svg {
  max-width: 30px;
}
.n_testiwrap button.owl-prev:hover svg,
.n_testiwrap button.owl-next:hover svg {
  transform: translateY(-30px);
}
.desknav h3 {
  display: none;
}
.desknav {
  width: 100%;
  display: flex;
}
ul.desknav_steps {
  width: 100%;
  float: left;
  display: flex;
}
.desk_subnav {
  background: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  top: 69px;
  z-index: 999;
  min-height: 120px;
  padding: 12px 9px 26px 90px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 15px 25px -2px;
  display: none;
  line-height: 24px;
}
.desknav_steps li {
  -webkit-transition: 0.5s all;
  -webkit-transition-delay: 5s;
  -moz-transition: 0.5s all;
  -moz-transition-delay: 5s;
  -ms-transition: 0.5s all;
  -ms-transition-delay: 5s;
  -o-transition: 0.5s all;
  -o-transition-delay: 5s;
  transition: 0.5s all;
  transition-delay: 5s;
}
.desknav_steps > li > h4,
.desknav_steps > li > a {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 32px 20px;
  display: block;
  margin: 0;
  color: #000;
  line-height: 0;
  position: relative;
  letter-spacing: 1px;
}
.desknav_steps > li > h4 {
  cursor: pointer;
}
.desknav_steps > li > h4:hover,
.desknav_steps > li > a:hover {
  color: #ba0c2f;
}
.activelnk > h4 {
  color: #ba0c2f !important;
}
.desknav_steps > li:before {
  content: " ";
  display: block;
  font-size: 0;
  height: 12px;
  width: 1.5px;
  background: #000;
  position: absolute;
  transform: rotate(26deg);
  top: calc(50% - 5px);
}
.desknav_steps > li:first-child::before,
.last_menu:before {
  display: none !important;
}
.desknav_steps li:hover .desk_subnav {
  display: flex;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.desk_subnav > li {
  width: 20%;
  margin: 10px 25px;
}
.desk_subnav a {
  font-weight: 400 !important;
}
.desk_subnav h4 {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: #ccc 1px solid;
  padding: 12px 0;
  margin-bottom: 10px;
  letter-spacing: 1px;
  color: #000;
}
.compo_nav {
  min-height: 300px;
}
.desk_subnav a {
  font-size: 11px;
  letter-spacing: 1px;
}
ul.desk_subnav_second {
  margin-top: 5px;
  width: 100%;
  float: left;
}
ul.desk_subnav_second li a {
  font-size: 11px;
  padding: 2px 0;
  letter-spacing: 0;
}
.desk_subnav > li > a {
  border-bottom: #ccc 1px solid;
  padding: 6px 0;
  margin-bottom: 5px;
  display: block;
  text-transform: uppercase;
  font-weight: 600 !important;
  position: relative;
  top: 0;
  width: 100%;
  float: left;
}
.desk_subnav_second + a {
  top: -10px !important;
}
.desk_subnav li a:hover {
  color: #ba0c2f;
}
.philosophy_wrap img {
  float: left;
}
.compo_nav > li:first-child {
  width: 40%;
}
.compo_nav > li:first-child .desk_subnav_second li {
  width: 50%;
  float: left;
}
.bar_lines {
  width: 16px;
  height: 12px;
  float: right;
  padding: 19px 13px;
  position: relative;
  display: none;
  background: url(../images/icons/bar-menu-icon.svg) no-repeat right;
  margin: 10px 14px;
}
.forgot_pass span {
  width: auto;
  display: inline-block;
  float: none;
  color: #000;
}
.register_info {
  font-size: 13px;
  padding: 10px 0;
  line-height: 22px;
}
.checkinfo input {
  zoom: 1.4;
  position: relative;
  top: -2px;
}
button#reset_btn {
  width: 100%;
}
.certification_box {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}
.n_quality_info figure {
  max-width: 440px;
  margin: 0 auto;
}
.n_quality_info h2 {
  color: #fff;
  font-size: 55px;
  display: block;
  padding: 50px 0 10px;
  font-weight: 500;
  letter-spacing: 9px;
}
.n_quality_info p {
  font-size: 15.5px;
  line-height: 25px;
}
.certify-img img {
  float: left;
}
.holding_box_content h2 {
  font-weight: 300;
  line-height: 52px;
  font-size: 38px;
  margin-bottom: 10px;
  text-transform: none;
  color: rgba(0, 0, 0, 0.7);
  letter-spacing: -1px !important;
}
.holding_box_content p {
  font-size: 15px;
  padding-right: 17%;
}
.holding_box_content {
  border-left: #fff 8px solid;
}
.certification_box h2 {
  font-size: 36px;
  text-transform: none;
  margin-top: -16px;
}
.certification_box h2 span {
  background: #fff;
  padding: 0 5px;
  display: inline-block;
  text-align: center;
  color: #3c3c3b;
  font-size: 44px;
}
.certification_box p {
  font-size: 18px;
  max-width: 100%;
  margin: 20px auto;
}
.certification_box figure {
  max-width: 360px;
  margin: 10px auto 40px;
}
ul#mob-account-nav {
  width: 60%;
  padding: 0;
  display: none;
}
#mob-account-nav li {
  width: 100%;
}
.ma5menu--active .bar_lines {
  background-image: url(../images/icons/cancel.png);
  background-size: 20px;
}
.sent_sec_two .label:after {
  display: none;
}
.customer-account-forgotpassword .field.note {
  text-align: left;
  position: relative;
  top: 40px;
  font-weight: 400;
  font-size: 15.5px;
}
svg#Layer_1 {
  height: 60px;
  width: 30px;
  margin-top: 0;
}
button.owl-prev svg#Layer_1 {
  transform: translateY(-30px);
}
button.owl-prev:hover button.owl-prev svg#Layer_1 {
  transform: translateY(0);
}
button.owl-prev:hover,
button.owl-next:hover {
  background: none !important;
}
.gmnoprint button {
  background: none !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  font-weight: normal;
  font-size: 10px !important;
}
.contact-index-index .submit span {
  font-size: 17px;
}
ul.acc_menu_sec svg {
  max-width: 20px;
  margin: 0;
  padding: 0;
}
.brochures-index-index h1 {
  margin-bottom: 60px;
}
.n_banner_img img {
  max-width: 100%;
  width: 100%;
}
.customer-account-login,
.customer-account-forgotpassword,
.cms-become-partner,
.registration-index-index {
  background: #ebebeb;
}
.vacancies-index-index .n_header_inside h2 {
  font-size: 3.9em;
  letter-spacing: 1rem;
  font-weight: 600;
  margin-bottom: 51px;
}
.vacancies-index-index .n_header_inside p {
  font-size: 0.85rem;
  line-height: 24px;
}
.vacancies-index-index .n_header_inside {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(0, -40%);
  max-width: 1300px;
  margin-left: -650px;
}
.vacancies-index-index .n_content_area {
  margin: 3.5rem 0 2.8rem;
}
.vacancies-index-index .n_inn_img img {
  width: auto;
  float: left;
  min-height: 410px;
}
.ex_bt_line {
  border-bottom: #ccc 1px solid;
  padding-bottom: 10px;
  float: left;
  width: 100%;
  margin-bottom: 18px;
}
.n-myaccount_area {
  padding: 12px 9px 35px 80px;
}
.account_submenu li {
  width: 100%;
  padding: 0;
}
.account_submenu a {
  border-bottom: none;
  padding: 0;
  font-weight: 400 !important;
  text-transform: none;
  margin: 0px !important;
}
.value_one {
  padding-left: 17%;
  padding-right: 74px;
  position: relative;
}
.value_two {
  padding-left: 17%;
  padding-right: 74px;
  position: relative;
}
.value_three {
  padding-left: 17%;
  padding-right: 74px;
  position: relative;
}
.value_four {
  padding-left: 17%;
  padding-right: 74px;
  position: relative;
}
.value_three:before {
  content: "";
  position: absolute;
  width: 160px;
  height: 140px;
  left: 0;
  top: 30px;
  background-image: url(../images/icons/value_one.svg);
  background-size: 147px;
  background-repeat: no-repeat;
  background-position: right 6px center;
}
.value_one:before {
  content: "";
  position: absolute;
  width: 180px;
  height: 140px;
  left: 0;
  top: 7px;
  background-image: url(../images/icons/value_two.svg);
  background-size: 173px;
  background-repeat: no-repeat;
  background-position: right 6px center;
}
.value_two:before {
  content: "";
  position: absolute;
  width: 140px;
  height: 133px;
  left: 20px;
  top: 15px;
  background-image: url(../images/icons/value_three.svg);
  background-size: 129px;
  background-repeat: no-repeat;
  background-position: right 6px center;
}
.value_four:before {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  left: 4px;
  top: 35px;
  background-image: url(../images/icons/value_four.svg);
  background-size: 109px;
  background-repeat: no-repeat;
  background-position: right 6px center;
}
.benefit_one,
.benefit_two,
.benefit_three,
.benefit_four,
.benefit_five,
.benefit_six,
.benefit_seven,
.benefit_eight,
.benefit_nine,
.benefit_ten,
.benefit_eleven,
.benefit_twelve {
  position: relative;
  padding-bottom: 10px;
  padding-top: 25px;
  padding-left: 95px;
}
.benefit_two {
  padding-right: 9%;
}
.benefit_ten,
.benefit_eleven,
.benefit_twelve {
  margin-top: 24px;
}
.benefit_one:before {
  content: "";
  position: absolute;
  width: 85px;
  height: 80px;
  left: 0;
  top: 9px;
  background-image: url(../images/icons/benefit_one.svg);
  background-size: 75px;
  background-repeat: no-repeat;
  background-position: right 6px center;
}
.benefit_two:before {
  content: "";
  position: absolute;
  width: 85px;
  height: 80px;
  left: 0;
  top: 9px;
  background-image: url(../images/icons/benefit_two.svg);
  background-size: 75px;
  background-repeat: no-repeat;
  background-position: right 6px center;
}
.benefit_three:before {
  content: "";
  position: absolute;
  width: 85px;
  height: 80px;
  left: 0;
  top: -3px;
  background-image: url(../images/icons/benefit_three.svg);
  background-size: 75px;
  background-repeat: no-repeat;
  background-position: right 6px center;
}
.benefit_four:before {
  content: "";
  position: absolute;
  width: 85px;
  height: 80px;
  left: 0;
  top: 7px;
  background-image: url(../images/icons/benefit_four.svg);
  background-size: 75px;
  background-repeat: no-repeat;
  background-position: right 6px center;
}
.benefit_five:before {
  content: "";
  position: absolute;
  width: 85px;
  height: 80px;
  left: 0;
  top: -4px;
  background-image: url(../images/icons/benefit_five.svg);
  background-size: 75px;
  background-repeat: no-repeat;
  background-position: right 6px center;
}
.benefit_six:before {
  content: "";
  position: absolute;
  width: 85px;
  height: 80px;
  left: 0;
  top: -4px;
  background-image: url(../images/icons/benefit_six.svg);
  background-size: 75px;
  background-repeat: no-repeat;
  background-position: right 6px center;
}
.benefit_seven:before {
  content: "";
  position: absolute;
  width: 85px;
  height: 80px;
  left: 0;
  top: 4px;
  background-image: url(../images/icons/benefit_seven.svg);
  background-size: 75px;
  background-repeat: no-repeat;
  background-position: right 6px center;
}
.benefit_eight:before {
  content: "";
  position: absolute;
  width: 85px;
  height: 80px;
  left: 0;
  top: 4px;
  background-image: url(../images/icons/benefit_eight.svg);
  background-size: 75px;
  background-repeat: no-repeat;
  background-position: right 6px center;
}
.benefit_nine:before {
  content: "";
  position: absolute;
  width: 85px;
  height: 80px;
  left: 0;
  top: 4px;
  background-image: url(../images/icons/benefit_nine.svg);
  background-size: 75px;
  background-repeat: no-repeat;
  background-position: right 6px center;
}
.benefit_ten:before {
  content: "";
  position: absolute;
  width: 85px;
  height: 80px;
  left: 0;
  top: 0;
  background-image: url(../images/icons/benefit_ten.svg);
  background-size: 75px;
  background-repeat: no-repeat;
  background-position: right 6px center;
}
.benefit_eleven:before {
  content: "";
  position: absolute;
  width: 85px;
  height: 80px;
  left: 0;
  top: 0;
  background-image: url(../images/icons/benefit_eleven.svg);
  background-size: 75px;
  background-repeat: no-repeat;
  background-position: right 6px center;
}
.benefit_twelve:before {
  content: "";
  position: absolute;
  width: 85px;
  height: 80px;
  left: 0;
  top: 0;
  background-image: url(../images/icons/benefit_twelve.svg);
  background-size: 75px;
  background-repeat: no-repeat;
  background-position: right 6px center;
}
.botom_benefit_sec {
  padding: 70px 0;
}
.cms-pto-colour-match .n_inn_img img {
  min-height: 430px;
}
.cms-pto-colour-match .n_header_txt_slide {
  background: rgba(0, 0, 0, 0);
}
.mechant-sec1 {
  position: relative;
  padding: 50px 0;
}
.mechant-sec2 {
  position: relative;
  padding: 100px 0 70px;
  padding-left: 34%;
}
.mechant-sec3 {
  position: relative;
  padding: 60px 0;
  padding-right: 36%;
}
.mechant-sec4 {
  position: relative;
  padding: 70px 0 70px;
  padding-left: 33%;
}
.merchants-area .pagebuilder-column-group {
  margin: 40px 0;
}
.mechant-sec1:after {
  background-image: url(../images/icons/merchant-01.svg);
  width: 310px;
  height: 250px;
  position: absolute;
  right: -20px;
  content: "";
  top: -43px;
  background-repeat: no-repeat;
  background-size: 300px;
  background-position: 8px;
}
.mechant-sec2:after {
  background-image: url(../images/icons/merchant-02.svg);
  width: 310px;
  height: 280px;
  position: absolute;
  left: 0;
  content: "";
  top: -20px;
  background-repeat: no-repeat;
  background-size: 240px;
}
.mechant-sec3:after {
  background-image: url(../images/icons/merchant-03.svg);
  width: 310px;
  height: 250px;
  position: absolute;
  right: 0;
  content: "";
  top: -24px;
  background-repeat: no-repeat;
  background-position: 60px;
  background-size: 240px;
}
.mechant-sec4:after {
  background-image: url(../images/icons/merchant-04.svg);
  width: 310px;
  height: 250px;
  position: absolute;
  left: 0;
  content: "";
  top: -14px;
  background-size: 249px;
  background-repeat: no-repeat;
}
.lt_line_main {
  font-size: 0;
  margin: 0;
  padding: 0;
  position: relative;
}
.lt_line_main:before {
  position: absolute;
  content: "";
  min-height: 730px;
  border-left: #ba0c2f 2px dotted;
  left: 18%;
  top: 180px;
  z-index: 999;
}
.lt_line:before {
  position: absolute;
  left: 17.3%;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  background: #ba0c2f;
  content: "";
  z-index: 9;
  top: 399px;
}
.lt_line:after {
  position: absolute;
  left: 17.3%;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  background: #ba0c2f;
  content: "";
  z-index: 9;
  top: 620px;
}
.lt_line_send:before {
  position: absolute;
  left: 17.3%;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  background: #ba0c2f;
  content: "";
  z-index: 9;
  top: 160px;
}
.lt_line_send:after {
  position: absolute;
  left: 17.3%;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  background: #ba0c2f;
  content: "";
  z-index: 9;
  top: 890px;
}
.pagebuilder-column.lt_line,
.pagebuilder-column.lt_line_send {
  height: 0;
}
.tkc-employees-testimonials-content-outer button.owl-prev span {
  background-image: url(../images/icons/arrow-lt-testi.svg) !important;
  width: 30px !important;
  height: 30px !important;
  margin: 0;
  padding: 0;
  font-size: 0;
  display: block;
  background-size: 30px !important;
  background-position: 0px 0px !important;
}
.tkc-employees-testimonials-content-outer button.owl-next span {
  background-image: url(../images/icons/arrow-rt-testi.svg) !important;
  width: 30px !important;
  height: 30px !important;
  margin: 0;
  padding: 0;
  font-size: 0;
  display: block;
  background-size: 30px !important;
  background-position: 0px 0px !important;
}
.tkc-employees-testimonials-content-outer button.owl-prev span:hover,
.tkc-employees-testimonials-content-outer button.owl-next span:hover {
  background-position: 0px -30px !important;
}
#narrow-by-list {
  text-align: center;
}
#layered-filter-block {
  border: none;
  margin-top: 30px;
}
.filter-options-item {
  border: none !important;
  padding: 0;
  height: 28px;
  margin: 0 3px !important;
  letter-spacing: 1px;
}
.filter-options-title {
  position: relative;
  z-index: 999;
  background: #fff;
  padding: 0 17px !important;
  width: 186px;
  outline: #bf5f69 1px solid;
}
.category-our-ranges .c-page-intro__heading,
.catalog-category-view .c-page-intro__heading {
  padding-bottom: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 11px;
  margin-top: 30px;
  font-size: 36px;
}
.categorypath-our-ranges .category-description,
.catalog-category-view .category-description {
  font-size: 1em;
  text-align: left;
  padding: 0;
  margin-bottom: 0;
  font-size: 15px;
  text-align: center;
  margin-top: 10px;
}
.category-description {
  max-width: 77em;
  margin: 0 auto;
}
.category-view + .columns {
  background: #ebebeb;
  margin-top: 70px;
  padding: 60px 0 0 0;
}
.section-wrap {
  max-width: 76rem;
  padding-right: 0;
  padding-left: 0;
  margin: 0 auto;
}
ul.c-product-grid__items.no-list {
  margin: 0;
  padding: 0;
  text-align: center;
}
.c-product-grid__item {
  padding-top: 0;
  padding-left: 0;
  background: #fff;
  margin: 9px;
  width: 48.7%;
  display: flex;
  text-align: left;
  float: none;
  padding: 30px 30px;
}
.c-product-grid__item-media {
  position: relative;
  height: 0;
  width: 49.9%;
  padding-bottom: 41%;
  overflow: hidden;
  margin: 0;
}
.categorypath-our-ranges .c-product-grid__item-media {
  height: 100%;
}
.c-product-grid__item-content {
  width: 50%;
  padding: 10px 10px 10px 50px;
  margin: 0;
  position: relative;
}
.c-product-grid__item-colours {
  border-top: 1px solid #f0f0f1;
  padding-top: 8px;
  margin: 0;
  width: 100%;
  float: left;
  margin-bottom: 5px;
}
.c-product-grid__item-properties {
  margin: 0;
  display: block;
  padding-bottom: 0;
}
.c-product-grid__item-property {
  padding: 0;
  width: 100%;
  border-bottom: rgba(0, 0, 0, 0.3) 1px solid;
  float: left;
  margin: 0;
}
.c-product-grid__item-property-title {
  color: #000;
  padding: 0;
  width: 50%;
  text-transform: none;
  font-size: 11px;
  float: left;
  letter-spacing: normal;
  font-weight: 500;
  list-style-type: 17px;
}
.page-layout-1column .filter-options-content {
  background: #ffffff;
  border: 1px solid #ba0c2f;
  padding: 0 0;
  position: absolute;
  top: 89%;
  visibility: hidden;
  width: 188px;
  z-index: 2;
  left: -1px;
  box-shadow: none !important;
}
.active .filter-options-title:before {
  background: #fff;
  width: 100%;
  z-index: 999;
  position: absolute;
  height: 2px;
  bottom: -1px;
  left: 0;
  content: "";
}
.filter-options-content a {
  color: #636363 !important;
}
.page-layout-1column .filter-options-title {
  padding: 0 10px!important;
  line-height: 25px !important;
  font-size: 11px;
  text-align: left;
  color: #ba0c2f;
  font-weight: 600;
  overflow: visible;
  z-index: 3;
}
.filter-options-content:before {
  content: "";
  background: #fff;
  top: 0;
  width: 100%;
  height: 2px;
  position: absolute;
  top: -2px;
  left: 0;
}
.page-layout-1column .filter-options-content .item a {
  margin-left: 0;
  font-size: 13px;
  padding: 10px;
  color: #ba0c2f !important;
  border-top: rgba(186, 12, 47, 0.3) 1px solid !important;
  font-size: 12px !important;
  display: block;
  padding: 0!important;
  box-sizing: border-box;
  margin: 0;
}
.page-layout-1column .filter-options-content .item a:hover {
  font-weight: 500;
  color: #ba0c2f !important;
}
.page-layout-1column .filter-options-content .item:hover {
  background: none !important;
}
.filter-options-content ol.items {
  padding: 0 13px;
}
.active .filter-options-content {
  border-top: #fff 1px solid !important;
}
.page-layout-1column .filter-options-item.active:after,
.page-layout-1column .filter-options-item.active:before {
  display: none;
}
.page-layout-1column .filter-options-content .item {
  margin: 0;
  padding: 0px;
  text-align: left;
}
.c-product-grid__item-property-figure {
  font-size: 11px;
  color: #3C3C3C;
  text-transform: none;
  float: left;
  padding: 0;
  margin: 0;
  width: 50%;
  line-height: 17px;
}
.c-product-grid__item-colours-list-item i {
  width: 0.8rem;
  height: 0.8rem;
  float: left;
  border-radius: 50%;
  border: 1px solid #999;
  position: relative;
  top: 5px;
}
.c-product-grid__tooltip {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  border: none;
  z-index: 100;
  margin-top: 0;
  transform: inherit;
  font-size: 12px;
  float: left;
}
.tooltip .inner {
  position: relative;
  background: none;
  white-space: nowrap;
  padding: 5px;
  width: 76px;
  text-align: left;
  text-transform: capitalize;
}
.c-product-grid__item-colours-title {
  font-size: 0.55rem;
  letter-spacing: 0;
  font-weight: 500;
  color: #000;
  padding: 0;
  text-transform: none;
  margin-bottom: 16px;
}
.c-product-grid__item-colours-list-item {
  padding: 0 0 0 12px;
  position: relative;
}
.tooltip:before,
.tooltip:after {
  display: none;
}
.filter-options-title:after {
  content: '';
  overflow: hidden;
  text-align: center;
  background-image: url(../images/icons/filter-down.svg) !important;
  background: #fff;
  background-repeat: no-repeat;
  width: 18px;
  height: 16px;
  position: absolute;
  right: 10px !important;
  background-size: 18px;
  top: 8px !important;
}
.active > .filter-options-title:after {
  content: '';
  overflow: hidden;
  text-align: center;
  background-image: url(../images/icons/filter-up.svg) !important;
  background: #fff;
  background-repeat: no-repeat;
  width: 18px;
  height: 16px;
  position: absolute;
  right: 10px !important;
  background-size: 18px;
  top: 8px !important;
}
.active .filter-options-content:before {
  background: #ebebeb !important;
  content: "";
  position: absolute;
  left: -5px;
  width: 105%;
  height: calc(100% + 36px);
  z-index: -2;
  top: -30px;
}
.active .filter-options-content ol.items {
  padding: 0 10px;
  outline: #ba0c2f 1px solid;
}
.active .filter-options-content:after {
  background: #fff !important;
  position: absolute;
  content: "";
  left: 0;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: -1 !important;
}
.page-layout-1column .filter-options-content li.item {
  line-height: 26px;
  position: relative;
  top: 1px;
}
.page-layout-1column .filter-options-content .item a {
  margin-left: 0;
  font-size: 13px;
  padding: 10px;
}
.c-product-grid__item-title {
  font-size: 0.8rem;
  font-weight: 600;
  padding-bottom: 5px;
  text-transform: uppercase;
  color: #000;
}
.c-product-grid__item-title a,
.c-product-grid__item-title a:active,
.c-product-grid__item-title a:visited {
  color: #000;
}
.c-product-grid__item-title a:hover {
  color: #ba0c2f;
}
.c-product-grid {
  margin-bottom: 30px;
}
.page-layout-1column .filter-content {
  margin-top: 10px;
  text-align: center;
  font-size: 12px;
}
.filter-actions a {
  background: #ba0c2f;
  color: #fff !important;
  padding: 7px;
}
ul.color-dip {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 10px;
  top: 2px;
  position: relative;
  display: flex;
  left: -2px;
}
ul.color-dip li:nth-child(2) {
  width: 68%;
  float: left;
  padding-right: 0;
  padding-top: 5px;
  line-height: 14px;
  position: relative;
  left: 12px;
  font-size: 12px;
}
.dip-icon {
  background-image: url(../images/icons/color-dip-icon.svg);
  background-repeat: no-repeat;
  background-size: 75px;
  background-position: center center;
  width: 80px;
  display: block;
  height: 50px;
}
.order-icon {
  background-image: url(../images/icons/cart-icon-order.svg);
}
.email-icon {
  background-image: url(../images/icons/email-icon-order.svg);
}
.od_payment-icon {
  background-image: url(../images/icons/phone-icon-order.svg);
}
.edi-icon {
  background-image: url(../images/icons/edi-icon-order.svg);
}
.od_list_icon {
  background-repeat: no-repeat;
  background-size: 110px;
  background-position: center center;
  width: 130px;
  display: block;
  height: 120px;
  font-size: 0;
}
.component_banner_wrap figure {
  width: 92%;
  position: relative;
}
.component_banner_wrap {
  padding: 0 !important;
}
.component_img_banner figure img {
  float: left;
  position: relative;
  left: 0;
}
.compo_rt figure {
  WIDTH: 78%;
  margin-bottom: 10px;
}
.lt_gray_bg {
  background: #3c3c3c;
}
.pagebuilder-column.jigsaw_header_wrap {
  overflow: hidden;
}
.jigsaw_header_wrap figure {
  transform: rotate(0);
  max-width: 90%;
  padding: 0 0 0 0;
  position: relative;
  left: -1%;
  top: 10px;
}
.jigsa_banner_img {
  width: 74%;
}
.jigsaw_hd_rd_wrap .brochure_btn {
  position: relative;
  right: 15%;
  margin-top: 20%;
}
.component_wrap.jisaw_comp_wrap {
  margin: 80px 0 10px !important;
}
.pagebuilder-column.compo_left_cont.jigsa_dark_block {
  padding-right: 110px !important;
  padding-left: 40px !important;
  position: relative;
  left: 10px;
}
.jigsa_dark_block p,
.jigsa_wt_block p {
  color: #000;
  font-size: 15px;
}
.jigsa_dark_block .compo_heading h2 {
  color: #3f3f40;
  font-size: 50px;
  line-height: 58px;
  position: relative;
  margin-bottom: 57px;
}
.jisaw_comp_wrap .watch_btn {
  margin-top: 10px;
}
.pagebuilder-column.compo_left_cont.jigsa_wt_block {
  position: relative;
  top: 80px;
  left: 30px;
  padding-right: 0 !important;
}
figure.sagepay-font img {
  width: 50%;
  margin-top: 40px;
}
.supporting_box.wt_bg p {
  color: #fff !important;
}
.match_color_wrap {
  position: relative;
}
.pto_img_swap {
  position: relative;
  width: 35% !important;
  top: -180px;
  left: 60px;
  z-index: 9;
}
.match_box {
  padding-right: 80px;
}
.pto_full_img_wrap {
  position: absolute;
  right: 0;
  width: 39% !important;
  bottom: 57px;
}
.product-item-photo-hovered {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.photo-currently-not-hovered {
  opacity: 0 !important;
  display: none !important;
}
.photo-currently-hovered {
  opacity: 1 !important;
  display: block !important;
}
.photo-currently-hovered img {
  position: absolute;
  top: 0%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -o-object-fit: cover;
  object-fit: cover;
}
.active-swatch i {
  border: #ba0c2f 1px solid;
}
.hover-colours {
  cursor: pointer;
}
.filter-title strong {
  background: none;
  box-shadow: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: none;
  left: 0;
  line-height: 16px;
  padding: 10px 0;
  position: absolute;
  text-align: center;
  top: -19px;
  width: 100%;
  z-index: 2;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 500;
}
.product_listing_wrap figure img {
  width: 100% !important;
}
.c-product-grid {
  margin-bottom: 90px;
}
#layered-filter-block {
  border: none;
  float: none;
  position: relative;
  max-width: 780px;
  margin: 0 auto;
  margin-bottom: 0;
  width: auto;
}
.col.range-product-page-sidebar {
  float: right;
  width: 100%;
  padding: 0rem 0;
  background: #ebebeb;
}
.product-view .product-info-main {
  float: none;
  max-width: 1920px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  padding: 0 10%;
}
.col.double.rangeinfo {
  font-size: 16px;
  line-height: 28px;
}
.page-title-wrapper.product {
  text-align: center;
}
.group-meta-inner h1.page-title {
  font-size: 42px;
  font-weight: 600;
  text-transform: none;
  color: #3c3c3b;
  border-bottom: none;
  text-transform: uppercase;
  letter-spacing: 12px;
  padding: 30px 0 20px;
}
ul.colour-nav {
  width: 100%;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 90px;
}
.colour-nav li {
  display: inline-block;
  margin: 0 6px;
  position: relative;
}
.colour-label {
  display: none;
  position: absolute;
  background: #fff;
  left: 0;
  width: 130px;
  left: -33px;
  top: -40px;
  text-align: center;
  border: #ccc 1px solid;
  border-radius: 20px;
  font-size: 14px;
  box-shadow: #ccc 0 0 5px;
}
.colour-nav li:hover .colour-label {
  display: block !important;
}
.active span.swatch {
  border: #ba0c2f 3px solid;
}
span.swatch {
  width: 60px;
  height: 60px;
  display: block;
  border: #757271 1px solid;
  border-radius: 30px;
}
.measure_wrap {
  background: #ebebeb;
  position: relative;
  top: 8px;
  padding: 60px 0;
}
.measure_contain {
  max-width: 900px;
  margin: 0 auto;
  float: none;
  display: flex;
}
.measure_img {
  width: 55%;
  text-align: center;
}
.measure_img img {
  max-width: 190px;
  position: relative;
  top: -18px;
}
.measure_box {
  position: relative;
  font-size: 14px;
  color: #000;
}
.measure_box h2 {
  font-size: 15px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  color: #000;
  letter-spacing: 1px;
}
.measure_lnk a {
  color: #ba0c2f;
  text-decoration: underline;
}
.measure_box {
  position: relative;
  font-size: 14px;
  color: #000;
  padding-left: 90px;
  margin-top: 40px;
}
.measure_box:before {
  content: "";
  background-image: url(../images/icons/measure-icon.svg);
  position: absolute;
  left: 17px;
  top: -4px;
  width: 55px;
  height: 55px;
  background-size: 55px;
  background-repeat: no-repeat;
}
.col.range-product-page-specification {
  width: 100%;
  float: left;
}
.additional-attributes-wrapper .additional-attributes {
  border: none;
  width: auto;
  right: 30px;
  font-size: 17px;
  position: relative;
}
.page-layout-1column .product-info-main {
  width: 100%;
  max-width: 1920px;
  text-align: center;
  padding: 0 10%;
  margin: 0 auto;
  float: none;
}
.spec-box table > caption {
  border: 0;
  margin: 0;
  overflow: visible;
  padding: 0;
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  text-align: left;
  font-size: 22px;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 3px;
  margin-bottom: 40px;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > th {
  border: none;
  padding: 5px 0;
  width: 200px;
  border-bottom: #8f8f8f 1px solid;
  white-space: nowrap;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > td {
  border: none;
  padding: 5px 0;
  border-bottom: #8f8f8f 1px solid;
  padding-right: 20px;
  width: 250px;
}
.range-slider-cta {
  position: absolute;
  bottom: 0;
  left: 10%;
  padding: 9px 18px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  width: 200px;
  text-align: center;
  letter-spacing: 1px;
  border-radius: 10px 10px 0 0;
  background: #ba0c2f !important;
}
span.sample {
  display: none;
}
.n_job_detail_btn.desk_view_job {
  display: block;
}
.n_job_detail_btn.mob_view_job {
  display: none;
}
.wirework_header h2 {
  font-size: 47px;
  font-weight: 600;
  letter-spacing: 11px;
  color: #404040;
}
.wirework_header p {
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 25px;
}
.pagebuilder-column.catelog_color figure {
  position: relative;
}
.lnk_wire a {
  font-size: 16px;
  border: #454544 1px solid;
  display: block;
  padding: 5px;
  margin: 20px 0;
  font-weight: 600;
  color: #454544 !important;
}
.catelog_color figure a {
  display: block;
  border-radius: 50% !important;
  background: #ba0c2f;
  float: left;
}
.catelog_color:hover .lnk_wire a {
  border: #ba0c2f 1px solid;
  color: #ba0c2f !important;
}
.catelog_color:hover img {
  opacity: 0.5;
}
.pagebuilder-column.catelog_color {
  padding: 0 8px;
}
.wirework_blocks {
  margin: 30px 0;
}
.finishes-box {
  border-top: #454544 1px solid;
  border-bottom: #454544 1px solid;
  padding: 60px 0;
  margin-bottom: 80px;
  margin-top: 40px;
}
.lnk_wire {
  padding: 0 15px;
  text-transform: uppercase;
}
.category-wirework .category-description {
  padding: 0;
  box-sizing: border-box;
}
.heading_ourwork h2 {
  font-size: 33px;
  letter-spacing: 1px;
  line-height: 52px;
  color: #3c3c3b;
  margin: 0;
}
.dynamic_wirework,
.eilte_wirework {
  text-align: left;
  padding-left: 10%;
  font-size: 16px;
}
.dynamic_wirework h3,
.eilte_wirework h3 {
  text-align: left;
  margin: 0;
  padding: 0;
  color: #3c3c3b;
  font-size: 26px;
  text-transform: none;
  font-weight: 400;
  margin-bottom: 15px;
}
.dynamic_wirework li,
.eilte_wirework li {
  /* list-style: disc; */
  /* list-style-position: inside; */
  position: relative;
  padding-left: 16px;
  margin-bottom: 6px;
}
.dynamic_wirework li:before,
.eilte_wirework li:before {
  position: absolute;
  left: 0;
  content: "";
  background: #000;
  height: 4px;
  width: 4px;
  border-radius: 20px;
  top: 10px;
}
.dynamic_wirework {
  background: url(../images/icons/wirework-gradients-01.svg) no-repeat;
  background-position: 20px 0px !important;
  background-size: 69px !important;
  position: relative;
  left: 30px;
  padding-top: 7px;
}
.dynamic_wirework:before {
  background: url(../images/icons/wirework-gradients-02.svg) no-repeat;
  background-position: center center !important;
  background-size: 68px !important;
  position: absolute;
  content: "";
  width: 69px;
  height: 69px;
  top: 84px;
  left: 20px;
}
.eilte_wirework {
  background: url(../images/icons/wirework-gradients-03.svg) no-repeat;
  background-position: 20px 0px !important;
  background-size: 69px !important;
  position: relative;
  left: 30px;
  padding-top: 7px;
}
.wirework_feature {
  text-align: left;
  padding-left: 25%;
  position: relative;
  margin-bottom: 120px;
}
.wirework_feature:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background-image: url(../images/icons/innoxa.svg);
  background-repeat: no-repeat;
  background-size: 370px;
  height: 217px;
  width: 370px;
  background-position: left top;
}
.feature_listing li {
  padding-left: 26px;
  background: url(../images/icons/yes-arrow-icon.svg);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 5px 4px;
  padding-right: 60px;
}
.wirework_feature h2 {
  font-size: 34px;
  letter-spacing: 1px;
  color: #545454;
  margin-bottom: 30px;
}
.wirework_feature .pagebuilder-column {
  padding-left: 0;
  padding-top: 30px;
  position: relative;
  left: 19%;
}
.feature_opt {
  display: flex;
  font-size: 16px;
  line-height: 25px;
}
.category-wirework .columns {
  display: none;
}
.c-page-intro__heading {
  font-size: 2.5rem;
  padding-bottom: 1rem;
  font-weight: 600;
  color: #3C3C3C;
  line-height: 1.2;
  text-align: center;
  text-transform: initial;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 10px;
}
.n_testiwrap .owl-nav {
  top: 102%;
}
.product-info-main {
  float: right;
  width: 100%;
  text-align: center;
}
.Channel-to-market h2 {
  color: #fff;
  font-size: 57px;
  font-weight: 500;
  letter-spacing: 13px;
}
.Channel-to-market p {
  color: #fff;
  font-size: 15px;
  max-width: 1010px;
  margin: 0 auto;
  margin-top: 10px;
}
.Channel-to-market a.pagebuilder-button-primary {
  background: none;
  border: #fff 1px solid;
  border-radius: 0;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  padding: 0 75px;
  line-height: 37px;
  margin-top: 12px;
}
.post-image img.img-responsive {
  position: relative;
}
.Channel-to-market a:visited,
.Channel-to-market a:hover {
  color: #fff !important;
}
.n_box_channel_wrap {
  padding: 60px 0 75px;
}
.Channel-to-market {
  min-height: auto !important;
}
.n_box_channel {
  text-align: center;
  padding: 0;
  position: relative;
  padding-top: 230px;
  padding-bottom: 23px;
  float: left;
}
.n_box_channel1:before {
  background-image: url(../images/icons/jigsaw-icon.svg);
  width: 100%;
  position: absolute;
  top: 90px;
  content: "";
  height: 130px;
  background-size: 352px;
  background-repeat: no-repeat;
  background-position: center center;
}
.n_box_channel2:before {
  background-image: url(../images/icons/jigsaw-icon2.svg);
  width: 100%;
  position: absolute;
  top: 0;
  content: "";
  height: 230px;
  background-size: 245px;
  background-repeat: no-repeat;
  background-position: top center;
}
.n_box_channel3:before {
  background-image: url(../images/icons/jigsaw-icon3.svg);
  width: 100%;
  position: absolute;
  top: 20px;
  content: "";
  height: 200px;
  background-size: 190px;
  background-repeat: no-repeat;
  background-position: top center;
  left: 16px;
}
.n_box_channel2 {
  border-left: #999 1px solid;
  border-right: #999 1px solid;
}
.Channel-to-market {
  text-align: center;
  padding: 12% 0;
}
.banners-points img {
  float: left;
  width: 100%;
}
.our-cabinet-heading h2 {
  font-size: 62px;
  padding: 120px 0;
  font-weight: 600;
  letter-spacing: 12px;
  color: #404040;
}
.our-cabinet-heading {
  position: relative;
  margin-bottom: 30px;
}
.our-cabinet-heading:after {
  background: #ba0c2f;
  position: absolute;
  width: 120px;
  height: 3px;
  content: "";
  bottom: 60px;
  left: 50%;
  margin-left: -60px;
}
.construction_wrap {
  float: left;
  padding-left: 8%;
  padding-right: 71px;
}
.construction_wrap h2 {
  font-size: 46px;
  line-height: 55px;
  text-transform: none;
  color: #404040;
  padding-right: 20px;
}
.construction_wrap p {
  font-size: 16px;
  padding-right: 32px;
}
.unique_semi {
  width: 82%;
}
.outstanding_spec {
  background: #5c5c5b;
  margin-top: 85px;
  color: #fff;
  padding: 80px 0 50px 0;
}
.outstanding_spec h2 {
  color: #fff;
  font-size: 38px;
  margin-bottom: 40px;
}
.outstanding_spec p {
  color: #ffff;
  font-size: 17px;
  padding: 29px;
  margin-top: 15px;
  line-height: 22px;
}
.spec_one,
.spec_two,
.spec_three,
.spec_four {
  position: relative;
  padding-top: 250px;
}
.spec_one:before {
  content: "";
  background-image: url(../images/icons/cabinet01.svg);
  background-repeat: no-repeat;
  background-size: 290px;
  width: 290px;
  height: 290px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -150px;
}
.spec_two:before {
  content: "";
  background-image: url(../images/icons/cabinet02.svg);
  background-repeat: no-repeat;
  background-size: 290px;
  width: 290px;
  height: 290px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -150px;
}
.spec_three:before {
  content: "";
  background-image: url(../images/icons/cabinet03.svg);
  background-repeat: no-repeat;
  background-size: 290px;
  width: 290px;
  height: 290px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -150px;
}
.spec_four:before {
  content: "";
  background-image: url(../images/icons/cabinet04.svg);
  background-repeat: no-repeat;
  background-size: 290px;
  width: 290px;
  height: 290px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -150px;
}
.our_cabinets_gray {
  background: #eeeeee;
  padding: 100px 0;
}
.our_cabinets_gray p {
  font-size: 49px;
  font-weight: 300;
  line-height: 55px;
  color: #3c3c3b;
  margin-bottom: 20px;
  margin-top: 40px;
}
ul.colors_map {
  width: 100%;
  display: flex;
}
.colors_map li {
  font-size: 18px;
  width: 16%;
  position: relative;
  height: 50px;
  text-align: center;
  padding-top: 110px;
}
.almirah_box figure {
  width: 100%;
  text-align: center;
}
.almirah_box img {
  width: 290px;
}
.colors_map li:nth-child(1):after {
  position: absolute;
  content: "";
  width: 100%;
  background-image: url(../images/icons/color1.svg);
  height: 100px;
  background-size: 100px;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
}
.colors_map li:nth-child(2):after {
  position: absolute;
  content: "";
  width: 100%;
  background-image: url(../images/icons/color2.svg);
  height: 100px;
  background-size: 100px;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
}
.colors_map li:nth-child(3):after {
  position: absolute;
  content: "";
  width: 100%;
  background-image: url(../images/icons/color3.svg);
  height: 100px;
  background-size: 100px;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
}
.colors_map li:nth-child(4):after {
  position: absolute;
  content: "";
  width: 100%;
  background-image: url(../images/icons/color4.svg);
  height: 100px;
  background-size: 100px;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
}
.colors_map li:nth-child(5):after {
  position: absolute;
  content: "";
  width: 100%;
  background-image: url(../images/icons/color5.svg);
  height: 100px;
  background-size: 100px;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
}
.skin_info_box,
.tap_info_box {
  padding: 0 9%;
  font-size: 16px;
  text-align: left;
}
.header_info_txt {
  padding: 3px 16%;
}
.skin_info_box h2,
.tap_info_box h2 {
  font-size: 50px;
  text-transform: none;
  color: #3c3c3b;
  line-height: 57px;
  position: relative;
  left: -4px;
}
.skin_info_box .pagebuilder-button-primary,
.skin_info_box .pagebuilder-button-primary:hover,
.skin_info_box .pagebuilder-button-primary:focus,
.skin_info_box .pagebuilder-button-primary:visited,
.tap_info_box .pagebuilder-button-primary,
.tap_info_box .pagebuilder-button-primary:hover,
.tap_info_box .pagebuilder-button-primary:focus,
.tap_info_box .pagebuilder-button-primary:visited {
  background: #fff;
  color: #3c3c3b;
  font-size: 16px;
  font-weight: 500;
  border-radius: 0;
  border: #3c3c3b 1px solid;
  padding: 0;
  width: 100%;
  margin: 0;
  line-height: 35px;
}
.skin_info_box .pagebuilder-button-primary:hover,
.tap_info_box .pagebuilder-button-primary:hover {
  background: #fff;
  color: #ba0c2f;
  font-size: 16px;
  font-weight: 500;
  border-radius: 0;
  border: #ba0c2f 1px solid;
  padding: 0;
  width: 100%;
  margin: 0;
  line-height: 35px;
}
.btn_sink {
  width: 100%;
}
.skin_header_wrap h2 {
  font-size: 80px;
  color: #fff;
  margin-top: 16%;
  font-weight: 600;
  letter-spacing: 19px;
  position: relative;
  left: 9px;
}
.pagebuilder-column.skin_colom {
  width: 29% !important;
}
.pagebuilder-column.skin_colom img {
  float: left;
  width: 100% !important;
}
.pagebuilder-column.skin_info_box,
.pagebuilder-column.tap_info_box {
  width: 44% !important;
}
.skin_header_wrap p {
  color: #fff;
  font-size: 16px;
  margin-top: 15px;
}
.cms-sinks-taps .columns .column.main {
  padding: 0;
  width: 100%;
  float: left;
}
.categorypath-handles .category-description,
.categorypath-drawer-systems .category-description {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}
.page-with-filter .category-cms {
  margin-bottom: 0;
}
.drawer_header_wrap h2 {
  font-size: 59px;
  font-weight: 600;
  letter-spacing: 14px;
  color: #fff;
  padding-top: 160px;
  margin-bottom: 30px;
}
.header_info_txt p span {
  font-size: 17px !important;
  max-width: 850px !important;
  display: inline-block;
}
.box_drawers_wrap {
  width: 100%;
  float: left;
  padding: 60px 0 90px;
}
.gray_drawers_wrap {
  width: 100%;
  float: left;
  background: #eee;
  padding: 100px 0;
}
.drawer_area {
  width: 100%;
  float: left;
  padding: 80px 0;
}
.categorypath-drawer-systems .category-view + .columns {
  display: none;
}
.drawer_box {
  font-size: 16px;
  color: #000;
}
.table_drawer th {
  padding: 0;
  font-weight: 400;
  background: #f4f4f4;
}
.table_drawer th,
.table_drawer td {
  border-bottom: #999 1px solid;
  padding: 6px 5px;
  border-right: #999 1px solid;
  vertical-align: middle;
}
.drawer_box table tr:last-child td,
.drawer_box table tr:last-child th {
  border-bottom: none;
}
.table_drawer td {
  background: #fff;
  font-size: 14px;
  width: 198px;
}
table.table_drawer tr td:last-child {
  border-right: none;
}
.table_drawer1 th {
  padding: 0;
  font-weight: 400;
  background: #eee;
}
.table_drawer1 th,
.table_drawer1 td {
  border-bottom: #999 1px solid;
  padding: 6px 5px;
  border-right: #999 1px solid;
  vertical-align: middle;
}
.drawer_box table tr:last-child td,
.drawer_box table tr:last-child th {
  border-bottom: none;
}
.table_drawer1 td {
  background: #fff;
  font-size: 14px;
  width: 140px;
  position: relative;
}
.table_drawer1 label {
  display: block;
  font-size: 11px;
  font-weight: 500;
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: -7px;
}
table.table_drawer1 tr td:last-child {
  border-right: none;
}
.drawer_storage_colm {
  text-align: left;
  padding-right: 8%;
}
.box_drawers_colmn {
  text-align: left;
  padding-right: 6%;
}
.compo_drawer_colom {
  text-align: left;
}
.box_drawers_colmn p,
.compo_drawer_colom p,
.drawer_storage_colm p {
  font-size: 16px;
  width: 100%;
}
.drawer_storage_colm p {
  margin-bottom: 10px;
}
.box_drawers_colmn h2,
.compo_drawer_colom h2,
.drawer_storage_colm h2 {
  font-size: 46px;
  color: #3c3c3b;
  text-transform: none;
  margin-bottom: 25px;
}
.pagebuilder-column.compo_drawer_colom {
  padding-left: 6%;
  padding-right: 6%;
}
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary {
  background: #fff;
  border: #3c3c3b 1px solid;
}
.gray_bor_btn .pagebuilder-button-primary,
.gray_bor_btn .pagebuilder-button-primary:focus,
.gray_bor_btn .pagebuilder-button-primary:visited {
  background: #fff;
  color: #3c3c3b;
  font-size: 17px;
  width: 100%;
  max-width: 100%;
  font-weight: 500;
  padding: 0;
  border-radius: 0;
  border: #3c3c3b 1px solid;
  line-height: 34px;
  background: none;
}
.gray_bor_btn .pagebuilder-button-primary:hover {
  color: #ba0c2f;
  border: #ba0c2f 1px solid;
  background: none;
}
.gray_bor_btn {
  width: 100%;
  padding: 0;
}
.filter-current .items {
  padding: 0;
  width: 100%;
  float: left;
  text-align: center;
}
.amshopby-filter-current .amshopby-filter-name,
.amshopby-filter-current .amshopby-filter-value {
  display: inline-block;
}
.amshopby-filter-current .amshopby-remove {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute !important;
  right: 10px !important;
  width: 12px;
  height: 12px;
  left: auto;
  top: 8px;
}
.page-layout-1column .filter-current .item,
.page-layout-1column .filter-current .items {
  display: inline-block !important;
}
.post-grid-view .post-image {
  min-height: auto !important;
}
.page-layout-1column .filter-options-item.active .filter-options-content {
  padding: 0 !important;
}
.filter-options-item .filter-options-content .items:not(.items-children):not(.am-category-view),
.filter-options-item .filter-options-content .am-category-wrapper,
.filter-options-item .filter-options-content .amshopby-fromto-wrap {
  margin: 0 !important;
}
.pages a.page {
  color: #ba0c2f;
}
#mpblog-list-container a:hover {
  color: #ba0c2f;
}
.blog-sorter select option {
  color: #fff;
}
.breadcrumbs {
  margin: 0;
}
.breadcrumbs .items {
  height: 40px;
  text-align: left;
  padding: 10px;
}
.breadcrumbs li {
  font-size: 13px;
}
.mpblog-month-view h1.page-title {
  text-align: center;
  border-top: #eee 1px solid;
  padding: 10px;
  font-size: 15px;
}
ul.social_lnks {
  width: 100%;
  float: left;
  text-align: center;
  padding: 20px 0 0 0;
}
.social_lnks li {
  display: inline-block;
  border: #fff 1px solid;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 30px;
  font-size: 18px;
  margin: 0 5px;
}
.social_lnks a {
  display: block;
  background: #fff;
  border-radius: 38px;
  color: #000 !important;
  font-size: 25px;
  cursor: pointer;
}
.social_lnks a:hover {
  color: #ba0c2f !important;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  color: #000 !important;
  font-size: 23px;
}
.filter .block-subtitle {
  border-bottom: none !important;
  font-size: 14px;
  font-weight: 500 !important;
  line-height: 1em;
  padding: 10px 10px 10px;
  color: #3C3C3C !important;
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close,
.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
  background: #fff;
}
.quickcartpopup .modal-inner-wrap {
  max-width: 580px;
}
.quickcartpopup footer.modal-footer {
  display: none;
}
.quickcartpopup .quick_item_checkout {
  margin-bottom: 0px;
}
.video_modal_popup .modal-footer {
  display: none;
}
.modal-slide .action-close {
  margin: 15px;
  padding: 10px;
  line-height: 10px;
}
.video_modal_popup iframe {
  width: 100%;
  height: 470px;
  float: left;
}
.kfm-multi-banner {
  padding: 40px 0 50px;
}
.kfm_form_info {
  padding: 90px 0 40px;
}
.video_modal_popup div {
  padding: 0 !important;
}
.video_modal_popup .modal-header {
  padding-bottom: 1.2rem !important;
  padding-top: 3rem !important;
  position: absolute !important;
  right: -14px !important;
  top: -50px !important;
}
aside.modal-popup.video_modal_popup.modal-slide._inner-scroll._show {
  max-width: 1023px;
  margin: 0 auto;
}
.supporting_box img {
  height: 230px !important;
}
.topslide_logos_space {
  width: 100%;
  padding: 20px 0;
  height: 100px;
  position: relative;
  margin-top: 20px;
  margin-bottom: 10px;
}
.blum_logos_space {
  width: 100%;
  padding: 20px 0;
  height: 100px;
  position: relative;
  margin-top: 20px;
  margin-bottom: 0;
}
.blum_logos_space p,
.topslide_logos_space p {
  font-size: 0;
}
.blum_logos_space:before {
  background: url("../images/icons/blum-logos.svg") no-repeat;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 90px;
}
.topslide_logos_space:before {
  background: url("../images/icons/topslide.svg") no-repeat;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 90px;
}
.jigsaw_row_one {
  margin-left: -6%;
}
.categorypath-drawer-systems .c-page-intro {
  display: none;
}
.yes_icon {
  position: relative;
}
.yes_icon:before {
  content: "";
  left: 0;
  width: 100%;
  height: 15px;
  top: -6px;
  background: #999;
  position: absolute;
  background: url(../images/icons/yes-arrow-icon.svg) no-repeat;
  background-position: center;
}
.home_blocks_info {
  padding: 120px 0;
  width: 100%;
  float: left;
}
.home_icon1,
.home_icon2,
.home_icon3,
.home_icon4 {
  position: relative;
  padding-top: 80px;
  padding-left: 20px;
  padding-right: 20px;
}
.home_icon1:before {
  background: url(../images/icons/home_icons-1.svg) no-repeat top center;
  position: absolute;
  content: "";
  top: 0;
  width: calc(100% - 40px);
  height: 150px;
  background-size: 110px;
}
.home_icon2:before {
  background: url(../images/icons/home_icons-2.svg) no-repeat top center;
  position: absolute;
  content: "";
  top: -10px;
  width: calc(100% - 40px);
  height: 150px;
  background-size: 110px;
}
.home_icon3:before {
  background: url(../images/icons/home_icons-3.svg) no-repeat top center;
  position: absolute;
  content: "";
  top: -10px;
  width: calc(100% - 40px);
  height: 150px;
  background-size: 110px;
}
.home_icon4:before {
  background: url(../images/icons/home_icons-4.svg) no-repeat top center;
  position: absolute;
  content: "";
  top: -10px;
  width: calc(100% - 40px);
  height: 150px;
  background-size: 180px;
}
.home_icon1 h2,
.home_icon2 h2,
.home_icon3 h2,
.home_icon4 h2 {
  font-weight: 600;
  font-size: 20px;
  color: #000;
  margin: 0;
  padding-bottom: 10px;
}
.home_icon1 p,
.home_icon2 p,
.home_icon3 p,
.home_icon4 p {
  font-size: 16px;
  color: #000;
}
.cust_resource_wrap {
  padding: 150px 0;
  position: relative;
}
.cust_resource_wrap h2 {
  color: #3c3c3b;
  font-weight: 600;
  font-size: 55px;
  letter-spacing: 13px;
  margin-bottom: 10px;
  line-height: 72px;
}
.cust_resource_wrap p {
  font-size: 16px;
}
.cust_resource_wrap:after {
  background: #ba0c2f;
  content: "";
  width: 160px;
  position: absolute;
  height: 2px;
  left: 50%;
  margin-left: -80px;
  bottom: 90px;
}
.cs_col1 .pagebuilder-button-primary,
.cs_col2 .pagebuilder-button-primary,
.cs_col3 .pagebuilder-button-primary,
.cs_col4 .pagebuilder-button-primary {
  background: none;
  padding: 0;
  color: #3c3c3b;
  font-size: 18px;
  border: none;
  letter-spacing: 2px;
  margin: 0;
}
.cs_col1 .pagebuilder-button-primary:active,
.cs_col1 .pagebuilder-button-primary:focus,
.cs_col2 .pagebuilder-button-primary:active,
.cs_col2 .pagebuilder-button-primary:focus,
.cs_col3 .pagebuilder-button-primary:active,
.cs_col3 .pagebuilder-button-primary:focus,
.cs_col4 .pagebuilder-button-primary:active,
.cs_col4 .pagebuilder-button-primary:focus {
  background: none;
  padding: 0;
  color: #3c3c3b;
  border: none;
  letter-spacing: 2px;
  margin: 0;
}
.cs_col1 .pagebuilder-button-primary:visited,
.cs_col2 .pagebuilder-button-primary:visited,
.cs_col3 .pagebuilder-button-primary:visited,
.cs_col4 .pagebuilder-button-primary:visited {
  background: none;
  padding: 0;
  border: none;
  letter-spacing: 2px;
  margin: 0;
}
.cs_col1 .pagebuilder-button-primary:hover,
.cs_col2 .pagebuilder-button-primary:hover,
.cs_col3 .pagebuilder-button-primary:hover,
.cs_col4 .pagebuilder-button-primary:hover {
  background: none;
  padding: 0;
  color: #ba0c2f !important;
  border: none;
  margin: 0;
}
.customer_resource_wrap {
  padding: 90px 0 150px;
  max-width: 1120px;
  margin: 0 auto;
}
.cs_col1,
.cs_col2,
.cs_col3,
.cs_col4 {
  position: relative;
  padding-top: 136px;
}
.cs_col1:before {
  background: url(../images/icons/download-icon-03.svg) no-repeat top center;
  position: absolute;
  content: "";
  top: -90px;
  width: 100%;
  height: 224px;
  background-size: 240px;
  left: 0;
}
.cs_col2:before {
  background: url(../images/icons/download-icon-04.svg) no-repeat top center;
  position: absolute;
  content: "";
  top: -90px;
  width: 100%;
  height: 224px;
  background-size: 240px;
  left: 0;
}
.cs_col3:before {
  background: url(../images/icons/download-icon-02.svg) no-repeat top center;
  position: absolute;
  content: "";
  top: -90px;
  width: 100%;
  height: 224px;
  background-size: 240px;
  left: 0;
}
.cs_col4:before {
  background: url(../images/icons/download-icon-01.svg) no-repeat top center;
  position: absolute;
  content: "";
  top: -90px;
  width: 100%;
  height: 224px;
  background-size: 240px;
  left: 0;
}
.category-layout-2column-header .category-view {
  width: 100%;
  display: flex;
  max-width: 1509px;
  margin: 80px auto;
}
.cate_col_two .c-page-intro__heading {
  text-align: left;
  font-size: 42px;
  position: relative;
  margin-bottom: 70px;
}
.cate_col_two .c-page-intro__heading:after {
  content: "";
  position: absolute;
  left: 0;
  height: 3px;
  width: 100px;
  background: #ba0c2f;
  bottom: -30px;
}
.cate_col_two .category-description {
  text-align: left;
  padding: 0 !important;
  font-size: 16px;
  margin-bottom: 0;
}
.cate_col_two .filter-options-item {
  width: 100%;
}
.cate_col_two .filter-options-content {
  width: calc(100% + 2px);
}
.cate_col_two .filter-options-title {
  width: 100%;
  position: relative;
  z-index: 9;
}
.category-layout-2column-header .category-view + .columns {
  background: #ebebeb;
  margin-top: 40px;
  padding-top: 45px;
}
.category-layout-2column-header .c-product-grid__item-title {
  font-size: 0.8rem;
  font-weight: 600;
  padding-bottom: 5px;
  text-transform: uppercase;
  color: #000;
  min-height: 40px;
}
.cate_col_two .active .filter-options-content:before {
  background: #ebebeb !important;
  content: "";
  position: absolute;
  left: -5px;
  width: 102.5%;
  height: calc(100% + 37px);
  z-index: -2;
  top: -30px;
}
.cate_col_two {
  text-align: left;
  max-width: 565px;
  padding-left: 10%;
  padding-top: 5%;
}
.cate_col_one {
  width: 50%;
}
.pagebuilder-column.cs_col2 {
  left: 5px;
}
.table_drawer img {
  max-width: 61px;
  padding: 0;
  position: relative;
  top: 4px;
}
.lighting_box_images img {
  float: left;
}
.wirework_header {
  margin-bottom: 40px;
}
.category-layout-2column-header .c-product-grid__item-colours-list-item i {
  width: 1rem;
  height: 1em;
  float: left;
  border-radius: 50%;
  border: 1px solid #999;
  position: relative;
  top: 6px;
}
.category-layout-2column-header .c-product-grid__tooltip {
  display: block;
  position: relative;
  top: 2px;
  left: 4px;
  border: none;
  z-index: 100;
  margin-top: 0;
  transform: inherit;
  font-size: 11px;
  float: left;
}
.wirework_blocks figure img {
  float: left;
}
.pagebuilder-column.colom3_bg {
  padding: 0;
}
.drawer_brand_icon1 img {
  max-width: 75px;
}
.drawer_brand_icon2 img,
.drawer_brand_icon3 img {
  max-width: 42px;
}
.category-layout-wd .c-page-intro h2 {
  font-size: 46px;
}
.category-layout-wd .category-description p {
  font-size: 16px;
}
.category-layout-wd .category-description {
  position: relative;
  box-sizing: border-box;
}
.category-layout-wd .category-description:after {
  background: #ba0c2f;
  left: 50%;
  width: 110px;
  height: 2px;
  content: "";
  position: absolute;
  margin-left: -55px;
  bottom: -24px;
}
.category-layout-wd #amasty-shopby-product-list {
  z-index: 1;
  margin-top: 30px;
}
.category-layout-wd .category-view + .columns {
  background: #fff;
}
.lighting_box_images {
  width: 100%;
  float: left;
}
.category-layout-wd img.product-image-photo {
  background: #ebebeb;
  padding: 0;
}
.category-layout-wd .c-product-grid__item-title {
  font-size: 0.8rem;
  font-weight: 600;
  padding-bottom: 5px;
  letter-spacing: 1px;
  line-height: 20px;
}
.lighting_box_images {
  width: 100%;
  float: left;
  margin-top: -50px;
  position: relative;
  top: 7px;
}
.wirework_header {
  background-position: center top !important;
}
.categorypath-essentials .category-view + .columns {
  display: none;
}
.categorypath-essentials .category-description {
  padding: 0;
}
.essential_box img {
  border-radius: 50%;
}
.pagebuilder-column.essential_box {
  padding: 20px;
}
.essentials_btn .pagebuilder-button-primary,
.essentials_btn .pagebuilder-button-primary:hover,
.essentials_btn .pagebuilder-button-primary:visited,
.essentials_btn .pagebuilder-button-primary:focus {
  width: 100%;
  max-width: 100%;
  background: #fff;
  color: #3c3c3b;
  font-size: 17px;
  display: block;
  padding: 0;
  border-radius: 0;
  border: #3c3c3b 1px solid;
  line-height: 34px;
  margin-top: 20px;
}
.essentials_btn .pagebuilder-button-primary:hover {
  width: 100%;
  max-width: 100%;
  background: #fff;
  color: #ba0c2f;
  font-size: 17px;
  display: block;
  padding: 0;
  border-radius: 0;
  border: #ba0c2f 1px solid;
  line-height: 34px;
  margin-top: 20px;
}
.essentials_btn {
  padding: 0 20px;
}
.categorypath-essentials .c-page-intro__heading {
  font-size: 50px;
  margin-top: 50px;
}
.essentials_txt {
  max-width: 1250px;
  margin: 0 auto;
  font-size: 16px;
  padding: 0 40px;
  line-height: 28px;
  margin-bottom: 30px;
}
.message.info {
  border: #3C3C3C 1px solid !important;
  color: #ba0c2f !important;
  background: none;
  margin-bottom: 50px;
}
.message.info > *:first-child:before {
  color: #ba0c2f !important;
}
.post-grid-body {
  max-width: 1350px;
  margin: 0 auto;
  column-count: 1;
  column-gap: 10px;
}
.post-grid-item {
  margin: 0;
  padding: 10px;
  width: 33%;
  margin-bottom: 8px;
  float: none;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.bar_lines_account .cls-1 {
  fill: transparent;
}
.page-with-filter .toolbar-amount {
  font-size: 14px;
}
.page-products .sorter {
  font-size: 14px;
}
.toolbar-products .pages {
  display: block !important;
}
.pages .action.next {
  margin-left: 8px;
  padding: 0;
  margin: 0;
}
.pages a.page {
  color: #ba0c2f !important;
  font-size: 17px;
}
.pages strong.page {
  background: none;
  font-size: 17px;
  font-weight: 500 !important;
}
.pages .action.next,
.pages .action.previous {
  margin-left: 8px;
  margin: 0;
  background: none;
  border: none;
  box-shadow: none;
  position: relative;
  top: 3px;
}
.toolbar-products .pages {
  display: block !important;
  border-top: #eee 1px solid;
  margin: 0;
}
.category-layout-wd .c-product-grid {
  margin-bottom: 38px;
}
.category-layout-wd .c-product-grid {
  margin-bottom: 38px;
  width: 100%;
  float: left;
}
.toolbar select {
  background-color: #fff;
  box-shadow: none;
  border-radius: 3px;
  border: #ba0c2f 1px solid;
  color: #ba0c2f;
  font-size: 12px;
  border-radius: 0;
  font-weight: 600;
  line-height: 12px;
  height: 30px;
}
#narrow-by-list {
  text-align: center;
  margin-top: 30px;
}
button.add-favourites,
button.add-order.button {
  margin-top: 18px;
  padding: 5px 6px;
  font-size: 11px !important;
  letter-spacing: 0;
}
button.add-order.button:not(.primary):active,
button.add-order.button:active,
button.add-order.button:visited {
  box-shadow: none;
  color: #fff;
  border: none;
}
button.add-favourites.active,
button.add-favourites.focus,
button.add-favourites.visited {
  border: none !important;
  color: #fff !important;
  box-shadow: none !important;
}
.add-order:focus,
.add-order:active,
.favourite button:focus,
.favourite button:active {
  box-shadow: none;
  color: #fff !important;
  border: none;
}
.actions-secondary {
  margin-left: 5px;
}
.pto_header {
  background-position: center !important;
}
.mpblog-post-index .pages {
  float: left;
}
.mpblog-post-index .limiter {
  margin-top: 18px;
}
.account.page-layout-2columns-left .sidebar-main,
.account.page-layout-2columns-left .sidebar-additional {
  width: 20.3%;
  margin-top: -8px;
}
.box-actions a,
.box-actions a:hover,
.box-actions a:active,
.box-actions a:visited {
  text-decoration: none;
  font-size: 12px;
  line-height: 20px;
  padding: 11px 14px;
  border: 1px solid #ba0c2f;
  background-color: transparent;
  border-radius: 0;
  color: #fff;
  padding: 5px 10px;
  background-position: right 10px center;
  background-repeat: no-repeat !important;
  background-size: 10px auto;
  display: inline-block;
  cursor: pointer;
  text-transform: none;
  transition: all 0.2s;
  background: #ba0c2f;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.n_register-form i {
  font-weight: 400;
  font-size: 12px;
  text-transform: none;
  font-style: normal;
  display: block;
}
/* The container */
.check_container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Hide the browser's default checkbox */
.check_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 25px;
  left: auto;
  width: 25px;
  background-color: #fff;
  border: #ba0c2f 1px solid;
}
/* On mouse-over, add a grey background color */
.check_container:hover input ~ .checkmark {
  background-color: #fff;
}
/* When the checkbox is checked, add a blue background */
.check_container input:checked ~ .checkmark {
  background-color: #ba0c2f;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.check_container input:checked ~ .checkmark:after {
  display: block;
}
/* The container */
.check_container_botm {
  display: block;
  position: relative;
  padding-left: 35px !important;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #404040;
}
/* Hide the browser's default checkbox */
.check_container_botm input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
.checkmark_botm {
  position: absolute;
  bottom: 7px;
  left: 0;
  height: 25px;
  right: auto;
  width: 25px;
  background-color: #fff;
  border: #ba0c2f 1px solid;
}
/* On mouse-over, add a grey background color */
.check_container_botm:hover input ~ .checkmark_botm {
  background-color: #fff;
}
/* When the checkbox is checked, add a blue background */
.check_container_botm input:checked ~ .checkmark_botm {
  background-color: #ba0c2f;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark_botm:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.check_container_botm input:checked ~ .checkmark_botm:after {
  display: block;
}
.business_wrap i {
  font-weight: 400 !important;
  font-style: normal;
  font-size: 12px !important;
  display: block;
  text-transform: none;
}
.register_content .solid {
  margin-top: 10px;
}
.des_cate h2 {
  font-size: 12px;
  margin: 0;
  font-weight: 600;
  color: #000;
}
.des_cate {
  font-size: 11px;
  width: 100%;
  margin-top: 15px;
  float: left;
  line-height: 14px;
  background: none;
  padding: 0;
}
.des_cate li {
  padding-left: 3px;
  position: relative;
  margin-bottom: 4px;
  list-style-type: disc;
  left: 15px;
}
.des_cate li::marker {
  font-size: 12px;
}
.des_cate details summary {
  font-weight: 600;
  position: relative;
  padding-left: 13px;
  margin: 10px 0;
  cursor: pointer;
}
.des_cate details summary:before {
  position: absolute;
  left: 0;
  top: 5px;
  width: 0;
  height: 0;
  border-left: 6px #333 solid;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  content: "";
}
details[open] summary:before {
  position: absolute;
  left: 0;
  top: 5px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-top: 6px solid #333;
  border-right: 3px solid transparent;
  content: "";
}
details p {
  padding-bottom: 15px;
}
p + ol {
  margin-top: 0;
  padding-bottom: 12px;
  width: 100%;
  float: left;
}
.des_cate ul {
  margin-bottom: 10px !important;
}
details ol li {
  list-style: numaric !important;
  position: relative;
  left: 10px;
}
.amshopby-items .amshopby-filter-name {
  display: none;
}
li.item.amshopby-item {
  background: #f0f0f0;
  padding: 0 30px 0 14px !important;
  display: block;
}
.page-layout-1column .filter-current .item {
  margin-right: 5px;
  white-space: nowrap;
  line-height: 27px;
}
::-webkit-input-placeholder {
  /* Edge */
  color: #fff !important;
  opacity: 0 !important;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff !important;
  opacity: 0 !important;
}
::placeholder {
  color: #fff !important;
  opacity: 0 !important;
}
ul.color-dip.pto_space_top {
  position: relative;
  top: 10px;
}
.category-layout-2column-header #layered-filter-block {
  width: 400px !important;
  float: left;
}
.pages-item-next {
  position: relative;
  right: 0;
  top: 0;
  z-index: 1;
  margin-right: 0 !important;
}
.pages .action.next,
.pages .action.previous {
  position: relative;
}
.category-layout-2column-header .cate_col_two .active .filter-options-content:before {
  height: calc(100% + 35px) !important;
}
.drawer_header_wrap {
  background-position: center !important;
}
.filter .block-subtitle {
  display: none;
}
div#am-shopby-container {
  display: inline-block;
}
.page-layout-1column .filter-actions {
  display: inline-block;
  white-space: nowrap;
  vertical-align: top;
  margin: 8px 0;
  text-transform: uppercase;
}
.filter-actions a {
  padding: 7px;
}
.filter-content .item {
  margin: 0;
}
.filter-actions {
  padding: 0 0px !important;
}
.filter-actions .filter-clear {
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 1px;
}
.actions-primary .container {
  float: left;
  margin-right: 10px;
  display: flex;
  margin-top: 8px;
}
button.cart-qty-plus,
button.cart-qty-plus:active,
button.cart-qty-plus:focus,
button.cart-qty-plus:visited,
button.cart-qty-minus,
button.cart-qty-minus:active,
button.cart-qty-minus:focus,
button.cart-qty-minus:visited {
  border: #2e2e2e 1px solid;
  background: none !important;
  color: #000 !important;
  font-size: 21px !important;
  padding: 0 6px !important;
  line-height: 0 !important;
  font-weight: 300 !important;
  height: 30px;
  width: 30px;
}
.actions-primary .container .qty {
  height: 30px;
  border: #2e2e2e 1px solid;
  border-left: none;
  text-align: center;
  border-right: none;
  width: 50px;
  font-weight: 600;
}
.product-item-actions .actions-primary {
  display: block;
  position: absolute;
  bottom: 10px;
  left: 50px;
  width: calc(100% - 50px);
}
button.view-products,
button.view-products:hover,
button.view-products:visited,
button.add-favourites,
button.add-order.button,
button.add-order.button:hover,
button.add-order.button:visited {
  margin-top: 7px;
  padding: 8px 0;
  font-size: 11px !important;
  position: relative;
  right: -1px;
  white-space: nowrap;
  width: 100%;
  background: #ba0c2f;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  border: none;
}
.net_price_info label {
  color: #ba0c2f;
}
.price_info_box label {
  margin-right: 5px;
}
.product-item-actions .actions-primary {
  display: flex;
}
.net_price_info {
  width: 50%;
}
.list_price_info {
  width: 50%;
  text-align: right;
}
.price_info_box {
  width: 100%;
  float: left;
  display: flex;
  margin-top: 10px;
  font-size: 14px;
}
.price_info_box label {
  padding-bottom: 0;
  font-weight: 500;
}
.alttxt {
  font-family: 'Segoepr';
}
.unique_txt p {
  color: #ba0c2f;
  font-weight: 600;
  font-size: 24px;
  padding-right: 0;
}
.unique_txt {
  font-family: 'Segoepr';
  color: #ba0c2f;
  font-size: 1.5em;
}
.alttxt h2 {
  text-transform: none;
  color: #ba0c2f;
  font-size: 2.5em;
  padding: 30px 0;
  font-weight: 400;
}
.pagebuilder-column.compo_drawer_colom {
  order: 2;
}
.tap_info_box {
  order: 2;
}
ul.colour_swatch {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 10px;
  font-weight: 400;
  padding-right: 0;
}
.colour_swatch li {
  width: 13%;
  float: left;
  padding-bottom: 0;
  min-height: 120px;
}
.colour_icon {
  font-size: 0;
  width: 68px;
  height: 68px;
  border: #ccc 1px solid;
  border-radius: 50px;
  display: inline-block;
  margin-bottom: 8px;
}
.swatch_txt {
  display: inline-block;
  font-size: 12px;
}
.sw_color {
  background: #ffffff;
}
.wg_color {
  background: #f5f7f7;
}
.wt_color {
  background: #f5f4ef;
}
.p_color {
  background: #f4f2eb;
}
.ch_color {
  background: #e5dfd3;
}
.mu_color {
  background: #e9dec6;
}
.cash_color {
  background: #c9c1be;
}
.lg_color {
  background: #cecfcc;
}
.silv_color {
  background: #b2b4b3;
}
.dust_color {
  background: #8f9496;
}
.onxy_color {
  background: #656666;
}
.taupe_color {
  background: #cec8c1;
}
.peb_color {
  background: #b3aea7;
}
.dak_color {
  background: #c1baa9;
}
.sto_color {
  background: #ada29e;
}
.lava_color {
  background: #625e5a;
}
.sag_color {
  background: #d0d0b9;
}
.fre_color {
  background: #abb19e;
}
.fj_color {
  background: #98a9a5;
}
.deni_color {
  background: #9dacc0;
}
.smo_color {
  background: #7e96b7;
}
.mid_color {
  background: #0b4c63;
}
.indigo_color {
  background: #092936;
}
.anthracite_color {
  background: #424343;
}
.dusky_color {
  background: #a2787c;
}
.sapphire_color {
  background: #0e395f;
}
.amazon_color {
  background: #004442;
}
.fir_color {
  background: #263f32;
}
.sw_color + .swatch_txt,
.wg_color + .swatch_txt,
.lg_color + .swatch_txt,
.mid_color + .swatch_txt {
  width: 60px;
}
.category-layout-2column-header .c-product-grid__item-media {
  padding-bottom: 41%;
}
.category-layout-2column-header .c-product-grid__item-media img {
  width: 100%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: absolute;
}
.filter.active .filter-options,
.filter-options {
  display: flex;
  justify-content: center;
}
#configurator {
  position: relative;
  top: 0;
  margin: 20px auto;
  padding: 60px 0 0 0;
}
.quick_pop {
  text-align: center;
  padding: 30px;
}
.category-layout-2column-header .modal-inner-wrap {
  max-width: 750px;
}
.category-layout-2column-header .modal-popup .modal-content {
  padding: 0 20px;
}
.quick_item_heading h2 {
  font-weight: 600;
  color: #000;
  font-size: 18px;
  margin: 0;
}
.quick_item_heading p {
  font-size: 16px;
  color: #000;
}
.quick_item_btns button {
  margin: 0 5px;
}
.qty_pop input {
  text-align: center;
  color: #000;
  border: #000 1px solid;
  font-weight: 600;
  font-size: 22px;
  width: 73px;
  height: 40px;
  border-left: 0;
  border-right: 0;
}
.category-layout-2column-header .modal-footer {
  display: none !important;
}
.category-layout-2column-header .modal-popup .modal-header {
  padding-bottom: 0.3rem;
  padding-top: 3rem;
}
.mpblog-post-view h1 {
  margin-top: 60px;
  border-bottom: 0;
  font-weight: 600;
  letter-spacing: 11px;
  font-size: 43px;
  margin-bottom: 20px;
  text-align: center;
}
.post-post_content {
  max-width: 1200px;
  margin: 30px auto;
  font-size: 15px;
  text-align: left;
}
.post-post_content p {
  color: #000;
}
.mpblog-post-view a {
  text-decoration: none;
  color: #ba0c2f;
}
.category-layout-2column-header #narrow-by-list {
  text-align: center;
  margin-top: 30px;
  position: relative;
  left: -2px;
}
.category-layout-2column-header .filter-content {
  margin-top: 10px;
  text-align: left;
  font-size: 12px;
}
.date_view {
  text-align: center;
  background: #bc2840;
  display: inline-block;
  font-size: 14px;
  padding: 8px 20px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.mp-blog-view {
  text-align: center;
}
.pto_rt {
  width: 39.3% !important;
  padding-left: 10%;
  order: 2;
}
.jigsaw_hd_rd_wrap {
  order: 2;
}
ul.qty_opt {
  display: flex;
}
.qty_opt li {
  width: 75%;
}
.qty_opt li:last-child {
  width: 20%;
}
.checkout_btn a {
  display: block;
  background: #ba0c2f;
  color: #fff !important;
  padding: 10px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 4px;
}
.qty_opt .container {
  display: flex;
}
.qty_opt label {
  font-size: 14px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  display: block;
  text-align: left;
}
.qty_opt li div {
  width: 50%;
  text-align: left;
  font-size: 33px;
  font-weight: 500;
  color: #ba0c2f;
  margin-top: -5px;
}
.qty_pop button.cart-qty-plus,
.qty_pop button.cart-qty-minus {
  border: #000 1px solid;
  background: none !important;
  color: #000 !important;
  font-size: 32px !important;
  padding: 0 10px!important;
  line-height: 0 !important;
  font-weight: 300 !important;
  height: 40px;
  width: 48px !important;
  display: block;
}
.qty_pop {
  margin-top: 13px!important;
}
ul.n_listing_vid {
  width: 100%;
  float: left;
  text-align: center;
  padding: 0 30px;
}
.swatch-option.text {
  background: transparent !important;
}
.n_vid_contain iframe {
  width: 100%;
  height: 250px;
}
.n_listing_vid li {
  width: 30%;
  display: inline-block;
  margin: 14px;
  box-shadow: #ccc 1px 0px 7px 2px;
  border-radius: 10px;
  text-align: center;
  vertical-align: top;
  overflow: hidden;
  background: #fff;
}
.n_vid_heading {
  padding: 10px;
  font-size: 17px;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.n_video_wrap {
  background: #ebebeb;
  width: 100%;
  float: left;
  padding: 50px 0;
  position: relative;
  top: 8px;
  margin-top: 10px;
}
.n_main_vid {
  text-align: center;
  max-width: 888px;
  margin: 0 auto;
  font-size: 16px;
  margin-bottom: 30px;
}
.n_main_vid .n_main_content {
  margin-bottom: 20px;
}
.n_main_vid .n_main_heading h1 {
  font-size: 3rem;
}
.quickorder-index-index .page-main,
.checkout-index-index .page-main {
  max-width: 1368px;
  margin: 0 auto;
  padding: 0 30px;
  font-size: 16px;
  box-sizing: border-box;
}
form#co-shipping-method-form {
  font-size: 16px;
}
.search label {
  font-size: 18px;
  color: #333333;
  letter-spacing: 1px;
  margin-top: -14px;
}
.fw-regular {
  font-weight: 400;
  letter-spacing: 0;
}
#search-sku {
  border: #ba0c2f 1px solid;
  background: #ba0c2f;
  color: #fff;
  padding: 8px 50px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 1px;
}
button.c-category-navigation__button:hover,
.c-category-navigation__sub-button:hover {
  border: none !important;
}
button,
button:hover {
  border-radius: 0 !important;
}
#productConfiguratorJigsaw + #off-canvas-right .main-nav-wrapper .image {
  display: none;
}
.checkout-cart-index .columns {
  display: block;
  max-width: 76rem;
  margin: 0 auto;
}
.order_paint_icon {
  background-image: url(../images/icons/color-bucket.svg);
}
.order_bespoke_icon {
  background-image: url(../images/icons/palate-dip-icon.svg);
}
.block.block-dashboard-addresses {
  margin-top: 30px;
}
.checkout-cart-index .page-title-wrapper {
  padding-left: 0;
  padding-right: 15px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  margin-top: 20px;
}
.updateDrilling,
.updateDrilling:hover {
  background: #ba0c2f;
  color: #fff;
  font-size: 12px !important;
  text-transform: uppercase !important;
  letter-spacing: 1px;
  padding: 10px 25px !important;
  border: none !important;
  font-weight: 500;
}
a.action.action-delete {
  font-size: 16px;
}
.abs-sidebar-totals .table-wrapper,
.cart-totals .table-wrapper,
.opc-block-summary .table-totals .table-wrapper {
  font-size: 16px;
}
.payment-method {
  font-size: 16px;
}
.cart-empty {
  font-size: 14px;
  padding: 15px;
}
.table-checkout-shipping-method tbody td input[type='radio'] {
  margin: 0 !important;
  margin-left: 12px !important;
}
.table-checkout-shipping-method tbody td {
  border-top: none !important;
}
.order-summary.hoverable {
  border: none !important;
  border-bottom: 0 !important;
}
.opc-block-summary .items-in-cart > .title strong {
  font-size: 16px !important;
}
.c-button--ghost,
.c-button--ghost:hover {
  border: #ba0c2f 1px solid;
  color: #ba0c2f;
}
button:focus,
button:active {
  border: none;
  box-shadow: 0;
}
.category-layout-2column-header .view-products-popup-modal .modal-inner-wrap {
  max-width: 700px;
}
iframe#product-view-frame {
  height: 500px!important;
}
.category-layout-2column-header .view-products-popup-modal .modal-header {
  padding-bottom: 0.3rem;
  padding-top: 0;
}
.quickorder-configure-index .product-info-main {
  padding: 0 !important;
}
.quickorder-configure-index .product-info {
  width: 100%;
  margin-right: 0;
}
.quickorder-configure-index h1.page-title {
  text-align: left;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 10px 0px;
  color: #000000;
  width: 93%;
}
.quickorder-configure-index th {
  background: none !important;
  color: #be2940 !important;
  text-transform: uppercase;
  font-size: 17px;
}
.quickorder-configure-index .swatch-opt {
  margin: 0;
  text-align: left;
  font-size: 16px;
  width: 100%;
  float: left;
}
.quickorder-configure-index .swatch-attribute-label {
  font-weight: 500 !important;
}
.quickorder-configure-index .swatch-option {
  color: #333333;
  border-radius: 40px;
  height: 30px !important;
  width: 30px !important;
}
.quickorder-configure-index .swatch-option.selected {
  outline: 1px solid #ba0c2f !important;
  border: 1px solid #ffffff;
  color: #333333;
  border-radius: 40px;
  height: 30px !important;
  width: 30px !important;
}
.swatch-option.image {
  width: 40px !important;
  height: 40px !important;
}
.swatch-option.selected {
  outline: none !important;
  border: none !important;
  color: #333333;
}
.quickorder-configure-index #bss-ptd-table tbody td {
  font-size: 17px;
}
#bss-ptd-table .swatch-option {
  border-radius: 20px !important;
}
#bss-ptd-table .swatch-option.text {
  border-radius: 0 !important;
}
.quickorder-configure-index .control input {
  height: 42px!important;
  border-width: 1px;
  border-style: solid;
  border-color: #ba0c2f;
  border-image: initial;
  padding: 15px;
  width: 20%;
  left: 0;
  float: left;
}
.quickorder-configure-index button#product-addtocart-button,
.quickorder-configure-index button#product-addtocart-button:hover {
  text-indent: 0;
  text-decoration: none;
  font-size: 0.8rem;
  line-height: 0px;
  padding: 21px 14px;
  background-color: transparent;
  border-radius: 0;
  text-transform: none;
  background-image: none !important;
  background-color: #ba0c2f;
  color: #FFF;
  border: #ba0c2f 1px solid;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px !important;
  position: relative;
  width: 100%;
  right: 0;
  bottom: 2px;
  text-align: center;
}
.quickorder-configure-index tfoot tr {
  font-size: 17px;
  border: #ccc 1px solid !important;
  margin: 2px;
}
#bss-ptd-table .swatch-option.color,
#bss-ptd-table .swatch-option.image {
  border-radius: 17px !important;
  width: 20px !important;
  height: 20px !important;
  margin: 0;
  padding: 0;
}
.quickorder-configure-index tbody tr:last-child {
  border-bottom: #ccc 1px solid !important;
}
.quickorder-configure-index .field.qty {
  display: flex;
  padding: 0;
  position: relative;
  top: 12px;
}
.quickorder-configure-index label.label {
  padding-right: 20px;
}
.swatch-option {
  border: 1px solid #999;
  cursor: pointer;
  float: left;
  height: 0.8rem !important;
  margin: 0 10px 5px 0;
  max-width: 100%;
  min-width: 0.8rem;
  overflow: hidden;
  padding: 1px 2px;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
  border-radius: 50px;
}
.swatch-option.text {
  color: #686868;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  margin-right: 7px;
  min-width: 22px;
  padding: 4px 8px;
  border-radius: 0;
  height: 30px !important;
}
.swatch-attribute.cab_colour {
  width: 100%;
  float: left;
}
.swatch-option.image {
  background-size: cover !important;
  width: 0.8rem !important;
}
.color_multi_box label {
  font-size: 12px;
  vertical-align: top;
}
ul.color_multi_box {
  width: 100%;
  float: left;
}
.color_multi_box li {
  width: 50%;
  float: left;
}
.swatch-box {
  width: 100%;
  float: left;
  margin-top: 10px;
}
.swatch-box h5 {
  margin: 0;
}
.text_swatch {
  display: flex;
  width: 100%;
}
.text_swatch h5 {
  width: 50%;
}
.text_swatch > div {
  width: 50%;
  padding-left: 7px;
}
.text_swatch .color_multi_box li {
  width: 100%;
  text-align: right;
}
.text_swatch .swatch-option.text {
  background: #fff !important;
  color: #686868;
  font-size: 11px;
  font-weight: 400;
  line-height: 19px;
  margin-right: 7px;
  min-width: 100%;
  padding: 4px 8px;
  border-radius: 0;
  height: 19px !important;
  float: right;
  border: none;
  text-align: left;
  padding: 0;
  padding-left: 0;
  margin-bottom: 0;
  cursor: pointer !important;
}
.text_swatch .swatch-attribute-options {
  margin: 0;
}
.text_swatch .swatch-option:not(.disabled):hover {
  border: none;
  outline: none;
  color: #ba0c2f;
  cursor: default;
}
.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
  outline: none;
}
.swatch-option:focus {
  box-shadow: none !important;
}
.mcolour_swatch .swatch-option,
.mcolour_swatch .swatch-option:hover {
  border: 1px solid #999 !important;
  cursor: pointer;
}
#bottomnav ul.navbar-nav > li {
  border-radius: 36px;
}
summary::-webkit-details-marker {
  display: none;
}
.filter-content .swatch-option {
  display: none;
}
.page-layout-1column .filter-options-content .item {
  margin: 0;
  padding: 0px;
  text-align: left;
  width: 100%;
  margin: 0 !important;
  padding: 0;
}
.filter-options-content label {
  margin: 0;
  padding: 0;
  display: block !important;
  line-height: 26px;
}
.filter-options-item .filter-options-content .am-shopby-form {
  margin: 0;
  outline: #ba0c2f 1px solid;
  padding: 0 12px;
}
.amshopby-filter-current .amshopby-filter-name,
.amshopby-filter-current .amshopby-filter-value {
  font-size: 12px;
}
.page-layout-1column .filter-current .item {
  margin-right: 5px;
  white-space: nowrap;
  line-height: 24px;
  border: none;
}
.cms-our-handles .columns {
  display: flex;
}
.quickorder-configure-index .n-site-header,
.quickorder-configure-index .n-jig_box,
.quickorder-configure-index .modal-footer {
  display: none;
}
.page-layout-1column footer.modal-footer {
  display: none;
}
.page-layout-1column .modal-header {
  padding-top: 0 !important;
  position: absolute;
  right: 0px;
  top: 7px;
}
.page-layout-1column .modal-slide._show .modal-inner-wrap {
  padding: 15px;
  width: 750px;
  min-height: 540px;
}
.page-layout-1column .modal-popup .modal-content {
  padding-left: 3px;
  padding-right: 0;
  padding-bottom: 0;
}
.quickorder-configure-index .product-info-main {
  display: block;
}
.product-quickview iframe {
  height: 510px !important;
}
.quickorder-configure-index .color_multi_box li {
  width: auto;
  float: left;
  margin-bottom: 10px;
  padding-right: 20px;
}
.quickorder-configure-index button.cart-qty-minus {
  position: relative;
  left: 5px;
}
.quickorder-configure-index button.cart-qty-plus {
  left: -4px;
  position: relative;
}
.quickorder-configure-index .cab_colour .swatch-option.image {
  width: 30px !important;
  height: 30px !important;
}
.quickorder-configure-index th {
  font-size: 13px !important;
}
.quickorder-configure-index #bss-ptd-table tbody td {
  font-size: 11.5px !important;
}
.cab_colour .swatch-option.image {
  width: 17px !important;
  height: 17px !important;
}
.quickorder-configure-index .bss-qty-col .bss-qty {
  width: 35px;
  text-align: center;
  border: #000 1px solid;
  margin: 0;
  vertical-align: top;
  height: 30px;
  font-weight: 600;
}
#outer-wrap {
  width: 100%;
}
.quickorder-configure-index .product.attribute.overview {
  display: none !important;
}
.quickorder-configure-index .color_multi_box label {
  font-size: 12px;
  vertical-align: top;
  line-height: 27px;
}
.bss-table-row td.swatch-option.selected {
  border: 0;
  outline: 0;
  color: #ba0c2f;
  outline: none !important;
}
.bss-table-row-attr .swatch-option.text {
  width: auto !important;
  border: none !important;
  padding: 7px 10px;
}
.bss-table-row td.swatch-option.selected div.swatch-option {
  border: none !important;
}
.quickorder-configure-index .swatch-option.selected {
  border: none !important;
}
.quickorder-configure-index .mcolour_swatch h5 {
  display: none;
}
.drawers-layout .c-product-grid__item {
  position: relative;
}
.drawers-layout .des_cate {
  font-size: 11px;
  width: 100%;
  margin-top: 15px;
  float: left;
  line-height: 14px;
  padding: 0;
  position: relative;
  left: 0;
  bottom: 0;
  background: none;
  color: #000;
}
.drawers-layout .des_cate h2 {
  font-size: 12px;
  margin: 0;
  font-weight: 600;
  color: #000;
}
.drawers-layout .c-product-grid__item-colours-list-item i {
  width: 0.9rem;
  height: 0.9em;
}
.drawers-layout .c-product-grid__tooltip {
  top: 0;
  left: 2px;
  margin-top: 3px;
}
#bss-ptd-table .swatch-option.color,
#bss-ptd-table .swatch-option.image {
  border-radius: 17px !important;
  width: 30px !important;
  height: 30px !important;
}
#bss-ptd-table tbody .bss-table-row:hover,
#bss-ptd-table tbody .bss-table-row:hover td {
  border-radius: 0 !important;
}
.bss-table-row td.swatch-option.selected div.swatch-option {
  outline: 2px solid #ba0c2f !important;
}
table > tfoot > tr > td {
  padding: 7px 7px;
  font-size: 15px;
}
.product-options-wrapper .text_swatch {
  display: block;
}
.product-options-wrapper .text_swatch > div {
  width: 100%;
  padding-left: 0;
}
.text_swatch .swatch-attribute-options {
  margin: 0;
  width: 100%;
  float: left;
}
.product-options-wrapper ul.color_multi_box {
  width: 100%;
  float: left;
  padding-left: 10px;
  box-sizing: border-box;
}
.product-options-wrapper .color_multi_box li .text_swatch .swatch-option.text {
  text-align: center;
}
.color_multi_box .swatch-option.selected {
  border: none !important;
}
#bss-ptd-table tfoot .swatch-option.text {
  border-radius: 0 !important;
  width: auto !important;
  border: none !important;
  padding: 0 !important;
  font-size: 14px;
}
.category-image .image {
  width: 100%;
}
.brochure_btn a,
.brochure_btn a:hover,
.brochure_btn a:visited,
.brochure_btn a:focus {
  color: #fff;
  font-size: 18px;
  border: #fff 1px solid;
  text-transform: uppercase;
  letter-spacing: 2px;
  width: 395px;
  padding: 5px 0;
  font-weight: 500;
  margin-top: 0;
  position: relative;
  text-decoration: none;
  margin: 0;
}
.brochure_btn:before {
  background: url(../images/jigsaw-logo.png);
  content: "";
  position: absolute;
  left: -67px;
  width: 660px;
  height: 189px;
  background-size: cover;
  top: auto;
  bottom: 50px;
}
.hover_image {
  display: none;
  transition: 0.3s;
}
.c-product-grid__item-media:hover .hover_image {
  display: block !important;
}
.checkout-index-index .qty-wrapper .qty-wrap {
  width: 43px;
}
.checkout-index-index .qty-wrapper .qty-wrap .input-text.update {
  width: 100%;
}
.checkout-index-index .remove-wrapper i.fa.fa-pencil {
  font-size: 14px;
  margin: 0;
  padding: 0;
  top: -11px;
  position: relative;
  left: 3px;
}
.ma5menu__panel > ul li a,
.ma5menu__panel > ul li h4 {
  border-bottom: rgba(0, 0, 0, 0.1) 1px solid !important;
}
.ma5menu__panel > ul li > .ma5menu__btn--enter + a {
  padding: 20px;
  color: #000;
}
.product-item-inner {
  width: 100%;
  float: left;
  margin-top: 55px;
}
.checkout-agreements-item-content {
  font-size: 14px;
}
.page-layout-1column .agreements-modal .modal-inner-wrap {
  min-height: 350px !important;
}
.order .cart a {
  text-transform: none;
  background: #ba0c2f;
  color: #fff;
}
.bottom a {
  font-size: 14px !important;
}
.mobopt {
  display: none;
}
.deskopt {
  display: block;
}
.two_col_menu > li:first-child {
  width: 100% !important;
}
.two_col_menu {
  display: flex;
  flex-wrap: wrap;
}
.two_col_menu li {
  display: flex;
  width: 50%;
}
Grantham .two_col_menu li:nth-child(1) {
  order: 0;
}
.two_col_menu li:nth-child(2) {
  order: 1;
}
.two_col_menu li:nth-child(3) {
  order: 3;
}
.two_col_menu li:nth-child(4) {
  order: 5;
}
.two_col_menu li:nth-child(5) {
  order: 7;
}
.two_col_menu li:nth-child(6) {
  order: 9;
}
.two_col_menu li:nth-child(7) {
  order: 11;
}
.two_col_menu li:nth-child(8) {
  order: 13;
}
.two_col_menu li:nth-child(9) {
  order: 15;
}
.two_col_menu li:nth-child(10) {
  order: 17;
}
.two_col_menu li:nth-child(11) {
  order: 19;
}
.two_col_menu li:nth-child(12) {
  order: 2;
}
.two_col_menu li:nth-child(13) {
  order: 4;
}
.two_col_menu li:nth-child(14) {
  order: 5;
}
.two_col_menu li:nth-child(15) {
  order: 8;
}
.two_col_menu li:nth-child(16) {
  order: 10;
}
.two_col_menu li:nth-child(17) {
  order: 12;
}
.two_col_menu li:nth-child(18) {
  order: 14;
}
.two_col_menu li:nth-child(19) {
  order: 16;
}
.two_col_menu li:nth-child(20) {
  order: 18;
}
.two_col_menu li:nth-child(21) {
  order: 20;
}
.off-canvas-cart .increment {
  position: relative;
  top: 20px;
  display: flex;
  margin-left: auto;
  float: right;
}
.off-canvas-cart .increment a {
  border: #3c3c3c 1px solid;
  border-radius: 0;
  font-size: 24px;
  line-height: 25px;
  color: #000;
  display: block;
  height: 25px;
  width: 24px;
  background: #fff;
}
.off-canvas-cart .increment .quantity {
  border: #000 1px solid;
  color: #000;
  height: 25px;
  line-height: 25px;
  width: 36px;
  text-align: center;
}
.off-canvas-cart .increment .editcart {
  float: left;
  position: relative;
  right: -1px;
}
.increment .editcart.wider {
  left: -2px;
}
.off-canvas-cart i.fa.fa-trash {
  font-size: 21px;
  position: relative;
  top: 8px;
}
.edit a.remove-item {
  text-transform: lowercase;
}
.off-canvas-cart .details .name h2 {
  font-size: 0.7rem;
  margin: 0 0 10px 0;
  padding: 0;
  color: #000;
  font-weight: 500;
  line-height: 20px;
}
.off-canvas-cart .details {
  color: #000;
}
.bar_lines_account .cls-1 {
  stroke: #1d1d1b !important;
}
.close_cart_btn {
  float: left;
  padding: 0;
  font-weight: 100;
  color: #ba0c2f;
  position: relative;
  right: 0;
  top: 15px;
  width: 100%;
  text-align: right;
  box-sizing: border-box;
  background: #fff url(../images/icons/close-icon-cart.svg);
  font-size: 0;
  height: 50px;
  background-size: 35px;
  background-position: 20px center;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 99;
}
.off-canvas-cart i.fa.fa-trash {
  font-size: 21px;
  position: relative;
  top: 12px;
  font-size: 0;
  width: 30px;
  height: 32px;
  background: url(../images/icons/detele-icon-cart.svg);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: 0 10px;
  left: 5px;
}
.edit a.remove-item {
  bottom: -5px;
}
.registration-form button.button.solid,
.registration-form button.button.solid:focus,
.registration-form button.button.solid:hover {
  background: #ba0c2f;
  color: #fff;
  font-size: 14px;
  width: 100%;
  text-transform: uppercase;
  font-weight: 600;
  border: none;
  padding: 8px 0;
}
.additional-attributes-wrapper .additional-attributes {
  right: 0 !important;
  left: 20px;
}
.register_content .solid {
  margin-top: 10px;
  background: #ba0c2f;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  padding: 10px 0;
}
.brochure_btn.no-bef:before {
  display: none;
}
.essential_wrap {
  margin-bottom: 80px;
}
div#cart-popup {
  min-height: 100vh;
}
.box_drawers_wrap a.pagebuilder-button-primary:hover {
  background: none;
}
.gray_bor_btn .pagebuilder-button-primary:hover {
  background: none;
}
.off-canvas-cart ul.items {
  height: calc(100vh - 200px);
  overflow-y: scroll;
}
.checkout-index-index .off-canvas-cart ul.items,
.account .off-canvas-cart ul.items {
  height: calc(100vh - 200px);
  overflow-y: scroll;
}
.order-by-code-wrap .page-title-wrapper {
  display: none;
}
.order-by-code-wrap .page-main {
  width: 100% !important;
  max-width: 100%;
  padding: 0;
}
.order-by-code-wrap .copy {
  margin: 0;
}
.order-by-code-txtbox h2 {
  color: #fff;
  font-weight: 600;
  font-size: 42px;
  letter-spacing: 5px;
  margin-top: 120px;
}
.order-by-code-txtbox p {
  color: #fff;
}
.pagebuilder-column.order-by-code-txtbox {
  padding-right: 150px;
}
.order-by-code-img img {
  max-height: 470px;
  float: left;
}
.order-by-code-wrap .search-form label {
  display: none;
}
.order-by-code-wrap .search-form .form-box {
  position: relative;
  right: 0;
  top: 0;
  margin-top: -144px;
  border-bottom: none;
  float: right;
  padding-left: 49.4%;
}
.order-by-code-wrap .quick-form .form-box #quick-search {
  color: #000;
  outline: #000 1px solid;
  padding: 3px 10px;
  font-weight: 600;
  font-size: 16px;
  border: none;
  width: 65%;
}
.order-by-code-wrap .order {
  max-width: 1080px !important;
  margin: 0 auto;
  padding: 30px 0;
}
.order-by-code-wrap .form-box .item-details h3 {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  min-height: 130px;
}
.order-by-code-wrap .form-box span {
  color: #000;
  font-size: 18px;
  text-transform: uppercase;
}
.order-by-code-wrap .new-price span.price {
  color: #ba0c2f !important;
}
.order-by-code-wrap .specifics dt {
  width: auto;
  font-weight: 500;
}
.order-by-code-wrap .order a.add-order.button,
.order-by-code-wrap .order a.add-order.button:hover,
.order-by-code-wrap .order a.add-order.button:visited,
.order-by-code-wrap .order a.add-order.button:focus {
  text-align: center;
  background: #ba0c2f;
  border: #ba0c2f 1px solid;
  font-size: 17px !important;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 9px;
  color: #fff;
}
.order-by-code-wrap .form-box .item-details {
  width: 40%;
  padding-left: 10px;
  box-sizing: border-box;
  padding-right: 30px;
}
.order-by-code-wrap .form-box .item-actions {
  width: 30%;
  position: relative;
}
.order-by-code-wrap a.add-drilling.button {
  text-transform: uppercase !important;
  color: #ba0c2f;
  font-weight: 500;
}
.order-by-code-wrap .form-box {
  border-bottom: none;
}
ul.qty_btns {
  width: 100%;
  float: left;
  font-size: 0;
}
.qty_btns li {
  display: inline-block;
  vertical-align: top;
}
.qty_box input {
  margin: 0;
  padding: 0;
}
.minus_box,
.qty_box,
.plus_box {
  border: none;
  float: left;
}
.minus_box,
.plus_box {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 27px;
  color: #000;
  font-weight: 300;
}
.qty_box {
  width: 56px;
  border-left: none;
  border-right: none;
  height: 35px;
  display: flex;
}
.qty_box input {
  margin: 0 !important;
  padding: 0 !important;
  text-align: center;
  color: #000 !important;
  font-size: 18px;
  width: 46px !important;
  border: #000 1px solid !important;
  border-left: none !important;
  border-right: none !important;
  height: 30px;
  font-weight: 600;
}
.mpblog-post-view .post-view-image {
  text-align: left;
}
.mpblog-post-view .post-view {
  position: relative;
  max-width: 1680px;
  margin: 30px auto;
  padding: 0 40px;
  display: flex;
}
.mpblog-post-view .post-list-content {
  position: relative;
  margin-top: 141px;
  background: #ebebeb;
  max-width: 900px;
  padding: 30px 60px;
  text-align: left;
  right: 40px;
  min-height: 520px;
  top: 0;
}
.mpblog-post-view .date_view {
  float: right;
  margin-top: -30px;
}
.post-view h1.page-title {
  text-align: left;
}
.mpblog-post-view .post-post_content.col-xs-12 {
  font-size: 18px;
  font-weight: 300;
}
.mpblog-post-view .post-view-image {
  text-align: left;
  margin-bottom: 150px;
}
.post-view-image img.img-responsive {
  max-width: 800px;
}
.cate_auto_height li {
  position: relative;
}
.cate_auto_height .price_info_box {
  position: absolute;
  width: calc(100% - 48px);
  bottom: 50px;
}
.cate_auto_height .des_cate {
  margin-bottom: 15px;
}
#configurator .details .price {
  display: block;
  width: 100%;
}
.measure_content {
  display: block;
  margin: 40px 0 0 0;
}
.osc-place-order-wrapper .place-order-primary button.primary.checkout {
  background-color: #ba0c2f !important;
  border-color: #ba0c2f !important;
  width: calc(100% - 25px);
  margin-left: 12px;
  margin-bottom: 27px;
  height: 40px;
}
.osc-place-order-wrapper .control {
  padding: 0 5px;
}
.checkout-agreements-block + .actions-toolbar {
  float: left;
  width: 100%;
}
.order .item-actions .bottom {
  margin-top: 53px;
}
.admin__control-fields.required {
  margin-top: 20px;
}
.onestepcheckout-index-index .field.choice {
  padding-left: 5px;
  width: 100%;
  float: left;
}
.checkout-agreement button.action.action-show {
  color: #ba0c2f;
  width: 100%;
  white-space: normal;
  line-height: 18px;
  text-align: left;
  padding-left: 5px;
}
.osc-place-order-wrapper button.action.primary.checkout span {
  font-size: 16px;
  font-weight: 600;
}
tr.mobile_configurable_columns_heading {
  display: none;
}
button.mobile_configurable_columns_toggle {
  display: none;
}
.delivery-date .control {
  position: relative;
  width: 100%;
  background: #ebebeb;
  border: none;
  padding: 5px;
}
td.col.col-method {
  font-weight: 600;
}
.delivery-date .control input {
  background: #ebebeb;
  padding: 20px;
}
.osc-place-order-wrapper input.input-text {
  background: #fff;
  border: none;
  height: 42px;
}
.onestepcheckout-index-index header.modal-header {
  width: 100%;
  background: #fff;
  position: relative;
}
div#opc-new-shipping-address {
  font-size: 14px;
}
#checkout-review-table .a-center.last.button-remove {
  float: right;
  margin-top: 0;
  position: absolute;
  right: 4px;
  bottom: 15px;
}
.order-summary .opc-block-summary .product-item .subtotal {
  display: block;
  margin-top: -10px;
  margin-left: 0;
  float: left;
  width: 100%;
  margin-bottom: 5px;
  color: #000;
}
#checkout-review-table a.button-action.remove {
  color: #000 !important;
  overflow: visible;
  text-align: center;
  background: none !important;
  width: 30px !important;
}
#checkout-review-table .button-action i.fa.fa-trash {
  font-size: 14px !important;
}
#checkout-review-table a.button-action.remove span {
  font-size: 11px !important;
  text-transform: lowercase;
}
.onestepcheckout-index-index .qty-wrap input {
  background: none;
  line-height: 26px;
  border: #444444 1px solid;
  top: 0 !important;
}
.onestepcheckout-index-index a.button-action.minus {
  border: #444 1px solid !important;
  background: #fff !important;
  color: #444 !important;
  height: 30px;
  line-height: 30px;
  vertical-align: top;
  width: 30px;
  border-radius: 0 !important;
  position: relative;
  left: 9px;
}
.onestepcheckout-index-index a.button-action.plus {
  border: #444 1px solid !important;
  background: #fff !important;
  color: #444 !important;
  height: 30px;
  line-height: 30px;
  vertical-align: top;
  width: 30px;
  border-radius: 0 !important;
  position: relative;
  left: -10px;
}
.one-step-checkout-wrapper .mp-5 .opc-block-summary {
  padding: 0 10px;
  border: #000 1px solid !important;
  border-bottom: none !important;
}
.one-step-checkout-wrapper .mp-5 #co-place-order-area {
  padding: 0 !important;
  border: #000 1px solid !important;
  border-top: none !important;
}
.fa-check-square:after {
  position: absolute;
  background-image: url(../images/icons/cart-icon.svg);
  height: 36px;
  width: 36px;
  left: 10px;
  content: "";
  top: 15px;
}
.fa-check-square:before {
  content: "\f14a";
  display: none;
}
div#opc-sidebar .order-summary .step-title {
  padding-left: 30px !important;
  margin-top: 16px;
}
.c-product-grid {
  width: 100%;
  float: left;
}
.page-products .toolbar .limiter {
  float: right;
  font-size: 14px;
  display: block;
}
.opc-block-summary .minicart-items-wrapper {
  max-height: none !important;
  margin: 0;
  padding: 0;
  height: 413px;
  overflow-y: scroll;
  margin-top: 10px;
}
.toolbar .limiter-options,
.toolbar .limiter-options:focus {
  background-image: url(../images/icons/arrow-down-bl-on.svg);
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: right 6px center;
  padding: 8px 40px 8px 10px;
  background-color: #FFF;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  cursor: pointer;
  text-transform: uppercase;
  text-overflow: ellipsis;
  border: #000 1px solid;
  color: #000;
}
table#checkout-review-table img {
  max-width: 90px;
  height: 118px;
}
.table-checkout-shipping-method tr {
  display: block;
}
td#label_carrier_freeshipping_freeshipping {
  float: left;
  margin: 0;
  margin-top: -30px;
  font-weight: normal;
  font-style: italic;
  color: #ba0c2f;
  position: relative;
  left: 33px;
}
div#checkout-step-shipping_method {
  margin-bottom: 20px;
}
td#label_method_freeshipping_freeshipping {
  font-weight: 600;
}
.table-checkout-shipping-method td.col.col-price {
  display: none;
}
.product-item-sku-block strong {
  font-size: 14px;
  font-weight: normal;
  padding-left: 0;
  float: left;
}
table#checkout-review-table {
  width: 98%;
}
.opc-wrapper .action-show-popup > span:before {
  display: none;
}
.onestepcheckout-index-index .field.choice {
  padding-left: 15px;
}
.payment-methods .label {
  padding: 0;
  position: relative;
  top: 2px;
}
.delivery-date .control input {
  width: calc(100% - 40px);
}
td.col.col-carrier {
  display: block;
  margin-top: -30px;
  color: #000;
  width: 100% !important;
  padding-bottom: 0;
}
.hasDatepicker ~ .ui-datepicker-trigger:before {
  font-size: 38px;
  line-height: 36px;
}
.checkout-index-index .step-title {
  padding: 12px 10px 12px 0 !important;
}
.checkout-index-index .minicart-items .product-item-name {
  font-size: 14px !important;
  color: #000;
  font-weight: 500;
}
.grand.totals span.price {
  font-size: 23px;
  position: relative;
  top: 8px;
}
.message.notice {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
  float: left;
  width: 100%;
  font-size: 14px;
}
.checkout-agreements div.mage-error[generated] {
  font-size: 0.8rem;
  margin-top: 6px;
  font-size: 12px;
  display: block;
  position: absolute;
  top: 20px;
  left: 49px;
}
.checkout-onepage-success .column.main {
  text-align: center;
  padding: 40px;
  min-height: 410px;
}
.checkout-onepage-success .print {
  display: inline-block;
  float: none;
  margin: 23px 0 0;
  font-size: 16px;
  background: #ba0c2f;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 10px 30px;
}
.checkout-success {
  width: 100%;
  text-align: center;
  float: left;
}
.checkout-onepage-success .actions-toolbar {
  float: none !important;
  text-align: center !important;
  margin: 0 auto;
  width: 183px;
  padding: 0 !important;
}
.checkout-onepage-success a.action.primary.continue:hover,
.checkout-onepage-success a.action.primary.continue:focus {
  background: #ba0c2f;
}
.checkout-onepage-success .primary {
  margin: 0;
}
.checkout-onepage-success a.action.primary.continue {
  margin: 0;
}
.opc-block-summary .items-in-cart .product {
  font-size: 14px;
  padding: 12px 0;
}
.opc-block-summary .data-table td {
  border-bottom: #ccc 1px solid;
}
.col-method label {
  cursor: pointer;
}
ul.butns-checkout-success {
  width: 100%;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: 30px;
}
.butns-checkout-success li {
  display: inline-block;
}
.checkout-success p:first-child {
  font-size: 18px;
}
.butns-checkout-success li:nth-child(1) a {
  background: #ba0c2f;
  color: #fff;
  padding: 7px 20px;
  width: 240px;
  display: block;
  outline: #ba0c2f 1px solid;
}
.butns-checkout-success li:nth-child(2) a {
  width: 240px;
  display: block;
  outline: #ba0c2f 1px solid;
  padding: 7px 20px;
  color: #ba0c2f;
  background: url(../images/icons/print-button.svg);
  background-repeat: no-repeat;
  background-position: 5px center;
  background-size: 21px;
}
.checkout-success p {
  font-size: 16.5px;
  margin-bottom: 0;
  padding: 0;
  line-height: 29px;
}
.remove-wrapper a.button-action.edit {
  display: none;
}
.checkout-cart-index.page-layout-1column .modal-popup .modal-content {
  min-height: 90px;
  padding: 30px;
  text-align: center;
  font-size: 18px;
}
#checkout-review-table .remove-wrapper {
  padding: 0;
  margin-top: 10px;
}
.checkout-index-index footer.modal-footer {
  display: block !important;
}
button.action.primary.action-save-address,
button.action-primary.action-accept,
button.action.primary.action-save-address:hover,
button.action-primary.action-accept:hover,
button.action.primary.action-save-address:visited,
button.action-primary.action-accept:visited,
button.action.primary.action-save-address:focus,
button.action-primary.action-accept:focus {
  font-size: 12px !important;
  letter-spacing: 1px;
  background-image: none;
  background: #ba0c2f;
  border: 1px solid #ba0c2f;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  padding: 10px 35px;
  font-size: 14px;
  box-sizing: border-box;
  vertical-align: middle;
  text-transform: none;
  text-transform: uppercase;
}
button.action.secondary.action-hide-popup,
button.action-secondary.action-dismiss,
button.action.secondary.action-hide-popup:hover,
button.action-secondary.action-dismiss:hover,
button.action.secondary.action-hide-popup:visited,
button.action-secondary.action-dismiss:visited,
button.action.secondary.action-hide-popup:focus,
button.action-secondary.action-dismiss:focus {
  border: #ba0c2f 1px solid !important;
  padding: 11px 20px !important;
  display: inline-block !important;
  margin: 0 !important;
  font-size: 11px;
  text-transform: uppercase;
  color: #ba0c2f !important;
  font-weight: 600 !important;
  letter-spacing: 1px !important;
  text-decoration: none;
  float: none;
  background: none !important;
}
.n_apply_job em {
  font-style: normal;
  font-size: 12px;
  float: left;
  margin-top: 5px;
}
.toolbar.toolbar-products {
  padding: 0 10px;
}
.checkout-onepage-success .page-title-wrapper {
  margin: 0;
  padding: 0;
  margin-top: 60px;
  width: 100%;
  float: left;
  max-width: 100%;
}
.checkout-onepage-success .columns {
  min-height: 500px;
  padding-top: 30px;
}
.checkout-onepage-success h1.page-title {
  font-size: 30px;
}
.checkout-success p:first-child {
  font-size: 22px;
}
.checkout-cart-index footer.modal-footer {
  display: block;
  padding: 30px;
  text-align: center;
}
.account .hello strong {
  font-weight: normal;
}
.account .box strong.box-title span {
  text-transform: uppercase;
  font-size: 16px !important;
}
.account .block-title strong {
  text-transform: uppercase;
  color: #333333;
  font-weight: 500 !important;
  font-size: 26px !important;
}
.account .block.block-dashboard-orders {
  margin-top: 30px;
}
.tkc_personal_details label.input-label {
  font-weight: 500;
  color: #000;
  padding-right: 10px;
}
.quantity ul.qty_btns {
  width: 100%;
  float: left;
  font-size: 0;
  margin-bottom: 65px;
}
.activedrill ul.qty_btns {
  margin-bottom: 0;
}
.total_price_wrap {
  background: #ebebeb;
  padding-top: 40px;
}
.onestepcheckout-index-index .total_price_wrap {
  padding-top: 20px;
}
.cms-our-history .n_content_area .owl-carousel .owl-item {
  position: relative;
  top: 20px;
}
.cms-our-history .n_content_area .owl-carousel .owl-item.active.center {
  position: relative;
  top: -10px;
}
.shipping-address-items .shipping-address-item {
  color: #000;
  font-size: 16px;
}
.column.main .opc-block-summary .product-item {
  position: relative;
}
#checkout-review-table .a-center.details-qty {
  text-align: right;
  position: absolute;
  margin: 0;
  right: 46px;
  bottom: 24px;
}
.checkout-cart-index .cart-totals tbody .mark,
.checkout-cart-index .cart-totals tfoot .mark,
.checkout-cart-index .opc-block-summary .table-totals tbody .mark,
.checkout-cart-index .opc-block-summary .table-totals tfoot .mark {
  padding: 12px 0;
}
.checkout-cart-index .cart-totals tbody .mark,
.cart-totals tfoot .mark {
  text-align: right;
  width: 93%;
}
.quickorder-index-index .modal-popup .modal-inner-wrap {
  width: 45%;
}
.quickorder-index-index .modal-popup .modal-header {
  padding-top: 2rem;
}
.quickorder-index-index .modal-popup .modal-title {
  padding-bottom: 10px;
  font-size: 21px;
  line-height: 29px;
}
.quickorder-index-index .modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.quickorder-index-index button.action-primary.action-accept {
  font-size: 17px;
  background: #ba0c2f;
  border: none;
}
.quickorder-index-index .modal-popup .modal-header,
.quickorder-index-index .modal-popup .modal-content,
.quickorder-index-index .modal-popup .modal-footer {
  padding-left: 2rem;
  padding-right: 2rem;
}
.checkout-cart-index .block-cart-failed .actions.main .continue,
.checkout-cart-index .cart-container .form-cart .actions.main .continue {
  display: inline-block !important;
}
a.action.continue,
button#empty_cart_button {
  text-decoration: none;
  font-size: 1rem;
  line-height: 20px;
  padding: 8px 14px;
  border: 1px solid #ba0c2f;
  background-color: transparent;
  border-radius: 0;
  color: #ba0c2f;
  background-image: none;
  background-position: right 10px center;
  background-repeat: no-repeat !important;
  background-size: 10px auto;
  display: inline-block;
  cursor: pointer;
  font-size: 0.6rem;
  text-transform: uppercase;
  transition: all 0.2s;
  font-weight: 500;
  letter-spacing: 1px;
}
.cart-totals tbody .amount,
.cart-totals tfoot .amount,
.opc-block-summary .table-totals tbody .amount,
.opc-block-summary .table-totals tfoot .amount {
  padding: 14px 0 6px 14px;
}
tr.grand.totals {
  line-height: 48px;
}
.opc-block-shipping-information {
  position: relative;
}
.opc-block-shipping-information:before {
  position: absolute;
  content: "";
  background: #000;
  width: 92%;
  height: 1px;
  left: 20px;
  top: -4px;
}
.opc-block-shipping-information:after {
  position: absolute;
  content: "";
  background: #000;
  width: 92%;
  height: 1px;
  left: 20px;
  top: -67px;
}
.billing-address-same-as-shipping-block input[type='checkbox'],
.methods-shipping input[type='radio'],
.payment-method input[type='radio'] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 22px;
  height: 22px;
  outline: #000 1px solid;
  cursor: pointer;
}
.billing-address-same-as-shipping-block input[type='checkbox']:checked,
.methods-shipping input[type='radio']:checked,
.payment-method input[type='radio']:checked {
  background-image: url(../images/icons/tick-icon.svg) !important;
  border: none;
  text-transform: none;
  width: 100%;
  background-size: 15px !important;
  background: none;
  background-position: center;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
}
.checkout-agreement input[type="checkbox"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 2px 5px 0 0;
  position: relative;
  top: 7px !important;
  width: 26px !important;
  height: 24px;
  border: #000 1px solid;
  left: -2px;
  cursor: pointer;
}
.checkout-agreement input[type="checkbox"]:checked {
  background-image: url(../images/icons/tick-icon.svg) !important;
  border: 1px solid #333;
  text-transform: none;
  width: 100%;
  background-size: 15px !important;
  background: none;
  background-position: center;
  background-repeat: no-repeat;
}
.checkout-agreements-block .checkout-agreement.field.required .action-show:after {
  display: none;
}
.checkout-agreement .action span {
  line-height: 16px !important;
  font-weight: 500;
  font-size: 12px;
  position: relative;
  top: 6px;
}
.page-print span.price-label,
.page-print span.price {
  font-size: 16px;
  vertical-align: top;
}
.onestepcheckout-index-index .field.choice {
  position: relative;
}
.checkout-agreement .mage-error {
  position: absolute;
  width: auto !important;
  top: 27px;
}
.onestepcheckout-index-index .cart-totals tbody .amount,
.onestepcheckout-index-index .cart-totals tfoot .amount,
.onestepcheckout-index-index .opc-block-summary .table-totals tbody .amount,
.onestepcheckout-index-index .opc-block-summary .table-totals tfoot .amount {
  padding: 4px 20px 4px 14px !important;
}
.onestepcheckout-index-index header.modal-header,
.onestepcheckout-index-index footer.modal-footer {
  padding: 20px !important;
}
.checkout-index-index .modal-popup .form-shipping-address {
  max-width: 100%;
}
.onestepcheckout-index-index .control span {
  display: block;
  width: 100% !important;
  white-space: nowrap !important;
}
.onestepcheckout-index-index .modal-popup .select {
  border: #ccc 1px solid;
  font-size: 12px;
  height: 32px;
}
.onestepcheckout-index-index .modal-popup .modal-content {
  padding: 10px !important;
}
.onestepcheckout-index-index .modal-popup button.action.primary.action-save-address {
  font-size: 0.8rem;
}
.checkout-index-index .modal-popup .fieldset .field .label {
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.total_price_wrap td.amount {
  font-weight: 500 !important;
}
.item-options dt.label {
  font-weight: 400;
}
.opc-estimated-wrapper .counter {
  top: 0 !important;
  background: #ba0c2f !important;
  width: 29px;
}
.opc-estimated-wrapper .minicart-wrapper {
  margin-left: 10px;
}
button#reset_btn:hover,
button#reset_btn:focus,
button#reset_btn:visited {
  background: #ba0c2f;
  border: #ba0c2f 1px solid;
}
.range-configurator-order-now {
  display: none;
}
#productConfigurator + .off-canvas .off-canvas-cart .increment .quantity {
  line-height: 22px !important;
}
.c-product-configurator__section-label.has-chevron {
  position: relative;
  cursor: pointer;
}
.c-product-configurator__section-label.has-chevron:hover {
  color: #ba0c2f;
}
.opayo-payment-method-logo + span {
  white-space: nowrap;
}
.c-product-accessory-table__cell-title.mob-title {
  display: none !important;
}
.des_cate ol li {
  list-style-type: decimal;
}
.drawers-layout .des_cate {
  margin-top: 0 !important;
  margin-bottom: 0;
}
.width_range .swatch-attribute-options .color_multi_box {
  column-count: 3;
  position: relative;
  margin-top: -2px;
}
.n_year_info p {
  min-height: 125px;
}
.c-product-accessory-table__cell-content {
  display: block;
  text-align: center;
  padding-right: 10px;
}
.c-product-accessory-table__cell--sku .c-product-accessory-table__cell-content {
  text-align: left;
}
.c-product-accessory-table__cell-title.desk-title {
  padding: 0 15px;
}
.c-product-accessory-table__cell--sku > div:nth-child(2) {
  display: none;
}
.desk-title > div {
  text-align: left;
}
.c-product-accessory-table__cell-content span {
  display: block;
  text-align: left;
  padding-left: 35px;
}
.c-product-accessory-table__cell--controls .c-product-accessory-table__cell-title.desk-title {
  padding: 0;
}
.c-product-configurator__sections li:nth-child(3) .c-product-accessory-table__cell--sku + .c-product-accessory-table__cell--title,
.jigsaw-tabular .c-product-accessory-table__cell--sku + .c-product-accessory-table__cell--title {
  margin-left: 0 !important;
  padding-left: 0 !important;
  display: block;
  position: relative;
  left: -28px;
  text-align: left;
}
.c-product-configurator__sections li:nth-child(3) .desk-title .c-product-accessory-table__cell-content {
  position: relative;
  left: 13px;
}
.jigsaw-tabular .desk-title .c-product-accessory-table__cell-content {
  position: relative;
  left: 10px;
  text-align: left;
  width: 150px;
}
.c-product-configurator__sections li:nth-child(3) .c-product-accessory-table__cell-content span {
  display: block;
  text-align: left;
  padding-left: 67px;
}
.c-product-configurator__sections li:nth-child(3) .c-product-accessory-table__item > div:nth-child(3),
.jigsaw-tabular .c-product-accessory-table__item > div:nth-child(3) {
  position: relative;
  left: 32px;
}
.jigsaw-tabular .c-product-accessory-table__cell-content {
  padding-right: 10px;
  display: flex;
}
body .c-product-configurator__section.jigsaw-tabular .c-product-accessory-table__cell-content span {
  padding-left: 0;
  display: inline;
  width: 55px;
}
.jigsaw-tabular .c-quantity-control__button {
  padding: 10px !important;
  margin: 0;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1px;
}
.customer-account-createpassword label.label {
  width: 100%;
  float: left;
}
.customer-account-createpassword .control {
  width: 100%;
  float: left;
}
.customer-account-createpassword .choice label.label {
  width: auto;
  float: left;
  font-size: 12px;
  white-space: nowrap;
  color: #000;
}
.customer-account-createpassword .choice label.label span {
  font-size: 11px;
  font-weight: 500;
  position: relative;
  top: 1px;
}
.customer-account-createpassword .choice input {
  float: left;
  margin: 10px 0;
  margin-right: 10px;
}
.customer-account-createpassword .login-form span {
  float: left;
  width: 100%;
  font-size: 14px;
}
.customer-account-createpassword .form.password.reset {
  min-width: 680px;
}
.customer-account-createpassword .password-strength-meter {
  font-size: 14px;
}
.customer-account-createpassword div#password-error {
  font-size: 12px;
}
.customer-account-createpassword button.action.submit.primary:hover,
.customer-account-createpassword button.action.submit.primary:focus,
.customer-account-createpassword button.action.submit.primary:visited {
  border: #ba0c2f 1px solid;
}
.customer-account-logoutsuccess .page-title-wrapper {
  font-size: 25px;
  letter-spacing: 4px;
}
.customer-account-logoutsuccess .main {
  text-align: center;
  padding: 110px 50px !important;
  float: left;
  line-height: 63px;
  font-size: 16px;
}
.checkout-cart-index .cart.table-wrapper .product-item-name {
  margin: 0;
  color: #ba0c2f;
}
.product-cart-sku span.label {
  font-weight: 600;
}
.decreaseQty,
.decreaseQty:hover,
.decreaseQty:focus {
  border: #000 1px solid;
  height: 34px;
  left: 7px;
  background: url(../images/icons/minus-icon-cart.svg);
  font-size: 0;
  background-size: 20px;
  background-position: center center;
  background-repeat: no-repeat;
}
.quotes-index-view .decreaseQty,
.quotes-index-view .decreaseQty:hover {
  width: 40px;
  left: 1px !important;
  position: relative;
  height: 35px;
}
.quotes-index-view a.action.action-delete {
  display: inline-block;
  font-size: 11px;
  text-transform: lowercase;
  vertical-align: top;
  padding: 6px 0 0 12px;
  text-align: center;
}
.quotes-index-view .qty-field-wrapper {
  font-size: 0;
}
.quotes-index-view .increaseQty,
.quotes-index-view .increaseQty:hover,
.quotes-index-view .increaseQty:focus {
  left: -1px;
}
.qty-field-wrapper button.button.button--outline.btn-update {
  margin-top: 0;
  margin-left: 6px;
  margin-right: 6px;
}
.increaseQty,
.increaseQty:hover,
.increaseQty:focus {
  border: #000 1px solid;
  line-height: 19px;
  position: relative;
  left: -6px;
  background: #fff;
}
.quotes-index-view i.fa.fa-trash {
  display: block;
}
.checkout-cart-index .cart.table-wrapper .cart thead tr th.col {
  font-size: 15px;
  text-transform: uppercase;
}
.subtotal .price-excluding-tax span.price {
  color: #ba0c2f;
  font-weight: 400 !important;
  font-size: 17px;
}
.shipping-method-title td {
  border: none !important;
  font-size: 14px;
  padding: 0 20px;
  color: #ba0c2f;
  font-style: italic;
  padding-right: 0;
}
.grand.totals span.price {
  font-size: 18px;
  position: relative;
  top: 0;
}
tr.grand.totals {
  color: #ba0c2f;
  text-transform: uppercase;
}
.cart-summary .checkout-methods-items {
  padding: 0;
  float: right;
}
.table-wrapper th {
  font-weight: 600 !important;
}
div#cart-totals table tr:nth-child(2n) {
  background: #eee;
  border: none;
}
div#cart-totals .cart-summary tr {
  border: none !important;
}
div#cart-totals .grand.totals th,
div#cart-totals .grand.totals td {
  border: none !important;
  padding: 0 !important;
}
.cart-container .price,
.quotes-index-view .price {
  text-align: left;
}
.checkout-cart-index .cart-summary .checkout-methods-items {
  padding: 0;
  float: right;
  width: 100%;
  border-top: #ccc 2px solid;
  padding-top: 15px;
}
.checkout-cart-index .cart-summary .checkout-methods-items .item:last-child {
  margin-bottom: 0;
  float: right;
}
.checkout-cart-index table.data.table.totals {
  border-top: #ccc 2px solid;
  margin-top: 10px;
}
.checkout-cart-index .cart.table-wrapper {
  border-bottom: #ccc 1px solid;
}
.checkout-cart-index .drilling-row input.add-drill {
  border: #ba0c2f 1px solid !important;
  text-transform: uppercase;
  font-size: 12px !important;
  padding: 8px 100px 8px 11px;
  background: url(../images/icons/drilling.svg) no-repeat;
  background-size: 20px;
  background-position: 95% center;
  color: #ba0c2f;
  font-weight: 600;
  letter-spacing: 1px;
}
.checkout-cart-index .cart.table-wrapper .col.qty .input-text {
  background: #fff !important;
  border: #000 1px solid;
  height: 34px;
  font-weight: 600;
  position: relative;
  top: 7px;
  vertical-align: top;
}
.checkout-cart-index .decreaseQty,
.decreaseQty:hover {
  border: #000 1px solid;
  height: 34px;
  left: 1px;
  background: url(../images/icons/minus-icon-cart.svg);
  font-size: 0;
  background-size: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: top;
  position: relative;
}
.checkout-cart-index .increaseQty {
  border: #000 1px solid;
  line-height: 18px;
  position: relative;
  left: -1px;
  background: url(../images/icons/plus-icon-cart.svg);
  font-size: 0;
  background-size: 19px !important;
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: top;
}
.jigsaw-tabular .c-product-accessory-table__cell-title.desk-title {
  padding: 0 7px;
}
.jigsaw-tabular .c-product-accessory-table__item > div:nth-child(3) {
  position: relative;
  left: 8px;
  text-align: left;
}
.jigsaw-tabular .c-product-accessory-table__cell.c-product-accessory-table__cell--net-price {
  position: relative;
  left: -28px;
}
.jigsaw-tabular .c-product-accessory-table__item:first-child .c-product-accessory-table__cell--controls {
  position: relative;
  left: -15px;
}
.checkout-cart-index .table-wrapper th.col.price {
  text-align: left;
}
.cart.table-wrapper .col.price,
.order-items.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.order-items.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp,
.order-items.table-wrapper .col.msrp {
  text-align: left;
}
.table-wrapper + .cart button,
.table-wrapper + .cart a {
  width: 217px;
  text-align: center;
  padding: 8px !important;
}
.checkout-cart-index .cart.table-wrapper .actions-toolbar > .action-delete {
  position: absolute;
  right: 12.5%;
  top: 22px;
  display: inline-block;
  text-decoration: none;
  left: auto;
}
.checkout-cart-index .table-wrapper th.col.qty {
  text-align: center !important;
  padding-right: 90px !important;
}
.product-cart-options {
  font-size: 13px;
}
.checkout-cart-index .cart-totals tbody .amount {
  padding: 14px 6px 6px 14px;
}
.checkout-cart-index .cart-summary {
  padding: 1px 0 25px;
}
.checkout-cart-index .grand.totals span.price {
  right: 5px;
}
.mob-config-headers {
  display: none;
}
.desk-config-headers {
  display: table-row;
}
.edit-drilling button,
.edit-drilling button:hover {
  background: #ba0c2f;
  color: #fff;
  border: none !important;
  padding: 10px 26px;
  font-size: 12px !important;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.product-options-wrapper .text_swatch .width_range .swatch-attribute-options .color_multi_box {
  column-count: auto;
  padding: 10px;
  text-indent: 8px;
  position: relative;
}
.product-options-wrapper .text_swatch .width_range .swatch-attribute-options .color_multi_box .swatch-option.selected {
  line-height: 19px;
}
#bss-ptd-table thead {
  border-bottom: #ba0c2f 1px solid !important;
  position: sticky;
  top: -1px;
  z-index: 9999;
  background: #fff;
  display: block;
}
#bss-ptd-table thead:before {
  position: absolute;
  top: 1px;
  width: 100%;
  content: "";
  height: 1px;
  background: #ba0c2f;
  left: 0;
  z-index: 99999999999;
}
#bss-ptd-table thead th {
  padding-top: 14px;
  text-align: left;
}
#bss-ptd-table tbody td {
  width: 18% !important;
  text-align: left !important;
}
#bss-ptd-table thead th {
  padding-top: 14px;
  text-align: left;
  width: 18%;
}
#bss-ptd-table th.listprice {
  text-indent: 0;
  position: relative;
  left: 0;
}
#bss-ptd-table {
  width: 100%;
  margin-bottom: 4px;
}
#bss-ptd-table tfoot {
  display: flex;
  right: 0;
  bottom: 34px;
  background: #fff;
  z-index: 9999;
}
#bss-ptd-table tbody {
  height: 196px !important;
  overflow: auto;
  display: block;
}
.off-canvas-right ul li .container .product .edit {
  padding-bottom: 17px;
}
.ambanners + .off-canvas-right ul li .container .product .edit {
  padding-bottom: 0;
}
.des_cate h5 {
  padding: 5px 0;
}
.cart-save-order-cancel + button.button.view-order-submit {
  padding: 9px 30px !important;
  border-radius: 0 !important;
  margin-left: 10px;
}
.checkout-cart-index a.action.action-delete {
  display: inline-block;
  vertical-align: top;
  position: relative;
  left: 8px;
  text-transform: lowercase;
}
.checkout-cart-index .action-delete span {
  display: block;
  text-align: center;
  font-size: 12px;
}
.checkout-cart-index i.fa.fa-trash {
  display: block;
  text-align: center;
}
#bss-ptd-table {
  width: 100%;
  table-layout: fixed;
  display: table;
}
.desk-config-headers {
  display: table;
  width: 100%;
}
#bss-ptd-table tbody tr.bss-table-row {
  border-bottom: 1px solid #f5f5f5;
  width: 100%;
  display: table;
}
.order-date {
  margin: 0 !important;
}
.order-reference {
  font-size: 16px;
}
.sales-order-view .actions-toolbar {
  margin-top: -30px;
  float: right;
}
.sales-order-view .actions-toolbar a span {
  text-transform: uppercase;
}
.qty-field-wrapper {
  font-size: 0;
  vertical-align: top;
}
.collection-date .control {
  position: relative;
}
.collection-date button.ui-datepicker-trigger {
  position: absolute;
}
.row-collection td {
  width: 10% !important;
  position: relative;
}
.remove-collection-date {
  position: absolute;
  right: 50px;
  top: 9px;
}
.row-mobile-number td {
  width: 100% !important;
}
.mobile-field-heading {
  font-weight: 600;
}
.mobile-information .title {
  font-size: 14px;
  color: #ba0c2f;
  margin-bottom: 10px;
  font-style: italic;
}
.table-checkout-shipping-method tbody td {
  padding-bottom: 0;
  padding-top: 15px;
}
dt.premiumrate-price {
  margin-top: 20px;
}
.sales-order-view .order-items dl.item-options dt {
  float: left;
  padding-right: 7px;
}
.sales-order-view .order-details-items .item-options dd {
  margin: 0 0 2px;
}
.category-layout-1column-header-handles .cab_colour .color_multi_box .swatch-option.color.selected,
.category-layout-1column-header-handles .cab_colour .color_multi_box .swatch-option.image.selected,
.category-layout-1column-header-handles .cab_colour .color_multi_box .swatch-option.selected {
  border: #999 1px solid !important;
}
.category-layout-1column-header-handles .cab_colour .color_multi_box li .swatch-option:hover {
  cursor: auto;
}
.field-select-billing select.select {
  font-size: 14px;
  border: #999 1px solid;
  height: 40px;
}
.collection-date .control input {
  background: #ebebeb;
  padding: 21px;
  border: none;
}
.collection-date button.ui-datepicker-trigger {
  position: absolute;
  right: 5px;
  top: 6px;
}
.billing-address-same-as-shipping-block label {
  position: relative;
  top: 5px;
}
.checkout-types a span {
  text-transform: uppercase;
  font-size: 13px;
  padding: 0 6px;
  font-weight: 500;
  letter-spacing: 1px;
  display: block;
  line-height: 14px;
}
.checkout-types a,
.checkout-types a:hover,
.checkout-types a:visited,
.checkout-types a:focus {
  -webkit-appearance: none;
  background: #ba0c2f;
  color: #fff;
  display: block;
  border-radius: none;
}
.registration-index-success .column.main {
  text-align: center;
  font-size: 16px;
  padding-top: 7%;
  min-height: 440px;
}
.registration-index-success h1 {
  font-size: 17px;
  margin-bottom: 20px;
  color: #000;
}
.shipping-address-items {
  height: 334px;
  overflow: auto;
}
#opc-new-shipping-address .field-error span {
  font-size: 12px;
  margin: 0;
  padding: 0;
  margin-top: -10px;
}
form#co-shipping-method-form {
  width: 100%;
  float: left;
}
#checkout-step-shipping_method .message.notice {
  margin-top: 20px;
}
span#mobile-number-error {
  font-weight: 400;
  font-size: 13px;
  color: #ba0c2f;
  padding-top: 10px;
  padding-left: 0;
}
.message.error {
  font-size: 0.9rem;
  text-align: center;
}
.quickorder-drilling-preview .columns {
  max-width: 1600px;
  margin: 0 auto !important;
  padding: 0 20px;
}
.quickorder-drilling-preview h1.page-title {
  font-size: 22px;
  color: #000;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.quickorder-drilling-preview .columns {
  max-width: 1600px;
  margin: 0 auto !important;
  padding: 0 20px;
  font-size: 14px;
  margin-bottom: 60px !important;
}
.quickorder-drilling-preview a.button.download-preview {
  margin-bottom: 20px;
  float: right;
  background: #ba0c2f;
  padding: 8px 15px;
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}
p.cart-redirect-text {
  padding: 30px;
  max-width: 1360px;
  margin: 60px auto;
  font-size: 13px;
  text-align: center;
  min-height: 350px;
}
.quotes-index-view .minicart-wrapper span.price {
  font-size: 13px !important;
  position: relative;
  top: 4px;
}
#label_carrier_freeshipping_freeshipping {
  display: none;
}
.header-wrap-top {
  position: sticky;
  top: 0;
  margin-top: 0;
  width: 100%;
  left: 0;
  z-index: 999999;
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 7px;
}
.mrt-menu {
  margin-top: 0;
}
.modal-popup {
  z-index: 9999999!important;
}
.modals-overlay {
  z-index: 999999 !important;
}
.our-range-popup-validation header.modal-header {
  position: relative;
  padding: 20px !important;
  text-align: center;
}
.our-range-popup-validation .modal-content {
  min-height: 100px;
  padding: 20px !important;
  text-align: center;
  font-size: 15px;
}
.our-range-popup-validation footer.modal-footer {
  display: block;
  text-align: center;
  padding: 30px;
}
.our-range-popup-validation .modal-inner-wrap {
  max-width: 550px;
}
.noie.ma5menu--active.ma5menu--right .ma5menu__container {
  z-index: 9999999 !important;
}
.skuinfo-mob {
  display: none;
}
label#quick-search-error {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-left: 15px;
}
form#co-shipping-form {
  max-width: 100%;
}
.control select {
  border: #ccc 1px solid;
  font-size: 13px;
  padding: 5px;
  min-height: 34px;
}
.onestepcheckout-index-index .control span {
  padding: 0;
}
.cart-empty a,
.cart-empty a:hover,
.cart-empty a:visited {
  color: #ba0c2f;
}
.c-product-accessory-table__cell--sku,
.c-product-accessory-table__cell--height,
.c-product-accessory-table__cell--width,
.c-product-accessory-table__cell--list-price,
.c-product-accessory-table__cell--net-price,
.c-product-accessory-table > div:first-child > div:last-child {
  position: relative;
  top: 7px;
}
a#Pdf {
  background: #ba0c2f;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 10px 20px;
}
.welcome-msg h2 {
  margin-bottom: 0;
  font-size: 18px;
}
.welcome-msg {
  margin-bottom: 20px;
}
.welcome-msg .order-reference {
  font-size: 16px;
  margin-bottom: 10px;
}
form#edit-form input {
  margin-bottom: 15px;
}
button.button.view-order-submit,
button.button.view-order-submit:hover,
button.button.view-order-submit:visited {
  background: #ba0c2f;
  color: #fff;
  border: #ba0c2f 1px solid;
}
.cart-save-order-cancel {
  border: #ba0c2f 1px solid;
  color: #ba0c2f;
}
.off-canvas-right.active i.fa.fa-trash {
  position: relative;
  top: 7px;
  background: url(../images/icons/detele-icon-cart.svg);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: 0 10px;
  left: 10px;
}
.ambanners + .off-canvas-right ul li .container .product .edit {
  padding-bottom: 13px;
}
.cart-save-order-cancel {
  border: #ba0c2f 1px solid;
  color: #ba0c2f !important;
  cursor: pointer;
  vertical-align: top;
  height: 43px;
  line-height: 21px;
}
.checkout-index-index button.action.edit-address-link,
.checkout-index-index button.action.edit-address-link:hover,
.checkout-index-index button.action.edit-address-link:visited {
  width: 60px !important;
  border: #ba0c2f 1px solid !important;
  color: #ba0c2f !important;
  font-size: 12px !important;
  top: 10px !important;
  padding: 4px !important;
  text-decoration: none !important;
}
div#checkout-step-shipping {
  border: none;
}
.message.warning {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 11px;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
  float: left;
}
.checkout-index-index .control .message > span {
  white-space: inherit !important;
}
#configurator #off-canvas-right div#cart-popup {
  min-height: auto;
}
.shipping-address-items.single-address {
  height: auto;
}
#co-shipping-form {
  border: #545454 1px solid;
  margin-top: 0px;
  margin-bottom: 20px;
}
.billing-address-same-as-shipping-block.field.choice.col-mp.mp-12 {
  margin-top: 20px;
}
div#checkout-step-billing {
  border: none;
}
.modal-content #co-shipping-form {
  border: none;
}
.fieldset > .field._required > .label:after {
  position: relative;
  line-height: 14px !important;
}
.general-content {
  max-width: 1620px;
  margin: 0 auto;
  font-size: 14px;
  padding: 30px;
}
.general-content h2 {
  font-size: 15px;
  font-weight: 500;
  color: #000;
  letter-spacing: 1px;
}
h1.page-title {
  font-size: 22px;
}
.page-title-wrapper {
  max-width: 1620px;
  margin: 0 auto;
  padding: 0;
  margin-top: 40px;
}
.privacy-policy table td {
  border: #ccc 1px solid;
}
.privacy-policy table {
  margin-bottom: 20px;
}
.edit-colour-inputs input {
  height: 37px;
}
.checkout-cart-index .edit-colour-inputs strong {
  display: block;
  margin-top: 10px;
  position: relative;
  top: 11px;
}
.checkout-cart-index .edit-colour-inputs {
  margin-right: 30px;
}
.c-product-configurator {
  overflow: hidden;
}
.billing-address-same-as-shipping-block {
  display: none;
}
div#billing {
  display: none;
}
.post-view .page-title-wrapper {
  padding: 0;
}
.post-view h1.page-title {
  text-align: left;
  font-size: 28px;
  letter-spacing: 6px;
  margin-bottom: 0;
  padding: 0;
  line-height: 36px;
}
.pagebuilder-column.colom2_bg {
  padding: 0;
}
.order-by-code-wrap .modal-popup .modal-inner-wrap {
  min-height: 120px;
}
.order-by-code-wrap header.modal-header {
  position: relative !important;
}
@media only screen and (max-width: 1920px) {
  .skin_header_wrap {
    min-height: auto !important;
  }
  .skin_header_wrap h2 {
    margin-top: 0;
    left: 9px;
  }
  .skin_header_wrap {
    min-height: auto !important;
    padding: 278px 40px;
  }
  .c_testi_block .c_testi_info {
    min-height: 235px;
  }
  .benefit_key p {
    font-size: 16px;
    margin: 0 0;
    padding: 2px 0;
  }
  .pagebuilder-column.left_panel_info {
    padding-right: 40px !important;
  }
}
@media only screen and (max-width: 1690px) {
  .mechant_header {
    padding: 6% 20.5%;
  }
  .mechant-sec1,
  .mechant-sec3 {
    padding-right: 39%;
  }
  .mechant-sec2,
  .mechant-sec4 {
    padding-left: 38%;
  }
}
@media only screen and (max-width: 1580px) {
  .Channel-to-market {
    text-align: center;
    padding: 11% 0;
  }
  .trend_wrap,
  .component_wrap,
  .day-delivery-box,
  .supporting_box {
    padding: 0 50px;
  }
  .merchants-area {
    padding: 0 21%;
    position: relative;
  }
  .cate_col_two {
    padding-top: 2%;
  }
  .mechant_header h1 {
    font-size: 2.5em;
    line-height: 63px;
  }
  .mechant_header {
    padding: 6% 19.5%;
  }
  .vacancies-index-view .n_content_area,
  .vacancies-index-apply .n_content_area {
    padding: 0 40px;
  }
  .mechant_header h1 {
    font-size: 3em;
  }
  .pagebuilder-column.left_panel_info {
    padding: 0 40px 0 0 !important;
  }
  .lt_line_main:before {
    left: 14%;
  }
  .lt_line_send:before,
  .lt_line:before,
  .lt_line:after,
  .lt_line_send:after {
    left: 13.2%;
  }
  .category-layout-2column-header .category-view {
    padding: 0 80px;
  }
  .skin_info_box h2,
  .tap_info_box h2 {
    font-size: 42px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 1398px) {
  .actions-secondary {
    margin-left: 0;
  }
  .c-product-grid__item {
    width: 48.6%;
  }
  .order-by-code-txtbox h2 {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 1368px) {
  .checkout-cart-index .cart.table-wrapper .actions-toolbar > .action-delete {
    right: 9.5%;
  }
  tr.drilling-row {
    padding-left: 17.5%;
  }
  .mpblog-post-view .post-list-content {
    position: relative;
    top: 0;
    background: #ebebeb;
    max-width: 100%;
    padding: 30px 20px;
    text-align: left;
    right: 40px;
    min-height: 540px;
    margin-bottom: 40px;
  }
  .post-view-image img.img-responsive {
    max-width: 100%;
    width: 100%;
  }
  .mpblog-post-view .post-view-image {
    text-align: left;
    margin-bottom: 20px;
  }
  .pto_img img {
    max-width: 100%!important;
  }
  .pagebuilder-column.why_kfm_list {
    padding: 30px !important;
  }
  .why_kfm_list h2 {
    font-size: 44px;
  }
  .box_drawers_wrap,
  .gray_drawers_wrap,
  .drawer_area {
    padding: 100px 40px;
  }
  figure.jigsaw_rt_img {
    top: -65px;
    width: 110%;
  }
  .jigsaw_row_one {
    margin-left: -2%;
  }
  .Channel-to-market {
    background-size: cover !important;
    min-height: 400px !important;
  }
  .od_wrap {
    padding: 100px 44px 0 !important;
  }
  .tool_wrap {
    padding: 80px 44px !important;
  }
  .partner_wrap {
    padding: 0px 44px !important;
  }
  ul.color-dip li:nth-child(2) {
    padding-right: 0;
  }
  .sell-kitchen {
    padding: 0 50px;
  }
  .left_panel_info h2 {
    font-size: 1.8em;
    line-height: 47px;
  }
  .merchants-area {
    padding: 0 17%;
    position: relative;
  }
  .lt_line_main:before {
    left: 10%;
  }
  .lt_line_send:before,
  .lt_line:before,
  .lt_line:after,
  .lt_line_send:after {
    left: 9.1%;
  }
  .qs_wrap {
    padding: 0 50px;
  }
  .certification_box {
    margin: 80px 50px 100px !important;
  }
  .n_tesi_info {
    width: 96%;
    margin-bottom: 65px;
  }
  ul.n_vacancies_listing {
    padding: 0 25px;
  }
  .philosophy_wrap .pagebuilder-column {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .sent_sec_one {
    padding-right: 8rem;
  }
  .n_contact_f_info h2 {
    font-size: 50px;
  }
  ul.n_vacancies_listing {
    text-align: center;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 100%;
    width: 100%;
  }
  .holding_box_content {
    padding: 6.5% 57px 0 !important;
  }
  .certification_box {
    padding: 0 30px;
  }
  .vacancies-index-index .n_header_inside {
    max-width: 970px;
    margin-left: -488px;
  }
  .pto_rt h2 {
    margin-top: 0em;
  }
  .pto_lt {
    padding-right: 60px;
  }
  .pto-img-two img {
    max-width: 100%;
    right: 0;
  }
  .pto-img-two {
    position: absolute;
    right: auto;
    top: 20%;
  }
  .match_box h2 {
    font-size: 2em;
  }
  .pto_gray_box .pto_lt {
    width: 55%;
  }
  .match_box {
    width: 100%;
  }
  .match_box {
    width: 100%;
  }
  .day-delivery-box h2 {
    font-size: 47px;
  }
  .heading_ourwork h2 {
    font-size: 32px;
  }
  .const_wrap {
    padding: 0 40px;
  }
  .our_cabinets_gray {
    padding: 90px 40px;
  }
  .box_drawers_colmn h2,
  .compo_drawer_colom h2,
  .drawer_storage_colm h2 {
    font-size: 42px;
  }
  .mpblog-post-view h1 {
    letter-spacing: 5px;
    padding: 0 30px;
  }
  .post-post_content {
    max-width: 1200px;
    padding: 0 30px;
  }
  .order-by-code-wrap .search-form .form-box {
    margin-top: -114px;
  }
}
@media only screen and (max-width: 1284px) {
  .c-product-grid__item {
    width: 48.5%;
  }
  .why_kfm_list h2 {
    text-align: left;
    font-size: 39px;
    margin-top: 30px;
    padding-bottom: 10px;
  }
  .kfm_whychoose {
    padding-bottom: 50px;
  }
  .kfm_list li {
    font-size: 16px;
  }
  .kfm-multi-banner,
  .kfm_whychoose {
    padding: 0 40px;
  }
  .colom1_bg,
  .colom2_bg,
  .colom3_bg,
  .colom4_bg {
    padding: 30px 10px;
  }
  .kfm-multi-banner p {
    font-size: 12px;
  }
  .cate_col_two {
    text-align: left;
    max-width: 465px;
    padding-left: 10%;
    padding-top: 0;
  }
  .box_drawers_colmn h2,
  .compo_drawer_colom h2,
  .drawer_storage_colm h2 {
    font-size: 38px;
  }
  .jigsaw_row_one {
    margin-left: 0;
  }
  figure.jigsaw_rt_img {
    position: absolute;
    left: -50px;
    top: -55px;
    width: 106%;
    z-index: 9;
  }
  .pagebuilder-column.compo_left_cont.jigsa_wt_block {
    position: relative;
    top: 45px;
    left: 30px;
    padding-right: 0 !important;
    width: 45% !important;
  }
  .od_list_content p {
    padding-right: 15px;
  }
  .n_testiwrap .owl-nav {
    top: 92%;
  }
  .n_dpo_btn .pagebuilder-button-link,
  .n_dpo_btn .pagebuilder-button-link:hover,
  .n_dpo_btn .pagebuilder-button-link:visited {
    padding: 9px 20px;
    font-size: 16px;
  }
  .n_info_philosophy h2 {
    font-size: 45px;
  }
  .sent_sec_one {
    padding-right: 7rem;
  }
  .learn_tkc,
  .workplace_info,
  .benefit_key,
  .n_testiwrap {
    padding: 0 50px;
  }
  .merchants-area h2 {
    font-size: 1.3em;
  }
  .heading_ourwork h2 {
    font-size: 31px;
  }
  .dynamic_wirework,
  .eilte_wirework {
    font-size: 14px;
  }
  .checkout-cart-index .cart.table-wrapper .actions-toolbar > .action-delete {
    right: 8.5%;
  }
  tr.drilling-row {
    padding-left: 18.5%;
  }
}
@media only screen and (max-width: 1260px) {
  .brochure_btn .pagebuilder-button-link,
  .brochure_btn .pagebuilder-button-link:hover,
  .brochure_btn .pagebuilder-button-link:visited,
  .brochure_btn .pagebuilder-button-link:focus {
    width: 360px;
  }
  .brochure_btn:before {
    background: url(../images/jigsaw-logo.png);
    content: "";
    position: absolute;
    left: -67px;
    width: 606px;
    height: 173px;
    background-size: 100%;
    top: auto;
    bottom: 50px;
  }
  .sent_sec_one {
    padding-right: 7rem;
  }
  .holding_box_content h2 {
    line-height: 52px;
    font-size: 36px;
  }
  .category-description {
    padding: 0 30px !important;
  }
}
@media only screen and (max-width: 1234px) {
  .pagebuilder-column.match_box {
    width: 100% !important;
    box-sizing: border-box;
    margin: 0;
    padding: 60px !important;
  }
  .post-grid-body {
    padding: 10px;
  }
  .match_color_wrap {
    padding: 50px 0 !important;
  }
  .match_box p {
    min-height: 190px;
  }
  .match_box {
    padding: 20px;
    position: relative;
    left: 0;
    top: 0;
  }
  .pto_full_img_wrap {
    position: absolute;
    right: 10%;
    width: 46% !important;
    bottom: 54px;
  }
  .pagebuilder-column.match_box {
    padding-right: 60px;
  }
  .construction_wrap h2 {
    font-size: 32px;
    line-height: 49px;
  }
  .spec_one:before,
  .spec_two:before,
  .spec_three:before,
  .spec_four:before {
    background-size: 250px;
    width: 250px;
    height: 250px;
    margin-left: -140px;
  }
  .outstanding_spec p {
    padding: 0 29px;
    margin-top: 0;
  }
  .pagebuilder-column.od_content_box {
    padding-left: 50px !important;
  }
  .od_list_icon {
    background-size: 100px;
    width: 112px;
  }
  .pagebuilder-column.n_dpo_content {
    padding-left: 45px !important;
  }
  .mechant_header {
    padding: 6% 15.5%;
  }
  .holding_box_content h2 {
    line-height: 46px;
    font-size: 31px;
  }
  .n_contact_f_info h2 {
    font-size: 48px;
  }
  .sent_sec_one {
    padding-right: 3rem;
  }
  .sent_sec_two {
    width: 60%;
  }
  .sent_sec_two .fieldset > .field > .label,
  .sent_sec_two .fieldset > .fields > .field > .label {
    width: 30%;
  }
  .sent_sec_two .control {
    float: left;
    width: 70%;
  }
  .contact-index-index .actions-toolbar {
    padding-left: 30%;
  }
  ul.n_vacancies_listing li {
    width: 47%;
  }
  .c-product-grid__item {
    margin: 8px;
    width: 48.5%;
  }
  .tooltip .inner {
    width: 67px;
  }
  .c-product-grid__item-content {
    padding: 10px 10px 10px 29px;
  }
  .heading_ourwork h2 {
    font-size: 29px;
    line-height: 44px;
  }
  .match_color_wrap .pagebuilder-column-group {
    display: block !important;
  }
  .pagebuilder-column.match_box {
    width: 100% !important;
    padding-right: 110px;
    box-sizing: border-box;
  }
  .pto_img_swap {
    position: relative;
    width: 35% !important;
    top: 0;
    left: 60px;
    z-index: 9;
  }
  .mpblog-post-index .page-title-wrapper p {
    padding: 0 40px;
  }
  button.add-favourites,
  button.add-order.button {
    font-size: 9px;
  }
  .product-item-actions .actions-primary {
    left: 30px;
    width: calc(100% - 38px);
  }
  .post-grid-item {
    width: 32.9%;
  }
  .order-by-code-wrap .search-form .form-box {
    position: relative;
    right: 0;
    top: 0;
    margin-top: 0;
    border-bottom: none;
    float: right;
    padding-left: 0;
  }
}
@media only screen and (max-width: 1185px) {
  .order-by-code-img {
    width: 100% !important;
  }
  .order-by-code-wrap .pagebuilder-column-group {
    display: block !important;
  }
  .order-by-code-txtbox {
    width: 100% !important;
    padding: 0 30px 40px !important;
  }
  .order-by-code-wrap .search-form .form-box {
    position: relative;
    right: 0;
    top: 0;
    margin-top: 0;
    border-bottom: none;
    float: right;
    padding-left: 0;
    background: #3e3e3f;
  }
  .box_drawers_colmn h2,
  .compo_drawer_colom h2,
  .drawer_storage_colm h2 {
    font-size: 36px;
  }
  .colors_map li {
    width: 20%;
  }
  .n_testiwrap .owl-nav {
    top: 84%;
  }
  .day-delivery-box h2 {
    font-size: 40px;
    color: #3f3f40;
  }
  .market_wrap {
    padding-left: 4%;
  }
  .holding_box_content {
    padding: 6.5% 50px 0 !important;
  }
  .holding_box_content h2 {
    line-height: 40px;
    font-size: 28px;
  }
  .value_one,
  .value_two,
  .value_three,
  .value_four {
    padding-left: 20%;
    padding-right: 54px;
  }
  .benefit_key .pagebuilder-column {
    display: block !important;
    padding: 25px 0 25px 90px;
  }
  .c-product-grid__item-content {
    padding: 10px 10px 10px 24px;
  }
  .od_list_content {
    padding: 26px 0 0 10px;
    width: 71%;
    box-sizing: border-box;
  }
  .od_list_content h2 {
    font-size: 17px !important;
  }
  .n_part_images li img {
    width: 100% !important;
  }
  .n_part_images li {
    width: 32%;
    padding: 15px;
  }
  .n_dpo_content h2 {
    font-size: 27px;
  }
  .n_dpo_btn .pagebuilder-button-link,
  .n_dpo_btn .pagebuilder-button-link:hover,
  .n_dpo_btn .pagebuilder-button-link:visited {
    font-size: 14px;
  }
  .component_wrap h1 {
    font-size: 30px;
    line-height: 35px;
  }
  .component_wrap p {
    padding: 0 5%;
  }
  .day-delivery-box h2 {
    font-size: 33px;
  }
  .heading_ourwork h2 {
    font-size: 24px;
  }
  .work-testi-wrap h2 {
    font-size: 1.6em;
  }
  .n_box_channel1:before {
    background-size: 292px;
  }
  .colour_swatch li {
    width: 13%;
    min-height: 132px;
  }
  .colour_icon {
    vertical-align: top;
  }
  .cms-pto-colour-match .match_box {
    left: 0;
  }
}
@media only screen and (max-width: 1170px) {
  .box_drawers_colmn h2,
  .compo_drawer_colom h2,
  .drawer_storage_colm h2 {
    font-size: 33px;
  }
  .n_testiwrap .owl-nav {
    top: 88%;
  }
  .supporting_box img {
    height: 190px !important;
  }
  .cust_resource_wrap {
    padding: 150px 40px;
    position: relative;
  }
  .customer_resource_wrap {
    padding: 90px 40px 150px;
  }
  .wirework_feature:before {
    background-size: 340px;
  }
  .dynamic_wirework,
  .eilte_wirework {
    font-size: 12px;
  }
  .dynamic_wirework,
  .eilte_wirework {
    background-size: 59px !important;
  }
  .dynamic_wirework:before {
    background-size: 59px !important;
    top: 64px;
    left: 13px;
  }
  .wirework_feature h2 {
    font-size: 30px;
  }
  .feature_listing li {
    font-size: 14px;
    padding-right: 0;
  }
  .skin_info_box h2,
  .tap_info_box h2 {
    font-size: 37px;
    line-height: 43px;
  }
  .skin_info_box .pagebuilder-button-primary,
  .skin_info_box .pagebuilder-button-primary:hover,
  .skin_info_box .pagebuilder-button-primary:active,
  .skin_info_box .pagebuilder-button-primary:visited,
  .tap_info_box .pagebuilder-button-primary,
  .tap_info_box .pagebuilder-button-primary:hover,
  .tap_info_box .pagebuilder-button-primary:active,
  .tap_info_box .pagebuilder-button-primary:visited {
    font-size: 13px;
  }
  .c-product-grid__item {
    margin: 8px;
    width: 48.4%;
  }
  .product-item-actions .actions-primary {
    display: block;
  }
  .n_listing_vid li {
    width: 45%;
  }
  .brochure_btn .pagebuilder-button-link,
  .brochure_btn .pagebuilder-button-link:hover,
  .brochure_btn .pagebuilder-button-link:visited,
  .brochure_btn .pagebuilder-button-link:focus {
    width: 310px;
  }
  .brochure_btn:before {
    background: url(../images/jigsaw-logo.png);
    content: "";
    position: absolute;
    left: -54px;
    width: 526px;
    height: 153px;
    background-size: 100%;
    top: auto;
    bottom: 50px;
    background-repeat: no-repeat;
  }
  .des_cate {
    padding: 0;
    min-height: 59px;
  }
}
@media only screen and (max-width: 1080px) {
  .post-grid-item {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .c-product-configurator {
    overflow: visible;
  }
  .n_listing_vid li {
    width: 43%;
  }
  button.add-favourites,
  button.add-order.button {
    width: 76%;
  }
  .skin_info_box,
  .tap_info_box {
    padding: 0 6%;
  }
  .lnk_wire a {
    font-size: 14px;
  }
  .wirework_feature .pagebuilder-column {
    padding-top: 240px;
  }
  .supporting_box img {
    height: 160px !important;
  }
  .Channel-to-market h2 {
    font-size: 43px;
  }
  .Channel-to-market p {
    padding: 0 90px;
  }
  .n_testi_txt p {
    font-size: 18px;
  }
  .component_wrap.jisaw_comp_wrap {
    margin: 20px 0 10px !important;
  }
  .jigsa_dark_block .compo_heading h2 {
    color: #3f3f40;
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 57px;
  }
  .pagebuilder-column.compo_left_cont.jigsa_wt_block {
    position: relative;
    top: 30px;
    left: 30px;
    padding-right: 60px !important;
  }
  .merchants-area {
    padding: 0 14%;
    position: relative;
  }
  .lt_line_send:before,
  .lt_line:before,
  .lt_line:after,
  .lt_line_send:after {
    left: 7%;
  }
  .lt_line_main:before {
    left: 8.5%;
  }
  .mechant-sec2:after {
    background-size: 200px;
  }
  .mechant-sec1:after {
    background-size: 250px;
  }
  .mechant-sec3:after {
    background-size: 210px;
  }
  .mechant-sec4:after {
    background-size: 209px;
  }
  .mechant_header {
    padding: 6% 12.5%;
  }
  .n_tesi_info {
    margin-bottom: 45px;
  }
  .sent_sec_one {
    padding-right: 4rem;
  }
  .n_listing_info li {
    width: 23%;
    padding: 0 1%;
  }
  .n_tesi_info {
    width: 100%;
  }
  .philosophy_wrap h2 {
    padding: 0 !important;
  }
  .n_tech_heading a {
    font-size: 14px;
  }
  .sent_sec_one {
    width: 48%;
    display: flex;
    padding-right: 3rem;
    padding-left: 0;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 500px;
  }
  .sent_sec_two {
    width: 47%;
  }
  .how_to_find_lt {
    width: 48%;
    padding-right: 4em;
    padding-left: 0;
  }
  .n_heading_full h2 {
    font-size: 2.5rem;
  }
  .workplace_info {
    padding: 0 60px;
  }
  .tkc-employees-testimonials-content-outer {
    padding: 0 30px;
  }
  .work-testi-wrap h2 {
    font-size: 1.5em;
    padding: 0 30px;
  }
  .benefit_key {
    padding: 15px 6%;
  }
  .n_quality_info {
    padding: 0 5%;
  }
  .pagebuilder-column.holding_box_content {
    padding: 30px !important;
  }
  .qs_wrap {
    margin: 0 0 !important;
    padding: 50px 50px 80px;
    float: left;
    display: block !important;
  }
  .pagebuilder-column.n_info_philosophy {
    margin-bottom: 20px;
  }
  .sent_sec_two .control {
    width: 66%;
  }
  .contact-index-index .actions-toolbar {
    width: 93%;
  }
  .n_profile_content p {
    padding: 11px 18px;
    font-size: 14px;
  }
  ul.contact_list > li {
    width: 24%;
  }
  .pagebuilder-column.holding_box_content {
    padding: 48px 30px 0 !important;
  }
  .cms-pto-colour-match .n_inn_img img {
    min-height: 310px;
  }
  .n_dpo_btn .pagebuilder-button-link,
  .n_dpo_btn .pagebuilder-button-link:hover,
  .n_dpo_btn .pagebuilder-button-link:visited {
    font-size: 16px;
  }
  .order-design-btn .pagebuilder-button-link,
  .order-design-btn .pagebuilder-button-link:hover {
    padding: 12px 0;
    width: 950px;
  }
  .wirework_feature {
    padding-left: 0 !important;
  }
  .wirework_feature .pagebuilder-column {
    left: 0 !important;
  }
  .n_testiwrap .owl-nav {
    right: 28px;
    top: 86%;
  }
  .spec_one:before,
  .spec_two:before,
  .spec_four:before {
    background-size: 245px;
    width: 250px;
    height: 250px;
    margin-left: -129px;
  }
  .colors_map li:nth-child(1):after,
  .colors_map li:nth-child(2):after,
  .colors_map li:nth-child(3):after,
  .colors_map li:nth-child(4):after,
  .colors_map li:nth-child(5):after {
    height: 110px;
    background-size: 80px;
  }
  .spec_three:before {
    background-size: 229px;
    background-position: top center;
  }
  .construction_wrap {
    float: left;
    padding-left: 4%;
    padding-right: 0;
  }
  .n_dpo_box h2 {
    font-size: 33px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
    line-height: 27px;
  }
  .n_dpo_content h2 {
    margin-bottom: 10px;
  }
  .n_dpo_content p {
    padding: 0;
  }
  .n_box_channel1:before {
    background-size: 262px;
  }
  .c-product-grid__item {
    width: 48.4%;
  }
  .product-item-actions .actions-primary {
    display: block;
  }
}
@media only screen and (max-width: 1023px) {
  .opc-estimated-wrapper {
    display: none;
  }
  td#label_carrier_freeshipping_freeshipping {
    margin-top: -35px;
  }
  .opc-estimated-wrapper {
    margin: 0;
    background: none;
    float: left;
    margin-top: 20px;
    width: 100%;
  }
  .checkout-payment-method .payment-method + .payment-method .payment-method-title {
    border-top: none;
  }
  .totals-tax + .totals:after {
    display: none;
  }
  .checkout-agreements-block + .actions-toolbar {
    margin-bottom: 10px;
  }
  .ma5menu__container div:nth-child(5).lvl-1 ul li:nth-child(4),
  .ma5menu__container div:nth-child(5).lvl-1 ul li:nth-child(7),
  .ma5menu__container div:nth-child(5).lvl-1 ul li:nth-child(10) {
    display: none;
  }
  .product-item-actions .actions-primary {
    display: block;
    position: relative;
    bottom: 0;
    left: 0;
    width: calc(100%);
    float: left;
  }
  .brochure_btn .pagebuilder-button-link,
  .brochure_btn .pagebuilder-button-link:hover,
  .brochure_btn .pagebuilder-button-link:visited {
    width: 250px;
  }
  .brochure_btn:before {
    background: url(../images/jigsaw-logo.png);
    content: "";
    position: absolute;
    left: -42px;
    width: 416px;
    height: 123px;
    background-size: 100%;
    top: auto;
    bottom: 50px;
    background-repeat: no-repeat;
  }
  .product-item-actions .actions-primary {
    display: flex;
  }
  .actions-secondary {
    margin-left: 8px;
  }
  .post-grid-body {
    column-count: 2;
  }
  .skin_header_wrap {
    padding: 98px 40px;
  }
  .skin_header_wrap h2 {
    font-size: 70px;
    left: 9px;
  }
  .kfm-multi-banner p {
    min-height: auto;
  }
  .pagebuilder-column.kfm_extra_colom {
    display: none !important;
  }
  .pagebuilder-column.kfm_mid_colom {
    width: 100% !important;
  }
  .kfm-multi-banner .pagebuilder-column-group {
    display: block !important;
  }
  .kfm_whychoose .pagebuilder-column-group {
    display: block !important;
  }
  .colom1_bg,
  .colom2_bg,
  .colom3_bg,
  .colom4_bg {
    padding: 30px 40px !important;
    width: 100% !important;
    min-height: 270px;
  }
  .kfm_form_info {
    padding: 80px 40px 40px;
  }
  .pagebuilder-column.kfm_compare_img {
    width: 100% !important;
  }
  .pagebuilder-column.why_kfm_list {
    width: 100% !important;
    margin-bottom: 50px;
    padding: 0 30px !important;
    margin-top: -20px;
  }
  .colom1_bg:after,
  .colom1_bg:before,
  .colom2_bg:after,
  .colom2_bg:before,
  .colom3_bg:after,
  .colom3_bg:before,
  .colom4_bg:after,
  .colom4_bg:before {
    display: none;
  }
  .dynamic_wirework,
  .eilte_wirework {
    font-size: 16px;
  }
  .category-wirework .category-description {
    padding: 0 20px;
  }
  .lnk_wire a {
    font-size: 14px;
  }
  .category-layout-2column-header .category-view {
    display: block;
  }
  .cate_col_one {
    width: 100%;
  }
  .cate_col_two {
    text-align: left;
    max-width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .wirework_feature .pagebuilder-column {
    padding-top: 0;
  }
  .box_drawers_wrap,
  .gray_drawers_wrap,
  .drawer_area {
    padding: 40px 40px;
  }
  .gray_bor_btn .pagebuilder-button-primary,
  .gray_bor_btn .pagebuilder-button-primary:focus,
  .gray_bor_btn .pagebuilder-button-primary:visited {
    max-width: 58%;
  }
  .gray_bor_btn .pagebuilder-button-primary:hover {
    color: #ba0c2f;
    border: #ba0c2f 1px solid;
    background: none;
  }
  .pagebuilder-column.compo_drawer_colom {
    padding-left: 0;
    padding-right: 0;
    margin-top: 20px;
  }
  .box_drawers_wrap .pagebuilder-column-group,
  .gray_drawers_wrap .pagebuilder-column-group,
  .drawer_area .pagebuilder-column-group {
    display: block !important;
  }
  .box_drawers_colmn,
  .compo_drawer_colom,
  .drawer_storage_colm {
    width: 100% !important;
    padding: 0;
    margin: 0;
  }
  .pagebuilder-column.table_view_box {
    width: 100% !important;
    padding: 20px 0;
  }
  .cs_col1:before,
  .cs_col2:before,
  .cs_col3:before,
  .cs_col4:before {
    top: -70px;
    height: 200px;
    background-size: 210px;
    left: 0;
  }
  .cs_col1 .pagebuilder-button-primary,
  .cs_col2 .pagebuilder-button-primary,
  .cs_col3 .pagebuilder-button-primary,
  .cs_col4 .pagebuilder-button-primary {
    font-size: 15px;
    margin: 0;
  }
  .jigsaw_row_one .pagebuilder-column-group {
    display: block !important;
  }
  .pagebuilder-column.compo_left_cont.jigsa_dark_block {
    width: 100% !important;
    margin: 0;
    padding: 0;
    left: 0;
  }
  figure.jigsaw_rt_img {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
  }
  .pagebuilder-column.compo_rt_count {
    position: relative;
    width: 100% !important;
    margin: 0;
    padding: 0;
  }
  .pagebuilder-column.compo_left_cont.jigsa_wt_block {
    padding: 0 !important;
    width: 100% !important;
    margin: 0 !important;
  }
  .jigsaw_row_one {
    padding: 0 50px !important;
  }
  .pagebuilder-column.compo_left_cont.jigsa_wt_block {
    padding: 0 40px !important;
    width: 100% !important;
    margin: 0 !important;
    left: 0;
    top: 40px;
  }
  figure.jigsaw_rt_img img {
    float: left;
  }
  .pagebuilder-column.compo_rt_count {
    position: relative;
    width: 100% !important;
  }
  .value_one:before {
    top: -5px;
  }
  .value_two:before {
    top: 8px;
  }
  .value_three:before {
    top: 12px;
  }
  .value_four:before {
    top: 7px;
  }
  .const_wrap .pagebuilder-column-group {
    display: block !important;
    width: 100%;
  }
  .const_wrap .pagebuilder-column {
    width: 100% !important;
  }
  .const_wrap img {
    width: 100%;
  }
  .unique_semi img {
    width: auto;
  }
  .pagebuilder-column.construction_wrap {
    padding: 20px 0;
    padding-bottom: 0;
  }
  .const_wrap {
    padding: 0 40px;
  }
  .our_cabinets_gray .pagebuilder-column-group {
    width: 100%;
    display: block !important;
  }
  ul.colors_map {
    width: 100%;
    display: flex;
    margin-bottom: 80px;
  }
  .our_cabinets_gray .pagebuilder-column {
    width: 100% !important;
    text-align: center;
  }
  .colors_map li {
    width: 14%;
    display: inline-block;
  }
  ul.colors_map {
    max-width: 100%;
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 80px;
  }
  .our_cabinets_gray {
    padding: 0 40px 40px;
  }
  .outstanding_spec .pagebuilder-column-group {
    width: 100%;
    display: block !important;
    text-align: center;
  }
  .outstanding_spec p {
    padding: 0 29px;
    margin-top: 0;
    max-width: 350px;
    margin: 0 auto;
  }
  .outstanding_spec .pagebuilder-column {
    display: inline-block !important;
    width: 36% !important;
    margin-bottom: 40px;
    vertical-align: top;
  }
  .construction_wrap {
    padding-left: 6%;
    padding-right: 0;
  }
  .od_wrap .ordering_img_lt {
    width: 100% !important;
  }
  .wirework_feature:before {
    position: relative;
    padding-left: 0;
  }
  .od_wrap .pagebuilder-column-group {
    display: block !important;
  }
  .od_wrap .pagebuilder-column {
    width: 100% !important;
  }
  .pagebuilder-column.od_content_box {
    padding: 50px 0 0 0 !important;
  }
  .od_wrap img.pagebuilder-mobile-hidden,
  .od_wrap .pagebuilder-mobile-only {
    display: block;
    width: 100%;
  }
  .c-product-grid__item {
    margin: 20px;
    width: 100%;
    padding: 30px 30px;
  }
  .lt_line_main:before {
    display: none;
  }
  .lt_line_send:before,
  .lt_line:before,
  .lt_line:after,
  .lt_line_send:after {
    display: none;
  }
  .mechant-sec1:after {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 0;
    width: 100%;
    background-position: top center;
  }
  .mechant-sec2:after {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 0;
    width: 100%;
    background-position: top center;
  }
  .mechant-sec3:after {
    position: absolute;
    top: 10px;
    left: 0;
    margin-left: 0;
    width: 100%;
    background-position: top center;
  }
  .mechant-sec4:after {
    position: absolute;
    top: 10px;
    left: 0;
    margin-left: 0;
    width: 100%;
    background-position: top center;
  }
  .left_panel_info h2 {
    font-size: 1.4em;
    line-height: 43px;
  }
  .mechant-sec1,
  .mechant-sec3,
  .mechant-sec2,
  .mechant-sec4 {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 0;
    padding-top: 250px;
    float: left;
  }
  .mechant-sec1 {
    padding-top: 230px;
  }
  .mechant_header {
    padding: 6% 10.5%;
  }
  .learn_tkc .pagebuilder-column-group {
    display: block !important;
  }
  .value_one,
  .value_two,
  .value_three,
  .value_four {
    width: 100% !important;
    padding-left: 24% !important;
  }
  .learn_tkc {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
  }
  .banners-points {
    margin: 60px 0 0 0;
  }
  .benefit_key p {
    font-size: 12px;
  }
  .benefit_two {
    padding-right: 0;
  }
  .benefit_key {
    padding: 9px 6%;
  }
  .botom_benefit_sec {
    padding: 50px 0;
  }
  .n_key_box .row {
    margin: 0;
    display: block;
  }
  .n_key_box .col-md-6 {
    width: 100%;
  }
  .n_team_heading h2 {
    font-size: 3em;
  }
  ul.n_vacancies_listing li {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
  .philosophy_wrap .pagebuilder-column-group {
    display: block !important;
  }
  .pagebuilder-column.n_info_philosophy {
    margin-top: 20px;
  }
  .philosophy_wrap .pagebuilder-column {
    width: 100% !important;
  }
  .n_info_philosophy {
    width: 100% !important;
    display: block;
    float: left;
    padding: 0 90px 0 40px;
    box-sizing: border-box !important;
  }
  .bar_lines_account {
    display: block;
  }
  .desknav {
    display: none;
  }
  .bar_lines {
    display: block;
    position: absolute;
    right: 10px;
  }
  .n_listing_tech li {
    padding: 18px 30px;
    width: 30%;
  }
  header .bar_lines_account a {
    font-size: 21px;
    top: -2px;
    position: relative;
  }
  header.n-site-header {
    display: block;
  }
  .n-site-header ul {
    display: block;
    align-content: end;
    float: right;
  }
  .n-site-header ul li {
    float: right;
  }
  .bar_lines_account {
    position: absolute;
    right: 52px;
    font-size: 22px;
    margin-top: 0;
    padding: 0 22px;
  }
  .send_enquiry_wrap {
    display: block;
    padding: 0 0 1em;
    box-sizing: border-box;
  }
  .sent_sec_one {
    width: 100%;
    padding-right: 3rem;
    padding-left: 1.8rem;
    margin-bottom: 3em;
  }
  .sent_sec_two {
    width: 100%;
    padding: 0 6%;
  }
  .how_find_box {
    display: block;
    padding: 0;
    padding: 4em 3em;
  }
  .how_to_find_lt {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 40px;
  }
  .how_to_find_rt {
    width: 100%;
  }
  .contact-index-index .actions-toolbar {
    width: 100%;
  }
  .sent_sec_two .control {
    width: 70%;
  }
  .n_teams li {
    width: 30%;
  }
  .vacancies-index-index .n_header_inside {
    padding: 0 80px;
  }
  .holding_box_content h2 {
    line-height: 38px;
    font-size: 26px;
  }
  .holding_box_content p {
    font-size: 15px;
    padding-right: 0;
  }
  .n_quality_info h2 {
    font-size: 48px;
    padding: 30px 0 10px;
    line-height: 53px;
  }
  .n_quality_info p {
    padding: 0 6%;
  }
  .holding_box_content p {
    padding-bottom: 0;
  }
  .pagebuilder-column.holding_box_content {
    padding-bottom: 0 !important;
  }
  .pto_area {
    display: block;
  }
  .pto_lt {
    width: 100%;
    padding-right: 0;
  }
  .pto_rt {
    width: 100%;
  }
  .pto_gray_box .pto_lt {
    width: 100%;
    padding: 0;
  }
  .n_color_box {
    display: block;
    width: 100%;
    float: left;
  }
  .n_color_lt {
    width: 27%;
    padding-bottom: 20px;
    float: left;
  }
  .pto-img-two {
    position: relative;
    right: auto;
    top: 0;
    width: 50%;
    float: left;
  }
  .pto-img-two img {
    max-width: 100%;
    right: 0;
  }
  .pto-img-one img {
    max-width: 100%;
  }
  .pto_rt {
    width: 100%;
    padding-left: 0;
  }
  .pto_rt_img {
    width: 100%;
    float: left;
  }
  .order-range-btn {
    width: 100%;
    float: left;
    margin-bottom: 30px;
  }
  .pto-img-one {
    position: relative;
    z-index: 9;
    transform: translate(0, 0);
    width: 50%;
    float: left;
  }
  .match_box {
    width: 68%;
    float: left;
  }
  .component_wrap h1 {
    font-size: 28px;
  }
  .compo_heading h2 {
    font-size: 34px;
    line-height: 44px;
  }
  .supporting_box h2 {
    letter-spacing: 1px;
    font-size: 16px;
  }
  .work-testi-wrap h2 {
    font-size: 1.2em;
  }
  .n_testiwrap .owl-nav {
    top: 79%;
  }
  .tkc-employees-testimonials-content-outer {
    padding: 0;
  }
  .n_testi_img_wrap {
    float: right;
    width: 100%;
    text-align: center;
  }
  .n_testi_header h2 {
    top: 0;
  }
  .work-testi-wrap h2 {
    font-size: 1.5em;
    padding: 0;
  }
  .n_testiwrap .owl-nav {
    top: auto;
    left: 50%;
    bottom: -34px;
  }
  .n_lt_testi {
    width: 100%;
    padding-top: 0;
  }
  .work-testi-wrap {
    padding: 40px;
  }
  .n_testiwrap .owl-nav {
    top: auto;
    left: 50%;
    bottom: -34px;
    width: 70px;
    margin-left: -35px;
  }
  .n_testi_box {
    margin-bottom: 30px;
  }
  .od_wrap {
    padding: 50px 44px 0 !important;
  }
  .certify_box {
    margin: 3rem 0 3rem;
  }
  .value_one,
  .value_two,
  .value_three {
    margin-bottom: 20px;
  }
  .value_two:before {
    top: -9px;
  }
  .value_three:before {
    top: 1px;
  }
  .value_four:before {
    top: -3px;
  }
  .finishes-box .pagebuilder-column-group {
    display: block !important;
  }
  .pagebuilder-column.heading_ourwork {
    width: 100% !important;
  }
  .pagebuilder-column.dynamic_wirework {
    width: 100% !important;
  }
  .pagebuilder-column.eilte_wirework {
    width: 100% !important;
    margin-top: 30px;
  }
  .dynamic_wirework:before {
    top: 78px;
    left: 14px;
  }
  .dynamic_wirework,
  .eilte_wirework {
    text-align: left;
    padding-left: 120px;
    font-size: 16px;
    left: 0 !important;
    padding-top: 10px;
  }
  .lnk_wire a {
    font-size: 13px;
  }
  .skin_info_box .pagebuilder-button-primary,
  .skin_info_box .pagebuilder-button-primary:hover,
  .skin_info_box .pagebuilder-button-primary:active,
  .skin_info_box .pagebuilder-button-primary:visited,
  .tap_info_box .pagebuilder-button-primary,
  .tap_info_box .pagebuilder-button-primary:hover,
  .tap_info_box .pagebuilder-button-primary:active,
  .tap_info_box .pagebuilder-button-primary:visited {
    font-size: 14px;
    line-height: 35px;
  }
  .skin_info_box h2,
  .tap_info_box h2 {
    font-size: 36px;
    line-height: 37px;
    margin-bottom: 10px;
  }
  .skin_info_box p {
    font-size: 13px;
  }
  .heading_ourwork h2 {
    margin-bottom: 20px;
  }
  .colour_icon {
    width: 62px;
    height: 62px;
  }
  .cate_col_two .c-page-intro__heading {
    text-align: center;
  }
  .cate_col_two .c-page-intro__heading:after {
    left: 50%;
    height: 3px;
    width: 100px;
    background: #ba0c2f;
    bottom: -30px;
    margin-left: -50px;
  }
  .category-layout-2column-header .filter-content {
    text-align: center;
  }
  .pagebuilder-column.pto_rt {
    padding-left: 70px;
  }
  .colour_swatch li {
    width: 14%;
    min-height: 132px;
  }
  .cate_col_two .category-description {
    text-align: center;
  }
  .category-layout-2column-header #layered-filter-block {
    float: none;
    clear: both;
  }
}
@media only screen and (max-width: 880px) {
  .spec-box {
    margin-left: -90px;
  }
  .alttxt h2 {
    text-transform: none;
    color: #ba0c2f;
    font-size: 2em;
    padding: 30px 0;
    font-weight: 400;
    float: left;
    margin-top: 50px;
  }
  .colour_swatch li {
    width: 15%;
    min-height: 114px;
  }
  .pto_rt h2 {
    font-size: 2em;
    margin-top: 0.5em;
  }
  .pto_rt {
    padding-right: 20px;
  }
  .skin_wrap_box .pagebuilder-column-group,
  .tap_wrap_box .pagebuilder-column-group {
    display: block !important;
  }
  .skin_info_box,
  .tap_info_box {
    padding: 40px 5%;
  }
  .pagebuilder-column.skin_info_box,
  .pagebuilder-column.tap_info_box,
  .pagebuilder-column.skin_colom {
    width: 100% !important;
  }
  .skin_info_box h2,
  .tap_info_box h2 {
    font-size: 38px;
    line-height: 27px;
  }
  .skin_header_wrap h2 {
    font-size: 63px;
    left: 9px;
  }
  .lnk_wire {
    padding: 0 8px;
  }
  .lnk_wire a {
    font-size: 12px;
  }
  .cs_col1:before,
  .cs_col2:before,
  .cs_col3:before,
  .cs_col4:before {
    top: -45px;
    height: 191px;
    background-size: 190px;
    left: 0;
  }
  .cs_col1 .pagebuilder-button-primary,
  .cs_col2 .pagebuilder-button-primary,
  .cs_col3 .pagebuilder-button-primary,
  .cs_col4 .pagebuilder-button-primary {
    font-size: 13px;
    letter-spacing: 1px;
    margin: 0;
  }
  .Channel-to-market h2 {
    font-size: 36px;
  }
  .component_wrap h1 {
    letter-spacing: 4px;
    font-size: 28px;
    line-height: 41px;
  }
  .component_wrap p {
    padding: 0 0;
  }
  .compo_heading h2 {
    font-size: 29px;
    line-height: 36px;
  }
  .component_wrap {
    padding: 30px 45px !important;
  }
  .day-delivery-box h2 {
    font-size: 28px;
  }
  .od h2 {
    font-size: 42px;
    line-height: 54px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.5rem;
    padding: 0 30px 0;
  }
  .n_part_images li {
    width: 42%;
    display: inline-block;
    padding: 20px;
    vertical-align: middle;
    margin: 0 !important;
  }
  .n_part_images li img {
    width: 100% !important;
    max-width: 100% !important;
  }
  .n_part_images li:nth-child(4) img {
    right: 0;
    bottom: 0;
  }
  .vacancies-index-index .n_header_inside {
    margin-left: 0;
    left: 0;
  }
  .n_team_heading h2 {
    font-size: 2.6em;
  }
  .n_apply_job label,
  .n_apply_job span {
    width: 100%;
  }
  .n_apply_job_btn {
    padding-left: 0;
  }
  .pagebuilder-column.certify-img {
    width: 100% !important;
  }
  .pagebuilder-column.holding_box_content {
    margin: 10px 0 !important;
    padding: 30px !important;
    width: 100% !important;
    display: block !important;
    border-left: none;
  }
  .certification_box {
    margin: 25px;
  }
  .qs_wrap .pagebuilder-column-group {
    display: block !important;
  }
  .pagebuilder-column.holding_box_content {
    padding: 28px 30px 35px!important;
  }
  .n_profile_content p {
    padding: 10px 18px;
    width: 100%;
    font-size: 16px !important;
  }
  .value_one,
  .value_two,
  .value_three,
  .value_four {
    width: 100% !important;
    padding-left: 34% !important;
    padding-right: 0;
  }
  .mechant_header {
    padding: 6% 6.5%;
  }
  .order-design-btn {
    padding: 0 50px !important;
  }
  .day-delivery-box h2 {
    font-size: 27px;
  }
  .pagebuilder-column.compo_left_cont.jigsa_dark_block {
    padding-right: 91px !important;
    padding-left: 40px !important;
    position: relative;
    left: 0;
  }
  .jigsa_dark_block .compo_heading h2 {
    color: #3f3f40;
    font-size: 32px;
    line-height: 37px;
    margin-bottom: 57px;
  }
  .pagebuilder-column.compo_left_cont.jigsa_dark_block {
    padding-bottom: 0 !important;
  }
  .jigsaw_row_one + div {
    margin-bottom: 0 !important;
  }
  .our-cabinet-heading h2 {
    font-size: 48px;
    padding: 110px 0;
    letter-spacing: 9px;
    color: #404040;
  }
  .value_one,
  .value_two,
  .value_three {
    margin-bottom: 20px;
  }
  .n_box_channel1:before {
    background-size: 232px;
    top: 89px;
  }
  .n_box_channel2:before {
    background-size: 224px;
  }
  .n_box_channel3:before {
    background-size: 179px;
  }
  .kfm-header {
    min-height: auto;
  }
  .kfm-header img {
    position: relative;
    bottom: -7px;
  }
  .kfm-header figure {
    width: 75%;
    margin: 0 auto;
    margin-bottom: 0;
    margin-top: 20px;
  }
  .essentials_btn .pagebuilder-button-primary,
  .essentials_btn .pagebuilder-button-primary:hover,
  .essentials_btn .pagebuilder-button-primary:visited,
  .essentials_btn .pagebuilder-button-primary:active {
    font-size: 14px;
  }
  .skinwrap_sec .pagebuilder-column-group {
    display: block !important;
  }
  .n_listing_vid li {
    width: 63%;
    padding: 0;
    margin: 20px 0;
  }
  .pto_header_info h2 {
    font-size: 47px;
  }
  .n_crousel-info .owl-dots {
    width: 100%;
    left: 0;
    bottom: 0;
    text-align: center;
    position: relative;
    margin-top: 20px;
  }
  #shopping-cart-table .product-image-photo {
    position: relative;
    width: 116px;
    max-width: 116px;
    margin: 0;
  }
  tr.drilling-row {
    padding-left: 17%;
    padding-top: 10px;
  }
  .checkout-cart-index .cart.table-wrapper .col.qty .input-text {
    background: #fff !important;
    border: #000 1px solid;
    height: 34px;
    font-weight: 600;
    position: relative;
    top: 7px;
    vertical-align: top;
    width: 56px;
    margin-bottom: 20px;
  }
  .qty-field-wrapper {
    font-size: 0;
  }
  button.button.button--outline.btn-update {
    margin-left: 7px;
  }
  .edit-drilling > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 823px) {
  .post-grid-item {
    margin: 0;
    padding: 6px;
    float: none;
  }
  .lnk_wire a {
    font-size: 11px;
  }
  .n_dpo_box h2 {
    line-height: 40px;
  }
  .n_dpo_box h2 span {
    margin-top: 0;
  }
  .cms-pto-colour-match .n_inn_img img {
    min-height: 270px;
  }
  .n_teams li {
    width: 41%;
  }
  .sent_sec_two {
    padding: 0 8%;
  }
  .n_info_philosophy {
    padding: 0 80px 0 40px;
  }
  .view_vacancies_lnk h2 {
    font-size: 3em;
  }
  .n_heading_full h2 {
    font-size: 2.5rem;
    line-height: 60px;
  }
  .tkc-testimonials-content-outer {
    max-width: 768px;
  }
  .learn_tkc .pagebuilder-column-group {
    padding-right: 60px;
    box-sizing: border-box;
  }
  .key_sub_heading {
    width: 100%;
    float: left;
  }
  .benefit_key img {
    width: 33%;
  }
  .benefit_key figure {
    width: 100%;
    float: left;
  }
  .benefit_key figure {
    text-align: center;
  }
  h2.n_heading_slide {
    font-size: 21px;
  }
  .n_testimonial {
    padding: 20px 20px 30px;
  }
  ul.contact_list > li {
    width: 28%;
    margin: 0 10px;
  }
  .n_tech_img_contain {
    padding: 0;
  }
  .n_team_heading h2 {
    font-size: 2.6em;
  }
  .n_content_area {
    margin: 2rem 0;
  }
  .n_quality_info h2 {
    line-height: 63px;
  }
  .qs_wrap .pagebuilder-column-group {
    display: block !important;
  }
  .vacancies-index-index .n_header_inside {
    padding: 0 52px;
  }
  .match_box h2 {
    font-size: 1.7em;
  }
  .pto-img-one {
    width: 43%;
  }
  .pto-img-two {
    width: 57%;
  }
  .filter-options-title {
    width: 169px;
  }
  .post-grid-view .post-image {
    min-height: auto;
  }
  .mp-post-title a {
    text-decoration: none;
    font-size: 23px;
    padding: 11px 0;
    line-height: 23px;
  }
  .lnk_wire a {
    font-size: 12px;
  }
  .cs_col4::before {
    left: 3px;
  }
  .cs_col2::before {
    left: -2px;
  }
  .construction_wrap h2 {
    font-size: 34px;
  }
  .n_register_checkinfo label {
    padding-right: 30px;
  }
  .colour_swatch li {
    width: 19%;
    min-height: 107px;
  }
  .pto_rt h2 {
    font-size: 1.9em;
  }
  .pto_rt {
    padding-right: 0;
  }
  .n_listing_vid li {
    width: 58%;
  }
}
@media only screen and (max-width: 768px) {
  .header-wrap-top .minicart-wrapper {
    margin-top: 0;
  }
  .account .page-main,
  .cms-privacy-policy .page-main {
    margin-top: 22px;
  }
  tr.drilling-row {
    padding-left: 17%;
  }
  .construction_wrap h2 {
    font-size: 31px;
  }
  .post-grid-body {
    column-count: 1;
  }
  .gray_bor_btn .pagebuilder-button-primary,
  .gray_bor_btn .pagebuilder-button-primary:hover,
  .gray_bor_btn .pagebuilder-button-primary:focus,
  .gray_bor_btn .pagebuilder-button-primary:visited {
    max-width: 100%;
  }
  .ordering_img_lt img.pagebuilder-mobile-hidden {
    display: none !important;
  }
  .colors_map li {
    width: 18%;
    display: inline-block;
  }
  .filter-options-title {
    width: 173px;
  }
  .component_wrap h1 {
    font-size: 18px;
    line-height: 34px;
  }
  .mechant_header h1 {
    font-size: 1.5em;
    line-height: 43px;
  }
  .cms-pto-colour-match .n_inn_img img {
    min-height: 270px;
  }
  .pagebuilder-mobile-only {
    display: none;
  }
  .customer-account-forgotpassword .field.note {
    top: 20px;
    left: 0;
    padding: 0 25px;
  }
  .customer-account-forgotpassword ul.login-form {
    padding: 15px 25px;
  }
  ul.login-form {
    padding: 25px 70px;
  }
  .n_listing_tech li {
    width: 44%;
  }
  .n_main_heading h1 {
    font-size: 2.8em;
  }
  ul.contact_list > li {
    width: 31%;
    margin: 0;
  }
  .mechant_header h1 {
    font-size: 2.1em;
    line-height: 55px;
  }
  .n_dpo_box h2 {
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
    line-height: 43px;
  }
  .n_dpo_box h2 span {
    margin-top: 0;
  }
  .pagebuilder-column.cs_col2 {
    left: 3px;
  }
  .pagebuilder-column.cs_col3 {
    left: -2px;
  }
  .cms-pto-colour-match .match_box {
    left: 0;
  }
  ul.colour_swatch {
    padding-right: 0;
    padding-left: 0;
  }
  .cms-pto-colour-match .match_box {
    left: 0;
  }
  .order-summary.hoverable {
    border: none !important;
    border-bottom: none !important;
    border-bottom: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .mpblog-post-view .post-view {
    display: block;
  }
  .mpblog-post-view .post-list-content {
    right: 0;
    margin-top: 0;
  }
  .order-summary.hoverable {
    border: none !important;
    border-bottom: none !important;
    border-bottom: 0 !important;
  }
  .off-canvas-right {
    height: auto;
    display: none;
  }
  .category-our-ranges .c-page-intro__heading,
  .catalog-category-view .c-page-intro__heading {
    margin-top: 50px;
  }
  #bss-ptd-table {
    width: 100%;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    background-color: #fff !important;
  }
  .page-layout-1column .modal-slide._show .modal-inner-wrap {
    padding: 20px;
    width: 94%;
    min-height: 440px;
    margin-top: 100px;
    height: auto;
  }
  .jigsaw_hd_rd_wrap {
    order: inherit;
  }
  .pagebuilder-column.pto_img {
    position: relative;
    left: 0;
  }
  .filter-options {
    display: none;
    justify-content: center;
  }
  .categorypath-our-ranges .category-description {
    padding: 0 20px;
  }
  .business_wrap ul.tab-panel.form-selects {
    float: left;
    position: relative;
    top: -8px;
    left: 19px;
    width: 93.7%;
  }
  .registration-index-index .mb-s {
    width: 100%;
  }
  .pagebuilder-column.market_wrap {
    text-align: center;
    padding: 0;
  }
  .day-delivery-box h2 {
    margin: 20px 0;
  }
  .day-delivery-box p {
    color: #3f3f40;
    font-size: 15px;
    padding: 0 20px;
    margin: 0;
  }
  figure.round_count_img {
    margin: 0 auto;
  }
  .pagebuilder-column.component_img_banner {
    position: absolute;
    bottom: 0;
  }
  .component_banner_wrap {
    padding-bottom: 380px !important;
    position: relative;
  }
  .pagebuilder-column.component_img_banner {
    position: absolute;
    bottom: 0;
    width: 100% !important;
    text-align: center;
  }
  .match_color_wrap {
    padding: 0 0 !important;
  }
  .pto_img_swap {
    padding: 40px 62px;
  }
  .pagebuilder-column.match_box {
    width: 100% !important;
    box-sizing: border-box;
    margin: 0;
    padding: 50px 60px 0!important;
  }
  .pto_img_swap img.pagebuilder-mobile-only {
    width: 100%;
  }
  .pto_full_img_wrap {
    position: relative;
    right: 0;
    width: 100%!important;
    bottom: 0;
  }
  figure.pto_full_img img {
    width: 100%;
  }
  figure.pto_full_img {
    padding: 62px;
  }
  .pto_img_swap {
    position: relative;
    width: 100% !important;
    top: 0;
    left: 0;
    z-index: 9;
    padding: 0 62px;
  }
  .pto_img img.pagebuilder-mobile-only {
    width: 100%;
  }
  .pagebuilder-column.pto_rt {
    padding: 20px 57px;
  }
  .essentials_btn .pagebuilder-button-primary,
  .essentials_btn .pagebuilder-button-primary:hover,
  .essentials_btn .pagebuilder-button-primary:visited,
  .essentials_btn .pagebuilder-button-primary:active {
    font-size: 16px;
  }
  .essential_wrap .pagebuilder-column-group {
    max-width: 380px;
    margin: 0 auto;
  }
  .category-layout-wd .c-product-grid__item {
    padding: 0 30px;
  }
  .skin_header_wrap h2 {
    font-size: 57px;
    letter-spacing: 9px;
  }
  .lnk_wire a {
    font-size: 16px;
  }
  .cs_col1:before,
  .cs_col2:before,
  .cs_col3:before,
  .cs_col4:before {
    top: -89px;
    height: 236px;
    background-size: 250px;
    left: 0;
  }
  .customer_resource_wrap a.pagebuilder-button-primary {
    margin: 0;
  }
  .cs_col1 .pagebuilder-button-primary,
  .cs_col2 .pagebuilder-button-primary,
  .cs_col3 .pagebuilder-button-primary,
  .cs_col4 .pagebuilder-button-primary {
    font-size: 20px;
    letter-spacing: 3px;
    margin: 0;
  }
  .customer_resource_wrap {
    padding: 90px 40px 0;
  }
  .pagebuilder-column.cs_col1,
  .pagebuilder-column.cs_col2,
  .pagebuilder-column.cs_col3,
  .pagebuilder-column.cs_col4 {
    padding: 150px 0 120px;
  }
  .home_blocks_info {
    padding: 50px 0;
  }
  .home_icon1,
  .home_icon2,
  .home_icon3,
  .home_icon4 {
    position: relative;
    padding-top: 80px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .home_icon1:before,
  .home_icon2:before,
  .home_icon3:before,
  .home_icon4:before {
    width: calc(100% - 40px);
  }
  .compo_heading h2,
  .jigsa_dark_block,
  .compo_heading h2 {
    font-size: 28px;
  }
  .jigsaw_row_one {
    margin-left: 0;
  }
  figure.sagepay-font {
    margin-top: 50px;
  }
  .jigsaw_row_one {
    padding: 0 30px !important;
  }
  .n_box_channel_wrap {
    margin: 0 30px;
  }
  .supporting_box .pagebuilder-column {
    margin: 0 !important;
  }
  .supporting_box img {
    height: auto !important;
  }
  .video_modal_popup .modal-header {
    right: -14px !important;
    top: -16px !important;
  }
  aside.modal-popup.video_modal_popup.modal-slide._inner-scroll._show {
    max-width: 550px;
    margin: 30px auto;
    left: 0;
  }
  .amshopby-filter-current .amshopby-item.item {
    padding: 0;
    padding-right: 17px;
    position: relative;
  }
  .post-image img.img-responsive {
    width: 100%;
  }
  .mpblog-post-index .page-title-wrapper p {
    padding: 0 20px;
  }
  .filter-current .items {
    padding: 0;
  }
  .filter.active .filter-subtitle {
    line-height: 0;
  }
  .post-item {
    margin-bottom: 20px;
  }
  .post-grid-body {
    padding: 20px;
  }
  select#blog-monthly-archive {
    right: 30px;
  }
  .outstanding_spec .pagebuilder-column {
    width: 100% !important;
  }
  ul.colors_map {
    width: 100%;
    display: block;
    float: left;
    text-align: center;
  }
  .colors_map li {
    font-size: 18px;
    width: 18%;
    position: relative;
    height: 50px;
    text-align: center;
    padding-top: 110px;
    display: inline-block;
  }
  .almirah_box img {
    width: 290px;
    margin: 60px auto 0;
  }
  .outstanding_spec p {
    color: #ffff;
    font-size: 20px;
    padding: 0 29px;
    margin-top: 15px;
    line-height: 27px;
    max-width: 320px;
    margin: 0 auto;
  }
  .spec_four::before {
    top: 15px;
  }
  .pagebuilder-column.spec_three {
    margin-bottom: 20px;
  }
  .learn_tkc {
    padding: 30px!important;
  }
  .banners-points {
    margin-top: 0;
  }
  .value_two p {
    margin-bottom: 20px;
  }
  .pagebuilder-column.value_one {
    margin-top: 110px;
  }
  .learn_tkc p {
    font-size: 16px;
    color: #000;
    margin-bottom: 30px;
    margin-top: 0;
    padding: 0 20px;
  }
  .value_one,
  .value_two,
  .value_three,
  .value_four {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0;
    margin-top: 80px;
  }
  .value_three {
    margin-top: 120px;
  }
  .value_one:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 140px;
    left: 0;
    top: -129px;
    background-image: url(../images/icons/value_two.svg);
    background-size: 133px;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .value_two:before {
    top: -120px;
    background-position: center center;
    width: 100%;
    left: 0;
  }
  .value_one,
  .value_two,
  .value_three,
  .value_four,
  .value_five {
    text-align: center;
  }
  .botom_benefit_sec {
    display: none !important;
  }
  .benefit_twelve {
    margin-bottom: 30px;
  }
  .workplace_info {
    padding-top: 70px !important;
  }
  .value_three:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 140px;
    left: 0;
    top: -140px;
    background-image: url(../images/icons/value_one.svg);
    background-size: 150px;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .value_four:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 140px;
    left: 0;
    top: -120px;
    background-image: url(../images/icons/value_four.svg);
    background-size: 75px;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .n_box_channel2 {
    border-left: none;
    border-right: none;
    border-top: #999 1px solid;
    border-bottom: #999 1px solid;
  }
  .banners-points img {
    float: left;
    width: 100%;
  }
  .measure_contain {
    display: block;
    padding: 0 40px;
  }
  .measure_img {
    width: 100%;
    text-align: center;
  }
  .filter .block-subtitle {
    margin-top: 13px;
  }
  .filter .filter-current {
    border: none;
    margin: 0;
    padding: 5px;
    position: relative;
    top: 30px;
  }
  li.item.amshopby-item {
    background: #f0f0f0;
    padding: 10px 30px 10px 14px !important;
    display: block;
  }
  .amshopby-filter-current .amshopby-remove {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute !important;
    right: 7px !important;
    width: 16px;
    height: 29px;
    left: auto;
    top: 9px;
  }
  section#ranges {
    padding-top: 0;
  }
  .filter-actions {
    margin: -29px -10px 25px;
  }
  .filter-current .action.remove {
    right: auto;
    position: absolute;
    top: 1px;
    width: 50px;
    left: auto;
  }
  .filter.active .filter-title strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e616';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    position: absolute;
    right: 10px;
  }
  .filter-options-title:before {
    bottom: 0px !important;
  }
  .active .filter-options-item.active .filter-options-title:before {
    bottom: -1px !important;
  }
  .filter.active .filter-options-content {
    background: #ffffff;
    border: 1px solid #ba0c2f;
    padding: 0 0;
    position: relative;
    top: 0;
    visibility: inherit;
    width: 100.3%;
    z-index: 0;
    left: -1px;
    box-shadow: none !important;
  }
  .active .filter-options-content:before {
    width: 101.5%;
  }
  .pagebuilder-column.jigsaw_hd_rd_wrap {
    padding: 40px;
  }
  .jigsaw_hd_rd_wrap .brochure_btn {
    position: relative;
    left: -42px;
    top: 56px;
    margin: 80px auto 10px;
  }
  .compo_rt {
    padding: 40px 0;
  }
  .component_wrap p {
    padding: 0 0;
  }
  .component_wrap h1 {
    letter-spacing: 4px;
    font-size: 22px;
    line-height: 34px;
  }
  .day-delivery-box h2 {
    font-size: 27px;
    margin-top: 40px;
  }
  .supporting_box figure {
    width: 100% !important;
  }
  .supporting_box img {
    width: 100%;
  }
  .order-design-btn .pagebuilder-button-link,
  .order-design-btn .pagebuilder-button-link:hover {
    margin-bottom: 70px;
    text-decoration: none !important;
    width: 100% !important;
    padding: 12px 20px;
  }
  .order-design-btn {
    margin: 0 !important;
    padding: 0 30px !important;
  }
  .vacancies-index-index .n_header_inside h2 {
    font-size: 3em;
  }
  .philosophy-icon1,
  .philosophy-icon2,
  .philosophy-icon3 {
    height: 290px;
  }
  .n_dec {
    padding: 150px 0 100px 0;
  }
  .pagebuilder-mobile-only {
    display: block;
  }
  .n_heading_full h2 {
    font-size: 2rem;
    line-height: 42px;
  }
  .toggle_menu_lnk {
    display: block;
  }
  header.n-site-header {
    display: block;
  }
  .n-menu ul.n-primary-menu {
    display: block;
  }
  .n-menu ul.n-primary-menu > li > a:after {
    display: none;
  }
  .n-menu > .n-primary-menu > li > a {
    padding: 14px 0;
  }
  .n-menu {
    float: left;
    width: 100%;
    background: #fff;
    position: fixed;
    right: 0;
    z-index: 999;
    top: 73px;
    height: 100%;
  }
  .n-menu:before {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    z-index: -1;
  }
  ul.n-primary-menu {
    background: #fff;
    height: 100%;
    width: 80%;
    float: right;
  }
  ul.n-sub-menu {
    top: 0;
  }
  .n-menu ul.n-primary-menu > li {
    padding: 0 0.5rem;
    border-bottom: #ddd 1px solid;
    float: left;
    width: 100%;
    position: relative;
  }
  .n-primary-menu li:hover .n-sub-menu {
    display: block;
    padding: 0;
  }
  .n-sub-menu > li {
    width: 100%;
  }
  .n_team_heading h2 {
    font-size: 2em;
  }
  ul.login-form li label,
  .login-form span,
  .enquiry_form label,
  .enquiry_form span,
  ul.n_register-form li label,
  .n_register-form span {
    width: 100%;
  }
  .forgot_pass span {
    width: auto !important;
  }
  .login-lnks li a {
    padding: 20px 20px;
  }
  .benefit_ten,
  .benefit_eleven,
  .benefit_twelve {
    margin-top: 0;
  }
  .benefit_key p {
    font-size: 15px;
    padding: 0 0 0 10px;
  }
  .benefit_key {
    padding: 0 6%;
  }
  .benefit_four:before {
    top: 4px;
  }
  .benefit_key p {
    font-size: 15px;
    padding: 0 0 0 10px;
    line-height: 36px;
  }
  .benefit_key .pagebuilder-column {
    display: block !important;
    min-height: 90px;
  }
  .n_dpo_box h2 {
    font-size: 32px;
  }
  .pagebuilder-column.n_dpo_content {
    padding: 30px 0 !important;
  }
  .od {
    padding: 50px 0 !important;
  }
  .certify_box {
    margin: 1rem 0 1rem;
  }
  .supporting_box h2 {
    letter-spacing: 1px;
    font-size: 16px;
  }
  .jigsaw_row_one figure.jigsaw_rt_img {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
    text-align: center;
  }
  .pagebuilder-column.compo_left_cont.jigsa_dark_block {
    padding-right: 40px !important;
    padding-left: 40px !important;
    position: relative;
    left: 0;
  }
  .pagebuilder-column.compo_left_cont.jigsa_wt_block {
    position: relative;
    top: 30px;
    left: 0;
    padding-right: 50px !important;
    padding-left: 40px !important;
  }
  figure.sagepay-font img {
    width: 70%;
    margin-top: 40px;
    margin: 0 auto;
  }
  .jigsaw_row_one + div {
    margin-bottom: 0 !important;
  }
  .jigsaw_header_wrap figure {
    left: 0%;
  }
  .minicart-wrapper {
    margin-top: 0;
  }
  .order_form input {
    width: 192px;
  }
  .minicart-wrapper {
    margin-top: 0;
  }
  .n_job_detail_btn {
    margin-top: 20px;
    top: 0;
    z-index: 999;
    width: 100%;
    float: left;
  }
  .n_job_detail_btn.desk_view_job {
    display: block;
  }
  .n_job_detail_btn.mob_view_job {
    display: block;
  }
  .dynamic_wirework {
    margin-bottom: 40px;
  }
  .dynamic_wirework,
  .eilte_wirework {
    padding-left: 25%;
    left: 0;
  }
  .catelog_color figure a {
    display: block;
    border-radius: 50% !important;
    background: #ba0c2f;
    float: left;
    position: relative;
    left: 50%;
    margin-left: -180px;
  }
  .lnk_wire {
    padding: 0 15px;
    width: 350px;
    margin: 0 auto;
  }
  .page-with-filter .category-description {
    padding-bottom: 0 !important;
  }
  #layered-filter-block {
    padding-bottom: 20px;
  }
  .benefit_one:before {
    top: 4px;
  }
  .benefit_two:before {
    top: 1px;
  }
  .benefit_four:before,
  .benefit_five:before {
    top: -3px;
  }
  .learn_tkc .pagebuilder-column-group {
    padding-right: 0;
    box-sizing: border-box;
  }
  .pagebuilder-column.value_two p {
    margin-bottom: 10px;
  }
  .filter .block-subtitle {
    border-bottom: none !important;
  }
  .amshopby-filter-current .amshopby-remove {
    top: 3px;
  }
  .filter-title strong {
    line-height: 16px;
    padding: 6px 0;
    top: -10px;
    width: 100%;
    z-index: 2;
    font-size: 16px;
  }
  .filter-actions {
    margin: 0;
  }
  .n_box_channel_wrap {
    padding: 0 !important;
  }
  .pagebuilder-column.n_box_channel.n_box_channel1 {
    padding-top: 150px;
  }
  .n_box_channel1:before {
    background-size: 232px;
    top: 30px;
  }
  .n_box_channel.n_box_channel3 {
    margin-bottom: 30px;
  }
  .n_box_channel2:before {
    top: 22px;
  }
  .n_box_channel3:before {
    top: 40px;
  }
  .Channel-to-market a.pagebuilder-button-primary {
    margin-top: 30px;
  }
  .pagebuilder-column.value_two {
    margin-top: 110px;
  }
  .merchants-area h2 {
    font-size: 1.3em;
    margin-top: 0;
  }
  .pagebuilder-column.left_panel_info {
    padding: 0 0 0 0 !important;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto !important;
    min-height: auto !important;
  }
  .pannel_new {
    min-height: auto;
    padding-bottom: 40px;
  }
  .category-layout-2column-header .category-view {
    padding: 0;
  }
  .cate_col_two {
    padding: 20px 40px;
  }
  .category-layout-2column-header .category-view {
    margin: 0 auto;
  }
  .category-layout-2column-header .category-view + .columns {
    padding-top: 35px;
    width: 100%;
  }
  .cate_col_two .category-description {
    float: left;
    width: 100%;
    padding: 0 !important;
  }
  .category-layout-2column-header #layered-filter-block {
    width: 100%;
    margin-top: 20px;
  }
  .compo_heading {
    text-align: left;
  }
  .trend_wrap p {
    text-align: center;
  }
  .compo_heading h2:before {
    bottom: -30px;
    left: 0;
    margin-left: 2px;
  }
  .page-with-filter .toolbar-amount {
    text-align: left;
    position: static;
    float: left;
  }
  .business_wrap label {
    width: 100%;
    padding: 0;
  }
  .business_wrap textarea,
  .business_wrap input {
    width: 100% !important;
  }
  .business_wrap #tab-1,
  .business_wrap #tab-2 {
    margin-top: 10px;
    padding: 0 20px;
  }
  div#tab-1 h2,
  div#tab-2 h2 {
    padding: 0;
  }
  .filter-title strong {
    line-height: 16px;
    padding: 6px 0;
    top: 0;
    width: 100%;
    z-index: 2;
    font-size: 14px;
    max-width: 180px;
    border: #ba0c2f 1px solid;
    border-radius: 0;
    left: 50%;
    margin-left: -105px;
    color: #ba0c2f;
    text-align: left;
    padding: 5px 7px;
    letter-spacing: 0;
    font-weight: 500;
    background: url(../images/icons/filter-icon-style.svg);
    margin-top: 10px;
    background-repeat: no-repeat;
    background-size: 21px;
    background-position: 95% 4px;
  }
  .filter-current .items {
    padding: 0;
    margin-top: 22px;
  }
  .page-layout-1column .filter-current .item {
    margin-right: 5px;
    white-space: nowrap;
    line-height: 13px;
  }
  .heading_ourwork h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .colour_swatch li {
    width: 12%;
    min-height: 120px;
    display: inline-block;
    vertical-align: top;
  }
  ul.colour_swatch {
    padding: 0 30px;
  }
  .cms-pto-colour-match .match_box {
    left: 0;
  }
  .pto_rt {
    order: 1;
  }
  .pagebuilder-column.pto_img {
    order: 2;
  }
  .pto_sec_two {
    padding: 20px 0;
  }
  .alttxt h2 {
    font-size: 1.8em;
    padding: 40px 0;
  }
  a.pagebuilder-button-link,
  button.pagebuilder-button-link,
  div.pagebuilder-button-link {
    margin: 0;
  }
  .block-collapsible-nav {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
  }
  .sidebar .block .title strong {
    font-size: 20px;
  }
  .account .page-main {
    padding: 60px 2% 0;
    box-sizing: border-box;
  }
  .checkout-cart-index .column.main {
    padding: 20px;
  }
  .cart.table-wrapper .product-item-photo {
    display: block;
    left: 0;
    max-width: 65px;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
  }
  .cart.table-wrapper .item .col.item {
    padding: 0;
    position: relative;
  }
  .product-item-details {
    position: absolute;
    top: 20px;
    left: 24%;
  }
  .form-box .item-img {
    width: 100%;
    padding: 0 20px;
  }
  .order-by-code-wrap .form-box .item-details {
    width: 60%;
    padding: 0 20px;
  }
  .customer-account-createpassword .form.password.reset {
    min-width: 100%;
  }
  .c-product-configurator__chevron {
    height: 10px;
    width: 18px;
  }
  .checkout-cart-index .item-info td.col.subtotal {
    padding-right: 0 !important;
  }
  .n_crousel-info .owl-dot.active button {
    font-size: 25px !important;
    top: 0;
  }
  .n_crousel-info .owl-dot button {
    padding: 10px 7px;
    font-size: 15px !important;
  }
  .n_crousel-info .owl-dots {
    margin-top: 0;
  }
  .drawers-layout .des_cate {
    padding: 10px 0;
  }
  table.table-checkout-shipping-method .row {
    padding: 0 15px;
  }
  .checkout-payment-method .payment-methods {
    padding: 20px 25px;
    width: 100%;
    float: left;
    box-sizing: border-box;
    margin: 0;
  }
  .billing-address-same-as-shipping-block.field.choice.col-mp.mp-12 {
    margin-top: 20px;
    display: flex;
  }
  .billing-address-same-as-shipping-block label {
    position: relative;
    top: -1px;
    padding-left: 10px;
  }
}
@media only screen and (max-width: 668px) {
  .spec-box {
    margin-left: 0;
  }
  .mob-config-headers th.sku {
    display: none;
  }
  td.mob-sku {
    display: none;
  }
  .skuinfo-mob {
    display: block;
    width: 100%;
    float: left;
    padding: 0;
  }
  .bss-table-row-attr .swatch-option.text {
    padding: 7px 0;
  }
  .c-product-accessory-table__cell-content,
  .jigsaw-tabular .c-product-accessory-table__cell-content {
    display: block;
  }
  .jigsaw-tabular .c-product-accessory-table__cell.c-product-accessory-table__cell--net-price {
    position: relative;
    left: 0;
  }
  .c-product-configurator__sections li:nth-child(3) .c-product-accessory-table__item > div:nth-child(3) {
    text-align: center;
  }
  .off-canvas-right .cart-popup .actions {
    bottom: 0;
    position: fixed;
    width: 100%;
  }
  #productConfigurator + #off-canvas-right {
    display: none;
  }
  .page-layout-1column .toolbar-products {
    padding: 0 19px;
    width: 100%;
    float: left;
    margin-top: 30px;
  }
  .header-wrap-top.sticky-header {
    position: fixed;
    z-index: 99;
    background: #fff;
    box-shadow: #ccc 0px 0px 10px 0px;
    width: 100%;
  }
  .checkout-onepage-success .page-title-wrapper {
    margin: 0;
    padding: 0;
    margin-top: 0;
  }
  .checkout-onepage-success .column.main {
    text-align: center;
    padding: 40px;
    min-height: 410px;
    margin-bottom: 50px;
  }
  .checkout-onepage-success h1.page-title {
    font-size: 25px;
  }
  .checkout-onepage-success .page-title-wrapper {
    margin-bottom: 20px !important;
  }
  .butns-checkout-success li:nth-child(1) a {
    margin-bottom: 10px;
  }
  .checkout-index-index .order-summary.hoverable {
    border-bottom: none !important;
    border-bottom: 0 !important;
  }
  button.mobile_configurable_columns_toggle {
    display: block;
    background-image: url(../images/icons/arrow-down-up.svg);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center center;
    width: 10px;
    height: 10px;
    border: none;
  }
  button.mobile_configurable_columns_toggle:hover {
    background: none;
  }
  button.mobile_configurable_columns_toggle.open {
    display: block;
    background-image: url(../images/icons/arrow-down-on.svg);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center center;
    width: 10px;
    height: 10px;
    border: none;
  }
  .category-cabinets .product-item-inner {
    width: 100%;
    float: left;
    margin-top: 0;
  }
  tr.mobile_configurable_columns_heading {
    display: flex;
  }
  .open {
    display: flex;
  }
  .category-image {
    height: 250px;
  }
  .category-image .image {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }
  .page-with-filter .category-description {
    padding: 0 20px !important;
    box-sizing: border-box;
  }
  .mpblog-post-view .post-list-content {
    padding: 30px 0;
  }
  .mpblog-post-view .post-view {
    padding: 0 20px;
  }
  .mpblog-post-view h1 {
    font-size: 26px;
  }
  .qty_opt li {
    width: 100%;
  }
  ul.qty_opt {
    display: block;
  }
  .order-by-code-wrap .form-box .item-details {
    width: 63%;
  }
  .order-by-code-wrap .form-box .item-actions {
    width: 100%;
    position: relative;
    padding: 0 20px;
  }
  .order-by-code-txtbox h2 {
    margin-top: 40px;
    line-height: 43px;
    font-size: 33px;
  }
  .order-by-code-wrap .quick-form .form-box #quick-search {
    width: 48%;
  }
  #search-sku {
    padding: 8px 18px;
  }
  .additional-attributes-wrapper .additional-attributes {
    margin: 0 auto;
  }
  .pto_header {
    padding: 70px 0 !important;
  }
  .category-layout-2column-header button.add-order.button,
  .category-layout-2column-header button.add-order.button:hover {
    width: 100%;
  }
  .pto_header i {
    padding: 0;
  }
  .pto_header_info h2 {
    line-height: 65px;
  }
  .alttxt h2 {
    font-size: 1.5em;
  }
  .n_listing_vid li {
    width: 68%;
  }
  .category-layout-2column-header #layered-filter-block {
    width: 100% !important;
    float: left;
    margin: 0;
  }
  .business_wrap #tab-1,
  .business_wrap #tab-2 {
    margin-top: 10px;
    padding: 0 0;
  }
  .business_wrap h2 {
    padding: 0 0;
  }
  .product-item-actions .actions-primary {
    display: flex;
  }
  button.add-favourites,
  button.add-order.button {
    margin-top: 0;
    padding: 5px 6px;
    font-size: 11px !important;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
  .component_wrap h1 {
    font-size: 27px;
    line-height: 40px;
    letter-spacing: 4px;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .business_wrap ul.tab-panel.form-selects {
    float: left;
    position: relative;
    top: -8px;
    left: 0;
    width: 100%;
  }
  .component_banner_wrap {
    padding-bottom: 300px !important;
  }
  .const_wrap {
    padding: 0 30px;
  }
  .pto_img_swap {
    padding: 0 30px;
  }
  .match_box p {
    font-size: 16px;
    padding-left: 0;
    line-height: 26px;
    margin: 10px 0 20px;
    position: relative;
    left: 0;
    background-image: url(../images/icons/pto_pallet.svg);
    background-repeat: no-repeat;
    background-size: 380px;
    background-position: center top;
    padding-top: 400px;
  }
  .categorypath-essentials .c-page-intro__heading {
    font-size: 37px;
    margin-top: 50px;
    letter-spacing: 6px;
  }
  .kfm-header figure {
    width: 95%;
    margin: 0 auto;
    margin-bottom: 0;
    margin-top: 0;
  }
  .kfm-header {
    padding: 20px;
    padding-bottom: 0;
  }
  .kfm-header h1 {
    font-size: 1.8em;
    letter-spacing: 3px;
  }
  .kfm-multi-banner,
  .kfm_whychoose {
    padding: 0 20px;
  }
  .kfm_form_info {
    padding: 60px 20px 40px;
  }
  .why_kfm_list h2 {
    font-size: 26px;
  }
  .gray_bor_btn .pagebuilder-button-primary,
  .gray_bor_btn .pagebuilder-button-primary:hover,
  .gray_bor_btn .pagebuilder-button-primary:focus,
  .gray_bor_btn .pagebuilder-button-primary:visited {
    font-size: 16px;
  }
  .topslide_logos_space:before,
  .blum_logos_space:before {
    height: 60px;
  }
  .merchants-area h2 {
    font-size: 1.3em;
    margin-top: 0;
  }
  .cust_resource_wrap:after {
    bottom: 70px;
  }
  .customer_resource_wrap {
    padding: 90px 40px 0;
  }
  .cust_resource_wrap {
    padding: 100px 40px;
    position: relative;
  }
  .spec_one:before,
  .spec_two:before,
  .spec_three:before,
  .spec_four:before {
    margin-left: -122px;
  }
  .od_list_content h2 {
    font-size: 17px !important;
  }
  .video_modal_popup iframe {
    width: 100%;
    height: 300px;
  }
  .Channel-to-market h2 {
    font-size: 36px;
    letter-spacing: 6px;
    line-height: 47px;
  }
  .Channel-to-market p {
    padding: 0 40px;
    margin-bottom: 20px;
  }
  .Channel-to-market a.pagebuilder-button-primary {
    font-size: 13px;
    letter-spacing: 2px;
    padding: 0 25px;
    line-height: 37px;
    margin-top: 12px;
  }
  .wirework_feature h2 {
    font-size: 28px;
  }
  .category-wirework .category-description {
    padding: 0 40px;
    margin-bottom: 0 !important;
  }
  .wirework_feature {
    margin-bottom: 70px !important;
  }
  .group-meta-inner h1.page-title {
    font-size: 40px;
  }
  .n-jig_box {
    padding: 10px 15px;
  }
  .n-jig_box li:last-child {
    display: none;
  }
  .order_form input {
    width: 192px;
  }
  .catalog-product-view .product-info-main {
    float: left;
    width: 100%;
    padding: 0 40px;
  }
  .categorypath-our-ranges .c-product-grid__item-media {
    height: 260px;
  }
  .filter.active .filter-options-content {
    width: 100.4%;
  }
  .certify_box h2 span {
    font-size: 1.3em;
    padding: 0 10px;
  }
  .od h2 {
    font-size: 32px;
    line-height: 41px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.4rem;
    padding: 0 40px 0;
  }
  .od_wrap {
    padding: 40px 30px 0 !important;
  }
  ul.od_list li {
    width: 100%;
    float: left;
    margin-bottom: 0;
  }
  .n_part_images li {
    width: 100%;
  }
  .n_part_images li img {
    max-width: 300px !important;
  }
  .n_part_images li:nth-child(4) {
    margin: 0 0;
  }
  .category-our-ranges .c-page-intro__heading {
    font-size: 27px;
  }
  .categorypath-our-ranges .category-description {
    padding: 0 18px;
  }
  .category-view + .columns {
    margin-top: 30px;
  }
  .cms-pto-colour-match .n_inn_img img {
    min-height: 230px;
  }
  .vacancies-index-view .n_content_area,
  .vacancies-index-apply .n_content_area {
    padding: 0 25px;
  }
  .n_contact_icons i {
    width: 193px;
    height: 193px;
  }
  .multi-channel-suplier,
  .s_n_pannel .pannel_new {
    margin-left: 0;
    left: 0;
  }
  .n_pannel_lt {
    margin-bottom: 8px;
  }
  .n_pannel_wrap {
    padding: 8px;
  }
  .vacancies-index-index .n_header_inside h2 {
    font-size: 2.5em;
    margin-bottom: 30px;
  }
  .vacancies-index-index .n_header_inside p {
    font-size: 0.75rem;
    line-height: 24px;
  }
  .n_info_philosophy {
    padding: 0 40px 0 40px;
  }
  .n_teams li {
    width: 41%;
  }
  .account .column.main {
    padding: 0;
    margin: 0;
  }
  .n-jig_box li > label {
    display: none;
  }
  .n-jig_box li {
    width: auto;
  }
  .n-jig_box li:first-child {
    width: 45px;
  }
  .n-jig_box li:nth-child(2) {
    width: 51%;
  }
  .n-jig_box li:nth-child(3) {
    width: 32%;
    position: relative;
    left: 11px;
  }
  a.n-btn-tkc {
    display: none;
  }
  .workplace_info {
    padding: 30px !important;
  }
  .workplace_info h2 {
    line-height: 2.1rem;
  }
  .workplace_info p {
    margin-bottom: 0;
  }
  .benefit_key figure {
    text-align: center;
  }
  .benefit_key img {
    width: 16%;
  }
  .learn_tkc {
    padding: 0 50px;
  }
  .learn-icon1 figure img,
  .learn-icon2 figure img,
  .learn-icon3 figure img,
  .learn-icon4 figure img {
    width: 26%;
  }
  .banners-points img {
    float: left;
    padding: 0;
    width: 100%;
  }
  .view_vacancies_lnk h2 {
    font-size: 2.5em;
  }
  .how_find_box {
    display: block;
    padding: 2em 0;
  }
  .how_to_find_lt {
    width: 100%;
    padding-right: 4em;
    padding-left: 40px;
    margin-bottom: 2em;
  }
  .how_to_find_rt {
    width: 100%;
  }
  ul.login-form {
    padding: 10px 25px;
  }
  .customer-account-forgotpassword .field.note {
    padding: 0 25px;
  }
  .register_part1,
  .register_part4,
  .register_content {
    padding: 0;
  }
  .business_wrap h2 {
    padding: 0 10px;
    width: 100%;
  }
  button.enquiry_sent_btn {
    width: 100%;
    margin-left: 0;
  }
  .item_partner {
    padding: 0 0;
  }
  .pannel_new p {
    padding-right: 0;
  }
  .n_pannel_lt,
  .n_pannel_rt {
    width: 100%;
  }
  .f_n_pannel,
  .s_n_pannel {
    display: block;
  }
  .loginpage-wrap {
    padding: 0 30px;
  }
  .row {
    margin-right: 0;
    margin-left: 0;
    display: block;
    padding: 10px;
  }
  .col-md-6 {
    width: 100%;
  }
  .n_tesi_info {
    font-size: 14px;
    width: 92%;
    padding-left: 50px;
    line-height: 27px;
    position: relative;
  }
  .n_list_of_info li {
    width: 100%;
  }
  .toggle_menu_lnk i {
    width: 23px;
    height: 2px;
    background: #000;
    display: block;
    position: relative;
    left: -36px;
    top: 14px;
  }
  .toggle_menu_lnk i:before {
    position: absolute;
    content: "";
    width: 23px;
    height: 2px;
    top: -7px;
    left: 0;
    background: #000;
  }
  .toggle_menu_lnk i:after {
    position: absolute;
    content: "";
    width: 23px;
    height: 2px;
    bottom: -7px;
    left: 0;
    background: #000;
  }
  .n-account {
    float: left;
    margin-top: 3px;
    margin-bottom: 10px;
  }
  .stock-level,
  .multi-channel-suplier {
    min-height: 270px;
  }
  .n-jig_box {
    text-align: left;
  }
  .order_form input {
    background: #e4e5e7;
    padding: 8px;
    margin: 0;
    width: 100%;
    position: relative;
    border: #e4e5e7 2px solid;
  }
  .n-jig_box li {
    width: 49%;
    margin-bottom: 6px;
  }
  .minicart-wrapper {
    float: left;
    margin: 0;
  }
  h2.n_heading_slide {
    font-size: 21px;
  }
  .n_dec h2 {
    font-size: 20px;
    line-height: 25px;
  }
  .n_dec span {
    font-size: 16px !important;
  }
  .n_dec p {
    padding: 0 40px;
  }
  ul.contact_list > li:last-child {
    margin-top: 0;
  }
  ul.contact_list > li {
    width: 30%;
    margin: 0;
    vertical-align: top;
  }
  ul.contact_list > li {
    width: 100%;
    margin: 0;
    padding: 20px 0;
  }
  ul.contact_list {
    white-space: inherit;
  }
  .contact_bg {
    padding: 4rem 0 2rem;
  }
  .contact_bg .n_heading_full > h2 {
    font-size: 3rem;
    letter-spacing: 3px;
  }
  .contact_bg .n_contact_info > h2 {
    font-size: 26px;
    letter-spacing: 3px;
  }
  .n_contact_info,
  .n_contact_info p {
    line-height: 30px;
    font-size: 18px;
  }
  .n_job_close_date {
    font-size: 14px;
  }
  .learn_tkc .pagebuilder-column-group {
    padding-right: 0;
  }
  .mechant_header .pagebuilder-button-primary,
  .mechant_header .pagebuilder-button-primary:focus,
  .mechant_header .pagebuilder-button-primary:hover,
  .mechant_header .pagebuilder-button-primary:visited {
    font-size: 16px;
    line-height: 25px;
  }
  .merchants-area {
    padding: 30px 8% !important;
    position: relative;
  }
  .jigsaw_header_wrap figure {
    left: 5%;
    top: 26px;
  }
  .jigsa_banner_img {
    width: 100%;
  }
  h1.jigsaw_heading {
    color: #fff;
    letter-spacing: 7px;
    font-size: 1.5em;
    font-weight: 600;
    text-indent: 5px;
  }
  .category-wirework .category-description {
    width: 100%;
    float: left;
  }
  ul.colors_map {
    margin-bottom: 0;
  }
  .our_cabinets_gray p {
    font-size: 35px;
    line-height: 55px;
  }
  .outstanding_spec h2 {
    color: #fff;
    font-size: 35px;
    line-height: 52px;
  }
  .our-cabinet-heading h2 {
    font-size: 44px;
    padding: 60px 0;
    letter-spacing: 9px;
    line-height: 34px;
    color: #404040;
  }
  .construction_wrap h2 {
    font-size: 30px;
    line-height: 35px;
  }
  .merchants-area .pagebuilder-column-group {
    margin: 50px 0;
  }
  .cust_resource_wrap h2 {
    color: #3c3c3b;
    font-weight: 600;
    font-size: 55px;
    letter-spacing: 13px;
    margin-bottom: 0;
    line-height: 61px;
    height: 140px;
  }
  .our-cabinet-heading {
    margin-bottom: 0;
  }
  .outstanding_spec {
    margin-top: 55px;
    padding: 50px 0 20px 0;
  }
  .box_drawers_colmn h2,
  .compo_drawer_colom h2,
  .drawer_storage_colm h2 {
    font-size: 32px;
    margin-bottom: 15px;
  }
  .header_info_txt {
    padding: 3px 7%;
  }
  .blum_logos_space,
  .topslide_logos_space {
    height: 60px;
  }
  .lnk_wire a {
    font-size: 18px;
  }
  .category-layout-wd #amasty-shopby-product-list {
    z-index: 1;
    margin-top: 50px;
  }
  .category-layout-wd .category-description {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    float: left;
  }
  .category-layout-wd .category-view + .columns {
    background: #fff;
    margin-top: 0;
    padding-top: 0;
  }
  .category-layout-wd .category-description {
    padding-bottom: 0 !important;
    margin-bottom: 0;
  }
  .category-layout-wd .category-description:after {
    z-index: 999;
  }
  .lighting_box_images {
    width: 100%;
    float: left;
    margin-top: -70px;
  }
  .mpblog-post-index .pages {
    float: left;
    width: 100%;
  }
  .pages .pages-items {
    display: inline-block;
    padding: 0 40px 0;
    position: relative;
    white-space: normal;
    z-index: 1;
    width: 100%;
    text-align: center;
  }
  .mpblog-post-index .limiter {
    margin-top: 18px;
    width: 100%;
    text-align: center;
  }
  .page-products .sorter {
    position: absolute;
    right: 27%;
    top: 0;
    z-index: 1;
    width: 286px;
  }
  .c-product-grid__item-colours-list {
    margin-bottom: 12px;
  }
  .category-layout-2column-header #layered-filter-block {
    width: 100% !important;
  }
  .pages-item-previous {
    position: relative;
  }
  .blum_logos_space {
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .topslide_logos_space {
    margin-top: 0;
    margin-bottom: 20px;
  }
  button.add-favourites,
  button.add-order.button {
    padding: 6px 6px;
    font-size: 11px !important;
    letter-spacing: 0;
    margin-bottom: 0;
    width: 100%;
    line-height: 0;
    height: 32px;
    margin-top: 7px;
  }
  .lnk_wire {
    padding: 0 15px;
    width: 100%;
    margin: 0 auto;
  }
  .colour_swatch li {
    width: 14%;
  }
  .page-layout-1column .filter-content {
    margin-top: 10px;
    text-align: center;
    font-size: 12px;
    margin-bottom: 20px;
    float: left;
    width: 100%;
  }
  .drawers-layout .des_cate {
    font-size: 11px;
    width: 100%;
    margin-top: 15px;
    padding: 10px 0;
    position: relative;
    left: 0;
    bottom: 0;
    min-height: auto;
  }
  figure.pto_full_img {
    padding: 32px;
  }
  .category-layout-2column-header #narrow-by-list {
    position: fixed;
  }
  .column.main .block:last-child {
    margin-bottom: 30px;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    width: 50%;
  }
  .product-item-details {
    padding-left: 0;
    text-align: center;
  }
  .checkout-cart-index .product-item-name > a,
  .checkout-cart-index .product.name a > a,
  .quotes-index-view .product-item-name > a {
    text-align: center;
  }
  .cart.table-wrapper .product-item-photo {
    position: relative;
    text-align: center;
    width: 100%;
    display: block;
    max-width: 100%;
  }
  .cart.table-wrapper .actions-toolbar {
    padding-bottom: 15px;
    text-align: center;
    padding: 0;
    border: #ba0c2f 1px solid;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    width: 100%;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    width: 100%;
    text-align: center;
  }
  .cart.table-wrapper .col.qty {
    padding: 0;
    text-align: center;
  }
  #shopping-cart-table .product-image-photo {
    position: static;
    width: 206px;
    max-width: 206px;
    margin: 0;
    max-height: 90px;
    float: none;
    display: inline-block;
    left: auto;
  }
  .cart.table-wrapper .cart > .item {
    border-bottom: 1px solid #cccccc;
    position: relative;
    padding: 20px 0;
    display: block;
  }
  .product-item-details {
    position: relative;
    top: 0;
    left: 0;
  }
  .category-view + .columns {
    padding: 0;
  }
  .off-canvas-cart ul.items {
    height: calc(100vh - 200px);
    overflow-y: scroll;
  }
  .range-slider .mainimg li {
    height: 250px;
  }
  .details .sku {
    width: 100%;
    display: block;
    float: left;
  }
  .order .item-actions .bottom {
    margin-top: 20px;
  }
  .order-by-code-wrap .form-box .item-details h3 {
    min-height: auto;
  }
  .catalog-category-view .c-page-intro__heading {
    font-size: 29px !important;
  }
  #configurator .increment {
    left: 0;
  }
  #configurator .items {
    width: 100%;
  }
  h2.configurator-cart__title {
    padding: 10px 28px !important;
  }
  .fa-check-square:after {
    left: 15px;
  }
  .cart-totals .grand strong,
  .opc-block-summary .table-totals .grand strong {
    white-space: nowrap;
  }
  .one-step-checkout-wrapper .mp-5 .opc-block-summary {
    padding: 0 10px;
    border: none !important;
  }
  .order-summary .opc-block-summary .product-item .subtotal {
    margin-top: 0;
  }
  .quantity ul.qty_btns {
    margin-bottom: 10px;
  }
  #checkout-review-table .a-center.last.button-remove {
    float: right;
    margin-top: 0;
  }
  .range-configurator-order-now {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .range-configurator-order-now a {
    border: #ba0c2f 1px solid;
    color: #ba0c2f;
    padding: 3px 40px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
  }
  .measure_box:before {
    left: 18px;
  }
  .measure_wrap {
    width: 100%;
    float: left;
  }
  .measure_box {
    padding-right: 25px;
  }
  .measure_box h2 {
    line-height: 20px;
  }
  .measure_lnk {
    font-size: 12px;
  }
  #configurator {
    padding: 20px 0 0 0;
  }
  .additional-attributes-wrapper .additional-attributes {
    right: 0;
    left: 0;
    padding: 20px;
    border-bottom: #929292 2px solid !important;
    border-top: #929292 2px solid !important;
  }
  .measure_content .table-wrapper {
    border-top: none;
  }
  .catalog-product-view .group-meta-inner.mt-s {
    margin-top: 0;
  }
  .c-product-accessory-table__cell-title.desk-title {
    display: none !important;
  }
  .c-product-accessory-table__cell-title.mob-title {
    display: inline-block !important;
    text-align: center;
    font-weight: 600;
  }
  .c-product-accessory-table__cell-content {
    padding-right: 0;
  }
  .c-product-accessory-table__cell-content span {
    text-align: center;
  }
  .c-product-accessory-table__item:first-child .c-product-accessory-table__cell-title {
    font-weight: 600;
    margin-bottom: 0;
  }
  .c-product-accessory-table__cell--sku {
    width: 30%;
    float: left;
    font-weight: 500;
  }
  .c-product-accessory-table__cell:not(:first-child) {
    width: 17%;
    text-align: center;
    padding: 0 !important;
  }
  .c-product-accessory-table > div:first-child {
    border-bottom: #ccc 2px solid;
    margin-bottom: 10px;
  }
  .c-product-accessory-table > div:first-child > div:last-child {
    display: none;
  }
  .c-product-accessory-table__cell.c-product-accessory-table__cell--controls {
    width: 100%;
    display: block;
    border-bottom: none !important;
    padding-bottom: 0 !important;
    float: left;
  }
  .c-quantity-control .c-quantity-control__button {
    padding: 9px 20px !important;
    vertical-align: top;
  }
  .c-product-accessory-table__item:first-child {
    padding: 15px 0;
  }
  .c-quantity-control {
    display: block;
    width: 100%;
    float: left;
    text-align: right;
  }
  .c-quantity-control__controls {
    display: inline-flex;
  }
  .net-price-elem {
    color: #ba0c2f;
    font-weight: 400;
  }
  .c-product-accessory-table__cell--net-price span.price {
    color: #ba0c2f;
  }
  .additional-attributes-wrapper th {
    display: table-cell !important;
    width: 45% !important;
    background: transparent !important;
    padding: 0 !important;
  }
  .additional-attributes-wrapper td.col.data {
    display: table-cell !important;
  }
  .additional-attributes {
    font-size: 16px !important;
  }
  .measure_wrap {
    padding: 60px 0 40px;
  }
  .bss-ptd-table {
    padding-bottom: 0;
  }
  .desk-title {
    display: none;
  }
  .c-product-configurator__sections li:nth-child(3) .c-product-accessory-table__cell--sku {
    width: 65%;
  }
  .c-product-accessory-table__cell.c-product-accessory-table__cell--sku > div:first-child {
    font-weight: 600;
  }
  .measure_box h2 {
    font-size: 18px;
  }
  .measure_wrap {
    background: #ebebeb;
    position: relative;
    top: 0;
    margin-bottom: 15px;
  }
  .c-product-accessory-table__item + .c-product-accessory-table__item {
    margin-top: 0.8rem;
    margin-bottom: 0.2rem;
  }
  .c-product-accessory-table__cell.c-product-accessory-table__cell--controls {
    margin-top: 5px;
  }
  .c-product-configurator__sections li:nth-child(3) > div > div:first-child {
    border-top: #ccc 2px solid;
    float: left;
    margin-top: 0px;
  }
  .c-product-accessory-table__cell-content span {
    padding-left: 0;
  }
  .c-product-accessory-table__cell:not(:first-child) {
    margin-bottom: 6px;
  }
  .c-product-configurator__sections li:nth-child(3) .c-product-accessory-table__item > div:nth-child(3),
  .jigsaw-tabular .c-product-accessory-table__cell-content {
    text-align: left;
    font-weight: 400;
  }
  .jigsaw-tabular .c-quantity-control {
    text-align: right;
  }
  .jigsaw-tabular .c-product-accessory-table__cell--sku {
    width: 65%;
  }
  .jigsaw-tabular .c-product-accessory-table__item > div:nth-child(3) {
    left: -20px;
  }
  .checkout-index-index .modal-footer button.action.secondary.action-hide-popup {
    width: 100%;
    position: relative;
    top: 7px;
  }
  button.c-category-navigation__button.c-category-navigation__button--more {
    margin-top: -10px;
  }
  .c-product-configurator__sections li:nth-child(3) .c-product-accessory-table__item > div:nth-child(3) {
    position: relative;
    left: -20px;
  }
  .c-product-accessory-table__cell-title {
    display: none;
  }
  .c-product-accessory-table {
    float: left;
  }
  div#productConfiguratorJigsaw + div {
    display: none !important;
  }
  .c-product-accessory-table__cell-content span {
    padding-left: 0 !important;
  }
  .c-product-configurator__sections li:nth-child(3) .c-product-accessory-table__cell-content span {
    padding-left: 0 !important;
  }
  .checkout-cart-index .page-title {
    font-size: 30px;
    font-weight: 600;
  }
  ul.checkout-types.top {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    width: 100%;
    float: left;
  }
  .checkout-types li {
    margin-right: 10px;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  .checkout-types button {
    width: 100%;
  }
  .checkout-cart-index .cart.table-wrapper .actions-toolbar > .action-delete {
    position: relative;
    right: 0;
    top: auto;
    bottom: 0;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .checkout-cart-index .product-item-details {
    text-align: left;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.msrp {
    text-align: left;
  }
  .checkout-cart-index .qty::before {
    display: none !important;
  }
  .checkout-cart-index td.col.subtotal {
    text-align: right !important;
    position: relative;
  }
  .cart.table-wrapper .col.subtotal:before {
    position: absolute;
    right: auto;
    top: 16px;
    font-size: 17px;
    left: 0;
  }
  .checkout-cart-index .cart-totals {
    padding: 0 !important;
  }
  .subtotal .price-excluding-tax span.price {
    color: #ba0c2f;
    font-weight: 500 !important;
    font-size: 22px;
  }
  .checkout-cart-index .subtotal .price-excluding-tax span.price {
    color: #ba0c2f;
    font-weight: 400 !important;
    font-size: 17px;
  }
  .checkout-cart-index .subtotal .price-excluding-tax span.price {
    font-weight: 400 !important;
  }
  .checkout-cart-index .cart.table-wrapper .actions-toolbar {
    border: none !important;
  }
  tr.drilling-row {
    font-size: 14px;
    padding-left: 0;
    box-sizing: border-box;
    margin-top: 0;
  }
  .table-wrapper + .cart button,
  .table-wrapper + .cart a {
    width: 100%;
  }
  .checkout-cart-index .cart-container .form-cart,
  .quotes-index-view .cart-container .form-cart {
    padding-right: 0;
  }
  .checkout-cart-index .cart-summary .checkout-methods-items .item:last-child {
    width: 100%;
  }
  .cart.table-wrapper .col.price {
    padding: 10px 0 0;
  }
  .checkout-cart-index .drilling-row input.add-drill {
    position: absolute;
    width: 100%;
    left: 0;
    text-align: left;
    bottom: -15px;
  }
  .checkout-cart-index .cart-totals tbody .mark,
  .cart-totals tfoot .mark {
    text-align: left;
    width: 61%;
    padding-left: 14px;
  }
  .checkout-cart-index .cart-totals .totals .amount {
    text-align: left;
  }
  .checkout-cart-index .grand.totals span.price {
    left: 13px;
  }
  .cart-container span.price-label,
  .quotes-index-view span.price-label {
    font-size: 15px;
  }
  #shopping-cart-table .product-image-photo {
    position: static;
    width: 100%;
    max-width: 100%;
    margin: 0;
    max-height: 100%;
    float: none;
    display: inline-block;
    left: auto;
    margin-bottom: 10px;
  }
  .checkout-cart-index .totals .mark strong {
    text-indent: 14px;
  }
  #bss-ptd-table tbody tr.bss-table-row {
    display: block;
  }
  .mob-config-headers {
    display: block;
  }
  .mob-config-headers th {
    width: 17%;
    vertical-align: middle;
  }
  .quickorder-configure-index .bss-table-row td {
    width: 13% !important;
  }
  .quickorder-configure-index td.bss-qty-col.mobile_collapsed {
    display: block;
    text-align: right;
    width: 100% !important;
    padding: 0;
    margin: 0;
    padding-bottom: 20px;
  }
  .desk-config-headers {
    display: none;
  }
  th.order_qty {
    display: none;
  }
  .cart.table-wrapper .item-actions td {
    padding: 0;
  }
  #bss-ptd-table tbody tr.bss-table-row:last-child {
    padding-bottom: 0;
    margin-bottom: 40px;
  }
  .bss-ptd-table tfoot,
  .quickorder-configure-index tfoot tr {
    display: block;
  }
  .cart.table-wrapper .col.price:before {
    display: none !important;
  }
  .item p.listprice {
    line-height: 30px;
  }
  .filter-options-item .filter-options-content .am-shopby-form {
    margin: 0;
    outline: none;
    padding: 0;
  }
  .page-layout-1column .filter-options-content .item a {
    padding: 7px 20px !important;
    color: #000 !important;
  }
  .cate_col_two .active .filter-options-content:before {
    top: -34px;
  }
  .active > .filter-options-title:after {
    content: '';
    overflow: hidden;
    text-align: center;
    background-image: url(../images/icons/filter-up-gray.svg) !important;
    background: #fff;
    background-repeat: no-repeat;
    width: 18px;
    height: 16px;
    position: absolute;
    right: 10px !important;
    background-size: 18px;
    top: 8px !important;
  }
  .filter-options-title:after {
    content: '';
    overflow: hidden;
    text-align: center;
    background-image: url(../images/icons/filter-down-gray.svg) !important;
    background: #fff;
    background-repeat: no-repeat;
    width: 18px;
    height: 16px;
    position: absolute;
    right: 10px !important;
    background-size: 18px;
    top: 8px !important;
  }
  #bss-ptd-table th.listprice {
    left: 0;
  }
  tfoot td {
    display: inline-block;
  }
  #bss-ptd-table tfoot {
    display: block !important;
  }
  #bss-ptd-table tbody td:last-child {
    width: 100% !important;
    text-align: right !important;
    position: relative;
    right: 8px;
    padding: 0 !important;
    margin-bottom: 10px;
  }
  .collection-date button.ui-datepicker-trigger {
    position: absolute;
    right: 6px;
    top: 5px;
  }
  #bss-ptd-table thead th {
    padding-top: 14px;
    text-align: left;
    width: 9%;
  }
  .mob-config-headers th:first-child {
    width: 53% !important;
  }
  #bss-ptd-table tbody td {
    width: 87% !important;
    padding: 10px !important;
  }
  .mobile_collapsed .bss-price {
    left: -14px !important;
    position: relative;
  }
}
@media only screen and (max-width: 668px) {
  .c-product-accessory-table__cell--sku,
  .c-product-accessory-table__cell--height,
  .c-product-accessory-table__cell--width,
  .c-product-accessory-table__cell--list-price,
  .c-product-accessory-table__cell--net-price,
  .c-product-accessory-table > div:first-child > div:last-child {
    position: relative;
    top: 0;
  }
  form#co-shipping-method-form {
    padding: 0 10px 16px !important;
    background: none;
    border: none;
  }
  .table-checkout-shipping-method .row {
    padding: 0px 8px;
  }
  td#label_carrier_freeshipping_freeshipping {
    left: 31px;
    font-size: 14px;
  }
  dt.premiumrate-price {
    padding: 0 15px;
  }
  td.col.col-carrier {
    padding-left: 0;
  }
  .onestepcheckout-index-index .field.choice {
    padding-left: 0 !important;
  }
  .checkout-agreement.field.choice.required {
    padding-left: 13px !important;
  }
  .total_price_wrap {
    padding-right: 17px;
    box-sizing: border-box;
  }
  .opc-block-shipping-information:after,
  .opc-block-shipping-information:before {
    width: 89%;
  }
  .opc-block-summary .product-item .product-item-inner {
    margin: 0;
  }
  .checkout-index-index .order-summary.hoverable {
    margin-top: 20px;
  }
  .fa-check-square:after {
    top: 34px;
  }
  .measure_contain {
    display: block;
    padding: 0 5px;
  }
  .range-slider-cta {
    width: 150px;
  }
  .range-slider .prev-arrow {
    background-size: 20px;
  }
  .range-slider .next-arrow {
    background-size: 20px;
  }
  .c-product-accessory-table__cell--title.desk-title {
    display: none !important;
  }
  .c-product-accessory-table__cell--sku > div:nth-child(2) {
    display: block;
  }
  .c-product-configurator__sections li:nth-child(3) .c-product-accessory-table__cell-content span {
    display: block;
    text-align: center;
    padding-left: 0;
  }
  .c-product-configurator__chevron {
    top: 6px;
  }
  .checkout-cart-index .edit-colour-inputs select {
    padding: 0 20px 0 10px;
    font-size: 13px;
    height: 37px;
    width: 260px;
    margin-right: 0;
    float: left;
    margin-bottom: 10px;
  }
  .edit-drilling button,
  .edit-drilling button:hover {
    background: #ba0c2f;
    color: #fff;
    border: none !important;
    padding: 10px 26px;
    font-size: 12px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
  a.button.btn-preview-pdf.btn-checkout {
    width: 100%;
  }
}
@media only screen and (max-width: 574px) {
  .pto_header_info h2 {
    line-height: 64px;
    font-size: 50px;
    letter-spacing: 5px;
  }
}
@media only screen and (max-width: 568px) {
  .off-canvas-right ul li .container .product .details .price,
  .mfp-content li .off-canvas-right ul a .container .product .details .price {
    display: block;
    margin-bottom: 7px;
  }
  .order-by-code-wrap .form-box .item-details {
    width: 100%;
  }
  .category-description {
    padding: 0 0 !important;
  }
  .account fieldset.fieldset.password {
    width: 100%;
  }
  .match_box a.pagebuilder-button-link span {
    font-size: 25px;
    padding: 5px 0;
    letter-spacing: 4px;
  }
  .pto_header i {
    padding: 0;
  }
  .pagebuilder-column.compo_left_cont.jigsa_dark_block {
    padding: 20px!important;
  }
  .pagebuilder-column.compo_left_cont.jigsa_wt_block {
    padding: 0 20px!important;
  }
  .alttxt h2 {
    font-size: 1.7em;
    line-height: 43px;
    padding: 0 40px;
  }
  .n_listing_vid li {
    width: 88%;
  }
  .page-products .sorter {
    right: 24%;
  }
  .categorypath-our-ranges .c-product-grid__item-media {
    height: auto;
  }
  .category-layout-wd .c-page-intro h2 {
    font-size: 42px;
    padding: 20px 0;
    text-indent: 10px;
  }
  .page-layout-1column.page-with-filter .column.main {
    padding: 0;
  }
  .lighting_box_images {
    width: 100%;
    float: left;
    margin-top: 40px;
  }
  .category-layout-wd .c-product-grid__item {
    margin: 0 0;
    width: 100%;
    float: left;
    padding: 0;
    margin-bottom: 20px;
  }
  .skin_header_wrap h2 {
    font-size: 50px;
    letter-spacing: 3px;
    line-height: 53px;
    margin: 0;
  }
  .dynamic_wirework:before {
    top: 75px;
    left: -5px;
  }
  .cust_resource_wrap h2 {
    color: #3c3c3b;
    font-weight: 600;
    font-size: 42px;
    letter-spacing: 13px;
    line-height: 51px;
    height: 120px;
  }
  aside.modal-popup.video_modal_popup.modal-slide._inner-scroll._show {
    max-width: 430px;
    margin: 30px auto;
    left: 0;
  }
  .od h2 {
    padding: 0 18px 0;
  }
  .colors_map li {
    width: 28%;
  }
  .benefit_key p {
    line-height: 18px;
  }
  .dynamic_wirework,
  .eilte_wirework {
    background-position: 0 0 !important;
  }
  .heading_ourwork h2 {
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 24px;
  }
  .feature_opt {
    display: block;
  }
  .c-page-intro__heading {
    font-size: 1.8rem;
  }
  .group-meta-inner h1.page-title {
    font-size: 26px;
    letter-spacing: 4px;
  }
  span.swatch {
    width: 40px;
    height: 40px;
  }
  ul.colour-nav {
    margin-bottom: 20px;
  }
  .colour-nav li {
    margin: 0 3px;
  }
  #layered-filter-block {
    margin-bottom: 0;
  }
  .day-delivery-box h2 {
    line-height: 43px;
  }
  .n_dpo_btn .pagebuilder-button-link,
  .n_dpo_btn .pagebuilder-button-link:hover,
  .n_dpo_btn .pagebuilder-button-link:visited {
    font-size: 16px;
    text-decoration: none;
  }
  .n_testiwrap .owl-nav {
    margin-top: 10px;
  }
  .n_testiwrap {
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: 0 !important;
  }
  .cms-pto-colour-match .n_inn_img img {
    min-height: 150px;
  }
  .n_job_header h1 {
    font-size: 1.6em;
  }
  .n_tesi_info:before,
  .n_tesi_info:after {
    display: none;
  }
  .n_tesi_info {
    font-size: 14px;
    width: 99%;
    padding-left: 0;
  }
  .n_contact_icons i {
    width: 213px;
    height: 213px;
  }
  .qs_wrap {
    padding: 30px 30px 40px;
  }
  .certification_box {
    margin: 80px 30px 100px !important;
  }
  .certification_box h2 span {
    font-size: 26px;
  }
  .n_job_detail_btn a {
    width: 100%;
    padding: 6px 0;
    text-align: center;
  }
  ul.contact_list > li:last-child {
    margin-top: 0;
  }
  ul.contact_list {
    margin: 20px 0 25px 0;
  }
  .contact_bg {
    padding: 1rem 0;
  }
  ul.n_listing_tech {
    width: 100%;
    float: left;
    margin-bottom: 3.3em;
    text-align: center;
    max-width: 360px;
    float: none;
    margin: 0 auto 3.3em;
  }
  .n_listing_tech li {
    width: 88%;
  }
  .login-lnks li a {
    padding: 30px 17px;
  }
  .n_team_heading h2 {
    font-size: 1.5em;
    line-height: 32px;
  }
  .n_team_heading span {
    display: block;
    margin-top: 0;
  }
  .n_team_heading:before {
    bottom: -48px;
    left: 33.5%;
  }
  .n_teams li {
    width: 86%;
  }
  .n_team_heading {
    margin-bottom: 60px;
    margin-top: 0px;
  }
  .learn_tkc .pagebuilder-column-group {
    padding-right: 0;
  }
  .n_listing_info li {
    width: 43%;
    padding: 10px;
  }
  .pannel_new {
    padding: 8.300000000000001% 12% 8.300000000000001%;
  }
  .n_main_content p {
    font-size: 15px;
    padding: 0 30px;
  }
  .contact_bg {
    padding: 2rem 0 0;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 360px;
  }
  .how_to_find_lt h2 {
    font-size: 38px;
  }
  .how_to_find_lt {
    padding-right: 2em;
  }
  .n_contact_f_info h2 {
    font-size: 38px;
    line-height: 35px;
  }
  .contact_bg .n_heading_full h2 {
    margin-bottom: 10px;
  }
  .n_tesi_info:after {
    right: -34px;
  }
  .view_vacancies_lnk h2 {
    font-size: 2.4em;
    line-height: 55.4px;
    width: 260px;
    letter-spacing: 7.4px;
    margin: 0 auto;
    white-space: inherit;
  }
  .view_vacancies_lnk {
    padding: 80px 0 !important;
  }
  .view_vacancies_lnk .pagebuilder-button-link,
  .view_vacancies_lnk .pagebuilder-button-link:hover {
    display: inline-block;
    margin: 20px 0 0 0;
    padding: 5px 60px;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 18px;
  }
  .learn_tkc {
    margin: 0 !important;
    padding: 20px !important;
  }
  .learn_tkc h1 {
    font-size: 40px;
    line-height: 47px;
  }
  .n_quality_info h2 {
    line-height: 43px;
    padding: 30px 0 15px;
    font-size: 36px;
  }
  .holding_box_content h2 {
    font-weight: 300;
    line-height: 42px;
    font-size: 32px;
  }
  .certification_box img {
    max-width: 240px !important;
  }
  .certification_box {
    padding: 0 29px;
  }
  .certification_box h2 {
    font-size: 26px;
  }
  .holding_box_content p {
    font-size: 15px;
    padding-right: 0;
  }
  .n_info_philosophy h2 {
    font-size: 42px;
    margin-bottom: 20px;
  }
  ul.list-of-info {
    font-size: 19px;
  }
  .n_main_heading h1 {
    font-size: 2em;
  }
  .contact_bg .n_heading_full > h2 {
    font-size: 3.2rem;
  }
  .philosophy-icon1,
  .philosophy-icon2,
  .philosophy-icon3,
  .philosophy-icon4 {
    position: relative;
    margin: 25px 0;
  }
  .philosophy-icon1:before {
    height: 80px;
    top: -110px;
    background-size: 239px;
  }
  .philosophy-icon2:before {
    height: 150px;
    top: -170px;
    background-size: 125px;
  }
  .philosophy-icon3:before {
    height: 170px;
    top: -176px;
    background-size: 85px;
  }
  .philosophy-icon4:before {
    height: 140px;
    top: -159px;
    background-size: 149px;
  }
  .vacancies-index-index .n_header_inside {
    padding: 0 40px;
  }
  .vacancies-index-index .n_header_inside h2 {
    font-size: 1.75em;
    letter-spacing: 12px;
  }
  .n_job_form {
    padding: 40px;
    box-sizing: border-box;
  }
  .n_testi_txt {
    padding: 0 !important;
  }
  .n_testi_txt:before,
  .n_testi_txt:after {
    display: none;
  }
  .n_testi_img_wrap img {
    max-width: 100%;
  }
  .match_box h2 {
    font-size: 1.6em;
    line-height: 38px;
  }
  .pagebuilder-button-primary {
    line-height: 29px;
  }
  .categorypath-our-ranges .c-product-grid__item-media {
    width: 100%;
  }
  ul.c-product-grid__items.no-list {
    display: block;
    padding: 20px;
  }
  .c-product-grid__item-content {
    padding: 10px 0 0 0;
    width: 100%;
  }
  .c-product-grid__item-content {
    width: 100%;
  }
  .c-product-grid__item {
    display: block;
  }
  .c-product-grid__item {
    margin: 10px 0;
    width: 100%;
    float: left;
  }
  .certify_box h2 span {
    font-size: 1em;
  }
  .certify_box {
    padding: 2em;
  }
  ul.n_part_images {
    margin-top: 0px;
  }
  .n_partner_info p {
    margin: 2em 0 0em;
  }
  .partner_wrap {
    padding: 0px 24px 30px !important;
  }
  .od_list_icon {
    background-size: 70px;
    width: 82px;
  }
  .tool_wrap {
    padding: 80px 30px 20px!important;
  }
  .trend_wrap,
  .component_wrap,
  .day-delivery-box,
  .supporting_box {
    padding: 0 20px;
  }
  .component_wrap {
    margin: 0 0 0 !important;
    padding: 14px 20px 30px!important;
  }
  .order-design-btn .pagebuilder-button-link,
  .order-design-btn .pagebuilder-button-link:hover,
  .order-design-btn .pagebuilder-button-link:visited,
  .order-design-btn .pagebuilder-button-link:active {
    padding: 12px 20px;
    font-size: 15px;
  }
  .order-design-btn {
    padding: 0 20px!important;
  }
  .supporting_box {
    padding: 20px !important;
  }
  .day-delivery-box h2 {
    font-size: 26px;
    line-height: 38px;
  }
  .compo_heading h2 {
    font-size: 29px;
    line-height: 43px;
    margin-bottom: 60px;
    margin-top: 10px;
  }
  .supporting_box h1 {
    letter-spacing: 4px;
    font-size: 22px;
  }
  .wirework_feature h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .finishes-box {
    padding: 40px 0;
    margin-bottom: 40px;
    margin-top: 20px;
  }
  .n_testi_slider {
    margin-bottom: 40px;
  }
  .Channel-to-market {
    text-align: center;
    padding: 21% 0;
  }
  .n_box_channel_wrap {
    padding: 0px 0 60px;
  }
  .n_box_channel2:before {
    top: 20px;
  }
  .drawer_box {
    font-size: 16px;
    color: #000;
    overflow-x: auto;
  }
  .c-product-grid {
    margin-bottom: 0;
    width: 100%;
    float: left;
  }
  .c-product-grid__item-media {
    position: relative;
    height: auto;
    width: 100%;
    padding-bottom: 80%;
    overflow: hidden;
    margin: 0;
    display: block;
  }
  .register_content .solid {
    margin-top: 10px;
    margin-bottom: 20px;
    width: 100%;
  }
  .category-layout-2column-header .c-product-grid__item-media {
    height: 330px;
  }
  .category-layout-2column-header .c-product-grid__item-media img {
    width: 100%;
  }
  .colour_swatch li {
    width: 16%;
    float: none;
    padding-bottom: 0;
    min-height: 132px;
    display: inline-block;
    vertical-align: top;
  }
  ul.colour_swatch {
    padding: 0 30px;
  }
  .cms-pto-colour-match .match_box {
    left: 0;
  }
  .colour_icon {
    width: 65px;
    height: 65px;
  }
  .n_main_vid .n_main_heading h1 {
    font-size: 2.4rem;
  }
  .page-layout-1column .modal-slide._show .modal-inner-wrap {
    width: 100%;
  }
  .video_modal_popup .modal-header {
    right: 0!important;
    top: 0!important;
  }
  .quickorder-configure-index .color_multi_box li {
    width: 50%;
    padding-right: 0;
  }
  #outer-wrap {
    width: 100%;
    overflow: visible;
  }
  .product-quickview iframe {
    height: 580px !important;
  }
  .account .page-main {
    padding: 60px 2.6% 30px;
  }
  .additional-attributes-wrapper .additional-attributes {
    right: 0;
    left: 0;
    padding: 20px 0;
  }
  .additional-attributes-wrapper.table-wrapper {
    padding: 0 20px;
  }
  .cate_auto_height .price_info_box {
    position: relative;
    width: calc(100%);
    bottom: -50px;
  }
  .off-canvas-cart .increment {
    position: relative;
    top: 0;
    display: flex;
    margin-left: auto;
    float: left;
  }
  .slider_homepage .pagebuilder-slide-wrapper {
    height: 250px;
    background-position: center !important;
    min-height: 250px !important;
  }
  .slider_homepage .pagebuilder-slider.slick-initialized.slick-slider {
    min-height: 250px !important;
  }
  .modal-popup.modal-slide {
    left: 0;
  }
  .spec-box table > caption {
    font-size: 35px;
    padding-bottom: 35px;
  }
}
@media only screen and (max-width: 495px) {
  .pto_header_info h2 {
    font-size: 42px;
    line-height: 56px;
  }
  .jigsaw_hd_rd_wrap .brochure_btn {
    position: relative;
    left: -30px;
    top: 26px;
    margin: 80px auto 10px;
  }
  .brochure_btn .pagebuilder-button-link,
  .brochure_btn .pagebuilder-button-link:hover,
  .brochure_btn .pagebuilder-button-link:visited {
    width: 203px;
    font-size: 10px;
  }
  .brochure_btn:before {
    background: url(../images/jigsaw-logo.png);
    content: "";
    position: absolute;
    left: -31px;
    width: 333px;
    height: 123px;
    background-size: 100%;
    top: auto;
    bottom: 6px;
    background-repeat: no-repeat;
  }
}
@media only screen and (max-width: 480px) {
  .match_box p {
    background-size: 340px;
    padding-top: 360px;
  }
  .n_listing_vid li {
    width: 100%;
  }
  .category-layout-2column-header .c-product-grid__item-media {
    height: 270px;
    margin-bottom: 10px;
  }
  .category-layout-2column-header .c-product-grid__item-media img {
    width: 100%;
  }
  .wirework_header {
    min-height: 280px !important;
  }
  .product-item-actions {
    font-size: 0;
    width: 100%;
    float: left;
    margin-top: 10px;
  }
  .match_color_wrap {
    padding: 30px 0 !important;
  }
  .page-products .sorter {
    right: 21%;
  }
  .component_banner_wrap {
    padding-bottom: 200px !important;
    position: relative;
  }
  .pagebuilder-column.match_box {
    width: 100% !important;
    box-sizing: border-box;
    margin: 0;
    padding: 0 30px !important;
    text-align: center;
  }
  .skin_header_wrap {
    min-height: auto !important;
    padding: 98px 20px;
  }
  .skin_header_wrap h2 {
    font-size: 62px;
    letter-spacing: 3px;
    line-height: 64px;
  }
  .supporting_box h1 {
    text-align: center !important;
    position: relative;
    left: 1px;
  }
  .box_drawers_wrap,
  .gray_drawers_wrap,
  .drawer_area {
    padding: 50px 25px;
  }
  .drawer_header_wrap h2 {
    font-size: 54px;
    letter-spacing: 9px;
    padding-top: 138px;
  }
  .cust_resource_wrap h2 {
    font-size: 40px;
    letter-spacing: 5px;
    margin-bottom: 0;
    line-height: 50px;
    height: 112px;
  }
  aside.modal-popup.video_modal_popup.modal-slide._inner-scroll._show {
    max-width: 380px;
    margin: 30px auto;
    left: 0;
  }
  .colors_map li {
    width: 48%;
  }
  .Channel-to-market a.pagebuilder-button-primary {
    font-size: 11px;
    padding: 0 10px;
    line-height: 37px;
    margin-top: 12px;
  }
  .Channel-to-market p {
    padding: 0 40px;
  }
  span.swatch {
    width: 50px;
    height: 50px;
  }
  .catalog-product-view .product-info-main {
    padding: 0 20px;
  }
  .colour-nav li {
    display: inline-block;
    margin: 0 2px;
  }
  .filter.active .filter-options-content {
    width: 100.5%;
  }
  h1.jigsaw_heading {
    font-size: 1em;
  }
  .mechant_header .pagebuilder-button-primary,
  .mechant_header .pagebuilder-button-primary:focus,
  .mechant_header .pagebuilder-button-primary:hover,
  .mechant_header .pagebuilder-button-primary:visited {
    line-height: 22px;
  }
  .pagebuilder-button-primary {
    line-height: 28px;
    font-size: 13px;
  }
  .mechant_header h1 {
    font-size: 1.6em;
    line-height: 35px;
    letter-spacing: 5px;
  }
  .n_info_philosophy h2 {
    font-size: 36px;
  }
  .contact_bg .n_heading_full > h2 {
    font-size: 2rem;
  }
  .become_partner_txt {
    margin-top: 30px;
  }
  .item_partner {
    padding: 0 20px;
  }
  .n_info_philosophy h2 {
    font-size: 30px;
  }
  .n_tesi_info p {
    font-size: 16px;
  }
  .sent_sec_two .fieldset > .field > .label,
  .sent_sec_two .fieldset > .fields > .field > .label {
    width: 100%;
  }
  .contact-index-index .actions-toolbar {
    padding-left: 0;
  }
  .sent_sec_two .control {
    width: 100%;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 320px;
  }
  .vacancies-index-apply .n_content_area {
    margin: 2rem 0 3rem;
  }
  .benefit_key .pagebuilder-column {
    padding: 25px 0 25px 90px;
  }
  .n_color_lt {
    width: 100%;
    padding-bottom: 20px;
    float: left;
  }
  .match_box {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    left: 0;
  }
  .pto_area {
    width: 100%;
    padding: 0 30px;
  }
  .order-range-btn .pagebuilder-button-link {
    font-size: 14px;
    margin: 0;
  }
  .pto_gray_box {
    padding: 1.5rem 0 0;
  }
  .pto_rt h2 {
    font-size: 43px;
    line-height: 46px;
  }
  .catelog_color figure a {
    display: block;
    border-radius: 50% !important;
    background: #ba0c2f;
    float: none;
    position: relative;
    left: 0;
    margin-left: 0;
    width: 310px;
    margin: 0 auto !important;
    padding: 0;
  }
  .our-cabinet-heading h2 {
    font-size: 48px;
    line-height: 51px;
  }
  ul.colour_swatch {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 10px;
    font-weight: 400;
    padding: 0 30px;
  }
  .cms-pto-colour-match .match_box {
    left: 0;
  }
  .colour_swatch li {
    width: 23%;
    float: none;
    padding-bottom: 0;
    min-height: 132px;
    display: inline-block;
  }
  .colour_icon {
    width: 65px;
    height: 65px;
  }
  .pto_header_info h2 {
    font-size: 38px;
    line-height: 56px;
  }
  .modal-popup .action-close {
    padding: 7px;
  }
  #checkout-review-table .a-center.details-qty {
    text-align: right;
    position: relative;
    margin: 0;
    right: 0;
    bottom: 0;
    float: left;
    clear: both;
    margin-left: -9px;
  }
  .opc-block-summary .items-in-cart .product {
    padding: 0;
  }
  .row-mp {
    min-height: 1px;
    margin: 0;
  }
  .onestepcheckout-index-index .cart-totals tbody .amount,
  .onestepcheckout-index-index .cart-totals tfoot .amount,
  .onestepcheckout-index-index .opc-block-summary .table-totals tbody .amount,
  .onestepcheckout-index-index .opc-block-summary .table-totals tfoot .amount {
    padding: 4px !important;
  }
  .cart-totals .grand strong,
  .opc-block-summary .table-totals .grand strong {
    font-size: 15px;
  }
  .opc-block-shipping-information:after {
    top: -46px;
  }
  .opc-block-shipping-information:before {
    top: 4px;
  }
  td#label_carrier_freeshipping_freeshipping {
    margin-top: -34px;
  }
  #checkout-review-table .a-center.last.button-remove {
    bottom: 8px;
  }
  .spec-box table > caption {
    font-size: 45px;
    padding-bottom: 50px;
  }
  .col-mp {
    width: 99.5% !important;
    margin: 0 0!important;
    padding: 0 8px!important;
  }
  .row-mp {
    margin: 0 0px 0 -4px;
  }
  .order-summary .step-title span {
    padding-left: 12px;
  }
  .mobile_collapsed .bss-price {
    left: -14px !important;
  }
}
@media only screen and (max-width: 420px) {
  .pto_header .pto_header_info {
    padding: 0 30px;
  }
  .registration-form {
    padding: 0 20px;
  }
  .business_wrap ul.tab-panel.form-selects {
    left: 0;
  }
  .page-products .sorter {
    right: 18%;
  }
  .our-cabinet-heading h2 {
    font-size: 45px;
    line-height: 51px;
  }
  .construction_wrap h2 {
    font-size: 32px;
    line-height: 42px;
    padding: 0;
  }
  .construction_wrap p {
    padding-right: 0;
  }
  .pto_rt h2 {
    font-size: 38px;
    line-height: 46px;
  }
  .pagebuilder-column.pto_rt {
    padding: 20px 29px;
  }
  .drawer_header_wrap h2 {
    padding-top: 137px;
  }
  .filter.active .filter-options-content {
    width: 100.6%;
  }
  .n_profile_content p {
    font-size: 14px !important;
  }
  .n_main_heading h1 {
    font-size: 1.3em;
  }
  .loginpage-wrap .login-inn {
    padding: 0;
  }
  .forgot_pass {
    text-align: center;
    font-size: 13px;
    padding: 0px 0 0 0;
  }
  ul.login-lnks {
    margin-bottom: 0;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 270px;
  }
  .n_dec p {
    padding: 0 30px;
  }
  .vacancies-index-index .n_header_inside h2 {
    font-size: 2em;
    letter-spacing: 6px;
  }
  .vacancies-index-index .n_header_inside {
    padding: 0 38px;
  }
  a.n_btn_border {
    font-size: 16px;
  }
  ul.n_vacancies_listing {
    padding: 0 30px;
  }
  .vacancies-index-index .n_content_area {
    margin: 2rem 0;
  }
  ul.n_vacancies_listing li {
    border-left: #ba0c2f 20px solid;
  }
  .n_job_header h1 {
    font-size: 2em;
  }
  .n_job_profile {
    font-size: 1rem;
  }
  .n_job_form {
    padding: 20px;
    box-sizing: border-box;
  }
  a.n_btn_border {
    padding: 4px 22px !important;
  }
  .certification_box {
    margin: 80px 30px 60px !important;
  }
  .n_info_philosophy h2 {
    font-size: 33px;
  }
  .n_part_images li {
    padding: 5px 0;
  }
  .od_content_box h2 {
    font-size: 24px;
    line-height: 22px;
  }
  .pagebuilder-column.od_content_box {
    padding: 30px 0 0 0 !important;
  }
  .pagebuilder-column.kitchen-mate {
    padding: 20px !important;
  }
  .n_dpo_box h2 {
    font-size: 32px;
    line-height: 36px;
  }
  .n_dpo_content h2 {
    font-size: 24px;
  }
  .category-layout-wd .c-page-intro h2 {
    font-size: 28px;
    padding: 20px 0;
    text-indent: 10px;
  }
  .page-layout-1column.page-with-filter .column.main {
    padding: 0;
  }
  .category-layout-wd .c-page-intro h2 {
    font-size: 28px;
    padding: 20px 0;
    text-indent: 10px;
  }
  .checkmark_botm {
    position: absolute;
    top: 15px;
    bottom: auto;
    left: 0;
    height: 25px;
    right: auto;
    width: 25px;
    background-color: #fff;
    border: #ba0c2f 1px solid;
  }
  .cust_resource_wrap h2 {
    font-size: 40px;
    letter-spacing: 5px;
    margin-bottom: 0;
    line-height: 50px;
    height: 112px;
  }
  .skin_info_box h2,
  .tap_info_box h2 {
    line-height: 45px;
  }
  .match_box p {
    background-size: 310px;
    padding-top: 320px;
  }
  .match_box a.pagebuilder-button-link span {
    font-size: 19px;
  }
  .modal-popup .qty_opt li div {
    width: 50%;
    text-align: left;
    font-size: 21px;
    font-weight: 500;
    color: #ba0c2f;
    margin-top: -5px;
  }
  .modal-popup .qty_opt label {
    margin-top: 5px;
    font-size: 11px;
  }
  .modal-popup ul.qty_opt {
    width: 90%;
  }
  .cate_col_two .c-page-intro__heading {
    font-size: 28px;
  }
  .spec-box table > caption {
    font-size: 38px;
    padding-bottom: 35px;
  }
  .checkout-payment-method .payment-method + .payment-method .payment-method-title {
    border-top: none;
    font-size: 15px;
  }
  .opayo-payment-method-logo {
    height: 33px;
  }
  .payment-method-note {
    padding: 0 10px;
  }
  .totals span.value {
    position: relative;
    font-size: 14px !important;
    font-weight: 400;
    color: #ba0c2f !important;
  }
}
@media only screen and (max-width: 414px) {
  .spec-box table > caption {
    font-size: 37px;
  }
}
@media only screen and (max-width: 390px) {
  .spec-box table > caption {
    font-size: 33px;
  }
  .brochure_btn:before {
    background: url(../images/jigsaw-logo.png);
    content: "";
    position: absolute;
    left: -25px;
    width: 281px;
    height: 123px;
    background-size: 100%;
    top: auto;
    bottom: -4px;
    background-repeat: no-repeat;
  }
  .brochure_btn .pagebuilder-button-link,
  .brochure_btn .pagebuilder-button-link:hover,
  .brochure_btn .pagebuilder-button-link:visited {
    width: 173px;
    font-size: 10px;
  }
  .component_wrap h1 {
    font-size: 26px;
  }
  .match_box h2 {
    font-size: 2em;
    line-height: 45px;
  }
  .category-layout-2column-header .c-product-grid__item-media {
    height: 215px;
    margin-bottom: 10px;
  }
  .category-layout-2column-header .c-product-grid__item-media img {
    width: 100%;
  }
  .category-layout-wd .c-product-grid__item-media {
    height: 300px;
    margin-bottom: 10px;
  }
  .page-products .sorter {
    right: 14%;
  }
  .component_banner_wrap {
    padding-bottom: 160px !important;
  }
  .our-cabinet-heading h2 {
    font-size: 36px;
    line-height: 44px;
  }
  .pto_sec_two {
    padding: 40px 0;
  }
  .skin_info_box h2,
  .tap_info_box h2 {
    font-size: 34px;
    line-height: 40px;
  }
  .skin_header_wrap h2 {
    font-size: 50px;
    letter-spacing: 3px;
    margin: 0;
  }
  .drawer_header_wrap h2 {
    font-size: 44px;
    letter-spacing: 9px;
    padding-top: 134px;
  }
  .box_drawers_colmn h2,
  .compo_drawer_colom h2,
  .drawer_storage_colm h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  aside.modal-popup.video_modal_popup.modal-slide._inner-scroll._show {
    max-width: 360px;
    margin: 30px auto;
    left: 0;
  }
  .wirework_feature:before {
    background-size: 100%;
    height: 217px;
    width: 100%;
  }
  .n-jig_box li:first-child {
    width: 37px;
  }
  .n-jig_box li:nth-child(2) {
    width: 45%;
  }
  .n-jig_box li:nth-child(3) {
    width: 38%;
  }
  .filter.active .filter-options-content {
    width: 100.7%;
  }
  .n_job_close_date {
    font-size: 13px;
  }
  .vacancies-index-index .n_header_inside h2 {
    font-size: 1.5em;
    margin-bottom: 15px;
  }
  .vacancies-index-index .n_header_inside {
    transform: translate(0, -47%);
  }
  a.n_btn_border {
    padding: 4px 2px !important;
    display: block;
    text-align: center;
  }
  .n_quality_info h2 {
    line-height: 40px;
    padding: 30px 0 0;
    font-size: 29px;
  }
  .certification_box h2 span {
    font-size: 28px;
  }
  .certification_box img {
    max-width: 190px !important;
  }
  .holding_box_content h2 {
    font-weight: 300;
    line-height: 33px;
    font-size: 22px;
  }
  .n_info_philosophy h2 {
    font-size: 27px;
  }
  .order-range-btn .pagebuilder-button-link {
    font-size: 16px;
  }
  .colour_swatch li {
    width: 24%;
    float: none;
    padding-bottom: 0;
    min-height: 108px;
    display: inline-block;
    vertical-align: top;
  }
  .colour_icon {
    font-size: 0;
    width: 60px;
    height: 60px;
  }
  .mechant_header h1 {
    font-size: 1.5em;
    line-height: 34px;
    letter-spacing: 6px;
  }
  a.pagebuilder-button-link,
  button.pagebuilder-button-link,
  div.pagebuilder-button-link {
    margin: 0;
  }
  .lnk_wire {
    width: 100%;
  }
  .product-item-actions .actions-primary {
    display: block;
  }
  .actions-secondary {
    margin-left: 0;
    width: 100%;
  }
  .c-product-grid__item-property-title {
    width: 50%;
  }
  .c-product-grid__item-property-figure {
    width: 50%;
  }
  .category-wirework .category-description {
    padding: 0 30px;
    margin-bottom: 0 !important;
  }
  .construction_wrap p {
    padding-right: 0;
  }
  .unique_txt p {
    font-size: 20px;
  }
  .catelog_color figure a {
    width: 270px;
  }
  .heading_ourwork h2 {
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 24px;
  }
  .wirework_feature h2 {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .wirework_feature:before {
    background-size: 100%;
    height: 205px;
    width: 100%;
  }
  .cust_resource_wrap h2 {
    font-size: 32px;
    letter-spacing: 4px;
    margin-bottom: 0;
    line-height: 40px;
    height: 93px;
  }
  .construction_wrap h2 {
    font-size: 28px;
    line-height: 42px;
    padding: 0;
  }
  .pto_header_info h2 {
    line-height: 49px;
    font-size: 32px;
    letter-spacing: 5px;
  }
  .categorypath-our-ranges .category-description,
  .catalog-category-view .category-description {
    width: 100%;
    float: left;
    padding: 20px;
    box-sizing: border-box;
  }
  .page-with-filter .c-page-intro {
    margin: 20px 0 0 0;
  }
  .account .page-main {
    padding: 60px 4% 0;
  }
  .row-mp {
    margin: 0 0px 0 -1px;
  }
}
@media only screen and (max-width: 394px) {
  .spec-box table > caption {
    font-size: 35px;
  }
  .row-mp {
    margin: 0 -20px;
  }
  .checkout-index-index .page-main {
    padding: 0 15px !important;
  }
}
@media only screen and (max-width: 390px) {
  .additional-attributes-wrapper th {
    width: 48% !important;
  }
  .c-product-accessory-table__item:first-child .c-product-accessory-table__cell-title {
    width: 36px;
  }
}
@media only screen and (max-width: 380px) {
  .mobile_collapsed .bss-price {
    left: 0px !important;
  }
  .construction_wrap h2 {
    font-size: 27px;
  }
  .jigsa_dark_block .compo_heading h2 {
    font-size: 27px;
  }
  .match_box p {
    background-size: 256px;
    padding-top: 270px;
  }
  .match_box a.pagebuilder-button-link span {
    font-size: 25px;
    padding: 5px 0;
    letter-spacing: 4px;
  }
  .match_box a.pagebuilder-button-link span {
    font-size: 15px;
  }
  .quick_pop {
    text-align: center;
    padding: 20px;
  }
  .category-our-ranges .c-page-intro__heading,
  .catalog-category-view .c-page-intro__heading {
    margin-top: 10px;
  }
  .opc-wrapper {
    margin: 0 !important;
    margin-left: -6px !important;
  }
  .text_swatch .swatch-option.text {
    margin-right: 0;
  }
  .c-product-grid__item-property-figure {
    padding-left: 5px;
    box-sizing: border-box;
  }
  .colour .color_multi_box li:nth-child(2n) {
    padding-left: 5px;
  }
}
@media only screen and (max-width: 375px) {
  .spec-box table > caption {
    font-size: 33px !important;
  }
  .measure_box h2 {
    font-size: 17px;
  }
  .row-mp {
    min-height: 1px;
    margin: 0 -10px !important;
    position: relative;
    left: 8px;
  }
}
@media only screen and (max-width: 360px) {
  .additional-attributes-wrapper th {
    width: 51% !important;
  }
  .spec-box table > caption {
    font-size: 31px !important;
  }
  .row-mp {
    min-height: 1px;
    margin: 0 -30px;
  }
  table#checkout-review-table img {
    max-width: 68px;
    height: 100px;
  }
  #checkout-review-table tbody tr td {
    padding: 15px 5px;
  }
  .category-our-ranges .c-page-intro__heading,
  .catalog-category-view .c-page-intro__heading {
    letter-spacing: 10px;
  }
}
@media only screen and (max-width: 320px) {
  .additional-attributes-wrapper th {
    width: 59% !important;
  }
  .col-mp {
    padding: 0;
  }
  .cate_col_two .c-page-intro__heading {
    font-size: 21px;
  }
  .qty_pop button.cart-qty-plus,
  .qty_pop button.cart-qty-minus {
    font-size: 20px !important;
    height: 40px;
    width: 45px !important;
    display: block;
  }
  .pto_header_info h2 {
    font-size: 30px;
  }
  .match_box h2 {
    font-size: 1.8em;
  }
  .cust_resource_wrap h2 {
    font-size: 29px;
    line-height: 35px;
    height: 86px;
  }
  .category-layout-2column-header .c-product-grid__item-media img {
    width: 100%;
  }
  .box_drawers_colmn h2,
  .compo_drawer_colom h2,
  .drawer_storage_colm h2 {
    font-size: 24px;
  }
  .dynamic_wirework,
  .eilte_wirework {
    font-size: 11px;
  }
  .categorypath-our-ranges .c-product-grid__item-media {
    height: 260px;
  }
  .page-products .sorter {
    right: 4%;
  }
  .wirework_feature h2 {
    font-size: 20px;
  }
  .heading_ourwork h2 {
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 24px;
    letter-spacing: 1px;
  }
  .wirework_feature:before {
    width: 100%;
    height: 170px;
  }
  .catelog_color img {
    max-width: 91%;
  }
  .wirework_blocks figure img {
    float: left;
    width: 90%;
  }
  .catelog_color figure a {
    left: auto;
    margin-left: 0;
  }
  aside.modal-popup.video_modal_popup.modal-slide._inner-scroll._show {
    max-width: 300px;
    margin: 30px auto;
    left: 0;
  }
  .certify_box h2 span {
    font-size: 0.7em;
  }
  .n_job_close_date {
    font-size: 11px;
  }
  .n_job_header h1 {
    font-size: 1.4em;
  }
  .n_info_philosophy h2 {
    font-size: 25px;
  }
  .sent_sec_one {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .login-lnks li a {
    padding: 30px 3px;
  }
  a.n_btn_border {
    font-size: 14px;
  }
  .dynamic_wirework li:before,
  .eilte_wirework li:before {
    left: 2px;
    top: 5px;
  }
  .construction_wrap h2 {
    font-size: 26px;
    line-height: 33px;
    padding: 0;
  }
  .pto_sec_two {
    padding: 0 0;
  }
  .pagebuilder-column.pto_rt {
    padding: 5px 29px;
  }
  .n-jig_box li:nth-child(2) {
    width: 40%;
  }
  .n-jig_box li:nth-child(3) {
    width: 43%;
  }
  .fa-check-square:after {
    left: 22px;
  }
  .order-summary .step-title span {
    padding-left: 18px;
  }
  .opc-block-summary table#checkout-review-table .remove-wrapper {
    line-height: 20px;
  }
  .onestepcheckout-index-index .cart-totals tbody .amount,
  .onestepcheckout-index-index .cart-totals tfoot .amount,
  .onestepcheckout-index-index .opc-block-summary .table-totals tbody .amount,
  .onestepcheckout-index-index .opc-block-summary .table-totals tfoot .amount {
    padding: 4px 0px !important;
  }
  .opc-block-shipping-information:after,
  .opc-block-shipping-information:before {
    width: 87%;
  }
  .total_price_wrap {
    padding-right: 13px;
  }
  .checkout-index-index .page-main {
    padding: 0 7px;
    position: relative;
    left: 0px;
  }
  .spec-box table > caption {
    font-size: 26px !important;
    padding-bottom: 20px;
  }
  .measure_box h2 {
    font-size: 14px;
  }
  .off-canvas-right ul {
    padding: 0 10px;
    float: left;
  }
  h2.configurator-cart__title {
    padding: 10px 10px !important;
  }
  table#checkout-review-table img {
    max-width: 48px;
    height: 70px;
  }
  .row-mp {
    min-height: 1px;
    margin: 0 -23px 0 -17px !important;
    position: relative;
    left: 4px;
  }
}
.ma5menu {
  display: none;
  box-sizing: border-box;
}
.ma5menu *,
.ma5menu *:after,
.ma5menu *:before {
  box-sizing: border-box;
}
.ma5menu--active .ma5menu__page {
  margin-right: -17px;
  height: 100%;
  overflow: hidden;
  -webkit-transform: translate3d(280px, 0, 0);
  transform: translate3d(280px, 0, 0);
  transition: -webkit-transform 0.3s ease-out 0s;
  -o-transition: transform 0.3s ease-out 0s;
  transition: transform 0.3s ease-out 0s;
  transition: transform 0.3s ease-out 0s, -webkit-transform 0.3s ease-out 0s;
}
@media (min-width: 768px) {
  .ma5menu--active .ma5menu__page {
    -webkit-transform: translate3d(360px, 0, 0);
    transform: translate3d(360px, 0, 0);
  }
}
.ma5menu > ul {
  display: none;
}
.ma5menu__head {
  padding: 0 5px;
  border-bottom: 1px solid #0c589e;
  height: 60px;
  text-align: center;
  color: #ffffff;
  background-color: transparent;
  position: relative;
}
.ma5menu__header {
  line-height: 35px;
  color: #ffffff;
  background-color: transparent;
}
.ma5menu__header a {
  color: #ba0c2f;
}
.ma5menu__header a:hover {
  color: #ba0c2f;
}
.ma5menu__close {
  position: absolute;
  top: 50%;
  left: 30px;
  width: 17px;
  height: 17px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #ffffff;
  background-color: transparent;
  background-image: url(../images/icons/cancel.png);
  background-size: 17px 17px;
  background-position: 50% 50%;
}
.ma5menu__toggle:hover .ma5menu__close {
  color: transparent;
  background-image: url(../images/icons/cancel.png);
  background-color: transparent;
}
.ma5menu__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #ffffff;
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20fill%3D%22%23ffffff%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M14%206l-3.75%205%202.85%203.8-1.6%201.2C9.81%2013.75%207%2010%207%2010l-6%208h22L14%206z%22/%3E%3C/svg%3E");
  background-size: 40px 40px;
  background-position: 50% 50%;
}
.ma5menu__home:hover .ma5menu__logo {
  color: #ba0c2f;
}
.ma5menu__home {
  font-weight: 700;
  color: inherit;
}
.ma5menu__tools {
  display: none;
}
.ma5menu__footer .ma5menu__tools {
  display: block;
}
.ma5menu__footer {
  padding: 20px 20px 30px 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  background-color: transparent;
  text-transform: none;
}
.ma5menu__footer a {
  color: #ba0c2f;
}
.ma5menu__footer a:hover {
  color: #ba0c2f;
}
.ma5menu__toggle {
  cursor: pointer;
  color: #ffffff;
  background-color: #0e65b6;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  width: 52px;
  height: 38px;
  position: relative;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none;
  font-weight: 400;
  padding: 8px 12px;
  border-radius: 4px;
  -o-transition: box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out;
}
.ma5menu__toggle:hover {
  color: #ffffff;
  background-color: #ef6c00;
}
.ma5menu__header .ma5menu__toggle {
  position: absolute;
  top: 0;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: transparent;
}
.ma5menu__header .ma5menu__toggle:hover {
  color: #ba0c2f;
  background-color: transparent;
}
.ma5menu--left .ma5menu__header .ma5menu__toggle {
  right: 0;
}
.ma5menu--right .ma5menu__header .ma5menu__toggle {
  left: 0;
}
.ma5menu__icon-toggle {
  display: inline-block;
  position: absolute;
  margin: auto;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
  vertical-align: top;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20fill%3D%22%23ffffff%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M3%2018h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z%22/%3E%3C/svg%3E");
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.ma5menu__icon-up {
  margin: 0;
  width: 44px;
  height: 44px;
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 24px 24px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20fill%3D%22%23fff%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M16.59%208.59L12%2013.17%207.41%208.59%206%2010l6%206%206-6z%22/%3E%3C/svg%3E");
}
.ma5menu__alert {
  display: block;
  text-align: center;
  width: 280px;
  height: 50px;
  bottom: 0;
  left: 0;
  position: absolute;
  overflow: hidden;
  z-index: 500;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  background-image: -o-linear-gradient(top, rgba(14, 101, 182, 0) 0%, #0e65b6 50%);
  background-image: linear-gradient(to bottom, rgba(14, 101, 182, 0) 0%, #0e65b6 50%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 50px;
  -o-transition: background-position 0.4s ease-in 0.3s;
  transition: background-position 0.4s ease-in 0.3s;
  will-change: auto;
  pointer-events: none;
}
@media (min-width: 768px) {
  .ma5menu__alert {
    width: 360px;
  }
}
.ma5menu__container--scroll .ma5menu__alert {
  background-position: 0 0;
  -o-transition: background-position 0.4s ease-out;
  transition: background-position 0.4s ease-out;
  pointer-events: auto;
}
.ma5menu__alert-content {
  width: 150px;
  height: 40px;
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -o-transition: bottom 0.4s ease-in;
  transition: bottom 0.4s ease-in;
}
.ma5menu__container--scroll .ma5menu__alert-content {
  bottom: 0;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: ma5-arrowDown;
  animation-name: ma5-arrowDown;
  -o-transition: bottom 0.4s ease-out 0.4s;
  transition: bottom 0.4s ease-out 0.4s;
}
.ma5menu__container {
  -o-transition: none !important;
  transition: none !important;
  position: fixed;
  background-color: #fff;
  height: 100%;
  top: 0;
  line-height: 19px;
  overflow: hidden;
  border: none;
  z-index: 10000;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.14);
}
@media (max-width: 767px) {
  .ma5menu__container {
    width: 280px;
  }
}
@media (min-width: 768px) {
  .ma5menu__container {
    width: 360px;
  }
}
.ma5menu--left .ma5menu__container {
  -webkit-transform: translate3d(-280px, 0, 0);
  transform: translate3d(-280px, 0, 0);
  left: 0;
}
.ma5menu--right .ma5menu__container {
  -webkit-transform: translate3d(280px, 0, 0);
  transform: translate3d(280px, 0, 0);
  right: -280px;
}
.ma5menu--ready.ma5menu--left .ma5menu__container {
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.noie.ma5menu--ready.ma5menu--left .ma5menu__container {
  -webkit-animation-name: ma5menuOut;
  animation-name: ma5menuOut;
}
.ie.ma5menu--ready.ma5menu--left .ma5menu__container {
  -webkit-animation-name: ma5menuOutIEphone;
  animation-name: ma5menuOutIEphone;
}
@media (min-width: 768px) {
  .ie.ma5menu--ready.ma5menu--left .ma5menu__container {
    -webkit-animation-name: ma5menuOutIEtablet;
    animation-name: ma5menuOutIEtablet;
  }
}
.ma5menu--ready.ma5menu--right .ma5menu__container {
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.noie.ma5menu--ready.ma5menu--right .ma5menu__container {
  -webkit-animation-name: ma5menuOutB;
  animation-name: ma5menuOutB;
  top: 69px;
}
.ie.ma5menu--ready.ma5menu--right .ma5menu__container {
  -webkit-animation-name: ma5menuOutBIEphone;
  animation-name: ma5menuOutBIEphone;
}
@media (min-width: 768px) {
  .ie.ma5menu--ready.ma5menu--right .ma5menu__container {
    -webkit-animation-name: ma5menuOutBIEtablet;
    animation-name: ma5menuOutBIEtablet;
  }
}
.ma5menu--active.ma5menu--left .ma5menu__container {
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.noie.ma5menu--active.ma5menu--left .ma5menu__container {
  -webkit-animation-name: ma5menuOutB;
  animation-name: ma5menuOutB;
}
.ie.ma5menu--active.ma5menu--left .ma5menu__container {
  -webkit-animation-name: ma5menuOutBIEphone;
  animation-name: ma5menuOutBIEphone;
}
@media (min-width: 768px) {
  .ie.ma5menu--active.ma5menu--left .ma5menu__container {
    -webkit-animation-name: ma5menuOutBIEtablet;
    animation-name: ma5menuOutBIEtablet;
  }
}
.ma5menu--active.ma5menu--right .ma5menu__container {
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.noie.ma5menu--active.ma5menu--right .ma5menu__container {
  -webkit-animation-name: ma5menuIn;
  animation-name: ma5menuIn;
  top: 69px;
}
.ie.ma5menu--active.ma5menu--right .ma5menu__container {
  -webkit-animation-name: ma5menuInIEphone;
  animation-name: ma5menuInIEphone;
}
@media (min-width: 768px) {
  .ie.ma5menu--active.ma5menu--right .ma5menu__container {
    -webkit-animation-name: ma5menuInIEtablet;
    animation-name: ma5menuInIEtablet;
  }
}
@media (min-width: 768px) {
  .ma5menu--left .ma5menu__container {
    -webkit-transform: translate3d(-360px, 0, 0);
    transform: translate3d(-360px, 0, 0);
    padding: 0;
    left: 0;
  }
}
@media (min-width: 768px) {
  .ma5menu--right .ma5menu__container {
    -webkit-transform: translate3d(360px, 0, 0);
    transform: translate3d(360px, 0, 0);
    right: -360px;
  }
}
.safari .ma5menu__container {
  height: 100%;
}
.preload .ma5menu__container {
  opacity: 0;
  z-index: -1;
}
.ma5menu__panel {
  display: none;
  width: 280px;
  height: 80%;
  position: absolute;
  overflow: hidden;
  overflow-y: auto;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
  z-index: 100;
  color: rgba(255, 255, 255, 0.1);
  background-color: #fff;
  scrollbar-color: #0a4b87 #0e65b6;
  scrollbar-width: thin;
}
@media (min-width: 768px) {
  .ma5menu__panel {
    width: 360px;
  }
}
.ma5menu__panel.has-scrollbar {
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.ma5menu__panel:hover::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.4);
}
.ma5menu__panel::-webkit-scrollbar {
  width: 9px;
  background-color: #ba0c2f;
}
.ma5menu__panel::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.15);
  outline: none;
  border-right: 3px solid #ba0c2f;
}
.ma5menu__panel:first-of-type {
  z-index: 160;
}
.ma5menu__panel--parent-leave,
.ma5menu__panel--parent-enter {
  z-index: 180;
  display: block;
}
.ma5menu__panel--active-leave,
.ma5menu__panel--active-enter {
  z-index: 190;
  display: block;
}
.ma5menu__panel--active-enter {
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.noie .ma5menu__panel--active-enter {
  -webkit-animation-name: ma5-panelIn;
  animation-name: ma5-panelIn;
}
.ie .ma5menu__panel--active-enter {
  -webkit-animation-name: ma5-panelInIEphone;
  animation-name: ma5-panelInIEphone;
}
@media (min-width: 768px) {
  .ie .ma5menu__panel--active-enter {
    -webkit-animation-name: ma5-panelInIEtablet;
    animation-name: ma5-panelInIEtablet;
  }
}
.ma5menu__panel--active-leave {
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.noie .ma5menu__panel--active-leave {
  -webkit-animation-name: ma5-panelOut;
  animation-name: ma5-panelOut;
}
.ie .ma5menu__panel--active-leave {
  -webkit-animation-name: ma5-panelOutIEphone;
  animation-name: ma5-panelOutIEphone;
}
@media (min-width: 768px) {
  .ie .ma5menu__panel--active-leave {
    -webkit-animation-name: ma5-panelOutIEtablet;
    animation-name: ma5-panelOutIEtablet;
  }
}
.ma5menu__panel--parent-enter {
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.noie .ma5menu__panel--parent-enter {
  -webkit-animation-name: ma5menuOut;
  animation-name: ma5menuOut;
}
.ie .ma5menu__panel--parent-enter {
  -webkit-animation-name: ma5menuOutIEphone;
  animation-name: ma5menuOutIEphone;
}
@media (min-width: 768px) {
  .ie .ma5menu__panel--parent-enter {
    -webkit-animation-name: ma5menuOutIEtablet;
    animation-name: ma5menuOutIEtablet;
  }
}
.ma5menu__panel--parent-leave {
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.noie .ma5menu__panel--parent-leave {
  -webkit-animation-name: ma5menuOutB;
  animation-name: ma5menuOutB;
}
.ie .ma5menu__panel--parent-leave {
  -webkit-animation-name: ma5menuOutBIEphone;
  animation-name: ma5menuOutBIEphone;
}
@media (min-width: 768px) {
  .ie .ma5menu__panel--parent-leave {
    -webkit-animation-name: ma5menuOutBIEtablet;
    animation-name: ma5menuOutBIEtablet;
  }
}
.ma5menu__panel.lvl-0 {
  text-transform: uppercase;
}
.ma5menu__panel.lvl-1 {
  text-transform: none;
}
.ma5menu__panel > ul {
  margin: 0;
  padding: 0;
}
.ma5menu__panel > ul li {
  position: relative;
  font-size: 0;
  padding-right: 0;
  margin-bottom: 0;
  line-height: 0;
}
.ma5menu__panel > ul li a,
.ma5menu__panel > ul li .ma5menu__category {
  display: inline-block;
  vertical-align: top;
  text-decoration: none !important;
  width: 100%;
  outline: none !important;
  pointer-events: none;
  letter-spacing: 0.3px;
  -o-transition: color 0.3s ease-out, background-color 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out;
  padding: 15px 20px 15px 20px;
  font-size: 13px;
  line-height: 19px;
  overflow: hidden;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
.ma5menu__panel > ul li a:hover {
  color: #ba0c2f;
  background-color: transparent;
  -o-transition: none;
  transition: none;
}
.ma5menu__panel > ul li .ma5menu__category {
  position: relative;
  text-align: left;
  background-position: calc(100% - 13px) 50%;
  color: #ffffff;
  background-color: transparent;
}
.ma5menu__panel > ul li .ma5menu__category:hover {
  color: #ba0c2f;
  background-color: transparent;
  -o-transition: none;
  transition: none;
}
.ma5menu__panel > ul li .ma5menu__category.ma5menu__path {
  color: #ba0c2f !important;
  background-color: transparent !important;
}
.ma5menu__panel > ul li .ma5menu__category.ma5menu__path:hover {
  color: #ba0c2f !important;
  background-color: transparent !important;
  -o-transition: none;
  transition: none;
}
.ma5menu__panel > ul li > .ma5menu__btn--enter + a {
  padding-right: 60px;
  margin-right: -50px;
}
.ma5menu__panel--active {
  z-index: 170;
  display: block;
}
.ma5menu__panel--active > ul li a,
.ma5menu__panel--active > ul li .ma5menu__category {
  pointer-events: auto;
}
.ma5menu__btn--enter {
  font-size: 13px;
  cursor: pointer;
  display: block;
  position: relative;
  padding: 0;
  width: 100%;
  top: 0;
  height: 100%;
  color: #000;
  text-align: center;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 24px 24px;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
  text-align: left;
  padding: 20px;
  background: url(../images/icons/right-arrow-angle.png) no-repeat 81% center;
  background-size: 13px;
}
.ma5menu__btn--enter:hover,
.ma5menu__btn--leave:hover {
  -o-transition: none;
  transition: none;
}
.ma5menu__btn--enter:hover {
  color: #ba0c2f;
  background-color: rgba(255, 255, 255, 0.3);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20fill%3D%22%23ffc107%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M10%206L8.59%207.41%2013.17%2012l-4.58%204.59L10%2018l6-6z%22/%3E%3C/svg%3E");
}
.ma5menu__btn--enter:before {
  content: "";
  display: block;
  width: 1px;
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: -2px;
  background-color: transparent;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.ma5menu__leave {
  color: #000;
  font-size: 16px;
  padding: 19px;
  font-size: 13px;
  font-weight: 600;
  border-bottom: #eee 1px solid;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-left: 40px;
  background: url(../images/icons/left-arrow.png) no-repeat 15px 12px;
  background-size: 14px;
}
.ma5menu__path {
  color: #ba0c2f !important;
  background-color: transparent !important;
}
.ma5menu--overflow {
  overflow-x: hidden !important;
}
.ma5menu--left:before,
.ma5menu--right:before {
  content: "";
  display: block;
  height: 100%;
  position: fixed;
  top: 0;
  background-color: rgba(255, 255, 255, 0.01);
  z-index: -1;
  -o-transition: background-color 0.4s ease-out 0.5s, z-index 0.8s linear;
  transition: background-color 0.4s ease-out 0.5s, z-index 0.8s linear;
  width: 100%;
}
.ma5menu--active > body .container * {
  -ms-touch-action: none;
  touch-action: none;
  pointer-events: none;
}
@media (max-width: 767px) {
  .ma5menu--active > body * {
    pointer-events: none;
  }
  .ma5menu--active > body .ma5menu__toggle {
    pointer-events: auto;
  }
  .ma5menu--active > body .ma5menu__toggle * {
    pointer-events: auto;
  }
  .ma5menu--active > body .ma5menu__container {
    pointer-events: auto;
  }
  .ma5menu--active > body .ma5menu__container * {
    pointer-events: auto;
  }
  .ma5menu--active > body .ma5menu__container .ma5menu__alert {
    pointer-events: none;
  }
  .ma5menu--active > body .ma5menu__container--scroll {
    pointer-events: auto;
  }
}
@media (max-width: 1199px) {
  .ma5menu--active.has-body-scrollbar {
    overflow: hidden;
    overflow-y: scroll;
    height: auto;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
  }
}
.ma5menu--active.ma5menu--left:before {
  right: 0;
}
.ma5menu--active.ma5menu--right:before {
  left: 0;
}
.ma5menu--swipe {
  position: relative;
  overflow-x: hidden !important;
}
.ma5menu--swipe body {
  position: relative;
}
.ma5menu--swipe.ma5menu--left body {
  -o-transition: left 0.5s ease-out;
  transition: left 0.5s ease-out;
  left: 0;
}
.ma5menu--swipe.ma5menu--right body {
  -o-transition: right 0.5s ease-out;
  transition: right 0.5s ease-out;
  right: 0;
}
.ma5menu--swipe.ma5menu--active.ma5menu--left body {
  left: 280px;
}
@media (min-width: 768px) {
  .ma5menu--swipe.ma5menu--active.ma5menu--left body {
    left: 360px;
  }
}
.ma5menu--swipe.ma5menu--active.ma5menu--right body {
  right: 280px;
}
@media (min-width: 768px) {
  .ma5menu--swipe.ma5menu--active.ma5menu--right body {
    right: 360px;
  }
}
.ma5menu__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}
@-webkit-keyframes ma5-panelIn {
  0% {
    -webkit-transform: translate3d(280px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes ma5-panelIn {
  0% {
    -webkit-transform: translate3d(280px, 0, 0);
    transform: translate3d(280px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes ma5-panelOut {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(280px, 0, 0);
  }
}
@keyframes ma5-panelOut {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(280px, 0, 0);
    transform: translate3d(280px, 0, 0);
  }
}
@-webkit-keyframes ma5menuIn {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-280px, 0, 0);
  }
}
@keyframes ma5menuIn {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-280px, 0, 0);
    transform: translate3d(-280px, 0, 0);
  }
}
@-webkit-keyframes ma5menuOut {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-280px, 0, 0);
  }
}
@keyframes ma5menuOut {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-280px, 0, 0);
    transform: translate3d(-280px, 0, 0);
  }
}
@-webkit-keyframes ma5menuOutB {
  0% {
    -webkit-transform: translate3d(-280px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes ma5menuOutB {
  0% {
    -webkit-transform: translate3d(-280px, 0, 0);
    transform: translate3d(-280px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@media (min-width: 768px) {
  @-webkit-keyframes ma5-panelIn {
    0% {
      -webkit-transform: translate3d(360px, 0, 0);
    }
    100% {
      -webkit-transform: translate3d(0, 0, 0);
    }
  }
  @keyframes ma5-panelIn {
    0% {
      -webkit-transform: translate3d(360px, 0, 0);
      transform: translate3d(360px, 0, 0);
    }
    100% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  @-webkit-keyframes ma5-panelOut {
    0% {
      -webkit-transform: translate3d(0, 0, 0);
    }
    100% {
      -webkit-transform: translate3d(360px, 0, 0);
    }
  }
  @keyframes ma5-panelOut {
    0% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    100% {
      -webkit-transform: translate3d(360px, 0, 0);
      transform: translate3d(360px, 0, 0);
    }
  }
  @-webkit-keyframes ma5menuIn {
    0% {
      -webkit-transform: translate3d(0, 0, 0);
    }
    100% {
      -webkit-transform: translate3d(-360px, 0, 0);
    }
  }
  @keyframes ma5menuIn {
    0% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    100% {
      -webkit-transform: translate3d(-360px, 0, 0);
      transform: translate3d(-360px, 0, 0);
    }
  }
  @-webkit-keyframes ma5menuOut {
    0% {
      -webkit-transform: translate3d(0, 0, 0);
    }
    100% {
      -webkit-transform: translate3d(-360px, 0, 0);
    }
  }
  @keyframes ma5menuOut {
    0% {
      -webkit-transform: translate3d(0, 0, 0);
    }
    100% {
      -webkit-transform: translate3d(-360px, 0, 0);
    }
  }
  @-webkit-keyframes ma5menuOutB {
    0% {
      -webkit-transform: translate3d(-360px, 0, 0);
    }
    100% {
      -webkit-transform: translate3d(0, 0, 0);
    }
  }
  @keyframes ma5menuOutB {
    0% {
      -webkit-transform: translate3d(-360px, 0, 0);
      transform: translate3d(-360px, 0, 0);
    }
    100% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
}
@-webkit-keyframes ma5-panelInIEphone {
  0% {
    -webkit-transform: translate3d(280px, 0, 0);
    transform: translate3d(280px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes ma5-panelInIEphone {
  0% {
    -webkit-transform: translate3d(280px, 0, 0);
    transform: translate3d(280px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes ma5-panelOutIEphone {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(280px, 0, 0);
    transform: translate3d(280px, 0, 0);
  }
}
@keyframes ma5-panelOutIEphone {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(280px, 0, 0);
    transform: translate3d(280px, 0, 0);
  }
}
@-webkit-keyframes ma5menuInIEphone {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-280px, 0, 0);
    transform: translate3d(-280px, 0, 0);
  }
}
@keyframes ma5menuInIEphone {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-280px, 0, 0);
    transform: translate3d(-280px, 0, 0);
  }
}
@-webkit-keyframes ma5menuOutIEphone {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-280px, 0, 0);
    transform: translate3d(-280px, 0, 0);
  }
}
@keyframes ma5menuOutIEphone {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-280px, 0, 0);
    transform: translate3d(-280px, 0, 0);
  }
}
@-webkit-keyframes ma5menuOutBIEphone {
  0% {
    -webkit-transform: translate3d(-280px, 0, 0);
    transform: translate3d(-280px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes ma5menuOutBIEphone {
  0% {
    -webkit-transform: translate3d(-280px, 0, 0);
    transform: translate3d(-280px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes ma5-panelInIEtablet {
  0% {
    -webkit-transform: translate3d(360px, 0, 0);
    transform: translate3d(360px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes ma5-panelInIEtablet {
  0% {
    -webkit-transform: translate3d(360px, 0, 0);
    transform: translate3d(360px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes ma5-panelOutIEtablet {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(360px, 0, 0);
    transform: translate3d(360px, 0, 0);
  }
}
@keyframes ma5-panelOutIEtablet {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(360px, 0, 0);
    transform: translate3d(360px, 0, 0);
  }
}
@-webkit-keyframes ma5menuInIEtablet {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-360px, 0, 0);
    transform: translate3d(-360px, 0, 0);
  }
}
@keyframes ma5menuInIEtablet {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-360px, 0, 0);
    transform: translate3d(-360px, 0, 0);
  }
}
@-webkit-keyframes ma5menuOutIEtablet {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-360px, 0, 0);
    transform: translate3d(-360px, 0, 0);
  }
}
@keyframes ma5menuOutIEtablet {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-360px, 0, 0);
    transform: translate3d(-360px, 0, 0);
  }
}
@-webkit-keyframes ma5menuOutBIEtablet {
  0% {
    -webkit-transform: translate3d(-360px, 0, 0);
    transform: translate3d(-360px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes ma5menuOutBIEtablet {
  0% {
    -webkit-transform: translate3d(-360px, 0, 0);
    transform: translate3d(-360px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes ma5-arrowDown {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ma5-arrowDown {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@media print {
  .desknav,
  .n-jig_box,
  .sidebar-main,
  #off-canvas-right,
  .page-bottom,
  .page-footer,
  .modals-wrapper,
  .order-links {
    display: none;
  }
  .block-content {
    display: flex;
  }
  .wt_fixwrap {
    margin-top: 0 !important;
  }
  .header-wrap-top {
    box-shadow: none;
  }
  .table tfoot {
    display: table-row-group;
  }
  .n-logo svg {
    display: none;
  }
  .block-title {
    margin-top: 40px;
  }
}
@page :first {
  .n-logo svg {
    display: block;
  }
}
/**
 * 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,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .form-address-edit > .fieldset,
  .form-edit-account .fieldset,
  .storecredit .block,
  .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),
  .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),
  .storecredit .block: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),
  .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),
  .storecredit .block: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) + *,
  .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) + *,
  .storecredit .block: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,
  .modes-label,
  .block-search .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;
  }
  .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: #ff5501;
    border-style: solid;
    border-width: 0 0 3px;
    color: #333;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: '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: #ff5501;
    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;
  }
  .am-brands-fullwidth {
    width: 100% !important;
  }
  .ui-tooltip.ui-widget {
    max-width: 450px;
  }
  .filter-options-content a:hover {
    text-decoration: none;
  }
  .catalog-topnav {
    display: block;
  }
  .page-layout-1column .toolbar-products {
    position: inherit !important;
  }
  .filter-options-content .am-filter-price {
    width: 40%;
  }
  .sidebar > .block-category-list {
    margin-bottom: 14px;
  }
  .amasty-catalog-topnav {
    margin-top: 3px;
  }
  .amasty-catalog-topnav.catalog-topnav .filter-options .filter-options-content {
    min-width: 200px;
    z-index: 1001;
  }
  .amasty-catalog-topnav .filter-options {
    margin-bottom: 20px;
    padding: 3px 0;
  }
  .amasty-catalog-topnav .filter-subtitle {
    display: none;
  }
  .amasty-catalog-topnav .amshopby-category-dropdown {
    min-width: 200px;
  }
  .amasty-catalog-topnav .filter-options-item {
    margin-bottom: 0;
  }
  .amasty-catalog-topnav .filter-options-item:first-child .filter-options-title {
    padding-left: 0;
  }
  .amasty-catalog-topnav .filter-options-title {
    padding-right: 5px;
  }
  .amasty-catalog-topnav .filter-options-title:after {
    display: inline-block;
    margin: 0 0 0 15px;
    position: static;
    transform: translateY(-2px);
  }
  .sidebar.sidebar-main.-amshopby-sticky {
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 10;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options {
    overflow-y: auto;
    scrollbar-width: thin;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options:hover {
    scrollbar-color: #adadad rgba(173, 173, 173, 0.2);
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options:hover::-webkit-scrollbar {
    background: #f0f0f0;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options:hover::-webkit-scrollbar-thumb {
    background: #adadad;
    border-radius: 6px;
    cursor: pointer;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options:hover::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #fff;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options::-webkit-scrollbar {
    height: 12px;
    width: 6px;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options::-webkit-scrollbar-thumb {
    height: 6px;
    width: 6px;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options ::-webkit-scrollbar-track {
    height: 6px;
    width: 6px;
  }
  .amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-flyout-block .items.amshopby-fly-out-view {
    margin: -11px;
    box-shadow: none;
  }
  .filter-options input[type='checkbox'] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    width: 0;
    position: absolute;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-word;
    word-wrap: break-word;
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    margin: 0;
    padding: 0 0 0 22px;
    min-height: 12px;
    line-height: 1.2;
    cursor: pointer;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before,
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    border-radius: 2px;
    content: '';
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before {
    border: 1px solid #e3e3e3;
    background: #fff;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    background: #1979c3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNSAxNSI+CiAgPGRlZnMvPgogIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMS42NjkzIDMuNTAwNjFjLS4yMDc4LjAwNjk1LS40MDQ4LjA5ODg1LS41NDkzLjI1NjItMS45NTcwMyAyLjA2NDE1LTMuNDM4ODMgMy43NzY1NS01LjI4MDQxIDUuNzQ3ODNMMy44MTczIDcuNzA0NzRjLS4wNzk5Mi0uMDcxNi0uMTcyNDUtLjEyNTk1LS4yNzIzMy0uMTU5OTItLjA5OTg3LS4wMzM5Ny0uMjA1MTItLjA0NjktLjMwOTc0LS4wMzgwNi0uMTA0NjIuMDA4ODUtLjIwNjU2LjAzOTI5LS4zLjA4OTYtLjA5MzQ1LjA1MDMtLjE3NjU2LjExOTQ4LS4yNDQ1OS4yMDM2LS4wNjgwNC4wODQxMS0uMTE5NjYuMTgxNTEtLjE1MTkzLjI4NjYyLS4wMzIyNy4xMDUxMS0uMDQ0NTUuMjE1ODgtLjAzNjE1LjMyNTk4LjAwODQxLjExMDExLjAzNzM0LjIxNzQuMDg1MTUuMzE1NzQuMDQ3ODEuMDk4MzMuMTEzNTUuMTg1NzkuMTkzNDguMjU3MzlMNS4zNzc3MSAxMS4yOThjLjE1MzE1LjEzNzkuMzUwMTkuMjA5OC41NTE2LjIwMTMuMjAxNDEtLjAwODYuMzkyMzEtLjA5NjkuNTM0NDQtLjI0NzNDOC42MTA3NCA4Ljk4NzU3IDEwLjE0MiA3LjE3NTQ0IDEyLjI1NiA0Ljk0NTc4Yy4xMTY1LS4xMTgzNy4xOTYtLjI3MTIuMjI4MS0uNDM4MjMuMDMyMS0uMTY3MDMuMDE1My0uMzQwMzgtLjA0ODQtLjQ5NzA5LS4wNjM2LS4xNTY3MS0uMTcwOS0uMjg5MzctLjMwNzgtLjM4MDQyLS4xMzY5LS4wOTEwNS0uMjk2OC0uMTM2MTktLjQ1ODYtLjEyOTQzeiIvPgo8L3N2Zz4K) center / 12px;
    content: none;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:hover:before,
  .filter-options input[type='checkbox']:checked + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type='checkbox']:checked + .amshopby-choice:after {
    content: '';
  }
  ._keyfocus .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  ._keyfocus .filter-options input[type='checkbox']:focus + .amshopby-choice:before,
  .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  .filter-options input[type='checkbox']:focus + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type='checkbox']:not(:checked).mage-error + .amshopby-choice:before {
    border-color: #f23b3b;
  }
  .am_shopby_apply_filters {
    position: absolute;
    bottom: inherit;
    z-index: 212;
    display: none;
    visibility: hidden;
    padding: 0;
    width: inherit;
  }
  .am_shopby_apply_filters.visible {
    bottom: inherit;
    visibility: visible;
  }
  .am_shopby_apply_filters.-fixed {
    position: fixed;
  }
  .am_shopby_apply_filters.-fixed .am-show-button:before {
    display: none;
  }
  .am-show-button {
    position: relative;
    justify-content: space-between;
    margin: 0 0 10px;
    padding: 12px 10px;
    min-width: 180px;
    width: inherit;
    border: none;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
  }
  .am-show-button > .am-items {
    margin: 0 auto;
  }
  .am-show-button:before {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff;
    content: '';
    transform: rotate(45deg);
  }
  .am-show-button.-vertical:before {
    top: calc(50% - (10px / 2));
    right: calc(100% - (10px / 2));
  }
  .am-show-button.-horizontal:before {
    top: calc(100% - (10px / 2));
    left: calc(50% - (10px / 2));
  }
  #amasty-shopby-product-list .amshopby-overlay-block > .amshopby-loader {
    top: 30%;
    transform: translate(-50%, -30%);
  }
  .am-categories-slider {
    width: 85%;
  }
  .ambrands-letters-list {
    display: flex;
  }
  .ambrands-letters-list .ambrands-letter .ambrands-content {
    margin: 0 -10px;
  }
  .ambrands-letters-list .ambrands-brand-item {
    margin: 0 10px 20px;
  }
  .ambrands-letters-list .ambrands-brand-item.-no-logo {
    max-width: 156px;
  }
  .ambrands-letters-list .ambrands-letter {
    padding-right: 10px;
    width: inherit;
  }
  .mp-sidebar .data.item.title {
    width: 50% !important;
    margin: 0 !important;
  }
  .mp-sidebar .data.item.title .data.switch {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .mp-sidebar .data.item.title .data.switch div {
    width: fit-content;
    margin: auto;
  }
  .mp-sidebar #tab-label-popular .data.switch {
    border-right: 0 !important;
  }
  .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%;
  }
  .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: ')';
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .storecredit .block-balance-history {
    width: 100%;
  }
  .table-balance-history .col {
    width: 25%;
  }
  .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: 'Gotham', '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%;
  }
  .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 #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .block.newsletter .field.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;
  }
  .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;
  }
  .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: 1024px), print {
  .filter-options-content .am-filter-price {
    width: 43%;
  }
  .ambrands-letters-filter .ambrands-letter {
    margin: 0 7px 7px 0;
  }
  .ambrands-letters-list .ambrands-letter {
    padding-right: 30px;
    width: inherit;
  }
  .ambrands-list-popup {
    position: absolute;
    width: 600px;
    height: 415px;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 2px 7px rgba(131, 136, 141, 0.13), 0 10px 15px rgba(131, 136, 141, 0.13);
    opacity: 0;
    transition: all 0.5s ease;
    pointer-events: none;
  }
  .ambrands-menu-item:hover .ambrands-list-popup,
  .ammenu-item:hover .ambrands-list-popup {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }
  .ambrands-list-container {
    display: flex;
    height: 100%;
    font-size: 0;
  }
  .ambrands-list-popup .ambrands-letters-filter {
    display: block;
    overflow: auto;
    box-sizing: border-box;
    padding: 20px 14px 0;
    min-width: calc(((34px + 12px) * 4) + (14px * 2));
    width: calc(((34px + 12px) * 4) + (14px * 2));
    height: 100%;
    background: #fbfbfb;
    font-size: 0;
  }
  .ambrands-list-popup .ambrands-letters-filter .ambrands-letter {
    display: inline-flex;
    margin: 0 6px 12px;
  }
  .ambrands-list-popup .ambrands-letters-filter .ambrands-letter.-letter-all {
    margin-bottom: 30px;
    width: calc(100% - 12px);
  }
  .ambrands-popup-items {
    display: inline-block;
    overflow: auto;
    box-sizing: border-box;
    padding: 20px;
    width: 100%;
    height: 100%;
    font-size: 14px;
  }
  .ambrands-popup-items .ambrands-letters-list {
    width: 100%;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-letter {
    margin-bottom: 30px;
    padding-right: 0;
  }
  .ambrands-popup-items .ambrands-letters-list:last-child .ambrands-letter {
    margin-bottom: 0;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item {
    min-width: 100px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item {
    min-width: 100px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item .ambrands-label {
    max-width: 130px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item.-no-logo {
    max-width: 102px;
  }
  .ambrands-popup-items .ambrands-letter .ambrands-brand-item .ambrands-empty {
    font-weight: 400;
    font-size: 40px;
  }
  .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .products-grid .product-item {
    width: 16.66666667%;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 25%;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 5px;
    width: calc((100% - 6%)/4);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: 20%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
    width: 32.667%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
    margin-left: 1%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .box-tocart .paypal:first-of-type {
    margin-top: 13px;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #ccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .order-links .item {
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 35px;
  }
  .order-links .item strong {
    padding: 1px 35px 2px 35px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%) / 5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
}
@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%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2FMagento_ReCaptchaCheckoutSalesRule%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2FMagento_ReCaptchaCustomer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2FMagento_ReCaptchaFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2FMagento_ReCaptchaNewsletter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2FMagento_ReCaptchaReview%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2FMagento_ReCaptchaSendFriend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2FMagento_ReCaptchaWishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_mini-cart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_pay-later.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_apple-pay.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_google-pay.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2FMagento_InventoryConfigurableProductFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2FAmasty_Base%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_slick-theme.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2FAmasty_Coupons%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2FAmasty_PromoBanners%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2FAmasty_ShopbyBase%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_mixins.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2FAmasty_Shopby%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_mixins.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2FAmasty_ShopbyBrand%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_mixins.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2FBss_ConfigurableProductWholesale%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2FBss_Simpledetailconfigurable%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2FMageplaza_Blog%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2FMagento_ProductVideo%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_tooltip.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_utilities.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_order-summary.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2FMagento_Rma%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2FMagento_LayeredNavigation%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_responsive.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2F_extends.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2FMagento_GiftRegistry%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2FMagento_AdvancedCheckout%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2FMagento_Customer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2FMagento_CustomerBalance%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_review.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_review.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_cart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2FMagento_Review%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2FMagento_SendFriend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2FMagento_CatalogSearch%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_collapsible_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2FMagento_GiftWrapping%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2FMagento_MultipleWishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2FMagento_Sales%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2FMagento_Bundle%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2FMagento_GiftMessage%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_checkout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2FMagento_GiftCardAccount%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2FMagento_Reward%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2F_variables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2F_theme.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_estimated-total.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_tables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2F_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2F_sections.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_sections.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2F_actions-toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_actions-toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2F_popups.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_modals_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2FMagento_InventoryInStorePickupFrontend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2FAmasty_ShopbyBase%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_base.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2FAmasty_Shopby%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ffrontend%5C%2F_base.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2FAmasty_Shopby%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ffrontend%5C%2Fcomponents%5C%2F_filter-fly-out.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2FAmasty_Shopby%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ffrontend%5C%2Fcomponents%5C%2F_inputs.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2FAmasty_Shopby%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ffrontend%5C%2Fcomponents%5C%2F_show-button.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2FAmasty_Shopby%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ffrontend%5C%2Fcomponents%5C%2F_loader.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2FAmasty_Shopby%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ffrontend%5C%2Fcomponents%5C%2F_slider.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2FAmasty_ShopbyBrand%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_brands-list.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2FMagento_CatalogEvent%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2FMagento_Contact%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_listings.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_minicart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_modals.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_shipping.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_sidebar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_authentication.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_payments.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_payment-options.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2FMagento_Downloadable%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2FMagento_GiftCard%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2FMagento_GroupedProduct%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2FMagento_InstantPurchase%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2FMagento_Invitation%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2FMagento_Newsletter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_dropdowns.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2FMagento_Vault%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2FMagento_Wishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2FPayPal_Braintree%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2FAmasty_ShopbyBrand%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_brands-filter.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTkc%5C%2Foriginal%5C%2Fen_GB%5C%2FAmasty_ShopbyBrand%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_brands-popup.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAIA%2CcACI%3BEACI%2C2BAAA%3B%3B%3B%3B%3B%3BACFR%2CgBAGI%3BAAFJ%2CWAEI%3BAADJ%2CkBACI%3BEACI%2C8BAAA%3B%3B%3B%3B%3B%3BACJR%2CiBAAiB%3BEACb%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3B%3B%3B%3B%3BACFY%2CMAJV%2CWACF%2CiBACI%2COACI%2CSACK%3BEACG%2CaAAA%3B%3B%3B%3B%3B%3BACNpB%2CYACI%3BEACI%2CmBAAA%3B%3B%3B%3B%3B%3BACFR%2CKAAK%2CKAAK%2COAAQ%3BEACd%2CgBAAA%3B%3B%3B%3B%3B%3BACDJ%2CKAAK%2CSAAS%2CMAAO%3BEACjB%2CmBAAA%3B%3BACEI%2CeADJ%2CeACM%2CWACE%3BEACI%2CgBAAA%3B%3BACJhB%3BEACI%2CgBAAA%3B%3BACCI%2CcADA%2CMACI%3BEACA%2CsBAAA%3B%3BAAKZ%3BEACI%2CgBAAA%3B%3BAAIA%2CaAAE%3BEACE%2CgBAAA%3B%3BACdR%3BEACI%2CgBAAA%3B%3BAAEA%2CWAAE%3BEACE%2C8BAAA%3BEACA%2CkCAAA%3BEACA%2C4BAAA%3BEACA%2CwBAAA%3BEACA%2CSAAA%3B%3BAAKJ%2CaAAE%3BEACE%2CmBAAA%3B%3B%3B%3B%3B%3BACfR%2CuBACI%3BEACI%2CaAAA%3B%3BACoBR%3BEACI%3BIACI%2CWAAW%2CsBAAqB%2CSAAhC%3B%3BEAGJ%3BIACI%2CWAAW%2CsBAAqB%2CgBAAhC%3B%3B%3BACbR%3BEACI%2CqBAAA%3BEACA%2CsBAAA%3B%3BACJJ%2CUAAU%2CWAAY%2CMAAK%2CQAAQ%2CaAAc%3BEAC7C%2CgBAAA%3B%3BAAGJ%2CUAAU%2CWAAY%2CMAAK%2CQAAQ%3BEAC%5C%2FB%2CcAAA%3B%3BAAGJ%2CUAAU%2CWAAY%2CMAAK%2CQAAQ%3BEAC%5C%2FB%2CiBAAA%3B%3BAAGJ%2CUAAU%2CWAAY%2CMAAK%2CQAAQ%2CaAAc%3BEAC7C%2CgBAAA%3B%3BAAGJ%2CUAAU%2CWAAY%2CMAAK%2CQAAQ%2CaAAc%3BEAC7C%2CiBAAA%3B%3BAAWJ%2CwBAR0C%3BEACtC%2CGAAG%3BIACC%2CmBAAA%3BIACA%2CaAAA%3BIACA%2CuBAAA%3B%3B%3BACTR%3BEAEQ%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CKAAM%3BEACF%2CqBAAA%3B%3BACHR%3BEACI%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%3BEAEQ%2CsBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CKAAM%3BEACF%2CqBAAA%3B%3BACER%3BEAEQ%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CKAAM%3BEACF%2CqBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAC%5C%2FCR%2CkBAAmB%3BEACf%2C%2BBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CmBAAoB%2CWAAU%3BEAC1B%2CeAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3B%3BAAGJ%2CcAAe%3BAAAO%2CcAAe%2CMAAM%3BEACvC%2CkBAAA%3B%3BAAGJ%2CcAAe%2CMACX%3BEACI%2CyBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CcANW%2CMAMV%2CSACG%3BEACI%2CeAAA%3B%3BAAKZ%2CcAAe%2CMAAM%3BEACjB%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CcAAe%2CMAAM%2CGAAE%2CmBAAmB%3BEACtC%2CaAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CcAAe%2CMAAM%2CGAAE%3BEACnB%2CgCAAA%3B%3BAAGJ%3BEACI%2C%2BBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CcAAc%3BEACV%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CWAAW%2CaAAX%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2C%2BBAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CSAAA%3BEACA%2CyBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CSAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3B%3BAAGJ%3BEACI%2C%2BBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CkBAAkB%3BEACd%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CWAAW%2CaAAX%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2C%2BBAAA%3B%3BAAGJ%2CkBAAmB%3BEACf%2CSAAA%3BEACA%2CyBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CkBAAmB%3BEACf%2CSAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CkBAAkB%2CWAAW%3BEACzB%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CkBAAkB%3BEACd%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CWAAW%2CaAAX%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2C8BAAA%3BEACA%2C6BAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BEACI%2CoBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CYAAa%3BEACT%2CWAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CcAAe%2CMAAM%2CeAAc%3BEAC%5C%2FB%2CeAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CcAAe%2CMAAM%2CeAAc%3BAAAQ%2CcAAe%2CMAAM%2CeAAc%2CMAAO%3BEACjF%2CyBAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CSAAA%3B%3BAAGJ%2CcAAe%2CGAAE%2CcAAc%3BEAC3B%2CSAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CcAAe%2CGAAE%2CcAAc%2CSAAU%2CIAAG%3BEACxC%2C0BAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CcAAe%2CGAAE%2CcAAe%2CIAAG%3BEAC%5C%2FB%2CSAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CcAAe%2CeAAc%2CSAAS%3BEAClC%2CcAAA%3B%3BAAGJ%2CcAAe%2CeAAc%2CIAAI%2CWAAW%3BEACxC%2CUAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CcAAe%3BAAAgB%2CcAAe%3BEAC1C%2C6BAAA%3B%3BAAGJ%3BEACI%3BIACI%2CWAAW%2CcAAX%3B%3B%3BAAIR%3BEACI%2CkBAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CgBAAiB%3BEACb%2CYAAA%3B%3BAAGJ%2CgBAAgB%3BEACZ%2CSAAS%2CEAAT%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2C2CAAA%3B%3BAASJ%2CgBANmC%3BEAC%5C%2FB%3BIACI%2CaAAA%3B%3B%3BAAUR%2CgBANmC%3BEAC%5C%2FB%3BIACI%2CaAAA%3B%3B%3BAAaR%2CgBATkC%3BEAC9B%3BIACI%2CaAAA%3B%3BEAGJ%3BIACI%2CmBAAA%3B%3B%3BAC3RR%3BEACC%2CwBAAA%3B%3BAAED%3BEACC%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3B%3BAAED%3BEACC%2CoBAAA%3BEACA%2CYAAA%3B%3BAAED%2COAAO%3BEACH%2CeAAA%3B%3BAAEJ%2COAAO%3BEACH%2CeAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BACEJ%2CaAAc%3BAACd%2CWAAY%3BEACV%2CqBAAA%3B%3BAAGF%3BEACE%2CiBAAA%3B%3BAAGF%3BEACE%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3B%3BAAJF%2CaAME%3BEACE%2CcAAA%3B%3BAAIJ%3BEACE%2CsBAAA%3B%3BAAEA%2CiBAAC%3BEACC%2CsBAAA%3BEACA%2C4CAAA%3B%3BAAIJ%3BEACE%2C4BAAA%3B%3BAAGF%3BEACE%2CmBAAA%3B%3BAAGF%3BEACE%2CeAAA%3B%3BAADF%2CuBAGE%3BEACE%2CeAAA%3B%3BAAOJ%3BEACE%2CqBAAA%3B%3BAASF%2CQAN0B%3BEACxB%3BIACE%2CkBAAA%3B%3B%3BAAIJ%3BEACE%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAUF%2CQAP0B%3BEACxB%2CQAAS%3BIACP%2CWAAA%3BIACA%2CUAAA%3B%3B%3BAAIJ%2CYACE%2CGAAE%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAIJ%3BEACE%2CgBAAA%3B%3BAADF%2CmBAGE%3BEACE%2CeAAA%3B%3BAAJJ%2CmBAGE%2C2BAGE%3BEACE%2CWAAA%3BEACA%2CYAAA%3B%3BAARN%2CmBAGE%2C2BAQE%3BEACE%2CWAAA%3BEACA%2CkBAAA%3BEACA%2COAAO%2CkBAAP%3B%3BAAdN%2CmBAGE%2C2BAQE%2C4BAKE%3BEACE%2CeAAA%3B%3BAAMR%3BEACE%2CgBAAA%3B%3BAAGF%2CCAAC%3BEACC%2CmBAAA%3BEACA%2CcAAA%3B%3BAAFF%2CCAAC%2CeAIC%2CIAAG%3BEACD%2CcAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3B%3BAAIJ%3BEACE%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAFF%2CcAIE%2CEAAC%3BEACC%2CcAAA%3B%3BAAIJ%3BEACE%2CkBAAA%3B%3BAADF%2CaAGE%2CIAAG%3BEACD%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAIJ%3BEACE%2CsBAAA%3BEACA%2CgBAAA%3B%3BAAGF%3BEACE%2CkBAAA%3B%3BAAGF%2CMAAO%2CKAAI%3BEACT%2CaAAA%3B%3BAAGF%2CYAAa%3BEACX%2CeAAA%3BEACA%2CgBAAA%3B%3BAAGF%3BEACE%2CmBAAA%3B%3BAADF%2CWAGE%3BEACE%2CkBAAA%3B%3BAAJJ%2CWAOE%2CMAAK%2CKAAK%3BEACR%2CeAAA%3B%3BAARJ%2CWAWE%2CSAAQ%2CKAAK%2CMACT%2CQAAK%3BEACL%2CoCAAA%3B%3BAA8BN%3BEACE%2CmBAAA%3B%3BAAGF%2CCAAC%2CMAAM%2CcAAc%3BEACnB%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3B%3BAAGF%2CEAAE%2CgBACA%2CGAAE%3BEACA%2CgBAAA%3B%3BAAFJ%2CEAAE%2CgBAMA%3BEACE%2CaAAA%3BEACA%2CkBAAA%3B%3BAARJ%2CEAAE%2CgBAWA%3BEACE%2CaAAA%3BEACA%2CkBAAA%3B%3BAAbJ%2CEAAE%2CgBAgBA%2CEAAC%3BEACC%2CcAAA%3BEACA%2CgBAAA%3B%3BAAlBJ%2CEAAE%2CgBAqBA%3BEACE%2CeAAA%3B%3BAAIJ%2CEAAE%3BEACA%2CmBAAA%3B%3BAAGF%3BEACE%2CuBAAA%3B%3BAAEA%2CeAAC%3BEACC%2CsBAAA%3B%3BAAJJ%2CeAOE%3BEACE%2CWAAA%3BEACA%2CUAAA%3B%3BAATJ%2CeAYE%3BEACE%2CWAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAAhBJ%2CeAYE%2CYAME%3BEACE%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAEA%2CeAbJ%2CYAME%2CKAOG%3BEACC%2CeAAA%3B%3BAAMR%2CSAAS%3BEACP%2C2BAAA%3BEACA%2C4BAAA%3BEACA%2C6BAAA%3BEACA%2CmBAAA%3B%3BAAGF%2CGAAG%3BEACD%2CiBAAA%3B%3BAAGF%2CQAAS%3BEACP%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2C8BAAA%3BEACA%2CWAAA%3B%3BAAGF%3BEACE%2C8BAAA%3BEACA%2C2BAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CsDAAA%3BEACA%2CmDAAA%3BEACA%2C8CAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAbF%2CyBAeE%3BEACE%2CiBAAA%3BEACA%2CWAAA%3B%3BAAIJ%3BEACE%2CgBAAA%3BEACA%2C6BAAA%3B%3BAAEA%2CwBAAC%3BEACC%2CmBAAA%3B%3BAALJ%2CwBAQE%3BEACE%2CcAAA%3B%3BAAEA%2CwBAHF%2CmBAGG%3BEACC%2CSAAS%2CGAAT%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3B%3BAAjBN%2CwBAQE%2CmBAYE%3BAApBJ%2CwBAQE%2CmBAY2B%3BEACvB%2CWAAA%3BEACA%2CiBAAA%3B%3BAAtBN%2CwBAQE%2CmBAiBE%3BEACE%2CcAAA%3B%3BAA1BN%2CwBAQE%2CmBAqBE%2CyBAAwB%3BEACtB%2CWAAW%2CgBAAX%3B%3BAAKN%3BEACE%2CgBAAA%3B%3BAAGF%3BEACE%2CmBAAA%3B%3BAAGF%3BEACE%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2C6BAAA%3B%3BAASF%3BEACE%2CcAAA%3B%3BAADF%2CmBAGE%3BEACE%2CSAAA%3BEACA%2CeAAA%3B%3BAAIJ%3BEACE%2CkBAAA%3B%3BAADF%2CcAGE%2COAAM%2COAAO%3BEACX%2CqBAAA%3BEACA%2C2BAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAAjBJ%2CcAGE%2COAAM%2COAAO%2COAgBX%3BEACE%2CmCAAA%3BEACA%2CcAAA%3B%3BAArBN%2CcAGE%2COAAM%2COAAO%2COAqBX%3BEACE%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAhCN%2CcAoCE%2CMAAK%3BEACH%2CaAAA%3B%3B%3BAAKJ%2CQAAQ%3BEACN%2C2BAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAGF%3BEACE%2CmBAAA%3B%3BAAGF%2CkBAAkB%3BEAChB%2C6BAAA%3B%3BAAGF%3BEACE%2CYAAA%3B%3BAADF%2CkDAGE%3BEACE%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3B%3BAAIJ%3BEACE%2CgBAAA%3B%3BAAGF%3BEACE%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAGF%2CGAAG%3BEACD%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAGF%2CEAAE%3BEACA%2C2BAAA%3B%3BAAGF%3BEACE%2CeAAA%3B%3BAAGF%3BEACE%2CeAAA%3B%3BAAGF%2CqBAAsB%3BEACpB%2CwBAAA%3B%3BAAGF%3BEACE%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAGF%2CCAAC%2C0BAA0B%3BEACzB%2CeAAA%3B%3BAAGF%3BEACE%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAGF%2CQAAQ%3BEACN%2C2BAAA%3B%3BAAGF%3BEACE%2C2BAAA%3BEACA%2CkBAAA%3B%3BAAFF%2CuBAIE%3BEACE%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAAIJ%2C8BAA8B%3BEAC5B%2CwBAAA%3B%3BAAGF%2CEAAE%2C2CAA2C%2CQAAQ%3BEACnD%2CeAAA%3BEACA%2CiBAAA%3B%3BAAGF%2CEAAE%2C2CAA2C%3BEAC3C%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2C6BAAA%3B%3BAAGF%2CkCAAmC%2CGAAE%3BEACnC%2C4BAAA%3B%3B%3BAAKF%3BEACE%2CmBAAA%3B%3BAAGF%2CcAAe%2CIAAG%3BEAChB%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAGF%3BEACE%2CqBAAA%3B%3B%3BAAIF%2CoBAAqB%2CQAAO%3BEAC1B%2CsBAAA%3B%3B%3BAAIF%3BEACE%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CuBAAA%3B%3BAANF%2CUAQE%3BEACE%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CuBAAA%3B%3BAAIJ%3BEACE%2CcAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CwBAAA%3B%3BAALF%2CsBAOE%3BEACE%2CcAAA%3B%3BAAIJ%3BEACE%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAFF%2CWAIE%2CIAAG%3BEACD%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAAIJ%2CiBACE%3BEACE%2CkBAAA%3B%3BAAIJ%3BEACE%2CwBAAA%3B%3BAAiBF%2CwBAd0C%3BEACxC%2CeACE%3BIACE%2CgBAAA%3BIACA%2CmBAAA%3B%3BEAHJ%2CeAME%3BIACE%2CmBAAA%3BIACA%2CmBAAA%3B%3B%3BAAKN%3BEACE%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAFF%2CiBAIE%2CGAAE%3BEACA%2CaAAA%3B%3BAAIJ%2CkBACE%3BEACE%2CyBAAA%3B%3B%3BAAKJ%2CwBACE%3BAADF%2CwBAEE%3BAAFF%2CwBAGE%3BEACE%2CUAAA%3BEACA%2CYAAA%3B%3BAALJ%2CwBAQE%3BEACE%2CgCAAA%3B%3BAAgBJ%2CQAZ0B%3BEACxB%2CwBACE%2C4BAA4B%3BIAC1B%2C%2BBAAA%3B%3BEAFJ%2CwBAKE%2C2BAA2B%3BIACzB%2C8BAAA%3B%3B%3BAAcN%2CQAT2B%3BEACzB%2CwBACE%2CoBAAoB%3BIAClB%2CaAAA%3BIACA%2CYAAA%3B%3B%3BAAaN%2CQAR2B%3BEACzB%2CwBACE%2CoBAAoB%3BIAClB%2CaAAA%3BIACA%2CaAAA%3B%3B%3BAAUN%2CgBANkC%3BEAChC%2CkBAAmB%2CeAAe%3BIAChC%2CUAAA%3B%3B%3BAAUJ%2CgBANkC%3BEAChC%2CkBAAmB%2CeAAe%3BIAChC%2CUAAA%3B%3B%3B%3B%3B%3B%3B%3BAChmBJ%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%3BAC%5C%2FFxB%2CwBApGyC%3BEAGrC%3BIACI%2CkBAAA%3BIACA%2C2BAAA%3BIACA%2CUAAA%3BIACA%2C8CAAA%3B%3BEAEJ%2COAAO%2COAAQ%3BIACX%2CuBAAA%3BIACA%2CYAAA%3BIACA%2CoBAAA%3BIACA%2C4BAAA%3BIACA%2CeAAA%3BIACA%2CsBAAA%3BIACA%2CoBAAA%3BIACA%2CsBAAA%3B%3BEAIJ%2CIAAI%2CcAAe%3BIAAU%2CoBAAA%3B%3BEAC7B%2COAAO%2COAAQ%3BIACX%2CuBAAA%3BIACA%2CUAAA%3BIACA%2CYAAA%3BIACA%2CsBAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAEJ%2COAAO%2COAAQ%2CcAAc%2COAAM%3BIAAQ%2CeAAA%3BIAAiB%2C2BAAA%3B%3BEAE5D%2COAAO%2COAAQ%3BIACX%2CyBAAA%3BIACA%2C4BAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CyBAAA%3B%3BEAEJ%2CqBAAqB%3BIACjB%2CoBAAA%3B%3BEAEJ%2CiBAAkB%3BIACd%2CuBAAA%3B%3BEAEJ%2COAAO%2COAAQ%3BIACX%2CmBAAA%3BIACA%2CSAAA%3BIACA%2CcAAA%3BIACA%2COAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CQAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3BIACA%2CsBAAA%3B%3BEAEJ%2CiBAAkB%2CsBAAqB%3BIACnC%2CsBAAA%3BIACA%2CoBAAA%3B%3BEAEJ%2CiBAAkB%2CQAAU%2CwBAAqB%3BIAAQ%2CoBAAA%3BIAAuB%2CsBAAA%3B%3BEAChF%2COAAQ%2CwBAAwB%2CGAAE%3BIAC9B%2CqBAAA%3BIACA%2CuBAAA%3B%3BEAEJ%2CoBAAqB%2CwBAAwB%2COAAO%3BIAChD%2C4BAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CiBAAiB%2CoBAAqB%2CwBAAwB%2CMAAM%3BIAAG%2CwCAAA%3BIAAqD%2C0BAAA%3B%3BEAC5H%2COAAQ%2CIAAG%3BIACP%2CcAAA%3B%3BEAEJ%2COAAO%2COAAQ%3BIACX%2C0BAAA%3BIACA%2C2BAAA%3B%3BEAEJ%2CiBAAkB%2CQAAO%2COAAQ%3BIAC7B%2CgCAAA%3BIACA%2CYAAA%3BIACA%2CSAAA%3BIACA%2CeAAA%3BIACA%2CQAAA%3BIACA%2CSAAA%3BIACA%2CaAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3B%3B%3BACrGR%3BAAAM%3BAAAM%3BAAAK%3BAAAM%3BAAAQ%3BAAAQ%3BAAAI%3BAAAI%3BAAAI%3BAAAI%3BAAAI%3BAAAI%3BAAAG%3BAAAY%3BAAAK%3BAAAM%3BAAAS%3BAAAM%3BAAAM%3BAAAK%3BAAAK%3BAAAI%3BAAAK%3BAAAK%3BAAAK%3BAAAG%3BAAAM%3BAAAO%3BAAAQ%3BAAAK%3BAAAK%3BAAAK%3BAAAG%3BAAAG%3BAAAI%3BAAAI%3BAAAI%3BAAAI%3BAAAI%3BAAAI%3BAAAU%3BAAAM%3BAAAO%3BAAAQ%3BAAAO%3BAAAS%3BAAAO%3BAAAO%3BAAAO%3BAAAI%3BAAAI%3BAAAI%3BAAAS%3BAAAO%3BAAAQ%3BAAAS%3BAAAY%3BAAAQ%3BAAAQ%3BAAAQ%3BAAAQ%3BAAAM%3BAAAK%3BAAAS%3BAAAS%3BAAAM%3BAAAM%3BAAAO%3BEACzZ%2CSAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CwBAAA%3BEACA%2CuBAAA%3B%3BAAEJ%2CIAAI%3BEACF%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAGF%2CIAAK%2CKAAK%2CMAAK%3BAAAiB%2CIAAK%2CKAAK%3BAAAQ%2CIAAK%2CKAAK%2CMAAK%3BAAAiB%2CIAAK%2CKAAK%3BAAAS%2CIAAK%2CKAAK%3BAAAe%2CIAAK%2CKAAK%3BAAAS%2CIAAK%2CKAAK%2CWAAW%3BEAClK%2CiBAAA%3B%3BAAEJ%2CKAAK%3BAACL%2CKAAK%2CiBAAiB%3BAACtB%2CKAAK%2CiBAAiB%3BAACtB%2CQAAQ%3BAACR%2CQAAQ%2CiBAAiB%3BAACzB%2CQAAQ%2CiBAAiB%3BAACzB%2CMAAM%3BAACN%2CMAAM%2CiBAAiB%3BAACvB%2CMAAM%2CiBAAiB%3BEACrB%2C6BAAA%3BEACA%2C6CAAA%3BEACA%2CiDAAA%3B%3BAAIF%3BEACI%2CwDAAA%3BEACA%2CqBAAA%3BEACA%2C4BAAA%3BEACA%2CqCAAA%3BEACA%2C0BAAA%3BEACA%2CsBAAA%3BEACA%2CSAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAe%2CEAAf%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CuBAAA%3B%3BAAEJ%2CMAAO%3BEACH%2CcAAA%3B%3BAAEJ%3BEACI%2C%2BBAAA%3BEACA%2C2CAAA%3BEACA%2CiBAAA%3B%3BAAEJ%3BEACI%2C4BAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CuBAAwB%3BEAAG%2CgBAAA%3B%3BAAC3B%2CWAAY%2CUAAU%3BEAClB%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CWAAY%2CUAAU%2CcAAa%3BEAC%5C%2FB%2CuCAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3B%3BAAGJ%2CWAAY%2CUAAU%2CcAAc%2CMAAK%3BAAAQ%2CWAAY%2CUAAU%2CcAAc%2COAAM%3BEACvF%2CoBAAA%3B%3BAAEJ%2CoBAAqB%3BEACjB%2CaAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2C2BAAA%3B%3BAAIJ%3BEACI%2CWAAA%3B%3BAAEJ%2CyBAA0B%3BEACtB%2CeAAA%3B%3BAAEJ%2CyBAA0B%3BEACtB%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CiBAAkB%2CGAAE%3BEAChB%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CIAAI%2COAAO%3BEACP%2CeAAA%3B%3BAAEJ%2CuBAAwB%3BEAAqB%2CaAAA%3B%3BAAC7C%2CMAAM%2CYAAY%2CUAAU%3BEACxB%2CWAAA%3BEACA%2CuBAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CYAAa%3BAAAQ%2CYAAa%3BEAC9B%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CYAAa%3BEACT%2CWAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CYAAa%3BEACT%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CsBAAuB%3BEAAU%2CkBAAA%3B%3BAACjC%2CYAAa%2CWAAW%3BEAAO%2CYAAA%3B%3BAAC%5C%2FB%2CYAAa%2CWAAW%2CMAAK%3BEAAQ%2CsBAAA%3BEAAuB%2CkBAAA%3B%3BAAC5D%2CYAAa%2CiBAAiB%3BEAC1B%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CyBAAA%3B%3BAAEJ%2CYAAa%2CwBAAwB%3BEAAG%2CWAAA%3BEAAY%2CmBAAA%3B%3BAAEpD%2CYAAa%3BEACT%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CoBAAqB%2CSAAQ%3BEACzB%2CWAAA%3B%3BAAGJ%2CQAAQ%3BEACJ%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CiBAAiB%3BEACb%2CWAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CIAAI%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3B%3BAAEJ%3BEACI%2CcAAc%2C2BAAd%3BEACA%2CeAAe%2C2BAAf%3B%3BAAEJ%3BEACI%2CkBAAA%3B%3BAAGJ%2CuBAAwB%2CYAAY%3BEAChC%2CgBAAA%3BEACA%2CWAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CgCAAiC%3BAAAa%2CsBAAuB%3BEACjE%2CyBAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CQAAS%2COAAM%2COAAO%2COAAO%3BEACzB%2CUAAA%3BEACA%2CsBAAA%3B%3BAAEJ%2CMAAM%2COAAO%2COAAO%3BAAAU%2CMAAM%3BEAEhC%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CsCAAA%3BEACA%2C4BAAA%3BEACA%2C0BAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CeAAgB%3BEACZ%2CmBAAA%3B%3BAAEJ%2CUAAW%3BEACP%2CyBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3B%3BAAEJ%2CuBAAwB%2CWAAW%3BEAC%5C%2FB%2CyBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3B%3BAAEJ%2CuBAAwB%2COAAM%2CMAAM%3BAAAW%2CuBAAwB%2COAAM%2CSAAS%3BEAClF%2CUAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CqBAAsB%3BEAClB%2CmBAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CoBAAqB%2CYAAY%3BEAC7B%2CsBAAA%3B%3BAAEJ%2CIAAI%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CuBAAwB%2CYAAY%3BEAChC%2CUAAA%3B%3BAAEJ%2CoBAAqB%3BEACjB%2CWAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CuBAAwB%2CYAAY%2CiBAAiB%3BEACjD%2CWAAA%3B%3BAAEJ%2CWAAY%2COAAM%3BEACd%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3B%3BAAEJ%2CUAAW%2CGAAE%3BAAAQ%2CUAAW%2CEAAC%3BEACjC%2CoBAAA%3BEACI%2CWAAA%3B%3BAAEJ%2CgBAAiB%2CWAAW%3BEACxB%2CWAAA%3BEACA%2CgBAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CUAAW%2CGAAE%3BEACT%2CoBAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CiBAAkB%3BEACd%2CWAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CiBAAkB%3BEAAQ%2CeAAA%3B%3BAAC1B%3BEAAkB%2CWAAA%3B%3BAAClB%2CUAAW%2CGAAE%3BEACT%2CoBAAA%3B%3BAAGJ%2CIAAK%2CKAAK%2CYAAY%3BEAClB%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAEJ%3BEAAW%2CoBAAA%3BEAAqB%2CqBAAA%3B%3BAAChC%2CCAAC%3BAAAS%2CMAAM%3BEAAQ%2CcAAA%3BEAAe%2CqBAAA%3B%3BAACvC%2CCAAC%3BAAAQ%2CMAAM%3BEAAO%2CcAAA%3BEAAe%2CqBAAA%3B%3BAACrC%2CIAAK%2CKAAK%2CcAAc%3BEACpB%2CgCAAA%3B%3BAAEJ%2CcAAe%3BEACX%2CqBAAA%3B%3BAAEJ%2CIAAK%2CKAAK%2CmBAAmB%2CcAAc%3BEACvC%2CiBAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CqBAAsB%3BEAClB%2CeAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CmBAAmB%3BEACf%2CYAAA%3BEACA%2CaAAA%3BEACA%2CgCAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2C8BAAA%3B%3BAAEJ%2CmBAAoB%3BEAChB%2CWAAA%3BEACA%2CaAAA%3B%3BAAEJ%2CmBAAoB%3BEAChB%2CWAAA%3BEACA%2CaAAA%3B%3BAAEJ%2CSAAY%3BEACR%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CQAAS%2COAAM%2CKAAK%3BAAAW%2CMAAO%3BEAClC%2CaAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3B%3BAAGJ%2CmBAAoB%3BEAChB%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3B%3BAAEJ%3BEACI%2CaAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CqBAAsB%3BEAClB%2CeAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAIJ%3BEACI%2CUAAA%3BEACA%2CSAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CUAAW%3BEACP%2CUAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CUAAW%2CGAAG%3BEACV%2CWAAA%3BEACA%2CWAAA%3B%3BAAMJ%3BEACI%2CaAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%3BEACI%2CaAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CUAAW%3BEAAO%2CwBAAA%3B%3BAAClB%2CSAAY%3BAAAQ%2CSAAY%2CUAAU%3BEACtC%2C2BAAA%3B%3BAAEJ%2CSAAS%3BEACL%2CgBAAA%3B%3BAAEJ%2CaAAc%3BAAAG%2CUAAW%3BEACxB%2CqBAAA%3B%3BAAEJ%2CaAAc%3BAAAI%2CUAAW%3BEACzB%2CWAAA%3BEACA%2CSAAA%3B%3BAAEJ%2CaAAc%3BEACV%2CWAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CIAAK%2CYAAY%2COAAM%3BEACnB%2CyBAAA%3BEACA%2CyBAAA%3B%3BAAIJ%2CIAAK%3BAAAG%2CIAAK%2CEAAC%3BEACV%2CcAAA%3B%3BAAEJ%2CCAAC%3BAAAS%2CCAAC%3BEACP%2CUAAA%3B%3BAAEJ%3BAAAI%3BAAAI%3BAAAI%3BAAAI%3BAAAI%3BEAChB%2CgBAAA%3B%3BAAEJ%2CkBAAmB%2CSAAQ%3BEACvB%2CaAAA%3B%3BAAEJ%2CMAAM%3BEACF%2CmBAAA%3B%3BAAEJ%3BAAAQ%3BAAAO%3BAAAU%3BAAAQ%3BEAC7B%2CcAAA%3BEACA%2CaAAA%3BEACA%2CSAAA%3B%3BAAGJ%3BAAAO%3BEACH%2CsBAAA%3B%3BAAEJ%3BEACI%2CwDAAA%3BEACA%2CqBAAA%3BEACA%2C4BAAA%3BEACA%2CqCAAA%3BEACA%2C0BAAA%3BEACA%2CsBAAA%3BEACA%2CSAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAe%2CEAAf%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CuBAAA%3B%3BAAGJ%2CsBAAuB%3BEACnB%2CyDAAA%3BEACA%2CsCAAA%3BEACA%2C4BAAA%3BEACC%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACD%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CgBAAA%3BEACC%2CmBAAA%3BEACD%2C0BAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3BEACC%2CeAAA%3B%3BAAEL%2CsBAAuB%2CcAAa%3BEACjC%2CWAAA%3BEAEC%2CsDAAA%3BEACA%2CsCAAA%3BEACA%2C4BAAA%3BEACA%2CyBAAA%3BEACC%2CyBAAA%3BEACD%2CoBAAA%3B%3BAAIJ%2CuBAAwB%2CEAAC%2CUAAU%3BEAC%5C%2FB%2CiBAAA%3B%3BAAEJ%2CeAAe%2COAAO%2CeAAe%3BEACjC%2CUAAA%3B%3BAAKJ%3BEACI%2CeAAA%3B%3BAAEJ%2CeAAgB%3BEACZ%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAKJ%3BEACI%2CiBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%3BEACI%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CEAAK%3BAAAI%2CEAAK%3BEACV%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CeAAe%3BEACX%2CeAAA%3B%3BAAGJ%2CaAAc%3BEACV%2CmBAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CkBAAmB%3BEACf%2CyBAAA%3BEACA%2CuBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CkBAAmB%2CWAAW%3BEAC1B%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CkBAAmB%2CWAAW%2CGAAE%3BEAC5B%2CwDAAA%3BEACA%2C2BAAA%3BEACA%2C4BAAA%3BEACA%2CqBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CkBAAmB%3BAAAY%2CkBAAmB%3BEAC9C%2CWAAA%3B%3BAAEJ%2CkBAAmB%3BAAAY%2CkBAAmB%3BAAAY%2CkBAAmB%3BEAC7E%2CWAAA%3B%3BAAEJ%2CkBAAmB%3BEACf%2CiBAAA%3B%3BAAKJ%3BEACI%2C2BAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CMAAO%3BEACH%2CSAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CQAAQ%2COAAO%3BEACX%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACC%2CSAAA%3BEACD%2COAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3B%3BAAIJ%2CQAAQ%2COAAO%3BEACX%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3B%3BAAEJ%2CQAAQ%2COAAQ%3BEACZ%2CSAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CQAAQ%2COAAO%2COAAQ%3BEACnB%2CWAAA%3BEACA%2CiDAAA%3B%3BAAEJ%2CoBAAqB%3BEACjB%2CWAAA%3BEACA%2C0BAAA%3B%3BAAEJ%2CQAAQ%2COAAO%2COAAQ%3BEACnB%2CaAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CQAAQ%2COAAO%3BEACX%2CcAAA%3BEACA%2CoBAAA%3B%3BAAEJ%2CMAAM%3BEACF%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BAAIJ%3BEACI%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CkBAAmB%3BEACf%2CoBAAA%3B%3BAAEJ%2CGAAG%3BAAAmB%3BEAClB%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CkBAAmB%2CMAAK%3BAAAe%2CkBAAmB%2CMAAK%3BAAAe%2CkBAAmB%3BAAAQ%2CkBAAmB%3BAAAU%2CkBAAmB%2CMAAK%3BEAC1J%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3B%3BAAEJ%3BEACI%2CcAAA%3B%3BAAEJ%2CsBAAuB%3BEACnB%2CWAAA%3B%3BAAGJ%3BEACI%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CIAAK%2CKAAK%3BEACN%2CWAAA%3B%3BAAEJ%3BEACI%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CIAAK%3BEACD%2CcAAA%3B%3BAAGJ%2CIAAK%3BEACD%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3B%3BAAKJ%2CmBAAoB%3BEAChB%2CSAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CeAAgB%3BEACZ%2C4BAAA%3BEACA%2CiBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CiBAAkB%3BEACd%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAmB%2CqBAAnB%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%3BEACI%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3B%3BAAEJ%3BEAEI%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3B%3BAAIJ%2CoBAAqB%3BEAAwB%2CiBAAA%3BEAAkB%2CgBAAA%3B%3BAAC%5C%2FD%2CsBAAuB%3BEACnB%2CcAAA%3B%3BAAEJ%3BEACI%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAIJ%2CsBAAuB%3BEAAqB%2CeAAA%3BEAAiB%2CUAAA%3BEAAW%2CSAAA%3B%3BAAExE%2COAAO%3BAAAU%3BAAAiB%2CeAAe%3BEAC7C%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CgCAAgC%2CUAAW%3BEACvC%2CqCAAA%3B%3BAAEJ%2CkBAAmB%3BEACf%2CcAAA%3B%3BAAEJ%2C6BAA8B%3BEAC1B%2CWAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2C6BAA8B%3BEAC1B%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2C4CAA6C%3BEACzC%2CcAAA%3B%3BAAEJ%2COAAQ%3BEACJ%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CuBAAwB%2CGAAE%2CWAAY%3BEAClC%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2CgCAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAEH%2CSAAU%3BEACP%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CSAAU%3BEACN%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CuBAAwB%3BEACpB%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CSAAU%2CMAAK%3BAAAe%2CSAAU%3BAAAQ%2CSAAU%3BEACtD%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CSAAU%3BEACN%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CSAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3B%3BAAEJ%3BEACI%2CcAAA%3B%3BAAEJ%3BEACI%2CyBAAA%3B%3BAAEJ%2CcAAe%3BEACX%2CeAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2COAAQ%2CeAAe%3BEACnB%2CcAAA%3B%3BAAEJ%2COAAQ%2CeAAe%3BEACnB%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2COAAQ%3BEACJ%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3B%3BAAIJ%3BEAAW%2CkBAAA%3B%3BAACX%3BEACI%2CUAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3B%3BAAEJ%3BEACI%2CiBAAA%3B%3BAAGJ%2CMAAM%3BEACF%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CMAAM%3BEACF%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3B%3BAAEJ%2CSAAU%3BEACN%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CSAAU%3BEAAO%2CeAAA%3BEACb%2CgBAAA%3BEACA%2CkBAAA%3B%3BAACJ%3BEACI%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CqCAAA%3BEACA%2CwBAAA%3B%3BAAEJ%2CsBAAuB%2CEAAC%3BEACpB%2CWAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3B%3BAAEJ%3BEACI%2CgCAAA%3B%3BAAEJ%3BEACI%2CyBAAA%3B%3BAAEJ%3BEACI%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3B%3BAAEJ%3BEACI%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CeAAgB%2CmBAAmB%3BEAC%5C%2FB%2CeAAA%3B%3BAAEJ%3BEACI%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAEJ%3BEACI%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2C4BAAA%3BEACA%2C6BAAA%3BEACA%2C0BAAA%3BEACA%2CsBAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2C4BAA6B%3BEACzB%2CkBAAA%3BEACA%2CQAAA%3BEACA%2COAAA%3BEACA%2CmBAAmB%2CgBAAnB%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2COAAO%3BEACH%2CkBAAA%3B%3BAAEJ%2CEAAE%3BEACE%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CwBAAyB%3BEACrB%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CwBAAyB%3BEACrB%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3B%3BAAEJ%3BEACI%2C0BAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3B%3BAAEJ%3BEACI%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CsBAAuB%3BEACnB%2CkBAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CwBAAwB%2CIAAI%3BEACxB%2CgBAAA%3B%3BAAEJ%3BEACI%2CmBAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAIJ%2CYAAa%3BEACT%2CeAAA%3B%3BAAEJ%2CYAAa%2CMAAK%2CIAAI%2CaAAa%3BEAC%5C%2FB%2CQAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CYAAa%2CMAAM%3BEACf%2CcAAA%3B%3BAAEJ%2CcAAe%2COAAM%2COAAO%3BEAAS%2CSAAA%3B%3BAACrC%2CkBAAmB%2CMAAM%3BAAAI%2CiBAAkB%3BEAC3C%2CaAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CgCAAiC%2CUAAU%3BEACvC%2CoBAAA%3BEACA%2CUAAA%3BEACA%2C2BAAA%3B%3BAAEJ%3BEACI%2C0BAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CiBAAiB%3BEAAQ%2CYAAA%3BEAAa%2CgBAAA%3BEAAkB%2C0BAAA%3B%3BAAExD%2CCAAC%3BEACG%2CeAAA%3B%3BAAEJ%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CUAAW%2CMAAK%3BAAAa%2CUAAW%2CMAAK%3BEACzC%2CWAAA%3BEACA%2CsBAAA%3B%3BAAEJ%2CUAAW%3BEACP%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CgCAAiC%2COAAM%2CMAAM%3BEAAW%2CsBAAA%3B%3BAACxD%2CKAAK%2CSAAS%2COAAQ%2CUAAS%3BEAC3B%2CmBAAA%3BEACA%2CeAAA%3B%3BAAEJ%3BEACI%2CYAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3B%3BAAEJ%3BEACI%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3B%3BAAEJ%3BAAAQ%2CIAAK%2CMAAK%3BAAAiB%2CKAAK%3BAAAgB%2CKAAK%3BEACzD%2C0BAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2C6BAAA%3BEACA%2CaAAA%3B%3BAAEJ%3BEACI%2CSAAA%3BEACA%2CuBAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CwBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3B%3BAAGJ%3BAAAG%2CCAAC%3BAAAS%2CCAAC%3BEACV%2CmBAAA%3B%3BAAEJ%3BEACI%2CcAAA%3B%3BAAEJ%3BEACI%2CyBAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3B%3BAAEJ%2CkBAAmB%3BEACf%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3B%3BAAEJ%2CkBAAmB%3BEACf%2CcAAA%3B%3BAAEJ%2CuBAAuB%2CIAAI%3BEACvB%2CmBAAA%3B%3BAAEJ%3BEACI%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3B%3BAAEJ%3BEACI%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAEJ%3BEACI%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CiBAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CkBAAmB%3BAAAG%2CkBAAmB%3BAAAI%2CkBAAmB%3BAAAI%2CkBAAmB%3BEACnF%2CUAAA%3B%3BAAEJ%2CwBAA2B%3BAAAK%2CwBAAyB%3BEACrD%2CWAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3B%3BAAEJ%3BEACI%2CyBAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAEJ%3BEACI%2CmBAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2C4BAAA%3BEACA%2C6BAAA%3BEACA%2C0BAAA%3BEACA%2CsBAAA%3B%3BAAEJ%3BEACI%2CcAAA%3BEACA%2CaAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAEJ%3BEACI%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2C4BAAA%3BEACA%2C6BAAA%3BEACA%2C0BAAA%3BEACA%2CsBAAA%3B%3BAAEJ%2CsBAAsB%3BEAClB%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAmB%2CgBAAnB%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CyBAAA%3B%3BAAGJ%2CEAAE%3BEACE%2CUAAA%3BEACA%2CqBAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3B%3BAAEJ%3BEACI%2C8BAAA%3B%3BAAEJ%2CGAAI%3BEACA%2CgBAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3BEACA%2CcAAA%3B%3BAAEJ%3BEACI%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CsBAAuB%3BEACnB%2CSAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CMAAM%2CQAAS%3BEACX%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CMAAM%2CQAAQ%2COAAQ%3BEAAM%2CgBAAA%3B%3BAAC5B%2CQAAS%3BEACL%2CWAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CQAAS%3BEACL%2CYAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3B%3BAAEJ%2CoBAAqB%3BEACjB%2CcAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAEJ%3BEACI%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3B%3BAAEJ%2CqBAAsB%3BEAAO%2CaAAA%3B%3BAAE7B%2CcAAc%3BEACV%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CmBAAmB%2CgBAAnB%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3B%3BAAEJ%3BEACI%2CUAAA%3BEACA%2CgBAAgB%2CeAAhB%3B%3BAAEJ%3BEACI%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3B%3BAAEJ%3BEACI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BEACI%2CyBAAA%3B%3BAAIJ%2CcAAe%3BEACX%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CoBAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3B%3BAAEJ%2CkCAAmC%3BEAC%5C%2FB%2CqBAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3B%3BAAEJ%2CGAAG%2CIAAI%3BEACH%2CgBAAA%3B%3BAAEJ%3BAAAS%3BAAAiB%3BEACtB%2CWAAA%3B%3BAAEJ%3BEACI%2CaAAA%3B%3BAAEJ%3BEACI%2CcAAA%3B%3BAAEJ%3BEACI%2CWAAA%3B%3BAAEJ%2CgBAAgB%3BAAAW%2CgBAAgB%2CSAAS%3BEAChD%2CsBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3B%3BAAEJ%3BEACI%2CyBAAA%3B%3BAAGJ%2CiBAAkB%2CKAAI%3BEAClB%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CiBAAmB%2CKAAI%3BEACnB%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CyBAAA%3B%3BAAEJ%2CcAAc%2CYAAY%3BEACtB%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAmB%2CgBAAnB%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CWAAA%3B%3BAAEJ%2COAAQ%3BAAAI%2COAAQ%3BEAChB%2CgBAAA%3B%3BAAEJ%3BEACI%2CeAAA%3BEACA%2CqCAAA%3B%3BAAEJ%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CiCAAA%3BEACA%2CyBAAA%3B%3BAAEJ%3BEACI%2CWAAA%3B%3BAAEJ%2CiBAAkB%3BEACd%2CuBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CiBAAkB%2CSAAS%3BEACvB%2CeAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CqBAAX%3B%3BAAkBJ%3BEACI%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CoBAAoB%2CIAAI%2CcAAe%3BEACnC%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CgCAAiC%3BEAC7B%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%3BEACI%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAIJ%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CgCAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%3BEACI%2CuBAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAEJ%3BEACI%2CsBAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%3BEACI%2CiBAAA%3BEACI%2CcAAA%3BEACJ%2CoBAAA%3B%3BAAEJ%3BEACI%2C6BAAA%3BEACA%2CiBAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3BAAEJ%3BEACI%2CuBAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAEJ%3BEACI%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CuCAAwC%3BEACpC%2CaAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAmB%2CgBAAnB%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CmBAAmB%2CWAAW%2CiBAA9B%3BEACA%2CWAAW%2CWAAW%2CiBAAtB%3B%3BAAEJ%2CuCAAuC%2CMAAO%3BEAAyB%2CcAAA%3B%3BAACvE%2CQAAS%3BEACL%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2C0BAAA%3B%3BAAEJ%2CQAAQ%3BAAAQ%2CQAAQ%3BEACpB%2CYAAA%3BEACA%2CSAAA%3BEACA%2CyBAAA%3BEACA%2CSAAS%2CGAAT%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CQAAQ%3BEACJ%2CiCAAA%3BEACA%2C4BAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CQAAQ%3BEACJ%2CoCAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3B%3BAAGJ%3BEACI%2CgBAAgB%2C2BAAhB%3B%3BAAEJ%3BEACI%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CuBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3BEACI%2CiBAAA%3BEACJ%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%3BEACI%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3B%3BAAEJ%2CmBAAoB%3BEAChB%2CaAAA%3BEACA%2CiBAAA%3B%3BAAEJ%3BEACI%2CWAAA%3B%3BAAEJ%3BEACI%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3B%3BAAEJ%2CeAAe%3BEACX%2CWAAA%3B%3BAAEJ%2CeAAe%3BEACX%2CYAAA%3B%3BAAEJ%2CeAAe%3BAAAS%2CeAAe%3BEACnC%2CyBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAACJ%2CeAAe%3BAAAS%2CeAAe%3BEACnC%2CyBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BAAAwB%3BEACpB%2CsBAAA%3B%3BAAGJ%3BAAAyB%3BEAA0B%2CUAAA%3B%3BAACnD%3BEACI%2CiBAAA%3B%3BAAEJ%3BEACI%2CoBAAA%3B%3BAAEJ%3BEACI%2CeAAA%3BEACA%2CcAAA%3B%3BAAEJ%3BEACI%2CcAAA%3B%3BAAGJ%3BEACI%2CYAAA%3BEACA%2CiBAAA%3B%3BAAEJ%3BEACI%2CyBAAA%3B%3BAAEJ%2CkBAAmB%2CyBAAwB%2CIAAI%2CYAAa%3BEACxD%2CaAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3B%3BAAEJ%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAIJ%3BEACI%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2C4BAAA%3BEACA%2C6BAAA%3BEACA%2C0BAAA%3BEACA%2CsBAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CuBAAA%3BEACA%2C4BAAA%3BEACA%2CiBAAA%3BEACA%2CQAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CkCAAmC%3BEAC%5C%2FB%2CgBAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3BEACA%2CgCAAA%3BEACA%2CqCAAA%3BEACA%2CoBAAA%3B%3BAAEJ%3BEACI%2CUAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2C2BAA4B%3BEACxB%2CkBAAA%3BEACA%2COAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAmB%2CkBAAnB%3BEACA%2CWAAW%2CkBAAX%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3B%3BAAEJ%2CoBAAoB%2CiBAAkB%2CQAAO%3BEACzC%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3B%3BAAGJ%2CaAAc%2CYAAY%3BEACtB%2CqBAAA%3B%3BAAEH%2CiBAAkB%3BEACf%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3B%3BAAIJ%3BEACI%2CyBAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2CaAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CUAAW%2CGAAE%3BAAAQ%2CUAAW%2CEAAC%3BEAC7B%2CWAAA%3B%3BAAEJ%2CUAAW%3BEACP%2CkBAAA%3BEACA%2CWAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3B%3BAAEJ%2CaAAc%3BEACV%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CUAAW%3BEACP%2CsBAAA%3BEACA%2C8BAAA%3B%3BAAEJ%2CUAAW%3BEACP%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2CyBAAA%3B%3BAAIJ%3BEACI%2C8BAAA%3B%3BAAGJ%2CiBAAkB%2C0BAA0B%3BEACxC%2CcAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CiBAAkB%3BEACd%2CYAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3B%3BAAEJ%2CaAAc%3BEACV%2CWAAA%3B%3BAAEJ%2CaAAc%2CSAAS%2CGAAE%3BEACrB%2CcAAA%3B%3BAAGJ%3BEACI%2CaAAA%3B%3BAAEJ%2C2BAA4B%3BEACxB%2CcAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CaAAc%2CSAAS%3BEACnB%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2C4BAAA%3BEACA%2C2BAAA%3BEACA%2CaAAA%3B%3BAAEJ%2CaAAc%3BEACV%2CqDAAA%3BEACA%2CqBAAA%3BEACA%2C4BAAA%3BEACA%2C2BAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2C%2BBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3B%3BAAEJ%2CaAAc%3BEACV%2CsDAAA%3BEACA%2CqBAAA%3BEACA%2C4BAAA%3BEACA%2C2BAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2C%2BBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3B%3BAAEJ%2CaAAc%3BEACV%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CaAAc%3BEAAkB%2CgBAAA%3B%3BAAChC%2CaAAc%2CYAAY%3BEACtB%2CqBAAA%3B%3BAAEJ%2CaAAc%2CYAAY%3BEACtB%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CaAAc%2CYAAY%2CGAAG%3BEACzB%2CYAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAAEJ%3BEACI%2CaAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%3BEACI%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3BEACA%2CmBAAmB%2CgBAAnB%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CWAAA%3BEACA%2CqCAAA%3BEACA%2C6BAAA%3B%3BAAEJ%2CgCAAmC%2CKAAE%2CYAAY%3BEAC7C%2CYAAA%3B%3BAAEJ%3BAAAsB%3BEAClB%2CUAAA%3BEACA%2CmBAAA%3B%3BAAEJ%3BEACI%2CqBAAA%3B%3BAAEJ%3BEACI%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2C8BAAA%3BEACA%2C4BAAA%3BEACA%2CwBAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAAIJ%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%3BEAAkC%2CoBAAA%3B%3BAAElC%2CsCAAuC%3BAAAkC%2CmCAAoC%3BEACzG%2CgBAAA%3B%3BAAEJ%3BEACI%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2C6BAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%3BEACI%2C2BAAA%3BEACA%2CwBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CuBAAuB%2CuBAAvB%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAAEJ%3BEACI%2C0BAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CuBAAuB%2CwBAAvB%3BEACA%2CUAAA%3BEACA%2CaAAA%3BEACA%2CqBAAA%3B%3BAAEJ%3BEACI%2CeAAA%3BEACA%2CWAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%3BEACI%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2C4BAAA%3BEACA%2C6BAAA%3BEACA%2C0BAAA%3BEACA%2CsBAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3B%3BAAEJ%3BEACI%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%3BEACI%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2C4BAAA%3BEACA%2C6BAAA%3BEACA%2C0BAAA%3BEACA%2CsBAAA%3B%3BAAEJ%3BEACI%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAEJ%2C4BAA4B%2CQAAS%2C%2BBAA6B%3BAAA6B%2C4BAA4B%2CMAAO%2C%2BBAA6B%3BEAC3J%2CcAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAEJ%3BAAAyB%2CuBAAuB%3BEAC5C%2CgBAAA%3BEACA%2CYAAA%3BEACC%2CcAAA%3B%3BAAEL%3BEACI%2CUAAA%3BEACA%2CmBAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAAEJ%3BEACI%2C2BAAA%3BEACA%2C2BAAA%3BEACA%2CoBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CIAAI%3BEACA%2CoBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3B%3BAAEJ%2CuBAAuB%3BEACnB%2CcAAA%3B%3BAAEJ%3BEACI%2CiBAAA%3B%3BAAEJ%3BEACI%2CYAAY%2CUAAZ%3BEACA%2CeAAe%2CUAAf%3B%3BAAEJ%2C%2BBAAgC%3BEAAwB%2CSAAA%3B%3BAACxD%2C%2BBAAgC%3BEAAe%2CgBAAA%3B%3BAAE%5C%2FC%3BEACI%2CgBAAA%3B%3BAAEJ%3BEACI%2CYAAA%3B%3BAAEJ%3BEACI%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3B%3BAAEJ%3BEACI%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAEJ%3BEACI%2CaAAa%2CoBAAb%3BEACA%2C6BAAA%3BEACA%2CgCAAA%3B%3BAAEJ%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAEJ%3BEACI%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%3BEACI%2CiBAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAEJ%3BEACI%2CUAAA%3BEACA%2CkBAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CyCAA0C%3BEACtC%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%3BEACI%2C8BAAA%3B%3BAAEJ%2CaAAc%2CGAAE%3BEACZ%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CaAAc%3BEACV%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CuBAAwB%3BEAAc%2CyBAAA%3B%3BAACtC%2CuBAAwB%2CQAAO%2CQAAQ%3BEACnC%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAAEJ%3BEACI%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%3BEACI%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3B%3BAAEJ%3BEACI%2CeAAA%3BEACA%2C4BAAA%3BEACA%2CiBAAA%3BEACA%2CQAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAEJ%2C8CAA%2BC%3BEAAI%2CiBAAA%3B%3BAACnD%3BEACI%2C4BAAA%3BEACA%2CiBAAA%3BEACA%2CQAAA%3B%3BAAEJ%3BEACI%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3B%3BAAEJ%3BEACI%2CUAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2C2CAA4C%3BEACxC%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%3BEACI%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3B%3BAAEJ%3BEACI%2C4BAAA%3BEACA%2CiBAAA%3BEACA%2CQAAA%3B%3BAAEJ%3BEACI%2CUAAA%3B%3BAAEJ%3BEACI%2CiBAAA%3B%3BAAEJ%3BEACI%2CUAAA%3BEACA%2CkBAAA%3B%3BAAEJ%3BEACI%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2C8BAAA%3BEACA%2C%2BBAAA%3BEACA%2C2BAAA%3B%3BAAEJ%3BEACI%2CUAAA%3B%3BAAEJ%3BEACI%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CqCAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEAEA%2CmBAAA%3B%3BAAEJ%3BEACI%2CiBAAA%3B%3BAAEJ%2CkBAAmB%3BEACf%2CeAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CkBAAmB%3BEACf%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEAEA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CqCAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEAEA%2CoBAAA%3B%3BAAEJ%2C6BAA6B%2CIAAI%3BEAC7B%2CmBAAA%3B%3BAAEJ%2CkBAAmB%3BAAAI%2CkBAAmB%3BAAAI%2CkBAAmB%3BAAAI%2CkBAAmB%3BAAAI%2CkBAAmB%3BAAAI%2CkBAAmB%3BEAClI%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CkBAAmB%3BEACf%2CeAAA%3BEAEA%2CmBAAA%3B%3BAAEJ%2CwBAAyB%3BEACrB%2CgBAAA%3BEACA%2CoBAAA%3B%3BAAEJ%2CiBAAkB%2CQAAO%2CSAAS%3BEAAS%2CaAAA%3B%3BAAC3C%2CSAAU%3BEACN%2CWAAA%3BEACA%2CiBAAA%3B%3BAAEJ%3BEACI%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CiBAAkB%2CQAAO%3BEACrB%2CcAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CMAAO%2CMAAM%3BEACT%2CoBAAA%3B%3BAAEJ%3BEACI%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2C6BAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3B%3BAAEJ%3BEACI%2CeAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2C4BAAA%3BEACA%2C6BAAA%3BEACA%2C0BAAA%3BEACA%2CsBAAA%3B%3BAAEJ%3BEACI%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CiCAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2C4BAA4B%2CQAAW%2C%2BBAA%2BB%2C8BAA4B%3BAAAM%2C4BAA4B%2CMAAS%2C%2BBAA%2BB%2C8BAA4B%3BEACpM%2CaAAA%3B%3BAAEJ%2C4BAA4B%2CQAAS%2C%2BBAA6B%3BAAA%2BB%2C4BAA4B%2CMAAO%2C%2BBAA6B%3BEAC7J%2CyBAAA%3B%3BAAEJ%2C4BAA4B%2CQAAS%2C%2BBAA6B%3BAAA6B%2C4BAA4B%2CMAAO%2C%2BBAA6B%3BEAC3J%2CcAAA%3B%3BAAEJ%2CoCAAqC%3BEACjC%2CgBAAA%3BEACA%2CSAAA%3B%3BEAEA%2CWAAW%2CgBAAX%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3BEACA%2CaAAA%3B%3BAAEJ%3BEACI%2CaAAA%3B%3BAAEJ%3BEACI%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3B%3BAAEJ%2C4BAA6B%3BAAAW%2C%2BBAAgC%3BEACpE%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CsCAAsC%3BEAClC%2CkBAAA%3B%3BAAEJ%3BEACI%2CcAAA%3BEACA%2CiBAAA%3B%3BAAEJ%3BAAAqB%2CmBAAmB%3BEACpC%2CsBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%3BEACM%2CgBAAA%3BEACF%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3B%3BAAEJ%3BEACI%2CoBAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CyBAAA%3BEACA%2CqCAAA%3B%3BAAEJ%2CCAAC%3BEACG%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CgBAAgB%3BEACZ%2CgBAAA%3BEACA%2CyBAAA%3B%3BAAEJ%2CsCAAuC%3BAAAkC%2CmCAAoC%3BEACzG%2CgBAAA%3B%3BAAEJ%3BEACI%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2C8BAAA%3BEACA%2C6BAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2CaAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3BEACI%2CoBAAA%3BEACJ%2CoBAAA%3BEACA%2CaAAA%3B%3BAAEJ%3BEACI%2CUAAA%3BEACI%2CoBAAA%3B%3BAAER%3BEACI%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CqCAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3B%3BAAEJ%3BEACI%2CqBAAA%3B%3BAAEJ%3BEACI%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3B%3BAAEJ%3BAAAW%2CSAAS%3BEAChB%2CsBAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CgBAAgB%3BEACZ%2C6BAAA%3BEACA%2CyBAAA%3B%3BAAEJ%3BEACI%2CwBAAA%3BEACA%2CoBAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2C4BAAA%3BEACA%2C6BAAA%3BEACA%2C0BAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CgCAAgC%3BEAC5B%2CyBAAA%3BEACA%2CwBAAA%3BEACA%2CgBAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3B%3BAAEJ%3BEACI%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3B%3BAAEJ%3BEACI%2CUAAA%3B%3BAAEJ%3BEACI%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3B%3BAAEJ%3BEACI%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2C4BAAA%3BEACA%2C6BAAA%3BEACA%2C0BAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CgCAAgC%2CYAAa%3BEACzC%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3B%3BAAEJ%3BEACI%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAEJ%3BEACI%2CmBAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%3BAAA0C%3BEACtC%2CUAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3B%3BAAEJ%3BEACI%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3B%3BAAEJ%3BEACI%2CaAAA%3B%3BAAEJ%3BAAAqC%2CmCAAmC%3BAAAS%2CmCAAmC%3BEAChH%2C6BAAA%3BEACA%2CsBAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CSAAS%3BEACL%2CoBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3B%3BAAEJ%2CmBAAoB%2CMAAK%3BAAAe%2CmBAAoB%2CMAAK%2CaAAa%3BEAC1E%2CwCAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2C6BAA8B%3BEAC1B%2CYAAA%3B%3BAAEJ%2CSAAS%3BEACL%2CoBAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CgCAAgC%2CIAAI%3BEAChC%2CoBAAA%3BEACA%2CUAAA%3B%3BAAEJ%3BEACI%2CqBAAA%3B%3BAAEJ%3BEACI%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CCAAC%3BAAA6B%3BEAC1B%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CgCAAiC%3BEAC7B%2CkBAAA%3B%3BAAGJ%2C2BAA4B%3BEACxB%2CeAAA%3BEACA%2CUAAA%3B%3BAAEJ%2C2BAA4B%2CwBAAwB%3BEAChD%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CiBAAkB%2CQAAO%2CSAAU%2CSAAQ%2CIAAI%3BEAC3C%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CiBAAkB%2CQAAO%2CSAAU%2CSAAQ%3BEAAM%2CiBAAA%3B%3BAACjD%2CiBAAkB%2CQAAO%2CSAAU%3BEAC%5C%2FB%2CiBAAA%3B%3BAAEJ%2CSAAU%2CKAAI%3BEACV%2CaAAA%3B%3BAAEJ%2CiBAAkB%2CQAAO%2CSAAU%3BEAAgB%2CqBAAA%3BEAAsB%2CiBAAA%3BEAAmB%2CiBAAA%3B%3BAAC5F%3BEACI%2CoBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2C2BAA4B%3BEACxB%2CeAAA%3B%3BAAEJ%2CMAAM%2C2BAA2B%2CSAAS%2CmBAAmB%2CQAAQ%2CSAAS%3BEAC1E%2CiBAAA%3BEACA%2CSAAA%3B%3BAAEJ%2CmBAAmB%3BEAAW%2CkBAAA%3BEAAmB%2CSAAA%3B%3BAAEjD%3BAAA8B%3BEAC1B%2CqBAAA%3BEACA%2CeAAA%3B%3BAAEJ%3BEACI%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2C4BAA4B%3BEACxB%2CaAAA%3B%3BAAGJ%3BAAAgC%3BAAAoC%3BEAChE%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3B%3BAAEJ%2C4BAA4B%2CUAAW%3BAAAgC%2C8BAA8B%3BAAAQ%2CmCAAmC%3BEAC5I%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CgCAAiC%3BEAC7B%2CkBAAA%3B%3BAAGJ%2CkCAAkC%3BEAC9B%2CgBAAA%3BEACA%2CcAAA%3B%3BAAEJ%3BEACI%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAAIJ%3BEACI%2CiBAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3B%3BAAEJ%2C%2BBAA%2BB%3BEAC3B%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CoCAAqC%3BEACjC%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2C2BAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3B%3BAAEJ%3BEACI%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAIJ%3BEACI%2CaAAA%3B%3BAAEJ%3BEACI%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAEJ%2CgBAAgB%3BEACZ%2CoBAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3B%3BAAEJ%3BEACI%2CmBAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3B%3BAAEJ%3BEACI%2CSAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3B%3BAAEJ%2CmBAAoB%3BEAChB%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CMAAM%2CmCAAmC%3BEAAQ%2CYAAA%3B%3BAACjD%2CkCAAkC%2CMAAO%3BEACrC%2CcAAA%3B%3BAAEJ%3BEAAoC%2CkBAAA%3B%3BAAIpC%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CaAAc%3BEACV%2CuBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CiBAAkB%3BEACd%2CkBAAA%3B%3BAAEJ%2CaAAc%3BEACV%2CuBAAA%3B%3BAAEJ%2CiBAAkB%3BEACd%2CeAAA%3BEACA%2CgBAAA%3B%3BAAEH%2CaAAc%2CYAAY%2CSAAS%2CMAAM%3BEACtC%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CiBAAkB%2CGAAG%2CGAAG%2CWAAW%2CSAAS%2CSAAW%3BAAAK%2CYAAa%2CGAAG%2CkBAAkB%2CGAAG%2CEAAE%2CWAAW%2CSAAS%2CSAAS%3BEAE5H%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CiBAAkB%2CGAAG%2CGAAG%2CWAAW%2CSAAS%2CSAAS%3BAAAQ%2CYAAa%2CGAAG%2CkBAAkB%2CGAAG%2CEAAE%2CWAAW%2CSAAS%2CSAAS%3BEAC7H%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CaAAc%3BEACV%2CoBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CaAAc%3BEACV%2CWAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAEH%2CWAAY%2CSAAS%2COAAO%3BAAAM%2CIAAK%2CKAAK%2CYAAY%2CSAAS%2CUAAU%3BAAAM%2CIAAK%2CKAAK%2CYAAY%2CSAAS%2CKAAK%3BEAClH%2CiBAAA%3B%3BAAEJ%2CaAAc%2CkBAAkB%3BEAC5B%2CcAAA%3B%3BAAEJ%2CSAAU%3BEACN%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CaAAc%3BEACV%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CaAAc%3BEACV%2CWAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CiBAAkB%3BEACd%2CcAAA%3B%3BAAEJ%2CiBAAkB%2CYAAY%2CGAAG%3BEAC7B%2CqBAAA%3B%3BAAIJ%3BEACI%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CaAAc%3BEACV%2CUAAA%3BEACA%2CwBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CSAAU%3BEACN%2CeAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3B%3BAAEJ%3BEACI%2CaAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CgBAAmB%3BAAAK%2CgBAAiB%3BEACrC%2CWAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CgBAAmB%3BAAAK%2CWAAY%2CWAAW%3BEAC3C%2CoBAAA%3B%3BAAEJ%2CgBAAiB%3BEACb%2CkBAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2CgCAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CSAAU%3BAAAW%2CSAAU%3BAAAe%2CSAAU%3BEACpD%2CWAAA%3B%3BAAEJ%2CSAAU%3BEACN%2CUAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CSAAU%2CUAAU%3BEAChB%2CWAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CSAAU%3BEACN%2CUAAA%3B%3BAAEJ%2CSAAU%2CcAAc%3BEACpB%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CUAAW%3BAAAI%2CiBAAkB%3BEAC7B%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CUAAW%3BEACP%2CWAAA%3B%3BAAEJ%2CUAAW%3BAAAI%2CUAAW%3BAAAI%2CiBAAkB%3BAAAI%2CiBAAkB%3BEAClE%2CSAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3B%3BAAEJ%2CUAAW%3BAAAI%2CiBAAkB%3BEAC7B%2CUAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CSAAU%2CcAAc%3BEACpB%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CSAAU%3BEACN%2CcAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CSAAU%3BEACN%2CUAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CSAAU%2CcAAc%3BEACpB%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CSAAU%2CcAAc%2CQAAO%3BAAAc%2CSAAU%2CQAAO%3BEAC1D%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAEJ%2CIAAK%2CKAAK%2CcAAc%3BEACpB%2CgBAAA%3B%3BAAEJ%2CSAAU%2CcAAc%3BAAAS%2CSAAU%2CcAAc%3BAAAS%2CSAAU%2CcAAc%2CQAAQ%3BEAC9F%2CWAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CSAAU%2CcAAc%2CQAAQ%3BEAC5B%2CkBAAA%3B%3BAAEJ%2CSAAU%2CcAAc%2CQAAO%3BEAC3B%2CmDAAA%3BEACA%2CsCAAA%3BEACA%2C4BAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CyBAAA%3BEACA%2C0BAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CCAAC%2CeAAe%3BEACZ%2CoBAAA%3BEACA%2CyBAAA%3B%3BAAEJ%2CCAAC%2CUAAU%3BEACP%2CoBAAA%3B%3BAAEJ%2CSAAU%2CcAAc%2CQAAO%2CaAAa%3BEACxC%2CyDAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2C4BAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CCAAC%2CeAAe%3BEACZ%2CyBAAA%3B%3BAAEJ%2CaAAa%3BAAAS%2CeAAe%3BEACjC%2CmBAAA%3B%3BAAEJ%2CCAAC%2CeAAe%2COAAO%3BEACnB%2CyBAAA%3B%3BAAEJ%2CCAAC%2CUAAU%2COAAO%3BEACd%2CkDAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3B%3BAAIJ%2CWAAY%2CMAAK%3BAAAW%2CWAAY%2CMAAK%3BEACzC%2CqBAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CaAAc%2CMAAK%3BAAAe%2CSAAU%2CMAAK%3BEAC7C%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CSAAU%2CcAAc%3BEACpB%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CSAAU%2CcAAc%2CQAAO%3BAAAY%2CaAAc%2CSAAS%2CQAAO%3BEACrE%2C%2BCAAA%3BEACA%2CsCAAA%3BEACA%2C4BAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3B%3BAAEJ%2CiBAAkB%2CGAAG%2CGAAG%3BAAAY%2CYAAa%2CGAAG%2CkBAAkB%2CGAAG%2CEAAE%3BEACvE%2CcAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CiBAAkB%2CGAAG%2CGAAG%2CWAAW%3BAAAU%2CYAAa%2CGAAG%2CkBAAkB%2CGAAG%2CEAAE%2CWAAW%3BEAC3F%2CkBAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CaAAc%2CSAAS%3BEACnB%2CuBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CiBAAkB%2CGAAG%3BAAAI%2CiBAAkB%2CGAAG%2CaAAa%2CUAAU%3BAAAI%2CYAAa%2CUAAU%2CkBAAkB%2CGAAG%3BAAAI%2CiBAAkB%2CGAAG%2CaAAa%2CGAAG%3BAAAG%2CYAAa%2CGAAG%2CkBAAkB%2CGAAG%3BEAClM%2C6BAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3B%3BAAEJ%2CiBAAkB%2CGAAG%2CGAAG%2CWAAW%2CSAAS%3BAAAU%2CYAAa%2CGAAG%2CkBAAkB%2CGAAG%2CEAAE%2CWAAW%2CSAAS%3BEAC7G%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CiBAAkB%2CGAAG%2CGAAG%2CWAAW%2CSAAS%2CSAAS%3BAAAQ%2CYAAa%2CGAAG%2CkBAAkB%2CGAAG%2CEAAE%2CWAAW%2CSAAS%2CSAAS%3BEAC7H%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CiBAAkB%2CGAAG%2CGAAG%2CWAAW%2CSAAS%2CSAAW%3BAAAK%2CYAAa%2CGAAG%2CkBAAkB%2CGAAG%2CEAAE%2CWAAW%2CSAAS%2CSAAS%3BEAE5H%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CiBAAkB%2CYAAY%2CGAAG%3BEAC7B%2CqBAAA%3B%3BAAEJ%2CiBAAkB%3BEACd%2CcAAA%3B%3BAAEJ%2CiBAAkB%2CGAAG%2CGAAG%2CWAAW%2CSAAS%3BAAAO%2CYAAa%2CGAAG%2CkBAAkB%2CGAAG%2CEAAE%2CWAAW%2CSAAS%3BAAAO%2CYAAa%2CGAAG%2CkBAAkB%2CGAAG%2CEAAE%2CWAAW%2CSAAS%3BEAC5K%2CWAAA%3B%3BAAEJ%2CiBAAkB%2CGAAG%2CGAAG%2CWAAW%2CSAAS%3BAAAO%2CYAAa%2CGAAG%2CkBAAkB%2CGAAG%2CEAAE%2CWAAW%2CSAAS%3BEAC1G%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAAEJ%2CIAAK%2CKAAK%2CcAAc%2CYAAY%2CSAAS%2CMAAM%3BEAC%5C%2FC%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%3BEACI%2CqBAAA%3BEACA%2C6CAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3B%3BAAEJ%2CSAAS%3BEACL%2CSAAS%2COAAT%3B%3BAAEJ%2CiBAAkB%2CGAAG%2CGAAE%3BAAAa%2CiBAAkB%2CGAAG%2CaAAa%2CGAAG%2CEAAC%3BAAAa%2CYAAa%2CGAAG%2CkBAAkB%2CGAAG%2CEAAC%3BEACzH%2CqBAAA%3B%3BAAGJ%2CsBAAuB%2CkBAAkB%2CGAAG%2CGAAE%3BEAAa%2CiBAAA%3B%3BAAC3D%2CiBAAkB%2CGAAG%2CGAAE%3BAAAW%2CiBAAkB%2CGAAG%2CaAAa%2CGAAG%2CEAAC%3BAAAW%2CYAAa%2CGAAG%2CkBAAkB%2CGAAG%2CEAAC%3BEACrH%2CaAAA%3BEACA%2CUAAA%3B%3BAAEJ%3BAAAqB%2CkBAAkB%3BEACnC%2CqBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CgCAAiC%2COAAM%2COAAO%2COAAO%3BEACjD%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CyDAAA%3BEACA%2CsCAAA%3BEACA%2C4BAAA%3BEACA%2C0BAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CgCAAiC%2COAAM%2COAAO%2COAAO%2CQAAQ%3BEACzD%2CsDAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CSAAU%3BEACN%2CeAAA%3B%3BAAEJ%3BEACI%2CeAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2COAAA%3BEACA%2CoCAAA%3BEACA%2CYAAA%3B%3BAAEJ%3BEACI%2CeAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3BEACA%2C8BAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CYAAY%2CWAAZ%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAEJ%3BEACI%2CaAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3B%3BAAEJ%2CcAAe%2CKAAI%3BEACf%2CUAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CcAAe%2CKAAI%3BEACf%2CUAAA%3BEACA%2CWAAA%3B%3BAAEJ%3BEACI%2CaAAA%3B%3BAAEJ%2CQAAS%3BEACL%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CQAAS%3BEACL%2CkBAAA%3B%3BAAEJ%2CcAAe%2CKAAI%2CMAAO%3BEACtB%2CcAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CWAAA%3BEACA%2C6BAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CUAAU%2CIAAI%3BEACV%2CWAAA%3B%3BAAEJ%2CmBAAoB%3BEAChB%2CWAAA%3B%3BAAEJ%2CcAAe%2CGAAE%3BEACb%2CiBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CcAAe%3BEACX%2CcAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CmBAAoB%3BEAChB%2CUAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CcAAe%2COAAO%2CMAAK%3BEACvB%2CmBAAA%3B%3BAAEJ%2CcAAe%2CKAAI%2CMAAO%2COAAO%3BEAC7B%2CiBAAA%3B%3BAAEJ%2CcAAe%2COAAO%3BEAClB%2CqBAAA%3B%3BAAEJ%2CmBAAoB%2CQAAO%3BAAAe%2CmBAAoB%2CQAAO%2CaAAa%3BEAC9E%2CyBAAA%3BEACA%2CWAAA%3BEAEA%2CyBAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CIAAI%3BEACA%2CeAAA%3B%3BAAGJ%2CmBAAoB%2CQAAO%3BEACvB%2CYAAA%3BEACA%2CoBAAA%3B%3BAAEJ%2CuBAAwB%3BEACpB%2CSAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CcAAe%3BEACX%2CeAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2COAAQ%2CMAAK%3BAAAiB%2COAAQ%2CMAAK%3BEACvC%2CUAAA%3BEACA%2CyBAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CiBAAiB%3BEACb%2CcAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CQAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CiBAAkB%3BEACd%2CkBAAA%3B%3BAAEJ%2CiBAAkB%3BEAEd%2CeAAA%3B%3BAAEJ%2CiBAAkB%2CYAAY%3BEAC1B%2C0BAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3B%3BAAEJ%2CiBAAkB%2CYAAY%2CSAAS%3BEACnC%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CiBAAkB%2CYAAY%2CSAAS%2CQAAQ%3BEAC3C%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CiBAAkB%2CYAAY%2CSAAS%3BEACnC%2CWAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CiBAAkB%2CYAAY%2CSAAS%3BEACnC%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CiBAAkB%2CYAAY%2CSAAS%2CQAAQ%3BEAC3C%2CcAAA%3B%3BAAEJ%2CiBAAkB%2CYAAY%2CSAAS%3BAAAa%2CiBAAkB%2CYAAY%2CSAAS%3BEACvF%2CUAAA%3BEACA%2CoBAAA%3B%3BAAEJ%2CiBAAkB%2CYAAY%2CSAAS%2CYAAW%3BAAAQ%2CiBAAkB%2CYAAY%2CSAAS%2CYAAW%3BEAC3G%2CyBAAA%3B%3BAAGD%2CiBAAkB%2CQAAO%3BAAAa%2CiBAAkB%2CQAAO%3BEAC3D%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3BEACA%2CyBAAA%3BEACA%2CwBAAA%3B%3BAAEJ%2CiBAAkB%3BAAAS%2CiBAAkB%2CQAAO%3BAAAQ%2CiBAAkB%2CQAAO%3BEACjF%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CoCAAA%3BEACA%2CmBAAA%3BEACA%2CwBAAA%3B%3BAAIJ%2CiBAAkB%2CQAAO%3BAAAoB%2CiBAAkB%2CQAAO%2CkBAAkB%3BEACpF%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CiCAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CiBAAkB%2CYAAY%2CSAAS%2CQAAQ%3BEAC3C%2CcAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BAAEJ%2CiBAAkB%2CYAAY%2CSAAS%2CQAAQ%3BEAC3C%2CeAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3B%3BAAEJ%2CwBAAyB%3BAAAO%2CwBAAyB%3BEACrD%2CWAAA%3B%3BAAEJ%2CwBAAyB%3BAAAO%2CwBAAyB%3BEACrD%2CWAAA%3B%3BAAEJ%2CiBAAkB%2CYAAY%2CSAAS%2CQAAQ%3BEAC3C%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CWAAY%2CeAAe%3BEACvB%2CeAAA%3B%3BAAEJ%2CWAAY%3BEACR%2CcAAA%3B%3BAAEJ%2CQAAS%2CMAAM%3BEACX%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CEAAE%2CeAAe%3BEACb%2CSAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3B%3BAAIJ%2CeAAgB%2CQAAO%3BAAAU%2CeAAgB%3BAAAiB%2CMAAM%2COAAO%2CQAAQ%3BAAAW%2CMAAM%2COAAO%2CQAAQ%3BEACnH%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CiDAAA%3BEACA%2C4BAAA%3BEACA%2C0BAAA%3BEACA%2CoBAAA%3BEACA%2CqCAAA%3BEACA%2CyBAAA%3BEACA%2C0BAAA%3BEACA%2C2BAAA%3BEACA%2C8BAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CeAAgB%2CGAAE%2CUAAU%2CGAAI%2COAAM%2COAAO%3BEACzC%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2C0BAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CqCAAA%3B%3BAAIJ%2CKAAK%2CcAAe%2CKAAI%2CIAAK%3BAAAa%2CkBAAmB%2CMAAK%2CcAAe%2CKAAI%2CIAAK%3BEACtF%2CmBAAA%3B%3BAAEJ%2CkBAAmB%2CaAAa%2CeAAe%3BEAC3C%2CmBAAA%3BEACA%2C2BAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CkBAAmB%2CeAAc%3BEAC7B%2CgBAAA%3B%3BAAGJ%2CkBAAmB%2CGAAE%3BEACjB%2C8BAAA%3B%3BAAEJ%2CkBAAmB%3BEACf%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CkBAAmB%2CKAAK%3BEACpB%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CQAAQ%3BEACJ%2CiBAAA%3B%3BAAGJ%2CkBAAmB%2CQAAQ%3BEACvB%2CUAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CkBAAmB%2CMAAK%3BEACpB%2CyBAAA%3B%3BAAEJ%2CkBAAmB%2CaAAa%3BEAAG%2CkCAAA%3B%3BAACnC%2CkBAAmB%2CcAAc%2CMAAM%3BEACnC%2CuBAAA%3B%3BAAEJ%2CkBAAmB%2CMAAK%2CKAAK%3BEACzB%2CiBAAA%3BEACA%2CeAAA%3BEACA%2C6BAAA%3B%3BAAEJ%2CkBAAmB%2CGAAE%3BEACjB%2C8BAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CkBAAmB%2COAAS%2CQAAQ%2CKAAK%3BAAAI%2CkBAAmB%2COAAS%2CQAAQ%2CKAAK%3BEAAI%2CuBAAA%3B%3BAAC1F%2CkBAAmB%2CSAAQ%3BEACvB%2CYAAA%3B%3BAAEJ%2CkBAAmB%2CKAAK%2CKAAI%3BEACxB%2CaAAA%3B%3BAAEJ%2CkBAAmB%2CMAAK%2CcAAe%2CKAAI%2CIAAK%3BEAC5C%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CeAAgB%3BEACZ%2CkBAAA%3B%3BAAGJ%2CoBAAqB%2CgBAAgB%3BAAAY%2CkBAAmB%2CgBAAgB%3BEAAa%2CSAAA%3BEAAU%2CUAAA%3BEAAU%2CWAAA%3B%3BAACrH%3BAAAc%2CkBAAmB%3BEAAe%2CgBAAA%3B%3BAAChD%2CoBAAqB%2CMAAK%2CcAAe%2CMAAM%2CMAAM%2CGAAG%2CGAAE%3BAAAM%2CkBAAmB%2CMAAK%2CcAAe%2CMAAM%2CMAAM%2CGAAG%2CGAAE%3BEAAM%2CmBAAA%3BEAAqB%2CYAAA%3BEAAc%2CWAAA%3B%3BAACjK%3BEAAuB%2CgBAAA%3B%3BAAEvB%2CKAAK%2CcAAe%3BAAAoB%2CkBAAmB%3BEACvD%2CiBAAA%3B%3BAAEJ%2CeAAgB%3BAAAQ%2CkBAAmB%3BEACvC%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CeAAgB%2CKAAI%3BAAAc%2CkBAAmB%2CKAAI%3BEACrD%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CKAAK%2CcAAe%3BAAAoB%2CmBAAoB%3BEACxD%2CUAAA%3B%3BAAEJ%2CkBAAmB%3BEACf%2CWAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CkBAAoB%3BEAChB%2CkBAAA%3B%3BAAEJ%2CkBAAmB%2CMAAM%2CMAAM%3BEAC3B%2CSAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CkBAAmB%3BEAAiB%2CwBAAA%3B%3BAACpC%2CkBAAmB%2CiBAAmB%3BEAClC%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CkBAAmB%2CiBAAmB%2CiBAAiB%3BEACnD%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CoBAAqB%3BEACjB%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3B%3BAAEH%2CkBAAmB%3BEAChB%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3B%3BAAEJ%2CMAAM%2COAAO%3BAAAS%2CMAAM%2COAAO%2COAAO%3BEACtC%2CyBAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%3BEACI%2CsBAAA%3BEACA%2C0BAAA%3B%3BAAGJ%2CkBAAqB%3BAAAG%2CQAAQ%2CKAAM%2CEAAI%3BEACtC%2CgCAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CkBAAqB%2CIAAC%3BAAAQ%2CQAAQ%2CKAAM%2CEAAI%2CIAAC%3BEAAO%2CgCAAA%3BEACpD%2CcAAA%3B%3BAACA%2CsBAAuB%2CmBAAqB%2CIAAC%3BAAAQ%2CsBAAuB%2CSAAQ%2CKAAM%2CEAAI%2CIAAC%3BEAAQ%2CcAAA%3B%3BAAC3G%2CKAAK%2CcAAe%3BEAChB%2CYAAA%3B%3BAAEJ%2CsBAAuB%2CSAAS%2CMAAM%3BEAClC%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CsBAAuB%2CiBAAiB%3BEACpC%2CeAAA%3B%3BAAEJ%2CYAAa%2COAAO%3BAAAQ%2CkBAAmB%2CcAAc%2COAAO%3BEAChE%2CeAAA%3B%3BAAEJ%2CuBAAwB%2COAAM%2COAAO%2CQAAQ%3BEACzC%2C0BAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2C4BAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CuBAAwB%3BEACpB%2CoBAAA%3B%3BAAEJ%2CSAAU%2CcAAc%2CQAAO%2CUAAU%3BEACrC%2CkDAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3B%3BAAEJ%3BEACI%2C0BAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CKAAK%2CcAAe%2CiBAAmB%2CiBAAiB%3BEACpD%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CKAAK%2CcAAe%2CiBAAmB%2CiBAAc%3BEACjD%2CSAAS%2COAAT%3BEACA%2CaAAA%3B%3BAAGJ%2CoBAAqB%3BEACjB%2CmBAAA%3B%3BAAEJ%2CgBAAiB%2CEAAC%2COAAO%3BEACrB%2CWAAA%3B%3BAAEJ%2CgBAAiB%3BEACb%2CkBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CgBAAiB%2CEAAE%3BEACf%2CWAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3B%3BAAEJ%2CaAAc%3BEACV%2CUAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CaAAc%3BEACV%2CeAAA%3BEACI%2CgBAAA%3B%3BAAER%3BEACI%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CcAAe%3BEACX%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAEJ%3BEACI%2CiBAAA%3B%3BAAGJ%2CoBAAuB%2CoBAAkB%2CYAAY%3BEAAO%2CaAAA%3B%3BAAC5D%2CQAAS%3BEACL%2CeAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CQAAS%2CMAAM%3BEAAI%2CaAAA%3B%3BAAEnB%3BAAA8B%2CqBAAsB%3BAAAS%2CoBAAqB%3BAAAc%2CqBAAsB%3BAAAc%2CoBAAqB%3BAAAc%2CqBAAsB%3BAAAc%2CgBAAiB%3BAAAc%2CuBAAwB%3BAAAgB%2CwBAAyB%3BEACvS%2CgBAAA%3B%3BAAEJ%2CMAAM%2CcAAc%3BEAChB%2CyBAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAIJ%2CEAAE%3BEACE%2CcAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CCAAC%2CkBAAkB%3BEACf%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%3BAAA4B%2C0BAA0B%3BAAAQ%2C0BAA0B%3BAAAQ%2C0BAA0B%3BEACtH%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CoBAAqB%2CGAAE%2CIAAI%3BEACvB%2CyBAAA%3B%3BAAIJ%2CqBAAsB%3BEAClB%2CmBAAA%3BEACA%2CsBAAA%3B%3BAAEJ%2CUAAW%2CEAAC%3BAAAQ%2CKAAK%2CIAAI%2CYAAY%3BAAAQ%2CQAAQ%2CIAAI%2CYAAY%3BAAAQ%2CMAAM%2CIAAI%2CYAAY%3BEACnG%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAIJ%2CqBAAsB%2CMAAK%3BAAC3B%2CqBAAsB%2CMAAK%3BEACzB%2C6BAAA%3BEACA%2CSAAA%3BEACE%2CiBAAA%3B%3B%3BAAIJ%2CqBAAsB%3BEACpB%2C0BAAA%3BEACE%2CiBAAA%3B%3BAAGJ%2CsBAAuB%3BAAAO%2CqBAAsB%3BAAAQ%2CqBAAsB%3BEAC9E%2CsBAAA%3B%3BAAEJ%2CqBAAsB%3BEAClB%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CiBAAkB%3BEACd%2CWAAA%3B%3BAAEJ%2CYAAa%2CiBAAiB%3BEAE1B%2CaAAA%3B%3BAAGJ%2CiBAAkB%2CYAAY%2CSAAS%2CQAAQ%3BEAC3C%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CWAAY%2CMAAK%3BEACb%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CYAAa%2CYAAW%3BAAAQ%2CaAAa%3BEACzC%2CaAAA%3BEACA%2CYAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3B%3BAAIJ%2CYAAa%2CYAAW%3BAAAgB%2CaAAa%3BEACjD%2CaAAA%3BEACA%2CYAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3B%3BAAeJ%2CQAAS%2CGAAE%3BEACP%2CWAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CQAAS%2CGAAE%2CWAAY%2CKAAI%3BEACvB%2CeAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CQAAS%2CQAAO%2CKAAM%2COAAM%2CIAAI%2CSAAU%2CWAAa%3BEACnD%2CeAAA%3B%3BAAEJ%2CQAAS%2CaAAa%3BEAClB%2CeAAA%3BEACA%2CcAAA%3B%3BAAIJ%2CQAAS%3BEACL%2CeAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CQAAS%2CEAAC%2COAAO%3BEACb%2CyBAAA%3B%3BAAEJ%2CQAAS%2COAAM%2C0BAA2B%3BEACtC%2CcAAA%3B%3BAAEJ%2CsBAAuB%3BEACnB%2CgBAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CsBAAuB%2CMAAK%2CQAAS%3BAAAG%2CsBAAuB%2CMAAK%2CQAAW%3BEAAQ%2CkBAAA%3B%3BAACvF%2CsBAAuB%2CMAAM%3BEAAY%2CaAAA%3B%3BAACzC%2CQAAS%2CuBAAuB%2CMAAM%3BAAAG%2CQAAU%2CuBAAuB%2CMAAM%2CEAAC%3BEAC7E%2CgBAAA%3BEACA%2C6BAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CyDAAA%3BEACA%2C4BAAA%3BEACA%2CqBAAA%3BEACA%2CuCAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CQAAS%2CGAAE%2CIAAI%2CKAAK%3BEAChB%2CyBAAA%3BEACA%2CsDAAA%3BEACA%2C4BAAA%3BEACA%2CqBAAA%3BEACA%2CuCAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CsBAAuB%2CMAAM%3BAAAG%2CsBAAuB%2CMAAQ%3BEAAQ%2C4BAAA%3B%3BAACtE%2CQAAS%2CuBAAuB%2CMAAK%2CQAAW%3BEAC7C%2CWAAA%3B%3BAAEJ%2CQAAS%3BEACL%2CWAAA%3B%3BAAEJ%2CQAAS%2COAAM%2CSAAU%2CSAAS%3BEAClC%2CmBAAA%3B%3BAAEA%2CQAAS%2CSAAQ%2CSAAS%3BEACtB%2CWAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CQAAS%2CEAAC%3BEACN%2CcAAA%3BEACA%2CgBAAA%3BEACA%2C6BAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CQAAS%2CSAAQ%2CSAAS%3BEACtB%2CUAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CcAAe%2CGAAG%3BEACd%2CYAAA%3B%3BAAEJ%2CQAAS%2CUAAY%2CSAAS%3BEAC1B%2CaAAA%3BEACA%2CqBAAA%3BEACA%2C8BAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CQAAS%2CQAAU%3BEACf%2CeAAA%3BEACA%2CyBAAA%3B%3BAAEJ%2CQAAS%3BEACL%2CWAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CqBAAsB%2CUAAU%2CIAAG%3BEAC%5C%2FB%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CqBAAsB%2CeAAc%2CSAAU%3BEAC1C%2CaAAA%3B%3BAAEJ%2CqBAAsB%2CeAAc%2CSAAU%3BEAC1C%2CMAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CqBAAuB%2CKAAI%3BEACvB%2CeAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CiBAAkB%2CKAAI%3BEAClB%2CeAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CiBAAkB%2CSAAS%3BEACvB%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CsDAAA%3BEACA%2C4BAAA%3BEACA%2CgCAAA%3BEACA%2CkDAAA%3B%3BAAIJ%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CiBAAkB%2CKAAI%3BEAClB%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CmBAAoB%3BEAChB%2CaAAA%3B%3BAAEJ%2CoBAAqB%2CoBAAoB%3BEACrC%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CiBAAkB%2CWAAW%3BEACzB%2CWAAA%3B%3BAAEJ%2CiBAAkB%3BEACd%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CiBAAkB%2CGAAE%3BEAChB%2CmBAAA%3B%3BAAEH%2CiBAAkB%2CWAAW%3BAAAM%2CiBAAmB%2CWAAW%3BEAC9D%2CWAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CiBAAkB%3BEAAM%2CWAAA%3BEAAY%2CWAAA%3B%3BAACpC%3BAAAgB%3BEACZ%2CYAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CiBAAkB%3BEACd%2CaAAA%3B%3BAAEJ%2CiBAAkB%2CSAAS%2CSAAS%3BEAAG%2CWAAA%3B%3BAACvC%2CCAAC%3BEACG%2CSAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CqBAAsB%2CeAAe%3BEACjC%2CkBAAA%3B%3BAAEJ%2CoBAAqB%2CmBAAmB%3BEAAoB%2CeAAA%3B%3BAAC5D%2CQAAS%2CEAAC%3BEACN%2CeAAA%3B%3BAAEJ%2CQAAS%2CEAAC%2CkBAAkB%3BEACxB%2CqBAAA%3B%3BAAEJ%2CcAAc%2CSAAU%3BEACpB%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CQAAS%2CiBAAiB%2CQAAO%3BAAAU%2CQAAS%2CiBAAiB%2CQAAO%2CQAAQ%3BAAAQ%2CQAAS%2CiBAAiB%2CQAAO%2CQAAQ%3BEACjI%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CSAAU%2CIAAG%3BEACT%2CkBAAA%3BEACA%2CWAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CcAAc%2CSAAU%3BEACpB%2CSAAA%3B%3BAAEJ%2CcAAc%2CSAAU%2CsBAAwB%3BEAC5C%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACC%2CgBAAA%3BEACD%2CYAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CqBAAsB%3BEAClB%2CgBAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CqBAAsB%3BEAClB%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3B%3BAAEJ%2CkBAAqB%3BAAAG%2CQAAQ%2CKAAM%2CEAAI%3BEACtC%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAEJ%3BEACI%2CeAAA%3B%3BAAEJ%2CoBAAsB%2CmBAAqB%3BAAAG%2CoBAAsB%2CSAAQ%2CKAAM%2CEAAI%3BAAAG%2CkBAAmB%2CmBAAqB%3BEAAG%2CgBAAA%3B%3BAACpI%2CcAAe%3BEACX%2CoBAAA%3B%3BAAEJ%2CcAAe%2CmBAAkB%3BAAAQ%2CcAAe%2CmBAAkB%3BEACtE%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CcAAc%2CSAAU%3BEACpB%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CqBAAsB%2CeAAc%2CSAAU%3BEAC1C%2CMAAA%3BEACA%2COAAA%3B%3BAAEJ%2CWAAY%3BEACR%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CWAAY%2CMAAK%3BEACb%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%3BEACI%2CmBAAA%3B%3BAAEJ%2CWAAY%3BEACR%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CWAAY%3BEACR%2CgBAAA%3B%3BAAEJ%2CQAAU%2CMAAM%3BAAAI%2CKAAM%3BEACtB%2CaAAA%3B%3BAAEJ%2CQAAS%2CMAAM%3BEACX%2C6BAAA%3B%3BAAEJ%2CIAAI%2C4BAA6B%3BEAC7B%2CaAAA%3B%3BAAEJ%2CIAAI%3BEACA%2CmBAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CCAAC%2COAAO%2CgBAAgB%3BEAAe%2C%2BBAAA%3B%3BAAGvC%2CUAAW%3BEACP%2CeAAA%3B%3BAAEJ%2CUAAW%3BEACP%2CgBAAA%3BEACA%2C4BAAA%3B%3BAAEJ%2CmBAAoB%2CaAAe%3BAAAQ%2CmBAAoB%2CaAAe%3BAAAM%2CQAAS%2CQAAU%3BAAAQ%2CQAAS%2CQAAU%3BAAAM%2CyBAA0B%2CQAAU%3BAAAQ%2CyBAA0B%2CQAAU%3BAAAM%2C2BAA4B%2CaAAe%3BAAAQ%2C2BAA4B%2CaAAe%3BAAAM%2CgCAAiC%2CaAAe%3BAAAQ%2CgCAAiC%2CaAAe%3BAAAM%2C2BAA4B%2CaAAe%3BAAAQ%2C2BAA4B%2CaAAe%3BAAAM%2C8BAA%2BB%2CaAAe%3BAAAQ%2C8BAA%2BB%2CaAAe%3BAAAM%2CcAAe%2CaAAe%3BAAAQ%2CcAAe%2CaAAe%3BAAAM%2CcAAe%2CeAAe%2COAAS%3BAAAQ%2CcAAe%2CeAAe%2COAAS%3BAAAM%2CgBAAiB%2CgBAAgB%2COAAS%3BAAAQ%2CgBAAiB%2CgBAAgB%2COAAS%3BAAAM%2CcAAe%2COAAO%2CaAAe%3BAAAQ%2CcAAe%2COAAO%2CaAAe%3BAAAM%2CQAAS%2CQAAO%2CKAAM%2COAAM%2CIAAI%2CSAAU%2CaAAe%3BAAAQ%2CQAAS%2CQAAO%2CKAAM%2COAAM%2CIAAI%2CSAAU%2CaAAe%3BAAAM%2CcAAe%2CaAAe%3BAAAQ%2CcAAe%2CaAAe%3BAAAM%2C0BAA2B%2CQAAO%2CKAAM%2COAAM%2CIAAI%2CSAAU%2CaAAe%3BAAAQ%2C0BAA2B%2CQAAO%2CKAAM%2COAAM%2CIAAI%2CSAAU%2CaAAe%3BAAAM%2CuBAAwB%2CQAAO%2CKAAM%2COAAM%2CIAAI%2CSAAU%2CaAAe%3BAAAQ%2CuBAAwB%2CQAAO%2CKAAM%2COAAM%2CIAAI%2CSAAU%2CaAAe%3BAAAM%2CiBAAkB%2CQAAO%2CKAAM%2COAAM%2CIAAI%2CSAAU%2CaAAe%3BAAAQ%2CiBAAkB%2CQAAO%2CKAAM%2COAAM%2CIAAI%2CSAAU%2CaAAe%3BEAClnD%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%3BAAAuB%3BAAAkB%3BEACrC%2CoBAAA%3B%3BAAEJ%3BEACI%2CiBAAA%3BEACA%2CqCAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CSAAA%3B%3BAAEJ%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CqCAAA%3BEACA%2CSAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3B%3BAAEJ%3BEACI%2CWAAA%3B%3BAAEJ%3BEACI%2CaAAa%2CsBAAb%3B%3BAAEJ%3BEACI%2CgBAAA%3B%3BAAEJ%3BEACI%2CeAAe%2C2BAAf%3B%3BAAEJ%3BEACI%2CYAAY%2C2BAAZ%3B%3BAAEJ%3BEACI%2CeAAe%2C2BAAf%3B%3BAAEJ%3BEACI%2CgBAAA%3B%3BAAEJ%3BEACI%2CeAAe%2CUAAf%3B%3BAAEJ%3BEACI%2CyBAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3B%3BAAEJ%3BEACI%2CiBAAA%3B%3BAAEJ%3BEACI%2CoBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3B%3BAAEJ%3BEACI%2CoBAAA%3BEACA%2C6BAAA%3B%3BAAEJ%2CkCAAmC%3BEAC%5C%2FB%2CgBAAA%3B%3BAAEJ%3BAAAuB%3BAAAkB%3BEACrC%2CsBAAA%3B%3BAAIJ%3BEACI%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CeAAgB%3BEACZ%2CWAAA%3B%3BAAGJ%2CkCAAmC%3BEAC%5C%2FB%2CeAAA%3B%3BAAEJ%3BEACI%2CiBAAA%3B%3BAAEJ%3BEACI%2CeAAe%2C4BAAf%3B%3BAAEJ%2C4BAA6B%3BEACzB%2CgBAAA%3B%3BAAEJ%2CqBAAsB%2CuBAAsB%3BEACxC%2CaAAA%3B%3BAAEJ%2CqBAAsB%2CuBAAsB%3BEACxC%2CaAAA%3B%3BAAEJ%2C4BAA6B%2CKAAI%3BEAC7B%2CaAAA%3B%3BAAEJ%2CGAAG%2CYAAa%2CeAAc%3BEAC1B%2CSAAA%3B%3BAAEJ%2C4BAA6B%3BEACzB%2CSAAA%3BEACA%2CUAAA%3B%3BAAEJ%2C4BAA6B%3BEACzB%2C2BAAA%3B%3BAAEJ%2CoBAAqB%3BAAAQ%2CoBAAqB%3BEAC9C%2C2BAAA%3B%3BAAIJ%2CsBAAuB%3BEACnB%2CWAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CsBAAuB%3BEACnB%2CkBAAA%3B%3BAAEJ%2CsBAAuB%2CIAAG%3BEACtB%2CkBAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CsBAAuB%2CcAAc%3BEACjC%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CsBAAuB%2CcAAc%2CWAAW%3BEAC5C%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CsBAAuB%3BAAAoB%2CsBAAuB%2CSAAQ%2CKAAM%3BEAC5E%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CsBAAuB%3BAAAoB%2CsBAAuB%2CSAAQ%2CKAAM%2CEAAC%3BEAAQ%2CqBAAA%3B%3BAACzF%2CsBAAuB%2COAAM%2COAAO%2COAAO%3BEACvC%2CeAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CsBAAuB%3BEACnB%2CmBAAA%3B%3BAAEJ%2CsBAAuB%2CgBAAgB%3BEACnC%2CaAAA%3BEACA%2CeAAA%3BEAEA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CsBAAuB%3BEAAsB%2CgBAAA%3BEAAiB%2CmBAAA%3B%3BAAC9D%2CsBAAuB%3BEACnB%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CuBAAwB%3BEAAG%2CcAAA%3B%3BAAC3B%2CuBAAwB%2CEAAC%3BEAAQ%2C2BAAA%3B%3BAACjC%2CuBAAwB%2CUAAU%2COAAM%3BEACpC%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAAEJ%2CeAAgB%3BEACZ%2CcAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CgBAAgB%3BEACZ%2CyBAAA%3BEACA%2CmGAAA%3BEACA%2CWAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CQAAS%2COAAM%3BEACX%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CyBAA0B%3BEACtB%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3B%3BAAEJ%2CyBAA0B%3BEACtB%2CeAAA%3BEACA%2CSAAA%3B%3BAAEJ%2CyBAA0B%3BEACtB%2CgBAAA%3B%3BAAEJ%2CyBAA0B%2CWAAW%3BEACjC%2CSAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CEAAE%3BEACE%2CSAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3B%3BAAEJ%2CmBAAoB%3BEAAI%2C6BAAA%3BEAA8B%2CkBAAA%3B%3BAAEtD%2CYAAa%3BEAAI%2CgBAAA%3B%3BAACjB%2CmBAAoB%3BEAChB%2CiBAAA%3BEACA%2CSAAA%3B%3BAAEJ%2CKAAK%3BAAAmB%2CKAAK%2CiBAAiB%3BAAAQ%2CKAAK%2CiBAAiB%3BAAAQ%2CQAAQ%3BAAAmB%2CQAAQ%2CiBAAiB%3BAAAQ%2CQAAQ%2CiBAAiB%3BAAAQ%2CMAAM%3BAAAmB%2CMAAM%2CiBAAiB%3BAAAQ%2CMAAM%2CiBAAiB%3BEAAQ%2C6BAAA%3BEACpQ%2CgDAAA%3BEACA%2CiDAAA%3B%3BAAEH%2CUAAW%2CMAAK%3BAAAmB%2CUAAW%2CMAAK%2CiBAAiB%3BAAAQ%2CUAAW%2CMAAK%2CiBAAiB%3BAAAQ%2CUAAW%2CSAAQ%3BAAAmB%2CUAAW%2CSAAQ%2CiBAAiB%3BAAAQ%2CUAAY%2CSAAQ%2CiBAAiB%3BAAAQ%2CUAAW%2COAAM%3BAAAmB%2CUAAW%2COAAM%2CiBAAiB%3BAAAQ%2CUAAW%2COAAM%2CiBAAiB%3BEAAQ%2C6BAAA%3BEACzW%2C6CAAA%3BEACA%2CiDAAA%3B%3BAAEJ%2COAAQ%3BEACJ%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%3BEACI%2CmBAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CQAAS%2CQAAO%3BEACZ%2CqDAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CQAAS%2CQAAO%2CMAAM%3BEAClB%2CwDAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CKAAM%3BEACF%2CaAAA%3B%3BAAGJ%3BEACI%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CoCAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CkBAAmB%3BAAAc%2CgBAAiB%3BEAAc%2CsBAAA%3B%3BAAChE%3BEACI%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CwBAAA%3BEACA%2CmCAAA%3B%3BAAEJ%3BEACI%2CYAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3BEACA%2CcAAA%3BEACA%2C8BAAA%3BEACA%2C2BAAA%3BEACA%2CsBAAA%3B%3BAAEJ%2CcAAc%3BEACV%2CSAAS%2CEAAT%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3B%3BAAEJ%2CgBAAiB%3BEACb%2CYAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2C2BAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CYAAa%3BEACT%2CaAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3B%3BAAEJ%3BAAAY%3BAAAY%3BAAAgB%3BEACpC%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CYAAa%3BEACT%2CWAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CgDAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2C4BAAA%3BEACA%2C2BAAA%3BEACA%2CoBAAA%3B%3BAAEJ%2CeAAgB%2CMAAK%3BEACjB%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CYAAa%3BEACT%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CkBAAmB%3BEACf%2CmBAAA%3B%3BAAEJ%2CkBAAmB%2CWAAW%2CkBAAkB%3BEAC5C%2CUAAA%3B%3BAAEJ%2CkBAAmB%3BEAAmB%2CWAAA%3BEAAY%2CYAAA%3BEAAa%2CcAAA%3B%3BAAE%5C%2FD%2CkBAAmB%3BEACb%2CsDAAA%3BEACF%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CiDAAA%3BEACA%2C4BAAA%3BEACA%2CqCAAA%3BEACA%2C0BAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3BEACA%2CsCAAA%3B%3BAAEJ%2CkBAAmB%2COAAM%3BEACzB%2CyDAAA%3BEACI%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3B%3BAAEJ%2CkBAAmB%3BEACf%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BEAAiB%2CaAAA%3B%3BAACjB%2CeAAgB%3BEACZ%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BAAEJ%2CeAAgB%3BEACZ%2CWAAA%3BEACA%2CmBAAA%3BEACC%2C0BAAA%3B%3BAAGL%2CEAAE%3BEACC%2CeAAA%3BEAEC%2CmBAAA%3BEACI%2C6BAAA%3BEACJ%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2C6FAAA%3BEACA%2C4BAAA%3BEACA%2C%2BBAAA%3BEACA%2CkDAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CgBAAgB%3BEACZ%2CyBAAA%3BEACA%2C2FAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CQAAQ%3BEACJ%2CUAAA%3B%3BAAEJ%2CcAAe%3BEACX%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3B%3BAAEJ%3BAAAgC%2CcAAe%2CmBAAkB%2CIAAI%2CQAAQ%2CIAAI%2CSAAU%3BEACvF%2CSAAA%3BEACA%2CwBAAA%3BEACA%2C0BAAA%3BEACA%2CYAAA%3BEACA%2C4BAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CcAAe%2CeAAe%3BEAAe%2CkBAAA%3B%3BAAE7C%2CkBAAmB%3BEAAW%2CaAAA%3B%3BAAC9B%2CkBAAmB%2CUAAU%3BEACzB%2CUAAA%3BEACA%2CwBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BEAEA%2CgBAAA%3BEACA%2CSAAA%3B%3BAAEJ%2CkBAAmB%2CGAAE%2CKAAK%2CQAAQ%3BEAC9B%2CUAAA%3BEACA%2CUAAA%3BEACA%2C6BAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2COAAQ%3BEACJ%2CgCAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3B%3BAAGJ%2CkBAAmB%2CQAAQ%3BEAAiB%2CaAAA%3B%3BAAC5C%3BEACI%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CkBAAmB%3BEACf%2CwBAAA%3B%3BAAEJ%2CsBAAuB%2CQAAO%3BEAAQ%2CqBAAA%3BEAAuB%2CSAAA%3B%3BAAC7D%2CUAAW%3BEACP%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CqBAAA%3BEACA%2C2BAAA%3BEACA%2C4BAAA%3BEACA%2C%2BCAAA%3B%3BAAEJ%2CUAAU%2COAAQ%3BEACd%2CsDAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CuDAAA%3BEACA%2CqBAAA%3BEACA%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2C2BAAA%3BEACA%2CaAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3B%3BAAEJ%2CYAAa%3BEACT%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CqBAAsB%2CQAAO%2CWAAW%3BAAAS%2CqBAAsB%2CQAAO%2CWAAW%3BAAAS%2CaAAc%2CQAAO%2CWAAW%3BAAAS%2CiBAAkB%2CQAAO%2CWAAW%3BEAAS%2CaAAA%3B%3BAACxL%2CkBAAmB%3BEACf%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CsBAAuB%2CGAAE%3BEACrB%2CeAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CsBAAuB%3BEACnB%2CWAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3B%3BAAEJ%2CsBAAuB%2CmBAAmB%2CSAAQ%3BEAC9C%2CUAAA%3B%3BAAEJ%2CuBAAwB%3BEACpB%2CmBAAA%3B%3BAAGJ%2CuBAAwB%3BEAAgB%2CyBAAA%3BEAA0B%2C0BAAA%3B%3BAAClE%3BEACI%2CUAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CqBAAsB%3BEAClB%2CqBAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CqBAAsB%2CSAAS%3BEAC3B%2CyBAAA%3BEACA%2CaAAA%3B%3BAAEJ%2CqBAAsB%2CSAAS%2CMAAK%3BEAChC%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%3BEACI%2C0BAAA%3BEACA%2CmBAAA%3BEACA%2C%2BBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3B%3BAAEJ%2CoBAAqB%2CSAAQ%2CMAAM%3BEAC%5C%2FB%2CqBAAA%3B%3BAAEJ%2CcAAe%2CSAAS%3BEAAO%2CuBAAA%3B%3BAAE%5C%2FB%2CsBAAuB%2CoBAAoB%2CKAAI%3BEAC3C%2C0BAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CwBAAyB%3BEACrB%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3B%3BAAEJ%2CqBAAsB%2CEAAC%3BEACnB%2CWAAA%3BEACA%2CcAAA%3BEAEA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CsCAAA%3BEACA%2C4BAAA%3BEACA%2C0BAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CcAAe%2CWAAW%3BEACtB%2CsBAAA%3BEACA%2CcAAA%3BEAEA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2C6BAAA%3BEACA%2CyBAAA%3BEACA%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEAEA%2CiDAAA%3BEACA%2C4BAAA%3BEACA%2C0BAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CYAAA%3BEACA%2C2BAAA%3B%3BAAGJ%2CcAAe%2CWAAW%2CEAAC%3BEACvB%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CsCAAA%3BEACA%2C4BAAA%3BEACA%2C0BAAA%3B%3BAAEJ%2CqBAAsB%2COAAM%3BEACxB%2CWAAA%3BEACA%2CcAAA%3BEAEA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACC%2CsDAAA%3BEACD%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CsCAAA%3BEACA%2C4BAAA%3BEACA%2C0BAAA%3B%3BAAEJ%2CqBAAsB%2COAAM%2CyBAAyB%3BEACjD%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CyDAAA%3BEACA%2CsCAAA%3BEACA%2C4BAAA%3BEACA%2C0BAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CiBAAkB%3BEACd%2CSAAA%3B%3BAAEJ%2CiBAAkB%3BEACd%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CqBAAsB%2CWAAW%3BEAAM%2CcAAA%3B%3BAACvC%2CqBAAsB%3BEAClB%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CqBAAsB%2CWAAW%3BEAC7B%2CqBAAA%3BEACA%2CsBAAA%3B%3BAAEJ%2CqBAAsB%2CWAAW%3BEAC7B%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CqBAAsB%2CWAAW%2CEAAC%3BEAC9B%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CoBAAqB%2CaAAe%3BEAChC%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CoBAAqB%2CKAAI%3BEACrB%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CkBAAmB%2CKAAI%3BEACnB%2CmBAAA%3B%3BAAEJ%2CoBAAqB%3BEACjB%2CaAAA%3B%3BAAEJ%2CoBAAqB%2CYAAY%3BEAC7B%2CiBAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CcAAe%3BEACX%2CWAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAAEJ%2CcAAe%2CSAAQ%3BEACnB%2CUAAA%3B%3BAAEJ%3BAAAyB%3BEACrB%2CuBAAA%3B%3BAAEJ%2CcAAe%2CmBAAmB%2CoBAAoB%3BEAClD%2CmBAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CcAAe%2CwBAAwB%2CWAAW%2CiBAAiB%3BAACnE%2CcAAe%2CoBAAoB%2CWAAW%2CiBAAiB%3BEAC3D%2CeAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CcAAe%2CEAAC%3BEACZ%2CeAAA%3B%3BAAEJ%2CcAAe%3BEACX%2CUAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CsBAAuB%3BEACnB%2CoBAAA%3B%3BAAEJ%2CKAAK%2CYAAY%2CyBAAyB%3BEACtC%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2COAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CkCAAmC%3BAAAO%2CkCAAmC%3BEACzE%2CYAAA%3B%3BAAEJ%2CYAAY%2CMAAO%3BEACf%2CaAAA%3B%3BAAEJ%2CmBAAoB%3BEAChB%2CWAAA%3BEACA%2CyBAAA%3B%3BAAEJ%2CqBAAsB%2CWAAW%2CEAAC%2COAAO%3BEACrC%2C2BAAA%3BEACA%2CYAAA%3B%3BAAIJ%2CaAAc%3BEACV%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAmB%2CoBAAnB%3B%3BAAEJ%3BEACI%2CaAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CgBAAiB%3BEACb%2CcAAA%3B%3BAAEJ%2CgBAAiB%2CIAAM%3BEACnB%2CgBAAA%3B%3BAAEJ%2CcAAe%3BEACX%2CkBAAA%3B%3BAAEJ%2CYAAc%2CUAAU%3BEACpB%2CUAAA%3B%3BAAEJ%2CYAAc%2COAAM%3BEAChB%2COAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CYAAc%2COAAM%3BEAChB%2CQAAA%3BEACA%2CUAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2CaAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3B%3BAAEJ%3BEACI%2CUAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CUAAW%3BEACP%2CSAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CUAAW%2CeAAe%2CGAAG%2CGAAG%3BEAC5B%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2C4BAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CUAAW%2CeAAe%2CGAAG%3BEACzB%2CgBAAA%3BEACA%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2C8FAAA%3BEACA%2C4BAAA%3BEACA%2CqBAAA%3BEACA%2CuCAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CUAAW%2CeAAe%2CGAAG%2CGAAE%3BEAC3B%2CgBAAA%3BEACA%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACC%2CyBAAA%3BEACD%2C2FAAA%3BEACA%2C4BAAA%3BEACA%2CqBAAA%3BEACA%2CuCAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CSAAS%2CQAAS%3BEACd%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3B%3BAAEJ%2CwBAAyB%3BEACrB%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%3BEAAmB%2CWAAA%3B%3BAACnB%2CQAAQ%3BEACJ%2CeAAA%3B%3BAAEJ%2CmBAAoB%2CSAAQ%2CUAAW%3BEACnC%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CeAAe%3BEACX%2CaAAA%3BEACA%2CWAAW%2CgBAAX%3B%3BAAEJ%3BAAA4C%2CUAAW%3BAAAQ%2CgBAAiB%3BEAAkB%2CgBAAA%3B%3BAAClG%2CeAAgB%2CMAAK%3BEACjB%2CyBAAA%3B%3BAAEJ%2CGAAG%3BEACC%2CgBAAA%3B%3BAAEJ%2CqBAAsB%3BEAClB%2CmBAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CqBAAsB%3BEAClB%2CWAAA%3B%3BAAEJ%2CeAAgB%3BEACZ%2CmBAAA%3B%3BAAGJ%2CEAAE%3BEACE%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CMAAM%2CUAAU%2CWAAW%2COAAO%2CYAAY%3BEAC1C%2CoBAAA%3B%3BAAEJ%2CKAAK%2CcAAe%3BEAChB%2CWAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2C4BAA6B%2C6CAA6C%3BEACtE%2CkBAAA%3B%3BAAEJ%2CgBAAiB%2CEAAC%3BEACd%2CgBAAA%3B%3BAAEJ%3BEACI%2CaAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAEJ%3BEACI%2CeAAA%3B%3BAAEJ%2CgBAAiB%2CUAAS%3BEACtB%2CaAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CQAAS%2CQAAO%3BEACZ%2CkBAAA%3B%3BAAEJ%2CaAAc%2CSAAS%2CMAAM%3BEACzB%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3BAAEJ%2CaAAc%2CSAAS%3BEACnB%2CkBAAA%3BEACA%2CSAAA%3B%3BAAEJ%2CEAAE%2CoBAAqB%3BEACnB%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3BEACA%2C%2BBAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CsBAAuB%3BEACnB%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CIAAK%3BEACD%2C4BAAA%3B%3BAAEJ%2CkBAAmB%2CeAAc%3BEAAS%2CaAAA%3B%3BAAC1C%2CiBAAkB%2CYAAY%2CSAAS%3BAAAa%2CiBAAkB%2CYAAY%2CSAAS%3BEACvF%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CCAAC%2COAAO%2CgBAAgB%3BEACpB%2C%2BBAAA%3BEACA%2C4BAAA%3B%3BAAEJ%2CSAAU%2CcAAc%2CQAAO%3BEAC3B%2CiBAAA%3B%3BAAEJ%2CIAAK%3BEACD%2CWAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CIAAK%3BEACD%2CiBAAA%3B%3BAAEJ%2CIAAI%2CQAAQ%2C0BAA2B%3BAAAe%2CIAAI%2CQAAQ%2C0BAA2B%3BEACzF%2CYAAA%3B%3BAAEJ%2CYAAa%3BEACT%2CeAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CqBAAqB%2CoBAAqB%2CSAAQ%3BEAC9C%2CWAAA%3B%3BAAEJ%2C4BAA6B%2CuBAAuB%2CQAAO%3BEACzD%2CUAAA%3B%3BAAEF%2CsBAAsB%2CwBAAwB%2COAAO%3BEACnD%2CYAAA%3B%3BAA8CF%2CmBA5CqC%3BEACjC%2CiCAAkC%2CGAAE%2CUAAU%2CGAAI%3BIAC9C%2CYAAA%3B%3BEAEJ%2CiCAAkC%2CGAAE%2CUAAU%2CGAAI%3BIAC9C%2CWAAA%3B%3BEAER%2CgCAAgC%3BIAC5B%2CkBAAA%3BIACA%2CQAAA%3B%3BEAEJ%2CcAAc%2CYAAY%3BIAAQ%2CSAAA%3B%3BEAClC%2CgCAAgC%2CIAAI%3BIAChC%2CUAAA%3B%3BEAEJ%2CsCAAsC%3BIAClC%2CuBAAA%3B%3BEAEJ%2CeAAgB%2CYAAY%3BIACxB%2CqBAAA%3B%3BEAEJ%2CiCAAkC%2CGAAE%2CUAAU%2CGAAI%2CsCAAsC%3BEACxF%2CeAAgB%2CsCAAsC%3BIAAyC%2CkBAAA%3B%3BEAC%5C%2FF%2CsCAAsC%2CmDAAmD%3BIACrF%2CoBAAA%3BIACA%2CkBAAA%3B%3BEAEJ%2C4CAA6C%3BIACzC%2CkBAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CeAAgB%3BIACZ%2C6BAAA%3B%3BEAEJ%2CeAAgB%2CiCAAgC%2CYAAa%3BIACzD%2CUAAA%3B%3BEAGJ%2CiCAAkC%2CGAAE%2CUAAU%2CGAAI%2CyCAAyC%3BIACvF%2C6BAAA%3B%3B%3BAAcJ%2CmBAVqC%3BEACjC%3BIACI%2CiBAAA%3B%3BEAEJ%3BIACI%2CiBAAA%3B%3B%3BAAsBR%2CmBAjBqC%3BEACrC%2CuBAAwB%3BIACpB%2C0BAAA%3BIACA%2C0BAAA%3B%3BEAEJ%2C0BAA2B%2CwBAAwB%3BIAC%5C%2FC%2CgBAAA%3BIACA%2C0BAAA%3B%3BEAEJ%2CcAAe%2CmBAAmB%2CcAAc%3BIAC5C%2CyBAAA%3B%3B%3BAAsFJ%2CmBA%5C%2FEqC%3BEAErC%3BIACI%2CiBAAA%3B%3BEAEJ%3BIACI%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CkBAAmB%3BIACf%2CiBAAA%3B%3BEAEJ%3BIACI%2CqBAAA%3B%3BEAEJ%2CkBAAmB%3BIACf%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAEJ%3BIACI%2CiBAAA%3B%3BEAGJ%2CGAAG%2CWAAW%3BIACV%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CoBAAA%3B%3BEAGJ%3BIACI%2CiBAAA%3BIACA%2CoBAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3B%3BEAGJ%3BIACI%2CiBAAA%3BIACA%2CiBAAA%3B%3BEAEJ%3BIACI%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CoBAAA%3BIACA%2C6BAAA%3BIACA%2CgCAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAEA%3BIACA%2CiBAAA%3B%3BEAEA%3BIACA%2CiBAAA%3B%3BEAIJ%3BIACI%2CiBAAA%3B%3BEAEJ%3BIACI%2CiBAAA%3B%3BEAEJ%3BIACI%2CiBAAA%3BIACA%2CeAAA%3B%3BEAGJ%3BIACI%2CqBAAA%3B%3BEAEJ%2CwBAAyB%3BIACrB%2CkBAAA%3B%3B%3BAAkCJ%2CQA%5C%2FB0B%3BEAC1B%3BIACI%2CeAAA%3BIACA%2CcAAA%3B%3BEAEJ%3BIACI%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3B%3BEAEJ%3BIACI%2CUAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAEJ%3BIACI%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAEJ%2CGAAG%2CWAAW%3BIACV%2CcAAA%3BIACA%2CiBAAA%3B%3BEAEJ%3BIACI%2CiBAAA%3B%3BEAEJ%3BIACI%2CiBAAA%3B%3B%3BAAwBJ%2CmBApBoC%3BEAEhC%2CYAAY%3BIAAS%2CSAAA%3B%3BEACrB%2CaAAa%3BIAET%2CSAAA%3B%3BEAER%3BIACI%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CYAAA%3B%3BEAEA%3BIACA%2CkBAAA%3BIACA%2CqBAAA%3BIACA%2CoBAAA%3B%3BEAEJ%3BIAAoB%2CaAAA%3B%3B%3BAAgNpB%2CmBA9MqC%3BEACrC%3BIACI%2CgBAAA%3BIACA%2CqBAAA%3BIACA%2CoBAAA%3B%3BEAEJ%2CkCAAmC%3BIACnC%2CcAAc%2CuBAAd%3B%3BEAGA%3BIACI%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3B%3BEAIJ%3BIACI%2CgBAAA%3BIACA%2CqBAAA%3BIACA%2CoBAAA%3B%3BEAEJ%3BIACI%2CcAAA%3BIACA%2CmBAAA%3B%3BEAEJ%3BIACI%2CUAAA%3B%3BEAEJ%2CaAAc%3BIACV%2COAAO%2CSAAP%3B%3BEAEJ%3BIACI%2C2BAAA%3BIACA%2C0BAAA%3BIACA%2CkBAAA%3BIACA%2C4BAAA%3BIACA%2CiBAAA%3BIACA%2CQAAA%3BIACA%2CcAAA%3B%3BEAEJ%3BIACI%2C4BAAA%3BIACA%2CiBAAA%3BIACA%2CQAAA%3BIACA%2CUAAA%3BIACA%2CmBAAA%3B%3BEAEJ%3BIACI%2CyBAAA%3BIACA%2CoBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIACA%2CkBAAA%3B%3BEAEJ%2CaAAc%2CQAAQ%3BIAClB%2CiBAAA%3B%3BEAEJ%3BIACI%2CgBAAA%3BIACA%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CcAAA%3B%3BEAEJ%2CcAAc%2CYAAY%3BIACtB%2CSAAS%2CGAAT%3B%3BEAEJ%3BIACI%2CcAAA%3BIACA%2CsBAAA%3BIACA%2CiBAAA%3BIACA%2CaAAA%3BIACA%2CqBAAA%3BIACA%2CqBACI%2CiCACA%2CgCAFJ%3BIAGA%2CwCAAA%3BIACA%2CmCAAA%3BIACA%2CqBAAA%3BIACA%2CwBAAA%3BIACA%2CgBAAA%3BIACA%2CMAAA%3BIACA%2CcAAA%3B%3BEAEJ%3BIACI%2CoBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIACA%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CyBAAA%3BIACA%2CWAAA%3BIACA%2CaAAA%3BIACA%2C8BAAA%3BIACA%2C6BAAA%3BIACA%2CuBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CYAAA%3B%3BEAEJ%3BIACI%2CUAAA%3B%3BEAEJ%2CiBAAkB%2CQAAO%2CSAAS%2COAAO%3BIAAS%2CwBAAA%3B%3BEAClD%3BIACI%2CoBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CyBAAA%3B%3BEAEJ%2CcAAc%2CYAAY%3BIACrB%2CcAAA%3BIACD%2CaAAA%3B%3BEAEJ%3BIAEI%2CoBAAA%3B%3BEAEJ%3BIACI%2CUAAA%3B%3BEAGJ%2CcAAc%3BIACV%2CmBAAA%3B%3BEAGJ%3BIACI%2CcAAA%3BIACA%2CsBAAA%3BIACA%2CiBAAA%3BIACA%2CaAAA%3BIACA%2CqBAAA%3BIACA%2CqBACI%2CiCACA%2CgCAFJ%3BIAGA%2CwCAAA%3BIACA%2CmCAAA%3BIACA%2CqBAAA%3BIACA%2CwBAAA%3BIACA%2CgBAAA%3BIACA%2CMAAA%3BIACA%2CcAAA%3B%3BEAGJ%3BIACI%2CoBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIACA%2CuBAAA%3BIACA%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CyBAAA%3BIACA%2CcAAA%3B%3BEAGJ%3BIACI%2CcAAA%3B%3BEAIJ%2CoBAAqB%3BIACjB%2CYAAA%3BIACA%2CcAAA%3B%3BEAGJ%3BIACC%2CeAAA%3BIACG%2CaAAA%3B%3BEAGH%3BIACG%2CcAAA%3BIACA%2CsBAAA%3BIACA%2CkBAAA%3BIACA%2CoBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIACA%2CyBAAA%3BIACA%2CsBAAA%3BIACA%2CmBAAA%3B%3BEAEJ%3BIACI%2CoBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3B%3BEAEJ%2CwBAAyB%3BIACrB%2CcAAA%3B%3BEAEJ%2CkCAAmC%3BIAC%5C%2FB%2CcAAA%3B%3BEAEJ%2CkBAAmB%2CyBAAwB%2CUAAW%3BIAClD%2CyBAAA%3B%3BEAEJ%2CgBAAiB%3BIACb%2CgBAAA%3BIACA%2CiBAAA%3B%3B%3BAA4JJ%2CQAxJ0B%3BEAC1B%3BIAAoC%2CWAAA%3B%3BEACpC%2CkBAAmB%3BIACf%2CuBAAA%3B%3BEAEJ%2CkBAAmB%2CWAAW%3BIAC1B%2CWAAA%3B%3BEAGJ%2CQAAS%3BIACL%2CYAAA%3B%3BEAEJ%3BIACI%2CWAAA%3B%3BEAGA%2CkBAAkB%2CcAAc%3BIAChC%2CeAAA%3BIACA%2CsBAAA%3B%3BEAEJ%2COAAO%3BEAAU%3BIACb%2CiBAAA%3B%3BEAqCJ%2CcAAiB%3BIACb%2CWAAA%3B%3BEAEJ%2CcAAiB%3BIACb%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3B%3BEAEJ%3BIACI%2CQAAQ%2C4BAAR%3B%3BEAEJ%3BIACI%2CcAAA%3BIACA%2CoBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIACA%2CyBAAA%3BIACA%2CsBAAA%3BIACA%2CmBAAA%3BIACA%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CyBAAA%3BIACA%2CUAAA%3B%3BEAEJ%3BIACI%2CqBAAA%3BIACA%2CgBAAA%3B%3BEAEJ%3BIACI%2CcAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CiCAAA%3BIACA%2CyBAAA%3B%3BEAEJ%2CkBAAmB%3BIACf%2CUAAA%3BIACA%2CiCAAA%3BIACA%2CyBAAA%3B%3BEAEJ%2CkBAAmB%3BEAAG%2CkBAAmB%3BIACrC%2CQAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3B%3BEAGJ%2CkBAAmB%2CEAAC%3BEAAS%2CkBAAmB%2CEAAC%3BIAC7C%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CiCAAA%3BIACA%2CyBAAA%3B%3BEAEJ%2CkBAAmB%2CEAAC%3BIAChB%2CSAAA%3B%3BEAEJ%2CkBAAmB%2CEAAC%3BIAChB%2CQAAA%3B%3BEAEJ%2C4BAA6B%3BIACzB%2CaAAA%3B%3BEAEJ%2C4BAA4B%2CQAAS%3BIACjC%2CcAAA%3B%3BEAEJ%2CEAAE%3BIAAsB%2CeAAA%3B%3BEACxB%2CeAAgB%3BIACZ%2CeAAA%3BIACA%2CmBAAA%3B%3BEAEJ%3BIACI%2CeAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CiBAAkB%3BIACd%2COAAA%3B%3BEAEJ%3BIACI%2CWAAA%3B%3BEAEJ%3BIACI%2CWAAA%3B%3B%3BAA1FJ%2CQA1D0B%2CwBAwBA%3BEACtB%2CmBAAmB%3BIACf%2CgBAAA%3B%3BEAER%3BIACI%2CcAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CaAAc%3BIACV%2CWAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3B%3BEAEJ%3BEAAsB%3BIAClB%2CWAAA%3BIACA%2CmBAAA%3B%3BEAIJ%2CMAAM%3BIACF%2CiBAAA%3BIACA%2CsBAAA%3BIACA%2CWAAA%3B%3BEAEA%2CcAAe%3BIACf%2CkBAAA%3BIACA%2CUAAA%3B%3BEAEJ%2C4BAA6B%3BIAAG%2CaAAA%3B%3BEAChC%2C4BAA4B%2CQAAS%3BIAAG%2CcAAA%3B%3B%3BAA2MxC%2CQA3GyB%3BEACzB%2CCAAC%3BIACG%2CSAAA%3BIACA%2CkBAAA%3B%3BEAEJ%3BEAAgC%3BEAAoC%3BIAAqC%2CgBAAA%3B%3BEACzG%2C8BAA8B%3BEAAQ%2CkCAAkC%3BEAAQ%2CmCAAmC%3BIAC%5C%2FG%2CgBAAA%3B%3BEAEJ%2CaAAc%3BIACV%2CkBAAA%3BIACA%2CaAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CaAAA%3BIACA%2CYAAA%3BIACA%2CYAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CaAAc%3BIACV%2CYAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CaAAc%2CSAAS%3BIACnB%2CeAAA%3BIACA%2CYAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2C4DAAA%3BIACA%2CcAAA%3BIACA%2CoBAAA%3BIACA%2C4BAAA%3BIACA%2CqBAAA%3BIACA%2C2BAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CQAAA%3B%3BEAEJ%2CaAAc%2CSAAS%3BIACnB%2CeAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2C2DAAA%3BIACA%2CcAAA%3BIACA%2CoBAAA%3BIACA%2C4BAAA%3BIACA%2CqBAAA%3BIACA%2C2BAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2COAAA%3B%3BEAEJ%3BIAEI%2CWAAA%3BIAEA%2CmBAAA%3B%3BEAEJ%3BIAEI%2CWAAA%3B%3BEAIJ%2CoBAAoB%2CIAAI%2CcAAe%3BIACnC%2CUAAA%3B%3BEAGJ%2CkBAAmB%3BIACf%2CcAAA%3BIACA%2CUAAA%3B%3BEAEJ%3BIACI%2CkBAAA%3BIACA%2CgBAAA%3B%3BEAEJ%3BIACI%2CaAAA%3B%3BEAEJ%3BIACI%2CoBAAA%3B%3BEAEJ%2C6BAA8B%3BIAAG%2CcAAA%3B%3BEACjC%3BIACI%2CiBAAA%3B%3BEAEJ%2C6BAA8B%3BIAAE%2CaAAA%3B%3BEAEhC%3BIACI%2CaAAA%3B%3BEAEJ%3BIACI%2CkBAAA%3BIACA%2CsBAAA%3B%3BEAEJ%2CcAAe%3BIACX%2CuBAAA%3B%3BEAEJ%2CmBAAoB%2CEAAC%3BIACjB%2CWAAA%3B%3B%3BAA%2BJJ%2CQA3JwB%3BEAEpB%2CEAAE%3BIACE%2CeAAA%3B%3BEAEJ%2CEAAE%2CoBAAqB%3BIACnB%2CSAAA%3BIACA%2CmBAAA%3B%3BEAGR%2CkBAAmB%3BIACf%2CoBAAA%3B%3BEAEJ%3BIACI%2CmBAAA%3B%3BEAEJ%3BIACI%2CoBAAA%3BIACA%2CaAAA%3B%3BEAEJ%2CcAAe%3BIACX%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAEJ%3BIACI%2CUAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAEJ%2CaAAc%2COAAM%3BIAChB%2CgBAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3B%3BEAEJ%3BIACI%2CkBAAA%3B%3BEAEJ%3BIACI%2CgBAAA%3BIACA%2CqBAAA%3B%3BEAIA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3B%3BEAEJ%3BIACI%2CcAAA%3B%3BEAEJ%3BIACI%2CeAAA%3BIACA%2CcAAA%3B%3BEAEH%3BIACG%2CiBAAA%3BIACA%2CoBAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CqCAAA%3B%3BEAEJ%3BIACI%2CiBAAA%3B%3BEACJ%3BIACI%2CeAAA%3B%3BEAEJ%3BIACI%2CaAAA%3B%3BEAEJ%2CoBAAoB%2CIAAI%2CcAAe%3BIACnC%2CUAAA%3BIACA%2CqBAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CQAAS%3BIACL%2CYAAA%3BIACA%2CaAAA%3BIACA%2CYAAA%3B%3BEAEJ%3BIACI%2CWAAA%3B%3BEAGA%2CkBAAkB%2CcAAc%3BIAChC%2CeAAA%3BIACA%2CsBAAA%3B%3BEAEJ%2COAAO%3BEAAU%3BIACb%2CiBAAA%3B%3BEAGJ%2CoBAAoB%2CIAAI%2CcAAe%3BIACnC%2CoBAAA%3BIACA%2CoBAAA%3BIACA%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAEJ%3BIACI%2CiBAAA%3B%3BEAEJ%3BIACI%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CuBAAA%3BIACA%2CeAAA%3BIAEA%2CiBAAA%3B%3BEAEJ%3BIACI%2CeAAA%3B%3BEAEJ%3BIACI%2CgBAAA%3B%3BEAGJ%2CkCAAmC%3BIAC%5C%2FB%2CgBAAA%3BIACA%2CiBAAA%3B%3BEAEJ%3BIACI%2CsBAAA%3B%3BEAEJ%2COAAO%3BIACH%2CgBAAA%3B%3BEAGJ%2CuBAAwB%3BIACpB%2CeAAA%3B%3BEAEJ%3BIAAiC%2CeAAA%3B%3BEACjC%2CsBAAuB%3BIACnB%2CiBAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CwBAAyB%3BIACrB%2CgBAAA%3BIACA%2CoBAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CkBAAmB%3BIACf%2CeAAA%3BIACA%2CiBAAA%3B%3B%3BAAaJ%2CwBAPyC%3BEACzC%3BIACI%2CYAAA%3B%3B%3BAAmWJ%2CQA9VwB%3BEACxB%2C4BAA6B%2CuBAAuB%2CQAAO%3BIACvD%2CWAAA%3B%3BEAEA%2CEAAE%2CoBAAqB%3BIAAI%2CgBAAA%3B%3BEAC3B%3BIAAiC%2CcAAA%3B%3BEACjC%2CgBAAiB%3BIACb%2C2BAAA%3BIACA%2C4BAAA%3B%3BEAEJ%2CsBAAuB%3BIACnB%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CQAAS%2CQAAO%3BIACZ%2CeAAA%3B%3BEAER%2CEAAE%3BIACE%2CeAAA%3B%3BEAEJ%2CwBAA2B%3BEAAK%2CwBAAyB%3BIACrD%2CUAAA%3BIACA%2CcAAA%3B%3BEAEJ%3BIACI%2CsBAAA%3B%3BEAEJ%2CkBAAkB%2CcAAc%3BIAAO%2CeAAA%3B%3BEACvC%2CWAAY%2CSAAS%2COAAO%3BEAAM%2CIAAK%2CKAAK%2CYAAY%2CSAAS%2CUAAU%3BEAAM%2CIAAK%2CKAAK%2CYAAY%2CSAAS%2CKAAK%3BIACjH%2CiBAAA%3B%3BEAEJ%2CiBAAkB%3BIACd%2CeAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CaAAc%2CSAAS%3BIACnB%2CeAAA%3BIACA%2CcAAA%3B%3BEAEJ%2CiBAAkB%3BIAAW%2CyBAAA%3B%3BEAC7B%3BEAAmB%3BIACnB%2CSAAA%3B%3BEAGI%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CaAAA%3BIACA%2CeAAA%3B%3BEAEJ%3BEAAkC%3BIAAkC%2CcAAA%3B%3BEAGpE%2CaAAc%3BIACV%2CuBAAA%3BIACA%2CqBAAA%3BIACA%2CmBAAA%3B%3BEAGJ%3BIAAmB%2CWAAA%3B%3BEACnB%3BEAAwB%3BIACpB%2CWAAA%3BIACA%2CcAAA%3B%3BEAEJ%3BIACI%2CgBAAA%3BIACA%2CWAAA%3B%3BEAED%3BIACC%2CmBAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CgBAAgB%3BIACZ%2CWAAA%3B%3BEAEJ%3BIACI%2CeAAA%3B%3BEAEJ%2CCAAC%2CwBAAwB%2CaAAa%3BIAClC%2CWAAA%3B%3BEAEJ%2C4CAA6C%3BIACzC%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CcAAe%3BIACX%2CeAAA%3B%3BEAEJ%3BIACI%2CcAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CIAAI%2COAAO%3BIACP%2CiBAAA%3B%3BEAEJ%3BIACI%2CWAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CMAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CoBAAqB%2CQAAO%2CIAAI%2CqBAAsB%2CMAAK%3BIACvD%2CeAAA%3BIACA%2CsBAAA%3B%3BEAEJ%2CeAAgB%3BIACZ%2CgBAAA%3B%3BEAIJ%3BIACI%2CaAAA%3B%3BEAEJ%3BIAAe%2CeAAA%3B%3BEACf%3BEAAuB%3BEAAkB%3BIACrC%2CsBAAA%3B%3BEAEJ%3BIACI%2CiBAAA%3B%3BEAGJ%3BIACI%2CcAAA%3B%3BEAEJ%3BIAA8B%2CcAAA%3B%3BEAC9B%3BIAAuB%2CWAAA%3B%3BEACvB%2CoBAAqB%2CSAAQ%3BIACzB%2CWAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CwCAAyC%3BIACrC%2CsBAAA%3B%3BEAEJ%2CiBAAkB%2CGAAE%3BIAAa%2CeAAA%3B%3BEACjC%3BIACI%2CYAAA%3B%3BEAEJ%2CiBAAiB%3BIACb%2CeAAA%3B%3BEAGJ%3BIACI%2CkBAAA%3B%3BEAEJ%2CaAAc%3BIACV%2CkBAAA%3BIACA%2CYAAA%3BIACA%2COAAA%3BIACA%2CWAAA%3B%3BEAGJ%3BIACI%2CkBAAA%3B%3BEAGJ%2CMAAM%2CYAAY%2CUAAU%3BIACxB%2CWAAA%3BIACA%2CuBAAA%3BIACA%2CYAAA%3B%3BEAEJ%2CYAAa%3BIACT%2CeAAA%3B%3BEAEJ%2CMAAM%3BIACF%2CmBAAA%3B%3BEAEJ%2CuBAAwB%2COAAM%2CMAAM%3BEAAW%2CuBAAwB%2COAAM%2CSAAS%3BIAClF%2CUAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CcAAiB%3BIACb%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3BIACA%2CaAAA%3B%3BEAEA%2CQAAS%3BIACT%2CYAAA%3BIACA%2CaAAA%3BIACA%2CYAAA%3B%3BEAEJ%3BIACI%2CqBAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CQAAA%3B%3BEAEJ%3BIACI%2CSAAA%3BIACA%2CQAAA%3B%3BEAGJ%2CEAAE%3BIACE%2CUAAA%3BIACA%2CmBAAA%3B%3BEAEJ%3BIACI%2CiBAAA%3B%3BEAEJ%3BIACI%2CoBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3B%3BEAGJ%3BIACI%2CkBAAA%3B%3BEAEJ%2CsBAAuB%2CgBAAe%3BIAClC%2CgBAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CEAAE%2CkBAAkB%3BIAChB%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CMAAM%3BEAAW%2CMAAM%3BIACnB%2CWAAA%3B%3BEAEJ%3BIACI%2CWAAA%3BIACA%2CkBAAA%3B%3BEAIJ%2CkBAAmB%3BIAAG%2CoBAAA%3B%3BEACtB%2CGAAG%3BEAAoC%3BEAA%2BB%3BIAClE%2CkBAAA%3B%3BEAEJ%2CCAAC%3BIACG%2CeAAA%3B%3BEAEJ%2CgCAAgC%3BIAC5B%2CaAAA%3B%3BEAEJ%3BEAA0C%3BIACtC%2CUAAA%3B%3BEAEJ%2CgCAAgC%2CIAAI%2CaAAc%2CiCAAgC%3BIAC9E%2CoBAAA%3BIACA%2CgCAAA%3B%3BEAEJ%3BIACI%2CWAAA%3BIACA%2CiBAAA%3B%3BEAEJ%3BIACI%2CmBAAA%3B%3BEAGJ%2CgCAAiC%3BIAC7B%2CmBAAA%3B%3BEAEJ%2C%2BBAA%2BB%3BIAC3B%2C6BAAA%3B%3BEAEJ%3BEAAW%2CSAAS%3BIAChB%2CsBAAA%3B%3BEAEJ%3BIACI%2CkBAAA%3B%3BEAIA%2C%2BBAAgC%3BIAChC%2CWAAA%3B%3BEAEJ%3BIACI%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3B%3BEAGJ%2CMAAM%2CSAAS%3BIACX%2CYAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CMAAM%2CSAAS%2C%2BBAA%2BB%3BIAAY%2CYAAA%3BIACtD%2CgBAAA%3B%3BEACJ%2C%2BBAAgC%3BIAC5B%2CWAAA%3B%3BEAEJ%2C%2BBAA%2BB%3BIAAe%2CmBAAmB%2CcAAnB%3BIAAmC%2CWAAW%2CcAAX%3B%3BEACjF%3BIAAuC%2CcAAA%3B%3BEACvC%3BIACI%2CUAAA%3BIACA%2CWAAA%3B%3BEAGJ%3BIACI%2CgBAAA%3BIACA%2CuBAAA%3BIACA%2CkBAAA%3BIACA%2CsBAAA%3B%3BEAEJ%3BIAA0C%2CcAAA%3B%3BEAE1C%2CgCAAgC%2CIAAI%3BIAChC%2CcAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CgCAAmC%2CMAAG%2CUAAU%3BEAAK%2CgCAAmC%2CMAAG%2CUAAU%3BIACjG%2CgBAAA%3B%3BEAEJ%2CkBAAmB%3BIACf%2C6BAAA%3BIACA%2C0BAAA%3B%3BEAEJ%2CYAAa%3BIAAmB%2CUAAA%3B%3BEAChC%2CaAAc%3BIACV%2C4BAAA%3BIACA%2CsCAAA%3B%3BEAEJ%2CkBAAmB%3BIACf%2C0BAAA%3B%3BEAEJ%2CoBAAqB%3BEAAwB%2CsBAAuB%3BIAChE%2CeAAA%3B%3BEAGJ%2CsBAAuB%2CUAAS%2CKAAK%3BIACjC%2CYAAA%3BIACA%2CaAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CoBAAqB%2CKAAI%2CMAAO%3BEAAsB%2CoBAAqB%2CKAAI%2CSAAU%3BEAAsB%2CoBAAqB%2CKAAI%2CMAAO%3BEAAsB%2CoBAAqB%2CKAAI%2CSAAU%3BIACpM%2CqBAAA%3BIACA%2CmBAAA%3B%3B%3BAAwaJ%2CQAnawB%3BEACpB%2CEAAE%3BIACE%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CiDAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CMAAA%3BIACA%2CcAAA%3B%3BEAEA%3BIACI%2CWAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3B%3BEAEZ%3BIACI%2CoBAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CaAAc%3BIACV%2CkBAAA%3BIACA%2CaAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CaAAA%3BIACA%2CYAAA%3BIACA%2CYAAA%3BIACA%2CmBAAA%3B%3BEAIJ%2CmBAAoB%3BIAChB%2CWAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CmBAAoB%3BIAChB%2CWAAA%3B%3BEAEJ%3BIACI%2CsBAAA%3BIACA%2CqBAAA%3B%3BEAIJ%2CQAAS%2COAAM%2COAAO%2COAAO%3BIACzB%2CWAAA%3BIACA%2CsBAAA%3B%3BEAEJ%2CoBAAqB%3BIACjB%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CiBAAkB%3BIAAoB%2CmBAAA%3B%3BEACtC%2CYAAa%3BEAAQ%2CYAAa%3BIAC9B%2CWAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CYAAa%3BIACT%2CWAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CIAAI%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAEJ%2CaAAc%2CGAAE%3BIAEZ%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CaAAc%3BIAAqB%2CUAAA%3B%3BEACnC%3BIACI%2CWAAA%3BIACA%2CiBAAA%3B%3BEAEJ%3BIAA%2BB%2CcAAA%3B%3BEAC%5C%2FB%3BIACI%2CWAAA%3BIACA%2CsBAAA%3B%3BEAGJ%3BIACI%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3B%3BEAEJ%3BIACI%2CWAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CmBAAsB%3BIAClB%2CcAAA%3B%3BEAEJ%3BIACI%2CWAAA%3BIACA%2CkBAAA%3B%3BEAEJ%3BIAA4B%2CUAAA%3B%3BEAC5B%3BIACI%2CYAAY%2CUAAZ%3BIACA%2CeAAe%2CUAAf%3B%3BEAEJ%3BIACI%2CeAAA%3BIACE%2CiBAAA%3BIACF%2CgBAAA%3B%3BEAEJ%2CeAAe%3BEAAS%2CeAAe%3BIACtC%2CaAAA%3B%3BEAED%2C2BAA4B%2CwBAAwB%3BIAChD%2CmBAAA%3B%3BEAEJ%2CeAAe%3BIACX%2CSAAA%3B%3BEAEJ%3BIACI%2CiBAAA%3B%3BEAGJ%3BIACI%2CcAAA%3B%3BEAEJ%3BIAAiB%2CcAAA%3B%3BEACjB%2C2BAA4B%2CwBAAwB%3BIAChD%2CeAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2C2BAA4B%3BIACxB%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CsBAAA%3B%3BEAEJ%3BEAAyB%3BIACrB%2CWAAA%3B%3BEAEJ%3BIACI%2CYAAA%3B%3BEAEJ%3BIACI%2CgBAAA%3BIACA%2CqBAAA%3BIACA%2CoBAAA%3B%3BEAEJ%3BIACI%2CoBAAA%3BIACA%2CoBAAA%3BIACA%2CcAAA%3B%3BEAEJ%3BIACI%2CiBAAA%3BIACA%2CoBAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CuBAAA%3B%3BEAEJ%3BIACI%2CWAAA%3BIACA%2CcAAA%3BIACA%2CaAAA%3BIACA%2CsBAAA%3B%3BEAEJ%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3B%3BEAEJ%3BIAAwB%2CiBAAA%3B%3BEACxB%3BIACI%2CmBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3B%3BEAEJ%3BIACI%2CWAAA%3BIACA%2CWAAA%3B%3BEAEJ%3BIACI%2CeAAA%3BIACA%2CeAAA%3B%3BEAEJ%3BIACI%2CaAAA%3B%3BEAEJ%3BIACI%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CgCAAA%3B%3BEAEJ%3BIACI%2CiBAAA%3B%3BEAEJ%3BIAA%2BB%2CgBAAA%3B%3BEAG%5C%2FB%2CcAAe%3BIACX%2CiBAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CCAAC%2CeAAe%3BIACZ%2CiBAAA%3B%3BEAEJ%3BIACI%2CoBAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3BEAEJ%3BIACI%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CgBAAgB%2CSAAhB%3B%3BEAGJ%2CSAAU%2CMAAK%3BEAAe%2CSAAU%3BEAAQ%2CSAAU%3BIACtD%2CWAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CSAAU%3BIAEN%2CcAAA%3B%3BEAEJ%2CMAAM%3BIACF%2C2BAAA%3BIACA%2CsBAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CkBAAmB%3BIACf%2COAAA%3B%3BEAEJ%3BIAA0B%2CiBAAA%3B%3BEAC1B%2CuBAAwB%2COAAM%2CMAAM%3BEAAW%2CuBAAwB%2COAAM%2CSAAS%3BIAClF%2CWAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CuBAAwB%2CYAAY%3BEAAkB%2CiBAAkB%3BIAAG%2CWAAA%3B%3BEAC3E%2CMAAM%2CYAAY%2CUAAU%3BIACxB%2CWAAA%3BIACA%2CcAAA%3BIACA%2CYAAA%3B%3BEAEJ%2CUAAW%2CGAAE%3BIACT%2CeAAA%3B%3BEAEJ%2CiBAAkB%3BIACd%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CgBAAiB%2CWAAW%3BIACxB%2CeAAA%3B%3BEAEJ%2CQAAQ%2COAAO%3BIACX%2CcAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3B%3BEAEJ%2CQAAQ%2COAAO%2COAAQ%3BIACnB%2CaAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CMAAM%3BIACF%2CmBAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3B%3BEAEJ%2CEAAE%3BIACE%2CUAAA%3B%3BEAEJ%3BIACI%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3B%3BEAEJ%3BIACI%2CkBAAA%3B%3BEAGJ%2CqBAAsB%3BIAAO%2CcAAA%3B%3BEAC7B%3BIAAmB%2CWAAA%3BIAAY%2CcAAA%3B%3BEAC%5C%2FB%3BIAAoB%2CWAAA%3BIAAY%2CcAAA%3BIAAe%2CYAAA%3B%3BEAC%5C%2FC%3BIAAqB%2CiBAAA%3BIAAmB%2CoBAAA%3B%3BEACxC%3BIACI%2CWAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAEJ%3BIACI%2CaAAA%3B%3BEAEJ%3BIACI%2CiBAAA%3B%3BEAGJ%2CeAAgB%3BIACZ%2C4BAAA%3BIACA%2CiBAAA%3BIACA%2CQAAA%3BIACA%2CWAAA%3B%3BEAEJ%3BIACI%2CeAAA%3BIACA%2CkBAAA%3B%3BEAGJ%3BIACI%2CcAAA%3B%3BEAEJ%2CoBAAoB%2CIAAI%2CcAAe%3BIACnC%2CWAAA%3BIACA%2CeAAA%3B%3BEAEJ%3BIACI%2CaAAA%3BIACA%2CWAAA%3B%3BEAEJ%3BIACI%2CgBAAA%3B%3BEAEJ%3BIAAyB%2CWAAA%3BIAAY%2CSAAA%3BIAAU%2CUAAA%3B%3BEAC%5C%2FC%3BIAAwB%2CWAAA%3BIAAY%2CWAAA%3BIAAY%2CcAAA%3BIAAgB%2CcAAA%3BIAAe%2CUAAA%3B%3BEAC%5C%2FE%3BIACI%2CUAAA%3BIACA%2CqBAAA%3B%3BEAEJ%3BIACI%2CUAAA%3BIACA%2CqBAAA%3B%3BEAEJ%3BIACI%2CUAAA%3BIACA%2CqBAAA%3B%3BEAEJ%3BIACI%2CUAAA%3BIACA%2CqBAAA%3B%3BEAGJ%3BIACI%2CUAAA%3BIACA%2CqBAAA%3B%3BEAEJ%2CwBAAwB%3BIACpB%2CiBAAA%3B%3BEAGJ%3BIACI%2CoBAAA%3BIACA%2C6BAAA%3BIACA%2CmBAAA%3B%3BEAEJ%3BIACI%2CeAAA%3B%3BEAEJ%3BIACI%2CgBAAA%3BIACA%2CoBAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CkCAAmC%3BIAC%5C%2FB%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3B%3BEAEJ%3BIACI%2CeAAA%3BIACA%2CmBAAA%3BIACA%2C6BAAA%3B%3BEAEJ%3BIACI%2CWAAA%3BIACA%2CeAAA%3B%3B%3BAA4EJ%2CQAtEyB%3BEAGzB%3BIACI%2CUAAA%3B%3BEAEJ%2CwBAAwB%3BIACpB%2CcAAA%3B%3BEAEJ%3BIACI%2CcAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3B%3BEAEJ%3BIACI%2CqBAAA%3BIACA%2CUAAA%3BIACA%2CsBAAA%3B%3BEAEJ%3BIACI%2CWAAA%3B%3BEAEJ%3BIACI%2CcAAA%3B%3BEAEJ%3BIACI%2CWAAA%3B%3BEAEJ%3BIACI%2CaAAA%3B%3BEAEJ%3BIACI%2CUAAA%3BIACA%2CiBAAA%3BIACI%2CkBAAA%3BIACJ%2CgBAAA%3B%3BEAEJ%2C0BAA2B%3BIACvB%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CmBAAmB%2CqBAAnB%3BIACA%2CWAAW%2CqBAAX%3BIACA%2CoBAAA%3BIACA%2CiBAAA%3B%3BEAEJ%3BIACI%2CUAAA%3BIACA%2CaAAA%3B%3BEAGJ%3BIACI%2CUAAA%3B%3BEAEH%3BIACG%2CyBAAA%3BIACA%2CsBAAA%3BIACA%2C8BAAA%3B%3BEAEJ%3BIACI%2COAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3BIACA%2CeAAA%3B%3B%3BAAkCJ%2CmBA9BoC%3BEAGpC%3BIACI%2CkCAAA%3BIACA%2C4BAAA%3BIACA%2CsBAAA%3B%3BEAGJ%3BIACI%2CoBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIACA%2CiBAAA%3B%3BEAEJ%3BIACI%2CgBAAA%3BIACA%2CoBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CwBAAA%3BIACA%2CqBAAA%3BIACA%2CuBAAA%3BIACA%2CyBAAA%3BIACA%2CsBAAA%3BIACA%2CmBAAA%3B%3B%3BAA0BJ%2CQAvByB%3BEACzB%3BIACI%2CwBAAA%3BIACA%2CqBAAA%3BIACA%2CuBAAA%3BIACA%2CyBAAA%3BIACA%2CsBAAA%3BIACA%2CmBAAA%3BIACA%2CoBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3B%3BEAEJ%3BIACI%2CuBAAA%3BIACA%2CoBAAA%3BIACA%2C2BAAA%3B%3B%3B%3BAAWJ%3BEACI%2CyBAAA%3BEACA%2CgBAAA%3B%3BAAGA%2COAAQ%3BEAAO%2CgBAAA%3B%3BAACnB%2CSAAU%3BEACN%2CeAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CsBAAA%3BEACA%2C0BAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAEJ%3BEAAc%2CUAAA%3BEAAW%2CSAAA%3B%3BAACzB%2CMAAM%3BEAEF%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CwBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3BAATJ%2CMAAM%2CcAUF%3BEACI%2CWAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAKR%2CcAAe%3BEACX%2CeAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2CcAAA%3B%3BAAFJ%2COAII%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAGJ%2COAAU%2CkBAAkB%2CKAAK%3BEAC7B%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CaAAa%2CQAAb%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAEH%3BEACG%2CWAAA%3BEACA%2CWAAA%3B%3BAAFH%2COAIG%2CGAAE%3BEACE%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3B%3BAACA%2COALJ%2CGAAE%2CeAKM%3BEACI%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BAAEA%2COAXZ%2CGAAE%2CeAKM%2CKAMQ%2CIAAC%3BEACD%2CSAAS%2CGAAT%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAW%2CaAAX%3BEACA%2CoBAAA%3B%3BAAGH%2COAxBb%2CGAAE%2CeAKM%2CKAmBM%2CYAAa%2CEAAC%3BEACZ%2CaAAA%3B%3BAAOpB%3BEACI%2CYAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CUAAW%2CSAAS%3BEAChB%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAACA%2CUAZO%2CSAAS%2CEAYf%3BEAAS%2CaAAA%3B%3BAAKd%3BEACI%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAAEJ%2CEAAE%3BEACE%2CkBAAA%3BEACA%2COAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CiDAAA%3BEAEA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CWAAc%3BEACV%2CUAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CWAAc%2CKAAK%3BEACf%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CEAAE%3BEACE%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3B%3BAAEJ%2CEAAE%2CiBAAkB%3BEAChB%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CeAAgB%3BEACZ%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3B%3BAAEA%2CeAAgB%3BEACZ%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAEA%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAAEZ%2CiBAAkB%3BEACd%2CkBAAA%3BEACA%2CcAAA%3B%3BAAEJ%3BEAAa%2CiBAAA%3B%3BAAEb%3BEACI%2CkBAAA%3B%3BAAEJ%3BEACI%2CaAAA%3B%3BAAGJ%2CiBAAkB%3BEACd%2C0BAAA%3B%3BAAEJ%2CeAAe%2CMAAO%3BEAClB%2CcAAA%3B%3BAAEJ%2CQAAQ%2COAAO%3BEACX%2CeAAA%3B%3BAAEJ%2CiBAAkB%2CEAAC%3BEACf%2CcAAA%3B%3BAAGJ%2CiBAAkB%2CGAAE%3BEAChB%2CmBAAA%3B%3BAAEJ%2CeAAgB%2CGAAE%2CMAAO%3BEAAa%2CaAAA%3B%3BAACtC%2CWAAY%2CGAAE%2CMAAO%2CGAAE%3BEAAmB%2CcAAA%3B%3BAAC1C%2CeAAgB%3BEACZ%2CUAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAEJ%3BEACI%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CwBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAANJ%2CcAOQ%2CWACQ%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAIhB%3BEACQ%2CkBAAA%3B%3BAAER%2CWAAY%3BEACR%2CkBAAA%3B%3BAAEJ%2CcACQ%3BEACI%2CoCAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAACA%2CcATJ%2CcASK%3BEACO%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2C4BAAA%3B%3BAAnBpB%2CcACQ%2CcAoBQ%3BEACI%2CcAAA%3B%3BAAtBpB%2CcAyBY%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAAKhB%2CaAAa%3BEACT%2CQAAA%3BEACA%2CSAAA%3BEACA%2CmCAAA%3BEACA%2CoCAAA%3BEACA%2C2BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3B%3BAAEJ%2COAAQ%2CcAAa%3BEACjB%2CqBAAA%3B%3BAAEJ%2CcAAe%2CcAAa%3BEACxB%2CiDAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2COAAQ%2CeAAe%2CcAAa%3BEAChC%2CgDAAA%3BEACA%2CqBAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2C4EAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3B%3BAARJ%2CeASY%3BEAAI%2CeAAA%3BEAAgB%2CyBAAA%3BEAA0B%2CmBAAA%3BEAAoB%2CgBAAA%3B%3BAAT9E%2CeAUY%3BEACI%2CeAAA%3B%3BAAXhB%2CeAUY%2CqBAEI%3BEAAiB%2CcAAA%3B%3BAAET%2CeAJZ%2CqBAGI%2CgBACU%3BEAAG%2CWAAA%3B%3BAAI7B%2CQAAS%3BEACL%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CEAAE%3BEACE%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CiDAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3BEACA%2C4BAAA%3BEACA%2CiBAAA%3B%3BAAGJ%3BEAAa%2CgBAAA%3BEAAiB%2CkBAAA%3B%3BAAC9B%2CEAAE%3BEACE%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CiBAAkB%3BEACd%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CiBAAkB%2CGAAG%2CEAAC%3BEAAQ%2CcAAA%3B%3BAAC9B%2CiBAAkB%3BEACd%2C6BAAA%3BEACA%2CeAAA%3BEACA%2C8BAAA%3BEACA%2CcAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CUAAW%3BEACP%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CiBAAkB%2CKAAI%3BEAClB%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CiBAAkB%2CKAAI%3BEAClB%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CyBAAA%3B%3BAAEJ%3BEAAa%2CkBAAA%3B%3BAACb%2CWAAW%3BEACP%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CwEAAA%3BEACA%2CMAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CWAAY%3BEACR%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3B%3BAAEJ%2CUAAW%2CSAAQ%3BAAAS%2CUAAW%2CSAAQ%3BEAC3C%2CYAAA%3B%3BAAEJ%3BEACI%2CaAAA%3BEACA%2CuBAAA%3B%3BAAGJ%2CUAAW%2CEAAC%3BEACR%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CCAAC%3BEACG%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CUAAW%2CGAAK%3BEACZ%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CcAAe%3BEACX%2CaAAA%3B%3BAAIJ%2COAAQ%2CeAAe%3BEAAe%2CgBAAA%3B%3BAACtC%2COAAQ%2CeAAe%2CcAAc%3BEAAG%2CWAAA%3B%3BAACxC%3BEACI%2CmBAAA%3B%3BAAEJ%2C%2BBAAgC%3BEAAW%2CYAAA%3B%3BAAC3C%2C%2BBAAgC%3BEAAS%2CUAAA%3B%3BAAEzC%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CQAAS%3BEACL%2CaAAA%3BEACA%2CsBAAA%3B%3BAAEJ%2CyBAAyB%3BEACrB%2CeAAA%3B%3BAAGJ%2CMAAM%3BEACF%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CMAAM%3BEACF%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CeAAgB%3BEACZ%2CqBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CYAAa%3BEACT%2CeAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CYAAa%3BEACT%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CoBAAA%3B%3BAAEJ%2CYAAa%3BEACT%2CeAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CUAAW%3BEACP%2CWAAA%3BEACA%2CWAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2C8BAAA%3B%3BAAGJ%2CsBAAuB%3BEACnB%2C%2BBAAA%3B%3BAAIJ%3BEACI%2CeAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CqBAAX%3B%3BAAJJ%2CgBAKK%3BEAAI%2CWAAA%3BEACD%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAVR%2CgBAWI%3BEAAG%2CiBAAA%3BEACH%2CWAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CaAAc%3BEACV%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CaAAc%2CEAAC%3BEAAU%2CWAAA%3B%3BAACzB%3BEAAoB%2CaAAA%3B%3BAACpB%3BEACI%2CWAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3BEACA%2CcAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CsBAAA%3B%3BAAEJ%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3BAAEJ%3BEAAW%2CmBAAA%3B%3BAACX%3BEACI%2CkBAAA%3BEACA%2CUAAA%3B%3BAAFJ%2CcAGI%3BEACI%2CgBAAA%3BEACJ%2CeAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAATJ%2CcAUI%3BEACI%2CeAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BAAGR%3BEAAmB%2CgBAAA%3BEACf%2CeAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAACA%2CiBAAkB%3BEAAG%2CSAAA%3BEAAU%2CUAAA%3B%3BAAC%5C%2FB%2CiBAAkB%3BEACd%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CiBAAkB%2CEAAC%3BEAAQ%2CcAAA%3B%3BAAC%5C%2FB%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CeAAgB%2CUAAS%2CUAAU%3BEAC%5C%2FB%2C2BAAA%3BEACA%2C4BAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAEJ%3BEACI%2CmBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CYAAA%3B%3BAAEJ%2CEAAE%3BEACE%2CWAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3B%3BAAJJ%2CEAAE%2CoBAKC%3BEACC%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3BEACA%2C%2BBAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3B%3BAAIJ%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BAAEJ%2CeACI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAPR%2CeASI%3BEACI%2CeAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAAIR%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3B%3BAAEJ%3BEACI%2CiBAAA%3B%3BAAEJ%2CCAAC%3BEACG%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CCAAC%2CQAAQ%3BEACP%2CcAAA%3B%3BAAGF%2CCAAC%3BEACG%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CCAAC%2CQAAQ%3BEACL%2CWAAA%3B%3BAAEJ%2CaAAc%3BEACV%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAAEJ%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CYAAa%3BEACT%2CcAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3B%3BAAEJ%2CiBAAkB%3BEACd%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CiBAAkB%2CEAAC%3BEAAS%2CWAAA%3B%3BAAC5B%2CUAAW%3BEACP%2CWAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CqBAAsB%3BEAClB%2CqBAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CgCAAA%3BEACA%2CoBAAA%3B%3BAAEJ%2CsBAAuB%3BEAAa%2CmBAAA%3B%3BAACpC%2CUAAW%3BEACP%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%3BEACI%2CeAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CUAAW%3BEACP%2CSAAA%3B%3BAAEJ%3BEACI%2CeAAA%3BEACA%2C0BAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CaAAc%3BEACV%2CcAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CaAAc%2CEAAE%3BEAAG%2CgBAAA%3BEAAiB%2CcAAA%3B%3BAACpC%3BEACI%2CUAAA%3B%3BAAGJ%2CUAAW%3BEACP%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAEJ%3BEACI%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CEAAE%3BEACE%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CYAAa%3BEACT%2CUAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CYAAa%3BEACT%2CUAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CYAAa%3BEACT%2CWAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CYAAa%3BEACT%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CYAAa%2CSAAQ%3BEACjB%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CWAAY%3BAAAQ%2CWAAY%2COAAM%3BEAClC%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2C0BAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BAAEJ%2CsBAAuB%3BEACnB%2CmBAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CiBAAkB%3BEAAG%2CkBAAA%3BEAAmB%2CWAAA%3BEAAa%2CgBAAA%3B%3BAACrD%2CYAAa%3BEACT%2CUAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CeAAgB%3BEACZ%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CeAAgB%3BEACZ%2CcAAA%3BEACA%2CgBAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CeAAe%3BEACX%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CaAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CEAAE%3BEACE%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CQAAS%3BEACL%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CcAAe%3BEACX%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CiCAAA%3BEACA%2CaAAA%3B%3BAAEJ%2CkBAAmB%3BEACf%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CWAAA%3B%3BAAEJ%2CQAAS%2CGAAE%2CMAAO%3BEAAoB%2CcAAA%3B%3BAAEtC%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CaAAc%3BEACV%2CeAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAEJ%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CaAAc%3BEACV%2CgBAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CeAAgB%2CGAAE%2CUAAU%2CGAAI%3BEAC5B%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CeAAgB%2CGAAE%2CUAAU%2CGAAI%3BEAC5B%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CQAAS%2CQAAO%3BEAChB%2CUAAA%3BEACI%2CWAAA%3B%3BAAEJ%3BEACI%2CeAAA%3B%3BAAEJ%2CmBAAoB%3BEAAU%2CaAAA%3B%3BAAC9B%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiCAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CWAAY%3BEAAG%2CcAAA%3BEAA6B%2C0BAAA%3B%3BAAC5C%2CWAAY%3BEACR%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CWAAY%3BEACR%2CWAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CWAAY%2CGAAE%3BEACV%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CaAAA%3BEACA%2COAAA%3B%3BAAEJ%2CEAAE%3BEACE%2CSAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3B%3BAAEJ%3BEACG%2CkBAAA%3BEACA%2CSAAA%3B%3BAAEH%2CWAAY%3BEACR%2CkBAAA%3BEACD%2CSAAA%3B%3BAAEH%3BAAAa%3BEACT%2CaAAA%3B%3BAAEJ%3BAAAc%3BEACV%2CUAAA%3BEACA%2CUAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3B%3BAAEJ%3BEACI%2CeAAA%3B%3BAAEJ%2CYAAa%3BEACT%2CWAAA%3B%3BAAEJ%2CWAAY%3BEACR%2CQAAA%3B%3BAAGJ%2CUAAa%2CKAAK%3BEACd%2CcAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CUAAW%2CGAAE%2CMAAO%3BEAAoB%2CcAAA%3B%3BAAExC%3BEACI%2C4EAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAEJ%3BEACI%2CgBAAe%2CsCAAf%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3B%3BAAEJ%2CEAAE%3BEACE%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CeAAgB%3BEACZ%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAEJ%3BEACI%2CmBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2COAAQ%3BEACJ%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CkBAAmB%3BEACf%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BEACI%2CeAAA%3B%3BAAEJ%2CYAAY%3BEACR%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CuEAAA%3BEACA%2CqBAAA%3B%3BAAEA%2CYAAY%3BEACR%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CuEAAA%3BEACA%2CqBAAA%3BEACA%2CWAAW%2CcAAX%3B%3BAAIA%2CeAAgB%3BEACZ%2CWAAA%3BEACA%2COAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CeAAiB%2CSAAS%3BEACtB%2C2BAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2C0BAAA%3B%3BAAEJ%2CeAAiB%2CSAAS%2COAAM%3BEAC5B%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAAIJ%2COAAQ%2CGAAE%3BEACN%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEAEA%2CaAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CeAAgB%3BEACZ%2CqBAAA%3B%3BAAEJ%2CeAAgB%2CSAAQ%2COAAQ%3BEAC5B%2CWAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CYAAa%3BEACT%2CeAAA%3BEACA%2C%2BBAAA%3B%3BAAEJ%2CWAAY%3BEACR%2CYAAA%3B%3BAAEJ%2COAAQ%2CYAAY%3BEAChB%2CUAAA%3B%3BAAEJ%2CeAAiB%2CUAAS%3BEACtB%2CWAAA%3B%3BAAEJ%2CeAAiB%2CUAAS%2COAAQ%3BEAAG%2CWAAA%3B%3BAACrC%3BEACI%2C4BAAA%3BEACA%2C6BAAA%3BEACA%2CWAAA%3BEACA%2CWAAW%2CcAAX%3BEAEA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAAEJ%2CCAAC%3BEACG%2CWAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CQAAA%3B%3BAAEJ%2CCAAC%2CYAAY%3BEACT%2CSAAS%2CEAAT%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CWAAW%2CaAAX%3BEACA%2CSAAA%3B%3BAAGJ%2CeAAgB%3BEACZ%2CgBAAA%3BEACA%2CeAAA%3BEACA%2C8BAAA%3B%3BAAEJ%2CUAAW%3BEACP%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CoBAAA%3B%3BAAEJ%2CYAAa%3BEACT%2CSAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2COAAQ%2CaAAa%3BEACjB%2CeAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2COAAQ%3BEAAa%2CiBAAA%3B%3BAAEtB%2CgBAAiB%2CSAAQ%3BEACpB%2CiBAAA%3B%3BAAEJ%2CeAAgB%3BEAAS%2C2BAAA%3B%3BAACzB%2CYAAa%3BEACT%2CeAAA%3B%3BAAEJ%2CgBAAiB%3BEACb%2CaAAA%3B%3BAAEJ%3BAAAmB%3BAAAmB%3BAAAmB%3BEACrD%2CkBAAA%3B%3BAAEJ%2CiBAAiB%3BEACb%2CWAAA%3BEACA%2CYAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CoDAAA%3BEACA%2CsBAAA%3BEACA%2C4BAAA%3BEACA%2CkCAAA%3B%3BAAGJ%2CiBAAiB%3BEACb%2CWAAA%3BEACA%2CaAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CoDAAA%3BEACA%2CqBAAA%3BEACA%2C4BAAA%3BEACA%2CkCAAA%3B%3BAAEJ%2CiBAAiB%3BEACb%2CWAAA%3BEACA%2CaAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CoDAAA%3BEACA%2CqBAAA%3BEACA%2C4BAAA%3BEACA%2CkCAAA%3B%3BAAEJ%2CiBAAiB%3BEACb%2CWAAA%3BEACA%2CaAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CoDAAA%3BEACA%2CsBAAA%3BEACA%2C4BAAA%3BEACA%2CkCAAA%3B%3BAAGJ%3BEACI%2CeAAA%3B%3BAAEJ%3BEACI%2CcAAA%3B%3BAAEJ%3BEACI%2CeAAA%3B%3BAAEJ%3BEACI%2CcAAA%3B%3BAAEJ%3BEAAS%2CeAAA%3BEAAiB%2CgBAAA%3BEAAmB%2CcAAA%3B%3BAAC7C%2COAAQ%3BEAAS%2CeAAA%3BEAAgB%2CgBAAA%3BEAAkB%2CWAAA%3B%3BAACnD%2CkBAAmB%3BEAAc%2CaAAA%3B%3BAACjC%2CkBAAmB%3BEACf%2CkBAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CkBAAmB%2CGAAE%3BEACjB%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CkBAAmB%2CoBAAoB%3BEACnC%2CUAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BAAAc%3BEACV%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAEJ%3BEAAc%2CaAAA%3B%3BAACd%2CMAAM%3BEACF%2CYAAA%3BEACA%2CYAAA%3BEACA%2C4EAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAAEJ%3BEACI%2CeAAA%3BEACA%2CeAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2CgDAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAAEJ%3BEACI%2CSAAA%3BEACA%2CaAAA%3B%3BAAEJ%2CWAAY%2CIAAG%3BEAAiB%2CWAAA%3B%3BAAChC%3BEACI%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAEL%2CeAAiB%3BEACZ%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%3BEACI%2CiBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CcAAe%3BEACX%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CuBAAwB%3BEACpB%2CeAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CEAAE%3BEACE%2CUAAA%3BEACA%2CSAAA%3BEACA%2CgCAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BEACI%2CeAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CgBAAgB%3BEACZ%2CmBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CYAAa%3BEACT%2CgBAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAHJ%2CeAII%3BEACI%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAATR%2CeAII%2CWAMI%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAAIhB%3BEACI%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CEAAE%3BEACE%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CWAAY%3BEACR%2CqBAAA%3BEACA%2CUAAA%3BEACA%2CgCAAA%3BEACA%2CUAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3B%3BAAEJ%2CWAAY%2CGAAE%3BEAAc%2CiBAAA%3B%3BAAC5B%2CWAAY%2CGAAG%3BEACX%2CcAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAEJ%3BEAAc%2CcAAA%3B%3BAACd%2CEAAE%3BEACE%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAAEJ%2CgCAAiC%2COAAM%3BEACnC%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3B%3BAAEJ%2CEAAE%2CWAAY%3BEAAI%2CWAAA%3BEAAa%2CWAAA%3BEAAa%2CmBAAA%3B%3BAAC5C%2CEAAE%2CWAAY%2CGAAG%3BEACb%2CcAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CWAAY%3BEACR%2CWAAA%3BEACA%2CUAAA%3B%3BAAEJ%3BEACI%2CoCAAA%3BEACA%2C4BAAA%3BEACA%2CuBAAA%3B%3BAAEJ%2CgBAAgB%3BEAAa%2CyBAAA%3B%3BAAC7B%2CeAAgB%2CMAAK%3BAAAa%2CeAAgB%2COAAM%3BAAAa%2CeAAgB%2CSAAQ%3BEAAa%2CyBAAA%3B%3BAAC1G%2CeAAgB%2CYAAY%3BEACxB%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2C6BAAA%3BEACA%2C0BAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CYAAe%3BEACX%2CcAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CeAAgB%3BEACZ%2CaAAA%3B%3BAAEJ%3BEAAiB%2CmBAAA%3BEAAoB%2CWAAA%3BEAAY%2CWAAA%3BEAAa%2CkBAAA%3B%3BAAC9D%3BEACI%2CeAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CeAAgB%3BEACZ%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CeAAgB%3BEACZ%2CWAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BEACI%2CUAAA%3BEACA%2CWAAA%3B%3BAAEJ%3BEACI%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CoBAAqB%3BEACjB%2CeAAA%3B%3BAAEJ%2CoBAAqB%3BEACjB%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CYAAa%3BEACT%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2COAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CYAAa%2CGAAG%3BEACZ%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CEAAE%3BEACE%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CeAAgB%3BEACZ%2CqBAAA%3B%3BAAEJ%2CEAAE%3BEACE%2CWAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CeAAgB%3BEACZ%2CgBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CgBAAiB%3BEACb%2CUAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CcAAe%3BEACX%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CaAAc%3BAAAG%2CmBAAoB%3BEACjC%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CEAAE%3BEACE%2CgBAAA%3BEACA%2CoCAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3B%3BAAEJ%2CaAAc%3BEACV%2CUAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CaAAc%3BEACV%2CWAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CaAAc%3BEACV%2CoCAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CaAAc%3BEACV%2CoCAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAAIJ%2CUAAW%2CEAAC%3BAAAS%2CaAAc%2CMAAK%2CIAAI%2CYAAY%3BAAAQ%2CaAAc%2CSAAQ%2CIAAI%2CYAAY%3BAAAQ%2CaAAc%2COAAM%2CIAAI%2CYAAY%3BEAC9I%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAIJ%2CmBAAoB%3BEAChB%2CaAAA%3B%3BAAEJ%2CaAAc%3BEACV%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CMAAM%3BEACF%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3B%3BAAEJ%2CcAAiB%3BEACb%2CeAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CSAAU%3BEACN%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CSAAU%3BEACN%2CYAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CcAAe%3BEACX%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%3BEACI%2CeAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CEAAE%3BEACE%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CsBAAA%3B%3BAAEJ%2CEAAE%2CgBAAiB%3BEAAI%2CWAAA%3BEAAa%2CWAAA%3BEAAa%2CmBAAA%3B%3BAACjD%2CEAAE%2CgBAAiB%2CGAAG%3BEAClB%2CcAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CgBAAkB%3BEACd%2CWAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CgBAAiB%3BAAAO%2CgBAAiB%3BEACrC%2CwCAAA%3BEACA%2C2BAAA%3BEACA%2C2BAAA%3BEACA%2C4BAAA%3BEACA%2CeAAA%3B%3BAAEN%2CgBAAiB%3BEACX%2CwCAAA%3BEACA%2C2BAAA%3BEACA%2C2BAAA%3BEACA%2C4BAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3B%3BAAEJ%2CqBAAsB%3BEAClB%2CYAAA%3B%3BAAEJ%2CEAAE%3BEACE%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CqBAAsB%3BEAClB%2CWAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CqBAAsB%3BEAClB%2CWAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2C6BAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CaAAA%3B%3BAAEJ%2CeAAgB%3BEACZ%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3BEACA%2C0BAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CWAAY%2CgBAAgB%3BEACxB%2CWAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CEAAE%3BEACE%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CEAAE%2CaAAgB%3BEACd%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAEJ%3BEACI%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CWAAY%2CgBAAkB%3BEAC1B%2CeAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CgBAAiB%3BEAAgB%2C2DAAA%3B%3BAACjC%2CgBAAiB%3BEAAc%2C%2BDAAA%3B%3BAAC%5C%2FB%2CgBAAiB%3BEAAc%2C2DAAA%3B%3BAAC%5C%2FB%2CgBAAiB%3BEACb%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CqBAAA%3BEACA%2C4BAAA%3B%3BAAEJ%2CaAAc%3BEACV%2CgBAAA%3B%3BAAGR%2CeAAgB%3BEACZ%2CWAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CEAAE%3BEACE%2CgBAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CaAAc%3BEACV%2CWAAA%3B%3BAAEJ%3BAAAiB%2CeAAgB%3BEAC7B%2CiBAAA%3B%3BAAEJ%3BEACI%2CmBAAA%3B%3BAAEJ%2CaAAc%3BEACV%2CmBAAA%3B%3BAAEJ%2CeAAgB%3BEACZ%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAAEJ%3BEACI%2CUAAA%3BEACA%2CaAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CaAAc%3BEACV%2CkBAAA%3B%3BAAEJ%3BEACI%2CUAAA%3B%3BAAEJ%2CiBAAkB%3BEACd%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CiBAAkB%3BEACd%2CcAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CmBAAsB%3BEAClB%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CmBAAoB%2CEAAC%3BEACjB%2CgCAAA%3BEACA%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3B%3BAAEJ%3BEACI%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAAEJ%3BEACI%2CaAAA%3BEACA%2CeAAA%3B%3BAAGJ%3BEACI%2CUAAA%3B%3BAAEJ%2CeAAgB%3BEACZ%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3B%3BAAEJ%3BEACI%2CUAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CkBAAmB%3BAAAG%2CkBAAmB%2CEAAC%3BEACtC%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3B%3BAAEJ%2CaAAc%3BEACV%2CaAAA%3B%3BAAEJ%2CaAAc%3BEACV%2CWAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CaAAc%2CUAAY%2CSAAS%3BAAAQ%2CaAAc%2CUAAY%2CUAAU%2CSAAS%3BEACpF%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CaAAc%3BEACV%2CWAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CaAAe%3BEACX%2CWAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CaAAc%3BAAAO%2CaAAc%3BEAC%5C%2FB%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CaAAc%3BEACV%2CiBAAA%3B%3BAAEJ%2CcAAiB%2CMAAG%2CUAAU%3BEAC1B%2CgBAAA%3B%3BAAEJ%2CoBAAqB%2CQAAO%2CIAAI%2CqBAAsB%2CMAAK%3BEAAU%2CWAAA%3B%3BAACrE%2CoBAAqB%3BEACjB%2CWAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3B%3BAAEJ%2CaAAc%3BEACV%2CWAAA%3B%3BAAEJ%2CaAAc%2CUAAY%2CSAAS%3BAAAQ%2CaAAc%2CUAAY%2CUAAU%2CSAAS%3BEACpF%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CaAAc%2COAAM%2COAAO%2COAAO%3BEAC9B%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CSAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CeAAgB%3BEACZ%2CeAAA%3B%3BAAEJ%2CWAAY%3BEACR%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CWAAY%3BEACR%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CgBAAiB%3BEACb%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%3BEACI%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CWAAW%2CuBAAX%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3B%3BAAEJ%2CYAAa%3BEACT%2CgBAAA%3B%3BAAEJ%2CQAAS%3BEACL%2C2BAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2CaAAA%3B%3BAAEJ%3BEACI%2CUAAA%3B%3BAAEJ%3BEACI%2CYAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2COAAQ%3BEACJ%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2COAAQ%3BEACJ%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CUAAW%3BEACP%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%3BEACI%2CUAAA%3B%3BAAEJ%2CWAAY%3BEACR%2CgBAAA%3B%3BAAEJ%2CgBAAmB%3BEACf%2CWAAA%3B%3BAAEJ%2CUAAW%3BEACP%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CqDAAA%3BEACA%2C4BAAA%3BEACA%2CsBAAA%3BEACA%2C2BAAA%3B%3BAAEJ%2CmBAAmB%3BEACf%2CkBAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CgBAAiB%3BEACb%2CcAAA%3BEACA%2CkBAAA%3B%3BAAEJ%3BEACI%2CaAAA%3B%3BAAEJ%2CaAAc%3BEACV%2CUAAA%3B%3BAAEJ%2CgBAAiB%3BAACjB%2CgBAAiB%2CyBAAwB%3BAACzC%2CgBAAiB%2CyBAAwB%3BAACzC%2CgBAAiB%2CyBAAwB%3BEACrC%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CgBAAiB%2CyBAAwB%3BEACrC%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3B%3BAAEJ%3BEACI%2CUAAA%3BEACA%2CoBAAA%3B%3BAAEJ%3BEACI%2CUAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CqBAAsB%3BEAClB%2CUAAA%3B%3BAAEJ%2CYAAa%3BEACT%2CgBAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CiCAAA%3B%3BAAGJ%2CaAAa%3BEACT%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3B%3BAAEJ%3BEACI%2CeAAA%3B%3BAAIJ%2CmBAAoB%3BEAChB%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3B%3BAAGJ%2CeAAgB%3BEACZ%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CgCAAA%3BEACA%2CoBAAA%3B%3BAAEJ%2CEAAE%3BEACE%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CeAAgB%3BEACZ%2CUAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3B%3BAAEJ%3BEACI%2CUAAA%3B%3BAAEJ%3BEACI%2CUAAA%3BEACA%2CaAAA%3B%3BAAEJ%2CqBAAsB%3BEAClB%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CqBAAsB%3BEAClB%2CWAAA%3B%3BAAEJ%2CeAAgB%3BEACZ%2CUAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3B%3BAAEJ%2CWAAY%3BEACR%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CWAAY%3BEACR%2CcAAA%3BEACA%2CeAAA%3B%3BAAEJ%3BEACI%2CmBAAA%3B%3BAAGJ%2CEAAE%3BEACE%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CaAAc%3BEACV%2CUAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CcAAe%3BEACX%2CeAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CaAAc%3BEACV%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CsBAAuB%3BEACnB%2CWAAA%3B%3BAAEJ%3BEACI%2CcAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAEJ%3BEACI%2CUAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CiBAAkB%3BEACd%2CgBAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CeAAgB%3BEACZ%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CYAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CYAAa%3BEACT%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3B%3BAAEJ%2CYAAa%3BEACT%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%3BEACI%2CqBAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAAEJ%2CYAAa%3BEACT%2CeAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3B%3BAAEJ%3BEACI%2CcAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CYAAa%2CGAAG%3BEAAM%2CcAAA%3B%3BAAEtB%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3B%3BAAEJ%2CYAAa%3BEACT%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CeAAgB%3BEACZ%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CeAAgB%3BEACZ%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CEAAE%3BEACE%2CWAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CeAAgB%3BEACZ%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CeAAgB%3BAAAG%2CeAAgB%2CEAAC%3BEAChC%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAEJ%3BEACI%2CeAAA%3B%3BAAEJ%2CGAAI%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3B%3BAAEJ%2CGAAI%2CGAAG%3BEACH%2CcAAA%3B%3BAAEJ%2CMAAO%3BEAAqB%2C4BAAA%3B%3BAAC5B%3BEACI%2CaAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAEJ%3BEACI%2CUAAA%3B%3BAAEJ%3BEACI%2CUAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CeAAgB%3BEACZ%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CeAAgB%3BEACZ%2CcAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CQAAS%3BEACL%2CqBAAA%3B%3BAAEJ%2CEAAE%3BEACE%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CEAAE%2CQAAS%3BEACP%2CUAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAEJ%3BEACI%2CaAAA%3BEACA%2CgBAAA%3B%3BAAEJ%3BEACI%2CUAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CaAAc%3BEACV%2CgBAAA%3B%3BAAEJ%2CgBAAiB%3BEACb%2CSAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3B%3BAAEJ%2CgBAAiB%3BEACb%2CcAAA%3B%3BAAEJ%3BEACI%2CsBAAA%3BEACA%2CUAAA%3BEACA%2CsBAAA%3B%3BAAEJ%2CEAAE%3BEACE%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CcAAe%3BEACX%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3B%3BAAEJ%2CcAAe%2CGAAE%2CUAAU%3BEACvB%2CcAAA%3B%3BAAEJ%2CeAAgB%3BEACZ%2CWAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAEJ%3BEACI%2CaAAA%3BEACA%2CeAAA%3B%3BAAKJ%3BEACI%2CWAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CcAAe%3BEACX%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3B%3BAAEJ%3B%3BEAEI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CcAAe%2CGAAE%2CUAAU%2CGAAI%3BEAAI%2CgBAAA%3B%3BAACnC%2CcAAe%2CGAAE%2CUAAU%2CGAAI%3BEAAI%2CgBAAA%3B%3BAACnC%2CcAAe%2CGAAE%2CUAAU%2CGAAI%3BEAAI%2CgBAAA%3B%3BAACnC%2CcAAe%2CGAAE%2CUAAU%2CGAAI%3BEAC3B%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CcAAe%2CGAAE%2CUAAU%2CGAAI%3BEAAI%2CgBAAA%3B%3BAAEnC%2CUAAW%3BEACP%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CUAAW%2CGAAG%3BEACV%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAEJ%3BEACI%2CUAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CcAAe%3BEACX%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CUAAW%3BAAA0B%2CUAAW%2CyBAAwB%3BAAAQ%2CUAAW%2CyBAAwB%3BEAC%5C%2FG%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAIJ%2CeAAgB%3BEACZ%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CeAAgB%3BEACZ%2CeAAA%3BEACA%2CkBAAA%3B%3BAAEJ%3BEACI%2CiBAAA%3B%3BAAEJ%2CeAAgB%3BEACZ%2CWAAA%3B%3BAAGJ%2CgBAAiB%3BEACb%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CgBAAiB%3BEACb%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAEJ%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3B%3BAAEJ%3BEACI%2CYAAA%3B%3BAAEJ%3BEACI%2CYAAA%3B%3BAAEJ%3BEACI%2CYAAA%3B%3BAAEJ%2CeAAgB%3BEACZ%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CoBAAA%3B%3BAAEJ%2CeAAgB%3BEACZ%2CeAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CeAAgB%3BEACZ%2CWAAA%3B%3BAAGJ%2CeAAgB%3BAAChB%2CeAAgB%2C4BAA2B%3BAAC3C%2CeAAgB%2C4BAA2B%3BAAC3C%2CeAAgB%2C4BAA2B%3BEACvC%2CYAAA%3BEACA%2CeAAA%3BEACA%2C2BAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CaAAa%3BAAAS%2CeAAe%3BAAAS%2CcAAc%3BAAAS%2CcAAc%3BEAC%5C%2FE%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CaAAa%3BEAAS%2CUAAA%3B%3BAACtB%2CeAAe%3BEAAS%2CUAAA%3B%3BAACxB%2CcAAc%3BEAAS%2CUAAA%3B%3BAACvB%2CcAAc%3BEAAS%2CuBAAA%3B%3BAAEvB%2CaAAc%3BAACd%2CaAAc%2CyBAAwB%3BAACtC%2CaAAc%2CyBAAwB%3BEAClC%2CWAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CMAAM%3BEACF%2CgBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CMAAM%3BEACF%2CgBAAA%3BEACA%2CcAAA%3B%3BAAKJ%2CeAAgB%3BEACZ%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CeAAgB%3BEACZ%2CcAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAEJ%3BEACI%2C8BAAA%3B%3BAAIJ%2CUAAW%3BAAAG%2CUAAW%2CEAAC%3BAAAQ%2CUAAW%2CEAAC%3BAAAU%2CUAAW%2CEAAC%3BEAChE%2CuDAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CgCAAA%3BEACA%2C4BAAA%3BEACA%2C2CAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CcAAe%3BEACX%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CcAAe%2CGAAE%3BEACb%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3B%3BAAEJ%3BEACI%2CiBAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CgBAAiB%3BEACb%2CWAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3B%3BAAEJ%2CiBAAkB%3BEACd%2CeAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CiBAAkB%3BEACd%2CcAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CeAAgB%3BEACZ%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CeAAgB%3BEACZ%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CeAAgB%3BEACZ%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CiBAAkB%3BAAClB%2CiBAAkB%2CyBAAwB%3BAAC1C%2CiBAAkB%2CyBAAwB%3BAAC1C%2CiBAAkB%2CyBAAwB%3BEACtC%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CgCAAA%3B%3BAAEJ%2CEAAE%3BEACE%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CeAAe%2CMAAO%3BEAClB%2CWAAA%3B%3BAAEJ%2CeAAe%2CMAAO%3BEAClB%2CWAAA%3B%3BAAEJ%2COAAQ%3BAAA0B%2COAAQ%2CyBAAwB%3BAAAQ%2COAAQ%2CyBAAwB%3BEACtG%2CgBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CMAAM%2CaAAc%3BEAChB%2CUAAA%3B%3BAAIJ%2CkBAAmB%3BEACf%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAEJ%3BEAAQ%2CwBAAA%3B%3BAACR%2CMAAO%3BEACH%2CcAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CMAAM%3BEACF%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAAEJ%2CMAAM%3BEACF%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAAEJ%2CMAAM%3BEACF%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAAEJ%2CMAAM%3BEACF%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAAEJ%2CMAAO%3BEACH%2CeAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CYAAa%3BEACT%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAEJ%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CeAAgB%3BEACZ%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAIJ%2CYAAY%3BEACR%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CwDAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CSAAA%3BEACA%2C4BAAA%3B%3BAAEJ%2CYAAY%3BEACR%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CwDAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2C4BAAA%3BEACA%2CWAAW%2CcAAX%3B%3BAAKJ%2CmBAAoB%3BEAChB%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CmBAAoB%3BAAA0B%2CmBAAoB%2CyBAAwB%3BEACtF%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CgCAAA%3B%3BAAEJ%2CWAAY%3BEACR%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CWAAY%2CGAAE%3BEACV%2CgBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2COAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3B%3BAAEJ%2CUAAW%3BEACP%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CUAAW%3BEACP%2CeAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CYAAa%3BEACT%2C2BAAA%3B%3BAAEJ%2CUAAW%2COAAO%3BEACd%2CUAAA%3B%3BAAEJ%2CYAAa%2COAAO%3BEAChB%2CUAAA%3B%3BAAEJ%2CYAAa%2COAAO%3BEAChB%2CUAAA%3B%3BAAEJ%2CYAAa%2COAAO%3BEAChB%2CUAAA%3B%3BAAEJ%2CUAAW%3BEACP%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CUAAW%3BEACP%2CgCAAA%3BEACA%2CmBAAA%3B%3BAAEJ%3BEACI%2CmBAAA%3B%3BAAGJ%2CeAAgB%3BEACZ%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CeAAgB%3BEACZ%2CeAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CYAAa%3BEACT%2CeAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CYAAa%3BEACT%2CUAAA%3B%3BAAEJ%3BEACI%2CcAAA%3B%3BAAEJ%2CYAAa%3BEACT%2CyBAAA%3B%3BAAEJ%3BEACI%2CUAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CYAAa%3BEACT%2CUAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CeAAgB%3BEACZ%2CWAAA%3B%3BAAEJ%2CgBAAiB%3BEACb%2CgBAAA%3B%3BAAGJ%2CMAAM%3BEACF%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CmBAAmB%3BEACf%2CkBAAA%3B%3BAAEJ%2CWAAY%3BEACR%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CWAAY%3BEACR%2CcAAA%3B%3BAAEJ%2CWAAY%3BEACR%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CWAAY%3BEACR%2CUAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CWAAY%3BEACR%2CkBAAA%3BEACA%2CYAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3BEACA%2C8BAAA%3B%3BAAEJ%3BAAAY%3BAAAY%3BAAAY%3BEAChC%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3BAAEJ%2CiBAAkB%3BEACd%2CeAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CiBAAkB%3BEACd%2CSAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAEJ%3BEACI%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CUAAU%3BEACN%2CQAAA%3BEACA%2CSAAA%3BEACA%2CmCAAA%3BEACA%2C%2BBAAA%3BEACA%2CsCAAA%3BEACA%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CUAAU%3BEACN%2CQAAA%3BEACA%2CSAAA%3BEACA%2CmCAAA%3BEACA%2C%2BBAAA%3BEACA%2CsCAAA%3BEACA%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CUAAU%3BEACN%2CQAAA%3BEACA%2CSAAA%3BEACA%2CmCAAA%3BEACA%2C%2BBAAA%3BEACA%2CsCAAA%3BEACA%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CUAAU%3BAAAS%2CUAAU%3BAAAU%2CUAAU%3BEAC7C%2CQAAA%3BEACA%2CSAAA%3BEACA%2CmCAAA%3BEACA%2C4BAAA%3BEACA%2CsCAAA%3BEACA%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CaAAc%3BEACV%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3B%3BAAEJ%2CEAAE%3BEACE%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CSAAU%3BEACN%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3B%3BAAGJ%3BEACI%2CoBAAA%3B%3BAAEJ%2CgBAAiB%3BEACb%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CgBAAiB%3BEACb%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CgCAAA%3BEACA%2CoBAAA%3B%3BAAEJ%2CgBAAiB%2CGAAE%3BEACf%2CYAAA%3B%3BAAEJ%2CgBAAiB%2CGAAE%2CaAAc%3BAAAO%2CgBAAiB%2CGAAE%2CaAAc%3BEACrE%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CcAAe%2CcAAc%2CQAAO%3BAAAmB%2CcAAe%2CcAAc%2CQAAO%2CiBAAiB%3BEACxG%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CgBAAiB%2CcAAc%2CGAAE%2CWAAY%3BEACzC%2CWAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CgBAAiB%2CGAAE%2CaAAc%2CGAAG%3BEAChC%2CgBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CaAAc%2CcAAc%2CQAAO%3BEAC%5C%2FB%2CmBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CaAAc%2CcAAc%2CQAAO%3BEAC%5C%2FB%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CaAAc%2CcAAc%2CQAAO%2CiBAAkB%3BEACjD%2CWAAA%3BEACA%2CyBAAA%3B%3BAAEJ%2CcAAe%3BEACX%2CeAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2C2BAAA%3B%3BAAEJ%2CcAAe%2CWAAW%3BEACtB%2C0BAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2C6BAAA%3B%3BAAEJ%2CcAAe%2CGAAE%2CUAAU%3BEACvB%2CUAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CkBAAmB%2CWAAW%2CGAAE%3BEAC5B%2C2BAAA%3BEACA%2C4BAAA%3BEACA%2CqBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3B%3BAAEJ%2CcAAe%2CWAAW%2CQAAO%3BEAC7B%2CmBAAA%3B%3BAAEJ%2CcAAe%3BEACX%2CWAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CcAAe%3BAAAU%2CcAAe%3BEACpC%2CqBAAA%3BEACA%2CwCAAA%3BEACA%2CqBAAA%3BEACA%2C4BAAA%3BEACA%2C2BAAA%3BEACA%2C8BAAA%3B%3BAAEJ%2CcAAe%3BEACX%2CgBAAA%3B%3BAAEJ%2CMAAM%3BAAAc%2CMAAM%2CYAAY%3BEAClC%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CuBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CGAAG%2CWAAW%3BEACV%2CiBAAA%3B%3BAAEJ%3BEACI%2CeAAA%3B%3BAAEJ%3BEACI%2CwBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2C%2BBAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2C2CAAA%3B%3BAAIJ%2CaAAc%3BEACV%2CWAAW%2CaAAX%3B%3BAAIJ%2CUAAa%2CKAAK%3BEAEd%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAGJ%2COAAQ%2CEAAC%3BEAAQ%2CcAAA%3B%3BAACjB%2COAAQ%3BEACJ%2CSAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAEJ%3BEACI%2CeAAA%3BEACA%2C6BAAA%3B%3BAAEJ%2COAAQ%3BEACJ%2CUAAA%3B%3BAAEJ%3BAACA%3BEACI%2CSAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CaAAA%3B%3BAAGJ%3BAACA%3BAACA%3BEACI%2CeAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CaAAA%3B%3BAAGJ%2COAAQ%3BEACJ%2CgEAAA%3BEACA%2CiCAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3B%3BAAEJ%3BEACI%2CiBAAA%3BEAEA%2CgBAAA%3BEACJ%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3B%3BAAEA%2COAAQ%3BEACR%2CcAAA%3BEACA%2CWAAA%3B%3BAAGA%2COAAQ%3BEACR%2CyDAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CYAAa%2COAAM%3BAAAW%2CYAAa%2COAAM%3BEAC7C%2CYAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CYAAa%2CUAAU%3BAAAK%2CYAAa%2CUAAU%3BEAC%5C%2FC%2CeAAA%3B%3BAAEJ%2CYAAa%2COAAM%2CSAAS%2CMAAO%3BAAAK%2CYAAa%2COAAM%2CSAAS%2CMAAO%3BEACvE%2CWAAW%2CiBAAX%3B%3BAAEJ%2CQAAS%3BEACL%2CaAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2CaAAA%3B%3BAAEJ%2CEAAE%3BEACE%2CWAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2C2BAAA%3BEACA%2CiDAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CcAAe%3BEACf%2C4BAAA%3BEACA%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CwBAAA%3BEACA%2CwBAAA%3BEACA%2CuBAAA%3BEACA%2CuBAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3B%3BAAGA%2CcAAiB%2CKAAK%3BAAAI%2CcAAiB%2CKAAK%3BEAC5C%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CcAAiB%2CKAAK%3BEAAI%2CeAAA%3B%3BAAC1B%2CcAAiB%2CKAAK%2CKAAE%3BAAAQ%2CcAAiB%2CKAAK%2CIAAC%3BEACnD%2CcAAA%3B%3BAAEJ%2CUAAa%3BEAAI%2CcAAA%3B%3BAACjB%2CcAAiB%2CKAAE%3BEACf%2CSAAS%2CGAAT%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAW%2CaAAX%3BEAEA%2CoBAAA%3B%3BAAEJ%2CcAAiB%2CKAAE%2CYAAY%3BAAAU%2CUAAU%3BEAAS%2CwBAAA%3B%3BAAC5D%2CcAAe%2CGAAE%2CMAAO%3BEAAc%2CaAAA%3BEAClC%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2CwBAAA%3BEACA%2CuBAAA%3BEACA%2CoBAAA%3B%3BAACJ%2CYAAe%3BEACX%2CUAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CYAAa%3BEACT%2C2BAAA%3B%3BAAEJ%2CYAAa%3BEACT%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2C6BAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAEJ%3BEACI%2CiBAAA%3B%3BAAEJ%2CYAAa%3BEACT%2CeAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CEAAE%3BEACE%2CeAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CEAAE%2CmBAAoB%2CGAAG%3BEACrB%2CeAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CYAAe%2CKAAK%3BEAChB%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2C2BAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CmBAAsB%3BEAClB%2CUAAA%3B%3BAAEJ%2CYAAa%2CGAAG%2CEAAC%3BEACb%2CcAAA%3B%3BAAEJ%2CgBAAiB%3BEACb%2CWAAA%3B%3BAAEJ%2CUAAa%2CKAAE%3BEACX%2CUAAA%3B%3BAAEJ%2CUAAa%2CKAAE%2CYAAa%2CoBAAoB%3BEAC5C%2CUAAA%3BEACA%2CWAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CkEAAA%3BEACA%2CiBAAA%3B%3BAAMJ%2CYAAa%3BEACT%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAEJ%3BEACI%2CeAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CUAAW%3BEACP%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CMAAM%3BEACF%2CWAAA%3B%3BAAEJ%3BEACI%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CeAAgB%3BEACZ%2CgBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CeAAgB%3BEACZ%2CWAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CeAAgB%3BEACZ%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CYAAa%3BEACT%2CWAAA%3B%3BAAEJ%2CoBAAqB%3BEACjB%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CyBAAA%3BEACA%2CoBAAA%3B%3BAAEJ%2CoBAAqB%3BEACjB%2CeAAA%3BEACA%2CkBAAA%3B%3BAAEJ%3BEACI%2C2BAAA%3B%3BAAEJ%2CkBAAmB%3BEACf%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CkBAAmB%2CGAAG%3BEAClB%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CkBAAmB%3BEACf%2CeAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CkBAAmB%3BEACf%2CgBAAA%3BEACA%2CsBAAA%3B%3BAAEJ%2CEAAE%3BEACE%2CUAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3B%3BAAEJ%2CgBAAiB%3BEACb%2CWAAA%3B%3BAAEJ%2CgBAAiB%3BEACb%2CiDAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CaAAc%2COAAM%3BEAAQ%2CaAAA%3B%3BAAC5B%2CgCAAiC%2COAAM%3BEACnC%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CGAAG%3BEACC%2CYAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAAEJ%2CMAAM%2CSAAU%2CIAAG%3BEACf%2CWAAW%2CiBAAX%3B%3BAAEJ%2CMAAM%2CSAAS%2CMAAO%2COAAM%2CSAAU%2CIAAG%3BEACrC%2CWAAW%2CaAAX%3B%3BAAEJ%2CMAAM%2CSAAS%3BAAAQ%2CMAAM%2CSAAS%3BEAAQ%2C2BAAA%3B%3BAAC9C%2CUAAW%3BEACP%2C2BAAA%3BEACA%2C%2BBAAA%3BEACA%2C4BAAA%3BEACA%2CmBAAA%3BEACA%2C0BAAA%3B%3BAAEJ%2CoBAAqB%2CQAAQ%3BEACzB%2CeAAA%3B%3BAAEJ%2CEAAE%2CaAAc%3BEACZ%2CeAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CsBAAuB%3BEACnB%2CmBAAA%3B%3BAAEJ%2CaAAc%3BEACV%2CeAAA%3BEACA%2CWAAA%3B%3BAAEJ%3BAAAyB%3BAAAkC%3BAAAqB%3BEAA2B%2CmBAAA%3B%3BAAG3G%2CsBAAuB%2CiBAAiB%3BEACpC%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CsBAAuB%2CiBAAiB%3BEACpC%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CsBAAuB%3BEACnB%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CkBAAX%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CsBAAuB%3BEACnB%2CuBAAA%3B%3BAAEJ%2CsBAAuB%2CWAAW%3BEAC9B%2CWAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3B%3BAAEJ%3BEACI%2C6BAAA%3BEACA%2CoBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAEJ%3BEAAmB%2C2BAAA%3B%3BAACnB%2CgBAAiB%3BEACb%2CWAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CgBAAiB%3BEACb%2CmBAAA%3BEACA%2CUAAA%3BEACA%2C2BAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3B%3BAAIJ%3BEACI%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAMJ%2CYAAY%3BEACR%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2COAAA%3BEACA%2CSAAA%3BEACA%2CoDAAA%3BEACA%2CsBAAA%3BEACA%2C4BAAA%3BEACA%2CqCAAA%3B%3BAAEJ%2CUAAU%3BEACN%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CoDAAA%3BEACA%2CsBAAA%3BEACA%2C4BAAA%3BEACA%2CqCAAA%3B%3BAAEJ%2CUAAU%3BEACN%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CsDAAA%3BEACA%2CsBAAA%3BEACA%2C4BAAA%3BEACA%2CqCAAA%3B%3BAAEJ%2CWAAW%3BEACP%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CqDAAA%3BEACA%2CsBAAA%3BEACA%2C4BAAA%3BEACA%2CqCAAA%3B%3BAAEJ%3BAAAc%3BAAAc%3BAAC5B%3BAAAe%3BAAAe%3BAAC9B%3BAAAgB%3BAAAgB%3BAAChC%3BAAAc%3BAAAiB%3BEAC3B%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%3BEACI%2CiBAAA%3B%3BAAEJ%3BAAAa%3BAAAiB%3BEAC1B%2CgBAAA%3B%3BAAEJ%2CYAAY%3BEACR%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CsDAAA%3BEACA%2CqBAAA%3BEACA%2C4BAAA%3BEACA%2CqCAAA%3B%3BAAEJ%2CYAAY%3BEAER%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CsDAAA%3BEACA%2CqBAAA%3BEACA%2C4BAAA%3BEACA%2CqCAAA%3B%3BAAEJ%2CcAAc%3BEACV%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CSAAA%3BEACA%2CwDAAA%3BEACA%2CqBAAA%3BEACA%2C4BAAA%3BEACA%2CqCAAA%3B%3BAAGJ%2CaAAa%3BEAET%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CuDAAA%3BEACA%2CqBAAA%3BEACA%2C4BAAA%3BEACA%2CqCAAA%3B%3BAAEJ%2CaAAa%3BEAET%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CSAAA%3BEACA%2CuDAAA%3BEACA%2CqBAAA%3BEACA%2C4BAAA%3BEACA%2CqCAAA%3B%3BAAEJ%2CYAAY%3BEAER%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CSAAA%3BEACA%2CsDAAA%3BEACA%2CqBAAA%3BEACA%2C4BAAA%3BEACA%2CqCAAA%3B%3BAAGJ%2CcAAc%3BEAEV%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CwDAAA%3BEACA%2CqBAAA%3BEACA%2C4BAAA%3BEACA%2CqCAAA%3B%3BAAEJ%2CcAAc%3BEAEV%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CwDAAA%3BEACA%2CqBAAA%3BEACA%2C4BAAA%3BEACA%2CqCAAA%3B%3BAAEJ%2CaAAa%3BEAET%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CuDAAA%3BEACA%2CqBAAA%3BEACA%2C4BAAA%3BEACA%2CqCAAA%3B%3BAAGJ%2CYAAY%3BEAER%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3BEACA%2CsDAAA%3BEACA%2CqBAAA%3BEACA%2C4BAAA%3BEACA%2CqCAAA%3B%3BAAEJ%2CeAAe%3BEAEX%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3BEACA%2CyDAAA%3BEACA%2CqBAAA%3BEACA%2C4BAAA%3BEACA%2CqCAAA%3B%3BAAEJ%2CeAAe%3BEAEX%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3BEACA%2CyDAAA%3BEACA%2CqBAAA%3BEACA%2C4BAAA%3BEACA%2CqCAAA%3B%3BAAEJ%3BEACI%2CeAAA%3B%3BAAGJ%2CqBAAsB%2CWAAW%3BEAC7B%2CiBAAA%3B%3BAAEJ%2CqBAAsB%3BEAAqB%2C4BAAA%3B%3BAAE3C%3BEACI%2CkBAAA%3BEACA%2CeAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CeAAgB%3BEACZ%2CcAAA%3B%3BAAEJ%2CaAAa%3BEACT%2CsDAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CUAAA%3BEACA%2C4BAAA%3BEACA%2CsBAAA%3BEACA%2CwBAAA%3B%3BAAGA%2CaAAa%3BEACT%2CsDAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CUAAA%3BEACA%2C4BAAA%3BEACA%2CsBAAA%3B%3BAAEJ%2CaAAa%3BEACT%2CsDAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CUAAA%3BEACA%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3B%3BAAEJ%2CaAAa%3BEACT%2CsDAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CUAAA%3BEACA%2CsBAAA%3BEACA%2C4BAAA%3B%3BAAGJ%3BEACI%2CYAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CaAAa%3BEACT%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CiBAAA%3BEACA%2C%2BBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CQAAQ%3BEACJ%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CUAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CQAAQ%3BEACJ%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CUAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CaAAa%3BEACT%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CUAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CaAAa%3BEACT%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CUAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CmBAAmB%3BAAAU%2CmBAAmB%3BEAC5C%2CSAAA%3B%3BAAEJ%2CyCAA0C%2COAAM%2CSAAU%3BEACtD%2CyDAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CgCAAA%3BEACA%2CuCAAA%3B%3BAAGJ%2CyCAA0C%2COAAM%2CSAAU%3BEACtD%2CyDAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CgCAAA%3BEACA%2CuCAAA%3B%3BAAEJ%2CyCAA0C%2COAAM%2CSAAU%2CKAAI%3BAAC9D%2CyCAA0C%2COAAM%2CSAAU%2CKAAI%3BEAC1D%2C8BAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3B%3BAAEJ%3BEACI%2CYAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CuBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CwBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2CYAAA%3BEACA%2C0BAAA%3B%3BAAEJ%2CoBAAqB%3BAAAwB%2CsBAAwB%3BEACjE%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CwBAAyB%3BAAAuB%2CsBAAwB%3BEACpE%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%3BEACI%2CeAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CcAAiB%3BEACb%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CEAAE%2CsBAAsB%3BEACpB%2CSAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3B%3BAAEJ%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3B%3BAAEJ%2CwBAAyB%3BEACrB%2CYAAA%3B%3BAAGJ%3BEACI%2CUAAA%3BEACA%2C4BAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BAAEJ%3BEACI%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CSAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAEJ%3BEACI%2CUAAA%3BEACA%2CWAAA%3BEACA%2C2CAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CoBAAqB%3BEACjB%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2C2BAAA%3B%3BAAEJ%2COAAQ%2CsBAAqB%3BEACzB%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CSAAS%2CEAAT%3B%3BAAEJ%2CuBAAwB%3BEACpB%2CcAAA%3B%3BAAEJ%2CoBAAqB%3BEACjB%2CyBAAA%3BEACA%2C4BAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CuBAAuB%3BEACnB%2CSAAS%2CEAAT%3BEACA%2CgBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3B%3BAAEJ%2CoBAAqB%2CwBAAwB%2CMAAM%3BEAC%5C%2FC%2CcAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2C4CAAA%3BEACA%2C0BAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CoBAAqB%2CwBAAwB%2CMAAM%2CEAAC%3BEAAO%2CgBAAA%3BEAAkB%2CcAAA%3B%3BAAC7E%2CoBAAqB%2CwBAAwB%2CMAAK%3BEAAQ%2C2BAAA%3B%3BAAC1D%2CuBAAwB%2CGAAE%3BEACtB%2CeAAA%3B%3BAAEJ%2COAAQ%3BEACJ%2C0BAAA%3B%3BAAEJ%2CoBAAqB%2CqBAAoB%2COAAO%3BAAAQ%2CoBAAqB%2CqBAAoB%2COAAO%3BEAAS%2CaAAA%3B%3BAACjH%2CoBAAqB%2CwBAAwB%3BEACzC%2CSAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAIJ%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3B%3BAAEL%2CuCAAwC%3BEACvC%2CaAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAEA%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CQAAS%3BEACL%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CQAAQ%3BAAAS%2CQAAQ%3BEAAQ%2CaAAA%3B%3BAACjC%2CqBAAqB%3BEACjB%2CSAAS%2CEAAT%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CsDAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2COAAU%2CwBAAqB%3BEAC3B%2CSAAS%2CEAAT%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CoDAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2COAAQ%2CwBAAuB%3BEAC3B%2CmBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAEJ%2COAAQ%2CwBAAwB%2CGAAE%3BEAC9B%2CeAAA%3BEACA%2C0BAAA%3B%3BAAEJ%2COAAQ%2CwBAAuB%3BEAC3B%2CgBAAA%3BEACJ%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAEA%2CoBAAqB%2CwBAAwB%2CGAAE%3BEAAO%2CiBAAA%3BEAAmB%2CkBAAA%3BEAAoB%2CQAAA%3B%3BAAC7F%2CoBAAqB%2CwBAAwB%2CMAAM%3BEAC%5C%2FC%2CcAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3B%3BAAEJ%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3B%3BAAEJ%2C2BAA4B%3BAAAG%2C2BAA4B%2CEAAC%3BAAAS%2C2BAA4B%2CEAAC%3BEAC9F%2CWAAA%3B%3BAAEJ%2C2BAA4B%2CEAAC%3BEAAQ%2CcAAA%3B%3BAACrC%3BEACI%2CmBAAA%3B%3BAAEJ%2CoBAAqB%3BEACjB%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CeAAgB%3BEACZ%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CEAAE%3BEACE%2CWAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CQAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3B%3BAAIJ%2CEAAE%2CUAAW%2CGAAE%2CUAAU%3BEACrB%2CUAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3B%3BAAIJ%3BEACI%2CyDAAA%3BEACA%2C4BAAA%3BEACA%2CqBAAA%3BEACA%2CkCAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAAGJ%3BEAAY%2C0DAAA%3B%3BAACZ%3BEAAY%2C2DAAA%3B%3BAACZ%3BEAAiB%2C2DAAA%3B%3BAACjB%3BEAAU%2CyDAAA%3B%3BAACV%3BEACI%2C4BAAA%3BEACA%2CsBAAA%3BEACA%2CkCAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CsBAAuB%3BEACnB%2CUAAA%3BEACA%2CkBAAA%3B%3BAAEJ%3BEACI%2CqBAAA%3B%3BAAEJ%2CqBAAsB%2COAAO%3BEACzB%2CWAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3B%3BAAEJ%2CSAAU%3BEACN%2CUAAA%3BEACA%2CmBAAA%3B%3BAAEJ%3BEACI%2CmBAAA%3B%3BAAEJ%2CmBAAmB%3BEACf%2CgBAAA%3B%3BAAGJ%2CmBAAoB%3BEAChB%2CWAAW%2CSAAX%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3B%3BAAEJ%3BEACI%2CUAAA%3B%3BAAEJ%2CkBAAmB%3BEACf%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CeAAe%3BEACX%2CmBAAA%3B%3BAAEJ%2CmBAAmB%2CgBAAgB%3BEAC%5C%2FB%2C%2BBAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CiBAAkB%3BAAAG%2CeAAgB%3BEAAG%2CWAAA%3BEAAY%2CeAAA%3B%3BAACpD%2CiBAAkB%2CeAAe%3BEAC7B%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CgBAAiB%3BEACb%2CgBAAA%3B%3BAAEJ%2CmBAAmB%2CgBAAgB%3BEAC%5C%2FB%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2C2BAAA%3B%3BAAEJ%2CMAAM%2CaAAc%3BEAChB%2CUAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CeAAe%2CMAAO%3BEAClB%2CWAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3B%3BAAEL%3BEACK%2CmBAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAIJ%3BEACI%2CqBAAA%3BEACA%2CwBAAA%3B%3BAAEJ%3BEACI%2CqBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CwBAAyB%3BEACrB%2CkBAAA%3BEACA%2COAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAmB%2CkBAAnB%3BEACA%2CWAAW%2CkBAAX%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CcAAe%3BEACX%2CyBAAA%3B%3BAAEJ%3BEAAe%2CeAAA%3B%3BAAEf%2CaAAc%3BEACV%2CgBAAA%3BEACA%2C8BAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2COAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CqBAAsB%2COAAO%3BEACzB%2CsBAAA%3B%3BAAEJ%3BEAAgB%2CmBAAA%3B%3BAAChB%3BEACI%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CIAAI%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CaAAc%3BEACV%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CIAAI%2COAAO%3BEACP%2CeAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CmBAAmB%3BEACf%2CkBAAA%3B%3BAAEJ%2CiBAAkB%2CGAAE%3BEAChB%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3B%3BAAEJ%2CEAAE%3BEACE%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CWAAY%3BEACR%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3B%3BAAGL%3BEACK%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CwBAAA%3B%3BAAGJ%2CWAAY%2CGAAE%2CMAAO%3BEAAe%2CyBAAA%3B%3BAACpC%2COAAQ%2CKAAI%3BEACR%2CyBAAA%3B%3BAAEJ%2CIAAI%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CeAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAAEJ%3BEACI%2CUAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CYAAa%3BEACT%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CYAAa%3BEACT%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CYAAa%3BEACT%2CcAAA%3BEACA%2C0BAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CYAAY%3BEACR%2CSAAS%2CEAAT%3BEACA%2CuDAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2C4BAAA%3B%3BAAEJ%2CIAAI%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAEJ%2C8BAA%2BB%3BEAC3B%2CYAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CoBAAqB%3BEACjB%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3B%3BAAGR%2CSAAU%2CMAAQ%3BEACd%2CSAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2C8BAA%2BB%2CuBAAyB%2CQAAQ%2CKAAK%3BEACjE%2CYAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CgCAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2C8BAA%2BB%2CuBAAyB%2CQAAQ%2CKAAK%3BEACjE%2CYAAA%3BEACA%2CcAAA%3BEACA%2CgCAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2C4BAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CIAAI%3BEACA%2CaAAA%3B%3BAAEJ%2CiBAAiB%3BEACb%2CcAAA%3B%3BAAEJ%2CiBAAiB%3BEACb%2CaAAA%3B%3BAAEJ%2CgBAAiB%3BEACb%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CgBAAiB%3BEACb%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CmBAAmB%2CcAAe%3BEAC9B%2CkBAAA%3B%3BAAIJ%2CSAAU%3BEACN%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CcAAe%2COAAO%3BEAClB%2CcAAA%3BEACA%2C6BAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CcAAc%2CMAAO%2CUAAU%3BEAC3B%2CyBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CcAAc%2CMAAO%3BEAAI%2CYAAA%3B%3BAACzB%2CmBAAmB%3BEACf%2CcAAA%3B%3BAAGJ%3BEACI%2CcAAA%3B%3BAAEJ%3BEACI%2C6BAAA%3BEACA%2CgCAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%3BEACI%2CeAAA%3BEACA%2CyBAAA%3B%3BAAEJ%2CkBAAmB%3BEACf%2CUAAA%3BEACA%2CsBAAA%3B%3BAAEJ%2CgBAAiB%3BEACb%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3B%3BAAEJ%3BAAAmB%3BEACf%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CiBAAkB%3BAAAI%2CeAAgB%3BEAClC%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CiBAAkB%3BAAAI%2CeAAgB%3B%3B%3BEAGlC%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CiBAAkB%2CGAAE%3BAAAS%2CeAAgB%2CGAAE%3BEAC3C%2CkBAAA%3BEACA%2COAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAAEJ%3BEACI%2CoEAAA%3BEACA%2CwCAAA%3BEACA%2CgCAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CiBAAiB%3BEACb%2CoEAAA%3BEACA%2C6CAAA%3BEACA%2CgCAAA%3BEACA%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAEJ%3BEACI%2CoEAAA%3BEACA%2CwCAAA%3BEACA%2CgCAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3B%3BAAEJ%2CiBAAiB%3BEACb%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2COAAA%3BEACA%2CMAAA%3BEACA%2CiDAAA%3BEACA%2C4BAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2C6BAAA%3B%3BAAEJ%2CgBAAiB%3BEACb%2CkBAAA%3BEACA%2CmDAAA%3BEACA%2C4BAAA%3BEACA%2CqBAAA%3BEACA%2C4BAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CiBAAkB%3BEACd%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CiBAAkB%3BEACd%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAAEJ%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CkBAAmB%3BEACf%2CaAAA%3B%3BAAEJ%3BEACI%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CoBAAA%3B%3BAAEJ%2CYAAa%3BEACT%2CSAAA%3B%3BAAEJ%3BEACI%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CkBAAmB%3BEACf%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3B%3BAAEJ%2CkBAAmB%3BEACf%2CWAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CkBAAmB%2CEAAC%3BEAChB%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CWAAY%2CIAAG%3BEAAiB%2CkBAAA%3B%3BAAChC%2CkBAAmB%2CEAAC%3BAAAU%2CkBAAmB%2CEAAC%3BEAC9C%2CWAAA%3B%3BAAEJ%3BEACI%2CoBAAA%3B%3BAAEJ%3BEAAqB%2C2BAAA%3B%3BAAErB%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CeAAe%3BEACX%2CsDAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2C4BAAA%3BEACA%2CkCAAA%3B%3BAAEJ%2CeAAe%3BEACX%2CuDAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2C4BAAA%3BEACA%2C%2BBAAA%3B%3BAAEJ%2CeAAe%3BEACX%2CuDAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2C4BAAA%3BEACA%2C%2BBAAA%3BEACA%2CUAAA%3B%3BAAEJ%3BEACI%2C2BAAA%3BEACA%2C4BAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CeAAgB%3BEACZ%2CWAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CoBAAqB%3BEACjB%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CoBAAoB%3BEAChB%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CkBAAmB%3BEACf%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CkBAAmB%3BEACf%2CeAAA%3BEACA%2CmBAAA%3B%3BAAEJ%3BEACI%2CUAAA%3B%3BAAEJ%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3B%3BAAEJ%2CiBAAkB%3BEACd%2CWAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CiBAAkB%3BEACd%2CYAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%3BAAAW%3BAAAW%3BAAAa%3BEAC%5C%2FB%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CSAAS%3BEACL%2CSAAS%2CEAAT%3BEACA%2CoDAAA%3BEACA%2C4BAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CSAAS%3BEACL%2CSAAS%2CEAAT%3BEACA%2CoDAAA%3BEACA%2C4BAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CWAAW%3BEACP%2CSAAS%2CEAAT%3BEACA%2CoDAAA%3BEACA%2C4BAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CUAAU%3BEACN%2CSAAS%2CEAAT%3BEACA%2CoDAAA%3BEACA%2C4BAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3B%3BAAEJ%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CkBAAmB%3BEACf%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CEAAE%3BEACE%2CWAAA%3BEACA%2CaAAA%3B%3BAAEJ%2CWAAY%3BEACR%2CeAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CYAAa%3BEACT%2CWAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CYAAa%3BEACT%2CYAAA%3B%3BAAEJ%2CWAAY%2CGAAE%2CUAAU%2CGAAG%3BEACvB%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CiDAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2C4BAAA%3BEACA%2C2BAAA%3B%3BAAEJ%2CWAAY%2CGAAE%2CUAAU%2CGAAG%3BEACvB%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CiDAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2C4BAAA%3BEACA%2C2BAAA%3B%3BAAEJ%2CWAAY%2CGAAE%2CUAAU%2CGAAG%3BEACvB%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CiDAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2C4BAAA%3BEACA%2C2BAAA%3B%3BAAEJ%2CWAAY%2CGAAE%2CUAAU%2CGAAG%3BEACvB%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CiDAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2C4BAAA%3BEACA%2C2BAAA%3B%3BAAEJ%2CWAAY%2CGAAE%2CUAAU%2CGAAG%3BEACvB%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CiDAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2C4BAAA%3BEACA%2C2BAAA%3B%3BAAEJ%3BAAAgB%3BEACZ%2CaAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3B%3BAAEJ%2CcAAe%3BAAAI%2CaAAc%3BEAC7B%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CcAAe%3BAACf%2CcAAe%2C4BAA2B%3BAAC1C%2CcAAe%2C4BAA2B%3BAAC1C%2CcAAe%2C4BAA2B%3BAAC1C%2CaAAc%3BAACd%2CaAAc%2C4BAA2B%3BAACzC%2CaAAc%2C4BAA2B%3BAACzC%2CaAAc%2C4BAA2B%3BEACrC%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CcAAe%2C4BAA2B%3BAAC1C%2CaAAc%2C4BAA2B%3BEACrC%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3B%3BAAEJ%3BEACI%2CWAAA%3B%3BAAEJ%2CiBAAkB%3BEACd%2CeAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAAEJ%2CmBAAmB%3BEACf%2CqBAAA%3B%3BAAEJ%2CmBAAmB%2CWAAY%3BEAC3B%2CWAAA%3BEACA%2CsBAAA%3B%3BAAEJ%2CmBAAmB%3BAAAgB%2CmBAAmB%3BEAClD%2CqBAAA%3B%3BAAEJ%2CiBAAkB%3BEACd%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CeAAgB%2CSAAS%2CQAAO%3BEAC5B%2CUAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CqBAAsB%3BAAAuB%2C4BAA6B%3BEACtE%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2C0BAAA%3B%3BAAGJ%2CiBAAkB%3BEACd%2CgBAAA%3B%3BAAEJ%2CmBAAoB%3BEAChB%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CgBAAiB%2CEAAE%3BEACf%2C0BAAA%3BEACA%2C2BAAA%3BEACA%2CqBAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAEJ%2C4BAA6B%2CeAAiB%3BEAAW%2CaAAA%3B%3BAACzD%3BEACI%2CeAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CaAAc%3BEACV%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CaAAc%3BAAAI%2CaAAc%3BEAC5B%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CsBAAA%3B%3BAAEJ%2CWAAY%2CMAAM%2CGAAE%2CWAAY%3BAAAI%2CWAAY%2CMAAM%2CGAAE%2CWAAY%3BEAChE%2CmBAAA%3B%3BAAEJ%2CaAAc%3BEACV%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CKAAK%2CaAAc%2CGAAG%2CGAAE%3BEACpB%2CkBAAA%3B%3BAAIJ%2CcAAe%3BEACX%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CcAAe%3BAAAI%2CcAAe%3BEAC9B%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CsBAAA%3B%3BAAEJ%2CWAAY%2CMAAM%2CGAAE%2CWAAY%3BAAAI%2CWAAY%2CMAAM%2CGAAE%2CWAAY%3BEAChE%2CmBAAA%3B%3BAAEJ%2CcAAe%3BEACX%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CcAAe%3BEACX%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CKAAK%2CcAAe%2CGAAG%2CGAAE%3BEACrB%2CkBAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3B%3BAAEJ%2CkBAAmB%3BAAAG%2CmBAAoB%3BAAAG%2CoBAAqB%3BEAC9D%2CeAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CoBAAqB%3BEAEjB%2CmBAAA%3B%3BAAEJ%2CkBAAmB%3BAAAI%2CmBAAoB%3BAAAI%2CoBAAqB%3BEAChE%2CeAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CmBAAmB%3BEACf%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CCAAC%3BAAA6B%2CMAAM%3BAAA6B%2CGAAG%3BEAA6B%2CgBAAA%3BEAAkB%2CyBAAA%3B%3BAACnH%2CaAAc%3BAACd%2CaAAc%2C4BAA2B%3BAACzC%2CaAAc%2C4BAA2B%3BEACrC%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CaAAc%2C4BAA2B%3BEAAQ%2CcAAA%3BEAAkB%2CyBAAA%3BEAA6B%2CgBAAA%3B%3BAAChG%3BEACI%2CWAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CeAAgB%3BEACZ%2CUAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CwBAAyB%3BAAAuB%2CwBAAyB%3BEACrE%2CqBAAA%3B%3BAAEJ%2CwBAAyB%3BEACrB%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2C6BAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3B%3BAAEJ%2CoBAAqB%2CgBAAgB%3BAAAO%2CoBAAqB%2CgBAAgB%3BEAAQ%2CqBAAA%3B%3BAACzF%2CeAAgB%3BEAAa%2C2BAAA%3B%3BAAC7B%2CoBAAqB%2CqBAAoB%2COAAQ%3BEAAyB%2CqBAAA%3B%3BAAC1E%2CoBAAqB%2CwBAAwB%2COAAM%2CIAAI%2CiBAAiB%2CIAAI%3BAAAqB%2CoBAAqB%2CwBAAwB%3BAAAsB%2CoBAAqB%2CwBAAwB%3BEAAuB%2CoBAAA%3B%3BAACxO%2CMAAO%2CEAAC%3BEAAO%2CcAAA%3B%3BAACf%2CsBAAuB%2CEAAC%3BEAAO%2CcAAA%3B%3BAAE%5C%2FB%2CYAAa%2COAAO%3BEAChB%2CWAAA%3B%3BAAEJ%3BEACI%2CSAAA%3B%3BAAEJ%2CYAAa%3BEACT%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3B%3BAAEJ%2CYAAa%3BEACT%2CeAAA%3B%3BAAEJ%2CkBAAmB%2CGAAE%3BEACjB%2CkBAAA%3BEACA%2C0BAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CEAAE%3BEACE%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CYAAa%3BEACT%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CYAAa%3BEACT%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CYAAa%2CEAAC%3BEACV%2CcAAA%3B%3BAAEJ%2CaAAc%2CcAAa%3BAAAS%2CYAAa%2CcAAa%3BAAAS%2CYAAa%2CcAAa%3BEAAS%2CWAAA%3BEAAuB%2CeAAA%3B%3BAACjI%2COAAQ%3BEACJ%2C8BAAA%3BEACA%2CeAAA%3BEACA%2C2BAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CaAAc%3BAAAe%2CYAAa%3BAAAe%2CYAAa%3BAACtE%2CaAAc%2CcAAa%3BAAAQ%2CYAAa%2CcAAa%3BAAAQ%2CYAAa%2CcAAa%3BEAC3F%2CgBAAA%3B%3BAAEJ%2CeAAgB%3BEACZ%2CgBAAA%3B%3BAAEJ%2CeAAgB%2COAAM%3BEAClB%2CaAAA%3B%3BAAEJ%2CeAAgB%3BEACZ%2CkBAAA%3B%3BAAEJ%2CkBAAmB%3BEAAe%2CaAAA%3B%3BAAClC%2CYAAa%3BEACT%2CYAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CkBAAmB%3BEACf%2CWAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3B%3BAAEJ%3BEACI%2CoBAAA%3B%3BAAEJ%3BEACI%2CoBAAA%3B%3BAAEJ%2CkBAAmB%3BEACf%2CqBAAA%3B%3BAAEJ%2CkBAAoB%3BEAChB%2CsBAAA%3BEACA%2C4BAAA%3BEACA%2C6BAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CKAAK%2CYAAY%2CkBAAkB%2CYAAY%2CcAAc%3BEACzD%2CiBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CeAAgB%3BEACZ%2CwBAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CiBAAkB%3BAAAG%2CqBAAsB%3BEACvC%2CYAAA%3B%3BAAEJ%2CiBAAiB%3BEAAU%2CgBAAe%2C2CAAf%3BEAA4D%2CkBAAA%3BEAAoB%2CSAAS%2CEAAT%3BEAAa%2COAAA%3BEAAS%2CMAAA%3BEAAO%2CWAAA%3BEAAa%2CYAAA%3B%3BAACrJ%2CqBAAqB%3BEAAS%2CgBAAe%2CyCAAf%3BEAA0D%2CkBAAA%3BEAAoB%2CSAAS%2CEAAT%3BEAAa%2COAAA%3BEAAS%2CMAAA%3BEAAO%2CWAAA%3BEAAa%2CYAAA%3B%3BAACtJ%3BEACI%2CgBAAA%3B%3BAAEJ%2C4BAA6B%3BEAAe%2CaAAA%3B%3BAAC5C%3BEACI%2CkBAAA%3B%3BAAEJ%2CSAAS%3BEACL%2CSAAS%2CEAAT%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2C6DAAA%3BEACA%2C2BAAA%3B%3BAAEJ%3BEAAmB%2CgBAAA%3BEAAiB%2CWAAA%3BEAAa%2CWAAA%3B%3BAACjD%3BAAAa%3BAAAa%3BAAAa%3BEACnC%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAKJ%2CWAAW%3BEACP%2CsEAAA%3BEACA%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CMAAA%3BEACA%2CwBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3B%3BAACH%2CWAAW%3BEACR%2CsEAAA%3BEACA%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CUAAA%3BEACA%2CwBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3B%3BAACH%2CWAAW%3BEACR%2CsEAAA%3BEACA%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CUAAA%3BEACA%2CwBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3B%3BAACH%2CWAAW%3BEACR%2CsEAAA%3BEACA%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CUAAA%3BEACA%2CwBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3B%3BAACH%2CWAAY%3BAAAI%2CWAAY%3BAAAI%2CWAAY%3BAAAI%2CWAAY%3BEAAG%2CgBAAA%3BEAC5D%2CeAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CoBAAA%3B%3BAACJ%2CWAAY%3BAAAG%2CWAAY%3BAAAG%2CWAAY%3BAAAG%2CWAAY%3BEAAG%2CeAAA%3BEAAiB%2CWAAA%3B%3BAAC7E%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CmBAAoB%3BEAChB%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CmBAAoB%3BEAChB%2CeAAA%3B%3BAAEJ%2CmBAAmB%3BEACf%2CmBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CQAAS%3BAACT%2CQAAS%3BAACT%2CQAAS%3BAACT%2CQAAS%3BEACL%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAAEH%2CQAAS%2C4BAA2B%3BAAAU%2CQAAS%2C4BAA2B%3BAACnF%2CQAAS%2C4BAA2B%3BAAAS%2CQAAS%2C4BAA2B%3BAACjF%2CQAAS%2C4BAA2B%3BAAAS%2CQAAS%2C4BAA2B%3BAACjF%2CQAAS%2C4BAA2B%3BAAAS%2CQAAS%2C4BAA2B%3BEAC7E%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAAEH%2CQAAS%2C4BAA2B%3BAACrC%2CQAAS%2C4BAA2B%3BAACpC%2CQAAS%2C4BAA2B%3BAACpC%2CQAAS%2C4BAA2B%3BEAChC%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAAEH%2CQAAS%2C4BAA2B%3BAACrC%2CQAAS%2C4BAA2B%3BAACpC%2CQAAS%2C4BAA2B%3BAACpC%2CQAAS%2C4BAA2B%3BEAChC%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAEJ%3BEACI%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAEJ%3BAAAU%3BAAAU%3BAAAU%3BEAAU%2CkBAAA%3BEAAmB%2CkBAAA%3B%3BAAC3D%2CQAAQ%3BEACJ%2C0EAAA%3BEACA%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2COAAA%3B%3BAAEA%2CQAAQ%3BEAAU%2C0EAAA%3BEACd%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2COAAA%3B%3BAACA%2CQAAQ%3BEAAU%2C0EAAA%3BEACd%2CkBAAA%3BEACR%2CSAAS%2CEAAT%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2COAAA%3B%3BAACQ%2CQAAQ%3BEAAU%2C0EAAA%3BEACd%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2COAAA%3B%3BAAEJ%2C%2BBAAgC%3BEAC5B%2CWAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CaAAc%3BEACV%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CaAAc%2CuBAAsB%3BEAChC%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3B%3BAAEJ%2CaAAc%3BEACV%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CaAAc%3BEACV%2CWAAA%3B%3BAAGJ%2CaAAc%3BEACV%2CuBAAA%3B%3BAAEJ%2CaAAc%3BEAEV%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAEJ%2C%2BBAAgC%2CeAAiB%3BEAC7C%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2C%2BBAAgC%3BEAC5B%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CaAAc%2CQAAQ%2CwBAAuB%3BEACzC%2CmBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3BEACA%2CQAAQ%2CiBAAR%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAAEJ%3BEACI%2CUAAA%3B%3BAAEJ%2CmBAAmB%3BEACf%2CSAAA%3B%3BAAEJ%2CaAAc%3BEACV%2CeAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAEJ%2CoBAAqB%3BEACjB%2CWAAA%3B%3BAAEJ%3BEACI%2CmBAAA%3B%3BAAEJ%2C%2BBAAgC%2CwCAAwC%3BEACpE%2CWAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAEJ%2C%2BBAAgC%3BEAC5B%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CgBAAiB%2COAAO%3BEACpB%2CWAAA%3B%3BAAEJ%2CmBAAmB%3BEACf%2CUAAA%3B%3BAAEJ%2CmBAAoB%3BEAChB%2CeAAA%3B%3BAAGJ%2CmBAAoB%3BAAAK%2CmBAAoB%3BEACzC%2CeAAA%3B%3BAAGJ%2CmBAAoB%2CcAAc%3BEAC9B%2CeAAA%3B%3BAAEJ%2CmBAAoB%2CsBAAsB%3BEACtC%2CeAAA%3B%3BAAEJ%2CmBAAoB%3BEAChB%2CkBAAA%3BEACA%2CsBAAA%3B%3BAAEJ%2CmBAAoB%2CsBAAqB%3BEACrC%2CmBAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3BAAEJ%2CmBAAoB%3BEAChB%2CUAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CmBAAoB%2CeAAiB%3BEAAU%2CgBAAA%3B%3BAAC%5C%2FC%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CmBAAoB%2CIAAG%3BEACnB%2CmBAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CmBAAoB%3BEAChB%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAEJ%3BEACI%2C0CAAA%3B%3BAAEJ%2CwBAAyB%2CeAAiB%3BEACtC%2CaAAA%3B%3BAAEJ%2CwBAAyB%3BEAAuB%2CUAAA%3B%3BAAChD%2CcAAe%3BEACX%2CkBAAA%3B%3BAAEJ%2CmBAAmB%3BEACf%2CaAAA%3B%3BAAEJ%2CeAAgB%3BAAChB%2CeAAgB%2C4BAA2B%3BAAC3C%2CeAAgB%2C4BAA2B%3BAAC3C%2CeAAgB%2C4BAA2B%3BEACvC%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CeAAgB%2C4BAA2B%3BEACvC%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%3BEACI%2CeAAA%3B%3BAAEJ%2CwBAAyB%3BEACrB%2CeAAA%3BEACA%2CgBAAA%3B%3BAAEJ%3BEACI%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CQAAQ%3BEACJ%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CQAAQ%2CKAAQ%2CIAAC%2CYAAY%3BEACzB%2CcAAA%3B%3BAAIJ%3BEACI%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAEJ%3BEACI%2CSAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CkBAAmB%3BEACf%2CiBAAA%3B%3BAAEJ%2CiBAAkB%3BEACd%2CeAAA%3B%3BAAEJ%2CcAAe%3BEAEX%2CeAAA%3B%3BAAEJ%2CiBAAkB%3BEACd%2CyBAAA%3B%3BAAEJ%2CMAAO%2CQAAO%3BEACV%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3B%3BAAEJ%2CMAAO%2CEAAC%3BEACJ%2CcAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CMAAO%2COAAM%3BEACT%2CgBAAA%3BEACA%2CeAAA%3BEACA%2C2BAAA%3B%3BAAEJ%2CMAAO%2CQAAO%3BAAAO%2CMAAO%2CQAAO%3BEAC%5C%2FB%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CiBAAkB%3BEACd%2CyBAAA%3BEACA%2C0BAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CmBAAoB%3BEAChB%2CmBAAA%3B%3BAAIJ%2CmBAAoB%3BEAChB%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CQAAS%3BEACL%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CMAAM%3BAAAkB%2CMAAM%2CUAAU%3BEACpC%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CMAAM%2CUAAU%2COAAO%2CIAAI%2CUAAU%3BAACrC%2CMAAM%2CUAAU%2COAAO%3BAACvB%2CMAAM%2CUAAU%2COAAO%3BEAEnB%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CMAAM%2CeAAe%3BAACrB%2CMAAM%2CeAAe%3BAACrB%2CMAAM%2CeAAe%3BEACjB%2CuBAAA%3BEACA%2CWAAA%3BEACA%2C2BAAA%3B%3BAAEJ%2CUAAU%3BAAAO%2CUAAU%3BAAAQ%2CUAAW%2COAAM%3BAAAQ%2CUAAW%2COAAM%3BEAAS%2CgBAAA%3BEAAkB%2CWAAA%3BEAAuB%2CYAAA%3B%3BAAG%5C%2FH%3BEACI%2CgBAAA%3B%3BAAEJ%3BEACI%2CsCAAA%3B%3BAAEJ%2CkBAAmB%3BEACf%2CWAAA%3B%3BAAEJ%2CkBAAmB%3BEACf%2CgBAAA%3B%3BAAEJ%2CQAAQ%2C0BAA2B%3BAAAe%2CQAAQ%2C0BAA2B%3BEACjF%2CYAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CYAAa%3BAAAG%2CYAAa%2CEAAC%3BAAAQ%2CYAAa%2CEAAC%3BAAAS%2CYAAa%2CEAAC%3BEACvE%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CsCAAA%3BEACA%2C4BAAA%3BEACA%2C0BAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3B%3BAAEJ%2CgBAAiB%3BEACb%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3B%3BAAKhB%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3B%3B%3BAAIF%2CgBAAiB%3BEACf%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3B%3B%3BAAIF%3BEACE%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3B%3B%3BAAGF%2CgBAAgB%2CMAAO%2CMAAQ%3BEAC7B%2CsBAAA%3B%3B%3BAAIF%2CgBAAiB%2CMAAK%2CQAAW%3BEAC%5C%2FB%2CyBAAA%3B%3B%3BAAIF%2CUAAU%3BEACR%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3B%3BAAIF%2CgBAAiB%2CMAAK%2CQAAW%2CaAAU%3BEACzC%2CcAAA%3B%3B%3BAAMJ%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3B%3BAAIF%2CqBAAsB%3BEACpB%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3B%3B%3BAAIF%3BEACE%2CkBAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3B%3B%3BAAGF%2CqBAAqB%2CMAAO%2CMAAQ%3BEAClC%2CsBAAA%3B%3B%3BAAIF%2CqBAAsB%2CMAAK%2CQAAW%3BEACpC%2CyBAAA%3B%3B%3BAAIF%2CeAAe%3BEACb%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3B%3BAAIF%2CqBAAsB%2CMAAK%2CQAAW%2CkBAAe%3BEACnD%2CcAAA%3B%3BAAGF%2CcAAe%3BEACb%2C2BAAA%3BEACA%2CkBAAA%3BEACA%2C0BAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3B%3BAAEJ%2CiBAAkB%3BEACd%2CgBAAA%3B%3BAAGJ%2CSAAU%3BEACN%2CeAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CSAAU%3BEACN%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3B%3BAAIJ%2CSAAU%2CGAAE%3BEACR%2CeAAA%3B%3BAAEJ%2CSAAU%2CQAAQ%3BEACd%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CSAAU%2CQAAQ%2CQAAO%3BEACrB%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2C2BAAA%3BEACA%2CiCAAA%3BEACA%2CoCAAA%3BEACA%2CSAAS%2CEAAT%3B%3BAAEJ%2COAAO%2CMAAO%2CQAAO%3BEACjB%2CkBAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CkCAAA%3BEACA%2C0BAAA%3BEACA%2CmCAAA%3BEACA%2CSAAS%2CEAAT%3B%3BAAEJ%2COAAQ%3BEACJ%2CoBAAA%3B%3BAAEJ%2CCAAI%3BEACA%2CaAAA%3BEACA%2CoBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CSAAU%3BEACN%2C8BAAA%3B%3BAAEJ%2COAAQ%2CGAAG%3BEACP%2C8BAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CeAAgB%3BEACZ%2CaAAA%3B%3BAAEJ%2CEAAE%2CKAAK%3BEACH%2CmBAAA%3BEACA%2CiCAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CoBAAqB%2CgBAAgB%3BEACjC%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%3B%3BEACI%2CWAAA%3BEACA%2CqBAAA%3B%3BAAGF%3B%3BEACE%2CWAAA%3BEACA%2CqBAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CEAAE%2CUAAU%3BEACR%2CkBAAA%3BEACA%2CSAAA%3B%3BAAEJ%2C%2BBAAgC%3BEAAuB%2CuBAAA%3BEAAwB%2CWAAA%3B%3BAAC%5C%2FE%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3BEACA%2C0BAAA%3B%3BAAEJ%2CMAAO%2CQAAO%3BAAAO%2CMAAO%2CQAAO%3BEAAW%2CkBAAA%3B%3BAAC9C%2C%2BBAAgC%2CcAAc%2CQAAQ%2CwBAAuB%3BEACzE%2CyBAAA%3B%3BAAEJ%3BEACI%2CsCAAA%3B%3BAAEJ%2COAAQ%3BEACJ%2CaAAA%3B%3BAAEJ%2CGAAG%3BEACC%2CqBAAA%3B%3BAAGJ%2CoBAAqB%3BEACjB%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CyBAAA%3B%3BAAEJ%2CeAAgB%3BEACZ%2CYAAA%3B%3BAAEJ%2CeAAgB%3BEAAO%2CSAAA%3B%3BAACvB%3BEACI%2CyBAAA%3B%3BAAEJ%2CeAAgB%3BEACZ%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CgBAAiB%3BEACb%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CMAAM%3BAAAgB%2CMAAM%2CcAAc%3BAAAS%2CMAAM%2CcAAc%3BAAAQ%2CMAAM%2CcAAc%3BAACnG%2CMAAM%3BAAAiB%2CMAAM%2CeAAe%3BAAAQ%2CMAAM%2CeAAe%3BAAAQ%2CMAAM%2CeAAe%3BEAClG%2CyBAAA%3BEACA%2C2BAAA%3BEACA%2CWAAA%3BEACA%2C0BAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2C2BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CgBAAiB%2CWAAW%3BEACxB%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CqBAAsB%3BEAClB%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CwBAAA%3B%3BAAEJ%2CMAAM%3BAAAe%2CMAAM%2CcAAc%3BAAAQ%2CMAAM%2CcAAc%3BAAAU%2CMAAM%3BAAAiB%2CMAAM%2CUAAU%3BAAAS%2CMAAM%2CUAAU%2COAAO%3BAAAQ%2CMAAM%2CUAAU%2COAAO%3BEACjL%2CeAAA%3BEACI%2CcAAA%3BEACA%2C0BAAA%3BEAEA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3B%3BAAER%2CeAAgB%3BEACZ%2CcAAA%3B%3BAAEJ%2CeAAgB%3BEAAO%2CiBAAA%3B%3BAACvB%2CqBAAsB%3BEAAkB%2CaAAA%3B%3BAAExC%3BEACI%2CUAAA%3B%3BAAEJ%3BEACI%2CUAAA%3BEACA%2CiBAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CeAAgB%3BEACZ%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%3BEAAS%2CaAAa%2CSAAb%3B%3BAACT%2CWAAY%3BEACR%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAEJ%3BEAAa%2CaAAa%2CSAAb%3BEAAyB%2CcAAA%3BEAAmB%2CgBAAA%3B%3BAACzD%2COAAQ%3BEACJ%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CmBAAmB%3BEACf%2CQAAA%3B%3BAAEJ%3BEACI%2CQAAA%3B%3BAAEJ%2CEAAE%3BEACE%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CcAAe%3BEACX%2CUAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%3BEACI%2CYAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%3BEACI%2CqBAAA%3BEACA%2CeAAA%3B%3BAAEJ%3BEAAW%2CmBAAA%3B%3BAACX%3BEAAW%2CmBAAA%3B%3BAACX%3BEAAW%2CmBAAA%3B%3BAACX%3BEAAU%2CmBAAA%3B%3BAACV%3BEAAW%2CmBAAA%3B%3BAACX%3BEAAW%2CmBAAA%3B%3BAACX%3BEAAa%2CmBAAA%3B%3BAACb%3BEAAW%2CmBAAA%3B%3BAACX%3BEAAa%2CmBAAA%3B%3BAACb%3BEAAY%2CmBAAA%3B%3BAACZ%3BEAAY%2CmBAAA%3B%3BAACZ%3BEAAa%2CmBAAA%3B%3BAACb%3BEAAW%2CmBAAA%3B%3BAACX%3BEAAW%2CmBAAA%3B%3BAACX%3BEAAW%2CmBAAA%3B%3BAACX%3BEAAY%2CmBAAA%3B%3BAACZ%3BEAAW%2CmBAAA%3B%3BAACX%3BEAAW%2CmBAAA%3B%3BAACX%3BEAAU%2CmBAAA%3B%3BAACV%3BEAAY%2CmBAAA%3B%3BAACZ%3BEAAW%2CmBAAA%3B%3BAACX%3BEAAW%2CmBAAA%3B%3BAACX%3BEAAc%2CmBAAA%3B%3BAACd%3BEAAkB%2CmBAAA%3B%3BAAClB%3BEAAa%2CmBAAA%3B%3BAACb%3BEAAgB%2CmBAAA%3B%3BAAChB%3BEAAc%2CmBAAA%3B%3BAACd%3BEAAW%2CmBAAA%3B%3BAAEX%2CSAAY%3BAAAa%2CSAAY%3BAAAa%2CSAAY%3BAAAa%2CUAAa%3BEACpF%2CWAAA%3B%3BAAEJ%2C%2BBAAgC%3BEAC5B%2CmBAAA%3B%3BAAEJ%2C%2BBAAgC%2C4BAA4B%3BEACxD%2CWAAA%3BEACA%2CmBAAmB%2CkBAAnB%3BEACA%2CWAAW%2CkBAAX%3BEACA%2CkBAAA%3B%3BAAIJ%2COAAO%2COAAQ%3BAAAiB%3BEAC5B%2CaAAA%3BEACA%2CuBAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CaAAA%3B%3BAAEJ%2C%2BBAAgC%3BEAC5B%2CgBAAA%3B%3BAAEJ%2C%2BBAAgC%2CaAAa%3BEACzC%2CeAAA%3B%3BAAGJ%2CmBAAoB%3BEAChB%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3B%3BAAEJ%2CmBAAoB%3BEAChB%2CeAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CgBAAiB%3BEACb%2CaAAA%3B%3BAAEJ%2CQAAS%3BEACL%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAEJ%2C%2BBAAgC%3BEAC5B%2CwBAAA%3B%3BAAEJ%2C%2BBAAiC%2CaAAa%3BEAC1C%2CsBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CiBAAkB%3BEACd%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%3BEACI%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CkBAAmB%3BEACf%2CWAAA%3B%3BAAEJ%2CiBAAkB%3BEACd%2CqBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2C%2BBAAgC%3BEAC5B%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAEJ%2C%2BBAAgC%3BEAC5B%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3B%3BAAEJ%3BEACI%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CQAAA%3B%3BAAEJ%3BEACI%2CQAAA%3B%3BAAEJ%2CEAAE%3BEACE%2CaAAA%3B%3BAAEJ%2CQAAS%3BEACL%2CUAAA%3B%3BAAEJ%2CQAAS%2CGAAE%3BEACP%2CUAAA%3B%3BAAEJ%2CaAAc%3BEACV%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CQAAS%3BEACL%2CaAAA%3B%3BAAEJ%2CQAAS%3BEACL%2CeAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CQAAS%2CGAAG%3BEACR%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CQAAS%2COAAM%3BAAAgB%2CQAAS%2COAAM%3BEAC1C%2CsBAAA%3BEACA%2C2BAAA%3BEACA%2CWAAA%3BEACA%2C0BAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2C2BAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3B%3BAAEJ%3BEACI%2C0BAAA%3B%3BAAEJ%2CEAAE%3BEACE%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CcAAc%3BEAAO%2CkCAAA%3B%3BAACrB%2CcAAe%3BEACX%2CWAAA%3BEACA%2CaAAA%3B%3BAAEJ%2CcAAe%3BEACX%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CgCAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%3BEACI%2CaAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%3BEACI%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CgBAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CWAAY%3BEACR%2CmBAAA%3B%3BAAEJ%2CWAAY%2CgBAAgB%3BEACxB%2CeAAA%3B%3BAAEJ%2CuBAAwB%3BAAAY%2CqBAAsB%3BEACtD%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3B%3BAAEJ%2CIAAI%3BEACA%2CeAAA%3B%3BAAEJ%2COAAQ%3BEACJ%2CeAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%3BEACI%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CMAAM%2C8BAA8B%3BAAAQ%2CkCAAkC%3BEAC1E%2CuBAAA%3B%3BAAEJ%3BAAAQ%2CMAAM%3BEAAQ%2C2BAAA%3B%3BAACtB%2C0BAA6B%2CoBAAkB%2CkBAAkB%3BEAC7D%2CaAAA%3B%3BAAEJ%2CoBAAqB%3BEACjB%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAIJ%3BEAAkB%2CuDAAA%3B%3BAAClB%3BEAAoB%2C0DAAA%3B%3BAAEpB%2CMAAM%3BEACF%2CgBAAA%3B%3BAAGJ%2CoBAAqB%3BEACjB%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%3BAAAiB%2CeAAe%3BEAC5B%2CmBAAA%3BEACA%2CWAAA%3BEACA%2C0BAAA%3BEACA%2CoCAAA%3BEACA%2CmBAAA%3BEACA%2C6BAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CCAAC%2COAAO%3BEACJ%2CeAAA%3B%3BAAEJ%2CmBAAoB%3BAAAgB%2CYAAa%3BAAAgB%2CkBAAmB%2CcAAc%3BEAAgB%2CeAAA%3B%3BAAElH%3BEACI%2CeAAA%3B%3BAAEJ%3BEACI%2CeAAA%3BEACA%2CaAAA%3B%3BAAEJ%2C%2BBAAgC%2CMAAM%2CGAAG%2CMAAK%3BEAC1C%2CoBAAA%3BEACA%2C4BAAA%3B%3BAAEJ%2C%2BBAAgC%2CMAAM%3BEAAI%2C2BAAA%3B%3BAAC1C%2CcAAc%3BEACV%2CuBAAA%3BEACA%2C2BAAA%3B%3BAAEJ%2CkBAAmB%2CeAAiB%2CSAAO%3BEAAQ%2C0BAAA%3B%3BAACnD%3BAAAkB%2CgBAAgB%3BEAC9B%2CyBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CMAAM%3BAAAQ%2CMAAM%3BEAAS%2CYAAA%3BEAAa%2CaAAA%3B%3BAAE1C%2C%2BBAAgC%2C2BAA2B%3BEACvD%2CgBAAA%3B%3BAAGJ%2CMAAM%3BEACF%2CuBAAA%3B%3BAAEJ%2C%2BBAAgC%2C2BAA2B%3BEACvD%2CsBAAA%3BEACA%2CcAAA%3B%3BAAGJ%2C2BAA4B%3BEACxB%2CqBAAA%3B%3BAAEJ%2C2BAA4B%3BEACxB%2CWAAA%3BEACA%2CeAAA%3B%3BAAEJ%2C2BAA4B%2CGAAE%3BEAC1B%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3B%3BAAEJ%2C2BAA4B%3BEACxB%2C2BAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2C2BAA4B%3BEACxB%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAEJ%2C2BAA4B%3BEACxB%2C2BAAA%3B%3BAAEJ%2C2BAA4B%3BEAAe%2CcAAA%3BEACvC%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3B%3BAACJ%2C2BAA4B%2CeAAc%3BEACtC%2C0BAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3B%3BAAEJ%2CcAAc%3BEACV%2CsBAAA%3BEACA%2CuBAAA%3B%3BAAEJ%2CcAAc%3BEACV%2CwBAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2C2BAA4B%2CeAAe%2CMAAM%3BEAAI%2CeAAA%3B%3BAACrD%2CcAAe%3BEAAgB%2C8BAAA%3B%3BAAC%5C%2FB%2CcAAe%2CeAAc%3BEACzB%2C2BAAA%3B%3BAAEJ%2C2BAA6B%2CSAAS%3BEAClC%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2COAAA%3BEACA%2CWAAA%3B%3BAAEJ%2C2BAA4B%2COAAM%3BAAA2B%2C2BAA4B%2COAAM%2CyBAAyB%3BEAEpH%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CiCAAA%3BEACA%2CyBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2C2BAA4B%2CMAAM%3BEAC9B%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CcAAe%2CeAAc%3BAAAQ%2CcAAe%2CeAAc%3BEAC9D%2C8BAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAEJ%2C2BAA4B%2CMAAM%2CGAAE%3BEAChC%2C6BAAA%3B%3BAAGJ%2C2BAA4B%2COAAM%3BEAC9B%2CaAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAAEJ%2C2BAA4B%2CMAAK%3BEAC7B%2CmBAAA%3B%3BAAEJ%3BEACI%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CcAAc%3BEAEV%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3B%3BAAEJ%2CiBAAiB%3BEACb%2CWAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CcAAc%3BEACV%2CiCAAA%3BEACA%2CaAAA%3B%3BAAEJ%2CgBAAiB%3BEACb%2CeAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CEAAE%3BEACE%2CWAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CgBAAiB%3BEACb%2CUAAA%3BEACA%2CWAAA%3B%3BAACH%3BEACG%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CWAAY%3BEACR%2CSAAA%3B%3BAAEJ%3BEACI%2CaAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CYAAa%3BEACT%2CUAAA%3B%3BAAEJ%2CYAAe%3BEACX%2CUAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CYAAa%2CiBAAiB%3BEAC1B%2CWAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CYAAa%2CeAAc%3BEACvB%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3B%3BAAGJ%2CYAAa%3BEACT%2CSAAA%3B%3BAAEJ%2CYAAa%2CeAAc%2CIAAI%2CWAAW%3BEAAQ%2CYAAA%3BEAAa%2CaAAA%3BEAAe%2CcAAA%3BEAAmB%2CeAAA%3B%3BAAEjG%2CcAAc%2CMAAM%2CIAAI%2CWAAW%3BAAAQ%2CcAAc%2CMAAM%2CIAAI%2CWAAW%3BEAAQ%2CaAAA%3B%3BAACtF%2CcAAc%3BEAAQ%2C2BAAA%3B%3BAACtB%2CeAAgB%3BAAAgB%2CeAAgB%2CeAAc%3BEAC1D%2CsBAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CUAAW%2CGAAE%2CWAAc%3BEAAI%2CmBAAA%3B%3BAAC%5C%2FB%2COAAO%3BEACH%2CaAAA%3B%3BAAEJ%2CeAAgB%3BEACZ%2CaAAA%3B%3BAAEJ%2CoBAAqB%2CwBAAwB%3BEAAW%2CSAAA%3BEACpD%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CuBAAwB%3BEACpB%2CSAAA%3BEACA%2CUAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CoBAAqB%2CwBAAwB%3BEAAiB%2CSAAA%3BEAAS%2C0BAAA%3BEAA%2BB%2CeAAA%3B%3BAAGtG%2CwBAAyB%3BAAAuB%2CwBAAyB%3BEACrE%2CeAAA%3B%3BAAEJ%2CoBAAqB%2CgBAAgB%3BEACjC%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CgBAAiB%3BEACb%2CaAAA%3B%3BAAEJ%2C2BAA4B%3BAAAgB%2C2BAA4B%3BAAAY%2C2BAA4B%3BEAC5G%2CaAAA%3B%3BAAEJ%2CoBAAqB%2COAAM%3BEACvB%2CaAAA%3B%3BAAEJ%2CoBAAqB%3BEACjB%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3B%3BAAEJ%2CoBAAqB%2CaAAY%2CMAAO%3BEACpC%2CaAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CoBAAqB%2CaAAa%3BEAC9B%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2C2BAA4B%3BEACxB%2CcAAA%3B%3BAAEJ%2CkBAAmB%3BEACf%2CwBAAA%3B%3BAAEJ%2C2BAA4B%2CiBAAiB%3BEACzC%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2C2BAA4B%2COAAM%3BEAC9B%2CkBAAA%3BEACA%2CSAAA%3B%3BAAEJ%2C2BAA4B%2COAAM%3BEAC9B%2CUAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2C2BAA4B%2CYAAY%2CeAAc%3BEAClD%2CsBAAA%3BEACA%2CuBAAA%3B%3BAAEJ%2C2BAA4B%3BEAAI%2C0BAAA%3B%3BAAChC%2C2BAA4B%2CeAAe%2CMAAM%3BEAC7C%2CiBAAA%3B%3BAAEJ%2CWAAY%2CeAAc%3BEACtB%2CsBAAA%3BEACA%2CuBAAA%3B%3BAAEJ%2C2BAA4B%2CaAAa%3BEACrC%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEACI%2CWAAA%3B%3BAAGJ%2C2BAA4B%2CSAAQ%2CUAAU%3BEAC1C%2CwBAAA%3B%3BAAEJ%2C2BAA4B%2CiBAAiB%3BEACzC%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CcAAe%2CGAAE%2CcAAc%3BEAC3B%2CSAAA%3BEACA%2CUAAA%3BEACA%2CcAAA%3BEACA%2CwBAAA%3B%3BAAEJ%2CmBAAoB%2CeAAc%3BEAC9B%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CcAAe%2CGAAE%2CcAAc%2CSAAU%2CIAAG%3BEAAgB%2CYAAA%3B%3BAAC5D%2C2BAA4B%2CeAAc%3BEAAW%2CuBAAA%3B%3BAACrD%2C2BAA4B%2CgBAAgB%3BEACxC%2CaAAA%3B%3BAAEJ%2CeAAgB%3BEACZ%2CkBAAA%3B%3BAAEJ%2CeAAgB%3BEACZ%2CeAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CeAAgB%2CUAAU%3BEACtB%2CeAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CeAAgB%2CwCAAwC%3BEACpD%2CaAAA%3BEACA%2CaAAA%3B%3BAAEJ%2CeAAgB%3BEACZ%2CMAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CcAAe%2CeAAc%3BAAAQ%2CcAAe%2CeAAc%3BEAC9D%2C8BAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3B%3BAAKJ%2CcAAe%2CMAAM%2CeAAc%3BAAAQ%2CcAAe%2CMAAM%2CeAAc%2CMAAO%3BEAAI%2C2BAAA%3B%3BAACzF%2CcAAe%2CGAAE%2CcAAc%2CSAAU%2CIAAG%3BEACxC%2C0BAAA%3B%3BAAEJ%2CKAAQ%2CQAAQ%2CKAAK%3BEACjB%2CgBAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CwBAAyB%3BEACrB%2CcAAA%3B%3BAAEJ%2CwBAAyB%2CaAAa%3BEAClC%2CWAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CYAAa%3BEACT%2CSAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CwBAAyB%2CGAAE%3BEACvB%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CwBAAyB%2CiBAAiB%2CGAAG%2CaAAa%2CeAAc%3BEAAO%2CkBAAA%3B%3BAAC%5C%2FE%2CgBAAiB%2CeAAc%3BEAAW%2CYAAA%3B%3BAAC1C%2CcAAe%2CMAAM%2CeAAc%3BEAC%5C%2FB%2C2BAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CeAAgB%3BEAAQ%2CWAAA%3B%3BAACxB%2CaAAc%3BAAAG%2CaAAc%2CEAAC%3BAAAQ%2CaAAc%2CEAAC%3BAAAU%2CaAAc%2CEAAC%3BEAC5E%2CWAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CSAAA%3B%3BAAEJ%2CaAAa%3BEACT%2C0CAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3B%3BAAEJ%3BEACI%2CaAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2C2BAA2B%2CMAAO%3BEAC9B%2CyBAAA%3B%3BAAEJ%2CqBAAsB%2CaAAa%3BEAC%5C%2FB%2CWAAA%3B%3BAAGJ%2CqBAAsB%2CaAAa%2CUAAU%2CYAAW%3BEACpD%2CWAAA%3B%3BAAEJ%2CqBAAsB%2CgBAAgB%2CEAAC%2CGAAG%3BEACtC%2CeAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAAEJ%2CeAAkB%2CKAAG%2CGAAG%3BAAAG%2CeAAkB%2CKAAG%2CGAAG%3BEAAI%2C2CAAA%3B%3BAACvD%2CeAAkB%2CKAAG%2CGAAK%2CuBAAuB%3BEAC7C%2CaAAA%3BEACA%2CWAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAEJ%3BEACI%2CeAAA%3B%3BAAEJ%2CoBAAqB%2CkBAAkB%3BEACnC%2C4BAAA%3B%3BAAGJ%2CMAAO%2CMAAM%3BEACT%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2COAAQ%3BEACJ%2C0BAAA%3B%3BAAEJ%3BEAAS%2CaAAA%3B%3BAACT%3BEAAU%2CcAAA%3B%3BAACV%2CaAAgB%2CKAAE%3BEACd%2CsBAAA%3B%3BAAEJ%3BEACI%2CaAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CaAAc%3BEACV%2CaAAA%3BEACA%2CUAAA%3B%3BAAKJ%2CQAcA%2CcAAc%2CGAAE%2CUAAU%3BEAAK%2CQAAA%3B%3BAAC%5C%2FB%2CaAAc%2CGAAE%2CUAAU%3BEAAK%2CQAAA%3B%3BAAC%5C%2FB%2CaAAc%2CGAAE%2CUAAU%3BEAAK%2CQAAA%3B%3BAAC%5C%2FB%2CaAAc%2CGAAE%2CUAAU%3BEAAK%2CQAAA%3B%3BAAC%5C%2FB%2CaAAc%2CGAAE%2CUAAU%3BEAAK%2CQAAA%3B%3BAAC%5C%2FB%2CaAAc%2CGAAE%2CUAAU%3BEAAK%2CQAAA%3B%3BAAC%5C%2FB%2CaAAc%2CGAAE%2CUAAU%3BEAAK%2CSAAA%3B%3BAAC%5C%2FB%2CaAAc%2CGAAE%2CUAAU%3BEAAK%2CSAAA%3B%3BAAC%5C%2FB%2CaAAc%2CGAAE%2CUAAU%3BEAAK%2CSAAA%3B%3BAAC%5C%2FB%2CaAAc%2CGAAE%2CUAAU%3BEAAM%2CSAAA%3B%3BAAChC%2CaAAc%2CGAAE%2CUAAU%3BEAAM%2CSAAA%3B%3BAAChC%2CaAAc%2CGAAE%2CUAAU%3BEAAM%2CQAAA%3B%3BAAChC%2CaAAc%2CGAAE%2CUAAU%3BEAAM%2CQAAA%3B%3BAAChC%2CaAAc%2CGAAE%2CUAAU%3BEAAM%2CQAAA%3B%3BAAChC%2CaAAc%2CGAAE%2CUAAU%3BEAAM%2CQAAA%3B%3BAAChC%2CaAAc%2CGAAE%2CUAAU%3BEAAM%2CSAAA%3B%3BAAChC%2CaAAc%2CGAAE%2CUAAU%3BEAAM%2CSAAA%3B%3BAAChC%2CaAAc%2CGAAE%2CUAAU%3BEAAM%2CSAAA%3B%3BAAChC%2CaAAc%2CGAAE%2CUAAU%3BEAAM%2CSAAA%3B%3BAAChC%2CaAAc%2CGAAE%2CUAAU%3BEAAM%2CSAAA%3B%3BAAChC%2CaAAc%2CGAAE%2CUAAU%3BEAAM%2CSAAA%3B%3BAAGhC%2CgBAAiB%3BEACb%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CgBAAiB%2CWAAW%3BEACxB%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CgBAAiB%2CWAAW%3BEACxB%2CsBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CgBAAiB%2CWAAW%3BEACxB%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CUAAW%2CUAAS%3BEAChB%2CUAAA%3B%3BAAEJ%2CgBAAkB%2CEAAC%2CGAAG%3BEAClB%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAEJ%2CKAAM%2CEAAC%3BEACH%2CyBAAA%3B%3BAAGJ%2CgBAAiB%2CSAAS%2CMAAM%3BEAC5B%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CgBAAiB%3BEACb%2CWAAA%3B%3BAAEJ%2CkBAAmB%3BEACf%2CeAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CyDAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CgCAAA%3BEACA%2C4BAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CgBAAiB%2CEAAC%2CGAAG%3BEACjB%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CqDAAA%3BEACA%2CqBAAA%3BEACA%2C4BAAA%3BEACA%2C2BAAA%3BEACA%2CSAAA%3B%3BAAEJ%2CKAAM%2CEAAC%3BEACH%2CYAAA%3B%3BAAEJ%2CkBAAmB%2COAAM%2COAAO%3BAAAQ%2CkBAAmB%2COAAM%2COAAO%2CMAAM%3BAAAQ%2CkBAAmB%2COAAM%2COAAO%2CMAAM%3BEACxH%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3B%3BAAEJ%2C8BAA%2BB%3BEAAwB%2CmBAAA%3BEAAoB%2CUAAA%3B%3BAAC3E%2CiBAAkB%3BEACd%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CaAAa%2COAAO%3BEAChB%2CaAAA%3B%3BAAEJ%3BEACI%2CmBAAA%3B%3BAAEJ%2CGAAG%3BEACC%2CiBAAA%3B%3BAAGJ%2CiBAAkB%2CEAAC%2C2BAA2B%3BEAC1C%2CgBAAA%3B%3BAAEJ%2CaAAc%2C4BAA2B%3BEAAQ%2CgBAAA%3B%3BAACjD%2CgBAAiB%2CGAAE%3BEACf%2C2BAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CqBAAsB%2CiBAAiB%2CGAAE%3BAAAQ%2CQAAS%2CiBAAiB%2CGAAE%3BEACzE%2C2BAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CmBAAoB%3BEAChB%2CaAAA%3B%3BAAEJ%2CmBAAoB%3BEAChB%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CmBAAoB%3BEAChB%2CSAAA%3B%3BAAEJ%2CqBAAsB%3BEAClB%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CqBAAsB%3BEAClB%2CWAAA%3B%3BAAEJ%2CmBAAmB%3BEACf%2CoBAAA%3B%3BAAEJ%2CkBAAmB%3BEACf%2CiBAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CmBAAoB%2CaAAa%3BEAAO%2CaAAA%3B%3BAACxC%2CmBAAoB%2CaAAa%3BEAC7B%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CmBAAoB%2CYAAY%2CUAAU%3BEACtC%2CWAAA%3BEACA%2CuBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CmBAAoB%3BEAChB%2C4BAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CmBAAoB%2CUAAU%2CcAAc%3BEACxC%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CmBAAoB%2CUAAU%3BEAC1B%2CWAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3B%3BAAEJ%2CmBAAoB%2CWAAW%2CKAAI%3BEAC%5C%2FB%2CcAAA%3B%3BAAEJ%2CmBAAoB%2CWAAW%3BEAC3B%2CWAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CmBAAoB%2COAAO%2CEAAC%2CUAAU%3BAACtC%2CmBAAoB%2COAAO%2CEAAC%2CUAAU%2COAAO%3BAAC7C%2CmBAAoB%2COAAO%2CEAAC%2CUAAU%2COAAO%3BAAC7C%2CmBAAoB%2COAAO%2CEAAC%2CUAAU%2COAAO%3BEACzC%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2C0BAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CmBAAoB%2CUAAU%3BEAC1B%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CmBAAoB%2CUAAU%3BEAC1B%2CUAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CmBAAoB%2CEAAC%2CaAAa%3BEAC9B%2CoCAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CmBAAoB%3BEAChB%2CmBAAA%3B%3BAAEJ%2CEAAE%3BEACE%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CSAAU%3BEACN%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CQAAS%3BEACL%2CSAAA%3BEACA%2CUAAA%3B%3BAAEJ%3BAAAY%3BAAAU%3BEAClB%2CYAAA%3BEACA%2CWAAA%3B%3BAAEJ%3BAAAY%3BEACR%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CQAAS%3BEACL%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2C4BAAA%3BEACA%2C6BAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CiBAAkB%3BEAAiB%2CgBAAA%3B%3BAACnC%2CiBAAkB%3BEACd%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3B%3BAAEJ%2CiBAAkB%3BEACd%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CMAAA%3B%3BAAEJ%2CiBAAkB%3BEACd%2CYAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CUAAW%2CGAAE%3BEACT%2CgBAAA%3B%3BAAEJ%2CiBAAkB%2CmBAAkB%3BEAChC%2CeAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CiBAAkB%3BEACd%2CgBAAA%3BEACA%2CoBAAA%3B%3BAAEJ%2CgBAAiB%2CIAAG%3BEAChB%2CgBAAA%3B%3BAAEJ%2CiBAAkB%3BEACd%2CkBAAA%3B%3BAAEJ%2CiBAAkB%3BEACd%2CkBAAA%3BEACA%2CwBAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CiBAAkB%3BEACd%2CmBAAA%3B%3BAAEJ%2CaAAc%2CSAAS%3BEACnB%2CcAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CwBAAyB%2CqBAAqB%2COAAM%2CQAAQ%3BEACxD%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CwBAAyB%3BEACrB%2CcAAA%3B%3BAAEJ%2C0BAA6B%3BEACzB%2CWAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CMAAO%2CcAAc%3BEACjB%2CgBAAA%3B%3BAAEJ%2CsBAAsB%3BEAClB%2CgBAAA%3B%3BAAGJ%2C4BAA6B%2COAAM%3BEAC%5C%2FB%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CmBAAoB%2COAAM%2COAAO%3BEAC7B%2CcAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CwBAAyB%2COAAM%2COAAO%2CQAAQ%2CSAAU%3BEACpD%2CeAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CEAAE%3BEACE%2CaAAA%3B%3BAAEJ%2CMAAM%3BEACF%2CaAAA%3B%3BAAEJ%2CcAAe%3BEACX%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CEAAE%2CIAAI%3BEACF%2CgBAAA%3B%3BAAGJ%2CcAAe%2CSAAS%3BEACpB%2CmBAAA%3BEACA%2CaAAA%3B%3BAAEJ%2CwBAAyB%2CMAAK%3BEAC1B%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAAEJ%2C4BAA6B%2COAAM%3BEAC%5C%2FB%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CGAAG%3BEACC%2CeAAA%3B%3BAAIJ%2CsBAAuB%2CUAAS%2CKAAK%3BEACjC%2CYAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CcAAe%2CmBAAmB%2CcAAc%3BEAC5C%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CsBAAuB%2CEAAC%2CcAAc%3BEAClC%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2C2BAAA%3BEACA%2CsBAAA%3B%3BAAEJ%2CsBAAuB%2CeAAe%2CEAAC%2CGAAG%3BEACtC%2C0BAAA%3B%3BAAEJ%2CsBAAuB%2CEAAC%2CcAAc%2COAAQ%3BEAC1C%2C0BAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2C4BAA6B%2CUAAU%3BEACnC%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2C4BAA6B%2CEAAC%2CcAAc%3BEACxC%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2C2BAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAAEJ%2C4BAA6B%2CEAAC%2CcAAc%3BEACxC%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2C2BAAA%3BEAEI%2CkBAAA%3BEACA%2CWAAA%3B%3BAAGR%2C0BAA2B%2CMAAM%3BEAC7B%2CeAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3B%3BAAEJ%2C0BAA2B%2CMAAM%3BEAC7B%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2C2BAAA%3B%3BAAEJ%2CgBAAgB%3BEACZ%2CkBAAA%3BEACA%2CoDAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CSAAA%3B%3BAAEJ%2CgBAAgB%3BEACZ%2CSAAS%2COAAT%3BEACA%2CaAAA%3B%3BAAEJ%2CGAAG%2CYAAa%2CeAAe%3BEAC3B%2C6BAAA%3BEACA%2CgBAAA%3B%3BAAEJ%3BEAAiB%2CWAAA%3BEAAY%2CWAAA%3B%3BAAC7B%2CcAAe%2CSAAS%3BEACpB%2CYAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CkBAAmB%3BEACf%2C2BAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CQAAS%3BAAAkB%2CQAAS%2CiBAAgB%3BEAChD%2C2DAAA%3BEACA%2CqBAAA%3BEACA%2C4BAAA%3BEACA%2CqCAAA%3BEACA%2C0BAAA%3BEACA%2CsBAAA%3BEACA%2CSAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAe%2CEAAf%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CKAAK%2CsBAAuB%3BEACxB%2CeAAA%3BEACA%2CaAAA%3B%3BAAEJ%2C%2BBAAgC%3BEAC5B%2CcAAA%3B%3BAAEJ%2CEAAE%3BEACE%2CWAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CGAAG%3BEACC%2CmBAAA%3B%3BAAEJ%2CEAAE%3BEACE%2CgBAAA%3B%3BAAEJ%2C%2BBAAgC%2CGAAE%2CIAAI%3BEAClC%2CaAAA%3B%3BAAEJ%2CuBAAwB%3BEACpB%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CKAAK%3BEACD%2CUAAA%3B%3BAAEJ%2CYAAa%2CmBAAqB%2COAAI%3BEAAS%2CaAAA%3B%3BAAC%5C%2FC%2C4BAA6B%2COAAM%3BEAC%5C%2FB%2CkBAAA%3B%3BAAEJ%2CgBAAiB%3BEACb%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAEJ%2CcAAe%2CSAAS%3BEACpB%2CwBAAA%3B%3BAAEJ%2CEAAE%2CIAAI%3BEACF%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CcAAe%2CyBAAsB%3BEACjC%2CeAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CqBAAsB%3BEAElB%2CoCAAA%3B%3BAAGJ%2CqBAAsB%2CgBAAgB%3BEAClC%2C0BAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CMAAM%2COAAQ%2CKAAI%3BEACd%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAEJ%2CQAAQ%3BEACJ%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CoBAAqB%2CIAAG%2CWAAW%3BEAC%5C%2FB%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CyBAA0B%2CQAAO%3BEAC7B%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3B%3BAAIJ%2CyBAA0B%3BEACtB%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAIJ%2CyBAA0B%3BEACtB%2CsBAAA%3BEACA%2C6BAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CyBAA0B%2CEAAC%2COAAO%2CQAAQ%2CSAAS%3BAAAQ%2CyBAA0B%2CEAAC%2COAAO%2CQAAQ%2CSAAS%3BEAC1G%2CmBAAA%3B%3BAAEJ%2CyBAA0B%3BEAAU%2CSAAA%3B%3BAACpC%2CyBAA0B%2CEAAC%2COAAO%2CQAAQ%3BEACtC%2CSAAA%3B%3BAAEJ%2CkBAAmB%2CeAAe%3BEAC9B%2CeAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CkBAAmB%2CYAAY%3BEAAI%2C6BAAA%3B%3BAACnC%2CWAAY%3BEACR%2CeAAA%3B%3BAAGJ%2CEAAE%3BEACE%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CuBAAwB%3BEACpB%2CqBAAA%3B%3BAAEJ%2CiBAAkB%2CEAAC%3BEACf%2CeAAA%3B%3BAAEJ%2CuBAAwB%2CGAAE%2CUAAU%2CGAAI%3BEACpC%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2C0BAAA%3B%3BAAEJ%2CuBAAwB%2CGAAE%2CUAAU%2CGAAI%3BEACpC%2CYAAA%3BEACA%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CiDAAA%3BEACA%2C4BAAA%3BEACA%2C%2BBAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CiBAAkB%3BEACd%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CeAAgB%2CEAAC%2CcAAc%3BEAC3B%2CaAAA%3B%3BAAEJ%2CoBAAoB%2CoBAAqB%2CaAAa%3BEAClD%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CsBAAuB%3BEACnB%2CUAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CqBAAsB%2COAAM%3BEACxB%2CyBAAA%3B%3BAAEJ%2CMAAM%2COAAO%2CQAAQ%3BAAAsB%2CMAAM%2CeAAe%3BAAChE%2CMAAM%2COAAO%2CQAAQ%2CoBAAoB%3BAAAQ%2CMAAM%2CeAAe%2CcAAc%3BAACpF%2CMAAM%2COAAO%2CQAAQ%2CoBAAoB%3BAAAU%2CMAAM%2CeAAe%2CcAAc%3BAACtF%2CMAAM%2COAAO%2CQAAQ%2CoBAAoB%3BAAAQ%2CMAAM%2CeAAe%2CcAAc%3BEAChF%2C0BAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3BEACA%2CyBAAA%3B%3BAAEJ%2CMAAM%2COAAO%2CUAAU%3BAAAoB%2CMAAM%2CiBAAiB%3BAAClE%2CMAAM%2COAAO%2CUAAU%2CkBAAkB%3BAAAQ%2CMAAM%2CiBAAiB%2CeAAe%3BAACvF%2CMAAM%2COAAO%2CUAAU%2CkBAAkB%3BAAAU%2CMAAM%2CiBAAiB%2CeAAe%3BAACzF%2CMAAM%2COAAO%2CUAAU%2CkBAAkB%3BAAAO%2CMAAM%2CiBAAiB%2CeAAe%3BEAClF%2CyBAAA%3BEACA%2C6BAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2C2BAAA%3BEACA%2C8BAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2C2BAAA%3B%3BAAEJ%2CYAAa%3BEACT%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CQAAQ%3BEACJ%2CeAAA%3B%3BAAEJ%2CyBAA0B%3BEACtB%2CSAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CyBAA0B%3BEACtB%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CyBAA0B%2CGAAE%3BEACxB%2CeAAA%3B%3BAAEJ%2CiBAAkB%2CEAAC%3BEACf%2CeAAA%3B%3BAAEJ%2CoBAAqB%2COAAM%3BEACvB%2CcAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CQAAS%2COAAO%3BEACZ%2CmBAAA%3B%3BAAEJ%2CQAAS%2CKAAK%2COAAM%2CUAAW%3BEAC3B%2CyBAAA%3BEACA%2C0BAAA%3B%3BAAEJ%2CQAAS%2CaAAa%3BEAClB%2CyBAAA%3BEACA%2CcAAA%3BEACA%2C2BAAA%3BEACA%2C0BAAA%3B%3BAAEJ%2CQAAS%2COAAM%3BEACX%2CgBAAA%3B%3BAAGJ%2CqBAAsB%2CMAAK%3BEACvB%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CSAAU%2CGAAE%3BEACR%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CYAAa%2CGAAE%3BEACX%2CgBAAA%3B%3BAAEJ%3BEACI%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2C4BAA6B%3BEAAmB%2CiBAAA%3B%3BAAChD%2CgBAAiB%2CgBAAgB%2CcAAc%3BEAC3C%2CkBAAA%3BEACA%2CSAAA%3B%3BAAEJ%2CgBAAiB%2CgBAAgB%2CcAAc%2CUAAS%2COAAO%3BEAC3D%2CkBAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CuBAAwB%3BEACpB%2CWAAA%3BEACA%2CeAAA%3B%3BAAGJ%2COAAO%2CKAAM%2CmBAAmB%3BEAC5B%2CkBAAA%3B%3BAAEJ%2CsBAAuB%2CUAAS%3BEAC5B%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CoBAAqB%2CaAAa%2CMAAM%3BAAAO%2CoBAAqB%2CaAAa%2CMAAM%3BAAAO%2CoBAAqB%2CmBAAmB%2CcAAc%2CMAAM%3BAAAO%2CoBAAqB%2CmBAAmB%2CcAAc%2CMAAM%3BEACzN%2CeAAA%3B%3BAAEJ%2CoBAAqB%2CaAAa%2CMAAM%3BAAAO%2CYAAa%2CMAAM%3BEAC9D%2CiBAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CuBAAwB%2CaAAa%3BEAAmB%2CUAAA%3B%3BAAExD%2CuBAAwB%2CaAAa%3BEACjC%2CiBAAA%3B%3BAAEJ%2CuBAAwB%2CaAAa%3BEACjC%2CoBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CuBAAwB%2CaAAa%3BEACjC%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CuBAAwB%2COAAM%2CeAAe%3BEACzC%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CuBAAwB%2CaAAa%3BAAAe%2CuBAAwB%2CaAAa%3BAAAgB%2CuBAAwB%2CaAAa%3BEAC1I%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CoBAAqB%2CmBAAmB%2CSAAQ%2CKAAM%3BAAAW%2CoBAAqB%2CgBAAgB%2CWAAW%2CSAAQ%2CKAAM%3BEAC3H%2CqBAAA%3B%3BAAEJ%2CCAAC%2COAAO%3BAAAW%2CMAAM%3BEACrB%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2C6BAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CsCAAA%3BEACA%2C4BAAA%3BEACA%2C0BAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAIJ%2CYAAa%2CMAAM%3BAAAS%2CYAAa%2CMAAM%3BAAAS%2CkBAAmB%2CcAAc%2CMAAM%3BAAAS%2CkBAAmB%2CcAAc%2CMAAM%3BEAAS%2CwBAAA%3B%3BAACxJ%2CEAAE%2CMAAM%3BEACJ%2CiBAAA%3B%3BAAEJ%3BEAAiC%2CkBAAA%3B%3BAACjC%2C%2BBAA%2BB%3BEAC3B%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3B%3BAAEA%2C%2BBAA%2BB%3BEAC3B%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CuCAAwC%2CMAAK%3BAACzC%2CiBAAkB%2CMAAK%3BAAAgB%2CeAAgB%2CMAAK%3BEACxD%2C8BAAA%3BEACA%2C2BAAA%3BEACA%2CsBAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3B%3BAAIJ%2CuCAAwC%2CMAAK%2CiBAAiB%3BAAC9D%2CiBAAmB%2CMAAK%2CcAAc%3BAAAU%2CeAAgB%2CMAAK%2CcAAc%3BEAE%5C%2FE%2CoDAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CWAAA%3BEACA%2CgCAAA%3BEACA%2CgBAAA%3BEACA%2C2BAAA%3BEACA%2C4BAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAEH%2CmBAAoB%2CMAAK%3BEACtB%2C8BAAA%3BEACA%2C2BAAA%3BEACA%2CsBAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CmBAAoB%2CMAAK%2CiBAAiB%3BEACtC%2CoDAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3BEACA%2CWAAA%3BEACA%2CgCAAA%3BEACA%2CgBAAA%3BEACA%2C2BAAA%3BEACA%2C4BAAA%3B%3BAAEJ%2C0BAA2B%2CoBAAmB%2CMAAM%2CSAAU%2CaAAY%3BEAAQ%2CaAAA%3B%3BAAClF%2CmBAAoB%2CQAAQ%3BEACxB%2C4BAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAEJ%2CWAAY%2CKAAI%3BAAAc%2CWAAY%2CKAAI%3BEAC1C%2CeAAA%3BEACA%2CmBAAA%3B%3BAAEZ%2C4BAA6B%2COAAM%3BEAAS%2CkBAAA%3B%3BAAC5C%2CmBAAoB%3BEAChB%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CSAAA%3B%3BAAEJ%2C4BAA6B%2CaAAa%2CMAAM%3BAAAS%2C4BAA6B%2CaAAa%2CMAAM%3BAAAS%2C4BAA6B%2CmBAAmB%2CcAAc%2CMAAM%3BAAAS%2C4BAA6B%2CmBAAmB%2CcAAc%2CMAAM%3BEAC%5C%2FP%2CqCAAA%3B%3BAAEJ%2C4BAA6B%2COAAM%3BAAAe%2C4BAA6B%2COAAM%3BEACjF%2CwBAAA%3B%3BAAEJ%2CqBAAsB%2CaAAa%3BEAC%5C%2FB%2CeAAA%3B%3BAAEJ%2C4BAA6B%2CSAAS%3BEAClC%2CcAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3B%3BAAEJ%2C4BAA6B%2CaAAa%3BEACtC%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3B%3BAAEJ%2C4BAA6B%2CaAAa%3BEACtC%2CwBAAA%3B%3BAAEJ%2C4BAA6B%2CaAAa%2COAAM%2COAAO%2CQAAQ%3BEAC3D%2CiBAAA%3B%3BAAEJ%2CqBAAsB%2CaAAa%2CUAAU%2COAAO%3BEAChD%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CiBAAkB%2CGAAE%3BEAChB%2C2BAAA%3B%3BAAEJ%2CaAAc%2CGAAE%3BEACZ%2CgBAAA%3B%3BAAEJ%2CsBAAuB%3BEACnB%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CsBAAuB%3BEACnB%2CiBAAA%3B%3BAAEJ%2CMAAM%2CUAAU%3BAAAQ%2CMAAM%2CUAAU%3BAAAQ%2CMAAM%2CUAAU%3BEAC5D%2CmBAAA%3BEACA%2CyBAAA%3B%3BAAEJ%3BEACI%2CaAAA%3B%3BAAEJ%2CoBAAuB%2CcAAY%2CiBAAiB%2CWAAW%3BEAC3D%2C4BAAA%3B%3BAAGJ%2CsCAAsC%3BEAClC%2CkBAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CsCAAsC%2CYAAY%3BEAAQ%2CcAAA%3B%3BAAC1D%2C0BAA6B%3BEACzB%2CmBAAA%3B%3BAAEJ%2CsCAAsC%3BEAAY%2CwBAAA%3B%3BAAClD%2CSAAU%2CGAAG%3BEAAG%2CwBAAA%3B%3BAAChB%2CeAAgB%3BEAAW%2CwBAAA%3BEAAyB%2CgBAAA%3B%3BAACpD%2CYAAa%2C0BAA0B%3BEACnC%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CYAAa%3BEACT%2CiBAAA%3B%3BAAEJ%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CqCAAsC%3BEAClC%2CgBAAA%3B%3BAAEJ%2CsCAAsC%3BEAClC%2CeAAA%3B%3BAAEJ%2CqCAAwC%2CMAAG%2CUAAU%3BEACjD%2CaAAA%3B%3BAAEJ%2CWAAc%3BEACV%2CgBAAA%3B%3BAAEJ%2CwCAAyC%3BEACrC%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2C0CAA2C%2CuCAAsC%3BEAC7E%2CUAAA%3B%3BAAEJ%2CiCAAkC%2CGAAE%2CUAAU%2CGAAI%2CsCAAwC%3BAAC1F%2CeAAgB%2CsCAAwC%3BEACpD%2CyBAAA%3BEACA%2C0BAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CiCAAkC%2CGAAE%2CUAAU%2CGAAK%2CYAAY%3BEAC3D%2CkBAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CeAAgB%2CYAAY%3BEACxB%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CiCAAkC%2CGAAE%2CUAAU%2CGAAI%2CyCAAyC%3BEACvF%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CiCAAkC%2CGAAE%2CUAAU%2CGAAI%2CiCAAmC%2CMAAG%2CUAAU%3BAAClG%2CeAAgB%2CiCAAmC%2CMAAG%2CUAAU%3BEAC5D%2CkBAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CeAAgB%3BEACZ%2CmBAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CIAAK%2CiCAAgC%2CeAAgB%2CyCAAyC%3BEAC1F%2CeAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CeAAgB%3BEACZ%2CwBAAA%3BEACA%2CSAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAIJ%2CgCAAiC%2CMAAK%3BEAClC%2CWAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CgCAAkC%3BEAC9B%2CWAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CgCAAiC%2CQAAQ%2CMAAK%3BEAC1C%2CWAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CgCAAiC%2CQAAQ%2CMAAK%2CMAAO%3BEACjD%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAEJ%2CgCAAiC%2CQAAQ%3BEACrC%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CgCAAiC%2CYAAY%3BEACzC%2CWAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CgCAAiC%2CMAAK%2CSAAS%3BEAC3C%2CgBAAA%3B%3BAAEJ%2CgCAAiC%3BEAC7B%2CeAAA%3B%3BAAEJ%2CgCAAiC%2CIAAG%3BEAChC%2CeAAA%3B%3BAAEJ%2CgCAAiC%2COAAM%2COAAO%2COAAO%2CQAAQ%3BAAC7D%2CgCAAiC%2COAAM%2COAAO%2COAAO%2CQAAQ%3BAAC7D%2CgCAAiC%2COAAM%2COAAO%2COAAO%2CQAAQ%3BEACzD%2CyBAAA%3B%3BAAEJ%2C%2BBAAgC%3BEAC5B%2CeAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2C%2BBAAgC%3BEAC5B%2CkBAAA%3BEACA%2C8BAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CoBAAqB%2CMAAK%2CcAAe%3BEACrC%2CSAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CiBAAkB%2CKAAI%3BEAClB%2CgBAAA%3B%3BAAEJ%3BAAAc%2CYAAY%3BAAAQ%2CYAAY%3BEAC1C%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CoDAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CkCAAA%3BEACA%2C4BAAA%3B%3BAAEJ%2CkBAAmB%3BAACnB%2CkBAAmB%2CaAAY%3BEAC3B%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CkBAAmB%2CEAAC%2COAAO%3BEACvB%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CkBAAmB%3BEACf%2CYAAA%3B%3BAAEJ%2CkBAAmB%3BAAAc%2CkBAAmB%2CaAAY%3BAAAQ%2CkBAAmB%2CaAAY%3BEACnG%2CUAAA%3B%3BAAEJ%2CkBAAmB%2COAAM%2COAAO%2CgBAAgB%3BEAC5C%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%3BAAAc%2CYAAY%3BAAAQ%2CYAAY%3BEAC1C%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CkBAAmB%2CEAAC%2CGAAG%3BEACnB%2CcAAA%3B%3BAAEJ%2CoBAAqB%2CMAAK%2CcAAe%2CMAAM%2CMAAM%2CGAAG%2CGAAE%3BEACtD%2CeAAA%3BEACA%2CyBAAA%3B%3BAAEJ%2CSAAU%2CqBAAqB%2CKAAI%3BEAC%5C%2FB%2CcAAA%3BEACA%2C2BAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CsBAAuB%3BEACnB%2CuBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CMAAM%2COAAQ%2CKAAI%3BEACd%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAEJ%2CEAAE%2CMAAM%3BEACJ%2CcAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CaAAc%3BEACV%2CUAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CcAAe%3BEACX%2C2BAAA%3B%3BAAEJ%2CGAAG%2CYAAa%2CMAAM%2CGAAE%2CUAAU%3BEAC9B%2CgBAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CGAAG%2CYAAa%2CcAAc%3BEAC1B%2CuBAAA%3B%3BAAGJ%2CGAAG%2CYAAa%2COAAM%2COAAQ%3BAAAI%2CGAAG%2CYAAa%2COAAM%2COAAQ%3BEAC5D%2CuBAAA%3BEACA%2CqBAAA%3B%3BAAEJ%2CeAAgB%3BAAAQ%2CkBAAmB%3BEACvC%2CgBAAA%3B%3BAAEJ%2CoBAAqB%2CcAAc%3BEAC%5C%2FB%2CUAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2C0BAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CoBAAqB%2CcAAc%2CwBAAwB%2CMAAK%3BEAC5D%2CgBAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CoBAAqB%2CMAAK%2CKAAK%2CMAAM%3BEACjC%2C0BAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CoBAAqB%2CMAAK%3BEACtB%2C6BAAA%3B%3BAAEJ%2CoBAAqB%2CcAAc%2CMAAK%3BEACpC%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2C0BAAA%3BEACA%2C2BAAA%3BEACA%2CuDAAA%3BEACA%2CqBAAA%3BEACA%2C%2BBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CoBAAqB%2CMAAK%2CcAAe%2CKAAI%2CIAAK%3BEAC9C%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CoBAAqB%3BAAAc%2CYAAY%3BEAC3C%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CoDAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CkCAAA%3BEACA%2C4BAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CoBAAqB%3BEACjB%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CmDAAA%3BEACA%2CYAAA%3BEACA%2CgCAAA%3BEACA%2CkCAAA%3BEACA%2C4BAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CeAAgB%2CuCAAsC%3BEAClD%2CcAAA%3B%3BAAEJ%2CeAAgB%2CiCAAmC%2CMAAG%2CUAAU%3BEAC5D%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2CeAAiB%2CiCAAgC%3BEAC7C%2CkBAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CeAAgB%2CiCAAgC%2CYAAa%3BEACzD%2CkBAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CoBAAqB%2CeAAe%2CGAAE%2CIAAI%3BEACtC%2CgBAAA%3B%3BAAGJ%2CKAAK%2CcAAe%2CKAAI%3BAAAQ%2CYAAY%2CcAAe%2CKAAI%3BAAAQ%2CKAAK%2CcAAe%2CKAAI%3BAAAM%2CYAAY%2CcAAe%2CKAAI%3BAAAM%2CKAAK%2CcAAe%2CKAAI%3BAAAW%2CYAAY%2CcAAe%2CKAAI%3BAAAW%2CKAAK%2CcAAe%2CKAAI%3BAAAO%2CYAAY%2CcAAe%2CKAAI%3BEACjR%2CgBAAA%3B%3BAAGJ%2CcAAiB%2CQAAM%3BAAAQ%2CcAAiB%2CQAAM%3BEAClD%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3B%3BAAEJ%2CoBAAqB%2CMAAK%2CcAAe%2CiBAAmB%3BEACxD%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CqBAAA%3BEACA%2CqBAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CoBAAqB%2CeAAe%2CGAAE%2CIAAI%3BEACtC%2C6BAAA%3BEACA%2C8BAAA%3B%3BAAEJ%3BEACI%2CeAAA%3B%3BAAEJ%2CoBAAqB%2CaAAa%2CMAAM%3BEAAQ%2C0BAAA%3B%3BAAChD%2CoBAAqB%3BEAAe%2CmBAAA%3B%3BAACpC%2CoBAAqB%2COAAM%2COAAQ%2CKAAI%3BEACnC%2CUAAA%3B%3BAAEJ%3BEAAqB%2CaAAA%3B%3BAACrB%3BEAAsB%2CkBAAA%3B%3BAACtB%2CcAAe%3BAAAQ%2CcAAe%2COAAM%3BEACxC%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2C0BAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CwBAAyB%2CaAAa%2CaAAa%2C0BAA0B%3BEACzE%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CwBAAyB%2CaAAa%2CaAAa%2C0BAA0B%2CiBAAiB%2CeAAc%3BEACxG%2CiBAAA%3B%3BAAEJ%2CcAAe%3BEACX%2CgCAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CcAAe%2CMAAK%3BEAChB%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2COAAA%3BEACA%2CoBAAA%3B%3BAAEJ%2CcAAe%2CMAAM%3BEAAI%2CiBAAA%3BEAAmB%2CgBAAA%3B%3BAAC5C%2CcAAe%2CMAAM%3BEACjB%2CqBAAA%3BEACA%2C2BAAA%3B%3BAAGJ%2CcAAe%2CMAAM%3BEACjB%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CcAAe%2CGAAE%3BEACb%2CcAAA%3BEACA%2CkBAAA%3BEACA%2COAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CcAAe%3BEACX%2CaAAA%3BEACA%2CQAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3B%3BAAEJ%2CcAAe%3BEACX%2CwBAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CiBAAkB%2CGAAG%2CGAAG%2CWAAW%2CSAAS%3BEACxC%2CoBAAA%3B%3BAAEJ%2CUAAa%2CoBAAkB%2CGAAG%2CGAAG%2CWAAW%2CSAAS%3BEACrD%2CiBAAA%3B%3BAAEJ%2CSAAU%3BEACN%2CcAAA%3B%3BAAEJ%2CuBAA0B%2CSAAM%2COAAO%3BEACnC%2C4BAAA%3BEACA%2C2BAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CoBAAqB%2CEAAC%2COAAO%3BEACzB%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CyBAAA%3B%3BAAEJ%2CoBAAqB%2CeAAe%3BEAChC%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CoBAAqB%2CEAAC%2CGAAG%3BEACrB%2CcAAA%3BEACA%2CkBAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3B%3BAAEJ%3BEACI%2CcAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CcAAe%2CMAAM%2CGAAE%3BEACnB%2CgCAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3B%3BAAEJ%3BEACI%2CoBAAA%3B%3BAAEJ%3BEACI%2CeAAA%3B%3BAAEJ%2CiBAAkB%3BEACd%2CiBAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CiBAAkB%2CiBAAiB%2CEAAE%3BEACjC%2CyBAAA%3B%3BAAEJ%3BEACI%2CYAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CgBAAiB%3BEACb%2CkBAAA%3B%3BAAEJ%2CgBAAiB%2COAAM%3BEACnB%2CkBAAA%3B%3BAAEJ%2CeAAgB%3BEACZ%2CqBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CkBAAmB%3BEACf%2CsBAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3B%3BAAEJ%2CmBAAoB%3BEAChB%2CeAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2C%2BBAAgC%2CMAAM%3BEAClC%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CEAAE%3BEACE%2CgBAAA%3B%3BAAEJ%2CiBAAkB%2CaAAa%2CGAAE%2CaAAc%3BEAC3C%2CWAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CiBAAkB%2CqBAAqB%2CcAAc%3BEACjD%2CeAAA%3B%3BAAEJ%2CuCAAwC%2CYAAY%2CiBAAiB%2CeAAc%2CMAAM%3BAACzF%2CuCAAwC%2CYAAY%2CiBAAiB%2CeAAc%2CMAAM%3BAACzF%2CuCAAwC%2CYAAY%2CiBAAiB%2CeAAc%3BEAC%5C%2FE%2CsBAAA%3B%3BAAEJ%2CuCAAwC%2CYAAY%2CiBAAiB%2CGAAG%2CeAAc%3BEAClF%2CYAAA%3B%3BAAEJ%2CqBAAsB%2COAAM%3BEACxB%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CgBAAiB%2CSAAS%3BEACtB%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CgBAAiB%2COAAM%3BEACnB%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3B%3BAAEJ%2CuCAAwC%3BEACpC%2CkBAAA%3BEACA%2CQAAA%3B%3BAAEJ%2CeAAgB%2CEAAE%3BEACd%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CeAAgB%3BAAAG%2CeAAgB%2CEAAC%3BAAAQ%2CeAAgB%2CEAAC%3BAAAU%2CeAAgB%2CEAAC%3BEACpF%2CwBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2C2BAA4B%2CQAAO%3BEAC%5C%2FB%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2C2BAA4B%3BEACxB%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAEJ%3BEACI%2CaAAA%3BEACA%2CcAAA%3B%3BAAEJ%2CyBAA0B%2CaAAa%3BEACnC%2CeAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CIAAI%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAEJ%2C8BAA%2BB%2CSAAQ%3BEACnC%2CgBAAA%3B%3BAAEJ%2CIAAI%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAAEJ%2CQAAQ%3BEACJ%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2C4BAA6B%3BEACzB%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2C4BAA6B%2CGAAE%3BEAC3B%2CeAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2C4BAA6B%3BEACzB%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3BEACA%2C8BAAA%3B%3BAAEJ%2C4BAA6B%2CEAAC%2COAAO%3BEACjC%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CCAAC%3BEACG%2CaAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CkBAAoB%2CkBAAkB%2CKAAI%3BEACtC%2C0BAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAEJ%3BEAA0C%2CaAAA%3B%3BAAC1C%3BEACI%2CgBAAA%3BEACA%2CMAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CeAAA%3BEACA%2CsCAAA%3B%3BAAEJ%3BEACI%2CaAAA%3B%3BAASJ%3BEACI%2C0BAAA%3B%3BAAEJ%3BEACI%2C0BAAA%3B%3BAAEJ%2C2BAA4B%2COAAM%3BEAC9B%2CkBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2C2BAA4B%3BEACxB%2CiBAAA%3BEACA%2CwBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAAEJ%2C2BAA4B%2COAAM%3BEAC9B%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3B%3BAAEJ%2C2BAA4B%3BEACxB%2CgBAAA%3B%3BAAEJ%2CKAAK%2CgBAAgB%2CeAAgB%3BEACjC%2C2BAAA%3B%3BAAGJ%3BEAAc%2CaAAA%3B%3BAACd%2CKAAK%3BEACD%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CIAAI%3BEACA%2CeAAA%3B%3BAAEJ%2CQAAS%3BEACL%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAAEJ%2C4BAA6B%2CSAAS%3BEAAK%2CUAAA%3B%3BAAE3C%2CWAAY%3BAAAG%2CWAAY%2CEAAC%3BAAAQ%2CWAAY%2CEAAC%3BEAC7C%2CcAAA%3B%3BAAEJ%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%2C0BAA6B%2CMAAG%2CYAAe%2CMAAG%3BEAC9C%2CkBAAA%3BEACA%2CQAAA%3B%3BAAEJ%2CCAAC%3BEACG%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAEJ%2CYAAa%3BEACT%2CgBAAA%3BEACA%2CeAAA%3B%3BAAEJ%3BEACI%2CmBAAA%3B%3BAAEJ%2CYAAa%3BEACT%2CeAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CIAAI%2CUAAW%3BEACX%2CmBAAA%3B%3BAAEJ%2CMAAM%2COAAO%3BAACb%2CMAAM%2COAAO%2CkBAAkB%3BAAC%5C%2FB%2CMAAM%2COAAO%2CkBAAkB%3BEAC3B%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3B%3BAAEJ%3BEAAyB%2CyBAAA%3BEAA8B%2CcAAA%3B%3BAACvD%2CiBAAiB%2COAAQ%2CEAAC%2CGAAG%3BEACzB%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CqDAAA%3BEACA%2CqBAAA%3BEACA%2C4BAAA%3BEACA%2C2BAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CUAAW%2CoBAAkB%2CGAAG%2CGAAG%2CWAAW%2CSAAS%3BEACnD%2CoBAAA%3B%3BAAEJ%3BEACI%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAAEJ%2CqBAAsB%2COAAM%2COAAO%3BAACnC%2CqBAAsB%2COAAM%2COAAO%2CkBAAkB%3BAACrD%2CqBAAsB%2COAAM%2COAAO%2CkBAAkB%3BEACjD%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2C0BAAA%3BEACA%2CoBAAA%3BEACA%2CuBAAA%3BEACA%2CgCAAA%3B%3BAAEJ%2CGAAG%3BEACC%2CYAAA%3B%3BAAEJ%2CQAAQ%3BEACJ%2CgBAAA%3BEACA%2C4BAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CqBAAsB%2CSAAS%2CSAAW%3BEACtC%2C%2BBAAA%3B%3BAAEJ%2CaAAc%2CkBAAkB%2CIAAG%3BEAC%5C%2FB%2CgBAAA%3B%3BAAEJ%2CuBAAuB%3BEACnB%2CYAAA%3B%3BAAEJ%3BEACI%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CuCAAuC%2CMAAM%2COAAO%2COAAO%3BEACvD%2CgBAAA%3B%3BAAEJ%2CGAAG%3BEACC%2CYAAA%3B%3BAAEJ%2CcAAe%3BEACX%2CYAAA%3B%3BAAEJ%2CSAAU%2CSAAM%2CUAAW%2CSAAM%3BEAC7B%2CkBAAA%3BEACA%2C4BAAA%3B%3BAAEJ%3BEACI%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3B%3BAAEJ%2CgBAAiB%3BEACb%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CEAAE%3BEACE%2CeAAA%3B%3BAAEJ%3BEACI%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CeAAgB%2CMAAM%3BEAClB%2CsBAAA%3B%3BAAGJ%2CeAAgB%3BEACZ%2CmBAAA%3B%3BAAEJ%2CmBAAoB%3BEAChB%2CYAAA%3B%3BAAGJ%2CoBAAqB%2CoBAAoB%3BEACrC%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CoBAAqB%3BEACjB%2CkBAAA%3B%3BAAGJ%3BEAAyB%2CgBAAA%3B%3BAACzB%3BEACI%2CaAAA%3B%3BAAEJ%2CGAAG%3BEACC%2CaAAA%3B%3BAAEJ%2CUAAW%3BEACP%2CUAAA%3B%3BAAEJ%2CUAAW%2CGAAE%3BEACT%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CiBAAA%3B%3BAAGJ%2CmBAAmB%3BEACf%2CUAAA%3B%3BAAEJ%2CmBAAoB%2CaAAa%3BEAAmB%2CiBAAA%3B%3BAACpD%2CmBAAoB%2COAAM%3BEACtB%2C6BAAA%3B%3BAA8BJ%2CwBAzB0C%3BEACtC%3BIACI%2C2BAAA%3B%3BEAEJ%2CiBAAkB%3BIACd%2CaAAA%3BIACA%2CSAAA%3B%3BEAEJ%3BIACI%2C2BAAA%3BIACA%2CmBAAA%3B%3BEAER%2CcAAe%3BIAAe%2CiBAAA%3B%3BEAE9B%2CYAAa%3BIACT%2CeAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3B%3BEAEJ%2CmBAAmB%3BIACf%2C8BAAA%3B%3B%3BAAkBJ%2CwBAb0C%3BEAE1C%3BIACI%2CiBAAA%3B%3BEAEJ%3BEAAe%3BIACX%2CkBAAA%3B%3BEAEJ%3BEAAe%3BIACX%2CiBAAA%3B%3B%3BAAoDJ%2CwBAhD0C%3BEACtC%3BIACI%2CkBAAA%3BIACA%2CcAAA%3B%3BEAEJ%3BEAAa%3BEAAiB%3BEAAmB%3BIAC7C%2CeAAA%3B%3BEAEJ%3BIACI%2CcAAA%3BIACA%2CkBAAA%3B%3BEAEJ%3BIACI%2CeAAA%3B%3BEAIJ%2CeAAgB%3BIACZ%2CgBAAA%3BIACA%2CiBAAA%3B%3BEAEJ%3BIACI%2CiBAAA%3B%3BEAEJ%2CqBAAsB%3BEAAiB%2CsBAAuB%3BIAAgB%2CeAAA%3B%3BEAC9E%2CeAAgB%3BIACZ%2CcAAA%3B%3BEAGJ%2CmBAAmB%3BIACf%2C8BAAA%3B%3BEAEJ%2CaAAa%3BIACT%2CSAAA%3B%3BEAEJ%2CaAAa%3BEAAS%2CQAAQ%3BEAAS%2CQAAQ%3BEAAQ%2CaAAa%3BIAChE%2CWAAA%3B%3BEAGR%2C%2BBAAgC%3BIAC5B%2CeAAA%3B%3BEAEJ%2CcAAe%3BEAAI%2CaAAc%3BIAC7B%2CeAAA%3BIACA%2CiBAAA%3B%3B%3BAAgBJ%2CwBAZ0C%3BEAC1C%3BIACI%2CcAAA%3B%3BEAEJ%3BIAEI%2CYAAA%3B%3BEAEJ%2CqBAAsB%3BIAClB%2CgBAAA%3B%3B%3BAAuLJ%2CwBApL0C%3BEACtC%2CoBAAqB%2CMAAK%2CcAAe%2CiBAAmB%3BIACxD%2CWAAA%3B%3BEAEJ%2CEAAE%3BIACE%2CmBAAA%3B%3BEAEJ%2CiBAAkB%3BIACd%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CgBAAiB%2CIAAG%3BIAChB%2CeAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CiBAAkB%3BIACd%2CgBAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CQAAS%3BIACL%2CyBAAA%3B%3BEAGJ%2CmBAAmB%3BIACf%2CwBAAA%3B%3BEAEJ%2CaAAc%3BIACV%2CeAAA%3B%3BEAEJ%3BEAAkB%3BEAAoB%3BIAClC%2CmBAAA%3B%3BEAGJ%2CMAAM%3BIACF%2CUAAA%3BIACA%2CWAAA%3B%3BEAEJ%3BIACI%2CgBAAA%3B%3BEAEJ%3BIACI%2CiCAAA%3BIACA%2C4BAAA%3B%3BEAGJ%3BIACI%2CgCAAA%3B%3BEAEJ%3BIACI%2C6BAAA%3B%3BEAEJ%3BIACI%2C4BAAA%3B%3BEAEJ%2CEAAE%2CUAAW%2CGAAE%2CUAAU%3BIACrB%2CgBAAA%3B%3BEAGJ%3BIACI%2CeAAA%3B%3BEAEJ%2CgBAAiB%3BIACb%2CgBAAA%3BIACA%2CiBAAA%3B%3BEAEJ%3BIACI%2CcAAA%3BIACA%2CkBAAA%3B%3BEAEJ%2CaAAa%3BIACT%2CSAAA%3B%3BEAEJ%2CaAAa%3BEAAS%2CQAAQ%3BEAAS%2CQAAQ%3BEAAQ%2CaAAa%3BIAChE%2CUAAA%3B%3BEAIJ%3BIACI%2CeAAA%3B%3BEAEJ%3BIACC%2CkCAAA%3B%3BEAED%3BIACI%2CUAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2CEAAE%3BIAAsB%2CeAAA%3B%3BEACxB%2CgBAAiB%3BIACb%2CgBAAA%3BIACA%2CiBAAA%3B%3BEAEJ%3BIACI%2CmBAAA%3B%3BEAEJ%2CiBAAkB%3BIACd%2CeAAA%3B%3BEAEJ%2CEAAE%3BIAAsB%2CkBAAA%3B%3BEACxB%2CoBAAqB%2CQAAO%2CIAAI%2CqBAAsB%2CMAAK%3BIACvD%2CeAAA%3BIACA%2CWAAA%3B%3BEAEJ%3BIACI%2CoBAAA%3B%3BEAEJ%3BIACI%2CeAAA%3B%3BEAEJ%2CsBAAuB%3BIAEnB%2CgBAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2COAAQ%3BIACJ%2CeAAA%3B%3BEAEJ%3BIACI%2CmBAAA%3B%3BEAEJ%2CYAAa%3BIACT%2CeAAA%3BIACA%2CQAAA%3B%3BEAGJ%3BIACI%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CQAAA%3B%3BEAEJ%2CUAAW%3BIACP%2CcAAA%3B%3BEAEJ%2CaAAc%3BIACV%2CUAAA%3B%3BEAEJ%3BIACI%2CWAAA%3B%3BEAEJ%3BIACI%2CWAAA%3B%3BEAIJ%2CiBAAkB%3BIACd%2CeAAA%3B%3BEAEJ%2CgBAAiB%3BIACb%2CeAAA%3B%3BEAEJ%3BIACI%2CeAAA%3B%3BEAEJ%3BIACI%2CkBAAA%3B%3BEAEJ%2CkBAAmB%3BEAAI%2CmBAAoB%3BEAAI%2CoBAAqB%3BIAAI%2CeAAA%3B%3BEACxE%2CiBAAkB%3BIACd%2CmBAAA%3BIACA%2CeAAA%3B%3BEAEJ%3BIACI%2CiBAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CmBAAoB%2CaAAa%3BIAC7B%2CkBAAA%3B%3B%3BAAsGR%2CwBAhG0C%3BEACtC%3BIACI%2CYAAA%3B%3BEAEJ%2CaAAc%3BIACV%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3B%3BEAEJ%3BIACI%2CoBAAA%3B%3BEAEJ%2CSAAU%3BIACN%2CeAAA%3B%3BEAIJ%3BEAAmB%3BIACf%2CeAAA%3B%3BEAEJ%3BEAAY%3BEAAY%3BEAAY%3BIAChC%2CkBAAA%3B%3BEAEJ%2CiBAAkB%3BIACd%2CeAAA%3B%3BEAGJ%3BIACI%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3B%3BEAEJ%2CkBAAmB%3BEAAI%2CmBAAoB%3BEAAI%2CoBAAqB%3BIAAI%2CeAAA%3B%3BEACxE%3BIACI%2CcAAA%3B%3BEAEJ%2CMAAM%3BIACF%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAEJ%2CmBAAmB%2CgBAAgB%3BIAC%5C%2FB%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2C2BAAA%3BIACA%2CqBAAA%3B%3BEAEJ%2CgBAAiB%3BIAEb%2CmBAAA%3B%3BEAEJ%2CYAAa%3BIACT%2CQAAA%3B%3BEAGJ%2CUAAW%3BEAA0B%2CUAAW%2CyBAAwB%3BEAAQ%2CUAAW%2CyBAAwB%3BIAAS%2CiBAAA%3BIAAkB%2CeAAA%3B%3BEAE9I%2CkBAAmB%3BIACf%2CeAAA%3B%3BEAEJ%3BIACI%2CmBAAA%3B%3BEAEJ%3BEAAY%3BEAAiB%3BEAAc%3BIACvC%2CeAAA%3B%3BEAKJ%2CeAAgB%3BIACZ%2CgBAAA%3B%3BEAEJ%2CgBAAiB%3BIACb%2CeAAA%3B%3BEAEJ%3BEAAmB%3BIACf%2CeAAA%3B%3BEAEJ%2CoBAAqB%2CMAAK%2CcAAe%2CiBAAmB%3BIACxD%2CWAAA%3B%3BEAEJ%2CEAAE%3BIACE%2CmBAAA%3B%3B%3BAA0CR%2CwBAjC0C%3BEAEtC%2CaAAc%3BEACd%2CaAAc%2CyBAAwB%3BEACtC%2CaAAc%2CyBAAwB%3BEACtC%2CaAAc%2CyBAAwB%3BIAClC%2CYAAA%3B%3BEAGJ%2CaAAa%3BIACT%2C0CAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CaAAA%3BIACA%2CqBAAA%3BIACA%2CSAAA%3BIACA%2CYAAA%3B%3BEAEJ%3BIACI%2CmBAAA%3B%3BEAGJ%2CoBAAqB%3BIACjB%2CiBAAA%3BIACA%2CeAAA%3B%3BEAEJ%3BIACI%2C0BAAA%3B%3B%3BAAyIR%2CwBArI0C%3BEACtC%2CmBAAmB%3BIACf%2CsBAAA%3BIACA%2CsBAAA%3BIACA%2CSAAA%3BIACA%2CwBAAA%3B%3BEAEJ%3BIAAiB%2CaAAA%3B%3BEACjB%3BIACI%2C0BAAA%3B%3BEAEJ%2CUAAW%3BIACP%2CiBAAA%3B%3BEAEJ%3BIACI%2CaAAA%3BIACA%2CkBAAA%3BIACA%2COAAA%3BIACA%2CMAAA%3B%3BEAEJ%3BIACI%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CqBAAA%3BIACA%2CYAAA%3B%3BEAEJ%2CmBAAmB%3BIAAY%2CmBAAA%3B%3BEAC%5C%2FB%2CkBAAmB%3BIACf%2CeAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CSAAS%3BEAAQ%2CSAAS%3BEAAQ%2CWAAW%3BEAAQ%2CUAAU%3BIAC3D%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CaAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CiBAAkB%3BIACd%2CeAAA%3BIACA%2CaAAA%3B%3BEAEJ%2CmBAAmB%3BIACf%2C6BAAA%3B%3BEAGJ%3BIACI%2CsBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CmBAAmB%3BIACf%2C6BAAA%3B%3BEAEJ%3BIACI%2CiBAAA%3B%3BEAEJ%2CoBAAqB%3BIACjB%2CiBAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CiBAAkB%3BIACb%2CeAAA%3B%3BEAEL%3BIACI%2CmBAAA%3B%3BEAEJ%3BIACI%2CUAAA%3B%3BEAEJ%2CaAAc%2CUAAY%2CSAAS%3BEAAQ%2CaAAc%2CUAAY%2CUAAU%2CSAAS%3BIACpF%2CUAAA%3B%3BEAGJ%2CaAAc%3BIACV%2CWAAA%3BIACA%2CUAAA%3B%3BEAEJ%2CoBAAqB%3BIACjB%2CiBAAA%3B%3BEAIJ%2CEAAE%2CoBAAqB%3BIAAI%2CUAAA%3B%3BEAC3B%3BIACI%2CWAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CQAAS%3BIAAW%2CWAAA%3B%3BEACpB%3BIAAuC%2C4BAAA%3B%3BEAEvC%2CgBAAiB%3BIACb%2CeAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CiBAAkB%3BIACd%2CyBAAA%3B%3BEAEJ%2CmBAAmB%3BIACf%2CsBAAA%3BIACA%2CoBAAA%3BIACA%2CsBAAA%3B%3BEAEJ%3BIACI%2CkBAAA%3BIACA%2CqBAAA%3BIACA%2CMAAA%3BIACA%2CUAAA%3BIACA%2CUAAA%3B%3BEAEJ%2CkBAAmB%2CoBAAoB%3BIACnC%2CeAAA%3B%3BEAEJ%2CMAAM%3BEAAiB%2CMAAM%2CUAAU%3BIAAS%2CcAAA%3B%3BEAChD%2CqBAAsB%3BIAClB%2CUAAA%3BIACA%2CwBAAA%3B%3BEAEJ%3BIAEI%2CYAAA%3B%3BEAGJ%2CmBAAoB%2CaAAa%3BIAC7B%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3BIACA%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3B%3B%3BAAiHR%2CwBA9G0C%3BEACtC%3BIACI%2CsBAAA%3B%3BEAEJ%2CmBAAoB%3BIAChB%2CyBAAA%3B%3BEAEJ%3BIACI%2CsBAAA%3BIACA%2C%2BBAAA%3B%3BEAEJ%2CmBAAoB%2CaAAa%3BIAC7B%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3BIACA%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CkBAAmB%3BEAAI%2CmBAAoB%3BEAAI%2CoBAAqB%3BIAAI%2CeAAA%3B%3BEACxE%2CWAAY%3BIACR%2CUAAA%3B%3BEAEJ%2CYAAa%3BIACT%2CQAAA%3B%3BEAGJ%2CiBAAkB%3BIACd%2CeAAA%3BIACA%2CcAAA%3B%3BEAEJ%3BIACI%2CgBAAA%3B%3BEAEJ%3BIACI%2CoBAAA%3B%3BEAEJ%2CoBAAqB%3BIACjB%2CiBAAA%3BIACA%2CeAAA%3B%3BEAGJ%3BEAAY%3BEAAY%3BEAAc%3BIAClC%2CiBAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CYAAa%3BIACT%2CyBAAA%3BIACA%2CyBAAA%3B%3BEAEJ%3BIAEI%2C4BAAA%3B%3BEAGJ%3BIACI%2CsBAAA%3BIACA%2CUAAA%3BIACA%2CsBAAA%3B%3BEAEJ%2CgBAAiB%3BIACb%2C0BAAA%3B%3BEAEJ%2CcAAe%2CGAAG%3BIACd%2CsBAAA%3B%3BEAEJ%2CcAAe%3BIACX%2CUAAA%3BIACA%2CaAAA%3B%3BEAIJ%2CcAAe%3BIACX%2CeAAA%3B%3BEAGJ%2CUAAW%3BEAA0B%2CUAAW%2CyBAAwB%3BEAAQ%2CUAAW%2CyBAAwB%3BIAAU%2CeAAA%3B%3BEAC7H%2CeAAgB%3BIACZ%2CeAAA%3BIACA%2CiBAAA%3B%3BEAGJ%2CeAAgB%3BIACZ%2CaAAA%3B%3BEAEJ%2CiBAAkB%3BIACd%2CeAAA%3B%3BEAEJ%2CgBAAiB%3BIACb%2CeAAA%3B%3BEAEJ%2CgBAAiB%3BIACb%2CgBAAA%3B%3BEAEJ%2CeAAe%3BIACX%2CsBAAA%3B%3BEAEJ%2CcAAe%3BIACX%2CUAAA%3BIACA%2CiBAAA%3B%3BEAEJ%3BIACI%2CmBAAA%3B%3BEAEJ%2CqBAAsB%3BIAClB%2COAAA%3B%3B%3BAAqFR%2CwBAlF0C%3BEACtC%2CkBAAmB%3BEAAI%2CmBAAoB%3BEAAI%2CoBAAqB%3BIAChE%2CeAAA%3B%3BEAEJ%2CYAAa%3BIACT%2CQAAA%3B%3BEAEJ%2CeAAgB%3BIACZ%2CwBAAA%3B%3BEAEJ%3BIACI%2CmBAAA%3BIACA%2CkBAAA%3B%3BEAEJ%3BIACI%2CwBAAA%3B%3BEAEJ%2CiBAAiB%3BIACb%2CsBAAA%3B%3BEAGJ%3BEAAmB%3BIACf%2CeAAA%3B%3BEAEJ%3BEAAoB%3BIAChB%2CgCAAA%3B%3BEAIJ%2CiBAAiB%3BIACb%2CgCAAA%3BIAEA%2CSAAA%3BIACA%2CUAAA%3B%3BEAEJ%2CiBAAkB%3BIACd%2CeAAA%3B%3BEAEJ%2CgBAAiB%3BIACb%2CeAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CcAAe%3BEAAI%2CaAAc%3BIAC7B%2CeAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CcAAe%3BEAA6B%2CcAAe%2C4BAA2B%3BEAAQ%2CcAAe%2C4BAA2B%3BEAAS%2CcAAe%2C4BAA2B%3BEAAU%2CaAAc%3BEAA6B%2CaAAc%2C4BAA2B%3BEAAQ%2CaAAc%2C4BAA2B%3BEAAS%2CaAAc%2C4BAA2B%3BIACxX%2CeAAA%3B%3BEAGJ%3BIACI%2CWAAA%3BIACA%2CYAAA%3B%3BEAEJ%2CqBAAsB%3BIAClB%2CcAAA%3B%3BEAEJ%2CcAAe%3BIACX%2CUAAA%3B%3BEAEJ%2CaAAc%3BEAA0B%2CaAAc%2CyBAAwB%3BEAAQ%2CaAAc%2CyBAAwB%3BEAAU%2CaAAc%2CyBAAwB%3BIACxK%2CYAAA%3B%3BEAEJ%2CaAAa%3BIACT%2C0CAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CaAAA%3BIACA%2CqBAAA%3BIACA%2CSAAA%3BIACA%2CYAAA%3BIACA%2C4BAAA%3B%3BEAGJ%3BIACI%2CUAAA%3BIACA%2CgBAAA%3B%3B%3BAAUR%2CwBAN0C%3BEAC1C%3BIACI%2CWAAA%3B%3B%3BAA0OJ%2CwBAtO0C%3BEACtC%3BIAAyB%2CiBAAA%3B%3BEACzB%2CcAAe%3BIACX%2CUAAA%3B%3BEAEJ%2CMAAM%3BEAAiB%2CMAAM%2CUAAU%3BIACnC%2CUAAA%3B%3BEAEJ%3BEAAgB%3BIACZ%2CaAAA%3B%3BEAEJ%2CSAAU%3BIAAG%2CeAAA%3B%3BEACb%2CiBAAkB%3BIACd%2CkBAAA%3B%3BEAGJ%2CeAAgB%3BIACZ%2CwBAAA%3B%3BEAEJ%2CkBAAmB%3BIACf%2CeAAA%3B%3BEAEJ%2CkBAAmB%3BIACf%2CeAAA%3B%3BEAGJ%2CYAAa%3BIACT%2CeAAA%3B%3BEAGR%2CeAAe%3BIACX%2C8BAAA%3B%3BEAEJ%2CiBAAkB%2CeAAe%3BIAC7B%2CcAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CmBAAmB%2CgBAAgB%3BIAC%5C%2FB%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2C8BAAA%3B%3BEAEJ%3BIACQ%2CcAAA%3BIACA%2CkBAAA%3B%3BEAEJ%2CaAAa%3BEAAS%2CQAAQ%3BEAAS%2CQAAQ%3BEAAQ%2CaAAa%3BIAChE%2CQAAA%3B%3BEAEJ%2CaAAa%3BIACT%2CUAAA%3B%3BEAGJ%2CaAAa%3BIACT%2CsBAAA%3B%3BEAEJ%2CaAAa%3BIAAO%2CsBAAA%3B%3BEACpB%2CaAAa%3BIAAO%2CsBAAA%3B%3BEACpB%2CaAAa%3BIAAO%2CsBAAA%3B%3BEACpB%3BIACI%2CiBAAA%3B%3BEAMJ%3BIACI%2CmBAAA%3B%3BEAMJ%3BIACI%2CmBAAA%3B%3BEAER%2CeAAgB%3BIACZ%2CUAAA%3BIACA%2CaAAA%3B%3BEAEJ%3BIACI%2CWAAA%3B%3BEAGJ%2CgBAAiB%3BIACb%2CqBAAA%3B%3BEAGJ%2CeAAgB%3BIACZ%2CeAAA%3B%3BEAEJ%3BIACI%2CUAAA%3BIACA%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CoBAAqB%2CQAAO%2CIAAI%2CqBAAsB%2CMAAK%3BIACvD%2CgBAAA%3B%3BEAEJ%3BIACI%2CUAAA%3B%3BEAEJ%3BIACI%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3B%3BEAGJ%2CeAAgB%3BIACZ%2CiBAAA%3B%3BEAEJ%3BIACI%2CeAAA%3B%3BEAEJ%3BIACI%2CeAAA%3B%3BEAEJ%2CgBAAiB%3BIACb%2CgBAAA%3BIACA%2CeAAA%3B%3BEAEJ%3BIACI%2CgBAAA%3B%3BEAEJ%3BIACI%2CaAAA%3B%3BEAEJ%2CmBAAmB%3BIACf%2CwBAAA%3B%3BEAEJ%3BIACI%2CsBAAA%3BIACA%2CuBAAA%3BIACA%2CWAAA%3BIACA%2CyBAAA%3B%3BEAEJ%2CmBAAmB%3BIACf%2CmBAAA%3B%3BEAEJ%2CaAAc%3BIACV%2CUAAA%3B%3BEAEJ%2CoBAAqB%3BIACjB%2CUAAA%3B%3BEAGJ%2CkBAAmB%3BIACf%2CkBAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CEAAE%2CaAAgB%3BIACd%2CUAAA%3B%3BEAEJ%2CmBAAmB%3BIACf%2C%2BBAAA%3B%3BEAEJ%2CqBAAsB%2CWAAW%3BIAC7B%2CiBAAA%3B%3BEAEJ%2CUAAW%3BEAA0B%2CUAAW%2CyBAAwB%3BEAAQ%2CUAAW%2CyBAAwB%3BIAC%5C%2FG%2CeAAA%3B%3BEAEJ%2CiBAAkB%3BEAA0B%2CiBAAkB%2CyBAAwB%3BIAClF%2CeAAA%3BIACA%2CYAAA%3B%3BEAEJ%3BIACI%2C0BAAA%3B%3BEAEJ%2CiBAAkB%3BIACd%2CkBAAA%3B%3BEAEJ%2CYAAa%3BIACT%2CWAAA%3BIACA%2CQAAA%3B%3BEAGJ%2CSAAS%3BEAAS%2CSAAS%3BEAAS%2CUAAU%3BIAC1C%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CaAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CWAAY%2CGAAE%2CUAAU%2CGAAG%3BEAC3B%2CWAAY%2CGAAE%2CUAAU%2CGAAG%3BEAC3B%2CWAAY%2CGAAE%2CUAAU%2CGAAG%3BEAC3B%2CWAAY%2CGAAE%2CUAAU%2CGAAG%3BEAC3B%2CWAAY%2CGAAE%2CUAAU%2CGAAG%3BIACvB%2CaAAA%3BIACA%2CqBAAA%3B%3BEAGJ%2CWAAW%3BIACP%2CsBAAA%3BIACA%2C%2BBAAA%3B%3BEAEJ%3BIACI%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CUAAW%3BIACP%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CcAAe%3BIACX%2CmBAAA%3B%3BEAEJ%2CcAAe%3BIACX%2CUAAA%3B%3BEAEJ%2CeAAe%3BIACX%2CsBAAA%3B%3BEAGJ%3BIACI%2CYAAA%3B%3BEAEJ%2CqBAAsB%3BIAClB%2CcAAA%3B%3B%3BAA%2BvBJ%2CwBA3vB0C%3BEACtC%3BIAAwB%2CaAAA%3B%3BEACxB%2CEAAE%3BIACE%2CiBAAA%3B%3BEAIJ%3BIACI%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CwBAAyB%2CgBAAkB%2CkBAAgB%3BIAAsB%2CgBAAA%3B%3BEACjF%2CWAAc%2CUAAO%3BIAAQ%2CaAAA%3B%3BEAC7B%2C0BAA6B%3BIACzB%2CmBAAA%3B%3BEAGJ%2CmBAAoB%2CIAAG%2CUAAU%2CGAAG%2CMAAO%2CGAAG%2CGAAE%2CUAAU%3BEAC1D%2CmBAAoB%2CIAAG%2CUAAU%2CGAAG%2CMAAO%2CGAAG%2CGAAE%2CUAAU%3BEAC1D%2CmBAAoB%2CIAAG%2CUAAU%2CGAAG%2CMAAO%2CGAAG%2CGAAE%2CUAAU%3BIACtD%2CaAAA%3B%3BEAEJ%2CqBAAsB%3BIAClB%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2COAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CaAAc%3BEACd%2CaAAc%2CyBAAwB%3BEACtC%2CaAAc%2CyBAAwB%3BIAElC%2CYAAA%3B%3BEAGJ%2CaAAa%3BIACT%2C0CAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CaAAA%3BIACA%2CqBAAA%3BIACA%2CSAAA%3BIACA%2CYAAA%3BIACA%2C4BAAA%3B%3BEAEJ%2CqBAAsB%3BIAClB%2CaAAA%3B%3BEAEJ%3BIACI%2CgBAAA%3B%3BEAEJ%3BIACI%2CeAAA%3B%3BEAGJ%3BIACI%2CkBAAA%3B%3BEAEJ%2CiBAAkB%3BIACd%2CeAAA%3BIACA%2CSAAA%3B%3BEAGJ%2CiBAAkB%3BIACd%2CgBAAA%3B%3BEAEJ%2CmBAAmB%3BIACf%2CwBAAA%3B%3BEAEJ%2CmBAAmB%3BIACf%2CsBAAA%3B%3BEAEJ%2CiBAAkB%3BIACd%2CyBAAA%3B%3BEAGJ%2CcAAe%3BIACX%2CyBAAA%3B%3BEAEJ%3BEAAY%3BEAAY%3BEAAY%3BIAChC%2C6BAAA%3BIACA%2CsBAAA%3BIACA%2CiBAAA%3B%3BEAEJ%3BIACI%2CuBAAA%3B%3BEAGJ%2CmBAAmB%3BIACf%2CsBAAA%3B%3BEAEJ%2CmBAAmB%3BIACf%2CsBAAA%3BIACA%2CmBAAA%3BIACA%2C0BAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CUAAU%3BEAAQ%2CUAAU%3BEAAS%2CUAAU%3BEAAQ%2CUAAU%3BEAAS%2CUAAU%3BEAAQ%2CUAAU%3BEAAS%2CUAAU%3BEAAQ%2CUAAU%3BIAAS%2CaAAA%3B%3BEACpJ%3BEAAmB%3BIACf%2CeAAA%3B%3BEAIJ%2CkBAAmB%3BIACf%2CeAAA%3B%3BEAEJ%2CSAAU%3BIACN%2CeAAA%3B%3BEAGJ%2C%2BBAAgC%3BIACpB%2CcAAA%3B%3BEAGZ%3BIACI%2CWAAA%3B%3BEAEJ%3BIACI%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CiBAAkB%3BIACd%2CcAAA%3B%3BEAGJ%3BEAAmB%3BEAAoB%3BIACnC%2CkBAAA%3B%3BEAEJ%2CaAAc%3BEAA6B%2CaAAc%2C4BAA2B%3BEAAQ%2CaAAc%2C4BAA2B%3BIACjI%2CcAAA%3B%3BEAIJ%2CaAAc%2C4BAA2B%3BIAAQ%2CcAAA%3BIAAkB%2CyBAAA%3BIAA6B%2CgBAAA%3B%3BEAChG%2CmBAAmB%3BIACf%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CiBAAkB%3BEAClB%2CkBAAmB%3BEACnB%2CYAAa%3BIACT%2CyBAAA%3B%3BEAEJ%3BEAAoB%3BEAAqB%3BIACrC%2CsBAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3B%3BEAEJ%2CmBAAmB%3BIACf%2CsBAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CQAAQ%3BEAAU%2CQAAQ%3BEAAU%2CQAAQ%3BEAAU%2CQAAQ%3BIAC1D%2CUAAA%3BIACA%2CaAAA%3BIACA%2CsBAAA%3BIACA%2COAAA%3B%3BEAEJ%2CQAAS%3BEAA6B%2CQAAS%3BEAA6B%2CQAAS%3BEAA6B%2CQAAS%3BIACvH%2CeAAA%3BIACA%2CSAAA%3B%3BEAGJ%2CeAAgB%3BIACZ%2CyBAAA%3B%3BEAEJ%2CmBAAmB%2CgBAAgB%3BIAC%5C%2FB%2CsBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2COAAA%3B%3BEAEJ%2CMAAM%3BIACF%2CkBAAA%3BIACA%2COAAA%3BIACA%2CMAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAEJ%2CmBAAmB%3BIACf%2CkBAAA%3BIACA%2CsBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3B%3BEAEJ%2CmBAAmB%2CgBAAgB%3BIAC%5C%2FB%2CqBAAA%3BIACA%2CsBAAA%3BIACA%2CoBAAA%3B%3BEAEJ%3BIACI%2C0BAAA%3B%3BEAEJ%2CmBAAmB%2CgBAAgB%3BIAC%5C%2FB%2C0BAAA%3BIACA%2CsBAAA%3BIACA%2CoBAAA%3BIACA%2COAAA%3BIACA%2CSAAA%3B%3BEAEJ%2CMAAM%2CcAAe%3BIACjB%2CWAAA%3B%3BEAEJ%2CmBAAmB%3BIACf%2CkBAAA%3BIACA%2CsBAAA%3B%3BEAGJ%2CUAAU%3BIACN%2CSAAA%3B%3BEAEJ%2CUAAU%3BIACN%2CQAAA%3B%3BEAEJ%2CYAAY%3BIACR%2CSAAA%3B%3BEAEJ%2CWAAW%3BIAEP%2CQAAA%3B%3BEAEJ%2CWAAY%3BIACR%2CyBAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CWAAY%3BIACR%2CsBAAA%3B%3BEAEJ%2CWAAY%3BIACR%2CWAAA%3B%3BEAEJ%2CYAAa%3BIACT%2CWAAA%3B%3BEAEJ%2CmBAAmB%3BIACf%2CeAAA%3BIACA%2CiBAAA%3B%3BEAEJ%3BIACI%2CeAAA%3B%3BEAEJ%2CkBAAmB%3BIACf%2CWAAA%3BIACA%2CyBAAA%3B%3BEAEJ%2CEAAE%3BIACE%2CWAAA%3BIACA%2CaAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CkBAAmB%3BIACf%2CsBAAA%3BIACA%2CkBAAA%3B%3BEAEJ%2CWAAY%3BIACR%2CUAAA%3BIACA%2CqBAAA%3B%3BEAGJ%2CEAAE%3BIACE%2CeAAA%3BIACA%2CcAAA%3BIAEA%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CmBAAA%3B%3BEAEJ%3BIACI%2CoBAAA%3B%3BEAEJ%2CiBAAkB%3BIACd%2CWAAA%3BIACA%2CyBAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CiBAAkB%3BIACd%2CeAAA%3BIACA%2CaAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3B%3BEAEJ%2CiBAAkB%3BIACd%2CqBAAA%3BIACA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3B%3BEAIJ%3BIACI%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CQAAS%3BIACL%2CsBAAA%3B%3BEAEJ%2CiBAAiB%3BIACb%2CkBAAA%3BIACA%2CeAAA%3B%3BEAGJ%2CQAAS%3BIACL%2CyBAAA%3B%3BEAEJ%2CQAAS%3BIACL%2CsBAAA%3B%3BEAEJ%2CmBAAmB%3BIACf%2C8BAAA%3B%3BEAEJ%2CQAAS%2CIAAG%3BEAA4B%2CQAAS%3BIAC7C%2CcAAA%3BIACA%2CWAAA%3B%3BEAGJ%3BIACI%2CYAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAEJ%2CaAAa%3BIACV%2CaAAA%3B%3BEAEH%2CaAAa%3BEAAS%2CQAAQ%3BEAAS%2CQAAQ%3BEAAQ%2CaAAa%3BIAChE%2CaAAA%3B%3BEAEJ%2CaAAa%3BIACT%2CkBAAA%3BIACA%2CMAAA%3BIACA%2COAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2C%2BBAAA%3B%3BEAEJ%2CaAAa%3BIACT%2CkBAAA%3BIACA%2CMAAA%3BIACJ%2COAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACI%2C%2BBAAA%3B%3BEAEL%2CaAAa%3BIACR%2CkBAAA%3BIACA%2CSAAA%3BIACA%2COAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2C%2BBAAA%3B%3BEAEJ%2CaAAa%3BIACT%2CkBAAA%3BIACA%2CSAAA%3BIACA%2COAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2C%2BBAAA%3B%3BEAEJ%2CgBAAiB%3BIACb%2CgBAAA%3BIACA%2CiBAAA%3B%3BEAEJ%3BEAAe%3BEAAe%3BEAAe%3BIAEzC%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAGJ%3BIAGI%2CkBAAA%3B%3BEAMJ%3BIACI%2CiBAAA%3B%3BEAGJ%2CUAAW%3BIACP%2CyBAAA%3B%3BEAEJ%3BEAAY%3BEAAY%3BEAAc%3BIAClC%2CsBAAA%3BIACA%2C4BAAA%3B%3BEAEJ%3BIACI%2C6BAAA%3BIACA%2C8BAAA%3B%3BEAEJ%3BIACI%2CkBAAA%3B%3BEAEJ%2CYAAa%3BIACT%2CeAAA%3B%3BEAEJ%3BIACI%2CgBAAA%3B%3BEAEJ%3BIACI%2CeAAA%3B%3BEAEJ%3BIACI%2CeAAA%3B%3BEAEJ%2CUAAW%3BIACP%2CSAAA%3BIACA%2CcAAA%3B%3BEAGJ%2CUAAW%3BIACP%2CWAAA%3B%3BEAEJ%2CeAAgB%3BIACZ%2CcAAA%3B%3BEAEJ%2CEAAE%2CoBAAqB%3BIACnB%2CWAAA%3BIACA%2CSAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CgBAAiB%3BIACb%2CyBAAA%3B%3BEAEJ%2CmBAAmB%3BIACf%2CgBAAA%3B%3BEAEJ%2CgBAAiB%3BIACb%2CsBAAA%3B%3BEAGJ%3BIACI%2CsBAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2CsBAAA%3BIACA%2CsBAAA%3B%3BEAEJ%3BIAAoB%2CcAAA%3B%3BEACpB%3BIAAU%2CaAAA%3B%3BEACV%3BIAAY%2CcAAA%3BIAAe%2CkBAAA%3BIACvB%2CWAAA%3B%3BEACA%2CeAAgB%3BIACZ%2CkBAAA%3BIACA%2CUAAA%3B%3BEAER%2CMAAO%2CmBAAmB%3BIACtB%2CeAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3B%3BEAEJ%2CMAAM%3BIAAgB%2CcAAA%3B%3BEACtB%2CcAAe%3BIACX%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3B%3BEAEJ%2CcAAe%2CGAAG%3BIACd%2CYAAA%3B%3BEAEJ%3BIACI%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CaAAA%3BIACA%2CeAAA%3B%3BEAEJ%3BIACI%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CsBAAA%3B%3BEAEJ%3BIACI%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CoBAAA%3BIACA%2CkBAAA%3B%3BEAEJ%3BIACI%2CWAAA%3BIACA%2CaAAA%3B%3BEAEJ%3BIACI%2CcAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3B%3BEAEJ%3BIACI%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3B%3BEAEJ%3BIACI%2CWAAA%3B%3BEAEJ%2CoBAAqB%3BIACjB%2CWAAA%3B%3BEAEJ%2CaAAc%3BIACV%2CUAAA%3B%3BEAEJ%2CQAAS%3BIACL%2CUAAA%3B%3BEAEJ%2CsBAAuB%3BIACnB%2CeAAA%3B%3BEAEJ%2CoBAAqB%3BIACjB%2CiBAAA%3BIACA%2CeAAA%3B%3BEAER%2CoBAAqB%3BIACjB%2CeAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CeAAgB%3BIACZ%2CeAAA%3BIACA%2CoBAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CeAAgB%3BIACZ%2CaAAA%3B%3BEAEJ%2CoBAAqB%3BIACjB%2CiBAAA%3B%3BEAEJ%2CmBAAmB%3BIACf%2C4BAAA%3B%3BEAEJ%3BIACI%2CcAAA%3B%3BEAEJ%3BIACI%2CWAAA%3BIACA%2CgBAAA%3B%3BEAEJ%3BIACI%2CWAAA%3B%3BEAEJ%2CaAAc%3BIACV%2CWAAA%3BIACA%2CUAAA%3B%3BEAEJ%3BIACI%2CcAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3B%3BEAGJ%3BIACI%2CUAAA%3BIACA%2CoBAAA%3BIACA%2CWAAA%3B%3BEAEJ%3BIACI%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CMAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CYAAa%3BIACT%2CeAAA%3BIACA%2CQAAA%3B%3BEAEJ%2CYAAa%3BIACT%2CeAAA%3B%3BEAEJ%3BIACI%2CWAAA%3BIACA%2CeAAA%3B%3BEAEJ%3BIACI%2CWAAA%3BIACA%2CWAAA%3B%3BEAEJ%3BIACI%2CWAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3B%3BEAEJ%3BIACI%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CWAAW%2CeAAX%3BIACA%2CUAAA%3BIACA%2CWAAA%3B%3BEAEJ%3BIACI%2CUAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CeAAgB%3BIACZ%2CeAAA%3B%3BEAGJ%2CcAAe%3BIACX%2CeAAA%3BIACA%2CiBAAA%3B%3BEAGJ%2CeAAgB%3BIACZ%2CmBAAA%3BIACA%2CeAAA%3B%3BEAGJ%2CgBAAiB%3BIACb%2CgBAAA%3B%3BEAEJ%2CYAAa%3BIACT%2CQAAA%3B%3BEAEJ%3BIACI%2CUAAA%3B%3BEAEJ%3BIACI%2CYAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAEJ%2CeAAgB%3BIACZ%2CMAAA%3B%3BEAEJ%2CgBAAiB%3BIACb%2CgBAAA%3BIACA%2CUAAA%3B%3BEAEJ%2CYAAa%3BIACT%2CSAAA%3BIACA%2CSAAA%3BIACA%2CaAAA%3B%3BEAGJ%3BIACI%2CWAAA%3BIACA%2CcAAA%3B%3BEAEJ%3BIACI%2CaAAA%3B%3BEAEJ%2CYAAa%3BIACT%2CSAAA%3BIACA%2CSAAA%3BIACA%2CaAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAGJ%3BIACI%2CmBAAA%3B%3BEAEJ%3BIACI%2C%2BBAAA%3B%3BEAEJ%3BIACI%2CmBAAA%3B%3BEAGJ%3BEAAY%3BEAAY%3BIACpB%2CmBAAA%3B%3BEAEJ%2CUAAU%3BIACN%2CSAAA%3B%3BEAEJ%2CYAAY%3BIACR%2CQAAA%3B%3BEAEJ%2CWAAW%3BIACP%2CSAAA%3B%3BEAEJ%2CaAAc%3BIACV%2CyBAAA%3B%3BEAEJ%2CmBAAmB%3BIACf%2CsBAAA%3B%3BEAEJ%2CmBAAmB%3BIACf%2CsBAAA%3B%3BEAEJ%2CmBAAmB%3BIACf%2CsBAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CiBAAiB%3BIAEb%2CSAAA%3BIACA%2CUAAA%3B%3BEAEJ%3BEAAmB%3BIACf%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CSAAU%3BIAAG%2CeAAA%3B%3BEACb%2CcAAe%3BEAA6B%2CcAAe%2C4BAA2B%3BEAAQ%2CcAAe%2C4BAA2B%3BEAAS%2CcAAe%2C4BAA2B%3BEAAU%2CaAAc%3BEAA6B%2CaAAc%2C4BAA2B%3BEAAQ%2CaAAc%2C4BAA2B%3BEAAS%2CaAAc%2C4BAA2B%3BIACxX%2CeAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CcAAe%3BEAAI%2CaAAc%3BIAC7B%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CcAAe%3BIACX%2CeAAA%3B%3BEAEJ%2CgBAAiB%3BIACb%2CmBAAA%3B%3BEAEJ%3BIACI%2CWAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CaAAc%3BIACV%2CkBAAA%3B%3BEAGJ%2CaAAc%2CuBAAsB%3BIAEhC%2CSAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CmBAAA%3BIACA%2CaAAA%3BIACA%2CkBAAA%3B%3BEAEJ%2C%2BBAAgC%3BIAC5B%2CkBAAA%3B%3BEAEJ%2CmBAAmB%3BIACf%2CkBAAA%3B%3BEAEJ%2CcAAe%3BIACX%2CUAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CaAAc%3BIAAuB%2CkBAAA%3B%3BEACrC%2C%2BBAAgC%3BIAAuB%2CWAAA%3BIAAY%2CWAAA%3B%3B%3BAAyRnE%2CwBAtRyC%3BEACrC%3BIACI%2CkBAAA%3B%3BEAEJ%2COAAQ%3BIACJ%2CoBAAA%3BIACA%2CcAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CcAAe%3BIACX%2CUAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2COAAQ%3BIACJ%2CcAAA%3BIACA%2CiBAAA%3B%3BEAEJ%3BIACI%2CmBAAA%3B%3BEAGJ%2CcAAe%3BEAA2B%2CaAAc%3BIAA2B%2CcAAA%3B%3BEACnF%3BEAAgB%3BIACZ%2CgBAAA%3B%3BEAEJ%2CmBAAmB%3BEAAgB%2CmBAAmB%3BEAAe%2CmBAAmB%3BIACpF%2CsBAAA%3B%3BEAEJ%2CcAAe%3BEAAI%2CaAAc%3BIAC7B%2CeAAA%3BIACA%2CiBAAA%3B%3BEAGJ%2CiBAAkB%3BIACd%2CeAAA%3BIACA%2CSAAA%3B%3BEAEJ%3BIACI%2CcAAA%3B%3BEAGJ%2CSAAU%3BIACN%2CeAAA%3B%3BEAEJ%2CQAAQ%3BEAAS%2CQAAQ%3BEAAS%2CQAAQ%3BEAAS%2CQAAQ%3BIACvD%2CUAAA%3BIACA%2CaAAA%3BIACA%2CsBAAA%3BIACA%2COAAA%3B%3BEAEJ%2CQAAS%3BEAA6B%2CQAAS%3BEAA6B%2CQAAS%3BEAA6B%2CQAAS%3BIACvH%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CSAAA%3B%3BEAGJ%2CkBAAmB%3BIACf%2CeAAA%3B%3BEAGJ%2CeAAgB%3BIACZ%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CeAAgB%3BIACZ%2CYAAA%3B%3BEAEJ%2CcAAe%3BIACX%2CeAAA%3BIACA%2CiBAAA%3B%3BEAGJ%3BIACI%2C6BAAA%3B%3BEAEJ%2CiBAAkB%3BIACd%2CeAAA%3B%3BEAEJ%2CGAAI%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CsBAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CcAAe%3BIACX%2CUAAA%3BIACA%2CqBAAA%3BIACA%2CaAAA%3BIACA%2CsBAAA%3BIACA%2CoBAAA%3B%3BEAEJ%2CcAAe%2CGAAG%3BIACd%2CsBAAA%3BIACA%2C0BAAA%3B%3BEAEJ%2CcAAe%2CGAAE%2CUAAU%2CGAAI%3BIAC3B%2CQAAA%3BIACA%2CSAAA%3B%3BEAGJ%2CsBAAuB%3BIACnB%2CcAAA%3BIACA%2COAAA%3B%3BEAER%2CeAAgB%3BIACZ%2CgBAAA%3B%3BEAEJ%2CYAAa%3BEAAO%2CYAAa%3BIAC7B%2CWAAA%3B%3BEAEJ%3BIACI%2CeAAA%3B%3BEAEJ%2CmBAAmB%3BIACf%2CsBAAA%3B%3BEAEJ%2CmBAAmB%3BIACf%2CyBAAA%3BIACA%2CwBAAA%3BIACA%2CsBAAA%3BIACA%2CyBAAA%3BIACA%2CiBAAA%3B%3BEAEJ%3BIACI%2CYAAA%3B%3BEAEJ%2CQAAS%3BIACL%2CyBAAA%3B%3BEAGJ%2CmBAAmB%3BIACf%2CiCAAA%3B%3BEAGJ%2CkBAAmB%3BIAEf%2CkBAAA%3BIACA%2CWAAA%3BIACA%2C0BAAA%3B%3BEAEJ%3BEAAY%3BEAAY%3BEAAc%3BIAClC%2CsBAAA%3BIACA%2C4BAAA%3BIACA%2CgBAAA%3B%3BEAGJ%3BIACI%2CgBAAA%3B%3BEAGJ%3BIACI%2C0BAAA%3B%3BEAEJ%2CiBAAkB%3BIACd%2CeAAA%3B%3BEAGJ%2CmBAAmB%2CgBAAgB%3BIAC%5C%2FB%2C8BAAA%3BIACA%2C6BAAA%3BIACA%2CkBAAA%3BIACA%2COAAA%3B%3BEAEJ%2CiBAAkB%2CeAAe%3BIAC7B%2CcAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CmBAAmB%2CgBAAgB%3BIAC%5C%2FB%2C4BAAA%3B%3BEAEJ%2CeAAkB%3BIACd%2C2BAAA%3B%3BEAEJ%2CoBAAqB%3BIACjB%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CcAAA%3B%3BEAEJ%3BEAAY%3BEAAY%3BIACpB%2CmBAAA%3B%3BEAEJ%2CeAAe%3BIACX%2CsBAAA%3BIACA%2CSAAA%3B%3BEAGJ%2CeAAe%3BIACX%2CsBAAA%3B%3BEAGJ%2CeAAe%3BIACX%2CsBAAA%3B%3BEAGJ%3BIACI%2CgBAAA%3B%3BEAEJ%2CWAAY%3BIACR%2CkBAAA%3BIACA%2CYAAA%3B%3BEAEJ%2CWAAY%3BIACR%2CUAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CeAAgB%3BEAA6B%2CeAAgB%2C4BAA2B%3BEAAQ%2CeAAgB%2C4BAA2B%3BEAAU%2CeAAgB%2C4BAA2B%3BIAC5L%2CeAAA%3B%3BEAGJ%2CaAAc%3BIACV%2CyBAAA%3B%3BEAEJ%2CcAAe%3BIACX%2CUAAA%3BIACA%2CUAAA%3BIACA%2CcAAA%3B%3BEAEJ%2CgBAAiB%3BIACb%2CeAAA%3B%3BEAGJ%2CeAAgB%3BIACZ%2CWAAA%3BIACA%2COAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CoBAAqB%3BIACjB%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CSAAA%3B%3BEAEJ%2CEAAE%3BIACE%2CiBAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CoBAAqB%2CMAAK%2CcAAe%2CKAAI%2CIAAK%3BIAC9C%2CgBAAA%3BIACA%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3B%3BEAEJ%3BIACI%2CYAAA%3B%3BEAGJ%2CMAAM%2COAAO%2CgBAAgB%3BIACzB%2CgBAAA%3B%3BEAEJ%2CcAAiB%3BIACb%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3B%3B%3BAA6JJ%2CwBAxJyC%3BEACrC%3BIACI%2CSAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CSAAU%3BIACN%2CeAAA%3B%3BEAEJ%2CUAAW%3BIACP%2CiBAAA%3B%3BEAEJ%2CUAAW%2CGAAG%3BIACV%2CaAAA%3B%3BEAGJ%2CqBAAsB%2CWAAW%3BIAC7B%2CiBAAA%3B%3BEAGJ%2CQAAS%3BIACL%2CUAAA%3B%3BEAEJ%3BIACI%2CaAAA%3B%3BEAEJ%3BIACI%2CsBAAA%3B%3BEAEJ%2CmBAAoB%3BIAChB%2CcAAA%3B%3BEAEJ%2CeAAgB%3BIACZ%2CiBAAA%3BIACA%2CiBAAA%3B%3BEAEJ%3BIACI%2CgBAAA%3B%3BEAGJ%2CUAAW%3BIACP%2CmBAAA%3BIACA%2CsBAAA%3B%3BEAIJ%3BIACI%2CWAAA%3BIACA%2CWAAA%3B%3BEAIJ%2CYAAa%3BIACT%2CUAAA%3B%3BEAEJ%2CYAAa%3BIACT%2CWAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CYAAa%3BIACT%2CkBAAA%3B%3BEAGJ%2CEAAE%3BIACE%2CeAAA%3B%3BEAEJ%3BIACI%2CuBAAA%3B%3BEAEJ%2CEAAE%2CaAAgB%3BIACd%2CUAAA%3BIACA%2CcAAA%3B%3BEAGJ%3BIAAqB%2CUAAA%3B%3BEACrB%2CeAAgB%3BIACZ%2CgBAAA%3B%3BEAGJ%3BIACI%2CcAAA%3B%3BEAEJ%2CeAAgB%3BIACZ%2CiBAAA%3B%3BEAEJ%2CQAAS%3BIACL%2CyBAAA%3B%3BEAGJ%2CsBAAuB%3BIACnB%2CeAAA%3B%3BEAIJ%2CUAAW%3BIACP%2CgBAAA%3B%3BEAEJ%3BIACI%2CUAAA%3B%3BEAEJ%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CYAAA%3B%3BEAGJ%2CeAAgB%3BIACZ%2CgBAAA%3B%3BEAEJ%2CcAAe%3BIACX%2CqBAAA%3BIACA%2CeAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3B%3BEAMJ%2CSAAU%3BIACN%2CeAAA%3B%3BEAEJ%2CQAAQ%3BIACJ%2CSAAA%3B%3BEAEJ%2CQAAQ%3BIACJ%2CUAAA%3B%3BEAEJ%2CkBAAmB%3BIACf%2CeAAA%3B%3BEAEJ%2CqBAAsB%3BIAClB%2CmBAAA%3B%3BEAEJ%2CcAAe%3BIACX%2CUAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2COAAQ%3BIACJ%2CgBAAA%3B%3BEAGJ%3BIACI%2CgBAAA%3B%3BEAEJ%2CcAAe%3BIACX%2CUAAA%3B%3B%3BAAyGR%2CwBArGyC%3BEACrC%2CgBAAiB%3BIACb%2CaAAA%3B%3BEAEJ%2CQAAS%3BEAAY%2CmBAAoB%3BIACrC%2CgBAAA%3B%3BEAEJ%2CEAAE%3BIACE%2CiBAAA%3B%3BEAEJ%2CkBAAmB%3BIACf%2CeAAA%3B%3BEAEJ%3BIACI%2CeAAA%3B%3BEAGJ%2CaAAc%3BEAA6B%2CaAAc%2C4BAA2B%3BEAAQ%2CaAAc%2C4BAA2B%3BEAAQ%2CaAAc%2C4BAA2B%3BIAAU%2CeAAA%3B%3BEAChM%2CgBAAiB%2CIAAG%3BIAChB%2CwBAAA%3B%3BEAEJ%2CWAAY%3BIACR%2CUAAA%3BIACA%2CqBAAA%3B%3BEAGJ%3BIACI%2CYAAA%3B%3BEAKJ%2CeAAgB%3BIACZ%2CeAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CeAAgB%3BIACZ%2CgBAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CqBAAsB%2CWAAW%3BIAC7B%2CiBAAA%3B%3BEAEJ%3BIAA0B%2CaAAA%3B%3BEAC1B%2CgCAAiC%2COAAM%3BIACnC%2CSAAA%3BIACA%2COAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CgCAAiC%2CGAAE%3BIAC%5C%2FB%2CkBAAA%3B%3BEAEJ%2CEAAE%3BIACE%2CkBAAA%3B%3BEAEJ%2CeAAgB%3BIACZ%2CUAAA%3B%3BEAEJ%2CeAAgB%3BIACZ%2CgBAAA%3B%3BEAGJ%2CEAAE%2CaAAgB%3BIACd%2CUAAA%3BIACA%2CSAAA%3B%3BEAEJ%2CeAAgB%3BIACZ%2CgBAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CUAAW%3BIACP%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CUAAW%2CGAAG%3BIAAM%2CaAAA%3B%3BEACpB%2CmBAAmB%3BIACf%2CSAAA%3B%3BEAEJ%2CmBAAmB%3BIACf%2CUAAA%3B%3BEAEJ%2CqBAAsB%3BIAClB%2COAAA%3B%3BEAEJ%2CEAAE%3BIACE%2CgBAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CqBAAsB%3BIAClB%2COAAA%3B%3BEAEJ%2CcAAc%3BIACV%2CuBAAA%3BIACA%2C8BAAA%3BIACA%2C2BAAA%3B%3B%3BAAg9BR%2CwBA58ByC%3BEACzC%2CiBAAkB%3BIACd%2CcAAA%3B%3BEAEJ%2CiBAAkB%3BIACd%2CQAAA%3BIACA%2CaAAA%3B%3BEAEA%2CcAAc%3BIACV%2CuBAAA%3BIACA%2C8BAAA%3BIACA%2C2BAAA%3B%3BEAEJ%3BIACI%2CYAAA%3BIACA%2CaAAA%3B%3BEAEJ%2CoBAAqB%3BEAAwB%2CsBAAuB%3BIAChE%2CgBAAA%3B%3BEAEJ%3BIACI%2CWAAA%3B%3BEAEJ%2CYAAY%2CYAAa%3BIACrB%2CsBAAA%3B%3BEAEJ%2CoBAAqB%2CaAAY%2CMAAO%3BIACpC%2CaAAA%3BIACA%2CUAAA%3BIACA%2CiBAAA%3BIACA%2CiBAAA%3BIACA%2CYAAA%3B%3BEAEJ%3BIACI%2CcAAA%3B%3BEAEJ%2CmBAAmB%3BIACf%2CkBAAA%3BIACA%2COAAA%3B%3BEAGJ%3BIACI%2CaAAA%3BIACA%2CuBAAA%3B%3BEAEJ%2CwBAAyB%3BIAAuB%2CeAAA%3B%3BEAChD%2CcAAe%2CGAAE%2CUAAU%3BIACvB%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CYAAA%3B%3BEAEJ%2CyBAA0B%3BIAAO%2CWAAA%3B%3BEACjC%2CmBAAmB%3BIACf%2CkBAAA%3BIACA%2CUAAA%3B%3BEAEJ%2CiBAAkB%3BIACd%2CcAAA%3B%3BEAEJ%2CiBAAkB%3BIACd%2CcAAA%3BIACA%2CeAAA%3BIACA%2CeAAA%3BIACA%2CSAAA%3B%3BEAEJ%2CMAAM%3BIACF%2CcAAA%3B%3BEAEJ%2CmBAAmB%3BIACf%2CkBAAA%3BIACA%2CSAAA%3B%3BEAEJ%3BIACI%2CgCAAA%3BIACA%2CkBAAA%3B%3BEAEJ%2CmBAAmB%3BIACf%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CsBAAA%3BIACA%2CkBAAA%3B%3BEAEJ%3BIACI%2CuBAAA%3B%3BEAEJ%3BIACI%2CkBAAA%3B%3BEAEJ%2CmBAAmB%3BIACf%2CsBAAA%3BIACA%2CsBAAA%3BIACA%2CSAAA%3BIACA%2C8BAAA%3B%3BEAEJ%2CaAAc%2CIAAG%3BIACb%2CWAAA%3B%3BEAEJ%3BIACI%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CqBAAA%3BIACA%2CSAAA%3B%3BEAEJ%2CMAAM%2CaAAc%3BIAChB%2CWAAA%3B%3BEAEJ%2CMAAM%3BIACF%2CaAAA%3B%3BEAEJ%3BIACI%2CkBAAA%3BIACA%2CsBAAA%3BIACA%2CMAAA%3BIACA%2COAAA%3BIACA%2CUAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CQAAS%2CIAAG%3BIACR%2CWAAA%3B%3BEAEJ%2CmBAAmB%3BIACf%2CkBAAA%3B%3BEAEJ%2CeAAgB%3BEAA6B%2CeAAgB%2C4BAA2B%3BEAAQ%2CeAAgB%2C4BAA2B%3BEAAU%2CeAAgB%2C4BAA2B%3BIAC5L%2CeAAA%3B%3BEAGJ%2CeAAgB%3BIACZ%2CgBAAA%3BIACA%2CcAAA%3B%3BEAEJ%2CmBAAoB%3BIAChB%2CeAAA%3B%3BEAEJ%2CiBAAkB%3BIACd%2CeAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2CSAAU%3BIACN%2CeAAA%3B%3BEAGJ%2CQAAQ%3BEAAS%2CQAAQ%3BEAAS%2CQAAQ%3BEAAS%2CQAAQ%3BIACvD%2CUAAA%3BIACA%2CaAAA%3BIACA%2CsBAAA%3BIACA%2COAAA%3B%3BEAEJ%2CuBAAwB%2CEAAC%3BIACrB%2CSAAA%3B%3BEAEJ%2CQAAS%3BEAA6B%2CQAAS%3BEAA6B%2CQAAS%3BEAA6B%2CQAAS%3BIACvH%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CSAAA%3B%3BEAEJ%3BIACI%2CoBAAA%3B%3BEAEJ%2CmBAAmB%3BEAAU%2CmBAAmB%3BEAAU%2CmBAAmB%3BEAAU%2CmBAAmB%3BIACtG%2CsBAAA%3B%3BEAEJ%3BIACI%2CeAAA%3B%3BEAEJ%3BEAAa%3BEAAa%3BEAAa%3BIACnC%2CkBAAA%3BIACA%2CiBAAA%3BIACA%2CoBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CsBAAA%3B%3BEAEJ%2CWAAW%3BEAAS%2CWAAW%3BEAAS%2CWAAW%3BEAAS%2CWAAW%3BIACnE%2CwBAAA%3B%3BEAEJ%2CcAAe%3BEAAI%3BEAAmB%2CcAAe%3BIAAI%2CeAAA%3B%3BEACzD%3BIACI%2CcAAA%3B%3BEAEJ%2CMAAM%3BIACF%2CgBAAA%3B%3BEAEJ%3BIACI%2C0BAAA%3B%3BEAEJ%3BIACI%2CcAAA%3B%3BEAEJ%2CeAAgB%3BIACZ%2CoBAAA%3B%3BEAEJ%2CeAAgB%3BIACZ%2CuBAAA%3B%3BEAEJ%2CkBAAmB%3BIACf%2CYAAA%3BIACA%2CUAAA%3B%3BEAEJ%2CKAAK%2CYAAY%2CkBAAkB%2CYAAY%2CcAAc%3BIACzD%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2COAAA%3B%3BEAEJ%2CwBAAyB%2CeAAc%3BIAAU%2CUAAA%3BIAC7C%2CmBAAA%3BIACA%2CkBAAA%3B%3BEACJ%2CWAAY%2CIAAG%3BIAAiB%2CWAAA%3B%3BEAChC%2CkBAAmB%2CoBAAoB%3BIACnC%2CeAAA%3B%3BEAEJ%2CeAAgB%3BIAAQ%2CUAAA%3B%3BEACxB%2COAAO%2COAAQ%3BIACX%2CcAAA%3B%3BEAGJ%3BIACI%2CmBAAA%3B%3BEAEJ%3BIACI%2CaAAA%3B%3BEAEJ%2CMAAM%3BIACF%2CWAAA%3B%3BEAEJ%2CiBAAkB%3BIAEd%2CsBAAA%3B%3BEAGJ%2CEAAE%3BIACE%2CWAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAEJ%2CWAAY%3BIACR%2CeAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CqBAAA%3B%3BEAEJ%2CYAAa%3BIACT%2CYAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CiBAAkB%3BIACd%2CYAAA%3BIACA%2CeAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3B%3BEAEJ%2CUAAU%3BIACN%2CSAAA%3B%3BEAEJ%2CmBAAmB%3BIACf%2CmBAAA%3B%3BEAGJ%3BIACI%2CuBAAA%3B%3BEAEJ%3BIACI%2CaAAA%3B%3BEAEJ%2CUAAW%3BIACP%2CmBAAA%3B%3BEAEJ%2CmBAAmB%3BIACf%2CiBAAA%3B%3BEAEJ%2CUAAW%3BIACP%2CeAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CaAAA%3BIACA%2CeAAA%3B%3BEAGJ%3BEAAY%3BEAAY%3BEAAc%3BIAClC%2CsBAAA%3BIACA%2C0BAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAEJ%3BIACI%2CiBAAA%3B%3BEAEJ%2CUAAU%3BIACN%2CSAAS%2CEAAT%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CaAAA%3BIACA%2COAAA%3BIACA%2CWAAA%3BIACA%2CoDAAA%3BIACA%2CsBAAA%3BIACA%2C4BAAA%3BIACA%2CkCAAA%3B%3BEAEJ%2CUAAU%3BIACN%2CWAAA%3BIACA%2CkCAAA%3BIACA%2CWAAA%3BIACA%2COAAA%3B%3BEAEJ%3BEAAY%3BEAAY%3BEAAc%3BEAAa%3BIAC%5C%2FC%2CkBAAA%3B%3BEAEJ%3BIACI%2CwBAAA%3B%3BEAEJ%3BIACI%2CmBAAA%3B%3BEAEJ%3BIACI%2C4BAAA%3B%3BEAEJ%2CYAAY%3BIACR%2CSAAS%2CEAAT%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CaAAA%3BIACA%2COAAA%3BIACA%2CWAAA%3BIACA%2CoDAAA%3BIACA%2CsBAAA%3BIACA%2C4BAAA%3BIACA%2CkCAAA%3B%3BEAEJ%2CWAAW%3BIACP%2CSAAS%2CEAAT%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CaAAA%3BIACA%2COAAA%3BIACA%2CWAAA%3BIACA%2CqDAAA%3BIACA%2CqBAAA%3BIACA%2C4BAAA%3BIACA%2CkCAAA%3B%3BEAEJ%3BIACI%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2C0BAAA%3BIACA%2C6BAAA%3B%3BEAEJ%2CeAAgB%3BIACZ%2CWAAA%3BIACA%2CWAAA%3B%3BEAEJ%3BIACI%2CcAAA%3BIACA%2CeAAA%3B%3BEAEJ%3BIACI%2CWAAA%3BIACA%2CkBAAA%3B%3BEAEJ%2COAAQ%3BIACJ%2CgBAAA%3B%3BEAEJ%2COAAQ%3BIACJ%2CYAAA%3BIACA%2CSAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3B%3BEAEJ%2CEAAE%2CKAAK%3BIACH%2CmBAAA%3BIACA%2CuCAAA%3BIACA%2CcAAA%3B%3BEAEJ%2CwBAAyB%3BIACrB%2CaAAA%3BIACA%2CuBAAA%3BIACA%2CmBAAA%3BIACA%2C6BAAA%3BIACA%2CqBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3BIACA%2CQAAA%3B%3BEAEJ%2COAAO%3BIACH%2CcAAA%3B%3BEAEJ%3BIACI%2CwBAAA%3B%3BEAEJ%2CeAAgB%2CQAAO%3BIACnB%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAEJ%2COAAO%2COAAQ%2CcAAc%2COAAM%3BIAC%5C%2FB%2CmCAAA%3BIACA%2CkCAAA%3BIACA%2CeAAA%3BIACA%2CoBAAA%3BIACA%2CcAAA%3BIACA%2CSAAS%2COAAT%3BIACA%2CaAAa%2CYAAb%3BIACA%2CsBAAA%3BIACA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CqBAAqB%3BIACjB%2CsBAAA%3B%3BEAEJ%2COAAQ%2CqBAAoB%2COAAQ%2CsBAAqB%3BIACrD%2CYAAA%3B%3BEAGJ%2COAAO%2COAAQ%3BIACX%2CmBAAA%3BIACA%2CyBAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CmBAAA%3BIACA%2CaAAA%3BIACA%2CUAAA%3BIACA%2CUAAA%3BIACA%2C2BAAA%3B%3BEAEJ%2COAAQ%2CwBAAuB%3BIAC3B%2CaAAA%3B%3BEAGJ%2CmBAAmB%3BIACf%2CaAAA%3B%3BEAEJ%2CkBAAmB%3BIACf%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3BIACA%2CsBAAA%3B%3BEAEJ%3BIACI%2CeAAA%3B%3BEAEJ%2CeAAgB%3BIACZ%2CYAAA%3B%3BEAEJ%2CeAAgB%3BIAEZ%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CiBAAkB%3BIACd%2CeAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CeAAgB%3BIACZ%2CsBAAA%3B%3BEAEJ%2CeAAgB%3BIACZ%2CWAAA%3B%3BEAEJ%2CiBAAkB%3BEAA0B%2CiBAAkB%2CyBAAwB%3BIAClF%2CmBAAA%3BIACA%2CgCAAA%3BIACA%2CsBAAA%3BIACA%2CkBAAA%3B%3BEAEJ%3BIACI%2CoBAAA%3BIACA%2C0BAAA%3B%3BEAEJ%2CsBAAuB%2CiBAAiB%3BIACpC%2CcAAA%3B%3BEAEJ%3BEAAmB%3BEAAmB%3BIAClC%2CaAAA%3B%3BEAGJ%3BIACI%2CwBAAA%3B%3BEAGJ%3BIAA0B%2CcAAA%3B%3BEAE1B%2CeAAgB%3BIACZ%2CeAAA%3BIACA%2CiBAAA%3B%3BEAER%3BIACI%2CcAAA%3B%3BEAEJ%2CMAAM%3BIACF%2CcAAA%3B%3BEAEJ%2COAAQ%2CGAAE%3BIACN%2CcAAA%3B%3BEAGJ%2COAAQ%2CGAAE%2CeAAkB%2CKAAK%2CIAAC%3BIAAQ%2CaAAA%3B%3BEAC1C%2COAAU%2CkBAAkB%2CKAAK%3BIAC7B%2CeAAA%3B%3BEAGJ%3BIACI%2CWAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CQAAA%3BIACA%2CYAAA%3BIACA%2CSAAA%3BIACA%2CYAAA%3B%3BEAEJ%2COAAO%3BIACH%2C8BAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2COAAA%3BIACA%2CMAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CYAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CEAAE%3BIACE%2CgBAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3BIACA%2CYAAA%3B%3BEAEJ%2CEAAE%3BIAAa%2CMAAA%3B%3BEACf%2COAAQ%2CGAAE%2CeAAkB%3BIACxB%2CiBAAA%3BIACA%2C6BAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAEJ%2CeAAgB%2CGAAE%2CMAAO%3BIACrB%2CcAAA%3BIACA%2CUAAA%3B%3BEAEJ%2CWAAc%3BIAAI%2CWAAA%3B%3BEAClB%2CeAAgB%3BIACZ%2CcAAA%3B%3BEAED%2CEAAE%2CWAAY%2CGAAG%3BEAAO%2CWAAY%3BEACpC%2CaAAc%3BEAAO%2CaAAc%3BEACnC%2CEAAE%2CgBAAiB%2CGAAG%3BEAAO%2CgBAAiB%3BIACzC%2CWAAA%3B%3BEAEJ%2CYAAa%3BIAAM%2CsBAAA%3B%3BEACnB%2CWAAY%2CGAAG%3BIAEX%2CkBAAA%3B%3BEAGJ%3BEAAa%3BEAAiB%3BIAC1B%2CaAAA%3B%3BEAEJ%2CYAAa%3BIACT%2CeAAA%3BIACA%2CmBAAA%3B%3BEAGJ%3BIACI%2CaAAA%3B%3BEAEJ%2CaAAa%3BIACT%2CQAAA%3B%3BEAEJ%2CYAAa%3BIACT%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CYAAa%3BIACT%2CyBAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CUAAW%3BIACP%2CeAAA%3B%3BEAEJ%2CmBAAmB%3BIACf%2C0BAAA%3B%3BEAEJ%3BIACI%2C0BAAA%3B%3BEAEJ%3BIACI%2CmBAAA%3B%3BEAIJ%2CeAAgB%3BIACZ%2CmBAAA%3BIACA%2CeAAA%3B%3BEAGJ%2CeAAgB%2COAAM%3BIAClB%2CkBAAA%3BIACA%2COAAA%3BIACA%2CMAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3B%3BEAEJ%2CmBAAmB%2CgBAAgB%3BIAC%5C%2FB%2C8BAAA%3BIACA%2C6BAAA%3BIACA%2CkBAAA%3BIACA%2COAAA%3B%3BEAEJ%2CmBAAmB%2CgBAAgB%3BIAC%5C%2FB%2CkBAAA%3BIACA%2CSAAA%3BIACA%2COAAA%3BIACA%2C8BAAA%3BIACA%2C6BAAA%3B%3BEAGJ%2CMAAM%2CaAAc%3BIAChB%2CUAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3B%3BEAEJ%2CeAAkB%3BIACd%2C2BAAA%3B%3BEAEJ%2CmBAAoB%3BIAChB%2CQAAA%3B%3BEAGJ%3BIACI%2CaAAA%3B%3BEAEJ%2CWAAY%3BIACR%2CYAAA%3B%3BEAGJ%3BIACI%2CaAAA%3B%3BEAEJ%3BIACI%2CgBAAA%3BIACA%2CMAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CiBAAiB%3BIACb%2CcAAA%3B%3BEAEJ%2CiBAAiB%3BIACb%2CcAAA%3B%3BEAER%3BIAAmB%2CmBAAA%3B%3BEACnB%3BEAAmB%3BIACf%2CiBAAA%3BIACA%2COAAA%3B%3BEAEJ%2CcAAe%2COAAO%3BIAClB%2CcAAA%3BIACA%2C6BAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CmBAAA%3B%3BEAEJ%3BIACI%2CeAAA%3BIACA%2CYAAA%3BIACA%2CcAAA%3B%3BEAEJ%2CiBAAkB%3BIAAuB%2C4BAAA%3B%3BEACzC%3BIACI%2CoBAAA%3B%3BEAEJ%2CYAAY%3BIACR%2CQAAA%3B%3BEAGJ%2CYAAY%3BIACR%2CQAAA%3B%3BEAEJ%2CaAAa%3BEAAS%2CaAAa%3BIAC%5C%2FB%2CSAAA%3B%3BEAEJ%2CUAAW%3BIACP%2CgBAAA%3BIACA%2CsBAAA%3B%3BEAEJ%2CmBAAmB%2CUAAW%3BIAC1B%2CmBAAA%3B%3BEAGJ%2COAAQ%3BIAAiB%2C8BAAA%3B%3BEACzB%2CwBAAyB%3BIACrB%2CQAAA%3B%3BEAEJ%2CaAAc%3BIAEV%2CiBAAA%3BIACA%2CcAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3BIACA%2CeAAA%3B%3BEAEJ%3BIACI%2CSAAA%3B%3BEAEJ%3BIACI%2CqBAAA%3B%3BEAEJ%2CmBAAmB%2CcAAc%3BIAC7B%2CkBAAA%3B%3BEAGJ%2CeAAe%3BIACX%2CsBAAA%3BIACA%2CSAAA%3B%3BEAEJ%2CcAAc%3BIACV%2CmBAAA%3B%3BEAEJ%2CeAAe%3BIAAS%2CSAAA%3B%3BEACxB%2CeAAe%3BIAAQ%2CSAAA%3B%3BEACvB%2CkBAAmB%2CEAAC%3BIAChB%2CgBAAA%3B%3BEAEJ%2CmBAAmB%3BIACf%2CiBAAA%3B%3BEAEJ%2CeAAgB%3BIACZ%2CgBAAA%3BIACA%2CaAAA%3B%3BEAGJ%2CmBAAmB%3BIACf%2C2BAAA%3B%3BEAEJ%2CYAAY%2CYAAY%2CcAAe%3BIACnC%2CuBAAA%3BIACA%2C2BAAA%3B%3BEAEJ%3BIACI%2CgBAAA%3BIACA%2CoBAAA%3B%3BEAEJ%2C%2BBAAgC%3BIAC5B%2CUAAA%3B%3BEAEJ%3BIACI%2CkBAAA%3B%3BEAEJ%2C%2BBAAgC%3BIAC5B%2CcAAA%3B%3BEAEJ%2C%2BBAAgC%2CeAAiB%3BIAC7C%2CiBAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CaAAc%3BIACV%2CWAAA%3BIACA%2CWAAA%3BIACA%2CqBAAA%3B%3BEAEJ%2C%2BBAAiC%3BIAC7B%2CWAAA%3BIACA%2CgBAAA%3B%3BEAEJ%3BIACI%2CgBAAA%3B%3BEAEJ%2CWAAY%3BIACR%2CkBAAA%3B%3BEAEJ%2CcAAe%2CGAAE%3BIACb%2CaAAA%3BIACA%2COAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CiBAAkB%3BIACd%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CcAAe%3BIACX%2CWAAA%3BIACA%2CUAAA%3B%3BEAEJ%2CcAAe%3BEAAU%2CcAAe%3BIACpC%2CsBAAA%3B%3BEAEJ%2CcAAe%3BEAAQ%2CcAAe%3BIAClC%2CgBAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CGAAG%2CMAAO%3BEAAI%2CGAAG%2CMAAO%3BIACpB%2CUAAA%3B%3BEAEJ%2CaAAc%3BIACV%2CiBAAA%3BIACA%2CcAAA%3BIACA%2CMAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CyBAAA%3BIACA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CmBAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CsDAAA%3BIACA%2CgBAAA%3BIACA%2C4BAAA%3BIACA%2CqBAAA%3BIACA%2C4BAAA%3B%3BEAEJ%2CeAAgB%3BIACZ%2CUAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CoBAAqB%2CgBAAgB%3BIACjC%2CiBAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CgBAAiB%3BIACb%2CeAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CcAAe%3BIACX%2CUAAA%3BIACA%2CiBAAA%3BIACA%2CqBAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CEAAE%3BIACE%2CeAAA%3B%3BEAEJ%2CqBAAsB%3BIAClB%2COAAA%3B%3BEAGJ%3BIACI%2CQAAA%3B%3BEAEJ%2CmBAAmB%3BIACf%2CQAAA%3B%3BEAEJ%3BIACI%2CeAAA%3B%3BEAEJ%2COAAQ%3BIACJ%2CgBAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CCAAC%3BEAA0B%2CMAAM%3BEAA0B%2CGAAG%3BIAA0B%2CSAAA%3B%3BEACxF%3BIACI%2COAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CQAAS%2COAAO%2COAAO%3BIACnB%2CeAAA%3B%3BEAEJ%2CQAAS%3BIACL%2CkBAAA%3BIACA%2CsBAAA%3B%3BEAEJ%2CoBAAqB%2CQAAO%3BIACxB%2CaAAA%3B%3BEAEJ%2CKAAK%2CcAAe%3BIAChB%2CcAAA%3BIACA%2COAAA%3BIACA%2CeAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CKAAK%2CcAAe%2CMAAM%2CKAAI%3BIAC1B%2CUAAA%3BIACA%2CkBAAA%3B%3BEAEJ%3BIACI%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CSAAA%3B%3BEAEJ%2CSAAU%3BIACN%2CWAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CmBAAoB%2CUAAU%3BIAC1B%2CUAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CgCAAiC%2CMAAK%2CSAAS%3BIAC3C%2CeAAA%3B%3BEAEJ%3BIACI%2CYAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CoBAAqB%2CWAAW%2CGAAE%2CIAAI%3BIAClC%2C2BAAA%3B%3BEAEJ%2CeAAgB%2CSAAQ%2COAAQ%3BIAC5B%2C0BAAA%3BIACA%2CMAAA%3B%3BEAGJ%2CeAAgB%2CSAAS%3BIACrB%2CiBAAA%3BIACA%2C0BAAA%3B%3BEAEJ%2CeAAgB%3BIACZ%2CaAAA%3B%3BEAEJ%2CeAAgB%3BIAAW%2CeAAA%3B%3BEAC3B%2CKAAK%2C%2BBAAgC%3BIACjC%2CeAAA%3B%3BEAEJ%2CwBAAyB%3BIACrB%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CsBAAA%3BIACA%2CSAAA%3B%3BEAEJ%2CuCAAuC%2CMAAM%2COAAO%2COAAO%3BIACvD%2CgBAAA%3BIACA%2CaAAA%3B%3BEAEJ%2CuCAAwC%3BIACpC%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3B%3B%3BAAg3CJ%2CwBA52CyC%3BEACrC%3BIACI%2CcAAA%3B%3BEAGJ%2CmBAAoB%2CGAAE%3BIAAO%2CaAAA%3B%3BEAC7B%2CEAAE%3BIAAU%2CaAAA%3B%3BEACZ%3BIACI%2CcAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAEJ%2CmBAAoB%2CeAAc%3BIAAO%2CcAAA%3B%3BEACzC%3BEAA0C%2CeAAgB%3BIAA0C%2CcAAA%3B%3BEACpG%2CeAAgB%2CiCAAgC%3BIAC5C%2CkBAAA%3BIACA%2COAAA%3B%3BEAEJ%2CiCAAkC%2CGAAE%2CUAAU%2CGAAI%2CiCAAmC%2CMAAG%2CUAAU%3BIAAK%2CkBAAA%3B%3BEACvG%2CiBAAkB%2CYAAY%3BIAC1B%2CSAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CoBAAuB%3BIACnB%2CaAAA%3B%3BEAEJ%2CoBAAqB%3BIACjB%2CeAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CgBAAgB%3BIACZ%2CeAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CiCAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CyBAA0B%3BIACtB%2CSAAA%3BIACA%2CUAAA%3BIACA%2CaAAA%3B%3BEAEJ%2CyBAA0B%2CQAAO%3BIAC7B%2CkBAAA%3BIACA%2CaAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CyBAA0B%2CGAAE%3BIACxB%2CeAAA%3B%3BEAEJ%2CyBAA0B%3BIACtB%2C8BAAA%3B%3BEAEJ%2CuBAAwB%2CGAAE%2CUAAU%2CGAAI%3BIACpC%2CmBAAA%3B%3BEAEJ%2CqBAAsB%2CeAAc%3BIAChC%2C8BAAA%3BIACA%2C2BAAA%3B%3BEAIJ%2CMAAM%3BIACF%2CcAAA%3BIACA%2CwDAAA%3BIACA%2C4BAAA%3BIACA%2CqBAAA%3BIACA%2CkCAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CYAAA%3B%3BEAEJ%2CMAAM%2CmCAAmC%3BIAAS%2CgBAAA%3B%3BEAClD%2CMAAM%2CmCAAmC%3BIACrC%2CcAAA%3BIACA%2CwDAAA%3BIACA%2C4BAAA%3BIACA%2CqBAAA%3BIACA%2CkCAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CYAAA%3B%3BEAEJ%2CkBAAmB%3BIACf%2CWAAA%3BIACA%2CWAAA%3BIACA%2CaAAA%3B%3BEAGJ%2CEAAE%3BIACE%2CaAAA%3B%3BEAGJ%3BIACI%2CaAAA%3B%3BEAGJ%3BIACI%2CaAAA%3B%3BEAEJ%2CeAAgB%3BIACZ%2CWAAA%3BIACA%2CaAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CiBAAkB%3BIACd%2C0BAAA%3BIACA%2CsBAAA%3B%3BEAEJ%2CiBAAkB%3BIAAmB%2CeAAA%3B%3BEACrC%2CiBAAkB%3BIACd%2CeAAA%3B%3BEAEJ%2CiBAAkB%3BIAAI%2CeAAA%3B%3BEACtB%2CQAAS%3BIACL%2CWAAA%3B%3BEAEJ%2CEAAE%3BIACE%2CcAAA%3B%3BEAEJ%2CmBAAoB%2CUAAU%3BIAC1B%2CUAAA%3B%3BEAEJ%2CmBAAoB%2CUAAU%3BIAC1B%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CqBAAsB%3BIAClB%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CmBAAoB%2CYAAY%2CUAAU%3BIACtC%2CUAAA%3B%3BEAEJ%3BIACI%2CiBAAA%3B%3BEAKJ%2C8BAA%2BB%3BIAAwB%2CcAAA%3B%3BEACvD%3BIACI%2C0BAAA%3B%3BEAEJ%2C%2BBAAgC%2COAAM%2CUAAU%3BEAAS%2C%2BBAAgC%2COAAM%2CUAAU%2COAAO%3BIAAQ%2CWAAA%3B%3BEACxH%2CWAAY%3BIACR%2CUAAA%3B%3BEAEJ%2CgBAAiB%3BIACb%2CiBAAA%3B%3BEAGJ%2COAAQ%3BIACJ%2CgBAAA%3B%3BEAGJ%2CcAAe%3BIACX%2CUAAA%3B%3BEAEJ%2C%2BBAAgC%3BIAC5B%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3BEAGJ%2CcAAe%3BEAAQ%2CcAAe%3BIAClC%2CgBAAA%3BIACA%2CYAAA%3B%3BEAEJ%2CcAAe%3BIACX%2CYAAA%3B%3BEAEJ%2CqBAAsB%3BIAAkB%2CaAAA%3B%3BEACxC%2CMAAM%3BEAAkB%2CMAAM%2CUAAU%3BIACpC%2CaAAA%3BIACA%2CgBAAA%3BIACA%2C0BAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CeAAgB%3BIAEZ%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CcAAe%2CGAAE%2CUAAU%3BIACvB%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2COAAA%3BIACA%2CWAAA%3B%3BEAIJ%3BIACI%2CgCAAA%3B%3BEAEJ%3BIAAa%2CeAAA%3B%3BEAEb%3BIACI%2CeAAA%3B%3BEAEJ%2CUAAW%3BIACP%2CeAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2COAAA%3BIACA%2CqDAAA%3BIACA%2C4BAAA%3BIACA%2CsBAAA%3BIACA%2C%2BBAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CwBAAyB%3BIACrB%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CWAAY%3BIACR%2CUAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CaAAA%3B%3BEAGJ%3BIACI%2CaAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CWAAY%3BIACR%2CgBAAA%3BIACA%2CmBAAA%3B%3BEAEJ%3BEAAmB%3BIACf%2CeAAA%3B%3BEAEJ%3BIAAe%2CuBAAA%3B%3BEACf%2CaAAc%3BIACV%2CeAAA%3B%3BEAEJ%2CaAAc%3BEAA6B%2CaAAc%2C4BAA2B%3BEAAQ%2CaAAc%2C4BAA2B%3BEAAQ%2CaAAc%2C4BAA2B%3BIAClL%2CeAAA%3B%3BEAEJ%2CqBAAqB%3BEAAS%2CiBAAiB%3BIAC3C%2CYAAA%3B%3BEAGJ%2CeAAgB%3BIACZ%2CgBAAA%3BIACA%2CaAAA%3B%3BEAGJ%2CmBAAmB%3BIACf%2CYAAA%3B%3BEAEJ%3BIACI%2CoBAAA%3B%3BEAEJ%3BIACI%2CmBAAA%3BIACA%2CkBAAA%3B%3BEAEJ%2CSAAS%3BEAAS%2CSAAS%3BEAAS%2CWAAW%3BEAAS%2CUAAU%3BIAC9D%2CmBAAA%3B%3BEAEJ%2CgBAAiB%3BIACb%2C0BAAA%3B%3BEAEJ%2CkBAAmB%3BIACf%2CWAAA%3BIACA%2CaAAA%3B%3BEAGJ%2CkBAAmB%3BIACf%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CkBAAmB%3BIACf%2CeAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CkBAAmB%2CEAAC%3BIAEhB%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CiBAAkB%3BIACd%2CeAAA%3B%3BEAEJ%2CkBAAmB%3BIACf%2CeAAA%3BIACA%2C2BAAA%3B%3BEAEJ%3BIACI%2C8BAAA%3B%3BEAEJ%2CiBAAkB%2CGAAE%3BIAChB%2CeAAA%3B%3BEAEJ%3BIACI%2CkBAAA%3B%3BEAEJ%2CUAAW%2CGAAE%3BIACT%2CaAAA%3B%3BEAEJ%2CWAAY%3BIACR%2CYAAA%3B%3BEAGJ%2CqBAAsB%3BIAClB%2CWAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CwBAAyB%3BIACrB%2CaAAA%3B%3BEAEJ%2COAAO%2COAAQ%3BIACX%2CaAAA%3B%3BEAGJ%2CYAAa%2CGAAG%3BIACZ%2CgBAAA%3BIACA%2CeAAA%3B%3BEAIJ%2CGAAI%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CsBAAA%3BIACA%2CiBAAA%3B%3BEAEJ%3BIACI%2C%2BBAAA%3B%3BEAEJ%2CEAAE%2CQAAS%3BIACP%2CWAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CcAAe%3BIACX%2CWAAA%3B%3BEAEJ%2CcAAe%2CGAAG%3BIACd%2C2BAAA%3B%3BEAEJ%2CcAAe%2CGAAE%2CUAAU%3BIACvB%2CWAAA%3B%3BEAEJ%2CoBAAqB%3BIACjB%2CeAAA%3B%3BEAEJ%2CwBAAyB%3BIACrB%2CeAAA%3B%3BEAEJ%2CcAAiB%3BIACb%2CgBAAA%3B%3BEAEJ%2CqBAAsB%2CWAAW%3BIAC7B%2CiBAAA%3B%3BEAGJ%2CqBAAsB%3BEAAiB%2CsBAAuB%3BIAC1D%2CeAAA%3B%3BEAEJ%2CgBAAiB%3BIACb%2CYAAA%3BIACA%2CaAAA%3B%3BEAEJ%3BEAAwB%2CWAAY%3BIAAa%2CcAAA%3BIAAgB%2COAAA%3B%3BEACjE%3BIACI%2CkBAAA%3B%3BEAEJ%3BIACI%2CYAAA%3B%3BEAEJ%2CsBAAuB%2CiBAAiB%3BIACpC%2CgBAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CsBAAuB%2CiBAAiB%3BIACpC%2CkBAAA%3BIACA%2CiBAAA%3B%3BEAIJ%3BIACI%2CsBAAA%3B%3BEAEJ%2CQAAS%3BIACL%2CUAAA%3B%3BEAEJ%2CQAAS%2CQAAO%3BIACZ%2CUAAA%3BIACA%2CSAAA%3B%3BEAEJ%2CUAAW%2CGAAK%3BIACZ%2CaAAA%3B%3BEAEJ%2CUAAW%3BIACP%2CWAAA%3B%3BEAEJ%2CUAAW%2CGAAE%3BIACT%2CWAAA%3B%3BEAEJ%2CUAAW%2CGAAE%2CUAAU%3BIACnB%2CUAAA%3B%3BEAEJ%2CUAAW%2CGAAE%2CUAAU%3BIACnB%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAEJ%2CCAAC%3BIACG%2CaAAA%3B%3BEAGJ%3BIACI%2CwBAAA%3B%3BEAEJ%2CeAAgB%3BIACZ%2CmBAAA%3B%3BEAEJ%2CeAAgB%3BIACZ%2CgBAAA%3B%3BEAEJ%2CYAAa%3BIACT%2CkBAAA%3B%3BEAEJ%2CYAAa%3BIACT%2CUAAA%3B%3BEAEJ%3BIACI%2CeAAA%3B%3BEAGJ%2CYAAa%2COAAO%3BEAAK%2CYAAa%2COAAO%3BEAAK%2CYAAa%2COAAO%3BEAAK%2CYAAa%2COAAO%3BIAC3F%2CUAAA%3B%3BEAEJ%2CeAAgB%3BIACZ%2CWAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CmBAAoB%3BIAChB%2CgBAAA%3B%3BEAIJ%3BIACI%2CcAAA%3BIACA%2CcAAA%3B%3BEAEJ%3BIACI%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3B%3BEAEJ%3BIACI%2CWAAA%3B%3BEAGJ%2CEAAE%3BIACE%2CkBAAA%3B%3BEAEJ%2CgCAAiC%2COAAM%3BIACnC%2CeAAA%3B%3BEAGJ%3BEAAiB%3BEAAiB%3BIAC9B%2CUAAA%3B%3BEAEJ%2CcAAe%3BIACX%2CeAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CMAAM%3BIACF%2CWAAA%3BIACA%2CcAAA%3B%3BEAGJ%3BIACI%2CYAAA%3B%3BEAIJ%2CWAAY%3BIACR%2CgBAAA%3B%3BEAEJ%3BEAAc%3BIACd%2CWAAA%3B%3BEAEA%3BEAAa%3BIACb%2CcAAA%3B%3BEAEJ%3BIACI%2CeAAA%3B%3BEAGJ%3BIACI%2CeAAA%3BIACA%2CcAAA%3BIACA%2CcAAA%3BIACA%2CaAAA%3B%3BEAGJ%3BIACI%2CWAAA%3B%3BEAEJ%3BIACI%2CeAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAEJ%2CeAAgB%3BIACZ%2CWAAA%3B%3BEAIJ%2CgBAAiB%3BIACb%2CWAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3BEAEJ%2CgBAAiB%2CEAAC%3BIACd%2CkBAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3BIACA%2COAAA%3BIACA%2CgBAAA%3B%3BEAIJ%2CgBAAiB%2CEAAC%3BIACd%2CkBAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2COAAA%3BIACA%2CgBAAA%3B%3BEAGJ%3BIACI%2CWAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3B%3BEAGJ%3BEAAc%3BIACV%2CiBAAA%3B%3BEAGJ%3BIACI%2CgBAAA%3B%3BEAEJ%2CWAAY%3BIACR%2CmBAAA%3BIACA%2CYAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CyBAAA%3B%3BEAEJ%2CUAAW%3BIACP%2CUAAA%3BIACA%2CkBAAA%3B%3BEAEJ%3BIACI%2CWAAA%3BIACA%2CSAAA%3B%3BEAEJ%2CEAAE%3BIACE%2CeAAA%3B%3BEAGJ%2CMAAO%3BIACH%2CeAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CMAAO%3BIACH%2C0BAAA%3B%3BEAEJ%2CMAAO%3BIACH%2CeAAA%3B%3BEAEJ%2CEAAE%2CaAAgB%2CKAAE%3BIAChB%2CaAAA%3B%3BEAEJ%2CEAAE%2CaAAgB%3BIACd%2CUAAA%3BIACA%2CSAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CEAAE%2CaAAgB%3BIACd%2CWAAA%3BIACA%2CSAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CEAAE%3BIACE%2CoBAAA%3B%3BEAEJ%3BIACI%2CoBAAA%3B%3BEAEJ%2CWAAY%2CgBAAkB%3BIAC1B%2CeAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CWAAY%2CgBAAkB%3BIAC1B%2CeAAA%3BIACA%2CmBAAA%3B%3BEAEJ%3BEAAiB%2CeAAgB%3BIAC7B%2CiBAAA%3BIACA%2CeAAA%3B%3BEAGJ%3BIACI%2CeAAA%3B%3BEAEJ%2CUAAW%3BIACP%2CgBAAA%3B%3BEAEJ%2CeAAgB%3BEAChB%2CeAAgB%2C4BAA2B%3BEAC3C%2CeAAgB%2C4BAA2B%3BEAC3C%2CeAAgB%2C4BAA2B%3BIAAU%2CeAAA%3BIAAiB%2CiBAAA%3B%3BEAClE%3BIACI%2C2BAAA%3BIACA%2CkBAAA%3B%3BEAEJ%2CmBAAoB%3BIAChB%2CQAAA%3BIACA%2CSAAA%3B%3BEAEJ%3BIACI%2CWAAA%3B%3BEAIJ%2CEAAE%3BIACE%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CkBAAmB%3BIACf%2CWAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CEAAE%3BIAAa%2CgBAAA%3B%3BEACnB%2CkBAAmB%3BIACf%2CeAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CiBAAkB%3BIACd%2CWAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CoBAAqB%3BIACjB%2CeAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3B%3BEAGJ%2CkBAAmB%3BIACf%2CeAAA%3BIACA%2CiBAAA%3B%3BEAGJ%2CeAAgB%3BIACZ%2CcAAA%3B%3BEAEJ%2CmBAAoB%3BIAChB%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CoBAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CaAAA%3B%3BEAEJ%3BIACI%2CgBAAA%3B%3BEAEJ%3BIACI%2CgBAAA%3BIACA%2CsBAAA%3B%3BEAEJ%2CkBAAmB%3BEAAI%2CmBAAoB%3BEAAI%2CoBAAqB%3BIAChE%2CeAAA%3BIACA%2CmBAAA%3B%3BEAEJ%3BIACI%2CeAAA%3B%3BEAEJ%3BEAAmB%3BIACf%2CYAAA%3B%3BEAGJ%2CSAAU%3BIACN%2CeAAA%3B%3BEAEJ%2CmBAAoB%3BIAChB%2CUAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CmBAAoB%3BIAChB%2CkBAAA%3BIACA%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CmBAAoB%2CeAAiB%3BIACjC%2CgBAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3B%3BEAGJ%2CmBAAoB%3BIAChB%2C4BAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CmBAAoB%2CsBAAqB%3BIACrC%2CYAAA%3B%3BEAEJ%3BIACI%2CWAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CkBAAmB%3BIACf%2CWAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CMAAO%3BIACH%2CqBAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAEJ%2CkBAAmB%3BIACf%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAEJ%2CcAAe%3BIACX%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CMAAA%3BIACA%2CUAAA%3BIACA%2CYAAA%3B%3BEAEJ%3BIACI%2CmBAAA%3B%3BEAEJ%2C%2BBAAgC%3BIAC5B%2CsBAAA%3B%3BEAEJ%3BIACI%2CkBAAA%3B%3BEAEJ%3BIACI%2CeAAA%3BIACA%2CmBAAA%3B%3BEAEJ%3BIACI%2CaAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CMAAM%3BEAAiB%2CMAAM%2CUAAU%3BIACnC%2CgBAAA%3BIACA%2C0BAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3B%3BEAEJ%3BIACI%2CeAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3B%3BEAEJ%2CcAAe%3BIACX%2CUAAA%3B%3BEAEJ%2CoBAAqB%3BIACjB%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CeAAgB%3BIACZ%2CeAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3BIACA%2COAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CMAAM%3BIACF%2CaAAA%3B%3BEAEJ%2C%2BBAAgC%3BIAAiB%2CeAAA%3B%3BEACjD%2COAAO%2CKAAM%2COAAM%3BIACf%2CmBAAA%3B%3BEAEJ%2CKAAK%2CcAAe%2CKAAI%3BEAAM%2CKAAK%2CcAAe%2CKAAI%3BEAAQ%2CKAAK%2CcAAe%2CKAAI%3BEAAW%2CKAAK%2CcAAe%2CKAAI%3BIACrH%2CUAAA%3B%3BEAEJ%3BIACI%2CeAAA%3BIACA%2CkBAAA%3B%3BEAEJ%2CoBAAqB%2CmBAAqB%3BEAAG%2CoBAAqB%2CSAAQ%2CKAAM%2CEAAI%3BEAAG%2CkBAAmB%2CmBAAqB%3BIAC3H%2CkBAAA%3B%3BEAEJ%2CKAAK%2CcAAe%3BIAChB%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CKAAK%2CcAAe%3BIAChB%2CoBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CyBAAA%3B%3BEAEJ%2CKAAK%2CcAAe%2CKAAI%3BEAAM%2CKAAK%2CcAAe%2CKAAI%3BEAAQ%2CKAAK%2CcAAe%2CKAAI%3BEAAW%2CKAAK%2CcAAe%2CKAAI%3BIACrH%2CWAAA%3B%3BEAEJ%2CKAAK%2CcAAe%2CKAAI%3BEAAM%2CKAAK%2CcAAe%2CKAAI%3BEAAQ%2CKAAK%2CcAAe%2CKAAI%3BEAAW%2CKAAK%2CcAAe%2CKAAI%3BIACrH%2CWAAA%3BIACA%2CkBAAA%3B%3BEAEJ%2CKAAK%2CcAAe%2CKAAI%3BIACpB%2CUAAA%3BIACA%2CkBAAA%3B%3BEAEJ%2CoBAAqB%3BIACjB%2CgBAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CqBAAA%3BIACA%2CUAAA%3B%3BEAEJ%2CKAAK%2CcAAe%2CMAAQ%3BIACxB%2CgCAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3BIACA%2CcAAA%3B%3BEAGJ%3BIACI%2CkBAAA%3BIACA%2CMAAA%3BIACA%2COAAA%3B%3BEAEJ%2CcAAiB%3BIAAU%2CUAAA%3B%3BEAC3B%2CgBAAiB%2CGAAE%3BIACf%2C2BAAA%3BIACA%2CkBAAA%3B%3BEAEJ%2CaAAc%2CSAAS%3BIACnB%2CaAAA%3B%3BEAGJ%2CQAAS%3BIACL%2CWAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CMAAO%2CcAAc%3BIACjB%2CgBAAA%3B%3BEAEJ%2CmBAAoB%2CUAAU%2CcAAc%3BIACxC%2CgBAAA%3B%3BEAEJ%2CsBAAuB%3BIACnB%2C0BAAA%3B%3BEAEJ%2CaAAc%3BIACV%2COAAA%3B%3BEAEJ%2CaAAc%3BIACV%2CWAAA%3B%3BEAEJ%2CEAAE%3BIACE%2C6BAAA%3B%3BEAKJ%2CgBAAgB%3BIACZ%2CUAAA%3B%3BEAGJ%2CYAAa%2COAAO%3BEAAQ%2CkBAAmB%2CcAAc%2COAAO%3BIAChE%2CmBAAA%3B%3BEAEJ%2C0BAA2B%2CMAAM%3BIAC7B%2CeAAA%3BIACA%2CuBAAA%3B%3BEAGJ%2CcAAe%2CmBAAmB%2CcAAc%3BIAAW%2CaAAA%3B%3BEAC3D%2CSAAU%2CGAAE%3BIACR%2CmBAAA%3B%3BEAIJ%2CsBAAuB%2CUAAS%2CKAAK%3BIACjC%2CYAAA%3BIACA%2CaAAA%3B%3BEAEJ%3BIACI%2CcAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2C6BAA8B%3BIAC1B%2CyBAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CqBAAA%3BIACA%2CyBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CYAAY%3BIACR%2CUAAA%3B%3BEAEJ%3BIACI%2CWAAA%3BIACA%2CWAAA%3B%3BEAEJ%3BIACI%2CmBAAA%3B%3BEAGJ%2CYAAa%3BIACT%2CiBAAA%3B%3BEAEJ%3BIACI%2CeAAA%3B%3BEAEJ%3BIACI%2CmBAAA%3B%3BEAEJ%2C8BAA%2BB%3BIAC3B%2CQAAA%3BIACA%2COAAA%3BIACA%2CaAAA%3BIACA%2CgCAAA%3BIACA%2C6BAAA%3B%3BEAEJ%2CgBAAiB%3BIAAgB%2CgBAAA%3B%3BEACjC%2CqBAAsB%2CkBAAiB%3BIACnC%2CaAAA%3B%3BEAEJ%2CsCAAsC%3BIAClC%2CwBAAA%3B%3BEAEJ%2CsCAAsC%3BIAClC%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3B%3BEAEJ%3BIACI%2CgBAAA%3B%3BEAEJ%2CwCAAyC%3BIAAM%2CkBAAA%3B%3BEAC%5C%2FC%2CgCAAgC%2CYAAa%3BIAAwC%2CgBAAA%3BIAAiB%2CgBAAA%3B%3BEACtG%3BIACI%2CUAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CgCAAgC%2CIAAI%3BIAChC%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CqBAAA%3B%3BEAEJ%2C0BAA6B%2CMAAG%3BIAC5B%2C6BAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2C0BAA6B%2CMAAG%2CYAAe%2CMAAG%3BIAC9C%2CaAAA%3B%3BEAEJ%2CgCAAgC%3BIAC5B%2CWAAA%3BIACA%2CcAAA%3BIACA%2C8BAAA%3BIACA%2C4BAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CmBAAoB%3BIAChB%2C4BAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CgCAAgC%3BIAC5B%2CeAAA%3B%3BEAEJ%3BIACI%2CcAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3B%3BEAEJ%3BIAA%2BB%2CoBAAA%3B%3BEAC%5C%2FB%3BIACI%2CcAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2C2CAA4C%2CKAAI%3BIAC5C%2CcAAA%3B%3BEAEJ%2C8BAA%2BB%3BIAC3B%2CmBAAA%3BIACA%2CqBAAA%3BIACA%2CkCAAA%3BIACA%2CqBAAA%3B%3BEAEJ%2C8BAA%2BB%2CGAAE%2CIAAI%3BIACjC%2CmBAAA%3B%3BEAEJ%3BIACI%2C0BAAA%3B%3BEAEJ%3BIACI%2CoBAAA%3B%3BEAEJ%3BIACI%2CiBAAA%3B%3BEAEJ%3BIACI%2CaAAA%3B%3BEAEJ%2CiCAAkC%2CGAAE%2CUAAU%2CGAAI%3BIAC9C%2CUAAA%3B%3BEAEJ%2CgCAAgC%2CqCAAwC%2CMAAG%3BIACvE%2CgBAAA%3B%3BEAEJ%2CYAAa%3BIACT%2CeAAA%3B%3BEAEJ%3BIACI%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CgCAAmC%3BIAC%5C%2FB%2CkBAAA%3BIACA%2CqBAAA%3B%3BEAEJ%2CgCAAgC%3BIAC5B%2CeAAA%3B%3BEAEJ%2CiCAAkC%2CGAAE%2CUAAU%2CGAAM%2CMAAM%2CMAAG%3BIACzD%2C0BAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CwCAAyC%3BIAErC%2CeAAA%3B%3BEAEJ%2CgCAAgC%2CIAAI%3BIAAgB%2CkBAAA%3B%3BEACpD%2CiCAAkC%2CGAAE%2CUAAU%2CGAAI%2CiCAAmC%2CMAAG%2CUAAU%3BEAClG%2CeAAgB%3BIACZ%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CeAAgB%3BIACZ%2CiBAAA%3B%3BEAEJ%2CeAAgB%3BIACZ%2CUAAA%3B%3BEAEJ%2CeAAgB%2CiCAAmC%2CMAAG%2CUAAU%3BIAAK%2CWAAA%3B%3BEACrE%2CqBAAsB%2CcAAc%2COAAM%2COAAO%2CUAAU%3BIACvD%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3B%3BEAEJ%2CMAAM%2C8BAA8B%3BIAChC%2CiBAAA%3B%3BEAEJ%2CiCAAkC%2CGAAE%2CUAAU%2CGAAI%2CiCAAmC%2CMAAG%2CUAAU%3BIAC9F%2CkBAAA%3BIACA%2CWAAA%3B%3BEAEJ%3BIACI%2CaAAA%3B%3BEAEJ%3BIAA4B%2CWAAA%3B%3BEAC5B%2CGAAG%2C0BAA6B%3BIAC5B%2CwBAAA%3B%3BEAEJ%2CwCAAyC%3BIACrC%2C0BAAA%3B%3BEAEJ%2CiCAAkC%2CGAAE%2CUAAU%2CGAAI%2CyCAAyC%3BIACvF%2C0BAAA%3B%3BEAEJ%2CoBAAqB%3BIACjB%2CeAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CEAAE%2CeAAe%3BIACb%2CSAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CeAAgB%3BIACZ%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3B%3BEAEJ%2CeAAgB%3BIACZ%2CWAAA%3B%3BEAEJ%2CoBAAqB%2CMAAK%2CcAAe%2CiBAAmB%3BIACxD%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CSAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CoBAAqB%3BIACjB%2CgBAAA%3B%3BEAEJ%2CKAAK%2CcAAe%2CKAAI%3BEAAM%2CKAAK%2CcAAe%2CKAAI%3BEAAQ%2CKAAK%2CcAAe%2CKAAI%3BIAClF%2CgBAAA%3B%3BEAEJ%2CoBAAqB%2CKAAI%3BIACrB%2CwBAAA%3B%3BEAEJ%2CoBAAqB%2CGAAE%2CIAAI%3BIACvB%2C4BAAA%3BIACA%2CkBAAA%3B%3BEAEJ%2CKAAK%2CcAAe%2CKAAI%2CSAAS%3BIAC7B%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3BIACA%2CeAAA%3BIACA%2COAAA%3B%3BEAGJ%2CoBAAqB%3BIAAc%2CUAAA%3B%3BEACnC%2CSAAU%2CqBAAqB%2CKAAI%3BIAC%5C%2FB%2CcAAA%3BIACA%2C2BAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CoBAAqB%2CUAAU%2CqBAAqB%2CKAAI%3BIACpD%2CcAAA%3BIACA%2C2BAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CoBAAqB%2CUAAU%2CqBAAqB%2CKAAI%3BIACpD%2C2BAAA%3B%3BEAEJ%2CoBAAqB%2CMAAK%2CcAAe%3BIAAkB%2CuBAAA%3B%3BEAC3D%2CEAAE%3BIACE%2CeAAA%3BIACA%2CeAAA%3BIACA%2CsBAAA%3BIACA%2CaAAA%3B%3BEAEJ%2CcAAiB%2CQAAM%3BEAAQ%2CcAAiB%2CQAAM%3BIAClD%2CWAAA%3B%3BEAEJ%2CoBAAqB%2CgBAAgB%3BEAAY%2CkBAAmB%2CgBAAgB%3BIAChF%2CgBAAA%3B%3BEAEJ%2CoBAAqB%2CcAAc%2CwBAAwB%2CMAAK%3BIAC5D%2CWAAA%3B%3BEAEJ%2CKAAK%2CcAAe%2CKAAI%3BIACpB%2CiBAAA%3B%3BEAEJ%2CoBAAqB%2CcAAc%2CMAAK%3BIACpC%2CkBAAA%3BIACA%2CWAAA%3BIACA%2COAAA%3BIACA%2CgBAAA%3BIACA%2CaAAA%3B%3BEAEJ%2CoBAAqB%2CaAAa%2CMAAM%3BEAAO%2CYAAa%2CMAAM%3BIAC9D%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3B%3BEAEJ%2CoBAAqB%2CaAAa%2CQAAQ%3BIACtC%2CgBAAA%3B%3BEAEJ%2CoBAAqB%2COAAM%2COAAQ%2CKAAI%3BIACnC%2CUAAA%3B%3BEAEJ%2CeAAgB%2CKAAI%3BEAAc%2CkBAAmB%2CKAAI%3BIACrD%2CeAAA%3B%3BEAEJ%2CoBAAqB%3BIACjB%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CqBAAA%3BIACA%2CUAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CoBAAqB%2CQAAQ%2CMAAM%3BIAC%5C%2FB%2CiBAAA%3B%3BEAEJ%2CcAAe%2CMAAM%2CGAAE%3BIACnB%2CcAAA%3B%3BEAEJ%3BIAAqB%2CcAAA%3B%3BEACrB%2CmBAAoB%3BIAChB%2CUAAA%3BIACA%2CsBAAA%3B%3BEAGJ%2C2BAA4B%2CeAAe%3BIACvC%2CqBAAA%3B%3BEAEJ%2C2BAA4B%2CGAAE%2CYAAY%3BIACtC%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CsBAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3BIACA%2CoBAAA%3B%3BEAEJ%3BIAAsB%2CaAAA%3B%3BEACtB%2CEAAE%3BIACE%2CaAAA%3B%3BEAEJ%2CKAAK%2CcAAe%2CcAAc%3BIAClC%2CUAAA%3B%3BEAEA%2CcAAe%2CMAAM%2CGAAE%2CcAAc%3BIACjC%2CiBAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CcAAe%3BEAAO%2C2BAA4B%2CMAAM%3BIAAI%2CcAAA%3B%3BEAC5D%2CKAAK%2CcAAe%2CKAAI%2CMAAM%3BIAAS%2CwBAAA%3B%3BEACvC%2CKAAM%2CEAAC%3BIACH%2CiBAAA%3B%3BEAGJ%2CoBAAqB%2CwBAAwB%3BIAAiB%2CSAAA%3BIAAS%2CaAAA%3BIAAe%2CUAAA%3B%3BEACtF%2CoBAAqB%2CwBAAwB%2CMAAM%3BIAAI%2C4BAAA%3BIAA8B%2CWAAA%3B%3BEACrF%2CaAAc%2CQAAQ%2CwBAAuB%3BIACzC%2CUAAA%3B%3BEAEJ%2COAAU%2CwBAAqB%3BIAC3B%2CSAAS%2CEAAT%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CyDAAA%3BIACA%2CgBAAA%3BIACA%2C4BAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CsBAAA%3BIACA%2CqBAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CqBAAqB%3BIACjB%2CSAAS%2CEAAT%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2C2DAAA%3BIACA%2CgBAAA%3BIACA%2C4BAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CsBAAA%3BIACA%2CqBAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CcAAe%2CGAAE%3BIACb%2COAAA%3B%3BEAEJ%2CKAAM%3BIACF%2CqBAAA%3B%3BEAIJ%2CcAAe%3BIAAO%2CyBAAA%3B%3BEACtB%2CcAAe%2CMAAM%2CGAAE%3BIACnB%2CsBAAA%3BIACA%2C4BAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CqBAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CgBAAiB%2COAAM%3BIACnB%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CQAAA%3B%3BEAEJ%2CcAAe%2CMAAM%3BIACjB%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CSAAA%3B%3BEAEJ%2CmBAAoB%2CGAAE%3BIAClB%2CqBAAA%3B%3BEAEJ%2CcAAe%2CMAAM%3BIACjB%2CqBAAA%3BIACA%2CwBAAA%3B%3BEAEJ%2CiBAAkB%3BIACd%2CWAAA%3BIACA%2CkBAAA%3B%3B%3BAA0GJ%2CwBAvGyC%3BEACrC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2C0BAA6B%2CMAAG%2CYAAe%2CMAAG%3BIAC9C%2CkBAAA%3BIACA%2CMAAA%3B%3BEAER%2CIAAI%3BIACA%2C%2BBAAA%3BIACA%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2C%2BBAAgC%3BIAC5B%2CgBAAA%3B%3BEAEJ%2CEAAE%3BIACE%2CUAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CEAAE%3BIACE%2CeAAA%3B%3BEAEJ%2CEAAE%2CIAAI%3BIAAc%2CeAAA%3B%3BEACpB%2C4BAA6B%2COAAM%3BIAC%5C%2FB%2C0BAAA%3B%3BEAEJ%2CmBAAmB%2CMAAM%2COAAO%3BIAC5B%2C6BAAA%3B%3BEAEJ%3BIACI%2CmBAAA%3BIACA%2CsBAAA%3B%3BEAEJ%2C%2BBAA%2BB%3BEAAQ%2C%2BBAA%2BB%3BIAClE%2CUAAA%3B%3BEAGJ%2CkBAAmB%2CcAAc%3BIAC7B%2CSAAA%3B%3BEAEJ%2CqBAAsB%2CeAAc%3BIAChC%2CgBAAA%3B%3BEAEJ%2CgBAAgB%3BIACZ%2CSAAA%3B%3BEAEJ%3BIACI%2CcAAA%3BIACA%2CcAAA%3B%3BEAEJ%3BIACI%2CYAAA%3B%3BEAEJ%2CaAAc%3BIACV%2CqBAAA%3B%3BEAGJ%2CaAAc%3BIACV%2CqBAAA%3B%3BEAEJ%2CuCAAuC%3BIACnC%2CwBAAA%3B%3BEAEJ%2CqCAAwC%2CMAAG%2CUAAU%3BIACjD%2CcAAA%3B%3BEAEJ%2CiCAAkC%2CGAAE%2CUAAU%2CGAAI%2CyCAAyC%3BIACvF%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3B%3BEAEJ%3BIACI%2CQAAA%3B%3BEAEJ%2CoBAAqB%2CoBAAoB%3BIACrC%2CsBAAA%3BIACA%2CeAAA%3BIACA%2CYAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CcAAe%3BEAAQ%2CcAAe%2COAAM%3BIACxC%2CmBAAA%3BIACA%2CWAAA%3BIACA%2CuBAAA%3BIACA%2CkBAAA%3BIACA%2C0BAAA%3BIACA%2CyBAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CCAAC%2COAAO%2CgBAAgB%3BIACpB%2CWAAA%3B%3B%3BAAaJ%2CwBAVyC%3BEAIrC%2CgBAAiB%3BIACb%2CiBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3B%3B%3BAA4lBR%2CwBAzlByC%3BEACrC%2CiBAAkB%2CGAAG%2CGAAG%2CWAAW%2CSAAS%2CSAAS%3BEAAQ%2CYAAa%2CGAAG%2CkBAAkB%2CGAAG%2CEAAE%2CWAAW%2CSAAS%2CSAAS%3BIAAQ%2CcAAA%3BIAAe%2CkBAAA%3B%3BEACxJ%2CmBAAoB%2CUAAU%3BIAC1B%2CWAAA%3B%3BEAEJ%3BIACI%2CuBAAA%3B%3BEAEJ%2CQAAS%2CSAAQ%2CSAAS%3BIACtB%2CWAAA%3B%3BEAEJ%2CUAAW%2CEAAC%2CwBAAyB%3BIACjC%2CeAAA%3BIACA%2CcAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CWAAY%3BIACR%2CUAAA%3B%3BEAEJ%2CmBAAmB%2CgBAAgB%3BIAC%5C%2FB%2CuBAAA%3B%3BEAEJ%2CmBAAmB%2CgBAAgB%3BIAC%5C%2FB%2CyBAAA%3B%3BEAEJ%2COAAQ%3BIACJ%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CcAAe%3BIACX%2CUAAA%3B%3BEAGJ%2CcAAe%3BIACX%2CUAAA%3B%3BEAGJ%2CwBAAyB%3BIACrB%2CYAAA%3B%3BEAEJ%2CmBAAoB%2CcAAc%3BIAC9B%2CeAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CoBAAoB%2CiBAAkB%2CQAAO%3BIACzC%2CUAAA%3B%3BEAKJ%3BIACI%2CWAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CmBAAoB%3BIAChB%2CWAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2CiBAAkB%3BIACd%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2CSAAA%3B%3BEAGJ%2CiBAAiB%3BIACb%2CSAAA%3BIACA%2CUAAA%3B%3BEAEJ%2CmBAAoB%3BIAChB%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CoBAAA%3BIACA%2CiBAAA%3BIACA%2CaAAA%3B%3BEAGJ%2CKAAK%2CYAAY%2CkBAAkB%2CYAAY%2CcAAc%3BIACzD%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2COAAA%3B%3BEAEJ%2CGAAI%3BIACA%2CiBAAA%3B%3BEAEJ%2CWAAY%3BIACR%2CUAAA%3B%3BEAEJ%2CYAAa%3BIACT%2CiBAAA%3B%3BEAEJ%3BEAAmB%3BIAAiB%2CmCAAA%3B%3BEACpC%2CgBAAiB%3BIACb%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3B%3BEAEJ%3BIACI%2CcAAA%3B%3BEAGJ%3BIAAwB%2CiBAAA%3B%3BEAC5B%2CiBAAkB%2CGAAE%3BIAChB%2CeAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CIAAI%3BIACA%2CWAAA%3BIACA%2CYAAA%3B%3BEAEJ%2CEAAE%3BIACE%2CmBAAA%3B%3BEAEA%2CWAAY%3BIACR%2CaAAA%3B%3BEAEJ%3BIACI%2CgBAAA%3B%3BEAGJ%2CiBAAkB%3BIACd%2CiBAAA%3B%3BEAEJ%2CUAAW%3BEAA0B%2CUAAW%2CyBAAwB%3BEAAQ%2CUAAW%2CyBAAwB%3BIAC%5C%2FG%2CeAAA%3BIACA%2CqBAAA%3B%3BEAEJ%2CYAAa%3BIAET%2CgBAAA%3B%3BEAEJ%3BIACI%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2C2BAAA%3B%3BEAEJ%2CqBAAsB%2CWAAW%3BIAC7B%2CiBAAA%3B%3BEAGJ%2CaAAc%3BIACV%2CgBAAA%3B%3BEAGJ%2CYAAY%3BEAAS%2CYAAY%3BIAAQ%2CaAAA%3B%3BEACzC%3BIACI%2CeAAA%3BIACA%2CUAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CgBAAiB%3BIACb%2CYAAA%3BIACA%2CaAAA%3B%3BEAGJ%3BIACI%2CuBAAA%3B%3BEAEJ%3BIACI%2CkCAAA%3B%3BEAEJ%2CkBAAmB%2CGAAG%3BIAElB%2CeAAA%3B%3BEAEJ%2CiBAAkB%3BIACd%2CWAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3B%3BEAEJ%2CEAAE%2CaAAgB%2CKAAE%3BIAChB%2CaAAA%3B%3BEAEJ%2CEAAE%3BIAEE%2CqBAAA%3B%3BEAGJ%3BIACI%2CeAAA%3B%3BEAEJ%2CEAAE%3BIACE%2CWAAA%3BIACA%2CWAAA%3BIACA%2CoBAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CoBAAA%3B%3BEAEJ%2CeAAgB%3BIACZ%2CUAAA%3B%3BEAEJ%2CWAAY%2CGAAG%3BIACX%2CkBAAA%3B%3BEAGJ%2CeAAgB%3BIACZ%2CgBAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CeAAgB%3BIACZ%2CcAAA%3BIACA%2CaAAA%3B%3BEAEJ%2CeAAe%3BIACX%2CaAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CQAAS%3BIACL%2CUAAA%3B%3BEAEJ%3BIACI%2CmBAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CUAAW%3BIACP%2CgBAAA%3B%3BEAGN%2CeAAgB%3BIACd%2CUAAA%3BIACA%2CaAAA%3B%3BEAEJ%3BIACI%2CkDAAA%3B%3BEAGJ%2CeAAgB%3BIACZ%2CeAAA%3BIACA%2CeAAA%3B%3BEAGJ%3BIACI%2CiBAAA%3B%3BEAIJ%2CoBAAqB%2CQAAO%2CIAAI%2CqBAAsB%2CMAAK%3BIACvD%2CgBAAA%3B%3BEAEJ%2CeAAgB%3BIACZ%2CeAAA%3B%3BEAEJ%3BIACI%2CkBAAA%3B%3BEAGJ%2CiBAAkB%3BIACd%2CeAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CWAAY%2CgBAAgB%3BIACxB%2CmBAAA%3B%3BEAGJ%2CYAAY%3BIACR%2CYAAA%3B%3BEAGJ%2CmBAAoB%3BIAChB%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CYAAA%3BIACA%2CqBAAA%3BIACA%2CcAAA%3BIACA%2CoBAAA%3B%3BEAEJ%3BIACI%2C0BAAA%3B%3BEAEJ%2CmBAAoB%3BEAA0B%2CmBAAoB%2CyBAAwB%3BIAEtF%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3B%3BEAGJ%3BIACI%2CoBAAA%3BIACA%2CwBAAA%3B%3BEAEJ%2CUAAW%3BIACP%2CeAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CeAAgB%3BIACZ%2CiBAAA%3BIACA%2CoBAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CoBAAqB%3BIACjB%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3B%3BEAGJ%2CkBAAmB%3BIACf%2C2BAAA%3B%3BEAEJ%3BIACI%2CeAAA%3B%3BEAEJ%2CkBAAmB%3BIACf%2CeAAA%3B%3BEAEJ%2CoBAAqB%3BIACjB%2CeAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CkBAAmB%3BIACf%2CeAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2CEAAE%3BIACE%2CeAAA%3B%3BEAEJ%2CeAAgB%3BIACZ%2CcAAA%3B%3BEAEJ%2CWAAY%2CgBAAkB%3BIAAI%2CiBAAA%3B%3BEAClC%3BEAAmB%3BEAAmB%3BEAAmB%3BIACrD%2CkBAAA%3BIACA%2CcAAA%3B%3BEAEJ%2CiBAAiB%3BIACb%2CYAAA%3BIACA%2CWAAA%3BIACA%2CsBAAA%3B%3BEAGJ%2CiBAAiB%3BIACb%2CaAAA%3BIACA%2CWAAA%3BIACA%2CsBAAA%3B%3BEAGJ%2CiBAAiB%3BIACb%2CaAAA%3BIACA%2CWAAA%3BIACA%2CqBAAA%3B%3BEAGJ%2CiBAAiB%3BIACb%2CaAAA%3BIACA%2CWAAA%3BIACA%2CsBAAA%3B%3BEAIJ%2CsBAAuB%3BIACnB%2CeAAA%3B%3BEAGJ%2CsBAAuB%2CiBAAiB%3BIACpC%2CiBAAA%3BIACA%2CoBAAA%3B%3BEAEJ%3BIACI%2CaAAA%3BIACA%2CsBAAA%3B%3BEAIJ%3BIAAc%2CqBAAA%3B%3BEACd%2CYAAY%3BEAAS%2CYAAY%3BIAAQ%2CaAAA%3B%3BEACzC%2CiBAAkB%3BIACd%2CeAAA%3B%3BEAEJ%2CUAAW%3BIACP%2CgBAAA%3BIACA%2CiBAAA%3B%3BEAGJ%3BIACI%2CiBAAA%3B%3BEAEJ%2CwBAAyB%3BIACrB%2CWAAA%3B%3BEAGJ%2CEAAE%2CsBAAsB%3BIACpB%2CcAAA%3BIACA%2CaAAA%3B%3BEAEJ%3BIACI%2CmBAAA%3BIACA%2CWAAA%3B%3BEAEJ%3BIAA%2BB%2CWAAA%3B%3BEAC%5C%2FB%3BIACI%2CcAAA%3B%3BEAEJ%3BIACI%2CcAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CYAAa%2CGAAG%3BIACZ%2CcAAA%3B%3BEAGJ%3BIACI%2CYAAA%3B%3BEAEJ%2CEAAE%3BIACE%2CeAAA%3B%3BEAEJ%2CeAAgB%3BIACZ%2CiBAAA%3B%3BEAGJ%3BIACI%2CiCAAA%3B%3BEAEJ%3BIACI%2CqBAAA%3BIACA%2CWAAA%3B%3BEAEJ%3BIACI%2CiCAAA%3B%3BEAEJ%3BEAAa%3BEAAiB%3BEAAmB%3BIAC7C%2CeAAA%3B%3BEAEJ%3BIACI%2CwBAAA%3BIACA%2CiCAAA%3B%3BEAEJ%2CiBAAkB%3BEAA0B%2CiBAAkB%2CyBAAwB%3BEAAQ%2CiBAAkB%2CyBAAwB%3BEAAU%2CiBAAkB%2CyBAAwB%3BIACxL%2CkBAAA%3BIACA%2CeAAA%3B%3BEAGJ%3BIACI%2CyBAAA%3B%3BEAEJ%3BIACI%2CwBAAA%3B%3BEAEJ%2CiBAAkB%3BIACd%2CeAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CcAAe%3BIACX%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CeAAgB%3BIACZ%2CmBAAA%3BIACA%2CeAAA%3B%3BEAGJ%2CiBAAkB%3BIACd%2CeAAA%3BIACA%2CmBAAA%3B%3BEAEJ%3BIACI%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3B%3BEAEJ%3BIACI%2CmBAAA%3B%3BEAEJ%3BIACI%2CkBAAA%3BIACA%2CcAAA%3B%3BEAEJ%3BIACI%2CmBAAA%3B%3BEAEJ%2CeAAe%3BIACX%2CSAAA%3B%3BEAGJ%3BIACI%2CeAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3BEAEJ%3BIACI%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3B%3BEAEJ%3BIACI%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CcAAA%3B%3BEAEJ%2CiBAAkB%3BIACd%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3B%3BEAEJ%2C%2BBAAgC%3BIAC5B%2CaAAA%3B%3BEAEJ%2C%2BBAAgC%2C4BAA4B%3BIACxD%2CWAAA%3B%3BEAEJ%2CcAAe%3BIACX%2CUAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CiBAAA%3BIACA%2CqBAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CEAAE%3BIACE%2CeAAA%3B%3BEAEJ%2CqBAAsB%3BIAClB%2COAAA%3B%3BEAEJ%3BIACI%2CWAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CWAAY%2CgBAAgB%3BIACxB%2CiBAAA%3B%3BEAEJ%2CoBAAqB%2CaAAY%2CMAAO%3BIACpC%2CWAAA%3B%3BEAEJ%2CkBAAmB%3BIACf%2CkBAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2C2BAA4B%2CiBAAiB%3BIACzC%2CUAAA%3BIACA%2CgBAAA%3B%3BEAGJ%3BIACI%2CWAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CkBAAmB%3BIACf%2CwBAAA%3B%3BEAEJ%2CQAAS%3BIACL%2CuBAAA%3B%3BEAEJ%2C8BAA%2BB%3BIAC3B%2CQAAA%3BIACA%2COAAA%3BIACA%2CeAAA%3B%3BEAEJ%2C8BAA8B%3BIAC1B%2CeAAA%3B%3BEAEJ%2CiBAAkB%3BIACd%2CkBAAA%3BIACA%2COAAO%2CUAAP%3BIACA%2CaAAA%3B%3BEAEJ%2CgBAAiB%3BIACb%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CaAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CgBAAiB%3BIACb%2CaAAA%3BIACA%2CsCAAA%3BIACA%2C4BAAA%3B%3BEAEJ%2CgBAAiB%2CoBAAmB%2CkBAAkB%3BIAClD%2C4BAAA%3B%3BEAEJ%2CYAAY%3BIACR%2COAAA%3B%3BEAEJ%2CSAAU%2CMAAQ%3BIACd%2CeAAA%3BIACA%2CoBAAA%3B%3B%3BAAkCJ%2CwBA%5C%2FByC%3BEAGrC%2CgBAAiB%3BIACb%2CeAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CkBAAmB%3BIACf%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3BIACA%2CsBAAA%3B%3BEAEJ%2CaAAc%3BEAA0B%2CaAAc%2CyBAAwB%3BEAAQ%2CaAAc%2CyBAAwB%3BIACxH%2CYAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CaAAa%3BIACT%2C0CAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CaAAA%3BIACA%2CqBAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3BIACA%2C4BAAA%3B%3B%3BAAgTR%2CwBA5SyC%3BEAErC%2CUAAW%3BIACP%2CsBAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CcAAe%3BIACX%2CWAAA%3B%3BEAEJ%2C%2BBAAgC%3BIAC5B%2CaAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2C%2BBAAgC%2C4BAA4B%3BIACxD%2CWAAA%3B%3BEAGJ%3BIACI%2C4BAAA%3B%3BEAEJ%3BIACI%2CYAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3BEAEJ%3BIACI%2C0BAAA%3B%3BEAGJ%2CcAAe%3BIACX%2CUAAA%3B%3BEAGJ%3BIACI%2CgCAAA%3BIACA%2CkBAAA%3B%3BEAEJ%2CmBAAmB%3BIACf%2CsBAAA%3BIACA%2CsBAAA%3BIACA%2CSAAA%3BIACA%2C0BAAA%3BIACA%2CkBAAA%3B%3BEAGJ%3BIACI%2C2BAAA%3BIACA%2CkBAAA%3B%3BEAEJ%2CiBAAkB%3BIACd%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CeAAgB%3BIACZ%2C6BAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3B%3BEAGJ%3BEAAmB%3BEAAoB%3BIACnC%2CkBAAA%3B%3BEAGJ%2CmBAAoB%3BIAChB%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3B%3BEAEJ%2CmBAAoB%3BIAChB%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CaAAA%3B%3BEAEJ%2CKAAK%2CYAAY%2CkBAAkB%2CYAAY%2CcAAc%3BIACzD%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2COAAA%3B%3BEAEJ%2CWAAY%3BIACR%2CUAAA%3B%3BEAIJ%2CkBAAmB%2CEAAC%3BIAChB%2CeAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CkBAAmB%3BIACf%2CeAAA%3B%3BEAEJ%2CIAAI%3BIACA%2CWAAA%3BIACA%2CYAAA%3B%3BEAEJ%2CqBAAsB%3BIAClB%2CeAAA%3B%3BEAEJ%2CWAAY%3BIACR%2CqBAAA%3BIACA%2CaAAA%3B%3BEAEJ%2COAAO%2COAAQ%3BIACX%2CaAAA%3B%3BEAIJ%2CEAAE%3BIACE%2CcAAA%3B%3BEAEJ%2CeAAgB%3BEAChB%2CeAAgB%2C4BAA2B%3BEAC%5C%2FC%2CeAAgB%2C4BAA2B%3BEAC3C%2CeAAgB%2C4BAA2B%3BIACnC%2CiBAAA%3B%3BEAEJ%3BIACI%2CiBAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CeAAgB%3BIACZ%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CkBAAmB%3BIACf%2CeAAA%3B%3BEAEJ%2CWAAY%2CgBAAkB%3BIAC1B%2CeAAA%3B%3BEAEJ%3BIACI%2CgBAAA%3B%3BEAEJ%3BIACI%2CeAAA%3B%3BEAEJ%2CkBAAmB%3BIACf%2CeAAA%3B%3BEAEJ%2CYAAa%3BIACT%2CeAAA%3B%3BEAGJ%2CaAAc%2CUAAY%2CSAAS%3BEAAQ%2CaAAc%2CUAAY%2CUAAU%2CSAAS%3BIACpF%2CWAAA%3B%3BEAEJ%2CoBAAqB%3BIACjB%2CeAAA%3B%3BEAGJ%2CaAAc%3BIACV%2CWAAA%3B%3BEAEJ%2CoBAAqB%2CQAAO%2CIAAI%2CqBAAsB%2CMAAK%3BIACvD%2CgBAAA%3B%3BEAEJ%2CsBAAuB%3BIACnB%2CmBAAA%3B%3BEAEJ%2CYAAa%3BIAET%2CyBAAA%3B%3BEAEJ%3BIACI%2CWAAA%3BIACA%2CoBAAA%3BIACA%2CWAAA%3B%3BEAEJ%3BIACI%2CWAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3BIACA%2COAAA%3B%3BEAEJ%3BIACI%2CWAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CgBAAiB%3BIACb%2CeAAA%3BIACA%2CSAAA%3B%3BEAEJ%3BIACI%2CmBAAA%3B%3BEAEJ%2COAAQ%3BIACJ%2CeAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CcAAe%2COAAO%3BIAClB%2CcAAA%3BIACA%2C6BAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2COAAA%3BIACA%2CcAAA%3BIACA%2CYAAA%3BIACA%2CyBAAA%3BIACA%2CUAAA%3B%3BEAEJ%2CoBAAqB%3BIACjB%2CeAAA%3BIACA%2CiBAAA%3B%3BEAGJ%2CEAAE%3BIACE%2CWAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CqBAAsB%3BIAClB%2COAAA%3B%3BEAEJ%2CcAAe%3BIACX%2CUAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CiBAAA%3BIACA%2CqBAAA%3B%3BEAEJ%3BIACI%2CWAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CgBAAiB%3BIACb%2CeAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CYAAa%3BIACT%2CYAAA%3B%3BEAEJ%2CsBAAuB%2CUAAS%3BIAC5B%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CkBAAmB%2CeAAe%3BIAC9B%2CUAAA%3B%3BEAEJ%3BIACI%2CeAAA%3BIACA%2CSAAA%3B%3BEAEJ%2C4BAA6B%2CaAAa%2CMAAM%3BEAChD%2C4BAA6B%2CaAAa%2CMAAM%3BEAChD%2C4BAA6B%2CmBAAmB%2CcAAc%2CMAAM%3BEACpE%2C4BAA6B%2CmBAAmB%2CcAAc%2CMAAM%3BIAAS%2CuBAAA%3B%3BEAC7E%2CYAAa%2COAAO%3BEAAQ%2CkBAAmB%2CcAAc%2COAAO%3BIAChE%2CeAAA%3B%3BEAEJ%2C%2BBAA%2BB%3BIAC3B%2CUAAA%3B%3BEAEJ%2C%2BBAA%2BB%3BIAC3B%2CQAAA%3B%3BEAEJ%2CEAAE%3BIACE%2CiBAAA%3B%3BEAEJ%2CsBAAuB%2CUAAS%2CKAAK%3BIACjC%2CWAAA%3B%3BEAEJ%2CSAAU%2CMAAQ%3BIACd%2CeAAA%3BIACA%2CoBAAA%3B%3BEAEJ%3BIACI%2CYAAA%3BIACA%2CqBAAA%3BIACA%2CwBAAA%3B%3BEAEJ%3BIACI%2CoBAAA%3B%3BEAEJ%2CcAAe%2CYAAY%3BIACvB%2CkBAAA%3B%3BEAEJ%2CiBAAkB%3BIACd%2CWAAA%3B%3B%3BAAiNR%2CwBA7MyC%3BEAErC%2CWAAY%3BIACR%2CeAAA%3B%3BEAEJ%3BIAAoB%2CeAAA%3B%3BEACpB%2CcAAe%2CGAAE%2CUAAU%3BIACvB%2COAAA%3B%3BEAGJ%2CcAAe%3BIACX%2CUAAA%3B%3BEAEJ%2CoBAAqB%3BIACjB%2CeAAA%3BIACA%2CiBAAA%3B%3BEAGJ%2CkBAAmB%3BIACf%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CUAAA%3B%3BEAEJ%2CkBAAmB%3BIACf%2CgBAAA%3B%3BEAEJ%2COAAQ%3BIACJ%2CeAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CmBAAmB%3BIACf%2CkBAAA%3B%3BEAEJ%2CmBAAoB%3BIAChB%2CkBAAA%3B%3BEAGJ%2COAAO%2COAAQ%3BIAAyB%2CaAAA%3B%3BEACxC%2CkBAAmB%3BIAEf%2C0BAAA%3B%3BEAGJ%2CeAAgB%3BIACZ%2CgBAAA%3B%3BEAEJ%2CeAAgB%3BIACZ%2CUAAA%3B%3BEAGJ%3BIACI%2CkBAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3B%3BEAEJ%2CEAAE%3BIAAa%2CgBAAA%3B%3BEACf%2CoBAAqB%2CQAAO%2CIAAI%2CqBAAsB%2CMAAK%3BIAAW%2CgBAAA%3B%3BEACtE%2CMAAO%3BIACH%2CeAAA%3B%3BEAEJ%2CsBAAuB%2CiBAAiB%3BIACpC%2CcAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CsBAAuB%3BIACnB%2CeAAA%3B%3BEAGJ%2CCAAC%3BIACG%2CeAAA%3B%3BEAGJ%2CEAAE%3BIACE%2CeAAA%3B%3BEAEJ%2CsBAAuB%3BIACnB%2CcAAA%3B%3BEAEJ%2CEAAE%2CoBAAqB%3BIACnB%2C%2BBAAA%3B%3BEAGJ%2CaAAc%3BIACV%2CcAAA%3B%3BEAIR%3BIACI%2CeAAA%3B%3BEAEJ%3BIACI%2CaAAA%3BIACA%2CsBAAA%3B%3BEAEJ%2CCAAC%3BIACG%2C4BAAA%3B%3BEAEJ%3BIACI%2CiCAAA%3B%3BEAEJ%2CkBAAmB%3BIACf%2CeAAA%3B%3BEAGJ%2CcAAe%3BIACX%2CcAAA%3B%3BEAEJ%2CeAAgB%3BIACZ%2CeAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CmBAAmB%3BIACf%2C8BAAA%3B%3BEAEJ%2CmBAAmB%3BIACf%2CwBAAA%3B%3BEAEJ%2CUAAW%3BIACP%2CeAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CcAAe%3BIACX%2CeAAA%3B%3BEAEJ%2CmBAAoB%2CcAAc%3BIAC9B%2CeAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CoBAAoB%2CiBAAkB%2CQAAO%3BIACzC%2CUAAA%3B%3BEAEJ%2CmBAAoB%2CcAAc%3BIAC9B%2CeAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3B%3BEAEJ%3BIACI%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CYAAA%3BIACA%2COAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CsBAAA%3BIACA%2CyBAAA%3B%3BEAEJ%2CmBAAoB%3BIAChB%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CaAAA%3B%3BEAEJ%2CcAAe%3BEAAI%2CaAAc%3BIAC7B%2CiBAAA%3B%3BEAEJ%2CUAAW%3BIACP%2CsBAAA%3BIACA%2CkBAAA%3B%3BEAEJ%2CUAAW%2CEAAC%2CwBAAyB%3BIACjC%2CeAAA%3B%3BEAEJ%2CYAAa%2CSAAS%2CGAAG%3BIACrB%2CUAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CYAAa%2CSAAS%3BIAClB%2CeAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CYAAa%2CGAAE%3BIACX%2CUAAA%3B%3BEAEJ%2CaAAc%3BIACV%2CeAAA%3B%3BEAEJ%2CSAAU%2CMAAQ%3BIACd%2CeAAA%3BIACA%2CoBAAA%3B%3BEAEJ%2CwBAAyB%2CgBAAgB%2CkBAAgB%3BIACrD%2CgBAAA%3BIACA%2CeAAA%3B%3BEAEJ%3BIACI%2CYAAA%3B%3BEAGJ%3BIACI%2CeAAA%3B%3BEAEJ%2COAAQ%2CKAAI%3BIACR%2CkBAAA%3BIACA%2C0BAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3B%3B%3BAAMJ%2CwBAHyC%3BEACzC%2CSAAU%2CMAAQ%3BIAAS%2CeAAA%3B%3B%3BAA2O3B%2CwBAzOyC%3BEAErC%2CSAAU%2CMAAQ%3BIAAS%2CeAAA%3B%3BEAC3B%2CaAAa%3BIACT%2C0CAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CaAAA%3BIACA%2CqBAAA%3BIACA%2CSAAA%3BIACA%2CYAAA%3BIACA%2C4BAAA%3B%3BEAEJ%2CaAAc%3BEAA0B%2CaAAc%2CyBAAwB%3BEAAQ%2CaAAc%2CyBAAwB%3BIACxH%2CYAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CeAAgB%3BIACZ%2CeAAA%3B%3BEAEJ%2CUAAW%3BIACP%2CcAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2C%2BBAAgC%3BIAC5B%2CaAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2C%2BBAAgC%2C4BAA4B%3BIACxD%2CWAAA%3B%3BEAEJ%2CmBAAoB%3BIAChB%2CaAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CcAAe%3BIACX%2CUAAA%3B%3BEAGJ%3BIACI%2CgCAAA%3B%3BEAEJ%2CoBAAqB%3BIACjB%2CeAAA%3BIACA%2CiBAAA%3B%3BEAGJ%3BIACI%2CeAAA%3B%3BEAEJ%2CcAAe%3BEAAI%2CaAAc%3BIAC7B%2CeAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CiBAAkB%3BIACd%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CSAAA%3B%3BEAEJ%2CmBAAoB%3BIAChB%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CkBAAmB%3BEAAI%2CmBAAoB%3BEAAI%2CoBAAqB%3BIAChE%2CeAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CKAAK%2CYAAY%2CkBAAkB%2CYAAY%2CcAAc%3BIACzD%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2COAAA%3B%3BEAGJ%2CiBAAiB%3BIACb%2CqBAAA%3BIACA%2CaAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CUAAW%2CGAAE%3BIACT%2CWAAA%3B%3BEAEJ%2CUAAW%2CGAAE%2CUAAU%3BIACnB%2CUAAA%3B%3BEAEJ%2CUAAW%2CGAAE%2CUAAU%3BIACnB%2CUAAA%3B%3BEAEJ%2COAAO%2COAAQ%3BIAAyB%2CaAAA%3B%3BEACxC%3BIACI%2CeAAA%3B%3BEAGR%2CsBAAuB%2CiBAAiB%3BIACpC%2CgBAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CsBAAuB%3BIACnB%2CWAAW%2CkBAAX%3B%3BEAIJ%2CCAAC%3BIACG%2C2BAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3B%3BEAEJ%2CeAAgB%3BIACZ%2CiBAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3B%3BEAGJ%2CkBAAmB%2CGAAG%3BIAClB%2CeAAA%3B%3BEAEJ%2CkBAAmB%3BIACf%2C2BAAA%3B%3BEAEJ%2CoBAAqB%3BIACjB%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CkBAAmB%3BIACf%2CeAAA%3B%3BEAEJ%2CgBAAiB%3BIACb%2CeAAA%3B%3BEAEJ%2CcAAe%3BIACX%2CUAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CiBAAA%3BIACA%2CqBAAA%3BIACA%2CmBAAA%3B%3BEAEJ%3BIACI%2CYAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CeAAgB%3BIACZ%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2CCAAC%3BEAA0B%2CMAAM%3BEAA0B%2CGAAG%3BIAA0B%2CSAAA%3B%3BEACxF%3BIACI%2CWAAA%3B%3BEAGJ%2CqBAAsB%3BIAClB%2CcAAA%3B%3BEAEJ%3BIACI%2CcAAA%3BIACA%2CWAAA%3B%3BEAGJ%3BIACI%2CUAAA%3B%3BEAEJ%3BIACI%2CUAAA%3B%3BEAEJ%2CkBAAmB%3BIACf%2CeAAA%3BIACA%2C2BAAA%3B%3BEAEJ%2CkBAAmB%3BIAAG%2CgBAAA%3B%3BEACtB%2CWAAY%3BIACR%2CeAAA%3B%3BEAGJ%2CcAAe%2COAAO%3BIAClB%2CYAAA%3B%3BEAGJ%2CgBAAiB%3BIACb%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CiBAAkB%3BIACd%2CeAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CiBAAiB%3BIACb%2CqBAAA%3BIACA%2CaAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CmBAAoB%3BIAChB%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CYAAA%3B%3BEAEJ%2CkBAAmB%3BIACf%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CgBAAiB%3BIACb%2CiBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CwBAAyB%3BEAAuB%2CsBAAuB%3BIACnE%2CWAAA%3BIACA%2CWAAA%3BIACA%2CaAAA%3BIACA%2CsBAAA%3B%3BEAEJ%2CiBAAkB%3BIACd%2CkBAAA%3B%3BEAEJ%2CQAAS%3BIACL%2CkBAAA%3B%3BEAEJ%3BIACI%2CoBAAA%3B%3B%3BAAeJ%2CwBAZyC%3BEACzC%2CSAAU%2CMAAQ%3BIACd%2CeAAA%3B%3BEAEJ%3BIACI%2CeAAA%3B%3BEAEJ%2CqBAAsB%3BIAClB%2C0BAAA%3B%3B%3BAAYJ%2CwBARyC%3BEACrC%2C8BAA%2BB%3BIAC3B%2CqBAAA%3B%3BEAEJ%2CgCAAgC%2CYAAa%3BIACzC%2CWAAA%3B%3B%3BAA6CR%2CwBA1CyC%3BEACrC%2CiBAAkB%3BIACd%2CoBAAA%3B%3BEAER%2CkBAAmB%3BIACf%2CeAAA%3B%3BEAEJ%2CiBAAkB%2CeAAe%3BIAC7B%2CeAAA%3B%3BEAEJ%2CUAAW%3BIACP%2CsBAAA%3BIACA%2CkBAAA%3B%3BEAEJ%2CUAAW%2CEAAC%2CwBAAyB%3BIACjC%2CeAAA%3BIACA%2CcAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CUAAW%2CEAAC%2CwBAAyB%3BIACjC%2CeAAA%3B%3BEAEJ%3BIACI%2CkBAAA%3BIACA%2CaAAA%3B%3BEAEJ%2CoBAAqB%3BEAAwB%2CsBAAuB%3BIAChE%2CgBAAA%3B%3BEAEJ%3BIACI%2CoBAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CYAAa%2CeAAc%3BIAAO%2CeAAA%3B%3BEAClC%3BIAAuC%2CiBAAA%3BIAAmB%2CsBAAA%3B%3BEAC1D%2COAAQ%2CiBAAiB%2CGAAE%2CUAAU%3BIACjC%2CiBAAA%3B%3B%3BAAgBJ%2CwBAVyC%3BEACzC%2CSAAU%2CMAAQ%3BIAAS%2C0BAAA%3B%3BEAC3B%2CYAAa%3BIAAI%2CeAAA%3B%3BEACjB%3BIACI%2CeAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3B%3B%3BAA2BJ%2CwBAxByC%3BEAEzC%2C8BAA%2BB%3BIAC3B%2CqBAAA%3B%3BEAEJ%2CSAAU%2CMAAQ%3BIACd%2C0BAAA%3B%3BEAEJ%3BIACI%2CeAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CKAAK%2CsBAAuB%3BIACxB%2CeAAA%3BIACA%2CaAAA%3B%3BEAEH%2CsBAAuB%2CMAAM%2CGAAG%3BIAC7B%2CiBAAA%3B%3BEAEJ%2CoBAAqB%3BEAAwB%2CsBAAuB%3BIAChE%2CoBAAA%3B%3B%3BAAuLA%2CwBAnLqC%3BEACrC%2C8BAA%2BB%3BIAC3B%2CqBAAA%3B%3BEAEJ%3BIAAS%2CUAAA%3B%3BEACT%2CaAAc%3BIACV%2CeAAA%3B%3BEAEJ%2CQAAS%2COAAM%3BEAAgB%2CQAAS%2COAAM%3BIAE1C%2C0BAAA%3BIACA%2CYAAA%3BIACA%2CsBAAA%3BIACA%2CcAAA%3B%3BEAEJ%2CgBAAiB%3BIACb%2CeAAA%3B%3BEAEJ%2CUAAW%3BIACP%2CgBAAA%3B%3BEAEJ%2CmBAAoB%3BIAChB%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CYAAA%3B%3BEAEJ%2C%2BBAAgC%2C4BAA4B%3BIACxD%2CWAAA%3B%3BEAGJ%2CkBAAmB%3BEAAI%2CmBAAoB%3BEAAI%2CoBAAqB%3BIAChE%2CeAAA%3B%3BEAEJ%3BEAAmB%3BIAEf%2CeAAA%3B%3BEAGJ%2CwBAAyB%3BIACrB%2CaAAA%3B%3BEAEJ%2CcAAe%3BIACX%2CSAAA%3B%3BEAEJ%2CiBAAkB%3BIACd%2CeAAA%3B%3BEAEJ%2CgBAAiB%3BIACb%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CiBAAiB%3BIACb%2CWAAA%3BIACA%2CaAAA%3B%3BEAEJ%2CcAAe%3BIAAM%2CcAAA%3B%3BEACrB%2CgBAAiB%2COAAO%3BIACpB%2CWAAA%3BIACA%2CUAAA%3B%3BEAEJ%2CcAAe%2COAAO%3BIAClB%2CUAAA%3BIACA%2CcAAA%3B%3BEAEJ%2CKAAK%2CYAAY%2CkBAAkB%2CYAAY%2CcAAc%3BIACzD%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2COAAA%3B%3BEAGJ%2CYAAa%2CGAAG%3BIACZ%2CgBAAA%3B%3BEAGJ%3BIACI%2CeAAA%3B%3BEAEJ%2CaAAc%3BIACV%2CgBAAA%3B%3BEAEJ%2CkBAAmB%3BIACf%2CeAAA%3B%3BEAGJ%3BIACI%2CmBAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CWAAY%2CGAAG%3BIACX%2CiBAAA%3B%3BEAEJ%2CCAAC%3BIACG%2CeAAA%3B%3BEAGJ%2CiBAAkB%2CGAAE%3BEAAS%2CeAAgB%2CGAAE%3BIAC3C%2CSAAA%3BIACA%2CQAAA%3B%3BEAGJ%2CkBAAmB%3BIACf%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CUAAA%3B%3BEAEJ%3BIACI%2CYAAA%3B%3BEAEJ%2CmBAAmB%3BIACf%2CiBAAA%3B%3BEAEJ%2CUAAW%2CGAAE%2CUAAU%3BIACnB%2CUAAA%3B%3BEAEJ%2CUAAW%2CGAAE%2CUAAU%3BIACnB%2CUAAA%3B%3BEAGJ%2CgBAAgB%3BIACZ%2CUAAA%3B%3BEAEJ%2CcAAe%2CYAAY%3BIACvB%2CkBAAA%3B%3BEAEJ%2CkBAAmB%2CMAAK%2CsBAAuB%3BIAC3C%2CiBAAA%3B%3BEAGJ%2C4BAA6B%2CaAAa%2CMAAM%3BEAAS%2C4BAA6B%2CaAAa%2CMAAM%3BEAAS%2C4BAA6B%2CmBAAmB%2CcAAc%2CMAAM%3BEAAS%2C4BAA6B%2CmBAAmB%2CcAAc%2CMAAM%3BIAC%5C%2FP%2C2BAAA%3B%3BEAEJ%2C%2BBAA%2BB%3BEAAQ%2C%2BBAA%2BB%3BIAClE%2CUAAA%3B%3BEAEJ%3BIACI%2CmBAAA%3B%3BEAEJ%2CqBAAsB%3BIAClB%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3B%3BEAEJ%2CSAAU%2CMAAQ%3BIACd%2C0BAAA%3BIACA%2CoBAAA%3B%3BEAIJ%2CYAAa%3BIACT%2CeAAA%3B%3BEAEJ%2CiBAAkB%3BIACd%2CeAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CEAAE%3BIACE%2C6BAAA%3B%3BEAGJ%2CKAAK%2CsBAAuB%3BIACxB%2CeAAA%3BIACA%2CYAAA%3B%3BEAEN%3BIACE%2CeAAA%3BIACA%2CuBAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3B%3B%3BAASA%3BEACI%2CaAAA%3BEACA%2CsBAAA%3B%3BAAGJ%2CQAAS%3BAAAG%2CQAAS%2CEAAC%3BAAAQ%2CQAAS%2CEAAC%3BEACpC%2CsBAAA%3B%3BAAGJ%2CgBAAiB%3BEACb%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAmB%2CwBAAnB%3BEACA%2CWAAW%2CwBAAX%3BEACA%2C8CAAA%3BEACA%2CyCAAA%3BEACA%2CsCAAA%3BEACA%2C0EAAA%3B%3BAAUJ%2CQAP0B%3BEACtB%2CgBAAiB%3BIACb%2CmBAAmB%2CwBAAnB%3BIACA%2CWAAW%2CwBAAX%3B%3B%3BAAIR%2CQAAW%3BEACP%2CaAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CgCAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3BEACA%2CcAAA%3BEACA%2C6BAAA%3B%3BAAGJ%2CgBAAiB%3BEACb%2CcAAA%3B%3BAAGJ%2CgBAAiB%2CEAAC%3BEACd%2CcAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAmB%2CqBAAnB%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CcAAA%3BEACA%2C6BAAA%3BEACA%2CiDAAA%3BEACA%2C0BAAA%3BEACA%2C4BAAA%3B%3BAAGJ%2CgBAAgB%2CMAAO%3BEACnB%2CkBAAA%3BEACA%2CiDAAA%3BEACA%2C6BAAA%3B%3BAAIJ%3BEACI%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CmBAAmB%2CqBAAnB%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CsBAAsB%2C6QAAtB%3BEACA%2C0BAAA%3BEACA%2C4BAAA%3B%3BAAGJ%2CcAAc%2CMAAO%3BEACjB%2CcAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEACI%2CaAAA%3B%3BAAGJ%2CgBAAiB%3BEACb%2CcAAA%3B%3BAAGJ%3BEACI%2C4BAAA%3BEACA%2CkBAAA%3BEACA%2C%2BBAAA%3BEACA%2C6BAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2CgBAAiB%3BEACb%2CcAAA%3B%3BAAGJ%2CgBAAiB%2CEAAC%3BEACd%2CcAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2C8BAAA%3BEACA%2C0BAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2C2CAAA%3BEACA%2CwCAAA%3B%3BAAGJ%2CgBAAgB%3BEACZ%2CcAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CgBAAiB%3BEACb%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2C6BAAA%3B%3BAAGJ%2CgBAAiB%2CiBAAgB%3BEAC7B%2CcAAA%3BEACA%2C6BAAA%3B%3BAAGJ%2CcAAe%2CiBAAiB%3BEAC5B%2CQAAA%3B%3BAAGJ%2CeAAgB%2CiBAAiB%3BEAC7B%2COAAA%3B%3BAAGJ%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CsBAAsB%2CmOAAtB%3BEACA%2C4BAAA%3BEACA%2C0BAAA%3BEACA%2C4BAAA%3B%3BAAGJ%3BEACI%2CSAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAmB%2CaAAnB%3BEACA%2CWAAW%2CaAAX%3BEACA%2C4BAAA%3BEACA%2C4BAAA%3BEACA%2C0BAAA%3BEACA%2CsBAAsB%2C6OAAtB%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAmB%2CaAAnB%3BEACA%2CWAAW%2CaAAX%3BEACA%2CkBAAkB%2C8DAAlB%3BEACA%2CkBAAkB%2CiEAAlB%3BEACA%2C4BAAA%3BEACA%2C0BAAA%3BEACA%2C2BAAA%3BEACA%2CoDAAA%3BEACA%2CiDAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3B%3BAASJ%2CQAN0B%3BEACtB%3BIACI%2CYAAA%3B%3B%3BAAIR%2C2BAA4B%3BEACxB%2CwBAAA%3BEACA%2CgDAAA%3BEACA%2C6CAAA%3BEACA%2CoBAAA%3B%3BAAGJ%3BEACI%2CYAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CSAAA%3BEACA%2CmBAAmB%2CgBAAnB%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CkCAAA%3BEACA%2C%2BBAAA%3B%3BAAGJ%2C2BAA4B%3BEACxB%2CSAAA%3BEACA%2CyCAAA%3BEACA%2CiCAAA%3BEACA%2CoCAAA%3BEACA%2C4BAAA%3BEACA%2CgCAAA%3BEACA%2CwBAAA%3BEACA%2C2BAAA%3BEACA%2CmBAAA%3BEACA%2CiCAAA%3BEACA%2CyBAAA%3BEACA%2CqCAAA%3BEACA%2C6BAAA%3BEACA%2CwCAAA%3BEACA%2CqCAAA%3B%3BAAGJ%3BEACI%2C8BAAA%3BEACA%2C2BAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CMAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CwCAAA%3B%3BAASJ%2CQAN0B%3BEACtB%3BIACI%2CYAAA%3B%3B%3BAAUR%2CQAN0B%3BEACtB%3BIACI%2CYAAA%3B%3B%3BAAIR%2CcAAe%3BEACX%2CmBAAmB%2CyBAAnB%3BEACA%2CWAAW%2CyBAAX%3BEACA%2COAAA%3B%3BAAGJ%2CeAAgB%3BEACZ%2CmBAAmB%2CwBAAnB%3BEACA%2CWAAW%2CwBAAX%3BEACA%2CaAAA%3B%3BAAGJ%2CeAAe%2CcAAe%3BEAC1B%2C2CAAA%3BEACA%2CmCAAA%3BEACA%2CgCAAA%3BEACA%2CwBAAA%3BEACA%2C2BAAA%3BEACA%2CmBAAA%3BEACA%2CiCAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CKAAK%2CeAAe%2CcAAe%3BEAC%5C%2FB%2CkCAAA%3BEACA%2C0BAAA%3B%3BAAGJ%2CGAAG%2CeAAe%2CcAAe%3BEAC7B%2CyCAAA%3BEACA%2CiCAAA%3B%3BAAUJ%2CQAP0B%3BEACtB%2CGAAG%2CeAAe%2CcAAe%3BIAC7B%2C0CAAA%3BIACA%2CkCAAA%3B%3B%3BAAIR%2CeAAe%2CeAAgB%3BEAC3B%2C2CAAA%3BEACA%2CmCAAA%3BEACA%2CgCAAA%3BEACA%2CwBAAA%3BEACA%2C2BAAA%3BEACA%2CmBAAA%3BEACA%2CiCAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CKAAK%2CeAAe%2CeAAgB%3BEAChC%2CmCAAA%3BEACA%2C2BAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CGAAG%2CeAAe%2CeAAgB%3BEAC9B%2C0CAAA%3BEACA%2CkCAAA%3B%3BAAUJ%2CQAP0B%3BEACtB%2CGAAG%2CeAAe%2CeAAgB%3BIAC9B%2C2CAAA%3BIACA%2CmCAAA%3B%3B%3BAAIR%2CgBAAgB%2CcAAe%3BEAC3B%2C2CAAA%3BEACA%2CmCAAA%3BEACA%2CgCAAA%3BEACA%2CwBAAA%3BEACA%2C2BAAA%3BEACA%2CmBAAA%3BEACA%2CiCAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CKAAK%2CgBAAgB%2CcAAe%3BEAChC%2CmCAAA%3BEACA%2C2BAAA%3B%3BAAGJ%2CGAAG%2CgBAAgB%2CcAAe%3BEAC9B%2C0CAAA%3BEACA%2CkCAAA%3B%3BAAUJ%2CQAP0B%3BEACtB%2CGAAG%2CgBAAgB%2CcAAe%3BIAC9B%2C2CAAA%3BIACA%2CmCAAA%3B%3B%3BAAIR%2CgBAAgB%2CeAAgB%3BEAC5B%2C2CAAA%3BEACA%2CmCAAA%3BEACA%2CgCAAA%3BEACA%2CwBAAA%3BEACA%2C2BAAA%3BEACA%2CmBAAA%3BEACA%2CiCAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CKAAK%2CgBAAgB%2CeAAgB%3BEACjC%2CiCAAA%3BEACA%2CyBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CGAAG%2CgBAAgB%2CeAAgB%3BEAC%5C%2FB%2CwCAAA%3BEACA%2CgCAAA%3B%3BAAUJ%2CQAP0B%3BEACtB%2CGAAG%2CgBAAgB%2CeAAgB%3BIAC%5C%2FB%2CyCAAA%3BIACA%2CiCAAA%3B%3B%3BAAaR%2CQAT0B%3BEACtB%2CcAAe%3BIACX%2CmBAAmB%2CyBAAnB%3BIACA%2CWAAW%2CyBAAX%3BIACA%2CUAAA%3BIACA%2COAAA%3B%3B%3BAAYR%2CQAR0B%3BEACtB%2CeAAgB%3BIACZ%2CmBAAmB%2CwBAAnB%3BIACA%2CWAAW%2CwBAAX%3BIACA%2CaAAA%3B%3B%3BAAIR%2COAAQ%3BEACJ%2CYAAA%3B%3BAAGJ%2CQAAS%3BEACL%2CUAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEAEA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2C%2BBAAA%3BEACA%2CsBAAA%3BEACA%2CgCAAA%3BEACA%2CqBAAA%3B%3BAASJ%2CQAN0B%3BEACtB%3BIACI%2CYAAA%3B%3B%3BAAIR%2CeAAe%3BEACX%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CiCAAA%3B%3BAAGJ%2CeAAe%2CMAAM%3BEACjB%2C0CAAA%3B%3BAAGJ%2CeAAe%3BEACX%2CUAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CeAAe%3BEACX%2C2CAAA%3BEACA%2CaAAA%3BEACA%2C%2BBAAA%3B%3BAAGJ%2CeAAe%3BEACX%2CYAAA%3B%3BAAGJ%3BAAA%2BB%3BEAC3B%2CYAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BAAA%2BB%3BEAC3B%2CYAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEACI%2C2CAAA%3BEACA%2CmCAAA%3BEACA%2CgCAAA%3BEACA%2CwBAAA%3BEACA%2C2BAAA%3BEACA%2CmBAAA%3BEACA%2CiCAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CKAAM%3BEACF%2CmCAAA%3BEACA%2C2BAAA%3B%3BAAGJ%2CGAAI%3BEACA%2C0CAAA%3BEACA%2CkCAAA%3B%3BAAUJ%2CQAP0B%3BEACtB%2CGAAI%3BIACA%2C2CAAA%3BIACA%2CmCAAA%3B%3B%3BAAIR%3BEACI%2C2CAAA%3BEACA%2CmCAAA%3BEACA%2CgCAAA%3BEACA%2CwBAAA%3BEACA%2C2BAAA%3BEACA%2CmBAAA%3BEACA%2CiCAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CKAAM%3BEACF%2CoCAAA%3BEACA%2C4BAAA%3B%3BAAGJ%2CGAAI%3BEACA%2C2CAAA%3BEACA%2CmCAAA%3B%3BAAUJ%2CQAP0B%3BEACtB%2CGAAI%3BIACA%2C4CAAA%3BIACA%2CoCAAA%3B%3B%3BAAIR%3BEACI%2C2CAAA%3BEACA%2CmCAAA%3BEACA%2CgCAAA%3BEACA%2CwBAAA%3BEACA%2C2BAAA%3BEACA%2CmBAAA%3BEACA%2CiCAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CKAAM%3BEACF%2CkCAAA%3BEACA%2C0BAAA%3B%3BAAGJ%2CGAAI%3BEACA%2CyCAAA%3BEACA%2CiCAAA%3B%3BAAUJ%2CQAP0B%3BEACtB%2CGAAI%3BIACA%2C0CAAA%3BIACA%2CkCAAA%3B%3B%3BAAIR%3BEACI%2C2CAAA%3BEACA%2CmCAAA%3BEACA%2CgCAAA%3BEACA%2CwBAAA%3BEACA%2C2BAAA%3BEACA%2CmBAAA%3BEACA%2CiCAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CKAAM%3BEACF%2CmCAAA%3BEACA%2C2BAAA%3B%3BAAGJ%2CGAAI%3BEACA%2C0CAAA%3BEACA%2CkCAAA%3B%3BAAUJ%2CQAP0B%3BEACtB%2CGAAI%3BIACA%2C2CAAA%3BIACA%2CmCAAA%3B%3B%3BAAIR%2CeAAe%3BEACX%2CyBAAA%3B%3BAAGJ%2CeAAe%3BEACX%2CoBAAA%3B%3BAAGJ%2CeAAkB%3BEACd%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CeAAkB%2CKAAG%3BEACjB%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAKJ%2CeAAkB%2CKAAG%2CGAAG%3BAACxB%2CeAAkB%2CKAAG%2CGAAG%3BEACpB%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgCAAA%3BEACA%2CWAAA%3BEACA%2CwBAAA%3BEAEA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CkEAAA%3BEACA%2C%2BDAAA%3BEACA%2C4BAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2C8BAAA%3BEACA%2C0BAAA%3B%3BAAIJ%2CeAAkB%2CKAAG%2CGAAG%2CEAAC%3BEACrB%2CcAAA%3BEACA%2C6BAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CeAAkB%2CKAAG%2CGAAG%3BEACpB%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAqB%2CqBAArB%3BEACA%2CcAAA%3BEACA%2C6BAAA%3B%3BAAGJ%2CeAAkB%2CKAAG%2CGAAG%2CmBAAkB%3BEACtC%2CcAAA%3BEACA%2C6BAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CeAAkB%2CKAAG%2CGAAG%2CmBAAkB%3BEACtC%2CcAAA%3BEACA%2CwCAAA%3B%3BAAGJ%2CeAAkB%2CKAAG%2CGAAG%2CmBAAkB%2CcAAc%3BEACpD%2CcAAA%3BEACA%2CwCAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CeAAkB%2CKAAG%2CGAAK%2CuBAAuB%3BEAC7C%2CmBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BEACI%2CYAAA%3BEACA%2CcAAA%3B%3BAAGJ%2CuBAA0B%2CKAAG%2CGAAG%3BAAChC%2CuBAA0B%2CKAAG%2CGAAG%3BEAC5B%2CoBAAA%3B%3BAAEJ%3BEACI%2CeAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2C8BAAA%3BEACA%2C0BAAA%3BEACA%2C4BAAA%3BEACA%2C4BAAA%3BEACA%2C0BAAA%3BEACA%2C6CAAA%3BEACA%2C0CAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2C2EAAA%3BEACA%2CqBAAA%3B%3BAAGJ%2CoBAAoB%3BAAAQ%2CoBAAoB%3BEAC5C%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAaJ%2CoBAAoB%3BEAChB%2CcAAA%3BEACA%2C0CAAA%3BEACA%2CsBAAsB%2C8OAAtB%3B%3BAAGJ%2CoBAAoB%3BEAChB%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2C6BAAA%3BEACA%2CmBAAmB%2CaAAnB%3BEACA%2CWAAW%2CaAAX%3B%3BAAIJ%3BEACI%2CWAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2C6BAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CmEAAA%3BEACA%2CqBAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CwCAAA%3B%3BAAGJ%3BEACI%2C6BAAA%3B%3BAAGJ%2CcAAc%3BAAAS%2CeAAe%3BEAClC%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2C2CAAA%3BEACA%2CWAAA%3BEACA%2CuEAAA%3BEACA%2CoEAAA%3BEACA%2CWAAA%3B%3BAAUJ%2CgBAAmB%2COAAK%2CWAAW%3BEAC%5C%2FB%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3B%3BAA2BJ%2CQAxB0B%3BEACtB%2CgBAAmB%2COAAK%3BIACpB%2CoBAAA%3B%3BEAEJ%2CgBAAmB%2COAAK%3BIACpB%2CoBAAA%3B%3BEAEJ%2CgBAAmB%2COAAK%2CiBAAiB%3BIACrC%2CoBAAA%3B%3BEAEJ%2CgBAAmB%2COAAK%3BIACpB%2CoBAAA%3B%3BEAEJ%2CgBAAmB%2COAAK%2CoBAAoB%3BIACxC%2CoBAAA%3B%3BEAEJ%2CgBAAmB%2COAAK%2CoBAAoB%3BIACxC%2CoBAAA%3B%3BEAEJ%2CgBAAmB%2COAAK%3BIACpB%2CoBAAA%3B%3B%3BAAcR%2CQAV2B%3BEACvB%2CgBAAgB%3BIACZ%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CiCAAA%3B%3B%3BAAIR%2CgBAAgB%2CcAAc%3BEAC1B%2CQAAA%3B%3BAAGJ%2CgBAAgB%2CeAAe%3BEAC3B%2COAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2C6BAAA%3B%3BAAGJ%2CeAAgB%3BEACZ%2CkBAAA%3B%3BAAGJ%2CeAAe%2CcAAe%3BEAC1B%2CiCAAA%3BEACA%2C8BAAA%3BEACA%2COAAA%3B%3BAAGJ%2CeAAe%2CeAAgB%3BEAC3B%2CkCAAA%3BEACA%2C%2BBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CeAAe%2CgBAAgB%2CcAAe%3BEAC1C%2CWAAA%3B%3BAASJ%2CQAN0B%3BEACtB%2CeAAe%2CgBAAgB%2CcAAe%3BIAC1C%2CWAAA%3B%3B%3BAAIR%2CeAAe%2CgBAAgB%2CeAAgB%3BEAC3C%2CYAAA%3B%3BAASJ%2CQAN0B%3BEACtB%2CeAAe%2CgBAAgB%2CeAAgB%3BIAC3C%2CYAAA%3B%3B%3BAAIR%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CmBAAA%3BEACA%2CmBAAmB%2CUAAnB%3BEACA%2CWAAW%2CUAAX%3BEACA%2CSAAA%3B%3BAAGJ%3BEACI%3BIACI%2CmBAAmB%2CwBAAnB%3B%3BEAEJ%3BIACI%2CmBAAmB%2CoBAAnB%3B%3B%3BAAIR%3BEACI%3BIACI%2CmBAAmB%2CwBAAnB%3BIACA%2CWAAW%2CwBAAX%3B%3BEAEJ%3BIACI%2CmBAAmB%2CoBAAnB%3BIACA%2CWAAW%2CoBAAX%3B%3B%3BAAIR%3BEACI%3BIACI%2CmBAAmB%2CoBAAnB%3B%3BEAEJ%3BIACI%2CmBAAmB%2CwBAAnB%3B%3B%3BAAIR%3BEACI%3BIACI%2CmBAAmB%2CoBAAnB%3BIACA%2CWAAW%2CoBAAX%3B%3BEAEJ%3BIACI%2CmBAAmB%2CwBAAnB%3BIACA%2CWAAW%2CwBAAX%3B%3B%3BAAIR%3BEACI%3BIACI%2CmBAAmB%2CoBAAnB%3B%3BEAEJ%3BIACI%2CmBAAmB%2CyBAAnB%3B%3B%3BAAIR%3BEACI%3BIACI%2CmBAAmB%2CoBAAnB%3BIACA%2CWAAW%2CoBAAX%3B%3BEAEJ%3BIACI%2CmBAAmB%2CyBAAnB%3BIACA%2CWAAW%2CyBAAX%3B%3B%3BAAIR%3BEACI%3BIACI%2CmBAAmB%2CoBAAnB%3B%3BEAEJ%3BIACI%2CmBAAmB%2CyBAAnB%3B%3B%3BAAIR%3BEACI%3BIACI%2CmBAAmB%2CoBAAnB%3BIACA%2CWAAW%2CoBAAX%3B%3BEAEJ%3BIACI%2CmBAAmB%2CyBAAnB%3BIACA%2CWAAW%2CyBAAX%3B%3B%3BAAIR%3BEACI%3BIACI%2CmBAAmB%2CyBAAnB%3B%3BEAEJ%3BIACI%2CmBAAmB%2CoBAAnB%3B%3B%3BAAIR%3BEACI%3BIACI%2CmBAAmB%2CyBAAnB%3BIACA%2CWAAW%2CyBAAX%3B%3BEAEJ%3BIACI%2CmBAAmB%2CoBAAnB%3BIACA%2CWAAW%2CoBAAX%3B%3B%3BAA%2BFR%2CQA3F0B%3BEACtB%3BIACI%3BMACI%2CmBAAmB%2CwBAAnB%3B%3BIAEJ%3BMACI%2CmBAAmB%2CoBAAnB%3B%3B%3BEAGR%3BIACI%3BMACI%2CmBAAmB%2CwBAAnB%3BMACA%2CWAAW%2CwBAAX%3B%3BIAEJ%3BMACI%2CmBAAmB%2CoBAAnB%3BMACA%2CWAAW%2CoBAAX%3B%3B%3BEAGR%3BIACI%3BMACI%2CmBAAmB%2CoBAAnB%3B%3BIAEJ%3BMACI%2CmBAAmB%2CwBAAnB%3B%3B%3BEAGR%3BIACI%3BMACI%2CmBAAmB%2CoBAAnB%3BMACA%2CWAAW%2CoBAAX%3B%3BIAEJ%3BMACI%2CmBAAmB%2CwBAAnB%3BMACA%2CWAAW%2CwBAAX%3B%3B%3BEAGR%3BIACI%3BMACI%2CmBAAmB%2CoBAAnB%3B%3BIAEJ%3BMACI%2CmBAAmB%2CyBAAnB%3B%3B%3BEAGR%3BIACI%3BMACI%2CmBAAmB%2CoBAAnB%3BMACA%2CWAAW%2CoBAAX%3B%3BIAEJ%3BMACI%2CmBAAmB%2CyBAAnB%3BMACA%2CWAAW%2CyBAAX%3B%3B%3BEAGR%3BIACI%3BMACI%2CmBAAmB%2CoBAAnB%3B%3BIAEJ%3BMACI%2CmBAAmB%2CyBAAnB%3B%3B%3BEAGR%3BIACI%3BMACI%2CmBAAmB%2CoBAAnB%3B%3BIAEJ%3BMACI%2CmBAAmB%2CyBAAnB%3B%3B%3BEAGR%3BIACI%3BMACI%2CmBAAmB%2CyBAAnB%3B%3BIAEJ%3BMACI%2CmBAAmB%2CoBAAnB%3B%3B%3BEAGR%3BIACI%3BMACI%2CmBAAmB%2CyBAAnB%3BMACA%2CWAAW%2CyBAAX%3B%3BIAEJ%3BMACI%2CmBAAmB%2CoBAAnB%3BMACA%2CWAAW%2CoBAAX%3B%3B%3B%3BAAKZ%3BEACI%3BIACI%2CmBAAmB%2CwBAAnB%3BIACA%2CWAAW%2CwBAAX%3B%3BEAEJ%3BIACI%2CmBAAmB%2CoBAAnB%3BIACA%2CWAAW%2CoBAAX%3B%3B%3BAAIR%3BEACI%3BIACI%2CmBAAmB%2CwBAAnB%3BIACA%2CWAAW%2CwBAAX%3B%3BEAEJ%3BIACI%2CmBAAmB%2CoBAAnB%3BIACA%2CWAAW%2CoBAAX%3B%3B%3BAAIR%3BEACI%3BIACI%2CmBAAmB%2CoBAAnB%3BIACA%2CWAAW%2CoBAAX%3B%3BEAEJ%3BIACI%2CmBAAmB%2CwBAAnB%3BIACA%2CWAAW%2CwBAAX%3B%3B%3BAAIR%3BEACI%3BIACI%2CmBAAmB%2CoBAAnB%3BIACA%2CWAAW%2CoBAAX%3B%3BEAEJ%3BIACI%2CmBAAmB%2CwBAAnB%3BIACA%2CWAAW%2CwBAAX%3B%3B%3BAAIR%3BEACI%3BIACI%2CmBAAmB%2CoBAAnB%3BIACA%2CWAAW%2CoBAAX%3B%3BEAEJ%3BIACI%2CmBAAmB%2CyBAAnB%3BIACA%2CWAAW%2CyBAAX%3B%3B%3BAAIR%3BEACI%3BIACI%2CmBAAmB%2CoBAAnB%3BIACA%2CWAAW%2CoBAAX%3B%3BEAEJ%3BIACI%2CmBAAmB%2CyBAAnB%3BIACA%2CWAAW%2CyBAAX%3B%3B%3BAAIR%3BEACI%3BIACI%2CmBAAmB%2CoBAAnB%3BIACA%2CWAAW%2CoBAAX%3B%3BEAEJ%3BIACI%2CmBAAmB%2CyBAAnB%3BIACA%2CWAAW%2CyBAAX%3B%3B%3BAAIR%3BEACI%3BIACI%2CmBAAmB%2CoBAAnB%3BIACA%2CWAAW%2CoBAAX%3B%3BEAEJ%3BIACI%2CmBAAmB%2CyBAAnB%3BIACA%2CWAAW%2CyBAAX%3B%3B%3BAAIR%3BEACI%3BIACI%2CmBAAmB%2CyBAAnB%3BIACA%2CWAAW%2CyBAAX%3B%3BEAEJ%3BIACI%2CmBAAmB%2CoBAAnB%3BIACA%2CWAAW%2CoBAAX%3B%3B%3BAAIR%3BEACI%3BIACI%2CmBAAmB%2CyBAAnB%3BIACA%2CWAAW%2CyBAAX%3B%3BEAEJ%3BIACI%2CmBAAmB%2CoBAAnB%3BIACA%2CWAAW%2CoBAAX%3B%3B%3BAAIR%3BEACI%3BIACI%2CmBAAmB%2CwBAAnB%3BIACA%2CWAAW%2CwBAAX%3B%3BEAEJ%3BIACI%2CmBAAmB%2CoBAAnB%3BIACA%2CWAAW%2CoBAAX%3B%3B%3BAAIR%3BEACI%3BIACI%2CmBAAmB%2CwBAAnB%3BIACA%2CWAAW%2CwBAAX%3B%3BEAEJ%3BIACI%2CmBAAmB%2CoBAAnB%3BIACA%2CWAAW%2CoBAAX%3B%3B%3BAAIR%3BEACI%3BIACI%2CmBAAmB%2CoBAAnB%3BIACA%2CWAAW%2CoBAAX%3B%3BEAEJ%3BIACI%2CmBAAmB%2CwBAAnB%3BIACA%2CWAAW%2CwBAAX%3B%3B%3BAAIR%3BEACI%3BIACI%2CmBAAmB%2CoBAAnB%3BIACA%2CWAAW%2CoBAAX%3B%3BEAEJ%3BIACI%2CmBAAmB%2CwBAAnB%3BIACA%2CWAAW%2CwBAAX%3B%3B%3BAAIR%3BEACI%3BIACI%2CmBAAmB%2CoBAAnB%3BIACA%2CWAAW%2CoBAAX%3B%3BEAEJ%3BIACI%2CmBAAmB%2CyBAAnB%3BIACA%2CWAAW%2CyBAAX%3B%3B%3BAAIR%3BEACI%3BIACI%2CmBAAmB%2CoBAAnB%3BIACA%2CWAAW%2CoBAAX%3B%3BEAEJ%3BIACI%2CmBAAmB%2CyBAAnB%3BIACA%2CWAAW%2CyBAAX%3B%3B%3BAAIR%3BEACI%3BIACI%2CmBAAmB%2CoBAAnB%3BIACA%2CWAAW%2CoBAAX%3B%3BEAEJ%3BIACI%2CmBAAmB%2CyBAAnB%3BIACA%2CWAAW%2CyBAAX%3B%3B%3BAAIR%3BEACI%3BIACI%2CmBAAmB%2CoBAAnB%3BIACA%2CWAAW%2CoBAAX%3B%3BEAEJ%3BIACI%2CmBAAmB%2CyBAAnB%3BIACA%2CWAAW%2CyBAAX%3B%3B%3BAAIR%3BEACI%3BIACI%2CmBAAmB%2CyBAAnB%3BIACA%2CWAAW%2CyBAAX%3B%3BEAEJ%3BIACI%2CmBAAmB%2CoBAAnB%3BIACA%2CWAAW%2CoBAAX%3B%3B%3BAAIR%3BEACI%3BIACI%2CmBAAmB%2CyBAAnB%3BIACA%2CWAAW%2CyBAAX%3B%3BEAEJ%3BIACI%2CmBAAmB%2CoBAAnB%3BIACA%2CWAAW%2CoBAAX%3B%3B%3BAAIR%3BEACI%3BIACI%2CUAAA%3B%3BEAEJ%3BIACI%2CUAAA%3B%3BEAEJ%3BIACI%2CYAAA%3B%3BEAEJ%3BIACI%2CUAAA%3B%3B%3BAAIR%3BEACI%3BIACI%2CUAAA%3B%3BEAEJ%3BIACI%2CUAAA%3B%3BEAEJ%3BIACI%2CYAAA%3B%3BEAEJ%3BIACI%2CUAAA%3B%3B%3BAA0BR%3BEAnBI%3BEAAS%3BEAAY%3BEAAe%3BEAAkB%3BEAAc%3BEAAc%3BEAAiB%3BIAAc%2CaAAA%3B%3BEACjH%3BIACI%2CaAAA%3B%3BEAEJ%3BIACI%2CwBAAA%3B%3BEAEJ%3BIAAkB%2CgBAAA%3B%3BEAClB%2CMAAO%3BIAAQ%2CwBAAA%3B%3BEACf%2COAAQ%3BIACL%2CaAAA%3B%3BEAEH%3BIACI%2CgBAAA%3B%3B%3BAAMR%3BEACI%2COAAQ%3BIACJ%2CcAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BACr3wBR%2CgBALsC%3BECwFtC%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%3BECkLZ%2CgBAGI%3BEA2EJ%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%3BEAwDhB%2CkBACM%3BEAKN%2CkBACI%3BEC1eJ%2CYACI%3BEC6JJ%2CiCL%2BsDI%3BEMjuDJ%2CuBNiuDI%3BEOhsCJ%2CcPgsCI%3BIA%5C%2FtDJ%2CUAAA%3B%3BEAEA%2CoBAAC%2CUAAU%3BEA4tDX%2C2BACI%2COA7tDH%2CUAAU%3BEEYX%2COACI%2CgBACI%2CeAGI%2CKFjBX%2CUAAU%3BEGmMX%2CgBAGI%2COHtMH%2CUAAU%3BEGiRX%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CKH3Rf%2CUAAU%3BEGmVX%2CkBACM%2CYHpVL%2CUAAU%3BEGyVX%2CkBACI%2CUH1VH%2CUAAU%3BEIhJX%2CYACI%2COJ%2BIH%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%3BEG8LX%2CgBAGI%2COHjMH%2CUAAU%3BEG4QX%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CKHtRf%2CUAAU%3BEG8UX%2CkBACM%2CYH%5C%2FUL%2CUAAU%3BEGoVX%2CkBACI%2CUHrVH%2CUAAU%3BEIrJX%2CYACI%2COJoJH%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%3BEG2LR%2CgBAGI%2COHjMH%2CUAAU%2CGAGH%3BEGyQR%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CKHtRf%2CUAAU%2CGAGH%3BEG2UR%2CkBACM%2CYH%5C%2FUL%2CUAAU%2CGAGH%3BEGiVR%2CkBACI%2CUHrVH%2CUAAU%2CGAGH%3BEIxJR%2CYACI%2COJoJH%2CUAAU%2CGAGH%3BEKMR%2CiCL%2BsDI%2COAxtDH%2CUAAU%2CGAGH%3BEMZR%2CuBNiuDI%2COAxtDH%2CUAAU%2CGAGH%3BEOqhBR%2CcPgsCI%2COAxtDH%2CUAAU%2CGAGH%3BIACA%2CWAAA%3B%3BEA6GR%3BEGuNA%2CUACI%3BEKVJ%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%3BEJzTjB%2CmBIgTI%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%3BEJlTZ%2CmBIgTI%2CUACI%2COACI%3BESvaZ%2CKAAK%2CKAAK%2COTqaN%2CUACI%2COACI%3BIACI%2CWAAA%3B%3BEAoBhB%3BINtLA%2CkBAAA%3B%3BEM0OA%3BEU%5C%2FVA%3BEC4CA%2CaAOI%3BECtJJ%2CsBACI%3BIlBrDJ%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAiBA%2CyBAAC%3BEACD%2CyBAAC%3BEWmFD%2CwBAKI%2CeXzFH%3BEWoFD%2CwBAKI%2CeXxFH%3BEWoID%2CiCXrIC%3BEWqID%2CiCXpIC%3BEW0JD%2CkBX3JC%3BEW2JD%2CkBX1JC%3BEYiED%2CcAKI%2CeZvEH%3BEYkED%2CcAKI%2CeZtEH%3BEYkHD%2CuBZnHC%3BEYmHD%2CuBZlHC%3BEY8ID%2CkBZ%5C%2FIC%3BEY%2BID%2CkBZ9IC%3BEQgHD%2CkBAaI%2CeR9HH%3BEQiHD%2CkBAaI%2CeR7HH%3BEQkID%2COACI%2CgBACI%2CeRrIP%3BEQmID%2COACI%2CgBACI%2CeRpIP%3BEa8fD%2Ceb%5C%2FfC%3BEa%2BfD%2Ceb9fC%3BESyTD%2CgBT1TC%3BES0TD%2CgBTzTC%3BESuYD%2CQACI%2CoBTzYH%3BESwYD%2CQACI%2CoBTxYH%3BESuYD%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeT%5C%2FYX%3BESwYD%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeT9YX%3BESuaD%2CqBACI%2COAAM%2CUTzaT%3BESwaD%2CqBACI%2COAAM%2CUTxaT%3BEOmSD%2C0BACI%2CcPrSH%3BEOoSD%2C0BACI%2CcPpSH%3BEmByND%2CKAAK%2CMACD%2CeACI%2CQnB5NP%3BEmB0ND%2CKAAK%2CMACD%2CeACI%2CQnB3NP%3BEmByND%2CKAAK%2CMACD%2CeAEI%2CSnB7NP%3BEmB0ND%2CKAAK%2CMACD%2CeAEI%2CSnB5NP%3BEoBoaD%2C0BpBraC%3BEoBqaD%2C0BpBpaC%3BEEmHD%2C0BACI%2CQAAO%2CKAAM%2COAAM%2CyBFrHtB%3BEEoHD%2C0BACI%2CQAAO%2CKAAM%2COAAM%2CyBFpHtB%3BEqBugBD%2CYrBxgBC%3BEqBwgBD%2CYrBvgBC%3BEqBiiBD%2CQAII%2CQAAO%2CKAAM%2COAAM%2CyBrBtiBtB%3BEqBkiBD%2CQAII%2CQAAO%2CKAAM%2COAAM%2CyBrBriBtB%3BEqBkiBD%2CuBAGI%2CQAAO%2CKAAM%2COAAM%2CyBrBtiBtB%3BEqBmiBD%2CuBAGI%2CQAAO%2CKAAM%2COAAM%2CyBrBriBtB%3BEqBmiBD%2CiBAEI%2CQAAO%2CKAAM%2COAAM%2CyBrBtiBtB%3BEqBoiBD%2CiBAEI%2CQAAO%2CKAAM%2COAAM%2CyBrBriBtB%3BEsBocD%2CYASI%2CQAAO%2CMtB9cV%3BEsBqcD%2CYASI%2CQAAO%2CMtB7cV%3BEsBylBG%2COAAC%2CQtB1lBJ%3BEsB0lBG%2COAAC%2CQtBzlBJ%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CyBAAC%3BEW8ED%2CwBAKI%2CeXnFH%3BEW%2BHD%2CiCX%5C%2FHC%3BEWqJD%2CkBXrJC%3BEY4DD%2CcAKI%2CeZjEH%3BEY6GD%2CuBZ7GC%3BEYyID%2CkBZzIC%3BEQ2GD%2CkBAaI%2CeRxHH%3BEQ6HD%2COACI%2CgBACI%2CeR%5C%2FHP%3BEayfD%2CebzfC%3BESoTD%2CgBTpTC%3BESkYD%2CQACI%2CoBTnYH%3BESkYD%2CQAKI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeTzYX%3BESkaD%2CqBACI%2COAAM%2CUTnaT%3BEO8RD%2C0BACI%2CcP%5C%2FRH%3BEmBoND%2CKAAK%2CMACD%2CeACI%2CQnBtNP%3BEmBoND%2CKAAK%2CMACD%2CeAEI%2CSnBvNP%3BEoB%2BZD%2C0BpB%5C%2FZC%3BEE8GD%2C0BACI%2CQAAO%2CKAAM%2COAAM%2CyBF%5C%2FGtB%3BEqBkgBD%2CYrBlgBC%3BEqB4hBD%2CQAII%2CQAAO%2CKAAM%2COAAM%2CyBrBhiBtB%3BEqB6hBD%2CuBAGI%2CQAAO%2CKAAM%2COAAM%2CyBrBhiBtB%3BEqB8hBD%2CiBAEI%2CQAAO%2CKAAM%2COAAM%2CyBrBhiBtB%3BEsB%2BbD%2CYASI%2CQAAO%2CMtBxcV%3BEsBolBG%2COAAC%2CQtBplBJ%3BIACG%2CWAAA%3B%3BEM2hBJ%3BEA69BA%3BEiB%5C%2F8CA%2COAAO%3BEAMP%3BEAWA%3BECuFA%2CyBAWI%3BEXkhBA%2CMAAC%3BEXjkBL%2C0BACI%2CQAAO%2CKAAM%2COAAM%2CyBAGf%2CeAAc%2CIAAI%2CSAAU%3BEmB0apC%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%3BINvUlB%2CgBAAA%3B%3BE2BulBA%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%3BI3BpfF%2CeAAA%3BI2BwfI%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%3BEJ7gBJ%2CmBI4gBA%2CUACI%3BESloBJ%2CKAAK%2CKAAK%2COTioBV%2CUACI%3BIN5XJ%2CmBAAA%3BI2B%2BpBA%2CsBAAA%3BIACA%2CqBAAA%3BI3BhqBA%2CUAAA%3BI2BmqBA%2CmBAAA%3B%3BEAEA%2CwBrB1SA%2CUACI%2COqBySA%3BEpBrsBJ%2CwBD2ZA%2CUACI%2COqBySA%3BEpBpsBJ%2CuBD0ZA%2CUACI%2COqBySA%3BEzBtzBJ%2CmBI4gBA%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%3BEJjhBxB%2CmBI4gBA%2CUACI%2COAGK%2CeAAe%3BEJhhBxB%2CmBI4gBA%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%3BEJrhBR%2CmBI4gBA%2CUACI%2COAQI%3BES1oBR%2CKAAK%2CKAAK%2COTioBV%2CUACI%2COAQI%3BIACI%2CUAAA%3BIACA%2CWAAA%3B%3BEA2BZ%3BINjaA%2CWAAA%3B%3BEMqhBA%3BEW1iBA%2CKAAK%2COAAO%3BEW%5C%2FNZ%3BErBqOA%3BIDqiBI%2CgBAAA%3B%3BEADJ%2C0BAGI%3BEW7iBJ%2CKAAK%2COAAO%2CSX6iBR%3BEsB5wBJ%2CqBtB4wBI%3BECviBJ%2CyBDuiBI%3BINpyBJ%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEM0xBA%2C0BAOI%2CQAAU%3BEWjjBd%2CKAAK%2COAAO%2CSXijBR%2CQAAU%3BEsBhxBd%2CqBtBgxBI%2CQAAU%3BEC3iBd%2CyBD2iBI%2CQAAU%3BIACN%2CaAAA%3B%3BEAUR%3BEOxSA%2CoBAMI%3BEAyBJ%2CaAmBI%2COASI%3BEAiIR%3BIP6GI%2CeAAA%3BIACA%2CgBAAA%3B%3BEAmMJ%3BEGxjBA%2CqBAuBI%3BEA4BJ%2CoBAKI%3BEAJJ%2CqBAII%3BEAHJ%2CoBAGI%3BEAFJ%2CqBAEI%3BEADJ%2CgBACI%3BEmB5dJ%2CuBACI%3BEdyVJ%2CwBACI%3BId3GJ%2CiBAAA%3B%3BEMqwBA%3BEIlgCA%2CcAAc%3BEmBCd%2CcAAc%3BER4gBd%2CcAAc%3BIrBhRd%2CiBAAA%3B%3BEMqzBA%3BEe%5C%2FgBA%2CsBACI%2CQAAO%3BIrBvSX%2CqBAAA%3BI8B9QA%2CqBAAA%3B%3BEAMA%2CiBAAC%3BET8iBD%2CsBACI%2CQAAO%2CMS%5C%2FiBV%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BI9B9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CS%2BB%5C%2FQS%2CO%5C%2FB%2BQT%3BIAAA%2CagCvRe%2CYhCuRf%3BIAAA%2CiBAAA%3BIAAA%2CsBAAA%3BI8BqEA%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%3BEJvtCA%3BEmBscA%3BIfkxBI%2CeAAA%3BIACA%2CiBAAA%3B%3BEA%2BCJ%2CyBACI%2CWACI%2CoBACI%3BEJvwCZ%2C4BIqwCI%2CWACI%2CoBACI%3BEJtwCZ%2CyBIowCI%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%3BInCoCV%2C6BAAA%3B%3BEMorCA%3BEGhiCA%2CQA2BI%3BEFnIJ%3BEaiOA%3BIdw6BI%2CkBAAA%3B%3BEADJ%2CkBAGI%3BEAHJ%2CkBAII%3BEGpiCJ%2CQA2BI%2CSHwgCA%3BEGniCJ%2CQA2BI%2CSHygCA%3BEC5oCJ%2C6BD2oCI%3BEC3oCJ%2C6BD4oCI%3BEc36BJ%2CyBd06BI%3BEc16BJ%2CyBd26BI%3BIACI%2CkBAAA%3BIACA%2CUAAA%3B%3BEANR%2CkBAQI%3BEGxiCJ%2CQA2BI%2CSH6gCA%3BEChpCJ%2C6BDgpCI%3BEc%5C%2F6BJ%2CyBd%2B6BI%3BIACI%2CqBAAA%3BIACA%2CYAAA%3B%3BEAVR%2CkBAaI%3BEG7iCJ%2CQA2BI%2CSHkhCA%3BECrpCJ%2C6BDqpCI%3BEcp7BJ%2CyBdo7BI%3BINjsCJ%2CiBAAA%3BIMmsCQ%2CUAAA%3B%3BEAfR%2CkBAkBI%3BEGljCJ%2CQA2BI%2CSHuhCA%3BEC1pCJ%2C6BD0pCI%3BEcz7BJ%2CyBdy7BI%3BIACI%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAkER%3BEE94CA%3BEK8YA%2CeAEI%3BEYnJJ%2CeACI%3BIzB3HJ%2CUAAA%3BIoCtLA%2CWAAA%3BIpCsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BIM4mCL%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%3BINvmDZ%2CiBAAA%3B%3BEM%2BlDA%2C2BACI%2COAYI%3BEK3tDR%2CiCL%2BsDI%2COAYI%3BEM7uDR%2CuBNiuDI%2COAYI%3BEO5sCR%2CcPgsCI%2COAYI%3BIN5mDR%2CiBAAA%3B%3BEM%2BlDA%2C2BAkBI%2CiBACI%3BEKjuDR%2CiCLguDI%2CiBACI%3BEMnvDR%2CuBNkvDI%2CiBACI%3BEOltCR%2CcPitCI%2CiBACI%3BIACI%2CaAAA%3BIACA%2COAAA%3BIACA%2CkBAAA%3B%3BEiBp1DZ%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%3BIvBoMP%2CWAAA%3BIAgKA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEoCrZL%2CCAAC%2CoBAAyB%2CQb%2BCvB%3BIvBoMP%2CmBAAA%3BIoC9KA%2CqBAAA%3BIpC8UA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEoClZL%2CCAAC%2CyBAA%2BB%2CQb4C7B%3BIvBoMP%2CmBAAA%3BIoClLA%2CYAAA%3BIpCkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEoC%5C%2FYL%2CCAAC%2C0BAAgC%2CQbyC9B%3BIvBoMP%2CmBAAA%3BIoCtLA%2CWAAA%3BIpCsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEuBhWT%3BIAEI%2CiBAAA%3B%3BEa3CA%2CCAAC%2CoBAAyB%3BIpCuO9B%2CmBAAA%3BIoCtLA%2CWAAA%3BIpCsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEoCtYL%2CCAAC%2CyBAA%2BB%3BIpCoOpC%2CmBAAA%3BIoCtLA%2CWAAA%3BIpCsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEoCnYL%2CCAAC%2C0BAAgC%3BIpCiOrC%2CmBAAA%3BIoCtLA%2CWAAA%3BIpCsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEuB1VT%2C2BAA4B%3BIACxB%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%3BIAEI%2CYAAA%3BIACA%2CgBAAA%3B%3BEa3CA%2CCAAC%2CoBAAyB%3BIpC2N9B%2CmBAAA%3BIoClLA%2CYAAA%3BIpCkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEoC1XL%2CCAAC%2CyBAA%2BB%3BIpCwNpC%2CmBAAA%3BIoClLA%2CYAAA%3BIpCkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEoCvXL%2CCAAC%2C0BAAgC%3BIpCqNrC%2CmBAAA%3BIoClLA%2CYAAA%3BIpCkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEuB9UT%2C0BACI%3BIACI%2CgBAAA%3B%3BEAFR%2C0BAKI%3BIACI%2CWAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEAIR%2CMAAM%3BIACF%2CkBAAA%3B%3BEc6IJ%3BIACI%2CaAAA%3B%3BEAGJ%3BIrCiJA%2CsBAAA%3BIACQ%2CcAAA%3BIAMR%2CwBAAA%3BIACQ%2CgBAAA%3BIqCtJJ%2CmBAAA%3B%3BEAGJ%3BIACI%2CaAAA%3B%3BEAGJ%2C0BAA6B%3BIACzB%2CaAAA%3B%3BEAGJ%2C0BACM%3BIACE%2CcAAA%3B%3BECXR%3BItCSA%2CmBAAA%3BIAAA%2CgBAAA%3BIsCJI%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%3BItChBN%2CgBAAA%3B%3BEsCTA%2CWA6BI%2CGAAE%3BIACE%2CkBAAA%3B%3BEA9BR%2CWAiCI%3BItCxBJ%2CkBAAA%3BIsC0BQ%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%3BItC%5C%2FCV%2CcAAA%3BIAAA%2CiBAAA%3BIAAA%2CeAAA%3BIAAA%2CqBAAA%3BIsCsDY%2CsBAAA%3BIACA%2CkBAAA%3BIACA%2CqBAAA%3B%3BEAEA%2CWAlCR%2CQAuBM%2CaAWG%3BEAAQ%2CWAlCjB%2CQAuBM%2CaAWY%3BItC1DtB%2CWAAA%3BIAAA%2CqBAAA%3B%3BEsCkEQ%2CWA1CJ%2CQA0CK%2COAEK%3BEADN%2CWA3CJ%2CQA2CK%2CWACK%3BItCpEd%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CqBAAA%3BIAAA%2CWAAA%3BIAAA%2CqBAAA%3BIsC2EgB%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%3BItCzFpB%2CqBAAA%3BI8BhOA%2CqBAAA%3B%3BEQmTQ%2CWA3DJ%2CQA2DK%2COACK%2CaAGI%2CgBRnGhB%3BI9BhQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BE8B2CA%2CWQkPI%2CQA2DK%2COACK%2CaAGI%2CgBRjTjB%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BI9B9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSuC9NQ%2COvC8NR%3BIAAA%2CagCvRe%2CYhCuRf%3BIAAA%2CsBAAA%3BI8BqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEQlFA%2CWAiCI%2CQA8EI%3BItCtGR%2CgBAAA%3BIAAA%2CsBAAA%3BIAAA%2CyCAAA%3BIAAA%2CgBAAA%3BIAAA%2CgBAAA%3BIAAA%2CUAAA%3BIsC8GY%2CaAAA%3BIACA%2COAAA%3BIACA%2CoBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BItClHZ%2CgBAAA%3B%3BEsCTA%2CWAiCI%2CQA8EI%2CSAyIF%3BItC%5C%2FON%2CgBAAA%3B%3BEsCkPQ%2CWA1NJ%2CQA8EI%2CSAyIF%2CKAGG%3BEACD%2CWA3NJ%2CQA8EI%2CSAyIF%2CKAIG%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CWAlOJ%2CQA8EI%2CSAyIF%2CKAWG%3BItC1PT%2CWAAA%3BIAAA%2CUAAA%3BIAAA%2CUAAA%3BIA8CA%2C8BAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIAhDA%2CyBAAA%3BIsC%2BPY%2CUAAA%3B%3BEAGJ%2CWA1OJ%2CQA8EI%2CSAyIF%2CKAmBG%3BItCpNT%2C8BAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIAhDA%2CyBAAA%3BIAAA%2CWAAA%3BIAAA%2CUAAA%3BIAAA%2CUAAA%3BIsCuQY%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%3BItCzIhB%2CcAAA%3BIAAA%2CiBAAA%3B%3BEsCgJgB%2CWAxHZ%2CQA8EI%2CSAiCI%2CEASK%3BEACD%2CWAzHZ%2CQA8EI%2CSAiCI%2CEAUK%3BItCjJjB%2CmBAAA%3BIAAA%2CWAAA%3BIAAA%2CqBAAA%3B%3BEsCTA%2CWAiCI%2CQA8EI%2CSAmDI%2CQAAU%3BItCzJtB%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CuBAAA%3BIAAA%2CWAAA%3B%3BEsCTA%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%3BItCpL5B%2CqBAAA%3BI8BhOA%2CqBAAA%3B%3BEQgZgB%2CWAxJZ%2CQA8EI%2CSAsEI%2CGAIK%2COACK%2CIACI%2CgBR9LxB%3BI9BhQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BE8B2CA%2CWQkPI%2CQA8EI%2CSAsEI%2CGAIK%2COACK%2CIACI%2CgBR5YzB%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BI9B9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSuCxPQ%2COvCwPR%3BIAAA%2CagCvRe%2CYhCuRf%3BIAAA%2CsBAAA%3BI8BqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEQ0HQ%2CWA3KJ%2CQA2KK%3BIACG%2CkBAAA%3BItCpMZ%2CqBAAA%3BI8BhOA%2CqBAAA%3B%3BEAMA%2CWQkPI%2CQA2KK%2CKR7ZR%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BI9B9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CSuCzPgB%2COvCyPhB%3BIAAA%2CagCvRe%2CYhCuRf%3BIAAA%2CsBAAA%3BI8BqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEQkIY%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%3BIxCyFA%2CgCAAA%3B%3BEyC1OA%2CQAAQ%2CKAAK%3BICrDb%2CkBAAA%3BIACA%2CUAAA%3BIDsDI%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3B%3BEzCdJ%2CQyCUQ%2CKAAK%2CMzCVZ%3BEACD%2CQyCSQ%2CKAAK%2CMzCTZ%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CQyCIQ%2CKAAK%2CMzCJZ%3BIACG%2CWAAA%3B%3BEyCGJ%2CQAAQ%2CKAAK%2CMClDX%2CQAAK%3BIACH%2CWAAA%3BIACA%2CWAAA%3B%3BEDgDJ%2CQAAQ%2CKAAK%2CMClDX%2CQAAK%2CMAID%3BI1CwRN%2CYAAA%3BI0CtRQ%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BED0CR%2CQAAQ%2CKAAK%2CMCtCX%2CQAAK%3BI1CgRP%2CgBAAA%3BI0C7QI%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BE1CsBJ%2CQyCUQ%2CKAAK%2CMCtCX%2CQAAK%2CQ1C4BN%3BEACD%2CQyCSQ%2CKAAK%2CMCtCX%2CQAAK%2CQ1C6BN%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CQyCIQ%2CKAAK%2CMCtCX%2CQAAK%2CQ1CkCN%3BIACG%2CWAAA%3B%3BE0C3BA%2CQD8BI%2CKAAK%2CMCtCX%2CQAAK%2CQAQF%3BIACG%2CcAAA%3B%3BED6BR%2CQAAQ%2CKAAK%2CMCoBX%2CQAAK%3BI1CsNP%2CkBAAA%3B%3BEyC1OA%2CQAAQ%2CKAAK%2CMCoBX%2CQAAK%2CMAED%3BI1CoNN%2CgBAAA%3BIAAA%2CiBAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CsBAAA%3BI0C%5C%2FLQ%2CmBAAA%3BI1C%2BLR%2CYAAA%3BIAAA%2C0BAAA%3B%3BE2CjJA%2CQFzFQ%2CKAAK%2CMCoBX%2CQAAK%2CMAED%2CUCmEL%3BI3CiJD%2CcAAA%3BIAAA%2CqBAAA%3B%3BE2C5IA%2CQF9FQ%2CKAAK%2CMCoBX%2CQAAK%2CMAED%2CUCwEL%3BI3C4ID%2CcAAA%3BIAAA%2CqBAAA%3B%3BE2CvIA%2CQFnGQ%2CKAAK%2CMCoBX%2CQAAK%2CMAED%2CUC6EL%3BI3CuID%2CWAAA%3BIAAA%2CqBAAA%3B%3BE0C1LI%2CQDhDI%2CKAAK%2CMCoBX%2CQAAK%2CMA4BF%2CIAAI%2CWAAc%2CUAAO%3BEAC1B%2CQDjDI%2CKAAK%2CMCoBX%2CQAAK%2CMA6BF%2CIAAI%2CWAAc%2CUAAO%3BI1CyL9B%2CmBAAA%3B%3BE0CrLI%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%3BI1CkLtB%2CmBAAA%3BIAAA%2CWAAA%3BIAAA%2CqBAAA%3B%3BE0C5KI%2CQD9DI%2CKAAK%2CMCoBX%2CQAAK%2CMA0CF%2COAAU%3BEACX%2CQD%5C%2FDI%2CKAAK%2CMCoBX%2CQAAK%2CMA2CF%2COAAU%2CUAAO%3BEAClB%2CQDhEI%2CKAAK%2CMCoBX%2CQAAK%2CMA4CF%2COAAU%2CUAAO%3BI1C0KtB%2CmBAAA%3B%3BEyC1OA%2CQAAQ%2CKAAK%2CMCqEX%2CQAAK%3BI1CqKP%2CmBAAA%3BI0CnKI%2CgBAAA%3BIACA%2C4BAAA%3BI1CkKJ%2CsBAAA%3B%3BEyCnOQ%2CQAPA%2CKAAK%2CMAMT%2CMAAK%2CMAAO%2CEACP%3BIACG%2CaAAA%3B%3BEG5BZ%3BI5C8PA%2CgBAAA%3B%3BEApPA%2CgBAAC%3BEACD%2CgBAAC%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CgBAAC%3BIACG%2CWAAA%3B%3BE4CjBJ%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%3BI7CiQJ%2CkBAAA%3B%3BE4C9PA%2CgBCMA%2CWAKI%2CEAAC%3BI7CmPL%2CeAAA%3B%3BE4C9PA%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%3BI%5C%2FCiHR%2C6BAAA%3BI%2BC%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%3BEtCmEJ%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%3BIX0GJ%2CmBAAA%3B%3BEWtGY%2CiCAJR%2COAGI%2COACK%3BIACG%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAZhB%2CiCAKI%2COAWI%3BIACI%2CiBAAA%3B%3BEAKZ%2CkBAGI%2CiBACM%3BIACE%2CYAAA%3B%3BEAKJ%2CkBADJ%2CQACK%3BIACG%2CeAAA%3B%3BEuChLZ%3BIACI%2CsBAAA%3B%3BECklBJ%2CWAAW%3BIACP%2CgBAAA%3B%3BEAGJ%2CuBAAwB%2CEAAC%3BIACrB%2CqBAAA%3B%3BEAGJ%3BIACI%2CcAAA%3B%3BEAGJ%2CoBAAqB%3BIACjB%2C4BAAA%3B%3BEAGJ%2CuBACI%3BIACI%2CUAAA%3B%3BEAIR%2CQAAW%3BIACP%2CmBAAA%3B%3BEAGJ%3BIAEQ%2CeAAA%3B%3BEAGJ%2CsBAAC%2CeAAgB%2CgBAAgB%3BIAC7B%2CgBAAA%3BIACA%2CaAAA%3B%3BEAPR%2CsBAUI%3BIACI%2CmBAAA%3BIACA%2CcAAA%3B%3BEAZR%2CsBAeI%3BIACI%2CaAAA%3B%3BEAhBR%2CsBAmBI%3BIACI%2CgBAAA%3B%3BEApBR%2CsBAuBI%3BIACI%2CgBAAA%3B%3BEAxBR%2CsBA2BI%2CqBAAoB%2CYAAa%3BIAC7B%2CeAAA%3B%3BEA5BR%2CsBA%2BBI%3BIACI%2CkBAAA%3B%3BEAhCR%2CsBAmCI%2CsBAAqB%3BIACjB%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAW%2CgBAAX%3B%3BEASR%2CQAAQ%2CaAAa%3BIAEb%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CMAAA%3BIACA%2CWAAA%3B%3BEALR%2CQAAQ%2CaAAa%2CiBAQjB%3BI1DzmBA%2CgBAAA%3BIACA%2CqBAAA%3B%3BEAGJ%2CQ0D6lBQ%2CaAAa%2CiBAQjB%2CgB1DrmBH%3BIAEO%2CiDAAA%3B%3BEAGJ%2CQ0DwlBI%2CaAAa%2CiBAQjB%2CgB1DrmBH%2CMAKI%3BIACG%2CmBAAA%3B%3BEAGJ%2CQ0DolBI%2CaAAa%2CiBAQjB%2CgB1DrmBH%2CMASI%3BIACG%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3B%3BEAGJ%2CQ0D8kBI%2CaAAa%2CiBAQjB%2CgB1DrmBH%2CMAeI%3BIACG%2C8BAAA%3B%3BEAKJ%2CQ0DwkBI%2CaAAa%2CiBAQjB%2CgB1DhlBC%3BIACG%2CYAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CQ0DmkBI%2CaAAa%2CiBAQjB%2CgB1D3kBC%3BIACG%2CWAAA%3BIACA%2CUAAA%3B%3BE0DikBR%2CQAAQ%2CaAAa%2CiBAQjB%2CgB1DtkBA%3BIACI%2CWAAA%3BIACA%2CUAAA%3B%3BE2DxBR%2CsBAAuB%2CqBAAqB%2CwBAAwB%2CuBAAuB%2COAAM%3BIAC7F%2CaAAA%3BIACA%2CgBAAA%3B%3BECXJ%2CeAAgB%2CMAAK%3BI5DvErB%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CSAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIAEA%2CQAAA%3BI4DZI%2CkBAAA%3B%3BEAGJ%2CeAwEgB%2CMAAK%2CiBAxEjB%3BI5DcA%2CsBAAA%3BIACA%2CqBAAA%3BI4DZA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2COAAA%3BIACA%2CcAAA%3BIACA%2CSAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3B%3BE5DOJ%2CKAAM%2CgB4DsDU%2CMAAK%2CiBAxEjB%3BI5DmBA%2CqBAAA%3B%3BE4DLJ%2CeA0DgB%2CMAAK%2CiBA1DjB%2CmBAAgB%3BEACpB%2CeAyDgB%2CMAAK%2CiBAzDjB%2CmBAAgB%3BIAChB%2CkBAAA%3BIACA%2CMAAA%3BIACA%2COAAA%3BIACA%2CqBAAA%3BIACA%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CSAAS%2CEAAT%3B%3BEAGJ%2CeA6CgB%2CMAAK%2CiBA7CjB%2CmBAAgB%3BIAChB%2CyBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CeAwCgB%2CMAAK%2CiBAxCjB%2CmBAAgB%3BIAChB%2CioCAAA%3BIACA%2CaAAA%3B%3BEAGJ%2CeAmCgB%2CMAAK%2CiBAnCjB%2CmBAAgB%2CMAAM%3BEAC1B%2CeAkCgB%2CMAAK%2CiBAlCpB%2CQAAW%2CmBAAgB%3BIACxB%2CqBAAA%3B%3BEAGJ%2CeA8BgB%2CMAAK%2CiBA9BpB%2CQAAW%2CmBAAgB%3BIACxB%2CSAAS%2CEAAT%3B%3BEAKA%2CUAAW%2CgBAwBC%2CMAAK%2CiBA1BpB%2COAAU%2CmBAAgB%3BEAEvB%2CUAAW%2CgBAwBC%2CMAAK%2CiBAzBpB%2CMAAS%2CmBAAgB%3BEAEtB%2CeAuBY%2CMAAK%2CiBA1BpB%2COAAU%2CmBAAgB%3BEAGvB%2CeAuBY%2CMAAK%2CiBAzBpB%2CMAAS%2CmBAAgB%3BIAGlB%2CqBAAA%3B%3BEAIR%2CeAkBgB%2CMAAK%2CiBAlBpB%2CIAAI%2CUAAU%2CWAAc%2CmBAAgB%3BIACzC%2CqBAAA%3B%3BECLJ%3BIAEQ%2CkBAAA%3BIACA%2CeAAA%3BIACA%2CYAAA%3BIACA%2CaAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CcAAA%3B%3BEAGJ%2CwBAAC%3BIACG%2CeAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2CwBAAC%3BIACG%2CeAAA%3B%3BEAGJ%2CwBAAC%2COAAQ%2CgBAAe%3BIACpB%2CaAAA%3B%3BEAIR%3BIAEQ%2CkBAAA%3BIACA%2C8BAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CqFAAA%3B%3BEAVR%2CeAaM%3BIACE%2CcAAA%3B%3BEAGJ%2CeAAC%3BIACG%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CWAAW%2CaAAX%3B%3BEAGJ%2CeAAC%2CUAAU%3BIACP%2C2BAAA%3BIACA%2C8BAAA%3B%3BEAGJ%2CeAAC%2CYAAY%3BIACT%2C4BAAA%3BIACA%2C4BAAA%3B%3BECzFR%2C2BAA4B%2CwBAA0B%3BIAClD%2CQAAA%3BIACA%2CWAAW%2CqBAAX%3B%3BECsCJ%3BIACI%2CUAAA%3B%3BECwDJ%3BIAEQ%2CaAAA%3B%3BEAFR%2CsBAKI%2CiBAAiB%3BIACb%2CeAAA%3B%3BEANR%2CsBASI%3BIACI%2CmBAAA%3B%3BEAVR%2CsBAaI%2CqBAAoB%3BIAChB%2CgBAAA%3B%3BEAdR%2CsBAiBI%3BIACI%2CmBAAA%3BIACA%2CcAAA%3B%3BE5DsBV%2CWACE%2CMAAK%2CKAAK%3BIACR%2CqBAAA%3BIACA%2CoBAAA%3B%3BEAHJ%2CWACE%2CMAAK%2CKAAK%2CMAIR%2CMAAK%3BIACH%2C6BAAA%3BIACA%2C8BAAA%3B%3BEAPN%2CWACE%2CMAAK%2CKAAK%2CMAIR%2CMAAK%2COAIH%3BIACE%2CkBAAA%3BIACA%2CYAAA%3B%3BEAXR%2CWAgBE%2CmBACE%2CMAAK%3BIACH%2C0BAAA%3B%3BE6DjHA%2CqBAAC%2CMAAM%3BIACH%2CmBAAA%3BIACA%2CoBAAA%3B%3BEAHR%2CqBAMI%3BIACI%2CSAAA%3B%3BEAPR%2CqBAMI%2CaAGI%3BI1DgMR%2CiBAAA%3B%3BE0DzMA%2CqBAcI%2CQACI%3BIACI%2CaAAA%3BIACA%2CcAAA%3B%3BEAjBZ%2CqBAcI%2CQAMI%3BI1DqLR%2CeAAA%3B%3BE0DzMA%2CqBAcI%2CQAUI%3BI1DiLR%2CiBAAA%3BI0D%5C%2FKY%2CoBAAA%3B%3BEA1BZ%2CqBA8BI%2COACI%3BI1D0KR%2CeAAA%3B%3BE0DzMA%2CqBA8BI%2COAKI%3BIACI%2CmBAAA%3B%3BEAEA%2CqBARR%2COAKI%2COAGK%3BI1DmKb%2CeAAA%3BI0DjKgB%2CWAAA%3B%3BEC7GhB%2CoBAAqB%2CQAAO%2CIAAI%2CqBAAsB%2CMAAK%3BIACvD%2CgBAAA%3B%3BE%5C%2FC2FJ%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%3BIZ4HJ%2CmBAAA%3B%3BEYxHY%2CuBAJR%2COAGK%2CSACI%3BIZwHb%2CoBAAA%3B%3BEYlHY%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%3BIxBuE7B%2CcAAA%3BIwBrEgB%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3B%3BEAzBhB%2CyBAWI%2CsBAkBI%2CiBACI%3BIxB8DZ%2CcAAA%3B%3BEwB5FA%2CyBAWI%2CsBAkBI%2CiBACI%2CMAGI%3BIxB2DhB%2CiBAAA%3BIwBzDoB%2CgBAAA%3B%3BEAnCpB%2CyBAWI%2CsBA6BI%2CqBAAuB%2CuBACnB%3BIxBmDZ%2CiBAAA%3BIwBjDgB%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%3BEoCsKZ%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%3BE5CtTZ%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%3BIhBiHA%2CyBAAA%3BIAAA%2C8EAAA%3BIAAA%2CcAAA%3BIgB7GI%2CsBAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIhBuGJ%2CqBAAA%3BI8B9QA%2CqBAAA%3B%3BEdyKI%2CYAAe%3BIACX%2C0BAAA%3B%3BEAGJ%2CWAAC%3BIhBiGL%2CcAAA%3BIgB%5C%2FFQ%2CmBAAA%3B%3BEAGJ%2CWAAC%3BIACG%2C0BAAA%3BIACA%2C4BAAA%3B%3BEAGJ%2CWAAC%3BIhBuFL%2C%2BFAAA%3BIgBrFQ%2CmBAAA%3BIACA%2CcAAA%3B%3BEA7BR%2CWcqGE%3BI9BhQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BE8BHA%2CWAAC%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BI9B9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CSuCnPQ%2COvCmPR%3BIAAA%2CagCvRe%2CYhCuRf%3BIAAA%2CsBAAA%3BI8BqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2CWADH%2CMACI%3BI9B2PL%2CcAAA%3B%3BEgBvEI%2CcAAe%3BIACX%2CgBAAA%3B%3BEAKJ%2CUAAC%3BIACG%2CSuBrLA%2COvBqLA%3B%3BEAKJ%2CSAAS%2CQAAW%2CWAAE%3BIAClB%2CcAAA%3BIACA%2CYAAA%3B%3BE6C0YR%2CkBACI%2CoBACI%3BI7DnVR%2CmBAAA%3B%3BE6DiVA%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%3BI7DtXZ%2CiBAAA%3BI6DwXgB%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%3BI7DrtBJ%2CSAAA%3BIAAA%2CUAAA%3BI2C1KA%2CqBAAA%3B%3BEkB83BA%2CQAAQ%2CQAIJ%2CQAAO%3BIACH%2CiBAAA%3BI7DztBR%2CWAAA%3BIAAA%2CqBAAA%3B%3BE2CjJA%2CQkBq2BQ%2CQAIJ%2CQAAO%2CQlBz2BV%3BI3CiJD%2CWAAA%3BIAAA%2CqBAAA%3B%3BE2C5IA%2CQkBg2BQ%2CQAIJ%2CQAAO%2CQlBp2BV%3BI3C4ID%2CWAAA%3BIAAA%2C0BAAA%3B%3BE2CvIA%2CQkB21BQ%2CQAIJ%2CQAAO%2CQlB%5C%2F1BV%3BI3CuID%2CWAAA%3BIAAA%2C0BAAA%3B%3BE6DotBA%2CQAAQ%2CQASJ%2CSAAQ%3BI7D7tBZ%2CcAAA%3B%3BE6DguBQ%2CQAZA%2CQASJ%2CSAAQ%2CIAGH%3BIACG%2CSAAS%2CGAAT%3B%3BEAGJ%2CQAhBA%2CQASJ%2CSAAQ%2CIAOH%3BIACG%2CSAAS%2CGAAT%3B%3BE5C9yBZ%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%3BEjB4IR%2CaiBhJI%2CMjBgJH%3BIAxFD%2CcAAA%3B%3BEA6FA%2CaiBrJI%2CMjBqJH%3BIA7FD%2CcAAA%3B%3BEAkGA%2CaiB1JI%2CMjB0JH%3BIAlGD%2CcAAA%3B%3BEAuGA%2CaiB%5C%2FJI%2CMjB%2BJH%3BIAvGD%2CcAAA%3B%3BEiBzEA%2CaAwBI%2CQAAO%3BIjBiDX%2CqBAAA%3BI8DzDA%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2C4BAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3BI9DgDA%2CgBAAA%3BIiBtCQ%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CMAAA%3BIACA%2CUAAA%3B%3BEAtCR%2CaAwBI%2CQAAO%2COaqCT%3BI9BhQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BE8BHA%2CabuNI%2CQAAO%2COavNV%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BI9B9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSuC3OU%2COvC2OV%3BIAAA%2CagCvRe%2CYhCuRf%3BIAAA%2CSAAA%3BIAAA%2CmBAAA%3BI8BqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2Cab0MA%2CQAAO%2COa3MV%2CMACI%3BI9B2PL%2CWAAA%3B%3BE8BrPI%2CaboMA%2CQAAO%2COarMV%2COACI%3BI9BqPL%2CcAAA%3B%3BE8D7CA%2Ca7CJI%2CQAAO%2CO6CIV%3BEACD%2Ca7CLI%2CQAAO%2CO6CKV%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2Ca7CVI%2CQAAO%2CO6CUV%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2Ca7CfI%2CQAAO%2CO6CeV%3BEACD%2Ca7ChBI%2CQAAO%2CO6CgBV%3BEACD%2CQAAQ%2CUAAW%2Cc7CjBf%2CQAAO%3BI6CkBP%2CoBAAA%3BI9D%2BBJ%2CYAAA%3B%3BEiBhCY%2CaAjBR%2CQAAO%2COAgBF%2CMACI%3BIjBgCb%2CWAAA%3B%3BEiBzBA%3BIACI%2CaAAA%3B%3BEJuRJ%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%3BIb9RA%2CUAAA%3BIoClLA%2CYAAA%3BIpCkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BIa8HL%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%3BIb%5C%2FTZ%2CgBAAA%3BIaiUgB%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%3BI3BpfF%2CeAAA%3BI2BwfI%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%3BIbhaA%2CUAAA%3BIoCtLA%2CWAAA%3BIpCsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BIaiQL%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%3BIbjcL%2CUAAA%3BIoCtLA%2CWAAA%3BIpCsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BIakSD%2CiBAAA%3B%3BEAHJ%2CMAAC%2CUAKG%2CeAAe%3BIACX%2CUAAA%3B%3BEkDnTZ%3BIACI%2CiBAAA%3B%3BEADJ%2CiBAGI%3BIACI%2CYAAA%3B%3BEjCpVR%2CSiCuVU%2CQAAO%2COjCvVhB%3BEAAD%2CiBiCwVkB%2CQAAO%2CKjCxVxB%3BI9B4LD%2CeAAA%3BIAAA%2CoBAAA%3B%3BE0BpKA%3BI1BoKA%2CmBAAA%3BIoCtLA%2CWAAA%3BIpCsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BI0BnUL%2CmBAAA%3B%3BEAGJ%2CyBACI%3BIACI%2CcAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3B%3BEsC7ER%2CqBACI%2CaACI%3BIhEqOR%2CgBAAA%3B%3BEgEvOA%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%3BIjEVJ%2CgBAAA%3B%3BEiEQA%2CYAMI%3BIjEdJ%2C6BAAA%3BIiEgBQ%2CoBAAA%3B%3BEAIR%3BIACI%2CWAAA%3B%3BEC7SJ%3BIlEwRA%2CmBAAA%3BIAAA%2CmBAAA%3BIoClLA%2CYAAA%3BIpCkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BECrPT%2CoBACI%2CcACI%3BIACI%2CaAAA%3B%3BEkE3FZ%3BInE2KA%2CsBAAA%3BIAAA%2CyBAAA%3BImExKI%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%3BInE4JL%2CYAAA%3BImE1JQ%2CmBAAmB%2CWAAnB%3BIACA%2C0EAAA%3BIACA%2CWAAW%2CWAAX%3BIACA%2C0DAAA%3BIACA%2CmBAAA%3B%3BEAIR%3BInEkJA%2CmBAAA%3BImEhJI%2CiBAAA%3B%3BEAGJ%2CqBACI%3BInE4IJ%2CiBAAA%3BImE1IQ%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%3BInEkOJ%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIAkCA%2C2BAAA%3BIACI%2CuBAAA%3BIACI%2CmBAAA%3BImErQA%2C6BAAA%3B%3BEATR%2CqBAYI%2COAAM%3BEAZV%2CqBAaI%3BEAbJ%2CqBAcI%3BEAdJ%2CqBAeI%3BInEyNJ%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIAkCA%2C8BAAA%3BIACI%2C0BAAA%3BIACI%2CsBAAA%3BIA9BR%2CoBAAA%3BIACQ%2CYAAA%3B%3BEmEjPR%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%3BIrEsFJ%2CkBAAA%3B%3BEqEvFA%2CwBAKI%2CwBACI%2CsBACM%3BIACE%2CcAAA%3B%3BE5D0JR%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%3BEChgBR%2CYAKI%3BIACI%2CWAAA%3B%3BEAIR%2CsBACI%3BIACI%2CUAAA%3B%3BE4DyIR%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%3BIvEmIlB%2CgBAAA%3BIAAA%2CmBAAA%3BI2B%2BpBA%2CsBAAA%3BIACA%2CqBAAA%3BI3BhqBA%2CUAAA%3BI2BmqBA%2CmBAAA%3B%3BE4Cj0BA%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2CO5CunBhB%3BI3BpfF%2CeAAA%3BI2BwfI%2CqBAAA%3B%3BEAtOJ%2CsB4CxZI%2CkBAGI%2COAAM%2CIAAI%2CO5CqZjB%3BIACG%2CgBAAA%3B%3BEAkZJ%2CsB4C3yBI%2CkBAGI%2COAAM%2CIAAI%2CO5CwyBd%3BIACA%2CWAAA%3B%3BE4Cp0BJ%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2CO5C%2BZhB%3BI3B5RF%2CgBAAA%3B%3BE2BqSI%2CsB4C3aA%2CkBAGI%2COAAM%2CIAAI%2CO5C%2BZhB%2CSASM%3BIACA%2CaAAA%3B%3BE4CpcR%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2CO5C6alB%2CQACI%3BIACI%2CmBAAA%3B%3BE3BhiBR%2CsBuE8GI%2CkBAGI%2COAAM%2CIAAI%2CO5CmblB%2CQAAO%2CM3BpiBN%3BEACD%2CsBuE6GI%2CkBAGI%2COAAM%2CIAAI%2CO5CmblB%2CQAAO%2CM3BniBN%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CsBuEwGI%2CkBAGI%2COAAM%2CIAAI%2CO5CmblB%2CQAAO%2CM3B9hBN%3BIACG%2CWAAA%3B%3BEuE%2BEJ%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2CO5CmblB%2CQAAO%2CMAEH%3BIACI%2CsBAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CsB4C7bA%2CkBAGI%2COAAM%2CIAAI%2CO5CmblB%2CQAAO%2CMAOF%2CQAAS%3BIACN%2CqBAAA%3B%3BEAGJ%2CsB4CjcA%2CkBAGI%2COAAM%2CIAAI%2CO5CmblB%2CQAAO%2CMAWF%2CQAAS%3BIACN%2CYAAA%3B%3BEAGJ%2CsB4CrcA%2CkBAGI%2COAAM%2CIAAI%2CO5CmblB%2CQAAO%2CMAeF%2CQAAS%3BIACN%2CqBAAA%3B%3BEAGJ%2CsB4CzcA%2CkBAGI%2COAAM%2CIAAI%2CO5CmblB%2CQAAO%2CMAmBF%2CQAAS%3BIACN%2CqBAAA%3B%3BE4CleR%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2CO5C2clB%3BI3BpNA%2C4BAAA%3BIACA%2C2BAAA%3BIACA%2CoBAAA%3BIA2BA%2CyBAAA%3BIACQ%2CiBAAA%3BI2ByLJ%2CUAAA%3BIACA%2CWAAA%3B%3BE4C1eJ%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2CO5C2clB%2COAMI%3BE4C5eJ%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2CO5C2clB%2COAOI%3BE4C7eJ%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2CO5C2clB%2COAQI%3BI3BhLJ%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BIAxBT%2CwBAAA%3BIACQ%2CgBAAA%3BI2BwMA%2CqBAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3B%3BE4CnfR%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2CO5C2clB%2COAgBI%3BE4CtfJ%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2CO5C2clB%2COAiBI%3BI3BzVJ%2CgBAAA%3BIAAA%2C4BAAA%3BIAAA%2CyBAAA%3BIAAA%2CkBAAA%3BIAAA%2CqEAAA%3BIAAA%2CeAAA%3BIAAA%2CYAAA%3BIAAA%2CuBAAA%3BIAAA%2CcAAA%3BIAAA%2CwBAAA%3BIAAA%2CWAAA%3BI2BjPA%2CsBAAA%3BI3BiZA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BI2B0LD%2CqBAAA%3BIACA%2CsBAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3B%3BEAzPR%2CsB4C5OI%2CkBAGI%2COAAM%2CIAAI%2CO5C2clB%2COAgBI%2CWAlPH%3BEAAD%2CsB4C5OI%2CkBAGI%2COAAM%2CIAAI%2CO5C2clB%2COAiBI%2CUAnPH%3BI3BtGD%2CYAAA%3B%3BE2BqHA%2CsB4C3PI%2CkBAGI%2COAAM%2CIAAI%2CO5C2clB%2COAgBI%2CWAnOH%3BEAAD%2CsB4C3PI%2CkBAGI%2COAAM%2CIAAI%2CO5C2clB%2COAiBI%2CUApOH%3BI3BrHD%2CcAAA%3B%3BE2B0HA%2CsB4ChQI%2CkBAGI%2COAAM%2CIAAI%2CO5C2clB%2COAgBI%2CWA9NH%3BEAAD%2CsB4ChQI%2CkBAGI%2COAAM%2CIAAI%2CO5C2clB%2COAiBI%2CUA%5C%2FNH%3BI3B1HD%2CcAAA%3B%3BE2B%2BHA%2CsB4CrQI%2CkBAGI%2COAAM%2CIAAI%2CO5C2clB%2COAgBI%2CWAzNH%3BEAAD%2CsB4CrQI%2CkBAGI%2COAAM%2CIAAI%2CO5C2clB%2COAiBI%2CUA1NH%3BI3B%5C%2FHD%2CcAAA%3B%3BEuE9JA%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2CO5C2clB%2COA0BI%3BIACI%2CWAAA%3BI3BnMR%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEuEhUT%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2CO5C2elB%3BI3BxWA%2CgBAAA%3B%3BE2BugBI%2CsB4C7oBA%2CkBAGI%2COAAM%2CIAAI%2CO5CwoBjB%2CSAAY%2CSAER%3BEAAD%2CsB4C7oBA%2CkBAGI%2COAAM%2CIAAI%2CO5CyoBjB%2CUAAa%2CSACT%3BIACG%2CSAAS%2CGAAT%3BI3BxgBR%2CcAAA%3BIAAA%2CiBAAA%3BIAAA%2CiBAAA%3B%3BEuE9JA%2CsBAwBI%2CkBAGI%2COAAM%2CIAAI%2CO5C%2BqBlB%3BI3B5iBA%2CiBAAA%3BIAAA%2CeAAA%3BIAAA%2CUAAA%3BIAAA%2CqBAAA%3BI8B9QA%2CqBAAA%3B%3BEAMA%2CsByCkII%2CkBAGI%2COAAM%2CIAAI%2CO5C%2BqBlB%2CMGpzBC%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BI9B9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CagCvRe%2CYhCuRf%3BIAAA%2CsBAAA%3BI8BqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEyCtMY%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%3BE9C4JhB%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%3BIzBpEb%2C8BAAA%3BIyBsEgB%2CYAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CQAAA%3B%3BEAMhB%3BIzBnFA%2CgBAAA%3BIAAA%2CiBAAA%3B%3BEyBwFA%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%3BInCyHV%2C0BAAA%3B%3BEOQI%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%3BInCwGV%2C0BAAA%3B%3BEOQI%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%3BIPhCb%2CmBAAA%3BI2B%2BpBA%2CsBAAA%3BIACA%2CqBAAA%3BI3BhqBA%2CUAAA%3BI2BmqBA%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%3BInBGZ%2C8BAAA%3BImBDY%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%3BEqDnKR%2CqBACI%3BIACI%2CWAAA%3B%3BEAFR%2CqBAKI%3BIACI%2CgBAAA%3B%3BEC5IR%2CWACI%2CQAAO%3BIACH%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3B%3BEC6CR%2CkBACI%3BIACI%2CUAAA%3B%3BEtDqYJ%2CSAAC%2COAAO%3BIACJ%2CYAAA%3BIpBxKR%2CQAAA%3BIAAA%2CSAAA%3BIAAA%2CmBAAA%3BIAAA%2CYAAA%3BIoB6KQ%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%3BIpBxOZ%2CeAAA%3B%3BEoB8OQ%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%3BEuDhepB%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%3BE7DmOZ%3BIACI%2CmBAAA%3B%3BEAEA%2CSAAS%2CQAAQ%2CKAAM%3BIACnB%2CSAAA%3B%3BEAJR%2CwBAOI%3BIACI%2CeAAA%3BIACA%2CeAAA%3B%3BEZ9KR%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%3BEmB%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%3BItBtNR%2CyBAAA%3B%3BEsBiNA%2CYASI%2CQAAO%3BIACH%2CoBAAA%3BIACA%2CiBAAA%3B%3BEAXR%2CYAcI%3BIACI%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BItBlER%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEsBqET%2CUACM%2CsBACE%3BIACI%2CqBAAA%3B%3BEAHZ%2CUACM%2CsBAKE%2CYAAc%3BIACV%2CYAAA%3BIACA%2CgBAAA%3B%3BEAKZ%3BIsDveA%2CqBAAA%3BIACA%2CkBAAA%3B%3BE5EFA%2CiBAAC%3BEACD%2CiBAAC%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CiBAAC%3BIACG%2CWAAA%3B%3BEsBieJ%2CiBsDpeA%3BI5EgPA%2CUAAA%3BI4E9OI%2CeAAA%3BI5E8OJ%2CqBAAA%3BI8BhOA%2CqBAAA%3B%3BERodA%2CiBsDpeA%2Ce9CoOE%3BI9BhQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BE8B2CA%2CiB8CtBA%2Ce9CsBC%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BI9B9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSuC9NQ%2COvC8NR%3BIAAA%2CagCvRe%2CYhCuRf%3BIAAA%2CSAAA%3BIAAA%2CmBAAA%3BI8BqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAtRI%2CiB8CnCJ%2Ce9CkCC%2CMACI%3BI9B6ML%2CcAAA%3B%3BE8BvMI%2CiB8CzCJ%2Ce9CwCC%2COACI%3BI9BuML%2CcAAA%3B%3BE4EqEA%2CiBArTA%2CeAqTC%3BI5ErED%2CqBAAA%3BI8BhOA%2CqBAAA%3B%3BE8CqSA%2CiBArTA%2CeAqTC%2CO9CjFC%3BI9BhQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BE8B2CA%2CiB8CtBA%2CeAqTC%2CO9C%5C%2FRA%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BI9B9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSuC%5C%2FNM%2COvC%2BNN%3BIAAA%2CagCvRe%2CYhCuRf%3BIAAA%2CSAAA%3BIAAA%2CmBAAA%3BI8BqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAtRI%2CiB8CnCJ%2CeAqTC%2CO9CnRA%2CMACI%3BI9B6ML%2CcAAA%3B%3BE8BvMI%2CiB8CzCJ%2CeAqTC%2CO9C7QA%2COACI%3BI9BuML%2CcAAA%3B%3BEsBoPA%2CiBsD7SA%3BI5EyDA%2CSAAA%3BIAAA%2CUAAA%3BI2C1KA%2CqBAAA%3BI3C0KA%2CgBAAA%3BIAAA%2CsBAAA%3BIAAA%2CeAAA%3BIAAA%2CeAAA%3BIAAA%2CYAAA%3BI4EhDI%2CsBAAA%3BIACA%2CaAAA%3BIACA%2CkBAAA%3BI5E8CJ%2CSAAA%3BIAAA%2CQAAA%3BIAAA%2CyCAAA%3B%3BEsBoPA%2CiBsD7SA%2CGAsBI%3BI5EmCJ%2CSAAA%3BIAAA%2CUAAA%3B%3BE4E3BQ%2CiBA9BR%2CGAsBI%2CGAQK%3BI5E2BT%2CmBAAA%3BI4EzBY%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%3BI5EzSJ%2CsDAAA%3BI4E2SI%2CWAAA%3B%3BEAGJ%2CiBAvWA%2CGAuWC%3BIACG%2CiBAAA%3BI5E%5C%2FSJ%2CsDAAA%3BI4EiTI%2CWAAA%3B%3BEAlCJ%2CiBAxUA%2CGAwUC%3BI5E%5C%2FQD%2CWAAA%3BIAAA%2CUAAA%3B%3BE4EoRA%2CiBA7UA%2CGA6UC%3BI5EpRD%2CUAAA%3BIAAA%2CUAAA%3B%3BE4EZA%2CiBAAC%3BIACG%2CiBAAA%3B%3BEADJ%2CiBAAC%2COAGG%3BIACI%2CcAAA%3B%3BEtD4PR%2CiBAgBI%2CGACI%3BItBrQR%2CWAAA%3BIAAA%2CqBAAA%3BIsBgRY%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CYAAA%3B%3BEqBnaZ%2CiBrBqZI%2CGACI%2CEqBtZP%3BI3CiJD%2CWAAA%3BIAAA%2CqBAAA%3B%3BE2C5IA%2CiBrBgZI%2CGACI%2CEqBjZP%3BI3C4ID%2CWAAA%3BIAAA%2CqBAAA%3B%3BE2CvIA%2CiBrB2YI%2CGACI%2CEqB5YP%3BI3CuID%2CWAAA%3BIAAA%2CqBAAA%3B%3BEsBoPA%2CiBAkCI%3BIACI%2CeAAA%3B%3BEAnCR%2CiBAsCI%3BIACI%2CaAAA%3B%3BEAvCR%2CiBA0CI%2CQAAO%3BIwCvVX%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2C4BAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3BI9DgDA%2CgBAAA%3BIAAA%2CWAAA%3B%3BE8D7CA%2CiBxC2UI%2CQAAO%2COwC3UV%3BEACD%2CiBxC0UI%2CQAAO%2COwC1UV%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CiBxCqUI%2CQAAO%2COwCrUV%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CiBxCgUI%2CQAAO%2COwChUV%3BEACD%2CiBxC%2BTI%2CQAAO%2COwC%5C%2FTV%3BEACD%2CQAAQ%2CUAAW%2CkBxC8Tf%2CQAAO%3BIwC7TP%2CoBAAA%3BI9D%2BBJ%2CYAAA%3B%3BEsBoPA%2CiBA%2BCI%2CQAAO%3BIACH%2CgBAAA%3BIACA%2CaAAA%3B%3BEQrcR%2CiBRwcK%2COACG%2CQAAO%2COQzcd%3BI9BgKD%2CSuC%5C%2FNM%2COvC%2BNN%3B%3BEsBwSI%2CiBAAC%2COAQG%3BIACI%2CcAAA%3B%3BEA7DZ%2CiBAiEI%3BIACI%2CaAAA%3B%3BEAKJ%2COAAC%2CMACK%2CUAAO%3BItB5TjB%2CSAAA%3BIAAA%2CUAAA%3BI2C1KA%2CqBAAA%3BIrBweY%2CYAAA%3BIACA%2CiBAAA%3B%3BEAJR%2COAAC%2CMACK%2CUAAO%2CMqBhef%3BIACE%2CqBAAA%3BIACA%2CmBAAA%3B%3BErB6dA%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%3BItB3UpB%2CWAAA%3BIAAA%2CiBAAA%3B%3BEsBmVgB%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%3BItBhYA%2CmBAAA%3BIsBkYI%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%3BItBrZjB%2CsDAAA%3B%3BEsByZgB%2CYApBZ%2CUACI%2CSACI%2CGAAE%2CSAkBG%3BItBzZjB%2CsDAAA%3BIsB2ZoB%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%3BEuDzqBhB%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%3BI9E9GJ%2CgBAAA%3BIAAA%2CsBAAA%3BIAAA%2C4CAAA%3BI8EoHQ%2CgBAAA%3BIACA%2COAAA%3BIACA%2CoBAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAbR%2CqBACI%2CoBAcI%3BIACI%2CiBAAA%3B%3BE3E4DR%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%3BIH7NrB%2C6BAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIAhDA%2CyBAAA%3BIG6QwB%2CYAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CoBA1ChB%2CQAaK%2CQACI%2CKAMI%2COAsBI%3BIHrRrB%2CyBAAA%3BIGuRwB%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%3BIHvSb%2CgBAAA%3BIAhBF%2CsDAAA%3BIACK%2CmDAAA%3BIACC%2CkDAAA%3BIAcJ%2C8CAAA%3BIG4SgB%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%3BIHvUb%2CcAAA%3BIGyUgB%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%3BE%2BB9hBhB%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%3BE6CmYZ%3BIACI%2CQAAA%3B%3BEAIA%2C4CAAC%3BIACG%2CiBAAA%3B%3BEAGJ%2C4CAAC%3BIACG%2CUAAA%3B%3B%3BA1E%5C%2FdR%2CgBAN4C%3BENiF5C%2CcACI%3BICqJJ%2CYAAA%3BIAAA%2CSAAA%3BIDlJQ%2CUAAA%3B%3B%3BAM1ER%2CgBALwC%3BE8C%2BoBxC%2CuBAAwB%3BIACpB%2CUAAA%3B%3BE6BnfJ%2CwBAAyB%3BIACrB%2CmBAAA%3B%3BEvBnDJ%2CsBAAuB%3BIACnB%2CmBAAA%3BIACA%2CcAAA%3B%3BEwBzJJ%3BIACI%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CaAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CsFAAA%3BIACA%2CUAAA%3BIACA%2CyBAAA%3BIACA%2CoBAAA%3B%3BEAGJ%2CmBAAmB%2CMAAO%3BEAC1B%2CYAAY%2CMAAO%3BIACf%2CcAAA%3BIACA%2CUAAA%3BIACA%2CoBAAA%3B%3BEAGJ%3BIACI%2CaAAA%3BIACA%2CYAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CoBAAqB%3BIAGb%2CcAAA%3BIACA%2CcAAA%3BIACA%2CsBAAA%3BIACA%2CoBAAA%3BIACA%2CiDAAA%3BIACA%2C6CAAA%3BIACA%2CYAAA%3BIACA%2CmBAAA%3BIACA%2CYAAA%3B%3BEAXR%2CoBAAqB%2CyBAcjB%3BIACI%2CoBAAA%3BIACA%2CkBAAA%3B%3BEAhBR%2CoBAAqB%2CyBAmBjB%2CiBAAgB%3BIACZ%2CmBAAA%3BIACA%2CwBAAA%3B%3BEAIR%3BIACI%2CqBAAA%3BIACA%2CcAAA%3BIACA%2CsBAAA%3BIACA%2CaAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3B%3BEAGJ%2CqBAAsB%3BIAEd%2CWAAA%3B%3BEAFR%2CqBAAsB%2CuBAKlB%3BIACI%2CmBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CqBAVkB%2CuBAUjB%2CWAAY%3BIACT%2CgBAAA%3B%3BEAXR%2CqBAAsB%2CuBAclB%3BIACI%2CgBAAA%3B%3BEAIR%2CqBAAsB%2CuBAAuB%3BIAErC%2CgBAAA%3B%3BEAFR%2CqBAAsB%2CuBAAuB%2CqBAKzC%3BIACI%2CgBAAA%3B%3BEAGJ%2CqBATkB%2CuBAAuB%2CqBASxC%3BIACG%2CgBAAA%3B%3BEAIR%2CqBAAsB%2CiBAAiB%2CqBAAqB%3BIACxD%2CgBAAA%3BIACA%2CeAAA%3B%3BErBwVJ%2CcACI%3BIACI%2CUAAA%3B%3BEAIR%2CoBACI%2CeACI%3BIACI%2CmBAAA%3B%3BEAKZ%2CqBACI%2CeACI%3BIACI%2CUAAA%3B%3BEAKZ%2CcACI%2CeACI%3BIACI%2CSAAA%3B%3BEAHZ%2CcACI%2CeAKI%3BIACI%2CeAAA%3BIACA%2CYAAA%3BIACA%2COAAO%2CmBAAP%3B%3BEAEA%2CcAVR%2CeAKI%2CcAKK%2CUAAU%3BIACP%2CeAAA%3B%3BEAGJ%2CcAdR%2CeAKI%2CcASK%2CUAAU%3BIACP%2CcAAA%3B%3BEAOZ%2CcAAC%2CoBACG%2CeACI%3BIACI%2CcAAA%3BIACA%2CUAAA%3B%3BEAKZ%2CcAAC%2CqBACG%2CeACI%3BIACI%2CeAAA%3BIACA%2CcAAA%3B%3BEAEA%2CcANX%2CqBACG%2CeACI%2CcAIK%2CUAAU%3BIACP%2CeAAA%3B%3BEAGJ%2CcAVX%2CqBACG%2CeACI%2CcAQK%2CUAAU%3BIACP%2CcAAA%3B%3BECyiBpB%2CWACI%2CQAAO%3BIACH%2CgBAAA%3B%3BEG5%2BBR%2CqBACI%2CaACI%3BIhEoNR%2CmBAAA%3BIAAA%2CYAAA%3BIgEjNY%2CSAAA%3B%3BEC2OZ%2CYACI%3BIjE3BJ%2CmBAAA%3B%3BEiE8BQ%2CYAHJ%2CuBAGK%3BIjE9BT%2CgBAAA%3BIAAA%2CQiExQoC%2CiBjEwQpC%3BIiEiCY%2CSAAS%2CEAAT%3BIACA%2COAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CUAAA%3B%3BEAIA%2CYAdR%2CuBAaK%2CUAAU%2CQACN%3BIACG%2CaAAA%3B%3BEAKJ%2CYApBR%2CuBAmBK%2CcACI%3BIACG%2CaAAA%3B%3BEAIA%2CYAzBZ%2CuBAmBK%2CcAKK%2CyBACG%3BIACG%2CaAAA%3B%3BEAOpB%3BIACI%2CgBAAA%3B%3BE5CqWJ%2CYACI%3BIACI%2CkBAAA%3B%3BEAFR%2CYACI%2CMAGI%3BIACI%2CiBAAA%3B%3BEALZ%2CYACI%2CMAOI%3BIACI%2C0BAAA%3B%3BEyDvSZ%2CqBACI%2CeACI%3BIACI%2CSAAA%3B%3BEAHZ%2CqBACI%2CeAKI%3BIACI%2CmBAAA%3BIACA%2CaAAa%2C8BAAb%3BIACA%2CUAAA%3BIACA%2CcAAA%3B%3BEAEA%2CqBAXR%2CeAKI%2CcAMK%2CUAAU%3BIACP%2CcAAA%3B%3BE5CzRhB%2CMAAM%2COAAQ%2CeAAe%3BIACzB%2CUAAA%3B%3BEAGJ%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%2CMAAM%2COAAQ%2CeAAe%3BIACzB%2CSAAA%3B%3BEAGJ%2CMAAM%2COAAQ%2CeAAe%3BIACzB%2CaAAa%2C8BAAb%3BIACA%2CUAAA%3BIACA%2CcAAA%3B%3BEAEA%2CMALE%2COAAQ%2CeAAe%2CcAKxB%2CUAAU%3BIACP%2CcAAA%3B%3B%3BA7B%5C%2FGZ%2CgBAJ2C%3BEwD6qBvC%2CQACI%2CeACI%2CmBACI%3BIACI%2CWAAA%3BIACA%2COAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3B%3BEARhB%2CQACI%2CeAWI%3BIACI%2CiBAAA%22%7D */