/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/* Breacrumbs background */
.hidden {
  display: none;
}
.w-max-45 {
  max-width: 45% !important;
}
.color_primary {
  color: #2f6f62;
}
.color_heading {
  color: var(--heading__color__base);
}
/**
 * Copyright 2014 Adobe
 * All Rights Reserved.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright 2024 Adobe
 * All rights reserved.
 */
.form.wishlist.share .g-recaptcha {
  margin-bottom: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
.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;
}
/* gobal popup-ajaxsuite style */
/* Ipad and lager srceen */
/* Mobile screen */
.transition {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.bls-overlay-active:after {
  opacity: 1;
  pointer-events: initial;
}
@keyframes bls-spin {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
  }
}
@-webkit-keyframes bls-spin {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
  }
}
@-webkit-keyframes bls-scale {
  30% {
    transform: scale(0.3);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes bls-scale {
  30% {
    transform: scale(0.3);
  }
  100% {
    transform: scale(1);
  }
}
.bls-scale {
  -webkit-animation-name: bls-scale;
  animation-name: bls-scale;
}
@-webkit-keyframes fadeInLeftShort {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftShort {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeftShort {
  -webkit-animation-name: fadeInLeftShort;
  animation-name: fadeInLeftShort;
}
@keyframes fadeOutRightShort {
  from {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
  }
}
.fadeOutRightShort {
  -webkit-animation-name: fadeOutRightShort;
  animation-name: fadeOutRightShort;
}
:root {
  --navigation-level1-item_color: #222;
  --naviation-level0-item__font-size: 14px;
  --vertical_submenu__background: #f6f6f8;
}
@-webkit-keyframes ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@media only screen and (max-width: 767px) {
  .product-short-magnific-popup .mfp-container.mfp-iframe-holder .mfp-content {
    height: auto;
  }
}
.abs-product-link {
  font-weight: 500;
}
.abs-product-link > a {
  color: var(--heading__color__base);
  text-decoration: none;
}
.abs-product-link > a:visited {
  color: var(--heading__color__base);
  text-decoration: none;
}
.abs-product-link > a:hover {
  color: var(--link__hover__color);
  text-decoration: none;
}
.abs-product-link > a:active {
  color: var(--link__hover__color);
  text-decoration: none;
}
/*  Large button */
.dark_button {
  background-image: none;
  background: #222;
  border: 2px solid var(--button__color);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-weight: var(--button__font-weight);
  margin: 0;
  padding: 7px 25px;
  font-size: 1.4rem;
  line-height: 2.24rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.dark_button:focus,
.dark_button:active {
  background: var(--button__hover__background);
  border: 2px solid #2f6f62;
  color: var(--button__hover__color);
}
.dark_button:hover {
  background: var(--button__hover__background);
  border: 2px solid #2f6f62;
  color: var(--button__hover__color);
}
.dark_button.disabled,
.dark_button[disabled],
fieldset[disabled] .dark_button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.other_font {
  font-family: var(--other_font_family);
  font-style: italic !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .new-popup-2 .pagebuilder-column {
    max-width: 400px !important;
    margin: auto;
  }
}
@-webkit-keyframes ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@media screen and (max-width: 1400px) {
  .setproduct .product-item > .product {
    width: 270px;
    transform: translatex(-42%);
    left: 0;
    top: 100px;
    box-shadow: 0 0.8rem 1.6rem -0.8rem #a3a7b2;
  }
  .setproduct .product-item > .product::before {
    content: '';
    position: absolute;
    left: 50%;
    top: -48px;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 40px solid #fff;
    z-index: 1;
    transform: translateX(-50%);
  }
  .setproduct .product-item.active > .product {
    top: 85px;
    opacity: 1;
    left: 0;
    visibility: visible;
    box-shadow: 0 0.8rem 1.6rem -0.8rem #a3a7b2;
    transform: translateX(-42%);
  }
}
.notice_activation_purchase_code {
  background: red;
  color: #fff;
  border-bottom: 2px solid #ddd;
  padding: 10px;
  text-align: center;
}
/* Modal Acabamentos – corrigir título cortado (tema Bluesky/Kalles) */
.ilumini-acabamentos__ui-modal.modal-popup .modal-inner-wrap .modal-header {
  padding: 18px 60px 14px 24px !important;
  /* espaço p/ título + botão X */
  overflow: visible !important;
}
.ilumini-acabamentos__ui-modal.modal-popup .modal-inner-wrap .modal-header .modal-title {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: unset !important;
  line-height: 1.25;
}
.ilumini-acabamentos__ui-modal.modal-popup .action-close {
  right: 16px !important;
  top: 14px !important;
}
.payment-method-content .payment-method-title.mercadopago-header-twocc {
  box-sizing: border-box;
  padding-left: 16px;
  border-radius: 4px;
  background: #F5F5F5;
}
.mp-display-form {
  visibility: hidden;
  height: 0;
}
.mp-twocc-card-header {
  display: inline-flex;
  width: 100%;
  padding: 20px 16px;
  box-sizing: border-box;
  border-top: 1px solid #BFBFBF;
  border-left: 1px solid #BFBFBF;
  border-right: 1px solid #BFBFBF;
  border-bottom: 1px solid #BFBFBF;
  border-radius: 4px;
  background: #F5F5F5;
}
.open {
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
}
.mp-twocc-legend {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #FFFFFF;
  padding: 10px 10px;
  box-sizing: border-box;
  width: 100%;
}
.mp-twocc-legend .credit-card-types .item {
  display: inline-flex;
  list-style: none;
  margin: 0;
  text-align: right;
  vertical-align: top;
}
.mp-twocc-legend .credit-card-types .item img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  width: 32px;
}
.mp-twocc-form {
  border-left: 1px solid #BFBFBF;
  border-right: 1px solid #BFBFBF;
  border-bottom: 1px solid #BFBFBF;
  border-radius: 0px 0px 4px 4px;
}
.mp-twocc-badge-info {
  width: 100%;
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: row;
  justify-content: start;
  padding: 0px;
  height: 70px;
  padding: 15px 16px;
  border-radius: 4px;
  border: 1px solid #BFBFBF;
  margin-bottom: 16px;
}
.payment-method-content .mp-twocc-badge-info .mp-twocc-badge-circle {
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.07000000000000001);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.payment-method-content .mp-twocc-badge-info .mp-twocc-badge-circle img {
  width: 23px;
  margin: 0 auto;
}
.mp-twocc-badge-info .mp-twocc-badge-card-installments {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  padding-left: 16px;
}
.mp-twocc-badge-info .mp-twocc-badge-card-installments .mp-twocc-badge-card {
  font-size: 16px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
}
.mp-twocc-badge-info .mp-twocc-badge-card-installments .mp-twocc-badge-installments {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: rgba(0, 0, 0, 0.55);
}
.mp-twocc-badge-info .mp-twocc-badge-adjustment {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.mp-twocc-badge-info .mp-twocc-badge-adjustment .mp-twocc-badge-edit {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}
.mp-twocc-badge-info .mp-twocc-badge-adjustment .mp-twocc-edit-img {
  margin: 4px;
}
.mp-twocc-form .fieldset:last-child {
  margin-bottom: 0;
}
.form-mercadopago .mp-twocc-form .fieldset.mp-twocc {
  padding-bottom: 0;
  border: 1px solid;
  border-color: #bbb;
  background-color: #fff;
  border-radius: 3px;
  padding-bottom: 10px;
}
.payment-method-label-subtitle-amount {
  display: block;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.55);
}
.mp-twocc-amount-selector {
  display: flex;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  margin-bottom: 10px;
  padding: 0;
  width: 324px;
  box-sizing: border-box;
}
.mp-twocc-amount-selector > div {
  padding: 15px 0 15px 15px;
}
.mp-twocc-amount-selector input {
  border: none !important;
  padding: 15px !important;
  margin: 0 !important;
  height: auto !important;
  background: transparent;
}
.mp-twocc-amount-selector input:focus {
  outline: none;
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.payment-method .payment-method-label .payment-method-label-icon.mp-icon-background {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  height: 40px;
  width: 40px;
  border-radius: 100px;
  box-sizing: border-box;
  margin-left: 11px;
  margin-right: 6px;
}
.payment-method .payment-method-label .payment-method-label-icon.mp-icon-background .mp-icon-twocc {
  display: flex;
  margin: 4px;
}
.payment-method .payment-method-content .actions-toolbar .mp-flex-baseline {
  display: flex;
  align-items: baseline;
}
.payment-method .payment-method-content .actions-toolbar .mp-flex-baseline .mp-mr-20 {
  margin-right: 20px;
}
.modal-inner-wrap {
  margin: auto !important;
  margin-top: 5% !important;
  width: 70% !important;
  height: fit-content !important;
  left: 0% !important;
  padding-left: 10px;
  justify-content: center;
}
.iframe-div {
  justify-content: center ;
  display: flex;
}
.modal-header {
  padding: 15px !important;
  width: 95% !important;
}
.modal-title {
  font-size: 20px !important;
  text-align: left !important;
  text-overflow: ellipsis !important;
  overflow: hidden !important;
  width: 100% !important;
}
#loading-challenge {
  padding: 10px;
  height: 500px;
  display: block;
  text-align: center;
}
.loading-message {
  font-size: 1.5rem;
}
.custom-loader {
  border: 5px solid #f3f3f3;
  border-top: 5px solid #3483FA;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
}
@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.loader-area {
  padding-top: 100px;
}
.loading-area {
  text-align: center;
  justify-content: center;
  height: 350px;
}
.messages {
  width: 100%;
}
@media screen and (max-width: 472px) {
  .modal-inner-wrap {
    margin: 0 !important;
    height: 100% !important;
    width: 100% !important;
    justify-content: flex-start;
    margin-left: 0px;
  }
  .modal-header {
    padding: 10px !important;
    width: 90% !important;
  }
  .modal-title {
    width: 90% !important;
  }
  .action-close {
    padding: 10px;
    padding-left: 0px;
    margin-left: 1px;
  }
  .modal-3ds-challenge {
    width: 100%;
  }
  .messages {
    display: flex;
  }
}
.yape-title {
  font-size: 18px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.9);
  line-height: 22px;
  padding-bottom: 8px;
  margin: 0;
}
.yape-subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.55);
}
.yape-form {
  display: inline-flex;
  column-gap: 16px;
  grid-template-columns: 276px 1fr 2fr;
  margin: 22px 20px 0 0;
  flex-wrap: wrap;
}
.phone-area {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 32px;
  flex-grow: 1;
  width: 272px;
}
.otp-area {
  display: flex;
  flex-direction: row;
  gap: 8px;
  padding-bottom: 32px;
}
.yape-code-inputs {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.tooltip-area {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-self: center;
}
.help-tooltip {
  position: relative;
}
.help-tooltip .tooltip-content {
  transform: translate(4px, -32px);
}
.help-tooltip .tooltip-content {
  background: #f4f4f4;
  margin: 10px;
  max-width: 360px;
  padding: 16px;
  z-index: 1000;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  font-family: var(--font-family-name__base);
  font-style: normal;
  font-weight: normal;
  line-height: 18px;
  font-size: 1.4rem;
  margin-left: 8px;
  left: 100%;
  top: 0;
}
.help-tooltip .tooltip-content:after,
.help-tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.help-tooltip .tooltip-content:after {
  border-width: 8px;
  border-color: transparent;
}
.help-tooltip .tooltip-content:before {
  border-width: 8px;
  border-color: transparent;
}
.help-tooltip .tooltip-content:after,
.help-tooltip .tooltip-content:before {
  right: 100%;
}
.help-tooltip .tooltip-content:after {
  border-right-color: #f4f4f4;
  margin-top: -8px;
  top: 47%;
}
.help-tooltip .tooltip-content:before {
  border-right-color: #f4f4f4;
  margin-top: -8px;
  top: 47%;
}
.help-tooltip .tooltip-toggle {
  cursor: pointer;
}
.help-tooltip .tooltip-toggle:hover + .tooltip-content,
.help-tooltip .tooltip-toggle:focus + .tooltip-content,
.help-tooltip:hover .tooltip-content {
  display: block;
}
.help-tooltip > a:before {
  font-family: 'luma-icons';
  font-size: 16px;
  color: #333333;
  content: '\e623';
}
.yape-info {
  color: #035C83 !important;
  background-color: #DCF4FF !important;
  font-size: 13px !important;
}
.otp-input-row {
  display: flex;
  gap: 8px;
}
.otp-middle {
  margin-right: 8px;
}
.otp-input-row input {
  width: 38px;
  text-align: center;
}
input[type=number].yape-incomplete-numbers {
  border: solid red 1px;
}
input[type=text].yape-incomplete-numbers {
  border: solid red 1px;
}
.yape-error-text {
  color: #f23d4f !important;
  text-align: left;
}
p#yape-code-empty,
p#yape-code-incomplete,
p#yape-phone-empty,
p#yape-phone-incomplete {
  margin-bottom: 0;
}
p.yape-error {
  display: none;
  font-weight: 600;
  flex-direction: row;
  align-items: center;
  padding-bottom: 0;
  margin-bottom: 0;
}
p.yape-error img {
  padding-right: 3px;
  margin-left: 6px;
  border: 0;
}
.otp-tooltip {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
input[type="text"]#yape-phone::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.55);
}
.message.info.message-info.yape-info {
  all: none;
  display: flex !important;
  padding: 14.5px;
  align-items: center;
}
.message.info.message-info.yape-info .icon-info:before {
  content: "\e60c";
}
.message.info.message-info.yape-info :before {
  font-size: 24px;
  line-height: 24px;
  color: #035C83;
  font-family: 'luma-icons';
  margin: 0;
  position: unset;
}
div[id*="adbpayment_yape"].payment-method.form-mercadopago .message-error.error {
  margin-bottom: 32px;
}
@media screen and (max-width: 472px) {
  .help-tooltip {
    position: relative;
  }
  .help-tooltip .tooltip-content {
    display: none;
    position: absolute;
    z-index: 999;
    background-color: #333;
    color: white;
    padding: 8px;
    text-align: left;
    transform: translate(-92%);
    top: 16px;
  }
  .help-tooltip .tooltip-content:before,
  .help-tooltip .tooltip-content:after {
    top: -8px;
  }
  .help-tooltip .tooltip-content {
    background: #f4f4f4;
    margin: 10px;
    max-width: 360px;
    padding: 16px;
    z-index: 1000;
    display: none;
    position: absolute;
    text-align: left;
    color: #333333;
    font-family: var(--font-family-name__base);
    font-style: normal;
    font-weight: normal;
    line-height: 18px;
    font-size: 1.4rem;
    margin-top: 8px;
    left: 0;
    top: 100%;
  }
  .help-tooltip .tooltip-content:after,
  .help-tooltip .tooltip-content:before {
    border: solid transparent;
    content: '';
    height: 0;
    position: absolute;
    width: 0;
  }
  .help-tooltip .tooltip-content:after {
    border-width: 8px;
    border-color: transparent;
  }
  .help-tooltip .tooltip-content:before {
    border-width: 8px;
    border-color: transparent;
  }
  .help-tooltip .tooltip-content:after,
  .help-tooltip .tooltip-content:before {
    bottom: 100%;
  }
  .help-tooltip .tooltip-content:after {
    border-bottom-color: #f4f4f4;
    left: 92%;
    margin-left: -8px;
  }
  .help-tooltip .tooltip-content:before {
    border-bottom-color: #f4f4f4;
    left: 92%;
    margin-left: -8px;
  }
  .help-tooltip .tooltip-toggle {
    cursor: pointer;
  }
  .help-tooltip .tooltip-toggle:hover + .tooltip-content,
  .help-tooltip .tooltip-toggle:focus + .tooltip-content,
  .help-tooltip:hover .tooltip-content {
    display: block;
  }
  .payment-method .actions-toolbar .mp-flex-baseline.yape {
    display: block;
  }
  .payment-method .actions-toolbar .mp-flex-baseline.yape .mp-mr-20 {
    margin-right: 20px;
  }
}
/**
 * Copyright © 2021 O2TI. All rights reserved.
 * @author    Bruno Elisei <brunoelisei@o2ti.com>
 * See LICENSE.txt for license details.
 */
/**
 * Copyright © 2021 O2TI. All rights reserved.
 * @author    Bruno Elisei <brunoelisei@o2ti.com>
 * See LICENSE.txt for license details.
 */
/**
 * Copyright © 2021 O2TI. All rights reserved.
 * @author    Bruno Elisei <brunoelisei@o2ti.com>
 * See LICENSE.txt for license details.
 */
/**
 * Copyright © 2021 O2TI. All rights reserved.
 * @author    Bruno Elisei <brunoelisei@o2ti.com>
 * See LICENSE.txt for license details.
 */
/**
 * Copyright © 2021 O2TI. All rights reserved.
 * @author    Bruno Elisei <brunoelisei@o2ti.com>
 * See LICENSE.txt for license details.
 */
/**
 * Copyright © 2021 O2TI. All rights reserved.
 * @author  Bruno Elisei <brunoelisei@o2ti.com>
 * See LICENSE.txt for license details.
 */
.popup-authentication .block-authentication.custom-for-social-login {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #c1c1c1;
}
.popup-authentication .block-authentication .form.social-login {
  width: 100%;
  flex-basis: 100%;
  text-align: center;
  margin-top: 24px;
}
.popup-authentication .block-authentication .blocks-container {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.popup-authentication .block-authentication .blocks-container .block-new-customer,
.popup-authentication .block-authentication .blocks-container .block-customer-login {
  width: 50%;
}
.popup-authentication .block-authentication .block-verification-code {
  max-width: 500px;
  margin: 0 auto;
}
.popup-authentication .block-authentication .block-verification-code .fieldset {
  text-align: left;
  margin-bottom: 24px;
}
/**
 * Copyright © 2021 O2TI. All rights reserved.
 * @author  Bruno Elisei <brunoelisei@o2ti.com>
 * See LICENSE.txt for license details.
 */
/**
 * Copyright © 2021 O2TI. All rights reserved.
 * @author  Bruno Elisei <brunoelisei@o2ti.com>
 * See LICENSE.txt for license details.
 */
/**
 * Copyright © 2021 O2TI. All rights reserved.
 * @author    Bruno Elisei <brunoelisei@o2ti.com>
 * See LICENSE.txt for license details.
 */
/**
 * Copyright © 2021 O2TI. All rights reserved.
 * @author    Bruno Elisei <brunoelisei@o2ti.com>
 * See LICENSE.txt for license details.
 */
/**
 * Copyright © 2021 O2TI. All rights reserved.
 * @author  Bruno Elisei <brunoelisei@o2ti.com>
 * See LICENSE.txt for license details.
 */
/**
 * Copyright © 2021 O2TI. All rights reserved.
 * @author  Bruno Elisei <brunoelisei@o2ti.com>
 * See LICENSE.txt for license details.
 */
/**
 * Copyright © 2021 O2TI. All rights reserved.
 * @author  Bruno Elisei <brunoelisei@o2ti.com>
 * See LICENSE.txt for license details.
 */
/**
 * Copyright © 2021 O2TI. All rights reserved.
 * @author  Bruno Elisei <brunoelisei@o2ti.com>
 * See LICENSE.txt for license details.
 */
/**
 * Copyright © 2021 O2TI. All rights reserved.
 * @author  Bruno Elisei <brunoelisei@o2ti.com>
 * See LICENSE.txt for license details.
 */
@media only screen and (max-width: 992px) {
  .body-full-checkout .full-checkout .opc-block-summary .product-item .product-item-inner {
    display: flex;
  }
  .body-full-checkout .full-checkout .opc-block-summary .product-item .product-item-name-block {
    display: block;
    text-align: left;
  }
  .body-full-checkout .full-checkout .opc-block-summary .product-item .subtotal {
    display: block;
    text-align: left;
  }
}
/**
 * Copyright © 2021 O2TI. All rights reserved.
 * @author  Bruno Elisei <brunoelisei@o2ti.com>
 * See LICENSE.txt for license details.
 */
/**
 * Copyright © 2021 O2TI. All rights reserved.
 * @author  Bruno Elisei <brunoelisei@o2ti.com>
 * See LICENSE.txt for license details.
 */
/**
 * Copyright © 2021 O2TI. All rights reserved.
 * @author  Bruno Elisei <brunoelisei@o2ti.com>
 * See LICENSE.txt for license details.
 */
/**
 * Copyright © 2021 O2TI. All rights reserved.
 * @author  Bruno Elisei <brunoelisei@o2ti.com>
 * See LICENSE.txt for license details.
 */
/**
 * Copyright © 2021 O2TI. All rights reserved.
 * @author  Bruno Elisei <brunoelisei@o2ti.com>
 * See LICENSE.txt for license details.
 */
/**
 * Copyright © 2021 O2TI. All rights reserved.
 * @author  Bruno Elisei <brunoelisei@o2ti.com>
 * See LICENSE.txt for license details.
 */
/**
 * Copyright © 2021 O2TI. All rights reserved.
 * @author  Bruno Elisei <brunoelisei@o2ti.com>
 * See LICENSE.txt for license details.
 */
/**
 * Copyright © 2021 O2TI. All rights reserved.
 * @author  Bruno Elisei <brunoelisei@o2ti.com>
 * See LICENSE.txt for license details.
 */
/**
 * Copyright © 2021 O2TI. All rights reserved.
 * @author  Bruno Elisei <brunoelisei@o2ti.com>
 * See LICENSE.txt for license details.
 */
/**
 * Copyright © 2021 O2TI. All rights reserved.
 * @author  Bruno Elisei <brunoelisei@o2ti.com>
 * See LICENSE.txt for license details.
 */
/**
 * Copyright © 2021 O2TI. All rights reserved.
 * @author  Bruno Elisei <brunoelisei@o2ti.com>
 * See LICENSE.txt for license details.
 */
/**
 * Copyright © 2021 O2TI. All rights reserved.
 * @author  Bruno Elisei <brunoelisei@o2ti.com>
 * See LICENSE.txt for license details.
 */
@media only screen and (max-width: 992px) {
  .field.theme-full-checkout-fields-floating-label .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field.theme-full-checkout-fields-floating-label .field-tooltip .field-tooltip-content::before,
  .field.theme-full-checkout-fields-floating-label .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field.theme-full-checkout-fields-floating-label .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #2f6f62;
  }
  .field.theme-full-checkout-fields-floating-label .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #ccc;
    top: 1px;
  }
}
@media only screen and (max-width: 992px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
/* link color */
/**
//  * Copyright © Bluesky, Inc. All rights reserved.
//  * See COPYING.txt for license details.
//  */
@-webkit-keyframes fadeInsTicky {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInsTicky {
  -webkit-animation-name: fadeInsTicky;
  animation-name: fadeInsTicky;
}
.header_scroll_up .sticky-header,
.header_scroll_up.sticky-header {
  animation-name: fadeInsTicky;
  animation-duration: 1s;
  animation-fill-mode: inherit;
}
/* Typography */
table > tbody > tr > th,
table > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td,
table > thead > tr > th {
  vertical-align: middle;
  border: 1px solid #ddd;
}
/*   Product detail page */
:root {
  --theme__color__primary: #2f6f62;
  --theme__color__primary--light: #3b8c7b;
}
.dark_button {
  background-image: none;
  background: #222;
  border: 2px solid var(--button__color);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-weight: var(--button__font-weight);
  margin: 0;
  padding: 7px 25px;
  font-size: 1.4rem;
  line-height: 2.24rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.dark_button:focus,
.dark_button:active {
  background: var(--button__hover__background);
  border: 2px solid #2f6f62;
  color: var(--button__hover__color);
}
.dark_button:hover {
  background: var(--button__hover__background);
  border: 2px solid #2f6f62;
  color: var(--button__hover__color);
}
.dark_button.disabled,
.dark_button[disabled],
fieldset[disabled] .dark_button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
/* Breadcrumb restyle */
@-webkit-keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }
  5% {
    opacity: 0;
  }
  48% {
    opacity: 0.2;
  }
  80% {
    opacity: 0;
  }
  100% {
    left: 82%;
  }
}
@keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }
  5% {
    opacity: 0;
  }
  48% {
    opacity: 0.2;
  }
  80% {
    opacity: 0;
  }
  100% {
    left: 82%;
  }
}
.animation-move {
  position: relative;
}
.animation-move::after {
  position: absolute;
  content: '';
  opacity: 0;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
  width: 15%;
  height: 100%;
  transform: skew(-10deg, 0deg);
  animation: move 2s;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
@media (min-width: 1600px) {
  rs-slide .container-larger {
    max-width: 1480px;
    margin: auto;
  }
}
@-moz-keyframes progress {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -60px -60px;
  }
}
@-ms-keyframes progress {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -60px -60px;
  }
}
@-o-keyframes progress {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -60px -60px;
  }
}
@keyframes progress {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -60px -60px;
  }
}
@media only screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }
}
@media only screen and (max-width: 767px) {
  #sticky-addcart {
    bottom: 70px;
    padding: 14px 0;
  }
  #sticky-addcart .sticky_atc_content {
    display: none;
  }
  #sticky-addcart .sticky-action {
    flex-wrap: nowrap;
    grid-gap: 0;
    padding: 0;
  }
  #sticky-addcart .sticky-btn {
    grid-gap: 0;
    margin: 0 5px;
  }
  #sticky-addcart button {
    padding: 7px 20px;
    font-size: 1.2rem;
    margin: 0 5px;
  }
  .page-product-bundle #sticky-addcart {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  #sticky-addcart {
    bottom: 70px;
  }
  #sticky-addcart .sticky-action .price-box {
    display: none;
  }
}
/* =========================================================
   Ilumini – Acabamentos (botão + modal)
   ========================================================= */
.ilumini-acabamentos__trigger {
  background: var(--theme__color__primary) !important;
  border: 1px solid var(--theme__color__primary) !important;
  color: #fff !important;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.1s ease;
}
.ilumini-acabamentos__trigger:hover,
.ilumini-acabamentos__trigger:focus {
  background: var(--theme__color__primary--light) !important;
  border-color: var(--theme__color__primary--light) !important;
}
.ilumini-acabamentos__trigger:active {
  background: var(--theme__color__primary--light) !important;
  border-color: var(--theme__color__primary--light) !important;
  transform: translateY(1px);
}
.ilumini-acabamentos__ui-modal.modal-popup .modal-inner-wrap .modal-header {
  padding: 18px 60px 14px 24px !important;
  overflow: visible !important;
}
.ilumini-acabamentos__ui-modal.modal-popup .modal-inner-wrap .modal-header .modal-title {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: unset !important;
  line-height: 1.25;
}
.ilumini-acabamentos__ui-modal.modal-popup .action-close {
  right: 16px !important;
  top: 14px !important;
}
@media all and (min-width: 992px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 12px 6px 0;
  }
  .abs-product-options-list-desktop dt:after,
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 6px;
    word-break: break-all;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .column .block-addbysku .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    width: 48.8%;
  }
  .abs-blocks-2columns:nth-child(odd),
  .column .block-addbysku .block-content .box:nth-child(odd),
  .login-container .block:nth-child(odd),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns:nth-child(even),
  .column .block-addbysku .block-content .box:nth-child(even),
  .login-container .block:nth-child(even),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop,
  .column.main .magento-payments-review .actions-toolbar,
  .bundle-options-container .legend.title,
  .column.main .cart-summary .actions-toolbar,
  .cart.table-wrapper .item-actions .actions-toolbar,
  .gift-summary .actions-toolbar,
  .cart.table-wrapper .gift-summary .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar,
  .form-new-agreement .fieldset .legend,
  .form-new-agreement .actions-toolbar,
  .column.main .paypal-review .actions-toolbar {
    margin-left: 0;
  }
  .abs-add-fields-desktop .fieldset .field:not(.choice) .control,
  .form-giftregistry-share .fieldset .field:not(.choice) .control,
  .form-giftregistry-edit .fieldset .field:not(.choice) .control,
  .form-add-invitations .fieldset .field:not(.choice) .control,
  .form-create-return .fieldset .field:not(.choice) .control,
  .form.send.friend .fieldset .field:not(.choice) .control {
    width: 50%;
  }
  .abs-margin-for-forms-desktop,
  .fieldset .legend,
  .column:not(.sidebar-main) form .actions-toolbar,
  .column:not(.sidebar-additional) form .actions-toolbar,
  .login-container .fieldset:after {
    margin-left: 0;
  }
  .abs-visually-hidden-desktop,
  .dashboard-welcome-toggler,
  .modes-label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:before,
  .abs-pager-toolbar:after,
  .magento-payments-review .block-content:before,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:before,
  .magento-payments-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:before,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:before,
  .table .gift-wrapping .content:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:before,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:before,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:before,
  .header.content:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .account .toolbar:before,
  .account .toolbar:after,
  .toolbar-giftregistry-results:before,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:before,
  .toolbar-wishlist-results:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:after,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:after,
  .order-review-form:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:after,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:after,
  .page-header .header.panel:after,
  .block-wishlist-management:after,
  .account .toolbar:after,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .full-checkout .opc-wrapper,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field,
  .product-add-form .fieldset > .field,
  .product-add-form .fieldset .fields > .field {
    margin: 0 0 24px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label,
  .product-add-form .fieldset > .field:not(.choice) > .label,
  .product-add-form .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control,
  .product-add-form .fieldset > .field:not(.choice) > .control,
  .product-add-form .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label,
  .product-add-form .fieldset > .field > .label,
  .product-add-form .fieldset .fields > .field > .label {
    margin: 0 0 6px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before,
  .product-add-form .fieldset > .field.choice:before,
  .product-add-form .fieldset .fields > .field.choice:before,
  .product-add-form .fieldset > .field.no-label:before,
  .product-add-form .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(:first-child):last-of-type,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(:first-child):last-of-type,
  .product-add-form .fieldset > .field:not(:first-child):last-of-type,
  .product-add-form .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-no-display-desktop,
  .full-checkout .opc-estimated-wrapper,
  .opc-estimated-wrapper {
    display: none;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    margin-bottom: 24px;
    position: relative;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    float: right;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    float: left;
    line-height: normal;
    padding: 7px 0 0;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    float: left;
    position: relative;
    width: 73%;
  }
  .abs-shopping-cart-items-desktop .actions,
  .block-cart-failed .actions,
  .cart-container .form-cart .actions,
  .cart-container .cart-gift-item .actions {
    text-align: right;
  }
  .abs-shopping-cart-items-desktop .action.clear,
  .abs-shopping-cart-items-desktop .action.update,
  .block-cart-failed .action.clear,
  .block-cart-failed .action.update,
  .cart-container .form-cart .action.clear,
  .cart-container .form-cart .action.update,
  .cart-container .cart-gift-item .action.clear,
  .cart-container .cart-gift-item .action.update {
    margin-left: 12px;
  }
  .abs-shopping-cart-items-desktop .action.continue,
  .block-cart-failed .action.continue,
  .cart-container .form-cart .action.continue,
  .cart-container .cart-gift-item .action.continue {
    float: left;
  }
  h1 {
    font-size: 48px;
    margin-bottom: 30px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: var(--layout__max-width);
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
  }
  .page-main {
    width: 100%;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 50%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 75%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 1.5rem;
  }
  .page-layout-3columns .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 1.5rem;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 1.5rem;
  }
  .page-layout-3columns .sidebar-additional {
    width: 25%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main {
    padding-left: 1.5rem;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .fieldset > .field {
    margin: 0 0 24px;
    box-sizing: border-box;
    margin: 0 0 20px;
  }
  .fieldset > .field > .label {
    margin: 0;
  }
  .fieldset > .field:before,
  .fieldset > .field:after {
    content: '';
    display: table;
  }
  .fieldset > .field:after {
    clear: both;
  }
  .fieldset > .field.choice:before,
  .fieldset > .field.no-label:before {
    padding: 0 15px 0 0;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .fieldset > .field .description {
    padding: 0 15px 0 0;
    text-align: right;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .label {
    padding: 0 15px 0 0;
    text-align: right;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .control {
    width: 100%;
    float: left;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 24px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 24px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 6px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 500;
    line-height: 100%;
    font-size: 1.4rem;
    color: #222;
    text-decoration: none;
    background: #f6f6f6;
    border: 0;
    border-bottom: none;
    height: 100%;
    padding: 1.3rem 24px 1.3rem 24px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #222;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #fff;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #fff;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #2f6f62;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #2f6f62;
    color: #fff;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 2.3rem;
  }
  .product.data.items > .item.content {
    background: #f6f6f6;
    margin-top: 4rem;
    padding: 3rem 0 0 0;
    border: 0;
    border-top: 0;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .secondary {
    float: right;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 6px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .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 #e6e6e6;
  }
  .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 #e6e6e6;
  }
  .magento-payments-review-discount .block {
    margin-bottom: 18px;
  }
  .magento-payments-review-discount .block .title:after {
    display: inline;
    margin-left: 12px;
    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;
  }
  svg.checkmark {
    display: none;
  }
  .slick-prev {
    left: 15px;
  }
  .slick-next {
    right: 15px;
  }
  .slick-prev,
  .slick-prev {
    top: 40%;
  }
  .slick-list {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .slick-list .slick-slide {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .margin_item--20 .slick-list,
  [data-space-between-item="20"] .slick-list,
  .margin_item--20 .row,
  [data-space-between-item="20"] .row,
  .margin_item--20 .products-list .product-item-info,
  [data-space-between-item="20"] .products-list .product-item-info {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .margin_item--20 .slick-list .slick-slide,
  [data-space-between-item="20"] .slick-list .slick-slide,
  .margin_item--20 .row .slick-slide,
  [data-space-between-item="20"] .row .slick-slide,
  .margin_item--20 .products-list .product-item-info .slick-slide,
  [data-space-between-item="20"] .products-list .product-item-info .slick-slide,
  .margin_item--20 .slick-list > *[class*="col"],
  [data-space-between-item="20"] .slick-list > *[class*="col"],
  .margin_item--20 .row > *[class*="col"],
  [data-space-between-item="20"] .row > *[class*="col"],
  .margin_item--20 .products-list .product-item-info > *[class*="col"],
  [data-space-between-item="20"] .products-list .product-item-info > *[class*="col"],
  .margin_item--20 .slick-list > div[class*="product"],
  [data-space-between-item="20"] .slick-list > div[class*="product"],
  .margin_item--20 .row > div[class*="product"],
  [data-space-between-item="20"] .row > div[class*="product"],
  .margin_item--20 .products-list .product-item-info > div[class*="product"],
  [data-space-between-item="20"] .products-list .product-item-info > div[class*="product"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .margin_item--20:not(.widget-product-advanced) .slick-list > *[class*="col"]:not(.has-children),
  [data-space-between-item="20"]:not(.widget-product-advanced) .slick-list > *[class*="col"]:not(.has-children),
  .margin_item--20:not(.widget-product-advanced) .row > *[class*="col"]:not(.has-children),
  [data-space-between-item="20"]:not(.widget-product-advanced) .row > *[class*="col"]:not(.has-children) {
    margin-bottom: 2rem;
  }
  .margin_item--20 .products-list .product-item-info,
  [data-space-between-item="20"] .products-list .product-item-info {
    max-width: unset;
  }
  .margin_item--20 .products-list .product-item:not(:last-of-type),
  [data-space-between-item="20"] .products-list .product-item:not(:last-of-type) {
    margin-bottom: 2rem;
  }
  .margin_item--30 .slick-list,
  [data-space-between-item="30"] .slick-list,
  .margin_item--30 .row,
  [data-space-between-item="30"] .row,
  .margin_item--30 .products-list .product-item-info,
  [data-space-between-item="30"] .products-list .product-item-info {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .margin_item--30 .slick-list .slick-slide,
  [data-space-between-item="30"] .slick-list .slick-slide,
  .margin_item--30 .row .slick-slide,
  [data-space-between-item="30"] .row .slick-slide,
  .margin_item--30 .products-list .product-item-info .slick-slide,
  [data-space-between-item="30"] .products-list .product-item-info .slick-slide,
  .margin_item--30 .slick-list > *[class*="col"],
  [data-space-between-item="30"] .slick-list > *[class*="col"],
  .margin_item--30 .row > *[class*="col"],
  [data-space-between-item="30"] .row > *[class*="col"],
  .margin_item--30 .products-list .product-item-info > *[class*="col"],
  [data-space-between-item="30"] .products-list .product-item-info > *[class*="col"],
  .margin_item--30 .slick-list > div[class*="product"],
  [data-space-between-item="30"] .slick-list > div[class*="product"],
  .margin_item--30 .row > div[class*="product"],
  [data-space-between-item="30"] .row > div[class*="product"],
  .margin_item--30 .products-list .product-item-info > div[class*="product"],
  [data-space-between-item="30"] .products-list .product-item-info > div[class*="product"] {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .margin_item--30:not(.widget-product-advanced) .slick-list > *[class*="col"]:not(.has-children),
  [data-space-between-item="30"]:not(.widget-product-advanced) .slick-list > *[class*="col"]:not(.has-children),
  .margin_item--30:not(.widget-product-advanced) .row > *[class*="col"]:not(.has-children),
  [data-space-between-item="30"]:not(.widget-product-advanced) .row > *[class*="col"]:not(.has-children) {
    margin-bottom: 3rem;
  }
  .margin_item--30 .products-list .product-item .product-item-info,
  [data-space-between-item="30"] .products-list .product-item .product-item-info {
    max-width: unset;
  }
  .margin_item--30 .products-list .product-item:not(:last-of-type),
  [data-space-between-item="30"] .products-list .product-item:not(:last-of-type) {
    margin-bottom: 3rem;
  }
  .margin_item--40 .slick-list,
  [data-space-between-item="40"] .slick-list,
  .margin_item--40 .row,
  [data-space-between-item="40"] .row,
  .margin_item--40 .products-list .product-item-info,
  [data-space-between-item="40"] .products-list .product-item-info {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .margin_item--40 .slick-list .slick-slide,
  [data-space-between-item="40"] .slick-list .slick-slide,
  .margin_item--40 .row .slick-slide,
  [data-space-between-item="40"] .row .slick-slide,
  .margin_item--40 .products-list .product-item-info .slick-slide,
  [data-space-between-item="40"] .products-list .product-item-info .slick-slide,
  .margin_item--40 .slick-list > div[class*="col"],
  [data-space-between-item="40"] .slick-list > div[class*="col"],
  .margin_item--40 .row > div[class*="col"],
  [data-space-between-item="40"] .row > div[class*="col"],
  .margin_item--40 .products-list .product-item-info > div[class*="col"],
  [data-space-between-item="40"] .products-list .product-item-info > div[class*="col"],
  .margin_item--40 .slick-list > div[class*="product"],
  [data-space-between-item="40"] .slick-list > div[class*="product"],
  .margin_item--40 .row > div[class*="product"],
  [data-space-between-item="40"] .row > div[class*="product"],
  .margin_item--40 .products-list .product-item-info > div[class*="product"],
  [data-space-between-item="40"] .products-list .product-item-info > div[class*="product"] {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .margin_item--40 .product-item-info,
  [data-space-between-item="40"] .product-item-info {
    max-width: unset;
  }
  .margin_item--40:not(.widget-product-advanced) .slick-list > div[class*="col"]:not(.has-children),
  [data-space-between-item="40"]:not(.widget-product-advanced) .slick-list > div[class*="col"]:not(.has-children),
  .margin_item--40:not(.widget-product-advanced) .row > div[class*="col"]:not(.has-children),
  [data-space-between-item="40"]:not(.widget-product-advanced) .row > div[class*="col"]:not(.has-children) {
    margin-bottom: 4rem;
  }
  .modal-popup .button-close,
  .modal-popup .action-close,
  .modal-popup .action.close {
    right: -5px;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  .widget-blog-posts-grid-default .widget-blog-post-grid,
  .widget-blog-posts-grid-default-2 .widget-blog-post-grid,
  .widget-blog-posts-grid-default-4 .widget-blog-post-grid {
    grid-template-columns: 1fr 1fr;
  }
  .widget-blog-posts-grid-default .widget-blog-post-grid .elementor-blog-post-item:first-child,
  .widget-blog-posts-grid-default-2 .widget-blog-post-grid .elementor-blog-post-item:first-child,
  .widget-blog-posts-grid-default-4 .widget-blog-post-grid .elementor-blog-post-item:first-child {
    grid-column: 1/2;
    grid-row: 1/4;
  }
  .widget-lookbook-mansoy .widget-lookbook-wrapper .elementor-lookbook-item.col-lg-3:nth-child(3) {
    flex: 0 0 auto;
    width: 50%;
  }
  .block.widget .products-grid .product-item {
    width: 100%/4;
  }
  .products-grid .product-item .actions-secondary,
  .products-grid .field.choice.related {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 3;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
  }
  .products-grid .product-item .actions-secondary .action,
  .products-grid .field.choice.related .action,
  .products-grid .product-item .actions-secondary label,
  .products-grid .field.choice.related label {
    margin-bottom: 0.5rem;
  }
  .products-grid .product-item .actions-secondary .action:hover:before,
  .products-grid .field.choice.related .action:hover:before,
  .products-grid .product-item .actions-secondary label:hover:before,
  .products-grid .field.choice.related label:hover:before {
    color: var(--button__hover__color);
  }
  .products-grid .product-item .actions-secondary,
  .products-grid .product-item .field.choice.related {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .products-grid .product-item .actions-secondary:hover .action,
  .products-grid .product-item .field.choice.related:hover .action,
  .products-grid .product-item .actions-secondary:hover label,
  .products-grid .product-item .field.choice.related:hover label {
    color: #2f6f62;
  }
  .products-grid .product-item .actions-secondary .action {
    margin-bottom: 0.5rem;
  }
  .products-grid .product-item .actions-secondary .action:not(:hover) {
    color: var(--text__color);
  }
  .products-grid .product-item .actions-secondary .action:hover:before {
    color: var(--button__hover__color);
  }
  .products-grid .product-item:hover .field.choice.related {
    opacity: 1;
    visibility: visible;
  }
  .products-grid .product-item .product_item_images {
    position: relative;
  }
  .products-grid .product-item .product_item_images .product-item-actions_middle {
    position: absolute;
    left: 50%;
    top: 40%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    z-index: 3;
    display: flex;
    flex-direction: column-reverse;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .products-grid .product-item .product_item_images .product-item-actions_middle > * {
    width: 100%;
    border-radius: var(--button__border-radius);
    overflow: hidden;
  }
  .products-grid .product-item .product_item_images .product-item-actions_middle .action {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    box-sizing: border-box;
    border: 0;
    margin: 5px 0;
    position: relative;
    overflow: hidden;
    display: block;
    text-align: center;
    border-radius: var(--button__border-radius);
    background: #fff;
    padding: 8px 20px;
    min-width: 150px;
  }
  .products-grid .product-item .product_item_images .product-item-actions_middle .action:focus,
  .products-grid .product-item .product_item_images .product-item-actions_middle .action:active {
    background: none;
    border: none;
  }
  .products-grid .product-item .product_item_images .product-item-actions_middle .action:hover {
    background: none;
    border: none;
  }
  .products-grid .product-item .product_item_images .product-item-actions_middle .action.disabled,
  .products-grid .product-item .product_item_images .product-item-actions_middle .action[disabled],
  fieldset[disabled] .products-grid .product-item .product_item_images .product-item-actions_middle .action {
    pointer-events: none;
    opacity: 0.5;
  }
  .products-grid .product-item .product_item_images .product-item-actions_middle .action:focus,
  .products-grid .product-item .product_item_images .product-item-actions_middle .action:active {
    background: #fff;
  }
  .products-grid .product-item .product_item_images .product-item-actions_middle .action:not(.loading):hover {
    background: #222;
  }
  .products-grid .product-item .product_item_images .product-item-actions_middle .action:before,
  .products-grid .product-item .product_item_images .product-item-actions_middle .action span {
    -webkit-transition: transform 0.25s, opacity 0.15s;
    -moz-transition: transform 0.25s, opacity 0.15s;
    -ms-transition: transform 0.25s, opacity 0.15s;
    transition: transform 0.25s, opacity 0.15s;
  }
  .products-grid .product-item .product_item_images .product-item-actions_middle .action::before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: -2px;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    background-color: #222;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--button__border-radius);
  }
  .products-grid .product-item .product_item_images .product-item-actions_middle .action span {
    color: #222;
    align-items: center;
    white-space: nowrap;
    width: 100%;
    display: block;
  }
  .products-grid .product-item .product_item_images .product-item-actions_middle .action span:before {
    position: relative;
    top: 2px;
    display: none;
  }
  .products-grid .product-item .product_item_images .product-item-actions_middle .action.loading:hover {
    background: #fff;
  }
  .products-grid .product-item .product_item_images .product-item-actions_middle .action.loading span:before {
    display: inline-block;
  }
  .products-grid .product-item .product_item_images .product-item-actions_middle .action:not(.loading):hover::before {
    bottom: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .products-grid .product-item .product_item_images .product-item-actions_middle .action:not(.loading):hover span {
    -webkit-transform: translateY(-120%);
    -moz-transform: translateY(-120%);
    -ms-transform: translateY(-120%);
    transform: translateY(-120%);
  }
  .products-grid .product-item .product_item_images:hover .product-item-actions_middle {
    top: 50%;
    opacity: 1;
    visibility: visible;
  }
  .products-grid .product-item .product_item_images:hover .actions-secondary {
    opacity: 1;
    visibility: visible;
  }
  .product__style-2 .products-grid .product-item .product_item_images .product-item-actions_middle {
    top: 50%;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
  }
  .product__style-2 .products-grid .product-item .product_item_images .product-item-actions_middle > * {
    width: auto;
    position: relative;
  }
  .product__style-2 .products-grid .product-item .product_item_images .product-item-actions_middle > *.button_quickview {
    animation-delay: 0.1s;
  }
  .product__style-2 .products-grid .product-item .product_item_images .product-item-actions_middle .action {
    padding: 0;
    margin: 0 3px;
    display: block;
    width: 48px;
    min-width: unset;
  }
  .product__style-2 .products-grid .product-item .product_item_images .product-item-actions_middle .action:before {
    background-color: transparent;
    position: static;
    transform: none;
    width: 48px;
    height: 48px;
    font-size: 18px;
    font-weight: 600;
    color: #222;
  }
  .product__style-2 .products-grid .product-item .product_item_images .product-item-actions_middle .action span {
    font-size: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .product__style-2 .products-grid .product-item .product_item_images .product-item-actions_middle .action span:before {
    margin-right: 0;
  }
  .product__style-2 .products-grid .product-item .product_item_images .product-item-actions_middle .action:hover:before {
    color: #fff;
  }
  .product__style-2 .products-grid .product-item .product_item_images:hover .product-item-actions_middle {
    opacity: 1;
    visibility: visible;
  }
  .product__style-2 .products-grid .product-item .product_item_images:hover .product-item-actions_middle > * {
    -webkit-animation: 0.5s ease-out 0s 1 normal forwards running fadeInUp;
    -moz-animation: 0.5s ease-out 0s 1 normal forwards running fadeInUp;
    -ms-animation: 0.5s ease-out 0s 1 normal forwards running fadeInUp;
    animation: 0.5s ease-out 0s 1 normal forwards running fadeInUp;
  }
  .product__style-2 .products-grid .product-item .actions-secondary .action.towishlist:before,
  .product__style-2 .products-grid .product-item .actions-secondary .action.tocompare:before {
    color: #222;
    font-size: 1.8rem;
  }
  .product__style-2 .products-grid .product-item .actions-secondary .action.towishlist:hover:before,
  .product__style-2 .products-grid .product-item .actions-secondary .action.tocompare:hover:before {
    color: #2f6f62;
  }
  .product__style-4 .products-grid .product_item_images {
    margin-bottom: 1.7rem;
  }
  .product__style-4 .products-grid .product-item-details div[class*="swatch-opt"] .swatch-attribute.size {
    top: -2.1rem;
  }
  .product__style-4 .products-grid .product-item-name {
    font-weight: 500;
    letter-spacing: 0.5px;
    font-size: 1.6rem;
  }
  .product__style-4 .products-grid .product-item .product_item_images .products-image-hover,
  .product__style-5 .products-grid .product-item .product_item_images .products-image-hover {
    opacity: 0;
    pointer-events: none;
    transform: none;
    -webkit-transition: opacity 0.5s, transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
    -moz-transition: opacity 0.5s, transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
    -ms-transition: opacity 0.5s, transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
    transition: opacity 0.5s, transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  }
  .product__style-4 .products-grid .product-item .product_item_images .product-item-actions_middle,
  .product__style-5 .products-grid .product-item .product_item_images .product-item-actions_middle {
    top: 50%;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
  }
  .product__style-4 .products-grid .product-item .product_item_images .product-item-actions_middle > *,
  .product__style-5 .products-grid .product-item .product_item_images .product-item-actions_middle > * {
    width: auto;
    position: relative;
    -webkit-transform: translateY(25px) translateZ(0);
    -moz-transform: translateY(25px) translateZ(0);
    -ms-transform: translateY(25px) translateZ(0);
    transform: translateY(25px) translateZ(0);
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s, transform 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, visibility 0.3s, transform 0.3s, -webkit-transform 0.3s;
    -ms-transition: opacity 0.3s, visibility 0.3s, transform 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s, -webkit-transform 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
  }
  .product__style-4 .products-grid .product-item .product_item_images .product-item-actions_middle > *.button_quickview,
  .product__style-5 .products-grid .product-item .product_item_images .product-item-actions_middle > *.button_quickview {
    -webkit-transition: opacity 0.6s, visibility 0.6s, transform 0.6s, -webkit-transform 0.6s;
    -moz-transition: opacity 0.6s, visibility 0.6s, transform 0.6s, -webkit-transform 0.6s;
    -ms-transition: opacity 0.6s, visibility 0.6s, transform 0.6s, -webkit-transform 0.6s;
    transition: opacity 0.6s, visibility 0.6s, transform 0.6s, -webkit-transform 0.6s;
  }
  .product__style-4 .products-grid .product-item .product_item_images .product-item-actions_middle .action,
  .product__style-5 .products-grid .product-item .product_item_images .product-item-actions_middle .action {
    padding: 0;
    margin: 0 5px;
    display: block;
    width: 48px;
    min-width: unset;
    border-radius: 0;
  }
  .product__style-4 .products-grid .product-item .product_item_images .product-item-actions_middle .action:before,
  .product__style-5 .products-grid .product-item .product_item_images .product-item-actions_middle .action:before {
    background-color: transparent;
    position: static;
    transform: none;
    width: 48px;
    height: 48px;
    font-size: 18px;
    font-weight: 600;
    color: #222;
  }
  .product__style-4 .products-grid .product-item .product_item_images .product-item-actions_middle .action.tocart,
  .product__style-5 .products-grid .product-item .product_item_images .product-item-actions_middle .action.tocart {
    position: relative;
  }
  .product__style-4 .products-grid .product-item .product_item_images .product-item-actions_middle .action.tocart.loading::before,
  .product__style-5 .products-grid .product-item .product_item_images .product-item-actions_middle .action.tocart.loading::before {
    opacity: 0;
    transition: none;
  }
  .product__style-4 .products-grid .product-item .product_item_images .product-item-actions_middle .action.tocart.loading span,
  .product__style-5 .products-grid .product-item .product_item_images .product-item-actions_middle .action.tocart.loading span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .product__style-4 .products-grid .product-item .product_item_images .product-item-actions_middle .action.tocart.loading span:before,
  .product__style-5 .products-grid .product-item .product_item_images .product-item-actions_middle .action.tocart.loading span:before {
    position: static;
    margin: 0;
  }
  .product__style-4 .products-grid .product-item .product_item_images .product-item-actions_middle .action span,
  .product__style-5 .products-grid .product-item .product_item_images .product-item-actions_middle .action span {
    font-size: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .product__style-4 .products-grid .product-item .product_item_images .product-item-actions_middle .action span:before,
  .product__style-5 .products-grid .product-item .product_item_images .product-item-actions_middle .action span:before {
    margin-right: 0;
  }
  .product__style-4 .products-grid .product-item .product_item_images .product-item-actions_middle .action:hover:before,
  .product__style-5 .products-grid .product-item .product_item_images .product-item-actions_middle .action:hover:before {
    color: #fff;
  }
  .product__style-4 .products-grid .product-item .product_item_images .label-product,
  .product__style-5 .products-grid .product-item .product_item_images .label-product {
    border-radius: 0;
    width: auto;
    min-width: 60px;
    height: auto;
    padding: 4px 10px;
  }
  .product__style-4 .products-grid .product-item .product_item_images:hover .products-image-hover,
  .product__style-5 .products-grid .product-item .product_item_images:hover .products-image-hover {
    opacity: 1;
  }
  .product__style-4 .products-grid .product-item .product_item_images:hover .product-item-actions_middle > *,
  .product__style-5 .products-grid .product-item .product_item_images:hover .product-item-actions_middle > * {
    -webkit-transform: translateY(0) translateZ(0);
    -moz-transform: translateY(0) translateZ(0);
    -ms-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
    opacity: 1;
    visibility: visible;
  }
  .product__style-4 .products-grid .product-item .actions-secondary .action.towishlist:before,
  .product__style-5 .products-grid .product-item .actions-secondary .action.towishlist:before,
  .product__style-4 .products-grid .product-item .actions-secondary .action.tocompare:before,
  .product__style-5 .products-grid .product-item .actions-secondary .action.tocompare:before {
    color: #222;
    font-size: 1.8rem;
  }
  .product__style-4 .products-grid .product-item .actions-secondary .action.towishlist:hover:before,
  .product__style-5 .products-grid .product-item .actions-secondary .action.towishlist:hover:before,
  .product__style-4 .products-grid .product-item .actions-secondary .action.tocompare:hover:before,
  .product__style-5 .products-grid .product-item .actions-secondary .action.tocompare:hover:before {
    color: #2f6f62;
  }
  .product__style-4 .products-grid .product-item .product-item-details div[class*="swatch-opt"] .swatch-attribute.color .swatch-option::before,
  .product__style-5 .products-grid .product-item .product-item-details div[class*="swatch-opt"] .swatch-attribute.color .swatch-option::before,
  .product__style-4 .products-grid .product-item .product-item-details div[class*="swatch-opt"] .swatch-attribute.color .swatch-option,
  .product__style-5 .products-grid .product-item .product-item-details div[class*="swatch-opt"] .swatch-attribute.color .swatch-option {
    border-radius: 0;
  }
  .product__style-5 .products-grid .product-item .product_item_images .product-item-actions_middle {
    top: auto;
    bottom: 15px;
    left: 0;
    right: 0;
    transform: none;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
  }
  .product__style-5 .products-grid .product-item .product_item_images .product-item-actions_middle .actions-primary {
    margin-left: 1px;
  }
  .product__style-5 .products-grid .product-item .product_item_images .product-item-actions_middle .action {
    padding: 0;
    margin: 0;
    display: block;
    width: 48px;
    min-width: unset;
    border-radius: 1px;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  }
  .product__style-5 .products-grid .product-item .product-item-details {
    text-align: center;
  }
  .product__style-5 .products-grid .product-item .product-item-details .price-box {
    text-align: center;
    justify-content: center;
  }
  .product__style-5 .products-grid .product-item .product-item-details .swatch-attribute .swatch-attribute-options {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .product__style-6 .image_hover_effects--zoom-overlay .product-image-wrapper::before {
    background-color: rgba(255, 255, 255, 0.5);
  }
  .product__style-6 .products-grid .product-item .product_item_images .product-item-actions_middle {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  .product__style-6 .products-grid .product-item .product_item_images .product-item-actions_middle .action,
  .product__style-6 .products-grid .product-item .product_item_images .actions-secondary .action {
    padding: 0;
    margin: 2px 0;
    display: block;
    min-width: unset;
    border-radius: 50%;
    width: auto;
    height: auto;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .product__style-6 .products-grid .product-item .product_item_images .product-item-actions_middle .action:before,
  .product__style-6 .products-grid .product-item .product_item_images .actions-secondary .action:before {
    background-color: #fff;
    position: static;
    transform: none;
    width: 32px;
    height: 32px;
    font-size: 14px;
    font-weight: 600;
    color: #222;
    border-radius: 50%;
    border: 1px solid #222;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .product__style-6 .products-grid .product-item .product_item_images .product-item-actions_middle .action.towishlist,
  .product__style-6 .products-grid .product-item .product_item_images .actions-secondary .action.towishlist {
    margin: 0;
    opacity: 0;
    visibility: hidden;
  }
  .product__style-6 .products-grid .product-item .product_item_images .product-item-actions_middle .action.towishlist::before,
  .product__style-6 .products-grid .product-item .product_item_images .actions-secondary .action.towishlist::before {
    font-size: 1.3rem;
  }
  .product__style-6 .products-grid .product-item .product_item_images .product-item-actions_middle .action.tocart,
  .product__style-6 .products-grid .product-item .product_item_images .actions-secondary .action.tocart {
    position: relative;
  }
  .product__style-6 .products-grid .product-item .product_item_images .product-item-actions_middle .action.tocart.loading::before,
  .product__style-6 .products-grid .product-item .product_item_images .actions-secondary .action.tocart.loading::before {
    opacity: 0;
    transition: none;
  }
  .product__style-6 .products-grid .product-item .product_item_images .product-item-actions_middle .action.tocart.loading span,
  .product__style-6 .products-grid .product-item .product_item_images .actions-secondary .action.tocart.loading span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .product__style-6 .products-grid .product-item .product_item_images .product-item-actions_middle .action.tocart.loading span:before,
  .product__style-6 .products-grid .product-item .product_item_images .actions-secondary .action.tocart.loading span:before {
    position: static;
    margin: 0;
  }
  .product__style-6 .products-grid .product-item .product_item_images .product-item-actions_middle .action span,
  .product__style-6 .products-grid .product-item .product_item_images .actions-secondary .action span {
    font-size: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .product__style-6 .products-grid .product-item .product_item_images .product-item-actions_middle .action span:before,
  .product__style-6 .products-grid .product-item .product_item_images .actions-secondary .action span:before {
    margin-right: 0;
  }
  .product__style-6 .products-grid .product-item .product_item_images .product-item-actions_middle .action:hover:before,
  .product__style-6 .products-grid .product-item .product_item_images .actions-secondary .action:hover:before {
    background-color: #2f6f62;
    border-color: #2f6f62;
    color: #fff;
  }
  .product__style-6 .products-grid .product-item .product_item_images .product-item-actions {
    position: absolute;
    top: 0;
    left: -15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: 1;
  }
  .product__style-6 .products-grid .product-item .product_item_images .product-item-actions .actions-secondary,
  .product__style-6 .products-grid .product-item .product_item_images .product-item-actions .product-item-actions_middle {
    position: static;
    opacity: 1;
    visibility: visible;
  }
  .product__style-6 .products-grid .product-item .product_item_images .product-item-actions a.action.tocompare {
    display: none;
  }
  .product__style-6 .products-grid .product-item .product_item_images:hover .product-item-actions {
    left: 0;
  }
  .product__style-6 .products-grid .product-item .product_item_images:hover .product-item-actions_middle .action,
  .product__style-6 .products-grid .product-item .product_item_images:hover .actions-secondary .action {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .product__style-6 .products-grid .product-item .product_item_images:hover .product-item-actions_middle > * {
    opacity: 1;
    visibility: visible;
  }
  .final-date-product-countdown-timers {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .final-date-product-countdown-timers > * {
    min-width: 60px;
    min-height: 60px;
  }
  .final-date-product-countdown-timers .countdown_ti {
    font-size: 16px;
  }
  .final-date-product-countdown-timers .countdown_tx {
    font-size: 14px;
  }
  *[class*=widget-product-countdown-timers] .product-item .product-item-info {
    position: relative;
  }
  *[class*=widget-product-countdown-timers] .product-item .product-item-details {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px;
    -webkit-background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0) 100%);
    -moz-background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0) 100%);
    -ms-background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0) 100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  *[class*=widget-product-countdown-timers] .product-item .product-item-details .price-box > .price-container *,
  *[class*=widget-product-countdown-timers] .product-item .product-item-details .price-box > *:not(.special-price) .price-container *,
  *[class*=widget-product-countdown-timers] .product-item .product-item-details .price-box .old-price,
  *[class*=widget-product-countdown-timers] .product-item .product-item-details .product-item-name > a {
    color: #fff;
  }
  *[class*=widget-product-countdown-timers] .product-item:hover .final-date-product-countdown-timers {
    opacity: 0;
  }
  *[class*=widget-product-countdown-timers] .product-item:hover .product-item-details {
    opacity: 1;
    visibility: visible;
  }
  .widget-testimonial-slider-design--2 .slick-slide:not(:first-child) .elementor-testimonial-item {
    margin-left: -1px;
  }
  .widget-testimonial-slider-design--2 .slick-slide:nth-child(3) .elementor-testimonial-item {
    margin-left: -2px;
  }
  .static-menu-click {
    display: none;
  }
  .header-static-menu + .elementor-content-static-menu {
    display: block;
  }
  .h-title-tab {
    margin-bottom: -35px;
  }
  .w-230 .pagebuilder-mobile-hidden {
    width: 230px;
  }
  .block-search.block-quick-search .form-minisearch {
    min-width: 250px;
  }
  .block-search.search_type_defaut .actions .search {
    position: static;
    background-image: none;
    background: var(--button__background);
    border: 2px solid var(--button__color);
    color: var(--button__color);
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-weight: var(--button__font-weight);
    margin: 0;
    padding: 7px 25px;
    font-size: 1.4rem;
    line-height: 2.24rem;
    box-sizing: border-box;
    vertical-align: middle;
    background-color: #2f6f62;
    border-color: #2f6f62;
    padding: 5px 25px;
    border-radius: 40px;
    min-width: 130px;
    color: #fff;
    min-height: 40px;
  }
  .block-search.search_type_defaut .actions .search:focus,
  .block-search.search_type_defaut .actions .search:active {
    background: var(--button__hover__background);
    border: 2px solid #2f6f62;
    color: var(--button__hover__color);
  }
  .block-search.search_type_defaut .actions .search:hover {
    background: var(--button__hover__background);
    border: 2px solid #2f6f62;
    color: var(--button__hover__color);
  }
  .block-search.search_type_defaut .actions .search.disabled,
  .block-search.search_type_defaut .actions .search[disabled],
  fieldset[disabled] .block-search.search_type_defaut .actions .search {
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
  }
  .block-search.search_type_defaut .actions .search:hover {
    opacity: 0.7;
  }
  .block-search.search_type_defaut .actions .search::before {
    display: none;
  }
  .block-search.search_type_defaut .actions .search span {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
  }
  .block-search.search_type_popup .rokan-autocomplete-wrapper .product-items {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    flex-wrap: nowrap;
  }
  .block-search.search_type_popup .rokan-autocomplete-wrapper .product-items > li {
    flex: 0 0 50%;
    width: 50%;
  }
  .form-mercadopago .mp-spacing-right {
    margin-right: 8px;
  }
  .form-mercadopago .legend .credit-card-types .item img {
    width: 32px;
  }
  .mp-credits-message-box {
    text-align: left;
  }
  .form-logout .actions-toolbar > .primary {
    float: right;
  }
  .form-logout .actions-toolbar .action.primary {
    margin: 0;
  }
  .actions-identification .actions-toolbar > .primary {
    float: right;
  }
  .opc-wrapper .form-identification,
  .opc-wrapper .form-account-create,
  .opc-wrapper .is-new-customer {
    max-width: 600px;
  }
  .body-full-checkout {
    /**
         * @codingStandardsIgnoreStart
         */
  }
  .body-full-checkout #maincontent {
    margin-left: unset;
    margin-right: unset;
    max-width: unset;
    overflow-x: hidden;
    padding-left: unset;
    padding-right: unset;
  }
  .body-full-checkout #maincontent #checkout {
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    max-width: var(--layout__max-width);
    min-height: 100vh;
  }
  .body-full-checkout #maincontent #checkout .checkout-header .logo-checkout {
    text-align: left;
  }
  .body-full-checkout #maincontent #checkout.checkout-container .checkout-content {
    float: left;
    margin: 48px 0;
    padding-left: 48px;
    padding-right: 48px;
    width: 750px;
  }
  .body-full-checkout #maincontent #checkout.checkout-container .checkout-content .opc-wrapper {
    max-width: 500px;
    padding-right: 0;
    width: 100%;
  }
  .body-full-checkout #maincontent #checkout.checkout-container .checkout-content .checkout-header .logo-checkout {
    text-align: left;
  }
  .body-full-checkout #maincontent #checkout.checkout-container .checkout-content .checkout-header .logo-checkout .img-logo-checkout {
    max-width: 150px;
  }
  .body-full-checkout #maincontent #checkout.checkout-container .opc-right {
    float: right;
    position: relative;
    width: 100%/5 + 100%/5;
  }
  .body-full-checkout #maincontent #checkout.checkout-container .opc-right::after {
    content: '';
    display: block;
    width: 100vw;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: #f4f4f4;
    z-index: -1;
    background-position: left top;
    box-shadow: 1px 0 0 #f4f4f4 inset;
  }
  .body-full-checkout #maincontent #checkout.checkout-container .opc-right .opc-sidebar {
    float: unset;
    position: relative;
    width: 100%;
  }
  .body-full-checkout .columns .column.main {
    padding-bottom: 0;
  }
  .full-checkout .opc-wrapper {
    width: 100%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 36px;
  }
  .full-checkout .opc-wrapper .step-content {
    margin: unset;
  }
  .full-checkout .modal-popup .form-shipping-address {
    max-width: 500px;
  }
  .full-checkout .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 24px;
  }
  .body-full-checkout .full-checkout .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .full-checkout .checkout-payment-method .payment-method-content {
    padding: 24px 24px 48px 24px;
  }
  .full-checkout .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .full-checkout .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .full-checkout .checkout-billing-address .action-update {
    float: right;
  }
  .full-checkout .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 24px 0 0;
  }
  .full-checkout .checkout-payment-method .theme-full-checkout-payment-additional {
    display: none;
  }
  .full-checkout .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .body-full-checkout .full-checkout .opc-sidebar {
    margin: 48px 0 24px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .body-full-checkout .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .body-full-checkout .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .body-full-checkout .checkout-shipping-method .actions-toolbar .action.primary.button {
    margin-top: 2px;
  }
  .body-full-checkout .checkout-container .opc-wrapper .form-login,
  .body-full-checkout .checkout-container .opc-wrapper .form-shipping-address {
    margin-top: unset;
    max-width: 500px;
  }
  .body-full-checkout .checkout-container .opc-wrapper .form-login {
    border-bottom: 1px solid #ccc;
    padding-bottom: 24px;
  }
  .full-checkout .form-logout .actions-toolbar > .primary {
    float: right;
  }
  .full-checkout .form-logout .actions-toolbar .action.primary {
    margin: 0;
  }
  .full-checkout .form-account-create .actions-toolbar .action.primary {
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    background-image: none;
    background: #2f6f62;
    border: 2px solid #2f6f62;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-weight: var(--button__font-weight);
    padding: 7px 25px;
    font-size: 1.4rem;
    box-sizing: border-box;
    vertical-align: middle;
    width: auto;
  }
  .full-checkout .form-account-create .actions-toolbar .action.primary:focus,
  .full-checkout .form-account-create .actions-toolbar .action.primary:active {
    background: none;
    border: none;
  }
  .full-checkout .form-account-create .actions-toolbar .action.primary:hover {
    background: none;
    border: none;
  }
  .full-checkout .form-account-create .actions-toolbar .action.primary.disabled,
  .full-checkout .form-account-create .actions-toolbar .action.primary[disabled],
  fieldset[disabled] .full-checkout .form-account-create .actions-toolbar .action.primary {
    pointer-events: none;
    opacity: 0.5;
  }
  .full-checkout .form-account-create .actions-toolbar .action.primary:focus,
  .full-checkout .form-account-create .actions-toolbar .action.primary:active {
    background: #2f6f62;
    border: 2px solid #2f6f62;
    color: #fff;
  }
  .full-checkout .form-account-create .actions-toolbar .action.primary:hover {
    background: #2f6f62;
    border: 2px solid #2f6f62;
    color: #fff;
  }
  .full-checkout .form-account-create .actions-toolbar .action.primary.disabled,
  .full-checkout .form-account-create .actions-toolbar .action.primary[disabled],
  fieldset[disabled] .full-checkout .form-account-create .actions-toolbar .action.primary {
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
  }
  .full-checkout .actions-identification .actions-toolbar > .primary {
    float: right;
  }
  .full-checkout .opc-wrapper .is-customer,
  .full-checkout .opc-wrapper .is-new-customer {
    background: #f4f4f4;
    max-width: 500px;
  }
  .full-checkout .opc-wrapper .is-customer .fieldset,
  .full-checkout .opc-wrapper .is-new-customer .fieldset {
    border-bottom: unset;
    border-top: unset;
    margin: 0 6px;
    background: unset;
  }
  .full-checkout .opc-wrapper .is-customer {
    margin: 6px;
  }
  .full-checkout .authentication-dropdown {
    background-color: #fff;
    border: 1px solid #aeaeae;
    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%;
  }
  .full-checkout .authentication-dropdown._show {
    z-index: 100;
    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;
  }
  .full-checkout .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .full-checkout .theme-full-checkout-block-authentication .block-title {
    font-size: 3rem;
    border-bottom: 0;
    margin-bottom: 30px;
  }
  .full-checkout .theme-full-checkout-block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .full-checkout .theme-full-checkout-block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .full-checkout .theme-full-checkout-block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .full-checkout .popup-authentication .modal-inner-wrap {
    min-width: 992px;
    width: 60%;
  }
  .full-checkout .popup-authentication .theme-full-checkout-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;
  }
  .full-checkout .popup-authentication .block[class],
  .full-checkout .popup-authentication .form-login,
  .full-checkout .popup-authentication .fieldset,
  .full-checkout .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;
  }
  .full-checkout .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 12px 36px 0 0;
    width: 50%;
  }
  .full-checkout .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 12px 0 0 48px;
  }
  .full-checkout .popup-authentication .block[class] + .block::before {
    left: 0;
    top: 50%;
  }
  .full-checkout .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .block-cart-failed .actions {
    text-align: left;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    position: relative;
    width: 40%;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .block-category-event.block:last-child {
    margin-bottom: 36px;
    padding: 12px 0 36px;
  }
  .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;
  }
  .cart.table-wrapper .item .col.item {
    display: table-cell;
    width: 40%;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-summary {
    float: right;
    position: relative;
    width: 23%;
  }
  .column.main .cart-summary .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 24px;
    margin: 0 0 12px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 6px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper .item .col.item {
    padding: 2rem 0.8rem;
  }
  .cart.table-wrapper .item-actions td {
    text-align: right;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 24px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart.table-wrapper .item-actions .actions-toolbar {
    text-align: left;
  }
  .cart .action {
    margin-bottom: 12px;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
    margin: 0 0 1px;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 7px;
    padding-top: 8px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 30px;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    right: -15px;
    width: 390px;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 36px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 22px 0 0;
  }
  .opc-progress-bar-item {
    width: 185px;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 600px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 12px;
  }
  .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: 600px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 24px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #fff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear 0.1s, visibility 0s linear 0.1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear 0.1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 3rem;
    border-bottom: 0;
    margin-bottom: 30px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 992px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 12px 36px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 12px 0 0 48px;
  }
  .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-payment-method .payment-method-content .fieldset > .field {
    margin: 0 0 24px;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.choice:before {
    padding: 0;
    width: 0;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
    margin-left: 25.8%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {
    margin-left: 0;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 24px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .login-container .block .login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 36px;
  }
  .login-container .block .login .actions-toolbar > .secondary {
    float: left;
  }
  .fieldset .fullname .field .label {
    padding: 0 15px 0 0;
    text-align: right;
    box-sizing: border-box;
    float: left;
  }
  .fieldset .fullname .field .control {
    width: 100%;
    float: left;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 24px;
    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%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 12px 12px 0;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-downloadable .product-options-bottom .field.qty + .actions {
    padding-top: 0;
  }
  .gift-message .field {
    margin-bottom: 24px;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    float: right;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 24px;
  }
  .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 #e6e6e6;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .cart.table-wrapper .action-gift {
    float: left;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 20px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field {
    margin: 0 0 24px;
    box-sizing: border-box;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field > .label {
    margin: 0;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    content: '';
    display: table;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    clear: both;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.choice:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.no-label:before {
    padding: 0 15px 0 0;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field .description {
    padding: 0 15px 0 0;
    text-align: right;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .label {
    padding: 0 15px 0 0;
    text-align: right;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .control {
    width: 100%;
    float: left;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 24px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 24px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 20px;
  }
  .table-invitations .col {
    width: 50%;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #e6e6e6;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .reward-settings + .actions-toolbar {
    margin-top: -32px;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 20px;
  }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 24px;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .table-order-items .subtotal,
  .table-order-items .amount {
    text-align: right;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .page-title-wrapper .order-date {
    margin-top: -15px;
  }
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 24px;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .page-products *:not(.section-product) .products-grid .product-items:not(.container-products-masonry,.container-products-packery, .widget-product-countdown-timers-grid, .widget-daily-deal-grid) .product-item,
  .page-products *:not(.section-product) .products-grid .product-items:not(.container-products-masonry) .product-item,
  .page-products *:not(.section-product) .products-grid .product-items:not(.container-products-packery) .product-item,
  .page-products *:not(.section-product) .products-grid .product-items:not(.widget-product-countdown-timers-grid) .product-item,
  .page-products *:not(.section-product) .products-grid .product-items:not(.widget-daily-deal-grid) .product-item {
    width: 100%/3;
  }
  .page-products *:not(.section-product) .products-grid .product-items:not(.container-products-masonry,.container-products-packery, .widget-product-countdown-timers-grid, .widget-daily-deal-grid) .product-item:nth-child(3n + 1),
  .page-products *:not(.section-product) .products-grid .product-items:not(.container-products-masonry) .product-item:nth-child(3n + 1),
  .page-products *:not(.section-product) .products-grid .product-items:not(.container-products-packery) .product-item:nth-child(3n + 1),
  .page-products *:not(.section-product) .products-grid .product-items:not(.widget-product-countdown-timers-grid) .product-item:nth-child(3n + 1),
  .page-products *:not(.section-product) .products-grid .product-items:not(.widget-daily-deal-grid) .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column *:not(.section-product) .products-grid .product-items:not(.container-products-masonry,.container-products-packery, .widget-product-countdown-timers-grid, .widget-daily-deal-grid) .product-item,
  .page-products.page-layout-1column *:not(.section-product) .products-grid .product-items:not(.container-products-masonry) .product-item,
  .page-products.page-layout-1column *:not(.section-product) .products-grid .product-items:not(.container-products-packery) .product-item,
  .page-products.page-layout-1column *:not(.section-product) .products-grid .product-items:not(.widget-product-countdown-timers-grid) .product-item,
  .page-products.page-layout-1column *:not(.section-product) .products-grid .product-items:not(.widget-daily-deal-grid) .product-item {
    width: 100%/4;
  }
  .page-products.page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.container-products-masonry,.container-products-packery, .widget-product-countdown-timers-grid, .widget-daily-deal-grid) .product-item,
  .page-products.page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.container-products-masonry) .product-item,
  .page-products.page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.container-products-packery) .product-item,
  .page-products.page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.widget-product-countdown-timers-grid) .product-item,
  .page-products.page-layout-3columns *:not(.section-product) .products-grid .product-items:not(.widget-daily-deal-grid) .product-item {
    width: 100%/2;
  }
  .page-products .columns {
    padding-top: 0;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
  }
  .modes {
    display: inline-block;
    margin-right: 0;
    padding-top: 1px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    color: var(--heading__color__base);
  }
  .modes-mode.active {
    color: var(--link__hover__color);
  }
  .modes-mode.active:before {
    color: inherit;
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
  }
  .page-layout-1column .product-info-main {
    width: 48.8%;
  }
  .page-layout-1column .product.media {
    width: 49.2%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .magnifier-preview {
    border: 1px solid #e6e6e6;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  }
  .filter .block-subtitle {
    font-weight: var(--text-weight);
    display: none;
  }
  .filter .block-subtitle:not(.filter-current-subtitle) {
    margin-bottom: 3rem;
  }
  .filter.block {
    margin-bottom: 3rem;
  }
  .filter-title {
    display: none;
  }
  .filter-options-content {
    padding-bottom: 2.6rem;
    display: block !important;
  }
  .filter-options-item {
    margin: 0 0 3rem;
  }
  .filter-actions {
    margin-bottom: 36px;
  }
  .filter.active .filter-options,
  .filter-options {
    background: transparent;
    clear: both;
    display: block;
    overflow: initial;
    position: static;
  }
  .filter-subtitle {
    display: block;
    position: static;
  }
  .page-layout-1column .products ~ .toolbar-products {
    position: static !important;
  }
  .page-layout-1column.page-with-filter .column.main {
    position: relative;
  }
  .filter-options .filter-options-title,
  .sidebar .block .filter-options-title,
  .sidebar .filter-options-title,
  .filter-options .block-title strong,
  .sidebar .block .block-title strong,
  .sidebar .block-title strong,
  .filter-options.sidebar-additional .block-title,
  .sidebar .block.sidebar-additional .block-title,
  .sidebar.sidebar-additional .block-title {
    margin: 0 0 2rem;
    font-size: 1.6rem;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .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: 14px;
    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: 6px;
  }
  .header.content {
    padding: 36px 24px 0;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
  }
  .page-header .header.panel {
    padding-bottom: 12px;
    padding-top: 12px;
  }
  .page-header .switcher {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 24px;
  }
  .logo {
    margin: -8px auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content .links {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 50px 0 0;
    vertical-align: top;
  }
  .footer.content .switcher.store {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .wishlist.window.popup .field {
    margin: 0 0 24px;
  }
  .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 6px;
    display: inline-block;
  }
  .wishlist.window.popup .field.choice:before,
  .wishlist.window.popup .field.no-label:before {
    display: none;
  }
  .block-wishlist-management {
    margin-bottom: 24px;
  }
  .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: 12px;
    padding: 6px 12px 12px;
    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: 12px;
    padding: 6px 12px 12px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #222;
    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: 30px;
  }
  body[class*="2columns"] .sidebar {
    width: 28.5rem;
    padding-right: 15px;
  }
  body[class*="2columns"] .column.main {
    width: calc(100% - 28.5rem);
  }
  body[class*="2columns"] .grid-mode-show-type-products .grid-mode-5,
  body[class*="3columns"] .grid-mode-show-type-products .grid-mode-5 {
    display: none;
  }
  body:not(.catalog-category-fullwidth) .toolbar:not(:last-child) .grid-mode-show-type-products .grid-mode-6 {
    display: none;
  }
  body.catalog-category-fullwidth .toolbar:not(:last-child) .grid-mode-show-type-products .modes,
  body.catalog-category-fullwidth .toolbar:not(:last-child) .grid-mode-show-type-products .grid-mode-2 {
    display: none;
  }
  .page-layout-2columns-right .main {
    padding-right: 15px;
  }
  .breadcrumbs {
    max-width: 100%;
  }
  .page-header .header.panel {
    padding-top: 0;
    padding-bottom: 0;
  }
  .page-header .panel.wrapper {
    display: none;
  }
  .product.info.detailed .product.data.items {
    text-align: center;
  }
  .product.info.detailed .product.data.items > .item.title {
    float: none;
    display: inline-flex;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .product.info.detailed .product.data.items > .item.title > .switch {
    border: 1px solid transparent;
  }
  .product.info.detailed .product.data.items > .item.title.active > .switch,
  .product.info.detailed .product.data.items > .item.title.active > .switch:focus,
  .product.info.detailed .product.data.items > .item.title.active > .switch:hover {
    border-color: #2f6f62;
    padding-bottom: 1.3rem;
  }
  .fieldset {
    margin: 0 0 20px;
  }
  .cart-container .cart.table-wrapper .col {
    width: auto;
  }
  .cart-container .cart.table-wrapper .items tr th,
  .cart-container .cart.table-wrapper .items .item {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cart-container .cart.table-wrapper .items .item .item-actions .actions-toolbar {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .cart-container .cart.table-wrapper .items .item .item-actions .actions-toolbar .action:before {
    color: #999;
    width: 100%;
  }
  .cart-container .cart.table-wrapper .box-tocart .up-down .control input {
    padding: 0 5px;
    max-width: 40px;
  }
  .cart-container .cart.table-wrapper .item-info {
    padding-left: 3rem;
    position: relative;
  }
  .cart-container .cart.table-wrapper .item-actions {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    align-items: center;
  }
  body .block-authentication .block-title {
    font-size: 2.4rem;
    text-align: center;
  }
  body .block-authentication .block-title strong {
    font-weight: var(--heading__font-weight__base);
  }
  .login-container .block.block-customer-login {
    position: relative;
    padding-right: 5%;
  }
  .login-container .block.block-customer-login:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: -2.5%;
    text-align: center;
    margin: auto;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    z-index: 1;
  }
  .login-container .block.block-customer-login:after {
    content: "";
    position: absolute;
    top: 0;
    right: -2.5%;
    bottom: 0;
    border-right: 1px solid #e6e6e6;
    z-index: 0;
  }
  .login-container .block.block-customer-login .fieldset.fieldset.login {
    position: relative;
  }
  .login-container .block.block-customer-login .fieldset.fieldset.login .actions-toolbar .secondary {
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
    right: 0;
  }
  .login-container .block.block-new-customer {
    padding-left: 5%;
  }
  body .fieldset > .field.choice:before,
  body .fieldset > .field.no-label:before {
    padding: 0;
  }
  .customer-account-create .form-create-account .fieldset:not(.additional_info) {
    float: left;
    overflow: hidden;
    width: calc(50% - 30px);
    margin: 0 15px;
    overflow: visible;
  }
  .customer-account-create .form-create-account .actions-toolbar > div {
    width: calc(50% - 30px);
  }
  .customer-account-create .form-create-account .actions-toolbar > div,
  .customer-account-forgotpassword .form-create-account .actions-toolbar > div {
    margin: 3rem 15px 0;
  }
  form.form-orders-search {
    margin: auto;
  }
  .sidebar .filter-options .block-wishlist .block-content .empty,
  .sidebar.sidebar-additional .block-wishlist .block-content .empty {
    padding-top: 0;
  }
  .sidebar .filter-options .filter-options-item .swatch-attribute-options,
  .sidebar.sidebar-additional .filter-options-item .swatch-attribute-options {
    margin: 0;
  }
  .sidebar .block-title:not(.filter-title) {
    padding-bottom: 0.8rem;
    padding-top: 0;
    position: relative;
    overflow: visible;
    border-bottom: 0;
    display: inline-block;
  }
  .sidebar .block-title:not(.filter-title):after {
    content: '';
    width: 75%;
    max-width: 6rem;
    border-bottom: 2px solid var(--heading__color__base);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
  .filter-options,
  .sidebar-additional {
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
  }
  .filter-options ::-webkit-scrollbar,
  .sidebar-additional ::-webkit-scrollbar {
    width: 3px;
  }
  .filter-options ::-webkit-scrollbar-track,
  .sidebar-additional ::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.25);
  }
  .filter-options ::-webkit-scrollbar-thumb,
  .sidebar-additional ::-webkit-scrollbar-thumb {
    background-color: #adadad;
  }
  .filter-options ::-webkit-scrollbar-thumb:hover,
  .sidebar-additional ::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.15);
  }
  .filter-options-title {
    padding-bottom: 0.4rem;
    padding-top: 0;
    position: relative;
    overflow: visible;
    border-bottom: 0;
    display: inline-block;
  }
  .filter-options-title:after {
    content: '';
    width: 75%;
    max-width: 6rem;
    border-bottom: 2px solid var(--heading__color__base);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
  .filter-options-content,
  .block-wishlist .block-content,
  .block-compare .block-content,
  .empty {
    max-height: 25rem;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .products-grid.wishlist .product-items,
  .products-grid .products.list.items:not(.slick-slider) {
    margin-left: -15px;
    margin-right: -15px;
  }
  .products-grid.wishlist .product-items > *:not(.slick-list),
  .products-grid .products.list.items:not(.slick-slider) > *:not(.slick-list) {
    padding-left: 15px;
    padding-right: 15px;
  }
  .product.info.detailed {
    padding: 5rem 0;
    background-color: #f6f6f6;
    -webkit-box-shadow: -30vw 0 #f6f6f6, 30vw 0 #f6f6f6;
    -moz-box-shadow: -30vw 0 #f6f6f6, 30vw 0 #f6f6f6;
    -ms-box-shadow: -30vw 0 #f6f6f6, 30vw 0 #f6f6f6;
    box-shadow: -30vw 0 #f6f6f6, 30vw 0 #f6f6f6;
  }
  .product.info.detailed .product.data.items {
    text-align: center;
  }
  .product.info.detailed .product.data.items > .item.title {
    float: none;
    display: inline-flex;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background-color: transparent;
    text-align: center;
  }
  .product.info.detailed .product.data.items > .item.title > .switch {
    border-radius: var(--button__border-radius);
    color: var(--text__color);
  }
  .product.info.detailed .product.data.items > .item.title.active,
  .product.info.detailed .product.data.items > .item.title:hover {
    background: transparent;
  }
  .product.info.detailed .product.data.items > .item.title.active > .switch,
  .product.info.detailed .product.data.items > .item.title:hover > .switch,
  .product.info.detailed .product.data.items > .item.title.active > .switch:focus,
  .product.info.detailed .product.data.items > .item.title:hover > .switch:focus,
  .product.info.detailed .product.data.items > .item.title.active > .switch:active,
  .product.info.detailed .product.data.items > .item.title:hover > .switch:active {
    color: #222;
    border: 1px solid #222;
    background: transparent;
  }
  .product.info.detailed .product.data.items > .item.title.active > .switch .counter,
  .product.info.detailed .product.data.items > .item.title:hover > .switch .counter,
  .product.info.detailed .product.data.items > .item.title.active > .switch:focus .counter,
  .product.info.detailed .product.data.items > .item.title:hover > .switch:focus .counter,
  .product.info.detailed .product.data.items > .item.title.active > .switch:active .counter,
  .product.info.detailed .product.data.items > .item.title:hover > .switch:active .counter {
    color: #222;
  }
  .review-form {
    max-width: 100%;
  }
  .review-form .review-fieldset {
    margin-left: -15px;
    margin-right: -15px;
  }
  .review-form .review-fieldset .field,
  .review-form .review-fieldset .review-legend {
    padding-left: 15px;
    padding-right: 15px;
  }
  .review-form .review-fieldset .field.review-field-nickname,
  .review-form .review-fieldset .review-legend.review-field-nickname,
  .review-form .review-fieldset .field.review-field-summary,
  .review-form .review-fieldset .review-legend.review-field-summary {
    float: left;
    width: 50%;
  }
  .cart-container .form-cart .cart.table-wrapper tbody th,
  .cart-container .form-cart .cart.table-wrapper tr th,
  .cart-container .form-cart .cart.table-wrapper tbody td,
  .cart-container .form-cart .cart.table-wrapper tr td {
    padding-left: 0 !important;
  }
  .cart-container #block-shipping > .title {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .cart-container #block-shipping #block-summary fieldset.fieldset.estimate {
    width: 78%;
    margin: auto;
  }
  .cart-container .cart-bottom .free-ship-calculated {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .page-with-filter:not(.page-layout-2columns-left,
    .page-layout-2columns-right,
     .catalog-category-sidebar-canvas) .column.main {
    padding-top: 40px;
  }
  .page-with-filter:not(.page-layout-2columns-left,
    .page-layout-2columns-right,
     .catalog-category-sidebar-canvas) .toolbar-products:not(:last-child) {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
  }
  .page-with-filter:not(.page-layout-2columns-left,
    .page-layout-2columns-right,
     .catalog-category-sidebar-canvas) .block.filter {
    border: 0 !important;
    margin: 0;
  }
  .page-with-filter:not(.page-layout-2columns-left,
    .page-layout-2columns-right,
     .catalog-category-sidebar-canvas) .block.filter .block-content {
    margin: 0;
  }
  .page-with-filter:not(.page-layout-2columns-left,
    .page-layout-2columns-right,
     .catalog-category-sidebar-canvas) .block.filter .filter-options {
    padding: 30px 15px 10px;
    margin-top: 30px;
    margin-bottom: 40px;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    display: none;
  }
  .page-with-filter:not(.page-layout-2columns-left,
    .page-layout-2columns-right,
     .catalog-category-sidebar-canvas) .block.filter .filter-options::after {
    clear: both;
    content: ' ';
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
  }
  .page-with-filter:not(.page-layout-2columns-left,
    .page-layout-2columns-right,
     .catalog-category-sidebar-canvas) .block.filter .filter-options > div {
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 0 30px;
    width: 20%;
    float: left;
  }
  .page-with-filter:not(.page-layout-2columns-left,
    .page-layout-2columns-right,
     .catalog-category-sidebar-canvas) .block.filter .filter-options > div:nth-child(5n+1) {
    clear: left;
  }
  .page-with-filter:not(.page-layout-2columns-left,
    .page-layout-2columns-right,
     .catalog-category-sidebar-canvas) .block.filter .filter-options .filter-options-content {
    list-style: none;
  }
  .page-with-filter:not(.page-layout-2columns-left,
    .page-layout-2columns-right,
     .catalog-category-sidebar-canvas) .block.filter .filter-options .filter-options-content li.item {
    padding-left: 0;
  }
  .page-with-filter:not[class*="page-layout-2columns-"] .block.filter {
    /* width */
    /* Track */
    /* Handle */
  }
  .page-with-filter:not[class*="page-layout-2columns-"] .block.filter ::-webkit-scrollbar {
    width: 3px;
  }
  .page-with-filter:not[class*="page-layout-2columns-"] .block.filter ::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.15);
  }
  .page-with-filter:not[class*="page-layout-2columns-"] .block.filter ::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.25);
  }
  .page-with-filter:not[class*="page-layout-2columns-"] .block.filter .filter-current {
    display: inline-flex;
    align-items: center;
    grid-gap: 0 10px;
  }
  .page-with-filter:not[class*="page-layout-2columns-"] .block.filter .filter-current .item {
    margin-left: 0;
  }
  .page-with-filter:not[class*="page-layout-2columns-"] .block.filter .filter-current .item .filter-label {
    font-weight: normal;
  }
  .page-with-filter:not[class*="page-layout-2columns-"] .block.filter .filter-current .item .filter-value {
    font-weight: 600;
  }
  .page-with-filter:not[class*="page-layout-2columns-"] .block.filter .filter-current .action.remove {
    top: 0;
  }
  .page-layout-2columns-left .toolbar .toolbar-amount,
  .page-layout-2columns-right .toolbar .toolbar-amount {
    display: block ;
  }
  .sidebar-main .cat_filter {
    display: none;
  }
  .column.main .filter .cat_filter {
    display: none;
  }
  .catalog-category-fullwidth .page-main-full-width {
    max-width: 100%;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .catalog-category-fullwidth .breadcrumbs .items {
    width: 100% !important;
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .catalog-category-sidebar-canvas .block.filter .filter-options {
    padding: 20px 20px 50px;
  }
  .catalog-category-sidebar-canvas .block.filter .filter-options .filter-options-content {
    display: block !important;
  }
  .page-layout-product-full-width .page-main:not(.page-main-details) {
    max-width: 100%;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .page-layout-product-full-width .breadcrumbs .items {
    max-width: 100%;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .page-layout-product-full-width [data-content-type='row'][data-appearance='contained'],
  .page-layout-product-full-width .page-main {
    max-width: 100%;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .page-layout-product-full-width .products-popup__container [data-content-type='row'][data-appearance='contained'] {
    padding: 0;
  }
}
@media all and (max-width: 1199px), print {
  .navigation.nav-sections {
    padding: 0;
    min-height: 100vh;
  }
  .navigation .parent .level-top {
    display: block;
    text-decoration: none;
    position: relative;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e621';
  }
  .navigation.nav-sections .menu-item-has-children > .submenu-item,
  .navigation.nav-sections .menu-item-has-children .submenu:not(:first-child) {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    position: fixed;
    top: 0;
    bottom: 0;
    background-color: #fff;
    left: 0;
    min-width: unset;
    margin: 0;
    -webkit-transform: translate3d(-104%, 0, 0);
    -moz-transform: translate3d(-104%, 0, 0);
    -ms-transform: translate3d(-104%, 0, 0);
    transform: translate3d(-104%, 0, 0);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    z-index: 500;
    width: 100%;
    max-width: 340px;
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    padding: 0 3rem;
  }
  .submenu-mobile-title {
    background-color: #f5f5f5;
    padding: 15px 30px;
    margin: 0 -30px;
    border-bottom: 1px solid #e6e6e6;
    color: #575757;
    font-size: 14px;
    font-weight: var(--navigation-level0-item__font-weight);
  }
  .submenu-mobile-title i {
    margin-right: 1rem;
  }
  .submenu-mobile-title i.icon-chevron-left::before {
    content: "\f053";
    font-family: Font Awesome\ 5 Pro;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
  }
  .navigation.nav-sections {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    position: fixed;
    top: 0;
    bottom: 0;
    background-color: #fff;
    left: 0;
    min-width: unset;
    margin: 0;
    -webkit-transform: translate3d(-104%, 0, 0);
    -moz-transform: translate3d(-104%, 0, 0);
    -ms-transform: translate3d(-104%, 0, 0);
    transform: translate3d(-104%, 0, 0);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    z-index: 500;
    width: 100%;
    max-width: 340px;
  }
  .navigation.nav-sections .close-menu-mobile {
    opacity: 0;
    visibility: hidden;
  }
  .navigation.nav-sections .switcher {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
    font-weight: var(--heading__font-weight__base);
    margin: 0;
    padding: 0.8rem 3.5rem 0.8rem 2rem;
  }
  .navigation.nav-sections .switcher .label {
    display: block;
    margin-bottom: 6px;
  }
  .navigation.nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .navigation.nav-sections .switcher-trigger strong {
    display: block;
    text-decoration: none;
    position: relative;
  }
  .navigation.nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation.nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: 0;
    top: 0;
  }
  .navigation.nav-sections .switcher-trigger.active strong:after {
    content: '\e621';
  }
  .navigation.nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    display: none;
    padding: 12px 0;
  }
  .navigation.nav-sections .switcher-options.active .switcher-dropdown {
    display: block;
  }
  .navigation.nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    border-bottom: 1px solid #d1d1d1;
  }
  .navigation.nav-sections .header.links li {
    font-size: 1.6rem;
    margin: 0;
  }
  .navigation.nav-sections .header.links li.greet.welcome {
    border-top: 1px solid #d1d1d1;
    font-weight: var(--heading__font-weight__base);
    padding: 0.8rem 0;
  }
  .navigation.nav-sections .header.links li > a {
    border-top: 1px solid #d1d1d1;
  }
  .navigation.nav-sections .header.links a,
  .navigation.nav-sections .header.links a:hover {
    color: #575757;
    text-decoration: none;
    display: block;
    font-weight: var(--heading__font-weight__base);
    padding: 0.8rem 0;
  }
  .navigation.nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-open body {
    overflow: hidden;
  }
  .nav-open .nav-sections {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .nav-open .nav-toggle:after {
    opacity: 1;
    pointer-events: initial;
  }
  .nav-open .navigation.nav-sections .close-menu-mobile {
    opacity: 1;
    visibility: visible;
  }
  .navigation.nav-sections .level1.menu-item-has-children.opened-is > .submenu-item,
  .navigation.nav-sections .level2.menu-item-has-children.opened-is > .submenu-item,
  .navigation.nav-sections .level3.menu-item-has-children.opened-is > .submenu-item,
  .navigation.nav-sections .level4.menu-item-has-children.opened-is > .submenu-item,
  .navigation .menu-item-has-children.opened-is .submenu:not(:first-child) {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: '';
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .nav-sections-item-title {
    background: var(--navigation__background);
    border: 1px solid var(--navigation__background);
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }
  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
    padding: 30px 0;
  }
  .nav-sections-item-content:before,
  .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  .nav-sections-item-content:after {
    clear: both;
  }
  .nav-sections-item-content.active {
    display: block;
  }
  .navigation {
    background: var(--navigation__background);
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 16px;
    padding-right: 0;
    padding-bottom: 16px;
    padding-left: 0;
  }
  .navigation a,
  .navigation a:hover {
    color: #575757;
    text-decoration: none;
  }
  .navigation .level0 {
    font-size: 1.4rem;
  }
  .navigation .level0 > .level-top {
    font-weight: var(--navigation-level0-item__font-weight);
    padding: 10px 48px 10px 15px;
    text-transform: var(--navigation-level0-item__text-transform);
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #666;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #222;
    border-style: solid;
    border-width: 0;
    color: #222;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #222;
    border-style: solid;
    border-width: 0;
    color: #222;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #666;
  }
  .navigation .submenu:not(:first-child) {
    background: var(--submenu__background);
    font-size: 16px;
    font-weight: var(--text-weight);
    line-height: 1.5;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 0;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: var(--submenu-item__color);
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #666;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #222;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  body .navigation a,
  body .navigation .level0 > .level-top {
    padding: 10px 0;
  }
  .nav-open .page-header {
    z-index: 502;
  }
  .nav-open body .navigation .mobile-menu-content > ul > li.block_content a::after {
    display: none;
  }
  .nav-horizontal .vertical-menu-container .nav-toggle {
    display: none;
  }
  .navigation .logo_menu {
    display: none !important;
  }
  .navigation .close-main-menu,
  .navigation .close-menu {
    font-size: 0;
    position: absolute;
    z-index: 2;
    top: 15px;
    right: 50px;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    padding: 0;
  }
  .navigation .close-main-menu:after,
  .navigation .close-menu:after {
    content: "\e680";
    font-family: iconKalles;
    font-size: 2.5rem;
    color: #fff;
    line-height: 1;
    font-display: swap;
    font-family: Pe-icon-7-stroke;
    font-weight: 600;
  }
  .navigation .close-main-menu:after {
    color: inherit;
  }
  .navigation .menu-mobile-title {
    font-size: 1.2rem;
    text-transform: uppercase;
    position: relative;
    background-color: var(--heading__color__base);
    color: #888888;
    padding: 0 6rem 0 1.5rem;
    font-weight: var(--navigation-level0-item__font-weight);
    display: flex !important;
  }
  .navigation .menu-mobile-title a {
    color: inherit;
    padding: 1.5rem;
    position: relative;
  }
  .navigation .menu-mobile-title a:hover {
    color: #fff;
  }
  .navigation .menu-mobile-title a span {
    position: relative;
    z-index: 1;
  }
  .navigation .menu-mobile-title a.active {
    color: #fff;
  }
  .navigation.nav-sections .mobile-menu-content li.level0.switcher-currency > a::after,
  .navigation.nav-sections .mobile-menu-content li.level0.switcher-language > a::after,
  .navigation .menu-item-has-children > a::after {
    right: 0 !important;
    width: auto;
    height: auto;
    background-color: transparent;
    content: "\f054";
    font-family: iconKalles;
    font-size: 12px;
    color: inherit;
    line-height: 1;
    font-display: swap;
    margin-top: -5px;
    transform: none !important;
    background: transparent !important;
  }
  .navigation.nav-sections .mobile-menu-content li.level0.switcher-currency > a strong::before,
  .navigation.nav-sections .mobile-menu-content li.level0.switcher-language > a strong::before,
  .navigation .menu-item-has-children > a strong::before,
  .navigation.nav-sections .mobile-menu-content li.level0.switcher-currency > a strong::after,
  .navigation.nav-sections .mobile-menu-content li.level0.switcher-language > a strong::after,
  .navigation .menu-item-has-children > a strong::after,
  .navigation.nav-sections .mobile-menu-content li.level0.switcher-currency > a::before,
  .navigation.nav-sections .mobile-menu-content li.level0.switcher-language > a::before,
  .navigation .menu-item-has-children > a::before {
    display: none;
  }
  .navigation.nav-sections .mobile-menu-content li.level0.switcher-currency.show.switcher-currency > a::after,
  .navigation.nav-sections .mobile-menu-content li.level0.switcher-language.show.switcher-currency > a::after,
  .navigation .menu-item-has-children.show.switcher-currency > a::after,
  .navigation.nav-sections .mobile-menu-content li.level0.switcher-currency.show.switcher-language > a::after,
  .navigation.nav-sections .mobile-menu-content li.level0.switcher-language.show.switcher-language > a::after,
  .navigation .menu-item-has-children.show.switcher-language > a::after,
  .navigation.nav-sections .mobile-menu-content li.level0.switcher-currency > a.ui-state-active::after,
  .navigation.nav-sections .mobile-menu-content li.level0.switcher-language > a.ui-state-active::after,
  .navigation .menu-item-has-children > a.ui-state-active::after {
    transform: translate(-50%, -50%) rotate(180deg);
  }
  .navigation .submenu .row {
    margin: 0;
  }
  .navigation ul {
    width: 100%;
  }
  .navigation ul li .submenu:not(:first-child) ul > li.level1 > a {
    font-weight: var(--navigation-level0-item__font-weight);
    color: #575757;
  }
  .navigation ul li.append-content a,
  .navigation ul li.switcher-option:not(:last-child) a,
  .navigation ul li.level0 li.ui-menu-item:not(:last-child) a,
  .navigation ul li > a.level-top {
    border-bottom: 1px solid #e6e6e6;
  }
  .navigation ul li > a:hover {
    color: #575757;
  }
  .menu-bottom-block,
  .menu-top-block,
  .menu-right-block,
  .menu-left-block {
    display: none;
  }
  .menu-item-has-children,
  .navigation.nav-sections li.level0.switcher-currency,
  .navigation.nav-sections li.level0.switcher-language,
  .level0.block_content {
    position: relative;
  }
  .menu-item-has-children > a,
  .navigation.nav-sections li.level0.switcher-currency > a,
  .navigation.nav-sections li.level0.switcher-language > a,
  .level0.block_content > a,
  .menu-item-has-children > .switcher-trigger strong,
  .navigation.nav-sections li.level0.switcher-currency > .switcher-trigger strong,
  .navigation.nav-sections li.level0.switcher-language > .switcher-trigger strong,
  .level0.block_content > .switcher-trigger strong,
  .menu-item-has-children > .switcher-trigger strong,
  .navigation.nav-sections li.level0.switcher-currency > .switcher-trigger strong,
  .navigation.nav-sections li.level0.switcher-language > .switcher-trigger strong,
  .level0.block_content > .switcher-trigger strong {
    position: relative;
  }
  .menu-item-has-children > a::after,
  .navigation.nav-sections li.level0.switcher-currency > a::after,
  .navigation.nav-sections li.level0.switcher-language > a::after,
  .level0.block_content > a::after,
  .menu-item-has-children > .switcher-trigger strong::after,
  .navigation.nav-sections li.level0.switcher-currency > .switcher-trigger strong::after,
  .navigation.nav-sections li.level0.switcher-language > .switcher-trigger strong::after,
  .level0.block_content > .switcher-trigger strong::after,
  .menu-item-has-children > .switcher-trigger strong::after,
  .navigation.nav-sections li.level0.switcher-currency > .switcher-trigger strong::after,
  .navigation.nav-sections li.level0.switcher-language > .switcher-trigger strong::after,
  .level0.block_content > .switcher-trigger strong::after,
  .menu-item-has-children > a:before,
  .navigation.nav-sections li.level0.switcher-currency > a:before,
  .navigation.nav-sections li.level0.switcher-language > a:before,
  .level0.block_content > a:before,
  .menu-item-has-children > .switcher-trigger strong:before,
  .navigation.nav-sections li.level0.switcher-currency > .switcher-trigger strong:before,
  .navigation.nav-sections li.level0.switcher-language > .switcher-trigger strong:before,
  .level0.block_content > .switcher-trigger strong:before,
  .menu-item-has-children > .switcher-trigger strong:before,
  .navigation.nav-sections li.level0.switcher-currency > .switcher-trigger strong:before,
  .navigation.nav-sections li.level0.switcher-language > .switcher-trigger strong:before,
  .level0.block_content > .switcher-trigger strong:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    background-color: currentColor;
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    -moz-transform: translate(-50%, -50%) rotate(-90deg);
    -ms-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg);
    -webkit-transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
    -moz-transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
    -ms-transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
    transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
  }
  .menu-item-has-children > a:after,
  .navigation.nav-sections li.level0.switcher-currency > a:after,
  .navigation.nav-sections li.level0.switcher-language > a:after,
  .level0.block_content > a:after,
  .menu-item-has-children > .switcher-trigger strong:after,
  .navigation.nav-sections li.level0.switcher-currency > .switcher-trigger strong:after,
  .navigation.nav-sections li.level0.switcher-language > .switcher-trigger strong:after,
  .level0.block_content > .switcher-trigger strong:after,
  .menu-item-has-children > .switcher-trigger strong:after,
  .navigation.nav-sections li.level0.switcher-currency > .switcher-trigger strong:after,
  .navigation.nav-sections li.level0.switcher-language > .switcher-trigger strong:after,
  .level0.block_content > .switcher-trigger strong:after {
    width: 1px;
    height: 12px;
  }
  .menu-item-has-children > a:before,
  .navigation.nav-sections li.level0.switcher-currency > a:before,
  .navigation.nav-sections li.level0.switcher-language > a:before,
  .level0.block_content > a:before,
  .menu-item-has-children > .switcher-trigger strong:before,
  .navigation.nav-sections li.level0.switcher-currency > .switcher-trigger strong:before,
  .navigation.nav-sections li.level0.switcher-language > .switcher-trigger strong:before,
  .level0.block_content > .switcher-trigger strong:before,
  .menu-item-has-children > .switcher-trigger strong:before,
  .navigation.nav-sections li.level0.switcher-currency > .switcher-trigger strong:before,
  .navigation.nav-sections li.level0.switcher-language > .switcher-trigger strong:before,
  .level0.block_content > .switcher-trigger strong:before {
    width: 12px;
    height: 1px;
    opacity: 1;
  }
  .menu-item-has-children > a.ui-state-active:before,
  .navigation.nav-sections li.level0.switcher-currency > a.ui-state-active:before,
  .navigation.nav-sections li.level0.switcher-language > a.ui-state-active:before,
  .level0.block_content > a.ui-state-active:before,
  .menu-item-has-children > .switcher-trigger strong.ui-state-active:before,
  .navigation.nav-sections li.level0.switcher-currency > .switcher-trigger strong.ui-state-active:before,
  .navigation.nav-sections li.level0.switcher-language > .switcher-trigger strong.ui-state-active:before,
  .level0.block_content > .switcher-trigger strong.ui-state-active:before,
  .menu-item-has-children > .switcher-trigger strong.ui-state-active:before,
  .navigation.nav-sections li.level0.switcher-currency > .switcher-trigger strong.ui-state-active:before,
  .navigation.nav-sections li.level0.switcher-language > .switcher-trigger strong.ui-state-active:before,
  .level0.block_content > .switcher-trigger strong.ui-state-active:before,
  .menu-item-has-children > a.ui-state-active:after,
  .navigation.nav-sections li.level0.switcher-currency > a.ui-state-active:after,
  .navigation.nav-sections li.level0.switcher-language > a.ui-state-active:after,
  .level0.block_content > a.ui-state-active:after,
  .menu-item-has-children > .switcher-trigger strong.ui-state-active:after,
  .navigation.nav-sections li.level0.switcher-currency > .switcher-trigger strong.ui-state-active:after,
  .navigation.nav-sections li.level0.switcher-language > .switcher-trigger strong.ui-state-active:after,
  .level0.block_content > .switcher-trigger strong.ui-state-active:after,
  .menu-item-has-children > .switcher-trigger strong.ui-state-active:after,
  .navigation.nav-sections li.level0.switcher-currency > .switcher-trigger strong.ui-state-active:after,
  .navigation.nav-sections li.level0.switcher-language > .switcher-trigger strong.ui-state-active:after,
  .level0.block_content > .switcher-trigger strong.ui-state-active:after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -moz-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .menu-item-has-children > a.ui-state-active::before,
  .navigation.nav-sections li.level0.switcher-currency > a.ui-state-active::before,
  .navigation.nav-sections li.level0.switcher-language > a.ui-state-active::before,
  .level0.block_content > a.ui-state-active::before,
  .menu-item-has-children > .switcher-trigger strong.ui-state-active::before,
  .navigation.nav-sections li.level0.switcher-currency > .switcher-trigger strong.ui-state-active::before,
  .navigation.nav-sections li.level0.switcher-language > .switcher-trigger strong.ui-state-active::before,
  .level0.block_content > .switcher-trigger strong.ui-state-active::before,
  .menu-item-has-children > .switcher-trigger strong.ui-state-active::before,
  .navigation.nav-sections li.level0.switcher-currency > .switcher-trigger strong.ui-state-active::before,
  .navigation.nav-sections li.level0.switcher-language > .switcher-trigger strong.ui-state-active::before,
  .level0.block_content > .switcher-trigger strong.ui-state-active::before {
    opacity: 0;
  }
  .menu-item-has-children .open-children-toggle,
  .navigation.nav-sections li.level0.switcher-currency .open-children-toggle,
  .navigation.nav-sections li.level0.switcher-language .open-children-toggle,
  .level0.block_content .open-children-toggle {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    min-width: 45px;
    min-height: 58px;
    z-index: 2;
    cursor: pointer;
  }
  .menu-item-has-children .submenu,
  .navigation.nav-sections li.level0.switcher-currency .submenu,
  .navigation.nav-sections li.level0.switcher-language .submenu,
  .level0.block_content .submenu,
  .menu-item-has-children .switcher-content,
  .navigation.nav-sections li.level0.switcher-currency .switcher-content,
  .navigation.nav-sections li.level0.switcher-language .switcher-content,
  .level0.block_content .switcher-content {
    background-image: none !important;
    text-align: left;
  }
  .menu-item-has-children .submenu:not(:first-child) ul,
  .navigation.nav-sections li.level0.switcher-currency .submenu:not(:first-child) ul,
  .navigation.nav-sections li.level0.switcher-language .submenu:not(:first-child) ul,
  .level0.block_content .submenu:not(:first-child) ul,
  .menu-item-has-children .switcher-content:not(:first-child) ul,
  .navigation.nav-sections li.level0.switcher-currency .switcher-content:not(:first-child) ul,
  .navigation.nav-sections li.level0.switcher-language .switcher-content:not(:first-child) ul,
  .level0.block_content .switcher-content:not(:first-child) ul {
    padding-left: 0 !important;
    padding-right: 0;
  }
  .navigation.nav-sections .switcher-trigger strong {
    font-weight: var(--navigation-level0-item__font-weight);
    color: #575757;
  }
  .navigation.nav-sections .switcher-trigger.active + .switcher-dropdown {
    display: block;
    padding: 0;
  }
  .navigation.nav-sections li.level0.switcher-language.show > a:before,
  .navigation.nav-sections li.level0.switcher-currency.show > a:before,
  .navigation.nav-sections li.level0.switcher-language.show > a strong:before,
  .navigation.nav-sections li.level0.switcher-currency.show > a strong:before,
  .navigation.nav-sections li.level0.switcher-language.show > a:after,
  .navigation.nav-sections li.level0.switcher-currency.show > a:after,
  .navigation.nav-sections li.level0.switcher-language.show > a strong:after,
  .navigation.nav-sections li.level0.switcher-currency.show > a strong:after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -moz-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .navigation.nav-sections li.level0.switcher-language.show > a::before,
  .navigation.nav-sections li.level0.switcher-currency.show > a::before,
  .navigation.nav-sections li.level0.switcher-language.show > a strong::before,
  .navigation.nav-sections li.level0.switcher-currency.show > a strong::before {
    opacity: 0;
  }
  .nav-open body .navigation {
    padding: 0;
    overflow: visible;
  }
  .nav-open body .navigation #close-menu {
    display: inline-flex;
  }
  .nav-open body .navigation .mobile-menu-content {
    -webkit-animation: 1s fadeIn;
    -moz-animation: 1s fadeIn;
    -ms-animation: 1s fadeIn;
    animation: 1s fadeIn;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .nav-open body .navigation .mobile-menu-content > ul.menu,
  .nav-open body .navigation .mobile-menu-content > ul.verticalmenu-list {
    flex: 1;
    padding: 0 2rem;
  }
  .nav-open body .navigation .mobile-menu-content > ul.header-links-account {
    padding: 2rem 2rem 5rem;
  }
  .nav-open body .navigation .mobile-menu-content > ul.header-links-account svg {
    display: none;
  }
  .nav-open body .navigation .mobile-menu-content > ul > li {
    padding: 0 1rem;
    text-align: left;
  }
  .nav-horizontal.nav-open body .navigation .mobile-menu-content {
    justify-content: space-between;
  }
  .navigation.vertical-menu-container .title-menu-dropdown {
    display: none;
  }
  .vertical-before-open {
    overflow: hidden;
  }
  .vertical-menu-container.navigation {
    display: none;
  }
  .field.theme-full-checkout-fields-floating-label .field-tooltip .field-tooltip-content {
    right: -12px;
    top: 28px;
    left: auto;
  }
  .field-tooltip .field-tooltip-content {
    right: -12px;
    top: 40px;
    left: auto;
  }
  .blog-page-list .post-holder {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .hidden-l {
    display: none !important;
  }
  html:not(.nav-open) .header-container .not-visible-mobile {
    height: 0;
    visibility: hidden;
  }
  .header__menu {
    flex: 1;
    order: -1;
  }
  .header__action {
    flex: 1;
  }
  .menu-thumb-icon {
    margin-right: 5px !important;
  }
  .header-container.layout-5 .header__action {
    flex: unset;
  }
  .header-container.layout-5 .logo-container .nav-toggle {
    display: block;
    margin-right: 2rem;
  }
  .products.wrapper.list .products.list.items.product-items .product-item-details {
    position: static;
  }
  .products.wrapper.list .products.list.items.product-items .product-item-actions .actions-secondary {
    position: absolute;
    top: 3rem;
    left: 3rem;
    z-index: 2;
  }
  .furniture_banner .pagebuilder-column-group {
    flex-wrap: wrap;
  }
  .furniture_banner .pagebuilder-column-group > .pagebuilder-column {
    width: 100% !important;
  }
  .navigation.nav-sections .mobile-menu-content li.level0.switcher-currency > a:after,
  .navigation.nav-sections .mobile-menu-content li.level0.switcher-language > a:after,
  .navigation .menu-item-has-children > a:after {
    font-size: 28px;
    background: 0 0 !important;
    content: '\e622';
    font-family: 'icons-blank-theme';
    left: auto;
    transform: translate(-50%, -50%) rotate(-90deg) !important;
    right: -22px !important;
    top: 28px;
    font-weight: 600;
  }
  .submenu-mobile-title i.icon-chevron-left:before {
    font-weight: 900;
    content: "\f053";
    font-family: "Font Awesome 5 Free";
  }
}
@media all and (min-width: 1440px), print {
  .first-loading-slick:not(.slick-slider) {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
  }
  .first-loading-slick:not(.slick-slider) .elementor-blog-post-item,
  .first-loading-slick:not(.slick-slider) .product-item,
  .first-loading-slick:not(.slick-slider) .item-loading-slick {
    display: inline-block;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .col-xxl-15 {
    flex: 0 0 auto;
    width: 20%;
  }
  [data-col-xxl="1"] .elementor-blog-post-item,
  [data-col-xxl="1"] .product-item,
  [data-col-xxl="1"] .item-loading-slick {
    flex: 0 0 100%;
    width: 100%;
  }
  [data-col-xxl="1"] .widget-product-countdown-timers-slider-carousel .products-grid .product-item:not(:first-child) {
    display: none;
  }
  [data-col-xxl="2"] .elementor-blog-post-item,
  [data-col-xxl="2"] .product-item,
  [data-col-xxl="2"] .item-loading-slick {
    flex: 0 0 calc(100% / 2);
    width: calc(100% / 2);
  }
  [data-col-xxl="3"] .elementor-blog-post-item,
  [data-col-xxl="3"] .product-item,
  [data-col-xxl="3"] .item-loading-slick {
    flex: 0 0 calc(100% / 3);
    width: calc(100% / 3);
  }
  [data-col-xxl="4"] .elementor-blog-post-item,
  [data-col-xxl="4"] .product-item,
  [data-col-xxl="4"] .item-loading-slick {
    flex: 0 0 calc(100% / 4);
    width: calc(100% / 4);
  }
  [data-col-xxl="5"] .elementor-blog-post-item,
  [data-col-xxl="5"] .product-item,
  [data-col-xxl="5"] .item-loading-slick {
    flex: 0 0 calc(100% / 5);
    width: calc(100% / 5);
  }
  [data-col-xxl="6"] .elementor-blog-post-item,
  [data-col-xxl="6"] .product-item,
  [data-col-xxl="6"] .item-loading-slick {
    flex: 0 0 calc(100% / 6);
    width: calc(100% / 6);
  }
  [data-col-xxl="7"] .elementor-blog-post-item,
  [data-col-xxl="7"] .product-item,
  [data-col-xxl="7"] .item-loading-slick {
    flex: 0 0 calc(100% / 7);
    width: calc(100% / 7);
  }
  [data-col-xxl="8"] .elementor-blog-post-item,
  [data-col-xxl="8"] .product-item,
  [data-col-xxl="8"] .item-loading-slick {
    flex: 0 0 calc(100% / 8);
    width: calc(100% / 8);
  }
  [data-col-xxl="9"] .elementor-blog-post-item,
  [data-col-xxl="9"] .product-item,
  [data-col-xxl="9"] .item-loading-slick {
    flex: 0 0 calc(100% / 9);
    width: calc(100% / 9);
  }
  .blog-list-post-featured:not(.slick-initialized) {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
  }
  .blog-list-post-featured:not(.slick-initialized) > .item {
    flex: 0 0 calc(100% / 3);
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2F_variables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_utilities.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2F_custom_bluesky_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_ReCaptchaCheckoutSalesRule%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_ReCaptchaCustomer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_ReCaptchaFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_ReCaptchaNewsletter%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_ReCaptchaReview%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_ReCaptchaSendFriend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_ReCaptchaWishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_InventoryConfigurableProductFrontendUi%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_mini-cart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_pay-later.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_apple-pay.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_google-pay.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FBlueskytechco_RokanBase%5C%2Fcss%5C%2Fsource%5C%2F_bls_base.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FBlueskytechco_MenuBuilder%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FBlueskytechco_PageBuilderCustom%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Flookbook%5C%2F_lookbook.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FBlueskytechco_PageBuilderCustom%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fproduct-advanced%5C%2F_variables.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FBlueskytechco_PageBuilderCustom%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_buttons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FBlueskytechco_SetProduct%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FBlueskytechco_Themeoption%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FIlumini_Acabamentos%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMercadoPago_AdbPayment%5C%2Fcss%5C%2Fsource%5C%2Ftwocc.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMercadoPago_AdbPayment%5C%2Fcss%5C%2Fsource%5C%2Fcc.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMercadoPago_AdbPayment%5C%2Fcss%5C%2Fsource%5C%2F_yape.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_tooltips.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FO2TI_SocialLogin%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FO2TI_ThemeFullCheckout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ftheme-full-checkout%5C%2F_order-summary.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FO2TI_ThemeFullCheckout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ftheme-full-checkout%5C%2F_tooltip.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_tooltip.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_ProductVideo%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2F_custom_default_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_responsive.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2F_extends.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_GiftRegistry%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_AdvancedCheckout%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_Customer%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_Rma%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_Sales%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_PaymentServicesPaypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_review.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_Bundle%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_cart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_GiftMessage%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_billing.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_Paypal%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_review.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_Invitation%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_SendFriend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2F_actions-toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_GiftWrapping%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_Theme%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_MultipleWishlist%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FO2TI_ThemeFullCheckout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ftheme-full-checkout%5C%2F_theme-full-checkout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_checkout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_forms.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FO2TI_ThemeFullCheckout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ftheme-full-checkout%5C%2F_estimated-total.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_estimated-total.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_layout.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2F_sections.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_sections.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_actions-toolbar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2Fcomponents%5C%2F_modals_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_InventoryInStorePickupFrontend%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_PageBuilder%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FBlueskytechco_AjaxSuite%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FBlueskytechco_RokanBase%5C%2Fcss%5C%2Fsource%5C%2F_forfrontend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FBlueskytechco_PageBuilderCustom%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fblog-posts%5C%2F_blog-post.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FBlueskytechco_PageBuilderCustom%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fproduct-advanced%5C%2F_bls_product.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FBlueskytechco_PageBuilderCustom%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fproduct-advanced%5C%2F_custom-theme.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FBlueskytechco_PageBuilderCustom%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fproductcountdowntimers%5C%2F_pricecountdown.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FBlueskytechco_PageBuilderCustom%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Ftestimonial%5C%2F_testimonial.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FBlueskytechco_PageBuilderCustom%5C%2Fcss%5C%2Fsource%5C%2Fcontent-type%5C%2Fstaticmenu%5C%2F_staticmenu.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FBlueskytechco_SearchSuite%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMercadoPago_AdbPayment%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FO2TI_CheckoutIdentificationStep%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_identification.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FO2TI_ThemeFullCheckout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ftheme-full-checkout%5C%2F_modals.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FO2TI_ThemeFullCheckout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ftheme-full-checkout%5C%2F_payments.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FO2TI_ThemeFullCheckout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ftheme-full-checkout%5C%2F_payment-options.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FO2TI_ThemeFullCheckout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ftheme-full-checkout%5C%2F_sidebar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FO2TI_ThemeFullCheckout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ftheme-full-checkout%5C%2F_shipping.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FO2TI_ThemeFullCheckout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ftheme-full-checkout%5C%2F_identification.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FO2TI_ThemeFullCheckout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Ftheme-full-checkout%5C%2F_authentication.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_CatalogEvent%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_minicart.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_progress-bar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_modals.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_shipping.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_sidebar.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_order-summary.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_authentication.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_payments.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_Checkout%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2Fcheckout%5C%2F_payment-options.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_Downloadable%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_Review%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_Reward%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_Vault%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_Catalog%5C%2Fcss%5C%2Fsource%5C%2Fmodule%5C%2F_listings.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagento_LayeredNavigation%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2F_extend.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FBlueskytechco_MenuBuilder%5C%2Fcss%5C%2Fsource%5C%2F_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_icons.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2Fvariables%5C%2F_typography.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2Fcss%5C%2Fsource%5C%2Flib%5C%2F_navigation.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2Fbluesky%5C%2Fbluesky_kalles_default%5C%2Fpt_BR%5C%2FMagefan_Blog%5C%2Fcss%5C%2Fsource%5C%2F_module.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3B%3B%3B%3B%3BAAwLA%3BEACI%2CaAAA%3B%3BAAEJ%3BEACE%2CyBAAA%3B%3BAAmCF%3BEC2EI%2CcAAA%3B%3BADxEJ%3BECwEI%2COCtLmB%2C2BDsLnB%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAEtSJ%2CcACI%3BEACI%2C2BAAA%3B%3B%3B%3B%3B%3BACFR%2CgBAGI%3BAAFJ%2CWAEI%3BAADJ%2CkBACI%3BEACI%2C8BAAA%3B%3B%3B%3B%3B%3BACJR%2CiBAAiB%3BEACb%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3BEACA%2CWAAA%3B%3B%3B%3B%3B%3BACFY%2CMAJV%2CWACF%2CiBACI%2COACI%2CSACK%3BEACG%2CaAAA%3B%3B%3B%3B%3B%3BACNpB%2CYACI%3BEACI%2CmBAAA%3B%3B%3B%3B%3B%3BACFR%2CKAAK%2CKAAK%2COAAQ%3BEACd%2CgBAAA%3B%3B%3B%3B%3B%3BACDJ%2CKAAK%2CSAAS%2CMAAO%3BEACjB%2CmBAAA%3B%3B%3B%3B%3B%3BACDJ%2CuBACI%3BEACI%2CaAAA%3B%3BACCA%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%3BACMR%3BEdiQE%2CiCAAA%3BEACK%2C8BAAA%3BEACC%2C6BAAA%3BEAcJ%2CyBAAA%3BEAhBF%2CoCAAA%3BEACK%2CiCAAA%3BEACC%2CgCAAA%3BEAcJ%2C4BAAA%3B%3BAc1EH%2CmBAAC%3BEACA%2CUAAA%3BEACA%2CuBAAA%3B%3BAAmCF%3BEACE%3BIACE%2CWAAW%2CSAAX%3BIACA%2CmBAAmB%2CSAAnB%3BIACA%2CgBAAgB%2CSAAhB%3BIACA%2CcAAc%2CSAAd%3B%3BEAEF%3BIACE%2CWAAW%2CcAAX%3BIACA%2CmBAAmB%2CcAAnB%3BIACA%2CgBAAgB%2CcAAhB%3BIACA%2CcAAc%2CcAAd%3B%3B%3BAAGJ%3BEACE%3BIACE%2CWAAW%2CSAAX%3BIACA%2CmBAAmB%2CSAAnB%3BIACA%2CgBAAgB%2CSAAhB%3BIACA%2CcAAc%2CSAAd%3B%3BEAEF%3BIACE%2CWAAW%2CcAAX%3BIACA%2CmBAAmB%2CcAAnB%3BIACA%2CgBAAgB%2CcAAhB%3BIACA%2CcAAc%2CcAAd%3B%3B%3BAAIJ%3BEACI%3BIACI%2CWAAU%2CUAAV%3B%3BEAEJ%3BIACI%2CWAAU%2CQAAV%3B%3B%3BAAGR%3BEACI%3BIACI%2CWAAU%2CUAAV%3B%3BEAEJ%3BIACI%2CWAAU%2CQAAV%3B%3B%3BAAGR%3BEACI%2CiCAAA%3BEACA%2CyBAAA%3B%3BAAGJ%3BEACI%3BIACI%2CUAAA%3BId%5C%2FBN%2CmBcgCkB%2CkBdhClB%3BIACK%2CgBc%2BBa%2CkBd%5C%2FBb%3BIACC%2Cec8BY%2CkBd9BZ%3BIAcJ%2CWcgBgB%2CkBdhBhB%3B%3BEcmBA%3BIACI%2CUAAA%3BIdpCN%2CmBcqCkB%2CadrClB%3BIACK%2CgBcoCa%2CadpCb%3BIACC%2CecmCY%2CadnCZ%3BIAcJ%2CWcqBgB%2CadrBhB%3B%3B%3BAcyBJ%3BEACI%3BIACI%2CUAAA%3BId3CN%2CmBc4CkB%2CkBd5ClB%3BIACK%2CgBc2Ca%2CkBd3Cb%3BIACC%2Cec0CY%2CkBd1CZ%3BIAcJ%2CWc4BgB%2CkBd5BhB%3B%3BEc%2BBA%3BIACI%2CUAAA%3BIdhDN%2CmBciDkB%2CadjDlB%3BIACK%2CgBcgDa%2CadhDb%3BIACC%2Cec%2BCY%2Cad%5C%2FCZ%3BIAcJ%2CWciCgB%2CadjChB%3B%3B%3BAcqCJ%3BEACI%2CuCAAA%3BEACA%2C%2BBAAA%3B%3BAAEJ%3BEACI%3BIACI%2CUAAA%3BId3DN%2CmBc4DkB%2Cad5DlB%3BIACK%2CgBc2Da%2Cad3Db%3BIACC%2Cec0DY%2Cad1DZ%3BIAcJ%2CWc4CgB%2Cad5ChB%3B%3BEc%2BCA%3BIACI%2CUAAA%3BIdhEN%2CmBciEkB%2CiBdjElB%3BIACK%2CgBcgEa%2CiBdhEb%3BIACC%2Cec%2BDY%2CiBd%5C%2FDZ%3BIAcJ%2CWciDgB%2CiBdjDhB%3B%3B%3BAcqDJ%3BEACI%2CyCAAA%3BEACA%2CiCAAA%3B%3BAChWJ%3BEACI%2CoCAAA%3BEACA%2CwCAAA%3BEACC%2CuCAAA%3B%3BACML%3BEACI%3BIACG%2CUAAA%3BIACE%2CmBAAkB%2CUAAlB%3BIACA%2CWAAU%2CUAAV%3B%3BEAEJ%3BIACG%2CUAAA%3BIACC%2CmBAAkB%2CQAAlB%3BIACA%2CWAAU%2CQAAV%3B%3B%3BAAGR%3BEACI%3BIACE%2CUAAA%3BIACE%2CmBAAkB%2CUAAlB%3BIACA%2CWAAU%2CUAAV%3B%3BEAEJ%3BIACI%2CUAAA%3BIACA%2CmBAAkB%2CQAAlB%3BIACA%2CWAAU%2CQAAV%3B%3B%3BAAqTR%2CwBARoD%3BEACjD%2C6BACI%2CeAAc%2CkBACV%3BIACI%2CYAAA%3B%3B%3BACzEhB%3BEjBmCI%2CgBAAA%3B%3BAiBnCJ%2CiBAEM%3BEjBiCF%2COCtLmB%2C2BDsLnB%3BEAAA%2CqBAAA%3B%3BAkBjJA%2CiBDgHE%2CIChHD%3BElBiJD%2COCtLmB%2C2BDsLnB%3BEAAA%2CqBAAA%3B%3BAkB5IA%2CiBD2GE%2CIC3GD%3BElB4ID%2COCnLiB%2CyBDmLjB%3BEAAA%2CqBAAA%3B%3BAkBvIA%2CiBDsGE%2CICtGD%3BElBuID%2COCnLiB%2CyBDmLjB%3BEAAA%2CqBAAA%3B%3B%3BAmByaJ%3BEC1pBI%2CsBAAA%3BEpBiPA%2CgBAAA%3BEAAA%2CkBChLY%2CoBDgLZ%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CoBAAA%3BEAAA%2CaC3KkB%2C0BD2KlB%3BEAAA%2CSAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CoBAAA%3BEoB9NA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAiBA%2CYAAC%3BAACD%2CYAAC%3BEpB2MD%2CYC9KwB%2CgCD8KxB%3BEAAA%2CyBAAA%3BEAAA%2COC7KmB%2C2BD6KnB%3B%3BAoB%5C%2FLA%2CYAAC%3BEpB%2BLD%2CYC9KwB%2CgCD8KxB%3BEAAA%2CyBAAA%3BEAAA%2COC7KmB%2C2BD6KnB%3B%3BAoBnLA%2CYAAC%3BAACD%2CYAAC%3BAACD%2CQAAQ%2CUAAW%3BEpBiLnB%2CYAAA%3BEoB%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3BADqvBR%3BEnBvkBI%2CaCjMgB%2CwBDiMhB%3BEmBykBA%2C6BAAA%3B%3BAA6%2BBJ%2CwBAR%2BC%2CuBAAkC%3BEAC7E%2CYACI%3BIACI%2C2BAAA%3BIACA%2CYAAA%3B%3B%3BAErtDZ%3BEACG%3BIACG%2CUAAA%3BIACE%2CmBAAkB%2CUAAlB%3BIACA%2CWAAU%2CUAAV%3B%3BEAEJ%3BIACG%2CUAAA%3BIACC%2CmBAAkB%2CQAAlB%3BIACA%2CWAAU%2CQAAV%3B%3B%3BAAGR%3BEACI%3BIACE%2CUAAA%3BIACE%2CmBAAkB%2CUAAlB%3BIACA%2CWAAU%2CUAAV%3B%3BEAEJ%3BIACI%2CUAAA%3BIACA%2CmBAAkB%2CQAAlB%3BIACA%2CWAAU%2CQAAV%3B%3B%3BAAwCP%2CmBApCoC%3BEACjC%2CWAEI%2CcACM%3BIACE%2CYAAA%3BIACA%2CWAAW%2CgBAAX%3BIACA%2COAAA%3BIACA%2CUAAA%3BIACA%2C2CAAA%3B%3BEACA%2CWAPR%2CcACM%2CWAMG%3BIACG%2CSAAS%2CEAAT%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CQAAA%3BIACA%2CSAAA%3BIACA%2CmCAAA%3BIACA%2CoCAAA%3BIACA%2C8BAAA%3BIACA%2CUAAA%3BIACA%2CWAAW%2CgBAAX%3B%3BEAGR%2CWArBJ%2CcAqBK%2COACK%3BIACE%2CSAAA%3BIACA%2CUAAA%3BIACA%2COAAA%3BIACA%2CmBAAA%3BIACA%2C2CAAA%3BIACA%2CWAAW%2CgBAAX%3B%3B%3BAC%5C%2FLpB%3BEACC%2CeAAA%3BEACG%2CWAAA%3BEACA%2C6BAAA%3BEACA%2CaAAA%3BEACA%2CkBAAA%3B%3B%3BACJJ%2C8BAA8B%2CYAC1B%2CkBACI%3BEACI%2CuCAAA%3B%3BEACA%2C4BAAA%3B%3BAAJZ%2C8BAA8B%2CYAC1B%2CkBACI%2CcAII%3BEACI%2CyBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEAEA%2C8BAAA%3BEACA%2C4BAAA%3BEACA%2C%2BBAAA%3BEAEA%2CiBAAA%3B%3BAAfhB%2C8BAA8B%2CYAoB1B%3BEACI%2CsBAAA%3BEACA%2CoBAAA%3B%3BACvBR%2CuBAAwB%2CsBAAqB%3BEACzC%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CSAAA%3B%3BAAGJ%3BEACI%2CoBAAA%3BEACA%2CWAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2C6BAAA%3BEACA%2C8BAAA%3BEACA%2C%2BBAAA%3BEACA%2CgCAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%3BEACI%2CgBAAA%3BEACA%2C0BAAA%3B%3BAAGJ%3BEACI%2CmBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3BEACA%2C2BAAA%3BEACA%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAVJ%2CgBAYI%2CmBACI%3BEACI%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3B%3BAAlBZ%2CgBAYI%2CmBACI%2CMAOI%3BEACI%2CgBAAgB%2CaAAhB%3BEACA%2CQAAQ%2CaAAR%3BEACA%2CWAAA%3B%3BAAMhB%3BEACI%2C8BAAA%3BEACA%2C%2BBAAA%3BEACA%2CgCAAA%3BEACA%2C8BAAA%3B%3BAAGJ%3BEACI%2CWAAA%3BEACA%2CsBAAA%3BEACA%2CoBAAA%3BEACA%2CmBAAA%3BEACA%2CsBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CmBAAA%3B%3BAAGJ%2CuBACI%2CqBACI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3BEACA%2CmBAAA%3BEACA%2CoDAAA%3BEACA%2CkBAAA%3BEAEA%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CgBAAA%3B%3BAAbZ%2CuBACI%2CqBACI%2CuBAaI%3BEACI%2CWAAA%3BEACA%2CcAAA%3B%3BAAMhB%2CoBACI%3BEACI%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2CaAAa%2CWAAb%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAKR%2CoBACI%2CkCACI%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CyBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3B%3BAAPZ%2CoBACI%2CkCAUI%3BEACI%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2C0BAAA%3B%3BAAOZ%2CoBACI%3BEACI%2CWAAA%3BEACA%2CaAAA%3BEACA%2CmBAAA%3BEACA%2C8BAAA%3B%3BAAIR%2CoBACI%2C2BACI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2C2BAAA%3BEACA%2CeAAA%3B%3BAAPZ%2CoBACI%2C2BASI%3BEACI%2CWAAA%3B%3BAAMZ%2CcACI%2CUAAS%3BEACL%2CgBAAA%3B%3BAAIR%2CiBACI%2CeACI%2CUAAS%3BEACL%2CiBAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3B%3BAAKZ%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2C0BAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2CqCAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CsBAAA%3B%3BAAPJ%2CyBASK%3BEACG%2CyBAAA%3B%3BAAVR%2CyBAaI%3BEACI%2CuBAAA%3BEACA%2CwBAAA%3BEACA%2CoBAAA%3BEACA%2CuBAAA%3BEACA%2CuBAAA%3B%3BAAEA%2CyBAPJ%2CMAOK%3BEACG%2CaAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CgBAAA%3B%3BAAKZ%2CeACI%2CsBACI%2C2BAA0B%3BEACtB%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2CiBAAA%3BEACA%2CiBAAA%3B%3BAAZZ%2CeACI%2CsBACI%2C2BAA0B%2CmBAYtB%3BEACI%2CaAAA%3BEACA%2CWAAA%3B%3BAAMhB%2CeACI%2CwBACI%2CiBACI%3BEACI%2CaAAA%3BEACA%2CqBAAA%3B%3BAALhB%2CeACI%2CwBACI%2CiBACI%2CkBAII%3BEACI%2CkBAAA%3B%3BACxPnB%3BEACG%2CuBAAA%3BEACA%2CyBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CuBAAA%3B%3BAAGJ%3BEACI%2CwBAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BEACE%2CwBAAA%3BEACA%2CqBAAA%3B%3BAAGF%3BEACE%2C0BAAA%3BEACA%2C2BAAA%3BEACA%2CkCAAA%3BEACA%2C2BAAA%3BEACA%2CsBAAA%3B%3BAAGF%3BEACI%2CaAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3B%3BAAGJ%3BEACI%2CyBAAA%3BEACA%2C6BAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CkCAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CqBAAX%3BEACA%2CaAAA%3B%3BAAGF%3BEACE%3BIAAK%2CWAAW%2CsBAAsB%2CYAAjC%3B%3BEACL%3BIAAO%2CWAAW%2CsBAAsB%2CcAAjC%3B%3B%3BAAGT%3BEACE%2CkBAAA%3B%3BAAGF%3BEACE%2CkBAAA%3BEACA%2CuBAAA%3BEACA%2CaAAA%3B%3BAAGF%3BEACE%2CWAAA%3B%3BAAmCJ%2CmBAhCsC%3BEAClC%3BIACE%2CoBAAA%3BIACA%2CuBAAA%3BIACA%2CsBAAA%3BIACA%2C2BAAA%3BIACA%2CgBAAA%3B%3BEAGF%3BIACE%2CwBAAA%3BIACA%2CqBAAA%3B%3BEAGF%3BIACE%2CqBAAA%3B%3BEAGF%3BIACE%2CaAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAGF%3BIACE%2CWAAA%3B%3BEAGF%3BIACE%2CaAAA%3B%3B%3BACvGN%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CyBAAA%3BEACA%2CiBAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAAGJ%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CiBAAA%3BEACA%2C0BAAA%3B%3BAAGJ%3BEACI%2CoBAAA%3BEACA%2CgBAAA%3BEACA%2CoCAAA%3BEACA%2CqBAAA%3BEACA%2CeAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CQAAA%3BEACA%2CoBAAA%3BEACA%2CYAAA%3BEACA%2CYAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CQAAA%3BEACA%2CoBAAA%3B%3BAAIJ%3BEACI%2CaAAA%3BEACA%2CsBAAA%3BEACA%2CQAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2C2BAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BECtBI%2CkBAAA%3B%3BADsBJ%2CaACI%3BEACI%2CWAAW%2CqBAAX%3B%3BAAFR%2CaCpBI%3BE3BwQA%2CmBAAA%3BEAAA%2CYAAA%3BEAAA%2CgBAAA%3BEAAA%2CaAAA%3BEAAA%2CaAAA%3BE2BhQI%2CaAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BE3B8PJ%2CcAAA%3BEAAA%2CaCjNqB%2C6BDiNrB%3BEAAA%2CkBAAA%3BEAAA%2CmBAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CgBAAA%3BE2BvHA%2CUAAA%3BEACA%2CMAAA%3B%3BAAxHI%2CaA1BJ%2CiBA0BK%3BAACD%2CaA3BJ%2CiBA2BK%3BEACG%2CyBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CaAnCJ%2CiBAmCK%3BE3BqOL%2CiBAAA%3BE2BnOQ%2CyBAAA%3B%3BAAGJ%2CaAxCJ%2CiBAwCK%3BE3BgOL%2CiBAAA%3BE2B9NQ%2CyBAAA%3B%3BAA0GR%2CaApJA%2CiBAoJC%3BAACD%2CaArJA%2CiBAqJC%3BEACG%2CWAAA%3B%3BAAGJ%2CaAzJA%2CiBAyJC%3BE3B%2BGD%2C2BAAA%3BEAAA%2CgBAAA%3BEAAA%2CQAAA%3B%3BA2BzGA%2CaA%5C%2FJA%2CiBA%2BJC%3BE3ByGD%2C2BAAA%3BEAAA%2CgBAAA%3BEAAA%2CQAAA%3B%3BA2BhNA%2CaAAE%3BE3BgNF%2CeAAA%3B%3BA2B5MA%2CaAAE%2CgBAA2B%2CMAAS%3BAACtC%2CaAAE%2CgBAA2B%2CMAAS%3BAACtC%2CaAAC%2CMAAO%3BEACJ%2CcAAA%3B%3BAD3CR%2CaAsBM%2CIAAC%3BEACC%2CaAAa%2CYAAb%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CSAAS%2COAAT%3B%3BAAIR%3BEACI%2CcAAA%3BEACA%2CyBAAA%3BEACA%2C0BAAA%3B%3BAAGJ%3BEACI%2CaAAA%3BEACA%2CQAAA%3B%3BAAGJ%3BEACI%2CiBAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CWAAA%3BEACA%2CkBAAA%3B%3BAAIJ%2CKAAK%2CaAAa%3BEACd%2CqBAAA%3B%3BAAGJ%2CKAAK%2CWAAW%3BEACZ%2CqBAAA%3B%3BAAIJ%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAGJ%2CCAAC%3BAAAkB%2CCAAC%3BAACpB%2CCAAC%3BAAAmB%2CCAAC%3BEACjB%2CgBAAA%3B%3BAAGJ%2CCAAC%3BEACG%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CmBAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CgBAAA%3B%3BAANJ%2CCAAC%2CWAQG%3BEACI%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CSAAA%3B%3BAAIR%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CSAAA%3B%3BAAGJ%2CKAAK%2CaAAa%2CWAAW%3BEACzB%2C0BAAA%3B%3BAAGJ%2CQAAQ%2CKAAK%2CaAAa%3BEACtB%2CSAAA%3BEACA%2CwBAAA%3BEACA%2CeAAA%3BEACA%2CmBAAA%3B%3BAAJJ%2CQAAQ%2CKAAK%2CaAAa%2CUAMtB%2CWAAU%3BEACN%2CSAAS%2COAAT%3B%3BAAPR%2CQAAQ%2CKAAK%2CaAAa%2CUAUtB%3BEACI%2CeAAA%3BEACA%2CiBAAA%3BEACA%2CcAAA%3BEACA%2CaAAa%2CYAAb%3BEACA%2CSAAA%3BEACA%2CeAAA%3B%3BAAIR%2CGAAG%2CuBAAuB%2CeAAe%2CiBACtC%2CeAAc%3BEACT%2CmBAAA%3B%3BAAwDR%2CmBApDoC%3BEAChC%3BIChJA%2CkBAAA%3B%3BEDgJA%2CaAEI%3BIACI%2CaAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIACA%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CWAAW%2CeAAX%3BIACA%2CSAAA%3B%3BEAXR%2CaAaI%2CiBAAgB%3BEAbpB%2CaAa6B%2CiBAAgB%3BIACrC%2CSAAA%3B%3BEAdR%2CaC9IA%3BI3BwQA%2CmBAAA%3BIAAA%2CYAAA%3BIAAA%2CgBAAA%3BIAAA%2CaAAA%3BIAAA%2CaAAA%3BI2BhQI%2CaAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BI3B8PJ%2CcAAA%3BIAAA%2CaCjNqB%2C6BDiNrB%3BIAAA%2CkBAAA%3BIAAA%2CmBAAA%3BIAAA%2CiBAAA%3BIAAA%2CiBAAA%3BIAAA%2CeAAA%3BI2BxFA%2COAAA%3BIACA%2CSAAA%3B%3BEAvJI%2CaA1BJ%2CiBA0BK%3BEACD%2CaA3BJ%2CiBA2BK%3BIACG%2CyBAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CSAAA%3BIACA%2CkBAAA%3BIACA%2CQAAA%3B%3BEAGJ%2CaAnCJ%2CiBAmCK%3BI3BqOL%2CiBAAA%3BI2BnOQ%2CyBAAA%3B%3BEAGJ%2CaAxCJ%2CiBAwCK%3BI3BgOL%2CiBAAA%3BI2B9NQ%2CyBAAA%3B%3BEAyIR%2CaAnLA%2CiBAmLC%3BEACD%2CaApLA%2CiBAoLC%3BIACG%2CYAAA%3B%3BEAGJ%2CaAxLA%2CiBAwLC%3BI3BgFD%2C4BAAA%3BIAAA%2CSAAA%3BIAAA%2CiBAAA%3B%3BE2B1EA%2CaA9LA%2CiBA8LC%3BI3B0ED%2C4BAAA%3BIAAA%2CSAAA%3BIAAA%2CiBAAA%3B%3BE2BhNA%2CaAAE%3BI3BgNF%2CeAAA%3B%3BE2B5MA%2CaAAE%2CgBAA2B%2CMAAS%3BEACtC%2CaAAE%2CgBAA2B%2CMAAS%3BEACtC%2CaAAC%2CMAAO%3BIACJ%2CcAAA%3B%3BEDmHJ%2CeAEI%2CiBACI%2CkBAAiB%3BIACb%2CcAAA%3B%3BEAJZ%2CeAEI%2CiBACI%2CkBAAiB%2CKAGb%3BIACI%2CkBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAEuGR%2CqBADJ%2CsBACK%3BEACG%2CaAAA%3BEACA%2CsBAAA%3BEACA%2C6BAAA%3B%3BAAGA%2CqBAPR%2CsBAMI%2CMACK%3BEACD%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3B%3BAAZZ%2CqBACI%2CsBAcI%3BEACI%2CaAAA%3BEACA%2CmBAAA%3BEACA%2CWAAA%3B%3BAAlBZ%2CqBACI%2CsBAcI%2CkBAII%3BAAnBZ%2CqBACI%2CsBAcI%2CkBAKI%3BEACI%2CUAAA%3B%3BAArBhB%2CqBACI%2CsBAuBI%3BEACI%2CgBAAA%3BEACA%2CcAAA%3B%3BAA1BZ%2CqBACI%2CsBAuBI%2CyBAGI%3BEACI%2CgBAAA%3BEACA%2CmBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAClDpB%2CwBAvB%2BC%3BEAC3C%2CmBACI%2CeACI%2CmBACI%2CcACI%3BIACI%2CaAAA%3B%3BEALpB%2CmBACI%2CeACI%2CmBACI%2CcAKI%3BIACI%2CcAAA%3BIACA%2CgBAAA%3B%3BEAVpB%2CmBACI%2CeACI%2CmBACI%2CcAUI%3BIACI%2CcAAA%3BIACA%2CgBAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAC%5C%2FGxB%2CwBAhC%2BC%3BEAEvC%2CMAAC%2C0CACG%2CeAAe%3BIACX%2CUAAA%3BIACA%2CYAAA%3BIACA%2CSAAA%3B%3BEAJR%2CMAAC%2C0CAOG%2CeAAe%2CuBAAsB%3BEAPzC%2CMAAC%2C0CAQG%2CeAAe%2CuBAAsB%3BIACjC%2C8BAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CMAAA%3BIACA%2CQAAA%3B%3BEAfR%2CMAAC%2C0CAkBG%2CeAAe%2CuBAAsB%3BI9BiI7C%2C4BAAA%3B%3BE8BnJI%2CMAAC%2C0CAsBG%2CeAAe%2CuBAAsB%3BI9B6H7C%2CyBAAA%3BI8B1HY%2CQAAA%3B%3B%3BACUhB%2CwBAxB%2BC%3BEAC3C%2CcAAe%3BIACX%2CUAAA%3BIACA%2CYAAA%3BIACA%2CSAAA%3B%3BEAEJ%2CcAAe%2CuBAAsB%3BEACrC%2CcAAe%2CuBAAsB%3BIACjC%2C8BAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CMAAA%3BIACA%2CQAAA%3B%3BEAEJ%2CcAAe%2CuBAAsB%3BI%5C%2FBwHrC%2CyBAAA%3B%3BE%2BBrHA%2CcAAe%2CuBAAsB%3BI%5C%2FBqHrC%2C4BAAA%3BI%2BBnHI%2CQAAA%3B%3B%3BAC5ER%2CwBAPA%2C8BACA%2C8BAA6B%3BEACzB%3BIACI%2CYAAA%3BIACA%2CUAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAChGR%3BEACI%3BIACE%2CUAAA%3BIACA%2CmBAAmB%2CwBAAnB%3BIACA%2CWAAW%2CwBAAX%3B%3BEACF%3BIACE%2CUAAA%3BIACA%2CuBAAA%3BIACA%2CeAAA%3B%3B%3BAACJ%3BEACE%3BIACE%2CUAAA%3BIACA%2CmBAAmB%2CwBAAnB%3BIACA%2CWAAW%2CwBAAX%3B%3BEACF%3BIACE%2CUAAA%3BIACA%2CuBAAA%3BIACA%2CeAAA%3B%3B%3BAACJ%3BEACE%2CoCAAA%3BEACA%2C4BAAA%3B%3BAAGH%2CiBACG%3BAACA%2CiBAAC%3BEACG%2C4BAAA%3BEACA%2CsBAAA%3BEACA%2C4BAAA%3B%3B%3BAA8eR%2CKAAM%2CQAAM%2CKAAG%3BAACf%2CKAAM%2CQAAM%2CKAAG%3BAACf%2CKAAM%2CQAAM%2CKAAG%3BAACf%2CKAAM%2CQAAM%2CKAAG%3BAACf%2CKAAM%2CQAAM%2CKAAG%3BEACX%2CsBAAA%3BEACA%2CsBAAA%3B%3B%3BAhCzaJ%3BEACE%2CgCAAA%3BEACA%2CuCAAA%3B%3BAA%2BEF%3BEmBvII%2CsBAAA%3BEpBiPA%2CgBAAA%3BEAAA%2CkBChLY%2CoBDgLZ%3BEAAA%2CWAAA%3BEAAA%2CeAAA%3BEAAA%2CqBAAA%3BEAAA%2CoBAAA%3BEAAA%2CaC3KkB%2C0BD2KlB%3BEAAA%2CSAAA%3BEAAA%2CiBAAA%3BEAAA%2CiBAAA%3BEAAA%2CoBAAA%3BEoB9NA%2CsBAAA%3BEACA%2CsBAAA%3B%3BAAiBA%2CYAAC%3BAACD%2CYAAC%3BEpB2MD%2CYC9KwB%2CgCD8KxB%3BEAAA%2CyBAAA%3BEAAA%2COC7KmB%2C2BD6KnB%3B%3BAoB%5C%2FLA%2CYAAC%3BEpB%2BLD%2CYC9KwB%2CgCD8KxB%3BEAAA%2CyBAAA%3BEAAA%2COC7KmB%2C2BD6KnB%3B%3BAoBnLA%2CYAAC%3BAACD%2CYAAC%3BAACD%2CQAAQ%2CUAAW%3BEpBiLnB%2CYAAA%3BEoB%5C%2FKI%2CeAAA%3BEACA%2CoBAAA%3B%3B%3BAnBsNR%3BEACI%3BIACI%2COAAA%3BIACA%2CUAAA%3B%3BEAGJ%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CYAAA%3B%3BEAGJ%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CSAAA%3B%3B%3BAAIR%3BEACI%3BIACI%2COAAA%3BIACA%2CUAAA%3B%3BEAGJ%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CYAAA%3B%3BEAGJ%3BIACI%2CUAAA%3B%3BEAGJ%3BIACI%2CSAAA%3B%3B%3BAAIR%3BEACI%2CkBAAA%3B%3BAAEA%2CeAAC%3BEACG%2CkBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CUAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CUAAA%3BEACA%2CYAAY%2C0OAAZ%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CWAAW%2CkBAAX%3BEACA%2CkBAAA%3BEACA%2CmCAAA%3BEACA%2CmBAAA%3B%3BAAgDR%2CQAd2B%3BEACvB%2CQACI%3BIACI%2CiBAAA%3BIACA%2CYAAA%3B%3B%3BAAm7EZ%3BEACI%3BIACI%2CwBAAA%3B%3BEAGJ%3BIACI%2CgCAAA%3B%3B%3BAAIR%3BEACI%3BIACI%2CwBAAA%3B%3BEAGJ%3BIACI%2CgCAAA%3B%3B%3BAAIR%3BEACI%3BIACI%2CwBAAA%3B%3BEAGJ%3BIACI%2CgCAAA%3B%3B%3BAAIR%3BEACI%3BIACI%2CwBAAA%3B%3BEAGJ%3BIACI%2CgCAAA%3B%3B%3BAAokBR%2CwBAbqD%3BEACjD%3BIACI%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2C4CAAA%3BIACA%2CiCAAA%3B%3B%3BAA%2BJR%2CwBA7BqD%3BEACjD%3BIACI%2CYAAA%3BIACA%2CeAAA%3B%3BEAFJ%2CeAGI%3BIACI%2CaAAA%3B%3BEAJR%2CeAMI%3BIACI%2CiBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEATR%2CeAWI%3BIACI%2CWAAA%3BIACA%2CaAAA%3B%3BEAbR%2CeAeI%3BIACI%2CiBAAA%3BIACA%2CiBAAA%3BIACA%2CaAAA%3B%3BEAGR%2CoBACI%3BIACI%2CaAAA%3B%3B%3BAAgBZ%2CwBAXsD%3BEAClD%3BIACI%2CYAAA%3B%3BEADJ%2CeAGI%2CeACI%3BIACI%2CaAAA%3B%3B%3B%3B%3B%3BAAswBhB%3BEACE%2CYAAY%2C4BAAZ%3BEACA%2CkBAAkB%2C4BAAlB%3BEACA%2CWAAA%3BEACA%2C6EAAA%3B%3BAAGF%2C6BAA6B%3BAAC7B%2C6BAA6B%3BEAC3B%2CYAAY%2CmCAAZ%3BEACA%2CcAAc%2CmCAAd%3B%3BAAGF%2C6BAA6B%3BEAC3B%2CYAAY%2CmCAAZ%3BEACA%2CcAAc%2CmCAAd%3BEACA%2CWAAW%2CeAAX%3B%3BAAGF%2C8BAA8B%2CYAC5B%2CkBACE%3BEACE%2CuCAAA%3BEACA%2C4BAAA%3B%3BAAJN%2C8BAA8B%2CYAC5B%2CkBACE%2CcAIE%3BEACE%2CyBAAA%3BEACA%2CoBAAA%3BEACA%2CqBAAA%3BEACA%2C8BAAA%3BEACA%2C4BAAA%3BEACA%2C%2BBAAA%3BEACA%2CiBAAA%3B%3BAAbR%2C8BAA8B%2CYAkB5B%3BEACE%2CsBAAA%3BEACA%2CoBAAA%3B%3BAiC11IA%2CgBALsC%3BECMtC%2CiCAzBA%3BECuLA%2C0BACI%2CcDxLJ%3BIACI%2CWAAA%3BIACA%2CWAAA%3BIACA%2CoBAAA%3B%3BEAEA%2CiCALJ%2CGAKK%3BECkLL%2C0BACI%2CcDxLJ%2CGAKK%3BIACG%2CSAAS%2CIAAT%3B%3BEAmBR%2CiCAfA%3BEC6KA%2C0BACI%2CcD9KJ%3BIACI%2CqBAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CqBAAA%3B%3BEA%2BBJ%3BIACI%2CWAAA%3B%3BEA4BJ%3BEEgDA%2COACI%2CgBACI%2CeAGI%3BECgPZ%2CgBAGI%3BEAqEJ%2CQACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%3BECzVhB%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%3BECyOhB%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%3BEANhB%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%3BIL7RhB%2CYAAA%3B%3BEAEA%2CoBAAC%2CUAAU%3BEE2DX%2COACI%2CgBACI%2CeAGI%2CKFhEX%2CUAAU%3BEGgTX%2CgBAGI%2COHnTH%2CUAAU%3BEGwXX%2CQACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CKH9Xf%2CUAAU%3BEIqCX%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CKJ3Cf%2CUAAU%3BEKoRX%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CKL3Rf%2CUAAU%3BEKqRX%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CKL3Rf%2CUAAU%3BIACP%2CWAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CoBAAC%2CUAAU%3BEEsDX%2COACI%2CgBACI%2CeAGI%2CKF3DX%2CUAAU%3BEG2SX%2CgBAGI%2COH9SH%2CUAAU%3BEGmXX%2CQACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CKHzXf%2CUAAU%3BEIgCX%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CKJtCf%2CUAAU%3BEK%2BQX%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CKLtRf%2CUAAU%3BEKgRX%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%2CKLtRf%2CUAAU%3BIACP%2CYAAA%3B%3BEAyNJ%3BEMxKI%2COAAO%2CKAAM%2CyBACT%3BECjCR%2CyBACI%2CQAAO%3BEC8YH%2COAAO%2CKAAM%2CcADjB%3BEAoBA%2CKAAC%2CcAsCG%2CcAMI%3BEChRZ%2CaAEI%3BEADJ%2CKAAK%2CcAAe%2CcAChB%3BERvFA%2COAAO%2CKAAM%2CiCACT%3BESlNR%2CmBACI%2CUAAU%3BEADd%2CmBAEI%3BECsFA%2COAAO%2CKAAM%2CeACT%3BIX6MR%2CcAAA%3B%3BEAwIY%2CuBAFR%2CUACI%2COACK%2CIAAI%2CSACD%3BEC1PhB%2CwBDuPI%2CUACI%2COACK%2CIAAI%2CSACD%3BECzPhB%2CuBDsPI%2CUACI%2COACK%2CIAAI%2CSACD%3BEY9ZhB%2CqBZ2ZI%2CUACI%2COACK%2CIAAI%2CSACD%3BEItUhB%2CmBJmUI%2CUACI%2COACK%2CIAAI%2CSACD%3BEanahB%2CKAAK%2CKAAK%2CObgaN%2CUACI%2COACK%2CIAAI%2CSACD%3BIACI%2CUAAA%3B%3BEAyBpB%3BEc1SA%2CSACI%3BECnII%2COAAO%2CIAAI%2CeAAgB%2CKAD%5C%2FB%3BEAEI%2COAAO%2CIAAI%2CqBAAsB%2CKAFrC%3BEZyXI%2CgBADJ%2CUACK%3BItCnIT%2CcAAA%3B%3BEmC6OA%3BEGRA%3BEa%5C%2FUA%3BInDlKA%2CSAAA%3BIACA%2CMAAM%2CgBAAN%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAiBA%2CyBAAC%3BEACD%2CyBAAC%3BEmC8%5C%2FBD%2CkBnC%5C%2F%5C%2FBC%3BEmC%2B%5C%2FBD%2CkBnC9%5C%2FBC%3BEyCmFD%2CwBAKI%2CezCzFH%3BEyCoFD%2CwBAKI%2CezCxFH%3BEyCoID%2CiCzCrIC%3BEyCqID%2CiCzCpIC%3BEyC0JD%2CkBzC3JC%3BEyC2JD%2CkBzC1JC%3BEqC6FD%2CkBAWI%2CerCzGH%3BEqC8FD%2CkBAWI%2CerCxGH%3BEqC6GD%2COACI%2CgBACI%2CerChHP%3BEqC8GD%2COACI%2CgBACI%2CerC%5C%2FGP%3BE2CwcD%2Ce3CzcC%3BE2CycD%2Ce3CxcC%3BEsCkWD%2CgBtCnWC%3BEsCmWD%2CgBtClWC%3BEsC0aD%2CQACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CetC9aX%3BEsC2aD%2CQACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CetC7aX%3BEsC4bD%2CqBACI%2COAAM%2CUtC9bT%3BEsC6bD%2CqBACI%2COAAM%2CUtC7bT%3BEoC0KD%2C0BACI%2CcpC5KH%3BEoC2KD%2C0BACI%2CcpC3KH%3BEoDyLD%2CcACI%2CQpD3LH%3BEoD0LD%2CcACI%2CQpD1LH%3BEoD%2BLD%2CMACI%2CeACI%2CSpDlMP%3BEoDgMD%2CMACI%2CeACI%2CSpDjMP%3BE8CoCD%2CcAKI%2Ce9C1CH%3BE8CqCD%2CcAKI%2Ce9CzCH%3BEuCuFD%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CevC3FX%3BEuCwFD%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CevC1FX%3BEwCsUD%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CexC3UX%3BEwCuUD%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CexC1UX%3BEwCuUD%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CexC3UX%3BEwCwUD%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CexC1UX%3BEqD2QG%2COAAC%2CQrD5QJ%3BEqD4QG%2COAAC%2CQrD3QJ%3BEqDiRD%2CYAQI%2CQAAO%2CMrD1RV%3BEqDkRD%2CYAQI%2CQAAO%2CMrDzRV%3BEsDyVD%2C0BtD1VC%3BEsD0VD%2C0BtDzVC%3BEsC0aD%2CQAaI%2CStCxbH%3BEsC2aD%2CQAaI%2CStCvbH%3BEoCsKD%2C6BpCvKC%3BEoCuKD%2C6BpCtKC%3BEsDqbD%2CyBtDtbC%3BEsDsbD%2CyBtDrbC%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CyBAAC%3BEmCy%5C%2FBD%2CkBnCz%5C%2FBC%3BEyC8ED%2CwBAKI%2CezCnFH%3BEyC%2BHD%2CiCzC%5C%2FHC%3BEyCqJD%2CkBzCrJC%3BEqCwFD%2CkBAWI%2CerCnGH%3BEqCwGD%2COACI%2CgBACI%2CerC1GP%3BE2CmcD%2Ce3CncC%3BEsC6VD%2CgBtC7VC%3BEsCqaD%2CQACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CetCxaX%3BEsCubD%2CqBACI%2COAAM%2CUtCxbT%3BEoCqKD%2C0BACI%2CcpCtKH%3BEoDoLD%2CcACI%2CQpDrLH%3BEoD0LD%2CMACI%2CeACI%2CSpD5LP%3BE8C%2BBD%2CcAKI%2Ce9CpCH%3BEuCkFD%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CevCrFX%3BEwCiUD%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CexCrUX%3BEwCkUD%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CexCrUX%3BEqDsQG%2COAAC%2CQrDtQJ%3BEqD4QD%2CYAQI%2CQAAO%2CMrDpRV%3BEsDoVD%2C0BtDpVC%3BEsCqaD%2CQAaI%2CStClbH%3BEoCiKD%2C6BpCjKC%3BEsDgbD%2CyBtDhbC%3BIACG%2CWAAA%3B%3BEmC8hBJ%3BEoBrfA%2COAAO%3BEAMP%3BEAWA%3BIpB0dA%2CsBAAA%3B%3BEAsBA%3BEqB1RA%2CcACI%3BECnPJ%3BItBsfA%2CsBAAA%3B%3BEAgCA%2C8BACI%2CUACM%3BEAFV%2C8BACI%2CUAEI%2CQAAU%3BEuBgBlB%2CiBvBlBI%2CUACM%3BEuBiBV%2CiBvBlBI%2CUAEI%2CQAAU%3BInC1UlB%2CgBAAA%3B%3BE2DulBA%2C8BxB%5C%2FQI%2CUACM%2CSwB8QT%2CIAAI%2CSACC%3BEADN%2C8BxB%5C%2FQI%2CUAEI%2CQAAU%2CSwB6QjB%2CIAAI%2CSACC%3BED9PN%2CiBvBlBI%2CUACM%2CSwB8QT%2CIAAI%2CSACC%3BED9PN%2CiBvBlBI%2CUAEI%2CQAAU%2CSwB6QjB%2CIAAI%2CSACC%3BIACE%2CuBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIA4FR%2CgBAAA%3BIANA%2CUAAA%3B%3BEA1FA%2C8BxB%5C%2FQI%2CUACM%2CSwB8QT%2CIAAI%2CSAeC%3BEAfN%2C8BxB%5C%2FQI%2CUAEI%2CQAAU%2CSwB6QjB%2CIAAI%2CSAeC%3BED5QN%2CiBvBlBI%2CUACM%2CSwB8QT%2CIAAI%2CSAeC%3BED5QN%2CiBvBlBI%2CUAEI%2CQAAU%2CSwB6QjB%2CIAAI%2CSAeC%3BIACE%2CWAAA%3BIACA%2CWAAA%3B%3BExBjSR%2C8BACI%2CUACM%2CSwB2KR%3BExB7KF%2C8BACI%2CUAEI%2CQAAU%2CSwB0KhB%3BED1JF%2CiBvBlBI%2CUACM%2CSwB2KR%3BED1JF%2CiBvBlBI%2CUAEI%2CQAAU%2CSwB0KhB%3BI3DpfF%2CeAAA%3BI2DwfI%2CqBAAA%3B%3BEA6HA%2C8BxB7SA%2CUACM%2CSwB0ST%2COAEI%3BEAAD%2C8BxB7SA%2CUAEI%2CQAAU%2CSwBySjB%2COAEI%3BEAAD%2C8BxB7SA%2CUACM%2CSwB2ST%2CSACI%3BEAAD%2C8BxB7SA%2CUAEI%2CQAAU%2CSwB0SjB%2CSACI%3BED3RL%2CiBvBlBI%2CUACM%2CSwB0ST%2COAEI%3BED3RL%2CiBvBlBI%2CUAEI%2CQAAU%2CSwBySjB%2COAEI%3BED3RL%2CiBvBlBI%2CUACM%2CSwB2ST%2CSACI%3BED3RL%2CiBvBlBI%2CUAEI%2CQAAU%2CSwB0SjB%2CSACI%3BIACG%2CaAAA%3B%3BExBzSI%2C8BALR%2CUACM%2CSAIG%2CIAAI%2CcAAc%3BEAAnB%2C8BALR%2CUAEI%2CQAAU%2CSAGL%2CIAAI%2CcAAc%3BEuBa%5C%2FB%2CiBvBlBI%2CUACM%2CSAIG%2CIAAI%2CcAAc%3BEuBa%5C%2FB%2CiBvBlBI%2CUAEI%2CQAAU%2CSAGL%2CIAAI%2CcAAc%3BIACf%2CgBAAA%3B%3BEA2YhB%3BEyB98BA%2CcACI%3BECDJ%3BI1B87BA%2CaAAA%3B%3BEAkEA%3BEGplBA%2CQAaI%3BEFjRJ%3BEkB%2BQA%3BInB0kBI%2CmBAAA%3BIACA%2CkBAAA%3B%3BEAFJ%2CkBAKI%3BEGzlBJ%2CQAaI%2CSH4kBA%3BEC71BJ%2C6BD61BI%3BEmB9kBJ%2CyBnB8kBI%3BIACI%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEARR%2CkBAWI%3BEG%5C%2FlBJ%2CQAaI%2CSHklBA%3BECn2BJ%2C6BDm2BI%3BEmBplBJ%2CyBnBolBI%3BIACI%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAhBR%2CkBAmBI%3BEGvmBJ%2CQAaI%2CSH0lBA%3BEC32BJ%2C6BD22BI%3BEmB5lBJ%2CyBnB4lBI%3BIACI%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEA4ER%3BEEngCA%3BEM2WA%2CeAEI%3BEC5LJ%2CeACI%3BITk1BA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAHJ%2CgCAKI%3BEExgCJ%2CkBFwgCI%3BEQ7pBJ%2CeAEI%2CWR2pBA%3BESv1BJ%2CeACI%2CgBTs1BA%3BIACI%2CiBAAA%3B%3BEAIA%2CgCADJ%2CQACK%3BEACD%2CgCAFJ%2CQAEK%3BEE9gCT%2CkBF4gCI%2CQACK%3BEE7gCT%2CkBF4gCI%2CQAEK%3BEQnqBT%2CeAEI%2CWR%2BpBA%2CQACK%3BEQlqBT%2CeAEI%2CWR%2BpBA%2CQAEK%3BES71BT%2CeACI%2CgBT01BA%2CQACK%3BES51BT%2CeACI%2CgBT01BA%2CQAEK%3BIACG%2CiBAAA%3B%3BEAGJ%2CgCANJ%2CQAMK%3BEElhCT%2CkBF4gCI%2CQAMK%3BEQvqBT%2CeAEI%2CWR%2BpBA%2CQAMK%3BESj2BT%2CeACI%2CgBT01BA%2CQAMK%3BIACG%2CWAAA%3B%3BE2BvnCZ%3BI9D0PA%2CeAAA%3BIAAA%2CmBAAA%3B%3BEuD%5C%2FNA%3BEACA%3BEACA%2CYAAa%2CQAAO%3BEACpB%2COAAO%3BEACP%2COAAO%3BEACP%2CaAAgB%3BEAChB%2CaAAgB%3BEAChB%2CMAAM%2CSAAS%3BEACf%3BEACA%3BIACI%2CsBAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CWtDFY%2CwBsDEZ%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3B%3BEAGJ%3BIACI%2CWAAA%3B%3BEAGJ%3BIACI%2CcAAA%3B%3BEAGJ%2COAAO%3BIAGH%2CiBAAA%3B%3BEQrDA%2CCAAC%2CmBAAwB%2CQRkDtB%3BIvDoMP%2CWAAA%3BIAgKA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BE%2BDrZL%2CCAAC%2CoBAAyB%2CQR%2BCvB%3BIvDoMP%2CUAAA%3BI%2BD9KA%2CqBAAA%3BI%5C%2FD8UA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BE%2BDlZL%2CCAAC%2CyBAA%2BB%2CQR4C7B%3BIvDoMP%2CUAAA%3BI%2BDlLA%2CYAAA%3BI%5C%2FDkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BE%2BD%5C%2FYL%2CCAAC%2C0BAAgC%2CQRyC9B%3BIvDoMP%2CUAAA%3BI%2BDtLA%2CWAAA%3BI%5C%2FDsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEuDhWT%3BIAEI%2CqBAAA%3B%3BEQ3CA%2CCAAC%2CoBAAyB%3BI%5C%2FDuO9B%2CUAAA%3BI%2BDtLA%2CWAAA%3BI%5C%2FDsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BE%2BDtYL%2CCAAC%2CyBAA%2BB%3BI%5C%2FDoOpC%2CUAAA%3BI%2BDtLA%2CWAAA%3BI%5C%2FDsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BE%2BDnYL%2CCAAC%2C0BAAgC%3BI%5C%2FDiOrC%2CUAAA%3BI%2BDtLA%2CWAAA%3BI%5C%2FDsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEuD1VT%2C2BAA4B%3BIACxB%2CoBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%3BIAEI%2CYAAA%3BIACA%2CoBAAA%3B%3BEQ3CA%2CCAAC%2CoBAAyB%3BI%5C%2FD2N9B%2CUAAA%3BI%2BDlLA%2CYAAA%3BI%5C%2FDkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BE%2BD1XL%2CCAAC%2CyBAA%2BB%3BI%5C%2FDwNpC%2CUAAA%3BI%2BDlLA%2CYAAA%3BI%5C%2FDkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BE%2BDvXL%2CCAAC%2C0BAAgC%3BI%5C%2FDqNrC%2CUAAA%3BI%2BDlLA%2CYAAA%3BI%5C%2FDkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEuD9UT%2C0BACI%3BIACI%2CoBAAA%3B%3BEAFR%2C0BAKI%3BIACI%2CWAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEAIR%2CMAAM%3BIACF%2CkBAAA%3B%3BEN4CJ%2CSAKM%3BIjD8GN%2CgBAAA%3BI2DwcA%2CsBAAA%3BIVpjBQ%2CgBAAA%3B%3BEAPR%2CSAKM%2CSUuvBJ%3BIAoDF%2CSAAA%3B%3BE3Dj7BA%2CSiDsIM%2CSjDtIL%3BEACD%2CSiDqIM%2CSjDrIL%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CSiDgIM%2CSjDhIL%3BIACG%2CWAAA%3B%3BE2DurBJ%2CSVxjBM%2CSUwjBL%2COAAO%3BEACR%2CSVzjBM%2CSUyjBL%2CSAAS%3BI3D3cV%2CmBAAA%3BI2D8cI%2CsBAAA%3BIACA%2CSAAS%2CGAAT%3BIACA%2CWAAA%3BIACA%2CWAAA%3B%3BEVpkBJ%2CSAKM%2CSUkkBN%3BI3DpdA%2CmBAAA%3BIAAA%2CiBAAA%3BI2DwdI%2CsBAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CSV1kBM%2CSU0kBL%2CIAAI%2CSACC%3BI3D7dN%2CmBAAA%3BIAAA%2CiBAAA%3BI2DkeQ%2CsBAAA%3BIACA%2CWAAA%3B%3BEAPR%2CSV1kBM%2CSU0kBL%2CIAAI%2CSAUC%3BI3DteN%2CWAAA%3BI2DweQ%2CWAAA%3B%3BEK7vBR%2CQAAQ%2CKAAK%3BICVb%2CkBAAA%3BIACA%2CUAAA%3B%3BEjE0CA%2CQgEjCQ%2CKAAK%2CMhEiCZ%3BEACD%2CQgElCQ%2CKAAK%2CMhEkCZ%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CQgEvCQ%2CKAAK%2CMhEuCZ%3BIACG%2CWAAA%3B%3BEgExCJ%2CQAAQ%2CKAAK%2CMCPX%2CQAAK%3BIACH%2CWAAA%3BIACA%2CWAAA%3B%3BEDKJ%2CQAAQ%2CKAAK%2CMCPX%2CQAAK%2CMAID%3BIjEwRN%2CYAAA%3BIiEtRQ%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEDDR%2CQAAQ%2CKAAK%2CMCKX%2CQAAK%3BIjEgRP%2CgBAAA%3BIiE7QI%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEjEsBJ%2CQgEjCQ%2CKAAK%2CMCKX%2CQAAK%2CQjE4BN%3BEACD%2CQgElCQ%2CKAAK%2CMCKX%2CQAAK%2CQjE6BN%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CQgEvCQ%2CKAAK%2CMCKX%2CQAAK%2CQjEkCN%3BIACG%2CWAAA%3B%3BEiE3BA%2CQDbI%2CKAAK%2CMCKX%2CQAAK%2CQAQF%3BIACG%2CcAAA%3B%3BEDdR%2CQAAQ%2CKAAK%2CMC%2BDX%2CQAAK%3BIjEsNP%2CiBAAA%3B%3BEgErRA%2CQAAQ%2CKAAK%2CMC%2BDX%2CQAAK%2CMAED%3BIjEoNN%2CgBAAA%3BIAAA%2CiBAAA%3BIAAA%2CiBAAA%3BIAAA%2CWAAA%3BIAAA%2CqBAAA%3BIAAA%2CmBAAA%3BIAAA%2CSAAA%3BIiE%5C%2FLQ%2CmBAAA%3BIjE%2BLR%2CYAAA%3BIAAA%2CgCAAA%3B%3BEkBjJA%2CQ8CpIQ%2CKAAK%2CMC%2BDX%2CQAAK%2CMAED%2CU%5C%2FCmEL%3BIlBiJD%2CWAAA%3BIAAA%2CqBAAA%3B%3BEkB5IA%2CQ8CzIQ%2CKAAK%2CMC%2BDX%2CQAAK%2CMAED%2CU%5C%2FCwEL%3BIlB4ID%2CWAAA%3BIAAA%2CqBAAA%3B%3BEkBvIA%2CQ8C9IQ%2CKAAK%2CMC%2BDX%2CQAAK%2CMAED%2CU%5C%2FC6EL%3BIlBuID%2CWAAA%3BIAAA%2CqBAAA%3B%3BEiE1LI%2CQD3FI%2CKAAK%2CMC%2BDX%2CQAAK%2CMA4BF%2CIAAI%2CWAAc%2CUAAO%3BEAC1B%2CQD5FI%2CKAAK%2CMC%2BDX%2CQAAK%2CMA6BF%2CIAAI%2CWAAc%2CUAAO%3BIjEyL9B%2CmBAAA%3B%3BEiErLI%2CQDhGI%2CKAAK%2CMC%2BDX%2CQAAK%2CMAiCF%2CIAAI%2CWAAc%2CUAAO%3BEAC1B%2CQDjGI%2CKAAK%2CMC%2BDX%2CQAAK%2CMAkCF%2COAAU%3BEACX%2CQDlGI%2CKAAK%2CMC%2BDX%2CQAAK%2CMAmCF%2COAAU%2CUAAO%3BEAClB%2CQDnGI%2CKAAK%2CMC%2BDX%2CQAAK%2CMAoCF%2COAAU%2CUAAO%3BIjEkLtB%2CmBAAA%3BIAAA%2CWAAA%3BIAAA%2CqBAAA%3B%3BEiE5KI%2CQDzGI%2CKAAK%2CMC%2BDX%2CQAAK%2CMA0CF%2COAAU%3BEACX%2CQD1GI%2CKAAK%2CMC%2BDX%2CQAAK%2CMA2CF%2COAAU%2CUAAO%3BEAClB%2CQD3GI%2CKAAK%2CMC%2BDX%2CQAAK%2CMA4CF%2COAAU%2CUAAO%3BIjE0KtB%2CsBAAA%3B%3BEgErRA%2CQAAQ%2CKAAK%2CMCgHX%2CQAAK%3BIjEqKP%2CmBAAA%3BIiEnKI%2CgBAAA%3BIACA%2CmBAAA%3BIAoBJ%2CSAAA%3BIjE8IA%2CaAAA%3B%3BEApPA%2CgBAAC%3BEACD%2CgBAAC%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CgBAAC%3BIACG%2CWAAA%3B%3BEkDvBJ%2CgBgB%2BCA%3BIACI%2CWAAA%3B%3BEhBhDJ%2CgBgBmDA%3BIACI%2CYAAA%3B%3BEhBpDJ%2CgBgBZA%3BEhBYA%2CgBgBXA%3BIACI%2CqBAAA%3B%3BEhBUJ%2CgBgBZA%2CSAQI%2CEAAC%3BEhBIL%2CgBgBXA%2CWAOI%2CEAAC%3BIACG%2CqBAAA%3B%3BEhBGR%2CgBgBEA%2CSACI%3BIlEiQJ%2CiBAAA%3B%3BEkDpQA%2CgBgBYA%2CWAKI%2CEAAC%3BIlEmPL%2CeAAA%3B%3BEkDpQA%2CgBAEM%3BEAFN%2CgBAGM%3BIACE%2CgBAAA%3B%3BEAJR%2CgBAEM%2CWAIE%3BEANR%2CgBAGM%2CaAGE%3BIACI%2CgBAAA%3BIACA%2CWAAA%3B%3BEiB0IR%2CYAAC%2CYACG%3BInEiHR%2C6BAAA%3BImE%5C%2FGY%2CiBAAA%3B%3B%3B%3B%3BECaZ%2CeAEI%2CeACI%2CiBACM%3BIACE%2CYAAA%3B%3BEAIA%2CeAPZ%2CeACI%2CiBAKI%2CQACK%3BIACG%2CSAAA%3B%3BEC5IpB%3BIACI%2CwBAAA%3B%3BE5BmEJ%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%3BIzC0GJ%2CmBAAA%3B%3BEyCtGY%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%3BE6BiTZ%2CGAAG%3BIACC%2CaAAA%3B%3BExD8YJ%3BIACI%2CUAAA%3B%3BEAEJ%3BIACI%2CWAAA%3B%3BEAEJ%3BEACA%3BIACI%2CQAAA%3B%3BEAEJ%3BIACI%2CoBAAA%3BIACA%2CqBAAA%3B%3BEAFJ%2CWAGI%3BIACI%2CoBAAA%3BIACA%2CqBAAA%3B%3BEAGR%3BIACI%2CwBAAA%3B%3BEAEJ%2CgBAEI%3BEADJ%2C8BACI%3BEAFJ%2CgBAGI%3BEAFJ%2C8BAEI%3BEAHJ%2CgBAII%2CeAAe%3BEAHnB%2C8BAGI%2CeAAe%3BIACX%2CkBAAA%3BIACA%2CmBAAA%3B%3BEANR%2CgBAEI%2CYAKI%3BEANR%2C8BACI%2CYAKI%3BEAPR%2CgBAGI%2CKAII%3BEANR%2C8BAEI%2CKAII%3BEAPR%2CgBAII%2CeAAe%2CmBAGX%3BEANR%2C8BAGI%2CeAAe%2CmBAGX%3BEAPR%2CgBAEI%2CYAMM%2CIAAC%3BEAPX%2C8BACI%2CYAMM%2CIAAC%3BEARX%2CgBAGI%2CKAKM%2CIAAC%3BEAPX%2C8BAEI%2CKAKM%2CIAAC%3BEARX%2CgBAII%2CeAAe%2CmBAIT%2CIAAC%3BEAPX%2C8BAGI%2CeAAe%2CmBAIT%2CIAAC%3BEARX%2CgBAEI%2CYAOM%2CMAAG%3BEARb%2C8BACI%2CYAOM%2CMAAG%3BEATb%2CgBAGI%2CKAMM%2CMAAG%3BEARb%2C8BAEI%2CKAMM%2CMAAG%3BEATb%2CgBAII%2CeAAe%2CmBAKT%2CMAAG%3BEARb%2C8BAGI%2CeAAe%2CmBAKT%2CMAAG%3BIACD%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAOI%2CgBAJX%2CIAAI%2C0BACD%2CYAEM%2CIAAC%2CcACE%2CIAAI%3BEAAL%2C8BAJX%2CIAAI%2C0BACD%2CYAEM%2CIAAC%2CcACE%2CIAAI%3BEAAL%2CgBAJX%2CIAAI%2C0BAED%2CKACM%2CIAAC%2CcACE%2CIAAI%3BEAAL%2C8BAJX%2CIAAI%2C0BAED%2CKACM%2CIAAC%2CcACE%2CIAAI%3BIACD%2CmBAAA%3B%3BEAnBpB%2CgBAwBI%2CeACI%3BEAxBR%2C8BAuBI%2CeACI%3BIACI%2CgBAAA%3B%3BEAGA%2CgBALR%2CeAII%2CcACK%2CIAAI%3BEAAL%2C8BALR%2CeAII%2CcACK%2CIAAI%3BIACD%2CmBAAA%3B%3BEAKhB%2CgBAEI%3BEADJ%2C8BACI%3BEAFJ%2CgBAGI%3BEAFJ%2C8BAEI%3BEAHJ%2CgBAII%2CeAAe%3BEAHnB%2C8BAGI%2CeAAe%3BIACX%2CoBAAA%3BIACA%2CqBAAA%3B%3BEANR%2CgBAEI%2CYAKI%3BEANR%2C8BACI%2CYAKI%3BEAPR%2CgBAGI%2CKAII%3BEANR%2C8BAEI%2CKAII%3BEAPR%2CgBAII%2CeAAe%2CmBAGX%3BEANR%2C8BAGI%2CeAAe%2CmBAGX%3BEAPR%2CgBAEI%2CYAMM%2CIAAC%3BEAPX%2C8BACI%2CYAMM%2CIAAC%3BEARX%2CgBAGI%2CKAKM%2CIAAC%3BEAPX%2C8BAEI%2CKAKM%2CIAAC%3BEARX%2CgBAII%2CeAAe%2CmBAIT%2CIAAC%3BEAPX%2C8BAGI%2CeAAe%2CmBAIT%2CIAAC%3BEARX%2CgBAEI%2CYAOM%2CMAAG%3BEARb%2C8BACI%2CYAOM%2CMAAG%3BEATb%2CgBAGI%2CKAMM%2CMAAG%3BEARb%2C8BAEI%2CKAMM%2CMAAG%3BEATb%2CgBAII%2CeAAe%2CmBAKT%2CMAAG%3BEARb%2C8BAGI%2CeAAe%2CmBAKT%2CMAAG%3BIACD%2CoBAAA%3BIACA%2CqBAAA%3B%3BEAOI%2CgBAJX%2CIAAI%2C0BACD%2CYAEM%2CIAAC%2CcACE%2CIAAI%3BEAAL%2C8BAJX%2CIAAI%2C0BACD%2CYAEM%2CIAAC%2CcACE%2CIAAI%3BEAAL%2CgBAJX%2CIAAI%2C0BAED%2CKACM%2CIAAC%2CcACE%2CIAAI%3BEAAL%2C8BAJX%2CIAAI%2C0BAED%2CKACM%2CIAAC%2CcACE%2CIAAI%3BIACD%2CmBAAA%3B%3BEAnBpB%2CgBAwBI%2CeACI%2CcACI%3BEAzBZ%2C8BAuBI%2CeACI%2CcACI%3BIACI%2CgBAAA%3B%3BEAEJ%2CgBALR%2CeACI%2CcAIK%2CIAAI%3BEAAL%2C8BALR%2CeACI%2CcAIK%2CIAAI%3BIACD%2CmBAAA%3B%3BEAKhB%2CgBAEI%3BEADJ%2C8BACI%3BEAFJ%2CgBAGI%3BEAFJ%2C8BAEI%3BEAHJ%2CgBAII%2CeAAe%3BEAHnB%2C8BAGI%2CeAAe%3BIACX%2CkBAAA%3BIACA%2CmBAAA%3B%3BEANR%2CgBAEI%2CYAKI%3BEANR%2C8BACI%2CYAKI%3BEAPR%2CgBAGI%2CKAII%3BEANR%2C8BAEI%2CKAII%3BEAPR%2CgBAII%2CeAAe%2CmBAGX%3BEANR%2C8BAGI%2CeAAe%2CmBAGX%3BEAPR%2CgBAEI%2CYAMM%2CMAAG%3BEAPb%2C8BACI%2CYAMM%2CMAAG%3BEARb%2CgBAGI%2CKAKM%2CMAAG%3BEAPb%2C8BAEI%2CKAKM%2CMAAG%3BEARb%2CgBAII%2CeAAe%2CmBAIT%2CMAAG%3BEAPb%2C8BAGI%2CeAAe%2CmBAIT%2CMAAG%3BEARb%2CgBAEI%2CYAOM%2CMAAG%3BEARb%2C8BACI%2CYAOM%2CMAAG%3BEATb%2CgBAGI%2CKAMM%2CMAAG%3BEARb%2C8BAEI%2CKAMM%2CMAAG%3BEATb%2CgBAII%2CeAAe%2CmBAKT%2CMAAG%3BEARb%2C8BAGI%2CeAAe%2CmBAKT%2CMAAG%3BIACD%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAXZ%2CgBAcI%3BEAbJ%2C8BAaI%3BIACI%2CgBAAA%3B%3BEAMQ%2CgBAJX%2CIAAI%2C0BACD%2CYAEM%2CMAAG%2CcACA%2CIAAI%3BEAAL%2C8BAJX%2CIAAI%2C0BACD%2CYAEM%2CMAAG%2CcACA%2CIAAI%3BEAAL%2CgBAJX%2CIAAI%2C0BAED%2CKACM%2CMAAG%2CcACA%2CIAAI%3BEAAL%2C8BAJX%2CIAAI%2C0BAED%2CKACM%2CMAAG%2CcACA%2CIAAI%3BIACD%2CmBAAA%3B%3BEyD5%2BBvB%2CYACC%3BEADD%2CYAEC%3BEAFD%2CYAGC%2CQAAO%3BIACN%2CWAAA%3BIvEqPD%2CmBuEpPY%2CgBvEoPZ%3BIACK%2CgBuErPO%2CgBvEqPP%3BIACC%2CeuEtPM%2CgBvEsPN%3BIAcJ%2CWuEpQU%2CgBvEoQV%3B%3BEwE%2BLA%2C%2BBAGI%3BEAFJ%2CiCAEI%3BEADJ%2CiCACI%3BIACI%2C8BAAA%3B%3BEAGI%2C%2BBAJR%2CuBAGI%2C0BACK%3BEAAD%2CiCAJR%2CuBAGI%2C0BACK%3BEAAD%2CiCAJR%2CuBAGI%2C0BACK%3BIACG%2CgBAAA%3BIACA%2CaAAA%3B%3BExDlShB%2CuBACI%2CyBACI%2CyBAAwB%2CSAAS%2CUAAU%3BIACvC%2CcAAA%3BIACA%2CUAAA%3B%3BEyDycZ%2CMAAM%2COAAQ%2CeACV%3BIACI%2CaAAA%3B%3BEC1fR%2CcACI%2CcAAc%3BEADlB%2CcAEI%2COAAM%2COAAO%3BIACT%2CkBAAA%3BI1EkIR%2CSAAA%3BIAAA%2CUAAA%3BI0E7HQ%2CUAAA%3BI5D%5C%2FJX%2CoBAAA%3B%3BIACC%2CiBAAA%3B%3BIACA%2CoBAAA%3B%3BIACA%2CqBAAA%3B%3BIACA%2CaAAA%3BIACA%2CeAAA%3BI4D4JU%2CmBAAA%3BIACA%2CsBAAA%3B%3BEAXR%2CcACI%2CcAAc%2CmBAYV%3BEAbR%2CcAEI%2COAAM%2COAAO%2CQAWT%3BEAbR%2CcACI%2CcAAc%2CmBAaV%3BEAdR%2CcAEI%2COAAM%2COAAO%2CQAYT%3BIACI%2CqBAAA%3B%3BEAGI%2CcAjBZ%2CcAAc%2CmBAYV%2CQAIK%2CMACI%3BEAAD%2CcAhBZ%2COAAM%2COAAO%2CQAWT%2CQAIK%2CMACI%3BEAAD%2CcAjBZ%2CcAAc%2CmBAaV%2CMAGK%2CMACI%3BEAAD%2CcAhBZ%2COAAM%2COAAO%2CQAYT%2CMAGK%2CMACI%3BIACG%2COzE3DD%2C2ByE2DC%3B%3BEAnBpB%2CcAwBI%2CcAEI%3BEA1BR%2CcAwBI%2CcAGI%2COAAM%2COAAO%3BIACT%2CUAAA%3BIACA%2CkBAAA%3BI1EwFd%2CiCAAA%3BIACK%2C8BAAA%3BIACC%2C6BAAA%3BIAcJ%2CyBAAA%3BIAhBF%2CoCAAA%3BIACK%2CiCAAA%3BIACC%2CgCAAA%3BIAcJ%2C4BAAA%3B%3BE0EtGY%2CcAPR%2CcAEI%2CmBAKK%2CMAEG%3BEAFJ%2CcAPR%2CcAGI%2COAAM%2COAAO%2CQAIR%2CMAEG%3BEAFJ%2CcAPR%2CcAEI%2CmBAKK%2CMAGG%3BEAHJ%2CcAPR%2CcAGI%2COAAM%2COAAO%2CQAIR%2CMAGG%3BIACI%2CcAAA%3B%3BEAnCpB%2CcAwBI%2CcAgBI%2CmBACI%3BIACI%2CqBAAA%3B%3BEAEA%2CcApBZ%2CcAgBI%2CmBACI%2CQAGK%2CIAAI%3BIACD%2COzE7FV%2CkByE6FU%3B%3BEAIA%2CcAzBhB%2CcAgBI%2CmBACI%2CQAOK%2CMACI%3BIACG%2COzE1FL%2C2ByE0FK%3B%3BEAMhB%2CcAhCJ%2CcAgCK%2CMACG%2COAAM%2COAAO%3BIACT%2CUAAA%3BIACA%2CmBAAA%3B%3BEAchB%2CcACI%2CcACI%3BIACI%2CkBAAA%3B%3BEAHZ%2CcACI%2CcACI%2CqBAGI%3BIACI%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CQAAA%3BI1EoClB%2CmB0EnC8B%2CqB1EmC9B%3BIACK%2CgB0EpCyB%2CqB1EoCzB%3BIACC%2Ce0ErCwB%2CqB1EqCxB%3BIAcJ%2CW0EnD4B%2CqB1EmD5B%3BI0EjDgB%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CaAAA%3BIACA%2C8BAAA%3BI1E6BlB%2CiCAAA%3BIACK%2C8BAAA%3BIACC%2C6BAAA%3BIAcJ%2CyBAAA%3BIAhBF%2CoCAAA%3BIACK%2CiCAAA%3BIACC%2CgCAAA%3BIAcJ%2C4BAAA%3B%3BE0E5DA%2CcACI%2CcACI%2CqBAGI%2C6BAaM%3BIACE%2CWAAA%3BI1EyCpB%2CeC5KoB%2C4BD4KpB%3BI0EvCoB%2CgBAAA%3B%3BEArBpB%2CcACI%2CcACI%2CqBAGI%2C6BAkBI%3BItDpBhB%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2C4BAAA%3BIAEA%2CgBAAA%3BIACA%2CoBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3BIpBgDA%2CgBAAA%3BI0EnCoB%2CsBAAA%3BIACA%2CSAAA%3BIACA%2CaAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BI1E6BpB%2CeC5KoB%2C4BD4KpB%3BI0E3BoB%2CgBAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEtDpBpB%2CcsDdI%2CcACI%2CqBAGI%2C6BAkBI%2CQtDRf%3BEACD%2CcsDfI%2CcACI%2CqBAGI%2C6BAkBI%2CQtDPf%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CcsDpBI%2CcACI%2CqBAGI%2C6BAkBI%2CQtDFf%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CcsDzBI%2CcACI%2CqBAGI%2C6BAkBI%2CQtDGf%3BEACD%2CcsD1BI%2CcACI%2CqBAGI%2C6BAkBI%2CQtDIf%3BEACD%2CQAAQ%2CUAAW%2CesD3Bf%2CcACI%2CqBAGI%2C6BAkBI%3BItDMZ%2CoBAAA%3BIpB%2BBJ%2CYAAA%3B%3BE0ExBoB%2CcAnChB%2CcACI%2CqBAGI%2C6BAkBI%2CQAaK%3BEACD%2CcApChB%2CcACI%2CqBAGI%2C6BAkBI%2CQAcK%3BIACG%2CgBAAA%3B%3BEAGA%2CcAxCpB%2CcACI%2CqBAGI%2C6BAkBI%2CQAiBK%2CIAAI%2CUACA%3BIACG%2CgBAAA%3B%3BEAGR%2CcA5ChB%2CcACI%2CqBAGI%2C6BAkBI%2CQAsBK%3BEA7CrB%2CcACI%2CcACI%2CqBAGI%2C6BAkBI%2CQAuBI%3BI1EFtB%2CkDAAA%3BIACK%2C%2BCAAA%3BIACC%2C8CAAA%3BIAcJ%2C0CAAA%3B%3BE0EToB%2CcAlDhB%2CcACI%2CqBAGI%2C6BAkBI%2CQA4BK%3BIACG%2CkBAAA%3BIACA%2COAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3BIACA%2CYAAA%3BI1EZ1B%2CmB0EasC%2CgB1EbtC%3BIACK%2CgB0EYiC%2CgB1EZjC%3BIACC%2Ce0EWgC%2CgB1EXhC%3BIAcJ%2CW0EHoC%2CgB1EGpC%3BI0EDwB%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CoBAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3BI1EHxB%2CeC5KoB%2C4BD4KpB%3B%3BE0E5DA%2CcACI%2CcACI%2CqBAGI%2C6BAkBI%2CQA4CI%3BI1EPpB%2CWAAA%3BI0ESwB%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3B%3BEACA%2CcAxEpB%2CcACI%2CqBAGI%2C6BAkBI%2CQA4CI%2CKAMK%3BIACG%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CaAAA%3B%3BEAIJ%2CcA%5C%2FEpB%2CcACI%2CqBAGI%2C6BAkBI%2CQAwDK%2CQACI%3BIACG%2CgBAAA%3B%3BEAGA%2CcAnFxB%2CcACI%2CqBAGI%2C6BAkBI%2CQAwDK%2CQAIG%2CKACK%3BIACG%2CqBAAA%3B%3BEAMJ%2CcA1FxB%2CcACI%2CqBAGI%2C6BAkBI%2CQAkEK%2CIAAI%2CUACA%2CMACI%3BIACG%2CSAAA%3BI1EhDlC%2CmB0EiD8C%2Ca1EjD9C%3BIACK%2CgB0EgDyC%2Ca1EhDzC%3BIACC%2Ce0E%2BCwC%2Ca1E%5C%2FCxC%3BIAcJ%2CW0EiC4C%2Ca1EjC5C%3B%3BE0E8BwB%2CcAzFpB%2CcACI%2CqBAGI%2C6BAkBI%2CQAkEK%2CIAAI%2CUACA%2CMAMG%3BI1EpD9B%2CmB0EqD8C%2CiB1ErD9C%3BIACK%2CgB0EoDyC%2CiB1EpDzC%3BIACC%2Ce0EmDwC%2CiB1EnDxC%3BIAcJ%2CW0EqC4C%2CiB1ErC5C%3B%3BE0E4CY%2CcAvGR%2CcACI%2CqBAsGK%2CMACG%3BIACI%2CQAAA%3BIACA%2CUAAA%3BIACA%2CmBAAA%3B%3BEAJR%2CcAvGR%2CcACI%2CqBAsGK%2CMAMG%3BIACI%2CUAAA%3BIACA%2CmBAAA%3B%3BEA%2BWvB%2CiBACC%2CeAAe%2CcACd%2CqBACC%3BIACC%2CQAAA%3BI5DnsBJ%2CoBAAA%3B%3BIACC%2CiBAAA%3B%3BIACA%2CoBAAA%3B%3BIACA%2CqBAAA%3B%3BIACA%2CaAAA%3BIACA%2CeAAA%3BI4DgsBkB%2C2BAAA%3BIACf%2CmBAAA%3BIACA%2CuBAAA%3B%3BEARJ%2CiBACC%2CeAAe%2CcACd%2CqBACC%2C6BAMG%3BIACD%2CWAAA%3BIACA%2CkBAAA%3B%3BEACA%2CiBAXJ%2CeAAe%2CcACd%2CqBACC%2C6BAMG%2CIAGA%3BIACA%2CqBAAA%3B%3BEAbN%2CiBACC%2CeAAe%2CcACd%2CqBACC%2C6BAaC%3BIACC%2CUAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACkB%2CgBAAA%3B%3BEAClB%2CiBArBJ%2CeAAe%2CcACd%2CqBACC%2C6BAaC%2CQAME%3BIACA%2C6BAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BEA9BN%2CiBACC%2CeAAe%2CcACd%2CqBACC%2C6BAaC%2CQAgBC%3BIACC%2CYAAA%3BIACqB%2CkBAAA%3BIACA%2CMAAA%3BIACA%2COAAA%3BIACA%2CQAAA%3BIACA%2CSAAA%3BIACA%2CoBAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3B%3BEACA%2CiBAzC1B%2CeAAe%2CcACd%2CqBACC%2C6BAaC%2CQAgBC%2CKAUuB%3BIACG%2CeAAA%3B%3BEAIzB%2CiBA9CL%2CeAAe%2CcACd%2CqBACC%2C6BAaC%2CQA8BE%2CMACC%3BIACA%2CWAAA%3B%3BEAKJ%2CiBApDF%2CeAAe%2CcACd%2CqBAmDE%2CMACA%3BIACC%2CUAAA%3BIACA%2CmBAAA%3B%3BEAHF%2CiBApDF%2CeAAe%2CcACd%2CqBAmDE%2CMACA%2C6BAGG%3BI1E5eN%2CsEAAA%3BIACK%2CmEAAA%3BIACC%2CkEAAA%3BIAcJ%2C8DAAA%3B%3BE0EweE%2CiBApEJ%2CeAAe%2CcA%2BDd%2CmBACC%2CQACE%2CWAGC%3BEAAD%2CiBApEJ%2CeAAe%2CcA%2BDd%2CmBACC%2CQAEE%2CUAEC%3BIACA%2CWAAA%3BI1EzeH%2CiBAAA%3B%3BE0E6eG%2CiBAzEL%2CeAAe%2CcA%2BDd%2CmBACC%2CQACE%2CWAOC%2CMACC%3BEAAD%2CiBAzEL%2CeAAe%2CcA%2BDd%2CmBACC%2CQAEE%2CUAMC%2CMACC%3BIACA%2CcAAA%3B%3BEAQJ%2CiBACI%2CeACI%3BIACI%2CqBAAA%3B%3BEAHZ%2CiBACI%2CeAII%2CsBACI%2CIAAG%2CqBACC%2CkBAAiB%3BIACb%2CYAAA%3B%3BEARpB%2CiBACI%2CeAWI%3BIACI%2CgBAAA%3BIACA%2CqBAAA%3BI1EpgBZ%2CiBAAA%3B%3BE0EygBA%2CiBAEF%2CeAAe%2CcACd%2CqBACa%3BEAHZ%2CiBACF%2CeAAe%2CcACd%2CqBACa%3BIACI%2CUAAA%3BIACA%2CoBAAA%3BIACA%2CeAAA%3BI1EhiBlB%2C%2BC0EiiBwD%2CqDAAgD%2C8B1EjiBxG%3BIACK%2C4C0EgiBmD%2CqDAAgD%2C8B1EhiBnG%3BIACC%2C2C0E%2BhBkD%2CqDAAgD%2C8B1E%5C%2FhBlG%3BIAcJ%2CuC0EihBsD%2CqDAAgD%2C8B1EjhBtG%3B%3BE0EygBA%2CiBAEF%2CeAAe%2CcACd%2CqBAQC%3BEAVA%2CiBACF%2CeAAe%2CcACd%2CqBAQC%3BIACC%2CQAAA%3BI5DjzBJ%2CoBAAA%3B%3BIACC%2CiBAAA%3B%3BIACA%2CoBAAA%3B%3BIACA%2CqBAAA%3B%3BIACA%2CaAAA%3BIACA%2CeAAA%3BI4D8yBkB%2C2BAAA%3BIACf%2CmBAAA%3BIACA%2CuBAAA%3BIACe%2CUAAA%3BIACA%2CmBAAA%3B%3BEAlBhB%2CiBAEF%2CeAAe%2CcACd%2CqBAQC%2C6BAQG%3BEAlBH%2CiBACF%2CeAAe%2CcACd%2CqBAQC%2C6BAQG%3BIACD%2CWAAA%3BIACA%2CkBAAA%3BI1E9iBJ%2CmB0E%2BiBkC%2CiBAAiB%2Ca1E%5C%2FiBnD%3BIACK%2CgB0E8iB6B%2CiBAAiB%2Ca1E9iB9C%3BIACC%2Ce0E6iB4B%2CiBAAiB%2Ca1E7iB7C%3BIAcJ%2CW0E%2BhBgC%2CiBAAiB%2Ca1E%5C%2FhBjD%3BI0EiiBoB%2CkBAAA%3BI1EjjBtB%2CyFAAA%3BIACK%2CsFAAA%3BIACC%2CqFAAA%3BIAcJ%2CiFAAA%3BI0EoiBoB%2CmCAAA%3BIACA%2C2BAAA%3BIACA%2CUAAA%3B%3BEAClB%2CiBA5BJ%2CeAAe%2CcACd%2CqBAQC%2C6BAQG%2CIAWA%3BEAAD%2CiBA5BJ%2CeAAe%2CcACd%2CqBAQC%2C6BAQG%2CIAWA%3BI1EvjBL%2CyFAAA%3BIACK%2CsFAAA%3BIACC%2CqFAAA%3BIAcJ%2CiFAAA%3B%3BE0EygBA%2CiBAEF%2CeAAe%2CcACd%2CqBAQC%2C6BAwBC%3BEAlCD%2CiBACF%2CeAAe%2CcACd%2CqBAQC%2C6BAwBC%3BIACC%2CUAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACkB%2CgBAAA%3BIACA%2CgBAAA%3B%3BEAClB%2CiBAxCJ%2CeAAe%2CcACd%2CqBAQC%2C6BAwBC%2CQAOE%3BEAAD%2CiBAxCJ%2CeAAe%2CcACd%2CqBAQC%2C6BAwBC%2CQAOE%3BIACA%2C6BAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BEAEiB%2CiBAlDtB%2CeAAe%2CcACd%2CqBAQC%2C6BAwBC%2CQAiBoB%3BEAAD%2CiBAlDtB%2CeAAe%2CcACd%2CqBAQC%2C6BAwBC%2CQAiBoB%3BIACG%2CkBAAA%3B%3BEAEI%2CiBArD9B%2CeAAe%2CcACd%2CqBAQC%2C6BAwBC%2CQAiBoB%2COAEI%2CQACI%3BEAAD%2CiBArD9B%2CeAAe%2CcACd%2CqBAQC%2C6BAwBC%2CQAiBoB%2COAEI%2CQACI%3BIACG%2CUAAA%3BIACA%2CgBAAA%3B%3BEAHR%2CiBApD1B%2CeAAe%2CcACd%2CqBAQC%2C6BAwBC%2CQAiBoB%2COAEI%2CQAKG%3BEALJ%2CiBApD1B%2CeAAe%2CcACd%2CqBAQC%2C6BAwBC%2CQAiBoB%2COAEI%2CQAKG%3BIACI%2CkBAAA%3BIACA%2COAAA%3BIACA%2CQAAA%3BIACA%2CSAAA%3BIACA%2CMAAA%3BIACA%2CoBAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3B%3BEACA%2CiBAlElC%2CeAAe%2CcACd%2CqBAQC%2C6BAwBC%2CQAiBoB%2COAEI%2CQAKG%2CKASK%3BEAAD%2CiBAlElC%2CeAAe%2CcACd%2CqBAQC%2C6BAwBC%2CQAiBoB%2COAEI%2CQAKG%2CKASK%3BIACG%2CgBAAA%3BIACA%2CSAAA%3B%3BEAtEpC%2CiBAEF%2CeAAe%2CcACd%2CqBAQC%2C6BAwBC%2CQAwCC%3BEA1EF%2CiBACF%2CeAAe%2CcACd%2CqBAQC%2C6BAwBC%2CQAwCC%3BIACC%2CYAAA%3BIACqB%2CkBAAA%3BIACA%2CMAAA%3BIACA%2COAAA%3BIACA%2CQAAA%3BIACA%2CSAAA%3BIACA%2CoBAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3B%3BEACA%2CiBAnF1B%2CeAAe%2CcACd%2CqBAQC%2C6BAwBC%2CQAwCC%2CKAUuB%3BEAAD%2CiBAnF1B%2CeAAe%2CcACd%2CqBAQC%2C6BAwBC%2CQAwCC%2CKAUuB%3BIACG%2CeAAA%3B%3BEAIzB%2CiBAxFL%2CeAAe%2CcACd%2CqBAQC%2C6BAwBC%2CQAsDE%2CMACC%3BEAAD%2CiBAxFL%2CeAAe%2CcACd%2CqBAQC%2C6BAwBC%2CQAsDE%2CMACC%3BIACA%2CWAAA%3B%3BEA3FJ%2CiBAEF%2CeAAe%2CcACd%2CqBA6Fa%3BEA%5C%2FFZ%2CiBACF%2CeAAe%2CcACd%2CqBA6Fa%3BIACI%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3B%3BEAEhB%2CiBArGF%2CeAAe%2CcACd%2CqBAoGE%2CMACe%3BEADhB%2CiBArGF%2CeAAe%2CcACd%2CqBAoGE%2CMACe%3BIACI%2CUAAA%3B%3BEAFpB%2CiBArGF%2CeAAe%2CcACd%2CqBAoGE%2CMAIA%2C6BAEG%3BEANJ%2CiBArGF%2CeAAe%2CcACd%2CqBAoGE%2CMAIA%2C6BAEG%3BI1EtoBN%2CmB0EuoBsC%2CcAAc%2Ca1EvoBpD%3BIACK%2CgB0EsoBiC%2CcAAc%2Ca1EtoB%5C%2FC%3BIACC%2Ce0EqoBgC%2CcAAc%2Ca1EroB9C%3BIAcJ%2CW0EunBoC%2CcAAc%2Ca1EvnBlD%3BI0EynBwB%2CUAAA%3BIAClB%2CmBAAA%3B%3BEAUJ%2CiBAzHJ%2CeAAe%2CcAoHd%2CmBACC%2CQACE%2CWAGC%3BEAAD%2CiBAzHJ%2CeAAe%2CcAoHd%2CmBACC%2CQACE%2CWAGC%3BEAAD%2CiBAzHJ%2CeAAe%2CcAoHd%2CmBACC%2CQAEE%2CUAEC%3BEAAD%2CiBAzHJ%2CeAAe%2CcAoHd%2CmBACC%2CQAEE%2CUAEC%3BIACA%2CWAAA%3BI1EroBH%2CiBAAA%3B%3BE0EyoBG%2CiBA9HL%2CeAAe%2CcAoHd%2CmBACC%2CQACE%2CWAOC%2CMACC%3BEAAD%2CiBA9HL%2CeAAe%2CcAoHd%2CmBACC%2CQACE%2CWAOC%2CMACC%3BEAAD%2CiBA9HL%2CeAAe%2CcAoHd%2CmBACC%2CQAEE%2CUAMC%2CMACC%3BEAAD%2CiBA9HL%2CeAAe%2CcAoHd%2CmBACC%2CQAEE%2CUAMC%2CMACC%3BIACA%2CcAAA%3B%3BEAjIJ%2CiBAEF%2CeAAe%2CcAqIL%2CsBAAsB%2CIAAG%2CqBAAsB%2CkBAAiB%2CMAAO%2CeAAc%3BEAtI7F%2CiBACF%2CeAAe%2CcAqIL%2CsBAAsB%2CIAAG%2CqBAAsB%2CkBAAiB%2CMAAO%2CeAAc%3BEAvI7F%2CiBAEF%2CeAAe%2CcAsIL%2CsBAAsB%2CIAAG%2CqBAAsB%2CkBAAiB%2CMAAO%3BEAvI%5C%2FE%2CiBACF%2CeAAe%2CcAsIL%2CsBAAsB%2CIAAG%2CqBAAsB%2CkBAAiB%2CMAAO%3BIACnE%2CgBAAA%3B%3BEAIZ%2CiBACF%2CeAAe%2CcACd%2CqBACC%3BIACC%2CSAAA%3BIACe%2CYAAA%3BIACA%2COAAA%3BIACA%2CQAAA%3BIACA%2CeAAA%3BI5D17BnB%2CoBAAA%3B%3BIACC%2CiBAAA%3B%3BIACA%2CoBAAA%3B%3BIACA%2CqBAAA%3B%3BIACA%2CaAAA%3BIACA%2CeAAA%3BI4Du7BG%2CmBAAA%3BIACA%2CuBAAA%3BIACe%2CUAAA%3BIACA%2CmBAAA%3B%3BEAbhB%2CiBACF%2CeAAe%2CcACd%2CqBACC%2C6BAWgB%3BIACI%2CgBAAA%3B%3BEAfpB%2CiBACF%2CeAAe%2CcACd%2CqBACC%2C6BAcC%3BIACC%2CUAAA%3BIACA%2CSAAA%3BIACA%2CcAAA%3BIACA%2CWAAA%3BIACkB%2CgBAAA%3BIACA%2CkBAAA%3BI1E7rBtB%2CkDAAA%3BIACK%2C%2BCAAA%3BIACC%2C8CAAA%3BIAcJ%2C0CAAA%3B%3BE0EspBA%2CiBACF%2CeAAe%2CcA4BL%3BIACI%2CkBAAA%3B%3BEA9BZ%2CiBACF%2CeAAe%2CcA4BL%2CsBAEI%3BIACI%2CkBAAA%3BIACA%2CuBAAA%3B%3BEAjChB%2CiBACF%2CeAAe%2CcA4BL%2CsBAMI%2CkBACI%3BI5Dt9BnB%2CoBAAA%3B%3BIACC%2CiBAAA%3B%3BIACA%2CoBAAA%3B%3BIACA%2CqBAAA%3B%3BIACA%2CaAAA%3BIACA%2CeAAA%3BI4Dm9BsB%2CuBAAA%3B%3BEAMpB%2CiBACI%2CmCAAmC%2CuBAAsB%3BIACrD%2C0CAAA%3B%3BEAFR%2CiBAII%2CeACI%2CcACI%2CqBACI%3BI5Dr%2BBnB%2CoBAAA%3B%3BIACC%2CiBAAA%3B%3BIACA%2CoBAAA%3B%3BIACA%2CqBAAA%3B%3BIACA%2CaAAA%3BIACA%2CeAAA%3BI4Dk%2BBsB%2CsBAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3BIACA%2CUAAA%3BIACA%2CmBAAA%3BIACA%2CeAAA%3B%3BEAdpB%2CiBAII%2CeACI%2CcACI%2CqBAUI%2C6BAEI%3BEAlBpB%2CiBAII%2CeACI%2CcACI%2CqBAWI%2CmBACI%3BIACI%2CUAAA%3BIACA%2CaAAA%3BIACA%2CcAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BI1E3uB1B%2CmB0E4uBsC%2CiB1E5uBtC%3BIACK%2CgB0E2uBiC%2CiB1E3uBjC%3BIACC%2Ce0E0uBgC%2CiB1E1uBhC%3BIAcJ%2CW0E4tBoC%2CiB1E5tBpC%3BIAhBF%2CiCAAA%3BIACK%2C8BAAA%3BIACC%2C6BAAA%3BIAcJ%2CyBAAA%3BIAhBF%2CoCAAA%3BIACK%2CiCAAA%3BIACC%2CgCAAA%3BIAcJ%2C4BAAA%3B%3BE0E%2BtBwB%2CiBAzBpB%2CeACI%2CcACI%2CqBAUI%2C6BAEI%2CQAWK%3BEAAD%2CiBAzBpB%2CeACI%2CcACI%2CqBAWI%2CmBACI%2CQAWK%3BIACG%2CsBAAA%3BIACA%2CgBAAA%3BIACA%2CeAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CsBAAA%3BIACA%2CoBAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3B%3BEAEJ%2CiBAxCpB%2CeACI%2CcACI%2CqBAUI%2C6BAEI%2CQA0BK%3BEAAD%2CiBAxCpB%2CeACI%2CcACI%2CqBAWI%2CmBACI%2CQA0BK%3BIACG%2CSAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3B%3BEACA%2CiBA5CxB%2CeACI%2CcACI%2CqBAUI%2C6BAEI%2CQA0BK%2CWAII%3BEAAD%2CiBA5CxB%2CeACI%2CcACI%2CqBAWI%2CmBACI%2CQA0BK%2CWAII%3BI1ElvB7B%2CiBAAA%3B%3BE0EsvBwB%2CiBAhDpB%2CeACI%2CcACI%2CqBAUI%2C6BAEI%2CQAkCK%3BEAAD%2CiBAhDpB%2CeACI%2CcACI%2CqBAWI%2CmBACI%2CQAkCK%3BIACG%2CkBAAA%3B%3BEAEI%2CiBAnD5B%2CeACI%2CcACI%2CqBAUI%2C6BAEI%2CQAkCK%2COAEI%2CQACI%3BEAAD%2CiBAnD5B%2CeACI%2CcACI%2CqBAWI%2CmBACI%2CQAkCK%2COAEI%2CQACI%3BIACG%2CUAAA%3BIACA%2CgBAAA%3B%3BEAHR%2CiBAlDxB%2CeACI%2CcACI%2CqBAUI%2C6BAEI%2CQAkCK%2COAEI%2CQAKG%3BEALJ%2CiBAlDxB%2CeACI%2CcACI%2CqBAWI%2CmBACI%2CQAkCK%2COAEI%2CQAKG%3BIACI%2CkBAAA%3BIACA%2COAAA%3BIACA%2CQAAA%3BIACA%2CSAAA%3BIACA%2CMAAA%3BIACA%2CoBAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3B%3BEACA%2CiBAhEhC%2CeACI%2CcACI%2CqBAUI%2C6BAEI%2CQAkCK%2COAEI%2CQAKG%2CKASK%3BEAAD%2CiBAhEhC%2CeACI%2CcACI%2CqBAWI%2CmBACI%2CQAkCK%2COAEI%2CQAKG%2CKASK%3BIACG%2CgBAAA%3BIACA%2CSAAA%3B%3BEAtExC%2CiBAII%2CeACI%2CcACI%2CqBAUI%2C6BAEI%2CQAyDI%3BEA3ExB%2CiBAII%2CeACI%2CcACI%2CqBAWI%2CmBACI%2CQAyDI%3BIACI%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2COAAA%3BIACA%2CQAAA%3BIACA%2CSAAA%3BIACA%2CoBAAA%3BIACA%2CmBAAA%3BIACA%2CuBAAA%3B%3BEACA%2CiBAjFxB%2CeACI%2CcACI%2CqBAUI%2C6BAEI%2CQAyDI%2CKAUK%3BEAAD%2CiBAjFxB%2CeACI%2CcACI%2CqBAWI%2CmBACI%2CQAyDI%2CKAUK%3BIACG%2CeAAA%3B%3BEAIJ%2CiBAtFxB%2CeACI%2CcACI%2CqBAUI%2C6BAEI%2CQAuEK%2CMACI%3BEAAD%2CiBAtFxB%2CeACI%2CcACI%2CqBAWI%2CmBACI%2CQAuEK%2CMACI%3BIACG%2CyBAAA%3BIACA%2CqBAAA%3BIACA%2CWAAA%3B%3BEA7FhC%2CiBAII%2CeACI%2CcACI%2CqBA4FI%3BIACI%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CWAAA%3BI1EvzBtB%2CiCAAA%3BIACK%2C8BAAA%3BIACC%2C6BAAA%3BIAcJ%2CyBAAA%3BIAhBF%2CoCAAA%3BIACK%2CiCAAA%3BIACC%2CgCAAA%3BIAcJ%2C4BAAA%3BI0EyyBoB%2CUAAA%3B%3BEAvGpB%2CiBAII%2CeACI%2CcACI%2CqBA4FI%2CsBAMI%3BEAxGpB%2CiBAII%2CeACI%2CcACI%2CqBA4FI%2CsBAOI%3BIACI%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CmBAAA%3B%3BEA5GxB%2CiBAII%2CeACI%2CcACI%2CqBA4FI%2CsBAYI%2CEAAC%2COAAO%3BIACJ%2CaAAA%3B%3BEAGR%2CiBA9GZ%2CeACI%2CcACI%2CqBA4GK%2CMACG%3BIACI%2COAAA%3B%3BEAFR%2CiBA9GZ%2CeACI%2CcACI%2CqBA4GK%2CMAIG%2C6BAEI%3BEANR%2CiBA9GZ%2CeACI%2CcACI%2CqBA4GK%2CMAKG%2CmBACI%3BIACI%2CeAAA%3BIACA%2CUAAA%3BIACA%2CmBAAA%3B%3BEATZ%2CiBA9GZ%2CeACI%2CcACI%2CqBA4GK%2CMAYG%2C6BAA%2BB%3BIAC3B%2CUAAA%3BIACA%2CmBAAA%3B%3BECv%2BBxB%3BIACI%2CkBAAA%3BIACA%2CUAAA%3BIACA%2COAAA%3BIACA%2CQAAA%3BI3EiKJ%2CYAAA%3BIAhBF%2CiCAAA%3BIACK%2C8BAAA%3BIACC%2C6BAAA%3BIAcJ%2CyBAAA%3BIAhBF%2CoCAAA%3BIACK%2CiCAAA%3BIACC%2CgCAAA%3BIAcJ%2C4BAAA%3B%3BE2ErKA%2CoCAQK%3BI3E6JL%2CeAAA%3BIAAA%2CgBAAA%3B%3BE2ErKA%2CoCAaI%3BI3EwJJ%2CeAAA%3B%3BE2ErKA%2CoCAkBI%3BI3EmJJ%2CeAAA%3B%3BE2E9IA%2CCAAC%2CwCACG%2CcACI%3BIACI%2CkBAAA%3B%3BEAHZ%2CCAAC%2CwCACG%2CcAKI%3BIACI%2CkBAAA%3BIACA%2CUAAA%3BIACA%2COAAA%3BIACA%2CQAAA%3BIACA%2CSAAA%3BIACA%2CaAAA%3BI3EkHd%2CoB2EjH2B%2CkE3EiH3B%3BIACK%2CiB2ElHsB%2CkE3EkHtB%3BIACC%2CgB2EnHqB%2CkE3EmHrB%3BIAcJ%2CY2EjIyB%2CkE3EiIzB%3BI2E%5C%2FHY%2CUAAA%3BIACA%2CkBAAA%3BI3E8Gd%2CiCAAA%3BIACK%2C8BAAA%3BIACC%2C6BAAA%3BIAcJ%2CyBAAA%3BIAhBF%2CoCAAA%3BIACK%2CiCAAA%3BIACC%2CgCAAA%3BIAcJ%2C4BAAA%3B%3BE2E9IA%2CCAAC%2CwCACG%2CcAKI%2CsBAaI%2CWAAW%2CmBAAiB%3BEAnBxC%2CCAAC%2CwCACG%2CcAKI%2CsBAcI%2CWAAW%2CIAAC%2CIAAI%2CgBAAiB%2CiBAAiB%3BEApB9D%2CCAAC%2CwCACG%2CcAKI%2CsBAeI%2CWAAW%3BEArBvB%2CCAAC%2CwCACG%2CcAKI%2CsBAgBI%2CmBAAmB%3BIACf%2CWAAA%3B%3BEAIR%2CCA3BP%2CwCACG%2CcA0BK%2CMACG%3BIACI%2CUAAA%3B%3BEAFR%2CCA3BP%2CwCACG%2CcA0BK%2CMAKG%3BIACI%2CUAAA%3BIACA%2CmBAAA%3B%3BECjFR%2CoCADJ%2CaACK%2CIAAI%2CcACD%3BIACI%2CiBAAA%3B%3BEAGR%2CoCANJ%2CaAMK%2CUAAU%2CGACP%3BIACI%2CiBAAA%3B%3BECbhB%3BIACI%2CaAAA%3B%3BEAEJ%2CmBAAsB%3BIAClB%2CcAAA%3B%3BE1D48BJ%3BIACI%2CoBAAA%3B%3BEAEJ%2CMACI%3BIACI%2CYAAA%3B%3BE2DtWJ%2CaAAC%2CmBACG%3BIACI%2CgBAAA%3B%3BEAGR%2CaAAC%2CmBACG%2CSACI%3BIACI%2CgBAAA%3BI1DrqBhB%2CsBAAA%3BIpBiPA%2CYC%5C%2FKiB%2CyBD%2BKjB%3BIAAA%2CkBChLY%2CoBDgLZ%3BIAAA%2COChLY%2CoBDgLZ%3BIAAA%2CeAAA%3BIAAA%2CqBAAA%3BIAAA%2CoBAAA%3BIAAA%2CaC3KkB%2C0BD2KlB%3BIAAA%2CSAAA%3BIAAA%2CiBAAA%3BIAAA%2CiBAAA%3BIAAA%2CoBAAA%3BIoB9NA%2CsBAAA%3BIACA%2CsBAAA%3BI0DmpBgB%2CyBAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CgBAAA%3B%3BE1DxoBhB%2Ca0D6nBK%2CmBACG%2CSACI%2CQ1D%5C%2FnBX%3BEACD%2Ca0D4nBK%2CmBACG%2CSACI%2CQ1D9nBX%3BIpB2MD%2CYC9KwB%2CgCD8KxB%3BIAAA%2CyBAAA%3BIAAA%2COC7KmB%2C2BD6KnB%3B%3BEoB%5C%2FLA%2Ca0DgnBK%2CmBACG%2CSACI%2CQ1DlnBX%3BIpB%2BLD%2CYC9KwB%2CgCD8KxB%3BIAAA%2CyBAAA%3BIAAA%2COC7KmB%2C2BD6KnB%3B%3BEoBnLA%2Ca0DomBK%2CmBACG%2CSACI%2CQ1DtmBX%3BEACD%2Ca0DmmBK%2CmBACG%2CSACI%2CQ1DrmBX%3BEACD%2CQAAQ%2CUAAW%2Cc0DkmBd%2CmBACG%2CSACI%3BI9EnbZ%2CYAAA%3BIoB%5C%2FKI%2CeAAA%3BIACA%2CoBAAA%3B%3BE0D2mBY%2CaAZX%2CmBACG%2CSACI%2CQAUK%3BIACG%2CYAAA%3B%3BEAEJ%2CaAfX%2CmBACG%2CSACI%2CQAaK%3BIACG%2CaAAA%3B%3BEAhBhB%2CaAAC%2CmBACG%2CSACI%2CQAgBI%3BI9EpsBhB%2CUAAA%3BIACA%2CYAAA%3BIACA%2CSAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BE8EqsBI%2CaAAC%2CkBACG%2C4BACI%3BIhEvuBf%2CoBAAA%3B%3BIACC%2CiBAAA%3B%3BIACA%2CoBAAA%3B%3BIACA%2CqBAAA%3B%3BIACA%2CaAAA%3BIACA%2CiBAAA%3B%3BEgEguBM%2CaAAC%2CkBACG%2C4BACI%2CeAIM%3BIACE%2CaAAA%3BIACA%2CUAAA%3B%3BEC6MpB%2CiBACI%3BIACI%2CiBAAA%3B%3BEAFR%2CiBAII%2CQACI%2CmBACI%2CMACI%3BIACI%2CWAAA%3B%3BEAOpB%3BIACI%2CgBAAA%3B%3BECl3BJ%2CYACI%2CiBACM%3BIACE%2CYAAA%3B%3BEAIA%2CYANR%2CiBAKI%2CQACK%3BIACG%2CSAAA%3B%3BEAMhB%2CuBACI%2CiBACM%3BIACE%2CYAAA%3B%3BEAKZ%2CYACI%3BEADJ%2CYAEI%3BEAFJ%2CYAGI%3BIhF2KJ%2CgBAAA%3B%3BEwDvDA%3B%3B%3B%3B%3BEAAA%2CmBAII%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CoBAAA%3B%3BEAVR%2CmBAII%2CaAQI%3BIACI%2CaAAA%3BIACA%2CmBAAA%3BIACA%2CcAAA%3BIACA%2CWvD7KI%2CwBuD6KJ%3BIACA%2CiBAAA%3B%3BEAjBZ%2CmBAII%2CaAQI%2CUAOI%2CiBACI%3BIACI%2CgBAAA%3B%3BEAIR%2CmBArBR%2CaAQI%2CUAaK%2CmBACG%3BIACI%2CWAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3BIACA%2CYAAA%3B%3BEANR%2CmBArBR%2CaAQI%2CUAaK%2CmBACG%2CkBAQI%3BIACI%2CgBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3B%3BEAZZ%2CmBArBR%2CaAQI%2CUAaK%2CmBACG%2CkBAcI%2CiBACI%3BIACI%2CgBAAA%3B%3BEAjBhB%2CmBArBR%2CaAQI%2CUAaK%2CmBACG%2CkBAcI%2CiBACI%2CeAGI%3BIACI%2CgBAAA%3B%3BEApBpB%2CmBArBR%2CaAQI%2CUAaK%2CmBA0BG%3BIACI%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CsBAAA%3B%3BEAEA%2CmBApDhB%2CaAQI%2CUAaK%2CmBA0BG%2CWAKK%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CSAAA%3BIACA%2COAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3BIACA%2C6BAAA%3BIAEA%2CiCAAA%3B%3BEA3CZ%2CmBArBR%2CaAQI%2CUAaK%2CmBA0BG%2CWAoBI%3BIACI%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEASZ%2CmBAFR%2CSACI%2CQACK%3BIACG%2CiBAAA%3B%3BEAMhB%2CcACI%3BIxDpCJ%2CWAAA%3BI%2BDtLA%2CWAAA%3BI%5C%2FDsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BIwD1HD%2CmBAAA%3B%3BEALR%2CcACI%2CaAUI%3BIACI%2CaAAA%3B%3BEyB9RZ%2CcACI%2CaACI%3BIjF6OR%2CgBAAA%3B%3BEiF%5C%2FOA%2CcACI%2CaAKI%2CcACI%3BIACI%2CYAAA%3BIACA%2CkBAAA%3B%3BEpD%2BLhB%2CmBACI%2CeACI%2CqBACI%2CcACI%3BIACI%2CaAAA%3B%3BEqDoBvB%2CcACC%2CyBAOC%3BIlFMC%2C4BAAA%3B%3BEkFdH%2CcACC%2CyBAWC%2CUACG%2CwBACC%3BIACD%2CWAAA%3BIACA%2CWAAA%3B%3BEAhBL%2CcACC%2CyBAoBC%2CiBACC%3BIACC%2CYAAA%3BIACA%2CSAAA%3B%3BEAxBJ%2CcA6BC%2C0BACC%3BIACC%2CYAAA%3B%3BEA%5C%2FBH%2CcA6BC%2C0BAKC%2CiBACC%3BIACC%2CoBAAA%3B%3BEC3JD%2CcACI%2CyBACI%3BIACI%2CaAAA%3B%3BEAHZ%2CcACI%2CyBAKI%2CwBACI%2CsBACM%3BIACE%2CcAAA%3B%3BECnKpB%2CmBACI%2CeACI%3BIpF6RR%2CmBAAA%3BIAAA%2CmBAAA%3BI%2BDlLA%2CYAAA%3BI%5C%2FDkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BEqF7KT%2CmBACI%2C0BACI%2CiBACM%3BIACE%2CYAAA%3B%3BEAIA%2CmBAPZ%2C0BACI%2CiBAKI%2CQACK%3BIACG%2CSAAA%3B%3BEAEA%2CmBAVhB%2C0BACI%2CiBAKI%2CQACK%2CQAGI%3BIACG%2CeAAA%3B%3BEAZxB%2CmBAmBI%2CoBACI%2CaAKI%3BEAzBZ%2CmBAmBI%2CoBACI%2CaAMI%3BIrFfZ%2CiBAAA%3BIAAA%2CgBAAA%3B%3BEqFXA%2CmBAmBI%2CoBACI%2CaAWI%3BIrFpBZ%2C6BAAA%3BIqFuBgB%2CoBAAA%3B%3BEC1NhB%2CcACI%2CaACI%2CiBACM%3BIACE%2CYAAA%3B%3BEAIA%2CcAPZ%2CaACI%2CiBAKI%2CQACK%3BIACG%2CSAAA%3B%3BEASJ%2CcAHZ%2CqBACI%2CiBACI%2CQACK%3BIlEyHjB%2CgBAAA%3BIACA%2C4BAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CoBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CqBAAA%3BIACA%2CiBAAA%3BIpBgDA%2CgBAAA%3BIoBjPA%2CsBAAA%3BIpBiPA%2CmBAAA%3BIAAA%2CyBAAA%3BIAAA%2CWAAA%3BIAAA%2CeAAA%3BIAAA%2CqBAAA%3BIAAA%2CoBAAA%3BIAAA%2CaC3KkB%2C0BD2KlB%3BIAAA%2CiBAAA%3BIAAA%2CiBAAA%3BIoB9NA%2CsBAAA%3BIACA%2CsBAAA%3BIkEgDoB%2CWAAA%3B%3BElEgIpB%2CckEvII%2CqBACI%2CiBACI%2CQACK%2CQlEoIhB%3BEACD%2CckExII%2CqBACI%2CiBACI%2CQACK%2CQlEqIhB%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CckE7II%2CqBACI%2CiBACI%2CQACK%2CQlE0IhB%3BIACG%2CgBAAA%3BIACA%2CYAAA%3B%3BEAGJ%2CckElJI%2CqBACI%2CiBACI%2CQACK%2CQlE%2BIhB%3BEACD%2CckEnJI%2CqBACI%2CiBACI%2CQACK%2CQlEgJhB%3BEACD%2CQAAQ%2CUAAW%2CekEpJf%2CqBACI%2CiBACI%2CQACK%3BIlEkJb%2CoBAAA%3BIpB%2BBJ%2CYAAA%3B%3BEoB5MA%2CckEwBI%2CqBACI%2CiBACI%2CQACK%2CQlE3BhB%3BEACD%2CckEuBI%2CqBACI%2CiBACI%2CQACK%2CQlE1BhB%3BIpB2MD%2CmBAAA%3BIAAA%2CyBAAA%3BIAAA%2CWAAA%3B%3BEoB%5C%2FLA%2CckEWI%2CqBACI%2CiBACI%2CQACK%2CQlEdhB%3BIpB%2BLD%2CmBAAA%3BIAAA%2CyBAAA%3BIAAA%2CWAAA%3B%3BEoBnLA%2CckEDI%2CqBACI%2CiBACI%2CQACK%2CQlEFhB%3BEACD%2CckEFI%2CqBACI%2CiBACI%2CQACK%2CQlEDhB%3BEACD%2CQAAQ%2CUAAW%2CekEHf%2CqBACI%2CiBACI%2CQACK%3BItFiLjB%2CYAAA%3BIoB%5C%2FKI%2CeAAA%3BIACA%2CoBAAA%3B%3BEkErBJ%2CcA4BI%2CwBACI%2CiBACM%3BIACE%2CYAAA%3B%3BEA%5C%2FBhB%2CcAoCI%2CaACI%3BEArCR%2CcAoCI%2CaAEI%3BItF6JR%2CmBAAA%3BIAAA%2CgBAAA%3B%3BEsFnMA%2CcAoCI%2CaACI%2CaAKI%3BEA1CZ%2CcAoCI%2CaAEI%2CiBAII%3BItFyJZ%2CoBAAA%3BIAAA%2CiBAAA%3BIAAA%2CaAAA%3BIAAA%2CiBAAA%3B%3BEsFnMA%2CcAmDI%2CaACI%3BItF%2BIR%2CWAAA%3B%3BEuFhLA%2CcACI%3BIvF%2BKJ%2CsBAAA%3BIAAA%2CyBAAA%3BIuF3KQ%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CSAAA%3BIACA%2CWAAW%2CWAAX%3BIACA%2CqBAAA%3BIACA%2C4DAAA%3BIACA%2CkBAAA%3BIACA%2CWAAA%3B%3BEAEA%2CcAbJ%2CyBAaK%3BIvFkKT%2CYAAA%3BIuF9JY%2CkEAAA%3BIACA%2CWAAW%2CWAAX%3BIACA%2C0DAAA%3BIACA%2CmBAAA%3B%3BEArBZ%2CcAyBI%3BIvFuJJ%2CmBAAA%3BIuFpJQ%2CiBAAA%3B%3BEA5BR%2CcA%2BBI%2C0CACI%3BIvFgJR%2CeAAA%3BIuF7IY%2CgBAAA%3BIACA%2CmBAAA%3B%3BEApCZ%2CcA%2BBI%2C0CAQI%2CiBACM%3BIACE%2CeAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3B%3BEA3ChB%2CcA%2BBI%2C0CAQI%2CiBACM%2CWAKE%3BIACI%2CeAAA%3B%3BEA9CpB%2CcA%2BBI%2C0CAQI%2CiBAWM%3BIACE%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3B%3BEArDhB%2CcA0DI%2CsBACI%3BIACI%2CgBAAA%3BIACA%2CUAAA%3B%3BEA7DZ%2CcA0DI%2CsBAMI%3BIvFoOR%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIAkCA%2C2BAAA%3BIACI%2CuBAAA%3BIACI%2CmBAAA%3BIuFtQI%2C6BAAA%3B%3BEApEZ%2CcA0DI%2CsBAaI%2COAAM%3BEAvEd%2CcA0DI%2CsBAcI%3BEAxER%2CcA0DI%2CsBAeI%3BEAzER%2CcA0DI%2CsBAgBI%3BIvF0NR%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIAkCA%2C8BAAA%3BIACI%2C0BAAA%3BIACI%2CsBAAA%3BIA9BR%2CoBAAA%3BIACQ%2CYAAA%3B%3BEuF7SR%2CcA0DI%2CsBAsBI%2COAAM%3BIACF%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CsBAAA%3BIACA%2CUAAA%3B%3BEAEA%2CcA5BR%2CsBAsBI%2COAAM%2COAME%3BIACA%2C8BAAA%3BIACA%2CaAAA%3BIACA%2CSAAA%3BIACA%2CsBAAA%3B%3BEAEA%2CcAlCZ%2CsBAsBI%2COAAM%2COAME%2CSAMC%3BIACG%2COAAA%3BIACA%2CQAAA%3B%3BEA9FpB%2CcA0DI%2CsBAyCI%3BIACI%2CgBAAA%3BIACA%2CgBAAA%3B%3BElD3EZ%2CkBAGI%3BIACI%2CgBAAA%3B%3BEAJR%2CkBAOI%2CSAAQ%3BIACJ%2CYAAA%3B%3BEK5BR%2CyBAKI%3BEALJ%2CyBAMI%3BIACI%2CWAAA%3BIACA%2CUAAA%3B%3BEARR%2CyBAWI%3BIACI%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAKA%2C0BAA2B%2C0BAF%5C%2FB%3BEAEI%2C0BAA2B%2C0BAD%5C%2FB%3BEAEI%2C2BAA4B%2C0BAHhC%3BEAGI%2C2BAA4B%2C0BAFhC%3BEAGI%2CqBAAsB%2C0BAJ1B%3BEAII%2CqBAAsB%2C0BAH1B%3BIAIQ%2CUAAA%3B%3BE8CpDR%2CqBAAC%2CMAAM%3BIACH%2CmBAAA%3BIACA%2CoBAAA%3B%3BEAHR%2CqBAMI%3BIACI%2CSAAA%3B%3BEAPR%2CqBAMI%2CaAGI%3BIxFgMR%2CiBAAA%3B%3BEwFzMA%2CqBAcI%2CQACI%3BIACI%2CaAAA%3BIACA%2CcAAA%3B%3BEAjBZ%2CqBAcI%2CQAMI%3BIxFqLR%2CeAAA%3B%3BEwFzMA%2CqBAcI%2CQAUI%3BIxFiLR%2CiBAAA%3BIwF%5C%2FKY%2CoBAAA%3B%3BEA1BZ%2CqBA8BI%2COACI%3BIxF0KR%2CeAAA%3B%3BEwFzMA%2CqBA8BI%2COAKI%3BIACI%2CmBAAA%3B%3BEAEA%2CqBARR%2COAKI%2COAGK%3BIxFmKb%2CeAAA%3BIwFjKgB%2CWAAA%3B%3BE7CmQhB%2CKAAK%2CcACD%2CMACI%2CKAAI%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEA%2BGZ%2CeAMI%3BIACI%2CWAAA%3B%3BEAIR%3BIACI%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3B%3BEAEI%2COAAO%2CKAAM%2CcADjB%2CiBAGU%3BIACE%2CWAAA%3B%3BEARhB%2CaAaI%2COACI%2CUACI%3BI3C%5C%2FOZ%2CgBAAA%3BI2CiPgB%2CgBAAA%3B%3BEgBsWhB%2CahB1WI%2COACI%2CUACI%2COgBwWX%2CIAAI%2CSACC%3BIACE%2CuBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIA4FR%2CgBAAA%3BIANA%2CUAAA%3B%3BEA1FA%2CahB1WI%2COACI%2CUACI%2COgBwWX%2CIAAI%2CSAeC%3BIACE%2CWAAA%3BIACA%2CWAAA%3B%3BEhBxYR%2CaAaI%2COACI%2CUACI%2COgBqQV%3BI3DpfF%2CeAAA%3BI2DwfI%2CqBAAA%3B%3BEA6HA%2CahBxYA%2COACI%2CUACI%2COgBoYX%2COAEI%3BEAAD%2CahBxYA%2COACI%2CUACI%2COgBqYX%2CSACI%3BIACG%2CaAAA%3B%3BEhB9XJ%2CKAAC%2CcACG%3BIACI%2CeAAA%3BIACA%2CWAAA%3B%3BEAKI%2CKARX%2CcAMG%2CMACI%2CKACK%3BIACG%2CoBAAA%3B%3BEAIR%2CKAbP%2CcAMG%2CMAOK%2CQACG%3BIACI%2CiBAAA%3B%3BEAMR%2CKArBP%2CcAoBG%2CSACK%3BIACG%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CSAAA%3B%3BEAGJ%2CKA9BP%2CcAoBG%2CSAUK%3BIACG%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAlCZ%2CKAAC%2CcAsCG%2CcAMI%3BIACI%2CgBAAA%3B%3BEA9ChB%2CKAoDI%3BIACI%2CmBAAA%3B%3BEAKR%2CsBACI%3BIACI%2CiBAAA%3BIACA%2CSAAA%3B%3BEAHR%2CsBAMI%3BIACI%2CYAAA%3BIACA%2CeAAA%3B%3BEAGI%2CsBALR%2COAII%2CMACK%3BIACG%2CeAAA%3B%3BEAMhB%2CKAAK%2CcACD%2CuBACM%2CQACE%2CMACI%2CGACI%2CGAAE%3BIACE%2CmBAAA%3BIACA%2CgBAAA%3B%3BEAPxB%2CKAAK%2CcAcD%2CMACM%3BIACE%2CgBAAA%3B%3BE8C5NZ%3BIACI%2CiBAAA%3B%3BEADJ%2CiBAGI%3BIACI%2CYAAA%3BIACA%2CYAAA%3B%3BEhC3UR%3BIzD%2BMA%2CmBAAA%3BI%2BDtLA%2CWAAA%3BI%5C%2FDsVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3BIyD9WL%2CmBAAA%3B%3BEAGJ%2CyBACI%3BIACI%2CcAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3B%3BEiCsER%3BI1F%2BHA%2CYAAA%3B%3BE2F1QA%2CqBACI%2CaACI%3BI3FwQR%2CgBAAA%3B%3BE2F1QA%2CqBACI%2CaAKI%2CcACI%3BIACI%2CYAAA%3BIACA%2CkBAAA%3B%3BEC8NhB%2CyBACI%2CiBACM%3BIACE%2CYAAA%3B%3BEAIA%2CyBANR%2CiBAKI%2CQACK%3BIACG%2CSAAA%3B%3BEAMhB%2CYACI%3BEADJ%2CYAEI%3BI5FmBJ%2CgBAAA%3B%3BE4FdA%3BIACI%2CWAAA%3B%3BEC3QJ%3BI7FwRA%2CmBAAA%3BIAAA%2CmBAAA%3BI%2BDlLA%2CYAAA%3BI%5C%2FDkVA%2CiBAAA%3BIACC%2CgBAAA%3BIACQ%2CQAAA%3B%3BE8F7QT%2CoBACI%2CcACI%3BIACI%2CaAAA%3B%3BECnEZ%3BI%5C%2FF2KA%2CsBAAA%3BIAAA%2CyBAAA%3BI%2BFxKI%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%3BI%5C%2FF4JL%2CYAAA%3BI%2BF1JQ%2CmBAAmB%2CWAAnB%3BIACA%2C0EAAA%3BIACA%2CWAAW%2CWAAX%3BIACA%2C0DAAA%3BIACA%2CmBAAA%3B%3BEAIR%3BI%5C%2FFkJA%2CmBAAA%3BI%2BFhJI%2CiBAAA%3B%3BEAGJ%2CqBACI%3BI%5C%2FF4IJ%2CeAAA%3BI%2BF1IQ%2CgBAAA%3BIACA%2CmBAAA%3B%3BEAJR%2CqBAOI%2CiBACM%3BIACE%2CeAAA%3BIACA%2CYAAA%3BIACA%2CeAAA%3B%3BEAXZ%2CqBAOI%2CiBACM%2CWAIE%3BIACI%2CeAAA%3B%3BEAbhB%2CqBAOI%2CiBAUM%3BIACE%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3B%3BEAKZ%2CqBACI%3BIACI%2CgBAAA%3BIACA%2CUAAA%3B%3BEAHR%2CqBAMI%3BI%5C%2FFkOJ%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIAkCA%2C2BAAA%3BIACI%2CuBAAA%3BIACI%2CmBAAA%3BI%2BFrQA%2C6BAAA%3B%3BEATR%2CqBAYI%2COAAM%3BEAZV%2CqBAaI%3BEAbJ%2CqBAcI%3BEAdJ%2CqBAeI%3BI%5C%2FFyNJ%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CaAAA%3BIAkCA%2C8BAAA%3BIACI%2C0BAAA%3BIACI%2CsBAAA%3BIA9BR%2CoBAAA%3BIACQ%2CYAAA%3B%3BE%2BFjPR%2CqBAqBI%2COAAM%3BIACF%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CsBAAA%3BIACA%2CUAAA%3B%3BEAEA%2CqBANJ%2COAAM%2COAME%3BIACA%2C8BAAA%3BIACA%2CaAAA%3BIACA%2CSAAA%3BIACA%2CsBAAA%3B%3BEAEA%2CqBAZR%2COAAM%2COAME%2CSAMC%3BIACG%2COAAA%3BIACA%2CQAAA%3B%3BEAnChB%2CqBAwCI%3BIACI%2CgBAAA%3BIACA%2CgBAAA%3B%3BEClCR%2CwBACI%2CiBACI%3BIACI%2CYAAA%3BIACA%2CSAAA%3B%3BEAJZ%2CwBAQI%2CUACM%2CwBACI%3BIACE%2CWAAA%3BIACA%2CWAAA%3B%3BEAZhB%2CwBAiBI%2CwBACI%2CUACM%3BIACE%2CgBAAA%3B%3BEAGI%2CwBANhB%2CwBACI%2CUACM%2CSAGG%2COACI%3BIACG%2CUAAA%3BIACA%2CQAAA%3B%3BEAIR%2CwBAZZ%2CwBACI%2CUACM%2CSAUG%2CKACG%3BIACI%2CkBAAA%3B%3BEAGJ%2CwBAjBhB%2CwBACI%2CUACM%2CSAUG%2CKAKI%2CaACG%3BIACI%2CcAAA%3B%3BEAS5B%2CyBACI%3BIACI%2CYAAA%3B%3BEAFR%2CyBAKI%2CiBACI%3BIACI%2CoBAAA%3B%3BEC7CZ%2CwBACI%3BIjGoGJ%2CkBAAA%3B%3BEiGrGA%2CwBAKI%2CwBACI%2CsBACM%3BIACE%2CcAAA%3B%3BE3D4MhB%2CgBAGI%2COAEI%2COACI%2CiBACM%3BIACE%2CgBAAA%3BIACA%2CkBAAA%3B%3BEATpB%2CgBAGI%2COAEI%2COACI%2CiBAMM%3BIACE%2CWAAA%3B%3BEAcpB%2CSACI%2CUACI%2COACI%3BItC7IZ%2CmBAAA%3BIAAA%2CiBAAA%3BIsCkJgB%2CsBAAA%3BIACA%2CWAAA%3B%3BEAThB%2CSACI%2CUACI%2COAUI%3BItCtJZ%2CWAAA%3BIsCwJgB%2CWAAA%3B%3BEAMhB%2CKAAK%2CSAAS%3BEACd%2CKAAK%2CKAAK%3BEACV%2CKAAK%2CSAAS%3BEACd%2CKAAK%2COAAO%3BEACZ%2CKAAK%2COAAO%3BEACZ%2CKAAK%3BIACD%2CgBAAA%3BIACA%2CUAAA%3B%3BEAOJ%2CQAAQ%2C0BACJ%3BEADJ%2CQAAQ%2C0BAEJ%3BIACI%2CYAAA%3B%3BEAHR%2CQAAQ%2C0BAMJ%2CQAAO%3BIACH%2CYAAA%3B%3BEAsBR%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%3BEAchB%2CQAAQ%2CcACJ%3BIACI%2CqBAAA%3B%3BE4D%5C%2FbR%2C0BAKI%3BIACI%2CWAAA%3BIACA%2CUAAA%3B%3BEAPR%2C0BAUI%3BIACI%2CYAAA%3BIACA%2CUAAA%3B%3BEAGI%2C0BALR%2CwBAII%2COAAM%2CIACE%3BIACA%2CcAAA%3B%3BEtDqKhB%2CaACI%3BIACI%2CmBAAA%3B%3BEAIR%3BIACI%2CkBAAA%3BIACA%2CUAAA%3B%3BEAFJ%2CaAII%3BIACI%2CWAAA%3BIACA%2CYAAA%3BIACA%2CgBAAA%3B%3BEAPR%2CaAII%2CiBAKI%3BIACI%2CYAAA%3B%3BEAVZ%2CaAII%2CiBAKI%2CWAGI%3BIACI%2CYAAA%3BIACA%2CiBAAA%3B%3BEAdhB%2CaAII%2CiBAKI%2CWAQI%3BIACI%2CcAAA%3BIACA%2CWAAA%3BIACA%2CeAAA%3B%3BEAKJ%2CaArBR%2CiBAoBK%2CUAAU%2CGACN%3BI5CAb%2C8BAAA%3BI4CEgB%2CYAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CcAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CQAAA%3B%3BEAMhB%3BI5CfA%2CgBAAA%3BIAAA%2CiBAAA%3B%3BE4CsCI%2CKAAC%2CcACG%3BIACI%2CWAAA%3B%3BEASZ%2CcAEI%3BEADJ%2CmBACI%3BIACI%2CcAAA%3B%3BER5IR%2CyBACI%3BIACI%2CmBAAA%3B%3BEAFR%2CyBACI%2CUAEM%2C2BACI%3BIpCoFd%2CgBAAA%3BI2DwcA%2CsBAAA%3B%3BEvBhiBA%2CyBACI%2CUAEM%2C2BACI%2CSuB6tBZ%3BIAoDF%2CSAAA%3B%3BE3Dj7BA%2CyBoC6JI%2CUAEM%2C2BACI%2CSpChKb%3BEACD%2CyBoC4JI%2CUAEM%2C2BACI%2CSpC%5C%2FJb%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CyBoCuJI%2CUAEM%2C2BACI%2CSpC1Jb%3BIACG%2CWAAA%3B%3BE2DurBJ%2CyBvBjiBI%2CUAEM%2C2BACI%2CSuB8hBb%2COAAO%3BEACR%2CyBvBliBI%2CUAEM%2C2BACI%2CSuB%2BhBb%2CSAAS%3BI3D3cV%2CmBAAA%3BI2D8cI%2CsBAAA%3BIACA%2CSAAS%2CGAAT%3BIACA%2CWAAA%3BIACA%2CWAAA%3B%3BEvBziBJ%2CyBACI%2CUAEM%2C2BACI%2CSuBwiBd%3BI3DpdA%2CmBAAA%3BIAAA%2CiBAAA%3BI2DwdI%2CsBAAA%3BIACA%2CWAAA%3B%3BEAGJ%2CyBvBnjBI%2CUAEM%2C2BACI%2CSuBgjBb%2CIAAI%2CSACC%3BI3D7dN%2CmBAAA%3BIAAA%2CiBAAA%3BI2DkeQ%2CsBAAA%3BIACA%2CWAAA%3B%3BEAPR%2CyBvBnjBI%2CUAEM%2C2BACI%2CSuBgjBb%2CIAAI%2CSAUC%3BI3DteN%2CWAAA%3BI2DweQ%2CWAAA%3B%3BEvBliBA%2CgCADJ%2CSACK%3BIACG%2CmBAAA%3BIACA%2CeAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CSAAA%3B%3BEAGJ%2CgCATJ%2CSASK%3BIACG%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3B%3BEAKJ%2CgCADJ%2CKACK%3BIACG%2CUAAA%3B%3BEAGJ%2CgCALJ%2CKAKK%2CIAAI%3BIACD%2CkBAAA%3B%3BEAGJ%2CgCATJ%2CKASK%3BIACG%2CiBAAA%3B%3BEAKJ%2CgCADJ%2CYACK%3BIACG%2CgBAAA%3B%3BEgBlBZ%2CuBAEI%3BEADJ%2CeACI%3BIACI%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CmBAAA%3BIACA%2CUAAA%3B%3BEAEA%2CuBANJ%2CeAMQ%3BEAAJ%2CeANJ%2CeAMQ%3BIpDoCZ%2C8BAAA%3BIoDlCY%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CoBAAA%3BIACA%2CUAAA%3B%3BELlOZ%2CqBAEI%3BEAFJ%2CqBAGI%2COAAM%3BI%5C%2FC8PV%2CgBAAA%3B%3BE%2BCzPA%2CkBACI%3BIACI%2CUAAA%3B%3BEDwCR%2CcACI%3BIACI%2CgCAAA%3B%3BEAFR%2CcAKI%2CeAEI%3BEAPR%2CcAKI%2CeAGI%3BEARR%2CcAKI%2CeAII%2C2BAA6B%3BIACzB%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CUAAA%3B%3BEAZZ%2CcAKI%2CeAUI%3BIACI%2CaAAA%3BIACA%2CUAAA%3B%3BEAjBZ%2CcA2BI%2CKAAI%3BEA3BR%2CcA4BI%3BEA5BJ%2CcA6BI%3BIACI%2CiBAAA%3B%3BEqD%2BBJ%2CSAAS%2CQAAQ%2CKAAM%3BIACnB%2CSAAA%3B%3BEC9GR%2CgBACM%3BIACE%2CiBAAA%3B%3BE7DoFR%2CmBAEI%2CYACI%2COAAM%3BIACF%2CgBAAA%3B%3BEASZ%2C0BACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%3BIAEI%2CmBAAA%3B%3BEAOpB%2CuBACI%2CaACI%3BIACI%2CkBAAA%3B%3BEAHZ%2CuBACI%2CaAKI%3BIACI%2CYAAA%3BIACA%2CgBAAA%3B%3BECsKZ%2CkBACI%3BEADJ%2CkBAEI%3BIACI%2CiBAAA%3B%3BEAKI%2CkBAFP%2CWACG%2CKACK%3BEACD%2CkBAHP%2CWACG%2CKAEK%3BEACD%2CkBAJP%2CWACG%2CKAGK%3BIACG%2CkBAAA%3B%3BEAGJ%2CkBARP%2CWACG%2CKAOK%3BIACG%2CiBAAA%3B%3BEAMhB%2CoBACI%3BIACI%2CeAAA%3BIACA%2CgBAAA%3B%3BEAHR%2CoBAMI%3BIACI%2CYAAA%3B%3BEAIR%2CsBACI%2CQAAO%3BIACH%2CcAAA%3BIACA%2CYAAA%3B%3BEAIR%2CmBACI%3BIxCzEJ%2CiBAAA%3B%3BEwCmFA%2CuBAEI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%3BEANhB%2CiBACI%2CQAAO%2CKACH%2COAAM%2CIAAI%2CSACN%2CeAGI%3BIAEI%2CmBAAA%3B%3BE6DnUpB%2CgBACI%2CWACI%3BIACI%2CcAAA%3B%3BECuNZ%2CcACI%2CEAAC%2CIAAI%2CkBACD%2CeACI%2CeAAc%2CIAAI%2CyHAKd%3BEARhB%2CcACI%2CEAAC%2CIAAI%2CkBACD%2CeAEI%2CeAAc%2CIAAI%2C6BAId%3BEARhB%2CcACI%2CEAAC%2CIAAI%2CkBACD%2CeAGI%2CeAAc%2CIAAI%2C6BAGd%3BEARhB%2CcACI%2CEAAC%2CIAAI%2CkBACD%2CeAII%2CeAAc%2CIAAI%2CuCAEd%3BEARhB%2CcACI%2CEAAC%2CIAAI%2CkBACD%2CeAKI%2CeAAc%2CIAAI%2CyBACd%3BItGKhB%2CaAAA%3B%3BEsGHoB%2CcAThB%2CEAAC%2CIAAI%2CkBACD%2CeACI%2CeAAc%2CIAAI%2CyHAKd%2CcAEK%2CUAAU%3BEAAX%2CcAThB%2CEAAC%2CIAAI%2CkBACD%2CeAEI%2CeAAc%2CIAAI%2C6BAId%2CcAEK%2CUAAU%3BEAAX%2CcAThB%2CEAAC%2CIAAI%2CkBACD%2CeAGI%2CeAAc%2CIAAI%2C6BAGd%2CcAEK%2CUAAU%3BEAAX%2CcAThB%2CEAAC%2CIAAI%2CkBACD%2CeAII%2CeAAc%2CIAAI%2CuCAEd%2CcAEK%2CUAAU%3BEAAX%2CcAThB%2CEAAC%2CIAAI%2CkBACD%2CeAKI%2CeAAc%2CIAAI%2CyBACd%2CcAEK%2CUAAU%3BIACP%2CcAAA%3B%3BEAQxB%2CcAAc%2CoBACV%2CEAAC%2CIAAI%2CkBACD%2CeACI%2CeAAc%2CIAAI%2CyHAKd%3BEARhB%2CcAAc%2CoBACV%2CEAAC%2CIAAI%2CkBACD%2CeAEI%2CeAAc%2CIAAI%2C6BAId%3BEARhB%2CcAAc%2CoBACV%2CEAAC%2CIAAI%2CkBACD%2CeAGI%2CeAAc%2CIAAI%2C6BAGd%3BEARhB%2CcAAc%2CoBACV%2CEAAC%2CIAAI%2CkBACD%2CeAII%2CeAAc%2CIAAI%2CuCAEd%3BEARhB%2CcAAc%2CoBACV%2CEAAC%2CIAAI%2CkBACD%2CeAKI%2CeAAc%2CIAAI%2CyBACd%3BIACI%2CaAAA%3B%3BEAOpB%2CcAAc%2CqBACV%2CEAAC%2CIAAI%2CkBACD%2CeACI%2CeAAc%2CIAAI%2CyHAKd%3BEARhB%2CcAAc%2CqBACV%2CEAAC%2CIAAI%2CkBACD%2CeAEI%2CeAAc%2CIAAI%2C6BAId%3BEARhB%2CcAAc%2CqBACV%2CEAAC%2CIAAI%2CkBACD%2CeAGI%2CeAAc%2CIAAI%2C6BAGd%3BEARhB%2CcAAc%2CqBACV%2CEAAC%2CIAAI%2CkBACD%2CeAII%2CeAAc%2CIAAI%2CuCAEd%3BEARhB%2CcAAc%2CqBACV%2CEAAC%2CIAAI%2CkBACD%2CeAKI%2CeAAc%2CIAAI%2CyBACd%3BIACI%2CaAAA%3B%3BEnD7JpB%2CcACI%3BIACI%2CcAAA%3B%3BEAIJ%2CSAAS%2CQAAW%2CWAAE%3BIAClB%2CWAAA%3B%3BEAIR%3BIACI%2CqBAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3B%3BEACA%2CSAAS%2CQAAW%2CWAAS%3BIACzB%2CaAAA%3B%3BEAQR%3BInDsGA%2COCtLmB%2C2BDsLnB%3B%3BEmDpGI%2CWAAC%3BInDoGL%2COCnLiB%2CyBDmLjB%3B%3BEmDlGQ%2CWAFH%2COAEI%3BIACG%2CcAAA%3B%3BEAKR%2CSAAS%2CQAAW%2CWAAE%3BIAClB%2CcAAA%3BIACA%2CYAAA%3B%3BEOgcR%3BIACI%2CYAAA%3B%3BEAGJ%2CQAAQ%3BIACJ%2CWAAA%3B%3BEAGJ%2CoBACI%3BI1D%5C%2FWJ%2CYAAA%3B%3BE0D8WA%2CoBAII%2CSAAQ%3BI1DlXZ%2CYAAA%3B%3BE0DuXA%2C0BAGI%3BEAFJ%2C2BAEI%3BEADJ%2CqBACI%3BIACI%2CUAAA%3B%3BEAJR%2C0BAOI%2CSAAQ%3BEANZ%2C2BAMI%2CSAAQ%3BEALZ%2CqBAKI%2CSAAQ%3BIACJ%2CUAAA%3B%3BEAGR%3BIACI%2CyBAAA%3BI1DnZN%2C8CAAA%3BIACK%2C2CAAA%3BIACC%2C0CAAA%3BIAcJ%2CsCAAA%3B%3BEuG0LA%2COACI%3BIACI%2CatG1YE%2CkBsG0YF%3BIACA%2CaAAA%3B%3BEACA%2COAHJ%2CgBAGK%2CIAAI%3BIACD%2CmBAAA%3B%3BEAGR%2COAAC%3BIACG%2CmBAAA%3B%3BEAGJ%2COAAC%3BIACG%2CaAAA%3B%3BEAGA%2COADH%2CQACI%3BIACG%2CsBAAA%3BIACA%2CyBAAA%3B%3BEAEJ%2COALH%2CQAKI%3BIvG9MT%2CgBAAA%3B%3BEuGkNI%2COAAC%3BIACG%2CmBAAA%3B%3BEAGJ%2COAAC%2COAAQ%2CQAAC%3BEACV%2COAAC%3BIACG%2CuBAAA%3BIACA%2CWAAA%3BIACA%2CcAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3B%3BEAGJ%2COAAC%3BIACG%2CcAAA%3BIACA%2CgBAAA%3B%3BEAGR%2CoBACI%2CUAAY%3BIACR%2C2BAAA%3B%3BEAGJ%2CoBAAC%2CiBAAkB%2CQAAO%3BIACtB%2CkBAAA%3B%3BEAGR%2CeAGK%3BEAFL%2CQAAS%2COAEJ%3BEADL%2CQACK%3BEAHL%2CeAIK%2CaAAa%3BEAHlB%2CQAAS%2COAGJ%2CaAAa%3BEAFlB%2CQAEK%2CaAAa%3BEACb%2CeAAC%2CmBAAoB%3BEAArB%2CQAJI%2COAIH%2CmBAAoB%3BEAArB%2CQAAC%2CmBAAoB%3BIvGlP1B%2CgBAAA%3BIAAA%2CiBAAA%3B%3BEqDfA%2CaACM%3BEADN%2CaAEM%3BEAFN%2CaAGM%3BIACE%2CsBAAA%3BIACA%2CWAAA%3B%3BEAIR%2CWAAY%3BIACR%2CcAAA%3B%3BEAIA%2COAAC%2CMACK%2CUAAO%3BIACL%2CYAAA%3BIACA%2CYAAA%3BIrDFZ%2CSAAA%3BIAAA%2CUAAA%3BIkB1KA%2CqBAAA%3BImC8KY%2CiBAAA%3B%3BEALR%2COAAC%2CMACK%2CUAAO%2CMnCpKf%3BIACE%2CqBAAA%3BIACA%2CmBAAA%3B%3BEmCiKA%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%3BIrDhBpB%2CiBAAA%3B%3BEqDwBI%2COAAC%3BIAEG%2CoBAAA%3B%3BEAIR%3BIACI%2CSAAA%3BIACA%2CgBAAA%3B%3BEAFJ%2CYAII%2COAAM%3BIACF%2CgCAAA%3B%3BEALR%2CYAQI%2CQAAO%3BIAEH%2CoBAAA%3BIACA%2CiBAAA%3B%3BEAXR%2CYAcI%3BIACI%2CqBAAA%3B%3BEAIR%2CUACM%2CsBACE%3BIACI%2CqBAAA%3B%3BEAHZ%2CUACM%2CsBAKE%2CYAAc%3BIACV%2CYAAA%3BIACA%2CgBAAA%3B%3BEAKZ%3BIACI%2CwBAAA%3B%3BEADJ%2CKAGI%3BIACI%2CmBAAA%3B%3BEAKJ%2COAAC%2CQACG%3BIACI%2CYAAA%3B%3BEAFR%2COAAC%2CQAKG%3BIACI%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3B%3BEATR%2COAAC%2CQAYG%2CUAAS%3BIACL%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3B%3BECER%2CSAAC%2COAAO%3BIAKJ%2CYAAA%3BItD7FR%2CQAAA%3BIAAA%2CSAAA%3BIAAA%2CmBAAA%3BIAAA%2CYAAA%3BIsDkGQ%2CWAAA%3B%3BEAVJ%2CSAAC%2COAAO%2CMACJ%3BItDzFR%2CgBAAA%3B%3BE2DulBA%2CSL%5C%2FfK%2COAAO%2CMACJ%2COK8fP%2CIAAI%2CSACC%3BIACE%2CuBAAA%3BIACA%2CWAAA%3BIACA%2CWAAA%3BIA4FR%2CgBAAA%3BIANA%2CUAAA%3B%3BEA1FA%2CSL%5C%2FfK%2COAAO%2CMACJ%2COK8fP%2CIAAI%2CSAeC%3BIACE%2CWAAA%3BIACA%2CWAAA%3B%3BELhhBJ%2CSAAC%2COAAO%2CMACJ%2COK2ZN%3BI3DpfF%2CeAAA%3BI2DwfI%2CqBAAA%3B%3BEA6HA%2CSL7hBC%2COAAO%2CMACJ%2COK0hBP%2COAEI%3BEAAD%2CSL7hBC%2COAAO%2CMACJ%2COK2hBP%2CSACI%3BIACG%2CaAAA%3B%3BELhhBR%3BIAEI%2CmBAAA%3B%3BEAII%2C0BAFJ%2CUAEK%3BIACG%2CgCAAA%3BIACA%2CcAAA%3BIACA%2CmBAAA%3BIACA%2CWAAA%3B%3BEAJJ%2C0BAFJ%2CUAEK%2COAMG%3BIACI%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CsBAAA%3BIACA%2CmBAAA%3BIACA%2CmBAAA%3BIACA%2CSAAA%3B%3BEAGJ%2C0BAjBR%2CUAEK%2COAeI%3BIACG%2CmBAAA%3BIACA%2CoBAAA%3BIACA%2CmBAAA%3B%3BEAHJ%2C0BAjBR%2CUAEK%2COAeI%2CMAKG%3BIACI%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CsBAAA%3B%3BEAEA%2C0BA3BhB%2CUAEK%2COAeI%2CMAKG%2CMAKK%3BIACG%2CeAAA%3B%3BEAXZ%2C0BAjBR%2CUAEK%2COAeI%2CMAeG%3BIACI%2C6BAAA%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%3BItD7JZ%2CeAAA%3B%3BEsDmKQ%2C0BAzDJ%2CUAyDK%3BIACG%2CWAAA%3B%3BEAIJ%2C0BA9DJ%2CUA8DK%3BIACG%2CYAAA%3B%3BEAKZ%2C0BACI%3BIACI%2CcAAA%3B%3BEAOI%2CcAHE%2CSACV%2CSACK%2CKACI%3BIACG%2CWAAA%3B%3BEADJ%2CcAHE%2CSACV%2CSACK%2CKACI%2CSAGK%3BIACE%2CiBAAA%3B%3BErBrWpB%2CIAAI%2CmBACA%3BIjCyKJ%2CcAAA%3BIiCvKQ%2CmBAAA%3B%3BEAHR%2CIAAI%2CmBAMA%2CQAAO%3BIACH%2COAAO%2CoBAAP%3B%3BEAIR%2CIAAI%2CmBAEA%2C8BACI%3BEAFR%2CIAAI%2CmBACA%2C8BACI%3BIACI%2CaAAA%3B%3BEAMR%2CIAAC%2CIAAI%2C6BACD%2CSAAQ%2CIAAI%2CaAAc%2C8BACtB%3BIACI%2CaAAA%3B%3BEAKZ%2CIAAC%2C2BACG%2CSAAQ%2CIAAI%2CaAAc%2C8BAEtB%3BEAHR%2CIAAC%2C2BACG%2CSAAQ%2CIAAI%2CaAAc%2C8BAGtB%3BIACI%2CaAAA%3B%3BEAiPhB%2C2BAA4B%3BIACxB%2CmBAAA%3B%3BEA2YJ%3BIACI%2CeAAA%3B%3BEA43BJ%2CYACI%2CQAAO%3BIACH%2CcAAA%3BIACA%2CiBAAA%3B%3BEAHR%2CYAMI%2COAAM%3BIACF%2CaAAA%3B%3BEA4vDR%2CQAAQ%2CKAAK%2CSACT%2CSAAQ%2CKAAK%3BIACT%2CkBAAA%3B%3BEAFR%2CQAAQ%2CKAAK%2CSACT%2CSAAQ%2CKAAK%2CMAGR%2CQAAK%3BIACF%2CWAAA%3BIACA%2CoBAAA%3BIACA%2CkBAAA%3BIjC5oGd%2CiCAAA%3BIACK%2C8BAAA%3BIACC%2C6BAAA%3BIAcJ%2CyBAAA%3BIAhBF%2CoCAAA%3BIACK%2CiCAAA%3BIACC%2CgCAAA%3BIAcJ%2C4BAAA%3B%3BEiCqnGA%2CQAAQ%2CKAAK%2CSACT%2CSAAQ%2CKAAK%2CMAGR%2CQAAK%2CMAMD%3BIjC%5C%2FnGb%2C6BAAA%3B%3BEiCmoGY%2CQAdJ%2CKAAK%2CSACT%2CSAAQ%2CKAAK%2CMAGR%2CQAAK%2CMAUD%2COAAQ%3BEACT%2CQAfJ%2CKAAK%2CSACT%2CSAAQ%2CKAAK%2CMAGR%2CQAAK%2CMAWD%2COAAQ%2CUAAO%3BEAChB%2CQAhBJ%2CKAAK%2CSACT%2CSAAQ%2CKAAK%2CMAGR%2CQAAK%2CMAYD%2COAAQ%2CUAAO%3BIjCroG5B%2CqBAAA%3BIAAA%2CsBAAA%3B%3BEiCqrGA%3BIACI%2CgBAAA%3B%3BEAmHI%2CeADJ%2CMACK%2CcACG%3BIACI%2CWAAA%3B%3BEAFR%2CeADJ%2CMACK%2CcAKG%2COAEI%2CGAAG%3BEAPX%2CeADJ%2CMACK%2CcAKG%2COAGI%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAVZ%2CeADJ%2CMACK%2CcAKG%2COAQI%2CMACI%2CcACI%3BInBplH3B%2CoBAAA%3B%3BIACC%2CiBAAA%3B%3BIACA%2CoBAAA%3B%3BIACA%2CqBAAA%3B%3BIACA%2CaAAA%3BIACA%2CeAAA%3BImBilH8B%2CsBAAA%3B%3BEAGI%2CeArB5B%2CMACK%2CcAKG%2COAQI%2CMACI%2CcACI%2CiBAII%2CQACK%3BIjC7zGjC%2CWAAA%3BIiC%2BzGoC%2CWAAA%3B%3BEAtB5B%2CeADJ%2CMACK%2CcA8BG%2CYAAY%2CSAAS%2CSAAS%3BIAC1B%2CcAAA%3BIACA%2CeAAA%3B%3BEAhCR%2CeADJ%2CMACK%2CcAmCG%3BIACI%2CkBAAA%3BIACA%2CkBAAA%3B%3BEArCR%2CeADJ%2CMACK%2CcAwCG%3BInB7mHf%2CoBAAA%3B%3BIACC%2CiBAAA%3B%3BIACA%2CoBAAA%3B%3BIACA%2CqBAAA%3B%3BIACA%2CaAAA%3BIACA%2CeAAA%3BImB0mHkB%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3BIACA%2CSAAA%3BIACA%2CmBAAA%3B%3BEAmBhB%2CIAAK%2CsBACD%3BIjC32GJ%2CiBAAA%3BIiC62GQ%2CkBAAA%3B%3BEAHR%2CIAAK%2CsBACD%2CaAII%3BIACI%2CahC1jHa%2CiCgC0jHb%3B%3BEAwUJ%2CgBADJ%2COACK%3BIACG%2CkBAAA%3BIACA%2CiBAAA%3B%3BEAEA%2CgBALR%2COACK%2CqBAII%3BIACG%2CkBAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CMAAA%3BIACA%2CSAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CYAAA%3BIjCntHlB%2CmBiCotH%2BB%2CejCptH%5C%2FB%3BIACK%2CgBiCmtH0B%2CejCntH1B%3BIACC%2CeiCktHyB%2CejCltHzB%3BIAcJ%2CWiCosH6B%2CejCpsH7B%3BIiCssHgB%2CUAAA%3B%3BEAGJ%2CgBAlBR%2COACK%2CqBAiBI%3BIACG%2CSAAS%2CEAAT%3BIACA%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CYAAA%3BIACA%2CSAAA%3BIACA%2C%2BBAAA%3BIACA%2CUAAA%3B%3BEAxBR%2CgBADJ%2COACK%2CqBA2BG%2CUAAS%2CSAAS%3BIACd%2CkBAAA%3B%3BEA5BR%2CgBADJ%2COACK%2CqBA2BG%2CUAAS%2CSAAS%2CMAGd%2CiBACI%3BIACI%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CQAAA%3B%3BEAMhB%2CgBA1CJ%2COA0CK%3BIACG%2CgBAAA%3B%3BEAKZ%2CIAEI%2CUAAU%2CSAAM%2COAAO%3BEAF3B%2CIAGI%2CUAAU%2CSAAM%2CSAAS%3BIACrB%2CUAAA%3B%3BEAOI%2CwBAFR%2CqBACI%2CUACK%2CIAAI%3BIACD%2CWAAA%3BIACA%2CgBAAA%3BIACA%2COAAO%2CgBAAP%3BIACA%2CcAAA%3BIACA%2CiBAAA%3B%3BEARhB%2CwBACI%2CqBAWI%2CiBACK%3BIACG%2COAAO%2CgBAAP%3B%3BEAMhB%2CwBAEI%2CqBACI%2CiBACK%3BEAHb%2CgCACI%2CqBACI%2CiBACK%3BIACG%2CmBAAA%3B%3BEAgHhB%2CIAAI%3BIACA%2CYAAA%3B%3BEhCjlFJ%2CQAGI%2CgBAGI%2CgBAAgB%2CeACZ%3BEAHR%2CQAAC%2CmBAEG%2CgBAAgB%2CeACZ%3BIACI%2CcAAA%3B%3BEARhB%2CQAGI%2CgBASI%2CqBACI%3BEATR%2CQAAC%2CmBAQG%2CqBACI%3BIACI%2CSAAA%3B%3BEAdhB%2CQAkBI%2CaAAY%2CIAAI%3BIACZ%2CsBAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CqBAAA%3B%3BEAEA%2CQARJ%2CaAAY%2CIAAI%2CeAQX%3BIACG%2CSAAS%2CEAAT%3BIACA%2CUAAA%3BIACA%2CeAAA%3BIACA%2CyBA5%5C%2FCO%2C2BA4%5C%2FCP%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2COAAA%3BIACA%2CUAAA%3B%3BEAIZ%3BEACD%3B%3B%3B%3B%3B%3BEADC%2CeAGI%3BEAFL%2CmBAEK%3BIACI%2CUAAA%3B%3BEAJR%2CeAQI%3BEAPL%2CmBAOK%3BIACI%2C%2BBAAA%3B%3BEATR%2CeAaI%3BEAZL%2CmBAYK%3BIACI%2CyBAAA%3B%3BEAdR%2CeAkBI%2C0BAAyB%3BEAjB9B%2CmBAiBK%2C0BAAyB%3BIACrB%2CqCAAA%3B%3BEAGR%3BIACI%2CsBAAA%3BIACA%2CcAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CqBAAA%3B%3BEAEA%2CqBAAC%3BIACG%2CSAAS%2CEAAT%3BIACA%2CUAAA%3BIACA%2CeAAA%3BIACA%2CyBAtiDW%2C2BAsiDX%3BIACA%2CkBAAA%3BIACA%2CSAAA%3BIACA%2COAAA%3BIACA%2CUAAA%3B%3BEAIR%3BEACA%2CeAAgB%3BEAChB%2CcAAe%3BEACf%3BIACI%2CiBAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEA%2BXI%2CcAAC%2CSAAU%3BEAFf%2CcAGI%2CUAAS%2CKAAK%2CMAAM%2CIAAI%3BIACpB%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAHJ%2CcAAC%2CSAAU%2CeAKN%2CIAAC%2CIAAI%3BEAPd%2CcAGI%2CUAAS%2CKAAK%2CMAAM%2CIAAI%2CeAInB%2CIAAC%2CIAAI%3BIACF%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAugBhB%2CQAAQ%2CKAAK%3BIACT%2CeAAA%3BID5wEJ%2CyBAAA%3BIAhBF%2CmDAAA%3BIACK%2CgDAAA%3BIACC%2C%2BCAAA%3BIAcJ%2C2CAAA%3B%3BEC2wEA%2CQAAQ%2CKAAK%2CSAOT%2CSAAQ%2CKAAK%3BIACT%2CkBAAA%3B%3BEARR%2CQAAQ%2CKAAK%2CSAOT%2CSAAQ%2CKAAK%2CMAGR%2CQAAK%3BIACF%2CWAAA%3BIACA%2CoBAAA%3BIACA%2CkBAAA%3BIDxyEd%2CiCAAA%3BIACK%2C8BAAA%3BIACC%2C6BAAA%3BIAcJ%2CyBAAA%3BIAhBF%2CoCAAA%3BIACK%2CiCAAA%3BIACC%2CgCAAA%3BIAcJ%2C4BAAA%3BIC0xEY%2C6BAAA%3BIACA%2CkBAAA%3B%3BEAhBZ%2CQAAQ%2CKAAK%2CSAOT%2CSAAQ%2CKAAK%2CMAGR%2CQAAK%2CMAQD%3BID7xEb%2CeC5KoB%2C4BD4KpB%3BIC%2BxEgB%2COAp9EN%2CkBAo9EM%3B%3BEAGJ%2CQAvBJ%2CKAAK%2CSAOT%2CSAAQ%2CKAAK%2CMAGR%2CQAAK%2CMAaD%3BEACD%2CQAxBJ%2CKAAK%2CSAOT%2CSAAQ%2CKAAK%2CMAGR%2CQAAK%2CMAcD%3BIACG%2CuBAAA%3B%3BEAFJ%2CQAvBJ%2CKAAK%2CSAOT%2CSAAQ%2CKAAK%2CMAGR%2CQAAK%2CMAaD%2COAII%3BEAHL%2CQAxBJ%2CKAAK%2CSAOT%2CSAAQ%2CKAAK%2CMAGR%2CQAAK%2CMAcD%2CMAGI%3BEAJL%2CQAvBJ%2CKAAK%2CSAOT%2CSAAQ%2CKAAK%2CMAGR%2CQAAK%2CMAaD%2COAKI%2CUAAO%3BEAJZ%2CQAxBJ%2CKAAK%2CSAOT%2CSAAQ%2CKAAK%2CMAGR%2CQAAK%2CMAcD%2CMAII%2CUAAO%3BEALZ%2CQAvBJ%2CKAAK%2CSAOT%2CSAAQ%2CKAAK%2CMAGR%2CQAAK%2CMAaD%2COAMI%2CUAAO%3BEALZ%2CQAxBJ%2CKAAK%2CSAOT%2CSAAQ%2CKAAK%2CMAGR%2CQAAK%2CMAcD%2CMAKI%2CUAAO%3BIACJ%2CWAAA%3BIACA%2CsBAAA%3BIACA%2CuBAAA%3B%3BEATR%2CQAvBJ%2CKAAK%2CSAOT%2CSAAQ%2CKAAK%2CMAGR%2CQAAK%2CMAaD%2COAII%2CUAOG%3BEAVR%2CQAxBJ%2CKAAK%2CSAOT%2CSAAQ%2CKAAK%2CMAGR%2CQAAK%2CMAcD%2CMAGI%2CUAOG%3BEAXR%2CQAvBJ%2CKAAK%2CSAOT%2CSAAQ%2CKAAK%2CMAGR%2CQAAK%2CMAaD%2COAKI%2CUAAO%2CMAMJ%3BEAVR%2CQAxBJ%2CKAAK%2CSAOT%2CSAAQ%2CKAAK%2CMAGR%2CQAAK%2CMAcD%2CMAII%2CUAAO%2CMAMJ%3BEAXR%2CQAvBJ%2CKAAK%2CSAOT%2CSAAQ%2CKAAK%2CMAGR%2CQAAK%2CMAaD%2COAMI%2CUAAO%2COAKJ%3BEAVR%2CQAxBJ%2CKAAK%2CSAOT%2CSAAQ%2CKAAK%2CMAGR%2CQAAK%2CMAcD%2CMAKI%2CUAAO%2COAKJ%3BIACI%2CWAAA%3B%3BEASxB%3BIACI%2CeAAA%3B%3BEADJ%2CYAGI%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEALR%2CYAGI%2CiBAII%3BEAPR%2CYAGI%2CiBAKI%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAEA%2CYATR%2CiBAII%2COAKK%3BEAAD%2CYATR%2CiBAKI%2CeAIK%3BEACD%2CYAVR%2CiBAII%2COAMK%3BEAAD%2CYAVR%2CiBAKI%2CeAKK%3BIACG%2CWAAA%3BIACA%2CUAAA%3B%3BEAknBhB%2CeACI%2CWACI%2CMAAK%2CcAED%2CMAAM%3BEAJlB%2CeACI%2CWACI%2CMAAK%2CcAGD%2CGAAG%3BEALf%2CeACI%2CWACI%2CMAAK%2CcAID%2CMAAM%3BEANlB%2CeACI%2CWACI%2CMAAK%2CcAKD%2CGAAG%3BIACC%2C0BAAA%3B%3BEARhB%2CeAaI%2CgBACK%3BIACG%2CkBAAA%3BIACA%2CMAAA%3BIACA%2CSAAA%3BIDz9Fd%2CmBC09F0B%2CqBD19F1B%3BIACK%2CgBCy9FqB%2CqBDz9FrB%3BIACC%2CeCw9FoB%2CqBDx9FpB%3BIAcJ%2CWC08FwB%2CqBD18FxB%3B%3BECw7FA%2CeAaI%2CgBASI%2CeACI%2CSAAQ%2CSAAS%3BIACb%2CUAAA%3BIACA%2CYAAA%3B%3BEAzBhB%2CeA8BI%2CaACI%3BIACI%2CaAAA%3BIACA%2CcAAA%3B%3BEuG5vGZ%2CiBAAiB%2CIAAI%3B%3BsCAGjB%2CQAAO%3BIACH%2CiBAAA%3B%3BEAJR%2CiBAAiB%2CIAAI%3B%3BsCAMjB%2CkBAAiB%2CIAAI%3BIACjB%2CkBAAA%3BIACA%2COAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3B%3BEAVR%2CiBAAiB%2CIAAI%3B%3BsCAYjB%2COAAM%3BIACF%2CoBAAA%3BIACA%2CSAAA%3B%3BEAdR%2CiBAAiB%2CIAAI%3B%3BsCAYjB%2COAAM%2COAIF%3BIACI%2CSAAA%3B%3BEAjBZ%2CiBAAiB%2CIAAI%3B%3BsCAYjB%2COAAM%2COAOF%3BIACI%2CuBAAA%3BIACA%2CgBAAA%3BIACA%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CyBAAA%3BIACA%2CwCAAA%3BIACA%2CaAAA%3B%3BEAEA%2CiBA5BK%2CIAAI%3B%3BsCAYjB%2COAAM%2COAOF%2CgBASK%3BIACG%2CWAAA%3BIACA%2CSAAS%2CGAAT%3BIACA%2CcAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAlChB%2CiBAAiB%2CIAAI%3B%3BsCAYjB%2COAAM%2COAOF%2CgBAkBK%3BIACG%2CmBAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CWAAA%3B%3BEACA%2CiBA3CC%2CIAAI%3B%3BsCAYjB%2COAAM%2COAOF%2CgBAkBK%2CMAMI%2CUAAU%3BIACP%2CWAAA%3B%3BEA5CpB%2CiBAAiB%2CIAAI%3B%3BsCAYjB%2COAAM%2COAOF%2CgBA8BI%3BIACI%2CgBAAA%3B%3BEAlDhB%2CiBAAiB%2CIAAI%3B%3BsCAYjB%2COAAM%2COAOF%2CgBA8BI%2CwBAGI%2CGAAE%3BIACE%2CeAAA%3B%3BEAQpB%2CiBAAiB%2CIAAI%2CgCACjB%2COAAM%3B%3B%3B%3B%3BEADV%2CiBAAiB%2CIAAI%2CgCACjB%2COAAM%2CO1F0SV%3BIdrEA%2CUAAA%3B%3BEwGtOA%2CiBAAiB%2CIAAI%2CgCACjB%2COAAM%2CO1F%2BSZ%3BId1EE%2C%2BBAAA%3B%3BEwGtOA%2CiBAAiB%2CIAAI%2CgCACjB%2COAAM%2CO1FoTZ%3BId%5C%2FEE%2C%2BBAAA%3B%3BEwGtOA%2CiBAAiB%2CIAAI%2CgCACjB%2COAAM%2COAGF%3BIACI%2CoBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3B%3BEAPZ%2CiBAAiB%2CIAAI%2CgCACjB%2COAAM%2COAGF%2CgBAKI%3BIACI%2CcAAA%3B%3BEAVhB%2CiBAAiB%2CIAAI%2CgCACjB%2COAAM%2COAGF%2CgBAKI%2CMAGI%3BIACI%2CmBAAA%3B%3BEAbpB%2CiBAAiB%2CIAAI%2CgCACjB%2COAAM%2COAGF%2CgBAKI%2CMAOI%3BIACI%2CgBAAA%3B%3BEAjBpB%2CiBAAiB%2CIAAI%2CgCACjB%2COAAM%2COAGF%2CgBAiBI%2CQAAO%3BIACH%2CMAAA%3B%3BEAMhB%2C0BAKI%2CSACI%3BEALR%2C2BAII%2CSACI%3BIACI%2CeAAA%3B%3BEAiKZ%2CaACI%3BIACI%2CaAAA%3B%3BEAGR%2COAAO%2CKACH%2CQACI%3BIACI%2CaAAA%3B%3BEAkBZ%2C2BACI%3BIACI%2CeAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3BEALR%2C2BAQI%2CaACI%3BIACI%2CsBAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAuKZ%2CgCACI%2COAAM%2COACF%3BIACI%2CuBAAA%3B%3BEAHZ%2CgCACI%2COAAM%2COACF%2CgBAEI%3BIACI%2CyBAAA%3B%3BEA4FhB%2C%2BBACI%2CWAAU%2CIAAI%3BIACV%2CeAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3BEALR%2C%2BBAOI%2CaACI%3BIACI%2CeAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAZZ%2C%2BBAeI%2C0BAAyB%3BEAf7B%2C%2BBAgBI%3BIACI%2CeAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3BIACA%2CmBAAA%3B%3BEApBR%2C%2BBAsBI%2C2BACI%2C0BAAyB%3BIACrB%2CUAAA%3B%3B%3BAtEngBZ%2CgBAL4C%3BEuExBxC%2CWAAC%3BIACG%2CUAAA%3BIACA%2CiBAAA%3B%3BEAHR%2CWAMI%2CQACI%3BIzGqPR%2CcAAA%3BI0GhOA%2CqBAAA%3BIDhBY%2CkBAAA%3B%3BECsBZ%2CWD5BI%2CQACI%2CWC2BP%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BI1G9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CS2G9NQ%2CO3G8NR%3BIAAA%2Ca4GzRe%2CmB5GyRf%3BIAAA%2CsBAAA%3BI0GqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEDvTY%2CWARR%2CQACI%2CWAOK%3BIACG%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3B%3BEC2EhB%2CWDtFI%2CQACI%2CWAaK%2CgBCwEZ%3BI1GgKD%2CS2G%5C%2FNM%2CO3G%2BNN%3B%3BEyGhOA%2CWAAW%2CaAAc%2CwBAAwB%3BEACjD%2CWAAW%2CaAAc%2CwBAAwB%2CSAAQ%2CIAAI%3BIzG%2BM%5C%2FD%2CwBAAA%3BIACK%2CqBAAA%3BIACC%2CoBAAA%3BIAcJ%2CgBAAA%3BIcjHH%2CeAAA%3BIACA%2CMAAA%3BIACG%2CSAAA%3BIACH%2CsBAAA%3BId8GG%2COAAA%3BIc5GH%2CgBAAA%3BIACA%2CSAAA%3BId2FC%2CmByG5MkC%2CwBzG4MlC%3BIACK%2CgByG7M6B%2CwBzG6M7B%3BIACC%2CeyG9M4B%2CwBzG8M5B%3BIAcJ%2CWyG5NgC%2CwBzG4NhC%3BIAhBF%2CiDAAA%3BIACK%2C8CAAA%3BIACC%2C6CAAA%3BIAcJ%2CyCAAA%3BIAAA%2CYAAA%3BIAAA%2CWAAA%3BIAAA%2CgBAAA%3BIyGzNI%2C0BAAA%3BIACA%2CkBAAA%3BIACA%2CiBAAA%3BIACA%2CeAAA%3B%3BEAGJ%3BIACI%2CyBAAA%3BIACA%2CkBAAA%3BIACA%2CeAAA%3BIACA%2CgCAAA%3BIzG%2BMJ%2CcAAA%3BIAAA%2CeAAA%3BIAAA%2CaCpMkC%2C0CDoMlC%3B%3BEyGnNA%2CqBASI%3BIACI%2CkBAAA%3B%3BEACA%2CqBAFJ%2CEAEK%2CkBAAkB%3BIACf%2CSAAS%2COAAT%3BIACA%2CgCAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3B%3BEAKZ%2CWAAW%3BIzG8Kb%2CwBAAA%3BIACK%2CqBAAA%3BIACC%2CoBAAA%3BIAcJ%2CgBAAA%3BIcjHH%2CeAAA%3BIACA%2CMAAA%3BIACG%2CSAAA%3BIACH%2CsBAAA%3BId8GG%2COAAA%3BIc5GH%2CgBAAA%3BIACA%2CSAAA%3BId2FC%2CmByG3KkC%2CwBzG2KlC%3BIACK%2CgByG5K6B%2CwBzG4K7B%3BIACC%2CeyG7K4B%2CwBzG6K5B%3BIAcJ%2CWyG3LgC%2CwBzG2LhC%3BIAhBF%2CiDAAA%3BIACK%2C8CAAA%3BIACC%2C6CAAA%3BIAcJ%2CyCAAA%3BIAAA%2CYAAA%3BIAAA%2CWAAA%3BIAAA%2CgBAAA%3B%3BEyG9LA%2CWAAW%2CaAOP%3BIACI%2CUAAA%3BIACA%2CkBAAA%3B%3BEATR%2CWAAW%2CaAYP%3BIACI%2C6BAAA%3BIACA%2CiBAAA%3BIACA%2CaxG3BiB%2CiCwG2BjB%3BIACA%2CSAAA%3BIACA%2CkCAAA%3B%3BEAjBR%2CWAAW%2CaAYP%2CUAOI%3BIACI%2CcAAA%3BIACA%2CkBAAA%3B%3BEAGJ%2CWAxBG%2CaAYP%2CUAYK%3BIACG%2CgCAAA%3B%3BEAzBZ%2CWAAW%2CaA6BP%2CkBACI%3BIzGgKR%2CcAAA%3BI0GhOA%2CqBAAA%3BIDqEY%2CkBAAA%3B%3BEC%5C%2FDZ%2CWD4BW%2CaA6BP%2CkBACI%2COC1DP%3BIAuRD%2CmCAAA%3BIACA%2CkCAAA%3BI1G9DA%2CeAAA%3BIAAA%2CoBAAA%3BIAAA%2CcAAA%3BIAAA%2CS2G9NQ%2CO3G8NR%3BIAAA%2Ca4GzRe%2CmB5GyRf%3BIAAA%2CsBAAA%3BI0GqEA%2CqBAAA%3BIACA%2CmBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIACA%2CkBAAA%3B%3BEDlOY%2CWArCD%2CaA6BP%2CkBACI%2COAOK%3BIACG%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3B%3BECVhB%2CWD9BW%2CaA6BP%2CkBAeK%2COAAQ%2COCdhB%3BI1GgKD%2CS2G%5C%2FNM%2CO3G%2BNN%3B%3BEyG9LA%2CWAAW%2CaAkDP%3BIzG4IJ%2CSAAA%3BIAAA%2CUAAA%3BIkB1KA%2CqBAAA%3BIuFgCQ%2CaAAA%3BIACA%2CeAAA%3B%3BEAIA%2CWAzDG%2CaAwDP%2CkBACK%2COACG%3BIACI%2CcAAA%3B%3BEA3DhB%2CWAAW%2CaAgEP%2CQAAO%3BIzG8HX%2CSAAA%3BIAAA%2CUAAA%3BIkB1KA%2CqBAAA%3BIuF8CQ%2CgCAAA%3B%3BEAlER%2CWAAW%2CaAgEP%2CQAAO%2CMAIH%3BIACI%2CiBAAA%3BIACA%2CSAAA%3B%3BEAEA%2CWAxED%2CaAgEP%2CQAAO%2CMAIH%2CGAIK%2CMAAM%3BIACH%2C6BAAA%3BIACA%2CaxGtFS%2CiCwGsFT%3BIACA%2CiBAAA%3B%3BEA3EhB%2CWAAW%2CaAgEP%2CQAAO%2CMAIH%2CGAUK%3BIACG%2C6BAAA%3B%3BEA%5C%2FEhB%2CWAAW%2CaAgEP%2CQAAO%2CMAmBH%3BEAnFR%2CWAAW%2CaAgEP%2CQAAO%2CMAoBH%2CEAAC%3BIzG0GT%2CcAAA%3BIAAA%2CqBAAA%3BIyGvGY%2CcAAA%3BIACA%2CaxGpGa%2CiCwGoGb%3BIACA%2CiBAAA%3B%3BEAzFZ%2CWAAW%2CaAgEP%2CQAAO%2CMA4BH%2CQAAO%3BIACH%2CSAAA%3B%3BEAKZ%2CSACI%3BIACI%2CgBAAA%3B%3BEAFR%2CSAKI%3BIzGuEN%2CuBAAA%3BIACK%2CoBAAA%3BIACC%2CmBAAA%3BIAcJ%2CeAAA%3B%3BEc1EH%2CS2FTO%2CY3FSN%3BIACA%2CUAAA%3BIACA%2CuBAAA%3B%3BE2FpBE%2CSAaI%2CYAAW%2CaAAc%3BIACrB%2CUAAA%3BIACA%2CmBAAA%3B%3BEAIR%2CWAAW%2CaAAc%2CQAAO%2CuBAAuB%2CUAAW%3BEAClE%2CWAAW%2CaAAc%2CQAAO%2CuBAAuB%2CUAAW%3BEAClE%2CWAAW%2CaAAc%2CQAAO%2CuBAAuB%2CUAAW%3BEAClE%2CWAAW%2CaAAc%2CQAAO%2CuBAAuB%2CUAAW%3BEAClE%2CWAAY%2CwBAAuB%2CUAAW%2CSAAQ%2CIAAI%3BIzGqD5D%2CuBAAA%3BIACK%2CoBAAA%3BIACC%2CmBAAA%3BIAcJ%2CeAAA%3B%3BEyGjEA%3BIAEI%2CkBAAA%3BIACA%2CUAAA%3B%3BEzGtLJ%2CmBAAC%3BEACD%2CmBAAC%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2CmBAAC%3BIACG%2CWAAA%3B%3BEyGkLJ%3BIACI%2CYxGlGiB%2C6BwGkGjB%3BIACA%2CkBxGnGiB%2C6BwGmGjB%3BIACA%2CyBAAA%3BIACA%2CsBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2CiBAAA%3BIACA%2CkBAAA%3BIACA%2CaAAA%3B%3BEAEA%2CwBAAC%3BIACG%2CuBAAA%3BIACA%2CgBAAA%3B%3BEAIA%2CwBADJ%2C0BACK%3BIACG%2CqBAAA%3B%3BEAKZ%3BIAEI%2CsBAAA%3BIACA%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CgBAAA%3BIACA%2CWAAA%3BIAMA%2CeAAA%3B%3BEzG5NJ%2C0BAAC%3BEACD%2C0BAAC%3BIACG%2CSAAS%2CEAAT%3BIACA%2CcAAA%3B%3BEAGJ%2C0BAAC%3BIACG%2CWAAA%3B%3BEyGiNA%2C0BAAC%3BIACG%2CcAAA%3B%3BEIxNR%3BI7GmPA%2CYC5JqB%2C6BD4JrB%3BI6GhPI%2CsBAAA%3B%3BEAHJ%2CWAKI%3BIACI%2CSAAA%3BIACA%2CUAAA%3B%3BEAPR%2CWAUI%3BIACI%2CSAAA%3B%3BEAXR%2CWAcI%3BIACI%2CcAAA%3BI7GoOR%2CiBAAA%3BIAAA%2CgBAAA%3BIAAA%2CoBAAA%3BIAAA%2CeAAA%3B%3BE6GnPA%2CWAsBI%3BEAtBJ%2CWAuBI%2CEAAC%3BI7G4NL%2CcAAA%3BIAAA%2CqBAAA%3B%3BE6GnPA%2CWA4BI%3BI7GuNJ%2CiBAAA%3B%3BE6GnPA%2CWA4BI%2CQAIM%3BI7GmNV%2CaCpMkC%2C0CDoMlC%3BIAAA%2C4BAAA%3BIAAA%2CgBC7JqC%2C6CD6JrC%3BI6G7MY%2CqBAAA%3B%3BEACA%2CWAXR%2CQAIM%2CaAOG%3BI7G4Mb%2CWAAA%3B%3BE6GvMQ%2CWAhBJ%2CQAgBK%2COACG%2CcACI%3BI7GqMhB%2CkBAAA%3BIAAA%2CmBAAA%3BIAAA%2CeAAA%3BIAAA%2CWAAA%3BIAAA%2CiBAAA%3BI6G7LoB%2CqBAAA%3B%3BEAtDpB%2CWA4BI%2CQA%2BBM%3BI7GwLV%2CgBAAA%3B%3BE6GpLQ%2CWAnCJ%2CQAmCK%2COAEK%2CIAAC%2CIAAI%3BEADX%2CWApCJ%2CQAoCK%2CWACK%2CIAAC%2CIAAI%3BI7GkLnB%2CkBAAA%3BIAAA%2CmBAAA%3BIAAA%2CeAAA%3BIAAA%2CWAAA%3B%3BE6GpLQ%2CWAnCJ%2CQAmCK%2COAEK%2CIAAC%2CIAAI%2CkBAQH%2CKAAI%2CIAAI%3BEAThB%2CWApCJ%2CQAoCK%2CWACK%2CIAAC%2CIAAI%2CkBAQH%2CKAAI%2CIAAI%3BI7G0KxB%2CiBAAA%3B%3BE6GnPA%2CWAsFI%2CSACM%3BIACE%2CqBAAA%3B%3BEAEI%2CWAJZ%2CSACM%2CKAEI%2CIACG%3BI7GyJjB%2CWAAA%3B%3BE6GnJQ%2CWAVJ%2CSAUK%2CIAAI%3BI7GmJb%2CYCzJkB%2C0BDyJlB%3BIAAA%2CeAAA%3BIAAA%2CaepPmB%2CkBfoPnB%3BIAAA%2CgBAAA%3BI6G7IY%2CqBAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CkBAAA%3BIACA%2CoBAAA%3BIACA%2C8BAAA%3B%3BEAXJ%2CWAVJ%2CSAUK%2CIAAI%2CcAaC%2CKACI%3BI7GqIlB%2CkBAAA%3B%3BE6GjIgB%2CWA5BZ%2CSAUK%2CIAAI%2CcAaC%2CKAKG%3BIACG%2CgBAAA%3B%3BEAnBZ%2CWAVJ%2CSAUK%2CIAAI%2CcAuBD%3BIACI%2CcAAA%3BI7G2HhB%2CeAAA%3B%3BE6GnJQ%2CWAVJ%2CSAUK%2CIAAI%2CcAuBD%2CGAIM%3BIACE%2CSAAA%3B%3BEA5BZ%2CWAVJ%2CSAUK%2CIAAI%2CcAuBD%2CGAIM%2CKAGE%3BI7GqHpB%2COC1JkB%2C0BD0JlB%3BI6GhHwB%2CcAAA%3BIACA%2CmBAAA%3B%3BEACA%2CWA%5C%2FCpB%2CSAUK%2CIAAI%2CcAuBD%2CGAIM%2CKAGE%2CEAOK%3BI7G8GzB%2CWAAA%3B%3BE6GvGY%2CWAtDR%2CSAUK%2CIAAI%2CcA4CA%3BIACG%2CyBAAA%3BIACA%2CgBAAA%3BIACA%2CiBAAA%3B%3BEA%5C%2FCR%2CWAVJ%2CSAUK%2CIAAI%2CcAkDD%2CQACM%3BI7GgGlB%2CkBAAA%3BIAAA%2CmBAAA%3BIAAA%2CuBAAA%3BIAAA%2CiBAAA%3B%3BE6GpFgB%2CWAzEZ%2CSAUK%2CIAAI%2CcA8DD%2CQACK%2COACK%3BI7GmFtB%2CiBAAA%3B%3BEe6bA%2CIACI%2CYAAY%3BEADhB%2CIAEI%2CYAAY%2CQAAU%3BIAClB%2CeAAA%3B%3BEAIR%2CSAAU%3BIACN%2CYAAA%3B%3BEAEJ%2CSAAU%2CKAAK%2CYAAY%2CqBAAuB%2CKAAK%2CKAAE%2CcAAe%2CEAAC%3BIACrE%2CaAAA%3B%3BEAGJ%2CeACI%2CyBACI%3BIACI%2CaAAA%3B%3BEAMZ%2CWACI%3BIACI%2CwBAAA%3B%3BEAFR%2CWAKI%3BEALJ%2CWAMI%3BIACI%2CYAAA%3BIACA%2CkBAAA%3BIACA%2CUAAA%3BIACA%2CSAAA%3BIACA%2CWAAA%3BIf%5C%2FeV%2CmBegfsB%2CgBfhftB%3BIACK%2CgBe%2BeiB%2CgBf%5C%2FejB%3BIACC%2Cee8egB%2CgBf9ehB%3BIAcJ%2CWegeoB%2CgBfhepB%3BIekeQ%2CUAAA%3B%3BEAEA%2CWAXJ%2CiBAWK%3BEAAD%2CWAVJ%2CYAUK%3BIfpeT%2CSeqe0D%2COfre1D%3BIAAA%2CuBAAA%3BIAAA%2CiBAAA%3BIAAA%2CWAAA%3BIAAA%2CcAAA%3BIcpOI%2CkBAAA%3BIC6sBQ%2C6BAAA%3BIACA%2CgBAAA%3B%3BEAKJ%2CWADJ%2CiBACK%3BIACG%2CcAAA%3B%3BEA5BZ%2CWAgCI%3BIACI%2CiBAAA%3BIACA%2CyBAAA%3BIACA%2CkBAAA%3BIfvfR%2CkBCtLmB%2C2BDsLnB%3BIAAA%2CcAAA%3BIe0fQ%2CwBAAA%3BIf1fR%2CaCpMkC%2C0CDoMlC%3BIe4fQ%2CwBAAA%3B%3BEAxCR%2CWAgCI%2CmBAUI%3BIACI%2CcAAA%3BIACA%2CeAAA%3BIACA%2CkBAAA%3B%3BEAEA%2CWAfR%2CmBAUI%2CEAKK%3BIfngBb%2CWAAA%3B%3BEeodA%2CWAgCI%2CmBAUI%2CEASI%3BIACI%2CkBAAA%3BIACA%2CUAAA%3B%3BEAGJ%2CWAxBR%2CmBAUI%2CEAcK%3BIf5gBb%2CWAAA%3B%3BEeshBY%2CWAJP%2CaAAc%2CqBAAqB%2CGAAE%2COAAO%2CkBAGxC%2CIACI%3BEAAD%2CWAHP%2CaAAc%2CqBAAqB%2CGAAE%2COAAO%2CkBAExC%2CIACI%3BEAAD%2CWAFR%2CwBACK%2CIACI%3BIACG%2CmBAAA%3BIACA%2CWAAA%3BIACA%2CYAAA%3BIACA%2C6BAAA%3BIf1hBhB%2CSe2hB8D%2COf3hB9D%3BIAAA%2CuBAAA%3BIAAA%2CeAAA%3BIAAA%2CcAAA%3BIAAA%2CcAAA%3BIcpOI%2CkBAAA%3BICowBY%2CgBAAA%3BIACA%2C0BAAA%3BIACA%2CkCAAA%3B%3BEAhBZ%2CWAAC%2CaAAc%2CqBAAqB%2CGAAE%2COAAO%2CkBAGxC%2CIAgBG%2COAAM%3BEAlBd%2CWAAC%2CaAAc%2CqBAAqB%2CGAAE%2COAAO%2CkBAExC%2CIAgBG%2COAAM%3BEAjFlB%2CWAgEI%2CwBACK%2CIAgBG%2COAAM%3BEAnBd%2CWAAC%2CaAAc%2CqBAAqB%2CGAAE%2COAAO%2CkBAGxC%2CIAiBG%2COAAM%3BEAnBd%2CWAAC%2CaAAc%2CqBAAqB%2CGAAE%2COAAO%2CkBAExC%2CIAiBG%2COAAM%3BEAlFlB%2CWAgEI%2CwBACK%2CIAiBG%2COAAM%3BEACN%2CWArBP%2CaAAc%2CqBAAqB%2CGAAE%2COAAO%2CkBAGxC%2CIAkBI%3BEAAD%2CWApBP%2CaAAc%2CqBAAqB%2CGAAE%2COAAO%2CkBAExC%2CIAkBI%3BEAAD%2CWAnBR%2CwBACK%2CIAkBI%3BIACG%2CaAAA%3B%3BEAOJ%2CWA7BP%2CaAAc%2CqBAAqB%2CGAAE%2COAAO%2CkBA0BxC%2CKAAK%2CkBAAmB%2CIAGpB%3BEAAD%2CWA5BP%2CaAAc%2CqBAAqB%2CGAAE%2COAAO%2CkBAyBxC%2CKAAK%2CkBAAmB%2CIAGpB%3BEAAD%2CWA3BR%2CwBAwBK%2CKAAK%2CkBAAmB%2CIAGpB%3BEAAD%2CWA7BP%2CaAAc%2CqBAAqB%2CGAAE%2COAAO%2CkBA2BxC%2CKAAK%2CkBAAmB%2CIAEpB%3BEAAD%2CWA5BP%2CaAAc%2CqBAAqB%2CGAAE%2COAAO%2CkBA0BxC%2CKAAK%2CkBAAmB%2CIAEpB%3BEAAD%2CWA3BR%2CwBAyBK%2CKAAK%2CkBAAmB%2CIAEpB%3BEAAD%2CWA7BP%2CaAAc%2CqBAAqB%2CGAAE%2COAAO%2CkBA4BxC%2CIAAC%2CgBACG%3BEAAD%2CWA5BP%2CaAAc%2CqBAAqB%2CGAAE%2COAAO%2CkBA2BxC%2CIAAC%2CgBACG%3BEAAD%2CWA3BR%2CwBA0BK%2CIAAC%2CgBACG%3BIACG%2CWAAW%2CsBAAsB%2CcAAjC%3B%3BEA5FhB%2CWAkGI%2CSAEI%3BIACI%2CSAAA%3B%3BEArGZ%2CWAyGI%3BIACI%2CWAAA%3B%3BEA1GR%2CWAyGI%2CGAGI%2CGACI%2CSAAQ%2CIAAI%2CcAAe%2CGAAG%2CKAAE%2COAAQ%3BIACpC%2CadtwBkB%2C0CcswBlB%3BIACA%2CcAAA%3B%3BEAGJ%2CWATR%2CGAGI%2CGAMK%2CeAAgB%3BEACjB%2CWAVR%2CGAGI%2CGAOK%2CgBAAgB%2CIAAI%2CaAAc%3BEACnC%2CWAXR%2CGAGI%2CGAQK%2COAAQ%2CGAAE%2CaAAa%2CIAAI%2CaAAc%3BEApHtD%2CWAyGI%2CGAGI%2CGASK%2CIAAC%3BIACE%2CgCAAA%3B%3BEAIA%2CWAjBZ%2CGAGI%2CGAaK%2CIACI%3BIf9kBjB%2CcAAA%3B%3BEeulBA%3BEACA%3BEACA%3BEACA%3BIACI%2CaAAA%3B%3BEAIJ%3BEACA%2CWAAW%2CaAAc%2CGAAE%2COAAO%3BEAClC%2CWAAW%2CaAAc%2CGAAE%2COAAO%3BEAClC%2COAAO%3BIACH%2CkBAAA%3B%3BEAJJ%2CuBAMK%3BEALL%2CWAAW%2CaAAc%2CGAAE%2COAAO%2CkBAK7B%3BEAJL%2CWAAW%2CaAAc%2CGAAE%2COAAO%2CkBAI7B%3BEAHL%2COAAO%2CcAGF%3BEANL%2CuBAOK%2CoBAAkB%3BEANvB%2CWAAW%2CaAAc%2CGAAE%2COAAO%2CkBAM7B%2CoBAAkB%3BEALvB%2CWAAW%2CaAAc%2CGAAE%2COAAO%2CkBAK7B%2CoBAAkB%3BEAJvB%2COAAO%2CcAIF%2CoBAAkB%3BEAPvB%2CuBAQK%2CoBAAkB%3BEAPvB%2CWAAW%2CaAAc%2CGAAE%2COAAO%2CkBAO7B%2CoBAAkB%3BEANvB%2CWAAW%2CaAAc%2CGAAE%2COAAO%2CkBAM7B%2CoBAAkB%3BEALvB%2COAAO%2CcAKF%2CoBAAkB%3BID7zBvB%2CkBAAA%3B%3BEACA%2CuBC0zBK%2CID1zBJ%3BEAAD%2CWCqzBW%2CaAAc%2CGAAE%2COAAO%2CkBAK7B%2CID1zBJ%3BEAAD%2CWCszBW%2CaAAc%2CGAAE%2COAAO%2CkBAI7B%2CID1zBJ%3BEAAD%2COCuzBO%2CcAGF%2CID1zBJ%3BEAAD%2CuBC2zBK%2CoBAAkB%2COD3zBtB%3BEAAD%2CWCqzBW%2CaAAc%2CGAAE%2COAAO%2CkBAM7B%2CoBAAkB%2COD3zBtB%3BEAAD%2CWCszBW%2CaAAc%2CGAAE%2COAAO%2CkBAK7B%2CoBAAkB%2COD3zBtB%3BEAAD%2COCuzBO%2CcAIF%2CoBAAkB%2COD3zBtB%3BEAAD%2CuBC4zBK%2CoBAAkB%2COD5zBtB%3BEAAD%2CWCqzBW%2CaAAc%2CGAAE%2COAAO%2CkBAO7B%2CoBAAkB%2COD5zBtB%3BEAAD%2CWCszBW%2CaAAc%2CGAAE%2COAAO%2CkBAM7B%2CoBAAkB%2COD5zBtB%3BEAAD%2COCuzBO%2CcAKF%2CoBAAkB%2COD5zBtB%3BEACD%2CuBCyzBK%2CIDzzBJ%3BEAAD%2CWCozBW%2CaAAc%2CGAAE%2COAAO%2CkBAK7B%2CIDzzBJ%3BEAAD%2CWCqzBW%2CaAAc%2CGAAE%2COAAO%2CkBAI7B%2CIDzzBJ%3BEAAD%2COCszBO%2CcAGF%2CIDzzBJ%3BEAAD%2CuBC0zBK%2CoBAAkB%2COD1zBtB%3BEAAD%2CWCozBW%2CaAAc%2CGAAE%2COAAO%2CkBAM7B%2CoBAAkB%2COD1zBtB%3BEAAD%2CWCqzBW%2CaAAc%2CGAAE%2COAAO%2CkBAK7B%2CoBAAkB%2COD1zBtB%3BEAAD%2COCszBO%2CcAIF%2CoBAAkB%2COD1zBtB%3BEAAD%2CuBC2zBK%2CoBAAkB%2COD3zBtB%3BEAAD%2CWCozBW%2CaAAc%2CGAAE%2COAAO%2CkBAO7B%2CoBAAkB%2COD3zBtB%3BEAAD%2CWCqzBW%2CaAAc%2CGAAE%2COAAO%2CkBAM7B%2CoBAAkB%2COD3zBtB%3BEAAD%2COCszBO%2CcAKF%2CoBAAkB%2COD3zBtB%3BIACG%2CkBAAA%3BIACA%2CSAAS%2CEAAT%3BIACA%2CQAAA%3BIACA%2CSAAA%3BIdgNJ%2C8BAAA%3BIAhBF%2CmBc9LkB%2CsBAAsB%2Ccd8LxC%3BIACK%2CgBc%5C%2FLa%2CsBAAsB%2Ccd%2BLnC%3BIACC%2CechMY%2CsBAAsB%2CcdgMlC%3BIAcJ%2CWc9MgB%2CsBAAsB%2Ccd8MtC%3BIAhBF%2C%2BGAAA%3BIACK%2C4GAAA%3BIACC%2C2GAAA%3BIAcJ%2CuGAAA%3B%3BEczMA%2CuBC8yBK%2CID9yBJ%3BEAAD%2CWCyyBW%2CaAAc%2CGAAE%2COAAO%2CkBAK7B%2CID9yBJ%3BEAAD%2CWC0yBW%2CaAAc%2CGAAE%2COAAO%2CkBAI7B%2CID9yBJ%3BEAAD%2COC2yBO%2CcAGF%2CID9yBJ%3BEAAD%2CuBC%2ByBK%2CoBAAkB%2COD%5C%2FyBtB%3BEAAD%2CWCyyBW%2CaAAc%2CGAAE%2COAAO%2CkBAM7B%2CoBAAkB%2COD%5C%2FyBtB%3BEAAD%2CWC0yBW%2CaAAc%2CGAAE%2COAAO%2CkBAK7B%2CoBAAkB%2COD%5C%2FyBtB%3BEAAD%2COC2yBO%2CcAIF%2CoBAAkB%2COD%5C%2FyBtB%3BEAAD%2CuBCgzBK%2CoBAAkB%2CODhzBtB%3BEAAD%2CWCyyBW%2CaAAc%2CGAAE%2COAAO%2CkBAO7B%2CoBAAkB%2CODhzBtB%3BEAAD%2CWC0yBW%2CaAAc%2CGAAE%2COAAO%2CkBAM7B%2CoBAAkB%2CODhzBtB%3BEAAD%2COC2yBO%2CcAKF%2CoBAAkB%2CODhzBtB%3BIdyMD%2CUAAA%3BIAAA%2CYAAA%3B%3BEcrMA%2CuBC0yBK%2CID1yBJ%3BEAAD%2CWCqyBW%2CaAAc%2CGAAE%2COAAO%2CkBAK7B%2CID1yBJ%3BEAAD%2CWCsyBW%2CaAAc%2CGAAE%2COAAO%2CkBAI7B%2CID1yBJ%3BEAAD%2COCuyBO%2CcAGF%2CID1yBJ%3BEAAD%2CuBC2yBK%2CoBAAkB%2COD3yBtB%3BEAAD%2CWCqyBW%2CaAAc%2CGAAE%2COAAO%2CkBAM7B%2CoBAAkB%2COD3yBtB%3BEAAD%2CWCsyBW%2CaAAc%2CGAAE%2COAAO%2CkBAK7B%2CoBAAkB%2COD3yBtB%3BEAAD%2COCuyBO%2CcAIF%2CoBAAkB%2COD3yBtB%3BEAAD%2CuBC4yBK%2CoBAAkB%2COD5yBtB%3BEAAD%2CWCqyBW%2CaAAc%2CGAAE%2COAAO%2CkBAO7B%2CoBAAkB%2COD5yBtB%3BEAAD%2CWCsyBW%2CaAAc%2CGAAE%2COAAO%2CkBAM7B%2CoBAAkB%2COD5yBtB%3BEAAD%2COCuyBO%2CcAKF%2CoBAAkB%2COD5yBtB%3BIdqMD%2CWAAA%3BIAAA%2CWAAA%3BIclMI%2CUAAA%3B%3BEAIJ%2CuBCmyBK%2CIAKI%2CgBDxyBR%3BEAAD%2CWC8xBW%2CaAAc%2CGAAE%2COAAO%2CkBAK7B%2CIAKI%2CgBDxyBR%3BEAAD%2CWC%2BxBW%2CaAAc%2CGAAE%2COAAO%2CkBAI7B%2CIAKI%2CgBDxyBR%3BEAAD%2COCgyBO%2CcAGF%2CIAKI%2CgBDxyBR%3BEAAD%2CuBCoyBK%2CoBAAkB%2COAId%2CgBDxyBR%3BEAAD%2CWC8xBW%2CaAAc%2CGAAE%2COAAO%2CkBAM7B%2CoBAAkB%2COAId%2CgBDxyBR%3BEAAD%2CWC%2BxBW%2CaAAc%2CGAAE%2COAAO%2CkBAK7B%2CoBAAkB%2COAId%2CgBDxyBR%3BEAAD%2COCgyBO%2CcAIF%2CoBAAkB%2COAId%2CgBDxyBR%3BEAAD%2CuBCqyBK%2CoBAAkB%2COAGd%2CgBDxyBR%3BEAAD%2CWC8xBW%2CaAAc%2CGAAE%2COAAO%2CkBAO7B%2CoBAAkB%2COAGd%2CgBDxyBR%3BEAAD%2CWC%2BxBW%2CaAAc%2CGAAE%2COAAO%2CkBAM7B%2CoBAAkB%2COAGd%2CgBDxyBR%3BEAAD%2COCgyBO%2CcAKF%2CoBAAkB%2COAGd%2CgBDxyBR%3BEACD%2CuBCkyBK%2CIAKI%2CgBDvyBR%3BEAAD%2CWC6xBW%2CaAAc%2CGAAE%2COAAO%2CkBAK7B%2CIAKI%2CgBDvyBR%3BEAAD%2CWC8xBW%2CaAAc%2CGAAE%2COAAO%2CkBAI7B%2CIAKI%2CgBDvyBR%3BEAAD%2COC%2BxBO%2CcAGF%2CIAKI%2CgBDvyBR%3BEAAD%2CuBCmyBK%2CoBAAkB%2COAId%2CgBDvyBR%3BEAAD%2CWC6xBW%2CaAAc%2CGAAE%2COAAO%2CkBAM7B%2CoBAAkB%2COAId%2CgBDvyBR%3BEAAD%2CWC8xBW%2CaAAc%2CGAAE%2COAAO%2CkBAK7B%2CoBAAkB%2COAId%2CgBDvyBR%3BEAAD%2COC%2BxBO%2CcAIF%2CoBAAkB%2COAId%2CgBDvyBR%3BEAAD%2CuBCoyBK%2CoBAAkB%2COAGd%2CgBDvyBR%3BEAAD%2CWC6xBW%2CaAAc%2CGAAE%2COAAO%2CkBAO7B%2CoBAAkB%2COAGd%2CgBDvyBR%3BEAAD%2CWC8xBW%2CaAAc%2CGAAE%2COAAO%2CkBAM7B%2CoBAAkB%2COAGd%2CgBDvyBR%3BEAAD%2COC%2BxBO%2CcAKF%2CoBAAkB%2COAGd%2CgBDvyBR%3BId6KH%2CmBc5KkB%2CsBAAqB%2Cad4KvC%3BIACK%2CgBc7Ka%2CsBAAqB%2Cad6KlC%3BIACC%2Cec9KY%2CsBAAqB%2Cad8KjC%3BIAcJ%2CWc5LgB%2CsBAAqB%2Cad4LrC%3B%3BEczLA%2CuBC8xBK%2CIAKI%2CgBDnyBR%3BEAAD%2CWCyxBW%2CaAAc%2CGAAE%2COAAO%2CkBAK7B%2CIAKI%2CgBDnyBR%3BEAAD%2CWC0xBW%2CaAAc%2CGAAE%2COAAO%2CkBAI7B%2CIAKI%2CgBDnyBR%3BEAAD%2COC2xBO%2CcAGF%2CIAKI%2CgBDnyBR%3BEAAD%2CuBC%2BxBK%2CoBAAkB%2COAId%2CgBDnyBR%3BEAAD%2CWCyxBW%2CaAAc%2CGAAE%2COAAO%2CkBAM7B%2CoBAAkB%2COAId%2CgBDnyBR%3BEAAD%2CWC0xBW%2CaAAc%2CGAAE%2COAAO%2CkBAK7B%2CoBAAkB%2COAId%2CgBDnyBR%3BEAAD%2COC2xBO%2CcAIF%2CoBAAkB%2COAId%2CgBDnyBR%3BEAAD%2CuBCgyBK%2CoBAAkB%2COAGd%2CgBDnyBR%3BEAAD%2CWCyxBW%2CaAAc%2CGAAE%2COAAO%2CkBAO7B%2CoBAAkB%2COAGd%2CgBDnyBR%3BEAAD%2CWC0xBW%2CaAAc%2CGAAE%2COAAO%2CkBAM7B%2CoBAAkB%2COAGd%2CgBDnyBR%3BEAAD%2COC2xBO%2CcAKF%2CoBAAkB%2COAGd%2CgBDnyBR%3BIACG%2CUAAA%3B%3BECuxBJ%2CuBAgBI%3BEAfJ%2CWAAW%2CaAAc%2CGAAE%2COAAO%2CkBAe9B%3BEAdJ%2CWAAW%2CaAAc%2CGAAE%2COAAO%2CkBAc9B%3BEAbJ%2COAAO%2CcAaH%3BIACI%2CkBAAA%3BIACA%2CQAAA%3BIACA%2CMAAA%3BIACA%2CcAAA%3BIACA%2CeAAA%3BIACA%2CgBAAA%3BIACA%2CUAAA%3BIACA%2CeAAA%3B%3BEAxBR%2CuBA2BI%3BEA1BJ%2CWAAW%2CaAAc%2CGAAE%2COAAO%2CkBA0B9B%3BEAzBJ%2CWAAW%2CaAAc%2CGAAE%2COAAO%2CkBAyB9B%3BEAxBJ%2COAAO%2CcAwBH%3BEA3BJ%2CuBA4BI%3BEA3BJ%2CWAAW%2CaAAc%2CGAAE%2COAAO%2CkBA2B9B%3BEA1BJ%2CWAAW%2CaAAc%2CGAAE%2COAAO%2CkBA0B9B%3BEAzBJ%2COAAO%2CcAyBH%3BIACI%2CiCAAA%3BIACA%2CgBAAA%3B%3BEAEA%2CuBALJ%2CSAKK%2CIAAI%2CcACD%3BEADJ%2CWA%5C%2FBG%2CaAAc%2CGAAE%2COAAO%2CkBA0B9B%2CSAKK%2CIAAI%2CcACD%3BEADJ%2CWA9BG%2CaAAc%2CGAAE%2COAAO%2CkBAyB9B%2CSAKK%2CIAAI%2CcACD%3BEADJ%2COA7BD%2CcAwBH%2CSAKK%2CIAAI%2CcACD%3BEADJ%2CuBAJJ%2CkBAIK%2CIAAI%2CcACD%3BEADJ%2CWA%5C%2FBG%2CaAAc%2CGAAE%2COAAO%2CkBA2B9B%2CkBAIK%2CIAAI%2CcACD%3BEADJ%2CWA9BG%2CaAAc%2CGAAE%2COAAO%2CkBA0B9B%2CkBAIK%2CIAAI%2CcACD%3BEADJ%2COA7BD%2CcAyBH%2CkBAIK%2CIAAI%2CcACD%3BIACI%2C0BAAA%3BIACA%2CgBAAA%3B%3BEAShB%2CWAAW%2CaACP%2CkBACI%3BIf7oBR%2CaCpMkC%2C0CDoMlC%3BIAAA%2CcAAA%3B%3BEekpBQ%2CWAPG%2CaACP%2CkBAMK%2COACI%3BIACG%2CcAAA%3BIACA%2CUAAA%3B%3BEAcI%2CWAxBT%2CaAeP%2CGAAE%2COAEG%2CkBAEI%2CKAEI%2CIAGI%3BEAAD%2CWAxBT%2CaAeP%2CGAAE%2COAGG%2CkBACI%2CKAEI%2CIAGI%3BEAAD%2CWAxBT%2CaAeP%2CGAAE%2COAEG%2CkBAEI%2CKAGI%2CIAAE%2COAEE%3BEAAD%2CWAxBT%2CaAeP%2CGAAE%2COAGG%2CkBACI%2CKAGI%2CIAAE%2COAEE%3BEACD%2CWAzBT%2CaAeP%2CGAAE%2COAEG%2CkBAEI%2CKAEI%2CIAII%3BEAAD%2CWAzBT%2CaAeP%2CGAAE%2COAGG%2CkBACI%2CKAEI%2CIAII%3BEAAD%2CWAzBT%2CaAeP%2CGAAE%2COAEG%2CkBAEI%2CKAGI%2CIAAE%2COAGE%3BEAAD%2CWAzBT%2CaAeP%2CGAAE%2COAGG%2CkBACI%2CKAGI%2CIAAE%2COAGE%3BIfprBvB%2CmBeqrBsC%2CsBAAsB%2CafrrB5D%3BIACK%2CgBeorBiC%2CsBAAsB%2CafprBvD%3BIACC%2CeemrBgC%2CsBAAsB%2CafnrBtD%3BIAcJ%2CWeqqBoC%2CsBAAsB%2CafrqB1D%3B%3BEeyqBoB%2CWA9BT%2CaAeP%2CGAAE%2COAEG%2CkBAEI%2CKAEI%2CIASI%3BEAAD%2CWA9BT%2CaAeP%2CGAAE%2COAGG%2CkBACI%2CKAEI%2CIASI%3BEAAD%2CWA9BT%2CaAeP%2CGAAE%2COAEG%2CkBAEI%2CKAGI%2CIAAE%2COAQE%3BEAAD%2CWA9BT%2CaAeP%2CGAAE%2COAGG%2CkBACI%2CKAGI%2CIAAE%2COAQE%3BIACG%2CUAAA%3B%3BEAQxB%2CSAAU%2CKAAK%3BIACX%2CUAAA%3BIACA%2CiBAAA%3B%3BEAFJ%2CSAAU%2CKAAK%2CYAIX%3BIACI%2CoBAAA%3B%3BEALR%2CSAAU%2CKAAK%2CYAQX%3BIf1sBN%2C4BAAA%3BIACK%2CyBAAA%3BIACC%2CwBAAA%3BIAcJ%2CoBAAA%3BIe6rBQ%2CYAAA%3BIACA%2CgBAAA%3BIACA%2CkBAAA%3BID39BX%2CoBAAA%3B%3BIACC%2CiBAAA%3B%3BIACA%2CoBAAA%3B%3BIACA%2CqBAAA%3B%3BIACA%2CaAAA%3BIACA%2CiBAAA%3BICy9BU%2CsBAAA%3B%3BEAII%2CSApBF%2CKAAK%2CYAQX%2CqBAUK%2CKAEI%3BEACD%2CSArBF%2CKAAK%2CYAQX%2CqBAUK%2CKAGI%3BIACG%2COAAA%3BIACA%2CeAAA%3B%3BEAGJ%2CSA1BF%2CKAAK%2CYAQX%2CqBAUK%2CKAQI%3BIACG%2CuBAAA%3B%3BEADJ%2CSA1BF%2CKAAK%2CYAQX%2CqBAUK%2CKAQI%2CqBAGG%3BIACI%2CaAAA%3B%3BEA9BpB%2CSAAU%2CKAAK%2CYAQX%2CqBAUK%2CKAgBI%3BIACG%2CeAAA%3BIACA%2CgBAAA%3B%3BEAQZ%2CeAAC%2CSAAU%2CKAAK%2CYACZ%3BIACI%2C8BAAA%3B%3BEA6SZ%2CWAAW%2CwBACP%3BIACI%2CaAAA%3B%3BEAGR%3BIACI%2CgBAAA%3B%3BEAEJ%2CwBAAwB%3BIACpB%2CaAAA%3B%3BEe7rCA%2CMAAC%2C0CACG%2CeACI%3BI9BqKZ%2CYAAA%3BIAAA%2CSAAA%3BI8BjKgB%2CUAAA%3B%3BECWhB%2CcACI%3BI%5C%2FBqJJ%2CYAAA%3BIAAA%2CSAAA%3BI%2BBlJQ%2CUAAA%3B%3BE%2BEwjBX%2CeACC%3BI9GvaE%2CaAAA%3BIAAA%2CcAAA%3B%3BEiC8GA%3BIACI%2CwBAAA%3B%3BEA8uCA%2CIAAC%2CIAAI%2CWACD%2CkBACI%3BIjChnDZ%2CSAAA%3BIACA%2CkBAAA%3B%3BEiCsnDA%3BIACI%2COAAA%3BIACA%2CSAAA%3B%3BEAGJ%3BIACI%2COAAA%3B%3BEhCtkBJ%3BIACI%2C4BAAA%3B%3BEAGA%2CiBAAC%2CSACG%3BIACI%2CWAAA%3B%3BEAFR%2CiBAAC%2CSAKG%2CgBACI%3BIACI%2CcAAA%3BIACA%2CkBAAA%3B%3BEAgjChB%2CSAAS%2CQAAQ%2CKACb%2CUAAS%2CKAAK%2CMAAM%2CcAChB%3BIACI%2CgBAAA%3B%3BEAHZ%2CSAAS%2CQAAQ%2CKACb%2CUAAS%2CKAAK%2CMAAM%2CcAKhB%2CsBACI%3BIACI%2CkBAAA%3BIACA%2CSAAA%3BIACA%2CUAAA%3BIACA%2CUAAA%3B%3BEAohDhB%2CiBACI%3BIACI%2CeAAA%3B%3BEAFR%2CiBACI%2C0BAEM%3BIACE%2CsBAAA%3B%3BEAIZ%2CWAAW%2CaAAc%2CqBAAqB%2CGAAE%2COAAO%2CkBAAmB%2CIAAC%3BEAC3E%2CWAAW%2CaAAc%2CqBAAqB%2CGAAE%2COAAO%2CkBAAmB%2CIAAC%3BEAC3E%2CWAAY%2CwBAAwB%2CIAAC%3BIACjC%2CeAAA%3BIACA%2C0BAAA%3BIACA%2CSAAS%2COAAT%3BIACA%2CaAAa%2CmBAAb%3BIACA%2CUAAA%3BIACA%2CWAAW%2CsBAAqB%2CcAAhC%3BIACA%2CYAAA%3BIACA%2CSAAA%3BIACA%2CgBAAA%3B%3BEAEJ%2CqBAAsB%2CEAAC%2CkBAAkB%3BIACrC%2CgBAAA%3BIACA%2CSAAS%2COAAT%3BIACA%2CaAAa%2CqBAAb%3B%3B%3BAiCnnHR%2CgBAJ2C%3BEpBwcnC%2CoBAAC%2CIAAI%3BIACD%2CoBAAA%3BIACA%2CqBAAA%3BIAxgBX%2CoBAAA%3B%3BIACC%2CiBAAA%3B%3BIACA%2CoBAAA%3B%3BIACA%2CqBAAA%3B%3BIACA%2CaAAA%3BIACA%2CiBAAA%3BIAugBU%2CgBAAA%3B%3BEANJ%2CoBAAC%2CIAAI%2CeAOD%3BEAPJ%2CoBAAC%2CIAAI%2CeAQD%3BEARJ%2CoBAAC%2CIAAI%2CeASD%3BIACI%2CqBAAA%3BIACA%2CoBAAA%3BIACA%2CqBAAA%3B%3BEAIZ%3BIACI%2CcAAA%3BIACA%2CUAAA%3B%3BEAEJ%2CkBACI%3BEADJ%2CkBAEI%3BEAFJ%2CkBAGI%3BIACI%2CcAAA%3BIACA%2CWAAA%3B%3BEALR%2CkBAOI%2CiDACI%2CeACI%2CcAAa%2CIAAI%3BIACb%2CaAAA%3B%3BEAKhB%2CkBACI%3BEADJ%2CkBAEI%3BEAFJ%2CkBAGI%3BIACI%2CUAAU%2CcAAV%3BIACA%2COAAO%2CcAAP%3B%3BEAGR%2CkBACI%3BEADJ%2CkBAEI%3BEAFJ%2CkBAGI%3BIACI%2CUAAU%2CcAAV%3BIACA%2COAAO%2CcAAP%3B%3BEAGR%2CkBACI%3BEADJ%2CkBAEI%3BEAFJ%2CkBAGI%3BIACI%2CUAAU%2CcAAV%3BIACA%2COAAO%2CcAAP%3B%3BEAGR%2CkBACI%3BEADJ%2CkBAEI%3BEAFJ%2CkBAGI%3BIACI%2CUAAU%2CcAAV%3BIACA%2COAAO%2CcAAP%3B%3BEAGR%2CkBACI%3BEADJ%2CkBAEI%3BEAFJ%2CkBAGI%3BIACI%2CUAAU%2CcAAV%3BIACA%2COAAO%2CcAAP%3B%3BEAGR%2CkBACI%3BEADJ%2CkBAEI%3BEAFJ%2CkBAGI%3BIACI%2CUAAU%2CcAAV%3BIACA%2COAAO%2CcAAP%3B%3BEAGR%2CkBACI%3BEADJ%2CkBAEI%3BEAFJ%2CkBAGI%3BIACI%2CUAAU%2CcAAV%3BIACA%2COAAO%2CcAAP%3B%3BEAGR%2CkBACI%3BEADJ%2CkBAEI%3BEAFJ%2CkBAGI%3BIACI%2CUAAU%2CcAAV%3BIACA%2COAAO%2CcAAP%3B%3BEAGR%2CwBAAwB%2CIAAI%3BIAzmB%5C%2FB%2CoBAAA%3B%3BIACC%2CiBAAA%3B%3BIACA%2CoBAAA%3B%3BIACA%2CqBAAA%3B%3BIACA%2CaAAA%3BIACA%2CiBAAA%3BIAwmBM%2CgBAAA%3B%3BEAJJ%2CwBAAwB%2CIAAI%2CoBAKtB%3BIACE%2CUAAU%2CcAAV%22%7D */