/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © magebig.com - All rights reserved.
 * See LICENSE.txt for license details.
 */
.action-primary:focus,
.action-primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #fff;
}
.action-primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #fff;
}
.action-primary.disabled,
.action-primary[disabled],
fieldset[disabled] .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:focus,
.abs-action-link-button:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333;
}
.abs-action-link-button:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555;
}
.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: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-weight: 400;
  color: #6c757d;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.abs-discount-block .action.check:visited,
.abs-add-fields .action.remove:visited {
  color: #1979c3;
  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: #006bb4;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.abs-discount-block .action.check:active,
.abs-add-fields .action.remove:active {
  color: #ff5501;
  text-decoration: underline;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.abs-discount-block .action.check:hover,
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.abs-discount-block .action.check.disabled,
.abs-discount-block .action.check[disabled],
fieldset[disabled] .abs-discount-block .action.check,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove {
  color: #1979c3;
  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;
  color: #28a745;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333;
}
.abs-revert-secondary-color:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555;
}
.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: 22px;
  line-height: 22px;
  color: inherit;
  content: "\f3d0";
  font-family: 'mbicon';
  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: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'mbicon';
  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: "\e935";
  font-family: 'mbicon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before {
  color: #494949;
}
.abs-remove-button-for-blocks:active:before {
  color: #999;
}
.abs-product-link > a:visited {
  color: #333;
  text-decoration: underline;
}
.abs-product-link > a:hover {
  color: #333;
  text-decoration: underline;
}
.abs-product-link > a:active {
  color: #333;
  text-decoration: underline;
}
.abs-like-link:visited {
  color: #1979c3;
  text-decoration: none;
}
.abs-like-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-like-link:active {
  color: #ff5501;
  text-decoration: underline;
}
.abs-add-fields .action.remove {
  width: auto;
  line-height: normal;
  position: absolute;
  top: 34px;
  margin-left: 73%;
}
.mgz__actions-switch-checkbox {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 1.2;
  color: inherit;
  content: "\e93a";
  font-family: 'mbicon';
  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 {
  padding: 4px 5.5px;
  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: 22px;
  color: inherit;
  content: "\f3d0";
  font-family: 'mbicon';
  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: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'mbicon';
  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 5.5px;
}
.abs-split-button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-split-button .items:before,
.abs-split-button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-split-button .items:before {
  border: 6px solid;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
}
.abs-split-button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbb transparent;
  z-index: 98;
}
.abs-split-button .items:before {
  right: 10px;
  top: -12px;
}
.abs-split-button .items:after {
  right: 9px;
  top: -14px;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
}
.abs-account-blocks .block-title {
  margin-bottom: 27.5px;
  padding-bottom: 11px;
  border-bottom: 1px solid #d1d1d1;
}
.abs-account-blocks .block-title > strong,
.abs-account-blocks .block-title > span {
  color: #000000;
}
.abs-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8px;
  line-height: 8px;
  color: inherit;
  content: "\e93a";
  font-family: 'mbicon';
  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: "\e939";
}
.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: "\e936";
  font-family: 'mbicon';
  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: #ffffff;
}
.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 #d1d1d1;
}
.abs-field-date input {
  margin-right: 11px;
  width: calc(100% - (23px + 11px));
}
.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: "\e93a";
  font-family: 'mbicon';
  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: "\e939";
}
/* ============================================ *
 * Blog
 * ============================================ */
/**
 * 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.
 */
.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;
}
/**
 * Copyright © magebig.com - All rights reserved.
 * See LICENSE.txt for license details.
 */
.mc-google-suggestion-box {
  position: absolute;
  background: #fff;
  z-index: 9999;
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  max-height: 200px;
  overflow-y: auto;
  min-width: 150px;
}
.mc-google-suggestion-box .mc-google-suggestion-item {
  padding: 1px 10px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}
.mc-google-suggestion-box .mc-google-suggestion-item:hover {
  background: #f5f5f5;
}
#shipping-new-address-form .mc-google-suggestion-box {
  position: unset;
  width: 100%;
}
.bfb-checkbox-item,
.bfb-radio-item {
  margin-top: 0.7rem;
}
.mgz-control-radio,
.mgz-control-checkbox {
  cursor: pointer;
  opacity: 0.01;
  overflow: hidden;
  position: absolute !important;
  vertical-align: top;
}
.mgz-control-radio:after,
.mgz-control-checkbox:after {
  display: none;
}
.mgz-control-radio + label,
.mgz-control-checkbox + label {
  cursor: pointer;
  display: inline-block;
  vertical-align: sub;
}
.mgz-control-radio + label:before,
.mgz-control-checkbox + label:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFF;
  border: 1px solid #adadad;
  color: transparent;
  float: left;
  height: 1.6rem;
  text-align: center;
  vertical-align: top;
  width: 1.6rem;
}
.mgz-control-radio + label,
.mgz-control-checkbox + label {
  padding-left: 2.2rem;
}
.mgz-control-radio + label:before,
.mgz-control-checkbox + label:before {
  margin: 1px 0 0 -2.2rem;
}
.mgz-control-radio:checked + label:before,
.mgz-control-checkbox:checked + label:before {
  color: #514943;
}
.mgz-control-radio.disabled + label,
.mgz-control-checkbox.disabled + label,
.mgz-control-radio[disabled] + label,
.mgz-control-checkbox[disabled] + label {
  color: #303030;
  cursor: default;
  opacity: 0.5;
}
.mgz-control-radio.disabled + label:before,
.mgz-control-checkbox.disabled + label:before,
.mgz-control-radio[disabled] + label:before,
.mgz-control-checkbox[disabled] + label:before {
  background-color: #e9e9e9;
  border-color: #adadad;
  cursor: default;
}
._keyfocus .mgz-control-radio:not([disabled]):focus + label:before,
._keyfocus .mgz-control-checkbox:not([disabled]):focus + label:before,
._keyfocus .mgz-control-radio:not(.disabled):focus + label:before,
._keyfocus .mgz-control-checkbox:not(.disabled):focus + label:before {
  border-color: #007bdb;
}
.mgz-control-radio:not([disabled]):hover + label:before,
.mgz-control-checkbox:not([disabled]):hover + label:before,
.mgz-control-radio:not(.disabled):hover + label:before,
.mgz-control-checkbox:not(.disabled):hover + label:before {
  border-color: #878787;
}
.mgz-control-radio + label:before {
  border-radius: 1.6rem;
  content: '';
  transition: border-color 0.1s linear, color 0.1s ease-in;
}
.mgz-control-radio.mgz-control-radio + label:before {
  line-height: 140%;
}
.mgz-control-radio:checked + label {
  position: relative;
}
.mgz-control-radio:checked + label:after {
  background-color: #514943;
  border-radius: 50%;
  content: '';
  height: 10px;
  left: 3px;
  position: absolute;
  top: 4px;
  width: 10px;
}
.mgz-control-radio:checked:not([disabled]):hover,
.mgz-control-radio:checked:not(.disabled):hover {
  cursor: default;
}
.mgz-control-radio:checked:not([disabled]):hover + label,
.mgz-control-radio:checked:not(.disabled):hover + label {
  cursor: default;
}
.mgz-control-radio:checked:not([disabled]):hover + label:before,
.mgz-control-radio:checked:not(.disabled):hover + label:before {
  border-color: #adadad;
}
.mgz-control-checkbox + label:before {
  border-radius: 1px;
  content: '';
  font-size: 0;
  transition: font-size 0.1s ease-out, color 0.1s ease-out, border-color 0.1s linear;
}
.mgz-control-checkbox:checked + label:before {
  content: '\e62d';
  font-size: 1.1rem;
  line-height: 125%;
}
.mgz__actions-switch {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.admin__field-control .mgz__actions-switch {
  line-height: 3.2rem;
}
.mgz__actions-switch + .admin__field-service {
  min-width: 34rem;
}
.mgz__actions-switch-checkbox {
  position: absolute !important;
}
._disabled .mgz__actions-switch-checkbox + .mgz__actions-switch-label,
.mgz__actions-switch-checkbox.disabled + .mgz__actions-switch-label {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label:before {
  left: 15px;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label:after {
  background: #79a22e;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label .mgz__actions-switch-text:before {
  content: attr(data-text-on);
}
._error .mgz__actions-switch-checkbox + .mgz__actions-switch-label:before,
._error .mgz__actions-switch-checkbox + .mgz__actions-switch-label:after {
  border-color: #e22626;
}
.mgz__actions-switch-label {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  position: relative;
  user-select: none;
  vertical-align: middle;
}
.mgz__actions-switch-label:before,
.mgz__actions-switch-label:after {
  left: 0;
  position: absolute;
  right: auto;
  top: 0;
}
.mgz__actions-switch-label:before {
  background: #fff;
  border: 1px solid #aaa6a0;
  border-radius: 100%;
  content: '';
  display: block;
  height: 22px;
  transition: left 0.2s ease-in 0s;
  width: 22px;
  z-index: 1;
}
.mgz__actions-switch-label:after {
  background: #e3e3e3;
  border: 1px solid #aaa6a0;
  border-radius: 12px;
  content: '';
  display: block;
  height: 22px;
  transition: background 0.2s ease-in 0s;
  width: 37px;
  z-index: 0;
}
.mgz__actions-switch-text:before {
  content: attr(data-text-off);
  padding-left: 47px;
  white-space: nowrap;
}
.mgzFlex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mgz-invisible {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.magezon-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.MgzFontAwesome {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mgz-text-left {
  text-align: left;
}
.mgz-text-right {
  text-align: right;
}
.mgz-text-center {
  text-align: center;
}
.mgz-text-justify {
  text-align: justify;
}
.mgz-hidden {
  display: none;
}
.mgz-hide {
  display: none;
}
.mgz-visible {
  display: block;
}
.mgz_fit {
  width: 1% !important;
}
.mgz_center {
  text-align: center;
}
.product-item-photo .mgz-productlabels,
.fotorama__stage .mgz-productlabels {
  position: absolute;
  z-index: 99;
}
.catalog-product-view .product.media .mgz-productlabels .mgz-productlabels_wrapper,
.product-item-photo .mgz-productlabels .mgz-productlabels_wrapper {
  position: relative;
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.catalog-product-view .product.media .mgz-productlabels .mgz-productlabels_wrapper a:hover .product-item-photo .mgz-productlabels .mgz-productlabels_wrapper a:hover {
  text-decoration: none;
}
.catalog-product-view .product.media .productlabels-conent,
.mgz-productlabels .mgz-productlabels_wrapper .productlabels-conent {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.mgz-productlabels {
  display: none;
}
.mgz-productlabels .mgz-productlabels_wrapper {
  position: relative;
  text-align: center;
}
a.mgz-productlabels-link {
  color: inherit;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
@media (min-width: 992px) {
  .cart.table-wrapper .product-item-photo {
    max-width: 100%;
  }
}
/**
 * Copyright © magebig.com - All rights reserved.
 * See LICENSE.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 11px 0 0;
  }
  .abs-product-options-list-desktop dt:after,
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .rtl-layout .abs-product-options-list-desktop dt,
  .rtl-layout .block-giftregistry-shared .item-options dt {
    float: right;
    clear: right;
    margin: 0 0 5.5px 11px;
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    float: left;
    display: inline-block;
    margin: 0 0 5.5px;
  }
  .rtl-layout .abs-product-options-list-desktop dd,
  .rtl-layout .block-giftregistry-shared .item-options dd {
    float: right;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .abs-discount-block-desktop .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .storecredit .block,
  .magento-payments-review-discount .block,
  .paypal-review-discount .block,
  .cart-discount .block {
    width: 48%;
  }
  .abs-blocks-2columns:nth-child(1),
  .abs-discount-block-desktop .block:nth-child(1),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(1),
  .storecredit .block:nth-child(1),
  .magento-payments-review-discount .block:nth-child(1),
  .paypal-review-discount .block:nth-child(1),
  .cart-discount .block:nth-child(1) {
    float: left;
    clear: left;
  }
  .rtl-layout .abs-blocks-2columns:nth-child(1),
  .rtl-layout .abs-discount-block-desktop .block:nth-child(1),
  .rtl-layout .account .column.main .block:not(.widget) .block-content .box:nth-child(1),
  .rtl-layout .storecredit .block:nth-child(1),
  .rtl-layout .magento-payments-review-discount .block:nth-child(1),
  .rtl-layout .paypal-review-discount .block:nth-child(1),
  .rtl-layout .cart-discount .block:nth-child(1) {
    float: right;
    clear: right;
  }
  .abs-blocks-2columns:nth-child(2),
  .abs-discount-block-desktop .block:nth-child(2),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2),
  .storecredit .block:nth-child(2),
  .magento-payments-review-discount .block:nth-child(2),
  .paypal-review-discount .block:nth-child(2),
  .cart-discount .block:nth-child(2) {
    float: right;
  }
  .abs-blocks-2columns:nth-child(2) + *,
  .abs-discount-block-desktop .block:nth-child(2) + *,
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2) + *,
  .storecredit .block:nth-child(2) + *,
  .magento-payments-review-discount .block:nth-child(2) + *,
  .paypal-review-discount .block:nth-child(2) + *,
  .cart-discount .block:nth-child(2) + * {
    clear: both;
  }
  .rtl-layout .abs-blocks-2columns:nth-child(2),
  .rtl-layout .abs-discount-block-desktop .block:nth-child(2),
  .rtl-layout .account .column.main .block:not(.widget) .block-content .box:nth-child(2),
  .rtl-layout .storecredit .block:nth-child(2),
  .rtl-layout .magento-payments-review-discount .block:nth-child(2),
  .rtl-layout .paypal-review-discount .block:nth-child(2),
  .rtl-layout .cart-discount .block:nth-child(2) {
    float: left;
  }
  .abs-reset-left-margin-desktop,
  .column.main .magento-payments-review .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 90%;
  }
  .abs-add-fields-desktop .fieldset .field .control,
  .form-giftregistry-share .fieldset .field .control,
  .form-giftregistry-edit .fieldset .field .control,
  .form-create-return .fieldset .field .control,
  .form.send.friend .fieldset .field .control {
    width: auto;
  }
  .abs-margin-for-forms-desktop {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .dashboard-welcome-toggler {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-form-field-column-2 .fieldset .field,
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field,
  .form-create-return .fieldset .field,
  .form.send.friend .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2 .fieldset .field:nth-last-child(1),
  .abs-form-field-column-2 .fieldset .field:nth-last-child(2),
  .form-giftregistry-share .fieldset .field:nth-last-child(1),
  .form-giftregistry-share .fieldset .field:nth-last-child(2),
  .form-giftregistry-edit .fieldset .field:nth-last-child(1),
  .form-giftregistry-edit .fieldset .field:nth-last-child(2),
  .form-create-return .fieldset .field:nth-last-child(1),
  .form-create-return .fieldset .field:nth-last-child(2),
  .form.send.friend .fieldset .field:nth-last-child(1),
  .form.send.friend .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field + .fieldset,
  .form-giftregistry-share .fieldset .field + .fieldset,
  .form-giftregistry-edit .fieldset .field + .fieldset,
  .form-create-return .fieldset .field + .fieldset,
  .form.send.friend .fieldset .field + .fieldset {
    clear: both;
  }
  .abs-form-field-column-2 .fieldset .field .field,
  .form-giftregistry-share .fieldset .field .field,
  .form-giftregistry-edit .fieldset .field .field,
  .form-create-return .fieldset .field .field,
  .form.send.friend .fieldset .field .field {
    width: 100%;
    padding: 0;
  }
  .abs-form-field-revert-column-1 {
    width: 100%;
  }
  .abs-forms-general-desktop,
  .form-giftcard-redeem,
  .form-giftregistry-create {
    max-width: 500px;
  }
  .abs-forms-general-desktop .legend,
  .form-giftcard-redeem .legend,
  .form-giftregistry-create .legend {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-forms-general-desktop .legend + br,
  .form-giftcard-redeem .legend + br,
  .form-giftregistry-create .legend + br {
    display: none;
  }
  .abs-revert-side-paddings,
  .checkout-cart-index .page-title-wrapper,
  .cart-summary .block .content,
  .cart-empty {
    padding-left: 0;
    padding-right: 0;
  }
  .abs-account-block-font-size,
  .block-balance-giftcard .block-content,
  .block-reviews-dashboard .product-name {
    font-size: 1.6rem;
  }
  .abs-account-table-margin-desktop,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history {
    margin-top: -27.5px;
  }
  .abs-action-print {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: "\e6b1";
    font-family: 'mbicon';
    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,
  .return-status {
    margin-top: 6px;
    padding: 5.5px 11px;
  }
  .abs-title-orders-desktop .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-date,
  .account .page-main .page-title-wrapper .order-date,
  [class^='sales-guest-'] .page-main .page-title-wrapper .order-date,
  .sales-guest-view .page-main .page-title-wrapper .order-date {
    margin: 0 0 15px;
  }
  .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 #d1d1d1;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    position: relative;
  }
  .abs-pager-toolbar .toolbar-amount,
  .abs-pager-toolbar .limiter,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter {
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    line-height: 32px;
    padding: 0;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    z-index: 0;
    width: 100%;
  }
  .abs-shopping-cart-items-desktop,
  .cart-container .crosssell,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    width: 70%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 3%;
    position: relative;
  }
  .rtl-layout .abs-shopping-cart-items-desktop,
  .rtl-layout .cart-container .crosssell,
  .rtl-layout .block-cart-failed,
  .rtl-layout .cart-container .form-cart,
  .rtl-layout .cart-container .cart-gift-item {
    float: right;
    padding-right: 0;
    padding-left: 3%;
  }
  .abs-discount-block-desktop .block,
  .magento-payments-review-discount .block,
  .paypal-review-discount .block,
  .cart-discount .block {
    width: 100%;
  }
  .abs-discount-block-desktop .block > .title,
  .magento-payments-review-discount .block > .title,
  .paypal-review-discount .block > .title,
  .cart-discount .block > .title {
    border: 0;
    cursor: default;
    text-transform: uppercase;
    position: relative;
    padding: 0;
    margin-bottom: 20px;
    min-width: 100%;
  }
  .abs-discount-block-desktop .block > .title strong,
  .magento-payments-review-discount .block > .title strong,
  .paypal-review-discount .block > .title strong,
  .cart-discount .block > .title strong {
    border: 0;
    padding-bottom: 15px;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: top;
  }
  .abs-discount-block-desktop .block > .title:after,
  .magento-payments-review-discount .block > .title:after,
  .paypal-review-discount .block > .title:after,
  .cart-discount .block > .title:after {
    display: none;
  }
  .abs-discount-block-desktop .block .content,
  .magento-payments-review-discount .block .content,
  .paypal-review-discount .block .content,
  .cart-discount .block .content {
    display: block !important;
    padding: 20px;
    -moz-box-shadow: 1px 3px 1px rgba(50,50,50,0.1);
    -webkit-box-shadow: 1px 3px 1px rgba(50,50,50,0.1);
    -o-box-shadow: 1px 3px 1px rgba(50,50,50,0.1);
    -ms-box-shadow: 1px 3px 1px rgba(50,50,50,0.1);
    box-shadow: 1px 3px 1px rgba(50,50,50,0.1);
  }
  .abs-discount-block-desktop .actions-toolbar .secondary,
  .magento-payments-review-discount .actions-toolbar .secondary,
  .paypal-review-discount .actions-toolbar .secondary,
  .cart-discount .actions-toolbar .secondary {
    bottom: -30px;
    left: 0;
    position: absolute;
  }
  h1 {
    font-size: 46px;
    margin-bottom: 44px;
  }
  .legend {
    border-bottom: 1px solid #c5c5c5;
  }
  .cart.actions .action.continue {
    float: left;
  }
  .layout-rtl .cart.actions .action.continue {
    float: right;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  #store-selector .form-continue .actions-toolbar > .primary {
    float: right;
  }
  #store-selector .form-continue .actions-toolbar .action.primary {
    margin: 0;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .magento-payments-review .magento-payments-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .magento-payments-review .block-content .box-order-shipping-address,
  .magento-payments-review .block-content .box-order-shipping-method,
  .magento-payments-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .magento-payments-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .magento-payments-review .table-magento-payments-review-items .col.price,
  .magento-payments-review .table-magento-payments-review-items .col.qty {
    text-align: center;
  }
  .magento-payments-review .table-magento-payments-review-items .col.item {
    width: 60%;
  }
  .magento-payments-review .col.subtotal,
  .magento-payments-review .mark,
  .magento-payments-review .amount {
    text-align: right;
  }
  .magento-payments-review-discount {
    border-top: 1px solid #d1d1d1;
  }
  .magento-payments-review-discount .block {
    margin-bottom: 16.5px;
  }
  .magento-payments-review-discount .block .title:after {
    display: inline;
    margin-left: 11px;
    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;
  }
  .cart-container .crosssell {
    margin-bottom: 22px;
  }
  .block-category-event.block:last-child {
    margin-bottom: 33px;
    padding: 11px 0 33px;
  }
  .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;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .block.newsletter .field {
    margin-right: 5px;
  }
  .block.newsletter .field.newsletter {
    max-width: 220px;
  }
  .block.newsletter .field .control {
    width: 100%;
  }
  .block.newsletter .action.subscribe {
    border-radius: 3px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .table-paypal-review-items .col.price,
  .paypal-review .table-paypal-review-items .col.qty {
    text-align: center;
  }
  .paypal-review .table-paypal-review-items .col.item {
    width: 60%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .paypal-review-discount {
    border-top: 1px solid #d1d1d1;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .block-cart-failed .actions.secondary {
    text-align: right;
  }
  .block-cart-failed .actions.secondary .action {
    display: inline-block;
    margin: 0 0 0 11px;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 11px 11px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .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: 30%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding: 0 20px 20px;
    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 10px;
  }
  .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: 10px 8px 10px 0;
  }
  .cart.table-wrapper .item-actions td {
    padding: 0;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    padding-right: 15px;
    position: static;
    vertical-align: middle;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: middle;
    white-space: normal;
    width: 99%;
  }
  .cart-products-toolbar {
    margin: 2px 0 0;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 11px;
    padding-top: 11px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 27.5px;
  }
  .cart-discount {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    border: 0;
    box-sizing: border-box;
    padding-right: 4%;
  }
  .cart-discount .block .title:after {
    display: inline;
    margin-left: 11px;
    position: static;
  }
  .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;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 33px;
  }
  .checkout-onepage-success .print {
    display: block;
    margin: 22px 0 0;
  }
  .opc-estimated-wrapper {
    display: none;
  }
  .opc-progress-bar-item {
    width: 185px;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 100%;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 11px;
  }
  .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: 100%;
  }
  .opc-wrapper #shipping-new-address-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .opc-wrapper #shipping-new-address-form > .field {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
  }
  .opc-wrapper #shipping-new-address-form > .field.street {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
    margin-bottom: 10px;
  }
  .opc-wrapper #shipping-new-address-form > .field.street > .control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .opc-wrapper #shipping-new-address-form > .field.street > .control > .field {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
    margin-bottom: 5px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 0 0 30px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #fff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear 0.1s, visibility 0s linear 0.1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear 0.1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .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;
    margin-bottom: 0;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 11px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 11px 0 0 30px;
  }
  .popup-authentication .block[class] + .block::before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 22px 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;
  }
  .fieldset .fullname .field .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset .fullname .field .control {
    width: 74.2%;
    float: left;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 16px;
    margin-bottom: 22px;
    vertical-align: top;
    width: 48.8%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 2.4%;
  }
  .storecredit .block-balance-history {
    width: 100%;
  }
  .table-balance-history .col {
    width: 25%;
  }
  .page-product-downloadable .product-options-wrapper {
    clear: both;
  }
  .page-product-downloadable .product-options-bottom {
    clear: both;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final_price {
    font-size: 24px;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final_price .price {
    font-size: 36px;
    line-height: 36px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) {
    margin: 0 0 22px;
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    margin: 0 0 5.5px;
    display: inline-block;
  }
  .page-product-giftcard .product-add-form .field:not(.text):last-child {
    margin-bottom: 0;
  }
  .page-product-giftcard .product-add-form .field:not(.text) + .fieldset {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    font-weight: 700;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label + br {
    display: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .choice input {
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:before,
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    content: '';
    display: table;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group .field {
    box-sizing: border-box;
    float: left;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-2 .field {
    width: 50% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-3 .field {
    width: 33.3% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-4 .field {
    width: 25% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-5 .field {
    width: 20% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    width: 100%;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon textarea,
  .page-product-giftcard .product-add-form .field:not(.text) .addon select,
  .page-product-giftcard .product-add-form .field:not(.text) .addon input {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    display: inline-block;
    margin: 0;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter {
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: Work Sans, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    height: 32px;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:disabled,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:disabled {
    opacity: 0.5;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-moz-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-moz-placeholder {
    color: #c2c2c2;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-webkit-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-webkit-input-placeholder {
    color: #c2c2c2;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:-ms-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:-ms-input-placeholder {
    color: #c2c2c2;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore {
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .additional {
    margin-top: 11px;
  }
  .page-product-giftcard .product-add-form .field:not(.text).required > .label:after,
  .page-product-giftcard .product-add-form .field:not(.text)._required > .label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.4rem;
    margin: 0 0 0 5.5px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note {
    font-size: 1.4rem;
    margin: 3px 0 0;
    padding: 0;
    display: inline-block;
    text-decoration: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 14px;
    content: '\e618';
    font-family: 'mbicon';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(odd) {
    padding-right: 25px;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(even) {
    padding-right: 0;
  }
  .page-product-giftcard .product-add-form .product-options-wrapper .field:not(.date) > .control {
    width: auto;
  }
  .gift-message .field {
    margin: 0 0 22px;
    box-sizing: border-box;
  }
  .gift-message .field > .label {
    margin: 0;
  }
  .gift-message .field:before,
  .gift-message .field:after {
    content: '';
    display: table;
  }
  .gift-message .field:after {
    clear: both;
  }
  .gift-message .field.choice:before,
  .gift-message .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .gift-message .field .description {
    padding: 6px 15px 0 0;
    text-align: left;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .gift-message .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: left;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .gift-message .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 22px;
    margin-right: 0;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: "";
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .gift-item-block .title {
    padding: 22px 0;
  }
  .item-gift td {
    padding-left: 0;
    padding-right: 0;
  }
  .cart.table-wrapper .action-gift {
    float: left;
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .action-gift:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #000;
    content: "\e93a";
    font-family: 'mbicon';
    margin: 0 0 0 11px;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .action-gift:hover:after {
    color: #333;
  }
  .cart.table-wrapper .action-gift:active:after {
    color: #000;
  }
  .cart.table-wrapper .action-gift._active:after {
    content: "\e939";
  }
  .cart.table-wrapper .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .cart-container .cart-gift-item {
    margin-bottom: 22px;
  }
  .cart-container .cart-gift-item .gift-options,
  .cart-container .cart-gift-item .gift-summary {
    padding-bottom: 22px;
  }
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field {
    width: 45%;
  }
  .form-giftregistry-edit .fieldset.shipping_address .fieldset {
    margin-top: 22px;
  }
  .table-giftregistry .col.create {
    white-space: nowrap;
  }
  .table-giftregistry .col.message {
    width: 40%;
  }
  .table-giftregistry .col.actions {
    width: 30%;
  }
  .table-giftregistry-items .col.note {
    width: 30%;
  }
  .account .data.table.table-giftregistry-items > thead > tr > th,
  .account .data.table.table-giftregistry-items > tbody > tr > th,
  .account .data.table.table-giftregistry-items > tfoot > tr > th,
  .account .data.table.table-giftregistry-items > thead > tr > td,
  .account .data.table.table-giftregistry-items > tbody > tr > td,
  .account .data.table.table-giftregistry-items > tfoot > tr > td {
    border-top: 1px solid #d1d1d1;
  }
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > th,
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > td {
    border-top: 0;
  }
  .account .data.table.table-giftregistry-items > tbody + tbody {
    border-top: 1px solid #d1d1d1;
  }
  .account .data.table.table-giftregistry-items th {
    border-bottom: 0;
  }
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > td,
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > th {
    background: none;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset .field.name,
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-bottom: auto;
  }
  .form-giftregistry-search .fieldset .field.name + .fieldset,
  .form-giftregistry-search .fieldset .field.lastname + .fieldset {
    clear: both;
  }
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0;
  }
  .block-giftregistry-shared-items .item {
    border-bottom: 1px solid #d1d1d1;
    border-top: 0;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 22px 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-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 22px;
    width: 50%;
  }
  .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .wishlist.window.popup .field {
    margin: 0 0 22px;
  }
  .wishlist.window.popup .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .wishlist.window.popup .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .wishlist.window.popup .field > .label {
    margin: 0 0 5.5px;
    display: inline-block;
  }
  .wishlist.window.popup .field.choice:before,
  .wishlist.window.popup .field.no-label:before {
    display: none;
  }
  .block-wishlist-management {
    margin-bottom: 22px;
  }
  .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: 11px;
    padding: 5.5px 11px 11px;
    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: 11px;
    padding: 5.5px 11px 11px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 27.5px;
  }
  .form-create-return .fieldset .field {
    width: 45%;
  }
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 100%/4;
  }
  .block-returns-tracking .block-title .action {
    margin: 12px 0 0 30px;
  }
  .block-returns-tracking .block-title .action.track {
    float: right;
  }
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 100%/4;
  }
  .block-order-details-comments .comment-content {
    overflow: hidden;
  }
  .order-details-items .col {
    width: auto;
  }
  .order-details-items .col.price {
    text-align: center;
  }
  .order-details-items .col.subtotal {
    text-align: right;
  }
  .order-details-items tbody td {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .order-details-items.ordered .order-title {
    display: none;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .toolbar-amount {
    position: relative;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .table-order-items tbody .col.label,
  .table-order-items tbody .col.value {
    padding-left: 0;
  }
  .table-order-items.invoice .col.qty,
  .table-order-items.shipment .col.qty {
    text-align: center;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .form.send.friend {
    width: 60%;
  }
  .form.send.friend .fieldset .field {
    width: 45%;
  }
  .form.send.friend .fieldset .field.text {
    width: 90%;
  }
  .header.panel > .header.links {
    float: right;
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none none;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    font-size: 16px;
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li a {
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    padding-left: 5.5px;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 22px;
  }
  .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 .fieldset {
    margin-bottom: 0;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    float: left;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    float: left;
    padding-right: 11px;
    margin-bottom: 10px;
  }
  .products-grid.wishlist .product-item .box-tocart {
    margin-bottom: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .control {
    margin-bottom: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary button {
    width: 100%;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 22px 0 0;
  }
  .products-grid.wishlist .product-item .tocart {
    width: auto;
  }
  .wishlist-index-index .product-item-info {
    position: relative;
    width: 100%;
    display: inline-block;
    vertical-align: top;
  }
  .wishlist-index-index .product-item-inner {
    background: #fff;
    box-shadow: 0 2px 5px #e1e1e1;
    display: none;
    left: 0;
    margin: 0;
    padding: 0 9px 9px;
    position: absolute;
    right: 0;
    z-index: 2;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 6%) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
  .braintree-express-paylater-message-container {
    order: 1;
  }
  .paypal-braintree-paylater-message-container-pdp {
    padding: 0 0 10px;
  }
  .paypal-braintree-paylater-message-container-cart {
    padding: 0;
  }
}
@media all and (min-width: 1024px), print {
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%) / 5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
}
@media all and (min-width: 1440px), print {
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
}
/**
 * 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.
 */
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout02%5C%2Ffr_FR%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout02%5C%2Ffr_FR%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_utilities.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout02%5C%2Ffr_FR%5C%2Fcss%5C%2Fsource%5C%2F_extends.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout02%5C%2Ffr_FR%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout02%5C%2Ffr_FR%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_dropdowns.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout02%5C%2Ffr_FR%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout02%5C%2Ffr_FR%5C%2Fcss%5C%2Fsource%5C%2F_variables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout02%5C%2Ffr_FR%5C%2Fcss%5C%2Fsource%5C%2F_theme.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout02%5C%2Ffr_FR%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout02%5C%2Ffr_FR%5C%2FMagezon_Core%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_actions-switcher.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout02%5C%2Ffr_FR%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_tables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout02%5C%2Ffr_FR%5C%2FMagento_ReCaptchaCheckoutSalesRule%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout02%5C%2Ffr_FR%5C%2FMagento_ReCaptchaFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout02%5C%2Ffr_FR%5C%2FMagento_ReCaptchaNewsletter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout02%5C%2Ffr_FR%5C%2FMagento_ReCaptchaReview%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout02%5C%2Ffr_FR%5C%2FMagento_ReCaptchaSendFriend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout02%5C%2Ffr_FR%5C%2FMagento_ReCaptchaWishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout02%5C%2Ffr_FR%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_mini-cart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout02%5C%2Ffr_FR%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_pay-later.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout02%5C%2Ffr_FR%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_apple-pay.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout02%5C%2Ffr_FR%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_google-pay.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout02%5C%2Ffr_FR%5C%2FMagento_InventoryConfigurableProductFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout02%5C%2Ffr_FR%5C%2FMagecomp_Googleaddresslookup%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_addressautocomplete.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout02%5C%2Ffr_FR%5C%2FMagezon_Core%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_checkbox-radio.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout02%5C%2Ffr_FR%5C%2FMagezon_Core%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout02%5C%2Ffr_FR%5C%2FMagezon_Core%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_mixins.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout02%5C%2Ffr_FR%5C%2FMagezon_ProductLabels%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout02%5C%2Ffr_FR%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_cart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout02%5C%2Ffr_FR%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_responsive.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout02%5C%2Ffr_FR%5C%2FMagento_GiftRegistry%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout02%5C%2Ffr_FR%5C%2FMagento_Customer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout02%5C%2Ffr_FR%5C%2FMagento_CustomerBalance%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout02%5C%2Ffr_FR%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_review.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout02%5C%2Ffr_FR%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_review.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout02%5C%2Ffr_FR%5C%2FMagento_Rma%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout02%5C%2Ffr_FR%5C%2FMagento_SendFriend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout02%5C%2Ffr_FR%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout02%5C%2Ffr_FR%5C%2FMagento_GiftCardAccount%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout02%5C%2Ffr_FR%5C%2FMagento_Review%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout02%5C%2Ffr_FR%5C%2FMagento_Reward%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout02%5C%2Ffr_FR%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_widgets.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout02%5C%2Ffr_FR%5C%2FMagento_Sales%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout02%5C%2Ffr_FR%5C%2FMagento_MultipleWishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout02%5C%2Ffr_FR%5C%2FMageBig_WidgetPlus%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout02%5C%2Ffr_FR%5C%2FMagento_AdvancedCheckout%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout02%5C%2Ffr_FR%5C%2FMagento_GiftMessage%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout02%5C%2Ffr_FR%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout02%5C%2Ffr_FR%5C%2Fcss%5C%2Fsource%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout02%5C%2Ffr_FR%5C%2Fcss%5C%2Fsource%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout02%5C%2Ffr_FR%5C%2Fcss%5C%2Fsource%5C%2F_buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout02%5C%2Ffr_FR%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_modals_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout02%5C%2Ffr_FR%5C%2FMagento_InventoryInStorePickupFrontend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout02%5C%2Ffr_FR%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout02%5C%2Ffr_FR%5C%2FMagento_CatalogEvent%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout02%5C%2Ffr_FR%5C%2FMagento_Contact%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout02%5C%2Ffr_FR%5C%2FMagento_Newsletter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout02%5C%2Ffr_FR%5C%2FMagento_Vault%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout02%5C%2Ffr_FR%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout02%5C%2Ffr_FR%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_checkout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout02%5C%2Ffr_FR%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_estimated-total.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout02%5C%2Ffr_FR%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_progress-bar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout02%5C%2Ffr_FR%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_modals.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout02%5C%2Ffr_FR%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_shipping.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout02%5C%2Ffr_FR%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_sidebar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout02%5C%2Ffr_FR%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_order-summary.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout02%5C%2Ffr_FR%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_authentication.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout02%5C%2Ffr_FR%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_payments.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout02%5C%2Ffr_FR%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_payment-options.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout02%5C%2Ffr_FR%5C%2FMagento_Downloadable%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout02%5C%2Ffr_FR%5C%2FMagento_GiftCard%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout02%5C%2Ffr_FR%5C%2FMagento_GiftWrapping%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout02%5C%2Ffr_FR%5C%2FMagento_Invitation%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout02%5C%2Ffr_FR%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout02%5C%2Ffr_FR%5C%2FMagento_Wishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FMageBig%5C%2Fmartfury_layout02%5C%2Ffr_FR%5C%2FPayPal_Braintree%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3B%3B%3B%3B%3B%3B%3B%3BAA8FI%2CeAAC%3BAACD%2CeAAC%3BEC2MD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAD%5C%2FLA%2CeAAC%3BEC%2BLD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BADnLA%2CeAAC%3BAACD%2CeAAC%3BAACD%2CQAAQ%2CUAAW%3BECiLnB%2CYAAA%3BED%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAA9BJ%2CuBAAC%3BAACD%2CuBAAC%3BEC2MD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAD%5C%2FLA%2CuBAAC%3BEC%2BLD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BADnLA%2CuBAAC%3BAACD%2CuBAAC%3BAACD%2CQAAQ%2CUAAW%3BECiLnB%2CYAAA%3BED%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BAAwDJ%2CuBAAC%3BAACD%2CuBAAC%3BAACD%2CuBAAC%3BEACG%2CqBAAA%3B%3BAE6GR%3BAAymCA%2CmBAyBI%2CQAAO%3BAAhlCH%2CeADJ%2CQACK%3BED5CL%2CuBAAA%3BEAAA%2CUAAA%3BEAAA%2CcAAA%3BEAAA%2CqBAAA%3BED5FA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CeAAA%3BEEhKA%2CgBAAA%3BED0PA%2CgBAAA%3BEAAA%2CcAAA%3B%3BAEjJA%2C0BAAC%3BAD2IL%2CkBC3IK%3BADovCL%2CmBAyBI%2CQAAO%2CMC7wCN%3BAD6LG%2CeADJ%2CQACK%2COC7LJ%3BEFiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAE5IA%2C0BAAC%3BADsIL%2CkBCtIK%3BAD%2BuCL%2CmBAyBI%2CQAAO%2CMCxwCN%3BADwLG%2CeADJ%2CQACK%2COCxLJ%3BEF4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAEvIA%2C0BAAC%3BADiIL%2CkBCjIK%3BAD0uCL%2CmBAyBI%2CQAAO%2CMCnwCN%3BADmLG%2CeADJ%2CQACK%2COCnLJ%3BEFuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BADxFA%2C0BAAC%3BAACD%2C0BAAC%3BAACD%2C0BAAC%3BAEgFL%2CkBFlFK%3BAEkFL%2CkBFjFK%3BAEiFL%2CkBFhFK%3BAEyrCL%2CmBAyBI%2CQAAO%2CMFptCN%3BAE2rCL%2CmBAyBI%2CQAAO%2CMFntCN%3BAE0rCL%2CmBAyBI%2CQAAO%2CMFltCN%3BAEkIG%2CeADJ%2CQACK%2COFpIJ%3BAEoIG%2CeADJ%2CQACK%2COFnIJ%3BAEmIG%2CeADJ%2CQACK%2COFlIJ%3BEACG%2CgBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2C0BAAC%3BAACD%2C0BAAC%3BAACD%2CQAAQ%2CUAAW%3BAEyEvB%2CkBF3EK%3BAE2EL%2CkBF1EK%3BAACD%2CQAAQ%2CUEyEZ%3BAAymCA%2CmBAyBI%2CQAAO%2CMF7sCN%3BAEorCL%2CmBAyBI%2CQAAO%2CMF5sCN%3BAACD%2CQAAQ%2CUEkrCZ%2CoBAyBI%2CQAAO%3BAAhlCH%2CeADJ%2CQACK%2COF7HJ%3BAE6HG%2CeADJ%2CQACK%2COF5HJ%3BAACD%2CQAAQ%2CUE2HJ%2CgBADJ%2CQACK%3BED5CL%2CcAAA%3BEAAA%2CYAAA%3BED5EI%2CeAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3B%3BAEoER%2CkBAjPK%3BAAiPL%2CkBAjPe%2CIAAI%3BAA01CnB%2CmBAyBI%2CQAAO%2CMAn3CN%3BAA01CL%2CmBAyBI%2CQAAO%2CMAn3CI%2CIAAI%3BAAmSX%2CeADJ%2CQACK%2COAnSJ%3BAAmSG%2CeADJ%2CQACK%2COAnSM%2CIAAI%3BEACX%2CgBAAA%3BEDsPJ%2CcAAA%3B%3BADqDA%2C2BAAC%3BAACD%2C2BAAC%3BECtDD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAD4DA%2C2BAAC%3BEC5DD%2CmBAAA%3BEAAA%2CyBAAA%3BEAAA%2CWAAA%3B%3BAApPA%2CoBAAC%3BAACD%2CoBAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CoBAAC%3BEACG%2CWAAA%3B%3BACuJR%2CoBE1JI%3BEAEI%2CeAAA%3BEH8OJ%2CqBAAA%3BEIhOA%2CqBAAA%3B%3BAAMA%2CoBDtBA%2CeCsBC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEJ9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSKxBiB%2COLwBjB%3BEAAA%2CaMtSe%2CQNsSf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEIqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CoBDnCJ%2CeCkCC%2CMACI%3BEJ6ML%2CcAAA%3B%3BAIvMI%2CoBDzCJ%2CeCwCC%2COACI%3BEJuML%2CcAAA%3B%3BAGqEA%2CoBArTA%2CeAqTC%3BEHrED%2CqBAAA%3BEIhOA%2CqBAAA%3B%3BAAMA%2CoBDtBA%2CeAqTC%2COC%5C%2FRA%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEJ9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSOxOc%2COPwOd%3BEAAA%2CaMtSe%2CQNsSf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEIqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CoBDnCJ%2CeAqTC%2COCnRA%2CMACI%3BEJ6ML%2CcAAA%3B%3BAIvMI%2CoBDzCJ%2CeAqTC%2COC7QA%2COACI%3BEJuML%2CcAAA%3B%3BACtFJ%2CoBE6BI%3BEHyDA%2CSAAA%3BEAAA%2CUAAA%3BEE1KA%2CqBAAA%3BEF0KA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CYAAA%3BEGhDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEH8CJ%2CSAAA%3BEAAA%2CyCAAA%3B%3BACtFJ%2CoBE6BI%2CYAsBI%3BEHmCJ%2CSAAA%3BEAAA%2CyBAAA%3B%3BAG3BQ%2CoBA9BR%2CYAsBI%2CGAQK%3BEH2BT%2CmBAAA%3BEGzBY%2CeAAA%3B%3BAAuTZ%2CoBAvVA%2CYAuVC%3BAACD%2CoBAxVA%2CYAwVC%3BEACG%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CoBAjWA%2CYAiWC%3BEACG%2CiBAAA%3BEHzSJ%2CsDAAA%3BEG2SI%2CWAAA%3B%3BAAGJ%2CoBAvWA%2CYAuWC%3BEACG%2CiBAAA%3BEH%5C%2FSJ%2CsDAAA%3BEGiTI%2CWAAA%3B%3BAAzDJ%2CoBAjTA%2CYAiTC%3BEHxPD%2CUAAA%3BEAAA%2CUAAA%3B%3BAG6PA%2CoBAtTA%2CYAsTC%3BEH7PD%2CSAAA%3BEAAA%2CUAAA%3B%3BAGZA%2CoBAAC%3BEACG%2CiBAAA%3B%3BAADJ%2CoBAAC%2COAGG%3BEACI%2CcAAA%3B%3BAF9CZ%2C6BG0CM%3BEJhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAIHA%2C6BAAC%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEJ9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CWAAA%3BEAAA%2CSKlFS%2COLkFT%3BEAAA%2CaMtSe%2CQNsSf%3BEAAA%2CsBAAA%3BEIqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAApUI%2C6BADH%2CMACI%3BEJ2PL%2CcAAA%3B%3BAIrPI%2C6BADH%2COACI%3BEJqPL%2CWAAA%3B%3BAEjJA%2CiBDmGE%2CICnGD%3BEFiJD%2CWAAA%3BEAAA%2C0BAAA%3B%3BAE5IA%2CiBD8FE%2CIC9FD%3BEF4ID%2CWAAA%3BEAAA%2C0BAAA%3B%3BAEvIA%2CiBDyFE%2CICzFD%3BEFuID%2CWAAA%3BEAAA%2C0BAAA%3B%3BAEjJA%2CcAAC%3BEFiJD%2CcAAA%3BEAAA%2CqBAAA%3B%3BAE5IA%2CcAAC%3BEF4ID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAEvIA%2CcAAC%3BEFuID%2CcAAA%3BEAAA%2C0BAAA%3B%3BAC4CI%2CeADJ%2CQACK%3BEAhDL%2CWAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3B%3BAOrPJ%3BERvBI%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAI2CA%2CoBAAC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEJ9DA%2CeAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CSK9Ee%2COL8Ef%3BEAAA%2CaMtSe%2CQNsSf%3BEAAA%2CsBAAA%3BEIqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAJ7TA%2CiBAAC%3BAACD%2CiBAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CiBAAC%3BEACG%2CWAAA%3B%3BACyYR%2CiBEKI%3BEACI%2CWAAA%3BEACA%2CSAAA%3B%3BAFPR%2CiBEUI%3BEACI%2CYAAA%3BEACA%2CSAAA%3B%3BAFZR%2CiBE0BI%2COAAM%3BEACF%2C6BAAA%3BEACA%2C0BAAA%3B%3BAF5BR%2CiBE%2BBI%2COAAS%3BEACL%2C4BAAA%3BEACA%2CcAAA%3BEACA%2CyBAAA%3B%3BAFlCR%2CiBE7RI%3BEHiIA%2CkBAAA%3BEAAA%2CqBAAA%3BEIhOA%2CqBAAA%3B%3BAH4XJ%2CiBE7RI%2CeCqHE%3BEJhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAI2CA%2CiBDyFA%2CeCzFC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEJ9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSKxBiB%2COLwBjB%3BEAAA%2CaMtSe%2CQNsSf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEIqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CiBD4EJ%2CeC7EC%2CMACI%3BEJ6ML%2CcAAA%3B%3BAIvMI%2CiBDsEJ%2CeCvEC%2COACI%3BEJuML%2CcAAA%3B%3BAGuHA%2CiBAxPA%2CeAwPC%3BEHvHD%2CqBAAA%3BEIhOA%2CqBAAA%3B%3BADuVA%2CiBAxPA%2CeAwPC%2COCnIC%3BEJhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAI2CA%2CiBDyFA%2CeAwPC%2COCjVA%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEJ9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSOxOc%2COPwOd%3BEAAA%2CaMtSe%2CQNsSf%3BEAAA%2CSAAA%3BEAAA%2CmBAAA%3BEIqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAtRI%2CiBD4EJ%2CeAwPC%2COCrUA%2CMACI%3BEJ6ML%2CcAAA%3B%3BAIvMI%2CiBDsEJ%2CeAwPC%2COC%5C%2FTA%2COACI%3BEJuML%2CcAAA%3B%3BAC4JJ%2CiBErNI%3BEHyDA%2CSAAA%3BEAAA%2CUAAA%3BEE1KA%2CqBAAA%3BEF0KA%2CgBAAA%3BEAAA%2CsBAAA%3BEAAA%2CeAAA%3BEAAA%2CeAAA%3BEAAA%2CYAAA%3BEGhDI%2CsBAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3BEH8CJ%2CSAAA%3BEAAA%2CyCAAA%3B%3BAC4JJ%2CiBErNI%2COAsBI%3BEHmCJ%2CSAAA%3BEAAA%2CkBAAA%3B%3BAG3BQ%2CiBA9BR%2COAsBI%2CGAQK%3BEH2BT%2CmBAAA%3BEGzBY%2CeAAA%3B%3BAAuTZ%2CiBAvVA%2COAuVC%3BAACD%2CiBAxVA%2COAwVC%3BEACG%2C0BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CiBAjWA%2COAiWC%3BEACG%2CiBAAA%3BEHzSJ%2CsDAAA%3BEG2SI%2CWAAA%3B%3BAAGJ%2CiBAvWA%2COAuWC%3BEACG%2CiBAAA%3BEH%5C%2FSJ%2CsDAAA%3BEGiTI%2CWAAA%3B%3BAAlCJ%2CiBAxUA%2COAwUC%3BEH%5C%2FQD%2CWAAA%3BEAAA%2CUAAA%3B%3BAGoRA%2CiBA7UA%2COA6UC%3BEHpRD%2CUAAA%3BEAAA%2CUAAA%3B%3BAGZA%2CiBAAC%3BEACG%2CiBAAA%3B%3BAADJ%2CiBAAC%2COAGG%3BEACI%2CcAAA%3B%3BAF6pBZ%2CmBACI%3BEDtpBA%2CqBAAA%3BEAAA%2CoBAAA%3BEAAA%2CgCAAA%3B%3BACqpBJ%2CmBACI%2CaAjME%3BAAgMN%2CmBACI%2CaAjMY%3BEDrdZ%2CcAAA%3B%3BAI1NA%2CcAAC%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEJ9DA%2CcAAA%3BEAAA%2CgBAAA%3BEAAA%2CcAAA%3BEAAA%2CSK9Ee%2COL8Ef%3BEAAA%2CaMtSe%2CQNsSf%3BEAAA%2CiBAAA%3BEAAA%2CsBAAA%3BEIqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAzOA%2CuBAAC%3BEJgKD%2CSK%5C%2FEa%2COL%2BEb%3B%3BACktBJ%2CuBAMI%2CQAAO%3BEDxtBP%2CqBAAA%3BEI9QA%2CqBAAA%3B%3BAAMA%2CaAAC%3BAH09BL%2CuBAMI%2CQAAO%2CIGh%2BBN%3BEAqUD%2CmCAAA%3BEACA%2CkCAAA%3BEJ9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSKjFO%2COLiFP%3BEAAA%2CaMtSe%2CQNsSf%3BEAAA%2CsBAAA%3BEIqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAH06BJ%2CmBAqBI%3BEAnSA%2CaAAA%3B%3BAAyFJ%2CkBQlzBM%2CQAAQ%2CKAAE%2CUAAU%2CMAChB%3BARizBV%2CkBQlzBM%2CQAAQ%2CKAAE%2CUAAU%2CMAEhB%3BETdN%2CmBAAA%3B%3BAC8zBJ%2CkBQh3BM%2CQAGI%2CKACI%3BAR42Bd%2CkBQ%5C%2F2BM%2CQAEI%2CKACI%3BAR42Bd%2CkBQ92BM%2CQACI%2CKACI%3BAR42Bd%2CkBQh3BM%2CQAGI%2CKAEI%3BAR22Bd%2CkBQ%5C%2F2BM%2CQAEI%2CKAEI%3BAR22Bd%2CkBQ92BM%2CQACI%2CKAEI%3BEACE%2CYAAA%3B%3BAR02BhB%2CkBQr2BM%2CQACI%2CKACI%3BARm2Bd%2CkBQr2BM%2CQACI%2CKAEI%3BEToCV%2CgCAAA%3B%3BAC66BJ%2CeAKI%3BEDl7BA%2CkBAAA%3BEC47BA%2COAAO%2C0BAAP%3B%3BAA6GI%2CmBADJ%2CYACK%2CQAMG%2CQAAQ%2COG3jCd%3BEJhQF%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAI2CA%2CmBHkwCA%2CYACK%2CQAMG%2CQAAQ%2COGzwCf%3BEAuRD%2CmCAAA%3BEACA%2CkCAAA%3BEJ9DA%2CeAAA%3BEAAA%2CiBAAA%3BEAAA%2CcAAA%3BEAAA%2CSK9Ee%2COL8Ef%3BEAAA%2CaMtSe%2CQNsSf%3BEAAA%2CsBAAA%3BEIqEA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAzOA%2CmBHwsCA%2CYACK%2CQAgBI%2CSAIG%2CQAAQ%2COG7tCnB%3BEJgKD%2CSK%5C%2FEa%2COL%2BEb%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAUtSJ%2CcACI%3BEACI%2C2BAAA%3B%3B%3B%3B%3B%3BACFR%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%3B%3B%3B%3B%3BACNR%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CyCAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3BEACA%2CgBAAA%3B%3BAAZJ%2CyBAcI%3BEACI%2CiBAAA%3BEACA%2CeAAA%3BEACA%2C6BAAA%3B%3BAAEA%2CyBALJ%2C2BAKK%3BEACG%2CmBAAA%3B%3BAAIZ%2C0BACE%3BEACE%2CeAAA%3BEACA%2CWAAA%3B%3BACLJ%3BAACA%3BEACI%2CkBAAA%3B%3BAAIJ%3BAACA%3BEACI%2CeAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2C6BAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CkBAAC%3BAAAD%2CqBAAC%3BEACG%2CaAAA%3B%3BAATR%2CkBAYM%3BAAXN%2CqBAWM%3BEACE%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3B%3BAAEA%2CkBALF%2CQAKG%3BAAAD%2CqBALF%2CQAKG%3B%3BECvCP%2CaAAa%2CeAAb%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BEAGA%2CmCAAA%3BEACA%2CkCAAA%3BECMD%2C8BAAA%3BEACA%2C2BAAA%3BEACA%2CsBAAA%3BEFuBW%2CsBAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CaAAA%3B%3BAA3BZ%2CkBAgCM%3BAA%5C%2FBN%2CqBA%2BBM%3BEACE%2CoBAAA%3B%3BAAEA%2CkBAHF%2CQAGG%3BAAAD%2CqBAHF%2CQAGG%3BEACG%2CuBAAA%3B%3BAAOA%2CkBAFP%2CQACK%2CQACG%3BAAAD%2CqBAFP%2CQACK%2CQACG%3BEACG%2CcAAA%3B%3BAAMZ%2CkBAAC%2CSAEK%3BAAFN%2CqBAAC%2CSAEK%3BAADN%2CkBAAC%2CUACK%3BAADN%2CqBAAC%2CUACK%3BEACE%2CcAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3B%3BAAEA%2CkBAPP%2CSAEK%2CQAKG%3BAAAD%2CqBAPP%2CSAEK%2CQAKG%3BAAAD%2CkBANP%2CUACK%2CQAKG%3BAAAD%2CqBANP%2CUACK%2CQAKG%3BEACG%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3B%3BAAWI%2CUAAW%2CmBAN1B%2CIAAI%2CYAGA%2CMACK%2CQACG%3BAACG%2CUAAW%2CsBAN1B%2CIAAI%2CYAGA%2CMACK%2CQACG%3BAACG%2CUAAW%2CmBAL1B%2CIAAI%2CWAEA%2CMACK%2CQACG%3BAACG%2CUAAW%2CsBAL1B%2CIAAI%2CWAEA%2CMACK%2CQACG%3BEAEO%2CqBAAA%3B%3BAASR%2CkBAhBX%2CIAAI%2CYAcA%2CMACK%2CQACG%3BAAAD%2CqBAhBX%2CIAAI%2CYAcA%2CMACK%2CQACG%3BAAAD%2CkBAfX%2CIAAI%2CWAaA%2CMACK%2CQACG%3BAAAD%2CqBAfX%2CIAAI%2CWAaA%2CMACK%2CQACG%3BEACG%2CqBAAA%3B%3BAAUZ%2CkBADF%2CQACG%3BEACG%2CqBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CwDAAA%3B%3BAAOA%2CkBAFP%2CkBACK%2CQACG%3BEACG%2CiBAAA%3B%3BAAMZ%2CkBAAC%2CQACK%3BEACE%2CkBAAA%3B%3BAAEA%2CkBAJP%2CQACK%2CQAGG%3BEACG%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAAOJ%2CkBAnBP%2CQAgBI%2CIAAI%2CYAGA%3BAAAD%2CkBAnBP%2CQAiBI%2CIAAI%2CWAEA%3BEACG%2CeAAA%3B%3BAADJ%2CkBAnBP%2CQAgBI%2CIAAI%2CYAGA%2CMAGK%3BAAHN%2CkBAnBP%2CQAiBI%2CIAAI%2CWAEA%2CMAGK%3BEACE%2CeAAA%3B%3BAAEA%2CkBAzBf%2CQAgBI%2CIAAI%2CYAGA%2CMAGK%2CQAGG%3BAAAD%2CkBAzBf%2CQAiBI%2CIAAI%2CWAEA%2CMAGK%2CQAGG%3BEACG%2CqBAAA%3B%3BAAWhB%2CqBADF%2CQACG%3BEAEG%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CYAAA%3BEACA%2CkFAAA%3B%3BAAMA%2CqBAFP%2CQACK%2CQACG%3BEACG%2CSA3Ke%2COA2Kf%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAdrJhB%3BEACI%2CqBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3B%3BAAEA%2CqBAAsB%3BEAClB%2CmBAAA%3B%3BAANR%2CoBASM%3BEACE%2CgBAAA%3B%3BAAIR%3BEAEI%2C6BAAA%3B%3BAAEA%2CUAAW%2C8BAEL%3BAADN%2C6BAAC%2CSACK%3BEACE%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CoBAAA%3B%3BAAMA%2C6BAFP%2CQACK%2C6BACG%3BEACG%2CUAAA%3B%3BAAGJ%2C6BANP%2CQACK%2C6BAKG%3BEACG%2CmBAAA%3B%3BAAIA%2C6BAXX%2CQACK%2C6BASE%2C0BACK%3BEACG%2CSAAS%2CkBAAT%3B%3BAAQR%2COAFA%2C8BACF%2C6BACG%3BAACD%2COAHA%2C8BACF%2C6BAEG%3BEACG%2CqBAAA%3B%3BAAMhB%3BEACI%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CyBAAA%3BEACA%2CeAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3B%3BAAEA%2C0BAAC%3BAACD%2C0BAAC%3BEACG%2COAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3B%3BAAGJ%2C0BAAC%3BEACG%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CgCAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAGJ%2C0BAAC%3BEACG%2CmBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CsCAAA%3BEACA%2CWAAA%3BEACA%2CUAAA%3B%3BAAKJ%2CyBAAC%3BEACG%2CSAAS%2CmBAAT%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAgBSR%3BEACC%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2CoBAAA%3BEACA%2CaAAA%3B%3BAAuBD%3BEACC%2CSAAA%3BEACA%2CMAAM%2CgBAAN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BADvLD%3B%3BEAEE%2CaAAa%2CeAAb%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CoBAAA%3BEACA%2CcAAA%3BEACA%2CqBAAA%3B%3BEAGA%2CmCAAA%3BEACA%2CkCAAA%3B%3BAAGF%3BEACI%2CqBAAA%3BEACA%2C6CAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3B%3BAAGJ%3BEACE%2CgBAAA%3B%3BAAEF%3BEACE%2CiBAAA%3B%3BAAEF%3BEACE%2CkBAAA%3B%3BAAEF%3BEACE%2CmBAAA%3B%3BAAEF%3BEACI%2CaAAA%3B%3BAAEJ%3BEACI%2CaAAA%3B%3BAAEJ%3BEACI%2CcAAA%3B%3BAAEJ%3BEACI%2CoBAAA%3B%3BAAEJ%3BEACI%2CkBAAA%3B%3BAEtDJ%2CmBAAoB%3BAACpB%2CgBAAiB%3BEACb%2CkBAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CqBAAsB%2CSAAQ%2CMAAO%2CmBAAmB%3BAACxD%2CmBAAoB%2CmBAAmB%3BEACnC%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CqBAAsB%2CSAAQ%2CMAAO%2CmBAAmB%2C2BAA2B%2CEAAC%2CMAAO%2CoBAAoB%2CmBAAmB%2C2BAA2B%2CEAAC%3BEAC1J%2CqBAAA%3B%3BAAGJ%2CqBAAsB%2CSAAQ%2CMAAO%3BAACrC%2CkBAAmB%2C2BAA2B%3BEAC1C%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAW%2CgBAAX%3BEACA%2CWAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CaAAA%3B%3BAAGJ%2CkBAAmB%3BEACf%2CkBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%2CCAAC%3BEACG%2CcAAA%3B%3B%3B%3B%3B%3BACovBJ%2CQAZ0B%3BEAKV%2CKAFP%2CcACG%2CSACK%3BIACG%2CeAAA%3B%3B%3B%3B%3B%3B%3BACvtBhB%2CgBALsC%3BE1ByDtC%2CiCAhCA%3BE2BiOA%2C0BACI%2Cc3BlOJ%3BIACI%2CWAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEACA%2CiCAJJ%2CGAIK%3BE2B6NL%2C0BACI%2Cc3BlOJ%2CGAIK%3BIACG%2CSAAS%2CIAAT%3B%3BEAEJ%2CWAAY%2CkCAPhB%3BEAOI%2CW2B0NJ%2C2BACI%2Cc3BlOJ%3BIAQQ%2CYAAA%3BIACA%2CYAAA%3BIACA%2CsBAAA%3B%3BEAsBR%2CiCAnBA%3BE2BoNA%2C0BACI%2Cc3BrNJ%3BIACI%2CWAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3B%3BEACA%2CWAAY%2CkCAJhB%3BEAII%2CW2BgNJ%2C2BACI%2Cc3BrNJ%3BIAKQ%2CYAAA%3B%3BEA2BR%3BIACI%2CWAAA%3B%3BEA8BJ%3BEA2xCA%2C2BACI%3BE4B52BJ%2CQACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%3BECvjBhB%2CYACI%3BEC6JJ%2CiC9B%2BvCI%3BE%2BBjyCJ%2CuB%5C%2FBiyCI%3BEyBhtBJ%2CczBgtBI%3BIAlzCJ%2CUAAA%3B%3BEACA%2CoBAAC%2CUAAU%3BEAgzCX%2C2BACI%2COAjzCH%2CUAAU%3BE4BqcX%2CQACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CK5B3cf%2CUAAU%3BE6B5GX%2CYACI%2CO7B2GH%2CUAAU%3BE8BkDX%2CiC9B%2BvCI%2COAjzCH%2CUAAU%3BE%2BBgBX%2CuB%5C%2FBiyCI%2COAjzCH%2CUAAU%3BEyBimBX%2CczBgtBI%2COAjzCH%2CUAAU%3BIACP%2CWAAA%3BIACA%2CWAAA%3B%3BEACA%2CWAAY%2CqBAHf%2CUAAU%3BEAGP%2CWA6yCJ%2C4BACI%2COAjzCH%2CUAAU%3BEAGP%2CW4BkcJ%2CSACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CK5B3cf%2CUAAU%3BEAGP%2CW6B%5C%2FGJ%2CaACI%2CO7B2GH%2CUAAU%3BEAGP%2CW8B%2BCJ%2CkC9B%2BvCI%2COAjzCH%2CUAAU%3BEAGP%2CW%2BBaJ%2CwB%5C%2FBiyCI%2COAjzCH%2CUAAU%3BEAGP%2CWyB8lBJ%2CezBgtBI%2COAjzCH%2CUAAU%3BIAIH%2CYAAA%3BIACA%2CYAAA%3B%3BEAGR%2CoBAAC%2CUAAU%3BEAwyCX%2C2BACI%2COAzyCH%2CUAAU%3BE4B6bX%2CQACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CK5Bncf%2CUAAU%3BE6BpHX%2CYACI%2CO7BmHH%2CUAAU%3BE8B0CX%2CiC9B%2BvCI%2COAzyCH%2CUAAU%3BE%2BBQX%2CuB%5C%2FBiyCI%2COAzyCH%2CUAAU%3BEyBylBX%2CczBgtBI%2COAzyCH%2CUAAU%3BIACP%2CYAAA%3B%3BEACA%2CoBAFH%2CUAAU%2CGAEH%3BEAsyCR%2C2BACI%2COAzyCH%2CUAAU%2CGAEH%3BE4B2bR%2CQACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CK5Bncf%2CUAAU%2CGAEH%3BE6BtHR%2CYACI%2CO7BmHH%2CUAAU%2CGAEH%3BE8BwCR%2CiC9B%2BvCI%2COAzyCH%2CUAAU%2CGAEH%3BE%2BBMR%2CuB%5C%2FBiyCI%2COAzyCH%2CUAAU%2CGAEH%3BEyBulBR%2CczBgtBI%2COAzyCH%2CUAAU%2CGAEH%3BIACA%2CWAAA%3B%3BEAEJ%2CWAAY%2CqBALf%2CUAAU%3BEAKP%2CWAmyCJ%2C4BACI%2COAzyCH%2CUAAU%3BEAKP%2CW4BwbJ%2CSACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CK5Bncf%2CUAAU%3BEAKP%2CW6BzHJ%2CaACI%2CO7BmHH%2CUAAU%3BEAKP%2CW8BqCJ%2CkC9B%2BvCI%2COAzyCH%2CUAAU%3BEAKP%2CW%2BBGJ%2CwB%5C%2FBiyCI%2COAzyCH%2CUAAU%3BEAKP%2CWyBolBJ%2CezBgtBI%2COAzyCH%2CUAAU%3BIAMH%2CWAAA%3B%3BEA%2BHR%3BE8BtHI%2COAAO%2CKAAM%2CyBACT%3BEClCJ%2COAAO%2CKAAM%2CeACT%3BEJ2LJ%2COAAO%2CKAAM%2CiCACT%3BI3B%5C%2FCR%2CcAAA%3B%3BEAoCA%3BEA6DgB%2CuBARZ%2CUAMI%2CYACI%2CQACK%3BE2B%5C%2FHjB%2CwB3BuHI%2CUAMI%2CYACI%2CQACK%3BE2B9HjB%2CuB3BsHI%2CUAMI%2CYACI%2CQACK%3BEgCrPjB%2CmBhC6OI%2CUAMI%2CYACI%2CQACK%3BEiClVjB%2CKAAK%2CKAAK%2COjC0UN%2CUAMI%2CYACI%2CQACK%3BIA5Db%2CgBAAA%3B%3BEAmDJ%2CuBACI%2CUACI%2COACI%3BE2BzHZ%2CwB3BuHI%2CUACI%2COACI%3BE2BxHZ%2CuB3BsHI%2CUACI%2COACI%3BEgC%5C%2FOZ%2CmBhC6OI%2CUACI%2COACI%3BEiC5UZ%2CKAAK%2CKAAK%2COjC0UN%2CUACI%2COACI%3BIACI%2CWAAA%3B%3BEAkBhB%3BIDjFA%2CkBAAA%3B%3BECiIA%3BE4BiNA%3BI7B9lBA%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEC0bA%2CwBAhBA%2CUACI%3BE2BjOJ%2CwB3BgOA%2CUACI%3BE2BhOJ%2CuB3B%2BNA%2CUACI%3BEgCvVJ%2CmBhCsVA%2CUACI%3BEiCpbJ%2CKAAK%2CKAAK%2COjCmbV%2CUACI%3BIDtKJ%2CmBAAA%3BImC%2BpBA%2CsBAAA%3BIACA%2CqBAAA%3BInChqBA%2CUAAA%3BImCmqBA%2CmBAAA%3B%3BElC5fQ%2CwBAFR%2CUACI%2COACK%2CeAAe%3BEAAK%2CwBAF7B%2CUACI%2COAC0B%2CeAAe%3BE2BlO7C%2CwB3BgOA%2CUACI%2COACK%2CeAAe%3BE2BlOxB%2CwB3BgOA%2CUACI%2COAC0B%2CeAAe%3BE2BjO7C%2CuB3B%2BNA%2CUACI%2COACK%2CeAAe%3BE2BjOxB%2CuB3B%2BNA%2CUACI%2COAC0B%2CeAAe%3BEgCxV7C%2CmBhCsVA%2CUACI%2COACK%2CeAAe%3BEgCxVxB%2CmBhCsVA%2CUACI%2COAC0B%2CeAAe%3BEiCrb7C%2CKAAK%2CKAAK%2COjCmbV%2CUACI%2COACK%2CeAAe%3BEiCrbxB%2CKAAK%2CKAAK%2COjCmbV%2CUACI%2COAC0B%2CeAAe%3BIACjC%2CgBAAA%3B%3BEkC6fZ%2CwBlChgBA%2CUACI%2COkC%2BfA%3BEPhuBJ%2CwB3BgOA%2CUACI%2COkC%2BfA%3BEP%5C%2FtBJ%2CuB3B%2BNA%2CUACI%2COkC%2BfA%3BEFt1BJ%2CmBhCsVA%2CUACI%2COkC%2BfA%3BEDn7BJ%2CKAAK%2CKAAK%2COjCmbV%2CUACI%2COkC%2BfA%3BIACA%2CWAAA%3B%3BElCjfJ%2CwBAhBA%2CUACI%2COAKI%3BE2BtOR%2CwB3BgOA%2CUACI%2COAKI%3BE2BrOR%2CuB3B%2BNA%2CUACI%2COAKI%3BEgC5VR%2CmBhCsVA%2CUACI%2COAKI%3BEiCzbR%2CKAAK%2CKAAK%2COjCmbV%2CUACI%2COAKI%3BIACI%2CWAAA%3BIACA%2CUAAA%3B%3BEA4BZ%3BIDzMA%2CWAAA%3B%3BEC0SA%3BEmCniBA%3BER6MA%3BI3BuVI%2CgBAAA%3B%3BEADJ%2C0BAEI%3BEmCriBJ%2CqBnCqiBI%3BE2BxVJ%2CyB3BwVI%3BIDxjBJ%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEC%2BiBA%2C0BAKI%2CQAAU%3BEmCxiBd%2CqBnCwiBI%2CQAAU%3BE2B3Vd%2CyB3B2VI%2CQAAU%3BIACN%2CaAAA%3B%3BEASR%3BEyBnBA%2CoBAMI%3BEAqBJ%2CaAmBI%2COASI%3BEAsHR%3BIzBzJI%2CeAAA%3BIACA%2CgBAAA%3B%3BEAwKJ%3BEmCztBA%2CuBACI%3BEC%2BPJ%2CwBACI%3BIrCXJ%2CiBAAA%3B%3BECyfA%3BE6BzvBA%2CcAAc%3BEQEd%2CcAAc%3BItC8Pd%2CmBAAA%3B%3BEC8hBA%3BID9hBA%2CqBAAA%3BII9QA%2CqBAAA%3B%3BEAMA%2CiBAAC%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BIJ9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CcAAA%3BIAAA%2CSKzKU%2COLyKV%3BIAAA%2CaMtSe%2CQNsSf%3BIAAA%2CiBAAA%3BIAAA%2CsBAAA%3BIIqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEH8cA%2CiBAAC%3BIACG%2C0BAAA%3B%3BEA4NJ%3BEsC54BA%2CQAAS%2COAAM%2COAAQ%2COACnB%2CMAAK%2CIAAI%2CkBAAkB%2CIAAI%3BItC43BnC%2CaAAA%3B%3BEAkCA%3BEgCj7BA%3BIhCk7BI%2CeAAA%3BIACA%2CmBAAA%3B%3BEAsCJ%2CyBACI%2CWACI%2CoBACI%3BEgCz9BZ%2C4BhCu9BI%2CWACI%2CoBACI%3BEgCx9BZ%2CyBhCs9BI%2CWACI%2CoBACI%3BEuC3fZ%2CQvCyfI%2CWACI%2CoBACI%3BEuC1fZ%2CuBvCwfI%2CWACI%2CoBACI%3BEuCzfZ%2CiBvCufI%2CWACI%2CoBACI%3BIAEI%2CgBAAA%3B%3BEA2BhB%3BIQn4BA%2CYAAA%3B%3BERm4BA%2C2BQj4BE%2CQAGI%2CKACI%3BER63BV%2C2BQh4BE%2CQAEI%2CKACI%3BER63BV%2C2BQ%5C%2F3BE%2CQACI%2CKACI%3BER63BV%2C2BQj4BE%2CQAGI%2CKAEI%3BER43BV%2C2BQh4BE%2CQAEI%2CKAEI%3BER43BV%2C2BQ%5C%2F3BE%2CQACI%2CKAEI%3BIACE%2CYAAA%3B%3BER23BZ%2C2BQt3BE%2CQACI%2CKACI%3BERo3BV%2C2BQt3BE%2CQACI%2CKAEI%3BIToCV%2CgCAAA%3B%3BECw1BA%3BE4BpjBA%2CQAaI%3BED5SJ%3BEakLA%3BIxCkqBI%2CkBAAA%3B%3BEADJ%2CkBAEI%3BEAFJ%2CkBAEqB%3BE4BtjBrB%2CQAaI%2CS5ByiBA%3BE4BtjBJ%2CQAaI%2CS5ByiBiB%3BE2Br1BrB%2C6B3Bq1BI%3BE2Br1BJ%2C6B3Bq1BqB%3BEwCnqBrB%2CyBxCmqBI%3BEwCnqBJ%2CyBxCmqBqB%3BIACb%2CkBAAA%3BIACA%2CUAAA%3B%3BEAJR%2CkBAMI%3BE4B1jBJ%2CQAaI%2CS5B6iBA%3BE2Bz1BJ%2C6B3By1BI%3BEwCvqBJ%2CyBxCuqBI%3BID91BJ%2CiBAAA%3BICg2BQ%2CUAAA%3B%3BEARR%2CkBAUI%3BE4B9jBJ%2CQAaI%2CS5BijBA%3BE2B71BJ%2C6B3B61BI%3BEwC3qBJ%2CyBxC2qBI%3BIACI%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3B%3BEAsCR%3BEyCjyBA%2CeACI%3BEC3PJ%3BEjBkcA%2CeAEI%3BEkBxNJ%2CeACI%3BI5C7FJ%2CUAAA%3BI6CtLA%2CWAAA%3BI7CsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BIC4uBL%2CiBAAA%3BIACA%2CkBAAA%3B%3BEACA%2CWAAY%3BEAAZ%2CWyCtyBJ%2CgBACI%3BEzCqyBA%2CW0ChiCJ%3BE1CgiCI%2CWyB9lBJ%2CgBAEI%3BEzB4lBA%2CW2CpzBJ%2CgBACI%3BI3CozBI%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CgBAAA%3B%3BEA4PR%2C2BACI%3BE8B%5C%2FvCJ%2CiC9B%2BvCI%3BE%2BBjyCJ%2CuB%5C%2FBiyCI%3BEyBhtBJ%2CczBgtBI%3BIAEI%2CWAAA%3B%3BEAHR%2C2BACI%2COAGM%3BE8BlwCV%2CiC9B%2BvCI%2COAGM%3BE%2BBpyCV%2CuB%5C%2FBiyCI%2COAGM%3BEyBntBV%2CczBgtBI%2COAGM%3BIACE%2CSAAA%3BIACA%2CeAAA%3BIACA%2CyBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3B%3BEAXZ%2C2BACI%2COAGM%2CSAQE%3BE8B1wCZ%2CiC9B%2BvCI%2COAGM%2CSAQE%3BE%2BB5yCZ%2CuB%5C%2FBiyCI%2COAGM%2CSAQE%3BEyB3tBZ%2CczBgtBI%2COAGM%2CSAQE%3BID3pCZ%2CSAAA%3BIC6pCgB%2CoBAAA%3BIACA%2CaAAA%3BIACA%2CgBAAA%3BIACA%2CqBAAA%3BIACA%2CmBAAA%3B%3BEAEJ%2C2BAnBR%2COAGM%2CSAgBG%3BE8BlxCb%2CiC9B%2BvCI%2COAGM%2CSAgBG%3BE%2BBpzCb%2CuB%5C%2FBiyCI%2COAGM%2CSAgBG%3BEyBnuBb%2CczBgtBI%2COAGM%2CSAgBG%3BIACG%2CaAAA%3B%3BEArBhB%2C2BACI%2COAuBI%3BE8BtxCR%2CiC9B%2BvCI%2COAuBI%3BE%2BBxzCR%2CuB%5C%2FBiyCI%2COAuBI%3BEyBvuBR%2CczBgtBI%2COAuBI%3BIACI%2CyBAAA%3BIACA%2CaAAA%3BIAsBZ%2C%2BCAAA%3BIACA%2CkDAAA%3BIACA%2C6CAAA%3BIACA%2C8CAAA%3BIACA%2C0CAAA%3B%3BEApDA%2C2BA8BI%2CiBACI%3BE8B7xCR%2CiC9B4xCI%2CiBACI%3BE%2BB%5C%2FzCR%2CuB%5C%2FB8zCI%2CiBACI%3BEyB9uBR%2CczB6uBI%2CiBACI%3BIACI%2CaAAA%3BIACA%2COAAA%3BIACA%2CkBAAA%3B%3BE6Cn7CZ%3BI9CkQA%2CeAAA%3BIAAA%2CmBAAA%3B%3BE%2BCoFA%3BI%5C%2FCpFA%2CgCAAA%3B%3BEgD1HA%2CKAAK%2CQAAS%2CQAAO%3BIACjB%2CWAAA%3B%3BEACA%2CWAAY%2CMAFX%2CQAAS%2CQAAO%3BIAGb%2CYAAA%3B%3BECqBJ%2CYAAC%2CYACG%3BIjDiGR%2C6BAAA%3BIiD%5C%2FFY%2CiBAAA%3B%3B%3B%3B%3BECHZ%2CeAEI%2CeACI%2CiBACM%3BIACE%2CYAAA%3B%3BEAIA%2CeAPZ%2CeACI%2CiBAKI%2CQACK%3BIACG%2CSAAA%3B%3BEC5IpB%3BIACI%2CwBAAA%3B%3BEpBmEJ%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%3BI%5C%2FB0GJ%2CqBAAA%3B%3BE%2BBtGY%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%3BEWwLZ%2CeACI%3BIAEI%2CmBAAA%3B%3BEUrTJ%2CqBAAC%2CMAAM%3BIACH%2CmBAAA%3BIACA%2CoBAAA%3B%3BEAHR%2CqBAMI%3BIACI%2CSAAA%3B%3BEAPR%2CqBAMI%2CaAGI%3BIpDgMR%2CiBAAA%3B%3BEoDzMA%2CqBAcI%2CQACI%3BIACI%2CaAAA%3BIACA%2CcAAA%3B%3BEAjBZ%2CqBAcI%2CQAMI%3BIpDqLR%2CeAAA%3B%3BEoDzMA%2CqBAcI%2CQAUI%3BIpDiLR%2CiBAAA%3BIoD%5C%2FKY%2CoBAAA%3B%3BEA1BZ%2CqBA8BI%2COACI%3BIpD0KR%2CeAAA%3B%3BEoDzMA%2CqBA8BI%2COAKI%3BIACI%2CmBAAA%3B%3BEAEA%2CqBARR%2COAKI%2COAGK%3BIpDmKb%2CeAAA%3BIoDjKgB%2CWAAA%3B%3BEC7GhB%2CoBAAqB%2CQAAO%2CIAAI%2CqBAAsB%2CMAAK%3BIACvD%2CgBAAA%3B%3BECgDJ%2CMAAM%3BIACF%2CcAAA%3BIACA%2CkBAAA%3B%3BEAFJ%2CMAAM%2CWAIF%3BIACI%2CiBAAA%3B%3BEAEA%2CMAPF%2CWAIF%2COAGK%3BIACG%2CgBAAA%3B%3BEARZ%2CMAAM%2CWAIF%2COAOI%3BIACI%2CWAAA%3B%3BEAZZ%2CMAAM%2CWAgBF%2CQAAO%3BIACH%2CkBAAA%3B%3BEtBYR%2CcACI%3BIACI%2CgCAAA%3B%3BEAFR%2CcAII%2CeAGI%3BEAPR%2CcAII%2CeAII%3BEARR%2CcAII%2CeAKI%2C2BAA6B%3BIACzB%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAZZ%2CcAII%2CeAWI%3BIACI%2CaAAA%3BIACA%2CUAAA%3B%3BEAYA%2CcAFR%2C2BACI%2CKACK%3BEACD%2CcAHR%2C2BACI%2CKAEK%3BIACG%2CkBAAA%3B%3BEAEJ%2CcANR%2C2BACI%2CKAKK%3BIACG%2CUAAA%3B%3BEAlChB%2CcAuCI%2CKAAI%3BEAvCR%2CcAwCI%3BEAxCJ%2CcAyCI%3BIACI%2CiBAAA%3B%3BEAKR%3BIAGI%2C6BAAA%3B%3BEuBzFJ%2CgBACI%2CWACI%3BIACI%2CcAAA%3B%3BEZoFZ%2CkBAEI%2CSAAQ%3BIACJ%2CiBAAA%3B%3BEAHR%2CkBAEI%2CSAAQ%2CUAEJ%3BIACI%2CqBAAA%3BIACA%2CkBAAA%3B%3BEasdA%2CQAFR%2CeACI%2CcACK%2CKACG%3BIACI%2CWAAA%3BIACA%2CUAAA%3BIACA%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CSAAA%3B%3BEAGR%2CQAXR%2CeACI%2CcAUK%3BIACG%2CSAAA%3B%3BEAEJ%2CQAdR%2CeACI%2CcAaK%3BIACG%2CWAAA%3B%3BE9BnDhB%2CoBACI%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEASR%2CeAEI%2CWAEI%2CSAAQ%3BIACJ%2CiBAAA%3B%3BEALZ%2CeASI%3BIACI%2CWAAA%3B%3BEAKR%3BI1BjUA%2CUAAA%3BI6ClLA%2CYAAA%3BI7CkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BI0BiKL%2CoBAAA%3BIACA%2CkBAAA%3B%3BEAHJ%2CaAKM%3BIACE%2CcAAA%3B%3BEANR%2CaASI%2CUACI%3BIACI%2CcAAA%3B%3BEAXZ%2CaASI%2CUACI%2CiBAGM%3BIACE%2CWAAA%3B%3BEAdhB%2CaAmBI%2COACM%3BIACE%2CeAAA%3B%3BEAEA%2CaAJR%2COACM%2CSAGG%3BIACG%2CUAAA%3B%3BEAxBhB%2CaAmBI%2COAaI%2CUACI%3BIACI%2CgBAAA%3B%3BEAlChB%2CaAuCI%3BIACI%2CUAAA%3B%3BEAMJ%2CKAAC%2CcACG%3BIACI%2CeAAA%3BIACA%2CWAAA%3B%3BEAHR%2CKAAC%2CcAMG%2CMAAM%3BIACF%2CiBAAA%3B%3BEAPR%2CKAAC%2CcAUG%2CMACI%2CKAAI%3BIACA%2CwBAAA%3B%3BEAZZ%2CKAAC%2CcAgBG%2CcAAc%3BIACV%2CUAAA%3B%3BEAIA%2CKArBP%2CcAoBG%2CSACK%3BIACG%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CsBAAA%3BIACA%2CSAAA%3B%3BEAGJ%2CKA7BP%2CcAoBG%2CSASK%3BIACG%2CmBAAA%3BIACA%2CsBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAOhB%3BIACI%2CeAAA%3B%3BEADJ%2CsBAGI%3BIACI%2CiBAAA%3BIACA%2CSAAA%3B%3BEALR%2CsBAQI%3BIACI%2CYAAA%3B%3BEAGI%2CsBAJR%2COAGI%2CMACK%3BIACG%2CeAAA%3B%3BEAMhB%2CKAAK%2CcACD%2CuBACM%2CQACE%2CMACI%2CGACI%2CGAAE%3BIACE%2CoBAAA%3BIACA%2CiBAAA%3B%3BEAPxB%2CKAAK%2CcAcD%2CMACM%3BIACE%2CkBAAA%3B%3BEAMZ%3BI1BhcA%2CUAAA%3BI6CtLA%2CWAAA%3BI7CsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BI0BiSL%2CSAAA%3BIACA%2CsBAAA%3BIACA%2CiBAAA%3B%3BEAIQ%2CcAFR%2COACI%2COACK%3BIACG%2CeAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAaZ%2CMAAC%3BI1BzdL%2CUAAA%3BI6CtLA%2CWAAA%3BI7CsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BI0B0TD%2CiBAAA%3B%3BEAHJ%2CMAAC%2CUAKG%2CeAAe%3BIACX%2CaAAA%3B%3BE%2BBhqBZ%3BIzDiMA%2CmBAAA%3BI6CtLA%2CWAAA%3BI7CsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BIyDhWL%2CmBAAA%3B%3BEAGJ%2CyBACI%3BIACI%2CcAAA%3BIACA%2CgBAAA%3B%3BEC%5C%2FDR%3BIACI%2CaAAA%3B%3BECmHJ%3BI3DmIA%2CYAAA%3B%3BE4D1QA%2CqBACI%2CaACI%3BI5DwQR%2CeAAA%3B%3BE4D1QA%2CqBACI%2CaAKI%2CcACI%3BIACI%2CYAAA%3BIACA%2CkBAAA%3B%3BEC6MhB%2CyBACI%2CiBACM%3BIACE%2CYAAA%3B%3BEAIA%2CyBANR%2CiBAKI%2CQACK%3BIACG%2CSAAA%3B%3BEAMhB%2CYACI%3BEADJ%2CYAEI%3BI7DoCJ%2CeAAA%3B%3BE6DhCA%2CYAAa%3BIACT%2CoBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3B%3BEAPJ%2CYAAa%2C2BAQP%3BIACE%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3B%3BEAbR%2CYAAa%2C2BAeP%2CSAAM%3BIACJ%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3B%3BEArBR%2CYAAa%2C2BAeP%2CSAAM%2COAOF%3BIACE%2CoBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3B%3BEA7BZ%2CYAAa%2C2BAeP%2CSAAM%2COAOF%2CWAQI%3BIACE%2CmBAAA%3BIACA%2CiBAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3B%3BEAKhB%3BIACI%2CWAAA%3B%3BEClSJ%3BI9DwRA%2CgBAAA%3BIAAA%2CmBAAA%3BI6ClLA%2CYAAA%3BI7CkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BE%2BDhQT%2CoBACI%2CcACI%3BIACI%2CaAAA%3B%3BEC7CZ%3BIhEwIA%2CsBAAA%3BIAAA%2CyBAAA%3BIgErII%2CmBAAmB%2CWAAnB%3BIACA%2C6BAAA%3BIACA%2C4EAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CWAAW%2CWAAX%3BIACA%2CqBAAA%3BIACA%2C4DAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAEA%2CwBAAC%3BIhEyHL%2CYAAA%3BIgEvHQ%2CmBAAmB%2CWAAnB%3BIACA%2C0EAAA%3BIACA%2CWAAW%2CWAAX%3BIACA%2C0DAAA%3BIACA%2CmBAAA%3B%3BEAIR%3BIhE%2BGA%2CmBAAA%3BIgE7GI%2CiBAAA%3B%3BEAGJ%2CqBACI%3BIACI%2CgBAAA%3BIACA%2CUAAA%3B%3BEAHR%2CqBAMI%3BIhEwNJ%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIAkCA%2C2BAAA%3BIACI%2CuBAAA%3BIACI%2CmBAAA%3BIgE3PA%2C6BAAA%3B%3BEATR%2CqBAYI%2COAAM%3BEAZV%2CqBAaI%3BEAbJ%2CqBAcI%3BEAdJ%2CqBAeI%3BIhE%2BMJ%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIAkCA%2C8BAAA%3BIACI%2C0BAAA%3BIACI%2CsBAAA%3BIA9BR%2CoBAAA%3BIACQ%2CYAAA%3BIgEpNA%2CgBAAA%3B%3BEAnBR%2CqBAsBI%2COAAM%3BIACF%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CsBAAA%3BIACA%2CUAAA%3B%3BEAEA%2CqBANJ%2COAAM%2COAME%3BIACA%2C8BAAA%3BIACA%2CaAAA%3BIACA%2CSAAA%3BIACA%2CsBAAA%3B%3BEAEA%2CqBAZR%2COAAM%2COAME%2CSAMC%3BIACG%2COAAA%3BIACA%2CQAAA%3B%3BEApChB%2CqBAyCI%3BIACI%2CgBAAA%3BIACA%2CgBAAA%3B%3BEC1CR%2CwBACI%2CiBACI%3BIACI%2CYAAA%3BIACA%2CSAAA%3B%3BEAJZ%2CwBAQI%2CUACM%2CwBACI%3BIACE%2CWAAA%3BIACA%2CWAAA%3B%3BEAMhB%2CyBACI%3BIACI%2CYAAA%3B%3BEAFR%2CyBAKI%2CiBACI%3BIACI%2CoBAAA%3B%3BEC1EZ%2CwBACI%3BIlEyJJ%2CkBAAA%3B%3BEkE1JA%2CwBAII%2CwBACI%2CsBACM%3BIACE%2CcAAA%3B%3BErC%2BZhB%2CSACI%2CUACI%2COACI%3BI7B%5C%2FQZ%2CqBAAA%3BIAAA%2CiBAAA%3BIAAA%2CYAAA%3BI6BoRgB%2CsBAAA%3BIACA%2CWAAA%3B%3BEAThB%2CSACI%2CUACI%2COAUI%3BI7BxRZ%2CYAAA%3BI6B0RgB%2CWAAA%3B%3BEA4BhB%2CqBACI%2COAAM%3BIAEF%2CYAAA%3B%3BEAHR%2CqBACI%2COAAM%2CUAIA%3BIACE%2CqBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CYAAA%3B%3BEAEA%2CqBAXR%2COAAM%2CUAIA%2CQAOG%2CeAAe%3BEAChB%2CqBAZR%2COAAM%2CUAIA%2CQAQG%2CeAAe%3BIACZ%2CgBAAA%3B%3BEAGJ%2CqBAhBR%2COAAM%2CUAIA%2CQAYG%2CUAAU%3BIACP%2CiBAAA%3B%3BECrlBhB%2CYAII%3BIACI%2CWAAA%3B%3BEAGR%2CsBACI%3BIACI%2CUAAA%3B%3BEqCqHZ%2C0BAIQ%3BIAGL%2CWAAA%3B%3BEAPH%2C0BASQ%3BIAGL%2CWAAA%3B%3BEC5DC%2CsBACI%2CmBACI%2CWACI%2CiBAAgB%3BIACZ%2CeAAA%3B%3BEAJhB%2CsBACI%2CmBACI%2CWACI%2CiBAAgB%2CkBAEZ%3BIACI%2CeAAA%3BIACA%2CiBAAA%3B%3BEAPpB%2CsBAYI%2CkBACI%2COAAM%2CIAAI%3BIpEiLlB%2CgBAAA%3BIAAA%2CmBAAA%3BImC%2BpBA%2CsBAAA%3BIACA%2CqBAAA%3BInChqBA%2CUAAA%3BImCmqBA%2CmBAAA%3B%3BEiCj2BA%2CsBAYI%2CkBACI%2COAAM%2CIAAI%2COjCqqBhB%3BInCpfF%2CiBAAA%3BImCwfI%2CqBAAA%3B%3BEAtOJ%2CsBiCpcI%2CkBACI%2COAAM%2CIAAI%2COjCmcjB%3BIACG%2CgBAAA%3B%3BEAkZJ%2CsBiCv1BI%2CkBACI%2COAAM%2CIAAI%2COjCs1Bd%3BIACA%2CWAAA%3B%3BEiCp2BJ%2CsBAYI%2CkBACI%2COAAM%2CIAAI%2COjC6chB%3BInC5RF%2CgBAAA%3B%3BEmCqSI%2CsBiCvdA%2CkBACI%2COAAM%2CIAAI%2COjC6chB%2CSASM%3BIACA%2CaAAA%3B%3BEiCpeR%2CsBAYI%2CkBACI%2COAAM%2CIAAI%2COjC2dlB%2CQACI%3BIACI%2CmBAAA%3B%3BEnChiBR%2CsBoEkEI%2CkBACI%2COAAM%2CIAAI%2COjCielB%2CQAAO%2CMnCpiBN%3BEACD%2CsBoEiEI%2CkBACI%2COAAM%2CIAAI%2COjCielB%2CQAAO%2CMnCniBN%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CsBoE4DI%2CkBACI%2COAAM%2CIAAI%2COjCielB%2CQAAO%2CMnC9hBN%3BIACG%2CWAAA%3B%3BEoE%2BCJ%2CsBAYI%2CkBACI%2COAAM%2CIAAI%2COjCielB%2CQAAO%2CMAEH%3BIACI%2CsBAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CsBiCzeA%2CkBACI%2COAAM%2CIAAI%2COjCielB%2CQAAO%2CMAOF%2CQAAS%3BIACN%2CqBAAA%3B%3BEAGJ%2CsBiC7eA%2CkBACI%2COAAM%2CIAAI%2COjCielB%2CQAAO%2CMAWF%2CQAAS%3BIACN%2CYAAA%3B%3BEAGJ%2CsBiCjfA%2CkBACI%2COAAM%2CIAAI%2COjCielB%2CQAAO%2CMAeF%2CQAAS%3BIACN%2CqBAAA%3B%3BEAGJ%2CsBiCrfA%2CkBACI%2COAAM%2CIAAI%2COjCielB%2CQAAO%2CMAmBF%2CQAAS%3BIACN%2CqBAAA%3B%3BEiClgBR%2CsBAYI%2CkBACI%2COAAM%2CIAAI%2COjCyflB%3BInCpNA%2C4BAAA%3BIACA%2C2BAAA%3BIACA%2CoBAAA%3BIA2BA%2CyBAAA%3BIACQ%2CiBAAA%3BImCyLJ%2CUAAA%3BIACA%2CWAAA%3B%3BEiC1gBJ%2CsBAYI%2CkBACI%2COAAM%2CIAAI%2COjCyflB%2COAMI%3BEiC5gBJ%2CsBAYI%2CkBACI%2COAAM%2CIAAI%2COjCyflB%2COAOI%3BEiC7gBJ%2CsBAYI%2CkBACI%2COAAM%2CIAAI%2COjCyflB%2COAQI%3BInChLJ%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BIAxBT%2CwBAAA%3BIACQ%2CgBAAA%3BImCwMA%2CqBAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3B%3BEiCnhBR%2CsBAYI%2CkBACI%2COAAM%2CIAAI%2COjCyflB%2COAgBI%3BEiCthBJ%2CsBAYI%2CkBACI%2COAAM%2CIAAI%2COjCyflB%2COAiBI%3BInCzVJ%2CgBAAA%3BIAAA%2C4BAAA%3BIAAA%2CyBAAA%3BIAAA%2CkBAAA%3BIAAA%2CsEAAA%3BIAAA%2CeAAA%3BIAAA%2CYAAA%3BIAAA%2CuBAAA%3BIAAA%2CcAAA%3BIAAA%2CwBAAA%3BIAAA%2CWAAA%3BImCjPA%2CsBAAA%3BInCiZA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BImC0LD%2CqBAAA%3BIACA%2CsBAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3B%3BEAzPR%2CsBiCxRI%2CkBACI%2COAAM%2CIAAI%2COjCyflB%2COAgBI%2CWAlPH%3BEAAD%2CsBiCxRI%2CkBACI%2COAAM%2CIAAI%2COjCyflB%2COAiBI%2CUAnPH%3BInCtGD%2CYAAA%3B%3BEmCqHA%2CsBiCvSI%2CkBACI%2COAAM%2CIAAI%2COjCyflB%2COAgBI%2CWAnOH%3BEAAD%2CsBiCvSI%2CkBACI%2COAAM%2CIAAI%2COjCyflB%2COAiBI%2CUApOH%3BInCrHD%2CcAAA%3B%3BEmC0HA%2CsBiC5SI%2CkBACI%2COAAM%2CIAAI%2COjCyflB%2COAgBI%2CWA9NH%3BEAAD%2CsBiC5SI%2CkBACI%2COAAM%2CIAAI%2COjCyflB%2COAiBI%2CUA%5C%2FNH%3BInC1HD%2CcAAA%3B%3BEmC%2BHA%2CsBiCjTI%2CkBACI%2COAAM%2CIAAI%2COjCyflB%2COAgBI%2CWAzNH%3BEAAD%2CsBiCjTI%2CkBACI%2COAAM%2CIAAI%2COjCyflB%2COAiBI%2CUA1NH%3BInC%5C%2FHD%2CcAAA%3B%3BEoE9LA%2CsBAYI%2CkBACI%2COAAM%2CIAAI%2COjCyflB%2COA0BI%3BIACI%2CWAAA%3BInCnMR%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEoEhWT%2CsBAYI%2CkBACI%2COAAM%2CIAAI%2COjCyhBlB%3BInCxWA%2CgBAAA%3B%3BEmCugBI%2CsBiCzrBA%2CkBACI%2COAAM%2CIAAI%2COjCsrBjB%2CSAAY%2CSAER%3BEAAD%2CsBiCzrBA%2CkBACI%2COAAM%2CIAAI%2COjCurBjB%2CUAAa%2CSACT%3BIACG%2CSAAS%2CGAAT%3BInCxgBR%2CcAAA%3BIAAA%2CiBAAA%3BIAAA%2CmBAAA%3B%3BEoE9LA%2CsBAYI%2CkBACI%2COAAM%2CIAAI%2COjC6tBlB%3BInC5iBA%2CiBAAA%3BIAAA%2CeAAA%3BIAAA%2CUAAA%3BIAAA%2CqBAAA%3BII9QA%2CqBAAA%3B%3BEAMA%2CsBgEsFI%2CkBACI%2COAAM%2CIAAI%2COjC6tBlB%2CM%5C%2FBpzBC%3BIAqUD%2CmCAAA%3BIACA%2CkCAAA%3BIJ9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CSOxOc%2COPwOd%3BIAAA%2CaMtSe%2CQNsSf%3BIAAA%2CsBAAA%3BIIqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEgErPY%2CsBANR%2CkBACI%2COAAM%2CIAAI%2COAKL%2CUAAU%3BIACP%2CmBAAA%3B%3BEAEJ%2CsBATR%2CkBACI%2COAAM%2CIAAI%2COAQL%2CUAAU%3BIACP%2CgBAAA%3B%3BEAtBhB%2CsBAYI%2CkBAaI%2CyBACI%2COAAM%2CIAAI%2COAAU%3BIAChB%2CWAAA%3B%3BExBiKhB%2CaACI%3BI5CCJ%2CgBAAA%3BImCwcA%2CsBAAA%3B%3BES1cA%2CaACI%2COT0oBF%3BIAoDF%2CSAAA%3B%3BEnCj7BA%2Ca4CmPI%2CO5CnPH%3BEACD%2Ca4CkPI%2CO5ClPH%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2Ca4C6OI%2CO5C7OH%3BIACG%2CWAAA%3B%3BEmCurBJ%2CaS3cI%2COT2cH%2COAAO%3BEACR%2CaS5cI%2COT4cH%2CSAAS%3BInC3cV%2CqBAAA%3BIAAA%2CYAAA%3BImC8cI%2CsBAAA%3BIACA%2CSAAS%2CGAAT%3BIACA%2CWAAA%3BIACA%2CWAAA%3B%3BESndJ%2CaACI%2COTqdJ%3BInCpdA%2CqBAAA%3BIAAA%2CgBAAA%3BIAAA%2CYAAA%3BImCwdI%2CsBAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CaS7dI%2COT6dH%2CIAAI%2CSACC%3BInC7dN%2CqBAAA%3BIAAA%2CgBAAA%3BIAAA%2CYAAA%3BImCkeQ%2CsBAAA%3BIACA%2CWAAA%3B%3BEAPR%2CaS7dI%2COT6dH%2CIAAI%2CSAUC%3BInCteN%2CYAAA%3BImCweQ%2CWAAA%3B%3BESjeR%3BIACI%2CkBAAA%3BIACA%2CUAAA%3B%3BEAFJ%2CaAGI%3BIACI%2CWAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3B%3BEANR%2CaAGI%2CiBAII%3BIACI%2CYAAA%3B%3BEARZ%2CaAGI%2CiBAII%2CWAEI%3BIACI%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3B%3BEAZhB%2CaAGI%2CiBAII%2CWAOI%3BIACI%2CcAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEAIJ%2CaAlBR%2CiBAiBK%2CUAAU%2CGACN%3BI5C5Bb%2C8BAAA%3BI4C8BgB%2CYAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CQAAA%3B%3BEAKhB%3BI5C1CA%2CgBAAA%3BIAAA%2CiBAAA%3B%3BE4C%2BCA%2CgBACI%3BIACI%2CeAAA%3B%3BEAIR%2CUACI%3BIACI%2CeAAA%3BIACA%2CgBAAA%3B%3BEAQR%2CKAAK%2CcACD%3BIACI%2CWAAA%3BI5ClER%2CqBAAA%3BIIhOA%2CqBAAA%3B%3BEAMA%2CKwC0RK%2CcACD%2CaxC3RH%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BIJ9DA%2CeAAA%3BIAAA%2CiBAAA%3BIAAA%2CWAAA%3BIAAA%2CSK9Ee%2COL8Ef%3BIAAA%2CaMtSe%2CQNsSf%3BIAAA%2CkBAAA%3BIAAA%2CsBAAA%3BIIqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEAtRI%2CKwC6QC%2CcACD%2CaxC%5C%2FQH%2CMACI%3BIJ6ML%2CWAAA%3B%3BEIvMI%2CKwCuQC%2CcACD%2CaxCzQH%2COACI%3BIJuML%2CWAAA%3B%3BE4C8EY%2CKAdP%2CcACD%2CaAYK%2CQACI%3BIACG%2CSvC9JH%2COuC8JG%3B%3BEAfhB%2CKAAK%2CcAmBD%2CcACI%3BIACI%2CWAAA%3BIACA%2CUAAA%3BIACA%2CgBAAA%3B%3BEAKZ%2CeACI%3BIAEI%2CmBAAA%3B%3BEAHR%2CeACI%2CgBAGI%3BEAJR%2CeACI%2CgBAII%3BIACI%2CoBAAA%3B%3BEhB7JZ%2CwBAII%2CUAAU%3BEAHd%2CuBAGI%2CUAAU%3BIACN%2CUAAA%3B%3BEAGR%2CuBACI%2CUAAS%2CiBACL%3BIACI%2CgBAAA%3B%3BEAOZ%2CmBACI%2CKAAI%3BIACA%2CmBAAA%3B%3BEAFR%2CmBAII%2CKAAI%3BIACA%2CUAAA%3B%3BEALR%2CmBAOI%2CKAAI%3BIACA%2CUAAA%3B%3BEAGR%2CyBACI%2CKAAI%3BIACA%2CUAAA%3B%3BEAEJ%2CQAAS%2CMAAK%2CMAAM%2CyBnBpGtB%2CQAGI%2CKACI%3BEmBgGN%2CQAAS%2CMAAK%2CMAAM%2CyBnBnGtB%2CQAEI%2CKACI%3BEmBgGN%2CQAAS%2CMAAK%2CMAAM%2CyBnBlGtB%2CQACI%2CKACI%3BEmBgGN%2CQAAS%2CMAAK%2CMAAM%2CyBnBpGtB%2CQAGI%2CKAEI%3BEmB%2BFN%2CQAAS%2CMAAK%2CMAAM%2CyBnBnGtB%2CQAEI%2CKAEI%3BEmB%2BFN%2CQAAS%2CMAAK%2CMAAM%2CyBnBlGtB%2CQACI%2CKAEI%3BITyHV%2C6BAAA%3B%3BE4B1BI%2CQAAS%2CMAAK%2CMAAM%2CyBnBzFtB%2CUAAU%2CQAGN%2CKAAE%2CYACE%3BEmBqFN%2CQAAS%2CMAAK%2CMAAM%2CyBnBxFtB%2CWAAW%2CQAEP%2CKAAE%2CYACE%3BEmBqFN%2CQAAS%2CMAAK%2CMAAM%2CyBnBvFtB%2CQAAK%2CYACD%2CKAAE%2CYACE%3BEmBqFN%2CQAAS%2CMAAK%2CMAAM%2CyBnBzFtB%2CUAAU%2CQAGN%2CKAAE%2CYAEE%3BEmBoFN%2CQAAS%2CMAAK%2CMAAM%2CyBnBxFtB%2CWAAW%2CQAEP%2CKAAE%2CYAEE%3BEmBoFN%2CQAAS%2CMAAK%2CMAAM%2CyBnBvFtB%2CQAAK%2CYACD%2CKAAE%2CYAEE%3BIACE%2CaAAA%3B%3BEmBmFR%2CQAAS%2CMAAK%2CMAAM%2CyBnB9EtB%2CQAAQ%3BITwGV%2C6BAAA%3B%3BE4B1BI%2CQAAS%2CMAAK%2CMAAM%2CyBAIhB%3BIACI%2CgBAAA%3B%3BEALR%2CQAAS%2CMAAK%2CMAAM%2CyBAOd%2CQAAQ%2CKAAE%2CUAAU%2CMAChB%3BEARV%2CQAAS%2CMAAK%2CMAAM%2CyBAOd%2CQAAQ%2CKAAE%2CUAAU%2CMAEhB%3BIACE%2CgBAAA%3B%3BEAKhB%2CyBACI%3BIACI%2CmBAAA%3B%3BEAEI%2CyBAHR%2CUAEI%2COACK%3BEACD%2CyBAJR%2CUAEI%2COAEK%3BI5BMb%2CmBAAA%3BImC%2BpBA%2CsBAAA%3BIACA%2CqBAAA%3BInChqBA%2CUAAA%3BImCmqBA%2CmBAAA%3BIPvqBgB%2CmBAAA%3B%3BEOyqBhB%2CyBP%5C%2FqBI%2CUAEI%2COACK%2CKO4qBT%3BEAAJ%2CyBP%5C%2FqBI%2CUAEI%2COAEK%2CSO2qBT%3BIACA%2CWAAA%3B%3BEPxqBQ%2CyBARR%2CUAEI%2COAMK%3BIACG%2CUAAA%3B%3BEAiBhB%2CgCAMI%3BIACI%2CgCAAA%3BIACA%2CaAAA%3B%3BEAGA%2CgCADJ%2CSACK%3BIACG%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CSAAA%3B%3BEAEJ%2CgCARJ%2CSAQK%3BIACG%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3B%3BEAIJ%2CgCADJ%2CKACK%3BIACG%2CUAAA%3B%3BEAEJ%2CgCAJJ%2CKAIK%2CIAAI%3BIACD%2CkBAAA%3B%3BEAEJ%2CgCAPJ%2CKAOK%3BIACG%2CiBAAA%3B%3BEAIJ%2CgCADJ%2CYACK%3BIACG%2CgBAAA%3B%3BEyCjIZ%3BIACI%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEACA%2CcAAI%3BIrEsER%2C8BAAA%3BIqEpEQ%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CoBAAA%3BIACA%2CUAAA%3B%3BECpKR%2CkBACI%3BIACI%2CUAAA%3B%3BE7BgTJ%2CSAAC%2COAAO%3BIACJ%2CYAAA%3BIzC9ER%2CQAAA%3BIAAA%2CSAAA%3BIAAA%2CmBAAA%3BIAAA%2CYAAA%3BIyCmFQ%2CWAAA%3B%3BEANJ%2CSAAC%2COAAO%2CMAQJ%3BIzCrFR%2CgBAAA%3B%3BEmCulBA%2CSM1gBK%2COAAO%2CMAQJ%2CONkgBP%2CIAAI%2CSACC%3BIACE%2CuBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIA4FR%2CgBAAA%3BIANA%2CUAAA%3B%3BEA1FA%2CSM1gBK%2COAAO%2CMAQJ%2CONkgBP%2CIAAI%2CSAeC%3BIACE%2CWAAA%3BIACA%2CWAAA%3B%3BEM3hBJ%2CSAAC%2COAAO%2CMAQJ%2CON%2BZN%3BInCpfF%2CiBAAA%3BImCwfI%2CqBAAA%3B%3BEA6HA%2CSMxiBC%2COAAO%2CMAQJ%2CON8hBP%2COAEI%3BEAAD%2CSMxiBC%2COAAO%2CMAQJ%2CON%2BhBP%2CSACI%3BIACG%2CaAAA%3B%3BEM3hBR%3BIAEI%2CmBAAA%3B%3BEAII%2C0BAFJ%2CUAEK%3BIACG%2CgCAAA%3BIACA%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3B%3BEAJJ%2C0BAFJ%2CUAEK%2COAMG%3BIACI%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CwBAAA%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%2CwBAAA%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%3BIzClJZ%2CeAAA%3B%3BEyCwJQ%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%2CmBAAA%3B%3BERjWpB%2CmBAGI%2CUAAU%3BIACP%2CUAAA%3B%3BEAUP%2C0BACI%2CQAAO%2CKAAM%2COAAM%2CyBAEf%2CeAAc%2CIAAI%2CSAAU%3BIAExB%2CWAAA%3BIACA%2CWAAA%3BIACA%2CaAAA%3B%3BEAIZ%2CuBACI%2CaACI%3BIACI%2CqBAAA%3B%3BEACA%2CuBAHR%2CaACI%2CQAEK%3BIACG%2CYAAA%3B%3BEO0chB%2CQAII%2CQAAO%2CKAAM%2COAAM%2CyBAEf%2CeAAc%2CIAAI%2CSAAU%3BEALpC%2CuBAGI%2CQAAO%2CKAAM%2COAAM%2CyBAEf%2CeAAc%2CIAAI%2CSAAU%3BEAJpC%2CiBAEI%2CQAAO%2CKAAM%2COAAM%2CyBAEf%2CeAAc%2CIAAI%2CSAAU%3BIAExB%2CWAAA%3BIACA%2CWAAA%3BIACA%2CaAAA%3B%3BEAKZ%2C6BACI%3BIACI%2CgBAAA%3B%3BEAIR%2CoBACI%3BIACI%2CWAAA%3B%3BEAEA%2CoBAHJ%2CKAGK%3BIACG%2CkBAAA%3B%3BEAGJ%2CoBAPJ%2CKAOK%3BIACG%2CiBAAA%3B%3BEATZ%2CoBAaI%2CMAAM%3BIACF%2CoBAAA%3BIACA%2CiBAAA%3B%3BEAGJ%2CoBAAC%2CQACG%3BIACI%2CaAAA%3B%3BEAKZ%2CoBACI%3BIACI%2CeAAA%3BIACA%2CgBAAA%3B%3BEAHR%2CoBAMI%3BIACI%2CkBAAA%3B%3BEAPR%2CoBAUI%3BIACI%2CYAAA%3B%3BEAOI%2CkBAFR%2CMACI%2CKACK%3BEACD%2CkBAHR%2CMACI%2CKAEK%3BIACG%2CeAAA%3B%3BEAKZ%2CkBAAC%2CQAEG%2CKAAI%3BEADR%2CkBAAC%2CSACG%2CKAAI%3BIACA%2CkBAAA%3B%3BEAMA%2CkBAFP%2CWACG%2CKACK%3BEACD%2CkBAHP%2CWACG%2CKAEK%3BEACD%2CkBAJP%2CWACG%2CKAGK%3BIACG%2CkBAAA%3B%3BEAGJ%2CkBARP%2CWACG%2CKAOK%3BIACG%2CiBAAA%3B%3BEN5pBhB%2CKAAK%2CKAAK%3BIACN%2CUAAA%3B%3BEADJ%2CKAAK%2CKAAK%2COAIN%2CUACI%3BIACI%2CUAAA%3B%3BEANZ%2CKAAK%2CKAAK%2COAIN%2CUAII%2COAAM%3BIAEF%2CUAAA%3B%3BEqCqdR%2COAAC%2CMACK%2CUAAO%3BIACL%2CYAAA%3BIACA%2CYAAA%3BIvEpNZ%2CSAAA%3BIAAA%2CUAAA%3BIE1KA%2CqBAAA%3BIqEgYY%2CiBAAA%3B%3BEALR%2COAAC%2CMACK%2CUAAO%2CMrEtXf%3BIACE%2CqBAAA%3BIACA%2CmBAAA%3B%3BEqEmXA%2COAAC%2CMACK%2CUAAO%2CMAMH%3BIACE%2CeAAA%3BIACA%2CkBAAA%3B%3BEAEA%2COAXX%2CMACK%2CUAAO%2CMAMH%2CKAIG%3BEAXb%2COAAC%2CMACK%2CUAAO%2CMAMH%2CKAKE%3BIACI%2CgBAAA%3B%3BEAGJ%2COAhBX%2CMACK%2CUAAO%2CMAMH%2CKASG%2CQACG%3BIvElOpB%2CmBAAA%3B%3BEuE2OA%2CUACM%2CsBACE%3BIACI%2CqBAAA%3B%3BEAHZ%2CUACM%2CsBAKE%2CYAAc%3BIACV%2CYAAA%3BIACA%2CgBAAA%3B%3BEC1VI%2CcAJF%2CSACV%2CSACK%2CKACI%2CKACI%2CMACG%3BIACI%2CcAAA%3B%3BEAIZ%2CcAVE%2CSACV%2CSACK%2CKAQI%3BIACG%2CqBAAA%3B%3BEATR%2CcAFM%2CSACV%2CSACK%2CKAWG%3BIACX%2CgBAAA%3B%3BEAZO%2CcAFM%2CSACV%2CSACK%2CKAWG%2CUAEI%2COAAM%3BIACpB%2CWAAA%3B%3BEAdM%2CcAFM%2CSACV%2CSACK%2CKAWG%2CUAKI%2COAAM%3BIACF%2CWAAA%3BIACA%2CmBAAA%3BIAClB%2CmBAAA%3B%3BEAnBM%2CcAFM%2CSACV%2CSACK%2CKAsBG%3BIACX%2CgBAAA%3B%3BEAvBO%2CcAFM%2CSACV%2CSACK%2CKAsBG%2CYAEX%3BIAAU%2CgBAAA%3B%3BEAxBH%2CcAFM%2CSACV%2CSACK%2CKAsBG%2CYAGI%3BIACI%2CSAAA%3B%3BEA1BZ%2CcAFM%2CSACV%2CSACK%2CKAsBG%2CYAGI%2CiBAEI%3BIACI%2CWAAA%3B%3BEA5BhB%2CcAFM%2CSACV%2CSACK%2CKAsBG%2CYASI%3BIACI%2CgBAAA%3B%3BEAhCZ%2CcAFM%2CSACV%2CSACK%2CKAmCG%3BIACI%2CWAAA%3B%3BEAKhB%2CqBACI%3BIACI%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CqBAAA%3BIACA%2CmBAAA%3B%3BEAMR%2CqBACI%3BIxEoDJ%2CgBAAA%3BIAAA%2C6BAAA%3BIwE%5C%2FCQ%2CaAAA%3BIACA%2COAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CUAAA%3B%3BEjC9IR%2CMAAM%2COAAQ%2CeAAe%3BIACzB%2CmBAAA%3B%3BEAEA%2CQAAS%2COAHP%2COAAQ%2CeAAe%3BIAIrB%2CcAAA%3BIACA%2CWAAA%3B%3BEAFJ%2CQAAS%2COAHP%2COAAQ%2CeAAe%2CcAOrB%3BIACI%2CcAAA%3BIACA%2CeAAA%3B%3BEAKZ%2CoBAAqB%2COAAM%2COAAQ%2CeAAe%3BIAC9C%2CeAAA%3BIACA%2COAAO%2CqBAAP%3B%3BEAEA%2CoBAJiB%2COAAM%2COAAQ%2CeAAe%2CcAI7C%2CUAAU%3BIACP%2CeAAA%3B%3BEAGJ%2CoBARiB%2COAAM%2COAAQ%2CeAAe%2CcAQ7C%2CUAAU%3BIACP%2CcAAA%3B%3BEAIR%2CqBAAsB%2COAAM%2COAAQ%2CeAAe%3BIAC%5C%2FC%2CUAAA%3B%3BEAGJ%2CQAAS%2COAAM%2COAAQ%2COAKnB%3BIACI%2CUAAA%3B%3BEANR%2CQAAS%2COAAM%2COAAQ%2COAKnB%2CiBAGI%3BIACI%2CSAAA%3B%3BEkCmYZ%3BIACI%2CQAAA%3B%3BEAIA%2C4CAAC%3BIACG%2CiBAAA%3B%3BEAGJ%2C4CAAC%3BIACG%2CUAAA%3B%3B%3BA9C3dR%2CgBALwC%3BEiCnBxC%2CqBACI%2CaACI%3BI5DmPR%2CmBAAA%3BIAAA%2CYAAA%3BI4DhPY%2CSAAA%3B%3BEC%2BPZ%3BIACI%2CgBAAA%3B%3BEtBxJJ%2CMAAM%2COAAQ%2CeAAe%3BIACzB%2CUAAA%3B%3BEAGJ%2CoBAAqB%2COAAM%2COAAQ%2CeAAe%3BIAC9C%2CeAAA%3BIACA%2COAAO%2CqBAAP%3B%3BEAEA%2CoBAJiB%2COAAM%2COAAQ%2CeAAe%2CcAI7C%2CUAAU%3BIACP%2CeAAA%3B%3BEAGJ%2CoBARiB%2COAAM%2COAAQ%2CeAAe%2CcAQ7C%2CUAAU%3BIACP%2CcAAA%3B%3BEAIR%2CqBAAsB%2COAAM%2COAAQ%2CeAAe%3BIAC%5C%2FC%2CUAAA%3B%3BEAGJ%2CMAAM%2COAAQ%2CeAAe%3BIACzB%2CSAAA%3B%3BEAGJ%2CMAAM%2COAAQ%2CeAAe%3BIACzB%2CaAAa%2C8BAAb%3BIACA%2CUAAA%3BIACA%2CcAAA%3B%3BEAEA%2CMALE%2COAAQ%2CeAAe%2CcAKxB%2CUAAU%3BIACP%2CcAAA%3B%3B%3BAZhHZ%2CgBAJ2C%3BE6BukB3B%2CQAFR%2CeACI%2CcACK%2CKACG%3BIACI%2CWAAA%3BIACA%2COAAA%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3B%3BEAGR%2CQAXR%2CeACI%2CcAUK%3BIACG%2CiBAAA%22%7D */