/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.action-primary:focus,
.action-primary:active {
  background: #08c;
  border: 1px solid #08c;
  color: #fff;
}
.action-primary:hover {
  background: #08c;
  border: 1px solid #08c;
  color: #fff;
}
.action-primary.disabled,
.action-primary[disabled],
fieldset[disabled] .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel {
  border-radius: 3px;
}
.abs-action-link-button:focus,
.abs-action-link-button:active {
  background: #e2e2e2;
  border: 1px solid #ccc;
  color: #777;
}
.abs-action-link-button:hover {
  background: #e1e1e1;
  border: 1px solid #ccc;
  color: #777;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus {
  text-decoration: none;
}
.abs-action-remove,
.abs-discount-block .action.check,
.abs-add-fields .action.remove {
  line-height: 1.4;
  padding: 0;
  color: #08c;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-weight: 400;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.abs-discount-block .action.check:visited,
.abs-add-fields .action.remove:visited {
  color: #08c;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.abs-discount-block .action.check:hover,
.abs-add-fields .action.remove:hover {
  color: #08c;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.abs-discount-block .action.check:active,
.abs-add-fields .action.remove:active {
  color: #08c;
  text-decoration: underline;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.abs-discount-block .action.check:hover,
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.abs-discount-block .action.check.disabled,
.abs-discount-block .action.check[disabled],
fieldset[disabled] .abs-discount-block .action.check,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove {
  color: #08c;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-remove:active,
.abs-action-remove:not(:focus),
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus) {
  box-shadow: none;
}
.abs-dropdown-simple:before,
.abs-dropdown-simple:after {
  content: '';
  display: table;
}
.abs-dropdown-simple:after {
  clear: both;
}
.abs-dropdown-simple .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\f807';
  font-family: 'porto-icons';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle:active:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\f804';
  font-family: 'porto-icons';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle.active:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active:active:after {
  color: inherit;
}
.abs-dropdown-simple ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #fff;
  border: 1px solid #bbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-dropdown-simple ul.dropdown li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.abs-dropdown-simple ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-dropdown-simple ul.dropdown:before,
.abs-dropdown-simple ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-dropdown-simple ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
}
.abs-dropdown-simple ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbb transparent;
  z-index: 98;
}
.abs-dropdown-simple ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.abs-dropdown-simple ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.abs-dropdown-simple.active {
  overflow: visible;
}
.abs-dropdown-simple.active ul.dropdown {
  display: block;
}
.abs-remove-button-for-blocks > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-remove-button-for-blocks:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 15px;
  color: #999;
  content: '\f819';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before {
  color: #494949;
}
.abs-remove-button-for-blocks:active:before {
  color: #999;
}
.abs-product-link > a:visited {
  color: #777;
  text-decoration: underline;
}
.abs-product-link > a:hover {
  color: #777;
  text-decoration: underline;
}
.abs-product-link > a:active {
  color: #777;
  text-decoration: underline;
}
.abs-like-link:visited {
  color: #08c;
  text-decoration: none;
}
.abs-like-link:hover {
  color: #08c;
  text-decoration: underline;
}
.abs-like-link:active {
  color: #08c;
  text-decoration: underline;
}
.abs-add-fields .action.remove {
  width: auto;
  line-height: normal;
  position: absolute;
  top: 34px;
  margin-right: 73%;
}
.abs-add-clearfix:before,
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:before,
.abs-add-fields .fieldset .actions-toolbar:after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:after {
  clear: both;
}
.abs-field-date .control,
.abs-field-tooltip {
  box-sizing: border-box;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 1.2;
  color: inherit;
  content: '\f807';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button:before,
.abs-split-button:after {
  content: '';
  display: table;
}
.abs-split-button:after {
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\f807';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle:active:after {
  color: inherit;
}
.abs-split-button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\f804';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle.active:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle.active:active:after {
  color: inherit;
}
.abs-split-button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #fff;
  border: 1px solid #bbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-split-button .items li {
  margin: 0;
  padding: 3px 4.5px;
}
.abs-split-button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-split-button .items:before,
.abs-split-button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-split-button .items:before {
  border: 6px solid;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
}
.abs-split-button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbb transparent;
  z-index: 98;
}
.abs-split-button .items:before {
  right: 10px;
  top: -12px;
}
.abs-split-button .items:after {
  right: 9px;
  top: -14px;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
}
.abs-actions-addto:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 17px;
  line-height: inherit;
  color: inherit;
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-cart-block > .title,
.abs-discount-block .block > .title {
  border-top: 1px solid #ccc;
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
  padding: 9px 36px 9px 15px;
  display: block;
  text-decoration: none;
}
.abs-cart-block > .title:after,
.abs-discount-block .block > .title:after {
  position: absolute;
  left: 18px;
  top: 9px;
}
.abs-toggling-title > span,
.abs-cart-block > .title > span,
.abs-discount-block .block > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-toggling-title:after,
.abs-cart-block > .title:after,
.abs-discount-block .block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\f807';
  font-family: 'porto-icons';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-discount-block .block {
  margin: 0;
}
.abs-discount-block .block > .title:after {
  color: #858585;
}
.abs-discount-block .block .content {
  display: none;
  padding: 5px 15px 23px;
  position: relative;
}
.abs-cart-block.active > .title:after,
.abs-discount-block .block.active > .title:after {
  content: '\f804';
}
.abs-discount-block .block.active .content {
  display: block;
}
.abs-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8px;
  line-height: 8px;
  color: inherit;
  content: '\f807';
  font-family: 'porto-icons';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-tax-total-expanded:after {
  content: '\f804';
}
.abs-dropdown-items-new .action.new {
  display: inline-block;
  text-decoration: none;
}
.abs-icon-add:before,
.abs-dropdown-items-new .action.new:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e61c';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-sidebar-totals .table-caption {
  display: none;
}
.abs-table-striped > tbody > tr:nth-child(even) > td,
.abs-table-striped > tbody > tr:nth-child(even) > th {
  background: #f6f6f6;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > tbody > tr > th,
.abs-table-striped > tfoot > tr > th,
.abs-table-striped > thead > tr > td,
.abs-table-striped > tbody > tr > td,
.abs-table-striped > tfoot > tr > td {
  border: none;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > thead > tr > td {
  border-bottom: 1px solid #ccc;
}
.abs-field-date input {
  margin-left: 9px;
  width: calc(100% - (23px + 9px));
}
.abs-sidebar-totals .totals-tax-summary .amount .price > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\f807';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after {
  content: '\f804';
}
/**
 * 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;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.-am-blocked {
  pointer-events: none;
}
._amcheckout-selectable-container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
._amcheckout-selectable-item {
  display: block;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
  border: 1px solid #f9f9f9;
  border-radius: 2px;
  background: #f9f9f9;
  cursor: pointer;
}
._amcheckout-selectable-item:not(:last-of-type) {
  margin-bottom: 15px;
}
._amcheckout-selectable-item:hover {
  box-shadow: 0 2px 8px rgba(56, 77, 108, 0.4);
}
._amcheckout-selectable-item.-selected {
  border-color: #1979c3;
}
@media all and (min-width: 768px) {
  ._amcheckout-selectable-item {
    width: 48%;
  }
  ._amcheckout-selectable-item:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}
.amsl-focus {
  border-color: #fff;
  outline: 2px solid #006bb4;
  transform: none;
  transition: none;
}
/**
 * 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_AjaxLayer
 * @copyright   Copyright (c) Mageplaza (http://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.ln_overlay {
  background-color: #FFFFFF;
  height: 300%;
  left: 0;
  text-align: center;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  top: 0px;
  width: 500%;
  z-index: 555;
  display: none;
}
.ln_overlay img {
  margin-top: 300px;
  left: 45%;
  display: block;
  position: fixed;
}
.ln_slider_container {
  width: calc(100% - 20px);
  margin: 0 15px 0 5px;
}
.filter-options-content a {
  display: inline-block !important;
}
/**
 * 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_LayeredNavigation
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.ln_overlay {
  background-color: #FFFFFF;
  height: 100%;
  left: 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 555;
  display: none;
}
.ln_overlay img {
  top: 40%;
  left: 45%;
  display: block;
  position: fixed;
}
.ln_slider_container {
  width: calc(100% - 20px);
  margin: 0 15px 0 5px;
}
.layered-filter-block-container .ln_tooltip {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.filter-content .category-items {
  margin: 0;
  padding-left: 30px;
  list-style: none;
}
.filter-content .icon-expand:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e608';
  font-family: 'luma-icons';
  vertical-align: bottom;
  display: inline-block;
  font-weight: bold;
  overflow: hidden;
  speak: none;
  text-align: center;
  padding-right: 5px;
}
.filter-content .active.icon-expand:after {
  content: '\e622';
}
.filter-content input[type="text"]:focus,
.filter-content input[type="checkbox"]:focus,
.filter-content input[type="radio"]:focus,
.filter-content select:focus {
  outline: none !important;
  box-shadow: none !important;
}
.filter-content .filter-options-item li a:hover {
  background: none !important;
  color: #006bb4;
}
.filter-content .filter-options-item li a:hover span {
  color: #006bb4;
}
.filter-content .filter-options-item .ui-slider-handle {
  height: 15px !important;
  width: 15px !important;
  background: #01007F;
  left: -2px;
  bottom: -3px;
}
.filter-content #ln_slider_price {
  margin-bottom: 5px;
}
.mp-show-navigation {
  display: none;
}
/**
 * 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_LayeredNavigationPro
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
a.chosen-single.chosen-default,
.chosen-single-with-deselect {
  border-radius: 3px !important;
  min-height: 30px !important;
  line-height: 26px !important;
  background: #fff !important;
  box-shadow: none;
}
.chosen-container-single .chosen-single div {
  top: 3px;
}
.chosen-container-single .chosen-search input[type=text] {
  box-shadow: none !important;
  border-radius: 2px;
  border: 1px solid #ccc;
}
li.active-result.highlighted {
  border-radius: 2px !important;
  background-image: none !important;
  border: none !important;
}
.chosen-container-single .chosen-single abbr {
  top: 9px !important;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  margin-right: 0 !important;
}
.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  width: 100% !important;
}
ul.chosen-results::-webkit-scrollbar {
  width: 6px;
}
ul.chosen-results::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
ul.chosen-results::-webkit-scrollbar-thumb {
  background-color: #ccc;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.ln_slider_range {
  margin-top: 10px;
}
.ln_slider_range_input {
  width: 60px !important;
  height: 30px !important;
  text-align: center;
  padding: 0;
}
.filter-options-content .rating-summary {
  padding-bottom: 3px;
}
.filter-options-content .rating-summary.selected {
  background-color: #e8e8e8;
}
@media (min-width: 1200px) {
  #ln_slider_range_price .ln_slider_from {
    width: 45%;
    padding: 0;
    display: inline-block;
    text-align: center;
  }
  #ln_slider_range_price .ln_slider_to {
    width: 45%;
    float: right;
    text-align: center;
    padding: 0;
  }
  .ln_slider_container label {
    min-width: 0 !important;
  }
}
@media (max-width: 1195px) {
  .ln_slider_from {
    display: block;
    margin-bottom: 15px;
    padding-left: 15px;
  }
  .ln_slider_to {
    display: block;
    padding-left: 15px;
  }
}
@media (max-width: 820px) and (min-width: 768px) {
  .ln_slider_range_input {
    display: block;
    margin: 0 auto 10px auto;
  }
  .ln_slider_range .ln_slider_range_input_to {
    float: none !important;
  }
}
.ln_slider_range .ln_slider_range_input_to {
  float: right;
}
.ln_slider_container label {
  min-width: 50px;
  display: inline-block;
}
.swatch-option-label-layered {
  height: 24px !important;
  display: block !important;
  margin-bottom: 5px !important;
}
.swatch-option-label-layered .swatch-option.text {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}
.swatch-text .swatch-option.color {
  height: 24px !important;
}
.swatch-attribute .swatch-option.disabled {
  pointer-events: none;
}
@media (max-width: 767px) {
  .ln_slider_range {
    text-align: center;
  }
  .ln_slider_range .ln_slider_range_input_to {
    float: none !important;
  }
  .block.filter button#ln_button_submit {
    display: none;
  }
  .block.filter.active button#ln_button_submit {
    display: block;
    position: fixed;
    top: 0px;
    z-index: 999999;
    right: 15%;
  }
}
.mplayer-subcategory {
  width: 90%;
  margin: auto;
}
.mplayer-category-item .mplayer-item-slider {
  padding: 10px;
  box-sizing: border-box;
  color: #575757;
  text-align: center;
  font-size: 18px;
  height: 100%;
  position: relative;
}
.mplayer-category-item-label {
  background: #ffffff;
  color: #000;
  box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 10px 5px;
  border: 1px solid #fff;
  line-height: 1.2;
  word-break: break-word;
}
.mplayer-category-item-image {
  margin-bottom: 7px;
}
.mplayer-category-item-label:hover {
  border: 2px solid #01007F;
}
a.mplayer-item-slider:hover {
  text-decoration: none;
}
.filter-options-item .layer-search-box {
  border-radius: 4px;
}
/**
 * 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_ProductFinder
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.mpproductfinder-horizontal li {
  list-style: none;
  display: inline-block;
  margin-bottom: 20px;
}
.mpproductfinder-vertical li {
  list-style: none;
  display: block;
  margin-bottom: 15px;
}
.mpproductfinder-filter-title {
  font-weight: bold;
  font-size: 16px;
  padding: 10px 5px;
}
.mpproductfinder-block {
  border-radius: 5px;
  background-color: #efefef;
}
.mpproductfinder-block ul {
  position: relative;
  padding: 10px 15px 15px 15px;
}
.mppf-find-btn.active {
  display: inline-block !important;
}
.mppf-find-btn {
  display: none !important;
}
.mppf-reset-btn.active {
  display: inline-block !important;
}
.mppf-reset-btn {
  display: none !important;
}
.dropdown-select-content {
  display: none;
}
.dropdown-select-content.active {
  display: block;
  z-index: 10;
}
.select-wrapper {
  position: relative;
  padding: 5px 0;
  background: #fff;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border: 1px solid #cccccc;
}
.select-wrapper span {
  padding: 10px;
  color: #0f0c08;
}
.select-wrapper:after {
  /* Little arrow */
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: #7f7f7f transparent;
}
.dropdown-item input.hidden {
  display: none;
}
.dropdown-select-content {
  /* Size & position */
  left: 2%;
  position: absolute;
  width: 95%;
  margin-top: 5px;
  /* Styles */
  background: #fff;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  list-style: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.dropdown-select-content .dropdown-item {
  text-align: center;
  display: block;
  text-decoration: none;
  color: #333;
  padding: 10px;
  transition: all 0.3s ease-out;
  float: left;
  border: 1px solid #cccccc;
  margin: 10px;
  border-radius: 5px;
  font-weight: bold;
  background-color: #eaeaea;
  cursor: pointer;
}
.dropdown-select-content .dropdown-item:hover {
  background-color: #d8d7d7;
}
/* Active state */
.select-wrapper.active {
  box-shadow: none;
  color: white;
}
.select-wrapper.active .categories {
  max-height: 400px;
}
.select-wrapper:focus {
  border-radius: 5px 5px 0 0;
  background: #4cbeff;
  box-shadow: none;
  border-bottom: none;
  color: white;
}
.select-wrapper:focus:after {
  border-color: #82d1ff transparent;
}
.select-wrapper:focus .categories {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  max-height: 400px;
}
.mpproductfinder-close-btn {
  background: url(../../../../../frontend/Smartwave/porto/ar_KW/Mageplaza_ProductFinder/css/images/btn-close.png) no-repeat center;
  -moz-background-size: contain;
  font-size: 2rem;
  border: none;
  position: absolute;
  z-index: 10;
  width: 15px;
  height: 15px;
  right: 0;
  margin: 5px;
  cursor: pointer;
}
.mpproductfinder-select .chosen-container {
  width: 100% !important;
}
.mppf-filter-label {
  display: inline-grid;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .mppf-filter-label {
    width: 10%;
  }
}
.mppf-filter-label span {
  padding: 10px;
  color: #333333;
  font-weight: bold;
  font-size: 16px;
}
.mppf-option-label {
  padding: 10px;
}
/**
 * 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_Search
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
@media only screen and (max-width: 600px) {
  .minisearch .search-category {
    top: 65% !important;
    right: 15px !important;
    height: 32px;
    display: none;
  }
}
.search-autocomplete {
  display: none !important;
}
.autocomplete-suggestions {
  border: 1px solid #bbbbbb;
  background: #ffffff;
  cursor: default;
  border-top: none;
  height: auto;
  overflow: auto;
  max-height: 2000px;
}
.autocomplete-suggestion {
  position: relative;
  padding: 10px 5px 10px 5px;
  font-size: 1.2em;
  border-bottom: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
  display: flex;
  align-items: center;
}
.autocomplete-suggestion:last-child {
  border-bottom: none;
}
.autocomplete-suggestion .mps-product-details {
  width: 88%;
  display: flex;
  align-items: center;
}
.autocomplete-no-suggestion {
  width: 110px;
  padding: 20px 0 20px 30px;
  margin: auto;
  position: relative;
}
.autocomplete-selected {
  background: #f1f1f1;
}
input#searchauto {
  border: 1px solid #bbbbbb;
  border-radius: 2px;
  width: 375px;
}
.suggestion-left {
  float: left;
  width: 15%;
  cursor: pointer;
}
.suggestion-right {
  width: 75%;
  padding-left: 10px;
  text-align: left;
  color: black;
  float: left;
}
.product-name {
  cursor: pointer;
  font-size: 14px;
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 250px;
  white-space: nowrap;
}
.product-price {
  font-size: 14px;
  font-weight: 600;
  color: #333333;
}
.product-des {
  font-size: 12px;
  position: relative;
}
.product-des p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.autocomplete-suggestions.two-columns .product-des p {
  white-space: nowrap;
}
.product-line {
  margin-bottom: 5px;
}
ul#ui-id-1 {
  font-family: inherit;
  padding: 0;
  border-bottom: none;
}
p.short-des {
  margin: 0;
  font-size: 0.9em;
  color: #757575;
  cursor: pointer;
}
.tooltip-short-des {
  display: none;
  position: absolute;
  background-color: #DEDEDF;
  padding: 10px;
  border-radius: 5px;
  z-index: 99999;
  width: 100%;
  left: 0;
}
p.short-des:hover + .tooltip-short-des {
  display: block;
}
.suggestion-right .product-sku {
  font-size: 14px;
}
.suggestion-right .product-sku span {
  color: #757575;
}
.suggestion-right .rating-result {
  margin-right: 5px;
}
.suggestion-right .reviews-actions .action {
  font-size: 12px;
}
.suggestion-right .product-reviews-summary {
  margin-bottom: 5px !important;
}
#view_all {
  text-align: center;
  background: #eff4f7;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .block-search {
    z-index: 4 !important;
    padding-left: 140px !important;
  }
}
/**
 * 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_LayeredNavigationUtimate
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.ln-show-less,
.ln-show-more {
  cursor: pointer;
  font-weight: 700;
  text-align: center;
}
/* style rating slider */
.rating-slider-container {
  padding-left: 20px;
}
.rating-slider-container #ln_slider_rating {
  display: inline-block;
  height: 170px;
  width: 10px;
  margin-right: 10px;
  background: #ddd;
}
.rating-slider-container #ln_slider_rating .ui-slider-range {
  background-color: #aaa !important;
}
.rating-slider-container .rating-slider-items {
  display: inline-block;
  width: calc(100% - 30px) !important;
}
.rating-slider-container span.rating-star-off::before {
  color: #c7c7c7 !important;
}
.rating-slider-container a.lnultimate-rating-slider:hover {
  background: #fff !important;
}
.rating-slider-container .rating-summary .rating-result:before {
  content: '' !important;
}
/* end style rating slider */
@media only screen and (min-width: 768px) {
  .mp-stickey {
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: #fff;
  }
  .mp-stickey .filter-options {
    max-height: calc(100vh - 25px);
    overflow-y: auto;
    border-radius: 4px;
  }
  .mp-stickey .filter-options::-webkit-scrollbar {
    height: 40px;
    width: 5px;
    border: 1px solid #ccc;
    border-radius: 8px;
  }
  .mp-stickey .filter-options::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .mp-stickey .filter-options::-webkit-scrollbar-thumb {
    background: #888;
  }
  .mp-stickey .filter-options::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  .block-content-with-show-navigation {
    display: flex;
  }
  .block-content-with-show-navigation .block-content.filter-content {
    min-width: 86%;
  }
  div#layered-horizontal-container div.mp-show-navigation {
    display: none !important;
  }
  div.mp-show-navigation {
    position: absolute;
  }
  div.mp-show-navigation.active {
    position: unset;
  }
  .mp-show-navigation img {
    width: 20px;
    background-color: #ececee;
    padding: 5px;
    border-radius: 5px;
    margin-right: 10px;
  }
  #layered-horizontal-container .filter-options-content {
    min-width: 170px !important;
  }
  #layered-horizontal-container #ln_slider_container_price {
    width: calc(80%) !important;
    padding: 0 10px;
  }
  a.rating-summary {
    max-width: 97% !important;
  }
  #ln_slider_container_price {
    width: 90% !important;
    padding: 0 10px;
  }
}
/* MEDIA QUERIES */
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
._ammenu-menu-wrapper.-desktop {
  background: #f4f4f4;
}
._ammenu-menu-wrapper.-desktop .ammenu-item.-col-10 {
  width: calc(100%/10);
}
._ammenu-menu-wrapper.-desktop .ammenu-item.-col-9 {
  width: calc(100%/9);
}
._ammenu-menu-wrapper.-desktop .ammenu-item.-col-8 {
  width: calc(100%/8);
}
._ammenu-menu-wrapper.-desktop .ammenu-item.-col-7 {
  width: calc(100%/7);
}
._ammenu-menu-wrapper.-desktop .ammenu-item.-col-6 {
  width: calc(100%/6);
}
._ammenu-menu-wrapper.-desktop .ammenu-item.-col-5 {
  width: calc(100%/5);
}
._ammenu-menu-wrapper.-desktop .ammenu-item.-col-4 {
  width: calc(100%/4);
}
._ammenu-menu-wrapper.-desktop .ammenu-item.-col-3 {
  width: calc(100%/3);
}
._ammenu-menu-wrapper.-desktop .ammenu-item.-col-2 {
  width: calc(100%/2);
}
._ammenu-menu-wrapper.-desktop .ammenu-item.-col-1 {
  width: calc(100%/1);
}
._ammenu-menu-wrapper.-desktop .ammenu-main-container {
  box-sizing: border-box;
  margin: auto;
  max-width: 1140px;
}
._ammenu-menu-wrapper.-desktop .ammenu-items {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
._ammenu-menu-wrapper.-desktop .ammenu-item.-main {
  display: inline-block;
  box-sizing: border-box;
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
}
._ammenu-menu-wrapper.-desktop .ammenu-item.-main:hover {
  background: #fff;
}
._ammenu-menu-wrapper.-desktop .ammenu-item.-main > .ammenu-link {
  position: relative;
  padding: 18px 10px;
}
._ammenu-menu-wrapper.-desktop .ammenu-item.-main:hover > .ammenu-link {
  text-decoration: none;
}
._ammenu-menu-wrapper.-desktop .ammenu-link.-main:hover + .ammenu-submenu-container {
  display: block;
}
._ammenu-menu-wrapper.-desktop .ammenu-submenu.-full {
  left: 0;
  width: 100%;
}
._ammenu-menu-wrapper.-desktop .ammenu-submenu-container {
  position: absolute;
  z-index: 999;
  overflow-y: auto;
  max-width: 100%;
  max-height: 70vh;
  background-color: #fff;
  box-shadow: 0 4px 5px rgba(35, 74, 87, 0.1);
  font-weight: 400;
  cursor: auto;
}
._ammenu-menu-wrapper.-desktop .ammenu-submenu-container:not(:hover) {
  display: none;
}
._ammenu-menu-wrapper.-desktop .ammenu-submenu-container:not(.-content) {
  padding: 40px;
}
._ammenu-menu-wrapper.-desktop .ammenu-categories-container > .ammenu-item.-child {
  padding: 25px;
  list-style: none;
}
._ammenu-menu-wrapper.-desktop .ammenu-categories-container > .ammenu-item.-child > .ammenu-wrapper:not(:last-of-type) {
  margin-bottom: 30px;
}
._ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-item {
  box-sizing: border-box;
  padding: 0;
}
._ammenu-menu-wrapper.-desktop .ammenu-categories-container [class*='-col-']:not(.-col-1) {
  max-width: 250px;
}
.ammenu-item.-auto ._ammenu-menu-wrapper.-desktop .ammenu-categories-container {
  top: 100%;
}
.ammenu-item.-full ._ammenu-menu-wrapper.-desktop .ammenu-categories-container > .ammenu-item.-child {
  flex-wrap: wrap;
}
._ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link {
  display: inline-block;
  padding-right: 35px;
}
._ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link:hover .ammenu-wrapper,
._ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link.-hovered .ammenu-wrapper,
._ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link:hover .ammenu-link.-level1:before,
._ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link.-hovered .ammenu-link.-level1:before {
  color: #1787e0;
}
._ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link.-level1:hover:before,
._ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link.-level1.-hovered:before {
  background: #1787e0;
}
._ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link.-level1,
._ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link:not(.-level1):not(.-level2) {
  padding-bottom: 10px;
  white-space: nowrap;
}
._ammenu-menu-wrapper.-desktop .ammenu-categories-container [data-ammenu-js="parent-subitem"] > .ammenu-link:not(.-level1):after {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNyAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTYuNDQxOSA1LjQ0MTk0QzE2LjY4NiA1LjE5Nzg2IDE2LjY4NiA0LjgwMjE0IDE2LjQ0MTkgNC41NTgwNkwxMi40NjQ1IDAuNTgwNTgzQzEyLjIyMDQgMC4zMzY1MDUgMTEuODI0NyAwLjMzNjUwNSAxMS41ODA2IDAuNTgwNTgzQzExLjMzNjUgMC44MjQ2NiAxMS4zMzY1IDEuMjIwMzkgMTEuNTgwNiAxLjQ2NDQ3TDE1LjExNjEgNUwxMS41ODA2IDguNTM1NTNDMTEuMzM2NSA4Ljc3OTYxIDExLjMzNjUgOS4xNzUzNCAxMS41ODA2IDkuNDE5NDJDMTEuODI0NyA5LjY2MzUgMTIuMjIwNCA5LjY2MzUgMTIuNDY0NSA5LjQxOTQyTDE2LjQ0MTkgNS40NDE5NFpNMCA1LjYyNUgxNlY0LjM3NUgwVjUuNjI1WiIgZmlsbD0iIzE3ODdFMCIvPjwvc3ZnPg==);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  content: '';
  transition: all 0.1s ease-in;
  transition: 0.1s all ease-in;
  width: 30px;
  height: 10px;
  opacity: 0;
}
._ammenu-menu-wrapper.-desktop .ammenu-categories-container [data-ammenu-js="parent-subitem"] > .ammenu-link:not(.-level1):hover:after,
._ammenu-menu-wrapper.-desktop .ammenu-categories-container [data-ammenu-js="parent-subitem"] > .ammenu-link:not(.-level1).-hovered:after {
  opacity: 1;
  transform: translateX(10px / 2);
}
._ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link:not(.-level1) {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0;
}
._ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link > .ammenu-wrapper {
  display: inline-block;
}
._ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link.-level1 + .ammenu-item > .ammenu-wrapper:not(:last-of-type) {
  padding-bottom: 10px;
}
._ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link:not(.-level1) + .ammenu-item {
  transition: all 0.1s ease-in;
  transition: 0.1s all ease-in;
  position: absolute;
  top: -10px;
  z-index: 999;
  display: none;
  margin: 0;
  padding: 10px 10px 20px;
  border: 1px solid transparent;
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(87, 87, 87, 0.25);
}
._ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link.-level1 .ammenu-wrapper,
._ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link.-level2 .ammenu-wrapper {
  white-space: normal;
}
.ammenu-link.-hovered ._ammenu-menu-wrapper.-desktop .ammenu-categories-container:before,
.ammenu-link:hover ._ammenu-menu-wrapper.-desktop .ammenu-categories-container:before {
  transform: rotate(45deg);
}
.ammenu-link.-hovered ._ammenu-menu-wrapper.-desktop .ammenu-categories-container:after,
.ammenu-link:hover ._ammenu-menu-wrapper.-desktop .ammenu-categories-container:after {
  transform: rotate(-45deg);
}
.ammenu-link.-hovered ._ammenu-menu-wrapper.-desktop .ammenu-categories-container,
.ammenu-link:hover ._ammenu-menu-wrapper.-desktop .ammenu-categories-container {
  opacity: 1;
}
._ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link:hover .ammenu-arrow {
  opacity: 1;
}
._ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link.-hovered > .ammenu-arrow:before,
._ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link:hover > .ammenu-arrow:before {
  transform: rotate(45deg);
}
._ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link.-hovered > .ammenu-arrow:after,
._ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link:hover > .ammenu-arrow:after {
  transform: rotate(-45deg);
}
._ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-wrapper {
  position: relative;
}
@media (min-width: 1025px) {
  .ammenu-menu-wrapper.-desktop {
    background: #f4f4f4;
    display: block;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-item.-col-10 {
    width: calc(100%/10);
  }
  .ammenu-menu-wrapper.-desktop .ammenu-item.-col-9 {
    width: calc(100%/9);
  }
  .ammenu-menu-wrapper.-desktop .ammenu-item.-col-8 {
    width: calc(100%/8);
  }
  .ammenu-menu-wrapper.-desktop .ammenu-item.-col-7 {
    width: calc(100%/7);
  }
  .ammenu-menu-wrapper.-desktop .ammenu-item.-col-6 {
    width: calc(100%/6);
  }
  .ammenu-menu-wrapper.-desktop .ammenu-item.-col-5 {
    width: calc(100%/5);
  }
  .ammenu-menu-wrapper.-desktop .ammenu-item.-col-4 {
    width: calc(100%/4);
  }
  .ammenu-menu-wrapper.-desktop .ammenu-item.-col-3 {
    width: calc(100%/3);
  }
  .ammenu-menu-wrapper.-desktop .ammenu-item.-col-2 {
    width: calc(100%/2);
  }
  .ammenu-menu-wrapper.-desktop .ammenu-item.-col-1 {
    width: calc(100%/1);
  }
  .ammenu-menu-wrapper.-desktop .ammenu-main-container {
    box-sizing: border-box;
    margin: auto;
    max-width: 1140px;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-items {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-item.-main {
    display: inline-block;
    box-sizing: border-box;
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-item.-main:hover {
    background: #fff;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-item.-main > .ammenu-link {
    position: relative;
    padding: 18px 10px;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-item.-main:hover > .ammenu-link {
    text-decoration: none;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-link.-main:hover + .ammenu-submenu-container {
    display: block;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-submenu.-full {
    left: 0;
    width: 100%;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-submenu-container {
    position: absolute;
    z-index: 999;
    overflow-y: auto;
    max-width: 100%;
    max-height: 70vh;
    background-color: #fff;
    box-shadow: 0 4px 5px rgba(35, 74, 87, 0.1);
    font-weight: 400;
    cursor: auto;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-submenu-container:not(:hover) {
    display: none;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-submenu-container:not(.-content) {
    padding: 40px;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container > .ammenu-item.-child {
    padding: 25px;
    list-style: none;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container > .ammenu-item.-child > .ammenu-wrapper:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-item {
    box-sizing: border-box;
    padding: 0;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container [class*='-col-']:not(.-col-1) {
    max-width: 250px;
  }
  .ammenu-item.-auto .ammenu-menu-wrapper.-desktop .ammenu-categories-container {
    top: 100%;
  }
  .ammenu-item.-full .ammenu-menu-wrapper.-desktop .ammenu-categories-container > .ammenu-item.-child {
    flex-wrap: wrap;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link {
    display: inline-block;
    padding-right: 35px;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link:hover .ammenu-wrapper,
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link.-hovered .ammenu-wrapper,
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link:hover .ammenu-link.-level1:before,
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link.-hovered .ammenu-link.-level1:before {
    color: #1787e0;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link.-level1:hover:before,
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link.-level1.-hovered:before {
    background: #1787e0;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link.-level1,
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link:not(.-level1):not(.-level2) {
    padding-bottom: 10px;
    white-space: nowrap;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container [data-ammenu-js="parent-subitem"] > .ammenu-link:not(.-level1):after {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNyAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTYuNDQxOSA1LjQ0MTk0QzE2LjY4NiA1LjE5Nzg2IDE2LjY4NiA0LjgwMjE0IDE2LjQ0MTkgNC41NTgwNkwxMi40NjQ1IDAuNTgwNTgzQzEyLjIyMDQgMC4zMzY1MDUgMTEuODI0NyAwLjMzNjUwNSAxMS41ODA2IDAuNTgwNTgzQzExLjMzNjUgMC44MjQ2NiAxMS4zMzY1IDEuMjIwMzkgMTEuNTgwNiAxLjQ2NDQ3TDE1LjExNjEgNUwxMS41ODA2IDguNTM1NTNDMTEuMzM2NSA4Ljc3OTYxIDExLjMzNjUgOS4xNzUzNCAxMS41ODA2IDkuNDE5NDJDMTEuODI0NyA5LjY2MzUgMTIuMjIwNCA5LjY2MzUgMTIuNDY0NSA5LjQxOTQyTDE2LjQ0MTkgNS40NDE5NFpNMCA1LjYyNUgxNlY0LjM3NUgwVjUuNjI1WiIgZmlsbD0iIzE3ODdFMCIvPjwvc3ZnPg==);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    content: '';
    transition: all 0.1s ease-in;
    transition: 0.1s all ease-in;
    width: 30px;
    height: 10px;
    opacity: 0;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container [data-ammenu-js="parent-subitem"] > .ammenu-link:not(.-level1):hover:after,
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container [data-ammenu-js="parent-subitem"] > .ammenu-link:not(.-level1).-hovered:after {
    opacity: 1;
    transform: translateX(10px / 2);
  }
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link:not(.-level1) {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 0;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link > .ammenu-wrapper {
    display: inline-block;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link.-level1 + .ammenu-item > .ammenu-wrapper:not(:last-of-type) {
    padding-bottom: 10px;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link:not(.-level1) + .ammenu-item {
    transition: all 0.1s ease-in;
    transition: 0.1s all ease-in;
    position: absolute;
    top: -10px;
    z-index: 999;
    display: none;
    margin: 0;
    padding: 10px 10px 20px;
    border: 1px solid transparent;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(87, 87, 87, 0.25);
  }
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link.-level1 .ammenu-wrapper,
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link.-level2 .ammenu-wrapper {
    white-space: normal;
  }
  .ammenu-link.-hovered .ammenu-menu-wrapper.-desktop .ammenu-categories-container:before,
  .ammenu-link:hover .ammenu-menu-wrapper.-desktop .ammenu-categories-container:before {
    transform: rotate(45deg);
  }
  .ammenu-link.-hovered .ammenu-menu-wrapper.-desktop .ammenu-categories-container:after,
  .ammenu-link:hover .ammenu-menu-wrapper.-desktop .ammenu-categories-container:after {
    transform: rotate(-45deg);
  }
  .ammenu-link.-hovered .ammenu-menu-wrapper.-desktop .ammenu-categories-container,
  .ammenu-link:hover .ammenu-menu-wrapper.-desktop .ammenu-categories-container {
    opacity: 1;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link:hover .ammenu-arrow {
    opacity: 1;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link.-hovered > .ammenu-arrow:before,
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link:hover > .ammenu-arrow:before {
    transform: rotate(45deg);
  }
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link.-hovered > .ammenu-arrow:after,
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link:hover > .ammenu-arrow:after {
    transform: rotate(-45deg);
  }
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-wrapper {
    position: relative;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-submenu-container:not(:hover) {
    display: none;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-submenu-container:not(.-left) {
    flex-wrap: wrap;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-submenu-container > div {
    flex-basis: 100%;
    box-sizing: border-box;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-main-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container {
    display: flex;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link .ammenu-arrow {
    margin: 10px 0;
    width: 14px;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link .ammenu-arrow.-small:hover {
    opacity: 1;
  }
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link .ammenu-arrow:after,
  .ammenu-menu-wrapper.-desktop .ammenu-categories-container .ammenu-link .ammenu-arrow:before {
    right: 0;
  }
  .ammenu-nav-sections {
    display: block;
  }
}
.weltpixel-quickview-catalog-product-view .box-tocart .action.tocart {
  width: 100%;
}
.weltpixel-quickview-catalog-product-view .page-wrapper .page-main {
  margin: 20px 0;
}
.weltpixel-quickview-catalog-product-view .reviews-actions .add {
  display: none;
}
.box-gotoproduct #product-gotoproduct-button {
  width: 100%;
  padding: 7px 20px;
  font-size: 14px;
  text-align: center;
  min-width: 150px;
}
.product-item .weltpixel-quickview {
  display: none;
}
.products-grid .product-item .product-item-info {
  position: relative;
}
.products-grid .product-item .product-item-details {
  position: static !important;
}
.side-list .product-item .weltpixel-quickview {
  display: none !important;
}
/*24-10-2024 css start*/
/*23-10-2024 checkout page*/
/*25-10-2024*/
/*25-10-2024*/
/*homepage*/
/*09-11-2024 css start page*/
/*10-11-2024 css start for product details page*/
/*06-11-2024 css start for cart page*/
/*minicart page*/
/*client feedback 06-01-2025*/
/*20-01-2025*/
/*06-03-2025*/
/*05-07-2025 css start*/
/*css start 15-09-2025*/
/* === Infinite scroll pill loader (gold spinner, RTL text, corrected spacing & centering) === */
#ln_product_overlay {
  position: relative;
  z-index: 9;
}
/* Loader mask */
#ln_product_overlay > .loading-mask {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: transparent;
}
/* Pill styling */
#ln_product_overlay .loader {
  display: inline-flex !important;
  align-items: center !important;
  /* center children vertically */
  justify-content: center !important;
  flex-direction: row-reverse !important;
  /* text before spinner */
  gap: 14px;
  /* extra spacing so spinner sits further left */
  padding: 10px 18px;
  border: 1px solid #e0e0e0;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  font-family: 'Tajawal', sans-serif !important;
  direction: rtl;
  line-height: 1.2;
  /* keeps text vertically centered */
  min-height: 38px;
  white-space: nowrap;
  text-align: initial !important;
}
/* Hide theme gif/svg */
#ln_product_overlay .loader img,
#ln_product_overlay .loader svg {
  display: none !important;
}
/* Spinner */
#ln_product_overlay .loader::before {
  content: "";
  position: static !important;
  display: inline-block !important;
  align-self: center !important;
  /* lock vertical centering */
  margin: 0 !important;
  width: 20px;
  height: 20px;
  border: 2px solid #e0e0e0;
  border-top-color: #daa520;
  border-radius: 50%;
  animation: cbm-spin 0.9s linear infinite;
  transform-origin: 50% 50% !important;
  vertical-align: middle !important;
}
/* Desktop text */
#ln_product_overlay .loader::after {
  content: "جارِ عرض المزيد من المنتجات";
  display: inline-block;
  color: #707070;
  font-size: 15px;
  line-height: 1.2;
  animation: none !important;
}
/* ---------- Desktop ---------- */
/* ---------- Mobile ---------- */
/* Spinner animation */
@keyframes cbm-spin {
  to {
    transform: rotate(360deg);
  }
}
/*css start 18-09-2025 category page black background text white*/
/* ========== DESKTOP LAYOUT (min-width) ========== */
/* ========== MOBILE LAYOUT (max-width) ========== */
body {
  display: block !important;
}
/* Hide skeleton/placeholder loaders */
.category-black .products-grid .product-item-info .placeholder,
.category-black .loading-mask {
  display: none !important;
}
/* Ensure actual products show */
.category-black .product-item-info {
  opacity: 1 !important;
  visibility: visible !important;
}
/* CRITICAL FIX: Override the display:none that's hiding products on category-black */
.page-products.catalog-category-view.page-layout-1column.category-black .page-wrapper .page-main .columns {
  display: block !important;
}
body.category-black .page-wrapper .page-main .columns {
  display: block !important;
}
.amasty-fpc-crawler-status {
  position: fixed;
  right: 20px;
  bottom: 20px;
  min-width: 400px;
  border: 2px solid #008080;
  z-index: 9999;
  background: white;
}
.amasty-fpc-crawler-status .status-header {
  text-align: center;
  color: white;
  font-weight: bold;
  background: #008080;
  font-size: 20px;
  padding: 5px 0;
}
.amasty-fpc-crawler-status.status-ignored .status {
  color: #bebebe;
}
.amasty-fpc-crawler-status.status-hit .status {
  color: #67b96a;
}
.amasty-fpc-crawler-status.status-miss .status {
  color: #d10c12;
}
.amasty-fpc-crawler-status .status {
  text-transform: uppercase;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  padding: 5px 0;
}
.amasty-fpc-crawler-status .not-cacheable .not-cacheable-header {
  background: #e4e4e4;
  text-align: center;
  font-weight: bold;
  padding: 3px 0;
}
.amasty-fpc-crawler-status .not-cacheable .blocks {
  max-height: 100px;
  overflow-y: auto;
}
.amasty-fpc-crawler-status .not-cacheable .blocks .not-cacheable-block {
  padding: 7px;
  border-bottom: 1px solid #e4e4e4;
  font-size: 12px;
}
.amasty-fpc-crawler-status .not-cacheable .blocks .not-cacheable-block:last-child {
  border-bottom: none;
}
.debug-status-toggle {
  text-align: center;
  background: #008080;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
}
.debug-status-toggle:hover {
  background: #005f5f;
  cursor: pointer;
}
.amfpc-context-container {
  max-height: 700px;
  overflow-y: auto;
  display: none;
}
.amfpc-context-container.-toggled {
  display: block;
}
.amfpc-context-container .context-type-description {
  padding: 5px;
  margin: 0;
  background: #ffffff;
  border-bottom: 2px solid #008080;
  color: #000;
}
.amfpc-context-container .amfpc-context-item {
  padding: 5px;
  border-bottom: 2px solid #008080;
}
.amfpc-context-container .amfpc-context-item .context-row {
  color: #818181;
  background-color: #efefef;
  display: block;
  padding: 2px 10px;
}
.amfpc-context-container .amfpc-context-item .context-row.-unique-entry {
  color: #4d544b;
  background-color: #e0f0dc;
}
.amfpc-context-container .amfpc-context-item .context-row.-vary-entry {
  color: #4d544b;
  background-color: #dce4f0;
}
@media all and (min-width: 768px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    float: right;
    clear: right;
    margin: 0 0 4.5px 9px;
  }
  .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 {
    float: right;
    display: inline-block;
    margin: 0 0 4.5px;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .abs-discount-block-desktop .block,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .block-addresses-list .items.addresses > .item,
  .form-edit-account .fieldset,
  .form-address-edit .fieldset,
  .storecredit .block,
  .paypal-review-discount .block,
  .cart-discount .block {
    width: 48%;
  }
  .abs-blocks-2columns:nth-child(1),
  .abs-discount-block-desktop .block:nth-child(1),
  .login-container .block:nth-child(1),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(1),
  .block-addresses-list .items.addresses > .item:nth-child(1),
  .form-edit-account .fieldset:nth-child(1),
  .form-address-edit .fieldset:nth-child(1),
  .storecredit .block:nth-child(1),
  .paypal-review-discount .block:nth-child(1),
  .cart-discount .block:nth-child(1) {
    float: right;
    clear: right;
  }
  .abs-blocks-2columns:nth-child(2),
  .abs-discount-block-desktop .block:nth-child(2),
  .login-container .block:nth-child(2),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2),
  .block-addresses-list .items.addresses > .item:nth-child(2),
  .form-edit-account .fieldset:nth-child(2),
  .form-address-edit .fieldset:nth-child(2),
  .storecredit .block:nth-child(2),
  .paypal-review-discount .block:nth-child(2),
  .cart-discount .block:nth-child(2) {
    float: left;
  }
  .abs-blocks-2columns:nth-child(2) + *,
  .abs-discount-block-desktop .block:nth-child(2) + *,
  .login-container .block:nth-child(2) + *,
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2) + *,
  .block-addresses-list .items.addresses > .item:nth-child(2) + *,
  .form-edit-account .fieldset:nth-child(2) + *,
  .form-address-edit .fieldset:nth-child(2) + *,
  .storecredit .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: 45px;
  }
  .abs-reset-left-margin-desktop,
  .column.main .paypal-review .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar {
    margin-right: 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-right: 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-right: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .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,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .paypal-review-discount:before,
  .paypal-review-discount:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .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,
  .paypal-review .block-content:after,
  .paypal-review-discount:after,
  .block-cart-failed .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 18px;
  }
  .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: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 + .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 .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 {
    width: 100%;
    padding: 0;
  }
  .abs-form-field-revert-column-1 {
    width: 100%;
  }
  .abs-forms-general-desktop,
  .form-giftcard-redeem,
  .form-giftregistry-create {
    max-width: 500px;
  }
  .abs-forms-general-desktop .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-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-table-margin-desktop,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history {
    margin-top: -22.5px;
  }
  .abs-action-print {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'porto-icons';
    margin: 0 0 0 4px;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-action-print:hover {
    text-decoration: underline;
  }
  .abs-no-display-desktop,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .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: -12px 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 .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    line-height: 24px;
    padding: 0;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    z-index: 0;
    width: 100%;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    float: right;
    padding-left: 4%;
    position: relative;
  }
  .abs-discount-block-desktop .block,
  .paypal-review-discount .block,
  .cart-discount .block {
    width: 48%;
  }
  .abs-discount-block-desktop .block > .title,
  .paypal-review-discount .block > .title,
  .cart-discount .block > .title {
    border: 0;
    cursor: default;
    padding: 0 0 9px;
  }
  .abs-discount-block-desktop .block > .title strong,
  .paypal-review-discount .block > .title strong,
  .cart-discount .block > .title strong {
    font-size: 1.6rem;
  }
  .abs-discount-block-desktop .block > .title:after,
  .paypal-review-discount .block > .title:after,
  .cart-discount .block > .title:after {
    display: none;
  }
  .abs-discount-block-desktop .block .content,
  .paypal-review-discount .block .content,
  .cart-discount .block .content {
    display: block !important;
    padding: 0;
  }
  .abs-discount-block-desktop .actions-toolbar .secondary,
  .paypal-review-discount .actions-toolbar .secondary,
  .cart-discount .actions-toolbar .secondary {
    bottom: -30px;
    right: 0;
    position: absolute;
  }
  h1 {
    font-size: 38px;
    margin-bottom: 36px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    max-width: 1140px;
    box-sizing: border-box;
  }
  .page-main {
    width: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .ie9 .page-main {
    width: auto;
  }
  .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: 50%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 75%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 0;
    padding-right: 2%;
  }
  .sidebar-additional {
    padding-right: 2%;
    clear: left;
  }
  .page-layout-3columns .sidebar-additional {
    width: 25%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .sidebar-additional {
    padding-left: 2%;
    padding-right: 0;
    clear: right;
    float: right;
  }
  .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;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
    z-index: 5;
  }
  .navigation {
    background: transparent;
    font-size: 12px;
    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 9px 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: 46px;
    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: #777;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0;
    color: #777;
    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: '\f807';
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #fff;
    border: 0 solid #08c;
    box-shadow: 0 4.5px 4.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: #08c;
    color: #08c;
    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: #777;
    padding: 9px 5px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #f4f4f4;
    color: #777;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
  }
  .navigation .level0 .submenu .submenu {
    top: -1px !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
    position: relative;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\f802';
    font-family: 'porto-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: 'porto-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;
    margin: 0;
    vertical-align: middle;
  }
  .panel.header .switcher {
    height: 15px;
  }
  .navigation li.level0 {
    border-radius: 5px;
    transition-delay: 0.3s;
    margin-left: 4px;
  }
  .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: 18px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 18px;
    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: 36px;
    font-size: 1.3rem;
    color: #c1c1c1;
    text-decoration: none;
    background: #f6f6f6;
    border: 1px solid #eee;
    border-bottom: none;
    height: 36px;
    padding: 1px 35px 1px 35px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #c1c1c1;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #c1c1c1;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #777;
    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: #777;
    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: 39px;
    padding: 35px 35px 35px 35px;
    border: 1px solid #eee;
  }
  .product.data.items .item.title a:after {
    display: none;
  }
  .product.data.items > .item.title {
    margin: 0 0 0 1px;
  }
  .product.data.items > .item.title > .switch {
    font-size: 14px;
    border: 1px solid #eee;
    border-top-width: 3px;
    border-bottom-width: 0;
    border-radius: 5px 5px 0 0;
    line-height: 30px;
    padding: 1px 15px 1px 15px;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    border-top-color: #08c;
    color: #08c;
  }
  .product.data.items > .item.content {
    margin-top: 35px;
    border-color: #eee;
    box-shadow: 0 1px 2px #eee;
  }
  .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 {
    width: auto;
    margin-bottom: 0;
  }
  .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;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .checkout-index-index .amcheckout-trust-badges {
    justify-content: flex-end;
  }
  .am-checkout.-modern .amcheckout-trust-badges {
    justify-content: flex-end;
  }
  .amsl-cart-page .-labeled-buttons .amsl-buttons,
  .amsl-registration-page .-labeled-buttons .amsl-buttons,
  .amsl-login-page .-labeled-buttons .amsl-buttons {
    width: 100%;
  }
  .amsl-cart-page .-labeled-buttons .amsl-button-wrapper.with-label.-rectangular,
  .amsl-registration-page .-labeled-buttons .amsl-button-wrapper.with-label.-rectangular,
  .amsl-login-page .-labeled-buttons .amsl-button-wrapper.with-label.-rectangular {
    margin: 0 15px 15px 0;
    width: 25%;
  }
  .amsl-forgot-content .amsl-error {
    max-width: 340px;
  }
  .amsl-error {
    margin: 0 40px 20px;
  }
  .header.panel > .header.links > li.greet.welcome:not(:first-of-type) {
    margin: 0;
  }
  .amsl-register-content .amsl-form .fieldset.create.info .fullname .fields > .field.field-name-firstname {
    margin-bottom: 20px;
    width: auto;
  }
  .amsl-register-content .amsl-form .fieldset.create.info .fullname .fields > .field.field-name-lastname {
    padding: 0;
    width: auto;
  }
  .amsl-register-content .amsl-form .fieldset.create.info .fullname .fields > .field-name-prefix,
  .amsl-register-content .amsl-form .fieldset.create.info .fullname .fields > .field-name-suffix {
    flex-basis: 20%;
  }
  .amsl-register-content .amsl-form .fieldset.create.info .fullname[class*='prefix'] .fields > .field-name-firstname,
  .amsl-register-content .amsl-form .fieldset.create.info .fullname[class*='suffix'] .fields > .field-name-lastname {
    width: calc(80% - 10px);
  }
  .amsl-popup-block {
    margin: auto;
    max-width: 570px;
  }
  .amsl-popup-block.-social-right,
  .amsl-popup-block.-social-left {
    max-width: 850px;
  }
  .amsl-popup-block.-social-left .amsl-login-content {
    flex-direction: row-reverse;
  }
  .amsl-popup-block.-social-right .amsl-login-content {
    flex-direction: row;
  }
  .amsl-popup-block .amsl-login-content {
    width: 425px;
  }
  .amsl-popup-block .amsl-register-content {
    width: 570px;
  }
  .amsl-popup-block .amsl-register-content .fieldset.create.info .field-name-firstname,
  .amsl-popup-block .amsl-register-content .fieldset.create.info .field-name-lastname {
    display: inline-block;
    margin-bottom: 0;
    width: 48%;
  }
  .amsl-popup-block .amsl-register-content .fieldset.create.info > .field:not([class*='field-name-']) {
    margin: 20px 0 0;
  }
  .amsl-popup-block .amsl-tablist {
    margin: 30px 40px 40px;
  }
  .amsl-popup-block .amsl-form {
    margin: 0 40px 70px;
    min-width: 300px;
  }
  .amsl-popup-block .amsl-social-login .amsl-buttons {
    padding: 50px;
  }
  .amsl-popup-block .amsl-button-wrapper {
    margin: 0 15px 15px;
  }
  .amsl-popup-block .amsl-login-content .amsl-button-wrapper.with-label.-rectangular {
    margin: 0 0 15px;
  }
  .amsl-popup-block.-social-right .amsl-login-content,
  .amsl-popup-block.-social-left .amsl-login-content {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 50px;
    width: 100%;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-form,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-form {
    flex: auto;
    max-width: 330px;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-form,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-form,
  .amsl-popup-block.-social-right .amsl-login-content .fieldset,
  .amsl-popup-block.-social-left .amsl-login-content .fieldset {
    margin-bottom: 0;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-separator,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-separator {
    display: block;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-social-wrapper,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-social-wrapper {
    flex: 1;
    margin: 0 40px;
    min-width: 300px;
    width: auto;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-social-login,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-social-login {
    border-radius: 4px;
    flex-direction: column;
    padding: 0;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-social-login .amsl-buttons,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-social-login .amsl-buttons {
    box-sizing: border-box;
    padding: 0 35px;
    width: 100%;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-social-login .amsl-title,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-social-login .amsl-title {
    background: none;
    margin: 18px auto;
    padding: 10px;
    transform: none;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-error.-default,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-error.-default {
    margin: 0 40px 10px;
    order: 0;
    width: 100%;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-error.-social,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-error.-social {
    flex-basis: auto;
    margin: auto 0 0;
    order: 1;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-title,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-title {
    position: relative;
  }
  .amsl-popup-block.-social-right .amsl-login-content.-empty,
  .amsl-popup-block.-social-left .amsl-login-content.-empty {
    flex-direction: column;
  }
  .amsl-popup-block.-social-right .amsl-login-content.-empty .amsl-error,
  .amsl-popup-block.-social-left .amsl-login-content.-empty .amsl-error {
    max-width: 320px;
  }
  .amsl-popup-block.-social-top .amsl-login-content .amsl-separator {
    margin: 45px 40px;
  }
  .amsl-popup-block.-social-top .amsl-login-content .amsl-social-login {
    border-radius: 4px;
    margin: 0 40px;
  }
  .amsl-popup-block.-social-top .amsl-login-content .amsl-form {
    margin-bottom: 55px;
  }
  .amsl-popup-block.-social-top .amsl-login-content .amsl-error {
    margin: 0 40px 20px;
  }
  .amsl-popup-block.-social-bottom .amsl-error {
    margin: 35px 40px 20px;
  }
  .amsl-accounts {
    flex-direction: row;
  }
  .amsl-accounts .amsl-accounts-block {
    width: 45%;
  }
  .amsl-socials-checkout {
    max-width: 500px;
  }
  .amsl-cart-page .amsl-social-login,
  .amsl-login-page .amsl-social-login,
  .amsl-registration-page .amsl-social-login {
    flex-direction: row;
    padding: 20px 20px 0;
  }
  .amsl-cart-page .amsl-social-login .amsl-title,
  .amsl-login-page .amsl-social-login .amsl-title,
  .amsl-registration-page .amsl-social-login .amsl-title {
    margin-bottom: 20px;
    text-align: left;
  }
  .amsl-cart-page .amsl-social-login .amsl-button-wrapper,
  .amsl-login-page .amsl-social-login .amsl-button-wrapper,
  .amsl-registration-page .amsl-social-login .amsl-button-wrapper {
    margin: 0 10px 20px;
  }
  #search_mini_form {
    transition: width 1s ease, opacity 1s ease;
    opacity: 1;
    width: 374px;
    float: right;
  }
  #layered-horizontal-container {
    display: block;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
  }
  #layered-horizontal-container .filter-options-item {
    display: inline-block;
    border-bottom: none;
  }
  #layered-horizontal-container .filter-options-content {
    display: none;
    position: absolute;
    z-index: 99;
    background: #fff;
    border: 1px solid #ccc;
    min-width: 150px;
  }
  #layered-horizontal-container #ln_button_submit {
    display: inline-block;
    position: relative;
    top: -5px;
  }
  #layered-horizontal-container ol.items {
    min-width: 100px;
  }
  #layered-horizontal-container .filter .block-subtitle.filter-subtitle {
    display: none;
  }
  #layered-horizontal-container .filter-current {
    display: inline-block;
  }
  #layered-horizontal-container .filter-current .item {
    display: inline-block;
    margin-right: 25px !important;
  }
  #layered-horizontal-container .filter-actions {
    display: inline-block;
  }
  .ws_embed_sms_notification {
    text-align: center !important;
  }
  .ws_embed_sms_notification .inline-block {
    display: inline-block;
  }
  .ws_embed_sms_notification .wpx-span {
    margin: 0 4%;
    font-size: 10px;
  }
  #ws_embed_sms_notification .control-subs .ws-Phone {
    width: 325px;
  }
  #ws_embed_sms_notification .control-subs .ws-country-pc {
    padding-top: 5px;
    width: 130px;
  }
  #ws_embed_sms_notification .control-subs .sms-subs {
    margin-top: -3px;
    margin-left: -5px;
    border-radius: 0;
  }
  .theme-pearl #ws_embed_sms_notification {
    max-width: 1030px;
  }
  .theme-pearl #ws_embed_sms_notification.sms-center-design-2 {
    margin: 0 auto 60px;
  }
  .theme-pearl #ws_embed_sms_notification .ws-phone-dsg-2 {
    width: 160px;
    padding-left: 24px;
  }
  .theme-pearl #ws_embed_sms_notification .ws-country-pc-dsg2 {
    width: 33%;
  }
  .theme-pearl #ws_embed_sms_notification .control-subs:before {
    margin-top: 15px;
  }
  .theme-pearl #ws_embed_sms_notification .control-subs .ws-country-pc {
    width: 140px;
  }
  .theme-pearl #ws_embed_sms_notification .control-subs .sms-subs {
    height: 50px;
    border-radius: 0;
    margin-top: -3px;
  }
  .table-checkout-shipping-method tr.row-eta {
    display: none;
  }
  .block-category-event.block:last-child {
    margin-bottom: 27px;
    padding: 9px 0 27px;
  }
  .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;
  }
  .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: right;
    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: left;
  }
  .paypal-review-discount {
    border-top: 1px solid #ccc;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .ammenu-menu-toggle.-hamburger.-porto {
    margin: 20px 0 0 0;
  }
  .ammenu-menu-toggle.-hamburger.-porto ~ .minicart-wrapper {
    top: 16px;
    margin: 0;
  }
  .block-cart-failed .secondary .action {
    margin: 0;
  }
  .block-cart-failed .actions.primary {
    float: left;
  }
  .bundle-actions .action.primary.customize {
    width: auto;
  }
  .bundle-options-container .legend.title {
    font-size: 25px;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: right;
  }
  .bundle-options-container .block-bundle-summary {
    padding: 9px 18px;
    float: left;
    width: 40%;
    position: relative;
  }
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper,
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper > .price {
    font-size: 36px;
    line-height: 36px;
    font-weight: 600;
    color: #575757;
  }
  .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;
  }
  .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%;
  }
  .products-grid.columns3 .product-item,
  .products-grid.columns4 .product-item,
  .products-grid.columns5 .product-item {
    width: 100%/2;
  }
  .products-grid.columns3 .product-item.nth-child-2np1,
  .products-grid.columns4 .product-item.nth-child-2np1,
  .products-grid.columns5 .product-item.nth-child-2np1 {
    clear: right;
  }
  .products-grid.columns6 .product-item,
  .products-grid.columns7 .product-item,
  .products-grid.columns8 .product-item {
    width: 100%/3;
  }
  .products-grid.columns6 .product-item.nth-child-2np1,
  .products-grid.columns7 .product-item.nth-child-2np1,
  .products-grid.columns8 .product-item.nth-child-2np1 {
    clear: none;
  }
  .products-grid.columns6 .product-item.nth-child-3np1,
  .products-grid.columns7 .product-item.nth-child-3np1,
  .products-grid.columns8 .product-item.nth-child-3np1 {
    clear: right;
  }
  .products-grid.products.grid.flex-grid.columns3 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns4 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns5 .product-item.nth-child-2np1 {
    border-right-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns3 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns3 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(2) .product-item-info {
    border-top-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns8 .product-item.nth-child-2np1 {
    border-right-color: #e3e4e4;
  }
  .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns8 .product-item.nth-child-3np1 {
    border-right-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(3) .product-item-info {
    border-top-color: transparent;
  }
  .product-info-main .page-title-wrapper h1 {
    margin-bottom: 13.5px;
  }
  .product-info-main .product-add-form {
    padding-top: 15px;
  }
  .box-tocart .action.tocart {
    margin-bottom: 0;
    min-width: 150px;
  }
  .product-social-links {
    text-align: right;
  }
  .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: left;
  }
  .product.media {
    float: right;
  }
  .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%;
  }
  .compare.wrapper {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  .compare.wrapper .action.compare {
    line-height: 38px;
    color: #777;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:visited {
    color: #777;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:hover {
    color: #777;
    text-decoration: underline;
  }
  .compare.wrapper .action.compare:active {
    color: #777;
    text-decoration: underline;
  }
  .compare.wrapper .counter.qty {
    color: #c1c1c1;
  }
  .compare.wrapper .counter.qty:before {
    content: "(";
  }
  .compare.wrapper .counter.qty:after {
    content: ")";
  }
  .product.info.detailed.accordion .product.data.items > .item.title,
  .product.info.detailed.accordion .product.data.items > .item.content {
    float: none;
    margin: 0;
  }
  .product.info.detailed.accordion .product.data.items > .item.title[aria-expanded=false] > .switch {
    border-bottom: 1px solid #eee;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .product.info.detailed.vertical .product.data.items > .item.title {
    float: none;
    max-width: 160px;
    text-align: left;
    overflow: hidden;
  }
  .product.info.detailed.vertical .product.data.items > .item.title > .switch {
    border: 1px solid #eee;
    border-radius: 0 5px 5px 0;
    border-left: 0;
    border-right-width: 3px;
  }
  .product.info.detailed.vertical .product.data.items > .item.title.active > .switch,
  .product.info.detailed.vertical .product.data.items > .item.title.active > .switch:focus,
  .product.info.detailed.vertical .product.data.items > .item.title.active > .switch:hover {
    border-right-color: #08c;
  }
  .product.info.detailed.vertical .product.data.items > .item.content {
    position: absolute;
    float: none;
    margin: 0;
    width: calc(100% - 159px);
    left: 0;
    top: 0;
    min-height: 180px;
  }
  .block-search {
    position: relative;
    margin-right: 40px;
    width: 450px;
    z-index: 4;
    display: inline-block;
    vertical-align: middle;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
  }
  .block-search .nested {
    display: none;
    padding-top: 5px;
    position: absolute;
  }
  .block-search input {
    position: static;
    margin: 0;
    border-color: transparent;
    height: 40px;
    border-radius: 20px;
    padding: 10px 20px 10px 50px;
  }
  .block-search input::-webkit-input-placeholder {
    color: #ddd;
  }
  .block-search input:-moz-placeholder {
    color: #ddd;
  }
  .block-search input::-moz-placeholder {
    color: #ddd;
  }
  .block-search input:-ms-input-placeholder {
    color: #ddd;
  }
  .block-search .action.search {
    position: absolute;
    left: 2px;
    top: 0;
    z-index: 1;
    height: 40px;
    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;
    line-height: 40px;
  }
  .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: 14px;
    line-height: inherit;
    color: #08c;
    content: '\f818';
    font-family: 'porto-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: inherit;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .checkout-cart-index .page-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-container .form-cart .actions.main {
    text-align: left;
  }
  .cart-container .widget {
    float: right;
  }
  .cart-summary {
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    float: left;
    padding: 1px 18px 22.5px;
  }
  .cart-summary > .title {
    display: block;
  }
  .cart-summary .fieldset .actions-toolbar {
    margin-right: 0;
  }
  .cart-summary .fieldset .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block > .title {
    padding-right: 0;
  }
  .cart-summary .block > .title:after {
    left: 3px;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 18px;
    margin: 0 0 9px;
  }
  .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 18px 0;
  }
  .cart.table-wrapper .item-actions td {
    padding: 0;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-left: 18px;
    position: static;
    vertical-align: middle;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: middle;
    white-space: normal;
    width: 99%;
  }
  .cart-discount {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    float: right;
    border: 0;
    box-sizing: border-box;
    padding-left: 4%;
  }
  .block.crosssell {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    float: right;
    padding: 0 0 0 4%;
  }
  .block.crosssell .products-grid .product-item {
    width: 100%/4;
  }
  .minicart-wrapper .block-minicart {
    right: auto;
    left: -15px;
    width: 350px;
  }
  .minilist .action.delete:before,
  .minicart-wrapper .action.edit:before {
    font-size: 16px;
    line-height: inherit;
  }
  .opc-wrapper {
    width: 133.33333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    float: right;
    width: 66%;
    padding-left: 27px;
  }
  .opc-estimated-wrapper {
    display: none;
  }
  .opc-progress-bar {
    margin: 0 0 18px;
    counter-reset: i;
    display: block;
    font-size: 0;
  }
  .opc-progress-bar-item {
    margin: 0 0 9px;
    width: 185px;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
  }
  .opc-progress-bar-item:before {
    background: #e4e4e4;
    top: 38px/2;
    transition: background 0.3s;
    content: '';
    height: 7px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .opc-progress-bar-item:first-child:before {
    border-radius: 0 6px 6px 0;
  }
  .opc-progress-bar-item:last-child:before {
    border-radius: 6px 0 0 6px;
  }
  .opc-progress-bar-item > span {
    display: inline-block;
    padding-top: 45px;
    width: 100%;
    word-wrap: break-word;
    color: #e4e4e4;
    font-weight: 300;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item > span:before,
  .opc-progress-bar-item > span:after {
    background: #e4e4e4;
    height: 38px;
    margin-right: -19px;
    transition: background 0.3s;
    width: 38px;
    border-radius: 50%;
    content: '';
    right: 50%;
    position: absolute;
    top: 0;
  }
  .opc-progress-bar-item > span:after {
    background: #fff;
    height: 26px;
    margin-right: -13px;
    top: 6px;
    width: 26px;
    content: counter(i);
    counter-increment: i;
    color: #777;
    font-weight: 600;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item._complete {
    cursor: pointer;
  }
  .opc-progress-bar-item._complete:hover:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete:hover > span:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete > span {
    color: #08c;
  }
  .opc-progress-bar-item._complete > span:after {
    font-family: 'porto-icons';
    content: '\f82b';
  }
  .opc-progress-bar-item._active:before {
    background: #ff5501;
  }
  .opc-progress-bar-item._active > span {
    color: #777;
  }
  .opc-progress-bar-item._active > span:before {
    background: #ff5501;
  }
  .opc-progress-bar-item._active > span:after {
    font-family: 'porto-icons';
    content: '\f82b';
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 500px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: left;
    margin: 0 18px 0 0;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: left;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 500px;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #ccc;
    padding-bottom: 18px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 18px;
    width: 66.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    float: left;
    width: 33%;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #fff;
    border: 0;
    position: absolute;
    text-align: right;
    top: 100%;
    transform-origin: 0 0;
    transform: scale(1, 0);
    transition: transform linear 0.1s, visibility 0s linear 0.1s;
    visibility: hidden;
    width: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    border-top: 6px solid #08c;
  }
  .authentication-dropdown._show {
    z-index: 100;
    transform: scale(1, 1);
    transition: transform linear 0.1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 66.66666667%;
    text-align: left;
    margin-top: -95px;
  }
  .block-authentication .block-title {
    font-size: 20px;
    border-bottom: 0;
    margin: 0;
    margin-bottom: 20px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: left;
    margin-left: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-left: 0;
  }
  .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: right;
    padding: 9px 27px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-right: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 9px 36px 0 0;
  }
  .popup-authentication .block[class] + .block::before {
    right: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .payment-methods .actions-toolbar .primary {
    float: left;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .payment-method-billing-address .action-update {
    float: left;
  }
  .payment-method-billing-address .actions-toolbar .action-cancel {
    margin: 6px 0 0 18px;
  }
  .checkout-payment-method .payment-option-title {
    padding-right: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-right: 0;
  }
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-left: 27px;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: right;
  }
  .login-container .fieldset > .field > .control {
    width: 55%;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 10px;
  }
  .form-create-account .fieldset-fullname .fields .field {
    float: right;
    margin: 0 0 9px 9px;
  }
  .form-create-account .fieldset-fullname .field-name-prefix,
  .form-create-account .fieldset-fullname .field-name-suffix {
    width: 50px;
  }
  .form.create.account {
    padding: 35px 0;
  }
  .form.create.account > .fieldset {
    width: 50%;
    padding: 0 25px;
    float: right;
  }
  .form.create.account .actions-toolbar {
    clear: both;
    padding: 0 25px;
  }
  .form.forget .field {
    max-width: 600px;
  }
  .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 .data.table {
    margin-bottom: 0;
  }
  .account .data.table .col.actions {
    white-space: nowrap;
  }
  .block-addresses-list .items.addresses > .item {
    margin-bottom: 18px;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    margin: 0 0 9px 9px;
  }
  .storecredit .block-balance-history {
    width: 100%;
  }
  .table-balance-history .col {
    width: 25%;
  }
  .page-product-downloadable .product-options-wrapper {
    float: right;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: left;
    width: 40%;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final_price {
    font-size: 20px;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final_price .price {
    font-size: 36px;
    line-height: 36px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) {
    margin: 0 0 18px;
    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: 400;
    font-size: 1.4rem;
  }
  .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 #ccc;
    border-radius: 6px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    height: 38px;
    line-height: 1.4;
    padding: 10px;
    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: #ddd;
  }
  .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: #ddd;
  }
  .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: #ddd;
  }
  .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: 9px;
  }
  .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 4.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: 'porto-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-left: 25px;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(even) {
    padding-left: 0;
  }
  .page-product-giftcard .product-add-form .product-options-wrapper .field:not(.date) > .control {
    width: auto;
  }
  .gift-message .field {
    margin: 0 0 18px;
    box-sizing: border-box;
  }
  .gift-message .field > .label {
    margin: 0;
  }
  .gift-message .field:before,
  .gift-message .field:after {
    content: '';
    display: table;
  }
  .gift-message .field:after {
    clear: both;
  }
  .gift-message .field.choice:before,
  .gift-message .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .gift-message .field .description {
    padding: 6px 15px 0 0;
    text-align: left;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .gift-message .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: left;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .gift-message .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: left;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: left;
    margin-right: 18px;
    margin-left: 0;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: right;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: "";
    display: block;
    right: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .gift-item-block .title {
    padding: 18px 0;
  }
  .item-gift td {
    padding-left: 0;
    padding-right: 0;
  }
  .cart.table-wrapper .action-gift {
    float: right;
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .action-gift:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #08c;
    content: '\f807';
    font-family: 'porto-icons';
    margin: 0 0 0 9px;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .action-gift:hover:after {
    color: #777;
  }
  .cart.table-wrapper .action-gift:active:after {
    color: #08c;
  }
  .cart.table-wrapper .action-gift._active:after {
    content: '\f804';
  }
  .cart.table-wrapper .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .cart-container .cart-gift-item {
    margin-bottom: 18px;
  }
  .cart-container .cart-gift-item .gift-options,
  .cart-container .cart-gift-item .gift-summary {
    padding-bottom: 18px;
  }
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field {
    width: 45%;
  }
  .form-giftregistry-edit .fieldset.shipping_address .fieldset {
    margin-top: 18px;
  }
  .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 0 0 18px;
    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-wrapping {
    box-sizing: border-box;
    float: right;
    padding-left: 18px;
    width: 50%;
  }
  .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: right;
    padding-right: 4.5rem;
    width: 50%;
  }
  .table-invitations .col {
    width: 50%;
  }
  .filter.block {
    margin-bottom: 36px;
  }
  .filter-title {
    display: none;
  }
  .filter-content .item {
    margin: 9px 0;
  }
  .filter.active .filter-options,
  .filter-options {
    clear: both;
    position: static;
    overflow: initial;
    display: block;
    background: transparent;
  }
  .filter-subtitle {
    position: static;
    display: block;
  }
  .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 {
    position: relative;
    z-index: 1;
    padding-top: 45px;
  }
  .page-layout-1column .filter.block {
    border-top: 1px solid #ccc;
  }
  .page-layout-1column .filter-content {
    margin-top: 9px;
  }
  .page-layout-1column .filter-subtitle {
    display: none;
  }
  .page-layout-1column .filter-options-item {
    display: inline-block;
    border: 0;
    margin-left: 22.5px;
  }
  .page-layout-1column .filter-options-item.active {
    position: relative;
    z-index: 2;
  }
  .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 {
    content: "";
    display: block;
    border: 8px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #000;
    position: absolute;
    right: 50%;
    bottom: -1px;
    z-index: 3;
    margin-right: -20px;
  }
  .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 0 0 20px;
  }
  .page-layout-1column .filter-options-title:after {
    left: 2px;
    top: 3px;
    z-index: 3;
  }
  .page-layout-1column .filter-options-content {
    position: absolute;
    z-index: 2;
    background: #fff;
    width: 180px;
    top: 100%;
    border: 1px solid #ccc;
    padding: 4.5px 0;
    -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);
  }
  .page-layout-1column .filter-options-content .item {
    padding: 4.5px;
    margin: 0;
  }
  .page-layout-1column .filter-options-content .item a {
    margin-right: 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 {
    display: inline;
    padding: 0;
    color: #c1c1c1;
    font-size: 13px;
    font-weight: normal;
  }
  .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-left: 22.5px;
  }
  .page-layout-1column .filter-current .action.remove {
    line-height: normal;
  }
  .page-layout-1column .filter-actions {
    display: inline;
  }
  .page-layout-1column .filter-actions ~ .filter-options {
    margin-top: 22.5px;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    right: 50%;
    margin-right: -212px;
    width: 380px;
    right: auto;
  }
  .block-wishlist-management {
    margin-bottom: 18px;
  }
  .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-left: 9px;
    padding: 4.5px 9px 9px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-left: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-left: 9px;
    padding: 4.5px 9px 9px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-left: 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;
    left: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: right;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: left;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-right: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: right;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-right: 22.5px;
  }
  .block.newsletter {
    width: 34%;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .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: right;
    width: 100%/4;
  }
  .block-returns-tracking .block-title .action {
    margin: 12px 30px 0 0;
  }
  .block-returns-tracking .block-title .action.track {
    float: left;
  }
  .order-links .item {
    float: left;
    margin: 0 0 0 -1px;
  }
  .order-links .item a {
    padding: 1px 35px;
  }
  .order-links .item strong {
    border-bottom: 0;
    margin-bottom: -1px;
    padding: 1px 35px 2px 35px;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: left;
  }
  .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: right;
    width: 100%/4;
  }
  .block-order-details-comments {
    margin: 0 0 60px;
  }
  .block-order-details-comments .comment-date {
    clear: right;
    float: right;
    margin-left: 50px;
    max-width: 90px;
  }
  .block-order-details-comments .comment-content {
    overflow: hidden;
  }
  .order-details-items {
    margin-top: -1px;
    padding: 25px;
  }
  .order-details-items .col.name {
    padding-right: 0;
  }
  .order-details-items .col.price {
    text-align: center;
  }
  .order-details-items .col.subtotal {
    text-align: left;
  }
  .order-details-items tbody td {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .order-details-items tfoot .amount,
  .order-details-items tfoot .mark {
    text-align: left;
  }
  .table-order-items tbody .col.label,
  .table-order-items tbody .col.value {
    padding-right: 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: left;
  }
  .form.send.friend .fieldset .field.text {
    width: 100%;
  }
  html,
  body {
    min-height: 100%;
  }
  .ie9 body {
    background-color: #8f8f8f;
  }
  .customer-menu .header.links a {
    color: #777 !important;
  }
  .sticky-logo {
    float: right;
  }
  .sticky-logo .logo {
    margin: 0 !important;
  }
  .sticky-logo .logo img {
    height: 30px;
    width: auto;
    max-width: none;
    margin-left: 20px;
  }
  header.page-header.sticky-header .nav-sections {
    position: fixed !important;
    right: 0 !important;
    top: 0 !important;
    z-index: 200 !important;
    padding: 7px 0 !important;
    margin: 0 !important;
    width: 100% !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: all;
  }
  header.page-header.sticky-header .navigation {
    padding: 0 15px;
  }
  header.page-header.sticky-header .navigation > ul {
    background-color: transparent;
  }
  header.page-header.sticky-header .navigation li.level0 > .level-top {
    padding: 0 15px;
    line-height: 30px;
  }
  header.page-header.sticky-header .navigation li.level0.parent > a:after {
    line-height: 30px;
  }
  header.page-header.sticky-header .navigation li.level0 > a > span.cat-label {
    top: -9px;
  }
  header.page-header.sticky-header .minicart-wrapper {
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -20px;
  }
  .page-header {
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    background-color: #f0f0ed;
  }
  .page-header .header.panel {
    padding-bottom: 11px;
    padding-top: 10px;
  }
  .page-header .switcher {
    float: right;
    margin-left: 15px;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-header .navigation .level0 > .level-top {
    text-transform: uppercase;
    display: inline-block;
  }
  .page-header .navigation .level0.parent > a:after {
    content: '\f813';
    display: inline-block;
    font-family: 'porto-icons';
    vertical-align: top;
    margin-right: 6px;
    line-height: 42px;
  }
  .page-header .navigation .level0 .submenu {
    border-top-width: 5px;
    padding: 6px 8px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    border-radius: 6px 0 6px 6px;
  }
  .page-header .navigation .level0 .submenu li {
    margin-bottom: 0;
    position: relative;
  }
  .page-header .navigation .level0 .submenu .submenu {
    border-top-width: 0;
    margin-top: -6px !important;
    margin-right: 8px !important;
  }
  .page-header .navigation .level0 .submenu li.parent > a:after {
    content: '\f802';
    display: inline-block;
    font-family: 'porto-icons';
    vertical-align: top;
    margin-right: 6px;
    margin-left: 5px;
    line-height: 15px;
    float: left;
  }
  .page-header .navigation .level0 .submenu .active > a {
    border: 0;
  }
  .page-header .drop-menu {
    position: relative;
    text-align: right;
    float: right;
    width: 25%;
    min-width: 250px;
    padding: 0 15px;
  }
  .page-header .drop-menu .nav-sections {
    position: absolute;
    top: 100%;
    right: 15px;
    width: 100%;
    width: calc(100% - 30px);
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    border-bottom: 5px solid #303030;
    visibility: hidden;
    opacity: 0;
  }
  .page-header .drop-menu > a {
    color: #fff;
    background-color: #303030;
    padding: 14px 15px;
    width: 100%;
    font-size: 13px;
    font-weight: 700;
    display: block;
    line-height: 1;
    text-decoration: none;
  }
  .page-header .drop-menu > a:hover {
    background-color: #777;
    color: #fff;
  }
  .page-header .drop-menu + .custom-menu-block {
    display: inline-block;
    line-height: 41px;
    width: auto;
    float: right;
  }
  .page-header .drop-menu + .custom-menu-block a {
    padding: 0 14px;
    font-size: 12px;
    font-weight: 600;
    color: #777;
    white-space: nowrap;
  }
  .page-header.header-newskin.sticky-header .nav-sections {
    background-color: #fff;
  }
  .page-header.header-newskin .nav-sections {
    pointer-events: none;
  }
  .page-header.header-newskin .navigation .level0 {
    margin-left: 3px;
    color: #161616;
    text-align: right;
    pointer-events: all;
  }
  .page-header.header-newskin .navigation .level0 > .level-top {
    color: inherit;
    padding: 0 12px;
    line-height: 42px;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.025em;
  }
  .page-header.header-newskin .navigation li.level0.parent a.level-top:before {
    content: "";
    width: 10px;
    height: 10px;
    border: 7px solid transparent;
    border-bottom-color: #fff;
    position: absolute;
    right: 50%;
    margin-right: -8px;
    top: 100%;
    margin-top: -14px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.1s;
  }
  .page-header.header-newskin .navigation:not(.side-megamenu) li.level0.parent:hover a.level-top:before {
    visibility: visible;
    opacity: 1;
  }
  .page-header.header-newskin .navigation .level0 .submenu {
    border-top-width: 0;
    box-shadow: 0 7px 10px -2px rgba(0, 0, 0, 0.25);
  }
  .page-header.header-newskin .navigation li.level0.fullwidth .submenu li.level1 > a,
  .page-header.header-newskin .navigation li.level0.staticwidth .submenu li.level1 > a {
    font-size: 13px;
    font-weight: 700;
    margin-top: 26px;
    margin-bottom: 4px;
    color: #434d53;
    padding: 0 5px;
  }
  .page-header.header-newskin .navigation li.level0.fullwidth .submenu a,
  .page-header.header-newskin .navigation li.level0.classic .submenu a,
  .page-header.header-newskin .navigation li.level0.staticwidth .submenu a {
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
  }
  .cms-index-index .page-header .drop-menu > a {
    pointer-events: none;
  }
  .cms-index-index .page-header .drop-menu .nav-sections {
    visibility: visible;
    opacity: 1;
    padding: 0 !important;
  }
  .cms-index-index .page-header.sticky-header .drop-menu > a {
    pointer-events: all;
  }
  .cms-index-index .page-header.sticky-header .drop-menu .nav-sections {
    visibility: hidden;
    opacity: 0;
  }
  .cms-index-index .page-header.sticky-header .drop-menu .nav-sections.visible {
    visibility: visible;
    opacity: 1;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 18px;
  }
  .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: 16px;
    line-height: 15px;
    color: inherit;
    content: '\f807';
    font-family: 'porto-icons';
    margin: 0 0 0 5px;
    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: 16px;
    line-height: 15px;
    color: inherit;
    content: '\f804';
    font-family: 'porto-icons';
    margin: 0 0 0 5px;
    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: 0;
    margin-top: 4px;
    min-width: 100%;
    z-index: 101;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    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 {
    left: 10px;
    top: -12px;
  }
  .customer-welcome ul:after {
    left: 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-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;
    vertical-align: top;
  }
  .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;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    margin-top: 7px;
    right: auto;
    left: 0;
  }
  .customer-welcome .header.links:before {
    right: auto;
    left: 10px;
  }
  .customer-welcome .header.links:after {
    right: auto;
    left: 9px;
    border-bottom-color: #ccc;
  }
  .customer-welcome.active .action.switch:after {
    content: '\f804';
  }
  .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: left;
    margin-right: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    margin-bottom: 0;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li > a {
    display: inline-block;
    line-height: 1.4;
  }
  .header.panel > .header.links > li > a,
  .header.panel > .header.links > li > span {
    padding: 0 15px;
    border-right: 1px solid #ccc;
  }
  .header.panel > .header.links > li:last-child > a,
  .header.panel > .header.links > li:last-child > span {
    padding-left: 0;
  }
  .header.panel > .header.links > li:first-child > a,
  .header.panel > .header.links > li:first-child > span {
    padding-right: 0;
    border-right: 0;
  }
  .header.panel > .header.links > li.welcome a {
    color: #fff;
    padding-right: 4.5px;
  }
  .header.panel > .header.links > .customer-welcome + .authorization-link {
    display: none;
  }
  .header.content {
    padding: 0 15px;
  }
  .logo img {
    max-height: inherit;
  }
  .page-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    min-height: 100%;
    position: relative;
    transition: margin 0.3s ease-out 0;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .ie10 .page-wrapper,
  .ie11 .page-wrapper {
    height: 100%;
  }
  .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: 9px 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-left: 9px;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 18px 0 0;
  }
  .products-grid.wishlist .product-item .tocart {
    width: auto;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .wishlist-index-index .product-item-inner {
    padding: 0 0 9px;
  }
  .sw-megamenu.navigation > ul {
    position: relative;
  }
  .sw-megamenu.navigation > ul:after {
    disaply: table;
    content: '';
    clear: both;
  }
  .sw-megamenu.navigation .open-children-toggle {
    display: none;
  }
  .sw-megamenu.navigation span.cat-label {
    position: absolute;
    text-transform: uppercase;
    font: inherit;
    font-size: 9px;
    padding: 2px;
    border-radius: 2px;
    line-height: 1;
    color: #fff;
  }
  .sw-megamenu.navigation span.cat-label:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label1 {
    background-color: #0cc485;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label2 {
    background-color: #eb2771;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label3 {
    background-color: #0ae3eb;
  }
  .sw-megamenu.navigation a:hover > span > span.cat-label {
    text-decoration: none;
  }
  .sw-megamenu.navigation li > a > span {
    position: relative;
  }
  .sw-megamenu.navigation li.level0 > .level-top {
    transition-delay: 0s !important;
  }
  .sw-megamenu.navigation li.level0 > a > span.cat-label {
    top: -13px;
    left: 14px;
  }
  .sw-megamenu.navigation li.level0 > a > span.cat-label:before {
    right: 3px;
    bottom: -6px;
  }
  .sw-megamenu.navigation li.level0 > a > span.cat-label.cat-label-label1:before {
    border-top-color: #0cc485;
  }
  .sw-megamenu.navigation li.level0 > a > span.cat-label.cat-label-label2:before {
    border-top-color: #eb2771;
  }
  .sw-megamenu.navigation li.level0 > a > span.cat-label.cat-label-label3:before {
    border-top-color: #0ae3eb;
  }
  .sw-megamenu.navigation li .subchildmenu li > a > span > span.cat-label {
    top: 3px;
    left: -35px;
  }
  .sw-megamenu.navigation li .subchildmenu li > a > span > span.cat-label:before {
    right: -6px;
    bottom: 3px;
  }
  .sw-megamenu.navigation li .subchildmenu li > a > span > span.cat-label.cat-label-label1:before {
    border-left-color: #0cc485;
  }
  .sw-megamenu.navigation li .subchildmenu li > a > span > span.cat-label.cat-label-label2:before {
    border-left-color: #eb2771;
  }
  .sw-megamenu.navigation li .subchildmenu li > a > span > span.cat-label.cat-label-label3:before {
    border-left-color: #0ae3eb;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns > li {
    float: right;
    padding: 0 5px;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns1 > li {
    float: none;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns2 > li {
    width: 50%;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns2 > li:nth-child(2n+1) {
    clear: both;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns3 > li {
    width: 33.33%;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns3 > li:nth-child(3n+1) {
    clear: both;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns4 > li {
    width: 25%;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns4 > li:nth-child(4n+1) {
    clear: both;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns5 > li {
    width: 20%;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns5 > li:nth-child(5n+1) {
    clear: both;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns6 > li {
    width: 16.66%;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns6 > li:nth-child(6n+1) {
    clear: both;
  }
  .sw-megamenu.navigation li.level0 {
    transition-delay: 0s;
    transition: 0.2s opacity;
  }
  .sw-megamenu.navigation li.level0.fl-left {
    float: left;
  }
  .sw-megamenu.navigation li.level0.fl-right {
    float: right;
  }
  .sw-megamenu.navigation li.level0.fl-right.staticwidth .submenu {
    right: auto;
    left: 0;
    border-radius: 0 6px 6px 6px;
  }
  .sw-megamenu.navigation li.level0 .submenu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: 0.2s opacity;
    color: #777;
  }
  .sw-megamenu.navigation li.level0 .submenu > ul {
    margin-top: 0;
  }
  .sw-megamenu.navigation li.level0 .submenu > ul:before,
  .sw-megamenu.navigation li.level0 .submenu > ul:after {
    display: none;
  }
  .sw-megamenu.navigation li.level0.parent > .submenu.popup-left {
    right: auto;
    left: 0;
    border-radius: 0 6px 6px 6px;
  }
  .sw-megamenu.navigation li.level0 .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .sw-megamenu.navigation li.level0 .col-md-1,
  .sw-megamenu.navigation li.level0 .col-md-2,
  .sw-megamenu.navigation li.level0 .col-md-3,
  .sw-megamenu.navigation li.level0 .col-md-4,
  .sw-megamenu.navigation li.level0 .col-md-5,
  .sw-megamenu.navigation li.level0 .col-md-6,
  .sw-megamenu.navigation li.level0 .col-md-7,
  .sw-megamenu.navigation li.level0 .col-md-8,
  .sw-megamenu.navigation li.level0 .col-md-9,
  .sw-megamenu.navigation li.level0 .col-md-10,
  .sw-megamenu.navigation li.level0 .col-md-11,
  .sw-megamenu.navigation li.level0 .col-md-12 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .sw-megamenu.navigation li.level0.fullwidth {
    position: static;
  }
  .sw-megamenu.navigation li.level0.fullwidth > .submenu {
    width: 100%;
    border-radius: 0 0 6px 6px;
  }
  .sw-megamenu.navigation li.level0.fullwidth > .submenu,
  .sw-megamenu.navigation li.level0.staticwidth > .submenu {
    padding: 5px 8px 10px;
    right: 0;
  }
  .sw-megamenu.navigation li.level0.fullwidth:hover > .submenu,
  .sw-megamenu.navigation li.level0.staticwidth:hover > .submenu {
    visibility: visible;
    opacity: 1;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu li.parent > a:after,
  .sw-megamenu.navigation li.level0.staticwidth .submenu li.parent > a:after {
    display: none;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu li.level1 > a,
  .sw-megamenu.navigation li.level0.staticwidth .submenu li.level1 > a {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 10px;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu li.level1 .subchildmenu .subchildmenu,
  .sw-megamenu.navigation li.level0.staticwidth .submenu li.level1 .subchildmenu .subchildmenu {
    padding-right: 10px;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu li.level1 > .menu-thumb-img,
  .sw-megamenu.navigation li.level0.staticwidth .submenu li.level1 > .menu-thumb-img {
    margin: 10px 0 -5px;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu .subchildmenu .subchildmenu,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .subchildmenu .subchildmenu {
    padding: 5px 0;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu a,
  .sw-megamenu.navigation li.level0.staticwidth .submenu a {
    padding: 5px;
    line-height: 1;
    font-size: 13px;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu a:hover,
  .sw-megamenu.navigation li.level0.staticwidth .submenu a:hover {
    background: none;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu a:hover > span,
  .sw-megamenu.navigation li.level0.staticwidth .submenu a:hover > span {
    text-decoration: underline;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-top-block a,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-top-block a,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-left-block a,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-left-block a,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-right-block a,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-right-block a,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-bottom-block a,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-bottom-block a {
    display: inline;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-top-block a:hover,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-top-block a:hover,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-left-block a:hover,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-left-block a:hover,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-right-block a:hover,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-right-block a:hover,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-bottom-block a:hover,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-bottom-block a:hover {
    text-decoration: underline;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-top-block a.btn-default,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-top-block a.btn-default,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-left-block a.btn-default,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-left-block a.btn-default,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-right-block a.btn-default,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-right-block a.btn-default,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-bottom-block a.btn-default,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-bottom-block a.btn-default {
    background-color: #08c;
    color: #fff;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-top-block a.btn-default:hover,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-top-block a.btn-default:hover,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-left-block a.btn-default:hover,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-left-block a.btn-default:hover,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-right-block a.btn-default:hover,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-right-block a.btn-default:hover,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-bottom-block a.btn-default:hover,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-bottom-block a.btn-default:hover,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-top-block a.btn-default:focus,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-top-block a.btn-default:focus,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-left-block a.btn-default:focus,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-left-block a.btn-default:focus,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-right-block a.btn-default:focus,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-right-block a.btn-default:focus,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-bottom-block a.btn-default:focus,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-bottom-block a.btn-default:focus {
    background-color: #08c;
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
  }
  .sw-megamenu.navigation li.level0.classic .submenu > .row {
    margin: 0;
  }
  .sw-megamenu.navigation li.level0.classic .subchildmenu {
    min-width: 230px;
  }
  .sw-megamenu.navigation li.level0.classic .subchildmenu .subchildmenu {
    visibility: hidden;
    opacity: 0;
    transition: 0.2s opacity;
    padding: 6px 8px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    border-radius: 0 6px 6px 6px;
    position: absolute;
    right: 0;
    top: -6px;
    background: #fff;
    z-index: 1;
  }
  .sw-megamenu.navigation li.level0.classic .subchildmenu > li:hover > .subchildmenu {
    visibility: visible;
    opacity: 1;
  }
  .sw-megamenu.navigation li.level0.classic li.parent > .subchildmenu.popup-left {
    right: auto;
    left: 100%;
    border-radius: 0 6px 6px 6px;
  }
  .sw-megamenu.navigation li.level0.classic .subchildmenu.popup-left .subchildmenu {
    right: auto;
    left: 100%;
    border-radius: 0 6px 6px 6px;
  }
  .sw-megamenu.navigation li.level0.classic:hover > .submenu {
    visibility: visible;
    opacity: 1;
  }
  .sw-megamenu.navigation li.level0.classic li:hover > .submenu {
    visibility: visible;
    opacity: 1;
  }
  .sw-megamenu.navigation li.level0.classic .submenu,
  .sw-megamenu.navigation li.level0.classic .subchildmenu .subchildmenu {
    right: 0;
  }
  .sw-megamenu.navigation li.level0.staticwidth .submenu {
    right: 0;
  }
  .sw-megamenu.navigation.side-megamenu li {
    margin: 0;
    position: relative;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 {
    display: block;
    position: relative;
    border-radius: 0;
    margin: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.parent > a:after {
    content: '\f801';
    display: inline-block;
    font-family: 'porto-icons';
    vertical-align: top;
    margin-right: 6px;
    line-height: 41px;
    float: left;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.classic .submenu li.parent > a:after {
    content: '\f801';
    display: inline-block;
    font-family: 'porto-icons';
    vertical-align: top;
    margin-right: 6px;
    margin-left: 5px;
    line-height: 15px;
    float: left;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.fullwidth > .submenu,
  .sw-megamenu.navigation.side-megamenu li.level0.staticwidth > .submenu {
    right: 100% !important;
    top: 0;
    padding-bottom: 15px;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.classic > .submenu {
    right: 100% !important;
    top: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.fullwidth > .submenu {
    width: 871px;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a {
    display: block;
    padding: 0 5px;
    margin: 0 10px;
    border-top: 1px solid #ddd;
    line-height: 41px;
    font-weight: 400;
    font-size: 14px;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span.cat-label {
    position: relative;
    margin-right: 10px;
    padding: 0 2px;
    top: 0;
    left: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span.cat-label:before {
    right: -6px;
    top: 3px;
    bottom: auto;
    border-top-color: transparent;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span.cat-label.cat-label-label1:before {
    border-left-color: #0cc485;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span.cat-label.cat-label-label2:before {
    border-left-color: #eb2771;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span.cat-label.cat-label-label3:before {
    border-left-color: #0ae3eb;
  }
  .sw-megamenu.navigation.side-megamenu li.level0:first-child > a {
    border-top: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0:hover {
    background-color: #08c;
  }
  .sw-megamenu.navigation.side-megamenu li.level0:hover > a {
    color: #fff;
    border-top-color: #08c;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > .submenu {
    border-right-width: 5px;
    border-top-width: 0;
    padding: 5px 8px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    border-radius: 6px 0 6px 6px;
  }
  .home-side-menu {
    background-color: #fbfbfb;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 20px;
  }
  h2.side-menu-title {
    margin: 0;
    background-color: #f5f5f5;
    color: #a39f9c;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    padding: 14px 15px;
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #ddd;
  }
  .weltpixel-quickview-catalog-product-view.catalog-product-view .breadcrumbs,
  .weltpixel-quickview-catalog-product-view.catalog-product-view .columns,
  .weltpixel-quickview-catalog-product-view.catalog-product-view .page.messages,
  .weltpixel-quickview-catalog-product-view.catalog-product-view .page-title-wrapper {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
  .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;
  }
  div a:hover,
  .alink:hover {
    text-decoration: underline;
  }
  .page-header .top-bar-content {
    padding: 7px 0;
  }
  .topbar .container {
    width: 90%;
    max-width: 90%;
  }
  .page-header.type3 {
    border: 0;
    background-color: #1e1e1e;
  }
  .page-header.type3 .logo {
    display: block;
    margin: 20px 25px 25px 0;
    float: left;
    z-index: 7;
  }
  .page-header.type3.sticky-header .minicart-wrapper .action.showcart .counter.qty {
    color: #000;
  }
  header.page-header.sticky-header.type3 .nav-sections {
    background-color: #1e1e1e;
  }
  header.page-header.sticky-header.type3 .minicart-wrapper .action.showcart:before {
    color: #fff;
  }
  .page-header.type3 .nav-sections {
    display: block;
    margin: 32px 0 0;
    z-index: 6;
    position: relative;
    pointer-events: none;
  }
  .page-header.type3 .nav-sections .navigation li.level0 {
    pointer-events: all;
  }
  .page-header.type3 .header.panel {
    text-align: right;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -32px;
    z-index: 5;
    padding: 0 15px;
  }
  .page-header.type3 .header.panel .top-panel {
    margin-bottom: 15px;
  }
  .page-header.type3 .header.panel .top-panel > .links {
    padding: 0;
    list-style: none;
  }
  .page-header.type3 .header.panel .top-panel > .links > li {
    display: block;
    float: left;
    color: #fff;
    margin: 0;
  }
  .page-header.type3 .header.panel .top-panel > .links > li > a {
    color: #fff;
  }
  .page-header.type3 .header.panel .top-panel > .links > li > a:hover {
    color: #fff;
  }
  .page-header.type3 .header.panel .top-panel > .links > li > a,
  .page-header.type3 .header.panel .top-panel > .links > li > span {
    padding: 0 15px;
    border-right: 1px solid #101010;
    text-transform: uppercase;
    font-size: 11px;
  }
  .page-header.type3 .header.panel .top-panel > .links > li:first-child > a,
  .page-header.type3 .header.panel .top-panel > .links > li:first-child > span {
    padding-left: 0;
    border-left: 0;
  }
  .page-header.type3 .header.panel .search-area {
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
    position: relative;
  }
  .page-header.type3 .header.panel .search-area > a {
    color: #fff;
  }
  .page-header.type3 .header.panel .search-area > a:hover {
    color: #fff;
  }
  .page-header.type3 .header.panel .block-search {
    display: none;
    position: absolute;
    right: -20px;
    top: 100%;
    margin-top: 20px;
  }
  .page-header.type3 .header.panel .block-search:before {
    content: "";
    display: block;
    position: absolute;
    top: -20px;
    right: 20px;
    border: 10px solid transparent;
    border-bottom-color: #ccc;
  }
  .page-header.type3 .header.panel .block-search input {
    height: 45px;
    border-radius: 25px;
    border: 5px solid #ccc;
  }
  .page-header.type3 .header.panel .block-search .action.search {
    right: 5px;
    height: 45px;
    border-left: 1px solid #ccc;
    width: 40px;
  }
  .page-header.type3 .header.panel .block-search .action.search:before {
    color: #08c;
  }
  .page-header.type3 .header.panel .switcher {
    float: none;
    padding: 5px 10px;
    background-color: #101010;
    height: 26px;
    border-radius: 3px;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
  }
  .page-header.type3 .header.panel .minicart-wrapper {
    display: inline-block;
    position: relative;
    padding: 5px 10px;
    background-color: #101010;
    vertical-align: middle;
    border-radius: 3px;
  }
  .page-header.type3 .header.panel .minicart-wrapper .action.showcart {
    display: block;
    margin-top: -2px;
  }
  .page-header.type3 .header.panel .minicart-wrapper .action.showcart:before,
  .page-header.type3 .header.panel .minicart-wrapper .action.showcart.active:before {
    color: #fff;
    line-height: 14px;
    font-size: 14px;
    overflow: visible;
    vertical-align: middle;
  }
  .page-header.type3 .header.panel .minicart-wrapper .action.showcart .counter.qty {
    position: static;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    font-size: 11px;
    height: auto;
    line-height: 14px;
    width: auto;
    min-width: 0;
    margin-left: 5px;
    color: #fff;
  }
  .page-header.type3 .header.panel .minicart-wrapper .action.showcart .counter-label {
    display: inline-block;
    position: static;
    overflow: visible;
    width: auto;
  }
  .page-header.type3 .navigation .level0 > .level-top {
    color: #fff;
    line-height: 32px;
    display: inline-block;
    font-weight: 600;
  }
  .page-header.type3 .navigation .level0.active > .level-top,
  .page-header.type3 .navigation .level0.has-active > .level-top {
    color: #fff;
    background-color: #08c;
    border-radius: 5px;
  }
  .page-header.type3 .navigation .level0.parent > a:after {
    line-height: 32px;
  }
  .page-header.type3 .navigation .level0.parent:hover > .level-top {
    border-radius: 5px 5px 0 0;
  }
  .page-header.type3 .navigation .level0:hover > .level-top {
    color: #fff;
    background-color: #08c;
    border-radius: 5px;
  }
  .page-header .switcher .options .action.toggle,
  .page-footer .switcher .options .action.toggle {
    line-height: 15px;
    letter-spacing: 0.025em;
  }
  div.search-area .search-toggle-icon {
    display: inline;
  }
  .full-screen-slider {
    height: 75vh !important;
    width: 100vw;
  }
  .home-slider .main-slide {
    height: 480px !important;
  }
  header.page-header .switcher strong {
    font-size: 13px;
    font-weight: 800;
  }
  .page-header.type3 .header.panel .minicart-wrapper:before {
    background-image: url(../images/cartimg.png) !important;
    background-repeat: repeat;
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 24px !important;
    height: 24px !important;
  }
  .search-area .search-span {
    margin-top: 12px !important;
  }
  .page-header.type3 .header.panel .minicart-wrapper .action.showcart:after {
    display: none;
  }
  .search-area .search-toggle-icon {
    top: 12px;
  }
  .search-area span.span-cart {
    top: 12px;
  }
  .home-slider .owl-middle-narrow.owl-carousel .owl-nav {
    display: none;
  }
  .home-slider .owl-middle-narrow.owl-carousel .owl-dots {
    margin: 0;
    margin-top: 0px;
    position: absolute;
    bottom: 150px;
    left: 0;
    width: 100%;
    margin-top: -35px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
  }
  .home-slider .owl-carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
  }
  .home-slider .owl-carousel .owl-dots .owl-dot.active span {
    background-color: #000;
  }
  .home-slider .owl-middle-narrow.owl-carousel:hover .owl-dots {
    opacity: 1;
    visibility: visible;
  }
  .cms-index-index .widget {
    margin-top: 0px !important;
  }
  .cms-index-index .delivery-info {
    margin-bottom: 30px;
  }
  div.owl-carousel .owl-nav {
    top: 40%;
    position: absolute;
    width: 100%;
  }
  .owl-carousel .owl-dots .owl-dot:hover span {
    background: #000 !important;
  }
  .owl-carousel .owl-nav.disabled .owl-prev {
    position: absolute;
    left: -180px;
    top: 40%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    width: auto;
  }
  .owl-carousel .owl-nav.disabled .owl-next {
    position: absolute;
    right: -180px;
    top: 40%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    width: auto;
  }
  .owl-carousel .owl-nav .owl-prev::before,
  .owl-carousel .owl-nav .owl-next::before {
    display: none;
  }
  .owl-carousel .owl-nav button[class*="owl-"] {
    background: none !important;
  }
  .owl-carousel .owl-nav.disabled {
    display: block;
  }
  .owl-carousel .owl-nav [class*="owl-"]:hover {
    text-decoration: none;
    opacity: 0.9;
  }
  .footer-middle ul.links li {
    position: relative;
    padding: 10px 0;
    line-height: 1;
    display: block;
    margin: 0;
  }
  .footer-middle ul.contact-info li {
    padding: 5px 0;
  }
  .footer-middle ul.contact-info li:first-child {
    padding-top: 0;
  }
  .footer-middle ul.contact-info [class^="porto-icon-"],
  .footer-middle ul.contact-info [class*=" porto-icon-"] {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 18px;
    margin-left: -5px;
    margin-right: 3px;
  }
  .footer-middle ul.contact-info p {
    display: inline-block;
    vertical-align: top;
    margin: 0;
  }
  .footer-bottom address {
    float: right;
    line-height: 30px;
    margin: 0;
  }
  .footer .footer-bottom address {
    margin: 0;
    text-align: right;
  }
  .footer .footer-bottom .container:after {
    display: none;
  }
  .page-header.type3 .header.panel .minicart-wrapper .action.showcart .counter.qty {
    right: 6px;
    background-color: #fff;
    top: 25px;
  }
  header.page-header.type3 .header.panel .block-search {
    right: 87px;
    top: 142%;
    width: 400px;
  }
  header.page-header.type3 .header.panel .block-search input {
    border: 0;
  }
  .page-header.type3 .header.panel .block-search::before {
    display: none !important;
  }
  .header .autocomplete-suggestions {
    width: 100% !important;
    max-height: 450px !important;
  }
  .header .nav-sections .ammenu-tabs-container {
    width: 85%;
  }
  .cms-index-index .myrow .card {
    margin-top: 20px;
  }
  div.products-grid .product-item-info .product-item-details .product-item-actions .tocart {
    color: #707070;
    background-color: transparent;
    border-color: transparent !important;
    display: flex;
    width: 100%;
    padding: 0;
    direction: ltr;
    visibility: visible;
    opacity: 1;
    height: auto;
    right: inherit;
    top: 0;
  }
  div.products-grid .product-item-details .product-item-actions .tocart span img {
    width: auto;
    height: auto;
  }
  div.products-grid .product-item .product-item-inner {
    margin: 0;
  }
  div.products-grid .product-item-details .product-item-actions .tocart span .btn-text {
    width: 150px;
    display: inline-block;
    position: relative;
    top: 0;
    left: 5px;
  }
  .amcheckout-step-container .amcheckout-title {
    background: #000;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
  }
  .amcheckout-step-container .amcheckout-title > .amcheckout-icon {
    border: 2px solid #fff;
  }
  .amcheckout-step-container .amcheckout-title > .amcheckout-icon::before {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  .amcheckout-step-container .amcheckout-title + .amcheckout-content > .amcheckout-wrapper {
    padding: 25px 15px;
  }
  .fieldset > .field .label {
    color: #777;
  }
  .checkout-index-index .fieldset.address > div.field {
    width: 50% !important;
  }
  .checkout-index-index .fieldset.address > div.field.street .field {
    width: 100% !important;
    padding: 0 6px;
  }
  .checkout-index-index .fieldset.address > div.field.street .label {
    padding: 0 6px;
  }
  .checkout-index-index .checkout-header {
    margin: 30px 0 0;
  }
  .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected,
  .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected {
    border-color: #000;
  }
  .amcheckout-step-container input[type="radio"]:checked + label::before {
    border-color: #000;
  }
  .checkout-index-index .am-checkout.-modern .checkout-header {
    float: right;
    width: 50%;
  }
  .checkout-index-index .authentication-wrapper {
    margin-top: 50px !important;
    width: 45%;
    float: left;
  }
  .checkout-index-index .amcheckout-main-container.-modern.-layout-2columns {
    padding-top: 30px;
  }
  .checkout-index-index .checkout-header .title {
    color: #000;
  }
  .checkout-index-index .checkout-header .description {
    font-size: 16px;
    color: #000;
  }
  .amcheckout-step-container .primary .action.checkout,
  .amcheckout-step-container .action.checkout.amasty {
    background: #000;
    border: 0;
    font-size: 18px;
  }
  .amcheckout-step-container .primary .action.checkout:hover,
  .amcheckout-step-container .action.checkout.amasty:hover {
    background: #444;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
    background: #000 !important;
    color: #fff !important;
  }
  .checkout-index-index .opc-block-summary {
    border: 0;
  }
  .amcheckout-step-container .form-discount .actions-toolbar .action {
    background: #000;
  }
  .opc-block-summary .product-item .product .product-image-container {
    background: 0 0;
    padding-right: 0;
    width: 75px !important;
    height: 75px !important;
  }
  .amcheckout-step-container .amcheckout-summary-container .minicart-items .product-item-details {
    padding-left: 15px;
  }
  .am-checkout.-modern .authentication-wrapper .action-auth-toggle {
    background: #000;
    padding: 12px 20px;
  }
  .am-checkout.-modern .authentication-wrapper .action-auth-toggle:hover {
    background: #444;
  }
  .amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout {
    background: #fff !important;
    border: 1px solid #000;
    color: #000;
  }
  .cart-totals tbody .mark,
  .cart-totals tfoot .mark,
  .opc-block-summary .table-totals tbody .mark,
  .opc-block-summary .table-totals tfoot .mark {
    color: #777;
  }
  .opc-block-summary .mark .value {
    color: #777;
  }
  .amcheckout-step-container .amcheckout-summary-container .product-item .delete {
    top: 0;
  }
  .amcheckout-step-container .amcheckout-summary-container .field.configurable {
    width: 100%;
  }
  .minicart-items .product-item-details .product .content .item-options select {
    height: 36px !important;
    font-size: 13px;
  }
  .minicart-items .product-item-details .product.options {
    padding-bottom: 0;
  }
  .checkout-payment-method .payment-option-title .action-toggle > span {
    font-size: 1.5rem;
  }
  .checkout-payment-method .payment-option._collapsible .payment-option-title {
    padding-top: 0;
  }
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active {
    border-color: #fff !important;
  }
  .amcheckout-step-container .amcheckout-title > .amcheckout-icon:hover::before {
    border-color: #ccc !important;
  }
  .opc-block-summary .table-totals .grand .mark {
    font-size: 1rem;
  }
  .opc-block-summary span.price {
    font-size: 1rem !important;
  }
  .checkout-index-index .amcheckout-step-container .amcheckout-title > .amcheckout-icon {
    margin-left: 10px;
  }
  .checkout-index-index .amcheckout-step-container input[type="radio"] + label::before {
    margin: 6px 0px 0 10px;
  }
  .checkout-index-index .amcheckout-step-container .action.checkout.amasty {
    margin: 0 auto;
  }
  .checkout-index-index .amcheckout-step-container .payment-methods .actions-toolbar {
    width: 100%;
    float: none !important;
  }
  .checkout-index-index .amcheckout-step-container .amcheckout-summary-container .table-totals {
    font-size: 1.5rem;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-right: 0;
    margin-top: 0;
  }
  .checkout-index-index .opc-block-summary .table-totals .grand strong,
  .checkout-index-index .cart-totals .grand strong .price,
  .checkout-index-index .opc-block-summary .table-totals .grand strong .price {
    font-size: 1.5rem !important;
  }
  .checkout-index-index .opc-block-summary .product-item .product-item-name-block {
    font-size: 1.4rem;
    width: 50%;
  }
  .checkout-index-index .minicart-items .product-item-details .product.options span {
    font-weight: 400;
    font-size: 1.4rem;
  }
  .checkout-index-index .opc-block-summary span.price {
    font-size: 1.4rem !important;
    margin-right: 20px;
  }
  .checkout-index-index .opc-block-summary .minicart-items .product-image-container {
    float: right !important;
  }
  body.checkout-index-index .opc-block-summary .product-item .product .product-image-container {
    float: right !important;
  }
  body.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .minicart-items .product-item-details {
    float: right;
  }
  body.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .product-item .delete {
    top: 0;
    left: 0;
    right: inherit;
  }
  body.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .details-qty .label {
    margin-right: 0;
    margin-left: 10px;
  }
  body.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout {
    float: right;
    margin-right: 20px;
    height: 4rem;
    font-size: 1.5rem;
  }
  body.checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main {
    float: right !important;
  }
  body.checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar {
    float: left !important;
    left: 0 !important;
    right: inherit !important;
  }
  body.checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar.-sticky {
    left: 0px !important;
    right: calc(100% - 462px) !important;
    right: -webkit-calc(100% - 462px) !important;
  }
  body.checkout-index-index .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method {
    width: 60%;
    font-size: 18px;
  }
  .checkout-index-index .opc-block-summary .minicart-items input.qty {
    font-size: 1.4rem;
  }
  button:not(.primary) {
    border: 1px solid #ccc;
    color: #777;
    line-height: 40px;
    padding: 0.8em 2em;
    height: 40px;
    background-color: #fff;
  }
  .checkout-index-index .amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item {
    border: 1px solid #000 !important;
  }
  .checkout-index-index .amcheckout-step-container .amcheckout-shipping-address .amcheckout-button {
    background: #000;
  }
  .checkout-index-index .amcheckout-step-container .amcheckout-button.-new-address:hover {
    background: #444;
  }
  .checkout-index-index .amcheckout-step-container button:not(.braintree-googlepay-button, .ui-datepicker-trigger, .gpay-card-info-container) {
    background: #000;
    height: auto;
    line-height: initial;
  }
  .checkout-index-index .opc-block-summary .table-totals tbody .mark {
    text-align: right;
  }
  .checkout-index-index .minicart-items .product-item-details .product.options dt {
    font-size: 1.4rem;
  }
  .checkout-index-index .amcheckout-step-container .amcheckout-summary-container .item-options .label {
    font-size: 1.4rem;
  }
  .checkout-index-index .amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item {
    border: 1px solid #000 !important;
  }
  .checkout-index-index .amcheckout-step-container .amcheckout-shipping-address .amcheckout-button {
    background: #000;
  }
  .checkout-index-index .amcheckout-step-container .amcheckout-button.-new-address:hover {
    background: #444;
  }
  .checkout-index-index .amcheckout-step-container button:not(.braintree-googlepay-button, .ui-datepicker-trigger, .gpay-card-info-container) {
    background: #000 !important;
  }
  .block-customer-login .block-content .secondary .action.action-remind {
    margin-top: 0px;
  }
  .block-customer-login .block-content .secondary .action.action-remind span {
    font-size: 1.5rem;
  }
  .block-authentication .block-customer-login .actions-toolbar > .primary .action {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #fff;
    color: #000;
    border: 1px solid #000;
    border-radius: 4px;
    font-size: 16px;
  }
  .block-authentication .block-customer-login .actions-toolbar > .primary .action:hover {
    background: #000;
    color: #fff;
  }
  .block-authentication .block-customer-login .fieldset .label {
    line-height: initial;
  }
  .block-authentication .block-customer-login .fieldset > .field input.input-text {
    line-height: 26px;
  }
  .checkout-container .authentication-wrapper {
    line-height: initial;
  }
  .block-authentication .block-customer-login .block-title {
    margin-bottom: 20px;
    border-bottom: 1px solid #c1c1c1;
    padding-bottom: 10px;
    font-size: 26px;
  }
  .block-customer-login .block-content .actions-toolbar {
    float: right !important;
    display: inline-block;
    margin-top: 0;
    width: 100%;
    padding-bottom: 20px;
  }
  .block-customer-login .block-content .actions-toolbar .secondary {
    float: right !important;
  }
  .checkout-index-index .minicart-items .product-item-details .product.options dd,
  .minicart-items .product-item-details .product.options dt {
    font-size: 1.4rem;
  }
  .checkout-index-index .amcheckout-step-container .form.form-login .actions-toolbar button.action.login.primary {
    height: 4rem;
    border: 1px solid #000;
  }
  /*26-10-2024*/
  .new-shipping-address-modal.modal-popup .modal-header,
  .new-shipping-address-modal.modal-popup .modal-content,
  .new-shipping-address-modal.modal-popup .modal-footer {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .new-shipping-address-modal.modal-popup .modal-title {
    font-size: 24px;
    font-weight: 600;
  }
  .checkout-index-index .new-shipping-address-modal.modal-popup .fieldset .field .label {
    font-size: 16px;
    display: block;
    width: 100%;
    text-align: right;
  }
  .checkout-index-index .new-shipping-address-modal .fieldset.address > div.field:nth-of-type(3) {
    width: 100% !important;
  }
  .checkout-index-index .fieldset.address > .field input.input-text {
    line-height: initial;
    font-size: 16px;
  }
  .checkout-index-index .fieldset.address > .field .control._with-tooltip input.input-text {
    width: 85%;
    float: right;
  }
  .checkout-index-index .fieldset.address > div.field.choice {
    width: 100% !important;
    display: flex;
    display: -webkit-flex;
    align-items: center;
  }
  .checkout-index-index .fieldset.address > div.field.choice input[type="checkbox"] {
    margin: 0 7px 0 0;
  }
  .checkout-index-index .modal-popup.new-shipping-address-modal .action-close,
  .modal-slide .action-close {
    right: 50px;
    top: -5px;
  }
  header.page-header.type3 .logo {
    float: right;
  }
  header.page-header.type3 .header.panel {
    float: left;
    right: inherit;
    left: 0;
  }
  header.page-header.type3 .header.panel .minicart-wrapper::before {
    display: none;
  }
  header.page-header.type3 .header.panel span.span-search {
    left: 32px;
    margin-top: 7px !important;
  }
  header.page-header.type3 .minicart-wrapper {
    margin-right: 0;
    float: left;
  }
  header.page-header.type3 .header.panel .search-area .search-toggle-icon {
    position: absolute;
    left: 95px;
    top: 5px;
  }
  header.page-header.type3 .header.panel .search-area .span-search {
    left: 32px;
    margin-top: 10px !important;
    position: relative;
    left: 40px;
  }
  header.page-header.type3 .header.panel .minicart-wrapper {
    float: none;
  }
  header.page-header.type3 .header.panel .search-area {
    padding-left: 0;
  }
  header.page-header.type3 .header.panel .block-search {
    right: inherit;
    top: 100%;
    width: 400px;
    left: 0;
    margin-top: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: 1px solid #ccc;
  }
  header.page-header.type3 .header.panel .block-search {
    padding-left: 50px !important;
  }
  header.page-header.type3 .header.panel .block-search .action.search {
    right: inherit;
    left: 0;
    border-right: 1px solid #ccc;
    width: 50px;
  }
  header.page-header .switcher {
    height: auto;
  }
  .owl-carousel .owl-stage-outer {
    direction: rtl;
  }
  .owl-middle-narrow .owl-theme .owl-controls,
  .owl-middle-narrow.owl-theme .owl-controls {
    margin-top: 0;
    top: inherit;
  }
  .products-grid .product-item-details .product-item-actions {
    margin: 0;
  }
  .products-grid .product-item-details .product-item-actions .tocart {
    margin-right: 0;
  }
  .products-grid .product-item-details .product-item-actions .tocart {
    width: 100% !important;
    padding-right: 0px !important;
  }
  .products-grid .product-item-details .product-item-actions .tocart img.cartimg {
    margin-right: 0;
    margin-top: 0;
  }
  div.products-grid .product-item-details .product-item-actions .tocart span .btn-text {
    font-size: 17px;
    top: 0px;
    margin-right: 10px;
    left: inherit;
    right: 30px;
  }
  .owl-carousel .owl-controls .owl-nav.disabled .owl-prev {
    left: -160px;
    bottom: inherit;
    top: -120px;
  }
  .owl-carousel .owl-controls .owl-nav.disabled .owl-next {
    right: -195px;
    top: -120px;
    bottom: inherit;
  }
  .footer-middle ul.contact-info p {
    margin: 0 10px 0 0;
  }
  .footer-middle ul.links li {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer-bottom .container {
    display: flex;
    justify-content: space-between;
  }
  .footer-bottom .container .custom-block {
    display: flex;
    width: 70%;
    margin: 0;
  }
  .footer-bottom .container address {
    width: 30%;
    text-align: left;
  }
  .products-grid .product-item-details .product-item-actions .tocart span {
    width: 100% !important;
  }
  .footer-bottom .social-icons {
    margin-left: 0;
  }
  div.page-wrapper > .breadcrumbs {
    color: #ffffff;
    width: 100%;
    max-width: 100%;
    height: 270px;
    background-image: url('../images/summer.jpg');
    background-repeat: repeat;
    background-size: cover;
    background-position: 35% top;
  }
  div.page-wrapper > .breadcrumbs .items {
    margin-top: 170px;
  }
  div.page-wrapper > .breadcrumbs .items > li.home a::after {
    display: none;
  }
  div.page-wrapper > .breadcrumbs .items > li.home a {
    position: relative;
    width: auto;
    text-indent: inherit;
  }
  div.page-wrapper > .breadcrumbs .items > li a {
    text-transform: initial;
    font-size: 13px;
  }
  div.page-wrapper > .breadcrumbs .items > li strong {
    font-weight: inherit;
    text-transform: initial;
    font-size: 13px;
  }
  div.page-wrapper > .breadcrumbs .items > li:not(:last-child)::after {
    font-size: 10px;
    font-weight: bold;
  }
  .columns .sidebar-main .filter-options-content {
    padding: 15px 20px 20px !important;
  }
  .columns .sidebar-main .filter-options-title {
    padding: 10px 15px;
  }
  .columns .sidebar-main .filter-options-item {
    border-bottom: 0;
  }
  .columns .sidebar-main .filter-options-title .toggle {
    display: none;
  }
  .columns .sidebar-main #ln_slider_price.ui-slider-horizontal {
    height: 7px;
  }
  .columns .sidebar-main #ln_slider_price .ui-slider-handle {
    background-color: #000000;
    height: 18px !important;
    width: 13px !important;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    top: -2px;
  }
  body.catalog-category-view .product-item-info .product.name a {
    font-size: 15px;
  }
  body.catalog-category-view .product-item-description {
    margin: 3px 0;
  }
  .columns .product-item-info .product-item-details .price-box span {
    font-weight: 400;
    line-height: 1.4;
    font-size: 13px;
  }
  .columns .product-item-info .product-item-details .price-box {
    margin-bottom: 8px;
  }
  .columns .product-item-info .product-item-details .price-box .price {
    font-weight: 600;
    font-size: 18px;
  }
  .columns .product-item-info .product-item-details .product-item-actions {
    margin-bottom: 0;
  }
  .columns .products-grid .product-item [class^="swatch-opt-"] {
    display: block;
  }
  .columns .products-list .product-item [class^="swatch-opt-"] {
    display: block;
  }
  .columns .toolbar .modes-mode.active,
  .modes-mode:hover {
    color: #fff;
  }
  .columns .products.wrapper ~ .toolbar {
    border-top: 0;
  }
  .columns div.products-grid .product-item .product-item-inner {
    justify-content: flex-start;
  }
  .columns .products-grid .product-item {
    padding: 10px;
  }
  body.catalog-category-view .toolbar.toolbar-products {
    display: inline-block;
    width: 100%;
    margin: 0;
  }
  body.catalog-category-view .toolbar-sorter.sorter {
    float: right;
    margin-bottom: 0;
    margin-left: 15px;
    margin-right: 12px;
  }
  body.catalog-category-view .field.limiter {
    float: right;
    margin-bottom: 0;
    margin-right: 0;
  }
  body.catalog-category-view .modes {
    float: right;
    display: inline-block;
    margin-bottom: 0;
  }
  .toolbar.toolbar-products .pages .pages-items .item a.page {
    padding: 5px !important;
    width: 42px !important;
    height: 42px;
    font-weight: normal;
    font-size: 14px;
    color: #000;
  }
  .toolbar.toolbar-products .pages .pages-items strong.page {
    padding: 5px !important;
    width: 42px !important;
    height: 42px;
    font-weight: normal;
    font-size: 14px;
  }
  body.catalog-category-view .toolbar.toolbar-products .pages {
    float: left !important;
    margin-left: 0;
    margin-right: 5px;
  }
  body.catalog-category-view .toolbar.toolbar-products .limiter {
    margin-bottom: 0;
    float: left;
    display: flex;
    align-items: center;
  }
  body.toolbar.toolbar-products .pages a.action.next,
  .toolbar.toolbar-products .pages a.action.previous {
    padding: 4px !important;
    width: 42px !important;
    background: #dddddd;
    height: 42px;
  }
  body.catalog-category-view .toolbar.toolbar-products .limiter .limiter-options {
    height: 42px !important;
    width: 60px;
    color: #000;
    font-size: 13px;
  }
  .toolbar-products .sorter-options {
    font-size: 13px;
  }
  .toolbar-products .modes-mode {
    border: 1px solid #ccc;
    font-weight: 400;
    color: #ccc;
    text-align: center;
  }
  .products-list .product-item {
    display: table;
    width: 100%;
    padding: 10px 0;
  }
  .product-item-info .product-item-details .product-item-actions .tocart {
    color: #fff;
    background-color: #000 !important;
    border: #000 1px solid !important;
    padding: 9px 10px;
    font-size: 14px;
    height: auto;
    font-weight: normal;
    text-transform: uppercase;
    line-height: initial;
    margin-top: 5px;
  }
  div.products-grid .product-item-info .product-item-details .product-item-actions .tocart {
    background: none !important;
  }
  #layered-filter-block .filter-options .mobile-menu-filter {
    margin-left: 0px;
    margin-top: 10px;
    margin-right: 20px;
  }
  .sidebar-main .filter-options-item {
    cursor: pointer;
  }
  div.products-grid .product-item-details .product-item-actions .tocart span img {
    margin-top: 0;
    margin-bottom: 0;
  }
  .toolbar.toolbar-products .pages .pages-items .item.current strong.page {
    color: #fff;
  }
  .toolbar .limiter .limiter-text {
    display: none;
  }
  .toolbar .modes > a:before:hover {
    color: #fff;
  }
  .columns .filter-options-content .item input[type="checkbox"] {
    margin-top: -5px;
  }
  .products.wrapper + .toolbar .modes,
  .products.wrapper + .toolbar .sorter,
  .sidebar > .block.filter .title {
    display: none;
  }
  .catalog-category-view main#maincontent {
    margin-top: 0px;
  }
  .topbar .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-header .top-bar-content {
    padding: 7.5px 0px;
  }
  .product.media .fotorama__stage__shaft {
    border: 3px solid #fff;
    box-sizing: border-box;
    max-width: 100%;
  }
  .product.media .fotorama__stage {
    border: 1px solid #d5d4d4;
  }
  body.catalog-product-view .price-per-metre .price-wrapper span.price {
    font-size: 30px !important;
    font-weight: 600;
  }
  body.catalog-product-view .product-info-main .product-info-price .price-per-metre .price-box {
    color: #777;
    font-size: 20px;
    font-weight: normal;
  }
  body.catalog-product-view .product-info-main .page-title-wrapper h1 {
    font-size: 28px;
    font-weight: 600;
  }
  body.catalog-product-view .product-info-main .product-info-stock-sku {
    min-width: 19rem;
    text-align: left;
    display: table-cell;
    vertical-align: bottom;
    padding-left: 10%;
    padding-bottom: 30px;
    color: #777;
  }
  body.catalog-product-view .product-info-main .product.sku .type {
    font-weight: 400;
    margin-right: 4.5px;
    font-size: 14px;
  }
  body.catalog-product-view .product-info-main .product.sku .value {
    display: inline-block;
    color: #777;
    font-weight: normal;
    font-size: 14px;
    text-transform: none;
  }
  body.catalog-product-view .product-info-main .swatch-attribute-label {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    min-width: 55px;
    color: #21293c;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.005em;
    text-transform: uppercase;
  }
  body.catalog-product-view .product-info-main .swatch-attribute-options select {
    color: #000;
    font-weight: normal;
    font-size: 13px;
  }
  body.catalog-product-view .product-info-main .product-add-form .swatch-opt {
    margin: 10px 0;
  }
  body.catalog-product-view .product-info-main .product-info-price {
    margin-bottom: 0;
  }
  body.catalog-product-view .product-add-form .product-options-bottom .fieldset > .field .label {
    display: block;
  }
  body.catalog-product-view .product-add-form .product-options-bottom .qty.field .input-text.qty {
    box-shadow: 2px 1px 5px 5px rgba(204, 204, 204, 0.29);
    width: 150px !important;
    height: 58px !important;
    padding: 10px 10px 10px 45px;
    font-weight: 500;
    font-size: 28px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #000;
  }
  body.catalog-product-view .product-add-form .product-options-bottom .box-tocart .field.qty label {
    position: absolute;
    left: 8px;
    top: 20px;
    z-index: 9;
    font-weight: 600;
    font-size: 15px;
  }
  body.catalog-product-view .qty.field .qty-changer .qty-inc {
    position: absolute;
    left: inherit;
    top: 8px;
    font-size: 25px !important;
    font-weight: 700;
    right: 5px !important;
    height: auto;
    line-height: 22px;
    text-align: center;
    color: #ccc;
  }
  body.catalog-product-view .qty.field .qty-changer .qty-dec {
    top: 30px;
    text-align: center;
    margin-right: 0;
    left: -1px;
    color: #ccc;
    line-height: 20px;
    height: auto;
  }
  .product-options-bottom .box-tocart .fieldset .actions {
    width: auto;
  }
  .product-options-bottom .box-tocart .action.tocart {
    margin-bottom: 0;
    min-width: 175px;
    height: 58px;
    font-weight: normal;
    margin-right: 10px;
    background: #000;
    text-transform: inherit;
    font-size: 14px;
    padding: 0 5px;
  }
  .product-options-bottom .box-tocart .qty.field .control {
    width: auto;
  }
  .product-options-bottom .box-tocart .requestbtn {
    min-width: 175px !important;
    font-size: 14px;
  }
  .product-options-bottom .box-tocart .action.tocart::before {
    margin-right: 5px;
  }
  body.catalog-product-view .product.data.items > .item.title.active > .switch {
    border: 0;
    color: #fff !important;
    background: #191919 !important;
    font-weight: 700;
  }
  body.catalog-product-view .product.data.items > .item.title > .switch {
    padding: 7px 35px !important;
    background: #F5F5F5 !important;
    color: #474747;
    font-weight: normal;
    font-size: 14px;
  }
  .catalog-product-view .product.data.items > .item.title {
    margin: 0;
  }
  .catalog-product-view .product.data.items > .item.title:hover {
    border: 0;
  }
  .catalog-product-view .value {
    color: #777;
  }
  .catalog-product-view .product.data.items > .item.title:hover > .switch {
    color: #c1c1c1 !important;
  }
  .catalog-product-view .product-social-links .product-share {
    display: none;
  }
  div.products-grid .product-item-details .product-item-actions .tocart span .btn-text {
    line-height: 20px;
  }
  div.products-grid .product-item-details .product-item-actions .tocart span {
    line-height: 20px;
  }
  div.products-grid .product-item-info .product-item-details .product-item-actions .tocart {
    border-radius: 0;
    top: -3px;
  }
  .catalog-product-view .columns {
    margin-bottom: 60px;
  }
  h2.filterproduct-title strong {
    color: #000;
  }
  .fotorama__caption {
    bottom: 0;
    color: #000;
    font-size: 14px;
    left: 0;
    line-height: 1.5;
    position: absolute;
    right: 0;
    z-index: 12;
  }
  .fotorama__caption__wrap {
    background-color: #fff;
    padding: 5px 10px;
  }
  .catalog-product-view .fotorama__caption {
    display: block;
  }
  .catalog-product-view .product.media .fotorama__fullscreen-icon {
    top: 5px;
    right: 5px !important;
  }
  .catalog-product-view .product.media .fotorama__fullscreen-icon::before {
    content: "\f859";
    font-size: 20px;
    line-height: 50px;
  }
  body.catalog-product-view .product-info-main .swatch-attribute-options select {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
  body.catalog-product-view .fotorama__stage {
    border: 1px solid #e6e6e6;
  }
  body.catalog-product-view .qty.field .qty-changer .qty-inc:before {
    content: '\f882';
    font-family: 'porto-icons';
    border: 0;
    position: static;
    color: #ccc;
    font-size: 20px;
  }
  body.catalog-product-view .qty.field .qty-changer .qty-dec:before {
    content: '\f883';
    font-family: 'porto-icons';
    border: 0;
    color: #ccc;
  }
  body.catalog-product-view .qty.field .qty-changer .qty-inc:hover::before {
    color: #000;
  }
  body.catalog-product-view .qty.field .qty-changer .qty-dec:hover::before {
    color: #000;
  }
  body.catalog-product-view .qty.field .qty-changer .qty-inc:hover {
    text-decoration: none;
  }
  body.catalog-product-view .qty.field .qty-changer .qty-inc:after {
    display: none;
  }
  body.catalog-product-view div.mage-error {
    position: static;
    font-size: 12px;
  }
  .add-to-cart-dialog {
    font-size: 20px;
  }
  .modal-popup.add-to-cart-popup button:not(.primary) {
    font-size: 14px;
    font-weight: normal;
  }
  .modal-popup.add-to-cart-popup .action-close {
    right: 35px;
    top: -15px;
  }
  .product-options-wrapper select {
    color: #000;
    font-size: 13px;
  }
  .product-options-bottom .box-tocart .field.qty {
    position: relative;
  }
  body.catalog-product-view .product-add-form .product-options-bottom .box-tocart .field.qty label {
    left: inherit;
    right: 8px;
  }
  body.catalog-product-view .qty.field .qty-changer i {
    display: none;
  }
  body.catalog-product-view .qty.field .qty-changer .qty-dec::before {
    content: '\f883';
    font-family: 'porto-icons';
    border: 0;
    color: #ccc;
    position: absolute;
    font-size: 18px;
    left: 2px;
    bottom: -34px;
  }
  body.catalog-product-view .qty.field .qty-changer .qty-inc::before {
    content: '\f882';
    font-family: 'porto-icons';
    border: 0;
    position: absolute;
    color: #ccc;
    font-size: 18px;
    top: -10px;
    left: 6px;
    font-weight: normal;
  }
  body.catalog-product-view .product-options-bottom .box-tocart .action.tocart {
    font-size: 18px;
    position: relative;
    width: auto;
  }
  body.catalog-product-view .product-options-bottom .box-tocart .action.tocart:before {
    background-image: url(../images/cartimg.png) !important;
    background-repeat: repeat;
    background-position: 0 0;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 13px;
    top: 15px;
    content: "";
    filter: brightness(100%) invert(1);
  }
  body.catalog-product-view .product.media .fotorama__fullscreen-icon {
    top: 5px;
    right: 0 !important;
    left: initial !important;
  }
  .product .fotorama__arr--prev .fotorama__arr__arr::before {
    content: "\f80a";
    font-size: 35px;
    line-height: 1;
  }
  .product .fotorama__arr--next .fotorama__arr__arr::before {
    content: "\f809";
    font-size: 35px;
    line-height: 1;
  }
  .cart.table-wrapper .cart thead tr th.col {
    color: #777;
    text-transform: inherit;
  }
  .cart-discount .actions-toolbar button.action {
    background-color: #000 !important;
    color: #fff !important;
    opacity: 1;
    font-weight: normal;
    text-transform: inherit;
  }
  .cart-discount .fieldset.coupon {
    padding-top: 50px;
  }
  .cart-discount .fieldset.coupon label {
    display: block !important;
    position: absolute;
    top: 15px;
    font-weight: normal;
    color: #000;
    font-size: 16px;
  }
  .checkout-cart-index .cart-discount .fieldset.coupon div.mage-error {
    bottom: -30px;
  }
  .cart-container .form-cart .actions.main .action.update {
    background: #fff;
    border: 1px solid #b5b5b5;
    font-weight: normal;
    color: #606060;
    padding: 8px 15px;
  }
  .cart-container .form-cart .actions.main .action.update:hover {
    background: #000;
    color: #fff;
    border: 1px solid #000;
    opacity: 1;
  }
  .cart-container .cart-summary {
    background: #fbfbfb;
    border: 1px solid #ddd;
    padding: 20px;
  }
  .cart-container .cart-summary .summary.title {
    color: #777;
    font-weight: normal;
    font-size: 24px;
    text-transform: inherit;
  }
  .cart-container .cart-summary .block .title {
    border-color: #ccc;
  }
  .cart-totals .grand .amount,
  .opc-block-summary .table-totals .grand .amount,
  .cart-totals .grand .mark,
  .opc-block-summary .table-totals .grand .mark {
    border-top: 1px solid #ccc !important;
  }
  .cart-container .cart-totals {
    border-top: 1px solid #ccc;
  }
  .cart-container .cart-summary .block .title {
    padding-left: 0;
  }
  .cart-totals tbody .mark,
  .cart-totals tfoot .mark,
  .cart-totals tbody .amount,
  .cart-totals tfoot .amount {
    padding: 5px 0;
  }
  .cart-totals tbody .grand.totals .mark,
  .cart-totals tfoot .grand.totals .mark {
    color: #777;
    padding: 18px 0px;
    font-size: 18px;
  }
  .cart-totals tbody .grand.totals .amount,
  .cart-totals tfoot .grand.totals .amount {
    font-size: 20px;
    padding: 12px 0;
  }
  .cart-container .cart-summary .checkout-methods-items .action.primary.checkout {
    font-size: 14px;
    color: #fff;
    background-color: #000 !important;
    font-weight: normal;
    text-transform: inherit;
  }
  .cart-container .cart-summary .checkout-methods-items .action.primary.checkout::after {
    display: none;
  }
  .cart-container .cart-summary .block .fieldset .field:not(.choice) > .label {
    font-weight: normal;
  }
  .cart-container .qty.field .input-text.qty,
  .col.qty .input-text.qty {
    font-weight: normal;
    font-size: 14px;
  }
  .cart-container .cart.table-wrapper .qty.field .control {
    border: 1px solid #ccc;
  }
  .cart-container .cart.table-wrapper .qty.field .qty-changer .qty-dec {
    left: 2px;
    top: -50px;
  }
  .cart-container .cart.table-wrapper .qty.field .qty-changer .qty-inc {
    top: -49px;
  }
  .cart-container .cart.table-wrapper .qty.field .input-text.qty,
  .col.qty .input-text.qty {
    border: 0;
  }
  .cart-container .cart-summary .block.shipping .content {
    padding-left: 0;
    padding-right: 0;
  }
  .cart-container .cart.table-wrapper .product-image-container {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 3px;
  }
  .cart-container .cart.table-wrapper .col.subtotal .price {
    color: #222529 !important;
    font-size: 14px;
    font-weight: 400 !important;
  }
  .page-products .header .quickcart-wrapper .block-quickcart {
    margin: 0;
    top: 0;
  }
  .page-products .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-top button.close {
    display: block;
  }
  .block-content-quickcart .quickcart-top {
    font-weight: normal;
  }
  .page-products .minicart-items .product-item-details {
    order: 2;
    padding-left: 20px;
  }
  .page-products .minicart-items .product-item-photo {
    order: 1;
  }
  .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .product-item-name {
    color: #777;
    font-weight: normal;
  }
  .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .options .option-wrapper dt.label,
  .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .options .option-wrapper dd.values {
    color: #777;
  }
  .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .price-container span span.price-excluding-tax span.minicart-price span.price {
    color: #000;
    font-weight: bold;
  }
  .page-products .minicart-wrapper .product .actions > .secondary {
    box-shadow: none;
  }
  .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .subtotal span.label span {
    font-weight: normal;
    text-transform: initial;
  }
  .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .subtotal .price-container span.price {
    color: #4e4e4e;
  }
  .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .actions.action-checkout button.checkout {
    font-weight: normal;
  }
  .page-products .minicart-wrapper .block-minicart .subtotal .amount {
    margin-left: 5px;
  }
  .page-products .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .actions.action-viewcart .secondary .viewcart {
    font-weight: normal;
  }
  .page-products .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item span.qty-update.item-plus::after {
    content: '\f805' !important;
    font-family: 'porto-icons' !important;
    font-size: 16px;
    color: #333;
  }
  .page-products .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item span.qty-update.item-minus::after {
    content: '\f806' !important;
    font-family: 'porto-icons' !important;
    font-size: 16px;
    color: #333;
  }
  .modals-wrapper .modal-popup.confirm._show .modal-inner-wrap {
    width: 30%;
    max-width: 30%;
  }
  .modal-popup.confirm._show .modal-content {
    font-size: 15px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .modal-popup.confirm._show button:not(.primary) {
    padding: 12px 30px;
    font-size: 15px !important;
    background: #fff;
    border: 1px solid #ccc;
    color: #777;
  }
  .modal-popup.confirm._show .modal-footer .action-secondary.action-dismiss {
    background: #000;
    color: #fff;
    border: 1px solid #000;
  }
  .modal-popup.confirm._show .action-close {
    right: 28px;
    top: -19px;
  }
  .modal-popup.add-to-cart-popup .action-close::before,
  .modal-slide .action-close::before {
    border-top: 1px solid #000;
  }
  .modal-popup.add-to-cart-popup .action-close::after,
  .modal-slide .action-close::after {
    border-left: 1px solid #000;
  }
  .modal-popup.add-to-cart-popup .action-close {
    padding: 0 !important;
    position: absolute;
    right: 30px;
    left: unset;
    width: unset !important;
    cursor: pointer;
  }
  .cart-container .form-cart .actions.main .action.update {
    padding: 12px 31px;
    font-size: 1.4rem;
  }
  .cart-totals tbody .grand.totals .mark,
  .cart-totals tfoot .grand.totals .mark {
    font-size: 22px;
  }
  .fieldset.estimate .select {
    color: #000;
    font-size: 14px;
  }
  .fieldset.estimate input.input-text {
    color: #000;
    font-size: 14px;
  }
  .cart-container .cart-summary .summary.title {
    font-size: 28px;
  }
  .cart.table-wrapper .cart thead tr th.col {
    line-height: 1;
  }
  .product-item-details .vendor-name {
    line-height: 1;
  }
  .page-header .minicart-wrapper .block-minicart li > .product {
    flex-direction: row-reverse;
  }
  .page-header .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-top {
    font-weight: bold;
    font-size: 14px;
  }
  .page-header .quickcart-wrapper.minicart-wrapper .product .actions > .secondary {
    right: -5px;
    top: -6px;
    left: inherit;
  }
  .page-header .header .quickcart-wrapper.minicart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .subtotal span.label span {
    font-weight: bold;
  }
  .page-products .quickcart-wrapper.minicart-wrapper .block-minicart .subtotal .amount {
    margin: 0 10px 0 0;
  }
  .page-products .header .quickcart-wrapper.minicart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .actions.action-viewcart .secondary .viewcart {
    font-weight: bold;
    font-size: 14px;
  }
  .page-products .minicart-items .product-item-details .details-qty {
    display: inline-block;
  }
  .header .quickcart-wrapper.minicart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item span.qty-update {
    float: left;
  }
  .header .quickcart-wrapper.minicart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item span.qty-update.item-plus {
    float: right;
  }
  .header .quickcart-wrapper.minicart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .product-item-name {
    color: #000;
    font-weight: normal;
    font-size: 14px;
  }
  .header .quickcart-wrapper.minicart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .product-item-pricing .label {
    font-size: 14px;
  }
  .header .quickcart-wrapper.minicart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .actions.action-checkout button.checkout {
    font-size: 16px;
  }
  .page-products .header .quickcart-wrapper.minicart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item span.qty-update.item-plus::after {
    font-weight: bold;
  }
  .page-products .header .quickcart-wrapper.minicart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item span.qty-update.item-minus::after {
    font-weight: bold;
  }
  .modal-popup.confirm .action-close {
    transform: inherit;
    height: auto;
    background: none!important;
    border: 0 !important;
  }
  .catalog-product-view .product-info-main .swatch-option {
    margin-right: 10px;
  }
  .catalog-product-view .product-info-main .swatch-attribute-options {
    display: inline-block;
    vertical-align: middle;
    margin: 5px 0;
  }
  .cart-btn {
    display: inline-flex !important;
    height: 58px !important;
    min-width: 175px !important;
    justify-content: center !important;
    align-items: center;
  }
  .requestbtn {
    display: inline-flex !important;
    height: 58px !important;
    min-width: 175px !important;
    justify-content: center !important;
    align-items: center;
  }
  .catalog-product-view .product-options-bottom .box-tocart .fieldset .actions {
    width: 375px;
  }
  .catalog-product-view .product-options-bottom .box-tocart .requestbtn {
    font-size: 16px;
  }
  .catalog-product-view .product-options-bottom .box-tocart .action.tocart {
    margin-right: 0px;
  }
  .catalog-product-view .product-info-main .box-tocart .actions {
    margin-right: 0;
  }
  body.catalog-product-view .product-options-bottom .box-tocart .action.tocart {
    font-size: 16px;
  }
  .full-screen-slider.home-slider {
    height: auto !important;
    width: 100%;
  }
  .full-screen-slider.home-slider .owl-carousel {
    margin-bottom: 0;
  }
  .full-screen-slider.home-slider .main-slide {
    height: 72vh !important;
  }
  .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .options .option-wrapper dt.label,
  .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .options .option-wrapper dd.values span {
    font-size: 16px;
    line-height: 1.2;
    margin: 0 0 0 5px !important;
  }
  .minicart-items .product-item-details .product.options dt {
    font-size: 16px;
  }
  .header .quickcart-wrapper.minicart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .product-item-pricing .label {
    font-size: 16px;
  }
  .page-products .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .price-container span span.price-excluding-tax span.minicart-price span.price {
    color: #000;
    font-weight: bold;
    font-size: 16px !important;
  }
  .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .subtotal .price-container span.price {
    font-size: 18px !important;
  }
  /* login css  */
  .customer-account-login .page-title-wrapper,
  .customer-account-create .page-title-wrapper,
  .customer-account-forgotpassword .page-title-wrapper {
    background-color: #f4f4f4;
    border-bottom: none;
    padding: 3.75rem 0;
    text-align: center;
    position: relative;
    margin-top: 50px;
  }
  .customer-account-login .page-title-wrapper h1.page-title,
  .customer-account-create .page-title-wrapper h1.page-title,
  .customer-account-forgotpassword .page-title-wrapper h1.page-title {
    color: #212529 !important;
    font-size: 28px;
    font-weight: 700;
    margin: 0;
  }
  .customer-account-login .page-title-wrapper::before,
  .customer-account-login .page-title-wrapper::after,
  .customer-account-create .page-title-wrapper::before,
  .customer-account-create .page-title-wrapper::after,
  .customer-account-forgotpassword .page-title-wrapper::before,
  .customer-account-forgotpassword .page-title-wrapper::after {
    content: '';
    position: absolute;
    width: 30vw;
    height: 100%;
    top: 0;
    background: inherit;
  }
  .customer-account-login .page-title-wrapper::before,
  .customer-account-create .page-title-wrapper::before,
  .customer-account-forgotpassword .page-title-wrapper::before {
    right: 100%;
  }
  .customer-account-login .page-title-wrapper::after,
  .customer-account-create .page-title-wrapper::after,
  .customer-account-forgotpassword .page-title-wrapper::after {
    left: 100%;
  }
  .customer-account-login .column.main,
  .customer-account-create .column.main,
  .customer-account-forgotpassword .column.main {
    margin-top: 100px;
  }
  .login-container .fieldset > .field > .control {
    width: 100%;
  }
  .login-container .block .actions-toolbar > .primary,
  .login-container .block .actions-toolbar > .secondary {
    display: block;
    float: none !important;
    width: 100%;
  }
  .login-container .block .actions-toolbar > .primary {
    margin-bottom: 1.5rem;
  }
  .login-container .block .actions-toolbar > .primary .action,
  .login-container .block .actions-toolbar > .secondary .action {
    width: 100%;
    text-align: center;
    margin: 0;
    float: none;
    height: auto;
  }
  .login-container .actions-toolbar .primary .action,
  .login-container .block .actions-toolbar > .secondary .action {
    overflow: hidden;
    text-transform: uppercase;
    font-size: 1em;
    letter-spacing: -0.015em;
    font-weight: 700;
    line-height: 4.4rem;
    padding: 0 2rem;
    font-size: 18px !important;
  }
  .login-container {
    border: 0;
    box-shadow: none;
  }
  div.login-container .fieldset::after {
    position: inherit;
    font-size: 1.2rem;
    padding: 0;
    margin: 0;
  }
  .login-container .block .block-title strong {
    font-weight: 700;
    color: #222529;
    font-size: 22px;
  }
  div.login-container .fieldset > .field .label {
    color: #777;
    font-weight: 600;
    font-size: 15px;
  }
  div.login-container a.action.remind {
    margin-right: 0;
    color: #222529;
    font-weight: 600;
    font-size: 15px;
  }
  div.login-container .field.note {
    font-size: 15px;
  }
  .login-container .fieldset.login .field input.input-text {
    height: 50px !important;
  }
  .autocomplete-suggestions .product-line.product-price {
    display: none;
  }
  .opc-block-summary.amcheckout-summary-container .minicart-items-wrapper .subtotal {
    display: block;
    width: 90% !important;
    text-align: right;
  }
  .checkout-index-index .opc-block-summary .table-totals tbody .mark {
    font-size: 14px;
  }
  .amcheckout-step-container .amcheckout-summary-container .product-item-name {
    font-size: 16px;
    padding-left: 10px;
    width: 90% !important;
    white-space: wrap;
    text-overflow: inherit;
  }
  body.catalog-product-view .columns .product-info-main .product-info-stock-sku {
    padding-right: 0px;
    text-align: right;
  }
  .language.switcher-language .switcher-options img {
    float: left;
    margin-top: 2px;
  }
  .language.switcher-language .switcher-options {
    top: 2px;
  }
  .language.switcher-language .switcher-options {
    font-size: 17px;
  }
  .product-add-form .box-tocart .action.tocart > span {
    display: inline-flex;
    margin-left: 0;
    font-size: 14px;
  }
  .catalog-product-view .product-info-main .box-tocart .actions {
    margin-right: 0;
    width: auto;
  }
  .catalog-product-view .product-info-main .box-tocart .action.tocart {
    padding: 20px;
    height: auto;
  }
  input.input-text {
    font-size: 18px !important;
  }
  /* forget password  */
  .customer-account-forgotpassword .form.forget {
    max-width: 50%;
    border: 0;
    box-shadow: none;
    margin: 0 auto;
  }
  .customer-account-forgotpassword .form.forget .field.note {
    font-size: 16px;
  }
  .customer-account-forgotpassword input.input-text {
    height: 50px !important;
  }
  .customer-account-forgotpassword .actions-toolbar {
    margin-top: 0px;
    width: 100%;
  }
  .customer-account-forgotpassword .actions-toolbar .primary {
    width: 100%;
  }
  .customer-account-forgotpassword .form.forget .actions-toolbar > .primary .action,
  .customer-account-forgotpassword .form.forget .actions-toolbar > .secondary .action {
    width: 100%;
    text-align: center;
    margin: 0;
    float: none;
    height: auto;
    font-size: 1.6rem;
    background: #222529;
    border: none;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
  .customer-account-forgotpassword .fieldset > .field .label {
    font-weight: 600;
  }
  .account .sidebar.sidebar-main {
    margin-top: 67px;
  }
  .account.page-layout-2columns-left .sidebar-main .sidebar-additional {
    width: 100%;
  }
  .account.page-layout-2columns-left .sidebar .sidebar-additional .actions-toolbar .action.primary {
    padding: 0 10px;
    font-size: 16px;
    margin-left: 10px;
  }
  .orders-history table .col {
    text-align: right;
  }
  .table-wrapper table span.price {
    font-size: 16px !important;
  }
  .order-products-toolbar.toolbar .limiter-options {
    width: 70px;
  }
  .customer-account-create .form.create.account.form-create-account {
    border: 0;
    box-shadow: none;
  }
  .customer-account-create input.input-text {
    height: 50px !important;
  }
  .customer-account-create .create.account .legend span {
    font-size: 20px;
    font-weight: bold;
  }
  .form.create.account .actions-toolbar {
    width: 100%;
    margin-top: 0;
  }
  .form.create.account .actions-toolbar .primary {
    width: 48%;
  }
  .form.create.account .actions-toolbar .primary .action.submit.primary {
    width: 100%;
    padding: 1.8rem 0;
    height: auto;
    font-size: 24px;
    text-transform: uppercase;
  }
  .account main#maincontent {
    margin-top: 120px;
  }
  .account form {
    border: 0 !important;
    box-shadow: none !important;
  }
  .block-collapsible-nav .item {
    border-bottom: 0;
    margin-bottom: 0;
  }
  .block-collapsible-nav .item a,
  .block-collapsible-nav .item > strong {
    border-bottom: 1px solid #ddd;
  }
  aside.modal-popup.confirm._show .action-close::before {
    transform: rotate(45deg);
    border-color: #0d0d0d;
    top: 19px;
    left: 14px;
  }
  aside.modal-popup.confirm._show .action-close::after {
    transform: rotate(45deg);
    border-color: #0d0d0d;
    top: 17px;
    left: 20px;
  }
  aside.modal-popup.confirm._show .action-close {
    top: 0px;
  }
  .modal-popup.add-to-cart-popup._show button:hover {
    color: #fff;
  }
  .checkout-cart-index .page-wrapper main#maincontent {
    margin-top: 180px !important;
  }
  .checkout-cart-index .column.main {
    margin-top: 0px;
  }
  .checkout-cart-index .page-title-wrapper {
    display: none;
  }
  body.checkout-cart-index .page-title-wrapper {
    padding-top: 2rem;
  }
  .checkout-cart-index .page-title-wrapper {
    padding-right: 0px;
  }
  .cart-container .cart-summary .summary.title {
    color: #777;
    font-weight: normal;
    font-size: 24px;
    text-transform: inherit;
    display: block;
    margin-top: 0;
  }
  .cart-container .cart-summary .block .title {
    padding-right: 0;
  }
  .cart-summary .block form:not(:last-of-type) .fieldset.estimate {
    margin-bottom: 0;
  }
  .fieldset.rate dt {
    font-size: 14px;
  }
  #co-shipping-method-form .item-options .field.item label.label {
    left: -25px;
    font-size: 14px;
  }
  .cart-summary .block .item-options {
    margin: 0 0 5px;
  }
  .cart-container .cart-summary .block.shipping .content {
    padding-bottom: 10px;
  }
  .cart-container .cart-totals {
    padding-left: 0;
    padding-right: 0;
  }
  .cart-totals tbody .mark,
  .cart-totals tfoot .mark,
  .cart-totals tbody .amount,
  .cart-totals tfoot .amount {
    padding: 5px 0;
    padding-right: 0 !important;
    font-size: 14px;
  }
  html body span.price {
    font-size: 14px !important;
  }
  .cart-totals .grand strong,
  .opc-block-summary .table-totals .grand strong {
    padding: 0;
  }
  .cart-container .cart-summary .checkout-methods-items {
    padding: 0;
  }
  .cart-container .cart-summary .checkout-methods-items .action.primary.checkout {
    font-size: 18px;
    padding: 12px 0;
    height: auto;
  }
  .cart.table-wrapper .item-options dd,
  .block-giftregistry-shared-items .product .item-options dd,
  .multicheckout .item-options dd {
    font-size: 14px;
  }
  .cart.table-wrapper .vendor-name {
    font-size: 14px;
  }
  .cart-totals tbody .grand.totals .amount,
  .cart-totals tfoot .grand.totals .amount span.price {
    font-size: 20px !important;
  }
  .cart.table-wrapper .actions-toolbar {
    min-height: 20px;
    padding-bottom: 30px;
    position: relative;
    float: none !important;
    display: flex;
    justify-content: flex-end;
    margin-top: 0;
  }
  .checkout-cart-index .cart.table-wrapper .actions-toolbar > .action-edit,
  .cart.table-wrapper .actions-toolbar > .action-delete {
    margin: 0;
    left: inherit;
    right: 0;
  }
  .checkout-cart-index .cart.table-wrapper .actions-toolbar > .action-edit {
    right: 30px;
  }
  .cart.table-wrapper .col.qty .field.qty {
    position: relative;
    display: inline-block;
  }
  .cart.table-wrapper .col.qty .field.qty .control.qty {
    width: 104px;
    display: flex;
    justify-content: center;
    border: 1px solid #ccc;
    position: relative;
  }
  .qty.field .qty-changer {
    position: relative;
  }
  .checkout-cart-index .cart-container .cart.table-wrapper .qty.field .qty-changer .qty-inc {
    top: -50px !important;
    right: 15px !important;
    left: inherit !important;
    position: absolute !important;
    height: 3rem;
    line-height: 3rem;
    width: 30px;
    position: absolute;
    color: #222529;
    display: block;
  }
  .checkout-cart-index .cart-container .cart.table-wrapper .qty.field .qty-changer .qty-dec {
    left: 15px !important;
    top: -52px !important;
    position: absolute !important;
    height: 3rem;
    line-height: 3rem;
    width: 30px;
    position: absolute;
    color: #222529;
    display: block;
  }
  .qty.field .qty-changer > a::before,
  .col.qty .qty-changer > a::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 9px;
    border-top: 1px solid;
    margin-top: -0.5px;
    margin-left: -4.5px;
    color: #222529;
  }
  .qty.field .qty-changer > a.qty-inc::after,
  .col.qty .qty-changer > a.qty-inc::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    height: 9px;
    border-left: 1px solid;
    margin-top: -4.5px;
    margin-left: -0.5px;
  }
  .cart-container .form-cart .actions.main .action.update {
    padding: 10px;
  }
  .columns .cart-container {
    border-bottom: 1px solid #ddd;
  }
  .columns .cart-container .form-cart {
    margin-bottom: 8px;
  }
  body.checkout-cart-index .cart.table-wrapper .actions-toolbar > .action-edit,
  body.checkout-cart-index .cart.table-wrapper .actions-toolbar > .action-delete {
    margin-top: 0;
  }
  .checkout-cart-index .cart-container .cart.table-wrapper .qty.field .qty-changer .qty-inc i,
  .checkout-cart-index .cart-container .cart.table-wrapper .qty.field .qty-changer .qty-dec i {
    display: none;
  }
  .cart-container .cart.table-wrapper .qty.field .input-text.qty,
  .col.qty .input-text.qty {
    color: #000;
    font-size: 16px !important;
  }
  .cart-container .cart.table-wrapper .col.subtotal .price {
    font-size: 14px !important;
  }
  .price-including-tax .price,
  .price-excluding-tax .price {
    font-size: 14px !important;
  }
  .cart-container .product-item-details .product-item-name a {
    font-weight: bold;
  }
  .cart.table-wrapper .item .col.item {
    margin-top: 5px;
  }
  .checkout-cart-index .page-main > .page-title-wrapper .page-title {
    font-size: 20px;
  }
  html body .cart-container .grand.totals span.price {
    font-size: 20px !important;
    font-weight: bold;
  }
  .cart.table-wrapper .cart thead tr th.col {
    text-align: right;
  }
  .cart-container .cart.table-wrapper .product-image-container {
    width: 90px;
    min-width: 90px;
  }
  .columns .cart-container {
    border-bottom: 0;
  }
  .cart.table-wrapper .col.qty .field.qty {
    margin-top: 20px;
  }
  .cart.table-wrapper .actions-toolbar {
    float: left !important;
  }
  body.checkout-cart-index div.cart.table-wrapper .actions-toolbar > .action-edit {
    left: 30px;
    top: -3px;
    right: inherit;
  }
  body.checkout-cart-index div.cart.table-wrapper .actions-toolbar > .action-delete {
    left: 0px !important;
    right: inherit;
  }
  .cart-summary .block > .title::after {
    font-size: 20px;
  }
  .cart-container .cart.table-wrapper .col.subtotal {
    text-align: left;
    padding-left: 0;
  }
  .cart.table-wrapper .cart thead tr th.col.subtotal {
    text-align: left;
    padding-left: 0;
  }
  body.catalog-product-view .qty.field .qty-changer .qty-dec {
    position: absolute;
    left: 10px;
    top: 17px;
  }
  body.catalog-product-view .qty.field .qty-changer .qty-inc {
    left: 5px;
    right: inherit !important;
  }
  body.catalog-product-view .product-add-form .box-tocart .action.tocart > span {
    margin-right: 10px;
  }
  div.product-item-info.type1 .swatch-attribute-options,
  div.product-item-info.type2 .swatch-attribute-options {
    justify-content: flex-start;
    margin-top: 15px;
  }
  div.swatch-attribute.size .swatch-option,
  .swatch-attribute.manufacturer .swatch-option {
    border: 1px solid #e9e9e9;
    background: #eaeaea;
    color: #000;
    font-size: 14px;
    outline: none;
    padding: 10px 8px;
    margin: 5px 2px;
    line-height: 1.2;
    height: auto !important;
    min-width: 45px;
    box-shadow: none !important;
    border-radius: 6px;
  }
  div.swatch-attribute.size .swatch-option.selected,
  div.swatch-attribute.manufacturer .swatch-option.selected {
    color: #000;
    border-color: #000;
  }
  body.catalog-product-view .product-info-main .swatch-option {
    width: 50px !important;
    height: 45px !important;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eaeaea;
    border-color: #e1e1e1;
    color: #000;
    margin-left: 3px;
    box-shadow: none !important;
  }
  .catalog-category-view .products-grid .swatch-option.color::after,
  .catalog-category-view .products-grid .swatch-option.image::after {
    width: 63px;
    height: 63px;
    top: -3px;
    left: -3px;
    border-radius: 0;
  }
  .catalog-category-view .products-grid .swatch-option.color,
  .catalog-category-view .products-grid .swatch-option.image {
    width: 57px !important;
    height: 57px !important;
    border-radius: 0;
  }
  .page-header .switcher.switcher-currency .switcher-options ul.dropdown li a {
    padding-bottom: 0px;
  }
  .page-header .switcher .options ul.dropdown a > img {
    max-width: 24px;
  }
  .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .actions.action-checkout button.checkout {
    font-weight: normal;
    background: #DAA520;
    border-color: #DAA520;
    color: #000;
  }
  .product-options-bottom .box-tocart .action.tocart,
  .box-tocart .action.tocart {
    background: #DAA520;
    border: 1px solid #DAA520;
  }
  .checkout-index-index .checkout-payment-method .payment-methods .actions-toolbar .primary {
    background: #DAA520 !important;
  }
  div.products-grid .product-item-info .product-item-details .product-item-actions .tocart {
    margin-top: 15px;
  }
  /* 23-01-2025 css start */
  .catalog-category-view .products-grid .swatch-option.image::after {
    border-color: #b7b7b7 !important;
  }
  .catalog-category-view .products-grid .swatch-option:focus {
    box-shadow: none;
  }
  body.catalog-product-view .swatch-option.selected {
    outline: 2px solid #000 !important;
  }
  body.catalog-product-view .swatch-option.disabled::after {
    background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #fff 43%, #fff 46%, #ff5216 47%, #ff5216 53%, #fff 54%, #fff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #fff 43%, #fff 46%, #ff5216 47%, #ff5216 53%, #fff 54%, #fff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, #ffffff), color-stop(46%, #ffffff), color-stop(47%, #666), color-stop(53%, #666), color-stop(54%, #ffffff), color-stop(57%, #ffffff), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  }
  .catalog-category-view ol.filterproducts.products.list.items.product-items {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .catalog-category-view .products-grid.columns3 .product-item {
    height: auto;
  }
  body.catalog-product-view .product-info-main .swatch-attribute.size .swatch-option {
    width: 50px !important;
    height: 50px !important;
    font-size: 17px;
    line-height: 14px;
  }
  .deal.wk-daily-deal {
    margin-bottom: 20px;
    background: #f5f5f5;
    border: 0;
    box-shadow: none;
  }
  .owl-controls .owl-nav.disabled .owl-next,
  .owl-controls .owl-nav.disabled .owl-prev {
    background: none !important;
  }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next {
    background: none !important;
  }
  .catalog-category-view .columns ul.magepow-categories-grid {
    display: none;
  }
  .product-item-info .product-item-details .price-box.discount-price-price-per-metre span {
    color: red !important;
  }
  .product-item-info .product-item-details .price-box.discount-price-price-per-metre span {
    color: red !important;
  }
  .product-item-info .product-item-details .price-box.old-price-price-per-metre .price {
    color: #777 !important;
  }
  .product-item-info .product-item-details .price-box.old-price-price-per-metre {
    text-decoration: line-through;
    margin-bottom: 0;
  }
  .product-item-info .product-item-details .price-box.discount-price-price-per-metre {
    margin-top: 0;
  }
  /*arabic*/
  body.catalog-product-view .product-info-main .product-info-price .price-per-metre .price-box.old-price-per-metre {
    text-decoration: line-through;
    color: #000;
  }
  body.catalog-product-view .product-info-main .product-info-price .price-per-metre .price-box.old-price-per-metre span {
    font-size: 18px;
  }
  body.catalog-product-view .price-per-metre .discount-price-per-metre span {
    color: red !important;
  }
  body.catalog-product-view .price-per-metre .discount-price-per-metre {
    padding-right: 15px;
  }
  .featured-products .wk-deal-off-box {
    position: absolute;
    z-index: 3;
    top: 10px;
    left: 10px;
  }
  .featured-products .deal-price-label {
    color: white;
    background: #f71509;
    padding: 3px;
    font-weight: 700;
    display: inline-block;
  }
  .featured-products .wk-daily-deal > .price-box {
    position: absolute;
    top: 60px;
    background-color: rgba(248, 248, 248, 0.7);
    padding: 10px 10px;
    text-align: center;
    direction: rtl;
    font-family: Tajawal, sans-serif;
    border-top: 1px solid #ddd;
    z-index: 2;
    width: 92%;
    left: 10px;
  }
  .featured-products .wk-save-box {
    font-size: 13px;
    color: #28a745;
    font-weight: bold;
  }
  .featured-products .countdown-timer {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
  }
  .featured-products .countdown-box {
    background-color: #DAA520;
    color: #fff;
    text-align: center;
    padding: 11px 25px;
    width: 44px;
    height: 45px;
    padding-top: 16px;
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .featured-products .countdown-box .countdown-value {
    font-size: 14px !important;
    font-weight: bold !important;
    line-height: 1.2;
  }
  .featured-products .countdown-box .countdown-label {
    font-size: 10px !important;
    font-weight: bold !important;
    line-height: 1;
  }
  .featured-products .products-grid .product-item .product-item-info {
    position: static;
  }
  .featured-products .product-item-details {
    position: static;
  }
  .featured-products .deal.wk-daily-deal {
    position: static !important;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main {
    float: left;
    width: calc(100% - (380px + 60px));
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column {
    margin: 0;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar {
    float: right;
    transition: all 0.3s ease;
    width: 380px;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column {
    margin: 0;
  }
  .amcheckout-main-container.-modern.-layout-2columns {
    position: relative;
  }
  .amcheckout-step-container .amcheckout-title-container + .amcheckout-content > .amcheckout-wrapper {
    padding: 25px 15px;
  }
  .checkout-index-index .opc-block-summary {
    background: #f9f9f9;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options {
    background: #fff;
  }
  .checkout-index-index .checkout-payment-method .payment-methods .actions-toolbar .primary {
    padding: 10px 30px;
    width: 70%;
    float: none !important;
    border: 0;
  }
  .checkout-payment-method .payment-methods .actions-toolbar .action.primary:hover {
    border: 0;
  }
  .amcheckout-block.amcheckout-step-container.-summary {
    border: 1px solid #d4d4d4;
  }
  .minicart-items .product.options .toggle::after {
    content: '\f807';
  }
  .minicart-items .toggle::after {
    position: static;
    margin: 0 0 0 0.25em;
    color: #8f8f8f;
  }
  .minicart-items .product.options .toggle::after {
    font-family: 'porto-icons';
  }
  .minicart-items .product .toggle {
    cursor: pointer;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar {
    margin-bottom: 20px;
    text-align: center;
  }
  .amcheckout-step-container .amcheckout-summary-container .product-item .delete {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjE2NyAxNWg3LjU1OGwuOTUtOC45NThILjI2TDEuMTY3IDE1em01Ljg5LTEyLjc3MlYuNTEyQS41MS41MSAwIDAgMCA2LjU1MiAwaC0zLjIxYy0uMjggMC0uNTA1LjIzLS41MDUuNTEyVjIuMmMtMS4wODUuMTIzLTEuNzExLjMxNS0yLjgzNi43MjRWNC41bDEwIC4xMThWM3MtLjk1NC0uNTM0LTIuOTQyLS43NzJ6TTYuMDUgMi4xMzRhMTguMDggMTguMDggMCAwIDAtMi4yNTgtLjAxNXYtLjkwNWMwLS4xNC4xMTEtLjI1NS4yNTItLjI1NWgxLjc1MmMuMTQxIDAgLjI1NC4xMTUuMjU0LjI1NXYuOTJ6IiBmaWxsPSIjNTc1ODU1Ii8+PC9zdmc+) center no-repeat !important;
  }
  .amcheckout-step-container .amcheckout-summary-container .product-item .delete:hover {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjE2NyAxNWg3LjU1OGwuOTUtOC45NThILjI2TDEuMTY3IDE1em01Ljg5LTEyLjc3MlYuNTEyQS41MS41MSAwIDAgMCA2LjU1MiAwaC0zLjIxYy0uMjggMC0uNTA1LjIzLS41MDUuNTEyVjIuMmMtMS4wODUuMTIzLTEuNzExLjMxNS0yLjgzNi43MjRWNC41bDEwIC4xMThWM3MtLjk1NC0uNTM0LTIuOTQyLS43NzJ6TTYuMDUgMi4xMzRhMTguMDggMTguMDggMCAwIDAtMi4yNTgtLjAxNXYtLjkwNWMwLS4xNC4xMTEtLjI1NS4yNTItLjI1NWgxLjc1MmMuMTQxIDAgLjI1NC4xMTUuMjU0LjI1NXYuOTJ6IiBmaWxsPSIjMTk3OWMzIi8+PC9zdmc+) center no-repeat !important;
    background-size: auto;
    background-size: contain;
  }
  .amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-name-block {
    width: 150px;
  }
  .products.wrapper {
    display: block;
  }
  #ln_product_overlay .loader {
    padding: 12px 20px;
    gap: 14px;
    min-height: 40px;
  }
  #ln_product_overlay .loader::before {
    width: 20px;
    height: 20px;
  }
  #ln_product_overlay .loader::after {
    content: "جارِ عرض المزيد من المنتجات";
    font-size: 15px;
  }
  .category-black .catalog-category-view .toolbar.toolbar-products,
  body.category-black .toolbar.toolbar-products {
    display: none !important;
  }
  /* Fix: Wrapper should NOT be grid - only the OL list */
  body.category-black .products.wrapper,
  body.category-black .products-grid,
  body.category-black .products-list,
  body.category-black div.abcd.products.wrapper.grid.columns3.products-grid {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    grid-template-columns: none !important;
    columns: initial !important;
  }
  /* CRITICAL: Apply grid ONLY to the OL element containing products */
  body.category-black ol.products.list.items.product-items,
  body.category-black ol.filterproducts.products.list.items.product-items,
  body.catalog-category-view.category-black ol.products.list.items.product-items,
  body.catalog-category-view.category-black ol.filterproducts.products.list.items.product-items {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    grid-auto-flow: row dense !important;
    grid-auto-rows: auto !important;
    gap: 35px 30px !important;
    width: 100% !important;
    list-style: none !important;
    margin: 0 !important;
    columns: initial !important;
    column-count: initial !important;
  }
  /* Force product items to fill grid cells properly - NUCLEAR OPTION */
  body.category-black ol.products.list.items > li.product-item,
  body.category-black ol.filterproducts.products.list.items > li.product-item,
  body.catalog-category-view.category-black ol.products.list.items > li.product-item,
  body.catalog-category-view.category-black ol.filterproducts.products.list.items > li.product-item {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    float: none !important;
    display: block !important;
    position: relative !important;
    margin: 0 !important;
    padding: 0 !important;
    grid-column: auto !important;
    grid-row: auto !important;
    -webkit-column-break-inside: initial !important;
    page-break-inside: initial !important;
    break-inside: initial !important;
  }
  /* Ensure product-item-info doesn't break grid */
  body.category-black .product-item-info,
  body.catalog-category-view.category-black .product-item-info {
    width: 100% !important;
    display: block !important;
    position: relative !important;
    height: auto !important;
    min-height: 1px !important;
  }
  /* BACKGROUNDS & GRADIENTS */
  .category-black {
    background: linear-gradient(135deg, #000 0%, #1a1611 25%, #2c2416 50%, #1a1611 75%, #000 100%);
    position: relative;
  }
  .category-black::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 30%, rgba(212, 175, 55, 0.05), transparent 50%), radial-gradient(circle at 80% 70%, rgba(255, 215, 0, 0.03), transparent 50%);
    pointer-events: none;
    z-index: 1;
  }
  .category-black .page-wrapper {
    background: black;
    position: relative;
  }
  .category-black .page-main {
    background: black;
  }
  /* HEADER */
  .category-black .page-header.type3 {
    background: black !important;
    border-bottom: 1px solid rgba(212, 175, 55, 0.3);
  }
  .category-black .topbar .container {
    width: 100% !important;
    max-width: 100% !important;
  }
  .category-black .topbar .offer-text {
    color: #ffd700;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
    font-weight: 500;
  }
  .category-black .page-header.type3 a {
    color: #f4e7d1;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
    transition: color 0.3s ease;
  }
  .category-black .page-header.type3 a:hover {
    color: #ffd700;
  }
  /* LOGO - Replace with custom logo for category-black */
  .category-black .logo {
    width: 200px;
    height: 70px;
    display: block;
    position: relative;
  }
  .category-black .logo img {
    /* Hide the original Naseej logo */
    opacity: 0 !important;
    visibility: hidden !important;
  }
  .category-black .logo::before {
    content: '';
    display: block;
    width: 150px;
    height: 50px;
    background-image: url('../images/naseejblackar.png') !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
  }
  /* SWITCHER */
  .category-black .page-header .switcher.switcher-currency .switcher-options strong {
    color: #fff;
    border: 1px solid #fff;
  }
  /* SEARCH & CART */
  .category-black .search-area .search-span,
  .category-black .search-area a i,
  .category-black header.page-header .search-area span.span-cart {
    color: #fff;
  }
  .category-black .page-header.type3 .header.panel .minicart-wrapper::before {
    filter: brightness(0.5) invert(1);
  }
  .category-black .page-header.type3 .header.panel .minicart-wrapper .action.showcart .counter.qty {
    background-color: transparent !important;
    background: none !important;
    color: #fff !important;
  }
  /* NAVIGATION */
  .category-black .ammenu-nav-sections,
  .category-black .ammenu-nav-sections .section-items,
  .category-black .ammenu-menu-wrapper,
  .category-black ._ammenu-menu-wrapper.-desktop,
  .category-black .ammenu-menu-wrapper.-desktop .ammenu-items {
    background: transparent;
  }
  .category-black .ammenu-menu-wrapper.-desktop .ammenu-item.-main > .ammenu-link {
    background: transparent;
  }
  .category-black .ammenu-menu-wrapper.-desktop .ammenu-item.-main:hover > .ammenu-link,
  .category-black .ammenu-menu-wrapper.-desktop .ammenu-submenu-container {
    background: rgba(0, 0, 0, 0.8);
  }
  /* TOOLBAR */
  .category-black .toolbar select,
  .category-black .toolbar .sorter-action {
    background: rgba(0, 0, 0, 0.8);
    border: 1px solid rgba(212, 175, 55, 0.4);
    color: #f4e7d1;
    padding: 8px 14px;
    font-weight: 500;
    text-transform: uppercase;
  }
  /* 3-COLUMN GRID LAYOUT */
  .category-black .column.main .products.wrapper .products.list.items.product-items,
  .category-black .products.wrapper .products-grid,
  .category-black ol.products.list.items,
  .category-black .products-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 30px 25px !important;
    width: 100% !important;
  }
  /* PRODUCT CARDS */
  .category-black .product-item {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    background: rgba(26, 22, 17, 0.7);
    border: 1px solid rgba(212, 175, 55, 0.3);
    padding: 18px;
    margin: 0;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  }
  .category-black .product-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
    pointer-events: none;
  }
  .category-black .product-item:hover::before {
    opacity: 1;
  }
  .category-black .product-item:hover {
    border-color: rgba(212, 175, 55, 0.6);
    transform: translateY(-3px);
  }
  /* PRODUCT IMAGE */
  .category-black .product-item .product-item-photo {
    overflow: hidden;
    margin-bottom: 15px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.4);
  }
  .category-black .product-item .product-item-photo img {
    transition: transform 0.3s ease;
  }
  .category-black .product-item:hover .product-item-photo img {
    transform: scale(1.05);
  }
  /* PRODUCT DETAILS */
  .category-black .product-item-details {
    display: flex;
    flex-direction: column;
    padding: 25px 20px;
    min-height: 280px;
    justify-content: normal;
    text-align: center;
  }
  /* PRODUCT NAME */
  .category-black .product-item-name {
    color: #f4e7d1;
    font-family: 'Playfair Display', 'Georgia', serif;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.8px;
    line-height: 1.5;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    padding: 0px;
    margin: 0 0 5px 0;
    text-transform: capitalize;
    transition: all 0.3s ease;
  }
  .category-black .product-item-name:hover {
    color: #ffd700;
    transform: translateY(-2px);
  }
  /* HIDE "METRE" TEXT */
  .category-black .price-box .price-label,
  .category-black .price-per-metre .price-label {
    display: none !important;
  }
  /* PRICE */
  .category-black .price-box {
    margin: 15px 0 20px 0;
    text-align: center;
  }
  .category-black .product-item .price {
    color: #ffd700;
    font-family: 'Playfair Display', 'Georgia', serif;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 0.5px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    padding: 15px 10px;
    display: inline-block;
    transition: all 0.3s ease;
  }
  .category-black .product-item .price:hover {
    transform: translateY(-2px);
    text-shadow: 2px 2px 8px rgba(255, 215, 0, 0.6);
    color: #fff;
  }
  /* SWATCHES */
  .category-black .swatch-attribute-options {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 20px 0 25px 0;
  }
  .category-black .swatch-option {
    width: 45px;
    height: 45px;
    border: none !important;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  }
  .category-black .swatch-option:hover {
    border-color: none !important;
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.4);
  }
  .category-black .swatch-option.selected {
    border-color: none !important ;
    border-width: 3px;
    box-shadow: 0 0 12px rgba(255, 215, 0, 0.5);
  }
  /* BUTTON */
  .category-black .product-item-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    padding-top: 20px;
  }
  .category-black .product-item-actions .tocart {
    background: transparent;
    color: #f4e7d1;
    border: 2px solid #d4af37;
    padding: 14px 30px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    max-width: 200px;
    text-align: center;
    transition: all 0.3s ease;
  }
  .category-black .product-item-actions .tocart:hover {
    color: #ffd700;
    border-color: #ffd700;
    transform: translateY(-2px);
    box-shadow: 0 0 15px rgba(212, 175, 55, 0.3);
  }
  /* HIDE EXTRA ICONS */
  .category-black .product-item-actions .action.towishlist,
  .category-black .product-item-actions .action.tocompare,
  .category-black .product-item-actions .secondary {
    display: none !important;
  }
  /* HIDE SIDEBAR AND EXPAND MAIN COLUMN */
  .category-black .sidebar-main,
  .category-black .sidebar.sidebar-main {
    display: none !important;
  }
  /* Expand main content to full width */
  .category-black .columns .column.main {
    width: 100% !important;
    max-width: 100% !important;
  }
  .category-black.page-layout-2columns-left .column.main {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
  }
  /* FOOTER */
  .category-black .footer-middle {
    background: #000;
    border-top: 1px solid rgba(212, 175, 55, 0.3);
  }
  .category-black .footer-middle a {
    color: #f4e7d1;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
    transition: color 0.3s ease;
  }
  .category-black .footer-middle a:hover {
    color: #ffd700;
  }
  .category-black .footer-middle ul.contact-info p b,
  .category-black .footer-middle ul.contact-info li em {
    color: #fff;
  }
  .category-black .footer-bottom {
    border-top: 1px solid rgba(184, 134, 11, 0.2);
    background: #000;
  }
  body.category-black .columns .column.main .products.wrapper > .products.list.items.product-items,
  body.category-black .columns .column.main ol.products.list.items,
  body.catalog-category-view.category-black .products-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 30px !important;
    width: 100% !important;
  }
  body.category-black .products-grid > .product-item,
  body.category-black ol.products.list.items > li.product-item {
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
  }
  /* Desktop - Target the ACTUAL container */
  .category-black ol.filterproducts.products.list.items.product-items {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 30px !important;
    list-style: none !important;
  }
  /* ===== PRODUCT DETAIL PAGE - CATEGORY BLACK ===== */
  .category-black .column.main {
    border: 2px solid #c8a24d;
    padding: 30px;
    margin: 0px auto;
    max-width: 90%;
    transition: all 0.3s ease-in-out;
  }
  /* Product Name */
  .category-black .page-title-wrapper .page-title {
    color: gold;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0 0 8px rgba(200, 162, 77, 0.3);
  }
  /* Price Styling */
  .category-black .price-box .price {
    color: #e6c66d;
    font-size: 1.6rem;
    font-weight: bold;
  }
  /* Product Description */
  .category-black .product.attribute.description,
  .category-black .product.info.detailed {
    color: #eee;
    background: rgba(20, 20, 20, 0.8);
    padding: 20px;
    border: 1px solid rgba(200, 162, 77, 0.3);
  }
  /* Add to Cart Button */
  .category-black .box-tocart .action.tocart {
    background: linear-gradient(90deg, #c8a24d, #e6c66d);
    border: none;
    color: #000;
    font-weight: bold;
    padding: 12px 25px;
    text-transform: uppercase;
    transition: all 0.3s ease;
  }
  .category-black .box-tocart .action.tocart:hover {
    background: linear-gradient(90deg, #e6c66d, #c8a24d);
    box-shadow: 0 0 15px rgba(230, 198, 109, 0.4);
  }
  /* Product Image Frame */
  .category-black .gallery-placeholder {
    background: #111;
    border: 2px solid #c8a24d;
    padding: 10px;
    box-shadow: 0 0 10px rgba(200, 162, 77, 0.15);
  }
  .category-black .body.category-black.catalog-category-view .product-item-info .product.name a,
  .category-black .body.catalog-category-view .product-item-info .product.name a {
    color: #E6C66D !important;
    margin: 0px !important;
  }
  body.category-black.catalog-category-view .product-item-info .product.name a {
    color: gold !important;
    margin: 0px !important;
  }
  .category-black .action {
    color: white;
  }
  .category-black .cartimg {
    filter: brightness(1) invert(0.7) sepia(1) saturate(700%) hue-rotate(10deg);
    transition: filter 0.3s ease;
  }
  .category-black .cartimg:hover {
    filter: invert(0.8) sepia(1) saturate(600%) hue-rotate(20deg) brightness(1.1) contrast(1.1) !important;
    transition: none !important;
  }
  .category-black .price-box.price-final_price {
    color: E6C66D;
  }
  .category-black .btn-text {
    color: white;
  }
  /* REMOVED CONFLICTING CODE - This was forcing single column and breaking the 3-column grid defined earlier */
  .category-black .price-per-metre {
    background: none !important;
  }
  .category-black .columns {
    background: none !important;
    box-shadow: none !important;
  }
  .featured-products .filterproducts.daga.daga.wai.wai.products.list.items.product-items.owl-carousel.owl-rtl.owl-loaded.owl-drag {
    grid-template-columns: 1fr !important;
  }
  h2.filterproduct-title strong:before {
    color: white !important;
  }
  .category-black a.product-item-link {
    color: white !important;
  }
  .category-black ul.items {
    margin: 0 !important;
    margin-top: 7% !important;
  }
  body.category-black div.page-wrapper > .breadcrumbs,
  .category-black div.page-wrapper > .breadcrumbs,
  .category-black .breadcrumbs {
    background: none !important;
    background-image: none !important;
    height: auto !important;
  }
  .category-black .product-item-info .product-item-details .price-box span {
    color: gold !important;
  }
  .category-black span.span-search {
    color: white !important;
  }
  .category-black .page-header.type3 {
    background: black !important;
  }
  .category-black ul.items {
    margin-top: 7% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
  }
  .category-black .column.main {
    padding-right: 30px !important;
  }
  .category-black .page-main {
    padding-bottom: 0px !important;
  }
  .category-black ol.filterproducts.products.list.items.product-items {
    padding: 25px !important;
  }
  body.category-black div.breadcrumbs ul.items {
    margin: 0 auto !important;
    padding-top: 125px !important;
    max-width: 90% !important;
    width: 100%;
    padding-bottom: 20px;
  }
  body.category-black div.topbar .container {
    width: 100% !important;
    max-width: 90% !important;
  }
  body.category-black .page-wrapper > .breadcrumbs {
    height: 185px;
    width: 100% !important;
    max-width: 100% !important;
  }
  body.catalog-category-view main#maincontent {
    padding-top: 0 !important;
  }
  body.category-black .topbar .container {
    width: 100% !important;
    max-width: 1360px !important;
  }
  body.category-black .logo::before {
    width: 150px;
    height: 50px;
    background-size: cover;
    top: -12px;
    right: -10px;
    left: inherit;
  }
  .category-black header.page-header.type3 {
    position: fixed;
    width: 100%;
    height: 118px;
  }
  body.category-black .search-area {
    margin-top: -20px;
  }
  body.category-black .page-wrapper > .breadcrumbs {
    height: 185px;
  }
  body.category-black .columns .column.main .products.wrapper > .products.list.items.product-items,
  body.category-black .columns .column.main ol.products.list.items,
  body.catalog-category-view.category-black .products-grid {
    gap: 20px !important;
  }
  body.category-black div.column.main {
    padding: 20px !important;
  }
  body.category-black div.column.main #layer-product-list .products {
    margin-left: 0;
    margin-right: 0;
  }
  body.category-black .product-item-details {
    padding: 10px 20px 25px;
  }
  body.category-black .product-item-info .product-item-details .price-box span {
    padding-left: 0;
  }
  body.category-black ol.products.list.items > li.product-item,
  body.category-black ol.filterproducts.products.list.items > li.product-item,
  body.catalog-category-view.category-black ol.products.list.items > li.product-item,
  body.catalog-category-view.category-black ol.filterproducts.products.list.items > li.product-item {
    margin-bottom: 10px !important;
  }
  body.category-black .price-box {
    margin: 0 !important;
  }
  body.category-black .product-item-info .product-item-details .price-box .price {
    padding: 8px 0;
  }
  body.category-black div.products-grid .product-item-details .product-item-actions .tocart span .btn-text {
    line-height: 24px;
    margin-right: 5px;
  }
  body.category-black .product-item-info .product-item-details .product-item-actions {
    margin-bottom: 0;
    padding-top: 5px;
  }
  body.category-black .page-header.type3 .header.panel .search-area {
    left: 0px !important;
  }
  body.category-black .header.panel .top-panel {
    padding: 25px 0 0;
    margin: 0 !important;
  }
  body.category-black div.page-wrapper > .breadcrumbs,
  body.category-black div.page-wrapper > .breadcrumbs,
  body.category-black .breadcrumbs {
    margin-bottom: 0;
  }
  body.category-black strong.product-item-name {
    padding-top: 0 !important;
  }
  body.catalog-category-view .columns .column.main {
    margin-bottom: 30px;
  }
  body.category-black .product.details.product-item-details {
    min-height: inherit;
  }
  body.category-black .product.data.items > .item.content {
    padding: 50px 0px 20px;
    background: none !important;
    border: 0;
    box-shadow: none;
  }
  body.category-black.catalog-product-view .columns {
    margin-top: 0px;
    padding: 0;
  }
  body.category-black.catalog-product-view .product-info-main .product-info-price .price-per-metre {
    background: #222 !important;
    margin-top: 10px;
  }
  body.category-black.catalog-product-view .swatch-attribute-options {
    justify-content: flex-start;
  }
  body.category-black.catalog-product-view .swatch-attribute-options {
    gap: 5px;
    margin: 0 0 10px;
    padding-left: 0;
  }
  .category-black.catalog-product-view .price-box .price {
    font-size: 1.2rem;
  }
  .category-black.catalog-product-view .box-tocart .action.tocart {
    padding: 21px 25px;
  }
  .category-black div#description {
    background: 0 0 !important;
    border: none !important;
    box-shadow: none !important;
  }
  .category-black .product.data.items > .item.content {
    padding: 45px 0px 35px 0px;
    background: none;
    border: 0;
    box-shadow: none;
  }
  .category-black .product.data.items > .item.title {
    border-bottom: 0;
  }
  body.category-black.catalog-product-view .product.data.items > .item.title.active > .switch {
    border: 0;
    color: #000 !important;
    background: #fff !important;
  }
  body.category-black.catalog-product-view .product-options-bottom .box-tocart .action.tocart::before {
    filter: brightness(100%) invert(0);
  }
  body.category-black.catalog-product-view .product-add-form .product-options-bottom .box-tocart .field.qty label {
    top: 14px;
  }
  body.category-black.catalog-product-view .product.data.items {
    margin-top: 10px;
  }
  body.category-black.catalog-product-view .product.data.items > .item.title > .switch {
    border-radius: 0;
  }
  body.category-black.catalog-product-view .product-add-form .product-options-bottom .qty.field .input-text.qty,
  body.category-black.catalog-product-view .product-options-bottom .box-tocart .action.tocart {
    border-radius: 0;
  }
  body.category-black.catalog-product-view a#tab-label-additional-title {
    background: #191919 !important;
    color: #fff !important;
  }
  body.category-black.catalog-product-view .product-info-main .swatch-attribute.size .swatch-option {
    font-size: 15px;
    line-height: 10px;
  }
  body.category-black.catalog-product-view .product-info-main .page-title-wrapper h1 {
    margin-bottom: 5px;
  }
  body.category-black.catalog-product-view div.breadcrumbs ul.items {
    padding-bottom: 0;
  }
  body.category-black.catalog-product-view .product.data.items > .item.title > .switch {
    margin: 0;
  }
  .category-black .block-content-quickcart .quickcart-bottom-container .subtotal {
    background: #000;
    color: #fff;
  }
  .category-black .quickcart-bottom-container .subtotal span {
    color: #fff !important;
  }
  .category-black .free-shipping-progress-container {
    background-color: #000 !important;
  }
  .category-black .progress-bar {
    background-color: #2d2d2d !important;
  }
  .category-black .progress-bar-text {
    color: #fff;
    text-shadow: none;
  }
  body.category-black ol.products.list.items > li.product-item,
  body.category-black li.product-item,
  body.category-black .product-item {
    background: #000 !important;
  }
  body.category-black .topbar {
    background: #000 !important;
  }
  body.category-black #minicart-content-wrapper .amount span.price {
    color: #fff !important;
  }
  body.category-black .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .subtotal {
    background-color: #262626;
  }
  body.category-black .product-item-details {
    min-height: inherit;
  }
  body.category-black .minicart-wrapper .block-minicart li {
    border-bottom: 1px solid rgba(212, 175, 55, 0.3);
    margin-bottom: 20px;
  }
  body.category-black .minicart-items-wrapper .product-item:hover {
    transform: inherit !important;
    -webkit-transform: inherit !important;
  }
  body.category-black .minicart-items-wrapper div.product-item-details {
    padding-bottom: 5px;
  }
  body.category-black .minicart-items-wrapper .product-item:hover {
    border: 1px solid rgba(212, 175, 55, 0.3);
  }
  body.category-black .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item:last-child {
    border-bottom: 1px solid rgba(212, 175, 55, 0.3);
  }
  body.category-black .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .subtotal .price-container span.price {
    color: fff !important;
  }
  body.category-black .quickcart-content-wrapper .free-shipping-progress-container {
    background: #000 !important;
  }
  body.category-black .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-bottom-container .subtotal span.label span {
    color: fff !important;
  }
  .category-black .quickcart-bottom-container .subtotal span {
    margin-top: 0;
  }
  body.category-black .minicart-items .product-item:not(:first-child) {
    border-top: 1px solid rgba(212, 175, 55, 0.3);
  }
  /* 05-11-2025 */
  .wp-confirmation-popup {
    max-width: 600px;
    background: #fff;
    padding: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    width: 600px;
  }
  .wp-confirmation-popup .product-wrapper {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 5px;
    margin-top: 20px;
  }
  .wp-confirmation-popup .product-wrapper .product-item-photo {
    margin-bottom: 0;
    margin-left: 15px;
  }
  .wp-confirmation-popup .product-image-wrapper {
    height: auto;
    display: block;
    position: relative;
    z-index: 1;
    overflow: visible;
  }
  .wp-confirmation-popup .product-image-photo {
    position: static;
    width: auto;
  }
  .wp-confirmation-popup .product-image-wrapper {
    overflow: visible;
    height: auto;
  }
  .wp-confirmation-popup .product-image-container {
    overflow: visible;
  }
  .wp-confirmation-popup .wp-content-right .product-item-pricing .price-container .price {
    font-size: 18px;
    color: #5E5E5E;
    font-weight: 600;
    font-family: 'Open Sans';
  }
  .wp-confirmation-popup .wp-content-right .product-item-name a {
    font-family: "Open Sans";
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
  }
  .wp-confirmation-popup .wp-content-right .product-item-pricing .price-container .price {
    font-size: 18px;
    color: #5E5E5E;
    font-weight: 600;
    font-family: 'Open Sans';
  }
  .wp-confirmation-popup .wp-content-right .product.options dl.list dt {
    font-family: "Open Sans";
    font-weight: 600;
    clear: right;
    float: right;
    margin-left: 8px;
    margin-bottom: 0;
    font-size: 14px;
  }
  .wp-confirmation-popup .wp-content-right .product.options dl.list dd {
    font-family: "Open Sans";
    font-weight: normal;
    float: right;
    margin-bottom: 0;
    font-size: 14px;
  }
  .wp-confirmation-popup .wp-content-right .product-item-pricing {
    position: absolute;
    left: 23px;
    top: 93px;
  }
  .wp-confirmation-popup .wp-content-right .product-item-pricing .price-container .price-wrapper .price {
    font-size: 15px;
  }
  .wp-confirmation-popup .wp-content-right .product-item-details .product.options .list {
    margin-bottom: 0;
  }
  .wp-confirmation-popup .added-to-cart-msg {
    color: #000;
    font-size: 16px;
  }
  .wp-confirmation-popup .cart-details-wrapper .subtotal {
    margin-bottom: 20px;
    font-weight: 500;
    font-family: "Open Sans";
    color: #000;
    font-size: 15px;
  }
  .wp-confirmation-popup .cart-details-wrapper .action-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .wp-confirmation-popup .cart-details-wrapper .action-buttons .cart-checkout {
    width: 48%;
    text-align: center;
    text-transform: inherit;
    font-weight: 600;
    padding: 10px 0;
  }
  .wp-confirmation-popup .cart-details-wrapper .action-buttons .cart-checkout:hover {
    background: #fff;
    border: 1px solid #ccc;
    color: #777;
  }
  .wp-confirmation-popup .cart-details-wrapper .action-buttons .action {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    height: 4rem;
    border-radius: 0;
    font-size: 15px;
  }
  .wp-confirmation-popup .cart-details-wrapper .action-buttons .continue-shopping {
    width: 48%;
    font-weight: 600;
  }
  .wp-confirmation-popup .cart-details-wrapper .action-buttons {
    height: 3.2rem;
  }
  .wp-confirmation-popup .mfp-close {
    line-height: 2em;
    background: none;
    border: 0;
  }
  .wp-confirmation-popup .mfp-close:hover {
    background: none;
  }
  .wp-confirmation-popup .mfp-close:after {
    border-left: 2px solid;
    border-color: #000;
  }
  .wp-confirmation-popup .mfp-close:before {
    border-top: 2px solid;
    border-color: #000;
  }
  .wp-confirmation-popup .product-item-details {
    padding: 0;
  }
  .wp-confirmation-popup .cart-details-wrapper .action-buttons .continue-shopping:hover {
    color: #fff;
  }
  /* black product */
  .category-black .wp-confirmation-popup .product-item-name {
    text-shadow: none;
  }
  .category-black .wp-confirmation-popup .wp-content-right .product-item-details .product.options .list {
    color: #000 !important;
    padding-top: 0px !important;
  }
  .category-black .wp-confirmation-popup .wp-content-right .product-item-name a {
    margin-bottom: 0;
  }
  .category-black .wp-confirmation-popup .wp-content-right .product-item-pricing .price-container .price-wrapper .price {
    font-size: 15px;
    color: #000 !important;
  }
  .category-black .wp-confirmation-popup .product-item-name:hover {
    transform: inherit;
  }
  .category-black .wp-confirmation-popup span.price {
    color: #000 !important;
  }
  .category-black .wp-confirmation-popup .cart-details-wrapper .action-buttons .continue-shopping {
    margin-top: 0 !important;
    color: #000 !important;
  }
  .category-black .wp-confirmation-popup .cart-details-wrapper .action-buttons .continue-shopping:hover {
    color: #fff !important;
  }
  body.category-black .wp-confirmation-popup .product-item-details {
    padding: 0 !important;
  }
  .category-black .wp-confirmation-popup .product.options {
    padding-top: 0 !important;
  }
  body.page-products .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .options .option-wrapper dt.label,
  body.page-products .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .options .option-wrapper dd.values {
    color: #171717 !important;
  }
  body.page-products .header .quickcart-wrapper.minicart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .product-item-pricing .label {
    color: #171717 !important;
  }
  body.page-products.category-black .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .options .option-wrapper dt.label,
  body.page-products.category-black .header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .options .option-wrapper dd.values {
    color: #fff !important;
  }
  body.page-products.category-black .header .quickcart-wrapper.minicart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .product-item-pricing .label {
    color: #fff !important;
  }
  .checkout-index-index .new-shipping-address-modal.modal-popup .fieldset .field .label {
    font-size: 16px !important;
  }
  .checkout-index-index .fieldset.address > div.field:nth-child(1) {
    width: 50% !important;
  }
  .checkout-index-index .fieldset.address > div.field:nth-child(2) {
    width: 50% !important;
  }
  .checkout-index-index .fieldset.address > div.field {
    width: 100% !important;
    margin-bottom: 15px;
  }
  .checkout-index-index .fieldset.address > div.field .cbm2-dropdown {
    margin-bottom: 0;
  }
  .checkout-index-index .fieldset.address > .field .control._with-tooltip input.input-text {
    width: 92%;
  }
  .checkout-index-index .field.street .control .field .label {
    margin-bottom: 5px;
  }
  .checkout-index-index .field.street .control .field .field-tooltip {
    right: 0;
    top: -10px;
  }
  .checkout-index-index .new-shipping-address-modal.modal-popup .modal-content {
    padding-bottom: 20px;
  }
  .checkout-index-index .modal-popup.modal-slide .modal-footer .action-save-address {
    font-size: 18px;
  }
  .checkout-index-index .modal-popup.modal-slide .modal-footer {
    font-size: 18px;
  }
  .cbm2-rtl .cbm2-search-container:has(.cbm2-clear-btn) .cbm2-search-input {
    font-size: 16px;
  }
  .checkout-index-index .new-shipping-address-modal.modal-popup .fieldset .field.choice .label {
    margin-right: 10px;
  }
  .fieldset.address .control .field {
    position: relative;
  }
  .fieldset.address .control .field .field-tooltip {
    left: 10px;
    top: 3px;
  }
  fieldset.field.street .field label.label {
    display: none;
  }
  .customer-address-index .additional-addresses a.action.edit {
    margin-left: 0;
  }
  .customer-address-form .form-address-edit .field.street .field-tooltip {
    display: none !important;
  }
  .checkout-index-index .address .field.street .control .field .field-tooltip {
    left: 10px;
    right: inherit;
    top: 0px;
  }
}
@media all and (min-width: 1200px), print {
  .products-grid.columns3 .product-item {
    width: 100%/3;
  }
  .products-grid.columns3 .product-item.nth-child-2np1 {
    clear: none;
  }
  .products-grid.columns3 .product-item.nth-child-3np1 {
    clear: right;
  }
  .products-grid.columns4 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .products-grid.columns4 .product-item {
    padding: 10px;
    width: 100%/4;
  }
  .products-grid.columns4 .product-item.nth-child-2np1,
  .products-grid.columns4 .product-item.nth-child-3np1 {
    clear: none;
  }
  .products-grid.columns4 .product-item.nth-child-4np1 {
    clear: right;
  }
  .products-grid.columns5 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .products-grid.columns5 .product-item {
    padding: 10px 5px;
    width: 100%/5;
  }
  .products-grid.columns5 .product-item.nth-child-2np1,
  .products-grid.columns5 .product-item.nth-child-3np1 {
    clear: none;
  }
  .products-grid.columns5 .product-item.nth-child-5np1 {
    clear: right;
  }
  .products-grid.columns6 {
    margin-left: -4px;
    margin-right: -4px;
  }
  .products-grid.columns6 .product-item {
    padding: 10px 4px;
    width: 100%/6;
  }
  .products-grid.columns6 .product-item.nth-child-2np1,
  .products-grid.columns6 .product-item.nth-child-3np1,
  .products-grid.columns6 .product-item.nth-child-5np1 {
    clear: none;
  }
  .products-grid.columns6 .product-item.nth-child-6np1 {
    clear: right;
  }
  .products-grid.columns7 {
    margin-left: -3px;
    margin-right: -3px;
  }
  .products-grid.columns7 .product-item {
    padding: 10px 3px;
    width: 100%/7;
  }
  .products-grid.columns7 .product-item.nth-child-2np1,
  .products-grid.columns7 .product-item.nth-child-3np1,
  .products-grid.columns7 .product-item.nth-child-5np1 {
    clear: none;
  }
  .products-grid.columns7 .product-item.nth-child-7np1 {
    clear: right;
  }
  .products-grid .columns8 {
    margin-left: -3px;
    margin-right: -3px;
  }
  .products-grid .columns8 .product-item {
    padding: 10px 3px;
    width: 100%/8;
  }
  .products-grid .columns8 .product-item.nth-child-2np1,
  .products-grid .columns8 .product-item.nth-child-3np1,
  .products-grid .columns8 .product-item.nth-child-5np1 {
    clear: none;
  }
  .products-grid .columns8 .product-item.nth-child-8np1 {
    clear: right;
  }
  .products-grid.products.grid.flex-grid.columns3 .product-item.nth-child-2np1 {
    border-right-color: #e3e4e4;
  }
  .products-grid.products.grid.flex-grid.columns3 .product-item.nth-child-3np1 {
    border-right-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns3 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns3 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns3 .product-item:nth-child(3) .product-item-info {
    border-top-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns4 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns4 .product-item.nth-child-3np1 {
    border-right-color: #e3e4e4;
  }
  .products-grid.products.grid.flex-grid.columns4 .product-item.nth-child-4np1 {
    border-right-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(4) .product-item-info {
    border-top-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns5 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns5 .product-item.nth-child-3np1 {
    border-right-color: #e3e4e4;
  }
  .products-grid.products.grid.flex-grid.columns5 .product-item.nth-child-5np1 {
    border-right-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(4) .product-item-info,
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(5) .product-item-info {
    border-top-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-5np1 {
    border-right-color: #e3e4e4;
  }
  .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-6np1 {
    border-right-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(4) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(5) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(6) .product-item-info {
    border-top-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-5np1 {
    border-right-color: #e3e4e4;
  }
  .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-7np1 {
    border-right-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(4) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(5) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(6) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(7) .product-item-info {
    border-top-color: transparent;
  }
  .products-grid.products.grid.flex-grid .columns8 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid .columns8 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid .columns8 .product-item.nth-child-5np1 {
    border-right-color: #e3e4e4;
  }
  .products-grid.products.grid.flex-grid .columns8 .product-item.nth-child-8np1 {
    border-right-color: transparent;
  }
  .products-grid.products.grid.flex-grid .columns8 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid .columns8 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid .columns8 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid .columns8 .product-item:nth-child(4) .product-item-info,
  .products-grid.products.grid.flex-grid .columns8 .product-item:nth-child(5) .product-item-info,
  .products-grid.products.grid.flex-grid .columns8 .product-item:nth-child(6) .product-item-info,
  .products-grid.products.grid.flex-grid .columns8 .product-item:nth-child(7) .product-item-info,
  .products-grid.products.grid.flex-grid .columns8 .product-item:nth-child(8) .product-item-info {
    border-top-color: transparent;
  }
  body.layout-fullwidth .navigation,
  body.layout-fullwidth .header.content,
  body.layout-fullwidth .top-container,
  body.layout-fullwidth .page-wrapper > .breadcrumbs .items {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }
  body.layout-fullwidth .page-header .header.panel {
    padding-left: 20px;
    padding-right: 20px;
  }
  body.layout-fullwidth.catalog-category-view .page-main,
  body.layout-fullwidth.catalog-product-view .page-main,
  body.layout-fullwidth.cms-index-index .page-main,
  body.layout-fullwidth.catalogsearch-result-index .page-main {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main {
    float: left;
    width: calc(100% - (380px + 60px));
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column {
    margin: 0;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar {
    float: right;
    transition: all 0.3s ease;
    width: 380px;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column {
    margin: 0;
  }
  .amcheckout-main-container.-modern.-layout-2columns {
    position: relative;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_utilities.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2Fcss%5C%2Fsource%5C%2F_extends.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_dropdowns.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2Fcss%5C%2Fsource%5C%2F_variables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2Fcss%5C%2Fsource%5C%2F_theme.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_tables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_ReCaptchaCheckoutSalesRule%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_ReCaptchaCustomer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_ReCaptchaFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_ReCaptchaNewsletter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_ReCaptchaReview%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_ReCaptchaSendFriend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_ReCaptchaWishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FAmasty_Base%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_slick-theme.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FAmasty_CheckoutCore%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_classic.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FAmasty_CheckoutStyleSwitcher%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_helpers.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FAmasty_SocialLogin%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_helpers.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMageplaza_AjaxLayer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMageplaza_LayeredNavigation%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMageplaza_LayeredNavigationPro%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMageplaza_ProductFinder%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMageplaza_Search%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMageplaza_LayeredNavigationUltimate%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_ProductVideo%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FAmasty_MegaMenu%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_helpers.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FAmasty_MegaMenu%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_mixins.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FAmasty_SocialLogin%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_mixins.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FAmasty_MegaMenu%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ffrontend%5C%2Fmenu%5C%2F_desktop.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FWeltPixel_Quickview%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FAmasty_Fpc%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_responsive.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_GiftRegistry%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_Customer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_CustomerBalance%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_review.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_cart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_Review%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_Rma%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_SendFriend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_CatalogSearch%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_collapsible_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_AdvancedCheckout%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_GiftWrapping%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_MultipleWishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_Sales%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2Fcss%5C%2Fsource%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_Bundle%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_GiftMessage%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_checkout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_GiftCardAccount%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_Reward%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2Fcss%5C%2Fsource%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2Fcss%5C%2Fsource%5C%2F_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2Fcss%5C%2Fsource%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2Fcss%5C%2Fsource%5C%2F_sections.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_sections.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2Fcss%5C%2Fsource%5C%2F_actions-toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_actions-toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2Fcss%5C%2Fsource%5C%2F_popups.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_modals_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FAmasty_CheckoutStyleSwitcher%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_modern.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FAmasty_SocialLogin%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_base.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FAmasty_SocialLogin%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_magento-override.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FAmasty_SocialLogin%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_tabs.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FAmasty_SocialLogin%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_popup.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FAmasty_SocialLogin%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_social-accounts.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FAmasty_SocialLogin%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcomponents%5C%2F_social-login.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FWeSupply_Toolbox%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_CatalogEvent%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_Vault%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FAmasty_MegaMenu%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ffrontend%5C%2Fcomponents%5C%2F_toggle-btn.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_listings.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_minicart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_estimated-total.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_progress-bar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_modals.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_shipping.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_sidebar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_order-summary.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_authentication.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_payments.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_payment-options.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_Downloadable%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_GiftCard%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_Invitation%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_LayeredNavigation%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_Newsletter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FMagento_Wishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSmartwave%5C%2Fporto_rtl_child%5C%2Far_KW%5C%2FSmartwave_Megamenu%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3B%3B%3B%3BAA8FI%2CeAAC%3BAACD%2CeAAC%3BEC2MD%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAD%5C%2FLA%2CeAAC%3BEC%2BLD%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BADnLA%2CeAAC%3BAACD%2CeAAC%3BAACD%2CQAAQ%2CUAAW%3BECiLnB%2CYAAA%3BED%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAE%2B7CI%2CmBALR%2CiBAII%2CQACK%3BAACD%2CmBANR%2CiBAII%2CQAEK%3BEDlxCT%2CkBAAA%3B%3BAD5MA%2CuBAAC%3BAACD%2CuBAAC%3BEC2MD%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BAD%5C%2FLA%2CuBAAC%3BEC%2BLD%2CmBAAA%3BEAAA%2CsBAAA%3BEAAA%2CWAAA%3B%3BADnLA%2CuBAAC%3BAACD%2CuBAAC%3BAACD%2CQAAQ%2CUAAW%3BECiLnB%2CYAAA%3BED%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAAwDJ%2CuBAAC%3BAACD%2CuBAAC%3BAACD%2CuBAAC%3BEACG%2CqBAAA%3B%3BAEqHR%3BAAgwCA%2CmBAgCI%2CQAAO%3BAA5uCH%2CeADJ%2CQACK%3BEDtDL%2CgBAAA%3BEAAA%2CUAAA%3BEAAA%2CWAAA%3BEAAA%2CqBAAA%3BED5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEE5JA%2CgBAAA%3BEDsPA%2CgBAAA%3B%3BAEjJA%2C0BAAC%3BADmJL%2CkBCnJK%3BADm5CL%2CmBAgCI%2CQAAO%2CMCn7CN%3BADuMG%2CeADJ%2CQACK%2COCvMJ%3BEFiJD%2CWAAA%3BEAAA%2CqBAAA%3B%3BAE5IA%2C0BAAC%3BAD8IL%2CkBC9IK%3BAD84CL%2CmBAgCI%2CQAAO%2CMC96CN%3BADkMG%2CeADJ%2CQACK%2COClMJ%3BEF4ID%2CWAAA%3BEAAA%2C0BAAA%3B%3BAEvIA%2C0BAAC%3BADyIL%2CkBCzIK%3BADy4CL%2CmBAgCI%2CQAAO%2CMCz6CN%3BAD6LG%2CeADJ%2CQACK%2COC7LJ%3BEFuID%2CWAAA%3BEAAA%2C0BAAA%3B%3BADxFA%2C0BAAC%3BAACD%2C0BAAC%3BAACD%2C0BAAC%3BAEwFL%2CkBF1FK%3BAE0FL%2CkBFzFK%3BAEyFL%2CkBFxFK%3BAEw1CL%2CmBAgCI%2CQAAO%2CMF13CN%3BAE01CL%2CmBAgCI%2CQAAO%2CMFz3CN%3BAEy1CL%2CmBAgCI%2CQAAO%2CMFx3CN%3BAE4IG%2CeADJ%2CQACK%2COF9IJ%3BAE8IG%2CeADJ%2CQACK%2COF7IJ%3BAE6IG%2CeADJ%2CQACK%2COF5IJ%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2C0BAAC%3BAACD%2C0BAAC%3BAACD%2CQAAQ%2CUAAW%3BAEiFvB%2CkBFnFK%3BAEmFL%2CkBFlFK%3BAACD%2CQAAQ%2CUEiFZ%3BAAgwCA%2CmBAgCI%2CQAAO%2CMFn3CN%3BAEm1CL%2CmBAgCI%2CQAAO%2CMFl3CN%3BAACD%2CQAAQ%2CUEi1CZ%2CoBAgCI%2CQAAO%3BAA5uCH%2CeADJ%2CQACK%2COFvIJ%3BAEuIG%2CeADJ%2CQACK%2COFtIJ%3BAACD%2CQAAQ%2CUEqIJ%2CgBADJ%2CQACK%3BEDtDL%2CWAAA%3BEAAA%2CYAAA%3BED5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAE4ER%2CkBAtPK%3BAAsPL%2CkBArPK%2CIAAI%3BAAq%5C%2FCT%2CmBAgCI%2CQAAO%2CMAthDN%3BAAs%5C%2FCL%2CmBAgCI%2CQAAO%2CMArhDN%2CIAAI%3BAAySD%2CeADJ%2CQACK%2COA1SJ%3BAA0SG%2CeADJ%2CQACK%2COAzSJ%2CIAAI%3BEACD%2CgBAAA%3B%3BADFJ%2CoBAAC%3BAACD%2CoBAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CoBAAC%3BEACG%2CWAAA%3B%3BACmIR%2CoBEtII%3BEAEI%2CeAAA%3BEH8OJ%2CqBAAA%3BEIhOA%2CqBAAA%3B%3BAAMA%2CoBDtBA%2CeCsBC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEJ9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSKxQQ%2COLwQR%3BEAAA%2CaM7Oe%2CaN6Of%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEIqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CoBDnCJ%2CeCkCC%2CMACI%3BEJ6ML%2CcAAA%3B%3BAIvMI%2CoBDzCJ%2CeCwCC%2COACI%3BEJuML%2CcAAA%3B%3BAGqEA%2CoBArTA%2CeAqTC%3BEHrED%2CqBAAA%3BEIhOA%2CqBAAA%3B%3BAAMA%2CoBDtBA%2CeAqTC%2COC%5C%2FRA%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEJ9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSKzQM%2COLyQN%3BEAAA%2CaM7Oe%2CaN6Of%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEIqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CoBDnCJ%2CeAqTC%2COCnRA%2CMACI%3BEJ6ML%2CcAAA%3B%3BAIvMI%2CoBDzCJ%2CeAqTC%2COC7QA%2COACI%3BEJuML%2CcAAA%3B%3BAC1GJ%2CoBEiDI%3BEHyDA%2CSAAA%3BEAAA%2CUAAA%3BEE1KA%2CqBAAA%3BEF0KA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CYAAA%3BEGhDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEH8CJ%2CSAAA%3BEAAA%2CyCAAA%3B%3BAC1GJ%2CoBEiDI%2CYAsBI%3BEHmCJ%2CSAAA%3BEAAA%2CyBAAA%3B%3BAG3BQ%2CoBA9BR%2CYAsBI%2CGAQK%3BEH2BT%2CmBAAA%3BEGzBY%2CeAAA%3B%3BAAuTZ%2CoBAvVA%2CYAuVC%3BAACD%2CoBAxVA%2CYAwVC%3BEACG%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CoBAjWA%2CYAiWC%3BEACG%2CiBAAA%3BEHzSJ%2CsDAAA%3BEG2SI%2CWAAA%3B%3BAAGJ%2CoBAvWA%2CYAuWC%3BEACG%2CiBAAA%3BEH%5C%2FSJ%2CsDAAA%3BEGiTI%2CWAAA%3B%3BAAzDJ%2CoBAjTA%2CYAiTC%3BEHxPD%2CUAAA%3BEAAA%2CUAAA%3B%3BAG6PA%2CoBAtTA%2CYAsTC%3BEH7PD%2CSAAA%3BEAAA%2CUAAA%3B%3BAGZA%2CoBAAC%3BEACG%2CiBAAA%3B%3BAADJ%2CoBAAC%2COAGG%3BEACI%2CcAAA%3B%3BAF3DZ%2C6BGuDM%3BEJhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAIHA%2C6BAAC%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEJ9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CWAAA%3BEAAA%2CSK5PU%2COL4PV%3BEAAA%2CaM7Oe%2CaN6Of%3BEAAA%2CsBAAA%3BEIqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2C6BADH%2CMACI%3BEJ2PL%2CcAAA%3B%3BAIrPI%2C6BADH%2COACI%3BEJqPL%2CWAAA%3B%3BAEjJA%2CiBDgGE%2CIChGD%3BEFiJD%2CWAAA%3BEAAA%2C0BAAA%3B%3BAE5IA%2CiBD2FE%2CIC3FD%3BEF4ID%2CWAAA%3BEAAA%2C0BAAA%3B%3BAEvIA%2CiBDsFE%2CICtFD%3BEFuID%2CWAAA%3BEAAA%2C0BAAA%3B%3BAEjJA%2CcAAC%3BEFiJD%2CWAAA%3BEAAA%2CqBAAA%3B%3BAE5IA%2CcAAC%3BEF4ID%2CWAAA%3BEAAA%2C0BAAA%3B%3BAEvIA%2CcAAC%3BEFuID%2CWAAA%3BEAAA%2C0BAAA%3B%3BACsDI%2CeADJ%2CQACK%3BEAlDL%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3B%3BAD5PA%2CiBAAC%3BAACD%2CiBAAC%3BAC4QL%2CeACI%2CUAMI%2CiBDpRH%3BAC6QL%2CeACI%2CUAMI%2CiBDnRH%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CiBAAC%3BACuQL%2CeACI%2CUAMI%2CiBD9QH%3BEACG%2CWAAA%3B%3BAC8xCR%2CeACI%3BAAsBJ%3BEAr4BI%2CsBAAA%3B%3BAG7ZA%2CoBAAC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEJ9DA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CSKxQQ%2COLwQR%3BEAAA%2CaM7Oe%2CaN6Of%3BEAAA%2CsBAAA%3BEIqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAJ7TA%2CiBAAC%3BAACD%2CiBAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CiBAAC%3BEACG%2CWAAA%3B%3BACkfR%2CiBEpGI%3BEACI%2CWAAA%3BEACA%2CSAAA%3B%3BAFkGR%2CiBE%5C%2FFI%3BEACI%2CYAAA%3BEACA%2CSAAA%3B%3BAF6FR%2CiBE%5C%2FEI%2COAAM%3BEACF%2C6BAAA%3BEACA%2C0BAAA%3B%3BAF6ER%2CiBE1EI%2COAAS%3BEACL%2C4BAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BAFuER%2CiBEtYI%3BEHiIA%2CqBAAA%3BEIhOA%2CqBAAA%3B%3BAHqeJ%2CiBEtYI%2CeCqHE%3BEJhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAI2CA%2CiBDyFA%2CeCzFC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEJ9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSKxQQ%2COLwQR%3BEAAA%2CaM7Oe%2CaN6Of%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEIqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CiBD4EJ%2CeC7EC%2CMACI%3BEJ6ML%2CcAAA%3B%3BAIvMI%2CiBDsEJ%2CeCvEC%2COACI%3BEJuML%2CcAAA%3B%3BAGuHA%2CiBAxPA%2CeAwPC%3BEHvHD%2CqBAAA%3BEIhOA%2CqBAAA%3B%3BADuVA%2CiBAxPA%2CeAwPC%2COCnIC%3BEJhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAI2CA%2CiBDyFA%2CeAwPC%2COCjVA%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEJ9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSKzQM%2COLyQN%3BEAAA%2CaM7Oe%2CaN6Of%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEIqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CiBD4EJ%2CeAwPC%2COCrUA%2CMACI%3BEJ6ML%2CcAAA%3B%3BAIvMI%2CiBDsEJ%2CeAwPC%2COC%5C%2FTA%2COACI%3BEJuML%2CcAAA%3B%3BACqQJ%2CiBE9TI%3BEHyDA%2CSAAA%3BEAAA%2CUAAA%3BEE1KA%2CqBAAA%3BEF0KA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEGhDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEH8CJ%2CSAAA%3BEAAA%2CyCAAA%3B%3BACqQJ%2CiBE9TI%2COAsBI%3BEHmCJ%2CSAAA%3BEAAA%2CkBAAA%3B%3BAG3BQ%2CiBA9BR%2COAsBI%2CGAQK%3BEH2BT%2CmBAAA%3BEGzBY%2CeAAA%3B%3BAAuTZ%2CiBAvVA%2COAuVC%3BAACD%2CiBAxVA%2COAwVC%3BEACG%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CiBAjWA%2COAiWC%3BEACG%2CiBAAA%3BEHzSJ%2CsDAAA%3BEG2SI%2CWAAA%3B%3BAAGJ%2CiBAvWA%2COAuWC%3BEACG%2CiBAAA%3BEH%5C%2FSJ%2CsDAAA%3BEGiTI%2CWAAA%3B%3BAAlCJ%2CiBAxUA%2COAwUC%3BEH%5C%2FQD%2CWAAA%3BEAAA%2CUAAA%3B%3BAGoRA%2CiBA7UA%2COA6UC%3BEHpRD%2CUAAA%3BEAAA%2CUAAA%3B%3BAGZA%2CiBAAC%3BEACG%2CiBAAA%3B%3BAADJ%2CiBAAC%2COAGG%3BEACI%2CcAAA%3B%3BAChQR%2CkBAAC%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEJ9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CaM7Oe%2CaN6Of%3BEAAA%2CsBAAA%3BEIqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAHqaJ%2CeAEM%3BAAkxBN%2CmBACI%2COAnxBE%3BEDhfF%2C0BAAA%3BEC4bA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BED9bA%2C0BAAA%3BEAAA%2CcAAA%3BEIhOA%2CqBAAA%3B%3BAH8sBJ%2CeAEM%2CSAjDD%3BAAm0BL%2CmBACI%2COAnxBE%2CSAjDD%3BEACG%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3B%3BAAIR%2CmBGldM%3BAH0fN%2CeAEM%2CSG5fA%3BAH8wCN%2CmBACI%2COAnxBE%2CSG5fA%3BEJhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAI2CA%2CmBAAC%3BAHwsBL%2CeAEM%2CSG1sBD%3BAH49CL%2CmBACI%2COAnxBE%2CSG1sBD%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEJ9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSKxQQ%2COLwQR%3BEAAA%2CaM7Oe%2CaN6Of%3BEAAA%2CeAAA%3BEAAA%2CsBAAA%3BEIqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAHyrCJ%2CmBACI%3BEApxBA%2CSAAA%3B%3BAAmxBJ%2CmBACI%2COAnxBE%2CSAEG%3BEACG%2CcAAA%3B%3BAA%2BwBZ%2CmBACI%2COA7wBA%3BEACI%2CaAAA%3BEDvfJ%2CsBAAA%3BECyfI%2CkBAAA%3B%3BAGzpBJ%2CeH2pBC%2COACK%2CSG5pBL%3BAHk6CL%2CmBACI%2COAxwBC%2COACK%2CSG5pBL%3BEJgKD%2CSKzQM%2COLyQN%3B%3BACkwCJ%2CmBACI%2COAxwBC%2COAOG%3BEACI%2CcAAA%3B%3BAG7tBR%2CcAAC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEJ9DA%2CcAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CSKxQQ%2COLwQR%3BEAAA%2CaM7Oe%2CaN6Of%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEIqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAzOA%2CuBAAC%3BEJgKD%2CSKzQM%2COLyQN%3B%3BACw0BJ%2CuBAMI%2CQAAO%3BED90BP%2CqBAAA%3BEI9QA%2CqBAAA%3B%3BAAMA%2CaAAC%3BAHglCL%2CuBAMI%2CQAAO%2CIGtlCN%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEJ9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSOpOU%2COPoOV%3BEAAA%2CaM7Oe%2CaN6Of%3BEAAA%2CsBAAA%3BEIqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAHmkCJ%2CmBAkBI%3BEAlUA%2CaAAA%3B%3BAAyFJ%2CkBOz6BM%2CQAAQ%2CKAAE%2CUAAU%2CMAChB%3BAPw6BV%2CkBOz6BM%2CQAAQ%2CKAAE%2CUAAU%2CMAEhB%3BERdN%2CmBAAA%3B%3BACq7BJ%2CkBOv%2BBM%2CQAGI%2CKACI%3BAPm%2BBd%2CkBOt%2BBM%2CQAEI%2CKACI%3BAPm%2BBd%2CkBOr%2BBM%2CQACI%2CKACI%3BAPm%2BBd%2CkBOv%2BBM%2CQAGI%2CKAEI%3BAPk%2BBd%2CkBOt%2BBM%2CQAEI%2CKAEI%3BAPk%2BBd%2CkBOr%2BBM%2CQACI%2CKAEI%3BEACE%2CYAAA%3B%3BAPi%2BBhB%2CkBO59BM%2CQACI%2CKACI%3BAP09Bd%2CkBO59BM%2CQACI%2CKAEI%3BERoCV%2C6BAAA%3B%3BACijCJ%2CeAKI%3BEDtjCA%2CgBAAA%3BECikCA%2COAAO%2CyBAAP%3B%3BAA2HI%2CmBADJ%2CYACK%2CQAOG%2CQAAQ%2COG%5C%2FsCd%3BEJhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAI2CA%2CmBHq5CA%2CYACK%2CQAOG%2CQAAQ%2COG75Cf%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEJ9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSKxQQ%2COLwQR%3BEAAA%2CaM7Oe%2CaN6Of%3BEAAA%2CsBAAA%3BEIqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAzOA%2CmBH21CA%2CYACK%2CQAuBI%2CSAKG%2CQAAQ%2COGx3CnB%3BEJgKD%2CSKzQM%2COLyQN%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAStSJ%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%3BACqBJ%3BEACI%3BIACI%2CWAAW%2CsBAAqB%2CSAAhC%3B%3BEAGJ%3BIACI%2CWAAW%2CsBAAqB%2CgBAAhC%3B%3B%3BACTR%3BEACI%2CoBAAA%3B%3BACnBJ%3BEACI%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CeAAA%3BEACA%2C8BAAA%3B%3BAAGJ%3BEAEQ%2CcAAA%3BEACA%2C8BAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAGJ%2C4BAAC%2CIAAI%3BEACD%2CmBAAA%3B%3BAAGJ%2C4BAAC%3BEACG%2C4CAAA%3B%3BAAGJ%2C4BAAC%3BEACG%2CqBAAA%3B%3BAAeR%2CgBAXuC%3BEACnC%3BIAEQ%2CUAAA%3B%3BEAGJ%2C4BAAC%2CeAAe%3BIACZ%2CgBAAA%3B%3B%3BACzCZ%3BEACI%2CkBAAA%3BEACA%2C0BAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BACYJ%3BEACE%2CyBAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAAGF%2CWAAY%3BEACV%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAGF%3BEACE%2COAAO%2CiBAAP%3BEACA%2CoBAAA%3B%3BAAGF%2CuBAAwB%3BEACtB%2CqBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAC3BF%3BEACE%2CyBAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAAVF%2CWAYE%3BEACE%2CQAAA%3BEACA%2CSAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAIJ%3BEACE%2COAAO%2CiBAAP%3BEACA%2CoBAAA%3B%3BAAGF%2C%2BBAAgC%3BEAC9B%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3B%3BAAGF%2CeACI%3BEACI%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAJR%2CeAOI%2CaAAY%3BEACR%2CmCAAA%3BEACA%2CkCAAA%3BEACA%2CeAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CSAAS%2COAAT%3BEACA%2CaAAa%2CYAAb%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAArBR%2CeAwBI%2CQAAO%2CYAAY%3BEACf%2CSAAS%2COAAT%3B%3BAAzBR%2CeA2BI%2CMAAK%2CaAAa%3BAA3BtB%2CeA2B8B%2CMAAK%2CiBAAiB%3BAA3BpD%2CeA2B4D%2CMAAK%2CcAAc%3BAA3B%5C%2FE%2CeA2BuF%2COAAM%3BEACrF%2CwBAAA%3BEACA%2C2BAAA%3B%3BAA7BR%2CeA%2BBI%2CqBAAqB%2CGAAG%2CEAAC%3BEACrB%2C2BAAA%3BEACA%2CcAAA%3B%3BAAjCR%2CeAmCI%2CqBAAqB%2CGAAG%2CEAAC%2CMAAO%3BEAC5B%2CcAAA%3B%3BAApCR%2CeAsCI%2CqBAAqB%3BEACjB%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3B%3BAA3CR%2CeA6CI%3BEACI%2CkBAAA%3B%3BAAGR%3BEACI%2CaAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BACjFJ%2CCAAC%2CcAAc%3BAAAiB%3BEAC9B%2C6BAAA%3BEACA%2C2BAAA%3BEACA%2C4BAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAGF%2CwBAAyB%2CeAAe%3BEACtC%2CQAAA%3B%3BAAGF%2CwBAAyB%2CeAAe%2CMAAK%3BEAC3C%2C2BAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAAGF%2CEAAE%2CcAAc%3BEACd%2C6BAAA%3BEACA%2CiCAAA%3BEACA%2CuBAAA%3B%3BAAGF%2CwBAAyB%2CeAAe%3BEACtC%2CmBAAA%3B%3BAAGF%2CuBAAwB%2CgBAAgB%2CGAAE%2CcAAe%3BEACvD%2C0BAAA%3B%3BAAGF%2CuBAAwB%2CgBAAgB%2CGAAE%2CaAAc%2CMAAK%3BEAC3D%2CsBAAA%3B%3BAAGF%2CEAAE%2CeAAe%3BEACf%2CUAAA%3B%3BAAGF%2CEAAE%2CeAAe%3BEACf%2CoDAAA%3B%3BAAGF%2CEAAE%2CeAAe%3BEACf%2CsBAAA%3BEACA%2CoDAAA%3B%3BAAGF%3BEACE%2CgBAAA%3B%3BAAGF%3BEACE%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGF%2CuBAAwB%3BEACtB%2CmBAAA%3B%3BAAGF%2CuBAAwB%2CgBAAe%3BEACrC%2CyBAAA%3B%3BAAuBF%2CQApB2B%3BEACzB%2CsBAAuB%3BIACrB%2CUAAA%3BIACA%2CUAAA%3BIACA%2CqBAAA%3BIACA%2CkBAAA%3B%3BEAGF%2CsBAAuB%3BIACrB%2CUAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAGF%2CoBAAqB%3BIACnB%2CuBAAA%3B%3B%3BAAiBJ%2CQAb2B%3BEACzB%3BIACE%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3B%3BEAGF%3BIACE%2CcAAA%3BIACA%2CkBAAA%3B%3B%3BAAeJ%2CQAX0B%2CuBAAuB%3BEAC%5C%2FC%3BIACE%2CcAAA%3BIACA%2CwBAAA%3B%3BEAGF%2CgBAAiB%3BIACf%2CsBAAA%3B%3B%3BAAIJ%2CgBAAiB%3BEACf%2CYAAA%3B%3BAAGF%2CoBAAqB%3BEACnB%2CeAAA%3BEACA%2CqBAAA%3B%3BAAGF%3BEACE%2CuBAAA%3BEACA%2CyBAAA%3BEACA%2C6BAAA%3B%3BAAGF%2C4BAA6B%2CeAAc%3BEACzC%2C2BAAA%3BEACA%2C8BAAA%3B%3BAAGF%2CYAAa%2CeAAc%3BEACzB%2CuBAAA%3B%3BAAGF%2CiBAAkB%2CeAAc%3BEAC9B%2CoBAAA%3B%3BAAsBF%2CQApB0B%3BEACxB%3BIACE%2CkBAAA%3B%3BEAGF%2CgBAAiB%3BIACf%2CsBAAA%3B%3BEAGF%2CMAAM%2COAAQ%2COAAM%3BIAClB%2CaAAA%3B%3BEAEF%2CMAAM%2COAAO%2COAAQ%2COAAM%3BIACzB%2CcAAA%3BIACA%2CeAAA%3BIACA%2CQAAA%3BIACA%2CeAAA%3BIACA%2CUAAA%3B%3B%3BAAGJ%3BEACE%2CUAAA%3BEACA%2CYAAA%3B%3BAAGF%2CsBAAuB%3BEACrB%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAGF%3BEACE%2CmBAAA%3BEACA%2CWAAA%3BEACA%2C8CAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3B%3BAAGF%3BEACE%2CkBAAA%3B%3BAAGF%2C4BAA4B%3BEAC1B%2CyBAAA%3B%3BAAGF%2CCAAC%2CoBAAoB%3BEACnB%2CqBAAA%3B%3BAAEF%2CoBAAqB%3BEAChB%2CkBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BACrML%2C2BAA4B%3BEAC1B%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAGF%2CyBAA0B%3BEACxB%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAAGF%3BEACE%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAGF%3BEACE%2CkBAAA%3BEACA%2CyBAAA%3B%3BAAGF%2CsBAAuB%3BEACrB%2CkBAAA%3BEACA%2C4BAAA%3B%3BAAGF%2CcAAc%3BEACZ%2CqBAAA%3B%3BAAGF%3BEACE%2CwBAAA%3B%3BAAGF%2CeAAe%3BEACb%2CqBAAA%3B%3BAAGF%3BEACE%2CwBAAA%3B%3BAAIF%3BEACE%2CaAAA%3B%3BAAGF%2CwBAAwB%3BEACtB%2CcAAA%3BEACA%2CWAAA%3B%3BAAGF%3BEACE%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CqCAAA%3BEACA%2CkCAAA%3BEACA%2CgCAAA%3BEACA%2C6BAAA%3BEACA%2CyBAAA%3B%3BAAGF%2CeAAgB%3BEACd%2CaAAA%3BEACA%2CcAAA%3B%3BAAGF%2CeAAe%3B%3BEACb%2CSAAS%2CEAAT%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2C2BAAA%3BEACA%2CmBAAA%3BEACA%2CiCAAA%3B%3BAAGF%2CcAAe%2CMAAK%3BEAClB%2CaAAA%3B%3BAAGF%3B%3BEAEE%2CQAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3B%3BEAEA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CoCAAA%3BEACA%2CgBAAA%3BEACA%2CqCAAA%3BEACA%2CkCAAA%3BEACA%2CgCAAA%3BEACA%2C6BAAA%3B%3BAAGF%2CwBAAyB%3BEACvB%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2C6BAAA%3BEACA%2CWAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3B%3BAAGF%2CwBAAyB%2CeAAc%3BEACrC%2CyBAAA%3B%3B%3BAAIF%2CeAAe%3BEACb%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGF%2CeAAe%2COAAQ%3BEACrB%2CiBAAA%3B%3BAAGF%2CeAAe%3BEACb%2C0BAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3B%3BAAGF%2CeAAe%2CMAAM%3BEACnB%2CiCAAA%3B%3BAAGF%2CeAAe%2CMAAO%3BEACpB%2C2CAAA%3BEACA%2CiBAAA%3B%3BAAGF%3BEACE%2CsDAAA%3BEACA%2C6BAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAGF%2CuBAAwB%3BEACtB%2CsBAAA%3B%3BAAGF%3BEACE%2CoBAAA%3BEACA%2CkBAAA%3B%3BAAQF%2CmBALqC%3BEACjC%3BIACI%2CUAAA%3B%3B%3BAAGR%2CkBAAmB%3BEACjB%2CaAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAAGF%3BEACE%2CaAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BACpLF%2CwBAT0C%3BEACxC%2CWAAY%3BIACV%2CmBAAA%3BIACA%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CaAAA%3B%3B%3BAAIJ%3BEACE%2CwBAAA%3B%3BAAGF%3BEACE%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAGF%3BEACE%2CkBAAA%3BEACA%2C0BAAA%3BEACA%2CgBAAA%3BEACA%2CgCAAA%3BEACA%2C8BAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CwBAAC%3BEACC%2CmBAAA%3B%3BAAIJ%2CwBAAyB%3BEACvB%2CUAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAAGF%3BEACE%2CYAAA%3BEACA%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAAGF%3BEACE%2CmBAAA%3B%3BAAGF%2CKAAK%3BEACH%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAAGF%3BEACE%2CWAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3B%3BAAGF%3BEACE%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAGF%3BEACE%2CeAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAGF%3BEACE%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAGF%3BEACE%2CeAAA%3BEACA%2CkBAAA%3B%3BAAFF%2CYAIE%3BEACE%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CuBAAA%3B%3BAAIJ%2CyBAAyB%2CYAAa%2CaAAa%3BEACjD%2CmBAAA%3B%3BAAGF%3BEACE%2CkBAAA%3B%3BAAGF%2CEAAE%3BEACA%2CoBAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3B%3BAAGF%2CCAAC%3BEACC%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3B%3BAAGF%3BEACE%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3B%3BAAGF%2CCAAC%2CUAAU%2CMAAS%3BEAClB%2CcAAA%3B%3BAAGF%2CiBAAkB%3BEAChB%2CeAAA%3B%3BAAGF%2CiBAAkB%2CaAAa%3BEAC7B%2CcAAA%3B%3BAAGF%2CiBAAkB%3BEAChB%2CiBAAA%3B%3BAAGF%2CiBAAkB%2CiBAAiB%3BEACjC%2CeAAA%3B%3BAAGF%2CiBAAkB%3BEAChB%2C6BAAA%3B%3BAAGF%3BEACE%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAkBF%2CwBAN0C%3BEACxC%3BIACE%2CqBAAA%3BIACA%2C8BAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAC9HJ%3BAAAe%3BEACb%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3B%3BAAgBF%3BEACE%2CkBAAA%3B%3BAADF%2CwBAGE%3BEACE%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAARJ%2CwBAGE%2CkBAOE%3BEACE%2CsBAAA%3B%3BAAXN%2CwBAeE%3BEACE%2CqBAAA%3BEACA%2COAAO%2CiBAAP%3B%3BAAjBJ%2CwBAoBE%2CKAAI%2CgBAAgB%3BEAClB%2CcAAA%3B%3BAArBJ%2CwBAwBE%2CEAAC%2CyBAAyB%3BEACxB%2CgBAAA%3B%3BAAzBJ%2CwBA4BE%2CgBAAgB%2CeAAc%3BEAC5B%2CSAAS%2CEAAT%3B%3B%3BAAiFJ%2CwBA3E0C%3BEACtC%3BIACI%2CgBAAA%3BIACA%2CMAAA%3BIACA%2CWAAA%3BIACA%2CsBAAA%3B%3BEAJJ%2CWAMI%3BIACI%2CYAAY%2CkBAAZ%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEATR%2CWAWI%2CgBAAe%3BIACX%2CYAAA%3BIACA%2CUAAA%3BIACA%2CsBAAA%3BIACA%2CkBAAA%3B%3BEAfR%2CWAiBI%2CgBAAe%3BIACX%2CmBAAA%3B%3BEAlBR%2CWAoBI%2CgBAAe%3BIACX%2CgBAAA%3B%3BEArBR%2CWAuBI%2CgBAAe%2CyBAAyB%3BIACpC%2CgBAAA%3B%3BEAIR%3BIACI%2CaAAA%3B%3BEAGJ%2CmCAAoC%2CeAAc%3BIAC9C%2CcAAA%3B%3BEAGJ%2CGAAG%2C6BAA8B%2CIAAG%3BIAChC%2CwBAAA%3B%3BEAGJ%2CGAAG%3BIACC%2CkBAAA%3B%3BEAGJ%2CGAAG%2CmBAAmB%3BIAClB%2CeAAA%3B%3BEAGJ%2CmBAAoB%3BIAChB%2CWAAA%3BIACA%2CyBAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2C6BAA8B%3BIAC1B%2C2BAAA%3B%3BEAGJ%2C6BAA8B%3BIAC1B%2COAAO%2CSAAP%3BIACA%2CeAAA%3B%3BEAGJ%2CCAAC%3BIACG%2CyBAAA%3B%3BEAGJ%3BIACI%2CqBAAA%3BIACA%2CeAAA%3B%3B%3B%3BACzFR%2CwBAPA%2C8BACA%2C8BAA6B%3BEACzB%3BIACI%2CYAAA%3BIACA%2CUAAA%3B%3B%3BACvFR%2CqBAAqB%3BEAIb%2CmBAAA%3B%3BAAJR%2CqBAAqB%2CSCUjB%2CaAAY%2CMAAM%3BEACd%2CoBAAA%3B%3BADXR%2CqBAAqB%2CSCUjB%2CaAAY%2CMAAM%3BEACd%2CmBAAA%3B%3BADXR%2CqBAAqB%2CSCUjB%2CaAAY%2CMAAM%3BEACd%2CmBAAA%3B%3BADXR%2CqBAAqB%2CSCUjB%2CaAAY%2CMAAM%3BEACd%2CmBAAA%3B%3BADXR%2CqBAAqB%2CSCUjB%2CaAAY%2CMAAM%3BEACd%2CmBAAA%3B%3BADXR%2CqBAAqB%2CSCUjB%2CaAAY%2CMAAM%3BEACd%2CmBAAA%3B%3BADXR%2CqBAAqB%2CSCUjB%2CaAAY%2CMAAM%3BEACd%2CmBAAA%3B%3BADXR%2CqBAAqB%2CSCUjB%2CaAAY%2CMAAM%3BEACd%2CmBAAA%3B%3BADXR%2CqBAAqB%2CSCUjB%2CaAAY%2CMAAM%3BEACd%2CmBAAA%3B%3BADXR%2CqBAAqB%2CSCUjB%2CaAAY%2CMAAM%3BEACd%2CmBAAA%3B%3BADXR%2CqBAAqB%2CSAOjB%3BEACI%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3B%3BAAVR%2CqBAAqB%2CSAajB%3BEACI%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3B%3BAApBR%2CqBAAqB%2CSAuBjB%2CaAAY%3BEACR%2CqBAAA%3BEACA%2CsBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BAA7BR%2CqBAAqB%2CSAgCjB%2CaAAY%2CMAAM%3BEACd%2CgBAAA%3B%3BAAjCR%2CqBAAqB%2CSAoCjB%2CaAAY%2CMAAS%3BEACjB%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAtCR%2CqBAAqB%2CSAyCjB%2CaAAY%2CMAAM%2CMAAS%3BEACvB%2CqBAAA%3B%3BAA1CR%2CqBAAqB%2CSA6CjB%2CaAAY%2CMAAM%2CMAAS%3BEACvB%2CcAAA%3B%3BAA9CR%2CqBAAqB%2CSAiDjB%2CgBAAe%3BEACX%2COAAA%3BEACA%2CWAAA%3B%3BAAnDR%2CqBAAqB%2CSAsDjB%3BEAEQ%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEACA%2C2CAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CqBAnEa%2CSAsDjB%2C0BAaK%2CIAAI%3BEACD%2CaAAA%3B%3BAAGJ%2CqBAvEa%2CSAsDjB%2C0BAiBK%2CIAAI%3BEACD%2CaAAA%3B%3BAAxEZ%2CqBAAqB%2CSA4EjB%2C6BACM%2CeAAY%3BEACV%2CaAAA%3BEACA%2CgBAAA%3B%3BAA%5C%2FEZ%2CqBAAqB%2CSA4EjB%2C6BAMM%2CeAAY%2COAAU%2CkBAAe%2CIAAI%3BEACvC%2CmBAAA%3B%3BAAnFZ%2CqBAAqB%2CSA4EjB%2C6BAUI%3BEACI%2CsBAAA%3BEACA%2CUAAA%3B%3BAAxFZ%2CqBAAqB%2CSA4EjB%2C6BAeI%2CiBAAgB%2CIAAI%3BEAChB%2CgBAAA%3B%3BAAGJ%2CYAAY%2CMAAO%2CsBA%5C%2FFN%2CSA4EjB%3BEAoBQ%2CSAAA%3B%3BAAGJ%2CYAAY%2CMAAO%2CsBAnGN%2CSA4EjB%2C6BAuB2B%2CeAAY%3BEAC%5C%2FB%2CeAAA%3B%3BAApGZ%2CqBAAqB%2CSA4EjB%2C6BA2BI%3BEACI%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAzGZ%2CqBAAqB%2CSA4EjB%2C6BAgCI%2CaAAY%2CMAAO%3BAA5G3B%2CqBAAqB%2CSA4EjB%2C6BAiCI%2CaAAY%2CSAAU%3BAA7G9B%2CqBAAqB%2CSA4EjB%2C6BAkCI%2CaAAY%2CMAAO%2CaAAY%2CQAAQ%3BAA9G%5C%2FC%2CqBAAqB%2CSA4EjB%2C6BAmCI%2CaAAY%2CSAAU%2CaAAY%2CQAAQ%3BEACtC%2CcAAA%3B%3BAAhHZ%2CqBAAqB%2CSA4EjB%2C6BAuCI%2CaAAY%2CQAAQ%2CMAAM%3BAAnHlC%2CqBAAqB%2CSA4EjB%2C6BAwCI%2CaAAY%2CQAAQ%2CSAAS%3BEACzB%2CmBAAA%3B%3BAArHZ%2CqBAAqB%2CSA4EjB%2C6BA4CI%2CaAAY%3BAAxHpB%2CqBAAqB%2CSA4EjB%2C6BA6CI%2CaAAY%2CIAAI%2CUAAU%2CIAAI%3BEAC1B%2CoBAAA%3BEACA%2CmBAAA%3B%3BAAIA%2CqBA%5C%2FHS%2CSA4EjB%2C6BAkDI%2CkCAAoC%2CeAAY%2CIAAI%2CUAC%5C%2FC%3BECtIL%2CaAAA%3BEAIA%2CuBAAA%3BEAIA%2CmBAAA%3BEA0EJ%2CqqBAAA%3BEACA%2CkCAAA%3BEACA%2CsBAAA%3BEACA%2C4BAAA%3BEACA%2CSAAS%2CEAAT%3BECxFA%2C4BAAA%3BED2BI%2C4BAAA%3BEDiHQ%2CWAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CqBAxIS%2CSA4EjB%2C6BAkDI%2CkCAAoC%2CeAAY%2CIAAI%2CUAU%5C%2FC%2CMAAM%3BAACP%2CqBAzIS%2CSA4EjB%2C6BAkDI%2CkCAAoC%2CeAAY%2CIAAI%2CUAW%5C%2FC%2CSAAS%3BEACN%2CUAAA%3BEACA%2CWAAW%2CoBAAX%3B%3BAA3IhB%2CqBAAqB%2CSA4EjB%2C6BAmEI%2CaAAY%2CIAAI%3BEACZ%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAnJZ%2CqBAAqB%2CSA4EjB%2C6BA0EI%2CaAAe%3BEACX%2CqBAAA%3B%3BAAvJZ%2CqBAAqB%2CSA4EjB%2C6BA8EI%2CaAAY%2CQAAW%2CeAAe%2CkBAAe%2CIAAI%3BEACrD%2CoBAAA%3B%3BAA3JZ%2CqBAAqB%2CSA4EjB%2C6BAkFI%2CaAAY%2CIAAI%2CUAAa%3BEEvKjC%2C4BAAA%3BED2BI%2C4BAAA%3BED%2BII%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CSAAA%3BEACA%2CuBAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3BEACA%2C4CAAA%3B%3BAAzKZ%2CqBAAqB%2CSA4EjB%2C6BAgGI%2CaAAY%2CQAAS%3BAA5K7B%2CqBAAqB%2CSA4EjB%2C6BAiGI%2CaAAY%2CQAAS%3BEACjB%2CmBAAA%3B%3BAAGJ%2CYAAY%2CSAAU%2CsBAjLT%2CSA4EjB%2C6BAqG2B%3BAACvB%2CYAAY%2CMAAO%2CsBAlLN%2CSA4EjB%2C6BAsGwB%3BEAChB%2CWAAW%2CaAAX%3B%3BAAGJ%2CYAAY%2CSAAU%2CsBAtLT%2CSA4EjB%2C6BA0G2B%3BAACvB%2CYAAY%2CMAAO%2CsBAvLN%2CSA4EjB%2C6BA2GwB%3BEAChB%2CWAAW%2CcAAX%3B%3BAAGJ%2CYAAY%2CSAAU%2CsBA3LT%2CSA4EjB%3BAAgHI%2CYAAY%2CMAAO%2CsBA5LN%2CSA4EjB%3BEAiHQ%2CUAAA%3B%3BAA7LZ%2CqBAAqB%2CSA4EjB%2C6BAoHI%2CaAAY%2CMAAO%3BEACf%2CUAAA%3B%3BAAjMZ%2CqBAAqB%2CSA4EjB%2C6BAwHI%2CaAAY%2CSAAY%2CgBAAa%3BAApM7C%2CqBAAqB%2CSA4EjB%2C6BAyHI%2CaAAY%2CMAAS%2CgBAAa%3BEAC9B%2CWAAW%2CaAAX%3B%3BAAtMZ%2CqBAAqB%2CSA4EjB%2C6BA6HI%2CaAAY%2CSAAY%2CgBAAa%3BAAzM7C%2CqBAAqB%2CSA4EjB%2C6BA8HI%2CaAAY%2CMAAS%2CgBAAa%3BEAC9B%2CWAAW%2CcAAX%3B%3BAA3MZ%2CqBAAqB%2CSA4EjB%2C6BAkII%3BEACI%2CkBAAA%3B%3BAGzIZ%2CQArD2B%3BEACvB%2CoBAAoB%3BIHdhB%2CmBAAA%3BIGkBI%2CcAAA%3B%3BEAJR%2CoBAAoB%2CSFRpB%2CaAAY%2CMAAM%3BIACd%2CoBAAA%3B%3BEEOJ%2CoBAAoB%2CSFRpB%2CaAAY%2CMAAM%3BIACd%2CmBAAA%3B%3BEEOJ%2CoBAAoB%2CSFRpB%2CaAAY%2CMAAM%3BIACd%2CmBAAA%3B%3BEEOJ%2CoBAAoB%2CSFRpB%2CaAAY%2CMAAM%3BIACd%2CmBAAA%3B%3BEEOJ%2CoBAAoB%2CSFRpB%2CaAAY%2CMAAM%3BIACd%2CmBAAA%3B%3BEEOJ%2CoBAAoB%2CSFRpB%2CaAAY%2CMAAM%3BIACd%2CmBAAA%3B%3BEEOJ%2CoBAAoB%2CSFRpB%2CaAAY%2CMAAM%3BIACd%2CmBAAA%3B%3BEEOJ%2CoBAAoB%2CSFRpB%2CaAAY%2CMAAM%3BIACd%2CmBAAA%3B%3BEEOJ%2CoBAAoB%2CSFRpB%2CaAAY%2CMAAM%3BIACd%2CmBAAA%3B%3BEEOJ%2CoBAAoB%2CSFRpB%2CaAAY%2CMAAM%3BIACd%2CmBAAA%3B%3BEEOJ%2CoBAAoB%2CSHXpB%3BIACI%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3B%3BEGQJ%2CoBAAoB%2CSHLpB%3BIACI%2CkBAAA%3BIACA%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3B%3BEGFJ%2CoBAAoB%2CSHKpB%2CaAAY%3BIACR%2CqBAAA%3BIACA%2CsBAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CeAAA%3B%3BEGXJ%2CoBAAoB%2CSHcpB%2CaAAY%2CMAAM%3BIACd%2CgBAAA%3B%3BEGfJ%2CoBAAoB%2CSHkBpB%2CaAAY%2CMAAS%3BIACjB%2CkBAAA%3BIACA%2CkBAAA%3B%3BEGpBJ%2CoBAAoB%2CSHuBpB%2CaAAY%2CMAAM%2CMAAS%3BIACvB%2CqBAAA%3B%3BEGxBJ%2CoBAAoB%2CSH2BpB%2CaAAY%2CMAAM%2CMAAS%3BIACvB%2CcAAA%3B%3BEG5BJ%2CoBAAoB%2CSH%2BBpB%2CgBAAe%3BIACX%2COAAA%3BIACA%2CWAAA%3B%3BEGjCJ%2CoBAAoB%2CSHoCpB%3BIAEQ%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CsBAAA%3BIACA%2C2CAAA%3BIACA%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CoBGjDgB%2CSHoCpB%2C0BAaK%2CIAAI%3BIACD%2CaAAA%3B%3BEAGJ%2CoBGrDgB%2CSHoCpB%2C0BAiBK%2CIAAI%3BIACD%2CaAAA%3B%3BEGtDR%2CoBAAoB%2CSH0DpB%2C6BACM%2CeAAY%3BIACV%2CaAAA%3BIACA%2CgBAAA%3B%3BEG7DR%2CoBAAoB%2CSH0DpB%2C6BAMM%2CeAAY%2COAAU%2CkBAAe%2CIAAI%3BIACvC%2CmBAAA%3B%3BEGjER%2CoBAAoB%2CSH0DpB%2C6BAUI%3BIACI%2CsBAAA%3BIACA%2CUAAA%3B%3BEGtER%2CoBAAoB%2CSH0DpB%2C6BAeI%2CiBAAgB%2CIAAI%3BIAChB%2CgBAAA%3B%3BEAGJ%2CYAAY%2CMAAO%2CqBG7EH%2CSH0DpB%3BIAoBQ%2CSAAA%3B%3BEAGJ%2CYAAY%2CMAAO%2CqBGjFH%2CSH0DpB%2C6BAuB2B%2CeAAY%3BIAC%5C%2FB%2CeAAA%3B%3BEGlFR%2CoBAAoB%2CSH0DpB%2C6BA2BI%3BIACI%2CqBAAA%3BIACA%2CmBAAA%3B%3BEGvFR%2CoBAAoB%2CSH0DpB%2C6BAgCI%2CaAAY%2CMAAO%3BEG1FvB%2CoBAAoB%2CSH0DpB%2C6BAiCI%2CaAAY%2CSAAU%3BEG3F1B%2CoBAAoB%2CSH0DpB%2C6BAkCI%2CaAAY%2CMAAO%2CaAAY%2CQAAQ%3BEG5F3C%2CoBAAoB%2CSH0DpB%2C6BAmCI%2CaAAY%2CSAAU%2CaAAY%2CQAAQ%3BIACtC%2CcAAA%3B%3BEG9FR%2CoBAAoB%2CSH0DpB%2C6BAuCI%2CaAAY%2CQAAQ%2CMAAM%3BEGjG9B%2CoBAAoB%2CSH0DpB%2C6BAwCI%2CaAAY%2CQAAQ%2CSAAS%3BIACzB%2CmBAAA%3B%3BEGnGR%2CoBAAoB%2CSH0DpB%2C6BA4CI%2CaAAY%3BEGtGhB%2CoBAAoB%2CSH0DpB%2C6BA6CI%2CaAAY%2CIAAI%2CUAAU%2CIAAI%3BIAC1B%2CoBAAA%3BIACA%2CmBAAA%3B%3BEAIA%2CoBG7GY%2CSH0DpB%2C6BAkDI%2CkCAAoC%2CeAAY%2CIAAI%2CUAC%5C%2FC%3BICtIL%2CaAAA%3BIAIA%2CuBAAA%3BIAIA%2CmBAAA%3BIA0EJ%2CqqBAAA%3BIACA%2CkCAAA%3BIACA%2CsBAAA%3BIACA%2C4BAAA%3BIACA%2CSAAS%2CEAAT%3BICxFA%2C4BAAA%3BID2BI%2C4BAAA%3BIDiHQ%2CWAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CoBGtHY%2CSH0DpB%2C6BAkDI%2CkCAAoC%2CeAAY%2CIAAI%2CUAU%5C%2FC%2CMAAM%3BEACP%2CoBGvHY%2CSH0DpB%2C6BAkDI%2CkCAAoC%2CeAAY%2CIAAI%2CUAW%5C%2FC%2CSAAS%3BIACN%2CUAAA%3BIACA%2CWAAW%2CoBAAX%3B%3BEGzHZ%2CoBAAoB%2CSH0DpB%2C6BAmEI%2CaAAY%2CIAAI%3BIACZ%2CkBAAA%3BIACA%2CoBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEGjIR%2CoBAAoB%2CSH0DpB%2C6BA0EI%2CaAAe%3BIACX%2CqBAAA%3B%3BEGrIR%2CoBAAoB%2CSH0DpB%2C6BA8EI%2CaAAY%2CQAAW%2CeAAe%2CkBAAe%2CIAAI%3BIACrD%2CoBAAA%3B%3BEGzIR%2CoBAAoB%2CSH0DpB%2C6BAkFI%2CaAAY%2CIAAI%2CUAAa%3BIEvKjC%2C4BAAA%3BID2BI%2C4BAAA%3BID%2BII%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CYAAA%3BIACA%2CaAAA%3BIACA%2CSAAA%3BIACA%2CuBAAA%3BIACA%2C6BAAA%3BIACA%2CkBAAA%3BIACA%2C4CAAA%3B%3BEGvJR%2CoBAAoB%2CSH0DpB%2C6BAgGI%2CaAAY%2CQAAS%3BEG1JzB%2CoBAAoB%2CSH0DpB%2C6BAiGI%2CaAAY%2CQAAS%3BIACjB%2CmBAAA%3B%3BEAGJ%2CYAAY%2CSAAU%2CqBG%5C%2FJN%2CSH0DpB%2C6BAqG2B%3BEACvB%2CYAAY%2CMAAO%2CqBGhKH%2CSH0DpB%2C6BAsGwB%3BIAChB%2CWAAW%2CaAAX%3B%3BEAGJ%2CYAAY%2CSAAU%2CqBGpKN%2CSH0DpB%2C6BA0G2B%3BEACvB%2CYAAY%2CMAAO%2CqBGrKH%2CSH0DpB%2C6BA2GwB%3BIAChB%2CWAAW%2CcAAX%3B%3BEAGJ%2CYAAY%2CSAAU%2CqBGzKN%2CSH0DpB%3BEAgHI%2CYAAY%2CMAAO%2CqBG1KH%2CSH0DpB%3BIAiHQ%2CUAAA%3B%3BEG3KR%2CoBAAoB%2CSH0DpB%2C6BAoHI%2CaAAY%2CMAAO%3BIACf%2CUAAA%3B%3BEG%5C%2FKR%2CoBAAoB%2CSH0DpB%2C6BAwHI%2CaAAY%2CSAAY%2CgBAAa%3BEGlLzC%2CoBAAoB%2CSH0DpB%2C6BAyHI%2CaAAY%2CMAAS%2CgBAAa%3BIAC9B%2CWAAW%2CaAAX%3B%3BEGpLR%2CoBAAoB%2CSH0DpB%2C6BA6HI%2CaAAY%2CSAAY%2CgBAAa%3BEGvLzC%2CoBAAoB%2CSH0DpB%2C6BA8HI%2CaAAY%2CMAAS%2CgBAAa%3BIAC9B%2CWAAW%2CcAAX%3B%3BEGzLR%2CoBAAoB%2CSH0DpB%2C6BAkII%3BIACI%2CkBAAA%3B%3BEGrLA%2CoBARY%2CSAOhB%2C0BACK%2CIAAI%3BIACD%2CaAAA%3B%3BEAGJ%2CoBAZY%2CSAOhB%2C0BAKK%2CIAAI%3BIACD%2CeAAA%3B%3BEAGJ%2CoBAhBY%2CSAOhB%2C0BASQ%3BIACA%2CgBAAA%3BIACA%2CsBAAA%3B%3BEAlBZ%2CoBAAoB%2CSAsBhB%3BIACI%2CmBAAA%3BIACA%2CkBAAA%3B%3BEAxBR%2CoBAAoB%2CSA2BhB%3BIFpDA%2CaAAA%3B%3BEEyBJ%2CoBAAoB%2CSA%2BBhB%2C6BAA6B%2CaAAa%3BIAElC%2CcAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CoBArCY%2CSA%2BBhB%2C6BAA6B%2CaAAa%2CcAMrC%2COAAO%3BIACJ%2CUAAA%3B%3BEAGJ%2CoBAzCY%2CSA%2BBhB%2C6BAA6B%2CaAAa%2CcAUrC%3BEACD%2CoBA1CY%2CSA%2BBhB%2C6BAA6B%2CaAAa%2CcAWrC%3BIACG%2CQAAA%3B%3BEAKZ%3BIACI%2CcAAA%3B%3B%3BACpFR%2CyCACE%2CYAAY%2CQAAO%3BEAAU%2CWAAA%3B%3BAAD%5C%2FB%2CyCAEE%2CcAAc%3BEAAY%2CcAAA%3B%3BAAF5B%2CyCAGE%2CiBAAiB%3BEAAM%2CaAAA%3B%3BAAEzB%2CgBAAiB%3BEAA6B%2CWAAA%3BEAAa%2CiBAAA%3BEAAmB%2CeAAA%3BEAAiB%2CkBAAA%3BEAAoB%2CgBAAA%3B%3BAACnH%2CaAAc%3BEAAsB%2CaAAA%3B%3BAACpC%2CcAAe%2CcAAc%3BEAAqB%2CkBAAA%3B%3BAAClD%2CcAAe%2CcAAc%3BEAAwB%2C2BAAA%3B%3BAACrD%2CUAAW%2CcAAc%3BEACrB%2CwBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAC0qLJ%3BEAAsB%2CkBAAA%3BEAAoB%2CUAAA%3B%3B%3BAAG1C%2CmBAAsB%3BEACpB%2CwBAAA%3BEACA%2C8BAAA%3BEACA%2CkCAAA%3BEACA%2CuBAAA%3B%3B%3BAAIF%2CmBAAoB%3BEAClB%2CoBAAA%3BEACA%2C8BAAA%3B%3BEACA%2CkCAAA%3BEACA%2C2BAAA%3B%3BEACA%2CSAAA%3B%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CyCAAA%3BEACA%2CaAAa%2CqBAAb%3BEACA%2CcAAA%3BEACA%2CgBAAA%3B%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3B%3B%3BAAIF%2CmBAAoB%2CQAAQ%3BAAC5B%2CmBAAoB%2CQAAQ%3BEAC1B%2CwBAAA%3B%3B%3BAAIF%2CmBAAoB%2CQAAO%3BEACzB%2CSAAS%2CEAAT%3BEACA%2C2BAAA%3BEACA%2CqBAAA%3BEACA%2C6BAAA%3B%3BEACA%2CoBAAA%3BEACA%2CWAAA%3BEAAa%2CYAAA%3BEACb%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CwCAAA%3BEACA%2CoCAAA%3BEACA%2CiCAAA%3B%3B%3BAAIF%2CmBAAoB%2CQAAO%3BEACzB%2CSAAS%2CoDAAT%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3B%3B%3B%3B%3BAAgDF%3BEAAsB%3BIAAK%2CWAAW%2CcAAX%3B%3B%3B%3B%3B%3BAAqmC3B%3BEACI%2CyBAAA%3B%3B%3BAAGJ%2CeAAgB%2CeAAe%2CmBAAmB%3BAAClD%2CeAAgB%3BEACZ%2CwBAAA%3B%3B%3BAAIJ%2CeAAgB%3BEACZ%2CqBAAA%3BEACA%2C8BAAA%3B%3B%3BAAIJ%2CcAAc%2CsBAAsB%2CoBAAoB%2CeAAgB%2CcAAc%2CWAAW%3BEAC7F%2CyBAAA%3B%3BAAEJ%2CIAAI%2CeAAgB%2CcAAc%2CWAAW%3BEACzC%2CyBAAA%3B%3BACx5NJ%3BEACI%2CeAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CiBAAA%3B%3BAAPJ%2C0BASI%3BEACI%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAGJ%2C0BAAC%2CeAAgB%3BEACb%2CcAAA%3B%3BAAGJ%2C0BAAC%2CWAAY%3BEACT%2CcAAA%3B%3BAAGJ%2C0BAAC%2CYAAa%3BEACV%2CcAAA%3B%3BAA3BR%2C0BA8BI%3BEACI%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAnCR%2C0BAsCI%2CeACI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAA3CZ%2C0BAsCI%2CeAQI%3BEAEQ%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAjDhB%2C0BAsCI%2CeAQI%2CQAMI%3BEACI%2CYAAA%3BEACA%2CgCAAA%3BEACA%2CeAAA%3B%3BAAEA%2C0BAnBZ%2CeAQI%2CQAMI%2CqBAKK%3BEACG%2CmBAAA%3B%3BAAOpB%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3B%3BAAEA%2CoBAAC%3BEACG%2CmBAAA%3BEACA%2CeAAA%3B%3BAAIR%3BEACI%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3B%3BAAEA%2CwBAAC%3BEACG%2CcAAA%3B%3BAANR%2CwBASI%3BEACI%2CYAAA%3BEACA%2CSAAA%3BEACA%2CmBAAA%3BEACA%2CgCAAA%3BEACA%2CWAAA%3B%3BAAdR%2CwBAiBI%3BEACI%2CYAAA%3BEACA%2CgCAAA%3B%3BAAnBR%2CwBAiBI%2CoBAII%3BEACI%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAEA%2CwBAVR%2CoBAII%2CaAMK%3BEACG%2CcAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CwBAfR%2CoBAII%2CaAWK%3BEACG%2CcAAA%3BEACA%2CyBAAA%3B%3BAC9CZ%2CgBALsC%3BEjCqCtC%2CiCAxBA%3BEkCgPA%2C0BACI%2CclCjPJ%3BIACI%2CYAAA%3BIACA%2CYAAA%3BIACA%2CqBAAA%3B%3BEACA%2CiCAJJ%2CGAIK%3BEkC4OL%2C0BACI%2CclCjPJ%2CGAIK%3BIACG%2CSAAS%2CIAAT%3B%3BEAmBR%2CiCAhBA%3BEkCwOA%2C0BACI%2CclCzOJ%3BIACI%2CYAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3B%3BEA2BJ%3BIACI%2CWAAA%3B%3BEAuBJ%3BEAw9CA%2C2BACI%3BEmCpzCJ%2CgBAEI%3BEAsEJ%2CQAII%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAEI%3BEAmBhB%2CqBACI%2COAAM%2CUAEA%3BEAkBV%2CkBAEI%3BEADJ%2CkBACI%3BEC1YJ%2CYACI%3BEC2HJ%2CuBrCw8CI%3BEsC%5C%2FhCJ%2CctC%2BhCI%3BIAv%2BCJ%2CUAAA%3B%3BEACA%2CoBAAC%2CUAAU%3BEAq%2BCX%2C2BACI%2COAt%2BCH%2CUAAU%3BEmCkLX%2CgBAEI%2COnCpLH%2CUAAU%3BEmC0PX%2CQAII%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAEI%2CKnClQf%2CUAAU%3BEmCqRX%2CqBACI%2COAAM%2CUAEA%2CQnCxRT%2CUAAU%3BEmC0SX%2CkBAEI%2CUnC5SH%2CUAAU%3BEmC2SX%2CkBACI%2CUnC5SH%2CUAAU%3BEoC9FX%2CYACI%2COpC6FH%2CUAAU%3BEqC8BX%2CuBrCw8CI%2COAt%2BCH%2CUAAU%3BEsCucX%2CctC%2BhCI%2COAt%2BCH%2CUAAU%3BIACP%2CYAAA%3BIACA%2CYAAA%3B%3BEAEJ%2CoBAAC%2CUAAU%3BEAi%2BCX%2C2BACI%2COAl%2BCH%2CUAAU%3BEmC8KX%2CgBAEI%2COnChLH%2CUAAU%3BEmCsPX%2CQAII%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAEI%2CKnC9Pf%2CUAAU%3BEmCiRX%2CqBACI%2COAAM%2CUAEA%2CQnCpRT%2CUAAU%3BEmCsSX%2CkBAEI%2CUnCxSH%2CUAAU%3BEmCuSX%2CkBACI%2CUnCxSH%2CUAAU%3BEoClGX%2CYACI%2COpCiGH%2CUAAU%3BEqC0BX%2CuBrCw8CI%2COAl%2BCH%2CUAAU%3BEsCmcX%2CctC%2BhCI%2COAl%2BCH%2CUAAU%3BIACP%2CWAAA%3B%3BEACA%2CoBAFH%2CUAAU%2CGAEH%3BEA%2B9CR%2C2BACI%2COAl%2BCH%2CUAAU%2CGAEH%3BEmC4KR%2CgBAEI%2COnChLH%2CUAAU%2CGAEH%3BEmCoPR%2CQAII%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAEI%2CKnC9Pf%2CUAAU%2CGAEH%3BEmC%2BQR%2CqBACI%2COAAM%2CUAEA%2CQnCpRT%2CUAAU%2CGAEH%3BEmCoSR%2CkBAEI%2CUnCxSH%2CUAAU%2CGAEH%3BEmCqSR%2CkBACI%2CUnCxSH%2CUAAU%2CGAEH%3BEoCpGR%2CYACI%2COpCiGH%2CUAAU%2CGAEH%3BEqCwBR%2CuBrCw8CI%2COAl%2BCH%2CUAAU%2CGAEH%3BEsCicR%2CctC%2BhCI%2COAl%2BCH%2CUAAU%2CGAEH%3BIACA%2CWAAA%3B%3BEA4FR%3BEmCmMA%2CUAAW%3BEIkBX%2CgBACI%3BIvCrNA%2CmBAAA%3B%3BEA8DJ%3BEqC9JI%2COAAO%2CKAAM%2CeACT%3BEHkMJ%2COAAO%2CKAAM%2CiCACT%3BIlC9CR%2CeAAA%3B%3BEAqCA%3BEA%2BDgB%2CuBARZ%2CUAMI%2CYACI%2CQACK%3BEkCnIjB%2CwBlC2HI%2CUAMI%2CYACI%2CQACK%3BEkClIjB%2CuBlC0HI%2CUAMI%2CYACI%2CQACK%3BEwChQjB%2CmBxCwPI%2CUAMI%2CYACI%2CQACK%3BEyClVjB%2CKAAK%2CKAAK%2COzC0UN%2CUAMI%2CYACI%2CQACK%3BIA9Db%2CiBAAA%3B%3BEAqDJ%2CuBACI%2CUACI%2COACK%3BEkC7Hb%2CwBlC2HI%2CUACI%2COACK%3BEkC5Hb%2CuBlC0HI%2CUACI%2COACK%3BEwC1Pb%2CmBxCwPI%2CUACI%2COACK%3BEyC5Ub%2CKAAK%2CKAAK%2COzC0UN%2CUACI%2COACK%3BIACG%2CWAAA%3B%3BEAmBhB%3BID7FA%2CmBAAA%3B%3BEC6IA%3BE0CzPA%2CaAOI%3BEC3HJ%2CsBACI%3BI5C7CJ%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAiBA%2CyBAAC%3BEACD%2CyBAAC%3BEsCmDD%2CcAII%2CetCxDH%3BEsCoDD%2CcAII%2CetCvDH%3BEsCkGD%2CuBtCnGC%3BEsCmGD%2CuBtClGC%3BE6CmGD%2CkBAUI%2Ce7C9GH%3BE6CoGD%2CkBAUI%2Ce7C7GH%3BEuC2aD%2CevC5aC%3BEuC4aD%2CevC3aC%3BEoCsPD%2CgBpCvPC%3BEoCuPD%2CgBpCtPC%3BEoC8TD%2CQACI%2CoBpChUH%3BEoC%2BTD%2CQACI%2CoBpC%5C%2FTH%3BEoC8TD%2CQAII%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CepCrUX%3BEoC%2BTD%2CQAII%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CepCpUX%3BEoCyVD%2CqBACI%2COAAM%2CUpC3VT%3BEoC0VD%2CqBACI%2COAAM%2CUpC1VT%3BEmCmQD%2C0BACI%2CcnCrQH%3BEmCoQD%2C0BACI%2CcnCpQH%3BE8CyJD%2CKAAK%2CMACD%2CeACI%2CQ9C5JP%3BE8C0JD%2CKAAK%2CMACD%2CeACI%2CQ9C3JP%3BE8CyJD%2CKAAK%2CMACD%2CeAEI%2CS9C7JP%3BE8C0JD%2CKAAK%2CMACD%2CeAEI%2CS9C5JP%3BE%2BCiXD%2C0B%5C%2FClXC%3BE%2BCkXD%2C0B%5C%2FCjXC%3BEyCgFD%2C0BACI%2CQAAO%2CKAAM%2COAAM%2CyBzClFtB%3BEyCiFD%2C0BACI%2CQAAO%2CKAAM%2COAAM%2CyBzCjFtB%3BEgD4YD%2CYhD7YC%3BEgD6YD%2CYhD5YC%3BEgDmaD%2CQAII%2CQAAO%2CKAAM%2COAAM%2CyBhDxatB%3BEgDoaD%2CQAII%2CQAAO%2CKAAM%2COAAM%2CyBhDvatB%3BEgDoaD%2CuBAGI%2CQAAO%2CKAAM%2COAAM%2CyBhDxatB%3BEgDqaD%2CuBAGI%2CQAAO%2CKAAM%2COAAM%2CyBhDvatB%3BEgDqaD%2CiBAEI%2CQAAO%2CKAAM%2COAAM%2CyBhDxatB%3BEgDsaD%2CiBAEI%2CQAAO%2CKAAM%2COAAM%2CyBhDvatB%3BEiDsaD%2CYAKI%2CQAAO%2CMjD5aV%3BEiDuaD%2CYAKI%2CQAAO%2CMjD3aV%3BEiDyuBG%2COAAC%2CQjD1uBJ%3BEiD0uBG%2COAAC%2CQjDzuBJ%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CyBAAC%3BEsC8CD%2CcAII%2CetClDH%3BEsC6FD%2CuBtC7FC%3BE6C8FD%2CkBAUI%2Ce7CxGH%3BEuCsaD%2CevCtaC%3BEoCiPD%2CgBpCjPC%3BEoCyTD%2CQACI%2CoBpC1TH%3BEoCyTD%2CQAII%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CepC%5C%2FTX%3BEoCoVD%2CqBACI%2COAAM%2CUpCrVT%3BEmC8PD%2C0BACI%2CcnC%5C%2FPH%3BE8CoJD%2CKAAK%2CMACD%2CeACI%2CQ9CtJP%3BE8CoJD%2CKAAK%2CMACD%2CeAEI%2CS9CvJP%3BE%2BC4WD%2C0B%5C%2FC5WC%3BEyC2ED%2C0BACI%2CQAAO%2CKAAM%2COAAM%2CyBzC5EtB%3BEgDuYD%2CYhDvYC%3BEgD8ZD%2CQAII%2CQAAO%2CKAAM%2COAAM%2CyBhDlatB%3BEgD%2BZD%2CuBAGI%2CQAAO%2CKAAM%2COAAM%2CyBhDlatB%3BEgDgaD%2CiBAEI%2CQAAO%2CKAAM%2COAAM%2CyBhDlatB%3BEiDiaD%2CYAKI%2CQAAO%2CMjDtaV%3BEiDouBG%2COAAC%2CQjDpuBJ%3BIACG%2CWAAA%3B%3BECwbJ%3BEAs0BA%3BEiDzsCA%2COAAO%3BEAMP%3BEAWA%3BECqEA%2CyBAQI%3BEZkYA%2CMAAC%3BEE3cL%2C0BACI%2CQAAO%2CKAAM%2COAAM%2CyBAEf%2CeAAc%2CIAAI%2CSAAU%3BEOgVpC%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%3BEHtUpC%3BENwUA%2CeAEI%3BEa7FJ%2CeACI%3BInDqGJ%2CsBAAA%3B%3BEAoBA%3BEoD5ZA%3BIpDwYA%2CsBAAA%3B%3BEA8BA%2C8BACI%2CUACM%3BEAFV%2C8BACI%2CUAEI%2CQAAU%3BIDpOlB%2CgBAAA%3B%3BEsDulBA%2C8BrDrXI%2CUACM%2CSqDoXT%2CIAAI%2CSACC%3BEADN%2C8BrDrXI%2CUAEI%2CQAAU%2CSqDmXjB%2CIAAI%2CSACC%3BIACE%2CuBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIA4FR%2CgBAAA%3BIANA%2CUAAA%3B%3BEA1FA%2C8BrDrXI%2CUACM%2CSqDoXT%2CIAAI%2CSAeC%3BEAfN%2C8BrDrXI%2CUAEI%2CQAAU%2CSqDmXjB%2CIAAI%2CSAeC%3BIACE%2CWAAA%3BIACA%2CWAAA%3B%3BErDvYR%2C8BACI%2CUACM%2CSqDiRR%3BErDnRF%2C8BACI%2CUAEI%2CQAAU%2CSqDgRhB%3BItDpfF%2CeAAA%3BIsDwfI%2CqBAAA%3B%3BEA6HA%2C8BrDnZA%2CUACM%2CSqDgZT%2COAEI%3BEAAD%2C8BrDnZA%2CUAEI%2CQAAU%2CSqD%2BYjB%2COAEI%3BEAAD%2C8BrDnZA%2CUACM%2CSqDiZT%2CSACI%3BEAAD%2C8BrDnZA%2CUAEI%2CQAAU%2CSqDgZjB%2CSACI%3BIACG%2CaAAA%3B%3BErDhZI%2C8BAJR%2CUACM%2CSAGG%2CIAAI%2CcAAc%3BEAAnB%2C8BAJR%2CUAEI%2CQAAU%2CSAEL%2CIAAI%2CcAAc%3BIACf%2CgBAAA%3B%3BEA2DhB%2CwBAhBA%2CUACI%3BEkCvUJ%2CwBlCsUA%2CUACI%3BEkCtUJ%2CuBlCqUA%2CUACI%3BEwCpcJ%2CmBxCmcA%2CUACI%3BEyCthBJ%2CKAAK%2CKAAK%2COzCqhBV%2CUACI%3BIDnRJ%2CmBAAA%3BIsD%2BpBA%2CsBAAA%3BIACA%2CqBAAA%3BItDhqBA%2CUAAA%3BIsDmqBA%2CmBAAA%3B%3BErD%5C%2FYQ%2CwBAFR%2CUACI%2COACK%2CeAAe%3BEAChB%2CwBAHR%2CUACI%2COAEK%2CeAAe%3BEkCzUxB%2CwBlCsUA%2CUACI%2COACK%2CeAAe%3BEkCxUxB%2CwBlCsUA%2CUACI%2COAEK%2CeAAe%3BEkCxUxB%2CuBlCqUA%2CUACI%2COACK%2CeAAe%3BEkCvUxB%2CuBlCqUA%2CUACI%2COAEK%2CeAAe%3BEwCtcxB%2CmBxCmcA%2CUACI%2COACK%2CeAAe%3BEwCrcxB%2CmBxCmcA%2CUACI%2COAEK%2CeAAe%3BEyCxhBxB%2CKAAK%2CKAAK%2COzCqhBV%2CUACI%2COACK%2CeAAe%3BEyCvhBxB%2CKAAK%2CKAAK%2COzCqhBV%2CUACI%2COAEK%2CeAAe%3BIACZ%2CgBAAA%3B%3BEqD%2BYZ%2CwBrDnZA%2CUACI%2COqDkZA%3BEnBztBJ%2CwBlCsUA%2CUACI%2COqDkZA%3BEnBxtBJ%2CuBlCqUA%2CUACI%2COqDkZA%3BEbt1BJ%2CmBxCmcA%2CUACI%2COqDkZA%3BEZx6BJ%2CKAAK%2CKAAK%2COzCqhBV%2CUACI%2COqDkZA%3BIACA%2CWAAA%3B%3BErDpYJ%2CwBAhBA%2CUACI%2COAMI%3BEkC7UR%2CwBlCsUA%2CUACI%2COAMI%3BEkC5UR%2CuBlCqUA%2CUACI%2COAMI%3BEwC1cR%2CmBxCmcA%2CUACI%2COAMI%3BEyC5hBR%2CKAAK%2CKAAK%2COzCqhBV%2CUACI%2COAMI%3BIACI%2CWAAA%3BIACA%2CUAAA%3B%3BEA2BZ%3BIDtTA%2CWAAA%3B%3BECgaA%3BEsDzpBA%3BEpBoNA%3BIlCscI%2CgBAAA%3B%3BEADJ%2C0BAEI%3BEsD3pBJ%2CqBtD2pBI%3BEkCvcJ%2CyBlCucI%3BID9qBJ%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BECqqBA%2C0BAKI%2CQAAU%3BEsD9pBd%2CqBtD8pBI%2CQAAU%3BEkC1cd%2CyBlC0cI%2CQAAU%3BIACN%2CaAAA%3B%3BEAUR%3BEsCnQA%2CoBAKI%3BEAoBJ%2CaAgBI%2COAOI%3BEAqER%3BItC%2BII%2CeAAA%3BIACA%2CgBAAA%3B%3BEA4KJ%3BEoC91BA%2CcAAc%3BEmBEd%2CcAAc%3BIxD8Pd%2CmBAAA%3B%3BEC2oBA%3BID3oBA%2CqBAAA%3BII9QA%2CqBAAA%3B%3BEAMA%2CiBAAC%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BIJ9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSKnOS%2COLmOT%3BIAAA%2CaM7Oe%2CaN6Of%3BIAAA%2CiBAAA%3BIAAA%2CsBAAA%3BIIqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEH4jBA%2CiBAAC%3BIACG%2C0BAAA%3B%3BEAoOJ%3BEwDlgCA%2CQAAS%2COAAM%2COAAQ%2COACnB%2CMAAK%2CIAAI%2CkBAAkB%2CIAAI%3BIxDm%5C%2FBnC%2CaAAA%3B%3BEAyEA%2CyBACI%2CWACI%2CoBACI%3BEwC%5C%2FkCZ%2C4BxC6kCI%2CWACI%2CoBACI%3BEwC9kCZ%2CyBxC4kCI%2CWACI%2CoBACI%3BE%2BCxvBZ%2CQ%5C%2FCsvBI%2CWACI%2CoBACI%3BE%2BCvvBZ%2CuB%5C%2FCqvBI%2CWACI%2CoBACI%3BE%2BCtvBZ%2CiB%5C%2FCovBI%2CWACI%2CoBACI%3BIAEI%2CoBAAA%3B%3BEAiChB%3BIO%5C%2F%5C%2FBA%2CYAAA%3B%3BEP%2B%5C%2FBA%2C2BO7%5C%2FBE%2CQAGI%2CKACI%3BEPy%5C%2FBV%2C2BO5%5C%2FBE%2CQAEI%2CKACI%3BEPy%5C%2FBV%2C2BO3%5C%2FBE%2CQACI%2CKACI%3BEPy%5C%2FBV%2C2BO7%5C%2FBE%2CQAGI%2CKAEI%3BEPw%5C%2FBV%2C2BO5%5C%2FBE%2CQAEI%2CKAEI%3BEPw%5C%2FBV%2C2BO3%5C%2FBE%2CQACI%2CKAEI%3BIACE%2CYAAA%3B%3BEPu%5C%2FBZ%2C2BOl%5C%2FBE%2CQACI%2CKACI%3BEPg%5C%2FBV%2C2BOl%5C%2FBE%2CQACI%2CKAEI%3BIRoCV%2C6BAAA%3B%3BECw9BA%3BEmC74BA%2CQAsBI%3BEDrFJ%3BEY4NA%3BI9CivBI%2CkBAAA%3B%3BEADJ%2CkBAEI%3BEAFJ%2CkBAGI%3BEmCh5BJ%2CQAsBI%2CSnCy3BA%3BEmC%5C%2F4BJ%2CQAsBI%2CSnC03BA%3BEkC%5C%2F8BJ%2C6BlC88BI%3BEkC98BJ%2C6BlC%2B8BI%3BE8CnvBJ%2CyB9CkvBI%3BE8ClvBJ%2CyB9CmvBI%3BIACI%2CkBAAA%3BIACA%2CUAAA%3B%3BEALR%2CkBAOI%3BEmCp5BJ%2CQAsBI%2CSnC83BA%3BEkCn9BJ%2C6BlCm9BI%3BE8CvvBJ%2CyB9CuvBI%3BID%5C%2F9BJ%2CiBAAA%3BICi%2BBQ%2CUAAA%3B%3BEATR%2CkBAWI%3BEmCx5BJ%2CQAsBI%2CSnCk4BA%3BEkCv9BJ%2C6BlCu9BI%3BE8C3vBJ%2CyB9C2vBI%3BIACI%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3B%3BEA2CR%3BE4CjqCA%3BENwUA%2CeAEI%3BEa7FJ%2CeACI%3BIpD9FJ%2CmBAAA%3BI0DtLA%2CWAAA%3BI1DsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BICk3BL%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAgSJ%2C2BACI%3BEqCx8CJ%2CuBrCw8CI%3BEsC%5C%2FhCJ%2CctC%2BhCI%3BIAEI%2CUAAA%3B%3BEAHR%2C2BACI%2COAGM%3BEqC38CV%2CuBrCw8CI%2COAGM%3BEsCliCV%2CctC%2BhCI%2COAGM%3BIACE%2CSAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3B%3BEAPZ%2C2BACI%2COAGM%2CSAIE%3BEqC%5C%2F8CZ%2CuBrCw8CI%2COAGM%2CSAIE%3BEsCtiCZ%2CctC%2BhCI%2COAGM%2CSAIE%3BID9zCZ%2CiBAAA%3B%3BECi0CY%2C2BAVR%2COAGM%2CSAOG%3BEqCl9Cb%2CuBrCw8CI%2COAGM%2CSAOG%3BEsCziCb%2CctC%2BhCI%2COAGM%2CSAOG%3BIACG%2CaAAA%3B%3BEAZhB%2C2BACI%2COAcI%3BEqCt9CR%2CuBrCw8CI%2COAcI%3BEsC7iCR%2CctC%2BhCI%2COAcI%3BIACI%2CyBAAA%3BIACA%2CUAAA%3B%3BEAjBZ%2C2BAoBI%2CiBACI%3BEqC59CR%2CuBrC29CI%2CiBACI%3BEsCnjCR%2CctCkjCI%2CiBACI%3BIACI%2CaAAA%3BIACA%2CQAAA%3BIACA%2CkBAAA%3B%3BE0DxkDZ%3BI3D0PA%2CeAAA%3BIAAA%2CmBAAA%3B%3BEkDxNA%3BEACA%3BEACA%2CYAAa%2CQAAO%3BEACpB%2COAAO%3BEACP%2COAAO%3BEACP%2CaAAgB%3BEAChB%2CaAAgB%3BEAChB%2CMAAM%2CSAAS%3BEACf%3BEACA%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CsBAAA%3B%3BEAEJ%3BIACI%2CWAAA%3BIlDiUJ%2CoBAAA%3BIACQ%2CYAAA%3BIAMR%2CsBAAA%3BIACQ%2CcAAA%3BIAMR%2CwBAAA%3BIACQ%2CgBAAA%3B%3BEkD5UJ%2CIAAK%3BIACD%2CWAAA%3B%3BEAIR%3BIACI%2CcAAA%3B%3BEAGJ%2COAAO%3BIAGH%2CiBAAA%3B%3BEQjEA%2CCAAC%2CmBAAwB%2CQR8DtB%3BIlDwLP%2CWAAA%3BIAgKA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BE0DrZL%2CCAAC%2CoBAAyB%2CQR2DvB%3BIlDwLP%2CUAAA%3BI0D9KA%2CqBAAA%3BI1D8UA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BE0DlZL%2CCAAC%2CyBAA%2BB%2CQRwD7B%3BIlDwLP%2CUAAA%3BI0DlLA%2CYAAA%3BI1DkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BE0D%5C%2FYL%2CCAAC%2C0BAAgC%2CQRqD9B%3BIlDwLP%2CUAAA%3BI0DtLA%2CWAAA%3BI1DsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEkDpVT%3BIAEI%2CgBAAA%3B%3BEQvDA%2CCAAC%2CoBAAyB%3BI1DuO9B%2CUAAA%3BI0DtLA%2CWAAA%3BI1DsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BE0DtYL%2CCAAC%2CyBAA%2BB%3BI1DoOpC%2CUAAA%3BI0DtLA%2CWAAA%3BI1DsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BE0DnYL%2CCAAC%2C0BAAgC%3BI1DiOrC%2CUAAA%3BI0DtLA%2CWAAA%3BI1DsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEkD9UT%2C2BAA4B%3BIACxB%2CeAAA%3BIACA%2CiBAAA%3B%3BEAGJ%3BIAEI%2CiBAAA%3BIACA%2CWAAA%3B%3BEQvDA%2CCAAC%2CoBAAyB%3BI1D2N9B%2CUAAA%3BI0DlLA%2CYAAA%3BI1DkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BE0D1XL%2CCAAC%2CyBAA%2BB%3BI1DwNpC%2CUAAA%3BI0DlLA%2CYAAA%3BI1DkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BE0DvXL%2CCAAC%2C0BAAgC%3BI1DqNrC%2CUAAA%3BI0DlLA%2CYAAA%3BI1DkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEkDlUT%2C0BACI%3BIACI%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CYAAA%3BIACA%2CYAAA%3B%3BEAIR%2CMAAM%3BIACF%2CkBAAA%3B%3BEUgKJ%3BIACI%2CaAAA%3B%3BEAGJ%3BI5DqHA%2CsBAAA%3BIACQ%2CcAAA%3BIAMR%2CwBAAA%3BIACQ%2CgBAAA%3B%3BE4D1HJ%2CaAAC%3BIACG%2CaAAA%3B%3BEAEJ%2CaAAC%2CaAAgB%3BIACb%2CaAAA%3B%3BEAEJ%2CaAAC%2CaAAgB%3BIACb%2CcAAA%3BIACA%2CUAAA%3B%3BEClCR%3BI7DSA%2CuBAAA%3BIAAA%2CeAAA%3BIAAA%2CgBAAA%3BI6DJI%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%3BI7DhBN%2CgBAAA%3B%3BE6DTA%2CWA6BI%2CGAAE%3BIACE%2CkBAAA%3B%3BEA9BR%2CWAiCI%3BI7DxBJ%2CiBAAA%3BI6D0BQ%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%3BI7D%5C%2FCV%2CcAAA%3BIAAA%2CiBAAA%3BIAAA%2CeAAA%3BIAAA%2CqBAAA%3BI6DsDY%2CsBAAA%3BIACA%2CkBAAA%3BIACA%2CqBAAA%3B%3BEAEA%2CWAlCR%2CQAuBM%2CaAWG%3BEAAQ%2CWAlCjB%2CQAuBM%2CaAWY%3BI7D1DtB%2CWAAA%3BIAAA%2CqBAAA%3B%3BE6DkEQ%2CWA1CJ%2CQA0CK%2COAEK%3BEADN%2CWA3CJ%2CQA2CK%2CWACK%3BI7DpEd%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CeAAA%3BIAAA%2CWAAA%3BIAAA%2CqBAAA%3BI6D2EgB%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%3BI7DzFpB%2CqBAAA%3BIIhOA%2CqBAAA%3B%3BEyDmTQ%2CWA3DJ%2CQA2DK%2COACK%2CaAGI%2CgBzDnGhB%3BIJhQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEI2CA%2CWyDkPI%2CQA2DK%2COACK%2CaAGI%2CgBzDjTjB%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIJ9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSKxQQ%2COLwQR%3BIAAA%2CaM7Oe%2CaN6Of%3BIAAA%2CsBAAA%3BIIqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEyDlFA%2CWAiCI%2CQA8EI%3BI7DtGR%2CgBAAA%3BIAAA%2CoBAAA%3BIAAA%2C6CAAA%3BIAAA%2CgBAAA%3BIAAA%2CgBAAA%3BIAAA%2CUAAA%3BI6D8GY%2CaAAA%3BIACA%2COAAA%3BIACA%2CoBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BI7DlHZ%2CgBAAA%3B%3BE6DTA%2CWAiCI%2CQA8EI%2CSAyIF%3BI7D%5C%2FON%2CgBAAA%3B%3BE6DkPQ%2CWA1NJ%2CQA8EI%2CSAyIF%2CKAGG%3BEACD%2CWA3NJ%2CQA8EI%2CSAyIF%2CKAIG%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CWAlOJ%2CQA8EI%2CSAyIF%2CKAWG%3BI7D1PT%2CWAAA%3BIAAA%2CUAAA%3BIAAA%2CUAAA%3BIA8CA%2C8BAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIAhDA%2CyBAAA%3BI6D%2BPY%2CUAAA%3B%3BEAGJ%2CWA1OJ%2CQA8EI%2CSAyIF%2CKAmBG%3BI7DpNT%2C8BAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIAhDA%2CyBAAA%3BIAAA%2CWAAA%3BIAAA%2CUAAA%3BIAAA%2CUAAA%3BI6DuQY%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%3BI7DzIhB%2CWAAA%3BIAAA%2CgBAAA%3B%3BE6DgJgB%2CWAxHZ%2CQA8EI%2CSAiCI%2CEASK%3BEACD%2CWAzHZ%2CQA8EI%2CSAiCI%2CEAUK%3BI7DjJjB%2CmBAAA%3BIAAA%2CWAAA%3BIAAA%2CqBAAA%3B%3BE6DTA%2CWAiCI%2CQA8EI%2CSAmDI%2CQAAU%3BI7DzJtB%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CuBAAA%3B%3BE6DTA%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%3BI7DpL5B%2CqBAAA%3BIIhOA%2CqBAAA%3B%3BEyDgZgB%2CWAxJZ%2CQA8EI%2CSAsEI%2CGAIK%2COACK%2CIACI%2CgBzD9LxB%3BIJhQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEI2CA%2CWyDkPI%2CQA8EI%2CSAsEI%2CGAIK%2COACK%2CIACI%2CgBzD5YzB%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIJ9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSKrPQ%2COLqPR%3BIAAA%2CaM7Oe%2CaN6Of%3BIAAA%2CsBAAA%3BIIqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEyD0HQ%2CWA3KJ%2CQA2KK%3BIACG%2CkBAAA%3BI7DpMZ%2CqBAAA%3BIIhOA%2CqBAAA%3B%3BEAMA%2CWyDkPI%2CQA2KK%2CKzD7ZR%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIJ9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CSOzPgB%2COPyPhB%3BIAAA%2CaM7Oe%2CaN6Of%3BIAAA%2CsBAAA%3BIIqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEyDkIY%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%3BEDhLhB%2CMAAM%2COACF%3BEADJ%2CMAAM%2COAEF%3BIACI%2CqBAAA%3BIACA%2CSAAA%3BIACA%2CsBAAA%3B%3BEALR%2CMAAM%2COAOF%3BIACI%2CYAAA%3B%3BEAIR%2CWAAY%2CGAAE%3BIACV%2CkBAAA%3BIACA%2CsBAAA%3BIACA%2CgBAAA%3B%3BEEnMJ%3BI9DyIA%2CgCAAA%3B%3BE%2BDnPA%2CQAAQ%2CKAAK%3BIC5Cb%2CkBAAA%3BIACA%2CUAAA%3BID6CI%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3B%3BE%5C%2FDLJ%2CQ%2BDCQ%2CKAAK%2CM%5C%2FDDZ%3BEACD%2CQ%2BDAQ%2CKAAK%2CM%5C%2FDAZ%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CQ%2BDLQ%2CKAAK%2CM%5C%2FDKZ%3BIACG%2CWAAA%3B%3BE%2BDNJ%2CQAAQ%2CKAAK%2CMCzCX%2CQAAK%3BIACH%2CWAAA%3BIACA%2CWAAA%3B%3BEDuCJ%2CQAAQ%2CKAAK%2CMCzCX%2CQAAK%2CMAID%3BIhEwRN%2CYAAA%3BIgEtRQ%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEDiCR%2CQAAQ%2CKAAK%2CMC7BX%2CQAAK%3BIhEgRP%2CgBAAA%3BIgE7QI%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEhEsBJ%2CQ%2BDCQ%2CKAAK%2CMC7BX%2CQAAK%2CQhE4BN%3BEACD%2CQ%2BDAQ%2CKAAK%2CMC7BX%2CQAAK%2CQhE6BN%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CQ%2BDLQ%2CKAAK%2CMC7BX%2CQAAK%2CQhEkCN%3BIACG%2CWAAA%3B%3BEgE3BA%2CQDqBI%2CKAAK%2CMC7BX%2CQAAK%2CQAQF%3BIACG%2CcAAA%3B%3BEDoBR%2CQAAQ%2CKAAK%2CMC6BX%2CQAAK%3BIhEsNP%2CkBAAA%3B%3BE%2BDnPA%2CQAAQ%2CKAAK%2CMC6BX%2CQAAK%2CMAED%3BIhEoNN%2CgBAAA%3BIAAA%2CiBAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CsBAAA%3BIgE%5C%2FLQ%2CmBAAA%3BIhE%2BLR%2CYAAA%3BIAAA%2C0BAAA%3B%3BEEjJA%2CQ6DlGQ%2CKAAK%2CMC6BX%2CQAAK%2CMAED%2CU9DmEL%3BIFiJD%2CcAAA%3BIAAA%2CqBAAA%3B%3BEE5IA%2CQ6DvGQ%2CKAAK%2CMC6BX%2CQAAK%2CMAED%2CU9DwEL%3BIF4ID%2CcAAA%3BIAAA%2CqBAAA%3B%3BEEvIA%2CQ6D5GQ%2CKAAK%2CMC6BX%2CQAAK%2CMAED%2CU9D6EL%3BIFuID%2CWAAA%3BIAAA%2CqBAAA%3B%3BEgE1LI%2CQDzDI%2CKAAK%2CMC6BX%2CQAAK%2CMA4BF%2CIAAI%2CWAAc%2CUAAO%3BEAC1B%2CQD1DI%2CKAAK%2CMC6BX%2CQAAK%2CMA6BF%2CIAAI%2CWAAc%2CUAAO%3BIhEyL9B%2CmBAAA%3B%3BEgErLI%2CQD9DI%2CKAAK%2CMC6BX%2CQAAK%2CMAiCF%2CIAAI%2CWAAc%2CUAAO%3BEAC1B%2CQD%5C%2FDI%2CKAAK%2CMC6BX%2CQAAK%2CMAkCF%2COAAU%3BEACX%2CQDhEI%2CKAAK%2CMC6BX%2CQAAK%2CMAmCF%2COAAU%2CUAAO%3BEAClB%2CQDjEI%2CKAAK%2CMC6BX%2CQAAK%2CMAoCF%2COAAU%2CUAAO%3BIhEkLtB%2CmBAAA%3BIAAA%2CWAAA%3BIAAA%2CqBAAA%3B%3BEgE5KI%2CQDvEI%2CKAAK%2CMC6BX%2CQAAK%2CMA0CF%2COAAU%3BEACX%2CQDxEI%2CKAAK%2CMC6BX%2CQAAK%2CMA2CF%2COAAU%2CUAAO%3BEAClB%2CQDzEI%2CKAAK%2CMC6BX%2CQAAK%2CMA4CF%2COAAU%2CUAAO%3BIhE0KtB%2CmBAAA%3B%3BE%2BDnPA%2CQAAQ%2CKAAK%2CMC8EX%2CQAAK%3BIhEqKP%2CmBAAA%3BIgEnKI%2CgBAAA%3BIACA%2C4BAAA%3BIhEkKJ%2CsBAAA%3B%3BE%2BDnPA%2CQAAQ%2CKAAK%2CMAKT%2CMAAK%2CMAAO%2CEAAC%3BIACT%2CaAAA%3B%3BEAIA%2CQAVA%2CKAAK%2CMASP%2CQACG%3BIACG%2CiBAAA%3B%3BEADJ%2CQAVA%2CKAAK%2CMASP%2CQACG%2CMAGK%3BIACE%2CeAAA%3BIACA%2CsBAAA%3BIACA%2CqBAAA%3BIACA%2CsBAAA%3BIACA%2C0BAAA%3BIACA%2CiBAAA%3BIACA%2C0BAAA%3B%3BEAII%2CQAxBZ%2CKAAK%2CMASP%2CQACG%2CMAYI%2COACK%3BEACK%2CQAxBf%2CKAAK%2CMASP%2CQACG%2CMAYI%2COACK%2CUACM%3BEAAQ%2CQAxBxB%2CKAAK%2CMASP%2CQACG%2CMAYI%2COACK%2CUACe%3BIACT%2CsBAAA%3BIACA%2CWAAA%3B%3BEAKhB%2CQA%5C%2FBA%2CKAAK%2CMASP%2CQAsBG%3BIACG%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2C0BAAA%3B%3BEEnCZ%3BIjEoPA%2CgBAAA%3B%3BEApPA%2CgBAAC%3BEACD%2CgBAAC%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CgBAAC%3BIACG%2CWAAA%3B%3BEiEPJ%2CgBCyDA%3BIACI%2CWAAA%3B%3BED1DJ%2CgBC5BA%3BED4BA%2CgBC3BA%3BIACI%2CqBAAA%3B%3BED0BJ%2CgBC5BA%2CSAQI%2CEAAC%3BEDoBL%2CgBC3BA%2CWAOI%2CEAAC%3BIACG%2CqBAAA%3B%3BEDmBR%2CgBCdA%2CSACI%3BIlEiQJ%2CkBAAA%3B%3BEiEpPA%2CgBCJA%2CWAKI%2CEAAC%3BIlEmPL%2CeAAA%3B%3BEiEpPA%2CgBAEM%3BEAFN%2CgBAGM%3BIACE%2CgBAAA%3B%3BEAJR%2CgBAEM%2CWAGE%3BEALR%2CgBAGM%2CaAEE%3BIACI%2CWAAA%3BIACA%2CgBAAA%3B%3BEEoBZ%2CcACI%2CUACI%2CiBACI%3BIACI%2CqBAAA%3BIACA%2CWAAA%3B%3BEAGA%2CcAPZ%2CUACI%2CiBAKI%2CQACK%3BIACG%2CeAAA%3B%3BEC8FhB%2CYAAC%2CYACG%3BIpEiHR%2C6BAAA%3BIoE%5C%2FGY%2CiBAAA%3B%3BECrHZ%3BIACI%2CwBAAA%3B%3BEpD4hBJ%2CqBACI%3BIACI%2CyBAAA%3B%3BEqDsUR%2CYAAY%2CQACR%3BIACI%2CyBAAA%3B%3BEC3zBR%2CeAAgB%2CkBAGZ%3BEAFJ%2CuBAAwB%2CkBAEpB%3BEADJ%2CgBAAiB%2CkBACb%3BIACI%2CWAAA%3B%3BEAJR%2CeAAgB%2CkBAOZ%2CqBAAoB%2CWAAW%3BEANnC%2CuBAAwB%2CkBAMpB%2CqBAAoB%2CWAAW%3BEALnC%2CgBAAiB%2CkBAKb%2CqBAAoB%2CWAAW%3BIAC3B%2CqBAAA%3BIACA%2CUAAA%3B%3BEAIR%2CoBAAqB%3BIACjB%2CgBAAA%3B%3BEAGJ%3BIACI%2CmBAAA%3B%3BEClGJ%2COAAO%2CMAAS%2CUAAO%2CMAAS%2CKAAE%2CMAAM%2CQAAQ%2CIAAI%3BIAChD%2CSAAA%3B%3BECsIJ%2CsBAAuB%2CWAAW%2CUAAS%2COAAO%2CKAAM%2CUAAU%2CQAC5D%2CSAAM%3BIACJ%2CmBAAA%3BIACA%2CWAAA%3B%3BEAHR%2CsBAAuB%2CWAAW%2CUAAS%2COAAO%2CKAAM%2CUAAU%2CQAM5D%2CSAAM%3BIACJ%2CUAAA%3BIACA%2CWAAA%3B%3BEARR%2CsBAAuB%2CWAAW%2CUAAS%2COAAO%2CKAAM%2CUAAU%2CQAW5D%3BEAXN%2CsBAAuB%2CWAAW%2CUAAS%2COAAO%2CKAAM%2CUAAU%2CQAY5D%3BIACE%2CeAAA%3B%3BEAKJ%2CsBADmB%2CWAAW%2CUAAS%2COAAO%2CKAAM%2CUACnD%2CiBAAkB%2CQAAU%3BEAC7B%2CsBAFmB%2CWAAW%2CUAAS%2COAAO%2CKAAM%2CUAEnD%2CiBAAkB%2CQAAU%3BIACzB%2COAAO%2CgBAAP%3B%3BEC4GR%3BIAEQ%2CYAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CiBAAC%3BEACD%2CiBAAC%3BIACG%2CgBAAA%3B%3BEAGJ%2CiBAAC%2CaAAc%3BIACX%2C2BAAA%3B%3BEAGJ%2CiBAAC%2CcAAe%3BIACZ%2CmBAAA%3B%3BEAhBR%2CiBAmBI%3BIACI%2CYAAA%3B%3BEApBR%2CiBAuBI%3BIACI%2CYAAA%3B%3BEAxBR%2CiBA2BI%2CuBAAuB%2CUAAS%2COAAO%2CKAAM%3BEA3BjD%2CiBA4BI%2CuBAAuB%2CUAAS%2COAAO%2CKAAM%3BIACzC%2CqBAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3B%3BEA%5C%2FBR%2CiBAkCI%2CuBAAuB%2CUAAS%2COAAO%2CKAAQ%2CSAAM%2CIAAI%3BIACrD%2CgBAAA%3B%3BEAnCR%2CiBAsCI%3BIACI%2CsBAAA%3B%3BEAvCR%2CiBA0CI%3BIACI%2CmBAAA%3BIACA%2CgBAAA%3B%3BEA5CR%2CiBA%2BCI%2CmBAAmB%3BIACf%2CaAAA%3B%3BEAhDR%2CiBAmDI%3BIACI%2CmBAAA%3B%3BEApDR%2CiBAuDI%2CoBAAoB%2CqBAAoB%2CWAAW%3BIAC%5C%2FC%2CgBAAA%3B%3BEAIR%2CiBAAiB%2CcAAe%3BEAChC%2CiBAAiB%2CaAAc%3BI9C5V3B%2CaAAA%3BIAYA%2CeAAA%3BI8CoVI%2CoBAAA%3BIACA%2CWAAA%3B%3BEANR%2CiBAAiB%2CcAAe%2CoBAS5B%3BEARJ%2CiBAAiB%2CaAAc%2CoBAQ3B%3BIACI%2CUAAA%3BIACA%2CgBAAA%3B%3BEAXR%2CiBAAiB%2CcAAe%2CoBAc5B%3BEAbJ%2CiBAAiB%2CaAAc%2CoBAa3B%3BEAdJ%2CiBAAiB%2CcAAe%2CoBAe5B%3BEAdJ%2CiBAAiB%2CaAAc%2CoBAc3B%3BIACI%2CgBAAA%3B%3BEAhBR%2CiBAAiB%2CcAAe%2CoBAmB5B%3BEAlBJ%2CiBAAiB%2CaAAc%2CoBAkB3B%3BIACI%2CcAAA%3B%3BEApBR%2CiBAAiB%2CcAAe%2CoBAuB5B%3BEAtBJ%2CiBAAiB%2CaAAc%2CoBAsB3B%3BIACI%2COAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BEA3BR%2CiBAAiB%2CcAAe%2CoBA8B5B%3BEA7BJ%2CiBAAiB%2CaAAc%2CoBA6B3B%3BIACI%2CkBAAA%3BIACA%2CsBAAA%3BIACA%2CUAAA%3B%3BEAjCR%2CiBAAiB%2CcAAe%2CoBAoC5B%2CmBAAmB%3BEAnCvB%2CiBAAiB%2CaAAc%2CoBAmC3B%2CmBAAmB%3BIACf%2CsBAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3B%3BEAvCR%2CiBAAiB%2CcAAe%2CoBA0C5B%2CmBAAmB%3BEAzCvB%2CiBAAiB%2CaAAc%2CoBAyC3B%2CmBAAmB%3BIACf%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CaAAA%3BIACA%2CeAAA%3B%3BEA9CR%2CiBAAiB%2CcAAe%2CoBAiD5B%2CYAAW%3BEAhDf%2CiBAAiB%2CaAAc%2CoBAgD3B%2CYAAW%3BIACP%2CmBAAA%3BIACA%2CQAAA%3BIACA%2CWAAA%3B%3BEApDR%2CiBAAiB%2CcAAe%2CoBAuD5B%2CYAAW%3BEAtDf%2CiBAAiB%2CaAAc%2CoBAsD3B%2CYAAW%3BIACP%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CQAAA%3B%3BEA1DR%2CiBAAiB%2CcAAe%2CoBA6D5B%3BEA5DJ%2CiBAAiB%2CaAAc%2CoBA4D3B%3BIACI%2CkBAAA%3B%3BEAIR%2CiBAAiB%2CcAAe%2CoBAAmB%3BEACnD%2CiBAAiB%2CaAAc%2CoBAAmB%3BIAE1C%2CsBAAA%3B%3BEAHR%2CiBAAiB%2CcAAe%2CoBAAmB%2COAM%5C%2FC%3BEALJ%2CiBAAiB%2CaAAc%2CoBAAmB%2COAK9C%3BIACI%2CgBAAA%3B%3BEAIR%2CiBAAiB%2CYAAa%2CoBAC1B%3BIACI%2CiBAAA%3B%3BEAFR%2CiBAAiB%2CYAAa%2CoBAK1B%3BIACI%2CkBAAA%3BIACA%2CcAAA%3B%3BEAPR%2CiBAAiB%2CYAAa%2CoBAU1B%3BIACI%2CmBAAA%3B%3BEAXR%2CiBAAiB%2CYAAa%2CoBAc1B%3BIACI%2CmBAAA%3B%3BEAIR%2CiBAAiB%2CeAAgB%3BIAC7B%2CsBAAA%3B%3BECtVJ%3BIAEQ%2CmBAAA%3B%3BEAFR%2CcAKI%3BIACI%2CUAAA%3B%3BECqDR%3BIACI%2CgBAAA%3B%3BEAGJ%2CeAAgB%3BEAChB%2CgBAAiB%3BEACjB%2CuBAAwB%3BIAEhB%2CmBAAA%3BIACA%2CoBAAA%3B%3BEALR%2CeAAgB%2CmBAQZ%3BEAPJ%2CgBAAiB%2CmBAOb%3BEANJ%2CuBAAwB%2CmBAMpB%3BIACI%2CmBAAA%3BIACA%2CgBAAA%3B%3BEAVR%2CeAAgB%2CmBAaZ%3BEAZJ%2CgBAAiB%2CmBAYb%3BEAXJ%2CuBAAwB%2CmBAWpB%3BIACI%2CmBAAA%3B%3BEpDJV%3BIACE%2C0CAAA%3BIACA%2CUAAA%3BIACA%2CYAAA%3BIACA%2CYAAA%3B%3BECxKF%3BIACE%2CcAAA%3BIACA%2C6BAAA%3BIACA%2CmBAAA%3B%3BEAHF%2C6BAKE%3BIACE%2CqBAAA%3BIACA%2CmBAAA%3B%3BEAPJ%2C6BAUE%3BIACE%2CaAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CsBAAA%3BIACA%2CgBAAA%3B%3BEAhBJ%2C6BAmBE%3BIACE%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3B%3BEAtBJ%2C6BAyBE%2CGAAE%3BIACA%2CgBAAA%3B%3BEA1BJ%2C6BA6BE%2CQAAQ%2CgBAAe%3BIACrB%2CaAAA%3B%3BEA9BJ%2C6BAiCE%3BIACE%2CqBAAA%3B%3BEAlCJ%2C6BAiCE%2CgBAGE%3BIACE%2CqBAAA%3BIACA%2C6BAAA%3B%3BEAtCN%2C6BA0CE%3BIACE%2CqBAAA%3B%3BEoDomBF%3BIACI%2C6BAAA%3B%3BEADJ%2C0BAGI%3BIACI%2CqBAAA%3B%3BEAJR%2C0BAOI%3BIACI%2CYAAA%3BIACA%2CeAAA%3B%3BEAGR%2C0BACI%2CcACI%3BIACI%2CYAAA%3B%3BEAHZ%2C0BACI%2CcAKI%3BIACI%2CgBAAA%3BIACA%2CYAAA%3B%3BEARZ%2C0BACI%2CcAUI%3BIACI%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAIZ%2CYACI%3BIACI%2CiBAAA%3B%3BEACA%2CYAFJ%2C2BAEK%3BIACG%2CmBAAA%3B%3BEAJZ%2CYACI%2C2BAKI%3BIACI%2CYAAA%3BIACA%2CkBAAA%3B%3BEARZ%2CYACI%2C2BAUI%3BIACI%2CUAAA%3B%3BEAIA%2CYAfR%2C2BAcI%2CcACK%3BIACG%2CgBAAA%3B%3BEAjBhB%2CYACI%2C2BAcI%2CcAKI%3BIACI%2CYAAA%3B%3BEArBhB%2CYACI%2C2BAcI%2CcASI%3BIACI%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAKhB%2C%2BBACI%2CGAAE%3BIACE%2CaAAA%3B%3BECloBJ%2CqBAAC%2CMAAM%3BIACH%2CmBAAA%3BIACA%2CmBAAA%3B%3BEAHR%2CqBAMI%3BIACI%2CSAAA%3B%3BEAPR%2CqBAMI%2CaAGI%3BI9EgMR%2CiBAAA%3B%3BE8EzMA%2CqBAcI%2CQACI%3BIACI%2CaAAA%3BIACA%2CcAAA%3B%3BEAjBZ%2CqBAcI%2CQAMI%3BI9EqLR%2CeAAA%3B%3BE8EzMA%2CqBAcI%2CQAUI%3BI9EiLR%2CiBAAA%3BI8E%5C%2FKY%2CoBAAA%3B%3BEA1BZ%2CqBA8BI%2COACI%3BI9E0KR%2CeAAA%3B%3BE8EzMA%2CqBA8BI%2COAKI%3BIACI%2CmBAAA%3B%3BEAEA%2CqBARR%2COAKI%2COAGK%3BI9EmKb%2CeAAA%3BI8EjKgB%2CWAAA%3B%3BExC%5C%2FBhB%2CcACI%3BIACI%2C6BAAA%3B%3BEAFR%2CcAII%2CeAGI%3BEAPR%2CcAII%2CeAII%3BEARR%2CcAII%2CeAKI%2C2BAA6B%3BIACzB%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3B%3BEAZZ%2CcAII%2CeAWI%3BIACI%2CaAAA%3BIACA%2CUAAA%3B%3BEAYA%2CcAFR%2C2BACI%2CKACK%3BEACD%2CcAHR%2C2BACI%2CKAEK%3BIACG%2CkBAAA%3B%3BEAEJ%2CcANR%2C2BACI%2CKAKK%3BIACG%2CUAAA%3B%3BEAlChB%2CcAuCI%2CKAAI%3BEAvCR%2CcAwCI%3BEAxCJ%2CcAyCI%3BIACI%2CgBAAA%3B%3BEAKR%3BIAGI%2C0BAAA%3B%3BEyCzFJ%2CgBACI%2CWACI%3BIACI%2CcAAA%3B%3BECsFR%2CmBAAC%2CWAAW%3BIAEJ%2CkBAAA%3B%3BEAGJ%2CmBALH%2CWAAW%2COAKJ%3BIACA%2CSAAA%3BIACA%2CSAAA%3B%3BEnCTZ%2CkBAEI%2CWACI%3BIACI%2CSAAA%3B%3BEAJZ%2CkBAOI%2CSAAQ%3BIACJ%2CWAAA%3B%3BEMiCR%2CeACI%2CQAAO%2CQAAQ%3BIACX%2CWAAA%3B%3BEAGR%2CyBACI%2CQAAO%3BIACH%2CeAAA%3B%3BEAFR%2CyBAII%3BEAJJ%2CyBAKI%3BIACI%2CYAAA%3B%3BEANR%2CyBAQI%3BIACI%2CiBAAA%3BIAEA%2CWAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3B%3BEAbR%2CyBAQI%2CsBAMI%2CWACI%3BEAfZ%2CyBAQI%2CsBAMI%2CWAEI%2CeAAiB%3BIACb%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3BInD%2BEhB%2CcAAA%3B%3BEmDlGA%2CyBAQI%2CsBAeI%2CiBACI%3BInD0EZ%2CcAAA%3B%3BEmDlGA%2CyBAQI%2CsBAeI%2CiBACI%2CMAEI%3BInDwEhB%2CiBAAA%3BImDtEoB%2CgBAAA%3B%3BEA5BpB%2CyBAQI%2CsBAwBI%2CqBAAuB%2CuBACnB%3BInDiEZ%2CiBAAA%3BImD%5C%2FDgB%2CiBAAA%3B%3BEAMR%2C0BAA2B%2C0BAF%5C%2FB%3BEAEI%2C0BAA2B%2C0BAD%5C%2FB%3BEAEI%2C2BAA4B%2C0BAHhC%3BEAGI%2C2BAA4B%2C0BAFhC%3BEAGI%2CqBAAsB%2C0BAJ1B%3BEAII%2CqBAAsB%2C0BAH1B%3BIAIQ%2CUAAA%3B%3BE8BqOR%2CcAAC%2CSACG%3BEADQ%2CcAAC%2CSACT%3BEADoB%2CcAAC%2CSACrB%3BIACI%2CaAAA%3B%3BEAEA%2CcAJP%2CSACG%2CcAGK%3BEAAD%2CcAJK%2CSACT%2CcAGK%3BEAAD%2CcAJiB%2CSACrB%2CcAGK%3BIACG%2CYAAA%3B%3BEAIZ%2CcAAC%2CSACG%3BEADQ%2CcAAC%2CSACT%3BEADoB%2CcAAC%2CSACrB%3BIACI%2CaAAA%3B%3BEAEA%2CcAJP%2CSACG%2CcAGK%3BEAAD%2CcAJK%2CSACT%2CcAGK%3BEAAD%2CcAJiB%2CSACrB%2CcAGK%3BIACG%2CWAAA%3B%3BEAEJ%2CcAPP%2CSACG%2CcAMK%3BEAAD%2CcAPK%2CSACT%2CcAMK%3BEAAD%2CcAPiB%2CSACrB%2CcAMK%3BIACG%2CYAAA%3B%3BEAOA%2CcAHX%2CSAAS%2CKAAK%2CUACV%2CSACG%2CcACK%3BEAAD%2CcAHX%2CSAAS%2CKAAK%2CUACE%2CSACT%2CcACK%3BEAAD%2CcAHX%2CSAAS%2CKAAK%2CUACc%2CSACrB%2CcACK%3BIACG%2C%2BBAAA%3B%3BEAEJ%2CcANX%2CSAAS%2CKAAK%2CUACV%2CSACG%2CcAIK%2CUAAU%2CGACP%3BEADJ%2CcANX%2CSAAS%2CKAAK%2CUACE%2CSACT%2CcAIK%2CUAAU%2CGACP%3BEADJ%2CcANX%2CSAAS%2CKAAK%2CUACc%2CSACrB%2CcAIK%2CUAAU%2CGACP%3BEADY%2CcAN3B%2CSAAS%2CKAAK%2CUACV%2CSACG%2CcAIqB%2CUAAU%2CGACvB%3BEADY%2CcAN3B%2CSAAS%2CKAAK%2CUACE%2CSACT%2CcAIqB%2CUAAU%2CGACvB%3BEADY%2CcAN3B%2CSAAS%2CKAAK%2CUACc%2CSACrB%2CcAIqB%2CUAAU%2CGACvB%3BIACI%2C6BAAA%3B%3BEAOR%2CcAfX%2CSAAS%2CKAAK%2CUAaV%2CSACG%2CcACK%3BEAAD%2CcAfX%2CSAAS%2CKAAK%2CUAaE%2CSACT%2CcACK%3BEAAD%2CcAfX%2CSAAS%2CKAAK%2CUAac%2CSACrB%2CcACK%3BIACG%2C2BAAA%3B%3BEAEJ%2CcAlBX%2CSAAS%2CKAAK%2CUAaV%2CSACG%2CcAIK%3BEAAD%2CcAlBX%2CSAAS%2CKAAK%2CUAaE%2CSACT%2CcAIK%3BEAAD%2CcAlBX%2CSAAS%2CKAAK%2CUAac%2CSACrB%2CcAIK%3BIACG%2C%2BBAAA%3B%3BEAEJ%2CcArBX%2CSAAS%2CKAAK%2CUAaV%2CSACG%2CcAOK%2CUAAU%2CGACP%3BEADJ%2CcArBX%2CSAAS%2CKAAK%2CUAaE%2CSACT%2CcAOK%2CUAAU%2CGACP%3BEADJ%2CcArBX%2CSAAS%2CKAAK%2CUAac%2CSACrB%2CcAOK%2CUAAU%2CGACP%3BEADY%2CcArB3B%2CSAAS%2CKAAK%2CUAaV%2CSACG%2CcAOqB%2CUAAU%2CGACvB%3BEADY%2CcArB3B%2CSAAS%2CKAAK%2CUAaE%2CSACT%2CcAOqB%2CUAAU%2CGACvB%3BEADY%2CcArB3B%2CSAAS%2CKAAK%2CUAac%2CSACrB%2CcAOqB%2CUAAU%2CGACvB%3BEAD4B%2CcArB3C%2CSAAS%2CKAAK%2CUAaV%2CSACG%2CcAOqC%2CUAAU%2CGACvC%3BEAD4B%2CcArB3C%2CSAAS%2CKAAK%2CUAaE%2CSACT%2CcAOqC%2CUAAU%2CGACvC%3BEAD4B%2CcArB3C%2CSAAS%2CKAAK%2CUAac%2CSACrB%2CcAOqC%2CUAAU%2CGACvC%3BIACI%2C6BAAA%3B%3BEC0fxB%2CkBACI%2CoBACI%3BIlFvtBR%2CqBAAA%3B%3BEkFqtBA%2CkBAMI%3BIACI%2CiBAAA%3B%3BEAIR%2CWACI%2CQAAO%3BIACH%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAIR%3BIACI%2CiBAAA%3B%3BEAGJ%2CuBAEI%2CWACI%2CiBACI%3BEAHZ%2CmBACI%2CWACI%2CiBACI%3BIACI%2CeAAA%3BIACA%2CiBAAA%3B%3BEANhB%2CuBAEI%2CWAOI%2CqBAAuB%2CuBACnB%3BEATZ%2CmBACI%2CWAOI%2CqBAAuB%2CuBACnB%3BIlFrvBZ%2CiBAAA%3BIkFuvBgB%2CiBAAA%3B%3BEAShB%3BIACI%2CWAAA%3B%3BEAEJ%2CQAAQ%3BIACJ%2CYAAA%3B%3BEAEJ%2CoBACI%3BIACI%2CUAAA%3B%3BEAFR%2CoBAII%2CSAAQ%3BIACJ%2CUAAA%3B%3BEAGR%2C0BAGI%3BEAFJ%2C2BAEI%3BEADJ%2CqBACI%3BIACI%2CUAAA%3B%3BEAJR%2C0BAMI%2CSAAQ%3BEALZ%2C2BAKI%2CSAAQ%3BEAJZ%2CqBAII%2CSAAQ%3BIACJ%2CUAAA%3B%3BEA4ZR%2CQAAQ%3BIACJ%2CWAAA%3BIlFlrCJ%2CSAAA%3BIAAA%2CUAAA%3BIE1KA%2CqBAAA%3B%3BEgF21CA%2CQAAQ%2CQAGJ%2CQAAO%3BIACH%2CiBAAA%3BIlFrrCR%2CWAAA%3BIAAA%2CqBAAA%3B%3BEEjJA%2CQgFk0CQ%2CQAGJ%2CQAAO%2CQhFr0CV%3BIFiJD%2CWAAA%3BIAAA%2CqBAAA%3B%3BEE5IA%2CQgF6zCQ%2CQAGJ%2CQAAO%2CQhFh0CV%3BIF4ID%2CWAAA%3BIAAA%2C0BAAA%3B%3BEEvIA%2CQgFwzCQ%2CQAGJ%2CQAAO%2CQhF3zCV%3BIFuID%2CWAAA%3BIAAA%2C0BAAA%3B%3BEkFirCA%2CQAAQ%2CQAgBJ%2CSAAQ%3BIlFjsCZ%2CcAAA%3B%3BEkFmsCQ%2CQAlBA%2CQAgBJ%2CSAAQ%2CIAEH%3BIACG%2CSAAS%2CGAAT%3B%3BEAEJ%2CQArBA%2CQAgBJ%2CSAAQ%2CIAKH%3BIACG%2CSAAS%2CGAAT%3B%3BEAMJ%2CQAFA%2CKAAK%2CSACR%2CUAAW%2CSAAQ%2CKAAK%2CMACjB%2CQAAK%3BEAAQ%2CQAFjB%2CKAAK%2CSACR%2CUAAW%2CSAAQ%2CKAAK%2CMACA%2CQAAK%3BIACtB%2CWAAA%3BIACA%2CSAAA%3B%3BEAEJ%2CQANA%2CKAAK%2CSACR%2CUAAW%2CSAAQ%2CKAAK%2CMAKjB%2CQAAK%2CMAAM%2CqBAAwB%3BIACnC%2C6BAAA%3BIACA%2C8BAAA%3BIACA%2C%2BBAAA%3B%3BEAIJ%2CQAbA%2CKAAK%2CSAYR%2CSAAU%2CSAAQ%2CKAAK%2CMAAS%2CQAC5B%3BIACG%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAEA%2CQAnBJ%2CKAAK%2CSAYR%2CSAAU%2CSAAQ%2CKAAK%2CMAAS%2CQAC5B%2CMAMO%3BIACA%2CsBAAA%3BIACA%2C0BAAA%3BIACA%2CcAAA%3BIACA%2CuBAAA%3B%3BEAGA%2CQA1BR%2CKAAK%2CSAYR%2CSAAU%2CSAAQ%2CKAAK%2CMAAS%2CQAC5B%2CMAYI%2COAAU%3BEACJ%2CQA1BX%2CKAAK%2CSAYR%2CSAAU%2CSAAQ%2CKAAK%2CMAAS%2CQAC5B%2CMAYI%2COAAU%2CUACH%3BEAAQ%2CQA1BpB%2CKAAK%2CSAYR%2CSAAU%2CSAAQ%2CKAAK%2CMAAS%2CQAC5B%2CMAYI%2COAAU%2CUACM%3BIACT%2CwBAAA%3B%3BEAIZ%2CQA%5C%2FBA%2CKAAK%2CSAYR%2CSAAU%2CSAAQ%2CKAAK%2CMAAS%2CQAmB5B%3BIACG%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3BIACA%2CyBAAA%3BIACA%2COAAA%3BIACA%2CMAAA%3BIACA%2CiBAAA%3B%3BEvC71CZ%3BIACI%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3BIACA%2CqBAAA%3BIACA%2CsBAAA%3B%3BEANJ%2CaAUI%3BIACI%2CaAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3B%3BEAbR%2CaAeI%3BIACI%2CaAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAlBR%2CaAoBI%3BIACI%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CyBAAA%3BIACA%2CYAAA%3BIACA%2CmBAAA%3BIACA%2C4BAAA%3B%3BE3C0KR%2Ca2ChLI%2CM3CgLH%3BIAxFD%2CWAAA%3B%3BEA6FA%2Ca2CrLI%2CM3CqLH%3BIA7FD%2CWAAA%3B%3BEAkGA%2Ca2C1LI%2CM3C0LH%3BIAlGD%2CWAAA%3B%3BEAuGA%2Ca2C%5C%2FLI%2CM3C%2BLH%3BIAvGD%2CWAAA%3B%3BE2C5GA%2CaA8BI%2CQAAO%3BIACH%2CkBAAA%3BIAEA%2CSAAA%3BIACA%2CMAAA%3BIACA%2CUAAA%3BIACA%2CYAAA%3BI3CwER%2CqBAAA%3BIDzDA%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2C4BAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3BICgDA%2CgBAAA%3BI2ChEQ%2CiBAAA%3B%3BEA5CR%2CaA8BI%2CQAAO%2COvCkET%3BIJhQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEIHA%2CauC0LI%2CQAAO%2COvC1LV%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BIJ9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CWAAA%3BIAAA%2CSKjQU%2COLiQV%3BIAAA%2CaM7Oe%2CaN6Of%3BIAAA%2CSAAA%3BIAAA%2CmBAAA%3BIIqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2CauC6KA%2CQAAO%2COvC9KV%2CMACI%3BIJ2PL%2CcAAA%3B%3BEIrPI%2CauCuKA%2CQAAO%2COvCxKV%2COACI%3BIJqPL%2CcAAA%3B%3BED7CA%2Ca4CjCI%2CQAAO%2CO5CiCV%3BEACD%2Ca4ClCI%2CQAAO%2CO5CkCV%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2Ca4CvCI%2CQAAO%2CO5CuCV%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2Ca4C5CI%2CQAAO%2CO5C4CV%3BEACD%2Ca4C7CI%2CQAAO%2CO5C6CV%3BEACD%2CQAAQ%2CUAAW%2Cc4C9Cf%2CQAAO%3BI5C%2BCP%2CoBAAA%3BIC%2BBJ%2CYAAA%3B%3BE2C7DA%3BIACI%2CaAAA%3B%3BEJyOJ%2CoBACI%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAQR%2CeAEI%2CWAEI%2CSAAQ%3BIACJ%2CgBAAA%3B%3BEALZ%2CeAQI%3BIACI%2CYAAA%3B%3BEAKR%3BIvCtMA%2CmBAAA%3BI0DlLA%2CYAAA%3BI1DkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BIuCsCL%2CWAAA%3BIACA%2CwBAAA%3B%3BEAHJ%2CaAKM%3BIACE%2CcAAA%3B%3BEANR%2CaAQI%2CUACI%3BIACI%2CeAAA%3B%3BEAVZ%2CaAQI%2CUACI%2CiBAEM%3BIACE%2CWAAA%3B%3BEAZhB%2CaAgBI%2COACM%3BIACE%2CgBAAA%3B%3BEACA%2CaAHR%2COACM%2CSAEG%3BIACG%2CSAAA%3B%3BEApBhB%2CaAgBI%2COAUI%2CUACI%3BIvCjOZ%2CgBAAA%3BIuCmOgB%2CeAAA%3B%3BEeoXhB%2CafjYI%2COAUI%2CUACI%2COesXX%2CIAAI%2CSACC%3BIACE%2CuBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIA4FR%2CgBAAA%3BIANA%2CUAAA%3B%3BEA1FA%2CafjYI%2COAUI%2CUACI%2COesXX%2CIAAI%2CSAeC%3BIACE%2CWAAA%3BIACA%2CWAAA%3B%3BEflaR%2CaAgBI%2COAUI%2CUACI%2COemRV%3BItDpfF%2CeAAA%3BIsDwfI%2CqBAAA%3B%3BEA6HA%2Caf%5C%2FZA%2COAUI%2CUACI%2COekZX%2COAEI%3BEAAD%2Caf%5C%2FZA%2COAUI%2CUACI%2COemZX%2CSACI%3BIACG%2CaAAA%3B%3BEfhbR%2CaAiCI%3BIACI%2CUAAA%3B%3BEAMJ%2CKAAC%2CcACG%3BIACI%2CeAAA%3BIACA%2CWAAA%3B%3BEAHR%2CKAAC%2CcAKG%2CMAAM%3BIACF%2CiBAAA%3B%3BEANR%2CKAAC%2CcASG%2CMACI%2CKAAI%3BIACA%2CwBAAA%3B%3BEAXZ%2CKAAC%2CcAeG%2CcAAc%3BIACV%2CUAAA%3B%3BEAIA%2CKApBP%2CcAmBG%2CSACK%3BIACG%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CsBAAA%3BIACA%2CSAAA%3B%3BEAKJ%2CKA%5C%2FBP%2CcAmBG%2CSAYK%3BIACG%2CmBAAA%3BIACA%2CsBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAOhB%3BIvCxRA%2CmBAAA%3BI0DtLA%2CWAAA%3BI1DsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BIuCyHL%2CYAAA%3BIACA%2CSAAA%3BIACA%2CsBAAA%3BIACA%2CgBAAA%3B%3BEAUA%2CMAAC%3BIvCxSL%2CmBAAA%3BI0DtLA%2CWAAA%3BI1DsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BIuCyID%2CYAAA%3BIACA%2CiBAAA%3B%3BEAJJ%2CMAAC%2CUAKG%2CeAAe%3BIACX%2CaAAA%3B%3BE4C%5C%2FLZ%2CiBACI%3BIACI%2CWAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3B%3BE%5C%2FE%5C%2FSR%2CS%2BEkTU%2CQAAO%2CO%5C%2FElThB%3BEAAD%2CiB%2BEmTkB%2CQAAO%2CK%5C%2FEnTxB%3BIJ4LD%2CeAAA%3BIAAA%2CoBAAA%3B%3BEqDrMA%3BIrDqMA%2CoBAAA%3BI0DtLA%2CWAAA%3BI1DsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BIqDpWL%2CYAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3B%3BE%2BB7CJ%3BIACI%2CaAAA%3B%3BECLJ%3BIrFiPA%2CgBAAA%3BIqF%5C%2FOI%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CYAAA%3B%3BEAGJ%3BIrF0OA%2CeAAA%3BIAAA%2CYAAA%3BIqFvOI%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAEA%2CsBAAC%3BIrFkOL%2CmBAAA%3BIAAA%2CWAAA%3BIAAA%2C2BAAA%3BIqF9NQ%2CSAAS%2CEAAT%3BIACA%2CWAAA%3BIACA%2COAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAIA%2CsBADH%2CYACI%3BIrFsNT%2C0BAAA%3B%3BEqFhNQ%2CsBADH%2CWACI%3BIrFgNT%2C0BAAA%3B%3BEqF1OA%2CsBA%2BBM%3BIACE%2CqBAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CqBAAA%3BIrFuMR%2CcAAA%3BIAAA%2CgBAAA%3BIAAA%2CiBAAA%3B%3BEqF5LQ%2CsBAfF%2COAeG%3BEACD%2CsBAhBF%2COAgBG%3BIrF2LT%2CmBAAA%3BIAAA%2CYAAA%3BIAAA%2CmBAAA%3BIAAA%2C2BAAA%3BIAAA%2CWAAA%3BIqFrLY%2CkBAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3B%3BEAGJ%2CsBA7BF%2COA6BG%3BIrF8KT%2CgBAAA%3BIAAA%2CYAAA%3BIAAA%2CmBAAA%3BIAAA%2CQAAA%3BIAAA%2CWAAA%3BIqFxKY%2CSAAS%2CUAAT%3BIACA%2CoBAAA%3BIrFuKZ%2CWAAA%3BIAAA%2CgBAAA%3BIAAA%2CiBAAA%3B%3BEqF3JI%2CsBAAC%3BIACG%2CeAAA%3B%3BEAEI%2CsBAHP%2CUAEI%2CMACI%3BIrFwJb%2CmBAAA%3B%3BEqFpJgB%2CsBAPX%2CUAEI%2CMAIK%2COACG%3BIrFoJjB%2CmBAAA%3B%3BEqF3JI%2CsBAAC%2CUAYK%3BIrF%2BIV%2CWAAA%3B%3BEqF5IY%2CsBAfP%2CUAYK%2COAGG%3BIrF4Ib%2CaM7Oe%2CaN6Of%3BIAAA%2CSKtOa%2COLsOb%3B%3BEqFpIQ%2CsBADH%2CQACI%3BIACG%2CmBAAA%3B%3BEAFR%2CsBAAC%2CQAIK%3BIrFiIV%2CWAAA%3B%3BEqF%5C%2FHY%2CsBANP%2CQAIK%2COAEG%3BIrF%2BHb%2CmBAAA%3B%3BEqF5HY%2CsBATP%2CQAIK%2COAKG%3BIrF4Hb%2CaM7Oe%2CaN6Of%3BIAAA%2CSKtOa%2COLsOb%3B%3BEsF1OA%2CqBACI%2CaACI%3BItFwOR%2CgBAAA%3B%3BEsF1OA%2CqBACI%2CaAII%2CcACI%3BIACI%2CWAAA%3BIACA%2CkBAAA%3B%3BEC6MhB%2CyBACI%2CiBACM%3BIACE%2CWAAA%3B%3BEAGA%2CyBALR%2CiBAII%2CQACK%3BIACG%2CSAAA%3B%3BEAKhB%2CYACI%3BEADJ%2CYAEI%3BIvFOJ%2CgBAAA%3B%3BEuFTA%2CYAMI%3BIvFGJ%2C6BAAA%3BIuFDQ%2CoBAAA%3B%3BEAGR%3BIACI%2CWAAA%3B%3BEC3RJ%3BIxFwRA%2CmBAAA%3BIAAA%2CmBAAA%3BI0DlLA%2CYAAA%3BI1DkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BIwFvbL%2CWAAA%3BIACA%2CUAAA%3B%3BECiKJ%2CoBACI%2CcACI%3BIACI%2CaAAA%3B%3BECxDZ%3BI1FwKA%2CsBAAA%3BIAAA%2CSAAA%3BI0FrKI%2CkBAAA%3BIACA%2CiBAAA%3BIACA%2CSAAA%3BIACA%2CqBAAA%3BIACA%2CWAAW%2CWAAX%3BIACA%2C4DAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CuCAAA%3BIACA%2CkBAAA%3BIACA%2C0BAAA%3B%3BEACA%2CwBAAC%3BI1F0JL%2CYAAA%3BI0FxJQ%2CWAAW%2CWAAX%3BIACA%2C0DAAA%3BIACA%2CmBAAA%3B%3BEAGR%3BI1FmJA%2CmBAAA%3BI0FjJI%2CgBAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CqBACI%3BIACI%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CmBAAA%3B%3BEALR%2CqBAOI%2CiBACM%3BIACE%2CeAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3B%3BEAXZ%2CqBAOI%2CiBACM%2CWAIE%3BIACI%2CcAAA%3B%3BEAQhB%2CqBACI%3BIACI%2CgBAAA%3BIACA%2CUAAA%3B%3BEAHR%2CqBAKI%3BI1FwOJ%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIAkCA%2C2BAAA%3BIACI%2CuBAAA%3BIACI%2CmBAAA%3BI0F3QA%2C6BAAA%3B%3BEARR%2CqBAUI%2COAAM%3BEAVV%2CqBAWI%3BEAXJ%2CqBAYI%3BEAZJ%2CqBAaI%3BI1FgOJ%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIAkCA%2C8BAAA%3BIACI%2C0BAAA%3BIACI%2CsBAAA%3BIA9BR%2CoBAAA%3BIACQ%2CYAAA%3B%3BE0FtPR%2CqBAkBI%2COAAM%3BIACF%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CqBAAA%3BIACA%2CUAAA%3B%3BEACA%2CqBALJ%2COAAM%2COAKE%3BIACA%2C%2BBAAA%3BIACA%2CaAAA%3BIACA%2CSAAA%3BIACA%2CqBAAA%3B%3BEACA%2CqBAVR%2COAAM%2COAKE%2CSAKC%3BIACG%2CQAAA%3BIACA%2CQAAA%3B%3BEA9BhB%2CqBAkCI%3BIACI%2CgBAAA%3BIACA%2CgBAAA%3B%3BEC3CR%2CwBACI%2CiBACI%2CiBACI%3BIACI%2CWAAA%3BIACA%2CSAAA%3B%3BEALhB%2CwBASI%2CUACM%2CwBACI%3BIACE%2CWAAA%3BIACA%2CWAAA%3B%3BEAKhB%2C%2BBACI%3BIACI%2CWAAA%3B%3BEAFR%2C%2BBAII%2CiBACI%3BIACI%2CoBAAA%3B%3BECCZ%2CwBACI%3BI5FsGJ%2CmBAAA%3B%3BE4FvGA%2CwBAII%2CwBACI%2CsBACM%3BIACE%2CeAAA%3B%3BExDuGR%2CgBAFJ%2COAEK%2CMACG%2CiBACM%3BIACE%2CgBAAA%3BIACA%2CiBAAA%3B%3BEAJZ%2CgBAFJ%2COAEK%2CMACG%2CiBAKM%3BIACE%2CYAAA%3B%3BEAXpB%2CgBAgBI%2CUACM%2CSACI%3BIACE%2CUAAA%3B%3BEAMhB%2CgBAAiB%2CWAAW%2CEAAC%3BIACzB%2CgBAAA%3B%3BEAGJ%2CoBACI%2CmBACI%2CQACI%3BIACI%2CYAAA%3BIACA%2CmBAAA%3B%3BEALhB%2CoBACI%2CmBAOI%3BEARR%2CoBACI%2CmBAQI%3BIACI%2CWAAA%3B%3BEAKZ%2CKAAK%2COAAO%3BIACR%2CeAAA%3B%3BEADJ%2CKAAK%2COAAO%2CQAGN%3BIACE%2CUAAA%3BIACA%2CeAAA%3BIACA%2CYAAA%3B%3BEANR%2CKAAK%2COAAO%2CQAQR%3BIACI%2CWAAA%3BIACA%2CeAAA%3B%3BEAIR%2CKAAK%2COAAQ%3BIACT%2CgBAAA%3B%3BEAGJ%2CQAAQ%2C0BACJ%3BEADJ%2CQAAQ%2C0BAEJ%3BIACI%2CYAAA%3B%3BEAHR%2CQAAQ%2C0BAKJ%2CQAAO%3BIACH%2CYAAA%3B%3BEAIR%2CQAcI%2CMAAK%3BIACD%2CgBAAA%3B%3BEAEI%2CQAHR%2CMAAK%2CMAED%2CKACK%3BIACG%2CmBAAA%3B%3BEAShB%2CqBACI%2COAAM%2CUAEA%3BIAEE%2CmBAAA%3B%3BEACA%2CqBALR%2COAAM%2CUAEA%2CQAGG%2CeAAe%3BEAChB%2CqBANR%2COAAM%2CUAEA%2CQAIG%2CeAAe%3BIACZ%2CgBAAA%3B%3BEA4BhB%2CQAAQ%2CcACJ%3BIACI%2CmBAAA%3B%3BECzZR%2CYAII%3BIACI%2CWAAA%3B%3BEAGR%2CsBACI%3BIACI%2CUAAA%3B%3BEwDsHZ%2C0BAIQ%3BIACI%2CYAAA%3BIACA%2CUAAA%3B%3BEANZ%2C0BAQQ%3BIACI%2CWAAA%3BIACA%2CUAAA%3B%3BEC3DR%2CsBACI%2CmBACI%2CWACI%2CiBAAgB%3BIACZ%2CeAAA%3B%3BEAJhB%2CsBACI%2CmBACI%2CWACI%2CiBAAgB%2CkBAEZ%3BIACI%2CeAAA%3BIACA%2CiBAAA%3B%3BEAPpB%2CsBAYI%2CkBACI%2COAAM%2CIAAI%3BI9FiLlB%2CgBAAA%3BIAAA%2CmBAAA%3BIsD%2BpBA%2CsBAAA%3BIACA%2CqBAAA%3BItDhqBA%2CUAAA%3BIsDmqBA%2CmBAAA%3B%3BEwCj2BA%2CsBAYI%2CkBACI%2COAAM%2CIAAI%2COxCqqBhB%3BItDpfF%2CeAAA%3BIsDwfI%2CqBAAA%3B%3BEAtOJ%2CsBwCpcI%2CkBACI%2COAAM%2CIAAI%2COxCmcjB%3BIACG%2CgBAAA%3B%3BEAkZJ%2CsBwCv1BI%2CkBACI%2COAAM%2CIAAI%2COxCs1Bd%3BIACA%2CWAAA%3B%3BEwCp2BJ%2CsBAYI%2CkBACI%2COAAM%2CIAAI%2COxC6chB%3BItD5RF%2CgBAAA%3BIAAA%2CiBAAA%3B%3BEsDqSI%2CsBwCvdA%2CkBACI%2COAAM%2CIAAI%2COxC6chB%2CSASM%3BIACA%2CaAAA%3B%3BEwCpeR%2CsBAYI%2CkBACI%2COAAM%2CIAAI%2COxC2dlB%2CQACI%3BIACI%2CmBAAA%3B%3BEtDhiBR%2CsB8FkEI%2CkBACI%2COAAM%2CIAAI%2COxCielB%2CQAAO%2CMtDpiBN%3BEACD%2CsB8FiEI%2CkBACI%2COAAM%2CIAAI%2COxCielB%2CQAAO%2CMtDniBN%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CsB8F4DI%2CkBACI%2COAAM%2CIAAI%2COxCielB%2CQAAO%2CMtD9hBN%3BIACG%2CWAAA%3B%3BE8F%2BCJ%2CsBAYI%2CkBACI%2COAAM%2CIAAI%2COxCielB%2CQAAO%2CMAEH%3BIACI%2CsBAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CsBwCzeA%2CkBACI%2COAAM%2CIAAI%2COxCielB%2CQAAO%2CMAOF%2CQAAS%3BIACN%2CqBAAA%3B%3BEAGJ%2CsBwC7eA%2CkBACI%2COAAM%2CIAAI%2COxCielB%2CQAAO%2CMAWF%2CQAAS%3BIACN%2CYAAA%3B%3BEAGJ%2CsBwCjfA%2CkBACI%2COAAM%2CIAAI%2COxCielB%2CQAAO%2CMAeF%2CQAAS%3BIACN%2CqBAAA%3B%3BEAGJ%2CsBwCrfA%2CkBACI%2COAAM%2CIAAI%2COxCielB%2CQAAO%2CMAmBF%2CQAAS%3BIACN%2CqBAAA%3B%3BEwClgBR%2CsBAYI%2CkBACI%2COAAM%2CIAAI%2COxCyflB%3BItDpNA%2C4BAAA%3BIACA%2C2BAAA%3BIACA%2CoBAAA%3BIA2BA%2CyBAAA%3BIACQ%2CiBAAA%3BIsDyLJ%2CUAAA%3BIACA%2CWAAA%3B%3BEwC1gBJ%2CsBAYI%2CkBACI%2COAAM%2CIAAI%2COxCyflB%2COAMI%3BEwC5gBJ%2CsBAYI%2CkBACI%2COAAM%2CIAAI%2COxCyflB%2COAOI%3BEwC7gBJ%2CsBAYI%2CkBACI%2COAAM%2CIAAI%2COxCyflB%2COAQI%3BItDhLJ%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BIAxBT%2CwBAAA%3BIACQ%2CgBAAA%3BIsDwMA%2CqBAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3B%3BEwCnhBR%2CsBAYI%2CkBACI%2COAAM%2CIAAI%2COxCyflB%2COAgBI%3BEwCthBJ%2CsBAYI%2CkBACI%2COAAM%2CIAAI%2COxCyflB%2COAiBI%3BItDzVJ%2CgBAAA%3BIAAA%2C4BAAA%3BIAAA%2CsBAAA%3BIAAA%2CkBAAA%3BIAAA%2CwEAAA%3BIAAA%2CeAAA%3BIAAA%2CYAAA%3BIAAA%2CgBAAA%3BIAAA%2CaAAA%3BIAAA%2CwBAAA%3BIAAA%2CWAAA%3BIsDjPA%2CsBAAA%3BItDiZA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BIsD0LD%2CqBAAA%3BIACA%2CsBAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3B%3BEAzPR%2CsBwCxRI%2CkBACI%2COAAM%2CIAAI%2COxCyflB%2COAgBI%2CWAlPH%3BEAAD%2CsBwCxRI%2CkBACI%2COAAM%2CIAAI%2COxCyflB%2COAiBI%2CUAnPH%3BItDtGD%2CYAAA%3B%3BEsDqHA%2CsBwCvSI%2CkBACI%2COAAM%2CIAAI%2COxCyflB%2COAgBI%2CWAnOH%3BEAAD%2CsBwCvSI%2CkBACI%2COAAM%2CIAAI%2COxCyflB%2COAiBI%2CUApOH%3BItDrHD%2CWAAA%3B%3BEsD0HA%2CsBwC5SI%2CkBACI%2COAAM%2CIAAI%2COxCyflB%2COAgBI%2CWA9NH%3BEAAD%2CsBwC5SI%2CkBACI%2COAAM%2CIAAI%2COxCyflB%2COAiBI%2CUA%5C%2FNH%3BItD1HD%2CWAAA%3B%3BEsD%2BHA%2CsBwCjTI%2CkBACI%2COAAM%2CIAAI%2COxCyflB%2COAgBI%2CWAzNH%3BEAAD%2CsBwCjTI%2CkBACI%2COAAM%2CIAAI%2COxCyflB%2COAiBI%2CUA1NH%3BItD%5C%2FHD%2CWAAA%3B%3BE8F9LA%2CsBAYI%2CkBACI%2COAAM%2CIAAI%2COxCyflB%2COA0BI%3BIACI%2CWAAA%3BItDnMR%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BE8FhWT%2CsBAYI%2CkBACI%2COAAM%2CIAAI%2COxCyhBlB%3BItDxWA%2CeAAA%3B%3BEsDugBI%2CsBwCzrBA%2CkBACI%2COAAM%2CIAAI%2COxCsrBjB%2CSAAY%2CSAER%3BEAAD%2CsBwCzrBA%2CkBACI%2COAAM%2CIAAI%2COxCurBjB%2CUAAa%2CSACT%3BIACG%2CSAAS%2CGAAT%3BItDxgBR%2CcAAA%3BIAAA%2CiBAAA%3BIAAA%2CmBAAA%3B%3BE8F9LA%2CsBAYI%2CkBACI%2COAAM%2CIAAI%2COxC6tBlB%3BItD5iBA%2CiBAAA%3BIAAA%2CeAAA%3BIAAA%2CUAAA%3BIAAA%2CqBAAA%3BII9QA%2CqBAAA%3B%3BEAMA%2CsB0FsFI%2CkBACI%2COAAM%2CIAAI%2COxC6tBlB%2CMlDpzBC%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BIJ9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CaM7Oe%2CaN6Of%3BIAAA%2CsBAAA%3BIIqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BE0FrPY%2CsBANR%2CkBACI%2COAAM%2CIAAI%2COAKL%2CUAAU%3BIACP%2CkBAAA%3B%3BEAEJ%2CsBATR%2CkBACI%2COAAM%2CIAAI%2COAQL%2CUAAU%3BIACP%2CeAAA%3B%3BEAtBhB%2CsBAYI%2CkBAaI%2CyBACI%2COAAM%2CIAAI%2COAAU%3BIAChB%2CWAAA%3B%3BE1CkKhB%2CaACI%3BIpDAJ%2CgBAAA%3BIsDwcA%2CsBAAA%3B%3BEFzcA%2CaACI%2COEyoBF%3BIAoDF%2CSAAA%3B%3BEtDj7BA%2CaoDoPI%2COpDpPH%3BEACD%2CaoDmPI%2COpDnPH%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CaoD8OI%2COpD9OH%3BIACG%2CWAAA%3B%3BEsDurBJ%2CaF1cI%2COE0cH%2COAAO%3BEACR%2CaF3cI%2COE2cH%2CSAAS%3BItD3cV%2CqBAAA%3BIAAA%2CYAAA%3BIsD8cI%2CsBAAA%3BIACA%2CSAAS%2CGAAT%3BIACA%2CWAAA%3BIACA%2CWAAA%3B%3BEFldJ%2CaACI%2COEodJ%3BItDpdA%2CqBAAA%3BIAAA%2CgBAAA%3BIAAA%2CYAAA%3BIsDwdI%2CsBAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CaF5dI%2COE4dH%2CIAAI%2CSACC%3BItD7dN%2CqBAAA%3BIAAA%2CgBAAA%3BIAAA%2CYAAA%3BIsDkeQ%2CsBAAA%3BIACA%2CWAAA%3B%3BEAPR%2CaF5dI%2COE4dH%2CIAAI%2CSAUC%3BItDteN%2CYAAA%3BIsDweQ%2CWAAA%3B%3BEFheR%3BIACI%2CkBAAA%3BIACA%2CUAAA%3B%3BEAFJ%2CaAGI%3BIACI%2CWAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3B%3BEANR%2CaAGI%2CiBAII%3BIACI%2CWAAA%3B%3BEARZ%2CaAGI%2CiBAII%2CWAEI%3BIACI%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3B%3BEAZhB%2CaAGI%2CiBAII%2CWAOI%3BIACI%2CcAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3B%3BEAIJ%2CaAlBR%2CiBAiBK%2CUAAU%2CGACN%3BIpD7Bb%2C8BAAA%3BIoD%2BBgB%2CYAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CQAAA%3B%3BEAKhB%3BIpD3CA%2CgBAAA%3BIAAA%2CiBAAA%3B%3BEoDgDA%2CgBACI%3BIACI%2CeAAA%3B%3BEAIR%2CUACI%3BIACI%2CeAAA%3BIACA%2CgBAAA%3B%3BEAQR%2CKAAK%2CcACD%3BIACI%2CYAAA%3BIpDnER%2CqBAAA%3BIIhOA%2CqBAAA%3B%3BEAMA%2CKgD2RK%2CcACD%2CahD5RH%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIJ9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CWAAA%3BIAAA%2CSKxQQ%2COLwQR%3BIAAA%2CaM7Oe%2CaN6Of%3BIAAA%2CiBAAA%3BIAAA%2CsBAAA%3BIIqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAtRI%2CKgD8QC%2CcACD%2CahDhRH%2CMACI%3BIJ6ML%2CWAAA%3B%3BEIvMI%2CKgDwQC%2CcACD%2CahD1QH%2COACI%3BIJuML%2CWAAA%3B%3BEoD%2BEY%2CKAdP%2CcACD%2CaAYK%2CQACI%3BIACG%2CS%5C%2FCzVV%2CO%2BCyVU%3B%3BEAfhB%2CKAAK%2CcAmBD%2CcACI%3BIACI%2CWAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3B%3BEAKZ%2CeACI%3BIAEI%2CmBAAA%3B%3BEAHR%2CeACI%2CgBAGI%3BEAJR%2CeACI%2CgBAII%3BIACI%2CoBAAA%3B%3BEjBvJZ%2CwBAII%2CUAAU%3BEAHd%2CuBAGI%2CUAAU%3BIACN%2CUAAA%3B%3BEAGR%2CuBACI%2CUAAS%2CiBACL%3BIACI%2CgBAAA%3B%3BEAOZ%2CmBACI%2CKAAI%3BIACA%2CmBAAA%3B%3BEAFR%2CmBAII%2CKAAI%3BIACA%2CUAAA%3B%3BEALR%2CmBAOI%2CKAAI%3BIACA%2CUAAA%3B%3BEAGR%2CyBACI%2CKAAI%3BIACA%2CUAAA%3B%3BEAEJ%2CQAAS%2CMAAK%2CMAAM%2CyB3B3GtB%2CQAGI%2CKACI%3BE2BuGN%2CQAAS%2CMAAK%2CMAAM%2CyB3B1GtB%2CQAEI%2CKACI%3BE2BuGN%2CQAAS%2CMAAK%2CMAAM%2CyB3BzGtB%2CQACI%2CKACI%3BE2BuGN%2CQAAS%2CMAAK%2CMAAM%2CyB3B3GtB%2CQAGI%2CKAEI%3BE2BsGN%2CQAAS%2CMAAK%2CMAAM%2CyB3B1GtB%2CQAEI%2CKAEI%3BE2BsGN%2CQAAS%2CMAAK%2CMAAM%2CyB3BzGtB%2CQACI%2CKAEI%3BIRyHV%2C0BAAA%3B%3BEmCnBI%2CQAAS%2CMAAK%2CMAAM%2CyB3BhGtB%2CUAAU%2CQAGN%2CKAAE%2CYACE%3BE2B4FN%2CQAAS%2CMAAK%2CMAAM%2CyB3B%5C%2FFtB%2CWAAW%2CQAEP%2CKAAE%2CYACE%3BE2B4FN%2CQAAS%2CMAAK%2CMAAM%2CyB3B9FtB%2CQAAK%2CYACD%2CKAAE%2CYACE%3BE2B4FN%2CQAAS%2CMAAK%2CMAAM%2CyB3BhGtB%2CUAAU%2CQAGN%2CKAAE%2CYAEE%3BE2B2FN%2CQAAS%2CMAAK%2CMAAM%2CyB3B%5C%2FFtB%2CWAAW%2CQAEP%2CKAAE%2CYAEE%3BE2B2FN%2CQAAS%2CMAAK%2CMAAM%2CyB3B9FtB%2CQAAK%2CYACD%2CKAAE%2CYAEE%3BIACE%2CaAAA%3B%3BE2B0FR%2CQAAS%2CMAAK%2CMAAM%2CyB3BrFtB%2CQAAQ%3BIRwGV%2C0BAAA%3B%3BEmCnBI%2CQAAS%2CMAAK%2CMAAM%2CyBAIhB%3BIACI%2CgBAAA%3B%3BEALR%2CQAAS%2CMAAK%2CMAAM%2CyBAOd%2CQAAQ%2CKAAE%2CUAAU%2CMAChB%3BEARV%2CQAAS%2CMAAK%2CMAAM%2CyBAOd%2CQAAQ%2CKAAE%2CUAAU%2CMAEhB%3BIACE%2CgBAAA%3B%3BEAKhB%2CyBACI%3BIACI%2CmBAAA%3B%3BEAEI%2CyBAHR%2CUAEI%2COACK%3BEACD%2CyBAJR%2CUAEI%2COAEK%3BInCDb%2CmBAAA%3BIsD%2BpBA%2CsBAAA%3BIACA%2CqBAAA%3BItDhqBA%2CUAAA%3BIsDmqBA%2CmBAAA%3BInBhqBgB%2CmBAAA%3B%3BEmBkqBhB%2CyBnBxqBI%2CUAEI%2COACK%2CKmBqqBT%3BEAAJ%2CyBnBxqBI%2CUAEI%2COAEK%2CSmBoqBT%3BIACA%2CWAAA%3B%3BEnBjqBQ%2CyBARR%2CUAEI%2COAMK%3BIACG%2CUAAA%3B%3BEAiBhB%2CgCAMI%3BIACI%2C6BAAA%3BIACA%2CaAAA%3B%3BEAGA%2CgCADJ%2CSACK%3BIACG%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CSAAA%3B%3BEAEJ%2CgCARJ%2CSAQK%3BIACG%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3B%3BEAIJ%2CgCADJ%2CKACK%3BIACG%2CUAAA%3B%3BEAEJ%2CgCAJJ%2CKAIK%2CIAAI%3BIACD%2CkBAAA%3B%3BEAEJ%2CgCAPJ%2CKAOK%3BIACG%2CiBAAA%3B%3BEAIJ%2CgCADJ%2CYACK%3BIACG%2CgBAAA%3B%3BEWxIZ%3BIACI%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEACA%2CcAAI%3BI9CsER%2C8BAAA%3BI8CpEQ%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CqBAAA%3BIACA%2CUAAA%3B%3BEiDpKR%2CkBACI%3BIACI%2CUAAA%3B%3BECoSJ%2COAAC%3BIACG%2CmBAAA%3B%3BEAEJ%2COAAC%3BIACG%2CaAAA%3B%3BEAEJ%2COAAC%2CQACG%3BIACI%2CaAAA%3B%3BEAGR%2COAAC%2COAAQ%2CQAAC%3BEACV%2COAAC%3BIACG%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CcAAA%3BIACA%2CuBAAA%3B%3BEAEJ%2COAAC%3BIACG%2CgBAAA%3BIACA%2CcAAA%3B%3BEAGR%2CoBACI%3BIACI%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CWAAA%3B%3BEAJR%2CoBAMI%2CUAAY%3BIACR%2CgBAAA%3B%3BEAEJ%2CoBAAC%2CiBAAkB%2CQAAO%3BIACtB%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CiBAAA%3B%3BEAGA%2CoBADJ%2CQACK%3BIACG%2C0BAAA%3B%3BEAEJ%2CoBAJJ%2CQAIK%3BIACG%2CeAAA%3B%3BEAEJ%2CoBAPJ%2CQAOK%3BIACG%2CaAAA%3B%3BEAGA%2CoBAXR%2CQAUK%2CQACI%3BIACG%2CqBAAA%3BIACA%2CSAAA%3BIACA%2CmBAAA%3B%3BEACA%2CoBAfZ%2CQAUK%2CQACI%2CKAII%3BIACG%2CkBAAA%3BIACA%2CUAAA%3B%3BEACA%2CoBAlBhB%2CQAUK%2CQACI%2CKAII%2COAGI%3BIACG%2CUAAA%3B%3BEAEJ%2CoBArBhB%2CQAUK%2CQACI%2CKAII%2COAMI%3BEACD%2CoBAtBhB%2CQAUK%2CQACI%2CKAII%2COAOI%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIhGjFxB%2C6BAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIAhDA%2CyBAAA%3BIgGiIwB%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CoBAhChB%2CQAUK%2CQACI%2CKAII%2COAiBI%3BIhGvIrB%2CyBAAA%3BIgGyIwB%2CeAAA%3BIACA%2CUAAA%3B%3BEAIZ%2CoBAvCR%2CQAUK%2CQA6BI%3BIACG%2CmBAAA%3B%3BEACA%2CoBAzCZ%2CQAUK%2CQA6BI%2CMAEI%3BIACG%2CSAAA%3BIACA%2CQAAA%3BIACA%2CUAAA%3B%3BEAGR%2CoBA%5C%2FCR%2CQAUK%2CQAqCI%3BIACG%2CkBAAA%3BIACA%2CUAAA%3BIhGxJhB%2CgBAAA%3BIgG0JgB%2CYAAA%3BIACA%2CSAAA%3BIACA%2CsBAAA%3BIACA%2CgBAAA%3BIhG7KlB%2CsDAAA%3BIACK%2CmDAAA%3BIACC%2CkDAAA%3BIAcJ%2C8CAAA%3B%3BEgGsJY%2CoBA%5C%2FCR%2CQAUK%2CQAqCI%2CQAUG%3BIACI%2CcAAA%3BIACA%2CSAAA%3B%3BEAZR%2CoBA%5C%2FCR%2CQAUK%2CQAqCI%2CQAUG%2CMAGI%3BIACI%2CeAAA%3B%3BEAEJ%2CoBA%5C%2FDhB%2CQAUK%2CQAqCI%2CQAUG%2CMAMK%3BIACG%2CyBAAA%3B%3BEAKhB%2CoBArEJ%2CQAqEK%3BIACG%2CeAAA%3BIACA%2CiBAAA%3B%3BEACA%2CoBAxER%2CQAqEK%2CQAGI%3BIACG%2CeAAA%3BIACA%2CUAAA%3BIhGjLhB%2CcAAA%3BIgGmLgB%2CeAAA%3BIACA%2CmBAAA%3B%3BEACA%2CoBA9EZ%2CQAqEK%2CQAGI%2CSAMI%3BIACG%2CSAAS%2CGAAT%3B%3BEAVZ%2CoBArEJ%2CQAqEK%2CQAaG%3BEAbJ%2CoBArEJ%2CQAqEK%2CQAcG%3BIACI%2CeAAA%3B%3BEAfR%2CoBArEJ%2CQAqEK%2CQAiBG%3BIACI%2CmBAAA%3B%3BEAlBR%2CoBArEJ%2CQAqEK%2CQAoBG%2CQAAO%3BIACH%2CmBAAA%3B%3BEAGR%2CoBA7FJ%2CQA6FK%3BIACG%2CeAAA%3B%3BEACA%2CoBA%5C%2FFR%2CQA6FK%2CQAEO%3BIACA%2CkBAAA%3B%3BEjDnFZ%2CSAAC%2COAAO%3BIACJ%2CYAAA%3BI%5C%2FCrHR%2CQAAA%3BIAAA%2CUAAA%3BIAAA%2CoBAAA%3BIAAA%2CYAAA%3BI%2BC0HQ%2CWAAA%3B%3BEAIR%3BIAEI%2CmBAAA%3B%3BEAGI%2C0BAFJ%2CUAEK%3BIACG%2CgCAAA%3BIACA%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3B%3BEAJJ%2C0BAFJ%2CUAEK%2COAKG%3BIACI%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CsBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CSAAA%3B%3BEAUJ%2C0BAvBR%2CUAEK%2COAqBI%3BIACG%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3B%3BEAHJ%2C0BAvBR%2CUAEK%2COAqBI%2CMAMG%3BIACI%2CqBAAA%3BIACA%2CgBAAA%3BIACA%2CsBAAA%3B%3BEACA%2C0BAjChB%2CUAEK%2COAqBI%2CMAMG%2CMAIK%3BIACG%2CcAAA%3B%3BEAXZ%2C0BAvBR%2CUAEK%2COAqBI%2CMAcG%3BIACI%2CgCAAA%3BIACA%2CgBAAA%3B%3BEArCZ%2C0BAFJ%2CUAEK%2COAwCG%3BIACI%2CaAAA%3B%3BEAGR%2C0BA9CJ%2CUA8CK%2CIAAI%3BIACD%2CkBAAA%3BIACA%2COAAA%3BIACA%2CMAAA%3B%3BEAGJ%2C0BApDJ%2CUAoDK%2CMACG%3BI%5C%2FCtLZ%2CeAAA%3B%3BE%2BC6LQ%2C0BA5DJ%2CUA4DK%3BIACG%2CYAAA%3B%3BEAOJ%2C0BApEJ%2CUAoEK%3BIACG%2CWAAA%3B%3BEAeZ%2C0BACI%3BIACI%2CeAAA%3B%3BEAOI%2CcAHE%2CSACV%2CSACK%2CKACI%3BIACG%2CYAAA%3B%3BEADJ%2CcAHE%2CSACV%2CSACK%2CKACI%2CSAEK%3BIACE%2CoBAAA%3B%3BEkDrcpB%2CMAAM%3BIACF%2CUAAA%3B%3BEzDkNA%2CSAAS%2CQAAQ%2CKAAM%3BIACnB%2CSAAA%3B%3BECjKR%2CmBAGI%2CUAAU%3BIACP%2CUAAA%3B%3BEAUP%2C0BACI%2CQAAO%2CKAAM%2COAAM%2CyBAEf%2CeAAc%2CIAAI%2CSAAU%3BIAExB%2CWAAA%3BIACA%2CYAAA%3BIACA%2CaAAA%3B%3BEAIZ%2CuBACI%2CaACI%3BIACI%2CqBAAA%3B%3BEACA%2CuBAHR%2CaACI%2CQAEK%3BIACG%2CWAAA%3B%3BEO4ShB%2CYAEI%3BIACI%2CWAAA%3BIACA%2CkBAAA%3B%3BEAJR%2CYAEI%2CMAGI%3BIACI%2CiBAAA%3B%3BEANZ%2CYAEI%2CMAMI%3BIACI%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2C0BAAA%3B%3BEAKZ%2CsBACI%2CQAAO%3BIACH%2CcAAA%3BIACA%2CWAAA%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%2CYAAA%3BIACA%2CaAAA%3B%3BEASZ%3BIACI%2CgBAAA%3B%3BEADJ%2C6BAEI%3BIACI%2CYAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3B%3BEANR%2C6BAQI%3BIACI%2CgBAAA%3B%3BEAIR%3BIACI%2CgBAAA%3BIACA%2CaAAA%3B%3BEAEI%2CoBADJ%2CKACK%3BIACG%2CgBAAA%3B%3BEAEJ%2CoBAJJ%2CKAIK%3BIACG%2CkBAAA%3B%3BEAEJ%2CoBAPJ%2CKAOK%3BIACG%2CgBAAA%3B%3BEAXZ%2CoBAcI%2CMAAM%3BIACF%2CiBAAA%3BIACA%2CoBAAA%3B%3BEAhBR%2CoBAkBI%2CMACI%3BEAnBR%2CoBAkBI%2CMAEI%3BIACI%2CgBAAA%3B%3BEAOA%2CkBAFR%2CMACI%2CKACK%3BEACD%2CkBAHR%2CMACI%2CKAEK%3BIACG%2CgBAAA%3B%3BEAIZ%2CkBAAC%2CQAEG%2CKAAI%3BEADR%2CkBAAC%2CSACG%2CKAAI%3BIACA%2CkBAAA%3B%3BEAKA%2CkBAFP%2CWACG%2CKACK%3BEACD%2CkBAHP%2CWACG%2CKAEK%3BEACD%2CkBAJP%2CWACG%2CKAGK%3BIACG%2CkBAAA%3B%3BEAEJ%2CkBAPP%2CWACG%2CKAMK%3BIACG%2CgBAAA%3B%3BENngBhB%2CKAAK%2CKAAK%2COAGN%2CUAII%2COAAM%3BIAEF%2CWAAA%3B%3BEOsWZ%3BEACA%3BIACI%2CgBAAA%3B%3BEAIA%2CIAAK%3BIjDlHT%2CyBAAA%3B%3BEiDsHA%2CcAAe%2CQAAO%2CMAAO%3BIACzB%2CWAAA%3B%3BEAGJ%3BIACI%2CYAAA%3B%3BEADJ%2CYAGI%3BIACI%2CoBAAA%3B%3BEAJR%2CYAGI%2CMAGI%3BIACI%2CYAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3B%3BEAKZ%2CMAAM%2CYAAY%2CcACd%3BIACI%2C0BAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2CuBAAA%3BIAEA%2CyBAAA%3BIACA%2CoBAAA%3BIACA%2CsBAAA%3BIACA%2CwCAAA%3BIACA%2CmCAAA%3BIACA%2C2BAAA%3BIACA%2CmBAAA%3B%3BEAbR%2CMAAM%2CYAAY%2CcAed%3BIACI%2CeAAA%3B%3BEAEA%2CMAlBF%2CYAAY%2CcAed%2CYAGQ%3BIACA%2C6BAAA%3B%3BEAGA%2CMAtBN%2CYAAY%2CcAed%2CYAMI%2CGAAE%2COACM%3BIACA%2CeAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CMA1BN%2CYAAY%2CcAed%2CYAMI%2CGAAE%2COAKG%2COAAU%2CIAAC%3BIACR%2CiBAAA%3B%3BEAEJ%2CMA7BN%2CYAAY%2CcAed%2CYAMI%2CGAAE%2COAQM%2CIAAI%2COAAI%3BIACR%2CSAAA%3B%3BEA9BhB%2CMAAM%2CYAAY%2CcAkCd%3BIACI%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CQAAA%3BIACA%2CiBAAA%3B%3BEAIR%3BIACI%2CgBAAA%3B%3BEADJ%2CYAEI%2COAAM%3BIjDrLV%2CyBAAA%3B%3BEiDmLA%2CYAKI%2CQAAO%3BIACH%2CoBAAA%3BIACA%2CiBAAA%3B%3BEAPR%2CYASI%3BIACI%2CYAAA%3BIACA%2CiBAAA%3BIjD9BR%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEiDiCG%2CYAFR%2CYACI%2CQACQ%3BIACA%2CyBAAA%3BIACA%2CqBAAA%3B%3BEAEJ%2CYANR%2CYACI%2CQAKK%2COAAU%2CIAAC%3BIACR%2CS5CrcH%2CO4CqcG%3BIACA%2CqBAAA%3BIACA%2Ca3CvbD%2Ca2CubC%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2CiBAAA%3B%3BEA1BhB%2CYAcI%2CYACI%2CQAaI%3BIACI%2CqBAAA%3BIACA%2CgBAAA%3BIACA%2CuCAAA%3BIACA%2C4BAAA%3B%3BEAhChB%2CYAcI%2CYACI%2CQAaI%2CSAKI%3BIACI%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAnCpB%2CYAcI%2CYACI%2CQAaI%2CSASI%3BIACI%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2C4BAAA%3B%3BEAxCpB%2CYAcI%2CYACI%2CQAaI%2CSAcI%2CGAAE%2COAAU%2CIAAC%3BIACT%2CS5C5dN%2CO4C4dM%3BIACA%2CqBAAA%3BIACA%2Ca3C7cL%2Ca2C6cK%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3B%3BEAlDpB%2CYAcI%2CYACI%2CQAaI%2CSAwBI%2CQAAU%3BIACN%2CSAAA%3B%3BEArDpB%2CYA0DI%3BIACI%2CkBAAA%3BIACA%2CiBAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3B%3BEAhER%2CYA0DI%2CWAQI%3BIACI%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2COAAO%2CiBAAP%3BIACA%2CsBAAA%3BIACA%2CuCAAA%3BIACA%2CgCAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEA5EZ%2CYA0DI%2CWAqBM%3BIACE%2CWAAA%3BIACA%2CyBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CcAAA%3BIACA%2CqBAAA%3B%3BEAEA%2CYAhCR%2CWAqBM%2CIAWG%3BIACG%2CsBAAA%3BIACA%2CWAAA%3B%3BEAGR%2CYArCJ%2CWAqCQ%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3B%3BEAJJ%2CYArCJ%2CWAqCQ%2CqBAMA%3BIACI%2CeAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3B%3BEAKR%2CYADH%2CeACI%2CcAAe%3BIACZ%2CsBAAA%3B%3BEAFR%2CYAAC%2CeAIG%3BIAAe%2CoBAAA%3B%3BEAJnB%2CYAAC%2CeAKG%2CYAAY%3BIACR%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3B%3BEATR%2CYAAC%2CeAWG%2CYAAY%2CQAAU%3BIAClB%2CcAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CuBAAA%3B%3BEAjBR%2CYAAC%2CeAmBG%2CYAAY%2CGAAE%2COAAO%2COAAQ%2CEAAC%2CUAAU%3BIACpC%2CSAAS%2CEAAT%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2C6BAAA%3BIACA%2CyBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CoBAAA%3B%3BEAhCR%2CYAAC%2CeAkCG%2CYAAW%2CIAAI%2CgBAAiB%2CGAAE%2COAAO%2COAAO%2CMAAO%2CEAAC%2CUAAU%3BIAC9D%2CmBAAA%3BIACA%2CUAAA%3B%3BEApCR%2CYAAC%2CeAsCG%2CYAAY%2CQAAQ%3BIAChB%2CmBAAA%3BIACA%2C%2BCAAA%3B%3BEAxCR%2CYAAC%2CeA0CG%2CYAAY%2CGAAE%2COAAO%2CUAAW%2CSAAS%2CGAAE%2COAAU%3BEA1CzD%2CYAAC%2CeA2CG%2CYAAY%2CGAAE%2COAAO%2CYAAa%2CSAAS%2CGAAE%2COAAU%3BIACnD%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CcAAA%3B%3BEAjDR%2CYAAC%2CeAmDG%2CYAAY%2CGAAE%2COAAO%2CUAAW%2CSAAS%3BEAnD7C%2CYAAC%2CeAoDG%2CYAAY%2CGAAE%2COAAO%2CQAAS%2CSAAS%3BEApD3C%2CYAAC%2CeAqDG%2CYAAY%2CGAAE%2COAAO%2CYAAa%2CSAAS%3BIACvC%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CyBAAA%3B%3BEAIZ%2CgBAAiB%2CaACb%2CWACM%3BIACE%2CoBAAA%3B%3BEAHZ%2CgBAAiB%2CaACb%2CWAII%3BIACI%2CmBAAA%3BIACA%2CUAAA%3BIACA%2CqBAAA%3B%3BEAGR%2CgBAXa%2CaAWZ%2CcACG%2CWACM%3BIACE%2CmBAAA%3B%3BEAHZ%2CgBAXa%2CaAWZ%2CcACG%2CWAII%3BIACI%2CkBAAA%3BIACA%2CUAAA%3B%3BEAEA%2CgBApBC%2CaAWZ%2CcACG%2CWAII%2CcAIK%3BIACG%2CmBAAA%3BIACA%2CUAAA%3B%3BEAMpB%2CUACM%2CsBACE%3BIACI%2CqBAAA%3B%3BEAHZ%2CUACM%2CsBAIE%2CYAAc%3BIACV%2CYAAA%3BIACA%2CgBAAA%3B%3BEAKZ%3BI9CznBA%2CqBAAA%3BIACA%2CkBAAA%3B%3BEHFA%2CiBAAC%3BEACD%2CiBAAC%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CiBAAC%3BIACG%2CWAAA%3B%3BEiDmnBJ%2CiB9CtnBA%3BIHgPA%2CUAAA%3BIG9OI%2CeAAA%3BIH8OJ%2CqBAAA%3BIIhOA%2CqBAAA%3B%3BE6CsmBA%2CiB9CtnBA%2CeCoOE%3BIJhQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEI2CA%2CiBDtBA%2CeCsBC%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIJ9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSKxQQ%2COLwQR%3BIAAA%2CaM7Oe%2CaN6Of%3BIAAA%2CiBAAA%3BIAAA%2CmBAAA%3BIIqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAtRI%2CiBDnCJ%2CeCkCC%2CMACI%3BIJ6ML%2CcAAA%3B%3BEIvMI%2CiBDzCJ%2CeCwCC%2COACI%3BIJuML%2CcAAA%3B%3BEGqEA%2CiBArTA%2CeAqTC%3BIHrED%2CqBAAA%3BIIhOA%2CqBAAA%3B%3BEDqSA%2CiBArTA%2CeAqTC%2COCjFC%3BIJhQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEI2CA%2CiBDtBA%2CeAqTC%2COC%5C%2FRA%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIJ9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSKzQM%2COLyQN%3BIAAA%2CaM7Oe%2CaN6Of%3BIAAA%2CiBAAA%3BIAAA%2CmBAAA%3BIIqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAtRI%2CiBDnCJ%2CeAqTC%2COCnRA%2CMACI%3BIJ6ML%2CcAAA%3B%3BEIvMI%2CiBDzCJ%2CeAqTC%2COC7QA%2COACI%3BIJuML%2CcAAA%3B%3BEiDsYA%2CiB9C%5C%2FbA%3BIHyDA%2CSAAA%3BIAAA%2CUAAA%3BIE1KA%2CqBAAA%3BIF0KA%2CgBAAA%3BIAAA%2CSAAA%3BIAAA%2CeAAA%3BIAAA%2CeAAA%3BIAAA%2CYAAA%3BIGhDI%2CsBAAA%3BIACA%2CaAAA%3BIACA%2CkBAAA%3BIH8CJ%2CSAAA%3BIAAA%2CyCAAA%3B%3BEiDsYA%2CiB9C%5C%2FbA%2CGAsBI%3BIHmCJ%2CSAAA%3BIAAA%2CUAAA%3B%3BEG3BQ%2CiBA9BR%2CGAsBI%2CGAQK%3BIH2BT%2CmBAAA%3BIGzBY%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%3BIHzSJ%2CsDAAA%3BIG2SI%2CWAAA%3B%3BEAGJ%2CiBAvWA%2CGAuWC%3BIACG%2CiBAAA%3BIH%5C%2FSJ%2CsDAAA%3BIGiTI%2CWAAA%3B%3BEAzDJ%2CiBAjTA%2CGAiTC%3BIHxPD%2CUAAA%3BIAAA%2CUAAA%3B%3BEG6PA%2CiBAtTA%2CGAsTC%3BIH7PD%2CSAAA%3BIAAA%2CUAAA%3B%3BEGZA%2CiBAAC%3BIACG%2CiBAAA%3B%3BEADJ%2CiBAAC%2COAGG%3BIACI%2CcAAA%3B%3BE8C8YR%2CiBAeI%2CGACI%3BIjDtZR%2CWAAA%3BIAAA%2CqBAAA%3BIiDiaY%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CYAAA%3B%3BE%5C%2FCpjBZ%2CiB%2BCsiBI%2CGACI%2CE%5C%2FCviBP%3BIFiJD%2CWAAA%3BIAAA%2CqBAAA%3B%3BEE5IA%2CiB%2BCiiBI%2CGACI%2CE%5C%2FCliBP%3BIF4ID%2CWAAA%3BIAAA%2CqBAAA%3B%3BEEvIA%2CiB%2BC4hBI%2CGACI%2CE%5C%2FC7hBP%3BIFuID%2CWAAA%3BIAAA%2CqBAAA%3B%3BEiDsYA%2CiBAgCI%3BIACI%2CaAAA%3B%3BEAjCR%2CiBAmCI%2CQAAO%3BIlDleX%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2C4BAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3BICgDA%2CgBAAA%3BIiD2aQ%2CmBAAA%3B%3BElDxdR%2CiBkDsdI%2CQAAO%2COlDtdV%3BEACD%2CiBkDqdI%2CQAAO%2COlDrdV%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CiBkDgdI%2CQAAO%2COlDhdV%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CiBkD2cI%2CQAAO%2COlD3cV%3BEACD%2CiBkD0cI%2CQAAO%2COlD1cV%3BEACD%2CQAAQ%2CUAAW%2CkBkDycf%2CQAAO%3BIlDxcP%2CoBAAA%3BIC%2BBJ%2CYAAA%3B%3BEiDsYA%2CiBAuCI%2CQAAO%3BIACH%2CgBAAA%3BIACA%2CuCAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3BIACA%2COAAA%3B%3BEACA%2CiBAPJ%2CQAAO%2CMAOF%3BIACG%2CWAAA%3BIACA%2CUAAA%3B%3BEAEJ%2CiBAXJ%2CQAAO%2CMAWF%3BIACG%2CWAAA%3BIACA%2CSAAA%3BIACA%2CyBAAA%3B%3BE7C3lBZ%2CiB6C8lBK%2COACG%2CQAAO%2CO7C%5C%2FlBd%3BIJgKD%2CSKzQM%2COLyQN%3B%3BEiD8bI%2CiBAAC%2COAOG%3BIACI%2CcAAA%3B%3BEAhEZ%2CiBAmEI%3BIACI%2CaAAA%3B%3BEAKJ%2COAAC%2CMACK%2CUAAO%3BIjDhdjB%2CSAAA%3BIAAA%2CUAAA%3BIE1KA%2CqBAAA%3BI%2BC4nBY%2CWAAA%3BIACA%2CkBAAA%3B%3BEAJR%2COAAC%2CMACK%2CUAAO%2CM%5C%2FCpnBf%3BIACE%2CqBAAA%3BIACA%2CmBAAA%3B%3BE%2BCinBA%2COAAC%2CMACK%2CUAAO%2CMAIH%3BIACE%2CgBAAA%3B%3BEACA%2COAPX%2CMACK%2CUAAO%2CMAIH%2CKAEG%3BEAPb%2COAAC%2CMACK%2CUAAO%2CMAIH%2CKAGI%3BIACE%2CqBAAA%3BIACA%2CgBAAA%3B%3BEAVhB%2COAAC%2CMACK%2CUAAO%2CMAIH%2CKAOI%3BEAZd%2COAAC%2CMACK%2CUAAO%2CMAIH%2CKAOS%3BIACH%2CeAAA%3BIACA%2C4BAAA%3B%3BEAEJ%2COAhBX%2CMACK%2CUAAO%2CMAIH%2CKAWG%2CWACK%3BEADN%2COAhBX%2CMACK%2CUAAO%2CMAIH%2CKAWG%2CWACU%3BIACH%2CeAAA%3B%3BEAGR%2COArBX%2CMACK%2CUAAO%2CMAIH%2CKAgBG%2CYACK%3BEADN%2COArBX%2CMACK%2CUAAO%2CMAIH%2CKAgBG%2CYACU%3BIACH%2CgBAAA%3BIACA%2CeAAA%3B%3BEAGR%2COA3BX%2CMACK%2CUAAO%2CMAIH%2CKAsBG%2CQACG%3BIjD3epB%2CWAAA%3BIAAA%2CoBAAA%3B%3BEiD%2BcI%2COAAC%2CMACK%2CUAAO%2CMAiCH%2CoBAAoB%3BIAClB%2CaAAA%3B%3BEAIZ%2COAAC%3BIACG%2CeAAA%3B%3BEAIR%2CKACI%3BIACI%2CmBAAA%3B%3BEAIR%3BIjD7YA%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIAkCA%2C8BAAA%3BIACI%2C0BAAA%3BIACI%2CsBAAA%3BIiD0WJ%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CkCAAA%3B%3BEANJ%2CaAOM%3BEAPN%2CaAQM%3BEARN%2CaASM%3BIACE%2CsBAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CKAAM%3BEACN%2CKAAM%3BIACF%2CYAAA%3B%3BEiD%5C%2FiBQ%2CcAJF%2CSACV%2CSACK%2CKACI%2CKACI%2CMACG%3BIACI%2CcAAA%3B%3BEAIZ%2CcAVE%2CSACV%2CSACK%2CKAQI%3BIACG%2CqBAAA%3B%3BEAEJ%2CcAbE%2CSACV%2CSACK%2CKAWI%3BIACG%2CeAAA%3B%3BEADJ%2CcAbE%2CSACV%2CSACK%2CKAWI%2CQAEK%3BIACE%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3B%3BEAhBZ%2CcAFM%2CSACV%2CSACK%2CKAmBG%3BIACI%2CcAAA%3B%3BEApBR%2CcAFM%2CSACV%2CSACK%2CKAmBG%2CUAEI%2COAAM%3BEArBd%2CcAFM%2CSACV%2CSACK%2CKAmBG%2CUAGI%3BIACI%2CmBAAA%3BIACA%2CsBAAA%3B%3BEAxBZ%2CcAFM%2CSACV%2CSACK%2CKAmBG%2CUAOI%2COAAM%3BIACF%2CiBAAA%3B%3BEA3BZ%2CcAFM%2CSACV%2CSACK%2CKA8BG%2CYACI%3BIACI%2CSAAA%3B%3BEAhCZ%2CcAFM%2CSACV%2CSACK%2CKA8BG%2CYAII%3BIACI%2CgBAAA%3B%3BEAnCZ%2CcAFM%2CSACV%2CSACK%2CKAsCG%3BIACI%2CWAAA%3B%3BEAKhB%2CqBACI%3BIACI%2CWAAA%3B%3BEAMR%2CqBACI%3BIACI%2CgBAAA%3B%3BECtTR%2CYAAY%2CWACN%3BIACE%2CkBAAA%3B%3BEAEA%2CYAJI%2CWACN%2CKAGG%3BIACG%2CcAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CWAAA%3B%3BEAPZ%2CYAAY%2CWAUR%3BIACI%2CaAAA%3B%3BEAXR%2CYAAY%2CWAaR%2CKAAI%3BIACA%2CkBAAA%3BIACA%2CyBAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3B%3BEAEA%2CYAvBI%2CWAaR%2CKAAI%2CUAUC%3BIACG%2CSAAS%2CEAAT%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2C6BAAA%3B%3BEAEJ%2CYA9BI%2CWAaR%2CKAAI%2CUAiBC%3BIACG%2CyBAAA%3B%3BEAEJ%2CYAjCI%2CWAaR%2CKAAI%2CUAoBC%3BIACG%2CyBAAA%3B%3BEAEJ%2CYApCI%2CWAaR%2CKAAI%2CUAuBC%3BIACG%2CyBAAA%3B%3BEArCZ%2CYAAY%2CWAwCR%2CEAAC%2CMAAS%2COAAO%2COAAI%3BIACjB%2CqBAAA%3B%3BEAzCR%2CYAAY%2CWA2CR%2CGACM%2CIAAI%3BIACF%2CkBAAA%3B%3BEAEJ%2CYA%5C%2FCI%2CWA2CR%2CGAIK%2COACK%3BIACE%2C%2BBAAA%3B%3BEAFR%2CYA%5C%2FCI%2CWA2CR%2CGAIK%2COAIK%2CIAAI%2COAAI%3BIACN%2CUAAA%3BIACA%2CUAAA%3B%3BEAEA%2CYAvDJ%2CWA2CR%2CGAIK%2COAIK%2CIAAI%2COAAI%2CUAIL%3BIACG%2CUAAA%3BIACA%2CYAAA%3B%3BEAGA%2CYA5DR%2CWA2CR%2CGAIK%2COAIK%2CIAAI%2COAAI%2CUAQL%2CiBACI%3BIACG%2CyBAAA%3B%3BEAIJ%2CYAjER%2CWA2CR%2CGAIK%2COAIK%2CIAAI%2COAAI%2CUAaL%2CiBACI%3BIACG%2CyBAAA%3B%3BEAIJ%2CYAtER%2CWA2CR%2CGAIK%2COAIK%2CIAAI%2COAAI%2CUAkBL%2CiBACI%3BIACG%2CyBAAA%3B%3BEAvExB%2CYAAY%2CWA2CR%2CGAiCI%2CcACI%2CGAAK%2CIAAI%2COAAO%2COAAI%3BIAChB%2CQAAA%3BIACA%2CWAAA%3B%3BEAEA%2CYAjFJ%2CWA2CR%2CGAiCI%2CcACI%2CGAAK%2CIAAI%2COAAO%2COAAI%2CUAIf%3BIACG%2CWAAA%3BIACA%2CWAAA%3B%3BEAGA%2CYAtFR%2CWA2CR%2CGAiCI%2CcACI%2CGAAK%2CIAAI%2COAAO%2COAAI%2CUAQf%2CiBACI%3BIACG%2C0BAAA%3B%3BEAIJ%2CYA3FR%2CWA2CR%2CGAiCI%2CcACI%2CGAAK%2CIAAI%2COAAO%2COAAI%2CUAaf%2CiBACI%3BIACG%2C0BAAA%3B%3BEAIJ%2CYAhGR%2CWA2CR%2CGAiCI%2CcACI%2CGAAK%2CIAAI%2COAAO%2COAAI%2CUAkBf%2CiBACI%3BIACG%2C0BAAA%3B%3BEAjGxB%2CYAAY%2CWAuGR%2CcAAa%2CaACP%3BIACE%2CYAAA%3BIACA%2CcAAA%3B%3BEAEJ%2CYA5GI%2CWAuGR%2CcAAa%2CaAKR%2CSACK%3BIACE%2CWAAA%3B%3BEAGR%2CYAjHI%2CWAuGR%2CcAAa%2CaAUR%2CSACK%3BIACE%2CUAAA%3B%3BEAEA%2CYArHJ%2CWAuGR%2CcAAa%2CaAUR%2CSACK%2CKAGG%2CUAAU%3BIACP%2CWAAA%3B%3BEAIZ%2CYA1HI%2CWAuGR%2CcAAa%2CaAmBR%2CSACK%3BIACE%2CaAAA%3B%3BEAEA%2CYA9HJ%2CWAuGR%2CcAAa%2CaAmBR%2CSACK%2CKAGG%2CUAAU%3BIACP%2CWAAA%3B%3BEAIZ%2CYAnII%2CWAuGR%2CcAAa%2CaA4BR%2CSACK%3BIACE%2CUAAA%3B%3BEAEA%2CYAvIJ%2CWAuGR%2CcAAa%2CaA4BR%2CSACK%2CKAGG%2CUAAU%3BIACP%2CWAAA%3B%3BEAIZ%2CYA5II%2CWAuGR%2CcAAa%2CaAqCR%2CSACK%3BIACE%2CUAAA%3B%3BEAEA%2CYAhJJ%2CWAuGR%2CcAAa%2CaAqCR%2CSACK%2CKAGG%2CUAAU%3BIACP%2CWAAA%3B%3BEAIZ%2CYArJI%2CWAuGR%2CcAAa%2CaA8CR%2CSACK%3BIACE%2CaAAA%3B%3BEAEA%2CYAzJJ%2CWAuGR%2CcAAa%2CaA8CR%2CSACK%2CKAGG%2CUAAU%3BIACP%2CWAAA%3B%3BEA1JpB%2CYAAY%2CWA%2BJR%2CGAAE%3BIACE%2CoBAAA%3BIACA%2CwBAAA%3B%3BEAEA%2CYAnKI%2CWA%2BJR%2CGAAE%2COAIG%3BIACG%2CWAAA%3B%3BEAEJ%2CYAtKI%2CWA%2BJR%2CGAAE%2COAOG%3BIACG%2CYAAA%3B%3BEAEA%2CYAzKA%2CWA%2BJR%2CGAAE%2COAOG%2CSAGI%2CYACG%3BIACI%2CWAAA%3BIACA%2COAAA%3BIACA%2C4BAAA%3B%3BEA7KpB%2CYAAY%2CWA%2BJR%2CGAAE%2COAkBE%3BIACI%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CwBAAA%3BIACA%2CWAAA%3B%3BEAtLZ%2CYAAY%2CWA%2BJR%2CGAAE%2COAkBE%2CSAOM%3BIACE%2CaAAA%3B%3BEAEA%2CYA3LJ%2CWA%2BJR%2CGAAE%2COAkBE%2CSAOM%2CKAGG%3BEAAS%2CYA3Ld%2CWA%2BJR%2CGAAE%2COAkBE%2CSAOM%2CKAGa%3BIACP%2CaAAA%3B%3BEAIZ%2CYAhMI%2CWA%2BJR%2CGAAE%2COAiCG%2COAAU%2CWAAQ%3BIACf%2CWAAA%3BIACA%2COAAA%3BIACA%2C4BAAA%3B%3BEAnMZ%2CYAAY%2CWA%2BJR%2CGAAE%2COAsCE%3BIACI%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAvMZ%2CYAAY%2CWA%2BJR%2CGAAE%2COA0CE%3BEAzMR%2CYAAY%2CWA%2BJR%2CGAAE%2COA0Ca%3BEAzMnB%2CYAAY%2CWA%2BJR%2CGAAE%2COA0CwB%3BEAzM9B%2CYAAY%2CWA%2BJR%2CGAAE%2COA0CmC%3BEAzMzC%2CYAAY%2CWA%2BJR%2CGAAE%2COA0C8C%3BEAzMpD%2CYAAY%2CWA%2BJR%2CGAAE%2COA0CyD%3BEAzM%5C%2FD%2CYAAY%2CWA%2BJR%2CGAAE%2COA0CoE%3BEAzM1E%2CYAAY%2CWA%2BJR%2CGAAE%2COA0C%2BE%3BEAzMrF%2CYAAY%2CWA%2BJR%2CGAAE%2COA0C0F%3BEAzMhG%2CYAAY%2CWA%2BJR%2CGAAE%2COA0CqG%3BEAzM3G%2CYAAY%2CWA%2BJR%2CGAAE%2COA0CiH%3BEAzMvH%2CYAAY%2CWA%2BJR%2CGAAE%2COA0C6H%3BIACvH%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAEJ%2CYA7MI%2CWA%2BJR%2CGAAE%2COA8CG%3BIACG%2CgBAAA%3B%3BEADJ%2CYA7MI%2CWA%2BJR%2CGAAE%2COA8CG%2CUAGK%3BIACE%2CWAAA%3BIACA%2C0BAAA%3B%3BEAGR%2CYArNI%2CWA%2BJR%2CGAAE%2COAsDG%2CUACK%3BEADO%2CYArNT%2CWA%2BJR%2CGAAE%2COAsDgB%2CYACR%3BIACE%2CqBAAA%3BIACA%2CQAAA%3B%3BEAEJ%2CYA1NA%2CWA%2BJR%2CGAAE%2COAsDG%2CUAKI%2CMACK%3BEADN%2CYA1NA%2CWA%2BJR%2CGAAE%2COAsDgB%2CYAKT%2CMACK%3BIACE%2CmBAAA%3BIACA%2CUAAA%3B%3BEAMI%2CYAnOZ%2CWA%2BJR%2CGAAE%2COAsDG%2CUAWG%2CSACI%2CGAAE%2COACI%2CIACG%3BEAAD%2CYAnOZ%2CWA%2BJR%2CGAAE%2COAsDgB%2CYAWV%2CSACI%2CGAAE%2COACI%2CIACG%3BIACG%2CaAAA%3B%3BEAfpB%2CYArNI%2CWA%2BJR%2CGAAE%2COAsDG%2CUAWG%2CSAQI%2CGAAE%2COACI%3BEApBD%2CYArNT%2CWA%2BJR%2CGAAE%2COAsDgB%2CYAWV%2CSAQI%2CGAAE%2COACI%3BIACE%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CyBAAA%3BIACA%2CgBAAA%3B%3BEAxBhB%2CYArNI%2CWA%2BJR%2CGAAE%2COAsDG%2CUAWG%2CSAQI%2CGAAE%2COAOE%2CcACI%3BEA3BH%2CYArNT%2CWA%2BJR%2CGAAE%2COAsDgB%2CYAWV%2CSAQI%2CGAAE%2COAOE%2CcACI%3BIACI%2CmBAAA%3B%3BEA5BpB%2CYArNI%2CWA%2BJR%2CGAAE%2COAsDG%2CUAWG%2CSAQI%2CGAAE%2COAYI%3BEA%5C%2FBD%2CYArNT%2CWA%2BJR%2CGAAE%2COAsDgB%2CYAWV%2CSAQI%2CGAAE%2COAYI%3BIACE%2CmBAAA%3B%3BEAhChB%2CYArNI%2CWA%2BJR%2CGAAE%2COAsDG%2CUAWG%2CSAwBI%2CcACI%3BEApCC%2CYArNT%2CWA%2BJR%2CGAAE%2COAsDgB%2CYAWV%2CSAwBI%2CcACI%3BIACI%2CcAAA%3B%3BEArChB%2CYArNI%2CWA%2BJR%2CGAAE%2COAsDG%2CUAWG%2CSA6BI%3BEAxCK%2CYArNT%2CWA%2BJR%2CGAAE%2COAsDgB%2CYAWV%2CSA6BI%3BIACI%2CYAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3B%3BEAEA%2CYAlQR%2CWA%2BJR%2CGAAE%2COAsDG%2CUAWG%2CSA6BI%2CEAKK%3BEAAD%2CYAlQR%2CWA%2BJR%2CGAAE%2COAsDgB%2CYAWV%2CSA6BI%2CEAKK%3BIACG%2CgBAAA%3B%3BEADJ%2CYAlQR%2CWA%2BJR%2CGAAE%2COAsDG%2CUAWG%2CSA6BI%2CEAKK%2CMAGK%3BEAHN%2CYAlQR%2CWA%2BJR%2CGAAE%2COAsDgB%2CYAWV%2CSA6BI%2CEAKK%2CMAGK%3BIACE%2C0BAAA%3B%3BEAjDpB%2CYArNI%2CWA%2BJR%2CGAAE%2COAsDG%2CUAWG%2CSA0CI%2CgBACI%3BEAtDC%2CYArNT%2CWA%2BJR%2CGAAE%2COAsDgB%2CYAWV%2CSA0CI%2CgBACI%3BEAtDZ%2CYArNI%2CWA%2BJR%2CGAAE%2COAsDG%2CUAWG%2CSA0CqB%2CiBACb%3BEAtDC%2CYArNT%2CWA%2BJR%2CGAAE%2COAsDgB%2CYAWV%2CSA0CqB%2CiBACb%3BEAtDZ%2CYArNI%2CWA%2BJR%2CGAAE%2COAsDG%2CUAWG%2CSA0CuC%2CkBAC%5C%2FB%3BEAtDC%2CYArNT%2CWA%2BJR%2CGAAE%2COAsDgB%2CYAWV%2CSA0CuC%2CkBAC%5C%2FB%3BEAtDZ%2CYArNI%2CWA%2BJR%2CGAAE%2COAsDG%2CUAWG%2CSA0C0D%2CmBAClD%3BEAtDC%2CYArNT%2CWA%2BJR%2CGAAE%2COAsDgB%2CYAWV%2CSA0C0D%2CmBAClD%3BIACI%2CeAAA%3B%3BEAEA%2CYA9QZ%2CWA%2BJR%2CGAAE%2COAsDG%2CUAWG%2CSA0CI%2CgBACI%2CEAGK%3BEAAD%2CYA9QZ%2CWA%2BJR%2CGAAE%2COAsDgB%2CYAWV%2CSA0CI%2CgBACI%2CEAGK%3BEAAD%2CYA9QZ%2CWA%2BJR%2CGAAE%2COAsDG%2CUAWG%2CSA0CqB%2CiBACb%2CEAGK%3BEAAD%2CYA9QZ%2CWA%2BJR%2CGAAE%2COAsDgB%2CYAWV%2CSA0CqB%2CiBACb%2CEAGK%3BEAAD%2CYA9QZ%2CWA%2BJR%2CGAAE%2COAsDG%2CUAWG%2CSA0CuC%2CkBAC%5C%2FB%2CEAGK%3BEAAD%2CYA9QZ%2CWA%2BJR%2CGAAE%2COAsDgB%2CYAWV%2CSA0CuC%2CkBAC%5C%2FB%2CEAGK%3BEAAD%2CYA9QZ%2CWA%2BJR%2CGAAE%2COAsDG%2CUAWG%2CSA0C0D%2CmBAClD%2CEAGK%3BEAAD%2CYA9QZ%2CWA%2BJR%2CGAAE%2COAsDgB%2CYAWV%2CSA0C0D%2CmBAClD%2CEAGK%3BIACG%2C0BAAA%3B%3BEA1DpB%2CYArNI%2CWA%2BJR%2CGAAE%2COAsDG%2CUAWG%2CSA0CI%2CgBAQI%2CEAAC%3BEA7DA%2CYArNT%2CWA%2BJR%2CGAAE%2COAsDgB%2CYAWV%2CSA0CI%2CgBAQI%2CEAAC%3BEA7Db%2CYArNI%2CWA%2BJR%2CGAAE%2COAsDG%2CUAWG%2CSA0CqB%2CiBAQb%2CEAAC%3BEA7DA%2CYArNT%2CWA%2BJR%2CGAAE%2COAsDgB%2CYAWV%2CSA0CqB%2CiBAQb%2CEAAC%3BEA7Db%2CYArNI%2CWA%2BJR%2CGAAE%2COAsDG%2CUAWG%2CSA0CuC%2CkBAQ%5C%2FB%2CEAAC%3BEA7DA%2CYArNT%2CWA%2BJR%2CGAAE%2COAsDgB%2CYAWV%2CSA0CuC%2CkBAQ%5C%2FB%2CEAAC%3BEA7Db%2CYArNI%2CWA%2BJR%2CGAAE%2COAsDG%2CUAWG%2CSA0C0D%2CmBAQlD%2CEAAC%3BEA7DA%2CYArNT%2CWA%2BJR%2CGAAE%2COAsDgB%2CYAWV%2CSA0C0D%2CmBAQlD%2CEAAC%3BIACG%2CsBAAA%3BIACA%2CWAAA%3B%3BEAEA%2CYAtRZ%2CWA%2BJR%2CGAAE%2COAsDG%2CUAWG%2CSA0CI%2CgBAQI%2CEAAC%2CYAII%3BEAAD%2CYAtRZ%2CWA%2BJR%2CGAAE%2COAsDgB%2CYAWV%2CSA0CI%2CgBAQI%2CEAAC%2CYAII%3BEAAD%2CYAtRZ%2CWA%2BJR%2CGAAE%2COAsDG%2CUAWG%2CSA0CqB%2CiBAQb%2CEAAC%2CYAII%3BEAAD%2CYAtRZ%2CWA%2BJR%2CGAAE%2COAsDgB%2CYAWV%2CSA0CqB%2CiBAQb%2CEAAC%2CYAII%3BEAAD%2CYAtRZ%2CWA%2BJR%2CGAAE%2COAsDG%2CUAWG%2CSA0CuC%2CkBAQ%5C%2FB%2CEAAC%2CYAII%3BEAAD%2CYAtRZ%2CWA%2BJR%2CGAAE%2COAsDgB%2CYAWV%2CSA0CuC%2CkBAQ%5C%2FB%2CEAAC%2CYAII%3BEAAD%2CYAtRZ%2CWA%2BJR%2CGAAE%2COAsDG%2CUAWG%2CSA0C0D%2CmBAQlD%2CEAAC%2CYAII%3BEAAD%2CYAtRZ%2CWA%2BJR%2CGAAE%2COAsDgB%2CYAWV%2CSA0C0D%2CmBAQlD%2CEAAC%2CYAII%3BEAAQ%2CYAtRrB%2CWA%2BJR%2CGAAE%2COAsDG%2CUAWG%2CSA0CI%2CgBAQI%2CEAAC%2CYAIa%3BEAAD%2CYAtRrB%2CWA%2BJR%2CGAAE%2COAsDgB%2CYAWV%2CSA0CI%2CgBAQI%2CEAAC%2CYAIa%3BEAAD%2CYAtRrB%2CWA%2BJR%2CGAAE%2COAsDG%2CUAWG%2CSA0CqB%2CiBAQb%2CEAAC%2CYAIa%3BEAAD%2CYAtRrB%2CWA%2BJR%2CGAAE%2COAsDgB%2CYAWV%2CSA0CqB%2CiBAQb%2CEAAC%2CYAIa%3BEAAD%2CYAtRrB%2CWA%2BJR%2CGAAE%2COAsDG%2CUAWG%2CSA0CuC%2CkBAQ%5C%2FB%2CEAAC%2CYAIa%3BEAAD%2CYAtRrB%2CWA%2BJR%2CGAAE%2COAsDgB%2CYAWV%2CSA0CuC%2CkBAQ%5C%2FB%2CEAAC%2CYAIa%3BEAAD%2CYAtRrB%2CWA%2BJR%2CGAAE%2COAsDG%2CUAWG%2CSA0C0D%2CmBAQlD%2CEAAC%2CYAIa%3BEAAD%2CYAtRrB%2CWA%2BJR%2CGAAE%2COAsDgB%2CYAWV%2CSA0C0D%2CmBAQlD%2CEAAC%2CYAIa%3BIACN%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CqBAAA%3BIACA%2CYAAA%3B%3BEAMpB%2CYAhSI%2CWA%2BJR%2CGAAE%2COAiIG%2CQACG%2CSAAW%3BIACP%2CSAAA%3B%3BEAFR%2CYAhSI%2CWA%2BJR%2CGAAE%2COAiIG%2CQAIG%3BIACI%2CgBAAA%3B%3BEALR%2CYAhSI%2CWA%2BJR%2CGAAE%2COAiIG%2CQAIG%2CcAGI%3BIACI%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CwBAAA%3BIACA%2CgBAAA%3BIACA%2CuCAAA%3BIACA%2C4BAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3B%3BEAlBZ%2CYAhSI%2CWA%2BJR%2CGAAE%2COAiIG%2CQAIG%2CcAgBM%2CKAAE%2CMACE%3BIACE%2CmBAAA%3BIACA%2CUAAA%3B%3BEAKR%2CYA5TJ%2CWA%2BJR%2CGAAE%2COAiIG%2CQA2BG%2CGAAE%2COACM%2CgBAAa%3BIACb%2CWAAA%3BIACA%2CUAAA%3BIACA%2C4BAAA%3B%3BEA%5C%2FBZ%2CYAhSI%2CWA%2BJR%2CGAAE%2COAiIG%2CQAkCG%2CcAAa%2CWAAY%3BIACrB%2CWAAA%3BIACA%2CUAAA%3BIACA%2C4BAAA%3B%3BEAEJ%2CYAvUA%2CWA%2BJR%2CGAAE%2COAiIG%2CQAuCI%2CMACK%3BIACE%2CmBAAA%3BIACA%2CUAAA%3B%3BEA1CZ%2CYAhSI%2CWA%2BJR%2CGAAE%2COAiIG%2CQA6CG%2CGAAE%2CMAAS%3BIACP%2CmBAAA%3BIACA%2CUAAA%3B%3BEAGR%2CYAlVI%2CWA%2BJR%2CGAAE%2COAmLG%2CQACG%3BEADJ%2CYAlVI%2CWA%2BJR%2CGAAE%2COAmLG%2CQACa%2CcAAc%3BIACpB%2CQAAA%3B%3BEAGR%2CYAvVI%2CWA%2BJR%2CGAAE%2COAwLG%2CYACG%3BIACI%2CQAAA%3B%3BEAIZ%2CYA7VQ%2CWA6VP%2CcACG%3BIACI%2CSAAA%3BIACA%2CkBAAA%3B%3BEAEA%2CYAlWA%2CWA6VP%2CcACG%2CGAIK%3BIACG%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CSAAA%3B%3BEAEA%2CYAxWJ%2CWA6VP%2CcACG%2CGAIK%2COAMI%2COAAU%2CIAAC%3BIACR%2CSAAS%2COAAT%3BIACA%2CqBAAA%3BIACA%2CaAAa%2CaAAb%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CYAlXJ%2CWA6VP%2CcACG%2CGAIK%2COAgBI%2CQAAS%2CSAAS%2CGAAE%2COAAU%2CIAAC%3BIAC5B%2CSAAS%2COAAT%3BIACA%2CqBAAA%3BIACA%2CaAAa%2CaAAb%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CYA5XJ%2CWA6VP%2CcACG%2CGAIK%2COA0BI%2CUAAa%3BEAAU%2CYA5X5B%2CWA6VP%2CcACG%2CGAIK%2COA0B4B%2CYAAe%3BIACpC%2CsBAAA%3BIACA%2CMAAA%3BIACA%2CoBAAA%3B%3BEAEJ%2CYAjYJ%2CWA6VP%2CcACG%2CGAIK%2COA%2BBI%2CQAAW%3BIACR%2CsBAAA%3BIACA%2CMAAA%3B%3BEAEJ%2CYArYJ%2CWA6VP%2CcACG%2CGAIK%2COAmCI%2CUAAa%3BIACV%2CYAAA%3B%3BEAEJ%2CYAxYJ%2CWA6VP%2CcACG%2CGAIK%2COAsCO%3BIACA%2CcAAA%3BIACA%2CcAAA%3BIACA%2CcAAA%3BIACA%2C0BAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3B%3BEAPJ%2CYAxYJ%2CWA6VP%2CcACG%2CGAIK%2COAsCO%2CIASE%2COAAI%3BIACF%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CMAAA%3BIACA%2COAAA%3B%3BEAEA%2CYAxZZ%2CWA6VP%2CcACG%2CGAIK%2COAsCO%2CIASE%2COAAI%2CUAOD%3BIACG%2CWAAA%3BIACA%2CQAAA%3BIACA%2CYAAA%3BIACA%2C6BAAA%3B%3BEAGA%2CYA%5C%2FZhB%2CWA6VP%2CcACG%2CGAIK%2COAsCO%2CIASE%2COAAI%2CUAaD%2CiBACI%3BIACG%2C0BAAA%3B%3BEAIJ%2CYApahB%2CWA6VP%2CcACG%2CGAIK%2COAsCO%2CIASE%2COAAI%2CUAkBD%2CiBACI%3BIACG%2C0BAAA%3B%3BEAIJ%2CYAzahB%2CWA6VP%2CcACG%2CGAIK%2COAsCO%2CIASE%2COAAI%2CUAuBD%2CiBACI%3BIACG%2C0BAAA%3B%3BEAKhB%2CYA%5C%2FaJ%2CWA6VP%2CcACG%2CGAIK%2COA6EI%2CYAAe%3BIACZ%2CaAAA%3B%3BEAEJ%2CYAlbJ%2CWA6VP%2CcACG%2CGAIK%2COAgFI%3BIACG%2CsBAAA%3B%3BEAEA%2CYArbR%2CWA6VP%2CcACG%2CGAIK%2COAgFI%2CMAGO%3BIACA%2CWAAA%3BIACA%2CsBAAA%3B%3BEAGR%2CYA1bJ%2CWA6VP%2CcACG%2CGAIK%2COAwFO%3BIACA%2CuBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CuCAAA%3BIACA%2C4BAAA%3B%3BEAMpB%3BIACI%2CyBAAA%3BIACA%2CsBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CEAAE%3BIACE%2CSAAA%3BIACA%2CyBAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2C0BAAA%3BIACA%2C6BAAA%3B%3BEpE9cJ%2CyCAAC%2CqBAAsB%3BEACvB%2CyCAAC%2CqBAAsB%3BEACvB%2CyCAAC%2CqBAAsB%2CMAAK%3BEAC5B%2CyCAAC%2CqBAAsB%3BIACrB%2CeAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3B%3BE0B8FF%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%3BEzBrGZ%2CGAAI%2CEAAC%3BEAAQ%2CMAAM%3BIACjB%2C0BAAA%3B%3BEAEF%2CYAAa%3BIACT%2CcAAA%3B%3BEAEJ%2COAAQ%3BIAAY%2CUAAA%3BIAAW%2CcAAA%3B%3BEAC%5C%2FB%2CYAAY%3BIAAO%2CSAAA%3BIAAS%2CyBAAA%3B%3BEAC5B%2CYAAY%2CMAAO%3BIAAM%2CcAAA%3BIAAc%2CwBAAA%3BIAAwB%2CWAAA%3BIAAW%2CUAAA%3B%3BEAC1E%2CYAAY%2CMAAM%2CcAAe%2CkBAAkB%2CQAAO%2CSAAU%2CSAAQ%3BIAAM%2CWAAA%3B%3BEAClF%2CMAAM%2CYAAY%2CcAAc%2CMAAO%3BIAAc%2CyBAAA%3B%3BEACrD%2CMAAM%2CYAAY%2CcAAc%2CMAAO%2CkBAAkB%2CQAAO%2CSAAS%3BIAAQ%2CWAAA%3B%3BEACjF%2CYAAY%2CMAAO%3BIAAc%2CcAAA%3BIAAc%2CgBAAA%3BIAAgB%2CUAAA%3BIAAU%2CkBAAA%3BIAAkB%2CoBAAA%3B%3BEAC3F%2CYAAY%2CMAAO%2CcAAc%2CYAAY%2CGAAE%3BIAAQ%2CmBAAA%3B%3BEACvD%2CYAAY%2CMAAO%2CQAAO%3BIAAO%2CiBAAA%3BIAAiB%2CkBAAA%3BIAAkB%2CQAAA%3BIAAQ%2CQAAA%3BIAAQ%2CiBAAA%3BIAAiB%2CUAAA%3BIAAU%2CeAAA%3B%3BEAC%5C%2FG%2CYAAY%2CMAAO%2CQAAO%2CMAAO%3BIAAW%2CmBAAA%3B%3BEAC5C%2CYAAY%2CMAAO%2CQAAO%2CMAAO%2CWAAW%3BIAAO%2CUAAA%3BIAAU%2CgBAAA%3B%3BEAC7D%2CYAAY%2CMAAO%2CQAAO%2CMAAO%2CWAAW%2CSAAO%3BIAAG%2CcAAA%3BIAAc%2CWAAA%3BIAAW%2CWAAA%3BIAAW%2CSAAA%3B%3BEAC1F%2CYAAY%2CMAAO%2CQAAO%2CMAAO%2CWAAW%2CSAAO%2CKAAG%3BIAAE%2CWAAA%3B%3BEACxD%2CYAAY%2CMAAO%2CQAAO%2CMAAO%2CWAAW%2CSAAO%2CKAAG%2CIAAC%3BIAAO%2CWAAA%3B%3BEAC9D%2CYAAY%2CMAAO%2CQAAO%2CMAAO%2CWAAW%2CSAAO%2CKAAG%3BEAAE%2CYAAY%2CMAAO%2CQAAO%2CMAAO%2CWAAW%2CSAAO%2CKAAG%3BIAAK%2CeAAA%3BIAAe%2C%2BBAAA%3BIAA%2BB%2CyBAAA%3BIAAyB%2CeAAA%3B%3BEAC1L%2CYAAY%2CMAAO%2CQAAO%2CMAAO%2CWAAW%2CSAAO%2CKAAE%2CYAAa%3BEAAE%2CYAAY%2CMAAO%2CQAAO%2CMAAO%2CWAAW%2CSAAO%2CKAAE%2CYAAa%3BIAAK%2CeAAA%3BIAAe%2CcAAA%3B%3BEAC1J%2CYAAY%2CMAAO%2CQAAO%2CMAAO%3BIAAa%2CqBAAA%3BIAAqB%2CsBAAA%3BIAAsB%2CkBAAA%3BIAAkB%2CkBAAA%3B%3BEAC3G%2CYAAY%2CMAAO%2CQAAO%2CMAAO%2CaAAa%3BIAAE%2CWAAA%3B%3BEAChD%2CYAAY%2CMAAO%2CQAAO%2CMAAO%2CaAAa%2CIAAC%3BIAAO%2CWAAA%3B%3BEACtD%2CYAAY%2CMAAO%2CQAAO%2CMAAO%3BIAAc%2CaAAA%3BIAAa%2CkBAAA%3BIAAkB%2CYAAA%3BIAAY%2CSAAA%3BIAAS%2CgBAAA%3B%3BEACnG%2CYAAY%2CMAAO%2CQAAO%2CMAAO%2CcAAa%3BIAAQ%2CSAAQ%2CEAAR%3BIAAW%2CcAAA%3BIAAc%2CkBAAA%3BIAAkB%2CUAAA%3BIAAU%2CWAAA%3BIAAW%2C8BAAA%3BIAA8B%2CyBAAA%3B%3BEACpJ%2CYAAY%2CMAAO%2CQAAO%2CMAAO%2CcAAc%3BIAAM%2CYAAA%3BIAAY%2CmBAAA%3BIAAmB%2CsBAAA%3B%3BEACpF%2CYAAY%2CMAAO%2CQAAO%2CMAAO%2CcAAc%2CQAAO%3BIAAQ%2CUAAA%3BIAAU%2CYAAA%3BIAAY%2C2BAAA%3BIAA2B%2CWAAA%3B%3BEAC%5C%2FG%2CYAAY%2CMAAO%2CQAAO%2CMAAO%2CcAAc%2CQAAO%2COAAO%3BIAAQ%2CWAAA%3B%3BEACrE%2CYAAY%2CMAAO%2CQAAO%2CMAAO%3BIAAU%2CWAAA%3BIAAW%2CiBAAA%3BIAAiB%2CyBAAA%3BIAAyB%2CYAAA%3BIAAY%2CkBAAA%3BIAAkB%2CWAAA%3BIAAW%2CyBAAA%3BIAAyB%2CgBAAA%3B%3BEAClK%2CYAAY%2CMAAO%2CQAAO%2CMAAO%3BIAAkB%2CqBAAA%3BIAAqB%2CkBAAA%3BIAAkB%2CiBAAA%3BIAAiB%2CyBAAA%3BIAAyB%2CsBAAA%3BIAAsB%2CkBAAA%3B%3BEAC1J%2CYAAY%2CMAAO%2CQAAO%2CMAAO%2CkBAAkB%2CQAAO%3BIAAU%2CcAAA%3BIAAc%2CgBAAA%3B%3BEAClF%2CYAAY%2CMAAO%2CQAAO%2CMAAO%2CkBAAkB%2CQAAO%2CSAAS%3BEAAQ%2CYAAY%2CMAAO%2CQAAO%2CMAAO%2CkBAAkB%2CQAAO%2CSAAS%2COAAO%3BIAAQ%2CWAAA%3BIAAW%2CiBAAA%3BIAAiB%2CeAAA%3BIAAe%2CiBAAA%3BIAAiB%2CsBAAA%3B%3BEACzN%2CYAAY%2CMAAO%2CQAAO%2CMAAO%2CkBAAkB%2CQAAO%2CSAAU%2CSAAQ%3BIAAK%2CgBAAA%3BIAAgB%2CsBAAA%3BIAAsB%2CSAAA%3BIAAS%2CUAAA%3BIAAU%2CeAAA%3BIAAe%2CYAAA%3BIAAY%2CiBAAA%3BIAAiB%2CWAAA%3BIAAW%2CYAAA%3BIAAY%2CgBAAA%3BIAAgB%2CWAAA%3B%3BEAC7N%2CYAAY%2CMAAO%2CQAAO%2CMAAO%2CkBAAkB%2CQAAO%2CSAAU%3BIAAe%2CqBAAA%3BIAAqB%2CgBAAA%3BIAAgB%2CiBAAA%3BIAAiB%2CWAAA%3B%3BEACzI%2CYAAY%2CMAAO%2CYAAY%2CQAAQ%3BIAAW%2CWAAA%3BIAAW%2CiBAAA%3BIAAiB%2CqBAAA%3BIAAqB%2CgBAAA%3B%3BEACnG%2CYAAY%2CMAAO%2CYAAY%2CQAAO%2COAAQ%3BEAAW%2CYAAY%2CMAAO%2CYAAY%2CQAAO%2CWAAY%3BIAAW%2CWAAA%3BIAAW%2CsBAAA%3BIAAsB%2CkBAAA%3B%3BEACvJ%2CYAAY%2CMAAO%2CYAAY%2CQAAO%2COAAQ%2CIAAC%3BIAAO%2CiBAAA%3B%3BEACtD%2CYAAY%2CMAAO%2CYAAY%2CQAAO%2COAAO%2CMAAO%3BIAAW%2C0BAAA%3B%3BEAC%5C%2FD%2CYAAY%2CMAAO%2CYAAY%2CQAAO%2CMAAO%3BIAAW%2CWAAA%3BIAAW%2CsBAAA%3BIAAsB%2CkBAAA%3B%3BEACzF%2CYAAa%2CUAAU%2CSAAS%2CQAAO%3BEAAS%2CYAAa%2CUAAU%2CSAAS%2CQAAO%3BIACrF%2CiBAAA%3BIACA%2CuBAAA%3B%3BEAEF%2CGAAG%2CYAAa%3BIACZ%2CeAAA%3B%3BEAEJ%3BIACE%2CuBAAA%3BIACA%2CYAAA%3B%3BEAEF%2CYAAa%3BIACT%2CwBAAA%3B%3BEAEJ%2CMAAM%2CYAAa%2CUAAU%3BIAC3B%2CeAAA%3BIACA%2CgBAAA%3B%3BEAEF%2CYAAY%2CMAAO%2CQAAO%2CMAAO%2CkBAAiB%3BIAChD%2C4CAAA%3BIACA%2CyBAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CkBAAA%3BIACA%2COAAA%3BIACA%2CSAAA%3BIACA%2CsBAAA%3BIACA%2CuBAAA%3B%3BEAEF%2CYAAa%3BIACT%2C2BAAA%3B%3BEAEJ%2CYAAY%2CMAAO%2CQAAO%2CMAAO%2CkBAAkB%2CQAAO%2CSAAS%3BIAC%5C%2FD%2CaAAA%3B%3BEAEJ%2CYAAa%3BIACT%2CSAAA%3B%3BEAEJ%2CYAAa%2CKAAI%3BIACb%2CSAAA%3B%3BEAEJ%2CYAAa%2CmBAAkB%2CaAAc%3BIACzC%2CaAAA%3B%3BEAEJ%2CYAAa%2CmBAAkB%2CaAAc%3BIACvC%2CSAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CaAAA%3BIACA%2COAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CoBAAA%3BIACA%2C4BAAA%3BIACA%2CyBAAA%3B%3BEAEN%2CYAAa%2CcAAc%2CUAAU%2CSAAS%3BIAC1C%2CWAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CcAAA%3BIACA%2CoCAAA%3BIACA%2CqCAAA%3BIACA%2CkCAAA%3BIACA%2CiCAAA%3BIACA%2CgCAAA%3BIACA%2C6BAAA%3BIACA%2C2BAAA%3BIACA%2CwBAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CYAAa%2CcAAc%2CUAAU%2CSAAQ%2COAAQ%3BIACjD%2CsBAAA%3B%3BEAEJ%2CYAAa%2CmBAAkB%2CaAAa%2CMAAO%3BIAC%5C%2FC%2CUAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CgBAAiB%3BIACb%2C0BAAA%3B%3BEAEJ%2CgBAAiB%3BIACb%2CmBAAA%3B%3BEAGJ%2CGAAG%2CaAAc%3BIACd%2CQAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAEH%2CaAAc%2CUAAU%2CSAAQ%2CMAAO%3BIACrC%2CgBAAA%3B%3BEAEF%2CaAAc%2CSAAQ%2CSAAU%3BIAC5B%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CQAAA%3BIACA%2CWAAW%2CgBAAX%3BIACA%2CmBAAmB%2CgBAAnB%3BIACA%2CgBAAgB%2CgBAAhB%3BIACA%2CWAAA%3B%3BEAEJ%2CaAAc%2CSAAQ%2CSAAU%3BIAC7B%2CkBAAA%3BIACA%2CaAAA%3BIACA%2CQAAA%3BIACA%2CWAAW%2CgBAAX%3BIACA%2CmBAAmB%2CgBAAnB%3BIACC%2CgBAAgB%2CgBAAhB%3BIACD%2CWAAA%3B%3BEAEH%2CaAAc%2CSAAS%2CUAAS%3BEAAW%2CaAAc%2CSAAS%2CUAAS%3BIACvE%2CaAAA%3B%3BEAEJ%2CaAAc%2CSAAS%2COAAM%3BIACzB%2C2BAAA%3B%3BEAEJ%2CaAAc%2CSAAQ%3BIACnB%2CcAAA%3B%3BEAEH%2CaAAc%2CSAAS%2CgBAAe%3BIACpC%2CqBAAA%3BIACA%2CYAAA%3B%3BEAEF%2CcAAe%2CGAAE%2CMAAO%3BIACtB%2CkBAAA%3BIACA%2CeAAA%3BIACA%2CcAAA%3BIACA%2CcAAA%3BIACA%2CSAAA%3B%3BEAEF%2CcAAe%2CGAAE%2CaAAc%3BIAC7B%2CcAAA%3B%3BEAEF%2CcAAe%2CGAAE%2CaAAc%2CGAAE%3BIAC%5C%2FB%2CcAAA%3B%3BEAEF%2CcAAe%2CGAAE%2CaAAc%3BEAC%5C%2FB%2CcAAe%2CGAAE%2CaAAc%3BIAC7B%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CiBAAA%3BIACA%2CiBAAA%3B%3BEAEF%2CcAAe%2CGAAE%2CaAAc%3BIAC7B%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CSAAA%3B%3BEAEF%2CcAAe%3BIACb%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CSAAA%3B%3BEAEF%2COAAQ%2CeAAe%3BIACnB%2CSAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2COAAQ%2CeAAe%2CWAAU%3BIAC7B%2CaAAA%3B%3BEAEJ%2CYAAY%2CMAAO%2CQAAO%2CMAAO%2CkBAAkB%2CQAAO%2CSAAU%2CSAAQ%3BIACxE%2CUAAA%3BIACA%2CsBAAA%3BIACA%2CSAAA%3B%3BEAEJ%2CMAAM%2CYAAY%2CMAAO%2CQAAO%2CMAAO%3BIACpC%2CWAAA%3BIACA%2CSAAA%3BIACA%2CYAAA%3B%3BEAEH%2CMAAM%2CYAAY%2CMAAO%2CQAAO%2CMAAO%2CcAAc%3BIACjD%2CSAAA%3B%3BEAEJ%2CYAAY%2CMAAO%2CQAAO%2CMAAO%2CcAAa%3BIAC1C%2CwBAAA%3B%3BEAEJ%2COAAQ%3BIACN%2CsBAAA%3BIACA%2C4BAAA%3B%3BEAEF%2COAAQ%2CcAAc%3BIAClB%2CUAAA%3B%3BEAEJ%2CgBAAiB%2COAAO%3BIACpB%2CgBAAA%3B%3BEAEJ%2CGAAG%2CcAAe%2CmBAAmB%2CsBAAsB%2CsBAAsB%3BIAC%5C%2FE%2CcAAA%3BIACA%2C6BAAA%3BIACA%2CoCAAA%3BIACA%2CaAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3BIACA%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3BIACA%2CYAAA%3BIACA%2CcAAA%3BIACA%2CMAAA%3B%3BEAEF%2CGAAG%2CcAAe%2CsBAAsB%2CsBAAsB%2CQAAQ%2CKAAK%3BIACvE%2CWAAA%3BIACA%2CYAAA%3B%3BEAEJ%2CGAAG%2CcAAe%2CcAAc%3BIAC5B%2CSAAA%3B%3BEAEJ%2CGAAG%2CcAAe%2CsBAAsB%2CsBAAsB%2CQAAQ%2CKAAK%3BIACzE%2CYAAA%3BIACA%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CSAAA%3B%3BEAwQF%2C0BAA2B%3BIACxB%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CyBAAA%3B%3BEAEH%2C0BAA2B%2CkBAAoB%3BIAC3C%2CsBAAA%3B%3BEAEJ%2C0BAA2B%2CkBAAoB%2CmBAAgB%3BIAC5D%2C6BAAA%3BIACA%2C4BAAA%3B%3BEAEH%2C0BAA2B%2CkBAAoB%2CsBAAsB%3BIAClE%2CkBAAA%3B%3BEAEH%2CSAAY%2CSAAO%3BIACf%2CWAAA%3B%3BEAEJ%2CqBAAsB%2CUAAS%2CQAAW%2CMAAG%3BIACzC%2CqBAAA%3B%3BEAEJ%2CqBAAsB%2CUAAS%2CQAAW%2CMAAG%2CMAAM%2COAAQ%3BIACvD%2CsBAAA%3BIACA%2CcAAA%3B%3BEAEJ%2CqBAAsB%2CUAAS%2CQAAW%2CMAAG%2CMAAM%2COAAQ%3BIACvD%2CcAAA%3B%3BEAEJ%2CqBAAsB%3BIAClB%2CgBAAA%3B%3BEAEH%2C0BAA2B%2C6BAA6B%2CmBAAkB%3BEAAY%2C0BAA2B%2C6BAA6B%2CmBAAkB%3BIAC7J%2CkBAAA%3B%3BEAEH%2C0BAA2B%2CMAAK%2CcAAc%2CQAAW%2CQAAK%3BIAC3D%2CkBAAA%3B%3BEAEJ%2CqBAAsB%2CaAAY%2CQAAS%3BIACvC%2CYAAA%3BIACA%2CUAAA%3B%3BEAEJ%2CqBAAsB%3BIAClB%2C2BAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CqBAAsB%2C2BAA0B%2CQAAQ%3BIACpD%2CiBAAA%3B%3BEAEJ%2CqBAAsB%2CiBAAiB%3BIACnC%2CWAAA%3B%3BEAEJ%2CqBAAsB%2CiBAAiB%3BIACnC%2CeAAA%3BIACA%2CWAAA%3B%3BEAEJ%2C0BAA2B%2CSAAS%2CQAAO%3BEAC3C%2C0BAA2B%2CQAAO%2CSAAS%3BIACvC%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CeAAA%3B%3BEAEJ%2C0BAA2B%2CSAAS%2CQAAO%2CSAAS%3BEACpD%2C0BAA2B%2CQAAO%2CSAAS%2COAAO%3BIAC9C%2CgBAAA%3B%3BEAEJ%2C0BAA0B%2CQAAS%2C2BAA2B%2C8BAA8B%3BIACxF%2CgBAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CqBAAsB%3BIAClB%2CSAAA%3B%3BEAEJ%2C0BAA2B%2CeAAe%2CiBAAiB%3BIACvD%2CgBAAA%3B%3BEAEJ%2CkBAAmB%2CcAAc%2CSAAS%3BIACxC%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CsBAAA%3BIACA%2CuBAAA%3B%3BEAEF%2C0BAA2B%2C8BAA8B%2CgBAAgB%3BIACvE%2CkBAAA%3B%3BEAEF%2CYAAY%2CQAAS%2CwBAAwB%3BIAC3C%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAEF%2CYAAY%2CQAAS%2CwBAAwB%2CoBAAmB%3BIAC9D%2CgBAAA%3B%3BEAEF%2C0BAA2B%2C8BAA8B%2CsBAAsB%2CQAAO%3BIACpF%2CgBAAA%3BIACA%2CsBAAA%3BIACA%2CWAAA%3B%3BEAEF%2CYAAa%2CMAAM%3BEAAO%2CYAAa%2CMAAM%3BEAC7C%2CkBAAmB%2CcAAc%2CMAAM%3BEACvC%2CkBAAmB%2CcAAc%2CMAAM%3BIACpC%2CWAAA%3B%3BEAEH%2CkBAAmB%2CMAAM%3BIACtB%2CWAAA%3B%3BEAEH%2C0BAA2B%2C8BAA8B%2CcAAc%3BIACnE%2CMAAA%3B%3BEAEJ%2C0BAA2B%2C8BAA8B%2COAAM%3BIAC7D%2CWAAA%3B%3BEAEF%2CeAAgB%2CsBAAsB%2CSAAS%2CSAAS%2CcAAc%3BIAClE%2CuBAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CeAAgB%2CsBAAsB%2CSAAQ%3BIAC1C%2CiBAAA%3B%3BEAEJ%2CwBAAyB%2CsBAAsB%2CeAAiB%3BIAC5D%2CiBAAA%3B%3BEAEJ%2CwBAAyB%2CgBAAe%2CaAAc%3BIAClD%2CcAAA%3B%3BEAEJ%2C0BAA2B%2CyBAAyB%2C4BAA4B%2CgBAAe%3BIAC7F%2CkBAAA%3B%3BEAEF%2C0BAA2B%2CkBAAoB%2CmBAAgB%2CMAAM%3BIACnE%2CkBAAA%3B%3BEAEF%2CkBAAmB%2CcAAc%2COAAO%3BIACpC%2CeAAA%3B%3BEAEJ%2CkBAAmB%2CKAAI%3BIACrB%2C0BAAA%3B%3BEAEF%2CqBAAsB%2C2BAA2B%2CkBAAoB%3BIACjE%2CiBAAA%3B%3BEAEJ%2CqBAAsB%2C2BAA2B%2CMAAK%2CcAAiB%2CQAAK%3BIACxE%2CsBAAA%3B%3BEAEJ%2CqBAAsB%2C2BAA2B%2CQAAO%2CSAAS%3BIAC7D%2CcAAA%3B%3BEAEJ%2CqBAAsB%2C2BAA2B%2CiBAAiB%3BIAC9D%2CWAAA%3BIACA%2CsBAAA%3B%3BEAEJ%2CqBAAsB%2C2BAA2B%2C8BAA8B%3BIAC7E%2CiBAAA%3B%3BEAEF%2CwBAAyB%2CwBAAwB%2CsBAAwB%3BIACrE%2CeAAA%3BIACA%2CaAAA%3B%3BEAEJ%2CqBAAsB%2CmBAAmB%2CcAAc%2COAAO%3BEAC9D%2CqBAAsB%2CaAAa%2COAAO%2COAAO%3BEACjD%2CqBAAsB%2CmBAAmB%2CcAAc%2COAAO%2COAAO%3BIACjE%2CiBAAA%3B%3BEAEJ%2CqBAAsB%2CmBAAmB%2CcAAc%3BIACnD%2CiBAAA%3BIACA%2CUAAA%3B%3BEAEJ%2CqBAAsB%2CgBAAgB%2CsBAAsB%2CSAAQ%2CQAAS%3BIAC1E%2CgBAAA%3BIACA%2CiBAAA%3B%3BEAEH%2CqBAAsB%2CmBAAmB%2CKAAI%3BIACzC%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAEJ%2CqBAAsB%2CmBAAmB%2CgBAAgB%3BIACrD%2CuBAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2CmBAAmB%2CcAAc%2CSAAS%3BIAChE%2CuBAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2C2BAA2B%2C8BAA8B%2CgBAAgB%3BIAC%5C%2FF%2CYAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2C2BAA2B%2C8BAA8B%2CcAAc%3BIAC7F%2CMAAA%3BIACA%2COAAA%3BIACA%2CcAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2C2BAA2B%2C8BAA8B%2CaAAa%3BIAC9F%2CeAAA%3BIACA%2CiBAAA%3B%3BEAEF%2CIAAI%2CqBAAsB%2C2BAA2B%2C8BAA8B%2CsBAAsB%2CQAAO%3BIAC5G%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2C2BAA0B%2CQAAQ%2CiBAAkB%2CmBAAkB%3BIAC5F%2CuBAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2C2BAA0B%2CQAAQ%2CiBAAkB%2CmBAAkB%3BIAC5F%2CsBAAA%3BIACA%2CkBAAA%3BIACA%2CyBAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2C2BAA0B%2CQAAQ%2CiBAAkB%2CmBAAkB%2CSAAS%3BIACrG%2CoBAAA%3BIACA%2CoCAAA%3BIACA%2C4CAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2C2BAA2B%2C6BAA6B%3BIAC9E%2CUAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CqBAAsB%2CmBAAmB%2CgBAAgB%2CMAAK%3BIAC1D%2CiBAAA%3B%3BEAmQJ%2CMAAM%2CIAAI%3BIACR%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CsBAAA%3B%3BEAEF%2CqBAAsB%2C2BAA2B%2CwBAAwB%2CuBAAsB%3BIAC3F%2CsBAAA%3B%3BEAEJ%2CqBAAsB%2C2BAA2B%2C6BAA6B%3BIAC1E%2CgBAAA%3B%3BEAEJ%2CqBAAsB%2C2BAA2B%2CmBAAkB%2CaAAa%3BIAC9E%2CgBAAA%3B%3BEAEF%2CqBAAsB%2C2BACtB%2COAAM%2CIAAI%3BIACN%2CgBAAA%3BIACA%2CYAAA%3BIACA%2CoBAAA%3B%3BEAEJ%2CqBAAsB%2CmBAAmB%2CcAAc%2CMAAM%3BIACzD%2CiBAAA%3B%3BEAEJ%2CqBAAsB%2CgBAAgB%2CsBAAsB%2CSAAQ%2CQAAS%3BIACzE%2CiBAAA%3B%3BEAEJ%2CqBAAsB%2C2BAA2B%2C8BAA8B%2CcAAc%3BIACzF%2CiBAAA%3B%3BEA4DJ%2CqBAAsB%2C2BAA2B%2CwBAAwB%2CuBAAsB%3BIAC3F%2CsBAAA%3B%3BEAEJ%2CqBAAsB%2C2BAA2B%2C6BAA6B%3BIAC1E%2CgBAAA%3B%3BEAEJ%2CqBAAsB%2C2BAA2B%2CmBAAkB%2CaAAa%3BIAC9E%2CgBAAA%3B%3BEAEF%2CqBAAsB%2C2BAA2B%2COAAM%2CIAAI%3BIACvD%2CgBAAA%3B%3BEAEJ%2CqBAAsB%2CeAAe%2CWAAW%2CQAAO%3BIACnD%2CeAAA%3B%3BEAEJ%2CqBAAsB%2CeAAe%2CWAAW%2CQAAO%2CcAAe%3BIAClE%2CiBAAA%3B%3BEAEJ%2CqBAAsB%2CsBAAsB%2CiBAAmB%2CWAAS%3BIAClE%2CiBAAA%3BIACA%2CoBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CsBAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3B%3BEAEN%2CqBAAsB%2CsBAAsB%2CiBAAmB%2CWAAS%2CQAAO%3BIAC3E%2CgBAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CqBAAsB%2CsBAAsB%2CUAAU%3BIAClD%2CoBAAA%3B%3BEAEJ%2CqBAAsB%2CsBAAsB%2CUAAY%2CSAAO%2CMAAK%3BIACjE%2CiBAAA%3B%3BEAEH%2CmBAAoB%3BIACjB%2CoBAAA%3B%3BEAEH%2CqBAAsB%2CsBAAsB%3BIACzC%2CmBAAA%3BIACA%2CgCAAA%3BIACA%2CoBAAA%3BIACA%2CeAAA%3B%3BEAEH%2CqBAAsB%2CeAAe%3BIACjC%2CuBAAA%3BIACF%2CqBAAA%3BIACA%2CaAAA%3BIACA%2CWAAA%3BIACA%2CoBAAA%3B%3BEAEF%2CqBAAsB%2CeAAe%2CiBAAiB%3BIAClD%2CuBAAA%3B%3BEAEJ%2CqBAAsB%2CgBAAgB%2CsBAAsB%2CSAAQ%2CQAAS%3BEAAI%2CeAAgB%2CsBAAsB%2CSAAQ%2CQAAS%3BIACtI%2CiBAAA%3B%3BEAEF%2CqBAAsB%2C2BAA2B%2CMAAK%2CWAAY%2CiBAAiB%2COAAM%2COAAO%2CMAAM%3BIAClG%2CYAAA%3BIACA%2CsBAAA%3B%3B%3BEAGJ%2C2BAA2B%2CYAAa%3BEACxC%2C2BAA2B%2CYAAa%3BEACxC%2C2BAA2B%2CYAAa%3BIACrC%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAEH%2C2BAA2B%2CYAAa%3BIACpC%2CeAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CqBAAsB%2C4BAA2B%2CYAAa%2CUAAU%2COAAO%3BIAC3E%2CeAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CqBAAsB%2C4BAA4B%2CUAAS%2CQAAW%2CMAAG%2CMAAM%2CYAAY%3BIACvF%2CsBAAA%3B%3BEAEJ%2CqBAAsB%2CUAAS%2CQAAW%2CSAAO%2CMAAK%3BIACnD%2CoBAAA%3BIACA%2CeAAA%3B%3BEAEH%2CqBAAsB%2CUAAS%2CQAAW%2CSAAO%2CSAAQ%2CcAAe%2CMAAK%3BIAC3E%2CUAAA%3BIACA%2CYAAA%3B%3BEAEF%2CqBAAsB%2CUAAS%2CQAAW%2CMAAG%2CMAAM%3BIAC%5C%2FC%2CsBAAA%3BIACA%2CaAAA%3BIACA%2CqBAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CqBAAsB%2CUAAS%2CQAAW%2CMAAG%2CMAAM%2COAAQ%2CMAAK%3BIAC5D%2CiBAAA%3B%3BEAEJ%2CqBAAsB%2CaAAY%2C2BAA4B%3BEAAe%2CYAAa%3BIACtF%2CWAAA%3BIACA%2CSAAA%3B%3BEA0GJ%2CMAAM%2CYAAY%2CMAAO%3BIACrB%2CYAAA%3B%3BEAEJ%2CMAAM%2CYAAY%2CMAAO%2CQAAO%3BIAC5B%2CWAAA%3BIACA%2CcAAA%3BIACA%2COAAA%3B%3BEAEJ%2CMAAM%2CYAAY%2CMAAO%2CQAAO%2CMAAO%2CkBAAiB%3BIACpD%2CaAAA%3B%3BEAEJ%2CMAAM%2CYAAY%2CMAAO%2CQAAO%2CMAAO%2CKAAI%3BIACvC%2CUAAA%3BIACA%2C0BAAA%3B%3BEAEJ%2CMAAM%2CYAAY%2CMAAO%3BIACtB%2CeAAA%3BIACA%2CWAAA%3B%3BEAEH%2CMAAM%2CYAAY%2CMAAO%2CQAAO%2CMAAO%2CaAAa%3BIAChD%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CQAAA%3B%3BEAEJ%2CMAAM%2CYAAY%2CMAAO%2CQAAO%2CMAAO%2CaAAa%3BIAChD%2CUAAA%3BIACA%2C2BAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAEJ%2CMAAM%2CYAAY%2CMAAO%2CQAAO%2CMAAO%3BIACnC%2CWAAA%3B%3BEAEJ%2CMAAM%2CYAAY%2CMAAO%2CQAAO%2CMAAO%3BIACnC%2CeAAA%3B%3BEAEJ%2CMAAM%2CYAAY%2CMAAO%2CQAAO%2CMAAO%3BIACnC%2CcAAA%3BIACA%2CSAAA%3BIACA%2CYAAA%3BIACA%2COAAA%3BIACA%2CaAAA%3BIACA%2CgBAAA%3BIACA%2CwBAAA%3BIACA%2CqBAAA%3BIACA%2CsBAAA%3B%3BEAEJ%2CMAAM%2CYAAY%2CMAAO%2CQAAO%2CMAAO%3BIACnC%2C6BAAA%3B%3BEAEJ%2CMAAM%2CYAAY%2CMAAO%2CQAAO%2CMAAO%2CcAAc%2CQAAO%3BIACxD%2CcAAA%3BIACA%2COAAA%3BIACA%2C4BAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CMAAM%2CYAAa%3BIACf%2CYAAA%3B%3BEAEJ%2CaAAc%3BIACZ%2CcAAA%3B%3BEAEF%2CkBAAmB%2CWAAW%3BEAAe%2CkBAAkB%2CUAAW%3BIACtE%2CaAAA%3BIACA%2CYAAA%3B%3BEAEJ%2CcAAe%2CsBAAsB%3BIACjC%2CSAAA%3B%3BEAEJ%2CcAAe%2CsBAAsB%2CsBAAsB%3BIACvD%2CeAAA%3B%3BEAEJ%2CcAAe%2CsBAAsB%2CsBAAsB%3BIACxD%2CsBAAA%3BIACA%2C6BAAA%3B%3BEAEH%2CcAAe%2CsBAAsB%2CsBAAsB%2CQAAQ%2CIAAG%3BIACnE%2CeAAA%3BIACA%2CaAAA%3B%3BEAEH%2CGAAG%2CcAAe%2CsBAAsB%2CsBAAsB%2CQAAQ%2CKAAK%3BIACvE%2CeAAA%3BIACA%2CQAAA%3BIACA%2CkBAAA%3BIACA%2CaAAA%3BIACA%2CWAAA%3B%3BEAEL%2CaAAc%2CcAAc%2CSAAQ%2CSAAU%3BIAC3C%2CYAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3B%3BEAEF%2CaAAc%2CcAAc%2CSAAQ%2CSAAU%3BIAC5C%2CaAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEAEF%2CcAAe%2CGAAE%2CaAAc%3BIAC3B%2CkBAAA%3B%3BEAEJ%2CcAAe%2CGAAE%2CMAAO%3BIACpB%2CaAAA%3BIACA%2CuBAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CcAAe%3BIACX%2CaAAA%3BIACA%2C8BAAA%3B%3BEAEJ%2CcAAe%2CWAAW%3BIACtB%2CaAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3B%3BEAEJ%2CcAAe%2CWAAW%3BIACtB%2CUAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CcAAe%2CsBAAsB%2CsBAAsB%2CQAAQ%3BIAC%5C%2FD%2CsBAAA%3B%3BEAEJ%2CcAAe%3BIACX%2CcAAA%3B%3BEAgLJ%2CGAAG%2CaAAgB%3BIACb%2CcAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CaAAA%3BIACA%2CsBAAsB%2CuBAAtB%3BIACA%2CyBAAA%3BIACA%2CsBAAA%3BIACA%2C4BAAA%3B%3BEAGN%2CGAAG%2CaAAgB%2CeAAa%3BIAC3B%2CiBAAA%3B%3BEAEL%2CGAAG%2CaAAgB%2CeAAa%2COAAS%2CKAAE%2CKAAM%2CEAAC%3BIAC5C%2CaAAA%3B%3BEAEN%2CGAAG%2CaAAgB%2CeAAa%2COAAS%2CKAAE%2CKAAM%3BIAC3C%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CoBAAA%3B%3BEAEN%2CGAAG%2CaAAgB%2CeAAa%2COAAS%2CKAAG%3BIACtC%2CuBAAA%3BIACA%2CeAAA%3B%3BEAEN%2CGAAG%2CaAAgB%2CeAAa%2COAAS%2CKAAG%3BIACtC%2CoBAAA%3BIACA%2CuBAAA%3BIACA%2CeAAA%3B%3BEAEN%2CGAAG%2CaAAgB%2CeAAa%2COAAS%2CKAAE%2CIAAI%2CaAAa%3BIACtD%2CeAAA%3BIACA%2CiBAAA%3B%3BEAEN%2CQAAS%2CcAAc%3BIACnB%2CkCAAA%3B%3BEAEJ%2CQAAS%2CcAAc%3BIACnB%2CkBAAA%3B%3BEAEJ%2CQAAS%2CcAAc%3BIACnB%2CgBAAA%3B%3BEAEJ%2CQAAS%2CcAAc%2CsBAAsB%3BIACzC%2CaAAA%3B%3BEAEJ%2CQAAS%2CcAAc%2CiBAAgB%3BIACnC%2CWAAA%3B%3BEAEJ%2CQAAS%2CcAAc%2CiBAAiB%3BIACrC%2CyBAAA%3BIACA%2CuBAAA%3BIACA%2CsBAAA%3BIACA%2C6BAAA%3BIACA%2CqCAAA%3BIACA%2CkCAAA%3BIACA%2CSAAA%3B%3BEAEH%2CIAAI%2CsBAAuB%2CmBAAmB%2CSAAQ%2CKAAM%3BIACxD%2CeAAA%3B%3BEAEJ%2CIAAI%2CsBAAuB%3BIACzB%2CaAAA%3B%3BEAEF%2CQAAS%2CmBAAmB%2CsBAAsB%2CWAAW%3BIACzD%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CQAAS%2CmBAAmB%2CsBAAsB%3BIAC9C%2CkBAAA%3B%3BEAEJ%2CQAAS%2CmBAAmB%2CsBAAsB%2CWAAW%3BIACzD%2CgBAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CQAAS%2CmBAAmB%2CsBAAsB%3BIAC9C%2CgBAAA%3B%3BEAEJ%2CQAAS%2CeAAe%2CcAAc%3BIACpC%2CcAAA%3B%3BEAEF%2CQAAS%2CeAAe%2CcAAc%3BIACpC%2CcAAA%3B%3BEAEF%2CQAAS%2CSAAS%2CYAAW%3BEAAS%2CWAAW%3BIAC%5C%2FC%2CWAAA%3B%3BEAEF%2CQAAS%2CUAAS%2CQAAW%3BIACzB%2CaAAA%3B%3BEAEJ%2CQAAS%2CIAAG%2CcAAe%2CcAAc%3BIACrC%2C2BAAA%3B%3BEAEJ%2CQAAS%2CeAAe%3BIACpB%2CaAAA%3B%3BEAEJ%2CIAAI%2CsBAAuB%2CSAAQ%3BIAC%5C%2FB%2CqBAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3B%3BEAEJ%2CIAAI%2CsBAAuB%2CgBAAe%3BIACtC%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAEJ%2CIAAI%2CsBAAuB%2COAAM%3BIAC7B%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CIAAI%2CsBAAuB%3BIACxB%2CYAAA%3BIACA%2CqBAAA%3BIACA%2CgBAAA%3B%3BEAEH%2CQAAQ%2CiBAAkB%2COAAO%2CaAAa%2CMAAM%2CEAAC%3BIACnD%2CuBAAA%3BIACA%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3B%3BEAEH%2CQAAQ%2CiBAAkB%2COAAO%2CaAAa%2COAAM%3BIACjD%2CuBAAA%3BIACA%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3B%3BEAEF%2CIAAI%2CsBAAuB%2CSAAQ%2CiBAAkB%3BIACnD%2CsBAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3B%3BEAEF%2CIAAI%2CsBAAuB%2CSAAQ%2CiBAAkB%3BIACnD%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CaAAA%3BIACA%2CmBAAA%3B%3BEAEF%2CIAAI%2CQAAQ%2CiBAAkB%2COAAO%2CEAAC%2COAAO%3BEAAO%2CQAAQ%2CiBAAkB%2COAAO%2CEAAC%2COAAO%3BIAC3F%2CuBAAA%3BIACA%2CsBAAA%3BIACA%2CmBAAA%3BIACA%2CYAAA%3B%3BEAEF%2CIAAI%2CsBAAuB%2CSAAQ%2CiBAAkB%2CSAAS%3BIAC1D%2CuBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CiBAAkB%3BIACd%2CeAAA%3B%3BEAEJ%2CiBAAkB%3BIAChB%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAEF%2CcAAe%3BIACb%2CcAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEAEF%2CkBAAmB%2CsBAAsB%2CsBAAsB%3BIAC7D%2CWAAA%3BIACA%2CsBAAA%3BIACA%2CsBAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3BIACA%2CYAAA%3BIACA%2CmBAAA%3BIACA%2CyBAAA%3BIACA%2CoBAAA%3BIACA%2CeAAA%3B%3BEAEF%2CGAAG%2CcAAe%2CmBAAmB%2CsBAAsB%2CsBAAsB%3BIAC7E%2C2BAAA%3B%3BEAEJ%2CqBAAsB%2CgBAAgB%3BIAClC%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAEJ%2CaAAc%3BIACV%2CeAAA%3B%3BEAEJ%2CGAAG%2CcAAe%2CsBAAsB%2CsBAAsB%2CQAAQ%2CKAAK%3BIACvE%2CaAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CQAAQ%2CiBAAkB%2COAAO%2CaAAa%2CMAAK%2CQAAS%2COAAM%3BIAC9D%2CWAAA%3B%3BEAEJ%2CQAAS%2CSAAS%3BIAChB%2CaAAA%3B%3BEAEF%2CQAAS%2COAAS%2CIAAC%2COAAO%3BIACtB%2CWAAA%3B%3BEAEJ%2CQAAS%2CwBAAwB%2CMAAM%2CMAAK%3BIACxC%2CgBAAA%3B%3BEAEJ%2CSAAS%2CQAAW%2CWAAS%3BEAAQ%2CSAAS%2CQAAW%2CWAAS%3BEAAS%2CQAAW%2CSAAM%2COAAQ%3BIAClG%2CaAAA%3B%3BEAEF%2CsBAAuB%2CKAAI%3BIACzB%2CeAAA%3B%3BEAEF%2COAAQ%3BIACJ%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CYAAa%3BIACT%2CkBAAA%3B%3BEAyHJ%2CQAAQ%2CMAAO%3BIACb%2CsBAAA%3BIACA%2CsBAAA%3BIACA%2CeAAA%3B%3BEAEF%2CQAAQ%2CMAAO%3BIACb%2CyBAAA%3B%3BEAEF%2CIAAI%2CqBAAsB%2CiBAAiB%2CeAAe%2CKAAI%3BIAC5D%2C0BAAA%3BIACA%2CgBAAA%3B%3BEAEF%2CIAAI%2CqBAAsB%2CmBAAmB%2CoBAAoB%2CiBAAiB%3BIAChF%2CWAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3B%3BEAEF%2CIAAI%2CqBAAsB%2CmBAAmB%2CoBAAoB%3BIAC7D%2CeAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2CmBAAmB%3BIACvC%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CsBAAA%3BIACA%2CiBAAA%3BIACA%2CoBAAA%3BIACA%2CWAAA%3B%3BEAEN%2CIAAI%2CqBAAsB%2CmBAAmB%2CSAAQ%2CIAAK%3BIACxD%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3B%3BEAEF%2CIAAI%2CqBAAsB%2CmBAAmB%2CSAAQ%2CIAAK%3BIACxD%2CqBAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CoBAAA%3B%3BEAEF%2CIAAI%2CqBAAsB%2CmBAAmB%3BIAC3C%2CqBAAA%3BIACA%2CsBAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CuBAAA%3BIACA%2CyBAAA%3B%3BEAEF%2CIAAI%2CqBAAsB%2CmBAAmB%2C0BAA0B%3BIACnE%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2CmBAAmB%2CkBAAkB%3BIAC7D%2CcAAA%3B%3BEAEF%2CIAAI%2CqBAAsB%2CmBAAmB%3BIACzC%2CgBAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2CkBAAkB%2CwBAAwB%2CUAAY%2CSAAO%3BIACnF%2CcAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2CkBAAkB%2CwBAAwB%2CKAAI%2CMAAO%2CYAAW%3BIACpF%2CqDAAA%3BIACA%2CuBAAA%3BIACA%2CuBAAA%3BIACA%2C4BAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CaAAa%2CaAAY%2C8CAAzB%3BIACA%2CWAAA%3B%3BEAEN%2CIAAI%2CqBAAsB%2CkBAAkB%2CwBAAwB%2CYAAY%2COAAM%2CIAAK%3BIACvF%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2CKAAI%2CMAAO%2CaAAa%3BIAC9C%2CkBAAA%3BIACA%2CaAAA%3BIACA%2CQAAA%3BIACA%2C0BAAA%3BIACA%2CgBAAA%3BIACA%2CqBAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2CKAAI%2CMAAO%2CaAAa%3BIAC9C%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CYAAA%3B%3BEAEJ%2CuBAAwB%2CYAAY%2CUAAU%3BIAC1C%2CWAAA%3B%3BEAEJ%2CuBAAwB%2CYAAY%2CQAAO%3BIACvC%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CYAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CuBAAA%3BIACA%2CeAAA%3BIACA%2CcAAA%3B%3BEAEJ%2CuBAAwB%2CYAAY%2CKAAI%2CMAAO%3BIAC3C%2CWAAA%3B%3BEAEJ%2CuBAAwB%2CYAAY%3BIAChC%2C2BAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CuBAAwB%2CYAAY%2CQAAO%2COAAO%3BIAC9C%2CiBAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2CSAAQ%2CKAAK%2CMAAS%2CQAAK%2CMAAM%2COAAU%3BIACjE%2CSAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2CSAAQ%2CKAAK%2CMAAS%2CQAAK%2CMAAS%3BIAC1D%2C4BAAA%3BIACA%2CmBAAA%3BIACA%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CqBAAsB%2CSAAQ%2CKAAK%2CMAAS%2CQAAK%3BIAC7C%2CSAAA%3B%3BEAEJ%2CqBAAsB%2CSAAQ%2CKAAK%2CMAAS%2CQAAK%2CMAAM%3BIACnD%2CSAAA%3B%3BEAEJ%2CqBAAsB%3BIACnB%2CWAAA%3B%3BEAEH%2CqBAAsB%2CSAAQ%2CKAAK%2CMAAS%2CQAAK%2CMAAM%2CMAAS%3BIAC5D%2CcAAA%3B%3BEAEJ%2CqBAAsB%2CsBAAsB%3BIACxC%2CaAAA%3B%3BEAEJ%2CGAAG%2CcAAe%2CsBAAsB%2CsBAAsB%2CQAAQ%2CKAAK%3BIACvE%2CiBAAA%3B%3BEAEJ%2CGAAG%2CcAAe%2CsBAAsB%2CsBAAsB%2CQAAQ%3BIAClE%2CiBAAA%3B%3BEAEJ%2CGAAG%2CcAAe%2CmBAAmB%2CsBAAsB%2CsBAAsB%3BIAC7E%2CgBAAA%3BIACA%2CSAAA%3B%3BEAEJ%2CqBAAsB%3BIACnB%2CmBAAA%3B%3BEAEH%2CEAAE%2CoBAAqB%3BIACnB%2CWAAA%3B%3BEAEJ%3BIACE%2CSAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2COAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CWAAA%3B%3BEAEF%3BIACE%2CsBAAA%3BIACA%2CiBAAA%3B%3BEAEF%2CqBAAsB%3BIACpB%2CcAAA%3B%3BEAEF%2CqBAAsB%2CSAAQ%2CMAAO%3BIACjC%2CQAAA%3BIACA%2CqBAAA%3B%3BEAEJ%2CqBAAsB%2CSAAQ%2CMAAO%2C2BAA0B%3BIAC5D%2CSAAS%2COAAT%3BIACA%2CeAAA%3BIACA%2CiBAAA%3B%3BEAEH%2CIAAI%2CqBAAsB%2CmBAAmB%2C0BAA0B%3BIACnE%2CaAAa%2CaAAY%2C8CAAzB%3B%3BEAEJ%2CIAAI%2CqBAAsB%3BIACxB%2CyBAAA%3B%3BEAEF%2CIAAI%2CqBAAsB%2CKAAI%2CMAAO%2CaAAa%2CSAAQ%3BIACrD%2CSAAS%2COAAT%3BIACA%2CaAAa%2CaAAb%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2CKAAI%2CMAAO%2CaAAa%2CSAAQ%3BIACvD%2CSAAS%2COAAT%3BIACA%2CaAAa%2CaAAb%3BIACA%2CSAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2CKAAI%2CMAAO%2CaAAa%2CSAAQ%2CMAAM%3BIAC5D%2CWAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2CKAAI%2CMAAO%2CaAAa%2CSAAQ%2CMAAM%3BIAC5D%2CWAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2CKAAI%2CMAAO%2CaAAa%2CSAAQ%3BIACtD%2CqBAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2CKAAI%2CMAAO%2CaAAa%2CSAAQ%3BIACtD%2CaAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2CIAAG%3BIACzB%2CgBAAA%3BIACA%2CeAAA%3B%3BEAEJ%3BIACI%2CeAAA%3B%3BEAEJ%2CYAAY%2CkBAAmB%2COAAM%2CIAAI%3BIACrC%2CeAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CYAAY%2CkBAAmB%3BIAC3B%2CWAAA%3BIACA%2CUAAA%3B%3BEAEJ%2CwBAAyB%3BIACrB%2CWAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CuBAAwB%2CYAAY%2COAAM%3BIACtC%2CkBAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2CkBAAkB%2CwBAAwB%2CYAAY%2COAAM%2CIAAK%3BIACvF%2CaAAA%3BIACA%2CUAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2CKAAI%2CMAAO%2CaAAa%3BIAC9C%2CaAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2CKAAI%2CMAAO%2CaAAa%2CSAAQ%3BIACtD%2CSAAS%2COAAT%3BIACA%2CaAAa%2CaAAb%3BIACA%2CSAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3BIACA%2CSAAA%3BIACA%2CaAAA%3B%3BEAEF%2CIAAI%2CqBAAsB%2CKAAI%2CMAAO%2CaAAa%2CSAAQ%3BIACxD%2CSAAS%2COAAT%3BIACA%2CaAAa%2CaAAb%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3BIACA%2CmBAAA%3B%3BEAEF%2CIAAI%2CqBAAsB%2CwBAAwB%2CYAAY%2CQAAO%3BIACnE%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAEF%2CIAAI%2CqBAAsB%2CwBAAwB%2CYAAY%2CQAAO%2COAAO%3BIAC1E%2C4CAAA%3BIACA%2CyBAAA%3BIACA%2CwBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CSAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CQAAQ%2CiBAAiB%2CSAAzB%3B%3BEAEF%2CIAAI%2CqBAAsB%2CSAAQ%2CMAAO%3BIACvC%2CQAAA%3BIACA%2CmBAAA%3BIACA%2CwBAAA%3B%3BEAEH%2CQAAS%2CqBAAqB%2CoBAAmB%3BIAC9C%2CSAAS%2COAAT%3BIACA%2CeAAA%3BIACA%2CcAAA%3B%3BEAEH%2CQAAS%2CqBAAqB%2CoBAAmB%3BIAC9C%2CSAAS%2COAAT%3BIACA%2CeAAA%3BIACA%2CcAAA%3B%3BEA4fH%2CKAAK%2CcAAe%2CMAAM%2CMAAM%2CGAAG%2CGAAE%3BIAClC%2CWAAA%3BIACA%2CuBAAA%3B%3BEAEJ%2CcAAe%2CiBAAiB%2COAAM%3BIAClC%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3B%3BEAEJ%2CcAAe%2CUAAS%3BIACpB%2CiBAAA%3B%3BEAEJ%2CcAAe%2CUAAS%2COAAQ%3BIAC5B%2CyBAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CoBAAqB%2CeAAe%2CUAAS%2COAAQ%2CIAAG%3BIACpD%2CaAAA%3B%3BEAEJ%2CeAAgB%2CWAAW%2CSAAQ%2CKAAM%2CQAAO%3BIAC5C%2CgBAAA%3BIACA%2CyBAAA%3BIACA%2CmBAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CeAAgB%2CWAAW%2CSAAQ%2CKAAM%2CQAAO%2COAAO%3BIACnD%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CsBAAA%3BIACA%2CUAAA%3B%3BEAEJ%2CeAAgB%3BIACZ%2CmBAAA%3BIACA%2CsBAAA%3BIACA%2CaAAA%3B%3BEAEJ%2CeAAgB%2CcAAc%2CSAAQ%3BIAClC%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CuBAAA%3B%3BEAEJ%2CeAAgB%2CcAAc%2COAAO%3BIAClC%2CkBAAA%3B%3BEAEH%2CYAAa%2COAAO%3BEAAS%2CkBAAmB%2CcAAc%2COAAO%3BEACrE%2CYAAa%2COAAO%3BEAAO%2CkBAAmB%2CcAAc%2COAAO%3BIAC%5C%2FD%2C0BAAA%3B%3BEAEJ%2CeAAgB%3BIACZ%2C0BAAA%3B%3BEAEJ%2CeAAgB%2CcAAc%2COAAO%3BIACjC%2CeAAA%3B%3BEAEJ%2CYAAa%2CMAAM%3BEAAO%2CYAAa%2CMAAM%3BEAC7C%2CYAAa%2CMAAM%3BEAAS%2CYAAa%2CMAAM%3BIAC3C%2CcAAA%3B%3BEAEJ%2CYAAa%2CMAAM%2COAAM%2COAAQ%3BEAAO%2CYAAa%2CMAAM%2COAAM%2COAAQ%3BIACrE%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CYAAa%2CMAAM%2COAAM%2COAAQ%3BEAAS%2CYAAa%2CMAAM%2COAAM%2COAAQ%3BIACvE%2CeAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CeAAgB%2CcAAc%2CwBAAwB%2CQAAO%2CQAAQ%3BIAC%5C%2FD%2CeAAA%3BIACA%2CWAAA%3BIACA%2CsBAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3B%3BEAEN%2CeAAgB%2CcAAc%2CwBAAwB%2CQAAO%2CQAAQ%2CSAAS%3BIAC1E%2CaAAA%3B%3BEAEJ%2CeAAgB%2CcAAc%2COAAO%2CUAAU%2COAAM%2CIAAI%2CSAAY%3BIACjE%2CmBAAA%3B%3BEAEJ%2CeAAgB%2CKAAI%2CMAAO%2CYAAW%3BEAAM%2CIAAI%2CIAAK%2CYAAW%3BIAC5D%2CmBAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CeAAgB%2CMAAK%2CcAAe%2CKAAI%2CMAAO%3BIAC3C%2CsBAAA%3B%3BEAEJ%2CeAAgB%2CMAAK%2CcAAe%2CKAAI%2CMAAO%2CaAAa%3BIACxD%2CSAAA%3BIACA%2CUAAA%3B%3BEAEJ%2CeAAgB%2CMAAK%2CcAAe%2CKAAI%2CMAAO%2CaAAa%3BIACxD%2CUAAA%3B%3BEAEJ%2CeAAgB%2CMAAK%2CcAAe%2CKAAI%2CMAAO%2CYAAW%3BEAAM%2CIAAI%2CIAAK%2CYAAW%3BIAChF%2CSAAA%3B%3BEAEJ%2CeAAgB%2CcAAc%2COAAM%2CSAAU%3BIAC1C%2CeAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CeAAgB%2CMAAK%2CcAAe%3BIAClC%2CsBAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3B%3BEAEF%2CeAAgB%2CMAAK%2CcAAe%2CKAAI%2CSAAU%3BIAChD%2CcAAA%3BIACA%2CeAAA%3BIACA%2C2BAAA%3B%3BEAGF%2CcAAe%2CQAAQ%2CmBAAmB%3BIACtC%2CSAAA%3BIACA%2CMAAA%3B%3BEAEL%2CcAAe%2CQAAQ%2CmBAAmB%2CiBAAiB%2CyBAAyB%2CeAAe%2COAAM%3BIACpG%2CcAAA%3B%3BEAEJ%2CwBAAyB%3BIACrB%2CmBAAA%3B%3BEAGJ%2CcAAe%2CgBAAgB%3BIAC3B%2CQAAA%3BIACA%2CkBAAA%3B%3BEAEJ%2CcAAe%2CgBAAgB%3BIAC3B%2CQAAA%3B%3BEAEJ%2COAAQ%2CmBAAmB%2CiBAAiB%2CyBAAyB%2CyBAAyB%2CiBAAiB%2CwBAAwB%3BIACnI%2CWAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2COAAQ%2CmBAAmB%2CiBAAiB%2CyBAAyB%2CyBAAyB%2CiBAAiB%2CwBAAwB%2CSAAS%2CgBAAgB%2CGAAE%3BEAAQ%2COAAQ%2CmBAAmB%2CiBAAiB%2CyBAAyB%2CyBAAyB%2CiBAAiB%2CwBAAwB%2CSAAS%2CgBAAgB%2CGAAE%3BIACxU%2CWAAA%3B%3BEAEJ%2COAAQ%2CmBAAmB%2CiBAAiB%2CyBAAyB%2CyBAAyB%2CiBAAiB%2CwBAAwB%2CiBAAiB%2CKAAK%2CKAAI%2CoBAAqB%2CKAAI%2CeAAgB%2CKAAI%3BIAC1M%2CWAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CcAAe%2CkBAAkB%2CSAAS%2CSAAW%3BIACjD%2CgBAAA%3B%3BEAEJ%2COAAQ%2CmBAAmB%2CiBAAiB%2CyBAAyB%2C4BAA4B%2CUAAU%2CKAAI%2CMAAO%3BIAClH%2CmBAAA%3BIACA%2CuBAAA%3B%3BEAEJ%2COAAQ%2CmBAAmB%2CiBAAiB%2CyBAAyB%2C4BAA4B%2CUAAU%2CiBAAiB%2CKAAI%3BIAC5H%2CcAAA%3B%3BEAEJ%2COAAQ%2CmBAAmB%2CiBAAiB%2CyBAAyB%2C4BAA4B%2CSAAQ%2CgBAAiB%2COAAM%3BIAC5H%2CmBAAA%3B%3BEAEJ%2CcAAe%2CkBAAkB%2CgBAAgB%2CUAAU%3BIACzD%2CgBAAA%3B%3BEAEF%2CcAAe%2CQAAQ%2CmBAAmB%2CiBAAiB%2CyBAAyB%2C4BAA4B%2CSAAQ%2CgBAAiB%2CWAAW%3BIAChJ%2CmBAAA%3B%3BEAEJ%2CcAAe%2CQAAQ%2CmBAAmB%2CiBAAiB%2CyBAAyB%2CyBAAyB%2CiBAAiB%2CwBAAwB%2CKAAI%2CWAAW%2CUAAU%3BIAC7K%2CSAAS%2COAAT%3BIACA%2CaAAa%2CaAAb%3BIACA%2CeAAA%3BIACA%2CWAAA%3B%3BEAEF%2CcAAe%2CQAAQ%2CmBAAmB%2CiBAAiB%2CyBAAyB%2CyBAAyB%2CiBAAiB%2CwBAAwB%2CKAAI%2CWAAW%2CWAAW%3BIAC9K%2CSAAS%2COAAT%3BIACA%2CaAAa%2CaAAb%3BIACA%2CeAAA%3BIACA%2CWAAA%3B%3BEAEF%2CeAAgB%2CaAAY%2CQAAQ%2CMAAO%3BIACvC%2CUAAA%3BIACA%2CcAAA%3B%3BEAEJ%2CYAAY%2CQAAQ%2CMAAO%3BIACvB%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CYAAY%2CQAAQ%2CMAAO%2COAAM%2CIAAI%3BIACjC%2CkBAAA%3BIACA%2C0BAAA%3BIACA%2CgBAAA%3BIACA%2CsBAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CYAAY%2CQAAQ%2CMAAO%2CcAAc%2CkBAAiB%3BIACtD%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CsBAAA%3B%3BEAEJ%2CYAAY%2CQAAQ%2CMAAO%3BIACvB%2CWAAA%3BIACA%2CUAAA%3B%3BEAEJ%2CYAAY%2CkBAAmB%2CcAAa%3BEAAU%2CYAAa%2CcAAa%3BIAC5E%2C0BAAA%3B%3BEAEJ%2CYAAY%2CkBAAmB%2CcAAa%3BEAAS%2CYAAa%2CcAAa%3BIAC3E%2C2BAAA%3B%3BEAEJ%2CYAAY%2CkBAAmB%3BIAC3B%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CuBAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CeAAgB%2CWAAW%2CSAAQ%2CKAAM%2CQAAO%3BIAC5C%2CkBAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CYAAa%2CMAAM%2COAAM%2COAAQ%3BEAAO%2CYAAa%2CMAAM%2COAAM%2COAAQ%3BIACrE%2CeAAA%3B%3BEAEJ%2CSAAS%2CSAAU%3BIACf%2CWAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CSAAS%2CSAAU%2CMAAK%3BIACpB%2CWAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CeAAgB%2CcAAc%2CSAAQ%3BIAClC%2CeAAA%3B%3BEAEJ%2CKAAK%2CcAAe%2CMAAM%2CMAAM%2CGAAG%2CGAAE%3BIACjC%2CcAAA%3B%3BEAEJ%2CqBAAsB%3BIAClB%2CcAAA%3B%3BEAoQJ%2CYAAa%2CkBAAkB%2CgBAAgB%2CGAAK%3BIAChD%2C2BAAA%3B%3BEAEJ%2CYAAa%2CQAAQ%2CmBAAmB%2CiBAAiB%2CyBAAyB%3BIAC9E%2CiBAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CYAAa%2CmBAAkB%2CiBAAkB%2CSAAS%2CSAAW%3BIACjE%2CWAAA%3BIACA%2CSAAA%3BIACA%2CaAAA%3B%3BEAEJ%2CYAAa%2CQAAQ%2CmBAAkB%2CiBAAkB%2CiBAAiB%2CyBAC1E%2C4BAA4B%2CUAAU%2CKAAI%2CMAAO%3BIAC7C%2CiBAAA%3B%3BEAEJ%2CcAAe%2CmBAAkB%2CiBAAkB%2CgBAAgB%2CUAAU%3BIACzE%2CkBAAA%3B%3BEAEJ%2CcAAe%2CQAAQ%2CmBAAkB%2CiBAAkB%2CiBAAiB%2CyBAC5E%2C4BAA4B%2CSAAQ%2CgBAAiB%2CWAAW%3BIAC5D%2CiBAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CcAAe%2CgBAAgB%2CsBAAsB%3BIACjD%2CqBAAA%3B%3BEAEJ%2COAAQ%2CmBAAkB%2CiBAAkB%2CiBAAiB%2CyBAAyB%2CyBAAyB%2CiBAAiB%2CwBAAwB%2CKAAI%3BIACxJ%2CWAAA%3B%3BEAEJ%2COAAQ%2CmBAAkB%2CiBAAkB%2CiBAAiB%2CyBAAyB%2CyBAAyB%2CiBAAiB%2CwBAAwB%2CKAAI%2CWAAW%3BIACnK%2CYAAA%3B%3BEAEJ%2COAAQ%2CmBAAkB%2CiBAAkB%2CiBAAiB%2CyBAAyB%2CyBAAyB%2CiBAAiB%2CwBAAwB%3BIACrJ%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3B%3BEAEH%2COAAQ%2CmBAAkB%2CiBAAkB%2CiBAAiB%2CyBAAyB%2CyBAAyB%2CiBAAiB%2CwBAAwB%2CsBAAsB%3BIAC3K%2CeAAA%3B%3BEAEH%2COAAQ%2CmBAAkB%2CiBAAkB%2CiBAAiB%2CyBAAyB%2C4BAA4B%2CSAAQ%2CgBAAiB%2COAAM%3BIAC7I%2CeAAA%3B%3BEAEJ%2CcAAe%2CQAAQ%2CmBAAkB%2CiBAAkB%2CiBAAiB%2CyBAAyB%2CyBAAyB%2CiBAAiB%2CwBAAwB%2CKAAI%2CWAAW%2CUAAU%3BIAC5L%2CiBAAA%3B%3BEAEJ%2CcAAe%2CQAAQ%2CmBAAkB%2CiBAAkB%2CiBAAiB%2CyBAAyB%2CyBAAyB%2CiBAAiB%2CwBAAwB%2CKAAI%2CWAAW%2CWAAW%3BIAC7L%2CiBAAA%3B%3BEAEJ%2CYAAY%2CQAAS%3BIACnB%2CkBAAA%3BIACA%2CYAAA%3BIACA%2C0BAAA%3BIACA%2CoBAAA%3B%3BEAEF%2CqBAAsB%2CmBAAmB%3BIACvC%2CkBAAA%3B%3BEAEF%2CqBAAsB%2CmBAAmB%3BIACvC%2CqBAAA%3BIACA%2CsBAAA%3BIACA%2CaAAA%3B%3BEAEF%3BIACE%2CoBAAA%3BIACA%2CuBAAA%3BIACA%2C2BAAA%3BIACA%2CkCAAA%3BIACA%2CmBAAA%3B%3BEAEF%3BIACE%2CoBAAA%3BIACA%2CuBAAA%3BIACA%2C2BAAA%3BIACA%2CkCAAA%3BIACA%2CmBAAA%3B%3BEAEF%2CqBAAsB%2CwBAAwB%2CYAAY%2CUAAU%3BIAClE%2CYAAA%3B%3BEAEF%2CqBAAsB%2CwBAAwB%2CYAAY%3BIACtD%2CeAAA%3B%3BEAEJ%2CqBAAsB%2CwBAAwB%2CYAAY%2CQAAO%3BIAC7D%2CiBAAA%3B%3BEAEJ%2CqBAAsB%2CmBAAmB%2CYAAY%3BIACnD%2CeAAA%3B%3BEAEF%2CIAAI%2CqBAAsB%2CwBAAwB%2CYAAY%2CQAAO%3BIACnE%2CeAAA%3B%3BEAiHF%2CmBAAmB%3BIACb%2CuBAAA%3BIACA%2CWAAA%3B%3BEAEN%2CmBAAmB%2CYAAa%3BIAC3B%2CgBAAA%3B%3BEAEL%2CmBAAmB%2CYAAa%3BIAC9B%2CuBAAA%3B%3BEAGH%2COAAQ%2CmBAAmB%2CiBAAiB%2CyBAAyB%2CyBAAyB%2CiBAAiB%2CwBAAwB%2CSAAS%2CgBAAgB%2CGAAE%3BEAClK%2COAAQ%2CmBAAmB%2CiBAAiB%2CyBAAyB%2CyBAAyB%2CiBAAiB%2CwBAAwB%2CSAAS%2CgBAAgB%2CGAAE%2COAAQ%3BIACxK%2CeAAA%3BIACA%2CgBAAA%3BIACA%2C4BAAA%3B%3BEAEF%2CeAAgB%2CsBAAsB%2CSAAQ%2CQAAS%3BIACrD%2CeAAA%3B%3BEAEF%2COAAQ%2CmBAAkB%2CiBAAkB%2CiBAAiB%2CyBAAyB%2CyBAAyB%2CiBAAiB%2CwBAAwB%2CsBAAsB%3BIAC5K%2CeAAA%3B%3BEAEF%2CcAAe%2CQAAQ%2CmBAAmB%2CiBAAiB%2CyBAAyB%2CyBAAyB%2CiBAAiB%2CwBAAwB%2CiBAAiB%2CKAAK%2CKAAI%2CoBAAqB%2CKAAI%2CeAAgB%2CKAAI%3BIAC5N%2CWAAA%3BIACA%2CiBAAA%3BIACA%2C0BAAA%3B%3BEAEF%2COAAQ%2CmBAAmB%2CiBAAiB%2CyBAAyB%2C4BAA4B%2CUAAU%2CiBAAiB%2CKAAI%3BIAC9H%2C0BAAA%3B%3B%3BEAGA%2CuBAAwB%3BEACxB%2CwBAAyB%3BEACzB%2CgCAAiC%3BIAC%5C%2FB%2CyBAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3B%3BEAEF%2CuBAAwB%2CoBAAoB%2CGAAE%3BEAC9C%2CwBAAyB%2CoBAAoB%2CGAAE%3BEAC%5C%2FC%2CgCAAiC%2CoBAAoB%2CGAAE%3BIACrD%2CcAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CSAAA%3B%3BEAEF%2CuBAAwB%2CoBAAmB%3BEAC3C%2CuBAAwB%2CoBAAmB%3BEAC3C%2CwBAAyB%2CoBAAmB%3BEAC5C%2CwBAAyB%2CoBAAmB%3BEAC5C%2CgCAAiC%2CoBAAmB%3BEACpD%2CgCAAiC%2CoBAAmB%3BIAClD%2CSAAS%2CEAAT%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CMAAA%3BIACA%2CmBAAA%3B%3BEAEF%2CuBAAwB%2CoBAAmB%3BEAC3C%2CwBAAyB%2CoBAAmB%3BEAC5C%2CgCAAiC%2CoBAAmB%3BIAClD%2CWAAA%3B%3BEAEF%2CuBAAwB%2CoBAAmB%3BEAC3C%2CwBAAyB%2CoBAAmB%3BEAC5C%2CgCAAiC%2CoBAAmB%3BIAClD%2CUAAA%3B%3BEAEF%2CuBAAwB%2CQAAO%3BEAAO%2CwBAAyB%2CQAAO%3BEAAO%2CgCAAiC%2CQAAO%3BIACnH%2CiBAAA%3B%3BEAEF%2CgBAAiB%2CUAAY%2CSAAS%3BIAClC%2CWAAA%3B%3BEAEJ%2CgBAAiB%2COAAO%2CiBAAmB%3BEAAU%2CgBAAiB%2COAAO%2CiBAAmB%3BIAC9F%2CcAAA%3BIACA%2CsBAAA%3BIACA%2CWAAA%3B%3BEAEF%2CgBAAiB%2COAAO%2CiBAAmB%3BIACzC%2CqBAAA%3B%3BEAEF%2CgBAAiB%2COAAO%2CiBAAmB%2CWAAS%3BEAAS%2CgBAAiB%2COAAO%2CiBAAmB%2CaAAW%3BIACjH%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3B%3BEAEF%2CgBAAiB%2CiBAAiB%2CSAAS%3BEAC3C%2CgBAAiB%2COAAO%2CiBAAmB%2CaAAW%3BIACpD%2CgBAAA%3BIACA%2CyBAAA%3BIACA%2CcAAA%3BIACA%2CwBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3BIACA%2C0BAAA%3B%3BEAEF%3BIACI%2CSAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CGAAG%2CgBAAiB%2CUAAS%3BIACzB%2CiBAAA%3BIACA%2CiBAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3B%3BEAEJ%2CgBAAiB%2COAAO%2CaAAa%3BIACnC%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3B%3BEAEF%2CGAAG%2CgBAAiB%2CUAAY%2CSAAO%3BIACrC%2CWAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3B%3BEAEF%2CGAAG%2CgBAAiB%2CEAAC%2COAAO%3BIAC1B%2CeAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3B%3BEAEF%2CGAAG%2CgBAAiB%2COAAM%3BIACtB%2CeAAA%3B%3BEAEJ%2CgBAAiB%2CUAAS%2CMAAO%2COAAO%2CMAAK%3BIACzC%2CuBAAA%3B%3BEAEJ%2CyBAA0B%2CcAAa%3BIACnC%2CaAAA%3B%3BEAEJ%2CkBAAkB%2C6BAA8B%2CwBAAwB%3BIACpE%2CcAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CqBAAsB%2CmBAAmB%2CcAAc%2CMAAM%3BIACzD%2CeAAA%3B%3BEAEJ%2C0BAA2B%2C8BAA8B%3BIACrD%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3BIACA%2CsBAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2CSAAS%2CmBAAmB%3BIAClD%2CkBAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CSAAS%2CkBAAmB%2CkBAAkB%3BIAC1C%2CWAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CSAAS%2CkBAAmB%3BIACxB%2CQAAA%3B%3BEAEJ%2CSAAS%2CkBAAmB%3BIACxB%2CeAAA%3B%3BEAEJ%2CiBAAkB%2CYAAY%2CQAAO%2COAAU%3BIAC5C%2CoBAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3B%3BEAEH%2CqBAAsB%2CmBAAmB%2CYAAY%3BIACnD%2CeAAA%3BIACA%2CWAAA%3B%3BEAEF%2CqBAAsB%2CmBAAmB%2CYAAY%2CQAAO%3BIACxD%2CaAAA%3BIACA%2CYAAA%3B%3BEAEL%2CKAAK%3BIACH%2C0BAAA%3B%3B%3BEAGH%2CgCAAiC%2CMAAK%3BIACpC%2CcAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3B%3BEAEF%2CgCAAiC%2CMAAK%2COAAQ%2COAAM%3BIACjD%2CeAAA%3B%3BEAEH%2CgCAAiC%2CMAAK%3BIACnC%2CuBAAA%3B%3BEAEH%2CgCAAiC%3BIAC%5C%2FB%2CeAAA%3BIACA%2CWAAA%3B%3BEAEF%2CgCAAiC%2CiBAAiB%3BIAChD%2CWAAA%3B%3BEAEF%2CgCAAiC%2CMAAK%2COAAQ%2CiBAAmB%2CWAAS%3BEAC1E%2CgCAAiC%2CMAAK%2COAAQ%2CiBAAmB%2CaAAW%3BIACxE%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3BIACA%2CYAAA%3BIACA%2CsBAAA%3BIACA%2CmBAAA%3B%3BEAEF%2CgCAAiC%2CUAAY%2CSAAO%3BIAChD%2CgBAAA%3B%3BEAEJ%2CQAAS%2CSAAQ%3BIACb%2CgBAAA%3B%3BEAEJ%2CQAAQ%2C0BAA2B%2CcAAc%3BIAC7C%2CWAAA%3B%3BEAEJ%2CQAAQ%2C0BAA2B%2CSAAS%2CoBAAoB%2CiBAAiB%2CQAAO%3BIACpF%2CeAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CeAAgB%2CMAAM%3BIAClB%2CiBAAA%3B%3BEAEJ%2CcAAe%2CMAAM%2CKAAI%3BIACvB%2C0BAAA%3B%3BEAEF%2CuBAAuB%2CQAAS%3BIAC5B%2CWAAA%3B%3BEAEJ%2CwBAAyB%2CMAAK%2COAAO%2CQAAQ%3BIACzC%2CSAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CwBAAyB%2CMAAK%3BIAC1B%2CuBAAA%3B%3BEAEJ%2CwBAAyB%2CQAAO%2CQAAS%2CQAAQ%3BIAC7C%2CeAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CKAAK%2COAAO%2CQAAS%3BIACjB%2CWAAA%3BIACA%2CaAAA%3B%3BEAEJ%2CKAAK%2COAAO%2CQAAS%2CiBAAiB%3BIAClC%2CUAAA%3B%3BEAEJ%2CKAAK%2COAAO%2CQAAS%2CiBAAiB%2CSAAS%2CQAAO%2COAAO%3BIACzD%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CyBAAA%3B%3BEAEL%2CQAAS%2CKAAI%3BIACV%2CiBAAA%3B%3BEAEF%2CQAAS%3BIACL%2CoBAAA%3BIACA%2C2BAAA%3B%3BEAEJ%2CsBAAuB%3BIACpB%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAEH%2CsBAAuB%2CMAAM%3BEAAG%2CsBAAuB%2CMAAQ%3BIAC3D%2C6BAAA%3B%3BEAEJ%2CKAAK%2CYAAY%2CQAAQ%2CMAAO%2CcAAa%3BIAC1C%2CWAAW%2CaAAX%3BIACA%2CqBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3B%3BEAEJ%2CKAAK%2CYAAY%2CQAAQ%2CMAAO%2CcAAa%3BIACzC%2CWAAW%2CaAAX%3BIACA%2CqBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3B%3BEAEJ%2CKAAK%2CYAAY%2CQAAQ%2CMAAO%3BIAC3B%2CQAAA%3B%3BEAEL%2CYAAY%2CkBAAkB%2CMAAO%2COAAM%3BIACvC%2CWAAA%3B%3BEAGJ%2CoBAAqB%2CcAAc%2CKAAI%3BIACpC%2C4BAAA%3B%3BEAEH%2CoBAAqB%2CQAAO%3BIAC1B%2CeAAA%3B%3BEAEF%2CoBAAqB%3BIAClB%2CaAAA%3B%3BEAEH%2CIAAI%2CoBAAqB%3BIACrB%2CiBAAA%3B%3BEAEH%2CoBAAqB%3BIACjB%2CkBAAA%3B%3BEAEJ%2CeAAgB%2CcAAc%2CSAAQ%3BIAClC%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CuBAAA%3BIACA%2CcAAA%3BIACA%2CaAAA%3B%3BEAEJ%2CeAAgB%2CcAAc%2COAAO%3BIAClC%2CgBAAA%3B%3BEAEH%2CaAAc%2COAAO%2CKAAI%2CIAAI%2CeAAgB%2CUAAS%3BIAClD%2CgBAAA%3B%3BEAEJ%2CSAAS%2CKAAM%3BIACX%2CeAAA%3B%3BEAEJ%2CwBAAyB%2CcAAc%2COAAM%2CKAAM%2CMAAK%3BIACrD%2CWAAA%3BIACA%2CeAAA%3B%3BEAEH%2CaAAc%2COAAO%3BIAClB%2CeAAA%3B%3BEAEH%2CeAAgB%2CcAAc%2COAAM%2CSAAU%3BIAC1C%2CoBAAA%3B%3BEAEJ%2CeAAgB%3BIACZ%2CeAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CYAAa%2CMAAM%3BEACnB%2CYAAa%2CMAAM%3BEACnB%2CYAAa%2CMAAM%3BEACnB%2CYAAa%2CMAAM%3BIACf%2CcAAA%3BIACA%2C2BAAA%3BIACA%2CeAAA%3B%3BEAEL%2CIAAK%2CKAAK%2CKAAI%3BIACX%2C0BAAA%3B%3BEAEH%2CYAAa%2COAAO%3BEAAQ%2CkBAAmB%2CcAAc%2COAAO%3BIACjE%2CUAAA%3B%3BEAEH%2CeAAgB%2CcAAc%3BIAC3B%2CUAAA%3B%3BEAEJ%2CeAAgB%2CcAAc%2CwBAAwB%2CQAAO%2CQAAQ%3BIAClE%2CeAAA%3BIACA%2CeAAA%3BIACA%2CYAAA%3B%3BEAEF%2CKAAK%2CcAAe%2CcAAc%3BEAAI%2CgCAAiC%2CSAAS%2CcAAc%3BEAAI%2CcAAe%2CcAAc%3BIAC9H%2CeAAA%3B%3BEAED%2CKAAK%2CcAAe%3BIACnB%2CeAAA%3B%3BEAED%2CYAAa%2CMAAM%2COAAM%2COAAQ%3BEAAS%2CYAAa%2CMAAM%2COAAM%2COAAQ%2CQAAQ%2CKAAI%3BIACpF%2C0BAAA%3B%3BEAEH%2CKAAK%2CcAAe%3BIACjB%2CgBAAA%3BIACA%2CoBAAA%3BIACA%2CkBAAA%3BIACA%2CsBAAA%3BIACA%2CaAAA%3BIACA%2CyBAAA%3BIACA%2CaAAA%3B%3BEAEF%2CoBAAqB%2CMAAK%2CcAAe%2CiBAAmB%3BEAAc%2CKAAK%2CcAAe%2CiBAAmB%3BIAC7G%2CSAAA%3BIACA%2CaAAA%3BIACA%2CQAAA%3B%3BEAEJ%2CoBAAqB%2CMAAK%2CcAAe%2CiBAAmB%3BIACxD%2CWAAA%3B%3BEAEJ%2CKAAK%2CcAAe%2CKAAI%2CIAAK%2COAAM%3BIAC%5C%2FB%2CkBAAA%3BIACA%2CqBAAA%3B%3BEAEJ%2CKAAK%2CcAAe%2CKAAI%2CIAAK%2COAAM%2CIAAK%2CSAAQ%3BIAC5C%2CYAAA%3BIACA%2CaAAA%3BIACA%2CuBAAA%3BIACA%2CsBAAA%3BIACA%2CkBAAA%3B%3BEAEJ%2CIAAI%2CMAAO%3BIACT%2CkBAAA%3B%3BEAEF%2CoBAAqB%2CgBAAgB%2CMAAK%2CcAAe%2CKAAI%2CMAAO%2CaAAa%3BIAC7E%2CUAAA%3BIACA%2CsBAAA%3BIACA%2CwBAAA%3BIACA%2C6BAAA%3BIACA%2CYAAA%3BIACD%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CcAAA%3B%3BEAEH%2CoBAAqB%2CgBAAgB%2CMAAK%2CcAAe%2CKAAI%2CMAAO%2CaAAa%3BIAC7E%2CqBAAA%3BIACA%2CUAAA%3BIACA%2C6BAAA%3BIACC%2CYAAA%3BIACF%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CcAAA%3B%3BEAEH%2CIAAI%2CMAAO%2CaAAe%2CIAAC%3BEAAU%2CIAAI%2CIAAK%2CaAAe%2CIAAC%3BIAC5D%2CSAAS%2CEAAT%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIACA%2CUAAA%3BIACA%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CcAAA%3B%3BEAEF%2CIAAI%2CMAAO%2CaAAe%2CIAAC%2CQAAQ%3BEAAS%2CIAAI%2CIAAK%2CaAAe%2CIAAC%2CQAAQ%3BIAC3E%2CSAAS%2CEAAT%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIACA%2CWAAA%3BIACA%2CsBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAEF%2CeAAgB%2CWAAW%2CSAAQ%2CKAAM%2CQAAO%3BIAC9C%2CaAAA%3B%3BEAEF%2CQAAS%3BIACL%2C6BAAA%3B%3BEAEJ%2CQAAS%2CgBAAgB%3BIACvB%2CkBAAA%3B%3BEAEF%2CIAAI%2CoBAAqB%2CMAAK%2CcAAe%2CiBAAmB%3BEAChE%2CIAAI%2CoBAAqB%2CMAAK%2CcAAe%2CiBAAmB%3BIAC9D%2CaAAA%3B%3BEAEH%2CoBAAqB%2CgBAAgB%2CMAAK%2CcAAe%2CKAAI%2CMAAO%2CaAAa%2CSAAS%3BEAC1F%2CoBAAqB%2CgBAAgB%2CMAAK%2CcAAe%2CKAAI%2CMAAO%2CaAAa%2CSAAS%3BIACvF%2CaAAA%3B%3BEAEH%2CeAAgB%2CMAAK%2CcAAe%2CKAAI%2CMAAO%2CYAAW%3BEAAM%2CIAAI%2CIAAK%2CYAAW%3BIACjF%2CWAAA%3BIACA%2C0BAAA%3B%3BEAEH%2CeAAgB%2CMAAK%2CcAAe%2CKAAI%2CSAAU%3BIAC%5C%2FC%2C0BAAA%3B%3BEAEH%2CoBAAqB%3BEAAQ%2CoBAAqB%3BIAC%5C%2FC%2C0BAAA%3B%3BEAEH%2CeAAgB%2CsBAAsB%2CmBAAmB%3BIACtD%2CiBAAA%3B%3BEAEF%2CKAAK%2CcAAe%2CMAAM%2CKAAI%3BIAC1B%2CeAAA%3B%3BEAEJ%2CoBAAqB%2CWAAa%2CsBAAoB%3BIAClD%2CeAAA%3B%3BEAEJ%2CIAAK%2CKAAK%2CgBAAgB%2COAAM%2COAAQ%2CKAAI%3BIACzC%2C0BAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CKAAK%2CcAAe%2CMAAM%2CMAAM%2CGAAG%2CGAAE%3BIAClC%2CiBAAA%3B%3BEAEH%2CeAAgB%2CMAAK%2CcAAe%3BIACjC%2CWAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CQAAS%3BIACL%2CgBAAA%3B%3BEAEH%2CKAAK%2CcAAe%2CKAAI%2CIAAK%2COAAM%3BIAChC%2CgBAAA%3B%3BEAEH%2CKAAK%2CcAAe%3BIACjB%2CsBAAA%3B%3BEAEF%2CIAAI%2CoBAAqB%2CIAAG%2CKAAK%2CcAAe%2CiBAAmB%3BIACjE%2CUAAA%3BIACA%2CSAAA%3BIACA%2CcAAA%3B%3BEAEF%2CIAAI%2CoBAAqB%2CIAAG%2CKAAK%2CcAAe%2CiBAAmB%3BIAC%5C%2FD%2CoBAAA%3BIACA%2CcAAA%3B%3BEAEJ%2CaAAc%2COAAS%2CSAAM%3BIACzB%2CeAAA%3B%3BEAEJ%2CeAAgB%2CMAAK%2CcAAe%2CKAAI%3BIACpC%2CgBAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CKAAK%2CcAAe%2CMAAM%2CMAAM%2CGAAG%2CGAAE%2CIAAI%3BIACrC%2CgBAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2CKAAI%2CMAAO%2CaAAa%3BIAC9C%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2CKAAI%2CMAAO%2CaAAa%3BIAC9C%2CSAAA%3BIACA%2CyBAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2CkBAAkB%2CYAAY%2CQAAO%2COAAU%3BIACrE%2CkBAAA%3B%3BEAGJ%2CGAAG%2CkBAAkB%2CMAAO%3BEAA2B%2CGAAG%2CkBAAkB%2CMAAO%3BIAClF%2C2BAAA%3BIACA%2CgBAAA%3B%3BEAEF%2CGAAG%2CiBAAiB%2CKAAM%3BEAAgB%2CiBAAiB%2CaAAc%3BIACtE%2CyBAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CaAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CuBAAA%3BIACA%2CeAAA%3BIACA%2C2BAAA%3BIACA%2CkBAAA%3B%3BEAEF%2CGAAG%2CiBAAiB%2CKAAM%2CeAAc%3BEAAW%2CGAAG%2CiBAAiB%2CaAAc%2CeAAc%3BIACjG%2CWAAA%3BIACA%2CkBAAA%3B%3BEAEF%2CIAAI%2CqBAAsB%2CmBAAmB%3BIAC3C%2CsBAAA%3BIACA%2CuBAAA%3BIACA%2CmBAAA%3BIACA%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3BIACA%2CmBAAA%3BIACA%2CqBAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3BIACA%2C2BAAA%3B%3BEAigCF%2CsBAAuB%2CeAAe%2CeAAc%2CMAAM%3BEAAS%2CsBAAuB%2CeAAe%2CeAAc%2CMAAM%3BIACxH%2CWAAA%3BIACA%2CYAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3B%3BEAEL%2CsBAAuB%2CeAAe%2CeAAc%3BEAAQ%2CsBAAuB%2CeAAe%2CeAAc%3BIAC5G%2CsBAAA%3BIACA%2CuBAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CYAAa%2CUAAS%2CkBAAmB%2CkBAAkB%2CGAAE%2CSAAU%2CGAAG%3BIACtE%2CmBAAA%3B%3BEAEJ%2CYAAa%2CUAAU%2CSAAS%2CGAAE%2CSAAU%2CEAAI%3BIAC5C%2CeAAA%3B%3BEAEJ%2COAAQ%2CmBAAmB%2CiBAAiB%2CyBAAyB%2C4BAA4B%2CSAAQ%2CgBAAiB%2COAAM%3BIAC9H%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CqBAAA%3BIACA%2CWAAA%3B%3BEAEF%2CuBAAwB%2CYAAY%2CQAAO%3BEAAS%2CWAAY%2CQAAO%3BIACpE%2CmBAAA%3BIACA%2CyBAAA%3B%3BEAEH%2CqBAAsB%2CyBAAyB%2CiBAAiB%2CiBAAiB%3BIAC7E%2CmBAAA%3B%3BEAEJ%2CGAAG%2CcAAe%2CmBAAmB%2CsBAAsB%2CsBAAsB%3BIAC7E%2CgBAAA%3B%3B%3BEAGJ%2CsBAAuB%2CeAAe%2CeAAc%2CMAAM%3BIACrD%2CqBAAA%3B%3BEAEL%2CsBAAuB%2CeAAe%2CeAAc%3BIAChD%2CgBAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2CeAAc%3BIACrC%2CuBAAA%3B%3BEAEH%2CIAAI%2CqBAAsB%2CeAAc%2CSAAS%3BIAC%5C%2FC%2CYAAY%2C8MAAZ%3BIACA%2CYAAY%2CmNAAZ%3BIACA%2CYAAY%2C8NAAZ%3BIACA%2CYAAY%2C6NAAZ%3BIACA%2CYAAY%2CiDAAiD%2CwCAAwC%2CyCAAyC%2C0BAA0B%2C0BAA0B%2CuBAAuB%2CuBAAuB%2C0BAA0B%2C0BAA0B%2CyCAAyC%2CyCAA7U%3BIACA%2CYAAY%2CkOAAZ%3B%3BEAiGF%2CsBAAuB%2CGAAE%2CeAAe%2CSAAS%2CKAAK%2CMAAM%3BIACxD%2CaAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CsBAAuB%2CeAAc%2CSAAU%3BIAC3C%2CYAAA%3B%3BEAgBJ%2CIAAI%2CqBAAsB%2CmBAAmB%2CkBAAiB%2CKAAM%3BIAChE%2CsBAAA%3BIACA%2CuBAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3B%3BEA6GJ%2CKAAK%3BIACL%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3B%3BEAEA%2CaAAc%2CSAAQ%2CSAAU%3BEAAW%2CaAAc%2CSAAQ%2CSAAU%3BIACvE%2C2BAAA%3B%3BEAEJ%2CaAAc%2CSAAS%3BEAAW%2CaAAc%2CSAAS%3BIACpD%2C2BAAA%3B%3BEAEL%2CsBAAuB%2CSAAS%2CGAAE%3BIAC9B%2CaAAA%3B%3BEAGJ%2CkBAAmB%2CsBAAsB%2CWAAU%2C%2BBAAgC%3BIAC%5C%2FE%2CqBAAA%3B%3BEAEJ%2CkBAAmB%2CsBAAsB%2CWAAU%2C%2BBAAgC%3BIAC%5C%2FE%2CqBAAA%3B%3BEAEJ%2CkBAAmB%2CsBAAsB%2CWAAU%2C0BAA2B%3BIAC1E%2CWAAA%3B%3BEAEJ%2CkBAAmB%2CsBAAsB%2CWAAU%3BIAC%5C%2FC%2C6BAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CkBAAmB%2CsBAAsB%2CWAAU%3BIAC%5C%2FC%2CaAAA%3B%3B%3BEAGJ%2CIAAI%2CqBAAsB%2CmBAAmB%2CoBAAoB%2CiBAAiB%2CWAAU%3BIACxF%2C6BAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2CmBAAmB%2CoBAAoB%2CiBAAiB%2CWAAU%2CoBAAqB%3BIAC7G%2CeAAA%3B%3BEAEJ%2CIAAI%2CqBAAsB%2CiBAAiB%2C0BAA0B%3BIACjE%2CqBAAA%3B%3BEAEH%2CIAAI%2CqBAAsB%2CiBAAiB%3BIAC1C%2CmBAAA%3B%3BEAEH%2CkBAAmB%3BIACd%2CkBAAA%3BIACD%2CUAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3B%3BEAEH%2CkBAAmB%3BIACd%2CYAAA%3BIACD%2CmBAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CqBAAA%3B%3BEAEJ%2CkBAAmB%2CeAAe%3BIAC5B%2CkBAAA%3BIACA%2CSAAA%3BIACA%2C0CAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CgCAAA%3BIACA%2C0BAAA%3BIACA%2CUAAA%3BIACA%2CUAAA%3BIACA%2CUAAA%3B%3BEAEN%2CkBAAmB%3BIACf%2CeAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CkBAAmB%3BIACf%2CaAAA%3BIACA%2CSAAA%3BIACA%2CuBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CkBAAmB%3BIACf%2CyBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CaAAa%2CmBAAb%3BIACA%2CiBAAA%3BIACA%2CaAAA%3BIACA%2CsBAAA%3BIACA%2CuBAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CkBAAmB%2CeAAe%3BIAC9B%2C0BAAA%3BIACA%2C4BAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CkBAAmB%2CeAAe%3BIAC9B%2C0BAAA%3BIACA%2C4BAAA%3BIACA%2CcAAA%3B%3BEAEJ%2CkBAAmB%2CeAAe%2CcAAc%3BIAC5C%2CgBAAA%3B%3BEAEJ%2CkBAAmB%3BIACf%2CgBAAA%3B%3BEAEJ%2CkBAAmB%2CMAAK%3BIACnB%2C2BAAA%3B%3BEA8KP%2C0BAA0B%2CQAAQ%2CiBAAkB%2CmBAAkB%3BIACpE%2CWAAA%3BIACA%2COAAO%2C2BAAP%3B%3BEAED%2C0BAA0B%2CQAAQ%2CiBAAkB%3BIACnD%2CSAAA%3B%3BEAEF%2C0BAA0B%2CQAAQ%2CiBAAkB%2CmBAAkB%3BIACpE%2CYAAA%3BIACA%2CyBAAA%3BIACA%2CYAAA%3B%3BEAED%2C0BAA0B%2CQAAQ%2CiBAAkB%3BIACnD%2CSAAA%3B%3BEAEF%2C0BAA0B%2CQAAQ%3BIAChC%2CkBAAA%3B%3BEAEF%2C0BAA2B%2C4BAA8B%2CsBAAsB%3BIAC5E%2CkBAAA%3B%3BEAEH%2CqBAAsB%3BIACnB%2CmBAAA%3B%3BEAEH%2C0BAA0B%2CQAAQ%2CiBAAkB%2C2BAA2B%3BIAC7E%2CgBAAA%3B%3BEAEF%2CqBAAsB%2CyBAAyB%2CiBAAiB%2CiBAAiB%3BIAC%5C%2FE%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CsBAAA%3BIACA%2CSAAA%3B%3BEAEF%2CwBAAyB%2CiBAAiB%2CiBAAiB%2CQAAO%2CQAAQ%3BIACxE%2CSAAA%3B%3BEAEF%2CiBAAiB%2C0BAA0B%3BIACzC%2CyBAAA%3B%3BEAEF%2CeAAgB%2CSAAQ%2CQAAS%2CQAAO%3BIACrC%2CSAAS%2COAAT%3B%3BEAEH%2CeAAgB%2CQAAO%3BIACrB%2CgBAAA%3BIACA%2CoBAAA%3BIACA%2CcAAA%3B%3BEAEF%2CeAAgB%2CSAAQ%2CQAAS%2CQAAO%3BIACrC%2CaAAa%2CaAAb%3B%3BEAEH%2CeAAgB%2CSAAS%3BIACvB%2CeAAA%3B%3BEAEH%2C0BAA0B%2CQAAQ%2CiBAAkB%2C2BAA0B%2CSAC9E%2C2BAAyB%3BEAAkB%2C0BAA0B%2CQAAQ%2CiBAAkB%2C2BAA0B%2CSACzH%2C2BAAyB%3BIACtB%2CmBAAA%3BIACA%2CkBAAA%3B%3BEAEF%2C0BAA2B%2C8BAA8B%2CcAAc%3BIACpE%2C4nBAAA%3B%3BEAEH%2C0BAA2B%2C8BAA8B%2CcAAc%2CQAAO%3BIAC5E%2C4nBAAA%3BIACA%2CqBAAA%3BIACA%2CwBAAA%3B%3BEAEF%2C0BAA2B%2C8BAA8B%2CsBAAsB%3BIAC7E%2CYAAA%3B%3BEA2HF%2CSAAS%3BIAAW%2CcAAA%3B%3BEAEpB%2CmBAAoB%3BIAClB%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3B%3BEAGF%2CmBAAoB%2CQAAO%3BIACzB%2CWAAA%3BIAAa%2CYAAA%3B%3BEAGf%2CmBAAoB%2CQAAO%3BIACzB%2CSAAS%2CoDAAT%3BIACA%2CeAAA%3B%3BEAmCA%2CeAAgB%2CuBAAuB%2CSAAQ%3BEAC%5C%2FC%2CIAAI%2CeAAgB%2CSAAQ%3BIACxB%2CwBAAA%3B%3B%3BEAIJ%2CIAAI%2CeAAgB%2CUAAS%3BEAC7B%2CIAAI%2CeAAgB%3BEACpB%2CIAAI%2CeAAgB%3BEACpB%2CIAAI%2CeAAgB%2CIAAG%2CKAAK%2CSAAS%2CQAAQ%2CKAAK%2CSAAS%3BIACvD%2CyBAAA%3BIACA%2CsBAAA%3BIACA%2C0BAAA%3BIACA%2CsCAAA%3BIACA%2C2BAAA%3B%3B%3BEAIJ%2CIAAI%2CeAAgB%2CGAAE%2CSAAS%2CKAAK%2CMAAM%3BEAC1C%2CIAAI%2CeAAgB%2CGAAE%2CeAAe%2CSAAS%2CKAAK%2CMAAM%3BEACzD%2CIAAI%2CsBAAsB%2CeAAgB%2CGAAE%2CSAAS%2CKAAK%2CMAAM%3BEAChE%2CIAAI%2CsBAAsB%2CeAAgB%2CGAAE%2CeAAe%2CSAAS%2CKAAK%2CMAAM%3BIAC3E%2CwBAAA%3BIACA%2CuBAAuB%2CcAAvB%3BIACA%2CoCAAA%3BIACA%2C%2BBAAA%3BIACA%2CyBAAA%3BIACA%2CsBAAA%3BIAEA%2C2BAAA%3BIACA%2CoBAAA%3BIACA%2C2BAAA%3BIACA%2CgCAAA%3B%3B%3BEAIJ%2CIAAI%2CeAAgB%2CGAAE%2CSAAS%2CKAAK%2CMAAS%2CKAAE%3BEAC%5C%2FC%2CIAAI%2CeAAgB%2CGAAE%2CeAAe%2CSAAS%2CKAAK%2CMAAS%2CKAAE%3BEAC9D%2CIAAI%2CsBAAsB%2CeAAgB%2CGAAE%2CSAAS%2CKAAK%2CMAAS%2CKAAE%3BEACrE%2CIAAI%2CsBAAsB%2CeAAgB%2CGAAE%2CeAAe%2CSAAS%2CKAAK%2CMAAS%2CKAAE%3BIAChF%2CsBAAA%3BIACA%2C0BAAA%3BIACA%2CuBAAA%3BIACA%2CsBAAA%3BIACA%2CyBAAA%3BIACA%2C6BAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3BIACA%2C4BAAA%3BIACA%2CyBAAA%3BIACA%2C%2BCAAA%3BIACA%2CqCAAA%3BIACA%2CgCAAA%3B%3B%3BEAIJ%2CIAAI%2CeAAgB%3BEACpB%2CIAAI%2CsBAAsB%2CeAAgB%3BIACtC%2CsBAAA%3BIACA%2CyBAAA%3BIACA%2C6BAAA%3BIACA%2CuBAAA%3BIACA%2C0BAAA%3B%3B%3BEAGJ%3BIACI%2CYAAY%2CkFAAZ%3BIACA%2CkBAAA%3B%3BEAGJ%2CeAAe%3BIACX%2CSAAS%2CEAAT%3BIACA%2CeAAA%3BIACA%2CMAAA%3BIACA%2COAAA%3BIACA%2CQAAA%3BIACA%2CSAAA%3BIACA%2CYAAY%2C%2BEACA%2C4EADZ%3BIAEA%2CoBAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CeAAgB%3BIACZ%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAgBJ%2CeAAgB%3BIACZ%2CiBAAA%3B%3B%3BEAIJ%2CeAAgB%2CaAAY%3BIACxB%2C4BAAA%3BIACA%2CgDAAA%3B%3BEAIJ%2CeAAgB%2CQAAQ%3BIACpB%2CsBAAA%3BIACA%2C0BAAA%3B%3BEAGJ%2CeAAgB%2CQAAQ%3BIACpB%2CcAAA%3BIACA%2CyCAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2CeAAgB%2CaAAY%2CMAAO%3BIAC%5C%2FB%2CcAAA%3BIACA%2CyCAAA%3BIACA%2C2BAAA%3B%3BEAGJ%2CeAAgB%2CaAAY%2CMAAO%2CEAAC%3BIAChC%2CcAAA%3B%3B%3BEAIJ%2CeAAgB%3BIACZ%2CYAAA%3BIACA%2CYAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CeAAgB%2CMAAM%3B%3BIAElB%2CqBAAA%3BIACA%2C6BAAA%3B%3BEAGJ%2CeAAgB%2CMAAK%3BIACjB%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CYAAA%3BIACA%2CYAAA%3BIACA%2CsBAAsB%2C8BAAtB%3BIACA%2CwBAAA%3BIACA%2C4BAAA%3BIACA%2C2BAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2COAAA%3B%3B%3BEAIJ%2CeAAgB%2CaAAa%2CUAAS%2CkBAAmB%2CkBAAkB%3BIACvE%2CWAAA%3BIACA%2CsBAAA%3B%3B%3BEAIJ%2CeAAgB%2CaAAa%3BEAC7B%2CeAAgB%2CaAAa%2CEAAE%3BEAC%5C%2FB%2CeAAgB%2COAAM%2CYAAa%2CaAAa%2CKAAI%3BIAChD%2CWAAA%3B%3BEAGJ%2CeAAgB%2CaAAY%2CMAAO%2CQAAO%2CMAAO%2CkBAAiB%3BIAC9D%2CQAAQ%2CgBAAgB%2CSAAxB%3B%3BEAGJ%2CeAAgB%2CaAAY%2CMAAO%2CQAAO%2CMAAO%2CkBAAkB%2CQAAO%2CSAAU%2CSAAQ%3BIACxF%2CwCAAA%3BIACA%2C2BAAA%3BIACA%2CWAAA%3B%3B%3BEAIJ%2CeAAgB%3BEAChB%2CeAAgB%2CqBAAqB%3BEACrC%2CeAAgB%3BEAChB%2CeAAgB%2CsBAAqB%3BEACrC%2CeAAgB%2CqBAAoB%2CSAAU%3BIAC1C%2CuBAAA%3B%3BEAGJ%2CeAAgB%2CqBAAoB%2CSAAU%2CaAAY%2CMAAS%3BIAC%5C%2FD%2CuBAAA%3B%3BEAGJ%2CeAAgB%2CqBAAoB%2CSAAU%2CaAAY%2CMAAM%2CMAAS%3BEACzE%2CeAAgB%2CqBAAoB%2CSAAU%3BIAC1C%2C8BAAA%3B%3B%3BEAIJ%2CeAAgB%2CSAAS%3BEACzB%2CeAAgB%2CSAAS%3BIACrB%2C8BAAA%3BIACA%2CyCAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3BIAEA%2CgBAAA%3BIACA%2CyBAAA%3B%3B%3BEAIJ%2CeAAgB%2CQAAO%2CKAAM%2CUAAS%2CQAAS%2CUAAS%2CKAAK%2CMAAM%3BEACnE%2CeAAgB%2CUAAS%2CQAAS%3BEAClC%2CeAAgB%2CGAAE%2CSAAS%2CKAAK%3BEAChC%2CeAAgB%3BIACZ%2CwBAAA%3BIACA%2CuBAAuB%2CcAAvB%3BIACA%2CyBAAA%3BIACA%2CsBAAA%3B%3B%3BEAKJ%2CeAAgB%3BIACZ%2CsBAAA%3BIACA%2C0BAAA%3BIACA%2CsBAAA%3BIACA%2CiCAAA%3BIACA%2CyCAAA%3BIAEA%2CaAAA%3BIACA%2CSAAA%3BIACA%2CyBAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CyCAAA%3B%3BEAGJ%2CeAAgB%2CcAAa%3BIACzB%2CSAAS%2CEAAT%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2COAAA%3BIACA%2CQAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2C6BAAA%3BIACA%2CUAAA%3BIACA%2CoBAAA%3B%3BEAGJ%2CeAAgB%2CcAAa%2CMAAM%3BIAC%5C%2FB%2CUAAA%3B%3BEAGJ%2CeAAgB%2CcAAa%3BIACzB%2CqCAAA%3BIAEA%2CWAAW%2CgBAAX%3B%3B%3BEAIJ%2CeAAgB%2CcAAc%3BIAE1B%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CyCAAA%3B%3BEAGJ%2CeAAgB%2CcAAc%2CoBAAoB%3BIAE9C%2C%2BBAAA%3B%3BEAGJ%2CeAAgB%2CcAAa%2CMAAO%2CoBAAoB%3BIACpD%2CWAAW%2CWAAX%3B%3B%3BEAIJ%2CeAAgB%3BIACZ%2CaAAA%3BIACA%2CsBAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3BIACA%2CuBAAA%3BIACA%2CkBAAA%3B%3B%3BEAIJ%2CeAAgB%3BIACZ%2CcAAA%3BIACA%2CaAAa%2CoBAAoB%2CgBAAjC%3BIACA%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CqBAAA%3BIACA%2CgBAAA%3BIACA%2C2CAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2C0BAAA%3BIACA%2CyBAAA%3B%3BEAGJ%2CeAAgB%2CmBAAkB%3BIAC9B%2CcAAA%3BIACA%2CWAAW%2CgBAAX%3B%3B%3BEAIJ%2CeAAgB%2CWAAW%3BEAC3B%2CeAAgB%2CiBAAiB%3BIAC7B%2CwBAAA%3B%3B%3BEAIJ%2CeAAgB%3BIACZ%2CqBAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CeAAgB%2CcAAc%3BIAC1B%2CcAAA%3BIACA%2CaAAa%2CoBAAoB%2CgBAAjC%3BIACA%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CqBAAA%3BIACA%2C2CAAA%3BIACA%2CkBAAA%3BIACA%2CqBAAA%3BIACA%2CyBAAA%3B%3BEAGJ%2CeAAgB%2CcAAc%2COAAM%3BIAChC%2CWAAW%2CgBAAX%3BIACA%2C%2BCAAA%3BIACA%2CWAAA%3B%3B%3BEAIJ%2CeAAgB%3BIACZ%2CaAAA%3BIACA%2CeAAA%3BIACA%2CuBAAA%3BIACA%2CSAAA%3BIACA%2CqBAAA%3B%3BEAGJ%2CeAAgB%3BIACZ%2CWAAA%3BIACA%2CYAAA%3BIACA%2CuBAAA%3BIAEA%2CyBAAA%3BIACA%2CwCAAA%3B%3BEAGJ%2CeAAgB%2CeAAc%3BIAC1B%2C6BAAA%3BIACA%2CWAAW%2CUAAX%3BIACA%2C8CAAA%3B%3BEAGJ%2CeAAgB%2CeAAc%3BIAC1B%2C8BAAA%3BIACA%2CiBAAA%3BIACA%2C2CAAA%3B%3B%3BEAIJ%2CeAAgB%3BIACZ%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3B%3BEAGJ%2CeAAgB%2CsBAAsB%3BIAClC%2CuBAAA%3BIACA%2CcAAA%3BIACA%2CyBAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CyBAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIAEA%2CyBAAA%3B%3BEAGJ%2CeAAgB%2CsBAAsB%2CQAAO%3BIACzC%2CcAAA%3BIACA%2CqBAAA%3BIACA%2CWAAW%2CgBAAX%3BIACA%2C4CAAA%3B%3B%3BEAIJ%2CeAAgB%2CsBAAsB%2CQAAO%3BEAC7C%2CeAAgB%2CsBAAsB%2CQAAO%3BEAC7C%2CeAAgB%2CsBAAsB%3BIAClC%2CwBAAA%3B%3B%3BEAIJ%2CeAAgB%3BEAChB%2CeAAgB%2CSAAQ%3BIACpB%2CwBAAA%3B%3B%3BEAIJ%2CeAAgB%2CSAAS%2CQAAO%3BIAC5B%2CsBAAA%3BIACA%2C0BAAA%3B%3BEAGJ%2CeAAe%2C0BAA2B%2CQAAO%3BIAC7C%2CsBAAA%3BIACA%2C0BAAA%3BIACA%2CsBAAA%3B%3B%3BEAIJ%2CeAAgB%3BIACZ%2CgBAAA%3BIACA%2C6CAAA%3B%3BEAIJ%2CeAAgB%2CeAAe%3BIAC3B%2CcAAA%3BIACA%2CyCAAA%3BIACA%2C2BAAA%3B%3BEAGJ%2CeAAgB%2CeAAe%2CEAAC%3BIAC5B%2CcAAA%3B%3BEAGJ%2CeAAgB%2CeAAe%2CGAAE%2CaAAc%2CEAAE%3BEACjD%2CeAAgB%2CeAAe%2CGAAE%2CaAAc%2CGAAG%3BIAC9C%2CWAAA%3B%3BEAGJ%2CeAAgB%3BIAEZ%2C6CAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CIAAI%2CeAAgB%2CSAAS%2CQAAO%2CKAAM%2CUAAS%2CQAAW%2CYAAS%2CKAAK%2CMAAM%3BEAClF%2CIAAI%2CeAAgB%2CSAAS%2CQAAO%2CKAAM%2CGAAE%2CSAAS%2CKAAK%3BEAC1D%2CIAAI%2CsBAAsB%2CeAAgB%3BIACtC%2CwBAAA%3BIACA%2CuBAAuB%2CcAAvB%3BIACA%2CoBAAA%3BIACA%2CsBAAA%3B%3BEAGJ%2CIAAI%2CeAAgB%2CeAAiB%3BEACrC%2CIAAI%2CeAAgB%2CGAAE%2CSAAS%2CKAAK%2CMAAS%2CKAAE%3BIAC3C%2CsBAAA%3BIACA%2C0BAAA%3BIACA%2CoBAAA%3B%3B%3BEAGR%2CeAAgB%2CGAAE%2CeAAe%2CSAAS%2CKAAK%2CMAAM%3BIACjD%2CwBAAA%3BIACA%2CuBAAuB%2CcAAvB%3BIACA%2CoBAAA%3BIACA%2C2BAAA%3B%3B%3BEAGJ%2CeAAgB%2CQAAO%3BIAEnB%2CyBAAA%3BIAEA%2CaAAA%3BIACA%2CgBAAA%3BIAEA%2CcAAA%3BIACA%2CgCAAA%3B%3B%3BEAIJ%2CeAAgB%2CoBAAoB%3BIAChC%2CWAAA%3BIACA%2CyBAAA%3BIACA%2CmBAAA%3BIACA%2C4CAAA%3B%3B%3BEAIJ%2CeAAgB%2CWAAW%3BIACvB%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CiBAAA%3B%3B%3BEAIJ%2CeAAgB%2CSAAQ%2CUAAU%3BEAClC%2CeAAgB%2CSAAQ%2CKAAK%3BIACzB%2CWAAA%3BIACA%2CiCAAA%3BIAEA%2CaAAA%3BIACA%2CyCAAA%3B%3B%3BEAIJ%2CeAAgB%2CYAAY%2CQAAO%3BIAC%5C%2FB%2CYAAY%2CwCAAZ%3BIACA%2CYAAA%3BIACA%2CWAAA%3BIACA%2CiBAAA%3BIAEA%2CkBAAA%3BIACA%2CyBAAA%3BIACA%2CyBAAA%3B%3BEAGJ%2CeAAgB%2CYAAY%2CQAAO%2COAAO%3BIACtC%2CYAAY%2CwCAAZ%3BIACA%2C6CAAA%3B%3B%3BEAIJ%2CeAAgB%3BIACZ%2CgBAAA%3BIACA%2CyBAAA%3BIAEA%2CaAAA%3BIACA%2C6CAAA%3B%3BEAEJ%2CeAAgB%2CMAAK%2CeAAe%2CsBAAuB%2CmBAAmB%2CSAAQ%2CKAAM%3BEAC5F%2CeAAgB%2CMAAK%2CsBAAuB%2CmBAAmB%2CSAAQ%2CKAAM%3BIACzE%2CcAAA%3BIACA%2CsBAAA%3B%3BEAEJ%2CIAAI%2CeAAe%2CsBAAuB%2CmBAAmB%2CSAAQ%2CKAAM%3BIACvE%2CsBAAA%3BIACA%2CsBAAA%3B%3BEAEJ%2CeAAgB%3BIACZ%2CYAAA%3B%3BEAEJ%2CeAAgB%3BIACZ%2CQAAQ%2CcAAc%2CYAAY%2CSAAS%2CeAAe%2CiBAA1D%3BIACA%2C4BAAA%3B%3BEAGJ%2CeAAgB%2CSAAQ%3BIACpB%2CQAAQ%2CYAAY%2CSAAS%2CeAAe%2CkBAAkB%2CgBAAgB%2CaAA9E%3BIACA%2C2BAAA%3B%3BEAEJ%2CeAAgB%2CWAAU%3BIACtB%2CaAAA%3B%3BEAEJ%2CeAAgB%3BIACZ%2CYAAA%3B%3B%3BEAQJ%2CeAAgB%3BIACZ%2C2BAAA%3B%3BEAEJ%2CeAAgB%3BIACZ%2C2BAAA%3BIACA%2C2BAAA%3B%3BEAEJ%2CkBAAmB%2CgBAAe%2CKAAK%2CKAAK%2CIAAI%2CIAAI%2CSAAS%2CKAAK%2CMAAM%2CcAAc%2CaAAa%2CQAAQ%2CWAAW%3BIAClH%2CqCAAA%3B%3BEAEJ%2CEAAE%2CoBAAqB%2COAAM%3BIACzB%2CuBAAA%3B%3BEAEJ%2CeAAgB%2CEAAC%3BIACb%2CuBAAA%3B%3BEAEJ%2CeAAgB%2CGAAE%3BIACf%2CoBAAA%3BIACA%2CyBAAA%3B%3BEAEH%2CIAAI%2CeAAgB%2CIAAG%2CaAAgB%3BEACvC%2CeAAgB%2CIAAG%2CaAAgB%3BEACnC%2CeAAgB%3BIACZ%2C2BAAA%3BIACA%2CiCAAA%3BIACA%2CuBAAA%3B%3BEAEJ%2CeAAgB%2CmBAAmB%2CsBAAsB%2CWAAW%3BIAChE%2CsBAAA%3B%3BEAEJ%2CeAAgB%2CKAAI%3BIAChB%2CuBAAA%3B%3BEAEJ%2CeAAgB%2CaAAY%3BIACpB%2C4BAAA%3B%3BEAGR%2CeAAgB%2CGAAE%3BIACf%2CyBAAA%3BIACA%2CyBAAA%3BIACA%2C0BAAA%3BIACA%2C2BAAA%3B%3BEAGH%2CeAAgB%2CQAAO%3BIACnB%2C8BAAA%3B%3BEAEJ%2CeAAgB%3BIACZ%2C8BAAA%3B%3BEAGJ%2CeAAgB%2CGAAE%2CeAAe%2CSAAS%2CKAAK%2CMAAM%3BIACjD%2CwBAAA%3B%3BEAygBA%2CIAAI%2CeAAgB%2CIAAG%2CYAAa%2CGAAE%3BIAClC%2CyBAAA%3BIACA%2C6BAAA%3BIACA%2CyBAAA%3BIACA%2CWAAA%3BIACA%2CoBAAA%3B%3BEAEJ%2CIAAI%2CeAAgB%2CIAAG%2COAAQ%3BIAC7B%2CsBAAA%3BIACA%2CyBAAA%3B%3BEAEF%2CIAAI%2CeAAgB%2CcAAgB%3BIAChC%2CaAAA%3BIACA%2CsBAAA%3BIACA%2C0BAAA%3B%3BEAEL%2CIAAI%2CsBAAuB%2CKAAI%3BIAC5B%2CyBAAA%3B%3BEAEH%2CIAAI%2CeAAgB%2CQAAQ%3BIACxB%2CsBAAA%3BIACA%2C4BAAA%3B%3BEAEH%2CIAAI%2CeAAgB%2CMAAK%3BIACrB%2CYAAA%3BIACA%2CYAAA%3BIACA%2CsBAAA%3BIACA%2CUAAA%3BIACA%2CYAAA%3BIACA%2CaAAA%3B%3BEAEJ%2CeAAgB%2COAAM%2CYAAY%3BIAC9B%2CeAAA%3BIACA%2CWAAA%3BIACA%2CaAAA%3B%3BEAEJ%2CIAAI%2CeAAgB%3BIACjB%2CiBAAA%3B%3BEAEH%2CIAAI%2CeAAgB%2CcAAgB%3BIAChC%2CaAAA%3B%3BEAEJ%2CIAAI%2CeAAgB%2CSAAS%2CQAAO%2CKAAM%2CUAAS%2CQAAW%2CYAAS%2CKAAK%2CMAAM%3BEAClF%2CIAAI%2CeAAgB%2CSAAS%2CQAAO%2CKAAM%2CGAAE%2CSAAS%2CKAAK%3BEAC1D%2CIAAI%2CsBAAsB%2CeAAgB%3BIACtC%2CoBAAA%3B%3BEAEJ%2CIAAI%2CeAAgB%2CIAAG%2COAAO%3BIAC1B%2CwBAAA%3B%3BEAEJ%2CIAAI%2CeAAgB%2CIAAG%2COAAO%2CKAAM%2CoBAAoB%3BIACpD%2CcAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CIAAI%2CeAAgB%3BIAChB%2CuBAAA%3B%3BEAEJ%2CIAAI%2CeAAgB%2CmBAAmB%2CsBAAsB%2CWAAW%3BIACpE%2CeAAA%3B%3BEAEJ%2CIAAI%2CeAAgB%2CGAAE%2CSAAS%2CKAAK%2CMAAS%2CKAAE%3BEAC%5C%2FC%2CIAAI%2CeAAgB%2CGAAE%2CeAAe%2CSAAS%2CKAAK%2CMAAS%2CKAAE%3BEAC9D%2CIAAI%2CsBAAsB%2CeAAgB%2CGAAE%2CSAAS%2CKAAK%2CMAAS%2CKAAE%3BEACrE%2CIAAI%2CsBAAsB%2CeAAgB%2CGAAE%2CeAAe%2CSAAS%2CKAAK%2CMAAS%2CKAAE%3BIAChF%2C8BAAA%3B%3BEAEJ%2CIAAI%2CeAAgB%3BIAChB%2CoBAAA%3B%3BEAEJ%2CIAAI%2CeAAgB%2CmBAAmB%2CsBAAsB%2CWAAW%3BIACpE%2CcAAA%3B%3BEAEJ%2CIAAI%2CeAAgB%2CIAAG%2CcAAe%2CsBAAsB%2CsBAAsB%2CQAAQ%2CKAAK%3BIAC3F%2CiBAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CIAAI%2CeAAgB%2CmBAAmB%2CsBAAsB%3BIACzD%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CIAAI%2CeAAgB%2CaAAY%2CMAAO%2CQAAO%2CMAAO%3BIAClD%2CoBAAA%3B%3BEAEH%2CIAAI%2CeAAgB%2CQAAO%2CMAAO%3BIAC%5C%2FB%2CiBAAA%3BIACA%2CoBAAA%3B%3BEAEH%2CIAAI%2CeAAgB%2CIAAG%2CaAAgB%3BEACvC%2CIAAI%2CeAAgB%2CIAAG%2CaAAgB%3BEACvC%2CIAAI%2CeAAgB%3BIAChB%2CgBAAA%3B%3BEAEJ%2CIAAI%2CeAAgB%2COAAM%3BIACtB%2CyBAAA%3B%3BEAEJ%2CIAAI%2CsBAAuB%2CSAAS%2CQAAO%3BIACvC%2CmBAAA%3B%3BEAEJ%2CIAAI%2CeAAgB%2CSAAQ%2CQAAQ%3BIAChC%2CmBAAA%3B%3BEAEJ%2CIAAI%2CeAAgB%2CSAAQ%2CKAAK%2CMAAS%2CQAAK%3BIAC3C%2CsBAAA%3BIACA%2C2BAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3B%3BEAIJ%2CIAAI%2CeAAe%2CqBAAsB%3BIACtC%2CeAAA%3BIACA%2CUAAA%3B%3BEAEH%2CIAAI%2CeAAe%2CqBAAsB%2CmBAAmB%2CoBAAoB%3BIAC5E%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CIAAI%2CeAAe%2CqBAAsB%3BIACrC%2C2BAAA%3B%3BEAEJ%2CIAAI%2CeAAe%2CqBAAsB%3BIACrC%2CQAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CeAAe%2CqBAAsB%2CWAAW%3BIAC5C%2CiBAAA%3B%3BEAEJ%2CeAAe%2CqBAAsB%2CYAAY%2CQAAO%3BIACpD%2CkBAAA%3B%3BEAEJ%2CeAAgB%2CIAAG%3BIACf%2C0BAAA%3BIACA%2CuBAAA%3BIACA%2C2BAAA%3B%3BEAEL%2CeAAgB%2CSAAQ%2CKAAK%2CMAAS%2CQAAK%3BIACtC%2C0BAAA%3BIACA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3B%3BEAEL%2CeAAgB%2CSAAQ%2CKAAK%2CMAAS%2CQAAK%3BIACtC%2CgBAAA%3B%3BEAEJ%2CIAAI%2CeAAe%2CqBAAsB%2CSAAQ%2CKAAK%2CMAAS%2CQAAK%2CMAAM%2COAAU%3BIAChF%2CSAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3BEAEL%2CIAAI%2CeAAe%2CqBAAsB%2CwBAAwB%2CYAAY%2CQAAO%2COAAO%3BIACtF%2CQAAQ%2CiBAAiB%2CSAAzB%3B%3BEAEL%2CIAAI%2CeAAe%2CqBAAsB%2CkBAAkB%2CwBAAwB%2CYAAY%2COAAM%2CIAAK%3BIACrG%2CSAAA%3B%3BEAEL%2CIAAI%2CeAAe%2CqBAAsB%2CSAAQ%2CKAAK%3BIAClD%2CgBAAA%3B%3BEAEJ%2CIAAI%2CeAAe%2CqBAAsB%2CSAAQ%2CKAAK%2CMAAS%2CQAAK%2CMAAS%3BIACxE%2CgBAAA%3B%3BEAEL%2CIAAI%2CeAAe%2CqBAAsB%2CkBAAkB%2CwBAAwB%2CKAAI%2CMAAO%2CYAAW%3BEACzG%2CIAAI%2CeAAe%2CqBAAsB%2CwBAAwB%2CYAAY%2CQAAO%3BIAC9E%2CgBAAA%3B%3BEAEN%2CIAAI%2CeAAe%2CqBAAsB%2CEAAC%3BIACrC%2CmBAAA%3BIACA%2CWAAA%3B%3BEAEL%2CIAAI%2CeAAe%2CqBAAsB%2CmBAAmB%2CkBAAiB%2CKAAM%3BIAC9E%2CeAAA%3BIACA%2CiBAAA%3B%3BEAEL%2CIAAI%2CeAAe%2CqBAAsB%2CmBAAmB%2CoBAAoB%3BIAC3E%2CkBAAA%3B%3BEAEL%2CIAAI%2CeAAe%2CqBAAsB%2CIAAG%2CYAAa%2CGAAE%3BIACtD%2CiBAAA%3B%3BEAEJ%2CIAAI%2CeAAe%2CqBAAsB%2CSAAQ%2CKAAK%2CMAAS%2CQAAK%2CMAAS%3BIACzE%2CSAAA%3B%3BEAED%2CeAAgB%2CyBAAyB%2C4BAA4B%3BIACtE%2CgBAAA%3BIACA%2CWAAA%3B%3BEAEH%2CeAAgB%2C4BAA4B%2CUAAU%3BIACnD%2CWAAA%3B%3BEAEH%2CeAAgB%3BIACZ%2CsBAAA%3B%3BEAEJ%2CeAAgB%3BIACX%2CyBAAA%3B%3BEAEL%2CeAAgB%3BIACX%2CWAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CIAAI%2CeAAgB%2CGAAE%2CSAAS%2CKAAK%2CMAAS%2CKAAE%3BEAAe%2CIAAI%2CeAAgB%2CGAAE%3BEAAe%2CIAAI%2CeAAgB%3BIACnH%2CgBAAA%3B%3BEAEH%2CIAAI%2CeAAgB%3BIACjB%2CgBAAA%3B%3BEAEH%2CIAAI%2CeAAgB%2C0BAA0B%2CQAAQ%2CKAAI%3BIACvD%2CWAAA%3B%3BEAEJ%2CIAAI%2CeAAgB%2CQAAQ%2CmBAAmB%2CiBAAiB%2CyBAAyB%2C4BAA4B%3BIACjH%2CyBAAA%3B%3BEAIH%2CIAAI%2CeAAgB%3BIACjB%2CmBAAA%3B%3BEAEJ%2CIAAI%2CeAAgB%2CkBAAkB%2CgBAAgB%3BIAClD%2CgDAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CIAAI%2CeAAgB%2CwBAAwB%2CcAAa%3BIACrD%2C6BAAA%3BIACA%2CqCAAA%3B%3BEAEJ%2CIAAI%2CeAAgB%2CwBAAwB%2CIAAG%3BIAC3C%2CmBAAA%3B%3BEAEJ%2CIAAI%2CeAAgB%2CwBAAwB%2CcAAa%3BIACrD%2CyCAAA%3B%3BEAEJ%2CIAAI%2CeAAgB%2CQAAQ%2CmBAAmB%2CiBAAiB%2CyBAAyB%2CyBACzF%2CiBAAiB%2CwBAAuB%3BIACpC%2CgDAAA%3B%3BEAGL%2CIAAI%2CeAAgB%2CQAAQ%2CmBAAmB%2CiBAAiB%2CyBAChE%2C4BAA4B%2CUAAU%2CiBAAiB%2CKAAI%3BIAC1D%2CqBAAA%3B%3BEAEA%2CIAAI%2CeAAgB%2C2BAA2B%3BIAC3C%2CgBAAA%3B%3BEAEJ%2CIAAI%2CeAAgB%2CQAAQ%2CmBAAmB%2CiBAAiB%2CyBAChE%2C4BAA4B%2CUAAU%2CKAAI%2CMAAO%3BIAC7C%2CqBAAA%3B%3BEAEJ%2CeAAgB%2C4BAA4B%2CUAAU%3BIAClD%2CaAAA%3B%3BEAEL%2CIAAI%2CeAAgB%2CgBAAgB%2CcAAa%2CIAAI%3BIAChD%2C6CAAA%3B%3B%3BEAGJ%3BIACK%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CaAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIACA%2CWAAW%2CqBAAX%3BIACA%2CmBAAmB%2CqBAAnB%3BIACA%2CgBAAgB%2CqBAAhB%3BIACA%2CYAAA%3B%3BEAEL%2CsBAAuB%3BIACnB%2CaAAA%3BIACA%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3BIACA%2CuBAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CsBAAuB%2CiBAAiB%3BIACpC%2CgBAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2CsBAAuB%3BIACrB%2CYAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CiBAAA%3B%3BEAEF%2CsBAAuB%3BIACpB%2CgBAAA%3BIACA%2CWAAA%3B%3BEAEH%2CsBAAuB%3BIACnB%2CiBAAA%3BIACA%2CYAAA%3B%3BEAEJ%2CsBAAuB%3BIACnB%2CiBAAA%3B%3BEAEJ%2CsBAAuB%2CkBAAkB%2CsBAAsB%2CiBAAiB%3BIAC5E%2CeAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CaAAa%2CWAAb%3B%3BEAEJ%2CsBAAuB%2CkBAAkB%2CmBAAmB%3BIACxD%2CaAAa%2CWAAb%3BIACA%2CyBAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CsBAAuB%2CkBAAkB%2CsBAAsB%2CiBAAiB%3BIAC5E%2CeAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CaAAa%2CWAAb%3B%3BEAEJ%2CsBAAuB%2CkBAAkB%2CSAAQ%2CQAAS%2CGAAE%2CKAAM%3BIAC%5C%2FD%2CaAAa%2CWAAb%3BIACA%2CgBAAA%3BIACA%2CYAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3B%3BEAEH%2CsBAAuB%2CkBAAkB%2CSAAQ%2CQAAS%2CGAAE%2CKAAM%3BIAC%5C%2FD%2CaAAa%2CWAAb%3BIACA%2CmBAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3B%3BEAEH%2CsBAAuB%2CkBAAkB%3BIACtC%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3B%3BEAEH%2CsBAAuB%2CkBAAkB%2CsBAAsB%2CiBAAiB%2CeAAe%3BIAC5F%2CeAAA%3B%3BEAEH%2CsBAAuB%2CkBAAkB%2CsBAAsB%2CSAAQ%2CQAAS%3BIAC5E%2CgBAAA%3B%3BEAEJ%2CsBAAuB%3BIACnB%2CWAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CsBAAuB%2CsBAAsB%3BIACzC%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CaAAa%2CWAAb%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CsBAAuB%2CsBAAsB%3BIACzC%2CaAAA%3BIACA%2C8BAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CsBAAuB%2CsBAAsB%2CgBAAgB%3BIACzD%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CuBAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CsBAAuB%2CsBAAsB%2CgBAAgB%2CeAAc%3BIACvE%2CgBAAA%3BIACA%2CsBAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CsBAAuB%2CsBAAsB%2CgBAAgB%3BIACzD%2CoBAAA%3BIACA%2CyBAAA%3BIACA%2C4BAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CsBAAuB%2CsBAAsB%2CgBAAgB%3BIACzD%2CUAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CsBAAuB%2CsBAAsB%3BIACzC%2CcAAA%3B%3BEAEJ%2CsBAAuB%3BIACnB%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CSAAA%3B%3BEAEJ%2CsBAAuB%2CWAAU%3BIAC7B%2CgBAAA%3B%3BEAEJ%2CsBAAuB%2CWAAU%3BIAC7B%2CsBAAA%3BIACA%2CkBAAA%3B%3BEAEJ%2CsBAAuB%2CWAAU%3BIAC7B%2CqBAAA%3BIACA%2CkBAAA%3B%3BEAEJ%2CsBAAuB%3BIACpB%2CUAAA%3B%3BEAEH%2CsBAAuB%2CsBAAsB%2CgBAAgB%2CmBAAkB%3BIAC3E%2CWAAA%3B%3B%3BEAGJ%2CeAAgB%2CuBAAuB%3BIACnC%2CiBAAA%3B%3BEAEJ%2CeAAgB%2CuBAAuB%2CkBAAkB%2CsBAAsB%2CSAAQ%2CQAAS%3BIAC5F%2CWAAA%3BIACA%2C2BAAA%3B%3BEAEJ%2CeAAgB%2CuBAAuB%2CkBAAkB%2CmBAAmB%3BIACxE%2CgBAAA%3B%3BEAEJ%2CeAAgB%2CuBAAuB%2CkBAAkB%2CsBAAsB%2CiBAAiB%2CeAAe%3BIAC3G%2CeAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CeAAgB%2CuBAAuB%2CmBAAkB%3BIACrD%2CkBAAA%3B%3BEAEJ%2CeAAgB%2CuBAAuB%2CKAAI%3BIACvC%2CWAAA%3B%3BEAEJ%2CeAAgB%2CuBAAuB%2CsBAAsB%2CgBAAgB%3BIACzE%2CwBAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CeAAgB%2CuBAAuB%2CsBAAsB%2CgBAAgB%2CmBAAkB%3BIAC3F%2CWAAA%3B%3BEAEJ%2CIAAI%2CeAAgB%2CuBAAuB%3BIACxC%2CqBAAA%3B%3BEAEH%2CeAAgB%2CuBAAuB%2CSAAQ%3BIAC3C%2CyBAAA%3B%3BEAkYN%2CIAAI%2CcAAe%2CQAAQ%2CmBAAmB%2CiBAAiB%2CyBAAyB%2CyBAAyB%2CiBACjH%2CwBAAwB%2CSAAS%2CgBAAgB%2CGAAE%3BEACnD%2CIAAI%2CcAAe%2CQAAQ%2CmBAAmB%2CiBAAiB%2CyBAC%5C%2FD%2CyBAAyB%2CiBAAiB%2CwBAAwB%2CSAAS%2CgBAAgB%2CGAAE%3BIAC3F%2CcAAA%3B%3BEAEF%2CIAAI%2CcAAe%2CQAAQ%2CmBAAkB%2CiBAAkB%2CiBAAiB%2CyBAAyB%2CyBAAyB%2CiBAAiB%2CwBAAwB%2CsBAAsB%3BIAC9L%2CcAAA%3B%3BEAEF%2CIAAI%2CcAAc%2CeAAgB%2CQAAQ%2CmBAAmB%2CiBAAiB%2CyBAAyB%2CyBAAyB%2CiBACjI%2CwBAAwB%2CSAAS%2CgBAAgB%2CGAAE%3BEAClD%2CIAAI%2CcAAc%2CeAAgB%2CQAAQ%2CmBAAmB%2CiBAAiB%2CyBAC%5C%2FE%2CyBAAyB%2CiBAAiB%2CwBAAwB%2CSAAS%2CgBAAgB%2CGAAE%3BIAC3F%2CWAAA%3B%3BEAEF%2CIAAI%2CcAAc%2CeAAgB%2CQAAQ%2CmBAAkB%2CiBAAkB%2CiBAAiB%2CyBAAyB%2CyBAAyB%2CiBAAiB%2CwBAAwB%2CsBAAsB%3BIAC7M%2CWAAA%3B%3BEAGF%2CqBAAsB%2C4BAA2B%2CYAAa%2CUAAU%2COAAO%3BIAC3E%2C0BAAA%3B%3BEAEJ%2CqBAAsB%2CUAAS%2CQAAW%2CMAAG%2CMAAM%2CUAAU%3BIACzD%2CqBAAA%3B%3BEAEJ%2CqBAAsB%2CUAAS%2CQAAW%2CMAAG%2CMAAM%2CUAAU%3BIACzD%2CqBAAA%3B%3BEAEJ%2CqBAAsB%2CUAAS%2CQAAW%2CMAAG%3BIACzC%2CsBAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CqBAAsB%2CUAAS%2CQAAW%2CMAAG%2CMAAO%3BIAChD%2CgBAAA%3B%3BEAEJ%2CqBAAsB%2CUAAS%2CQAAW%2CSAAO%2CSAAQ%2CcAAe%2CMAAK%3BIACzE%2CUAAA%3B%3BEAEJ%2CqBAAsB%2COAAM%2COAAQ%2CSAAS%2COAAO%3BIAChD%2CkBAAA%3B%3BEAEJ%2CqBAAsB%2COAAM%2COAAQ%2CSAAS%2COAAO%3BIAChD%2CQAAA%3BIACA%2CUAAA%3B%3BEAEJ%2CqBAAsB%2C4BAA2B%2CYAAa%3BIAC1D%2CoBAAA%3B%3BEAEJ%2CqBAAsB%2CaAAY%2CYAAa%2CcAAc%3BIACzD%2CeAAA%3B%3BEAEJ%2CqBAAsB%2CaAAY%2CYAAa%3BIAC1C%2CeAAA%3B%3BEAEJ%2CSAAU%2CuBAAsB%2CIAAI%2CiBAAkB%3BIAClD%2CeAAA%3B%3BEAEJ%2CqBAAsB%2C4BAA2B%2CYAAa%2CUAAU%2COAAM%2COAAQ%3BIAClF%2CkBAAA%3B%3BEAGN%2CSAAS%2CQAAS%2CSAAS%3BIACtB%2CkBAAA%3B%3BEAEL%2CSAAS%2CQAAS%2CSAAS%2COAAO%3BIAC7B%2CUAAA%3BIACA%2CQAAA%3B%3BEAEH%2CQAAQ%2CMAAM%2COAAQ%2COAAO%2CMAAK%3BIAC%5C%2FB%2CaAAA%3B%3BEAEJ%2CuBAAwB%2CsBAAsB%2CEAAC%2COAAO%3BIAClD%2CcAAA%3B%3BEAEJ%2CsBAAuB%2CmBAAmB%2COAAM%2COAAQ%3BIACnD%2CwBAAA%3B%3BEAGJ%2CqBAAsB%2CSAAS%2COAAM%2COAAQ%2CSAAS%2COAAO%3BIAC1D%2CUAAA%3BIACA%2CcAAA%3BIACA%2CQAAA%3B%3B%3BAExtPP%2CgBAJ2C%3BE%2BCmgBnC%2CcAAC%2CSACG%3BIACI%2CaAAA%3B%3BEAEA%2CcAJP%2CSACG%2CcAGK%3BIACG%2CWAAA%3B%3BEAEJ%2CcAPP%2CSACG%2CcAMK%3BIACG%2CYAAA%3B%3BEAIZ%2CcAAC%3BIACG%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAFJ%2CcAAC%2CSAIG%3BIACI%2CaAAA%3BIACA%2CaAAA%3B%3BEAEA%2CcARP%2CSAIG%2CcAIK%3BEAAiB%2CcARzB%2CSAIG%2CcAIuB%3BIACf%2CWAAA%3B%3BEAEJ%2CcAXP%2CSAIG%2CcAOK%3BIACG%2CYAAA%3B%3BEAIZ%2CcAAC%3BIACG%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAFJ%2CcAAC%2CSAIG%3BIACI%2CiBAAA%3BIACA%2CaAAA%3B%3BEAEA%2CcARP%2CSAIG%2CcAIK%3BEAAiB%2CcARzB%2CSAIG%2CcAIuB%3BIACf%2CWAAA%3B%3BEAEJ%2CcAXP%2CSAIG%2CcAOK%3BIACG%2CYAAA%3B%3BEAIZ%2CcAAC%3BIACG%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAFJ%2CcAAC%2CSAIG%3BIACI%2CiBAAA%3BIACA%2CaAAA%3B%3BEAEA%2CcARP%2CSAIG%2CcAIK%3BEAAiB%2CcARzB%2CSAIG%2CcAIuB%3BEAAiB%2CcAR3C%2CSAIG%2CcAIyC%3BIACjC%2CWAAA%3B%3BEAEJ%2CcAXP%2CSAIG%2CcAOK%3BIACG%2CYAAA%3B%3BEAIZ%2CcAAC%3BIACG%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAFJ%2CcAAC%2CSAIG%3BIACI%2CiBAAA%3BIACA%2CaAAA%3B%3BEAEA%2CcARP%2CSAIG%2CcAIK%3BEAAiB%2CcARzB%2CSAIG%2CcAIuB%3BEAAiB%2CcAR3C%2CSAIG%2CcAIyC%3BIACjC%2CWAAA%3B%3BEAEJ%2CcAXP%2CSAIG%2CcAOK%3BIACG%2CYAAA%3B%3BEA1EhB%2CcA8EI%3BIACI%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAhFR%2CcA8EI%2CUAII%3BIACI%2CiBAAA%3BIACA%2CaAAA%3B%3BEAEA%2CcARR%2CUAII%2CcAIK%3BEAAiB%2CcAR1B%2CUAII%2CcAIuB%3BEAAiB%2CcAR5C%2CUAII%2CcAIyC%3BIACjC%2CWAAA%3B%3BEAEJ%2CcAXR%2CUAII%2CcAOK%3BIACG%2CYAAA%3B%3BEAOA%2CcAHX%2CSAAS%2CKAAK%2CUACV%2CSACG%2CcACK%3BIACG%2C2BAAA%3B%3BEAEJ%2CcANX%2CSAAS%2CKAAK%2CUACV%2CSACG%2CcAIK%3BIACG%2C%2BBAAA%3B%3BEAEJ%2CcATX%2CSAAS%2CKAAK%2CUACV%2CSACG%2CcAOK%2CUAAU%2CGACP%3BEADY%2CcAT3B%2CSAAS%2CKAAK%2CUACV%2CSACG%2CcAOqB%2CUAAU%2CGACvB%3BEAD4B%2CcAT3C%2CSAAS%2CKAAK%2CUACV%2CSACG%2CcAOqC%2CUAAU%2CGACvC%3BIACI%2C6BAAA%3B%3BEAOR%2CcAlBX%2CSAAS%2CKAAK%2CUAgBV%2CSACG%2CcACK%3BEAAiB%2CcAlB7B%2CSAAS%2CKAAK%2CUAgBV%2CSACG%2CcACuB%3BIACf%2C2BAAA%3B%3BEAEJ%2CcArBX%2CSAAS%2CKAAK%2CUAgBV%2CSACG%2CcAIK%3BIACG%2C%2BBAAA%3B%3BEAEJ%2CcAxBX%2CSAAS%2CKAAK%2CUAgBV%2CSACG%2CcAOK%2CUAAU%2CGACP%3BEADY%2CcAxB3B%2CSAAS%2CKAAK%2CUAgBV%2CSACG%2CcAOqB%2CUAAU%2CGACvB%3BEAD4B%2CcAxB3C%2CSAAS%2CKAAK%2CUAgBV%2CSACG%2CcAOqC%2CUAAU%2CGACvC%3BEAD4C%2CcAxB3D%2CSAAS%2CKAAK%2CUAgBV%2CSACG%2CcAOqD%2CUAAU%2CGACvD%3BIACI%2C6BAAA%3B%3BEAOR%2CcAjCX%2CSAAS%2CKAAK%2CUA%2BBV%2CSACG%2CcACK%3BEAAiB%2CcAjC7B%2CSAAS%2CKAAK%2CUA%2BBV%2CSACG%2CcACuB%3BIACf%2C2BAAA%3B%3BEAEJ%2CcApCX%2CSAAS%2CKAAK%2CUA%2BBV%2CSACG%2CcAIK%3BIACG%2C%2BBAAA%3B%3BEAEJ%2CcAvCX%2CSAAS%2CKAAK%2CUA%2BBV%2CSACG%2CcAOK%2CUAAU%2CGACP%3BEADY%2CcAvC3B%2CSAAS%2CKAAK%2CUA%2BBV%2CSACG%2CcAOqB%2CUAAU%2CGACvB%3BEAD4B%2CcAvC3C%2CSAAS%2CKAAK%2CUA%2BBV%2CSACG%2CcAOqC%2CUAAU%2CGACvC%3BEAD4C%2CcAvC3D%2CSAAS%2CKAAK%2CUA%2BBV%2CSACG%2CcAOqD%2CUAAU%2CGACvD%3BEAD4D%2CcAvC3E%2CSAAS%2CKAAK%2CUA%2BBV%2CSACG%2CcAOqE%2CUAAU%2CGACvE%3BIACI%2C6BAAA%3B%3BEAOR%2CcAhDX%2CSAAS%2CKAAK%2CUA8CV%2CSACG%2CcACK%3BEAAiB%2CcAhD7B%2CSAAS%2CKAAK%2CUA8CV%2CSACG%2CcACuB%3BEAAiB%2CcAhD%5C%2FC%2CSAAS%2CKAAK%2CUA8CV%2CSACG%2CcACyC%3BIACjC%2C2BAAA%3B%3BEAEJ%2CcAnDX%2CSAAS%2CKAAK%2CUA8CV%2CSACG%2CcAIK%3BIACG%2C%2BBAAA%3B%3BEAEJ%2CcAtDX%2CSAAS%2CKAAK%2CUA8CV%2CSACG%2CcAOK%2CUAAU%2CGACP%3BEADY%2CcAtD3B%2CSAAS%2CKAAK%2CUA8CV%2CSACG%2CcAOqB%2CUAAU%2CGACvB%3BEAD4B%2CcAtD3C%2CSAAS%2CKAAK%2CUA8CV%2CSACG%2CcAOqC%2CUAAU%2CGACvC%3BEAD4C%2CcAtD3D%2CSAAS%2CKAAK%2CUA8CV%2CSACG%2CcAOqD%2CUAAU%2CGACvD%3BEAD4D%2CcAtD3E%2CSAAS%2CKAAK%2CUA8CV%2CSACG%2CcAOqE%2CUAAU%2CGACvE%3BEAD4E%2CcAtD3F%2CSAAS%2CKAAK%2CUA8CV%2CSACG%2CcAOqF%2CUAAU%2CGACvF%3BIACI%2C6BAAA%3B%3BEAOR%2CcA%5C%2FDX%2CSAAS%2CKAAK%2CUA6DV%2CSACG%2CcACK%3BEAAiB%2CcA%5C%2FD7B%2CSAAS%2CKAAK%2CUA6DV%2CSACG%2CcACuB%3BEAAiB%2CcA%5C%2FD%5C%2FC%2CSAAS%2CKAAK%2CUA6DV%2CSACG%2CcACyC%3BIACjC%2C2BAAA%3B%3BEAEJ%2CcAlEX%2CSAAS%2CKAAK%2CUA6DV%2CSACG%2CcAIK%3BIACG%2C%2BBAAA%3B%3BEAEJ%2CcArEX%2CSAAS%2CKAAK%2CUA6DV%2CSACG%2CcAOK%2CUAAU%2CGACP%3BEADY%2CcArE3B%2CSAAS%2CKAAK%2CUA6DV%2CSACG%2CcAOqB%2CUAAU%2CGACvB%3BEAD4B%2CcArE3C%2CSAAS%2CKAAK%2CUA6DV%2CSACG%2CcAOqC%2CUAAU%2CGACvC%3BEAD4C%2CcArE3D%2CSAAS%2CKAAK%2CUA6DV%2CSACG%2CcAOqD%2CUAAU%2CGACvD%3BEAD4D%2CcArE3E%2CSAAS%2CKAAK%2CUA6DV%2CSACG%2CcAOqE%2CUAAU%2CGACvE%3BEAD4E%2CcArE3F%2CSAAS%2CKAAK%2CUA6DV%2CSACG%2CcAOqF%2CUAAU%2CGACvF%3BEAD4F%2CcArE3G%2CSAAS%2CKAAK%2CUA6DV%2CSACG%2CcAOqG%2CUAAU%2CGACvG%3BIACI%2C6BAAA%3B%3BEAOR%2CcA9EX%2CSAAS%2CKAAK%2CUA4EX%2CUACI%2CcACK%3BEAAiB%2CcA9E7B%2CSAAS%2CKAAK%2CUA4EX%2CUACI%2CcACuB%3BEAAiB%2CcA9E%5C%2FC%2CSAAS%2CKAAK%2CUA4EX%2CUACI%2CcACyC%3BIACjC%2C2BAAA%3B%3BEAEJ%2CcAjFX%2CSAAS%2CKAAK%2CUA4EX%2CUACI%2CcAIK%3BIACG%2C%2BBAAA%3B%3BEAEJ%2CcApFX%2CSAAS%2CKAAK%2CUA4EX%2CUACI%2CcAOK%2CUAAU%2CGACP%3BEADY%2CcApF3B%2CSAAS%2CKAAK%2CUA4EX%2CUACI%2CcAOqB%2CUAAU%2CGACvB%3BEAD4B%2CcApF3C%2CSAAS%2CKAAK%2CUA4EX%2CUACI%2CcAOqC%2CUAAU%2CGACvC%3BEAD4C%2CcApF3D%2CSAAS%2CKAAK%2CUA4EX%2CUACI%2CcAOqD%2CUAAU%2CGACvD%3BEAD4D%2CcApF3E%2CSAAS%2CKAAK%2CUA4EX%2CUACI%2CcAOqE%2CUAAU%2CGACvE%3BEAD4E%2CcApF3F%2CSAAS%2CKAAK%2CUA4EX%2CUACI%2CcAOqF%2CUAAU%2CGACvF%3BEAD4F%2CcApF3G%2CSAAS%2CKAAK%2CUA4EX%2CUACI%2CcAOqG%2CUAAU%2CGACvG%3BEAD4G%2CcApF3H%2CSAAS%2CKAAK%2CUA4EX%2CUACI%2CcAOqH%2CUAAU%2CGACvH%3BIACI%2C6BAAA%3B%3BEhCgEpB%2CIAAC%2CiBACG%3BEADJ%2CIAAC%2CiBACgB%2CQAAO%3BEADxB%2CIAAC%2CiBACiC%3BEADlC%2CIAAC%2CiBACiD%2CcAAgB%2CeAAa%3BIACvE%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAJR%2CIAAC%2CiBAMG%2CaAAa%2CQAAO%3BIAChB%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CIAVH%2CiBAUI%2CsBACG%3BEADqB%2CIAV5B%2CiBAU6B%2CqBACtB%3BEAD6C%2CIAVpD%2CiBAUqD%2CgBAC9C%3BEADgE%2CIAVvE%2CiBAUwE%2C2BACjE%3BIACI%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3BEjB%2ByJlB%2C0BAA0B%2CQAAQ%2CiBAAkB%2CmBAAkB%3BIACpE%2CWAAA%3BIACA%2COAAO%2C2BAAP%3B%3BEAED%2C0BAA0B%2CQAAQ%2CiBAAkB%3BIACnD%2CSAAA%3B%3BEAEF%2C0BAA0B%2CQAAQ%2CiBAAkB%2CmBAAkB%3BIACpE%2CYAAA%3BIACA%2CyBAAA%3BIACA%2CYAAA%3B%3BEAED%2C0BAA0B%2CQAAQ%2CiBAAkB%3BIACnD%2CSAAA%3B%3BEAEF%2C0BAA0B%2CQAAQ%3BIAChC%2CkBAAA%22%7D */