/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © 2015 Magento. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.product-items > li {
  margin: 0;
}
.action-primary:focus,
.action-primary:active {
  background: #87a867;
  border: 1px solid #87a867;
  color: #fff;
}
.action-primary:hover {
  background: #87a867;
  border: 1px solid #87a867;
  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: 0;
}
.abs-discount-block .actions-toolbar .action.primary:not(:focus),
.abs-discount-block .actions-toolbar .action.cancel:not(:focus) {
  box-shadow: none;
}
.abs-discount-block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.cancel:active {
  box-shadow: inset 0 1px 0 0 rgba(221, 221, 221, 0.8), inset 0 -1px 0 0 rgba(221, 221, 221, 0.3);
}
.abs-action-link-button:focus,
.abs-action-link-button:active {
  background: #e2e2e2;
  border: 1px solid #dddddd;
  color: #222222;
}
.abs-action-link-button:hover {
  background: #e1e1e1;
  border: 1px solid #dddddd;
  color: #222222;
}
.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.42857143;
  padding: 0;
  color: #7A9C59;
  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: #7A9C59;
  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: #87a867;
  text-decoration: none;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.abs-discount-block .action.check:active,
.abs-add-fields .action.remove:active {
  color: #87a867;
  text-decoration: none;
}
.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: #7A9C59;
  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-revert-to-action-secondary,
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel {
  background: #eee;
  border: 1px solid #dddddd;
  color: #222222;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.abs-revert-to-action-secondary:focus,
.abs-revert-to-action-secondary:active,
.abs-discount-block .actions-toolbar .action.primary:focus,
.abs-discount-block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.cancel:focus,
.abs-discount-block .actions-toolbar .action.cancel:active {
  background: #e2e2e2;
  border: 1px solid #dddddd;
  color: #222222;
}
.abs-revert-secondary-color:hover,
.abs-revert-to-action-secondary:hover,
.abs-discount-block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .action.cancel:hover {
  background: #e1e1e1;
  border: 1px solid #dddddd;
  color: #222222;
}
.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: '\e622';
  font-family: 'luma-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: '\e621';
  font-family: 'luma-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: '\e616';
  font-family: 'luma-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;
}
.product-item-name {
  font-weight: 400;
}
.product-item-name > a {
  color: #222222;
  text-decoration: none;
}
.abs-product-link > a:visited,
.product-item-name > a:visited {
  color: #222222;
  text-decoration: none;
}
.abs-product-link > a:hover,
.product-item-name > a:hover {
  color: #222222;
  text-decoration: none;
}
.abs-product-link > a:active,
.product-item-name > a:active {
  color: #222222;
  text-decoration: none;
}
.abs-like-link:visited {
  color: #7A9C59;
  text-decoration: none;
}
.abs-like-link:hover {
  color: #87a867;
  text-decoration: none;
}
.abs-like-link:active {
  color: #87a867;
  text-decoration: none;
}
.abs-add-fields .action.remove {
  width: auto;
  line-height: normal;
  position: absolute;
  top: 34px;
  margin-left: 73%;
}
.product-item-actions .actions-secondary > .action span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.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,
.product-item {
  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: '\e622';
  font-family: 'luma-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: '\e622';
  font-family: 'luma-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: '\e621';
  font-family: 'luma-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 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;
}
.product-item-actions .actions-secondary > .action {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.05em;
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto:before,
.product-item-actions .actions-secondary > .action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: inherit;
  font-family: 'luma-icons';
  margin: -2px 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product-item-actions .actions-secondary > .action:hover {
  color: #7A9C59;
  text-decoration: none;
}
.abs-cart-block > .title,
.abs-discount-block .block > .title {
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
  padding: 10px 40px 10px 15px;
  display: block;
  text-decoration: none;
}
.abs-cart-block > .title:after,
.abs-discount-block .block > .title:after {
  position: absolute;
  right: 20px;
  top: 0;
}
.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: 30px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-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: '\e621';
}
.abs-discount-block .block.active .content {
  display: block;
}
.abs-account-blocks .block-title {
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c6c6c6;
}
.abs-account-blocks .block-title > strong,
.abs-account-blocks .block-title > span {
  font-size: 2.2rem;
  font-weight: 400;
}
.abs-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8px;
  line-height: 8px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-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: '\e621';
}
.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: 'luma-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 #dddddd;
}
.abs-field-date input {
  margin-right: 10px;
  width: calc(100% - (23px + 10px));
}
.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: '\e622';
  font-family: 'luma-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: '\e621';
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/opensans/light/opensans-300.woff2') format('woff2'), url('../fonts/opensans/light/opensans-300.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/opensans/regular/opensans-400.woff2') format('woff2'), url('../fonts/opensans/regular/opensans-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/opensans/semibold/opensans-600.woff2') format('woff2'), url('../fonts/opensans/semibold/opensans-600.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/opensans/bold/opensans-700.woff2') format('woff2'), url('../fonts/opensans/bold/opensans-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'luma-icons';
  src: url('../fonts/Luma-Icons.woff2') format('woff2'), url('../fonts/Luma-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
/**
 * Copyright 2014 Adobe
 * All Rights Reserved.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright 2024 Adobe
 * All rights reserved.
 */
.form.wishlist.share .g-recaptcha {
  margin-bottom: 40px;
}
.block-minicart .block-content > .actions .smart-buttons {
  margin-top: 15px;
}
.pay-later-message {
  margin-top: 10px;
}
.smart-buttons > div > div {
  vertical-align: bottom;
}
.apple-pay {
  margin-top: 14px;
}
.cart-summary .apple-pay {
  margin-top: 11px;
}
.google-pay {
  margin-top: 14px;
}
.google-pay button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
.cart-summary .google-pay {
  margin-bottom: 14px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
#bss-cookie-notice {
  position: fixed;
  display: none;
  z-index: 99;
  padding: 5px 10px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  box-shadow: 3px 3px 15px #222222;
  font-size: 14px;
  max-width: 40%;
}
#bss-cookie-notice .cookie-title {
  margin: 10px 0px;
}
#bss-cookie-notice .btn-cookie {
  font-weight: bold;
  border: none;
  box-shadow: none;
  text-decoration: none;
  padding: 7px 15px;
  border-radius: 3px;
  line-height: 1.6rem;
  display: inline-block;
}
#bss-cookie-notice .btn-cookie-accept {
  margin-bottom: 3px;
}
#bss-cookie-notice .btn-cookie:hover {
  border: none;
  box-shadow: none;
  color: #222222;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  #bss-cookie-notice {
    max-width: 100%;
  }
}
.mst-search-in__wrapper {
  max-width: 100%;
  display: flex;
  overflow: hidden;
  position: relative;
  flex-grow: 1;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.mst-search-in__wrapper .mst-search-in__title {
  border: none;
  padding: 6px 3px 6px 6px;
  margin-right: 3px;
  font-weight: 600;
  white-space: nowrap;
}
.mst-search-in__wrapper .mst-search-in__item {
  white-space: nowrap;
  border: 1px solid #cccccc;
  border-radius: 2px;
  margin: 0 5px 5px 0;
  padding: 6px 12px;
  color: #494949;
  text-decoration: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.mst-search-in__wrapper .mst-search-in__item span.name {
  display: flex;
  flex-wrap: nowrap;
  font-size: 13px;
}
.mst-search-in__wrapper .mst-search-in__item span.name i {
  font-style: normal;
  display: flex;
  align-items: center;
}
.mst-search-in__wrapper .mst-search-in__item span.name i:after {
  font-size: 7px;
  content: "\e608";
  font-family: "luma-icons";
  margin: 0 5px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  color: #757575;
}
.mst-search-in__wrapper .mst-search-in__item span.name i:last-child:after {
  display: none;
}
.mst-search-in__wrapper .mst-search-in__item span.count {
  color: #757575;
  display: block;
  margin-left: 8px;
  font-size: 80%;
}
.mst-search-in__wrapper .mst-search-in__item span.count:before {
  content: "(";
}
.mst-search-in__wrapper .mst-search-in__item span.count:after {
  content: ")";
}
.mst-search-in__wrapper .mst-search-in__item:hover {
  border-color: #ff5501;
  text-decoration: none;
}
.mst_categorySearchLoader {
  display: none;
  position: absolute;
  top: 6px;
  right: 15px;
  width: 20px;
  height: 20px;
}
.mst_categorySearchLoader .spinner-item {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  margin: 0;
  border: 2px solid #ffffff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #999999 transparent transparent transparent;
}
.mst_categorySearchLoader .spinner-item.spinner-item-1 {
  animation-delay: -0.45s;
}
.mst_categorySearchLoader .spinner-item.spinner-item-2 {
  animation-delay: -0.3s;
}
.mst_categorySearchLoader .spinner-item.spinner-item-3 {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.mst_categorySearch {
  display: block;
  position: relative;
}
.mst_categorySearch .hidden {
  display: none;
}
.mst_categorySearch_searchIcon,
.mst_categorySearch_searchIcon:hover {
  position: absolute;
  font-size: 21px;
  left: 0;
  background-color: transparent;
  border: none;
}
span.mst_categorySearch_totals {
  position: absolute;
  right: 0;
  padding: 6px 15px 6px 15px;
  color: #999999;
  display: none;
}
input#mst_categorySearch {
  padding: 0 0 0 35px;
  margin-bottom: 15px;
  width: 100%;
  max-width: 100%;
}
input#form-category-search_input {
  margin: 0 0 15px 0;
  padding: 0 0 0 48px;
}
.mst_categorySearchLoader .fa-spinner {
  font-size: 30px;
}
#search_autocomplete,
.search-autocomplete,
#searchbox_autocomplete {
  display: none !important;
  height: 0 !important;
  overflow: hidden !important;
}
.block-search {
  z-index: 10000;
}
.rating-result-average,
.rating-summary {
  display: inline;
}
.review-fulllist {
  list-style: none;
  padding: 0;
}
.review-fulllist li {
  border: 4px solid #ccc;
  padding: 20px;
}
.review-details {
  display: flex;
  font-size: 18px;
  font-style: italic;
}
.review-top {
  display: flex;
}
.review-verified {
  background: #7a9c59;
  color: #fff;
  padding: 0 5px;
  font-size: 16px;
  font-weight: bold;
}
.review-image > .product-image img {
  width: 80px;
  border-radius: 60px;
  border: 1px solid #ccc;
}
.review-image {
  width: 82px;
}
.pagination a {
  border: 2px solid #ccc;
  padding: 4px;
  font-size: 16px;
}
.pagination a:nth-child(2) {
  float: right;
}
.review-ratings {
  max-width: 100% !important;
}
.ratings {
  margin-bottom: 5px;
}
.review-image {
  width: 82px;
  margin-right: 20px;
}
.rating-result-average {
  margin-left: 5px;
}
.review-summary {
  text-align: center;
}
.review-summary p {
  margin-top: 10px;
  font-weight: 700;
  font-size: 16px;
}
.review-summary img {
  max-width: 200px;
}
@media screen and (max-with: 768px) {
  .review-image {
    width: 62px;
    margin-right: 10px;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
@media only screen and (max-width: 767px) {
  .block-search .label:before {
    margin: 6px 7.5px 0 0;
    color: #ffffff;
  }
  .block-search {
    margin-top: 7.5px;
  }
}
@media only screen and (max-width: 767px) {
  .minicart-wrapper {
    margin-top: 10px;
  }
}
.product-item {
  vertical-align: top;
}
.products-grid .product-item {
  width: 48.5%;
  margin-left: calc((100% - 2 * 48.5%) / 1);
  display: inline-block;
  padding: 0;
  background: #ffffff;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.products-grid .product-item:nth-child(2n+1) {
  margin-left: 0;
}
.products-grid .product-item .product-item-actions {
  background: transparent;
  display: block;
  margin: 0;
  padding: 17px 10px;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  z-index: 9;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
.products-grid .product-item .product-item-actions .actions-primary {
  display: table-cell;
}
.products-grid .product-item .product-item-actions .actions-secondary {
  display: table-cell;
  padding-left: 10px;
  width: 50%;
}
.products-grid .product-item:hover {
  /*box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);*/
  transform: translateY(0);
}
.products-grid .product-item:hover .product-item-photo .product-image-container .product-image-wrapper .product-image-photo {
  transform: scale(1.06);
}
.products-grid .product-item:hover .product-item-actions {
  bottom: 0;
}
.product-item-name {
  display: block;
  margin: 5px 0;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.product-item-info {
  width: 152px;
  position: relative;
  max-width: 100%;
}
.page-products .product-item-info {
  width: 240px;
}
.product-item-actions {
  /*display: none;*/
}
.product-item-actions .actions-secondary > .action:before {
  margin: 0;
}
.product-item-description {
  margin: 25px 0;
}
.product-item .product-reviews-summary .rating-summary {
  margin: 0 4px 0 0;
}
.product-item .product-reviews-summary .reviews-actions {
  margin-top: 5px;
  text-transform: lowercase;
  font-size: 12px;
}
.product-item .price-box {
  margin: 10px 0 10px;
  /*padding:0 10px;*/
}
.product-item .price-box .price {
  font-weight: bold;
}
.product-item .price-box .price-label {
  font-size: 12px;
  color: #666666;
}
.product-item .old-price {
  margin: 5px 0;
}
.product-item .old-price .price {
  font-weight: normal;
}
.product-item .minimal-price .price-container {
  display: block;
}
.product-item .minimal-price-link {
  margin-top: 5px;
}
.product-item .price-from,
.product-item .price-to {
  margin: 0;
}
.product-item .tocompare:before {
  content: '\e61e';
}
.product-item .tocart {
  white-space: nowrap;
  border-radius: 0;
  font-size: 1.3rem;
  line-height: 1;
  padding-top: 10px;
  padding-bottom: 10px;
}
/* theme custom css */
/* theme less variables start */
/*theme font size*/
/*theme line height*/
/*theme text align*/
/*theme text transform*/
/*theme font weight*/
/*theme text decoration*/
/*theme link outline*/
/* theme text color */
/* theme background color */
/* theme border color */
/* theme border style */
/* theme border width */
/*theme border-radius*/
/*theme layout*/
/*top menu less variables*/
/*footer less variables*/
/*=======================
general css
=======================*/
/*media width*/
/*==============================
Theme hyperlink override
================================*/
/*==============================
Theme primary button override
================================*/
/*==============================
from variabels override
================================*/
/*==============================
home page main block and title
================================*/
/*home page main block*/
/*main block title*/
/*title bottom border*/
/*==============================
theme slider navigation buttons
================================*/
/*==============================
theme slider navigation buttons
================================*/
/*Home page slider btn*/
/*slider btn hover*/
/*=======================
Home Advertisement Block
=======================*/
/*=================================
Home Page footer Newsletter Block
======================================*/
/*newsletter main title*/
/*newsletter text below title*/
/*newsletter main block*/
/*for mobile */
/*newsletter textbox*/
/*newsletter sbscribe button*/
/*on hover*/
/*==============================
Home newsletter popup variables
================================*/
/*newsletter popup block layout*/
/*newsletter popup title */
/*newsletter popup text content*/
/*newsletter popup socials*/
/*===============================
footer copyright block variables
===============================*/
/*======================
footer less variables
=======================*/
/*footer main */
/*footer title*/
/*footer social block*/
/*footer links*/
/*contact block*/
/*=============================================
sidebar and sidebar additional less variables
===============================================*/
/*sidebar and sidebar additional block*/
/*sidebar title*/
/*sidebar sub title*/
/*sidebar block filter and its options*/
/*sidebar block filter and its options title*/
/*=======================
top header less variables
=======================*/
/*top header variables*/
/*=======================
top-menu(nav) less variables
=======================*/
/*top menu block start*/
/*override navigation variables*/
/*nav level-0(level-top)*/
/*=======================================
Slider navigation arrows (Prev and next)
=========================================*/
/*===========================
Product Detail Page Variables
=============================*/
/*product detail page variables*/
/*product name on product page variables*/
/*add to buttons variable*/
/*product detail page override variables*/
/*product list page product name font size*/
/*product description less variables*/
/*product detail page tabs override less variables*/
/*==============================================
Shopping cart and chekout page less varibles
=============================================*/
/*shopping cart less variables*/
/*checkout page variables*/
/*===========================
Testimonial less Variables
=============================*/
/*testimonial image*/
/*testimonial name*/
/*testimonial company name*/
/*content*/
/*tesimonial link btns*/
/*testimonial detail page*/
/*testimonial name*/
/*testimonial description*/
/*testimonial company and links*/
/*===========================
My Account Pages less Variables
=============================*/
/*My account all pages less variables*/
/*===========================
Contact Us Page less Variables
=============================*/
/*contact us page less varibales*/
/*store title*/
/*store address title*/
/*store address text*/
/*===========================
New and Sale Label less
=============================*/
/*===========================
category page pagination less Variables
=============================*/
/*pagination less variales*/
/*override toolbar variables*/
/*===========================
Breadcrumbs less
=============================*/
/*breadcrumb*/
/*override layout variables*/
/*override button variables*/
/*override form variable*/
/*==============================
home page main block and title
================================*/
.block-title-main {
  float: left;
  text-align: center;
  width: 100%;
  /*    .title-border {
            background: @cpanel-main-block-title-color;
            display: block;
            height: @cpanel-main-title-bottom-block-height;
            margin: @cpanel-main-title-bottom-block-margin;
            width: @cpanel-main-title-bottom-block-width;
        }*/
}
.block-title-main h2 {
  color: #222222;
  display: inline-block;
  font-size: 24px;
  line-height: 30px;
  margin: 0 auto 30px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 0 20px;
}
.block-title-main h2:before {
  background-image: url("../images/stripes.png");
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 11px;
  left: 100%;
  position: absolute;
  top: 10px;
  width: 140px;
}
.block-title-main h2:after {
  background-image: url("../images/stripes.png");
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 11px;
  position: absolute;
  right: 100%;
  top: 10px;
  transform: rotate(180deg);
  width: 140px;
}
@media only screen and (max-width: 639px) {
  .block-title-main {
    /*        .title-border {            
                    margin: @cpanel-main-title-bottom-block-margin-mobile;
                }*/
  }
  .block-title-main h2 {
    font-size: 18px;
    line-height: 24px;
    margin: 0 auto 15px;
  }
  .block-title-main h2:before {
    width: 0;
    display: none;
  }
  .block-title-main h2:after {
    width: 0;
    display: none;
  }
}
.pad-main {
  padding: 30px 0;
}
.pad-main-product {
  padding: 30px 0 10px;
  float: left;
  width: 100%;
  clear: both;
  box-sizing: border-box;
}
.pad-main-bottom {
  padding-bottom: 30px;
}
.pad-main-top {
  padding-top: 30px;
}
@media only screen and (max-width: 639px) {
  .pad-main {
    padding: 15px 0;
  }
  .pad-main-bottom {
    padding-bottom: 15px;
  }
  .pad-main-top {
    padding-top: 15px;
  }
  .pad-main-product {
    padding: 15px 0 0;
  }
  .toolbar .pages .pages-items {
    display: inline-block;
    padding-top: 0;
  }
  .account .column.main,
  .account .sidebar-additional {
    display: inline-block;
    width: 100%;
  }
}
.back-main {
  background: #ffffff;
}
#maincontent {
  margin-top: 30px;
}
.img-resp {
  display: block;
  height: auto;
  max-width: 100%;
}
.center-b {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.row {
  clear: both;
  display: block;
  box-sizing: border-box;
  margin-left: -15px;
  margin-right: -15px;
}
.input-group {
  border-collapse: separate;
  display: table;
  position: relative;
}
.input-group-btn {
  font-size: 0;
  position: relative;
  white-space: nowrap;
}
.input-group-addon,
.input-group-btn {
  vertical-align: middle;
  white-space: nowrap;
  width: 1%;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
div[class^="swatch-opt-"] {
  margin-bottom: 5px;
}
/*==============================
theme slider navigation buttons
================================*/
.owl-theme .owl-controls .owl-buttons div.lft-btn,
.owl-theme .owl-controls .owl-buttons div.rgt-btn {
  background: #7A9C59 !important;
  color: #ffffff !important;
  display: inline-block;
  float: left;
  font-size: 24px !important;
  height: 35px !important;
  line-height: 31px !important;
  text-align: center !important;
  width: 35px !important;
  margin: 0 5px !important;
}
.owl-theme .owl-controls .owl-buttons div.lft-btn:hover,
.owl-theme .owl-controls .owl-buttons div.rgt-btn:hover {
  background: #87a867 !important;
}
/* set button position to top */
.owl-theme .owl-controls .owl-page {
  bottom: 30px;
  display: inline-block;
  position: relative;
}
/* Theme issue css add */
.search.summary {
  margin-bottom: 5px;
}
.compare.wrapper .action.compare:hover {
  color: #ffffff;
}
.cart-summary .checkout-methods-items {
  margin-top: 0;
}
.rating-summary .rating-result {
  margin-left: 0;
}
input[type="checkbox"] {
  position: relative;
  top: 0px;
}
.product-reviews-summary.empty .reviews-actions {
  margin-left: 0;
}
.review-field-ratings .review-field-rating .label {
  padding-top: 0;
}
.bundle-options-container .block-bundle-summary .box-tocart .action.primary {
  width: 100%;
}
.checkout-index-index .modal-popup .form-shipping-address {
  margin-bottom: 20px;
}
.sidebar-additional .block .block-title > strong {
  margin-right: 5px;
}
.filter-options .count {
  margin-left: 3px;
}
.modal-popup .action-close {
  padding: 2em;
}
.pmiddle {
  transform: translateY(-50%);
}
.block.widget.block-products-list.grid .product-reviews-summary .reviews-actions a {
  display: inline-block;
}
.block.related .field.choice {
  top: -3px;
}
.table-checkout-shipping-method tbody .row {
  margin: 0;
}
.products-list .product.photo.product-item-photo {
  position: relative;
}
.products-list .product-item-details {
  padding-left: 15px;
}
.products-list .product-item-details .rating-summary .rating-result {
  margin-left: 0;
}
.fs-main .fs-row .fs-inner {
  margin: 5px 0;
}
.block-minicart .subtitle.empty {
  padding: 0px 0 20px;
}
.products-related .product-item-actions .actions-secondary > .action {
  padding-right: 5px;
}
.logo img {
  max-height: inherit;
  min-height: 40px;
}
@media screen and (max-width: 420px) {
  .products-grid .product-item,
  .page-products .product-item-info {
    width: 100%;
  }
  .product-image-container {
    width: 100% !important;
  }
  .products-grid .product-item {
    margin-left: 0;
  }
}
/* set square button */
.owl-theme .owl-controls .owl-page span {
  background: none repeat scroll 0 0 #ed875f;
  display: block;
  border-radius: 0px !important;
  height: 12px;
  margin: 5px 7px;
  opacity: 0.5;
  width: 12px;
}
.cus-owl .owl-prev {
  left: 0;
  margin-top: -17px;
  position: absolute !important;
  top: 50%;
}
.cus-owl .owl-next {
  right: 0;
  margin-top: -17px;
  position: absolute !important;
  top: 50%;
}
/*=======================
Home Advertisement Block
=======================*/
.homeadv {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.homeadv .ah-block {
  width: 32%;
  margin-left: calc((100% - 3 * 32%) / 2);
  position: relative;
  float: left;
}
.homeadv .ah-block > a {
  display: block;
}
.homeadv .ah-block > a > img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  height: auto;
}
.homeadv .eff-1 {
  display: block;
  position: relative;
  overflow: hidden;
}
.homeadv .eff-1 > a {
  display: block;
}
.homeadv .eff-1 > a:before {
  border-top: 2px solid #dddddd;
  bottom: 15px;
  content: "";
  left: 100%;
  opacity: 0;
  position: absolute;
  right: 15px;
  transition: all 600ms ease 0s;
  z-index: 1;
}
.homeadv .eff-1 > a:after {
  border-right: 2px solid #dddddd;
  bottom: 15px;
  content: "";
  left: 15px;
  opacity: 0;
  position: absolute;
  top: 100%;
  transition: all 600ms ease 0s;
}
.homeadv .eff-1:before {
  border-top: 2px solid #dddddd;
  content: "";
  left: 15px;
  opacity: 0;
  position: absolute;
  right: 100%;
  top: 15px;
  transition: all 600ms ease 0s;
  z-index: 1;
}
.homeadv .eff-1:after {
  border-right: 2px solid #dddddd;
  bottom: 100%;
  content: "";
  opacity: 0;
  position: absolute;
  right: 15px;
  top: 15px;
  transition: all 600ms ease 0s;
}
.homeadv .eff-1:hover > a:before {
  left: 15px;
  opacity: 1;
}
.homeadv .eff-1:hover > a:after {
  opacity: 1;
  top: 15px;
}
.homeadv .eff-1:hover:before {
  opacity: 1;
  right: 15px;
}
.homeadv .eff-1:hover:after {
  bottom: 15px;
  opacity: 1;
}
.homeadv-1 {
  float: left;
  width: 100%;
}
.homeadv-1 .ah-main {
  width: 49%;
  margin-left: calc((100% - 2 * 49%) / 1);
  position: relative;
  float: left;
}
.homeadv-1 .ah-main:nth-child(2n+1) {
  margin-left: 0;
}
.homeadv-1 .ah-main .ah-block {
  float: left;
  width: 100%;
}
.homeadv-1 .ah-main .ah-block > a {
  display: block;
}
.homeadv-1 .ah-main .ah-block > a > img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  height: auto;
}
.homeadv-1 .ah-main.ah-right .ah-block:last-child {
  margin-top: 5%;
}
.homeadv-1 .eff-1 {
  display: block;
  position: relative;
  overflow: hidden;
}
.homeadv-1 .eff-1 > a {
  display: block;
}
.homeadv-1 .eff-1 > a:before {
  border-top: 2px solid #dddddd;
  bottom: 15px;
  content: "";
  left: 100%;
  opacity: 0;
  position: absolute;
  right: 15px;
  transition: all 600ms ease 0s;
  z-index: 1;
}
.homeadv-1 .eff-1 > a:after {
  border-right: 2px solid #dddddd;
  bottom: 15px;
  content: "";
  left: 15px;
  opacity: 0;
  position: absolute;
  top: 100%;
  transition: all 600ms ease 0s;
}
.homeadv-1 .eff-1:before {
  border-top: 2px solid #dddddd;
  content: "";
  left: 15px;
  opacity: 0;
  position: absolute;
  right: 100%;
  top: 15px;
  transition: all 600ms ease 0s;
  z-index: 1;
}
.homeadv-1 .eff-1:after {
  border-right: 2px solid #dddddd;
  bottom: 100%;
  content: "";
  opacity: 0;
  position: absolute;
  right: 15px;
  top: 15px;
  transition: all 600ms ease 0s;
}
.homeadv-1 .eff-1:hover > a:before {
  left: 15px;
  opacity: 1;
}
.homeadv-1 .eff-1:hover > a:after {
  opacity: 1;
  top: 15px;
}
.homeadv-1 .eff-1:hover:before {
  opacity: 1;
  right: 15px;
}
.homeadv-1 .eff-1:hover:after {
  bottom: 15px;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .homeadv {
    width: 100%;
  }
  .homeadv .ah-block {
    margin-left: 0;
    margin-bottom: 15px;
    width: 100%;
  }
  .homeadv .eff-1 > a {
    display: block;
  }
  .homeadv .eff-1 > a:before {
    border-top: 2px solid transparent;
  }
  .homeadv .eff-1 > a:after {
    border-right: 2px solid transparent;
  }
  .homeadv .eff-1:before {
    border-top: 2px solid transparent;
  }
  .homeadv .eff-1:after {
    border-right: 2px solid transparent;
  }
  .homeadv-1 .ah-main {
    width: 100%;
    margin-left: 0;
  }
  .homeadv-1 .ah-main.ah-right .ah-block {
    margin-bottom: 15px;
  }
  .homeadv-1 .ah-main.ah-right .ah-block:last-child {
    margin-top: 0;
  }
  .homeadv-1 .ah-main.ah-left .ah-block {
    margin-bottom: 15px;
  }
  .homeadv-1 .eff-1 > a {
    display: block;
  }
  .homeadv-1 .eff-1 > a:before {
    border-top: 2px solid transparent;
  }
  .homeadv-1 .eff-1 > a:after {
    border-right: 2px solid transparent;
  }
  .homeadv-1 .eff-1:before {
    border-top: 2px solid transparent;
  }
  .homeadv-1 .eff-1:after {
    border-right: 2px solid transparent;
  }
}
/*=============================
Home Page footer Newsletter Block
==============================*/
.cp-newsletter {
  float: left;
  width: 100%;
  box-sizing: border-box;
  /*background: url('../images/newsletter-banner.png');*/
  background-attachment: fixed;
  background-size: cover;
}
.cp-newsletter .newsletter-block {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.cp-newsletter .newsletter-block .block-title-main {
  float: left;
  text-align: center;
  width: 100%;
}
.cp-newsletter .newsletter-block .block-title-main h2 {
  color: #ffffff;
  display: inline-block;
  font-size: 24px;
  line-height: 30px;
  margin: 0 auto 30px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
}
.cp-newsletter .newsletter-block .block-title-main .title-border {
  background: #ffffff;
  display: block;
  height: 3px;
  margin: 0 auto 30px;
  width: 80px;
}
.cp-newsletter .newsletter-block .newsletter-text {
  color: #ffffff;
  float: left;
  font-size: 14px;
  margin: 0 0 15px;
  width: 100%;
  text-align: center;
}
.cp-newsletter .newsletter-block .block-content {
  float: left;
  margin: 0;
  width: 100%;
}
.cp-newsletter .newsletter-block .block-content .newsletter-input {
  display: block;
  margin: 0 auto;
  width: 550px;
}
.cp-newsletter .newsletter-block .block-content .newsletter-input .control #newsletter {
  border: 3px solid #7A9C59;
  box-sizing: border-box;
  font-size: 16px;
  height: 45px;
  padding: 0 12px;
  background: transparent;
  color: #ffffff;
}
.cp-newsletter .newsletter-block .block-content .newsletter-input .control #newsletter-error {
  position: absolute;
}
.cp-newsletter .newsletter-block .block-content .newsletter-input .input-group-btn button {
  background: none repeat scroll 0 0 #7A9C59;
  border: 1px solid #7A9C59;
  border-radius: 0;
  color: #ffffff;
  box-shadow: none;
  height: 45px;
  font-size: 16px;
  box-sizing: border-box;
}
.cp-newsletter .newsletter-block .block-content .newsletter-input .input-group-btn button:hover {
  background: none repeat scroll 0 0 #87a867;
  border: 1px solid #87a867;
}
@media only screen and (max-width: 767px) {
  .cp-newsletter .newsletter-block .block-content .newsletter-input {
    width: 100%;
  }
}
/*==============================
Home newsletter popup 
================================*/
.nh-wrapper .nh-img {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding: 0 20px 0 0;
}
.nh-wrapper .nh-content {
  width: 50%;
  float: left;
  box-sizing: border-box;
}
.nh-wrapper .nh-content > h2 {
  font-weight: 600;
  line-height: 30px;
  margin: 30px 0 20px;
  text-transform: uppercase;
  text-align: center;
}
.nh-wrapper .nh-content > p {
  line-height: 20px;
  margin: 0 0 15px;
  text-align: center;
}
.nh-wrapper .nh-content .nh-show {
  display: block;
  width: 195px;
  margin: 0 auto 10px;
}
.nh-wrapper .nh-content > h3 {
  text-align: center;
  font-weight: 400;
  margin: 0 0 15px;
}
.nh-wrapper .nh-content .nh-social {
  text-align: center;
}
.nh-wrapper .nh-content .nh-social > a {
  display: inline-block;
  margin: 0 3px;
}
@media only screen and (max-width: 767px) {
  #reference-first-message {
    max-width: 300px !important;
  }
  .nh-wrapper {
    max-width: 300px;
  }
  .nh-wrapper .nh-img {
    width: 100%;
    padding: 0;
    max-width: 300px;
  }
  .nh-wrapper .nh-content {
    width: 100%;
    max-width: 300px;
  }
}
/*======================
footer block
=======================*/
.cp-footer-container {
  float: left;
  width: 100%;
  padding: 50px 0 10px;
}
.cp-footer-container .cp-footer-main {
  float: left;
  width: 25%;
  padding: 0 15px;
  position: relative;
  box-sizing: border-box;
}
.cp-footer-container .cp-footer-main .cp-fblock {
  float: left;
  width: 100%;
}
.cp-footer-container .cp-footer-main .cp-fblock .cp-ftitle {
  display: block;
  width: 100%;
  float: left;
}
.cp-footer-container .cp-footer-main .cp-fblock .cp-ftitle h3 {
  color: #ffffff;
  font-size: 18px;
  line-height: 22px;
  margin: 10px 0 20px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
}
.cp-footer-container .cp-footer-main .cp-fblock .cp-ftitle > p {
  color: #ffffff;
}
.cp-footer-container .cp-footer-main .cp-fblock .cp-fcontent {
  display: block;
  width: 100%;
  float: left;
}
.cp-footer-container .cp-footer-main .cp-fblock .cp-fcontent .logo {
  max-width: 100% !important;
  width: 100% !important;
  margin-bottom: 20px !important;
  margin-top: 0 !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.cp-footer-container .cp-footer-main .cp-fblock .cp-fcontent .logo img {
  display: block;
  margin: 0 auto;
  height: auto;
  max-width: 125px;
}
.cp-footer-container .cp-footer-main .cp-fblock .cp-fcontent .cp-social {
  list-style-type: outside none none;
  text-align: center;
  padding: 0;
  float: none;
  margin: 50px 0 0;
}
.cp-footer-container .cp-footer-main .cp-fblock .cp-fcontent .cp-social li {
  text-align: center;
  display: inline-block;
  margin: 0px 1px;
  float: none;
  width: auto;
}
.cp-footer-container .cp-footer-main .cp-fblock .cp-fcontent .cp-social li a {
  border: 1px solid #dddddd;
  color: #ffffff;
  font-size: 13px;
  display: block;
  height: 38px;
  width: 38px;
  line-height: 38px;
  padding: 0px;
  border-radius: 50%;
}
.cp-footer-container .cp-footer-main .cp-fblock .cp-fcontent .cp-social li a:before {
  content: "";
  font-family: 'Fontawesome';
  margin-right: 0;
}
.cp-footer-container .cp-footer-main .cp-fblock .cp-fcontent ul {
  list-style: outside none none;
  padding: 0;
  float: left;
  margin: 0;
}
.cp-footer-container .cp-footer-main .cp-fblock .cp-fcontent ul li {
  float: left;
  margin: 0 0 10px;
  width: 100%;
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
}
.cp-footer-container .cp-footer-main .cp-fblock .cp-fcontent ul li a {
  color: #ffffff;
  text-decoration: none;
  outline: none;
  font-size: 14px;
}
.cp-footer-container .cp-footer-main .cp-fblock .cp-fcontent ul li a:hover {
  color: #7A9C59;
  text-decoration: none;
  outline: none;
}
.cp-footer-container .cp-footer-main .cp-fblock .cp-fcontent ul li a:before {
  content: "\f0da";
  font-family: 'Fontawesome';
  margin-right: 10px;
}
.cp-footer-container .cp-footer-main .cp-fblock .cp-fcontent ul li .cp-fcontact {
  float: left;
  padding: 0 0 0 20px;
  position: relative;
  width: 100%;
}
.cp-footer-container .cp-footer-main .cp-fblock .cp-fcontent ul li .cp-fcontact span {
  position: absolute;
  left: 0;
}
.cp-footer-container .cp-footer-main .cp-fblock .cp-fcontent ul li .cp-fcontact a:before {
  content: "";
  font-family: 'Fontawesome';
  margin-right: 0;
}
.cp-footer-container .cp-footer-main .cp-fblock .cp-fcontent .block.newsletter {
  width: 100%;
  margin-bottom: 20px;
  float: left;
}
.cp-footer-container .cp-footer-main .cp-fblock .cp-fcontent .block.newsletter > .content .field.newsletter {
  display: block;
  margin-bottom: 15px;
}
.cp-footer-container .cp-footer-main .cp-fblock .cp-fcontent .block.newsletter > .content .field.newsletter .control:before {
  content: '';
}
.cp-footer-container .cp-footer-main .cp-fblock .cp-fcontent .block.newsletter > .content .field.newsletter .control #newsletter::-moz-placeholder {
  color: #ffffff;
}
.cp-footer-container .cp-footer-main .cp-fblock .cp-fcontent .block.newsletter > .content .field.newsletter .control #newsletter {
  background: #666666;
  border-color: #666666;
  color: #ffffff;
  height: 40px;
  padding: 0 15px;
  margin-top: 5px;
}
.cp-footer-container .cp-footer-main .cp-fblock .cp-fcontent .block.newsletter > .content .field.newsletter .control #newsletter:focus {
  box-shadow: none;
}
.cp-footer-container .cp-footer-main .cp-fblock .cp-fcontent .block.newsletter > .content .actions {
  display: block;
  color: #222222;
}
.cp-footer-container .cp-footer-main .cp-fblock .cp-fcontent .block.newsletter > .content .actions .action.subscribe.primary {
  background: #7A9C59;
  border-color: #7A9C59;
  color: #ffffff;
  font-weight: 600;
  margin-left: 0;
  padding: 8px 15px;
}
.copyright {
  background-image: url('../images/footer-stripes.png');
  background-position: center top;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 991px) {
  .cp-footer-container .cp-footer-main {
    width: 33.3333%;
  }
  .cp-footer-container .cp-footer-main .cp-fblock .cp-fcontent .cp-social {
    margin-top: 0;
    margin-bottom: 40px;
  }
  .cp-footer-container .cp-footer-main:first-child {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .cp-footer-container .cp-footer-main {
    width: 100%;
    margin-bottom: 20px;
  }
  .cp-footer-container .cp-footer-main .cp-fblock .cp-fcontent .action.nav-toggle {
    display: none;
  }
  .cp-footer-container .cp-footer-main .cp-fblock .cp-fcontent .cp-social {
    margin-bottom: 0;
  }
}
/*footer block end */
/*=============================================
sidebar and sidebar additional less variables
===============================================*/
.sidebar-main #layered-filter-block,
.sidebar-additional #layered-filter-block {
  background: transparent;
  padding: 0;
}
.sidebar-main .block,
.sidebar-additional .block {
  background: #f2f2f2;
  padding: 15px;
  box-sizing: border-box;
  margin-bottom: 30px !important;
}
.sidebar-main .block .block-title,
.sidebar-additional .block .block-title {
  border-bottom: 1px solid #dddddd;
  color: #222222;
  padding: 0 0 10px;
}
.sidebar-main .block .block-title > strong,
.sidebar-additional .block .block-title > strong {
  color: #222222;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.sidebar-main .block .block-content .block-subtitle,
.sidebar-additional .block .block-content .block-subtitle {
  border-bottom: none;
  color: #222222;
  font-weight: 400;
  padding: 5px 0 15px;
  text-transform: uppercase;
  font-size: 14px;
}
.sidebar-main .block .block-content .subtitle,
.sidebar-additional .block .block-content .subtitle {
  font-weight: 400;
  margin-bottom: 10px;
}
.sidebar-main .block .block-content .filter-options .filter-options-item,
.sidebar-additional .block .block-content .filter-options .filter-options-item {
  background: #f2f2f2;
  margin: 0 0 12px;
  padding: 6px 5px 12px;
  border-bottom: none;
}
.sidebar-main .block .block-content .filter-options .filter-options-item .filter-options-title,
.sidebar-additional .block .block-content .filter-options .filter-options-item .filter-options-title {
  font-weight: 600;
  color: #222222;
}
.sidebar-main .block .block-content .empty,
.sidebar-additional .block .block-content .empty {
  color: #222222;
}
/*sidebar wishlist block*/
#wishlist-sidebar .product-item {
  min-height: 70px;
}
#wishlist-sidebar .product-item .product-item-info .product-image-container .product-image-wrapper {
  padding: 50%;
}
#wishlist-sidebar .product-item-details .product-item-actions {
  position: relative;
  padding: 0;
  background: transparent;
}
/*sidebar and sidebar additional end*/
/*=======================
top header block
=======================*/
/*top header block*/
.page-footer {
  background: #222222;
  margin-top: 15px;
}
.copyright {
  background-color: #222222;
}
/*.page-header .switcher .options .action.toggle:after, .page-footer .switcher .options .action.toggle:after {
    
}
.page-header .switcher .options .action.toggle.active:after, .page-footer .switcher .options .action.toggle.active:after {
    
}*/
.switcher {
  color: #ffffff;
}
.switcher:hover {
  color: #f2703e;
}
@media only screen and (max-width: 767px) {
  .switcher {
    color: #000000;
  }
  .switcher:hover {
    color: #f2703e;
  }
}
.page-header {
  border: 0;
  margin-bottom: 0;
}
.page-header .switcher {
  margin: 0 0 0 13px;
  padding: 0 0 0 13px;
  border-left: 1px solid #444444;
}
.page-main > .page-title-wrapper .page-title {
  color: #222222;
  font-weight: 400;
  font-size: 30px;
}
.header-notification {
  float: left;
  max-width: 350px;
  text-transform: capitalize;
  color: #ffffff;
  font-size: 12px;
  line-height: 18px;
}
@media only screen and (max-width: 991px) {
  .header-notification {
    max-width: 100%;
    width: 100%;
    padding-bottom: 2px;
  }
}
@media only screen and (max-width: 767px) {
  .header-notification {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .page-header {
    margin-bottom: 0;
    background: #222222;
  }
}
/*=======================
top-menu(nav) less variables
=======================*/
/*top menu block start*/
@media only screen and (max-width: 767px) {
  .nav-sections {
    background: #ffffff;
  }
  .navigation .level0 {
    float: none;
  }
  .navigation .level0 > .level-top {
    box-sizing: border-box;
    position: relative;
    float: none;
  }
  .navigation .level0 .submenu {
    border-top: none;
  }
}
/*top menu block end*/
/*=======================================
Slider navigation arrows (Prev and next)
=========================================*/
.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
  color: #ffffff;
  background: #7A9C59;
}
.flex-direction-nav .flex-prev:hover,
.flex-direction-nav .flex-next:hover {
  background: #87a867;
}
@media only screen and (max-width: 639px) {
  .flex-direction-nav .flex-prev,
  .flex-direction-nav .flex-next {
    display: none;
  }
}
/*=======================
Minicart block
=======================*/
.block-search .action.search.disabled,
.block-search .action.search[disabled],
fieldset[disabled] .block-search .action.search {
  opacity: 1;
}
.minicart-wrapper .action.showcart {
  display: inline;
}
@media only screen and (max-width: 767px) {
  .minicart-wrapper .action.showcart .text {
    display: none;
  }
  .minicart-wrapper .action.showcart:before {
    color: #ffffff;
  }
  .minicart-wrapper .action.showcart:hover:before {
    color: #7A9C59;
  }
  .minicart-wrapper {
    margin-left: 10px;
  }
}
/*=======================
Minicart block
=======================*/
/*block minicart start*/
/*block minicart end*/
/*===========================
Product Detail Page blocks
=============================*/
.product-item-name > a {
  font-size: 14px;
}
.product-slider li.product-item {
  width: 100% !important;
  background: transparent !important;
  box-sizing: border-box;
  padding: 10px;
}
.product-slider.product-items {
  margin: 0 !important;
}
.product-slider .product-item-info {
  width: 100%;
}
.fotorama__thumb-border {
  border: 2px solid #7A9C59;
}
.product-info-main .product.attibute.overview > .value {
  font-size: 14px;
  line-height: 24px;
}
.product-info-main .product.attibute.overview > .value > p {
  font-size: 14px;
  line-height: 24px;
}
.product.attibute.description > .value {
  font-size: 14px;
  line-height: 24px;
}
.product.attibute.description > .value > p {
  font-size: 14px;
  line-height: 24px;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th,
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  font-size: 14px;
}
.product-info-main .product-add-form .box-tocart .field.qty {
  float: left;
  margin-right: 10px;
}
.product-info-main .product-add-form .box-tocart .field.qty > label.label {
  float: left;
  line-height: 50px;
  margin-right: 10px;
}
.product-info-main .product-add-form .box-tocart .field.qty .control {
  float: left;
}
.product-info-main .product-add-form .box-tocart .field.qty .control #qty {
  height: 52px;
}
.product-info-main .product-add-form .box-tocart .actions #product-addtocart-button {
  height: 52px;
}
@media only screen and (max-width: 639px) {
  .product-slider li.product-item {
    padding: 5px;
  }
}
/*===========================
Testimonial less Variables
=============================*/
.t-avtar {
  border: 8px solid #7A9C59;
}
.t-sept .t-vert,
.t-sept .t-horz {
  background: #dddddd;
}
.t-info .th-name > span > a {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  color: #7A9C59;
}
.t-info .th-name > span > a:hover {
  color: #87a867;
}
.t-info .th-name .t-bottom {
  background: #dddddd;
}
.t-info .th-company {
  color: #7A9C59;
  font-size: 18px;
}
.t-info .th-desc .th-desc-inner {
  color: #444444;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.t-info .th-desc .th-desc-inner p {
  color: #444444;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.t-info .th-links .th-website,
.t-info .th-links .th-email {
  border: 2px solid #dddddd;
  border-radius: 50%;
  color: #dddddd;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px !important;
}
.t-info .th-links .th-website > a,
.t-info .th-links .th-email > a {
  color: #dddddd;
}
.t-info .th-links .th-website > a:hover,
.t-info .th-links .th-email > a:hover {
  color: #7A9C59;
}
/*testimonial detail page*/
.tdet-wrapper .tdet-main .tdet-name {
  color: #7A9C59;
  font-weight: 400;
  font-size: 24px;
  text-transform: uppercase;
  margin: 20px 0;
  line-height: 30px;
}
.tdet-wrapper .tdet-main .tdet-info .tdet-desc .fa {
  color: #7A9C59;
  font-size: 24px;
}
.tdet-wrapper .tdet-main .tdet-info .tdet-desc > span {
  color: #222222;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
.tdet-wrapper .tdet-main .tdet-info .tdet-desc > span p {
  color: #222222;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
.tdet-wrapper .tdet-main .tdet-info .tdet-company,
.tdet-wrapper .tdet-main .tdet-info .tdet-email,
.tdet-wrapper .tdet-main .tdet-info .tdet-website {
  color: #222222;
  font-size: 13px;
  font-weight: 300;
}
.tdet-wrapper .tdet-main .tdet-info .tdet-company a,
.tdet-wrapper .tdet-main .tdet-info .tdet-email a,
.tdet-wrapper .tdet-main .tdet-info .tdet-website a {
  color: #222222;
  font-size: 13px;
  font-weight: 300;
}
.tdet-wrapper .tdet-main .tdet-info .tdet-company a:hover,
.tdet-wrapper .tdet-main .tdet-info .tdet-email a:hover,
.tdet-wrapper .tdet-main .tdet-info .tdet-website a:hover {
  color: #7A9C59;
}
.tdet-wrapper .tdet-main .tdet-info .tdet-company span,
.tdet-wrapper .tdet-main .tdet-info .tdet-email span,
.tdet-wrapper .tdet-main .tdet-info .tdet-website span {
  border: 2px solid #dddddd;
  border-radius: 50%;
  color: #222222;
  font-size: 13px;
  height: 30px;
  line-height: 30px;
  margin-right: 0 7px 0 0;
  text-align: center;
  width: 30px;
}
/*===========================
My Account Pages less
=============================*/
#wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner {
  position: absolute;
  width: 100%;
}
#wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .box-tocart .product-item-actions {
  padding: 0;
  position: relative;
}
#wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info .product-item-inner .product-item-actions {
  padding: 0;
  position: relative;
}
#wishlist-view-form .products-grid.wishlist .product-items .product-item .product-item-info:hover .product-item-inner {
  bottom: 0;
}
.account .page-title-wrapper .page-title {
  display: inline-block;
  color: #222222;
  font-weight: 400;
  font-size: 30px;
}
/*===========================
category page pagination less Variables
=============================*/
.pages strong.page {
  padding: 5px 9px;
  min-width: 15px;
  border: 1px solid #dddddd;
  background: #f2f2f2;
  color: #7A9C59;
  font-weight: 400;
  text-align: center;
}
.pages a.page {
  padding: 5px 9px;
  min-width: 15px;
  border: 1px solid #dddddd;
  color: #222222 !important;
  text-align: center;
}
.pages .action.next:before {
  font-size: 12px;
  color: #222222;
}
.pages .action.previous:before {
  font-size: 12px;
  color: #222222;
}
.pages .action:hover {
  background: #f2f2f2;
}
/*===========================
Contact Us Page less Variables
=============================*/
.c-wrapper,
.c-add {
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.c-add {
  padding-left: 30px;
}
.c-add .cs-name {
  color: #7A9C59;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  margin: 0 0 20px;
  text-transform: uppercase;
}
.c-add .cs-info {
  position: relative;
  padding-left: 30px;
}
.c-add .cs-info > span {
  font-size: 16px;
  left: 0;
  position: absolute;
  width: 30px;
  text-align: center;
}
.c-add .cs-info > b {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 5px;
}
.c-add .cs-info > div {
  font-size: 14px;
  line-height: 15px;
  margin: 0 0 10px;
}
@media only screen and (max-width: 767px) {
  .c-wrapper,
  .c-add {
    width: 100%;
    margin-bottom: 30px;
  }
  .c-add {
    padding-left: 0;
  }
  .actions-toolbar > .primary .action:last-child {
    width: auto;
    float: left;
  }
  .box-tocart .action.tocart {
    width: auto;
  }
  .product-social-links {
    text-align: left;
  }
  .actions-toolbar .primary .action {
    margin: 0 15px 0 0;
    width: auto;
    float: left;
    margin-bottom: 0px;
  }
  .actions-toolbar > .primary {
    display: inline-block;
  }
}
/*===========================
New and Sale Label less
=============================*/
.new-lbl,
.sale-lbl {
  background: #7A9C59;
  border-radius: 50%;
  color: #ffffff;
  height: 45px;
  line-height: 45px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 10px;
  width: 45px;
  z-index: 9;
  font-size: 14px;
  font-weight: 400;
}
.new-lbl {
  left: 10px;
}
.sale-lbl {
  right: 10px;
}
/*===========================
Breadcrumbs less
=============================*/
.breadcrumbs {
  background: #f2f2f2;
  padding: 20px 0;
}
/*Home banner block*/
.hb-main {
  display: block;
  clear: both;
  float: left;
  width: 100%;
}
.hb-main .hb-left {
  float: left;
  width: 75%;
  box-sizing: border-box;
  padding-right: 5px;
}
.hb-main .hb-left .hb-slider {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hb-main .hb-left .hb-slider > li {
  display: block;
  margin: 0;
}
.hb-main .hb-left .hb-slider > li > a {
  display: block;
}
.hb-main .hb-right {
  float: left;
  width: 25%;
  box-sizing: border-box;
  padding-left: 15px;
}
.hb-main .hb-right .hb-top {
  display: block;
  margin-bottom: 20px;
}
.hb-main .hb-right .hb-bottom {
  display: block;
}
.hat-main {
  display: block;
  clear: both;
  float: left;
  width: 100%;
}
.hat-main .hat-row {
  margin: 0 -10px;
}
.hat-main .hat-row .hat-inner {
  padding: 0 10px;
  float: left;
  width: 33.33%;
  box-sizing: border-box;
}
.hat-main .hat-row .hat-inner > a {
  display: block;
}
.hab-main {
  display: block;
  clear: both;
  float: left;
  width: 100%;
}
.hab-main .hab-row {
  margin: 0 -10px;
}
.hab-main .hab-row .hab-inner {
  padding: 0 10px;
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.hab-main .hab-row .hab-inner > a {
  display: block;
}
.page-main .block {
  margin-bottom: 0;
}
/*home blogs*/
.hpb-main {
  display: block;
  clear: both;
  float: left;
  width: 100%;
}
.hpb-main .hpb-inner {
  padding: 0 10px;
  display: block;
  margin-bottom: 20px;
}
.hpb-main .hpb-inner .hpb-img {
  display: block;
}
.hpb-main .hpb-inner .hpb-content-main {
  background: #f2f2f2;
  display: block;
  border: 1px solid #dddddd;
  box-sizing: border-box;
  border-top: none;
}
.hpb-main .hpb-inner .hpb-content-main .hpb-content {
  padding: 20px;
  display: block;
}
.hpb-main .hpb-inner .hpb-content-main .hpb-content > h2 {
  font-size: 20px;
  padding: 0;
  margin: 0 0 15px;
  display: block;
  font-weight: normal;
}
.hpb-main .hpb-inner .hpb-content-main .hpb-content > p {
  font-size: 14px;
  line-height: 20px;
}
.hpb-main .hpb-inner .hpb-content-main .hpb-info {
  padding: 20px;
  display: block;
  border-top: 1px solid #dddddd;
  box-sizing: border-box;
}
.hpb-main .hpb-inner .hpb-content-main .hpb-info > span.hpb-poster {
  margin-right: 10px;
}
.hpb-main .hpb-inner .hpb-content-main .hpb-info > span.hpb-poster > i {
  margin-right: 5px;
}
.hpb-main .hpb-inner .hpb-content-main .hpb-info > span.readmore {
  float: right;
  text-transform: uppercase;
}
/*home testimonials*/
.htb-main {
  display: block;
  clear: both;
  float: left;
  width: 100%;
}
.htb-main .htb-content .htb-inner {
  margin-bottom: 20px;
}
.htb-main .htb-content .htb-inner .htb-img {
  display: block;
}
.htb-main .htb-content .htb-inner .htb-img > a > img {
  border: 2px solid;
  border-radius: 50%;
  display: block;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}
.htb-main .htb-content .htb-inner .htb-content-inner {
  display: block;
}
.htb-main .htb-content .htb-inner .htb-content-inner > p {
  font-size: 16px;
  line-height: 30px;
  margin: 0 auto 15px;
  max-width: 85%;
  text-align: center;
  color: #555555;
}
.htb-main .htb-content .htb-inner .htb-content-inner > .htb-sept {
  width: 100px;
  height: 2px;
  display: block;
  margin: 0 auto 15px;
  background: #dddddd;
}
.htb-main .htb-content .htb-inner .htb-content-inner > .htb-info {
  display: block;
  text-align: center;
}
.htb-main .htb-content .htb-inner .htb-content-inner > .htb-info .htb-name {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 5px;
}
.htb-main .htb-content .htb-inner .htb-content-inner > .htb-info > p {
  color: #555555;
  font-weight: 600;
}
/*brand block*/
.hbr-main {
  display: block;
  clear: both;
  float: left;
  width: 100%;
}
.hbr-main .hbr-content .hbr-inner {
  margin-bottom: 20px;
  padding: 0 10px;
}
/*footer services block*/
.fs-main {
  display: block;
  clear: both;
  float: left;
  width: 100%;
  background: #f2f2f2;
}
.fs-main .fs-row {
  margin: 0 -10px;
}
.fs-main .fs-row .fs-inner {
  float: left;
  width: 33.33%;
  box-sizing: border-box;
  padding: 0 10px;
  position: relative;
  min-height: 60px;
}
.fs-main .fs-row .fs-inner .fs-left {
  position: absolute;
  left: 10px;
  top: 0;
  width: 60px;
  height: 60px;
  background: #ffffff;
  color: #7A9C59;
  text-align: center;
  font-size: 20px;
  line-height: 60px;
  border: 1px solid #dddddd;
}
.fs-main .fs-row .fs-inner .fs-right {
  float: left;
  width: 100%;
  padding-left: 80px;
  box-sizing: border-box;
}
.fs-main .fs-row .fs-inner .fs-right > h3 {
  color: #222222;
  font-size: 18px;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 6px;
}
.fs-main .fs-row .fs-inner .fs-right > p {
  color: #555555;
  margin: 0;
}
.columns {
  display: block;
}
.products-grid .product-item .product-img-block,
.products-list .product-item .product-img-block {
  display: block;
  position: relative;
  overflow: hidden;
}
.products-grid .product-item .pro-overlay,
.products-list .product-item .pro-overlay {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  height: 0%;
  position: absolute;
  top: -5px;
  width: 100%;
  z-index: 1;
}
.products-grid .product-item:hover .pro-overlay,
.products-list .product-item:hover .pro-overlay {
  height: 100%;
}
.products-list .product-item .product-item-actions {
  padding: 10px 0;
}
.products-list .product-item .product-item-actions .actions-secondary .action {
  color: #222222;
}
.products-list .product-item .product-item-actions .actions-secondary .action:hover {
  color: #7A9C59;
}
.product-info-main .product-social-links .product-addto-links a.action.towishlist {
  color: #222222;
}
.product-info-main .product-social-links .product-addto-links a.action.towishlist:hover {
  color: #7A9C59;
}
.product-info-main .product-social-links .product-addto-links a.action.tocompare {
  color: #222222;
}
.product-info-main .product-social-links .product-addto-links a.action.tocompare:hover {
  color: #7A9C59;
}
.product-info-main .product-social-links .action.mailto.friend {
  color: #222222;
}
.product-info-main .product-social-links .action.mailto.friend:hover {
  color: #7A9C59;
}
.product-info-main .product-social-links .action.mailto.friend > span {
  line-height: 18px;
}
@media only screen and (max-width: 767px) {
  .hb-main .hb-right {
    width: 100%;
    padding: 0;
  }
  .hb-main .hb-left {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
  .hb-main .hb-right .hb-top {
    float: left;
    width: 50%;
    box-sizing: border-box;
  }
  .hb-main .hb-right .hb-bottom {
    float: left;
    width: 50%;
    box-sizing: border-box;
  }
  .hat-main .hat-row {
    margin: 0;
  }
  .hat-main .hat-row .hat-inner {
    width: 100%;
    padding: 0;
  }
  .hab-main .hab-row {
    margin: 0;
  }
  .hab-main .hab-row .hab-inner {
    width: 100%;
    padding: 0;
  }
  .fs-main .fs-row {
    margin: 0;
  }
  .fs-main .fs-row .fs-inner {
    width: 100%;
    margin-bottom: 15px;
    padding: 0;
  }
}
.product-reviews-summary {
  margin-left: 10px;
}
.product-reviews-summary .rating-summary {
  overflow: visible;
}
.product-reviews-summary .reviews-actions {
  line-height: 16px;
  vertical-align: middle;
  margin-left: 17px;
  float: left;
  margin-top: 5px;
}
.c-wrapper .form.contact {
  width: 100% !important;
}
.swatch-option {
  margin: 0 10px 5px 2px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@media all and (min-width: 768px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    float: left;
    clear: left;
    margin: 0 10px 5px 0;
  }
  .abs-product-options-list-desktop dt:after,
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    float: left;
    display: inline-block;
    margin: 0 0 5px;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .abs-discount-block-desktop .block,
  .column .block-addbysku .block-content .box,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box,
  .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,
  .magento-payments-review-discount .block,
  .cart-discount .block {
    width: 48%;
  }
  .abs-blocks-2columns:nth-child(1),
  .abs-discount-block-desktop .block:nth-child(1),
  .column .block-addbysku .block-content .box:nth-child(1),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(1),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(1),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box: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),
  .magento-payments-review-discount .block:nth-child(1),
  .cart-discount .block:nth-child(1) {
    float: left;
    clear: left;
  }
  .abs-blocks-2columns:nth-child(2),
  .abs-discount-block-desktop .block:nth-child(2),
  .column .block-addbysku .block-content .box:nth-child(2),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(2),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(2),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box: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),
  .magento-payments-review-discount .block:nth-child(2),
  .cart-discount .block:nth-child(2) {
    float: right;
  }
  .abs-blocks-2columns:nth-child(2) + *,
  .abs-discount-block-desktop .block:nth-child(2) + *,
  .column .block-addbysku .block-content .box:nth-child(2) + *,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(2) + *,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(2) + *,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box: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) + *,
  .magento-payments-review-discount .block:nth-child(2) + *,
  .cart-discount .block:nth-child(2) + * {
    clear: both;
  }
  .abs-margin-for-blocks-and-widgets-desktop {
    margin-bottom: 50px;
  }
  .abs-reset-left-margin-desktop,
  .column.main .magento-payments-review .actions-toolbar,
  .bundle-options-container .legend.title,
  .gift-summary .actions-toolbar,
  .cart.table-wrapper .gift-summary .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar,
  .form-new-agreement .fieldset .legend,
  .form-new-agreement .actions-toolbar,
  .column.main .paypal-review .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-add-invitations .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 90%;
  }
  .abs-add-fields-desktop .fieldset .field .control,
  .form-giftregistry-share .fieldset .field .control,
  .form-giftregistry-edit .fieldset .field .control,
  .form-add-invitations .fieldset .field .control,
  .form-create-return .fieldset .field .control,
  .form.send.friend .fieldset .field .control {
    width: auto;
  }
  .abs-margin-for-forms-desktop {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .block-search .label,
  .block-collapsible-nav .title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .magento-payments-review .block-content:before,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:before,
  .magento-payments-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:before,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:before,
  .table .gift-wrapping .content:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:before,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:before,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .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-wishlist-management:before,
  .block-wishlist-management:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .header.content:before,
  .header.content:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:after,
  .order-review-form:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:after,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .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-wishlist-management: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,
  .block.crosssell,
  .block-cart-failed,
  .cart-container .cart-gift-item,
  .cart-container .form-cart {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(:first-child):last-of-type,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field {
    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) {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field + .fieldset {
    clear: both;
  }
  .abs-form-field-column-2 .fieldset .field .field {
    width: 100%;
    padding: 0;
  }
  .abs-form-field-revert-column-1 {
    width: 100%;
  }
  .abs-forms-general-desktop {
    max-width: 500px;
  }
  .abs-forms-general-desktop .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 {
    display: none;
  }
  .abs-revert-side-paddings,
  .checkout-cart-index .page-title-wrapper,
  .cart-summary .block .content,
  .cart-empty {
    padding-left: 0;
    padding-right: 0;
  }
  .abs-account-block-font-size,
  .block-addresses-list address,
  .box-billing-address .box-content,
  .box-shipping-address .box-content,
  .box-information .box-content {
    font-size: 1.3rem;
  }
  .abs-account-table-margin-desktop {
    margin-top: -25px;
  }
  .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: 'luma-icons';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-action-print:hover {
    text-decoration: underline;
  }
  .abs-no-display-desktop,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-status-desktop {
    margin-top: 6px;
    padding: 5px 10px;
  }
  .abs-title-orders-desktop .page-main .page-title-wrapper .order-date {
    margin: -14px 0 18px;
  }
  .abs-table-bordered-desktop {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > tbody > tr > th,
  .abs-table-bordered-desktop > tfoot > tr > th,
  .abs-table-bordered-desktop > thead > tr > td,
  .abs-table-bordered-desktop > tbody > tr > td,
  .abs-table-bordered-desktop > tfoot > tr > td {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > thead > tr > td {
    border-bottom: 1px solid #dddddd;
  }
  .abs-pager-toolbar,
  .toolbar-giftregistry-results,
  .account .toolbar,
  .toolbar-wishlist-results {
    position: relative;
  }
  .abs-pager-toolbar .toolbar-amount,
  .abs-pager-toolbar .limiter,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter {
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    line-height: 30px;
    padding: 0;
  }
  .abs-pager-toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .account .toolbar .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    z-index: 0;
    width: 100%;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .cart-gift-item,
  .cart-container .form-cart {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 4%;
    position: relative;
  }
  .abs-discount-block-desktop .block,
  .magento-payments-review-discount .block,
  .cart-discount .block {
    width: 48%;
  }
  .abs-discount-block-desktop .block > .title,
  .magento-payments-review-discount .block > .title,
  .cart-discount .block > .title {
    border: 0;
    cursor: default;
    padding: 0 0 10px;
  }
  .abs-discount-block-desktop .block > .title strong,
  .magento-payments-review-discount .block > .title strong,
  .cart-discount .block > .title strong {
    font-size: 1.6rem;
  }
  .abs-discount-block-desktop .block > .title:after,
  .magento-payments-review-discount .block > .title:after,
  .cart-discount .block > .title:after {
    display: none;
  }
  .abs-discount-block-desktop .block .content,
  .magento-payments-review-discount .block .content,
  .cart-discount .block .content {
    display: block !important;
    padding: 0;
  }
  .abs-discount-block-desktop .actions-toolbar .secondary,
  .magento-payments-review-discount .actions-toolbar .secondary,
  .cart-discount .actions-toolbar .secondary {
    bottom: -30px;
    left: 0;
    position: absolute;
  }
  h1 {
    font-size: 38px;
    margin-bottom: 40px;
  }
  .navigation,
  .breadcrumbs ul.items,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    max-width: 1280px;
    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: 0;
  }
  .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-right: 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-right: 0;
    padding-left: 2%;
  }
  .sidebar-additional {
    padding-left: 2%;
    clear: right;
  }
  .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-right: 2%;
    padding-left: 0;
    clear: left;
    float: left;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 0;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content {
    display: block !important;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: transparent;
    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;
    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: #ffffff;
    line-height: 35px;
    padding: 0 20px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    background: #7A9C59;
    border: none;
    color: #ffffff;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    background: #7A9C59;
    border-color: #222222;
    border-style: solid;
    border-width: 0;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #f2f2f2;
    border: 1px solid #dddddd;
    box-shadow: none;
    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: #f2f2f2;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #f2f2f2;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #dddddd;
    color: #dddddd;
    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: #222222;
    padding: 5px 15px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: transparent;
    color: #7A9C59;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #7A9C59;
    border-style: solid;
    border-width: 0 0 0 3px;
    color: #222222;
  }
  .navigation .level0 .submenu .submenu {
    top: -1px !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
    position: relative;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
  .legend {
    border-bottom: 1px solid #c5c5c5;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
    border-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 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: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: 40px;
    font-size: 1.4rem;
    color: #666666;
    text-decoration: none;
    background: #f2f2f2;
    border: 1px solid #dddddd;
    border-bottom: none;
    height: 40px;
    padding: 1px 35px 1px 35px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #666666;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #666666;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #222222;
    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: #222222;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 2px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 43px;
    padding: 35px 35px 35px 35px;
    border: 1px solid #dddddd;
  }
  .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: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: 40px;
    font-size: 1.4rem;
    color: #666666;
    text-decoration: none;
    background: #f2f2f2;
    border: 1px solid #dddddd;
    border-bottom: none;
    height: 40px;
    padding: 1px 35px 1px 35px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #666666;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #666666;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #222222;
    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: #222222;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 2px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 43px;
    padding: 35px 35px 35px 35px;
    border: 1px solid #dddddd;
  }
  .product.data.items .item.title a:after {
    display: none;
  }
  .actions-toolbar {
    text-align: left;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 15px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    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;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  #store-selector .form-continue .actions-toolbar > .primary {
    float: right;
  }
  #store-selector .form-continue .actions-toolbar .action.primary {
    margin: 0;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .magento-payments-review .magento-payments-review-title {
    border-bottom: 1px solid #dddddd;
  }
  .magento-payments-review .block-content .box-order-shipping-address,
  .magento-payments-review .block-content .box-order-shipping-method,
  .magento-payments-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .magento-payments-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .magento-payments-review .table-magento-payments-review-items .col.price,
  .magento-payments-review .table-magento-payments-review-items .col.qty {
    text-align: center;
  }
  .magento-payments-review .table-magento-payments-review-items .col.item {
    width: 60%;
  }
  .magento-payments-review .col.subtotal,
  .magento-payments-review .mark,
  .magento-payments-review .amount {
    text-align: right;
  }
  .magento-payments-review-discount {
    border-top: 1px solid #dddddd;
  }
  .magento-payments-review-discount .block {
    margin-bottom: 15px;
  }
  .magento-payments-review-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .magento-payments-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .block-cart-failed .actions {
    text-align: left;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    position: relative;
    width: 40%;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-downloadable .product-options-bottom .field.qty + .actions {
    padding-top: 0;
  }
  .gift-message .field {
    margin-bottom: 20px;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    float: right;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .cart.table-wrapper .action-gift {
    float: left;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 29px;
  }
  .table-invitations .col {
    width: 50%;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #dddddd;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .reward-settings + .actions-toolbar {
    margin-top: -32px;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 29px;
  }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .table-order-items .subtotal,
  .table-order-items .amount {
    text-align: right;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .page-title-wrapper .order-date {
    margin-top: -20px;
  }
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .page-products .products-grid .product-item {
    width: 32%;
    margin-left: calc((100% - 3 * 32%) / 2);
    padding: 0;
    background: #ffffff;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    position: relative;
    overflow: hidden;
  }
  .page-products .products-grid .product-item:nth-child(2n+1) {
    margin-left: calc((100% - 3 * 32%) / 2);
  }
  .page-products .products-grid .product-item:nth-child(3n+1) {
    margin-left: 0;
  }
  .page-products .products-grid .product-item .product-item-actions {
    bottom: -70px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
  }
  .page-products .products-grid .product-item:hover {
    /*box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);*/
    transform: translateY(0);
  }
  .page-products .products-grid .product-item:hover .product-item-photo .product-image-container .product-image-wrapper .product-image-photo {
    transform: scale(1.06);
  }
  .page-products .products-grid .product-item:hover .product-item-actions {
    bottom: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 23.439%;
    margin-left: calc((100% - 4 * 23.439%) / 3);
    padding: 0;
    background: #ffffff;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    position: relative;
    overflow: hidden;
  }
  .page-products.page-layout-1column .products-grid .product-item:nth-child(3n+1) {
    margin-left: calc((100% - 4 * 23.439%) / 3);
  }
  .page-products.page-layout-1column .products-grid .product-item:nth-child(4n+1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item .product-item-actions {
    bottom: -70px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
  }
  .page-products.page-layout-1column .products-grid .product-item:hover {
    /*box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);*/
    transform: translateY(0);
  }
  .page-products.page-layout-1column .products-grid .product-item:hover .product-item-photo .product-image-container .product-image-wrapper .product-image-photo {
    transform: scale(1.06);
  }
  .page-products.page-layout-1column .products-grid .product-item:hover .product-item-actions {
    bottom: 0;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 48.5%;
    margin-left: calc((100% - 2 * 48.5%) / 1);
    padding: 0;
    background: #ffffff;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    position: relative;
    overflow: hidden;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n+1) {
    margin-left: calc((100% - 2 * 48.5%) / 1);
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(2n+1) {
    margin-left: 0;
  }
  .page-products.page-layout-3columns .products-grid .product-item .product-item-actions {
    bottom: -70px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
  }
  .page-products.page-layout-3columns .products-grid .product-item:hover {
    /*box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);*/
    transform: translateY(0);
  }
  .page-products.page-layout-3columns .products-grid .product-item:hover .product-item-photo .product-image-container .product-image-wrapper .product-image-photo {
    transform: scale(1.06);
  }
  .page-products.page-layout-3columns .products-grid .product-item:hover .product-item-actions {
    bottom: 0;
  }
  .product-info-main .page-title-wrapper h1 {
    margin-bottom: 15px;
  }
  .product-info-main .product-add-form {
    padding-top: 20px;
  }
  .box-tocart .action.tocart {
    width: 49%;
    margin-right: 1%;
    margin-bottom: 0;
  }
  .product-social-links {
    text-align: left;
  }
  .product-options-bottom .price-box .price-container,
  .product-info-price .price-box .price-container {
    font-size: 20px;
  }
  .product-options-bottom .price-box .price-container .price,
  .product-info-price .price-box .price-container .price {
    font-size: 36px;
    line-height: 36px;
  }
  .product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
  .product-info-price .price-box .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 25px;
  }
  .page-layout-1column .product-info-main {
    width: 58%;
    box-sizing: border-box;
  }
  .page-layout-1column .product.media {
    width: 42%;
    box-sizing: border-box;
    padding: 0 30px 0 0;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .product-add-form .product-options-wrapper .field:not(.date) > .control {
    width: 80%;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    position: relative;
    left: auto;
    top: auto;
    float: left;
    margin: 0 10px 10px 0;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .compare.wrapper {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  .compare.wrapper .action.compare {
    line-height: 34px;
    color: #222222;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:visited {
    color: #222222;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:hover {
    color: #222222;
    text-decoration: underline;
  }
  .compare.wrapper .action.compare:active {
    color: #222222;
    text-decoration: underline;
  }
  .compare.wrapper .counter.qty {
    color: #6c6c6c;
  }
  .compare.wrapper .counter.qty:before {
    content: "(";
  }
  .compare.wrapper .counter.qty:after {
    content: ")";
  }
  .block-search {
    position: relative;
    float: right;
    padding: 9px 0 9px 15px;
    width: 410px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
  }
  .block-search input {
    position: static;
    padding-right: 40px;
    margin: 0;
    height: 40px;
    background: transparent;
    color: #ffffff;
    border-color: #444444;
  }
  .block-search input::-webkit-input-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input::-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-ms-input-placeholder {
    color: #c2c2c2;
  }
  .block-search .action.search {
    position: absolute;
    right: 0;
    width: 40px;
    top: 9px;
    z-index: 1;
    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;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 40px;
    color: #ffffff;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: #7A9C59;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #222222;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .checkout-cart-index .page-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-container .form-cart .actions.main {
    text-align: right;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-summary {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding: 1px 20px 25px;
    position: relative;
  }
  .cart-summary > .title {
    display: block;
  }
  .cart-summary .fieldset .actions-toolbar {
    margin-left: 0;
  }
  .cart-summary .fieldset .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block > .title {
    padding-left: 0;
  }
  .cart-summary .block > .title:after {
    right: 3px;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart-summary .checkout-methods-items {
    padding: 0;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper tbody td {
    padding-top: 20px;
  }
  .cart.table-wrapper .item .col.item {
    padding: 20px 8px 20px 0;
  }
  .cart.table-wrapper .item-actions td {
    padding: 0;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    padding-bottom: 35px;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart-discount {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    border: 0;
    box-sizing: border-box;
    padding-right: 4%;
  }
  .block.crosssell {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding: 0 4% 0 0;
  }
  .block.crosssell .products-grid .product-item {
    width: 100%/4;
  }
  .minicart-wrapper {
    margin: 9px 0 0 13px;
  }
  .minicart-wrapper .block-minicart {
    right: 0px;
    width: 390px;
  }
  .minilist .action.delete:before,
  .minicart-wrapper .action.edit:before {
    font-size: 16px;
    line-height: inherit;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .opc-estimated-wrapper {
    display: none;
  }
  .opc-progress-bar {
    margin: 0 0 20px;
    counter-reset: i;
    display: block;
    font-size: 0;
  }
  .opc-progress-bar-item {
    margin: 0 0 10px;
    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: 6px 0 0 6px;
  }
  .opc-progress-bar-item:last-child:before {
    border-radius: 0 6px 6px 0;
  }
  .opc-progress-bar-item > span {
    display: inline-block;
    padding-top: 45px;
    width: 100%;
    word-wrap: break-word;
    color: #e4e4e4;
    font-weight: 400;
    font-size: 1.4rem;
  }
  .opc-progress-bar-item > span:before,
  .opc-progress-bar-item > span:after {
    background: #e4e4e4;
    height: 38px;
    margin-left: -19px;
    transition: background 0.3s;
    width: 38px;
    border-radius: 50%;
    content: '';
    left: 50%;
    position: absolute;
    top: 0;
  }
  .opc-progress-bar-item > span:after {
    background: #fff;
    height: 26px;
    margin-left: -13px;
    top: 6px;
    width: 26px;
    content: counter(i);
    counter-increment: i;
    color: #222222;
    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: #7A9C59;
  }
  .opc-progress-bar-item._complete > span:after {
    font-family: 'luma-icons';
    content: '\e610';
  }
  .opc-progress-bar-item._active:before {
    background: #7A9C59;
  }
  .opc-progress-bar-item._active > span {
    color: #222222;
  }
  .opc-progress-bar-item._active > span:before {
    background: #7A9C59;
  }
  .opc-progress-bar-item._active > span:after {
    font-family: 'luma-icons';
    content: '\e610';
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 500px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 20px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 500px;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 20px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #fff;
    border: 1px solid #aeaeae;
    position: absolute;
    text-align: left;
    top: 100%;
    transform-origin: 0 0;
    transform: scale(1, 0);
    transition: transform linear 0.1s, visibility 0s linear 0.1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    transform: scale(1, 1);
    transition: transform linear 0.1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.5rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block::before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .payment-methods .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .payment-method-billing-address .action-update {
    float: right;
  }
  .payment-method-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .login-container .fieldset > .field > .control {
    width: 55%;
  }
  .form-create-account .fieldset-fullname .fields .field {
    float: left;
    margin: 0 10px 10px 0;
  }
  .form-create-account .fieldset-fullname .field-name-prefix,
  .form-create-account .fieldset-fullname .field-name-suffix {
    width: 50px;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account {
    width: 50%;
    min-width: 600px;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 25%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 75%;
  }
  .account .data.table {
    margin-bottom: 0;
  }
  .account .data.table .col.actions {
    white-space: nowrap;
  }
  .block-addresses-list .items.addresses > .item {
    margin-bottom: 20px;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .page-main .block {
    margin-bottom: 30px;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #7A9C59;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .block.newsletter {
    width: 34%;
  }
  html,
  body {
    height: 100%;
  }
  .ie9 body {
    background-color: #222222;
  }
  .navigation {
    padding: 0 20px;
  }
  .navigation ul {
    border-top: 1px solid #444444;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
    background: #222222;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #444444;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    float: right;
    margin: 0 0 0 13px;
    padding: 0 0 0 13px;
    border-left: 1px solid #444444;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
    color: #333333;
    font-weight: 400;
    font-size: 30px;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .customer-welcome {
    display: inline-block;
    position: relative;
  }
  .customer-welcome:before,
  .customer-welcome:after {
    content: '';
    display: table;
  }
  .customer-welcome:after {
    clear: both;
  }
  .customer-welcome .action.switch {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 17px;
    color: inherit;
    content: '\f0d7';
    font-family: 'Fontawesome';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch:active:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active {
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch.active > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 17px;
    color: inherit;
    content: '\f0d8';
    font-family: 'Fontawesome';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch.active:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active:active:after {
    color: inherit;
  }
  .customer-welcome ul {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #fff;
    border: 1px solid #bbb;
    margin-top: 4px;
    min-width: 100%;
    z-index: 101;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  }
  .customer-welcome ul li {
    margin: 0;
    padding: 0;
  }
  .customer-welcome ul li:hover {
    background: #e8e8e8;
    cursor: pointer;
  }
  .customer-welcome ul:before,
  .customer-welcome ul:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  .customer-welcome ul:before {
    border: 6px solid;
    border-color: transparent transparent #fff transparent;
    z-index: 99;
  }
  .customer-welcome ul:after {
    border: 7px solid;
    border-color: transparent transparent #bbb transparent;
    z-index: 98;
  }
  .customer-welcome ul:before {
    right: 10px;
    top: -12px;
  }
  .customer-welcome ul:after {
    right: 9px;
    top: -14px;
  }
  .customer-welcome.active {
    overflow: visible;
  }
  .customer-welcome.active ul {
    display: block;
  }
  .customer-welcome li a {
    color: #222222;
    text-decoration: none;
    display: block;
    line-height: 1.4;
    padding: 8px;
  }
  .customer-welcome li a:visited {
    color: #222222;
    text-decoration: none;
  }
  .customer-welcome li a:hover {
    color: #222222;
    text-decoration: none;
  }
  .customer-welcome li a:active {
    color: #222222;
    text-decoration: none;
  }
  .customer-welcome .customer-name {
    cursor: pointer;
  }
  .customer-welcome .customer-menu {
    display: none;
  }
  .customer-welcome .action.switch {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    color: #222222;
  }
  .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;
  }
  .customer-welcome.active .action.switch:after {
    content: '\e621';
  }
  .customer-welcome.active .customer-menu {
    display: block;
  }
  .customer-welcome .greet {
    display: none;
  }
  .header.panel > .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    float: right;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    border-left: 1px solid #ccc;
    margin: 0 0 0 8px;
    padding: 0 0 0 8px;
    line-height: 18px;
  }
  .header.panel > .header.links > li:first-child {
    border: none;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li > a {
    display: inline-block;
    line-height: 18px;
  }
  .header.panel > .header.links > li.welcome a {
    color: #fff;
    padding-left: 5px;
  }
  .header.panel > .header.links > .authorization-link:after {
    content: attr(data-label);
    display: inline-block;
    margin: 0 -5px 0 5px;
  }
  .header.panel > .header.links > .customer-welcome + .authorization-link {
    display: none;
  }
  .header.content {
    padding: 20px 20px;
  }
  .logo {
    margin: 0;
  }
  .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%;
  }
  .page-footer {
    background: #111111;
    margin-top: auto;
    padding-bottom: 25px;
  }
  .footer.content {
    border-top: none;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content ul {
    padding-right: 50px;
  }
  .footer.content .switcher.store {
    display: block;
    margin: 0;
  }
  .footer.content .links {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .footer.content .links li {
    background: transparent;
    border: none;
    font-size: 14px;
    margin: 0 0 8px;
    padding: 0;
  }
  .footer.content .links a,
  .footer.content .links strong {
    display: inline;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
    width: 32%;
    margin-left: calc((100% - 3 * 32%) / 2);
    padding: 0;
    background: #ffffff;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    position: relative;
    overflow: hidden;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(3n+1) {
    margin-left: 0;
  }
  .wishlist-index-index .products-grid .product-item .product-item-actions {
    bottom: 0;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
  }
  .wishlist-index-index .products-grid .product-item:hover {
    /*box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);*/
    transform: translateY(-3px);
  }
  .wishlist-index-index .products-grid .product-item:hover .product-item-actions {
    bottom: 0;
  }
  .products-grid.wishlist .product-item-info:hover .product-item-inner {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item-actions > * {
    display: inline-block;
    margin-bottom: 7px;
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .fieldset {
    display: table;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty,
  .products-grid.wishlist .product-item .fieldset .product-item-actions {
    display: table-cell;
    vertical-align: bottom;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .products-grid.wishlist .product-item .tocart {
    width: auto;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .wishlist-index-index .product-item-inner {
    background: #fff;
    display: none;
    left: 0;
    margin: 9px 0 0 0;
    padding: 0 9px 9px;
    position: absolute;
    right: -1px;
    z-index: 2;
  }
  .wishlist-index-index .product-item-inner .comment-box {
    margin-top: -18px;
  }
  .block.widget .products-grid .product-item {
    width: 32%;
    margin-left: calc((100% - 3 * 32%) / 2);
    padding: 0;
    background: #ffffff;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    position: relative;
    overflow: hidden;
  }
  .block.widget .products-grid .product-item:nth-child(3n+1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item .product-item-actions {
    bottom: -70px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
  }
  .block.widget .products-grid .product-item:hover {
    /*box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);*/
    transform: translateY(0);
  }
  .block.widget .products-grid .product-item:hover .product-item-photo .product-image-container .product-image-wrapper .product-image-photo {
    transform: scale(1.06);
  }
  .block.widget .products-grid .product-item:hover .product-item-actions {
    bottom: 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    width: 23.439%;
    margin-left: calc((100% - 4 * 23.439%) / 3);
    padding: 0;
    background: #ffffff;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    position: relative;
    overflow: hidden;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n+1) {
    margin-left: calc((100% - 4 * 23.439%) / 3);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n+1) {
    margin-left: 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item .product-item-actions {
    bottom: -70px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
  }
  .page-layout-1column .block.widget .products-grid .product-item:hover {
    /*box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);*/
    transform: translateY(0);
  }
  .page-layout-1column .block.widget .products-grid .product-item:hover .product-item-photo .product-image-container .product-image-wrapper .product-image-photo {
    transform: scale(1.06);
  }
  .page-layout-1column .block.widget .products-grid .product-item:hover .product-item-actions {
    bottom: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 48.5%;
    margin-left: calc((100% - 2 * 48.5%) / 1);
    padding: 0;
    background: #ffffff;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    position: relative;
    overflow: hidden;
  }
  .page-layout-3columns .block.widget .products-grid .product-item:nth-child(3n+1) {
    margin-left: calc((100% - 2 * 48.5%) / 1);
  }
  .page-layout-3columns .block.widget .products-grid .product-item:nth-child(2n+1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item .product-item-actions {
    bottom: -70px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
  }
  .page-layout-3columns .block.widget .products-grid .product-item:hover {
    /*box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);*/
    transform: translateY(0);
  }
  .page-layout-3columns .block.widget .products-grid .product-item:hover .product-item-photo .product-image-container .product-image-wrapper .product-image-photo {
    transform: scale(1.06);
  }
  .page-layout-3columns .block.widget .products-grid .product-item:hover .product-item-actions {
    bottom: 0;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
  .header.panel > .header.links > li {
    font-size: 12px;
    text-transform: capitalize;
  }
  .header.panel > .header.links > li {
    border-left: 1px solid #444444;
    line-height: 18px;
    margin: 0 0 0 13px;
    padding: 0 0 0 13px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li > a {
    line-height: 18px;
    color: #ffffff;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li > a:visited,
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li > a:active {
    color: #ffffff;
  }
  .page-footer {
    background: #222222;
  }
  .header.panel > .header.links > li {
    color: #ffffff;
  }
  .page-header .switcher .options ul.dropdown li:hover,
  .page-footer .switcher .options ul.dropdown li:hover,
  .customer-welcome ul li:hover {
    background: transparent;
  }
  .page-header .switcher .options ul.dropdown li:hover a,
  .page-footer .switcher .options ul.dropdown li:hover a,
  .customer-welcome ul li:hover a {
    color: #7A9C59;
  }
  .nav-sections {
    background: #222222;
  }
  .navigation .level0 > .level-top {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
  }
  .navigation .level0 .submenu {
    border-top: 3px solid #7A9C59;
    padding: 5px 0;
  }
  .navigation .level0 {
    float: left;
  }
  .navigation li.level0 {
    float: left;
    margin-right: 7px;
    padding: 10px 0;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon::after {
    position: absolute;
    right: 10px;
    top: 8px;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 30px;
  }
  .navigation .level0 > .level-top {
    box-sizing: border-box;
    position: relative;
    float: left;
  }
  .navigation .level0 .submenu li.parent > a:after {
    color: #333333;
    content: "\f0d7";
    display: inline-block;
    float: right;
    font-family: "Fontawesome";
    font-size: 10px;
    font-weight: normal;
    line-height: 18px;
    margin: 0;
    overflow: hidden;
    text-align: right;
    vertical-align: top;
  }
  .navigation .level0 .submenu li.parent > a:hover:after {
    content: "\f0da";
    font-family: "Fontawesome";
  }
  .navigation .level0 > .level-top.ui-state-active {
    background: #7A9C59;
    color: #ffffff;
  }
  .navigation .level0 .submenu a.ui-state-active {
    background: transparent;
    color: #7A9C59;
  }
  .braintree-express-paylater-message-container {
    order: 1;
  }
  .paypal-braintree-paylater-message-container-pdp {
    padding: 0 0 10px;
  }
  .paypal-braintree-paylater-message-container-cart {
    padding: 0;
  }
}
@media all and (min-width: 769px), print {
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
}
@media all and (min-width: 1440px), print {
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSolwin%5C%2Ffreego_child%5C%2Fro_RO%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSolwin%5C%2Ffreego_child%5C%2Fro_RO%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_utilities.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSolwin%5C%2Ffreego_child%5C%2Fro_RO%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSolwin%5C%2Ffreego_child%5C%2Fro_RO%5C%2Fcss%5C%2Fsource%5C%2F_extends.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSolwin%5C%2Ffreego_child%5C%2Fro_RO%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSolwin%5C%2Ffreego_child%5C%2Fro_RO%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_dropdowns.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSolwin%5C%2Ffreego_child%5C%2Fro_RO%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSolwin%5C%2Ffreego_child%5C%2Fro_RO%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSolwin%5C%2Ffreego_child%5C%2Fro_RO%5C%2Fcss%5C%2Fsource%5C%2F_theme.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSolwin%5C%2Ffreego_child%5C%2Fro_RO%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_tables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSolwin%5C%2Ffreego_child%5C%2Fro_RO%5C%2Fcss%5C%2Fsource%5C%2F_variables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSolwin%5C%2Ffreego_child%5C%2Fro_RO%5C%2FMagento_ReCaptchaCheckoutSalesRule%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSolwin%5C%2Ffreego_child%5C%2Fro_RO%5C%2FMagento_ReCaptchaCustomer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSolwin%5C%2Ffreego_child%5C%2Fro_RO%5C%2FMagento_ReCaptchaFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSolwin%5C%2Ffreego_child%5C%2Fro_RO%5C%2FMagento_ReCaptchaNewsletter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSolwin%5C%2Ffreego_child%5C%2Fro_RO%5C%2FMagento_ReCaptchaReview%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSolwin%5C%2Ffreego_child%5C%2Fro_RO%5C%2FMagento_ReCaptchaSendFriend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSolwin%5C%2Ffreego_child%5C%2Fro_RO%5C%2FMagento_ReCaptchaWishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSolwin%5C%2Ffreego_child%5C%2Fro_RO%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_mini-cart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSolwin%5C%2Ffreego_child%5C%2Fro_RO%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_pay-later.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSolwin%5C%2Ffreego_child%5C%2Fro_RO%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_apple-pay.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSolwin%5C%2Ffreego_child%5C%2Fro_RO%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_google-pay.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSolwin%5C%2Ffreego_child%5C%2Fro_RO%5C%2FMagento_InventoryConfigurableProductFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSolwin%5C%2Ffreego_child%5C%2Fro_RO%5C%2FBss_CookieNotice%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSolwin%5C%2Ffreego_child%5C%2Fro_RO%5C%2FMirasvit_Search%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_search_in.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSolwin%5C%2Ffreego_child%5C%2Fro_RO%5C%2FMirasvit_SearchAutocomplete%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_form.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSolwin%5C%2Ffreego_child%5C%2Fro_RO%5C%2FTmgcode_Reviewspage%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSolwin%5C%2Ffreego_child%5C%2Fro_RO%5C%2FMagento_ProductVideo%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSolwin%5C%2Ffreego_child%5C%2Fro_RO%5C%2FMagento_CatalogSearch%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSolwin%5C%2Ffreego_child%5C%2Fro_RO%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_minicart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSolwin%5C%2Ffreego_child%5C%2Fro_RO%5C%2Fcss%5C%2Fsource%5C%2F_cpanel.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSolwin%5C%2Ffreego_child%5C%2Fro_RO%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_responsive.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSolwin%5C%2Ffreego_child%5C%2Fro_RO%5C%2FMagento_GiftRegistry%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSolwin%5C%2Ffreego_child%5C%2Fro_RO%5C%2FMagento_AdvancedCheckout%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSolwin%5C%2Ffreego_child%5C%2Fro_RO%5C%2FMagento_Rma%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSolwin%5C%2Ffreego_child%5C%2Fro_RO%5C%2FMagento_Sales%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSolwin%5C%2Ffreego_child%5C%2Fro_RO%5C%2FMagento_Customer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSolwin%5C%2Ffreego_child%5C%2Fro_RO%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_review.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSolwin%5C%2Ffreego_child%5C%2Fro_RO%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_cart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSolwin%5C%2Ffreego_child%5C%2Fro_RO%5C%2FMagento_Bundle%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSolwin%5C%2Ffreego_child%5C%2Fro_RO%5C%2FMagento_GiftMessage%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSolwin%5C%2Ffreego_child%5C%2Fro_RO%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_billing.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSolwin%5C%2Ffreego_child%5C%2Fro_RO%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_review.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSolwin%5C%2Ffreego_child%5C%2Fro_RO%5C%2FMagento_Invitation%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSolwin%5C%2Ffreego_child%5C%2Fro_RO%5C%2FMagento_SendFriend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSolwin%5C%2Ffreego_child%5C%2Fro_RO%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_collapsible_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSolwin%5C%2Ffreego_child%5C%2Fro_RO%5C%2FMagento_GiftWrapping%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSolwin%5C%2Ffreego_child%5C%2Fro_RO%5C%2FMagento_MultipleWishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSolwin%5C%2Ffreego_child%5C%2Fro_RO%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSolwin%5C%2Ffreego_child%5C%2Fro_RO%5C%2Fcss%5C%2Fsource%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSolwin%5C%2Ffreego_child%5C%2Fro_RO%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_checkout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSolwin%5C%2Ffreego_child%5C%2Fro_RO%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSolwin%5C%2Ffreego_child%5C%2Fro_RO%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSolwin%5C%2Ffreego_child%5C%2Fro_RO%5C%2Fcss%5C%2Fsource%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSolwin%5C%2Ffreego_child%5C%2Fro_RO%5C%2Fcss%5C%2Fsource%5C%2F_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSolwin%5C%2Ffreego_child%5C%2Fro_RO%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSolwin%5C%2Ffreego_child%5C%2Fro_RO%5C%2Fcss%5C%2Fsource%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSolwin%5C%2Ffreego_child%5C%2Fro_RO%5C%2Fcss%5C%2Fsource%5C%2F_sections.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSolwin%5C%2Ffreego_child%5C%2Fro_RO%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_sections.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSolwin%5C%2Ffreego_child%5C%2Fro_RO%5C%2Fcss%5C%2Fsource%5C%2F_actions-toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSolwin%5C%2Ffreego_child%5C%2Fro_RO%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_actions-toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSolwin%5C%2Ffreego_child%5C%2Fro_RO%5C%2Fcss%5C%2Fsource%5C%2F_popups.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSolwin%5C%2Ffreego_child%5C%2Fro_RO%5C%2FMagento_InventoryInStorePickupFrontend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSolwin%5C%2Ffreego_child%5C%2Fro_RO%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSolwin%5C%2Ffreego_child%5C%2Fro_RO%5C%2FMagento_CatalogEvent%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSolwin%5C%2Ffreego_child%5C%2Fro_RO%5C%2FMagento_Contact%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSolwin%5C%2Ffreego_child%5C%2Fro_RO%5C%2FMagento_Downloadable%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSolwin%5C%2Ffreego_child%5C%2Fro_RO%5C%2FMagento_Review%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSolwin%5C%2Ffreego_child%5C%2Fro_RO%5C%2FMagento_Reward%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSolwin%5C%2Ffreego_child%5C%2Fro_RO%5C%2FMagento_Vault%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSolwin%5C%2Ffreego_child%5C%2Fro_RO%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_listings.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSolwin%5C%2Ffreego_child%5C%2Fro_RO%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSolwin%5C%2Ffreego_child%5C%2Fro_RO%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_estimated-total.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSolwin%5C%2Ffreego_child%5C%2Fro_RO%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_progress-bar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSolwin%5C%2Ffreego_child%5C%2Fro_RO%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_modals.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSolwin%5C%2Ffreego_child%5C%2Fro_RO%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_shipping.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSolwin%5C%2Ffreego_child%5C%2Fro_RO%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_sidebar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSolwin%5C%2Ffreego_child%5C%2Fro_RO%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_order-summary.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSolwin%5C%2Ffreego_child%5C%2Fro_RO%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_authentication.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSolwin%5C%2Ffreego_child%5C%2Fro_RO%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_payments.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSolwin%5C%2Ffreego_child%5C%2Fro_RO%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_payment-options.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSolwin%5C%2Ffreego_child%5C%2Fro_RO%5C%2FMagento_Newsletter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSolwin%5C%2Ffreego_child%5C%2Fro_RO%5C%2FMagento_Wishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSolwin%5C%2Ffreego_child%5C%2Fro_RO%5C%2FPayPal_Braintree%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSolwin%5C%2Ffreego_child%5C%2Fro_RO%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_modals_extend.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3B%3B%3B%3B%3B%3B%3B%3BAAkDI%2CQAAC%3BECwPD%2CSAAA%3BEAAA%2CUAAA%3BEC1KA%2CqBAAA%3B%3BAF9EA%2CQAAC%2CMGvCC%3BEACE%2CSAAA%3B%3BACkFJ%2CeAAC%3BAACD%2CeAAC%3BEH2MD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAG%5C%2FLA%2CeAAC%3BEH%2BLD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAGnLA%2CeAAC%3BAACD%2CeAAC%3BAACD%2CQAAQ%2CUAAW%3BEHiLnB%2CYAAA%3BEG%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAD0%2BCI%2CmBALR%2CiBAII%2CQACK%3BAACD%2CmBANR%2CiBAII%2CQAEK%3BEF7zCT%2CgBAAA%3B%3BAE4zCQ%2CmBALR%2CiBAII%2CQACK%2CQAtkDR%2CIAAI%3BAAukDG%2CmBANR%2CiBAII%2CQAEK%2COAvkDR%2CIAAI%3BEF0QL%2CgBAAA%3B%3BAE4zCQ%2CmBALR%2CiBAII%2CQACK%2CQAnkDR%3BAAokDO%2CmBANR%2CiBAII%2CQAEK%2COApkDR%3BEFuQD%2C%2BFAAA%3B%3BAG5MA%2CuBAAC%3BAACD%2CuBAAC%3BEH2MD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CcAAA%3B%3BAG%5C%2FLA%2CuBAAC%3BEH%2BLD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CcAAA%3B%3BAGnLA%2CuBAAC%3BAACD%2CuBAAC%3BAACD%2CQAAQ%2CUAAW%3BEHiLnB%2CYAAA%3BEG%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAAwDJ%2CuBAAC%3BAACD%2CuBAAC%3BAACD%2CuBAAC%3BEACG%2CqBAAA%3B%3BAD4IR%3BAAoxCA%2CmBAgCI%2CQAAO%3BAAhwCH%2CeADJ%2CQACK%3BEF7EL%2CuBAAA%3BEAAA%2CUAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BEG5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEDtJA%2CgBAAA%3BEFgPA%2CgBAAA%3B%3BACjJA%2C0BAAC%3BAC0KL%2CkBD1KK%3BAC87CL%2CmBAgCI%2CQAAO%2CMD99CN%3BAC8NG%2CeADJ%2CQACK%2COD9NJ%3BEDiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAC5IA%2C0BAAC%3BACqKL%2CkBDrKK%3BACy7CL%2CmBAgCI%2CQAAO%2CMDz9CN%3BACyNG%2CeADJ%2CQACK%2CODzNJ%3BED4ID%2CcAAA%3BEAAA%2CqBAAA%3B%3BACvIA%2C0BAAC%3BACgKL%2CkBDhKK%3BACo7CL%2CmBAgCI%2CQAAO%2CMDp9CN%3BACoNG%2CeADJ%2CQACK%2CODpNJ%3BEDuID%2CcAAA%3BEAAA%2CqBAAA%3B%3BAGxFA%2C0BAAC%3BAACD%2C0BAAC%3BAACD%2C0BAAC%3BAD%2BGL%2CkBCjHK%3BADiHL%2CkBChHK%3BADgHL%2CkBC%5C%2FGK%3BADm4CL%2CmBAgCI%2CQAAO%2CMCr6CN%3BADq4CL%2CmBAgCI%2CQAAO%2CMCp6CN%3BADo4CL%2CmBAgCI%2CQAAO%2CMCn6CN%3BADmKG%2CeADJ%2CQACK%2COCrKJ%3BADqKG%2CeADJ%2CQACK%2COCpKJ%3BADoKG%2CeADJ%2CQACK%2COCnKJ%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2C0BAAC%3BAACD%2C0BAAC%3BAACD%2CQAAQ%2CUAAW%3BADwGvB%2CkBC1GK%3BAD0GL%2CkBCzGK%3BAACD%2CQAAQ%2CUDwGZ%3BAAoxCA%2CmBAgCI%2CQAAO%2CMC95CN%3BAD83CL%2CmBAgCI%2CQAAO%2CMC75CN%3BAACD%2CQAAQ%2CUD43CZ%2CoBAgCI%2CQAAO%3BAAhwCH%2CeADJ%2CQACK%2COC9JJ%3BAD8JG%2CeADJ%2CQACK%2COC7JJ%3BAACD%2CQAAQ%2CUD4JJ%2CgBADJ%2CQACK%3BEF7EL%2CcAAA%3BEAAA%2CYAAA%3BEG5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BADmGR%2CkBAvQK%3BAAuQL%2CkBAtQK%2CIAAI%3BAA0hDT%2CmBAgCI%2CQAAO%2CMA3jDN%3BAA2hDL%2CmBAgCI%2CQAAO%2CMA1jDN%2CIAAI%3BAA0TD%2CeADJ%2CQACK%2COA3TJ%3BAA2TG%2CeADJ%2CQACK%2COA1TJ%2CIAAI%3BEACD%2CgBAAA%3B%3BAAjCR%3BAAykDY%2CmBALR%2CiBAII%2CQACK%3BAACD%2CmBANR%2CiBAII%2CQAEK%3BEF7zCT%2CgBAAA%3BEAAA%2CyBAAA%3BEAAA%2CcAAA%3B%3BAGqDA%2C2BAAC%3BAACD%2C2BAAC%3BADnUL%2C%2BBCkUK%3BADlUL%2C%2BBCmUK%3BADswCO%2CmBALR%2CiBAII%2CQACK%2CQCvwCR%3BADuwCO%2CmBALR%2CiBAII%2CQACK%2CQCtwCR%3BADuwCO%2CmBANR%2CiBAII%2CQAEK%2COCxwCR%3BADwwCO%2CmBANR%2CiBAII%2CQAEK%2COCvwCR%3BEHtDD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CcAAA%3B%3BAG4DA%2C2BAAC%3BADzUL%2C%2BBCyUK%3BADgwCO%2CmBALR%2CiBAII%2CQACK%2CQChwCR%3BADiwCO%2CmBANR%2CiBAII%2CQAEK%2COCjwCR%3BEH5DD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CcAAA%3B%3BAApPA%2CoBAAC%3BAACD%2CoBAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CoBAAC%3BEACG%2CWAAA%3B%3BAE0JR%2CoBE7JI%3BEAEI%2CeAAA%3BEJ8OJ%2CqBAAA%3BEKhOA%2CqBAAA%3B%3BAAMA%2CoBDtBA%2CeCsBC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEL9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSM9NQ%2CON8NR%3BEAAA%2CaOwWe%2CYPxWf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEKqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CoBDnCJ%2CeCkCC%2CMACI%3BEL6ML%2CcAAA%3B%3BAKvMI%2CoBDzCJ%2CeCwCC%2COACI%3BELuML%2CcAAA%3B%3BAIqEA%2CoBArTA%2CeAqTC%3BEJrED%2CqBAAA%3BEKhOA%2CqBAAA%3B%3BAAMA%2CoBDtBA%2CeAqTC%2COC%5C%2FRA%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEL9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSM%5C%2FNM%2CON%2BNN%3BEAAA%2CaOwWe%2CYPxWf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEKqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CoBDnCJ%2CeAqTC%2COCnRA%2CMACI%3BEL6ML%2CcAAA%3B%3BAKvMI%2CoBDzCJ%2CeAqTC%2COC7QA%2COACI%3BELuML%2CcAAA%3B%3BAEnFJ%2CoBE0BI%3BEJyDA%2CSAAA%3BEAAA%2CUAAA%3BEC1KA%2CqBAAA%3BED0KA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CYAAA%3BEIhDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEJ8CJ%2CSAAA%3BEAAA%2CyCAAA%3B%3BAEnFJ%2CoBE0BI%2CYAsBI%3BEJmCJ%2CSAAA%3BEAAA%2CyBAAA%3B%3BAI3BQ%2CoBA9BR%2CYAsBI%2CGAQK%3BEJ2BT%2CmBAAA%3BEIzBY%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%3BEJzSJ%2CsDAAA%3BEI2SI%2CWAAA%3B%3BAAGJ%2CoBAvWA%2CYAuWC%3BEACG%2CiBAAA%3BEJ%5C%2FSJ%2CsDAAA%3BEIiTI%2CWAAA%3B%3BAAzDJ%2CoBAjTA%2CYAiTC%3BEJxPD%2CUAAA%3BEAAA%2CUAAA%3B%3BAI6PA%2CoBAtTA%2CYAsTC%3BEJ7PD%2CSAAA%3BEAAA%2CUAAA%3B%3BAIZA%2CoBAAC%3BEACG%2CiBAAA%3B%3BAADJ%2CoBAAC%2COAGG%3BEACI%2CcAAA%3B%3BAFpCZ%2C6BGgCM%3BELhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAKHA%2C6BAAC%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEL9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CWAAA%3BEAAA%2CSM1OU%2CON0OV%3BEAAA%2CaOwWe%2CYPxWf%3BEAAA%2CsBAAA%3BEKqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2C6BADH%2CMACI%3BEL2PL%2CcAAA%3B%3BAKrPI%2C6BADH%2COACI%3BELqPL%2CWAAA%3B%3BAD7LI%2CQAxDH%2CKAwDI%3BEGkKL%2CgBAAA%3B%3BAHlKI%2CQAxDH%2CKAwDI%2CKGmKH%3BEF0BF%2CcAAA%3BEAAA%2CqBAAA%3B%3BACjJA%2CiBCuHE%2CIDvHD%3BAF5CG%2CQAxDH%2CKAwDI%2CKGmKH%2CIDvHD%3BEDiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAC5IA%2CiBCkHE%2CIDlHD%3BAFjDG%2CQAxDH%2CKAwDI%2CKGmKH%2CIDlHD%3BED4ID%2CcAAA%3BEAAA%2CqBAAA%3B%3BACvIA%2CiBC6GE%2CID7GD%3BAFtDG%2CQAxDH%2CKAwDI%2CKGmKH%2CID7GD%3BEDuID%2CcAAA%3BEAAA%2CqBAAA%3B%3BACjJA%2CcAAC%3BEDiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAC5IA%2CcAAC%3BED4ID%2CcAAA%3BEAAA%2CqBAAA%3B%3BACvIA%2CcAAC%3BEDuID%2CcAAA%3BEAAA%2CqBAAA%3B%3BAE6EI%2CeADJ%2CQACK%3BEAlDL%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAHxMI%2CQA5EH%2CKA4EI%2CQAEG%2CmBACM%2CUAKE%3BEC3GhB%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAiBA%2CiBAAC%3BAACD%2CiBAAC%3BAEmSL%2CeACI%2CUAMI%2CiBF3SH%3BAEoSL%2CeACI%2CUAMI%2CiBF1SH%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CiBAAC%3BAE8RL%2CeACI%2CUAMI%2CiBFrSH%3BEACG%2CWAAA%3B%3BAEy0CR%2CeACI%3BAAsBJ%3BAHx2CI%2CQAAC%3BEG%2BcD%2CsBAAA%3B%3BAGpbA%2CoBAAC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEL9DA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CSM9NQ%2CON8NR%3BEAAA%2CaOwWe%2CYPxWf%3BEAAA%2CsBAAA%3BEKqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAL7TA%2CiBAAC%3BAACD%2CiBAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CiBAAC%3BEACG%2CWAAA%3B%3BAEygBR%2CiBE3HI%3BEACI%2CWAAA%3BEACA%2CSAAA%3B%3BAFyHR%2CiBEtHI%3BEACI%2CYAAA%3BEACA%2CSAAA%3B%3BAFoHR%2CiBEtGI%2COAAM%3BEACF%2C6BAAA%3BEACA%2C0BAAA%3B%3BAFoGR%2CiBEjGI%2COAAS%3BEACL%2C4BAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BAF8FR%2CiBE7ZI%3BEJiIA%2CqBAAA%3BEKhOA%2CqBAAA%3B%3BAH4fJ%2CiBE7ZI%2CeCqHE%3BELhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAK2CA%2CiBDyFA%2CeCzFC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEL9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSM9NQ%2CON8NR%3BEAAA%2CaOwWe%2CYPxWf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEKqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CiBD4EJ%2CeC7EC%2CMACI%3BEL6ML%2CcAAA%3B%3BAKvMI%2CiBDsEJ%2CeCvEC%2COACI%3BELuML%2CcAAA%3B%3BAIuHA%2CiBAxPA%2CeAwPC%3BEJvHD%2CqBAAA%3BEKhOA%2CqBAAA%3B%3BADuVA%2CiBAxPA%2CeAwPC%2COCnIC%3BELhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAK2CA%2CiBDyFA%2CeAwPC%2COCjVA%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEL9DA%2CeAAA%3BEAAA%2CoBAAA%3BEAAA%2CcAAA%3BEAAA%2CSM%5C%2FNM%2CON%2BNN%3BEAAA%2CaOwWe%2CYPxWf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEKqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CiBD4EJ%2CeAwPC%2COCrUA%2CMACI%3BEL6ML%2CcAAA%3B%3BAKvMI%2CiBDsEJ%2CeAwPC%2COC%5C%2FTA%2COACI%3BELuML%2CcAAA%3B%3BAE4RJ%2CiBErVI%3BEJyDA%2CSAAA%3BEAAA%2CUAAA%3BEC1KA%2CqBAAA%3BED0KA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEIhDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEJ8CJ%2CSAAA%3BEAAA%2CyCAAA%3B%3BAE4RJ%2CiBErVI%2COAsBI%3BEJmCJ%2CSAAA%3BEAAA%2CgBAAA%3B%3BAI3BQ%2CiBA9BR%2COAsBI%2CGAQK%3BEJ2BT%2CmBAAA%3BEIzBY%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%3BEJzSJ%2CsDAAA%3BEI2SI%2CWAAA%3B%3BAAGJ%2CiBAvWA%2COAuWC%3BEACG%2CiBAAA%3BEJ%5C%2FSJ%2CsDAAA%3BEIiTI%2CWAAA%3B%3BAAlCJ%2CiBAxUA%2COAwUC%3BEJ%5C%2FQD%2CWAAA%3BEAAA%2CUAAA%3B%3BAIoRA%2CiBA7UA%2COA6UC%3BEJpRD%2CUAAA%3BEAAA%2CUAAA%3B%3BAIZA%2CiBAAC%3BEACG%2CiBAAA%3B%3BAADJ%2CiBAAC%2COAGG%3BEACI%2CcAAA%3B%3BALjKJ%2CQA5EH%2CKA4EI%2CQAEG%2CmBACM%3BECsKd%2CcAAA%3BEEoZA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CsBAAA%3BEFtZA%2CqBAAA%3BEK9QA%2CqBAAA%3B%3BAAMA%2CkBAAC%3BAN%2BFG%2CQA5EH%2CKA4EI%2CQAEG%2CmBACM%2CUMlGb%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEL9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CaOwWe%2CYPxWf%3BEAAA%2CoBAAA%3BEAAA%2CsBAAA%3BEKqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BANlPI%2CQA5EH%2CKA4EI%2CQAEG%2CmBACM%2CUGokBb%3BEF9ZD%2CcAAA%3BEEgaI%2CqBAAA%3B%3BAA6FR%2CeAEM%3BAA8yBN%2CmBACI%2COA%5C%2FyBE%3BEAnDF%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEF9cA%2C4BAAA%3BEAAA%2CcAAA%3BEKhOA%2CqBAAA%3B%3BAH6tBJ%2CeAEM%2CSAhDD%3BAA81BL%2CmBACI%2COA%5C%2FyBE%2CSAhDD%3BEACG%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3B%3BAAIR%2CmBGleM%3BAHygBN%2CeAEM%2CSG3gBA%3BAHyzCN%2CmBACI%2COA%5C%2FyBE%2CSG3gBA%3BELhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAK2CA%2CmBAAC%3BAHutBL%2CeAEM%2CSGztBD%3BAHugDL%2CmBACI%2COA%5C%2FyBE%2CSGztBD%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEL9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSM9NQ%2CON8NR%3BEAAA%2CaOwWe%2CYPxWf%3BEAAA%2CeAAA%3BEAAA%2CsBAAA%3BEKqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAHouCJ%2CmBACI%3BEAhzBA%2CSAAA%3B%3BAA%2ByBJ%2CmBACI%2COA%5C%2FyBE%2CSAEG%3BEACG%2CcAAA%3B%3BAA2yBZ%2CmBACI%2COAzyBA%3BEACI%2CaAAA%3BEFtgBJ%2CsBAAA%3BEEwgBI%2CkBAAA%3B%3BAGxqBJ%2CeH0qBC%2COACK%2CSG3qBL%3BAH68CL%2CmBACI%2COApyBC%2COACK%2CSG3qBL%3BELgKD%2CSM%5C%2FNM%2CON%2BNN%3B%3BAE6yCJ%2CmBACI%2COApyBC%2COAOG%3BEACI%2CcAAA%3B%3BAAiSZ%2CmBACI%3BEFpzBA%2CmBAAA%3BEAAA%2CoBAAA%3BEAAA%2CgCAAA%3B%3BAEmzBJ%2CmBACI%2CaAvNE%3BAAsNN%2CmBACI%2CaAtNE%3BEF9lBF%2CiBAAA%3BEEgmBI%2CgBAAA%3B%3BAG1zBJ%2CcAAC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEL9DA%2CcAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CSM9NQ%2CON8NR%3BEAAA%2CaOwWe%2CYPxWf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEKqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAzOA%2CuBAAC%3BELgKD%2CSM%5C%2FNM%2CON%2BNN%3B%3BAEg3BJ%2CuBAMI%2CQAAO%3BEFt3BP%2CqBAAA%3BEK9QA%2CqBAAA%3B%3BAAMA%2CaAAC%3BAHwnCL%2CuBAMI%2CQAAO%2CIG9nCN%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEL9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSMpOU%2CONoOV%3BEAAA%2CaOwWe%2CYPxWf%3BEAAA%2CsBAAA%3BEKqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAH8mCJ%2CmBAkBI%3BEArUA%2CaAAA%3B%3BAA8FJ%2CkBMt9BM%2CQAAQ%2CKAAE%2CUAAU%2CMAChB%3BANq9BV%2CkBMt9BM%2CQAAQ%2CKAAE%2CUAAU%2CMAEhB%3BERdN%2CmBAAA%3B%3BAEk%2BBJ%2CkBMphCM%2CQAGI%2CKACI%3BANghCd%2CkBMnhCM%2CQAEI%2CKACI%3BANghCd%2CkBMlhCM%2CQACI%2CKACI%3BANghCd%2CkBMphCM%2CQAGI%2CKAEI%3BAN%2BgCd%2CkBMnhCM%2CQAEI%2CKAEI%3BAN%2BgCd%2CkBMlhCM%2CQACI%2CKAEI%3BEACE%2CYAAA%3B%3BAN8gChB%2CkBMzgCM%2CQACI%2CKACI%3BANugCd%2CkBMzgCM%2CQACI%2CKAEI%3BERoCV%2CgCAAA%3B%3BAE4lCJ%2CeAKI%3BEFjmCA%2CkBAAA%3BEE4mCA%2COAAO%2C0BAAP%3B%3BAA2HI%2CmBADJ%2CYACK%2CQAOG%2CQAAQ%2COG1vCd%3BELhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAK2CA%2CmBHg8CA%2CYACK%2CQAOG%2CQAAQ%2COGx8Cf%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEL9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSM9NQ%2CON8NR%3BEAAA%2CaOwWe%2CYPxWf%3BEAAA%2CsBAAA%3BEKqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAzOA%2CmBHs4CA%2CYACK%2CQAuBI%2CSAKG%2CQAAQ%2COGn6CnB%3BELgKD%2CSM%5C%2FNM%2CON%2BNN%3B%3BACxRA%3BEACI%2CaQLiB%2CWRKjB%3BEACA%2CSAAS%2C8CAAsB%2COAAO%2CcAClC%2C6CAAqB%2COAAO%2COADhC%3BEAEA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAANJ%3BEACI%2CaQLiB%2CWRKjB%3BEACA%2CSAAS%2CgDAAsB%2COAAO%2CcAClC%2C%2BCAAqB%2COAAO%2COADhC%3BEAEA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAANJ%3BEACI%2CaQLiB%2CWRKjB%3BEACA%2CSAAS%2CiDAAsB%2COAAO%2CcAClC%2CgDAAqB%2COAAO%2COADhC%3BEAEA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAANJ%3BEACI%2CaQLiB%2CWRKjB%3BEACA%2CSAAS%2C6CAAsB%2COAAO%2CcAClC%2C4CAAqB%2COAAO%2COADhC%3BEAEA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3BAANJ%3BEACI%2CaM%2BnBW%2CYN%5C%2FnBX%3BEACA%2CSAAS%2C6BAAsB%2COAAO%2CcAClC%2C4BAAqB%2COAAO%2COADhC%3BEAEA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BASpBR%2CcACI%3BEACI%2C2BAAA%3B%3B%3B%3B%3B%3BACFR%2CgBAGI%3BAAFJ%2CWAEI%3BAADJ%2CkBACI%3BEACI%2C8BAAA%3B%3B%3B%3B%3B%3BACJR%2CiBAAiB%3BEACb%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3B%3B%3B%3B%3BACFY%2CMAJV%2CWACF%2CiBACI%2COACI%2CSACK%3BEACG%2CaAAA%3B%3B%3B%3B%3B%3BACNpB%2CYACI%3BEACI%2CmBAAA%3B%3B%3B%3B%3B%3BACFR%2CKAAK%2CKAAK%2COAAQ%3BEACd%2CgBAAA%3B%3B%3B%3B%3B%3BACDJ%2CKAAK%2CSAAS%2CMAAO%3BEACjB%2CmBAAA%3B%3BACEI%2CeADJ%2CeACM%2CWACE%3BEACI%2CgBAAA%3B%3BACJhB%3BEACI%2CgBAAA%3B%3BACCI%2CcADA%2CMACI%3BEACA%2CsBAAA%3B%3BAAKZ%3BEACI%2CgBAAA%3B%3BAAIA%2CaAAE%3BEACE%2CgBAAA%3B%3BACdR%3BEACI%2CgBAAA%3B%3BAAEA%2CWAAE%3BEACE%2C8BAAA%3BEACA%2CkCAAA%3BEACA%2C4BAAA%3BEACA%2CwBAAA%3BEACA%2CSAAA%3B%3BAAKJ%2CaAAE%3BEACE%2CmBAAA%3B%3B%3B%3B%3B%3BACfR%2CuBACI%3BEACI%2CaAAA%3B%3BACNR%3BEACE%2CeAAA%3BEACA%2CaAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CgCAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3B%3BAAEF%2CkBAAmB%3BEACjB%2CgBAAA%3B%3BAAEF%2CkBAAmB%3BEACjB%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3B%3BAAEF%2CkBAAmB%3BEACjB%2CkBAAA%3B%3BAAEF%2CkBAAmB%2CYAAW%3BEAC5B%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BAAMD%2CmBAJoC%3BEACnC%3BIACE%2CeAAA%3B%3B%3BACnCJ%3BEACI%2CeAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAAPJ%2CuBASI%3BEACI%2CYAAA%3BEACA%2CwBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAdR%2CuBAiBI%3BEACI%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAA3BR%2CuBAiBI%2CqBAYI%2CKAAI%3BEACA%2CaAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3B%3BAAhCZ%2CuBAiBI%2CqBAYI%2CKAAI%2CKAKA%3BEACI%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CuBAtBZ%2CqBAYI%2CKAAI%2CKAKA%2CEAKK%3BEACG%2CcAAA%3BEACA%2CSAAgB%2COAAhB%3BEACA%2CaAAgB%2CYAAhB%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAIA%2CuBArChB%2CqBAYI%2CKAAI%2CKAKA%2CEAmBK%2CWACI%3BEACG%2CaAAA%3B%3BAAvDxB%2CuBAiBI%2CqBA4CI%2CKAAI%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3B%3BAAEA%2CuBAlDR%2CqBA4CI%2CKAAI%2CMAMC%3BEACG%2CSAAS%2CGAAT%3B%3BAAGJ%2CuBAtDR%2CqBA4CI%2CKAAI%2CMAUC%3BEACG%2CSAAS%2CGAAT%3B%3BAAIR%2CuBA3DJ%2CqBA2DK%3BEACG%2CqBAAA%3BEACA%2CqBAAA%3B%3BAAKZ%3BEACI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CyBAA0B%3BEACtB%2CsBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAA6B%2CqCAA7B%3BEACA%2CyDAAA%3B%3BAAGJ%2CyBAA0B%2CcAAa%3BEACnC%2CuBAAA%3B%3BAAGJ%2CyBAA0B%2CcAAa%3BEACnC%2CsBAAA%3B%3BAAGJ%2CyBAA0B%2CcAAa%3BEACnC%2CuBAAA%3B%3BAAGJ%3BEACI%3BIACI%2CWAAW%2CYAAX%3B%3BEAEJ%3BIACI%2CWAAW%2CcAAX%3B%3B%3BAAGR%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CmBAII%3BEACI%2CaAAA%3B%3BAAIR%3BAAAiC%2C8BAA8B%3BEAC3D%2CkBAAA%3BEACA%2CeAAA%3BEACA%2COAAA%3BEACA%2C6BAAA%3BEACA%2CYAAA%3B%3BAAGJ%2CIAAI%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2C0BAAA%3BEACA%2CcAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CKAAK%3BEACD%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAGJ%2CKAAK%3BEACD%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CyBAA0B%3BEACtB%2CeAAA%3B%3BAChKJ%3BAAAsB%3BAAAsB%3BEACxC%2CwBAAA%3BEACA%2CoBAAA%3BEACA%2C2BAAA%3B%3BAAIJ%3BEACI%2CcAAA%3B%3BACXJ%3BAAAwB%3BEACtB%2CeAAA%3B%3BAAEF%3BEACE%2CgBAAA%3BEACA%2CUAAA%3B%3BAAEF%2CgBAAiB%3BEACf%2CsBAAA%3BEACA%2CaAAA%3B%3BAAEF%3BEACE%2CaAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3B%3BAAEF%3BEACE%2CaAAA%3B%3BAAEF%3BEACE%2CmBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAGF%2CaAAgB%2CiBAAe%3BEAC7B%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3B%3BAAEF%3BEACE%2CWAAA%3B%3BAAEF%2CWAAY%3BEACV%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAAEF%2CWAAY%2CEAAC%2CUAAU%3BEACrB%2CYAAA%3B%3BAAEF%3BEACE%2C0BAAA%3B%3BAAEF%3BEACE%2CkBAAA%3B%3BAAEF%3BEACE%2CWAAA%3BEACA%2CkBAAA%3B%3BAAEF%3BEACE%2CgBAAA%3B%3BAAEF%3BEACE%2CkBAAA%3B%3BAAEF%2CeAAgB%3BEACd%2CgBAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAEF%2CeAAgB%3BEACd%2CgBAAA%3B%3BAAQF%2CmBANmC%3BEACnC%3BIACE%2CWAAA%3BIACA%2CkBAAA%3B%3B%3B%3B%3B%3B%3BACqCF%2CwBAPA%2C8BACA%2C8BAA6B%3BEACzB%3BIACI%2CYAAA%3BIACA%2CUAAA%3B%3B%3BACyIP%2CwBARyC%3BEACtC%2CaAAc%2COAAM%3BIAChB%2CqBAAA%3BIACA%2CcAAA%3B%3BEAEJ%3BIACI%2CiBAAA%3B%3B%3BACkJP%2CwBAJyC%3BEACtC%3BIACI%2CgBAAA%3B%3B%3BA7B1UJ%2CQAAC%3BEACG%2CmBAAA%3B%3BAACA%2CcAAe%2CSAFlB%3BEAGO%2CYAAA%3BEACA%2CaAAa%2C4BAAb%3BEAEA%2CqBAAA%3BEACA%2CUAAA%3BEACA%2CmBAAA%3BEACA%2C4BAAA%3BEACA%2CoCAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAACA%2CcAZW%2CSAFlB%2CKAcQ%2CUAAU%3BEACP%2CcAAA%3B%3BAAbR%2CcAAe%2CSAFlB%2CKAiBO%3BEACI%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2C4BAAA%3BEACA%2CoCAAA%3B%3BAAzBR%2CcAAe%2CSAFlB%2CKAiBO%2CsBAWI%3BEACI%2CmBAAA%3B%3BAA3BZ%2CcAAe%2CSAFlB%2CKAiBO%2CsBAcI%3BEACI%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGR%2CcAnCW%2CSAFlB%2CKAqCQ%3B%3BEAWG%2CWAAW%2CaAAX%3B%3BAAXJ%2CcAnCW%2CSAFlB%2CKAqCQ%2CMACG%2CoBACI%2CyBACI%2CuBACI%3BEACI%2CWAAW%2CWAAX%3B%3BAALpB%2CcAnCW%2CSAFlB%2CKAqCQ%2CMAYG%3BEACI%2CSAAA%3B%3BAAMZ%2CQAxDH%2CKAwDI%3BEAEG%2CcAAA%3BEACA%2CaAAA%3BEACA%2CqBAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3B%3BAAGJ%2CQAnEH%2CKAmEI%3BEACG%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3B%3BAACA%2CcAAe%2CSAvEtB%2CKAmEI%3BEAKO%2CYAAA%3B%3BAAIR%2CQA5EH%2CKA4EI%3B%3B%3BAAKW%2CQAjFf%2CKA4EI%2CQAEG%2CmBACM%2CUAEG%3BEACG%2CSAAA%3B%3BAAQhB%2CQA1FH%2CKA0FI%3BEACG%2CcAAA%3B%3BAA3FR%2CQAAC%2CKA6FG%2CyBACI%3BEACI%2CiBAAA%3B%3BAA%5C%2FFZ%2CQAAC%2CKA6FG%2CyBAII%3BEACI%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3B%3BAApGZ%2CQAAC%2CKAwGG%3BEACI%2CmBAAA%3B%3B%3BAAzGR%2CQAAC%2CKAwGG%2CWAGI%3BEACI%2CiBAAA%3B%3BAA5GZ%2CQAAC%2CKAwGG%2CWAMI%3BEACI%2CeAAA%3BECsIZ%2CcAAA%3B%3BADrPA%2CQAAC%2CKAoHG%3BEACI%2CaAAA%3B%3BAArHR%2CQAAC%2CKAoHG%2CWAEI%3BEACI%2CmBAAA%3B%3BAAvHZ%2CQAAC%2CKA2HG%2CeACI%3BEACI%2CcAAA%3B%3BAA7HZ%2CQAAC%2CKAiIG%3BEACI%2CeAAA%3B%3BAAlIR%2CQAAC%2CKAqIG%3BAArIJ%2CQAAC%2CKAsIG%3BEACI%2CSAAA%3B%3BAM3DR%2CQN5EC%2CKA0IG%2CWM9DH%3BELyKD%2CSMlOgB%2CONkOhB%3B%3BADrPA%2CQAAC%2CKA%2BIG%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3BECoGR%2CiBAAA%3BEDlGQ%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CoBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BA8BvMZ%3BEACI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BAAHJ%2CiBAII%3BEACI%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CeAAA%3B%3BAACA%2CiBAZJ%2CGAYK%3BEACG%2CsBAAsB%2CwBAAtB%3BEACA%2C4BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CiBAvBJ%2CGAuBK%3BEACG%2CsBAAsB%2CwBAAtB%3BEACA%2C4BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CcAAX%3BEACA%2CYAAA%3B%3BAA%2BBZ%2CwBApB%2BC%3BEAC3C%3B%3B%3B%3B%3BEAAA%2CiBACI%3BIACI%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3B%3BEACA%2CiBAJJ%2CGAIK%3BIACG%2CQAAA%3BIACA%2CaAAA%3B%3BEAEJ%2CiBARJ%2CGAQK%3BIACG%2CQAAA%3BIACA%2CaAAA%3B%3B%3BAAQhB%3BEACI%2CeAAA%3B%3BAAEJ%3BEACI%2CoBAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3B%3BAAEJ%3BEACI%2CoBAAA%3B%3BAAEJ%3BEACI%2CiBAAA%3B%3BAAwBJ%2CwBAtB%2BC%3BEAC3C%3BIACI%2CeAAA%3B%3BEAEJ%3BIACI%2CoBAAA%3B%3BEAEJ%3BIACI%2CiBAAA%3B%3BEAEJ%3BIACI%2CiBAAA%3B%3BEAEJ%2CQAAS%2COAAO%3BIACZ%2CqBAAA%3BIACA%2CcAAA%3B%3BEAEJ%2CQAAS%2CQAAO%3BEAAO%2CQAAS%3BIAC5B%2CqBAAA%3BIACA%2CWAAA%3B%3B%3BAAGR%3BEACI%2CmBAAA%3B%3BAAEJ%3BEACI%2CgBAAA%3B%3BAAEJ%3BEACI%2CcAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAAEJ%3BEACI%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAAEJ%3BEACI%2CWAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%3BEACI%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAEJ%3BEACI%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAEJ%3BAAAoB%3BEAChB%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAAEJ%3BAAAoB%3BAAAkB%2CYAAa%3BEAC%5C%2FC%2CmBAAA%3B%3BAAEJ%2CgBAAmB%3BEACf%2CkBAAA%3B%3BAAEJ%2CgBAAgB%2CWAAc%3BAAAM%2CgBAAgB%2CWAAc%3BEAC9D%2CiBAAA%3B%3BAAEJ%2CGAAG%3BEACC%2CkBAAA%3B%3B%3B%3B%3BAAKJ%2CUAAW%2CcAAc%2CaAAa%2CIAAG%3BAACzC%2CUAAW%2CcAAc%2CaAAa%2CIAAG%3BEACrC%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAAEJ%2CUAAW%2CcAAc%2CaAAa%2CIAAG%2CQAAQ%3BAACjD%2CUAAW%2CcAAc%2CaAAa%2CIAAG%2CQAAQ%3BEAC7C%2CmBAAA%3B%3B%3BAAIJ%2CUAAW%2CcAAc%3BEACrB%2CYAAA%3BEACA%2CqBAAA%3BEACA%2CkBAAA%3B%3B%3BAAIJ%2COAAO%3BEACH%2CkBAAA%3B%3BAAEJ%2CQAAQ%2CQAAS%2CQAAO%2CQAAQ%3BEAC5B%2CcAAA%3B%3BAAEJ%2CaAAc%3BEACV%2CaAAA%3B%3BAAEJ%2CeAAgB%3BEACZ%2CcAAA%3B%3BAAEJ%2CKAAK%3BEACD%2CkBAAA%3BEACA%2CQAAA%3B%3BAAEJ%2CwBAAwB%2CMAAO%3BEAC3B%2CcAAA%3B%3BAAEJ%2CqBAAsB%2CqBAAqB%3BEACvC%2CcAAA%3B%3BAAEJ%2CyBAA0B%2CsBAAsB%2CYAAY%2CQAAO%3BEAC%5C%2FD%2CWAAA%3B%3BAAEJ%2CqBAAsB%2CaAAa%3BEAC%5C%2FB%2CmBAAA%3B%3BAAEJ%2CmBAAoB%2COAAO%2CaAAe%3BEACtC%2CiBAAA%3B%3BAAEJ%2CeAAgB%3BEACZ%2CgBAAA%3B%3BAAEJ%2CYAAa%3BEACT%2CYAAA%3B%3BAAEJ%3BEACI%2CWAAW%2CgBAAX%3B%3BAAEJ%2CMAAM%2COAAO%2CoBAAoB%2CKAAM%2CyBAAyB%2CiBAAiB%3BEAC7E%2CqBAAA%3B%3BAAEJ%2CMAAM%2CQAAS%2COAAM%3BEACjB%2CSAAA%3B%3BAAEJ%2C%2BBAAgC%2CMAAM%3BEAClC%2CSAAA%3B%3BAAEJ%2CcAAe%2CSAAQ%2CMAAM%3BEACzB%2CkBAAA%3B%3BAAEJ%2CcAAe%3BEACX%2CkBAAA%3B%3BAAEJ%2CcAAe%2CsBAAsB%2CgBAAgB%3BEACjD%2CcAAA%3B%3BAAEJ%2CQAAS%2CQAAQ%3BEACb%2CaAAA%3B%3BAAEJ%2CeAAgB%2CUAAS%3BEACrB%2CmBAAA%3B%3BAAEJ%2CiBAAkB%2CsBAAsB%2CmBAAqB%3BEACzD%2CkBAAA%3B%3BAAEJ%2CKAAM%3BEACF%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAkBJ%2CmBAfqC%3BEACjC%2CcAAe%3BEACf%2CcAAe%3BIACX%2CWAAA%3B%3BEAEJ%3BIACI%2CsBAAA%3B%3BEAEJ%2CcAAe%3BIACX%2CcAAA%3B%3B%3B%3BAAMR%2CUAAW%2CcAAc%2CUAAU%3BEAC%5C%2FB%2C0CAAA%3BEACA%2CcAAA%3BEACA%2C6BAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CQAAS%3BEACL%2COAAA%3BEACA%2CiBAAA%3BEACA%2C6BAAA%3BEACA%2CQAAA%3B%3BAAEJ%2CQAAS%3BEACL%2CQAAA%3BEACA%2CiBAAA%3BEACA%2C6BAAA%3BEACA%2CQAAA%3B%3B%3B%3B%3BAAKJ%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3B%3BAAHJ%2CQAII%3BEACI%2CUAAA%3BEACA%2CaAAa%2C0BAAb%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAARR%2CQAII%2CUAKM%3BEACE%2CcAAA%3B%3BAAVZ%2CQAII%2CUAKM%2CIAEI%3BEACE%2CeAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAAfhB%2CQAmBI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAtBR%2CQAmBI%2COAIM%3BEACE%2CcAAA%3B%3BAACA%2CQANR%2COAIM%2CIAEG%3BEACG%2C6BAAA%3BEACA%2CYAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2C6BAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CQAjBR%2COAIM%2CIAaG%3BEACG%2C%2BBAAA%3BEACA%2CYAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2C6BAAA%3B%3BAAGR%2CQA5BJ%2COA4BK%3BEACG%2C6BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2C6BAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CQAvCJ%2COAuCK%3BEACG%2C%2BBAAA%3BEACA%2CYAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2C6BAAA%3B%3BAAII%2CQAnDZ%2COAiDK%2CMACK%2CIACG%3BEACG%2CUAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CQAvDZ%2COAiDK%2CMACK%2CIAKG%3BEACG%2CUAAA%3BEACA%2CSAAA%3B%3BAAGR%2CQA5DR%2COAiDK%2CMAWI%3BEACG%2CUAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CQAhER%2COAiDK%2CMAeI%3BEACG%2CYAAA%3BEACA%2CUAAA%3B%3BAAKhB%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAAFJ%2CUAGI%3BEACI%2CUAAA%3BEACA%2CaAAa%2C0BAAb%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAACA%2CUALJ%2CSAKK%2CUAAU%3BEACP%2CcAAA%3B%3BAATZ%2CUAGI%2CSAQI%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAAbZ%2CUAGI%2CSAQI%2CUAGM%3BEACE%2CcAAA%3B%3BAAfhB%2CUAGI%2CSAQI%2CUAGM%2CIAEI%3BEACE%2CeAAA%3BEACA%2CcAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAAMJ%2CUAvBZ%2CSAqBK%2CSACG%2CUACK%3BEACG%2CcAAA%3B%3BAA3BpB%2CUAgCI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAnCR%2CUAgCI%2COAIM%3BEACE%2CcAAA%3B%3BAACA%2CUANR%2COAIM%2CIAEG%3BEACG%2C6BAAA%3BEACA%2CYAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2C6BAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CUAjBR%2COAIM%2CIAaG%3BEACG%2C%2BBAAA%3BEACA%2CYAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2C6BAAA%3B%3BAAGR%2CUA5BJ%2COA4BK%3BEACG%2C6BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2C6BAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CUAvCJ%2COAuCK%3BEACG%2C%2BBAAA%3BEACA%2CYAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2C6BAAA%3B%3BAAII%2CUAnDZ%2COAiDK%2CMACK%2CIACG%3BEACG%2CUAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CUAvDZ%2COAiDK%2CMACK%2CIAKG%3BEACG%2CUAAA%3BEACA%2CSAAA%3B%3BAAGR%2CUA5DR%2COAiDK%2CMAWI%3BEACG%2CUAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CUAhER%2COAiDK%2CMAeI%3BEACG%2CYAAA%3BEACA%2CUAAA%3B%3BAAuEhB%2CwBAlE%2BC%3BEAC3C%3BIACI%2CWAAA%3B%3BEADJ%2CQAEI%3BIACI%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3B%3BEALR%2CQAOI%2COACM%3BIACE%2CcAAA%3B%3BEACA%2CQAHR%2COACM%2CIAEG%3BIACG%2CiCAAA%3B%3BEAEJ%2CQANR%2COACM%2CIAKG%3BIACG%2CmCAAA%3B%3BEAGR%2CQAVJ%2COAUK%3BIACG%2CiCAAA%3B%3BEAEJ%2CQAbJ%2COAaK%3BIACG%2CmCAAA%3B%3BEAIZ%2CUACI%3BIACI%2CWAAA%3BIACA%2CcAAA%3B%3BEACA%2CUAHJ%2CSAGK%2CSACG%3BIACI%2CmBAAA%3B%3BEACA%2CUANZ%2CSAGK%2CSACG%2CUAEK%3BIACG%2CaAAA%3B%3BEAIZ%2CUAXJ%2CSAWK%2CQACG%3BIACI%2CmBAAA%3B%3BEAdhB%2CUAkBI%2COACM%3BIACE%2CcAAA%3B%3BEACA%2CUAHR%2COACM%2CIAEG%3BIACG%2CiCAAA%3B%3BEAEJ%2CUANR%2COACM%2CIAKG%3BIACG%2CmCAAA%3B%3BEAGR%2CUAVJ%2COAUK%3BIACG%2CiCAAA%3B%3BEAEJ%2CUAbJ%2COAaK%3BIACG%2CmCAAA%3B%3B%3B%3B%3B%3BAAQhB%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3B%3BEAEA%2C4BAAA%3BEACA%2CsBAAA%3B%3BAANJ%2CcAOI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3B%3BAAVR%2CcAOI%2CkBAII%3BEACI%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAdZ%2CcAOI%2CkBAII%2CkBAII%3BEACI%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3B%3BAAxBhB%2CcAOI%2CkBAII%2CkBAeI%3BEACI%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAA%5C%2FBhB%2CcAOI%2CkBA2BI%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAxCZ%2CcAOI%2CkBAmCI%3BEACI%2CWAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAA7CZ%2CcAOI%2CkBAmCI%2CeAII%3BEACI%2CcAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3B%3BAAjDhB%2CcAOI%2CkBAmCI%2CeAII%2CkBAII%2CSACI%3BEACI%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3B%3BAA1DxB%2CcAOI%2CkBAmCI%2CeAII%2CkBAII%2CSAUI%3BEACI%2CkBAAA%3B%3BAA7DxB%2CcAOI%2CkBAmCI%2CeAII%2CkBAkBI%2CiBACI%3BEACI%2C0CAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CsBAAA%3B%3BAACA%2CcAnEpB%2CkBAmCI%2CeAII%2CkBAkBI%2CiBACI%2COASK%3BEACG%2C0CAAA%3BEACA%2CyBAAA%3B%3BAAgB5B%2CwBAR%2BC%3BEAC3C%2CcAAe%2CkBAAkB%2CeAAe%3BIAC5C%2CWAAA%3B%3B%3B%3B%3B%3BAAMR%2CWACI%3BEACI%2CUAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3B%3BAALR%2CWAOI%3BEACI%2CUAAA%3BEACA%2CWAAA%3BEACA%2CsBAAA%3B%3BAAVR%2CWAOI%2CYAIM%3BEACE%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3B%3BAAhBZ%2CWAOI%2CYAWM%3BEACE%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAArBZ%2CWAOI%2CYAgBI%3BEACI%2CcAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3B%3BAA1BZ%2CWAOI%2CYAqBM%3BEACE%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAA%5C%2FBZ%2CWAOI%2CYA0BI%3BEACI%2CkBAAA%3B%3BAAlCZ%2CWAOI%2CYA0BI%2CWAEM%3BEACE%2CqBAAA%3BEACA%2CaAAA%3B%3BAA0BhB%2CwBArB%2BC%3BEAC3C%3BIACI%2C2BAAA%3B%3BEAEJ%3BIACI%2CgBAAA%3B%3BEADJ%2CWAEI%3BIACI%2CWAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3B%3BEALR%2CWAOI%3BIACI%2CWAAA%3BIACA%2CgBAAA%3B%3B%3B%3B%3B%3BAAQZ%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3B%3BAAHJ%2CoBAII%3BEACI%2CWAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAATR%2CoBAII%2CgBAMI%3BEACI%2CWAAA%3BEACA%2CWAAA%3B%3BAAZZ%2CoBAII%2CgBAMI%2CWAGI%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAhBhB%2CoBAII%2CgBAMI%2CWAGI%2CWAII%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAxBpB%2CoBAII%2CgBAMI%2CWAGI%2CWAaM%3BEACE%2CcAAA%3B%3BAA3BpB%2CoBAII%2CgBAMI%2CWAoBI%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAjChB%2CoBAII%2CgBAMI%2CWAoBI%2CaAII%3BEACI%2C0BAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3BEACA%2CwBAAA%3BEACA%2C0BAAA%3BEACA%2CyBAAA%3B%3BAAxCpB%2CoBAII%2CgBAMI%2CWAoBI%2CaAII%2CMAOI%3BEACI%2CcAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3B%3BAA7CxB%2CoBAII%2CgBAMI%2CWAoBI%2CaAkBI%3BEACI%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAArDpB%2CoBAII%2CgBAMI%2CWAoBI%2CaAkBI%2CWAMI%3BEACI%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAA3DxB%2CoBAII%2CgBAMI%2CWAoBI%2CaAkBI%2CWAMI%2CGAMI%3BEACI%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3B%3BAACA%2CoBAlExB%2CgBAMI%2CWAoBI%2CaAkBI%2CWAMI%2CGAMI%2CEAUK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CaAAa%2CaAAb%3BEACA%2CeAAA%3B%3BAAzEhC%2CoBAII%2CgBAMI%2CWAoBI%2CaAgDI%3BEACI%2C6BAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAlFpB%2CoBAII%2CgBAMI%2CWAoBI%2CaAgDI%2CGAKI%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAAzFxB%2CoBAII%2CgBAMI%2CWAoBI%2CaAgDI%2CGAKI%2CGAOI%3BEACI%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3BEACA%2CeAAA%3B%3BAACA%2CoBA3FxB%2CgBAMI%2CWAoBI%2CaAgDI%2CGAKI%2CGAOI%2CEAKK%3BEACG%2CcAAA%3BEACA%2CqBAAA%3BEACA%2CaAAA%3B%3BAAEJ%2CoBAhGxB%2CgBAMI%2CWAoBI%2CaAgDI%2CGAKI%2CGAOI%2CEAUK%3BEACG%2CSAAS%2COAAT%3BEACA%2CaAAa%2CaAAb%3BEACA%2CkBAAA%3B%3BAAvGhC%2CoBAII%2CgBAMI%2CWAoBI%2CaAgDI%2CGAKI%2CGAuBI%3BEACI%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAA9G5B%2CoBAII%2CgBAMI%2CWAoBI%2CaAgDI%2CGAKI%2CGAuBI%2CaAKI%3BEACI%2CkBAAA%3BEACA%2COAAA%3B%3BAAGA%2CoBAhH5B%2CgBAMI%2CWAoBI%2CaAgDI%2CGAKI%2CGAuBI%2CaASI%2CEACK%3BEACG%2CSAAS%2CEAAT%3BEACA%2CaAAa%2CaAAb%3BEACA%2CeAAA%3B%3BAAOhB%2CoBA1HhB%2CgBAMI%2CWAoBI%2CaA%2BFI%2COACK%3BEACG%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAGQ%2CoBAhI5B%2CgBAMI%2CWAoBI%2CaA%2BFI%2COACK%2CWAIK%2CWACE%2COACK%3BEACG%2CcAAA%3BEACA%2CmBAAA%3B%3BAAII%2CoBAtIpC%2CgBAMI%2CWAoBI%2CaA%2BFI%2COACK%2CWAIK%2CWACE%2COACK%2CWAKG%2CSACK%3BEACG%2CSAAS%2CEAAT%3B%3BAAPZ%2CoBAhI5B%2CgBAMI%2CWAoBI%2CaA%2BFI%2COACK%2CWAIK%2CWACE%2COACK%2CWAKG%2CSAII%2CYAAW%3BEACP%2CcAAA%3B%3BAAVZ%2CoBAhI5B%2CgBAMI%2CWAoBI%2CaA%2BFI%2COACK%2CWAIK%2CWACE%2COACK%2CWAKG%2CSAOI%3BEACI%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEACA%2CeAAA%3B%3BAACA%2CoBAnJxC%2CgBAMI%2CWAoBI%2CaA%2BFI%2COACK%2CWAIK%2CWACE%2COACK%2CWAKG%2CSAOI%2CYAOK%3BEACG%2CgBAAA%3B%3BAA1B5B%2CoBA1HhB%2CgBAMI%2CWAoBI%2CaA%2BFI%2COACK%2CWAIK%2CWA4BE%3BEACI%2CcAAA%3BEACA%2CcAAA%3B%3BAAGQ%2CoBA%5C%2FJpC%2CgBAMI%2CWAoBI%2CaA%2BFI%2COACK%2CWAIK%2CWA4BE%2CSAGI%2CQACK%2CUACI%3BEACG%2CmBAAA%3BEACA%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAY5C%3BEACI%2CsBAAsB%2C%2BBAAtB%3BEACA%2C%2BBAAA%3BEACA%2C4BAAA%3B%3BAAqBJ%2CwBAnB%2BC%3BEAC3C%2CoBACI%3BIACI%2CeAAA%3B%3BEAFR%2CoBACI%2CgBAEI%2CWACI%2CaACI%3BIACI%2CaAAA%3BIACA%2CmBAAA%3B%3BEAIZ%2CoBAVJ%2CgBAUK%3BIACG%2CWAAA%3B%3B%3BAA%2BBhB%2CwBAzB%2BC%3BEAC3C%2CoBACI%3BIACI%2CWAAA%3BIACA%2CmBAAA%3B%3BEAHR%2CoBACI%2CgBAGI%2CWACI%2CaACI%2CQAAO%3BIACH%2CaAAA%3B%3BEAPpB%2CoBACI%2CgBAGI%2CWACI%2CaAII%3BIACI%2CgBAAA%3B%3B%3B%3B%3B%3B%3BAAcxB%2CaACI%3BAADY%2CmBACZ%3BEACI%2CuBAAA%3BEACA%2CUAAA%3B%3BAAHR%2CaAKI%3BAALY%2CmBAKZ%3BEACI%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2C8BAAA%3B%3BAATR%2CaAKI%2COAKI%3BAAVQ%2CmBAKZ%2COAKI%3BEACI%2CgCAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAAbZ%2CaAKI%2COAKI%2CaAIM%3BAAdE%2CmBAKZ%2COAKI%2CaAIM%3BEACE%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BAAlBhB%2CaAKI%2COAgBI%2CeACI%3BAAtBI%2CmBAKZ%2COAgBI%2CeACI%3BEACI%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3B%3BAA5BhB%2CaAKI%2COAgBI%2CeASI%3BAA9BI%2CmBAKZ%2COAgBI%2CeASI%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3BAAhChB%2CaAKI%2COAgBI%2CeAaI%2CgBACI%3BAAnCA%2CmBAKZ%2COAgBI%2CeAaI%2CgBACI%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAvCpB%2CaAKI%2COAgBI%2CeAaI%2CgBACI%2CqBAKI%3BAAxCJ%2CmBAKZ%2COAgBI%2CeAaI%2CgBACI%2CqBAKI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3B%3BAA1CxB%2CaAKI%2COAgBI%2CeAyBI%3BAA9CI%2CmBAKZ%2COAgBI%2CeAyBI%3BEACI%2CcAAA%3B%3B%3BAAMhB%2CiBACI%3BEACI%2CgBAAA%3B%3BAAFR%2CiBACI%2CcAEI%2CmBACI%2CyBACI%3BEACI%2CYAAA%3B%3BAANpB%2CiBAWI%2CsBACI%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CuBAAA%3B%3B%3B%3B%3B%3B%3BAAgBZ%3BEACI%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAEJ%3BEACI%2CyBAAA%3B%3B%3B%3B%3B%3B%3B%3BAASJ%3BEACI%2CcAAA%3B%3BAAEJ%2CSAAS%3BEACL%2CcAAA%3B%3BAAWJ%2CwBAT%2BC%3BEAC3C%3BIACI%2CcAAA%3B%3BEAEJ%2CSAAS%3BIACL%2CcAAA%3B%3B%3BAAIR%3BEACI%2CSAAA%3BEACA%2CgBAAA%3B%3BAAFJ%2CYAGI%3BEACI%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3B%3BAAIR%2CUACM%2CsBACE%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAgCZ%3BEACI%2CWAAA%3BEACA%2CgBAAA%3BEACA%2C0BAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3B%3BAASJ%2CwBAP%2BC%3BEAC3C%3BIACI%2CeAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3B%3B%3BAAQR%2CwBAL%2BC%3BEAC3C%3BIACI%2CaAAA%3B%3B%3BAAaR%2CwBAV%2BC%3BEAC3C%3BIACI%2CgBAAA%3BIACA%2CmBAAA%3B%3B%3B%3B%3B%3B%3BAAoGR%2CwBAtB%2BC%3BEAC3C%3BIACI%2CmBAAA%3B%3BEAEJ%2CWAAY%3BIACR%2CWAAA%3B%3BEAEJ%2CWAAY%2CQAAU%3BIAClB%2CsBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CWAAY%2CQAAQ%3BIAChB%2CgBAAA%3B%3B%3B%3B%3B%3B%3BAASR%2CmBAAoB%3BAAAa%2CmBAAoB%3BEACjD%2CcAAA%3BEACA%2CmBAAA%3B%3BAAEJ%2CmBAAoB%2CWAAU%3BAAAS%2CmBAAoB%2CWAAU%3BEACjE%2CmBAAA%3B%3BAAWJ%2CwBAT%2BC%3BEAC3C%2CmBAAoB%3BEAAa%2CmBAAoB%3BIACjD%2CaAAA%3B%3B%3B%3B%3B%3BAAOR%2CaAAc%2CQAAO%2COAAO%3BAAAW%2CaAAc%2CQAAO%2COAAO%3BAAAY%2CQAAQ%2CUAAW%2CcAAc%2CQAAO%3BEACnH%2CUAAA%3B%3BAAEJ%2CiBAAkB%2CQAAO%3BEACrB%2CeAAA%3B%3BAAoBJ%2CwBAlB%2BC%3BEAC3C%2CiBAAkB%2CQAAO%2CSAAU%3BIAC%5C%2FB%2CaAAA%3B%3BEAEJ%2CiBAAkB%2CQAAO%2CSAAS%3BIAC9B%2CcAAA%3B%3BEAEJ%2CiBAAkB%2CQAAO%2CSAAS%2CMAAM%3BIACpC%2CcAAA%3B%3BEAEJ%3BIACI%2CiBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAiBR%2CkBACM%3BEACE%2CeAAA%3B%3BAAGR%2CeAAgB%2CGAAE%3BEACd%2CsBAAA%3BEACA%2CkCAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3B%3BAAEJ%2CeAAe%3BEACX%2CoBAAA%3B%3BAAEJ%2CeAAgB%3BEACZ%2CWAAA%3B%3BAAEJ%3BEACI%2CyBAAA%3B%3BAAKQ%2CkBAFR%2CSACK%2CSACI%2CSACK%3BEACE%2CeAAA%3BEACA%2CiBAAA%3B%3BAAHR%2CkBAFR%2CSACK%2CSACI%2CSACK%2CSAGI%3BEACE%2CeAAA%3BEACA%2CiBAAA%3B%3BAAShB%2CQADH%2CSACI%2CYACK%3BEACE%2CeAAA%3BEACA%2CiBAAA%3B%3BAAHR%2CQADH%2CSACI%2CYACK%2CSAGI%3BEACE%2CeAAA%3BEACA%2CiBAAA%3B%3BAAMpB%2CQAAQ%2CKAAK%2CSAAU%2CuBAAyB%2CQAAQ%2CKAAK%3BAAAI%2CQAAQ%2CKAAK%2CSAAU%2CuBAAyB%2CQAAQ%2CKAAK%3BAAAI%2CQAAQ%2CKAAK%2CSAAU%2CuBAAyB%2CQAAQ%2CKAAK%3BAAAI%2CQAAQ%2CKAAK%2CSAAU%2CuBAAyB%2CQAAQ%2CKAAK%3BAAAI%2CQAAQ%2CKAAK%2CSAAU%2CuBAAyB%2CQAAQ%2CKAAK%3BAAAI%2CQAAQ%2CKAAK%2CSAAU%2CuBAAyB%2CQAAQ%2CKAAK%3BEAC9X%2CeAAA%3B%3BAAEJ%2CkBACI%2CkBACI%2CYACI%2COAAM%3BEACF%2CWAAA%3BEACA%2CkBAAA%3B%3BAALhB%2CkBACI%2CkBACI%2CYACI%2COAAM%2CIAGA%2CQAAK%3BEACH%2CWAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAATpB%2CkBACI%2CkBACI%2CYACI%2COAAM%2CIAQF%3BEACI%2CWAAA%3B%3BAAZpB%2CkBACI%2CkBACI%2CYACI%2COAAM%2CIAQF%2CSAEI%3BEACI%2CYAAA%3B%3BAAdxB%2CkBACI%2CkBACI%2CYAgBI%2CSACI%3BEACI%2CYAAA%3B%3BAAiBpB%2CwBAX%2BC%3BEAC3C%2CeAAgB%2CGAAE%3BIACd%2CYAAA%3B%3B%3B%3B%3B%3BAASR%3BEACI%2CyBAAA%3B%3BAAEJ%2COACI%3BAADJ%2COACc%3BEACN%2CmBAAA%3B%3BAAGR%2COACI%2CSACM%2COACI%3BEACE%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3B%3BAACA%2COAPZ%2CSACM%2COACI%2CIAKG%3BEACG%2CcAAA%3B%3BAATpB%2COACI%2CSAYI%3BEACI%2CmBAAA%3B%3BAAdZ%2COAiBI%3BEACI%2CcAAA%3BEACA%2CeAAA%3B%3BAAnBR%2COAqBI%2CSACI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAA1BZ%2COAqBI%2CSACI%2CeAKI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3B%3BAA%5C%2FBhB%2COAmCI%2CUACI%3BAApCR%2COAmCI%2CUACkB%3BEACV%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAA3CZ%2COAmCI%2CUACI%2CYAQM%3BAA5Cd%2COAmCI%2CUACkB%2CUAQR%3BEACE%2CcAAA%3B%3BAACA%2COAXZ%2CUACI%2CYAQM%2CIAEG%3BAAAD%2COAXZ%2CUACkB%2CUAQR%2CIAEG%3BEACG%2CcAAA%3B%3B%3BAAOpB%2CaACI%2CWACI%3BEACI%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3B%3BAARZ%2CaACI%2CWASI%2CWACI%2CWACI%3BEACI%2CcAAA%3BEACA%2CeAAA%3B%3BAAdpB%2CaACI%2CWASI%2CWACI%2CWAKM%3BEACE%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAApBpB%2CaACI%2CWASI%2CWACI%2CWAKM%2COAKE%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAzBxB%2CaACI%2CWASI%2CWAmBI%3BAA7BZ%2CaACI%2CWASI%2CWAmBoB%3BAA7B5B%2CaACI%2CWASI%2CWAmBkC%3BEAC1B%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAhChB%2CaACI%2CWASI%2CWAmBI%2CcAII%3BAAjChB%2CaACI%2CWASI%2CWAmBoB%2CYAIZ%3BAAjChB%2CaACI%2CWASI%2CWAmBkC%2CcAI1B%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAACA%2CaApChB%2CWASI%2CWAmBI%2CcAII%2CEAIK%3BAAAD%2CaApChB%2CWASI%2CWAmBoB%2CYAIZ%2CEAIK%3BAAAD%2CaApChB%2CWASI%2CWAmBkC%2CcAI1B%2CEAIK%3BEACG%2CcAAA%3B%3BAAtCxB%2CaACI%2CWASI%2CWAmBI%2CcAYI%3BAAzChB%2CaACI%2CWASI%2CWAmBoB%2CYAYZ%3BAAzChB%2CaACI%2CWASI%2CWAmBkC%2CcAY1B%3BEACI%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3B%3B%3B%3BAAUpB%2CmBACI%2CeAAc%2CSACV%2CeACI%2CcACI%2CmBACI%3BEACI%2CkBAAA%3BEACA%2CWAAA%3B%3BAAPxB%2CmBACI%2CeAAc%2CSACV%2CeACI%2CcACI%2CmBACI%2CoBAGI%2CYACI%3BEACI%2CUAAA%3BEACA%2CkBAAA%3B%3BAAXhC%2CmBACI%2CeAAc%2CSACV%2CeACI%2CcACI%2CmBACI%2CoBASI%3BEACI%2CUAAA%3BEACA%2CkBAAA%3B%3BAAGR%2CmBAlBhB%2CeAAc%2CSACV%2CeACI%2CcACI%2CmBAeK%2CMACG%3BEACI%2CSAAA%3B%3BAAQ5B%2CQACI%2CoBACI%3BEACI%2CqBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3B%3B%3B%3BAAOZ%2CMACI%2COAAM%3BEACF%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAARR%2CMAUI%2CEAAC%3BEACG%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAII%2CMAFR%2CQACK%2CKACI%3BEACG%2CeAAA%3BEACA%2CcAAA%3B%3BAAIJ%2CMARR%2CQAOK%2CSACI%3BEACG%2CeAAA%3BEACA%2CcAAA%3B%3BAAGR%2CMAbJ%2CQAaK%3BEACG%2CmBAAA%3B%3B%3B%3B%3BAAOZ%3BAAAa%3BEACT%2CWAAA%3BEACA%2CUAAA%3BEACA%2CsBAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3B%3BAADJ%2CMAEI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3B%3BAARR%2CMAUI%3BEACI%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAZR%2CMAUI%2CSAGM%3BEACE%2CeAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAlBZ%2CMAUI%2CSAUM%3BEACE%2CcAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3B%3BAAxBZ%2CMAUI%2CSAgBM%3BEACE%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAAqCZ%2CwBAjC%2BC%3BEAC3C%3BEAAa%3BIACT%2CWAAA%3BIACA%2CmBAAA%3B%3BEAEJ%3BIACI%2CeAAA%3B%3BEAEJ%2CgBAAmB%2CWAAS%2CQAAO%3BIAC%5C%2FB%2CWAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CWAAY%2CQAAO%3BIACf%2CWAAA%3B%3BEAEJ%3BIACI%2CgBAAA%3B%3BEAEJ%2CgBAAiB%2CSAAS%3BIACtB%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAEJ%2CgBAAmB%3BIACf%2CqBAAA%3B%3B%3B%3B%3B%3BAAQR%3BAAAW%3BEACP%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3B%3BAAEJ%3BEACI%2CUAAA%3B%3BAAEJ%3BEACI%2CWAAA%3B%3B%3B%3B%3BAAOJ%3BEACI%2CmBAAA%3BEACA%2CeAAA%3B%3B%3BAAIJ%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAJJ%2CQAKI%3BEACI%2CWAAA%3BEACA%2CUAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAATR%2CQAKI%2CSAKI%3BEACI%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAbZ%2CQAKI%2CSAKI%2CWAIM%3BEACE%2CcAAA%3BEACA%2CSAAA%3B%3BAAhBhB%2CQAKI%2CSAKI%2CWAIM%2CKAGI%3BEACE%2CcAAA%3B%3BAAlBpB%2CQAuBI%3BEACI%2CWAAA%3BEACA%2CUAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3B%3BAA3BR%2CQAuBI%2CUAKI%3BEACI%2CcAAA%3BEACA%2CmBAAA%3B%3BAA9BZ%2CQAuBI%2CUASI%3BEACI%2CcAAA%3B%3BAAIZ%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAJJ%2CSAKI%3BEACI%2CeAAA%3B%3BAANR%2CSAKI%2CSAEI%3BEACI%2CeAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3B%3BAAXZ%2CSAKI%2CSAEI%2CWAKM%3BEACE%2CcAAA%3B%3BAAKhB%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAJJ%2CSAKI%3BEACI%2CeAAA%3B%3BAANR%2CSAKI%2CSAEI%3BEACI%2CeAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3BEACA%2CsBAAA%3B%3BAAXZ%2CSAKI%2CSAEI%2CWAKM%3BEACE%2CcAAA%3B%3BAAKhB%2CUAAW%3BEACP%2CgBAAA%3B%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAJJ%2CSAKI%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAARR%2CSAKI%2CWAII%3BEACI%2CcAAA%3B%3BAAVZ%2CSAKI%2CWAOI%3BEACI%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CgBAAA%3B%3BAAjBZ%2CSAKI%2CWAOI%2CkBAMI%3BEACI%2CaAAA%3BEACA%2CcAAA%3B%3BAApBhB%2CSAKI%2CWAOI%2CkBAMI%2CaAGM%3BEACE%2CeAAA%3BEACA%2CUAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3B%3BAA1BpB%2CSAKI%2CWAOI%2CkBAMI%2CaAUM%3BEACE%2CeAAA%3BEACA%2CiBAAA%3B%3BAA9BpB%2CSAKI%2CWAOI%2CkBAqBI%3BEACI%2CaAAA%3BEACA%2CcAAA%3BEACA%2C6BAAA%3BEACA%2CsBAAA%3B%3BAAEI%2CSAlChB%2CWAOI%2CkBAqBI%2CUAKM%2COACG%3BEACG%2CkBAAA%3B%3BAADJ%2CSAlChB%2CWAOI%2CkBAqBI%2CUAKM%2COACG%2CWAEK%3BEACE%2CiBAAA%3B%3BAAKR%2CSA1ChB%2CWAOI%2CkBAqBI%2CUAaM%2COACG%3BEACG%2CYAAA%3BEACA%2CyBAAA%3B%3B%3BAASxB%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAJJ%2CSAKI%2CaACI%3BEACI%2CmBAAA%3B%3BAAPZ%2CSAKI%2CaACI%2CWAEI%3BEACI%2CcAAA%3B%3BAAThB%2CSAKI%2CaACI%2CWAEI%2CSAEM%2CIACI%3BEACE%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAjBxB%2CSAKI%2CaACI%2CWAeI%3BEACI%2CcAAA%3B%3BAAtBhB%2CSAKI%2CaACI%2CWAeI%2CmBAEM%3BEACE%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CcAAA%3B%3BAA7BpB%2CSAKI%2CaACI%2CWAeI%2CmBAUM%3BEACE%2CYAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3B%3BAApCpB%2CSAKI%2CaACI%2CWAeI%2CmBAiBM%3BEACE%2CcAAA%3BEACA%2CkBAAA%3B%3BAAxCpB%2CSAKI%2CaACI%2CWAeI%2CmBAiBM%2CYAGE%3BEACI%2CeAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAA5CxB%2CSAKI%2CaACI%2CWAeI%2CmBAiBM%2CYAQI%3BEACE%2CcAAA%3BEACA%2CgBAAA%3B%3B%3BAASxB%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3B%3BAAJJ%2CSAKI%2CaACI%3BEACI%2CmBAAA%3BEACA%2CeAAA%3B%3B%3BAAMZ%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CWAAA%3BEACA%2CmBAAA%3B%3BAALJ%2CQAMI%3BEACI%2CeAAA%3B%3BAAPR%2CQAMI%2CQAEI%3BEACI%2CWAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAdZ%2CQAMI%2CQAEI%2CUAOI%3BEACI%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3B%3BAA1BhB%2CQAMI%2CQAEI%2CUAoBI%3BEACI%2CWAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAAhChB%2CQAMI%2CQAEI%2CUAoBI%2CUAKM%3BEACE%2CcAAA%3BEACA%2CeAAA%3BEACA%2CyBAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3B%3BAAtCpB%2CQAMI%2CQAEI%2CUAoBI%2CUAYM%3BEACE%2CcAAA%3BEACA%2CSAAA%3B%3BAAMpB%3BEACI%2CcAAA%3B%3BAAEJ%2CcACI%2CcACI%3BAAFQ%2CcACZ%2CcACI%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAALZ%2CcACI%2CcAMI%3BAAPQ%2CcACZ%2CcAMI%3BEACI%2CqDAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CcAdJ%2CcAcK%2CMACG%3BAADJ%2CcAdJ%2CcAcK%2CMACG%3BEACI%2CYAAA%3B%3BAAKhB%2CcACI%2CcACI%3BEACI%2CeAAA%3B%3BAAHZ%2CcACI%2CcACI%2CsBAEI%2CmBACI%3BEACI%2CcAAA%3B%3BAACA%2CcANhB%2CcACI%2CsBAEI%2CmBACI%2CQAEK%3BEACG%2CcAAA%3B%3BAAYJ%2CkBAJhB%2CsBACI%2CqBACI%2CEACK%2COACI%3BEACG%2CcAAA%3B%3BAACA%2CkBANpB%2CsBACI%2CqBACI%2CEACK%2COACI%2CWAEI%3BEACG%2CcAAA%3B%3BAAGR%2CkBAVhB%2CsBACI%2CqBACI%2CEACK%2COAOI%3BEACG%2CcAAA%3B%3BAACA%2CkBAZpB%2CsBACI%2CqBACI%2CEACK%2COAOI%2CUAEI%3BEACG%2CcAAA%3B%3BAAQZ%2CkBArBZ%2CsBAmBI%2CQACK%2COACI%3BEACG%2CcAAA%3B%3BAACA%2CkBAvBhB%2CsBAmBI%2CQACK%2COACI%2COAEI%3BEACG%2CcAAA%3B%3BAAHR%2CkBArBZ%2CsBAmBI%2CQACK%2COACI%2COAKK%3BEACE%2CiBAAA%3B%3BAAkDxB%2CwBA3C%2BC%3BEAC3C%2CQAAS%3BIACL%2CWAAA%3BIACA%2CUAAA%3B%3BEAEJ%2CQAAS%3BIACL%2CWAAA%3BIACA%2CUAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2CQAAS%2CUAAU%3BIACf%2CWAAA%3BIACA%2CUAAA%3BIACA%2CsBAAA%3B%3BEAEJ%2CQAAS%2CUAAU%3BIACf%2CWAAA%3BIACA%2CUAAA%3BIACA%2CsBAAA%3B%3BEAEJ%2CSAAU%3BIACN%2CSAAA%3B%3BEAEJ%2CSAAU%2CSAAS%3BIACf%2CWAAA%3BIACA%2CUAAA%3B%3BEAEJ%2CSAAU%3BIACN%2CSAAA%3B%3BEAEJ%2CSAAU%2CSAAS%3BIACf%2CWAAA%3BIACA%2CUAAA%3B%3BEAEJ%2CQAAS%3BIACL%2CSAAA%3B%3BEAEJ%2CQAAS%2CQAAQ%3BIACb%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3B%3BAAGR%3BEACI%2CiBAAA%3B%3BAADJ%2CwBAEI%3BEACI%2CiBAAA%3B%3BAAHR%2CwBAKI%3BEACI%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3B%3BAAGR%2CUACI%2CMAAK%3BEACD%2CsBAAA%3B%3BAAGR%3BEACI%2CsBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAC78DA%2CgBALsC%3BE5B0DtC%2CiCAxBA%3BE6BkIA%2C0BACI%2Cc7BnIJ%3BIACI%2CWAAA%3BIACA%2CWAAA%3BIACA%2CoBAAA%3B%3BEACA%2CiCAJJ%2CGAIK%3BE6B8HL%2C0BACI%2Cc7BnIJ%2CGAIK%3BIACG%2CSAAS%2CIAAT%3B%3BEAmBR%2CiCAhBA%3BE6B0HA%2C0BACI%2Cc7B3HJ%3BIACI%2CWAAA%3BIACA%2CqBAAA%3BIACA%2CeAAA%3B%3BEA2BJ%3BIACI%2CWAAA%3B%3BEAuBJ%3BEA8%2BCA%2C2BACI%3BE8Bx%2BCJ%2COACI%2CgBACI%2CeAGI%3BEC3BZ%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%3BECyOhB%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%3BEANhB%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%3BECzKhB%2CgBAEI%3BEAyDJ%2CQAII%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAEI%3BEAmBhB%2CqBACI%2COAAM%2CUAEA%3BEAkBV%2CkBAEI%3BEADJ%2CkBACI%3BEC7IJ%2CiClCi9CI%3BEmCnmCJ%2CcnCmmCI%3BIA7%5C%2FCJ%2CUAAA%3B%3BEACA%2CoBAAC%2CUAAU%3BEA2%5C%2FCX%2C2BACI%2COA5%5C%2FCH%2CUAAU%3BE8BoBX%2COACI%2CgBACI%2CeAGI%2CK9BzBX%2CUAAU%3BE%2BBFX%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CK%5C%2FBJf%2CUAAU%3BEgC6OX%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CKhCpPf%2CUAAU%3BEgC8OX%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CKhCpPf%2CUAAU%3BEiC2EX%2CgBAEI%2COjC7EH%2CUAAU%3BEiCsIX%2CQAII%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAEI%2CKjC9If%2CUAAU%3BEiCiKX%2CqBACI%2COAAM%2CUAEA%2CQjCpKT%2CUAAU%3BEiCsLX%2CkBAEI%2CUjCxLH%2CUAAU%3BEiCuLX%2CkBACI%2CUjCxLH%2CUAAU%3BEkC2CX%2CiClCi9CI%2COA5%5C%2FCH%2CUAAU%3BEmCyZX%2CcnCmmCI%2COA5%5C%2FCH%2CUAAU%3BIACP%2CWAAA%3BIACA%2CWAAA%3B%3BEAEJ%2CoBAAC%2CUAAU%3BEAu%5C%2FCX%2C2BACI%2COAx%5C%2FCH%2CUAAU%3BE8BgBX%2COACI%2CgBACI%2CeAGI%2CK9BrBX%2CUAAU%3BE%2BBNX%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CK%5C%2FBAf%2CUAAU%3BEgCyOX%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CKhChPf%2CUAAU%3BEgC0OX%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CKhChPf%2CUAAU%3BEiCuEX%2CgBAEI%2COjCzEH%2CUAAU%3BEiCkIX%2CQAII%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAEI%2CKjC1If%2CUAAU%3BEiC6JX%2CqBACI%2COAAM%2CUAEA%2CQjChKT%2CUAAU%3BEiCkLX%2CkBAEI%2CUjCpLH%2CUAAU%3BEiCmLX%2CkBACI%2CUjCpLH%2CUAAU%3BEkCuCX%2CiClCi9CI%2COAx%5C%2FCH%2CUAAU%3BEmCqZX%2CcnCmmCI%2COAx%5C%2FCH%2CUAAU%3BIACP%2CYAAA%3B%3BEACA%2CoBAFH%2CUAAU%2CGAEH%3BEAq%5C%2FCR%2C2BACI%2COAx%5C%2FCH%2CUAAU%2CGAEH%3BE8BcR%2COACI%2CgBACI%2CeAGI%2CK9BrBX%2CUAAU%2CGAEH%3BE%2BBRR%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CK%5C%2FBAf%2CUAAU%2CGAEH%3BEgCuOR%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CKhChPf%2CUAAU%2CGAEH%3BEgCwOR%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CKhChPf%2CUAAU%2CGAEH%3BEiCqER%2CgBAEI%2COjCzEH%2CUAAU%2CGAEH%3BEiCgIR%2CQAII%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAEI%2CKjC1If%2CUAAU%2CGAEH%3BEiC2JR%2CqBACI%2COAAM%2CUAEA%2CQjChKT%2CUAAU%2CGAEH%3BEiCgLR%2CkBAEI%2CUjCpLH%2CUAAU%2CGAEH%3BEiCiLR%2CkBACI%2CUjCpLH%2CUAAU%2CGAEH%3BEkCqCR%2CiClCi9CI%2COAx%5C%2FCH%2CUAAU%2CGAEH%3BEmCmZR%2CcnCmmCI%2COAx%5C%2FCH%2CUAAU%2CGAEH%3BIACA%2CWAAA%3B%3BEA8FR%3BIACI%2CmBAAA%3B%3BEA8DJ%3BEkCpJI%2COAAO%2CKAAM%2CyBACT%3BEEjCR%2CyBACI%2CQAAO%3BEC6LX%2CaAEI%3BEADJ%2CKAAK%2CcAAe%2CcAChB%3BERvFA%2COAAO%2CKAAM%2CiCACT%3BESlNR%2CmBACI%2CUAAU%3BEADd%2CmBAEI%3BECsFA%2COAAO%2CKAAM%2CeACT%3BIvC2LR%2CcAAA%3B%3BEAqCA%3BEA%2BDgB%2CuBARZ%2CUAMI%2CYACI%2CQACK%3BE6BnMjB%2CwB7B2LI%2CUAMI%2CYACI%2CQACK%3BE6BlMjB%2CuB7B0LI%2CUAMI%2CYACI%2CQACK%3BEwCvWjB%2CqBxC%2BVI%2CUAMI%2CYACI%2CQACK%3BE%2BB%5C%2FQjB%2CmB%5C%2FBuQI%2CUAMI%2CYACI%2CQACK%3BEyC5WjB%2CKAAK%2CKAAK%2COzCoWN%2CUAMI%2CYACI%2CQACK%3BIA9Db%2CgBAAA%3B%3BEAqDJ%2CuBACI%2CUACI%2COACK%3BE6B7Lb%2CwB7B2LI%2CUACI%2COACK%3BE6B5Lb%2CuB7B0LI%2CUACI%2COACK%3BEwCjWb%2CqBxC%2BVI%2CUACI%2COACK%3BE%2BBzQb%2CmB%5C%2FBuQI%2CUACI%2COACK%3BEyCtWb%2CKAAK%2CKAAK%2COzCoWN%2CUACI%2COACK%3BIACG%2CWAAA%3B%3BEAmBhB%3BIFpHA%2CkBAAA%3B%3BEEoKA%3BEyBxRA%2CaAMI%3BEiBjHJ%2CsBACI%3BI5C9CJ%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAiBA%2CyBAAC%3BEACD%2CyBAAC%3BEoCmFD%2CwBAKI%2CepCzFH%3BEoCoFD%2CwBAKI%2CepCxFH%3BEoCoID%2CiCpCrIC%3BEoCqID%2CiCpCpIC%3BEoC0JD%2CkBpC3JC%3BEoC2JD%2CkBpC1JC%3BEgC6FD%2CkBAWI%2CehCzGH%3BEgC8FD%2CkBAWI%2CehCxGH%3BEgC6GD%2COACI%2CgBACI%2CehChHP%3BEgC8GD%2COACI%2CgBACI%2CehC%5C%2FGP%3BE%2BB0KD%2C0BACI%2Cc%5C%2FB5KH%3BE%2BB2KD%2C0BACI%2Cc%5C%2FB3KH%3BE6CyLD%2CcACI%2CQ7C3LH%3BE6C0LD%2CcACI%2CQ7C1LH%3BE6C%2BLD%2CMACI%2CeACI%2CS7ClMP%3BE6CgMD%2CMACI%2CeACI%2CS7CjMP%3BEyCoCD%2CcAKI%2CezC1CH%3BEyCqCD%2CcAKI%2CezCzCH%3BEiCuFD%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CejC3FX%3BEiCwFD%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CejC1FX%3BEkCsUD%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CelC3UX%3BEkCuUD%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CelC1UX%3BEkCuUD%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CelC3UX%3BEkCwUD%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CelC1UX%3BEqCmZD%2CerCpZC%3BEqCoZD%2CerCnZC%3BEmCoKD%2CgBnCrKC%3BEmCqKD%2CgBnCpKC%3BEmC%2BND%2CQACI%2CoBnCjOH%3BEmCgOD%2CQACI%2CoBnChOH%3BEmC%2BND%2CQAII%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CenCtOX%3BEmCgOD%2CQAII%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CenCrOX%3BEmC0PD%2CqBACI%2COAAM%2CUnC5PT%3BEmC2PD%2CqBACI%2COAAM%2CUnC3PT%3BE8CqZD%2C0B9CtZC%3BE8CsZD%2C0B9CrZC%3BE%2BCqWD%2CYAOI%2CQAAO%2CM%5C%2FC7WV%3BE%2BCsWD%2CYAOI%2CQAAO%2CM%5C%2FC5WV%3BE%2BC4eG%2COAAC%2CQ%5C%2FC7eJ%3BE%2BC6eG%2COAAC%2CQ%5C%2FC5eJ%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CyBAAC%3BEoC8ED%2CwBAKI%2CepCnFH%3BEoC%2BHD%2CiCpC%5C%2FHC%3BEoCqJD%2CkBpCrJC%3BEgCwFD%2CkBAWI%2CehCnGH%3BEgCwGD%2COACI%2CgBACI%2CehC1GP%3BE%2BBqKD%2C0BACI%2Cc%5C%2FBtKH%3BE6CoLD%2CcACI%2CQ7CrLH%3BE6C0LD%2CMACI%2CeACI%2CS7C5LP%3BEyC%2BBD%2CcAKI%2CezCpCH%3BEiCkFD%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CejCrFX%3BEkCiUD%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CelCrUX%3BEkCkUD%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CelCrUX%3BEqC8YD%2CerC9YC%3BEmC%2BJD%2CgBnC%5C%2FJC%3BEmC0ND%2CQACI%2CoBnC3NH%3BEmC0ND%2CQAII%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CenChOX%3BEmCqPD%2CqBACI%2COAAM%2CUnCtPT%3BE8CgZD%2C0B9ChZC%3BE%2BCgWD%2CYAOI%2CQAAO%2CM%5C%2FCvWV%3BE%2BCueG%2COAAC%2CQ%5C%2FCveJ%3BIACG%2CWAAA%3B%3BEE%2BcJ%3BEA21BA%3BE8ClwCA%2COAAO%3BEAMP%3BEAWA%3BEXkcI%2CMAAC%3BELpaL%3BEOiLA%2CeACI%3BEFoIJ%2CeAEI%3BInCwDJ%2CsBAAA%3B%3BEAoBA%3BE%2BC7bA%3BI%5C%2FCyaA%2CsBAAA%3B%3BEA8BA%2C8BACI%2CUACM%3BEAFV%2C8BACI%2CUAEI%2CQAAU%3BIF3PlB%2CgBAAA%3B%3BEkDulBA%2C8BhD9VI%2CUACM%2CSgD6VT%2CIAAI%2CSACC%3BEADN%2C8BhD9VI%2CUAEI%2CQAAU%2CSgD4VjB%2CIAAI%2CSACC%3BIACE%2CuBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIA4FR%2CgBAAA%3BIANA%2CUAAA%3B%3BEA1FA%2C8BhD9VI%2CUACM%2CSgD6VT%2CIAAI%2CSAeC%3BEAfN%2C8BhD9VI%2CUAEI%2CQAAU%2CSgD4VjB%2CIAAI%2CSAeC%3BIACE%2CWAAA%3BIACA%2CWAAA%3B%3BEhDhXR%2C8BACI%2CUACM%2CSgD0PR%3BEhD5PF%2C8BACI%2CUAEI%2CQAAU%2CSgDyPhB%3BIlDpfF%2CeAAA%3BIkDwfI%2CqBAAA%3B%3BEA6HA%2C8BhD5XA%2CUACM%2CSgDyXT%2COAEI%3BEAAD%2C8BhD5XA%2CUAEI%2CQAAU%2CSgDwXjB%2COAEI%3BEAAD%2C8BhD5XA%2CUACM%2CSgD0XT%2CSACI%3BEAAD%2C8BhD5XA%2CUAEI%2CQAAU%2CSgDyXjB%2CSACI%3BIACG%2CaAAA%3B%3BEhDzXI%2C8BAJR%2CUACM%2CSAGG%2CIAAI%2CcAAc%3BEAAnB%2C8BAJR%2CUAEI%2CQAAU%2CSAEL%2CIAAI%2CcAAc%3BIACf%2CgBAAA%3B%3BEA2DhB%2CwBAhBA%2CUACI%3BIF1SJ%2CmBAAA%3BIkD%2BpBA%2CsBAAA%3BIACA%2CqBAAA%3BIlDhqBA%2CUAAA%3BIkDmqBA%2CmBAAA%3B%3BEhDxXQ%2CwBAFR%2CUACI%2COACK%2CeAAe%3BEAChB%2CwBAHR%2CUACI%2COAEK%2CeAAe%3BIACZ%2CgBAAA%3B%3BEgDwXZ%2CwBhD5XA%2CUACI%2COgD2XA%3BIACA%2CWAAA%3B%3BEhD7WJ%2CwBAhBA%2CUACI%2COAMI%3BIACI%2CWAAA%3BIACA%2CUAAA%3B%3BEA2BZ%3BIF7UA%2CWAAA%3B%3BEEibA%3BIACI%2CgBAAA%3B%3BEADJ%2C0BAEI%3BIF%5C%2FrBJ%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEEsrBA%2C0BAKI%2CQAAU%3BIACN%2CaAAA%3B%3BEAUR%3BEmC5SA%2CoBAKI%3BEAoBJ%2CaAeI%2COAOI%3BEAoER%3BInC0LI%2CeAAA%3BIACA%2CgBAAA%3B%3BEAyKJ%3BEiCrmBA%2CqBAYI%3BEAgBJ%2CoBAGI%3BEAFJ%2CqBAEI%3BEADJ%2CgBACI%3BInCtCJ%2CiBAAA%3B%3BEEmoBA%3BIFnoBA%2CiBAAA%3B%3BEEgrBA%3BIFhrBA%2CqBAAA%3BIK9QA%2CqBAAA%3B%3BEAMA%2CiBAAC%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BIL9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSS9QS%2COT8QT%3BIAAA%2CaOwWe%2CYPxWf%3BIAAA%2CiBAAA%3BIAAA%2CsBAAA%3BIKqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEHimBA%2CiBAAC%3BIACG%2C0BAAA%3B%3BEAuOJ%3BEHrrBA%2CQAAS%2COAAM%2COAAQ%2COACnB%2CMAAK%2CIAAI%2CkBAAkB%2CIAAI%3BIGsqBnC%2CaAAA%3B%3BEAkCA%3BIACI%2CeAAA%3BIACA%2CiBAAA%3B%3BEA0CJ%2CyBACI%2CWACI%2CoBACI%3BIAEI%2CoBAAA%3B%3BEAiChB%3BIM5iCA%2CYAAA%3B%3BEN4iCA%2C2BM1iCE%2CQAGI%2CKACI%3BENsiCV%2C2BMziCE%2CQAEI%2CKACI%3BENsiCV%2C2BMxiCE%2CQACI%2CKACI%3BENsiCV%2C2BM1iCE%2CQAGI%2CKAEI%3BENqiCV%2C2BMziCE%2CQAEI%2CKAEI%3BENqiCV%2C2BMxiCE%2CQACI%2CKAEI%3BIACE%2CYAAA%3B%3BENoiCZ%2C2BM%5C%2FhCE%2CQACI%2CKACI%3BEN6hCV%2C2BM%5C%2FhCE%2CQACI%2CKAEI%3BIRoCV%2CgCAAA%3B%3BEEqgCA%3BE6BllCA%3BEIyDA%2CQAsBI%3BEW4PJ%3BI5CwwBI%2CkBAAA%3B%3BEADJ%2CkBAEI%3BEAFJ%2CkBAGI%3BE6BrlCJ%2C6B7BolCI%3BE6BplCJ%2C6B7BqlCI%3BEiC5hCJ%2CQAsBI%2CSjCqgCA%3BEiC3hCJ%2CQAsBI%2CSjCsgCA%3BE4C1wBJ%2CyB5CywBI%3BE4CzwBJ%2CyB5C0wBI%3BIACI%2CkBAAA%3BIACA%2CUAAA%3B%3BEALR%2CkBAOI%3BE6BzlCJ%2C6B7BylCI%3BEiChiCJ%2CQAsBI%2CSjC0gCA%3BE4C9wBJ%2CyB5C8wBI%3BIF5gCJ%2CiBAAA%3BIE8gCQ%2CUAAA%3B%3BEATR%2CkBAWI%3BE6B7lCJ%2C6B7B6lCI%3BEiCpiCJ%2CQAsBI%2CSjC8gCA%3BE4ClxBJ%2CyB5CkxBI%3BIACI%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3B%3BEA0CR%3BE8BntCA%3BEOiLA%2CeACI%3BEFoIJ%2CeAEI%3BIrClKJ%2CUAAA%3BImDtLA%2CWAAA%3BInDsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BIE85BL%2CiBAAA%3BIACA%2CkBAAA%3B%3BEAgSJ%2C2BACI%3BEkCj9CJ%2CiClCi9CI%3BEmCnmCJ%2CcnCmmCI%3BIAEI%2CUAAA%3B%3BEAHR%2C2BACI%2COAGM%3BEkCp9CV%2CiClCi9CI%2COAGM%3BEmCtmCV%2CcnCmmCI%2COAGM%3BIACE%2CSAAA%3BIACA%2CeAAA%3BIACA%2CiBAAA%3B%3BEAPZ%2C2BACI%2COAGM%2CSAIE%3BEkCx9CZ%2CiClCi9CI%2COAGM%2CSAIE%3BEmC1mCZ%2CcnCmmCI%2COAGM%2CSAIE%3BIFz2CZ%2CiBAAA%3B%3BEE42CY%2C2BAVR%2COAGM%2CSAOG%3BEkC39Cb%2CiClCi9CI%2COAGM%2CSAOG%3BEmC7mCb%2CcnCmmCI%2COAGM%2CSAOG%3BIACG%2CaAAA%3B%3BEAZhB%2C2BACI%2COAcI%3BEkC%5C%2F9CR%2CiClCi9CI%2COAcI%3BEmCjnCR%2CcnCmmCI%2COAcI%3BIACI%2CyBAAA%3BIACA%2CUAAA%3B%3BEAjBZ%2C2BAoBI%2CiBACI%3BEkCr%2BCR%2CiClCo%2BCI%2CiBACI%3BEmCvnCR%2CcnCsnCI%2CiBACI%3BIACI%2CaAAA%3BIACA%2COAAA%3BIACA%2CkBAAA%3B%3BEkD9nDZ%3BIpDqQA%2CeAAA%3BIAAA%2CmBAAA%3B%3BEgDrOA%3BEACA%2CYAAa%2CGAAE%3BEACf%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%3BIhD8UJ%2CoBAAA%3BIACQ%2CYAAA%3BIAMR%2CsBAAA%3BIACQ%2CcAAA%3BIAMR%2CwBAAA%3BIACQ%2CgBAAA%3B%3BEgDzVJ%2CIAAK%3BIACD%2CWAAA%3B%3BEAIR%3BIACI%2CcAAA%3B%3BEAGJ%2COAAO%3BIAGH%2CaAAA%3B%3BEGpDA%2CCAAC%2CmBAAwB%2CQHiDtB%3BIhDqMP%2CWAAA%3BIAgKA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEmDrZL%2CCAAC%2CoBAAyB%2CQH8CvB%3BIhDqMP%2CUAAA%3BImD9KA%2CqBAAA%3BInD8UA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEmDlZL%2CCAAC%2CyBAA%2BB%2CQH2C7B%3BIhDqMP%2CUAAA%3BImDlLA%2CYAAA%3BInDkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEmD%5C%2FYL%2CCAAC%2C0BAAgC%2CQHwC9B%3BIhDqMP%2CUAAA%3BImDtLA%2CWAAA%3BInDsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEgDjWT%3BIAEI%2CiBAAA%3B%3BEG1CA%2CCAAC%2CoBAAyB%3BInDuO9B%2CUAAA%3BImDtLA%2CWAAA%3BInDsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEmDtYL%2CCAAC%2CyBAA%2BB%3BInDoOpC%2CUAAA%3BImDtLA%2CWAAA%3BInDsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEmDnYL%2CCAAC%2C0BAAgC%3BInDiOrC%2CUAAA%3BImDtLA%2CWAAA%3BInDsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEgD3VT%2C2BAA4B%3BIACxB%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%3BIAEI%2CgBAAA%3BIACA%2CYAAA%3B%3BEG1CA%2CCAAC%2CoBAAyB%3BInD2N9B%2CUAAA%3BImDlLA%2CYAAA%3BInDkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEmD1XL%2CCAAC%2CyBAA%2BB%3BInDwNpC%2CUAAA%3BImDlLA%2CYAAA%3BInDkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEmDvXL%2CCAAC%2C0BAAgC%3BInDqNrC%2CUAAA%3BImDlLA%2CYAAA%3BInDkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEgD%5C%2FUT%2C0BACI%3BIACI%2CiBAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3B%3BEAIR%2CMAAM%3BIACF%2CkBAAA%3B%3BEK4HJ%3BIACI%2CaAAA%3B%3BEAGJ%3BIrDsKA%2CsBAAA%3BIACQ%2CcAAA%3BIAMR%2CwBAAA%3BIACQ%2CgBAAA%3BIqD3KJ%2CgBAAA%3B%3BEACA%2CaAAC%3BIACG%2CaAAA%3B%3BEAEJ%2CaAAC%3BIACG%2CyBAAA%3B%3BEAEJ%2CaAAC%2CaAAgB%3BIACb%2CaAAA%3B%3BEAEJ%2CaAAC%2CaAAgB%3BIACb%2CcAAA%3B%3BECYR%3BItDSA%2CuBAAA%3BIAAA%2CgBAAA%3BIsDJI%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%3BItDhBN%2CgBAAA%3B%3BEsDTA%2CWA6BI%2CGAAE%3BIACE%2CkBAAA%3B%3BEA9BR%2CWAiCI%3BItDxBJ%2CSAAA%3BIsD0BQ%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%3BItD%5C%2FCV%2CcAAA%3BIAAA%2CiBAAA%3BIAAA%2CeAAA%3BIAAA%2CqBAAA%3BIsDsDY%2CsBAAA%3BIACA%2CkBAAA%3BIACA%2CqBAAA%3B%3BEAEA%2CWAlCR%2CQAuBM%2CaAWG%3BEAAQ%2CWAlCjB%2CQAuBM%2CaAWY%3BItD1DtB%2CmBAAA%3BIAAA%2CYAAA%3BIAAA%2CcAAA%3BIAAA%2CqBAAA%3B%3BEsDkEQ%2CWA1CJ%2CQA0CK%2COAEK%3BEADN%2CWA3CJ%2CQA2CK%2CWACK%3BItDpEd%2CmBAAA%3BIAAA%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CeAAA%3BIAAA%2CcAAA%3BIAAA%2CqBAAA%3BIsD2EgB%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%3BItDzFpB%2CqBAAA%3BIKhOA%2CqBAAA%3B%3BEiDmTQ%2CWA3DJ%2CQA2DK%2COACK%2CaAGI%2CgBjDnGhB%3BILhQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEK2CA%2CWiDkPI%2CQA2DK%2COACK%2CaAGI%2CgBjDjTjB%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIL9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSM9NQ%2CON8NR%3BIAAA%2CaOwWe%2CYPxWf%3BIAAA%2CsBAAA%3BIKqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEiDlFA%2CWAiCI%2CQA8EI%3BItDtGR%2CmBAAA%3BIAAA%2CyBAAA%3BIAAA%2CgBAAA%3BIAAA%2CgBAAA%3BIAAA%2CgBAAA%3BIAAA%2CUAAA%3BIsD8GY%2CaAAA%3BIACA%2COAAA%3BIACA%2CoBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BItDlHZ%2CgBAAA%3B%3BEsDTA%2CWAiCI%2CQA8EI%2CSAyIF%3BItD%5C%2FON%2CgBAAA%3B%3BEsDkPQ%2CWA1NJ%2CQA8EI%2CSAyIF%2CKAGG%3BEACD%2CWA3NJ%2CQA8EI%2CSAyIF%2CKAIG%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CWAlOJ%2CQA8EI%2CSAyIF%2CKAWG%3BItD1PT%2CcAAA%3BIAAA%2CUAAA%3BIAAA%2CUAAA%3BIA8CA%2C8BAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIAhDA%2C4BAAA%3BIsD%2BPY%2CUAAA%3B%3BEAGJ%2CWA1OJ%2CQA8EI%2CSAyIF%2CKAmBG%3BItDpNT%2C8BAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BIAhDA%2C4BAAA%3BIAAA%2CcAAA%3BIAAA%2CUAAA%3BIAAA%2CUAAA%3BIsDuQY%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%3BItDzIhB%2CcAAA%3BIAAA%2CiBAAA%3B%3BEsDgJgB%2CWAxHZ%2CQA8EI%2CSAiCI%2CEASK%3BEACD%2CWAzHZ%2CQA8EI%2CSAiCI%2CEAUK%3BItDjJjB%2CuBAAA%3BIAAA%2CcAAA%3BIAAA%2CqBAAA%3B%3BEsDTA%2CWAiCI%2CQA8EI%2CSAmDI%2CQAAU%3BItDzJtB%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CuBAAA%3BIAAA%2CcAAA%3B%3BEsDTA%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%3BItDpL5B%2CqBAAA%3BIKhOA%2CqBAAA%3B%3BEiDgZgB%2CWAxJZ%2CQA8EI%2CSAsEI%2CGAIK%2COACK%2CIACI%2CgBjD9LxB%3BILhQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEK2CA%2CWiDkPI%2CQA8EI%2CSAsEI%2CGAIK%2COACK%2CIACI%2CgBjD5YzB%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIL9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSMxPQ%2CONwPR%3BIAAA%2CaOwWe%2CYPxWf%3BIAAA%2CsBAAA%3BIKqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEiD0HQ%2CWA3KJ%2CQA2KK%3BIACG%2CkBAAA%3BItDpMZ%2CqBAAA%3BIKhOA%2CqBAAA%3B%3BEAMA%2CWiDkPI%2CQA2KK%2CKjD7ZR%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIL9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CSMzPgB%2CONyPhB%3BIAAA%2CaOwWe%2CYPxWf%3BIAAA%2CsBAAA%3BIKqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEiDkIY%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%3BED1OhB%2CMAAM%2COACF%3BEADJ%2CMAAM%2COAEF%3BIACI%2CqBAAA%3B%3BEEtHR%3BIvDkIA%2CgCAAA%3B%3BEwDrHA%2CQAAQ%2CKAAK%3BIA1Kb%2CkBAAA%3BIACA%2CUAAA%3BIA2KI%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3B%3BExDnIJ%2CQwD%2BHQ%2CKAAK%2CMxD%5C%2FHZ%3BEACD%2CQwD8HQ%2CKAAK%2CMxD9HZ%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CQwDyHQ%2CKAAK%2CMxDzHZ%3BIACG%2CWAAA%3B%3BEwDwHJ%2CQAAQ%2CKAAK%2CMCvKX%2CQAAK%3BIACH%2CWAAA%3BIACA%2CWAAA%3B%3BEDqKJ%2CQAAQ%2CKAAK%2CMCvKX%2CQAAK%2CMAID%3BIzDwRN%2CYAAA%3BIyDtRQ%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BED%2BJR%2CQAAQ%2CKAAK%2CMC3JX%2CQAAK%3BIzDgRP%2CgBAAA%3BIyD7QI%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEzDsBJ%2CQwD%2BHQ%2CKAAK%2CMC3JX%2CQAAK%2CQzD4BN%3BEACD%2CQwD8HQ%2CKAAK%2CMC3JX%2CQAAK%2CQzD6BN%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CQwDyHQ%2CKAAK%2CMC3JX%2CQAAK%2CQzDkCN%3BIACG%2CWAAA%3B%3BEyD3BA%2CQDmJI%2CKAAK%2CMC3JX%2CQAAK%2CQAQF%3BIACG%2CcAAA%3B%3BEzDmBR%2CQwD%2BHQ%2CKAAK%2CMxD%5C%2FHZ%3BEACD%2CQwD8HQ%2CKAAK%2CMxD9HZ%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CQwDyHQ%2CKAAK%2CMxDzHZ%3BIACG%2CWAAA%3B%3BEwDwHJ%2CQAAQ%2CKAAK%2CMAxKX%2CQAAK%3BIACH%2CWAAA%3BIACA%2CWAAA%3B%3BEAsKJ%2CQAAQ%2CKAAK%2CMAxKX%2CQAAK%2CMAGD%3BIxD0RN%2CYAAA%3BIwDxRQ%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAiKR%2CQAAQ%2CKAAK%2CMA9JX%2CQAAK%3BIxDmRP%2CgBAAA%3BIwDhRI%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BExDyBJ%2CQwD%2BHQ%2CKAAK%2CMA9JX%2CQAAK%2CQxD%2BBN%3BEACD%2CQwD8HQ%2CKAAK%2CMA9JX%2CQAAK%2CQxDgCN%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CQwDyHQ%2CKAAK%2CMA9JX%2CQAAK%2CQxDqCN%3BIACG%2CWAAA%3B%3BEwD%5C%2FBA%2CQAuJI%2CKAAK%2CMA9JX%2CQAAK%2CQAOF%3BIACG%2CcAAA%3B%3BEAsJR%2CQAAQ%2CKAAK%2CMCjGX%2CQAAK%3BIzDsNP%2CkBAAA%3B%3BEwDrHA%2CQAAQ%2CKAAK%2CMCjGX%2CQAAK%2CMAED%3BIzDoNN%2CgBAAA%3BIAAA%2CiBAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CyBAAA%3BIyD%5C%2FLQ%2CmBAAA%3BIzD%2BLR%2CYAAA%3BIAAA%2C0BAAA%3B%3BECjJA%2CQuD4BQ%2CKAAK%2CMCjGX%2CQAAK%2CMAED%2CUxDmEL%3BIDiJD%2CcAAA%3BIAAA%2CqBAAA%3B%3BEC5IA%2CQuDuBQ%2CKAAK%2CMCjGX%2CQAAK%2CMAED%2CUxDwEL%3BID4ID%2CcAAA%3BIAAA%2CqBAAA%3B%3BECvIA%2CQuDkBQ%2CKAAK%2CMCjGX%2CQAAK%2CMAED%2CUxD6EL%3BIDuID%2CcAAA%3BIAAA%2CqBAAA%3B%3BEyD1LI%2CQDqEI%2CKAAK%2CMCjGX%2CQAAK%2CMA4BF%2CIAAI%2CWAAc%2CUAAO%3BEAC1B%2CQDoEI%2CKAAK%2CMCjGX%2CQAAK%2CMA6BF%2CIAAI%2CWAAc%2CUAAO%3BIzDyL9B%2CmBAAA%3B%3BEyDrLI%2CQDgEI%2CKAAK%2CMCjGX%2CQAAK%2CMAiCF%2CIAAI%2CWAAc%2CUAAO%3BEAC1B%2CQD%2BDI%2CKAAK%2CMCjGX%2CQAAK%2CMAkCF%2COAAU%3BEACX%2CQD8DI%2CKAAK%2CMCjGX%2CQAAK%2CMAmCF%2COAAU%2CUAAO%3BEAClB%2CQD6DI%2CKAAK%2CMCjGX%2CQAAK%2CMAoCF%2COAAU%2CUAAO%3BIzDkLtB%2CmBAAA%3BIAAA%2CcAAA%3BIAAA%2CqBAAA%3B%3BEyD5KI%2CQDuDI%2CKAAK%2CMCjGX%2CQAAK%2CMA0CF%2COAAU%3BEACX%2CQDsDI%2CKAAK%2CMCjGX%2CQAAK%2CMA2CF%2COAAU%2CUAAO%3BEAClB%2CQDqDI%2CKAAK%2CMCjGX%2CQAAK%2CMA4CF%2COAAU%2CUAAO%3BIzD0KtB%2CmBAAA%3B%3BEwDrHA%2CQAAQ%2CKAAK%2CMChDX%2CQAAK%3BIzDqKP%2CmBAAA%3BIyDnKI%2CgBAAA%3BIACA%2C4BAAA%3BIzDkKJ%2CyBAAA%3B%3BEApPA%2CQwD%2BHQ%2CKAAK%2CMxD%5C%2FHZ%3BEACD%2CQwD8HQ%2CKAAK%2CMxD9HZ%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CQwDyHQ%2CKAAK%2CMxDzHZ%3BIACG%2CWAAA%3B%3BEwDwHJ%2CQAAQ%2CKAAK%2CMCvKX%2CQAAK%3BIACH%2CWAAA%3BIACA%2CWAAA%3B%3BEDqKJ%2CQAAQ%2CKAAK%2CMCvKX%2CQAAK%2CMAID%3BIzDwRN%2CYAAA%3BIyDtRQ%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BED%2BJR%2CQAAQ%2CKAAK%2CMC3JX%2CQAAK%3BIzDgRP%2CgBAAA%3BIyD7QI%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEzDsBJ%2CQwD%2BHQ%2CKAAK%2CMC3JX%2CQAAK%2CQzD4BN%3BEACD%2CQwD8HQ%2CKAAK%2CMC3JX%2CQAAK%2CQzD6BN%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CQwDyHQ%2CKAAK%2CMC3JX%2CQAAK%2CQzDkCN%3BIACG%2CWAAA%3B%3BEyD3BA%2CQDmJI%2CKAAK%2CMC3JX%2CQAAK%2CQAQF%3BIACG%2CcAAA%3B%3BEzDmBR%2CQwD%2BHQ%2CKAAK%2CMxD%5C%2FHZ%3BEACD%2CQwD8HQ%2CKAAK%2CMxD9HZ%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CQwDyHQ%2CKAAK%2CMxDzHZ%3BIACG%2CWAAA%3B%3BEwDwHJ%2CQAAQ%2CKAAK%2CMAxKX%2CQAAK%3BIACH%2CWAAA%3BIACA%2CWAAA%3B%3BEAsKJ%2CQAAQ%2CKAAK%2CMAxKX%2CQAAK%2CMAGD%3BIxD0RN%2CYAAA%3BIwDxRQ%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAiKR%2CQAAQ%2CKAAK%2CMA9JX%2CQAAK%3BIxDmRP%2CgBAAA%3BIwDhRI%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BExDyBJ%2CQwD%2BHQ%2CKAAK%2CMA9JX%2CQAAK%2CQxD%2BBN%3BEACD%2CQwD8HQ%2CKAAK%2CMA9JX%2CQAAK%2CQxDgCN%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CQwDyHQ%2CKAAK%2CMA9JX%2CQAAK%2CQxDqCN%3BIACG%2CWAAA%3B%3BEwD%5C%2FBA%2CQAuJI%2CKAAK%2CMA9JX%2CQAAK%2CQAOF%3BIACG%2CcAAA%3B%3BEAsJR%2CQAAQ%2CKAAK%2CMArGX%2CQAAK%3BIxD0NP%2CkBAAA%3B%3BEwDrHA%2CQAAQ%2CKAAK%2CMArGX%2CQAAK%2CMAED%3BIxDwNN%2CgBAAA%3BIAAA%2CiBAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CyBAAA%3BIwDnMQ%2CmBAAA%3BIxDmMR%2CYAAA%3BIAAA%2C0BAAA%3B%3BECjJA%2CQuD4BQ%2CKAAK%2CMArGX%2CQAAK%2CMAED%2CUvDuEL%3BIDiJD%2CcAAA%3BIAAA%2CqBAAA%3B%3BEC5IA%2CQuDuBQ%2CKAAK%2CMArGX%2CQAAK%2CMAED%2CUvD4EL%3BID4ID%2CcAAA%3BIAAA%2CqBAAA%3B%3BECvIA%2CQuDkBQ%2CKAAK%2CMArGX%2CQAAK%2CMAED%2CUvDiFL%3BIDuID%2CcAAA%3BIAAA%2CqBAAA%3B%3BEwD%5C%2FLI%2CQA0EI%2CKAAK%2CMArGX%2CQAAK%2CMA2BF%2CIAAI%2CWAAc%2CUAAO%3BEAC1B%2CQAyEI%2CKAAK%2CMArGX%2CQAAK%2CMA4BF%2CIAAI%2CWAAc%2CUAAO%3BIxD8L9B%2CmBAAA%3B%3BEwD3LI%2CQAsEI%2CKAAK%2CMArGX%2CQAAK%2CMA%2BBF%2CIAAI%2CWAAc%2CUAAO%3BEAC1B%2CQAqEI%2CKAAK%2CMArGX%2CQAAK%2CMAgCF%2COAAU%3BEACX%2CQAoEI%2CKAAK%2CMArGX%2CQAAK%2CMAiCF%2COAAU%2CUAAO%3BEAClB%2CQAmEI%2CKAAK%2CMArGX%2CQAAK%2CMAkCF%2COAAU%2CUAAO%3BIxDwLtB%2CmBAAA%3BIAAA%2CcAAA%3B%3BEwDpLI%2CQA%2BDI%2CKAAK%2CMArGX%2CQAAK%2CMAsCF%2COAAU%3BEACX%2CQA8DI%2CKAAK%2CMArGX%2CQAAK%2CMAuCF%2COAAU%2CUAAO%3BEAClB%2CQA6DI%2CKAAK%2CMArGX%2CQAAK%2CMAwCF%2COAAU%2CUAAO%3BIxDkLtB%2CmBAAA%3B%3BEwDrHA%2CQAAQ%2CKAAK%2CMAzDX%2CQAAK%3BIxD8KP%2CmBAAA%3BIwD5KI%2CgBAAA%3BIACA%2C4BAAA%3BIxD2KJ%2CyBAAA%3B%3BEwDrHA%2CQAAQ%2CKAAK%2CMAKT%2CMAAK%2CMAAO%2CEAAC%3BIACT%2CaAAA%3B%3BEEhJR%3BI1D%2BPA%2CgBAAA%3B%3BEApPA%2CgBAAC%3BEACD%2CgBAAC%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CgBAAC%3BIACG%2CWAAA%3B%3BE0DlBJ%2CgBCoEA%3BIACI%2CWAAA%3B%3BEDrEJ%2CgBCjBA%3BEDiBA%2CgBChBA%3BIACI%2CqBAAA%3B%3BEDeJ%2CgBCjBA%2CSAQI%2CEAAC%3BEDSL%2CgBChBA%2CWAOI%2CEAAC%3BIACG%2CqBAAA%3B%3BEDQR%2CgBCHA%2CSACI%3BI3DiQJ%2CkBAAA%3B%3BE0D%5C%2FPA%2CgBCOA%2CWAKI%2CEAAC%3BI3DmPL%2CeAAA%3B%3BE0D%5C%2FPA%2CgBAEM%3BEAFN%2CgBAGM%3BIACE%2CgBAAA%3B%3BEAJR%2CgBAEM%2CWAGE%3BEALR%2CgBAGM%2CaAEE%3BIACI%2CWAAA%3BIACA%2CgBAAA%3B%3BEEgCZ%2CcACI%2CUACI%2CiBACI%3BIACI%2CqBAAA%3BIACA%2CWAAA%3B%3BEAGA%2CcAPZ%2CUACI%2CiBAKI%2CQACK%3BIACG%2CeAAA%3B%3B%3B%3B%3BEC6GpB%2CeAEI%2CeACI%2CiBACM%3BIACE%2CYAAA%3B%3BEAIA%2CeAPZ%2CeACI%2CiBAKI%2CQACK%3BIACG%2CSAAA%3B%3BEC5IpB%3BIACI%2CwBAAA%3B%3BE1BmEJ%2CwBACI%3BIACI%2CgCAAA%3B%3BEAFR%2CwBAKI%2CeAGI%3BEARR%2CwBAKI%2CeAII%3BEATR%2CwBAKI%2CeAKI%2C2BAA6B%3BIACzB%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAbZ%2CwBAKI%2CeAWI%3BIACI%2CaAAA%3BIACA%2CUAAA%3B%3BEAYA%2CwBAFR%2CqCACI%2CKACK%3BEACD%2CwBAHR%2CqCACI%2CKAEK%3BIACG%2CkBAAA%3B%3BEAGJ%2CwBAPR%2CqCACI%2CKAMK%3BIACG%2CUAAA%3B%3BEApChB%2CwBAyCI%2CKAAI%3BEAzCR%2CwBA0CI%3BEA1CJ%2CwBA2CI%3BIACI%2CiBAAA%3B%3BEAKR%3BIAGI%2C6BAAA%3B%3BEAHJ%2CiCAKI%3BIpC0GJ%2CmBAAA%3B%3BEoCtGY%2CiCAJR%2COAGI%2COACK%3BIACG%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAZhB%2CiCAKI%2COAWI%3BIACI%2CiBAAA%3B%3BEAKZ%2CkBAGI%2CiBACM%3BIACE%2CYAAA%3B%3BEAKJ%2CkBADJ%2CQACK%3BIACG%2CeAAA%3B%3BEJxEZ%2CkBAGI%3BIACI%2CgBAAA%3B%3BEAJR%2CkBAOI%2CSAAQ%3BIACJ%2CYAAA%3B%3BEM5BR%2CyBAKI%3BEALJ%2CyBAMI%3BIACI%2CWAAA%3BIACA%2CUAAA%3B%3BEARR%2CyBAWI%3BIACI%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAKA%2C0BAA2B%2C0BAF%5C%2FB%3BEAEI%2C0BAA2B%2C0BAD%5C%2FB%3BEAEI%2C2BAA4B%2C0BAHhC%3BEAGI%2C2BAA4B%2C0BAFhC%3BEAGI%2CqBAAsB%2C0BAJ1B%3BEAII%2CqBAAsB%2C0BAH1B%3BIAIQ%2CUAAA%3B%3BEyBpDR%2CqBAAC%2CMAAM%3BIACH%2CmBAAA%3BIACA%2CoBAAA%3B%3BEAHR%2CqBAMI%3BIACI%2CSAAA%3B%3BEAPR%2CqBAMI%2CaAGI%3BI%5C%2FDgMR%2CiBAAA%3B%3BE%2BDzMA%2CqBAcI%2CQACI%3BIACI%2CaAAA%3BIACA%2CcAAA%3B%3BEAjBZ%2CqBAcI%2CQAMI%3BI%5C%2FDqLR%2CeAAA%3B%3BE%2BDzMA%2CqBAcI%2CQAUI%3BI%5C%2FDiLR%2CiBAAA%3BI%2BD%5C%2FKY%2CoBAAA%3B%3BEA1BZ%2CqBA8BI%2COACI%3BI%5C%2FD0KR%2CeAAA%3B%3BE%2BDzMA%2CqBA8BI%2COAKI%3BIACI%2CmBAAA%3B%3BEAEA%2CqBARR%2COAKI%2COAGK%3BI%5C%2FDmKb%2CeAAA%3BI%2BDjKgB%2CWAAA%3B%3BEC7GhB%2CoBAAqB%2CQAAO%2CIAAI%2CqBAAsB%2CMAAK%3BIACvD%2CgBAAA%3B%3BECyDJ%2C0BAKI%3BIACI%2CWAAA%3BIACA%2CUAAA%3B%3BEAPR%2C0BAUI%3BIACI%2CYAAA%3BIACA%2CUAAA%3B%3BEAGI%2C0BALR%2CwBAII%2COAAM%2CIACE%3BIACA%2CcAAA%3B%3BE1BqKhB%2CaACI%3BIACI%2CmBAAA%3B%3BEAIR%3BIACI%2CkBAAA%3BIACA%2CUAAA%3B%3BEAFJ%2CaAII%3BIACI%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3B%3BEAPR%2CaAII%2CiBAKI%3BIACI%2CYAAA%3B%3BEAVZ%2CaAII%2CiBAKI%2CWAGI%3BIACI%2CYAAA%3BIACA%2CiBAAA%3B%3BEAdhB%2CaAII%2CiBAKI%2CWAQI%3BIACI%2CcAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEAKJ%2CaArBR%2CiBAoBK%2CUAAU%2CGACN%3BIvCAb%2C8BAAA%3BIuCEgB%2CYAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CQAAA%3B%3BEAMhB%3BIvCfA%2CgBAAA%3BIAAA%2CiBAAA%3B%3BEuCsCI%2CKAAC%2CcACG%3BIACI%2CWAAA%3B%3BEASZ%2CcAEI%3BEADJ%2CmBACI%3BIACI%2CcAAA%3B%3BER5IR%2CyBACI%3BIACI%2CmBAAA%3B%3BEA4BA%2CgCADJ%2CSACK%3BIACG%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CSAAA%3B%3BEAGJ%2CgCATJ%2CSASK%3BIACG%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3B%3BEAKJ%2CgCADJ%2CKACK%3BIACG%2CUAAA%3B%3BEAGJ%2CgCALJ%2CKAKK%2CIAAI%3BIACD%2CkBAAA%3B%3BEAGJ%2CgCATJ%2CKASK%3BIACG%2CiBAAA%3B%3BEAKJ%2CgCADJ%2CYACK%3BIACG%2CgBAAA%3B%3BEclBZ%2CuBAEI%3BEADJ%2CeACI%3BIACI%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAEA%2CuBANJ%2CeAMQ%3BEAAJ%2CeANJ%2CeAMQ%3BI7CoCZ%2C8BAAA%3BI6ClCY%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CoBAAA%3BIACA%2CUAAA%3B%3BEHlOZ%2CqBAEI%3BEAFJ%2CqBAGI%2COAAM%3BI1C8PV%2CgBAAA%3B%3BE0CzPA%2CkBACI%3BIACI%2CUAAA%3B%3BEDwCR%2CcACI%3BIACI%2CgCAAA%3B%3BEAFR%2CcAKI%2CeAEI%3BEAPR%2CcAKI%2CeAGI%3BEARR%2CcAKI%2CeAII%2C2BAA6B%3BIACzB%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAZZ%2CcAKI%2CeAUI%3BIACI%2CaAAA%3BIACA%2CUAAA%3B%3BEAjBZ%2CcA2BI%2CKAAI%3BEA3BR%2CcA4BI%3BEA5BJ%2CcA6BI%3BIACI%2CiBAAA%3B%3BEyB%2BBJ%2CSAAS%2CQAAQ%2CKAAM%3BIACnB%2CSAAA%3B%3BEC9GR%2CgBACM%3BIACE%2CiBAAA%3B%3BElCoFR%2CmBAEI%2CYACI%2COAAM%3BIACF%2CgBAAA%3B%3BEASZ%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%3BIAEI%2CmBAAA%3B%3BEAOpB%2CuBACI%2CaACI%3BIACI%2CkBAAA%3B%3BEAHZ%2CuBACI%2CaAKI%3BIACI%2CYAAA%3BIACA%2CgBAAA%3B%3BECsKZ%2CkBACI%3BEADJ%2CkBAEI%3BIACI%2CiBAAA%3B%3BEAKI%2CkBAFP%2CWACG%2CKACK%3BEACD%2CkBAHP%2CWACG%2CKAEK%3BEACD%2CkBAJP%2CWACG%2CKAGK%3BIACG%2CkBAAA%3B%3BEAGJ%2CkBARP%2CWACG%2CKAOK%3BIACG%2CiBAAA%3B%3BEAMhB%2CoBACI%3BIACI%2CeAAA%3BIACA%2CgBAAA%3B%3BEAHR%2CoBAMI%3BIACI%2CYAAA%3B%3BEAIR%2CsBACI%2CQAAO%3BIACH%2CcAAA%3BIACA%2CYAAA%3B%3BEAIR%2CmBACI%3BIlCzEJ%2CiBAAA%3B%3BEkCmFA%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%3BEANhB%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%3BIAEI%2CmBAAA%3B%3BEkCnUpB%2CgBACI%2CWACI%3BIACI%2CcAAA%3B%3BEC6dZ%2CcAAe%2CeAAe%3BIAC1B%2CUAAA%3BIACA%2CaAAa%2C0BAAb%3BIACA%2CUAAA%3BIACA%2CmBAAA%3BIACA%2C4BAAA%3BIACA%2CoCAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3B%3BEACA%2CcATW%2CeAAe%2CcASzB%2CUAAU%3BIACP%2CaAAa%2C0BAAb%3B%3BEAEJ%2CcAZW%2CeAAe%2CcAYzB%2CUAAU%3BIACP%2CcAAA%3B%3BEAbR%2CcAAe%2CeAAe%2CcAe1B%3BIACI%2CaAAA%3BIACA%2C4BAAA%3BIACA%2CoCAAA%3B%3BEAEJ%2CcApBW%2CeAAe%2CcAoBzB%3B%3BIAWG%2CWAAW%2CaAAX%3B%3BEAXJ%2CcApBW%2CeAAe%2CcAoBzB%2CMACG%2CoBACI%2CyBACI%2CuBACI%3BIACI%2CWAAW%2CWAAX%3B%3BEALpB%2CcApBW%2CeAAe%2CcAoBzB%2CMAYG%3BIACI%2CSAAA%3B%3BEAIZ%2CcAAc%2CoBAAqB%2CeAAe%3BIAC9C%2CcAAA%3BIACA%2CaAAa%2C8BAAb%3BIACA%2CUAAA%3BIACA%2CmBAAA%3BIACA%2C4BAAA%3BIACA%2CoCAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3B%3BEACA%2CcATU%2CoBAAqB%2CeAAe%2CcAS7C%2CUAAU%3BIACP%2CaAAa%2C8BAAb%3B%3BEAEJ%2CcAZU%2CoBAAqB%2CeAAe%2CcAY7C%2CUAAU%3BIACP%2CcAAA%3B%3BEAbR%2CcAAc%2CoBAAqB%2CeAAe%2CcAe9C%3BIACI%2CaAAA%3BIACA%2C4BAAA%3BIACA%2CoCAAA%3B%3BEAEJ%2CcApBU%2CoBAAqB%2CeAAe%2CcAoB7C%3B%3BIAWG%2CWAAW%2CaAAX%3B%3BEAXJ%2CcApBU%2CoBAAqB%2CeAAe%2CcAoB7C%2CMACG%2CoBACI%2CyBACI%2CuBACI%3BIACI%2CWAAW%2CWAAX%3B%3BEALpB%2CcApBU%2CoBAAqB%2CeAAe%2CcAoB7C%2CMAYG%3BIACI%2CSAAA%3B%3BEAIZ%2CcAAc%2CqBAAsB%2CeAAe%3BIAC%5C%2FC%2CYAAA%3BIACA%2CaAAa%2C4BAAb%3BIACA%2CUAAA%3BIACA%2CmBAAA%3BIACA%2C4BAAA%3BIACA%2CoCAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3B%3BEACA%2CcATU%2CqBAAsB%2CeAAe%2CcAS9C%2CUAAU%3BIACP%2CaAAa%2C4BAAb%3B%3BEAEJ%2CcAZU%2CqBAAsB%2CeAAe%2CcAY9C%2CUAAU%3BIACP%2CcAAA%3B%3BEAbR%2CcAAc%2CqBAAsB%2CeAAe%2CcAe%5C%2FC%3BIACI%2CaAAA%3BIACA%2C4BAAA%3BIACA%2CoCAAA%3B%3BEAEJ%2CcApBU%2CqBAAsB%2CeAAe%2CcAoB9C%3B%3BIAWG%2CWAAW%2CaAAX%3B%3BEAXJ%2CcApBU%2CqBAAsB%2CeAAe%2CcAoB9C%2CMACG%2CoBACI%2CyBACI%2CuBACI%3BIACI%2CWAAW%2CWAAX%3B%3BEALpB%2CcApBU%2CqBAAsB%2CeAAe%2CcAoB9C%2CMAYG%3BIACI%2CSAAA%3B%3BECtHZ%2CkBACI%2CoBACI%3BItEhPR%2CmBAAA%3B%3BEsE8OA%2CkBAMI%3BIACI%2CiBAAA%3B%3BEAIR%2CWACI%2CQAAO%3BIACH%2CUAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAIR%3BIACI%2CgBAAA%3B%3BEAGJ%2CuBAEI%2CWACI%3BEAFR%2CmBACI%2CWACI%3BIACI%2CeAAA%3B%3BEAJZ%2CuBAEI%2CWACI%2CiBAEI%3BEAJZ%2CmBACI%2CWACI%2CiBAEI%3BIACI%2CeAAA%3BIACA%2CiBAAA%3B%3BEAPhB%2CuBAEI%2CWAQI%2CqBAAuB%2CuBACnB%3BEAVZ%2CmBACI%2CWAQI%2CqBAAuB%2CuBACnB%3BItEhRZ%2CiBAAA%3BIsEkRgB%2CiBAAA%3B%3BEAShB%3BIACI%2CYAAA%3B%3BEAGJ%2CQAAQ%3BIACJ%2CWAAA%3BIACA%2CmBAAA%3B%3BEAGJ%2CoBACI%3BIACI%2CUAAA%3BIACA%2CsBAAA%3B%3BEAHR%2CoBAKI%2CSAAQ%3BIACJ%2CUAAA%3BIACA%2CsBAAA%3BIACA%2CmBAAA%3B%3BEAIR%2C0BAGI%3BEAFJ%2C2BAEI%3BEADJ%2CqBACI%3BIACI%2CUAAA%3B%3BEAJR%2C0BAMI%2CSAAQ%3BEALZ%2C2BAKI%2CSAAQ%3BEAJZ%2CqBAII%2CSAAQ%3BIACJ%2CUAAA%3B%3BEAIR%2CiBACI%2CyBAAyB%2COAAM%2CIAAI%2COAC7B%3BIACE%2CUAAA%3B%3BEAQA%2CQAFR%2CeACI%2CcACK%2CKACG%3BIACI%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3BIACA%2CqBAAA%3B%3BEAGR%2CQAXR%2CeACI%2CcAUK%3BIACG%2CSAAA%3B%3BEAEJ%2CQAdR%2CeACI%2CcAaK%3BIACG%2CWAAA%3B%3BEAgNhB%2CQAAQ%3BIACJ%2CYAAA%3BItEpiBJ%2CSAAA%3BIAAA%2CUAAA%3BIC1KA%2CqBAAA%3B%3BEqE6sBA%2CQAAQ%2CQAGJ%2CQAAO%3BIACH%2CiBAAA%3BItEviBR%2CcAAA%3BIAAA%2CqBAAA%3B%3BECjJA%2CQqEorBQ%2CQAGJ%2CQAAO%2CQrEvrBV%3BIDiJD%2CcAAA%3BIAAA%2CqBAAA%3B%3BEC5IA%2CQqE%2BqBQ%2CQAGJ%2CQAAO%2CQrElrBV%3BID4ID%2CcAAA%3BIAAA%2C0BAAA%3B%3BECvIA%2CQqE0qBQ%2CQAGJ%2CQAAO%2CQrE7qBV%3BIDuID%2CcAAA%3BIAAA%2C0BAAA%3B%3BEsEmiBA%2CQAAQ%2CQAgBJ%2CSAAQ%3BItEnjBZ%2CcAAA%3B%3BEsEqjBQ%2CQAlBA%2CQAgBJ%2CSAAQ%2CIAEH%3BIACG%2CSAAS%2CGAAT%3B%3BEAEJ%2CQArBA%2CQAgBJ%2CSAAQ%2CIAKH%3BIACG%2CSAAS%2CGAAT%3B%3BE3C7qBZ%3BIACI%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CuBAAA%3BIACA%2CYAAA%3BIACA%2CUAAA%3B%3BEALJ%2CaASI%3BIACI%2CaAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3B%3BEAZR%2CaAcI%3BIACI%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CSAAA%3BIACA%2CYAAA%3BIACA%2CuBAAA%3BIACA%2CcAAA%3BIACA%2CqBAAA%3B%3BE3BuLR%2Ca2B9LI%2CM3B8LH%3BIAxFD%2CcAAA%3B%3BEA6FA%2Ca2BnMI%2CM3BmMH%3BIA7FD%2CcAAA%3B%3BEAkGA%2Ca2BxMI%2CM3BwMH%3BIAlGD%2CcAAA%3B%3BEAuGA%2Ca2B7MI%2CM3B6MH%3BIAvGD%2CcAAA%3B%3BE2BpHA%2CaAwBI%2CQAAO%3BIACH%2CkBAAA%3BIAEA%2CQAAA%3BIACA%2CWAAA%3BIACA%2CQAAA%3BIACA%2CUAAA%3BI3BsFR%2CqBAAA%3BIGzDA%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2C4BAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3BIHgDA%2CgBAAA%3B%3BE2BpHA%2CaAwBI%2CQAAO%2COtBgFT%3BILhQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEKHA%2CasB4KI%2CQAAO%2COtB5KV%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BIL9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSM3OU%2CON2OV%3BIAAA%2CaOwWe%2CYPxWf%3BIAAA%2CSAAA%3BIAAA%2CmBAAA%3BIKqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEApUI%2CasB%2BJA%2CQAAO%2COtBhKV%2CMACI%3BIL2PL%2CcAAA%3B%3BEKrPI%2CasByJA%2CQAAO%2COtB1JV%2COACI%3BILqPL%2CcAAA%3B%3BEG7CA%2CawB%5C%2FCI%2CQAAO%2COxB%2BCV%3BEACD%2CawBhDI%2CQAAO%2COxBgDV%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CawBrDI%2CQAAO%2COxBqDV%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CawB1DI%2CQAAO%2COxB0DV%3BEACD%2CawB3DI%2CQAAO%2COxB2DV%3BEACD%2CQAAQ%2CUAAW%2CcwB5Df%2CQAAO%3BIxB6DP%2CoBAAA%3BIH%2BBJ%2CYAAA%3B%3BE2B3EY%2CaAjBR%2CQAAO%2COAgBF%2CMACI%3BI3B2Eb%2CcAAA%3B%3BE2BrEA%3BIACI%2CaAAA%3B%3BEUyNJ%2CoBACI%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAQR%2CeAEI%2CWAEI%2CSAAQ%3BIACJ%2CiBAAA%3B%3BEALZ%2CeAQI%3BIACI%2CWAAA%3B%3BEAKR%3BIrC9KA%2CUAAA%3BImDlLA%2CYAAA%3BInDkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BIqCcL%2CsBAAA%3BIACA%2CkBAAA%3B%3BEAHJ%2CaAIM%3BIACE%2CcAAA%3B%3BEALR%2CaAOI%2CUACI%3BIACI%2CcAAA%3B%3BEATZ%2CaAOI%2CUACI%2CiBAEM%3BIACE%2CWAAA%3B%3BEAXhB%2CaAeI%2COACM%3BIACE%2CeAAA%3B%3BEACA%2CaAHR%2COACM%2CSAEG%3BIACG%2CUAAA%3B%3BEAnBhB%2CaAeI%2COAUI%2CUACI%3BIrCxMZ%2CgBAAA%3BIqC0MgB%2CgBAAA%3B%3BEa6YhB%2Cab1ZI%2COAUI%2CUACI%2COa%2BYX%2CIAAI%2CSACC%3BIACE%2CuBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIA4FR%2CgBAAA%3BIANA%2CUAAA%3B%3BEA1FA%2Cab1ZI%2COAUI%2CUACI%2COa%2BYX%2CIAAI%2CSAeC%3BIACE%2CWAAA%3BIACA%2CWAAA%3B%3BEb1bR%2CaAeI%2COAUI%2CUACI%2COa4SV%3BIlDpfF%2CeAAA%3BIkDwfI%2CqBAAA%3B%3BEA6HA%2CabxbA%2COAUI%2CUACI%2COa2aX%2COAEI%3BEAAD%2CabxbA%2COAUI%2CUACI%2COa4aX%2CSACI%3BIACG%2CaAAA%3B%3BEbxcR%2CaAgCI%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%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CSAAA%3B%3BEAEJ%2CKA5BP%2CcAmBG%2CSASK%3BIACG%2CoBAAA%3B%3BEAEJ%2CKA%5C%2FBP%2CcAmBG%2CSAYK%3BIACG%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAOhB%3BIrC%5C%2FPA%2CUAAA%3BImDtLA%2CWAAA%3BInDsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BIqCgGL%2CSAAA%3BIACA%2CsBAAA%3BIACA%2CiBAAA%3B%3BEAUA%2CMAAC%3BIrC9QL%2CUAAA%3BImDtLA%2CWAAA%3BInDsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BIqC%2BGD%2CiBAAA%3B%3BEAHJ%2CMAAC%2CUAIG%2CeAAe%3BIACX%2CaAAA%3B%3BET9MZ%3BIACI%2CoBAAA%3B%3BEADJ%2CiBAEI%3BIACI%2CUAAA%3BIACA%2CYAAA%3B%3BEvBrQR%2CSuBwQU%2CQAAO%2COvBxQhB%3BEAAD%2CiBuByQkB%2CQAAO%2CKvBzQxB%3BIL4LD%2CeAAA%3BIAAA%2CoBAAA%3B%3BEiD%5C%2FMA%3BIjD%2BMA%2CmBAAA%3BImDtLA%2CWAAA%3BInDsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BIiD9WL%2CmBAAA%3B%3BEsBxCJ%3BIACI%2CaAAA%3B%3BECEJ%3BIxEiPA%2CgBAAA%3BIwE%5C%2FOI%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CYAAA%3B%3BEAGJ%3BIxE0OA%2CgBAAA%3BIAAA%2CYAAA%3BIwEvOI%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAEA%2CsBAAC%3BIxEkOL%2CmBAAA%3BIAAA%2CWAAA%3BIAAA%2C2BAAA%3BIwE9NQ%2CSAAS%2CEAAT%3BIACA%2CWAAA%3BIACA%2COAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAIA%2CsBADH%2CYACI%3BIxEsNT%2C0BAAA%3B%3BEwEhNQ%2CsBADH%2CWACI%3BIxEgNT%2C0BAAA%3B%3BEwE1OA%2CsBA%2BBM%3BIACE%2CqBAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CqBAAA%3BIxEuMR%2CcAAA%3BIAAA%2CgBAAA%3BIAAA%2CiBAAA%3B%3BEwE5LQ%2CsBAfF%2COAeG%3BEACD%2CsBAhBF%2COAgBG%3BIxE2LT%2CmBAAA%3BIAAA%2CYAAA%3BIAAA%2CkBAAA%3BIAAA%2C2BAAA%3BIAAA%2CWAAA%3BIwErLY%2CkBAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3B%3BEAGJ%2CsBA7BF%2COA6BG%3BIxE8KT%2CgBAAA%3BIAAA%2CYAAA%3BIAAA%2CkBAAA%3BIAAA%2CQAAA%3BIAAA%2CWAAA%3BIwExKY%2CSAAS%2CUAAT%3BIACA%2CoBAAA%3BIxEuKZ%2CcAAA%3BIAAA%2CgBAAA%3BIAAA%2CiBAAA%3B%3BEwE3JI%2CsBAAC%3BIACG%2CeAAA%3B%3BEAEI%2CsBAHP%2CUAEI%2CMACI%3BIxEwJb%2CmBAAA%3B%3BEwEpJgB%2CsBAPX%2CUAEI%2CMAIK%2COACG%3BIxEoJjB%2CmBAAA%3B%3BEwE3JI%2CsBAAC%2CUAYK%3BIxE%2BIV%2CcAAA%3B%3BEwE5IY%2CsBAfP%2CUAYK%2COAGG%3BIxE4Ib%2CaOwWe%2CYPxWf%3BIAAA%2CSMhPa%2CONgPb%3B%3BEwEpIQ%2CsBADH%2CQACI%3BIACG%2CmBAAA%3B%3BEAFR%2CsBAAC%2CQAIK%3BIxEiIV%2CcAAA%3B%3BEwE%5C%2FHY%2CsBANP%2CQAIK%2COAEG%3BIxE%2BHb%2CmBAAA%3B%3BEwE5HY%2CsBATP%2CQAIK%2COAKG%3BIxE4Hb%2CaOwWe%2CYPxWf%3BIAAA%2CSMhPa%2CONgPb%3B%3BEyE1OA%2CqBACI%2CaACI%3BIzEwOR%2CgBAAA%3B%3BEyE1OA%2CqBACI%2CaAII%2CcACI%3BIACI%2CYAAA%3BIACA%2CkBAAA%3B%3BEC4MhB%2CyBACI%2CiBACM%3BIACE%2CYAAA%3B%3BEAGA%2CyBALR%2CiBAII%2CQACK%3BIACG%2CSAAA%3B%3BEAKhB%2CYACI%3BEADJ%2CYAEI%3BI1EQJ%2CgBAAA%3B%3BE0EVA%2CYAMI%3BI1EIJ%2CgCAAA%3BI0EFQ%2CoBAAA%3B%3BEAGR%3BIACI%2CWAAA%3B%3BEC1RJ%3BI3EwRA%2CmBAAA%3BIAAA%2CmBAAA%3BImDlLA%2CYAAA%3BInDkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BE4ExRT%2CoBACI%2CcACI%3BIACI%2CaAAA%3B%3BECvEZ%3BI7E0LA%2CsBAAA%3BIAAA%2CyBAAA%3BI6EvLI%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CqBAAA%3BIACA%2CWAAW%2CWAAX%3BIACA%2C4DAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEACA%2CwBAAC%3BI7E%2BKL%2CYAAA%3BI6E7KQ%2CWAAW%2CWAAX%3BIACA%2C0DAAA%3BIACA%2CmBAAA%3B%3BEAGR%3BI7EwKA%2CmBAAA%3BI6EtKI%2CiBAAA%3B%3BEAEJ%2CqBACI%3BI7EmKJ%2CiBAAA%3BI6EjKQ%2CgBAAA%3BIACA%2CmBAAA%3B%3BEAJR%2CqBAMI%2CiBACM%3BIACE%2CeAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3B%3BEAVZ%2CqBAMI%2CiBACM%2CWAIE%3BIACI%2CeAAA%3B%3BEAZhB%2CqBAMI%2CiBASM%3BIACE%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3B%3BEAIZ%2CqBACI%3BIACI%2CgBAAA%3BIACA%2CUAAA%3B%3BEAHR%2CqBAKI%3BI7E6PJ%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIAkCA%2C2BAAA%3BIACI%2CuBAAA%3BIACI%2CmBAAA%3BI6EhSA%2C6BAAA%3B%3BEARR%2CqBAUI%2COAAM%3BEAVV%2CqBAWI%3BEAXJ%2CqBAYI%3BEAZJ%2CqBAaI%3BI7EqPJ%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIAkCA%2C8BAAA%3BIACI%2C0BAAA%3BIACI%2CsBAAA%3BIA9BR%2CoBAAA%3BIACQ%2CYAAA%3B%3BE6E3QR%2CqBAkBI%2COAAM%3BIACF%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CsBAAA%3BIACA%2CUAAA%3B%3BEACA%2CqBALJ%2COAAM%2COAKE%3BIACA%2C8BAAA%3BIACA%2CaAAA%3BIACA%2CSAAA%3BIACA%2CsBAAA%3B%3BEACA%2CqBAVR%2COAAM%2COAKE%2CSAKC%3BIACG%2COAAA%3BIACA%2CQAAA%3B%3BEA9BhB%2CqBAkCI%3BIACI%2CgBAAA%3BIACA%2CgBAAA%3B%3BECtBR%2CwBACI%2CiBACI%2CiBACI%3BIACI%2CYAAA%3BIACA%2CSAAA%3B%3BEALhB%2CwBASI%2CUACM%2CwBACI%3BIACE%2CWAAA%3BIACA%2CWAAA%3B%3BEAKhB%2C%2BBACI%3BIACI%2CYAAA%3B%3BEAFR%2C%2BBAII%2CiBACI%3BIACI%2CoBAAA%3B%3BECJZ%2CwBACI%3BI%5C%2FE2GJ%2CkBAAA%3B%3BE%2BE5GA%2CwBAII%2CwBACI%2CsBACM%3BIACE%2CcAAA%3B%3BE5C0BR%2CgBAFJ%2COAEK%2CMACG%2CiBACM%3BIACE%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAJZ%2CgBAFJ%2COAEK%2CMACG%2CiBAKM%3BIACE%2CWAAA%3B%3BEAXpB%2CgBAgBI%2CUACM%2CSACI%3BIACE%2CUAAA%3B%3BEAMhB%2CoBACI%2CmBACI%2CQACI%3BIACI%2CWAAA%3BIACA%2CqBAAA%3B%3BEALhB%2CoBACI%2CmBAOI%3BEARR%2CoBACI%2CmBAQI%3BIACI%2CWAAA%3B%3BEAKZ%2CKAAK%2CSAAS%3BEACd%2CKAAK%2CKAAK%3BEACV%2CKAAK%2CSAAS%3BEACd%2CKAAK%2COAAO%3BIACR%2CUAAA%3BIACA%2CgBAAA%3B%3BEAIJ%2CQAAQ%2C0BACJ%3BEADJ%2CQAAQ%2C0BAEJ%3BIACI%2CUAAA%3B%3BEAHR%2CQAAQ%2C0BAKJ%2CQAAO%3BIACH%2CUAAA%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%3BEAShB%2CUAAW%3BIACP%2CmBAAA%3B%3BEAkBJ%2CQAAQ%2CcACJ%3BIACI%2CqBAAA%3B%3BEW2GJ%2CSAAC%2COAAO%3BIACJ%2CYAAA%3BI9CzJR%2CQAAA%3BIAAA%2CSAAA%3BIAAA%2CmBAAA%3BIAAA%2CYAAA%3BI8C8JQ%2CWAAA%3B%3BEAIR%3BIAEI%2CmBAAA%3B%3BEAII%2C0BAFJ%2CUAEK%3BIACG%2CgCAAA%3BIACA%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3B%3BEAJJ%2C0BAFJ%2CUAEK%2COAMG%3BIACI%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CsBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CSAAA%3B%3BEAGJ%2C0BAjBR%2CUAEK%2COAeI%3BIACG%2CmBAAA%3BIACA%2CoBAAA%3BIACA%2CmBAAA%3B%3BEAHJ%2C0BAjBR%2CUAEK%2COAeI%2CMAKG%3BIACI%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CsBAAA%3B%3BEAEA%2C0BA3BhB%2CUAEK%2COAeI%2CMAKG%2CMAKK%3BIACG%2CeAAA%3B%3BEAXZ%2C0BAjBR%2CUAEK%2COAeI%2CMAeG%3BIACI%2CgCAAA%3BIACA%2CgBAAA%3B%3BEAhCZ%2C0BAFJ%2CUAEK%2COAoCG%3BIACI%2CaAAA%3B%3BEAIR%2C0BA3CJ%2CUA2CK%2CIAAI%3BIACD%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3B%3BEAIJ%2C0BAlDJ%2CUAkDK%2CMACG%3BI9CzNZ%2CeAAA%3B%3BE8C%2BNQ%2C0BAzDJ%2CUAyDK%3BIACG%2CWAAA%3B%3BEAIJ%2C0BA9DJ%2CUA8DK%3BIACG%2CYAAA%3B%3BEAKZ%2C0BACI%3BIACI%2CcAAA%3B%3BEAOI%2CcAHE%2CSACV%2CSACK%2CKACI%3BIACG%2CWAAA%3B%3BEADJ%2CcAHE%2CSACV%2CSACK%2CKACI%2CSAGK%3BIACE%2CiBAAA%3B%3BEkC3dpB%2CMAAM%3BIACF%2CUAAA%3B%3BEjCoUJ%3BEACA%3BIACI%2CYAAA%3B%3BEAIA%2CIAAK%3BI%5C%2FCvGT%2CyBAAA%3B%3BE%2BC4GA%3BIACI%2CeAAA%3B%3BEADJ%2CWAEI%3BIACI%2C6BAAA%3B%3BEAGR%3BIACI%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3B%3BEAHJ%2CYAII%2COAAM%3BIACF%2CgCAAA%3B%3BEALR%2CYAOI%2CQAAO%3BIACH%2CoBAAA%3BIACA%2CiBAAA%3B%3BEATR%2CYAWI%3BIACI%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2C8BAAA%3BI%5C%2FC%2BBR%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BE%2BC5BT%2CUACM%2CsBACE%3BIACI%2CqBAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3B%3BEANZ%2CUACM%2CsBAOE%2CYAAc%3BIACV%2CYAAA%3BIACA%2CgBAAA%3B%3BEAKZ%3BI3CxYA%2CqBAAA%3BIACA%2CkBAAA%3B%3BEJFA%2CiBAAC%3BEACD%2CiBAAC%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CiBAAC%3BIACG%2CWAAA%3B%3BE%2BCkYJ%2CiB3CrYA%3BIJgPA%2CUAAA%3BII9OI%2CeAAA%3BIJ8OJ%2CqBAAA%3BIKhOA%2CqBAAA%3B%3BE0CqXA%2CiB3CrYA%2CeCoOE%3BILhQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEK2CA%2CiBDtBA%2CeCsBC%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIL9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CS%2BC2JwC%2CO%5C%2FC3JxC%3BIAAA%2Ca%2BC6JuB%2Ca%5C%2FC7JvB%3BIAAA%2CSAAA%3BIAAA%2CmBAAA%3BIKqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAtRI%2CiBDnCJ%2CeCkCC%2CMACI%3BIL6ML%2CcAAA%3B%3BEKvMI%2CiBDzCJ%2CeCwCC%2COACI%3BILuML%2CcAAA%3B%3BEIqEA%2CiBArTA%2CeAqTC%3BIJrED%2CqBAAA%3BIKhOA%2CqBAAA%3B%3BEDqSA%2CiBArTA%2CeAqTC%2COCjFC%3BILhQF%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEK2CA%2CiBDtBA%2CeAqTC%2COC%5C%2FRA%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIL9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CS%2BC4J%2BC%2CO%5C%2FC5J%5C%2FC%3BIAAA%2Ca%2BC6JuB%2Ca%5C%2FC7JvB%3BIAAA%2CSAAA%3BIAAA%2CmBAAA%3BIKqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAtRI%2CiBDnCJ%2CeAqTC%2COCnRA%2CMACI%3BIL6ML%2CcAAA%3B%3BEKvMI%2CiBDzCJ%2CeAqTC%2COC7QA%2COACI%3BILuML%2CcAAA%3B%3BE%2BCqJA%2CiB3C9MA%3BIJyDA%2CSAAA%3BIAAA%2CUAAA%3BIC1KA%2CqBAAA%3BID0KA%2CgBAAA%3BIAAA%2CsBAAA%3BIAAA%2CeAAA%3BIAAA%2CeAAA%3BIAAA%2CYAAA%3BIIhDI%2CsBAAA%3BIACA%2CaAAA%3BIACA%2CkBAAA%3BIJ8CJ%2CSAAA%3BIAAA%2CQAAA%3BIAAA%2CyCAAA%3B%3BE%2BCqJA%2CiB3C9MA%2CGAsBI%3BIJmCJ%2CSAAA%3BIAAA%2CUAAA%3B%3BEI3BQ%2CiBA9BR%2CGAsBI%2CGAQK%3BIJ2BT%2CmBAAA%3BIIzBY%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%3BIJzSJ%2CsDAAA%3BII2SI%2CWAAA%3B%3BEAGJ%2CiBAvWA%2CGAuWC%3BIACG%2CiBAAA%3BIJ%5C%2FSJ%2CsDAAA%3BIIiTI%2CWAAA%3B%3BEAlCJ%2CiBAxUA%2CGAwUC%3BIJ%5C%2FQD%2CWAAA%3BIAAA%2CUAAA%3B%3BEIoRA%2CiBA7UA%2CGA6UC%3BIJpRD%2CUAAA%3BIAAA%2CUAAA%3B%3BEIZA%2CiBAAC%3BIACG%2CiBAAA%3B%3BEADJ%2CiBAAC%2COAGG%3BIACI%2CcAAA%3B%3BE2C6JR%2CiBAgBI%2CGACI%3BI%5C%2FCtKR%2CcAAA%3BIAAA%2CqBAAA%3BI%2BCiLY%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CYAAA%3B%3BE9CpUZ%2CiB8CsTI%2CGACI%2CE9CvTP%3BIDiJD%2CcAAA%3BIAAA%2CqBAAA%3B%3BEC5IA%2CiB8CiTI%2CGACI%2CE9ClTP%3BID4ID%2CcAAA%3BIAAA%2CqBAAA%3B%3BECvIA%2CiB8C4SI%2CGACI%2CE9C7SP%3BIDuID%2CcAAA%3BIAAA%2CqBAAA%3B%3BE%2BCqJA%2CiBAiCI%3BIACI%2CeAAA%3B%3BEAlCR%2CiBAoCI%3BIACI%2CaAAA%3B%3BEArCR%2CiBAuCI%2CQAAO%3BI5CrPX%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2C4BAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3BIHgDA%2CgBAAA%3BIAAA%2CcAAA%3B%3BEG7CA%2CiB4CyOI%2CQAAO%2CO5CzOV%3BEACD%2CiB4CwOI%2CQAAO%2CO5CxOV%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CiB4CmOI%2CQAAO%2CO5CnOV%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CiB4C8NI%2CQAAO%2CO5C9NV%3BEACD%2CiB4C6NI%2CQAAO%2CO5C7NV%3BEACD%2CQAAQ%2CUAAW%2CkB4C4Nf%2CQAAO%3BI5C3NP%2CoBAAA%3BIH%2BBJ%2CYAAA%3B%3BE%2BCqJA%2CiBA2CI%2CQAAO%3BIACH%2CgBAAA%3B%3BE1CjWR%2CiB0CmWK%2COACG%2CQAAO%2CO1CpWd%3BILgKD%2CSM%5C%2FNM%2CON%2BNN%3B%3BE%2BCmMI%2CiBAAC%2COAOG%3BIACI%2CcAAA%3B%3BEAtDZ%2CiBAyDI%3BIACI%2CaAAA%3B%3BEAKJ%2COAAC%2CMACK%2CUAAO%3BI%5C%2FCrNjB%2CSAAA%3BIAAA%2CUAAA%3BIC1KA%2CqBAAA%3BI8CiYY%2CYAAA%3BIACA%2CiBAAA%3B%3BEAJR%2COAAC%2CMACK%2CUAAO%2CM9CzXf%3BIACE%2CqBAAA%3BIACA%2CmBAAA%3B%3BE8CsXA%2COAAC%2CMACK%2CUAAO%2CMAIH%3BIACE%2C2BAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3B%3BEACA%2COAVX%2CMACK%2CUAAO%2CMAIH%2CKAKG%3BIACG%2CYAAA%3B%3BEAEJ%2COAbX%2CMACK%2CUAAO%2CMAIH%2CKAQG%3BEAbb%2COAAC%2CMACK%2CUAAO%2CMAIH%2CKASI%3BIACE%2CqBAAA%3BIACA%2CiBAAA%3B%3BEAEJ%2COAlBX%2CMACK%2CUAAO%2CMAIH%2CKAaG%2CQACG%3BI%5C%2FCvOpB%2CWAAA%3BIAAA%2CiBAAA%3B%3BE%2BC8OgB%2COA1BX%2CMACK%2CUAAO%2CMAwBH%2CsBACG%3BIACG%2CSAAS%2CgBAAT%3BIACA%2CqBAAA%3BIACA%2CoBAAA%3B%3BEA7BhB%2COAAC%2CMACK%2CUAAO%2CMA%2BBH%2CoBAAoB%3BIAClB%2CaAAA%3B%3BEAIZ%2COAAC%3BIACG%2CkBAAA%3B%3BEAIR%3BIACI%2CSAAA%3B%3BEADJ%2CKAEI%3BIACI%2CmBAAA%3B%3BEAIR%3BI%5C%2FCjJA%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIAkCA%2C8BAAA%3BIACI%2C0BAAA%3BIACI%2CsBAAA%3BI%2BC8GJ%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%3BEAIR%3BI%5C%2FCxRA%2CmBAAA%3BI%2BC0RI%2CgBAAA%3BIACA%2CoBAAA%3B%3BEAIA%2COAAC%3BIACG%2CgBAAA%3B%3BEADJ%2COAAC%2CQAEG%3BIACI%2CYAAA%3B%3BEAHR%2COAAC%2CQAKG%3BIACI%2CmBAAA%3B%3BEANR%2COAAC%2CQAQG%2CUAAS%3BIACL%2CcAAA%3BIACA%2CSAAA%3B%3BEAVR%2COAAC%2CQAYG%3BIACI%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3B%3BEAfR%2COAAC%2CQAYG%2COAII%3BIACI%2CuBAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CeAAA%3BIACA%2CUAAA%3B%3BEArBZ%2COAAC%2CQAYG%2COAWI%3BEAvBR%2COAAC%2CQAYG%2COAYI%3BIACI%2CeAAA%3B%3BEkC%5C%2FRhB%2CqBACI%2CeACI%3BIACI%2CSAAA%3B%3BEAHZ%2CqBACI%2CeAII%3BIACI%2CmBAAA%3BIACA%2CUAAA%3BIACA%2CaAAa%2C0BAAb%3BIACA%2CUAAA%3BIACA%2CmBAAA%3BIACA%2C4BAAA%3BIACA%2CoCAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3B%3BEACA%2CqBAdR%2CeAII%2CcAUK%2CUAAU%3BIACP%2CcAAA%3B%3BEAhBhB%2CqBACI%2CeAII%2CcAaI%3BIACI%2CSAAA%3BIACA%2C4BAAA%3BIACA%2CoCAAA%3B%3BEAEJ%2CqBAtBR%2CeAII%2CcAkBK%3B%3BIAEG%2CWAAW%2CgBAAX%3B%3BEAFJ%2CqBAtBR%2CeAII%2CcAkBK%2CMAGG%3BIACI%2CSAAA%3B%3BEAUJ%2CcAJF%2CSACV%2CSACK%2CKACI%2CKACI%2CMACG%3BIACI%2CcAAA%3B%3BEAIZ%2CcAVE%2CSACV%2CSACK%2CKAQI%3BIACG%2CqBAAA%3B%3BEAEJ%2CcAbE%2CSACV%2CSACK%2CKAWI%3BIACG%2CgBAAA%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%2CmBAAA%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%3BIjFjHJ%2CgBAAA%3BIiFmHQ%2CaAAA%3BIACA%2COAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEATR%2CqBACI%2CoBASI%3BIACI%2CiBAAA%3B%3BElFpGZ%2CMAAM%2COAAQ%2CeAAe%3BIACzB%2CUAAA%3BIACA%2CaAAa%2C0BAAb%3BIACA%2CUAAA%3BIACA%2CmBAAA%3BIACA%2C4BAAA%3BIACA%2CoCAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3B%3BEACA%2CMATE%2COAAQ%2CeAAe%2CcASxB%2CUAAU%3BIACP%2CcAAA%3B%3BEAVR%2CMAAM%2COAAQ%2CeAAe%2CcAYzB%3BIACI%2CaAAA%3BIACA%2C4BAAA%3BIACA%2CoCAAA%3B%3BEAEJ%2CMAjBE%2COAAQ%2CeAAe%2CcAiBxB%3B%3BIAWG%2CWAAW%2CaAAX%3B%3BEAXJ%2CMAjBE%2COAAQ%2CeAAe%2CcAiBxB%2CMACG%2CoBACI%2CyBACI%2CuBACI%3BIACI%2CWAAW%2CWAAX%3B%3BEALpB%2CMAjBE%2COAAQ%2CeAAe%2CcAiBxB%2CMAYG%3BIACI%2CSAAA%3B%3BEAIZ%2CoBAAqB%2COAAM%2COAAQ%2CeAAe%3BIAC9C%2CcAAA%3BIACA%2CaAAa%2C8BAAb%3BIACA%2CUAAA%3BIACA%2CmBAAA%3BIACA%2C4BAAA%3BIACA%2CoCAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3B%3BEACA%2CoBATiB%2COAAM%2COAAQ%2CeAAe%2CcAS7C%2CUAAU%3BIACP%2CaAAa%2C8BAAb%3B%3BEAEJ%2CoBAZiB%2COAAM%2COAAQ%2CeAAe%2CcAY7C%2CUAAU%3BIACP%2CcAAA%3B%3BEAbR%2CoBAAqB%2COAAM%2COAAQ%2CeAAe%2CcAe9C%3BIACI%2CaAAA%3BIACA%2C4BAAA%3BIACA%2CoCAAA%3B%3BEAEJ%2CoBApBiB%2COAAM%2COAAQ%2CeAAe%2CcAoB7C%3B%3BIAWG%2CWAAW%2CaAAX%3B%3BEAXJ%2CoBApBiB%2COAAM%2COAAQ%2CeAAe%2CcAoB7C%2CMACG%2CoBACI%2CyBACI%2CuBACI%3BIACI%2CWAAW%2CWAAX%3B%3BEALpB%2CoBApBiB%2COAAM%2COAAQ%2CeAAe%2CcAoB7C%2CMAYG%3BIACI%2CSAAA%3B%3BEAIZ%2CqBAAsB%2COAAM%2COAAQ%2CeAAe%3BIAC%5C%2FC%2CYAAA%3BIACA%2CaAAa%2C4BAAb%3BIACA%2CUAAA%3BIACA%2CmBAAA%3BIACA%2C4BAAA%3BIACA%2CoCAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3B%3BEACA%2CqBATkB%2COAAM%2COAAQ%2CeAAe%2CcAS9C%2CUAAU%3BIACP%2CaAAa%2C4BAAb%3B%3BEAEJ%2CqBAZkB%2COAAM%2COAAQ%2CeAAe%2CcAY9C%2CUAAU%3BIACP%2CcAAA%3B%3BEAbR%2CqBAAsB%2COAAM%2COAAQ%2CeAAe%2CcAe%5C%2FC%3BIACI%2CaAAA%3BIACA%2C4BAAA%3BIACA%2CoCAAA%3B%3BEAEJ%2CqBApBkB%2COAAM%2COAAQ%2CeAAe%2CcAoB9C%3B%3BIAWG%2CWAAW%2CaAAX%3B%3BEAXJ%2CqBApBkB%2COAAM%2COAAQ%2CeAAe%2CcAoB9C%2CMACG%2CoBACI%2CyBACI%2CuBACI%3BIACI%2CWAAW%2CWAAX%3B%3BEALpB%2CqBApBkB%2COAAM%2COAAQ%2CeAAe%2CcAoB9C%2CMAYG%3BIACI%2CSAAA%3B%3BEA8FZ%2CQAAS%2COAAM%2COAAQ%2COAInB%3BIACI%2CUAAA%3B%3BEALR%2CQAAS%2COAAM%2COAAQ%2COAInB%2CiBAEI%3BIACI%2CSAAA%3B%3BE8BifZ%2COAAO%2CMAAS%2CUAAO%2CMAAS%3BIAC5B%2CeAAA%3BIACA%2C0BAAA%3B%3BEAoDJ%2COAAO%2CMAAS%2CUAAO%2CMAAS%3BIAC5B%2C8BAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2COAAO%2CMAAS%2CUAAO%2CMAAS%2CKAAE%3BEAAU%2COAAO%2CMAAS%2CUAAO%2CMAAS%2CKAAK%3BIAC7E%2CiBAAA%3BIACA%2CcAAA%3B%3BEAEJ%2COAAO%2CMAAS%2CUAAO%2CMAAS%2CKAAE%3BEAAU%2COAAO%2CMAAS%2CUAAO%2CMAAS%2CKAAK%2CIAAC%3BEAC9E%2COAAO%2CMAAS%2CUAAO%2CMAAS%2CKAAE%3BEAAU%2COAAO%2CMAAS%2CUAAO%2CMAAS%2CKAAK%2CIAAC%3BIAClF%2CcAAA%3B%3BEAEJ%3BIACI%2CmBAAA%3B%3BEAEJ%2COAAO%2CMAAS%2CUAAO%2CMAAS%3BIAC5B%2CcAAA%3B%3BEAEJ%2CYAAa%2CUAAU%2CSAAS%2CGAAE%2CSAAU%2CGAAE%3BEAAQ%2CYAAa%2CUAAU%2CSAAS%2CGAAE%2CSAAU%2CGAAE%3BEAAQ%2CiBAAkB%2CGAAG%2CGAAE%3BIAC%5C%2FH%2CuBAAA%3B%3BEAEJ%2CYAAa%2CUAAU%2CSAAS%2CGAAE%2CSAAU%2CGAAE%2CMAAO%3BEAAG%2CYAAa%2CUAAU%2CSAAS%2CGAAE%2CSAAU%2CGAAE%2CMAAO%3BEAAI%2CiBAAkB%2CGAAG%2CGAAE%2CMAAO%3BIAC3I%2CcAAA%3B%3BEAkCJ%3BIACI%2CmBAAA%3B%3BEAEJ%2CWAAY%2CQAAU%3BIAClB%2CgBAAA%3BIACA%2CyBAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CWAAY%2CQAAQ%3BIAChB%2C6BAAA%3BIACA%2CcAAA%3B%3BEAEJ%2CWAAY%3BIACR%2CWAAA%3B%3BEAEJ%2CWAAY%2CGAAE%3BIACV%2CWAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3B%3BEAEJ%2CWAAY%2CQAAO%2COAAU%2CaAAa%2CgBAAa%3BIACnD%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CQAAA%3B%3BEAEJ%2CWAAY%2CQAAO%2COAAU%3BIACzB%2CmBAAA%3B%3BEAEJ%2CWAAY%2CQAAU%3BIAClB%2CsBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAMY%2CWAJJ%2CQAAQ%2CSAChB%2CGACK%2COACK%2CIACG%3BIACG%2CcAAA%3BIACA%2CSAAS%2COAAT%3BIACA%2CqBAAA%3BIACA%2CYAAA%3BIACA%2CaAAa%2CaAAb%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3B%3BEAGA%2CWAnBR%2CQAAQ%2CSAChB%2CGACK%2COACK%2CIAeG%2CMACI%3BIACG%2CSAAS%2COAAT%3BIACA%2CaAAa%2CaAAb%3B%3BEAOxB%2CWAAY%2CQAAU%2CaAAU%3BIAC5B%2CmBAAA%3BIACA%2CcAAA%3B%3BEAEJ%2CWAAY%2CQAAQ%2CSAAS%2CEAAC%3BIAC1B%2CuBAAA%3BIACA%2CcAAA%3B%3BEqDppBJ%3BIACI%2CQAAA%3B%3BEAIA%2C4CAAC%3BIACG%2CiBAAA%3B%3BEAGJ%2C4CAAC%3BIACG%2CUAAA%3B%3B%3BApDjeR%2CgBAL4C%3BEqD0GxC%2CYAAC%2CYACG%3BInF6HR%2C6BAAA%3BImF3HY%2CiBAAA%3B%3B%3BArD%5C%2FFhB%2CgBAJ2C%3BEwC%2BjB3B%2CQAFR%2CeACI%2CcACK%2CKACG%3BIACI%2CWAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2COAAA%3BIACA%2CMAAA%3B%3BEAGR%2CQAXR%2CeACI%2CcAUK%3BIACG%2CiBAAA%22%7D */